Type annotations for boto3.DataSync 1.14.22 service, generated by mypy-boto3-buider 2.2.0
Project description
mypy-boto3-datasync
Type annotations for boto3.DataSync 1.14.22 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 DataSync
service.
python -m pip install boto3-stubs[datasync]
How to use
Client annotations
DataSyncClient
provides annotations for boto3.client("datasync")
.
import boto3
from mypy_boto3_datasync import DataSyncClient
from mypy_boto3_datasync.paginator import (
ListAgentsPaginator,
ListLocationsPaginator,
ListTagsForResourcePaginator,
ListTaskExecutionsPaginator,
ListTasksPaginator,
)
from mypy_boto3_datasync.type_defs import AgentListEntryTypeDef, ...
client: DataSyncClient = boto3.client("datasync")
# 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: DataSyncClient = session.client("datasync")
Paginators annotations
mypy_boto3_datasync.paginator
module contains type annotations for all paginators.
client: DataSyncClient = boto3.client("datasync")
# Explicit type annotations are optional here
# Type should be correctly discovered by mypy and IDEs
# VSCode requires explicit type annotations
list_agents_paginator: ListAgentsPaginator = client.get_paginator("list_agents")
list_locations_paginator: ListLocationsPaginator = client.get_paginator("list_locations")
list_tags_for_resource_paginator: ListTagsForResourcePaginator = client.get_paginator("list_tags_for_resource")
list_task_executions_paginator: ListTaskExecutionsPaginator = client.get_paginator("list_task_executions")
list_tasks_paginator: ListTasksPaginator = client.get_paginator("list_tasks")
Typed dictionations
mypy_boto3_datasync.type_defs
module contains structures and shapes assembled
to typed dictionaries for additional type checking.
def get_structure() -> AgentListEntryTypeDef:
return {
...
}
Dynamic type annotations
mypy_boto3
command generates boto3.client/resource
type annotations for
mypy_boto3_datasync
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("datasync")
session_client = boto3.Session().client("datasync")
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-datasync-1.14.22.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | bf701c8e3c40318c0f5d63de748f47d70f427c9f7a7007f2847bab1250185949 |
|
MD5 | e702be6cb109b25db61d28e85731a761 |
|
BLAKE2b-256 | 23eb89bb04eb62438ed83eb8274e9f7fa68c4f8808f5ae2362deac034d69ee07 |
Hashes for mypy_boto3_datasync-1.14.22.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2cbffcf5bb600d1ed25d41f6f478261f75289385e263cda6b6d659fed2a840f6 |
|
MD5 | 3c17fc481d2ca8aaa74af6679adc54aa |
|
BLAKE2b-256 | fac4c9ac55f6592b44ba556e0c9af90287d5d604e85e1ebca7facfaa66a4e317 |