Values_5.EnableFastLaunchResultSourceWhen you enable Windows fast launch for a Windows AMI, images are pre-provisioned, using snapshots to launch instances up to 65% faster. To create the optimized Windows image, Amazon EC2 launches an instance and runs through Sysprep steps, rebooting as required. Then it creates a set of reserved snapshots that are used for subsequent launches. The reserved snapshots are automatically replenished as they are used, depending on your settings for launch frequency. You can only change these settings for Windows AMIs that you own or that have been shared with you.
type nonrec t = {imageId : Values_0.ImageId.t option;The image ID that identifies the AMI for which Windows fast launch was enabled.
*)resourceType : Values_1.FastLaunchResourceType.t option;The type of resource that was defined for pre-provisioning the AMI for Windows fast launch.
*)snapshotConfiguration : Values_1.FastLaunchSnapshotConfigurationResponse.t
option;Settings to create and manage the pre-provisioned snapshots that Amazon EC2 uses for faster launches from the Windows AMI. This property is returned when the associated resourceType is snapshot.
*)launchTemplate : Values_1.FastLaunchLaunchTemplateSpecificationResponse.t
option;The launch template that is used when launching 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 AMI for which Windows fast launch was enabled.
*)state : Values_1.FastLaunchStateCode.t option;The current state of Windows fast launch for the specified AMI.
*)stateTransitionReason : Values_0.String_.t option;The reason that the state changed for Windows fast launch for the AMI.
*)stateTransitionTime : Values_0.MillisecondDateTime.t option;The time that the state changed for Windows fast launch for the AMI.
*)}val error_of_json :
'a ->
Yojson.Safe.t ->
[> `Unknown_operation_error of 'a * string option ]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 ]