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

Description

 
Synopsis

Documentation

data FastLaunchLaunchTemplateSpecificationRequest Source #

Request to create a launch template for a fast-launch enabled Windows AMI.

Note - You can specify either the LaunchTemplateName or the LaunchTemplateId, but not both.

See: newFastLaunchLaunchTemplateSpecificationRequest smart constructor.

Constructors

FastLaunchLaunchTemplateSpecificationRequest' 

Fields

Instances

Instances details
ToQuery FastLaunchLaunchTemplateSpecificationRequest Source # 
Instance details

Defined in Amazonka.EC2.Types.FastLaunchLaunchTemplateSpecificationRequest

Generic FastLaunchLaunchTemplateSpecificationRequest Source # 
Instance details

Defined in Amazonka.EC2.Types.FastLaunchLaunchTemplateSpecificationRequest

Read FastLaunchLaunchTemplateSpecificationRequest Source # 
Instance details

Defined in Amazonka.EC2.Types.FastLaunchLaunchTemplateSpecificationRequest

Show FastLaunchLaunchTemplateSpecificationRequest Source # 
Instance details

Defined in Amazonka.EC2.Types.FastLaunchLaunchTemplateSpecificationRequest

NFData FastLaunchLaunchTemplateSpecificationRequest Source # 
Instance details

Defined in Amazonka.EC2.Types.FastLaunchLaunchTemplateSpecificationRequest

Eq FastLaunchLaunchTemplateSpecificationRequest Source # 
Instance details

Defined in Amazonka.EC2.Types.FastLaunchLaunchTemplateSpecificationRequest

Hashable FastLaunchLaunchTemplateSpecificationRequest Source # 
Instance details

Defined in Amazonka.EC2.Types.FastLaunchLaunchTemplateSpecificationRequest

type Rep FastLaunchLaunchTemplateSpecificationRequest Source # 
Instance details

Defined in Amazonka.EC2.Types.FastLaunchLaunchTemplateSpecificationRequest

type Rep FastLaunchLaunchTemplateSpecificationRequest = D1 ('MetaData "FastLaunchLaunchTemplateSpecificationRequest" "Amazonka.EC2.Types.FastLaunchLaunchTemplateSpecificationRequest" "amazonka-ec2-2.0-48L9RAJvmvzAdBkRegqWCL" 'False) (C1 ('MetaCons "FastLaunchLaunchTemplateSpecificationRequest'" 'PrefixI 'True) (S1 ('MetaSel ('Just "launchTemplateId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "launchTemplateName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "version") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newFastLaunchLaunchTemplateSpecificationRequest Source #

Create a value of FastLaunchLaunchTemplateSpecificationRequest 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:launchTemplateId:FastLaunchLaunchTemplateSpecificationRequest', fastLaunchLaunchTemplateSpecificationRequest_launchTemplateId - The ID of the launch template to use for faster launching for a Windows AMI.

$sel:launchTemplateName:FastLaunchLaunchTemplateSpecificationRequest', fastLaunchLaunchTemplateSpecificationRequest_launchTemplateName - The name of the launch template to use for faster launching for a Windows AMI.

$sel:version:FastLaunchLaunchTemplateSpecificationRequest', fastLaunchLaunchTemplateSpecificationRequest_version - The version of the launch template to use for faster launching for a Windows AMI.

fastLaunchLaunchTemplateSpecificationRequest_launchTemplateId :: Lens' FastLaunchLaunchTemplateSpecificationRequest (Maybe Text) Source #

The ID of the launch template to use for faster launching for a Windows AMI.

fastLaunchLaunchTemplateSpecificationRequest_launchTemplateName :: Lens' FastLaunchLaunchTemplateSpecificationRequest (Maybe Text) Source #

The name of the launch template to use for faster launching for a Windows AMI.

fastLaunchLaunchTemplateSpecificationRequest_version :: Lens' FastLaunchLaunchTemplateSpecificationRequest Text Source #

The version of the launch template to use for faster launching for a Windows AMI.