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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
#[cfg(feature = "AttachCallbackInstanceLifeCycleHook")]
pub mod AttachCallbackInstanceLifeCycleHook;
#[cfg(feature = "BatchAddScalingInstances")]
pub mod BatchAddScalingInstances;
#[cfg(feature = "BatchDeleteScalingConfigs")]
pub mod BatchDeleteScalingConfigs;
#[cfg(feature = "BatchDeleteScalingPolicies")]
pub mod BatchDeleteScalingPolicies;
#[cfg(feature = "BatchPauseScalingPolicies")]
pub mod BatchPauseScalingPolicies;
#[cfg(feature = "BatchProtectScalingInstances")]
pub mod BatchProtectScalingInstances;
#[cfg(feature = "BatchRemoveScalingInstances")]
pub mod BatchRemoveScalingInstances;
#[cfg(feature = "BatchResumeScalingPolicies")]
pub mod BatchResumeScalingPolicies;
#[cfg(feature = "BatchSetScalingInstancesStandby")]
pub mod BatchSetScalingInstancesStandby;
#[cfg(feature = "BatchUnprotectScalingInstances")]
pub mod BatchUnprotectScalingInstances;
#[cfg(feature = "BatchUnsetScalingInstancesStantby")]
pub mod BatchUnsetScalingInstancesStantby;
#[cfg(feature = "CreateGroupScheduledTask")]
pub mod CreateGroupScheduledTask;
#[cfg(feature = "CreateLifyCycleHook")]
pub mod CreateLifyCycleHook;
#[cfg(feature = "CreateScalingConfig")]
pub mod CreateScalingConfig;
#[cfg(feature = "CreateScalingGroup")]
pub mod CreateScalingGroup;
#[cfg(feature = "CreateScalingNotification")]
pub mod CreateScalingNotification;
#[cfg(feature = "CreateScalingPolicy")]
pub mod CreateScalingPolicy;
#[cfg(feature = "CreateScalingTagInfo")]
pub mod CreateScalingTagInfo;
#[cfg(feature = "CreateScalingV2Policy")]
pub mod CreateScalingV2Policy;
#[cfg(feature = "DeleteGroupScheduledTask")]
pub mod DeleteGroupScheduledTask;
#[cfg(feature = "DeleteLifecycleHook")]
pub mod DeleteLifecycleHook;
#[cfg(feature = "DeleteScalingConfig")]
pub mod DeleteScalingConfig;
#[cfg(feature = "DeleteScalingGroup")]
pub mod DeleteScalingGroup;
#[cfg(feature = "DeleteScalingInstance")]
pub mod DeleteScalingInstance;
#[cfg(feature = "DeleteScalingNotification")]
pub mod DeleteScalingNotification;
#[cfg(feature = "DeleteScalingPolicy")]
pub mod DeleteScalingPolicy;
#[cfg(feature = "DeleteScalingTagInfo")]
pub mod DeleteScalingTagInfo;
#[cfg(feature = "ExecuteScalingPolicy")]
pub mod ExecuteScalingPolicy;
#[cfg(feature = "ListAllScalingV2Policies")]
pub mod ListAllScalingV2Policies;
#[cfg(feature = "ListApiVersions")]
pub mod ListApiVersions;
#[cfg(feature = "ListGroupScheduledTasks")]
pub mod ListGroupScheduledTasks;
#[cfg(feature = "ListHookInstances")]
pub mod ListHookInstances;
#[cfg(feature = "ListLifeCycleHooks")]
pub mod ListLifeCycleHooks;
#[cfg(feature = "ListResourceInstances")]
pub mod ListResourceInstances;
#[cfg(feature = "ListScalingActivityLogs")]
pub mod ListScalingActivityLogs;
#[cfg(feature = "ListScalingActivityV2Logs")]
pub mod ListScalingActivityV2Logs;
#[cfg(feature = "ListScalingConfigs")]
pub mod ListScalingConfigs;
#[cfg(feature = "ListScalingGroups")]
pub mod ListScalingGroups;
#[cfg(feature = "ListScalingInstances")]
pub mod ListScalingInstances;
#[cfg(feature = "ListScalingNotifications")]
pub mod ListScalingNotifications;
#[cfg(feature = "ListScalingPolicies")]
pub mod ListScalingPolicies;
#[cfg(feature = "ListScalingPolicyExecuteLogs")]
pub mod ListScalingPolicyExecuteLogs;
#[cfg(feature = "ListScalingTagInfosByResourceId")]
pub mod ListScalingTagInfosByResourceId;
#[cfg(feature = "ListScalingTagInfosByTenantId")]
pub mod ListScalingTagInfosByTenantId;
#[cfg(feature = "ListScalingV2Policies")]
pub mod ListScalingV2Policies;
#[cfg(feature = "PauseScalingGroup")]
pub mod PauseScalingGroup;
#[cfg(feature = "PauseScalingPolicy")]
pub mod PauseScalingPolicy;
#[cfg(feature = "ResumeScalingGroup")]
pub mod ResumeScalingGroup;
#[cfg(feature = "ResumeScalingPolicy")]
pub mod ResumeScalingPolicy;
#[cfg(feature = "ShowApiVersion")]
pub mod ShowApiVersion;
#[cfg(feature = "ShowLifeCycleHook")]
pub mod ShowLifeCycleHook;
#[cfg(feature = "ShowPolicyAndInstanceQuota")]
pub mod ShowPolicyAndInstanceQuota;
#[cfg(feature = "ShowResourceQuota")]
pub mod ShowResourceQuota;
#[cfg(feature = "ShowScalingConfig")]
pub mod ShowScalingConfig;
#[cfg(feature = "ShowScalingGroup")]
pub mod ShowScalingGroup;
#[cfg(feature = "ShowScalingPolicy")]
pub mod ShowScalingPolicy;
#[cfg(feature = "ShowScalingV2Policy")]
pub mod ShowScalingV2Policy;
#[cfg(feature = "UpdateGroupScheduledTask")]
pub mod UpdateGroupScheduledTask;
#[cfg(feature = "UpdateLifeCycleHook")]
pub mod UpdateLifeCycleHook;
#[cfg(feature = "UpdateScalingGroup")]
pub mod UpdateScalingGroup;
#[cfg(feature = "UpdateScalingPolicy")]
pub mod UpdateScalingPolicy;
#[cfg(feature = "UpdateScalingV2Policy")]
pub mod UpdateScalingV2Policy;