| 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.ImageBuilder.Types.Ami
Description
Documentation
Details of an Amazon EC2 AMI.
See: newAmi smart constructor.
Constructors
| Ami' | |
Fields
| |
Instances
Create a value of Ami 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:accountId:Ami', ami_accountId - The account ID of the owner of the AMI.
$sel:description:Ami', ami_description - The description of the Amazon EC2 AMI. Minimum and maximum length are in
characters.
$sel:image:Ami', ami_image - The AMI ID of the Amazon EC2 AMI.
$sel:name:Ami', ami_name - The name of the Amazon EC2 AMI.
$sel:region:Ami', ami_region - The Amazon Web Services Region of the Amazon EC2 AMI.
$sel:state:Ami', ami_state - Undocumented member.