@aws-sdk/client-inspector2 3.828.0 → 3.831.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 (141) hide show
  1. package/README.md +120 -0
  2. package/dist-cjs/index.js +1297 -313
  3. package/dist-es/Inspector2.js +30 -0
  4. package/dist-es/commands/BatchAssociateCodeSecurityScanConfigurationCommand.js +22 -0
  5. package/dist-es/commands/BatchDisassociateCodeSecurityScanConfigurationCommand.js +22 -0
  6. package/dist-es/commands/CreateCodeSecurityIntegrationCommand.js +23 -0
  7. package/dist-es/commands/CreateCodeSecurityScanConfigurationCommand.js +22 -0
  8. package/dist-es/commands/DeleteCodeSecurityIntegrationCommand.js +22 -0
  9. package/dist-es/commands/DeleteCodeSecurityScanConfigurationCommand.js +22 -0
  10. package/dist-es/commands/GetCodeSecurityIntegrationCommand.js +23 -0
  11. package/dist-es/commands/GetCodeSecurityScanCommand.js +22 -0
  12. package/dist-es/commands/GetCodeSecurityScanConfigurationCommand.js +22 -0
  13. package/dist-es/commands/ListCodeSecurityIntegrationsCommand.js +22 -0
  14. package/dist-es/commands/ListCodeSecurityScanConfigurationAssociationsCommand.js +22 -0
  15. package/dist-es/commands/ListCodeSecurityScanConfigurationsCommand.js +22 -0
  16. package/dist-es/commands/StartCodeSecurityScanCommand.js +22 -0
  17. package/dist-es/commands/UpdateCodeSecurityIntegrationCommand.js +23 -0
  18. package/dist-es/commands/UpdateCodeSecurityScanConfigurationCommand.js +22 -0
  19. package/dist-es/commands/index.js +15 -0
  20. package/dist-es/models/models_0.js +153 -120
  21. package/dist-es/models/models_1.js +110 -0
  22. package/dist-es/protocols/Aws_restJson1.js +509 -3
  23. package/dist-types/Inspector2.d.ts +107 -0
  24. package/dist-types/Inspector2Client.d.ts +17 -2
  25. package/dist-types/commands/AssociateMemberCommand.d.ts +6 -1
  26. package/dist-types/commands/BatchAssociateCodeSecurityScanConfigurationCommand.d.ts +120 -0
  27. package/dist-types/commands/BatchDisassociateCodeSecurityScanConfigurationCommand.d.ts +120 -0
  28. package/dist-types/commands/BatchGetAccountStatusCommand.d.ts +6 -1
  29. package/dist-types/commands/BatchGetCodeSnippetCommand.d.ts +4 -1
  30. package/dist-types/commands/BatchGetFindingDetailsCommand.d.ts +2 -0
  31. package/dist-types/commands/BatchGetFreeTrialInfoCommand.d.ts +2 -0
  32. package/dist-types/commands/BatchGetMemberEc2DeepInspectionStatusCommand.d.ts +5 -1
  33. package/dist-types/commands/BatchUpdateMemberEc2DeepInspectionStatusCommand.d.ts +5 -1
  34. package/dist-types/commands/CancelFindingsReportCommand.d.ts +4 -1
  35. package/dist-types/commands/CancelSbomExportCommand.d.ts +4 -1
  36. package/dist-types/commands/CreateCisScanConfigurationCommand.d.ts +2 -0
  37. package/dist-types/commands/CreateCodeSecurityIntegrationCommand.d.ts +111 -0
  38. package/dist-types/commands/CreateCodeSecurityScanConfigurationCommand.d.ts +116 -0
  39. package/dist-types/commands/CreateFilterCommand.d.ts +6 -1
  40. package/dist-types/commands/CreateFindingsReportCommand.d.ts +9 -2
  41. package/dist-types/commands/CreateSbomExportCommand.d.ts +4 -1
  42. package/dist-types/commands/DeleteCisScanConfigurationCommand.d.ts +4 -1
  43. package/dist-types/commands/DeleteCodeSecurityIntegrationCommand.d.ts +91 -0
  44. package/dist-types/commands/DeleteCodeSecurityScanConfigurationCommand.d.ts +91 -0
  45. package/dist-types/commands/DeleteFilterCommand.d.ts +4 -1
  46. package/dist-types/commands/DescribeOrganizationConfigurationCommand.d.ts +3 -0
  47. package/dist-types/commands/DisableCommand.d.ts +8 -3
  48. package/dist-types/commands/DisableDelegatedAdminAccountCommand.d.ts +6 -2
  49. package/dist-types/commands/DisassociateMemberCommand.d.ts +2 -0
  50. package/dist-types/commands/EnableCommand.d.ts +6 -1
  51. package/dist-types/commands/EnableDelegatedAdminAccountCommand.d.ts +6 -2
  52. package/dist-types/commands/GetCisScanReportCommand.d.ts +5 -2
  53. package/dist-types/commands/GetCisScanResultDetailsCommand.d.ts +3 -1
  54. package/dist-types/commands/GetClustersForImageCommand.d.ts +3 -1
  55. package/dist-types/commands/GetCodeSecurityIntegrationCommand.d.ts +104 -0
  56. package/dist-types/commands/GetCodeSecurityScanCommand.d.ts +107 -0
  57. package/dist-types/commands/GetCodeSecurityScanConfigurationCommand.d.ts +115 -0
  58. package/dist-types/commands/GetConfigurationCommand.d.ts +3 -2
  59. package/dist-types/commands/GetDelegatedAdminAccountCommand.d.ts +5 -2
  60. package/dist-types/commands/GetEc2DeepInspectionConfigurationCommand.d.ts +7 -4
  61. package/dist-types/commands/GetEncryptionKeyCommand.d.ts +5 -2
  62. package/dist-types/commands/GetFindingsReportStatusCommand.d.ts +7 -2
  63. package/dist-types/commands/GetMemberCommand.d.ts +5 -2
  64. package/dist-types/commands/GetSbomExportCommand.d.ts +5 -3
  65. package/dist-types/commands/ListAccountPermissionsCommand.d.ts +2 -0
  66. package/dist-types/commands/ListCisScanConfigurationsCommand.d.ts +2 -0
  67. package/dist-types/commands/ListCisScanResultsAggregatedByChecksCommand.d.ts +2 -0
  68. package/dist-types/commands/ListCisScanResultsAggregatedByTargetResourceCommand.d.ts +2 -0
  69. package/dist-types/commands/ListCisScansCommand.d.ts +2 -0
  70. package/dist-types/commands/ListCodeSecurityIntegrationsCommand.d.ts +102 -0
  71. package/dist-types/commands/ListCodeSecurityScanConfigurationAssociationsCommand.d.ts +101 -0
  72. package/dist-types/commands/ListCodeSecurityScanConfigurationsCommand.d.ts +113 -0
  73. package/dist-types/commands/ListCoverageCommand.d.ts +37 -0
  74. package/dist-types/commands/ListCoverageStatisticsCommand.d.ts +4 -0
  75. package/dist-types/commands/ListDelegatedAdminAccountsCommand.d.ts +3 -2
  76. package/dist-types/commands/ListFiltersCommand.d.ts +4 -0
  77. package/dist-types/commands/ListFindingAggregationsCommand.d.ts +16 -0
  78. package/dist-types/commands/ListFindingsCommand.d.ts +7 -0
  79. package/dist-types/commands/ListMembersCommand.d.ts +2 -0
  80. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  81. package/dist-types/commands/ListUsageTotalsCommand.d.ts +2 -0
  82. package/dist-types/commands/ResetEncryptionKeyCommand.d.ts +6 -2
  83. package/dist-types/commands/SearchVulnerabilitiesCommand.d.ts +2 -0
  84. package/dist-types/commands/SendCisSessionHealthCommand.d.ts +7 -6
  85. package/dist-types/commands/SendCisSessionTelemetryCommand.d.ts +7 -6
  86. package/dist-types/commands/StartCisSessionCommand.d.ts +7 -6
  87. package/dist-types/commands/StartCodeSecurityScanCommand.d.ts +99 -0
  88. package/dist-types/commands/StopCisSessionCommand.d.ts +7 -6
  89. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  90. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  91. package/dist-types/commands/UpdateCisScanConfigurationCommand.d.ts +4 -1
  92. package/dist-types/commands/UpdateCodeSecurityIntegrationCommand.d.ts +109 -0
  93. package/dist-types/commands/UpdateCodeSecurityScanConfigurationCommand.d.ts +109 -0
  94. package/dist-types/commands/UpdateConfigurationCommand.d.ts +5 -1
  95. package/dist-types/commands/UpdateEc2DeepInspectionConfigurationCommand.d.ts +4 -1
  96. package/dist-types/commands/UpdateEncryptionKeyCommand.d.ts +6 -2
  97. package/dist-types/commands/UpdateFilterCommand.d.ts +6 -1
  98. package/dist-types/commands/UpdateOrgEc2DeepInspectionConfigurationCommand.d.ts +4 -1
  99. package/dist-types/commands/UpdateOrganizationConfigurationCommand.d.ts +4 -0
  100. package/dist-types/commands/index.d.ts +15 -0
  101. package/dist-types/endpoint/EndpointParameters.d.ts +7 -7
  102. package/dist-types/models/models_0.d.ts +2059 -1859
  103. package/dist-types/models/models_1.d.ts +1582 -49
  104. package/dist-types/protocols/Aws_restJson1.d.ts +135 -0
  105. package/dist-types/runtimeConfig.browser.d.ts +2 -2
  106. package/dist-types/runtimeConfig.native.d.ts +2 -2
  107. package/dist-types/ts3.4/Inspector2.d.ts +299 -0
  108. package/dist-types/ts3.4/Inspector2Client.d.ts +90 -0
  109. package/dist-types/ts3.4/commands/BatchAssociateCodeSecurityScanConfigurationCommand.d.ts +51 -0
  110. package/dist-types/ts3.4/commands/BatchDisassociateCodeSecurityScanConfigurationCommand.d.ts +51 -0
  111. package/dist-types/ts3.4/commands/CreateCodeSecurityIntegrationCommand.d.ts +51 -0
  112. package/dist-types/ts3.4/commands/CreateCodeSecurityScanConfigurationCommand.d.ts +51 -0
  113. package/dist-types/ts3.4/commands/DeleteCodeSecurityIntegrationCommand.d.ts +51 -0
  114. package/dist-types/ts3.4/commands/DeleteCodeSecurityScanConfigurationCommand.d.ts +51 -0
  115. package/dist-types/ts3.4/commands/GetCisScanReportCommand.d.ts +1 -1
  116. package/dist-types/ts3.4/commands/GetCisScanResultDetailsCommand.d.ts +1 -1
  117. package/dist-types/ts3.4/commands/GetClustersForImageCommand.d.ts +1 -1
  118. package/dist-types/ts3.4/commands/GetCodeSecurityIntegrationCommand.d.ts +51 -0
  119. package/dist-types/ts3.4/commands/GetCodeSecurityScanCommand.d.ts +51 -0
  120. package/dist-types/ts3.4/commands/GetCodeSecurityScanConfigurationCommand.d.ts +51 -0
  121. package/dist-types/ts3.4/commands/GetConfigurationCommand.d.ts +1 -1
  122. package/dist-types/ts3.4/commands/GetDelegatedAdminAccountCommand.d.ts +1 -1
  123. package/dist-types/ts3.4/commands/GetEc2DeepInspectionConfigurationCommand.d.ts +1 -1
  124. package/dist-types/ts3.4/commands/GetEncryptionKeyCommand.d.ts +1 -1
  125. package/dist-types/ts3.4/commands/GetFindingsReportStatusCommand.d.ts +1 -1
  126. package/dist-types/ts3.4/commands/GetMemberCommand.d.ts +1 -1
  127. package/dist-types/ts3.4/commands/GetSbomExportCommand.d.ts +4 -2
  128. package/dist-types/ts3.4/commands/ListCodeSecurityIntegrationsCommand.d.ts +51 -0
  129. package/dist-types/ts3.4/commands/ListCodeSecurityScanConfigurationAssociationsCommand.d.ts +51 -0
  130. package/dist-types/ts3.4/commands/ListCodeSecurityScanConfigurationsCommand.d.ts +51 -0
  131. package/dist-types/ts3.4/commands/StartCodeSecurityScanCommand.d.ts +51 -0
  132. package/dist-types/ts3.4/commands/UpdateCodeSecurityIntegrationCommand.d.ts +51 -0
  133. package/dist-types/ts3.4/commands/UpdateCodeSecurityScanConfigurationCommand.d.ts +51 -0
  134. package/dist-types/ts3.4/commands/index.d.ts +15 -0
  135. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +7 -7
  136. package/dist-types/ts3.4/models/models_0.d.ts +420 -328
  137. package/dist-types/ts3.4/models/models_1.d.ts +445 -6
  138. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +180 -0
  139. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -2
  140. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -2
  141. package/package.json +2 -2
