Values_2.SearchVocabulariesResponseSourceSearches for vocabularies within a specific Amazon Connect instance using State, NameStartsWith, and LanguageCode.
type nonrec t = {vocabularySummaryList : VocabularySummaryList.t option;The list of the available custom vocabularies.
*)nextToken : Values_1.VocabularyNextToken.t option;If there are additional results, this is the token for the next set of results.
*)}type nonrec error = [ | `AccessDeniedException of Values_0.AccessDeniedException.t| `InternalServiceException of Values_0.InternalServiceException.t| `InvalidRequestException of Values_0.InvalidRequestException.t| `ThrottlingException of Values_0.ThrottlingException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of Values_0.AccessDeniedException.t
| `InternalServiceException of Values_0.InternalServiceException.t
| `InvalidRequestException of Values_0.InvalidRequestException.t
| `ThrottlingException of Values_0.ThrottlingException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of Values_0.AccessDeniedException.t
| `InternalServiceException of Values_0.InternalServiceException.t
| `InvalidRequestException of Values_0.InvalidRequestException.t
| `ThrottlingException of Values_0.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 Values_1.VocabularyName.t
| `Timestamp of Values_1.VocabularyLastModifiedTime.t ])
list ]
list
| `String of Values_1.VocabularyNextToken.t ])
list ]