Type annotations for boto3.CodeDeploy 1.14.49 service, generated by mypy-boto3-buider 2.2.0
Project description
mypy-boto3-codedeploy
Type annotations for boto3.CodeDeploy 1.14.49 service compatible with mypy, VSCode, PyCharm and other tools.
Generated by mypy-boto3-buider 2.2.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.49.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5579851f5e14f4e7d5d34135b405806755fbab17f9cd5179d84e11f08dbd579a |
|
MD5 | 935941e77aaa8ba0b74a991b53de618b |
|
BLAKE2b-256 | ff850f9e5a5e57eb365fac59342223970391050addf4f19b2ab82042d41bb96e |
Hashes for mypy_boto3_codedeploy-1.14.49.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 53c7a27a96e091b89a80a8e680390110a89dbdb855c01e67923a8ab121b1d224 |
|
MD5 | dd62ef505fc5a5e41f42750366e975ac |
|
BLAKE2b-256 | f32e2d9d9ec36495604b45011b9d9de12ce489887d8c03a8eaabd53a24576498 |