Values_2.UpdateSelfUpgradeConfigurationRequestSourceUpdates the self-upgrade configuration for a Quick account.
type nonrec t = {awsAccountId : Values_1.AwsAccountId.t;The ID of the Amazon Web Services account that contains the Quick self-upgrade configuration that you want to update.
*)namespace : Values_0.Namespace.t;The Quick namespace that you want to update the Quick self-upgrade configuration for.
*)selfUpgradeStatus : SelfUpgradeStatus.t;The self-upgrade status that you want to set for the Quick account.
*)}val make :
awsAccountId:Values_1.AwsAccountId.t ->
namespace:Values_0.Namespace.t ->
selfUpgradeStatus:SelfUpgradeStatus.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of Values_1.AwsAccountId.t ])
list ]