Values.SelectResourceConfigResponseSourceAccepts 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.
type nonrec t = {results : Results.t option;Returns the results for the SQL query.
*)queryInfo : QueryInfo.t option;Returns the QueryInfo object.
*)nextToken : NextToken.t option;The nextToken string returned in a previous request that you use to request the next page of results in a paginated response.
*)}type nonrec error = [ | `InvalidExpressionException of InvalidExpressionException.t| `InvalidLimitException of InvalidLimitException.t| `InvalidNextTokenException of InvalidNextTokenException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InvalidExpressionException of unit
| `InvalidLimitException of unit
| `InvalidNextTokenException of unit
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InvalidExpressionException of unit
| `InvalidLimitException of unit
| `InvalidNextTokenException of unit
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of String_.t ] list
| `String of NextToken.t
| `Structure of
(string
* [> `List of
[> `Structure of
(string * [> `String of FieldName.t ]) list ]
list ])
list ])
list ]