Smaws_Client_ApplicationAutoScaling.DescribeScheduledActionsDescribes the Application Auto Scaling scheduled actions for the specified service namespace.
You can filter the results using the ResourceId, ScalableDimension, and ScheduledActionNames parameters.
For more information, see Scheduled scaling in the Application Auto Scaling User Guide.
val error_to_string :
[ Smaws_Lib.Protocols.AwsJson.error
| `ConcurrentUpdateException of Types.concurrent_update_exception
| `InternalServiceException of Types.internal_service_exception
| `InvalidNextTokenException of Types.invalid_next_token_exception
| `ValidationException of Types.validation_exception ] ->
stringval request :
'http_type Smaws_Lib.Context.t ->
Types.describe_scheduled_actions_request ->
(Types.describe_scheduled_actions_response,
[> Smaws_Lib.Protocols.AwsJson.error
| `ConcurrentUpdateException of Types.concurrent_update_exception
| `InternalServiceException of Types.internal_service_exception
| `InvalidNextTokenException of Types.invalid_next_token_exception
| `ValidationException of Types.validation_exception ])
Stdlib.resultval request_with_metadata :
'http_type Smaws_Lib.Context.t ->
Types.describe_scheduled_actions_request ->
(Types.describe_scheduled_actions_response Smaws_Lib.Response.t,
[> Smaws_Lib.Protocols.AwsJson.error
| `ConcurrentUpdateException of Types.concurrent_update_exception
| `InternalServiceException of Types.internal_service_exception
| `InvalidNextTokenException of Types.invalid_next_token_exception
| `ValidationException of Types.validation_exception ]
* Smaws_Lib.Response.metadata)
Stdlib.result