Type annotations for boto3.CodeDeploy 1.14.52 service, generated by mypy-boto3-buider 2.4.0
Project description
mypy-boto3-codedeploy
Type annotations for boto3.CodeDeploy 1.14.52 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 CodeDeploy
service.
python -m pip install boto3-stubs[codedeploy]
How to use
Client annotations
CodeDeployClient
provides annotations for boto3.client("codedeploy")
.
import boto3
from mypy_boto3_codedeploy import CodeDeployClient
from mypy_boto3_codedeploy.paginator import (
ListApplicationRevisionsPaginator,
ListApplicationsPaginator,
ListDeploymentConfigsPaginator,
ListDeploymentGroupsPaginator,
ListDeploymentInstancesPaginator,
ListDeploymentsPaginator,
ListDeploymentTargetsPaginator,
ListGitHubAccountTokenNamesPaginator,
ListOnPremisesInstancesPaginator,
)
from mypy_boto3_codedeploy.type_defs import AlarmConfigurationTypeDef, ...
from mypy_boto3_codedeploy.waiter import DeploymentSuccessfulWaiter
client: CodeDeployClient = boto3.client("codedeploy")
# 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: CodeDeployClient = session.client("codedeploy")
Paginators annotations
mypy_boto3_codedeploy.paginator
module contains type annotations for all paginators.
client: CodeDeployClient = boto3.client("codedeploy")
# Explicit type annotations are optional here
# Type should be correctly discovered by mypy and IDEs
# VSCode requires explicit type annotations
list_application_revisions_paginator: ListApplicationRevisionsPaginator = client.get_paginator("list_application_revisions")
list_applications_paginator: ListApplicationsPaginator = client.get_paginator("list_applications")
list_deployment_configs_paginator: ListDeploymentConfigsPaginator = client.get_paginator("list_deployment_configs")
list_deployment_groups_paginator: ListDeploymentGroupsPaginator = client.get_paginator("list_deployment_groups")
list_deployment_instances_paginator: ListDeploymentInstancesPaginator = client.get_paginator("list_deployment_instances")
list_deployment_targets_paginator: ListDeploymentTargetsPaginator = client.get_paginator("list_deployment_targets")
list_deployments_paginator: ListDeploymentsPaginator = client.get_paginator("list_deployments")
list_git_hub_account_token_names_paginator: ListGitHubAccountTokenNamesPaginator = client.get_paginator("list_git_hub_account_token_names")
list_on_premises_instances_paginator: ListOnPremisesInstancesPaginator = client.get_paginator("list_on_premises_instances")
Waiters annotations
mypy_boto3_codedeploy.waiter
module contains type annotations for all waiters.
client: CodeDeployClient = boto3.client("codedeploy")
# Explicit type annotations are optional here
# Type should be correctly discovered by mypy and IDEs
# VSCode requires explicit type annotations
deployment_successful_waiter: DeploymentSuccessfulWaiter = client.get_waiter("deployment_successful")
Typed dictionations
mypy_boto3_codedeploy.type_defs
module contains structures and shapes assembled
to typed dictionaries for additional type checking.
def get_structure() -> AlarmConfigurationTypeDef:
return {
...
}
Dynamic type annotations
mypy_boto3
command generates boto3.client/resource
type annotations for
mypy_boto3_codedeploy
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("codedeploy")
session_client = boto3.Session().client("codedeploy")
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-codedeploy-1.14.52.1.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 961805af48ab97714086c11298a2609292ba4982cd428f28930ec692e341e5ee |
|
MD5 | 9e4954c4f79a28a258269f8a0bbb4631 |
|
BLAKE2b-256 | 05d6d5e95298c6461423acb768aa3c87cf133686776653510d286db8775a6dc3 |
Hashes for mypy_boto3_codedeploy-1.14.52.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9da3131ec81d279d3ea4a047a8951bb734dcbef62cdb6cbad1141be74301709e |
|
MD5 | ff7832890015f4081dccec88bad3d246 |
|
BLAKE2b-256 | cfd9977c091ef44214fefe0fdc15194ad54afbcfdf23226e8b9df1a5730a23ec |