Module Values.CreateResponsePlanInputSource

Creates a response plan that automates the initial response to incidents. A response plan engages contacts, starts chat channel collaboration, and initiates runbooks at the beginning of an incident.

Sourcetype nonrec t = {
  1. actions : ActionsList.t option;
    (*

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

    *)
  2. chatChannel : ChatChannel.t option;
    (*

    The Chatbot chat channel used for collaboration during an incident.

    *)
  3. clientToken : ClientToken.t option;
    (*

    A token ensuring that the operation is called only once with the specified details.

    *)
  4. displayName : ResponsePlanDisplayName.t option;
    (*

    The long format of the response plan name. This field can contain spaces.

    *)
  5. engagements : EngagementSet.t option;
    (*

    The Amazon Resource Name (ARN) for the contacts and escalation plans that the response plan engages during an incident.

    *)
  6. incidentTemplate : IncidentTemplate.t;
    (*

    Details used to create an incident when using this response plan.

    *)
  7. integrations : Integrations.t option;
    (*

    Information about third-party services integrated into the response plan.

    *)
  8. name : ResponsePlanName.t;
    (*

    The short format name of the response plan. Can't include spaces.

    *)
  9. tags : TagMap.t option;
    (*

    A list of tags that you are adding to the response plan.

    *)
}
Sourceval context_ : string
Sourceval make : ?actions:??? -> ?chatChannel:??? -> ?clientToken:??? -> ?displayName:??? -> ?engagements:??? -> ?integrations:??? -> ?tags:??? -> incidentTemplate:IncidentTemplate.t -> name:ResponsePlanName.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `String of SsmContactsArn.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 | `Structure of (string * [> `String of PagerDutyIncidentConfigurationServiceIdString.t ]) list ]) list ]) list ] list | `Map of ([> `String of TagKey.t ] * [> `String of TagValue.t ]) list | `String of ClientToken.t | `Structure of (string * [> `Integer of Impact.t | `List of [> `String of SnsArn.t | `Structure of (string * [> `String of Arn.t ]) list ] list | `Map of ([> `String of TagKey.t ] * [> `String of TagValue.t ]) list | `String of DedupeString.t | `Structure of 'a list ]) 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