@aws-sdk/client-iotthingsgraph 3.716.0 → 3.723.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 CHANGED
@@ -189,7 +189,14 @@ var resolveRuntimeExtensions = /* @__PURE__ */ __name((runtimeConfig, extensions
189
189
  }, "resolveRuntimeExtensions");
190
190
 
191
191
  // src/IoTThingsGraphClient.ts
192
- var _IoTThingsGraphClient = class _IoTThingsGraphClient extends import_smithy_client.Client {
192
+ var IoTThingsGraphClient = class extends import_smithy_client.Client {
193
+ static {
194
+ __name(this, "IoTThingsGraphClient");
195
+ }
196
+ /**
197
+ * The resolved configuration of IoTThingsGraphClient class. This is resolved and normalized from the {@link IoTThingsGraphClientConfig | constructor configuration interface}.
198
+ */
199
+ config;
193
200
  constructor(...[configuration]) {
194
201
  const _config_0 = (0, import_runtimeConfig.getRuntimeConfig)(configuration || {});
195
202
  const _config_1 = resolveClientEndpointParameters(_config_0);
@@ -199,7 +206,7 @@ var _IoTThingsGraphClient = class _IoTThingsGraphClient extends import_smithy_cl
199
206
  const _config_5 = (0, import_middleware_host_header.resolveHostHeaderConfig)(_config_4);
200
207
  const _config_6 = (0, import_middleware_endpoint.resolveEndpointConfig)(_config_5);
201
208
  const _config_7 = (0, import_httpAuthSchemeProvider.resolveHttpAuthSchemeConfig)(_config_6);
202
- const _config_8 = resolveRuntimeExtensions(_config_7, (configuration == null ? void 0 : configuration.extensions) || []);
209
+ const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);
203
210
  super(_config_8);
204
211
  this.config = _config_8;
205
212
  this.middlewareStack.use((0, import_middleware_user_agent.getUserAgentPlugin)(this.config));
@@ -227,8 +234,6 @@ var _IoTThingsGraphClient = class _IoTThingsGraphClient extends import_smithy_cl
227
234
  super.destroy();
228
235
  }
229
236
  };
230
- __name(_IoTThingsGraphClient, "IoTThingsGraphClient");
231
- var IoTThingsGraphClient = _IoTThingsGraphClient;
232
237
 
233
238
  // src/IoTThingsGraph.ts
234
239
 
@@ -245,7 +250,10 @@ var import_core2 = require("@aws-sdk/core");
245
250
 
246
251
  // src/models/IoTThingsGraphServiceException.ts
247
252
 
248
- var _IoTThingsGraphServiceException = class _IoTThingsGraphServiceException extends import_smithy_client.ServiceException {
253
+ var IoTThingsGraphServiceException = class _IoTThingsGraphServiceException extends import_smithy_client.ServiceException {
254
+ static {
255
+ __name(this, "IoTThingsGraphServiceException");
256
+ }
249
257
  /**
250
258
  * @internal
251
259
  */
@@ -254,11 +262,14 @@ var _IoTThingsGraphServiceException = class _IoTThingsGraphServiceException exte
254
262
  Object.setPrototypeOf(this, _IoTThingsGraphServiceException.prototype);
255
263
  }
256
264
  };
257
- __name(_IoTThingsGraphServiceException, "IoTThingsGraphServiceException");
258
- var IoTThingsGraphServiceException = _IoTThingsGraphServiceException;
259
265
 
260
266
  // src/models/models_0.ts
261
- var _InternalFailureException = class _InternalFailureException extends IoTThingsGraphServiceException {
267
+ var InternalFailureException = class _InternalFailureException extends IoTThingsGraphServiceException {
268
+ static {
269
+ __name(this, "InternalFailureException");
270
+ }
271
+ name = "InternalFailureException";
272
+ $fault = "server";
262
273
  /**
263
274
  * @internal
264
275
  */
@@ -268,14 +279,15 @@ var _InternalFailureException = class _InternalFailureException extends IoTThing
268
279
  $fault: "server",
269
280
  ...opts
270
281
  });
271
- this.name = "InternalFailureException";
272
- this.$fault = "server";
273
282
  Object.setPrototypeOf(this, _InternalFailureException.prototype);
274
283
  }
275
284
  };
276
- __name(_InternalFailureException, "InternalFailureException");
277
- var InternalFailureException = _InternalFailureException;
278
- var _InvalidRequestException = class _InvalidRequestException extends IoTThingsGraphServiceException {
285
+ var InvalidRequestException = class _InvalidRequestException extends IoTThingsGraphServiceException {
286
+ static {
287
+ __name(this, "InvalidRequestException");
288
+ }
289
+ name = "InvalidRequestException";
290
+ $fault = "client";
279
291
  /**
280
292
  * @internal
281
293
  */
@@ -285,14 +297,15 @@ var _InvalidRequestException = class _InvalidRequestException extends IoTThingsG
285
297
  $fault: "client",
286
298
  ...opts
287
299
  });
288
- this.name = "InvalidRequestException";
289
- this.$fault = "client";
290
300
  Object.setPrototypeOf(this, _InvalidRequestException.prototype);
291
301
  }
292
302
  };
293
- __name(_InvalidRequestException, "InvalidRequestException");
294
- var InvalidRequestException = _InvalidRequestException;
295
- var _ResourceNotFoundException = class _ResourceNotFoundException extends IoTThingsGraphServiceException {
303
+ var ResourceNotFoundException = class _ResourceNotFoundException extends IoTThingsGraphServiceException {
304
+ static {
305
+ __name(this, "ResourceNotFoundException");
306
+ }
307
+ name = "ResourceNotFoundException";
308
+ $fault = "client";
296
309
  /**
297
310
  * @internal
298
311
  */
@@ -302,14 +315,15 @@ var _ResourceNotFoundException = class _ResourceNotFoundException extends IoTThi
302
315
  $fault: "client",
303
316
  ...opts
304
317
  });
305
- this.name = "ResourceNotFoundException";
306
- this.$fault = "client";
307
318
  Object.setPrototypeOf(this, _ResourceNotFoundException.prototype);
308
319
  }
309
320
  };
310
- __name(_ResourceNotFoundException, "ResourceNotFoundException");
311
- var ResourceNotFoundException = _ResourceNotFoundException;
312
- var _ThrottlingException = class _ThrottlingException extends IoTThingsGraphServiceException {
321
+ var ThrottlingException = class _ThrottlingException extends IoTThingsGraphServiceException {
322
+ static {
323
+ __name(this, "ThrottlingException");
324
+ }
325
+ name = "ThrottlingException";
326
+ $fault = "client";
313
327
  /**
314
328
  * @internal
315
329
  */
@@ -319,17 +333,18 @@ var _ThrottlingException = class _ThrottlingException extends IoTThingsGraphServ
319
333
  $fault: "client",
320
334
  ...opts
321
335
  });
322
- this.name = "ThrottlingException";
323
- this.$fault = "client";
324
336
  Object.setPrototypeOf(this, _ThrottlingException.prototype);
325
337
  }
326
338
  };
327
- __name(_ThrottlingException, "ThrottlingException");
328
- var ThrottlingException = _ThrottlingException;
329
339
  var DefinitionLanguage = {
330
340
  GRAPHQL: "GRAPHQL"
331
341
  };
332
- var _LimitExceededException = class _LimitExceededException extends IoTThingsGraphServiceException {
342
+ var LimitExceededException = class _LimitExceededException extends IoTThingsGraphServiceException {
343
+ static {
344
+ __name(this, "LimitExceededException");
345
+ }
346
+ name = "LimitExceededException";
347
+ $fault = "client";
333
348
  /**
334
349
  * @internal
335
350
  */
@@ -339,14 +354,15 @@ var _LimitExceededException = class _LimitExceededException extends IoTThingsGra
339
354
  $fault: "client",
340
355
  ...opts
341
356
  });
