Type annotations for boto3.DirectoryService 1.13.26 service, generated by mypy-boto3-buider 2.0.2
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.2.
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]
# update installed packages index for automated type discovery
python -m mypy_boto3
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")
Automated type discovery
mypy_boto3
package can generate index for mypy_boto3_ds
and other installed services.
# Run this command when you add or remove service packages
python -m mypy_boto3
Generated index provides overloads for boto3.client
and boto3.service
,
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 carefullyVSCode
does not currently support function overloads
Also, generated index allows you to import types from mypy_boto3
:
# you can replace imports
import mypy_boto3_ds as ds
from mypy_boto3_ds import DirectoryServiceClient
# with these
from mypy_boto3 import ds
from mypy_boto3.ds import DirectoryServiceClient
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.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | d344df0f73bad262ccde13d0040f37effbcb067641ffba1cc37457c0d5bfde98 |
|
MD5 | 08dc653d52137c8b781217eb51e21dc7 |
|
BLAKE2b-256 | f7cf7d277f165b7bb5c4fb7a5217bf4b913ea68b22ddd7c7026e4f72b7477250 |