@aws-sdk/client-inspector 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 +37 -111
- package/dist-es/commands/AddAttributesToFindingsCommand.js +1 -3
- package/dist-es/commands/CreateAssessmentTargetCommand.js +1 -3
- package/dist-es/commands/CreateAssessmentTemplateCommand.js +1 -3
- package/dist-es/commands/CreateExclusionsPreviewCommand.js +1 -3
- package/dist-es/commands/CreateResourceGroupCommand.js +1 -3
- package/dist-es/commands/DeleteAssessmentRunCommand.js +1 -3
- package/dist-es/commands/DeleteAssessmentTargetCommand.js +1 -3
- package/dist-es/commands/DeleteAssessmentTemplateCommand.js +1 -3
- package/dist-es/commands/DescribeAssessmentRunsCommand.js +1 -3
- package/dist-es/commands/DescribeAssessmentTargetsCommand.js +1 -3
- package/dist-es/commands/DescribeAssessmentTemplatesCommand.js +1 -3
- package/dist-es/commands/DescribeCrossAccountAccessRoleCommand.js +1 -3
- package/dist-es/commands/DescribeExclusionsCommand.js +1 -3
- package/dist-es/commands/DescribeFindingsCommand.js +1 -3
- package/dist-es/commands/DescribeResourceGroupsCommand.js +1 -3
- package/dist-es/commands/DescribeRulesPackagesCommand.js +1 -3
- package/dist-es/commands/GetAssessmentReportCommand.js +1 -3
- package/dist-es/commands/GetExclusionsPreviewCommand.js +1 -3
- package/dist-es/commands/GetTelemetryMetadataCommand.js +1 -3
- package/dist-es/commands/ListAssessmentRunAgentsCommand.js +1 -3
- package/dist-es/commands/ListAssessmentRunsCommand.js +1 -3
- package/dist-es/commands/ListAssessmentTargetsCommand.js +1 -3
- package/dist-es/commands/ListAssessmentTemplatesCommand.js +1 -3
- package/dist-es/commands/ListEventSubscriptionsCommand.js +1 -3
- package/dist-es/commands/ListExclusionsCommand.js +1 -3
- package/dist-es/commands/ListFindingsCommand.js +1 -3
- package/dist-es/commands/ListRulesPackagesCommand.js +1 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +1 -3
- package/dist-es/commands/PreviewAgentsCommand.js +1 -3
- package/dist-es/commands/RegisterCrossAccountAccessRoleCommand.js +1 -3
- package/dist-es/commands/RemoveAttributesFromFindingsCommand.js +1 -3
- package/dist-es/commands/SetTagsForResourceCommand.js +1 -3
- package/dist-es/commands/StartAssessmentRunCommand.js +1 -3
- package/dist-es/commands/StopAssessmentRunCommand.js +1 -3
- package/dist-es/commands/SubscribeToEventCommand.js +1 -3
- package/dist-es/commands/UnsubscribeFromEventCommand.js +1 -3
- package/dist-es/commands/UpdateAssessmentTargetCommand.js +1 -3
- package/package.json +4 -4
package/dist-cjs/index.js
CHANGED
|
@@ -1751,9 +1751,7 @@ function sharedHeaders(operation) {
|
|
|
1751
1751
|
__name(sharedHeaders, "sharedHeaders");
|
|
1752
1752
|
|
|
1753
1753
|
// src/commands/AddAttributesToFindingsCommand.ts
|
|
1754
|
-
var _AddAttributesToFindingsCommand = class _AddAttributesToFindingsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1755
|
-
...commonParams
|
|
1756
|
-
}).m(function(Command, cs, config, o) {
|
|
1754
|
+
var _AddAttributesToFindingsCommand = class _AddAttributesToFindingsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1757
1755
|
return [
|
|
1758
1756
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1759
1757
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1767,9 +1765,7 @@ var AddAttributesToFindingsCommand = _AddAttributesToFindingsCommand;
|
|
|
1767
1765
|
|
|
1768
1766
|
|
|
1769
1767
|
|
|
1770
|
-
var _CreateAssessmentTargetCommand = class _CreateAssessmentTargetCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1771
|
-
...commonParams
|
|
1772
|
-
}).m(function(Command, cs, config, o) {
|
|
1768
|
+
var _CreateAssessmentTargetCommand = class _CreateAssessmentTargetCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1773
1769
|
return [
|
|
1774
1770
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1775
1771
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1783,9 +1779,7 @@ var CreateAssessmentTargetCommand = _CreateAssessmentTargetCommand;
|
|
|
1783
1779
|
|
|
1784
1780
|
|
|
1785
1781
|
|
|
1786
|
-
var _CreateAssessmentTemplateCommand = class _CreateAssessmentTemplateCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1787
|
-
...commonParams
|
|
1788
|
-
}).m(function(Command, cs, config, o) {
|
|
1782
|
+
var _CreateAssessmentTemplateCommand = class _CreateAssessmentTemplateCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1789
1783
|
return [
|
|
1790
1784
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1791
1785
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1799,9 +1793,7 @@ var CreateAssessmentTemplateCommand = _CreateAssessmentTemplateCommand;
|
|
|
1799
1793
|
|
|
1800
1794
|
|
|
1801
1795
|
|
|
1802
|
-
var _CreateExclusionsPreviewCommand = class _CreateExclusionsPreviewCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1803
|
-
...commonParams
|
|
1804
|
-
}).m(function(Command, cs, config, o) {
|
|
1796
|
+
var _CreateExclusionsPreviewCommand = class _CreateExclusionsPreviewCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1805
1797
|
return [
|
|
1806
1798
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1807
1799
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1815,9 +1807,7 @@ var CreateExclusionsPreviewCommand = _CreateExclusionsPreviewCommand;
|
|
|
1815
1807
|
|
|
1816
1808
|
|
|
1817
1809
|
|
|
1818
|
-
var _CreateResourceGroupCommand = class _CreateResourceGroupCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1819
|
-
...commonParams
|
|
1820
|
-
}).m(function(Command, cs, config, o) {
|
|
1810
|
+
var _CreateResourceGroupCommand = class _CreateResourceGroupCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1821
1811
|
return [
|
|
1822
1812
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1823
1813
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1831,9 +1821,7 @@ var CreateResourceGroupCommand = _CreateResourceGroupCommand;
|
|
|
1831
1821
|
|
|
1832
1822
|
|
|
1833
1823
|
|
|
1834
|
-
var _DeleteAssessmentRunCommand = class _DeleteAssessmentRunCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1835
|
-
...commonParams
|
|
1836
|
-
}).m(function(Command, cs, config, o) {
|
|
1824
|
+
var _DeleteAssessmentRunCommand = class _DeleteAssessmentRunCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1837
1825
|
return [
|
|
1838
1826
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1839
1827
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1847,9 +1835,7 @@ var DeleteAssessmentRunCommand = _DeleteAssessmentRunCommand;
|
|
|
1847
1835
|
|
|
1848
1836
|
|
|
1849
1837
|
|
|
1850
|
-
var _DeleteAssessmentTargetCommand = class _DeleteAssessmentTargetCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1851
|
-
...commonParams
|
|
1852
|
-
}).m(function(Command, cs, config, o) {
|
|
1838
|
+
var _DeleteAssessmentTargetCommand = class _DeleteAssessmentTargetCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1853
1839
|
return [
|
|
1854
1840
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1855
1841
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1863,9 +1849,7 @@ var DeleteAssessmentTargetCommand = _DeleteAssessmentTargetCommand;
|
|
|
1863
1849
|
|
|
1864
1850
|
|
|
1865
1851
|
|
|
1866
|
-
var _DeleteAssessmentTemplateCommand = class _DeleteAssessmentTemplateCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1867
|
-
...commonParams
|
|
1868
|
-
}).m(function(Command, cs, config, o) {
|
|
1852
|
+
var _DeleteAssessmentTemplateCommand = class _DeleteAssessmentTemplateCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1869
1853
|
return [
|
|
1870
1854
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1871
1855
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1879,9 +1863,7 @@ var DeleteAssessmentTemplateCommand = _DeleteAssessmentTemplateCommand;
|
|
|
1879
1863
|
|
|
1880
1864
|
|
|
1881
1865
|
|
|
1882
|
-
var _DescribeAssessmentRunsCommand = class _DescribeAssessmentRunsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1883
|
-
...commonParams
|
|
1884
|
-
}).m(function(Command, cs, config, o) {
|
|
1866
|
+
var _DescribeAssessmentRunsCommand = class _DescribeAssessmentRunsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1885
1867
|
return [
|
|
1886
1868
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1887
1869
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1895,9 +1877,7 @@ var DescribeAssessmentRunsCommand = _DescribeAssessmentRunsCommand;
|
|
|
1895
1877
|
|
|
1896
1878
|
|
|
1897
1879
|
|
|
1898
|
-
var _DescribeAssessmentTargetsCommand = class _DescribeAssessmentTargetsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1899
|
-
...commonParams
|
|
1900
|
-
}).m(function(Command, cs, config, o) {
|
|
1880
|
+
var _DescribeAssessmentTargetsCommand = class _DescribeAssessmentTargetsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1901
1881
|
return [
|
|
1902
1882
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1903
1883
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1911,9 +1891,7 @@ var DescribeAssessmentTargetsCommand = _DescribeAssessmentTargetsCommand;
|
|
|
1911
1891
|
|
|
1912
1892
|
|
|
1913
1893
|
|
|
1914
|
-
var _DescribeAssessmentTemplatesCommand = class _DescribeAssessmentTemplatesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1915
|
-
...commonParams
|
|
1916
|
-
}).m(function(Command, cs, config, o) {
|
|
1894
|
+
var _DescribeAssessmentTemplatesCommand = class _DescribeAssessmentTemplatesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1917
1895
|
return [
|
|
1918
1896
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1919
1897
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1927,9 +1905,7 @@ var DescribeAssessmentTemplatesCommand = _DescribeAssessmentTemplatesCommand;
|
|
|
1927
1905
|
|
|
1928
1906
|
|
|
1929
1907
|
|
|
1930
|
-
var _DescribeCrossAccountAccessRoleCommand = class _DescribeCrossAccountAccessRoleCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1931
|
-
...commonParams
|
|
1932
|
-
}).m(function(Command, cs, config, o) {
|
|
1908
|
+
var _DescribeCrossAccountAccessRoleCommand = class _DescribeCrossAccountAccessRoleCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1933
1909
|
return [
|
|
1934
1910
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1935
1911
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1943,9 +1919,7 @@ var DescribeCrossAccountAccessRoleCommand = _DescribeCrossAccountAccessRoleComma
|
|
|
1943
1919
|
|
|
1944
1920
|
|
|
1945
1921
|
|
|
1946
|
-
var _DescribeExclusionsCommand = class _DescribeExclusionsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1947
|
-
...commonParams
|
|
1948
|
-
}).m(function(Command, cs, config, o) {
|
|
1922
|
+
var _DescribeExclusionsCommand = class _DescribeExclusionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1949
1923
|
return [
|
|
1950
1924
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1951
1925
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1959,9 +1933,7 @@ var DescribeExclusionsCommand = _DescribeExclusionsCommand;
|
|
|
1959
1933
|
|
|
1960
1934
|
|
|
1961
1935
|
|
|
1962
|
-
var _DescribeFindingsCommand = class _DescribeFindingsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1963
|
-
...commonParams
|
|
1964
|
-
}).m(function(Command, cs, config, o) {
|
|
1936
|
+
var _DescribeFindingsCommand = class _DescribeFindingsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1965
1937
|
return [
|
|
1966
1938
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1967
1939
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1975,9 +1947,7 @@ var DescribeFindingsCommand = _DescribeFindingsCommand;
|
|
|
1975
1947
|
|
|
1976
1948
|
|
|
1977
1949
|
|
|
1978
|
-
var _DescribeResourceGroupsCommand = class _DescribeResourceGroupsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1979
|
-
...commonParams
|
|
1980
|
-
}).m(function(Command, cs, config, o) {
|
|
1950
|
+
var _DescribeResourceGroupsCommand = class _DescribeResourceGroupsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1981
1951
|
return [
|
|
1982
1952
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1983
1953
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1991,9 +1961,7 @@ var DescribeResourceGroupsCommand = _DescribeResourceGroupsCommand;
|
|
|
1991
1961
|
|
|
1992
1962
|
|
|
1993
1963
|
|
|
1994
|
-
var _DescribeRulesPackagesCommand = class _DescribeRulesPackagesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1995
|
-
...commonParams
|
|
1996
|
-
}).m(function(Command, cs, config, o) {
|
|
1964
|
+
var _DescribeRulesPackagesCommand = class _DescribeRulesPackagesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1997
1965
|
return [
|
|
1998
1966
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1999
1967
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2007,9 +1975,7 @@ var DescribeRulesPackagesCommand = _DescribeRulesPackagesCommand;
|
|
|
2007
1975
|
|
|
2008
1976
|
|
|
2009
1977
|
|
|
2010
|
-
var _GetAssessmentReportCommand = class _GetAssessmentReportCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2011
|
-
...commonParams
|
|
2012
|
-
}).m(function(Command, cs, config, o) {
|
|
1978
|
+
var _GetAssessmentReportCommand = class _GetAssessmentReportCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2013
1979
|
return [
|
|
2014
1980
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2015
1981
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2023,9 +1989,7 @@ var GetAssessmentReportCommand = _GetAssessmentReportCommand;
|
|
|
2023
1989
|
|
|
2024
1990
|
|
|
2025
1991
|
|
|
2026
|
-
var _GetExclusionsPreviewCommand = class _GetExclusionsPreviewCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2027
|
-
...commonParams
|
|
2028
|
-
}).m(function(Command, cs, config, o) {
|
|
1992
|
+
var _GetExclusionsPreviewCommand = class _GetExclusionsPreviewCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2029
1993
|
return [
|
|
2030
1994
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2031
1995
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2039,9 +2003,7 @@ var GetExclusionsPreviewCommand = _GetExclusionsPreviewCommand;
|
|
|
2039
2003
|
|
|
2040
2004
|
|
|
2041
2005
|
|
|
2042
|
-
var _GetTelemetryMetadataCommand = class _GetTelemetryMetadataCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2043
|
-
...commonParams
|
|
2044
|
-
}).m(function(Command, cs, config, o) {
|
|
2006
|
+
var _GetTelemetryMetadataCommand = class _GetTelemetryMetadataCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2045
2007
|
return [
|
|
2046
2008
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2047
2009
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2055,9 +2017,7 @@ var GetTelemetryMetadataCommand = _GetTelemetryMetadataCommand;
|
|
|
2055
2017
|
|
|
2056
2018
|
|
|
2057
2019
|
|
|
2058
|
-
var _ListAssessmentRunAgentsCommand = class _ListAssessmentRunAgentsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2059
|
-
...commonParams
|
|
2060
|
-
}).m(function(Command, cs, config, o) {
|
|
2020
|
+
var _ListAssessmentRunAgentsCommand = class _ListAssessmentRunAgentsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2061
2021
|
return [
|
|
2062
2022
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2063
2023
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2071,9 +2031,7 @@ var ListAssessmentRunAgentsCommand = _ListAssessmentRunAgentsCommand;
|
|
|
2071
2031
|
|
|
2072
2032
|
|
|
2073
2033
|
|
|
2074
|
-
var _ListAssessmentRunsCommand = class _ListAssessmentRunsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2075
|
-
...commonParams
|
|
2076
|
-
}).m(function(Command, cs, config, o) {
|
|
2034
|
+
var _ListAssessmentRunsCommand = class _ListAssessmentRunsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2077
2035
|
return [
|
|
2078
2036
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2079
2037
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2087,9 +2045,7 @@ var ListAssessmentRunsCommand = _ListAssessmentRunsCommand;
|
|
|
2087
2045
|
|
|
2088
2046
|
|
|
2089
2047
|
|
|
2090
|
-
var _ListAssessmentTargetsCommand = class _ListAssessmentTargetsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2091
|
-
...commonParams
|
|
2092
|
-
}).m(function(Command, cs, config, o) {
|
|
2048
|
+
var _ListAssessmentTargetsCommand = class _ListAssessmentTargetsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2093
2049
|
return [
|
|
2094
2050
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2095
2051
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2103,9 +2059,7 @@ var ListAssessmentTargetsCommand = _ListAssessmentTargetsCommand;
|
|
|
2103
2059
|
|
|
2104
2060
|
|
|
2105
2061
|
|
|
2106
|
-
var _ListAssessmentTemplatesCommand = class _ListAssessmentTemplatesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2107
|
-
...commonParams
|
|
2108
|
-
}).m(function(Command, cs, config, o) {
|
|
2062
|
+
var _ListAssessmentTemplatesCommand = class _ListAssessmentTemplatesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2109
2063
|
return [
|
|
2110
2064
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2111
2065
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2119,9 +2073,7 @@ var ListAssessmentTemplatesCommand = _ListAssessmentTemplatesCommand;
|
|
|
2119
2073
|
|
|
2120
2074
|
|
|
2121
2075
|
|
|
2122
|
-
var _ListEventSubscriptionsCommand = class _ListEventSubscriptionsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2123
|
-
...commonParams
|
|
2124
|
-
}).m(function(Command, cs, config, o) {
|
|
2076
|
+
var _ListEventSubscriptionsCommand = class _ListEventSubscriptionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2125
2077
|
return [
|
|
2126
2078
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2127
2079
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2135,9 +2087,7 @@ var ListEventSubscriptionsCommand = _ListEventSubscriptionsCommand;
|
|
|
2135
2087
|
|
|
2136
2088
|
|
|
2137
2089
|
|
|
2138
|
-
var _ListExclusionsCommand = class _ListExclusionsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2139
|
-
...commonParams
|
|
2140
|
-
}).m(function(Command, cs, config, o) {
|
|
2090
|
+
var _ListExclusionsCommand = class _ListExclusionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2141
2091
|
return [
|
|
2142
2092
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2143
2093
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2151,9 +2101,7 @@ var ListExclusionsCommand = _ListExclusionsCommand;
|
|
|
2151
2101
|
|
|
2152
2102
|
|
|
2153
2103
|
|
|
2154
|
-
var _ListFindingsCommand = class _ListFindingsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2155
|
-
...commonParams
|
|
2156
|
-
}).m(function(Command, cs, config, o) {
|
|
2104
|
+
var _ListFindingsCommand = class _ListFindingsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2157
2105
|
return [
|
|
2158
2106
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2159
2107
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2167,9 +2115,7 @@ var ListFindingsCommand = _ListFindingsCommand;
|
|
|
2167
2115
|
|
|
2168
2116
|
|
|
2169
2117
|
|
|
2170
|
-
var _ListRulesPackagesCommand = class _ListRulesPackagesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2171
|
-
...commonParams
|
|
2172
|
-
}).m(function(Command, cs, config, o) {
|
|
2118
|
+
var _ListRulesPackagesCommand = class _ListRulesPackagesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2173
2119
|
return [
|
|
2174
2120
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2175
2121
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2183,9 +2129,7 @@ var ListRulesPackagesCommand = _ListRulesPackagesCommand;
|
|
|
2183
2129
|
|
|
2184
2130
|
|
|
2185
2131
|
|
|
2186
|
-
var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2187
|
-
...commonParams
|
|
2188
|
-
}).m(function(Command, cs, config, o) {
|
|
2132
|
+
var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2189
2133
|
return [
|
|
2190
2134
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2191
2135
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2199,9 +2143,7 @@ var ListTagsForResourceCommand = _ListTagsForResourceCommand;
|
|
|
2199
2143
|
|
|
2200
2144
|
|
|
2201
2145
|
|
|
2202
|
-
var _PreviewAgentsCommand = class _PreviewAgentsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2203
|
-
...commonParams
|
|
2204
|
-
}).m(function(Command, cs, config, o) {
|
|
2146
|
+
var _PreviewAgentsCommand = class _PreviewAgentsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2205
2147
|
return [
|
|
2206
2148
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2207
2149
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2215,9 +2157,7 @@ var PreviewAgentsCommand = _PreviewAgentsCommand;
|
|
|
2215
2157
|
|
|
2216
2158
|
|
|
2217
2159
|
|
|
2218
|
-
var _RegisterCrossAccountAccessRoleCommand = class _RegisterCrossAccountAccessRoleCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2219
|
-
...commonParams
|
|
2220
|
-
}).m(function(Command, cs, config, o) {
|
|
2160
|
+
var _RegisterCrossAccountAccessRoleCommand = class _RegisterCrossAccountAccessRoleCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2221
2161
|
return [
|
|
2222
2162
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2223
2163
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2231,9 +2171,7 @@ var RegisterCrossAccountAccessRoleCommand = _RegisterCrossAccountAccessRoleComma
|
|
|
2231
2171
|
|
|
2232
2172
|
|
|
2233
2173
|
|
|
2234
|
-
var _RemoveAttributesFromFindingsCommand = class _RemoveAttributesFromFindingsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2235
|
-
...commonParams
|
|
2236
|
-
}).m(function(Command, cs, config, o) {
|
|
2174
|
+
var _RemoveAttributesFromFindingsCommand = class _RemoveAttributesFromFindingsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2237
2175
|
return [
|
|
2238
2176
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2239
2177
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2247,9 +2185,7 @@ var RemoveAttributesFromFindingsCommand = _RemoveAttributesFromFindingsCommand;
|
|
|
2247
2185
|
|
|
2248
2186
|
|
|
2249
2187
|
|
|
2250
|
-
var _SetTagsForResourceCommand = class _SetTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2251
|
-
...commonParams
|
|
2252
|
-
}).m(function(Command, cs, config, o) {
|
|
2188
|
+
var _SetTagsForResourceCommand = class _SetTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2253
2189
|
return [
|
|
2254
2190
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2255
2191
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2263,9 +2199,7 @@ var SetTagsForResourceCommand = _SetTagsForResourceCommand;
|
|
|
2263
2199
|
|
|
2264
2200
|
|
|
2265
2201
|
|
|
2266
|
-
var _StartAssessmentRunCommand = class _StartAssessmentRunCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2267
|
-
...commonParams
|
|
2268
|
-
}).m(function(Command, cs, config, o) {
|
|
2202
|
+
var _StartAssessmentRunCommand = class _StartAssessmentRunCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2269
2203
|
return [
|
|
2270
2204
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2271
2205
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2279,9 +2213,7 @@ var StartAssessmentRunCommand = _StartAssessmentRunCommand;
|
|
|
2279
2213
|
|
|
2280
2214
|
|
|
2281
2215
|
|
|
2282
|
-
var _StopAssessmentRunCommand = class _StopAssessmentRunCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2283
|
-
...commonParams
|
|
2284
|
-
}).m(function(Command, cs, config, o) {
|
|
2216
|
+
var _StopAssessmentRunCommand = class _StopAssessmentRunCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2285
2217
|
return [
|
|
2286
2218
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2287
2219
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2295,9 +2227,7 @@ var StopAssessmentRunCommand = _StopAssessmentRunCommand;
|
|
|
2295
2227
|
|
|
2296
2228
|
|
|
2297
2229
|
|
|
2298
|
-
var _SubscribeToEventCommand = class _SubscribeToEventCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2299
|
-
...commonParams
|
|
2300
|
-
}).m(function(Command, cs, config, o) {
|
|
2230
|
+
var _SubscribeToEventCommand = class _SubscribeToEventCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2301
2231
|
return [
|
|
2302
2232
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2303
2233
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2311,9 +2241,7 @@ var SubscribeToEventCommand = _SubscribeToEventCommand;
|
|
|
2311
2241
|
|
|
2312
2242
|
|
|
2313
2243
|
|
|
2314
|
-
var _UnsubscribeFromEventCommand = class _UnsubscribeFromEventCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2315
|
-
...commonParams
|
|
2316
|
-
}).m(function(Command, cs, config, o) {
|
|
2244
|
+
var _UnsubscribeFromEventCommand = class _UnsubscribeFromEventCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2317
2245
|
return [
|
|
2318
2246
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2319
2247
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2327,9 +2255,7 @@ var UnsubscribeFromEventCommand = _UnsubscribeFromEventCommand;
|
|
|
2327
2255
|
|
|
2328
2256
|
|
|
2329
2257
|
|
|
2330
|
-
var _UpdateAssessmentTargetCommand = class _UpdateAssessmentTargetCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2331
|
-
...commonParams
|
|
2332
|
-
}).m(function(Command, cs, config, o) {
|
|
2258
|
+
var _UpdateAssessmentTargetCommand = class _UpdateAssessmentTargetCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2333
2259
|
return [
|
|
2334
2260
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2335
2261
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -6,9 +6,7 @@ import { de_AddAttributesToFindingsCommand, se_AddAttributesToFindingsCommand }
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class AddAttributesToFindingsCommand 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_CreateAssessmentTargetCommand, se_CreateAssessmentTargetCommand } fr
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CreateAssessmentTargetCommand 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_CreateAssessmentTemplateCommand, se_CreateAssessmentTemplateCommand
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CreateAssessmentTemplateCommand 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_CreateExclusionsPreviewCommand, se_CreateExclusionsPreviewCommand }
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CreateExclusionsPreviewCommand 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_CreateResourceGroupCommand, se_CreateResourceGroupCommand } from "..
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CreateResourceGroupCommand 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_DeleteAssessmentRunCommand, se_DeleteAssessmentRunCommand } from "..
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteAssessmentRunCommand 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_DeleteAssessmentTargetCommand, se_DeleteAssessmentTargetCommand } fr
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteAssessmentTargetCommand 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_DeleteAssessmentTemplateCommand, se_DeleteAssessmentTemplateCommand
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteAssessmentTemplateCommand 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_DescribeAssessmentRunsCommand, se_DescribeAssessmentRunsCommand } fr
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DescribeAssessmentRunsCommand 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_DescribeAssessmentTargetsCommand, se_DescribeAssessmentTargetsComman
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DescribeAssessmentTargetsCommand 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_DescribeAssessmentTemplatesCommand, se_DescribeAssessmentTemplatesCo
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DescribeAssessmentTemplatesCommand 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_DescribeCrossAccountAccessRoleCommand, se_DescribeCrossAccountAccess
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DescribeCrossAccountAccessRoleCommand 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_DescribeExclusionsCommand, se_DescribeExclusionsCommand } from "../p
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DescribeExclusionsCommand 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_DescribeFindingsCommand, se_DescribeFindingsCommand } from "../proto
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DescribeFindingsCommand 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_DescribeResourceGroupsCommand, se_DescribeResourceGroupsCommand } fr
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DescribeResourceGroupsCommand 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_DescribeRulesPackagesCommand, se_DescribeRulesPackagesCommand } from
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DescribeRulesPackagesCommand 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_GetAssessmentReportCommand, se_GetAssessmentReportCommand } from "..
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetAssessmentReportCommand 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_GetExclusionsPreviewCommand, se_GetExclusionsPreviewCommand } from "
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetExclusionsPreviewCommand 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_GetTelemetryMetadataCommand, se_GetTelemetryMetadataCommand } from "
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetTelemetryMetadataCommand 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_ListAssessmentRunAgentsCommand, se_ListAssessmentRunAgentsCommand }
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListAssessmentRunAgentsCommand 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_ListAssessmentRunsCommand, se_ListAssessmentRunsCommand } from "../p
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListAssessmentRunsCommand 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_ListAssessmentTargetsCommand, se_ListAssessmentTargetsCommand } from
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListAssessmentTargetsCommand 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_ListAssessmentTemplatesCommand, se_ListAssessmentTemplatesCommand }
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListAssessmentTemplatesCommand 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_ListEventSubscriptionsCommand, se_ListEventSubscriptionsCommand } fr
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListEventSubscriptionsCommand 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_ListExclusionsCommand, se_ListExclusionsCommand } from "../protocols
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListExclusionsCommand 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_ListFindingsCommand, se_ListFindingsCommand } from "../protocols/Aws
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListFindingsCommand 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_ListRulesPackagesCommand, se_ListRulesPackagesCommand } from "../pro
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListRulesPackagesCommand 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_PreviewAgentsCommand, se_PreviewAgentsCommand } from "../protocols/A
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class PreviewAgentsCommand 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_RegisterCrossAccountAccessRoleCommand, se_RegisterCrossAccountAccess
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class RegisterCrossAccountAccessRoleCommand 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_RemoveAttributesFromFindingsCommand, se_RemoveAttributesFromFindings
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class RemoveAttributesFromFindingsCommand 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_SetTagsForResourceCommand, se_SetTagsForResourceCommand } from "../p
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class SetTagsForResourceCommand 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_StartAssessmentRunCommand, se_StartAssessmentRunCommand } from "../p
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class StartAssessmentRunCommand 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_StopAssessmentRunCommand, se_StopAssessmentRunCommand } from "../pro
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class StopAssessmentRunCommand 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_SubscribeToEventCommand, se_SubscribeToEventCommand } from "../proto
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class SubscribeToEventCommand 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_UnsubscribeFromEventCommand, se_UnsubscribeFromEventCommand } from "
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class UnsubscribeFromEventCommand 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_UpdateAssessmentTargetCommand, se_UpdateAssessmentTargetCommand } fr
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class UpdateAssessmentTargetCommand 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-inspector",
|
|
3
3
|
"description": "AWS SDK for JavaScript Inspector 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-inspector",
|
|
@@ -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",
|