342
- this.name = "LimitExceededException";
343
- this.$fault = "client";
344
357
  Object.setPrototypeOf(this, _LimitExceededException.prototype);
345
358
  }
346
359
  };
347
- __name(_LimitExceededException, "LimitExceededException");
348
- var LimitExceededException = _LimitExceededException;
349
- var _ResourceAlreadyExistsException = class _ResourceAlreadyExistsException extends IoTThingsGraphServiceException {
360
+ var ResourceAlreadyExistsException = class _ResourceAlreadyExistsException extends IoTThingsGraphServiceException {
361
+ static {
362
+ __name(this, "ResourceAlreadyExistsException");
363
+ }
364
+ name = "ResourceAlreadyExistsException";
365
+ $fault = "client";
350
366
  /**
351
367
  * @internal
352
368
  */
@@ -356,13 +372,9 @@ var _ResourceAlreadyExistsException = class _ResourceAlreadyExistsException exte
356
372
  $fault: "client",
357
373
  ...opts
358
374
  });
359
- this.name = "ResourceAlreadyExistsException";
360
- this.$fault = "client";
361
375
  Object.setPrototypeOf(this, _ResourceAlreadyExistsException.prototype);
362
376
  }
363
377
  };
364
- __name(_ResourceAlreadyExistsException, "ResourceAlreadyExistsException");
365
- var ResourceAlreadyExistsException = _ResourceAlreadyExistsException;
366
378
  var DeploymentTarget = {
367
379
  CLOUD: "CLOUD",
368
380
  GREENGRASS: "GREENGRASS"
@@ -377,7 +389,12 @@ var SystemInstanceDeploymentStatus = {
377
389
  PENDING_DELETE: "PENDING_DELETE",
378
390
  UNDEPLOY_IN_PROGRESS: "UNDEPLOY_IN_PROGRESS"
379
391
  };
380
- var _ResourceInUseException = class _ResourceInUseException extends IoTThingsGraphServiceException {
392
+ var ResourceInUseException = class _ResourceInUseException extends IoTThingsGraphServiceException {
393
+ static {
394
+ __name(this, "ResourceInUseException");
395
+ }
396
+ name = "ResourceInUseException";
397
+ $fault = "client";
381
398
  /**
382
399
  * @internal
383
400
  */
@@ -387,13 +404,9 @@ var _ResourceInUseException = class _ResourceInUseException extends IoTThingsGra
387
404
  $fault: "client",
388
405
  ...opts
389
406
  });
390
- this.name = "ResourceInUseException";
391
- this.$fault = "client";
392
407
  Object.setPrototypeOf(this, _ResourceInUseException.prototype);
393
408
  }
394
409
  };
395
- __name(_ResourceInUseException, "ResourceInUseException");
396
- var ResourceInUseException = _ResourceInUseException;
397
410
  var EntityType = {
398
411
  ACTION: "ACTION",
399
412
  CAPABILITY: "CAPABILITY",
@@ -1504,491 +1517,526 @@ function sharedHeaders(operation) {
1504
1517
  __name(sharedHeaders, "sharedHeaders");
1505
1518
 
1506
1519
  // src/commands/AssociateEntityToThingCommand.ts
1507
- var _AssociateEntityToThingCommand = class _AssociateEntityToThingCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1520
+ var AssociateEntityToThingCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1508
1521
  return [
1509
1522
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1510
1523
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1511
1524
  ];
1512
1525
  }).s("IotThingsGraphFrontEndService", "AssociateEntityToThing", {}).n("IoTThingsGraphClient", "AssociateEntityToThingCommand").f(void 0, void 0).ser(se_AssociateEntityToThingCommand).de(de_AssociateEntityToThingCommand).build() {
1526
+ static {
1527
+ __name(this, "AssociateEntityToThingCommand");
1528
+ }
1513
1529
  };
1514
- __name(_AssociateEntityToThingCommand, "AssociateEntityToThingCommand");
1515
- var AssociateEntityToThingCommand = _AssociateEntityToThingCommand;
1516
1530
 
1517
1531
  // src/commands/CreateFlowTemplateCommand.ts
1518
1532
 
1519
1533
 
1520
1534
 
1521
- var _CreateFlowTemplateCommand = class _CreateFlowTemplateCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1535
+ var CreateFlowTemplateCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1522
1536
  return [
1523
1537
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1524
1538
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1525
1539
  ];
1526
1540
  }).s("IotThingsGraphFrontEndService", "CreateFlowTemplate", {}).n("IoTThingsGraphClient", "CreateFlowTemplateCommand").f(void 0, void 0).ser(se_CreateFlowTemplateCommand).de(de_CreateFlowTemplateCommand).build() {
1541
+ static {
1542
+ __name(this, "CreateFlowTemplateCommand");
1543
+ }
1527
1544
  };
1528
- __name(_CreateFlowTemplateCommand, "CreateFlowTemplateCommand");
1529
- var CreateFlowTemplateCommand = _CreateFlowTemplateCommand;
1530
1545
 
1531
1546
  // src/commands/CreateSystemInstanceCommand.ts
1532
1547
 
1533
1548
 
1534
1549
 
1535
- var _CreateSystemInstanceCommand = class _CreateSystemInstanceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1550
+ var CreateSystemInstanceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1536
1551
  return [
1537
1552
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1538
1553
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1539
1554
  ];
1540
1555
  }).s("IotThingsGraphFrontEndService", "CreateSystemInstance", {}).n("IoTThingsGraphClient", "CreateSystemInstanceCommand").f(void 0, void 0).ser(se_CreateSystemInstanceCommand).de(de_CreateSystemInstanceCommand).build() {
1556
+ static {
1557
+ __name(this, "CreateSystemInstanceCommand");
1558
+ }
1541
1559
  };
1542
- __name(_CreateSystemInstanceCommand, "CreateSystemInstanceCommand");
1543
- var CreateSystemInstanceCommand = _CreateSystemInstanceCommand;
1544
1560
 
1545
1561
  // src/commands/CreateSystemTemplateCommand.ts
1546
1562
 
1547
1563
 
1548
1564
 
1549
- var _CreateSystemTemplateCommand = class _CreateSystemTemplateCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1565
+ var CreateSystemTemplateCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1550
1566
  return [
1551
1567
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1552
1568
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1553
1569
  ];
1554
1570
  }).s("IotThingsGraphFrontEndService", "CreateSystemTemplate", {}).n("IoTThingsGraphClient", "CreateSystemTemplateCommand").f(void 0, void 0).ser(se_CreateSystemTemplateCommand).de(de_CreateSystemTemplateCommand).build() {
1571
+ static {
1572
+ __name(this, "CreateSystemTemplateCommand");
1573
+ }
1555
1574
  };
1556
- __name(_CreateSystemTemplateCommand, "CreateSystemTemplateCommand");
1557
- var CreateSystemTemplateCommand = _CreateSystemTemplateCommand;
1558
1575
 
1559
1576
  // src/commands/DeleteFlowTemplateCommand.ts
1560
1577
 
1561
1578
 
1562
1579
 
1563
- var _DeleteFlowTemplateCommand = class _DeleteFlowTemplateCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1580
+ var DeleteFlowTemplateCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1564
1581
  return [
1565
1582
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1566
1583
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1567
1584
  ];
1568
1585
  }).s("IotThingsGraphFrontEndService", "DeleteFlowTemplate", {}).n("IoTThingsGraphClient", "DeleteFlowTemplateCommand").f(void 0, void 0).ser(se_DeleteFlowTemplateCommand).de(de_DeleteFlowTemplateCommand).build() {
1586
+ static {
1587
+ __name(this, "DeleteFlowTemplateCommand");
1588
+ }
1569
1589
  };
