Module Values.ActionSource

The action that starts at the beginning of an incident. The response plan defines the action.

Sourcetype nonrec t = {
  1. ssmAutomation : SsmAutomation.t option;
    (*

    The Systems Manager automation document to start as the runbook at the beginning of the incident.

    *)
}
Sourceval make : ?ssmAutomation:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `Enum of string | `Map of ([> `String of DynamicSsmParametersKeyString.t ] * [> `List of [> `String of SsmParameterValuesMemberString.t ] list | `Structure of (string * [> `Enum of string ]) list ]) list | `String of SsmAutomationDocumentNameString.t ]) list ]) 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