@aws-sdk/client-shield 3.649.0 → 3.650.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (38) hide show
  1. package/dist-cjs/index.js +36 -108
  2. package/dist-es/commands/AssociateDRTLogBucketCommand.js +1 -3
  3. package/dist-es/commands/AssociateDRTRoleCommand.js +1 -3
  4. package/dist-es/commands/AssociateHealthCheckCommand.js +1 -3
  5. package/dist-es/commands/AssociateProactiveEngagementDetailsCommand.js +1 -3
  6. package/dist-es/commands/CreateProtectionCommand.js +1 -3
  7. package/dist-es/commands/CreateProtectionGroupCommand.js +1 -3
  8. package/dist-es/commands/CreateSubscriptionCommand.js +1 -3
  9. package/dist-es/commands/DeleteProtectionCommand.js +1 -3
  10. package/dist-es/commands/DeleteProtectionGroupCommand.js +1 -3
  11. package/dist-es/commands/DeleteSubscriptionCommand.js +1 -3
  12. package/dist-es/commands/DescribeAttackCommand.js +1 -3
  13. package/dist-es/commands/DescribeAttackStatisticsCommand.js +1 -3
  14. package/dist-es/commands/DescribeDRTAccessCommand.js +1 -3
  15. package/dist-es/commands/DescribeEmergencyContactSettingsCommand.js +1 -3
  16. package/dist-es/commands/DescribeProtectionCommand.js +1 -3
  17. package/dist-es/commands/DescribeProtectionGroupCommand.js +1 -3
  18. package/dist-es/commands/DescribeSubscriptionCommand.js +1 -3
  19. package/dist-es/commands/DisableApplicationLayerAutomaticResponseCommand.js +1 -3
  20. package/dist-es/commands/DisableProactiveEngagementCommand.js +1 -3
  21. package/dist-es/commands/DisassociateDRTLogBucketCommand.js +1 -3
  22. package/dist-es/commands/DisassociateDRTRoleCommand.js +1 -3
  23. package/dist-es/commands/DisassociateHealthCheckCommand.js +1 -3
  24. package/dist-es/commands/EnableApplicationLayerAutomaticResponseCommand.js +1 -3
  25. package/dist-es/commands/EnableProactiveEngagementCommand.js +1 -3
  26. package/dist-es/commands/GetSubscriptionStateCommand.js +1 -3
  27. package/dist-es/commands/ListAttacksCommand.js +1 -3
  28. package/dist-es/commands/ListProtectionGroupsCommand.js +1 -3
  29. package/dist-es/commands/ListProtectionsCommand.js +1 -3
  30. package/dist-es/commands/ListResourcesInProtectionGroupCommand.js +1 -3
  31. package/dist-es/commands/ListTagsForResourceCommand.js +1 -3
  32. package/dist-es/commands/TagResourceCommand.js +1 -3
  33. package/dist-es/commands/UntagResourceCommand.js +1 -3
  34. package/dist-es/commands/UpdateApplicationLayerAutomaticResponseCommand.js +1 -3
  35. package/dist-es/commands/UpdateEmergencyContactSettingsCommand.js +1 -3
  36. package/dist-es/commands/UpdateProtectionGroupCommand.js +1 -3
  37. package/dist-es/commands/UpdateSubscriptionCommand.js +1 -3
  38. package/package.json +4 -4
