Values_3.InstanceEventWindowDisassociationRequestSourceThe targets to disassociate from the specified event window.
type nonrec t = {instanceIds : Values_1.InstanceIdList.t option;The IDs of the instances to disassociate from the event window.
*)instanceTags : Values_0.TagList.t option;The instance tags to disassociate from the event window. Any instances associated with the tags will be disassociated from the event window.
*)dedicatedHostIds : Values_1.DedicatedHostIdList.t option;The IDs of the Dedicated Hosts to disassociate from the event window.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `String of Values_0.InstanceId.t
| `Structure of (string * [> `String of string ]) list ]
list ])
list ]