Type annotations for boto3.IoTSiteWise 1.14.43 service, generated by mypy-boto3-buider 2.2.0
Project description
mypy-boto3-iotsitewise
Type annotations for boto3.IoTSiteWise 1.14.43 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.43.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4d1c3f12ac21b8144d1b85ac74c920505a397025c0b627071ab7999558e207fa |
|
MD5 | 3c083bc2eca5ea3ec619f3734753640e |
|
BLAKE2b-256 | 34f7131c2b165a9b26761248a8c0c4a9477d9175c601fb4acfcabc66aa69d286 |
Hashes for mypy_boto3_iotsitewise-1.14.43.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 125afc3d45a611e19ecb1ad7adc977d0e274e6bcb568ec8c89d6b05d1ca9e7fc |
|
MD5 | 5c5a3b383b5ce706a87faa852b328af1 |
|
BLAKE2b-256 | 5813d7a10375ae5825ee8633236552e3a0d8aa04f905a97fa6c69cbbbd51c52a |