Module Values.AssociateChannelRequestSource

Associates a delivery Channel with a particular NotificationConfiguration. Supported Channels include Amazon Q Developer in chat applications, the Console Mobile Application, and emails (notifications-contacts).

Sourcetype nonrec t = {
  1. arn : ChannelArn.t;
    (*

    The Amazon Resource Name (ARN) of the Channel to associate with the NotificationConfiguration. Supported ARNs include Amazon Q Developer in chat applications, the Console Mobile Application, and notifications-contacts.

    *)
  2. notificationConfigurationArn : NotificationConfigurationArn.t;
    (*

    The ARN of the NotificationConfiguration to associate with the Channel.

    *)
}
Sourceval context_ : string
Sourceval make : arn:ChannelArn.t -> notificationConfigurationArn:NotificationConfigurationArn.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of ChannelArn.t ]) 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