1570
- __name(_DeleteFlowTemplateCommand, "DeleteFlowTemplateCommand");
1571
- var DeleteFlowTemplateCommand = _DeleteFlowTemplateCommand;
1572
1590
 
1573
1591
  // src/commands/DeleteNamespaceCommand.ts
1574
1592
 
1575
1593
 
1576
1594
 
1577
- var _DeleteNamespaceCommand = class _DeleteNamespaceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1595
+ var DeleteNamespaceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1578
1596
  return [
1579
1597
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1580
1598
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1581
1599
  ];
1582
1600
  }).s("IotThingsGraphFrontEndService", "DeleteNamespace", {}).n("IoTThingsGraphClient", "DeleteNamespaceCommand").f(void 0, void 0).ser(se_DeleteNamespaceCommand).de(de_DeleteNamespaceCommand).build() {
1601
+ static {
1602
+ __name(this, "DeleteNamespaceCommand");
1603
+ }
1583
1604
  };
1584
- __name(_DeleteNamespaceCommand, "DeleteNamespaceCommand");
1585
- var DeleteNamespaceCommand = _DeleteNamespaceCommand;
1586
1605
 
1587
1606
  // src/commands/DeleteSystemInstanceCommand.ts
1588
1607
 
1589
1608
 
1590
1609
 
1591
- var _DeleteSystemInstanceCommand = class _DeleteSystemInstanceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1610
+ var DeleteSystemInstanceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1592
1611
  return [
1593
1612
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1594
1613
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1595
1614
  ];
1596
1615
  }).s("IotThingsGraphFrontEndService", "DeleteSystemInstance", {}).n("IoTThingsGraphClient", "DeleteSystemInstanceCommand").f(void 0, void 0).ser(se_DeleteSystemInstanceCommand).de(de_DeleteSystemInstanceCommand).build() {
1616
+ static {
1617
+ __name(this, "DeleteSystemInstanceCommand");
1618
+ }
1597
1619
  };
1598
- __name(_DeleteSystemInstanceCommand, "DeleteSystemInstanceCommand");
1599
- var DeleteSystemInstanceCommand = _DeleteSystemInstanceCommand;
1600
1620
 
1601
1621
  // src/commands/DeleteSystemTemplateCommand.ts
1602
1622
 
1603
1623
 
1604
1624
 
1605
- var _DeleteSystemTemplateCommand = class _DeleteSystemTemplateCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1625
+ var DeleteSystemTemplateCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1606
1626
  return [
1607
1627
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1608
1628
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1609
1629
  ];
1610
1630
  }).s("IotThingsGraphFrontEndService", "DeleteSystemTemplate", {}).n("IoTThingsGraphClient", "DeleteSystemTemplateCommand").f(void 0, void 0).ser(se_DeleteSystemTemplateCommand).de(de_DeleteSystemTemplateCommand).build() {
1631
+ static {
1632
+ __name(this, "DeleteSystemTemplateCommand");
1633
+ }
1611
1634
  };
1612
- __name(_DeleteSystemTemplateCommand, "DeleteSystemTemplateCommand");
1613
- var DeleteSystemTemplateCommand = _DeleteSystemTemplateCommand;
1614
1635
 
1615
1636
  // src/commands/DeploySystemInstanceCommand.ts
1616
1637
 
1617
1638
 
1618
1639
 
1619
- var _DeploySystemInstanceCommand = class _DeploySystemInstanceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1640
+ var DeploySystemInstanceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1620
1641
  return [
1621
1642
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1622
1643
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1623
1644
  ];
1624
1645
  }).s("IotThingsGraphFrontEndService", "DeploySystemInstance", {}).n("IoTThingsGraphClient", "DeploySystemInstanceCommand").f(void 0, void 0).ser(se_DeploySystemInstanceCommand).de(de_DeploySystemInstanceCommand).build() {
1646
+ static {
1647
+ __name(this, "DeploySystemInstanceCommand");
1648
+ }
1625
1649
  };
1626
- __name(_DeploySystemInstanceCommand, "DeploySystemInstanceCommand");
1627
- var DeploySystemInstanceCommand = _DeploySystemInstanceCommand;
1628
1650
 
1629
1651
  // src/commands/DeprecateFlowTemplateCommand.ts
1630
1652
 
1631
1653
 
1632
1654
 
1633
- var _DeprecateFlowTemplateCommand = class _DeprecateFlowTemplateCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1655
+ var DeprecateFlowTemplateCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1634
1656
  return [
1635
1657
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1636
1658
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1637
1659
  ];
1638
1660
  }).s("IotThingsGraphFrontEndService", "DeprecateFlowTemplate", {}).n("IoTThingsGraphClient", "DeprecateFlowTemplateCommand").f(void 0, void 0).ser(se_DeprecateFlowTemplateCommand).de(de_DeprecateFlowTemplateCommand).build() {
1661
+ static {
1662
+ __name(this, "DeprecateFlowTemplateCommand");
1663
+ }
1639
1664
  };
1640
- __name(_DeprecateFlowTemplateCommand, "DeprecateFlowTemplateCommand");
1641
- var DeprecateFlowTemplateCommand = _DeprecateFlowTemplateCommand;
1642
1665
 
1643
1666
  // src/commands/DeprecateSystemTemplateCommand.ts
1644
1667
 
1645
1668
 
1646
1669
 
1647
- var _DeprecateSystemTemplateCommand = class _DeprecateSystemTemplateCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1670
+ var DeprecateSystemTemplateCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1648
1671
  return [
1649
1672
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1650
1673
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1651
1674
  ];
1652
1675
  }).s("IotThingsGraphFrontEndService", "DeprecateSystemTemplate", {}).n("IoTThingsGraphClient", "DeprecateSystemTemplateCommand").f(void 0, void 0).ser(se_DeprecateSystemTemplateCommand).de(de_DeprecateSystemTemplateCommand).build() {
1676
+ static {
1677
+ __name(this, "DeprecateSystemTemplateCommand");
1678
+ }
1653
1679
  };
1654
- __name(_DeprecateSystemTemplateCommand, "DeprecateSystemTemplateCommand");
1655
- var DeprecateSystemTemplateCommand = _DeprecateSystemTemplateCommand;
1656
1680
 
1657
1681
  // src/commands/DescribeNamespaceCommand.ts
1658
1682
 
1659
1683
 
1660
1684
 
1661
- var _DescribeNamespaceCommand = class _DescribeNamespaceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1685
+ var DescribeNamespaceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1662
1686
  return [
1663
1687
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1664
1688
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1665
1689
  ];
1666
1690
  }).s("IotThingsGraphFrontEndService", "DescribeNamespace", {}).n("IoTThingsGraphClient", "DescribeNamespaceCommand").f(void 0, void 0).ser(se_DescribeNamespaceCommand).de(de_DescribeNamespaceCommand).build() {
1691
+ static {
1692
+ __name(this, "DescribeNamespaceCommand");
1693
+ }
1667
1694
  };
1668
- __name(_DescribeNamespaceCommand, "DescribeNamespaceCommand");
1669
- var DescribeNamespaceCommand = _DescribeNamespaceCommand;
1670
1695
 
1671
1696
  // src/commands/DissociateEntityFromThingCommand.ts
1672
1697
 
1673
1698
 
1674
1699
 
1675
- var _DissociateEntityFromThingCommand = class _DissociateEntityFromThingCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1700
+ var DissociateEntityFromThingCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1676
1701
  return [
1677
1702
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1678
1703
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1679
1704
  ];
1680
1705
  }).s("IotThingsGraphFrontEndService", "DissociateEntityFromThing", {}).n("IoTThingsGraphClient", "DissociateEntityFromThingCommand").f(void 0, void 0).ser(se_DissociateEntityFromThingCommand).de(de_DissociateEntityFromThingCommand).build() {
1706
+ static {
1707
+ __name(this, "DissociateEntityFromThingCommand");
1708
+ }
1681
1709
  };
