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 S3Source = S3Source' {}
- newS3Source :: Text -> Text -> Text -> S3Source
- s3Source_bucketName :: Lens' S3Source Text
- s3Source_key :: Lens' S3Source Text
- s3Source_version :: Lens' S3Source Text
Documentation
Information about the S3 bucket where you saved your unsigned code.
See: newS3Source
smart constructor.
Instances
Eq S3Source Source # | |
Read S3Source Source # | |
Show S3Source Source # | |
Generic S3Source Source # | |
NFData S3Source Source # | |
Defined in Amazonka.Signer.Types.S3Source | |
Hashable S3Source Source # | |
Defined in Amazonka.Signer.Types.S3Source | |
ToJSON S3Source Source # | |
Defined in Amazonka.Signer.Types.S3Source | |
FromJSON S3Source Source # | |
type Rep S3Source Source # | |
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)))) |
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.