Smaws_Client_Snowball.ListClusterJobs
Returns an array of JobListEntry
objects of the specified length. Each JobListEntry
object is for a job in the specified cluster and contains a job's state, a job's ID, and other information.
val request :
Smaws_Lib.Context.t ->
Types.list_cluster_jobs_request ->
(Types.list_cluster_jobs_result,
[> Smaws_Lib.Protocols.AwsJson.error
| `InvalidNextTokenException of Types.invalid_next_token_exception
| `InvalidResourceException of Types.invalid_resource_exception ])
Stdlib.result