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 ManifestFileLocation Source #
Amazon S3 manifest file location.
See: newManifestFileLocation
smart constructor.
Instances
newManifestFileLocation Source #
:: Text | |
-> Text | |
-> ManifestFileLocation |
Create a value of ManifestFileLocation
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:bucket:ManifestFileLocation'
, manifestFileLocation_bucket
- Amazon S3 bucket.
$sel:key:ManifestFileLocation'
, manifestFileLocation_key
- Amazon S3 key that identifies an object.
manifestFileLocation_bucket :: Lens' ManifestFileLocation Text Source #
Amazon S3 bucket.
manifestFileLocation_key :: Lens' ManifestFileLocation Text Source #
Amazon S3 key that identifies an object.