From 52856e7f4e9bc457ca790e2dc5538b1e8c5bf226 Mon Sep 17 00:00:00 2001 From: awstools Date: Thu, 22 Aug 2024 18:37:04 +0000 Subject: [PATCH] feat(client-inspector2): Add enums for Agentless scan statuses and EC2 enablement error states --- .../src/commands/AssociateMemberCommand.ts | 3 ++ .../commands/BatchGetAccountStatusCommand.ts | 3 ++ .../commands/BatchGetCodeSnippetCommand.ts | 3 ++ .../commands/BatchGetFindingDetailsCommand.ts | 3 ++ .../commands/BatchGetFreeTrialInfoCommand.ts | 3 ++ ...GetMemberEc2DeepInspectionStatusCommand.ts | 3 ++ ...ateMemberEc2DeepInspectionStatusCommand.ts | 3 ++ .../commands/CancelFindingsReportCommand.ts | 3 ++ .../src/commands/CancelSbomExportCommand.ts | 3 ++ .../CreateCisScanConfigurationCommand.ts | 3 ++ .../src/commands/CreateFilterCommand.ts | 3 ++ .../commands/CreateFindingsReportCommand.ts | 3 ++ .../src/commands/CreateSbomExportCommand.ts | 3 ++ .../DeleteCisScanConfigurationCommand.ts | 3 ++ .../src/commands/DeleteFilterCommand.ts | 3 ++ ...escribeOrganizationConfigurationCommand.ts | 3 ++ .../src/commands/DisableCommand.ts | 3 ++ .../DisableDelegatedAdminAccountCommand.ts | 3 ++ .../src/commands/DisassociateMemberCommand.ts | 3 ++ .../src/commands/EnableCommand.ts | 3 ++ .../EnableDelegatedAdminAccountCommand.ts | 3 ++ .../src/commands/GetCisScanReportCommand.ts | 3 ++ .../GetCisScanResultDetailsCommand.ts | 3 ++ .../GetDelegatedAdminAccountCommand.ts | 3 ++ ...etEc2DeepInspectionConfigurationCommand.ts | 3 ++ .../src/commands/GetEncryptionKeyCommand.ts | 3 ++ .../GetFindingsReportStatusCommand.ts | 3 ++ .../src/commands/GetMemberCommand.ts | 3 ++ .../src/commands/GetSbomExportCommand.ts | 3 ++ .../commands/ListAccountPermissionsCommand.ts | 3 ++ .../ListCisScanConfigurationsCommand.ts | 3 ++ ...CisScanResultsAggregatedByChecksCommand.ts | 3 ++ ...esultsAggregatedByTargetResourceCommand.ts | 3 ++ .../src/commands/ListCisScansCommand.ts | 3 ++ .../ListDelegatedAdminAccountsCommand.ts | 3 ++ .../src/commands/ListFiltersCommand.ts | 3 ++ .../ListFindingAggregationsCommand.ts | 4 ++ .../src/commands/ListMembersCommand.ts | 3 ++ .../src/commands/ListUsageTotalsCommand.ts | 3 ++ .../src/commands/ResetEncryptionKeyCommand.ts | 3 ++ .../commands/SearchVulnerabilitiesCommand.ts | 3 ++ .../commands/SendCisSessionHealthCommand.ts | 3 ++ .../SendCisSessionTelemetryCommand.ts | 3 ++ .../src/commands/StartCisSessionCommand.ts | 3 ++ .../src/commands/StopCisSessionCommand.ts | 3 ++ .../UpdateCisScanConfigurationCommand.ts | 3 ++ .../commands/UpdateConfigurationCommand.ts | 3 ++ ...teEc2DeepInspectionConfigurationCommand.ts | 3 ++ .../commands/UpdateEncryptionKeyCommand.ts | 3 ++ .../src/commands/UpdateFilterCommand.ts | 3 ++ ...rgEc2DeepInspectionConfigurationCommand.ts | 3 ++ .../UpdateOrganizationConfigurationCommand.ts | 3 ++ .../client-inspector2/src/models/models_0.ts | 37 +++++++++++++++++++ 53 files changed, 194 insertions(+) diff --git a/clients/client-inspector2/src/commands/AssociateMemberCommand.ts b/clients/client-inspector2/src/commands/AssociateMemberCommand.ts index d3538afe06fb..50c076c50b1c 100644 --- a/clients/client-inspector2/src/commands/AssociateMemberCommand.ts +++ b/clients/client-inspector2/src/commands/AssociateMemberCommand.ts @@ -54,6 +54,9 @@ export interface AssociateMemberCommandOutput extends AssociateMemberResponse, _ * * @throws {@link AccessDeniedException} (client fault) *

You do not have sufficient access to perform this action.

+ *

+ * For Enable, you receive this error if you attempt to use a feature in an unsupported Amazon Web Services Region. + *

* * @throws {@link InternalServerException} (server fault) *

The request has failed due to an internal failure of the Amazon Inspector service.

diff --git a/clients/client-inspector2/src/commands/BatchGetAccountStatusCommand.ts b/clients/client-inspector2/src/commands/BatchGetAccountStatusCommand.ts index dd51aaac9f0e..9c8c633c94e2 100644 --- a/clients/client-inspector2/src/commands/BatchGetAccountStatusCommand.ts +++ b/clients/client-inspector2/src/commands/BatchGetAccountStatusCommand.ts @@ -101,6 +101,9 @@ export interface BatchGetAccountStatusCommandOutput extends BatchGetAccountStatu * * @throws {@link AccessDeniedException} (client fault) *

You do not have sufficient access to perform this action.

+ *

+ * For Enable, you receive this error if you attempt to use a feature in an unsupported Amazon Web Services Region. + *

* * @throws {@link InternalServerException} (server fault) *

The request has failed due to an internal failure of the Amazon Inspector service.

diff --git a/clients/client-inspector2/src/commands/BatchGetCodeSnippetCommand.ts b/clients/client-inspector2/src/commands/BatchGetCodeSnippetCommand.ts index 06dc7b4641ba..1717f8052c89 100644 --- a/clients/client-inspector2/src/commands/BatchGetCodeSnippetCommand.ts +++ b/clients/client-inspector2/src/commands/BatchGetCodeSnippetCommand.ts @@ -81,6 +81,9 @@ export interface BatchGetCodeSnippetCommandOutput extends BatchGetCodeSnippetRes * * @throws {@link AccessDeniedException} (client fault) *

You do not have sufficient access to perform this action.

+ *

+ * For Enable, you receive this error if you attempt to use a feature in an unsupported Amazon Web Services Region. + *

