IoTSiteWise#
Client#
- class IoTSiteWise.Client#
A low-level client representing AWS IoT SiteWise
Welcome to the IoT SiteWise API Reference. IoT SiteWise is an Amazon Web Services service that connects Industrial Internet of Things (IIoT) devices to the power of the Amazon Web Services Cloud. For more information, see the IoT SiteWise User Guide. For information about IoT SiteWise quotas, see Quotas in the IoT SiteWise User Guide.
import boto3 client = boto3.client('iotsitewise')
These are the available methods:
- associate_assets
- associate_time_series_to_asset_property
- batch_associate_project_assets
- batch_disassociate_project_assets
- batch_get_asset_property_aggregates
- batch_get_asset_property_value
- batch_get_asset_property_value_history
- batch_put_asset_property_value
- can_paginate
- close
- create_access_policy
- create_asset
- create_asset_model
- create_bulk_import_job
- create_dashboard
- create_gateway
- create_portal
- create_project
- delete_access_policy
- delete_asset
- delete_asset_model
- delete_dashboard
- delete_gateway
- delete_portal
- delete_project
- delete_time_series
- describe_access_policy
- describe_asset
- describe_asset_model
- describe_asset_property
- describe_bulk_import_job
- describe_dashboard
- describe_default_encryption_configuration
- describe_gateway
- describe_gateway_capability_configuration
- describe_logging_options
- describe_portal
- describe_project
- describe_storage_configuration
- describe_time_series
- disassociate_assets
- disassociate_time_series_from_asset_property
- get_asset_property_aggregates
- get_asset_property_value
- get_asset_property_value_history
- get_interpolated_asset_property_values
- get_paginator
- get_waiter
- list_access_policies
- list_asset_model_properties
- list_asset_models
- list_asset_properties
- list_asset_relationships
- list_assets
- list_associated_assets
- list_bulk_import_jobs
- list_dashboards
- list_gateways
- list_portals
- list_project_assets
- list_projects
- list_tags_for_resource
- list_time_series
- put_default_encryption_configuration
- put_logging_options
- put_storage_configuration
- tag_resource
- untag_resource
- update_access_policy
- update_asset
- update_asset_model
- update_asset_property
- update_dashboard
- update_gateway
- update_gateway_capability_configuration
- update_portal
- update_project
Paginators#
Paginators are available on a client instance via the get_paginator
method. For more detailed instructions and examples on the usage of paginators, see the paginators user guide.
The available paginators are:
- GetAssetPropertyAggregates
- GetAssetPropertyValueHistory
- GetInterpolatedAssetPropertyValues
- ListAccessPolicies
- ListAssetModelProperties
- ListAssetModels
- ListAssetProperties
- ListAssetRelationships
- ListAssets
- ListAssociatedAssets
- ListBulkImportJobs
- ListDashboards
- ListGateways
- ListPortals
- ListProjectAssets
- ListProjects
- ListTimeSeries
Waiters#
Waiters are available on a client instance via the get_waiter
method. For more detailed instructions and examples on the usage or waiters, see the waiters user guide.
The available waiters are: