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

Description

 
Synopsis

Documentation

data LaunchTemplateInstanceMarketOptions Source #

The market (purchasing) option for the instances.

See: newLaunchTemplateInstanceMarketOptions smart constructor.

Constructors

LaunchTemplateInstanceMarketOptions' 

Fields

Instances

Instances details
FromXML LaunchTemplateInstanceMarketOptions Source # 
Instance details

Defined in Amazonka.EC2.Types.LaunchTemplateInstanceMarketOptions

Generic LaunchTemplateInstanceMarketOptions Source # 
Instance details

Defined in Amazonka.EC2.Types.LaunchTemplateInstanceMarketOptions

Read LaunchTemplateInstanceMarketOptions Source # 
Instance details

Defined in Amazonka.EC2.Types.LaunchTemplateInstanceMarketOptions

Show LaunchTemplateInstanceMarketOptions Source # 
Instance details

Defined in Amazonka.EC2.Types.LaunchTemplateInstanceMarketOptions

NFData LaunchTemplateInstanceMarketOptions Source # 
Instance details

Defined in Amazonka.EC2.Types.LaunchTemplateInstanceMarketOptions

Eq LaunchTemplateInstanceMarketOptions Source # 
Instance details

Defined in Amazonka.EC2.Types.LaunchTemplateInstanceMarketOptions

Hashable LaunchTemplateInstanceMarketOptions Source # 
Instance details

Defined in Amazonka.EC2.Types.LaunchTemplateInstanceMarketOptions

type Rep LaunchTemplateInstanceMarketOptions Source # 
Instance details

Defined in Amazonka.EC2.Types.LaunchTemplateInstanceMarketOptions

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

newLaunchTemplateInstanceMarketOptions :: LaunchTemplateInstanceMarketOptions Source #

Create a value of LaunchTemplateInstanceMarketOptions 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:LaunchTemplateInstanceMarketOptions', launchTemplateInstanceMarketOptions_marketType - The market type.

$sel:spotOptions:LaunchTemplateInstanceMarketOptions', launchTemplateInstanceMarketOptions_spotOptions - The options for Spot Instances.