Smaws_Client_Redshift.DescribeScheduledActionsDescribes properties of scheduled actions.
val error_to_string :
[ Smaws_Lib.Protocols.AwsQuery.error
| `ScheduledActionNotFoundFault of Types.scheduled_action_not_found_fault
| `UnauthorizedOperation of Types.unauthorized_operation ] ->
stringval request :
'http_type Smaws_Lib.Context.t ->
Types.describe_scheduled_actions_message ->
(Types.scheduled_actions_message,
[> Smaws_Lib.Protocols.AwsQuery.error
| `ScheduledActionNotFoundFault of Types.scheduled_action_not_found_fault
| `UnauthorizedOperation of Types.unauthorized_operation ])
Stdlib.resultval request_with_metadata :
'http_type Smaws_Lib.Context.t ->
Types.describe_scheduled_actions_message ->
(Types.scheduled_actions_message Smaws_Lib.Response.t,
[> Smaws_Lib.Protocols.AwsQuery.error
| `ScheduledActionNotFoundFault of Types.scheduled_action_not_found_fault
| `UnauthorizedOperation of Types.unauthorized_operation ]
* Smaws_Lib.Response.metadata)
Stdlib.result