CancelSbomExport
Source:
src/AWS/Inspector2/CancelSbomExport.ts
Runtime binding for inspector2:CancelSbomExport.
Cancels a software bill of materials (SBOM) report.
Provide the implementation with
Effect.provide(AWS.Inspector2.CancelSbomExportHttp).
Findings Reports & SBOM Exports
Section titled “Findings Reports & SBOM Exports”// initconst cancelSbomExport = yield* AWS.Inspector2.CancelSbomExport();
// runtimeyield* cancelSbomExport({ reportId });