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 ExportAssetsToS3RequestDetails = ExportAssetsToS3RequestDetails' {}
- newExportAssetsToS3RequestDetails :: Text -> Text -> ExportAssetsToS3RequestDetails
- exportAssetsToS3RequestDetails_encryption :: Lens' ExportAssetsToS3RequestDetails (Maybe ExportServerSideEncryption)
- exportAssetsToS3RequestDetails_assetDestinations :: Lens' ExportAssetsToS3RequestDetails [AssetDestinationEntry]
- exportAssetsToS3RequestDetails_dataSetId :: Lens' ExportAssetsToS3RequestDetails Text
- exportAssetsToS3RequestDetails_revisionId :: Lens' ExportAssetsToS3RequestDetails Text
Documentation
data ExportAssetsToS3RequestDetails Source #
Details of the operation to be performed by the job.
See: newExportAssetsToS3RequestDetails
smart constructor.
ExportAssetsToS3RequestDetails' | |
|
Instances
newExportAssetsToS3RequestDetails Source #
Create a value of ExportAssetsToS3RequestDetails
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:encryption:ExportAssetsToS3RequestDetails'
, exportAssetsToS3RequestDetails_encryption
- Encryption configuration for the export job.
$sel:assetDestinations:ExportAssetsToS3RequestDetails'
, exportAssetsToS3RequestDetails_assetDestinations
- The destination for the asset.
$sel:dataSetId:ExportAssetsToS3RequestDetails'
, exportAssetsToS3RequestDetails_dataSetId
- The unique identifier for the data set associated with this export job.
$sel:revisionId:ExportAssetsToS3RequestDetails'
, exportAssetsToS3RequestDetails_revisionId
- The unique identifier for the revision associated with this export
request.
exportAssetsToS3RequestDetails_encryption :: Lens' ExportAssetsToS3RequestDetails (Maybe ExportServerSideEncryption) Source #
Encryption configuration for the export job.
exportAssetsToS3RequestDetails_assetDestinations :: Lens' ExportAssetsToS3RequestDetails [AssetDestinationEntry] Source #
The destination for the asset.
exportAssetsToS3RequestDetails_dataSetId :: Lens' ExportAssetsToS3RequestDetails Text Source #
The unique identifier for the data set associated with this export job.
exportAssetsToS3RequestDetails_revisionId :: Lens' ExportAssetsToS3RequestDetails Text Source #
The unique identifier for the revision associated with this export request.