Skip to main content

Type annotations for boto3.LexModelsV2 1.17.69 service, generated by mypy-boto3-buider 4.10.0

Project description

mypy-boto3-lexv2-models

PyPI - mypy-boto3-lexv2-models PyPI - Python Version Docs PyPI - Downloads

boto3.typed

Type annotations for boto3.LexModelsV2 1.17.69 service compatible with VSCode, PyCharm, Emacs, Sublime Text, mypy, pyright and other tools.

Generated by mypy-boto3-buider 4.10.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:

boto3-stubs demo

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 Pylance as 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 mypy as 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-stubs to typings folder.

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 {
      ...
    }

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

mypy-boto3-lexv2-models-1.17.69.0.tar.gz (14.2 kB view details)

Uploaded Source

Built Distribution

mypy_boto3_lexv2_models-1.17.69.0-py3-none-any.whl (19.8 kB view details)

Uploaded Python 3

File details

Details for the file mypy-boto3-lexv2-models-1.17.69.0.tar.gz.

File metadata

  • Download URL: mypy-boto3-lexv2-models-1.17.69.0.tar.gz
  • Upload date:
  • Size: 14.2 kB
  • Tags: Source
  • Uploaded using 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

File hashes

Hashes for mypy-boto3-lexv2-models-1.17.69.0.tar.gz
Algorithm Hash digest
SHA256 ebac3510490f9a5e1923ec19ab48d83fb4f5d9f039be44a8df730793227091a2
MD5 93389d47220105bdb42a21c24437ed61
BLAKE2b-256 b731bc01de137324b645851caa8fe23f1433dec1df21b58ebd4d261363b63662

See more details on using hashes here.

File details

Details for the file mypy_boto3_lexv2_models-1.17.69.0-py3-none-any.whl.

File metadata

  • Download URL: mypy_boto3_lexv2_models-1.17.69.0-py3-none-any.whl
  • Upload date:
  • Size: 19.8 kB
  • Tags: Python 3
  • Uploaded using 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

File hashes

Hashes for mypy_boto3_lexv2_models-1.17.69.0-py3-none-any.whl
Algorithm Hash digest
SHA256 d7d83ef633fbe1e1ebff3033cc483a16a7c1114678220a39cc10d71301f38a0e
MD5 2932f309ab88807692abcbcc8887d6a1
BLAKE2b-256 dff5e3141f1c2016d1c314cc4d036661269c1e14dc50fc9bdf12246ffc12e7bb

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page