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
Documentation
data CompatibleImage Source #
A JSON-formatted object that describes a compatible Amazon Machine Image (AMI), including the ID and name for a Snow device AMI. This AMI is compatible with the device's physical hardware requirements, and it should be able to be run in an SBE1 instance on the device.
See: newCompatibleImage
smart constructor.
Instances
newCompatibleImage :: CompatibleImage Source #
Create a value of CompatibleImage
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:name:CompatibleImage'
, compatibleImage_name
- The optional name of a compatible image.
$sel:amiId:CompatibleImage'
, compatibleImage_amiId
- The unique identifier for an individual Snow device AMI.
compatibleImage_name :: Lens' CompatibleImage (Maybe Text) Source #
The optional name of a compatible image.
compatibleImage_amiId :: Lens' CompatibleImage (Maybe Text) Source #
The unique identifier for an individual Snow device AMI.