* * @throws {@link InternalServerException} (server fault) *

The request has failed due to an internal failure of the Amazon Inspector service.

diff --git a/clients/client-inspector2/src/commands/BatchGetFindingDetailsCommand.ts b/clients/client-inspector2/src/commands/BatchGetFindingDetailsCommand.ts index 1843adce1b14..82f85d1c52be 100644 --- a/clients/client-inspector2/src/commands/BatchGetFindingDetailsCommand.ts +++ b/clients/client-inspector2/src/commands/BatchGetFindingDetailsCommand.ts @@ -97,6 +97,9 @@ export interface BatchGetFindingDetailsCommandOutput extends BatchGetFindingDeta * * @throws {@link AccessDeniedException} (client fault) *

You do not have sufficient access to perform this action.

+ *

+ * For Enable, you receive this error if you attempt to use a feature in an unsupported Amazon Web Services Region. + *

* * @throws {@link InternalServerException} (server fault) *

The request has failed due to an internal failure of the Amazon Inspector service.

diff --git a/clients/client-inspector2/src/commands/BatchGetFreeTrialInfoCommand.ts b/clients/client-inspector2/src/commands/BatchGetFreeTrialInfoCommand.ts index c2fb2909b6d8..5acbca351c86 100644 --- a/clients/client-inspector2/src/commands/BatchGetFreeTrialInfoCommand.ts +++ b/clients/client-inspector2/src/commands/BatchGetFreeTrialInfoCommand.ts @@ -75,6 +75,9 @@ export interface BatchGetFreeTrialInfoCommandOutput extends BatchGetFreeTrialInf * * @throws {@link AccessDeniedException} (client fault) *

You do not have sufficient access to perform this action.

+ *

+ * For Enable, you receive this error if you attempt to use a feature in an unsupported Amazon Web Services Region. + *

* * @throws {@link InternalServerException} (server fault) *

The request has failed due to an internal failure of the Amazon Inspector service.

diff --git a/clients/client-inspector2/src/commands/BatchGetMemberEc2DeepInspectionStatusCommand.ts b/clients/client-inspector2/src/commands/BatchGetMemberEc2DeepInspectionStatusCommand.ts index a2b62da9e981..61350b0a8d54 100644 --- a/clients/client-inspector2/src/commands/BatchGetMemberEc2DeepInspectionStatusCommand.ts +++ b/clients/client-inspector2/src/commands/BatchGetMemberEc2DeepInspectionStatusCommand.ts @@ -78,6 +78,9 @@ export interface BatchGetMemberEc2DeepInspectionStatusCommandOutput * * @throws {@link AccessDeniedException} (client fault) *

You do not have sufficient access to perform this action.

+ *

+ * For Enable, you receive this error if you attempt to use a feature in an unsupported Amazon Web Services Region. + *

* * @throws {@link InternalServerException} (server fault) *

The request has failed due to an internal failure of the Amazon Inspector service.

diff --git a/clients/client-inspector2/src/commands/BatchUpdateMemberEc2DeepInspectionStatusCommand.ts b/clients/client-inspector2/src/commands/BatchUpdateMemberEc2DeepInspectionStatusCommand.ts index 3bde04be2566..c5762a82cf3e 100644 --- a/clients/client-inspector2/src/commands/BatchUpdateMemberEc2DeepInspectionStatusCommand.ts +++ b/clients/client-inspector2/src/commands/BatchUpdateMemberEc2DeepInspectionStatusCommand.ts @@ -81,6 +81,9 @@ export interface BatchUpdateMemberEc2DeepInspectionStatusCommandOutput * * @throws {@link AccessDeniedException} (client fault) *

You do not have sufficient access to perform this action.

+ *

+ * For Enable, you receive this error if you attempt to use a feature in an unsupported Amazon Web Services Region. + *

* * @throws {@link InternalServerException} (server fault) *

The request has failed due to an internal failure of the Amazon Inspector service.

diff --git a/clients/client-inspector2/src/commands/CancelFindingsReportCommand.ts b/clients/client-inspector2/src/commands/CancelFindingsReportCommand.ts index 71b88e925fe3..753a8b1feaa5 100644 --- a/clients/client-inspector2/src/commands/CancelFindingsReportCommand.ts +++ b/clients/client-inspector2/src/commands/CancelFindingsReportCommand.ts @@ -54,6 +54,9 @@ export interface CancelFindingsReportCommandOutput extends CancelFindingsReportR * * @throws {@link AccessDeniedException} (client fault) *

You do not have sufficient access to perform this action.

+ *

+ * For Enable, you receive this error if you attempt to use a feature in an unsupported Amazon Web Services Region. + *

* * @throws {@link InternalServerException} (server fault) *

The request has failed due to an internal failure of the Amazon Inspector service.

diff --git a/clients/client-inspector2/src/commands/CancelSbomExportCommand.ts b/clients/client-inspector2/src/commands/CancelSbomExportCommand.ts index 21d35dea7a37..82bb9ba9116a 100644 --- a/clients/client-inspector2/src/commands/CancelSbomExportCommand.ts +++ b/clients/client-inspector2/src/commands/CancelSbomExportCommand.ts @@ -54,6 +54,9 @@ export interface CancelSbomExportCommandOutput extends CancelSbomExportResponse, * * @throws {@link AccessDeniedException} (client fault) *

You do not have sufficient access to perform this action.

+ *

+ * For Enable, you receive this error if you attempt to use a feature in an unsupported Amazon Web Services Region. + *

* * @throws {@link InternalServerException} (server fault) *

The request has failed due to an internal failure of the Amazon Inspector service.

diff --git a/clients/client-inspector2/src/commands/CreateCisScanConfigurationCommand.ts b/clients/client-inspector2/src/commands/CreateCisScanConfigurationCommand.ts index 108a21c6e6f2..d6d044764bea 100644 --- a/clients/client-inspector2/src/commands/CreateCisScanConfigurationCommand.ts +++ b/clients/client-inspector2/src/commands/CreateCisScanConfigurationCommand.ts @@ -93,6 +93,9 @@ export interface CreateCisScanConfigurationCommandOutput extends CreateCisScanCo * * @throws {@link AccessDeniedException} (client fault) *

You do not have sufficient access to perform this action.

+ *

+ * For Enable, you receive this error if you attempt to use a feature in an unsupported Amazon Web Services Region. + *

* * @throws {@link InternalServerException} (server fault) *

The request has failed due to an internal failure of the Amazon Inspector service.

