Values_2.DescribeKeyRegistrationResponseSourceDescribes all customer managed key registrations in a Quick Sight account.
type nonrec t = {awsAccountId : Values_1.AwsAccountId.t option;The ID of the Amazon Web Services account that contains the customer managed key registration specified in the request.
*)keyRegistration : KeyRegistration.t option;A list of RegisteredCustomerManagedKey objects in a Quick Sight account.
*)qDataKey : QDataKey.t option;A list of QDataKey objects in a Quick Sight account.
*)requestId : Values_0.NonEmptyString.t option;The Amazon Web Services request ID for this operation.
*)status : Values_1.StatusCode.t option;The HTTP status of the request.
*)}type nonrec error = [ | `AccessDeniedException of Values_0.AccessDeniedException.t| `InternalFailureException of Values_1.InternalFailureException.t| `InvalidParameterValueException of Values_1.InvalidParameterValueException.t| `ThrottlingException of Values_1.ThrottlingException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of Values_0.AccessDeniedException.t
| `InternalFailureException of Values_1.InternalFailureException.t
| `InvalidParameterValueException of
Values_1.InvalidParameterValueException.t
| `ThrottlingException of Values_1.ThrottlingException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of Values_0.AccessDeniedException.t
| `InternalFailureException of Values_1.InternalFailureException.t
| `InvalidParameterValueException of
Values_1.InvalidParameterValueException.t
| `ThrottlingException of Values_1.ThrottlingException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Integer of Values_1.StatusCode.t
| `List of
[> `Structure of
(string
* [> `Boolean of Values_0.Boolean.t
| `String of Values_0.String_.t ])
list ]
list
| `String of Values_1.AwsAccountId.t
| `Structure of
(string * [> `Enum of string | `String of Values_0.String_.t ])
list ])
list ]