@aws-sdk/client-iotsitewise 3.758.0 → 3.772.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 +161 -165
- package/dist-es/models/models_0.js +5 -0
- package/dist-es/protocols/Aws_restJson1.js +3 -0
- package/dist-types/commands/CreateGatewayCommand.d.ts +2 -0
- package/dist-types/commands/DescribeGatewayCommand.d.ts +2 -0
- package/dist-types/commands/ListAssetsCommand.d.ts +2 -1
- package/dist-types/commands/ListGatewaysCommand.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +35 -15
- package/dist-types/models/models_1.d.ts +22 -1
- package/dist-types/ts3.4/commands/ListAssetsCommand.d.ts +2 -1
- package/dist-types/ts3.4/models/models_0.d.ts +10 -4
- package/dist-types/ts3.4/models/models_1.d.ts +6 -0
- package/package.json +3 -3
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,
|
|
@@ -48,6 +48,7 @@ __export(src_exports, {
|
|
|
48
48
|
ComputeLocation: () => ComputeLocation,
|
|
49
49
|
ConfigurationState: () => ConfigurationState,
|
|
50
50
|
ConflictingOperationException: () => ConflictingOperationException,
|
|
51
|
+
CoreDeviceOperatingSystem: () => CoreDeviceOperatingSystem,
|
|
51
52
|
CreateAccessPolicyCommand: () => CreateAccessPolicyCommand,
|
|
52
53
|
CreateAssetCommand: () => CreateAssetCommand,
|
|
53
54
|
CreateAssetModelCommand: () => CreateAssetModelCommand,
|
|
@@ -223,7 +224,7 @@ __export(src_exports, {
|
|
|
223
224
|
waitUntilPortalActive: () => waitUntilPortalActive,
|
|
224
225
|
waitUntilPortalNotExists: () => waitUntilPortalNotExists
|
|
225
226
|
});
|
|
226
|
-
module.exports = __toCommonJS(
|
|
227
|
+
module.exports = __toCommonJS(index_exports);
|
|
227
228
|
|
|
228
229
|
// src/IoTSiteWiseClient.ts
|
|
229
230
|
var import_middleware_host_header = require("@aws-sdk/middleware-host-header");
|
|
@@ -352,9 +353,9 @@ var IoTSiteWiseClient = class extends import_smithy_client.Client {
|
|
|
352
353
|
this.middlewareStack.use(
|
|
353
354
|
(0, import_core.getHttpAuthSchemeEndpointRuleSetPlugin)(this.config, {
|
|
354
355
|
httpAuthSchemeParametersProvider: import_httpAuthSchemeProvider.defaultIoTSiteWiseHttpAuthSchemeParametersProvider,
|
|
355
|
-
identityProviderConfigProvider: async (config) => new import_core.DefaultIdentityProviderConfig({
|
|
356
|
+
identityProviderConfigProvider: /* @__PURE__ */ __name(async (config) => new import_core.DefaultIdentityProviderConfig({
|
|
356
357
|
"aws.auth#sigv4": config.credentials
|
|
357
|
-
})
|
|
358
|
+
}), "identityProviderConfigProvider")
|
|
358
359
|
})
|
|
359
360
|
);
|
|
360
361
|
this.middlewareStack.use((0, import_core.getHttpSigningPlugin)(this.config));
|
|
@@ -766,6 +767,11 @@ var DatasetState = {
|
|
|
766
767
|
FAILED: "FAILED",
|
|
767
768
|
UPDATING: "UPDATING"
|
|
768
769
|
};
|
|
770
|
+
var CoreDeviceOperatingSystem = {
|
|
771
|
+
LINUX_AARCH64: "LINUX_AARCH64",
|
|
772
|
+
LINUX_AMD64: "LINUX_AMD64",
|
|
773
|
+
WINDOWS_AMD64: "WINDOWS_AMD64"
|
|
774
|
+
};
|
|
769
775
|
var ImageFileType = {
|
|
770
776
|
PNG: "PNG"
|
|
771
777
|
};
|
|
@@ -865,24 +871,19 @@ var ValidationException = class _ValidationException extends IoTSiteWiseServiceE
|
|
|
865
871
|
var ResponseStream;
|
|
866
872
|
((ResponseStream3) => {
|
|
867
873
|
ResponseStream3.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
868
|
-
if (value.trace !== void 0)
|
|
869
|
-
|
|
870
|
-
if (value.
|
|
871
|
-
return visitor.output(value.output);
|
|
872
|
-
if (value.accessDeniedException !== void 0)
|
|
873
|
-
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);
|
|
874
877
|
if (value.conflictingOperationException !== void 0)
|
|
875
878
|
return visitor.conflictingOperationException(value.conflictingOperationException);
|
|
876
879
|
if (value.internalFailureException !== void 0)
|
|
877
880
|
return visitor.internalFailureException(value.internalFailureException);
|
|
878
881
|
if (value.invalidRequestException !== void 0)
|
|
879
882
|
return visitor.invalidRequestException(value.invalidRequestException);
|
|
880
|
-
if (value.limitExceededException !== void 0)
|
|
881
|
-
return visitor.limitExceededException(value.limitExceededException);
|
|
883
|
+
if (value.limitExceededException !== void 0) return visitor.limitExceededException(value.limitExceededException);
|
|
882
884
|
if (value.resourceNotFoundException !== void 0)
|
|
883
885
|
return visitor.resourceNotFoundException(value.resourceNotFoundException);
|
|
884
|
-
if (value.throttlingException !== void 0)
|
|
885
|
-
return visitor.throttlingException(value.throttlingException);
|
|
886
|
+
if (value.throttlingException !== void 0) return visitor.throttlingException(value.throttlingException);
|
|
886
887
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
887
888
|
}, "visit");
|
|
888
889
|
})(ResponseStream || (ResponseStream = {}));
|
|
@@ -928,26 +929,17 @@ var InvokeAssistantRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => (
|
|
|
928
929
|
...obj.message && { message: import_smithy_client.SENSITIVE_STRING }
|
|
929
930
|
}), "InvokeAssistantRequestFilterSensitiveLog");
|
|
930
931
|
var ResponseStreamFilterSensitiveLog = /* @__PURE__ */ __name((obj) => {
|
|
931
|
-
if (obj.trace !== void 0)
|
|
932
|
-
|
|
933
|
-
if (obj.
|
|
934
|
-
return { output: obj.output };
|
|
935
|
-
if (obj.accessDeniedException !== void 0)
|
|
936
|
-
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 };
|
|
937
935
|
if (obj.conflictingOperationException !== void 0)
|
|
938
936
|
return { conflictingOperationException: obj.conflictingOperationException };
|
|
939
|
-
if (obj.internalFailureException !== void 0)
|
|
940
|
-
|
|
941
|
-
if (obj.
|
|
942
|
-
|
|
943
|
-
if (obj.
|
|
944
|
-
|
|
945
|
-
if (obj.resourceNotFoundException !== void 0)
|
|
946
|
-
return { resourceNotFoundException: obj.resourceNotFoundException };
|
|
947
|
-
if (obj.throttlingException !== void 0)
|
|
948
|
-
return { throttlingException: obj.throttlingException };
|
|
949
|
-
if (obj.$unknown !== void 0)
|
|
950
|
-
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" };
|
|
951
943
|
}, "ResponseStreamFilterSensitiveLog");
|
|
952
944
|
var InvokeAssistantResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
953
945
|
...obj,
|
|
@@ -1086,7 +1078,7 @@ var se_BatchAssociateProjectAssetsCommand = /* @__PURE__ */ __name(async (input,
|
|
|
1086
1078
|
let body;
|
|
1087
1079
|
body = JSON.stringify(
|
|
1088
1080
|
(0, import_smithy_client.take)(input, {
|
|
1089
|
-
assetIds: (_) => (0, import_smithy_client._json)(_),
|
|
1081
|
+
assetIds: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "assetIds"),
|
|
1090
1082
|
clientToken: [true, (_) => _ ?? (0, import_uuid.v4)()]
|
|
1091
1083
|
})
|
|
1092
1084
|
);
|
|
@@ -1111,7 +1103,7 @@ var se_BatchDisassociateProjectAssetsCommand = /* @__PURE__ */ __name(async (inp
|
|
|
1111
1103
|
let body;
|
|
1112
1104
|
body = JSON.stringify(
|
|
1113
1105
|
(0, import_smithy_client.take)(input, {
|
|
1114
|
-
assetIds: (_) => (0, import_smithy_client._json)(_),
|
|
1106
|
+
assetIds: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "assetIds"),
|
|
1115
1107
|
clientToken: [true, (_) => _ ?? (0, import_uuid.v4)()]
|
|
1116
1108
|
})
|
|
1117
1109
|
);
|
|
@@ -1135,7 +1127,7 @@ var se_BatchGetAssetPropertyAggregatesCommand = /* @__PURE__ */ __name(async (in
|
|
|
1135
1127
|
let body;
|
|
1136
1128
|
body = JSON.stringify(
|
|
1137
1129
|
(0, import_smithy_client.take)(input, {
|
|
1138
|
-
entries: (_) => se_BatchGetAssetPropertyAggregatesEntries(_, context),
|
|
1130
|
+
entries: /* @__PURE__ */ __name((_) => se_BatchGetAssetPropertyAggregatesEntries(_, context), "entries"),
|
|
1139
1131
|
maxResults: [],
|
|
1140
1132
|
nextToken: []
|
|
1141
1133
|
})
|
|
@@ -1160,7 +1152,7 @@ var se_BatchGetAssetPropertyValueCommand = /* @__PURE__ */ __name(async (input,
|
|
|
1160
1152
|
let body;
|
|
1161
1153
|
body = JSON.stringify(
|
|
1162
1154
|
(0, import_smithy_client.take)(input, {
|
|
1163
|
-
entries: (_) => (0, import_smithy_client._json)(_),
|
|
1155
|
+
entries: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "entries"),
|
|
1164
1156
|
nextToken: []
|
|
1165
1157
|
})
|
|
1166
1158
|
);
|
|
@@ -1184,7 +1176,7 @@ var se_BatchGetAssetPropertyValueHistoryCommand = /* @__PURE__ */ __name(async (
|
|
|
1184
1176
|
let body;
|
|
1185
1177
|
body = JSON.stringify(
|
|
1186
1178
|
(0, import_smithy_client.take)(input, {
|
|
1187
|
-
entries: (_) => se_BatchGetAssetPropertyValueHistoryEntries(_, context),
|
|
1179
|
+
entries: /* @__PURE__ */ __name((_) => se_BatchGetAssetPropertyValueHistoryEntries(_, context), "entries"),
|
|
1188
1180
|
maxResults: [],
|
|
1189
1181
|
nextToken: []
|
|
1190
1182
|
})
|
|
@@ -1210,7 +1202,7 @@ var se_BatchPutAssetPropertyValueCommand = /* @__PURE__ */ __name(async (input,
|
|
|
1210
1202
|
body = JSON.stringify(
|
|
1211
1203
|
(0, import_smithy_client.take)(input, {
|
|
1212
1204
|
enablePartialEntryProcessing: [],
|
|
1213
|
-
entries: (_) => se_PutAssetPropertyValueEntries(_, context)
|
|
1205
|
+
entries: /* @__PURE__ */ __name((_) => se_PutAssetPropertyValueEntries(_, context), "entries")
|
|
1214
1206
|
})
|
|
1215
1207
|
);
|
|
1216
1208
|
let { hostname: resolvedHostname } = await context.endpoint();
|
|
@@ -1233,11 +1225,11 @@ var se_CreateAccessPolicyCommand = /* @__PURE__ */ __name(async (input, context)
|
|
|
1233
1225
|
let body;
|
|
1234
1226
|
body = JSON.stringify(
|
|
1235
1227
|
(0, import_smithy_client.take)(input, {
|
|
1236
|
-
accessPolicyIdentity: (_) => (0, import_smithy_client._json)(_),
|
|
1228
|
+
accessPolicyIdentity: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "accessPolicyIdentity"),
|
|
1237
1229
|
accessPolicyPermission: [],
|
|
1238
|
-
accessPolicyResource: (_) => (0, import_smithy_client._json)(_),
|
|
1230
|
+
accessPolicyResource: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "accessPolicyResource"),
|
|
1239
1231
|
clientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
1240
|
-
tags: (_) => (0, import_smithy_client._json)(_)
|
|
1232
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags")
|
|
1241
1233
|
})
|
|
1242
1234
|
);
|
|
1243
1235
|
let { hostname: resolvedHostname } = await context.endpoint();
|
|
@@ -1266,7 +1258,7 @@ var se_CreateAssetCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
1266
1258
|
assetModelId: [],
|
|
1267
1259
|
assetName: [],
|
|
1268
1260
|
clientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
1269
|
-
tags: (_) => (0, import_smithy_client._json)(_)
|
|
1261
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags")
|
|
1270
1262
|
})
|
|
1271
1263
|
);
|
|
1272
1264
|
let { hostname: resolvedHostname } = await context.endpoint();
|
|
@@ -1289,16 +1281,16 @@ var se_CreateAssetModelCommand = /* @__PURE__ */ __name(async (input, context) =
|
|
|
1289
1281
|
let body;
|
|
1290
1282
|
body = JSON.stringify(
|
|
1291
1283
|
(0, import_smithy_client.take)(input, {
|
|
1292
|
-
assetModelCompositeModels: (_) => se_AssetModelCompositeModelDefinitions(_, context),
|
|
1284
|
+
assetModelCompositeModels: /* @__PURE__ */ __name((_) => se_AssetModelCompositeModelDefinitions(_, context), "assetModelCompositeModels"),
|
|
1293
1285
|
assetModelDescription: [],
|
|
1294
1286
|
assetModelExternalId: [],
|
|
1295
|
-
assetModelHierarchies: (_) => (0, import_smithy_client._json)(_),
|
|
1287
|
+
assetModelHierarchies: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "assetModelHierarchies"),
|
|
1296
1288
|
assetModelId: [],
|
|
1297
1289
|
assetModelName: [],
|
|
1298
|
-
assetModelProperties: (_) => (0, import_smithy_client._json)(_),
|
|
1290
|
+
assetModelProperties: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "assetModelProperties"),
|
|
1299
1291
|
assetModelType: [],
|
|
1300
1292
|
clientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
1301
|
-
tags: (_) => (0, import_smithy_client._json)(_)
|
|
1293
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags")
|
|
1302
1294
|
})
|
|
1303
1295
|
);
|
|
1304
1296
|
let { hostname: resolvedHostname } = await context.endpoint();
|
|
@@ -1329,7 +1321,7 @@ var se_CreateAssetModelCompositeModelCommand = /* @__PURE__ */ __name(async (inp
|
|
|
1329
1321
|
assetModelCompositeModelExternalId: [],
|
|
1330
1322
|
assetModelCompositeModelId: [],
|
|
1331
1323
|
assetModelCompositeModelName: [],
|
|
1332
|
-
assetModelCompositeModelProperties: (_) => (0, import_smithy_client._json)(_),
|
|
1324
|
+
assetModelCompositeModelProperties: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "assetModelCompositeModelProperties"),
|
|
1333
1325
|
assetModelCompositeModelType: [],
|
|
1334
1326
|
clientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
1335
1327
|
composedAssetModelId: [],
|
|
@@ -1358,9 +1350,9 @@ var se_CreateBulkImportJobCommand = /* @__PURE__ */ __name(async (input, context
|
|
|
1358
1350
|
(0, import_smithy_client.take)(input, {
|
|
1359
1351
|
adaptiveIngestion: [],
|
|
1360
1352
|
deleteFilesAfterImport: [],
|
|
1361
|
-
errorReportLocation: (_) => (0, import_smithy_client._json)(_),
|
|
1362
|
-
files: (_) => (0, import_smithy_client._json)(_),
|
|
1363
|
-
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"),
|
|
1364
1356
|
jobName: [],
|
|
1365
1357
|
jobRoleArn: []
|
|
1366
1358
|
})
|
|
@@ -1390,7 +1382,7 @@ var se_CreateDashboardCommand = /* @__PURE__ */ __name(async (input, context) =>
|
|
|
1390
1382
|
dashboardDescription: [],
|
|
1391
1383
|
dashboardName: [],
|
|
1392
1384
|
projectId: [],
|
|
1393
|
-
tags: (_) => (0, import_smithy_client._json)(_)
|
|
1385
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags")
|
|
1394
1386
|
})
|
|
1395
1387
|
);
|
|
1396
1388
|
let { hostname: resolvedHostname } = await context.endpoint();
|
|
@@ -1417,8 +1409,8 @@ var se_CreateDatasetCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
1417
1409
|
datasetDescription: [],
|
|
1418
1410
|
datasetId: [],
|
|
1419
1411
|
datasetName: [],
|
|
1420
|
-
datasetSource: (_) => (0, import_smithy_client._json)(_),
|
|
1421
|
-
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")
|
|
1422
1414
|
})
|
|
1423
1415
|
);
|
|
1424
1416
|
let { hostname: resolvedHostname } = await context.endpoint();
|
|
@@ -1442,8 +1434,9 @@ var se_CreateGatewayCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
1442
1434
|
body = JSON.stringify(
|
|
1443
1435
|
(0, import_smithy_client.take)(input, {
|
|
1444
1436
|
gatewayName: [],
|
|
1445
|
-
gatewayPlatform: (_) => (0, import_smithy_client._json)(_),
|
|
1446
|
-
|
|
1437
|
+
gatewayPlatform: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "gatewayPlatform"),
|
|
1438
|
+
gatewayVersion: [],
|
|
1439
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags")
|
|
1447
1440
|
})
|
|
1448
1441
|
);
|
|
1449
1442
|
let { hostname: resolvedHostname } = await context.endpoint();
|
|
@@ -1466,18 +1459,18 @@ var se_CreatePortalCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
1466
1459
|
let body;
|
|
1467
1460
|
body = JSON.stringify(
|
|
1468
1461
|
(0, import_smithy_client.take)(input, {
|
|
1469
|
-
alarms: (_) => (0, import_smithy_client._json)(_),
|
|
1462
|
+
alarms: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "alarms"),
|
|
1470
1463
|
clientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
1471
1464
|
notificationSenderEmail: [],
|
|
1472
1465
|
portalAuthMode: [],
|
|
1473
1466
|
portalContactEmail: [],
|
|
1474
1467
|
portalDescription: [],
|
|
1475
|
-
portalLogoImageFile: (_) => se_ImageFile(_, context),
|
|
1468
|
+
portalLogoImageFile: /* @__PURE__ */ __name((_) => se_ImageFile(_, context), "portalLogoImageFile"),
|
|
1476
1469
|
portalName: [],
|
|
1477
1470
|
portalType: [],
|
|
1478
|
-
portalTypeConfiguration: (_) => (0, import_smithy_client._json)(_),
|
|
1471
|
+
portalTypeConfiguration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "portalTypeConfiguration"),
|
|
1479
1472
|
roleArn: [],
|
|
1480
|
-
tags: (_) => (0, import_smithy_client._json)(_)
|
|
1473
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags")
|
|
1481
1474
|
})
|
|
1482
1475
|
);
|
|
1483
1476
|
let { hostname: resolvedHostname } = await context.endpoint();
|
|
@@ -1504,7 +1497,7 @@ var se_CreateProjectCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
1504
1497
|
portalId: [],
|
|
1505
1498
|
projectDescription: [],
|
|
1506
1499
|
projectName: [],
|
|
1507
|
-
tags: (_) => (0, import_smithy_client._json)(_)
|
|
1500
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags")
|
|
1508
1501
|
})
|
|
1509
1502
|
);
|
|
1510
1503
|
let { hostname: resolvedHostname } = await context.endpoint();
|
|
@@ -2117,9 +2110,9 @@ var se_ExecuteActionCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
2117
2110
|
body = JSON.stringify(
|
|
2118
2111
|
(0, import_smithy_client.take)(input, {
|
|
2119
2112
|
actionDefinitionId: [],
|
|
2120
|
-
actionPayload: (_) => (0, import_smithy_client._json)(_),
|
|
2113
|
+
actionPayload: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "actionPayload"),
|
|
2121
2114
|
clientToken: [],
|
|
2122
|
-
targetResource: (_) => (0, import_smithy_client._json)(_)
|
|
2115
|
+
targetResource: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "targetResource")
|
|
2123
2116
|
})
|
|
2124
2117
|
);
|
|
2125
2118
|
let { hostname: resolvedHostname } = await context.endpoint();
|
|
@@ -2736,7 +2729,7 @@ var se_PutLoggingOptionsCommand = /* @__PURE__ */ __name(async (input, context)
|
|
|
2736
2729
|
let body;
|
|
2737
2730
|
body = JSON.stringify(
|
|
2738
2731
|
(0, import_smithy_client.take)(input, {
|
|
2739
|
-
loggingOptions: (_) => (0, import_smithy_client._json)(_)
|
|
2732
|
+
loggingOptions: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "loggingOptions")
|
|
2740
2733
|
})
|
|
2741
2734
|
);
|
|
2742
2735
|
let { hostname: resolvedHostname } = await context.endpoint();
|
|
@@ -2761,11 +2754,11 @@ var se_PutStorageConfigurationCommand = /* @__PURE__ */ __name(async (input, con
|
|
|
2761
2754
|
(0, import_smithy_client.take)(input, {
|
|
2762
2755
|
disallowIngestNullNaN: [],
|
|
2763
2756
|
disassociatedDataStorage: [],
|
|
2764
|
-
multiLayerStorage: (_) => (0, import_smithy_client._json)(_),
|
|
2765
|
-
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"),
|
|
2766
2759
|
storageType: [],
|
|
2767
2760
|
warmTier: [],
|
|
2768
|
-
warmTierRetentionPeriod: (_) => (0, import_smithy_client._json)(_)
|
|
2761
|
+
warmTierRetentionPeriod: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "warmTierRetentionPeriod")
|
|
2769
2762
|
})
|
|
2770
2763
|
);
|
|
2771
2764
|
let { hostname: resolvedHostname } = await context.endpoint();
|
|
@@ -2791,7 +2784,7 @@ var se_TagResourceCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
2791
2784
|
let body;
|
|
2792
2785
|
body = JSON.stringify(
|
|
2793
2786
|
(0, import_smithy_client.take)(input, {
|
|
2794
|
-
tags: (_) => (0, import_smithy_client._json)(_)
|
|
2787
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags")
|
|
2795
2788
|
})
|
|
2796
2789
|
);
|
|
2797
2790
|
let { hostname: resolvedHostname } = await context.endpoint();
|
|
@@ -2835,9 +2828,9 @@ var se_UpdateAccessPolicyCommand = /* @__PURE__ */ __name(async (input, context)
|
|
|
2835
2828
|
let body;
|
|
2836
2829
|
body = JSON.stringify(
|
|
2837
2830
|
(0, import_smithy_client.take)(input, {
|
|
2838
|
-
accessPolicyIdentity: (_) => (0, import_smithy_client._json)(_),
|
|
2831
|
+
accessPolicyIdentity: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "accessPolicyIdentity"),
|
|
2839
2832
|
accessPolicyPermission: [],
|
|
2840
|
-
accessPolicyResource: (_) => (0, import_smithy_client._json)(_),
|
|
2833
|
+
accessPolicyResource: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "accessPolicyResource"),
|
|
2841
2834
|
clientToken: [true, (_) => _ ?? (0, import_uuid.v4)()]
|
|
2842
2835
|
})
|
|
2843
2836
|
);
|
|
@@ -2892,12 +2885,12 @@ var se_UpdateAssetModelCommand = /* @__PURE__ */ __name(async (input, context) =
|
|
|
2892
2885
|
let body;
|
|
2893
2886
|
body = JSON.stringify(
|
|
2894
2887
|
(0, import_smithy_client.take)(input, {
|
|
2895
|
-
assetModelCompositeModels: (_) => se_AssetModelCompositeModels(_, context),
|
|
2888
|
+
assetModelCompositeModels: /* @__PURE__ */ __name((_) => se_AssetModelCompositeModels(_, context), "assetModelCompositeModels"),
|
|
2896
2889
|
assetModelDescription: [],
|
|
2897
2890
|
assetModelExternalId: [],
|
|
2898
|
-
assetModelHierarchies: (_) => (0, import_smithy_client._json)(_),
|
|
2891
|
+
assetModelHierarchies: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "assetModelHierarchies"),
|
|
2899
2892
|
assetModelName: [],
|
|
2900
|
-
assetModelProperties: (_) => (0, import_smithy_client._json)(_),
|
|
2893
|
+
assetModelProperties: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "assetModelProperties"),
|
|
2901
2894
|
clientToken: [true, (_) => _ ?? (0, import_uuid.v4)()]
|
|
2902
2895
|
})
|
|
2903
2896
|
);
|
|
@@ -2929,7 +2922,7 @@ var se_UpdateAssetModelCompositeModelCommand = /* @__PURE__ */ __name(async (inp
|
|
|
2929
2922
|
assetModelCompositeModelDescription: [],
|
|
2930
2923
|
assetModelCompositeModelExternalId: [],
|
|
2931
2924
|
assetModelCompositeModelName: [],
|
|
2932
|
-
assetModelCompositeModelProperties: (_) => (0, import_smithy_client._json)(_),
|
|
2925
|
+
assetModelCompositeModelProperties: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "assetModelCompositeModelProperties"),
|
|
2933
2926
|
clientToken: [true, (_) => _ ?? (0, import_uuid.v4)()]
|
|
2934
2927
|
})
|
|
2935
2928
|
);
|
|
@@ -3012,7 +3005,7 @@ var se_UpdateDatasetCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
3012
3005
|
clientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
3013
3006
|
datasetDescription: [],
|
|
3014
3007
|
datasetName: [],
|
|
3015
|
-
datasetSource: (_) => (0, import_smithy_client._json)(_)
|
|
3008
|
+
datasetSource: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "datasetSource")
|
|
3016
3009
|
})
|
|
3017
3010
|
);
|
|
3018
3011
|
let { hostname: resolvedHostname } = await context.endpoint();
|
|
@@ -3085,15 +3078,15 @@ var se_UpdatePortalCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
3085
3078
|
let body;
|
|
3086
3079
|
body = JSON.stringify(
|
|
3087
3080
|
(0, import_smithy_client.take)(input, {
|
|
3088
|
-
alarms: (_) => (0, import_smithy_client._json)(_),
|
|
3081
|
+
alarms: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "alarms"),
|
|
3089
3082
|
clientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
3090
3083
|
notificationSenderEmail: [],
|
|
3091
3084
|
portalContactEmail: [],
|
|
3092
3085
|
portalDescription: [],
|
|
3093
|
-
portalLogoImage: (_) => se_Image(_, context),
|
|
3086
|
+
portalLogoImage: /* @__PURE__ */ __name((_) => se_Image(_, context), "portalLogoImage"),
|
|
3094
3087
|
portalName: [],
|
|
3095
3088
|
portalType: [],
|
|
3096
|
-
portalTypeConfiguration: (_) => (0, import_smithy_client._json)(_),
|
|
3089
|
+
portalTypeConfiguration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "portalTypeConfiguration"),
|
|
3097
3090
|
roleArn: []
|
|
3098
3091
|
})
|
|
3099
3092
|
);
|
|
@@ -3193,8 +3186,8 @@ var de_BatchGetAssetPropertyAggregatesCommand = /* @__PURE__ */ __name(async (ou
|
|
|
3193
3186
|
const doc = (0, import_smithy_client.take)(data, {
|
|
3194
3187
|
errorEntries: import_smithy_client._json,
|
|
3195
3188
|
nextToken: import_smithy_client.expectString,
|
|
3196
|
-
skippedEntries: (_) => de_BatchGetAssetPropertyAggregatesSkippedEntries(_, context),
|
|
3197
|
-
successEntries: (_) => de_BatchGetAssetPropertyAggregatesSuccessEntries(_, context)
|
|
3189
|
+
skippedEntries: /* @__PURE__ */ __name((_) => de_BatchGetAssetPropertyAggregatesSkippedEntries(_, context), "skippedEntries"),
|
|
3190
|
+
successEntries: /* @__PURE__ */ __name((_) => de_BatchGetAssetPropertyAggregatesSuccessEntries(_, context), "successEntries")
|
|
3198
3191
|
});
|
|
3199
3192
|
Object.assign(contents, doc);
|
|
3200
3193
|
return contents;
|
|
@@ -3210,8 +3203,8 @@ var de_BatchGetAssetPropertyValueCommand = /* @__PURE__ */ __name(async (output,
|
|
|
3210
3203
|
const doc = (0, import_smithy_client.take)(data, {
|
|
3211
3204
|
errorEntries: import_smithy_client._json,
|
|
3212
3205
|
nextToken: import_smithy_client.expectString,
|
|
3213
|
-
skippedEntries: (_) => de_BatchGetAssetPropertyValueSkippedEntries(_, context),
|
|
3214
|
-
successEntries: (_) => de_BatchGetAssetPropertyValueSuccessEntries(_, context)
|
|
3206
|
+
skippedEntries: /* @__PURE__ */ __name((_) => de_BatchGetAssetPropertyValueSkippedEntries(_, context), "skippedEntries"),
|
|
3207
|
+
successEntries: /* @__PURE__ */ __name((_) => de_BatchGetAssetPropertyValueSuccessEntries(_, context), "successEntries")
|
|
3215
3208
|
});
|
|
3216
3209
|
Object.assign(contents, doc);
|
|
3217
3210
|
return contents;
|
|
@@ -3227,8 +3220,8 @@ var de_BatchGetAssetPropertyValueHistoryCommand = /* @__PURE__ */ __name(async (
|
|
|
3227
3220
|
const doc = (0, import_smithy_client.take)(data, {
|
|
3228
3221
|
errorEntries: import_smithy_client._json,
|
|
3229
3222
|
nextToken: import_smithy_client.expectString,
|
|
3230
|
-
skippedEntries: (_) => de_BatchGetAssetPropertyValueHistorySkippedEntries(_, context),
|
|
3231
|
-
successEntries: (_) => de_BatchGetAssetPropertyValueHistorySuccessEntries(_, context)
|
|
3223
|
+
skippedEntries: /* @__PURE__ */ __name((_) => de_BatchGetAssetPropertyValueHistorySkippedEntries(_, context), "skippedEntries"),
|
|
3224
|
+
successEntries: /* @__PURE__ */ __name((_) => de_BatchGetAssetPropertyValueHistorySuccessEntries(_, context), "successEntries")
|
|
3232
3225
|
});
|
|
3233
3226
|
Object.assign(contents, doc);
|
|
3234
3227
|
return contents;
|
|
@@ -3535,10 +3528,10 @@ var de_DescribeAccessPolicyCommand = /* @__PURE__ */ __name(async (output, conte
|
|
|
3535
3528
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
3536
3529
|
const doc = (0, import_smithy_client.take)(data, {
|
|
3537
3530
|
accessPolicyArn: import_smithy_client.expectString,
|
|
3538
|
-
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"),
|
|
3539
3532
|
accessPolicyId: import_smithy_client.expectString,
|
|
3540
3533
|
accessPolicyIdentity: import_smithy_client._json,
|
|
3541
|
-
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"),
|
|
3542
3535
|
accessPolicyPermission: import_smithy_client.expectString,
|
|
3543
3536
|
accessPolicyResource: import_smithy_client._json
|
|
3544
3537
|
});
|
|
@@ -3557,7 +3550,7 @@ var de_DescribeActionCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
3557
3550
|
actionDefinitionId: import_smithy_client.expectString,
|
|
3558
3551
|
actionId: import_smithy_client.expectString,
|
|
3559
3552
|
actionPayload: import_smithy_client._json,
|
|
3560
|
-
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"),
|
|
3561
3554
|
targetResource: import_smithy_client._json
|
|
3562
3555
|
});
|
|
3563
3556
|
Object.assign(contents, doc);
|
|
@@ -3575,12 +3568,12 @@ var de_DescribeAssetCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
3575
3568
|
assetArn: import_smithy_client.expectString,
|
|
3576
3569
|
assetCompositeModelSummaries: import_smithy_client._json,
|
|
3577
3570
|
assetCompositeModels: import_smithy_client._json,
|
|
3578
|
-
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"),
|
|
3579
3572
|
assetDescription: import_smithy_client.expectString,
|
|
3580
3573
|
assetExternalId: import_smithy_client.expectString,
|
|
3581
3574
|
assetHierarchies: import_smithy_client._json,
|
|
3582
3575
|
assetId: import_smithy_client.expectString,
|
|
3583
|
-
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"),
|
|
3584
3577
|
assetModelId: import_smithy_client.expectString,
|
|
3585
3578
|
assetName: import_smithy_client.expectString,
|
|
3586
3579
|
assetProperties: import_smithy_client._json,
|
|
@@ -3624,13 +3617,13 @@ var de_DescribeAssetModelCommand = /* @__PURE__ */ __name(async (output, context
|
|
|
3624
3617
|
const doc = (0, import_smithy_client.take)(data, {
|
|
3625
3618
|
assetModelArn: import_smithy_client.expectString,
|
|
3626
3619
|
assetModelCompositeModelSummaries: import_smithy_client._json,
|
|
3627
|
-
assetModelCompositeModels: (_) => de_AssetModelCompositeModels(_, context),
|
|
3628
|
-
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"),
|
|
3629
3622
|
assetModelDescription: import_smithy_client.expectString,
|
|
3630
3623
|
assetModelExternalId: import_smithy_client.expectString,
|
|
3631
3624
|
assetModelHierarchies: import_smithy_client._json,
|
|
3632
3625
|
assetModelId: import_smithy_client.expectString,
|
|
3633
|
-
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"),
|
|
3634
3627
|
assetModelName: import_smithy_client.expectString,
|
|
3635
3628
|
assetModelProperties: import_smithy_client._json,
|
|
3636
3629
|
assetModelStatus: import_smithy_client._json,
|
|
@@ -3697,9 +3690,9 @@ var de_DescribeBulkImportJobCommand = /* @__PURE__ */ __name(async (output, cont
|
|
|
3697
3690
|
errorReportLocation: import_smithy_client._json,
|
|
3698
3691
|
files: import_smithy_client._json,
|
|
3699
3692
|
jobConfiguration: import_smithy_client._json,
|
|
3700
|
-
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"),
|
|
3701
3694
|
jobId: import_smithy_client.expectString,
|
|
3702
|
-
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"),
|
|
3703
3696
|
jobName: import_smithy_client.expectString,
|
|
3704
3697
|
jobRoleArn: import_smithy_client.expectString,
|
|
3705
3698
|
jobStatus: import_smithy_client.expectString
|
|
@@ -3717,11 +3710,11 @@ var de_DescribeDashboardCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
3717
3710
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
3718
3711
|
const doc = (0, import_smithy_client.take)(data, {
|
|
3719
3712
|
dashboardArn: import_smithy_client.expectString,
|
|
3720
|
-
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"),
|
|
3721
3714
|
dashboardDefinition: import_smithy_client.expectString,
|
|
3722
3715
|
dashboardDescription: import_smithy_client.expectString,
|
|
3723
3716
|
dashboardId: import_smithy_client.expectString,
|
|
3724
|
-
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"),
|
|
3725
3718
|
dashboardName: import_smithy_client.expectString,
|
|
3726
3719
|
projectId: import_smithy_client.expectString
|
|
3727
3720
|
});
|
|
@@ -3738,10 +3731,10 @@ var de_DescribeDatasetCommand = /* @__PURE__ */ __name(async (output, context) =
|
|
|
3738
3731
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
3739
3732
|
const doc = (0, import_smithy_client.take)(data, {
|
|
3740
3733
|
datasetArn: import_smithy_client.expectString,
|
|
3741
|
-
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"),
|
|
3742
3735
|
datasetDescription: import_smithy_client.expectString,
|
|
3743
3736
|
datasetId: import_smithy_client.expectString,
|
|
3744
|
-
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"),
|
|
3745
3738
|
datasetName: import_smithy_client.expectString,
|
|
3746
3739
|
datasetSource: import_smithy_client._json,
|
|
3747
3740
|
datasetStatus: import_smithy_client._json,
|
|
@@ -3775,13 +3768,14 @@ var de_DescribeGatewayCommand = /* @__PURE__ */ __name(async (output, context) =
|
|
|
3775
3768
|
});
|
|
3776
3769
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
3777
3770
|
const doc = (0, import_smithy_client.take)(data, {
|
|
3778
|
-
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"),
|
|
3779
3772
|
gatewayArn: import_smithy_client.expectString,
|
|
3780
3773
|
gatewayCapabilitySummaries: import_smithy_client._json,
|
|
3781
3774
|
gatewayId: import_smithy_client.expectString,
|
|
3782
3775
|
gatewayName: import_smithy_client.expectString,
|
|
3783
3776
|
gatewayPlatform: import_smithy_client._json,
|
|
3784
|
-
|
|
3777
|
+
gatewayVersion: import_smithy_client.expectString,
|
|
3778
|
+
lastUpdateDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastUpdateDate")
|
|
3785
3779
|
});
|
|
3786
3780
|
Object.assign(contents, doc);
|
|
3787
3781
|
return contents;
|
|
@@ -3832,10 +3826,10 @@ var de_DescribePortalCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
3832
3826
|
portalAuthMode: import_smithy_client.expectString,
|
|
3833
3827
|
portalClientId: import_smithy_client.expectString,
|
|
3834
3828
|
portalContactEmail: import_smithy_client.expectString,
|
|
3835
|
-
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"),
|
|
3836
3830
|
portalDescription: import_smithy_client.expectString,
|
|
3837
3831
|
portalId: import_smithy_client.expectString,
|
|
3838
|
-
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"),
|
|
3839
3833
|
portalLogoImageLocation: import_smithy_client._json,
|
|
3840
3834
|
portalName: import_smithy_client.expectString,
|
|
3841
3835
|
portalStartUrl: import_smithy_client.expectString,
|
|
@@ -3858,10 +3852,10 @@ var de_DescribeProjectCommand = /* @__PURE__ */ __name(async (output, context) =
|
|
|
3858
3852
|
const doc = (0, import_smithy_client.take)(data, {
|
|
3859
3853
|
portalId: import_smithy_client.expectString,
|
|
3860
3854
|
projectArn: import_smithy_client.expectString,
|
|
3861
|
-
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"),
|
|
3862
3856
|
projectDescription: import_smithy_client.expectString,
|
|
3863
3857
|
projectId: import_smithy_client.expectString,
|
|
3864
|
-
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"),
|
|
3865
3859
|
projectName: import_smithy_client.expectString
|
|
3866
3860
|
});
|
|
3867
3861
|
Object.assign(contents, doc);
|
|
@@ -3879,7 +3873,7 @@ var de_DescribeStorageConfigurationCommand = /* @__PURE__ */ __name(async (outpu
|
|
|
3879
3873
|
configurationStatus: import_smithy_client._json,
|
|
3880
3874
|
disallowIngestNullNaN: import_smithy_client.expectBoolean,
|
|
3881
3875
|
disassociatedDataStorage: import_smithy_client.expectString,
|
|
3882
|
-
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"),
|
|
3883
3877
|
multiLayerStorage: import_smithy_client._json,
|
|
3884
3878
|
retentionPeriod: import_smithy_client._json,
|
|
3885
3879
|
storageType: import_smithy_client.expectString,
|
|
@@ -3904,9 +3898,9 @@ var de_DescribeTimeSeriesCommand = /* @__PURE__ */ __name(async (output, context
|
|
|
3904
3898
|
dataTypeSpec: import_smithy_client.expectString,
|
|
3905
3899
|
propertyId: import_smithy_client.expectString,
|
|
3906
3900
|
timeSeriesArn: import_smithy_client.expectString,
|
|
3907
|
-
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"),
|
|
3908
3902
|
timeSeriesId: import_smithy_client.expectString,
|
|
3909
|
-
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")
|
|
3910
3904
|
});
|
|
3911
3905
|
Object.assign(contents, doc);
|
|
3912
3906
|
return contents;
|
|
@@ -3956,7 +3950,7 @@ var de_ExecuteQueryCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
3956
3950
|
const doc = (0, import_smithy_client.take)(data, {
|
|
3957
3951
|
columns: import_smithy_client._json,
|
|
3958
3952
|
nextToken: import_smithy_client.expectString,
|
|
3959
|
-
rows: (_) => de_Rows(_, context)
|
|
3953
|
+
rows: /* @__PURE__ */ __name((_) => de_Rows(_, context), "rows")
|
|
3960
3954
|
});
|
|
3961
3955
|
Object.assign(contents, doc);
|
|
3962
3956
|
return contents;
|
|
@@ -3970,7 +3964,7 @@ var de_GetAssetPropertyAggregatesCommand = /* @__PURE__ */ __name(async (output,
|
|
|
3970
3964
|
});
|
|
3971
3965
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
3972
3966
|
const doc = (0, import_smithy_client.take)(data, {
|
|
3973
|
-
aggregatedValues: (_) => de_AggregatedValues(_, context),
|
|
3967
|
+
aggregatedValues: /* @__PURE__ */ __name((_) => de_AggregatedValues(_, context), "aggregatedValues"),
|
|
3974
3968
|
nextToken: import_smithy_client.expectString
|
|
3975
3969
|
});
|
|
3976
3970
|
Object.assign(contents, doc);
|
|
@@ -3985,7 +3979,7 @@ var de_GetAssetPropertyValueCommand = /* @__PURE__ */ __name(async (output, cont
|
|
|
3985
3979
|
});
|
|
3986
3980
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
3987
3981
|
const doc = (0, import_smithy_client.take)(data, {
|
|
3988
|
-
propertyValue: (_) => de_AssetPropertyValue(_, context)
|
|
3982
|
+
propertyValue: /* @__PURE__ */ __name((_) => de_AssetPropertyValue(_, context), "propertyValue")
|
|
3989
3983
|
});
|
|
3990
3984
|
Object.assign(contents, doc);
|
|
3991
3985
|
return contents;
|
|
@@ -3999,7 +3993,7 @@ var de_GetAssetPropertyValueHistoryCommand = /* @__PURE__ */ __name(async (outpu
|
|
|
3999
3993
|
});
|
|
4000
3994
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
4001
3995
|
const doc = (0, import_smithy_client.take)(data, {
|
|
4002
|
-
assetPropertyValueHistory: (_) => de_AssetPropertyValueHistory(_, context),
|
|
3996
|
+
assetPropertyValueHistory: /* @__PURE__ */ __name((_) => de_AssetPropertyValueHistory(_, context), "assetPropertyValueHistory"),
|
|
4003
3997
|
nextToken: import_smithy_client.expectString
|
|
4004
3998
|
});
|
|
4005
3999
|
Object.assign(contents, doc);
|
|
@@ -4014,7 +4008,7 @@ var de_GetInterpolatedAssetPropertyValuesCommand = /* @__PURE__ */ __name(async
|
|
|
4014
4008
|
});
|
|
4015
4009
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
4016
4010
|
const doc = (0, import_smithy_client.take)(data, {
|
|
4017
|
-
interpolatedAssetPropertyValues: (_) => de_InterpolatedAssetPropertyValues(_, context),
|
|
4011
|
+
interpolatedAssetPropertyValues: /* @__PURE__ */ __name((_) => de_InterpolatedAssetPropertyValues(_, context), "interpolatedAssetPropertyValues"),
|
|
4018
4012
|
nextToken: import_smithy_client.expectString
|
|
4019
4013
|
});
|
|
4020
4014
|
Object.assign(contents, doc);
|
|
@@ -4041,7 +4035,7 @@ var de_ListAccessPoliciesCommand = /* @__PURE__ */ __name(async (output, context
|
|
|
4041
4035
|
});
|
|
4042
4036
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
4043
4037
|
const doc = (0, import_smithy_client.take)(data, {
|
|
4044
|
-
accessPolicySummaries: (_) => de_AccessPolicySummaries(_, context),
|
|
4038
|
+
accessPolicySummaries: /* @__PURE__ */ __name((_) => de_AccessPolicySummaries(_, context), "accessPolicySummaries"),
|
|
4045
4039
|
nextToken: import_smithy_client.expectString
|
|
4046
4040
|
});
|
|
4047
4041
|
Object.assign(contents, doc);
|
|
@@ -4101,7 +4095,7 @@ var de_ListAssetModelsCommand = /* @__PURE__ */ __name(async (output, context) =
|
|
|
4101
4095
|
});
|
|
4102
4096
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
4103
4097
|
const doc = (0, import_smithy_client.take)(data, {
|
|
4104
|
-
assetModelSummaries: (_) => de_AssetModelSummaries(_, context),
|
|
4098
|
+
assetModelSummaries: /* @__PURE__ */ __name((_) => de_AssetModelSummaries(_, context), "assetModelSummaries"),
|
|
4105
4099
|
nextToken: import_smithy_client.expectString
|
|
4106
4100
|
});
|
|
4107
4101
|
Object.assign(contents, doc);
|
|
@@ -4146,7 +4140,7 @@ var de_ListAssetsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
4146
4140
|
});
|
|
4147
4141
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
4148
4142
|
const doc = (0, import_smithy_client.take)(data, {
|
|
4149
|
-
assetSummaries: (_) => de_AssetSummaries(_, context),
|
|
4143
|
+
assetSummaries: /* @__PURE__ */ __name((_) => de_AssetSummaries(_, context), "assetSummaries"),
|
|
4150
4144
|
nextToken: import_smithy_client.expectString
|
|
4151
4145
|
});
|
|
4152
4146
|
Object.assign(contents, doc);
|
|
@@ -4161,7 +4155,7 @@ var de_ListAssociatedAssetsCommand = /* @__PURE__ */ __name(async (output, conte
|
|
|
4161
4155
|
});
|
|
4162
4156
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
4163
4157
|
const doc = (0, import_smithy_client.take)(data, {
|
|
4164
|
-
assetSummaries: (_) => de_AssociatedAssetsSummaries(_, context),
|
|
4158
|
+
assetSummaries: /* @__PURE__ */ __name((_) => de_AssociatedAssetsSummaries(_, context), "assetSummaries"),
|
|
4165
4159
|
nextToken: import_smithy_client.expectString
|
|
4166
4160
|
});
|
|
4167
4161
|
Object.assign(contents, doc);
|
|
@@ -4206,7 +4200,7 @@ var de_ListDashboardsCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
4206
4200
|
});
|
|
4207
4201
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
4208
4202
|
const doc = (0, import_smithy_client.take)(data, {
|
|
4209
|
-
dashboardSummaries: (_) => de_DashboardSummaries(_, context),
|
|
4203
|
+
dashboardSummaries: /* @__PURE__ */ __name((_) => de_DashboardSummaries(_, context), "dashboardSummaries"),
|
|
4210
4204
|
nextToken: import_smithy_client.expectString
|
|
4211
4205
|
});
|
|
4212
4206
|
Object.assign(contents, doc);
|
|
@@ -4221,7 +4215,7 @@ var de_ListDatasetsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
4221
4215
|
});
|
|
4222
4216
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
4223
4217
|
const doc = (0, import_smithy_client.take)(data, {
|
|
4224
|
-
datasetSummaries: (_) => de_DatasetSummaries(_, context),
|
|
4218
|
+
datasetSummaries: /* @__PURE__ */ __name((_) => de_DatasetSummaries(_, context), "datasetSummaries"),
|
|
4225
4219
|
nextToken: import_smithy_client.expectString
|
|
4226
4220
|
});
|
|
4227
4221
|
Object.assign(contents, doc);
|
|
@@ -4236,7 +4230,7 @@ var de_ListGatewaysCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
4236
4230
|
});
|
|
4237
4231
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
4238
4232
|
const doc = (0, import_smithy_client.take)(data, {
|
|
4239
|
-
gatewaySummaries: (_) => de_GatewaySummaries(_, context),
|
|
4233
|
+
gatewaySummaries: /* @__PURE__ */ __name((_) => de_GatewaySummaries(_, context), "gatewaySummaries"),
|
|
4240
4234
|
nextToken: import_smithy_client.expectString
|
|
4241
4235
|
});
|
|
4242
4236
|
Object.assign(contents, doc);
|
|
@@ -4252,7 +4246,7 @@ var de_ListPortalsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
4252
4246
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
4253
4247
|
const doc = (0, import_smithy_client.take)(data, {
|
|
4254
4248
|
nextToken: import_smithy_client.expectString,
|
|
4255
|
-
portalSummaries: (_) => de_PortalSummaries(_, context)
|
|
4249
|
+
portalSummaries: /* @__PURE__ */ __name((_) => de_PortalSummaries(_, context), "portalSummaries")
|
|
4256
4250
|
});
|
|
4257
4251
|
Object.assign(contents, doc);
|
|
4258
4252
|
return contents;
|
|
@@ -4282,7 +4276,7 @@ var de_ListProjectsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
4282
4276
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
4283
4277
|
const doc = (0, import_smithy_client.take)(data, {
|
|
4284
4278
|
nextToken: import_smithy_client.expectString,
|
|
4285
|
-
projectSummaries: (_) => de_ProjectSummaries(_, context)
|
|
4279
|
+
projectSummaries: /* @__PURE__ */ __name((_) => de_ProjectSummaries(_, context), "projectSummaries")
|
|
4286
4280
|
});
|
|
4287
4281
|
Object.assign(contents, doc);
|
|
4288
4282
|
return contents;
|
|
@@ -4310,7 +4304,7 @@ var de_ListTimeSeriesCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
4310
4304
|
});
|
|
4311
4305
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
4312
4306
|
const doc = (0, import_smithy_client.take)(data, {
|
|
4313
|
-
TimeSeriesSummaries: (_) => de_TimeSeriesSummaries(_, context),
|
|
4307
|
+
TimeSeriesSummaries: /* @__PURE__ */ __name((_) => de_TimeSeriesSummaries(_, context), "TimeSeriesSummaries"),
|
|
4314
4308
|
nextToken: import_smithy_client.expectString
|
|
4315
4309
|
});
|
|
4316
4310
|
Object.assign(contents, doc);
|
|
@@ -4900,7 +4894,7 @@ var se_AssetPropertyValue = /* @__PURE__ */ __name((input, context) => {
|
|
|
4900
4894
|
return (0, import_smithy_client.take)(input, {
|
|
4901
4895
|
quality: [],
|
|
4902
4896
|
timestamp: import_smithy_client._json,
|
|
4903
|
-
value: (_) => se_Variant(_, context)
|
|
4897
|
+
value: /* @__PURE__ */ __name((_) => se_Variant(_, context), "value")
|
|
4904
4898
|
});
|
|
4905
4899
|
}, "se_AssetPropertyValue");
|
|
4906
4900
|
var se_AssetPropertyValues = /* @__PURE__ */ __name((input, context) => {
|
|
@@ -4917,13 +4911,13 @@ var se_BatchGetAssetPropertyAggregatesEntry = /* @__PURE__ */ __name((input, con
|
|
|
4917
4911
|
return (0, import_smithy_client.take)(input, {
|
|
4918
4912
|
aggregateTypes: import_smithy_client._json,
|
|
4919
4913
|
assetId: [],
|
|
4920
|
-
endDate: (_) => _.getTime() / 1e3,
|
|
4914
|
+
endDate: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "endDate"),
|
|
4921
4915
|
entryId: [],
|
|
4922
4916
|
propertyAlias: [],
|
|
4923
4917
|
propertyId: [],
|
|
4924
4918
|
qualities: import_smithy_client._json,
|
|
4925
4919
|
resolution: [],
|
|
4926
|
-
startDate: (_) => _.getTime() / 1e3,
|
|
4920
|
+
startDate: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "startDate"),
|
|
4927
4921
|
timeOrdering: []
|
|
4928
4922
|
});
|
|
4929
4923
|
}, "se_BatchGetAssetPropertyAggregatesEntry");
|
|
@@ -4935,18 +4929,18 @@ var se_BatchGetAssetPropertyValueHistoryEntries = /* @__PURE__ */ __name((input,
|
|
|
4935
4929
|
var se_BatchGetAssetPropertyValueHistoryEntry = /* @__PURE__ */ __name((input, context) => {
|
|
4936
4930
|
return (0, import_smithy_client.take)(input, {
|
|
4937
4931
|
assetId: [],
|
|
4938
|
-
endDate: (_) => _.getTime() / 1e3,
|
|
4932
|
+
endDate: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "endDate"),
|
|
4939
4933
|
entryId: [],
|
|
4940
4934
|
propertyAlias: [],
|
|
4941
4935
|
propertyId: [],
|
|
4942
4936
|
qualities: import_smithy_client._json,
|
|
4943
|
-
startDate: (_) => _.getTime() / 1e3,
|
|
4937
|
+
startDate: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "startDate"),
|
|
4944
4938
|
timeOrdering: []
|
|
4945
4939
|
});
|
|
4946
4940
|
}, "se_BatchGetAssetPropertyValueHistoryEntry");
|
|
4947
4941
|
var se_Image = /* @__PURE__ */ __name((input, context) => {
|
|
4948
4942
|
return (0, import_smithy_client.take)(input, {
|
|
4949
|
-
file: (_) => se_ImageFile(_, context),
|
|
4943
|
+
file: /* @__PURE__ */ __name((_) => se_ImageFile(_, context), "file"),
|
|
4950
4944
|
id: []
|
|
4951
4945
|
});
|
|
4952
4946
|
}, "se_Image");
|
|
@@ -4967,7 +4961,7 @@ var se_PutAssetPropertyValueEntry = /* @__PURE__ */ __name((input, context) => {
|
|
|
4967
4961
|
entryId: [],
|
|
4968
4962
|
propertyAlias: [],
|
|
4969
4963
|
propertyId: [],
|
|
4970
|
-
propertyValues: (_) => se_AssetPropertyValues(_, context)
|
|
4964
|
+
propertyValues: /* @__PURE__ */ __name((_) => se_AssetPropertyValues(_, context), "propertyValues")
|
|
4971
4965
|
});
|
|
4972
4966
|
}, "se_PutAssetPropertyValueEntry");
|
|
4973
4967
|
var se_Variant = /* @__PURE__ */ __name((input, context) => {
|
|
@@ -4987,10 +4981,10 @@ var de_AccessPolicySummaries = /* @__PURE__ */ __name((output, context) => {
|
|
|
4987
4981
|
}, "de_AccessPolicySummaries");
|
|
4988
4982
|
var de_AccessPolicySummary = /* @__PURE__ */ __name((output, context) => {
|
|
4989
4983
|
return (0, import_smithy_client.take)(output, {
|
|
4990
|
-
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"),
|
|
4991
4985
|
id: import_smithy_client.expectString,
|
|
4992
4986
|
identity: import_smithy_client._json,
|
|
4993
|
-
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"),
|
|
4994
4988
|
permission: import_smithy_client.expectString,
|
|
4995
4989
|
resource: import_smithy_client._json
|
|
4996
4990
|
});
|
|
@@ -4998,8 +4992,8 @@ var de_AccessPolicySummary = /* @__PURE__ */ __name((output, context) => {
|
|
|
4998
4992
|
var de_AggregatedValue = /* @__PURE__ */ __name((output, context) => {
|
|
4999
4993
|
return (0, import_smithy_client.take)(output, {
|
|
5000
4994
|
quality: import_smithy_client.expectString,
|
|
5001
|
-
timestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
5002
|
-
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")
|
|
5003
4997
|
});
|
|
5004
4998
|
}, "de_AggregatedValue");
|
|
5005
4999
|
var de_AggregatedValues = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -5034,11 +5028,11 @@ var de_AssetModelSummary = /* @__PURE__ */ __name((output, context) => {
|
|
|
5034
5028
|
return (0, import_smithy_client.take)(output, {
|
|
5035
5029
|
arn: import_smithy_client.expectString,
|
|
5036
5030
|
assetModelType: import_smithy_client.expectString,
|
|
5037
|
-
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"),
|
|
5038
5032
|
description: import_smithy_client.expectString,
|
|
5039
5033
|
externalId: import_smithy_client.expectString,
|
|
5040
5034
|
id: import_smithy_client.expectString,
|
|
5041
|
-
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"),
|
|
5042
5036
|
name: import_smithy_client.expectString,
|
|
5043
5037
|
status: import_smithy_client._json,
|
|
5044
5038
|
version: import_smithy_client.expectString
|
|
@@ -5048,7 +5042,7 @@ var de_AssetPropertyValue = /* @__PURE__ */ __name((output, context) => {
|
|
|
5048
5042
|
return (0, import_smithy_client.take)(output, {
|
|
5049
5043
|
quality: import_smithy_client.expectString,
|
|
5050
5044
|
timestamp: import_smithy_client._json,
|
|
5051
|
-
value: (_) => de_Variant(_, context)
|
|
5045
|
+
value: /* @__PURE__ */ __name((_) => de_Variant(_, context), "value")
|
|
5052
5046
|
});
|
|
5053
5047
|
}, "de_AssetPropertyValue");
|
|
5054
5048
|
var de_AssetPropertyValueHistory = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -5067,12 +5061,12 @@ var de_AssetSummary = /* @__PURE__ */ __name((output, context) => {
|
|
|
5067
5061
|
return (0, import_smithy_client.take)(output, {
|
|
5068
5062
|
arn: import_smithy_client.expectString,
|
|
5069
5063
|
assetModelId: import_smithy_client.expectString,
|
|
5070
|
-
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"),
|
|
5071
5065
|
description: import_smithy_client.expectString,
|
|
5072
5066
|
externalId: import_smithy_client.expectString,
|
|
5073
5067
|
hierarchies: import_smithy_client._json,
|
|
5074
5068
|
id: import_smithy_client.expectString,
|
|
5075
|
-
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"),
|
|
5076
5070
|
name: import_smithy_client.expectString,
|
|
5077
5071
|
status: import_smithy_client._json
|
|
5078
5072
|
});
|
|
@@ -5087,12 +5081,12 @@ var de_AssociatedAssetsSummary = /* @__PURE__ */ __name((output, context) => {
|
|
|
5087
5081
|
return (0, import_smithy_client.take)(output, {
|
|
5088
5082
|
arn: import_smithy_client.expectString,
|
|
5089
5083
|
assetModelId: import_smithy_client.expectString,
|
|
5090
|
-
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"),
|
|
5091
5085
|
description: import_smithy_client.expectString,
|
|
5092
5086
|
externalId: import_smithy_client.expectString,
|
|
5093
5087
|
hierarchies: import_smithy_client._json,
|
|
5094
5088
|
id: import_smithy_client.expectString,
|
|
5095
|
-
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"),
|
|
5096
5090
|
name: import_smithy_client.expectString,
|
|
5097
5091
|
status: import_smithy_client._json
|
|
5098
5092
|
});
|
|
@@ -5100,7 +5094,7 @@ var de_AssociatedAssetsSummary = /* @__PURE__ */ __name((output, context) => {
|
|
|
5100
5094
|
var de_BatchGetAssetPropertyAggregatesErrorInfo = /* @__PURE__ */ __name((output, context) => {
|
|
5101
5095
|
return (0, import_smithy_client.take)(output, {
|
|
5102
5096
|
errorCode: import_smithy_client.expectString,
|
|
5103
|
-
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")
|
|
5104
5098
|
});
|
|
5105
5099
|
}, "de_BatchGetAssetPropertyAggregatesErrorInfo");
|
|
5106
5100
|
var de_BatchGetAssetPropertyAggregatesSkippedEntries = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -5113,7 +5107,7 @@ var de_BatchGetAssetPropertyAggregatesSkippedEntry = /* @__PURE__ */ __name((out
|
|
|
5113
5107
|
return (0, import_smithy_client.take)(output, {
|
|
5114
5108
|
completionStatus: import_smithy_client.expectString,
|
|
5115
5109
|
entryId: import_smithy_client.expectString,
|
|
5116
|
-
errorInfo: (_) => de_BatchGetAssetPropertyAggregatesErrorInfo(_, context)
|
|
5110
|
+
errorInfo: /* @__PURE__ */ __name((_) => de_BatchGetAssetPropertyAggregatesErrorInfo(_, context), "errorInfo")
|
|
5117
5111
|
});
|
|
5118
5112
|
}, "de_BatchGetAssetPropertyAggregatesSkippedEntry");
|
|
5119
5113
|
var de_BatchGetAssetPropertyAggregatesSuccessEntries = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -5124,20 +5118,20 @@ var de_BatchGetAssetPropertyAggregatesSuccessEntries = /* @__PURE__ */ __name((o
|
|
|
5124
5118
|
}, "de_BatchGetAssetPropertyAggregatesSuccessEntries");
|
|
5125
5119
|
var de_BatchGetAssetPropertyAggregatesSuccessEntry = /* @__PURE__ */ __name((output, context) => {
|
|
5126
5120
|
return (0, import_smithy_client.take)(output, {
|
|
5127
|
-
aggregatedValues: (_) => de_AggregatedValues(_, context),
|
|
5121
|
+
aggregatedValues: /* @__PURE__ */ __name((_) => de_AggregatedValues(_, context), "aggregatedValues"),
|
|
5128
5122
|
entryId: import_smithy_client.expectString
|
|
5129
5123
|
});
|
|
5130
5124
|
}, "de_BatchGetAssetPropertyAggregatesSuccessEntry");
|
|
5131
5125
|
var de_BatchGetAssetPropertyValueErrorInfo = /* @__PURE__ */ __name((output, context) => {
|
|
5132
5126
|
return (0, import_smithy_client.take)(output, {
|
|
5133
5127
|
errorCode: import_smithy_client.expectString,
|
|
5134
|
-
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")
|
|
5135
5129
|
});
|
|
5136
5130
|
}, "de_BatchGetAssetPropertyValueErrorInfo");
|
|
5137
5131
|
var de_BatchGetAssetPropertyValueHistoryErrorInfo = /* @__PURE__ */ __name((output, context) => {
|
|
5138
5132
|
return (0, import_smithy_client.take)(output, {
|
|
5139
5133
|
errorCode: import_smithy_client.expectString,
|
|
5140
|
-
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")
|
|
5141
5135
|
});
|
|
5142
5136
|
}, "de_BatchGetAssetPropertyValueHistoryErrorInfo");
|
|
5143
5137
|
var de_BatchGetAssetPropertyValueHistorySkippedEntries = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -5150,7 +5144,7 @@ var de_BatchGetAssetPropertyValueHistorySkippedEntry = /* @__PURE__ */ __name((o
|
|
|
5150
5144
|
return (0, import_smithy_client.take)(output, {
|
|
5151
5145
|
completionStatus: import_smithy_client.expectString,
|
|
5152
5146
|
entryId: import_smithy_client.expectString,
|
|
5153
|
-
errorInfo: (_) => de_BatchGetAssetPropertyValueHistoryErrorInfo(_, context)
|
|
5147
|
+
errorInfo: /* @__PURE__ */ __name((_) => de_BatchGetAssetPropertyValueHistoryErrorInfo(_, context), "errorInfo")
|
|
5154
5148
|
});
|
|
5155
5149
|
}, "de_BatchGetAssetPropertyValueHistorySkippedEntry");
|
|
5156
5150
|
var de_BatchGetAssetPropertyValueHistorySuccessEntries = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -5161,7 +5155,7 @@ var de_BatchGetAssetPropertyValueHistorySuccessEntries = /* @__PURE__ */ __name(
|
|
|
5161
5155
|
}, "de_BatchGetAssetPropertyValueHistorySuccessEntries");
|
|
5162
5156
|
var de_BatchGetAssetPropertyValueHistorySuccessEntry = /* @__PURE__ */ __name((output, context) => {
|
|
5163
5157
|
return (0, import_smithy_client.take)(output, {
|
|
5164
|
-
assetPropertyValueHistory: (_) => de_AssetPropertyValueHistory(_, context),
|
|
5158
|
+
assetPropertyValueHistory: /* @__PURE__ */ __name((_) => de_AssetPropertyValueHistory(_, context), "assetPropertyValueHistory"),
|
|
5165
5159
|
entryId: import_smithy_client.expectString
|
|
5166
5160
|
});
|
|
5167
5161
|
}, "de_BatchGetAssetPropertyValueHistorySuccessEntry");
|
|
@@ -5175,7 +5169,7 @@ var de_BatchGetAssetPropertyValueSkippedEntry = /* @__PURE__ */ __name((output,
|
|
|
5175
5169
|
return (0, import_smithy_client.take)(output, {
|
|
5176
5170
|
completionStatus: import_smithy_client.expectString,
|
|
5177
5171
|
entryId: import_smithy_client.expectString,
|
|
5178
|
-
errorInfo: (_) => de_BatchGetAssetPropertyValueErrorInfo(_, context)
|
|
5172
|
+
errorInfo: /* @__PURE__ */ __name((_) => de_BatchGetAssetPropertyValueErrorInfo(_, context), "errorInfo")
|
|
5179
5173
|
});
|
|
5180
5174
|
}, "de_BatchGetAssetPropertyValueSkippedEntry");
|
|
5181
5175
|
var de_BatchGetAssetPropertyValueSuccessEntries = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -5186,7 +5180,7 @@ var de_BatchGetAssetPropertyValueSuccessEntries = /* @__PURE__ */ __name((output
|
|
|
5186
5180
|
}, "de_BatchGetAssetPropertyValueSuccessEntries");
|
|
5187
5181
|
var de_BatchGetAssetPropertyValueSuccessEntry = /* @__PURE__ */ __name((output, context) => {
|
|
5188
5182
|
return (0, import_smithy_client.take)(output, {
|
|
5189
|
-
assetPropertyValue: (_) => de_AssetPropertyValue(_, context),
|
|
5183
|
+
assetPropertyValue: /* @__PURE__ */ __name((_) => de_AssetPropertyValue(_, context), "assetPropertyValue"),
|
|
5190
5184
|
entryId: import_smithy_client.expectString
|
|
5191
5185
|
});
|
|
5192
5186
|
}, "de_BatchGetAssetPropertyValueSuccessEntry");
|
|
@@ -5198,10 +5192,10 @@ var de_DashboardSummaries = /* @__PURE__ */ __name((output, context) => {
|
|
|
5198
5192
|
}, "de_DashboardSummaries");
|
|
5199
5193
|
var de_DashboardSummary = /* @__PURE__ */ __name((output, context) => {
|
|
5200
5194
|
return (0, import_smithy_client.take)(output, {
|
|
5201
|
-
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"),
|
|
5202
5196
|
description: import_smithy_client.expectString,
|
|
5203
5197
|
id: import_smithy_client.expectString,
|
|
5204
|
-
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"),
|
|
5205
5199
|
name: import_smithy_client.expectString
|
|
5206
5200
|
});
|
|
5207
5201
|
}, "de_DashboardSummary");
|
|
@@ -5214,19 +5208,19 @@ var de_DatasetSummaries = /* @__PURE__ */ __name((output, context) => {
|
|
|
5214
5208
|
var de_DatasetSummary = /* @__PURE__ */ __name((output, context) => {
|
|
5215
5209
|
return (0, import_smithy_client.take)(output, {
|
|
5216
5210
|
arn: import_smithy_client.expectString,
|
|
5217
|
-
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"),
|
|
5218
5212
|
description: import_smithy_client.expectString,
|
|
5219
5213
|
id: import_smithy_client.expectString,
|
|
5220
|
-
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"),
|
|
5221
5215
|
name: import_smithy_client.expectString,
|
|
5222
5216
|
status: import_smithy_client._json
|
|
5223
5217
|
});
|
|
5224
5218
|
}, "de_DatasetSummary");
|
|
5225
5219
|
var de_Datum = /* @__PURE__ */ __name((output, context) => {
|
|
5226
5220
|
return (0, import_smithy_client.take)(output, {
|
|
5227
|
-
arrayValue: (_) => de_DatumList(_, context),
|
|
5221
|
+
arrayValue: /* @__PURE__ */ __name((_) => de_DatumList(_, context), "arrayValue"),
|
|
5228
5222
|
nullValue: import_smithy_client.expectBoolean,
|
|
5229
|
-
rowValue: (_) => de_Row(_, context),
|
|
5223
|
+
rowValue: /* @__PURE__ */ __name((_) => de_Row(_, context), "rowValue"),
|
|
5230
5224
|
scalarValue: import_smithy_client.expectString
|
|
5231
5225
|
});
|
|
5232
5226
|
}, "de_Datum");
|
|
@@ -5244,18 +5238,19 @@ var de_GatewaySummaries = /* @__PURE__ */ __name((output, context) => {
|
|
|
5244
5238
|
}, "de_GatewaySummaries");
|
|
5245
5239
|
var de_GatewaySummary = /* @__PURE__ */ __name((output, context) => {
|
|
5246
5240
|
return (0, import_smithy_client.take)(output, {
|
|
5247
|
-
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"),
|
|
5248
5242
|
gatewayCapabilitySummaries: import_smithy_client._json,
|
|
5249
5243
|
gatewayId: import_smithy_client.expectString,
|
|
5250
5244
|
gatewayName: import_smithy_client.expectString,
|
|
5251
5245
|
gatewayPlatform: import_smithy_client._json,
|
|
5252
|
-
|
|
5246
|
+
gatewayVersion: import_smithy_client.expectString,
|
|
5247
|
+
lastUpdateDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastUpdateDate")
|
|
5253
5248
|
});
|
|
5254
5249
|
}, "de_GatewaySummary");
|
|
5255
5250
|
var de_InterpolatedAssetPropertyValue = /* @__PURE__ */ __name((output, context) => {
|
|
5256
5251
|
return (0, import_smithy_client.take)(output, {
|
|
5257
5252
|
timestamp: import_smithy_client._json,
|
|
5258
|
-
value: (_) => de_Variant(_, context)
|
|
5253
|
+
value: /* @__PURE__ */ __name((_) => de_Variant(_, context), "value")
|
|
5259
5254
|
});
|
|
5260
5255
|
}, "de_InterpolatedAssetPropertyValue");
|
|
5261
5256
|
var de_InterpolatedAssetPropertyValues = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -5272,10 +5267,10 @@ var de_PortalSummaries = /* @__PURE__ */ __name((output, context) => {
|
|
|
5272
5267
|
}, "de_PortalSummaries");
|
|
5273
5268
|
var de_PortalSummary = /* @__PURE__ */ __name((output, context) => {
|
|
5274
5269
|
return (0, import_smithy_client.take)(output, {
|
|
5275
|
-
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"),
|
|
5276
5271
|
description: import_smithy_client.expectString,
|
|
5277
5272
|
id: import_smithy_client.expectString,
|
|
5278
|
-
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"),
|
|
5279
5274
|
name: import_smithy_client.expectString,
|
|
5280
5275
|
portalType: import_smithy_client.expectString,
|
|
5281
5276
|
roleArn: import_smithy_client.expectString,
|
|
@@ -5291,16 +5286,16 @@ var de_ProjectSummaries = /* @__PURE__ */ __name((output, context) => {
|
|
|
5291
5286
|
}, "de_ProjectSummaries");
|
|
5292
5287
|
var de_ProjectSummary = /* @__PURE__ */ __name((output, context) => {
|
|
5293
5288
|
return (0, import_smithy_client.take)(output, {
|
|
5294
|
-
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"),
|
|
5295
5290
|
description: import_smithy_client.expectString,
|
|
5296
5291
|
id: import_smithy_client.expectString,
|
|
5297
|
-
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"),
|
|
5298
5293
|
name: import_smithy_client.expectString
|
|
5299
5294
|
});
|
|
5300
5295
|
}, "de_ProjectSummary");
|
|
5301
5296
|
var de_Row = /* @__PURE__ */ __name((output, context) => {
|
|
5302
5297
|
return (0, import_smithy_client.take)(output, {
|
|
5303
|
-
data: (_) => de_DatumList(_, context)
|
|
5298
|
+
data: /* @__PURE__ */ __name((_) => de_DatumList(_, context), "data")
|
|
5304
5299
|
});
|
|
5305
5300
|
}, "de_Row");
|
|
5306
5301
|
var de_Rows = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -5323,9 +5318,9 @@ var de_TimeSeriesSummary = /* @__PURE__ */ __name((output, context) => {
|
|
|
5323
5318
|
dataTypeSpec: import_smithy_client.expectString,
|
|
5324
5319
|
propertyId: import_smithy_client.expectString,
|
|
5325
5320
|
timeSeriesArn: import_smithy_client.expectString,
|
|
5326
|
-
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"),
|
|
5327
5322
|
timeSeriesId: import_smithy_client.expectString,
|
|
5328
|
-
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")
|
|
5329
5324
|
});
|
|
5330
5325
|
}, "de_TimeSeriesSummary");
|
|
5331
5326
|
var de_Variant = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -7304,6 +7299,7 @@ var waitUntilPortalNotExists = /* @__PURE__ */ __name(async (params, input) => {
|
|
|
7304
7299
|
DatasetSourceFormat,
|
|
7305
7300
|
DatasetSourceType,
|
|
7306
7301
|
DatasetState,
|
|
7302
|
+
CoreDeviceOperatingSystem,
|
|
7307
7303
|
ImageFileType,
|
|
7308
7304
|
PortalType,
|
|
7309
7305
|
MonitorErrorCode,
|