diff --git a/clients/client-inspector2/src/commands/CreateFilterCommand.ts b/clients/client-inspector2/src/commands/CreateFilterCommand.ts index 3b1b8524007f..17b21474b61f 100644 --- a/clients/client-inspector2/src/commands/CreateFilterCommand.ts +++ b/clients/client-inspector2/src/commands/CreateFilterCommand.ts @@ -188,6 +188,9 @@ export interface CreateFilterCommandOutput extends CreateFilterResponse, __Metad * * @throws {@link AccessDeniedException} (client fault) *

You do not have sufficient access to perform this action.

+ *

+ * For Enable, you receive this error if you attempt to use a feature in an unsupported Amazon Web Services Region. + *

* * @throws {@link BadRequestException} (client fault) *

One or more tags submitted as part of the request is not valid.

diff --git a/clients/client-inspector2/src/commands/CreateFindingsReportCommand.ts b/clients/client-inspector2/src/commands/CreateFindingsReportCommand.ts index 9f92f568ae05..745cc7061b1a 100644 --- a/clients/client-inspector2/src/commands/CreateFindingsReportCommand.ts +++ b/clients/client-inspector2/src/commands/CreateFindingsReportCommand.ts @@ -187,6 +187,9 @@ export interface CreateFindingsReportCommandOutput extends CreateFindingsReportR * * @throws {@link AccessDeniedException} (client fault) *

You do not have sufficient access to perform this action.

+ *

+ * For Enable, you receive this error if you attempt to use a feature in an unsupported Amazon Web Services Region. + *

* * @throws {@link InternalServerException} (server fault) *

The request has failed due to an internal failure of the Amazon Inspector service.

diff --git a/clients/client-inspector2/src/commands/CreateSbomExportCommand.ts b/clients/client-inspector2/src/commands/CreateSbomExportCommand.ts index e0f9da55ef50..d17eac1ccc89 100644 --- a/clients/client-inspector2/src/commands/CreateSbomExportCommand.ts +++ b/clients/client-inspector2/src/commands/CreateSbomExportCommand.ts @@ -106,6 +106,9 @@ export interface CreateSbomExportCommandOutput extends CreateSbomExportResponse, * * @throws {@link AccessDeniedException} (client fault) *

You do not have sufficient access to perform this action.

+ *

+ * For Enable, you receive this error if you attempt to use a feature in an unsupported Amazon Web Services Region. + *

* * @throws {@link InternalServerException} (server fault) *

The request has failed due to an internal failure of the Amazon Inspector service.

diff --git a/clients/client-inspector2/src/commands/DeleteCisScanConfigurationCommand.ts b/clients/client-inspector2/src/commands/DeleteCisScanConfigurationCommand.ts index 6233d8abe7f7..0a425b44d713 100644 --- a/clients/client-inspector2/src/commands/DeleteCisScanConfigurationCommand.ts +++ b/clients/client-inspector2/src/commands/DeleteCisScanConfigurationCommand.ts @@ -54,6 +54,9 @@ export interface DeleteCisScanConfigurationCommandOutput extends DeleteCisScanCo * * @throws {@link AccessDeniedException} (client fault) *

You do not have sufficient access to perform this action.

+ *

+ * For Enable, you receive this error if you attempt to use a feature in an unsupported Amazon Web Services Region. + *

* * @throws {@link InternalServerException} (server fault) *

The request has failed due to an internal failure of the Amazon Inspector service.

diff --git a/clients/client-inspector2/src/commands/DeleteFilterCommand.ts b/clients/client-inspector2/src/commands/DeleteFilterCommand.ts index 00d6fe0a4be3..f241a8508db1 100644 --- a/clients/client-inspector2/src/commands/DeleteFilterCommand.ts +++ b/clients/client-inspector2/src/commands/DeleteFilterCommand.ts @@ -54,6 +54,9 @@ export interface DeleteFilterCommandOutput extends DeleteFilterResponse, __Metad * * @throws {@link AccessDeniedException} (client fault) *

You do not have sufficient access to perform this action.

+ *

+ * For Enable, you receive this error if you attempt to use a feature in an unsupported Amazon Web Services Region. + *

* * @throws {@link InternalServerException} (server fault) *

The request has failed due to an internal failure of the Amazon Inspector service.

diff --git a/clients/client-inspector2/src/commands/DescribeOrganizationConfigurationCommand.ts b/clients/client-inspector2/src/commands/DescribeOrganizationConfigurationCommand.ts index 14933f615ece..004d1da80aa0 100644 --- a/clients/client-inspector2/src/commands/DescribeOrganizationConfigurationCommand.ts +++ b/clients/client-inspector2/src/commands/DescribeOrganizationConfigurationCommand.ts @@ -66,6 +66,9 @@ export interface DescribeOrganizationConfigurationCommandOutput * * @throws {@link AccessDeniedException} (client fault) *

You do not have sufficient access to perform this action.

+ *

+ * For Enable, you receive this error if you attempt to use a feature in an unsupported Amazon Web Services Region. + *

* * @throws {@link InternalServerException} (server fault) *

The request has failed due to an internal failure of the Amazon Inspector service.

diff --git a/clients/client-inspector2/src/commands/DisableCommand.ts b/clients/client-inspector2/src/commands/DisableCommand.ts index 912ab1b79539..fcd41c344c1a 100644 --- a/clients/client-inspector2/src/commands/DisableCommand.ts +++ b/clients/client-inspector2/src/commands/DisableCommand.ts @@ -85,6 +85,9 @@ export interface DisableCommandOutput extends DisableResponse, __MetadataBearer * * @throws {@link AccessDeniedException} (client fault) *

You do not have sufficient access to perform this action.

+ *

+ * For Enable, you receive this error if you attempt to use a feature in an unsupported Amazon Web Services Region. + *

* * @throws {@link InternalServerException} (server fault) *

The request has failed due to an internal failure of the Amazon Inspector service.

diff --git a/clients/client-inspector2/src/commands/DisableDelegatedAdminAccountCommand.ts b/clients/client-inspector2/src/commands/DisableDelegatedAdminAccountCommand.ts index 91cf48e60e70..f762aacd3d27 100644 --- a/clients/client-inspector2/src/commands/DisableDelegatedAdminAccountCommand.ts +++ b/clients/client-inspector2/src/commands/DisableDelegatedAdminAccountCommand.ts @@ -59,6 +59,9 @@ export interface DisableDelegatedAdminAccountCommandOutput * * @throws {@link AccessDeniedException} (client fault) *

You do not have sufficient access to perform this action.

+ *

+ * For Enable, you receive this error if you attempt to use a feature in an unsupported Amazon Web Services Region. + *

* * @throws {@link ConflictException} (client fault) *

A conflict occurred.

