@aws-sdk/client-ssm-contacts 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.
Files changed (41) hide show
  1. package/dist-cjs/index.js +39 -117
  2. package/dist-es/commands/AcceptPageCommand.js +1 -3
  3. package/dist-es/commands/ActivateContactChannelCommand.js +1 -3
  4. package/dist-es/commands/CreateContactChannelCommand.js +1 -3
  5. package/dist-es/commands/CreateContactCommand.js +1 -3
  6. package/dist-es/commands/CreateRotationCommand.js +1 -3
  7. package/dist-es/commands/CreateRotationOverrideCommand.js +1 -3
  8. package/dist-es/commands/DeactivateContactChannelCommand.js +1 -3
  9. package/dist-es/commands/DeleteContactChannelCommand.js +1 -3
  10. package/dist-es/commands/DeleteContactCommand.js +1 -3
  11. package/dist-es/commands/DeleteRotationCommand.js +1 -3
  12. package/dist-es/commands/DeleteRotationOverrideCommand.js +1 -3
  13. package/dist-es/commands/DescribeEngagementCommand.js +1 -3
  14. package/dist-es/commands/DescribePageCommand.js +1 -3
  15. package/dist-es/commands/GetContactChannelCommand.js +1 -3
  16. package/dist-es/commands/GetContactCommand.js +1 -3
  17. package/dist-es/commands/GetContactPolicyCommand.js +1 -3
  18. package/dist-es/commands/GetRotationCommand.js +1 -3
  19. package/dist-es/commands/GetRotationOverrideCommand.js +1 -3
  20. package/dist-es/commands/ListContactChannelsCommand.js +1 -3
  21. package/dist-es/commands/ListContactsCommand.js +1 -3
  22. package/dist-es/commands/ListEngagementsCommand.js +1 -3
  23. package/dist-es/commands/ListPageReceiptsCommand.js +1 -3
  24. package/dist-es/commands/ListPageResolutionsCommand.js +1 -3
  25. package/dist-es/commands/ListPagesByContactCommand.js +1 -3
  26. package/dist-es/commands/ListPagesByEngagementCommand.js +1 -3
  27. package/dist-es/commands/ListPreviewRotationShiftsCommand.js +1 -3
  28. package/dist-es/commands/ListRotationOverridesCommand.js +1 -3
  29. package/dist-es/commands/ListRotationShiftsCommand.js +1 -3
  30. package/dist-es/commands/ListRotationsCommand.js +1 -3
  31. package/dist-es/commands/ListTagsForResourceCommand.js +1 -3
  32. package/dist-es/commands/PutContactPolicyCommand.js +1 -3
  33. package/dist-es/commands/SendActivationCodeCommand.js +1 -3
  34. package/dist-es/commands/StartEngagementCommand.js +1 -3
  35. package/dist-es/commands/StopEngagementCommand.js +1 -3
  36. package/dist-es/commands/TagResourceCommand.js +1 -3
  37. package/dist-es/commands/UntagResourceCommand.js +1 -3
  38. package/dist-es/commands/UpdateContactChannelCommand.js +1 -3
  39. package/dist-es/commands/UpdateContactCommand.js +1 -3
  40. package/dist-es/commands/UpdateRotationCommand.js +1 -3
  41. package/package.json +5 -5
