Skip to content

StopApplication

Source: src/AWS/EMRServerless/StopApplication.ts

Runtime binding for emr-serverless:StopApplication.

Stops the bound Application, releasing its pre-initialized capacity so it stops billing — e.g. a scheduled cost-control function that shuts the application down outside business hours. Provide the implementation with Effect.provide(AWS.EMRServerless.StopApplicationHttp).

// init
const stopApplication = yield* AWS.EMRServerless.StopApplication(app);
// runtime
yield* stopApplication();