Modules§
- batch_archive_ modules_ request 
- batch_archive_ modules_ response 
- batch_get_ modules_ request 
- batch_unarchive_ modules_ request 
- batch_unarchive_ modules_ response 
- create_module_ request 
- cyclic_module_ function_ definitions 
- function
- function_name_ conflict 
- function_node 
- function_parameter 
- internal
- invalid_function_ names 
- invalid_module_ api_ name 
- invalid_module_ version_ string 
- invalid_nested_ function_ references 
- invalid_parameter_ names 
- latest_version_ strategy 
- module
- module_metadata 
- module_name_ conflict 
- module_ref 
- module_rids_ not_ found 
- module_service 
- module_summary 
- module_version 
- module_version_ definition 
- module_version_ metadata 
- modules_not_ found 
- parameter_name 
- parameter_name_ conflict 
- pinned_version_ strategy 
- request_module_ name_ ref 
- request_module_ ref 
- request_module_ rid_ ref 
- search_modules_ query 
- search_modules_ request 
- search_modules_ response 
- search_modules_ sort_ field 
- search_modules_ sort_ options 
- undefined_module_ function_ reference 
- update_module_ request 
- value_type 
- variable_name 
- variable_name_ conflict 
- version_strategy 
Structs§
- AsyncModule Service Endpoints 
- BatchArchive Modules Request 
- BatchArchive Modules Response 
- BatchGetModules Request 
- BatchUnarchive Modules Request 
- BatchUnarchive Modules Response 
- CreateModule Request 
- CyclicModule Function Definitions 
- One or more functions contain cyclic references to each other.
- Function
- FunctionName Conflict 
- One or more function names conflict with each other in the module definition.
- FunctionParameter 
- InvalidFunction Names 
- One or more function names are invalid. Function names must begin with a letter and can only contain letters, numbers, and underscores.
- InvalidModule ApiName 
- The provided module API name is invalid. Module names must begin with a letter and can only contain letters, numbers, and underscores.
- InvalidModule Version String 
- The provided module version string is invalid. Module version strings must be of the form “MAJOR”, where MAJOR is a non-negative integer.
- InvalidNested Function References 
- One or more functions contain invalid nested function references. Functions cannot reference other functions that are not defined in the same module.
- InvalidParameter Names 
- One or more parameter names are invalid. Parameter names must begin with a letter and can only contain letters, numbers, and underscores.
- LatestVersion Strategy 
- This strategy refers to the latest version of the module.
- Module
- ModuleMetadata 
- ModuleName Conflict 
- A module with the given API name already exists in the current organization.
- ModuleRef 
- ModuleRids NotFound 
- One or more modules were not found in the current workspace.
- ModuleService Async Client 
- Modules define collections of compute logic that can be shared and used across different contexts. The Modules Service provides the API for managing these collections of functions.
- ModuleService Client 
- Modules define collections of compute logic that can be shared and used across different contexts. The Modules Service provides the API for managing these collections of functions.
- ModuleService Endpoints 
- ModuleSummary 
- ModuleVersion 
- ModuleVersion Definition 
- ModuleVersion Metadata 
- ModulesNotFound 
- One or more modules were not found in the current workspace.
- ParameterName 
- ParameterName Conflict 
- One or more parameter names conflict with each other in the module definition.
- PinnedVersion Strategy 
- This strategy refers to a specific version of the module.
- RequestModule Name Ref 
- This is used to refer to modules in requests by name.
- RequestModule RidRef 
- This is used to refer to modules in requests by rid.
- SearchModules Request 
- SearchModules Response 
- SearchModules Sort Options 
- UndefinedModule Function Reference 
- The following function reference is undefined in the module.
- UpdateModule Request 
- VariableName 
- VariableName Conflict 
- One or more variable names conflict with each other in the module definition.
Enums§
Traits§
- AsyncModule Service 
- Modules define collections of compute logic that can be shared and used across different contexts. The Modules Service provides the API for managing these collections of functions.
- ModuleService 
- Modules define collections of compute logic that can be shared and used across different contexts. The Modules Service provides the API for managing these collections of functions.