@aws-sdk/client-fms 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.
- package/dist-cjs/index.js +42 -126
- package/dist-es/commands/AssociateAdminAccountCommand.js +1 -3
- package/dist-es/commands/AssociateThirdPartyFirewallCommand.js +1 -3
- package/dist-es/commands/BatchAssociateResourceCommand.js +1 -3
- package/dist-es/commands/BatchDisassociateResourceCommand.js +1 -3
- package/dist-es/commands/DeleteAppsListCommand.js +1 -3
- package/dist-es/commands/DeleteNotificationChannelCommand.js +1 -3
- package/dist-es/commands/DeletePolicyCommand.js +1 -3
- package/dist-es/commands/DeleteProtocolsListCommand.js +1 -3
- package/dist-es/commands/DeleteResourceSetCommand.js +1 -3
- package/dist-es/commands/DisassociateAdminAccountCommand.js +1 -3
- package/dist-es/commands/DisassociateThirdPartyFirewallCommand.js +1 -3
- package/dist-es/commands/GetAdminAccountCommand.js +1 -3
- package/dist-es/commands/GetAdminScopeCommand.js +1 -3
- package/dist-es/commands/GetAppsListCommand.js +1 -3
- package/dist-es/commands/GetComplianceDetailCommand.js +1 -3
- package/dist-es/commands/GetNotificationChannelCommand.js +1 -3
- package/dist-es/commands/GetPolicyCommand.js +1 -3
- package/dist-es/commands/GetProtectionStatusCommand.js +1 -3
- package/dist-es/commands/GetProtocolsListCommand.js +1 -3
- package/dist-es/commands/GetResourceSetCommand.js +1 -3
- package/dist-es/commands/GetThirdPartyFirewallAssociationStatusCommand.js +1 -3
- package/dist-es/commands/GetViolationDetailsCommand.js +1 -3
- package/dist-es/commands/ListAdminAccountsForOrganizationCommand.js +1 -3
- package/dist-es/commands/ListAdminsManagingAccountCommand.js +1 -3
- package/dist-es/commands/ListAppsListsCommand.js +1 -3
- package/dist-es/commands/ListComplianceStatusCommand.js +1 -3
- package/dist-es/commands/ListDiscoveredResourcesCommand.js +1 -3
- package/dist-es/commands/ListMemberAccountsCommand.js +1 -3
- package/dist-es/commands/ListPoliciesCommand.js +1 -3
- package/dist-es/commands/ListProtocolsListsCommand.js +1 -3
- package/dist-es/commands/ListResourceSetResourcesCommand.js +1 -3
- package/dist-es/commands/ListResourceSetsCommand.js +1 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +1 -3
- package/dist-es/commands/ListThirdPartyFirewallFirewallPoliciesCommand.js +1 -3
- package/dist-es/commands/PutAdminAccountCommand.js +1 -3
- package/dist-es/commands/PutAppsListCommand.js +1 -3
- package/dist-es/commands/PutNotificationChannelCommand.js +1 -3
- package/dist-es/commands/PutPolicyCommand.js +1 -3
- package/dist-es/commands/PutProtocolsListCommand.js +1 -3
- package/dist-es/commands/PutResourceSetCommand.js +1 -3
- package/dist-es/commands/TagResourceCommand.js +1 -3
- package/dist-es/commands/UntagResourceCommand.js +1 -3
- package/dist-es/endpoint/endpointResolver.js +7 -3
- package/package.json +4 -4
- package/dist-types/tsdoc-metadata.json +0 -11
package/dist-cjs/index.js
CHANGED
|
@@ -1676,9 +1676,7 @@ function sharedHeaders(operation) {
|
|
|
1676
1676
|
__name(sharedHeaders, "sharedHeaders");
|
|
1677
1677
|
|
|
1678
1678
|
// src/commands/AssociateAdminAccountCommand.ts
|
|
1679
|
-
var _AssociateAdminAccountCommand = class _AssociateAdminAccountCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1680
|
-
...commonParams
|
|
1681
|
-
}).m(function(Command, cs, config, o) {
|
|
1679
|
+
var _AssociateAdminAccountCommand = class _AssociateAdminAccountCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1682
1680
|
return [
|
|
1683
1681
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1684
1682
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1692,9 +1690,7 @@ var AssociateAdminAccountCommand = _AssociateAdminAccountCommand;
|
|
|
1692
1690
|
|
|
1693
1691
|
|
|
1694
1692
|
|
|
1695
|
-
var _AssociateThirdPartyFirewallCommand = class _AssociateThirdPartyFirewallCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1696
|
-
...commonParams
|
|
1697
|
-
}).m(function(Command, cs, config, o) {
|
|
1693
|
+
var _AssociateThirdPartyFirewallCommand = class _AssociateThirdPartyFirewallCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1698
1694
|
return [
|
|
1699
1695
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1700
1696
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1708,9 +1704,7 @@ var AssociateThirdPartyFirewallCommand = _AssociateThirdPartyFirewallCommand;
|
|
|
1708
1704
|
|
|
1709
1705
|
|
|
1710
1706
|
|
|
1711
|
-
var _BatchAssociateResourceCommand = class _BatchAssociateResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1712
|
-
...commonParams
|
|
1713
|
-
}).m(function(Command, cs, config, o) {
|
|
1707
|
+
var _BatchAssociateResourceCommand = class _BatchAssociateResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1714
1708
|
return [
|
|
1715
1709
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1716
1710
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1724,9 +1718,7 @@ var BatchAssociateResourceCommand = _BatchAssociateResourceCommand;
|
|
|
1724
1718
|
|
|
1725
1719
|
|
|
1726
1720
|
|
|
1727
|
-
var _BatchDisassociateResourceCommand = class _BatchDisassociateResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1728
|
-
...commonParams
|
|
1729
|
-
}).m(function(Command, cs, config, o) {
|
|
1721
|
+
var _BatchDisassociateResourceCommand = class _BatchDisassociateResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1730
1722
|
return [
|
|
1731
1723
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1732
1724
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1740,9 +1732,7 @@ var BatchDisassociateResourceCommand = _BatchDisassociateResourceCommand;
|
|
|
1740
1732
|
|
|
1741
1733
|
|
|
1742
1734
|
|
|
1743
|
-
var _DeleteAppsListCommand = class _DeleteAppsListCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1744
|
-
...commonParams
|
|
1745
|
-
}).m(function(Command, cs, config, o) {
|
|
1735
|
+
var _DeleteAppsListCommand = class _DeleteAppsListCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1746
1736
|
return [
|
|
1747
1737
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1748
1738
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1756,9 +1746,7 @@ var DeleteAppsListCommand = _DeleteAppsListCommand;
|
|
|
1756
1746
|
|
|
1757
1747
|
|
|
1758
1748
|
|
|
1759
|
-
var _DeleteNotificationChannelCommand = class _DeleteNotificationChannelCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1760
|
-
...commonParams
|
|
1761
|
-
}).m(function(Command, cs, config, o) {
|
|
1749
|
+
var _DeleteNotificationChannelCommand = class _DeleteNotificationChannelCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1762
1750
|
return [
|
|
1763
1751
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1764
1752
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1772,9 +1760,7 @@ var DeleteNotificationChannelCommand = _DeleteNotificationChannelCommand;
|
|
|
1772
1760
|
|
|
1773
1761
|
|
|
1774
1762
|
|
|
1775
|
-
var _DeletePolicyCommand = class _DeletePolicyCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1776
|
-
...commonParams
|
|
1777
|
-
}).m(function(Command, cs, config, o) {
|
|
1763
|
+
var _DeletePolicyCommand = class _DeletePolicyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1778
1764
|
return [
|
|
1779
1765
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1780
1766
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1788,9 +1774,7 @@ var DeletePolicyCommand = _DeletePolicyCommand;
|
|
|
1788
1774
|
|
|
1789
1775
|
|
|
1790
1776
|
|
|
1791
|
-
var _DeleteProtocolsListCommand = class _DeleteProtocolsListCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1792
|
-
...commonParams
|
|
1793
|
-
}).m(function(Command, cs, config, o) {
|
|
1777
|
+
var _DeleteProtocolsListCommand = class _DeleteProtocolsListCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1794
1778
|
return [
|
|
1795
1779
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1796
1780
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1804,9 +1788,7 @@ var DeleteProtocolsListCommand = _DeleteProtocolsListCommand;
|
|
|
1804
1788
|
|
|
1805
1789
|
|
|
1806
1790
|
|
|
1807
|
-
var _DeleteResourceSetCommand = class _DeleteResourceSetCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1808
|
-
...commonParams
|
|
1809
|
-
}).m(function(Command, cs, config, o) {
|
|
1791
|
+
var _DeleteResourceSetCommand = class _DeleteResourceSetCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1810
1792
|
return [
|
|
1811
1793
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1812
1794
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1820,9 +1802,7 @@ var DeleteResourceSetCommand = _DeleteResourceSetCommand;
|
|
|
1820
1802
|
|
|
1821
1803
|
|
|
1822
1804
|
|
|
1823
|
-
var _DisassociateAdminAccountCommand = class _DisassociateAdminAccountCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1824
|
-
...commonParams
|
|
1825
|
-
}).m(function(Command, cs, config, o) {
|
|
1805
|
+
var _DisassociateAdminAccountCommand = class _DisassociateAdminAccountCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1826
1806
|
return [
|
|
1827
1807
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1828
1808
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1836,9 +1816,7 @@ var DisassociateAdminAccountCommand = _DisassociateAdminAccountCommand;
|
|
|
1836
1816
|
|
|
1837
1817
|
|
|
1838
1818
|
|
|
1839
|
-
var _DisassociateThirdPartyFirewallCommand = class _DisassociateThirdPartyFirewallCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1840
|
-
...commonParams
|
|
1841
|
-
}).m(function(Command, cs, config, o) {
|
|
1819
|
+
var _DisassociateThirdPartyFirewallCommand = class _DisassociateThirdPartyFirewallCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1842
1820
|
return [
|
|
1843
1821
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1844
1822
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1852,9 +1830,7 @@ var DisassociateThirdPartyFirewallCommand = _DisassociateThirdPartyFirewallComma
|
|
|
1852
1830
|
|
|
1853
1831
|
|
|
1854
1832
|
|
|
1855
|
-
var _GetAdminAccountCommand = class _GetAdminAccountCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1856
|
-
...commonParams
|
|
1857
|
-
}).m(function(Command, cs, config, o) {
|
|
1833
|
+
var _GetAdminAccountCommand = class _GetAdminAccountCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1858
1834
|
return [
|
|
1859
1835
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1860
1836
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1868,9 +1844,7 @@ var GetAdminAccountCommand = _GetAdminAccountCommand;
|
|
|
1868
1844
|
|
|
1869
1845
|
|
|
1870
1846
|
|
|
1871
|
-
var _GetAdminScopeCommand = class _GetAdminScopeCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1872
|
-
...commonParams
|
|
1873
|
-
}).m(function(Command, cs, config, o) {
|
|
1847
|
+
var _GetAdminScopeCommand = class _GetAdminScopeCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1874
1848
|
return [
|
|
1875
1849
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1876
1850
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1884,9 +1858,7 @@ var GetAdminScopeCommand = _GetAdminScopeCommand;
|
|
|
1884
1858
|
|
|
1885
1859
|
|
|
1886
1860
|
|
|
1887
|
-
var _GetAppsListCommand = class _GetAppsListCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1888
|
-
...commonParams
|
|
1889
|
-
}).m(function(Command, cs, config, o) {
|
|
1861
|
+
var _GetAppsListCommand = class _GetAppsListCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1890
1862
|
return [
|
|
1891
1863
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1892
1864
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1900,9 +1872,7 @@ var GetAppsListCommand = _GetAppsListCommand;
|
|
|
1900
1872
|
|
|
1901
1873
|
|
|
1902
1874
|
|
|
1903
|
-
var _GetComplianceDetailCommand = class _GetComplianceDetailCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1904
|
-
...commonParams
|
|
1905
|
-
}).m(function(Command, cs, config, o) {
|
|
1875
|
+
var _GetComplianceDetailCommand = class _GetComplianceDetailCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1906
1876
|
return [
|
|
1907
1877
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1908
1878
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1916,9 +1886,7 @@ var GetComplianceDetailCommand = _GetComplianceDetailCommand;
|
|
|
1916
1886
|
|
|
1917
1887
|
|
|
1918
1888
|
|
|
1919
|
-
var _GetNotificationChannelCommand = class _GetNotificationChannelCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1920
|
-
...commonParams
|
|
1921
|
-
}).m(function(Command, cs, config, o) {
|
|
1889
|
+
var _GetNotificationChannelCommand = class _GetNotificationChannelCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1922
1890
|
return [
|
|
1923
1891
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1924
1892
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1932,9 +1900,7 @@ var GetNotificationChannelCommand = _GetNotificationChannelCommand;
|
|
|
1932
1900
|
|
|
1933
1901
|
|
|
1934
1902
|
|
|
1935
|
-
var _GetPolicyCommand = class _GetPolicyCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1936
|
-
...commonParams
|
|
1937
|
-
}).m(function(Command, cs, config, o) {
|
|
1903
|
+
var _GetPolicyCommand = class _GetPolicyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1938
1904
|
return [
|
|
1939
1905
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1940
1906
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1948,9 +1914,7 @@ var GetPolicyCommand = _GetPolicyCommand;
|
|
|
1948
1914
|
|
|
1949
1915
|
|
|
1950
1916
|
|
|
1951
|
-
var _GetProtectionStatusCommand = class _GetProtectionStatusCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1952
|
-
...commonParams
|
|
1953
|
-
}).m(function(Command, cs, config, o) {
|
|
1917
|
+
var _GetProtectionStatusCommand = class _GetProtectionStatusCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1954
1918
|
return [
|
|
1955
1919
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1956
1920
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1964,9 +1928,7 @@ var GetProtectionStatusCommand = _GetProtectionStatusCommand;
|
|
|
1964
1928
|
|
|
1965
1929
|
|
|
1966
1930
|
|
|
1967
|
-
var _GetProtocolsListCommand = class _GetProtocolsListCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1968
|
-
...commonParams
|
|
1969
|
-
}).m(function(Command, cs, config, o) {
|
|
1931
|
+
var _GetProtocolsListCommand = class _GetProtocolsListCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1970
1932
|
return [
|
|
1971
1933
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1972
1934
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1980,9 +1942,7 @@ var GetProtocolsListCommand = _GetProtocolsListCommand;
|
|
|
1980
1942
|
|
|
1981
1943
|
|
|
1982
1944
|
|
|
1983
|
-
var _GetResourceSetCommand = class _GetResourceSetCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1984
|
-
...commonParams
|
|
1985
|
-
}).m(function(Command, cs, config, o) {
|
|
1945
|
+
var _GetResourceSetCommand = class _GetResourceSetCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1986
1946
|
return [
|
|
1987
1947
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1988
1948
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1996,9 +1956,7 @@ var GetResourceSetCommand = _GetResourceSetCommand;
|
|
|
1996
1956
|
|
|
1997
1957
|
|
|
1998
1958
|
|
|
1999
|
-
var _GetThirdPartyFirewallAssociationStatusCommand = class _GetThirdPartyFirewallAssociationStatusCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2000
|
-
...commonParams
|
|
2001
|
-
}).m(function(Command, cs, config, o) {
|
|
1959
|
+
var _GetThirdPartyFirewallAssociationStatusCommand = class _GetThirdPartyFirewallAssociationStatusCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2002
1960
|
return [
|
|
2003
1961
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2004
1962
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2012,9 +1970,7 @@ var GetThirdPartyFirewallAssociationStatusCommand = _GetThirdPartyFirewallAssoci
|
|
|
2012
1970
|
|
|
2013
1971
|
|
|
2014
1972
|
|
|
2015
|
-
var _GetViolationDetailsCommand = class _GetViolationDetailsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2016
|
-
...commonParams
|
|
2017
|
-
}).m(function(Command, cs, config, o) {
|
|
1973
|
+
var _GetViolationDetailsCommand = class _GetViolationDetailsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2018
1974
|
return [
|
|
2019
1975
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2020
1976
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2028,9 +1984,7 @@ var GetViolationDetailsCommand = _GetViolationDetailsCommand;
|
|
|
2028
1984
|
|
|
2029
1985
|
|
|
2030
1986
|
|
|
2031
|
-
var _ListAdminAccountsForOrganizationCommand = class _ListAdminAccountsForOrganizationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2032
|
-
...commonParams
|
|
2033
|
-
}).m(function(Command, cs, config, o) {
|
|
1987
|
+
var _ListAdminAccountsForOrganizationCommand = class _ListAdminAccountsForOrganizationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2034
1988
|
return [
|
|
2035
1989
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2036
1990
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2044,9 +1998,7 @@ var ListAdminAccountsForOrganizationCommand = _ListAdminAccountsForOrganizationC
|
|
|
2044
1998
|
|
|
2045
1999
|
|
|
2046
2000
|
|
|
2047
|
-
var _ListAdminsManagingAccountCommand = class _ListAdminsManagingAccountCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2048
|
-
...commonParams
|
|
2049
|
-
}).m(function(Command, cs, config, o) {
|
|
2001
|
+
var _ListAdminsManagingAccountCommand = class _ListAdminsManagingAccountCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2050
2002
|
return [
|
|
2051
2003
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2052
2004
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2060,9 +2012,7 @@ var ListAdminsManagingAccountCommand = _ListAdminsManagingAccountCommand;
|
|
|
2060
2012
|
|
|
2061
2013
|
|
|
2062
2014
|
|
|
2063
|
-
var _ListAppsListsCommand = class _ListAppsListsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2064
|
-
...commonParams
|
|
2065
|
-
}).m(function(Command, cs, config, o) {
|
|
2015
|
+
var _ListAppsListsCommand = class _ListAppsListsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2066
2016
|
return [
|
|
2067
2017
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2068
2018
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2076,9 +2026,7 @@ var ListAppsListsCommand = _ListAppsListsCommand;
|
|
|
2076
2026
|
|
|
2077
2027
|
|
|
2078
2028
|
|
|
2079
|
-
var _ListComplianceStatusCommand = class _ListComplianceStatusCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2080
|
-
...commonParams
|
|
2081
|
-
}).m(function(Command, cs, config, o) {
|
|
2029
|
+
var _ListComplianceStatusCommand = class _ListComplianceStatusCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2082
2030
|
return [
|
|
2083
2031
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2084
2032
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2092,9 +2040,7 @@ var ListComplianceStatusCommand = _ListComplianceStatusCommand;
|
|
|
2092
2040
|
|
|
2093
2041
|
|
|
2094
2042
|
|
|
2095
|
-
var _ListDiscoveredResourcesCommand = class _ListDiscoveredResourcesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2096
|
-
...commonParams
|
|
2097
|
-
}).m(function(Command, cs, config, o) {
|
|
2043
|
+
var _ListDiscoveredResourcesCommand = class _ListDiscoveredResourcesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2098
2044
|
return [
|
|
2099
2045
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2100
2046
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2108,9 +2054,7 @@ var ListDiscoveredResourcesCommand = _ListDiscoveredResourcesCommand;
|
|
|
2108
2054
|
|
|
2109
2055
|
|
|
2110
2056
|
|
|
2111
|
-
var _ListMemberAccountsCommand = class _ListMemberAccountsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2112
|
-
...commonParams
|
|
2113
|
-
}).m(function(Command, cs, config, o) {
|
|
2057
|
+
var _ListMemberAccountsCommand = class _ListMemberAccountsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2114
2058
|
return [
|
|
2115
2059
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2116
2060
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2124,9 +2068,7 @@ var ListMemberAccountsCommand = _ListMemberAccountsCommand;
|
|
|
2124
2068
|
|
|
2125
2069
|
|
|
2126
2070
|
|
|
2127
|
-
var _ListPoliciesCommand = class _ListPoliciesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2128
|
-
...commonParams
|
|
2129
|
-
}).m(function(Command, cs, config, o) {
|
|
2071
|
+
var _ListPoliciesCommand = class _ListPoliciesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2130
2072
|
return [
|
|
2131
2073
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2132
2074
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2140,9 +2082,7 @@ var ListPoliciesCommand = _ListPoliciesCommand;
|
|
|
2140
2082
|
|
|
2141
2083
|
|
|
2142
2084
|
|
|
2143
|
-
var _ListProtocolsListsCommand = class _ListProtocolsListsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2144
|
-
...commonParams
|
|
2145
|
-
}).m(function(Command, cs, config, o) {
|
|
2085
|
+
var _ListProtocolsListsCommand = class _ListProtocolsListsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2146
2086
|
return [
|
|
2147
2087
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2148
2088
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2156,9 +2096,7 @@ var ListProtocolsListsCommand = _ListProtocolsListsCommand;
|
|
|
2156
2096
|
|
|
2157
2097
|
|
|
2158
2098
|
|
|
2159
|
-
var _ListResourceSetResourcesCommand = class _ListResourceSetResourcesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2160
|
-
...commonParams
|
|
2161
|
-
}).m(function(Command, cs, config, o) {
|
|
2099
|
+
var _ListResourceSetResourcesCommand = class _ListResourceSetResourcesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2162
2100
|
return [
|
|
2163
2101
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2164
2102
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2172,9 +2110,7 @@ var ListResourceSetResourcesCommand = _ListResourceSetResourcesCommand;
|
|
|
2172
2110
|
|
|
2173
2111
|
|
|
2174
2112
|
|
|
2175
|
-
var _ListResourceSetsCommand = class _ListResourceSetsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2176
|
-
...commonParams
|
|
2177
|
-
}).m(function(Command, cs, config, o) {
|
|
2113
|
+
var _ListResourceSetsCommand = class _ListResourceSetsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2178
2114
|
return [
|
|
2179
2115
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2180
2116
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2188,9 +2124,7 @@ var ListResourceSetsCommand = _ListResourceSetsCommand;
|
|
|
2188
2124
|
|
|
2189
2125
|
|
|
2190
2126
|
|
|
2191
|
-
var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2192
|
-
...commonParams
|
|
2193
|
-
}).m(function(Command, cs, config, o) {
|
|
2127
|
+
var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2194
2128
|
return [
|
|
2195
2129
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2196
2130
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2204,9 +2138,7 @@ var ListTagsForResourceCommand = _ListTagsForResourceCommand;
|
|
|
2204
2138
|
|
|
2205
2139
|
|
|
2206
2140
|
|
|
2207
|
-
var _ListThirdPartyFirewallFirewallPoliciesCommand = class _ListThirdPartyFirewallFirewallPoliciesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2208
|
-
...commonParams
|
|
2209
|
-
}).m(function(Command, cs, config, o) {
|
|
2141
|
+
var _ListThirdPartyFirewallFirewallPoliciesCommand = class _ListThirdPartyFirewallFirewallPoliciesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2210
2142
|
return [
|
|
2211
2143
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2212
2144
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2220,9 +2152,7 @@ var ListThirdPartyFirewallFirewallPoliciesCommand = _ListThirdPartyFirewallFirew
|
|
|
2220
2152
|
|
|
2221
2153
|
|
|
2222
2154
|
|
|
2223
|
-
var _PutAdminAccountCommand = class _PutAdminAccountCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2224
|
-
...commonParams
|
|
2225
|
-
}).m(function(Command, cs, config, o) {
|
|
2155
|
+
var _PutAdminAccountCommand = class _PutAdminAccountCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2226
2156
|
return [
|
|
2227
2157
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2228
2158
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2236,9 +2166,7 @@ var PutAdminAccountCommand = _PutAdminAccountCommand;
|
|
|
2236
2166
|
|
|
2237
2167
|
|
|
2238
2168
|
|
|
2239
|
-
var _PutAppsListCommand = class _PutAppsListCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2240
|
-
...commonParams
|
|
2241
|
-
}).m(function(Command, cs, config, o) {
|
|
2169
|
+
var _PutAppsListCommand = class _PutAppsListCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2242
2170
|
return [
|
|
2243
2171
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2244
2172
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2252,9 +2180,7 @@ var PutAppsListCommand = _PutAppsListCommand;
|
|
|
2252
2180
|
|
|
2253
2181
|
|
|
2254
2182
|
|
|
2255
|
-
var _PutNotificationChannelCommand = class _PutNotificationChannelCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2256
|
-
...commonParams
|
|
2257
|
-
}).m(function(Command, cs, config, o) {
|
|
2183
|
+
var _PutNotificationChannelCommand = class _PutNotificationChannelCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2258
2184
|
return [
|
|
2259
2185
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2260
2186
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2268,9 +2194,7 @@ var PutNotificationChannelCommand = _PutNotificationChannelCommand;
|
|
|
2268
2194
|
|
|
2269
2195
|
|
|
2270
2196
|
|
|
2271
|
-
var _PutPolicyCommand = class _PutPolicyCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2272
|
-
...commonParams
|
|
2273
|
-
}).m(function(Command, cs, config, o) {
|
|
2197
|
+
var _PutPolicyCommand = class _PutPolicyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2274
2198
|
return [
|
|
2275
2199
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2276
2200
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2284,9 +2208,7 @@ var PutPolicyCommand = _PutPolicyCommand;
|
|
|
2284
2208
|
|
|
2285
2209
|
|
|
2286
2210
|
|
|
2287
|
-
var _PutProtocolsListCommand = class _PutProtocolsListCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2288
|
-
...commonParams
|
|
2289
|
-
}).m(function(Command, cs, config, o) {
|
|
2211
|
+
var _PutProtocolsListCommand = class _PutProtocolsListCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2290
2212
|
return [
|
|
2291
2213
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2292
2214
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2300,9 +2222,7 @@ var PutProtocolsListCommand = _PutProtocolsListCommand;
|
|
|
2300
2222
|
|
|
2301
2223
|
|
|
2302
2224
|
|
|
2303
|
-
var _PutResourceSetCommand = class _PutResourceSetCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2304
|
-
...commonParams
|
|
2305
|
-
}).m(function(Command, cs, config, o) {
|
|
2225
|
+
var _PutResourceSetCommand = class _PutResourceSetCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2306
2226
|
return [
|
|
2307
2227
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2308
2228
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2316,9 +2236,7 @@ var PutResourceSetCommand = _PutResourceSetCommand;
|
|
|
2316
2236
|
|
|
2317
2237
|
|
|
2318
2238
|
|
|
2319
|
-
var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2320
|
-
...commonParams
|
|
2321
|
-
}).m(function(Command, cs, config, o) {
|
|
2239
|
+
var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2322
2240
|
return [
|
|
2323
2241
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2324
2242
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2332,9 +2250,7 @@ var TagResourceCommand = _TagResourceCommand;
|
|
|
2332
2250
|
|
|
2333
2251
|
|
|
2334
2252
|
|
|
2335
|
-
var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2336
|
-
...commonParams
|
|
2337
|
-
}).m(function(Command, cs, config, o) {
|
|
2253
|
+
var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2338
2254
|
return [
|
|
2339
2255
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2340
2256
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -6,9 +6,7 @@ import { de_AssociateAdminAccountCommand, se_AssociateAdminAccountCommand } from
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class AssociateAdminAccountCommand 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_AssociateThirdPartyFirewallCommand, se_AssociateThirdPartyFirewallCo
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class AssociateThirdPartyFirewallCommand 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_BatchAssociateResourceCommand, se_BatchAssociateResourceCommand } fr
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class BatchAssociateResourceCommand 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_BatchDisassociateResourceCommand, se_BatchDisassociateResourceComman
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class BatchDisassociateResourceCommand 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_DeleteAppsListCommand, se_DeleteAppsListCommand } from "../protocols
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteAppsListCommand 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_DeleteNotificationChannelCommand, se_DeleteNotificationChannelComman
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteNotificationChannelCommand 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_DeletePolicyCommand, se_DeletePolicyCommand } from "../protocols/Aws
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeletePolicyCommand 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_DeleteProtocolsListCommand, se_DeleteProtocolsListCommand } from "..
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteProtocolsListCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DeleteResourceSetCommand, se_DeleteResourceSetCommand } from "../pro
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteResourceSetCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DisassociateAdminAccountCommand, se_DisassociateAdminAccountCommand
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DisassociateAdminAccountCommand 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_DisassociateThirdPartyFirewallCommand, se_DisassociateThirdPartyFire
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DisassociateThirdPartyFirewallCommand 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_GetAdminAccountCommand, se_GetAdminAccountCommand } from "../protoco
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetAdminAccountCommand 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_GetAdminScopeCommand, se_GetAdminScopeCommand } from "../protocols/A
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetAdminScopeCommand 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_GetAppsListCommand, se_GetAppsListCommand } from "../protocols/Aws_j
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetAppsListCommand 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_GetComplianceDetailCommand, se_GetComplianceDetailCommand } from "..
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetComplianceDetailCommand 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_GetNotificationChannelCommand, se_GetNotificationChannelCommand } fr
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetNotificationChannelCommand 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_GetPolicyCommand, se_GetPolicyCommand } from "../protocols/Aws_json1
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetPolicyCommand 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_GetProtectionStatusCommand, se_GetProtectionStatusCommand } from "..
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetProtectionStatusCommand 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_GetProtocolsListCommand, se_GetProtocolsListCommand } from "../proto
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetProtocolsListCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetResourceSetCommand, se_GetResourceSetCommand } from "../protocols
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetResourceSetCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetThirdPartyFirewallAssociationStatusCommand, se_GetThirdPartyFirew
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetThirdPartyFirewallAssociationStatusCommand 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_GetViolationDetailsCommand, se_GetViolationDetailsCommand } from "..
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetViolationDetailsCommand 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_ListAdminAccountsForOrganizationCommand, se_ListAdminAccountsForOrga
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListAdminAccountsForOrganizationCommand 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_ListAdminsManagingAccountCommand, se_ListAdminsManagingAccountComman
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListAdminsManagingAccountCommand 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_ListAppsListsCommand, se_ListAppsListsCommand } from "../protocols/A
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListAppsListsCommand 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_ListComplianceStatusCommand, se_ListComplianceStatusCommand } from "
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListComplianceStatusCommand 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_ListDiscoveredResourcesCommand, se_ListDiscoveredResourcesCommand }
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListDiscoveredResourcesCommand 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_ListMemberAccountsCommand, se_ListMemberAccountsCommand } from "../p
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListMemberAccountsCommand 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_ListPoliciesCommand, se_ListPoliciesCommand } from "../protocols/Aws
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListPoliciesCommand 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_ListProtocolsListsCommand, se_ListProtocolsListsCommand } from "../p
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListProtocolsListsCommand 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_ListResourceSetResourcesCommand, se_ListResourceSetResourcesCommand
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListResourceSetResourcesCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListResourceSetsCommand, se_ListResourceSetsCommand } from "../proto
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListResourceSetsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_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_ListThirdPartyFirewallFirewallPoliciesCommand, se_ListThirdPartyFire
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListThirdPartyFirewallFirewallPoliciesCommand 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_PutAdminAccountCommand, se_PutAdminAccountCommand } from "../protoco
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class PutAdminAccountCommand 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_PutAppsListCommand, se_PutAppsListCommand } from "../protocols/Aws_j
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class PutAppsListCommand 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_PutNotificationChannelCommand, se_PutNotificationChannelCommand } fr
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class PutNotificationChannelCommand 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_PutPolicyCommand, se_PutPolicyCommand } from "../protocols/Aws_json1
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class PutPolicyCommand 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_PutProtocolsListCommand, se_PutProtocolsListCommand } from "../proto
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class PutProtocolsListCommand 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_PutResourceSetCommand, se_PutResourceSetCommand } from "../protocols
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class PutResourceSetCommand 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),
|
|
@@ -1,10 +1,14 @@
|
|
|
1
1
|
import { awsEndpointFunctions } from "@aws-sdk/util-endpoints";
|
|
2
|
-
import { customEndpointFunctions, resolveEndpoint } from "@smithy/util-endpoints";
|
|
2
|
+
import { customEndpointFunctions, EndpointCache, resolveEndpoint } from "@smithy/util-endpoints";
|
|
3
3
|
import { ruleSet } from "./ruleset";
|
|
4
|
+
const cache = new EndpointCache({
|
|
5
|
+
size: 50,
|
|
6
|
+
params: ["Endpoint", "Region", "UseDualStack", "UseFIPS"],
|
|
7
|
+
});
|
|
4
8
|
export const defaultEndpointResolver = (endpointParams, context = {}) => {
|
|
5
|
-
return resolveEndpoint(ruleSet, {
|
|
9
|
+
return cache.get(endpointParams, () => resolveEndpoint(ruleSet, {
|
|
6
10
|
endpointParams: endpointParams,
|
|
7
11
|
logger: context.logger,
|
|
8
|
-
});
|
|
12
|
+
}));
|
|
9
13
|
};
|
|
10
14
|
customEndpointFunctions.aws = awsEndpointFunctions;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-fms",
|
|
3
3
|
"description": "AWS SDK for JavaScript Fms Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
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-fms",
|
|
@@ -20,10 +20,10 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
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.
|
|
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",
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
// This file is read by tools that parse documentation comments conforming to the TSDoc standard.
|
|
2
|
-
// It should be published with your NPM package. It should not be tracked by Git.
|
|
3
|
-
{
|
|
4
|
-
"tsdocVersion": "0.12",
|
|
5
|
-
"toolPackages": [
|
|
6
|
-
{
|
|
7
|
-
"packageName": "@microsoft/api-extractor",
|
|
8
|
-
"packageVersion": "7.34.4"
|
|
9
|
-
}
|
|
10
|
-
]
|
|
11
|
-
}
|