Values_2.UpdateSelfUpgradeRequestSourceUpdates a self-upgrade request for a Quick user by approving, denying, or verifying the request.
type nonrec t = {awsAccountId : Values_1.AwsAccountId.t;The ID of the Amazon Web Services account that contains the self-upgrade request.
*)namespace : Values_0.Namespace.t;The Quick namespace for the self-upgrade request.
*)upgradeRequestId : Values_0.String_.t;The ID of the self-upgrade request to update.
*)action : SelfUpgradeAdminAction.t;The action to perform on the self-upgrade request. Valid values are APPROVE, DENY, or VERIFY.
*)}val make :
awsAccountId:Values_1.AwsAccountId.t ->
namespace:Values_0.Namespace.t ->
upgradeRequestId:Values_0.String_.t ->
action:SelfUpgradeAdminAction.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of Values_1.AwsAccountId.t ])
list ]