libZSservicesZSamazonka-s3ZSamazonka-s3
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.S3.Types.S3Location

Description

 
Synopsis

Documentation

data S3Location Source #

Describes an Amazon S3 location that will receive the results of the restore request.

See: newS3Location smart constructor.

Constructors

S3Location' 

Fields

Instances

Instances details
Eq S3Location Source # 
Instance details

Defined in Amazonka.S3.Types.S3Location

Show S3Location Source # 
Instance details

Defined in Amazonka.S3.Types.S3Location

Generic S3Location Source # 
Instance details

Defined in Amazonka.S3.Types.S3Location

Associated Types

type Rep S3Location :: Type -> Type #

NFData S3Location Source # 
Instance details

Defined in Amazonka.S3.Types.S3Location

Methods

rnf :: S3Location -> () #

Hashable S3Location Source # 
Instance details

Defined in Amazonka.S3.Types.S3Location

ToXML S3Location Source # 
Instance details

Defined in Amazonka.S3.Types.S3Location

Methods

toXML :: S3Location -> XML #

type Rep S3Location Source # 
Instance details

Defined in Amazonka.S3.Types.S3Location

newS3Location Source #

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_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.