Module Values.GetResponsePlanOutputSource

Retrieves the details of the specified response plan.

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

    The actions that this response plan takes at the beginning of the incident.

    *)
  2. arn : Arn.t option;
    (*

    The ARN of the response plan.

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

    The Chatbot chat channel used for collaboration during an incident.

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

    The long format name of the response plan. 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 option;
    (*

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

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

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

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

    The short format name of the response plan. The name can't contain spaces.

    *)
}
Sourcetype nonrec error = [
  1. | `AccessDeniedException of AccessDeniedException.t
  2. | `InternalServerException of InternalServerException.t
  3. | `ResourceNotFoundException of ResourceNotFoundException.t
  4. | `ThrottlingException of ThrottlingException.t
  5. | `ValidationException of ValidationException.t
  6. | `Unknown_operation_error of string * string option
]
Sourceval make : ?actions:??? -> ?arn:??? -> ?chatChannel:??? -> ?displayName:??? -> ?engagements:??? -> ?incidentTemplate:??? -> ?integrations:??? -> ?name:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `AccessDeniedException of AccessDeniedException.t | `InternalServerException of InternalServerException.t | `ResourceNotFoundException of ResourceNotFoundException.t | `ThrottlingException of ThrottlingException.t | `Unknown_operation_error of string * string option | `ValidationException of ValidationException.t ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `AccessDeniedException of AccessDeniedException.t | `InternalServerException of InternalServerException.t | `ResourceNotFoundException of ResourceNotFoundException.t | `ThrottlingException of ThrottlingException.t | `Unknown_operation_error of string * string option | `ValidationException of ValidationException.t ]
Sourceval error_to_json : error -> Yojson.Safe.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 | `String of Arn.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