@aws-sdk/client-iot-events 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/CreateAlarmModelCommand.js +1 -3
  4. package/dist-es/commands/CreateDetectorModelCommand.js +1 -3
  5. package/dist-es/commands/CreateInputCommand.js +1 -3
  6. package/dist-es/commands/DeleteAlarmModelCommand.js +1 -3
  7. package/dist-es/commands/DeleteDetectorModelCommand.js +1 -3
  8. package/dist-es/commands/DeleteInputCommand.js +1 -3
  9. package/dist-es/commands/DescribeAlarmModelCommand.js +1 -3
  10. package/dist-es/commands/DescribeDetectorModelAnalysisCommand.js +1 -3
  11. package/dist-es/commands/DescribeDetectorModelCommand.js +1 -3
  12. package/dist-es/commands/DescribeInputCommand.js +1 -3
  13. package/dist-es/commands/DescribeLoggingOptionsCommand.js +1 -3
  14. package/dist-es/commands/GetDetectorModelAnalysisResultsCommand.js +1 -3
  15. package/dist-es/commands/ListAlarmModelVersionsCommand.js +1 -3
  16. package/dist-es/commands/ListAlarmModelsCommand.js +1 -3
  17. package/dist-es/commands/ListDetectorModelVersionsCommand.js +1 -3
  18. package/dist-es/commands/ListDetectorModelsCommand.js +1 -3
  19. package/dist-es/commands/ListInputRoutingsCommand.js +1 -3
  20. package/dist-es/commands/ListInputsCommand.js +1 -3
  21. package/dist-es/commands/ListTagsForResourceCommand.js +1 -3
  22. package/dist-es/commands/PutLoggingOptionsCommand.js +1 -3
  23. package/dist-es/commands/StartDetectorModelAnalysisCommand.js +1 -3
  24. package/dist-es/commands/TagResourceCommand.js +1 -3
  25. package/dist-es/commands/UntagResourceCommand.js +1 -3
  26. package/dist-es/commands/UpdateAlarmModelCommand.js +1 -3
  27. package/dist-es/commands/UpdateDetectorModelCommand.js +1 -3
  28. package/dist-es/commands/UpdateInputCommand.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
@@ -1483,9 +1483,7 @@ var _tK = "tagKeys";
1483
1483
  var _v = "version";
1484
1484
 
1485
1485
  // src/commands/CreateAlarmModelCommand.ts
