StartApplication
Source:
src/AWS/EMRServerless/StartApplication.ts
Runtime binding for emr-serverless:StartApplication.
Starts the bound Application — pre-warming its pre-initialized
capacity ahead of a burst of job submissions so the first job skips the
application cold start. Provide the implementation with
Effect.provide(AWS.EMRServerless.StartApplicationHttp).
Application Control
Section titled “Application Control”// initconst startApplication = yield* AWS.EMRServerless.StartApplication(app);
// runtimeyield* startApplication();