aws_sdk_applicationautoscaling/
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 `DeleteScalingPolicy` operation.
5pub mod delete_scaling_policy;
6
7/// Types for the `DeleteScheduledAction` operation.
8pub mod delete_scheduled_action;
9
10/// Types for the `DeregisterScalableTarget` operation.
11pub mod deregister_scalable_target;
12
13/// Types for the `DescribeScalableTargets` operation.
14pub mod describe_scalable_targets;
15
16/// Types for the `DescribeScalingActivities` operation.
17pub mod describe_scaling_activities;
18
19/// Types for the `DescribeScalingPolicies` operation.
20pub mod describe_scaling_policies;
21
22/// Types for the `DescribeScheduledActions` operation.
23pub mod describe_scheduled_actions;
24
25/// Types for the `GetPredictiveScalingForecast` operation.
26pub mod get_predictive_scaling_forecast;
27
28/// Types for the `ListTagsForResource` operation.
29pub mod list_tags_for_resource;
30
31/// Types for the `PutScalingPolicy` operation.
32pub mod put_scaling_policy;
33
34/// Types for the `PutScheduledAction` operation.
35pub mod put_scheduled_action;
36
37/// Types for the `RegisterScalableTarget` operation.
38pub mod register_scalable_target;
39
40/// Types for the `TagResource` operation.
41pub mod tag_resource;
42
43/// Types for the `UntagResource` operation.
44pub mod untag_resource;