Module Values.CancelSubscriptionRequestSource

Unsubscribes a user or a group from their pricing tier in an Amazon Q Business application. An unsubscribed user or group loses all Amazon Q Business feature access at the start of next month.

Sourcetype nonrec t = {
  1. applicationId : ApplicationId.t;
    (*

    The identifier of the Amazon Q Business application for which the subscription is being cancelled.

    *)
  2. subscriptionId : SubscriptionId.t;
    (*

    The identifier of the Amazon Q Business subscription being cancelled.

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