Module Values.SsmActionDefinitionSource

The Amazon Web Services Systems Manager (SSM) action definition details.

Sourcetype nonrec t = {
  1. actionSubType : ActionSubType.t;
    (*

    The action subType.

    *)
  2. region : Region.t;
    (*

    The Region to run the SSM document.

    *)
  3. instanceIds : InstanceIds.t;
    (*

    The EC2 and RDS instance IDs.

    *)
}
Sourceval context_ : string
Sourceval make : actionSubType:ActionSubType.t -> region:Region.t -> instanceIds:InstanceIds.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `List of [> `String of InstanceId.t ] list | `String of Region.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t