Smaws_Client_AppRunner.ListAutoScalingConfigurations
val request :
Smaws_Lib.Context.t ->
list_auto_scaling_configurations_request ->
(list_auto_scaling_configurations_response,
[> Smaws_Lib.Protocols.AwsJson.error
| `InternalServiceErrorException of internal_service_error_exception
| `InvalidRequestException of invalid_request_exception ])
Stdlib.result
Returns a list of active App Runner automatic scaling configurations in your Amazon Web Services account. You can query the revisions for a specific configuration name or the revisions for all active configurations in your account. You can optionally query only the latest revision of each requested name.
To retrieve a full description of a particular configuration revision, call and provide one of the ARNs returned by ListAutoScalingConfigurations
.