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

Description

 
Synopsis

Documentation

data DescribeFastLaunchImagesSuccessItem Source #

Describe details about a fast-launch enabled Windows image that meets the requested criteria. Criteria are defined by the DescribeFastLaunchImages action filters.

See: newDescribeFastLaunchImagesSuccessItem smart constructor.

Constructors

DescribeFastLaunchImagesSuccessItem' 

Fields

Instances

Instances details
FromXML DescribeFastLaunchImagesSuccessItem Source # 
Instance details

Defined in Amazonka.EC2.Types.DescribeFastLaunchImagesSuccessItem

Generic DescribeFastLaunchImagesSuccessItem Source # 
Instance details

Defined in Amazonka.EC2.Types.DescribeFastLaunchImagesSuccessItem

Read DescribeFastLaunchImagesSuccessItem Source # 
Instance details

Defined in Amazonka.EC2.Types.DescribeFastLaunchImagesSuccessItem

Show DescribeFastLaunchImagesSuccessItem Source # 
Instance details

Defined in Amazonka.EC2.Types.DescribeFastLaunchImagesSuccessItem

NFData DescribeFastLaunchImagesSuccessItem Source # 
Instance details

Defined in Amazonka.EC2.Types.DescribeFastLaunchImagesSuccessItem

Eq DescribeFastLaunchImagesSuccessItem Source # 
Instance details

Defined in Amazonka.EC2.Types.DescribeFastLaunchImagesSuccessItem

Hashable DescribeFastLaunchImagesSuccessItem Source # 
Instance details

Defined in Amazonka.EC2.Types.DescribeFastLaunchImagesSuccessItem

type Rep DescribeFastLaunchImagesSuccessItem Source # 
Instance details

Defined in Amazonka.EC2.Types.DescribeFastLaunchImagesSuccessItem

newDescribeFastLaunchImagesSuccessItem :: DescribeFastLaunchImagesSuccessItem Source #

Create a value of DescribeFastLaunchImagesSuccessItem 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:imageId:DescribeFastLaunchImagesSuccessItem', describeFastLaunchImagesSuccessItem_imageId - The image ID that identifies the fast-launch enabled Windows image.

$sel:launchTemplate:DescribeFastLaunchImagesSuccessItem', describeFastLaunchImagesSuccessItem_launchTemplate - The launch template that the fast-launch enabled Windows AMI uses when it launches Windows instances from pre-provisioned snapshots.

$sel:maxParallelLaunches:DescribeFastLaunchImagesSuccessItem', describeFastLaunchImagesSuccessItem_maxParallelLaunches - The maximum number of parallel instances that are launched for creating resources.

$sel:ownerId:DescribeFastLaunchImagesSuccessItem', describeFastLaunchImagesSuccessItem_ownerId - The owner ID for the fast-launch enabled Windows AMI.

$sel:resourceType:DescribeFastLaunchImagesSuccessItem', describeFastLaunchImagesSuccessItem_resourceType - The resource type that is used for pre-provisioning the Windows AMI. Supported values include: snapshot.

$sel:snapshotConfiguration:DescribeFastLaunchImagesSuccessItem', describeFastLaunchImagesSuccessItem_snapshotConfiguration - A group of parameters that are used for pre-provisioning the associated Windows AMI using snapshots.

$sel:state:DescribeFastLaunchImagesSuccessItem', describeFastLaunchImagesSuccessItem_state - The current state of faster launching for the specified Windows AMI.

$sel:stateTransitionReason:DescribeFastLaunchImagesSuccessItem', describeFastLaunchImagesSuccessItem_stateTransitionReason - The reason that faster launching for the Windows AMI changed to the current state.

$sel:stateTransitionTime:DescribeFastLaunchImagesSuccessItem', describeFastLaunchImagesSuccessItem_stateTransitionTime - The time that faster launching for the Windows AMI changed to the current state.

describeFastLaunchImagesSuccessItem_imageId :: Lens' DescribeFastLaunchImagesSuccessItem (Maybe Text) Source #

The image ID that identifies the fast-launch enabled Windows image.

describeFastLaunchImagesSuccessItem_launchTemplate :: Lens' DescribeFastLaunchImagesSuccessItem (Maybe FastLaunchLaunchTemplateSpecificationResponse) Source #

The launch template that the fast-launch enabled Windows AMI uses when it launches Windows instances from pre-provisioned snapshots.

describeFastLaunchImagesSuccessItem_maxParallelLaunches :: Lens' DescribeFastLaunchImagesSuccessItem (Maybe Int) Source #

The maximum number of parallel instances that are launched for creating resources.

describeFastLaunchImagesSuccessItem_resourceType :: Lens' DescribeFastLaunchImagesSuccessItem (Maybe FastLaunchResourceType) Source #

The resource type that is used for pre-provisioning the Windows AMI. Supported values include: snapshot.

describeFastLaunchImagesSuccessItem_snapshotConfiguration :: Lens' DescribeFastLaunchImagesSuccessItem (Maybe FastLaunchSnapshotConfigurationResponse) Source #

A group of parameters that are used for pre-provisioning the associated Windows AMI using snapshots.

describeFastLaunchImagesSuccessItem_state :: Lens' DescribeFastLaunchImagesSuccessItem (Maybe FastLaunchStateCode) Source #

The current state of faster launching for the specified Windows AMI.

describeFastLaunchImagesSuccessItem_stateTransitionReason :: Lens' DescribeFastLaunchImagesSuccessItem (Maybe Text) Source #

The reason that faster launching for the Windows AMI changed to the current state.

describeFastLaunchImagesSuccessItem_stateTransitionTime :: Lens' DescribeFastLaunchImagesSuccessItem (Maybe UTCTime) Source #

The time that faster launching for the Windows AMI changed to the current state.