Module Values.DeregisterNotificationHubRequestSource

Deregisters a NotificationConfiguration in the specified Region. You can't deregister the last NotificationHub in the account. NotificationEvents stored in the deregistered NotificationConfiguration are no longer be visible. Recreating a new NotificationConfiguration in the same Region restores access to those NotificationEvents.

Sourcetype nonrec t = {
  1. notificationHubRegion : Region.t;
    (*

    The NotificationConfiguration Region.

    *)
}
Sourceval context_ : string
Sourceval make : notificationHubRegion:Region.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of Region.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