Type annotations for boto3.KinesisAnalytics 1.14.52 service, generated by mypy-boto3-buider 2.3.1
Project description
mypy-boto3-kinesisanalytics
Type annotations for boto3.KinesisAnalytics 1.14.52 service compatible with mypy, VSCode, PyCharm and other tools.
Generated by mypy-boto3-buider 2.3.1.
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.52.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | f10ddde1808ad6f6bf73078dba8f040002e5022fad066f6c542268af6871393a |
|
MD5 | a279fd7d264e104a133f64b8507679bc |
|
BLAKE2b-256 | 9a9e1a9450c351496921667761239311c42cc1c64e9bb3c0c333fe992b8ea009 |
Hashes for mypy_boto3_kinesisanalytics-1.14.52.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 49fb0ee803bcfeafe39ee3d8c8c1adab9f69daa185de171147e40e0a984a8ad4 |
|
MD5 | 84ee57e8959d6eb9897186f4706729fd |
|
BLAKE2b-256 | 7d3c0418c0af286d5312d84a3ee2730499314847640a1c46a918c4bcd980b2ad |