Values_2.DescribeSelfUpgradeConfigurationRequestSourceDescribes 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.
*)namespace : Values_0.Namespace.t;The Quick namespace that you want to describe the Quick self-upgrade configuration for.
*)}val make :
awsAccountId:Values_1.AwsAccountId.t ->
namespace:Values_0.Namespace.t ->
unit ->
tval to_value :
t ->
[> `Structure of (string * [> `String of Values_1.AwsAccountId.t ]) list ]