Values.InstancesToExcludeSourceUser-specified instances that must not be stopped. These instances will not appear in the list of instances that Amazon Web Services recommends to stop in order to free up capacity.
type nonrec t = {instances : InstanceIdList.t option;List of user-specified instances that must not be stopped.
*)accountIds : AccountIdList.t option;IDs of the accounts that own each instance that must not be stopped.
*)services : AWSServiceNameList.t option;Names of the services that own each instance that must not be stopped in order to free up the capacity needed to run the capacity task.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `Enum of string | `String of InstanceId.t ] list ])
list ]