Module Values_1.FastLaunchSnapshotConfigurationResponseSource

Configuration settings for creating and managing pre-provisioned snapshots for a Windows fast launch enabled Windows AMI.

Sourcetype nonrec t = {
  1. targetResourceCount : Values_0.Integer.t option;
    (*

    The number of pre-provisioned snapshots requested to keep on hand for a Windows fast launch enabled AMI.

    *)
}
Sourceval make : ?targetResourceCount:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Integer of Values_0.Integer.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