package/dist-cjs/index.js CHANGED
@@ -1667,9 +1667,7 @@ function sharedHeaders(operation) {
1667
1667
  __name(sharedHeaders, "sharedHeaders");
1668
1668
 
1669
1669
  // src/commands/AcceptPageCommand.ts
1670
- var _AcceptPageCommand = class _AcceptPageCommand extends import_smithy_client.Command.classBuilder().ep({
1671
- ...commonParams
1672
- }).m(function(Command, cs, config, o) {
1670
+ var _AcceptPageCommand = class _AcceptPageCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1673
1671
  return [
1674
1672
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1675
1673
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1683,9 +1681,7 @@ var AcceptPageCommand = _AcceptPageCommand;
1683
1681
 
1684
1682
 
1685
1683
 
1686
- var _ActivateContactChannelCommand = class _ActivateContactChannelCommand extends import_smithy_client.Command.classBuilder().ep({
1687
- ...commonParams
1688
- }).m(function(Command, cs, config, o) {
1684
+ var _ActivateContactChannelCommand = class _ActivateContactChannelCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1689
1685
  return [
1690
1686
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1691
1687
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1699,9 +1695,7 @@ var ActivateContactChannelCommand = _ActivateContactChannelCommand;
1699
1695
 
1700
1696
 
1701
1697
 
1702
- var _CreateContactChannelCommand = class _CreateContactChannelCommand extends import_smithy_client.Command.classBuilder().ep({
1703
- ...commonParams
1704
- }).m(function(Command, cs, config, o) {
1698
+ var _CreateContactChannelCommand = class _CreateContactChannelCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1705
1699
  return [
1706
1700
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1707
1701
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1715,9 +1709,7 @@ var CreateContactChannelCommand = _CreateContactChannelCommand;
1715
1709
 
1716
1710
 
1717
1711
 
1718
- var _CreateContactCommand = class _CreateContactCommand extends import_smithy_client.Command.classBuilder().ep({
1719
- ...commonParams
1720
- }).m(function(Command, cs, config, o) {
1712
+ var _CreateContactCommand = class _CreateContactCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1721
1713
  return [
1722
1714
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1723
1715
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1731,9 +1723,7 @@ var CreateContactCommand = _CreateContactCommand;
1731
1723
 
1732
1724
 
1733
1725
 
1734
- var _CreateRotationCommand = class _CreateRotationCommand extends import_smithy_client.Command.classBuilder().ep({
1735
- ...commonParams
1736
- }).m(function(Command, cs, config, o) {
1726
+ var _CreateRotationCommand = class _CreateRotationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1737
1727
  return [
1738
1728
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1739
1729
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1747,9 +1737,7 @@ var CreateRotationCommand = _CreateRotationCommand;
1747
1737
 
1748
1738
 
1749
1739
 
1750
- var _CreateRotationOverrideCommand = class _CreateRotationOverrideCommand extends import_smithy_client.Command.classBuilder().ep({
1751
- ...commonParams
1752
- }).m(function(Command, cs, config, o) {
1740
+ var _CreateRotationOverrideCommand = class _CreateRotationOverrideCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1753
1741
  return [
1754
1742
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1755
1743
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1763,9 +1751,7 @@ var CreateRotationOverrideCommand = _CreateRotationOverrideCommand;
1763
1751
 
1764
1752
 
1765
1753
 
1766
- var _DeactivateContactChannelCommand = class _DeactivateContactChannelCommand extends import_smithy_client.Command.classBuilder().ep({
1767
- ...commonParams
1768
- }).m(function(Command, cs, config, o) {
1754
+ var _DeactivateContactChannelCommand = class _DeactivateContactChannelCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1769
1755
  return [
1770
1756
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1771
1757
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1779,9 +1765,7 @@ var DeactivateContactChannelCommand = _DeactivateContactChannelCommand;
1779
1765
 
1780
1766
 
1781
1767
 
1782
- var _DeleteContactChannelCommand = class _DeleteContactChannelCommand extends import_smithy_client.Command.classBuilder().ep({
1783
- ...commonParams
1784
- }).m(function(Command, cs, config, o) {
1768
+ var _DeleteContactChannelCommand = class _DeleteContactChannelCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1785
1769
  return [
1786
1770
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1787
1771
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1795,9 +1779,7 @@ var DeleteContactChannelCommand = _DeleteContactChannelCommand;
1795
1779
 
1796
1780
 
1797
1781
 
1798
- var _DeleteContactCommand = class _DeleteContactCommand extends import_smithy_client.Command.classBuilder().ep({
1799
- ...commonParams
1800
- }).m(function(Command, cs, config, o) {
1782
+ var _DeleteContactCommand = class _DeleteContactCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1801
1783
  return [
1802
1784
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1803
1785
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1811,9 +1793,7 @@ var DeleteContactCommand = _DeleteContactCommand;
1811
1793
 
1812
1794
 
1813
1795
 
1814
- var _DeleteRotationCommand = class _DeleteRotationCommand extends import_smithy_client.Command.classBuilder().ep({
1815
- ...commonParams
1816
- }).m(function(Command, cs, config, o) {
1796
+ var _DeleteRotationCommand = class _DeleteRotationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1817
1797
  return [
1818
1798
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1819
1799
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1827,9 +1807,7 @@ var DeleteRotationCommand = _DeleteRotationCommand;
1827
1807
 
1828
1808
 
1829
1809
 
1830
- var _DeleteRotationOverrideCommand = class _DeleteRotationOverrideCommand extends import_smithy_client.Command.classBuilder().ep({
1831
- ...commonParams
1832
- }).m(function(Command, cs, config, o) {
1810
+ var _DeleteRotationOverrideCommand = class _DeleteRotationOverrideCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1833
1811
  return [
1834
1812
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1835
1813
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1843,9 +1821,7 @@ var DeleteRotationOverrideCommand = _DeleteRotationOverrideCommand;
1843
1821
 
1844
1822
 
1845
1823
 
1846
- var _DescribeEngagementCommand = class _DescribeEngagementCommand extends import_smithy_client.Command.classBuilder().ep({
1847
- ...commonParams
1848
- }).m(function(Command, cs, config, o) {
1824
+ var _DescribeEngagementCommand = class _DescribeEngagementCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1849
1825
  return [
1850
1826
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1851
1827
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1859,9 +1835,7 @@ var DescribeEngagementCommand = _DescribeEngagementCommand;
1859
1835
 
1860
1836
 
1861
1837
 
1862
- var _DescribePageCommand = class _DescribePageCommand extends import_smithy_client.Command.classBuilder().ep({
1863
- ...commonParams
1864
- }).m(function(Command, cs, config, o) {
1838
+ var _DescribePageCommand = class _DescribePageCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1865
1839
  return [
1866
1840
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1867
1841
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1875,9 +1849,7 @@ var DescribePageCommand = _DescribePageCommand;
1875
1849
 
1876
1850
 
1877
1851
 
1878
- var _GetContactChannelCommand = class _GetContactChannelCommand extends import_smithy_client.Command.classBuilder().ep({
1879
- ...commonParams
1880
- }).m(function(Command, cs, config, o) {
1852
+ var _GetContactChannelCommand = class _GetContactChannelCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1881
1853
  return [
1882
1854
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1883
1855
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1891,9 +1863,7 @@ var GetContactChannelCommand = _GetContactChannelCommand;
1891
1863
 
1892
1864
 
1893
1865
 
1894
- var _GetContactCommand = class _GetContactCommand extends import_smithy_client.Command.classBuilder().ep({
1895
- ...commonParams
1896
- }).m(function(Command, cs, config, o) {
1866
+ var _GetContactCommand = class _GetContactCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1897
1867
  return [
1898
1868
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1899
1869
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1907,9 +1877,7 @@ var GetContactCommand = _GetContactCommand;
1907
1877
 
1908
1878
 
1909
1879
 
1910
- var _GetContactPolicyCommand = class _GetContactPolicyCommand extends import_smithy_client.Command.classBuilder().ep({
1911
- ...commonParams
1912
- }).m(function(Command, cs, config, o) {
1880
+ var _GetContactPolicyCommand = class _GetContactPolicyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1913
1881
  return [
1914
1882
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1915
1883
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1923,9 +1891,7 @@ var GetContactPolicyCommand = _GetContactPolicyCommand;
1923
1891
 
1924
1892
 
1925
1893
 
1926
- var _GetRotationCommand = class _GetRotationCommand extends import_smithy_client.Command.classBuilder().ep({
1927
- ...commonParams
1928
- }).m(function(Command, cs, config, o) {
1894
+ var _GetRotationCommand = class _GetRotationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1929
1895
  return [
1930
1896
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1931
1897
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1939,9 +1905,7 @@ var GetRotationCommand = _GetRotationCommand;
1939
1905
 
1940
1906
 
1941
1907
 
1942
- var _GetRotationOverrideCommand = class _GetRotationOverrideCommand extends import_smithy_client.Command.classBuilder().ep({
1943
- ...commonParams
1944
- }).m(function(Command, cs, config, o) {
1908
+ var _GetRotationOverrideCommand = class _GetRotationOverrideCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1945
1909
  return [
1946
1910
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1947
1911
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1955,9 +1919,7 @@ var GetRotationOverrideCommand = _GetRotationOverrideCommand;
1955
1919
 
1956
1920
 
1957
1921
 
1958
- var _ListContactChannelsCommand = class _ListContactChannelsCommand extends import_smithy_client.Command.classBuilder().ep({
1959
- ...commonParams
1960
- }).m(function(Command, cs, config, o) {
1922
+ var _ListContactChannelsCommand = class _ListContactChannelsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1961
1923
  return [
1962
1924
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1963
1925
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1971,9 +1933,7 @@ var ListContactChannelsCommand = _ListContactChannelsCommand;
1971
1933
 
1972
1934
 
1973
1935
 
1974
- var _ListContactsCommand = class _ListContactsCommand extends import_smithy_client.Command.classBuilder().ep({
1975
- ...commonParams
1976
- }).m(function(Command, cs, config, o) {
1936
+ var _ListContactsCommand = class _ListContactsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1977
1937
  return [
1978
1938
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1979
1939
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1987,9 +1947,7 @@ var ListContactsCommand = _ListContactsCommand;
1987
1947
 
1988
1948
 
1989
1949
 
1990
- var _ListEngagementsCommand = class _ListEngagementsCommand extends import_smithy_client.Command.classBuilder().ep({
1991
- ...commonParams
1992
- }).m(function(Command, cs, config, o) {
1950
+ var _ListEngagementsCommand = class _ListEngagementsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1993
1951
  return [
1994
1952
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1995
1953
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2003,9 +1961,7 @@ var ListEngagementsCommand = _ListEngagementsCommand;
2003
1961
 
2004
1962
 
2005
1963
 
2006
- var _ListPageReceiptsCommand = class _ListPageReceiptsCommand extends import_smithy_client.Command.classBuilder().ep({
2007
- ...commonParams
2008
- }).m(function(Command, cs, config, o) {
1964
+ var _ListPageReceiptsCommand = class _ListPageReceiptsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2009
1965
  return [
2010
1966
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2011
1967
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2019,9 +1975,7 @@ var ListPageReceiptsCommand = _ListPageReceiptsCommand;
2019
1975
 
2020
1976
 
2021
1977
 
2022
- var _ListPageResolutionsCommand = class _ListPageResolutionsCommand extends import_smithy_client.Command.classBuilder().ep({
2023
- ...commonParams
2024
- }).m(function(Command, cs, config, o) {
1978
+ var _ListPageResolutionsCommand = class _ListPageResolutionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2025
1979
  return [
2026
1980
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2027
1981
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2035,9 +1989,7 @@ var ListPageResolutionsCommand = _ListPageResolutionsCommand;
2035
1989
 
2036
1990
 
2037
1991
 
2038
- var _ListPagesByContactCommand = class _ListPagesByContactCommand extends import_smithy_client.Command.classBuilder().ep({
2039
- ...commonParams
2040
- }).m(function(Command, cs, config, o) {
1992
+ var _ListPagesByContactCommand = class _ListPagesByContactCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2041
1993
  return [
2042
1994
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2043
1995
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2051,9 +2003,7 @@ var ListPagesByContactCommand = _ListPagesByContactCommand;
2051
2003
 
2052
2004
 
2053
2005
 
2054
- var _ListPagesByEngagementCommand = class _ListPagesByEngagementCommand extends import_smithy_client.Command.classBuilder().ep({
2055
- ...commonParams
2056
- }).m(function(Command, cs, config, o) {
2006
+ var _ListPagesByEngagementCommand = class _ListPagesByEngagementCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2057
2007
  return [
2058
2008
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2059
2009
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2067,9 +2017,7 @@ var ListPagesByEngagementCommand = _ListPagesByEngagementCommand;
2067
2017
 
2068
2018
 
2069
2019
 
2070
- var _ListPreviewRotationShiftsCommand = class _ListPreviewRotationShiftsCommand extends import_smithy_client.Command.classBuilder().ep({
2071
- ...commonParams
2072
- }).m(function(Command, cs, config, o) {
2020
+ var _ListPreviewRotationShiftsCommand = class _ListPreviewRotationShiftsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2073
2021
  return [
2074
2022
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2075
2023
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2083,9 +2031,7 @@ var ListPreviewRotationShiftsCommand = _ListPreviewRotationShiftsCommand;
2083
2031
 
2084
2032
 
2085
2033
 
2086
- var _ListRotationOverridesCommand = class _ListRotationOverridesCommand extends import_smithy_client.Command.classBuilder().ep({
2087
- ...commonParams
2088
- }).m(function(Command, cs, config, o) {
2034
+ var _ListRotationOverridesCommand = class _ListRotationOverridesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2089
2035
  return [
2090
2036
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2091
2037
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2099,9 +2045,7 @@ var ListRotationOverridesCommand = _ListRotationOverridesCommand;
2099
2045
 
2100
2046
 
2101
2047
 
2102
- var _ListRotationsCommand = class _ListRotationsCommand extends import_smithy_client.Command.classBuilder().ep({
2103
- ...commonParams
2104
- }).m(function(Command, cs, config, o) {
2048
+ var _ListRotationsCommand = class _ListRotationsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2105
2049
  return [
2106
2050
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2107
2051
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2115,9 +2059,7 @@ var ListRotationsCommand = _ListRotationsCommand;
2115
2059
 
2116
2060
 
2117
2061
 
2118
- var _ListRotationShiftsCommand = class _ListRotationShiftsCommand extends import_smithy_client.Command.classBuilder().ep({
2119
- ...commonParams
2120
- }).m(function(Command, cs, config, o) {
2062
+ var _ListRotationShiftsCommand = class _ListRotationShiftsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2121
2063
  return [
2122
2064
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2123
2065
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2131,9 +2073,7 @@ var ListRotationShiftsCommand = _ListRotationShiftsCommand;
2131
2073
 
2132
2074
 
2133
2075
 
2134
- var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep({
2135
- ...commonParams
2136
- }).m(function(Command, cs, config, o) {
2076
+ var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2137
2077
  return [
2138
2078
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2139
2079
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2147,9 +2087,7 @@ var ListTagsForResourceCommand = _ListTagsForResourceCommand;
2147
2087
 
2148
2088
 
2149
2089
 
2150
- var _PutContactPolicyCommand = class _PutContactPolicyCommand extends import_smithy_client.Command.classBuilder().ep({
2151
- ...commonParams
2152
- }).m(function(Command, cs, config, o) {
2090
+ var _PutContactPolicyCommand = class _PutContactPolicyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2153
2091
  return [
2154
2092
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2155
2093
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2163,9 +2101,7 @@ var PutContactPolicyCommand = _PutContactPolicyCommand;
2163
2101
 
2164
2102
 
2165
2103
 
2166
- var _SendActivationCodeCommand = class _SendActivationCodeCommand extends import_smithy_client.Command.classBuilder().ep({
2167
- ...commonParams
2168
- }).m(function(Command, cs, config, o) {
2104
+ var _SendActivationCodeCommand = class _SendActivationCodeCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2169
2105
  return [
2170
2106
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2171
2107
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2179,9 +2115,7 @@ var SendActivationCodeCommand = _SendActivationCodeCommand;
2179
2115
 
2180
2116
 
2181
2117
 
2182
- var _StartEngagementCommand = class _StartEngagementCommand extends import_smithy_client.Command.classBuilder().ep({
2183
- ...commonParams
2184
- }).m(function(Command, cs, config, o) {
2118
+ var _StartEngagementCommand = class _StartEngagementCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2185
2119
  return [
2186
2120
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2187
2121
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2195,9 +2129,7 @@ var StartEngagementCommand = _StartEngagementCommand;
2195
2129
 
2196
2130
 
2197
2131
 
2198
- var _StopEngagementCommand = class _StopEngagementCommand extends import_smithy_client.Command.classBuilder().ep({
2199
- ...commonParams
2200
- }).m(function(Command, cs, config, o) {
2132
+ var _StopEngagementCommand = class _StopEngagementCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2201
2133
  return [
2202
2134
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2203
2135
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2211,9 +2143,7 @@ var StopEngagementCommand = _StopEngagementCommand;
2211
2143
 
2212
2144
 
2213
2145
 
2214
- var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
2215
- ...commonParams
2216
- }).m(function(Command, cs, config, o) {
2146
+ var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2217
2147
  return [
2218
2148
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2219
2149
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2227,9 +2157,7 @@ var TagResourceCommand = _TagResourceCommand;
2227
2157
 
2228
2158
 
2229
2159
 
2230
- var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
2231
- ...commonParams
2232
- }).m(function(Command, cs, config, o) {
2160
+ var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2233
2161
  return [
2234
2162
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2235
2163
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2243,9 +2171,7 @@ var UntagResourceCommand = _UntagResourceCommand;
2243
2171
 
2244
2172
 
2245
2173
 
2246
- var _UpdateContactChannelCommand = class _UpdateContactChannelCommand extends import_smithy_client.Command.classBuilder().ep({
2247
- ...commonParams
2248
- }).m(function(Command, cs, config, o) {
2174
+ var _UpdateContactChannelCommand = class _UpdateContactChannelCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2249
2175
  return [
2250
2176
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2251
2177
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2259,9 +2185,7 @@ var UpdateContactChannelCommand = _UpdateContactChannelCommand;
2259
2185
 
2260
2186
 
2261
2187
 
2262
- var _UpdateContactCommand = class _UpdateContactCommand extends import_smithy_client.Command.classBuilder().ep({
2263
- ...commonParams
2264
- }).m(function(Command, cs, config, o) {
2188
+ var _UpdateContactCommand = class _UpdateContactCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2265
2189
  return [
2266
2190
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2267
2191
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2275,9 +2199,7 @@ var UpdateContactCommand = _UpdateContactCommand;
2275
2199
 
2276
2200
 
2277
2201
 
2278
- var _UpdateRotationCommand = class _UpdateRotationCommand extends import_smithy_client.Command.classBuilder().ep({
2279
- ...commonParams
2280
- }).m(function(Command, cs, config, o) {
2202
+ var _UpdateRotationCommand = class _UpdateRotationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2281
2203
  return [
2282
2204
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2283
2205
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -6,9 +6,7 @@ import { de_AcceptPageCommand, se_AcceptPageCommand } from "../protocols/Aws_jso
6
6
  export { $Command };
7
7
  export class AcceptPageCommand 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_ActivateContactChannelCommand, se_ActivateContactChannelCommand } fr
6
6
  export { $Command };
7
7
  export class ActivateContactChannelCommand 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_CreateContactChannelCommand, se_CreateContactChannelCommand } from "
6
6
  export { $Command };
7
7
  export class CreateContactChannelCommand 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_CreateContactCommand, se_CreateContactCommand } from "../protocols/A
6
6
  export { $Command };
7
7
  export class CreateContactCommand 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_CreateRotationCommand, se_CreateRotationCommand } from "../protocols
6
6
  export { $Command };
7
7
  export class CreateRotationCommand 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_CreateRotationOverrideCommand, se_CreateRotationOverrideCommand } fr
6
6
  export { $Command };
7
7
  export class CreateRotationOverrideCommand 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_DeactivateContactChannelCommand, se_DeactivateContactChannelCommand
6
6
  export { $Command };
7
7
  export class DeactivateContactChannelCommand 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_DeleteContactChannelCommand, se_DeleteContactChannelCommand } from "
6
6
  export { $Command };
7
7
  export class DeleteContactChannelCommand 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_DeleteContactCommand, se_DeleteContactCommand } from "../protocols/A
6
6
  export { $Command };
7
7
  export class DeleteContactCommand 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_DeleteRotationCommand, se_DeleteRotationCommand } from "../protocols
6
6
  export { $Command };
7
7
  export class DeleteRotationCommand 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_DeleteRotationOverrideCommand, se_DeleteRotationOverrideCommand } fr
6
6
  export { $Command };
7
7
  export class DeleteRotationOverrideCommand 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_DescribeEngagementCommand, se_DescribeEngagementCommand } from "../p
6
6
  export { $Command };
7
7
  export class DescribeEngagementCommand 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_DescribePageCommand, se_DescribePageCommand } from "../protocols/Aws
6
6
  export { $Command };
7
7
  export class DescribePageCommand 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_GetContactChannelCommand, se_GetContactChannelCommand } from "../pro
6
6
  export { $Command };
7
7
  export class GetContactChannelCommand 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_GetContactCommand, se_GetContactCommand } from "../protocols/Aws_jso
6
6
  export { $Command };
7
7
  export class GetContactCommand 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_GetContactPolicyCommand, se_GetContactPolicyCommand } from "../proto
6
6
  export { $Command };
7
7
  export class GetContactPolicyCommand 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_GetRotationCommand, se_GetRotationCommand } from "../protocols/Aws_j
6
6
  export { $Command };
7
7
  export class GetRotationCommand 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_GetRotationOverrideCommand, se_GetRotationOverrideCommand } from "..
6
6
  export { $Command };
7
7
  export class GetRotationOverrideCommand 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_ListContactChannelsCommand, se_ListContactChannelsCommand } from "..
6
6
  export { $Command };
7
7
  export class ListContactChannelsCommand 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_ListContactsCommand, se_ListContactsCommand } from "../protocols/Aws
6
6
  export { $Command };
7
7
  export class ListContactsCommand 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_ListEngagementsCommand, se_ListEngagementsCommand } from "../protoco
6
6
  export { $Command };
7
7
  export class ListEngagementsCommand 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_ListPageReceiptsCommand, se_ListPageReceiptsCommand } from "../proto
6
6
  export { $Command };
7
7
  export class ListPageReceiptsCommand 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_ListPageResolutionsCommand, se_ListPageResolutionsCommand } from "..
6
6
  export { $Command };
7
7
  export class ListPageResolutionsCommand 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_ListPagesByContactCommand, se_ListPagesByContactCommand } from "../p
6
6
  export { $Command };
7
7
  export class ListPagesByContactCommand 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_ListPagesByEngagementCommand, se_ListPagesByEngagementCommand } from
6
6
  export { $Command };
7
7
  export class ListPagesByEngagementCommand 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_ListPreviewRotationShiftsCommand, se_ListPreviewRotationShiftsComman
6
6
  export { $Command };
7
7
  export class ListPreviewRotationShiftsCommand 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_ListRotationOverridesCommand, se_ListRotationOverridesCommand } from
6
6
  export { $Command };
7
7
  export class ListRotationOverridesCommand 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_ListRotationShiftsCommand, se_ListRotationShiftsCommand } from "../p
6
6
  export { $Command };
7
7
  export class ListRotationShiftsCommand 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_ListRotationsCommand, se_ListRotationsCommand } from "../protocols/A
6
6
  export { $Command };
7
7
  export class ListRotationsCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "..
6
6
  export { $Command };
7
7
  export class ListTagsForResourceCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_PutContactPolicyCommand, se_PutContactPolicyCommand } from "../proto
6
6
  export { $Command };
7
7
  export class PutContactPolicyCommand 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_SendActivationCodeCommand, se_SendActivationCodeCommand } from "../p
6
6
  export { $Command };
7
7
  export class SendActivationCodeCommand 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_StartEngagementCommand, se_StartEngagementCommand } from "../protoco
6
6
  export { $Command };
7
7
  export class StartEngagementCommand 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_StopEngagementCommand, se_StopEngagementCommand } from "../protocols
6
6
  export { $Command };
7
7
  export class StopEngagementCommand 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_j
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_UpdateContactChannelCommand, se_UpdateContactChannelCommand } from "
6
6
  export { $Command };
7
7
  export class UpdateContactChannelCommand 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_UpdateContactCommand, se_UpdateContactCommand } from "../protocols/A
6
6
  export { $Command };
7
7
  export class UpdateContactCommand 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_UpdateRotationCommand, se_UpdateRotationCommand } from "../protocols
6
6
  export { $Command };
7
7
  export class UpdateRotationCommand 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),
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-ssm-contacts",
3
3
  "description": "AWS SDK for JavaScript Ssm Contacts Client for Node.js, Browser and React Native",
4
- "version": "3.649.0",
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-ssm-contacts",
@@ -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.649.0",
24
- "@aws-sdk/client-sts": "3.649.0",
25
- "@aws-sdk/core": "3.649.0",
26
- "@aws-sdk/credential-provider-node": "3.649.0",
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",