Values.SearchEntitiesResponseSourceSearches for entities of the specified type. You can search for entities in your namespace and the public namespace that you're tracking.
type nonrec t = {descriptions : EntityDescriptions.t option;An array of descriptions for each entity returned in the search result.
*)nextToken : NextToken.t option;The string to specify as nextToken when you request the next page of results.
*)}type nonrec error = [ | `InternalFailureException of InternalFailureException.t| `InvalidRequestException of InvalidRequestException.t| `ThrottlingException of ThrottlingException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InternalFailureException of InternalFailureException.t
| `InvalidRequestException of InvalidRequestException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InternalFailureException of InternalFailureException.t
| `InvalidRequestException of InvalidRequestException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Enum of string
| `String of Urn.t
| `Structure of
(string
* [> `Enum of string | `String of DefinitionText.t ])
list
| `Timestamp of Timestamp.t ])
list ]
list
| `String of NextToken.t ])
list ]