1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
#[cfg(feature = "BatchCreateInstanceTag")]
pub mod BatchCreateInstanceTag;
#[cfg(feature = "ChangeInstanceNetwork")]
pub mod ChangeInstanceNetwork;
#[cfg(feature = "ChangeInstanceOrder")]
pub mod ChangeInstanceOrder;
#[cfg(feature = "CountInstancesByTag")]
pub mod CountInstancesByTag;
#[cfg(feature = "CreateCbh")]
pub mod CreateCbh;
#[cfg(feature = "CreateInstance")]
pub mod CreateInstance;
#[cfg(feature = "CreateInstanceOrder")]
pub mod CreateInstanceOrder;
#[cfg(feature = "DeleteInstance")]
pub mod DeleteInstance;
#[cfg(feature = "InstallCbhEip")]
pub mod InstallCbhEip;
#[cfg(feature = "InstallInstanceEip")]
pub mod InstallInstanceEip;
#[cfg(feature = "ListAvailableZones")]
pub mod ListAvailableZones;
#[cfg(feature = "ListCbhInstance")]
pub mod ListCbhInstance;
#[cfg(feature = "ListInstances")]
pub mod ListInstances;
#[cfg(feature = "ListInstancesByTag")]
pub mod ListInstancesByTag;
#[cfg(feature = "ListQuotaStatus")]
pub mod ListQuotaStatus;
#[cfg(feature = "ListSpecifications")]
pub mod ListSpecifications;
#[cfg(feature = "ListTags")]
pub mod ListTags;
#[cfg(feature = "LoginCbh")]
pub mod LoginCbh;
#[cfg(feature = "LoginInstance")]
pub mod LoginInstance;
#[cfg(feature = "RebootInstance")]
pub mod RebootInstance;
#[cfg(feature = "RegisterAuthorization")]
pub mod RegisterAuthorization;
#[cfg(feature = "ResetInstanceLoginMethod")]
pub mod ResetInstanceLoginMethod;
#[cfg(feature = "ResetInstancePassword")]
pub mod ResetInstancePassword;
#[cfg(feature = "ResetLoginMethod")]
pub mod ResetLoginMethod;
#[cfg(feature = "ResetPassword")]
pub mod ResetPassword;
#[cfg(feature = "ResizeInstance")]
pub mod ResizeInstance;
#[cfg(feature = "RestartCbhInstance")]
pub mod RestartCbhInstance;
#[cfg(feature = "RollbackInstance")]
pub mod RollbackInstance;
#[cfg(feature = "SearchQuota")]
pub mod SearchQuota;
#[cfg(feature = "ShowAuthorization")]
pub mod ShowAuthorization;
#[cfg(feature = "ShowAvailableZoneInfo")]
pub mod ShowAvailableZoneInfo;
#[cfg(feature = "ShowEcsQuota")]
pub mod ShowEcsQuota;
#[cfg(feature = "ShowInstanceStatus")]
pub mod ShowInstanceStatus;
#[cfg(feature = "ShowInstanceTags")]
pub mod ShowInstanceTags;
#[cfg(feature = "ShowNetworkConfiguration")]
pub mod ShowNetworkConfiguration;
#[cfg(feature = "ShowOmUrl")]
pub mod ShowOmUrl;
#[cfg(feature = "ShowQuota")]
pub mod ShowQuota;
#[cfg(feature = "StartCbhInstance")]
pub mod StartCbhInstance;
#[cfg(feature = "StartInstance")]
pub mod StartInstance;
#[cfg(feature = "StopCbhInstance")]
pub mod StopCbhInstance;
#[cfg(feature = "StopInstance")]
pub mod StopInstance;
#[cfg(feature = "UninstallCbhEip")]
pub mod UninstallCbhEip;
#[cfg(feature = "UninstallInstanceEip")]
pub mod UninstallInstanceEip;
#[cfg(feature = "UpdateInstanceSecurityGroup")]
pub mod UpdateInstanceSecurityGroup;
#[cfg(feature = "UpgradeCbhInstance")]
pub mod UpgradeCbhInstance;
#[cfg(feature = "UpgradeInstance")]
pub mod UpgradeInstance;