Type annotations for boto3.EC2InstanceConnect 1.13.26 service, generated by mypy-boto3-buider 2.0.2
Project description
mypy-boto3-ec2-instance-connect
Type annotations for boto3.EC2InstanceConnect 1.13.26 service compatible with mypy, VSCode, PyCharm and other tools.
Generated by mypy-boto3-buider 2.0.2.
More information can be found on boto3-stubs page.
How to use
Make sure you have mypy installed and activated in your IDE.
Install boto3-stubs for EC2InstanceConnect service.
python -m pip install boto3-stubs[ec2-instance-connect]
# update installed packages index for automated type discovery
python -m mypy_boto3
Use boto3 with mypy_boto3_ec2_instance_connect in your project and enjoy type checking and auto-complete.
import boto3
from mypy_boto3_ec2_instance_connect import EC2InstanceConnectClient
# Now mypy can check if your code is valid.
client: EC2InstanceConnectClient = boto3.client("ec2-instance-connect")
# works for session as well
session = boto3.session.Session(region="us-west-1")
session_client: EC2InstanceConnectClient = session.client("ec2-instance-connect")
Automated type discovery
mypy_boto3 package can generate index for mypy_boto3_ec2_instance_connect and other installed services.
# Run this command when you add or remove service packages
python -m mypy_boto3
Generated index provides overloads for boto3.client and boto3.service,
boto3.Session.client and boto3.Session.resource functions,
so explicit type annotations are not needed.
mypysupports function overloads as expectedPyCharmalso supports function overloads, but consumes a lot of RAM, use carefullyVSCodedoes not currently support function overloads
Also, generated index allows you to import types from mypy_boto3:
# you can replace imports
import mypy_boto3_ec2_instance_connect as ec2_instance_connect
from mypy_boto3_ec2_instance_connect import EC2InstanceConnectClient
# with these
from mypy_boto3 import ec2_instance_connect
from mypy_boto3.ec2_instance_connect import EC2InstanceConnectClient
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file mypy-boto3-ec2-instance-connect-1.13.26.0.tar.gz.
File metadata
- Download URL: mypy-boto3-ec2-instance-connect-1.13.26.0.tar.gz
- Upload date:
- Size: 4.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.8.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c1ffbf7c63510f9f9e550c9c10636b224373c9da994e52d080a68d9f7a23b9f0
|
|
| MD5 |
bf8377176c8cfa4f9697e0f237fdf6d1
|
|
| BLAKE2b-256 |
52adacd709aa298d9acc7f26ed96d86864df8a2875bdc489bc541e132129eb08
|
File details
Details for the file mypy_boto3_ec2_instance_connect-1.13.26.0-py3-none-any.whl.
File metadata
- Download URL: mypy_boto3_ec2_instance_connect-1.13.26.0-py3-none-any.whl
- Upload date:
- Size: 5.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.8.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a23fbbc79c1bf287a49332656568fe131be9fe5c4f1f7dc86506024d9dda5e46
|
|
| MD5 |
b00a88e3ec6d0e85d4b1ab3b30d32d5d
|
|
| BLAKE2b-256 |
a8bccab00ab5eb31cdbecc556926d7c05a2df12ae1c5303da3320a925c7cd2f6
|