ListFlowOperationResults
Source:
src/AWS/NetworkFirewall/ListFlowOperationResults.ts
Runtime binding for network-firewall:ListFlowOperationResults — read the
flows a completed flow capture/flush operation collected on the bound
Firewall; the firewall ARN is injected automatically.
Provide NetworkFirewall.ListFlowOperationResultsHttp on the hosting
Lambda Function to satisfy the requirement.
Flow Operations
Section titled “Flow Operations”// init — grants network-firewall:ListFlowOperationResults on the firewallconst listFlowOperationResults = yield* AWS.NetworkFirewall.ListFlowOperationResults(firewall);
// runtimeconst { Flows } = yield* listFlowOperationResults({ FlowOperationId: flowOperationId,});