Package-level declarations
Types
Access is denied.
Contains an access policy that defines an identity's access to an IoT SiteWise Monitor resource.
Contains a definition for an action.
The JSON payload of the action.
Contains the summary of the actions.
Contains aggregated asset property values (for example, average, minimum, and maximum).
Contains the (pre-calculated) aggregate values for an asset property.
Contains the configuration information of an alarm created in an IoT SiteWise Monitor portal. You can use the alarm to monitor an asset property and get notified when the asset property value is outside a specified range. For more information, see Monitoring with alarms in the IoT SiteWise Application Guide.
Contains information about a composite model in an asset. This object contains the asset's properties that you define in the composite model.
Represents one level between a composite model and the root of the asset.
Contains a summary of the composite model for a specific asset.
Contains error details for the requested associate project asset action.
Describes an asset hierarchy that contains a hierarchy's name and ID.
Contains information about a parent asset and a child asset that are related through an asset hierarchy.
Contains information about a composite model in an asset model. This object contains the asset property definitions that you define in the composite model.
Contains a composite model definition in an asset model. This composite model definition is applied to all assets created from the asset model.
Represents one level between a composite model and the root of the asset model.
Contains a summary of the composite model.
Describes an asset hierarchy that contains a hierarchy's name, ID, and child asset model ID that specifies the type of asset that can be in this hierarchy.
Contains an asset model hierarchy used in asset model creation. An asset model hierarchy determines the kind (or type) of asset that can belong to a hierarchy.
Contains information about an asset model property.
Contains an asset model property definition. This property definition is applied to all assets created from the asset model.
Represents one level between a property and the root of the asset model.
Contains a summary of a property associated with a model.
Contains current status information for an asset model. For more information, see Asset and model states in the IoT SiteWise User Guide.
Contains a summary of an asset model.
Contains asset property information.
Represents one level between a property and the root of the asset.
Contains a summary of a property associated with an asset.
Contains asset property value information.
Contains information about assets that are related to one another.
Contains information about the current status of an asset. For more information, see Asset and model states in the IoT SiteWise User Guide.
Contains a summary of an asset.
Contains a summary of an associated asset.
Contains an asset attribute property. For more information, see Attributes in the IoT SiteWise User Guide.
Contains information for an asset property aggregate entry that is associated with the BatchGetAssetPropertyAggregates API.
Contains error information for an asset property aggregate entry that is associated with the BatchGetAssetPropertyAggregates API.
Contains the error code and the timestamp for an asset property aggregate entry that is associated with the BatchGetAssetPropertyAggregates API.
Contains information for an entry that has been processed by the previous BatchGetAssetPropertyAggregates request.
Contains success information for an entry that is associated with the BatchGetAssetPropertyAggregates API.
Contains information for an asset property value entry that is associated with the BatchGetAssetPropertyValue API.
Contains error information for an asset property value entry that is associated with the BatchGetAssetPropertyValue API.
The error information, such as the error code and the timestamp.
Contains information for an asset property historical value entry that is associated with the BatchGetAssetPropertyValueHistory API.
A list of the errors (if any) associated with the batch request. Each error entry contains the entryId
of the entry that failed.
The error information, such as the error code and the timestamp.
Contains information for an entry that has been processed by the previous BatchGetAssetPropertyValueHistory request.
Contains success information for an entry that is associated with the BatchGetAssetPropertyValueHistory API.
Contains information for an entry that has been processed by the previous BatchGetAssetPropertyValue request.
Contains success information for an entry that is associated with the BatchGetAssetPropertyValue API.
Contains error information from updating a batch of asset property values.
Contains error information for asset property value entries that are associated with the BatchPutAssetPropertyValue API.
A description of the column in the query results.
The data type of the column.
Contains information about a composite model property on an asset.
Represents a composite model that composed an asset model of type COMPONENT_MODEL
.
Contains a summary of the components of the composite model.
Contains the details of an IoT SiteWise configuration error.
Contains current status information for the configuration.
Your request has conflicting operations. This can occur if you're trying to perform more than one operation on the same resource at the same time.
Contains information about a customer managed Amazon S3 bucket.
Contains a dashboard summary.
Contains information about the dataset use and it's source.
The data source for the dataset.
The status of the dataset. This contains the state and any error messages. The state is ACTIVE
when ready to use.
The summary details for the dataset.
Contains detailed error information.
Contains the details of an IoT SiteWise error.
The Amazon S3 destination where errors associated with the job creation request are saved.
Contains expression variable information.
The file format of the data in S3.
The forwarding configuration for a given property.
Contains a summary of a gateway capability configuration.
Contains a gateway's platform information.
Contains a summary of a gateway.
Contains details for a gateway that runs on IoT Greengrass. To create a gateway that runs on IoT Greengrass, you must add the IoT SiteWise connector to a Greengrass group and deploy it. Your Greengrass group must also have permissions to upload data to IoT SiteWise. For more information, see Ingesting data using a gateway in the IoT SiteWise User Guide.
Contains details for a gateway that runs on IoT Greengrass V2. To create a gateway that runs on IoT Greengrass V2, you must deploy the IoT SiteWise Edge component to your gateway device. Your Greengrass device role must use the AWSIoTSiteWiseEdgeAccess
policy. For more information, see Using IoT SiteWise at the edge in the IoT SiteWise User Guide.
Contains information for a group identity in an access policy.
Contains information about an Identity and Access Management role. For more information, see IAM roles in the IAM User Guide.
Contains information about an Identity and Access Management user.
Contains an image that is uploaded to IoT SiteWise and available at a URL.
IoT SiteWise can't process your request right now. Try again later.
Contains information about an interpolated asset property value.
The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters. Check your request and try again.
This contains the SiteWise Assistant's response and the corresponding citation.
Base class for all service related exceptions thrown by the IotSiteWise client
Contains the configuration information of a job, such as the file format used to save data in Amazon S3.
Contains the job summary information.
The source details for the Kendra dataset source.
You've reached the limit for a resource. For example, this can occur if you're trying to associate more than the allowed number of child assets or attempting to create more than the allowed number of properties for an asset model.
Contains logging options.
Contains an asset measurement property. For more information, see Measurements in the IoT SiteWise User Guide.
The processing configuration for the given measurement property. You can configure measurements to be kept at the edge or forwarded to the Amazon Web Services Cloud. By default, measurements are forwarded to the cloud.
The processing configuration for the given metric property. You can configure metrics to be computed at the edge or in the Amazon Web Services Cloud. By default, metrics are forwarded to the cloud.
Contains a time interval window used for data aggregate computations (for example, average, sum, count, and so on).
Contains IoT SiteWise Monitor error details.
Contains information about the storage destination.
Identifies an IoT SiteWise Monitor portal.
Contains information about the current status of a portal.
Contains a portal summary.
The configuration entry associated with the specific portal type. The portalTypeConfiguration
is a map of the portalTypeKey
to the PortalTypeEntry
.
The precondition in one or more of the request-header fields evaluated to FALSE
.
Identifies a specific IoT SiteWise Monitor project.
Contains project summary information.
Contains asset property value notification information. When the notification state is enabled, IoT SiteWise publishes property value updates to a unique MQTT topic. For more information, see Interacting with other services in the IoT SiteWise User Guide.
Contains a property type, which can be one of attribute
, measurement
, metric
, or transform
.
The value type of null asset property data with BAD and UNCERTAIN qualities.
Contains a list of value updates for an asset property in the list of asset entries consumed by the BatchPutAssetPropertyValue API operation.
The query timed out.
The resource already exists.
The requested resource can't be found.
Contains the response, citation, and trace from the SiteWise Assistant.
The number of days your data is kept in the hot tier. By default, your data is kept indefinitely in the hot tier.
The requested service is unavailable.
The details of the dataset source associated with the dataset.
The resource the action will be taken on.
Your request exceeded a rate limit. For example, you might have exceeded the number of IoT SiteWise assets that can be created per second, the allowed number of messages per second, and so on.
Contains a timestamp with optional nanosecond granularity.
Contains a summary of a time series (data stream).
You've reached the limit for the number of tags allowed for a resource. For more information, see Tag naming limits and requirements in the Amazon Web Services General Reference.
Contains an asset transform property. A transform is a one-to-one mapping of a property's data points from one form to another. For example, you can use a transform to convert a Celsius data stream to Fahrenheit by applying the transformation expression to each data point of the Celsius stream. A transform can only have a data type of DOUBLE
and consume properties with data types of INTEGER
or DOUBLE
.
The processing configuration for the given transform property. You can configure transforms to be kept at the edge or forwarded to the Amazon Web Services Cloud. You can also configure transforms to be computed at the edge or in the cloud.
Contains a tumbling window, which is a repeating fixed-sized, non-overlapping, and contiguous time window. You can use this window in metrics to aggregate data from properties and other assets.
You are not authorized.
Contains information for a user identity in an access policy.
The validation failed for this query.
Identifies a property value used in an expression.
Set this period to specify how long your data is stored in the warm tier before it is deleted. You can set this only if cold tier is enabled.