v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1437198164.5 KB

Lists the data sets imported for a specific application. In Amazon Web Services Mainframe Modernization, data sets are associated with applications deployed on runtime environments. This is known as importing data sets. Currently, Amazon Web Services Mainframe Modernization can import data sets into catalogs using <a href="https://docs.aws.amazon.com/m2/latest/APIReference/API_CreateDataSetImportTask.html">CreateDataSetImportTask</a>.

get/applications/{applicationId}/datasets

Path parameters

applicationIdstring required

The unique identifier of the application for which you want to list the associated data sets.

Query parameters

maxResultsinteger

The maximum number of objects to return.

nameFilterstring

Filter dataset name matching the specified pattern. Can use * and % as wild cards.

nextTokenstring

A pagination token returned from a previous call to this operation. This specifies the next item to return. To return to the beginning of the list, exclude this parameter.

prefixstring

The prefix of the data set name, which you can use to filter the list of data sets.

Response

Success

nextTokenstring

If there are more items to return, this contains a token that is passed to a subsequent call to this operation to retrieve the next set of items.