diff --git a/clients/client-inspector2/src/commands/DisassociateMemberCommand.ts b/clients/client-inspector2/src/commands/DisassociateMemberCommand.ts index a74ed354d0ef..534d57f5f51f 100644 --- a/clients/client-inspector2/src/commands/DisassociateMemberCommand.ts +++ b/clients/client-inspector2/src/commands/DisassociateMemberCommand.ts @@ -54,6 +54,9 @@ export interface DisassociateMemberCommandOutput extends DisassociateMemberRespo * * @throws {@link AccessDeniedException} (client fault) *

You do not have sufficient access to perform this action.

+ *

+ * For Enable, you receive this error if you attempt to use a feature in an unsupported Amazon Web Services Region. + *

* * @throws {@link InternalServerException} (server fault) *

The request has failed due to an internal failure of the Amazon Inspector service.

diff --git a/clients/client-inspector2/src/commands/EnableCommand.ts b/clients/client-inspector2/src/commands/EnableCommand.ts index f129fbb58a3e..ed9106712de8 100644 --- a/clients/client-inspector2/src/commands/EnableCommand.ts +++ b/clients/client-inspector2/src/commands/EnableCommand.ts @@ -85,6 +85,9 @@ export interface EnableCommandOutput extends EnableResponse, __MetadataBearer {} * * @throws {@link AccessDeniedException} (client fault) *

You do not have sufficient access to perform this action.

+ *

+ * For Enable, you receive this error if you attempt to use a feature in an unsupported Amazon Web Services Region. + *

* * @throws {@link InternalServerException} (server fault) *

The request has failed due to an internal failure of the Amazon Inspector service.

diff --git a/clients/client-inspector2/src/commands/EnableDelegatedAdminAccountCommand.ts b/clients/client-inspector2/src/commands/EnableDelegatedAdminAccountCommand.ts index 018b19c859fa..61acccbe05bb 100644 --- a/clients/client-inspector2/src/commands/EnableDelegatedAdminAccountCommand.ts +++ b/clients/client-inspector2/src/commands/EnableDelegatedAdminAccountCommand.ts @@ -60,6 +60,9 @@ export interface EnableDelegatedAdminAccountCommandOutput * * @throws {@link AccessDeniedException} (client fault) *

You do not have sufficient access to perform this action.

+ *

+ * For Enable, you receive this error if you attempt to use a feature in an unsupported Amazon Web Services Region. + *

* * @throws {@link ConflictException} (client fault) *

A conflict occurred.

diff --git a/clients/client-inspector2/src/commands/GetCisScanReportCommand.ts b/clients/client-inspector2/src/commands/GetCisScanReportCommand.ts index f957afad2e8c..8fd31b42010e 100644 --- a/clients/client-inspector2/src/commands/GetCisScanReportCommand.ts +++ b/clients/client-inspector2/src/commands/GetCisScanReportCommand.ts @@ -59,6 +59,9 @@ export interface GetCisScanReportCommandOutput extends GetCisScanReportResponse, * * @throws {@link AccessDeniedException} (client fault) *

You do not have sufficient access to perform this action.

+ *

+ * For Enable, you receive this error if you attempt to use a feature in an unsupported Amazon Web Services Region. + *

* * @throws {@link InternalServerException} (server fault) *

The request has failed due to an internal failure of the Amazon Inspector service.

diff --git a/clients/client-inspector2/src/commands/GetCisScanResultDetailsCommand.ts b/clients/client-inspector2/src/commands/GetCisScanResultDetailsCommand.ts index 174541a517b9..d5f941d65d09 100644 --- a/clients/client-inspector2/src/commands/GetCisScanResultDetailsCommand.ts +++ b/clients/client-inspector2/src/commands/GetCisScanResultDetailsCommand.ts @@ -108,6 +108,9 @@ export interface GetCisScanResultDetailsCommandOutput extends GetCisScanResultDe * * @throws {@link AccessDeniedException} (client fault) *

You do not have sufficient access to perform this action.

+ *

+ * For Enable, you receive this error if you attempt to use a feature in an unsupported Amazon Web Services Region. + *

* * @throws {@link InternalServerException} (server fault) *

The request has failed due to an internal failure of the Amazon Inspector service.

diff --git a/clients/client-inspector2/src/commands/GetDelegatedAdminAccountCommand.ts b/clients/client-inspector2/src/commands/GetDelegatedAdminAccountCommand.ts index 36dd5ee0a498..feece77a1ba5 100644 --- a/clients/client-inspector2/src/commands/GetDelegatedAdminAccountCommand.ts +++ b/clients/client-inspector2/src/commands/GetDelegatedAdminAccountCommand.ts @@ -56,6 +56,9 @@ export interface GetDelegatedAdminAccountCommandOutput extends GetDelegatedAdmin * * @throws {@link AccessDeniedException} (client fault) *

You do not have sufficient access to perform this action.

+ *

+ * For Enable, you receive this error if you attempt to use a feature in an unsupported Amazon Web Services Region. + *

* * @throws {@link InternalServerException} (server fault) *

The request has failed due to an internal failure of the Amazon Inspector service.

diff --git a/clients/client-inspector2/src/commands/GetEc2DeepInspectionConfigurationCommand.ts b/clients/client-inspector2/src/commands/GetEc2DeepInspectionConfigurationCommand.ts index 6a365b9bc84f..404b98e18c68 100644 --- a/clients/client-inspector2/src/commands/GetEc2DeepInspectionConfigurationCommand.ts +++ b/clients/client-inspector2/src/commands/GetEc2DeepInspectionConfigurationCommand.ts @@ -68,6 +68,9 @@ export interface GetEc2DeepInspectionConfigurationCommandOutput * * @throws {@link AccessDeniedException} (client fault) *

You do not have sufficient access to perform this action.

+ *

+ * For Enable, you receive this error if you attempt to use a feature in an unsupported Amazon Web Services Region. + *

* * @throws {@link InternalServerException} (server fault) *

The request has failed due to an internal failure of the Amazon Inspector service.

diff --git a/clients/client-inspector2/src/commands/GetEncryptionKeyCommand.ts b/clients/client-inspector2/src/commands/GetEncryptionKeyCommand.ts index e7cae7a844b8..9b75c1c818c9 100644 --- a/clients/client-inspector2/src/commands/GetEncryptionKeyCommand.ts +++ b/clients/client-inspector2/src/commands/GetEncryptionKeyCommand.ts @@ -55,6 +55,9 @@ export interface GetEncryptionKeyCommandOutput extends GetEncryptionKeyResponse, * * @throws {@link AccessDeniedException} (client fault) *

You do not have sufficient access to perform this action.

+ *

