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

Description

 
Synopsis

Documentation

data S3Source Source #

Information about the S3 bucket where you saved your unsigned code.

See: newS3Source smart constructor.

Constructors

S3Source' 

Fields

  • bucketName :: Text

    Name of the S3 bucket.

  • key :: Text

    Key name of the bucket object that contains your unsigned code.

  • version :: Text

    Version of your source image in your version enabled S3 bucket.

Instances

Instances details
Eq S3Source Source # 
Instance details

Defined in Amazonka.Signer.Types.S3Source

Read S3Source Source # 
Instance details

Defined in Amazonka.Signer.Types.S3Source

Show S3Source Source # 
Instance details

Defined in Amazonka.Signer.Types.S3Source

Generic S3Source Source # 
Instance details

Defined in Amazonka.Signer.Types.S3Source

Associated Types

type Rep S3Source :: Type -> Type #

Methods

from :: S3Source -> Rep S3Source x #

to :: Rep S3Source x -> S3Source #

NFData S3Source Source # 
Instance details

Defined in Amazonka.Signer.Types.S3Source

Methods

rnf :: S3Source -> () #

Hashable S3Source Source # 
Instance details

Defined in Amazonka.Signer.Types.S3Source

Methods

hashWithSalt :: Int -> S3Source -> Int #

hash :: S3Source -> Int #

ToJSON S3Source Source # 
Instance details

Defined in Amazonka.Signer.Types.S3Source

FromJSON S3Source Source # 
Instance details

Defined in Amazonka.Signer.Types.S3Source

type Rep S3Source Source # 
Instance details

Defined in Amazonka.Signer.Types.S3Source

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

newS3Source Source #

Create a value of S3Source 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:bucketName:S3Source', s3Source_bucketName - Name of the S3 bucket.

$sel:key:S3Source', s3Source_key - Key name of the bucket object that contains your unsigned code.

$sel:version:S3Source', s3Source_version - Version of your source image in your version enabled S3 bucket.

s3Source_bucketName :: Lens' S3Source Text Source #

Name of the S3 bucket.

s3Source_key :: Lens' S3Source Text Source #

Key name of the bucket object that contains your unsigned code.

s3Source_version :: Lens' S3Source Text Source #

Version of your source image in your version enabled S3 bucket.