| 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.ElasticBeanstalk.Types.CustomAmi
Description
Synopsis
Documentation
A custom AMI available to platforms.
See: newCustomAmi smart constructor.
Constructors
| CustomAmi' | |
Instances
| FromXML CustomAmi Source # | |
| Generic CustomAmi Source # | |
| Read CustomAmi Source # | |
| Show CustomAmi Source # | |
| NFData CustomAmi Source # | |
Defined in Amazonka.ElasticBeanstalk.Types.CustomAmi | |
| Eq CustomAmi Source # | |
| Hashable CustomAmi Source # | |
Defined in Amazonka.ElasticBeanstalk.Types.CustomAmi | |
| type Rep CustomAmi Source # | |
Defined in Amazonka.ElasticBeanstalk.Types.CustomAmi type Rep CustomAmi = D1 ('MetaData "CustomAmi" "Amazonka.ElasticBeanstalk.Types.CustomAmi" "amazonka-elasticbeanstalk-2.0-HLGGuY0kjXTIKSbM7JuMHy" 'False) (C1 ('MetaCons "CustomAmi'" 'PrefixI 'True) (S1 ('MetaSel ('Just "imageId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "virtualizationType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) | |
newCustomAmi :: CustomAmi Source #
Create a value of CustomAmi 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:imageId:CustomAmi', customAmi_imageId - THe ID of the image used to create the custom AMI.
$sel:virtualizationType:CustomAmi', customAmi_virtualizationType - The type of virtualization used to create the custom AMI.