@aws-sdk/client-appfabric 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 (36) hide show
  1. package/dist-cjs/endpoint/endpointResolver.js +6 -2
  2. package/dist-cjs/index.js +26 -78
  3. package/dist-es/commands/BatchGetUserAccessTasksCommand.js +1 -3
  4. package/dist-es/commands/ConnectAppAuthorizationCommand.js +1 -3
  5. package/dist-es/commands/CreateAppAuthorizationCommand.js +1 -3
  6. package/dist-es/commands/CreateAppBundleCommand.js +1 -3
  7. package/dist-es/commands/CreateIngestionCommand.js +1 -3
  8. package/dist-es/commands/CreateIngestionDestinationCommand.js +1 -3
  9. package/dist-es/commands/DeleteAppAuthorizationCommand.js +1 -3
  10. package/dist-es/commands/DeleteAppBundleCommand.js +1 -3
  11. package/dist-es/commands/DeleteIngestionCommand.js +1 -3
  12. package/dist-es/commands/DeleteIngestionDestinationCommand.js +1 -3
  13. package/dist-es/commands/GetAppAuthorizationCommand.js +1 -3
  14. package/dist-es/commands/GetAppBundleCommand.js +1 -3
  15. package/dist-es/commands/GetIngestionCommand.js +1 -3
  16. package/dist-es/commands/GetIngestionDestinationCommand.js +1 -3
  17. package/dist-es/commands/ListAppAuthorizationsCommand.js +1 -3
  18. package/dist-es/commands/ListAppBundlesCommand.js +1 -3
  19. package/dist-es/commands/ListIngestionDestinationsCommand.js +1 -3
  20. package/dist-es/commands/ListIngestionsCommand.js +1 -3
  21. package/dist-es/commands/ListTagsForResourceCommand.js +1 -3
  22. package/dist-es/commands/StartIngestionCommand.js +1 -3
  23. package/dist-es/commands/StartUserAccessTasksCommand.js +1 -3
  24. package/dist-es/commands/StopIngestionCommand.js +1 -3
  25. package/dist-es/commands/TagResourceCommand.js +1 -3
  26. package/dist-es/commands/UntagResourceCommand.js +1 -3
  27. package/dist-es/commands/UpdateAppAuthorizationCommand.js +1 -3
  28. package/dist-es/commands/UpdateIngestionDestinationCommand.js +1 -3
  29. package/dist-es/endpoint/endpointResolver.js +7 -3
  30. package/dist-types/runtimeConfig.browser.d.ts +2 -0
  31. package/dist-types/runtimeConfig.d.ts +2 -0
  32. package/dist-types/runtimeConfig.native.d.ts +2 -0
  33. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -0
  34. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -0
  35. package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -0
  36. 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
@@ -1450,9 +1450,7 @@ var _ra = "retry-after";
1450
1450
  var _tK = "tagKeys";
1451
1451
 
1452
1452
  // src/commands/BatchGetUserAccessTasksCommand.ts
