EmrServerlessClient

Amazon EMR Serverless is a new deployment option for Amazon EMR. Amazon EMR Serverless provides a serverless runtime environment that simplifies running analytics applications using the latest open source frameworks such as Apache Spark and Apache Hive. With Amazon EMR Serverless, you don’t have to configure, optimize, secure, or operate clusters to run applications with these frameworks.

The API reference to Amazon EMR Serverless is emr-serverless. The emr-serverless prefix is used in the following scenarios:

  • It is the prefix in the CLI commands for Amazon EMR Serverless. For example, aws emr-serverless start-job-run.

  • It is the prefix before IAM policy actions for Amazon EMR Serverless. For example, "Action": ["emr-serverless:StartJobRun"]. For more information, see Policy actions for Amazon EMR Serverless.

  • It is the prefix used in Amazon EMR Serverless service endpoints. For example, emr-serverless.us-east-2.amazonaws.com.

Properties

Link copied to clipboard
abstract override val config: EmrServerlessClient.Config

EmrServerlessClient's configuration

Functions

Link copied to clipboard

Cancels a job run.

Link copied to clipboard

Creates an application.

Link copied to clipboard

Deletes an application. An application has to be in a stopped or created state in order to be deleted.

Link copied to clipboard

Displays detailed information about a specified application.

Link copied to clipboard

Creates and returns a URL that you can use to access the application UIs for a job run.

Link copied to clipboard
abstract suspend fun getJobRun(input: GetJobRunRequest): GetJobRunResponse

Displays detailed information about a job run.

Link copied to clipboard
abstract suspend fun listApplications(input: ListApplicationsRequest = ListApplicationsRequest { }): ListApplicationsResponse

Lists applications based on a set of parameters.

Link copied to clipboard
abstract suspend fun listJobRuns(input: ListJobRunsRequest): ListJobRunsResponse

Lists job runs based on a set of parameters.

Link copied to clipboard

Lists the tags assigned to the resources.

Link copied to clipboard

Starts a specified application and initializes initial capacity if configured.

Link copied to clipboard
abstract suspend fun startJobRun(input: StartJobRunRequest): StartJobRunResponse

Starts a job run.

Link copied to clipboard

Stops a specified application and releases initial capacity if configured. All scheduled and running jobs must be completed or cancelled before stopping an application.

Link copied to clipboard
abstract suspend fun tagResource(input: TagResourceRequest): TagResourceResponse

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.

Link copied to clipboard

Removes tags from resources.

Link copied to clipboard

Updates a specified application. An application has to be in a stopped or created state in order to be updated.

Inherited functions

Link copied to clipboard

Cancels a job run.

Link copied to clipboard
expect abstract fun close()
Link copied to clipboard

Creates an application.

Link copied to clipboard

Deletes an application. An application has to be in a stopped or created state in order to be deleted.

Link copied to clipboard

Displays detailed information about a specified application.

Link copied to clipboard

Creates and returns a URL that you can use to access the application UIs for a job run.

Link copied to clipboard
inline suspend fun EmrServerlessClient.getJobRun(crossinline block: GetJobRunRequest.Builder.() -> Unit): GetJobRunResponse

Displays detailed information about a job run.

Link copied to clipboard

Lists applications based on a set of parameters.

Link copied to clipboard

Lists job runs based on a set of parameters.

Link copied to clipboard

Lists the tags assigned to the resources.

Link copied to clipboard

Starts a specified application and initializes initial capacity if configured.

Link copied to clipboard

Starts a job run.

Link copied to clipboard

Stops a specified application and releases initial capacity if configured. All scheduled and running jobs must be completed or cancelled before stopping an application.

Link copied to clipboard

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.

Link copied to clipboard

Removes tags from resources.

Link copied to clipboard

Updates a specified application. An application has to be in a stopped or created state in order to be updated.

Link copied to clipboard

Create a copy of the client with one or more configuration values overridden. This method allows the caller to perform scoped config overrides for one or more client operations.