@aws-sdk/client-route53-recovery-readiness 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 (42) hide show
  1. package/dist-cjs/endpoint/endpointResolver.js +6 -2
  2. package/dist-cjs/index.js +32 -96
  3. package/dist-es/commands/CreateCellCommand.js +1 -3
  4. package/dist-es/commands/CreateCrossAccountAuthorizationCommand.js +1 -3
  5. package/dist-es/commands/CreateReadinessCheckCommand.js +1 -3
  6. package/dist-es/commands/CreateRecoveryGroupCommand.js +1 -3
  7. package/dist-es/commands/CreateResourceSetCommand.js +1 -3
  8. package/dist-es/commands/DeleteCellCommand.js +1 -3
  9. package/dist-es/commands/DeleteCrossAccountAuthorizationCommand.js +1 -3
  10. package/dist-es/commands/DeleteReadinessCheckCommand.js +1 -3
  11. package/dist-es/commands/DeleteRecoveryGroupCommand.js +1 -3
  12. package/dist-es/commands/DeleteResourceSetCommand.js +1 -3
  13. package/dist-es/commands/GetArchitectureRecommendationsCommand.js +1 -3
  14. package/dist-es/commands/GetCellCommand.js +1 -3
  15. package/dist-es/commands/GetCellReadinessSummaryCommand.js +1 -3
  16. package/dist-es/commands/GetReadinessCheckCommand.js +1 -3
  17. package/dist-es/commands/GetReadinessCheckResourceStatusCommand.js +1 -3
  18. package/dist-es/commands/GetReadinessCheckStatusCommand.js +1 -3
  19. package/dist-es/commands/GetRecoveryGroupCommand.js +1 -3
  20. package/dist-es/commands/GetRecoveryGroupReadinessSummaryCommand.js +1 -3
  21. package/dist-es/commands/GetResourceSetCommand.js +1 -3
  22. package/dist-es/commands/ListCellsCommand.js +1 -3
  23. package/dist-es/commands/ListCrossAccountAuthorizationsCommand.js +1 -3
  24. package/dist-es/commands/ListReadinessChecksCommand.js +1 -3
  25. package/dist-es/commands/ListRecoveryGroupsCommand.js +1 -3
  26. package/dist-es/commands/ListResourceSetsCommand.js +1 -3
  27. package/dist-es/commands/ListRulesCommand.js +1 -3
  28. package/dist-es/commands/ListTagsForResourcesCommand.js +1 -3
  29. package/dist-es/commands/TagResourceCommand.js +1 -3
  30. package/dist-es/commands/UntagResourceCommand.js +1 -3
  31. package/dist-es/commands/UpdateCellCommand.js +1 -3
  32. package/dist-es/commands/UpdateReadinessCheckCommand.js +1 -3
  33. package/dist-es/commands/UpdateRecoveryGroupCommand.js +1 -3
  34. package/dist-es/commands/UpdateResourceSetCommand.js +1 -3
  35. package/dist-es/endpoint/endpointResolver.js +7 -3
  36. package/dist-types/runtimeConfig.browser.d.ts +2 -0
  37. package/dist-types/runtimeConfig.d.ts +2 -0
  38. package/dist-types/runtimeConfig.native.d.ts +2 -0
  39. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -0
  40. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -0
  41. package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -0
  42. 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
@@ -1587,9 +1587,7 @@ var _rT = "resourceType";
1587
1587
  var _tK = "tagKeys";
1588
1588
 
1589
1589
  // src/commands/CreateCellCommand.ts
