@aws-sdk/client-application-discovery-service 3.645.0 → 3.650.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.
Files changed (38) hide show
  1. package/dist-cjs/endpoint/endpointResolver.js +6 -2
  2. package/dist-cjs/index.js +28 -84
  3. package/dist-es/commands/AssociateConfigurationItemsToApplicationCommand.js +1 -3
  4. package/dist-es/commands/BatchDeleteAgentsCommand.js +1 -3
  5. package/dist-es/commands/BatchDeleteImportDataCommand.js +1 -3
  6. package/dist-es/commands/CreateApplicationCommand.js +1 -3
  7. package/dist-es/commands/CreateTagsCommand.js +1 -3
  8. package/dist-es/commands/DeleteApplicationsCommand.js +1 -3
  9. package/dist-es/commands/DeleteTagsCommand.js +1 -3
  10. package/dist-es/commands/DescribeAgentsCommand.js +1 -3
  11. package/dist-es/commands/DescribeBatchDeleteConfigurationTaskCommand.js +1 -3
  12. package/dist-es/commands/DescribeConfigurationsCommand.js +1 -3
  13. package/dist-es/commands/DescribeContinuousExportsCommand.js +1 -3
  14. package/dist-es/commands/DescribeExportConfigurationsCommand.js +1 -3
  15. package/dist-es/commands/DescribeExportTasksCommand.js +1 -3
  16. package/dist-es/commands/DescribeImportTasksCommand.js +1 -3
  17. package/dist-es/commands/DescribeTagsCommand.js +1 -3
  18. package/dist-es/commands/DisassociateConfigurationItemsFromApplicationCommand.js +1 -3
  19. package/dist-es/commands/ExportConfigurationsCommand.js +1 -3
  20. package/dist-es/commands/GetDiscoverySummaryCommand.js +1 -3
  21. package/dist-es/commands/ListConfigurationsCommand.js +1 -3
  22. package/dist-es/commands/ListServerNeighborsCommand.js +1 -3
  23. package/dist-es/commands/StartBatchDeleteConfigurationTaskCommand.js +1 -3
  24. package/dist-es/commands/StartContinuousExportCommand.js +1 -3
  25. package/dist-es/commands/StartDataCollectionByAgentIdsCommand.js +1 -3
  26. package/dist-es/commands/StartExportTaskCommand.js +1 -3
  27. package/dist-es/commands/StartImportTaskCommand.js +1 -3
  28. package/dist-es/commands/StopContinuousExportCommand.js +1 -3
  29. package/dist-es/commands/StopDataCollectionByAgentIdsCommand.js +1 -3
  30. package/dist-es/commands/UpdateApplicationCommand.js +1 -3
  31. package/dist-es/endpoint/endpointResolver.js +7 -3
  32. package/dist-types/runtimeConfig.browser.d.ts +2 -0
  33. package/dist-types/runtimeConfig.d.ts +2 -0
  34. package/dist-types/runtimeConfig.native.d.ts +2 -0
  35. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -0
  36. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -0
  37. package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -0
  38. package/package.json +35 -35
@@ -4,11 +4,15 @@ exports.defaultEndpointResolver = void 0;
4
4
  const util_endpoints_1 = require("@aws-sdk/util-endpoints");
5
5
  const util_endpoints_2 = require("@smithy/util-endpoints");
6
6
  const ruleset_1 = require("./ruleset");
7
+ const cache = new util_endpoints_2.EndpointCache({
8
+ size: 50,
9
+ params: ["Endpoint", "Region", "UseDualStack", "UseFIPS"],
10
+ });
7
11
  const defaultEndpointResolver = (endpointParams, context = {}) => {
8
- return (0, util_endpoints_2.resolveEndpoint)(ruleset_1.ruleSet, {
12
+ return cache.get(endpointParams, () => (0, util_endpoints_2.resolveEndpoint)(ruleset_1.ruleSet, {
9
13
  endpointParams: endpointParams,
10
14
  logger: context.logger,
11
- });
15
+ }));
12
16
  };
13
17
  exports.defaultEndpointResolver = defaultEndpointResolver;
14
18
  util_endpoints_2.customEndpointFunctions.aws = util_endpoints_1.awsEndpointFunctions;
