Values.GetContactChannelResultSourceList details about a specific contact channel.
type nonrec t = {contactArn : SsmContactsArn.t option;The ARN of the contact that the channel belongs to.
*)contactChannelArn : SsmContactsArn.t option;The ARN of the contact channel.
*)name : ChannelName.t option;The name of the contact channel
*)type_ : ChannelType.t option;The type of contact channel. The type is SMS, VOICE, or EMAIL.
*)deliveryAddress : ContactChannelAddress.t option;The details that Incident Manager uses when trying to engage the contact channel.
*)activationStatus : ActivationStatus.t option;A Boolean value indicating if the contact channel has been activated or not.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `DataEncryptionException of DataEncryptionException.t| `InternalServerException of InternalServerException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `ThrottlingException of ThrottlingException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val 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 ]val 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 ]val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of SsmContactsArn.t
| `Structure of (string * [> `String of SimpleAddress.t ]) list ])
list ]