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