package/dist-cjs/index.js CHANGED
@@ -1588,9 +1588,7 @@ function sharedHeaders(operation) {
1588
1588
  __name(sharedHeaders, "sharedHeaders");
1589
1589
 
1590
1590
  // src/commands/AssociateDRTLogBucketCommand.ts
1591
- var _AssociateDRTLogBucketCommand = class _AssociateDRTLogBucketCommand extends import_smithy_client.Command.classBuilder().ep({
1592
- ...commonParams
1593
- }).m(function(Command, cs, config, o) {
1591
+ var _AssociateDRTLogBucketCommand = class _AssociateDRTLogBucketCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1594
1592
  return [
1595
1593
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1596
1594
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1604,9 +1602,7 @@ var AssociateDRTLogBucketCommand = _AssociateDRTLogBucketCommand;
1604
1602
 
1605
1603
 
1606
1604
 
1607
- var _AssociateDRTRoleCommand = class _AssociateDRTRoleCommand extends import_smithy_client.Command.classBuilder().ep({
1608
- ...commonParams
1609
- }).m(function(Command, cs, config, o) {
1605
+ var _AssociateDRTRoleCommand = class _AssociateDRTRoleCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1610
1606
  return [
1611
1607
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1612
1608
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1620,9 +1616,7 @@ var AssociateDRTRoleCommand = _AssociateDRTRoleCommand;
1620
1616
 
1621
1617
 
1622
1618
 
1623
- var _AssociateHealthCheckCommand = class _AssociateHealthCheckCommand extends import_smithy_client.Command.classBuilder().ep({
1624
- ...commonParams
1625
- }).m(function(Command, cs, config, o) {
1619
+ var _AssociateHealthCheckCommand = class _AssociateHealthCheckCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1626
1620
  return [
1627
1621
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1628
1622
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1636,9 +1630,7 @@ var AssociateHealthCheckCommand = _AssociateHealthCheckCommand;
1636
1630
 
1637
1631
 
1638
1632
 
1639
- var _AssociateProactiveEngagementDetailsCommand = class _AssociateProactiveEngagementDetailsCommand extends import_smithy_client.Command.classBuilder().ep({
1640
- ...commonParams
1641
- }).m(function(Command, cs, config, o) {
1633
+ var _AssociateProactiveEngagementDetailsCommand = class _AssociateProactiveEngagementDetailsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1642
1634
  return [
1643
1635
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1644
1636
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1652,9 +1644,7 @@ var AssociateProactiveEngagementDetailsCommand = _AssociateProactiveEngagementDe
1652
1644
 
1653
1645
 
1654
1646
 
1655
- var _CreateProtectionCommand = class _CreateProtectionCommand extends import_smithy_client.Command.classBuilder().ep({
1656
- ...commonParams
1657
- }).m(function(Command, cs, config, o) {
1647
+ var _CreateProtectionCommand = class _CreateProtectionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1658
1648
  return [
1659
1649
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1660
1650
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1668,9 +1658,7 @@ var CreateProtectionCommand = _CreateProtectionCommand;
1668
1658
 
1669
1659
 
1670
1660
 
1671
- var _CreateProtectionGroupCommand = class _CreateProtectionGroupCommand extends import_smithy_client.Command.classBuilder().ep({
1672
- ...commonParams
1673
- }).m(function(Command, cs, config, o) {
1661
+ var _CreateProtectionGroupCommand = class _CreateProtectionGroupCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1674
1662
  return [
1675
1663
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1676
1664
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1684,9 +1672,7 @@ var CreateProtectionGroupCommand = _CreateProtectionGroupCommand;
1684
1672
 
1685
1673
 
1686
1674
 
1687
- var _CreateSubscriptionCommand = class _CreateSubscriptionCommand extends import_smithy_client.Command.classBuilder().ep({
1688
- ...commonParams
1689
- }).m(function(Command, cs, config, o) {
1675
+ var _CreateSubscriptionCommand = class _CreateSubscriptionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1690
1676
  return [
1691
1677
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1692
1678
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1700,9 +1686,7 @@ var CreateSubscriptionCommand = _CreateSubscriptionCommand;
1700
1686
 
1701
1687
 
1702
1688
 
1703
- var _DeleteProtectionCommand = class _DeleteProtectionCommand extends import_smithy_client.Command.classBuilder().ep({
1704
- ...commonParams
1705
- }).m(function(Command, cs, config, o) {
1689
+ var _DeleteProtectionCommand = class _DeleteProtectionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1706
1690
  return [
1707
1691
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1708
1692
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1716,9 +1700,7 @@ var DeleteProtectionCommand = _DeleteProtectionCommand;
1716
1700
 
1717
1701
 
1718
1702
 
1719
- var _DeleteProtectionGroupCommand = class _DeleteProtectionGroupCommand extends import_smithy_client.Command.classBuilder().ep({
1720
- ...commonParams
1721
- }).m(function(Command, cs, config, o) {
1703
+ var _DeleteProtectionGroupCommand = class _DeleteProtectionGroupCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1722
1704
  return [
1723
1705
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1724
1706
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1732,9 +1714,7 @@ var DeleteProtectionGroupCommand = _DeleteProtectionGroupCommand;
1732
1714
 
1733
1715
 
1734
1716
 
1735
- var _DeleteSubscriptionCommand = class _DeleteSubscriptionCommand extends import_smithy_client.Command.classBuilder().ep({
1736
- ...commonParams
1737
- }).m(function(Command, cs, config, o) {
1717
+ var _DeleteSubscriptionCommand = class _DeleteSubscriptionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1738
1718
  return [
1739
1719
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1740
1720
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1748,9 +1728,7 @@ var DeleteSubscriptionCommand = _DeleteSubscriptionCommand;
1748
1728
 
1749
1729
 
1750
1730
 
1751
- var _DescribeAttackCommand = class _DescribeAttackCommand extends import_smithy_client.Command.classBuilder().ep({
1752
- ...commonParams
1753
- }).m(function(Command, cs, config, o) {
1731
+ var _DescribeAttackCommand = class _DescribeAttackCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1754
1732
  return [
1755
1733
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1756
1734
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1764,9 +1742,7 @@ var DescribeAttackCommand = _DescribeAttackCommand;
1764
1742
 
1765
1743
 
1766
1744
 
1767
- var _DescribeAttackStatisticsCommand = class _DescribeAttackStatisticsCommand extends import_smithy_client.Command.classBuilder().ep({
1768
- ...commonParams
1769
- }).m(function(Command, cs, config, o) {
1745
+ var _DescribeAttackStatisticsCommand = class _DescribeAttackStatisticsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1770
1746
  return [
1771
1747
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1772
1748
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1780,9 +1756,7 @@ var DescribeAttackStatisticsCommand = _DescribeAttackStatisticsCommand;
1780
1756
 
1781
1757
 
1782
1758
 
1783
- var _DescribeDRTAccessCommand = class _DescribeDRTAccessCommand extends import_smithy_client.Command.classBuilder().ep({
1784
- ...commonParams
1785
- }).m(function(Command, cs, config, o) {
1759
+ var _DescribeDRTAccessCommand = class _DescribeDRTAccessCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1786
1760
  return [
1787
1761
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1788
1762
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1796,9 +1770,7 @@ var DescribeDRTAccessCommand = _DescribeDRTAccessCommand;
1796
1770
 
1797
1771
 
1798
1772
 
1799
- var _DescribeEmergencyContactSettingsCommand = class _DescribeEmergencyContactSettingsCommand extends import_smithy_client.Command.classBuilder().ep({
1800
- ...commonParams
1801
- }).m(function(Command, cs, config, o) {
1773
+ var _DescribeEmergencyContactSettingsCommand = class _DescribeEmergencyContactSettingsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1802
1774
  return [
1803
1775
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1804
1776
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1812,9 +1784,7 @@ var DescribeEmergencyContactSettingsCommand = _DescribeEmergencyContactSettingsC
1812
1784
 
1813
1785
 
1814
1786
 
1815
- var _DescribeProtectionCommand = class _DescribeProtectionCommand extends import_smithy_client.Command.classBuilder().ep({
1816
- ...commonParams
1817
- }).m(function(Command, cs, config, o) {
1787
+ var _DescribeProtectionCommand = class _DescribeProtectionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1818
1788
  return [
1819
1789
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1820
1790
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1828,9 +1798,7 @@ var DescribeProtectionCommand = _DescribeProtectionCommand;
1828
1798
 
1829
1799
 
1830
1800
 
1831
- var _DescribeProtectionGroupCommand = class _DescribeProtectionGroupCommand extends import_smithy_client.Command.classBuilder().ep({
1832
- ...commonParams
1833
- }).m(function(Command, cs, config, o) {
1801
+ var _DescribeProtectionGroupCommand = class _DescribeProtectionGroupCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1834
1802
  return [
1835
1803
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1836
1804
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1844,9 +1812,7 @@ var DescribeProtectionGroupCommand = _DescribeProtectionGroupCommand;
1844
1812
 
1845
1813
 
1846
1814
 
1847
- var _DescribeSubscriptionCommand = class _DescribeSubscriptionCommand extends import_smithy_client.Command.classBuilder().ep({
1848
- ...commonParams
1849
- }).m(function(Command, cs, config, o) {
1815
+ var _DescribeSubscriptionCommand = class _DescribeSubscriptionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1850
1816
  return [
1851
1817
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1852
1818
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1860,9 +1826,7 @@ var DescribeSubscriptionCommand = _DescribeSubscriptionCommand;
1860
1826
 
1861
1827
 
1862
1828
 
1863
- var _DisableApplicationLayerAutomaticResponseCommand = class _DisableApplicationLayerAutomaticResponseCommand extends import_smithy_client.Command.classBuilder().ep({
1864
- ...commonParams
1865
- }).m(function(Command, cs, config, o) {
1829
+ var _DisableApplicationLayerAutomaticResponseCommand = class _DisableApplicationLayerAutomaticResponseCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1866
1830
  return [
1867
1831
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1868
1832
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1876,9 +1840,7 @@ var DisableApplicationLayerAutomaticResponseCommand = _DisableApplicationLayerAu
1876
1840
 
1877
1841
 
1878
1842
 
1879
- var _DisableProactiveEngagementCommand = class _DisableProactiveEngagementCommand extends import_smithy_client.Command.classBuilder().ep({
1880
- ...commonParams
1881
- }).m(function(Command, cs, config, o) {
1843
+ var _DisableProactiveEngagementCommand = class _DisableProactiveEngagementCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1882
1844
  return [
1883
1845
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1884
1846
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1892,9 +1854,7 @@ var DisableProactiveEngagementCommand = _DisableProactiveEngagementCommand;
1892
1854
 
1893
1855
 
1894
1856
 
1895
- var _DisassociateDRTLogBucketCommand = class _DisassociateDRTLogBucketCommand extends import_smithy_client.Command.classBuilder().ep({
1896
- ...commonParams
1897
- }).m(function(Command, cs, config, o) {
1857
+ var _DisassociateDRTLogBucketCommand = class _DisassociateDRTLogBucketCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1898
1858
  return [
1899
1859
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1900
1860
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1908,9 +1868,7 @@ var DisassociateDRTLogBucketCommand = _DisassociateDRTLogBucketCommand;
1908
1868
 
1909
1869
 
1910
1870
 
1911
- var _DisassociateDRTRoleCommand = class _DisassociateDRTRoleCommand extends import_smithy_client.Command.classBuilder().ep({
1912
- ...commonParams
1913
- }).m(function(Command, cs, config, o) {
1871
+ var _DisassociateDRTRoleCommand = class _DisassociateDRTRoleCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1914
1872
  return [
1915
1873
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1916
1874
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1924,9 +1882,7 @@ var DisassociateDRTRoleCommand = _DisassociateDRTRoleCommand;
1924
1882
 
1925
1883
 
1926
1884
 
1927
- var _DisassociateHealthCheckCommand = class _DisassociateHealthCheckCommand extends import_smithy_client.Command.classBuilder().ep({
1928
- ...commonParams
1929
- }).m(function(Command, cs, config, o) {
1885
+ var _DisassociateHealthCheckCommand = class _DisassociateHealthCheckCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1930
1886
  return [
1931
1887
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1932
1888
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1940,9 +1896,7 @@ var DisassociateHealthCheckCommand = _DisassociateHealthCheckCommand;
1940
1896
 
1941
1897
 
1942
1898
 
1943
- var _EnableApplicationLayerAutomaticResponseCommand = class _EnableApplicationLayerAutomaticResponseCommand extends import_smithy_client.Command.classBuilder().ep({
1944
- ...commonParams
1945
- }).m(function(Command, cs, config, o) {
1899
+ var _EnableApplicationLayerAutomaticResponseCommand = class _EnableApplicationLayerAutomaticResponseCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1946
1900
  return [
1947
1901
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1948
1902
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1956,9 +1910,7 @@ var EnableApplicationLayerAutomaticResponseCommand = _EnableApplicationLayerAuto
1956
1910
 
1957
1911
 
1958
1912
 
1959
- var _EnableProactiveEngagementCommand = class _EnableProactiveEngagementCommand extends import_smithy_client.Command.classBuilder().ep({
1960
- ...commonParams
1961
- }).m(function(Command, cs, config, o) {
1913
+ var _EnableProactiveEngagementCommand = class _EnableProactiveEngagementCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1962
1914
  return [
1963
1915
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1964
1916
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1972,9 +1924,7 @@ var EnableProactiveEngagementCommand = _EnableProactiveEngagementCommand;
1972
1924
 
1973
1925
 
1974
1926
 
1975
- var _GetSubscriptionStateCommand = class _GetSubscriptionStateCommand extends import_smithy_client.Command.classBuilder().ep({
1976
- ...commonParams
1977
- }).m(function(Command, cs, config, o) {
1927
+ var _GetSubscriptionStateCommand = class _GetSubscriptionStateCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1978
1928
  return [
1979
1929
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1980
1930
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1988,9 +1938,7 @@ var GetSubscriptionStateCommand = _GetSubscriptionStateCommand;
1988
1938
 
1989
1939
 
1990
1940
 
1991
- var _ListAttacksCommand = class _ListAttacksCommand extends import_smithy_client.Command.classBuilder().ep({
1992
- ...commonParams
1993
- }).m(function(Command, cs, config, o) {
1941
+ var _ListAttacksCommand = class _ListAttacksCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1994
1942
  return [
1995
1943
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1996
1944
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2004,9 +1952,7 @@ var ListAttacksCommand = _ListAttacksCommand;
2004
1952
 
2005
1953
 
2006
1954
 
2007
- var _ListProtectionGroupsCommand = class _ListProtectionGroupsCommand extends import_smithy_client.Command.classBuilder().ep({
2008
- ...commonParams
2009
- }).m(function(Command, cs, config, o) {
1955
+ var _ListProtectionGroupsCommand = class _ListProtectionGroupsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2010
1956
  return [
2011
1957
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2012
1958
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2020,9 +1966,7 @@ var ListProtectionGroupsCommand = _ListProtectionGroupsCommand;
2020
1966
 
2021
1967
 
2022
1968
 
2023
- var _ListProtectionsCommand = class _ListProtectionsCommand extends import_smithy_client.Command.classBuilder().ep({
2024
- ...commonParams
2025
- }).m(function(Command, cs, config, o) {
1969
+ var _ListProtectionsCommand = class _ListProtectionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2026
1970
  return [
2027
1971
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2028
1972
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2036,9 +1980,7 @@ var ListProtectionsCommand = _ListProtectionsCommand;
2036
1980
 
2037
1981
 
2038
1982
 
2039
- var _ListResourcesInProtectionGroupCommand = class _ListResourcesInProtectionGroupCommand extends import_smithy_client.Command.classBuilder().ep({
2040
- ...commonParams
2041
- }).m(function(Command, cs, config, o) {
1983
+ var _ListResourcesInProtectionGroupCommand = class _ListResourcesInProtectionGroupCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2042
1984
  return [
2043
1985
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2044
1986
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2052,9 +1994,7 @@ var ListResourcesInProtectionGroupCommand = _ListResourcesInProtectionGroupComma
2052
1994
 
2053
1995
 
2054
1996
 
2055
- var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep({
2056
- ...commonParams
2057
- }).m(function(Command, cs, config, o) {
1997
+ var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2058
1998
  return [
2059
1999
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2060
2000
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2068,9 +2008,7 @@ var ListTagsForResourceCommand = _ListTagsForResourceCommand;
2068
2008
 
2069
2009
 
2070
2010
 
2071
- var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
2072
- ...commonParams
2073
- }).m(function(Command, cs, config, o) {
2011
+ var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2074
2012
  return [
2075
2013
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2076
2014
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2084,9 +2022,7 @@ var TagResourceCommand = _TagResourceCommand;
2084
2022
 
2085
2023
 
2086
2024
 
2087
- var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
2088
- ...commonParams
2089
- }).m(function(Command, cs, config, o) {
2025
+ var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2090
2026
  return [
2091
2027
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2092
2028
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2100,9 +2036,7 @@ var UntagResourceCommand = _UntagResourceCommand;
2100
2036
 
2101
2037
 
2102
2038
 
2103
- var _UpdateApplicationLayerAutomaticResponseCommand = class _UpdateApplicationLayerAutomaticResponseCommand extends import_smithy_client.Command.classBuilder().ep({
2104
- ...commonParams
2105
- }).m(function(Command, cs, config, o) {
2039
+ var _UpdateApplicationLayerAutomaticResponseCommand = class _UpdateApplicationLayerAutomaticResponseCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2106
2040
  return [
2107
2041
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2108
2042
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2116,9 +2050,7 @@ var UpdateApplicationLayerAutomaticResponseCommand = _UpdateApplicationLayerAuto
2116
2050
 
2117
2051
 
2118
2052
 
2119
- var _UpdateEmergencyContactSettingsCommand = class _UpdateEmergencyContactSettingsCommand extends import_smithy_client.Command.classBuilder().ep({
2120
- ...commonParams
2121
- }).m(function(Command, cs, config, o) {
2053
+ var _UpdateEmergencyContactSettingsCommand = class _UpdateEmergencyContactSettingsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2122
2054
  return [
2123
2055
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2124
2056
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2132,9 +2064,7 @@ var UpdateEmergencyContactSettingsCommand = _UpdateEmergencyContactSettingsComma
2132
2064
 
2133
2065
 
2134
2066
 
2135
- var _UpdateProtectionGroupCommand = class _UpdateProtectionGroupCommand extends import_smithy_client.Command.classBuilder().ep({
2136
- ...commonParams
2137
- }).m(function(Command, cs, config, o) {
2067
+ var _UpdateProtectionGroupCommand = class _UpdateProtectionGroupCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2138
2068
  return [
2139
2069
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2140
2070
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2148,9 +2078,7 @@ var UpdateProtectionGroupCommand = _UpdateProtectionGroupCommand;
2148
2078
 
2149
2079
 
2150
2080
 
2151
- var _UpdateSubscriptionCommand = class _UpdateSubscriptionCommand extends import_smithy_client.Command.classBuilder().ep({
2152
- ...commonParams
2153
- }).m(function(Command, cs, config, o) {
2081
+ var _UpdateSubscriptionCommand = class _UpdateSubscriptionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2154
2082
  return [
2155
2083
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2156
2084
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -6,9 +6,7 @@ import { de_AssociateDRTLogBucketCommand, se_AssociateDRTLogBucketCommand } from
6
6
  export { $Command };
7
7
  export class AssociateDRTLogBucketCommand 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_AssociateDRTRoleCommand, se_AssociateDRTRoleCommand } from "../proto
6
6
  export { $Command };
7
7
  export class AssociateDRTRoleCommand 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_AssociateHealthCheckCommand, se_AssociateHealthCheckCommand } from "
6
6
  export { $Command };
7
7
  export class AssociateHealthCheckCommand 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_AssociateProactiveEngagementDetailsCommand, se_AssociateProactiveEng
6
6
  export { $Command };
7
7
  export class AssociateProactiveEngagementDetailsCommand 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_CreateProtectionCommand, se_CreateProtectionCommand } from "../proto
6
6
  export { $Command };
7
7
  export class CreateProtectionCommand 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_CreateProtectionGroupCommand, se_CreateProtectionGroupCommand } from
6
6
  export { $Command };
7
7
  export class CreateProtectionGroupCommand 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_CreateSubscriptionCommand, se_CreateSubscriptionCommand } from "../p
6
6
  export { $Command };
7
7
  export class CreateSubscriptionCommand 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_DeleteProtectionCommand, se_DeleteProtectionCommand } from "../proto
6
6
  export { $Command };
7
7
  export class DeleteProtectionCommand 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_DeleteProtectionGroupCommand, se_DeleteProtectionGroupCommand } from
6
6
  export { $Command };
7
7
  export class DeleteProtectionGroupCommand 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_DeleteSubscriptionCommand, se_DeleteSubscriptionCommand } from "../p
6
6
  export { $Command };
7
7
  export class DeleteSubscriptionCommand 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_DescribeAttackCommand, se_DescribeAttackCommand } from "../protocols
6
6
  export { $Command };
7
7
  export class DescribeAttackCommand 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_DescribeAttackStatisticsCommand, se_DescribeAttackStatisticsCommand
6
6
  export { $Command };
7
7
  export class DescribeAttackStatisticsCommand 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_DescribeDRTAccessCommand, se_DescribeDRTAccessCommand } from "../pro
6
6
  export { $Command };
7
7
  export class DescribeDRTAccessCommand 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_DescribeEmergencyContactSettingsCommand, se_DescribeEmergencyContact
6
6
  export { $Command };
7
7
  export class DescribeEmergencyContactSettingsCommand 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_DescribeProtectionCommand, se_DescribeProtectionCommand } from "../p
6
6
  export { $Command };
7
7
  export class DescribeProtectionCommand 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_DescribeProtectionGroupCommand, se_DescribeProtectionGroupCommand }
6
6
  export { $Command };
7
7
  export class DescribeProtectionGroupCommand 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_DescribeSubscriptionCommand, se_DescribeSubscriptionCommand } from "
6
6
  export { $Command };
7
7
  export class DescribeSubscriptionCommand 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_DisableApplicationLayerAutomaticResponseCommand, se_DisableApplicati
6
6
  export { $Command };
7
7
  export class DisableApplicationLayerAutomaticResponseCommand 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_DisableProactiveEngagementCommand, se_DisableProactiveEngagementComm
6
6
  export { $Command };
7
7
  export class DisableProactiveEngagementCommand 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_DisassociateDRTLogBucketCommand, se_DisassociateDRTLogBucketCommand
6
6
  export { $Command };
7
7
  export class DisassociateDRTLogBucketCommand 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_DisassociateDRTRoleCommand, se_DisassociateDRTRoleCommand } from "..
6
6
  export { $Command };
7
7
  export class DisassociateDRTRoleCommand 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_DisassociateHealthCheckCommand, se_DisassociateHealthCheckCommand }
6
6
  export { $Command };
7
7
  export class DisassociateHealthCheckCommand 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_EnableApplicationLayerAutomaticResponseCommand, se_EnableApplication
6
6
  export { $Command };
7
7
  export class EnableApplicationLayerAutomaticResponseCommand 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_EnableProactiveEngagementCommand, se_EnableProactiveEngagementComman
6
6
  export { $Command };
7
7
  export class EnableProactiveEngagementCommand 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_GetSubscriptionStateCommand, se_GetSubscriptionStateCommand } from "
6
6
  export { $Command };
7
7
  export class GetSubscriptionStateCommand 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_ListAttacksCommand, se_ListAttacksCommand } from "../protocols/Aws_j
6
6
  export { $Command };
7
7
  export class ListAttacksCommand 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_ListProtectionGroupsCommand, se_ListProtectionGroupsCommand } from "
6
6
  export { $Command };
7
7
  export class ListProtectionGroupsCommand 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_ListProtectionsCommand, se_ListProtectionsCommand } from "../protoco
6
6
  export { $Command };
7
7
  export class ListProtectionsCommand 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_ListResourcesInProtectionGroupCommand, se_ListResourcesInProtectionG
6
6
  export { $Command };
7
7
  export class ListResourcesInProtectionGroupCommand 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_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_UpdateApplicationLayerAutomaticResponseCommand, se_UpdateApplication
6
6
  export { $Command };
7
7
  export class UpdateApplicationLayerAutomaticResponseCommand 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_UpdateEmergencyContactSettingsCommand, se_UpdateEmergencyContactSett
6
6
  export { $Command };
7
7
  export class UpdateEmergencyContactSettingsCommand 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_UpdateProtectionGroupCommand, se_UpdateProtectionGroupCommand } from
6
6
  export { $Command };
7
7
  export class UpdateProtectionGroupCommand 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_UpdateSubscriptionCommand, se_UpdateSubscriptionCommand } from "../p
6
6
  export { $Command };
7
7
  export class UpdateSubscriptionCommand 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-shield",
3
3
  "description": "AWS SDK for JavaScript Shield Client for Node.js, Browser and React Native",
4
- "version": "3.649.0",
4
+ "version": "3.650.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-shield",
@@ -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",
23
+ "@aws-sdk/client-sso-oidc": "3.650.0",
24
+ "@aws-sdk/client-sts": "3.650.0",
25
25
  "@aws-sdk/core": "3.649.0",
26
- "@aws-sdk/credential-provider-node": "3.649.0",
26
+ "@aws-sdk/credential-provider-node": "3.650.0",
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",