Values_2.DescribeAccountSubscriptionRequestSourceUse the DescribeAccountSubscription operation to receive a description of an Quick Sight account's subscription. A successful API call returns an AccountInfo object that includes an account's name, subscription status, authentication type, edition, and notification email address.
type nonrec t = {awsAccountId : Values_1.AwsAccountId.t;The Amazon Web Services account ID associated with your Quick Sight account.
*)}val to_value :
t ->
[> `Structure of (string * [> `String of Values_1.AwsAccountId.t ]) list ]