Values.SsmActionDefinitionSourceThe Amazon Web Services Systems Manager (SSM) action definition details.
type nonrec t = {actionSubType : ActionSubType.t;The action subType.
*)region : Region.t;The Region to run the SSM document.
*)instanceIds : InstanceIds.t;The EC2 and RDS instance IDs.
*)}val make :
actionSubType:ActionSubType.t ->
region:Region.t ->
instanceIds:InstanceIds.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of [> `String of InstanceId.t ] list
| `String of Region.t ])
list ]