@aws-sdk/client-inspector2 3.830.0 → 3.835.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 (137) 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 +1 -1
  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/ts3.4/Inspector2.d.ts +299 -0
  106. package/dist-types/ts3.4/Inspector2Client.d.ts +90 -0
  107. package/dist-types/ts3.4/commands/BatchAssociateCodeSecurityScanConfigurationCommand.d.ts +51 -0
  108. package/dist-types/ts3.4/commands/BatchDisassociateCodeSecurityScanConfigurationCommand.d.ts +51 -0
  109. package/dist-types/ts3.4/commands/CreateCodeSecurityIntegrationCommand.d.ts +51 -0
  110. package/dist-types/ts3.4/commands/CreateCodeSecurityScanConfigurationCommand.d.ts +51 -0
  111. package/dist-types/ts3.4/commands/DeleteCodeSecurityIntegrationCommand.d.ts +51 -0
  112. package/dist-types/ts3.4/commands/DeleteCodeSecurityScanConfigurationCommand.d.ts +51 -0
  113. package/dist-types/ts3.4/commands/GetCisScanReportCommand.d.ts +1 -1
  114. package/dist-types/ts3.4/commands/GetCisScanResultDetailsCommand.d.ts +1 -1
  115. package/dist-types/ts3.4/commands/GetClustersForImageCommand.d.ts +1 -1
  116. package/dist-types/ts3.4/commands/GetCodeSecurityIntegrationCommand.d.ts +51 -0
  117. package/dist-types/ts3.4/commands/GetCodeSecurityScanCommand.d.ts +51 -0
  118. package/dist-types/ts3.4/commands/GetCodeSecurityScanConfigurationCommand.d.ts +51 -0
  119. package/dist-types/ts3.4/commands/GetConfigurationCommand.d.ts +1 -1
  120. package/dist-types/ts3.4/commands/GetDelegatedAdminAccountCommand.d.ts +1 -1
  121. package/dist-types/ts3.4/commands/GetEc2DeepInspectionConfigurationCommand.d.ts +1 -1
  122. package/dist-types/ts3.4/commands/GetEncryptionKeyCommand.d.ts +1 -1
  123. package/dist-types/ts3.4/commands/GetFindingsReportStatusCommand.d.ts +1 -1
  124. package/dist-types/ts3.4/commands/GetMemberCommand.d.ts +1 -1
  125. package/dist-types/ts3.4/commands/GetSbomExportCommand.d.ts +4 -2
  126. package/dist-types/ts3.4/commands/ListCodeSecurityIntegrationsCommand.d.ts +51 -0
  127. package/dist-types/ts3.4/commands/ListCodeSecurityScanConfigurationAssociationsCommand.d.ts +51 -0
  128. package/dist-types/ts3.4/commands/ListCodeSecurityScanConfigurationsCommand.d.ts +51 -0
  129. package/dist-types/ts3.4/commands/StartCodeSecurityScanCommand.d.ts +51 -0
  130. package/dist-types/ts3.4/commands/UpdateCodeSecurityIntegrationCommand.d.ts +51 -0
  131. package/dist-types/ts3.4/commands/UpdateCodeSecurityScanConfigurationCommand.d.ts +51 -0
  132. package/dist-types/ts3.4/commands/index.d.ts +15 -0
  133. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +4 -1
  134. package/dist-types/ts3.4/models/models_0.d.ts +420 -328
  135. package/dist-types/ts3.4/models/models_1.d.ts +445 -6
  136. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +180 -0
  137. package/package.json +11 -11
@@ -7,6 +7,14 @@ import {
7
7
  AssociateMemberCommandInput,
8
8
  AssociateMemberCommandOutput,
9
9
  } from "../commands/AssociateMemberCommand";
10
+ import {
11
+ BatchAssociateCodeSecurityScanConfigurationCommandInput,
12
+ BatchAssociateCodeSecurityScanConfigurationCommandOutput,
13
+ } from "../commands/BatchAssociateCodeSecurityScanConfigurationCommand";
14
+ import {
15
+ BatchDisassociateCodeSecurityScanConfigurationCommandInput,
16
+ BatchDisassociateCodeSecurityScanConfigurationCommandOutput,
17
+ } from "../commands/BatchDisassociateCodeSecurityScanConfigurationCommand";
10
18
  import {
11
19
  BatchGetAccountStatusCommandInput,
12
20
  BatchGetAccountStatusCommandOutput,
@@ -43,6 +51,14 @@ import {
43
51
  CreateCisScanConfigurationCommandInput,
44
52
  CreateCisScanConfigurationCommandOutput,
45
53
  } from "../commands/CreateCisScanConfigurationCommand";
54
+ import {
55
+ CreateCodeSecurityIntegrationCommandInput,
56
+ CreateCodeSecurityIntegrationCommandOutput,
57
+ } from "../commands/CreateCodeSecurityIntegrationCommand";
58
+ import {
59
+ CreateCodeSecurityScanConfigurationCommandInput,
60
+ CreateCodeSecurityScanConfigurationCommandOutput,
61
+ } from "../commands/CreateCodeSecurityScanConfigurationCommand";
46
62
  import {
47
63
  CreateFilterCommandInput,
48
64
  CreateFilterCommandOutput,
@@ -59,6 +75,14 @@ import {
59
75
  DeleteCisScanConfigurationCommandInput,
60
76
  DeleteCisScanConfigurationCommandOutput,
61
77
  } from "../commands/DeleteCisScanConfigurationCommand";
78
+ import {
79
+ DeleteCodeSecurityIntegrationCommandInput,
80
+ DeleteCodeSecurityIntegrationCommandOutput,
81
+ } from "../commands/DeleteCodeSecurityIntegrationCommand";
82
+ import {
83
+ DeleteCodeSecurityScanConfigurationCommandInput,
84
+ DeleteCodeSecurityScanConfigurationCommandOutput,
85
+ } from "../commands/DeleteCodeSecurityScanConfigurationCommand";
62
86
  import {
63
87
  DeleteFilterCommandInput,
64
88
  DeleteFilterCommandOutput,
@@ -99,6 +123,18 @@ import {
99
123
  GetClustersForImageCommandInput,
100
124
  GetClustersForImageCommandOutput,
101
125
  } from "../commands/GetClustersForImageCommand";
126
+ import {
127
+ GetCodeSecurityIntegrationCommandInput,
128
+ GetCodeSecurityIntegrationCommandOutput,
129
+ } from "../commands/GetCodeSecurityIntegrationCommand";
130
+ import {
131
+ GetCodeSecurityScanCommandInput,
132
+ GetCodeSecurityScanCommandOutput,
133
+ } from "../commands/GetCodeSecurityScanCommand";
134
+ import {
135
+ GetCodeSecurityScanConfigurationCommandInput,
136
+ GetCodeSecurityScanConfigurationCommandOutput,
137
+ } from "../commands/GetCodeSecurityScanConfigurationCommand";
102
138
  import {
103
139
  GetConfigurationCommandInput,
104
140
  GetConfigurationCommandOutput,
@@ -147,6 +183,18 @@ import {
147
183
  ListCisScansCommandInput,
148
184
  ListCisScansCommandOutput,
149
185
  } from "../commands/ListCisScansCommand";
186
+ import {
187
+ ListCodeSecurityIntegrationsCommandInput,
188
+ ListCodeSecurityIntegrationsCommandOutput,
189
+ } from "../commands/ListCodeSecurityIntegrationsCommand";
190
+ import {
191
+ ListCodeSecurityScanConfigurationAssociationsCommandInput,
192
+ ListCodeSecurityScanConfigurationAssociationsCommandOutput,
193
+ } from "../commands/ListCodeSecurityScanConfigurationAssociationsCommand";
194
+ import {
195
+ ListCodeSecurityScanConfigurationsCommandInput,
196
+ ListCodeSecurityScanConfigurationsCommandOutput,
197
+ } from "../commands/ListCodeSecurityScanConfigurationsCommand";
150
198
  import {
151
199
  ListCoverageCommandInput,
152
200
  ListCoverageCommandOutput,
@@ -203,6 +251,10 @@ import {
203
251
  StartCisSessionCommandInput,
204
252
  StartCisSessionCommandOutput,
205
253
  } from "../commands/StartCisSessionCommand";
254
+ import {
255
+ StartCodeSecurityScanCommandInput,
256
+ StartCodeSecurityScanCommandOutput,
257
+ } from "../commands/StartCodeSecurityScanCommand";
206
258
  import {
207
259
  StopCisSessionCommandInput,
208
260
  StopCisSessionCommandOutput,
@@ -219,6 +271,14 @@ import {
219
271
  UpdateCisScanConfigurationCommandInput,
220
272
  UpdateCisScanConfigurationCommandOutput,
221
273
  } from "../commands/UpdateCisScanConfigurationCommand";
274
+ import {
275
+ UpdateCodeSecurityIntegrationCommandInput,
276
+ UpdateCodeSecurityIntegrationCommandOutput,
277
+ } from "../commands/UpdateCodeSecurityIntegrationCommand";
278
+ import {
279
+ UpdateCodeSecurityScanConfigurationCommandInput,
280
+ UpdateCodeSecurityScanConfigurationCommandOutput,
281
+ } from "../commands/UpdateCodeSecurityScanConfigurationCommand";
222
282
  import {
223
283
  UpdateConfigurationCommandInput,
224
284
  UpdateConfigurationCommandOutput,
@@ -247,6 +307,14 @@ export declare const se_AssociateMemberCommand: (
247
307
  input: AssociateMemberCommandInput,
248
308
  context: __SerdeContext
249
309
  ) => Promise<__HttpRequest>;
310
+ export declare const se_BatchAssociateCodeSecurityScanConfigurationCommand: (
311
+ input: BatchAssociateCodeSecurityScanConfigurationCommandInput,
312
+ context: __SerdeContext
313
+ ) => Promise<__HttpRequest>;
314
+ export declare const se_BatchDisassociateCodeSecurityScanConfigurationCommand: (
315
+ input: BatchDisassociateCodeSecurityScanConfigurationCommandInput,
316
+ context: __SerdeContext
317
+ ) => Promise<__HttpRequest>;
250
318
  export declare const se_BatchGetAccountStatusCommand: (
251
319
  input: BatchGetAccountStatusCommandInput,
252
320
  context: __SerdeContext
@@ -283,6 +351,14 @@ export declare const se_CreateCisScanConfigurationCommand: (
283
351
  input: CreateCisScanConfigurationCommandInput,
284
352
  context: __SerdeContext
285
353
  ) => Promise<__HttpRequest>;
354
+ export declare const se_CreateCodeSecurityIntegrationCommand: (
355
+ input: CreateCodeSecurityIntegrationCommandInput,
356
+ context: __SerdeContext
357
+ ) => Promise<__HttpRequest>;
358
+ export declare const se_CreateCodeSecurityScanConfigurationCommand: (
359
+ input: CreateCodeSecurityScanConfigurationCommandInput,
360
+ context: __SerdeContext
361
+ ) => Promise<__HttpRequest>;
286
362
  export declare const se_CreateFilterCommand: (
287
363
  input: CreateFilterCommandInput,
288
364
  context: __SerdeContext
@@ -299,6 +375,14 @@ export declare const se_DeleteCisScanConfigurationCommand: (
299
375
  input: DeleteCisScanConfigurationCommandInput,
300
376
  context: __SerdeContext
301
377
  ) => Promise<__HttpRequest>;
378
+ export declare const se_DeleteCodeSecurityIntegrationCommand: (
379
+ input: DeleteCodeSecurityIntegrationCommandInput,
380
+ context: __SerdeContext
381
+ ) => Promise<__HttpRequest>;
382
+ export declare const se_DeleteCodeSecurityScanConfigurationCommand: (
383
+ input: DeleteCodeSecurityScanConfigurationCommandInput,
384
+ context: __SerdeContext
385
+ ) => Promise<__HttpRequest>;
302
386
  export declare const se_DeleteFilterCommand: (
303
387
  input: DeleteFilterCommandInput,
304
388
  context: __SerdeContext
@@ -339,6 +423,18 @@ export declare const se_GetClustersForImageCommand: (
339
423
  input: GetClustersForImageCommandInput,
340
424
  context: __SerdeContext
341
425
  ) => Promise<__HttpRequest>;
426
+ export declare const se_GetCodeSecurityIntegrationCommand: (
427
+ input: GetCodeSecurityIntegrationCommandInput,
428
+ context: __SerdeContext
429
+ ) => Promise<__HttpRequest>;
430
+ export declare const se_GetCodeSecurityScanCommand: (
431
+ input: GetCodeSecurityScanCommandInput,
432
+ context: __SerdeContext
433
+ ) => Promise<__HttpRequest>;
434
+ export declare const se_GetCodeSecurityScanConfigurationCommand: (
435
+ input: GetCodeSecurityScanConfigurationCommandInput,
436
+ context: __SerdeContext
437
+ ) => Promise<__HttpRequest>;
342
438
  export declare const se_GetConfigurationCommand: (
343
439
  input: GetConfigurationCommandInput,
344
440
  context: __SerdeContext
@@ -387,6 +483,18 @@ export declare const se_ListCisScansCommand: (
387
483
  input: ListCisScansCommandInput,
388
484
  context: __SerdeContext
389
485
  ) => Promise<__HttpRequest>;
486
+ export declare const se_ListCodeSecurityIntegrationsCommand: (
487
+ input: ListCodeSecurityIntegrationsCommandInput,
488
+ context: __SerdeContext
489
+ ) => Promise<__HttpRequest>;
490
+ export declare const se_ListCodeSecurityScanConfigurationAssociationsCommand: (
491
+ input: ListCodeSecurityScanConfigurationAssociationsCommandInput,
492
+ context: __SerdeContext
493
+ ) => Promise<__HttpRequest>;
494
+ export declare const se_ListCodeSecurityScanConfigurationsCommand: (
495
+ input: ListCodeSecurityScanConfigurationsCommandInput,
496
+ context: __SerdeContext
497
+ ) => Promise<__HttpRequest>;
390
498
  export declare const se_ListCoverageCommand: (
391
499
  input: ListCoverageCommandInput,
392
500
  context: __SerdeContext
@@ -443,6 +551,10 @@ export declare const se_StartCisSessionCommand: (
443
551
  input: StartCisSessionCommandInput,
444
552
  context: __SerdeContext
445
553
  ) => Promise<__HttpRequest>;
554
+ export declare const se_StartCodeSecurityScanCommand: (
555
+ input: StartCodeSecurityScanCommandInput,
556
+ context: __SerdeContext
557
+ ) => Promise<__HttpRequest>;
446
558
  export declare const se_StopCisSessionCommand: (
447
559
  input: StopCisSessionCommandInput,
448
560
  context: __SerdeContext
@@ -459,6 +571,14 @@ export declare const se_UpdateCisScanConfigurationCommand: (
459
571
  input: UpdateCisScanConfigurationCommandInput,
460
572
  context: __SerdeContext
461
573
  ) => Promise<__HttpRequest>;
574
+ export declare const se_UpdateCodeSecurityIntegrationCommand: (
575
+ input: UpdateCodeSecurityIntegrationCommandInput,
576
+ context: __SerdeContext
577
+ ) => Promise<__HttpRequest>;
578
+ export declare const se_UpdateCodeSecurityScanConfigurationCommand: (
579
+ input: UpdateCodeSecurityScanConfigurationCommandInput,
580
+ context: __SerdeContext
581
+ ) => Promise<__HttpRequest>;
462
582
  export declare const se_UpdateConfigurationCommand: (
463
583
  input: UpdateConfigurationCommandInput,
464
584
  context: __SerdeContext
@@ -487,6 +607,14 @@ export declare const de_AssociateMemberCommand: (
487
607
  output: __HttpResponse,
488
608
  context: __SerdeContext
489
609
  ) => Promise<AssociateMemberCommandOutput>;
610
+ export declare const de_BatchAssociateCodeSecurityScanConfigurationCommand: (
611
+ output: __HttpResponse,
612
+ context: __SerdeContext
613
+ ) => Promise<BatchAssociateCodeSecurityScanConfigurationCommandOutput>;
614
+ export declare const de_BatchDisassociateCodeSecurityScanConfigurationCommand: (
615
+ output: __HttpResponse,
616
+ context: __SerdeContext
617
+ ) => Promise<BatchDisassociateCodeSecurityScanConfigurationCommandOutput>;
490
618
  export declare const de_BatchGetAccountStatusCommand: (
491
619
  output: __HttpResponse,
492
620
  context: __SerdeContext
@@ -523,6 +651,14 @@ export declare const de_CreateCisScanConfigurationCommand: (
523
651
  output: __HttpResponse,
524
652
  context: __SerdeContext
525
653
  ) => Promise<CreateCisScanConfigurationCommandOutput>;
654
+ export declare const de_CreateCodeSecurityIntegrationCommand: (
655
+ output: __HttpResponse,
656
+ context: __SerdeContext
657
+ ) => Promise<CreateCodeSecurityIntegrationCommandOutput>;
658
+ export declare const de_CreateCodeSecurityScanConfigurationCommand: (
659
+ output: __HttpResponse,
660
+ context: __SerdeContext
661
+ ) => Promise<CreateCodeSecurityScanConfigurationCommandOutput>;
526
662
  export declare const de_CreateFilterCommand: (
527
663
  output: __HttpResponse,
528
664
  context: __SerdeContext
@@ -539,6 +675,14 @@ export declare const de_DeleteCisScanConfigurationCommand: (
539
675
  output: __HttpResponse,
540
676
  context: __SerdeContext
541
677
  ) => Promise<DeleteCisScanConfigurationCommandOutput>;
678
+ export declare const de_DeleteCodeSecurityIntegrationCommand: (
679
+ output: __HttpResponse,
680
+ context: __SerdeContext
681
+ ) => Promise<DeleteCodeSecurityIntegrationCommandOutput>;
682
+ export declare const de_DeleteCodeSecurityScanConfigurationCommand: (
683
+ output: __HttpResponse,
684
+ context: __SerdeContext
685
+ ) => Promise<DeleteCodeSecurityScanConfigurationCommandOutput>;
542
686
  export declare const de_DeleteFilterCommand: (
543
687
  output: __HttpResponse,
544
688
  context: __SerdeContext
@@ -579,6 +723,18 @@ export declare const de_GetClustersForImageCommand: (
579
723
  output: __HttpResponse,
580
724
  context: __SerdeContext
581
725
  ) => Promise<GetClustersForImageCommandOutput>;
726
+ export declare const de_GetCodeSecurityIntegrationCommand: (
727
+ output: __HttpResponse,
728
+ context: __SerdeContext
729
+ ) => Promise<GetCodeSecurityIntegrationCommandOutput>;
730
+ export declare const de_GetCodeSecurityScanCommand: (
731
+ output: __HttpResponse,
732
+ context: __SerdeContext
733
+ ) => Promise<GetCodeSecurityScanCommandOutput>;
734
+ export declare const de_GetCodeSecurityScanConfigurationCommand: (
735
+ output: __HttpResponse,
736
+ context: __SerdeContext
737
+ ) => Promise<GetCodeSecurityScanConfigurationCommandOutput>;
582
738
  export declare const de_GetConfigurationCommand: (
583
739
  output: __HttpResponse,
584
740
  context: __SerdeContext
@@ -627,6 +783,18 @@ export declare const de_ListCisScansCommand: (
627
783
  output: __HttpResponse,
628
784
  context: __SerdeContext
629
785
  ) => Promise<ListCisScansCommandOutput>;
786
+ export declare const de_ListCodeSecurityIntegrationsCommand: (
787
+ output: __HttpResponse,
788
+ context: __SerdeContext
789
+ ) => Promise<ListCodeSecurityIntegrationsCommandOutput>;
790
+ export declare const de_ListCodeSecurityScanConfigurationAssociationsCommand: (
791
+ output: __HttpResponse,
792
+ context: __SerdeContext
793
+ ) => Promise<ListCodeSecurityScanConfigurationAssociationsCommandOutput>;
794
+ export declare const de_ListCodeSecurityScanConfigurationsCommand: (
795
+ output: __HttpResponse,
796
+ context: __SerdeContext
797
+ ) => Promise<ListCodeSecurityScanConfigurationsCommandOutput>;
630
798
  export declare const de_ListCoverageCommand: (
631
799
  output: __HttpResponse,
632
800
  context: __SerdeContext
@@ -683,6 +851,10 @@ export declare const de_StartCisSessionCommand: (
683
851
  output: __HttpResponse,
684
852
  context: __SerdeContext
685
853
  ) => Promise<StartCisSessionCommandOutput>;
854
+ export declare const de_StartCodeSecurityScanCommand: (
855
+ output: __HttpResponse,
856
+ context: __SerdeContext
857
+ ) => Promise<StartCodeSecurityScanCommandOutput>;
686
858
  export declare const de_StopCisSessionCommand: (
687
859
  output: __HttpResponse,
688
860
  context: __SerdeContext
@@ -699,6 +871,14 @@ export declare const de_UpdateCisScanConfigurationCommand: (
699
871
  output: __HttpResponse,
700
872
  context: __SerdeContext
701
873
  ) => Promise<UpdateCisScanConfigurationCommandOutput>;
874
+ export declare const de_UpdateCodeSecurityIntegrationCommand: (
875
+ output: __HttpResponse,
876
+ context: __SerdeContext
877
+ ) => Promise<UpdateCodeSecurityIntegrationCommandOutput>;
878
+ export declare const de_UpdateCodeSecurityScanConfigurationCommand: (
879
+ output: __HttpResponse,
880
+ context: __SerdeContext
881
+ ) => Promise<UpdateCodeSecurityScanConfigurationCommandOutput>;
702
882
  export declare const de_UpdateConfigurationCommand: (
703
883
  output: __HttpResponse,
704
884
  context: __SerdeContext
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-inspector2",
3
3
  "description": "AWS SDK for JavaScript Inspector2 Client for Node.js, Browser and React Native",
4
- "version": "3.830.0",
4
+ "version": "3.835.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-inspector2",
@@ -20,41 +20,41 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/core": "3.826.0",
24
- "@aws-sdk/credential-provider-node": "3.830.0",
23
+ "@aws-sdk/core": "3.835.0",
24
+ "@aws-sdk/credential-provider-node": "3.835.0",
25
25
  "@aws-sdk/middleware-host-header": "3.821.0",
26
26
  "@aws-sdk/middleware-logger": "3.821.0",
27
27
  "@aws-sdk/middleware-recursion-detection": "3.821.0",
28
- "@aws-sdk/middleware-user-agent": "3.828.0",
28
+ "@aws-sdk/middleware-user-agent": "3.835.0",
29
29
  "@aws-sdk/region-config-resolver": "3.821.0",
30
30
  "@aws-sdk/types": "3.821.0",
31
31
  "@aws-sdk/util-endpoints": "3.828.0",
32
32
  "@aws-sdk/util-user-agent-browser": "3.821.0",
33
- "@aws-sdk/util-user-agent-node": "3.828.0",
33
+ "@aws-sdk/util-user-agent-node": "3.835.0",
34
34
  "@smithy/config-resolver": "^4.1.4",
35
35
  "@smithy/core": "^3.5.3",
36
36
  "@smithy/fetch-http-handler": "^5.0.4",
37
37
  "@smithy/hash-node": "^4.0.4",
38
38
  "@smithy/invalid-dependency": "^4.0.4",
39
39
  "@smithy/middleware-content-length": "^4.0.4",
40
- "@smithy/middleware-endpoint": "^4.1.11",
41
- "@smithy/middleware-retry": "^4.1.12",
40
+ "@smithy/middleware-endpoint": "^4.1.12",
41
+ "@smithy/middleware-retry": "^4.1.13",
42
42
  "@smithy/middleware-serde": "^4.0.8",
43
43
  "@smithy/middleware-stack": "^4.0.4",
44
44
  "@smithy/node-config-provider": "^4.1.3",
45
45
  "@smithy/node-http-handler": "^4.0.6",
46
46
  "@smithy/protocol-http": "^5.1.2",
47
- "@smithy/smithy-client": "^4.4.3",
47
+ "@smithy/smithy-client": "^4.4.4",
48
48
  "@smithy/types": "^4.3.1",
49
49
  "@smithy/url-parser": "^4.0.4",
50
50
  "@smithy/util-base64": "^4.0.0",
51
51
  "@smithy/util-body-length-browser": "^4.0.0",
52
52
  "@smithy/util-body-length-node": "^4.0.0",
53
- "@smithy/util-defaults-mode-browser": "^4.0.19",
54
- "@smithy/util-defaults-mode-node": "^4.0.19",
53
+ "@smithy/util-defaults-mode-browser": "^4.0.20",
54
+ "@smithy/util-defaults-mode-node": "^4.0.20",
55
55
  "@smithy/util-endpoints": "^3.0.6",
56
56
  "@smithy/util-middleware": "^4.0.4",
57
- "@smithy/util-retry": "^4.0.5",
57
+ "@smithy/util-retry": "^4.0.6",
58
58
  "@smithy/util-utf8": "^4.0.0",
59
59
  "@types/uuid": "^9.0.1",
60
60
  "tslib": "^2.6.2",