Values_2.DescribeKeyRegistrationRequestSourceDescribes all customer managed key registrations in a Quick Sight account.
type nonrec t = {awsAccountId : Values_1.AwsAccountId.t;The ID of the Amazon Web Services account that contains the customer managed key registration that you want to describe.
*)defaultKeyOnly : Values_0.Boolean.t option;Determines whether the request returns the default key only.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Values_0.Boolean.t
| `String of Values_1.AwsAccountId.t ])
list ]