aws_sdk_autoscalingplans/
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 `CreateScalingPlan` operation.
5pub mod create_scaling_plan;
6
7/// Types for the `DeleteScalingPlan` operation.
8pub mod delete_scaling_plan;
9
10/// Types for the `DescribeScalingPlanResources` operation.
11pub mod describe_scaling_plan_resources;
12
13/// Types for the `DescribeScalingPlans` operation.
14pub mod describe_scaling_plans;
15
16/// Types for the `GetScalingPlanResourceForecastData` operation.
17pub mod get_scaling_plan_resource_forecast_data;
18
19/// Types for the `UpdateScalingPlan` operation.
20pub mod update_scaling_plan;