aws_sdk_autoscaling/operation.rs
1// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
2pub use ::aws_types::request_id::RequestId;
3
4/// Types for the `AttachInstances` operation.
5pub mod attach_instances;
6
7/// Types for the `AttachLoadBalancerTargetGroups` operation.
8pub mod attach_load_balancer_target_groups;
9
10/// Types for the `AttachLoadBalancers` operation.
11pub mod attach_load_balancers;
12
13/// Types for the `AttachTrafficSources` operation.
14pub mod attach_traffic_sources;
15
16/// Types for the `BatchDeleteScheduledAction` operation.
17pub mod batch_delete_scheduled_action;
18
19/// Types for the `BatchPutScheduledUpdateGroupAction` operation.
20pub mod batch_put_scheduled_update_group_action;
21
22/// Types for the `CancelInstanceRefresh` operation.
23pub mod cancel_instance_refresh;
24
25/// Types for the `CompleteLifecycleAction` operation.
26pub mod complete_lifecycle_action;
27
28/// Types for the `CreateAutoScalingGroup` operation.
29pub mod create_auto_scaling_group;
30
31/// Types for the `CreateLaunchConfiguration` operation.
32pub mod create_launch_configuration;
33
34/// Types for the `CreateOrUpdateTags` operation.
35pub mod create_or_update_tags;
36
37/// Types for the `DeleteAutoScalingGroup` operation.
38pub mod delete_auto_scaling_group;
39
40/// Types for the `DeleteLaunchConfiguration` operation.
41pub mod delete_launch_configuration;
42
43/// Types for the `DeleteLifecycleHook` operation.
44pub mod delete_lifecycle_hook;
45
46/// Types for the `DeleteNotificationConfiguration` operation.
47pub mod delete_notification_configuration;
48
49/// Types for the `DeletePolicy` operation.
50pub mod delete_policy;
51
52/// Types for the `DeleteScheduledAction` operation.
53pub mod delete_scheduled_action;
54
55/// Types for the `DeleteTags` operation.
56pub mod delete_tags;
57
58/// Types for the `DeleteWarmPool` operation.
59pub mod delete_warm_pool;
60
61/// Types for the `DescribeAccountLimits` operation.
62pub mod describe_account_limits;
63
64/// Types for the `DescribeAdjustmentTypes` operation.
65pub mod describe_adjustment_types;
66
67/// Types for the `DescribeAutoScalingGroups` operation.
68pub mod describe_auto_scaling_groups;
69
70/// Types for the `DescribeAutoScalingInstances` operation.
71pub mod describe_auto_scaling_instances;
72
73/// Types for the `DescribeAutoScalingNotificationTypes` operation.
74pub mod describe_auto_scaling_notification_types;
75
76/// Types for the `DescribeInstanceRefreshes` operation.
77pub mod describe_instance_refreshes;
78
79/// Types for the `DescribeLaunchConfigurations` operation.
80pub mod describe_launch_configurations;
81
82/// Types for the `DescribeLifecycleHookTypes` operation.
83pub mod describe_lifecycle_hook_types;
84
85/// Types for the `DescribeLifecycleHooks` operation.
86pub mod describe_lifecycle_hooks;
87
88/// Types for the `DescribeLoadBalancerTargetGroups` operation.
89pub mod describe_load_balancer_target_groups;
90
91/// Types for the `DescribeLoadBalancers` operation.
92pub mod describe_load_balancers;
93
94/// Types for the `DescribeMetricCollectionTypes` operation.
95pub mod describe_metric_collection_types;
96
97/// Types for the `DescribeNotificationConfigurations` operation.
98pub mod describe_notification_configurations;
99
100/// Types for the `DescribePolicies` operation.
101pub mod describe_policies;
102
103/// Types for the `DescribeScalingActivities` operation.
104pub mod describe_scaling_activities;
105
106/// Types for the `DescribeScalingProcessTypes` operation.
107pub mod describe_scaling_process_types;
108
109/// Types for the `DescribeScheduledActions` operation.
110pub mod describe_scheduled_actions;
111
112/// Types for the `DescribeTags` operation.
113pub mod describe_tags;
114
115/// Types for the `DescribeTerminationPolicyTypes` operation.
116pub mod describe_termination_policy_types;
117
118/// Types for the `DescribeTrafficSources` operation.
119pub mod describe_traffic_sources;
120
121/// Types for the `DescribeWarmPool` operation.
122pub mod describe_warm_pool;
123
124/// Types for the `DetachInstances` operation.
125pub mod detach_instances;
126
127/// Types for the `DetachLoadBalancerTargetGroups` operation.
128pub mod detach_load_balancer_target_groups;
129
130/// Types for the `DetachLoadBalancers` operation.
131pub mod detach_load_balancers;
132
133/// Types for the `DetachTrafficSources` operation.
134pub mod detach_traffic_sources;
135
136/// Types for the `DisableMetricsCollection` operation.
137pub mod disable_metrics_collection;
138
139/// Types for the `EnableMetricsCollection` operation.
140pub mod enable_metrics_collection;
141
142/// Types for the `EnterStandby` operation.
143pub mod enter_standby;
144
145/// Types for the `ExecutePolicy` operation.
146pub mod execute_policy;
147
148/// Types for the `ExitStandby` operation.
149pub mod exit_standby;
150
151/// Types for the `GetPredictiveScalingForecast` operation.
152pub mod get_predictive_scaling_forecast;
153
154/// Types for the `PutLifecycleHook` operation.
155pub mod put_lifecycle_hook;
156
157/// Types for the `PutNotificationConfiguration` operation.
158pub mod put_notification_configuration;
159
160/// Types for the `PutScalingPolicy` operation.
161pub mod put_scaling_policy;
162
163/// Types for the `PutScheduledUpdateGroupAction` operation.
164pub mod put_scheduled_update_group_action;
165
166/// Types for the `PutWarmPool` operation.
167pub mod put_warm_pool;
168
169/// Types for the `RecordLifecycleActionHeartbeat` operation.
170pub mod record_lifecycle_action_heartbeat;
171
172/// Types for the `ResumeProcesses` operation.
173pub mod resume_processes;
174
175/// Types for the `RollbackInstanceRefresh` operation.
176pub mod rollback_instance_refresh;
177
178/// Types for the `SetDesiredCapacity` operation.
179pub mod set_desired_capacity;
180
181/// Types for the `SetInstanceHealth` operation.
182pub mod set_instance_health;
183
184/// Types for the `SetInstanceProtection` operation.
185pub mod set_instance_protection;
186
187/// Types for the `StartInstanceRefresh` operation.
188pub mod start_instance_refresh;
189
190/// Types for the `SuspendProcesses` operation.
191pub mod suspend_processes;
192
193/// Types for the `TerminateInstanceInAutoScalingGroup` operation.
194pub mod terminate_instance_in_auto_scaling_group;
195
196/// Types for the `UpdateAutoScalingGroup` operation.
197pub mod update_auto_scaling_group;