Type annotations for boto3.ApplicationInsights 1.14.41 service, generated by mypy-boto3-buider 2.2.0
Project description
mypy-boto3-application-insights
Type annotations for boto3.ApplicationInsights 1.14.41 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 ApplicationInsights
service.
python -m pip install boto3-stubs[application-insights]
How to use
Client annotations
ApplicationInsightsClient
provides annotations for boto3.client("application-insights")
.
import boto3
from mypy_boto3_application_insights import ApplicationInsightsClient
from mypy_boto3_application_insights.type_defs import ApplicationComponentTypeDef, ...
client: ApplicationInsightsClient = boto3.client("application-insights")
# 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: ApplicationInsightsClient = session.client("application-insights")
Typed dictionations
mypy_boto3_application_insights.type_defs
module contains structures and shapes assembled
to typed dictionaries for additional type checking.
def get_structure() -> ApplicationComponentTypeDef:
return {
...
}
Dynamic type annotations
mypy_boto3
command generates boto3.client/resource
type annotations for
mypy_boto3_application_insights
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("application-insights")
session_client = boto3.Session().client("application-insights")
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-application-insights-1.14.41.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 22355cb437229c11e4a93432f2331bd06c0c5c1984a21c08e55be9e72f89d5f2 |
|
MD5 | dd480af6c1e20dba4bc6ed6de2f40b40 |
|
BLAKE2b-256 | 964deee46a61de299f99b57900fdfe8af4c328d0cd287e9be2b1d6c9e121b6f6 |
Hashes for mypy_boto3_application_insights-1.14.41.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0e94d9b6294ee7ca87a89ab2442fc0424993be8d7017f9c71c284edb77a87beb |
|
MD5 | d2cb0f22462f7a8d2c522303d343ad96 |
|
BLAKE2b-256 | 923e2e0540e59668642f42cb66a1947fd3cc7c1326c9ea117750f92e73f39c7e |