Smaws_Client_Snowball.ListClusters
Returns an array of ClusterListEntry
objects of the specified length. Each ClusterListEntry
object contains a cluster's state, a cluster's ID, and other important status information.
val error_to_string :
[ Smaws_Lib.Protocols.AwsJson.error
| `InvalidNextTokenException of Types.invalid_next_token_exception ] ->
string
val request :
'http_type Smaws_Lib.Context.t ->
Types.list_clusters_request ->
(Types.list_clusters_result,
[> Smaws_Lib.Protocols.AwsJson.error
| `InvalidNextTokenException of Types.invalid_next_token_exception ])
Stdlib.result