Values.RunCommandTargetSourceInformation about the EC2 instances that are to be sent the command, specified as key-value pairs. Each RunCommandTarget block can include only one key, but this key may specify multiple values.
type nonrec t = {key : RunCommandTargetKey.t;Can be either tag: tag-key or InstanceIds.
*)values : RunCommandTargetValues.t;If Key is tag: tag-key, Values is a list of tag values. If Key is InstanceIds, Values is a list of Amazon EC2 instance IDs.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of RunCommandTargetValue.t ] list
| `String of RunCommandTargetKey.t ])
list ]