| 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.IoTSiteWise.Types.Image
Description
Documentation
Contains an image that is one of the following:
- An image file. Choose this option to upload a new image.
- The ID of an existing image. Choose this option to keep an existing image.
See: newImage smart constructor.
Constructors
| Image' | |
Instances
| ToJSON Image Source # | |
Defined in Amazonka.IoTSiteWise.Types.Image | |
| Generic Image Source # | |
| Read Image Source # | |
| Show Image Source # | |
| NFData Image Source # | |
Defined in Amazonka.IoTSiteWise.Types.Image | |
| Eq Image Source # | |
| Hashable Image Source # | |
Defined in Amazonka.IoTSiteWise.Types.Image | |
| type Rep Image Source # | |
Defined in Amazonka.IoTSiteWise.Types.Image type Rep Image = D1 ('MetaData "Image" "Amazonka.IoTSiteWise.Types.Image" "amazonka-iotsitewise-2.0-AK8rDlpQ5oPJsrLUUxJgY" 'False) (C1 ('MetaCons "Image'" 'PrefixI 'True) (S1 ('MetaSel ('Just "file") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ImageFile)) :*: S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) | |
Create a value of Image 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:file:Image', image_file - Undocumented member.
$sel:id:Image', image_id - The ID of an existing image. Specify this parameter to keep an existing
image.