Module Values_2.DescribeAccountSubscriptionRequestSource

Use 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.

Sourcetype nonrec t = {
  1. awsAccountId : Values_1.AwsAccountId.t;
    (*

    The Amazon Web Services account ID associated with your Quick Sight account.

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