Smaws_Client_MemoryDB.DescribeACLsReturns a list of ACLs.
val error_to_string :
[ Smaws_Lib.Protocols.AwsJson.error
| `ACLNotFoundFault of Types.acl_not_found_fault
| `InvalidParameterCombinationException of
Types.invalid_parameter_combination_exception ] ->
stringval request :
'http_type Smaws_Lib.Context.t ->
Types.describe_ac_ls_request ->
(Types.describe_ac_ls_response,
[> Smaws_Lib.Protocols.AwsJson.error
| `ACLNotFoundFault of Types.acl_not_found_fault
| `InvalidParameterCombinationException of
Types.invalid_parameter_combination_exception ])
Stdlib.resultval request_with_metadata :
'http_type Smaws_Lib.Context.t ->
Types.describe_ac_ls_request ->
(Types.describe_ac_ls_response Smaws_Lib.Response.t,
[> Smaws_Lib.Protocols.AwsJson.error
| `ACLNotFoundFault of Types.acl_not_found_fault
| `InvalidParameterCombinationException of
Types.invalid_parameter_combination_exception ]
* Smaws_Lib.Response.metadata)
Stdlib.result