
commonMain.aws.sdk.kotlin.services.emr.DefaultEmrClient.kt Maven / Gradle / Ivy
// Code generated by smithy-kotlin-codegen. DO NOT EDIT!
package aws.sdk.kotlin.services.emr
import aws.sdk.kotlin.runtime.client.AwsClientOption
import aws.sdk.kotlin.runtime.http.ApiMetadata
import aws.sdk.kotlin.runtime.http.AwsUserAgentMetadata
import aws.sdk.kotlin.runtime.http.middleware.AwsRetryHeaderMiddleware
import aws.sdk.kotlin.runtime.http.middleware.RecursionDetection
import aws.sdk.kotlin.runtime.http.middleware.UserAgent
import aws.sdk.kotlin.services.emr.endpoints.internal.ResolveEndpoint
import aws.sdk.kotlin.services.emr.endpoints.internal.bindAwsBuiltins
import aws.sdk.kotlin.services.emr.model.*
import aws.sdk.kotlin.services.emr.model.AddInstanceFleetRequest
import aws.sdk.kotlin.services.emr.model.AddInstanceGroupsRequest
import aws.sdk.kotlin.services.emr.model.AddJobFlowStepsRequest
import aws.sdk.kotlin.services.emr.model.AddTagsRequest
import aws.sdk.kotlin.services.emr.model.CancelStepsRequest
import aws.sdk.kotlin.services.emr.model.CreateSecurityConfigurationRequest
import aws.sdk.kotlin.services.emr.model.CreateStudioRequest
import aws.sdk.kotlin.services.emr.model.CreateStudioSessionMappingRequest
import aws.sdk.kotlin.services.emr.model.DeleteSecurityConfigurationRequest
import aws.sdk.kotlin.services.emr.model.DeleteStudioRequest
import aws.sdk.kotlin.services.emr.model.DeleteStudioSessionMappingRequest
import aws.sdk.kotlin.services.emr.model.DescribeClusterRequest
import aws.sdk.kotlin.services.emr.model.DescribeJobFlowsRequest
import aws.sdk.kotlin.services.emr.model.DescribeNotebookExecutionRequest
import aws.sdk.kotlin.services.emr.model.DescribeReleaseLabelRequest
import aws.sdk.kotlin.services.emr.model.DescribeSecurityConfigurationRequest
import aws.sdk.kotlin.services.emr.model.DescribeStepRequest
import aws.sdk.kotlin.services.emr.model.DescribeStudioRequest
import aws.sdk.kotlin.services.emr.model.GetAutoTerminationPolicyRequest
import aws.sdk.kotlin.services.emr.model.GetBlockPublicAccessConfigurationRequest
import aws.sdk.kotlin.services.emr.model.GetClusterSessionCredentialsRequest
import aws.sdk.kotlin.services.emr.model.GetManagedScalingPolicyRequest
import aws.sdk.kotlin.services.emr.model.GetStudioSessionMappingRequest
import aws.sdk.kotlin.services.emr.model.ListBootstrapActionsRequest
import aws.sdk.kotlin.services.emr.model.ListClustersRequest
import aws.sdk.kotlin.services.emr.model.ListInstanceFleetsRequest
import aws.sdk.kotlin.services.emr.model.ListInstanceGroupsRequest
import aws.sdk.kotlin.services.emr.model.ListInstancesRequest
import aws.sdk.kotlin.services.emr.model.ListNotebookExecutionsRequest
import aws.sdk.kotlin.services.emr.model.ListReleaseLabelsRequest
import aws.sdk.kotlin.services.emr.model.ListSecurityConfigurationsRequest
import aws.sdk.kotlin.services.emr.model.ListStepsRequest
import aws.sdk.kotlin.services.emr.model.ListStudioSessionMappingsRequest
import aws.sdk.kotlin.services.emr.model.ListStudiosRequest
import aws.sdk.kotlin.services.emr.model.ModifyClusterRequest
import aws.sdk.kotlin.services.emr.model.ModifyInstanceFleetRequest
import aws.sdk.kotlin.services.emr.model.ModifyInstanceGroupsRequest
import aws.sdk.kotlin.services.emr.model.PutAutoScalingPolicyRequest
import aws.sdk.kotlin.services.emr.model.PutAutoTerminationPolicyRequest
import aws.sdk.kotlin.services.emr.model.PutBlockPublicAccessConfigurationRequest
import aws.sdk.kotlin.services.emr.model.PutManagedScalingPolicyRequest
import aws.sdk.kotlin.services.emr.model.RemoveAutoScalingPolicyRequest
import aws.sdk.kotlin.services.emr.model.RemoveAutoTerminationPolicyRequest
import aws.sdk.kotlin.services.emr.model.RemoveManagedScalingPolicyRequest
import aws.sdk.kotlin.services.emr.model.RemoveTagsRequest
import aws.sdk.kotlin.services.emr.model.RunJobFlowRequest
import aws.sdk.kotlin.services.emr.model.SetTerminationProtectionRequest
import aws.sdk.kotlin.services.emr.model.SetVisibleToAllUsersRequest
import aws.sdk.kotlin.services.emr.model.StartNotebookExecutionRequest
import aws.sdk.kotlin.services.emr.model.StopNotebookExecutionRequest
import aws.sdk.kotlin.services.emr.model.TerminateJobFlowsRequest
import aws.sdk.kotlin.services.emr.model.UpdateStudioRequest
import aws.sdk.kotlin.services.emr.model.UpdateStudioSessionMappingRequest
import aws.sdk.kotlin.services.emr.transform.*
import aws.smithy.kotlin.runtime.auth.awssigning.AwsHttpSigner
import aws.smithy.kotlin.runtime.auth.awssigning.AwsSigningAttributes
import aws.smithy.kotlin.runtime.awsprotocol.json.AwsJsonProtocol
import aws.smithy.kotlin.runtime.client.SdkClientOption
import aws.smithy.kotlin.runtime.http.SdkHttpClient
import aws.smithy.kotlin.runtime.http.operation.SdkHttpOperation
import aws.smithy.kotlin.runtime.http.operation.context
import aws.smithy.kotlin.runtime.http.operation.roundTrip
import aws.smithy.kotlin.runtime.http.operation.sdkRequestId
import aws.smithy.kotlin.runtime.io.SdkManagedGroup
import aws.smithy.kotlin.runtime.io.addIfManaged
import aws.smithy.kotlin.runtime.operation.ExecutionContext
import aws.smithy.kotlin.runtime.tracing.withRootTraceSpan
import aws.smithy.kotlin.runtime.util.putIfAbsent
import kotlin.coroutines.coroutineContext
public const val ServiceId: String = "EMR"
public const val ServiceApiVersion: String = "2009-03-31"
public const val SdkVersion: String = "0.21.5-beta"
internal class DefaultEmrClient(override val config: EmrClient.Config) : EmrClient {
private val managedResources = SdkManagedGroup()
private val client = SdkHttpClient(config.httpClientEngine)
init {
managedResources.addIfManaged(config.httpClientEngine)
managedResources.addIfManaged(config.credentialsProvider)
}
private val awsUserAgentMetadata = AwsUserAgentMetadata.fromEnvironment(ApiMetadata(ServiceId, SdkVersion))
/**
* Adds an instance fleet to a running cluster.
*
* The instance fleet configuration is available only in Amazon EMR versions 4.8.0 and later, excluding 5.0.x.
*/
override suspend fun addInstanceFleet(input: AddInstanceFleetRequest): AddInstanceFleetResponse {
val op = SdkHttpOperation.build {
serializer = AddInstanceFleetOperationSerializer()
deserializer = AddInstanceFleetOperationDeserializer()
context {
expectedHttpStatus = 200
operationName = "AddInstanceFleet"
}
}
op.execution.retryStrategy = config.retryStrategy
op.execution.retryPolicy = config.retryPolicy
mergeServiceDefaults(op.context)
op.interceptors.add(ResolveEndpoint(config.endpointProvider) {
bindAwsBuiltins(config)
})
op.install(AwsRetryHeaderMiddleware())
op.install(AwsJsonProtocol("ElasticMapReduce", "1.1"))
op.install(UserAgent(awsUserAgentMetadata))
op.install(RecursionDetection())
op.execution.signer = AwsHttpSigner {
this.signer = config.signer
this.credentialsProvider = config.credentialsProvider
this.service = "elasticmapreduce"
}
op.interceptors.addAll(config.interceptors)
val rootSpan = config.tracer.createRootSpan("AddInstanceFleet-${op.context.sdkRequestId}")
return coroutineContext.withRootTraceSpan(rootSpan) {
op.roundTrip(client, input)
}
}
/**
* Adds one or more instance groups to a running cluster.
*/
override suspend fun addInstanceGroups(input: AddInstanceGroupsRequest): AddInstanceGroupsResponse {
val op = SdkHttpOperation.build {
serializer = AddInstanceGroupsOperationSerializer()
deserializer = AddInstanceGroupsOperationDeserializer()
context {
expectedHttpStatus = 200
operationName = "AddInstanceGroups"
}
}
op.execution.retryStrategy = config.retryStrategy
op.execution.retryPolicy = config.retryPolicy
mergeServiceDefaults(op.context)
op.interceptors.add(ResolveEndpoint(config.endpointProvider) {
bindAwsBuiltins(config)
})
op.install(AwsRetryHeaderMiddleware())
op.install(AwsJsonProtocol("ElasticMapReduce", "1.1"))
op.install(UserAgent(awsUserAgentMetadata))
op.install(RecursionDetection())
op.execution.signer = AwsHttpSigner {
this.signer = config.signer
this.credentialsProvider = config.credentialsProvider
this.service = "elasticmapreduce"
}
op.interceptors.addAll(config.interceptors)
val rootSpan = config.tracer.createRootSpan("AddInstanceGroups-${op.context.sdkRequestId}")
return coroutineContext.withRootTraceSpan(rootSpan) {
op.roundTrip(client, input)
}
}
/**
* AddJobFlowSteps adds new steps to a running cluster. A maximum of 256 steps are allowed in each job flow.
*
* If your cluster is long-running (such as a Hive data warehouse) or complex, you may require more than 256 steps to process your data. You can bypass the 256-step limitation in various ways, including using SSH to connect to the master node and submitting queries directly to the software running on the master node, such as Hive and Hadoop.
*
* A step specifies the location of a JAR file stored either on the master node of the cluster or in Amazon S3. Each step is performed by the main function of the main class of the JAR file. The main class can be specified either in the manifest of the JAR or by using the MainFunction parameter of the step.
*
* Amazon EMR executes each step in the order listed. For a step to be considered complete, the main function must exit with a zero exit code and all Hadoop jobs started while the step was running must have completed and run successfully.
*
* You can only add steps to a cluster that is in one of the following states: STARTING, BOOTSTRAPPING, RUNNING, or WAITING.
*
* The string values passed into `HadoopJarStep` object cannot exceed a total of 10240 characters.
*/
override suspend fun addJobFlowSteps(input: AddJobFlowStepsRequest): AddJobFlowStepsResponse {
val op = SdkHttpOperation.build {
serializer = AddJobFlowStepsOperationSerializer()
deserializer = AddJobFlowStepsOperationDeserializer()
context {
expectedHttpStatus = 200
operationName = "AddJobFlowSteps"
}
}
op.execution.retryStrategy = config.retryStrategy
op.execution.retryPolicy = config.retryPolicy
mergeServiceDefaults(op.context)
op.interceptors.add(ResolveEndpoint(config.endpointProvider) {
bindAwsBuiltins(config)
})
op.install(AwsRetryHeaderMiddleware())
op.install(AwsJsonProtocol("ElasticMapReduce", "1.1"))
op.install(UserAgent(awsUserAgentMetadata))
op.install(RecursionDetection())
op.execution.signer = AwsHttpSigner {
this.signer = config.signer
this.credentialsProvider = config.credentialsProvider
this.service = "elasticmapreduce"
}
op.interceptors.addAll(config.interceptors)
val rootSpan = config.tracer.createRootSpan("AddJobFlowSteps-${op.context.sdkRequestId}")
return coroutineContext.withRootTraceSpan(rootSpan) {
op.roundTrip(client, input)
}
}
/**
* Adds tags to an Amazon EMR resource, such as a cluster or an Amazon EMR Studio. Tags make it easier to associate resources in various ways, such as grouping clusters to track your Amazon EMR resource allocation costs. For more information, see [Tag Clusters](https://docs.aws.amazon.com/emr/latest/ManagementGuide/emr-plan-tags.html).
*/
override suspend fun addTags(input: AddTagsRequest): AddTagsResponse {
val op = SdkHttpOperation.build {
serializer = AddTagsOperationSerializer()
deserializer = AddTagsOperationDeserializer()
context {
expectedHttpStatus = 200
operationName = "AddTags"
}
}
op.execution.retryStrategy = config.retryStrategy
op.execution.retryPolicy = config.retryPolicy
mergeServiceDefaults(op.context)
op.interceptors.add(ResolveEndpoint(config.endpointProvider) {
bindAwsBuiltins(config)
})
op.install(AwsRetryHeaderMiddleware())
op.install(AwsJsonProtocol("ElasticMapReduce", "1.1"))
op.install(UserAgent(awsUserAgentMetadata))
op.install(RecursionDetection())
op.execution.signer = AwsHttpSigner {
this.signer = config.signer
this.credentialsProvider = config.credentialsProvider
this.service = "elasticmapreduce"
}
op.interceptors.addAll(config.interceptors)
val rootSpan = config.tracer.createRootSpan("AddTags-${op.context.sdkRequestId}")
return coroutineContext.withRootTraceSpan(rootSpan) {
op.roundTrip(client, input)
}
}
/**
* Cancels a pending step or steps in a running cluster. Available only in Amazon EMR versions 4.8.0 and later, excluding version 5.0.0. A maximum of 256 steps are allowed in each CancelSteps request. CancelSteps is idempotent but asynchronous; it does not guarantee that a step will be canceled, even if the request is successfully submitted. When you use Amazon EMR versions 5.28.0 and later, you can cancel steps that are in a `PENDING` or `RUNNING` state. In earlier versions of Amazon EMR, you can only cancel steps that are in a `PENDING` state.
*/
override suspend fun cancelSteps(input: CancelStepsRequest): CancelStepsResponse {
val op = SdkHttpOperation.build {
serializer = CancelStepsOperationSerializer()
deserializer = CancelStepsOperationDeserializer()
context {
expectedHttpStatus = 200
operationName = "CancelSteps"
}
}
op.execution.retryStrategy = config.retryStrategy
op.execution.retryPolicy = config.retryPolicy
mergeServiceDefaults(op.context)
op.interceptors.add(ResolveEndpoint(config.endpointProvider) {
bindAwsBuiltins(config)
})
op.install(AwsRetryHeaderMiddleware())
op.install(AwsJsonProtocol("ElasticMapReduce", "1.1"))
op.install(UserAgent(awsUserAgentMetadata))
op.install(RecursionDetection())
op.execution.signer = AwsHttpSigner {
this.signer = config.signer
this.credentialsProvider = config.credentialsProvider
this.service = "elasticmapreduce"
}
op.interceptors.addAll(config.interceptors)
val rootSpan = config.tracer.createRootSpan("CancelSteps-${op.context.sdkRequestId}")
return coroutineContext.withRootTraceSpan(rootSpan) {
op.roundTrip(client, input)
}
}
/**
* Creates a security configuration, which is stored in the service and can be specified when a cluster is created.
*/
override suspend fun createSecurityConfiguration(input: CreateSecurityConfigurationRequest): CreateSecurityConfigurationResponse {
val op = SdkHttpOperation.build {
serializer = CreateSecurityConfigurationOperationSerializer()
deserializer = CreateSecurityConfigurationOperationDeserializer()
context {
expectedHttpStatus = 200
operationName = "CreateSecurityConfiguration"
}
}
op.execution.retryStrategy = config.retryStrategy
op.execution.retryPolicy = config.retryPolicy
mergeServiceDefaults(op.context)
op.interceptors.add(ResolveEndpoint(config.endpointProvider) {
bindAwsBuiltins(config)
})
op.install(AwsRetryHeaderMiddleware())
op.install(AwsJsonProtocol("ElasticMapReduce", "1.1"))
op.install(UserAgent(awsUserAgentMetadata))
op.install(RecursionDetection())
op.execution.signer = AwsHttpSigner {
this.signer = config.signer
this.credentialsProvider = config.credentialsProvider
this.service = "elasticmapreduce"
}
op.interceptors.addAll(config.interceptors)
val rootSpan = config.tracer.createRootSpan("CreateSecurityConfiguration-${op.context.sdkRequestId}")
return coroutineContext.withRootTraceSpan(rootSpan) {
op.roundTrip(client, input)
}
}
/**
* Creates a new Amazon EMR Studio.
*/
override suspend fun createStudio(input: CreateStudioRequest): CreateStudioResponse {
val op = SdkHttpOperation.build {
serializer = CreateStudioOperationSerializer()
deserializer = CreateStudioOperationDeserializer()
context {
expectedHttpStatus = 200
operationName = "CreateStudio"
}
}
op.execution.retryStrategy = config.retryStrategy
op.execution.retryPolicy = config.retryPolicy
mergeServiceDefaults(op.context)
op.interceptors.add(ResolveEndpoint(config.endpointProvider) {
bindAwsBuiltins(config)
})
op.install(AwsRetryHeaderMiddleware())
op.install(AwsJsonProtocol("ElasticMapReduce", "1.1"))
op.install(UserAgent(awsUserAgentMetadata))
op.install(RecursionDetection())
op.execution.signer = AwsHttpSigner {
this.signer = config.signer
this.credentialsProvider = config.credentialsProvider
this.service = "elasticmapreduce"
}
op.interceptors.addAll(config.interceptors)
val rootSpan = config.tracer.createRootSpan("CreateStudio-${op.context.sdkRequestId}")
return coroutineContext.withRootTraceSpan(rootSpan) {
op.roundTrip(client, input)
}
}
/**
* Maps a user or group to the Amazon EMR Studio specified by `StudioId`, and applies a session policy to refine Studio permissions for that user or group. Use `CreateStudioSessionMapping` to assign users to a Studio when you use IAM Identity Center authentication. For instructions on how to assign users to a Studio when you use IAM authentication, see [Assign a user or group to your EMR Studio](https://docs.aws.amazon.com/emr/latest/ManagementGuide/emr-studio-manage-users.html#emr-studio-assign-users-groups).
*/
override suspend fun createStudioSessionMapping(input: CreateStudioSessionMappingRequest): CreateStudioSessionMappingResponse {
val op = SdkHttpOperation.build {
serializer = CreateStudioSessionMappingOperationSerializer()
deserializer = CreateStudioSessionMappingOperationDeserializer()
context {
expectedHttpStatus = 200
operationName = "CreateStudioSessionMapping"
}
}
op.execution.retryStrategy = config.retryStrategy
op.execution.retryPolicy = config.retryPolicy
mergeServiceDefaults(op.context)
op.interceptors.add(ResolveEndpoint(config.endpointProvider) {
bindAwsBuiltins(config)
})
op.install(AwsRetryHeaderMiddleware())
op.install(AwsJsonProtocol("ElasticMapReduce", "1.1"))
op.install(UserAgent(awsUserAgentMetadata))
op.install(RecursionDetection())
op.execution.signer = AwsHttpSigner {
this.signer = config.signer
this.credentialsProvider = config.credentialsProvider
this.service = "elasticmapreduce"
}
op.interceptors.addAll(config.interceptors)
val rootSpan = config.tracer.createRootSpan("CreateStudioSessionMapping-${op.context.sdkRequestId}")
return coroutineContext.withRootTraceSpan(rootSpan) {
op.roundTrip(client, input)
}
}
/**
* Deletes a security configuration.
*/
override suspend fun deleteSecurityConfiguration(input: DeleteSecurityConfigurationRequest): DeleteSecurityConfigurationResponse {
val op = SdkHttpOperation.build {
serializer = DeleteSecurityConfigurationOperationSerializer()
deserializer = DeleteSecurityConfigurationOperationDeserializer()
context {
expectedHttpStatus = 200
operationName = "DeleteSecurityConfiguration"
}
}
op.execution.retryStrategy = config.retryStrategy
op.execution.retryPolicy = config.retryPolicy
mergeServiceDefaults(op.context)
op.interceptors.add(ResolveEndpoint(config.endpointProvider) {
bindAwsBuiltins(config)
})
op.install(AwsRetryHeaderMiddleware())
op.install(AwsJsonProtocol("ElasticMapReduce", "1.1"))
op.install(UserAgent(awsUserAgentMetadata))
op.install(RecursionDetection())
op.execution.signer = AwsHttpSigner {
this.signer = config.signer
this.credentialsProvider = config.credentialsProvider
this.service = "elasticmapreduce"
}
op.interceptors.addAll(config.interceptors)
val rootSpan = config.tracer.createRootSpan("DeleteSecurityConfiguration-${op.context.sdkRequestId}")
return coroutineContext.withRootTraceSpan(rootSpan) {
op.roundTrip(client, input)
}
}
/**
* Removes an Amazon EMR Studio from the Studio metadata store.
*/
override suspend fun deleteStudio(input: DeleteStudioRequest): DeleteStudioResponse {
val op = SdkHttpOperation.build {
serializer = DeleteStudioOperationSerializer()
deserializer = DeleteStudioOperationDeserializer()
context {
expectedHttpStatus = 200
operationName = "DeleteStudio"
}
}
op.execution.retryStrategy = config.retryStrategy
op.execution.retryPolicy = config.retryPolicy
mergeServiceDefaults(op.context)
op.interceptors.add(ResolveEndpoint(config.endpointProvider) {
bindAwsBuiltins(config)
})
op.install(AwsRetryHeaderMiddleware())
op.install(AwsJsonProtocol("ElasticMapReduce", "1.1"))
op.install(UserAgent(awsUserAgentMetadata))
op.install(RecursionDetection())
op.execution.signer = AwsHttpSigner {
this.signer = config.signer
this.credentialsProvider = config.credentialsProvider
this.service = "elasticmapreduce"
}
op.interceptors.addAll(config.interceptors)
val rootSpan = config.tracer.createRootSpan("DeleteStudio-${op.context.sdkRequestId}")
return coroutineContext.withRootTraceSpan(rootSpan) {
op.roundTrip(client, input)
}
}
/**
* Removes a user or group from an Amazon EMR Studio.
*/
override suspend fun deleteStudioSessionMapping(input: DeleteStudioSessionMappingRequest): DeleteStudioSessionMappingResponse {
val op = SdkHttpOperation.build {
serializer = DeleteStudioSessionMappingOperationSerializer()
deserializer = DeleteStudioSessionMappingOperationDeserializer()
context {
expectedHttpStatus = 200
operationName = "DeleteStudioSessionMapping"
}
}
op.execution.retryStrategy = config.retryStrategy
op.execution.retryPolicy = config.retryPolicy
mergeServiceDefaults(op.context)
op.interceptors.add(ResolveEndpoint(config.endpointProvider) {
bindAwsBuiltins(config)
})
op.install(AwsRetryHeaderMiddleware())
op.install(AwsJsonProtocol("ElasticMapReduce", "1.1"))
op.install(UserAgent(awsUserAgentMetadata))
op.install(RecursionDetection())
op.execution.signer = AwsHttpSigner {
this.signer = config.signer
this.credentialsProvider = config.credentialsProvider
this.service = "elasticmapreduce"
}
op.interceptors.addAll(config.interceptors)
val rootSpan = config.tracer.createRootSpan("DeleteStudioSessionMapping-${op.context.sdkRequestId}")
return coroutineContext.withRootTraceSpan(rootSpan) {
op.roundTrip(client, input)
}
}
/**
* Provides cluster-level details including status, hardware and software configuration, VPC settings, and so on.
*/
override suspend fun describeCluster(input: DescribeClusterRequest): DescribeClusterResponse {
val op = SdkHttpOperation.build {
serializer = DescribeClusterOperationSerializer()
deserializer = DescribeClusterOperationDeserializer()
context {
expectedHttpStatus = 200
operationName = "DescribeCluster"
}
}
op.execution.retryStrategy = config.retryStrategy
op.execution.retryPolicy = config.retryPolicy
mergeServiceDefaults(op.context)
op.interceptors.add(ResolveEndpoint(config.endpointProvider) {
bindAwsBuiltins(config)
})
op.install(AwsRetryHeaderMiddleware())
op.install(AwsJsonProtocol("ElasticMapReduce", "1.1"))
op.install(UserAgent(awsUserAgentMetadata))
op.install(RecursionDetection())
op.execution.signer = AwsHttpSigner {
this.signer = config.signer
this.credentialsProvider = config.credentialsProvider
this.service = "elasticmapreduce"
}
op.interceptors.addAll(config.interceptors)
val rootSpan = config.tracer.createRootSpan("DescribeCluster-${op.context.sdkRequestId}")
return coroutineContext.withRootTraceSpan(rootSpan) {
op.roundTrip(client, input)
}
}
/**
* This API is no longer supported and will eventually be removed. We recommend you use ListClusters, DescribeCluster, ListSteps, ListInstanceGroups and ListBootstrapActions instead.
*
* DescribeJobFlows returns a list of job flows that match all of the supplied parameters. The parameters can include a list of job flow IDs, job flow states, and restrictions on job flow creation date and time.
*
* Regardless of supplied parameters, only job flows created within the last two months are returned.
*
* If no parameters are supplied, then job flows matching either of the following criteria are returned:
* + Job flows created and completed in the last two weeks
* + Job flows created within the last two months that are in one of the following states: `RUNNING`, `WAITING`, `SHUTTING_DOWN`, `STARTING`
*
* Amazon EMR can return a maximum of 512 job flow descriptions.
*/
@Deprecated("No longer recommended for use. See AWS API documentation for more details.")
override suspend fun describeJobFlows(input: DescribeJobFlowsRequest): DescribeJobFlowsResponse {
val op = SdkHttpOperation.build {
serializer = DescribeJobFlowsOperationSerializer()
deserializer = DescribeJobFlowsOperationDeserializer()
context {
expectedHttpStatus = 200
operationName = "DescribeJobFlows"
}
}
op.execution.retryStrategy = config.retryStrategy
op.execution.retryPolicy = config.retryPolicy
mergeServiceDefaults(op.context)
op.interceptors.add(ResolveEndpoint(config.endpointProvider) {
bindAwsBuiltins(config)
})
op.install(AwsRetryHeaderMiddleware())
op.install(AwsJsonProtocol("ElasticMapReduce", "1.1"))
op.install(UserAgent(awsUserAgentMetadata))
op.install(RecursionDetection())
op.execution.signer = AwsHttpSigner {
this.signer = config.signer
this.credentialsProvider = config.credentialsProvider
this.service = "elasticmapreduce"
}
op.interceptors.addAll(config.interceptors)
val rootSpan = config.tracer.createRootSpan("DescribeJobFlows-${op.context.sdkRequestId}")
return coroutineContext.withRootTraceSpan(rootSpan) {
op.roundTrip(client, input)
}
}
/**
* Provides details of a notebook execution.
*/
override suspend fun describeNotebookExecution(input: DescribeNotebookExecutionRequest): DescribeNotebookExecutionResponse {
val op = SdkHttpOperation.build {
serializer = DescribeNotebookExecutionOperationSerializer()
deserializer = DescribeNotebookExecutionOperationDeserializer()
context {
expectedHttpStatus = 200
operationName = "DescribeNotebookExecution"
}
}
op.execution.retryStrategy = config.retryStrategy
op.execution.retryPolicy = config.retryPolicy
mergeServiceDefaults(op.context)
op.interceptors.add(ResolveEndpoint(config.endpointProvider) {
bindAwsBuiltins(config)
})
op.install(AwsRetryHeaderMiddleware())
op.install(AwsJsonProtocol("ElasticMapReduce", "1.1"))
op.install(UserAgent(awsUserAgentMetadata))
op.install(RecursionDetection())
op.execution.signer = AwsHttpSigner {
this.signer = config.signer
this.credentialsProvider = config.credentialsProvider
this.service = "elasticmapreduce"
}
op.interceptors.addAll(config.interceptors)
val rootSpan = config.tracer.createRootSpan("DescribeNotebookExecution-${op.context.sdkRequestId}")
return coroutineContext.withRootTraceSpan(rootSpan) {
op.roundTrip(client, input)
}
}
/**
* Provides EMR release label details, such as releases available the region where the API request is run, and the available applications for a specific EMR release label. Can also list EMR release versions that support a specified version of Spark.
*/
override suspend fun describeReleaseLabel(input: DescribeReleaseLabelRequest): DescribeReleaseLabelResponse {
val op = SdkHttpOperation.build {
serializer = DescribeReleaseLabelOperationSerializer()
deserializer = DescribeReleaseLabelOperationDeserializer()
context {
expectedHttpStatus = 200
operationName = "DescribeReleaseLabel"
}
}
op.execution.retryStrategy = config.retryStrategy
op.execution.retryPolicy = config.retryPolicy
mergeServiceDefaults(op.context)
op.interceptors.add(ResolveEndpoint(config.endpointProvider) {
bindAwsBuiltins(config)
})
op.install(AwsRetryHeaderMiddleware())
op.install(AwsJsonProtocol("ElasticMapReduce", "1.1"))
op.install(UserAgent(awsUserAgentMetadata))
op.install(RecursionDetection())
op.execution.signer = AwsHttpSigner {
this.signer = config.signer
this.credentialsProvider = config.credentialsProvider
this.service = "elasticmapreduce"
}
op.interceptors.addAll(config.interceptors)
val rootSpan = config.tracer.createRootSpan("DescribeReleaseLabel-${op.context.sdkRequestId}")
return coroutineContext.withRootTraceSpan(rootSpan) {
op.roundTrip(client, input)
}
}
/**
* Provides the details of a security configuration by returning the configuration JSON.
*/
override suspend fun describeSecurityConfiguration(input: DescribeSecurityConfigurationRequest): DescribeSecurityConfigurationResponse {
val op = SdkHttpOperation.build {
serializer = DescribeSecurityConfigurationOperationSerializer()
deserializer = DescribeSecurityConfigurationOperationDeserializer()
context {
expectedHttpStatus = 200
operationName = "DescribeSecurityConfiguration"
}
}
op.execution.retryStrategy = config.retryStrategy
op.execution.retryPolicy = config.retryPolicy
mergeServiceDefaults(op.context)
op.interceptors.add(ResolveEndpoint(config.endpointProvider) {
bindAwsBuiltins(config)
})
op.install(AwsRetryHeaderMiddleware())
op.install(AwsJsonProtocol("ElasticMapReduce", "1.1"))
op.install(UserAgent(awsUserAgentMetadata))
op.install(RecursionDetection())
op.execution.signer = AwsHttpSigner {
this.signer = config.signer
this.credentialsProvider = config.credentialsProvider
this.service = "elasticmapreduce"
}
op.interceptors.addAll(config.interceptors)
val rootSpan = config.tracer.createRootSpan("DescribeSecurityConfiguration-${op.context.sdkRequestId}")
return coroutineContext.withRootTraceSpan(rootSpan) {
op.roundTrip(client, input)
}
}
/**
* Provides more detail about the cluster step.
*/
override suspend fun describeStep(input: DescribeStepRequest): DescribeStepResponse {
val op = SdkHttpOperation.build {
serializer = DescribeStepOperationSerializer()
deserializer = DescribeStepOperationDeserializer()
context {
expectedHttpStatus = 200
operationName = "DescribeStep"
}
}
op.execution.retryStrategy = config.retryStrategy
op.execution.retryPolicy = config.retryPolicy
mergeServiceDefaults(op.context)
op.interceptors.add(ResolveEndpoint(config.endpointProvider) {
bindAwsBuiltins(config)
})
op.install(AwsRetryHeaderMiddleware())
op.install(AwsJsonProtocol("ElasticMapReduce", "1.1"))
op.install(UserAgent(awsUserAgentMetadata))
op.install(RecursionDetection())
op.execution.signer = AwsHttpSigner {
this.signer = config.signer
this.credentialsProvider = config.credentialsProvider
this.service = "elasticmapreduce"
}
op.interceptors.addAll(config.interceptors)
val rootSpan = config.tracer.createRootSpan("DescribeStep-${op.context.sdkRequestId}")
return coroutineContext.withRootTraceSpan(rootSpan) {
op.roundTrip(client, input)
}
}
/**
* Returns details for the specified Amazon EMR Studio including ID, Name, VPC, Studio access URL, and so on.
*/
override suspend fun describeStudio(input: DescribeStudioRequest): DescribeStudioResponse {
val op = SdkHttpOperation.build {
serializer = DescribeStudioOperationSerializer()
deserializer = DescribeStudioOperationDeserializer()
context {
expectedHttpStatus = 200
operationName = "DescribeStudio"
}
}
op.execution.retryStrategy = config.retryStrategy
op.execution.retryPolicy = config.retryPolicy
mergeServiceDefaults(op.context)
op.interceptors.add(ResolveEndpoint(config.endpointProvider) {
bindAwsBuiltins(config)
})
op.install(AwsRetryHeaderMiddleware())
op.install(AwsJsonProtocol("ElasticMapReduce", "1.1"))
op.install(UserAgent(awsUserAgentMetadata))
op.install(RecursionDetection())
op.execution.signer = AwsHttpSigner {
this.signer = config.signer
this.credentialsProvider = config.credentialsProvider
this.service = "elasticmapreduce"
}
op.interceptors.addAll(config.interceptors)
val rootSpan = config.tracer.createRootSpan("DescribeStudio-${op.context.sdkRequestId}")
return coroutineContext.withRootTraceSpan(rootSpan) {
op.roundTrip(client, input)
}
}
/**
* Returns the auto-termination policy for an Amazon EMR cluster.
*/
override suspend fun getAutoTerminationPolicy(input: GetAutoTerminationPolicyRequest): GetAutoTerminationPolicyResponse {
val op = SdkHttpOperation.build {
serializer = GetAutoTerminationPolicyOperationSerializer()
deserializer = GetAutoTerminationPolicyOperationDeserializer()
context {
expectedHttpStatus = 200
operationName = "GetAutoTerminationPolicy"
}
}
op.execution.retryStrategy = config.retryStrategy
op.execution.retryPolicy = config.retryPolicy
mergeServiceDefaults(op.context)
op.interceptors.add(ResolveEndpoint(config.endpointProvider) {
bindAwsBuiltins(config)
})
op.install(AwsRetryHeaderMiddleware())
op.install(AwsJsonProtocol("ElasticMapReduce", "1.1"))
op.install(UserAgent(awsUserAgentMetadata))
op.install(RecursionDetection())
op.execution.signer = AwsHttpSigner {
this.signer = config.signer
this.credentialsProvider = config.credentialsProvider
this.service = "elasticmapreduce"
}
op.interceptors.addAll(config.interceptors)
val rootSpan = config.tracer.createRootSpan("GetAutoTerminationPolicy-${op.context.sdkRequestId}")
return coroutineContext.withRootTraceSpan(rootSpan) {
op.roundTrip(client, input)
}
}
/**
* Returns the Amazon EMR block public access configuration for your Amazon Web Services account in the current Region. For more information see [Configure Block Public Access for Amazon EMR](https://docs.aws.amazon.com/emr/latest/ManagementGuide/configure-block-public-access.html) in the *Amazon EMR Management Guide*.
*/
override suspend fun getBlockPublicAccessConfiguration(input: GetBlockPublicAccessConfigurationRequest): GetBlockPublicAccessConfigurationResponse {
val op = SdkHttpOperation.build {
serializer = GetBlockPublicAccessConfigurationOperationSerializer()
deserializer = GetBlockPublicAccessConfigurationOperationDeserializer()
context {
expectedHttpStatus = 200
operationName = "GetBlockPublicAccessConfiguration"
}
}
op.execution.retryStrategy = config.retryStrategy
op.execution.retryPolicy = config.retryPolicy
mergeServiceDefaults(op.context)
op.interceptors.add(ResolveEndpoint(config.endpointProvider) {
bindAwsBuiltins(config)
})
op.install(AwsRetryHeaderMiddleware())
op.install(AwsJsonProtocol("ElasticMapReduce", "1.1"))
op.install(UserAgent(awsUserAgentMetadata))
op.install(RecursionDetection())
op.execution.signer = AwsHttpSigner {
this.signer = config.signer
this.credentialsProvider = config.credentialsProvider
this.service = "elasticmapreduce"
}
op.interceptors.addAll(config.interceptors)
val rootSpan = config.tracer.createRootSpan("GetBlockPublicAccessConfiguration-${op.context.sdkRequestId}")
return coroutineContext.withRootTraceSpan(rootSpan) {
op.roundTrip(client, input)
}
}
/**
* Provides temporary, HTTP basic credentials that are associated with a given runtime IAM role and used by a cluster with fine-grained access control activated. You can use these credentials to connect to cluster endpoints that support username and password authentication.
*/
override suspend fun getClusterSessionCredentials(input: GetClusterSessionCredentialsRequest): GetClusterSessionCredentialsResponse {
val op = SdkHttpOperation.build {
serializer = GetClusterSessionCredentialsOperationSerializer()
deserializer = GetClusterSessionCredentialsOperationDeserializer()
context {
expectedHttpStatus = 200
operationName = "GetClusterSessionCredentials"
}
}
op.execution.retryStrategy = config.retryStrategy
op.execution.retryPolicy = config.retryPolicy
mergeServiceDefaults(op.context)
op.interceptors.add(ResolveEndpoint(config.endpointProvider) {
bindAwsBuiltins(config)
})
op.install(AwsRetryHeaderMiddleware())
op.install(AwsJsonProtocol("ElasticMapReduce", "1.1"))
op.install(UserAgent(awsUserAgentMetadata))
op.install(RecursionDetection())
op.execution.signer = AwsHttpSigner {
this.signer = config.signer
this.credentialsProvider = config.credentialsProvider
this.service = "elasticmapreduce"
}
op.interceptors.addAll(config.interceptors)
val rootSpan = config.tracer.createRootSpan("GetClusterSessionCredentials-${op.context.sdkRequestId}")
return coroutineContext.withRootTraceSpan(rootSpan) {
op.roundTrip(client, input)
}
}
/**
* Fetches the attached managed scaling policy for an Amazon EMR cluster.
*/
override suspend fun getManagedScalingPolicy(input: GetManagedScalingPolicyRequest): GetManagedScalingPolicyResponse {
val op = SdkHttpOperation.build {
serializer = GetManagedScalingPolicyOperationSerializer()
deserializer = GetManagedScalingPolicyOperationDeserializer()
context {
expectedHttpStatus = 200
operationName = "GetManagedScalingPolicy"
}
}
op.execution.retryStrategy = config.retryStrategy
op.execution.retryPolicy = config.retryPolicy
mergeServiceDefaults(op.context)
op.interceptors.add(ResolveEndpoint(config.endpointProvider) {
bindAwsBuiltins(config)
})
op.install(AwsRetryHeaderMiddleware())
op.install(AwsJsonProtocol("ElasticMapReduce", "1.1"))
op.install(UserAgent(awsUserAgentMetadata))
op.install(RecursionDetection())
op.execution.signer = AwsHttpSigner {
this.signer = config.signer
this.credentialsProvider = config.credentialsProvider
this.service = "elasticmapreduce"
}
op.interceptors.addAll(config.interceptors)
val rootSpan = config.tracer.createRootSpan("GetManagedScalingPolicy-${op.context.sdkRequestId}")
return coroutineContext.withRootTraceSpan(rootSpan) {
op.roundTrip(client, input)
}
}
/**
* Fetches mapping details for the specified Amazon EMR Studio and identity (user or group).
*/
override suspend fun getStudioSessionMapping(input: GetStudioSessionMappingRequest): GetStudioSessionMappingResponse {
val op = SdkHttpOperation.build {
serializer = GetStudioSessionMappingOperationSerializer()
deserializer = GetStudioSessionMappingOperationDeserializer()
context {
expectedHttpStatus = 200
operationName = "GetStudioSessionMapping"
}
}
op.execution.retryStrategy = config.retryStrategy
op.execution.retryPolicy = config.retryPolicy
mergeServiceDefaults(op.context)
op.interceptors.add(ResolveEndpoint(config.endpointProvider) {
bindAwsBuiltins(config)
})
op.install(AwsRetryHeaderMiddleware())
op.install(AwsJsonProtocol("ElasticMapReduce", "1.1"))
op.install(UserAgent(awsUserAgentMetadata))
op.install(RecursionDetection())
op.execution.signer = AwsHttpSigner {
this.signer = config.signer
this.credentialsProvider = config.credentialsProvider
this.service = "elasticmapreduce"
}
op.interceptors.addAll(config.interceptors)
val rootSpan = config.tracer.createRootSpan("GetStudioSessionMapping-${op.context.sdkRequestId}")
return coroutineContext.withRootTraceSpan(rootSpan) {
op.roundTrip(client, input)
}
}
/**
* Provides information about the bootstrap actions associated with a cluster.
*/
override suspend fun listBootstrapActions(input: ListBootstrapActionsRequest): ListBootstrapActionsResponse {
val op = SdkHttpOperation.build {
serializer = ListBootstrapActionsOperationSerializer()
deserializer = ListBootstrapActionsOperationDeserializer()
context {
expectedHttpStatus = 200
operationName = "ListBootstrapActions"
}
}
op.execution.retryStrategy = config.retryStrategy
op.execution.retryPolicy = config.retryPolicy
mergeServiceDefaults(op.context)
op.interceptors.add(ResolveEndpoint(config.endpointProvider) {
bindAwsBuiltins(config)
})
op.install(AwsRetryHeaderMiddleware())
op.install(AwsJsonProtocol("ElasticMapReduce", "1.1"))
op.install(UserAgent(awsUserAgentMetadata))
op.install(RecursionDetection())
op.execution.signer = AwsHttpSigner {
this.signer = config.signer
this.credentialsProvider = config.credentialsProvider
this.service = "elasticmapreduce"
}
op.interceptors.addAll(config.interceptors)
val rootSpan = config.tracer.createRootSpan("ListBootstrapActions-${op.context.sdkRequestId}")
return coroutineContext.withRootTraceSpan(rootSpan) {
op.roundTrip(client, input)
}
}
/**
* Provides the status of all clusters visible to this Amazon Web Services account. Allows you to filter the list of clusters based on certain criteria; for example, filtering by cluster creation date and time or by status. This call returns a maximum of 50 clusters in unsorted order per call, but returns a marker to track the paging of the cluster list across multiple ListClusters calls.
*/
override suspend fun listClusters(input: ListClustersRequest): ListClustersResponse {
val op = SdkHttpOperation.build {
serializer = ListClustersOperationSerializer()
deserializer = ListClustersOperationDeserializer()
context {
expectedHttpStatus = 200
operationName = "ListClusters"
}
}
op.execution.retryStrategy = config.retryStrategy
op.execution.retryPolicy = config.retryPolicy
mergeServiceDefaults(op.context)
op.interceptors.add(ResolveEndpoint(config.endpointProvider) {
bindAwsBuiltins(config)
})
op.install(AwsRetryHeaderMiddleware())
op.install(AwsJsonProtocol("ElasticMapReduce", "1.1"))
op.install(UserAgent(awsUserAgentMetadata))
op.install(RecursionDetection())
op.execution.signer = AwsHttpSigner {
this.signer = config.signer
this.credentialsProvider = config.credentialsProvider
this.service = "elasticmapreduce"
}
op.interceptors.addAll(config.interceptors)
val rootSpan = config.tracer.createRootSpan("ListClusters-${op.context.sdkRequestId}")
return coroutineContext.withRootTraceSpan(rootSpan) {
op.roundTrip(client, input)
}
}
/**
* Lists all available details about the instance fleets in a cluster.
*
* The instance fleet configuration is available only in Amazon EMR versions 4.8.0 and later, excluding 5.0.x versions.
*/
override suspend fun listInstanceFleets(input: ListInstanceFleetsRequest): ListInstanceFleetsResponse {
val op = SdkHttpOperation.build {
serializer = ListInstanceFleetsOperationSerializer()
deserializer = ListInstanceFleetsOperationDeserializer()
context {
expectedHttpStatus = 200
operationName = "ListInstanceFleets"
}
}
op.execution.retryStrategy = config.retryStrategy
op.execution.retryPolicy = config.retryPolicy
mergeServiceDefaults(op.context)
op.interceptors.add(ResolveEndpoint(config.endpointProvider) {
bindAwsBuiltins(config)
})
op.install(AwsRetryHeaderMiddleware())
op.install(AwsJsonProtocol("ElasticMapReduce", "1.1"))
op.install(UserAgent(awsUserAgentMetadata))
op.install(RecursionDetection())
op.execution.signer = AwsHttpSigner {
this.signer = config.signer
this.credentialsProvider = config.credentialsProvider
this.service = "elasticmapreduce"
}
op.interceptors.addAll(config.interceptors)
val rootSpan = config.tracer.createRootSpan("ListInstanceFleets-${op.context.sdkRequestId}")
return coroutineContext.withRootTraceSpan(rootSpan) {
op.roundTrip(client, input)
}
}
/**
* Provides all available details about the instance groups in a cluster.
*/
override suspend fun listInstanceGroups(input: ListInstanceGroupsRequest): ListInstanceGroupsResponse {
val op = SdkHttpOperation.build {
serializer = ListInstanceGroupsOperationSerializer()
deserializer = ListInstanceGroupsOperationDeserializer()
context {
expectedHttpStatus = 200
operationName = "ListInstanceGroups"
}
}
op.execution.retryStrategy = config.retryStrategy
op.execution.retryPolicy = config.retryPolicy
mergeServiceDefaults(op.context)
op.interceptors.add(ResolveEndpoint(config.endpointProvider) {
bindAwsBuiltins(config)
})
op.install(AwsRetryHeaderMiddleware())
op.install(AwsJsonProtocol("ElasticMapReduce", "1.1"))
op.install(UserAgent(awsUserAgentMetadata))
op.install(RecursionDetection())
op.execution.signer = AwsHttpSigner {
this.signer = config.signer
this.credentialsProvider = config.credentialsProvider
this.service = "elasticmapreduce"
}
op.interceptors.addAll(config.interceptors)
val rootSpan = config.tracer.createRootSpan("ListInstanceGroups-${op.context.sdkRequestId}")
return coroutineContext.withRootTraceSpan(rootSpan) {
op.roundTrip(client, input)
}
}
/**
* Provides information for all active EC2 instances and EC2 instances terminated in the last 30 days, up to a maximum of 2,000. EC2 instances in any of the following states are considered active: AWAITING_FULFILLMENT, PROVISIONING, BOOTSTRAPPING, RUNNING.
*/
override suspend fun listInstances(input: ListInstancesRequest): ListInstancesResponse {
val op = SdkHttpOperation.build {
serializer = ListInstancesOperationSerializer()
deserializer = ListInstancesOperationDeserializer()
context {
expectedHttpStatus = 200
operationName = "ListInstances"
}
}
op.execution.retryStrategy = config.retryStrategy
op.execution.retryPolicy = config.retryPolicy
mergeServiceDefaults(op.context)
op.interceptors.add(ResolveEndpoint(config.endpointProvider) {
bindAwsBuiltins(config)
})
op.install(AwsRetryHeaderMiddleware())
op.install(AwsJsonProtocol("ElasticMapReduce", "1.1"))
op.install(UserAgent(awsUserAgentMetadata))
op.install(RecursionDetection())
op.execution.signer = AwsHttpSigner {
this.signer = config.signer
this.credentialsProvider = config.credentialsProvider
this.service = "elasticmapreduce"
}
op.interceptors.addAll(config.interceptors)
val rootSpan = config.tracer.createRootSpan("ListInstances-${op.context.sdkRequestId}")
return coroutineContext.withRootTraceSpan(rootSpan) {
op.roundTrip(client, input)
}
}
/**
* Provides summaries of all notebook executions. You can filter the list based on multiple criteria such as status, time range, and editor id. Returns a maximum of 50 notebook executions and a marker to track the paging of a longer notebook execution list across multiple `ListNotebookExecution` calls.
*/
override suspend fun listNotebookExecutions(input: ListNotebookExecutionsRequest): ListNotebookExecutionsResponse {
val op = SdkHttpOperation.build {
serializer = ListNotebookExecutionsOperationSerializer()
deserializer = ListNotebookExecutionsOperationDeserializer()
context {
expectedHttpStatus = 200
operationName = "ListNotebookExecutions"
}
}
op.execution.retryStrategy = config.retryStrategy
op.execution.retryPolicy = config.retryPolicy
mergeServiceDefaults(op.context)
op.interceptors.add(ResolveEndpoint(config.endpointProvider) {
bindAwsBuiltins(config)
})
op.install(AwsRetryHeaderMiddleware())
op.install(AwsJsonProtocol("ElasticMapReduce", "1.1"))
op.install(UserAgent(awsUserAgentMetadata))
op.install(RecursionDetection())
op.execution.signer = AwsHttpSigner {
this.signer = config.signer
this.credentialsProvider = config.credentialsProvider
this.service = "elasticmapreduce"
}
op.interceptors.addAll(config.interceptors)
val rootSpan = config.tracer.createRootSpan("ListNotebookExecutions-${op.context.sdkRequestId}")
return coroutineContext.withRootTraceSpan(rootSpan) {
op.roundTrip(client, input)
}
}
/**
* Retrieves release labels of EMR services in the region where the API is called.
*/
override suspend fun listReleaseLabels(input: ListReleaseLabelsRequest): ListReleaseLabelsResponse {
val op = SdkHttpOperation.build {
serializer = ListReleaseLabelsOperationSerializer()
deserializer = ListReleaseLabelsOperationDeserializer()
context {
expectedHttpStatus = 200
operationName = "ListReleaseLabels"
}
}
op.execution.retryStrategy = config.retryStrategy
op.execution.retryPolicy = config.retryPolicy
mergeServiceDefaults(op.context)
op.interceptors.add(ResolveEndpoint(config.endpointProvider) {
bindAwsBuiltins(config)
})
op.install(AwsRetryHeaderMiddleware())
op.install(AwsJsonProtocol("ElasticMapReduce", "1.1"))
op.install(UserAgent(awsUserAgentMetadata))
op.install(RecursionDetection())
op.execution.signer = AwsHttpSigner {
this.signer = config.signer
this.credentialsProvider = config.credentialsProvider
this.service = "elasticmapreduce"
}
op.interceptors.addAll(config.interceptors)
val rootSpan = config.tracer.createRootSpan("ListReleaseLabels-${op.context.sdkRequestId}")
return coroutineContext.withRootTraceSpan(rootSpan) {
op.roundTrip(client, input)
}
}
/**
* Lists all the security configurations visible to this account, providing their creation dates and times, and their names. This call returns a maximum of 50 clusters per call, but returns a marker to track the paging of the cluster list across multiple ListSecurityConfigurations calls.
*/
override suspend fun listSecurityConfigurations(input: ListSecurityConfigurationsRequest): ListSecurityConfigurationsResponse {
val op = SdkHttpOperation.build {
serializer = ListSecurityConfigurationsOperationSerializer()
deserializer = ListSecurityConfigurationsOperationDeserializer()
context {
expectedHttpStatus = 200
operationName = "ListSecurityConfigurations"
}
}
op.execution.retryStrategy = config.retryStrategy
op.execution.retryPolicy = config.retryPolicy
mergeServiceDefaults(op.context)
op.interceptors.add(ResolveEndpoint(config.endpointProvider) {
bindAwsBuiltins(config)
})
op.install(AwsRetryHeaderMiddleware())
op.install(AwsJsonProtocol("ElasticMapReduce", "1.1"))
op.install(UserAgent(awsUserAgentMetadata))
op.install(RecursionDetection())
op.execution.signer = AwsHttpSigner {
this.signer = config.signer
this.credentialsProvider = config.credentialsProvider
this.service = "elasticmapreduce"
}
op.interceptors.addAll(config.interceptors)
val rootSpan = config.tracer.createRootSpan("ListSecurityConfigurations-${op.context.sdkRequestId}")
return coroutineContext.withRootTraceSpan(rootSpan) {
op.roundTrip(client, input)
}
}
/**
* Provides a list of steps for the cluster in reverse order unless you specify `stepIds` with the request or filter by `StepStates`. You can specify a maximum of 10 `stepIDs`. The CLI automatically paginates results to return a list greater than 50 steps. To return more than 50 steps using the CLI, specify a `Marker`, which is a pagination token that indicates the next set of steps to retrieve.
*/
override suspend fun listSteps(input: ListStepsRequest): ListStepsResponse {
val op = SdkHttpOperation.build {
serializer = ListStepsOperationSerializer()
deserializer = ListStepsOperationDeserializer()
context {
expectedHttpStatus = 200
operationName = "ListSteps"
}
}
op.execution.retryStrategy = config.retryStrategy
op.execution.retryPolicy = config.retryPolicy
mergeServiceDefaults(op.context)
op.interceptors.add(ResolveEndpoint(config.endpointProvider) {
bindAwsBuiltins(config)
})
op.install(AwsRetryHeaderMiddleware())
op.install(AwsJsonProtocol("ElasticMapReduce", "1.1"))
op.install(UserAgent(awsUserAgentMetadata))
op.install(RecursionDetection())
op.execution.signer = AwsHttpSigner {
this.signer = config.signer
this.credentialsProvider = config.credentialsProvider
this.service = "elasticmapreduce"
}
op.interceptors.addAll(config.interceptors)
val rootSpan = config.tracer.createRootSpan("ListSteps-${op.context.sdkRequestId}")
return coroutineContext.withRootTraceSpan(rootSpan) {
op.roundTrip(client, input)
}
}
/**
* Returns a list of all user or group session mappings for the Amazon EMR Studio specified by `StudioId`.
*/
override suspend fun listStudioSessionMappings(input: ListStudioSessionMappingsRequest): ListStudioSessionMappingsResponse {
val op = SdkHttpOperation.build {
serializer = ListStudioSessionMappingsOperationSerializer()
deserializer = ListStudioSessionMappingsOperationDeserializer()
context {
expectedHttpStatus = 200
operationName = "ListStudioSessionMappings"
}
}
op.execution.retryStrategy = config.retryStrategy
op.execution.retryPolicy = config.retryPolicy
mergeServiceDefaults(op.context)
op.interceptors.add(ResolveEndpoint(config.endpointProvider) {
bindAwsBuiltins(config)
})
op.install(AwsRetryHeaderMiddleware())
op.install(AwsJsonProtocol("ElasticMapReduce", "1.1"))
op.install(UserAgent(awsUserAgentMetadata))
op.install(RecursionDetection())
op.execution.signer = AwsHttpSigner {
this.signer = config.signer
this.credentialsProvider = config.credentialsProvider
this.service = "elasticmapreduce"
}
op.interceptors.addAll(config.interceptors)
val rootSpan = config.tracer.createRootSpan("ListStudioSessionMappings-${op.context.sdkRequestId}")
return coroutineContext.withRootTraceSpan(rootSpan) {
op.roundTrip(client, input)
}
}
/**
* Returns a list of all Amazon EMR Studios associated with the Amazon Web Services account. The list includes details such as ID, Studio Access URL, and creation time for each Studio.
*/
override suspend fun listStudios(input: ListStudiosRequest): ListStudiosResponse {
val op = SdkHttpOperation.build {
serializer = ListStudiosOperationSerializer()
deserializer = ListStudiosOperationDeserializer()
context {
expectedHttpStatus = 200
operationName = "ListStudios"
}
}
op.execution.retryStrategy = config.retryStrategy
op.execution.retryPolicy = config.retryPolicy
mergeServiceDefaults(op.context)
op.interceptors.add(ResolveEndpoint(config.endpointProvider) {
bindAwsBuiltins(config)
})
op.install(AwsRetryHeaderMiddleware())
op.install(AwsJsonProtocol("ElasticMapReduce", "1.1"))
op.install(UserAgent(awsUserAgentMetadata))
op.install(RecursionDetection())
op.execution.signer = AwsHttpSigner {
this.signer = config.signer
this.credentialsProvider = config.credentialsProvider
this.service = "elasticmapreduce"
}
op.interceptors.addAll(config.interceptors)
val rootSpan = config.tracer.createRootSpan("ListStudios-${op.context.sdkRequestId}")
return coroutineContext.withRootTraceSpan(rootSpan) {
op.roundTrip(client, input)
}
}
/**
* Modifies the number of steps that can be executed concurrently for the cluster specified using ClusterID.
*/
override suspend fun modifyCluster(input: ModifyClusterRequest): ModifyClusterResponse {
val op = SdkHttpOperation.build {
serializer = ModifyClusterOperationSerializer()
deserializer = ModifyClusterOperationDeserializer()
context {
expectedHttpStatus = 200
operationName = "ModifyCluster"
}
}
op.execution.retryStrategy = config.retryStrategy
op.execution.retryPolicy = config.retryPolicy
mergeServiceDefaults(op.context)
op.interceptors.add(ResolveEndpoint(config.endpointProvider) {
bindAwsBuiltins(config)
})
op.install(AwsRetryHeaderMiddleware())
op.install(AwsJsonProtocol("ElasticMapReduce", "1.1"))
op.install(UserAgent(awsUserAgentMetadata))
op.install(RecursionDetection())
op.execution.signer = AwsHttpSigner {
this.signer = config.signer
this.credentialsProvider = config.credentialsProvider
this.service = "elasticmapreduce"
}
op.interceptors.addAll(config.interceptors)
val rootSpan = config.tracer.createRootSpan("ModifyCluster-${op.context.sdkRequestId}")
return coroutineContext.withRootTraceSpan(rootSpan) {
op.roundTrip(client, input)
}
}
/**
* Modifies the target On-Demand and target Spot capacities for the instance fleet with the specified InstanceFleetID within the cluster specified using ClusterID. The call either succeeds or fails atomically.
*
* The instance fleet configuration is available only in Amazon EMR versions 4.8.0 and later, excluding 5.0.x versions.
*/
override suspend fun modifyInstanceFleet(input: ModifyInstanceFleetRequest): ModifyInstanceFleetResponse {
val op = SdkHttpOperation.build {
serializer = ModifyInstanceFleetOperationSerializer()
deserializer = ModifyInstanceFleetOperationDeserializer()
context {
expectedHttpStatus = 200
operationName = "ModifyInstanceFleet"
}
}
op.execution.retryStrategy = config.retryStrategy
op.execution.retryPolicy = config.retryPolicy
mergeServiceDefaults(op.context)
op.interceptors.add(ResolveEndpoint(config.endpointProvider) {
bindAwsBuiltins(config)
})
op.install(AwsRetryHeaderMiddleware())
op.install(AwsJsonProtocol("ElasticMapReduce", "1.1"))
op.install(UserAgent(awsUserAgentMetadata))
op.install(RecursionDetection())
op.execution.signer = AwsHttpSigner {
this.signer = config.signer
this.credentialsProvider = config.credentialsProvider
this.service = "elasticmapreduce"
}
op.interceptors.addAll(config.interceptors)
val rootSpan = config.tracer.createRootSpan("ModifyInstanceFleet-${op.context.sdkRequestId}")
return coroutineContext.withRootTraceSpan(rootSpan) {
op.roundTrip(client, input)
}
}
/**
* ModifyInstanceGroups modifies the number of nodes and configuration settings of an instance group. The input parameters include the new target instance count for the group and the instance group ID. The call will either succeed or fail atomically.
*/
override suspend fun modifyInstanceGroups(input: ModifyInstanceGroupsRequest): ModifyInstanceGroupsResponse {
val op = SdkHttpOperation.build {
serializer = ModifyInstanceGroupsOperationSerializer()
deserializer = ModifyInstanceGroupsOperationDeserializer()
context {
expectedHttpStatus = 200
operationName = "ModifyInstanceGroups"
}
}
op.execution.retryStrategy = config.retryStrategy
op.execution.retryPolicy = config.retryPolicy
mergeServiceDefaults(op.context)
op.interceptors.add(ResolveEndpoint(config.endpointProvider) {
bindAwsBuiltins(config)
})
op.install(AwsRetryHeaderMiddleware())
op.install(AwsJsonProtocol("ElasticMapReduce", "1.1"))
op.install(UserAgent(awsUserAgentMetadata))
op.install(RecursionDetection())
op.execution.signer = AwsHttpSigner {
this.signer = config.signer
this.credentialsProvider = config.credentialsProvider
this.service = "elasticmapreduce"
}
op.interceptors.addAll(config.interceptors)
val rootSpan = config.tracer.createRootSpan("ModifyInstanceGroups-${op.context.sdkRequestId}")
return coroutineContext.withRootTraceSpan(rootSpan) {
op.roundTrip(client, input)
}
}
/**
* Creates or updates an automatic scaling policy for a core instance group or task instance group in an Amazon EMR cluster. The automatic scaling policy defines how an instance group dynamically adds and terminates EC2 instances in response to the value of a CloudWatch metric.
*/
override suspend fun putAutoScalingPolicy(input: PutAutoScalingPolicyRequest): PutAutoScalingPolicyResponse {
val op = SdkHttpOperation.build {
serializer = PutAutoScalingPolicyOperationSerializer()
deserializer = PutAutoScalingPolicyOperationDeserializer()
context {
expectedHttpStatus = 200
operationName = "PutAutoScalingPolicy"
}
}
op.execution.retryStrategy = config.retryStrategy
op.execution.retryPolicy = config.retryPolicy
mergeServiceDefaults(op.context)
op.interceptors.add(ResolveEndpoint(config.endpointProvider) {
bindAwsBuiltins(config)
})
op.install(AwsRetryHeaderMiddleware())
op.install(AwsJsonProtocol("ElasticMapReduce", "1.1"))
op.install(UserAgent(awsUserAgentMetadata))
op.install(RecursionDetection())
op.execution.signer = AwsHttpSigner {
this.signer = config.signer
this.credentialsProvider = config.credentialsProvider
this.service = "elasticmapreduce"
}
op.interceptors.addAll(config.interceptors)
val rootSpan = config.tracer.createRootSpan("PutAutoScalingPolicy-${op.context.sdkRequestId}")
return coroutineContext.withRootTraceSpan(rootSpan) {
op.roundTrip(client, input)
}
}
/**
* Auto-termination is supported in Amazon EMR versions 5.30.0 and 6.1.0 and later. For more information, see [Using an auto-termination policy](https://docs.aws.amazon.com/emr/latest/ManagementGuide/emr-auto-termination-policy.html).
*
* Creates or updates an auto-termination policy for an Amazon EMR cluster. An auto-termination policy defines the amount of idle time in seconds after which a cluster automatically terminates. For alternative cluster termination options, see [Control cluster termination](https://docs.aws.amazon.com/emr/latest/ManagementGuide/emr-plan-termination.html).
*/
override suspend fun putAutoTerminationPolicy(input: PutAutoTerminationPolicyRequest): PutAutoTerminationPolicyResponse {
val op = SdkHttpOperation.build {
serializer = PutAutoTerminationPolicyOperationSerializer()
deserializer = PutAutoTerminationPolicyOperationDeserializer()
context {
expectedHttpStatus = 200
operationName = "PutAutoTerminationPolicy"
}
}
op.execution.retryStrategy = config.retryStrategy
op.execution.retryPolicy = config.retryPolicy
mergeServiceDefaults(op.context)
op.interceptors.add(ResolveEndpoint(config.endpointProvider) {
bindAwsBuiltins(config)
})
op.install(AwsRetryHeaderMiddleware())
op.install(AwsJsonProtocol("ElasticMapReduce", "1.1"))
op.install(UserAgent(awsUserAgentMetadata))
op.install(RecursionDetection())
op.execution.signer = AwsHttpSigner {
this.signer = config.signer
this.credentialsProvider = config.credentialsProvider
this.service = "elasticmapreduce"
}
op.interceptors.addAll(config.interceptors)
val rootSpan = config.tracer.createRootSpan("PutAutoTerminationPolicy-${op.context.sdkRequestId}")
return coroutineContext.withRootTraceSpan(rootSpan) {
op.roundTrip(client, input)
}
}
/**
* Creates or updates an Amazon EMR block public access configuration for your Amazon Web Services account in the current Region. For more information see [Configure Block Public Access for Amazon EMR](https://docs.aws.amazon.com/emr/latest/ManagementGuide/configure-block-public-access.html) in the *Amazon EMR Management Guide*.
*/
override suspend fun putBlockPublicAccessConfiguration(input: PutBlockPublicAccessConfigurationRequest): PutBlockPublicAccessConfigurationResponse {
val op = SdkHttpOperation.build {
serializer = PutBlockPublicAccessConfigurationOperationSerializer()
deserializer = PutBlockPublicAccessConfigurationOperationDeserializer()
context {
expectedHttpStatus = 200
operationName = "PutBlockPublicAccessConfiguration"
}
}
op.execution.retryStrategy = config.retryStrategy
op.execution.retryPolicy = config.retryPolicy
mergeServiceDefaults(op.context)
op.interceptors.add(ResolveEndpoint(config.endpointProvider) {
bindAwsBuiltins(config)
})
op.install(AwsRetryHeaderMiddleware())
op.install(AwsJsonProtocol("ElasticMapReduce", "1.1"))
op.install(UserAgent(awsUserAgentMetadata))
op.install(RecursionDetection())
op.execution.signer = AwsHttpSigner {
this.signer = config.signer
this.credentialsProvider = config.credentialsProvider
this.service = "elasticmapreduce"
}
op.interceptors.addAll(config.interceptors)
val rootSpan = config.tracer.createRootSpan("PutBlockPublicAccessConfiguration-${op.context.sdkRequestId}")
return coroutineContext.withRootTraceSpan(rootSpan) {
op.roundTrip(client, input)
}
}
/**
* Creates or updates a managed scaling policy for an Amazon EMR cluster. The managed scaling policy defines the limits for resources, such as EC2 instances that can be added or terminated from a cluster. The policy only applies to the core and task nodes. The master node cannot be scaled after initial configuration.
*/
override suspend fun putManagedScalingPolicy(input: PutManagedScalingPolicyRequest): PutManagedScalingPolicyResponse {
val op = SdkHttpOperation.build {
serializer = PutManagedScalingPolicyOperationSerializer()
deserializer = PutManagedScalingPolicyOperationDeserializer()
context {
expectedHttpStatus = 200
operationName = "PutManagedScalingPolicy"
}
}
op.execution.retryStrategy = config.retryStrategy
op.execution.retryPolicy = config.retryPolicy
mergeServiceDefaults(op.context)
op.interceptors.add(ResolveEndpoint(config.endpointProvider) {
bindAwsBuiltins(config)
})
op.install(AwsRetryHeaderMiddleware())
op.install(AwsJsonProtocol("ElasticMapReduce", "1.1"))
op.install(UserAgent(awsUserAgentMetadata))
op.install(RecursionDetection())
op.execution.signer = AwsHttpSigner {
this.signer = config.signer
this.credentialsProvider = config.credentialsProvider
this.service = "elasticmapreduce"
}
op.interceptors.addAll(config.interceptors)
val rootSpan = config.tracer.createRootSpan("PutManagedScalingPolicy-${op.context.sdkRequestId}")
return coroutineContext.withRootTraceSpan(rootSpan) {
op.roundTrip(client, input)
}
}
/**
* Removes an automatic scaling policy from a specified instance group within an EMR cluster.
*/
override suspend fun removeAutoScalingPolicy(input: RemoveAutoScalingPolicyRequest): RemoveAutoScalingPolicyResponse {
val op = SdkHttpOperation.build {
serializer = RemoveAutoScalingPolicyOperationSerializer()
deserializer = RemoveAutoScalingPolicyOperationDeserializer()
context {
expectedHttpStatus = 200
operationName = "RemoveAutoScalingPolicy"
}
}
op.execution.retryStrategy = config.retryStrategy
op.execution.retryPolicy = config.retryPolicy
mergeServiceDefaults(op.context)
op.interceptors.add(ResolveEndpoint(config.endpointProvider) {
bindAwsBuiltins(config)
})
op.install(AwsRetryHeaderMiddleware())
op.install(AwsJsonProtocol("ElasticMapReduce", "1.1"))
op.install(UserAgent(awsUserAgentMetadata))
op.install(RecursionDetection())
op.execution.signer = AwsHttpSigner {
this.signer = config.signer
this.credentialsProvider = config.credentialsProvider
this.service = "elasticmapreduce"
}
op.interceptors.addAll(config.interceptors)
val rootSpan = config.tracer.createRootSpan("RemoveAutoScalingPolicy-${op.context.sdkRequestId}")
return coroutineContext.withRootTraceSpan(rootSpan) {
op.roundTrip(client, input)
}
}
/**
* Removes an auto-termination policy from an Amazon EMR cluster.
*/
override suspend fun removeAutoTerminationPolicy(input: RemoveAutoTerminationPolicyRequest): RemoveAutoTerminationPolicyResponse {
val op = SdkHttpOperation.build {
serializer = RemoveAutoTerminationPolicyOperationSerializer()
deserializer = RemoveAutoTerminationPolicyOperationDeserializer()
context {
expectedHttpStatus = 200
operationName = "RemoveAutoTerminationPolicy"
}
}
op.execution.retryStrategy = config.retryStrategy
op.execution.retryPolicy = config.retryPolicy
mergeServiceDefaults(op.context)
op.interceptors.add(ResolveEndpoint(config.endpointProvider) {
bindAwsBuiltins(config)
})
op.install(AwsRetryHeaderMiddleware())
op.install(AwsJsonProtocol("ElasticMapReduce", "1.1"))
op.install(UserAgent(awsUserAgentMetadata))
op.install(RecursionDetection())
op.execution.signer = AwsHttpSigner {
this.signer = config.signer
this.credentialsProvider = config.credentialsProvider
this.service = "elasticmapreduce"
}
op.interceptors.addAll(config.interceptors)
val rootSpan = config.tracer.createRootSpan("RemoveAutoTerminationPolicy-${op.context.sdkRequestId}")
return coroutineContext.withRootTraceSpan(rootSpan) {
op.roundTrip(client, input)
}
}
/**
* Removes a managed scaling policy from a specified EMR cluster.
*/
override suspend fun removeManagedScalingPolicy(input: RemoveManagedScalingPolicyRequest): RemoveManagedScalingPolicyResponse {
val op = SdkHttpOperation.build {
serializer = RemoveManagedScalingPolicyOperationSerializer()
deserializer = RemoveManagedScalingPolicyOperationDeserializer()
context {
expectedHttpStatus = 200
operationName = "RemoveManagedScalingPolicy"
}
}
op.execution.retryStrategy = config.retryStrategy
op.execution.retryPolicy = config.retryPolicy
mergeServiceDefaults(op.context)
op.interceptors.add(ResolveEndpoint(config.endpointProvider) {
bindAwsBuiltins(config)
})
op.install(AwsRetryHeaderMiddleware())
op.install(AwsJsonProtocol("ElasticMapReduce", "1.1"))
op.install(UserAgent(awsUserAgentMetadata))
op.install(RecursionDetection())
op.execution.signer = AwsHttpSigner {
this.signer = config.signer
this.credentialsProvider = config.credentialsProvider
this.service = "elasticmapreduce"
}
op.interceptors.addAll(config.interceptors)
val rootSpan = config.tracer.createRootSpan("RemoveManagedScalingPolicy-${op.context.sdkRequestId}")
return coroutineContext.withRootTraceSpan(rootSpan) {
op.roundTrip(client, input)
}
}
/**
* Removes tags from an Amazon EMR resource, such as a cluster or Amazon EMR Studio. Tags make it easier to associate resources in various ways, such as grouping clusters to track your Amazon EMR resource allocation costs. For more information, see [Tag Clusters](https://docs.aws.amazon.com/emr/latest/ManagementGuide/emr-plan-tags.html).
*
* The following example removes the stack tag with value Prod from a cluster:
*/
override suspend fun removeTags(input: RemoveTagsRequest): RemoveTagsResponse {
val op = SdkHttpOperation.build {
serializer = RemoveTagsOperationSerializer()
deserializer = RemoveTagsOperationDeserializer()
context {
expectedHttpStatus = 200
operationName = "RemoveTags"
}
}
op.execution.retryStrategy = config.retryStrategy
op.execution.retryPolicy = config.retryPolicy
mergeServiceDefaults(op.context)
op.interceptors.add(ResolveEndpoint(config.endpointProvider) {
bindAwsBuiltins(config)
})
op.install(AwsRetryHeaderMiddleware())
op.install(AwsJsonProtocol("ElasticMapReduce", "1.1"))
op.install(UserAgent(awsUserAgentMetadata))
op.install(RecursionDetection())
op.execution.signer = AwsHttpSigner {
this.signer = config.signer
this.credentialsProvider = config.credentialsProvider
this.service = "elasticmapreduce"
}
op.interceptors.addAll(config.interceptors)
val rootSpan = config.tracer.createRootSpan("RemoveTags-${op.context.sdkRequestId}")
return coroutineContext.withRootTraceSpan(rootSpan) {
op.roundTrip(client, input)
}
}
/**
* RunJobFlow creates and starts running a new cluster (job flow). The cluster runs the steps specified. After the steps complete, the cluster stops and the HDFS partition is lost. To prevent loss of data, configure the last step of the job flow to store results in Amazon S3. If the JobFlowInstancesConfig`KeepJobFlowAliveWhenNoSteps` parameter is set to `TRUE`, the cluster transitions to the WAITING state rather than shutting down after the steps have completed.
*
* For additional protection, you can set the JobFlowInstancesConfig`TerminationProtected` parameter to `TRUE` to lock the cluster and prevent it from being terminated by API call, user intervention, or in the event of a job flow error.
*
* A maximum of 256 steps are allowed in each job flow.
*
* If your cluster is long-running (such as a Hive data warehouse) or complex, you may require more than 256 steps to process your data. You can bypass the 256-step limitation in various ways, including using the SSH shell to connect to the master node and submitting queries directly to the software running on the master node, such as Hive and Hadoop.
*
* For long-running clusters, we recommend that you periodically store your results.
*
* The instance fleets configuration is available only in Amazon EMR versions 4.8.0 and later, excluding 5.0.x versions. The RunJobFlow request can contain InstanceFleets parameters or InstanceGroups parameters, but not both.
*/
override suspend fun runJobFlow(input: RunJobFlowRequest): RunJobFlowResponse {
val op = SdkHttpOperation.build {
serializer = RunJobFlowOperationSerializer()
deserializer = RunJobFlowOperationDeserializer()
context {
expectedHttpStatus = 200
operationName = "RunJobFlow"
}
}
op.execution.retryStrategy = config.retryStrategy
op.execution.retryPolicy = config.retryPolicy
mergeServiceDefaults(op.context)
op.interceptors.add(ResolveEndpoint(config.endpointProvider) {
bindAwsBuiltins(config)
})
op.install(AwsRetryHeaderMiddleware())
op.install(AwsJsonProtocol("ElasticMapReduce", "1.1"))
op.install(UserAgent(awsUserAgentMetadata))
op.install(RecursionDetection())
op.execution.signer = AwsHttpSigner {
this.signer = config.signer
this.credentialsProvider = config.credentialsProvider
this.service = "elasticmapreduce"
}
op.interceptors.addAll(config.interceptors)
val rootSpan = config.tracer.createRootSpan("RunJobFlow-${op.context.sdkRequestId}")
return coroutineContext.withRootTraceSpan(rootSpan) {
op.roundTrip(client, input)
}
}
/**
* SetTerminationProtection locks a cluster (job flow) so the EC2 instances in the cluster cannot be terminated by user intervention, an API call, or in the event of a job-flow error. The cluster still terminates upon successful completion of the job flow. Calling `SetTerminationProtection` on a cluster is similar to calling the Amazon EC2 `DisableAPITermination` API on all EC2 instances in a cluster.
*
* `SetTerminationProtection` is used to prevent accidental termination of a cluster and to ensure that in the event of an error, the instances persist so that you can recover any data stored in their ephemeral instance storage.
*
* To terminate a cluster that has been locked by setting `SetTerminationProtection` to `true`, you must first unlock the job flow by a subsequent call to `SetTerminationProtection` in which you set the value to `false`.
*
* For more information, see[Managing Cluster Termination](https://docs.aws.amazon.com/emr/latest/ManagementGuide/UsingEMR_TerminationProtection.html) in the *Amazon EMR Management Guide*.
*/
override suspend fun setTerminationProtection(input: SetTerminationProtectionRequest): SetTerminationProtectionResponse {
val op = SdkHttpOperation.build {
serializer = SetTerminationProtectionOperationSerializer()
deserializer = SetTerminationProtectionOperationDeserializer()
context {
expectedHttpStatus = 200
operationName = "SetTerminationProtection"
}
}
op.execution.retryStrategy = config.retryStrategy
op.execution.retryPolicy = config.retryPolicy
mergeServiceDefaults(op.context)
op.interceptors.add(ResolveEndpoint(config.endpointProvider) {
bindAwsBuiltins(config)
})
op.install(AwsRetryHeaderMiddleware())
op.install(AwsJsonProtocol("ElasticMapReduce", "1.1"))
op.install(UserAgent(awsUserAgentMetadata))
op.install(RecursionDetection())
op.execution.signer = AwsHttpSigner {
this.signer = config.signer
this.credentialsProvider = config.credentialsProvider
this.service = "elasticmapreduce"
}
op.interceptors.addAll(config.interceptors)
val rootSpan = config.tracer.createRootSpan("SetTerminationProtection-${op.context.sdkRequestId}")
return coroutineContext.withRootTraceSpan(rootSpan) {
op.roundTrip(client, input)
}
}
/**
* The SetVisibleToAllUsers parameter is no longer supported. Your cluster may be visible to all users in your account. To restrict cluster access using an IAM policy, see [Identity and Access Management for EMR](https://docs.aws.amazon.com/emr/latest/ManagementGuide/emr-plan-access-iam.html).
*
* Sets the Cluster$VisibleToAllUsers value for an EMR cluster. When `true`, IAM principals in the Amazon Web Services account can perform EMR cluster actions that their IAM policies allow. When `false`, only the IAM principal that created the cluster and the Amazon Web Services account root user can perform EMR actions on the cluster, regardless of IAM permissions policies attached to other IAM principals.
*
* This action works on running clusters. When you create a cluster, use the RunJobFlowInput$VisibleToAllUsers parameter.
*
* For more information, see [Understanding the EMR Cluster VisibleToAllUsers Setting](https://docs.aws.amazon.com/emr/latest/ManagementGuide/security_iam_emr-with-iam.html#security_set_visible_to_all_users) in the *Amazon EMRManagement Guide*.
*/
override suspend fun setVisibleToAllUsers(input: SetVisibleToAllUsersRequest): SetVisibleToAllUsersResponse {
val op = SdkHttpOperation.build {
serializer = SetVisibleToAllUsersOperationSerializer()
deserializer = SetVisibleToAllUsersOperationDeserializer()
context {
expectedHttpStatus = 200
operationName = "SetVisibleToAllUsers"
}
}
op.execution.retryStrategy = config.retryStrategy
op.execution.retryPolicy = config.retryPolicy
mergeServiceDefaults(op.context)
op.interceptors.add(ResolveEndpoint(config.endpointProvider) {
bindAwsBuiltins(config)
})
op.install(AwsRetryHeaderMiddleware())
op.install(AwsJsonProtocol("ElasticMapReduce", "1.1"))
op.install(UserAgent(awsUserAgentMetadata))
op.install(RecursionDetection())
op.execution.signer = AwsHttpSigner {
this.signer = config.signer
this.credentialsProvider = config.credentialsProvider
this.service = "elasticmapreduce"
}
op.interceptors.addAll(config.interceptors)
val rootSpan = config.tracer.createRootSpan("SetVisibleToAllUsers-${op.context.sdkRequestId}")
return coroutineContext.withRootTraceSpan(rootSpan) {
op.roundTrip(client, input)
}
}
/**
* Starts a notebook execution.
*/
override suspend fun startNotebookExecution(input: StartNotebookExecutionRequest): StartNotebookExecutionResponse {
val op = SdkHttpOperation.build {
serializer = StartNotebookExecutionOperationSerializer()
deserializer = StartNotebookExecutionOperationDeserializer()
context {
expectedHttpStatus = 200
operationName = "StartNotebookExecution"
}
}
op.execution.retryStrategy = config.retryStrategy
op.execution.retryPolicy = config.retryPolicy
mergeServiceDefaults(op.context)
op.interceptors.add(ResolveEndpoint(config.endpointProvider) {
bindAwsBuiltins(config)
})
op.install(AwsRetryHeaderMiddleware())
op.install(AwsJsonProtocol("ElasticMapReduce", "1.1"))
op.install(UserAgent(awsUserAgentMetadata))
op.install(RecursionDetection())
op.execution.signer = AwsHttpSigner {
this.signer = config.signer
this.credentialsProvider = config.credentialsProvider
this.service = "elasticmapreduce"
}
op.interceptors.addAll(config.interceptors)
val rootSpan = config.tracer.createRootSpan("StartNotebookExecution-${op.context.sdkRequestId}")
return coroutineContext.withRootTraceSpan(rootSpan) {
op.roundTrip(client, input)
}
}
/**
* Stops a notebook execution.
*/
override suspend fun stopNotebookExecution(input: StopNotebookExecutionRequest): StopNotebookExecutionResponse {
val op = SdkHttpOperation.build {
serializer = StopNotebookExecutionOperationSerializer()
deserializer = StopNotebookExecutionOperationDeserializer()
context {
expectedHttpStatus = 200
operationName = "StopNotebookExecution"
}
}
op.execution.retryStrategy = config.retryStrategy
op.execution.retryPolicy = config.retryPolicy
mergeServiceDefaults(op.context)
op.interceptors.add(ResolveEndpoint(config.endpointProvider) {
bindAwsBuiltins(config)
})
op.install(AwsRetryHeaderMiddleware())
op.install(AwsJsonProtocol("ElasticMapReduce", "1.1"))
op.install(UserAgent(awsUserAgentMetadata))
op.install(RecursionDetection())
op.execution.signer = AwsHttpSigner {
this.signer = config.signer
this.credentialsProvider = config.credentialsProvider
this.service = "elasticmapreduce"
}
op.interceptors.addAll(config.interceptors)
val rootSpan = config.tracer.createRootSpan("StopNotebookExecution-${op.context.sdkRequestId}")
return coroutineContext.withRootTraceSpan(rootSpan) {
op.roundTrip(client, input)
}
}
/**
* TerminateJobFlows shuts a list of clusters (job flows) down. When a job flow is shut down, any step not yet completed is canceled and the EC2 instances on which the cluster is running are stopped. Any log files not already saved are uploaded to Amazon S3 if a LogUri was specified when the cluster was created.
*
* The maximum number of clusters allowed is 10. The call to `TerminateJobFlows` is asynchronous. Depending on the configuration of the cluster, it may take up to 1-5 minutes for the cluster to completely terminate and release allocated resources, such as Amazon EC2 instances.
*/
override suspend fun terminateJobFlows(input: TerminateJobFlowsRequest): TerminateJobFlowsResponse {
val op = SdkHttpOperation.build {
serializer = TerminateJobFlowsOperationSerializer()
deserializer = TerminateJobFlowsOperationDeserializer()
context {
expectedHttpStatus = 200
operationName = "TerminateJobFlows"
}
}
op.execution.retryStrategy = config.retryStrategy
op.execution.retryPolicy = config.retryPolicy
mergeServiceDefaults(op.context)
op.interceptors.add(ResolveEndpoint(config.endpointProvider) {
bindAwsBuiltins(config)
})
op.install(AwsRetryHeaderMiddleware())
op.install(AwsJsonProtocol("ElasticMapReduce", "1.1"))
op.install(UserAgent(awsUserAgentMetadata))
op.install(RecursionDetection())
op.execution.signer = AwsHttpSigner {
this.signer = config.signer
this.credentialsProvider = config.credentialsProvider
this.service = "elasticmapreduce"
}
op.interceptors.addAll(config.interceptors)
val rootSpan = config.tracer.createRootSpan("TerminateJobFlows-${op.context.sdkRequestId}")
return coroutineContext.withRootTraceSpan(rootSpan) {
op.roundTrip(client, input)
}
}
/**
* Updates an Amazon EMR Studio configuration, including attributes such as name, description, and subnets.
*/
override suspend fun updateStudio(input: UpdateStudioRequest): UpdateStudioResponse {
val op = SdkHttpOperation.build {
serializer = UpdateStudioOperationSerializer()
deserializer = UpdateStudioOperationDeserializer()
context {
expectedHttpStatus = 200
operationName = "UpdateStudio"
}
}
op.execution.retryStrategy = config.retryStrategy
op.execution.retryPolicy = config.retryPolicy
mergeServiceDefaults(op.context)
op.interceptors.add(ResolveEndpoint(config.endpointProvider) {
bindAwsBuiltins(config)
})
op.install(AwsRetryHeaderMiddleware())
op.install(AwsJsonProtocol("ElasticMapReduce", "1.1"))
op.install(UserAgent(awsUserAgentMetadata))
op.install(RecursionDetection())
op.execution.signer = AwsHttpSigner {
this.signer = config.signer
this.credentialsProvider = config.credentialsProvider
this.service = "elasticmapreduce"
}
op.interceptors.addAll(config.interceptors)
val rootSpan = config.tracer.createRootSpan("UpdateStudio-${op.context.sdkRequestId}")
return coroutineContext.withRootTraceSpan(rootSpan) {
op.roundTrip(client, input)
}
}
/**
* Updates the session policy attached to the user or group for the specified Amazon EMR Studio.
*/
override suspend fun updateStudioSessionMapping(input: UpdateStudioSessionMappingRequest): UpdateStudioSessionMappingResponse {
val op = SdkHttpOperation.build {
serializer = UpdateStudioSessionMappingOperationSerializer()
deserializer = UpdateStudioSessionMappingOperationDeserializer()
context {
expectedHttpStatus = 200
operationName = "UpdateStudioSessionMapping"
}
}
op.execution.retryStrategy = config.retryStrategy
op.execution.retryPolicy = config.retryPolicy
mergeServiceDefaults(op.context)
op.interceptors.add(ResolveEndpoint(config.endpointProvider) {
bindAwsBuiltins(config)
})
op.install(AwsRetryHeaderMiddleware())
op.install(AwsJsonProtocol("ElasticMapReduce", "1.1"))
op.install(UserAgent(awsUserAgentMetadata))
op.install(RecursionDetection())
op.execution.signer = AwsHttpSigner {
this.signer = config.signer
this.credentialsProvider = config.credentialsProvider
this.service = "elasticmapreduce"
}
op.interceptors.addAll(config.interceptors)
val rootSpan = config.tracer.createRootSpan("UpdateStudioSessionMapping-${op.context.sdkRequestId}")
return coroutineContext.withRootTraceSpan(rootSpan) {
op.roundTrip(client, input)
}
}
override fun close() {
managedResources.unshareAll()
}
/**
* merge the defaults configured for the service into the execution context before firing off a request
*/
private suspend fun mergeServiceDefaults(ctx: ExecutionContext) {
ctx.putIfAbsent(AwsClientOption.Region, config.region)
ctx.putIfAbsent(SdkClientOption.ClientName, config.clientName)
ctx.putIfAbsent(SdkClientOption.LogMode, config.sdkLogMode)
ctx.putIfAbsent(AwsSigningAttributes.SigningService, "elasticmapreduce")
ctx.putIfAbsent(AwsSigningAttributes.Signer, config.signer)
ctx.putIfAbsent(AwsSigningAttributes.SigningRegion, config.region)
ctx.putIfAbsent(AwsSigningAttributes.CredentialsProvider, config.credentialsProvider)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy