Module Values_3.DescribeFastLaunchImagesSuccessItemSource

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

Sourcetype nonrec t = {
  1. imageId : Values_0.ImageId.t option;
    (*

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

    *)
  2. resourceType : Values_1.FastLaunchResourceType.t option;
    (*

    The resource type that Amazon EC2 uses for pre-provisioning the Windows AMI. Supported values include: snapshot.

    *)
  3. snapshotConfiguration : Values_1.FastLaunchSnapshotConfigurationResponse.t option;
    (*

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

    *)
  4. 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.

    *)
  5. 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.

    *)
  6. ownerId : Values_0.String_.t option;
    (*

    The owner ID for the Windows fast launch enabled AMI.

    *)
  7. state : Values_1.FastLaunchStateCode.t option;
    (*

    The current state of Windows fast launch for the specified Windows AMI.

    *)
  8. stateTransitionReason : Values_0.String_.t option;
    (*

    The reason that Windows fast launch for the AMI changed to the current state.

    *)
  9. stateTransitionTime : Values_0.MillisecondDateTime.t option;
    (*

    The time that Windows fast launch for the AMI changed to the current state.

    *)
}
Sourceval make : ?imageId:??? -> ?resourceType:??? -> ?snapshotConfiguration:??? -> ?launchTemplate:??? -> ?maxParallelLaunches:??? -> ?ownerId:??? -> ?state:??? -> ?stateTransitionReason:??? -> ?stateTransitionTime:??? -> unit -> t
Sourceval 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 ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t