amazonka-ec2-2.0: Amazon Elastic Compute Cloud SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.EC2.Types.LaunchTemplateInstanceMaintenanceOptionsRequest

Description

 
Synopsis

Documentation

data LaunchTemplateInstanceMaintenanceOptionsRequest Source #

The maintenance options of your instance.

See: newLaunchTemplateInstanceMaintenanceOptionsRequest smart constructor.

Constructors

LaunchTemplateInstanceMaintenanceOptionsRequest' 

Fields

Instances

Instances details
ToQuery LaunchTemplateInstanceMaintenanceOptionsRequest Source # 
Instance details

Defined in Amazonka.EC2.Types.LaunchTemplateInstanceMaintenanceOptionsRequest

Generic LaunchTemplateInstanceMaintenanceOptionsRequest Source # 
Instance details

Defined in Amazonka.EC2.Types.LaunchTemplateInstanceMaintenanceOptionsRequest

Read LaunchTemplateInstanceMaintenanceOptionsRequest Source # 
Instance details

Defined in Amazonka.EC2.Types.LaunchTemplateInstanceMaintenanceOptionsRequest

Show LaunchTemplateInstanceMaintenanceOptionsRequest Source # 
Instance details

Defined in Amazonka.EC2.Types.LaunchTemplateInstanceMaintenanceOptionsRequest

NFData LaunchTemplateInstanceMaintenanceOptionsRequest Source # 
Instance details

Defined in Amazonka.EC2.Types.LaunchTemplateInstanceMaintenanceOptionsRequest

Eq LaunchTemplateInstanceMaintenanceOptionsRequest Source # 
Instance details

Defined in Amazonka.EC2.Types.LaunchTemplateInstanceMaintenanceOptionsRequest

Hashable LaunchTemplateInstanceMaintenanceOptionsRequest Source # 
Instance details

Defined in Amazonka.EC2.Types.LaunchTemplateInstanceMaintenanceOptionsRequest

type Rep LaunchTemplateInstanceMaintenanceOptionsRequest Source # 
Instance details

Defined in Amazonka.EC2.Types.LaunchTemplateInstanceMaintenanceOptionsRequest

type Rep LaunchTemplateInstanceMaintenanceOptionsRequest = D1 ('MetaData "LaunchTemplateInstanceMaintenanceOptionsRequest" "Amazonka.EC2.Types.LaunchTemplateInstanceMaintenanceOptionsRequest" "amazonka-ec2-2.0-48L9RAJvmvzAdBkRegqWCL" 'False) (C1 ('MetaCons "LaunchTemplateInstanceMaintenanceOptionsRequest'" 'PrefixI 'True) (S1 ('MetaSel ('Just "autoRecovery") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LaunchTemplateAutoRecoveryState))))

newLaunchTemplateInstanceMaintenanceOptionsRequest :: LaunchTemplateInstanceMaintenanceOptionsRequest Source #

Create a value of LaunchTemplateInstanceMaintenanceOptionsRequest 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:autoRecovery:LaunchTemplateInstanceMaintenanceOptionsRequest', launchTemplateInstanceMaintenanceOptionsRequest_autoRecovery - Disables the automatic recovery behavior of your instance or sets it to default. For more information, see Simplified automatic recovery.