@aws-sdk/client-route53-recovery-readiness 3.649.0 → 3.651.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +32 -96
- package/dist-es/commands/CreateCellCommand.js +1 -3
- package/dist-es/commands/CreateCrossAccountAuthorizationCommand.js +1 -3
- package/dist-es/commands/CreateReadinessCheckCommand.js +1 -3
- package/dist-es/commands/CreateRecoveryGroupCommand.js +1 -3
- package/dist-es/commands/CreateResourceSetCommand.js +1 -3
- package/dist-es/commands/DeleteCellCommand.js +1 -3
- package/dist-es/commands/DeleteCrossAccountAuthorizationCommand.js +1 -3
- package/dist-es/commands/DeleteReadinessCheckCommand.js +1 -3
- package/dist-es/commands/DeleteRecoveryGroupCommand.js +1 -3
- package/dist-es/commands/DeleteResourceSetCommand.js +1 -3
- package/dist-es/commands/GetArchitectureRecommendationsCommand.js +1 -3
- package/dist-es/commands/GetCellCommand.js +1 -3
- package/dist-es/commands/GetCellReadinessSummaryCommand.js +1 -3
- package/dist-es/commands/GetReadinessCheckCommand.js +1 -3
- package/dist-es/commands/GetReadinessCheckResourceStatusCommand.js +1 -3
- package/dist-es/commands/GetReadinessCheckStatusCommand.js +1 -3
- package/dist-es/commands/GetRecoveryGroupCommand.js +1 -3
- package/dist-es/commands/GetRecoveryGroupReadinessSummaryCommand.js +1 -3
- package/dist-es/commands/GetResourceSetCommand.js +1 -3
- package/dist-es/commands/ListCellsCommand.js +1 -3
- package/dist-es/commands/ListCrossAccountAuthorizationsCommand.js +1 -3
- package/dist-es/commands/ListReadinessChecksCommand.js +1 -3
- package/dist-es/commands/ListRecoveryGroupsCommand.js +1 -3
- package/dist-es/commands/ListResourceSetsCommand.js +1 -3
- package/dist-es/commands/ListRulesCommand.js +1 -3
- package/dist-es/commands/ListTagsForResourcesCommand.js +1 -3
- package/dist-es/commands/TagResourceCommand.js +1 -3
- package/dist-es/commands/UntagResourceCommand.js +1 -3
- package/dist-es/commands/UpdateCellCommand.js +1 -3
- package/dist-es/commands/UpdateReadinessCheckCommand.js +1 -3
- package/dist-es/commands/UpdateRecoveryGroupCommand.js +1 -3
- package/dist-es/commands/UpdateResourceSetCommand.js +1 -3
- package/dist-es/endpoint/endpointResolver.js +7 -3
- package/package.json +5 -5
- package/dist-types/tsdoc-metadata.json +0 -11
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;
|
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.
|
|
4
|
+
"version": "3.651.1",
|
|
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,10 +20,10 @@
|
|
|
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.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/core": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.651.1",
|
|
24
|
+
"@aws-sdk/client-sts": "3.651.1",
|
|
25
|
+
"@aws-sdk/core": "3.651.1",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.651.1",
|
|
27
27
|
"@aws-sdk/middleware-host-header": "3.649.0",
|
|
28
28
|
"@aws-sdk/middleware-logger": "3.649.0",
|
|
29
29
|
"@aws-sdk/middleware-recursion-detection": "3.649.0",
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
// This file is read by tools that parse documentation comments conforming to the TSDoc standard.
|
|
2
|
-
// It should be published with your NPM package. It should not be tracked by Git.
|
|
3
|
-
{
|
|
4
|
-
"tsdocVersion": "0.12",
|
|
5
|
-
"toolPackages": [
|
|
6
|
-
{
|
|
7
|
-
"packageName": "@microsoft/api-extractor",
|
|
8
|
-
"packageVersion": "7.34.4"
|
|
9
|
-
}
|
|
10
|
-
]
|
|
11
|
-
}
|