Type annotations for aiobotocore.LexRuntimeV2 2.1.0 service generated by mypy-boto3-builder 6.4.2
Project description
mypy-boto3-lexv2-runtime
Type annotations for boto3.LexRuntimeV2 1.20.47 service compatible with VSCode, PyCharm, Emacs, Sublime Text, mypy, pyright and other tools.
Generated by mypy-boto3-builder 6.4.2.
More information can be found on boto3-stubs page and in types-aiobotocore-lexv2-runtime docs
See how it helps to find and fix potential bugs:
How to install
VSCode extension
Add
AWS Boto3
extension to your VSCode and run AWS boto3: Quick Start
command.
Click Modify
and select boto3 common
and LexRuntimeV2
.
From PyPI with pip
Install types-aiobotocore
for LexRuntimeV2
service.
# install with aiobotocore type annotations
python -m pip install 'types-aiobotocore[lexv2-runtime]'
# Lite version does not provide session.create_client overloads
# it is more RAM-friendly, but requires explicit type annotations
python -m pip install 'types-aiobotocore-lite[lexv2-runtime]'
# standalone installation
python -m pip install types-aiobotocore-lexv2-runtime
Usage
VSCode
- Install Python extension
- Install Pylance extension
- Set
Pylance
as your Python Language Server - Install
types-aiobotocore[lexv2-runtime]
in your environment:python -m pip install 'types-aiobotocore[lexv2-runtime]'
Both type checking and auto-complete should work for LexRuntimeV2
service. No
explicit type annotations required, write your boto3
code as usual.
PyCharm
- Install
types-aiobotocore[lexv2-runtime]
in your environment:python -m pip install 'types-aiobotocore[lexv2-runtime]'
Both type checking and auto-complete should work for LexRuntimeV2
service. No
explicit type annotations required, write your aiobotocore
code as usual.
Auto-complete can be slow on big projects or if you have a lot of installed
types-aiobotocore
submodules.
Other IDEs
Not tested, but as long as your IDE supports mypy
or pyright
, everything
should work.
mypy
- Install
mypy
:python -m pip install mypy
- Install
types-aiobotocore[lexv2-runtime]
in your environment:python -m pip install 'types-aiobotocore[lexv2-runtime]'
- Run
mypy
as usual
Type checking should work for LexRuntimeV2
service. No explicit type
annotations required, write your aiobotocore
code as usual.
pyright
- Install
pyright
:yarn global add pyright
- Install
types-aiobotocore[lexv2-runtime]
in your environment:python -m pip install 'types-aiobotocore[lexv2-runtime]'
- Optionally, you can install
boto3-stubs
totypings
folder.
Type checking should work for LexRuntimeV2
service. No explicit type
annotations required, write your aiobotocore
code as usual.
Explicit type annotations
Client annotations
LexRuntimeV2Client
provides annotations for
session.create_client("lexv2-runtime")
.
from aiobotocore.session import get_session
from types_aiobotocore_lexv2_runtime import LexRuntimeV2Client
session = get_session()
async with session.create_client("lexv2-runtime") as client:
client: LexRuntimeV2Client
# now client usage is checked by mypy and IDE should provide code auto-complete
Literals
types_aiobotocore_lexv2_runtime.literals
module contains literals extracted
from shapes that can be used in user code for type checking.
from types_aiobotocore_lexv2_runtime.literals import (
ConfirmationStateType,
DialogActionTypeType,
IntentStateType,
MessageContentTypeType,
SentimentTypeType,
ShapeType,
StyleTypeType,
ServiceName,
)
def check_value(value: ConfirmationStateType) -> bool:
...
Typed dictionaries
types_aiobotocore_lexv2_runtime.type_defs
module contains structures and
shapes assembled to typed dictionaries for additional type checking.
from types_aiobotocore_lexv2_runtime.type_defs import (
ActiveContextTimeToLiveTypeDef,
ActiveContextTypeDef,
ButtonTypeDef,
ConfidenceScoreTypeDef,
DeleteSessionRequestRequestTypeDef,
DeleteSessionResponseTypeDef,
DialogActionTypeDef,
GetSessionRequestRequestTypeDef,
GetSessionResponseTypeDef,
ImageResponseCardTypeDef,
IntentTypeDef,
InterpretationTypeDef,
MessageTypeDef,
PutSessionRequestRequestTypeDef,
PutSessionResponseTypeDef,
RecognizeTextRequestRequestTypeDef,
RecognizeTextResponseTypeDef,
RecognizeUtteranceRequestRequestTypeDef,
RecognizeUtteranceResponseTypeDef,
ResponseMetadataTypeDef,
SentimentResponseTypeDef,
SentimentScoreTypeDef,
SessionStateTypeDef,
SlotTypeDef,
ValueTypeDef,
)
def get_structure() -> ActiveContextTimeToLiveTypeDef:
return {
...
}
Versioning
types-aiobotocore-lexv2-runtime
version is the same as related boto3
version and follows PEP 440
format.
Documentation
All type annotations can be found in types-aiobotocore-lexv2-runtime docs
Support and contributing
This package is auto-generated. Please reports any bugs or request new features in mypy-boto3-builder repository.
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 types-aiobotocore-lexv2-runtime-2.1.0.post1.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 53d309c0b0ebf89bd5f625507f6db434f89200270f846cdcb9dfe87786273878 |
|
MD5 | 064fb5e7c20a2c02a5626e533d2a4a8f |
|
BLAKE2b-256 | fcc76b4db4c722768f3c2d92444df476c74a0ef81d47cd1ba460a7edcecc297d |
Hashes for types_aiobotocore_lexv2_runtime-2.1.0.post1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | c57bd6eeb17fc5cf58cb5184acb89fee15131dbff1595227fe0a50d176ae4889 |
|
MD5 | 17e06141fe7a4b050b5833932d14a916 |
|
BLAKE2b-256 | 226c0b69d5801e8fd3ed92b1bc3e3b2eaac25dafdfeafc6ade250ab655148458 |