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.
Types
Functions
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.
Displays detailed information about a job run.
Returns a URL that you can use to access the application UIs for a specified resource, such as a session.
Displays detailed information about a session.
Returns the session endpoint URL and a time-limited authentication token for the specified session. Use the endpoint and token to connect a client to the session. Call this operation again when the authentication token expires to obtain a new token.
Lists applications based on a set of parameters.
Lists all attempt of a job run.
Lists job runs based on a set of parameters.
Lists sessions for the specified application. You can filter sessions by state and creation time.
Lists the tags assigned to the resources.
Starts a specified application and initializes initial capacity if configured.
Starts a job run.
Creates and starts a new session on the specified application. The application must be in the STARTED state or have AutoStart enabled, and have interactive sessions enabled. This operation is supported for EMR release 7.13.0 and later.
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.
Terminates the specified session. After you terminate a session, it enters the TERMINATING state and then the TERMINATED state. You can still access the Spark History Server for a terminated session through the GetResourceDashboard operation.
Removes tags from resources.
Updates a specified application. An application has to be in a stopped or created state in order to be updated.
Inherited functions
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.
Displays detailed information about a job run.
Returns a URL that you can use to access the application UIs for a specified resource, such as a session.
Displays detailed information about a session.
Returns the session endpoint URL and a time-limited authentication token for the specified session. Use the endpoint and token to connect a client to the session. Call this operation again when the authentication token expires to obtain a new token.
Lists applications based on a set of parameters.
Paginate over ListApplicationsResponse results.
Lists all attempt of a job run.
Paginate over ListJobRunAttemptsResponse results.
Lists job runs based on a set of parameters.
Paginate over ListJobRunsResponse results.
Lists sessions for the specified application. You can filter sessions by state and creation time.
Paginate over ListSessionsResponse results.
Lists the tags assigned to the resources.
Starts a specified application and initializes initial capacity if configured.
Starts a job run.
Creates and starts a new session on the specified application. The application must be in the STARTED state or have AutoStart enabled, and have interactive sessions enabled. This operation is supported for EMR release 7.13.0 and later.
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.
Terminates the specified session. After you terminate a session, it enters the TERMINATING state and then the TERMINATED state. You can still access the Spark History Server for a terminated session through the GetResourceDashboard operation.
Removes tags from resources.
Updates a specified application. An application has to be in a stopped or created state in order to be updated.
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.