Waiters#
Index > IoTSiteWise > Waiters
Auto-generated documentation for IoTSiteWise type annotations stubs module types-boto3-iotsitewise.
AssetActiveWaiter#
Type annotations and code completion for boto3.client("iotsitewise").get_waiter("asset_active").
 boto3 documentation
# AssetActiveWaiter usage example
from boto3.session import Session
from types_boto3_iotsitewise.waiter import AssetActiveWaiter
session = Session()
client = session.client("iotsitewise")  # (1)
waiter: AssetActiveWaiter = client.get_waiter("asset_active")  # (2)
await waiter.wait(...)- client: IoTSiteWiseClient
- waiter: AssetActiveWaiter
wait#
Type annotations and code completion for AssetActiveWaiter.wait method.
# wait method definition
def wait(
    self,
    *,
    assetId: str,
    excludeProperties: bool = ...,
    WaiterConfig: WaiterConfigTypeDef = ...,  # (1)
) -> None:
    ...# wait method usage example with argument unpacking
kwargs: DescribeAssetRequestWaitExtraTypeDef = {  # (1)
    "assetId": ...,
}
parent.wait(**kwargs)AssetModelActiveWaiter#
Type annotations and code completion for boto3.client("iotsitewise").get_waiter("asset_model_active").
 boto3 documentation
# AssetModelActiveWaiter usage example
from boto3.session import Session
from types_boto3_iotsitewise.waiter import AssetModelActiveWaiter
session = Session()
client = session.client("iotsitewise")  # (1)
waiter: AssetModelActiveWaiter = client.get_waiter("asset_model_active")  # (2)
await waiter.wait(...)- client: IoTSiteWiseClient
- waiter: AssetModelActiveWaiter
wait#
Type annotations and code completion for AssetModelActiveWaiter.wait method.
# wait method definition
def wait(
    self,
    *,
    assetModelId: str,
    excludeProperties: bool = ...,
    assetModelVersion: str = ...,
    WaiterConfig: WaiterConfigTypeDef = ...,  # (1)
) -> None:
    ...# wait method usage example with argument unpacking
kwargs: DescribeAssetModelRequestWaitExtraTypeDef = {  # (1)
    "assetModelId": ...,
}
parent.wait(**kwargs)AssetModelNotExistsWaiter#
Type annotations and code completion for boto3.client("iotsitewise").get_waiter("asset_model_not_exists").
 boto3 documentation
# AssetModelNotExistsWaiter usage example
from boto3.session import Session
from types_boto3_iotsitewise.waiter import AssetModelNotExistsWaiter
session = Session()
client = session.client("iotsitewise")  # (1)
waiter: AssetModelNotExistsWaiter = client.get_waiter("asset_model_not_exists")  # (2)
await waiter.wait(...)- client: IoTSiteWiseClient
- waiter: AssetModelNotExistsWaiter
wait#
Type annotations and code completion for AssetModelNotExistsWaiter.wait method.
# wait method definition
def wait(
    self,
    *,
    assetModelId: str,
    excludeProperties: bool = ...,
    assetModelVersion: str = ...,
    WaiterConfig: WaiterConfigTypeDef = ...,  # (1)
) -> None:
    ...# wait method usage example with argument unpacking
kwargs: DescribeAssetModelRequestWaitTypeDef = {  # (1)
    "assetModelId": ...,
}
parent.wait(**kwargs)AssetNotExistsWaiter#
Type annotations and code completion for boto3.client("iotsitewise").get_waiter("asset_not_exists").
 boto3 documentation
# AssetNotExistsWaiter usage example
from boto3.session import Session
from types_boto3_iotsitewise.waiter import AssetNotExistsWaiter
session = Session()
client = session.client("iotsitewise")  # (1)
waiter: AssetNotExistsWaiter = client.get_waiter("asset_not_exists")  # (2)
await waiter.wait(...)- client: IoTSiteWiseClient
- waiter: AssetNotExistsWaiter
wait#
Type annotations and code completion for AssetNotExistsWaiter.wait method.
# wait method definition
def wait(
    self,
    *,
    assetId: str,
    excludeProperties: bool = ...,
    WaiterConfig: WaiterConfigTypeDef = ...,  # (1)
) -> None:
    ...# wait method usage example with argument unpacking
kwargs: DescribeAssetRequestWaitTypeDef = {  # (1)
    "assetId": ...,
}
parent.wait(**kwargs)PortalActiveWaiter#
Type annotations and code completion for boto3.client("iotsitewise").get_waiter("portal_active").
 boto3 documentation
# PortalActiveWaiter usage example
from boto3.session import Session
from types_boto3_iotsitewise.waiter import PortalActiveWaiter
session = Session()
client = session.client("iotsitewise")  # (1)
waiter: PortalActiveWaiter = client.get_waiter("portal_active")  # (2)
await waiter.wait(...)- client: IoTSiteWiseClient
- waiter: PortalActiveWaiter
wait#
Type annotations and code completion for PortalActiveWaiter.wait method.
# wait method definition
def wait(
    self,
    *,
    portalId: str,
    WaiterConfig: WaiterConfigTypeDef = ...,  # (1)
) -> None:
    ...# wait method usage example with argument unpacking
kwargs: DescribePortalRequestWaitExtraTypeDef = {  # (1)
    "portalId": ...,
}
parent.wait(**kwargs)PortalNotExistsWaiter#
Type annotations and code completion for boto3.client("iotsitewise").get_waiter("portal_not_exists").
 boto3 documentation
# PortalNotExistsWaiter usage example
from boto3.session import Session
from types_boto3_iotsitewise.waiter import PortalNotExistsWaiter
session = Session()
client = session.client("iotsitewise")  # (1)
waiter: PortalNotExistsWaiter = client.get_waiter("portal_not_exists")  # (2)
await waiter.wait(...)- client: IoTSiteWiseClient
- waiter: PortalNotExistsWaiter
wait#
Type annotations and code completion for PortalNotExistsWaiter.wait method.
# wait method definition
def wait(
    self,
    *,
    portalId: str,
    WaiterConfig: WaiterConfigTypeDef = ...,  # (1)
) -> None:
    ...# wait method usage example with argument unpacking
kwargs: DescribePortalRequestWaitTypeDef = {  # (1)
    "portalId": ...,
}
parent.wait(**kwargs)