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