huawei_cloud_api_definitions_CAE/
lib.rs

1#[cfg(feature = "CreateAgency")]
2pub mod CreateAgency;
3#[cfg(feature = "CreateApplication")]
4pub mod CreateApplication;
5#[cfg(feature = "CreateCertificate")]
6pub mod CreateCertificate;
7#[cfg(feature = "CreateComponent")]
8pub mod CreateComponent;
9#[cfg(feature = "CreateComponentConfiguration")]
10pub mod CreateComponentConfiguration;
11#[cfg(feature = "CreateComponentWithConfiguration")]
12pub mod CreateComponentWithConfiguration;
13#[cfg(feature = "CreateDomain")]
14pub mod CreateDomain;
15#[cfg(feature = "CreateEnvironment")]
16pub mod CreateEnvironment;
17#[cfg(feature = "CreateMonitorSystem")]
18pub mod CreateMonitorSystem;
19#[cfg(feature = "CreateNoticeRule")]
20pub mod CreateNoticeRule;
21#[cfg(feature = "CreateSecret")]
22pub mod CreateSecret;
23#[cfg(feature = "CreateTimerRule")]
24pub mod CreateTimerRule;
25#[cfg(feature = "CreateVolume")]
26pub mod CreateVolume;
27#[cfg(feature = "CreateVpcEgress")]
28pub mod CreateVpcEgress;
29#[cfg(feature = "DeleteApplication")]
30pub mod DeleteApplication;
31#[cfg(feature = "DeleteCertificate")]
32pub mod DeleteCertificate;
33#[cfg(feature = "DeleteComponent")]
34pub mod DeleteComponent;
35#[cfg(feature = "DeleteComponentConfiguration")]
36pub mod DeleteComponentConfiguration;
37#[cfg(feature = "DeleteDomain")]
38pub mod DeleteDomain;
39#[cfg(feature = "DeleteEnvironment")]
40pub mod DeleteEnvironment;
41#[cfg(feature = "DeleteNoticeRule")]
42pub mod DeleteNoticeRule;
43#[cfg(feature = "DeleteSecret")]
44pub mod DeleteSecret;
45#[cfg(feature = "DeleteTimerRule")]
46pub mod DeleteTimerRule;
47#[cfg(feature = "DeleteVolume")]
48pub mod DeleteVolume;
49#[cfg(feature = "DeleteVpcEgress")]
50pub mod DeleteVpcEgress;
51#[cfg(feature = "ExecuteAction")]
52pub mod ExecuteAction;
53#[cfg(feature = "ListAgencies")]
54pub mod ListAgencies;
55#[cfg(feature = "ListApplications")]
56pub mod ListApplications;
57#[cfg(feature = "ListCertificates")]
58pub mod ListCertificates;
59#[cfg(feature = "ListComponentConfigurations")]
60pub mod ListComponentConfigurations;
61#[cfg(feature = "ListComponentInstances")]
62pub mod ListComponentInstances;
63#[cfg(feature = "ListComponents")]
64pub mod ListComponents;
65#[cfg(feature = "ListComponentSnapshots")]
66pub mod ListComponentSnapshots;
67#[cfg(feature = "ListDomains")]
68pub mod ListDomains;
69#[cfg(feature = "ListEffectiveComponents")]
70pub mod ListEffectiveComponents;
71#[cfg(feature = "ListEips")]
72pub mod ListEips;
73#[cfg(feature = "ListEnvironments")]
74pub mod ListEnvironments;
75#[cfg(feature = "ListNoticeRules")]
76pub mod ListNoticeRules;
77#[cfg(feature = "ListSecrets")]
78pub mod ListSecrets;
79#[cfg(feature = "ListTimerRules")]
80pub mod ListTimerRules;
81#[cfg(feature = "ListVolumes")]
82pub mod ListVolumes;
83#[cfg(feature = "ListVpcEgress")]
84pub mod ListVpcEgress;
85#[cfg(feature = "RetryJob")]
86pub mod RetryJob;
87#[cfg(feature = "ShowApplication")]
88pub mod ShowApplication;
89#[cfg(feature = "ShowComponent")]
90pub mod ShowComponent;
91#[cfg(feature = "ShowExecutionResult")]
92pub mod ShowExecutionResult;
93#[cfg(feature = "ShowJob")]
94pub mod ShowJob;
95#[cfg(feature = "ShowMonitorSystem")]
96pub mod ShowMonitorSystem;
97#[cfg(feature = "ShowNoticeRule")]
98pub mod ShowNoticeRule;
99#[cfg(feature = "UpdateCertificate")]
100pub mod UpdateCertificate;
101#[cfg(feature = "UpdateComponent")]
102pub mod UpdateComponent;
103#[cfg(feature = "UpdateEip")]
104pub mod UpdateEip;
105#[cfg(feature = "UpdateMonitorSystem")]
106pub mod UpdateMonitorSystem;
107#[cfg(feature = "UpdateNoticeRule")]
108pub mod UpdateNoticeRule;
109#[cfg(feature = "UpdateSecret")]
110pub mod UpdateSecret;
111#[cfg(feature = "UpdateTimerRule")]
112pub mod UpdateTimerRule;