Module Values_2.DescribeKeyRegistrationResponseSource

Describes all customer managed key registrations in a Quick Sight account.

Sourcetype nonrec t = {
  1. 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.

    *)
  2. keyRegistration : KeyRegistration.t option;
    (*

    A list of RegisteredCustomerManagedKey objects in a Quick Sight account.

    *)
  3. qDataKey : QDataKey.t option;
    (*

    A list of QDataKey objects in a Quick Sight account.

    *)
  4. requestId : Values_0.NonEmptyString.t option;
    (*

    The Amazon Web Services request ID for this operation.

    *)
  5. status : Values_1.StatusCode.t option;
    (*

    The HTTP status of the request.

    *)
}
Sourcetype nonrec error = [
  1. | `AccessDeniedException of Values_0.AccessDeniedException.t
  2. | `InternalFailureException of Values_1.InternalFailureException.t
  3. | `InvalidParameterValueException of Values_1.InvalidParameterValueException.t
  4. | `ThrottlingException of Values_1.ThrottlingException.t
  5. | `Unknown_operation_error of string * string option
]
Sourceval make : ?awsAccountId:??? -> ?keyRegistration:??? -> ?qDataKey:??? -> ?requestId:??? -> ?status:??? -> unit -> t
Sourceval 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 ]
Sourceval 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 ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval 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 ]
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