Smaws_Client_CloudSearch.DescribeDomainsGets information about the search domains owned by this account. Can be limited to specific domains. Shows all domains by default. To get the number of searchable documents in a domain, use the console or submit a matchall request to your domain's search endpoint: q=matchall&q.parser=structured&size=0. For more information, see Getting Information about a Search Domain in the Amazon CloudSearch Developer Guide.
val error_to_string :
[ Smaws_Lib.Protocols.AwsQuery.error
| `BaseException of Types.base_exception
| `InternalException of Types.internal_exception ] ->
stringval request :
'http_type Smaws_Lib.Context.t ->
Types.describe_domains_request ->
(Types.describe_domains_response,
[> Smaws_Lib.Protocols.AwsQuery.error
| `BaseException of Types.base_exception
| `InternalException of Types.internal_exception ])
Stdlib.resultval request_with_metadata :
'http_type Smaws_Lib.Context.t ->
Types.describe_domains_request ->
(Types.describe_domains_response Smaws_Lib.Response.t,
[> Smaws_Lib.Protocols.AwsQuery.error
| `BaseException of Types.base_exception
| `InternalException of Types.internal_exception ]
* Smaws_Lib.Response.metadata)
Stdlib.result