Values_2.UpdateKeyRegistrationRequestSourceUpdates a customer managed key 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 update.
*)keyRegistration : KeyRegistration.t;A list of RegisteredCustomerManagedKey objects to be updated to the Quick Sight account.
*)}val make :
awsAccountId:Values_1.AwsAccountId.t ->
keyRegistration:KeyRegistration.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `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 ])
list ]