Module Smaws_Client_Snowball.CancelCluster

Cancels a cluster job. You can only cancel a cluster job while it's in the AwaitingQuorum status. You'll have at least an hour after creating a cluster job to cancel it.

val error_to_string : [ Smaws_Lib.Protocols.AwsJson.error | `InvalidJobStateException of Types.invalid_job_state_exception | `InvalidResourceException of Types.invalid_resource_exception | `KMSRequestFailedException of Types.kms_request_failed_exception ] -> string
val request : 'http_type Smaws_Lib.Context.t -> Types.cancel_cluster_request -> (Types.cancel_cluster_result, [> Smaws_Lib.Protocols.AwsJson.error | `InvalidJobStateException of Types.invalid_job_state_exception | `InvalidResourceException of Types.invalid_resource_exception | `KMSRequestFailedException of Types.kms_request_failed_exception ]) Stdlib.result
val request_with_metadata : 'http_type Smaws_Lib.Context.t -> Types.cancel_cluster_request -> (Types.cancel_cluster_result Smaws_Lib.Response.t, [> Smaws_Lib.Protocols.AwsJson.error | `InvalidJobStateException of Types.invalid_job_state_exception | `InvalidResourceException of Types.invalid_resource_exception | `KMSRequestFailedException of Types.kms_request_failed_exception ] * Smaws_Lib.Response.metadata) Stdlib.result