1590
- var _CreateCellCommand = class _CreateCellCommand extends import_smithy_client.Command.classBuilder().ep({
1591
- ...commonParams
1592
- }).m(function(Command, cs, config, o) {
1590
+ var _CreateCellCommand = class _CreateCellCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1593
1591
  return [
1594
1592
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1595
1593
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1603,9 +1601,7 @@ var CreateCellCommand = _CreateCellCommand;
1603
1601
 
1604
1602
 
1605
1603
 
1606
- var _CreateCrossAccountAuthorizationCommand = class _CreateCrossAccountAuthorizationCommand extends import_smithy_client.Command.classBuilder().ep({
1607
- ...commonParams
1608
- }).m(function(Command, cs, config, o) {
1604
+ var _CreateCrossAccountAuthorizationCommand = class _CreateCrossAccountAuthorizationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1609
1605
  return [
1610
1606
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1611
1607
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1619,9 +1615,7 @@ var CreateCrossAccountAuthorizationCommand = _CreateCrossAccountAuthorizationCom
1619
1615
 
1620
1616
 
1621
1617
 
1622
- var _CreateReadinessCheckCommand = class _CreateReadinessCheckCommand extends import_smithy_client.Command.classBuilder().ep({
1623
- ...commonParams
1624
- }).m(function(Command, cs, config, o) {
1618
+ var _CreateReadinessCheckCommand = class _CreateReadinessCheckCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1625
1619
  return [
1626
1620
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1627
1621
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1635,9 +1629,7 @@ var CreateReadinessCheckCommand = _CreateReadinessCheckCommand;
1635
1629
 
1636
1630
 
1637
1631
 
1638
- var _CreateRecoveryGroupCommand = class _CreateRecoveryGroupCommand extends import_smithy_client.Command.classBuilder().ep({
1639
- ...commonParams
1640
- }).m(function(Command, cs, config, o) {
1632
+ var _CreateRecoveryGroupCommand = class _CreateRecoveryGroupCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1641
1633
  return [
1642
1634
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1643
1635
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1651,9 +1643,7 @@ var CreateRecoveryGroupCommand = _CreateRecoveryGroupCommand;
1651
1643
 
1652
1644
 
1653
1645
 
1654
- var _CreateResourceSetCommand = class _CreateResourceSetCommand extends import_smithy_client.Command.classBuilder().ep({
1655
- ...commonParams
1656
- }).m(function(Command, cs, config, o) {
1646
+ var _CreateResourceSetCommand = class _CreateResourceSetCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1657
1647
  return [
1658
1648
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1659
1649
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1667,9 +1657,7 @@ var CreateResourceSetCommand = _CreateResourceSetCommand;
1667
1657
 
1668
1658
 
1669
1659
 
1670
- var _DeleteCellCommand = class _DeleteCellCommand extends import_smithy_client.Command.classBuilder().ep({
1671
- ...commonParams
1672
- }).m(function(Command, cs, config, o) {
1660
+ var _DeleteCellCommand = class _DeleteCellCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1673
1661
  return [
1674
1662
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1675
1663
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1683,9 +1671,7 @@ var DeleteCellCommand = _DeleteCellCommand;
1683
1671
 
1684
1672
 
1685
1673
 
1686
- var _DeleteCrossAccountAuthorizationCommand = class _DeleteCrossAccountAuthorizationCommand extends import_smithy_client.Command.classBuilder().ep({
1687
- ...commonParams
1688
- }).m(function(Command, cs, config, o) {
1674
+ var _DeleteCrossAccountAuthorizationCommand = class _DeleteCrossAccountAuthorizationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1689
1675
  return [
1690
1676
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1691
1677
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1699,9 +1685,7 @@ var DeleteCrossAccountAuthorizationCommand = _DeleteCrossAccountAuthorizationCom
1699
1685
 
1700
1686
 
1701
1687
 
1702
- var _DeleteReadinessCheckCommand = class _DeleteReadinessCheckCommand extends import_smithy_client.Command.classBuilder().ep({
1703
- ...commonParams
1704
- }).m(function(Command, cs, config, o) {
1688
+ var _DeleteReadinessCheckCommand = class _DeleteReadinessCheckCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1705
1689
  return [
1706
1690
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1707
1691
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1715,9 +1699,7 @@ var DeleteReadinessCheckCommand = _DeleteReadinessCheckCommand;
1715
1699
 
1716
1700
 
1717
1701
 
1718
- var _DeleteRecoveryGroupCommand = class _DeleteRecoveryGroupCommand extends import_smithy_client.Command.classBuilder().ep({
1719
- ...commonParams
1720
- }).m(function(Command, cs, config, o) {
1702
+ var _DeleteRecoveryGroupCommand = class _DeleteRecoveryGroupCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1721
1703
  return [
1722
1704
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1723
1705
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1731,9 +1713,7 @@ var DeleteRecoveryGroupCommand = _DeleteRecoveryGroupCommand;
1731
1713
 
1732
1714
 
1733
1715
 
1734
- var _DeleteResourceSetCommand = class _DeleteResourceSetCommand extends import_smithy_client.Command.classBuilder().ep({
1735
- ...commonParams
1736
- }).m(function(Command, cs, config, o) {
1716
+ var _DeleteResourceSetCommand = class _DeleteResourceSetCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1737
1717
  return [
1738
1718
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1739
1719
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1747,9 +1727,7 @@ var DeleteResourceSetCommand = _DeleteResourceSetCommand;
1747
1727
 
1748
1728
 
1749
1729
 
1750
- var _GetArchitectureRecommendationsCommand = class _GetArchitectureRecommendationsCommand extends import_smithy_client.Command.classBuilder().ep({
1751
- ...commonParams
1752
- }).m(function(Command, cs, config, o) {
1730
+ var _GetArchitectureRecommendationsCommand = class _GetArchitectureRecommendationsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1753
1731
  return [
1754
1732
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1755
1733
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1763,9 +1741,7 @@ var GetArchitectureRecommendationsCommand = _GetArchitectureRecommendationsComma
1763
1741
 
1764
1742
 
1765
1743
 
1766
- var _GetCellCommand = class _GetCellCommand extends import_smithy_client.Command.classBuilder().ep({
1767
- ...commonParams
1768
- }).m(function(Command, cs, config, o) {
1744
+ var _GetCellCommand = class _GetCellCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1769
1745
  return [
1770
1746
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1771
1747
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1779,9 +1755,7 @@ var GetCellCommand = _GetCellCommand;
1779
1755
 
1780
1756
 
1781
1757
 
1782
- var _GetCellReadinessSummaryCommand = class _GetCellReadinessSummaryCommand extends import_smithy_client.Command.classBuilder().ep({
1783
- ...commonParams
1784
- }).m(function(Command, cs, config, o) {
1758
+ var _GetCellReadinessSummaryCommand = class _GetCellReadinessSummaryCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1785
1759
  return [
1786
1760
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1787
1761
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1795,9 +1769,7 @@ var GetCellReadinessSummaryCommand = _GetCellReadinessSummaryCommand;
1795
1769
 
1796
1770
 
1797
1771
 
1798
- var _GetReadinessCheckCommand = class _GetReadinessCheckCommand extends import_smithy_client.Command.classBuilder().ep({
1799
- ...commonParams
1800
- }).m(function(Command, cs, config, o) {
1772
+ var _GetReadinessCheckCommand = class _GetReadinessCheckCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1801
1773
  return [
1802
1774
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1803
1775
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1811,9 +1783,7 @@ var GetReadinessCheckCommand = _GetReadinessCheckCommand;
1811
1783
 
1812
1784
 
1813
1785
 
1814
- var _GetReadinessCheckResourceStatusCommand = class _GetReadinessCheckResourceStatusCommand extends import_smithy_client.Command.classBuilder().ep({
1815
- ...commonParams
1816
- }).m(function(Command, cs, config, o) {
1786
+ var _GetReadinessCheckResourceStatusCommand = class _GetReadinessCheckResourceStatusCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1817
1787
  return [
1818
1788
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1819
1789
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1827,9 +1797,7 @@ var GetReadinessCheckResourceStatusCommand = _GetReadinessCheckResourceStatusCom
1827
1797
 
1828
1798
 
1829
1799
 
1830
- var _GetReadinessCheckStatusCommand = class _GetReadinessCheckStatusCommand extends import_smithy_client.Command.classBuilder().ep({
1831
- ...commonParams
1832
- }).m(function(Command, cs, config, o) {
1800
+ var _GetReadinessCheckStatusCommand = class _GetReadinessCheckStatusCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1833
1801
  return [
1834
1802
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1835
1803
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1843,9 +1811,7 @@ var GetReadinessCheckStatusCommand = _GetReadinessCheckStatusCommand;
1843
1811
 
1844
1812
 
1845
1813
 
1846
- var _GetRecoveryGroupCommand = class _GetRecoveryGroupCommand extends import_smithy_client.Command.classBuilder().ep({
1847
- ...commonParams
1848
- }).m(function(Command, cs, config, o) {
1814
+ var _GetRecoveryGroupCommand = class _GetRecoveryGroupCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1849
1815
  return [
1850
1816
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1851
1817
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1859,9 +1825,7 @@ var GetRecoveryGroupCommand = _GetRecoveryGroupCommand;
1859
1825
 
1860
1826
 
1861
1827
 
1862
- var _GetRecoveryGroupReadinessSummaryCommand = class _GetRecoveryGroupReadinessSummaryCommand extends import_smithy_client.Command.classBuilder().ep({
1863
- ...commonParams
1864
- }).m(function(Command, cs, config, o) {
1828
+ var _GetRecoveryGroupReadinessSummaryCommand = class _GetRecoveryGroupReadinessSummaryCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1865
1829
  return [
1866
1830
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1867
1831
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1875,9 +1839,7 @@ var GetRecoveryGroupReadinessSummaryCommand = _GetRecoveryGroupReadinessSummaryC
1875
1839
 
1876
1840
 
1877
1841
 
1878
- var _GetResourceSetCommand = class _GetResourceSetCommand extends import_smithy_client.Command.classBuilder().ep({
1879
- ...commonParams
1880
- }).m(function(Command, cs, config, o) {
1842
+ var _GetResourceSetCommand = class _GetResourceSetCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1881
1843
  return [
1882
1844
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1883
1845
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1891,9 +1853,7 @@ var GetResourceSetCommand = _GetResourceSetCommand;
1891
1853
 
1892
1854
 
1893
1855
 
1894
- var _ListCellsCommand = class _ListCellsCommand extends import_smithy_client.Command.classBuilder().ep({
1895
- ...commonParams
1896
- }).m(function(Command, cs, config, o) {
1856
+ var _ListCellsCommand = class _ListCellsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1897
1857
  return [
1898
1858
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1899
1859
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1907,9 +1867,7 @@ var ListCellsCommand = _ListCellsCommand;
1907
1867
 
1908
1868
 
1909
1869
 
1910
- var _ListCrossAccountAuthorizationsCommand = class _ListCrossAccountAuthorizationsCommand extends import_smithy_client.Command.classBuilder().ep({
1911
- ...commonParams
1912
- }).m(function(Command, cs, config, o) {
1870
+ var _ListCrossAccountAuthorizationsCommand = class _ListCrossAccountAuthorizationsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1913
1871
  return [
1914
1872
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1915
1873
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1923,9 +1881,7 @@ var ListCrossAccountAuthorizationsCommand = _ListCrossAccountAuthorizationsComma
1923
1881
 
1924
1882
 
1925
1883
 
1926
- var _ListReadinessChecksCommand = class _ListReadinessChecksCommand extends import_smithy_client.Command.classBuilder().ep({
1927
- ...commonParams
1928
- }).m(function(Command, cs, config, o) {
1884
+ var _ListReadinessChecksCommand = class _ListReadinessChecksCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1929
1885
  return [
1930
1886
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1931
1887
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1939,9 +1895,7 @@ var ListReadinessChecksCommand = _ListReadinessChecksCommand;
1939
1895
 
1940
1896
 
1941
1897
 
1942
- var _ListRecoveryGroupsCommand = class _ListRecoveryGroupsCommand extends import_smithy_client.Command.classBuilder().ep({
1943
- ...commonParams
1944
- }).m(function(Command, cs, config, o) {
1898
+ var _ListRecoveryGroupsCommand = class _ListRecoveryGroupsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1945
1899
  return [
1946
1900
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1947
1901
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1955,9 +1909,7 @@ var ListRecoveryGroupsCommand = _ListRecoveryGroupsCommand;
1955
1909
 
1956
1910
 
1957
1911
 
1958
- var _ListResourceSetsCommand = class _ListResourceSetsCommand extends import_smithy_client.Command.classBuilder().ep({
1959
- ...commonParams
1960
- }).m(function(Command, cs, config, o) {
1912
+ var _ListResourceSetsCommand = class _ListResourceSetsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1961
1913
  return [
1962
1914
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1963
1915
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1971,9 +1923,7 @@ var ListResourceSetsCommand = _ListResourceSetsCommand;
1971
1923
 
1972
1924
 
1973
1925
 
1974
- var _ListRulesCommand = class _ListRulesCommand extends import_smithy_client.Command.classBuilder().ep({
1975
- ...commonParams
1976
- }).m(function(Command, cs, config, o) {
1926
+ var _ListRulesCommand = class _ListRulesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1977
1927
  return [
1978
1928
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1979
1929
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1987,9 +1937,7 @@ var ListRulesCommand = _ListRulesCommand;
1987
1937
 
1988
1938
 
1989
1939
 
1990
- var _ListTagsForResourcesCommand = class _ListTagsForResourcesCommand extends import_smithy_client.Command.classBuilder().ep({
1991
- ...commonParams
1992
- }).m(function(Command, cs, config, o) {
1940
+ var _ListTagsForResourcesCommand = class _ListTagsForResourcesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1993
1941
  return [
1994
1942
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1995
1943
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2003,9 +1951,7 @@ var ListTagsForResourcesCommand = _ListTagsForResourcesCommand;
2003
1951
 
2004
1952
 
2005
1953
 
2006
- var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
2007
- ...commonParams
2008
- }).m(function(Command, cs, config, o) {
1954
+ var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2009
1955
  return [
2010
1956
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2011
1957
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2019,9 +1965,7 @@ var TagResourceCommand = _TagResourceCommand;
2019
1965
 
2020
1966
 
2021
1967
 
2022
- var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
2023
- ...commonParams
2024
- }).m(function(Command, cs, config, o) {
1968
+ var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2025
1969
  return [
2026
1970
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2027
1971
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2035,9 +1979,7 @@ var UntagResourceCommand = _UntagResourceCommand;
2035
1979
 
2036
1980
 
2037
1981
 
2038
- var _UpdateCellCommand = class _UpdateCellCommand extends import_smithy_client.Command.classBuilder().ep({
2039
- ...commonParams
2040
- }).m(function(Command, cs, config, o) {
1982
+ var _UpdateCellCommand = class _UpdateCellCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2041
1983
  return [
2042
1984
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2043
1985
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2051,9 +1993,7 @@ var UpdateCellCommand = _UpdateCellCommand;
2051
1993
 
2052
1994
 
2053
1995
 
2054
- var _UpdateReadinessCheckCommand = class _UpdateReadinessCheckCommand extends import_smithy_client.Command.classBuilder().ep({
2055
- ...commonParams
2056
- }).m(function(Command, cs, config, o) {
1996
+ var _UpdateReadinessCheckCommand = class _UpdateReadinessCheckCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2057
1997
  return [
2058
1998
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2059
1999
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2067,9 +2007,7 @@ var UpdateReadinessCheckCommand = _UpdateReadinessCheckCommand;
2067
2007
 
2068
2008
 
2069
2009
 
2070
- var _UpdateRecoveryGroupCommand = class _UpdateRecoveryGroupCommand extends import_smithy_client.Command.classBuilder().ep({
2071
- ...commonParams
2072
- }).m(function(Command, cs, config, o) {
2010
+ var _UpdateRecoveryGroupCommand = class _UpdateRecoveryGroupCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2073
2011
  return [
2074
2012
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2075
2013
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2083,9 +2021,7 @@ var UpdateRecoveryGroupCommand = _UpdateRecoveryGroupCommand;
2083
2021
 
2084
2022
 
2085
2023
 
2086
- var _UpdateResourceSetCommand = class _UpdateResourceSetCommand extends import_smithy_client.Command.classBuilder().ep({
2087
- ...commonParams
2088
- }).m(function(Command, cs, config, o) {
2024
+ var _UpdateResourceSetCommand = class _UpdateResourceSetCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2089
2025
  return [
2090
2026
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2091
2027
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -6,9 +6,7 @@ import { de_CreateCellCommand, se_CreateCellCommand } from "../protocols/Aws_res
6
6
  export { $Command };
7
7
  export class CreateCellCommand 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_CreateCrossAccountAuthorizationCommand, se_CreateCrossAccountAuthori
6
6
  export { $Command };
7
7
  export class CreateCrossAccountAuthorizationCommand 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_CreateReadinessCheckCommand, se_CreateReadinessCheckCommand } from "
6
6
  export { $Command };
7
7
  export class CreateReadinessCheckCommand 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_CreateRecoveryGroupCommand, se_CreateRecoveryGroupCommand } from "..
6
6
  export { $Command };
7
7
  export class CreateRecoveryGroupCommand 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_CreateResourceSetCommand, se_CreateResourceSetCommand } from "../pro
6
6
  export { $Command };
7
7
  export class CreateResourceSetCommand 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_DeleteCellCommand, se_DeleteCellCommand } from "../protocols/Aws_res
6
6
  export { $Command };
7
7
  export class DeleteCellCommand 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_DeleteCrossAccountAuthorizationCommand, se_DeleteCrossAccountAuthori
6
6
  export { $Command };
7
7
  export class DeleteCrossAccountAuthorizationCommand 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_DeleteReadinessCheckCommand, se_DeleteReadinessCheckCommand } from "
6
6
  export { $Command };
7
7
  export class DeleteReadinessCheckCommand 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_DeleteRecoveryGroupCommand, se_DeleteRecoveryGroupCommand } from "..
6
6
  export { $Command };
7
7
  export class DeleteRecoveryGroupCommand 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_DeleteResourceSetCommand, se_DeleteResourceSetCommand } from "../pro
6
6
  export { $Command };
7
7
  export class DeleteResourceSetCommand 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_GetArchitectureRecommendationsCommand, se_GetArchitectureRecommendat
6
6
  export { $Command };
7
7
  export class GetArchitectureRecommendationsCommand 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_GetCellCommand, se_GetCellCommand } from "../protocols/Aws_restJson1
6
6
  export { $Command };
7
7
  export class GetCellCommand 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_GetCellReadinessSummaryCommand, se_GetCellReadinessSummaryCommand }
6
6
  export { $Command };
7
7
  export class GetCellReadinessSummaryCommand 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_GetReadinessCheckCommand, se_GetReadinessCheckCommand } from "../pro
6
6
  export { $Command };
7
7
  export class GetReadinessCheckCommand 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_GetReadinessCheckResourceStatusCommand, se_GetReadinessCheckResource
6
6
  export { $Command };
7
7
  export class GetReadinessCheckResourceStatusCommand 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_GetReadinessCheckStatusCommand, se_GetReadinessCheckStatusCommand }
6
6
  export { $Command };
7
7
  export class GetReadinessCheckStatusCommand 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_GetRecoveryGroupCommand, se_GetRecoveryGroupCommand } from "../proto
6
6
  export { $Command };
7
7
  export class GetRecoveryGroupCommand 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_GetRecoveryGroupReadinessSummaryCommand, se_GetRecoveryGroupReadines
6
6
  export { $Command };
7
7
  export class GetRecoveryGroupReadinessSummaryCommand 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_GetResourceSetCommand, se_GetResourceSetCommand } from "../protocols
6
6
  export { $Command };
7
7
  export class GetResourceSetCommand 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_ListCellsCommand, se_ListCellsCommand } from "../protocols/Aws_restJ
6
6
  export { $Command };
7
7
  export class ListCellsCommand 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_ListCrossAccountAuthorizationsCommand, se_ListCrossAccountAuthorizat
6
6
  export { $Command };
7
7
  export class ListCrossAccountAuthorizationsCommand 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_ListReadinessChecksCommand, se_ListReadinessChecksCommand } from "..
6
6
  export { $Command };
7
7
  export class ListReadinessChecksCommand 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_ListRecoveryGroupsCommand, se_ListRecoveryGroupsCommand } from "../p
6
6
  export { $Command };
7
7
  export class ListRecoveryGroupsCommand 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_ListResourceSetsCommand, se_ListResourceSetsCommand } from "../proto
6
6
  export { $Command };
7
7
  export class ListResourceSetsCommand 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_ListRulesCommand, se_ListRulesCommand } from "../protocols/Aws_restJ
6
6
  export { $Command };
7
7
  export class ListRulesCommand 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_ListTagsForResourcesCommand, se_ListTagsForResourcesCommand } from "
6
6
  export { $Command };
7
7
  export class ListTagsForResourcesCommand 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_UpdateCellCommand, se_UpdateCellCommand } from "../protocols/Aws_res
6
6
  export { $Command };
7
7
  export class UpdateCellCommand 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_UpdateReadinessCheckCommand, se_UpdateReadinessCheckCommand } from "
6
6
  export { $Command };
7
7
  export class UpdateReadinessCheckCommand 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_UpdateRecoveryGroupCommand, se_UpdateRecoveryGroupCommand } from "..
6
6
  export { $Command };
7
7
  export class UpdateRecoveryGroupCommand 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_UpdateResourceSetCommand, se_UpdateResourceSetCommand } from "../pro
6
6
  export { $Command };
7
7
  export class UpdateResourceSetCommand 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: Route53RecoveryReadinessClientCo
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: Route53RecoveryReadinessClientCo
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").Route53RecoveryReadinessHttpAuthSchemeProvider;
39
41
  credentials?: import("@smithy/types").AwsCredentialIdentity | import("@smithy/types").AwsCredentialIdentityProvider | undefined;
@@ -18,6 +18,7 @@ export declare const getRuntimeConfig: (config: Route53RecoveryReadinessClientCo
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: Route53RecoveryReadinessClientCo
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").Route53RecoveryReadinessHttpAuthSchemeProvider;
39
41
  credentials?: import("@smithy/types").AwsCredentialIdentity | import("@smithy/types").AwsCredentialIdentityProvider | undefined;
@@ -7,6 +7,7 @@ export declare const getRuntimeConfig: (config: Route53RecoveryReadinessClientCo
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: Route53RecoveryReadinessClientCo
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").Route53RecoveryReadinessHttpAuthSchemeProvider;
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").Route53RecoveryReadinessHttpAuthSchemeProvider;
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").Route53RecoveryReadinessHttpAuthSchemeProvider;
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").Route53RecoveryReadinessHttpAuthSchemeProvider;
62
64
  credentials?:
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-route53-recovery-readiness",
3
3
  "description": "AWS SDK for JavaScript Route53 Recovery Readiness 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-route53-recovery-readiness",
@@ -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
  },