@aws-sdk/client-iotsitewise 3.40.0 → 3.44.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 +41 -0
- package/dist-cjs/IoTSiteWise.js +75 -0
- package/dist-cjs/commands/AssociateTimeSeriesToAssetPropertyCommand.js +36 -0
- package/dist-cjs/commands/DeleteTimeSeriesCommand.js +36 -0
- package/dist-cjs/commands/DescribeTimeSeriesCommand.js +36 -0
- package/dist-cjs/commands/DisassociateTimeSeriesFromAssetPropertyCommand.js +36 -0
- package/dist-cjs/commands/ListTimeSeriesCommand.js +36 -0
- package/dist-cjs/commands/index.js +5 -0
- package/dist-cjs/endpoints.js +8 -0
- package/dist-cjs/models/models_0.js +68 -4
- package/dist-cjs/pagination/ListTimeSeriesPaginator.js +35 -0
- package/dist-cjs/pagination/index.js +1 -0
- package/dist-cjs/protocols/Aws_restJson1.js +634 -5
- package/dist-es/IoTSiteWise.js +75 -0
- package/dist-es/commands/AssociateTimeSeriesToAssetPropertyCommand.js +39 -0
- package/dist-es/commands/DeleteTimeSeriesCommand.js +39 -0
- package/dist-es/commands/DescribeTimeSeriesCommand.js +39 -0
- package/dist-es/commands/DisassociateTimeSeriesFromAssetPropertyCommand.js +39 -0
- package/dist-es/commands/ListTimeSeriesCommand.js +39 -0
- package/dist-es/commands/index.js +5 -0
- package/dist-es/endpoints.js +8 -0
- package/dist-es/models/models_0.js +46 -0
- package/dist-es/pagination/ListTimeSeriesPaginator.js +74 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/protocols/Aws_restJson1.js +807 -106
- package/dist-types/IoTSiteWise.d.ts +81 -2
- package/dist-types/IoTSiteWiseClient.d.ts +7 -2
- package/dist-types/commands/AssociateAssetsCommand.d.ts +1 -1
- package/dist-types/commands/AssociateTimeSeriesToAssetPropertyCommand.d.ts +35 -0
- package/dist-types/commands/BatchAssociateProjectAssetsCommand.d.ts +1 -1
- package/dist-types/commands/BatchDisassociateProjectAssetsCommand.d.ts +1 -1
- package/dist-types/commands/BatchPutAssetPropertyValueCommand.d.ts +1 -1
- package/dist-types/commands/CreateAccessPolicyCommand.d.ts +1 -1
- package/dist-types/commands/CreateAssetCommand.d.ts +1 -1
- package/dist-types/commands/CreateAssetModelCommand.d.ts +1 -1
- package/dist-types/commands/CreateDashboardCommand.d.ts +1 -1
- package/dist-types/commands/CreateGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreatePortalCommand.d.ts +1 -1
- package/dist-types/commands/CreateProjectCommand.d.ts +5 -1
- package/dist-types/commands/DeleteAccessPolicyCommand.d.ts +1 -1
- package/dist-types/commands/DeleteAssetCommand.d.ts +1 -1
- package/dist-types/commands/DeleteAssetModelCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDashboardCommand.d.ts +1 -1
- package/dist-types/commands/DeleteGatewayCommand.d.ts +1 -1
- package/dist-types/commands/DeletePortalCommand.d.ts +1 -1
- package/dist-types/commands/DeleteProjectCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTimeSeriesCommand.d.ts +56 -0
- package/dist-types/commands/DescribeAccessPolicyCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAssetCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAssetModelCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAssetPropertyCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDashboardCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDefaultEncryptionConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/DescribeGatewayCapabilityConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/DescribeGatewayCommand.d.ts +1 -1
- package/dist-types/commands/DescribeLoggingOptionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribePortalCommand.d.ts +1 -1
- package/dist-types/commands/DescribeProjectCommand.d.ts +1 -1
- package/dist-types/commands/DescribeStorageConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTimeSeriesCommand.d.ts +54 -0
- package/dist-types/commands/DisassociateAssetsCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateTimeSeriesFromAssetPropertyCommand.d.ts +35 -0
- package/dist-types/commands/GetAssetPropertyAggregatesCommand.d.ts +1 -1
- package/dist-types/commands/GetAssetPropertyValueCommand.d.ts +1 -1
- package/dist-types/commands/GetAssetPropertyValueHistoryCommand.d.ts +1 -1
- package/dist-types/commands/GetInterpolatedAssetPropertyValuesCommand.d.ts +3 -3
- package/dist-types/commands/ListAccessPoliciesCommand.d.ts +1 -1
- package/dist-types/commands/ListAssetModelsCommand.d.ts +1 -1
- package/dist-types/commands/ListAssetRelationshipsCommand.d.ts +1 -1
- package/dist-types/commands/ListAssetsCommand.d.ts +1 -1
- package/dist-types/commands/ListAssociatedAssetsCommand.d.ts +1 -1
- package/dist-types/commands/ListDashboardsCommand.d.ts +1 -1
- package/dist-types/commands/ListGatewaysCommand.d.ts +1 -1
- package/dist-types/commands/ListPortalsCommand.d.ts +1 -1
- package/dist-types/commands/ListProjectAssetsCommand.d.ts +1 -1
- package/dist-types/commands/ListProjectsCommand.d.ts +1 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/ListTimeSeriesCommand.d.ts +35 -0
- package/dist-types/commands/PutDefaultEncryptionConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/PutLoggingOptionsCommand.d.ts +1 -1
- package/dist-types/commands/PutStorageConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAccessPolicyCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAssetCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAssetModelCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAssetPropertyCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDashboardCommand.d.ts +1 -1
- package/dist-types/commands/UpdateGatewayCapabilityConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/UpdateGatewayCommand.d.ts +1 -1
- package/dist-types/commands/UpdatePortalCommand.d.ts +1 -1
- package/dist-types/commands/UpdateProjectCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +5 -0
- package/dist-types/models/models_0.d.ts +451 -83
- package/dist-types/pagination/ListTimeSeriesPaginator.d.ts +4 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +15 -0
- package/dist-types/ts3.4/IoTSiteWise.d.ts +25 -0
- package/dist-types/ts3.4/IoTSiteWiseClient.d.ts +7 -2
- package/dist-types/ts3.4/commands/AssociateTimeSeriesToAssetPropertyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteTimeSeriesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeTimeSeriesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DisassociateTimeSeriesFromAssetPropertyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListTimeSeriesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/index.d.ts +5 -0
- package/dist-types/ts3.4/models/models_0.d.ts +156 -0
- package/dist-types/ts3.4/pagination/ListTimeSeriesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +15 -0
- package/package.json +4 -4
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
2
2
|
import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
|
|
3
3
|
import { AssociateAssetsCommandInput, AssociateAssetsCommandOutput } from "../commands/AssociateAssetsCommand";
|
|
4
|
+
import { AssociateTimeSeriesToAssetPropertyCommandInput, AssociateTimeSeriesToAssetPropertyCommandOutput } from "../commands/AssociateTimeSeriesToAssetPropertyCommand";
|
|
4
5
|
import { BatchAssociateProjectAssetsCommandInput, BatchAssociateProjectAssetsCommandOutput } from "../commands/BatchAssociateProjectAssetsCommand";
|
|
5
6
|
import { BatchDisassociateProjectAssetsCommandInput, BatchDisassociateProjectAssetsCommandOutput } from "../commands/BatchDisassociateProjectAssetsCommand";
|
|
6
7
|
import { BatchPutAssetPropertyValueCommandInput, BatchPutAssetPropertyValueCommandOutput } from "../commands/BatchPutAssetPropertyValueCommand";
|
|
@@ -18,6 +19,7 @@ import { DeleteDashboardCommandInput, DeleteDashboardCommandOutput } from "../co
|
|
|
18
19
|
import { DeleteGatewayCommandInput, DeleteGatewayCommandOutput } from "../commands/DeleteGatewayCommand";
|
|
19
20
|
import { DeletePortalCommandInput, DeletePortalCommandOutput } from "../commands/DeletePortalCommand";
|
|
20
21
|
import { DeleteProjectCommandInput, DeleteProjectCommandOutput } from "../commands/DeleteProjectCommand";
|
|
22
|
+
import { DeleteTimeSeriesCommandInput, DeleteTimeSeriesCommandOutput } from "../commands/DeleteTimeSeriesCommand";
|
|
21
23
|
import { DescribeAccessPolicyCommandInput, DescribeAccessPolicyCommandOutput } from "../commands/DescribeAccessPolicyCommand";
|
|
22
24
|
import { DescribeAssetCommandInput, DescribeAssetCommandOutput } from "../commands/DescribeAssetCommand";
|
|
23
25
|
import { DescribeAssetModelCommandInput, DescribeAssetModelCommandOutput } from "../commands/DescribeAssetModelCommand";
|
|
@@ -30,7 +32,9 @@ import { DescribeLoggingOptionsCommandInput, DescribeLoggingOptionsCommandOutput
|
|
|
30
32
|
import { DescribePortalCommandInput, DescribePortalCommandOutput } from "../commands/DescribePortalCommand";
|
|
31
33
|
import { DescribeProjectCommandInput, DescribeProjectCommandOutput } from "../commands/DescribeProjectCommand";
|
|
32
34
|
import { DescribeStorageConfigurationCommandInput, DescribeStorageConfigurationCommandOutput } from "../commands/DescribeStorageConfigurationCommand";
|
|
35
|
+
import { DescribeTimeSeriesCommandInput, DescribeTimeSeriesCommandOutput } from "../commands/DescribeTimeSeriesCommand";
|
|
33
36
|
import { DisassociateAssetsCommandInput, DisassociateAssetsCommandOutput } from "../commands/DisassociateAssetsCommand";
|
|
37
|
+
import { DisassociateTimeSeriesFromAssetPropertyCommandInput, DisassociateTimeSeriesFromAssetPropertyCommandOutput } from "../commands/DisassociateTimeSeriesFromAssetPropertyCommand";
|
|
34
38
|
import { GetAssetPropertyAggregatesCommandInput, GetAssetPropertyAggregatesCommandOutput } from "../commands/GetAssetPropertyAggregatesCommand";
|
|
35
39
|
import { GetAssetPropertyValueCommandInput, GetAssetPropertyValueCommandOutput } from "../commands/GetAssetPropertyValueCommand";
|
|
36
40
|
import { GetAssetPropertyValueHistoryCommandInput, GetAssetPropertyValueHistoryCommandOutput } from "../commands/GetAssetPropertyValueHistoryCommand";
|
|
@@ -46,6 +50,7 @@ import { ListPortalsCommandInput, ListPortalsCommandOutput } from "../commands/L
|
|
|
46
50
|
import { ListProjectAssetsCommandInput, ListProjectAssetsCommandOutput } from "../commands/ListProjectAssetsCommand";
|
|
47
51
|
import { ListProjectsCommandInput, ListProjectsCommandOutput } from "../commands/ListProjectsCommand";
|
|
48
52
|
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
|
|
53
|
+
import { ListTimeSeriesCommandInput, ListTimeSeriesCommandOutput } from "../commands/ListTimeSeriesCommand";
|
|
49
54
|
import { PutDefaultEncryptionConfigurationCommandInput, PutDefaultEncryptionConfigurationCommandOutput } from "../commands/PutDefaultEncryptionConfigurationCommand";
|
|
50
55
|
import { PutLoggingOptionsCommandInput, PutLoggingOptionsCommandOutput } from "../commands/PutLoggingOptionsCommand";
|
|
51
56
|
import { PutStorageConfigurationCommandInput, PutStorageConfigurationCommandOutput } from "../commands/PutStorageConfigurationCommand";
|
|
@@ -61,6 +66,7 @@ import { UpdateGatewayCommandInput, UpdateGatewayCommandOutput } from "../comman
|
|
|
61
66
|
import { UpdatePortalCommandInput, UpdatePortalCommandOutput } from "../commands/UpdatePortalCommand";
|
|
62
67
|
import { UpdateProjectCommandInput, UpdateProjectCommandOutput } from "../commands/UpdateProjectCommand";
|
|
63
68
|
export declare const serializeAws_restJson1AssociateAssetsCommand: (input: AssociateAssetsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
69
|
+
export declare const serializeAws_restJson1AssociateTimeSeriesToAssetPropertyCommand: (input: AssociateTimeSeriesToAssetPropertyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
64
70
|
export declare const serializeAws_restJson1BatchAssociateProjectAssetsCommand: (input: BatchAssociateProjectAssetsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
65
71
|
export declare const serializeAws_restJson1BatchDisassociateProjectAssetsCommand: (input: BatchDisassociateProjectAssetsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
66
72
|
export declare const serializeAws_restJson1BatchPutAssetPropertyValueCommand: (input: BatchPutAssetPropertyValueCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
@@ -78,6 +84,7 @@ export declare const serializeAws_restJson1DeleteDashboardCommand: (input: Delet
|
|
|
78
84
|
export declare const serializeAws_restJson1DeleteGatewayCommand: (input: DeleteGatewayCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
79
85
|
export declare const serializeAws_restJson1DeletePortalCommand: (input: DeletePortalCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
80
86
|
export declare const serializeAws_restJson1DeleteProjectCommand: (input: DeleteProjectCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
87
|
+
export declare const serializeAws_restJson1DeleteTimeSeriesCommand: (input: DeleteTimeSeriesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
81
88
|
export declare const serializeAws_restJson1DescribeAccessPolicyCommand: (input: DescribeAccessPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
82
89
|
export declare const serializeAws_restJson1DescribeAssetCommand: (input: DescribeAssetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
83
90
|
export declare const serializeAws_restJson1DescribeAssetModelCommand: (input: DescribeAssetModelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
@@ -90,7 +97,9 @@ export declare const serializeAws_restJson1DescribeLoggingOptionsCommand: (input
|
|
|
90
97
|
export declare const serializeAws_restJson1DescribePortalCommand: (input: DescribePortalCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
91
98
|
export declare const serializeAws_restJson1DescribeProjectCommand: (input: DescribeProjectCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
92
99
|
export declare const serializeAws_restJson1DescribeStorageConfigurationCommand: (input: DescribeStorageConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
100
|
+
export declare const serializeAws_restJson1DescribeTimeSeriesCommand: (input: DescribeTimeSeriesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
93
101
|
export declare const serializeAws_restJson1DisassociateAssetsCommand: (input: DisassociateAssetsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
102
|
+
export declare const serializeAws_restJson1DisassociateTimeSeriesFromAssetPropertyCommand: (input: DisassociateTimeSeriesFromAssetPropertyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
94
103
|
export declare const serializeAws_restJson1GetAssetPropertyAggregatesCommand: (input: GetAssetPropertyAggregatesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
95
104
|
export declare const serializeAws_restJson1GetAssetPropertyValueCommand: (input: GetAssetPropertyValueCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
96
105
|
export declare const serializeAws_restJson1GetAssetPropertyValueHistoryCommand: (input: GetAssetPropertyValueHistoryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
@@ -106,6 +115,7 @@ export declare const serializeAws_restJson1ListPortalsCommand: (input: ListPorta
|
|
|
106
115
|
export declare const serializeAws_restJson1ListProjectAssetsCommand: (input: ListProjectAssetsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
107
116
|
export declare const serializeAws_restJson1ListProjectsCommand: (input: ListProjectsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
108
117
|
export declare const serializeAws_restJson1ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
118
|
+
export declare const serializeAws_restJson1ListTimeSeriesCommand: (input: ListTimeSeriesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
109
119
|
export declare const serializeAws_restJson1PutDefaultEncryptionConfigurationCommand: (input: PutDefaultEncryptionConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
110
120
|
export declare const serializeAws_restJson1PutLoggingOptionsCommand: (input: PutLoggingOptionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
111
121
|
export declare const serializeAws_restJson1PutStorageConfigurationCommand: (input: PutStorageConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
@@ -121,6 +131,7 @@ export declare const serializeAws_restJson1UpdateGatewayCapabilityConfigurationC
|
|
|
121
131
|
export declare const serializeAws_restJson1UpdatePortalCommand: (input: UpdatePortalCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
122
132
|
export declare const serializeAws_restJson1UpdateProjectCommand: (input: UpdateProjectCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
123
133
|
export declare const deserializeAws_restJson1AssociateAssetsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateAssetsCommandOutput>;
|
|
134
|
+
export declare const deserializeAws_restJson1AssociateTimeSeriesToAssetPropertyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateTimeSeriesToAssetPropertyCommandOutput>;
|
|
124
135
|
export declare const deserializeAws_restJson1BatchAssociateProjectAssetsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchAssociateProjectAssetsCommandOutput>;
|
|
125
136
|
export declare const deserializeAws_restJson1BatchDisassociateProjectAssetsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchDisassociateProjectAssetsCommandOutput>;
|
|
126
137
|
export declare const deserializeAws_restJson1BatchPutAssetPropertyValueCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchPutAssetPropertyValueCommandOutput>;
|
|
@@ -138,6 +149,7 @@ export declare const deserializeAws_restJson1DeleteDashboardCommand: (output: __
|
|
|
138
149
|
export declare const deserializeAws_restJson1DeleteGatewayCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteGatewayCommandOutput>;
|
|
139
150
|
export declare const deserializeAws_restJson1DeletePortalCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeletePortalCommandOutput>;
|
|
140
151
|
export declare const deserializeAws_restJson1DeleteProjectCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteProjectCommandOutput>;
|
|
152
|
+
export declare const deserializeAws_restJson1DeleteTimeSeriesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteTimeSeriesCommandOutput>;
|
|
141
153
|
export declare const deserializeAws_restJson1DescribeAccessPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAccessPolicyCommandOutput>;
|
|
142
154
|
export declare const deserializeAws_restJson1DescribeAssetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAssetCommandOutput>;
|
|
143
155
|
export declare const deserializeAws_restJson1DescribeAssetModelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAssetModelCommandOutput>;
|
|
@@ -150,7 +162,9 @@ export declare const deserializeAws_restJson1DescribeLoggingOptionsCommand: (out
|
|
|
150
162
|
export declare const deserializeAws_restJson1DescribePortalCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribePortalCommandOutput>;
|
|
151
163
|
export declare const deserializeAws_restJson1DescribeProjectCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeProjectCommandOutput>;
|
|
152
164
|
export declare const deserializeAws_restJson1DescribeStorageConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeStorageConfigurationCommandOutput>;
|
|
165
|
+
export declare const deserializeAws_restJson1DescribeTimeSeriesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeTimeSeriesCommandOutput>;
|
|
153
166
|
export declare const deserializeAws_restJson1DisassociateAssetsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateAssetsCommandOutput>;
|
|
167
|
+
export declare const deserializeAws_restJson1DisassociateTimeSeriesFromAssetPropertyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateTimeSeriesFromAssetPropertyCommandOutput>;
|
|
154
168
|
export declare const deserializeAws_restJson1GetAssetPropertyAggregatesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAssetPropertyAggregatesCommandOutput>;
|
|
155
169
|
export declare const deserializeAws_restJson1GetAssetPropertyValueCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAssetPropertyValueCommandOutput>;
|
|
156
170
|
export declare const deserializeAws_restJson1GetAssetPropertyValueHistoryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAssetPropertyValueHistoryCommandOutput>;
|
|
@@ -166,6 +180,7 @@ export declare const deserializeAws_restJson1ListPortalsCommand: (output: __Http
|
|
|
166
180
|
export declare const deserializeAws_restJson1ListProjectAssetsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListProjectAssetsCommandOutput>;
|
|
167
181
|
export declare const deserializeAws_restJson1ListProjectsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListProjectsCommandOutput>;
|
|
168
182
|
export declare const deserializeAws_restJson1ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
|
|
183
|
+
export declare const deserializeAws_restJson1ListTimeSeriesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTimeSeriesCommandOutput>;
|
|
169
184
|
export declare const deserializeAws_restJson1PutDefaultEncryptionConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutDefaultEncryptionConfigurationCommandOutput>;
|
|
170
185
|
export declare const deserializeAws_restJson1PutLoggingOptionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutLoggingOptionsCommandOutput>;
|
|
171
186
|
export declare const deserializeAws_restJson1PutStorageConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutStorageConfigurationCommandOutput>;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-iotsitewise",
|
|
3
3
|
"description": "AWS SDK for JavaScript Iotsitewise Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.44.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "yarn build:cjs && yarn build:es && yarn build:types",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.json",
|
|
@@ -21,9 +21,9 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "2.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "2.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.43.0",
|
|
25
25
|
"@aws-sdk/config-resolver": "3.40.0",
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.41.0",
|
|
27
27
|
"@aws-sdk/fetch-http-handler": "3.40.0",
|
|
28
28
|
"@aws-sdk/hash-node": "3.40.0",
|
|
29
29
|
"@aws-sdk/invalid-dependency": "3.40.0",
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"@aws-sdk/node-config-provider": "3.40.0",
|
|
39
39
|
"@aws-sdk/node-http-handler": "3.40.0",
|
|
40
40
|
"@aws-sdk/protocol-http": "3.40.0",
|
|
41
|
-
"@aws-sdk/smithy-client": "3.
|
|
41
|
+
"@aws-sdk/smithy-client": "3.41.0",
|
|
42
42
|
"@aws-sdk/types": "3.40.0",
|
|
43
43
|
"@aws-sdk/url-parser": "3.40.0",
|
|
44
44
|
"@aws-sdk/util-base64-browser": "3.37.0",
|