Type annotations for boto3.MigrationHubConfig 1.14.18 service, generated by mypy-boto3-buider 2.2.0
Project description
mypy-boto3-migrationhub-config
Type annotations for boto3.MigrationHubConfig 1.14.18 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 MigrationHubConfig
service.
python -m pip install boto3-stubs[migrationhub-config]
How to use
Client annotations
MigrationHubConfigClient
provides annotations for boto3.client("migrationhub-config")
.
import boto3
from mypy_boto3_migrationhub_config import MigrationHubConfigClient
from mypy_boto3_migrationhub_config.type_defs import HomeRegionControlTypeDef, ...
client: MigrationHubConfigClient = boto3.client("migrationhub-config")
# 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: MigrationHubConfigClient = session.client("migrationhub-config")
Typed dictionations
mypy_boto3_migrationhub_config.type_defs
module contains structures and shapes assembled
to typed dictionaries for additional type checking.
def get_structure() -> HomeRegionControlTypeDef:
return {
...
}
Dynamic type annotations
mypy_boto3
command generates boto3.client/resource
type annotations for
mypy_boto3_migrationhub_config
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("migrationhub-config")
session_client = boto3.Session().client("migrationhub-config")
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-migrationhub-config-1.14.18.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 84eafc6b1294293ad47ba43ec923ba6f5de416dfd35ce40885f745e339f914a4 |
|
MD5 | 9a2de897b145f2b85d1fb7820e5a6d7a |
|
BLAKE2b-256 | f428c2fffd1d7c35526409a605e73152d8127b3cb577c85f909e2f2e8113b87e |
Hashes for mypy_boto3_migrationhub_config-1.14.18.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | fbc5c043eecf7ddbe30ddfaa3e487bf903bdae5c6bf8eb263bc86395f48d91fd |
|
MD5 | 93036a582548661bb50f59c8b432057b |
|
BLAKE2b-256 | 3a910db702b47fb06a682201bb77293934fc852810fa182953b66f31792d7098 |