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 |
Synopsis
- data LaunchTemplateHibernationOptionsRequest = LaunchTemplateHibernationOptionsRequest' {
- configured :: Maybe Bool
- newLaunchTemplateHibernationOptionsRequest :: LaunchTemplateHibernationOptionsRequest
- launchTemplateHibernationOptionsRequest_configured :: Lens' LaunchTemplateHibernationOptionsRequest (Maybe Bool)
Documentation
data LaunchTemplateHibernationOptionsRequest Source #
Indicates whether the instance is configured for hibernation. This parameter is valid only if the instance meets the hibernation prerequisites.
See: newLaunchTemplateHibernationOptionsRequest
smart constructor.
LaunchTemplateHibernationOptionsRequest' | |
|
Instances
ToQuery LaunchTemplateHibernationOptionsRequest Source # | |
Generic LaunchTemplateHibernationOptionsRequest Source # | |
Read LaunchTemplateHibernationOptionsRequest Source # | |
Show LaunchTemplateHibernationOptionsRequest Source # | |
NFData LaunchTemplateHibernationOptionsRequest Source # | |
Eq LaunchTemplateHibernationOptionsRequest Source # | |
Hashable LaunchTemplateHibernationOptionsRequest Source # | |
type Rep LaunchTemplateHibernationOptionsRequest Source # | |
Defined in Amazonka.EC2.Types.LaunchTemplateHibernationOptionsRequest type Rep LaunchTemplateHibernationOptionsRequest = D1 ('MetaData "LaunchTemplateHibernationOptionsRequest" "Amazonka.EC2.Types.LaunchTemplateHibernationOptionsRequest" "amazonka-ec2-2.0-48L9RAJvmvzAdBkRegqWCL" 'False) (C1 ('MetaCons "LaunchTemplateHibernationOptionsRequest'" 'PrefixI 'True) (S1 ('MetaSel ('Just "configured") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)))) |
newLaunchTemplateHibernationOptionsRequest :: LaunchTemplateHibernationOptionsRequest Source #
Create a value of LaunchTemplateHibernationOptionsRequest
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:configured:LaunchTemplateHibernationOptionsRequest'
, launchTemplateHibernationOptionsRequest_configured
- If you set this parameter to true
, the instance is enabled for
hibernation.
Default: false
launchTemplateHibernationOptionsRequest_configured :: Lens' LaunchTemplateHibernationOptionsRequest (Maybe Bool) Source #
If you set this parameter to true
, the instance is enabled for
hibernation.
Default: false