EMRServerless
import { EMRServerless } from "https://aws-api-bqtgftz736ft.deno.dev/v0.5/services/emrserverless.ts?docs=full";§Constructors
§Methods
Cancels a job run.
Creates an application.
Deletes an application. An application has to be in a stopped or created state in order to be deleted.
Displays detailed information about a specified application.
Creates and returns a URL that you can use to access the application UIs for a job run.
For jobs in a running state, the application UI is a live user interface such as the Spark or Tez web UI. For completed jobs, the application UI is a persistent application user interface such as the Spark History Server or persistent Tez UI.
Note: The URL is valid for one hour after you generate it. To access the application UI after that hour elapses, you must invoke the API again to generate a new URL.
Lists applications based on a set of parameters.
Lists all attempt of a job run.
Lists the tags assigned to the resources.
Stops a specified application and releases initial capacity if configured. All scheduled and running jobs must be completed or cancelled before stopping an application.
Assigns tags to resources. A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key and an optional value, both of which you define. Tags enable you to categorize your Amazon Web Services resources by attributes such as purpose, owner, or environment. When you have many resources of the same type, you can quickly identify a specific resource based on the tags you've assigned to it.
Updates a specified application. An application has to be in a stopped or created state in order to be updated.