1453
- var _BatchGetUserAccessTasksCommand = class _BatchGetUserAccessTasksCommand extends import_smithy_client.Command.classBuilder().ep({
1454
- ...commonParams
1455
- }).m(function(Command, cs, config, o) {
1453
+ var _BatchGetUserAccessTasksCommand = class _BatchGetUserAccessTasksCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1456
1454
  return [
1457
1455
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1458
1456
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1466,9 +1464,7 @@ var BatchGetUserAccessTasksCommand = _BatchGetUserAccessTasksCommand;
1466
1464
 
1467
1465
 
1468
1466
 
1469
- var _ConnectAppAuthorizationCommand = class _ConnectAppAuthorizationCommand extends import_smithy_client.Command.classBuilder().ep({
1470
- ...commonParams
1471
- }).m(function(Command, cs, config, o) {
1467
+ var _ConnectAppAuthorizationCommand = class _ConnectAppAuthorizationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1472
1468
  return [
1473
1469
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1474
1470
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1482,9 +1478,7 @@ var ConnectAppAuthorizationCommand = _ConnectAppAuthorizationCommand;
1482
1478
 
1483
1479
 
1484
1480
 
1485
- var _CreateAppAuthorizationCommand = class _CreateAppAuthorizationCommand extends import_smithy_client.Command.classBuilder().ep({
1486
- ...commonParams
1487
- }).m(function(Command, cs, config, o) {
1481
+ var _CreateAppAuthorizationCommand = class _CreateAppAuthorizationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1488
1482
  return [
1489
1483
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1490
1484
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1498,9 +1492,7 @@ var CreateAppAuthorizationCommand = _CreateAppAuthorizationCommand;
1498
1492
 
1499
1493
 
1500
1494
 
1501
- var _CreateAppBundleCommand = class _CreateAppBundleCommand extends import_smithy_client.Command.classBuilder().ep({
1502
- ...commonParams
1503
- }).m(function(Command, cs, config, o) {
1495
+ var _CreateAppBundleCommand = class _CreateAppBundleCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1504
1496
  return [
1505
1497
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1506
1498
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1514,9 +1506,7 @@ var CreateAppBundleCommand = _CreateAppBundleCommand;
1514
1506
 
1515
1507
 
1516
1508
 
1517
- var _CreateIngestionCommand = class _CreateIngestionCommand extends import_smithy_client.Command.classBuilder().ep({
1518
- ...commonParams
1519
- }).m(function(Command, cs, config, o) {
1509
+ var _CreateIngestionCommand = class _CreateIngestionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1520
1510
  return [
1521
1511
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1522
1512
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1530,9 +1520,7 @@ var CreateIngestionCommand = _CreateIngestionCommand;
1530
1520
 
1531
1521
 
1532
1522
 
1533
- var _CreateIngestionDestinationCommand = class _CreateIngestionDestinationCommand extends import_smithy_client.Command.classBuilder().ep({
1534
- ...commonParams
1535
- }).m(function(Command, cs, config, o) {
1523
+ var _CreateIngestionDestinationCommand = class _CreateIngestionDestinationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1536
1524
  return [
1537
1525
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1538
1526
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1546,9 +1534,7 @@ var CreateIngestionDestinationCommand = _CreateIngestionDestinationCommand;
1546
1534
 
1547
1535
 
1548
1536
 
1549
- var _DeleteAppAuthorizationCommand = class _DeleteAppAuthorizationCommand extends import_smithy_client.Command.classBuilder().ep({
1550
- ...commonParams
1551
- }).m(function(Command, cs, config, o) {
1537
+ var _DeleteAppAuthorizationCommand = class _DeleteAppAuthorizationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1552
1538
  return [
1553
1539
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1554
1540
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1562,9 +1548,7 @@ var DeleteAppAuthorizationCommand = _DeleteAppAuthorizationCommand;
1562
1548
 
1563
1549
 
1564
1550
 
1565
- var _DeleteAppBundleCommand = class _DeleteAppBundleCommand extends import_smithy_client.Command.classBuilder().ep({
1566
- ...commonParams
1567
- }).m(function(Command, cs, config, o) {
1551
+ var _DeleteAppBundleCommand = class _DeleteAppBundleCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1568
1552
  return [
1569
1553
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1570
1554
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1578,9 +1562,7 @@ var DeleteAppBundleCommand = _DeleteAppBundleCommand;
1578
1562
 
1579
1563
 
1580
1564
 
1581
- var _DeleteIngestionCommand = class _DeleteIngestionCommand extends import_smithy_client.Command.classBuilder().ep({
1582
- ...commonParams
1583
- }).m(function(Command, cs, config, o) {
1565
+ var _DeleteIngestionCommand = class _DeleteIngestionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1584
1566
  return [
1585
1567
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1586
1568
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1594,9 +1576,7 @@ var DeleteIngestionCommand = _DeleteIngestionCommand;
1594
1576
 
1595
1577
 
1596
1578
 
1597
- var _DeleteIngestionDestinationCommand = class _DeleteIngestionDestinationCommand extends import_smithy_client.Command.classBuilder().ep({
1598
- ...commonParams
1599
- }).m(function(Command, cs, config, o) {
1579
+ var _DeleteIngestionDestinationCommand = class _DeleteIngestionDestinationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1600
1580
  return [
1601
1581
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1602
1582
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1610,9 +1590,7 @@ var DeleteIngestionDestinationCommand = _DeleteIngestionDestinationCommand;
1610
1590
 
1611
1591
 
1612
1592
 
1613
- var _GetAppAuthorizationCommand = class _GetAppAuthorizationCommand extends import_smithy_client.Command.classBuilder().ep({
1614
- ...commonParams
1615
- }).m(function(Command, cs, config, o) {
1593
+ var _GetAppAuthorizationCommand = class _GetAppAuthorizationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1616
1594
  return [
1617
1595
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1618
1596
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1626,9 +1604,7 @@ var GetAppAuthorizationCommand = _GetAppAuthorizationCommand;
1626
1604
 
1627
1605
 
1628
1606
 
1629
- var _GetAppBundleCommand = class _GetAppBundleCommand extends import_smithy_client.Command.classBuilder().ep({
1630
- ...commonParams
1631
- }).m(function(Command, cs, config, o) {
1607
+ var _GetAppBundleCommand = class _GetAppBundleCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1632
1608
  return [
1633
1609
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1634
1610
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1642,9 +1618,7 @@ var GetAppBundleCommand = _GetAppBundleCommand;
1642
1618
 
1643
1619
 
1644
1620
 
1645
- var _GetIngestionCommand = class _GetIngestionCommand extends import_smithy_client.Command.classBuilder().ep({
1646
- ...commonParams
1647
- }).m(function(Command, cs, config, o) {
1621
+ var _GetIngestionCommand = class _GetIngestionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1648
1622
  return [
1649
1623
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1650
1624
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1658,9 +1632,7 @@ var GetIngestionCommand = _GetIngestionCommand;
1658
1632
 
1659
1633
 
1660
1634
 
1661
- var _GetIngestionDestinationCommand = class _GetIngestionDestinationCommand extends import_smithy_client.Command.classBuilder().ep({
1662
- ...commonParams
1663
- }).m(function(Command, cs, config, o) {
1635
+ var _GetIngestionDestinationCommand = class _GetIngestionDestinationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1664
1636
  return [
1665
1637
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1666
1638
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1674,9 +1646,7 @@ var GetIngestionDestinationCommand = _GetIngestionDestinationCommand;
1674
1646
 
1675
1647
 
1676
1648
 
1677
- var _ListAppAuthorizationsCommand = class _ListAppAuthorizationsCommand extends import_smithy_client.Command.classBuilder().ep({
1678
- ...commonParams
1679
- }).m(function(Command, cs, config, o) {
1649
+ var _ListAppAuthorizationsCommand = class _ListAppAuthorizationsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1680
1650
  return [
1681
1651
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1682
1652
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1690,9 +1660,7 @@ var ListAppAuthorizationsCommand = _ListAppAuthorizationsCommand;
1690
1660
 
1691
1661
 
1692
1662
 
1693
- var _ListAppBundlesCommand = class _ListAppBundlesCommand extends import_smithy_client.Command.classBuilder().ep({
1694
- ...commonParams
1695
- }).m(function(Command, cs, config, o) {
1663
+ var _ListAppBundlesCommand = class _ListAppBundlesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1696
1664
  return [
1697
1665
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1698
1666
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1706,9 +1674,7 @@ var ListAppBundlesCommand = _ListAppBundlesCommand;
1706
1674
 
1707
1675
 
1708
1676
 
1709
- var _ListIngestionDestinationsCommand = class _ListIngestionDestinationsCommand extends import_smithy_client.Command.classBuilder().ep({
1710
- ...commonParams
1711
- }).m(function(Command, cs, config, o) {
1677
+ var _ListIngestionDestinationsCommand = class _ListIngestionDestinationsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1712
1678
  return [
1713
1679
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1714
1680
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1722,9 +1688,7 @@ var ListIngestionDestinationsCommand = _ListIngestionDestinationsCommand;
1722
1688
 
1723
1689
 
1724
1690
 
1725
- var _ListIngestionsCommand = class _ListIngestionsCommand extends import_smithy_client.Command.classBuilder().ep({
1726
- ...commonParams
1727
- }).m(function(Command, cs, config, o) {
1691
+ var _ListIngestionsCommand = class _ListIngestionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1728
1692
  return [
1729
1693
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1730
1694
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1738,9 +1702,7 @@ var ListIngestionsCommand = _ListIngestionsCommand;
1738
1702
 
1739
1703
 
1740
1704
 
1741
- var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep({
1742
- ...commonParams
1743
- }).m(function(Command, cs, config, o) {
1705
+ var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1744
1706
  return [
1745
1707
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1746
1708
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1754,9 +1716,7 @@ var ListTagsForResourceCommand = _ListTagsForResourceCommand;
1754
1716
 
1755
1717
 
1756
1718
 
1757
- var _StartIngestionCommand = class _StartIngestionCommand extends import_smithy_client.Command.classBuilder().ep({
1758
- ...commonParams
1759
- }).m(function(Command, cs, config, o) {
1719
+ var _StartIngestionCommand = class _StartIngestionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1760
1720
  return [
1761
1721
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1762
1722
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1770,9 +1730,7 @@ var StartIngestionCommand = _StartIngestionCommand;
1770
1730
 
1771
1731
 
1772
1732
 
1773
- var _StartUserAccessTasksCommand = class _StartUserAccessTasksCommand extends import_smithy_client.Command.classBuilder().ep({
1774
- ...commonParams
1775
- }).m(function(Command, cs, config, o) {
1733
+ var _StartUserAccessTasksCommand = class _StartUserAccessTasksCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1776
1734
  return [
1777
1735
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1778
1736
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1786,9 +1744,7 @@ var StartUserAccessTasksCommand = _StartUserAccessTasksCommand;
1786
1744
 
1787
1745
 
1788
1746
 
1789
- var _StopIngestionCommand = class _StopIngestionCommand extends import_smithy_client.Command.classBuilder().ep({
1790
- ...commonParams
1791
- }).m(function(Command, cs, config, o) {
1747
+ var _StopIngestionCommand = class _StopIngestionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1792
1748
  return [
1793
1749
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1794
1750
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1802,9 +1758,7 @@ var StopIngestionCommand = _StopIngestionCommand;
1802
1758
 
1803
1759
 
1804
1760
 
1805
- var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
1806
- ...commonParams
1807
- }).m(function(Command, cs, config, o) {
1761
+ var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1808
1762
  return [
1809
1763
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1810
1764
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1818,9 +1772,7 @@ var TagResourceCommand = _TagResourceCommand;
1818
1772
 
1819
1773
 
1820
1774
 
1821
- var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
1822
- ...commonParams
1823
- }).m(function(Command, cs, config, o) {
1775
+ var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1824
1776
  return [
1825
1777
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1826
1778
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1834,9 +1786,7 @@ var UntagResourceCommand = _UntagResourceCommand;
1834
1786
 
1835
1787
 
1836
1788
 
1837
- var _UpdateAppAuthorizationCommand = class _UpdateAppAuthorizationCommand extends import_smithy_client.Command.classBuilder().ep({
1838
- ...commonParams
1839
- }).m(function(Command, cs, config, o) {
1789
+ var _UpdateAppAuthorizationCommand = class _UpdateAppAuthorizationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1840
1790
  return [
1841
1791
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1842
1792
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1850,9 +1800,7 @@ var UpdateAppAuthorizationCommand = _UpdateAppAuthorizationCommand;
1850
1800
 
1851
1801
 
1852
1802
 
1853
- var _UpdateIngestionDestinationCommand = class _UpdateIngestionDestinationCommand extends import_smithy_client.Command.classBuilder().ep({
1854
- ...commonParams
1855
- }).m(function(Command, cs, config, o) {
1803
+ var _UpdateIngestionDestinationCommand = class _UpdateIngestionDestinationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1856
1804
  return [
1857
1805
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1858
1806
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -7,9 +7,7 @@ import { de_BatchGetUserAccessTasksCommand, se_BatchGetUserAccessTasksCommand }
7
7
  export { $Command };
8
8
  export class BatchGetUserAccessTasksCommand 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),
@@ -7,9 +7,7 @@ import { de_ConnectAppAuthorizationCommand, se_ConnectAppAuthorizationCommand }
7
7
  export { $Command };
8
8
  export class ConnectAppAuthorizationCommand 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),
@@ -7,9 +7,7 @@ import { de_CreateAppAuthorizationCommand, se_CreateAppAuthorizationCommand } fr
7
7
  export { $Command };
8
8
  export class CreateAppAuthorizationCommand 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_CreateAppBundleCommand, se_CreateAppBundleCommand } from "../protoco
6
6
  export { $Command };
7
7
  export class CreateAppBundleCommand 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_CreateIngestionCommand, se_CreateIngestionCommand } from "../protoco
6
6
  export { $Command };
7
7
  export class CreateIngestionCommand 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_CreateIngestionDestinationCommand, se_CreateIngestionDestinationComm
6
6
  export { $Command };
7
7
  export class CreateIngestionDestinationCommand 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_DeleteAppAuthorizationCommand, se_DeleteAppAuthorizationCommand } fr
6
6
  export { $Command };
7
7
  export class DeleteAppAuthorizationCommand 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_DeleteAppBundleCommand, se_DeleteAppBundleCommand } from "../protoco
6
6
  export { $Command };
7
7
  export class DeleteAppBundleCommand 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_DeleteIngestionCommand, se_DeleteIngestionCommand } from "../protoco
6
6
  export { $Command };
7
7
  export class DeleteIngestionCommand 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_DeleteIngestionDestinationCommand, se_DeleteIngestionDestinationComm
6
6
  export { $Command };
7
7
  export class DeleteIngestionDestinationCommand 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_GetAppAuthorizationCommand, se_GetAppAuthorizationCommand } from "..
6
6
  export { $Command };
7
7
  export class GetAppAuthorizationCommand 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_GetAppBundleCommand, se_GetAppBundleCommand } from "../protocols/Aws
6
6
  export { $Command };
7
7
  export class GetAppBundleCommand 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_GetIngestionCommand, se_GetIngestionCommand } from "../protocols/Aws
6
6
  export { $Command };
7
7
  export class GetIngestionCommand 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_GetIngestionDestinationCommand, se_GetIngestionDestinationCommand }
6
6
  export { $Command };
7
7
  export class GetIngestionDestinationCommand 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_ListAppAuthorizationsCommand, se_ListAppAuthorizationsCommand } from
6
6
  export { $Command };
7
7
  export class ListAppAuthorizationsCommand 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_ListAppBundlesCommand, se_ListAppBundlesCommand } from "../protocols
6
6
  export { $Command };
7
7
  export class ListAppBundlesCommand 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_ListIngestionDestinationsCommand, se_ListIngestionDestinationsComman
6
6
  export { $Command };
7
7
  export class ListIngestionDestinationsCommand 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_ListIngestionsCommand, se_ListIngestionsCommand } from "../protocols
6
6
  export { $Command };
7
7
  export class ListIngestionsCommand 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_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "..
6
6
  export { $Command };
7
7
  export class ListTagsForResourceCommand 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_StartIngestionCommand, se_StartIngestionCommand } from "../protocols
6
6
  export { $Command };
7
7
  export class StartIngestionCommand 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_StartUserAccessTasksCommand, se_StartUserAccessTasksCommand } from "
7
7
  export { $Command };
8
8
  export class StartUserAccessTasksCommand 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_StopIngestionCommand, se_StopIngestionCommand } from "../protocols/A
6
6
  export { $Command };
7
7
  export class StopIngestionCommand 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_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_r
6
6
  export { $Command };
7
7
  export class TagResourceCommand 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_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/A
6
6
  export { $Command };
7
7
  export class UntagResourceCommand 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_UpdateAppAuthorizationCommand, se_UpdateAppAuthorizationCommand } fr
7
7
  export { $Command };
8
8
  export class UpdateAppAuthorizationCommand 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_UpdateIngestionDestinationCommand, se_UpdateIngestionDestinationComm
6
6
  export { $Command };
7
7
  export class UpdateIngestionDestinationCommand 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: AppFabricClientConfig) => {
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: AppFabricClientConfig) => {
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").AppFabricHttpAuthSchemeProvider;
39
41
  credentials?: import("@smithy/types").AwsCredentialIdentity | import("@smithy/types").AwsCredentialIdentityProvider | undefined;
@@ -18,6 +18,7 @@ export declare const getRuntimeConfig: (config: AppFabricClientConfig) => {
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: AppFabricClientConfig) => {
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").AppFabricHttpAuthSchemeProvider;
39
41
  credentials?: import("@smithy/types").AwsCredentialIdentity | import("@smithy/types").AwsCredentialIdentityProvider | undefined;
@@ -7,6 +7,7 @@ export declare const getRuntimeConfig: (config: AppFabricClientConfig) => {
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: AppFabricClientConfig) => {
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").AppFabricHttpAuthSchemeProvider;
38
40
  credentials?: import("@smithy/types").AwsCredentialIdentity | import("@smithy/types").AwsCredentialIdentityProvider | undefined;
@@ -23,6 +23,7 @@ export declare const getRuntimeConfig: (config: AppFabricClientConfig) => {
23
23
  useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
24
24
  useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
25
25
  apiVersion: string;
26
+ cacheMiddleware?: boolean | undefined;
26
27
  urlParser: import("@smithy/types").UrlParser;
27
28
  base64Decoder: import("@smithy/types").Decoder;
28
29
  base64Encoder: (_input: string | Uint8Array) => string;
@@ -61,6 +62,7 @@ export declare const getRuntimeConfig: (config: AppFabricClientConfig) => {
61
62
  }
62
63
  ) => import("@smithy/types").EndpointV2;
63
64
  tls?: boolean | undefined;
65
+ serviceConfiguredEndpoint?: undefined;
64
66
  httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
65
67
  httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").AppFabricHttpAuthSchemeProvider;
66
68
  credentials?:
@@ -27,6 +27,7 @@ export declare const getRuntimeConfig: (config: AppFabricClientConfig) => {
27
27
  useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
28
28
  useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
29
29
  apiVersion: string;
30
+ cacheMiddleware?: boolean | undefined;
30
31
  urlParser: import("@smithy/types").UrlParser;
31
32
  base64Decoder: import("@smithy/types").Decoder;
32
33
  base64Encoder: (_input: string | Uint8Array) => string;
@@ -65,6 +66,7 @@ export declare const getRuntimeConfig: (config: AppFabricClientConfig) => {
65
66
  }
66
67
  ) => import("@smithy/types").EndpointV2;
67
68
  tls?: boolean | undefined;
69
+ serviceConfiguredEndpoint?: undefined;
68
70
  httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
69
71
  httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").AppFabricHttpAuthSchemeProvider;
70
72
  credentials?:
@@ -9,6 +9,7 @@ export declare const getRuntimeConfig: (config: AppFabricClientConfig) => {
9
9
  | import("@smithy/protocol-http").HttpHandler<any>
10
10
  | import("@smithy/fetch-http-handler").FetchHttpHandler;
11
11
  apiVersion: string;
12
+ cacheMiddleware?: boolean | undefined;
12
13
  urlParser: import("@smithy/types").UrlParser;
13
14
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
14
15
  streamCollector: import("@smithy/types").StreamCollector;
@@ -55,6 +56,7 @@ export declare const getRuntimeConfig: (config: AppFabricClientConfig) => {
55
56
  }
56
57
  ) => import("@smithy/types").EndpointV2;
57
58
  tls?: boolean | undefined;
59
+ serviceConfiguredEndpoint?: undefined;
58
60
  httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
59
61
  httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").AppFabricHttpAuthSchemeProvider;
60
62
  credentials?:
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-appfabric",
3
3
  "description": "AWS SDK for JavaScript Appfabric 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-appfabric",
@@ -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"