mypy-boto3-lexv2-models
Type annotations for boto3.LexModelsV2 1.17.71 service compatible with VSCode, PyCharm, Emacs, Sublime Text, mypy, pyright and other tools.
Generated by mypy-boto3-buider 4.12.0.
More information can be found on boto3-stubs page and in mypy-boto3-lexv2-models docs
See how it helps to find and fix potential bugs:
How to install
Install boto3-stubs for LexModelsV2 service.
python -m pip install boto3-stubs[lexv2-models]
Usage
VSCode
- Install Python extension
- Install Pylance extension
- Set
Pylanceas your Python Language Server - Install
boto-stubs[lexv2-models]in your environment:python -m pip install 'boto3-stubs[lexv2-models]'
Both type checking and auto-complete should work for LexModelsV2 service. No
explicit type annotations required, write your boto3 code as usual.
PyCharm
- Install
boto-stubs[lexv2-models]in your environment:python -m pip install 'boto3-stubs[lexv2-models]'
Both type checking and auto-complete should work for LexModelsV2 service. No
explicit type annotations required, write your boto3 code as usual.
Auto-complete can be slow on big projects or if you have a lot of installed
boto3-stubs submodules.
Other IDEs
Not tested, but as long as your IDE support mypy or pyright, everything
should work.
mypy
- Install
mypy:python -m pip install mypy - Install
boto-stubs[lexv2-models]in your environment:python -m pip install 'boto3-stubs[lexv2-models]' - Run
mypyas usual
Type checking should work for LexModelsV2 service. No explicit type
annotations required, write your boto3 code as usual.
pyright
- Install
pyright:yarn global add pyright - Install
boto-stubs[lexv2-models]in your environment:python -m pip install 'boto3-stubs[lexv2-models]' - Optionally, you can install
boto3-stubstotypingsfolder.
Type checking should work for LexModelsV2 service. No explicit type
annotations required, write your boto3 code as usual.
Explicit type annotations
Client annotations
LexModelsV2Client provides annotations for boto3.client("lexv2-models").
import boto3
from mypy_boto3_lexv2_models import LexModelsV2Client
client: LexModelsV2Client = boto3.client("lexv2-models")
# 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: LexModelsV2Client = session.client("lexv2-models")
Literals
mypy_boto3_lexv2_models.literals module contains literals extracted from
shapes that can be used in user code for type checking.
from mypy_boto3_lexv2_models.literals import (
BotAliasStatus,
BotFilterName,
BotFilterOperator,
BotLocaleFilterName,
BotLocaleFilterOperator,
BotLocaleSortAttribute,
BotLocaleStatus,
BotSortAttribute,
BotStatus,
BotVersionSortAttribute,
BuiltInIntentSortAttribute,
BuiltInSlotTypeSortAttribute,
IntentFilterName,
IntentFilterOperator,
IntentSortAttribute,
ObfuscationSettingType,
SlotConstraint,
SlotFilterName,
SlotFilterOperator,
SlotSortAttribute,
SlotTypeFilterName,
SlotTypeFilterOperator,
SlotTypeSortAttribute,
SlotValueResolutionStrategy,
SortOrder,
)
def check_value(value: BotAliasStatus) -> bool:
...
Typed dictionaries
mypy_boto3_lexv2_models.type_defs module contains structures and shapes
assembled to typed dictionaries for additional type checking.
from mypy_boto3_lexv2_models.type_defs import (
AudioLogDestinationTypeDef,
AudioLogSettingTypeDef,
BotAliasHistoryEventTypeDef,
BotAliasLocaleSettingsTypeDef,
BotAliasSummaryTypeDef,
BotFilterTypeDef,
BotLocaleFilterTypeDef,
BotLocaleHistoryEventTypeDef,
BotLocaleSortByTypeDef,
BotLocaleSummaryTypeDef,
BotSortByTypeDef,
BotSummaryTypeDef,
BotVersionLocaleDetailsTypeDef,
BotVersionSortByTypeDef,
BotVersionSummaryTypeDef,
BuildBotLocaleResponseTypeDef,
BuiltInIntentSortByTypeDef,
BuiltInIntentSummaryTypeDef,
BuiltInSlotTypeSortByTypeDef,
BuiltInSlotTypeSummaryTypeDef,
ButtonTypeDef,
CloudWatchLogGroupLogDestinationTypeDef,
CodeHookSpecificationTypeDef,
ConversationLogSettingsTypeDef,
CreateBotAliasResponseTypeDef,
CreateBotLocaleResponseTypeDef,
CreateBotResponseTypeDef,
CreateBotVersionResponseTypeDef,
CreateIntentResponseTypeDef,
CreateSlotResponseTypeDef,
CreateSlotTypeResponseTypeDef,
CustomPayloadTypeDef,
DataPrivacyTypeDef,
DeleteBotAliasResponseTypeDef,
DeleteBotLocaleResponseTypeDef,
DeleteBotResponseTypeDef,
DeleteBotVersionResponseTypeDef,
DescribeBotAliasResponseTypeDef,
DescribeBotLocaleResponseTypeDef,
DescribeBotResponseTypeDef,
DescribeBotVersionResponseTypeDef,
DescribeIntentResponseTypeDef,
DescribeSlotResponseTypeDef,
DescribeSlotTypeResponseTypeDef,
DialogCodeHookSettingsTypeDef,
FulfillmentCodeHookSettingsTypeDef,
ImageResponseCardTypeDef,
InputContextTypeDef,
IntentClosingSettingTypeDef,
IntentConfirmationSettingTypeDef,
IntentFilterTypeDef,
IntentSortByTypeDef,
IntentSummaryTypeDef,
KendraConfigurationTypeDef,
LambdaCodeHookTypeDef,
ListBotAliasesResponseTypeDef,
ListBotLocalesResponseTypeDef,
ListBotVersionsResponseTypeDef,
ListBotsResponseTypeDef,
ListBuiltInIntentsResponseTypeDef,
ListBuiltInSlotTypesResponseTypeDef,
ListIntentsResponseTypeDef,
ListSlotTypesResponseTypeDef,
ListSlotsResponseTypeDef,
ListTagsForResourceResponseTypeDef,
MessageGroupTypeDef,
MessageTypeDef,
ObfuscationSettingTypeDef,
OutputContextTypeDef,
PlainTextMessageTypeDef,
PromptSpecificationTypeDef,
ResponseSpecificationTypeDef,
S3BucketLogDestinationTypeDef,
SSMLMessageTypeDef,
SampleUtteranceTypeDef,
SampleValueTypeDef,
SentimentAnalysisSettingsTypeDef,
SlotDefaultValueSpecificationTypeDef,
SlotDefaultValueTypeDef,
SlotFilterTypeDef,
SlotPriorityTypeDef,
SlotSortByTypeDef,
SlotSummaryTypeDef,
SlotTypeFilterTypeDef,
SlotTypeSortByTypeDef,
SlotTypeSummaryTypeDef,
SlotTypeValueTypeDef,
SlotValueElicitationSettingTypeDef,
SlotValueRegexFilterTypeDef,
SlotValueSelectionSettingTypeDef,
StillWaitingResponseSpecificationTypeDef,
TextLogDestinationTypeDef,
TextLogSettingTypeDef,
UpdateBotAliasResponseTypeDef,
UpdateBotLocaleResponseTypeDef,
UpdateBotResponseTypeDef,
UpdateIntentResponseTypeDef,
UpdateSlotResponseTypeDef,
UpdateSlotTypeResponseTypeDef,
VoiceSettingsTypeDef,
WaitAndContinueSpecificationTypeDef,
)
def get_structure() -> AudioLogDestinationTypeDef:
return {
...
}
Versioning
mypy-boto3-lexv2-models version is the same as related boto3 version and
follows PEP 440 format.
Documentation
All type annotations can be found in mypy-boto3-lexv2-models docs
Support and contributing
This package is auto-generated. Please reports any bugs or request new features in mypy-boto3-builder repository.
Release files for mypy-boto3-lexv2-models 1.17.71.post1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| mypy-boto3-lexv2-models-1.17.71.post1.tar.gz | 18.1 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| mypy_boto3_lexv2_models-1.17.71.post1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 39.4 kB
Release files / mypy-boto3-lexv2-models-1.17.71.post1.tar.gz
| Download URL | mypy-boto3-lexv2-models-1.17.71.post1.tar.gz |
|---|---|
| Size | 18.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
641ce6d95de0884d4604b1f31c41062fc947bf4ee0619467b8927cc731788b65
|
|
BLAKE2b-256 checksum How to use checksums |
0debcbe4f758c006504a29f9c33fe5398112412b2023b5c8cae49038c6953fdf
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.5
|
Release files / mypy_boto3_lexv2_models-1.17.71.post1-py3-none-any.whl
| Download URL | mypy_boto3_lexv2_models-1.17.71.post1-py3-none-any.whl |
|---|---|
| Size | 21.3 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
25ef8aaac4bfde9629ffd99b59ccdb6d838db465d3b4453bb0979274915be473
|
|
BLAKE2b-256 checksum How to use checksums |
47a1325ba3aa8f9ac30bae0d1be060ce483451f5b8899661fe6eb76fcef9344e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.5
|