Skip to content

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).

// init
const cancelSbomExport = yield* AWS.Inspector2.CancelSbomExport();
// runtime
yield* cancelSbomExport({ reportId });