Type annotations for boto3.KinesisAnalytics 1.14.11 service, generated by mypy-boto3-buider 2.2.0
Project description
mypy-boto3-kinesisanalytics
Type annotations for boto3.KinesisAnalytics 1.14.11 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.11.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | a5ce1c7be3b05151ee1fa3c1d133215c8e23fc0ab9dcb32e2a01d84169eeade3 |
|
MD5 | fa038692046c19f24929ec5d2e00b393 |
|
BLAKE2b-256 | ddc9655eb5c308c2155b891e27f6a77796ff2b264b90fc22508565a4731c99b0 |
Hashes for mypy_boto3_kinesisanalytics-1.14.11.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | da7ced09b2473d191687c1d0a1d0f28037c12f76cec6bf46f4fea5030b31e6a7 |
|
MD5 | 7cc366c4843cd2baea0cc076c7769f4c |
|
BLAKE2b-256 | b707ee2ab521253deb466af50f9921f1451ca965ef1730bf90d2495d136475e7 |