Module Values.UpdateSubscriberNotificationRequestSource

Updates an existing notification method for the subscription (SQS or HTTPs endpoint) or switches the notification subscription endpoint for a subscriber.

Sourcetype nonrec t = {
  1. configuration : NotificationConfiguration.t;
    (*

    The configuration for subscriber notification.

    *)
  2. subscriberId : UUID.t;
    (*

    The subscription ID for which the subscription notification is specified.

    *)
}
Sourceval context_ : string
Sourceval make : configuration:NotificationConfiguration.t -> subscriberId:UUID.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of UUID.t | `Structure of (string * [> `Structure of (string * [> `Enum of string | `String of String_.t ]) 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