huawei_cloud_api_definitions_DWR/
lib.rs

1#[cfg(feature = "AcceptServiceContract")]
2pub mod AcceptServiceContract;
3#[cfg(feature = "AsyncInvokeApiStartWorkflow")]
4pub mod AsyncInvokeApiStartWorkflow;
5#[cfg(feature = "CheckWorkflowAuthentication")]
6pub mod CheckWorkflowAuthentication;
7#[cfg(feature = "CreateCollection")]
8pub mod CreateCollection;
9#[cfg(feature = "CreateIndex")]
10pub mod CreateIndex;
11#[cfg(feature = "CreateMyActionTemplate")]
12pub mod CreateMyActionTemplate;
13#[cfg(feature = "CreateStore")]
14pub mod CreateStore;
15#[cfg(feature = "CreateWorkflow")]
16pub mod CreateWorkflow;
17#[cfg(feature = "CreateWorkflowAuthentication")]
18pub mod CreateWorkflowAuthentication;
19#[cfg(feature = "DeleteCollection")]
20pub mod DeleteCollection;
21#[cfg(feature = "DeleteEntities")]
22pub mod DeleteEntities;
23#[cfg(feature = "DeleteIndex")]
24pub mod DeleteIndex;
25#[cfg(feature = "DeleteMyActionTemplate")]
26pub mod DeleteMyActionTemplate;
27#[cfg(feature = "DeleteStore")]
28pub mod DeleteStore;
29#[cfg(feature = "DeleteWorkflow")]
30pub mod DeleteWorkflow;
31#[cfg(feature = "DescribeCollection")]
32pub mod DescribeCollection;
33#[cfg(feature = "DescribeIndex")]
34pub mod DescribeIndex;
35#[cfg(feature = "DescribeJob")]
36pub mod DescribeJob;
37#[cfg(feature = "DescribeStore")]
38pub mod DescribeStore;
39#[cfg(feature = "GetProgress")]
40pub mod GetProgress;
41#[cfg(feature = "HybridSearch")]
42pub mod HybridSearch;
43#[cfg(feature = "InsertEntities")]
44pub mod InsertEntities;
45#[cfg(feature = "ListCollections")]
46pub mod ListCollections;
47#[cfg(feature = "ListJobs")]
48pub mod ListJobs;
49#[cfg(feature = "ListMyActionTemplate")]
50pub mod ListMyActionTemplate;
51#[cfg(feature = "ListStores")]
52pub mod ListStores;
53#[cfg(feature = "ListSystemTemplates")]
54pub mod ListSystemTemplates;
55#[cfg(feature = "ListWorkflowInstance")]
56pub mod ListWorkflowInstance;
57#[cfg(feature = "ListWorkflows")]
58pub mod ListWorkflows;
59#[cfg(feature = "LoadCollection")]
60pub mod LoadCollection;
61#[cfg(feature = "QueryEntities")]
62pub mod QueryEntities;
63#[cfg(feature = "ReleaseCollection")]
64pub mod ReleaseCollection;
65#[cfg(feature = "RestoreWorkflowExecution")]
66pub mod RestoreWorkflowExecution;
67#[cfg(feature = "ScaleStore")]
68pub mod ScaleStore;
69#[cfg(feature = "SearchEntities")]
70pub mod SearchEntities;
71#[cfg(feature = "ShowPublicActionList")]
72pub mod ShowPublicActionList;
73#[cfg(feature = "ShowPublicTemplateInfo")]
74pub mod ShowPublicTemplateInfo;
75#[cfg(feature = "ShowServiceContract")]
76pub mod ShowServiceContract;
77#[cfg(feature = "ShowSystemTemplateDetail")]
78pub mod ShowSystemTemplateDetail;
79#[cfg(feature = "ShowThirdTemplateInfo")]
80pub mod ShowThirdTemplateInfo;
81#[cfg(feature = "ShowWorkflowInfo")]
82pub mod ShowWorkflowInfo;
83#[cfg(feature = "ShowWorkflowInstance")]
84pub mod ShowWorkflowInstance;
85#[cfg(feature = "UpdateMyActionTemplate")]
86pub mod UpdateMyActionTemplate;
87#[cfg(feature = "UpdateMyActionTemplateToDeprecated")]
88pub mod UpdateMyActionTemplateToDeprecated;
89#[cfg(feature = "UpdateWorkflow")]
90pub mod UpdateWorkflow;
91#[cfg(feature = "UpsertEntities")]
92pub mod UpsertEntities;