AutoScalingPlans module#
Index > AutoScalingPlans
Auto-generated documentation for AutoScalingPlans type annotations stubs module types-boto3-autoscaling-plans.
How to install#
Generate locally (recommended)#
You can generate type annotations for boto3 package locally with mypy-boto3-builder.
Use uv for build isolation.
- Run mypy-boto3-builder in your package root directory: uvx --with 'boto3==1.40.63' mypy-boto3-builder
- Select boto3AWS SDK.
- Add AutoScalingPlansservice.
- Use provided commands to install generated packages.
VSCode extension#
Add AWS Boto3
extension to your VSCode and run AWS boto3: Quick Start command.
Click Modify and select boto3 common and AutoScalingPlans.
From PyPI with pip#
Install types-boto3 for AutoScalingPlans service.
# install with boto3 type annotations
python -m pip install 'types-boto3[autoscaling-plans]'
# Lite version does not provide session.client/resource overloads
# it is more RAM-friendly, but requires explicit type annotations
python -m pip install 'types-boto3-lite[autoscaling-plans]'
# standalone installation
python -m pip install types-boto3-autoscaling-plansHow to uninstall#
python -m pip uninstall -y types-boto3-autoscaling-plansUsage#
Code samples can be found in Examples.
AutoScalingPlansClient#
Type annotations and code completion for  boto3.client("autoscaling-plans") as AutoScalingPlansClient
 boto3 documentation
# AutoScalingPlansClient usage example
from boto3.session import Session
from types_boto3_autoscaling_plans.client import AutoScalingPlansClient
def get_client() -> AutoScalingPlansClient:
    return Session().client("autoscaling-plans")Paginators#
Type annotations and code completion for paginators
from boto3.client("autoscaling-plans").get_paginator("...").
# DescribeScalingPlanResourcesPaginator usage example
from boto3.session import Session
from types_boto3_autoscaling_plans.paginator import DescribeScalingPlanResourcesPaginator
def get_describe_scaling_plan_resources_paginator() -> DescribeScalingPlanResourcesPaginator:
    return Session().client("autoscaling-plans").get_paginator("describe_scaling_plan_resources"))Literals#
Type annotations for literals used in methods and schema.
# DescribeScalingPlanResourcesPaginatorName usage example
from types_boto3_autoscaling_plans.literals import DescribeScalingPlanResourcesPaginatorName
def get_value() -> DescribeScalingPlanResourcesPaginatorName:
    return "describe_scaling_plan_resources"- DescribeScalingPlanResourcesPaginatorName
- DescribeScalingPlansPaginatorName
- ForecastDataTypeType
- LoadMetricTypeType
- MetricStatisticType
- PolicyTypeType
- PredictiveScalingMaxCapacityBehaviorType
- PredictiveScalingModeType
- ScalableDimensionType
- ScalingMetricTypeType
- ScalingPlanStatusCodeType
- ScalingPolicyUpdateBehaviorType
- ScalingStatusCodeType
- ServiceNamespaceType
- AutoScalingPlansServiceName
- ServiceName
- ResourceServiceName
- PaginatorName
- RegionName
Type definitions#
Type annotations for type definitions used in methods and schema.
- TagFilterOutputTypeDef
- ResponseMetadataTypeDef
- MetricDimensionTypeDef
- DatapointTypeDef
- DeleteScalingPlanRequestTypeDef
- PaginatorConfigTypeDef
- DescribeScalingPlanResourcesRequestTypeDef
- TimestampTypeDef
- PredefinedLoadMetricSpecificationTypeDef
- PredefinedScalingMetricSpecificationTypeDef
- TagFilterTypeDef
- ApplicationSourceOutputTypeDef
- CreateScalingPlanResponseTypeDef
- CustomizedLoadMetricSpecificationOutputTypeDef
- CustomizedLoadMetricSpecificationTypeDef
- CustomizedScalingMetricSpecificationOutputTypeDef
- CustomizedScalingMetricSpecificationTypeDef
- GetScalingPlanResourceForecastDataResponseTypeDef
- DescribeScalingPlanResourcesRequestPaginateTypeDef
- GetScalingPlanResourceForecastDataRequestTypeDef
- TagFilterUnionTypeDef
- CustomizedLoadMetricSpecificationUnionTypeDef
- TargetTrackingConfigurationOutputTypeDef
- CustomizedScalingMetricSpecificationUnionTypeDef
- ApplicationSourceTypeDef
- ScalingInstructionOutputTypeDef
- ScalingPolicyTypeDef
- TargetTrackingConfigurationTypeDef
- ApplicationSourceUnionTypeDef
- ScalingPlanTypeDef
- ScalingPlanResourceTypeDef
- TargetTrackingConfigurationUnionTypeDef
- DescribeScalingPlansRequestPaginateTypeDef
- DescribeScalingPlansRequestTypeDef
- DescribeScalingPlansResponseTypeDef
- DescribeScalingPlanResourcesResponseTypeDef
- ScalingInstructionTypeDef
- ScalingInstructionUnionTypeDef
- CreateScalingPlanRequestTypeDef
- UpdateScalingPlanRequestTypeDef