package/dist-cjs/index.js CHANGED
@@ -1429,9 +1429,7 @@ function sharedHeaders(operation) {
1429
1429
  __name(sharedHeaders, "sharedHeaders");
1430
1430
 
1431
1431
  // src/commands/AssociateConfigurationItemsToApplicationCommand.ts
1432
- var _AssociateConfigurationItemsToApplicationCommand = class _AssociateConfigurationItemsToApplicationCommand extends import_smithy_client.Command.classBuilder().ep({
1433
- ...commonParams
1434
- }).m(function(Command, cs, config, o) {
1432
+ var _AssociateConfigurationItemsToApplicationCommand = class _AssociateConfigurationItemsToApplicationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1435
1433
  return [
1436
1434
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1437
1435
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1445,9 +1443,7 @@ var AssociateConfigurationItemsToApplicationCommand = _AssociateConfigurationIte
1445
1443
 
1446
1444
 
1447
1445
 
1448
- var _BatchDeleteAgentsCommand = class _BatchDeleteAgentsCommand extends import_smithy_client.Command.classBuilder().ep({
1449
- ...commonParams
1450
- }).m(function(Command, cs, config, o) {
1446
+ var _BatchDeleteAgentsCommand = class _BatchDeleteAgentsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1451
1447
  return [
1452
1448
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1453
1449
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1461,9 +1457,7 @@ var BatchDeleteAgentsCommand = _BatchDeleteAgentsCommand;
1461
1457
 
1462
1458
 
1463
1459
 
1464
- var _BatchDeleteImportDataCommand = class _BatchDeleteImportDataCommand extends import_smithy_client.Command.classBuilder().ep({
1465
- ...commonParams
1466
- }).m(function(Command, cs, config, o) {
1460
+ var _BatchDeleteImportDataCommand = class _BatchDeleteImportDataCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1467
1461
  return [
1468
1462
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1469
1463
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1477,9 +1471,7 @@ var BatchDeleteImportDataCommand = _BatchDeleteImportDataCommand;
1477
1471
 
1478
1472
 
1479
1473
 
1480
- var _CreateApplicationCommand = class _CreateApplicationCommand extends import_smithy_client.Command.classBuilder().ep({
1481
- ...commonParams
1482
- }).m(function(Command, cs, config, o) {
1474
+ var _CreateApplicationCommand = class _CreateApplicationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1483
1475
  return [
1484
1476
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1485
1477
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1493,9 +1485,7 @@ var CreateApplicationCommand = _CreateApplicationCommand;
1493
1485
 
1494
1486
 
1495
1487
 
1496
- var _CreateTagsCommand = class _CreateTagsCommand extends import_smithy_client.Command.classBuilder().ep({
1497
- ...commonParams
1498
- }).m(function(Command, cs, config, o) {
1488
+ var _CreateTagsCommand = class _CreateTagsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1499
1489
  return [
1500
1490
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1501
1491
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1509,9 +1499,7 @@ var CreateTagsCommand = _CreateTagsCommand;
1509
1499
 
1510
1500
 
1511
1501
 
1512
- var _DeleteApplicationsCommand = class _DeleteApplicationsCommand extends import_smithy_client.Command.classBuilder().ep({
1513
- ...commonParams
1514
- }).m(function(Command, cs, config, o) {
1502
+ var _DeleteApplicationsCommand = class _DeleteApplicationsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1515
1503
  return [
1516
1504
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1517
1505
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1525,9 +1513,7 @@ var DeleteApplicationsCommand = _DeleteApplicationsCommand;
1525
1513
 
1526
1514
 
1527
1515
 
1528
- var _DeleteTagsCommand = class _DeleteTagsCommand extends import_smithy_client.Command.classBuilder().ep({
1529
- ...commonParams
1530
- }).m(function(Command, cs, config, o) {
1516
+ var _DeleteTagsCommand = class _DeleteTagsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1531
1517
  return [
1532
1518
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1533
1519
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1541,9 +1527,7 @@ var DeleteTagsCommand = _DeleteTagsCommand;
1541
1527
 
1542
1528
 
1543
1529
 
1544
- var _DescribeAgentsCommand = class _DescribeAgentsCommand extends import_smithy_client.Command.classBuilder().ep({
1545
- ...commonParams
1546
- }).m(function(Command, cs, config, o) {
1530
+ var _DescribeAgentsCommand = class _DescribeAgentsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1547
1531
  return [
1548
1532
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1549
1533
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1557,9 +1541,7 @@ var DescribeAgentsCommand = _DescribeAgentsCommand;
1557
1541
 
1558
1542
 
1559
1543
 
1560
- var _DescribeBatchDeleteConfigurationTaskCommand = class _DescribeBatchDeleteConfigurationTaskCommand extends import_smithy_client.Command.classBuilder().ep({
1561
- ...commonParams
1562
- }).m(function(Command, cs, config, o) {
1544
+ var _DescribeBatchDeleteConfigurationTaskCommand = class _DescribeBatchDeleteConfigurationTaskCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1563
1545
  return [
1564
1546
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1565
1547
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1573,9 +1555,7 @@ var DescribeBatchDeleteConfigurationTaskCommand = _DescribeBatchDeleteConfigurat
1573
1555
 
1574
1556
 
1575
1557
 
1576
- var _DescribeConfigurationsCommand = class _DescribeConfigurationsCommand extends import_smithy_client.Command.classBuilder().ep({
1577
- ...commonParams
1578
- }).m(function(Command, cs, config, o) {
1558
+ var _DescribeConfigurationsCommand = class _DescribeConfigurationsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1579
1559
  return [
1580
1560
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1581
1561
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1589,9 +1569,7 @@ var DescribeConfigurationsCommand = _DescribeConfigurationsCommand;
1589
1569
 
1590
1570
 
1591
1571
 
1592
- var _DescribeContinuousExportsCommand = class _DescribeContinuousExportsCommand extends import_smithy_client.Command.classBuilder().ep({
1593
- ...commonParams
1594
- }).m(function(Command, cs, config, o) {
1572
+ var _DescribeContinuousExportsCommand = class _DescribeContinuousExportsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1595
1573
  return [
1596
1574
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1597
1575
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1605,9 +1583,7 @@ var DescribeContinuousExportsCommand = _DescribeContinuousExportsCommand;
1605
1583
 
1606
1584
 
1607
1585
 
1608
- var _DescribeExportConfigurationsCommand = class _DescribeExportConfigurationsCommand extends import_smithy_client.Command.classBuilder().ep({
1609
- ...commonParams
1610
- }).m(function(Command, cs, config, o) {
1586
+ var _DescribeExportConfigurationsCommand = class _DescribeExportConfigurationsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1611
1587
  return [
1612
1588
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1613
1589
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1621,9 +1597,7 @@ var DescribeExportConfigurationsCommand = _DescribeExportConfigurationsCommand;
1621
1597
 
1622
1598
 
1623
1599
 
1624
- var _DescribeExportTasksCommand = class _DescribeExportTasksCommand extends import_smithy_client.Command.classBuilder().ep({
1625
- ...commonParams
1626
- }).m(function(Command, cs, config, o) {
1600
+ var _DescribeExportTasksCommand = class _DescribeExportTasksCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1627
1601
  return [
1628
1602
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1629
1603
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1637,9 +1611,7 @@ var DescribeExportTasksCommand = _DescribeExportTasksCommand;
1637
1611
 
1638
1612
 
1639
1613
 
1640
- var _DescribeImportTasksCommand = class _DescribeImportTasksCommand extends import_smithy_client.Command.classBuilder().ep({
1641
- ...commonParams
1642
- }).m(function(Command, cs, config, o) {
1614
+ var _DescribeImportTasksCommand = class _DescribeImportTasksCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1643
1615
  return [
1644
1616
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1645
1617
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1653,9 +1625,7 @@ var DescribeImportTasksCommand = _DescribeImportTasksCommand;
1653
1625
 
1654
1626
 
1655
1627
 
1656
- var _DescribeTagsCommand = class _DescribeTagsCommand extends import_smithy_client.Command.classBuilder().ep({
1657
- ...commonParams
1658
- }).m(function(Command, cs, config, o) {
1628
+ var _DescribeTagsCommand = class _DescribeTagsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1659
1629
  return [
1660
1630
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1661
1631
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1669,9 +1639,7 @@ var DescribeTagsCommand = _DescribeTagsCommand;
1669
1639
 
1670
1640
 
1671
1641
 
1672
- var _DisassociateConfigurationItemsFromApplicationCommand = class _DisassociateConfigurationItemsFromApplicationCommand extends import_smithy_client.Command.classBuilder().ep({
1673
- ...commonParams
1674
- }).m(function(Command, cs, config, o) {
1642
+ var _DisassociateConfigurationItemsFromApplicationCommand = class _DisassociateConfigurationItemsFromApplicationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1675
1643
  return [
1676
1644
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1677
1645
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1685,9 +1653,7 @@ var DisassociateConfigurationItemsFromApplicationCommand = _DisassociateConfigur
1685
1653
 
1686
1654
 
1687
1655
 
1688
- var _ExportConfigurationsCommand = class _ExportConfigurationsCommand extends import_smithy_client.Command.classBuilder().ep({
1689
- ...commonParams
1690
- }).m(function(Command, cs, config, o) {
1656
+ var _ExportConfigurationsCommand = class _ExportConfigurationsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1691
1657
  return [
1692
1658
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1693
1659
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1701,9 +1667,7 @@ var ExportConfigurationsCommand = _ExportConfigurationsCommand;
1701
1667
 
1702
1668
 
1703
1669
 
1704
- var _GetDiscoverySummaryCommand = class _GetDiscoverySummaryCommand extends import_smithy_client.Command.classBuilder().ep({
1705
- ...commonParams
1706
- }).m(function(Command, cs, config, o) {
1670
+ var _GetDiscoverySummaryCommand = class _GetDiscoverySummaryCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1707
1671
  return [
1708
1672
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1709
1673
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1717,9 +1681,7 @@ var GetDiscoverySummaryCommand = _GetDiscoverySummaryCommand;
1717
1681
 
1718
1682
 
1719
1683
 
1720
- var _ListConfigurationsCommand = class _ListConfigurationsCommand extends import_smithy_client.Command.classBuilder().ep({
1721
- ...commonParams
1722
- }).m(function(Command, cs, config, o) {
1684
+ var _ListConfigurationsCommand = class _ListConfigurationsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1723
1685
  return [
1724
1686
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1725
1687
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1733,9 +1695,7 @@ var ListConfigurationsCommand = _ListConfigurationsCommand;
1733
1695
 
1734
1696
 
1735
1697
 
1736
- var _ListServerNeighborsCommand = class _ListServerNeighborsCommand extends import_smithy_client.Command.classBuilder().ep({
1737
- ...commonParams
1738
- }).m(function(Command, cs, config, o) {
1698
+ var _ListServerNeighborsCommand = class _ListServerNeighborsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1739
1699
  return [
1740
1700
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1741
1701
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1749,9 +1709,7 @@ var ListServerNeighborsCommand = _ListServerNeighborsCommand;
1749
1709
 
1750
1710
 
1751
1711
 
1752
- var _StartBatchDeleteConfigurationTaskCommand = class _StartBatchDeleteConfigurationTaskCommand extends import_smithy_client.Command.classBuilder().ep({
1753
- ...commonParams
1754
- }).m(function(Command, cs, config, o) {
1712
+ var _StartBatchDeleteConfigurationTaskCommand = class _StartBatchDeleteConfigurationTaskCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1755
1713
  return [
1756
1714
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1757
1715
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1765,9 +1723,7 @@ var StartBatchDeleteConfigurationTaskCommand = _StartBatchDeleteConfigurationTas
1765
1723
 
1766
1724
 
1767
1725
 
1768
- var _StartContinuousExportCommand = class _StartContinuousExportCommand extends import_smithy_client.Command.classBuilder().ep({
1769
- ...commonParams
1770
- }).m(function(Command, cs, config, o) {
1726
+ var _StartContinuousExportCommand = class _StartContinuousExportCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1771
1727
  return [
1772
1728
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1773
1729
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1781,9 +1737,7 @@ var StartContinuousExportCommand = _StartContinuousExportCommand;
1781
1737
 
1782
1738
 
1783
1739
 
1784
- var _StartDataCollectionByAgentIdsCommand = class _StartDataCollectionByAgentIdsCommand extends import_smithy_client.Command.classBuilder().ep({
1785
- ...commonParams
1786
- }).m(function(Command, cs, config, o) {
1740
+ var _StartDataCollectionByAgentIdsCommand = class _StartDataCollectionByAgentIdsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1787
1741
  return [
1788
1742
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1789
1743
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1797,9 +1751,7 @@ var StartDataCollectionByAgentIdsCommand = _StartDataCollectionByAgentIdsCommand
1797
1751
 
1798
1752
 
1799
1753
 
1800
- var _StartExportTaskCommand = class _StartExportTaskCommand extends import_smithy_client.Command.classBuilder().ep({
1801
- ...commonParams
1802
- }).m(function(Command, cs, config, o) {
1754
+ var _StartExportTaskCommand = class _StartExportTaskCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1803
1755
  return [
1804
1756
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1805
1757
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1813,9 +1765,7 @@ var StartExportTaskCommand = _StartExportTaskCommand;
1813
1765
 
1814
1766
 
1815
1767
 
1816
- var _StartImportTaskCommand = class _StartImportTaskCommand extends import_smithy_client.Command.classBuilder().ep({
1817
- ...commonParams
1818
- }).m(function(Command, cs, config, o) {
1768
+ var _StartImportTaskCommand = class _StartImportTaskCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1819
1769
  return [
1820
1770
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1821
1771
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1829,9 +1779,7 @@ var StartImportTaskCommand = _StartImportTaskCommand;
1829
1779
 
1830
1780
 
1831
1781
 
1832
- var _StopContinuousExportCommand = class _StopContinuousExportCommand extends import_smithy_client.Command.classBuilder().ep({
1833
- ...commonParams
1834
- }).m(function(Command, cs, config, o) {
1782
+ var _StopContinuousExportCommand = class _StopContinuousExportCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1835
1783
  return [
1836
1784
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1837
1785
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1845,9 +1793,7 @@ var StopContinuousExportCommand = _StopContinuousExportCommand;
1845
1793
 
1846
1794
 
1847
1795
 
1848
- var _StopDataCollectionByAgentIdsCommand = class _StopDataCollectionByAgentIdsCommand extends import_smithy_client.Command.classBuilder().ep({
1849
- ...commonParams
1850
- }).m(function(Command, cs, config, o) {
1796
+ var _StopDataCollectionByAgentIdsCommand = class _StopDataCollectionByAgentIdsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1851
1797
  return [
1852
1798
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1853
1799
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1861,9 +1807,7 @@ var StopDataCollectionByAgentIdsCommand = _StopDataCollectionByAgentIdsCommand;
1861
1807
 
1862
1808
 
1863
1809
 
1864
- var _UpdateApplicationCommand = class _UpdateApplicationCommand extends import_smithy_client.Command.classBuilder().ep({
1865
- ...commonParams
1866
- }).m(function(Command, cs, config, o) {
1810
+ var _UpdateApplicationCommand = class _UpdateApplicationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1867
1811
  return [
1868
1812
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1869
1813
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -6,9 +6,7 @@ import { de_AssociateConfigurationItemsToApplicationCommand, se_AssociateConfigu
6
6
  export { $Command };
7
7
  export class AssociateConfigurationItemsToApplicationCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_BatchDeleteAgentsCommand, se_BatchDeleteAgentsCommand } from "../pro
6
6
  export { $Command };
7
7
  export class BatchDeleteAgentsCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_BatchDeleteImportDataCommand, se_BatchDeleteImportDataCommand } from
6
6
  export { $Command };
7
7
  export class BatchDeleteImportDataCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_CreateApplicationCommand, se_CreateApplicationCommand } from "../pro
6
6
  export { $Command };
7
7
  export class CreateApplicationCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_CreateTagsCommand, se_CreateTagsCommand } from "../protocols/Aws_jso
6
6
  export { $Command };
7
7
  export class CreateTagsCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DeleteApplicationsCommand, se_DeleteApplicationsCommand } from "../p
6
6
  export { $Command };
7
7
  export class DeleteApplicationsCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DeleteTagsCommand, se_DeleteTagsCommand } from "../protocols/Aws_jso
6
6
  export { $Command };
7
7
  export class DeleteTagsCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -7,9 +7,7 @@ import { de_DescribeAgentsCommand, se_DescribeAgentsCommand } from "../protocols
7
7
  export { $Command };
8
8
  export class DescribeAgentsCommand extends $Command
9
9
  .classBuilder()
10
- .ep({
11
- ...commonParams,
12
- })
10
+ .ep(commonParams)
13
11
  .m(function (Command, cs, config, o) {
14
12
  return [
15
13
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DescribeBatchDeleteConfigurationTaskCommand, se_DescribeBatchDeleteC
6
6
  export { $Command };
7
7
  export class DescribeBatchDeleteConfigurationTaskCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DescribeConfigurationsCommand, se_DescribeConfigurationsCommand } fr
6
6
  export { $Command };
7
7
  export class DescribeConfigurationsCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DescribeContinuousExportsCommand, se_DescribeContinuousExportsComman
6
6
  export { $Command };
7
7
  export class DescribeContinuousExportsCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DescribeExportConfigurationsCommand, se_DescribeExportConfigurations
6
6
  export { $Command };
7
7
  export class DescribeExportConfigurationsCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DescribeExportTasksCommand, se_DescribeExportTasksCommand } from "..
6
6
  export { $Command };
7
7
  export class DescribeExportTasksCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DescribeImportTasksCommand, se_DescribeImportTasksCommand } from "..
6
6
  export { $Command };
7
7
  export class DescribeImportTasksCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DescribeTagsCommand, se_DescribeTagsCommand } from "../protocols/Aws
6
6
  export { $Command };
7
7
  export class DescribeTagsCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DisassociateConfigurationItemsFromApplicationCommand, se_Disassociat
6
6
  export { $Command };
7
7
  export class DisassociateConfigurationItemsFromApplicationCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ExportConfigurationsCommand, se_ExportConfigurationsCommand } from "
6
6
  export { $Command };
7
7
  export class ExportConfigurationsCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_GetDiscoverySummaryCommand, se_GetDiscoverySummaryCommand } from "..
6
6
  export { $Command };
7
7
  export class GetDiscoverySummaryCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ListConfigurationsCommand, se_ListConfigurationsCommand } from "../p
6
6
  export { $Command };
7
7
  export class ListConfigurationsCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ListServerNeighborsCommand, se_ListServerNeighborsCommand } from "..
6
6
  export { $Command };
7
7
  export class ListServerNeighborsCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_StartBatchDeleteConfigurationTaskCommand, se_StartBatchDeleteConfigu
6
6
  export { $Command };
7
7
  export class StartBatchDeleteConfigurationTaskCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_StartContinuousExportCommand, se_StartContinuousExportCommand } from
6
6
  export { $Command };
7
7
  export class StartContinuousExportCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_StartDataCollectionByAgentIdsCommand, se_StartDataCollectionByAgentI
6
6
  export { $Command };
7
7
  export class StartDataCollectionByAgentIdsCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_StartExportTaskCommand, se_StartExportTaskCommand } from "../protoco
6
6
  export { $Command };
7
7
  export class StartExportTaskCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_StartImportTaskCommand, se_StartImportTaskCommand } from "../protoco
6
6
  export { $Command };
7
7
  export class StartImportTaskCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_StopContinuousExportCommand, se_StopContinuousExportCommand } from "
6
6
  export { $Command };
7
7
  export class StopContinuousExportCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_StopDataCollectionByAgentIdsCommand, se_StopDataCollectionByAgentIds
6
6
  export { $Command };
7
7
  export class StopDataCollectionByAgentIdsCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_UpdateApplicationCommand, se_UpdateApplicationCommand } from "../pro
6
6
  export { $Command };
7
7
  export class UpdateApplicationCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -1,10 +1,14 @@
1
1
  import { awsEndpointFunctions } from "@aws-sdk/util-endpoints";
2
- import { customEndpointFunctions, resolveEndpoint } from "@smithy/util-endpoints";
2
+ import { customEndpointFunctions, EndpointCache, resolveEndpoint } from "@smithy/util-endpoints";
3
3
  import { ruleSet } from "./ruleset";
4
+ const cache = new EndpointCache({
5
+ size: 50,
6
+ params: ["Endpoint", "Region", "UseDualStack", "UseFIPS"],
7
+ });
4
8
  export const defaultEndpointResolver = (endpointParams, context = {}) => {
5
- return resolveEndpoint(ruleSet, {
9
+ return cache.get(endpointParams, () => resolveEndpoint(ruleSet, {
6
10
  endpointParams: endpointParams,
7
11
  logger: context.logger,
8
- });
12
+ }));
9
13
  };
10
14
  customEndpointFunctions.aws = awsEndpointFunctions;
@@ -18,6 +18,7 @@ export declare const getRuntimeConfig: (config: ApplicationDiscoveryServiceClien
18
18
  useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
19
19
  useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
20
20
  apiVersion: string;
21
+ cacheMiddleware?: boolean | undefined;
21
22
  urlParser: import("@smithy/types").UrlParser;
22
23
  base64Decoder: import("@smithy/types").Decoder;
23
24
  base64Encoder: (_input: string | Uint8Array) => string;
@@ -34,6 +35,7 @@ export declare const getRuntimeConfig: (config: ApplicationDiscoveryServiceClien
34
35
  logger?: import("@smithy/types").Logger | undefined;
35
36
  }) => import("@smithy/types").EndpointV2;
36
37
  tls?: boolean | undefined;
38
+ serviceConfiguredEndpoint?: undefined;
37
39
  httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
38
40
  httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").ApplicationDiscoveryServiceHttpAuthSchemeProvider;
39
41
  credentials?: import("@smithy/types").AwsCredentialIdentity | import("@smithy/types").AwsCredentialIdentityProvider | undefined;
@@ -18,6 +18,7 @@ export declare const getRuntimeConfig: (config: ApplicationDiscoveryServiceClien
18
18
  useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
19
19
  useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
20
20
  apiVersion: string;
21
+ cacheMiddleware?: boolean | undefined;
21
22
  urlParser: import("@smithy/types").UrlParser;
22
23
  base64Decoder: import("@smithy/types").Decoder;
23
24
  base64Encoder: (_input: string | Uint8Array) => string;
@@ -34,6 +35,7 @@ export declare const getRuntimeConfig: (config: ApplicationDiscoveryServiceClien
34
35
  logger?: import("@smithy/types").Logger | undefined;
35
36
  }) => import("@smithy/types").EndpointV2;
36
37
  tls?: boolean | undefined;
38
+ serviceConfiguredEndpoint?: undefined;
37
39
  httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
38
40
  httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").ApplicationDiscoveryServiceHttpAuthSchemeProvider;
39
41
  credentials?: import("@smithy/types").AwsCredentialIdentity | import("@smithy/types").AwsCredentialIdentityProvider | undefined;
@@ -7,6 +7,7 @@ export declare const getRuntimeConfig: (config: ApplicationDiscoveryServiceClien
7
7
  sha256: import("@smithy/types").HashConstructor;
8
8
  requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/protocol-http").HttpHandler<any> | import("@smithy/fetch-http-handler").FetchHttpHandler;
9
9
  apiVersion: string;
10
+ cacheMiddleware?: boolean | undefined;
10
11
  urlParser: import("@smithy/types").UrlParser;
11
12
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
12
13
  streamCollector: import("@smithy/types").StreamCollector;
@@ -33,6 +34,7 @@ export declare const getRuntimeConfig: (config: ApplicationDiscoveryServiceClien
33
34
  logger?: import("@smithy/types").Logger | undefined;
34
35
  }) => import("@smithy/types").EndpointV2;
35
36
  tls?: boolean | undefined;
37
+ serviceConfiguredEndpoint?: undefined;
36
38
  httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
37
39
  httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").ApplicationDiscoveryServiceHttpAuthSchemeProvider;
38
40
  credentials?: import("@smithy/types").AwsCredentialIdentity | import("@smithy/types").AwsCredentialIdentityProvider | undefined;
@@ -25,6 +25,7 @@ export declare const getRuntimeConfig: (
25
25
  useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
26
26
  useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
27
27
  apiVersion: string;
28
+ cacheMiddleware?: boolean | undefined;
28
29
  urlParser: import("@smithy/types").UrlParser;
29
30
  base64Decoder: import("@smithy/types").Decoder;
30
31
  base64Encoder: (_input: string | Uint8Array) => string;
@@ -63,6 +64,7 @@ export declare const getRuntimeConfig: (
63
64
  }
64
65
  ) => import("@smithy/types").EndpointV2;
65
66
  tls?: boolean | undefined;
67
+ serviceConfiguredEndpoint?: undefined;
66
68
  httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
67
69
  httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").ApplicationDiscoveryServiceHttpAuthSchemeProvider;
68
70
  credentials?:
@@ -29,6 +29,7 @@ export declare const getRuntimeConfig: (
29
29
  useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
30
30
  useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
31
31
  apiVersion: string;
32
+ cacheMiddleware?: boolean | undefined;
32
33
  urlParser: import("@smithy/types").UrlParser;
33
34
  base64Decoder: import("@smithy/types").Decoder;
34
35
  base64Encoder: (_input: string | Uint8Array) => string;
@@ -67,6 +68,7 @@ export declare const getRuntimeConfig: (
67
68
  }
68
69
  ) => import("@smithy/types").EndpointV2;
69
70
  tls?: boolean | undefined;
71
+ serviceConfiguredEndpoint?: undefined;
70
72
  httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
71
73
  httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").ApplicationDiscoveryServiceHttpAuthSchemeProvider;
72
74
  credentials?:
@@ -11,6 +11,7 @@ export declare const getRuntimeConfig: (
11
11
  | import("@smithy/protocol-http").HttpHandler<any>
12
12
  | import("@smithy/fetch-http-handler").FetchHttpHandler;
13
13
  apiVersion: string;
14
+ cacheMiddleware?: boolean | undefined;
14
15
  urlParser: import("@smithy/types").UrlParser;
15
16
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
16
17
  streamCollector: import("@smithy/types").StreamCollector;
@@ -57,6 +58,7 @@ export declare const getRuntimeConfig: (
57
58
  }
58
59
  ) => import("@smithy/types").EndpointV2;
59
60
  tls?: boolean | undefined;
61
+ serviceConfiguredEndpoint?: undefined;
60
62
  httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
61
63
  httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").ApplicationDiscoveryServiceHttpAuthSchemeProvider;
62
64
  credentials?:
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-application-discovery-service",
3
3
  "description": "AWS SDK for JavaScript Application Discovery Service Client for Node.js, Browser and React Native",
4
- "version": "3.645.0",
4
+ "version": "3.650.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-application-discovery-service",
@@ -20,43 +20,43 @@
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.645.0",
24
- "@aws-sdk/client-sts": "3.645.0",
25
- "@aws-sdk/core": "3.635.0",
26
- "@aws-sdk/credential-provider-node": "3.645.0",
27
- "@aws-sdk/middleware-host-header": "3.620.0",
28
- "@aws-sdk/middleware-logger": "3.609.0",
29
- "@aws-sdk/middleware-recursion-detection": "3.620.0",
30
- "@aws-sdk/middleware-user-agent": "3.645.0",
31
- "@aws-sdk/region-config-resolver": "3.614.0",
32
- "@aws-sdk/types": "3.609.0",
33
- "@aws-sdk/util-endpoints": "3.645.0",
34
- "@aws-sdk/util-user-agent-browser": "3.609.0",
35
- "@aws-sdk/util-user-agent-node": "3.614.0",
36
- "@smithy/config-resolver": "^3.0.5",
37
- "@smithy/core": "^2.4.0",
38
- "@smithy/fetch-http-handler": "^3.2.4",
39
- "@smithy/hash-node": "^3.0.3",
40
- "@smithy/invalid-dependency": "^3.0.3",
41
- "@smithy/middleware-content-length": "^3.0.5",
42
- "@smithy/middleware-endpoint": "^3.1.0",
43
- "@smithy/middleware-retry": "^3.0.15",
44
- "@smithy/middleware-serde": "^3.0.3",
45
- "@smithy/middleware-stack": "^3.0.3",
46
- "@smithy/node-config-provider": "^3.1.4",
47
- "@smithy/node-http-handler": "^3.1.4",
48
- "@smithy/protocol-http": "^4.1.0",
49
- "@smithy/smithy-client": "^3.2.0",
50
- "@smithy/types": "^3.3.0",
51
- "@smithy/url-parser": "^3.0.3",
23
+ "@aws-sdk/client-sso-oidc": "3.650.0",
24
+ "@aws-sdk/client-sts": "3.650.0",
25
+ "@aws-sdk/core": "3.649.0",
26
+ "@aws-sdk/credential-provider-node": "3.650.0",
27
+ "@aws-sdk/middleware-host-header": "3.649.0",
28
+ "@aws-sdk/middleware-logger": "3.649.0",
29
+ "@aws-sdk/middleware-recursion-detection": "3.649.0",
30
+ "@aws-sdk/middleware-user-agent": "3.649.0",
31
+ "@aws-sdk/region-config-resolver": "3.649.0",
32
+ "@aws-sdk/types": "3.649.0",
33
+ "@aws-sdk/util-endpoints": "3.649.0",
34
+ "@aws-sdk/util-user-agent-browser": "3.649.0",
35
+ "@aws-sdk/util-user-agent-node": "3.649.0",
36
+ "@smithy/config-resolver": "^3.0.6",
37
+ "@smithy/core": "^2.4.1",
38
+ "@smithy/fetch-http-handler": "^3.2.5",
39
+ "@smithy/hash-node": "^3.0.4",
40
+ "@smithy/invalid-dependency": "^3.0.4",
41
+ "@smithy/middleware-content-length": "^3.0.6",
42
+ "@smithy/middleware-endpoint": "^3.1.1",
43
+ "@smithy/middleware-retry": "^3.0.16",
44
+ "@smithy/middleware-serde": "^3.0.4",
45
+ "@smithy/middleware-stack": "^3.0.4",
46
+ "@smithy/node-config-provider": "^3.1.5",
47
+ "@smithy/node-http-handler": "^3.2.0",
48
+ "@smithy/protocol-http": "^4.1.1",
49
+ "@smithy/smithy-client": "^3.3.0",
50
+ "@smithy/types": "^3.4.0",
51
+ "@smithy/url-parser": "^3.0.4",
52
52
  "@smithy/util-base64": "^3.0.0",
53
53
  "@smithy/util-body-length-browser": "^3.0.0",
54
54
  "@smithy/util-body-length-node": "^3.0.0",
55
- "@smithy/util-defaults-mode-browser": "^3.0.15",
56
- "@smithy/util-defaults-mode-node": "^3.0.15",
57
- "@smithy/util-endpoints": "^2.0.5",
58
- "@smithy/util-middleware": "^3.0.3",
59
- "@smithy/util-retry": "^3.0.3",
55
+ "@smithy/util-defaults-mode-browser": "^3.0.16",
56
+ "@smithy/util-defaults-mode-node": "^3.0.16",
57
+ "@smithy/util-endpoints": "^2.1.0",
58
+ "@smithy/util-middleware": "^3.0.4",
59
+ "@smithy/util-retry": "^3.0.4",
60
60
  "@smithy/util-utf8": "^3.0.0",
61
61
  "tslib": "^2.6.2",
62
62
  "uuid": "^9.0.1"