| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.MigrationHubStrategy.Types.ImportFileTaskInformation
Description
Synopsis
- data ImportFileTaskInformation = ImportFileTaskInformation' {
- completionTime :: Maybe POSIX
- id :: Maybe Text
- importName :: Maybe Text
- inputS3Bucket :: Maybe Text
- inputS3Key :: Maybe Text
- numberOfRecordsFailed :: Maybe Int
- numberOfRecordsSuccess :: Maybe Int
- startTime :: Maybe POSIX
- status :: Maybe ImportFileTaskStatus
- statusReportS3Bucket :: Maybe Text
- statusReportS3Key :: Maybe Text
- newImportFileTaskInformation :: ImportFileTaskInformation
- importFileTaskInformation_completionTime :: Lens' ImportFileTaskInformation (Maybe UTCTime)
- importFileTaskInformation_id :: Lens' ImportFileTaskInformation (Maybe Text)
- importFileTaskInformation_importName :: Lens' ImportFileTaskInformation (Maybe Text)
- importFileTaskInformation_inputS3Bucket :: Lens' ImportFileTaskInformation (Maybe Text)
- importFileTaskInformation_inputS3Key :: Lens' ImportFileTaskInformation (Maybe Text)
- importFileTaskInformation_numberOfRecordsFailed :: Lens' ImportFileTaskInformation (Maybe Int)
- importFileTaskInformation_numberOfRecordsSuccess :: Lens' ImportFileTaskInformation (Maybe Int)
- importFileTaskInformation_startTime :: Lens' ImportFileTaskInformation (Maybe UTCTime)
- importFileTaskInformation_status :: Lens' ImportFileTaskInformation (Maybe ImportFileTaskStatus)
- importFileTaskInformation_statusReportS3Bucket :: Lens' ImportFileTaskInformation (Maybe Text)
- importFileTaskInformation_statusReportS3Key :: Lens' ImportFileTaskInformation (Maybe Text)
Documentation
data ImportFileTaskInformation Source #
Information about the import file tasks you request.
See: newImportFileTaskInformation smart constructor.
Constructors
| ImportFileTaskInformation' | |
Fields
| |
Instances
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_completionTime :: Lens' ImportFileTaskInformation (Maybe UTCTime) Source #
The time that the import task completes.
importFileTaskInformation_id :: Lens' ImportFileTaskInformation (Maybe Text) Source #
The ID of the import file task.
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_inputS3Key :: Lens' ImportFileTaskInformation (Maybe Text) Source #
The Amazon S3 key name of the import file.
importFileTaskInformation_numberOfRecordsFailed :: Lens' ImportFileTaskInformation (Maybe Int) Source #
The number of records that failed to be imported.
importFileTaskInformation_numberOfRecordsSuccess :: Lens' ImportFileTaskInformation (Maybe Int) Source #
The number of records successfully imported.
importFileTaskInformation_startTime :: Lens' ImportFileTaskInformation (Maybe UTCTime) Source #
Start time of the import task.
importFileTaskInformation_status :: Lens' ImportFileTaskInformation (Maybe ImportFileTaskStatus) Source #
Status of import file task.
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.