Type annotations for boto3.LexModelBuildingService 1.13.24 service, generated by mypy-boto3-buider 2.0.2
Project description
mypy-boto3-lex-models
Type annotations for boto3.LexModelBuildingService 1.13.24 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 LexModelBuildingService
service.
python -m pip install boto3-stubs[lex-models]
# update installed packages index for automated type discovery
python -m mypy_boto3
Use boto3
with mypy_boto3_lex_models
in your project and enjoy type checking and auto-complete.
import boto3
from mypy_boto3_lex_models import LexModelBuildingServiceClient
# Now mypy can check if your code is valid.
client: LexModelBuildingServiceClient = boto3.client("lex-models")
# works for session as well
session = boto3.session.Session(region="us-west-1")
session_client: LexModelBuildingServiceClient = session.client("lex-models")
# Annotated paginators are included as well
import mypy_boto3_lex_models.paginator as lex_models_paginators
get_bot_aliases_paginator: lex_models_paginators.GetBotAliasesPaginator = client.get_paginator("get_bot_aliases")
get_bot_channel_associations_paginator: lex_models_paginators.GetBotChannelAssociationsPaginator = client.get_paginator("get_bot_channel_associations")
get_bot_versions_paginator: lex_models_paginators.GetBotVersionsPaginator = client.get_paginator("get_bot_versions")
get_bots_paginator: lex_models_paginators.GetBotsPaginator = client.get_paginator("get_bots")
get_builtin_intents_paginator: lex_models_paginators.GetBuiltinIntentsPaginator = client.get_paginator("get_builtin_intents")
get_builtin_slot_types_paginator: lex_models_paginators.GetBuiltinSlotTypesPaginator = client.get_paginator("get_builtin_slot_types")
get_intent_versions_paginator: lex_models_paginators.GetIntentVersionsPaginator = client.get_paginator("get_intent_versions")
get_intents_paginator: lex_models_paginators.GetIntentsPaginator = client.get_paginator("get_intents")
get_slot_type_versions_paginator: lex_models_paginators.GetSlotTypeVersionsPaginator = client.get_paginator("get_slot_type_versions")
get_slot_types_paginator: lex_models_paginators.GetSlotTypesPaginator = client.get_paginator("get_slot_types")
Automated type discovery
mypy_boto3
package can generate index for mypy_boto3_lex_models
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_lex_models as lex_models
from mypy_boto3_lex_models import LexModelBuildingServiceClient
# with these
from mypy_boto3 import lex_models
from mypy_boto3.lex_models import LexModelBuildingServiceClient
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-lex-models-1.13.24.3.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 18129ca6440fc8ea51ae93431e534098e525646e98a73d52204e6854fa5df1b2 |
|
MD5 | 693cf5f849269d5cd734c39975876894 |
|
BLAKE2b-256 | ee6597bec1606c838260fe0d8912c9c0a1a2d95c4d3a76f52a6383217c23777f |
Hashes for mypy_boto3_lex_models-1.13.24.3-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 94216df27daacad4fcbdfe2f608e3aa097e51a3698ec44fe382afb955af2ad56 |
|
MD5 | 59d0181a20eb4e229789ea9b1eedf6d9 |
|
BLAKE2b-256 | 1bf2bf3494a709dde1ca009f8d2d1c82fba7e0bb77135c986be8b9d145c4ef0f |