{ "version":"2.0", "metadata":{ "apiVersion":"2019-12-02", "endpointPrefix":"iotsitewise", "jsonVersion":"1.1", "protocol":"rest-json", "serviceFullName":"AWS IoT SiteWise", "serviceId":"IoTSiteWise", "signatureVersion":"v4", "signingName":"iotsitewise", "uid":"iotsitewise-2019-12-02" }, "operations":{ "AssociateAssets":{ "name":"AssociateAssets", "http":{ "method":"POST", "requestUri":"/assets/{assetId}/associate" }, "input":{"shape":"AssociateAssetsRequest"}, "errors":[ {"shape":"InvalidRequestException"}, {"shape":"ResourceNotFoundException"}, {"shape":"InternalFailureException"}, {"shape":"LimitExceededException"}, {"shape":"ThrottlingException"}, {"shape":"ConflictingOperationException"} ], "documentation":"

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 AWS IoT SiteWise User Guide.

", "endpoint":{"hostPrefix":"model."} }, "BatchAssociateProjectAssets":{ "name":"BatchAssociateProjectAssets", "http":{ "method":"POST", "requestUri":"/projects/{projectId}/assets/associate", "responseCode":200 }, "input":{"shape":"BatchAssociateProjectAssetsRequest"}, "output":{"shape":"BatchAssociateProjectAssetsResponse"}, "errors":[ {"shape":"InvalidRequestException"}, {"shape":"ResourceNotFoundException"}, {"shape":"InternalFailureException"}, {"shape":"ThrottlingException"}, {"shape":"LimitExceededException"} ], "documentation":"

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

", "endpoint":{"hostPrefix":"monitor."} }, "BatchDisassociateProjectAssets":{ "name":"BatchDisassociateProjectAssets", "http":{ "method":"POST", "requestUri":"/projects/{projectId}/assets/disassociate", "responseCode":200 }, "input":{"shape":"BatchDisassociateProjectAssetsRequest"}, "output":{"shape":"BatchDisassociateProjectAssetsResponse"}, "errors":[ {"shape":"InvalidRequestException"}, {"shape":"ResourceNotFoundException"}, {"shape":"InternalFailureException"}, {"shape":"ThrottlingException"} ], "documentation":"

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

", "endpoint":{"hostPrefix":"monitor."} }, "BatchPutAssetPropertyValue":{ "name":"BatchPutAssetPropertyValue", "http":{ "method":"POST", "requestUri":"/properties" }, "input":{"shape":"BatchPutAssetPropertyValueRequest"}, "output":{"shape":"BatchPutAssetPropertyValueResponse"}, "errors":[ {"shape":"InvalidRequestException"}, {"shape":"ResourceNotFoundException"}, {"shape":"InternalFailureException"}, {"shape":"ThrottlingException"}, {"shape":"LimitExceededException"}, {"shape":"ServiceUnavailableException"}, {"shape":"ConflictingOperationException"} ], "documentation":"

Sends a list of asset property values to AWS IoT SiteWise. Each value is a timestamp-quality-value (TQV) data point. For more information, see Ingesting Data Using the API in the AWS IoT SiteWise User Guide.

To identify an asset property, you must specify one of the following:

With respect to Unix epoch time, AWS IoT SiteWise accepts only TQVs that have a timestamp of no more than 15 minutes in the past and no more than 5 minutes in the future. AWS IoT SiteWise rejects timestamps outside of the inclusive range of [-15, +5] minutes and returns a TimestampOutOfRangeException error.

For each asset property, AWS 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.

", "endpoint":{"hostPrefix":"data."} }, "CreateAccessPolicy":{ "name":"CreateAccessPolicy", "http":{ "method":"POST", "requestUri":"/access-policies", "responseCode":201 }, "input":{"shape":"CreateAccessPolicyRequest"}, "output":{"shape":"CreateAccessPolicyResponse"}, "errors":[ {"shape":"InvalidRequestException"}, {"shape":"ResourceNotFoundException"}, {"shape":"InternalFailureException"}, {"shape":"ThrottlingException"}, {"shape":"LimitExceededException"} ], "documentation":"

Creates an access policy that grants the specified AWS Single Sign-On user or group access to the specified AWS IoT SiteWise Monitor portal or project resource.

", "endpoint":{"hostPrefix":"monitor."} }, "CreateAsset":{ "name":"CreateAsset", "http":{ "method":"POST", "requestUri":"/assets", "responseCode":202 }, "input":{"shape":"CreateAssetRequest"}, "output":{"shape":"CreateAssetResponse"}, "errors":[ {"shape":"InvalidRequestException"}, {"shape":"ResourceAlreadyExistsException"}, {"shape":"ResourceNotFoundException"}, {"shape":"InternalFailureException"}, {"shape":"ThrottlingException"}, {"shape":"LimitExceededException"}, {"shape":"ConflictingOperationException"} ], "documentation":"

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

", "endpoint":{"hostPrefix":"model."} }, "CreateAssetModel":{ "name":"CreateAssetModel", "http":{ "method":"POST", "requestUri":"/asset-models", "responseCode":202 }, "input":{"shape":"CreateAssetModelRequest"}, "output":{"shape":"CreateAssetModelResponse"}, "errors":[ {"shape":"InvalidRequestException"}, {"shape":"ResourceAlreadyExistsException"}, {"shape":"ResourceNotFoundException"}, {"shape":"InternalFailureException"}, {"shape":"ThrottlingException"}, {"shape":"LimitExceededException"}, {"shape":"ConflictingOperationException"} ], "documentation":"

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 AWS IoT SiteWise User Guide.

", "endpoint":{"hostPrefix":"model."} }, "CreateDashboard":{ "name":"CreateDashboard", "http":{ "method":"POST", "requestUri":"/dashboards", "responseCode":201 }, "input":{"shape":"CreateDashboardRequest"}, "output":{"shape":"CreateDashboardResponse"}, "errors":[ {"shape":"InvalidRequestException"}, {"shape":"ResourceNotFoundException"}, {"shape":"InternalFailureException"}, {"shape":"ThrottlingException"}, {"shape":"LimitExceededException"} ], "documentation":"

Creates a dashboard in an AWS IoT SiteWise Monitor project.

", "endpoint":{"hostPrefix":"monitor."} }, "CreateGateway":{ "name":"CreateGateway", "http":{ "method":"POST", "requestUri":"/20200301/gateways", "responseCode":201 }, "input":{"shape":"CreateGatewayRequest"}, "output":{"shape":"CreateGatewayResponse"}, "errors":[ {"shape":"InvalidRequestException"}, {"shape":"ResourceAlreadyExistsException"}, {"shape":"InternalFailureException"}, {"shape":"ThrottlingException"}, {"shape":"LimitExceededException"} ], "documentation":"

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

", "endpoint":{"hostPrefix":"edge."} }, "CreatePortal":{ "name":"CreatePortal", "http":{ "method":"POST", "requestUri":"/portals", "responseCode":202 }, "input":{"shape":"CreatePortalRequest"}, "output":{"shape":"CreatePortalResponse"}, "errors":[ {"shape":"InvalidRequestException"}, {"shape":"ResourceNotFoundException"}, {"shape":"InternalFailureException"}, {"shape":"ThrottlingException"}, {"shape":"LimitExceededException"} ], "documentation":"

Creates a portal, which can contain projects and dashboards. Before you can create a portal, you must configure AWS Single Sign-On in the current Region. AWS IoT SiteWise Monitor uses AWS SSO to manage user permissions. For more information, see Enabling AWS SSO in the AWS IoT SiteWise User Guide.

Before you can sign in to a new portal, you must add at least one AWS SSO user or group to that portal. For more information, see Adding or Removing Portal Administrators in the AWS IoT SiteWise User Guide.

", "endpoint":{"hostPrefix":"monitor."} }, "CreateProject":{ "name":"CreateProject", "http":{ "method":"POST", "requestUri":"/projects", "responseCode":201 }, "input":{"shape":"CreateProjectRequest"}, "output":{"shape":"CreateProjectResponse"}, "errors":[ {"shape":"InvalidRequestException"}, {"shape":"ResourceNotFoundException"}, {"shape":"InternalFailureException"}, {"shape":"ThrottlingException"}, {"shape":"LimitExceededException"} ], "documentation":"

Creates a project in the specified portal.

", "endpoint":{"hostPrefix":"monitor."} }, "DeleteAccessPolicy":{ "name":"DeleteAccessPolicy", "http":{ "method":"DELETE", "requestUri":"/access-policies/{accessPolicyId}", "responseCode":204 }, "input":{"shape":"DeleteAccessPolicyRequest"}, "output":{"shape":"DeleteAccessPolicyResponse"}, "errors":[ {"shape":"InvalidRequestException"}, {"shape":"ResourceNotFoundException"}, {"shape":"InternalFailureException"}, {"shape":"ThrottlingException"} ], "documentation":"

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

", "endpoint":{"hostPrefix":"monitor."} }, "DeleteAsset":{ "name":"DeleteAsset", "http":{ "method":"DELETE", "requestUri":"/assets/{assetId}", "responseCode":202 }, "input":{"shape":"DeleteAssetRequest"}, "output":{"shape":"DeleteAssetResponse"}, "errors":[ {"shape":"InvalidRequestException"}, {"shape":"ResourceNotFoundException"}, {"shape":"InternalFailureException"}, {"shape":"ThrottlingException"}, {"shape":"ConflictingOperationException"} ], "documentation":"

Deletes an asset. This action can't be undone. For more information, see Deleting Assets and Models in the AWS IoT SiteWise User Guide.

You can't delete an asset that's associated to another asset. For more information, see DisassociateAssets.

", "endpoint":{"hostPrefix":"model."} }, "DeleteAssetModel":{ "name":"DeleteAssetModel", "http":{ "method":"DELETE", "requestUri":"/asset-models/{assetModelId}", "responseCode":202 }, "input":{"shape":"DeleteAssetModelRequest"}, "output":{"shape":"DeleteAssetModelResponse"}, "errors":[ {"shape":"InvalidRequestException"}, {"shape":"ResourceNotFoundException"}, {"shape":"InternalFailureException"}, {"shape":"ThrottlingException"}, {"shape":"ConflictingOperationException"} ], "documentation":"

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 AWS IoT SiteWise User Guide.

", "endpoint":{"hostPrefix":"model."} }, "DeleteDashboard":{ "name":"DeleteDashboard", "http":{ "method":"DELETE", "requestUri":"/dashboards/{dashboardId}", "responseCode":204 }, "input":{"shape":"DeleteDashboardRequest"}, "output":{"shape":"DeleteDashboardResponse"}, "errors":[ {"shape":"InvalidRequestException"}, {"shape":"ResourceNotFoundException"}, {"shape":"InternalFailureException"}, {"shape":"ThrottlingException"} ], "documentation":"

Deletes a dashboard from AWS IoT SiteWise Monitor.

", "endpoint":{"hostPrefix":"monitor."} }, "DeleteGateway":{ "name":"DeleteGateway", "http":{ "method":"DELETE", "requestUri":"/20200301/gateways/{gatewayId}" }, "input":{"shape":"DeleteGatewayRequest"}, "errors":[ {"shape":"InvalidRequestException"}, {"shape":"ResourceNotFoundException"}, {"shape":"InternalFailureException"}, {"shape":"ThrottlingException"} ], "documentation":"

Deletes a gateway from AWS IoT SiteWise. When you delete a gateway, some of the gateway's files remain in your gateway's file system. For more information, see Data retention in the AWS IoT SiteWise User Guide.

", "endpoint":{"hostPrefix":"edge."} }, "DeletePortal":{ "name":"DeletePortal", "http":{ "method":"DELETE", "requestUri":"/portals/{portalId}", "responseCode":202 }, "input":{"shape":"DeletePortalRequest"}, "output":{"shape":"DeletePortalResponse"}, "errors":[ {"shape":"InvalidRequestException"}, {"shape":"ResourceNotFoundException"}, {"shape":"InternalFailureException"}, {"shape":"ThrottlingException"}, {"shape":"ConflictingOperationException"} ], "documentation":"

Deletes a portal from AWS IoT SiteWise Monitor.

", "endpoint":{"hostPrefix":"monitor."} }, "DeleteProject":{ "name":"DeleteProject", "http":{ "method":"DELETE", "requestUri":"/projects/{projectId}", "responseCode":204 }, "input":{"shape":"DeleteProjectRequest"}, "output":{"shape":"DeleteProjectResponse"}, "errors":[ {"shape":"InvalidRequestException"}, {"shape":"ResourceNotFoundException"}, {"shape":"InternalFailureException"}, {"shape":"ThrottlingException"} ], "documentation":"

Deletes a project from AWS IoT SiteWise Monitor.

", "endpoint":{"hostPrefix":"monitor."} }, "DescribeAccessPolicy":{ "name":"DescribeAccessPolicy", "http":{ "method":"GET", "requestUri":"/access-policies/{accessPolicyId}", "responseCode":200 }, "input":{"shape":"DescribeAccessPolicyRequest"}, "output":{"shape":"DescribeAccessPolicyResponse"}, "errors":[ {"shape":"InvalidRequestException"}, {"shape":"ResourceNotFoundException"}, {"shape":"InternalFailureException"}, {"shape":"ThrottlingException"} ], "documentation":"

Describes an access policy, which specifies an AWS SSO user or group's access to an AWS IoT SiteWise Monitor portal or project.

", "endpoint":{"hostPrefix":"monitor."} }, "DescribeAsset":{ "name":"DescribeAsset", "http":{ "method":"GET", "requestUri":"/assets/{assetId}" }, "input":{"shape":"DescribeAssetRequest"}, "output":{"shape":"DescribeAssetResponse"}, "errors":[ {"shape":"InvalidRequestException"}, {"shape":"ResourceNotFoundException"}, {"shape":"InternalFailureException"}, {"shape":"ThrottlingException"} ], "documentation":"

Retrieves information about an asset.

", "endpoint":{"hostPrefix":"model."} }, "DescribeAssetModel":{ "name":"DescribeAssetModel", "http":{ "method":"GET", "requestUri":"/asset-models/{assetModelId}" }, "input":{"shape":"DescribeAssetModelRequest"}, "output":{"shape":"DescribeAssetModelResponse"}, "errors":[ {"shape":"InvalidRequestException"}, {"shape":"ResourceNotFoundException"}, {"shape":"InternalFailureException"}, {"shape":"ThrottlingException"} ], "documentation":"

Retrieves information about an asset model.

", "endpoint":{"hostPrefix":"model."} }, "DescribeAssetProperty":{ "name":"DescribeAssetProperty", "http":{ "method":"GET", "requestUri":"/assets/{assetId}/properties/{propertyId}" }, "input":{"shape":"DescribeAssetPropertyRequest"}, "output":{"shape":"DescribeAssetPropertyResponse"}, "errors":[ {"shape":"InvalidRequestException"}, {"shape":"ResourceNotFoundException"}, {"shape":"InternalFailureException"}, {"shape":"ThrottlingException"} ], "documentation":"

Retrieves information about an asset's property.

", "endpoint":{"hostPrefix":"model."} }, "DescribeDashboard":{ "name":"DescribeDashboard", "http":{ "method":"GET", "requestUri":"/dashboards/{dashboardId}", "responseCode":200 }, "input":{"shape":"DescribeDashboardRequest"}, "output":{"shape":"DescribeDashboardResponse"}, "errors":[ {"shape":"InvalidRequestException"}, {"shape":"ResourceNotFoundException"}, {"shape":"InternalFailureException"}, {"shape":"ThrottlingException"} ], "documentation":"

Retrieves information about a dashboard.

", "endpoint":{"hostPrefix":"monitor."} }, "DescribeGateway":{ "name":"DescribeGateway", "http":{ "method":"GET", "requestUri":"/20200301/gateways/{gatewayId}" }, "input":{"shape":"DescribeGatewayRequest"}, "output":{"shape":"DescribeGatewayResponse"}, "errors":[ {"shape":"InvalidRequestException"}, {"shape":"ResourceNotFoundException"}, {"shape":"InternalFailureException"}, {"shape":"ThrottlingException"} ], "documentation":"

Retrieves information about a gateway.

", "endpoint":{"hostPrefix":"edge."} }, "DescribeGatewayCapabilityConfiguration":{ "name":"DescribeGatewayCapabilityConfiguration", "http":{ "method":"GET", "requestUri":"/20200301/gateways/{gatewayId}/capability/{capabilityNamespace}" }, "input":{"shape":"DescribeGatewayCapabilityConfigurationRequest"}, "output":{"shape":"DescribeGatewayCapabilityConfigurationResponse"}, "errors":[ {"shape":"InvalidRequestException"}, {"shape":"ResourceNotFoundException"}, {"shape":"InternalFailureException"}, {"shape":"ThrottlingException"} ], "documentation":"

Retrieves information about a gateway capability configuration. Each gateway capability defines data sources for a gateway. A capability configuration can contain multiple data source configurations. If you define OPC-UA sources for a gateway in the AWS IoT SiteWise console, all of your OPC-UA sources are stored in one capability configuration. To list all capability configurations for a gateway, use DescribeGateway.

", "endpoint":{"hostPrefix":"edge."} }, "DescribeLoggingOptions":{ "name":"DescribeLoggingOptions", "http":{ "method":"GET", "requestUri":"/logging" }, "input":{"shape":"DescribeLoggingOptionsRequest"}, "output":{"shape":"DescribeLoggingOptionsResponse"}, "errors":[ {"shape":"InvalidRequestException"}, {"shape":"ThrottlingException"}, {"shape":"InternalFailureException"}, {"shape":"ResourceNotFoundException"} ], "documentation":"

Retrieves the current AWS IoT SiteWise logging options.

", "endpoint":{"hostPrefix":"model."} }, "DescribePortal":{ "name":"DescribePortal", "http":{ "method":"GET", "requestUri":"/portals/{portalId}", "responseCode":200 }, "input":{"shape":"DescribePortalRequest"}, "output":{"shape":"DescribePortalResponse"}, "errors":[ {"shape":"InvalidRequestException"}, {"shape":"ResourceNotFoundException"}, {"shape":"InternalFailureException"}, {"shape":"ThrottlingException"} ], "documentation":"

Retrieves information about a portal.

", "endpoint":{"hostPrefix":"monitor."} }, "DescribeProject":{ "name":"DescribeProject", "http":{ "method":"GET", "requestUri":"/projects/{projectId}", "responseCode":200 }, "input":{"shape":"DescribeProjectRequest"}, "output":{"shape":"DescribeProjectResponse"}, "errors":[ {"shape":"InvalidRequestException"}, {"shape":"ResourceNotFoundException"}, {"shape":"InternalFailureException"}, {"shape":"ThrottlingException"} ], "documentation":"

Retrieves information about a project.

", "endpoint":{"hostPrefix":"monitor."} }, "DisassociateAssets":{ "name":"DisassociateAssets", "http":{ "method":"POST", "requestUri":"/assets/{assetId}/disassociate" }, "input":{"shape":"DisassociateAssetsRequest"}, "errors":[ {"shape":"InvalidRequestException"}, {"shape":"ResourceNotFoundException"}, {"shape":"InternalFailureException"}, {"shape":"ThrottlingException"}, {"shape":"ConflictingOperationException"} ], "documentation":"

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

", "endpoint":{"hostPrefix":"model."} }, "GetAssetPropertyAggregates":{ "name":"GetAssetPropertyAggregates", "http":{ "method":"GET", "requestUri":"/properties/aggregates" }, "input":{"shape":"GetAssetPropertyAggregatesRequest"}, "output":{"shape":"GetAssetPropertyAggregatesResponse"}, "errors":[ {"shape":"InvalidRequestException"}, {"shape":"ResourceNotFoundException"}, {"shape":"InternalFailureException"}, {"shape":"ThrottlingException"}, {"shape":"ServiceUnavailableException"} ], "documentation":"

Gets aggregated values for an asset property. For more information, see Querying Aggregated Property Values in the AWS IoT SiteWise User Guide.

To identify an asset property, you must specify one of the following:

", "endpoint":{"hostPrefix":"data."} }, "GetAssetPropertyValue":{ "name":"GetAssetPropertyValue", "http":{ "method":"GET", "requestUri":"/properties/latest" }, "input":{"shape":"GetAssetPropertyValueRequest"}, "output":{"shape":"GetAssetPropertyValueResponse"}, "errors":[ {"shape":"InvalidRequestException"}, {"shape":"ResourceNotFoundException"}, {"shape":"InternalFailureException"}, {"shape":"ThrottlingException"}, {"shape":"ServiceUnavailableException"} ], "documentation":"

Gets an asset property's current value. For more information, see Querying Current Property Values in the AWS IoT SiteWise User Guide.

To identify an asset property, you must specify one of the following:

", "endpoint":{"hostPrefix":"data."} }, "GetAssetPropertyValueHistory":{ "name":"GetAssetPropertyValueHistory", "http":{ "method":"GET", "requestUri":"/properties/history" }, "input":{"shape":"GetAssetPropertyValueHistoryRequest"}, "output":{"shape":"GetAssetPropertyValueHistoryResponse"}, "errors":[ {"shape":"InvalidRequestException"}, {"shape":"ResourceNotFoundException"}, {"shape":"InternalFailureException"}, {"shape":"ThrottlingException"}, {"shape":"ServiceUnavailableException"} ], "documentation":"

Gets the history of an asset property's values. For more information, see Querying Historical Property Values in the AWS IoT SiteWise User Guide.

To identify an asset property, you must specify one of the following:

", "endpoint":{"hostPrefix":"data."} }, "ListAccessPolicies":{ "name":"ListAccessPolicies", "http":{ "method":"GET", "requestUri":"/access-policies", "responseCode":200 }, "input":{"shape":"ListAccessPoliciesRequest"}, "output":{"shape":"ListAccessPoliciesResponse"}, "errors":[ {"shape":"InvalidRequestException"}, {"shape":"InternalFailureException"}, {"shape":"ThrottlingException"} ], "documentation":"

Retrieves a paginated list of access policies for an AWS SSO identity (a user or group) or an AWS IoT SiteWise Monitor resource (a portal or project).

", "endpoint":{"hostPrefix":"monitor."} }, "ListAssetModels":{ "name":"ListAssetModels", "http":{ "method":"GET", "requestUri":"/asset-models" }, "input":{"shape":"ListAssetModelsRequest"}, "output":{"shape":"ListAssetModelsResponse"}, "errors":[ {"shape":"InvalidRequestException"}, {"shape":"InternalFailureException"}, {"shape":"ThrottlingException"} ], "documentation":"

Retrieves a paginated list of summaries of all asset models.

", "endpoint":{"hostPrefix":"model."} }, "ListAssets":{ "name":"ListAssets", "http":{ "method":"GET", "requestUri":"/assets" }, "input":{"shape":"ListAssetsRequest"}, "output":{"shape":"ListAssetsResponse"}, "errors":[ {"shape":"InvalidRequestException"}, {"shape":"InternalFailureException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ThrottlingException"} ], "documentation":"

Retrieves a paginated list of asset summaries.

You can use this operation to do the following:

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.

", "endpoint":{"hostPrefix":"model."} }, "ListAssociatedAssets":{ "name":"ListAssociatedAssets", "http":{ "method":"GET", "requestUri":"/assets/{assetId}/hierarchies" }, "input":{"shape":"ListAssociatedAssetsRequest"}, "output":{"shape":"ListAssociatedAssetsResponse"}, "errors":[ {"shape":"InvalidRequestException"}, {"shape":"InternalFailureException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ThrottlingException"} ], "documentation":"

Retrieves a paginated list of the assets associated to a parent asset (assetId) by a given hierarchy (hierarchyId).

", "endpoint":{"hostPrefix":"model."} }, "ListDashboards":{ "name":"ListDashboards", "http":{ "method":"GET", "requestUri":"/dashboards", "responseCode":200 }, "input":{"shape":"ListDashboardsRequest"}, "output":{"shape":"ListDashboardsResponse"}, "errors":[ {"shape":"InvalidRequestException"}, {"shape":"InternalFailureException"}, {"shape":"ThrottlingException"} ], "documentation":"

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

", "endpoint":{"hostPrefix":"monitor."} }, "ListGateways":{ "name":"ListGateways", "http":{ "method":"GET", "requestUri":"/20200301/gateways" }, "input":{"shape":"ListGatewaysRequest"}, "output":{"shape":"ListGatewaysResponse"}, "errors":[ {"shape":"InvalidRequestException"}, {"shape":"InternalFailureException"}, {"shape":"ThrottlingException"} ], "documentation":"

Retrieves a paginated list of gateways.

", "endpoint":{"hostPrefix":"edge."} }, "ListPortals":{ "name":"ListPortals", "http":{ "method":"GET", "requestUri":"/portals", "responseCode":200 }, "input":{"shape":"ListPortalsRequest"}, "output":{"shape":"ListPortalsResponse"}, "errors":[ {"shape":"InvalidRequestException"}, {"shape":"InternalFailureException"}, {"shape":"ThrottlingException"} ], "documentation":"

Retrieves a paginated list of AWS IoT SiteWise Monitor portals.

", "endpoint":{"hostPrefix":"monitor."} }, "ListProjectAssets":{ "name":"ListProjectAssets", "http":{ "method":"GET", "requestUri":"/projects/{projectId}/assets", "responseCode":200 }, "input":{"shape":"ListProjectAssetsRequest"}, "output":{"shape":"ListProjectAssetsResponse"}, "errors":[ {"shape":"InvalidRequestException"}, {"shape":"InternalFailureException"}, {"shape":"ThrottlingException"} ], "documentation":"

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

", "endpoint":{"hostPrefix":"monitor."} }, "ListProjects":{ "name":"ListProjects", "http":{ "method":"GET", "requestUri":"/projects", "responseCode":200 }, "input":{"shape":"ListProjectsRequest"}, "output":{"shape":"ListProjectsResponse"}, "errors":[ {"shape":"InvalidRequestException"}, {"shape":"InternalFailureException"}, {"shape":"ThrottlingException"} ], "documentation":"

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

", "endpoint":{"hostPrefix":"monitor."} }, "ListTagsForResource":{ "name":"ListTagsForResource", "http":{ "method":"GET", "requestUri":"/tags" }, "input":{"shape":"ListTagsForResourceRequest"}, "output":{"shape":"ListTagsForResourceResponse"}, "errors":[ {"shape":"InvalidRequestException"}, {"shape":"InternalFailureException"}, {"shape":"ThrottlingException"}, {"shape":"ResourceNotFoundException"} ], "documentation":"

Retrieves the list of tags for an AWS IoT SiteWise resource.

" }, "PutLoggingOptions":{ "name":"PutLoggingOptions", "http":{ "method":"PUT", "requestUri":"/logging" }, "input":{"shape":"PutLoggingOptionsRequest"}, "output":{"shape":"PutLoggingOptionsResponse"}, "errors":[ {"shape":"InvalidRequestException"}, {"shape":"ThrottlingException"}, {"shape":"InternalFailureException"}, {"shape":"ConflictingOperationException"}, {"shape":"ResourceNotFoundException"} ], "documentation":"

Sets logging options for AWS IoT SiteWise.

", "endpoint":{"hostPrefix":"model."} }, "TagResource":{ "name":"TagResource", "http":{ "method":"POST", "requestUri":"/tags" }, "input":{"shape":"TagResourceRequest"}, "output":{"shape":"TagResourceResponse"}, "errors":[ {"shape":"InvalidRequestException"}, {"shape":"InternalFailureException"}, {"shape":"ThrottlingException"}, {"shape":"ResourceNotFoundException"}, {"shape":"TooManyTagsException"} ], "documentation":"

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

" }, "UntagResource":{ "name":"UntagResource", "http":{ "method":"DELETE", "requestUri":"/tags" }, "input":{"shape":"UntagResourceRequest"}, "output":{"shape":"UntagResourceResponse"}, "errors":[ {"shape":"InvalidRequestException"}, {"shape":"InternalFailureException"}, {"shape":"ThrottlingException"}, {"shape":"ResourceNotFoundException"} ], "documentation":"

Removes a tag from an AWS IoT SiteWise resource.

" }, "UpdateAccessPolicy":{ "name":"UpdateAccessPolicy", "http":{ "method":"PUT", "requestUri":"/access-policies/{accessPolicyId}", "responseCode":200 }, "input":{"shape":"UpdateAccessPolicyRequest"}, "output":{"shape":"UpdateAccessPolicyResponse"}, "errors":[ {"shape":"InvalidRequestException"}, {"shape":"ResourceNotFoundException"}, {"shape":"InternalFailureException"}, {"shape":"ThrottlingException"} ], "documentation":"

Updates an existing access policy that specifies an AWS SSO user or group's access to an AWS IoT SiteWise Monitor portal or project resource.

", "endpoint":{"hostPrefix":"monitor."} }, "UpdateAsset":{ "name":"UpdateAsset", "http":{ "method":"PUT", "requestUri":"/assets/{assetId}", "responseCode":202 }, "input":{"shape":"UpdateAssetRequest"}, "output":{"shape":"UpdateAssetResponse"}, "errors":[ {"shape":"InvalidRequestException"}, {"shape":"ResourceAlreadyExistsException"}, {"shape":"ResourceNotFoundException"}, {"shape":"InternalFailureException"}, {"shape":"ThrottlingException"}, {"shape":"ConflictingOperationException"} ], "documentation":"

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

", "endpoint":{"hostPrefix":"model."} }, "UpdateAssetModel":{ "name":"UpdateAssetModel", "http":{ "method":"PUT", "requestUri":"/asset-models/{assetModelId}", "responseCode":202 }, "input":{"shape":"UpdateAssetModelRequest"}, "output":{"shape":"UpdateAssetModelResponse"}, "errors":[ {"shape":"InvalidRequestException"}, {"shape":"ResourceAlreadyExistsException"}, {"shape":"ResourceNotFoundException"}, {"shape":"InternalFailureException"}, {"shape":"LimitExceededException"}, {"shape":"ThrottlingException"}, {"shape":"ConflictingOperationException"} ], "documentation":"

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 AWS IoT SiteWise User Guide.

This operation overwrites the existing model with the provided model. To avoid deleting your asset model's properties or hierarchies, you must include their IDs and definitions in the updated asset model payload. For more information, see DescribeAssetModel.

If you remove a property from an asset model or update a property's formula expression, AWS IoT SiteWise deletes all previous data for that property. If you remove a hierarchy definition from an asset model, AWS IoT SiteWise disassociates every asset associated with that hierarchy. You can't change the type or data type of an existing property.

", "endpoint":{"hostPrefix":"model."} }, "UpdateAssetProperty":{ "name":"UpdateAssetProperty", "http":{ "method":"PUT", "requestUri":"/assets/{assetId}/properties/{propertyId}" }, "input":{"shape":"UpdateAssetPropertyRequest"}, "errors":[ {"shape":"InvalidRequestException"}, {"shape":"ResourceNotFoundException"}, {"shape":"InternalFailureException"}, {"shape":"ThrottlingException"}, {"shape":"ConflictingOperationException"} ], "documentation":"

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.

", "endpoint":{"hostPrefix":"model."} }, "UpdateDashboard":{ "name":"UpdateDashboard", "http":{ "method":"PUT", "requestUri":"/dashboards/{dashboardId}", "responseCode":200 }, "input":{"shape":"UpdateDashboardRequest"}, "output":{"shape":"UpdateDashboardResponse"}, "errors":[ {"shape":"InvalidRequestException"}, {"shape":"ResourceNotFoundException"}, {"shape":"InternalFailureException"}, {"shape":"ThrottlingException"} ], "documentation":"

Updates an AWS IoT SiteWise Monitor dashboard.

", "endpoint":{"hostPrefix":"monitor."} }, "UpdateGateway":{ "name":"UpdateGateway", "http":{ "method":"PUT", "requestUri":"/20200301/gateways/{gatewayId}" }, "input":{"shape":"UpdateGatewayRequest"}, "errors":[ {"shape":"InvalidRequestException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ConflictingOperationException"}, {"shape":"InternalFailureException"}, {"shape":"ThrottlingException"} ], "documentation":"

Updates a gateway's name.

", "endpoint":{"hostPrefix":"edge."} }, "UpdateGatewayCapabilityConfiguration":{ "name":"UpdateGatewayCapabilityConfiguration", "http":{ "method":"POST", "requestUri":"/20200301/gateways/{gatewayId}/capability", "responseCode":201 }, "input":{"shape":"UpdateGatewayCapabilityConfigurationRequest"}, "output":{"shape":"UpdateGatewayCapabilityConfigurationResponse"}, "errors":[ {"shape":"InvalidRequestException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ConflictingOperationException"}, {"shape":"InternalFailureException"}, {"shape":"ThrottlingException"}, {"shape":"LimitExceededException"} ], "documentation":"

Updates a gateway capability configuration or defines a new capability configuration. Each gateway capability defines data sources for a gateway. A capability configuration can contain multiple data source configurations. If you define OPC-UA sources for a gateway in the AWS IoT SiteWise console, all of your OPC-UA sources are stored in one capability configuration. To list all capability configurations for a gateway, use DescribeGateway.

", "endpoint":{"hostPrefix":"edge."} }, "UpdatePortal":{ "name":"UpdatePortal", "http":{ "method":"PUT", "requestUri":"/portals/{portalId}", "responseCode":202 }, "input":{"shape":"UpdatePortalRequest"}, "output":{"shape":"UpdatePortalResponse"}, "errors":[ {"shape":"InvalidRequestException"}, {"shape":"ResourceNotFoundException"}, {"shape":"InternalFailureException"}, {"shape":"ThrottlingException"}, {"shape":"ConflictingOperationException"} ], "documentation":"

Updates an AWS IoT SiteWise Monitor portal.

", "endpoint":{"hostPrefix":"monitor."} }, "UpdateProject":{ "name":"UpdateProject", "http":{ "method":"PUT", "requestUri":"/projects/{projectId}", "responseCode":200 }, "input":{"shape":"UpdateProjectRequest"}, "output":{"shape":"UpdateProjectResponse"}, "errors":[ {"shape":"InvalidRequestException"}, {"shape":"ResourceNotFoundException"}, {"shape":"InternalFailureException"}, {"shape":"ThrottlingException"} ], "documentation":"

Updates an AWS IoT SiteWise Monitor project.

", "endpoint":{"hostPrefix":"monitor."} } }, "shapes":{ "ARN":{ "type":"string", "max":1600, "min":1, "pattern":".*" }, "AccessPolicySummaries":{ "type":"list", "member":{"shape":"AccessPolicySummary"} }, "AccessPolicySummary":{ "type":"structure", "required":[ "id", "identity", "resource", "permission" ], "members":{ "id":{ "shape":"ID", "documentation":"

The ID of the access policy.

" }, "identity":{ "shape":"Identity", "documentation":"

The AWS SSO identity (a user or group).

" }, "resource":{ "shape":"Resource", "documentation":"

The AWS IoT SiteWise Monitor resource (a portal or project).

" }, "permission":{ "shape":"Permission", "documentation":"

The permissions for the access policy. Note that a project ADMINISTRATOR is also known as a project owner.

" }, "creationDate":{ "shape":"Timestamp", "documentation":"

The date the access policy was created, in Unix epoch time.

" }, "lastUpdateDate":{ "shape":"Timestamp", "documentation":"

The date the access policy was last updated, in Unix epoch time.

" } }, "documentation":"

Contains an access policy that defines an AWS SSO identity's access to an AWS IoT SiteWise Monitor resource.

" }, "AggregateType":{ "type":"string", "enum":[ "AVERAGE", "COUNT", "MAXIMUM", "MINIMUM", "SUM", "STANDARD_DEVIATION" ] }, "AggregateTypes":{ "type":"list", "member":{"shape":"AggregateType"}, "min":1 }, "AggregatedDoubleValue":{"type":"double"}, "AggregatedValue":{ "type":"structure", "required":[ "timestamp", "value" ], "members":{ "timestamp":{ "shape":"Timestamp", "documentation":"

The date the aggregating computations occurred, in Unix epoch time.

" }, "quality":{ "shape":"Quality", "documentation":"

The quality of the aggregated data.

" }, "value":{ "shape":"Aggregates", "documentation":"

The value of the aggregates.

" } }, "documentation":"

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

" }, "AggregatedValues":{ "type":"list", "member":{"shape":"AggregatedValue"} }, "Aggregates":{ "type":"structure", "members":{ "average":{ "shape":"AggregatedDoubleValue", "documentation":"

The average (mean) value of the time series over a time interval window.

" }, "count":{ "shape":"AggregatedDoubleValue", "documentation":"

The count of data points in the time series over a time interval window.

" }, "maximum":{ "shape":"AggregatedDoubleValue", "documentation":"

The maximum value of the time series over a time interval window.

" }, "minimum":{ "shape":"AggregatedDoubleValue", "documentation":"

The minimum value of the time series over a time interval window.

" }, "sum":{ "shape":"AggregatedDoubleValue", "documentation":"

The sum of the time series over a time interval window.

" }, "standardDeviation":{ "shape":"AggregatedDoubleValue", "documentation":"

The standard deviation of the time series over a time interval window.

" } }, "documentation":"

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

" }, "AmazonResourceName":{ "type":"string", "max":1011, "min":1 }, "AssetErrorCode":{ "type":"string", "enum":["INTERNAL_FAILURE"] }, "AssetErrorDetails":{ "type":"structure", "required":[ "assetId", "code", "message" ], "members":{ "assetId":{ "shape":"ID", "documentation":"

The ID of the asset.

" }, "code":{ "shape":"AssetErrorCode", "documentation":"

The error code.

" }, "message":{ "shape":"AssetErrorMessage", "documentation":"

The error message.

" } }, "documentation":"

Contains error details for the requested associate project asset action.

" }, "AssetErrorMessage":{"type":"string"}, "AssetHierarchies":{ "type":"list", "member":{"shape":"AssetHierarchy"} }, "AssetHierarchy":{ "type":"structure", "required":["name"], "members":{ "id":{ "shape":"ID", "documentation":"

The ID of the hierarchy. This ID is a hierarchyId.

" }, "name":{ "shape":"Name", "documentation":"

The hierarchy name provided in the CreateAssetModel or UpdateAssetModel API.

" } }, "documentation":"

Describes an asset hierarchy that contains a hierarchy's name and ID.

" }, "AssetIDs":{ "type":"list", "member":{"shape":"ID"} }, "AssetModelHierarchies":{ "type":"list", "member":{"shape":"AssetModelHierarchy"} }, "AssetModelHierarchy":{ "type":"structure", "required":[ "name", "childAssetModelId" ], "members":{ "id":{ "shape":"ID", "documentation":"

The ID of the asset model hierarchy. This ID is a hierarchyId.

" }, "name":{ "shape":"Name", "documentation":"

The name of the asset model hierarchy that you specify by using the CreateAssetModel or UpdateAssetModel API.

" }, "childAssetModelId":{ "shape":"ID", "documentation":"

The ID of the asset model. All assets in this hierarchy must be instances of the childAssetModelId asset model.

" } }, "documentation":"

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.

" }, "AssetModelHierarchyDefinition":{ "type":"structure", "required":[ "name", "childAssetModelId" ], "members":{ "name":{ "shape":"Name", "documentation":"

The name of the asset model hierarchy definition (as specified in CreateAssetModel or UpdateAssetModel).

" }, "childAssetModelId":{ "shape":"ID", "documentation":"

The ID of an asset model for this hierarchy.

" } }, "documentation":"

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.

" }, "AssetModelHierarchyDefinitions":{ "type":"list", "member":{"shape":"AssetModelHierarchyDefinition"} }, "AssetModelProperties":{ "type":"list", "member":{"shape":"AssetModelProperty"} }, "AssetModelProperty":{ "type":"structure", "required":[ "name", "dataType", "type" ], "members":{ "id":{ "shape":"ID", "documentation":"

The ID of the asset model property.

" }, "name":{ "shape":"Name", "documentation":"

The name of the asset model property.

" }, "dataType":{ "shape":"PropertyDataType", "documentation":"

The data type of the asset model property.

" }, "unit":{ "shape":"PropertyUnit", "documentation":"

The unit of the asset model property, such as Newtons or RPM.

" }, "type":{ "shape":"PropertyType", "documentation":"

The property type (see PropertyType).

" } }, "documentation":"

Contains information about an asset model property.

" }, "AssetModelPropertyDefinition":{ "type":"structure", "required":[ "name", "dataType", "type" ], "members":{ "name":{ "shape":"Name", "documentation":"

The name of the property definition.

" }, "dataType":{ "shape":"PropertyDataType", "documentation":"

The data type of the property definition.

" }, "unit":{ "shape":"PropertyUnit", "documentation":"

The unit of the property definition, such as Newtons or RPM.

" }, "type":{ "shape":"PropertyType", "documentation":"

The property definition type (see PropertyType). You can only specify one type in a property definition.

" } }, "documentation":"

Contains an asset model property definition. This property definition is applied to all assets created from the asset model.

" }, "AssetModelPropertyDefinitions":{ "type":"list", "member":{"shape":"AssetModelPropertyDefinition"} }, "AssetModelState":{ "type":"string", "enum":[ "CREATING", "ACTIVE", "UPDATING", "PROPAGATING", "DELETING", "FAILED" ] }, "AssetModelStatus":{ "type":"structure", "required":["state"], "members":{ "state":{ "shape":"AssetModelState", "documentation":"

The current state of the asset model.

" }, "error":{ "shape":"ErrorDetails", "documentation":"

Contains associated error information, if any.

" } }, "documentation":"

Contains current status information for an asset model. For more information, see Asset and Model States in the AWS IoT SiteWise User Guide.

" }, "AssetModelSummaries":{ "type":"list", "member":{"shape":"AssetModelSummary"} }, "AssetModelSummary":{ "type":"structure", "required":[ "id", "arn", "name", "description", "creationDate", "lastUpdateDate", "status" ], "members":{ "id":{ "shape":"ID", "documentation":"

The ID of the asset model (used with AWS IoT SiteWise APIs).

" }, "arn":{ "shape":"ARN", "documentation":"

The ARN of the asset model, which has the following format.

arn:${Partition}:iotsitewise:${Region}:${Account}:asset-model/${AssetModelId}

" }, "name":{ "shape":"Name", "documentation":"

The name of the asset model.

" }, "description":{ "shape":"Description", "documentation":"

The asset model description.

" }, "creationDate":{ "shape":"Timestamp", "documentation":"

The date the asset model was created, in Unix epoch time.

" }, "lastUpdateDate":{ "shape":"Timestamp", "documentation":"

The date the asset model was last updated, in Unix epoch time.

" }, "status":{ "shape":"AssetModelStatus", "documentation":"

The current status of the asset model.

" } }, "documentation":"

Contains a summary of an asset model.

" }, "AssetProperties":{ "type":"list", "member":{"shape":"AssetProperty"} }, "AssetProperty":{ "type":"structure", "required":[ "id", "name", "dataType" ], "members":{ "id":{ "shape":"ID", "documentation":"

The ID of the asset property.

" }, "name":{ "shape":"Name", "documentation":"

The name of the property.

" }, "alias":{ "shape":"PropertyAlias", "documentation":"

The property alias that identifies the property, such as an OPC-UA server data stream path (for example, /company/windfarm/3/turbine/7/temperature). For more information, see Mapping Industrial Data Streams to Asset Properties in the AWS IoT SiteWise User Guide.

" }, "notification":{ "shape":"PropertyNotification", "documentation":"

The asset property's notification topic and state. For more information, see UpdateAssetProperty

" }, "dataType":{ "shape":"PropertyDataType", "documentation":"

The data type of the asset property.

" }, "unit":{ "shape":"PropertyUnit", "documentation":"

The unit (such as Newtons or RPM) of the asset property.

" } }, "documentation":"

Contains asset property information.

" }, "AssetPropertyAlias":{ "type":"string", "max":2048, "min":1, "pattern":"[^\\u0000-\\u001F\\u007F]+" }, "AssetPropertyValue":{ "type":"structure", "required":[ "value", "timestamp" ], "members":{ "value":{ "shape":"Variant", "documentation":"

The value of the asset property (see Variant).

" }, "timestamp":{ "shape":"TimeInNanos", "documentation":"

The timestamp of the asset property value.

" }, "quality":{ "shape":"Quality", "documentation":"

The quality of the asset property value.

" } }, "documentation":"

Contains asset property value information.

" }, "AssetPropertyValueHistory":{ "type":"list", "member":{"shape":"AssetPropertyValue"} }, "AssetPropertyValues":{ "type":"list", "member":{"shape":"AssetPropertyValue"} }, "AssetState":{ "type":"string", "enum":[ "CREATING", "ACTIVE", "UPDATING", "DELETING", "FAILED" ] }, "AssetStatus":{ "type":"structure", "required":["state"], "members":{ "state":{ "shape":"AssetState", "documentation":"

The current status of the asset.

" }, "error":{ "shape":"ErrorDetails", "documentation":"

Contains associated error information, if any.

" } }, "documentation":"

Contains information about the current status of an asset. For more information, see Asset and Model States in the AWS IoT SiteWise User Guide.

" }, "AssetSummaries":{ "type":"list", "member":{"shape":"AssetSummary"} }, "AssetSummary":{ "type":"structure", "required":[ "id", "arn", "name", "assetModelId", "creationDate", "lastUpdateDate", "status", "hierarchies" ], "members":{ "id":{ "shape":"ID", "documentation":"

The ID of the asset.

" }, "arn":{ "shape":"ARN", "documentation":"

The ARN of the asset, which has the following format.

arn:${Partition}:iotsitewise:${Region}:${Account}:asset/${AssetId}

" }, "name":{ "shape":"Name", "documentation":"

The name of the asset.

" }, "assetModelId":{ "shape":"ID", "documentation":"

The ID of the asset model used to create this asset.

" }, "creationDate":{ "shape":"Timestamp", "documentation":"

The date the asset was created, in Unix epoch time.

" }, "lastUpdateDate":{ "shape":"Timestamp", "documentation":"

The date the asset was last updated, in Unix epoch time.

" }, "status":{ "shape":"AssetStatus", "documentation":"

The current status of the asset.

" }, "hierarchies":{ "shape":"AssetHierarchies", "documentation":"

A list of asset hierarchies that each contain a hierarchyId. A hierarchy specifies allowed parent/child asset relationships.

" } }, "documentation":"

Contains a summary of an asset.

" }, "AssociateAssetsRequest":{ "type":"structure", "required":[ "assetId", "hierarchyId", "childAssetId" ], "members":{ "assetId":{ "shape":"ID", "documentation":"

The ID of the parent asset.

", "location":"uri", "locationName":"assetId" }, "hierarchyId":{ "shape":"ID", "documentation":"

The ID of a hierarchy in the parent asset's model. Hierarchies allow different groupings of assets to be formed that all come from the same asset model. For more information, see Asset Hierarchies in the AWS IoT SiteWise User Guide.

" }, "childAssetId":{ "shape":"ID", "documentation":"

The ID of the child asset to be associated.

" }, "clientToken":{ "shape":"ClientToken", "documentation":"

A unique case-sensitive identifier that you can provide to ensure the idempotency of the request. Don't reuse this client token if a new idempotent request is required.

", "idempotencyToken":true } } }, "AssociatedAssetsSummaries":{ "type":"list", "member":{"shape":"AssociatedAssetsSummary"} }, "AssociatedAssetsSummary":{ "type":"structure", "required":[ "id", "arn", "name", "assetModelId", "creationDate", "lastUpdateDate", "status", "hierarchies" ], "members":{ "id":{ "shape":"ID", "documentation":"

The ID of the asset.

" }, "arn":{ "shape":"ARN", "documentation":"

The ARN of the asset, which has the following format.

arn:${Partition}:iotsitewise:${Region}:${Account}:asset/${AssetId}

" }, "name":{ "shape":"Name", "documentation":"

The name of the asset.

" }, "assetModelId":{ "shape":"ID", "documentation":"

The ID of the asset model used to create the asset.

" }, "creationDate":{ "shape":"Timestamp", "documentation":"

The date the asset was created, in Unix epoch time.

" }, "lastUpdateDate":{ "shape":"Timestamp", "documentation":"

The date the asset was last updated, in Unix epoch time.

" }, "status":{ "shape":"AssetStatus", "documentation":"

The current status of the asset.

" }, "hierarchies":{ "shape":"AssetHierarchies", "documentation":"

A list of asset hierarchies that each contain a hierarchyId. A hierarchy specifies allowed parent/child asset relationships.

" } }, "documentation":"

Contains a summary of an associated asset.

" }, "Attribute":{ "type":"structure", "members":{ "defaultValue":{ "shape":"DefaultValue", "documentation":"

The default value of the asset model property attribute. All assets that you create from the asset model contain this attribute value. You can update an attribute's value after you create an asset. For more information, see Updating Attribute Values in the AWS IoT SiteWise User Guide.

" } }, "documentation":"

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

" }, "BatchAssociateProjectAssetsErrors":{ "type":"list", "member":{"shape":"AssetErrorDetails"} }, "BatchAssociateProjectAssetsRequest":{ "type":"structure", "required":[ "projectId", "assetIds" ], "members":{ "projectId":{ "shape":"ID", "documentation":"

The ID of the project to which to associate the assets.

", "location":"uri", "locationName":"projectId" }, "assetIds":{ "shape":"IDs", "documentation":"

The IDs of the assets to be associated to the project.

" }, "clientToken":{ "shape":"ClientToken", "documentation":"

A unique case-sensitive identifier that you can provide to ensure the idempotency of the request. Don't reuse this client token if a new idempotent request is required.

", "idempotencyToken":true } } }, "BatchAssociateProjectAssetsResponse":{ "type":"structure", "members":{ "errors":{ "shape":"BatchAssociateProjectAssetsErrors", "documentation":"

A list of associated error information, if any.

" } } }, "BatchDisassociateProjectAssetsErrors":{ "type":"list", "member":{"shape":"AssetErrorDetails"} }, "BatchDisassociateProjectAssetsRequest":{ "type":"structure", "required":[ "projectId", "assetIds" ], "members":{ "projectId":{ "shape":"ID", "documentation":"

The ID of the project from which to disassociate the assets.

", "location":"uri", "locationName":"projectId" }, "assetIds":{ "shape":"IDs", "documentation":"

The IDs of the assets to be disassociated from the project.

" }, "clientToken":{ "shape":"ClientToken", "documentation":"

A unique case-sensitive identifier that you can provide to ensure the idempotency of the request. Don't reuse this client token if a new idempotent request is required.

", "idempotencyToken":true } } }, "BatchDisassociateProjectAssetsResponse":{ "type":"structure", "members":{ "errors":{ "shape":"BatchDisassociateProjectAssetsErrors", "documentation":"

A list of associated error information, if any.

" } } }, "BatchPutAssetPropertyError":{ "type":"structure", "required":[ "errorCode", "errorMessage", "timestamps" ], "members":{ "errorCode":{ "shape":"BatchPutAssetPropertyValueErrorCode", "documentation":"

The error code.

" }, "errorMessage":{ "shape":"ErrorMessage", "documentation":"

The associated error message.

" }, "timestamps":{ "shape":"Timestamps", "documentation":"

A list of timestamps for each error, if any.

" } }, "documentation":"

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

" }, "BatchPutAssetPropertyErrorEntries":{ "type":"list", "member":{"shape":"BatchPutAssetPropertyErrorEntry"} }, "BatchPutAssetPropertyErrorEntry":{ "type":"structure", "required":[ "entryId", "errors" ], "members":{ "entryId":{ "shape":"EntryId", "documentation":"

The ID of the failed entry.

" }, "errors":{ "shape":"BatchPutAssetPropertyErrors", "documentation":"

The list of update property value errors.

" } }, "documentation":"

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

" }, "BatchPutAssetPropertyErrors":{ "type":"list", "member":{"shape":"BatchPutAssetPropertyError"} }, "BatchPutAssetPropertyValueErrorCode":{ "type":"string", "enum":[ "ResourceNotFoundException", "InvalidRequestException", "InternalFailureException", "ServiceUnavailableException", "ThrottlingException", "LimitExceededException", "ConflictingOperationException", "TimestampOutOfRangeException", "AccessDeniedException" ] }, "BatchPutAssetPropertyValueRequest":{ "type":"structure", "required":["entries"], "members":{ "entries":{ "shape":"PutAssetPropertyValueEntries", "documentation":"

The list of asset property value entries for the batch put request. You can specify up to 10 entries per request.

" } } }, "BatchPutAssetPropertyValueResponse":{ "type":"structure", "required":["errorEntries"], "members":{ "errorEntries":{ "shape":"BatchPutAssetPropertyErrorEntries", "documentation":"

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

" } } }, "CapabilityConfiguration":{ "type":"string", "max":204800, "min":1 }, "CapabilityNamespace":{ "type":"string", "max":512, "min":1, "pattern":"^[a-zA-Z]+:[a-zA-Z]+:[0-9]+$" }, "CapabilitySyncStatus":{ "type":"string", "enum":[ "IN_SYNC", "OUT_OF_SYNC", "SYNC_FAILED" ] }, "ClientToken":{ "type":"string", "max":64, "min":36, "pattern":"\\S{36,64}" }, "ConflictingOperationException":{ "type":"structure", "required":[ "message", "resourceId", "resourceArn" ], "members":{ "message":{"shape":"ErrorMessage"}, "resourceId":{ "shape":"ResourceId", "documentation":"

The ID of the resource that conflicts with this operation.

" }, "resourceArn":{ "shape":"ResourceArn", "documentation":"

The ARN of the resource that conflicts with this operation.

" } }, "documentation":"

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.

", "error":{"httpStatusCode":409}, "exception":true }, "CreateAccessPolicyRequest":{ "type":"structure", "required":[ "accessPolicyIdentity", "accessPolicyResource", "accessPolicyPermission" ], "members":{ "accessPolicyIdentity":{ "shape":"Identity", "documentation":"

The identity for this access policy. Choose either a user or a group but not both.

" }, "accessPolicyResource":{ "shape":"Resource", "documentation":"

The AWS IoT SiteWise Monitor resource for this access policy. Choose either portal or project but not both.

" }, "accessPolicyPermission":{ "shape":"Permission", "documentation":"

The permission level for this access policy. Note that a project ADMINISTRATOR is also known as a project owner.

" }, "clientToken":{ "shape":"ClientToken", "documentation":"

A unique case-sensitive identifier that you can provide to ensure the idempotency of the request. Don't reuse this client token if a new idempotent request is required.

", "idempotencyToken":true }, "tags":{ "shape":"TagMap", "documentation":"

A list of key-value pairs that contain metadata for the access policy. For more information, see Tagging your AWS IoT SiteWise resources in the AWS IoT SiteWise User Guide.

" } } }, "CreateAccessPolicyResponse":{ "type":"structure", "required":[ "accessPolicyId", "accessPolicyArn" ], "members":{ "accessPolicyId":{ "shape":"ID", "documentation":"

The ID of the access policy.

" }, "accessPolicyArn":{ "shape":"ARN", "documentation":"

The ARN of the access policy, which has the following format.

arn:${Partition}:iotsitewise:${Region}:${Account}:access-policy/${AccessPolicyId}

" } } }, "CreateAssetModelRequest":{ "type":"structure", "required":["assetModelName"], "members":{ "assetModelName":{ "shape":"Name", "documentation":"

A unique, friendly name for the asset model.

" }, "assetModelDescription":{ "shape":"Description", "documentation":"

A description for the asset model.

" }, "assetModelProperties":{ "shape":"AssetModelPropertyDefinitions", "documentation":"

The property definitions of the asset model. For more information, see Asset Properties in the AWS IoT SiteWise User Guide.

You can specify up to 200 properties per asset model. For more information, see Quotas in the AWS IoT SiteWise User Guide.

" }, "assetModelHierarchies":{ "shape":"AssetModelHierarchyDefinitions", "documentation":"

The hierarchy definitions of the asset model. Each hierarchy specifies an asset model whose assets can be children of any other assets created from this asset model. For more information, see Asset Hierarchies in the AWS IoT SiteWise User Guide.

You can specify up to 10 hierarchies per asset model. For more information, see Quotas in the AWS IoT SiteWise User Guide.

" }, "clientToken":{ "shape":"ClientToken", "documentation":"

A unique case-sensitive identifier that you can provide to ensure the idempotency of the request. Don't reuse this client token if a new idempotent request is required.

", "idempotencyToken":true }, "tags":{ "shape":"TagMap", "documentation":"

A list of key-value pairs that contain metadata for the asset model. For more information, see Tagging your AWS IoT SiteWise resources in the AWS IoT SiteWise User Guide.

" } } }, "CreateAssetModelResponse":{ "type":"structure", "required":[ "assetModelId", "assetModelArn", "assetModelStatus" ], "members":{ "assetModelId":{ "shape":"ID", "documentation":"

The ID of the asset model. You can use this ID when you call other AWS IoT SiteWise APIs.

" }, "assetModelArn":{ "shape":"ARN", "documentation":"

The ARN of the asset model, which has the following format.

arn:${Partition}:iotsitewise:${Region}:${Account}:asset-model/${AssetModelId}

" }, "assetModelStatus":{ "shape":"AssetModelStatus", "documentation":"

The status of the asset model, which contains a state (CREATING after successfully calling this operation) and any error message.

" } } }, "CreateAssetRequest":{ "type":"structure", "required":[ "assetName", "assetModelId" ], "members":{ "assetName":{ "shape":"Name", "documentation":"

A unique, friendly name for the asset.

" }, "assetModelId":{ "shape":"ID", "documentation":"

The ID of the asset model from which to create the asset.

" }, "clientToken":{ "shape":"ClientToken", "documentation":"

A unique case-sensitive identifier that you can provide to ensure the idempotency of the request. Don't reuse this client token if a new idempotent request is required.

", "idempotencyToken":true }, "tags":{ "shape":"TagMap", "documentation":"

A list of key-value pairs that contain metadata for the asset. For more information, see Tagging your AWS IoT SiteWise resources in the AWS IoT SiteWise User Guide.

" } } }, "CreateAssetResponse":{ "type":"structure", "required":[ "assetId", "assetArn", "assetStatus" ], "members":{ "assetId":{ "shape":"ID", "documentation":"

The ID of the asset. This ID uniquely identifies the asset within AWS IoT SiteWise and can be used with other AWS IoT SiteWise APIs.

" }, "assetArn":{ "shape":"ARN", "documentation":"

The ARN of the asset, which has the following format.

arn:${Partition}:iotsitewise:${Region}:${Account}:asset/${AssetId}

" }, "assetStatus":{ "shape":"AssetStatus", "documentation":"

The status of the asset, which contains a state (CREATING after successfully calling this operation) and any error message.

" } } }, "CreateDashboardRequest":{ "type":"structure", "required":[ "projectId", "dashboardName", "dashboardDefinition" ], "members":{ "projectId":{ "shape":"ID", "documentation":"

The ID of the project in which to create the dashboard.

" }, "dashboardName":{ "shape":"Name", "documentation":"

A friendly name for the dashboard.

" }, "dashboardDescription":{ "shape":"Description", "documentation":"

A description for the dashboard.

" }, "dashboardDefinition":{ "shape":"DashboardDefinition", "documentation":"

The dashboard definition specified in a JSON literal. For detailed information, see Creating Dashboards (CLI) in the AWS IoT SiteWise User Guide.

" }, "clientToken":{ "shape":"ClientToken", "documentation":"

A unique case-sensitive identifier that you can provide to ensure the idempotency of the request. Don't reuse this client token if a new idempotent request is required.

", "idempotencyToken":true }, "tags":{ "shape":"TagMap", "documentation":"

A list of key-value pairs that contain metadata for the dashboard. For more information, see Tagging your AWS IoT SiteWise resources in the AWS IoT SiteWise User Guide.

" } } }, "CreateDashboardResponse":{ "type":"structure", "required":[ "dashboardId", "dashboardArn" ], "members":{ "dashboardId":{ "shape":"ID", "documentation":"

The ID of the dashboard.

" }, "dashboardArn":{ "shape":"ARN", "documentation":"

The ARN of the dashboard, which has the following format.

arn:${Partition}:iotsitewise:${Region}:${Account}:dashboard/${DashboardId}

" } } }, "CreateGatewayRequest":{ "type":"structure", "required":[ "gatewayName", "gatewayPlatform" ], "members":{ "gatewayName":{ "shape":"Name", "documentation":"

A unique, friendly name for the gateway.

" }, "gatewayPlatform":{ "shape":"GatewayPlatform", "documentation":"

The gateway's platform. You can only specify one platform in a gateway.

" }, "tags":{ "shape":"TagMap", "documentation":"

A list of key-value pairs that contain metadata for the gateway. For more information, see Tagging your AWS IoT SiteWise resources in the AWS IoT SiteWise User Guide.

" } } }, "CreateGatewayResponse":{ "type":"structure", "required":[ "gatewayId", "gatewayArn" ], "members":{ "gatewayId":{ "shape":"ID", "documentation":"

The ID of the gateway device. You can use this ID when you call other AWS IoT SiteWise APIs.

" }, "gatewayArn":{ "shape":"ARN", "documentation":"

The ARN of the gateway, which has the following format.

arn:${Partition}:iotsitewise:${Region}:${Account}:gateway/${GatewayId}

" } } }, "CreatePortalRequest":{ "type":"structure", "required":[ "portalName", "portalContactEmail", "roleArn" ], "members":{ "portalName":{ "shape":"Name", "documentation":"

A friendly name for the portal.

" }, "portalDescription":{ "shape":"Description", "documentation":"

A description for the portal.

" }, "portalContactEmail":{ "shape":"Email", "documentation":"

The AWS administrator's contact email address.

" }, "clientToken":{ "shape":"ClientToken", "documentation":"

A unique case-sensitive identifier that you can provide to ensure the idempotency of the request. Don't reuse this client token if a new idempotent request is required.

", "idempotencyToken":true }, "portalLogoImageFile":{ "shape":"ImageFile", "documentation":"

A logo image to display in the portal. Upload a square, high-resolution image. The image is displayed on a dark background.

" }, "roleArn":{ "shape":"ARN", "documentation":"

The ARN of a service role that allows the portal's users to access your AWS IoT SiteWise resources on your behalf. For more information, see Using service roles for AWS IoT SiteWise Monitor in the AWS IoT SiteWise User Guide.

" }, "tags":{ "shape":"TagMap", "documentation":"

A list of key-value pairs that contain metadata for the portal. For more information, see Tagging your AWS IoT SiteWise resources in the AWS IoT SiteWise User Guide.

" } } }, "CreatePortalResponse":{ "type":"structure", "required":[ "portalId", "portalArn", "portalStartUrl", "portalStatus", "ssoApplicationId" ], "members":{ "portalId":{ "shape":"ID", "documentation":"

The ID of the created portal.

" }, "portalArn":{ "shape":"ARN", "documentation":"

The ARN of the portal, which has the following format.

arn:${Partition}:iotsitewise:${Region}:${Account}:portal/${PortalId}

" }, "portalStartUrl":{ "shape":"Url", "documentation":"

The public URL for the AWS IoT SiteWise Monitor portal.

" }, "portalStatus":{ "shape":"PortalStatus", "documentation":"

The status of the portal, which contains a state (CREATING after successfully calling this operation) and any error message.

" }, "ssoApplicationId":{ "shape":"SSOApplicationId", "documentation":"

The associated AWS SSO application Id.

" } } }, "CreateProjectRequest":{ "type":"structure", "required":[ "portalId", "projectName" ], "members":{ "portalId":{ "shape":"ID", "documentation":"

The ID of the portal in which to create the project.

" }, "projectName":{ "shape":"Name", "documentation":"

A friendly name for the project.

" }, "projectDescription":{ "shape":"Description", "documentation":"

A description for the project.

" }, "clientToken":{ "shape":"ClientToken", "documentation":"

A unique case-sensitive identifier that you can provide to ensure the idempotency of the request. Don't reuse this client token if a new idempotent request is required.

", "idempotencyToken":true }, "tags":{ "shape":"TagMap", "documentation":"

A list of key-value pairs that contain metadata for the project. For more information, see Tagging your AWS IoT SiteWise resources in the AWS IoT SiteWise User Guide.

" } } }, "CreateProjectResponse":{ "type":"structure", "required":[ "projectId", "projectArn" ], "members":{ "projectId":{ "shape":"ID", "documentation":"

The ID of the project.

" }, "projectArn":{ "shape":"ARN", "documentation":"

The ARN of the project, which has the following format.

arn:${Partition}:iotsitewise:${Region}:${Account}:project/${ProjectId}

" } } }, "DashboardDefinition":{ "type":"string", "max":204800, "min":0, "pattern":".+" }, "DashboardSummaries":{ "type":"list", "member":{"shape":"DashboardSummary"} }, "DashboardSummary":{ "type":"structure", "required":[ "id", "name" ], "members":{ "id":{ "shape":"ID", "documentation":"

The ID of the dashboard.

" }, "name":{ "shape":"Name", "documentation":"

The name of the dashboard

" }, "description":{ "shape":"Description", "documentation":"

The dashboard's description.

" }, "creationDate":{ "shape":"Timestamp", "documentation":"

The date the dashboard was created, in Unix epoch time.

" }, "lastUpdateDate":{ "shape":"Timestamp", "documentation":"

The date the dashboard was last updated, in Unix epoch time.

" } }, "documentation":"

Contains a dashboard summary.

" }, "DefaultValue":{ "type":"string", "max":1024, "min":1, "pattern":"[^\\u0000-\\u001F\\u007F]+" }, "DeleteAccessPolicyRequest":{ "type":"structure", "required":["accessPolicyId"], "members":{ "accessPolicyId":{ "shape":"ID", "documentation":"

The ID of the access policy to be deleted.

", "location":"uri", "locationName":"accessPolicyId" }, "clientToken":{ "shape":"ClientToken", "documentation":"

A unique case-sensitive identifier that you can provide to ensure the idempotency of the request. Don't reuse this client token if a new idempotent request is required.

", "idempotencyToken":true, "location":"querystring", "locationName":"clientToken" } } }, "DeleteAccessPolicyResponse":{ "type":"structure", "members":{ } }, "DeleteAssetModelRequest":{ "type":"structure", "required":["assetModelId"], "members":{ "assetModelId":{ "shape":"ID", "documentation":"

The ID of the asset model to delete.

", "location":"uri", "locationName":"assetModelId" }, "clientToken":{ "shape":"ClientToken", "documentation":"

A unique case-sensitive identifier that you can provide to ensure the idempotency of the request. Don't reuse this client token if a new idempotent request is required.

", "idempotencyToken":true, "location":"querystring", "locationName":"clientToken" } } }, "DeleteAssetModelResponse":{ "type":"structure", "required":["assetModelStatus"], "members":{ "assetModelStatus":{ "shape":"AssetModelStatus", "documentation":"

The status of the asset model, which contains a state (DELETING after successfully calling this operation) and any error message.

" } } }, "DeleteAssetRequest":{ "type":"structure", "required":["assetId"], "members":{ "assetId":{ "shape":"ID", "documentation":"

The ID of the asset to delete.

", "location":"uri", "locationName":"assetId" }, "clientToken":{ "shape":"ClientToken", "documentation":"

A unique case-sensitive identifier that you can provide to ensure the idempotency of the request. Don't reuse this client token if a new idempotent request is required.

", "idempotencyToken":true, "location":"querystring", "locationName":"clientToken" } } }, "DeleteAssetResponse":{ "type":"structure", "required":["assetStatus"], "members":{ "assetStatus":{ "shape":"AssetStatus", "documentation":"

The status of the asset, which contains a state (DELETING after successfully calling this operation) and any error message.

" } } }, "DeleteDashboardRequest":{ "type":"structure", "required":["dashboardId"], "members":{ "dashboardId":{ "shape":"ID", "documentation":"

The ID of the dashboard to delete.

", "location":"uri", "locationName":"dashboardId" }, "clientToken":{ "shape":"ClientToken", "documentation":"

A unique case-sensitive identifier that you can provide to ensure the idempotency of the request. Don't reuse this client token if a new idempotent request is required.

", "idempotencyToken":true, "location":"querystring", "locationName":"clientToken" } } }, "DeleteDashboardResponse":{ "type":"structure", "members":{ } }, "DeleteGatewayRequest":{ "type":"structure", "required":["gatewayId"], "members":{ "gatewayId":{ "shape":"ID", "documentation":"

The ID of the gateway to delete.

", "location":"uri", "locationName":"gatewayId" } } }, "DeletePortalRequest":{ "type":"structure", "required":["portalId"], "members":{ "portalId":{ "shape":"ID", "documentation":"

The ID of the portal to delete.

", "location":"uri", "locationName":"portalId" }, "clientToken":{ "shape":"ClientToken", "documentation":"

A unique case-sensitive identifier that you can provide to ensure the idempotency of the request. Don't reuse this client token if a new idempotent request is required.

", "idempotencyToken":true, "location":"querystring", "locationName":"clientToken" } } }, "DeletePortalResponse":{ "type":"structure", "required":["portalStatus"], "members":{ "portalStatus":{ "shape":"PortalStatus", "documentation":"

The status of the portal, which contains a state (DELETING after successfully calling this operation) and any error message.

" } } }, "DeleteProjectRequest":{ "type":"structure", "required":["projectId"], "members":{ "projectId":{ "shape":"ID", "documentation":"

The ID of the project.

", "location":"uri", "locationName":"projectId" }, "clientToken":{ "shape":"ClientToken", "documentation":"

A unique case-sensitive identifier that you can provide to ensure the idempotency of the request. Don't reuse this client token if a new idempotent request is required.

", "idempotencyToken":true, "location":"querystring", "locationName":"clientToken" } } }, "DeleteProjectResponse":{ "type":"structure", "members":{ } }, "DescribeAccessPolicyRequest":{ "type":"structure", "required":["accessPolicyId"], "members":{ "accessPolicyId":{ "shape":"ID", "documentation":"

The ID of the access policy.

", "location":"uri", "locationName":"accessPolicyId" } } }, "DescribeAccessPolicyResponse":{ "type":"structure", "required":[ "accessPolicyId", "accessPolicyArn", "accessPolicyIdentity", "accessPolicyResource", "accessPolicyPermission", "accessPolicyCreationDate", "accessPolicyLastUpdateDate" ], "members":{ "accessPolicyId":{ "shape":"ID", "documentation":"

The ID of the access policy.

" }, "accessPolicyArn":{ "shape":"ARN", "documentation":"

The ARN of the access policy, which has the following format.

arn:${Partition}:iotsitewise:${Region}:${Account}:access-policy/${AccessPolicyId}

" }, "accessPolicyIdentity":{ "shape":"Identity", "documentation":"

The AWS SSO identity (user or group) to which this access policy applies.

" }, "accessPolicyResource":{ "shape":"Resource", "documentation":"

The AWS IoT SiteWise Monitor resource (portal or project) to which this access policy provides access.

" }, "accessPolicyPermission":{ "shape":"Permission", "documentation":"

The access policy permission. Note that a project ADMINISTRATOR is also known as a project owner.

" }, "accessPolicyCreationDate":{ "shape":"Timestamp", "documentation":"

The date the access policy was created, in Unix epoch time.

" }, "accessPolicyLastUpdateDate":{ "shape":"Timestamp", "documentation":"

The date the access policy was last updated, in Unix epoch time.

" } } }, "DescribeAssetModelRequest":{ "type":"structure", "required":["assetModelId"], "members":{ "assetModelId":{ "shape":"ID", "documentation":"

The ID of the asset model.

", "location":"uri", "locationName":"assetModelId" } } }, "DescribeAssetModelResponse":{ "type":"structure", "required":[ "assetModelId", "assetModelArn", "assetModelName", "assetModelDescription", "assetModelProperties", "assetModelHierarchies", "assetModelCreationDate", "assetModelLastUpdateDate", "assetModelStatus" ], "members":{ "assetModelId":{ "shape":"ID", "documentation":"

The ID of the asset model.

" }, "assetModelArn":{ "shape":"ARN", "documentation":"

The ARN of the asset model, which has the following format.

arn:${Partition}:iotsitewise:${Region}:${Account}:asset-model/${AssetModelId}

" }, "assetModelName":{ "shape":"Name", "documentation":"

The name of the asset model.

" }, "assetModelDescription":{ "shape":"Description", "documentation":"

The asset model's description.

" }, "assetModelProperties":{ "shape":"AssetModelProperties", "documentation":"

The list of asset properties for the asset model.

" }, "assetModelHierarchies":{ "shape":"AssetModelHierarchies", "documentation":"

A list of asset model hierarchies that each contain a childAssetModelId and a hierarchyId (named id). A hierarchy specifies allowed parent/child asset relationships for an asset model.

" }, "assetModelCreationDate":{ "shape":"Timestamp", "documentation":"

The date the asset model was created, in Unix epoch time.

" }, "assetModelLastUpdateDate":{ "shape":"Timestamp", "documentation":"

The date the asset model was last updated, in Unix epoch time.

" }, "assetModelStatus":{ "shape":"AssetModelStatus", "documentation":"

The current status of the asset model, which contains a state and any error message.

" } } }, "DescribeAssetPropertyRequest":{ "type":"structure", "required":[ "assetId", "propertyId" ], "members":{ "assetId":{ "shape":"ID", "documentation":"

The ID of the asset.

", "location":"uri", "locationName":"assetId" }, "propertyId":{ "shape":"ID", "documentation":"

The ID of the asset property.

", "location":"uri", "locationName":"propertyId" } } }, "DescribeAssetPropertyResponse":{ "type":"structure", "required":[ "assetId", "assetName", "assetModelId", "assetProperty" ], "members":{ "assetId":{ "shape":"ID", "documentation":"

The ID of the asset.

" }, "assetName":{ "shape":"Name", "documentation":"

The name of the asset.

" }, "assetModelId":{ "shape":"ID", "documentation":"

The ID of the asset model.

" }, "assetProperty":{ "shape":"Property", "documentation":"

The asset property's definition, alias, and notification state.

" } } }, "DescribeAssetRequest":{ "type":"structure", "required":["assetId"], "members":{ "assetId":{ "shape":"ID", "documentation":"

The ID of the asset.

", "location":"uri", "locationName":"assetId" } } }, "DescribeAssetResponse":{ "type":"structure", "required":[ "assetId", "assetArn", "assetName", "assetModelId", "assetProperties", "assetHierarchies", "assetCreationDate", "assetLastUpdateDate", "assetStatus" ], "members":{ "assetId":{ "shape":"ID", "documentation":"

The ID of the asset.

" }, "assetArn":{ "shape":"ARN", "documentation":"

The ARN of the asset, which has the following format.

arn:${Partition}:iotsitewise:${Region}:${Account}:asset/${AssetId}

" }, "assetName":{ "shape":"Name", "documentation":"

The name of the asset.

" }, "assetModelId":{ "shape":"ID", "documentation":"

The ID of the asset model that was used to create the asset.

" }, "assetProperties":{ "shape":"AssetProperties", "documentation":"

The list of asset properties for the asset.

" }, "assetHierarchies":{ "shape":"AssetHierarchies", "documentation":"

A list of asset hierarchies that each contain a hierarchyId. A hierarchy specifies allowed parent/child asset relationships.

" }, "assetCreationDate":{ "shape":"Timestamp", "documentation":"

The date the asset was created, in Unix epoch time.

" }, "assetLastUpdateDate":{ "shape":"Timestamp", "documentation":"

The date the asset was last updated, in Unix epoch time.

" }, "assetStatus":{ "shape":"AssetStatus", "documentation":"

The current status of the asset, which contains a state and any error message.

" } } }, "DescribeDashboardRequest":{ "type":"structure", "required":["dashboardId"], "members":{ "dashboardId":{ "shape":"ID", "documentation":"

The ID of the dashboard.

", "location":"uri", "locationName":"dashboardId" } } }, "DescribeDashboardResponse":{ "type":"structure", "required":[ "dashboardId", "dashboardArn", "dashboardName", "projectId", "dashboardDefinition", "dashboardCreationDate", "dashboardLastUpdateDate" ], "members":{ "dashboardId":{ "shape":"ID", "documentation":"

The ID of the dashboard.

" }, "dashboardArn":{ "shape":"ARN", "documentation":"

The ARN of the dashboard, which has the following format.

arn:${Partition}:iotsitewise:${Region}:${Account}:dashboard/${DashboardId}

" }, "dashboardName":{ "shape":"Name", "documentation":"

The name of the dashboard.

" }, "projectId":{ "shape":"ID", "documentation":"

The ID of the project that the dashboard is in.

" }, "dashboardDescription":{ "shape":"Description", "documentation":"

The dashboard's description.

" }, "dashboardDefinition":{ "shape":"DashboardDefinition", "documentation":"

The dashboard's definition JSON literal. For detailed information, see Creating Dashboards (CLI) in the AWS IoT SiteWise User Guide.

" }, "dashboardCreationDate":{ "shape":"Timestamp", "documentation":"

The date the dashboard was created, in Unix epoch time.

" }, "dashboardLastUpdateDate":{ "shape":"Timestamp", "documentation":"

The date the dashboard was last updated, in Unix epoch time.

" } } }, "DescribeGatewayCapabilityConfigurationRequest":{ "type":"structure", "required":[ "gatewayId", "capabilityNamespace" ], "members":{ "gatewayId":{ "shape":"ID", "documentation":"

The ID of the gateway that defines the capability configuration.

", "location":"uri", "locationName":"gatewayId" }, "capabilityNamespace":{ "shape":"CapabilityNamespace", "documentation":"

The namespace of the capability configuration. For example, if you configure OPC-UA sources from the AWS IoT SiteWise console, your OPC-UA capability configuration has the namespace iotsitewise:opcuacollector:version, where version is a number such as 1.

", "location":"uri", "locationName":"capabilityNamespace" } } }, "DescribeGatewayCapabilityConfigurationResponse":{ "type":"structure", "required":[ "gatewayId", "capabilityNamespace", "capabilityConfiguration", "capabilitySyncStatus" ], "members":{ "gatewayId":{ "shape":"ID", "documentation":"

The ID of the gateway that defines the capability configuration.

" }, "capabilityNamespace":{ "shape":"CapabilityNamespace", "documentation":"

The namespace of the gateway capability.

" }, "capabilityConfiguration":{ "shape":"CapabilityConfiguration", "documentation":"

The JSON document that defines the gateway capability's configuration. For more information, see Configuring data sources (CLI) in the AWS IoT SiteWise User Guide.

" }, "capabilitySyncStatus":{ "shape":"CapabilitySyncStatus", "documentation":"

The synchronization status of the capability configuration. The sync status can be one of the following:

" } } }, "DescribeGatewayRequest":{ "type":"structure", "required":["gatewayId"], "members":{ "gatewayId":{ "shape":"ID", "documentation":"

The ID of the gateway device.

", "location":"uri", "locationName":"gatewayId" } } }, "DescribeGatewayResponse":{ "type":"structure", "required":[ "gatewayId", "gatewayName", "gatewayArn", "gatewayCapabilitySummaries", "creationDate", "lastUpdateDate" ], "members":{ "gatewayId":{ "shape":"ID", "documentation":"

The ID of the gateway device.

" }, "gatewayName":{ "shape":"Name", "documentation":"

The name of the gateway.

" }, "gatewayArn":{ "shape":"ARN", "documentation":"

The ARN of the gateway, which has the following format.

arn:${Partition}:iotsitewise:${Region}:${Account}:gateway/${GatewayId}

" }, "gatewayPlatform":{ "shape":"GatewayPlatform", "documentation":"

The gateway's platform.

" }, "gatewayCapabilitySummaries":{ "shape":"GatewayCapabilitySummaries", "documentation":"

A list of gateway capability summaries that each contain a namespace and status. Each gateway capability defines data sources for the gateway. To retrieve a capability configuration's definition, use DescribeGatewayCapabilityConfiguration.

" }, "creationDate":{ "shape":"Timestamp", "documentation":"

The date the gateway was created, in Unix epoch time.

" }, "lastUpdateDate":{ "shape":"Timestamp", "documentation":"

The date the gateway was last updated, in Unix epoch time.

" } } }, "DescribeLoggingOptionsRequest":{ "type":"structure", "members":{ } }, "DescribeLoggingOptionsResponse":{ "type":"structure", "required":["loggingOptions"], "members":{ "loggingOptions":{ "shape":"LoggingOptions", "documentation":"

The current logging options.

" } } }, "DescribePortalRequest":{ "type":"structure", "required":["portalId"], "members":{ "portalId":{ "shape":"ID", "documentation":"

The ID of the portal.

", "location":"uri", "locationName":"portalId" } } }, "DescribePortalResponse":{ "type":"structure", "required":[ "portalId", "portalArn", "portalName", "portalClientId", "portalStartUrl", "portalContactEmail", "portalStatus", "portalCreationDate", "portalLastUpdateDate" ], "members":{ "portalId":{ "shape":"ID", "documentation":"

The ID of the portal.

" }, "portalArn":{ "shape":"ARN", "documentation":"

The ARN of the portal, which has the following format.

arn:${Partition}:iotsitewise:${Region}:${Account}:portal/${PortalId}

" }, "portalName":{ "shape":"Name", "documentation":"

The name of the portal.

" }, "portalDescription":{ "shape":"Description", "documentation":"

The portal's description.

" }, "portalClientId":{ "shape":"PortalClientId", "documentation":"

The AWS SSO application generated client ID (used with AWS SSO APIs).

" }, "portalStartUrl":{ "shape":"Url", "documentation":"

The public root URL for the AWS IoT AWS IoT SiteWise Monitor application portal.

" }, "portalContactEmail":{ "shape":"Email", "documentation":"

The AWS administrator's contact email address.

" }, "portalStatus":{ "shape":"PortalStatus", "documentation":"

The current status of the portal, which contains a state and any error message.

" }, "portalCreationDate":{ "shape":"Timestamp", "documentation":"

The date the portal was created, in Unix epoch time.

" }, "portalLastUpdateDate":{ "shape":"Timestamp", "documentation":"

The date the portal was last updated, in Unix epoch time.

" }, "portalLogoImageLocation":{ "shape":"ImageLocation", "documentation":"

The portal's logo image, which is available at a URL.

" }, "roleArn":{ "shape":"ARN", "documentation":"

The ARN of the service role that allows the portal's users to access your AWS IoT SiteWise resources on your behalf. For more information, see Using service roles for AWS IoT SiteWise Monitor in the AWS IoT SiteWise User Guide.

" } } }, "DescribeProjectRequest":{ "type":"structure", "required":["projectId"], "members":{ "projectId":{ "shape":"ID", "documentation":"

The ID of the project.

", "location":"uri", "locationName":"projectId" } } }, "DescribeProjectResponse":{ "type":"structure", "required":[ "projectId", "projectArn", "projectName", "portalId", "projectCreationDate", "projectLastUpdateDate" ], "members":{ "projectId":{ "shape":"ID", "documentation":"

The ID of the project.

" }, "projectArn":{ "shape":"ARN", "documentation":"

The ARN of the project, which has the following format.

arn:${Partition}:iotsitewise:${Region}:${Account}:project/${ProjectId}

" }, "projectName":{ "shape":"Name", "documentation":"

The name of the project.

" }, "portalId":{ "shape":"ID", "documentation":"

The ID of the portal that the project is in.

" }, "projectDescription":{ "shape":"Description", "documentation":"

The project's description.

" }, "projectCreationDate":{ "shape":"Timestamp", "documentation":"

The date the project was created, in Unix epoch time.

" }, "projectLastUpdateDate":{ "shape":"Timestamp", "documentation":"

The date the project was last updated, in Unix epoch time.

" } } }, "Description":{ "type":"string", "max":2048, "min":1, "pattern":"[^\\u0000-\\u001F\\u007F]+" }, "DisassociateAssetsRequest":{ "type":"structure", "required":[ "assetId", "hierarchyId", "childAssetId" ], "members":{ "assetId":{ "shape":"ID", "documentation":"

The ID of the parent asset from which to disassociate the child asset.

", "location":"uri", "locationName":"assetId" }, "hierarchyId":{ "shape":"ID", "documentation":"

The ID of a hierarchy in the parent asset's model. Hierarchies allow different groupings of assets to be formed that all come from the same asset model. You can use the hierarchy ID to identify the correct asset to disassociate. For more information, see Asset Hierarchies in the AWS IoT SiteWise User Guide.

" }, "childAssetId":{ "shape":"ID", "documentation":"

The ID of the child asset to disassociate.

" }, "clientToken":{ "shape":"ClientToken", "documentation":"

A unique case-sensitive identifier that you can provide to ensure the idempotency of the request. Don't reuse this client token if a new idempotent request is required.

", "idempotencyToken":true } } }, "Email":{ "type":"string", "max":255, "min":1, "pattern":"[^@]+@[^@]+" }, "EntryId":{ "type":"string", "max":64, "min":1, "pattern":"^[a-zA-Z0-9_-]+$" }, "ErrorCode":{ "type":"string", "enum":[ "VALIDATION_ERROR", "INTERNAL_FAILURE" ] }, "ErrorDetails":{ "type":"structure", "required":[ "code", "message" ], "members":{ "code":{ "shape":"ErrorCode", "documentation":"

The error code.

" }, "message":{ "shape":"ErrorMessage", "documentation":"

The error message.

" } }, "documentation":"

Contains the details of an AWS IoT SiteWise error.

" }, "ErrorMessage":{"type":"string"}, "ExceptionMessage":{"type":"string"}, "Expression":{ "type":"string", "max":1024, "min":1, "pattern":"^[a-z0-9._+\\-*%/^, ()]+$" }, "ExpressionVariable":{ "type":"structure", "required":[ "name", "value" ], "members":{ "name":{ "shape":"VariableName", "documentation":"

The friendly name of the variable to be used in the expression.

" }, "value":{ "shape":"VariableValue", "documentation":"

The variable that identifies an asset property from which to use values.

" } }, "documentation":"

Contains expression variable information.

" }, "ExpressionVariables":{ "type":"list", "member":{"shape":"ExpressionVariable"} }, "GatewayCapabilitySummaries":{ "type":"list", "member":{"shape":"GatewayCapabilitySummary"} }, "GatewayCapabilitySummary":{ "type":"structure", "required":[ "capabilityNamespace", "capabilitySyncStatus" ], "members":{ "capabilityNamespace":{ "shape":"CapabilityNamespace", "documentation":"

The namespace of the capability configuration. For example, if you configure OPC-UA sources from the AWS IoT SiteWise console, your OPC-UA capability configuration has the namespace iotsitewise:opcuacollector:version, where version is a number such as 1.

" }, "capabilitySyncStatus":{ "shape":"CapabilitySyncStatus", "documentation":"

The synchronization status of the capability configuration. The sync status can be one of the following:

" } }, "documentation":"

Contains a summary of a gateway capability configuration.

" }, "GatewayPlatform":{ "type":"structure", "required":["greengrass"], "members":{ "greengrass":{ "shape":"Greengrass", "documentation":"

A gateway that runs on AWS IoT Greengrass.

" } }, "documentation":"

Contains a gateway's platform information.

" }, "GatewaySummaries":{ "type":"list", "member":{"shape":"GatewaySummary"} }, "GatewaySummary":{ "type":"structure", "required":[ "gatewayId", "gatewayName", "creationDate", "lastUpdateDate" ], "members":{ "gatewayId":{ "shape":"ID", "documentation":"

The ID of the gateway device.

" }, "gatewayName":{ "shape":"Name", "documentation":"

The name of the asset.

" }, "gatewayCapabilitySummaries":{ "shape":"GatewayCapabilitySummaries", "documentation":"

A list of gateway capability summaries that each contain a namespace and status. Each gateway capability defines data sources for the gateway. To retrieve a capability configuration's definition, use DescribeGatewayCapabilityConfiguration.

" }, "creationDate":{ "shape":"Timestamp", "documentation":"

The date the gateway was created, in Unix epoch time.

" }, "lastUpdateDate":{ "shape":"Timestamp", "documentation":"

The date the gateway was last updated, in Unix epoch time.

" } }, "documentation":"

Contains a summary of a gateway.

" }, "GetAssetPropertyAggregatesRequest":{ "type":"structure", "required":[ "aggregateTypes", "resolution", "startDate", "endDate" ], "members":{ "assetId":{ "shape":"ID", "documentation":"

The ID of the asset.

", "location":"querystring", "locationName":"assetId" }, "propertyId":{ "shape":"ID", "documentation":"

The ID of the asset property.

", "location":"querystring", "locationName":"propertyId" }, "propertyAlias":{ "shape":"AssetPropertyAlias", "documentation":"

The property alias that identifies the property, such as an OPC-UA server data stream path (for example, /company/windfarm/3/turbine/7/temperature). For more information, see Mapping Industrial Data Streams to Asset Properties in the AWS IoT SiteWise User Guide.

", "location":"querystring", "locationName":"propertyAlias" }, "aggregateTypes":{ "shape":"AggregateTypes", "documentation":"

The data aggregating function.

", "location":"querystring", "locationName":"aggregateTypes" }, "resolution":{ "shape":"Resolution", "documentation":"

The time interval over which to aggregate data.

", "location":"querystring", "locationName":"resolution" }, "qualities":{ "shape":"Qualities", "documentation":"

The quality by which to filter asset data.

", "location":"querystring", "locationName":"qualities" }, "startDate":{ "shape":"Timestamp", "documentation":"

The exclusive start of the range from which to query historical data, expressed in seconds in Unix epoch time.

", "location":"querystring", "locationName":"startDate" }, "endDate":{ "shape":"Timestamp", "documentation":"

The inclusive end of the range from which to query historical data, expressed in seconds in Unix epoch time.

", "location":"querystring", "locationName":"endDate" }, "timeOrdering":{ "shape":"TimeOrdering", "documentation":"

The chronological sorting order of the requested information.

", "location":"querystring", "locationName":"timeOrdering" }, "nextToken":{ "shape":"NextToken", "documentation":"

The token to be used for the next set of paginated results.

", "location":"querystring", "locationName":"nextToken" }, "maxResults":{ "shape":"MaxResults", "documentation":"

The maximum number of results to be returned per paginated request.

", "location":"querystring", "locationName":"maxResults" } } }, "GetAssetPropertyAggregatesResponse":{ "type":"structure", "required":["aggregatedValues"], "members":{ "aggregatedValues":{ "shape":"AggregatedValues", "documentation":"

The requested aggregated values.

" }, "nextToken":{ "shape":"NextToken", "documentation":"

The token for the next set of results, or null if there are no additional results.

" } } }, "GetAssetPropertyValueHistoryRequest":{ "type":"structure", "members":{ "assetId":{ "shape":"ID", "documentation":"

The ID of the asset.

", "location":"querystring", "locationName":"assetId" }, "propertyId":{ "shape":"ID", "documentation":"

The ID of the asset property.

", "location":"querystring", "locationName":"propertyId" }, "propertyAlias":{ "shape":"AssetPropertyAlias", "documentation":"

The property alias that identifies the property, such as an OPC-UA server data stream path (for example, /company/windfarm/3/turbine/7/temperature). For more information, see Mapping Industrial Data Streams to Asset Properties in the AWS IoT SiteWise User Guide.

", "location":"querystring", "locationName":"propertyAlias" }, "startDate":{ "shape":"Timestamp", "documentation":"

The exclusive start of the range from which to query historical data, expressed in seconds in Unix epoch time.

", "location":"querystring", "locationName":"startDate" }, "endDate":{ "shape":"Timestamp", "documentation":"

The inclusive end of the range from which to query historical data, expressed in seconds in Unix epoch time.

", "location":"querystring", "locationName":"endDate" }, "qualities":{ "shape":"Qualities", "documentation":"

The quality by which to filter asset data.

", "location":"querystring", "locationName":"qualities" }, "timeOrdering":{ "shape":"TimeOrdering", "documentation":"

The chronological sorting order of the requested information.

", "location":"querystring", "locationName":"timeOrdering" }, "nextToken":{ "shape":"NextToken", "documentation":"

The token to be used for the next set of paginated results.

", "location":"querystring", "locationName":"nextToken" }, "maxResults":{ "shape":"MaxResults", "documentation":"

The maximum number of results to be returned per paginated request.

", "location":"querystring", "locationName":"maxResults" } } }, "GetAssetPropertyValueHistoryResponse":{ "type":"structure", "required":["assetPropertyValueHistory"], "members":{ "assetPropertyValueHistory":{ "shape":"AssetPropertyValueHistory", "documentation":"

The asset property's value history.

" }, "nextToken":{ "shape":"NextToken", "documentation":"

The token for the next set of results, or null if there are no additional results.

" } } }, "GetAssetPropertyValueRequest":{ "type":"structure", "members":{ "assetId":{ "shape":"ID", "documentation":"

The ID of the asset.

", "location":"querystring", "locationName":"assetId" }, "propertyId":{ "shape":"ID", "documentation":"

The ID of the asset property.

", "location":"querystring", "locationName":"propertyId" }, "propertyAlias":{ "shape":"AssetPropertyAlias", "documentation":"

The property alias that identifies the property, such as an OPC-UA server data stream path (for example, /company/windfarm/3/turbine/7/temperature). For more information, see Mapping Industrial Data Streams to Asset Properties in the AWS IoT SiteWise User Guide.

", "location":"querystring", "locationName":"propertyAlias" } } }, "GetAssetPropertyValueResponse":{ "type":"structure", "members":{ "propertyValue":{ "shape":"AssetPropertyValue", "documentation":"

The current asset property value.

" } } }, "Greengrass":{ "type":"structure", "required":["groupArn"], "members":{ "groupArn":{ "shape":"ARN", "documentation":"

The ARN of the Greengrass group. For more information about how to find a group's ARN, see ListGroups and GetGroup in the AWS IoT Greengrass API Reference.

" } }, "documentation":"

Contains details for a gateway that runs on AWS IoT Greengrass. To create a gateway that runs on AWS 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 AWS IoT SiteWise. For more information, see Ingesting data using a gateway in the AWS IoT SiteWise User Guide.

" }, "GroupIdentity":{ "type":"structure", "required":["id"], "members":{ "id":{ "shape":"IdentityId", "documentation":"

The AWS SSO ID of the group.

" } }, "documentation":"

Contains information for a group identity in an access policy.

" }, "ID":{ "type":"string", "max":36, "min":36, "pattern":"^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$" }, "IDs":{ "type":"list", "member":{"shape":"ID"}, "max":100, "min":1 }, "Identity":{ "type":"structure", "members":{ "user":{ "shape":"UserIdentity", "documentation":"

A user identity.

" }, "group":{ "shape":"GroupIdentity", "documentation":"

A group identity.

" } }, "documentation":"

Contains an AWS SSO identity ID for a user or group.

Currently, you can't use AWS APIs to retrieve AWS SSO identity IDs. You can find the AWS SSO identity IDs in the URL of user and group pages in the AWS SSO console.

" }, "IdentityId":{ "type":"string", "max":256, "min":1, "pattern":"\\S+" }, "IdentityType":{ "type":"string", "enum":[ "USER", "GROUP" ] }, "Image":{ "type":"structure", "members":{ "id":{ "shape":"ID", "documentation":"

The ID of an existing image. Specify this parameter to keep an existing image.

" }, "file":{"shape":"ImageFile"} }, "documentation":"

Contains an image that is one of the following:

" }, "ImageFile":{ "type":"structure", "required":[ "data", "type" ], "members":{ "data":{ "shape":"ImageFileData", "documentation":"

The image file contents, represented as a base64-encoded string. The file size must be less than 1 MB.

" }, "type":{ "shape":"ImageFileType", "documentation":"

The file type of the image.

" } }, "documentation":"

Contains an image file.

" }, "ImageFileData":{ "type":"blob", "max":1500000, "min":1 }, "ImageFileType":{ "type":"string", "enum":["PNG"] }, "ImageLocation":{ "type":"structure", "required":[ "id", "url" ], "members":{ "id":{ "shape":"ID", "documentation":"

The ID of the image.

" }, "url":{ "shape":"Url", "documentation":"

The URL where the image is available. The URL is valid for 15 minutes so that you can view and download the image

" } }, "documentation":"

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

" }, "InternalFailureException":{ "type":"structure", "required":["message"], "members":{ "message":{"shape":"ErrorMessage"} }, "documentation":"

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

", "error":{"httpStatusCode":500}, "exception":true, "fault":true }, "Interval":{ "type":"string", "max":3, "min":2, "pattern":"1w|1d|1h|15m|5m|1m" }, "InvalidRequestException":{ "type":"structure", "required":["message"], "members":{ "message":{"shape":"ErrorMessage"} }, "documentation":"

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

", "error":{"httpStatusCode":400}, "exception":true }, "LimitExceededException":{ "type":"structure", "required":["message"], "members":{ "message":{"shape":"ErrorMessage"} }, "documentation":"

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.

For more information, see Quotas in the AWS IoT SiteWise User Guide.

", "error":{"httpStatusCode":410}, "exception":true }, "ListAccessPoliciesRequest":{ "type":"structure", "members":{ "identityType":{ "shape":"IdentityType", "documentation":"

The type of identity (user or group). This parameter is required if you specify identityId.

", "location":"querystring", "locationName":"identityType" }, "identityId":{ "shape":"IdentityId", "documentation":"

The ID of the identity. This parameter is required if you specify identityType.

", "location":"querystring", "locationName":"identityId" }, "resourceType":{ "shape":"ResourceType", "documentation":"

The type of resource (portal or project). This parameter is required if you specify resourceId.

", "location":"querystring", "locationName":"resourceType" }, "resourceId":{ "shape":"ID", "documentation":"

The ID of the resource. This parameter is required if you specify resourceType.

", "location":"querystring", "locationName":"resourceId" }, "nextToken":{ "shape":"NextToken", "documentation":"

The token to be used for the next set of paginated results.

", "location":"querystring", "locationName":"nextToken" }, "maxResults":{ "shape":"MaxResults", "documentation":"

The maximum number of results to be returned per paginated request.

", "location":"querystring", "locationName":"maxResults" } } }, "ListAccessPoliciesResponse":{ "type":"structure", "required":["accessPolicySummaries"], "members":{ "accessPolicySummaries":{ "shape":"AccessPolicySummaries", "documentation":"

A list that summarizes each access policy.

" }, "nextToken":{ "shape":"NextToken", "documentation":"

The token for the next set of results, or null if there are no additional results.

" } } }, "ListAssetModelsRequest":{ "type":"structure", "members":{ "nextToken":{ "shape":"NextToken", "documentation":"

The token to be used for the next set of paginated results.

", "location":"querystring", "locationName":"nextToken" }, "maxResults":{ "shape":"MaxResults", "documentation":"

The maximum number of results to be returned per paginated request.

", "location":"querystring", "locationName":"maxResults" } } }, "ListAssetModelsResponse":{ "type":"structure", "required":["assetModelSummaries"], "members":{ "assetModelSummaries":{ "shape":"AssetModelSummaries", "documentation":"

A list that summarizes each asset model.

" }, "nextToken":{ "shape":"NextToken", "documentation":"

The token for the next set of results, or null if there are no additional results.

" } } }, "ListAssetsFilter":{ "type":"string", "enum":[ "ALL", "TOP_LEVEL" ] }, "ListAssetsRequest":{ "type":"structure", "members":{ "nextToken":{ "shape":"NextToken", "documentation":"

The token to be used for the next set of paginated results.

", "location":"querystring", "locationName":"nextToken" }, "maxResults":{ "shape":"MaxResults", "documentation":"

The maximum number of results to be returned per paginated request.

", "location":"querystring", "locationName":"maxResults" }, "assetModelId":{ "shape":"ID", "documentation":"

The ID of the asset model by which to filter the list of assets. This parameter is required if you choose ALL for filter.

", "location":"querystring", "locationName":"assetModelId" }, "filter":{ "shape":"ListAssetsFilter", "documentation":"

The filter for the requested list of assets. Choose one of the following options. Defaults to ALL.

", "location":"querystring", "locationName":"filter" } } }, "ListAssetsResponse":{ "type":"structure", "required":["assetSummaries"], "members":{ "assetSummaries":{ "shape":"AssetSummaries", "documentation":"

A list that summarizes each asset.

" }, "nextToken":{ "shape":"NextToken", "documentation":"

The token for the next set of results, or null if there are no additional results.

" } } }, "ListAssociatedAssetsRequest":{ "type":"structure", "required":[ "assetId", "hierarchyId" ], "members":{ "assetId":{ "shape":"ID", "documentation":"

The ID of the parent asset.

", "location":"uri", "locationName":"assetId" }, "hierarchyId":{ "shape":"ID", "documentation":"

The hierarchy ID (of the parent asset model) whose associated assets are returned. To find a hierarchy ID, use the DescribeAsset or DescribeAssetModel actions.

For more information, see Asset Hierarchies in the AWS IoT SiteWise User Guide.

", "location":"querystring", "locationName":"hierarchyId" }, "nextToken":{ "shape":"NextToken", "documentation":"

The token to be used for the next set of paginated results.

", "location":"querystring", "locationName":"nextToken" }, "maxResults":{ "shape":"MaxResults", "documentation":"

The maximum number of results to be returned per paginated request.

", "location":"querystring", "locationName":"maxResults" } } }, "ListAssociatedAssetsResponse":{ "type":"structure", "required":["assetSummaries"], "members":{ "assetSummaries":{ "shape":"AssociatedAssetsSummaries", "documentation":"

A list that summarizes the associated assets.

" }, "nextToken":{ "shape":"NextToken", "documentation":"

The token for the next set of results, or null if there are no additional results.

" } } }, "ListDashboardsRequest":{ "type":"structure", "required":["projectId"], "members":{ "projectId":{ "shape":"ID", "documentation":"

The ID of the project.

", "location":"querystring", "locationName":"projectId" }, "nextToken":{ "shape":"NextToken", "documentation":"

The token to be used for the next set of paginated results.

", "location":"querystring", "locationName":"nextToken" }, "maxResults":{ "shape":"MaxResults", "documentation":"

The maximum number of results to be returned per paginated request.

", "location":"querystring", "locationName":"maxResults" } } }, "ListDashboardsResponse":{ "type":"structure", "required":["dashboardSummaries"], "members":{ "dashboardSummaries":{ "shape":"DashboardSummaries", "documentation":"

A list that summarizes each dashboard in the project.

" }, "nextToken":{ "shape":"NextToken", "documentation":"

The token for the next set of results, or null if there are no additional results.

" } } }, "ListGatewaysRequest":{ "type":"structure", "members":{ "nextToken":{ "shape":"NextToken", "documentation":"

The token to be used for the next set of paginated results.

", "location":"querystring", "locationName":"nextToken" }, "maxResults":{ "shape":"MaxResults", "documentation":"

The maximum number of results to be returned per paginated request.

", "location":"querystring", "locationName":"maxResults" } } }, "ListGatewaysResponse":{ "type":"structure", "required":["gatewaySummaries"], "members":{ "gatewaySummaries":{ "shape":"GatewaySummaries", "documentation":"

A list that summarizes each gateway.

" }, "nextToken":{ "shape":"NextToken", "documentation":"

The token for the next set of results, or null if there are no additional results.

" } } }, "ListPortalsRequest":{ "type":"structure", "members":{ "nextToken":{ "shape":"NextToken", "documentation":"

The token to be used for the next set of paginated results.

", "location":"querystring", "locationName":"nextToken" }, "maxResults":{ "shape":"MaxResults", "documentation":"

The maximum number of results to be returned per paginated request.

", "location":"querystring", "locationName":"maxResults" } } }, "ListPortalsResponse":{ "type":"structure", "members":{ "portalSummaries":{ "shape":"PortalSummaries", "documentation":"

A list that summarizes each portal.

" }, "nextToken":{ "shape":"NextToken", "documentation":"

The token for the next set of results, or null if there are no additional results.

" } } }, "ListProjectAssetsRequest":{ "type":"structure", "required":["projectId"], "members":{ "projectId":{ "shape":"ID", "documentation":"

The ID of the project.

", "location":"uri", "locationName":"projectId" }, "nextToken":{ "shape":"NextToken", "documentation":"

The token to be used for the next set of paginated results.

", "location":"querystring", "locationName":"nextToken" }, "maxResults":{ "shape":"MaxResults", "documentation":"

The maximum number of results to be returned per paginated request.

", "location":"querystring", "locationName":"maxResults" } } }, "ListProjectAssetsResponse":{ "type":"structure", "required":["assetIds"], "members":{ "assetIds":{ "shape":"AssetIDs", "documentation":"

A list that contains the IDs of each asset associated with the project.

" }, "nextToken":{ "shape":"NextToken", "documentation":"

The token for the next set of results, or null if there are no additional results.

" } } }, "ListProjectsRequest":{ "type":"structure", "required":["portalId"], "members":{ "portalId":{ "shape":"ID", "documentation":"

The ID of the portal.

", "location":"querystring", "locationName":"portalId" }, "nextToken":{ "shape":"NextToken", "documentation":"

The token to be used for the next set of paginated results.

", "location":"querystring", "locationName":"nextToken" }, "maxResults":{ "shape":"MaxResults", "documentation":"

The maximum number of results to be returned per paginated request.

", "location":"querystring", "locationName":"maxResults" } } }, "ListProjectsResponse":{ "type":"structure", "required":["projectSummaries"], "members":{ "projectSummaries":{ "shape":"ProjectSummaries", "documentation":"

A list that summarizes each project in the portal.

" }, "nextToken":{ "shape":"NextToken", "documentation":"

The token for the next set of results, or null if there are no additional results.

" } } }, "ListTagsForResourceRequest":{ "type":"structure", "required":["resourceArn"], "members":{ "resourceArn":{ "shape":"AmazonResourceName", "documentation":"

The ARN of the resource.

", "location":"querystring", "locationName":"resourceArn" } } }, "ListTagsForResourceResponse":{ "type":"structure", "members":{ "tags":{ "shape":"TagMap", "documentation":"

The list of key-value pairs that contain metadata for the resource. For more information, see Tagging your AWS IoT SiteWise resources in the AWS IoT SiteWise User Guide.

" } } }, "LoggingLevel":{ "type":"string", "enum":[ "ERROR", "INFO", "OFF" ] }, "LoggingOptions":{ "type":"structure", "required":["level"], "members":{ "level":{ "shape":"LoggingLevel", "documentation":"

The AWS IoT SiteWise logging verbosity level.

" } }, "documentation":"

Contains logging options.

" }, "Macro":{ "type":"string", "max":256, "min":1, "pattern":"[^\\u0000-\\u001F\\u007F]+" }, "MaxResults":{ "type":"integer", "max":250, "min":1 }, "Measurement":{ "type":"structure", "members":{ }, "documentation":"

Contains an asset measurement property. This structure is empty. For more information, see Measurements in the AWS IoT SiteWise User Guide.

" }, "Metric":{ "type":"structure", "required":[ "expression", "variables", "window" ], "members":{ "expression":{ "shape":"Expression", "documentation":"

The mathematical expression that defines the metric aggregation function. You can specify up to 10 variables per expression. You can specify up to 10 functions per expression.

For more information, see Quotas in the AWS IoT SiteWise User Guide.

" }, "variables":{ "shape":"ExpressionVariables", "documentation":"

The list of variables used in the expression.

" }, "window":{ "shape":"MetricWindow", "documentation":"

The window (time interval) over which AWS IoT SiteWise computes the metric's aggregation expression. AWS IoT SiteWise computes one data point per window.

" } }, "documentation":"

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 AWS IoT SiteWise User Guide.

" }, "MetricWindow":{ "type":"structure", "members":{ "tumbling":{ "shape":"TumblingWindow", "documentation":"

The tumbling time interval window.

" } }, "documentation":"

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

" }, "MonitorErrorCode":{ "type":"string", "enum":["INTERNAL_FAILURE"] }, "MonitorErrorDetails":{ "type":"structure", "members":{ "code":{ "shape":"MonitorErrorCode", "documentation":"

The error code.

" }, "message":{ "shape":"MonitorErrorMessage", "documentation":"

The error message.

" } }, "documentation":"

Contains AWS IoT SiteWise Monitor error details.

" }, "MonitorErrorMessage":{"type":"string"}, "Name":{ "type":"string", "max":256, "min":1, "pattern":"[^\\u0000-\\u001F\\u007F]+" }, "NextToken":{ "type":"string", "max":2048, "min":1, "pattern":"[A-Za-z0-9+/=]+" }, "OffsetInNanos":{ "type":"integer", "max":999999999, "min":0 }, "Permission":{ "type":"string", "enum":[ "ADMINISTRATOR", "VIEWER" ] }, "PortalClientId":{ "type":"string", "max":256, "min":1, "pattern":"^[!-~]*" }, "PortalResource":{ "type":"structure", "required":["id"], "members":{ "id":{ "shape":"ID", "documentation":"

The ID of the portal.

" } }, "documentation":"

Identifies an AWS IoT SiteWise Monitor portal.

" }, "PortalState":{ "type":"string", "enum":[ "CREATING", "UPDATING", "DELETING", "ACTIVE", "FAILED" ] }, "PortalStatus":{ "type":"structure", "required":["state"], "members":{ "state":{ "shape":"PortalState", "documentation":"

The current state of the portal.

" }, "error":{ "shape":"MonitorErrorDetails", "documentation":"

Contains associated error information, if any.

" } }, "documentation":"

Contains information about the current status of a portal.

" }, "PortalSummaries":{ "type":"list", "member":{"shape":"PortalSummary"} }, "PortalSummary":{ "type":"structure", "required":[ "id", "name", "startUrl" ], "members":{ "id":{ "shape":"ID", "documentation":"

The ID of the portal.

" }, "name":{ "shape":"Name", "documentation":"

The name of the portal.

" }, "description":{ "shape":"Description", "documentation":"

The portal's description.

" }, "startUrl":{ "shape":"Url", "documentation":"

The public root URL for the AWS IoT AWS IoT SiteWise Monitor application portal.

" }, "creationDate":{ "shape":"Timestamp", "documentation":"

The date the portal was created, in Unix epoch time.

" }, "lastUpdateDate":{ "shape":"Timestamp", "documentation":"

The date the portal was last updated, in Unix epoch time.

" }, "roleArn":{ "shape":"ARN", "documentation":"

The ARN of the service role that allows the portal's users to access your AWS IoT SiteWise resources on your behalf. For more information, see Using service roles for AWS IoT SiteWise Monitor in the AWS IoT SiteWise User Guide.

" } }, "documentation":"

Contains a portal summary.

" }, "ProjectResource":{ "type":"structure", "required":["id"], "members":{ "id":{ "shape":"ID", "documentation":"

The ID of the project.

" } }, "documentation":"

Identifies a specific AWS IoT SiteWise Monitor project.

" }, "ProjectSummaries":{ "type":"list", "member":{"shape":"ProjectSummary"} }, "ProjectSummary":{ "type":"structure", "required":[ "id", "name" ], "members":{ "id":{ "shape":"ID", "documentation":"

The ID of the project.

" }, "name":{ "shape":"Name", "documentation":"

The name of the project.

" }, "description":{ "shape":"Description", "documentation":"

The project's description.

" }, "creationDate":{ "shape":"Timestamp", "documentation":"

The date the project was created, in Unix epoch time.

" }, "lastUpdateDate":{ "shape":"Timestamp", "documentation":"

The date the project was last updated, in Unix epoch time.

" } }, "documentation":"

Contains project summary information.

" }, "Property":{ "type":"structure", "required":[ "id", "name", "dataType" ], "members":{ "id":{ "shape":"ID", "documentation":"

The ID of the asset property.

" }, "name":{ "shape":"Name", "documentation":"

The name of the property.

" }, "alias":{ "shape":"PropertyAlias", "documentation":"

The property alias that identifies the property, such as an OPC-UA server data stream path (for example, /company/windfarm/3/turbine/7/temperature). For more information, see Mapping Industrial Data Streams to Asset Properties in the AWS IoT SiteWise User Guide.

" }, "notification":{ "shape":"PropertyNotification", "documentation":"

The asset property's notification topic and state. For more information, see UpdateAssetProperty

" }, "dataType":{ "shape":"PropertyDataType", "documentation":"

The property data type.

" }, "unit":{ "shape":"PropertyUnit", "documentation":"

The unit (such as Newtons or RPM) of the asset property.

" }, "type":{ "shape":"PropertyType", "documentation":"

The property type (see PropertyType). A property contains one type.

" } }, "documentation":"

Contains asset property information.

" }, "PropertyAlias":{ "type":"string", "max":2048, "min":1, "pattern":"[^\\u0000-\\u001F\\u007F]+" }, "PropertyDataType":{ "type":"string", "enum":[ "STRING", "INTEGER", "DOUBLE", "BOOLEAN" ] }, "PropertyNotification":{ "type":"structure", "required":[ "topic", "state" ], "members":{ "topic":{ "shape":"PropertyNotificationTopic", "documentation":"

The MQTT topic to which AWS IoT SiteWise publishes property value update notifications.

" }, "state":{ "shape":"PropertyNotificationState", "documentation":"

The current notification state.

" } }, "documentation":"

Contains asset property value notification information. When the notification state is enabled, AWS IoT SiteWise publishes property value updates to a unique MQTT topic. For more information, see Interacting with Other Services in the AWS IoT SiteWise User Guide.

" }, "PropertyNotificationState":{ "type":"string", "enum":[ "ENABLED", "DISABLED" ] }, "PropertyNotificationTopic":{"type":"string"}, "PropertyType":{ "type":"structure", "members":{ "attribute":{ "shape":"Attribute", "documentation":"

Specifies an asset attribute property. An attribute generally contains static information, such as the serial number of an IIoT wind turbine.

" }, "measurement":{ "shape":"Measurement", "documentation":"

Specifies an asset measurement property. A measurement represents a device's raw sensor data stream, such as timestamped temperature values or timestamped power values.

" }, "transform":{ "shape":"Transform", "documentation":"

Specifies an asset transform property. A transform contains a mathematical expression that maps a property's data points from one form to another, such as a unit conversion from Celsius to Fahrenheit.

" }, "metric":{ "shape":"Metric", "documentation":"

Specifies an asset metric property. A metric contains a mathematical expression that uses aggregate functions to process all input data points over a time interval and output a single data point, such as to calculate the average hourly temperature.

" } }, "documentation":"

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

" }, "PropertyUnit":{ "type":"string", "max":256, "min":1, "pattern":"[^\\u0000-\\u001F\\u007F]+" }, "PropertyValueBooleanValue":{"type":"boolean"}, "PropertyValueDoubleValue":{"type":"double"}, "PropertyValueIntegerValue":{"type":"integer"}, "PropertyValueStringValue":{ "type":"string", "max":1024, "min":1, "pattern":"[^\\u0000-\\u001F\\u007F]+" }, "PutAssetPropertyValueEntries":{ "type":"list", "member":{"shape":"PutAssetPropertyValueEntry"} }, "PutAssetPropertyValueEntry":{ "type":"structure", "required":[ "entryId", "propertyValues" ], "members":{ "entryId":{ "shape":"EntryId", "documentation":"

The user specified ID for the entry. You can use this ID to identify which entries failed.

" }, "assetId":{ "shape":"ID", "documentation":"

The ID of the asset to update.

" }, "propertyId":{ "shape":"ID", "documentation":"

The ID of the asset property for this entry.

" }, "propertyAlias":{ "shape":"AssetPropertyAlias", "documentation":"

The property alias that identifies the property, such as an OPC-UA server data stream path (for example, /company/windfarm/3/turbine/7/temperature). For more information, see Mapping Industrial Data Streams to Asset Properties in the AWS IoT SiteWise User Guide.

" }, "propertyValues":{ "shape":"AssetPropertyValues", "documentation":"

The list of property values to upload. You can specify up to 10 propertyValues array elements.

" } }, "documentation":"

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

" }, "PutLoggingOptionsRequest":{ "type":"structure", "required":["loggingOptions"], "members":{ "loggingOptions":{ "shape":"LoggingOptions", "documentation":"

The logging options to set.

" } } }, "PutLoggingOptionsResponse":{ "type":"structure", "members":{ } }, "Qualities":{ "type":"list", "member":{"shape":"Quality"}, "max":1, "min":1 }, "Quality":{ "type":"string", "enum":[ "GOOD", "BAD", "UNCERTAIN" ] }, "Resolution":{ "type":"string", "max":2, "min":2, "pattern":"1m|1h|1d" }, "Resource":{ "type":"structure", "members":{ "portal":{ "shape":"PortalResource", "documentation":"

A portal resource.

" }, "project":{ "shape":"ProjectResource", "documentation":"

A project resource.

" } }, "documentation":"

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

" }, "ResourceAlreadyExistsException":{ "type":"structure", "required":[ "message", "resourceId", "resourceArn" ], "members":{ "message":{"shape":"ErrorMessage"}, "resourceId":{ "shape":"ResourceId", "documentation":"

The ID of the resource that already exists.

" }, "resourceArn":{ "shape":"ResourceArn", "documentation":"

The ARN of the resource that already exists.

" } }, "documentation":"

The resource already exists.

", "error":{"httpStatusCode":409}, "exception":true }, "ResourceArn":{"type":"string"}, "ResourceId":{"type":"string"}, "ResourceNotFoundException":{ "type":"structure", "required":["message"], "members":{ "message":{"shape":"ErrorMessage"} }, "documentation":"

The requested resource can't be found.

", "error":{"httpStatusCode":404}, "exception":true }, "ResourceType":{ "type":"string", "enum":[ "PORTAL", "PROJECT" ] }, "SSOApplicationId":{ "type":"string", "max":64, "min":1, "pattern":"^[!-~]*" }, "ServiceUnavailableException":{ "type":"structure", "required":["message"], "members":{ "message":{"shape":"ErrorMessage"} }, "documentation":"

The requested service is unavailable.

", "error":{"httpStatusCode":503}, "exception":true, "fault":true }, "TagKey":{ "type":"string", "max":128, "min":1 }, "TagKeyList":{ "type":"list", "member":{"shape":"TagKey"}, "max":200, "min":0 }, "TagMap":{ "type":"map", "key":{"shape":"TagKey"}, "value":{"shape":"TagValue"}, "max":50, "min":1 }, "TagResourceRequest":{ "type":"structure", "required":[ "resourceArn", "tags" ], "members":{ "resourceArn":{ "shape":"AmazonResourceName", "documentation":"

The ARN of the resource to tag.

", "location":"querystring", "locationName":"resourceArn" }, "tags":{ "shape":"TagMap", "documentation":"

A list of key-value pairs that contain metadata for the resource. For more information, see Tagging your AWS IoT SiteWise resources in the AWS IoT SiteWise User Guide.

" } } }, "TagResourceResponse":{ "type":"structure", "members":{ } }, "TagValue":{ "type":"string", "max":256, "min":0 }, "ThrottlingException":{ "type":"structure", "required":["message"], "members":{ "message":{"shape":"ErrorMessage"} }, "documentation":"

Your request exceeded a rate limit. For example, you might have exceeded the number of AWS 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 AWS IoT SiteWise User Guide.

", "error":{"httpStatusCode":429}, "exception":true }, "TimeInNanos":{ "type":"structure", "required":["timeInSeconds"], "members":{ "timeInSeconds":{ "shape":"TimeInSeconds", "documentation":"

The timestamp date, in seconds, in the Unix epoch format. Fractional nanosecond data is provided by offsetInNanos.

" }, "offsetInNanos":{ "shape":"OffsetInNanos", "documentation":"

The nanosecond offset from timeInSeconds.

" } }, "documentation":"

Contains a timestamp with optional nanosecond granularity.

" }, "TimeInSeconds":{ "type":"long", "max":31556889864403199, "min":1 }, "TimeOrdering":{ "type":"string", "enum":[ "ASCENDING", "DESCENDING" ] }, "Timestamp":{"type":"timestamp"}, "Timestamps":{ "type":"list", "member":{"shape":"TimeInNanos"} }, "TooManyTagsException":{ "type":"structure", "members":{ "message":{"shape":"ExceptionMessage"}, "resourceName":{ "shape":"AmazonResourceName", "documentation":"

The name of the resource with too many tags.

" } }, "documentation":"

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 AWS General Reference.

", "error":{"httpStatusCode":400}, "exception":true }, "Transform":{ "type":"structure", "required":[ "expression", "variables" ], "members":{ "expression":{ "shape":"Expression", "documentation":"

The mathematical expression that defines the transformation function. You can specify up to 10 variables per expression. You can specify up to 10 functions per expression.

For more information, see Quotas in the AWS IoT SiteWise User Guide.

" }, "variables":{ "shape":"ExpressionVariables", "documentation":"

The list of variables used in the expression.

" } }, "documentation":"

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 AWS IoT SiteWise User Guide.

" }, "TumblingWindow":{ "type":"structure", "required":["interval"], "members":{ "interval":{ "shape":"Interval", "documentation":"

The time interval for the tumbling window. Note that w represents weeks, d represents days, h represents hours, and m represents minutes. AWS IoT SiteWise computes the 1w interval the end of Sunday at midnight each week (UTC), the 1d interval at the end of each day at midnight (UTC), the 1h interval at the end of each hour, and so on.

When AWS IoT SiteWise aggregates data points for metric computations, the start of each interval is exclusive and the end of each interval is inclusive. AWS IoT SiteWise places the computed data point at the end of the interval.

" } }, "documentation":"

Contains a tumbling window, which is a repeating fixed-sized, non-overlapping, and contiguous time interval. This window is used in metric and aggregation computations.

" }, "UntagResourceRequest":{ "type":"structure", "required":[ "resourceArn", "tagKeys" ], "members":{ "resourceArn":{ "shape":"AmazonResourceName", "documentation":"

The ARN of the resource to untag.

", "location":"querystring", "locationName":"resourceArn" }, "tagKeys":{ "shape":"TagKeyList", "documentation":"

A list of keys for tags to remove from the resource.

", "location":"querystring", "locationName":"tagKeys" } } }, "UntagResourceResponse":{ "type":"structure", "members":{ } }, "UpdateAccessPolicyRequest":{ "type":"structure", "required":[ "accessPolicyId", "accessPolicyIdentity", "accessPolicyResource", "accessPolicyPermission" ], "members":{ "accessPolicyId":{ "shape":"ID", "documentation":"

The ID of the access policy.

", "location":"uri", "locationName":"accessPolicyId" }, "accessPolicyIdentity":{ "shape":"Identity", "documentation":"

The identity for this access policy. Choose either a user or a group but not both.

" }, "accessPolicyResource":{ "shape":"Resource", "documentation":"

The AWS IoT SiteWise Monitor resource for this access policy. Choose either portal or project but not both.

" }, "accessPolicyPermission":{ "shape":"Permission", "documentation":"

The permission level for this access policy. Note that a project ADMINISTRATOR is also known as a project owner.

" }, "clientToken":{ "shape":"ClientToken", "documentation":"

A unique case-sensitive identifier that you can provide to ensure the idempotency of the request. Don't reuse this client token if a new idempotent request is required.

", "idempotencyToken":true } } }, "UpdateAccessPolicyResponse":{ "type":"structure", "members":{ } }, "UpdateAssetModelRequest":{ "type":"structure", "required":[ "assetModelId", "assetModelName" ], "members":{ "assetModelId":{ "shape":"ID", "documentation":"

The ID of the asset model to update.

", "location":"uri", "locationName":"assetModelId" }, "assetModelName":{ "shape":"Name", "documentation":"

A unique, friendly name for the asset model.

" }, "assetModelDescription":{ "shape":"Description", "documentation":"

A description for the asset model.

" }, "assetModelProperties":{ "shape":"AssetModelProperties", "documentation":"

The updated property definitions of the asset model. For more information, see Asset Properties in the AWS IoT SiteWise User Guide.

You can specify up to 200 properties per asset model. For more information, see Quotas in the AWS IoT SiteWise User Guide.

" }, "assetModelHierarchies":{ "shape":"AssetModelHierarchies", "documentation":"

The updated hierarchy definitions of the asset model. Each hierarchy specifies an asset model whose assets can be children of any other assets created from this asset model. For more information, see Asset Hierarchies in the AWS IoT SiteWise User Guide.

You can specify up to 10 hierarchies per asset model. For more information, see Quotas in the AWS IoT SiteWise User Guide.

" }, "clientToken":{ "shape":"ClientToken", "documentation":"

A unique case-sensitive identifier that you can provide to ensure the idempotency of the request. Don't reuse this client token if a new idempotent request is required.

", "idempotencyToken":true } } }, "UpdateAssetModelResponse":{ "type":"structure", "required":["assetModelStatus"], "members":{ "assetModelStatus":{ "shape":"AssetModelStatus", "documentation":"

The status of the asset model, which contains a state (UPDATING after successfully calling this operation) and any error message.

" } } }, "UpdateAssetPropertyRequest":{ "type":"structure", "required":[ "assetId", "propertyId" ], "members":{ "assetId":{ "shape":"ID", "documentation":"

The ID of the asset to be updated.

", "location":"uri", "locationName":"assetId" }, "propertyId":{ "shape":"ID", "documentation":"

The ID of the asset property to be updated.

", "location":"uri", "locationName":"propertyId" }, "propertyAlias":{ "shape":"PropertyAlias", "documentation":"

The property alias that identifies the property, such as an OPC-UA server data stream path (for example, /company/windfarm/3/turbine/7/temperature). For more information, see Mapping Industrial Data Streams to Asset Properties in the AWS IoT SiteWise User Guide.

If you omit this parameter, the alias is removed from the property.

" }, "propertyNotificationState":{ "shape":"PropertyNotificationState", "documentation":"

The MQTT notification state (enabled or disabled) for this asset property. When the notification state is enabled, AWS IoT SiteWise publishes property value updates to a unique MQTT topic. For more information, see Interacting with Other Services in the AWS IoT SiteWise User Guide.

If you omit this parameter, the notification state is set to DISABLED.

" }, "clientToken":{ "shape":"ClientToken", "documentation":"

A unique case-sensitive identifier that you can provide to ensure the idempotency of the request. Don't reuse this client token if a new idempotent request is required.

", "idempotencyToken":true } } }, "UpdateAssetRequest":{ "type":"structure", "required":[ "assetId", "assetName" ], "members":{ "assetId":{ "shape":"ID", "documentation":"

The ID of the asset to update.

", "location":"uri", "locationName":"assetId" }, "assetName":{ "shape":"Name", "documentation":"

A unique, friendly name for the asset.

" }, "clientToken":{ "shape":"ClientToken", "documentation":"

A unique case-sensitive identifier that you can provide to ensure the idempotency of the request. Don't reuse this client token if a new idempotent request is required.

", "idempotencyToken":true } } }, "UpdateAssetResponse":{ "type":"structure", "required":["assetStatus"], "members":{ "assetStatus":{ "shape":"AssetStatus", "documentation":"

The status of the asset, which contains a state (UPDATING after successfully calling this operation) and any error message.

" } } }, "UpdateDashboardRequest":{ "type":"structure", "required":[ "dashboardId", "dashboardName", "dashboardDefinition" ], "members":{ "dashboardId":{ "shape":"ID", "documentation":"

The ID of the dashboard to update.

", "location":"uri", "locationName":"dashboardId" }, "dashboardName":{ "shape":"Name", "documentation":"

A new friendly name for the dashboard.

" }, "dashboardDescription":{ "shape":"Description", "documentation":"

A new description for the dashboard.

" }, "dashboardDefinition":{ "shape":"DashboardDefinition", "documentation":"

The new dashboard definition, as specified in a JSON literal. For detailed information, see Creating Dashboards (CLI) in the AWS IoT SiteWise User Guide.

" }, "clientToken":{ "shape":"ClientToken", "documentation":"

A unique case-sensitive identifier that you can provide to ensure the idempotency of the request. Don't reuse this client token if a new idempotent request is required.

", "idempotencyToken":true } } }, "UpdateDashboardResponse":{ "type":"structure", "members":{ } }, "UpdateGatewayCapabilityConfigurationRequest":{ "type":"structure", "required":[ "gatewayId", "capabilityNamespace", "capabilityConfiguration" ], "members":{ "gatewayId":{ "shape":"ID", "documentation":"

The ID of the gateway to be updated.

", "location":"uri", "locationName":"gatewayId" }, "capabilityNamespace":{ "shape":"CapabilityNamespace", "documentation":"

The namespace of the gateway capability configuration to be updated. For example, if you configure OPC-UA sources from the AWS IoT SiteWise console, your OPC-UA capability configuration has the namespace iotsitewise:opcuacollector:version, where version is a number such as 1.

" }, "capabilityConfiguration":{ "shape":"CapabilityConfiguration", "documentation":"

The JSON document that defines the configuration for the gateway capability. For more information, see Configuring data sources (CLI) in the AWS IoT SiteWise User Guide.

" } } }, "UpdateGatewayCapabilityConfigurationResponse":{ "type":"structure", "required":[ "capabilityNamespace", "capabilitySyncStatus" ], "members":{ "capabilityNamespace":{ "shape":"CapabilityNamespace", "documentation":"

The namespace of the gateway capability.

" }, "capabilitySyncStatus":{ "shape":"CapabilitySyncStatus", "documentation":"

The synchronization status of the capability configuration. The sync status can be one of the following:

After you update a capability configuration, its sync status is OUT_OF_SYNC until the gateway receives and applies or rejects the updated configuration.

" } } }, "UpdateGatewayRequest":{ "type":"structure", "required":[ "gatewayId", "gatewayName" ], "members":{ "gatewayId":{ "shape":"ID", "documentation":"

The ID of the gateway to update.

", "location":"uri", "locationName":"gatewayId" }, "gatewayName":{ "shape":"Name", "documentation":"

A unique, friendly name for the gateway.

" } } }, "UpdatePortalRequest":{ "type":"structure", "required":[ "portalId", "portalName", "portalContactEmail", "roleArn" ], "members":{ "portalId":{ "shape":"ID", "documentation":"

The ID of the portal to update.

", "location":"uri", "locationName":"portalId" }, "portalName":{ "shape":"Name", "documentation":"

A new friendly name for the portal.

" }, "portalDescription":{ "shape":"Description", "documentation":"

A new description for the portal.

" }, "portalContactEmail":{ "shape":"Email", "documentation":"

The AWS administrator's contact email address.

" }, "portalLogoImage":{"shape":"Image"}, "roleArn":{ "shape":"ARN", "documentation":"

The ARN of a service role that allows the portal's users to access your AWS IoT SiteWise resources on your behalf. For more information, see Using service roles for AWS IoT SiteWise Monitor in the AWS IoT SiteWise User Guide.

" }, "clientToken":{ "shape":"ClientToken", "documentation":"

A unique case-sensitive identifier that you can provide to ensure the idempotency of the request. Don't reuse this client token if a new idempotent request is required.

", "idempotencyToken":true } } }, "UpdatePortalResponse":{ "type":"structure", "required":["portalStatus"], "members":{ "portalStatus":{ "shape":"PortalStatus", "documentation":"

The status of the portal, which contains a state (UPDATING after successfully calling this operation) and any error message.

" } } }, "UpdateProjectRequest":{ "type":"structure", "required":[ "projectId", "projectName" ], "members":{ "projectId":{ "shape":"ID", "documentation":"

The ID of the project to update.

", "location":"uri", "locationName":"projectId" }, "projectName":{ "shape":"Name", "documentation":"

A new friendly name for the project.

" }, "projectDescription":{ "shape":"Description", "documentation":"

A new description for the project.

" }, "clientToken":{ "shape":"ClientToken", "documentation":"

A unique case-sensitive identifier that you can provide to ensure the idempotency of the request. Don't reuse this client token if a new idempotent request is required.

", "idempotencyToken":true } } }, "UpdateProjectResponse":{ "type":"structure", "members":{ } }, "Url":{ "type":"string", "max":256, "min":1, "pattern":"^(http|https)\\://\\S+" }, "UserIdentity":{ "type":"structure", "required":["id"], "members":{ "id":{ "shape":"IdentityId", "documentation":"

The AWS SSO ID of the user.

" } }, "documentation":"

Contains information for a user identity in an access policy.

" }, "VariableName":{ "type":"string", "max":64, "min":1, "pattern":"^[a-z][a-z0-9_]*$" }, "VariableValue":{ "type":"structure", "required":["propertyId"], "members":{ "propertyId":{ "shape":"Macro", "documentation":"

The ID of the property to use as the variable. You can use the property name if it's from the same asset model.

" }, "hierarchyId":{ "shape":"Macro", "documentation":"

The ID of the hierarchy to query for the property ID. You can use the hierarchy's name instead of the hierarchy's ID.

You use a hierarchy ID instead of a model ID because you can have several hierarchies using the same model and therefore the same propertyId. For example, you might have separately grouped assets that come from the same asset model. For more information, see Asset Hierarchies in the AWS IoT SiteWise User Guide.

" } }, "documentation":"

Identifies a property value used in an expression.

" }, "Variant":{ "type":"structure", "members":{ "stringValue":{ "shape":"PropertyValueStringValue", "documentation":"

Asset property data of type string (sequence of characters).

" }, "integerValue":{ "shape":"PropertyValueIntegerValue", "documentation":"

Asset property data of type integer (whole number).

" }, "doubleValue":{ "shape":"PropertyValueDoubleValue", "documentation":"

Asset property data of type double (floating point number).

" }, "booleanValue":{ "shape":"PropertyValueBooleanValue", "documentation":"

Asset property data of type Boolean (true or false).

" } }, "documentation":"

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

" } }, "documentation":"

Welcome to the AWS IoT SiteWise API Reference. AWS IoT SiteWise is an AWS service that connects Industrial Internet of Things (IIoT) devices to the power of the AWS Cloud. For more information, see the AWS IoT SiteWise User Guide. For information about AWS IoT SiteWise quotas, see Quotas in the AWS IoT SiteWise User Guide.

" }