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.Types.ImportFileTaskInformation

Description

 
Synopsis

Documentation

data ImportFileTaskInformation Source #

Information about the import file tasks you request.

See: newImportFileTaskInformation smart constructor.

Constructors

ImportFileTaskInformation' 

Fields

Instances

Instances details
FromJSON ImportFileTaskInformation Source # 
Instance details

Defined in Amazonka.MigrationHubStrategy.Types.ImportFileTaskInformation

Generic ImportFileTaskInformation Source # 
Instance details

Defined in Amazonka.MigrationHubStrategy.Types.ImportFileTaskInformation

Associated Types

type Rep ImportFileTaskInformation :: Type -> Type #

Read ImportFileTaskInformation Source # 
Instance details

Defined in Amazonka.MigrationHubStrategy.Types.ImportFileTaskInformation

Show ImportFileTaskInformation Source # 
Instance details

Defined in Amazonka.MigrationHubStrategy.Types.ImportFileTaskInformation

NFData ImportFileTaskInformation Source # 
Instance details

Defined in Amazonka.MigrationHubStrategy.Types.ImportFileTaskInformation

Eq ImportFileTaskInformation Source # 
Instance details

Defined in Amazonka.MigrationHubStrategy.Types.ImportFileTaskInformation

Hashable ImportFileTaskInformation Source # 
Instance details

Defined in Amazonka.MigrationHubStrategy.Types.ImportFileTaskInformation

type Rep ImportFileTaskInformation Source # 
Instance details

Defined in Amazonka.MigrationHubStrategy.Types.ImportFileTaskInformation

type Rep ImportFileTaskInformation = D1 ('MetaData "ImportFileTaskInformation" "Amazonka.MigrationHubStrategy.Types.ImportFileTaskInformation" "amazonka-migrationhubstrategy-2.0-mnEPazDQ9LCt8OMOo53lQ" 'False) (C1 ('MetaCons "ImportFileTaskInformation'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "completionTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "importName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "inputS3Bucket") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "inputS3Key") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "numberOfRecordsFailed") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: (S1 ('MetaSel ('Just "numberOfRecordsSuccess") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "startTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))) :*: (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ImportFileTaskStatus)) :*: (S1 ('MetaSel ('Just "statusReportS3Bucket") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "statusReportS3Key") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))))

newImportFileTaskInformation :: ImportFileTaskInformation Source #

Create a value of ImportFileTaskInformation 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:completionTime:ImportFileTaskInformation', importFileTaskInformation_completionTime - The time that the import task completes.

$sel:id:ImportFileTaskInformation', importFileTaskInformation_id - The ID of the import file task.

$sel:importName:ImportFileTaskInformation', importFileTaskInformation_importName - The name of the import task given in StartImportFileTask.

$sel:inputS3Bucket:ImportFileTaskInformation', importFileTaskInformation_inputS3Bucket - The S3 bucket where the import file is located.

$sel:inputS3Key:ImportFileTaskInformation', importFileTaskInformation_inputS3Key - The Amazon S3 key name of the import file.

$sel:numberOfRecordsFailed:ImportFileTaskInformation', importFileTaskInformation_numberOfRecordsFailed - The number of records that failed to be imported.

$sel:numberOfRecordsSuccess:ImportFileTaskInformation', importFileTaskInformation_numberOfRecordsSuccess - The number of records successfully imported.

$sel:startTime:ImportFileTaskInformation', importFileTaskInformation_startTime - Start time of the import task.

$sel:status:ImportFileTaskInformation', importFileTaskInformation_status - Status of import file task.

$sel:statusReportS3Bucket:ImportFileTaskInformation', importFileTaskInformation_statusReportS3Bucket - The S3 bucket name for status report of import task.

$sel:statusReportS3Key:ImportFileTaskInformation', importFileTaskInformation_statusReportS3Key - The Amazon S3 key name for status report of import task. The report contains details about whether each record imported successfully or why it did not.

importFileTaskInformation_importName :: Lens' ImportFileTaskInformation (Maybe Text) Source #

The name of the import task given in StartImportFileTask.

importFileTaskInformation_inputS3Bucket :: Lens' ImportFileTaskInformation (Maybe Text) Source #

The S3 bucket where the import file is located.

importFileTaskInformation_statusReportS3Bucket :: Lens' ImportFileTaskInformation (Maybe Text) Source #

The S3 bucket name for status report of import task.

importFileTaskInformation_statusReportS3Key :: Lens' ImportFileTaskInformation (Maybe Text) Source #

The Amazon S3 key name for status report of import task. The report contains details about whether each record imported successfully or why it did not.