@aws-sdk/client-inspector2 3.935.0 → 3.939.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.
Files changed (69) hide show
  1. package/dist-cjs/index.js +546 -0
  2. package/dist-es/models/enums.js +475 -0
  3. package/dist-es/models/models_0.js +1 -423
  4. package/dist-es/models/models_1.js +1 -52
  5. package/dist-types/commands/GetDelegatedAdminAccountCommand.d.ts +1 -1
  6. package/dist-types/commands/GetEc2DeepInspectionConfigurationCommand.d.ts +1 -1
  7. package/dist-types/commands/GetEncryptionKeyCommand.d.ts +1 -1
  8. package/dist-types/commands/GetFindingsReportStatusCommand.d.ts +1 -1
  9. package/dist-types/commands/GetMemberCommand.d.ts +1 -1
  10. package/dist-types/commands/GetSbomExportCommand.d.ts +1 -1
  11. package/dist-types/commands/ListAccountPermissionsCommand.d.ts +1 -1
  12. package/dist-types/commands/ListCisScanConfigurationsCommand.d.ts +1 -1
  13. package/dist-types/commands/ListCisScanResultsAggregatedByChecksCommand.d.ts +1 -1
  14. package/dist-types/commands/ListCisScanResultsAggregatedByTargetResourceCommand.d.ts +1 -1
  15. package/dist-types/commands/ListCisScansCommand.d.ts +1 -1
  16. package/dist-types/commands/ListCodeSecurityIntegrationsCommand.d.ts +1 -1
  17. package/dist-types/commands/ListCodeSecurityScanConfigurationAssociationsCommand.d.ts +1 -1
  18. package/dist-types/commands/ListCodeSecurityScanConfigurationsCommand.d.ts +1 -1
  19. package/dist-types/commands/ListCoverageCommand.d.ts +1 -1
  20. package/dist-types/commands/ListCoverageStatisticsCommand.d.ts +1 -1
  21. package/dist-types/commands/ListDelegatedAdminAccountsCommand.d.ts +1 -1
  22. package/dist-types/commands/ListFiltersCommand.d.ts +1 -1
  23. package/dist-types/commands/ListFindingAggregationsCommand.d.ts +1 -1
  24. package/dist-types/commands/ListFindingsCommand.d.ts +1 -1
  25. package/dist-types/commands/ListMembersCommand.d.ts +1 -1
  26. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
  27. package/dist-types/commands/ListUsageTotalsCommand.d.ts +1 -1
  28. package/dist-types/commands/ResetEncryptionKeyCommand.d.ts +1 -1
  29. package/dist-types/commands/SearchVulnerabilitiesCommand.d.ts +1 -1
  30. package/dist-types/commands/SendCisSessionHealthCommand.d.ts +1 -1
  31. package/dist-types/commands/SendCisSessionTelemetryCommand.d.ts +1 -1
  32. package/dist-types/commands/StartCisSessionCommand.d.ts +2 -1
  33. package/dist-types/models/enums.d.ts +1187 -144
  34. package/dist-types/models/errors.d.ts +2 -1
  35. package/dist-types/models/models_0.d.ts +1366 -945
  36. package/dist-types/models/models_1.d.ts +2 -1466
  37. package/dist-types/ts3.4/commands/GetDelegatedAdminAccountCommand.d.ts +1 -1
  38. package/dist-types/ts3.4/commands/GetEc2DeepInspectionConfigurationCommand.d.ts +1 -1
  39. package/dist-types/ts3.4/commands/GetEncryptionKeyCommand.d.ts +1 -1
  40. package/dist-types/ts3.4/commands/GetFindingsReportStatusCommand.d.ts +1 -1
  41. package/dist-types/ts3.4/commands/GetMemberCommand.d.ts +1 -1
  42. package/dist-types/ts3.4/commands/GetSbomExportCommand.d.ts +1 -1
  43. package/dist-types/ts3.4/commands/ListAccountPermissionsCommand.d.ts +1 -1
  44. package/dist-types/ts3.4/commands/ListCisScanConfigurationsCommand.d.ts +1 -1
  45. package/dist-types/ts3.4/commands/ListCisScanResultsAggregatedByChecksCommand.d.ts +1 -1
  46. package/dist-types/ts3.4/commands/ListCisScanResultsAggregatedByTargetResourceCommand.d.ts +1 -1
  47. package/dist-types/ts3.4/commands/ListCisScansCommand.d.ts +1 -1
  48. package/dist-types/ts3.4/commands/ListCodeSecurityIntegrationsCommand.d.ts +1 -1
  49. package/dist-types/ts3.4/commands/ListCodeSecurityScanConfigurationAssociationsCommand.d.ts +1 -1
  50. package/dist-types/ts3.4/commands/ListCodeSecurityScanConfigurationsCommand.d.ts +1 -1
  51. package/dist-types/ts3.4/commands/ListCoverageCommand.d.ts +1 -1
  52. package/dist-types/ts3.4/commands/ListCoverageStatisticsCommand.d.ts +1 -1
  53. package/dist-types/ts3.4/commands/ListDelegatedAdminAccountsCommand.d.ts +1 -1
  54. package/dist-types/ts3.4/commands/ListFiltersCommand.d.ts +1 -1
  55. package/dist-types/ts3.4/commands/ListFindingAggregationsCommand.d.ts +1 -1
  56. package/dist-types/ts3.4/commands/ListFindingsCommand.d.ts +1 -1
  57. package/dist-types/ts3.4/commands/ListMembersCommand.d.ts +1 -1
  58. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -1
  59. package/dist-types/ts3.4/commands/ListUsageTotalsCommand.d.ts +1 -1
  60. package/dist-types/ts3.4/commands/ResetEncryptionKeyCommand.d.ts +1 -1
  61. package/dist-types/ts3.4/commands/SearchVulnerabilitiesCommand.d.ts +1 -1
  62. package/dist-types/ts3.4/commands/SendCisSessionHealthCommand.d.ts +1 -1
  63. package/dist-types/ts3.4/commands/SendCisSessionTelemetryCommand.d.ts +1 -1
  64. package/dist-types/ts3.4/commands/StartCisSessionCommand.d.ts +2 -4
  65. package/dist-types/ts3.4/models/enums.d.ts +588 -0
  66. package/dist-types/ts3.4/models/errors.d.ts +2 -4
  67. package/dist-types/ts3.4/models/models_0.d.ts +383 -528
  68. package/dist-types/ts3.4/models/models_1.d.ts +4 -419
  69. package/package.json +12 -12
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Inspector2Client";
4
- import { ListFindingsRequest, ListFindingsResponse } from "../models/models_1";
4
+ import { ListFindingsRequest, ListFindingsResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Inspector2Client";
4
- import { ListMembersRequest, ListMembersResponse } from "../models/models_1";
4
+ import { ListMembersRequest, ListMembersResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Inspector2Client";
4
- import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_1";
4
+ import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Inspector2Client";
4
- import { ListUsageTotalsRequest, ListUsageTotalsResponse } from "../models/models_1";
4
+ import { ListUsageTotalsRequest, ListUsageTotalsResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Inspector2Client";
4
- import { ResetEncryptionKeyRequest, ResetEncryptionKeyResponse } from "../models/models_1";
4
+ import { ResetEncryptionKeyRequest, ResetEncryptionKeyResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Inspector2Client";
4
- import { SearchVulnerabilitiesRequest, SearchVulnerabilitiesResponse } from "../models/models_1";
4
+ import { SearchVulnerabilitiesRequest, SearchVulnerabilitiesResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Inspector2Client";
4
- import { SendCisSessionHealthRequest, SendCisSessionHealthResponse } from "../models/models_1";
4
+ import { SendCisSessionHealthRequest, SendCisSessionHealthResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Inspector2Client";
4
- import { SendCisSessionTelemetryRequest, SendCisSessionTelemetryResponse } from "../models/models_1";
4
+ import { SendCisSessionTelemetryRequest, SendCisSessionTelemetryResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,8 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Inspector2Client";
4
- import { StartCisSessionRequest, StartCisSessionResponse } from "../models/models_1";
4
+ import { StartCisSessionRequest } from "../models/models_0";
5
+ import { StartCisSessionResponse } from "../models/models_1";
5
6
  /**
6
7
  * @public
7
8
  */