amazonka-migrationhubstrategy-2.0: Amazon Migration Hub Strategy Recommendations 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.MigrationHubStrategy.ListImportFileTask

Description

Retrieves a list of all the imports performed.

This operation returns paginated results.

Synopsis

Creating a Request

data ListImportFileTask Source #

See: newListImportFileTask smart constructor.

Constructors

ListImportFileTask' 

Fields

  • maxResults :: Maybe Int

    The total number of items to return. The maximum value is 100.

  • nextToken :: Maybe Text

    The token from a previous call that you use to retrieve the next set of results. For example, if a previous call to this action returned 100 items, but you set maxResults to 10. You'll receive a set of 10 results along with a token. You then use the returned token to retrieve the next set of 10.

Instances

Instances details
ToHeaders ListImportFileTask Source # 
Instance details

Defined in Amazonka.MigrationHubStrategy.ListImportFileTask

ToPath ListImportFileTask Source # 
Instance details

Defined in Amazonka.MigrationHubStrategy.ListImportFileTask

ToQuery ListImportFileTask Source # 
Instance details

Defined in Amazonka.MigrationHubStrategy.ListImportFileTask

AWSPager ListImportFileTask Source # 
Instance details

Defined in Amazonka.MigrationHubStrategy.ListImportFileTask

AWSRequest ListImportFileTask Source # 
Instance details

Defined in Amazonka.MigrationHubStrategy.ListImportFileTask

Associated Types

type AWSResponse ListImportFileTask #

Generic ListImportFileTask Source # 
Instance details

Defined in Amazonka.MigrationHubStrategy.ListImportFileTask

Associated Types

type Rep ListImportFileTask :: Type -> Type #

Read ListImportFileTask Source # 
Instance details

Defined in Amazonka.MigrationHubStrategy.ListImportFileTask

Show ListImportFileTask Source # 
Instance details

Defined in Amazonka.MigrationHubStrategy.ListImportFileTask

NFData ListImportFileTask Source # 
Instance details

Defined in Amazonka.MigrationHubStrategy.ListImportFileTask

Methods

rnf :: ListImportFileTask -> () #

Eq ListImportFileTask Source # 
Instance details

Defined in Amazonka.MigrationHubStrategy.ListImportFileTask

Hashable ListImportFileTask Source # 
Instance details

Defined in Amazonka.MigrationHubStrategy.ListImportFileTask

type AWSResponse ListImportFileTask Source # 
Instance details

Defined in Amazonka.MigrationHubStrategy.ListImportFileTask

type Rep ListImportFileTask Source # 
Instance details

Defined in Amazonka.MigrationHubStrategy.ListImportFileTask

type Rep ListImportFileTask = D1 ('MetaData "ListImportFileTask" "Amazonka.MigrationHubStrategy.ListImportFileTask" "amazonka-migrationhubstrategy-2.0-mnEPazDQ9LCt8OMOo53lQ" 'False) (C1 ('MetaCons "ListImportFileTask'" 'PrefixI 'True) (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newListImportFileTask :: ListImportFileTask Source #

Create a value of ListImportFileTask 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:ListImportFileTask', listImportFileTask_maxResults - The total number of items to return. The maximum value is 100.

ListImportFileTask, listImportFileTask_nextToken - The token from a previous call that you use to retrieve the next set of results. For example, if a previous call to this action returned 100 items, but you set maxResults to 10. You'll receive a set of 10 results along with a token. You then use the returned token to retrieve the next set of 10.

Request Lenses

listImportFileTask_maxResults :: Lens' ListImportFileTask (Maybe Int) Source #

The total number of items to return. The maximum value is 100.

listImportFileTask_nextToken :: Lens' ListImportFileTask (Maybe Text) Source #

The token from a previous call that you use to retrieve the next set of results. For example, if a previous call to this action returned 100 items, but you set maxResults to 10. You'll receive a set of 10 results along with a token. You then use the returned token to retrieve the next set of 10.

Destructuring the Response

data ListImportFileTaskResponse Source #

See: newListImportFileTaskResponse smart constructor.

Constructors

ListImportFileTaskResponse' 

Fields

Instances

Instances details
Generic ListImportFileTaskResponse Source # 
Instance details

Defined in Amazonka.MigrationHubStrategy.ListImportFileTask

Associated Types

type Rep ListImportFileTaskResponse :: Type -> Type #

Read ListImportFileTaskResponse Source # 
Instance details

Defined in Amazonka.MigrationHubStrategy.ListImportFileTask

Show ListImportFileTaskResponse Source # 
Instance details

Defined in Amazonka.MigrationHubStrategy.ListImportFileTask

NFData ListImportFileTaskResponse Source # 
Instance details

Defined in Amazonka.MigrationHubStrategy.ListImportFileTask

Eq ListImportFileTaskResponse Source # 
Instance details

Defined in Amazonka.MigrationHubStrategy.ListImportFileTask

type Rep ListImportFileTaskResponse Source # 
Instance details

Defined in Amazonka.MigrationHubStrategy.ListImportFileTask

type Rep ListImportFileTaskResponse = D1 ('MetaData "ListImportFileTaskResponse" "Amazonka.MigrationHubStrategy.ListImportFileTask" "amazonka-migrationhubstrategy-2.0-mnEPazDQ9LCt8OMOo53lQ" 'False) (C1 ('MetaCons "ListImportFileTaskResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "taskInfos") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ImportFileTaskInformation])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListImportFileTaskResponse Source #

Create a value of ListImportFileTaskResponse 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:

ListImportFileTask, listImportFileTaskResponse_nextToken - The token you use to retrieve the next set of results, or null if there are no more results.

$sel:taskInfos:ListImportFileTaskResponse', listImportFileTaskResponse_taskInfos - Lists information about the files you import.

$sel:httpStatus:ListImportFileTaskResponse', listImportFileTaskResponse_httpStatus - The response's http status code.

Response Lenses

listImportFileTaskResponse_nextToken :: Lens' ListImportFileTaskResponse (Maybe Text) Source #

The token you use to retrieve the next set of results, or null if there are no more results.