@aws-sdk/client-iotthingsgraph 3.758.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 +38 -38
- 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
|
AssociateEntityToThingCommand: () => AssociateEntityToThingCommand,
|
|
25
25
|
CreateFlowTemplateCommand: () => CreateFlowTemplateCommand,
|
|
26
26
|
CreateSystemInstanceCommand: () => CreateSystemInstanceCommand,
|
|
@@ -91,7 +91,7 @@ __export(src_exports, {
|
|
|
91
91
|
paginateSearchSystemTemplates: () => paginateSearchSystemTemplates,
|
|
92
92
|
paginateSearchThings: () => paginateSearchThings
|
|
93
93
|
});
|
|
94
|
-
module.exports = __toCommonJS(
|
|
94
|
+
module.exports = __toCommonJS(index_exports);
|
|
95
95
|
|
|
96
96
|
// src/IoTThingsGraphClient.ts
|
|
97
97
|
var import_middleware_host_header = require("@aws-sdk/middleware-host-header");
|
|
@@ -218,9 +218,9 @@ var IoTThingsGraphClient = class extends import_smithy_client.Client {
|
|
|
218
218
|
this.middlewareStack.use(
|
|
219
219
|
(0, import_core.getHttpAuthSchemeEndpointRuleSetPlugin)(this.config, {
|
|
220
220
|
httpAuthSchemeParametersProvider: import_httpAuthSchemeProvider.defaultIoTThingsGraphHttpAuthSchemeParametersProvider,
|
|
221
|
-
identityProviderConfigProvider: async (config) => new import_core.DefaultIdentityProviderConfig({
|
|
221
|
+
identityProviderConfigProvider: /* @__PURE__ */ __name(async (config) => new import_core.DefaultIdentityProviderConfig({
|
|
222
222
|
"aws.auth#sigv4": config.credentials
|
|
223
|
-
})
|
|
223
|
+
}), "identityProviderConfigProvider")
|
|
224
224
|
})
|
|
225
225
|
);
|
|
226
226
|
this.middlewareStack.use((0, import_core.getHttpSigningPlugin)(this.config));
|
|
@@ -1243,39 +1243,39 @@ var de_ThrottlingExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, cont
|
|
|
1243
1243
|
}, "de_ThrottlingExceptionRes");
|
|
1244
1244
|
var se_SearchFlowExecutionsRequest = /* @__PURE__ */ __name((input, context) => {
|
|
1245
1245
|
return (0, import_smithy_client.take)(input, {
|
|
1246
|
-
endTime: (_) => _.getTime() / 1e3,
|
|
1246
|
+
endTime: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "endTime"),
|
|
1247
1247
|
flowExecutionId: [],
|
|
1248
1248
|
maxResults: [],
|
|
1249
1249
|
nextToken: [],
|
|
1250
|
-
startTime: (_) => _.getTime() / 1e3,
|
|
1250
|
+
startTime: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "startTime"),
|
|
1251
1251
|
systemInstanceId: []
|
|
1252
1252
|
});
|
|
1253
1253
|
}, "se_SearchFlowExecutionsRequest");
|
|
1254
1254
|
var de_CreateFlowTemplateResponse = /* @__PURE__ */ __name((output, context) => {
|
|
1255
1255
|
return (0, import_smithy_client.take)(output, {
|
|
1256
|
-
summary: (_) => de_FlowTemplateSummary(_, context)
|
|
1256
|
+
summary: /* @__PURE__ */ __name((_) => de_FlowTemplateSummary(_, context), "summary")
|
|
1257
1257
|
});
|
|
1258
1258
|
}, "de_CreateFlowTemplateResponse");
|
|
1259
1259
|
var de_CreateSystemInstanceResponse = /* @__PURE__ */ __name((output, context) => {
|
|
1260
1260
|
return (0, import_smithy_client.take)(output, {
|
|
1261
|
-
summary: (_) => de_SystemInstanceSummary(_, context)
|
|
1261
|
+
summary: /* @__PURE__ */ __name((_) => de_SystemInstanceSummary(_, context), "summary")
|
|
1262
1262
|
});
|
|
1263
1263
|
}, "de_CreateSystemInstanceResponse");
|
|
1264
1264
|
var de_CreateSystemTemplateResponse = /* @__PURE__ */ __name((output, context) => {
|
|
1265
1265
|
return (0, import_smithy_client.take)(output, {
|
|
1266
|
-
summary: (_) => de_SystemTemplateSummary(_, context)
|
|
1266
|
+
summary: /* @__PURE__ */ __name((_) => de_SystemTemplateSummary(_, context), "summary")
|
|
1267
1267
|
});
|
|
1268
1268
|
}, "de_CreateSystemTemplateResponse");
|
|
1269
1269
|
var de_DeploySystemInstanceResponse = /* @__PURE__ */ __name((output, context) => {
|
|
1270
1270
|
return (0, import_smithy_client.take)(output, {
|
|
1271
1271
|
greengrassDeploymentId: import_smithy_client.expectString,
|
|
1272
|
-
summary: (_) => de_SystemInstanceSummary(_, context)
|
|
1272
|
+
summary: /* @__PURE__ */ __name((_) => de_SystemInstanceSummary(_, context), "summary")
|
|
1273
1273
|
});
|
|
1274
1274
|
}, "de_DeploySystemInstanceResponse");
|
|
1275
1275
|
var de_EntityDescription = /* @__PURE__ */ __name((output, context) => {
|
|
1276
1276
|
return (0, import_smithy_client.take)(output, {
|
|
1277
1277
|
arn: import_smithy_client.expectString,
|
|
1278
|
-
createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1278
|
+
createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdAt"),
|
|
1279
1279
|
definition: import_smithy_client._json,
|
|
1280
1280
|
id: import_smithy_client.expectString,
|
|
1281
1281
|
type: import_smithy_client.expectString
|
|
@@ -1292,7 +1292,7 @@ var de_FlowExecutionMessage = /* @__PURE__ */ __name((output, context) => {
|
|
|
1292
1292
|
eventType: import_smithy_client.expectString,
|
|
1293
1293
|
messageId: import_smithy_client.expectString,
|
|
1294
1294
|
payload: import_smithy_client.expectString,
|
|
1295
|
-
timestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
1295
|
+
timestamp: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "timestamp")
|
|
1296
1296
|
});
|
|
1297
1297
|
}, "de_FlowExecutionMessage");
|
|
1298
1298
|
var de_FlowExecutionMessages = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -1309,18 +1309,18 @@ var de_FlowExecutionSummaries = /* @__PURE__ */ __name((output, context) => {
|
|
|
1309
1309
|
}, "de_FlowExecutionSummaries");
|
|
1310
1310
|
var de_FlowExecutionSummary = /* @__PURE__ */ __name((output, context) => {
|
|
1311
1311
|
return (0, import_smithy_client.take)(output, {
|
|
1312
|
-
createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1312
|
+
createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdAt"),
|
|
1313
1313
|
flowExecutionId: import_smithy_client.expectString,
|
|
1314
1314
|
flowTemplateId: import_smithy_client.expectString,
|
|
1315
1315
|
status: import_smithy_client.expectString,
|
|
1316
1316
|
systemInstanceId: import_smithy_client.expectString,
|
|
1317
|
-
updatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
1317
|
+
updatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "updatedAt")
|
|
1318
1318
|
});
|
|
1319
1319
|
}, "de_FlowExecutionSummary");
|
|
1320
1320
|
var de_FlowTemplateDescription = /* @__PURE__ */ __name((output, context) => {
|
|
1321
1321
|
return (0, import_smithy_client.take)(output, {
|
|
1322
1322
|
definition: import_smithy_client._json,
|
|
1323
|
-
summary: (_) => de_FlowTemplateSummary(_, context),
|
|
1323
|
+
summary: /* @__PURE__ */ __name((_) => de_FlowTemplateSummary(_, context), "summary"),
|
|
1324
1324
|
validatedNamespaceVersion: import_smithy_client.expectLong
|
|
1325
1325
|
});
|
|
1326
1326
|
}, "de_FlowTemplateDescription");
|
|
@@ -1333,46 +1333,46 @@ var de_FlowTemplateSummaries = /* @__PURE__ */ __name((output, context) => {
|
|
|
1333
1333
|
var de_FlowTemplateSummary = /* @__PURE__ */ __name((output, context) => {
|
|
1334
1334
|
return (0, import_smithy_client.take)(output, {
|
|
1335
1335
|
arn: import_smithy_client.expectString,
|
|
1336
|
-
createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1336
|
+
createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdAt"),
|
|
1337
1337
|
id: import_smithy_client.expectString,
|
|
1338
1338
|
revisionNumber: import_smithy_client.expectLong
|
|
1339
1339
|
});
|
|
1340
1340
|
}, "de_FlowTemplateSummary");
|
|
1341
1341
|
var de_GetEntitiesResponse = /* @__PURE__ */ __name((output, context) => {
|
|
1342
1342
|
return (0, import_smithy_client.take)(output, {
|
|
1343
|
-
descriptions: (_) => de_EntityDescriptions(_, context)
|
|
1343
|
+
descriptions: /* @__PURE__ */ __name((_) => de_EntityDescriptions(_, context), "descriptions")
|
|
1344
1344
|
});
|
|
1345
1345
|
}, "de_GetEntitiesResponse");
|
|
1346
1346
|
var de_GetFlowTemplateResponse = /* @__PURE__ */ __name((output, context) => {
|
|
1347
1347
|
return (0, import_smithy_client.take)(output, {
|
|
1348
|
-
description: (_) => de_FlowTemplateDescription(_, context)
|
|
1348
|
+
description: /* @__PURE__ */ __name((_) => de_FlowTemplateDescription(_, context), "description")
|
|
1349
1349
|
});
|
|
1350
1350
|
}, "de_GetFlowTemplateResponse");
|
|
1351
1351
|
var de_GetFlowTemplateRevisionsResponse = /* @__PURE__ */ __name((output, context) => {
|
|
1352
1352
|
return (0, import_smithy_client.take)(output, {
|
|
1353
1353
|
nextToken: import_smithy_client.expectString,
|
|
1354
|
-
summaries: (_) => de_FlowTemplateSummaries(_, context)
|
|
1354
|
+
summaries: /* @__PURE__ */ __name((_) => de_FlowTemplateSummaries(_, context), "summaries")
|
|
1355
1355
|
});
|
|
1356
1356
|
}, "de_GetFlowTemplateRevisionsResponse");
|
|
1357
1357
|
var de_GetSystemInstanceResponse = /* @__PURE__ */ __name((output, context) => {
|
|
1358
1358
|
return (0, import_smithy_client.take)(output, {
|
|
1359
|
-
description: (_) => de_SystemInstanceDescription(_, context)
|
|
1359
|
+
description: /* @__PURE__ */ __name((_) => de_SystemInstanceDescription(_, context), "description")
|
|
1360
1360
|
});
|
|
1361
1361
|
}, "de_GetSystemInstanceResponse");
|
|
1362
1362
|
var de_GetSystemTemplateResponse = /* @__PURE__ */ __name((output, context) => {
|
|
1363
1363
|
return (0, import_smithy_client.take)(output, {
|
|
1364
|
-
description: (_) => de_SystemTemplateDescription(_, context)
|
|
1364
|
+
description: /* @__PURE__ */ __name((_) => de_SystemTemplateDescription(_, context), "description")
|
|
1365
1365
|
});
|
|
1366
1366
|
}, "de_GetSystemTemplateResponse");
|
|
1367
1367
|
var de_GetSystemTemplateRevisionsResponse = /* @__PURE__ */ __name((output, context) => {
|
|
1368
1368
|
return (0, import_smithy_client.take)(output, {
|
|
1369
1369
|
nextToken: import_smithy_client.expectString,
|
|
1370
|
-
summaries: (_) => de_SystemTemplateSummaries(_, context)
|
|
1370
|
+
summaries: /* @__PURE__ */ __name((_) => de_SystemTemplateSummaries(_, context), "summaries")
|
|
1371
1371
|
});
|
|
1372
1372
|
}, "de_GetSystemTemplateRevisionsResponse");
|
|
1373
1373
|
var de_GetUploadStatusResponse = /* @__PURE__ */ __name((output, context) => {
|
|
1374
1374
|
return (0, import_smithy_client.take)(output, {
|
|
1375
|
-
createdDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1375
|
+
createdDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdDate"),
|
|
1376
1376
|
failureReason: import_smithy_client._json,
|
|
1377
1377
|
namespaceArn: import_smithy_client.expectString,
|
|
1378
1378
|
namespaceName: import_smithy_client.expectString,
|
|
@@ -1383,38 +1383,38 @@ var de_GetUploadStatusResponse = /* @__PURE__ */ __name((output, context) => {
|
|
|
1383
1383
|
}, "de_GetUploadStatusResponse");
|
|
1384
1384
|
var de_ListFlowExecutionMessagesResponse = /* @__PURE__ */ __name((output, context) => {
|
|
1385
1385
|
return (0, import_smithy_client.take)(output, {
|
|
1386
|
-
messages: (_) => de_FlowExecutionMessages(_, context),
|
|
1386
|
+
messages: /* @__PURE__ */ __name((_) => de_FlowExecutionMessages(_, context), "messages"),
|
|
1387
1387
|
nextToken: import_smithy_client.expectString
|
|
1388
1388
|
});
|
|
1389
1389
|
}, "de_ListFlowExecutionMessagesResponse");
|
|
1390
1390
|
var de_SearchEntitiesResponse = /* @__PURE__ */ __name((output, context) => {
|
|
1391
1391
|
return (0, import_smithy_client.take)(output, {
|
|
1392
|
-
descriptions: (_) => de_EntityDescriptions(_, context),
|
|
1392
|
+
descriptions: /* @__PURE__ */ __name((_) => de_EntityDescriptions(_, context), "descriptions"),
|
|
1393
1393
|
nextToken: import_smithy_client.expectString
|
|
1394
1394
|
});
|
|
1395
1395
|
}, "de_SearchEntitiesResponse");
|
|
1396
1396
|
var de_SearchFlowExecutionsResponse = /* @__PURE__ */ __name((output, context) => {
|
|
1397
1397
|
return (0, import_smithy_client.take)(output, {
|
|
1398
1398
|
nextToken: import_smithy_client.expectString,
|
|
1399
|
-
summaries: (_) => de_FlowExecutionSummaries(_, context)
|
|
1399
|
+
summaries: /* @__PURE__ */ __name((_) => de_FlowExecutionSummaries(_, context), "summaries")
|
|
1400
1400
|
});
|
|
1401
1401
|
}, "de_SearchFlowExecutionsResponse");
|
|
1402
1402
|
var de_SearchFlowTemplatesResponse = /* @__PURE__ */ __name((output, context) => {
|
|
1403
1403
|
return (0, import_smithy_client.take)(output, {
|
|
1404
1404
|
nextToken: import_smithy_client.expectString,
|
|
1405
|
-
summaries: (_) => de_FlowTemplateSummaries(_, context)
|
|
1405
|
+
summaries: /* @__PURE__ */ __name((_) => de_FlowTemplateSummaries(_, context), "summaries")
|
|
1406
1406
|
});
|
|
1407
1407
|
}, "de_SearchFlowTemplatesResponse");
|
|
1408
1408
|
var de_SearchSystemInstancesResponse = /* @__PURE__ */ __name((output, context) => {
|
|
1409
1409
|
return (0, import_smithy_client.take)(output, {
|
|
1410
1410
|
nextToken: import_smithy_client.expectString,
|
|
1411
|
-
summaries: (_) => de_SystemInstanceSummaries(_, context)
|
|
1411
|
+
summaries: /* @__PURE__ */ __name((_) => de_SystemInstanceSummaries(_, context), "summaries")
|
|
1412
1412
|
});
|
|
1413
1413
|
}, "de_SearchSystemInstancesResponse");
|
|
1414
1414
|
var de_SearchSystemTemplatesResponse = /* @__PURE__ */ __name((output, context) => {
|
|
1415
1415
|
return (0, import_smithy_client.take)(output, {
|
|
1416
1416
|
nextToken: import_smithy_client.expectString,
|
|
1417
|
-
summaries: (_) => de_SystemTemplateSummaries(_, context)
|
|
1417
|
+
summaries: /* @__PURE__ */ __name((_) => de_SystemTemplateSummaries(_, context), "summaries")
|
|
1418
1418
|
});
|
|
1419
1419
|
}, "de_SearchSystemTemplatesResponse");
|
|
1420
1420
|
var de_SystemInstanceDescription = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -1423,7 +1423,7 @@ var de_SystemInstanceDescription = /* @__PURE__ */ __name((output, context) => {
|
|
|
1423
1423
|
flowActionsRoleArn: import_smithy_client.expectString,
|
|
1424
1424
|
metricsConfiguration: import_smithy_client._json,
|
|
1425
1425
|
s3BucketName: import_smithy_client.expectString,
|
|
1426
|
-
summary: (_) => de_SystemInstanceSummary(_, context),
|
|
1426
|
+
summary: /* @__PURE__ */ __name((_) => de_SystemInstanceSummary(_, context), "summary"),
|
|
1427
1427
|
validatedDependencyRevisions: import_smithy_client._json,
|
|
1428
1428
|
validatedNamespaceVersion: import_smithy_client.expectLong
|
|
1429
1429
|
});
|
|
@@ -1437,20 +1437,20 @@ var de_SystemInstanceSummaries = /* @__PURE__ */ __name((output, context) => {
|
|
|
1437
1437
|
var de_SystemInstanceSummary = /* @__PURE__ */ __name((output, context) => {
|
|
1438
1438
|
return (0, import_smithy_client.take)(output, {
|
|
1439
1439
|
arn: import_smithy_client.expectString,
|
|
1440
|
-
createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1440
|
+
createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdAt"),
|
|
1441
1441
|
greengrassGroupId: import_smithy_client.expectString,
|
|
1442
1442
|
greengrassGroupName: import_smithy_client.expectString,
|
|
1443
1443
|
greengrassGroupVersionId: import_smithy_client.expectString,
|
|
1444
1444
|
id: import_smithy_client.expectString,
|
|
1445
1445
|
status: import_smithy_client.expectString,
|
|
1446
1446
|
target: import_smithy_client.expectString,
|
|
1447
|
-
updatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
1447
|
+
updatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "updatedAt")
|
|
1448
1448
|
});
|
|
1449
1449
|
}, "de_SystemInstanceSummary");
|
|
1450
1450
|
var de_SystemTemplateDescription = /* @__PURE__ */ __name((output, context) => {
|
|
1451
1451
|
return (0, import_smithy_client.take)(output, {
|
|
1452
1452
|
definition: import_smithy_client._json,
|
|
1453
|
-
summary: (_) => de_SystemTemplateSummary(_, context),
|
|
1453
|
+
summary: /* @__PURE__ */ __name((_) => de_SystemTemplateSummary(_, context), "summary"),
|
|
1454
1454
|
validatedNamespaceVersion: import_smithy_client.expectLong
|
|
1455
1455
|
});
|
|
1456
1456
|
}, "de_SystemTemplateDescription");
|
|
@@ -1463,24 +1463,24 @@ var de_SystemTemplateSummaries = /* @__PURE__ */ __name((output, context) => {
|
|
|
1463
1463
|
var de_SystemTemplateSummary = /* @__PURE__ */ __name((output, context) => {
|
|
1464
1464
|
return (0, import_smithy_client.take)(output, {
|
|
1465
1465
|
arn: import_smithy_client.expectString,
|
|
1466
|
-
createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1466
|
+
createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdAt"),
|
|
1467
1467
|
id: import_smithy_client.expectString,
|
|
1468
1468
|
revisionNumber: import_smithy_client.expectLong
|
|
1469
1469
|
});
|
|
1470
1470
|
}, "de_SystemTemplateSummary");
|
|
1471
1471
|
var de_UndeploySystemInstanceResponse = /* @__PURE__ */ __name((output, context) => {
|
|
1472
1472
|
return (0, import_smithy_client.take)(output, {
|
|
1473
|
-
summary: (_) => de_SystemInstanceSummary(_, context)
|
|
1473
|
+
summary: /* @__PURE__ */ __name((_) => de_SystemInstanceSummary(_, context), "summary")
|
|
1474
1474
|
});
|
|
1475
1475
|
}, "de_UndeploySystemInstanceResponse");
|
|
1476
1476
|
var de_UpdateFlowTemplateResponse = /* @__PURE__ */ __name((output, context) => {
|
|
1477
1477
|
return (0, import_smithy_client.take)(output, {
|
|
1478
|
-
summary: (_) => de_FlowTemplateSummary(_, context)
|
|
1478
|
+
summary: /* @__PURE__ */ __name((_) => de_FlowTemplateSummary(_, context), "summary")
|
|
1479
1479
|
});
|
|
1480
1480
|
}, "de_UpdateFlowTemplateResponse");
|
|
1481
1481
|
var de_UpdateSystemTemplateResponse = /* @__PURE__ */ __name((output, context) => {
|
|
1482
1482
|
return (0, import_smithy_client.take)(output, {
|
|
1483
|
-
summary: (_) => de_SystemTemplateSummary(_, context)
|
|
1483
|
+
summary: /* @__PURE__ */ __name((_) => de_SystemTemplateSummary(_, context), "summary")
|
|
1484
1484
|
});
|
|
1485
1485
|
}, "de_UpdateSystemTemplateResponse");
|
|
1486
1486
|
var deserializeMetadata = /* @__PURE__ */ __name((output) => ({
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-iotthingsgraph",
|
|
3
3
|
"description": "AWS SDK for JavaScript Iotthingsgraph 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-iotthingsgraph",
|
|
@@ -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/fetch-http-handler": "^5.0.1",
|