ListCisScans
Source:
src/AWS/Inspector2/ListCisScans.ts
Runtime binding for inspector2:ListCisScans.
Returns a CIS scan list.
Provide the implementation with
Effect.provide(AWS.Inspector2.ListCisScansHttp).
CIS Scan Results
Section titled “CIS Scan Results”// initconst listCisScans = yield* AWS.Inspector2.ListCisScans();
// runtimeconst { scans } = yield* listCisScans();