Values.SubscriptionSourceInformation about an Amazon Q Business subscription. Subscriptions are used to provide access for an IAM Identity Center user or a group to an Amazon Q Business application. Amazon Q Business offers two subscription tiers: Q_LITE and Q_BUSINESS. Subscription tier determines feature access for the user. For more information on subscriptions and pricing tiers, see Amazon Q Business pricing.
type nonrec t = {subscriptionId : SubscriptionId.t option;The identifier of the Amazon Q Business subscription to be updated.
*)subscriptionArn : SubscriptionArn.t option;The Amazon Resource Name (ARN) of the Amazon Q Business subscription that was updated.
*)principal : SubscriptionPrincipal.t option;The IAM Identity Center UserId or GroupId of a user or group in the IAM Identity Center instance connected to the Amazon Q Business application.
*)currentSubscription : SubscriptionDetails.t option;The type of your current Amazon Q Business subscription.
*)nextSubscription : SubscriptionDetails.t option;The type of the Amazon Q Business subscription for the next month.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of SubscriptionId.t
| `Structure of
(string * [> `Enum of string | `String of UserIdentifier.t ]) list ])
list ]