Values_3.DescribeFastLaunchImagesSuccessItemSourceDescribe details about a Windows image with Windows fast launch enabled that meets the requested criteria. Criteria are defined by the DescribeFastLaunchImages action filters.
type nonrec t = {imageId : Values_0.ImageId.t option;The image ID that identifies the Windows fast launch enabled image.
*)resourceType : Values_1.FastLaunchResourceType.t option;The resource type that Amazon EC2 uses for pre-provisioning the Windows AMI. Supported values include: snapshot.
*)snapshotConfiguration : Values_1.FastLaunchSnapshotConfigurationResponse.t
option;A group of parameters that are used for pre-provisioning the associated Windows AMI using snapshots.
*)launchTemplate : Values_1.FastLaunchLaunchTemplateSpecificationResponse.t
option;The launch template that the Windows fast launch enabled AMI uses when it launches Windows instances from pre-provisioned snapshots.
*)maxParallelLaunches : Values_0.Integer.t option;The maximum number of instances that Amazon EC2 can launch at the same time to create pre-provisioned snapshots for Windows fast launch.
*)ownerId : Values_0.String_.t option;The owner ID for the Windows fast launch enabled AMI.
*)state : Values_1.FastLaunchStateCode.t option;The current state of Windows fast launch for the specified Windows AMI.
*)stateTransitionReason : Values_0.String_.t option;The reason that Windows fast launch for the AMI changed to the current state.
*)stateTransitionTime : Values_0.MillisecondDateTime.t option;The time that Windows fast launch for the AMI changed to the current state.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Integer of Values_0.Integer.t
| `String of Values_0.ImageId.t
| `Structure of
(string
* [> `Integer of Values_0.Integer.t
| `String of Values_0.LaunchTemplateId.t ])
list
| `Timestamp of Values_0.MillisecondDateTime.t ])
list ]