@aws-sdk/client-inspector2 3.687.0 → 3.691.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 +9 -0
- package/dist-es/models/models_0.js +7 -0
- package/dist-es/protocols/Aws_restJson1.js +2 -0
- package/dist-types/commands/AssociateMemberCommand.d.ts +0 -3
- package/dist-types/commands/BatchGetAccountStatusCommand.d.ts +0 -3
- package/dist-types/commands/BatchGetCodeSnippetCommand.d.ts +0 -3
- package/dist-types/commands/BatchGetFindingDetailsCommand.d.ts +0 -3
- package/dist-types/commands/BatchGetFreeTrialInfoCommand.d.ts +0 -3
- package/dist-types/commands/BatchGetMemberEc2DeepInspectionStatusCommand.d.ts +0 -3
- package/dist-types/commands/BatchUpdateMemberEc2DeepInspectionStatusCommand.d.ts +0 -3
- package/dist-types/commands/CancelFindingsReportCommand.d.ts +0 -3
- package/dist-types/commands/CancelSbomExportCommand.d.ts +0 -3
- package/dist-types/commands/CreateCisScanConfigurationCommand.d.ts +0 -3
- package/dist-types/commands/CreateFilterCommand.d.ts +1 -3
- package/dist-types/commands/CreateFindingsReportCommand.d.ts +1 -3
- package/dist-types/commands/CreateSbomExportCommand.d.ts +0 -3
- package/dist-types/commands/DeleteCisScanConfigurationCommand.d.ts +0 -3
- package/dist-types/commands/DeleteFilterCommand.d.ts +0 -3
- package/dist-types/commands/DescribeOrganizationConfigurationCommand.d.ts +0 -3
- package/dist-types/commands/DisableCommand.d.ts +0 -3
- package/dist-types/commands/DisableDelegatedAdminAccountCommand.d.ts +0 -3
- package/dist-types/commands/DisassociateMemberCommand.d.ts +0 -3
- package/dist-types/commands/EnableCommand.d.ts +0 -3
- package/dist-types/commands/EnableDelegatedAdminAccountCommand.d.ts +0 -3
- package/dist-types/commands/GetCisScanReportCommand.d.ts +0 -3
- package/dist-types/commands/GetCisScanResultDetailsCommand.d.ts +0 -3
- package/dist-types/commands/GetDelegatedAdminAccountCommand.d.ts +0 -3
- package/dist-types/commands/GetEc2DeepInspectionConfigurationCommand.d.ts +0 -3
- package/dist-types/commands/GetEncryptionKeyCommand.d.ts +0 -3
- package/dist-types/commands/GetFindingsReportStatusCommand.d.ts +1 -3
- package/dist-types/commands/GetMemberCommand.d.ts +0 -3
- package/dist-types/commands/GetSbomExportCommand.d.ts +0 -3
- package/dist-types/commands/ListAccountPermissionsCommand.d.ts +0 -3
- package/dist-types/commands/ListCisScanConfigurationsCommand.d.ts +0 -3
- package/dist-types/commands/ListCisScanResultsAggregatedByChecksCommand.d.ts +0 -3
- package/dist-types/commands/ListCisScanResultsAggregatedByTargetResourceCommand.d.ts +0 -3
- package/dist-types/commands/ListCisScansCommand.d.ts +0 -3
- package/dist-types/commands/ListCoverageCommand.d.ts +1 -1
- package/dist-types/commands/ListDelegatedAdminAccountsCommand.d.ts +0 -3
- package/dist-types/commands/ListFiltersCommand.d.ts +1 -3
- package/dist-types/commands/ListFindingsCommand.d.ts +1 -0
- package/dist-types/commands/ListMembersCommand.d.ts +0 -3
- package/dist-types/commands/ListUsageTotalsCommand.d.ts +0 -3
- package/dist-types/commands/ResetEncryptionKeyCommand.d.ts +0 -3
- package/dist-types/commands/SearchVulnerabilitiesCommand.d.ts +0 -3
- package/dist-types/commands/SendCisSessionHealthCommand.d.ts +0 -3
- package/dist-types/commands/SendCisSessionTelemetryCommand.d.ts +0 -3
- package/dist-types/commands/StartCisSessionCommand.d.ts +0 -3
- package/dist-types/commands/StopCisSessionCommand.d.ts +1 -4
- package/dist-types/commands/UpdateCisScanConfigurationCommand.d.ts +0 -3
- package/dist-types/commands/UpdateConfigurationCommand.d.ts +0 -3
- package/dist-types/commands/UpdateEc2DeepInspectionConfigurationCommand.d.ts +0 -3
- package/dist-types/commands/UpdateEncryptionKeyCommand.d.ts +0 -3
- package/dist-types/commands/UpdateFilterCommand.d.ts +1 -3
- package/dist-types/commands/UpdateOrgEc2DeepInspectionConfigurationCommand.d.ts +0 -3
- package/dist-types/commands/UpdateOrganizationConfigurationCommand.d.ts +1 -3
- package/dist-types/models/models_0.d.ts +509 -500
- package/dist-types/models/models_1.d.ts +122 -122
- package/dist-types/ts3.4/models/models_0.d.ts +507 -495
- package/dist-types/ts3.4/models/models_1.d.ts +124 -122
- package/package.json +7 -7
package/dist-cjs/index.js
CHANGED
|
@@ -642,6 +642,9 @@ var PackageType = {
|
|
|
642
642
|
ZIP: "ZIP"
|
|
643
643
|
};
|
|
644
644
|
var Runtime = {
|
|
645
|
+
DOTNETCORE_3_1: "DOTNETCORE_3_1",
|
|
646
|
+
DOTNET_6: "DOTNET_6",
|
|
647
|
+
DOTNET_7: "DOTNET_7",
|
|
645
648
|
GO_1_X: "GO_1_X",
|
|
646
649
|
JAVA_11: "JAVA_11",
|
|
647
650
|
JAVA_17: "JAVA_17",
|
|
@@ -653,9 +656,12 @@ var Runtime = {
|
|
|
653
656
|
NODEJS_16_X: "NODEJS_16_X",
|
|
654
657
|
NODEJS_18_X: "NODEJS_18_X",
|
|
655
658
|
PYTHON_3_10: "PYTHON_3_10",
|
|
659
|
+
PYTHON_3_11: "PYTHON_3_11",
|
|
656
660
|
PYTHON_3_7: "PYTHON_3_7",
|
|
657
661
|
PYTHON_3_8: "PYTHON_3_8",
|
|
658
662
|
PYTHON_3_9: "PYTHON_3_9",
|
|
663
|
+
RUBY_2_7: "RUBY_2_7",
|
|
664
|
+
RUBY_3_2: "RUBY_3_2",
|
|
659
665
|
UNSUPPORTED: "UNSUPPORTED"
|
|
660
666
|
};
|
|
661
667
|
var _BadRequestException = class _BadRequestException extends Inspector2ServiceException {
|
|
@@ -1046,6 +1052,7 @@ var PackageManager = {
|
|
|
1046
1052
|
BUNDLER: "BUNDLER",
|
|
1047
1053
|
CARGO: "CARGO",
|
|
1048
1054
|
COMPOSER: "COMPOSER",
|
|
1055
|
+
DOTNET_CORE: "DOTNET_CORE",
|
|
1049
1056
|
GEMSPEC: "GEMSPEC",
|
|
1050
1057
|
GOBINARY: "GOBINARY",
|
|
1051
1058
|
GOMOD: "GOMOD",
|
|
@@ -3163,6 +3170,7 @@ var se_PackageFilter = /* @__PURE__ */ __name((input, context) => {
|
|
|
3163
3170
|
return (0, import_smithy_client.take)(input, {
|
|
3164
3171
|
architecture: import_smithy_client._json,
|
|
3165
3172
|
epoch: (_) => se_NumberFilter(_, context),
|
|
3173
|
+
filePath: import_smithy_client._json,
|
|
3166
3174
|
name: import_smithy_client._json,
|
|
3167
3175
|
release: import_smithy_client._json,
|
|
3168
3176
|
sourceLambdaLayerArn: import_smithy_client._json,
|
|
@@ -3609,6 +3617,7 @@ var de_PackageFilter = /* @__PURE__ */ __name((output, context) => {
|
|
|
3609
3617
|
return (0, import_smithy_client.take)(output, {
|
|
3610
3618
|
architecture: import_smithy_client._json,
|
|
3611
3619
|
epoch: (_) => de_NumberFilter(_, context),
|
|
3620
|
+
filePath: import_smithy_client._json,
|
|
3612
3621
|
name: import_smithy_client._json,
|
|
3613
3622
|
release: import_smithy_client._json,
|
|
3614
3623
|
sourceLambdaLayerArn: import_smithy_client._json,
|
|
@@ -249,6 +249,9 @@ export const PackageType = {
|
|
|
249
249
|
ZIP: "ZIP",
|
|
250
250
|
};
|
|
251
251
|
export const Runtime = {
|
|
252
|
+
DOTNETCORE_3_1: "DOTNETCORE_3_1",
|
|
253
|
+
DOTNET_6: "DOTNET_6",
|
|
254
|
+
DOTNET_7: "DOTNET_7",
|
|
252
255
|
GO_1_X: "GO_1_X",
|
|
253
256
|
JAVA_11: "JAVA_11",
|
|
254
257
|
JAVA_17: "JAVA_17",
|
|
@@ -260,9 +263,12 @@ export const Runtime = {
|
|
|
260
263
|
NODEJS_16_X: "NODEJS_16_X",
|
|
261
264
|
NODEJS_18_X: "NODEJS_18_X",
|
|
262
265
|
PYTHON_3_10: "PYTHON_3_10",
|
|
266
|
+
PYTHON_3_11: "PYTHON_3_11",
|
|
263
267
|
PYTHON_3_7: "PYTHON_3_7",
|
|
264
268
|
PYTHON_3_8: "PYTHON_3_8",
|
|
265
269
|
PYTHON_3_9: "PYTHON_3_9",
|
|
270
|
+
RUBY_2_7: "RUBY_2_7",
|
|
271
|
+
RUBY_3_2: "RUBY_3_2",
|
|
266
272
|
UNSUPPORTED: "UNSUPPORTED",
|
|
267
273
|
};
|
|
268
274
|
export class BadRequestException extends __BaseException {
|
|
@@ -633,6 +639,7 @@ export const PackageManager = {
|
|
|
633
639
|
BUNDLER: "BUNDLER",
|
|
634
640
|
CARGO: "CARGO",
|
|
635
641
|
COMPOSER: "COMPOSER",
|
|
642
|
+
DOTNET_CORE: "DOTNET_CORE",
|
|
636
643
|
GEMSPEC: "GEMSPEC",
|
|
637
644
|
GOBINARY: "GOBINARY",
|
|
638
645
|
GOMOD: "GOMOD",
|
|
@@ -1967,6 +1967,7 @@ const se_PackageFilter = (input, context) => {
|
|
|
1967
1967
|
return take(input, {
|
|
1968
1968
|
architecture: _json,
|
|
1969
1969
|
epoch: (_) => se_NumberFilter(_, context),
|
|
1970
|
+
filePath: _json,
|
|
1970
1971
|
name: _json,
|
|
1971
1972
|
release: _json,
|
|
1972
1973
|
sourceLambdaLayerArn: _json,
|
|
@@ -2439,6 +2440,7 @@ const de_PackageFilter = (output, context) => {
|
|
|
2439
2440
|
return take(output, {
|
|
2440
2441
|
architecture: _json,
|
|
2441
2442
|
epoch: (_) => de_NumberFilter(_, context),
|
|
2443
|
+
filePath: _json,
|
|
2442
2444
|
name: _json,
|
|
2443
2445
|
release: _json,
|
|
2444
2446
|
sourceLambdaLayerArn: _json,
|
|
@@ -53,9 +53,6 @@ declare const AssociateMemberCommand_base: {
|
|
|
53
53
|
*
|
|
54
54
|
* @throws {@link AccessDeniedException} (client fault)
|
|
55
55
|
* <p>You do not have sufficient access to perform this action.</p>
|
|
56
|
-
* <p>
|
|
57
|
-
* For <code>Enable</code>, you receive this error if you attempt to use a feature in an unsupported Amazon Web Services Region.
|
|
58
|
-
* </p>
|
|
59
56
|
*
|
|
60
57
|
* @throws {@link InternalServerException} (server fault)
|
|
61
58
|
* <p>The request has failed due to an internal failure of the Amazon Inspector service.</p>
|
|
@@ -100,9 +100,6 @@ declare const BatchGetAccountStatusCommand_base: {
|
|
|
100
100
|
*
|
|
101
101
|
* @throws {@link AccessDeniedException} (client fault)
|
|
102
102
|
* <p>You do not have sufficient access to perform this action.</p>
|
|
103
|
-
* <p>
|
|
104
|
-
* For <code>Enable</code>, you receive this error if you attempt to use a feature in an unsupported Amazon Web Services Region.
|
|
105
|
-
* </p>
|
|
106
103
|
*
|
|
107
104
|
* @throws {@link InternalServerException} (server fault)
|
|
108
105
|
* <p>The request has failed due to an internal failure of the Amazon Inspector service.</p>
|
|
@@ -80,9 +80,6 @@ declare const BatchGetCodeSnippetCommand_base: {
|
|
|
80
80
|
*
|
|
81
81
|
* @throws {@link AccessDeniedException} (client fault)
|
|
82
82
|
* <p>You do not have sufficient access to perform this action.</p>
|
|
83
|
-
* <p>
|
|
84
|
-
* For <code>Enable</code>, you receive this error if you attempt to use a feature in an unsupported Amazon Web Services Region.
|
|
85
|
-
* </p>
|
|
86
83
|
*
|
|
87
84
|
* @throws {@link InternalServerException} (server fault)
|
|
88
85
|
* <p>The request has failed due to an internal failure of the Amazon Inspector service.</p>
|
|
@@ -96,9 +96,6 @@ declare const BatchGetFindingDetailsCommand_base: {
|
|
|
96
96
|
*
|
|
97
97
|
* @throws {@link AccessDeniedException} (client fault)
|
|
98
98
|
* <p>You do not have sufficient access to perform this action.</p>
|
|
99
|
-
* <p>
|
|
100
|
-
* For <code>Enable</code>, you receive this error if you attempt to use a feature in an unsupported Amazon Web Services Region.
|
|
101
|
-
* </p>
|
|
102
99
|
*
|
|
103
100
|
* @throws {@link InternalServerException} (server fault)
|
|
104
101
|
* <p>The request has failed due to an internal failure of the Amazon Inspector service.</p>
|
|
@@ -74,9 +74,6 @@ declare const BatchGetFreeTrialInfoCommand_base: {
|
|
|
74
74
|
*
|
|
75
75
|
* @throws {@link AccessDeniedException} (client fault)
|
|
76
76
|
* <p>You do not have sufficient access to perform this action.</p>
|
|
77
|
-
* <p>
|
|
78
|
-
* For <code>Enable</code>, you receive this error if you attempt to use a feature in an unsupported Amazon Web Services Region.
|
|
79
|
-
* </p>
|
|
80
77
|
*
|
|
81
78
|
* @throws {@link InternalServerException} (server fault)
|
|
82
79
|
* <p>The request has failed due to an internal failure of the Amazon Inspector service.</p>
|
|
@@ -68,9 +68,6 @@ declare const BatchGetMemberEc2DeepInspectionStatusCommand_base: {
|
|
|
68
68
|
*
|
|
69
69
|
* @throws {@link AccessDeniedException} (client fault)
|
|
70
70
|
* <p>You do not have sufficient access to perform this action.</p>
|
|
71
|
-
* <p>
|
|
72
|
-
* For <code>Enable</code>, you receive this error if you attempt to use a feature in an unsupported Amazon Web Services Region.
|
|
73
|
-
* </p>
|
|
74
71
|
*
|
|
75
72
|
* @throws {@link InternalServerException} (server fault)
|
|
76
73
|
* <p>The request has failed due to an internal failure of the Amazon Inspector service.</p>
|
|
@@ -71,9 +71,6 @@ declare const BatchUpdateMemberEc2DeepInspectionStatusCommand_base: {
|
|
|
71
71
|
*
|
|
72
72
|
* @throws {@link AccessDeniedException} (client fault)
|
|
73
73
|
* <p>You do not have sufficient access to perform this action.</p>
|
|
74
|
-
* <p>
|
|
75
|
-
* For <code>Enable</code>, you receive this error if you attempt to use a feature in an unsupported Amazon Web Services Region.
|
|
76
|
-
* </p>
|
|
77
74
|
*
|
|
78
75
|
* @throws {@link InternalServerException} (server fault)
|
|
79
76
|
* <p>The request has failed due to an internal failure of the Amazon Inspector service.</p>
|
|
@@ -53,9 +53,6 @@ declare const CancelFindingsReportCommand_base: {
|
|
|
53
53
|
*
|
|
54
54
|
* @throws {@link AccessDeniedException} (client fault)
|
|
55
55
|
* <p>You do not have sufficient access to perform this action.</p>
|
|
56
|
-
* <p>
|
|
57
|
-
* For <code>Enable</code>, you receive this error if you attempt to use a feature in an unsupported Amazon Web Services Region.
|
|
58
|
-
* </p>
|
|
59
56
|
*
|
|
60
57
|
* @throws {@link InternalServerException} (server fault)
|
|
61
58
|
* <p>The request has failed due to an internal failure of the Amazon Inspector service.</p>
|
|
@@ -53,9 +53,6 @@ declare const CancelSbomExportCommand_base: {
|
|
|
53
53
|
*
|
|
54
54
|
* @throws {@link AccessDeniedException} (client fault)
|
|
55
55
|
* <p>You do not have sufficient access to perform this action.</p>
|
|
56
|
-
* <p>
|
|
57
|
-
* For <code>Enable</code>, you receive this error if you attempt to use a feature in an unsupported Amazon Web Services Region.
|
|
58
|
-
* </p>
|
|
59
56
|
*
|
|
60
57
|
* @throws {@link InternalServerException} (server fault)
|
|
61
58
|
* <p>The request has failed due to an internal failure of the Amazon Inspector service.</p>
|
|
@@ -92,9 +92,6 @@ declare const CreateCisScanConfigurationCommand_base: {
|
|
|
92
92
|
*
|
|
93
93
|
* @throws {@link AccessDeniedException} (client fault)
|
|
94
94
|
* <p>You do not have sufficient access to perform this action.</p>
|
|
95
|
-
* <p>
|
|
96
|
-
* For <code>Enable</code>, you receive this error if you attempt to use a feature in an unsupported Amazon Web Services Region.
|
|
97
|
-
* </p>
|
|
98
95
|
*
|
|
99
96
|
* @throws {@link InternalServerException} (server fault)
|
|
100
97
|
* <p>The request has failed due to an internal failure of the Amazon Inspector service.</p>
|
|
@@ -140,6 +140,7 @@ declare const CreateFilterCommand_base: {
|
|
|
140
140
|
* architecture: "<StringFilter>",
|
|
141
141
|
* sourceLayerHash: "<StringFilter>",
|
|
142
142
|
* sourceLambdaLayerArn: "<StringFilter>",
|
|
143
|
+
* filePath: "<StringFilter>",
|
|
143
144
|
* },
|
|
144
145
|
* ],
|
|
145
146
|
* relatedVulnerabilities: "<StringFilterList>",
|
|
@@ -187,9 +188,6 @@ declare const CreateFilterCommand_base: {
|
|
|
187
188
|
*
|
|
188
189
|
* @throws {@link AccessDeniedException} (client fault)
|
|
189
190
|
* <p>You do not have sufficient access to perform this action.</p>
|
|
190
|
-
* <p>
|
|
191
|
-
* For <code>Enable</code>, you receive this error if you attempt to use a feature in an unsupported Amazon Web Services Region.
|
|
192
|
-
* </p>
|
|
193
191
|
*
|
|
194
192
|
* @throws {@link BadRequestException} (client fault)
|
|
195
193
|
* <p>One or more tags submitted as part of the request is not valid.</p>
|
|
@@ -138,6 +138,7 @@ declare const CreateFindingsReportCommand_base: {
|
|
|
138
138
|
* architecture: "<StringFilter>",
|
|
139
139
|
* sourceLayerHash: "<StringFilter>",
|
|
140
140
|
* sourceLambdaLayerArn: "<StringFilter>",
|
|
141
|
+
* filePath: "<StringFilter>",
|
|
141
142
|
* },
|
|
142
143
|
* ],
|
|
143
144
|
* relatedVulnerabilities: "<StringFilterList>",
|
|
@@ -186,9 +187,6 @@ declare const CreateFindingsReportCommand_base: {
|
|
|
186
187
|
*
|
|
187
188
|
* @throws {@link AccessDeniedException} (client fault)
|
|
188
189
|
* <p>You do not have sufficient access to perform this action.</p>
|
|
189
|
-
* <p>
|
|
190
|
-
* For <code>Enable</code>, you receive this error if you attempt to use a feature in an unsupported Amazon Web Services Region.
|
|
191
|
-
* </p>
|
|
192
190
|
*
|
|
193
191
|
* @throws {@link InternalServerException} (server fault)
|
|
194
192
|
* <p>The request has failed due to an internal failure of the Amazon Inspector service.</p>
|
|
@@ -105,9 +105,6 @@ declare const CreateSbomExportCommand_base: {
|
|
|
105
105
|
*
|
|
106
106
|
* @throws {@link AccessDeniedException} (client fault)
|
|
107
107
|
* <p>You do not have sufficient access to perform this action.</p>
|
|
108
|
-
* <p>
|
|
109
|
-
* For <code>Enable</code>, you receive this error if you attempt to use a feature in an unsupported Amazon Web Services Region.
|
|
110
|
-
* </p>
|
|
111
108
|
*
|
|
112
109
|
* @throws {@link InternalServerException} (server fault)
|
|
113
110
|
* <p>The request has failed due to an internal failure of the Amazon Inspector service.</p>
|
|
@@ -53,9 +53,6 @@ declare const DeleteCisScanConfigurationCommand_base: {
|
|
|
53
53
|
*
|
|
54
54
|
* @throws {@link AccessDeniedException} (client fault)
|
|
55
55
|
* <p>You do not have sufficient access to perform this action.</p>
|
|
56
|
-
* <p>
|
|
57
|
-
* For <code>Enable</code>, you receive this error if you attempt to use a feature in an unsupported Amazon Web Services Region.
|
|
58
|
-
* </p>
|
|
59
56
|
*
|
|
60
57
|
* @throws {@link InternalServerException} (server fault)
|
|
61
58
|
* <p>The request has failed due to an internal failure of the Amazon Inspector service.</p>
|
|
@@ -53,9 +53,6 @@ declare const DeleteFilterCommand_base: {
|
|
|
53
53
|
*
|
|
54
54
|
* @throws {@link AccessDeniedException} (client fault)
|
|
55
55
|
* <p>You do not have sufficient access to perform this action.</p>
|
|
56
|
-
* <p>
|
|
57
|
-
* For <code>Enable</code>, you receive this error if you attempt to use a feature in an unsupported Amazon Web Services Region.
|
|
58
|
-
* </p>
|
|
59
56
|
*
|
|
60
57
|
* @throws {@link InternalServerException} (server fault)
|
|
61
58
|
* <p>The request has failed due to an internal failure of the Amazon Inspector service.</p>
|
|
@@ -57,9 +57,6 @@ declare const DescribeOrganizationConfigurationCommand_base: {
|
|
|
57
57
|
*
|
|
58
58
|
* @throws {@link AccessDeniedException} (client fault)
|
|
59
59
|
* <p>You do not have sufficient access to perform this action.</p>
|
|
60
|
-
* <p>
|
|
61
|
-
* For <code>Enable</code>, you receive this error if you attempt to use a feature in an unsupported Amazon Web Services Region.
|
|
62
|
-
* </p>
|
|
63
60
|
*
|
|
64
61
|
* @throws {@link InternalServerException} (server fault)
|
|
65
62
|
* <p>The request has failed due to an internal failure of the Amazon Inspector service.</p>
|
|
@@ -84,9 +84,6 @@ declare const DisableCommand_base: {
|
|
|
84
84
|
*
|
|
85
85
|
* @throws {@link AccessDeniedException} (client fault)
|
|
86
86
|
* <p>You do not have sufficient access to perform this action.</p>
|
|
87
|
-
* <p>
|
|
88
|
-
* For <code>Enable</code>, you receive this error if you attempt to use a feature in an unsupported Amazon Web Services Region.
|
|
89
|
-
* </p>
|
|
90
87
|
*
|
|
91
88
|
* @throws {@link InternalServerException} (server fault)
|
|
92
89
|
* <p>The request has failed due to an internal failure of the Amazon Inspector service.</p>
|
|
@@ -53,9 +53,6 @@ declare const DisableDelegatedAdminAccountCommand_base: {
|
|
|
53
53
|
*
|
|
54
54
|
* @throws {@link AccessDeniedException} (client fault)
|
|
55
55
|
* <p>You do not have sufficient access to perform this action.</p>
|
|
56
|
-
* <p>
|
|
57
|
-
* For <code>Enable</code>, you receive this error if you attempt to use a feature in an unsupported Amazon Web Services Region.
|
|
58
|
-
* </p>
|
|
59
56
|
*
|
|
60
57
|
* @throws {@link ConflictException} (client fault)
|
|
61
58
|
* <p>A conflict occurred.</p>
|
|
@@ -53,9 +53,6 @@ declare const DisassociateMemberCommand_base: {
|
|
|
53
53
|
*
|
|
54
54
|
* @throws {@link AccessDeniedException} (client fault)
|
|
55
55
|
* <p>You do not have sufficient access to perform this action.</p>
|
|
56
|
-
* <p>
|
|
57
|
-
* For <code>Enable</code>, you receive this error if you attempt to use a feature in an unsupported Amazon Web Services Region.
|
|
58
|
-
* </p>
|
|
59
56
|
*
|
|
60
57
|
* @throws {@link InternalServerException} (server fault)
|
|
61
58
|
* <p>The request has failed due to an internal failure of the Amazon Inspector service.</p>
|
|
@@ -84,9 +84,6 @@ declare const EnableCommand_base: {
|
|
|
84
84
|
*
|
|
85
85
|
* @throws {@link AccessDeniedException} (client fault)
|
|
86
86
|
* <p>You do not have sufficient access to perform this action.</p>
|
|
87
|
-
* <p>
|
|
88
|
-
* For <code>Enable</code>, you receive this error if you attempt to use a feature in an unsupported Amazon Web Services Region.
|
|
89
|
-
* </p>
|
|
90
87
|
*
|
|
91
88
|
* @throws {@link InternalServerException} (server fault)
|
|
92
89
|
* <p>The request has failed due to an internal failure of the Amazon Inspector service.</p>
|
|
@@ -54,9 +54,6 @@ declare const EnableDelegatedAdminAccountCommand_base: {
|
|
|
54
54
|
*
|
|
55
55
|
* @throws {@link AccessDeniedException} (client fault)
|
|
56
56
|
* <p>You do not have sufficient access to perform this action.</p>
|
|
57
|
-
* <p>
|
|
58
|
-
* For <code>Enable</code>, you receive this error if you attempt to use a feature in an unsupported Amazon Web Services Region.
|
|
59
|
-
* </p>
|
|
60
57
|
*
|
|
61
58
|
* @throws {@link ConflictException} (client fault)
|
|
62
59
|
* <p>A conflict occurred.</p>
|
|
@@ -58,9 +58,6 @@ declare const GetCisScanReportCommand_base: {
|
|
|
58
58
|
*
|
|
59
59
|
* @throws {@link AccessDeniedException} (client fault)
|
|
60
60
|
* <p>You do not have sufficient access to perform this action.</p>
|
|
61
|
-
* <p>
|
|
62
|
-
* For <code>Enable</code>, you receive this error if you attempt to use a feature in an unsupported Amazon Web Services Region.
|
|
63
|
-
* </p>
|
|
64
61
|
*
|
|
65
62
|
* @throws {@link InternalServerException} (server fault)
|
|
66
63
|
* <p>The request has failed due to an internal failure of the Amazon Inspector service.</p>
|
|
@@ -107,9 +107,6 @@ declare const GetCisScanResultDetailsCommand_base: {
|
|
|
107
107
|
*
|
|
108
108
|
* @throws {@link AccessDeniedException} (client fault)
|
|
109
109
|
* <p>You do not have sufficient access to perform this action.</p>
|
|
110
|
-
* <p>
|
|
111
|
-
* For <code>Enable</code>, you receive this error if you attempt to use a feature in an unsupported Amazon Web Services Region.
|
|
112
|
-
* </p>
|
|
113
110
|
*
|
|
114
111
|
* @throws {@link InternalServerException} (server fault)
|
|
115
112
|
* <p>The request has failed due to an internal failure of the Amazon Inspector service.</p>
|
|
@@ -55,9 +55,6 @@ declare const GetDelegatedAdminAccountCommand_base: {
|
|
|
55
55
|
*
|
|
56
56
|
* @throws {@link AccessDeniedException} (client fault)
|
|
57
57
|
* <p>You do not have sufficient access to perform this action.</p>
|
|
58
|
-
* <p>
|
|
59
|
-
* For <code>Enable</code>, you receive this error if you attempt to use a feature in an unsupported Amazon Web Services Region.
|
|
60
|
-
* </p>
|
|
61
58
|
*
|
|
62
59
|
* @throws {@link InternalServerException} (server fault)
|
|
63
60
|
* <p>The request has failed due to an internal failure of the Amazon Inspector service.</p>
|
|
@@ -59,9 +59,6 @@ declare const GetEc2DeepInspectionConfigurationCommand_base: {
|
|
|
59
59
|
*
|
|
60
60
|
* @throws {@link AccessDeniedException} (client fault)
|
|
61
61
|
* <p>You do not have sufficient access to perform this action.</p>
|
|
62
|
-
* <p>
|
|
63
|
-
* For <code>Enable</code>, you receive this error if you attempt to use a feature in an unsupported Amazon Web Services Region.
|
|
64
|
-
* </p>
|
|
65
62
|
*
|
|
66
63
|
* @throws {@link InternalServerException} (server fault)
|
|
67
64
|
* <p>The request has failed due to an internal failure of the Amazon Inspector service.</p>
|
|
@@ -54,9 +54,6 @@ declare const GetEncryptionKeyCommand_base: {
|
|
|
54
54
|
*
|
|
55
55
|
* @throws {@link AccessDeniedException} (client fault)
|
|
56
56
|
* <p>You do not have sufficient access to perform this action.</p>
|
|
57
|
-
* <p>
|
|
58
|
-
* For <code>Enable</code>, you receive this error if you attempt to use a feature in an unsupported Amazon Web Services Region.
|
|
59
|
-
* </p>
|
|
60
57
|
*
|
|
61
58
|
* @throws {@link InternalServerException} (server fault)
|
|
62
59
|
* <p>The request has failed due to an internal failure of the Amazon Inspector service.</p>
|
|
@@ -152,6 +152,7 @@ declare const GetFindingsReportStatusCommand_base: {
|
|
|
152
152
|
* // architecture: "<StringFilter>",
|
|
153
153
|
* // sourceLayerHash: "<StringFilter>",
|
|
154
154
|
* // sourceLambdaLayerArn: "<StringFilter>",
|
|
155
|
+
* // filePath: "<StringFilter>",
|
|
155
156
|
* // },
|
|
156
157
|
* // ],
|
|
157
158
|
* // relatedVulnerabilities: "<StringFilterList>",
|
|
@@ -189,9 +190,6 @@ declare const GetFindingsReportStatusCommand_base: {
|
|
|
189
190
|
*
|
|
190
191
|
* @throws {@link AccessDeniedException} (client fault)
|
|
191
192
|
* <p>You do not have sufficient access to perform this action.</p>
|
|
192
|
-
* <p>
|
|
193
|
-
* For <code>Enable</code>, you receive this error if you attempt to use a feature in an unsupported Amazon Web Services Region.
|
|
194
|
-
* </p>
|
|
195
193
|
*
|
|
196
194
|
* @throws {@link InternalServerException} (server fault)
|
|
197
195
|
* <p>The request has failed due to an internal failure of the Amazon Inspector service.</p>
|
|
@@ -58,9 +58,6 @@ declare const GetMemberCommand_base: {
|
|
|
58
58
|
*
|
|
59
59
|
* @throws {@link AccessDeniedException} (client fault)
|
|
60
60
|
* <p>You do not have sufficient access to perform this action.</p>
|
|
61
|
-
* <p>
|
|
62
|
-
* For <code>Enable</code>, you receive this error if you attempt to use a feature in an unsupported Amazon Web Services Region.
|
|
63
|
-
* </p>
|
|
64
61
|
*
|
|
65
62
|
* @throws {@link InternalServerException} (server fault)
|
|
66
63
|
* <p>The request has failed due to an internal failure of the Amazon Inspector service.</p>
|
|
@@ -109,9 +109,6 @@ declare const GetSbomExportCommand_base: {
|
|
|
109
109
|
*
|
|
110
110
|
* @throws {@link AccessDeniedException} (client fault)
|
|
111
111
|
* <p>You do not have sufficient access to perform this action.</p>
|
|
112
|
-
* <p>
|
|
113
|
-
* For <code>Enable</code>, you receive this error if you attempt to use a feature in an unsupported Amazon Web Services Region.
|
|
114
|
-
* </p>
|
|
115
112
|
*
|
|
116
113
|
* @throws {@link InternalServerException} (server fault)
|
|
117
114
|
* <p>The request has failed due to an internal failure of the Amazon Inspector service.</p>
|
|
@@ -61,9 +61,6 @@ declare const ListAccountPermissionsCommand_base: {
|
|
|
61
61
|
*
|
|
62
62
|
* @throws {@link AccessDeniedException} (client fault)
|
|
63
63
|
* <p>You do not have sufficient access to perform this action.</p>
|
|
64
|
-
* <p>
|
|
65
|
-
* For <code>Enable</code>, you receive this error if you attempt to use a feature in an unsupported Amazon Web Services Region.
|
|
66
|
-
* </p>
|
|
67
64
|
*
|
|
68
65
|
* @throws {@link InternalServerException} (server fault)
|
|
69
66
|
* <p>The request has failed due to an internal failure of the Amazon Inspector service.</p>
|
|
@@ -123,9 +123,6 @@ declare const ListCisScanConfigurationsCommand_base: {
|
|
|
123
123
|
*
|
|
124
124
|
* @throws {@link AccessDeniedException} (client fault)
|
|
125
125
|
* <p>You do not have sufficient access to perform this action.</p>
|
|
126
|
-
* <p>
|
|
127
|
-
* For <code>Enable</code>, you receive this error if you attempt to use a feature in an unsupported Amazon Web Services Region.
|
|
128
|
-
* </p>
|
|
129
126
|
*
|
|
130
127
|
* @throws {@link InternalServerException} (server fault)
|
|
131
128
|
* <p>The request has failed due to an internal failure of the Amazon Inspector service.</p>
|
|
@@ -111,9 +111,6 @@ declare const ListCisScanResultsAggregatedByChecksCommand_base: {
|
|
|
111
111
|
*
|
|
112
112
|
* @throws {@link AccessDeniedException} (client fault)
|
|
113
113
|
* <p>You do not have sufficient access to perform this action.</p>
|
|
114
|
-
* <p>
|
|
115
|
-
* For <code>Enable</code>, you receive this error if you attempt to use a feature in an unsupported Amazon Web Services Region.
|
|
116
|
-
* </p>
|
|
117
114
|
*
|
|
118
115
|
* @throws {@link InternalServerException} (server fault)
|
|
119
116
|
* <p>The request has failed due to an internal failure of the Amazon Inspector service.</p>
|
|
@@ -134,9 +134,6 @@ declare const ListCisScanResultsAggregatedByTargetResourceCommand_base: {
|
|
|
134
134
|
*
|
|
135
135
|
* @throws {@link AccessDeniedException} (client fault)
|
|
136
136
|
* <p>You do not have sufficient access to perform this action.</p>
|
|
137
|
-
* <p>
|
|
138
|
-
* For <code>Enable</code>, you receive this error if you attempt to use a feature in an unsupported Amazon Web Services Region.
|
|
139
|
-
* </p>
|
|
140
137
|
*
|
|
141
138
|
* @throws {@link InternalServerException} (server fault)
|
|
142
139
|
* <p>The request has failed due to an internal failure of the Amazon Inspector service.</p>
|
|
@@ -140,9 +140,6 @@ declare const ListCisScansCommand_base: {
|
|
|
140
140
|
*
|
|
141
141
|
* @throws {@link AccessDeniedException} (client fault)
|
|
142
142
|
* <p>You do not have sufficient access to perform this action.</p>
|
|
143
|
-
* <p>
|
|
144
|
-
* For <code>Enable</code>, you receive this error if you attempt to use a feature in an unsupported Amazon Web Services Region.
|
|
145
|
-
* </p>
|
|
146
143
|
*
|
|
147
144
|
* @throws {@link InternalServerException} (server fault)
|
|
148
145
|
* <p>The request has failed due to an internal failure of the Amazon Inspector service.</p>
|
|
@@ -27,7 +27,7 @@ declare const ListCoverageCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Lists coverage details for
|
|
30
|
+
* <p>Lists coverage details for your environment.</p>
|
|
31
31
|
* @example
|
|
32
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
33
|
* ```javascript
|
|
@@ -61,9 +61,6 @@ declare const ListDelegatedAdminAccountsCommand_base: {
|
|
|
61
61
|
*
|
|
62
62
|
* @throws {@link AccessDeniedException} (client fault)
|
|
63
63
|
* <p>You do not have sufficient access to perform this action.</p>
|
|
64
|
-
* <p>
|
|
65
|
-
* For <code>Enable</code>, you receive this error if you attempt to use a feature in an unsupported Amazon Web Services Region.
|
|
66
|
-
* </p>
|
|
67
64
|
*
|
|
68
65
|
* @throws {@link InternalServerException} (server fault)
|
|
69
66
|
* <p>The request has failed due to an internal failure of the Amazon Inspector service.</p>
|
|
@@ -153,6 +153,7 @@ declare const ListFiltersCommand_base: {
|
|
|
153
153
|
* // architecture: "<StringFilter>",
|
|
154
154
|
* // sourceLayerHash: "<StringFilter>",
|
|
155
155
|
* // sourceLambdaLayerArn: "<StringFilter>",
|
|
156
|
+
* // filePath: "<StringFilter>",
|
|
156
157
|
* // },
|
|
157
158
|
* // ],
|
|
158
159
|
* // relatedVulnerabilities: "<StringFilterList>",
|
|
@@ -201,9 +202,6 @@ declare const ListFiltersCommand_base: {
|
|
|
201
202
|
*
|
|
202
203
|
* @throws {@link AccessDeniedException} (client fault)
|
|
203
204
|
* <p>You do not have sufficient access to perform this action.</p>
|
|
204
|
-
* <p>
|
|
205
|
-
* For <code>Enable</code>, you receive this error if you attempt to use a feature in an unsupported Amazon Web Services Region.
|
|
206
|
-
* </p>
|
|
207
205
|
*
|
|
208
206
|
* @throws {@link InternalServerException} (server fault)
|
|
209
207
|
* <p>The request has failed due to an internal failure of the Amazon Inspector service.</p>
|
|
@@ -140,6 +140,7 @@ declare const ListFindingsCommand_base: {
|
|
|
140
140
|
* architecture: "<StringFilter>",
|
|
141
141
|
* sourceLayerHash: "<StringFilter>",
|
|
142
142
|
* sourceLambdaLayerArn: "<StringFilter>",
|
|
143
|
+
* filePath: "<StringFilter>",
|
|
143
144
|
* },
|
|
144
145
|
* ],
|
|
145
146
|
* relatedVulnerabilities: "<StringFilterList>",
|
|
@@ -64,9 +64,6 @@ declare const ListMembersCommand_base: {
|
|
|
64
64
|
*
|
|
65
65
|
* @throws {@link AccessDeniedException} (client fault)
|
|
66
66
|
* <p>You do not have sufficient access to perform this action.</p>
|
|
67
|
-
* <p>
|
|
68
|
-
* For <code>Enable</code>, you receive this error if you attempt to use a feature in an unsupported Amazon Web Services Region.
|
|
69
|
-
* </p>
|
|
70
67
|
*
|
|
71
68
|
* @throws {@link InternalServerException} (server fault)
|
|
72
69
|
* <p>The request has failed due to an internal failure of the Amazon Inspector service.</p>
|
|
@@ -70,9 +70,6 @@ declare const ListUsageTotalsCommand_base: {
|
|
|
70
70
|
*
|
|
71
71
|
* @throws {@link AccessDeniedException} (client fault)
|
|
72
72
|
* <p>You do not have sufficient access to perform this action.</p>
|
|
73
|
-
* <p>
|
|
74
|
-
* For <code>Enable</code>, you receive this error if you attempt to use a feature in an unsupported Amazon Web Services Region.
|
|
75
|
-
* </p>
|
|
76
73
|
*
|
|
77
74
|
* @throws {@link InternalServerException} (server fault)
|
|
78
75
|
* <p>The request has failed due to an internal failure of the Amazon Inspector service.</p>
|
|
@@ -52,9 +52,6 @@ declare const ResetEncryptionKeyCommand_base: {
|
|
|
52
52
|
*
|
|
53
53
|
* @throws {@link AccessDeniedException} (client fault)
|
|
54
54
|
* <p>You do not have sufficient access to perform this action.</p>
|
|
55
|
-
* <p>
|
|
56
|
-
* For <code>Enable</code>, you receive this error if you attempt to use a feature in an unsupported Amazon Web Services Region.
|
|
57
|
-
* </p>
|
|
58
55
|
*
|
|
59
56
|
* @throws {@link InternalServerException} (server fault)
|
|
60
57
|
* <p>The request has failed due to an internal failure of the Amazon Inspector service.</p>
|
|
@@ -111,9 +111,6 @@ declare const SearchVulnerabilitiesCommand_base: {
|
|
|
111
111
|
*
|
|
112
112
|
* @throws {@link AccessDeniedException} (client fault)
|
|
113
113
|
* <p>You do not have sufficient access to perform this action.</p>
|
|
114
|
-
* <p>
|
|
115
|
-
* For <code>Enable</code>, you receive this error if you attempt to use a feature in an unsupported Amazon Web Services Region.
|
|
116
|
-
* </p>
|
|
117
114
|
*
|
|
118
115
|
* @throws {@link InternalServerException} (server fault)
|
|
119
116
|
* <p>The request has failed due to an internal failure of the Amazon Inspector service.</p>
|
|
@@ -56,9 +56,6 @@ declare const SendCisSessionHealthCommand_base: {
|
|
|
56
56
|
*
|
|
57
57
|
* @throws {@link AccessDeniedException} (client fault)
|
|
58
58
|
* <p>You do not have sufficient access to perform this action.</p>
|
|
59
|
-
* <p>
|
|
60
|
-
* For <code>Enable</code>, you receive this error if you attempt to use a feature in an unsupported Amazon Web Services Region.
|
|
61
|
-
* </p>
|
|
62
59
|
*
|
|
63
60
|
* @throws {@link ConflictException} (client fault)
|
|
64
61
|
* <p>A conflict occurred.</p>
|
|
@@ -63,9 +63,6 @@ declare const SendCisSessionTelemetryCommand_base: {
|
|
|
63
63
|
*
|
|
64
64
|
* @throws {@link AccessDeniedException} (client fault)
|
|
65
65
|
* <p>You do not have sufficient access to perform this action.</p>
|
|
66
|
-
* <p>
|
|
67
|
-
* For <code>Enable</code>, you receive this error if you attempt to use a feature in an unsupported Amazon Web Services Region.
|
|
68
|
-
* </p>
|
|
69
66
|
*
|
|
70
67
|
* @throws {@link ConflictException} (client fault)
|
|
71
68
|
* <p>A conflict occurred.</p>
|
|
@@ -58,9 +58,6 @@ declare const StartCisSessionCommand_base: {
|
|
|
58
58
|
*
|
|
59
59
|
* @throws {@link AccessDeniedException} (client fault)
|
|
60
60
|
* <p>You do not have sufficient access to perform this action.</p>
|
|
61
|
-
* <p>
|
|
62
|
-
* For <code>Enable</code>, you receive this error if you attempt to use a feature in an unsupported Amazon Web Services Region.
|
|
63
|
-
* </p>
|
|
64
61
|
*
|
|
65
62
|
* @throws {@link ConflictException} (client fault)
|
|
66
63
|
* <p>A conflict occurred.</p>
|