Module Values.GetContactResultSource

Retrieves information about the specified contact or escalation plan.

Sourcetype nonrec t = {
  1. contactArn : SsmContactsArn.t option;
    (*

    The ARN of the contact or escalation plan.

    *)
  2. alias : ContactAlias.t option;
    (*

    The alias of the contact or escalation plan. The alias is unique and identifiable.

    *)
  3. displayName : ContactName.t option;
    (*

    The full name of the contact or escalation plan.

    *)
  4. type_ : ContactType.t option;
    (*

    The type of contact.

    *)
  5. plan : Plan.t option;
    (*

    Details about the specific timing or stages and targets of the escalation plan or engagement plan.

    *)
}
Sourcetype nonrec error = [
  1. | `AccessDeniedException of AccessDeniedException.t
  2. | `DataEncryptionException of DataEncryptionException.t
  3. | `InternalServerException of InternalServerException.t
  4. | `ResourceNotFoundException of ResourceNotFoundException.t
  5. | `ThrottlingException of ThrottlingException.t
  6. | `ValidationException of ValidationException.t
  7. | `Unknown_operation_error of string * string option
]
Sourceval make : ?contactArn:??? -> ?alias:??? -> ?displayName:??? -> ?type_:??? -> ?plan:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `AccessDeniedException of AccessDeniedException.t | `DataEncryptionException of DataEncryptionException.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 | `DataEncryptionException of DataEncryptionException.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 * [> `Enum of string | `String of SsmContactsArn.t | `Structure of (string * [> `List of [> `String of SsmContactsArn.t | `Structure of (string * [> `Integer of StageDurationInMins.t | `List of [> `Structure of (string * [> `Structure of (string * [> `Boolean of IsEssential.t | `Integer of RetryIntervalInMinutes.t | `String of SsmContactsArn.t ]) list ]) list ] list ]) list ] 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