Module Values_2.SuccessfulKeyRegistrationEntrySource

A success entry that occurs when a KeyRegistration job is successfully applied to the Quick Sight account.

Sourcetype nonrec t = {
  1. keyArn : Values_0.String_.t option;
    (*

    The ARN of the KMS key that is associated with the SuccessfulKeyRegistrationEntry entry.

    *)
  2. statusCode : Values_1.StatusCode.t option;
    (*

    The HTTP status of a SuccessfulKeyRegistrationEntry entry.

    *)
}
Sourceval make : ?keyArn:??? -> ?statusCode:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Integer of Values_1.StatusCode.t | `String of Values_0.String_.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