+ * For Enable, you receive this error if you attempt to use a feature in an unsupported Amazon Web Services Region. + *

* * @throws {@link InternalServerException} (server fault) *

The request has failed due to an internal failure of the Amazon Inspector service.

diff --git a/clients/client-inspector2/src/commands/GetFindingsReportStatusCommand.ts b/clients/client-inspector2/src/commands/GetFindingsReportStatusCommand.ts index db6c188b2956..378c265b6ecc 100644 --- a/clients/client-inspector2/src/commands/GetFindingsReportStatusCommand.ts +++ b/clients/client-inspector2/src/commands/GetFindingsReportStatusCommand.ts @@ -190,6 +190,9 @@ export interface GetFindingsReportStatusCommandOutput extends GetFindingsReportS * * @throws {@link AccessDeniedException} (client fault) *

You do not have sufficient access to perform this action.

+ *

+ * For Enable, you receive this error if you attempt to use a feature in an unsupported Amazon Web Services Region. + *

* * @throws {@link InternalServerException} (server fault) *

The request has failed due to an internal failure of the Amazon Inspector service.

diff --git a/clients/client-inspector2/src/commands/GetMemberCommand.ts b/clients/client-inspector2/src/commands/GetMemberCommand.ts index 2976e49d1b2e..7c803edb30a2 100644 --- a/clients/client-inspector2/src/commands/GetMemberCommand.ts +++ b/clients/client-inspector2/src/commands/GetMemberCommand.ts @@ -59,6 +59,9 @@ export interface GetMemberCommandOutput extends GetMemberResponse, __MetadataBea * * @throws {@link AccessDeniedException} (client fault) *

You do not have sufficient access to perform this action.

+ *

+ * For Enable, you receive this error if you attempt to use a feature in an unsupported Amazon Web Services Region. + *

* * @throws {@link InternalServerException} (server fault) *

The request has failed due to an internal failure of the Amazon Inspector service.

diff --git a/clients/client-inspector2/src/commands/GetSbomExportCommand.ts b/clients/client-inspector2/src/commands/GetSbomExportCommand.ts index f6975e0eab91..0391826a6edd 100644 --- a/clients/client-inspector2/src/commands/GetSbomExportCommand.ts +++ b/clients/client-inspector2/src/commands/GetSbomExportCommand.ts @@ -110,6 +110,9 @@ export interface GetSbomExportCommandOutput extends GetSbomExportResponse, __Met * * @throws {@link AccessDeniedException} (client fault) *

You do not have sufficient access to perform this action.

+ *

+ * For Enable, you receive this error if you attempt to use a feature in an unsupported Amazon Web Services Region. + *

* * @throws {@link InternalServerException} (server fault) *

The request has failed due to an internal failure of the Amazon Inspector service.

diff --git a/clients/client-inspector2/src/commands/ListAccountPermissionsCommand.ts b/clients/client-inspector2/src/commands/ListAccountPermissionsCommand.ts index 56c065aa3802..8dd7dc561abc 100644 --- a/clients/client-inspector2/src/commands/ListAccountPermissionsCommand.ts +++ b/clients/client-inspector2/src/commands/ListAccountPermissionsCommand.ts @@ -62,6 +62,9 @@ export interface ListAccountPermissionsCommandOutput extends ListAccountPermissi * * @throws {@link AccessDeniedException} (client fault) *

You do not have sufficient access to perform this action.

+ *

+ * For Enable, you receive this error if you attempt to use a feature in an unsupported Amazon Web Services Region. + *

* * @throws {@link InternalServerException} (server fault) *

The request has failed due to an internal failure of the Amazon Inspector service.

diff --git a/clients/client-inspector2/src/commands/ListCisScanConfigurationsCommand.ts b/clients/client-inspector2/src/commands/ListCisScanConfigurationsCommand.ts index 0d6f0699d0a2..3947e75e59d1 100644 --- a/clients/client-inspector2/src/commands/ListCisScanConfigurationsCommand.ts +++ b/clients/client-inspector2/src/commands/ListCisScanConfigurationsCommand.ts @@ -124,6 +124,9 @@ export interface ListCisScanConfigurationsCommandOutput extends ListCisScanConfi * * @throws {@link AccessDeniedException} (client fault) *

You do not have sufficient access to perform this action.

+ *

+ * For Enable, you receive this error if you attempt to use a feature in an unsupported Amazon Web Services Region. + *

* * @throws {@link InternalServerException} (server fault) *

The request has failed due to an internal failure of the Amazon Inspector service.

diff --git a/clients/client-inspector2/src/commands/ListCisScanResultsAggregatedByChecksCommand.ts b/clients/client-inspector2/src/commands/ListCisScanResultsAggregatedByChecksCommand.ts index abf282a3566f..89dc8ba81047 100644 --- a/clients/client-inspector2/src/commands/ListCisScanResultsAggregatedByChecksCommand.ts +++ b/clients/client-inspector2/src/commands/ListCisScanResultsAggregatedByChecksCommand.ts @@ -120,6 +120,9 @@ export interface ListCisScanResultsAggregatedByChecksCommandOutput * * @throws {@link AccessDeniedException} (client fault) *

You do not have sufficient access to perform this action.

+ *

+ * For Enable, you receive this error if you attempt to use a feature in an unsupported Amazon Web Services Region. + *

* * @throws {@link InternalServerException} (server fault) *

The request has failed due to an internal failure of the Amazon Inspector service.

diff --git a/clients/client-inspector2/src/commands/ListCisScanResultsAggregatedByTargetResourceCommand.ts b/clients/client-inspector2/src/commands/ListCisScanResultsAggregatedByTargetResourceCommand.ts index 9be258067737..30f300525508 100644 --- a/clients/client-inspector2/src/commands/ListCisScanResultsAggregatedByTargetResourceCommand.ts +++ b/clients/client-inspector2/src/commands/ListCisScanResultsAggregatedByTargetResourceCommand.ts @@ -144,6 +144,9 @@ export interface ListCisScanResultsAggregatedByTargetResourceCommandOutput * * @throws {@link AccessDeniedException} (client fault) *

You do not have sufficient access to perform this action.

+ *

+ * For Enable, you receive this error if you attempt to use a feature in an unsupported Amazon Web Services Region. + *

* * @throws {@link InternalServerException} (server fault) *

The request has failed due to an internal failure of the Amazon Inspector service.

diff --git a/clients/client-inspector2/src/commands/ListCisScansCommand.ts b/clients/client-inspector2/src/commands/ListCisScansCommand.ts index 5e563a1ed439..406885e25932 100644 --- a/clients/client-inspector2/src/commands/ListCisScansCommand.ts +++ b/clients/client-inspector2/src/commands/ListCisScansCommand.ts @@ -141,6 +141,9 @@ export interface ListCisScansCommandOutput extends ListCisScansResponse, __Metad * * @throws {@link AccessDeniedException} (client fault) *

