Smaws_Client_WorkSpaces.DescribeWorkspacesDescribes the specified WorkSpaces.
You can filter the results by using the bundle identifier, directory identifier, or owner, but you can specify only one filter at a time.
val error_to_string :
[ Smaws_Lib.Protocols.AwsJson.error
| `InvalidParameterValuesException of
Types.invalid_parameter_values_exception
| `ResourceUnavailableException of Types.resource_unavailable_exception ] ->
stringval request :
'http_type Smaws_Lib.Context.t ->
Types.describe_workspaces_request ->
(Types.describe_workspaces_result,
[> Smaws_Lib.Protocols.AwsJson.error
| `InvalidParameterValuesException of
Types.invalid_parameter_values_exception
| `ResourceUnavailableException of Types.resource_unavailable_exception ])
Stdlib.resultval request_with_metadata :
'http_type Smaws_Lib.Context.t ->
Types.describe_workspaces_request ->
(Types.describe_workspaces_result Smaws_Lib.Response.t,
[> Smaws_Lib.Protocols.AwsJson.error
| `InvalidParameterValuesException of
Types.invalid_parameter_values_exception
| `ResourceUnavailableException of Types.resource_unavailable_exception ]
* Smaws_Lib.Response.metadata)
Stdlib.result