Values_2.DescribeNamespaceRequestSourceDescribes the current namespace.
type nonrec t = {awsAccountId : Values_1.AwsAccountId.t;The ID for the Amazon Web Services account that contains the Quick Sight namespace that you want to describe.
*)namespace : Values_0.Namespace.t;The namespace that you want to describe.
*)}val make :
awsAccountId:Values_1.AwsAccountId.t ->
namespace:Values_0.Namespace.t ->
unit ->
tval to_value :
t ->
[> `Structure of (string * [> `String of Values_1.AwsAccountId.t ]) list ]