Type annotations for boto3.AutoScalingPlans 1.14.53 service, generated by mypy-boto3-buider 2.4.0
Project description
mypy-boto3-autoscaling-plans
Type annotations for boto3.AutoScalingPlans 1.14.53 service compatible with mypy, VSCode, PyCharm and other tools.
Generated by mypy-boto3-buider 2.4.0.
More information can be found on boto3-stubs page.
How to install
Make sure you have mypy installed and activated in your IDE.
Install boto3-stubs
for AutoScalingPlans
service.
python -m pip install boto3-stubs[autoscaling-plans]
How to use
Client annotations
AutoScalingPlansClient
provides annotations for boto3.client("autoscaling-plans")
.
import boto3
from mypy_boto3_autoscaling_plans import AutoScalingPlansClient
from mypy_boto3_autoscaling_plans.paginator import (
DescribeScalingPlanResourcesPaginator,
DescribeScalingPlansPaginator,
)
from mypy_boto3_autoscaling_plans.type_defs import ApplicationSourceTypeDef, ...
client: AutoScalingPlansClient = boto3.client("autoscaling-plans")
# now client usage is checked by mypy and IDE should provide code auto-complete
# works for session as well
session = boto3.session.Session(region="us-west-1")
session_client: AutoScalingPlansClient = session.client("autoscaling-plans")
Paginators annotations
mypy_boto3_autoscaling_plans.paginator
module contains type annotations for all paginators.
client: AutoScalingPlansClient = boto3.client("autoscaling-plans")
# Explicit type annotations are optional here
# Type should be correctly discovered by mypy and IDEs
# VSCode requires explicit type annotations
describe_scaling_plan_resources_paginator: DescribeScalingPlanResourcesPaginator = client.get_paginator("describe_scaling_plan_resources")
describe_scaling_plans_paginator: DescribeScalingPlansPaginator = client.get_paginator("describe_scaling_plans")
Typed dictionations
mypy_boto3_autoscaling_plans.type_defs
module contains structures and shapes assembled
to typed dictionaries for additional type checking.
def get_structure() -> ApplicationSourceTypeDef:
return {
...
}
Dynamic type annotations
mypy_boto3
command generates boto3.client/resource
type annotations for
mypy_boto3_autoscaling_plans
and other installed services.
# Run this command after you add or remove service packages
python -m mypy_boto3
Generated type annotations provide overloads for boto3.client
and boto3.resource
,
boto3.Session.client
and boto3.Session.resource
functions,
so explicit type annotations are not needed.
mypy
supports function overloads as expectedPyCharm
also supports function overloads, but consumes a lot of RAM, use carefully if you have many services installedVSCode
does not currently support function overloads, use explicit type annotations
# Type is discovered correctly by mypy and PyCharm
# VSCode still needs explicit type annotations
client = boto3.client("autoscaling-plans")
session_client = boto3.Session().client("autoscaling-plans")
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for mypy-boto3-autoscaling-plans-1.14.53.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | fc4b7b2db27a6bb11ac60eaf7f1000f8722ce069632179f180ae3a2442646f64 |
|
MD5 | 32998f48c6b025c6a8fdcbe42d8267bf |
|
BLAKE2b-256 | 0e0077da3e0827558ffd664e5af1b1b3ec7e269171f3870cf1ed243101587b3b |
Hashes for mypy_boto3_autoscaling_plans-1.14.53.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5f93ad6dc460ab08e03f0c660b832d8613d377a48f6cdbb2d8b59db04111af06 |
|
MD5 | 543010594aed1cc210d18310b1564a2f |
|
BLAKE2b-256 | 559e527d21176b299bf70e12c5c1458978bd83299587ca1c509c815c8b6dbddd |