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 Ec2AmiResource Source #
A JSON-formatted object that contains the IDs for an Amazon Machine Image (AMI), including the Amazon EC2 AMI ID and the Snow device AMI ID. Each AMI has these two IDs to simplify identifying the AMI in both the AWS Cloud and on the device.
See: newEc2AmiResource
smart constructor.
Ec2AmiResource' | |
|
Instances
Create a value of Ec2AmiResource
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:snowballAmiId:Ec2AmiResource'
, ec2AmiResource_snowballAmiId
- The ID of the AMI on the Snow device.
$sel:amiId:Ec2AmiResource'
, ec2AmiResource_amiId
- The ID of the AMI in Amazon EC2.
ec2AmiResource_snowballAmiId :: Lens' Ec2AmiResource (Maybe Text) Source #
The ID of the AMI on the Snow device.
ec2AmiResource_amiId :: Lens' Ec2AmiResource Text Source #
The ID of the AMI in Amazon EC2.