Smaws_Client_ConfigService.SelectResourceConfigAccepts a structured query language (SQL) SELECT command, performs the corresponding search, and returns resource configurations matching the properties.
For more information about query components, see the Query Components section in the Config Developer Guide.
val error_to_string :
[ Smaws_Lib.Protocols.AwsJson.error
| `InvalidExpressionException of Types.invalid_expression_exception
| `InvalidLimitException of Types.invalid_limit_exception
| `InvalidNextTokenException of Types.invalid_next_token_exception ] ->
stringval request :
'http_type Smaws_Lib.Context.t ->
Types.select_resource_config_request ->
(Types.select_resource_config_response,
[> Smaws_Lib.Protocols.AwsJson.error
| `InvalidExpressionException of Types.invalid_expression_exception
| `InvalidLimitException of Types.invalid_limit_exception
| `InvalidNextTokenException of Types.invalid_next_token_exception ])
Stdlib.result