Values.UpdateDefaultAutoScalingConfigurationResponseSourceUpdate an auto scaling configuration to be the default. The existing default auto scaling configuration will be set to non-default automatically.
type nonrec t = {autoScalingConfiguration : AutoScalingConfiguration.t option;A description of the App Runner auto scaling configuration that was set as default.
*)}type nonrec error = [ | `InternalServiceErrorException of InternalServiceErrorException.t| `InvalidRequestException of InvalidRequestException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InternalServiceErrorException of InternalServiceErrorException.t
| `InvalidRequestException of InvalidRequestException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InternalServiceErrorException of InternalServiceErrorException.t
| `InvalidRequestException of InvalidRequestException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Boolean of Latest.t
| `Enum of string
| `Integer of AutoScalingConfigurationRevision.t
| `String of AppRunnerResourceArn.t
| `Timestamp of Timestamp.t ])
list ])
list ]