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 S3Location = S3Location' {}
- newS3Location :: BucketName -> Text -> S3Location
- s3Location_cannedACL :: Lens' S3Location (Maybe ObjectCannedACL)
- s3Location_accessControlList :: Lens' S3Location (Maybe [Grant])
- s3Location_userMetadata :: Lens' S3Location (Maybe [MetadataEntry])
- s3Location_encryption :: Lens' S3Location (Maybe Encryption)
- s3Location_storageClass :: Lens' S3Location (Maybe StorageClass)
- s3Location_tagging :: Lens' S3Location (Maybe Tagging)
- s3Location_bucketName :: Lens' S3Location BucketName
- s3Location_prefix :: Lens' S3Location Text
Documentation
data S3Location Source #
Describes an Amazon S3 location that will receive the results of the restore request.
See: newS3Location
smart constructor.
S3Location' | |
|
Instances
Create a value of S3Location
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:cannedACL:S3Location'
, s3Location_cannedACL
- The canned ACL to apply to the restore results.
$sel:accessControlList:S3Location'
, s3Location_accessControlList
- A list of grants that control access to the staged results.
$sel:userMetadata:S3Location'
, s3Location_userMetadata
- A list of metadata to store with the restore results in S3.
$sel:encryption:S3Location'
, s3Location_encryption
- Undocumented member.
$sel:storageClass:S3Location'
, s3Location_storageClass
- The class of storage used to store the restore results.
$sel:tagging:S3Location'
, s3Location_tagging
- The tag-set that is applied to the restore results.
$sel:bucketName:S3Location'
, s3Location_bucketName
- The name of the bucket where the restore results will be placed.
$sel:prefix:S3Location'
, s3Location_prefix
- The prefix that is prepended to the restore results for this request.
s3Location_cannedACL :: Lens' S3Location (Maybe ObjectCannedACL) Source #
The canned ACL to apply to the restore results.
s3Location_accessControlList :: Lens' S3Location (Maybe [Grant]) Source #
A list of grants that control access to the staged results.
s3Location_userMetadata :: Lens' S3Location (Maybe [MetadataEntry]) Source #
A list of metadata to store with the restore results in S3.
s3Location_encryption :: Lens' S3Location (Maybe Encryption) Source #
Undocumented member.
s3Location_storageClass :: Lens' S3Location (Maybe StorageClass) Source #
The class of storage used to store the restore results.
s3Location_tagging :: Lens' S3Location (Maybe Tagging) Source #
The tag-set that is applied to the restore results.
s3Location_bucketName :: Lens' S3Location BucketName Source #
The name of the bucket where the restore results will be placed.
s3Location_prefix :: Lens' S3Location Text Source #
The prefix that is prepended to the restore results for this request.