Type annotations for boto3.MigrationHubConfig 1.14.51 service, generated by mypy-boto3-buider 2.3.1
Project description
mypy-boto3-migrationhub-config
Type annotations for boto3.MigrationHubConfig 1.14.51 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 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.51.1.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6e40fc05719f83932f77b22a5c777c74a49eb6dc51b23247da149db53180b886 |
|
MD5 | 1ecec3b0a4bf1993fdb28c08b0520d54 |
|
BLAKE2b-256 | dd82d4cfbfedc192daa03b56ee98054d034f436423e78dcbb6ececd060e1e0bc |
Hashes for mypy_boto3_migrationhub_config-1.14.51.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | b9091d8e6ff8f9bbc7a2d6bb9d8102fb279f905af38e8cf8d571bec1747b48ad |
|
MD5 | aa598ea675e59edabdc2e11b40903607 |
|
BLAKE2b-256 | 098d2ca13bea26a65863bdd389c93885d4c25f2395958400ab8e58d47b7e78a4 |