@aws-sdk/client-inspector2 3.496.0 → 3.498.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +104 -0
- package/dist-cjs/commands/CreateCisScanConfigurationCommand.js +1 -0
- package/dist-cjs/commands/DeleteCisScanConfigurationCommand.js +1 -0
- package/dist-cjs/commands/GetCisScanReportCommand.js +1 -0
- package/dist-cjs/commands/GetCisScanResultDetailsCommand.js +1 -0
- package/dist-cjs/commands/ListCisScanConfigurationsCommand.js +1 -0
- package/dist-cjs/commands/ListCisScanResultsAggregatedByChecksCommand.js +1 -0
- package/dist-cjs/commands/ListCisScanResultsAggregatedByTargetResourceCommand.js +1 -0
- package/dist-cjs/commands/ListCisScansCommand.js +1 -0
- package/dist-cjs/commands/SendCisSessionHealthCommand.js +1 -0
- package/dist-cjs/commands/SendCisSessionTelemetryCommand.js +1 -0
- package/dist-cjs/commands/StartCisSessionCommand.js +1 -0
- package/dist-cjs/commands/StopCisSessionCommand.js +1 -0
- package/dist-cjs/commands/UpdateCisScanConfigurationCommand.js +1 -0
- package/dist-cjs/index.js +1721 -398
- package/dist-cjs/models/models_1.js +1 -0
- package/dist-cjs/pagination/GetCisScanResultDetailsPaginator.js +1 -0
- package/dist-cjs/pagination/ListCisScanConfigurationsPaginator.js +1 -0
- package/dist-cjs/pagination/ListCisScanResultsAggregatedByChecksPaginator.js +1 -0
- package/dist-cjs/pagination/ListCisScanResultsAggregatedByTargetResourcePaginator.js +1 -0
- package/dist-cjs/pagination/ListCisScansPaginator.js +1 -0
- package/dist-es/Inspector2.js +26 -0
- package/dist-es/commands/CreateCisScanConfigurationCommand.js +24 -0
- package/dist-es/commands/DeleteCisScanConfigurationCommand.js +24 -0
- package/dist-es/commands/GetCisScanReportCommand.js +24 -0
- package/dist-es/commands/GetCisScanResultDetailsCommand.js +24 -0
- package/dist-es/commands/ListCisScanConfigurationsCommand.js +24 -0
- package/dist-es/commands/ListCisScanResultsAggregatedByChecksCommand.js +24 -0
- package/dist-es/commands/ListCisScanResultsAggregatedByTargetResourceCommand.js +24 -0
- package/dist-es/commands/ListCisScansCommand.js +24 -0
- package/dist-es/commands/SendCisSessionHealthCommand.js +24 -0
- package/dist-es/commands/SendCisSessionTelemetryCommand.js +24 -0
- package/dist-es/commands/StartCisSessionCommand.js +24 -0
- package/dist-es/commands/StopCisSessionCommand.js +24 -0
- package/dist-es/commands/UpdateCisScanConfigurationCommand.js +24 -0
- package/dist-es/commands/index.js +13 -0
- package/dist-es/models/index.js +1 -0
- package/dist-es/models/models_0.js +126 -28
- package/dist-es/models/models_1.js +35 -0
- package/dist-es/pagination/GetCisScanResultDetailsPaginator.js +4 -0
- package/dist-es/pagination/ListCisScanConfigurationsPaginator.js +4 -0
- package/dist-es/pagination/ListCisScanResultsAggregatedByChecksPaginator.js +4 -0
- package/dist-es/pagination/ListCisScanResultsAggregatedByTargetResourcePaginator.js +4 -0
- package/dist-es/pagination/ListCisScansPaginator.js +4 -0
- package/dist-es/pagination/index.js +5 -0
- package/dist-es/protocols/Aws_restJson1.js +847 -20
- package/dist-types/Inspector2.d.ts +91 -0
- package/dist-types/Inspector2Client.d.ts +15 -2
- package/dist-types/commands/CreateCisScanConfigurationCommand.d.ts +110 -0
- package/dist-types/commands/DeleteCisScanConfigurationCommand.d.ts +74 -0
- package/dist-types/commands/GetCisScanReportCommand.d.ts +75 -0
- package/dist-types/commands/GetCisScanResultDetailsCommand.d.ts +125 -0
- package/dist-types/commands/ListCisScanConfigurationsCommand.d.ts +141 -0
- package/dist-types/commands/ListCisScanResultsAggregatedByChecksCommand.d.ts +129 -0
- package/dist-types/commands/ListCisScanResultsAggregatedByTargetResourceCommand.d.ts +152 -0
- package/dist-types/commands/ListCisScansCommand.d.ts +158 -0
- package/dist-types/commands/ListCoverageCommand.d.ts +2 -1
- package/dist-types/commands/ListCoverageStatisticsCommand.d.ts +1 -1
- package/dist-types/commands/ListDelegatedAdminAccountsCommand.d.ts +1 -1
- package/dist-types/commands/ListFiltersCommand.d.ts +1 -1
- package/dist-types/commands/ListFindingAggregationsCommand.d.ts +1 -1
- package/dist-types/commands/ListFindingsCommand.d.ts +1 -1
- package/dist-types/commands/ListMembersCommand.d.ts +1 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/ListUsageTotalsCommand.d.ts +1 -1
- package/dist-types/commands/ResetEncryptionKeyCommand.d.ts +1 -1
- package/dist-types/commands/SearchVulnerabilitiesCommand.d.ts +1 -1
- package/dist-types/commands/SendCisSessionHealthCommand.d.ts +77 -0
- package/dist-types/commands/SendCisSessionTelemetryCommand.d.ts +84 -0
- package/dist-types/commands/StartCisSessionCommand.d.ts +79 -0
- package/dist-types/commands/StopCisSessionCommand.d.ts +98 -0
- package/dist-types/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateCisScanConfigurationCommand.d.ts +111 -0
- package/dist-types/commands/UpdateConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/UpdateEc2DeepInspectionConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/UpdateEncryptionKeyCommand.d.ts +1 -1
- package/dist-types/commands/UpdateFilterCommand.d.ts +1 -1
- package/dist-types/commands/UpdateOrgEc2DeepInspectionConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/UpdateOrganizationConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +13 -0
- package/dist-types/models/index.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +2223 -1516
- package/dist-types/models/models_1.d.ts +1053 -0
- package/dist-types/pagination/GetCisScanResultDetailsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListCisScanConfigurationsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListCisScanResultsAggregatedByChecksPaginator.d.ts +7 -0
- package/dist-types/pagination/ListCisScanResultsAggregatedByTargetResourcePaginator.d.ts +7 -0
- package/dist-types/pagination/ListCisScansPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +5 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +117 -0
- package/dist-types/ts3.4/Inspector2.d.ts +233 -0
- package/dist-types/ts3.4/Inspector2Client.d.ts +78 -0
- package/dist-types/ts3.4/commands/CreateCisScanConfigurationCommand.d.ts +30 -0
- package/dist-types/ts3.4/commands/DeleteCisScanConfigurationCommand.d.ts +30 -0
- package/dist-types/ts3.4/commands/GetCisScanReportCommand.d.ts +29 -0
- package/dist-types/ts3.4/commands/GetCisScanResultDetailsCommand.d.ts +30 -0
- package/dist-types/ts3.4/commands/ListCisScanConfigurationsCommand.d.ts +30 -0
- package/dist-types/ts3.4/commands/ListCisScanResultsAggregatedByChecksCommand.d.ts +30 -0
- package/dist-types/ts3.4/commands/ListCisScanResultsAggregatedByTargetResourceCommand.d.ts +30 -0
- package/dist-types/ts3.4/commands/ListCisScansCommand.d.ts +26 -0
- package/dist-types/ts3.4/commands/ListCoverageCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListCoverageStatisticsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListDelegatedAdminAccountsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListFiltersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListFindingAggregationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListFindingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListMembersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListUsageTotalsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ResetEncryptionKeyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SearchVulnerabilitiesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SendCisSessionHealthCommand.d.ts +30 -0
- package/dist-types/ts3.4/commands/SendCisSessionTelemetryCommand.d.ts +30 -0
- package/dist-types/ts3.4/commands/StartCisSessionCommand.d.ts +29 -0
- package/dist-types/ts3.4/commands/StopCisSessionCommand.d.ts +29 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateCisScanConfigurationCommand.d.ts +30 -0
- package/dist-types/ts3.4/commands/UpdateConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateEc2DeepInspectionConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateEncryptionKeyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateFilterCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateOrgEc2DeepInspectionConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateOrganizationConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +13 -0
- package/dist-types/ts3.4/models/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +449 -192
- package/dist-types/ts3.4/models/models_1.d.ts +309 -0
- package/dist-types/ts3.4/pagination/GetCisScanResultDetailsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListCisScanConfigurationsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListCisScanResultsAggregatedByChecksPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListCisScanResultsAggregatedByTargetResourcePaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListCisScansPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +5 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +156 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -275,6 +275,14 @@ CancelSbomExport
|
|
|
275
275
|
|
|
276
276
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/inspector2/command/CancelSbomExportCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-inspector2/Interface/CancelSbomExportCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-inspector2/Interface/CancelSbomExportCommandOutput/)
|
|
277
277
|
|
|
278
|
+
</details>
|
|
279
|
+
<details>
|
|
280
|
+
<summary>
|
|
281
|
+
CreateCisScanConfiguration
|
|
282
|
+
</summary>
|
|
283
|
+
|
|
284
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/inspector2/command/CreateCisScanConfigurationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-inspector2/Interface/CreateCisScanConfigurationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-inspector2/Interface/CreateCisScanConfigurationCommandOutput/)
|
|
285
|
+
|
|
278
286
|
</details>
|
|
279
287
|
<details>
|
|
280
288
|
<summary>
|
|
@@ -299,6 +307,14 @@ CreateSbomExport
|
|
|
299
307
|
|
|
300
308
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/inspector2/command/CreateSbomExportCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-inspector2/Interface/CreateSbomExportCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-inspector2/Interface/CreateSbomExportCommandOutput/)
|
|
301
309
|
|
|
310
|
+
</details>
|
|
311
|
+
<details>
|
|
312
|
+
<summary>
|
|
313
|
+
DeleteCisScanConfiguration
|
|
314
|
+
</summary>
|
|
315
|
+
|
|
316
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/inspector2/command/DeleteCisScanConfigurationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-inspector2/Interface/DeleteCisScanConfigurationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-inspector2/Interface/DeleteCisScanConfigurationCommandOutput/)
|
|
317
|
+
|
|
302
318
|
</details>
|
|
303
319
|
<details>
|
|
304
320
|
<summary>
|
|
@@ -355,6 +371,22 @@ EnableDelegatedAdminAccount
|
|
|
355
371
|
|
|
356
372
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/inspector2/command/EnableDelegatedAdminAccountCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-inspector2/Interface/EnableDelegatedAdminAccountCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-inspector2/Interface/EnableDelegatedAdminAccountCommandOutput/)
|
|
357
373
|
|
|
374
|
+
</details>
|
|
375
|
+
<details>
|
|
376
|
+
<summary>
|
|
377
|
+
GetCisScanReport
|
|
378
|
+
</summary>
|
|
379
|
+
|
|
380
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/inspector2/command/GetCisScanReportCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-inspector2/Interface/GetCisScanReportCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-inspector2/Interface/GetCisScanReportCommandOutput/)
|
|
381
|
+
|
|
382
|
+
</details>
|
|
383
|
+
<details>
|
|
384
|
+
<summary>
|
|
385
|
+
GetCisScanResultDetails
|
|
386
|
+
</summary>
|
|
387
|
+
|
|
388
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/inspector2/command/GetCisScanResultDetailsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-inspector2/Interface/GetCisScanResultDetailsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-inspector2/Interface/GetCisScanResultDetailsCommandOutput/)
|
|
389
|
+
|
|
358
390
|
</details>
|
|
359
391
|
<details>
|
|
360
392
|
<summary>
|
|
@@ -419,6 +451,38 @@ ListAccountPermissions
|
|
|
419
451
|
|
|
420
452
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/inspector2/command/ListAccountPermissionsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-inspector2/Interface/ListAccountPermissionsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-inspector2/Interface/ListAccountPermissionsCommandOutput/)
|
|
421
453
|
|
|
454
|
+
</details>
|
|
455
|
+
<details>
|
|
456
|
+
<summary>
|
|
457
|
+
ListCisScanConfigurations
|
|
458
|
+
</summary>
|
|
459
|
+
|
|
460
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/inspector2/command/ListCisScanConfigurationsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-inspector2/Interface/ListCisScanConfigurationsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-inspector2/Interface/ListCisScanConfigurationsCommandOutput/)
|
|
461
|
+
|
|
462
|
+
</details>
|
|
463
|
+
<details>
|
|
464
|
+
<summary>
|
|
465
|
+
ListCisScanResultsAggregatedByChecks
|
|
466
|
+
</summary>
|
|
467
|
+
|
|
468
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/inspector2/command/ListCisScanResultsAggregatedByChecksCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-inspector2/Interface/ListCisScanResultsAggregatedByChecksCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-inspector2/Interface/ListCisScanResultsAggregatedByChecksCommandOutput/)
|
|
469
|
+
|
|
470
|
+
</details>
|
|
471
|
+
<details>
|
|
472
|
+
<summary>
|
|
473
|
+
ListCisScanResultsAggregatedByTargetResource
|
|
474
|
+
</summary>
|
|
475
|
+
|
|
476
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/inspector2/command/ListCisScanResultsAggregatedByTargetResourceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-inspector2/Interface/ListCisScanResultsAggregatedByTargetResourceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-inspector2/Interface/ListCisScanResultsAggregatedByTargetResourceCommandOutput/)
|
|
477
|
+
|
|
478
|
+
</details>
|
|
479
|
+
<details>
|
|
480
|
+
<summary>
|
|
481
|
+
ListCisScans
|
|
482
|
+
</summary>
|
|
483
|
+
|
|
484
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/inspector2/command/ListCisScansCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-inspector2/Interface/ListCisScansCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-inspector2/Interface/ListCisScansCommandOutput/)
|
|
485
|
+
|
|
422
486
|
</details>
|
|
423
487
|
<details>
|
|
424
488
|
<summary>
|
|
@@ -507,6 +571,38 @@ SearchVulnerabilities
|
|
|
507
571
|
|
|
508
572
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/inspector2/command/SearchVulnerabilitiesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-inspector2/Interface/SearchVulnerabilitiesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-inspector2/Interface/SearchVulnerabilitiesCommandOutput/)
|
|
509
573
|
|
|
574
|
+
</details>
|
|
575
|
+
<details>
|
|
576
|
+
<summary>
|
|
577
|
+
SendCisSessionHealth
|
|
578
|
+
</summary>
|
|
579
|
+
|
|
580
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/inspector2/command/SendCisSessionHealthCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-inspector2/Interface/SendCisSessionHealthCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-inspector2/Interface/SendCisSessionHealthCommandOutput/)
|
|
581
|
+
|
|
582
|
+
</details>
|
|
583
|
+
<details>
|
|
584
|
+
<summary>
|
|
585
|
+
SendCisSessionTelemetry
|
|
586
|
+
</summary>
|
|
587
|
+
|
|
588
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/inspector2/command/SendCisSessionTelemetryCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-inspector2/Interface/SendCisSessionTelemetryCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-inspector2/Interface/SendCisSessionTelemetryCommandOutput/)
|
|
589
|
+
|
|
590
|
+
</details>
|
|
591
|
+
<details>
|
|
592
|
+
<summary>
|
|
593
|
+
StartCisSession
|
|
594
|
+
</summary>
|
|
595
|
+
|
|
596
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/inspector2/command/StartCisSessionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-inspector2/Interface/StartCisSessionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-inspector2/Interface/StartCisSessionCommandOutput/)
|
|
597
|
+
|
|
598
|
+
</details>
|
|
599
|
+
<details>
|
|
600
|
+
<summary>
|
|
601
|
+
StopCisSession
|
|
602
|
+
</summary>
|
|
603
|
+
|
|
604
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/inspector2/command/StopCisSessionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-inspector2/Interface/StopCisSessionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-inspector2/Interface/StopCisSessionCommandOutput/)
|
|
605
|
+
|
|
510
606
|
</details>
|
|
511
607
|
<details>
|
|
512
608
|
<summary>
|
|
@@ -523,6 +619,14 @@ UntagResource
|
|
|
523
619
|
|
|
524
620
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/inspector2/command/UntagResourceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-inspector2/Interface/UntagResourceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-inspector2/Interface/UntagResourceCommandOutput/)
|
|
525
621
|
|
|
622
|
+
</details>
|
|
623
|
+
<details>
|
|
624
|
+
<summary>
|
|
625
|
+
UpdateCisScanConfiguration
|
|
626
|
+
</summary>
|
|
627
|
+
|
|
628
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/inspector2/command/UpdateCisScanConfigurationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-inspector2/Interface/UpdateCisScanConfigurationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-inspector2/Interface/UpdateCisScanConfigurationCommandOutput/)
|
|
629
|
+
|
|
526
630
|
</details>
|
|
527
631
|
<details>
|
|
528
632
|
<summary>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
module.exports = require("../index.js");
|