1486
- var _CreateAlarmModelCommand = class _CreateAlarmModelCommand extends import_smithy_client.Command.classBuilder().ep({
1487
- ...commonParams
1488
- }).m(function(Command, cs, config, o) {
1486
+ var _CreateAlarmModelCommand = class _CreateAlarmModelCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1489
1487
  return [
1490
1488
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1491
1489
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1499,9 +1497,7 @@ var CreateAlarmModelCommand = _CreateAlarmModelCommand;
1499
1497
 
1500
1498
 
1501
1499
 
1502
- var _CreateDetectorModelCommand = class _CreateDetectorModelCommand extends import_smithy_client.Command.classBuilder().ep({
1503
- ...commonParams
1504
- }).m(function(Command, cs, config, o) {
1500
+ var _CreateDetectorModelCommand = class _CreateDetectorModelCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1505
1501
  return [
1506
1502
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1507
1503
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1515,9 +1511,7 @@ var CreateDetectorModelCommand = _CreateDetectorModelCommand;
1515
1511
 
1516
1512
 
1517
1513
 
1518
- var _CreateInputCommand = class _CreateInputCommand extends import_smithy_client.Command.classBuilder().ep({
1519
- ...commonParams
1520
- }).m(function(Command, cs, config, o) {
1514
+ var _CreateInputCommand = class _CreateInputCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1521
1515
  return [
1522
1516
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1523
1517
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1531,9 +1525,7 @@ var CreateInputCommand = _CreateInputCommand;
1531
1525
 
1532
1526
 
1533
1527
 
1534
- var _DeleteAlarmModelCommand = class _DeleteAlarmModelCommand extends import_smithy_client.Command.classBuilder().ep({
1535
- ...commonParams
1536
- }).m(function(Command, cs, config, o) {
1528
+ var _DeleteAlarmModelCommand = class _DeleteAlarmModelCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1537
1529
  return [
1538
1530
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1539
1531
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1547,9 +1539,7 @@ var DeleteAlarmModelCommand = _DeleteAlarmModelCommand;
1547
1539
 
1548
1540
 
1549
1541
 
1550
- var _DeleteDetectorModelCommand = class _DeleteDetectorModelCommand extends import_smithy_client.Command.classBuilder().ep({
1551
- ...commonParams
1552
- }).m(function(Command, cs, config, o) {
1542
+ var _DeleteDetectorModelCommand = class _DeleteDetectorModelCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1553
1543
  return [
1554
1544
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1555
1545
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1563,9 +1553,7 @@ var DeleteDetectorModelCommand = _DeleteDetectorModelCommand;
1563
1553
 
1564
1554
 
1565
1555
 
1566
- var _DeleteInputCommand = class _DeleteInputCommand extends import_smithy_client.Command.classBuilder().ep({
1567
- ...commonParams
1568
- }).m(function(Command, cs, config, o) {
1556
+ var _DeleteInputCommand = class _DeleteInputCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1569
1557
  return [
1570
1558
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1571
1559
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1579,9 +1567,7 @@ var DeleteInputCommand = _DeleteInputCommand;
1579
1567
 
1580
1568
 
1581
1569
 
1582
- var _DescribeAlarmModelCommand = class _DescribeAlarmModelCommand extends import_smithy_client.Command.classBuilder().ep({
1583
- ...commonParams
1584
- }).m(function(Command, cs, config, o) {
1570
+ var _DescribeAlarmModelCommand = class _DescribeAlarmModelCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1585
1571
  return [
1586
1572
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1587
1573
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1595,9 +1581,7 @@ var DescribeAlarmModelCommand = _DescribeAlarmModelCommand;
1595
1581
 
1596
1582
 
1597
1583
 
1598
- var _DescribeDetectorModelAnalysisCommand = class _DescribeDetectorModelAnalysisCommand extends import_smithy_client.Command.classBuilder().ep({
1599
- ...commonParams
1600
- }).m(function(Command, cs, config, o) {
1584
+ var _DescribeDetectorModelAnalysisCommand = class _DescribeDetectorModelAnalysisCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1601
1585
  return [
1602
1586
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1603
1587
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1611,9 +1595,7 @@ var DescribeDetectorModelAnalysisCommand = _DescribeDetectorModelAnalysisCommand
1611
1595
 
1612
1596
 
1613
1597
 
1614
- var _DescribeDetectorModelCommand = class _DescribeDetectorModelCommand extends import_smithy_client.Command.classBuilder().ep({
1615
- ...commonParams
1616
- }).m(function(Command, cs, config, o) {
1598
+ var _DescribeDetectorModelCommand = class _DescribeDetectorModelCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1617
1599
  return [
1618
1600
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1619
1601
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1627,9 +1609,7 @@ var DescribeDetectorModelCommand = _DescribeDetectorModelCommand;
1627
1609
 
1628
1610
 
1629
1611
 
1630
- var _DescribeInputCommand = class _DescribeInputCommand extends import_smithy_client.Command.classBuilder().ep({
1631
- ...commonParams
1632
- }).m(function(Command, cs, config, o) {
1612
+ var _DescribeInputCommand = class _DescribeInputCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1633
1613
  return [
1634
1614
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1635
1615
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1643,9 +1623,7 @@ var DescribeInputCommand = _DescribeInputCommand;
1643
1623
 
1644
1624
 
1645
1625
 
1646
- var _DescribeLoggingOptionsCommand = class _DescribeLoggingOptionsCommand extends import_smithy_client.Command.classBuilder().ep({
1647
- ...commonParams
1648
- }).m(function(Command, cs, config, o) {
1626
+ var _DescribeLoggingOptionsCommand = class _DescribeLoggingOptionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1649
1627
  return [
1650
1628
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1651
1629
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1659,9 +1637,7 @@ var DescribeLoggingOptionsCommand = _DescribeLoggingOptionsCommand;
1659
1637
 
1660
1638
 
1661
1639
 
1662
- var _GetDetectorModelAnalysisResultsCommand = class _GetDetectorModelAnalysisResultsCommand extends import_smithy_client.Command.classBuilder().ep({
1663
- ...commonParams
1664
- }).m(function(Command, cs, config, o) {
1640
+ var _GetDetectorModelAnalysisResultsCommand = class _GetDetectorModelAnalysisResultsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1665
1641
  return [
1666
1642
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1667
1643
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1675,9 +1651,7 @@ var GetDetectorModelAnalysisResultsCommand = _GetDetectorModelAnalysisResultsCom
1675
1651
 
1676
1652
 
1677
1653
 
1678
- var _ListAlarmModelsCommand = class _ListAlarmModelsCommand extends import_smithy_client.Command.classBuilder().ep({
1679
- ...commonParams
1680
- }).m(function(Command, cs, config, o) {
1654
+ var _ListAlarmModelsCommand = class _ListAlarmModelsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1681
1655
  return [
1682
1656
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1683
1657
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1691,9 +1665,7 @@ var ListAlarmModelsCommand = _ListAlarmModelsCommand;
1691
1665
 
1692
1666
 
1693
1667
 
1694
- var _ListAlarmModelVersionsCommand = class _ListAlarmModelVersionsCommand extends import_smithy_client.Command.classBuilder().ep({
1695
- ...commonParams
1696
- }).m(function(Command, cs, config, o) {
1668
+ var _ListAlarmModelVersionsCommand = class _ListAlarmModelVersionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1697
1669
  return [
1698
1670
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1699
1671
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1707,9 +1679,7 @@ var ListAlarmModelVersionsCommand = _ListAlarmModelVersionsCommand;
1707
1679
 
1708
1680
 
1709
1681
 
1710
- var _ListDetectorModelsCommand = class _ListDetectorModelsCommand extends import_smithy_client.Command.classBuilder().ep({
1711
- ...commonParams
1712
- }).m(function(Command, cs, config, o) {
1682
+ var _ListDetectorModelsCommand = class _ListDetectorModelsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1713
1683
  return [
1714
1684
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1715
1685
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1723,9 +1693,7 @@ var ListDetectorModelsCommand = _ListDetectorModelsCommand;
1723
1693
 
1724
1694
 
1725
1695
 
1726
- var _ListDetectorModelVersionsCommand = class _ListDetectorModelVersionsCommand extends import_smithy_client.Command.classBuilder().ep({
1727
- ...commonParams
1728
- }).m(function(Command, cs, config, o) {
1696
+ var _ListDetectorModelVersionsCommand = class _ListDetectorModelVersionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1729
1697
  return [
1730
1698
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1731
1699
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1739,9 +1707,7 @@ var ListDetectorModelVersionsCommand = _ListDetectorModelVersionsCommand;
1739
1707
 
1740
1708
 
1741
1709
 
1742
- var _ListInputRoutingsCommand = class _ListInputRoutingsCommand extends import_smithy_client.Command.classBuilder().ep({
1743
- ...commonParams
1744
- }).m(function(Command, cs, config, o) {
1710
+ var _ListInputRoutingsCommand = class _ListInputRoutingsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1745
1711
  return [
1746
1712
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1747
1713
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1755,9 +1721,7 @@ var ListInputRoutingsCommand = _ListInputRoutingsCommand;
1755
1721
 
1756
1722
 
1757
1723
 
1758
- var _ListInputsCommand = class _ListInputsCommand extends import_smithy_client.Command.classBuilder().ep({
1759
- ...commonParams
1760
- }).m(function(Command, cs, config, o) {
1724
+ var _ListInputsCommand = class _ListInputsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1761
1725
  return [
1762
1726
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1763
1727
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1771,9 +1735,7 @@ var ListInputsCommand = _ListInputsCommand;
1771
1735
 
1772
1736
 
1773
1737
 
1774
- var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep({
1775
- ...commonParams
1776
- }).m(function(Command, cs, config, o) {
1738
+ var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1777
1739
  return [
1778
1740
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1779
1741
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1787,9 +1749,7 @@ var ListTagsForResourceCommand = _ListTagsForResourceCommand;
1787
1749
 
1788
1750
 
1789
1751
 
1790
- var _PutLoggingOptionsCommand = class _PutLoggingOptionsCommand extends import_smithy_client.Command.classBuilder().ep({
1791
- ...commonParams
1792
- }).m(function(Command, cs, config, o) {
1752
+ var _PutLoggingOptionsCommand = class _PutLoggingOptionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1793
1753
  return [
1794
1754
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1795
1755
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1803,9 +1763,7 @@ var PutLoggingOptionsCommand = _PutLoggingOptionsCommand;
1803
1763
 
1804
1764
 
1805
1765
 
1806
- var _StartDetectorModelAnalysisCommand = class _StartDetectorModelAnalysisCommand extends import_smithy_client.Command.classBuilder().ep({
1807
- ...commonParams
1808
- }).m(function(Command, cs, config, o) {
1766
+ var _StartDetectorModelAnalysisCommand = class _StartDetectorModelAnalysisCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1809
1767
  return [
1810
1768
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1811
1769
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1819,9 +1777,7 @@ var StartDetectorModelAnalysisCommand = _StartDetectorModelAnalysisCommand;
1819
1777
 
1820
1778
 
1821
1779
 
1822
- var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
1823
- ...commonParams
1824
- }).m(function(Command, cs, config, o) {
1780
+ var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1825
1781
  return [
1826
1782
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1827
1783
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1835,9 +1791,7 @@ var TagResourceCommand = _TagResourceCommand;
1835
1791
 
1836
1792
 
1837
1793
 
1838
- var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
1839
- ...commonParams
1840
- }).m(function(Command, cs, config, o) {
1794
+ var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1841
1795
  return [
1842
1796
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1843
1797
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1851,9 +1805,7 @@ var UntagResourceCommand = _UntagResourceCommand;
1851
1805
 
1852
1806
 
1853
1807
 
1854
- var _UpdateAlarmModelCommand = class _UpdateAlarmModelCommand extends import_smithy_client.Command.classBuilder().ep({
1855
- ...commonParams
1856
- }).m(function(Command, cs, config, o) {
1808
+ var _UpdateAlarmModelCommand = class _UpdateAlarmModelCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1857
1809
  return [
1858
1810
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1859
1811
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1867,9 +1819,7 @@ var UpdateAlarmModelCommand = _UpdateAlarmModelCommand;
1867
1819
 
1868
1820
 
1869
1821
 
1870
- var _UpdateDetectorModelCommand = class _UpdateDetectorModelCommand extends import_smithy_client.Command.classBuilder().ep({
1871
- ...commonParams
1872
- }).m(function(Command, cs, config, o) {
1822
+ var _UpdateDetectorModelCommand = class _UpdateDetectorModelCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1873
1823
  return [
1874
1824
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1875
1825
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1883,9 +1833,7 @@ var UpdateDetectorModelCommand = _UpdateDetectorModelCommand;
1883
1833
 
1884
1834
 
1885
1835
 
1886
- var _UpdateInputCommand = class _UpdateInputCommand extends import_smithy_client.Command.classBuilder().ep({
1887
- ...commonParams
1888
- }).m(function(Command, cs, config, o) {
1836
+ var _UpdateInputCommand = class _UpdateInputCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1889
1837
  return [
1890
1838
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1891
1839
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -6,9 +6,7 @@ import { de_CreateAlarmModelCommand, se_CreateAlarmModelCommand } from "../proto
6
6
  export { $Command };
7
7
  export class CreateAlarmModelCommand 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_CreateDetectorModelCommand, se_CreateDetectorModelCommand } from "..
6
6
  export { $Command };
7
7
  export class CreateDetectorModelCommand 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_CreateInputCommand, se_CreateInputCommand } from "../protocols/Aws_r
6
6
  export { $Command };
7
7
  export class CreateInputCommand 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_DeleteAlarmModelCommand, se_DeleteAlarmModelCommand } from "../proto
6
6
  export { $Command };
7
7
  export class DeleteAlarmModelCommand 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_DeleteDetectorModelCommand, se_DeleteDetectorModelCommand } from "..
6
6
  export { $Command };
7
7
  export class DeleteDetectorModelCommand 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_DeleteInputCommand, se_DeleteInputCommand } from "../protocols/Aws_r
6
6
  export { $Command };
7
7
  export class DeleteInputCommand 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_DescribeAlarmModelCommand, se_DescribeAlarmModelCommand } from "../p
6
6
  export { $Command };
7
7
  export class DescribeAlarmModelCommand 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_DescribeDetectorModelAnalysisCommand, se_DescribeDetectorModelAnalys
6
6
  export { $Command };
7
7
  export class DescribeDetectorModelAnalysisCommand 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_DescribeDetectorModelCommand, se_DescribeDetectorModelCommand } from
6
6
  export { $Command };
7
7
  export class DescribeDetectorModelCommand 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_DescribeInputCommand, se_DescribeInputCommand } from "../protocols/A
6
6
  export { $Command };
7
7
  export class DescribeInputCommand 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_DescribeLoggingOptionsCommand, se_DescribeLoggingOptionsCommand } fr
6
6
  export { $Command };
7
7
  export class DescribeLoggingOptionsCommand 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_GetDetectorModelAnalysisResultsCommand, se_GetDetectorModelAnalysisR
6
6
  export { $Command };
7
7
  export class GetDetectorModelAnalysisResultsCommand 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_ListAlarmModelVersionsCommand, se_ListAlarmModelVersionsCommand } fr
6
6
  export { $Command };
7
7
  export class ListAlarmModelVersionsCommand 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_ListAlarmModelsCommand, se_ListAlarmModelsCommand } from "../protoco
6
6
  export { $Command };
7
7
  export class ListAlarmModelsCommand 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_ListDetectorModelVersionsCommand, se_ListDetectorModelVersionsComman
6
6
  export { $Command };
7
7
  export class ListDetectorModelVersionsCommand 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_ListDetectorModelsCommand, se_ListDetectorModelsCommand } from "../p
6
6
  export { $Command };
7
7
  export class ListDetectorModelsCommand 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_ListInputRoutingsCommand, se_ListInputRoutingsCommand } from "../pro
6
6
  export { $Command };
7
7
  export class ListInputRoutingsCommand 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_ListInputsCommand, se_ListInputsCommand } from "../protocols/Aws_res
6
6
  export { $Command };
7
7
  export class ListInputsCommand 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_PutLoggingOptionsCommand, se_PutLoggingOptionsCommand } from "../pro
6
6
  export { $Command };
7
7
  export class PutLoggingOptionsCommand 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_StartDetectorModelAnalysisCommand, se_StartDetectorModelAnalysisComm
6
6
  export { $Command };
7
7
  export class StartDetectorModelAnalysisCommand 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),
@@ -6,9 +6,7 @@ import { de_UpdateAlarmModelCommand, se_UpdateAlarmModelCommand } from "../proto
6
6
  export { $Command };
7
7
  export class UpdateAlarmModelCommand 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_UpdateDetectorModelCommand, se_UpdateDetectorModelCommand } from "..
6
6
  export { $Command };
7
7
  export class UpdateDetectorModelCommand 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_UpdateInputCommand, se_UpdateInputCommand } from "../protocols/Aws_r
6
6
  export { $Command };
7
7
  export class UpdateInputCommand 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: IoTEventsClientConfig) => {
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: IoTEventsClientConfig) => {
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").IoTEventsHttpAuthSchemeProvider;
39
41
  credentials?: import("@smithy/types").AwsCredentialIdentity | import("@smithy/types").AwsCredentialIdentityProvider | undefined;
@@ -18,6 +18,7 @@ export declare const getRuntimeConfig: (config: IoTEventsClientConfig) => {
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: IoTEventsClientConfig) => {
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").IoTEventsHttpAuthSchemeProvider;
39
41
  credentials?: import("@smithy/types").AwsCredentialIdentity | import("@smithy/types").AwsCredentialIdentityProvider | undefined;
@@ -7,6 +7,7 @@ export declare const getRuntimeConfig: (config: IoTEventsClientConfig) => {
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: IoTEventsClientConfig) => {
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").IoTEventsHttpAuthSchemeProvider;
38
40
  credentials?: import("@smithy/types").AwsCredentialIdentity | import("@smithy/types").AwsCredentialIdentityProvider | undefined;
@@ -23,6 +23,7 @@ export declare const getRuntimeConfig: (config: IoTEventsClientConfig) => {
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: IoTEventsClientConfig) => {
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").IoTEventsHttpAuthSchemeProvider;
66
68
  credentials?:
@@ -27,6 +27,7 @@ export declare const getRuntimeConfig: (config: IoTEventsClientConfig) => {
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: IoTEventsClientConfig) => {
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").IoTEventsHttpAuthSchemeProvider;
70
72
  credentials?:
@@ -9,6 +9,7 @@ export declare const getRuntimeConfig: (config: IoTEventsClientConfig) => {
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: IoTEventsClientConfig) => {
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").IoTEventsHttpAuthSchemeProvider;
60
62
  credentials?:
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-iot-events",
3
3
  "description": "AWS SDK for JavaScript Iot Events 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-iot-events",
@@ -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
  },