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).
Application Control
Section titled “Application Control”// initconst stopApplication = yield* AWS.EMRServerless.StopApplication(app);
// runtimeyield* stopApplication();