1682
- __name(_DissociateEntityFromThingCommand, "DissociateEntityFromThingCommand");
1683
- var DissociateEntityFromThingCommand = _DissociateEntityFromThingCommand;
1684
1710
 
1685
1711
  // src/commands/GetEntitiesCommand.ts
1686
1712
 
1687
1713
 
1688
1714
 
1689
- var _GetEntitiesCommand = class _GetEntitiesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1715
+ var GetEntitiesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1690
1716
  return [
1691
1717
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1692
1718
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1693
1719
  ];
1694
1720
  }).s("IotThingsGraphFrontEndService", "GetEntities", {}).n("IoTThingsGraphClient", "GetEntitiesCommand").f(void 0, void 0).ser(se_GetEntitiesCommand).de(de_GetEntitiesCommand).build() {
1721
+ static {
1722
+ __name(this, "GetEntitiesCommand");
1723
+ }
1695
1724
  };
1696
- __name(_GetEntitiesCommand, "GetEntitiesCommand");
1697
- var GetEntitiesCommand = _GetEntitiesCommand;
1698
1725
 
1699
1726
  // src/commands/GetFlowTemplateCommand.ts
1700
1727
 
1701
1728
 
1702
1729
 
1703
- var _GetFlowTemplateCommand = class _GetFlowTemplateCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1730
+ var GetFlowTemplateCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1704
1731
  return [
1705
1732
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1706
1733
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1707
1734
  ];
1708
1735
  }).s("IotThingsGraphFrontEndService", "GetFlowTemplate", {}).n("IoTThingsGraphClient", "GetFlowTemplateCommand").f(void 0, void 0).ser(se_GetFlowTemplateCommand).de(de_GetFlowTemplateCommand).build() {
1736
+ static {
1737
+ __name(this, "GetFlowTemplateCommand");
1738
+ }
1709
1739
  };
1710
- __name(_GetFlowTemplateCommand, "GetFlowTemplateCommand");
1711
- var GetFlowTemplateCommand = _GetFlowTemplateCommand;
1712
1740
 
1713
1741
  // src/commands/GetFlowTemplateRevisionsCommand.ts
1714
1742
 
1715
1743
 
1716
1744
 
1717
- var _GetFlowTemplateRevisionsCommand = class _GetFlowTemplateRevisionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1745
+ var GetFlowTemplateRevisionsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1718
1746
  return [
1719
1747
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1720
1748
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1721
1749
  ];
1722
1750
  }).s("IotThingsGraphFrontEndService", "GetFlowTemplateRevisions", {}).n("IoTThingsGraphClient", "GetFlowTemplateRevisionsCommand").f(void 0, void 0).ser(se_GetFlowTemplateRevisionsCommand).de(de_GetFlowTemplateRevisionsCommand).build() {
1751
+ static {
1752
+ __name(this, "GetFlowTemplateRevisionsCommand");
1753
+ }
1723
1754
  };
1724
- __name(_GetFlowTemplateRevisionsCommand, "GetFlowTemplateRevisionsCommand");
1725
- var GetFlowTemplateRevisionsCommand = _GetFlowTemplateRevisionsCommand;
1726
1755
 
1727
1756
  // src/commands/GetNamespaceDeletionStatusCommand.ts
1728
1757
 
1729
1758
 
1730
1759
 
1731
- var _GetNamespaceDeletionStatusCommand = class _GetNamespaceDeletionStatusCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1760
+ var GetNamespaceDeletionStatusCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1732
1761
  return [
1733
1762
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1734
1763
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1735
1764
  ];
1736
1765
  }).s("IotThingsGraphFrontEndService", "GetNamespaceDeletionStatus", {}).n("IoTThingsGraphClient", "GetNamespaceDeletionStatusCommand").f(void 0, void 0).ser(se_GetNamespaceDeletionStatusCommand).de(de_GetNamespaceDeletionStatusCommand).build() {
1766
+ static {
1767
+ __name(this, "GetNamespaceDeletionStatusCommand");
1768
+ }
1737
1769
  };
1738
- __name(_GetNamespaceDeletionStatusCommand, "GetNamespaceDeletionStatusCommand");
1739
- var GetNamespaceDeletionStatusCommand = _GetNamespaceDeletionStatusCommand;
1740
1770
 
1741
1771
  // src/commands/GetSystemInstanceCommand.ts
1742
1772
 
1743
1773
 
1744
1774
 
1745
- var _GetSystemInstanceCommand = class _GetSystemInstanceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1775
+ var GetSystemInstanceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1746
1776
  return [
1747
1777
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1748
1778
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1749
1779
  ];
1750
1780
  }).s("IotThingsGraphFrontEndService", "GetSystemInstance", {}).n("IoTThingsGraphClient", "GetSystemInstanceCommand").f(void 0, void 0).ser(se_GetSystemInstanceCommand).de(de_GetSystemInstanceCommand).build() {
1781
+ static {
1782
+ __name(this, "GetSystemInstanceCommand");
1783
+ }
1751
1784
  };
1752
- __name(_GetSystemInstanceCommand, "GetSystemInstanceCommand");
1753
- var GetSystemInstanceCommand = _GetSystemInstanceCommand;
1754
1785
 
1755
1786
  // src/commands/GetSystemTemplateCommand.ts
1756
1787
 
1757
1788
 
1758
1789
 
1759
- var _GetSystemTemplateCommand = class _GetSystemTemplateCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1790
+ var GetSystemTemplateCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1760
1791
  return [
1761
1792
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1762
1793
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1763
1794
  ];
1764
1795
  }).s("IotThingsGraphFrontEndService", "GetSystemTemplate", {}).n("IoTThingsGraphClient", "GetSystemTemplateCommand").f(void 0, void 0).ser(se_GetSystemTemplateCommand).de(de_GetSystemTemplateCommand).build() {
1796
+ static {
1797
+ __name(this, "GetSystemTemplateCommand");
1798
+ }
1765
1799
  };
1766
- __name(_GetSystemTemplateCommand, "GetSystemTemplateCommand");
1767
- var GetSystemTemplateCommand = _GetSystemTemplateCommand;
1768
1800
 
1769
1801
  // src/commands/GetSystemTemplateRevisionsCommand.ts
1770
1802
 
1771
1803
 
1772
1804
 
1773
- var _GetSystemTemplateRevisionsCommand = class _GetSystemTemplateRevisionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1805
+ var GetSystemTemplateRevisionsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1774
1806
  return [
1775
1807
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1776
1808
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1777
1809
  ];
1778
1810
  }).s("IotThingsGraphFrontEndService", "GetSystemTemplateRevisions", {}).n("IoTThingsGraphClient", "GetSystemTemplateRevisionsCommand").f(void 0, void 0).ser(se_GetSystemTemplateRevisionsCommand).de(de_GetSystemTemplateRevisionsCommand).build() {
1811
+ static {
1812
+ __name(this, "GetSystemTemplateRevisionsCommand");
1813
+ }
1779
1814
  };
1780
- __name(_GetSystemTemplateRevisionsCommand, "GetSystemTemplateRevisionsCommand");
1781
- var GetSystemTemplateRevisionsCommand = _GetSystemTemplateRevisionsCommand;
1782
1815
 
1783
1816
  // src/commands/GetUploadStatusCommand.ts
1784
1817
 
1785
1818
 
1786
1819
 
1787
- var _GetUploadStatusCommand = class _GetUploadStatusCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1820
+ var GetUploadStatusCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1788
1821
  return [
1789
1822
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1790
1823
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1791
1824
  ];
