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.LaunchTemplateInstanceMarketOptionsRequest

Description

 
Synopsis

Documentation

data LaunchTemplateInstanceMarketOptionsRequest Source #

The market (purchasing) option for the instances.

See: newLaunchTemplateInstanceMarketOptionsRequest smart constructor.

Instances

Instances details
ToQuery LaunchTemplateInstanceMarketOptionsRequest Source # 
Instance details

Defined in Amazonka.EC2.Types.LaunchTemplateInstanceMarketOptionsRequest

Generic LaunchTemplateInstanceMarketOptionsRequest Source # 
Instance details

Defined in Amazonka.EC2.Types.LaunchTemplateInstanceMarketOptionsRequest

Read LaunchTemplateInstanceMarketOptionsRequest Source # 
Instance details

Defined in Amazonka.EC2.Types.LaunchTemplateInstanceMarketOptionsRequest

Show LaunchTemplateInstanceMarketOptionsRequest Source # 
Instance details

Defined in Amazonka.EC2.Types.LaunchTemplateInstanceMarketOptionsRequest

NFData LaunchTemplateInstanceMarketOptionsRequest Source # 
Instance details

Defined in Amazonka.EC2.Types.LaunchTemplateInstanceMarketOptionsRequest

Eq LaunchTemplateInstanceMarketOptionsRequest Source # 
Instance details

Defined in Amazonka.EC2.Types.LaunchTemplateInstanceMarketOptionsRequest

Hashable LaunchTemplateInstanceMarketOptionsRequest Source # 
Instance details

Defined in Amazonka.EC2.Types.LaunchTemplateInstanceMarketOptionsRequest

type Rep LaunchTemplateInstanceMarketOptionsRequest Source # 
Instance details

Defined in Amazonka.EC2.Types.LaunchTemplateInstanceMarketOptionsRequest

type Rep LaunchTemplateInstanceMarketOptionsRequest = D1 ('MetaData "LaunchTemplateInstanceMarketOptionsRequest" "Amazonka.EC2.Types.LaunchTemplateInstanceMarketOptionsRequest" "amazonka-ec2-2.0-48L9RAJvmvzAdBkRegqWCL" 'False) (C1 ('MetaCons "LaunchTemplateInstanceMarketOptionsRequest'" 'PrefixI 'True) (S1 ('MetaSel ('Just "marketType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MarketType)) :*: S1 ('MetaSel ('Just "spotOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LaunchTemplateSpotMarketOptionsRequest))))

newLaunchTemplateInstanceMarketOptionsRequest :: LaunchTemplateInstanceMarketOptionsRequest Source #

Create a value of LaunchTemplateInstanceMarketOptionsRequest 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:marketType:LaunchTemplateInstanceMarketOptionsRequest', launchTemplateInstanceMarketOptionsRequest_marketType - The market type.

$sel:spotOptions:LaunchTemplateInstanceMarketOptionsRequest', launchTemplateInstanceMarketOptionsRequest_spotOptions - The options for Spot Instances.