Type annotations for boto3.IoTSiteWise 1.14.48 service, generated by mypy-boto3-buider 2.2.0
Project description
mypy-boto3-iotsitewise
Type annotations for boto3.IoTSiteWise 1.14.48 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 IoTSiteWise
service.
python -m pip install boto3-stubs[iotsitewise]
How to use
Client annotations
IoTSiteWiseClient
provides annotations for boto3.client("iotsitewise")
.
import boto3
from mypy_boto3_iotsitewise import IoTSiteWiseClient
from mypy_boto3_iotsitewise.paginator import (
GetAssetPropertyAggregatesPaginator,
GetAssetPropertyValueHistoryPaginator,
ListAccessPoliciesPaginator,
ListAssetModelsPaginator,
ListAssetsPaginator,
ListAssociatedAssetsPaginator,
ListDashboardsPaginator,
ListGatewaysPaginator,
ListPortalsPaginator,
ListProjectAssetsPaginator,
ListProjectsPaginator,
)
from mypy_boto3_iotsitewise.type_defs import AccessPolicySummaryTypeDef, ...
from mypy_boto3_iotsitewise.waiter import (
AssetActiveWaiter,
AssetModelActiveWaiter,
AssetModelNotExistsWaiter,
AssetNotExistsWaiter,
PortalActiveWaiter,
PortalNotExistsWaiter,
)
client: IoTSiteWiseClient = boto3.client("iotsitewise")
# 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: IoTSiteWiseClient = session.client("iotsitewise")
Paginators annotations
mypy_boto3_iotsitewise.paginator
module contains type annotations for all paginators.
client: IoTSiteWiseClient = boto3.client("iotsitewise")
# Explicit type annotations are optional here
# Type should be correctly discovered by mypy and IDEs
# VSCode requires explicit type annotations
get_asset_property_aggregates_paginator: GetAssetPropertyAggregatesPaginator = client.get_paginator("get_asset_property_aggregates")
get_asset_property_value_history_paginator: GetAssetPropertyValueHistoryPaginator = client.get_paginator("get_asset_property_value_history")
list_access_policies_paginator: ListAccessPoliciesPaginator = client.get_paginator("list_access_policies")
list_asset_models_paginator: ListAssetModelsPaginator = client.get_paginator("list_asset_models")
list_assets_paginator: ListAssetsPaginator = client.get_paginator("list_assets")
list_associated_assets_paginator: ListAssociatedAssetsPaginator = client.get_paginator("list_associated_assets")
list_dashboards_paginator: ListDashboardsPaginator = client.get_paginator("list_dashboards")
list_gateways_paginator: ListGatewaysPaginator = client.get_paginator("list_gateways")
list_portals_paginator: ListPortalsPaginator = client.get_paginator("list_portals")
list_project_assets_paginator: ListProjectAssetsPaginator = client.get_paginator("list_project_assets")
list_projects_paginator: ListProjectsPaginator = client.get_paginator("list_projects")
Waiters annotations
mypy_boto3_iotsitewise.waiter
module contains type annotations for all waiters.
client: IoTSiteWiseClient = boto3.client("iotsitewise")
# Explicit type annotations are optional here
# Type should be correctly discovered by mypy and IDEs
# VSCode requires explicit type annotations
asset_active_waiter: AssetActiveWaiter = client.get_waiter("asset_active")
asset_model_active_waiter: AssetModelActiveWaiter = client.get_waiter("asset_model_active")
asset_model_not_exists_waiter: AssetModelNotExistsWaiter = client.get_waiter("asset_model_not_exists")
asset_not_exists_waiter: AssetNotExistsWaiter = client.get_waiter("asset_not_exists")
portal_active_waiter: PortalActiveWaiter = client.get_waiter("portal_active")
portal_not_exists_waiter: PortalNotExistsWaiter = client.get_waiter("portal_not_exists")
Typed dictionations
mypy_boto3_iotsitewise.type_defs
module contains structures and shapes assembled
to typed dictionaries for additional type checking.
def get_structure() -> AccessPolicySummaryTypeDef:
return {
...
}
Dynamic type annotations
mypy_boto3
command generates boto3.client/resource
type annotations for
mypy_boto3_iotsitewise
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("iotsitewise")
session_client = boto3.Session().client("iotsitewise")
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-iotsitewise-1.14.48.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 991387047a1ded675a449cb6db231d1c8ec5690f5e7d8e60abf0236b7f7a7819 |
|
MD5 | 842b9f81ec7ac1885acb073b1c39d2d9 |
|
BLAKE2b-256 | 8d8c1823c290eb3dd1cbfcff68355bdf244fd512151e5c9f630338ab50876322 |
Hashes for mypy_boto3_iotsitewise-1.14.48.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | e486303b1a7df32cdeb4c23859d0dc0d2428ed43d6c5f761c783539273b2e0b4 |
|
MD5 | 299d55ef5b05faa5d00e508aec5a9868 |
|
BLAKE2b-256 | 9da39744e7828220915a521962e83e9b2199a218524ef69c77997488dba4f342 |