1792
1825
  }).s("IotThingsGraphFrontEndService", "GetUploadStatus", {}).n("IoTThingsGraphClient", "GetUploadStatusCommand").f(void 0, void 0).ser(se_GetUploadStatusCommand).de(de_GetUploadStatusCommand).build() {
1826
+ static {
1827
+ __name(this, "GetUploadStatusCommand");
1828
+ }
1793
1829
  };
1794
- __name(_GetUploadStatusCommand, "GetUploadStatusCommand");
1795
- var GetUploadStatusCommand = _GetUploadStatusCommand;
1796
1830
 
1797
1831
  // src/commands/ListFlowExecutionMessagesCommand.ts
1798
1832
 
1799
1833
 
1800
1834
 
1801
- var _ListFlowExecutionMessagesCommand = class _ListFlowExecutionMessagesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1835
+ var ListFlowExecutionMessagesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1802
1836
  return [
1803
1837
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1804
1838
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1805
1839
  ];
1806
1840
  }).s("IotThingsGraphFrontEndService", "ListFlowExecutionMessages", {}).n("IoTThingsGraphClient", "ListFlowExecutionMessagesCommand").f(void 0, void 0).ser(se_ListFlowExecutionMessagesCommand).de(de_ListFlowExecutionMessagesCommand).build() {
1841
+ static {
1842
+ __name(this, "ListFlowExecutionMessagesCommand");
1843
+ }
1807
1844
  };
1808
- __name(_ListFlowExecutionMessagesCommand, "ListFlowExecutionMessagesCommand");
1809
- var ListFlowExecutionMessagesCommand = _ListFlowExecutionMessagesCommand;
1810
1845
 
1811
1846
  // src/commands/ListTagsForResourceCommand.ts
1812
1847
 
1813
1848
 
1814
1849
 
1815
- var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1850
+ var ListTagsForResourceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1816
1851
  return [
1817
1852
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1818
1853
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1819
1854
  ];
1820
1855
  }).s("IotThingsGraphFrontEndService", "ListTagsForResource", {}).n("IoTThingsGraphClient", "ListTagsForResourceCommand").f(void 0, void 0).ser(se_ListTagsForResourceCommand).de(de_ListTagsForResourceCommand).build() {
1856
+ static {
1857
+ __name(this, "ListTagsForResourceCommand");
1858
+ }
1821
1859
  };
1822
- __name(_ListTagsForResourceCommand, "ListTagsForResourceCommand");
1823
- var ListTagsForResourceCommand = _ListTagsForResourceCommand;
1824
1860
 
1825
1861
  // src/commands/SearchEntitiesCommand.ts
1826
1862
 
1827
1863
 
1828
1864
 
1829
- var _SearchEntitiesCommand = class _SearchEntitiesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1865
+ var SearchEntitiesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1830
1866
  return [
1831
1867
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1832
1868
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1833
1869
  ];
1834
1870
  }).s("IotThingsGraphFrontEndService", "SearchEntities", {}).n("IoTThingsGraphClient", "SearchEntitiesCommand").f(void 0, void 0).ser(se_SearchEntitiesCommand).de(de_SearchEntitiesCommand).build() {
1871
+ static {
1872
+ __name(this, "SearchEntitiesCommand");
1873
+ }
1835
1874
  };
1836
- __name(_SearchEntitiesCommand, "SearchEntitiesCommand");
1837
- var SearchEntitiesCommand = _SearchEntitiesCommand;
1838
1875
 
1839
1876
  // src/commands/SearchFlowExecutionsCommand.ts
1840
1877
 
1841
1878
 
1842
1879
 
1843
- var _SearchFlowExecutionsCommand = class _SearchFlowExecutionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1880
+ var SearchFlowExecutionsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1844
1881
  return [
1845
1882
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1846
1883
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1847
1884
  ];
1848
1885
  }).s("IotThingsGraphFrontEndService", "SearchFlowExecutions", {}).n("IoTThingsGraphClient", "SearchFlowExecutionsCommand").f(void 0, void 0).ser(se_SearchFlowExecutionsCommand).de(de_SearchFlowExecutionsCommand).build() {
1886
+ static {
1887
+ __name(this, "SearchFlowExecutionsCommand");
1888
+ }
1849
1889
  };
1850
- __name(_SearchFlowExecutionsCommand, "SearchFlowExecutionsCommand");
1851
- var SearchFlowExecutionsCommand = _SearchFlowExecutionsCommand;
1852
1890
 
1853
1891
  // src/commands/SearchFlowTemplatesCommand.ts
1854
1892
 
1855
1893
 
1856
1894
 
1857
- var _SearchFlowTemplatesCommand = class _SearchFlowTemplatesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1895
+ var SearchFlowTemplatesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1858
1896
  return [
1859
1897
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1860
1898
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1861
1899
  ];
1862
1900
  }).s("IotThingsGraphFrontEndService", "SearchFlowTemplates", {}).n("IoTThingsGraphClient", "SearchFlowTemplatesCommand").f(void 0, void 0).ser(se_SearchFlowTemplatesCommand).de(de_SearchFlowTemplatesCommand).build() {
1901
+ static {
1902
+ __name(this, "SearchFlowTemplatesCommand");
1903
+ }
1863
1904
  };
1864
- __name(_SearchFlowTemplatesCommand, "SearchFlowTemplatesCommand");
1865
- var SearchFlowTemplatesCommand = _SearchFlowTemplatesCommand;
1866
1905
 
1867
1906
  // src/commands/SearchSystemInstancesCommand.ts
1868
1907
 
1869
1908
 
1870
1909
 
1871
- var _SearchSystemInstancesCommand = class _SearchSystemInstancesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1910
+ var SearchSystemInstancesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1872
1911
  return [
1873
1912
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1874
1913
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1875
1914
  ];
1876
1915
  }).s("IotThingsGraphFrontEndService", "SearchSystemInstances", {}).n("IoTThingsGraphClient", "SearchSystemInstancesCommand").f(void 0, void 0).ser(se_SearchSystemInstancesCommand).de(de_SearchSystemInstancesCommand).build() {
1916
+ static {
1917
+ __name(this, "SearchSystemInstancesCommand");
1918
+ }
1877
1919
  };
1878
- __name(_SearchSystemInstancesCommand, "SearchSystemInstancesCommand");
1879
- var SearchSystemInstancesCommand = _SearchSystemInstancesCommand;
1880
1920
 
1881
1921
  // src/commands/SearchSystemTemplatesCommand.ts
1882
1922
 
1883
1923
 
1884
1924
 
1885
- var _SearchSystemTemplatesCommand = class _SearchSystemTemplatesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1925
+ var SearchSystemTemplatesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1886
1926
  return [
1887
1927
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1888
1928
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1889
1929
  ];
1890
1930
  }).s("IotThingsGraphFrontEndService", "SearchSystemTemplates", {}).n("IoTThingsGraphClient", "SearchSystemTemplatesCommand").f(void 0, void 0).ser(se_SearchSystemTemplatesCommand).de(de_SearchSystemTemplatesCommand).build() {
1931
+ static {
1932
+ __name(this, "SearchSystemTemplatesCommand");
1933
+ }
1891
1934
  };
1892
- __name(_SearchSystemTemplatesCommand, "SearchSystemTemplatesCommand");
1893
- var SearchSystemTemplatesCommand = _SearchSystemTemplatesCommand;
1894
1935
 
1895
1936
  // src/commands/SearchThingsCommand.ts
1896
1937
 
1897
1938
 
1898
1939
 
1899
- var _SearchThingsCommand = class _SearchThingsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1940
+ var SearchThingsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1900
1941
  return [
1901
1942
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1902
1943
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1903
1944
  ];
1904
1945
  }).s("IotThingsGraphFrontEndService", "SearchThings", {}).n("IoTThingsGraphClient", "SearchThingsCommand").f(void 0, void 0).ser(se_SearchThingsCommand).de(de_SearchThingsCommand).build() {
1946
+ static {
1947
+ __name(this, "SearchThingsCommand");
1948
+ }
1905
1949
  };
