mypy-boto3-lexv2-models
Type annotations for boto3.LexModelsV2 1.17.82 service compatible with VSCode, PyCharm, Emacs, Sublime Text, mypy, pyright and other tools.
Generated by mypy-boto3-buider 4.14.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 (
BotAliasStatusType,
BotFilterNameType,
BotFilterOperatorType,
BotLocaleFilterNameType,
BotLocaleFilterOperatorType,
BotLocaleSortAttributeType,
BotLocaleStatusType,
BotSortAttributeType,
BotStatusType,
BotVersionSortAttributeType,
BuiltInIntentSortAttributeType,
BuiltInSlotTypeSortAttributeType,
EffectType,
ExportFilterNameType,
ExportFilterOperatorType,
ExportSortAttributeType,
ExportStatusType,
ImportExportFileFormatType,
ImportFilterNameType,
ImportFilterOperatorType,
ImportSortAttributeType,
ImportStatusType,
IntentFilterNameType,
IntentFilterOperatorType,
IntentSortAttributeType,
MergeStrategyType,
ObfuscationSettingTypeType,
SlotConstraintType,
SlotFilterNameType,
SlotFilterOperatorType,
SlotSortAttributeType,
SlotTypeFilterNameType,
SlotTypeFilterOperatorType,
SlotTypeSortAttributeType,
SlotValueResolutionStrategyType,
SortOrderType,
)
def check_value(value: BotAliasStatusType) -> 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,
BotExportSpecificationTypeDef,
BotFilterTypeDef,
BotImportSpecificationTypeDef,
BotLocaleExportSpecificationTypeDef,
BotLocaleFilterTypeDef,
BotLocaleHistoryEventTypeDef,
BotLocaleImportSpecificationTypeDef,
BotLocaleSortByTypeDef,
BotLocaleSummaryTypeDef,
BotSortByTypeDef,
BotSummaryTypeDef,
BotVersionLocaleDetailsTypeDef,
BotVersionSortByTypeDef,
BotVersionSummaryTypeDef,
BuildBotLocaleResponseTypeDef,
BuiltInIntentSortByTypeDef,
BuiltInIntentSummaryTypeDef,
BuiltInSlotTypeSortByTypeDef,
BuiltInSlotTypeSummaryTypeDef,
ButtonTypeDef,
CloudWatchLogGroupLogDestinationTypeDef,
CodeHookSpecificationTypeDef,
ConversationLogSettingsTypeDef,
CreateBotAliasResponseTypeDef,
CreateBotLocaleResponseTypeDef,
CreateBotResponseTypeDef,
CreateBotVersionResponseTypeDef,
CreateExportResponseTypeDef,
CreateIntentResponseTypeDef,
CreateResourcePolicyResponseTypeDef,
CreateResourcePolicyStatementResponseTypeDef,
CreateSlotResponseTypeDef,
CreateSlotTypeResponseTypeDef,
CreateUploadUrlResponseTypeDef,
CustomPayloadTypeDef,
DataPrivacyTypeDef,
DeleteBotAliasResponseTypeDef,
DeleteBotLocaleResponseTypeDef,
DeleteBotResponseTypeDef,
DeleteBotVersionResponseTypeDef,
DeleteExportResponseTypeDef,
DeleteImportResponseTypeDef,
DeleteResourcePolicyResponseTypeDef,
DeleteResourcePolicyStatementResponseTypeDef,
DescribeBotAliasResponseTypeDef,
DescribeBotLocaleResponseTypeDef,
DescribeBotResponseTypeDef,
DescribeBotVersionResponseTypeDef,
DescribeExportResponseTypeDef,
DescribeImportResponseTypeDef,
DescribeIntentResponseTypeDef,
DescribeResourcePolicyResponseTypeDef,
DescribeSlotResponseTypeDef,
DescribeSlotTypeResponseTypeDef,
DialogCodeHookSettingsTypeDef,
ExportFilterTypeDef,
ExportResourceSpecificationTypeDef,
ExportSortByTypeDef,
ExportSummaryTypeDef,
FulfillmentCodeHookSettingsTypeDef,
ImageResponseCardTypeDef,
ImportFilterTypeDef,
ImportResourceSpecificationTypeDef,
ImportSortByTypeDef,
ImportSummaryTypeDef,
InputContextTypeDef,
IntentClosingSettingTypeDef,
IntentConfirmationSettingTypeDef,
IntentFilterTypeDef,
IntentSortByTypeDef,
IntentSummaryTypeDef,
KendraConfigurationTypeDef,
LambdaCodeHookTypeDef,
ListBotAliasesResponseTypeDef,
ListBotLocalesResponseTypeDef,
ListBotVersionsResponseTypeDef,
ListBotsResponseTypeDef,
ListBuiltInIntentsResponseTypeDef,
ListBuiltInSlotTypesResponseTypeDef,
ListExportsResponseTypeDef,
ListImportsResponseTypeDef,
ListIntentsResponseTypeDef,
ListSlotTypesResponseTypeDef,
ListSlotsResponseTypeDef,
ListTagsForResourceResponseTypeDef,
MessageGroupTypeDef,
MessageTypeDef,
ObfuscationSettingTypeDef,
OutputContextTypeDef,
PlainTextMessageTypeDef,
PrincipalTypeDef,
PromptSpecificationTypeDef,
ResponseSpecificationTypeDef,
S3BucketLogDestinationTypeDef,
SSMLMessageTypeDef,
SampleUtteranceTypeDef,
SampleValueTypeDef,
SentimentAnalysisSettingsTypeDef,
SlotDefaultValueSpecificationTypeDef,
SlotDefaultValueTypeDef,
SlotFilterTypeDef,
SlotPriorityTypeDef,
SlotSortByTypeDef,
SlotSummaryTypeDef,
SlotTypeFilterTypeDef,
SlotTypeSortByTypeDef,
SlotTypeSummaryTypeDef,
SlotTypeValueTypeDef,
SlotValueElicitationSettingTypeDef,
SlotValueRegexFilterTypeDef,
SlotValueSelectionSettingTypeDef,
StartImportResponseTypeDef,
StillWaitingResponseSpecificationTypeDef,
TextLogDestinationTypeDef,
TextLogSettingTypeDef,
UpdateBotAliasResponseTypeDef,
UpdateBotLocaleResponseTypeDef,
UpdateBotResponseTypeDef,
UpdateExportResponseTypeDef,
UpdateIntentResponseTypeDef,
UpdateResourcePolicyResponseTypeDef,
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.82
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.82.tar.gz | 23.0 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| mypy_boto3_lexv2_models-1.17.82-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 47.8 kB
Release files / mypy-boto3-lexv2-models-1.17.82.tar.gz
| Download URL | mypy-boto3-lexv2-models-1.17.82.tar.gz |
|---|---|
| Size | 23.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
ea63060f5a071798898fecbf8a677b1bf5d261aea9fade4664883f3676a19032
|
|
BLAKE2b-256 checksum How to use checksums |
7ef9572aa39fff72015c017b743e3d2ddc80adca689dc89e99f3a264c08e8c2e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.4.1 importlib_metadata/4.2.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.0 CPython/3.9.5
|
Release files / mypy_boto3_lexv2_models-1.17.82-py3-none-any.whl
| Download URL | mypy_boto3_lexv2_models-1.17.82-py3-none-any.whl |
|---|---|
| Size | 24.8 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
e9bc6bfe9753ca32b81e49368eb27008d2acf6a264c66f1f628ed7fd1621cf35
|
|
BLAKE2b-256 checksum How to use checksums |
804ce382de58f8fe830b040860a1d5e03c4f7c7a296682d3426851a9f3f3af6e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.4.1 importlib_metadata/4.2.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.0 CPython/3.9.5
|