amazonka-m2-2.0: Amazon MainframeModernization SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.M2.ListDataSetImportHistory

Description

Lists the data set imports for the specified application.

This operation returns paginated results.

Synopsis

Creating a Request

data ListDataSetImportHistory Source #

See: newListDataSetImportHistory smart constructor.

Constructors

ListDataSetImportHistory' 

Fields

  • maxResults :: Maybe Natural

    The maximum number of objects to return.

  • nextToken :: Maybe Text

    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.

  • applicationId :: Text

    The unique identifier of the application.

Instances

Instances details
ToHeaders ListDataSetImportHistory Source # 
Instance details

Defined in Amazonka.M2.ListDataSetImportHistory

ToPath ListDataSetImportHistory Source # 
Instance details

Defined in Amazonka.M2.ListDataSetImportHistory

ToQuery ListDataSetImportHistory Source # 
Instance details

Defined in Amazonka.M2.ListDataSetImportHistory

AWSPager ListDataSetImportHistory Source # 
Instance details

Defined in Amazonka.M2.ListDataSetImportHistory

AWSRequest ListDataSetImportHistory Source # 
Instance details

Defined in Amazonka.M2.ListDataSetImportHistory

Generic ListDataSetImportHistory Source # 
Instance details

Defined in Amazonka.M2.ListDataSetImportHistory

Associated Types

type Rep ListDataSetImportHistory :: Type -> Type #

Read ListDataSetImportHistory Source # 
Instance details

Defined in Amazonka.M2.ListDataSetImportHistory

Show ListDataSetImportHistory Source # 
Instance details

Defined in Amazonka.M2.ListDataSetImportHistory

NFData ListDataSetImportHistory Source # 
Instance details

Defined in Amazonka.M2.ListDataSetImportHistory

Eq ListDataSetImportHistory Source # 
Instance details

Defined in Amazonka.M2.ListDataSetImportHistory

Hashable ListDataSetImportHistory Source # 
Instance details

Defined in Amazonka.M2.ListDataSetImportHistory

type AWSResponse ListDataSetImportHistory Source # 
Instance details

Defined in Amazonka.M2.ListDataSetImportHistory

type Rep ListDataSetImportHistory Source # 
Instance details

Defined in Amazonka.M2.ListDataSetImportHistory

type Rep ListDataSetImportHistory = D1 ('MetaData "ListDataSetImportHistory" "Amazonka.M2.ListDataSetImportHistory" "amazonka-m2-2.0-1kXEGTJs74f5RPbatSDeMH" 'False) (C1 ('MetaCons "ListDataSetImportHistory'" 'PrefixI 'True) (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "applicationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newListDataSetImportHistory Source #

Create a value of ListDataSetImportHistory with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:maxResults:ListDataSetImportHistory', listDataSetImportHistory_maxResults - The maximum number of objects to return.

ListDataSetImportHistory, listDataSetImportHistory_nextToken - 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.

ListDataSetImportHistory, listDataSetImportHistory_applicationId - The unique identifier of the application.

Request Lenses

listDataSetImportHistory_nextToken :: Lens' ListDataSetImportHistory (Maybe Text) Source #

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.

Destructuring the Response

data ListDataSetImportHistoryResponse Source #

See: newListDataSetImportHistoryResponse smart constructor.

Constructors

ListDataSetImportHistoryResponse' 

Fields

Instances

Instances details
Generic ListDataSetImportHistoryResponse Source # 
Instance details

Defined in Amazonka.M2.ListDataSetImportHistory

Associated Types

type Rep ListDataSetImportHistoryResponse :: Type -> Type #

Read ListDataSetImportHistoryResponse Source # 
Instance details

Defined in Amazonka.M2.ListDataSetImportHistory

Show ListDataSetImportHistoryResponse Source # 
Instance details

Defined in Amazonka.M2.ListDataSetImportHistory

NFData ListDataSetImportHistoryResponse Source # 
Instance details

Defined in Amazonka.M2.ListDataSetImportHistory

Eq ListDataSetImportHistoryResponse Source # 
Instance details

Defined in Amazonka.M2.ListDataSetImportHistory

type Rep ListDataSetImportHistoryResponse Source # 
Instance details

Defined in Amazonka.M2.ListDataSetImportHistory

type Rep ListDataSetImportHistoryResponse = D1 ('MetaData "ListDataSetImportHistoryResponse" "Amazonka.M2.ListDataSetImportHistory" "amazonka-m2-2.0-1kXEGTJs74f5RPbatSDeMH" 'False) (C1 ('MetaCons "ListDataSetImportHistoryResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "dataSetImportTasks") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [DataSetImportTask]))))

newListDataSetImportHistoryResponse Source #

Create a value of ListDataSetImportHistoryResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

ListDataSetImportHistory, listDataSetImportHistoryResponse_nextToken - 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.

$sel:httpStatus:ListDataSetImportHistoryResponse', listDataSetImportHistoryResponse_httpStatus - The response's http status code.

$sel:dataSetImportTasks:ListDataSetImportHistoryResponse', listDataSetImportHistoryResponse_dataSetImportTasks - The data set import tasks.

Response Lenses

listDataSetImportHistoryResponse_nextToken :: Lens' ListDataSetImportHistoryResponse (Maybe Text) Source #

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.