Values.BlockingInstanceSourceA running Amazon EC2 instance that can be stopped to free up capacity needed to run the capacity task.
type nonrec t = {instanceId : InstanceId.t option;The ID of the blocking instance.
*)accountId : AccountId.t option;awsServiceName : AWSServiceName.t option;The Amazon Web Services service name that owns the specified blocking instance.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of InstanceId.t ]) list ]