Module Values.DisassociateManagedNotificationAdditionalChannelRequestSource

Disassociates an additional Channel from a particular ManagedNotificationConfiguration. Supported Channels include Amazon Q Developer in chat applications, the Console Mobile Application, and emails (notifications-contacts).

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

    The Amazon Resource Name (ARN) of the Channel to associate with the ManagedNotificationConfiguration.

    *)
  2. managedNotificationConfigurationArn : ManagedNotificationConfigurationOsArn.t;
    (*

    The Amazon Resource Name (ARN) of the Managed Notification Configuration to associate with the additional Channel.

    *)
}
Sourceval context_ : string
Sourceval make : channelArn:ChannelArn.t -> managedNotificationConfigurationArn:ManagedNotificationConfigurationOsArn.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