You do not have sufficient access to perform this action.

+ *

+ * For Enable, you receive this error if you attempt to use a feature in an unsupported Amazon Web Services Region. + *

* * @throws {@link InternalServerException} (server fault) *

The request has failed due to an internal failure of the Amazon Inspector service.

diff --git a/clients/client-inspector2/src/commands/ListDelegatedAdminAccountsCommand.ts b/clients/client-inspector2/src/commands/ListDelegatedAdminAccountsCommand.ts index 77094030420f..f9f36b19225c 100644 --- a/clients/client-inspector2/src/commands/ListDelegatedAdminAccountsCommand.ts +++ b/clients/client-inspector2/src/commands/ListDelegatedAdminAccountsCommand.ts @@ -62,6 +62,9 @@ export interface ListDelegatedAdminAccountsCommandOutput extends ListDelegatedAd * * @throws {@link AccessDeniedException} (client fault) *

You do not have sufficient access to perform this action.

+ *

+ * For Enable, you receive this error if you attempt to use a feature in an unsupported Amazon Web Services Region. + *

* * @throws {@link InternalServerException} (server fault) *

The request has failed due to an internal failure of the Amazon Inspector service.

diff --git a/clients/client-inspector2/src/commands/ListFiltersCommand.ts b/clients/client-inspector2/src/commands/ListFiltersCommand.ts index e4e628e932d9..734fb8b59045 100644 --- a/clients/client-inspector2/src/commands/ListFiltersCommand.ts +++ b/clients/client-inspector2/src/commands/ListFiltersCommand.ts @@ -202,6 +202,9 @@ export interface ListFiltersCommandOutput extends ListFiltersResponse, __Metadat * * @throws {@link AccessDeniedException} (client fault) *

You do not have sufficient access to perform this action.

+ *

+ * For Enable, you receive this error if you attempt to use a feature in an unsupported Amazon Web Services Region. + *

* * @throws {@link InternalServerException} (server fault) *

The request has failed due to an internal failure of the Amazon Inspector service.

diff --git a/clients/client-inspector2/src/commands/ListFindingAggregationsCommand.ts b/clients/client-inspector2/src/commands/ListFindingAggregationsCommand.ts index a34536bd7d53..a53ec562e420 100644 --- a/clients/client-inspector2/src/commands/ListFindingAggregationsCommand.ts +++ b/clients/client-inspector2/src/commands/ListFindingAggregationsCommand.ts @@ -168,6 +168,8 @@ export interface ListFindingAggregationsCommandOutput extends ListFindingAggrega * // high: Number("long"), * // critical: Number("long"), * // }, + * // exploitAvailableCount: Number("long"), + * // fixAvailableCount: Number("long"), * // }, * // amiAggregation: { // AmiAggregationResponse * // ami: "STRING_VALUE", // required @@ -220,6 +222,8 @@ export interface ListFindingAggregationsCommandOutput extends ListFindingAggrega * // high: Number("long"), * // critical: Number("long"), * // }, + * // exploitAvailableCount: Number("long"), + * // fixAvailableCount: Number("long"), * // }, * // imageLayerAggregation: { // ImageLayerAggregationResponse * // repository: "STRING_VALUE", // required diff --git a/clients/client-inspector2/src/commands/ListMembersCommand.ts b/clients/client-inspector2/src/commands/ListMembersCommand.ts index 26d82277759c..02de661447b1 100644 --- a/clients/client-inspector2/src/commands/ListMembersCommand.ts +++ b/clients/client-inspector2/src/commands/ListMembersCommand.ts @@ -65,6 +65,9 @@ export interface ListMembersCommandOutput extends ListMembersResponse, __Metadat * * @throws {@link AccessDeniedException} (client fault) *

You do not have sufficient access to perform this action.

+ *

+ * For Enable, you receive this error if you attempt to use a feature in an unsupported Amazon Web Services Region. + *

* * @throws {@link InternalServerException} (server fault) *

The request has failed due to an internal failure of the Amazon Inspector service.

diff --git a/clients/client-inspector2/src/commands/ListUsageTotalsCommand.ts b/clients/client-inspector2/src/commands/ListUsageTotalsCommand.ts index eea3ef753325..fa6effde2b11 100644 --- a/clients/client-inspector2/src/commands/ListUsageTotalsCommand.ts +++ b/clients/client-inspector2/src/commands/ListUsageTotalsCommand.ts @@ -71,6 +71,9 @@ export interface ListUsageTotalsCommandOutput extends ListUsageTotalsResponse, _ * * @throws {@link AccessDeniedException} (client fault) *

You do not have sufficient access to perform this action.

+ *

+ * For Enable, you receive this error if you attempt to use a feature in an unsupported Amazon Web Services Region. + *

* * @throws {@link InternalServerException} (server fault) *

The request has failed due to an internal failure of the Amazon Inspector service.

diff --git a/clients/client-inspector2/src/commands/ResetEncryptionKeyCommand.ts b/clients/client-inspector2/src/commands/ResetEncryptionKeyCommand.ts index 7b68a8a7b3d9..9b52093bcc65 100644 --- a/clients/client-inspector2/src/commands/ResetEncryptionKeyCommand.ts +++ b/clients/client-inspector2/src/commands/ResetEncryptionKeyCommand.ts @@ -53,6 +53,9 @@ export interface ResetEncryptionKeyCommandOutput extends ResetEncryptionKeyRespo * * @throws {@link AccessDeniedException} (client fault) *

You do not have sufficient access to perform this action.

+ *

+ * For Enable, you receive this error if you attempt to use a feature in an unsupported Amazon Web Services Region. + *

* * @throws {@link InternalServerException} (server fault) *

The request has failed due to an internal failure of the Amazon Inspector service.

diff --git a/clients/client-inspector2/src/commands/SearchVulnerabilitiesCommand.ts b/clients/client-inspector2/src/commands/SearchVulnerabilitiesCommand.ts index 82b0d1411683..cd7b2f382530 100644 --- a/clients/client-inspector2/src/commands/SearchVulnerabilitiesCommand.ts +++ b/clients/client-inspector2/src/commands/SearchVulnerabilitiesCommand.ts @@ -112,6 +112,9 @@ export interface SearchVulnerabilitiesCommandOutput extends SearchVulnerabilitie * * @throws {@link AccessDeniedException} (client fault) *

You do not have sufficient access to perform this action.