@@ -0,0 +1,51 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ Inspector2ClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../Inspector2Client";
8
+ import {
9
+ BatchDisassociateCodeSecurityScanConfigurationRequest,
10
+ BatchDisassociateCodeSecurityScanConfigurationResponse,
11
+ } from "../models/models_0";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface BatchDisassociateCodeSecurityScanConfigurationCommandInput
15
+ extends BatchDisassociateCodeSecurityScanConfigurationRequest {}
16
+ export interface BatchDisassociateCodeSecurityScanConfigurationCommandOutput
17
+ extends BatchDisassociateCodeSecurityScanConfigurationResponse,
18
+ __MetadataBearer {}
19
+ declare const BatchDisassociateCodeSecurityScanConfigurationCommand_base: {
20
+ new (
21
+ input: BatchDisassociateCodeSecurityScanConfigurationCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ BatchDisassociateCodeSecurityScanConfigurationCommandInput,
24
+ BatchDisassociateCodeSecurityScanConfigurationCommandOutput,
25
+ Inspector2ClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ input: BatchDisassociateCodeSecurityScanConfigurationCommandInput
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ BatchDisassociateCodeSecurityScanConfigurationCommandInput,
33
+ BatchDisassociateCodeSecurityScanConfigurationCommandOutput,
34
+ Inspector2ClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class BatchDisassociateCodeSecurityScanConfigurationCommand extends BatchDisassociateCodeSecurityScanConfigurationCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: BatchDisassociateCodeSecurityScanConfigurationRequest;
44
+ output: BatchDisassociateCodeSecurityScanConfigurationResponse;
45
+ };
46
+ sdk: {
47
+ input: BatchDisassociateCodeSecurityScanConfigurationCommandInput;
48
+ output: BatchDisassociateCodeSecurityScanConfigurationCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -0,0 +1,51 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ Inspector2ClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../Inspector2Client";
8
+ import {
9
+ CreateCodeSecurityIntegrationRequest,
10
+ CreateCodeSecurityIntegrationResponse,
11
+ } from "../models/models_0";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface CreateCodeSecurityIntegrationCommandInput
15
+ extends CreateCodeSecurityIntegrationRequest {}
16
+ export interface CreateCodeSecurityIntegrationCommandOutput
17
+ extends CreateCodeSecurityIntegrationResponse,
18
+ __MetadataBearer {}
19
+ declare const CreateCodeSecurityIntegrationCommand_base: {
20
+ new (
21
+ input: CreateCodeSecurityIntegrationCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ CreateCodeSecurityIntegrationCommandInput,
24
+ CreateCodeSecurityIntegrationCommandOutput,
25
+ Inspector2ClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ input: CreateCodeSecurityIntegrationCommandInput
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ CreateCodeSecurityIntegrationCommandInput,
33
+ CreateCodeSecurityIntegrationCommandOutput,
34
+ Inspector2ClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class CreateCodeSecurityIntegrationCommand extends CreateCodeSecurityIntegrationCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: CreateCodeSecurityIntegrationRequest;
44
+ output: CreateCodeSecurityIntegrationResponse;
45
+ };
46
+ sdk: {
47
+ input: CreateCodeSecurityIntegrationCommandInput;
48
+ output: CreateCodeSecurityIntegrationCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -0,0 +1,51 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ Inspector2ClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../Inspector2Client";
8
+ import {
9
+ CreateCodeSecurityScanConfigurationRequest,
10
+ CreateCodeSecurityScanConfigurationResponse,
11
+ } from "../models/models_0";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface CreateCodeSecurityScanConfigurationCommandInput
15
+ extends CreateCodeSecurityScanConfigurationRequest {}
16
+ export interface CreateCodeSecurityScanConfigurationCommandOutput
17
+ extends CreateCodeSecurityScanConfigurationResponse,
18
+ __MetadataBearer {}
19
+ declare const CreateCodeSecurityScanConfigurationCommand_base: {
20
+ new (
21
+ input: CreateCodeSecurityScanConfigurationCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ CreateCodeSecurityScanConfigurationCommandInput,
24
+ CreateCodeSecurityScanConfigurationCommandOutput,
25
+ Inspector2ClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ input: CreateCodeSecurityScanConfigurationCommandInput
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ CreateCodeSecurityScanConfigurationCommandInput,
33
+ CreateCodeSecurityScanConfigurationCommandOutput,
34
+ Inspector2ClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class CreateCodeSecurityScanConfigurationCommand extends CreateCodeSecurityScanConfigurationCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: CreateCodeSecurityScanConfigurationRequest;
44
+ output: CreateCodeSecurityScanConfigurationResponse;
45
+ };
46
+ sdk: {
47
+ input: CreateCodeSecurityScanConfigurationCommandInput;
48
+ output: CreateCodeSecurityScanConfigurationCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -0,0 +1,51 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ Inspector2ClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../Inspector2Client";
8
+ import {
9
+ DeleteCodeSecurityIntegrationRequest,
10
+ DeleteCodeSecurityIntegrationResponse,
11
+ } from "../models/models_0";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface DeleteCodeSecurityIntegrationCommandInput
15
+ extends DeleteCodeSecurityIntegrationRequest {}
16
+ export interface DeleteCodeSecurityIntegrationCommandOutput
17
+ extends DeleteCodeSecurityIntegrationResponse,
18
+ __MetadataBearer {}
19
+ declare const DeleteCodeSecurityIntegrationCommand_base: {
20
+ new (
21
+ input: DeleteCodeSecurityIntegrationCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ DeleteCodeSecurityIntegrationCommandInput,
24
+ DeleteCodeSecurityIntegrationCommandOutput,
25
+ Inspector2ClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ input: DeleteCodeSecurityIntegrationCommandInput
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ DeleteCodeSecurityIntegrationCommandInput,
33
+ DeleteCodeSecurityIntegrationCommandOutput,
34
+ Inspector2ClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class DeleteCodeSecurityIntegrationCommand extends DeleteCodeSecurityIntegrationCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DeleteCodeSecurityIntegrationRequest;
44
+ output: DeleteCodeSecurityIntegrationResponse;
45
+ };
46
+ sdk: {
47
+ input: DeleteCodeSecurityIntegrationCommandInput;
48
+ output: DeleteCodeSecurityIntegrationCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -0,0 +1,51 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ Inspector2ClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../Inspector2Client";
8
+ import {
9
+ DeleteCodeSecurityScanConfigurationRequest,
10
+ DeleteCodeSecurityScanConfigurationResponse,
11
+ } from "../models/models_0";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface DeleteCodeSecurityScanConfigurationCommandInput
15
+ extends DeleteCodeSecurityScanConfigurationRequest {}
16
+ export interface DeleteCodeSecurityScanConfigurationCommandOutput
17
+ extends DeleteCodeSecurityScanConfigurationResponse,
18
+ __MetadataBearer {}
19
+ declare const DeleteCodeSecurityScanConfigurationCommand_base: {
20
+ new (
21
+ input: DeleteCodeSecurityScanConfigurationCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ DeleteCodeSecurityScanConfigurationCommandInput,
24
+ DeleteCodeSecurityScanConfigurationCommandOutput,
25
+ Inspector2ClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ input: DeleteCodeSecurityScanConfigurationCommandInput
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ DeleteCodeSecurityScanConfigurationCommandInput,
33
+ DeleteCodeSecurityScanConfigurationCommandOutput,
34
+ Inspector2ClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class DeleteCodeSecurityScanConfigurationCommand extends DeleteCodeSecurityScanConfigurationCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DeleteCodeSecurityScanConfigurationRequest;
44
+ output: DeleteCodeSecurityScanConfigurationResponse;
45
+ };
46
+ sdk: {
47
+ input: DeleteCodeSecurityScanConfigurationCommandInput;
48
+ output: DeleteCodeSecurityScanConfigurationCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  GetCisScanReportRequest,
10
10
  GetCisScanReportResponse,
11
- } from "../models/models_0";
11
+ } from "../models/models_1";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface GetCisScanReportCommandInput extends GetCisScanReportRequest {}
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  GetCisScanResultDetailsRequest,
10
10
  GetCisScanResultDetailsResponse,
11
- } from "../models/models_0";
11
+ } from "../models/models_1";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface GetCisScanResultDetailsCommandInput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  GetClustersForImageRequest,
10
10
  GetClustersForImageResponse,
11
- } from "../models/models_0";
11
+ } from "../models/models_1";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface GetClustersForImageCommandInput
@@ -0,0 +1,51 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ Inspector2ClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../Inspector2Client";
8
+ import {
9
+ GetCodeSecurityIntegrationRequest,
10
+ GetCodeSecurityIntegrationResponse,
11
+ } from "../models/models_1";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface GetCodeSecurityIntegrationCommandInput
15
+ extends GetCodeSecurityIntegrationRequest {}
16
+ export interface GetCodeSecurityIntegrationCommandOutput
17
+ extends GetCodeSecurityIntegrationResponse,
18
+ __MetadataBearer {}
19
+ declare const GetCodeSecurityIntegrationCommand_base: {
20
+ new (
21
+ input: GetCodeSecurityIntegrationCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ GetCodeSecurityIntegrationCommandInput,
24
+ GetCodeSecurityIntegrationCommandOutput,
25
+ Inspector2ClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ input: GetCodeSecurityIntegrationCommandInput
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ GetCodeSecurityIntegrationCommandInput,
33
+ GetCodeSecurityIntegrationCommandOutput,
34
+ Inspector2ClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class GetCodeSecurityIntegrationCommand extends GetCodeSecurityIntegrationCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: GetCodeSecurityIntegrationRequest;
44
+ output: GetCodeSecurityIntegrationResponse;
45
+ };
46
+ sdk: {
47
+ input: GetCodeSecurityIntegrationCommandInput;
48
+ output: GetCodeSecurityIntegrationCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -0,0 +1,51 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ Inspector2ClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../Inspector2Client";
8
+ import {
9
+ GetCodeSecurityScanRequest,
10
+ GetCodeSecurityScanResponse,
11
+ } from "../models/models_1";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface GetCodeSecurityScanCommandInput
15
+ extends GetCodeSecurityScanRequest {}
16
+ export interface GetCodeSecurityScanCommandOutput
17
+ extends GetCodeSecurityScanResponse,
18
+ __MetadataBearer {}
19
+ declare const GetCodeSecurityScanCommand_base: {
20
+ new (
21
+ input: GetCodeSecurityScanCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ GetCodeSecurityScanCommandInput,
24
+ GetCodeSecurityScanCommandOutput,
25
+ Inspector2ClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ input: GetCodeSecurityScanCommandInput
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ GetCodeSecurityScanCommandInput,
33
+ GetCodeSecurityScanCommandOutput,
34
+ Inspector2ClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class GetCodeSecurityScanCommand extends GetCodeSecurityScanCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: GetCodeSecurityScanRequest;
44
+ output: GetCodeSecurityScanResponse;
45
+ };
46
+ sdk: {
47
+ input: GetCodeSecurityScanCommandInput;
48
+ output: GetCodeSecurityScanCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -0,0 +1,51 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ Inspector2ClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../Inspector2Client";
8
+ import {
9
+ GetCodeSecurityScanConfigurationRequest,
10
+ GetCodeSecurityScanConfigurationResponse,
11
+ } from "../models/models_1";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface GetCodeSecurityScanConfigurationCommandInput
15
+ extends GetCodeSecurityScanConfigurationRequest {}
16
+ export interface GetCodeSecurityScanConfigurationCommandOutput
17
+ extends GetCodeSecurityScanConfigurationResponse,
18
+ __MetadataBearer {}
19
+ declare const GetCodeSecurityScanConfigurationCommand_base: {
20
+ new (
21
+ input: GetCodeSecurityScanConfigurationCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ GetCodeSecurityScanConfigurationCommandInput,
24
+ GetCodeSecurityScanConfigurationCommandOutput,
25
+ Inspector2ClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ input: GetCodeSecurityScanConfigurationCommandInput
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ GetCodeSecurityScanConfigurationCommandInput,
33
+ GetCodeSecurityScanConfigurationCommandOutput,
34
+ Inspector2ClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class GetCodeSecurityScanConfigurationCommand extends GetCodeSecurityScanConfigurationCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: GetCodeSecurityScanConfigurationRequest;
44
+ output: GetCodeSecurityScanConfigurationResponse;
45
+ };
46
+ sdk: {
47
+ input: GetCodeSecurityScanConfigurationCommandInput;
48
+ output: GetCodeSecurityScanConfigurationCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  GetConfigurationRequest,
10
10
  GetConfigurationResponse,
11
- } from "../models/models_0";
11
+ } from "../models/models_1";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface GetConfigurationCommandInput extends GetConfigurationRequest {}
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  GetDelegatedAdminAccountRequest,
10
10
  GetDelegatedAdminAccountResponse,
11
- } from "../models/models_0";
11
+ } from "../models/models_1";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface GetDelegatedAdminAccountCommandInput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  GetEc2DeepInspectionConfigurationRequest,
10
10
  GetEc2DeepInspectionConfigurationResponse,
11
- } from "../models/models_0";
11
+ } from "../models/models_1";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface GetEc2DeepInspectionConfigurationCommandInput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  GetEncryptionKeyRequest,
10
10
  GetEncryptionKeyResponse,
11
- } from "../models/models_0";
11
+ } from "../models/models_1";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface GetEncryptionKeyCommandInput extends GetEncryptionKeyRequest {}
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  GetFindingsReportStatusRequest,
10
10
  GetFindingsReportStatusResponse,
11
- } from "../models/models_0";
11
+ } from "../models/models_1";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface GetFindingsReportStatusCommandInput
@@ -5,7 +5,7 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../Inspector2Client";
8
- import { GetMemberRequest, GetMemberResponse } from "../models/models_0";
8
+ import { GetMemberRequest, GetMemberResponse } from "../models/models_1";
9
9
  export { __MetadataBearer };
