Skip to content

GetSbomExport

Source: src/AWS/Inspector2/GetSbomExport.ts

Runtime binding for inspector2:GetSbomExport.

Gets details of a software bill of materials (SBOM) report.

Provide the implementation with Effect.provide(AWS.Inspector2.GetSbomExportHttp).

// init
const getSbomExport = yield* AWS.Inspector2.GetSbomExport();
// runtime
const { status } = yield* getSbomExport({ reportId });