ResumeResource
Source:
src/AWS/Forecast/ResumeResource.ts
Runtime binding for forecast:ResumeResource — resume a stopped Forecast
monitor so it continues evaluating a deployed predictor’s drift.
Monitor ARNs are created at runtime, so the binding takes no arguments and
grants forecast:ResumeResource on *. Provide the implementation with
Effect.provide(AWS.Forecast.ResumeResourceHttp).
Managing Jobs
Section titled “Managing Jobs”// initconst resumeResource = yield* AWS.Forecast.ResumeResource();
// runtimeyield* resumeResource({ ResourceArn: monitorArn });