Values.UpdateSubscriptionRequestSourceUpdates the pricing tier for an Amazon Q Business subscription. Upgrades are instant. Downgrades apply at the start of the next month. Subscription tier determines feature access for the user. For more information on subscriptions and pricing tiers, see Amazon Q Business pricing.
type nonrec t = {applicationId : ApplicationId.t;The identifier of the Amazon Q Business application where the subscription update should take effect.
*)subscriptionId : SubscriptionId.t;The identifier of the Amazon Q Business subscription to be updated.
*)type_ : SubscriptionType.t;The type of the Amazon Q Business subscription to be updated.
*)}val make :
applicationId:ApplicationId.t ->
subscriptionId:SubscriptionId.t ->
type_:SubscriptionType.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of ApplicationId.t ]) list ]