1906
- __name(_SearchThingsCommand, "SearchThingsCommand");
1907
- var SearchThingsCommand = _SearchThingsCommand;
1908
1950
 
1909
1951
  // src/commands/TagResourceCommand.ts
1910
1952
 
1911
1953
 
1912
1954
 
1913
- var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1955
+ var TagResourceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1914
1956
  return [
1915
1957
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1916
1958
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1917
1959
  ];
1918
1960
  }).s("IotThingsGraphFrontEndService", "TagResource", {}).n("IoTThingsGraphClient", "TagResourceCommand").f(void 0, void 0).ser(se_TagResourceCommand).de(de_TagResourceCommand).build() {
1961
+ static {
1962
+ __name(this, "TagResourceCommand");
1963
+ }
1919
1964
  };
1920
- __name(_TagResourceCommand, "TagResourceCommand");
1921
- var TagResourceCommand = _TagResourceCommand;
1922
1965
 
1923
1966
  // src/commands/UndeploySystemInstanceCommand.ts
1924
1967
 
1925
1968
 
1926
1969
 
1927
- var _UndeploySystemInstanceCommand = class _UndeploySystemInstanceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1970
+ var UndeploySystemInstanceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1928
1971
  return [
1929
1972
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1930
1973
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1931
1974
  ];
1932
1975
  }).s("IotThingsGraphFrontEndService", "UndeploySystemInstance", {}).n("IoTThingsGraphClient", "UndeploySystemInstanceCommand").f(void 0, void 0).ser(se_UndeploySystemInstanceCommand).de(de_UndeploySystemInstanceCommand).build() {
1976
+ static {
1977
+ __name(this, "UndeploySystemInstanceCommand");
1978
+ }
1933
1979
  };
1934
- __name(_UndeploySystemInstanceCommand, "UndeploySystemInstanceCommand");
1935
- var UndeploySystemInstanceCommand = _UndeploySystemInstanceCommand;
1936
1980
 
1937
1981
  // src/commands/UntagResourceCommand.ts
1938
1982
 
1939
1983
 
1940
1984
 
1941
- var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1985
+ var UntagResourceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1942
1986
  return [
1943
1987
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1944
1988
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1945
1989
  ];
1946
1990
  }).s("IotThingsGraphFrontEndService", "UntagResource", {}).n("IoTThingsGraphClient", "UntagResourceCommand").f(void 0, void 0).ser(se_UntagResourceCommand).de(de_UntagResourceCommand).build() {
1991
+ static {
1992
+ __name(this, "UntagResourceCommand");
1993
+ }
1947
1994
  };
1948
- __name(_UntagResourceCommand, "UntagResourceCommand");
1949
- var UntagResourceCommand = _UntagResourceCommand;
1950
1995
 
1951
1996
  // src/commands/UpdateFlowTemplateCommand.ts
1952
1997
 
1953
1998
 
1954
1999
 
1955
- var _UpdateFlowTemplateCommand = class _UpdateFlowTemplateCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2000
+ var UpdateFlowTemplateCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1956
2001
  return [
1957
2002
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1958
2003
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1959
2004
  ];
1960
2005
  }).s("IotThingsGraphFrontEndService", "UpdateFlowTemplate", {}).n("IoTThingsGraphClient", "UpdateFlowTemplateCommand").f(void 0, void 0).ser(se_UpdateFlowTemplateCommand).de(de_UpdateFlowTemplateCommand).build() {
2006
+ static {
2007
+ __name(this, "UpdateFlowTemplateCommand");
2008
+ }
1961
2009
  };
1962
- __name(_UpdateFlowTemplateCommand, "UpdateFlowTemplateCommand");
1963
- var UpdateFlowTemplateCommand = _UpdateFlowTemplateCommand;
1964
2010
 
1965
2011
  // src/commands/UpdateSystemTemplateCommand.ts
1966
2012
 
1967
2013
 
1968
2014
 
1969
- var _UpdateSystemTemplateCommand = class _UpdateSystemTemplateCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2015
+ var UpdateSystemTemplateCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1970
2016
  return [
1971
2017
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1972
2018
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1973
2019
  ];
1974
2020
  }).s("IotThingsGraphFrontEndService", "UpdateSystemTemplate", {}).n("IoTThingsGraphClient", "UpdateSystemTemplateCommand").f(void 0, void 0).ser(se_UpdateSystemTemplateCommand).de(de_UpdateSystemTemplateCommand).build() {
2021
+ static {
2022
+ __name(this, "UpdateSystemTemplateCommand");
2023
+ }
1975
2024
  };
1976
- __name(_UpdateSystemTemplateCommand, "UpdateSystemTemplateCommand");
1977
- var UpdateSystemTemplateCommand = _UpdateSystemTemplateCommand;
1978
2025
 
1979
2026
  // src/commands/UploadEntityDefinitionsCommand.ts
1980
2027
 
1981
2028
 
1982
2029
 
1983
- var _UploadEntityDefinitionsCommand = class _UploadEntityDefinitionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2030
+ var UploadEntityDefinitionsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1984
2031
  return [
1985
2032
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1986
2033
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1987
2034
  ];
1988
2035
  }).s("IotThingsGraphFrontEndService", "UploadEntityDefinitions", {}).n("IoTThingsGraphClient", "UploadEntityDefinitionsCommand").f(void 0, void 0).ser(se_UploadEntityDefinitionsCommand).de(de_UploadEntityDefinitionsCommand).build() {
2036
+ static {
2037
+ __name(this, "UploadEntityDefinitionsCommand");
2038
+ }
1989
2039
  };
1990
- __name(_UploadEntityDefinitionsCommand, "UploadEntityDefinitionsCommand");
1991
- var UploadEntityDefinitionsCommand = _UploadEntityDefinitionsCommand;
1992
2040
 
1993
2041
  // src/IoTThingsGraph.ts
