| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.Signer.Types.S3Source
Description
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.
Constructors
| S3Source' | |
Instances
| FromJSON S3Source Source # | |
| ToJSON S3Source Source # | |
Defined in Amazonka.Signer.Types.S3Source | |
| Generic S3Source Source # | |
| Read S3Source Source # | |
| Show S3Source Source # | |
| NFData S3Source Source # | |
Defined in Amazonka.Signer.Types.S3Source | |
| Eq S3Source Source # | |
| Hashable S3Source Source # | |
Defined in Amazonka.Signer.Types.S3Source | |
| type Rep S3Source Source # | |
Defined in Amazonka.Signer.Types.S3Source type Rep S3Source = D1 ('MetaData "S3Source" "Amazonka.Signer.Types.S3Source" "amazonka-signer-2.0-6FMkzGQuyn8GnMBl8IyiHv" '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.