Type annotations for boto3.DirectoryService 1.13.26 service, generated by mypy-boto3-buider 2.0.4
Project description
mypy-boto3-ds
Type annotations for boto3.DirectoryService 1.13.26 service compatible with mypy, VSCode, PyCharm and other tools.
Generated by mypy-boto3-buider 2.0.4.
More information can be found on boto3-stubs page.
How to use
Make sure you have mypy installed and activated in your IDE.
Install boto3-stubs
for DirectoryService
service.
python -m pip install boto3-stubs[ds]
Use boto3
with mypy_boto3_ds
in your project and enjoy type checking and auto-complete.
import boto3
from mypy_boto3_ds import DirectoryServiceClient
# Now mypy can check if your code is valid.
client: DirectoryServiceClient = boto3.client("ds")
# works for session as well
session = boto3.session.Session(region="us-west-1")
session_client: DirectoryServiceClient = session.client("ds")
# Annotated paginators are included as well
import mypy_boto3_ds.paginator as ds_paginators
describe_directories_paginator: ds_paginators.DescribeDirectoriesPaginator = client.get_paginator("describe_directories")
describe_domain_controllers_paginator: ds_paginators.DescribeDomainControllersPaginator = client.get_paginator("describe_domain_controllers")
describe_shared_directories_paginator: ds_paginators.DescribeSharedDirectoriesPaginator = client.get_paginator("describe_shared_directories")
describe_snapshots_paginator: ds_paginators.DescribeSnapshotsPaginator = client.get_paginator("describe_snapshots")
describe_trusts_paginator: ds_paginators.DescribeTrustsPaginator = client.get_paginator("describe_trusts")
list_ip_routes_paginator: ds_paginators.ListIpRoutesPaginator = client.get_paginator("list_ip_routes")
list_log_subscriptions_paginator: ds_paginators.ListLogSubscriptionsPaginator = client.get_paginator("list_log_subscriptions")
list_schema_extensions_paginator: ds_paginators.ListSchemaExtensionsPaginator = client.get_paginator("list_schema_extensions")
list_tags_for_resource_paginator: ds_paginators.ListTagsForResourcePaginator = client.get_paginator("list_tags_for_resource")
Dynamic type annotations
mypy_boto3
command generates boto3.client/resource
type annotations for
mypy_boto3_ds
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
import boto3
# Type is discovered correctly by mypy and PyCharm
# VSCode still needs explicit type annotations
client = boto3.client("ds")
session_client = boto3.Session().client("ds")
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_ds-1.13.26.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 44a8fe76ff87780d996aea01c37f8eb774a73004300049a2f286714516d91d1e |
|
MD5 | 50ca582a8992e959caa43b388252087b |
|
BLAKE2b-256 | 879a5ce2e9043683e72e71922c8ee68111d27b36af46064486a2a18e284263c5 |