Structs§
- Bulk
Update Config Store Item Params - struct for passing parameters to the method
bulk_update_config_store_item
- Create
Config Store Item Params - struct for passing parameters to the method
create_config_store_item
- Delete
Config Store Item Params - struct for passing parameters to the method
delete_config_store_item
- GetConfig
Store Item Params - struct for passing parameters to the method
get_config_store_item
- List
Config Store Items Params - struct for passing parameters to the method
list_config_store_items
- Update
Config Store Item Params - struct for passing parameters to the method
update_config_store_item
- Upsert
Config Store Item Params - struct for passing parameters to the method
upsert_config_store_item
Enums§
- Bulk
Update Config Store Item Error - struct for typed errors of method
bulk_update_config_store_item
- Create
Config Store Item Error - struct for typed errors of method
create_config_store_item
- Delete
Config Store Item Error - struct for typed errors of method
delete_config_store_item
- GetConfig
Store Item Error - struct for typed errors of method
get_config_store_item
- List
Config Store Items Error - struct for typed errors of method
list_config_store_items
- Update
Config Store Item Error - struct for typed errors of method
update_config_store_item
- Upsert
Config Store Item Error - struct for typed errors of method
upsert_config_store_item
Functions§
- bulk_
update_ config_ store_ item - Add multiple key-value pairs to an individual config store, specified by ID.
- create_
config_ store_ item - Add a single key-value pair to an individual config store, specified by ID.
- delete_
config_ store_ item - Delete an entry in a config store given a config store ID, and item key.
- get_
config_ store_ item - Retrieve a config store entry given a config store ID and item key.
- list_
config_ store_ items - List the key-value pairs associated with a given config store ID.
- update_
config_ store_ item - Update an entry in a config store given a config store ID, item key, and item value.
- upsert_
config_ store_ item - Insert or update an entry in a config store given a config store ID, item key, and item value.