Module Awso_iotsitewise_asyncSource

Sourceval associate_assets : ?endpoint_url:string -> ?cfg:Awso.Cfg.t -> Awso_iotsitewise.Values.AssociateAssetsRequest.t -> (unit, unit) Result.t Async.Deferred.t
Sourceval associate_time_series_to_asset_property : ?endpoint_url:string -> ?cfg:Awso.Cfg.t -> Awso_iotsitewise.Values.AssociateTimeSeriesToAssetPropertyRequest.t -> (unit, unit) Result.t Async.Deferred.t
Sourceval delete_gateway : ?endpoint_url:string -> ?cfg:Awso.Cfg.t -> Awso_iotsitewise.Values.DeleteGatewayRequest.t -> (unit, unit) Result.t Async.Deferred.t
Sourceval delete_time_series : ?endpoint_url:string -> ?cfg:Awso.Cfg.t -> Awso_iotsitewise.Values.DeleteTimeSeriesRequest.t -> (unit, unit) Result.t Async.Deferred.t
Sourceval disassociate_assets : ?endpoint_url:string -> ?cfg:Awso.Cfg.t -> Awso_iotsitewise.Values.DisassociateAssetsRequest.t -> (unit, unit) Result.t Async.Deferred.t
Sourceval disassociate_time_series_from_asset_property : ?endpoint_url:string -> ?cfg:Awso.Cfg.t -> Awso_iotsitewise.Values.DisassociateTimeSeriesFromAssetPropertyRequest.t -> (unit, unit) Result.t Async.Deferred.t
Sourceval update_asset_property : ?endpoint_url:string -> ?cfg:Awso.Cfg.t -> Awso_iotsitewise.Values.UpdateAssetPropertyRequest.t -> (unit, unit) Result.t Async.Deferred.t
Sourceval update_gateway : ?endpoint_url:string -> ?cfg:Awso.Cfg.t -> Awso_iotsitewise.Values.UpdateGatewayRequest.t -> (unit, unit) Result.t Async.Deferred.t
include module type of struct include Awso_iotsitewise.Values end
Sourceval service : Awso.Service.t
Sourceval apiVersion : string
Sourceval endpointPrefix : string
Sourceval serviceFullName : string
Sourceval signatureVersion : string
Sourceval protocol : string
Sourceval globalEndpoint : string
Sourceval simple_to_json : ('a -> Awso__Botodata.value) -> 'a -> Yojson.Safe.t
Sourceval composed_to_json : ('a -> Awso__Botodata.value) -> 'a -> Yojson.Safe.t
Sourceval to_query : ('a -> Awso.Client.Query.value) -> 'a -> Awso.Client.Query.t
Sourceval structure_to_value_aux : ('a * 'b option) list -> f:(('a * 'b) list -> 'c) -> [> `Structure of 'c ]
Sourceval structure_to_value : ('a * 'b option) list -> [> `Structure of ('a * 'b) list ]
Sourceval structure_to_wrapped_value : wrapper:'a -> response:'a -> ('b * 'c option) list -> [> `Structure of ('a * [> `Structure of ('b * 'c) list ]) list ]

Access is denied.

Identifies a specific IoT SiteWise Monitor project.

Identifies an IoT SiteWise Monitor portal.

Contains an IoT SiteWise Monitor resource ID for a portal or project.

Contains information for a user identity in an access policy.

Contains information about an Identity and Access Management user.

Contains information about an Identity and Access Management role. For more information, see IAM roles in the IAM User Guide.

Contains information for a group identity in an access policy.

Contains an identity that can access an IoT SiteWise Monitor resource. Currently, you can't use Amazon Web Services API operations to retrieve IAM Identity Center identity IDs. You can find the IAM Identity Center identity IDs in the URL of user and group pages in the IAM Identity Center console.

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.

The resource the action will be taken on. This can include asset-based resources and computation model resources.

The detailed resource this execution summary resolves to.

Contains the summary of the actions, including information about where the action resolves to.

Contains the (pre-calculated) aggregate values for an asset property.

Contains aggregated asset property values (for example, average, minimum, and maximum).

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.

A filter used to match data bindings based on a specific asset. This filter identifies all computation models referencing a particular asset in their data bindings.

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.

Represents one level between a property and the root of the asset.

Contains asset property information.

Contains information about a composite model in an asset. This object contains the asset's properties that you define in the composite model.

Sourcemodule AssetCompositeModelPathSegment = Awso_iotsitewise.Values.AssetCompositeModelPathSegment

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.

A filter used to match data bindings based on a specific asset model. This filter identifies all computation models referencing a particular asset model in their data bindings.

The forwarding configuration for a given property.

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.

Represents one level between a property and the root of the asset model.

Identifies a property value used in an expression.

Contains expression variable information.

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. For more information, see Transforms in the IoT SiteWise User Guide.

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 can use m, h, d, and w when you specify an interval or offset. Note that m represents minutes, h represents hours, d represents days, and w represents weeks. You can also use s to represent seconds in offset. The interval and offset parameters support the ISO 8601 format. For example, PT5S represents 5 seconds, PT5M represents 5 minutes, and PT5H represents 5 hours.

Contains a time interval window used for data aggregate computations (for example, average, sum, count, and so on).

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 an asset metric property. With metrics, you can calculate aggregate functions, such as an average, maximum, or minimum, as specified through an expression. A metric maps several values to a single value (such as a sum). The maximum number of dependent/cascading variables used in any one metric calculation is 10. Therefore, a root metric can have up to 10 cascading metrics in its computational dependency tree. Additionally, a metric can only have a data type of DOUBLE and consume properties with data types of INTEGER or DOUBLE. For more information, see Metrics 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.

Contains an asset measurement property. For more information, see Measurements in the IoT SiteWise User Guide.

Contains an asset attribute property. For more information, see Attributes in the IoT SiteWise User Guide.

Contains a property type, which can be one of attribute, measurement, metric, or transform.

Contains information about an asset model property.

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 an asset model property definition. This property definition is applied to all assets created from the asset model.

Sourcemodule AssetModelCompositeModelDefinition = Awso_iotsitewise.Values.AssetModelCompositeModelDefinition

Contains a composite model definition in an asset model. This composite model definition is applied to all assets created from the asset model.

Sourcemodule AssetModelCompositeModelDefinitions = Awso_iotsitewise.Values.AssetModelCompositeModelDefinitions
Sourcemodule AssetModelCompositeModelPathSegment = Awso_iotsitewise.Values.AssetModelCompositeModelPathSegment

Represents one level between a composite model and the root of the asset model.

Sourcemodule AssetModelCompositeModelSummary = Awso_iotsitewise.Values.AssetModelCompositeModelSummary

Contains a summary of the composite model.

Sourcemodule AssetModelCompositeModelSummaries = Awso_iotsitewise.Values.AssetModelCompositeModelSummaries

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.

Sourcemodule AssetModelHierarchyDefinitions = Awso_iotsitewise.Values.AssetModelHierarchyDefinitions
Sourcemodule AssetModelPropertyBindingValue = Awso_iotsitewise.Values.AssetModelPropertyBindingValue

Contains information about an assetModelProperty binding value.

Sourcemodule AssetModelPropertyBindingValueFilter = Awso_iotsitewise.Values.AssetModelPropertyBindingValueFilter

A filter used to match data bindings based on a specific asset model property. This filter identifies all computation models that reference a particular property of an asset model in their data bindings.

Contains summary information about an interface that a property belongs to.

Contains a summary of a property associated with a model. This includes information about which interfaces the property belongs to, if any.

Contains detailed error information.

Contains the details of an IoT SiteWise error.

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.

Represents a data binding value referencing a specific asset property. It's used to bind computation model variables to actual asset property values for processing.

Sourcemodule AssetPropertyBindingValueFilter = Awso_iotsitewise.Values.AssetPropertyBindingValueFilter

A filter used to match data bindings based on a specific asset property. This filter helps identify all computation models referencing a particular property of an asset in their data bindings.

Contains a summary of a property associated with an asset.

The value type of null asset property data with BAD and UNCERTAIN qualities.

Contains an asset property value (of a single type only).

Contains a timestamp with optional nanosecond granularity.

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.

Associates a child asset with the given parent asset through a hierarchy defined in the parent asset's model. For more information, see Associating assets in the IoT SiteWise User Guide.

Sourcemodule AssociateTimeSeriesToAssetPropertyRequest = Awso_iotsitewise.Values.AssociateTimeSeriesToAssetPropertyRequest

Associates a time series (data stream) with an asset property.

Contains a summary of an associated asset.

Sourcemodule BatchAssociateProjectAssetsErrors = Awso_iotsitewise.Values.BatchAssociateProjectAssetsErrors
Sourcemodule BatchAssociateProjectAssetsRequest = Awso_iotsitewise.Values.BatchAssociateProjectAssetsRequest

Associates a group (batch) of assets with an IoT SiteWise Monitor project.

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. For more information, see Quotas in the IoT SiteWise User Guide.

The requested resource can't be found.

You've reached the quota 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. For more information, see Quotas in the IoT SiteWise User Guide.

The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters. Check your request and try again.

IoT SiteWise can't process your request right now. Try again later.

Sourcemodule BatchAssociateProjectAssetsResponse = Awso_iotsitewise.Values.BatchAssociateProjectAssetsResponse

Associates a group (batch) of assets with an IoT SiteWise Monitor project.

Sourcemodule BatchDisassociateProjectAssetsErrors = Awso_iotsitewise.Values.BatchDisassociateProjectAssetsErrors
Sourcemodule BatchDisassociateProjectAssetsRequest = Awso_iotsitewise.Values.BatchDisassociateProjectAssetsRequest

Disassociates a group (batch) of assets from an IoT SiteWise Monitor project.

Sourcemodule BatchDisassociateProjectAssetsResponse = Awso_iotsitewise.Values.BatchDisassociateProjectAssetsResponse

Disassociates a group (batch) of assets from an IoT SiteWise Monitor project.

Sourcemodule BatchGetAssetPropertyAggregatesEntry = Awso_iotsitewise.Values.BatchGetAssetPropertyAggregatesEntry

Contains information for an asset property aggregate entry that is associated with the BatchGetAssetPropertyAggregates API. To identify an asset property, you must specify one of the following: The assetId and propertyId of an asset property. A propertyAlias, which is a data stream alias (for example, /company/windfarm/3/turbine/7/temperature). To define an asset property's alias, see UpdateAssetProperty.

Sourcemodule BatchGetAssetPropertyAggregatesEntries = Awso_iotsitewise.Values.BatchGetAssetPropertyAggregatesEntries
Sourcemodule BatchGetAssetPropertyAggregatesErrorCode = Awso_iotsitewise.Values.BatchGetAssetPropertyAggregatesErrorCode
Sourcemodule BatchGetAssetPropertyAggregatesErrorEntry = Awso_iotsitewise.Values.BatchGetAssetPropertyAggregatesErrorEntry

Contains error information for an asset property aggregate entry that is associated with the BatchGetAssetPropertyAggregates API.

Sourcemodule BatchGetAssetPropertyAggregatesErrorEntries = Awso_iotsitewise.Values.BatchGetAssetPropertyAggregatesErrorEntries
Sourcemodule BatchGetAssetPropertyAggregatesErrorInfo = Awso_iotsitewise.Values.BatchGetAssetPropertyAggregatesErrorInfo

Contains the error code and the timestamp for an asset property aggregate entry that is associated with the BatchGetAssetPropertyAggregates API.

Sourcemodule BatchGetAssetPropertyAggregatesMaxResults = Awso_iotsitewise.Values.BatchGetAssetPropertyAggregatesMaxResults
Sourcemodule BatchGetAssetPropertyAggregatesRequest = Awso_iotsitewise.Values.BatchGetAssetPropertyAggregatesRequest

Gets aggregated values (for example, average, minimum, and maximum) for one or more asset properties. For more information, see Querying aggregates in the IoT SiteWise User Guide.

The requested service is unavailable.

Sourcemodule BatchGetAssetPropertyAggregatesSuccessEntry = Awso_iotsitewise.Values.BatchGetAssetPropertyAggregatesSuccessEntry

Contains success information for an entry that is associated with the BatchGetAssetPropertyAggregates API.

Sourcemodule BatchGetAssetPropertyAggregatesSuccessEntries = Awso_iotsitewise.Values.BatchGetAssetPropertyAggregatesSuccessEntries
Sourcemodule BatchGetAssetPropertyAggregatesSkippedEntry = Awso_iotsitewise.Values.BatchGetAssetPropertyAggregatesSkippedEntry

Contains information for an entry that has been processed by the previous BatchGetAssetPropertyAggregates request.

Sourcemodule BatchGetAssetPropertyAggregatesSkippedEntries = Awso_iotsitewise.Values.BatchGetAssetPropertyAggregatesSkippedEntries
Sourcemodule BatchGetAssetPropertyAggregatesResponse = Awso_iotsitewise.Values.BatchGetAssetPropertyAggregatesResponse

Gets aggregated values (for example, average, minimum, and maximum) for one or more asset properties. For more information, see Querying aggregates in the IoT SiteWise User Guide.

Sourcemodule BatchGetAssetPropertyValueEntry = Awso_iotsitewise.Values.BatchGetAssetPropertyValueEntry

Contains information for an asset property value entry that is associated with the BatchGetAssetPropertyValue API. To identify an asset property, you must specify one of the following: The assetId and propertyId of an asset property. A propertyAlias, which is a data stream alias (for example, /company/windfarm/3/turbine/7/temperature). To define an asset property's alias, see UpdateAssetProperty.

Sourcemodule BatchGetAssetPropertyValueEntries = Awso_iotsitewise.Values.BatchGetAssetPropertyValueEntries
Sourcemodule BatchGetAssetPropertyValueErrorCode = Awso_iotsitewise.Values.BatchGetAssetPropertyValueErrorCode
Sourcemodule BatchGetAssetPropertyValueErrorEntry = Awso_iotsitewise.Values.BatchGetAssetPropertyValueErrorEntry

Contains error information for an asset property value entry that is associated with the BatchGetAssetPropertyValue API.

Sourcemodule BatchGetAssetPropertyValueErrorEntries = Awso_iotsitewise.Values.BatchGetAssetPropertyValueErrorEntries
Sourcemodule BatchGetAssetPropertyValueErrorInfo = Awso_iotsitewise.Values.BatchGetAssetPropertyValueErrorInfo

The error information, such as the error code and the timestamp.

Sourcemodule BatchGetAssetPropertyValueHistoryEntry = Awso_iotsitewise.Values.BatchGetAssetPropertyValueHistoryEntry

Contains information for an asset property historical value entry that is associated with the BatchGetAssetPropertyValueHistory API. To identify an asset property, you must specify one of the following: The assetId and propertyId of an asset property. A propertyAlias, which is a data stream alias (for example, /company/windfarm/3/turbine/7/temperature). To define an asset property's alias, see UpdateAssetProperty.

Sourcemodule BatchGetAssetPropertyValueHistoryEntries = Awso_iotsitewise.Values.BatchGetAssetPropertyValueHistoryEntries
Sourcemodule BatchGetAssetPropertyValueHistoryErrorCode = Awso_iotsitewise.Values.BatchGetAssetPropertyValueHistoryErrorCode
Sourcemodule BatchGetAssetPropertyValueHistoryErrorEntry = Awso_iotsitewise.Values.BatchGetAssetPropertyValueHistoryErrorEntry

A list of the errors (if any) associated with the batch request. Each error entry contains the entryId of the entry that failed.

Sourcemodule BatchGetAssetPropertyValueHistoryErrorEntries = Awso_iotsitewise.Values.BatchGetAssetPropertyValueHistoryErrorEntries
Sourcemodule BatchGetAssetPropertyValueHistoryErrorInfo = Awso_iotsitewise.Values.BatchGetAssetPropertyValueHistoryErrorInfo

The error information, such as the error code and the timestamp.

Sourcemodule BatchGetAssetPropertyValueHistoryMaxResults = Awso_iotsitewise.Values.BatchGetAssetPropertyValueHistoryMaxResults
Sourcemodule BatchGetAssetPropertyValueHistoryRequest = Awso_iotsitewise.Values.BatchGetAssetPropertyValueHistoryRequest

Gets the historical values for one or more asset properties. For more information, see Querying historical values in the IoT SiteWise User Guide.

Sourcemodule BatchGetAssetPropertyValueHistorySuccessEntry = Awso_iotsitewise.Values.BatchGetAssetPropertyValueHistorySuccessEntry

Contains success information for an entry that is associated with the BatchGetAssetPropertyValueHistory API.

Sourcemodule BatchGetAssetPropertyValueHistorySuccessEntries = Awso_iotsitewise.Values.BatchGetAssetPropertyValueHistorySuccessEntries
Sourcemodule BatchGetAssetPropertyValueHistorySkippedEntry = Awso_iotsitewise.Values.BatchGetAssetPropertyValueHistorySkippedEntry

Contains information for an entry that has been processed by the previous BatchGetAssetPropertyValueHistory request.

Sourcemodule BatchGetAssetPropertyValueHistorySkippedEntries = Awso_iotsitewise.Values.BatchGetAssetPropertyValueHistorySkippedEntries
Sourcemodule BatchGetAssetPropertyValueHistoryResponse = Awso_iotsitewise.Values.BatchGetAssetPropertyValueHistoryResponse

Gets the historical values for one or more asset properties. For more information, see Querying historical values in the IoT SiteWise User Guide.

Sourcemodule BatchGetAssetPropertyValueRequest = Awso_iotsitewise.Values.BatchGetAssetPropertyValueRequest

Gets the current value for one or more asset properties. For more information, see Querying current values in the IoT SiteWise User Guide.

Sourcemodule BatchGetAssetPropertyValueSuccessEntry = Awso_iotsitewise.Values.BatchGetAssetPropertyValueSuccessEntry

Contains success information for an entry that is associated with the BatchGetAssetPropertyValue API.

Sourcemodule BatchGetAssetPropertyValueSuccessEntries = Awso_iotsitewise.Values.BatchGetAssetPropertyValueSuccessEntries
Sourcemodule BatchGetAssetPropertyValueSkippedEntry = Awso_iotsitewise.Values.BatchGetAssetPropertyValueSkippedEntry

Contains information for an entry that has been processed by the previous BatchGetAssetPropertyValue request.

Sourcemodule BatchGetAssetPropertyValueSkippedEntries = Awso_iotsitewise.Values.BatchGetAssetPropertyValueSkippedEntries
Sourcemodule BatchGetAssetPropertyValueResponse = Awso_iotsitewise.Values.BatchGetAssetPropertyValueResponse

Gets the current value for one or more asset properties. For more information, see Querying current values in the IoT SiteWise User Guide.

Sourcemodule BatchPutAssetPropertyValueErrorCode = Awso_iotsitewise.Values.BatchPutAssetPropertyValueErrorCode

Contains error information from updating a batch of asset property values.

Sourcemodule BatchPutAssetPropertyErrorEntry = Awso_iotsitewise.Values.BatchPutAssetPropertyErrorEntry

Contains error information for asset property value entries that are associated with the BatchPutAssetPropertyValue API.

Sourcemodule BatchPutAssetPropertyErrorEntries = Awso_iotsitewise.Values.BatchPutAssetPropertyErrorEntries

Contains a list of value updates for an asset property in the list of asset entries consumed by the BatchPutAssetPropertyValue API operation.

Sourcemodule BatchPutAssetPropertyValueRequest = Awso_iotsitewise.Values.BatchPutAssetPropertyValueRequest

Sends a list of asset property values to IoT SiteWise. Each value is a timestamp-quality-value (TQV) data point. For more information, see Ingesting data using the API in the IoT SiteWise User Guide. To identify an asset property, you must specify one of the following: The assetId and propertyId of an asset property. A propertyAlias, which is a data stream alias (for example, /company/windfarm/3/turbine/7/temperature). To define an asset property's alias, see UpdateAssetProperty. With respect to Unix epoch time, IoT SiteWise accepts only TQVs that have a timestamp of no more than 7 days in the past and no more than 10 minutes in the future. IoT SiteWise rejects timestamps outside of the inclusive range of [-7 days, +10 minutes] and returns a TimestampOutOfRangeException error. For each asset property, IoT SiteWise overwrites TQVs with duplicate timestamps unless the newer TQV has a different quality. For example, if you store a TQV {T1, GOOD, V1}, then storing {T1, GOOD, V2} replaces the existing TQV. IoT SiteWise authorizes access to each BatchPutAssetPropertyValue entry individually. For more information, see BatchPutAssetPropertyValue authorization in the IoT SiteWise User Guide.

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.

Sourcemodule BatchPutAssetPropertyValueResponse = Awso_iotsitewise.Values.BatchPutAssetPropertyValueResponse

Sends a list of asset property values to IoT SiteWise. Each value is a timestamp-quality-value (TQV) data point. For more information, see Ingesting data using the API in the IoT SiteWise User Guide. To identify an asset property, you must specify one of the following: The assetId and propertyId of an asset property. A propertyAlias, which is a data stream alias (for example, /company/windfarm/3/turbine/7/temperature). To define an asset property's alias, see UpdateAssetProperty. With respect to Unix epoch time, IoT SiteWise accepts only TQVs that have a timestamp of no more than 7 days in the past and no more than 10 minutes in the future. IoT SiteWise rejects timestamps outside of the inclusive range of [-7 days, +10 minutes] and returns a TimestampOutOfRangeException error. For each asset property, IoT SiteWise overwrites TQVs with duplicate timestamps unless the newer TQV has a different quality. For example, if you store a TQV {T1, GOOD, V1}, then storing {T1, GOOD, V2} replaces the existing TQV. IoT SiteWise authorizes access to each BatchPutAssetPropertyValue entry individually. For more information, see BatchPutAssetPropertyValue authorization in the IoT SiteWise User Guide.

module ComputationModelDataBindingValue = Awso_iotsitewise.Values.ComputationModelDataBindingValue

Contains computation model data binding value information, which can be one of assetModelProperty, list.

Contains location information about the cited text and where it's stored.

The data source for the dataset.

Contains information about the dataset use and it's source.

Contains the reference information.

Contains the cited text from the data source.

Contains text content to which the SiteWise Assistant refers to, and generate the final response. It also contains information about the source.

The data type of the column.

A description of the column in the query results.

Contains asset property information.

Contains information about a composite model property on an asset.

Represents a composite model that composed an asset model of type COMPONENT_MODEL.

Metadata for the composition relationship established by using composedAssetModelId in CreateAssetModelCompositeModel .

Sourcemodule CompositionRelationshipSummary = Awso_iotsitewise.Values.CompositionRelationshipSummary

Contains a summary of the components of the composite model.

Sourcemodule CompositionRelationshipSummaries = Awso_iotsitewise.Values.CompositionRelationshipSummaries
Sourcemodule ComputationModelAnomalyDetectionConfiguration = Awso_iotsitewise.Values.ComputationModelAnomalyDetectionConfiguration

Contains the configuration of the type of anomaly detection computation model.

The configuration for the computation model.

Sourcemodule ComputationModelDataBindingVariable = Awso_iotsitewise.Values.ComputationModelDataBindingVariable

Represents a value used in a data binding. It can be an asset property or an asset model property.

Represents a data binding that matches the specified filter criteria.

Sourcemodule ComputationModelDataBindingUsageSummary = Awso_iotsitewise.Values.ComputationModelDataBindingUsageSummary

A summary of how a specific data binding is used across computation models. This tracks dependencies between data sources and computation models, allowing you to understand the impact of changes to data sources.

Sourcemodule ComputationModelDataBindingUsageSummaries = Awso_iotsitewise.Values.ComputationModelDataBindingUsageSummaries
Sourcemodule ComputationModelExecutionSummaryValue = Awso_iotsitewise.Values.ComputationModelExecutionSummaryValue
Sourcemodule ComputationModelExecutionSummaryKey = Awso_iotsitewise.Values.ComputationModelExecutionSummaryKey
Sourcemodule ComputationModelExecutionSummary = Awso_iotsitewise.Values.ComputationModelExecutionSummary
Sourcemodule ComputationModelResolveToResourceSummary = Awso_iotsitewise.Values.ComputationModelResolveToResourceSummary

A summary of the resource that a computation model resolves to.

Sourcemodule ComputationModelResolveToResourceSummaries = Awso_iotsitewise.Values.ComputationModelResolveToResourceSummaries

Contains current status information for a computation model.

Contains a summary of a computation model.

Contains the details of an IoT SiteWise configuration error.

Contains current status information for the configuration.

Creates an access policy that grants the specified identity (IAM Identity Center user, IAM Identity Center group, or IAM user) access to the specified IoT SiteWise Monitor portal or project resource. Support for access policies that use an SSO Group as the identity is not supported at this time.

Creates an access policy that grants the specified identity (IAM Identity Center user, IAM Identity Center group, or IAM user) access to the specified IoT SiteWise Monitor portal or project resource. Support for access policies that use an SSO Group as the identity is not supported at this time.

Sourcemodule CreateAssetModelCompositeModelRequest = Awso_iotsitewise.Values.CreateAssetModelCompositeModelRequest

Creates a custom composite model from specified property and hierarchy definitions. There are two types of custom composite models, inline and component-model-based. Use component-model-based custom composite models to define standard, reusable components. A component-model-based custom composite model consists of a name, a description, and the ID of the component model it references. A component-model-based custom composite model has no properties of its own; its referenced component model provides its associated properties to any created assets. For more information, see Custom composite models (Components) in the IoT SiteWise User Guide. Use inline custom composite models to organize the properties of an asset model. The properties of inline custom composite models are local to the asset model where they are included and can't be used to create multiple assets. To create a component-model-based model, specify the composedAssetModelId of an existing asset model with assetModelType of COMPONENT_MODEL. To create an inline model, specify the assetModelCompositeModelProperties and don't include an composedAssetModelId.

Sourcemodule ResourceAlreadyExistsException = Awso_iotsitewise.Values.ResourceAlreadyExistsException

The resource already exists.

The precondition in one or more of the request-header fields evaluated to FALSE.

Sourcemodule CreateAssetModelCompositeModelResponse = Awso_iotsitewise.Values.CreateAssetModelCompositeModelResponse

Creates a custom composite model from specified property and hierarchy definitions. There are two types of custom composite models, inline and component-model-based. Use component-model-based custom composite models to define standard, reusable components. A component-model-based custom composite model consists of a name, a description, and the ID of the component model it references. A component-model-based custom composite model has no properties of its own; its referenced component model provides its associated properties to any created assets. For more information, see Custom composite models (Components) in the IoT SiteWise User Guide. Use inline custom composite models to organize the properties of an asset model. The properties of inline custom composite models are local to the asset model where they are included and can't be used to create multiple assets. To create a component-model-based model, specify the composedAssetModelId of an existing asset model with assetModelType of COMPONENT_MODEL. To create an inline model, specify the assetModelCompositeModelProperties and don't include an composedAssetModelId.

Creates an asset model from specified property and hierarchy definitions. You create assets from asset models. With asset models, you can easily create assets of the same type that have standardized definitions. Each asset created from a model inherits the asset model's property and hierarchy definitions. For more information, see Defining asset models in the IoT SiteWise User Guide. You can create three types of asset models, ASSET_MODEL, COMPONENT_MODEL, or an INTERFACE. ASSET_MODEL – (default) An asset model that you can use to create assets. Can't be included as a component in another asset model. COMPONENT_MODEL – A reusable component that you can include in the composite models of other asset models. You can't create assets directly from this type of asset model. INTERFACE – An interface is a type of model that defines a standard structure that can be applied to different asset models.

Creates an asset model from specified property and hierarchy definitions. You create assets from asset models. With asset models, you can easily create assets of the same type that have standardized definitions. Each asset created from a model inherits the asset model's property and hierarchy definitions. For more information, see Defining asset models in the IoT SiteWise User Guide. You can create three types of asset models, ASSET_MODEL, COMPONENT_MODEL, or an INTERFACE. ASSET_MODEL – (default) An asset model that you can use to create assets. Can't be included as a component in another asset model. COMPONENT_MODEL – A reusable component that you can include in the composite models of other asset models. You can't create assets directly from this type of asset model. INTERFACE – An interface is a type of model that defines a standard structure that can be applied to different asset models.

Creates an asset from an existing asset model. For more information, see Creating assets in the IoT SiteWise User Guide.

Creates an asset from an existing asset model. For more information, see Creating assets in the IoT SiteWise User Guide.

A parquet file.

A .CSV file.

The file format of the data in S3.

Contains the configuration information of a job, such as the file format used to save data in Amazon S3.

The file in Amazon S3 where your data is saved.

The Amazon S3 destination where errors associated with the job creation request are saved.

Defines a job to ingest data to IoT SiteWise from Amazon S3. For more information, see Create a bulk import job (CLI) in the Amazon Simple Storage Service User Guide. Before you create a bulk import job, you must enable IoT SiteWise warm tier or IoT SiteWise cold tier. For more information about how to configure storage settings, see PutStorageConfiguration. Bulk import is designed to store historical data to IoT SiteWise. Newly ingested data in the hot tier triggers notifications and computations. After data moves from the hot tier to the warm or cold tier based on retention settings, it does not trigger computations or notifications. Data older than 7 days does not trigger computations or notifications.

Defines a job to ingest data to IoT SiteWise from Amazon S3. For more information, see Create a bulk import job (CLI) in the Amazon Simple Storage Service User Guide. Before you create a bulk import job, you must enable IoT SiteWise warm tier or IoT SiteWise cold tier. For more information about how to configure storage settings, see PutStorageConfiguration. Bulk import is designed to store historical data to IoT SiteWise. Newly ingested data in the hot tier triggers notifications and computations. After data moves from the hot tier to the warm or cold tier based on retention settings, it does not trigger computations or notifications. Data older than 7 days does not trigger computations or notifications.

Create a computation model with a configuration and data binding.

Sourcemodule CreateComputationModelResponse = Awso_iotsitewise.Values.CreateComputationModelResponse

Create a computation model with a configuration and data binding.

Creates a dashboard in an IoT SiteWise Monitor project.

Creates a dashboard in an IoT SiteWise Monitor project.

The source details for the Kendra dataset source.

The details of the dataset source associated with the dataset.

The data source for the dataset.

Creates a dataset to connect an external datasource.

The status of the dataset. This contains the state and any error messages. The state is ACTIVE when ready to use.

Creates a dataset to connect an external datasource.

The version of the gateway. Options include: 2 - Classic streams, V2 gateway. 3 - MQTT-enabled, V3 gateway.

Contains details for a SiteWise Edge gateway that runs on a Siemens Industrial Edge Device.

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 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.

The gateway's platform configuration. You can only specify one platform type in a gateway. (Legacy only) For Greengrass V1 gateways, specify the greengrass parameter with a valid Greengrass group ARN. For Greengrass V2 gateways, specify the greengrassV2 parameter with a valid core device thing name. If creating a V3 gateway (gatewayVersion=3), you must also specify the coreDeviceOperatingSystem. For Siemens Industrial Edge gateways, specify the siemensIE parameter with a valid IoT Core thing name.

Creates a gateway, which is a virtual or edge device that delivers industrial data streams from local servers to IoT SiteWise. For more information, see Ingesting data using a gateway in the IoT SiteWise User Guide.

Creates a gateway, which is a virtual or edge device that delivers industrial data streams from local servers to IoT SiteWise. For more information, see Ingesting data using a gateway in the IoT SiteWise User Guide.

The configuration entry associated with the specific portal type. The portalTypeConfiguration is a map of the portalTypeKey to the PortalTypeEntry.

Contains an image file.

Creates a portal, which can contain projects and dashboards. IoT SiteWise Monitor uses IAM Identity Center or IAM to authenticate portal users and manage user permissions. Before you can sign in to a new portal, you must add at least one identity to that portal. For more information, see Adding or removing portal administrators in the IoT SiteWise User Guide.

Contains IoT SiteWise Monitor error details.

Contains information about the current status of a portal.

Creates a portal, which can contain projects and dashboards. IoT SiteWise Monitor uses IAM Identity Center or IAM to authenticate portal users and manage user permissions. Before you can sign in to a new portal, you must add at least one identity to that portal. For more information, see Adding or removing portal administrators in the IoT SiteWise User Guide.

Creates a project in the specified portal. Make sure that the project name and description don't contain confidential information.

Creates a project in the specified portal. Make sure that the project name and description don't contain confidential information.

Contains information about a customer managed Amazon S3 bucket.

Contains a dashboard summary.

A filter used to match specific data binding values based on criteria. This filter allows searching for data bindings by asset, asset model, asset property, or asset model property.

The summary details for the dataset.

Represents a single data point in a query result.

Represents a single row in the query results.

Deletes an access policy that grants the specified identity access to the specified IoT SiteWise Monitor resource. You can use this operation to revoke access to an IoT SiteWise Monitor resource.

Deletes an access policy that grants the specified identity access to the specified IoT SiteWise Monitor resource. You can use this operation to revoke access to an IoT SiteWise Monitor resource.

Sourcemodule DeleteAssetModelCompositeModelRequest = Awso_iotsitewise.Values.DeleteAssetModelCompositeModelRequest

Deletes a composite model. This action can't be undone. You must delete all assets created from a composite model before you can delete the model. Also, you can't delete a composite model if a parent asset model exists that contains a property formula expression that depends on the asset model that you want to delete. For more information, see Deleting assets and models in the IoT SiteWise User Guide.

Sourcemodule DeleteAssetModelCompositeModelResponse = Awso_iotsitewise.Values.DeleteAssetModelCompositeModelResponse

Deletes a composite model. This action can't be undone. You must delete all assets created from a composite model before you can delete the model. Also, you can't delete a composite model if a parent asset model exists that contains a property formula expression that depends on the asset model that you want to delete. For more information, see Deleting assets and models in the IoT SiteWise User Guide.

Sourcemodule DeleteAssetModelInterfaceRelationshipRequest = Awso_iotsitewise.Values.DeleteAssetModelInterfaceRelationshipRequest

Deletes an interface relationship between an asset model and an interface asset model.

Sourcemodule DeleteAssetModelInterfaceRelationshipResponse = Awso_iotsitewise.Values.DeleteAssetModelInterfaceRelationshipResponse

Deletes an interface relationship between an asset model and an interface asset model.

Deletes an asset model. This action can't be undone. You must delete all assets created from an asset model before you can delete the model. Also, you can't delete an asset model if a parent asset model exists that contains a property formula expression that depends on the asset model that you want to delete. For more information, see Deleting assets and models in the IoT SiteWise User Guide.

Deletes an asset model. This action can't be undone. You must delete all assets created from an asset model before you can delete the model. Also, you can't delete an asset model if a parent asset model exists that contains a property formula expression that depends on the asset model that you want to delete. For more information, see Deleting assets and models in the IoT SiteWise User Guide.

Deletes an asset. This action can't be undone. For more information, see Deleting assets and models in the IoT SiteWise User Guide. You can't delete an asset that's associated to another asset. For more information, see DisassociateAssets.

Deletes an asset. This action can't be undone. For more information, see Deleting assets and models in the IoT SiteWise User Guide. You can't delete an asset that's associated to another asset. For more information, see DisassociateAssets.

Deletes a computation model. This action can't be undone.

Sourcemodule DeleteComputationModelResponse = Awso_iotsitewise.Values.DeleteComputationModelResponse

Deletes a computation model. This action can't be undone.

Deletes a dashboard from IoT SiteWise Monitor.

Deletes a dashboard from IoT SiteWise Monitor.

Deletes a dataset. This cannot be undone.

Deletes a dataset. This cannot be undone.

Deletes a gateway from IoT SiteWise. When you delete a gateway, some of the gateway's files remain in your gateway's file system.

Deletes a portal from IoT SiteWise Monitor.

Deletes a portal from IoT SiteWise Monitor.

Deletes a project from IoT SiteWise Monitor.

Deletes a project from IoT SiteWise Monitor.

Deletes a time series (data stream). If you delete a time series that's associated with an asset property, the asset property still exists, but the time series will no longer be associated with this asset property. To identify a time series, do one of the following: If the time series isn't associated with an asset property, specify the alias of the time series. If the time series is associated with an asset property, specify one of the following: The alias of the time series. The assetId and propertyId that identifies the asset property.

Describes an access policy, which specifies an identity's access to an IoT SiteWise Monitor portal or project.

Describes an access policy, which specifies an identity's access to an IoT SiteWise Monitor portal or project.

Retrieves information about an action.

Retrieves information about an action.

Sourcemodule DescribeAssetCompositeModelRequest = Awso_iotsitewise.Values.DescribeAssetCompositeModelRequest

Retrieves information about an asset composite model (also known as an asset component). An AssetCompositeModel is an instance of an AssetModelCompositeModel. If you want to see information about the model this is based on, call DescribeAssetModelCompositeModel.

Sourcemodule DescribeAssetCompositeModelResponse = Awso_iotsitewise.Values.DescribeAssetCompositeModelResponse

Retrieves information about an asset composite model (also known as an asset component). An AssetCompositeModel is an instance of an AssetModelCompositeModel. If you want to see information about the model this is based on, call DescribeAssetModelCompositeModel.

Sourcemodule DescribeAssetModelCompositeModelRequest = Awso_iotsitewise.Values.DescribeAssetModelCompositeModelRequest

Retrieves information about an asset model composite model (also known as an asset model component). For more information, see Custom composite models (Components) in the IoT SiteWise User Guide.

Sourcemodule DescribeAssetModelCompositeModelResponse = Awso_iotsitewise.Values.DescribeAssetModelCompositeModelResponse

Retrieves information about an asset model composite model (also known as an asset model component). For more information, see Custom composite models (Components) in the IoT SiteWise User Guide.

Sourcemodule DescribeAssetModelInterfaceRelationshipRequest = Awso_iotsitewise.Values.DescribeAssetModelInterfaceRelationshipRequest

Retrieves information about an interface relationship between an asset model and an interface asset model.

Maps a property from an interface asset model to a property in the asset model where the interface is applied.

Maps a hierarchy from an interface asset model to a hierarchy in the asset model where the interface is applied.

Sourcemodule DescribeAssetModelInterfaceRelationshipResponse = Awso_iotsitewise.Values.DescribeAssetModelInterfaceRelationshipResponse

Retrieves information about an interface relationship between an asset model and an interface asset model.

Retrieves information about an asset model. This includes details about the asset model's properties, hierarchies, composite models, and any interface relationships if the asset model implements interfaces.

Contains information about the relationship between an asset model and an interface asset model that is applied to it.

Retrieves information about an asset model. This includes details about the asset model's properties, hierarchies, composite models, and any interface relationships if the asset model implements interfaces.

Retrieves information about an asset property. When you call this operation for an attribute property, this response includes the default attribute value that you define in the asset model. If you update the default value in the model, this operation's response includes the new default value. This operation doesn't return the value of the asset property. To get the value of an asset property, use GetAssetPropertyValue.

Retrieves information about an asset property. When you call this operation for an attribute property, this response includes the default attribute value that you define in the asset model. If you update the default value in the model, this operation's response includes the new default value. This operation doesn't return the value of the asset property. To get the value of an asset property, use GetAssetPropertyValue.

Retrieves information about an asset.

Retrieves information about an asset.

Retrieves information about a bulk import job request. For more information, see Describe a bulk import job (CLI) in the Amazon Simple Storage Service User Guide.

Retrieves information about a bulk import job request. For more information, see Describe a bulk import job (CLI) in the Amazon Simple Storage Service User Guide.

Sourcemodule DescribeComputationModelExecutionSummaryRequest = Awso_iotsitewise.Values.DescribeComputationModelExecutionSummaryRequest

Retrieves information about the execution summary of a computation model.

Sourcemodule DescribeComputationModelExecutionSummaryResponse = Awso_iotsitewise.Values.DescribeComputationModelExecutionSummaryResponse

Retrieves information about the execution summary of a computation model.

Sourcemodule DescribeComputationModelRequest = Awso_iotsitewise.Values.DescribeComputationModelRequest

Retrieves information about a computation model.

Sourcemodule DescribeComputationModelResponse = Awso_iotsitewise.Values.DescribeComputationModelResponse

Retrieves information about a computation model.

Retrieves information about a dashboard.

Retrieves information about a dashboard.

Retrieves information about a dataset.

Retrieves information about a dataset.

Sourcemodule DescribeDefaultEncryptionConfigurationRequest = Awso_iotsitewise.Values.DescribeDefaultEncryptionConfigurationRequest

Retrieves information about the default encryption configuration for the Amazon Web Services account in the default or specified Region. For more information, see Key management in the IoT SiteWise User Guide.

Sourcemodule DescribeDefaultEncryptionConfigurationResponse = Awso_iotsitewise.Values.DescribeDefaultEncryptionConfigurationResponse

Retrieves information about the default encryption configuration for the Amazon Web Services account in the default or specified Region. For more information, see Key management in the IoT SiteWise User Guide.

Retrieves information about the execution.

The status of the execution.

Retrieves information about the execution.

Sourcemodule DescribeGatewayCapabilityConfigurationRequest = Awso_iotsitewise.Values.DescribeGatewayCapabilityConfigurationRequest

Each gateway capability defines data sources for a gateway. This is the namespace of the gateway capability. . The namespace follows the format service:capability:version, where: service - The service providing the capability, or iotsitewise. capability - The specific capability type. Options include: opcuacollector for the OPC UA data source collector, or publisher for data publisher capability. version - The version number of the capability. Option include 2 for Classic streams, V2 gateways, and 3 for MQTT-enabled, V3 gateways. After updating a capability configuration, the sync status becomes OUT_OF_SYNC until the gateway processes the configuration.Use DescribeGatewayCapabilityConfiguration to check the sync status and verify the configuration was applied. A gateway can have multiple capability configurations with different namespaces.

Sourcemodule DescribeGatewayCapabilityConfigurationResponse = Awso_iotsitewise.Values.DescribeGatewayCapabilityConfigurationResponse

Each gateway capability defines data sources for a gateway. This is the namespace of the gateway capability. . The namespace follows the format service:capability:version, where: service - The service providing the capability, or iotsitewise. capability - The specific capability type. Options include: opcuacollector for the OPC UA data source collector, or publisher for data publisher capability. version - The version number of the capability. Option include 2 for Classic streams, V2 gateways, and 3 for MQTT-enabled, V3 gateways. After updating a capability configuration, the sync status becomes OUT_OF_SYNC until the gateway processes the configuration.Use DescribeGatewayCapabilityConfiguration to check the sync status and verify the configuration was applied. A gateway can have multiple capability configurations with different namespaces.

Retrieves information about a gateway.

Contains a summary of a gateway capability configuration.

Retrieves information about a gateway.

Retrieves the current IoT SiteWise logging options.

Contains logging options.

Sourcemodule DescribeLoggingOptionsResponse = Awso_iotsitewise.Values.DescribeLoggingOptionsResponse

Retrieves the current IoT SiteWise logging options.

Retrieves information about a portal.

Contains an image that is uploaded to IoT SiteWise and available at a URL.

Retrieves information about a portal.

Retrieves information about a project.

Retrieves information about a project.

Sourcemodule DescribeStorageConfigurationRequest = Awso_iotsitewise.Values.DescribeStorageConfigurationRequest

Retrieves information about the storage configuration for IoT SiteWise.

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.

The number of days your data is kept in the hot tier. By default, your data is kept indefinitely in the hot tier.

Contains information about the storage destination.

Sourcemodule DescribeStorageConfigurationResponse = Awso_iotsitewise.Values.DescribeStorageConfigurationResponse

Retrieves information about the storage configuration for IoT SiteWise.

Retrieves information about a time series (data stream). To identify a time series, do one of the following: If the time series isn't associated with an asset property, specify the alias of the time series. If the time series is associated with an asset property, specify one of the following: The alias of the time series. The assetId and propertyId that identifies the asset property.

Retrieves information about a time series (data stream). To identify a time series, do one of the following: If the time series isn't associated with an asset property, specify the alias of the time series. If the time series is associated with an asset property, specify one of the following: The alias of the time series. The assetId and propertyId that identifies the asset property.

Disassociates a child asset from the given parent asset through a hierarchy defined in the parent asset's model.

Sourcemodule DisassociateTimeSeriesFromAssetPropertyRequest = Awso_iotsitewise.Values.DisassociateTimeSeriesFromAssetPropertyRequest

Disassociates a time series (data stream) from an asset property.

Executes an action on a target resource.

Executes an action on a target resource.

Run SQL queries to retrieve metadata and time-series data from asset models, assets, measurements, metrics, transforms, and aggregates.

The validation failed for this query.

The query timed out.

Run SQL queries to retrieve metadata and time-series data from asset models, assets, measurements, metrics, transforms, and aggregates.

Contains the execution summary of the computation model.

Contains a summary of a gateway.

Sourcemodule GetAssetPropertyValueAggregatesMaxResults = Awso_iotsitewise.Values.GetAssetPropertyValueAggregatesMaxResults
Sourcemodule GetAssetPropertyAggregatesRequest = Awso_iotsitewise.Values.GetAssetPropertyAggregatesRequest

Gets aggregated values for an asset property. For more information, see Querying aggregates in the IoT SiteWise User Guide. To identify an asset property, you must specify one of the following: The assetId and propertyId of an asset property. A propertyAlias, which is a data stream alias (for example, /company/windfarm/3/turbine/7/temperature). To define an asset property's alias, see UpdateAssetProperty.

Sourcemodule GetAssetPropertyAggregatesResponse = Awso_iotsitewise.Values.GetAssetPropertyAggregatesResponse

Gets aggregated values for an asset property. For more information, see Querying aggregates in the IoT SiteWise User Guide. To identify an asset property, you must specify one of the following: The assetId and propertyId of an asset property. A propertyAlias, which is a data stream alias (for example, /company/windfarm/3/turbine/7/temperature). To define an asset property's alias, see UpdateAssetProperty.

Sourcemodule GetAssetPropertyValueHistoryMaxResults = Awso_iotsitewise.Values.GetAssetPropertyValueHistoryMaxResults
Sourcemodule GetAssetPropertyValueHistoryRequest = Awso_iotsitewise.Values.GetAssetPropertyValueHistoryRequest

Gets the history of an asset property's values. For more information, see Querying historical values in the IoT SiteWise User Guide. To identify an asset property, you must specify one of the following: The assetId and propertyId of an asset property. A propertyAlias, which is a data stream alias (for example, /company/windfarm/3/turbine/7/temperature). To define an asset property's alias, see UpdateAssetProperty.

Sourcemodule GetAssetPropertyValueHistoryResponse = Awso_iotsitewise.Values.GetAssetPropertyValueHistoryResponse

Gets the history of an asset property's values. For more information, see Querying historical values in the IoT SiteWise User Guide. To identify an asset property, you must specify one of the following: The assetId and propertyId of an asset property. A propertyAlias, which is a data stream alias (for example, /company/windfarm/3/turbine/7/temperature). To define an asset property's alias, see UpdateAssetProperty.

Gets an asset property's current value. For more information, see Querying current values in the IoT SiteWise User Guide. To identify an asset property, you must specify one of the following: The assetId and propertyId of an asset property. A propertyAlias, which is a data stream alias (for example, /company/windfarm/3/turbine/7/temperature). To define an asset property's alias, see UpdateAssetProperty.

Gets an asset property's current value. For more information, see Querying current values in the IoT SiteWise User Guide. To identify an asset property, you must specify one of the following: The assetId and propertyId of an asset property. A propertyAlias, which is a data stream alias (for example, /company/windfarm/3/turbine/7/temperature). To define an asset property's alias, see UpdateAssetProperty.

Sourcemodule GetInterpolatedAssetPropertyValuesRequest = Awso_iotsitewise.Values.GetInterpolatedAssetPropertyValuesRequest

Get interpolated values for an asset property for a specified time interval, during a period of time. If your time series is missing data points during the specified time interval, you can use interpolation to estimate the missing data. For example, you can use this operation to return the interpolated temperature values for a wind turbine every 24 hours over a duration of 7 days. To identify an asset property, you must specify one of the following: The assetId and propertyId of an asset property. A propertyAlias, which is a data stream alias (for example, /company/windfarm/3/turbine/7/temperature). To define an asset property's alias, see UpdateAssetProperty.

Sourcemodule InterpolatedAssetPropertyValue = Awso_iotsitewise.Values.InterpolatedAssetPropertyValue

Contains information about an interpolated asset property value.

Sourcemodule InterpolatedAssetPropertyValues = Awso_iotsitewise.Values.InterpolatedAssetPropertyValues
Sourcemodule GetInterpolatedAssetPropertyValuesResponse = Awso_iotsitewise.Values.GetInterpolatedAssetPropertyValuesResponse

Get interpolated values for an asset property for a specified time interval, during a period of time. If your time series is missing data points during the specified time interval, you can use interpolation to estimate the missing data. For example, you can use this operation to return the interpolated temperature values for a wind turbine every 24 hours over a duration of 7 days. To identify an asset property, you must specify one of the following: The assetId and propertyId of an asset property. A propertyAlias, which is a data stream alias (for example, /company/windfarm/3/turbine/7/temperature). To define an asset property's alias, see UpdateAssetProperty.

Contains an image that is one of the following: An image file. Choose this option to upload a new image. The ID of an existing image. Choose this option to keep an existing image.

Contains summary information about an interface relationship, which defines how an interface is applied to an asset model. This summary provides the essential identifiers needed to retrieve detailed information about the relationship.

Sourcemodule InterfaceRelationshipSummaries = Awso_iotsitewise.Values.InterfaceRelationshipSummaries

This contains the SiteWise Assistant's response and the corresponding citation.

Invokes SiteWise Assistant to start or continue a conversation.

Contains tracing information of the SiteWise Assistant's reasoning and data access.

Contains the response, citation, and trace from the SiteWise Assistant.

Invokes SiteWise Assistant to start or continue a conversation.

Contains the job summary information.

Retrieves a paginated list of access policies for an identity (an IAM Identity Center user, an IAM Identity Center group, or an IAM user) or an IoT SiteWise Monitor resource (a portal or project).

Retrieves a paginated list of access policies for an identity (an IAM Identity Center user, an IAM Identity Center group, or an IAM user) or an IoT SiteWise Monitor resource (a portal or project).

Retrieves a paginated list of actions for a specific target resource.

Retrieves a paginated list of actions for a specific target resource.

Sourcemodule ListAssetModelCompositeModelsRequest = Awso_iotsitewise.Values.ListAssetModelCompositeModelsRequest

Retrieves a paginated list of composite models associated with the asset model

Sourcemodule ListAssetModelCompositeModelsResponse = Awso_iotsitewise.Values.ListAssetModelCompositeModelsResponse

Retrieves a paginated list of composite models associated with the asset model

Sourcemodule ListAssetModelPropertiesFilter = Awso_iotsitewise.Values.ListAssetModelPropertiesFilter
Sourcemodule ListAssetModelPropertiesRequest = Awso_iotsitewise.Values.ListAssetModelPropertiesRequest

Retrieves a paginated list of properties associated with an asset model. If you update properties associated with the model before you finish listing all the properties, you need to start all over again.

Sourcemodule ListAssetModelPropertiesResponse = Awso_iotsitewise.Values.ListAssetModelPropertiesResponse

Retrieves a paginated list of properties associated with an asset model. If you update properties associated with the model before you finish listing all the properties, you need to start all over again.

Retrieves a paginated list of summaries of all asset models.

Retrieves a paginated list of summaries of all asset models.

Retrieves a paginated list of properties associated with an asset. If you update properties associated with the model before you finish listing all the properties, you need to start all over again.

Retrieves a paginated list of properties associated with an asset. If you update properties associated with the model before you finish listing all the properties, you need to start all over again.

Retrieves a paginated list of asset relationships for an asset. You can use this operation to identify an asset's root asset and all associated assets between that asset and its root.

Sourcemodule ListAssetRelationshipsResponse = Awso_iotsitewise.Values.ListAssetRelationshipsResponse

Retrieves a paginated list of asset relationships for an asset. You can use this operation to identify an asset's root asset and all associated assets between that asset and its root.

Retrieves a paginated list of asset summaries. You can use this operation to do the following: List assets based on a specific asset model. List top-level assets. You can't use this operation to list all assets. To retrieve summaries for all of your assets, use ListAssetModels to get all of your asset model IDs. Then, use ListAssets to get all assets for each asset model.

Retrieves a paginated list of asset summaries. You can use this operation to do the following: List assets based on a specific asset model. List top-level assets. You can't use this operation to list all assets. To retrieve summaries for all of your assets, use ListAssetModels to get all of your asset model IDs. Then, use ListAssets to get all assets for each asset model.

Retrieves a paginated list of associated assets. You can use this operation to do the following: CHILD - List all child assets associated to the asset. PARENT - List the asset's parent asset.

Retrieves a paginated list of associated assets. You can use this operation to do the following: CHILD - List all child assets associated to the asset. PARENT - List the asset's parent asset.

Retrieves a paginated list of bulk import job requests. For more information, see List bulk import jobs (CLI) in the IoT SiteWise User Guide.

Retrieves a paginated list of bulk import job requests. For more information, see List bulk import jobs (CLI) in the IoT SiteWise User Guide.

Sourcemodule ListCompositionRelationshipsRequest = Awso_iotsitewise.Values.ListCompositionRelationshipsRequest

Retrieves a paginated list of composition relationships for an asset model of type COMPONENT_MODEL.

Sourcemodule ListCompositionRelationshipsResponse = Awso_iotsitewise.Values.ListCompositionRelationshipsResponse

Retrieves a paginated list of composition relationships for an asset model of type COMPONENT_MODEL.

Sourcemodule ListComputationModelDataBindingUsagesRequest = Awso_iotsitewise.Values.ListComputationModelDataBindingUsagesRequest

Lists all data binding usages for computation models. This allows to identify where specific data bindings are being utilized across the computation models. This track dependencies between data sources and computation models.

Sourcemodule ListComputationModelDataBindingUsagesResponse = Awso_iotsitewise.Values.ListComputationModelDataBindingUsagesResponse

Lists all data binding usages for computation models. This allows to identify where specific data bindings are being utilized across the computation models. This track dependencies between data sources and computation models.

Sourcemodule ListComputationModelResolveToResourcesRequest = Awso_iotsitewise.Values.ListComputationModelResolveToResourcesRequest

Lists all distinct resources that are resolved from the executed actions of the computation model.

Sourcemodule ListComputationModelResolveToResourcesResponse = Awso_iotsitewise.Values.ListComputationModelResolveToResourcesResponse

Lists all distinct resources that are resolved from the executed actions of the computation model.

Retrieves a paginated list of summaries of all computation models.

Retrieves a paginated list of summaries of all computation models.

Retrieves a paginated list of dashboards for an IoT SiteWise Monitor project.

Retrieves a paginated list of dashboards for an IoT SiteWise Monitor project.

Retrieves a paginated list of datasets for a specific target resource.

Retrieves a paginated list of datasets for a specific target resource.

Retrieves a paginated list of summaries of all executions.

Retrieves a paginated list of summaries of all executions.

Retrieves a paginated list of gateways.

Retrieves a paginated list of gateways.

Sourcemodule ListInterfaceRelationshipsRequest = Awso_iotsitewise.Values.ListInterfaceRelationshipsRequest

Retrieves a paginated list of asset models that have a specific interface asset model applied to them.

Sourcemodule ListInterfaceRelationshipsResponse = Awso_iotsitewise.Values.ListInterfaceRelationshipsResponse

Retrieves a paginated list of asset models that have a specific interface asset model applied to them.

Retrieves a paginated list of IoT SiteWise Monitor portals.

Contains a portal summary.

Retrieves a paginated list of IoT SiteWise Monitor portals.

Retrieves a paginated list of assets associated with an IoT SiteWise Monitor project.

Retrieves a paginated list of assets associated with an IoT SiteWise Monitor project.

Retrieves a paginated list of projects for an IoT SiteWise Monitor portal.

Contains project summary information.

Retrieves a paginated list of projects for an IoT SiteWise Monitor portal.

Retrieves the list of tags for an IoT SiteWise resource.

You are not authorized.

Retrieves the list of tags for an IoT SiteWise resource.

Retrieves a paginated list of time series (data streams).

Contains a summary of a time series (data stream).

Retrieves a paginated list of time series (data streams).

Contains configuration options for mapping properties from an interface asset model to an asset model where the interface is applied.

Sourcemodule PutAssetModelInterfaceRelationshipRequest = Awso_iotsitewise.Values.PutAssetModelInterfaceRelationshipRequest

Creates or updates an interface relationship between an asset model and an interface asset model. This operation applies an interface to an asset model.

Sourcemodule PutAssetModelInterfaceRelationshipResponse = Awso_iotsitewise.Values.PutAssetModelInterfaceRelationshipResponse

Creates or updates an interface relationship between an asset model and an interface asset model. This operation applies an interface to an asset model.

Sourcemodule PutDefaultEncryptionConfigurationRequest = Awso_iotsitewise.Values.PutDefaultEncryptionConfigurationRequest

Sets the default encryption configuration for the Amazon Web Services account. For more information, see Key management in the IoT SiteWise User Guide.

Sourcemodule PutDefaultEncryptionConfigurationResponse = Awso_iotsitewise.Values.PutDefaultEncryptionConfigurationResponse

Sets the default encryption configuration for the Amazon Web Services account. For more information, see Key management in the IoT SiteWise User Guide.

Sets logging options for IoT SiteWise.

Sets logging options for IoT SiteWise.

Sourcemodule PutStorageConfigurationRequest = Awso_iotsitewise.Values.PutStorageConfigurationRequest

Configures storage settings for IoT SiteWise.

Sourcemodule PutStorageConfigurationResponse = Awso_iotsitewise.Values.PutStorageConfigurationResponse

Configures storage settings for IoT SiteWise.

Adds tags to an IoT SiteWise resource. If a tag already exists for the resource, this operation updates the tag's value.

You've reached the quota 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.

Adds tags to an IoT SiteWise resource. If a tag already exists for the resource, this operation updates the tag's value.

Removes a tag from an IoT SiteWise resource.

Removes a tag from an IoT SiteWise resource.

Updates an existing access policy that specifies an identity's access to an IoT SiteWise Monitor portal or project resource.

Updates an existing access policy that specifies an identity's access to an IoT SiteWise Monitor portal or project resource.

Sourcemodule UpdateAssetModelCompositeModelRequest = Awso_iotsitewise.Values.UpdateAssetModelCompositeModelRequest

Updates a composite model and all of the assets that were created from the model. Each asset created from the model inherits the updated asset model's property and hierarchy definitions. For more information, see Updating assets and models in the IoT SiteWise User Guide. If you remove a property from a composite asset model, IoT SiteWise deletes all previous data for that property. You can’t change the type or data type of an existing property. To replace an existing composite asset model property with a new one with the same name, do the following: Submit an UpdateAssetModelCompositeModel request with the entire existing property removed. Submit a second UpdateAssetModelCompositeModel request that includes the new property. The new asset property will have the same name as the previous one and IoT SiteWise will generate a new unique id.

Sourcemodule UpdateAssetModelCompositeModelResponse = Awso_iotsitewise.Values.UpdateAssetModelCompositeModelResponse

Updates a composite model and all of the assets that were created from the model. Each asset created from the model inherits the updated asset model's property and hierarchy definitions. For more information, see Updating assets and models in the IoT SiteWise User Guide. If you remove a property from a composite asset model, IoT SiteWise deletes all previous data for that property. You can’t change the type or data type of an existing property. To replace an existing composite asset model property with a new one with the same name, do the following: Submit an UpdateAssetModelCompositeModel request with the entire existing property removed. Submit a second UpdateAssetModelCompositeModel request that includes the new property. The new asset property will have the same name as the previous one and IoT SiteWise will generate a new unique id.

Updates an asset model and all of the assets that were created from the model. Each asset created from the model inherits the updated asset model's property and hierarchy definitions. For more information, see Updating assets and models in the IoT SiteWise User Guide. If you remove a property from an asset model, IoT SiteWise deletes all previous data for that property. You can’t change the type or data type of an existing property. To replace an existing asset model property with a new one with the same name, do the following: Submit an UpdateAssetModel request with the entire existing property removed. Submit a second UpdateAssetModel request that includes the new property. The new asset property will have the same name as the previous one and IoT SiteWise will generate a new unique id.

Updates an asset model and all of the assets that were created from the model. Each asset created from the model inherits the updated asset model's property and hierarchy definitions. For more information, see Updating assets and models in the IoT SiteWise User Guide. If you remove a property from an asset model, IoT SiteWise deletes all previous data for that property. You can’t change the type or data type of an existing property. To replace an existing asset model property with a new one with the same name, do the following: Submit an UpdateAssetModel request with the entire existing property removed. Submit a second UpdateAssetModel request that includes the new property. The new asset property will have the same name as the previous one and IoT SiteWise will generate a new unique id.

Updates an asset property's alias and notification state. This operation overwrites the property's existing alias and notification state. To keep your existing property's alias or notification state, you must include the existing values in the UpdateAssetProperty request. For more information, see DescribeAssetProperty.

Updates an asset's name. For more information, see Updating assets and models in the IoT SiteWise User Guide.

Updates an asset's name. For more information, see Updating assets and models in the IoT SiteWise User Guide.

Updates the computation model.

Sourcemodule UpdateComputationModelResponse = Awso_iotsitewise.Values.UpdateComputationModelResponse

Updates the computation model.

Updates an IoT SiteWise Monitor dashboard.

Updates an IoT SiteWise Monitor dashboard.

Updates a dataset.

Updates a dataset.

Sourcemodule UpdateGatewayCapabilityConfigurationRequest = Awso_iotsitewise.Values.UpdateGatewayCapabilityConfigurationRequest

Updates a gateway capability configuration or defines a new capability configuration. Each gateway capability defines data sources for a gateway. Important workflow notes: Each gateway capability defines data sources for a gateway. This is the namespace of the gateway capability. . The namespace follows the format service:capability:version, where: service - The service providing the capability, or iotsitewise. capability - The specific capability type. Options include: opcuacollector for the OPC UA data source collector, or publisher for data publisher capability. version - The version number of the capability. Option include 2 for Classic streams, V2 gateways, and 3 for MQTT-enabled, V3 gateways. After updating a capability configuration, the sync status becomes OUT_OF_SYNC until the gateway processes the configuration.Use DescribeGatewayCapabilityConfiguration to check the sync status and verify the configuration was applied. A gateway can have multiple capability configurations with different namespaces.

Sourcemodule UpdateGatewayCapabilityConfigurationResponse = Awso_iotsitewise.Values.UpdateGatewayCapabilityConfigurationResponse

Updates a gateway capability configuration or defines a new capability configuration. Each gateway capability defines data sources for a gateway. Important workflow notes: Each gateway capability defines data sources for a gateway. This is the namespace of the gateway capability. . The namespace follows the format service:capability:version, where: service - The service providing the capability, or iotsitewise. capability - The specific capability type. Options include: opcuacollector for the OPC UA data source collector, or publisher for data publisher capability. version - The version number of the capability. Option include 2 for Classic streams, V2 gateways, and 3 for MQTT-enabled, V3 gateways. After updating a capability configuration, the sync status becomes OUT_OF_SYNC until the gateway processes the configuration.Use DescribeGatewayCapabilityConfiguration to check the sync status and verify the configuration was applied. A gateway can have multiple capability configurations with different namespaces.

Updates a gateway's name.

Updates an IoT SiteWise Monitor portal.

Updates an IoT SiteWise Monitor portal.

Updates an IoT SiteWise Monitor project.

Updates an IoT SiteWise Monitor project.

Sourcemodule Cli : sig ... end