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 Source = Source' {}
- newSource :: Source
- source_etag :: Lens' Source (Maybe Text)
- source_s3Key :: Lens' Source (Maybe Text)
- source_architecture :: Lens' Source (Maybe Architecture)
- source_s3Bucket :: Lens' Source (Maybe Text)
Documentation
Information about a source.
See: newSource
smart constructor.
Instances
Eq Source Source # | |
Read Source Source # | |
Show Source Source # | |
Generic Source Source # | |
NFData Source Source # | |
Defined in Amazonka.RobOMaker.Types.Source | |
Hashable Source Source # | |
Defined in Amazonka.RobOMaker.Types.Source | |
FromJSON Source Source # | |
type Rep Source Source # | |
Defined in Amazonka.RobOMaker.Types.Source type Rep Source = D1 ('MetaData "Source" "Amazonka.RobOMaker.Types.Source" "libZSservicesZSamazonka-robomakerZSamazonka-robomaker" 'False) (C1 ('MetaCons "Source'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "etag") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "s3Key") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "architecture") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Architecture)) :*: S1 ('MetaSel ('Just "s3Bucket") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) |
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:etag:Source'
, source_etag
- A hash of the object specified by s3Bucket
and s3Key
.
$sel:s3Key:Source'
, source_s3Key
- The s3 object key.
$sel:architecture:Source'
, source_architecture
- The taget processor architecture for the application.
$sel:s3Bucket:Source'
, source_s3Bucket
- The s3 bucket name.
source_etag :: Lens' Source (Maybe Text) Source #
A hash of the object specified by s3Bucket
and s3Key
.
source_architecture :: Lens' Source (Maybe Architecture) Source #
The taget processor architecture for the application.