Module Values.BlockingInstanceSource

A running Amazon EC2 instance that can be stopped to free up capacity needed to run the capacity task.

Sourcetype nonrec t = {
  1. instanceId : InstanceId.t option;
    (*

    The ID of the blocking instance.

    *)
  2. accountId : AccountId.t option;
  3. awsServiceName : AWSServiceName.t option;
    (*

    The Amazon Web Services service name that owns the specified blocking instance.

    *)
}
Sourceval make : ?instanceId:??? -> ?accountId:??? -> ?awsServiceName:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `String of InstanceId.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