10
10
  export { $Command };
11
11
  export interface GetMemberCommandInput extends GetMemberRequest {}
@@ -5,8 +5,10 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../Inspector2Client";
8
- import { GetSbomExportRequest } from "../models/models_0";
9
- import { GetSbomExportResponse } from "../models/models_1";
8
+ import {
9
+ GetSbomExportRequest,
10
+ GetSbomExportResponse,
11
+ } from "../models/models_1";
10
12
  export { __MetadataBearer };
11
13
  export { $Command };
12
14
  export interface GetSbomExportCommandInput extends GetSbomExportRequest {}
@@ -0,0 +1,51 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ Inspector2ClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../Inspector2Client";
8
+ import {
9
+ ListCodeSecurityIntegrationsRequest,
10
+ ListCodeSecurityIntegrationsResponse,
11
+ } from "../models/models_1";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface ListCodeSecurityIntegrationsCommandInput
15
+ extends ListCodeSecurityIntegrationsRequest {}
16
+ export interface ListCodeSecurityIntegrationsCommandOutput
17
+ extends ListCodeSecurityIntegrationsResponse,
18
+ __MetadataBearer {}
19
+ declare const ListCodeSecurityIntegrationsCommand_base: {
20
+ new (
21
+ input: ListCodeSecurityIntegrationsCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ ListCodeSecurityIntegrationsCommandInput,
24
+ ListCodeSecurityIntegrationsCommandOutput,
25
+ Inspector2ClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ ...[input]: [] | [ListCodeSecurityIntegrationsCommandInput]
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ ListCodeSecurityIntegrationsCommandInput,
33
+ ListCodeSecurityIntegrationsCommandOutput,
34
+ Inspector2ClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class ListCodeSecurityIntegrationsCommand extends ListCodeSecurityIntegrationsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListCodeSecurityIntegrationsRequest;
44
+ output: ListCodeSecurityIntegrationsResponse;
45
+ };
46
+ sdk: {
47
+ input: ListCodeSecurityIntegrationsCommandInput;
48
+ output: ListCodeSecurityIntegrationsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -0,0 +1,51 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ Inspector2ClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../Inspector2Client";
8
+ import {
9
+ ListCodeSecurityScanConfigurationAssociationsRequest,
10
+ ListCodeSecurityScanConfigurationAssociationsResponse,
11
+ } from "../models/models_1";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface ListCodeSecurityScanConfigurationAssociationsCommandInput
15
+ extends ListCodeSecurityScanConfigurationAssociationsRequest {}
16
+ export interface ListCodeSecurityScanConfigurationAssociationsCommandOutput
17
+ extends ListCodeSecurityScanConfigurationAssociationsResponse,
18
+ __MetadataBearer {}
19
+ declare const ListCodeSecurityScanConfigurationAssociationsCommand_base: {
20
+ new (
21
+ input: ListCodeSecurityScanConfigurationAssociationsCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ ListCodeSecurityScanConfigurationAssociationsCommandInput,
24
+ ListCodeSecurityScanConfigurationAssociationsCommandOutput,
25
+ Inspector2ClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ input: ListCodeSecurityScanConfigurationAssociationsCommandInput
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ ListCodeSecurityScanConfigurationAssociationsCommandInput,
33
+ ListCodeSecurityScanConfigurationAssociationsCommandOutput,
34
+ Inspector2ClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class ListCodeSecurityScanConfigurationAssociationsCommand extends ListCodeSecurityScanConfigurationAssociationsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListCodeSecurityScanConfigurationAssociationsRequest;
44
+ output: ListCodeSecurityScanConfigurationAssociationsResponse;
45
+ };
46
+ sdk: {
47
+ input: ListCodeSecurityScanConfigurationAssociationsCommandInput;
48
+ output: ListCodeSecurityScanConfigurationAssociationsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -0,0 +1,51 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ Inspector2ClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../Inspector2Client";
8
+ import {
9
+ ListCodeSecurityScanConfigurationsRequest,
10
+ ListCodeSecurityScanConfigurationsResponse,
11
+ } from "../models/models_1";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface ListCodeSecurityScanConfigurationsCommandInput
15
+ extends ListCodeSecurityScanConfigurationsRequest {}
16
+ export interface ListCodeSecurityScanConfigurationsCommandOutput
17
+ extends ListCodeSecurityScanConfigurationsResponse,
18
+ __MetadataBearer {}
19
+ declare const ListCodeSecurityScanConfigurationsCommand_base: {
20
+ new (
21
+ input: ListCodeSecurityScanConfigurationsCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ ListCodeSecurityScanConfigurationsCommandInput,
24
+ ListCodeSecurityScanConfigurationsCommandOutput,
25
+ Inspector2ClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ ...[input]: [] | [ListCodeSecurityScanConfigurationsCommandInput]
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ ListCodeSecurityScanConfigurationsCommandInput,
33
+ ListCodeSecurityScanConfigurationsCommandOutput,
34
+ Inspector2ClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class ListCodeSecurityScanConfigurationsCommand extends ListCodeSecurityScanConfigurationsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListCodeSecurityScanConfigurationsRequest;
44
+ output: ListCodeSecurityScanConfigurationsResponse;
45
+ };
46
+ sdk: {
47
+ input: ListCodeSecurityScanConfigurationsCommandInput;
48
+ output: ListCodeSecurityScanConfigurationsCommandOutput;
49
+ };
50
+ };
51
+ }