libZSservicesZSamazonka-signerZSamazonka-signer
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.Signer.Types.S3Destination

Description

 
Synopsis

Documentation

data S3Destination Source #

The name and prefix of the S3 bucket where code signing saves your signed objects.

See: newS3Destination smart constructor.

Constructors

S3Destination' 

Fields

Instances

Instances details
Eq S3Destination Source # 
Instance details

Defined in Amazonka.Signer.Types.S3Destination

Read S3Destination Source # 
Instance details

Defined in Amazonka.Signer.Types.S3Destination

Show S3Destination Source # 
Instance details

Defined in Amazonka.Signer.Types.S3Destination

Generic S3Destination Source # 
Instance details

Defined in Amazonka.Signer.Types.S3Destination

Associated Types

type Rep S3Destination :: Type -> Type #

NFData S3Destination Source # 
Instance details

Defined in Amazonka.Signer.Types.S3Destination

Methods

rnf :: S3Destination -> () #

Hashable S3Destination Source # 
Instance details

Defined in Amazonka.Signer.Types.S3Destination

ToJSON S3Destination Source # 
Instance details

Defined in Amazonka.Signer.Types.S3Destination

type Rep S3Destination Source # 
Instance details

Defined in Amazonka.Signer.Types.S3Destination

type Rep S3Destination = D1 ('MetaData "S3Destination" "Amazonka.Signer.Types.S3Destination" "libZSservicesZSamazonka-signerZSamazonka-signer" 'False) (C1 ('MetaCons "S3Destination'" 'PrefixI 'True) (S1 ('MetaSel ('Just "prefix") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "bucketName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newS3Destination :: S3Destination Source #

Create a value of S3Destination 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:prefix:S3Destination', s3Destination_prefix - An Amazon S3 prefix that you can use to limit responses to those that begin with the specified prefix.

$sel:bucketName:S3Destination', s3Destination_bucketName - Name of the S3 bucket.

s3Destination_prefix :: Lens' S3Destination (Maybe Text) Source #

An Amazon S3 prefix that you can use to limit responses to those that begin with the specified prefix.