@aws-sdk/client-iotsitewise 3.315.0 → 3.316.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/dist-cjs/IoTSiteWise.js +77 -1022
- package/dist-cjs/protocols/Aws_restJson1.js +20 -20
- package/dist-es/IoTSiteWise.js +77 -1022
- package/dist-es/protocols/Aws_restJson1.js +20 -20
- package/dist-types/IoTSiteWise.d.ts +81 -375
- package/dist-types/ts3.4/IoTSiteWise.d.ts +4 -1
- package/package.json +6 -6
package/dist-cjs/IoTSiteWise.js
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.IoTSiteWise = void 0;
|
|
4
|
+
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
4
5
|
const AssociateAssetsCommand_1 = require("./commands/AssociateAssetsCommand");
|
|
5
6
|
const AssociateTimeSeriesToAssetPropertyCommand_1 = require("./commands/AssociateTimeSeriesToAssetPropertyCommand");
|
|
6
7
|
const BatchAssociateProjectAssetsCommand_1 = require("./commands/BatchAssociateProjectAssetsCommand");
|
|
@@ -75,1028 +76,82 @@ const UpdateGatewayCommand_1 = require("./commands/UpdateGatewayCommand");
|
|
|
75
76
|
const UpdatePortalCommand_1 = require("./commands/UpdatePortalCommand");
|
|
76
77
|
const UpdateProjectCommand_1 = require("./commands/UpdateProjectCommand");
|
|
77
78
|
const IoTSiteWiseClient_1 = require("./IoTSiteWiseClient");
|
|
79
|
+
const commands = {
|
|
80
|
+
AssociateAssetsCommand: AssociateAssetsCommand_1.AssociateAssetsCommand,
|
|
81
|
+
AssociateTimeSeriesToAssetPropertyCommand: AssociateTimeSeriesToAssetPropertyCommand_1.AssociateTimeSeriesToAssetPropertyCommand,
|
|
82
|
+
BatchAssociateProjectAssetsCommand: BatchAssociateProjectAssetsCommand_1.BatchAssociateProjectAssetsCommand,
|
|
83
|
+
BatchDisassociateProjectAssetsCommand: BatchDisassociateProjectAssetsCommand_1.BatchDisassociateProjectAssetsCommand,
|
|
84
|
+
BatchGetAssetPropertyAggregatesCommand: BatchGetAssetPropertyAggregatesCommand_1.BatchGetAssetPropertyAggregatesCommand,
|
|
85
|
+
BatchGetAssetPropertyValueCommand: BatchGetAssetPropertyValueCommand_1.BatchGetAssetPropertyValueCommand,
|
|
86
|
+
BatchGetAssetPropertyValueHistoryCommand: BatchGetAssetPropertyValueHistoryCommand_1.BatchGetAssetPropertyValueHistoryCommand,
|
|
87
|
+
BatchPutAssetPropertyValueCommand: BatchPutAssetPropertyValueCommand_1.BatchPutAssetPropertyValueCommand,
|
|
88
|
+
CreateAccessPolicyCommand: CreateAccessPolicyCommand_1.CreateAccessPolicyCommand,
|
|
89
|
+
CreateAssetCommand: CreateAssetCommand_1.CreateAssetCommand,
|
|
90
|
+
CreateAssetModelCommand: CreateAssetModelCommand_1.CreateAssetModelCommand,
|
|
91
|
+
CreateBulkImportJobCommand: CreateBulkImportJobCommand_1.CreateBulkImportJobCommand,
|
|
92
|
+
CreateDashboardCommand: CreateDashboardCommand_1.CreateDashboardCommand,
|
|
93
|
+
CreateGatewayCommand: CreateGatewayCommand_1.CreateGatewayCommand,
|
|
94
|
+
CreatePortalCommand: CreatePortalCommand_1.CreatePortalCommand,
|
|
95
|
+
CreateProjectCommand: CreateProjectCommand_1.CreateProjectCommand,
|
|
96
|
+
DeleteAccessPolicyCommand: DeleteAccessPolicyCommand_1.DeleteAccessPolicyCommand,
|
|
97
|
+
DeleteAssetCommand: DeleteAssetCommand_1.DeleteAssetCommand,
|
|
98
|
+
DeleteAssetModelCommand: DeleteAssetModelCommand_1.DeleteAssetModelCommand,
|
|
99
|
+
DeleteDashboardCommand: DeleteDashboardCommand_1.DeleteDashboardCommand,
|
|
100
|
+
DeleteGatewayCommand: DeleteGatewayCommand_1.DeleteGatewayCommand,
|
|
101
|
+
DeletePortalCommand: DeletePortalCommand_1.DeletePortalCommand,
|
|
102
|
+
DeleteProjectCommand: DeleteProjectCommand_1.DeleteProjectCommand,
|
|
103
|
+
DeleteTimeSeriesCommand: DeleteTimeSeriesCommand_1.DeleteTimeSeriesCommand,
|
|
104
|
+
DescribeAccessPolicyCommand: DescribeAccessPolicyCommand_1.DescribeAccessPolicyCommand,
|
|
105
|
+
DescribeAssetCommand: DescribeAssetCommand_1.DescribeAssetCommand,
|
|
106
|
+
DescribeAssetModelCommand: DescribeAssetModelCommand_1.DescribeAssetModelCommand,
|
|
107
|
+
DescribeAssetPropertyCommand: DescribeAssetPropertyCommand_1.DescribeAssetPropertyCommand,
|
|
108
|
+
DescribeBulkImportJobCommand: DescribeBulkImportJobCommand_1.DescribeBulkImportJobCommand,
|
|
109
|
+
DescribeDashboardCommand: DescribeDashboardCommand_1.DescribeDashboardCommand,
|
|
110
|
+
DescribeDefaultEncryptionConfigurationCommand: DescribeDefaultEncryptionConfigurationCommand_1.DescribeDefaultEncryptionConfigurationCommand,
|
|
111
|
+
DescribeGatewayCommand: DescribeGatewayCommand_1.DescribeGatewayCommand,
|
|
112
|
+
DescribeGatewayCapabilityConfigurationCommand: DescribeGatewayCapabilityConfigurationCommand_1.DescribeGatewayCapabilityConfigurationCommand,
|
|
113
|
+
DescribeLoggingOptionsCommand: DescribeLoggingOptionsCommand_1.DescribeLoggingOptionsCommand,
|
|
114
|
+
DescribePortalCommand: DescribePortalCommand_1.DescribePortalCommand,
|
|
115
|
+
DescribeProjectCommand: DescribeProjectCommand_1.DescribeProjectCommand,
|
|
116
|
+
DescribeStorageConfigurationCommand: DescribeStorageConfigurationCommand_1.DescribeStorageConfigurationCommand,
|
|
117
|
+
DescribeTimeSeriesCommand: DescribeTimeSeriesCommand_1.DescribeTimeSeriesCommand,
|
|
118
|
+
DisassociateAssetsCommand: DisassociateAssetsCommand_1.DisassociateAssetsCommand,
|
|
119
|
+
DisassociateTimeSeriesFromAssetPropertyCommand: DisassociateTimeSeriesFromAssetPropertyCommand_1.DisassociateTimeSeriesFromAssetPropertyCommand,
|
|
120
|
+
GetAssetPropertyAggregatesCommand: GetAssetPropertyAggregatesCommand_1.GetAssetPropertyAggregatesCommand,
|
|
121
|
+
GetAssetPropertyValueCommand: GetAssetPropertyValueCommand_1.GetAssetPropertyValueCommand,
|
|
122
|
+
GetAssetPropertyValueHistoryCommand: GetAssetPropertyValueHistoryCommand_1.GetAssetPropertyValueHistoryCommand,
|
|
123
|
+
GetInterpolatedAssetPropertyValuesCommand: GetInterpolatedAssetPropertyValuesCommand_1.GetInterpolatedAssetPropertyValuesCommand,
|
|
124
|
+
ListAccessPoliciesCommand: ListAccessPoliciesCommand_1.ListAccessPoliciesCommand,
|
|
125
|
+
ListAssetModelPropertiesCommand: ListAssetModelPropertiesCommand_1.ListAssetModelPropertiesCommand,
|
|
126
|
+
ListAssetModelsCommand: ListAssetModelsCommand_1.ListAssetModelsCommand,
|
|
127
|
+
ListAssetPropertiesCommand: ListAssetPropertiesCommand_1.ListAssetPropertiesCommand,
|
|
128
|
+
ListAssetRelationshipsCommand: ListAssetRelationshipsCommand_1.ListAssetRelationshipsCommand,
|
|
129
|
+
ListAssetsCommand: ListAssetsCommand_1.ListAssetsCommand,
|
|
130
|
+
ListAssociatedAssetsCommand: ListAssociatedAssetsCommand_1.ListAssociatedAssetsCommand,
|
|
131
|
+
ListBulkImportJobsCommand: ListBulkImportJobsCommand_1.ListBulkImportJobsCommand,
|
|
132
|
+
ListDashboardsCommand: ListDashboardsCommand_1.ListDashboardsCommand,
|
|
133
|
+
ListGatewaysCommand: ListGatewaysCommand_1.ListGatewaysCommand,
|
|
134
|
+
ListPortalsCommand: ListPortalsCommand_1.ListPortalsCommand,
|
|
135
|
+
ListProjectAssetsCommand: ListProjectAssetsCommand_1.ListProjectAssetsCommand,
|
|
136
|
+
ListProjectsCommand: ListProjectsCommand_1.ListProjectsCommand,
|
|
137
|
+
ListTagsForResourceCommand: ListTagsForResourceCommand_1.ListTagsForResourceCommand,
|
|
138
|
+
ListTimeSeriesCommand: ListTimeSeriesCommand_1.ListTimeSeriesCommand,
|
|
139
|
+
PutDefaultEncryptionConfigurationCommand: PutDefaultEncryptionConfigurationCommand_1.PutDefaultEncryptionConfigurationCommand,
|
|
140
|
+
PutLoggingOptionsCommand: PutLoggingOptionsCommand_1.PutLoggingOptionsCommand,
|
|
141
|
+
PutStorageConfigurationCommand: PutStorageConfigurationCommand_1.PutStorageConfigurationCommand,
|
|
142
|
+
TagResourceCommand: TagResourceCommand_1.TagResourceCommand,
|
|
143
|
+
UntagResourceCommand: UntagResourceCommand_1.UntagResourceCommand,
|
|
144
|
+
UpdateAccessPolicyCommand: UpdateAccessPolicyCommand_1.UpdateAccessPolicyCommand,
|
|
145
|
+
UpdateAssetCommand: UpdateAssetCommand_1.UpdateAssetCommand,
|
|
146
|
+
UpdateAssetModelCommand: UpdateAssetModelCommand_1.UpdateAssetModelCommand,
|
|
147
|
+
UpdateAssetPropertyCommand: UpdateAssetPropertyCommand_1.UpdateAssetPropertyCommand,
|
|
148
|
+
UpdateDashboardCommand: UpdateDashboardCommand_1.UpdateDashboardCommand,
|
|
149
|
+
UpdateGatewayCommand: UpdateGatewayCommand_1.UpdateGatewayCommand,
|
|
150
|
+
UpdateGatewayCapabilityConfigurationCommand: UpdateGatewayCapabilityConfigurationCommand_1.UpdateGatewayCapabilityConfigurationCommand,
|
|
151
|
+
UpdatePortalCommand: UpdatePortalCommand_1.UpdatePortalCommand,
|
|
152
|
+
UpdateProjectCommand: UpdateProjectCommand_1.UpdateProjectCommand,
|
|
153
|
+
};
|
|
78
154
|
class IoTSiteWise extends IoTSiteWiseClient_1.IoTSiteWiseClient {
|
|
79
|
-
associateAssets(args, optionsOrCb, cb) {
|
|
80
|
-
const command = new AssociateAssetsCommand_1.AssociateAssetsCommand(args);
|
|
81
|
-
if (typeof optionsOrCb === "function") {
|
|
82
|
-
this.send(command, optionsOrCb);
|
|
83
|
-
}
|
|
84
|
-
else if (typeof cb === "function") {
|
|
85
|
-
if (typeof optionsOrCb !== "object")
|
|
86
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
87
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
88
|
-
}
|
|
89
|
-
else {
|
|
90
|
-
return this.send(command, optionsOrCb);
|
|
91
|
-
}
|
|
92
|
-
}
|
|
93
|
-
associateTimeSeriesToAssetProperty(args, optionsOrCb, cb) {
|
|
94
|
-
const command = new AssociateTimeSeriesToAssetPropertyCommand_1.AssociateTimeSeriesToAssetPropertyCommand(args);
|
|
95
|
-
if (typeof optionsOrCb === "function") {
|
|
96
|
-
this.send(command, optionsOrCb);
|
|
97
|
-
}
|
|
98
|
-
else if (typeof cb === "function") {
|
|
99
|
-
if (typeof optionsOrCb !== "object")
|
|
100
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
101
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
102
|
-
}
|
|
103
|
-
else {
|
|
104
|
-
return this.send(command, optionsOrCb);
|
|
105
|
-
}
|
|
106
|
-
}
|
|
107
|
-
batchAssociateProjectAssets(args, optionsOrCb, cb) {
|
|
108
|
-
const command = new BatchAssociateProjectAssetsCommand_1.BatchAssociateProjectAssetsCommand(args);
|
|
109
|
-
if (typeof optionsOrCb === "function") {
|
|
110
|
-
this.send(command, optionsOrCb);
|
|
111
|
-
}
|
|
112
|
-
else if (typeof cb === "function") {
|
|
113
|
-
if (typeof optionsOrCb !== "object")
|
|
114
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
115
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
116
|
-
}
|
|
117
|
-
else {
|
|
118
|
-
return this.send(command, optionsOrCb);
|
|
119
|
-
}
|
|
120
|
-
}
|
|
121
|
-
batchDisassociateProjectAssets(args, optionsOrCb, cb) {
|
|
122
|
-
const command = new BatchDisassociateProjectAssetsCommand_1.BatchDisassociateProjectAssetsCommand(args);
|
|
123
|
-
if (typeof optionsOrCb === "function") {
|
|
124
|
-
this.send(command, optionsOrCb);
|
|
125
|
-
}
|
|
126
|
-
else if (typeof cb === "function") {
|
|
127
|
-
if (typeof optionsOrCb !== "object")
|
|
128
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
129
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
130
|
-
}
|
|
131
|
-
else {
|
|
132
|
-
return this.send(command, optionsOrCb);
|
|
133
|
-
}
|
|
134
|
-
}
|
|
135
|
-
batchGetAssetPropertyAggregates(args, optionsOrCb, cb) {
|
|
136
|
-
const command = new BatchGetAssetPropertyAggregatesCommand_1.BatchGetAssetPropertyAggregatesCommand(args);
|
|
137
|
-
if (typeof optionsOrCb === "function") {
|
|
138
|
-
this.send(command, optionsOrCb);
|
|
139
|
-
}
|
|
140
|
-
else if (typeof cb === "function") {
|
|
141
|
-
if (typeof optionsOrCb !== "object")
|
|
142
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
143
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
144
|
-
}
|
|
145
|
-
else {
|
|
146
|
-
return this.send(command, optionsOrCb);
|
|
147
|
-
}
|
|
148
|
-
}
|
|
149
|
-
batchGetAssetPropertyValue(args, optionsOrCb, cb) {
|
|
150
|
-
const command = new BatchGetAssetPropertyValueCommand_1.BatchGetAssetPropertyValueCommand(args);
|
|
151
|
-
if (typeof optionsOrCb === "function") {
|
|
152
|
-
this.send(command, optionsOrCb);
|
|
153
|
-
}
|
|
154
|
-
else if (typeof cb === "function") {
|
|
155
|
-
if (typeof optionsOrCb !== "object")
|
|
156
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
157
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
158
|
-
}
|
|
159
|
-
else {
|
|
160
|
-
return this.send(command, optionsOrCb);
|
|
161
|
-
}
|
|
162
|
-
}
|
|
163
|
-
batchGetAssetPropertyValueHistory(args, optionsOrCb, cb) {
|
|
164
|
-
const command = new BatchGetAssetPropertyValueHistoryCommand_1.BatchGetAssetPropertyValueHistoryCommand(args);
|
|
165
|
-
if (typeof optionsOrCb === "function") {
|
|
166
|
-
this.send(command, optionsOrCb);
|
|
167
|
-
}
|
|
168
|
-
else if (typeof cb === "function") {
|
|
169
|
-
if (typeof optionsOrCb !== "object")
|
|
170
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
171
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
172
|
-
}
|
|
173
|
-
else {
|
|
174
|
-
return this.send(command, optionsOrCb);
|
|
175
|
-
}
|
|
176
|
-
}
|
|
177
|
-
batchPutAssetPropertyValue(args, optionsOrCb, cb) {
|
|
178
|
-
const command = new BatchPutAssetPropertyValueCommand_1.BatchPutAssetPropertyValueCommand(args);
|
|
179
|
-
if (typeof optionsOrCb === "function") {
|
|
180
|
-
this.send(command, optionsOrCb);
|
|
181
|
-
}
|
|
182
|
-
else if (typeof cb === "function") {
|
|
183
|
-
if (typeof optionsOrCb !== "object")
|
|
184
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
185
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
186
|
-
}
|
|
187
|
-
else {
|
|
188
|
-
return this.send(command, optionsOrCb);
|
|
189
|
-
}
|
|
190
|
-
}
|
|
191
|
-
createAccessPolicy(args, optionsOrCb, cb) {
|
|
192
|
-
const command = new CreateAccessPolicyCommand_1.CreateAccessPolicyCommand(args);
|
|
193
|
-
if (typeof optionsOrCb === "function") {
|
|
194
|
-
this.send(command, optionsOrCb);
|
|
195
|
-
}
|
|
196
|
-
else if (typeof cb === "function") {
|
|
197
|
-
if (typeof optionsOrCb !== "object")
|
|
198
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
199
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
200
|
-
}
|
|
201
|
-
else {
|
|
202
|
-
return this.send(command, optionsOrCb);
|
|
203
|
-
}
|
|
204
|
-
}
|
|
205
|
-
createAsset(args, optionsOrCb, cb) {
|
|
206
|
-
const command = new CreateAssetCommand_1.CreateAssetCommand(args);
|
|
207
|
-
if (typeof optionsOrCb === "function") {
|
|
208
|
-
this.send(command, optionsOrCb);
|
|
209
|
-
}
|
|
210
|
-
else if (typeof cb === "function") {
|
|
211
|
-
if (typeof optionsOrCb !== "object")
|
|
212
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
213
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
214
|
-
}
|
|
215
|
-
else {
|
|
216
|
-
return this.send(command, optionsOrCb);
|
|
217
|
-
}
|
|
218
|
-
}
|
|
219
|
-
createAssetModel(args, optionsOrCb, cb) {
|
|
220
|
-
const command = new CreateAssetModelCommand_1.CreateAssetModelCommand(args);
|
|
221
|
-
if (typeof optionsOrCb === "function") {
|
|
222
|
-
this.send(command, optionsOrCb);
|
|
223
|
-
}
|
|
224
|
-
else if (typeof cb === "function") {
|
|
225
|
-
if (typeof optionsOrCb !== "object")
|
|
226
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
227
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
228
|
-
}
|
|
229
|
-
else {
|
|
230
|
-
return this.send(command, optionsOrCb);
|
|
231
|
-
}
|
|
232
|
-
}
|
|
233
|
-
createBulkImportJob(args, optionsOrCb, cb) {
|
|
234
|
-
const command = new CreateBulkImportJobCommand_1.CreateBulkImportJobCommand(args);
|
|
235
|
-
if (typeof optionsOrCb === "function") {
|
|
236
|
-
this.send(command, optionsOrCb);
|
|
237
|
-
}
|
|
238
|
-
else if (typeof cb === "function") {
|
|
239
|
-
if (typeof optionsOrCb !== "object")
|
|
240
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
241
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
242
|
-
}
|
|
243
|
-
else {
|
|
244
|
-
return this.send(command, optionsOrCb);
|
|
245
|
-
}
|
|
246
|
-
}
|
|
247
|
-
createDashboard(args, optionsOrCb, cb) {
|
|
248
|
-
const command = new CreateDashboardCommand_1.CreateDashboardCommand(args);
|
|
249
|
-
if (typeof optionsOrCb === "function") {
|
|
250
|
-
this.send(command, optionsOrCb);
|
|
251
|
-
}
|
|
252
|
-
else if (typeof cb === "function") {
|
|
253
|
-
if (typeof optionsOrCb !== "object")
|
|
254
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
255
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
256
|
-
}
|
|
257
|
-
else {
|
|
258
|
-
return this.send(command, optionsOrCb);
|
|
259
|
-
}
|
|
260
|
-
}
|
|
261
|
-
createGateway(args, optionsOrCb, cb) {
|
|
262
|
-
const command = new CreateGatewayCommand_1.CreateGatewayCommand(args);
|
|
263
|
-
if (typeof optionsOrCb === "function") {
|
|
264
|
-
this.send(command, optionsOrCb);
|
|
265
|
-
}
|
|
266
|
-
else if (typeof cb === "function") {
|
|
267
|
-
if (typeof optionsOrCb !== "object")
|
|
268
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
269
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
270
|
-
}
|
|
271
|
-
else {
|
|
272
|
-
return this.send(command, optionsOrCb);
|
|
273
|
-
}
|
|
274
|
-
}
|
|
275
|
-
createPortal(args, optionsOrCb, cb) {
|
|
276
|
-
const command = new CreatePortalCommand_1.CreatePortalCommand(args);
|
|
277
|
-
if (typeof optionsOrCb === "function") {
|
|
278
|
-
this.send(command, optionsOrCb);
|
|
279
|
-
}
|
|
280
|
-
else if (typeof cb === "function") {
|
|
281
|
-
if (typeof optionsOrCb !== "object")
|
|
282
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
283
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
284
|
-
}
|
|
285
|
-
else {
|
|
286
|
-
return this.send(command, optionsOrCb);
|
|
287
|
-
}
|
|
288
|
-
}
|
|
289
|
-
createProject(args, optionsOrCb, cb) {
|
|
290
|
-
const command = new CreateProjectCommand_1.CreateProjectCommand(args);
|
|
291
|
-
if (typeof optionsOrCb === "function") {
|
|
292
|
-
this.send(command, optionsOrCb);
|
|
293
|
-
}
|
|
294
|
-
else if (typeof cb === "function") {
|
|
295
|
-
if (typeof optionsOrCb !== "object")
|
|
296
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
297
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
298
|
-
}
|
|
299
|
-
else {
|
|
300
|
-
return this.send(command, optionsOrCb);
|
|
301
|
-
}
|
|
302
|
-
}
|
|
303
|
-
deleteAccessPolicy(args, optionsOrCb, cb) {
|
|
304
|
-
const command = new DeleteAccessPolicyCommand_1.DeleteAccessPolicyCommand(args);
|
|
305
|
-
if (typeof optionsOrCb === "function") {
|
|
306
|
-
this.send(command, optionsOrCb);
|
|
307
|
-
}
|
|
308
|
-
else if (typeof cb === "function") {
|
|
309
|
-
if (typeof optionsOrCb !== "object")
|
|
310
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
311
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
312
|
-
}
|
|
313
|
-
else {
|
|
314
|
-
return this.send(command, optionsOrCb);
|
|
315
|
-
}
|
|
316
|
-
}
|
|
317
|
-
deleteAsset(args, optionsOrCb, cb) {
|
|
318
|
-
const command = new DeleteAssetCommand_1.DeleteAssetCommand(args);
|
|
319
|
-
if (typeof optionsOrCb === "function") {
|
|
320
|
-
this.send(command, optionsOrCb);
|
|
321
|
-
}
|
|
322
|
-
else if (typeof cb === "function") {
|
|
323
|
-
if (typeof optionsOrCb !== "object")
|
|
324
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
325
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
326
|
-
}
|
|
327
|
-
else {
|
|
328
|
-
return this.send(command, optionsOrCb);
|
|
329
|
-
}
|
|
330
|
-
}
|
|
331
|
-
deleteAssetModel(args, optionsOrCb, cb) {
|
|
332
|
-
const command = new DeleteAssetModelCommand_1.DeleteAssetModelCommand(args);
|
|
333
|
-
if (typeof optionsOrCb === "function") {
|
|
334
|
-
this.send(command, optionsOrCb);
|
|
335
|
-
}
|
|
336
|
-
else if (typeof cb === "function") {
|
|
337
|
-
if (typeof optionsOrCb !== "object")
|
|
338
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
339
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
340
|
-
}
|
|
341
|
-
else {
|
|
342
|
-
return this.send(command, optionsOrCb);
|
|
343
|
-
}
|
|
344
|
-
}
|
|
345
|
-
deleteDashboard(args, optionsOrCb, cb) {
|
|
346
|
-
const command = new DeleteDashboardCommand_1.DeleteDashboardCommand(args);
|
|
347
|
-
if (typeof optionsOrCb === "function") {
|
|
348
|
-
this.send(command, optionsOrCb);
|
|
349
|
-
}
|
|
350
|
-
else if (typeof cb === "function") {
|
|
351
|
-
if (typeof optionsOrCb !== "object")
|
|
352
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
353
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
354
|
-
}
|
|
355
|
-
else {
|
|
356
|
-
return this.send(command, optionsOrCb);
|
|
357
|
-
}
|
|
358
|
-
}
|
|
359
|
-
deleteGateway(args, optionsOrCb, cb) {
|
|
360
|
-
const command = new DeleteGatewayCommand_1.DeleteGatewayCommand(args);
|
|
361
|
-
if (typeof optionsOrCb === "function") {
|
|
362
|
-
this.send(command, optionsOrCb);
|
|
363
|
-
}
|
|
364
|
-
else if (typeof cb === "function") {
|
|
365
|
-
if (typeof optionsOrCb !== "object")
|
|
366
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
367
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
368
|
-
}
|
|
369
|
-
else {
|
|
370
|
-
return this.send(command, optionsOrCb);
|
|
371
|
-
}
|
|
372
|
-
}
|
|
373
|
-
deletePortal(args, optionsOrCb, cb) {
|
|
374
|
-
const command = new DeletePortalCommand_1.DeletePortalCommand(args);
|
|
375
|
-
if (typeof optionsOrCb === "function") {
|
|
376
|
-
this.send(command, optionsOrCb);
|
|
377
|
-
}
|
|
378
|
-
else if (typeof cb === "function") {
|
|
379
|
-
if (typeof optionsOrCb !== "object")
|
|
380
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
381
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
382
|
-
}
|
|
383
|
-
else {
|
|
384
|
-
return this.send(command, optionsOrCb);
|
|
385
|
-
}
|
|
386
|
-
}
|
|
387
|
-
deleteProject(args, optionsOrCb, cb) {
|
|
388
|
-
const command = new DeleteProjectCommand_1.DeleteProjectCommand(args);
|
|
389
|
-
if (typeof optionsOrCb === "function") {
|
|
390
|
-
this.send(command, optionsOrCb);
|
|
391
|
-
}
|
|
392
|
-
else if (typeof cb === "function") {
|
|
393
|
-
if (typeof optionsOrCb !== "object")
|
|
394
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
395
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
396
|
-
}
|
|
397
|
-
else {
|
|
398
|
-
return this.send(command, optionsOrCb);
|
|
399
|
-
}
|
|
400
|
-
}
|
|
401
|
-
deleteTimeSeries(args, optionsOrCb, cb) {
|
|
402
|
-
const command = new DeleteTimeSeriesCommand_1.DeleteTimeSeriesCommand(args);
|
|
403
|
-
if (typeof optionsOrCb === "function") {
|
|
404
|
-
this.send(command, optionsOrCb);
|
|
405
|
-
}
|
|
406
|
-
else if (typeof cb === "function") {
|
|
407
|
-
if (typeof optionsOrCb !== "object")
|
|
408
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
409
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
410
|
-
}
|
|
411
|
-
else {
|
|
412
|
-
return this.send(command, optionsOrCb);
|
|
413
|
-
}
|
|
414
|
-
}
|
|
415
|
-
describeAccessPolicy(args, optionsOrCb, cb) {
|
|
416
|
-
const command = new DescribeAccessPolicyCommand_1.DescribeAccessPolicyCommand(args);
|
|
417
|
-
if (typeof optionsOrCb === "function") {
|
|
418
|
-
this.send(command, optionsOrCb);
|
|
419
|
-
}
|
|
420
|
-
else if (typeof cb === "function") {
|
|
421
|
-
if (typeof optionsOrCb !== "object")
|
|
422
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
423
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
424
|
-
}
|
|
425
|
-
else {
|
|
426
|
-
return this.send(command, optionsOrCb);
|
|
427
|
-
}
|
|
428
|
-
}
|
|
429
|
-
describeAsset(args, optionsOrCb, cb) {
|
|
430
|
-
const command = new DescribeAssetCommand_1.DescribeAssetCommand(args);
|
|
431
|
-
if (typeof optionsOrCb === "function") {
|
|
432
|
-
this.send(command, optionsOrCb);
|
|
433
|
-
}
|
|
434
|
-
else if (typeof cb === "function") {
|
|
435
|
-
if (typeof optionsOrCb !== "object")
|
|
436
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
437
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
438
|
-
}
|
|
439
|
-
else {
|
|
440
|
-
return this.send(command, optionsOrCb);
|
|
441
|
-
}
|
|
442
|
-
}
|
|
443
|
-
describeAssetModel(args, optionsOrCb, cb) {
|
|
444
|
-
const command = new DescribeAssetModelCommand_1.DescribeAssetModelCommand(args);
|
|
445
|
-
if (typeof optionsOrCb === "function") {
|
|
446
|
-
this.send(command, optionsOrCb);
|
|
447
|
-
}
|
|
448
|
-
else if (typeof cb === "function") {
|
|
449
|
-
if (typeof optionsOrCb !== "object")
|
|
450
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
451
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
452
|
-
}
|
|
453
|
-
else {
|
|
454
|
-
return this.send(command, optionsOrCb);
|
|
455
|
-
}
|
|
456
|
-
}
|
|
457
|
-
describeAssetProperty(args, optionsOrCb, cb) {
|
|
458
|
-
const command = new DescribeAssetPropertyCommand_1.DescribeAssetPropertyCommand(args);
|
|
459
|
-
if (typeof optionsOrCb === "function") {
|
|
460
|
-
this.send(command, optionsOrCb);
|
|
461
|
-
}
|
|
462
|
-
else if (typeof cb === "function") {
|
|
463
|
-
if (typeof optionsOrCb !== "object")
|
|
464
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
465
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
466
|
-
}
|
|
467
|
-
else {
|
|
468
|
-
return this.send(command, optionsOrCb);
|
|
469
|
-
}
|
|
470
|
-
}
|
|
471
|
-
describeBulkImportJob(args, optionsOrCb, cb) {
|
|
472
|
-
const command = new DescribeBulkImportJobCommand_1.DescribeBulkImportJobCommand(args);
|
|
473
|
-
if (typeof optionsOrCb === "function") {
|
|
474
|
-
this.send(command, optionsOrCb);
|
|
475
|
-
}
|
|
476
|
-
else if (typeof cb === "function") {
|
|
477
|
-
if (typeof optionsOrCb !== "object")
|
|
478
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
479
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
480
|
-
}
|
|
481
|
-
else {
|
|
482
|
-
return this.send(command, optionsOrCb);
|
|
483
|
-
}
|
|
484
|
-
}
|
|
485
|
-
describeDashboard(args, optionsOrCb, cb) {
|
|
486
|
-
const command = new DescribeDashboardCommand_1.DescribeDashboardCommand(args);
|
|
487
|
-
if (typeof optionsOrCb === "function") {
|
|
488
|
-
this.send(command, optionsOrCb);
|
|
489
|
-
}
|
|
490
|
-
else if (typeof cb === "function") {
|
|
491
|
-
if (typeof optionsOrCb !== "object")
|
|
492
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
493
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
494
|
-
}
|
|
495
|
-
else {
|
|
496
|
-
return this.send(command, optionsOrCb);
|
|
497
|
-
}
|
|
498
|
-
}
|
|
499
|
-
describeDefaultEncryptionConfiguration(args, optionsOrCb, cb) {
|
|
500
|
-
const command = new DescribeDefaultEncryptionConfigurationCommand_1.DescribeDefaultEncryptionConfigurationCommand(args);
|
|
501
|
-
if (typeof optionsOrCb === "function") {
|
|
502
|
-
this.send(command, optionsOrCb);
|
|
503
|
-
}
|
|
504
|
-
else if (typeof cb === "function") {
|
|
505
|
-
if (typeof optionsOrCb !== "object")
|
|
506
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
507
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
508
|
-
}
|
|
509
|
-
else {
|
|
510
|
-
return this.send(command, optionsOrCb);
|
|
511
|
-
}
|
|
512
|
-
}
|
|
513
|
-
describeGateway(args, optionsOrCb, cb) {
|
|
514
|
-
const command = new DescribeGatewayCommand_1.DescribeGatewayCommand(args);
|
|
515
|
-
if (typeof optionsOrCb === "function") {
|
|
516
|
-
this.send(command, optionsOrCb);
|
|
517
|
-
}
|
|
518
|
-
else if (typeof cb === "function") {
|
|
519
|
-
if (typeof optionsOrCb !== "object")
|
|
520
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
521
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
522
|
-
}
|
|
523
|
-
else {
|
|
524
|
-
return this.send(command, optionsOrCb);
|
|
525
|
-
}
|
|
526
|
-
}
|
|
527
|
-
describeGatewayCapabilityConfiguration(args, optionsOrCb, cb) {
|
|
528
|
-
const command = new DescribeGatewayCapabilityConfigurationCommand_1.DescribeGatewayCapabilityConfigurationCommand(args);
|
|
529
|
-
if (typeof optionsOrCb === "function") {
|
|
530
|
-
this.send(command, optionsOrCb);
|
|
531
|
-
}
|
|
532
|
-
else if (typeof cb === "function") {
|
|
533
|
-
if (typeof optionsOrCb !== "object")
|
|
534
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
535
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
536
|
-
}
|
|
537
|
-
else {
|
|
538
|
-
return this.send(command, optionsOrCb);
|
|
539
|
-
}
|
|
540
|
-
}
|
|
541
|
-
describeLoggingOptions(args, optionsOrCb, cb) {
|
|
542
|
-
const command = new DescribeLoggingOptionsCommand_1.DescribeLoggingOptionsCommand(args);
|
|
543
|
-
if (typeof optionsOrCb === "function") {
|
|
544
|
-
this.send(command, optionsOrCb);
|
|
545
|
-
}
|
|
546
|
-
else if (typeof cb === "function") {
|
|
547
|
-
if (typeof optionsOrCb !== "object")
|
|
548
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
549
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
550
|
-
}
|
|
551
|
-
else {
|
|
552
|
-
return this.send(command, optionsOrCb);
|
|
553
|
-
}
|
|
554
|
-
}
|
|
555
|
-
describePortal(args, optionsOrCb, cb) {
|
|
556
|
-
const command = new DescribePortalCommand_1.DescribePortalCommand(args);
|
|
557
|
-
if (typeof optionsOrCb === "function") {
|
|
558
|
-
this.send(command, optionsOrCb);
|
|
559
|
-
}
|
|
560
|
-
else if (typeof cb === "function") {
|
|
561
|
-
if (typeof optionsOrCb !== "object")
|
|
562
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
563
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
564
|
-
}
|
|
565
|
-
else {
|
|
566
|
-
return this.send(command, optionsOrCb);
|
|
567
|
-
}
|
|
568
|
-
}
|
|
569
|
-
describeProject(args, optionsOrCb, cb) {
|
|
570
|
-
const command = new DescribeProjectCommand_1.DescribeProjectCommand(args);
|
|
571
|
-
if (typeof optionsOrCb === "function") {
|
|
572
|
-
this.send(command, optionsOrCb);
|
|
573
|
-
}
|
|
574
|
-
else if (typeof cb === "function") {
|
|
575
|
-
if (typeof optionsOrCb !== "object")
|
|
576
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
577
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
578
|
-
}
|
|
579
|
-
else {
|
|
580
|
-
return this.send(command, optionsOrCb);
|
|
581
|
-
}
|
|
582
|
-
}
|
|
583
|
-
describeStorageConfiguration(args, optionsOrCb, cb) {
|
|
584
|
-
const command = new DescribeStorageConfigurationCommand_1.DescribeStorageConfigurationCommand(args);
|
|
585
|
-
if (typeof optionsOrCb === "function") {
|
|
586
|
-
this.send(command, optionsOrCb);
|
|
587
|
-
}
|
|
588
|
-
else if (typeof cb === "function") {
|
|
589
|
-
if (typeof optionsOrCb !== "object")
|
|
590
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
591
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
592
|
-
}
|
|
593
|
-
else {
|
|
594
|
-
return this.send(command, optionsOrCb);
|
|
595
|
-
}
|
|
596
|
-
}
|
|
597
|
-
describeTimeSeries(args, optionsOrCb, cb) {
|
|
598
|
-
const command = new DescribeTimeSeriesCommand_1.DescribeTimeSeriesCommand(args);
|
|
599
|
-
if (typeof optionsOrCb === "function") {
|
|
600
|
-
this.send(command, optionsOrCb);
|
|
601
|
-
}
|
|
602
|
-
else if (typeof cb === "function") {
|
|
603
|
-
if (typeof optionsOrCb !== "object")
|
|
604
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
605
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
606
|
-
}
|
|
607
|
-
else {
|
|
608
|
-
return this.send(command, optionsOrCb);
|
|
609
|
-
}
|
|
610
|
-
}
|
|
611
|
-
disassociateAssets(args, optionsOrCb, cb) {
|
|
612
|
-
const command = new DisassociateAssetsCommand_1.DisassociateAssetsCommand(args);
|
|
613
|
-
if (typeof optionsOrCb === "function") {
|
|
614
|
-
this.send(command, optionsOrCb);
|
|
615
|
-
}
|
|
616
|
-
else if (typeof cb === "function") {
|
|
617
|
-
if (typeof optionsOrCb !== "object")
|
|
618
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
619
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
620
|
-
}
|
|
621
|
-
else {
|
|
622
|
-
return this.send(command, optionsOrCb);
|
|
623
|
-
}
|
|
624
|
-
}
|
|
625
|
-
disassociateTimeSeriesFromAssetProperty(args, optionsOrCb, cb) {
|
|
626
|
-
const command = new DisassociateTimeSeriesFromAssetPropertyCommand_1.DisassociateTimeSeriesFromAssetPropertyCommand(args);
|
|
627
|
-
if (typeof optionsOrCb === "function") {
|
|
628
|
-
this.send(command, optionsOrCb);
|
|
629
|
-
}
|
|
630
|
-
else if (typeof cb === "function") {
|
|
631
|
-
if (typeof optionsOrCb !== "object")
|
|
632
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
633
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
634
|
-
}
|
|
635
|
-
else {
|
|
636
|
-
return this.send(command, optionsOrCb);
|
|
637
|
-
}
|
|
638
|
-
}
|
|
639
|
-
getAssetPropertyAggregates(args, optionsOrCb, cb) {
|
|
640
|
-
const command = new GetAssetPropertyAggregatesCommand_1.GetAssetPropertyAggregatesCommand(args);
|
|
641
|
-
if (typeof optionsOrCb === "function") {
|
|
642
|
-
this.send(command, optionsOrCb);
|
|
643
|
-
}
|
|
644
|
-
else if (typeof cb === "function") {
|
|
645
|
-
if (typeof optionsOrCb !== "object")
|
|
646
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
647
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
648
|
-
}
|
|
649
|
-
else {
|
|
650
|
-
return this.send(command, optionsOrCb);
|
|
651
|
-
}
|
|
652
|
-
}
|
|
653
|
-
getAssetPropertyValue(args, optionsOrCb, cb) {
|
|
654
|
-
const command = new GetAssetPropertyValueCommand_1.GetAssetPropertyValueCommand(args);
|
|
655
|
-
if (typeof optionsOrCb === "function") {
|
|
656
|
-
this.send(command, optionsOrCb);
|
|
657
|
-
}
|
|
658
|
-
else if (typeof cb === "function") {
|
|
659
|
-
if (typeof optionsOrCb !== "object")
|
|
660
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
661
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
662
|
-
}
|
|
663
|
-
else {
|
|
664
|
-
return this.send(command, optionsOrCb);
|
|
665
|
-
}
|
|
666
|
-
}
|
|
667
|
-
getAssetPropertyValueHistory(args, optionsOrCb, cb) {
|
|
668
|
-
const command = new GetAssetPropertyValueHistoryCommand_1.GetAssetPropertyValueHistoryCommand(args);
|
|
669
|
-
if (typeof optionsOrCb === "function") {
|
|
670
|
-
this.send(command, optionsOrCb);
|
|
671
|
-
}
|
|
672
|
-
else if (typeof cb === "function") {
|
|
673
|
-
if (typeof optionsOrCb !== "object")
|
|
674
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
675
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
676
|
-
}
|
|
677
|
-
else {
|
|
678
|
-
return this.send(command, optionsOrCb);
|
|
679
|
-
}
|
|
680
|
-
}
|
|
681
|
-
getInterpolatedAssetPropertyValues(args, optionsOrCb, cb) {
|
|
682
|
-
const command = new GetInterpolatedAssetPropertyValuesCommand_1.GetInterpolatedAssetPropertyValuesCommand(args);
|
|
683
|
-
if (typeof optionsOrCb === "function") {
|
|
684
|
-
this.send(command, optionsOrCb);
|
|
685
|
-
}
|
|
686
|
-
else if (typeof cb === "function") {
|
|
687
|
-
if (typeof optionsOrCb !== "object")
|
|
688
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
689
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
690
|
-
}
|
|
691
|
-
else {
|
|
692
|
-
return this.send(command, optionsOrCb);
|
|
693
|
-
}
|
|
694
|
-
}
|
|
695
|
-
listAccessPolicies(args, optionsOrCb, cb) {
|
|
696
|
-
const command = new ListAccessPoliciesCommand_1.ListAccessPoliciesCommand(args);
|
|
697
|
-
if (typeof optionsOrCb === "function") {
|
|
698
|
-
this.send(command, optionsOrCb);
|
|
699
|
-
}
|
|
700
|
-
else if (typeof cb === "function") {
|
|
701
|
-
if (typeof optionsOrCb !== "object")
|
|
702
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
703
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
704
|
-
}
|
|
705
|
-
else {
|
|
706
|
-
return this.send(command, optionsOrCb);
|
|
707
|
-
}
|
|
708
|
-
}
|
|
709
|
-
listAssetModelProperties(args, optionsOrCb, cb) {
|
|
710
|
-
const command = new ListAssetModelPropertiesCommand_1.ListAssetModelPropertiesCommand(args);
|
|
711
|
-
if (typeof optionsOrCb === "function") {
|
|
712
|
-
this.send(command, optionsOrCb);
|
|
713
|
-
}
|
|
714
|
-
else if (typeof cb === "function") {
|
|
715
|
-
if (typeof optionsOrCb !== "object")
|
|
716
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
717
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
718
|
-
}
|
|
719
|
-
else {
|
|
720
|
-
return this.send(command, optionsOrCb);
|
|
721
|
-
}
|
|
722
|
-
}
|
|
723
|
-
listAssetModels(args, optionsOrCb, cb) {
|
|
724
|
-
const command = new ListAssetModelsCommand_1.ListAssetModelsCommand(args);
|
|
725
|
-
if (typeof optionsOrCb === "function") {
|
|
726
|
-
this.send(command, optionsOrCb);
|
|
727
|
-
}
|
|
728
|
-
else if (typeof cb === "function") {
|
|
729
|
-
if (typeof optionsOrCb !== "object")
|
|
730
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
731
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
732
|
-
}
|
|
733
|
-
else {
|
|
734
|
-
return this.send(command, optionsOrCb);
|
|
735
|
-
}
|
|
736
|
-
}
|
|
737
|
-
listAssetProperties(args, optionsOrCb, cb) {
|
|
738
|
-
const command = new ListAssetPropertiesCommand_1.ListAssetPropertiesCommand(args);
|
|
739
|
-
if (typeof optionsOrCb === "function") {
|
|
740
|
-
this.send(command, optionsOrCb);
|
|
741
|
-
}
|
|
742
|
-
else if (typeof cb === "function") {
|
|
743
|
-
if (typeof optionsOrCb !== "object")
|
|
744
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
745
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
746
|
-
}
|
|
747
|
-
else {
|
|
748
|
-
return this.send(command, optionsOrCb);
|
|
749
|
-
}
|
|
750
|
-
}
|
|
751
|
-
listAssetRelationships(args, optionsOrCb, cb) {
|
|
752
|
-
const command = new ListAssetRelationshipsCommand_1.ListAssetRelationshipsCommand(args);
|
|
753
|
-
if (typeof optionsOrCb === "function") {
|
|
754
|
-
this.send(command, optionsOrCb);
|
|
755
|
-
}
|
|
756
|
-
else if (typeof cb === "function") {
|
|
757
|
-
if (typeof optionsOrCb !== "object")
|
|
758
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
759
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
760
|
-
}
|
|
761
|
-
else {
|
|
762
|
-
return this.send(command, optionsOrCb);
|
|
763
|
-
}
|
|
764
|
-
}
|
|
765
|
-
listAssets(args, optionsOrCb, cb) {
|
|
766
|
-
const command = new ListAssetsCommand_1.ListAssetsCommand(args);
|
|
767
|
-
if (typeof optionsOrCb === "function") {
|
|
768
|
-
this.send(command, optionsOrCb);
|
|
769
|
-
}
|
|
770
|
-
else if (typeof cb === "function") {
|
|
771
|
-
if (typeof optionsOrCb !== "object")
|
|
772
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
773
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
774
|
-
}
|
|
775
|
-
else {
|
|
776
|
-
return this.send(command, optionsOrCb);
|
|
777
|
-
}
|
|
778
|
-
}
|
|
779
|
-
listAssociatedAssets(args, optionsOrCb, cb) {
|
|
780
|
-
const command = new ListAssociatedAssetsCommand_1.ListAssociatedAssetsCommand(args);
|
|
781
|
-
if (typeof optionsOrCb === "function") {
|
|
782
|
-
this.send(command, optionsOrCb);
|
|
783
|
-
}
|
|
784
|
-
else if (typeof cb === "function") {
|
|
785
|
-
if (typeof optionsOrCb !== "object")
|
|
786
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
787
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
788
|
-
}
|
|
789
|
-
else {
|
|
790
|
-
return this.send(command, optionsOrCb);
|
|
791
|
-
}
|
|
792
|
-
}
|
|
793
|
-
listBulkImportJobs(args, optionsOrCb, cb) {
|
|
794
|
-
const command = new ListBulkImportJobsCommand_1.ListBulkImportJobsCommand(args);
|
|
795
|
-
if (typeof optionsOrCb === "function") {
|
|
796
|
-
this.send(command, optionsOrCb);
|
|
797
|
-
}
|
|
798
|
-
else if (typeof cb === "function") {
|
|
799
|
-
if (typeof optionsOrCb !== "object")
|
|
800
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
801
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
802
|
-
}
|
|
803
|
-
else {
|
|
804
|
-
return this.send(command, optionsOrCb);
|
|
805
|
-
}
|
|
806
|
-
}
|
|
807
|
-
listDashboards(args, optionsOrCb, cb) {
|
|
808
|
-
const command = new ListDashboardsCommand_1.ListDashboardsCommand(args);
|
|
809
|
-
if (typeof optionsOrCb === "function") {
|
|
810
|
-
this.send(command, optionsOrCb);
|
|
811
|
-
}
|
|
812
|
-
else if (typeof cb === "function") {
|
|
813
|
-
if (typeof optionsOrCb !== "object")
|
|
814
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
815
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
816
|
-
}
|
|
817
|
-
else {
|
|
818
|
-
return this.send(command, optionsOrCb);
|
|
819
|
-
}
|
|
820
|
-
}
|
|
821
|
-
listGateways(args, optionsOrCb, cb) {
|
|
822
|
-
const command = new ListGatewaysCommand_1.ListGatewaysCommand(args);
|
|
823
|
-
if (typeof optionsOrCb === "function") {
|
|
824
|
-
this.send(command, optionsOrCb);
|
|
825
|
-
}
|
|
826
|
-
else if (typeof cb === "function") {
|
|
827
|
-
if (typeof optionsOrCb !== "object")
|
|
828
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
829
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
830
|
-
}
|
|
831
|
-
else {
|
|
832
|
-
return this.send(command, optionsOrCb);
|
|
833
|
-
}
|
|
834
|
-
}
|
|
835
|
-
listPortals(args, optionsOrCb, cb) {
|
|
836
|
-
const command = new ListPortalsCommand_1.ListPortalsCommand(args);
|
|
837
|
-
if (typeof optionsOrCb === "function") {
|
|
838
|
-
this.send(command, optionsOrCb);
|
|
839
|
-
}
|
|
840
|
-
else if (typeof cb === "function") {
|
|
841
|
-
if (typeof optionsOrCb !== "object")
|
|
842
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
843
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
844
|
-
}
|
|
845
|
-
else {
|
|
846
|
-
return this.send(command, optionsOrCb);
|
|
847
|
-
}
|
|
848
|
-
}
|
|
849
|
-
listProjectAssets(args, optionsOrCb, cb) {
|
|
850
|
-
const command = new ListProjectAssetsCommand_1.ListProjectAssetsCommand(args);
|
|
851
|
-
if (typeof optionsOrCb === "function") {
|
|
852
|
-
this.send(command, optionsOrCb);
|
|
853
|
-
}
|
|
854
|
-
else if (typeof cb === "function") {
|
|
855
|
-
if (typeof optionsOrCb !== "object")
|
|
856
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
857
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
858
|
-
}
|
|
859
|
-
else {
|
|
860
|
-
return this.send(command, optionsOrCb);
|
|
861
|
-
}
|
|
862
|
-
}
|
|
863
|
-
listProjects(args, optionsOrCb, cb) {
|
|
864
|
-
const command = new ListProjectsCommand_1.ListProjectsCommand(args);
|
|
865
|
-
if (typeof optionsOrCb === "function") {
|
|
866
|
-
this.send(command, optionsOrCb);
|
|
867
|
-
}
|
|
868
|
-
else if (typeof cb === "function") {
|
|
869
|
-
if (typeof optionsOrCb !== "object")
|
|
870
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
871
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
872
|
-
}
|
|
873
|
-
else {
|
|
874
|
-
return this.send(command, optionsOrCb);
|
|
875
|
-
}
|
|
876
|
-
}
|
|
877
|
-
listTagsForResource(args, optionsOrCb, cb) {
|
|
878
|
-
const command = new ListTagsForResourceCommand_1.ListTagsForResourceCommand(args);
|
|
879
|
-
if (typeof optionsOrCb === "function") {
|
|
880
|
-
this.send(command, optionsOrCb);
|
|
881
|
-
}
|
|
882
|
-
else if (typeof cb === "function") {
|
|
883
|
-
if (typeof optionsOrCb !== "object")
|
|
884
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
885
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
886
|
-
}
|
|
887
|
-
else {
|
|
888
|
-
return this.send(command, optionsOrCb);
|
|
889
|
-
}
|
|
890
|
-
}
|
|
891
|
-
listTimeSeries(args, optionsOrCb, cb) {
|
|
892
|
-
const command = new ListTimeSeriesCommand_1.ListTimeSeriesCommand(args);
|
|
893
|
-
if (typeof optionsOrCb === "function") {
|
|
894
|
-
this.send(command, optionsOrCb);
|
|
895
|
-
}
|
|
896
|
-
else if (typeof cb === "function") {
|
|
897
|
-
if (typeof optionsOrCb !== "object")
|
|
898
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
899
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
900
|
-
}
|
|
901
|
-
else {
|
|
902
|
-
return this.send(command, optionsOrCb);
|
|
903
|
-
}
|
|
904
|
-
}
|
|
905
|
-
putDefaultEncryptionConfiguration(args, optionsOrCb, cb) {
|
|
906
|
-
const command = new PutDefaultEncryptionConfigurationCommand_1.PutDefaultEncryptionConfigurationCommand(args);
|
|
907
|
-
if (typeof optionsOrCb === "function") {
|
|
908
|
-
this.send(command, optionsOrCb);
|
|
909
|
-
}
|
|
910
|
-
else if (typeof cb === "function") {
|
|
911
|
-
if (typeof optionsOrCb !== "object")
|
|
912
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
913
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
914
|
-
}
|
|
915
|
-
else {
|
|
916
|
-
return this.send(command, optionsOrCb);
|
|
917
|
-
}
|
|
918
|
-
}
|
|
919
|
-
putLoggingOptions(args, optionsOrCb, cb) {
|
|
920
|
-
const command = new PutLoggingOptionsCommand_1.PutLoggingOptionsCommand(args);
|
|
921
|
-
if (typeof optionsOrCb === "function") {
|
|
922
|
-
this.send(command, optionsOrCb);
|
|
923
|
-
}
|
|
924
|
-
else if (typeof cb === "function") {
|
|
925
|
-
if (typeof optionsOrCb !== "object")
|
|
926
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
927
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
928
|
-
}
|
|
929
|
-
else {
|
|
930
|
-
return this.send(command, optionsOrCb);
|
|
931
|
-
}
|
|
932
|
-
}
|
|
933
|
-
putStorageConfiguration(args, optionsOrCb, cb) {
|
|
934
|
-
const command = new PutStorageConfigurationCommand_1.PutStorageConfigurationCommand(args);
|
|
935
|
-
if (typeof optionsOrCb === "function") {
|
|
936
|
-
this.send(command, optionsOrCb);
|
|
937
|
-
}
|
|
938
|
-
else if (typeof cb === "function") {
|
|
939
|
-
if (typeof optionsOrCb !== "object")
|
|
940
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
941
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
942
|
-
}
|
|
943
|
-
else {
|
|
944
|
-
return this.send(command, optionsOrCb);
|
|
945
|
-
}
|
|
946
|
-
}
|
|
947
|
-
tagResource(args, optionsOrCb, cb) {
|
|
948
|
-
const command = new TagResourceCommand_1.TagResourceCommand(args);
|
|
949
|
-
if (typeof optionsOrCb === "function") {
|
|
950
|
-
this.send(command, optionsOrCb);
|
|
951
|
-
}
|
|
952
|
-
else if (typeof cb === "function") {
|
|
953
|
-
if (typeof optionsOrCb !== "object")
|
|
954
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
955
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
956
|
-
}
|
|
957
|
-
else {
|
|
958
|
-
return this.send(command, optionsOrCb);
|
|
959
|
-
}
|
|
960
|
-
}
|
|
961
|
-
untagResource(args, optionsOrCb, cb) {
|
|
962
|
-
const command = new UntagResourceCommand_1.UntagResourceCommand(args);
|
|
963
|
-
if (typeof optionsOrCb === "function") {
|
|
964
|
-
this.send(command, optionsOrCb);
|
|
965
|
-
}
|
|
966
|
-
else if (typeof cb === "function") {
|
|
967
|
-
if (typeof optionsOrCb !== "object")
|
|
968
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
969
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
970
|
-
}
|
|
971
|
-
else {
|
|
972
|
-
return this.send(command, optionsOrCb);
|
|
973
|
-
}
|
|
974
|
-
}
|
|
975
|
-
updateAccessPolicy(args, optionsOrCb, cb) {
|
|
976
|
-
const command = new UpdateAccessPolicyCommand_1.UpdateAccessPolicyCommand(args);
|
|
977
|
-
if (typeof optionsOrCb === "function") {
|
|
978
|
-
this.send(command, optionsOrCb);
|
|
979
|
-
}
|
|
980
|
-
else if (typeof cb === "function") {
|
|
981
|
-
if (typeof optionsOrCb !== "object")
|
|
982
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
983
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
984
|
-
}
|
|
985
|
-
else {
|
|
986
|
-
return this.send(command, optionsOrCb);
|
|
987
|
-
}
|
|
988
|
-
}
|
|
989
|
-
updateAsset(args, optionsOrCb, cb) {
|
|
990
|
-
const command = new UpdateAssetCommand_1.UpdateAssetCommand(args);
|
|
991
|
-
if (typeof optionsOrCb === "function") {
|
|
992
|
-
this.send(command, optionsOrCb);
|
|
993
|
-
}
|
|
994
|
-
else if (typeof cb === "function") {
|
|
995
|
-
if (typeof optionsOrCb !== "object")
|
|
996
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
997
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
998
|
-
}
|
|
999
|
-
else {
|
|
1000
|
-
return this.send(command, optionsOrCb);
|
|
1001
|
-
}
|
|
1002
|
-
}
|
|
1003
|
-
updateAssetModel(args, optionsOrCb, cb) {
|
|
1004
|
-
const command = new UpdateAssetModelCommand_1.UpdateAssetModelCommand(args);
|
|
1005
|
-
if (typeof optionsOrCb === "function") {
|
|
1006
|
-
this.send(command, optionsOrCb);
|
|
1007
|
-
}
|
|
1008
|
-
else if (typeof cb === "function") {
|
|
1009
|
-
if (typeof optionsOrCb !== "object")
|
|
1010
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1011
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1012
|
-
}
|
|
1013
|
-
else {
|
|
1014
|
-
return this.send(command, optionsOrCb);
|
|
1015
|
-
}
|
|
1016
|
-
}
|
|
1017
|
-
updateAssetProperty(args, optionsOrCb, cb) {
|
|
1018
|
-
const command = new UpdateAssetPropertyCommand_1.UpdateAssetPropertyCommand(args);
|
|
1019
|
-
if (typeof optionsOrCb === "function") {
|
|
1020
|
-
this.send(command, optionsOrCb);
|
|
1021
|
-
}
|
|
1022
|
-
else if (typeof cb === "function") {
|
|
1023
|
-
if (typeof optionsOrCb !== "object")
|
|
1024
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1025
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1026
|
-
}
|
|
1027
|
-
else {
|
|
1028
|
-
return this.send(command, optionsOrCb);
|
|
1029
|
-
}
|
|
1030
|
-
}
|
|
1031
|
-
updateDashboard(args, optionsOrCb, cb) {
|
|
1032
|
-
const command = new UpdateDashboardCommand_1.UpdateDashboardCommand(args);
|
|
1033
|
-
if (typeof optionsOrCb === "function") {
|
|
1034
|
-
this.send(command, optionsOrCb);
|
|
1035
|
-
}
|
|
1036
|
-
else if (typeof cb === "function") {
|
|
1037
|
-
if (typeof optionsOrCb !== "object")
|
|
1038
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1039
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1040
|
-
}
|
|
1041
|
-
else {
|
|
1042
|
-
return this.send(command, optionsOrCb);
|
|
1043
|
-
}
|
|
1044
|
-
}
|
|
1045
|
-
updateGateway(args, optionsOrCb, cb) {
|
|
1046
|
-
const command = new UpdateGatewayCommand_1.UpdateGatewayCommand(args);
|
|
1047
|
-
if (typeof optionsOrCb === "function") {
|
|
1048
|
-
this.send(command, optionsOrCb);
|
|
1049
|
-
}
|
|
1050
|
-
else if (typeof cb === "function") {
|
|
1051
|
-
if (typeof optionsOrCb !== "object")
|
|
1052
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1053
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1054
|
-
}
|
|
1055
|
-
else {
|
|
1056
|
-
return this.send(command, optionsOrCb);
|
|
1057
|
-
}
|
|
1058
|
-
}
|
|
1059
|
-
updateGatewayCapabilityConfiguration(args, optionsOrCb, cb) {
|
|
1060
|
-
const command = new UpdateGatewayCapabilityConfigurationCommand_1.UpdateGatewayCapabilityConfigurationCommand(args);
|
|
1061
|
-
if (typeof optionsOrCb === "function") {
|
|
1062
|
-
this.send(command, optionsOrCb);
|
|
1063
|
-
}
|
|
1064
|
-
else if (typeof cb === "function") {
|
|
1065
|
-
if (typeof optionsOrCb !== "object")
|
|
1066
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1067
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1068
|
-
}
|
|
1069
|
-
else {
|
|
1070
|
-
return this.send(command, optionsOrCb);
|
|
1071
|
-
}
|
|
1072
|
-
}
|
|
1073
|
-
updatePortal(args, optionsOrCb, cb) {
|
|
1074
|
-
const command = new UpdatePortalCommand_1.UpdatePortalCommand(args);
|
|
1075
|
-
if (typeof optionsOrCb === "function") {
|
|
1076
|
-
this.send(command, optionsOrCb);
|
|
1077
|
-
}
|
|
1078
|
-
else if (typeof cb === "function") {
|
|
1079
|
-
if (typeof optionsOrCb !== "object")
|
|
1080
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1081
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1082
|
-
}
|
|
1083
|
-
else {
|
|
1084
|
-
return this.send(command, optionsOrCb);
|
|
1085
|
-
}
|
|
1086
|
-
}
|
|
1087
|
-
updateProject(args, optionsOrCb, cb) {
|
|
1088
|
-
const command = new UpdateProjectCommand_1.UpdateProjectCommand(args);
|
|
1089
|
-
if (typeof optionsOrCb === "function") {
|
|
1090
|
-
this.send(command, optionsOrCb);
|
|
1091
|
-
}
|
|
1092
|
-
else if (typeof cb === "function") {
|
|
1093
|
-
if (typeof optionsOrCb !== "object")
|
|
1094
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1095
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1096
|
-
}
|
|
1097
|
-
else {
|
|
1098
|
-
return this.send(command, optionsOrCb);
|
|
1099
|
-
}
|
|
1100
|
-
}
|
|
1101
155
|
}
|
|
1102
156
|
exports.IoTSiteWise = IoTSiteWise;
|
|
157
|
+
(0, smithy_client_1.createAggregatedClient)(commands, IoTSiteWise);
|