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).
Findings Reports & SBOM Exports
Section titled “Findings Reports & SBOM Exports”// initconst getSbomExport = yield* AWS.Inspector2.GetSbomExport();
// runtimeconst { status } = yield* getSbomExport({ reportId });