1994
2042
  var commands = {
@@ -2028,10 +2076,11 @@ var commands = {
2028
2076
  UpdateSystemTemplateCommand,
2029
2077
  UploadEntityDefinitionsCommand
2030
2078
  };
2031
- var _IoTThingsGraph = class _IoTThingsGraph extends IoTThingsGraphClient {
2079
+ var IoTThingsGraph = class extends IoTThingsGraphClient {
2080
+ static {
2081
+ __name(this, "IoTThingsGraph");
2082
+ }
2032
2083
  };
2033
- __name(_IoTThingsGraph, "IoTThingsGraph");
2034
- var IoTThingsGraph = _IoTThingsGraph;
2035
2084
  (0, import_smithy_client.createAggregatedClient)(commands, IoTThingsGraph);
2036
2085
 
2037
2086
  // src/pagination/GetFlowTemplateRevisionsPaginator.ts
@@ -14,6 +14,7 @@ import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig";
14
14
  import { resolveRuntimeExtensions } from "./runtimeExtensions";
15
15
  export { __Client };
16
16
  export class IoTThingsGraphClient extends __Client {
17
+ config;
17
18
  constructor(...[configuration]) {
18
19
  const _config_0 = __getRuntimeConfig(configuration || {});
19
20
  const _config_1 = resolveClientEndpointParameters(_config_0);
@@ -1,49 +1,49 @@
1
1
  import { IoTThingsGraphServiceException as __BaseException } from "./IoTThingsGraphServiceException";
2
2
  export class InternalFailureException extends __BaseException {
3
+ name = "InternalFailureException";
4
+ $fault = "server";
3
5
  constructor(opts) {
4
6
  super({
5
7
  name: "InternalFailureException",
6
8
  $fault: "server",
7
9
  ...opts,
8
10
  });
9
- this.name = "InternalFailureException";
10
- this.$fault = "server";
11
11
  Object.setPrototypeOf(this, InternalFailureException.prototype);
12
12
  }
13
13
  }
14
14
  export class InvalidRequestException extends __BaseException {
15
+ name = "InvalidRequestException";
16
+ $fault = "client";
15
17
  constructor(opts) {
16
18
  super({
17
19
  name: "InvalidRequestException",
18
20
  $fault: "client",
19
21
  ...opts,
20
22
  });
21
- this.name = "InvalidRequestException";
22
- this.$fault = "client";
23
23
  Object.setPrototypeOf(this, InvalidRequestException.prototype);
24
24
  }
25
25
  }
26
26
  export class ResourceNotFoundException extends __BaseException {
27
+ name = "ResourceNotFoundException";
28
+ $fault = "client";
27
29
  constructor(opts) {
28
30
  super({
29
31
  name: "ResourceNotFoundException",
30
32
  $fault: "client",
31
33
  ...opts,
32
34
  });
33
- this.name = "ResourceNotFoundException";
34
- this.$fault = "client";
35
35
  Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
36
36
  }
37
37
  }
38
38
  export class ThrottlingException extends __BaseException {
39
+ name = "ThrottlingException";
40
+ $fault = "client";
39
41
  constructor(opts) {
40
42
  super({
41
43
  name: "ThrottlingException",
42
44
  $fault: "client",
43
45
  ...opts,
44
46
  });
45
- this.name = "ThrottlingException";
46
- this.$fault = "client";
47
47
  Object.setPrototypeOf(this, ThrottlingException.prototype);
48
48
  }
49
49
  }
@@ -51,26 +51,26 @@ export const DefinitionLanguage = {
51
51
  GRAPHQL: "GRAPHQL",
52
52
  };
53
53
  export class LimitExceededException extends __BaseException {
54
+ name = "LimitExceededException";
55
+ $fault = "client";
54
56
  constructor(opts) {
55
57
  super({
56
58
  name: "LimitExceededException",
57
59
  $fault: "client",
58
60
  ...opts,
59
61
  });
60
- this.name = "LimitExceededException";
61
- this.$fault = "client";
62
62
  Object.setPrototypeOf(this, LimitExceededException.prototype);
63
63
  }
64
64
  }
65
65
  export class ResourceAlreadyExistsException extends __BaseException {
66
+ name = "ResourceAlreadyExistsException";
67
+ $fault = "client";
66
68
  constructor(opts) {
67
69
  super({
68
70
  name: "ResourceAlreadyExistsException",
69
71
  $fault: "client",
70
72
  ...opts,
71
73
  });
72
- this.name = "ResourceAlreadyExistsException";
73
- this.$fault = "client";
74
74
  Object.setPrototypeOf(this, ResourceAlreadyExistsException.prototype);
75
75
  }
76
76
  }
@@ -89,14 +89,14 @@ export const SystemInstanceDeploymentStatus = {
89
89
  UNDEPLOY_IN_PROGRESS: "UNDEPLOY_IN_PROGRESS",
90
90
  };
91
91
  export class ResourceInUseException extends __BaseException {
92
+ name = "ResourceInUseException";
93
+ $fault = "client";
92
94
  constructor(opts) {
93
95
  super({
94
96
  name: "ResourceInUseException",
95
97
  $fault: "client",
96
98
  ...opts,
97
99
  });
98
- this.name = "ResourceInUseException";
99
- this.$fault = "client";
100
100
  Object.setPrototypeOf(this, ResourceInUseException.prototype);
101
101
  }
102
102
  }
@@ -7,7 +7,7 @@ export declare const getRuntimeConfig: (config: IoTThingsGraphClientConfig) => {
7
7
  runtime: string;
8
8
  defaultsMode: import("@smithy/types").Provider<import("@smithy/smithy-client").ResolvedDefaultsMode>;
9
9
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
10
- credentialDefaultProvider: (input: any) => import("@smithy/types").AwsCredentialIdentityProvider;
10
+ credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
11
11
  defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-browser").PreviouslyResolved | undefined) => Promise<import("@smithy/types").UserAgent>;
12
12
  maxAttempts: number | import("@smithy/types").Provider<number>;
13
13
  region: string | import("@smithy/types").Provider<any>;
@@ -7,7 +7,7 @@ export declare const getRuntimeConfig: (config: IoTThingsGraphClientConfig) => {
7
7
  runtime: string;
8
8
  defaultsMode: import("@smithy/types").Provider<import("@smithy/smithy-client").ResolvedDefaultsMode>;
9
9
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
10
- credentialDefaultProvider: (init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit | undefined) => import("@smithy/types").MemoizedProvider<import("@smithy/types").AwsCredentialIdentity>;
10
+ credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit | undefined) => import("@smithy/types").MemoizedProvider<import("@smithy/types").AwsCredentialIdentity>);
11
11
  defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-node").PreviouslyResolved | undefined) => Promise<import("@smithy/types").UserAgent>;
12
12
  maxAttempts: number | import("@smithy/types").Provider<number>;
13
13
  region: string | import("@smithy/types").Provider<string>;
@@ -22,7 +22,7 @@ export declare const getRuntimeConfig: (config: IoTThingsGraphClientConfig) => {
22
22
  region: string | import("@smithy/types").Provider<any>;
23
23
  profile?: string | undefined;
24
24
  defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-browser").PreviouslyResolved | undefined) => Promise<import("@smithy/types").UserAgent>;
25
- credentialDefaultProvider: (input: any) => import("@smithy/types").AwsCredentialIdentityProvider;
25
+ credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
26
26
  maxAttempts: number | import("@smithy/types").Provider<number>;
27
27
  retryMode: string | import("@smithy/types").Provider<string>;
28
28
  logger: import("@smithy/types").Logger;
@@ -31,7 +31,7 @@ export declare const getRuntimeConfig: (config: IoTThingsGraphClientConfig) => {
31
31
  customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
32
32
  userAgentAppId?: string | import("@smithy/types").Provider<string | undefined> | undefined;
33
33
  retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2 | undefined;
34
- endpoint?: string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2> | undefined;
34
+ endpoint?: ((string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>) & (string | import("@smithy/types").Provider<string> | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>)) | undefined;
35
35
  endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
36
36
  logger?: import("@smithy/types").Logger | undefined;
37
37
  }) => import("@smithy/types").EndpointV2;
@@ -6,9 +6,11 @@ export declare const getRuntimeConfig: (config: IoTThingsGraphClientConfig) => {
6
6
  import("@smithy/smithy-client").ResolvedDefaultsMode
7
7
  >;
8
8
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
9
- credentialDefaultProvider: (
10
- input: any
11
- ) => import("@smithy/types").AwsCredentialIdentityProvider;
9
+ credentialDefaultProvider:
10
+ | ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
11
+ | ((
12
+ _: unknown
13
+ ) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
12
14
  defaultUserAgentProvider: (
13
15
  config?:
14
16
  | import("@aws-sdk/util-user-agent-browser").PreviouslyResolved
@@ -6,13 +6,15 @@ export declare const getRuntimeConfig: (config: IoTThingsGraphClientConfig) => {
6
6
  import("@smithy/smithy-client").ResolvedDefaultsMode
7
7
  >;
8
8
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
9
- credentialDefaultProvider: (
10
- init?:
11
- | import("@aws-sdk/credential-provider-node").DefaultProviderInit
12
- | undefined
13
- ) => import("@smithy/types").MemoizedProvider<
14
- import("@smithy/types").AwsCredentialIdentity
15
- >;
9
+ credentialDefaultProvider:
10
+ | ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
11
+ | ((
12
+ init?:
13
+ | import("@aws-sdk/credential-provider-node").DefaultProviderInit
14
+ | undefined
15
+ ) => import("@smithy/types").MemoizedProvider<
16
+ import("@smithy/types").AwsCredentialIdentity
17
+ >);
16
18
  defaultUserAgentProvider: (
17
19
  config?:
18
20
  | import("@aws-sdk/util-user-agent-node").PreviouslyResolved
@@ -28,9 +28,11 @@ export declare const getRuntimeConfig: (config: IoTThingsGraphClientConfig) => {
28
28
  | import("@aws-sdk/util-user-agent-browser").PreviouslyResolved
29
29
  | undefined
30
30
  ) => Promise<import("@smithy/types").UserAgent>;
31
- credentialDefaultProvider: (
32
- input: any
33
- ) => import("@smithy/types").AwsCredentialIdentityProvider;
31
+ credentialDefaultProvider:
32
+ | ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
33
+ | ((
34
+ _: unknown
35
+ ) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
34
36
  maxAttempts: number | import("@smithy/types").Provider<number>;
35
37
  retryMode: string | import("@smithy/types").Provider<string>;
36
38
  logger: import("@smithy/types").Logger;
@@ -50,11 +52,21 @@ export declare const getRuntimeConfig: (config: IoTThingsGraphClientConfig) => {
50
52
  | import("@smithy/types").RetryStrategyV2
51
53
  | undefined;
52
54
  endpoint?:
53
- | string
54
- | import("@smithy/types").Endpoint
55
- | import("@smithy/types").Provider<import("@smithy/types").Endpoint>
56
- | import("@smithy/types").EndpointV2
57
- | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>
55
+ | ((
56
+ | string
57
+ | import("@smithy/types").Endpoint
58
+ | import("@smithy/types").Provider<import("@smithy/types").Endpoint>
59
+ | import("@smithy/types").EndpointV2
60
+ | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>
61
+ ) &
62
+ (
63
+ | string
64
+ | import("@smithy/types").Provider<string>
65
+ | import("@smithy/types").Endpoint
66
+ | import("@smithy/types").Provider<import("@smithy/types").Endpoint>
67
+ | import("@smithy/types").EndpointV2
68
+ | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>
69
+ ))
58
70
  | undefined;
59
71
  endpointProvider: (
60
72
  endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
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.716.0",
4
+ "version": "3.723.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,56 +20,56 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/client-sso-oidc": "3.716.0",
24
- "@aws-sdk/client-sts": "3.716.0",
25
- "@aws-sdk/core": "3.716.0",
26
- "@aws-sdk/credential-provider-node": "3.716.0",
27
- "@aws-sdk/middleware-host-header": "3.714.0",
28
- "@aws-sdk/middleware-logger": "3.714.0",
29
- "@aws-sdk/middleware-recursion-detection": "3.714.0",
30
- "@aws-sdk/middleware-user-agent": "3.716.0",
31
- "@aws-sdk/region-config-resolver": "3.714.0",
32
- "@aws-sdk/types": "3.714.0",
33
- "@aws-sdk/util-endpoints": "3.714.0",
34
- "@aws-sdk/util-user-agent-browser": "3.714.0",
35
- "@aws-sdk/util-user-agent-node": "3.716.0",
36
- "@smithy/config-resolver": "^3.0.13",
37
- "@smithy/core": "^2.5.5",
38
- "@smithy/fetch-http-handler": "^4.1.2",
39
- "@smithy/hash-node": "^3.0.11",
40
- "@smithy/invalid-dependency": "^3.0.11",
41
- "@smithy/middleware-content-length": "^3.0.13",
42
- "@smithy/middleware-endpoint": "^3.2.6",
43
- "@smithy/middleware-retry": "^3.0.31",
44
- "@smithy/middleware-serde": "^3.0.11",
45
- "@smithy/middleware-stack": "^3.0.11",
46
- "@smithy/node-config-provider": "^3.1.12",
47
- "@smithy/node-http-handler": "^3.3.2",
48
- "@smithy/protocol-http": "^4.1.8",
49
- "@smithy/smithy-client": "^3.5.1",
50
- "@smithy/types": "^3.7.2",
51
- "@smithy/url-parser": "^3.0.11",
52
- "@smithy/util-base64": "^3.0.0",
53
- "@smithy/util-body-length-browser": "^3.0.0",
54
- "@smithy/util-body-length-node": "^3.0.0",
55
- "@smithy/util-defaults-mode-browser": "^3.0.31",
56
- "@smithy/util-defaults-mode-node": "^3.0.31",
57
- "@smithy/util-endpoints": "^2.1.7",
58
- "@smithy/util-middleware": "^3.0.11",
59
- "@smithy/util-retry": "^3.0.11",
60
- "@smithy/util-utf8": "^3.0.0",
23
+ "@aws-sdk/client-sso-oidc": "3.723.0",
24
+ "@aws-sdk/client-sts": "3.723.0",
25
+ "@aws-sdk/core": "3.723.0",
26
+ "@aws-sdk/credential-provider-node": "3.723.0",
27
+ "@aws-sdk/middleware-host-header": "3.723.0",
28
+ "@aws-sdk/middleware-logger": "3.723.0",
29
+ "@aws-sdk/middleware-recursion-detection": "3.723.0",
30
+ "@aws-sdk/middleware-user-agent": "3.723.0",
31
+ "@aws-sdk/region-config-resolver": "3.723.0",
32
+ "@aws-sdk/types": "3.723.0",
33
+ "@aws-sdk/util-endpoints": "3.723.0",
34
+ "@aws-sdk/util-user-agent-browser": "3.723.0",
35
+ "@aws-sdk/util-user-agent-node": "3.723.0",
36
+ "@smithy/config-resolver": "^4.0.0",
37
+ "@smithy/core": "^3.0.0",
38
+ "@smithy/fetch-http-handler": "^5.0.0",
39
+ "@smithy/hash-node": "^4.0.0",
40
+ "@smithy/invalid-dependency": "^4.0.0",
41
+ "@smithy/middleware-content-length": "^4.0.0",
42
+ "@smithy/middleware-endpoint": "^4.0.0",
43
+ "@smithy/middleware-retry": "^4.0.0",
44
+ "@smithy/middleware-serde": "^4.0.0",
45
+ "@smithy/middleware-stack": "^4.0.0",
46
+ "@smithy/node-config-provider": "^4.0.0",
47
+ "@smithy/node-http-handler": "^4.0.0",
48
+ "@smithy/protocol-http": "^5.0.0",
49
+ "@smithy/smithy-client": "^4.0.0",
50
+ "@smithy/types": "^4.0.0",
51
+ "@smithy/url-parser": "^4.0.0",
52
+ "@smithy/util-base64": "^4.0.0",
53
+ "@smithy/util-body-length-browser": "^4.0.0",
54
+ "@smithy/util-body-length-node": "^4.0.0",
55
+ "@smithy/util-defaults-mode-browser": "^4.0.0",
56
+ "@smithy/util-defaults-mode-node": "^4.0.0",
57
+ "@smithy/util-endpoints": "^3.0.0",
58
+ "@smithy/util-middleware": "^4.0.0",
59
+ "@smithy/util-retry": "^4.0.0",
60
+ "@smithy/util-utf8": "^4.0.0",
61
61
  "tslib": "^2.6.2"
62
62
  },
63
63
  "devDependencies": {
64
- "@tsconfig/node16": "16.1.3",
65
- "@types/node": "^16.18.96",
64
+ "@tsconfig/node18": "18.2.4",
65
+ "@types/node": "^18.19.69",
66
66
  "concurrently": "7.0.0",
67
67
  "downlevel-dts": "0.10.1",
68
68
  "rimraf": "3.0.2",
69
- "typescript": "~4.9.5"
69
+ "typescript": "~5.2.2"
70
70
  },
71
71
  "engines": {
72
- "node": ">=16.0.0"
72
+ "node": ">=18.0.0"
73
73
  },
74
74
  "typesVersions": {
75
75
  "<4.0": {