Structs§
- Create
Dictionary Params - struct for passing parameters to the method
create_dictionary
- Delete
Dictionary Params - struct for passing parameters to the method
delete_dictionary
- GetDictionary
Params - struct for passing parameters to the method
get_dictionary
- List
Dictionaries Params - struct for passing parameters to the method
list_dictionaries
- Update
Dictionary Params - struct for passing parameters to the method
update_dictionary
Enums§
- Create
Dictionary Error - struct for typed errors of method
create_dictionary
- Delete
Dictionary Error - struct for typed errors of method
delete_dictionary
- GetDictionary
Error - struct for typed errors of method
get_dictionary
- List
Dictionaries Error - struct for typed errors of method
list_dictionaries
- Update
Dictionary Error - struct for typed errors of method
update_dictionary
Functions§
- create_
dictionary - Create named dictionary for a particular service and version.
- delete_
dictionary - Delete named dictionary for a particular service and version.
- get_
dictionary - Retrieve a single dictionary by name for the version and service.
- list_
dictionaries - List all dictionaries for the version of the service.
- update_
dictionary - Update named dictionary for a particular service and version.