Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data ImportAssetsFromS3ResponseDetails = ImportAssetsFromS3ResponseDetails' {
- dataSetId :: Text
- assetSources :: [AssetSourceEntry]
- revisionId :: Text
- newImportAssetsFromS3ResponseDetails :: Text -> Text -> ImportAssetsFromS3ResponseDetails
- importAssetsFromS3ResponseDetails_dataSetId :: Lens' ImportAssetsFromS3ResponseDetails Text
- importAssetsFromS3ResponseDetails_assetSources :: Lens' ImportAssetsFromS3ResponseDetails [AssetSourceEntry]
- importAssetsFromS3ResponseDetails_revisionId :: Lens' ImportAssetsFromS3ResponseDetails Text
Documentation
data ImportAssetsFromS3ResponseDetails Source #
Details from an import from Amazon S3 response.
See: newImportAssetsFromS3ResponseDetails
smart constructor.
ImportAssetsFromS3ResponseDetails' | |
|
Instances
newImportAssetsFromS3ResponseDetails Source #
Create a value of ImportAssetsFromS3ResponseDetails
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:dataSetId:ImportAssetsFromS3ResponseDetails'
, importAssetsFromS3ResponseDetails_dataSetId
- The unique identifier for the data set associated with this import job.
$sel:assetSources:ImportAssetsFromS3ResponseDetails'
, importAssetsFromS3ResponseDetails_assetSources
- Is a list of Amazon S3 bucket and object key pairs.
$sel:revisionId:ImportAssetsFromS3ResponseDetails'
, importAssetsFromS3ResponseDetails_revisionId
- The unique identifier for the revision associated with this import
response.
importAssetsFromS3ResponseDetails_dataSetId :: Lens' ImportAssetsFromS3ResponseDetails Text Source #
The unique identifier for the data set associated with this import job.
importAssetsFromS3ResponseDetails_assetSources :: Lens' ImportAssetsFromS3ResponseDetails [AssetSourceEntry] Source #
Is a list of Amazon S3 bucket and object key pairs.
importAssetsFromS3ResponseDetails_revisionId :: Lens' ImportAssetsFromS3ResponseDetails Text Source #
The unique identifier for the revision associated with this import response.