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 = "CreateTimerRule")]
22pub mod CreateTimerRule;
23#[cfg(feature = "CreateVolume")]
24pub mod CreateVolume;
25#[cfg(feature = "CreateVpcEgress")]
26pub mod CreateVpcEgress;
27#[cfg(feature = "DeleteApplication")]
28pub mod DeleteApplication;
29#[cfg(feature = "DeleteCertificate")]
30pub mod DeleteCertificate;
31#[cfg(feature = "DeleteComponent")]
32pub mod DeleteComponent;
33#[cfg(feature = "DeleteComponentConfiguration")]
34pub mod DeleteComponentConfiguration;
35#[cfg(feature = "DeleteDomain")]
36pub mod DeleteDomain;
37#[cfg(feature = "DeleteEnvironment")]
38pub mod DeleteEnvironment;
39#[cfg(feature = "DeleteNoticeRule")]
40pub mod DeleteNoticeRule;
41#[cfg(feature = "DeleteTimerRule")]
42pub mod DeleteTimerRule;
43#[cfg(feature = "DeleteVolume")]
44pub mod DeleteVolume;
45#[cfg(feature = "DeleteVpcEgress")]
46pub mod DeleteVpcEgress;
47#[cfg(feature = "ExecuteAction")]
48pub mod ExecuteAction;
49#[cfg(feature = "ListAgencies")]
50pub mod ListAgencies;
51#[cfg(feature = "ListApplications")]
52pub mod ListApplications;
53#[cfg(feature = "ListCertificates")]
54pub mod ListCertificates;
55#[cfg(feature = "ListComponentConfigurations")]
56pub mod ListComponentConfigurations;
57#[cfg(feature = "ListComponentInstances")]
58pub mod ListComponentInstances;
59#[cfg(feature = "ListComponents")]
60pub mod ListComponents;
61#[cfg(feature = "ListComponentSnapshots")]
62pub mod ListComponentSnapshots;
63#[cfg(feature = "ListDomains")]
64pub mod ListDomains;
65#[cfg(feature = "ListEips")]
66pub mod ListEips;
67#[cfg(feature = "ListEnvironments")]
68pub mod ListEnvironments;
69#[cfg(feature = "ListNoticeRules")]
70pub mod ListNoticeRules;
71#[cfg(feature = "ListTimerRules")]
72pub mod ListTimerRules;
73#[cfg(feature = "ListVolumes")]
74pub mod ListVolumes;
75#[cfg(feature = "ListVpcEgress")]
76pub mod ListVpcEgress;
77#[cfg(feature = "RetryJob")]
78pub mod RetryJob;
79#[cfg(feature = "ShowApplication")]
80pub mod ShowApplication;
81#[cfg(feature = "ShowComponent")]
82pub mod ShowComponent;
83#[cfg(feature = "ShowExecutionResult")]
84pub mod ShowExecutionResult;
85#[cfg(feature = "ShowJob")]
86pub mod ShowJob;
87#[cfg(feature = "ShowMonitorSystem")]
88pub mod ShowMonitorSystem;
89#[cfg(feature = "ShowNoticeRule")]
90pub mod ShowNoticeRule;
91#[cfg(feature = "UpdateCertificate")]
92pub mod UpdateCertificate;
93#[cfg(feature = "UpdateComponent")]
94pub mod UpdateComponent;
95#[cfg(feature = "UpdateEip")]
96pub mod UpdateEip;
97#[cfg(feature = "UpdateMonitorSystem")]
98pub mod UpdateMonitorSystem;
99#[cfg(feature = "UpdateNoticeRule")]
100pub mod UpdateNoticeRule;
101#[cfg(feature = "UpdateTimerRule")]
102pub mod UpdateTimerRule;