@aws-sdk/client-iotsitewise 3.761.0 → 3.774.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/index.js +151 -165
- package/package.json +7 -7
package/dist-cjs/index.js
CHANGED
|
@@ -19,8 +19,8 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
19
19
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
20
20
|
|
|
21
21
|
// src/index.ts
|
|
22
|
-
var
|
|
23
|
-
__export(
|
|
22
|
+
var index_exports = {};
|
|
23
|
+
__export(index_exports, {
|
|
24
24
|
AccessDeniedException: () => AccessDeniedException,
|
|
25
25
|
AggregateType: () => AggregateType,
|
|
26
26
|
AssetErrorCode: () => AssetErrorCode,
|
|
@@ -224,7 +224,7 @@ __export(src_exports, {
|
|
|
224
224
|
waitUntilPortalActive: () => waitUntilPortalActive,
|
|
225
225
|
waitUntilPortalNotExists: () => waitUntilPortalNotExists
|
|
226
226
|
});
|
|
227
|
-
module.exports = __toCommonJS(
|
|
227
|
+
module.exports = __toCommonJS(index_exports);
|
|
228
228
|
|
|
229
229
|
// src/IoTSiteWiseClient.ts
|
|
230
230
|
var import_middleware_host_header = require("@aws-sdk/middleware-host-header");
|
|
@@ -353,9 +353,9 @@ var IoTSiteWiseClient = class extends import_smithy_client.Client {
|
|
|
353
353
|
this.middlewareStack.use(
|
|
354
354
|
(0, import_core.getHttpAuthSchemeEndpointRuleSetPlugin)(this.config, {
|
|
355
355
|
httpAuthSchemeParametersProvider: import_httpAuthSchemeProvider.defaultIoTSiteWiseHttpAuthSchemeParametersProvider,
|
|
356
|
-
identityProviderConfigProvider: async (config) => new import_core.DefaultIdentityProviderConfig({
|
|
356
|
+
identityProviderConfigProvider: /* @__PURE__ */ __name(async (config) => new import_core.DefaultIdentityProviderConfig({
|
|
357
357
|
"aws.auth#sigv4": config.credentials
|
|
358
|
-
})
|
|
358
|
+
}), "identityProviderConfigProvider")
|
|
359
359
|
})
|
|
360
360
|
);
|
|
361
361
|
this.middlewareStack.use((0, import_core.getHttpSigningPlugin)(this.config));
|
|
@@ -871,24 +871,19 @@ var ValidationException = class _ValidationException extends IoTSiteWiseServiceE
|
|
|
871
871
|
var ResponseStream;
|
|
872
872
|
((ResponseStream3) => {
|
|
873
873
|
ResponseStream3.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
874
|
-
if (value.trace !== void 0)
|
|
875
|
-
|
|
876
|
-
if (value.
|
|
877
|
-
return visitor.output(value.output);
|
|
878
|
-
if (value.accessDeniedException !== void 0)
|
|
879
|
-
return visitor.accessDeniedException(value.accessDeniedException);
|
|
874
|
+
if (value.trace !== void 0) return visitor.trace(value.trace);
|
|
875
|
+
if (value.output !== void 0) return visitor.output(value.output);
|
|
876
|
+
if (value.accessDeniedException !== void 0) return visitor.accessDeniedException(value.accessDeniedException);
|
|
880
877
|
if (value.conflictingOperationException !== void 0)
|
|
881
878
|
return visitor.conflictingOperationException(value.conflictingOperationException);
|
|
882
879
|
if (value.internalFailureException !== void 0)
|
|
883
880
|
return visitor.internalFailureException(value.internalFailureException);
|
|
884
881
|
if (value.invalidRequestException !== void 0)
|
|
885
882
|
return visitor.invalidRequestException(value.invalidRequestException);
|
|
886
|
-
if (value.limitExceededException !== void 0)
|
|
887
|
-
return visitor.limitExceededException(value.limitExceededException);
|
|
883
|
+
if (value.limitExceededException !== void 0) return visitor.limitExceededException(value.limitExceededException);
|
|
888
884
|
if (value.resourceNotFoundException !== void 0)
|
|
889
885
|
return visitor.resourceNotFoundException(value.resourceNotFoundException);
|
|
890
|
-
if (value.throttlingException !== void 0)
|
|
891
|
-
return visitor.throttlingException(value.throttlingException);
|
|
886
|
+
if (value.throttlingException !== void 0) return visitor.throttlingException(value.throttlingException);
|
|
892
887
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
893
888
|
}, "visit");
|
|
894
889
|
})(ResponseStream || (ResponseStream = {}));
|
|
@@ -934,26 +929,17 @@ var InvokeAssistantRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => (
|
|
|
934
929
|
...obj.message && { message: import_smithy_client.SENSITIVE_STRING }
|
|
935
930
|
}), "InvokeAssistantRequestFilterSensitiveLog");
|
|
936
931
|
var ResponseStreamFilterSensitiveLog = /* @__PURE__ */ __name((obj) => {
|
|
937
|
-
if (obj.trace !== void 0)
|
|
938
|
-
|
|
939
|
-
if (obj.
|
|
940
|
-
return { output: obj.output };
|
|
941
|
-
if (obj.accessDeniedException !== void 0)
|
|
942
|
-
return { accessDeniedException: obj.accessDeniedException };
|
|
932
|
+
if (obj.trace !== void 0) return { trace: obj.trace };
|
|
933
|
+
if (obj.output !== void 0) return { output: obj.output };
|
|
934
|
+
if (obj.accessDeniedException !== void 0) return { accessDeniedException: obj.accessDeniedException };
|
|
943
935
|
if (obj.conflictingOperationException !== void 0)
|
|
944
936
|
return { conflictingOperationException: obj.conflictingOperationException };
|
|
945
|
-
if (obj.internalFailureException !== void 0)
|
|
946
|
-
|
|
947
|
-
if (obj.
|
|
948
|
-
|
|
949
|
-
if (obj.
|
|
950
|
-
|
|
951
|
-
if (obj.resourceNotFoundException !== void 0)
|
|
952
|
-
return { resourceNotFoundException: obj.resourceNotFoundException };
|
|
953
|
-
if (obj.throttlingException !== void 0)
|
|
954
|
-
return { throttlingException: obj.throttlingException };
|
|
955
|
-
if (obj.$unknown !== void 0)
|
|
956
|
-
return { [obj.$unknown[0]]: "UNKNOWN" };
|
|
937
|
+
if (obj.internalFailureException !== void 0) return { internalFailureException: obj.internalFailureException };
|
|
938
|
+
if (obj.invalidRequestException !== void 0) return { invalidRequestException: obj.invalidRequestException };
|
|
939
|
+
if (obj.limitExceededException !== void 0) return { limitExceededException: obj.limitExceededException };
|
|
940
|
+
if (obj.resourceNotFoundException !== void 0) return { resourceNotFoundException: obj.resourceNotFoundException };
|
|
941
|
+
if (obj.throttlingException !== void 0) return { throttlingException: obj.throttlingException };
|
|
942
|
+
if (obj.$unknown !== void 0) return { [obj.$unknown[0]]: "UNKNOWN" };
|
|
957
943
|
}, "ResponseStreamFilterSensitiveLog");
|
|
958
944
|
var InvokeAssistantResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
959
945
|
...obj,
|
|
@@ -1092,7 +1078,7 @@ var se_BatchAssociateProjectAssetsCommand = /* @__PURE__ */ __name(async (input,
|
|
|
1092
1078
|
let body;
|
|
1093
1079
|
body = JSON.stringify(
|
|
1094
1080
|
(0, import_smithy_client.take)(input, {
|
|
1095
|
-
assetIds: (_) => (0, import_smithy_client._json)(_),
|
|
1081
|
+
assetIds: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "assetIds"),
|
|
1096
1082
|
clientToken: [true, (_) => _ ?? (0, import_uuid.v4)()]
|
|
1097
1083
|
})
|
|
1098
1084
|
);
|
|
@@ -1117,7 +1103,7 @@ var se_BatchDisassociateProjectAssetsCommand = /* @__PURE__ */ __name(async (inp
|
|
|
1117
1103
|
let body;
|
|
1118
1104
|
body = JSON.stringify(
|
|
1119
1105
|
(0, import_smithy_client.take)(input, {
|
|
1120
|
-
assetIds: (_) => (0, import_smithy_client._json)(_),
|
|
1106
|
+
assetIds: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "assetIds"),
|
|
1121
1107
|
clientToken: [true, (_) => _ ?? (0, import_uuid.v4)()]
|
|
1122
1108
|
})
|
|
1123
1109
|
);
|
|
@@ -1141,7 +1127,7 @@ var se_BatchGetAssetPropertyAggregatesCommand = /* @__PURE__ */ __name(async (in
|
|
|
1141
1127
|
let body;
|
|
1142
1128
|
body = JSON.stringify(
|
|
1143
1129
|
(0, import_smithy_client.take)(input, {
|
|
1144
|
-
entries: (_) => se_BatchGetAssetPropertyAggregatesEntries(_, context),
|
|
1130
|
+
entries: /* @__PURE__ */ __name((_) => se_BatchGetAssetPropertyAggregatesEntries(_, context), "entries"),
|
|
1145
1131
|
maxResults: [],
|
|
1146
1132
|
nextToken: []
|
|
1147
1133
|
})
|
|
@@ -1166,7 +1152,7 @@ var se_BatchGetAssetPropertyValueCommand = /* @__PURE__ */ __name(async (input,
|
|
|
1166
1152
|
let body;
|
|
1167
1153
|
body = JSON.stringify(
|
|
1168
1154
|
(0, import_smithy_client.take)(input, {
|
|
1169
|
-
entries: (_) => (0, import_smithy_client._json)(_),
|
|
1155
|
+
entries: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "entries"),
|
|
1170
1156
|
nextToken: []
|
|
1171
1157
|
})
|
|
1172
1158
|
);
|
|
@@ -1190,7 +1176,7 @@ var se_BatchGetAssetPropertyValueHistoryCommand = /* @__PURE__ */ __name(async (
|
|
|
1190
1176
|
let body;
|
|
1191
1177
|
body = JSON.stringify(
|
|
1192
1178
|
(0, import_smithy_client.take)(input, {
|
|
1193
|
-
entries: (_) => se_BatchGetAssetPropertyValueHistoryEntries(_, context),
|
|
1179
|
+
entries: /* @__PURE__ */ __name((_) => se_BatchGetAssetPropertyValueHistoryEntries(_, context), "entries"),
|
|
1194
1180
|
maxResults: [],
|
|
1195
1181
|
nextToken: []
|
|
1196
1182
|
})
|
|
@@ -1216,7 +1202,7 @@ var se_BatchPutAssetPropertyValueCommand = /* @__PURE__ */ __name(async (input,
|
|
|
1216
1202
|
body = JSON.stringify(
|
|
1217
1203
|
(0, import_smithy_client.take)(input, {
|
|
1218
1204
|
enablePartialEntryProcessing: [],
|
|
1219
|
-
entries: (_) => se_PutAssetPropertyValueEntries(_, context)
|
|
1205
|
+
entries: /* @__PURE__ */ __name((_) => se_PutAssetPropertyValueEntries(_, context), "entries")
|
|
1220
1206
|
})
|
|
1221
1207
|
);
|
|
1222
1208
|
let { hostname: resolvedHostname } = await context.endpoint();
|
|
@@ -1239,11 +1225,11 @@ var se_CreateAccessPolicyCommand = /* @__PURE__ */ __name(async (input, context)
|
|
|
1239
1225
|
let body;
|
|
1240
1226
|
body = JSON.stringify(
|
|
1241
1227
|
(0, import_smithy_client.take)(input, {
|
|
1242
|
-
accessPolicyIdentity: (_) => (0, import_smithy_client._json)(_),
|
|
1228
|
+
accessPolicyIdentity: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "accessPolicyIdentity"),
|
|
1243
1229
|
accessPolicyPermission: [],
|
|
1244
|
-
accessPolicyResource: (_) => (0, import_smithy_client._json)(_),
|
|
1230
|
+
accessPolicyResource: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "accessPolicyResource"),
|
|
1245
1231
|
clientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
1246
|
-
tags: (_) => (0, import_smithy_client._json)(_)
|
|
1232
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags")
|
|
1247
1233
|
})
|
|
1248
1234
|
);
|
|
1249
1235
|
let { hostname: resolvedHostname } = await context.endpoint();
|
|
@@ -1272,7 +1258,7 @@ var se_CreateAssetCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
1272
1258
|
assetModelId: [],
|
|
1273
1259
|
assetName: [],
|
|
1274
1260
|
clientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
1275
|
-
tags: (_) => (0, import_smithy_client._json)(_)
|
|
1261
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags")
|
|
1276
1262
|
})
|
|
1277
1263
|
);
|
|
1278
1264
|
let { hostname: resolvedHostname } = await context.endpoint();
|
|
@@ -1295,16 +1281,16 @@ var se_CreateAssetModelCommand = /* @__PURE__ */ __name(async (input, context) =
|
|
|
1295
1281
|
let body;
|
|
1296
1282
|
body = JSON.stringify(
|
|
1297
1283
|
(0, import_smithy_client.take)(input, {
|
|
1298
|
-
assetModelCompositeModels: (_) => se_AssetModelCompositeModelDefinitions(_, context),
|
|
1284
|
+
assetModelCompositeModels: /* @__PURE__ */ __name((_) => se_AssetModelCompositeModelDefinitions(_, context), "assetModelCompositeModels"),
|
|
1299
1285
|
assetModelDescription: [],
|
|
1300
1286
|
assetModelExternalId: [],
|
|
1301
|
-
assetModelHierarchies: (_) => (0, import_smithy_client._json)(_),
|
|
1287
|
+
assetModelHierarchies: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "assetModelHierarchies"),
|
|
1302
1288
|
assetModelId: [],
|
|
1303
1289
|
assetModelName: [],
|
|
1304
|
-
assetModelProperties: (_) => (0, import_smithy_client._json)(_),
|
|
1290
|
+
assetModelProperties: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "assetModelProperties"),
|
|
1305
1291
|
assetModelType: [],
|
|
1306
1292
|
clientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
1307
|
-
tags: (_) => (0, import_smithy_client._json)(_)
|
|
1293
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags")
|
|
1308
1294
|
})
|
|
1309
1295
|
);
|
|
1310
1296
|
let { hostname: resolvedHostname } = await context.endpoint();
|
|
@@ -1335,7 +1321,7 @@ var se_CreateAssetModelCompositeModelCommand = /* @__PURE__ */ __name(async (inp
|
|
|
1335
1321
|
assetModelCompositeModelExternalId: [],
|
|
1336
1322
|
assetModelCompositeModelId: [],
|
|
1337
1323
|
assetModelCompositeModelName: [],
|
|
1338
|
-
assetModelCompositeModelProperties: (_) => (0, import_smithy_client._json)(_),
|
|
1324
|
+
assetModelCompositeModelProperties: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "assetModelCompositeModelProperties"),
|
|
1339
1325
|
assetModelCompositeModelType: [],
|
|
1340
1326
|
clientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
1341
1327
|
composedAssetModelId: [],
|
|
@@ -1364,9 +1350,9 @@ var se_CreateBulkImportJobCommand = /* @__PURE__ */ __name(async (input, context
|
|
|
1364
1350
|
(0, import_smithy_client.take)(input, {
|
|
1365
1351
|
adaptiveIngestion: [],
|
|
1366
1352
|
deleteFilesAfterImport: [],
|
|
1367
|
-
errorReportLocation: (_) => (0, import_smithy_client._json)(_),
|
|
1368
|
-
files: (_) => (0, import_smithy_client._json)(_),
|
|
1369
|
-
jobConfiguration: (_) => (0, import_smithy_client._json)(_),
|
|
1353
|
+
errorReportLocation: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "errorReportLocation"),
|
|
1354
|
+
files: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "files"),
|
|
1355
|
+
jobConfiguration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "jobConfiguration"),
|
|
1370
1356
|
jobName: [],
|
|
1371
1357
|
jobRoleArn: []
|
|
1372
1358
|
})
|
|
@@ -1396,7 +1382,7 @@ var se_CreateDashboardCommand = /* @__PURE__ */ __name(async (input, context) =>
|
|
|
1396
1382
|
dashboardDescription: [],
|
|
1397
1383
|
dashboardName: [],
|
|
1398
1384
|
projectId: [],
|
|
1399
|
-
tags: (_) => (0, import_smithy_client._json)(_)
|
|
1385
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags")
|
|
1400
1386
|
})
|
|
1401
1387
|
);
|
|
1402
1388
|
let { hostname: resolvedHostname } = await context.endpoint();
|
|
@@ -1423,8 +1409,8 @@ var se_CreateDatasetCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
1423
1409
|
datasetDescription: [],
|
|
1424
1410
|
datasetId: [],
|
|
1425
1411
|
datasetName: [],
|
|
1426
|
-
datasetSource: (_) => (0, import_smithy_client._json)(_),
|
|
1427
|
-
tags: (_) => (0, import_smithy_client._json)(_)
|
|
1412
|
+
datasetSource: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "datasetSource"),
|
|
1413
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags")
|
|
1428
1414
|
})
|
|
1429
1415
|
);
|
|
1430
1416
|
let { hostname: resolvedHostname } = await context.endpoint();
|
|
@@ -1448,9 +1434,9 @@ var se_CreateGatewayCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
1448
1434
|
body = JSON.stringify(
|
|
1449
1435
|
(0, import_smithy_client.take)(input, {
|
|
1450
1436
|
gatewayName: [],
|
|
1451
|
-
gatewayPlatform: (_) => (0, import_smithy_client._json)(_),
|
|
1437
|
+
gatewayPlatform: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "gatewayPlatform"),
|
|
1452
1438
|
gatewayVersion: [],
|
|
1453
|
-
tags: (_) => (0, import_smithy_client._json)(_)
|
|
1439
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags")
|
|
1454
1440
|
})
|
|
1455
1441
|
);
|
|
1456
1442
|
let { hostname: resolvedHostname } = await context.endpoint();
|
|
@@ -1473,18 +1459,18 @@ var se_CreatePortalCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
1473
1459
|
let body;
|
|
1474
1460
|
body = JSON.stringify(
|
|
1475
1461
|
(0, import_smithy_client.take)(input, {
|
|
1476
|
-
alarms: (_) => (0, import_smithy_client._json)(_),
|
|
1462
|
+
alarms: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "alarms"),
|
|
1477
1463
|
clientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
1478
1464
|
notificationSenderEmail: [],
|
|
1479
1465
|
portalAuthMode: [],
|
|
1480
1466
|
portalContactEmail: [],
|
|
1481
1467
|
portalDescription: [],
|
|
1482
|
-
portalLogoImageFile: (_) => se_ImageFile(_, context),
|
|
1468
|
+
portalLogoImageFile: /* @__PURE__ */ __name((_) => se_ImageFile(_, context), "portalLogoImageFile"),
|
|
1483
1469
|
portalName: [],
|
|
1484
1470
|
portalType: [],
|
|
1485
|
-
portalTypeConfiguration: (_) => (0, import_smithy_client._json)(_),
|
|
1471
|
+
portalTypeConfiguration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "portalTypeConfiguration"),
|
|
1486
1472
|
roleArn: [],
|
|
1487
|
-
tags: (_) => (0, import_smithy_client._json)(_)
|
|
1473
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags")
|
|
1488
1474
|
})
|
|
1489
1475
|
);
|
|
1490
1476
|
let { hostname: resolvedHostname } = await context.endpoint();
|
|
@@ -1511,7 +1497,7 @@ var se_CreateProjectCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
1511
1497
|
portalId: [],
|
|
1512
1498
|
projectDescription: [],
|
|
1513
1499
|
projectName: [],
|
|
1514
|
-
tags: (_) => (0, import_smithy_client._json)(_)
|
|
1500
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags")
|
|
1515
1501
|
})
|
|
1516
1502
|
);
|
|
1517
1503
|
let { hostname: resolvedHostname } = await context.endpoint();
|
|
@@ -2124,9 +2110,9 @@ var se_ExecuteActionCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
2124
2110
|
body = JSON.stringify(
|
|
2125
2111
|
(0, import_smithy_client.take)(input, {
|
|
2126
2112
|
actionDefinitionId: [],
|
|
2127
|
-
actionPayload: (_) => (0, import_smithy_client._json)(_),
|
|
2113
|
+
actionPayload: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "actionPayload"),
|
|
2128
2114
|
clientToken: [],
|
|
2129
|
-
targetResource: (_) => (0, import_smithy_client._json)(_)
|
|
2115
|
+
targetResource: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "targetResource")
|
|
2130
2116
|
})
|
|
2131
2117
|
);
|
|
2132
2118
|
let { hostname: resolvedHostname } = await context.endpoint();
|
|
@@ -2743,7 +2729,7 @@ var se_PutLoggingOptionsCommand = /* @__PURE__ */ __name(async (input, context)
|
|
|
2743
2729
|
let body;
|
|
2744
2730
|
body = JSON.stringify(
|
|
2745
2731
|
(0, import_smithy_client.take)(input, {
|
|
2746
|
-
loggingOptions: (_) => (0, import_smithy_client._json)(_)
|
|
2732
|
+
loggingOptions: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "loggingOptions")
|
|
2747
2733
|
})
|
|
2748
2734
|
);
|
|
2749
2735
|
let { hostname: resolvedHostname } = await context.endpoint();
|
|
@@ -2768,11 +2754,11 @@ var se_PutStorageConfigurationCommand = /* @__PURE__ */ __name(async (input, con
|
|
|
2768
2754
|
(0, import_smithy_client.take)(input, {
|
|
2769
2755
|
disallowIngestNullNaN: [],
|
|
2770
2756
|
disassociatedDataStorage: [],
|
|
2771
|
-
multiLayerStorage: (_) => (0, import_smithy_client._json)(_),
|
|
2772
|
-
retentionPeriod: (_) => (0, import_smithy_client._json)(_),
|
|
2757
|
+
multiLayerStorage: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "multiLayerStorage"),
|
|
2758
|
+
retentionPeriod: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "retentionPeriod"),
|
|
2773
2759
|
storageType: [],
|
|
2774
2760
|
warmTier: [],
|
|
2775
|
-
warmTierRetentionPeriod: (_) => (0, import_smithy_client._json)(_)
|
|
2761
|
+
warmTierRetentionPeriod: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "warmTierRetentionPeriod")
|
|
2776
2762
|
})
|
|
2777
2763
|
);
|
|
2778
2764
|
let { hostname: resolvedHostname } = await context.endpoint();
|
|
@@ -2798,7 +2784,7 @@ var se_TagResourceCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
2798
2784
|
let body;
|
|
2799
2785
|
body = JSON.stringify(
|
|
2800
2786
|
(0, import_smithy_client.take)(input, {
|
|
2801
|
-
tags: (_) => (0, import_smithy_client._json)(_)
|
|
2787
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags")
|
|
2802
2788
|
})
|
|
2803
2789
|
);
|
|
2804
2790
|
let { hostname: resolvedHostname } = await context.endpoint();
|
|
@@ -2842,9 +2828,9 @@ var se_UpdateAccessPolicyCommand = /* @__PURE__ */ __name(async (input, context)
|
|
|
2842
2828
|
let body;
|
|
2843
2829
|
body = JSON.stringify(
|
|
2844
2830
|
(0, import_smithy_client.take)(input, {
|
|
2845
|
-
accessPolicyIdentity: (_) => (0, import_smithy_client._json)(_),
|
|
2831
|
+
accessPolicyIdentity: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "accessPolicyIdentity"),
|
|
2846
2832
|
accessPolicyPermission: [],
|
|
2847
|
-
accessPolicyResource: (_) => (0, import_smithy_client._json)(_),
|
|
2833
|
+
accessPolicyResource: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "accessPolicyResource"),
|
|
2848
2834
|
clientToken: [true, (_) => _ ?? (0, import_uuid.v4)()]
|
|
2849
2835
|
})
|
|
2850
2836
|
);
|
|
@@ -2899,12 +2885,12 @@ var se_UpdateAssetModelCommand = /* @__PURE__ */ __name(async (input, context) =
|
|
|
2899
2885
|
let body;
|
|
2900
2886
|
body = JSON.stringify(
|
|
2901
2887
|
(0, import_smithy_client.take)(input, {
|
|
2902
|
-
assetModelCompositeModels: (_) => se_AssetModelCompositeModels(_, context),
|
|
2888
|
+
assetModelCompositeModels: /* @__PURE__ */ __name((_) => se_AssetModelCompositeModels(_, context), "assetModelCompositeModels"),
|
|
2903
2889
|
assetModelDescription: [],
|
|
2904
2890
|
assetModelExternalId: [],
|
|
2905
|
-
assetModelHierarchies: (_) => (0, import_smithy_client._json)(_),
|
|
2891
|
+
assetModelHierarchies: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "assetModelHierarchies"),
|
|
2906
2892
|
assetModelName: [],
|
|
2907
|
-
assetModelProperties: (_) => (0, import_smithy_client._json)(_),
|
|
2893
|
+
assetModelProperties: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "assetModelProperties"),
|
|
2908
2894
|
clientToken: [true, (_) => _ ?? (0, import_uuid.v4)()]
|
|
2909
2895
|
})
|
|
2910
2896
|
);
|
|
@@ -2936,7 +2922,7 @@ var se_UpdateAssetModelCompositeModelCommand = /* @__PURE__ */ __name(async (inp
|
|
|
2936
2922
|
assetModelCompositeModelDescription: [],
|
|
2937
2923
|
assetModelCompositeModelExternalId: [],
|
|
2938
2924
|
assetModelCompositeModelName: [],
|
|
2939
|
-
assetModelCompositeModelProperties: (_) => (0, import_smithy_client._json)(_),
|
|
2925
|
+
assetModelCompositeModelProperties: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "assetModelCompositeModelProperties"),
|
|
2940
2926
|
clientToken: [true, (_) => _ ?? (0, import_uuid.v4)()]
|
|
2941
2927
|
})
|
|
2942
2928
|
);
|
|
@@ -3019,7 +3005,7 @@ var se_UpdateDatasetCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
3019
3005
|
clientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
3020
3006
|
datasetDescription: [],
|
|
3021
3007
|
datasetName: [],
|
|
3022
|
-
datasetSource: (_) => (0, import_smithy_client._json)(_)
|
|
3008
|
+
datasetSource: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "datasetSource")
|
|
3023
3009
|
})
|
|
3024
3010
|
);
|
|
3025
3011
|
let { hostname: resolvedHostname } = await context.endpoint();
|
|
@@ -3092,15 +3078,15 @@ var se_UpdatePortalCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
3092
3078
|
let body;
|
|
3093
3079
|
body = JSON.stringify(
|
|
3094
3080
|
(0, import_smithy_client.take)(input, {
|
|
3095
|
-
alarms: (_) => (0, import_smithy_client._json)(_),
|
|
3081
|
+
alarms: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "alarms"),
|
|
3096
3082
|
clientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
3097
3083
|
notificationSenderEmail: [],
|
|
3098
3084
|
portalContactEmail: [],
|
|
3099
3085
|
portalDescription: [],
|
|
3100
|
-
portalLogoImage: (_) => se_Image(_, context),
|
|
3086
|
+
portalLogoImage: /* @__PURE__ */ __name((_) => se_Image(_, context), "portalLogoImage"),
|
|
3101
3087
|
portalName: [],
|
|
3102
3088
|
portalType: [],
|
|
3103
|
-
portalTypeConfiguration: (_) => (0, import_smithy_client._json)(_),
|
|
3089
|
+
portalTypeConfiguration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "portalTypeConfiguration"),
|
|
3104
3090
|
roleArn: []
|
|
3105
3091
|
})
|
|
3106
3092
|
);
|
|
@@ -3200,8 +3186,8 @@ var de_BatchGetAssetPropertyAggregatesCommand = /* @__PURE__ */ __name(async (ou
|
|
|
3200
3186
|
const doc = (0, import_smithy_client.take)(data, {
|
|
3201
3187
|
errorEntries: import_smithy_client._json,
|
|
3202
3188
|
nextToken: import_smithy_client.expectString,
|
|
3203
|
-
skippedEntries: (_) => de_BatchGetAssetPropertyAggregatesSkippedEntries(_, context),
|
|
3204
|
-
successEntries: (_) => de_BatchGetAssetPropertyAggregatesSuccessEntries(_, context)
|
|
3189
|
+
skippedEntries: /* @__PURE__ */ __name((_) => de_BatchGetAssetPropertyAggregatesSkippedEntries(_, context), "skippedEntries"),
|
|
3190
|
+
successEntries: /* @__PURE__ */ __name((_) => de_BatchGetAssetPropertyAggregatesSuccessEntries(_, context), "successEntries")
|
|
3205
3191
|
});
|
|
3206
3192
|
Object.assign(contents, doc);
|
|
3207
3193
|
return contents;
|
|
@@ -3217,8 +3203,8 @@ var de_BatchGetAssetPropertyValueCommand = /* @__PURE__ */ __name(async (output,
|
|
|
3217
3203
|
const doc = (0, import_smithy_client.take)(data, {
|
|
3218
3204
|
errorEntries: import_smithy_client._json,
|
|
3219
3205
|
nextToken: import_smithy_client.expectString,
|
|
3220
|
-
skippedEntries: (_) => de_BatchGetAssetPropertyValueSkippedEntries(_, context),
|
|
3221
|
-
successEntries: (_) => de_BatchGetAssetPropertyValueSuccessEntries(_, context)
|
|
3206
|
+
skippedEntries: /* @__PURE__ */ __name((_) => de_BatchGetAssetPropertyValueSkippedEntries(_, context), "skippedEntries"),
|
|
3207
|
+
successEntries: /* @__PURE__ */ __name((_) => de_BatchGetAssetPropertyValueSuccessEntries(_, context), "successEntries")
|
|
3222
3208
|
});
|
|
3223
3209
|
Object.assign(contents, doc);
|
|
3224
3210
|
return contents;
|
|
@@ -3234,8 +3220,8 @@ var de_BatchGetAssetPropertyValueHistoryCommand = /* @__PURE__ */ __name(async (
|
|
|
3234
3220
|
const doc = (0, import_smithy_client.take)(data, {
|
|
3235
3221
|
errorEntries: import_smithy_client._json,
|
|
3236
3222
|
nextToken: import_smithy_client.expectString,
|
|
3237
|
-
skippedEntries: (_) => de_BatchGetAssetPropertyValueHistorySkippedEntries(_, context),
|
|
3238
|
-
successEntries: (_) => de_BatchGetAssetPropertyValueHistorySuccessEntries(_, context)
|
|
3223
|
+
skippedEntries: /* @__PURE__ */ __name((_) => de_BatchGetAssetPropertyValueHistorySkippedEntries(_, context), "skippedEntries"),
|
|
3224
|
+
successEntries: /* @__PURE__ */ __name((_) => de_BatchGetAssetPropertyValueHistorySuccessEntries(_, context), "successEntries")
|
|
3239
3225
|
});
|
|
3240
3226
|
Object.assign(contents, doc);
|
|
3241
3227
|
return contents;
|
|
@@ -3542,10 +3528,10 @@ var de_DescribeAccessPolicyCommand = /* @__PURE__ */ __name(async (output, conte
|
|
|
3542
3528
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
3543
3529
|
const doc = (0, import_smithy_client.take)(data, {
|
|
3544
3530
|
accessPolicyArn: import_smithy_client.expectString,
|
|
3545
|
-
accessPolicyCreationDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3531
|
+
accessPolicyCreationDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "accessPolicyCreationDate"),
|
|
3546
3532
|
accessPolicyId: import_smithy_client.expectString,
|
|
3547
3533
|
accessPolicyIdentity: import_smithy_client._json,
|
|
3548
|
-
accessPolicyLastUpdateDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3534
|
+
accessPolicyLastUpdateDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "accessPolicyLastUpdateDate"),
|
|
3549
3535
|
accessPolicyPermission: import_smithy_client.expectString,
|
|
3550
3536
|
accessPolicyResource: import_smithy_client._json
|
|
3551
3537
|
});
|
|
@@ -3564,7 +3550,7 @@ var de_DescribeActionCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
3564
3550
|
actionDefinitionId: import_smithy_client.expectString,
|
|
3565
3551
|
actionId: import_smithy_client.expectString,
|
|
3566
3552
|
actionPayload: import_smithy_client._json,
|
|
3567
|
-
executionTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3553
|
+
executionTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "executionTime"),
|
|
3568
3554
|
targetResource: import_smithy_client._json
|
|
3569
3555
|
});
|
|
3570
3556
|
Object.assign(contents, doc);
|
|
@@ -3582,12 +3568,12 @@ var de_DescribeAssetCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
3582
3568
|
assetArn: import_smithy_client.expectString,
|
|
3583
3569
|
assetCompositeModelSummaries: import_smithy_client._json,
|
|
3584
3570
|
assetCompositeModels: import_smithy_client._json,
|
|
3585
|
-
assetCreationDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3571
|
+
assetCreationDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "assetCreationDate"),
|
|
3586
3572
|
assetDescription: import_smithy_client.expectString,
|
|
3587
3573
|
assetExternalId: import_smithy_client.expectString,
|
|
3588
3574
|
assetHierarchies: import_smithy_client._json,
|
|
3589
3575
|
assetId: import_smithy_client.expectString,
|
|
3590
|
-
assetLastUpdateDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3576
|
+
assetLastUpdateDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "assetLastUpdateDate"),
|
|
3591
3577
|
assetModelId: import_smithy_client.expectString,
|
|
3592
3578
|
assetName: import_smithy_client.expectString,
|
|
3593
3579
|
assetProperties: import_smithy_client._json,
|
|
@@ -3631,13 +3617,13 @@ var de_DescribeAssetModelCommand = /* @__PURE__ */ __name(async (output, context
|
|
|
3631
3617
|
const doc = (0, import_smithy_client.take)(data, {
|
|
3632
3618
|
assetModelArn: import_smithy_client.expectString,
|
|
3633
3619
|
assetModelCompositeModelSummaries: import_smithy_client._json,
|
|
3634
|
-
assetModelCompositeModels: (_) => de_AssetModelCompositeModels(_, context),
|
|
3635
|
-
assetModelCreationDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3620
|
+
assetModelCompositeModels: /* @__PURE__ */ __name((_) => de_AssetModelCompositeModels(_, context), "assetModelCompositeModels"),
|
|
3621
|
+
assetModelCreationDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "assetModelCreationDate"),
|
|
3636
3622
|
assetModelDescription: import_smithy_client.expectString,
|
|
3637
3623
|
assetModelExternalId: import_smithy_client.expectString,
|
|
3638
3624
|
assetModelHierarchies: import_smithy_client._json,
|
|
3639
3625
|
assetModelId: import_smithy_client.expectString,
|
|
3640
|
-
assetModelLastUpdateDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3626
|
+
assetModelLastUpdateDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "assetModelLastUpdateDate"),
|
|
3641
3627
|
assetModelName: import_smithy_client.expectString,
|
|
3642
3628
|
assetModelProperties: import_smithy_client._json,
|
|
3643
3629
|
assetModelStatus: import_smithy_client._json,
|
|
@@ -3704,9 +3690,9 @@ var de_DescribeBulkImportJobCommand = /* @__PURE__ */ __name(async (output, cont
|
|
|
3704
3690
|
errorReportLocation: import_smithy_client._json,
|
|
3705
3691
|
files: import_smithy_client._json,
|
|
3706
3692
|
jobConfiguration: import_smithy_client._json,
|
|
3707
|
-
jobCreationDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3693
|
+
jobCreationDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "jobCreationDate"),
|
|
3708
3694
|
jobId: import_smithy_client.expectString,
|
|
3709
|
-
jobLastUpdateDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3695
|
+
jobLastUpdateDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "jobLastUpdateDate"),
|
|
3710
3696
|
jobName: import_smithy_client.expectString,
|
|
3711
3697
|
jobRoleArn: import_smithy_client.expectString,
|
|
3712
3698
|
jobStatus: import_smithy_client.expectString
|
|
@@ -3724,11 +3710,11 @@ var de_DescribeDashboardCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
3724
3710
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
3725
3711
|
const doc = (0, import_smithy_client.take)(data, {
|
|
3726
3712
|
dashboardArn: import_smithy_client.expectString,
|
|
3727
|
-
dashboardCreationDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3713
|
+
dashboardCreationDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "dashboardCreationDate"),
|
|
3728
3714
|
dashboardDefinition: import_smithy_client.expectString,
|
|
3729
3715
|
dashboardDescription: import_smithy_client.expectString,
|
|
3730
3716
|
dashboardId: import_smithy_client.expectString,
|
|
3731
|
-
dashboardLastUpdateDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3717
|
+
dashboardLastUpdateDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "dashboardLastUpdateDate"),
|
|
3732
3718
|
dashboardName: import_smithy_client.expectString,
|
|
3733
3719
|
projectId: import_smithy_client.expectString
|
|
3734
3720
|
});
|
|
@@ -3745,10 +3731,10 @@ var de_DescribeDatasetCommand = /* @__PURE__ */ __name(async (output, context) =
|
|
|
3745
3731
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
3746
3732
|
const doc = (0, import_smithy_client.take)(data, {
|
|
3747
3733
|
datasetArn: import_smithy_client.expectString,
|
|
3748
|
-
datasetCreationDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3734
|
+
datasetCreationDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "datasetCreationDate"),
|
|
3749
3735
|
datasetDescription: import_smithy_client.expectString,
|
|
3750
3736
|
datasetId: import_smithy_client.expectString,
|
|
3751
|
-
datasetLastUpdateDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3737
|
+
datasetLastUpdateDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "datasetLastUpdateDate"),
|
|
3752
3738
|
datasetName: import_smithy_client.expectString,
|
|
3753
3739
|
datasetSource: import_smithy_client._json,
|
|
3754
3740
|
datasetStatus: import_smithy_client._json,
|
|
@@ -3782,14 +3768,14 @@ var de_DescribeGatewayCommand = /* @__PURE__ */ __name(async (output, context) =
|
|
|
3782
3768
|
});
|
|
3783
3769
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
3784
3770
|
const doc = (0, import_smithy_client.take)(data, {
|
|
3785
|
-
creationDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3771
|
+
creationDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationDate"),
|
|
3786
3772
|
gatewayArn: import_smithy_client.expectString,
|
|
3787
3773
|
gatewayCapabilitySummaries: import_smithy_client._json,
|
|
3788
3774
|
gatewayId: import_smithy_client.expectString,
|
|
3789
3775
|
gatewayName: import_smithy_client.expectString,
|
|
3790
3776
|
gatewayPlatform: import_smithy_client._json,
|
|
3791
3777
|
gatewayVersion: import_smithy_client.expectString,
|
|
3792
|
-
lastUpdateDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
3778
|
+
lastUpdateDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastUpdateDate")
|
|
3793
3779
|
});
|
|
3794
3780
|
Object.assign(contents, doc);
|
|
3795
3781
|
return contents;
|
|
@@ -3840,10 +3826,10 @@ var de_DescribePortalCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
3840
3826
|
portalAuthMode: import_smithy_client.expectString,
|
|
3841
3827
|
portalClientId: import_smithy_client.expectString,
|
|
3842
3828
|
portalContactEmail: import_smithy_client.expectString,
|
|
3843
|
-
portalCreationDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3829
|
+
portalCreationDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "portalCreationDate"),
|
|
3844
3830
|
portalDescription: import_smithy_client.expectString,
|
|
3845
3831
|
portalId: import_smithy_client.expectString,
|
|
3846
|
-
portalLastUpdateDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3832
|
+
portalLastUpdateDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "portalLastUpdateDate"),
|
|
3847
3833
|
portalLogoImageLocation: import_smithy_client._json,
|
|
3848
3834
|
portalName: import_smithy_client.expectString,
|
|
3849
3835
|
portalStartUrl: import_smithy_client.expectString,
|
|
@@ -3866,10 +3852,10 @@ var de_DescribeProjectCommand = /* @__PURE__ */ __name(async (output, context) =
|
|
|
3866
3852
|
const doc = (0, import_smithy_client.take)(data, {
|
|
3867
3853
|
portalId: import_smithy_client.expectString,
|
|
3868
3854
|
projectArn: import_smithy_client.expectString,
|
|
3869
|
-
projectCreationDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3855
|
+
projectCreationDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "projectCreationDate"),
|
|
3870
3856
|
projectDescription: import_smithy_client.expectString,
|
|
3871
3857
|
projectId: import_smithy_client.expectString,
|
|
3872
|
-
projectLastUpdateDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3858
|
+
projectLastUpdateDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "projectLastUpdateDate"),
|
|
3873
3859
|
projectName: import_smithy_client.expectString
|
|
3874
3860
|
});
|
|
3875
3861
|
Object.assign(contents, doc);
|
|
@@ -3887,7 +3873,7 @@ var de_DescribeStorageConfigurationCommand = /* @__PURE__ */ __name(async (outpu
|
|
|
3887
3873
|
configurationStatus: import_smithy_client._json,
|
|
3888
3874
|
disallowIngestNullNaN: import_smithy_client.expectBoolean,
|
|
3889
3875
|
disassociatedDataStorage: import_smithy_client.expectString,
|
|
3890
|
-
lastUpdateDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3876
|
+
lastUpdateDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastUpdateDate"),
|
|
3891
3877
|
multiLayerStorage: import_smithy_client._json,
|
|
3892
3878
|
retentionPeriod: import_smithy_client._json,
|
|
3893
3879
|
storageType: import_smithy_client.expectString,
|
|
@@ -3912,9 +3898,9 @@ var de_DescribeTimeSeriesCommand = /* @__PURE__ */ __name(async (output, context
|
|
|
3912
3898
|
dataTypeSpec: import_smithy_client.expectString,
|
|
3913
3899
|
propertyId: import_smithy_client.expectString,
|
|
3914
3900
|
timeSeriesArn: import_smithy_client.expectString,
|
|
3915
|
-
timeSeriesCreationDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3901
|
+
timeSeriesCreationDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "timeSeriesCreationDate"),
|
|
3916
3902
|
timeSeriesId: import_smithy_client.expectString,
|
|
3917
|
-
timeSeriesLastUpdateDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
3903
|
+
timeSeriesLastUpdateDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "timeSeriesLastUpdateDate")
|
|
3918
3904
|
});
|
|
3919
3905
|
Object.assign(contents, doc);
|
|
3920
3906
|
return contents;
|
|
@@ -3964,7 +3950,7 @@ var de_ExecuteQueryCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
3964
3950
|
const doc = (0, import_smithy_client.take)(data, {
|
|
3965
3951
|
columns: import_smithy_client._json,
|
|
3966
3952
|
nextToken: import_smithy_client.expectString,
|
|
3967
|
-
rows: (_) => de_Rows(_, context)
|
|
3953
|
+
rows: /* @__PURE__ */ __name((_) => de_Rows(_, context), "rows")
|
|
3968
3954
|
});
|
|
3969
3955
|
Object.assign(contents, doc);
|
|
3970
3956
|
return contents;
|
|
@@ -3978,7 +3964,7 @@ var de_GetAssetPropertyAggregatesCommand = /* @__PURE__ */ __name(async (output,
|
|
|
3978
3964
|
});
|
|
3979
3965
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
3980
3966
|
const doc = (0, import_smithy_client.take)(data, {
|
|
3981
|
-
aggregatedValues: (_) => de_AggregatedValues(_, context),
|
|
3967
|
+
aggregatedValues: /* @__PURE__ */ __name((_) => de_AggregatedValues(_, context), "aggregatedValues"),
|
|
3982
3968
|
nextToken: import_smithy_client.expectString
|
|
3983
3969
|
});
|
|
3984
3970
|
Object.assign(contents, doc);
|
|
@@ -3993,7 +3979,7 @@ var de_GetAssetPropertyValueCommand = /* @__PURE__ */ __name(async (output, cont
|
|
|
3993
3979
|
});
|
|
3994
3980
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
3995
3981
|
const doc = (0, import_smithy_client.take)(data, {
|
|
3996
|
-
propertyValue: (_) => de_AssetPropertyValue(_, context)
|
|
3982
|
+
propertyValue: /* @__PURE__ */ __name((_) => de_AssetPropertyValue(_, context), "propertyValue")
|
|
3997
3983
|
});
|
|
3998
3984
|
Object.assign(contents, doc);
|
|
3999
3985
|
return contents;
|
|
@@ -4007,7 +3993,7 @@ var de_GetAssetPropertyValueHistoryCommand = /* @__PURE__ */ __name(async (outpu
|
|
|
4007
3993
|
});
|
|
4008
3994
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
4009
3995
|
const doc = (0, import_smithy_client.take)(data, {
|
|
4010
|
-
assetPropertyValueHistory: (_) => de_AssetPropertyValueHistory(_, context),
|
|
3996
|
+
assetPropertyValueHistory: /* @__PURE__ */ __name((_) => de_AssetPropertyValueHistory(_, context), "assetPropertyValueHistory"),
|
|
4011
3997
|
nextToken: import_smithy_client.expectString
|
|
4012
3998
|
});
|
|
4013
3999
|
Object.assign(contents, doc);
|
|
@@ -4022,7 +4008,7 @@ var de_GetInterpolatedAssetPropertyValuesCommand = /* @__PURE__ */ __name(async
|
|
|
4022
4008
|
});
|
|
4023
4009
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
4024
4010
|
const doc = (0, import_smithy_client.take)(data, {
|
|
4025
|
-
interpolatedAssetPropertyValues: (_) => de_InterpolatedAssetPropertyValues(_, context),
|
|
4011
|
+
interpolatedAssetPropertyValues: /* @__PURE__ */ __name((_) => de_InterpolatedAssetPropertyValues(_, context), "interpolatedAssetPropertyValues"),
|
|
4026
4012
|
nextToken: import_smithy_client.expectString
|
|
4027
4013
|
});
|
|
4028
4014
|
Object.assign(contents, doc);
|
|
@@ -4049,7 +4035,7 @@ var de_ListAccessPoliciesCommand = /* @__PURE__ */ __name(async (output, context
|
|
|
4049
4035
|
});
|
|
4050
4036
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
4051
4037
|
const doc = (0, import_smithy_client.take)(data, {
|
|
4052
|
-
accessPolicySummaries: (_) => de_AccessPolicySummaries(_, context),
|
|
4038
|
+
accessPolicySummaries: /* @__PURE__ */ __name((_) => de_AccessPolicySummaries(_, context), "accessPolicySummaries"),
|
|
4053
4039
|
nextToken: import_smithy_client.expectString
|
|
4054
4040
|
});
|
|
4055
4041
|
Object.assign(contents, doc);
|
|
@@ -4109,7 +4095,7 @@ var de_ListAssetModelsCommand = /* @__PURE__ */ __name(async (output, context) =
|
|
|
4109
4095
|
});
|
|
4110
4096
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
4111
4097
|
const doc = (0, import_smithy_client.take)(data, {
|
|
4112
|
-
assetModelSummaries: (_) => de_AssetModelSummaries(_, context),
|
|
4098
|
+
assetModelSummaries: /* @__PURE__ */ __name((_) => de_AssetModelSummaries(_, context), "assetModelSummaries"),
|
|
4113
4099
|
nextToken: import_smithy_client.expectString
|
|
4114
4100
|
});
|
|
4115
4101
|
Object.assign(contents, doc);
|
|
@@ -4154,7 +4140,7 @@ var de_ListAssetsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
4154
4140
|
});
|
|
4155
4141
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
4156
4142
|
const doc = (0, import_smithy_client.take)(data, {
|
|
4157
|
-
assetSummaries: (_) => de_AssetSummaries(_, context),
|
|
4143
|
+
assetSummaries: /* @__PURE__ */ __name((_) => de_AssetSummaries(_, context), "assetSummaries"),
|
|
4158
4144
|
nextToken: import_smithy_client.expectString
|
|
4159
4145
|
});
|
|
4160
4146
|
Object.assign(contents, doc);
|
|
@@ -4169,7 +4155,7 @@ var de_ListAssociatedAssetsCommand = /* @__PURE__ */ __name(async (output, conte
|
|
|
4169
4155
|
});
|
|
4170
4156
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
4171
4157
|
const doc = (0, import_smithy_client.take)(data, {
|
|
4172
|
-
assetSummaries: (_) => de_AssociatedAssetsSummaries(_, context),
|
|
4158
|
+
assetSummaries: /* @__PURE__ */ __name((_) => de_AssociatedAssetsSummaries(_, context), "assetSummaries"),
|
|
4173
4159
|
nextToken: import_smithy_client.expectString
|
|
4174
4160
|
});
|
|
4175
4161
|
Object.assign(contents, doc);
|
|
@@ -4214,7 +4200,7 @@ var de_ListDashboardsCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
4214
4200
|
});
|
|
4215
4201
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
4216
4202
|
const doc = (0, import_smithy_client.take)(data, {
|
|
4217
|
-
dashboardSummaries: (_) => de_DashboardSummaries(_, context),
|
|
4203
|
+
dashboardSummaries: /* @__PURE__ */ __name((_) => de_DashboardSummaries(_, context), "dashboardSummaries"),
|
|
4218
4204
|
nextToken: import_smithy_client.expectString
|
|
4219
4205
|
});
|
|
4220
4206
|
Object.assign(contents, doc);
|
|
@@ -4229,7 +4215,7 @@ var de_ListDatasetsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
4229
4215
|
});
|
|
4230
4216
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
4231
4217
|
const doc = (0, import_smithy_client.take)(data, {
|
|
4232
|
-
datasetSummaries: (_) => de_DatasetSummaries(_, context),
|
|
4218
|
+
datasetSummaries: /* @__PURE__ */ __name((_) => de_DatasetSummaries(_, context), "datasetSummaries"),
|
|
4233
4219
|
nextToken: import_smithy_client.expectString
|
|
4234
4220
|
});
|
|
4235
4221
|
Object.assign(contents, doc);
|
|
@@ -4244,7 +4230,7 @@ var de_ListGatewaysCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
4244
4230
|
});
|
|
4245
4231
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
4246
4232
|
const doc = (0, import_smithy_client.take)(data, {
|
|
4247
|
-
gatewaySummaries: (_) => de_GatewaySummaries(_, context),
|
|
4233
|
+
gatewaySummaries: /* @__PURE__ */ __name((_) => de_GatewaySummaries(_, context), "gatewaySummaries"),
|
|
4248
4234
|
nextToken: import_smithy_client.expectString
|
|
4249
4235
|
});
|
|
4250
4236
|
Object.assign(contents, doc);
|
|
@@ -4260,7 +4246,7 @@ var de_ListPortalsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
4260
4246
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
4261
4247
|
const doc = (0, import_smithy_client.take)(data, {
|
|
4262
4248
|
nextToken: import_smithy_client.expectString,
|
|
4263
|
-
portalSummaries: (_) => de_PortalSummaries(_, context)
|
|
4249
|
+
portalSummaries: /* @__PURE__ */ __name((_) => de_PortalSummaries(_, context), "portalSummaries")
|
|
4264
4250
|
});
|
|
4265
4251
|
Object.assign(contents, doc);
|
|
4266
4252
|
return contents;
|
|
@@ -4290,7 +4276,7 @@ var de_ListProjectsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
4290
4276
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
4291
4277
|
const doc = (0, import_smithy_client.take)(data, {
|
|
4292
4278
|
nextToken: import_smithy_client.expectString,
|
|
4293
|
-
projectSummaries: (_) => de_ProjectSummaries(_, context)
|
|
4279
|
+
projectSummaries: /* @__PURE__ */ __name((_) => de_ProjectSummaries(_, context), "projectSummaries")
|
|
4294
4280
|
});
|
|
4295
4281
|
Object.assign(contents, doc);
|
|
4296
4282
|
return contents;
|
|
@@ -4318,7 +4304,7 @@ var de_ListTimeSeriesCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
4318
4304
|
});
|
|
4319
4305
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
4320
4306
|
const doc = (0, import_smithy_client.take)(data, {
|
|
4321
|
-
TimeSeriesSummaries: (_) => de_TimeSeriesSummaries(_, context),
|
|
4307
|
+
TimeSeriesSummaries: /* @__PURE__ */ __name((_) => de_TimeSeriesSummaries(_, context), "TimeSeriesSummaries"),
|
|
4322
4308
|
nextToken: import_smithy_client.expectString
|
|
4323
4309
|
});
|
|
4324
4310
|
Object.assign(contents, doc);
|
|
@@ -4908,7 +4894,7 @@ var se_AssetPropertyValue = /* @__PURE__ */ __name((input, context) => {
|
|
|
4908
4894
|
return (0, import_smithy_client.take)(input, {
|
|
4909
4895
|
quality: [],
|
|
4910
4896
|
timestamp: import_smithy_client._json,
|
|
4911
|
-
value: (_) => se_Variant(_, context)
|
|
4897
|
+
value: /* @__PURE__ */ __name((_) => se_Variant(_, context), "value")
|
|
4912
4898
|
});
|
|
4913
4899
|
}, "se_AssetPropertyValue");
|
|
4914
4900
|
var se_AssetPropertyValues = /* @__PURE__ */ __name((input, context) => {
|
|
@@ -4925,13 +4911,13 @@ var se_BatchGetAssetPropertyAggregatesEntry = /* @__PURE__ */ __name((input, con
|
|
|
4925
4911
|
return (0, import_smithy_client.take)(input, {
|
|
4926
4912
|
aggregateTypes: import_smithy_client._json,
|
|
4927
4913
|
assetId: [],
|
|
4928
|
-
endDate: (_) => _.getTime() / 1e3,
|
|
4914
|
+
endDate: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "endDate"),
|
|
4929
4915
|
entryId: [],
|
|
4930
4916
|
propertyAlias: [],
|
|
4931
4917
|
propertyId: [],
|
|
4932
4918
|
qualities: import_smithy_client._json,
|
|
4933
4919
|
resolution: [],
|
|
4934
|
-
startDate: (_) => _.getTime() / 1e3,
|
|
4920
|
+
startDate: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "startDate"),
|
|
4935
4921
|
timeOrdering: []
|
|
4936
4922
|
});
|
|
4937
4923
|
}, "se_BatchGetAssetPropertyAggregatesEntry");
|
|
@@ -4943,18 +4929,18 @@ var se_BatchGetAssetPropertyValueHistoryEntries = /* @__PURE__ */ __name((input,
|
|
|
4943
4929
|
var se_BatchGetAssetPropertyValueHistoryEntry = /* @__PURE__ */ __name((input, context) => {
|
|
4944
4930
|
return (0, import_smithy_client.take)(input, {
|
|
4945
4931
|
assetId: [],
|
|
4946
|
-
endDate: (_) => _.getTime() / 1e3,
|
|
4932
|
+
endDate: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "endDate"),
|
|
4947
4933
|
entryId: [],
|
|
4948
4934
|
propertyAlias: [],
|
|
4949
4935
|
propertyId: [],
|
|
4950
4936
|
qualities: import_smithy_client._json,
|
|
4951
|
-
startDate: (_) => _.getTime() / 1e3,
|
|
4937
|
+
startDate: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "startDate"),
|
|
4952
4938
|
timeOrdering: []
|
|
4953
4939
|
});
|
|
4954
4940
|
}, "se_BatchGetAssetPropertyValueHistoryEntry");
|
|
4955
4941
|
var se_Image = /* @__PURE__ */ __name((input, context) => {
|
|
4956
4942
|
return (0, import_smithy_client.take)(input, {
|
|
4957
|
-
file: (_) => se_ImageFile(_, context),
|
|
4943
|
+
file: /* @__PURE__ */ __name((_) => se_ImageFile(_, context), "file"),
|
|
4958
4944
|
id: []
|
|
4959
4945
|
});
|
|
4960
4946
|
}, "se_Image");
|
|
@@ -4975,7 +4961,7 @@ var se_PutAssetPropertyValueEntry = /* @__PURE__ */ __name((input, context) => {
|
|
|
4975
4961
|
entryId: [],
|
|
4976
4962
|
propertyAlias: [],
|
|
4977
4963
|
propertyId: [],
|
|
4978
|
-
propertyValues: (_) => se_AssetPropertyValues(_, context)
|
|
4964
|
+
propertyValues: /* @__PURE__ */ __name((_) => se_AssetPropertyValues(_, context), "propertyValues")
|
|
4979
4965
|
});
|
|
4980
4966
|
}, "se_PutAssetPropertyValueEntry");
|
|
4981
4967
|
var se_Variant = /* @__PURE__ */ __name((input, context) => {
|
|
@@ -4995,10 +4981,10 @@ var de_AccessPolicySummaries = /* @__PURE__ */ __name((output, context) => {
|
|
|
4995
4981
|
}, "de_AccessPolicySummaries");
|
|
4996
4982
|
var de_AccessPolicySummary = /* @__PURE__ */ __name((output, context) => {
|
|
4997
4983
|
return (0, import_smithy_client.take)(output, {
|
|
4998
|
-
creationDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
4984
|
+
creationDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationDate"),
|
|
4999
4985
|
id: import_smithy_client.expectString,
|
|
5000
4986
|
identity: import_smithy_client._json,
|
|
5001
|
-
lastUpdateDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
4987
|
+
lastUpdateDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastUpdateDate"),
|
|
5002
4988
|
permission: import_smithy_client.expectString,
|
|
5003
4989
|
resource: import_smithy_client._json
|
|
5004
4990
|
});
|
|
@@ -5006,8 +4992,8 @@ var de_AccessPolicySummary = /* @__PURE__ */ __name((output, context) => {
|
|
|
5006
4992
|
var de_AggregatedValue = /* @__PURE__ */ __name((output, context) => {
|
|
5007
4993
|
return (0, import_smithy_client.take)(output, {
|
|
5008
4994
|
quality: import_smithy_client.expectString,
|
|
5009
|
-
timestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
5010
|
-
value: (_) => de_Aggregates(_, context)
|
|
4995
|
+
timestamp: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "timestamp"),
|
|
4996
|
+
value: /* @__PURE__ */ __name((_) => de_Aggregates(_, context), "value")
|
|
5011
4997
|
});
|
|
5012
4998
|
}, "de_AggregatedValue");
|
|
5013
4999
|
var de_AggregatedValues = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -5042,11 +5028,11 @@ var de_AssetModelSummary = /* @__PURE__ */ __name((output, context) => {
|
|
|
5042
5028
|
return (0, import_smithy_client.take)(output, {
|
|
5043
5029
|
arn: import_smithy_client.expectString,
|
|
5044
5030
|
assetModelType: import_smithy_client.expectString,
|
|
5045
|
-
creationDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
5031
|
+
creationDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationDate"),
|
|
5046
5032
|
description: import_smithy_client.expectString,
|
|
5047
5033
|
externalId: import_smithy_client.expectString,
|
|
5048
5034
|
id: import_smithy_client.expectString,
|
|
5049
|
-
lastUpdateDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
5035
|
+
lastUpdateDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastUpdateDate"),
|
|
5050
5036
|
name: import_smithy_client.expectString,
|
|
5051
5037
|
status: import_smithy_client._json,
|
|
5052
5038
|
version: import_smithy_client.expectString
|
|
@@ -5056,7 +5042,7 @@ var de_AssetPropertyValue = /* @__PURE__ */ __name((output, context) => {
|
|
|
5056
5042
|
return (0, import_smithy_client.take)(output, {
|
|
5057
5043
|
quality: import_smithy_client.expectString,
|
|
5058
5044
|
timestamp: import_smithy_client._json,
|
|
5059
|
-
value: (_) => de_Variant(_, context)
|
|
5045
|
+
value: /* @__PURE__ */ __name((_) => de_Variant(_, context), "value")
|
|
5060
5046
|
});
|
|
5061
5047
|
}, "de_AssetPropertyValue");
|
|
5062
5048
|
var de_AssetPropertyValueHistory = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -5075,12 +5061,12 @@ var de_AssetSummary = /* @__PURE__ */ __name((output, context) => {
|
|
|
5075
5061
|
return (0, import_smithy_client.take)(output, {
|
|
5076
5062
|
arn: import_smithy_client.expectString,
|
|
5077
5063
|
assetModelId: import_smithy_client.expectString,
|
|
5078
|
-
creationDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
5064
|
+
creationDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationDate"),
|
|
5079
5065
|
description: import_smithy_client.expectString,
|
|
5080
5066
|
externalId: import_smithy_client.expectString,
|
|
5081
5067
|
hierarchies: import_smithy_client._json,
|
|
5082
5068
|
id: import_smithy_client.expectString,
|
|
5083
|
-
lastUpdateDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
5069
|
+
lastUpdateDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastUpdateDate"),
|
|
5084
5070
|
name: import_smithy_client.expectString,
|
|
5085
5071
|
status: import_smithy_client._json
|
|
5086
5072
|
});
|
|
@@ -5095,12 +5081,12 @@ var de_AssociatedAssetsSummary = /* @__PURE__ */ __name((output, context) => {
|
|
|
5095
5081
|
return (0, import_smithy_client.take)(output, {
|
|
5096
5082
|
arn: import_smithy_client.expectString,
|
|
5097
5083
|
assetModelId: import_smithy_client.expectString,
|
|
5098
|
-
creationDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
5084
|
+
creationDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationDate"),
|
|
5099
5085
|
description: import_smithy_client.expectString,
|
|
5100
5086
|
externalId: import_smithy_client.expectString,
|
|
5101
5087
|
hierarchies: import_smithy_client._json,
|
|
5102
5088
|
id: import_smithy_client.expectString,
|
|
5103
|
-
lastUpdateDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
5089
|
+
lastUpdateDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastUpdateDate"),
|
|
5104
5090
|
name: import_smithy_client.expectString,
|
|
5105
5091
|
status: import_smithy_client._json
|
|
5106
5092
|
});
|
|
@@ -5108,7 +5094,7 @@ var de_AssociatedAssetsSummary = /* @__PURE__ */ __name((output, context) => {
|
|
|
5108
5094
|
var de_BatchGetAssetPropertyAggregatesErrorInfo = /* @__PURE__ */ __name((output, context) => {
|
|
5109
5095
|
return (0, import_smithy_client.take)(output, {
|
|
5110
5096
|
errorCode: import_smithy_client.expectString,
|
|
5111
|
-
errorTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
5097
|
+
errorTimestamp: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "errorTimestamp")
|
|
5112
5098
|
});
|
|
5113
5099
|
}, "de_BatchGetAssetPropertyAggregatesErrorInfo");
|
|
5114
5100
|
var de_BatchGetAssetPropertyAggregatesSkippedEntries = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -5121,7 +5107,7 @@ var de_BatchGetAssetPropertyAggregatesSkippedEntry = /* @__PURE__ */ __name((out
|
|
|
5121
5107
|
return (0, import_smithy_client.take)(output, {
|
|
5122
5108
|
completionStatus: import_smithy_client.expectString,
|
|
5123
5109
|
entryId: import_smithy_client.expectString,
|
|
5124
|
-
errorInfo: (_) => de_BatchGetAssetPropertyAggregatesErrorInfo(_, context)
|
|
5110
|
+
errorInfo: /* @__PURE__ */ __name((_) => de_BatchGetAssetPropertyAggregatesErrorInfo(_, context), "errorInfo")
|
|
5125
5111
|
});
|
|
5126
5112
|
}, "de_BatchGetAssetPropertyAggregatesSkippedEntry");
|
|
5127
5113
|
var de_BatchGetAssetPropertyAggregatesSuccessEntries = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -5132,20 +5118,20 @@ var de_BatchGetAssetPropertyAggregatesSuccessEntries = /* @__PURE__ */ __name((o
|
|
|
5132
5118
|
}, "de_BatchGetAssetPropertyAggregatesSuccessEntries");
|
|
5133
5119
|
var de_BatchGetAssetPropertyAggregatesSuccessEntry = /* @__PURE__ */ __name((output, context) => {
|
|
5134
5120
|
return (0, import_smithy_client.take)(output, {
|
|
5135
|
-
aggregatedValues: (_) => de_AggregatedValues(_, context),
|
|
5121
|
+
aggregatedValues: /* @__PURE__ */ __name((_) => de_AggregatedValues(_, context), "aggregatedValues"),
|
|
5136
5122
|
entryId: import_smithy_client.expectString
|
|
5137
5123
|
});
|
|
5138
5124
|
}, "de_BatchGetAssetPropertyAggregatesSuccessEntry");
|
|
5139
5125
|
var de_BatchGetAssetPropertyValueErrorInfo = /* @__PURE__ */ __name((output, context) => {
|
|
5140
5126
|
return (0, import_smithy_client.take)(output, {
|
|
5141
5127
|
errorCode: import_smithy_client.expectString,
|
|
5142
|
-
errorTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
5128
|
+
errorTimestamp: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "errorTimestamp")
|
|
5143
5129
|
});
|
|
5144
5130
|
}, "de_BatchGetAssetPropertyValueErrorInfo");
|
|
5145
5131
|
var de_BatchGetAssetPropertyValueHistoryErrorInfo = /* @__PURE__ */ __name((output, context) => {
|
|
5146
5132
|
return (0, import_smithy_client.take)(output, {
|
|
5147
5133
|
errorCode: import_smithy_client.expectString,
|
|
5148
|
-
errorTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
5134
|
+
errorTimestamp: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "errorTimestamp")
|
|
5149
5135
|
});
|
|
5150
5136
|
}, "de_BatchGetAssetPropertyValueHistoryErrorInfo");
|
|
5151
5137
|
var de_BatchGetAssetPropertyValueHistorySkippedEntries = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -5158,7 +5144,7 @@ var de_BatchGetAssetPropertyValueHistorySkippedEntry = /* @__PURE__ */ __name((o
|
|
|
5158
5144
|
return (0, import_smithy_client.take)(output, {
|
|
5159
5145
|
completionStatus: import_smithy_client.expectString,
|
|
5160
5146
|
entryId: import_smithy_client.expectString,
|
|
5161
|
-
errorInfo: (_) => de_BatchGetAssetPropertyValueHistoryErrorInfo(_, context)
|
|
5147
|
+
errorInfo: /* @__PURE__ */ __name((_) => de_BatchGetAssetPropertyValueHistoryErrorInfo(_, context), "errorInfo")
|
|
5162
5148
|
});
|
|
5163
5149
|
}, "de_BatchGetAssetPropertyValueHistorySkippedEntry");
|
|
5164
5150
|
var de_BatchGetAssetPropertyValueHistorySuccessEntries = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -5169,7 +5155,7 @@ var de_BatchGetAssetPropertyValueHistorySuccessEntries = /* @__PURE__ */ __name(
|
|
|
5169
5155
|
}, "de_BatchGetAssetPropertyValueHistorySuccessEntries");
|
|
5170
5156
|
var de_BatchGetAssetPropertyValueHistorySuccessEntry = /* @__PURE__ */ __name((output, context) => {
|
|
5171
5157
|
return (0, import_smithy_client.take)(output, {
|
|
5172
|
-
assetPropertyValueHistory: (_) => de_AssetPropertyValueHistory(_, context),
|
|
5158
|
+
assetPropertyValueHistory: /* @__PURE__ */ __name((_) => de_AssetPropertyValueHistory(_, context), "assetPropertyValueHistory"),
|
|
5173
5159
|
entryId: import_smithy_client.expectString
|
|
5174
5160
|
});
|
|
5175
5161
|
}, "de_BatchGetAssetPropertyValueHistorySuccessEntry");
|
|
@@ -5183,7 +5169,7 @@ var de_BatchGetAssetPropertyValueSkippedEntry = /* @__PURE__ */ __name((output,
|
|
|
5183
5169
|
return (0, import_smithy_client.take)(output, {
|
|
5184
5170
|
completionStatus: import_smithy_client.expectString,
|
|
5185
5171
|
entryId: import_smithy_client.expectString,
|
|
5186
|
-
errorInfo: (_) => de_BatchGetAssetPropertyValueErrorInfo(_, context)
|
|
5172
|
+
errorInfo: /* @__PURE__ */ __name((_) => de_BatchGetAssetPropertyValueErrorInfo(_, context), "errorInfo")
|
|
5187
5173
|
});
|
|
5188
5174
|
}, "de_BatchGetAssetPropertyValueSkippedEntry");
|
|
5189
5175
|
var de_BatchGetAssetPropertyValueSuccessEntries = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -5194,7 +5180,7 @@ var de_BatchGetAssetPropertyValueSuccessEntries = /* @__PURE__ */ __name((output
|
|
|
5194
5180
|
}, "de_BatchGetAssetPropertyValueSuccessEntries");
|
|
5195
5181
|
var de_BatchGetAssetPropertyValueSuccessEntry = /* @__PURE__ */ __name((output, context) => {
|
|
5196
5182
|
return (0, import_smithy_client.take)(output, {
|
|
5197
|
-
assetPropertyValue: (_) => de_AssetPropertyValue(_, context),
|
|
5183
|
+
assetPropertyValue: /* @__PURE__ */ __name((_) => de_AssetPropertyValue(_, context), "assetPropertyValue"),
|
|
5198
5184
|
entryId: import_smithy_client.expectString
|
|
5199
5185
|
});
|
|
5200
5186
|
}, "de_BatchGetAssetPropertyValueSuccessEntry");
|
|
@@ -5206,10 +5192,10 @@ var de_DashboardSummaries = /* @__PURE__ */ __name((output, context) => {
|
|
|
5206
5192
|
}, "de_DashboardSummaries");
|
|
5207
5193
|
var de_DashboardSummary = /* @__PURE__ */ __name((output, context) => {
|
|
5208
5194
|
return (0, import_smithy_client.take)(output, {
|
|
5209
|
-
creationDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
5195
|
+
creationDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationDate"),
|
|
5210
5196
|
description: import_smithy_client.expectString,
|
|
5211
5197
|
id: import_smithy_client.expectString,
|
|
5212
|
-
lastUpdateDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
5198
|
+
lastUpdateDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastUpdateDate"),
|
|
5213
5199
|
name: import_smithy_client.expectString
|
|
5214
5200
|
});
|
|
5215
5201
|
}, "de_DashboardSummary");
|
|
@@ -5222,19 +5208,19 @@ var de_DatasetSummaries = /* @__PURE__ */ __name((output, context) => {
|
|
|
5222
5208
|
var de_DatasetSummary = /* @__PURE__ */ __name((output, context) => {
|
|
5223
5209
|
return (0, import_smithy_client.take)(output, {
|
|
5224
5210
|
arn: import_smithy_client.expectString,
|
|
5225
|
-
creationDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
5211
|
+
creationDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationDate"),
|
|
5226
5212
|
description: import_smithy_client.expectString,
|
|
5227
5213
|
id: import_smithy_client.expectString,
|
|
5228
|
-
lastUpdateDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
5214
|
+
lastUpdateDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastUpdateDate"),
|
|
5229
5215
|
name: import_smithy_client.expectString,
|
|
5230
5216
|
status: import_smithy_client._json
|
|
5231
5217
|
});
|
|
5232
5218
|
}, "de_DatasetSummary");
|
|
5233
5219
|
var de_Datum = /* @__PURE__ */ __name((output, context) => {
|
|
5234
5220
|
return (0, import_smithy_client.take)(output, {
|
|
5235
|
-
arrayValue: (_) => de_DatumList(_, context),
|
|
5221
|
+
arrayValue: /* @__PURE__ */ __name((_) => de_DatumList(_, context), "arrayValue"),
|
|
5236
5222
|
nullValue: import_smithy_client.expectBoolean,
|
|
5237
|
-
rowValue: (_) => de_Row(_, context),
|
|
5223
|
+
rowValue: /* @__PURE__ */ __name((_) => de_Row(_, context), "rowValue"),
|
|
5238
5224
|
scalarValue: import_smithy_client.expectString
|
|
5239
5225
|
});
|
|
5240
5226
|
}, "de_Datum");
|
|
@@ -5252,19 +5238,19 @@ var de_GatewaySummaries = /* @__PURE__ */ __name((output, context) => {
|
|
|
5252
5238
|
}, "de_GatewaySummaries");
|
|
5253
5239
|
var de_GatewaySummary = /* @__PURE__ */ __name((output, context) => {
|
|
5254
5240
|
return (0, import_smithy_client.take)(output, {
|
|
5255
|
-
creationDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
5241
|
+
creationDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationDate"),
|
|
5256
5242
|
gatewayCapabilitySummaries: import_smithy_client._json,
|
|
5257
5243
|
gatewayId: import_smithy_client.expectString,
|
|
5258
5244
|
gatewayName: import_smithy_client.expectString,
|
|
5259
5245
|
gatewayPlatform: import_smithy_client._json,
|
|
5260
5246
|
gatewayVersion: import_smithy_client.expectString,
|
|
5261
|
-
lastUpdateDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
5247
|
+
lastUpdateDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastUpdateDate")
|
|
5262
5248
|
});
|
|
5263
5249
|
}, "de_GatewaySummary");
|
|
5264
5250
|
var de_InterpolatedAssetPropertyValue = /* @__PURE__ */ __name((output, context) => {
|
|
5265
5251
|
return (0, import_smithy_client.take)(output, {
|
|
5266
5252
|
timestamp: import_smithy_client._json,
|
|
5267
|
-
value: (_) => de_Variant(_, context)
|
|
5253
|
+
value: /* @__PURE__ */ __name((_) => de_Variant(_, context), "value")
|
|
5268
5254
|
});
|
|
5269
5255
|
}, "de_InterpolatedAssetPropertyValue");
|
|
5270
5256
|
var de_InterpolatedAssetPropertyValues = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -5281,10 +5267,10 @@ var de_PortalSummaries = /* @__PURE__ */ __name((output, context) => {
|
|
|
5281
5267
|
}, "de_PortalSummaries");
|
|
5282
5268
|
var de_PortalSummary = /* @__PURE__ */ __name((output, context) => {
|
|
5283
5269
|
return (0, import_smithy_client.take)(output, {
|
|
5284
|
-
creationDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
5270
|
+
creationDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationDate"),
|
|
5285
5271
|
description: import_smithy_client.expectString,
|
|
5286
5272
|
id: import_smithy_client.expectString,
|
|
5287
|
-
lastUpdateDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
5273
|
+
lastUpdateDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastUpdateDate"),
|
|
5288
5274
|
name: import_smithy_client.expectString,
|
|
5289
5275
|
portalType: import_smithy_client.expectString,
|
|
5290
5276
|
roleArn: import_smithy_client.expectString,
|
|
@@ -5300,16 +5286,16 @@ var de_ProjectSummaries = /* @__PURE__ */ __name((output, context) => {
|
|
|
5300
5286
|
}, "de_ProjectSummaries");
|
|
5301
5287
|
var de_ProjectSummary = /* @__PURE__ */ __name((output, context) => {
|
|
5302
5288
|
return (0, import_smithy_client.take)(output, {
|
|
5303
|
-
creationDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
5289
|
+
creationDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationDate"),
|
|
5304
5290
|
description: import_smithy_client.expectString,
|
|
5305
5291
|
id: import_smithy_client.expectString,
|
|
5306
|
-
lastUpdateDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
5292
|
+
lastUpdateDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastUpdateDate"),
|
|
5307
5293
|
name: import_smithy_client.expectString
|
|
5308
5294
|
});
|
|
5309
5295
|
}, "de_ProjectSummary");
|
|
5310
5296
|
var de_Row = /* @__PURE__ */ __name((output, context) => {
|
|
5311
5297
|
return (0, import_smithy_client.take)(output, {
|
|
5312
|
-
data: (_) => de_DatumList(_, context)
|
|
5298
|
+
data: /* @__PURE__ */ __name((_) => de_DatumList(_, context), "data")
|
|
5313
5299
|
});
|
|
5314
5300
|
}, "de_Row");
|
|
5315
5301
|
var de_Rows = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -5332,9 +5318,9 @@ var de_TimeSeriesSummary = /* @__PURE__ */ __name((output, context) => {
|
|
|
5332
5318
|
dataTypeSpec: import_smithy_client.expectString,
|
|
5333
5319
|
propertyId: import_smithy_client.expectString,
|
|
5334
5320
|
timeSeriesArn: import_smithy_client.expectString,
|
|
5335
|
-
timeSeriesCreationDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
5321
|
+
timeSeriesCreationDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "timeSeriesCreationDate"),
|
|
5336
5322
|
timeSeriesId: import_smithy_client.expectString,
|
|
5337
|
-
timeSeriesLastUpdateDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
5323
|
+
timeSeriesLastUpdateDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "timeSeriesLastUpdateDate")
|
|
5338
5324
|
});
|
|
5339
5325
|
}, "de_TimeSeriesSummary");
|
|
5340
5326
|
var de_Variant = /* @__PURE__ */ __name((output, context) => {
|
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.774.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-iotsitewise",
|
|
@@ -20,17 +20,17 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/core": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
23
|
+
"@aws-sdk/core": "3.774.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.774.0",
|
|
25
|
+
"@aws-sdk/middleware-host-header": "3.774.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.734.0",
|
|
27
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
27
|
+
"@aws-sdk/middleware-recursion-detection": "3.772.0",
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.774.0",
|
|
29
29
|
"@aws-sdk/region-config-resolver": "3.734.0",
|
|
30
30
|
"@aws-sdk/types": "3.734.0",
|
|
31
31
|
"@aws-sdk/util-endpoints": "3.743.0",
|
|
32
32
|
"@aws-sdk/util-user-agent-browser": "3.734.0",
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.774.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.0.1",
|
|
35
35
|
"@smithy/core": "^3.1.5",
|
|
36
36
|
"@smithy/eventstream-serde-browser": "^4.0.1",
|