@aws-sdk/client-inspector2 3.635.0 → 3.637.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 +4 -0
- package/dist-es/models/models_0.js +4 -0
- package/dist-types/commands/AssociateMemberCommand.d.ts +3 -0
- package/dist-types/commands/BatchGetAccountStatusCommand.d.ts +3 -0
- package/dist-types/commands/BatchGetCodeSnippetCommand.d.ts +3 -0
- package/dist-types/commands/BatchGetFindingDetailsCommand.d.ts +3 -0
- package/dist-types/commands/BatchGetFreeTrialInfoCommand.d.ts +3 -0
- package/dist-types/commands/BatchGetMemberEc2DeepInspectionStatusCommand.d.ts +3 -0
- package/dist-types/commands/BatchUpdateMemberEc2DeepInspectionStatusCommand.d.ts +3 -0
- package/dist-types/commands/CancelFindingsReportCommand.d.ts +3 -0
- package/dist-types/commands/CancelSbomExportCommand.d.ts +3 -0
- package/dist-types/commands/CreateCisScanConfigurationCommand.d.ts +3 -0
- package/dist-types/commands/CreateFilterCommand.d.ts +3 -0
- package/dist-types/commands/CreateFindingsReportCommand.d.ts +3 -0
- package/dist-types/commands/CreateSbomExportCommand.d.ts +3 -0
- package/dist-types/commands/DeleteCisScanConfigurationCommand.d.ts +3 -0
- package/dist-types/commands/DeleteFilterCommand.d.ts +3 -0
- package/dist-types/commands/DescribeOrganizationConfigurationCommand.d.ts +3 -0
- package/dist-types/commands/DisableCommand.d.ts +3 -0
- package/dist-types/commands/DisableDelegatedAdminAccountCommand.d.ts +3 -0
- package/dist-types/commands/DisassociateMemberCommand.d.ts +3 -0
- package/dist-types/commands/EnableCommand.d.ts +3 -0
- package/dist-types/commands/EnableDelegatedAdminAccountCommand.d.ts +3 -0
- package/dist-types/commands/GetCisScanReportCommand.d.ts +3 -0
- package/dist-types/commands/GetCisScanResultDetailsCommand.d.ts +3 -0
- package/dist-types/commands/GetDelegatedAdminAccountCommand.d.ts +3 -0
- package/dist-types/commands/GetEc2DeepInspectionConfigurationCommand.d.ts +3 -0
- package/dist-types/commands/GetEncryptionKeyCommand.d.ts +3 -0
- package/dist-types/commands/GetFindingsReportStatusCommand.d.ts +3 -0
- package/dist-types/commands/GetMemberCommand.d.ts +3 -0
- package/dist-types/commands/GetSbomExportCommand.d.ts +3 -0
- package/dist-types/commands/ListAccountPermissionsCommand.d.ts +3 -0
- package/dist-types/commands/ListCisScanConfigurationsCommand.d.ts +3 -0
- package/dist-types/commands/ListCisScanResultsAggregatedByChecksCommand.d.ts +3 -0
- package/dist-types/commands/ListCisScanResultsAggregatedByTargetResourceCommand.d.ts +3 -0
- package/dist-types/commands/ListCisScansCommand.d.ts +3 -0
- package/dist-types/commands/ListDelegatedAdminAccountsCommand.d.ts +3 -0
- package/dist-types/commands/ListFiltersCommand.d.ts +3 -0
- package/dist-types/commands/ListFindingAggregationsCommand.d.ts +4 -0
- package/dist-types/commands/ListMembersCommand.d.ts +3 -0
- package/dist-types/commands/ListUsageTotalsCommand.d.ts +3 -0
- package/dist-types/commands/ResetEncryptionKeyCommand.d.ts +3 -0
- package/dist-types/commands/SearchVulnerabilitiesCommand.d.ts +3 -0
- package/dist-types/commands/SendCisSessionHealthCommand.d.ts +3 -0
- package/dist-types/commands/SendCisSessionTelemetryCommand.d.ts +3 -0
- package/dist-types/commands/StartCisSessionCommand.d.ts +3 -0
- package/dist-types/commands/StopCisSessionCommand.d.ts +3 -0
- package/dist-types/commands/UpdateCisScanConfigurationCommand.d.ts +3 -0
- package/dist-types/commands/UpdateConfigurationCommand.d.ts +3 -0
- package/dist-types/commands/UpdateEc2DeepInspectionConfigurationCommand.d.ts +3 -0
- package/dist-types/commands/UpdateEncryptionKeyCommand.d.ts +3 -0
- package/dist-types/commands/UpdateFilterCommand.d.ts +3 -0
- package/dist-types/commands/UpdateOrgEc2DeepInspectionConfigurationCommand.d.ts +3 -0
- package/dist-types/commands/UpdateOrganizationConfigurationCommand.d.ts +3 -0
- package/dist-types/models/models_0.d.ts +33 -0
- package/dist-types/ts3.4/models/models_0.d.ts +8 -0
- package/package.json +6 -6
package/dist-cjs/index.js
CHANGED
|
@@ -427,6 +427,8 @@ var ErrorCode = {
|
|
|
427
427
|
ALREADY_ENABLED: "ALREADY_ENABLED",
|
|
428
428
|
DISABLE_IN_PROGRESS: "DISABLE_IN_PROGRESS",
|
|
429
429
|
DISASSOCIATE_ALL_MEMBERS: "DISASSOCIATE_ALL_MEMBERS",
|
|
430
|
+
EC2_SSM_ASSOCIATION_VERSION_LIMIT_EXCEEDED: "EC2_SSM_ASSOCIATION_VERSION_LIMIT_EXCEEDED",
|
|
431
|
+
EC2_SSM_RESOURCE_DATA_SYNC_LIMIT_EXCEEDED: "EC2_SSM_RESOURCE_DATA_SYNC_LIMIT_EXCEEDED",
|
|
430
432
|
ENABLE_IN_PROGRESS: "ENABLE_IN_PROGRESS",
|
|
431
433
|
EVENTBRIDGE_THROTTLED: "EVENTBRIDGE_THROTTLED",
|
|
432
434
|
EVENTBRIDGE_UNAVAILABLE: "EVENTBRIDGE_UNAVAILABLE",
|
|
@@ -894,6 +896,8 @@ var ScanMode = {
|
|
|
894
896
|
};
|
|
895
897
|
var ScanStatusReason = {
|
|
896
898
|
ACCESS_DENIED: "ACCESS_DENIED",
|
|
899
|
+
AGENTLESS_INSTANCE_COLLECTION_TIME_LIMIT_EXCEEDED: "AGENTLESS_INSTANCE_COLLECTION_TIME_LIMIT_EXCEEDED",
|
|
900
|
+
AGENTLESS_INSTANCE_STORAGE_LIMIT_EXCEEDED: "AGENTLESS_INSTANCE_STORAGE_LIMIT_EXCEEDED",
|
|
897
901
|
DEEP_INSPECTION_COLLECTION_TIME_LIMIT_EXCEEDED: "DEEP_INSPECTION_COLLECTION_TIME_LIMIT_EXCEEDED",
|
|
898
902
|
DEEP_INSPECTION_DAILY_SSM_INVENTORY_LIMIT_EXCEEDED: "DEEP_INSPECTION_DAILY_SSM_INVENTORY_LIMIT_EXCEEDED",
|
|
899
903
|
DEEP_INSPECTION_NO_INVENTORY: "DEEP_INSPECTION_NO_INVENTORY",
|
|
@@ -49,6 +49,8 @@ export const ErrorCode = {
|
|
|
49
49
|
ALREADY_ENABLED: "ALREADY_ENABLED",
|
|
50
50
|
DISABLE_IN_PROGRESS: "DISABLE_IN_PROGRESS",
|
|
51
51
|
DISASSOCIATE_ALL_MEMBERS: "DISASSOCIATE_ALL_MEMBERS",
|
|
52
|
+
EC2_SSM_ASSOCIATION_VERSION_LIMIT_EXCEEDED: "EC2_SSM_ASSOCIATION_VERSION_LIMIT_EXCEEDED",
|
|
53
|
+
EC2_SSM_RESOURCE_DATA_SYNC_LIMIT_EXCEEDED: "EC2_SSM_RESOURCE_DATA_SYNC_LIMIT_EXCEEDED",
|
|
52
54
|
ENABLE_IN_PROGRESS: "ENABLE_IN_PROGRESS",
|
|
53
55
|
EVENTBRIDGE_THROTTLED: "EVENTBRIDGE_THROTTLED",
|
|
54
56
|
EVENTBRIDGE_UNAVAILABLE: "EVENTBRIDGE_UNAVAILABLE",
|
|
@@ -486,6 +488,8 @@ export const ScanMode = {
|
|
|
486
488
|
};
|
|
487
489
|
export const ScanStatusReason = {
|
|
488
490
|
ACCESS_DENIED: "ACCESS_DENIED",
|
|
491
|
+
AGENTLESS_INSTANCE_COLLECTION_TIME_LIMIT_EXCEEDED: "AGENTLESS_INSTANCE_COLLECTION_TIME_LIMIT_EXCEEDED",
|
|
492
|
+
AGENTLESS_INSTANCE_STORAGE_LIMIT_EXCEEDED: "AGENTLESS_INSTANCE_STORAGE_LIMIT_EXCEEDED",
|
|
489
493
|
DEEP_INSPECTION_COLLECTION_TIME_LIMIT_EXCEEDED: "DEEP_INSPECTION_COLLECTION_TIME_LIMIT_EXCEEDED",
|
|
490
494
|
DEEP_INSPECTION_DAILY_SSM_INVENTORY_LIMIT_EXCEEDED: "DEEP_INSPECTION_DAILY_SSM_INVENTORY_LIMIT_EXCEEDED",
|
|
491
495
|
DEEP_INSPECTION_NO_INVENTORY: "DEEP_INSPECTION_NO_INVENTORY",
|
|
@@ -53,6 +53,9 @@ 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>
|
|
56
59
|
*
|
|
57
60
|
* @throws {@link InternalServerException} (server fault)
|
|
58
61
|
* <p>The request has failed due to an internal failure of the Amazon Inspector service.</p>
|
|
@@ -100,6 +100,9 @@ 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>
|
|
103
106
|
*
|
|
104
107
|
* @throws {@link InternalServerException} (server fault)
|
|
105
108
|
* <p>The request has failed due to an internal failure of the Amazon Inspector service.</p>
|
|
@@ -80,6 +80,9 @@ 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>
|
|
83
86
|
*
|
|
84
87
|
* @throws {@link InternalServerException} (server fault)
|
|
85
88
|
* <p>The request has failed due to an internal failure of the Amazon Inspector service.</p>
|
|
@@ -96,6 +96,9 @@ 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>
|
|
99
102
|
*
|
|
100
103
|
* @throws {@link InternalServerException} (server fault)
|
|
101
104
|
* <p>The request has failed due to an internal failure of the Amazon Inspector service.</p>
|
|
@@ -74,6 +74,9 @@ 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>
|
|
77
80
|
*
|
|
78
81
|
* @throws {@link InternalServerException} (server fault)
|
|
79
82
|
* <p>The request has failed due to an internal failure of the Amazon Inspector service.</p>
|
|
@@ -68,6 +68,9 @@ 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>
|
|
71
74
|
*
|
|
72
75
|
* @throws {@link InternalServerException} (server fault)
|
|
73
76
|
* <p>The request has failed due to an internal failure of the Amazon Inspector service.</p>
|
|
@@ -71,6 +71,9 @@ 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>
|
|
74
77
|
*
|
|
75
78
|
* @throws {@link InternalServerException} (server fault)
|
|
76
79
|
* <p>The request has failed due to an internal failure of the Amazon Inspector service.</p>
|
|
@@ -53,6 +53,9 @@ 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>
|
|
56
59
|
*
|
|
57
60
|
* @throws {@link InternalServerException} (server fault)
|
|
58
61
|
* <p>The request has failed due to an internal failure of the Amazon Inspector service.</p>
|
|
@@ -53,6 +53,9 @@ 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>
|
|
56
59
|
*
|
|
57
60
|
* @throws {@link InternalServerException} (server fault)
|
|
58
61
|
* <p>The request has failed due to an internal failure of the Amazon Inspector service.</p>
|
|
@@ -92,6 +92,9 @@ 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>
|
|
95
98
|
*
|
|
96
99
|
* @throws {@link InternalServerException} (server fault)
|
|
97
100
|
* <p>The request has failed due to an internal failure of the Amazon Inspector service.</p>
|
|
@@ -187,6 +187,9 @@ declare const CreateFilterCommand_base: {
|
|
|
187
187
|
*
|
|
188
188
|
* @throws {@link AccessDeniedException} (client fault)
|
|
189
189
|
* <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>
|
|
190
193
|
*
|
|
191
194
|
* @throws {@link BadRequestException} (client fault)
|
|
192
195
|
* <p>One or more tags submitted as part of the request is not valid.</p>
|
|
@@ -186,6 +186,9 @@ declare const CreateFindingsReportCommand_base: {
|
|
|
186
186
|
*
|
|
187
187
|
* @throws {@link AccessDeniedException} (client fault)
|
|
188
188
|
* <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>
|
|
189
192
|
*
|
|
190
193
|
* @throws {@link InternalServerException} (server fault)
|
|
191
194
|
* <p>The request has failed due to an internal failure of the Amazon Inspector service.</p>
|
|
@@ -105,6 +105,9 @@ 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>
|
|
108
111
|
*
|
|
109
112
|
* @throws {@link InternalServerException} (server fault)
|
|
110
113
|
* <p>The request has failed due to an internal failure of the Amazon Inspector service.</p>
|
|
@@ -53,6 +53,9 @@ 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>
|
|
56
59
|
*
|
|
57
60
|
* @throws {@link InternalServerException} (server fault)
|
|
58
61
|
* <p>The request has failed due to an internal failure of the Amazon Inspector service.</p>
|
|
@@ -53,6 +53,9 @@ 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>
|
|
56
59
|
*
|
|
57
60
|
* @throws {@link InternalServerException} (server fault)
|
|
58
61
|
* <p>The request has failed due to an internal failure of the Amazon Inspector service.</p>
|
|
@@ -57,6 +57,9 @@ 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>
|
|
60
63
|
*
|
|
61
64
|
* @throws {@link InternalServerException} (server fault)
|
|
62
65
|
* <p>The request has failed due to an internal failure of the Amazon Inspector service.</p>
|
|
@@ -84,6 +84,9 @@ 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>
|
|
87
90
|
*
|
|
88
91
|
* @throws {@link InternalServerException} (server fault)
|
|
89
92
|
* <p>The request has failed due to an internal failure of the Amazon Inspector service.</p>
|
|
@@ -53,6 +53,9 @@ 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>
|
|
56
59
|
*
|
|
57
60
|
* @throws {@link ConflictException} (client fault)
|
|
58
61
|
* <p>A conflict occurred.</p>
|
|
@@ -53,6 +53,9 @@ 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>
|
|
56
59
|
*
|
|
57
60
|
* @throws {@link InternalServerException} (server fault)
|
|
58
61
|
* <p>The request has failed due to an internal failure of the Amazon Inspector service.</p>
|
|
@@ -84,6 +84,9 @@ 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>
|
|
87
90
|
*
|
|
88
91
|
* @throws {@link InternalServerException} (server fault)
|
|
89
92
|
* <p>The request has failed due to an internal failure of the Amazon Inspector service.</p>
|
|
@@ -54,6 +54,9 @@ 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>
|
|
57
60
|
*
|
|
58
61
|
* @throws {@link ConflictException} (client fault)
|
|
59
62
|
* <p>A conflict occurred.</p>
|
|
@@ -58,6 +58,9 @@ 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>
|
|
61
64
|
*
|
|
62
65
|
* @throws {@link InternalServerException} (server fault)
|
|
63
66
|
* <p>The request has failed due to an internal failure of the Amazon Inspector service.</p>
|
|
@@ -107,6 +107,9 @@ 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>
|
|
110
113
|
*
|
|
111
114
|
* @throws {@link InternalServerException} (server fault)
|
|
112
115
|
* <p>The request has failed due to an internal failure of the Amazon Inspector service.</p>
|
|
@@ -55,6 +55,9 @@ 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>
|
|
58
61
|
*
|
|
59
62
|
* @throws {@link InternalServerException} (server fault)
|
|
60
63
|
* <p>The request has failed due to an internal failure of the Amazon Inspector service.</p>
|
|
@@ -59,6 +59,9 @@ 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>
|
|
62
65
|
*
|
|
63
66
|
* @throws {@link InternalServerException} (server fault)
|
|
64
67
|
* <p>The request has failed due to an internal failure of the Amazon Inspector service.</p>
|
|
@@ -54,6 +54,9 @@ 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>
|
|
57
60
|
*
|
|
58
61
|
* @throws {@link InternalServerException} (server fault)
|
|
59
62
|
* <p>The request has failed due to an internal failure of the Amazon Inspector service.</p>
|
|
@@ -189,6 +189,9 @@ declare const GetFindingsReportStatusCommand_base: {
|
|
|
189
189
|
*
|
|
190
190
|
* @throws {@link AccessDeniedException} (client fault)
|
|
191
191
|
* <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>
|
|
192
195
|
*
|
|
193
196
|
* @throws {@link InternalServerException} (server fault)
|
|
194
197
|
* <p>The request has failed due to an internal failure of the Amazon Inspector service.</p>
|
|
@@ -58,6 +58,9 @@ 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>
|
|
61
64
|
*
|
|
62
65
|
* @throws {@link InternalServerException} (server fault)
|
|
63
66
|
* <p>The request has failed due to an internal failure of the Amazon Inspector service.</p>
|
|
@@ -109,6 +109,9 @@ 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>
|
|
112
115
|
*
|
|
113
116
|
* @throws {@link InternalServerException} (server fault)
|
|
114
117
|
* <p>The request has failed due to an internal failure of the Amazon Inspector service.</p>
|
|
@@ -61,6 +61,9 @@ 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>
|
|
64
67
|
*
|
|
65
68
|
* @throws {@link InternalServerException} (server fault)
|
|
66
69
|
* <p>The request has failed due to an internal failure of the Amazon Inspector service.</p>
|
|
@@ -123,6 +123,9 @@ 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>
|
|
126
129
|
*
|
|
127
130
|
* @throws {@link InternalServerException} (server fault)
|
|
128
131
|
* <p>The request has failed due to an internal failure of the Amazon Inspector service.</p>
|
|
@@ -111,6 +111,9 @@ 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>
|
|
114
117
|
*
|
|
115
118
|
* @throws {@link InternalServerException} (server fault)
|
|
116
119
|
* <p>The request has failed due to an internal failure of the Amazon Inspector service.</p>
|
|
@@ -134,6 +134,9 @@ 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>
|
|
137
140
|
*
|
|
138
141
|
* @throws {@link InternalServerException} (server fault)
|
|
139
142
|
* <p>The request has failed due to an internal failure of the Amazon Inspector service.</p>
|
|
@@ -140,6 +140,9 @@ 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>
|
|
143
146
|
*
|
|
144
147
|
* @throws {@link InternalServerException} (server fault)
|
|
145
148
|
* <p>The request has failed due to an internal failure of the Amazon Inspector service.</p>
|
|
@@ -61,6 +61,9 @@ 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>
|
|
64
67
|
*
|
|
65
68
|
* @throws {@link InternalServerException} (server fault)
|
|
66
69
|
* <p>The request has failed due to an internal failure of the Amazon Inspector service.</p>
|
|
@@ -201,6 +201,9 @@ declare const ListFiltersCommand_base: {
|
|
|
201
201
|
*
|
|
202
202
|
* @throws {@link AccessDeniedException} (client fault)
|
|
203
203
|
* <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>
|
|
204
207
|
*
|
|
205
208
|
* @throws {@link InternalServerException} (server fault)
|
|
206
209
|
* <p>The request has failed due to an internal failure of the Amazon Inspector service.</p>
|
|
@@ -167,6 +167,8 @@ declare const ListFindingAggregationsCommand_base: {
|
|
|
167
167
|
* // high: Number("long"),
|
|
168
168
|
* // critical: Number("long"),
|
|
169
169
|
* // },
|
|
170
|
+
* // exploitAvailableCount: Number("long"),
|
|
171
|
+
* // fixAvailableCount: Number("long"),
|
|
170
172
|
* // },
|
|
171
173
|
* // amiAggregation: { // AmiAggregationResponse
|
|
172
174
|
* // ami: "STRING_VALUE", // required
|
|
@@ -219,6 +221,8 @@ declare const ListFindingAggregationsCommand_base: {
|
|
|
219
221
|
* // high: Number("long"),
|
|
220
222
|
* // critical: Number("long"),
|
|
221
223
|
* // },
|
|
224
|
+
* // exploitAvailableCount: Number("long"),
|
|
225
|
+
* // fixAvailableCount: Number("long"),
|
|
222
226
|
* // },
|
|
223
227
|
* // imageLayerAggregation: { // ImageLayerAggregationResponse
|
|
224
228
|
* // repository: "STRING_VALUE", // required
|
|
@@ -64,6 +64,9 @@ 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>
|
|
67
70
|
*
|
|
68
71
|
* @throws {@link InternalServerException} (server fault)
|
|
69
72
|
* <p>The request has failed due to an internal failure of the Amazon Inspector service.</p>
|
|
@@ -70,6 +70,9 @@ 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>
|
|
73
76
|
*
|
|
74
77
|
* @throws {@link InternalServerException} (server fault)
|
|
75
78
|
* <p>The request has failed due to an internal failure of the Amazon Inspector service.</p>
|
|
@@ -52,6 +52,9 @@ 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>
|
|
55
58
|
*
|
|
56
59
|
* @throws {@link InternalServerException} (server fault)
|
|
57
60
|
* <p>The request has failed due to an internal failure of the Amazon Inspector service.</p>
|
|
@@ -111,6 +111,9 @@ 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>
|
|
114
117
|
*
|
|
115
118
|
* @throws {@link InternalServerException} (server fault)
|
|
116
119
|
* <p>The request has failed due to an internal failure of the Amazon Inspector service.</p>
|
|
@@ -56,6 +56,9 @@ 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>
|
|
59
62
|
*
|
|
60
63
|
* @throws {@link ConflictException} (client fault)
|
|
61
64
|
* <p>A conflict occurred.</p>
|
|
@@ -63,6 +63,9 @@ 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>
|
|
66
69
|
*
|
|
67
70
|
* @throws {@link ConflictException} (client fault)
|
|
68
71
|
* <p>A conflict occurred.</p>
|
|
@@ -58,6 +58,9 @@ 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>
|
|
61
64
|
*
|
|
62
65
|
* @throws {@link ConflictException} (client fault)
|
|
63
66
|
* <p>A conflict occurred.</p>
|
|
@@ -77,6 +77,9 @@ declare const StopCisSessionCommand_base: {
|
|
|
77
77
|
*
|
|
78
78
|
* @throws {@link AccessDeniedException} (client fault)
|
|
79
79
|
* <p>You do not have sufficient access to perform this action.</p>
|
|
80
|
+
* <p>
|
|
81
|
+
* For <code>Enable</code>, you receive this error if you attempt to use a feature in an unsupported Amazon Web Services Region.
|
|
82
|
+
* </p>
|
|
80
83
|
*
|
|
81
84
|
* @throws {@link ConflictException} (client fault)
|
|
82
85
|
* <p>A conflict occurred.</p>
|
|
@@ -90,6 +90,9 @@ declare const UpdateCisScanConfigurationCommand_base: {
|
|
|
90
90
|
*
|
|
91
91
|
* @throws {@link AccessDeniedException} (client fault)
|
|
92
92
|
* <p>You do not have sufficient access to perform this action.</p>
|
|
93
|
+
* <p>
|
|
94
|
+
* For <code>Enable</code>, you receive this error if you attempt to use a feature in an unsupported Amazon Web Services Region.
|
|
95
|
+
* </p>
|
|
93
96
|
*
|
|
94
97
|
* @throws {@link InternalServerException} (server fault)
|
|
95
98
|
* <p>The request has failed due to an internal failure of the Amazon Inspector service.</p>
|
|
@@ -57,6 +57,9 @@ declare const UpdateConfigurationCommand_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>
|
|
60
63
|
*
|
|
61
64
|
* @throws {@link InternalServerException} (server fault)
|
|
62
65
|
* <p>The request has failed due to an internal failure of the Amazon Inspector service.</p>
|
|
@@ -63,6 +63,9 @@ declare const UpdateEc2DeepInspectionConfigurationCommand_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>
|
|
66
69
|
*
|
|
67
70
|
* @throws {@link InternalServerException} (server fault)
|
|
68
71
|
* <p>The request has failed due to an internal failure of the Amazon Inspector service.</p>
|
|
@@ -53,6 +53,9 @@ declare const UpdateEncryptionKeyCommand_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>
|
|
56
59
|
*
|
|
57
60
|
* @throws {@link InternalServerException} (server fault)
|
|
58
61
|
* <p>The request has failed due to an internal failure of the Amazon Inspector service.</p>
|
|
@@ -185,6 +185,9 @@ declare const UpdateFilterCommand_base: {
|
|
|
185
185
|
*
|
|
186
186
|
* @throws {@link AccessDeniedException} (client fault)
|
|
187
187
|
* <p>You do not have sufficient access to perform this action.</p>
|
|
188
|
+
* <p>
|
|
189
|
+
* For <code>Enable</code>, you receive this error if you attempt to use a feature in an unsupported Amazon Web Services Region.
|
|
190
|
+
* </p>
|
|
188
191
|
*
|
|
189
192
|
* @throws {@link InternalServerException} (server fault)
|
|
190
193
|
* <p>The request has failed due to an internal failure of the Amazon Inspector service.</p>
|
|
@@ -53,6 +53,9 @@ declare const UpdateOrgEc2DeepInspectionConfigurationCommand_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>
|
|
56
59
|
*
|
|
57
60
|
* @throws {@link InternalServerException} (server fault)
|
|
58
61
|
* <p>The request has failed due to an internal failure of the Amazon Inspector service.</p>
|
|
@@ -63,6 +63,9 @@ declare const UpdateOrganizationConfigurationCommand_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>
|
|
66
69
|
*
|
|
67
70
|
* @throws {@link InternalServerException} (server fault)
|
|
68
71
|
* <p>The request has failed due to an internal failure of the Amazon Inspector service.</p>
|
|
@@ -2,6 +2,9 @@ import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-cli
|
|
|
2
2
|
import { Inspector2ServiceException as __BaseException } from "./Inspector2ServiceException";
|
|
3
3
|
/**
|
|
4
4
|
* <p>You do not have sufficient access to perform this action.</p>
|
|
5
|
+
* <p>
|
|
6
|
+
* For <code>Enable</code>, you receive this error if you attempt to use a feature in an unsupported Amazon Web Services Region.
|
|
7
|
+
* </p>
|
|
5
8
|
* @public
|
|
6
9
|
*/
|
|
7
10
|
export declare class AccessDeniedException extends __BaseException {
|
|
@@ -195,6 +198,20 @@ export interface AccountAggregationResponse {
|
|
|
195
198
|
* @public
|
|
196
199
|
*/
|
|
197
200
|
severityCounts?: SeverityCounts;
|
|
201
|
+
/**
|
|
202
|
+
* <p>
|
|
203
|
+
* The number of findings that have an exploit available.
|
|
204
|
+
* </p>
|
|
205
|
+
* @public
|
|
206
|
+
*/
|
|
207
|
+
exploitAvailableCount?: number;
|
|
208
|
+
/**
|
|
209
|
+
* <p>
|
|
210
|
+
* Details about the number of fixes.
|
|
211
|
+
* </p>
|
|
212
|
+
* @public
|
|
213
|
+
*/
|
|
214
|
+
fixAvailableCount?: number;
|
|
198
215
|
}
|
|
199
216
|
/**
|
|
200
217
|
* @public
|
|
@@ -235,6 +252,8 @@ export declare const ErrorCode: {
|
|
|
235
252
|
readonly ALREADY_ENABLED: "ALREADY_ENABLED";
|
|
236
253
|
readonly DISABLE_IN_PROGRESS: "DISABLE_IN_PROGRESS";
|
|
237
254
|
readonly DISASSOCIATE_ALL_MEMBERS: "DISASSOCIATE_ALL_MEMBERS";
|
|
255
|
+
readonly EC2_SSM_ASSOCIATION_VERSION_LIMIT_EXCEEDED: "EC2_SSM_ASSOCIATION_VERSION_LIMIT_EXCEEDED";
|
|
256
|
+
readonly EC2_SSM_RESOURCE_DATA_SYNC_LIMIT_EXCEEDED: "EC2_SSM_RESOURCE_DATA_SYNC_LIMIT_EXCEEDED";
|
|
238
257
|
readonly ENABLE_IN_PROGRESS: "ENABLE_IN_PROGRESS";
|
|
239
258
|
readonly EVENTBRIDGE_THROTTLED: "EVENTBRIDGE_THROTTLED";
|
|
240
259
|
readonly EVENTBRIDGE_UNAVAILABLE: "EVENTBRIDGE_UNAVAILABLE";
|
|
@@ -1183,6 +1202,18 @@ export interface FindingTypeAggregationResponse {
|
|
|
1183
1202
|
* @public
|
|
1184
1203
|
*/
|
|
1185
1204
|
severityCounts?: SeverityCounts;
|
|
1205
|
+
/**
|
|
1206
|
+
* <p>The number of findings that have an exploit available.</p>
|
|
1207
|
+
* @public
|
|
1208
|
+
*/
|
|
1209
|
+
exploitAvailableCount?: number;
|
|
1210
|
+
/**
|
|
1211
|
+
* <p>
|
|
1212
|
+
* Details about the number of fixes.
|
|
1213
|
+
* </p>
|
|
1214
|
+
* @public
|
|
1215
|
+
*/
|
|
1216
|
+
fixAvailableCount?: number;
|
|
1186
1217
|
}
|
|
1187
1218
|
/**
|
|
1188
1219
|
* <p>A response that contains the results of a finding aggregation by image layer.</p>
|
|
@@ -4165,6 +4196,8 @@ export type ScanMode = (typeof ScanMode)[keyof typeof ScanMode];
|
|
|
4165
4196
|
*/
|
|
4166
4197
|
export declare const ScanStatusReason: {
|
|
4167
4198
|
readonly ACCESS_DENIED: "ACCESS_DENIED";
|
|
4199
|
+
readonly AGENTLESS_INSTANCE_COLLECTION_TIME_LIMIT_EXCEEDED: "AGENTLESS_INSTANCE_COLLECTION_TIME_LIMIT_EXCEEDED";
|
|
4200
|
+
readonly AGENTLESS_INSTANCE_STORAGE_LIMIT_EXCEEDED: "AGENTLESS_INSTANCE_STORAGE_LIMIT_EXCEEDED";
|
|
4168
4201
|
readonly DEEP_INSPECTION_COLLECTION_TIME_LIMIT_EXCEEDED: "DEEP_INSPECTION_COLLECTION_TIME_LIMIT_EXCEEDED";
|
|
4169
4202
|
readonly DEEP_INSPECTION_DAILY_SSM_INVENTORY_LIMIT_EXCEEDED: "DEEP_INSPECTION_DAILY_SSM_INVENTORY_LIMIT_EXCEEDED";
|
|
4170
4203
|
readonly DEEP_INSPECTION_NO_INVENTORY: "DEEP_INSPECTION_NO_INVENTORY";
|
|
@@ -67,6 +67,8 @@ export interface SeverityCounts {
|
|
|
67
67
|
export interface AccountAggregationResponse {
|
|
68
68
|
accountId?: string;
|
|
69
69
|
severityCounts?: SeverityCounts;
|
|
70
|
+
exploitAvailableCount?: number;
|
|
71
|
+
fixAvailableCount?: number;
|
|
70
72
|
}
|
|
71
73
|
export declare const CisStringComparison: {
|
|
72
74
|
readonly EQUALS: "EQUALS";
|
|
@@ -85,6 +87,8 @@ export declare const ErrorCode: {
|
|
|
85
87
|
readonly ALREADY_ENABLED: "ALREADY_ENABLED";
|
|
86
88
|
readonly DISABLE_IN_PROGRESS: "DISABLE_IN_PROGRESS";
|
|
87
89
|
readonly DISASSOCIATE_ALL_MEMBERS: "DISASSOCIATE_ALL_MEMBERS";
|
|
90
|
+
readonly EC2_SSM_ASSOCIATION_VERSION_LIMIT_EXCEEDED: "EC2_SSM_ASSOCIATION_VERSION_LIMIT_EXCEEDED";
|
|
91
|
+
readonly EC2_SSM_RESOURCE_DATA_SYNC_LIMIT_EXCEEDED: "EC2_SSM_RESOURCE_DATA_SYNC_LIMIT_EXCEEDED";
|
|
88
92
|
readonly ENABLE_IN_PROGRESS: "ENABLE_IN_PROGRESS";
|
|
89
93
|
readonly EVENTBRIDGE_THROTTLED: "EVENTBRIDGE_THROTTLED";
|
|
90
94
|
readonly EVENTBRIDGE_UNAVAILABLE: "EVENTBRIDGE_UNAVAILABLE";
|
|
@@ -495,6 +499,8 @@ export interface Ec2InstanceAggregationResponse {
|
|
|
495
499
|
export interface FindingTypeAggregationResponse {
|
|
496
500
|
accountId?: string;
|
|
497
501
|
severityCounts?: SeverityCounts;
|
|
502
|
+
exploitAvailableCount?: number;
|
|
503
|
+
fixAvailableCount?: number;
|
|
498
504
|
}
|
|
499
505
|
export interface ImageLayerAggregationResponse {
|
|
500
506
|
repository: string | undefined;
|
|
@@ -1547,6 +1553,8 @@ export declare const ScanMode: {
|
|
|
1547
1553
|
export type ScanMode = (typeof ScanMode)[keyof typeof ScanMode];
|
|
1548
1554
|
export declare const ScanStatusReason: {
|
|
1549
1555
|
readonly ACCESS_DENIED: "ACCESS_DENIED";
|
|
1556
|
+
readonly AGENTLESS_INSTANCE_COLLECTION_TIME_LIMIT_EXCEEDED: "AGENTLESS_INSTANCE_COLLECTION_TIME_LIMIT_EXCEEDED";
|
|
1557
|
+
readonly AGENTLESS_INSTANCE_STORAGE_LIMIT_EXCEEDED: "AGENTLESS_INSTANCE_STORAGE_LIMIT_EXCEEDED";
|
|
1550
1558
|
readonly DEEP_INSPECTION_COLLECTION_TIME_LIMIT_EXCEEDED: "DEEP_INSPECTION_COLLECTION_TIME_LIMIT_EXCEEDED";
|
|
1551
1559
|
readonly DEEP_INSPECTION_DAILY_SSM_INVENTORY_LIMIT_EXCEEDED: "DEEP_INSPECTION_DAILY_SSM_INVENTORY_LIMIT_EXCEEDED";
|
|
1552
1560
|
readonly DEEP_INSPECTION_NO_INVENTORY: "DEEP_INSPECTION_NO_INVENTORY";
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-inspector2",
|
|
3
3
|
"description": "AWS SDK for JavaScript Inspector2 Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.637.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-inspector2",
|
|
@@ -20,17 +20,17 @@
|
|
|
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.637.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.637.0",
|
|
25
25
|
"@aws-sdk/core": "3.635.0",
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.637.0",
|
|
27
27
|
"@aws-sdk/middleware-host-header": "3.620.0",
|
|
28
28
|
"@aws-sdk/middleware-logger": "3.609.0",
|
|
29
29
|
"@aws-sdk/middleware-recursion-detection": "3.620.0",
|
|
30
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
30
|
+
"@aws-sdk/middleware-user-agent": "3.637.0",
|
|
31
31
|
"@aws-sdk/region-config-resolver": "3.614.0",
|
|
32
32
|
"@aws-sdk/types": "3.609.0",
|
|
33
|
-
"@aws-sdk/util-endpoints": "3.
|
|
33
|
+
"@aws-sdk/util-endpoints": "3.637.0",
|
|
34
34
|
"@aws-sdk/util-user-agent-browser": "3.609.0",
|
|
35
35
|
"@aws-sdk/util-user-agent-node": "3.614.0",
|
|
36
36
|
"@smithy/config-resolver": "^3.0.5",
|