@aws-sdk/client-iotsitewise 3.183.0 → 3.186.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 +19 -0
- package/dist-cjs/protocols/Aws_restJson1.js +2 -2
- package/dist-es/IoTSiteWise.js +293 -286
- package/dist-es/IoTSiteWiseClient.js +28 -22
- package/dist-es/commands/AssociateAssetsCommand.js +29 -22
- package/dist-es/commands/AssociateTimeSeriesToAssetPropertyCommand.js +29 -22
- package/dist-es/commands/BatchAssociateProjectAssetsCommand.js +28 -21
- package/dist-es/commands/BatchDisassociateProjectAssetsCommand.js +28 -21
- package/dist-es/commands/BatchGetAssetPropertyAggregatesCommand.js +28 -21
- package/dist-es/commands/BatchGetAssetPropertyValueCommand.js +28 -21
- package/dist-es/commands/BatchGetAssetPropertyValueHistoryCommand.js +28 -21
- package/dist-es/commands/BatchPutAssetPropertyValueCommand.js +28 -21
- package/dist-es/commands/CreateAccessPolicyCommand.js +28 -21
- package/dist-es/commands/CreateAssetCommand.js +28 -21
- package/dist-es/commands/CreateAssetModelCommand.js +28 -21
- package/dist-es/commands/CreateBulkImportJobCommand.js +28 -21
- package/dist-es/commands/CreateDashboardCommand.js +28 -21
- package/dist-es/commands/CreateGatewayCommand.js +28 -21
- package/dist-es/commands/CreatePortalCommand.js +28 -21
- package/dist-es/commands/CreateProjectCommand.js +28 -21
- package/dist-es/commands/DeleteAccessPolicyCommand.js +28 -21
- package/dist-es/commands/DeleteAssetCommand.js +28 -21
- package/dist-es/commands/DeleteAssetModelCommand.js +28 -21
- package/dist-es/commands/DeleteDashboardCommand.js +28 -21
- package/dist-es/commands/DeleteGatewayCommand.js +29 -22
- package/dist-es/commands/DeletePortalCommand.js +28 -21
- package/dist-es/commands/DeleteProjectCommand.js +28 -21
- package/dist-es/commands/DeleteTimeSeriesCommand.js +29 -22
- package/dist-es/commands/DescribeAccessPolicyCommand.js +28 -21
- package/dist-es/commands/DescribeAssetCommand.js +28 -21
- package/dist-es/commands/DescribeAssetModelCommand.js +28 -21
- package/dist-es/commands/DescribeAssetPropertyCommand.js +28 -21
- package/dist-es/commands/DescribeBulkImportJobCommand.js +28 -21
- package/dist-es/commands/DescribeDashboardCommand.js +28 -21
- package/dist-es/commands/DescribeDefaultEncryptionConfigurationCommand.js +28 -21
- package/dist-es/commands/DescribeGatewayCapabilityConfigurationCommand.js +28 -21
- package/dist-es/commands/DescribeGatewayCommand.js +28 -21
- package/dist-es/commands/DescribeLoggingOptionsCommand.js +28 -21
- package/dist-es/commands/DescribePortalCommand.js +28 -21
- package/dist-es/commands/DescribeProjectCommand.js +28 -21
- package/dist-es/commands/DescribeStorageConfigurationCommand.js +28 -21
- package/dist-es/commands/DescribeTimeSeriesCommand.js +28 -21
- package/dist-es/commands/DisassociateAssetsCommand.js +29 -22
- package/dist-es/commands/DisassociateTimeSeriesFromAssetPropertyCommand.js +29 -22
- package/dist-es/commands/GetAssetPropertyAggregatesCommand.js +28 -21
- package/dist-es/commands/GetAssetPropertyValueCommand.js +28 -21
- package/dist-es/commands/GetAssetPropertyValueHistoryCommand.js +28 -21
- package/dist-es/commands/GetInterpolatedAssetPropertyValuesCommand.js +28 -21
- package/dist-es/commands/ListAccessPoliciesCommand.js +28 -21
- package/dist-es/commands/ListAssetModelsCommand.js +28 -21
- package/dist-es/commands/ListAssetRelationshipsCommand.js +28 -21
- package/dist-es/commands/ListAssetsCommand.js +28 -21
- package/dist-es/commands/ListAssociatedAssetsCommand.js +28 -21
- package/dist-es/commands/ListBulkImportJobsCommand.js +28 -21
- package/dist-es/commands/ListDashboardsCommand.js +28 -21
- package/dist-es/commands/ListGatewaysCommand.js +28 -21
- package/dist-es/commands/ListPortalsCommand.js +28 -21
- package/dist-es/commands/ListProjectAssetsCommand.js +28 -21
- package/dist-es/commands/ListProjectsCommand.js +28 -21
- package/dist-es/commands/ListTagsForResourceCommand.js +28 -21
- package/dist-es/commands/ListTimeSeriesCommand.js +28 -21
- package/dist-es/commands/PutDefaultEncryptionConfigurationCommand.js +28 -21
- package/dist-es/commands/PutLoggingOptionsCommand.js +28 -21
- package/dist-es/commands/PutStorageConfigurationCommand.js +28 -21
- package/dist-es/commands/TagResourceCommand.js +28 -21
- package/dist-es/commands/UntagResourceCommand.js +28 -21
- package/dist-es/commands/UpdateAccessPolicyCommand.js +28 -21
- package/dist-es/commands/UpdateAssetCommand.js +28 -21
- package/dist-es/commands/UpdateAssetModelCommand.js +28 -21
- package/dist-es/commands/UpdateAssetPropertyCommand.js +29 -22
- package/dist-es/commands/UpdateDashboardCommand.js +28 -21
- package/dist-es/commands/UpdateGatewayCapabilityConfigurationCommand.js +28 -21
- package/dist-es/commands/UpdateGatewayCommand.js +29 -22
- package/dist-es/commands/UpdatePortalCommand.js +28 -21
- package/dist-es/commands/UpdateProjectCommand.js +28 -21
- package/dist-es/endpoints.js +8 -8
- package/dist-es/models/IoTSiteWiseServiceException.js +10 -5
- package/dist-es/models/models_0.js +345 -802
- package/dist-es/pagination/BatchGetAssetPropertyAggregatesPaginator.js +68 -25
- package/dist-es/pagination/BatchGetAssetPropertyValueHistoryPaginator.js +68 -25
- package/dist-es/pagination/BatchGetAssetPropertyValuePaginator.js +67 -24
- package/dist-es/pagination/GetAssetPropertyAggregatesPaginator.js +68 -25
- package/dist-es/pagination/GetAssetPropertyValueHistoryPaginator.js +68 -25
- package/dist-es/pagination/GetInterpolatedAssetPropertyValuesPaginator.js +68 -25
- package/dist-es/pagination/ListAccessPoliciesPaginator.js +68 -25
- package/dist-es/pagination/ListAssetModelsPaginator.js +68 -25
- package/dist-es/pagination/ListAssetRelationshipsPaginator.js +68 -25
- package/dist-es/pagination/ListAssetsPaginator.js +68 -25
- package/dist-es/pagination/ListAssociatedAssetsPaginator.js +68 -25
- package/dist-es/pagination/ListBulkImportJobsPaginator.js +68 -25
- package/dist-es/pagination/ListDashboardsPaginator.js +68 -25
- package/dist-es/pagination/ListGatewaysPaginator.js +68 -25
- package/dist-es/pagination/ListPortalsPaginator.js +68 -25
- package/dist-es/pagination/ListProjectAssetsPaginator.js +68 -25
- package/dist-es/pagination/ListProjectsPaginator.js +68 -25
- package/dist-es/pagination/ListTimeSeriesPaginator.js +68 -25
- package/dist-es/protocols/Aws_restJson1.js +8342 -6181
- package/dist-es/runtimeConfig.browser.js +12 -26
- package/dist-es/runtimeConfig.js +12 -30
- package/dist-es/runtimeConfig.native.js +5 -8
- package/dist-es/runtimeConfig.shared.js +11 -8
- package/dist-es/waiters/waitForAssetActive.js +56 -36
- package/dist-es/waiters/waitForAssetModelActive.js +56 -36
- package/dist-es/waiters/waitForAssetModelNotExists.js +42 -22
- package/dist-es/waiters/waitForAssetNotExists.js +42 -22
- package/dist-es/waiters/waitForPortalActive.js +48 -28
- package/dist-es/waiters/waitForPortalNotExists.js +42 -22
- package/package.json +34 -34
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,25 @@
|
|
|
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.186.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.185.0...v3.186.0) (2022-10-06)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @aws-sdk/client-iotsitewise
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
# [3.185.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.184.0...v3.185.0) (2022-10-05)
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
### Bug Fixes
|
|
18
|
+
|
|
19
|
+
* **codegen:** add deser check for x-amz-request-id ([#4015](https://github.com/aws/aws-sdk-js-v3/issues/4015)) ([6ff07bd](https://github.com/aws/aws-sdk-js-v3/commit/6ff07bd7e72bd56725f318013ac1d6d0fbbcdd9a))
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
6
25
|
# [3.183.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.182.0...v3.183.0) (2022-10-03)
|
|
7
26
|
|
|
8
27
|
**Note:** Version bump only for package @aws-sdk/client-iotsitewise
|
|
@@ -7462,10 +7462,10 @@ const deserializeAws_restJson1Variant = (output, context) => {
|
|
|
7462
7462
|
};
|
|
7463
7463
|
};
|
|
7464
7464
|
const deserializeMetadata = (output) => {
|
|
7465
|
-
var _a;
|
|
7465
|
+
var _a, _b;
|
|
7466
7466
|
return ({
|
|
7467
7467
|
httpStatusCode: output.statusCode,
|
|
7468
|
-
requestId: (_a = output.headers["x-amzn-requestid"]) !== null && _a !== void 0 ? _a : output.headers["x-amzn-request-id"],
|
|
7468
|
+
requestId: (_b = (_a = output.headers["x-amzn-requestid"]) !== null && _a !== void 0 ? _a : output.headers["x-amzn-request-id"]) !== null && _b !== void 0 ? _b : output.headers["x-amz-request-id"],
|
|
7469
7469
|
extendedRequestId: output.headers["x-amz-id-2"],
|
|
7470
7470
|
cfId: output.headers["x-amz-cf-id"],
|
|
7471
7471
|
});
|