Type annotations for boto3.KinesisAnalytics 1.14.39 service, generated by mypy-boto3-buider 2.2.0
Project description
mypy-boto3-kinesisanalytics
Type annotations for boto3.KinesisAnalytics 1.14.39 service compatible with mypy, VSCode, PyCharm and other tools.
Generated by mypy-boto3-buider 2.2.0.
More information can be found on boto3-stubs page.
How to install
Make sure you have mypy installed and activated in your IDE.
Install boto3-stubs
for KinesisAnalytics
service.
python -m pip install boto3-stubs[kinesisanalytics]
How to use
Client annotations
KinesisAnalyticsClient
provides annotations for boto3.client("kinesisanalytics")
.
import boto3
from mypy_boto3_kinesisanalytics import KinesisAnalyticsClient
from mypy_boto3_kinesisanalytics.type_defs import ApplicationDetailTypeDef, ...
client: KinesisAnalyticsClient = boto3.client("kinesisanalytics")
# 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: KinesisAnalyticsClient = session.client("kinesisanalytics")
Typed dictionations
mypy_boto3_kinesisanalytics.type_defs
module contains structures and shapes assembled
to typed dictionaries for additional type checking.
def get_structure() -> ApplicationDetailTypeDef:
return {
...
}
Dynamic type annotations
mypy_boto3
command generates boto3.client/resource
type annotations for
mypy_boto3_kinesisanalytics
and other installed services.
# Run this command after you add or remove service packages
python -m mypy_boto3
Generated type annotations provide overloads for boto3.client
and boto3.resource
,
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 carefully if you have many services installedVSCode
does not currently support function overloads, use explicit type annotations
# Type is discovered correctly by mypy and PyCharm
# VSCode still needs explicit type annotations
client = boto3.client("kinesisanalytics")
session_client = boto3.Session().client("kinesisanalytics")
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-kinesisanalytics-1.14.39.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3e235f8f7af0b1477e14b9bb2f93d362a092415dcf9b7c9b85a85aaa01d6e4d4 |
|
MD5 | 8a70f6d4b44a57402ccf7f200641a683 |
|
BLAKE2b-256 | 6b4c8c6ca3fb4befca11cd62b047820e386944f2d5e5b5f74c728fc843c9ced9 |
Hashes for mypy_boto3_kinesisanalytics-1.14.39.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 21713d738fac8206271a00d2e0324bcf3c3fc1c5e0ab1c192e0cbbe3e6774ee1 |
|
MD5 | ceabd5318cb84db9ed7fff02ae8e55e2 |
|
BLAKE2b-256 | 437e798eab7291faba3a29012b58a5d666b26f1240a92b8c468b7dac8e802647 |