Type annotations for boto3.KinesisAnalytics 1.14.46 service, generated by mypy-boto3-buider 2.2.0
Project description
mypy-boto3-kinesisanalytics
Type annotations for boto3.KinesisAnalytics 1.14.46 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.46.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | c161c1ebeaa7acc1476a21a50d738e3815512244eab4416ca3e34e9ed87bb6fb |
|
MD5 | e6dc7539e82dc51f0e3e3c1ad1e510c8 |
|
BLAKE2b-256 | be0d095deaffa15c3a79a3ae570d07332500ec1562efb8d80f2bc1ac48f45a9e |
Hashes for mypy_boto3_kinesisanalytics-1.14.46.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | c65cdb10cae6f80a3ffba80d3810dc6c345ab782eddfdd15141db47db1f0221c |
|
MD5 | 89aea6f9f66833ec8d2a9b1da59f932f |
|
BLAKE2b-256 | c765d4da343d3ea228e954c81c8a001d9b7313ffa1fc7a49d21ba3b6b60a1115 |