Type annotations for boto3.IoTSiteWise 1.14.34 service, generated by mypy-boto3-buider 2.2.0
Project description
mypy-boto3-iotsitewise
Type annotations for boto3.IoTSiteWise 1.14.34 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.34.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | e4b72fd89d7005c59e26858f3531d916b00b599677537fd5d8c13999a76ae8bb |
|
MD5 | 048b9bcc81f34d0781fd08d09ed7e99c |
|
BLAKE2b-256 | 60874ee6a21a6f19744ef5a401247590bc3360ad68b40dc6dc7d206558d21c8f |
Hashes for mypy_boto3_iotsitewise-1.14.34.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2054adda9765e5b70673b26d5dd70b644af5e341b4b31d7faf8c28cad56c19dc |
|
MD5 | cf84cfca65431853009e19cb765dc155 |
|
BLAKE2b-256 | a2b1f7ffb1483072fdf11e320457e3709de38e383b192071347ba27c039e1211 |