Smaws_Client_Redshift.DeleteScheduledActionDeletes a scheduled action.
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.delete_scheduled_action_message ->
(Smaws_Lib.Smithy_api.Types.unit_,
[> 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.delete_scheduled_action_message ->
(Smaws_Lib.Smithy_api.Types.unit_ 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