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 |
Documentation
data ExportDestination Source #
Describes the destination of the recommendations export and metadata files.
See: newExportDestination
smart constructor.
ExportDestination' | |
|
Instances
newExportDestination :: ExportDestination Source #
Create a value of ExportDestination
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:s3:ExportDestination'
, exportDestination_s3
- An object that describes the destination Amazon Simple Storage Service
(Amazon S3) bucket name and object keys of a recommendations export
file, and its associated metadata file.
exportDestination_s3 :: Lens' ExportDestination (Maybe S3Destination) Source #
An object that describes the destination Amazon Simple Storage Service (Amazon S3) bucket name and object keys of a recommendations export file, and its associated metadata file.