+ *

+ * For Enable, you receive this error if you attempt to use a feature in an unsupported Amazon Web Services Region. + *

* * @throws {@link InternalServerException} (server fault) *

The request has failed due to an internal failure of the Amazon Inspector service.

diff --git a/clients/client-inspector2/src/commands/SendCisSessionHealthCommand.ts b/clients/client-inspector2/src/commands/SendCisSessionHealthCommand.ts index 7acaae047e5e..3dbfbe74e8d4 100644 --- a/clients/client-inspector2/src/commands/SendCisSessionHealthCommand.ts +++ b/clients/client-inspector2/src/commands/SendCisSessionHealthCommand.ts @@ -57,6 +57,9 @@ export interface SendCisSessionHealthCommandOutput extends SendCisSessionHealthR * * @throws {@link AccessDeniedException} (client fault) *

You do not have sufficient access to perform this action.

+ *

+ * For Enable, you receive this error if you attempt to use a feature in an unsupported Amazon Web Services Region. + *

* * @throws {@link ConflictException} (client fault) *

A conflict occurred.

diff --git a/clients/client-inspector2/src/commands/SendCisSessionTelemetryCommand.ts b/clients/client-inspector2/src/commands/SendCisSessionTelemetryCommand.ts index 850ed1a3d7f9..4442f2044d52 100644 --- a/clients/client-inspector2/src/commands/SendCisSessionTelemetryCommand.ts +++ b/clients/client-inspector2/src/commands/SendCisSessionTelemetryCommand.ts @@ -64,6 +64,9 @@ export interface SendCisSessionTelemetryCommandOutput extends SendCisSessionTele * * @throws {@link AccessDeniedException} (client fault) *

You do not have sufficient access to perform this action.

+ *

+ * For Enable, you receive this error if you attempt to use a feature in an unsupported Amazon Web Services Region. + *

* * @throws {@link ConflictException} (client fault) *

A conflict occurred.

diff --git a/clients/client-inspector2/src/commands/StartCisSessionCommand.ts b/clients/client-inspector2/src/commands/StartCisSessionCommand.ts index 2ab32e213027..b8388ccf3af3 100644 --- a/clients/client-inspector2/src/commands/StartCisSessionCommand.ts +++ b/clients/client-inspector2/src/commands/StartCisSessionCommand.ts @@ -59,6 +59,9 @@ export interface StartCisSessionCommandOutput extends StartCisSessionResponse, _ * * @throws {@link AccessDeniedException} (client fault) *

You do not have sufficient access to perform this action.

+ *

+ * For Enable, you receive this error if you attempt to use a feature in an unsupported Amazon Web Services Region. + *

* * @throws {@link ConflictException} (client fault) *

A conflict occurred.

diff --git a/clients/client-inspector2/src/commands/StopCisSessionCommand.ts b/clients/client-inspector2/src/commands/StopCisSessionCommand.ts index 246c4dffd2e2..7134c61f5222 100644 --- a/clients/client-inspector2/src/commands/StopCisSessionCommand.ts +++ b/clients/client-inspector2/src/commands/StopCisSessionCommand.ts @@ -78,6 +78,9 @@ export interface StopCisSessionCommandOutput extends StopCisSessionResponse, __M * * @throws {@link AccessDeniedException} (client fault) *

You do not have sufficient access to perform this action.

+ *

+ * For Enable, you receive this error if you attempt to use a feature in an unsupported Amazon Web Services Region. + *

* * @throws {@link ConflictException} (client fault) *

A conflict occurred.

diff --git a/clients/client-inspector2/src/commands/UpdateCisScanConfigurationCommand.ts b/clients/client-inspector2/src/commands/UpdateCisScanConfigurationCommand.ts index b89001d688f5..0ad39fa185a0 100644 --- a/clients/client-inspector2/src/commands/UpdateCisScanConfigurationCommand.ts +++ b/clients/client-inspector2/src/commands/UpdateCisScanConfigurationCommand.ts @@ -91,6 +91,9 @@ export interface UpdateCisScanConfigurationCommandOutput extends UpdateCisScanCo * * @throws {@link AccessDeniedException} (client fault) *

You do not have sufficient access to perform this action.

+ *

+ * For Enable, you receive this error if you attempt to use a feature in an unsupported Amazon Web Services Region. + *

* * @throws {@link InternalServerException} (server fault) *

The request has failed due to an internal failure of the Amazon Inspector service.

diff --git a/clients/client-inspector2/src/commands/UpdateConfigurationCommand.ts b/clients/client-inspector2/src/commands/UpdateConfigurationCommand.ts index 3101c374ca1f..67bca80953ae 100644 --- a/clients/client-inspector2/src/commands/UpdateConfigurationCommand.ts +++ b/clients/client-inspector2/src/commands/UpdateConfigurationCommand.ts @@ -58,6 +58,9 @@ export interface UpdateConfigurationCommandOutput extends UpdateConfigurationRes * * @throws {@link AccessDeniedException} (client fault) *

You do not have sufficient access to perform this action.

+ *

+ * For Enable, you receive this error if you attempt to use a feature in an unsupported Amazon Web Services Region. + *

* * @throws {@link InternalServerException} (server fault) *

The request has failed due to an internal failure of the Amazon Inspector service.

diff --git a/clients/client-inspector2/src/commands/UpdateEc2DeepInspectionConfigurationCommand.ts b/clients/client-inspector2/src/commands/UpdateEc2DeepInspectionConfigurationCommand.ts index bbabf3a6621f..381a4e4b83ab 100644 --- a/clients/client-inspector2/src/commands/UpdateEc2DeepInspectionConfigurationCommand.ts +++ b/clients/client-inspector2/src/commands/UpdateEc2DeepInspectionConfigurationCommand.ts @@ -72,6 +72,9 @@ export interface UpdateEc2DeepInspectionConfigurationCommandOutput * * @throws {@link AccessDeniedException} (client fault) *

You do not have sufficient access to perform this action.

+ *

+ * For Enable, you receive this error if you attempt to use a feature in an unsupported Amazon Web Services Region. + *

* * @throws {@link InternalServerException} (server fault) *

The request has failed due to an internal failure of the Amazon Inspector service.

diff --git a/clients/client-inspector2/src/commands/UpdateEncryptionKeyCommand.ts b/clients/client-inspector2/src/commands/UpdateEncryptionKeyCommand.ts index c0d1828f32cf..c97a9cb99a80 100644 --- a/clients/client-inspector2/src/commands/UpdateEncryptionKeyCommand.ts +++ b/clients/client-inspector2/src/commands/UpdateEncryptionKeyCommand.ts @@ -54,6 +54,9 @@ export interface UpdateEncryptionKeyCommandOutput extends UpdateEncryptionKeyRes * * @throws {@link AccessDeniedException} (client fault) *

