ListMicrovms
Source:
src/AWS/Lambda/ListMicrovms.ts
Runtime binding for ListMicrovms.
Bind it to a {@link MicrovmImage} to get a callable that lists the MicroVMs
launched from that image (the imageIdentifier filter is injected).
Inspecting MicroVMs
Section titled “Inspecting MicroVMs”const listMicrovms = yield* AWS.Lambda.ListMicrovms(Sandbox);const { items } = yield* listMicrovms({});