StopQuery
Source:
src/AWS/InternetMonitor/StopQuery.ts
Runtime binding for internetmonitor:StopQuery — cancel an in-progress
query on the bound Monitor; the monitor name is injected
automatically.
Provide InternetMonitor.StopQueryHttp on the hosting Lambda Function to
satisfy the requirement.
Querying Measurements
Section titled “Querying Measurements”// init — grants internetmonitor:StopQuery on the monitorconst stopQuery = yield* AWS.InternetMonitor.StopQuery(monitor);
// runtimeyield* stopQuery({ QueryId: queryId });