Module Values_2.UpdateSelfUpgradeRequestSource

Updates a self-upgrade request for a Quick user by approving, denying, or verifying the request.

Sourcetype nonrec t = {
  1. awsAccountId : Values_1.AwsAccountId.t;
    (*

    The ID of the Amazon Web Services account that contains the self-upgrade request.

    *)
  2. namespace : Values_0.Namespace.t;
    (*

    The Quick namespace for the self-upgrade request.

    *)
  3. upgradeRequestId : Values_0.String_.t;
    (*

    The ID of the self-upgrade request to update.

    *)
  4. action : SelfUpgradeAdminAction.t;
    (*

    The action to perform on the self-upgrade request. Valid values are APPROVE, DENY, or VERIFY.

    *)
}
Sourceval context_ : string
Sourceval make : awsAccountId:Values_1.AwsAccountId.t -> namespace:Values_0.Namespace.t -> upgradeRequestId:Values_0.String_.t -> action:SelfUpgradeAdminAction.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `String of Values_1.AwsAccountId.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