@aws-sdk/client-iotsitewise 3.181.0 → 3.183.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +8 -0
- package/dist-es/IoTSiteWise.js +286 -293
- package/dist-es/IoTSiteWiseClient.js +22 -28
- package/dist-es/commands/AssociateAssetsCommand.js +22 -29
- package/dist-es/commands/AssociateTimeSeriesToAssetPropertyCommand.js +22 -29
- package/dist-es/commands/BatchAssociateProjectAssetsCommand.js +21 -28
- package/dist-es/commands/BatchDisassociateProjectAssetsCommand.js +21 -28
- package/dist-es/commands/BatchGetAssetPropertyAggregatesCommand.js +21 -28
- package/dist-es/commands/BatchGetAssetPropertyValueCommand.js +21 -28
- package/dist-es/commands/BatchGetAssetPropertyValueHistoryCommand.js +21 -28
- package/dist-es/commands/BatchPutAssetPropertyValueCommand.js +21 -28
- package/dist-es/commands/CreateAccessPolicyCommand.js +21 -28
- package/dist-es/commands/CreateAssetCommand.js +21 -28
- package/dist-es/commands/CreateAssetModelCommand.js +21 -28
- package/dist-es/commands/CreateBulkImportJobCommand.js +21 -28
- package/dist-es/commands/CreateDashboardCommand.js +21 -28
- package/dist-es/commands/CreateGatewayCommand.js +21 -28
- package/dist-es/commands/CreatePortalCommand.js +21 -28
- package/dist-es/commands/CreateProjectCommand.js +21 -28
- package/dist-es/commands/DeleteAccessPolicyCommand.js +21 -28
- package/dist-es/commands/DeleteAssetCommand.js +21 -28
- package/dist-es/commands/DeleteAssetModelCommand.js +21 -28
- package/dist-es/commands/DeleteDashboardCommand.js +21 -28
- package/dist-es/commands/DeleteGatewayCommand.js +22 -29
- package/dist-es/commands/DeletePortalCommand.js +21 -28
- package/dist-es/commands/DeleteProjectCommand.js +21 -28
- package/dist-es/commands/DeleteTimeSeriesCommand.js +22 -29
- package/dist-es/commands/DescribeAccessPolicyCommand.js +21 -28
- package/dist-es/commands/DescribeAssetCommand.js +21 -28
- package/dist-es/commands/DescribeAssetModelCommand.js +21 -28
- package/dist-es/commands/DescribeAssetPropertyCommand.js +21 -28
- package/dist-es/commands/DescribeBulkImportJobCommand.js +21 -28
- package/dist-es/commands/DescribeDashboardCommand.js +21 -28
- package/dist-es/commands/DescribeDefaultEncryptionConfigurationCommand.js +21 -28
- package/dist-es/commands/DescribeGatewayCapabilityConfigurationCommand.js +21 -28
- package/dist-es/commands/DescribeGatewayCommand.js +21 -28
- package/dist-es/commands/DescribeLoggingOptionsCommand.js +21 -28
- package/dist-es/commands/DescribePortalCommand.js +21 -28
- package/dist-es/commands/DescribeProjectCommand.js +21 -28
- package/dist-es/commands/DescribeStorageConfigurationCommand.js +21 -28
- package/dist-es/commands/DescribeTimeSeriesCommand.js +21 -28
- package/dist-es/commands/DisassociateAssetsCommand.js +22 -29
- package/dist-es/commands/DisassociateTimeSeriesFromAssetPropertyCommand.js +22 -29
- package/dist-es/commands/GetAssetPropertyAggregatesCommand.js +21 -28
- package/dist-es/commands/GetAssetPropertyValueCommand.js +21 -28
- package/dist-es/commands/GetAssetPropertyValueHistoryCommand.js +21 -28
- package/dist-es/commands/GetInterpolatedAssetPropertyValuesCommand.js +21 -28
- package/dist-es/commands/ListAccessPoliciesCommand.js +21 -28
- package/dist-es/commands/ListAssetModelsCommand.js +21 -28
- package/dist-es/commands/ListAssetRelationshipsCommand.js +21 -28
- package/dist-es/commands/ListAssetsCommand.js +21 -28
- package/dist-es/commands/ListAssociatedAssetsCommand.js +21 -28
- package/dist-es/commands/ListBulkImportJobsCommand.js +21 -28
- package/dist-es/commands/ListDashboardsCommand.js +21 -28
- package/dist-es/commands/ListGatewaysCommand.js +21 -28
- package/dist-es/commands/ListPortalsCommand.js +21 -28
- package/dist-es/commands/ListProjectAssetsCommand.js +21 -28
- package/dist-es/commands/ListProjectsCommand.js +21 -28
- package/dist-es/commands/ListTagsForResourceCommand.js +21 -28
- package/dist-es/commands/ListTimeSeriesCommand.js +21 -28
- package/dist-es/commands/PutDefaultEncryptionConfigurationCommand.js +21 -28
- package/dist-es/commands/PutLoggingOptionsCommand.js +21 -28
- package/dist-es/commands/PutStorageConfigurationCommand.js +21 -28
- package/dist-es/commands/TagResourceCommand.js +21 -28
- package/dist-es/commands/UntagResourceCommand.js +21 -28
- package/dist-es/commands/UpdateAccessPolicyCommand.js +21 -28
- package/dist-es/commands/UpdateAssetCommand.js +21 -28
- package/dist-es/commands/UpdateAssetModelCommand.js +21 -28
- package/dist-es/commands/UpdateAssetPropertyCommand.js +22 -29
- package/dist-es/commands/UpdateDashboardCommand.js +21 -28
- package/dist-es/commands/UpdateGatewayCapabilityConfigurationCommand.js +21 -28
- package/dist-es/commands/UpdateGatewayCommand.js +22 -29
- package/dist-es/commands/UpdatePortalCommand.js +21 -28
- package/dist-es/commands/UpdateProjectCommand.js +21 -28
- package/dist-es/endpoints.js +8 -8
- package/dist-es/models/IoTSiteWiseServiceException.js +5 -10
- package/dist-es/models/models_0.js +802 -345
- package/dist-es/pagination/BatchGetAssetPropertyAggregatesPaginator.js +25 -68
- package/dist-es/pagination/BatchGetAssetPropertyValueHistoryPaginator.js +25 -68
- package/dist-es/pagination/BatchGetAssetPropertyValuePaginator.js +24 -67
- package/dist-es/pagination/GetAssetPropertyAggregatesPaginator.js +25 -68
- package/dist-es/pagination/GetAssetPropertyValueHistoryPaginator.js +25 -68
- package/dist-es/pagination/GetInterpolatedAssetPropertyValuesPaginator.js +25 -68
- package/dist-es/pagination/ListAccessPoliciesPaginator.js +25 -68
- package/dist-es/pagination/ListAssetModelsPaginator.js +25 -68
- package/dist-es/pagination/ListAssetRelationshipsPaginator.js +25 -68
- package/dist-es/pagination/ListAssetsPaginator.js +25 -68
- package/dist-es/pagination/ListAssociatedAssetsPaginator.js +25 -68
- package/dist-es/pagination/ListBulkImportJobsPaginator.js +25 -68
- package/dist-es/pagination/ListDashboardsPaginator.js +25 -68
- package/dist-es/pagination/ListGatewaysPaginator.js +25 -68
- package/dist-es/pagination/ListPortalsPaginator.js +25 -68
- package/dist-es/pagination/ListProjectAssetsPaginator.js +25 -68
- package/dist-es/pagination/ListProjectsPaginator.js +25 -68
- package/dist-es/pagination/ListTimeSeriesPaginator.js +25 -68
- package/dist-es/protocols/Aws_restJson1.js +6181 -8342
- package/dist-es/runtimeConfig.browser.js +26 -12
- package/dist-es/runtimeConfig.js +30 -12
- package/dist-es/runtimeConfig.native.js +8 -5
- package/dist-es/runtimeConfig.shared.js +8 -11
- package/dist-es/waiters/waitForAssetActive.js +36 -56
- package/dist-es/waiters/waitForAssetModelActive.js +36 -56
- package/dist-es/waiters/waitForAssetModelNotExists.js +22 -42
- package/dist-es/waiters/waitForAssetNotExists.js +22 -42
- package/dist-es/waiters/waitForPortalActive.js +28 -48
- package/dist-es/waiters/waitForPortalNotExists.js +22 -42
- package/package.json +34 -34
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,14 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.183.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.182.0...v3.183.0) (2022-10-03)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @aws-sdk/client-iotsitewise
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
6
14
|
# [3.181.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.180.0...v3.181.0) (2022-09-29)
|
|
7
15
|
|
|
8
16
|
|