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

Description

 
Synopsis

Documentation

data Source Source #

An S3Source object that contains information about the S3 bucket where you saved your unsigned code.

See: newSource smart constructor.

Constructors

Source' 

Fields

Instances

Instances details
Eq Source Source # 
Instance details

Defined in Amazonka.Signer.Types.Source

Methods

(==) :: Source -> Source -> Bool #

(/=) :: Source -> Source -> Bool #

Read Source Source # 
Instance details

Defined in Amazonka.Signer.Types.Source

Show Source Source # 
Instance details

Defined in Amazonka.Signer.Types.Source

Generic Source Source # 
Instance details

Defined in Amazonka.Signer.Types.Source

Associated Types

type Rep Source :: Type -> Type #

Methods

from :: Source -> Rep Source x #

to :: Rep Source x -> Source #

NFData Source Source # 
Instance details

Defined in Amazonka.Signer.Types.Source

Methods

rnf :: Source -> () #

Hashable Source Source # 
Instance details

Defined in Amazonka.Signer.Types.Source

Methods

hashWithSalt :: Int -> Source -> Int #

hash :: Source -> Int #

ToJSON Source Source # 
Instance details

Defined in Amazonka.Signer.Types.Source

FromJSON Source Source # 
Instance details

Defined in Amazonka.Signer.Types.Source

type Rep Source Source # 
Instance details

Defined in Amazonka.Signer.Types.Source

type Rep Source = D1 ('MetaData "Source" "Amazonka.Signer.Types.Source" "libZSservicesZSamazonka-signerZSamazonka-signer" 'False) (C1 ('MetaCons "Source'" 'PrefixI 'True) (S1 ('MetaSel ('Just "s3") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe S3Source))))

newSource :: Source Source #

Create a value of Source 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:s3:Source', source_s3 - The S3Source object.

source_s3 :: Lens' Source (Maybe S3Source) Source #

The S3Source object.