Smaws_Client_AutoScaling.DescribeScheduledActionsGets information about the scheduled actions that haven't run or that have not reached their end time.
To describe the scaling activities for scheduled actions that have already run, call the DescribeScalingActivities API.
val error_to_string :
[ Smaws_Lib.Protocols.AwsQuery.error
| `InvalidNextToken of Types.invalid_next_token
| `ResourceContentionFault of Types.resource_contention_fault ] ->
stringval request :
'http_type Smaws_Lib.Context.t ->
Types.describe_scheduled_actions_type ->
(Types.scheduled_actions_type,
[> Smaws_Lib.Protocols.AwsQuery.error
| `InvalidNextToken of Types.invalid_next_token
| `ResourceContentionFault of Types.resource_contention_fault ])
Stdlib.resultval request_with_metadata :
'http_type Smaws_Lib.Context.t ->
Types.describe_scheduled_actions_type ->
(Types.scheduled_actions_type Smaws_Lib.Response.t,
[> Smaws_Lib.Protocols.AwsQuery.error
| `InvalidNextToken of Types.invalid_next_token
| `ResourceContentionFault of Types.resource_contention_fault ]
* Smaws_Lib.Response.metadata)
Stdlib.result