You do not have sufficient access to perform this action.

+ *

+ * For Enable, you receive this error if you attempt to use a feature in an unsupported Amazon Web Services Region. + *

* * @throws {@link InternalServerException} (server fault) *

The request has failed due to an internal failure of the Amazon Inspector service.

diff --git a/clients/client-inspector2/src/commands/UpdateFilterCommand.ts b/clients/client-inspector2/src/commands/UpdateFilterCommand.ts index c5b49ed011cc..8af17637a20d 100644 --- a/clients/client-inspector2/src/commands/UpdateFilterCommand.ts +++ b/clients/client-inspector2/src/commands/UpdateFilterCommand.ts @@ -186,6 +186,9 @@ export interface UpdateFilterCommandOutput extends UpdateFilterResponse, __Metad * * @throws {@link AccessDeniedException} (client fault) *

You do not have sufficient access to perform this action.

+ *

+ * For Enable, you receive this error if you attempt to use a feature in an unsupported Amazon Web Services Region. + *

* * @throws {@link InternalServerException} (server fault) *

The request has failed due to an internal failure of the Amazon Inspector service.

diff --git a/clients/client-inspector2/src/commands/UpdateOrgEc2DeepInspectionConfigurationCommand.ts b/clients/client-inspector2/src/commands/UpdateOrgEc2DeepInspectionConfigurationCommand.ts index 71dc65b89449..eeed487477cc 100644 --- a/clients/client-inspector2/src/commands/UpdateOrgEc2DeepInspectionConfigurationCommand.ts +++ b/clients/client-inspector2/src/commands/UpdateOrgEc2DeepInspectionConfigurationCommand.ts @@ -63,6 +63,9 @@ export interface UpdateOrgEc2DeepInspectionConfigurationCommandOutput * * @throws {@link AccessDeniedException} (client fault) *

You do not have sufficient access to perform this action.

+ *

+ * For Enable, you receive this error if you attempt to use a feature in an unsupported Amazon Web Services Region. + *

* * @throws {@link InternalServerException} (server fault) *

The request has failed due to an internal failure of the Amazon Inspector service.

diff --git a/clients/client-inspector2/src/commands/UpdateOrganizationConfigurationCommand.ts b/clients/client-inspector2/src/commands/UpdateOrganizationConfigurationCommand.ts index 599b7ba956a9..f1eba359f337 100644 --- a/clients/client-inspector2/src/commands/UpdateOrganizationConfigurationCommand.ts +++ b/clients/client-inspector2/src/commands/UpdateOrganizationConfigurationCommand.ts @@ -69,6 +69,9 @@ export interface UpdateOrganizationConfigurationCommandOutput * * @throws {@link AccessDeniedException} (client fault) *

You do not have sufficient access to perform this action.

+ *

+ * For Enable, you receive this error if you attempt to use a feature in an unsupported Amazon Web Services Region. + *

* * @throws {@link InternalServerException} (server fault) *

The request has failed due to an internal failure of the Amazon Inspector service.

diff --git a/clients/client-inspector2/src/models/models_0.ts b/clients/client-inspector2/src/models/models_0.ts index dfc141686baa..84d5687ee5b7 100644 --- a/clients/client-inspector2/src/models/models_0.ts +++ b/clients/client-inspector2/src/models/models_0.ts @@ -5,6 +5,9 @@ import { Inspector2ServiceException as __BaseException } from "./Inspector2Servi /** *

You do not have sufficient access to perform this action.

+ *

+ * For Enable, you receive this error if you attempt to use a feature in an unsupported Amazon Web Services Region. + *

* @public */ export class AccessDeniedException extends __BaseException { @@ -232,6 +235,22 @@ export interface AccountAggregationResponse { * @public */ severityCounts?: SeverityCounts; + + /** + *

+ * The number of findings that have an exploit available. + *

+ * @public + */ + exploitAvailableCount?: number; + + /** + *

+ * Details about the number of fixes. + *

+ * @public + */ + fixAvailableCount?: number; } /** @@ -277,6 +296,8 @@ export const ErrorCode = { ALREADY_ENABLED: "ALREADY_ENABLED", DISABLE_IN_PROGRESS: "DISABLE_IN_PROGRESS", DISASSOCIATE_ALL_MEMBERS: "DISASSOCIATE_ALL_MEMBERS", + EC2_SSM_ASSOCIATION_VERSION_LIMIT_EXCEEDED: "EC2_SSM_ASSOCIATION_VERSION_LIMIT_EXCEEDED", + EC2_SSM_RESOURCE_DATA_SYNC_LIMIT_EXCEEDED: "EC2_SSM_RESOURCE_DATA_SYNC_LIMIT_EXCEEDED", ENABLE_IN_PROGRESS: "ENABLE_IN_PROGRESS", EVENTBRIDGE_THROTTLED: "EVENTBRIDGE_THROTTLED", EVENTBRIDGE_UNAVAILABLE: "EVENTBRIDGE_UNAVAILABLE", @@ -1375,6 +1396,20 @@ export interface FindingTypeAggregationResponse { * @public */ severityCounts?: SeverityCounts; + + /** + *

The number of findings that have an exploit available.

+ * @public + */ + exploitAvailableCount?: number; + + /** + *

+ * Details about the number of fixes. + *

+ * @public + */ + fixAvailableCount?: number; } /** @@ -4861,6 +4896,8 @@ export type ScanMode = (typeof ScanMode)[keyof typeof ScanMode]; */ export const ScanStatusReason = { ACCESS_DENIED: "ACCESS_DENIED", + AGENTLESS_INSTANCE_COLLECTION_TIME_LIMIT_EXCEEDED: "AGENTLESS_INSTANCE_COLLECTION_TIME_LIMIT_EXCEEDED", + AGENTLESS_INSTANCE_STORAGE_LIMIT_EXCEEDED: "AGENTLESS_INSTANCE_STORAGE_LIMIT_EXCEEDED", DEEP_INSPECTION_COLLECTION_TIME_LIMIT_EXCEEDED: "DEEP_INSPECTION_COLLECTION_TIME_LIMIT_EXCEEDED", DEEP_INSPECTION_DAILY_SSM_INVENTORY_LIMIT_EXCEEDED: "DEEP_INSPECTION_DAILY_SSM_INVENTORY_LIMIT_EXCEEDED", DEEP_INSPECTION_NO_INVENTORY: "DEEP_INSPECTION_NO_INVENTORY",