'2.0', 'service' => '
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
.
Cancels a job run.
', 'CreateApplication' => 'Creates an application.
', 'DeleteApplication' => 'Deletes an application. An application has to be in a stopped or created state in order to be deleted.
', 'GetApplication' => 'Displays detailed information about a specified application.
', 'GetDashboardForJobRun' => '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.
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.
Displays detailed information about a job run.
', 'ListApplications' => 'Lists applications based on a set of parameters.
', 'ListJobRuns' => 'Lists job runs based on a set of parameters.
', 'ListTagsForResource' => 'Lists the tags assigned to the resources.
', 'StartApplication' => 'Starts a specified application and initializes initial capacity if configured.
', 'StartJobRun' => 'Starts a job run.
', 'StopApplication' => 'Stops a specified application and releases initial capacity if configured. All scheduled and running jobs must be completed or cancelled before stopping an application.
', 'TagResource' => '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.
', 'UntagResource' => 'Removes tags from resources.
', 'UpdateApplication' => 'Updates a specified application. An application has to be in a stopped or created state in order to be updated.
', ], 'shapes' => [ 'Application' => [ 'base' => 'Information about an application. Amazon EMR Serverless uses applications to run jobs.
', 'refs' => [ 'GetApplicationResponse$application' => 'The output displays information about the specified application.
', 'UpdateApplicationResponse$application' => 'Information about the updated application.
', ], ], 'ApplicationArn' => [ 'base' => NULL, 'refs' => [ 'Application$arn' => 'The ARN of the application.
', 'ApplicationSummary$arn' => 'The ARN of the application.
', 'CreateApplicationResponse$arn' => 'The output contains the ARN of the application.
', ], ], 'ApplicationId' => [ 'base' => NULL, 'refs' => [ 'Application$applicationId' => 'The ID of the application.
', 'ApplicationSummary$id' => 'The ID of the application.
', 'CancelJobRunRequest$applicationId' => 'The ID of the application on which the job run will be canceled.
', 'CancelJobRunResponse$applicationId' => 'The output contains the application ID on which the job run is cancelled.
', 'CreateApplicationResponse$applicationId' => 'The output contains the application ID.
', 'DeleteApplicationRequest$applicationId' => 'The ID of the application that will be deleted.
', 'GetApplicationRequest$applicationId' => 'The ID of the application that will be described.
', 'GetDashboardForJobRunRequest$applicationId' => 'The ID of the application.
', 'GetJobRunRequest$applicationId' => 'The ID of the application on which the job run is submitted.
', 'JobRun$applicationId' => 'The ID of the application the job is running on.
', 'JobRunSummary$applicationId' => 'The ID of the application the job is running on.
', 'ListJobRunsRequest$applicationId' => 'The ID of the application for which to list the job run.
', 'StartApplicationRequest$applicationId' => 'The ID of the application to start.
', 'StartJobRunRequest$applicationId' => 'The ID of the application on which to run the job.
', 'StartJobRunResponse$applicationId' => 'This output displays the application ID on which the job run was submitted.
', 'StopApplicationRequest$applicationId' => 'The ID of the application to stop.
', 'UpdateApplicationRequest$applicationId' => 'The ID of the application to update.
', ], ], 'ApplicationList' => [ 'base' => NULL, 'refs' => [ 'ListApplicationsResponse$applications' => 'The output lists the specified applications.
', ], ], 'ApplicationName' => [ 'base' => NULL, 'refs' => [ 'Application$name' => 'The name of the application.
', 'ApplicationSummary$name' => 'The name of the application.
', 'CreateApplicationRequest$name' => 'The name of the application.
', 'CreateApplicationResponse$name' => 'The output contains the name of the application.
', ], ], 'ApplicationState' => [ 'base' => NULL, 'refs' => [ 'Application$state' => 'The state of the application.
', 'ApplicationStateSet$member' => NULL, 'ApplicationSummary$state' => 'The state of the application.
', ], ], 'ApplicationStateSet' => [ 'base' => NULL, 'refs' => [ 'ListApplicationsRequest$states' => 'An optional filter for application states. Note that if this filter contains multiple states, the resulting list will be grouped by the state.
', ], ], 'ApplicationSummary' => [ 'base' => 'The summary of attributes associated with an application.
', 'refs' => [ 'ApplicationList$member' => NULL, ], ], 'Architecture' => [ 'base' => NULL, 'refs' => [ 'Application$architecture' => 'The CPU architecture of an application.
', 'ApplicationSummary$architecture' => 'The CPU architecture of an application.
', 'CreateApplicationRequest$architecture' => 'The CPU architecture of an application.
', 'UpdateApplicationRequest$architecture' => 'The CPU architecture of an application.
', ], ], 'AutoStartConfig' => [ 'base' => 'The configuration for an application to automatically start on job submission.
', 'refs' => [ 'Application$autoStartConfiguration' => 'The configuration for an application to automatically start on job submission.
', 'CreateApplicationRequest$autoStartConfiguration' => 'The configuration for an application to automatically start on job submission.
', 'UpdateApplicationRequest$autoStartConfiguration' => 'The configuration for an application to automatically start on job submission.
', ], ], 'AutoStopConfig' => [ 'base' => 'The configuration for an application to automatically stop after a certain amount of time being idle.
', 'refs' => [ 'Application$autoStopConfiguration' => 'The configuration for an application to automatically stop after a certain amount of time being idle.
', 'CreateApplicationRequest$autoStopConfiguration' => 'The configuration for an application to automatically stop after a certain amount of time being idle.
', 'UpdateApplicationRequest$autoStopConfiguration' => 'The configuration for an application to automatically stop after a certain amount of time being idle.
', ], ], 'AutoStopConfigIdleTimeoutMinutesInteger' => [ 'base' => NULL, 'refs' => [ 'AutoStopConfig$idleTimeoutMinutes' => 'The amount of idle time in minutes after which your application will automatically stop. Defaults to 15 minutes.
', ], ], 'Boolean' => [ 'base' => NULL, 'refs' => [ 'AutoStartConfig$enabled' => 'Enables the application to automatically start on job submission. Defaults to true.
', 'AutoStopConfig$enabled' => 'Enables the application to automatically stop after a certain amount of time being idle. Defaults to true.
', 'CloudWatchLoggingConfiguration$enabled' => 'Enables CloudWatch logging.
', 'ManagedPersistenceMonitoringConfiguration$enabled' => 'Enables managed logging and defaults to true. If set to false, managed logging will be turned off.
', ], ], 'CancelJobRunRequest' => [ 'base' => NULL, 'refs' => [], ], 'CancelJobRunResponse' => [ 'base' => NULL, 'refs' => [], ], 'ClientToken' => [ 'base' => NULL, 'refs' => [ 'CreateApplicationRequest$clientToken' => 'The client idempotency token of the application to create. Its value must be unique for each request.
', 'StartJobRunRequest$clientToken' => 'The client idempotency token of the job run to start. Its value must be unique for each request.
', 'UpdateApplicationRequest$clientToken' => 'The client idempotency token of the application to update. Its value must be unique for each request.
', ], ], 'CloudWatchLoggingConfiguration' => [ 'base' => 'The Amazon CloudWatch configuration for monitoring logs. You can configure your jobs to send log information to CloudWatch.
', 'refs' => [ 'MonitoringConfiguration$cloudWatchLoggingConfiguration' => 'The Amazon CloudWatch configuration for monitoring logs. You can configure your jobs to send log information to CloudWatch.
', ], ], 'Configuration' => [ 'base' => 'A configuration specification to be used when provisioning an application. A configuration consists of a classification, properties, and optional nested configurations. A classification refers to an application-specific configuration file. Properties are the settings you want to change in that file.
', 'refs' => [ 'ConfigurationList$member' => NULL, ], ], 'ConfigurationList' => [ 'base' => NULL, 'refs' => [ 'Configuration$configurations' => 'A list of additional configurations to apply within a configuration object.
', 'ConfigurationOverrides$applicationConfiguration' => 'The override configurations for the application.
', ], ], 'ConfigurationOverrides' => [ 'base' => 'A configuration specification to be used to override existing configurations.
', 'refs' => [ 'JobRun$configurationOverrides' => 'The configuration settings that are used to override default configuration.
', 'StartJobRunRequest$configurationOverrides' => 'The configuration overrides for the job run.
', ], ], 'ConflictException' => [ 'base' => 'The request could not be processed because of conflict in the current state of the resource.
', 'refs' => [], ], 'CpuSize' => [ 'base' => NULL, 'refs' => [ 'MaximumAllowedResources$cpu' => 'The maximum allowed CPU for an application.
', 'WorkerResourceConfig$cpu' => 'The CPU requirements for every worker instance of the worker type.
', ], ], 'CreateApplicationRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateApplicationResponse' => [ 'base' => NULL, 'refs' => [], ], 'Date' => [ 'base' => NULL, 'refs' => [ 'Application$createdAt' => 'The date and time when the application run was created.
', 'Application$updatedAt' => 'The date and time when the application run was last updated.
', 'ApplicationSummary$createdAt' => 'The date and time when the application was created.
', 'ApplicationSummary$updatedAt' => 'The date and time when the application was last updated.
', 'JobRun$createdAt' => 'The date and time when the job run was created.
', 'JobRun$updatedAt' => 'The date and time when the job run was updated.
', 'JobRunSummary$createdAt' => 'The date and time when the job run was created.
', 'JobRunSummary$updatedAt' => 'The date and time when the job run was last updated.
', 'ListJobRunsRequest$createdAtAfter' => 'The lower bound of the option to filter by creation date and time.
', 'ListJobRunsRequest$createdAtBefore' => 'The upper bound of the option to filter by creation date and time.
', ], ], 'DeleteApplicationRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteApplicationResponse' => [ 'base' => NULL, 'refs' => [], ], 'DiskSize' => [ 'base' => NULL, 'refs' => [ 'MaximumAllowedResources$disk' => 'The maximum allowed disk for an application.
', 'WorkerResourceConfig$disk' => 'The disk requirements for every worker instance of the worker type.
', ], ], 'Double' => [ 'base' => NULL, 'refs' => [ 'ResourceUtilization$vCPUHour' => 'The aggregated vCPU used per hour from the time the job starts executing until the job is terminated.
', 'ResourceUtilization$memoryGBHour' => 'The aggregated memory used per hour from the time the job starts executing until the job is terminated.
', 'ResourceUtilization$storageGBHour' => 'The aggregated storage used per hour from the time the job starts executing until the job is terminated.
', 'TotalResourceUtilization$vCPUHour' => 'The aggregated vCPU used per hour from the time job start executing till the time job is terminated.
', 'TotalResourceUtilization$memoryGBHour' => 'The aggregated memory used per hour from the time job start executing till the time job is terminated.
', 'TotalResourceUtilization$storageGBHour' => 'The aggregated storage used per hour from the time job start executing till the time job is terminated.
', ], ], 'Duration' => [ 'base' => NULL, 'refs' => [ 'JobRun$executionTimeoutMinutes' => 'Returns the job run timeout value from the StartJobRun
call. If no timeout was specified, then it returns the default timeout of 720 minutes.
The maximum duration for the job run to run. If the job run runs beyond this duration, it will be automatically cancelled.
', ], ], 'EncryptionKeyArn' => [ 'base' => NULL, 'refs' => [ 'CloudWatchLoggingConfiguration$encryptionKeyArn' => 'The Key Management Service (KMS) key ARN to encrypt the logs that you store in CloudWatch Logs.
', 'ManagedPersistenceMonitoringConfiguration$encryptionKeyArn' => 'The KMS key ARN to encrypt the logs stored in managed log persistence.
', 'S3MonitoringConfiguration$encryptionKeyArn' => 'The KMS key ARN to encrypt the logs published to the given Amazon S3 destination.
', ], ], 'EngineType' => [ 'base' => NULL, 'refs' => [ 'Application$type' => 'The type of application, such as Spark or Hive.
', 'ApplicationSummary$type' => 'The type of application, such as Spark or Hive.
', 'CreateApplicationRequest$type' => 'The type of application you want to start, such as Spark or Hive.
', ], ], 'EntryPointArgument' => [ 'base' => NULL, 'refs' => [ 'EntryPointArguments$member' => NULL, ], ], 'EntryPointArguments' => [ 'base' => NULL, 'refs' => [ 'SparkSubmit$entryPointArguments' => 'The arguments for the Spark submit job run.
', ], ], 'EntryPointPath' => [ 'base' => NULL, 'refs' => [ 'SparkSubmit$entryPoint' => 'The entry point for the Spark submit job run.
', ], ], 'GetApplicationRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetApplicationResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetDashboardForJobRunRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetDashboardForJobRunResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetJobRunRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetJobRunResponse' => [ 'base' => NULL, 'refs' => [], ], 'Hive' => [ 'base' => 'The configurations for the Hive job driver.
', 'refs' => [ 'JobDriver$hive' => 'The job driver parameters specified for Hive.
', ], ], 'HiveCliParameters' => [ 'base' => NULL, 'refs' => [ 'Hive$parameters' => 'The parameters for the Hive job run.
', ], ], 'IAMRoleArn' => [ 'base' => NULL, 'refs' => [ 'JobRun$executionRole' => 'The execution role ARN of the job run.
', 'JobRunSummary$executionRole' => 'The execution role ARN of the job run.
', 'StartJobRunRequest$executionRoleArn' => 'The execution role ARN for the job run.
', ], ], 'ImageConfiguration' => [ 'base' => 'The applied image configuration.
', 'refs' => [ 'Application$imageConfiguration' => 'The image configuration applied to all worker types.
', 'WorkerTypeSpecification$imageConfiguration' => 'The image configuration for a worker type.
', ], ], 'ImageConfigurationInput' => [ 'base' => 'The image configuration.
', 'refs' => [ 'CreateApplicationRequest$imageConfiguration' => 'The image configuration for all worker types. You can either set this parameter or imageConfiguration
for each worker type in workerTypeSpecifications
.
The image configuration to be used for all worker types. You can either set this parameter or imageConfiguration
for each worker type in WorkerTypeSpecificationInput
.
The image configuration for a worker type.
', ], ], 'ImageDigest' => [ 'base' => NULL, 'refs' => [ 'ImageConfiguration$resolvedImageDigest' => 'The SHA256 digest of the image URI. This indicates which specific image the application is configured for. The image digest doesn\'t exist until an application has started.
', ], ], 'ImageUri' => [ 'base' => NULL, 'refs' => [ 'ImageConfiguration$imageUri' => 'The image URI.
', 'ImageConfigurationInput$imageUri' => 'The URI of an image in the Amazon ECR registry. This field is required when you create a new application. If you leave this field blank in an update, Amazon EMR will remove the image configuration.
', ], ], 'InitScriptPath' => [ 'base' => NULL, 'refs' => [ 'Hive$initQueryFile' => 'The query file for the Hive job run.
', ], ], 'InitialCapacityConfig' => [ 'base' => 'The initial capacity configuration per worker.
', 'refs' => [ 'InitialCapacityConfigMap$value' => NULL, ], ], 'InitialCapacityConfigMap' => [ 'base' => NULL, 'refs' => [ 'Application$initialCapacity' => 'The initial capacity of the application.
', 'CreateApplicationRequest$initialCapacity' => 'The capacity to initialize when the application is created.
', 'UpdateApplicationRequest$initialCapacity' => 'The capacity to initialize when the application is updated.
', ], ], 'Integer' => [ 'base' => NULL, 'refs' => [ 'JobRun$totalExecutionDurationSeconds' => 'The job run total execution duration in seconds. This field is only available for job runs in a COMPLETED
, FAILED
, or CANCELLED
state.
Request processing failed because of an error or failure with the service.
', 'refs' => [], ], 'JobArn' => [ 'base' => NULL, 'refs' => [ 'JobRun$arn' => 'The execution role ARN of the job run.
', 'JobRunSummary$arn' => 'The ARN of the job run.
', 'StartJobRunResponse$arn' => 'This output displays the ARN of the job run..
', ], ], 'JobDriver' => [ 'base' => 'The driver that the job runs on.
', 'refs' => [ 'JobRun$jobDriver' => 'The job driver for the job run.
', 'StartJobRunRequest$jobDriver' => 'The job driver for the job run.
', ], ], 'JobRun' => [ 'base' => 'Information about a job run. A job run is a unit of work, such as a Spark JAR, Hive query, or SparkSQL query, that you submit to an Amazon EMR Serverless application.
', 'refs' => [ 'GetJobRunResponse$jobRun' => 'The output displays information about the job run.
', ], ], 'JobRunId' => [ 'base' => NULL, 'refs' => [ 'CancelJobRunRequest$jobRunId' => 'The ID of the job run to cancel.
', 'CancelJobRunResponse$jobRunId' => 'The output contains the ID of the cancelled job run.
', 'GetDashboardForJobRunRequest$jobRunId' => 'The ID of the job run.
', 'GetJobRunRequest$jobRunId' => 'The ID of the job run.
', 'JobRun$jobRunId' => 'The ID of the job run.
', 'JobRunSummary$id' => 'The ID of the job run.
', 'StartJobRunResponse$jobRunId' => 'The output contains the ID of the started job run.
', ], ], 'JobRunState' => [ 'base' => NULL, 'refs' => [ 'JobRun$state' => 'The state of the job run.
', 'JobRunStateSet$member' => NULL, 'JobRunSummary$state' => 'The state of the job run.
', ], ], 'JobRunStateSet' => [ 'base' => NULL, 'refs' => [ 'ListJobRunsRequest$states' => 'An optional filter for job run states. Note that if this filter contains multiple states, the resulting list will be grouped by the state.
', ], ], 'JobRunSummary' => [ 'base' => 'The summary of attributes associated with a job run.
', 'refs' => [ 'JobRuns$member' => NULL, ], ], 'JobRunType' => [ 'base' => NULL, 'refs' => [ 'JobRunSummary$type' => 'The type of job run, such as Spark or Hive.
', ], ], 'JobRuns' => [ 'base' => NULL, 'refs' => [ 'ListJobRunsResponse$jobRuns' => 'The output lists information about the specified job runs.
', ], ], 'ListApplicationsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListApplicationsRequestMaxResultsInteger' => [ 'base' => NULL, 'refs' => [ 'ListApplicationsRequest$maxResults' => 'The maximum number of applications that can be listed.
', ], ], 'ListApplicationsResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListJobRunsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListJobRunsRequestMaxResultsInteger' => [ 'base' => NULL, 'refs' => [ 'ListJobRunsRequest$maxResults' => 'The maximum number of job runs that can be listed.
', ], ], 'ListJobRunsResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListTagsForResourceRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListTagsForResourceResponse' => [ 'base' => NULL, 'refs' => [], ], 'LogGroupName' => [ 'base' => NULL, 'refs' => [ 'CloudWatchLoggingConfiguration$logGroupName' => 'The name of the log group in Amazon CloudWatch Logs where you want to publish your logs.
', ], ], 'LogStreamNamePrefix' => [ 'base' => NULL, 'refs' => [ 'CloudWatchLoggingConfiguration$logStreamNamePrefix' => 'Prefix for the CloudWatch log stream name.
', ], ], 'LogTypeList' => [ 'base' => NULL, 'refs' => [ 'LogTypeMap$value' => NULL, ], ], 'LogTypeMap' => [ 'base' => NULL, 'refs' => [ 'CloudWatchLoggingConfiguration$logTypes' => 'The types of logs that you want to publish to CloudWatch. If you don\'t specify any log types, driver STDOUT and STDERR logs will be published to CloudWatch Logs by default. For more information including the supported worker types for Hive and Spark, see Logging for EMR Serverless with CloudWatch.
Key Valid Values: SPARK_DRIVER
, SPARK_EXECUTOR
, HIVE_DRIVER
, TEZ_TASK
Array Members Valid Values: STDOUT
, STDERR
, HIVE_LOG
, TEZ_AM
, SYSTEM_LOGS
Log type for a Spark/Hive job-run.
', 'refs' => [ 'LogTypeList$member' => NULL, ], ], 'ManagedPersistenceMonitoringConfiguration' => [ 'base' => 'The managed log persistence configuration for a job run.
', 'refs' => [ 'MonitoringConfiguration$managedPersistenceMonitoringConfiguration' => 'The managed log persistence configuration for a job run.
', ], ], 'MaximumAllowedResources' => [ 'base' => 'The maximum allowed cumulative resources for an application. No new resources will be created once the limit is hit.
', 'refs' => [ 'Application$maximumCapacity' => 'The maximum capacity of the application. This is cumulative across all workers at any given point in time during the lifespan of the application is created. No new resources will be created once any one of the defined limits is hit.
', 'CreateApplicationRequest$maximumCapacity' => 'The maximum capacity to allocate when the application is created. This is cumulative across all workers at any given point in time, not just when an application is created. No new resources will be created once any one of the defined limits is hit.
', 'UpdateApplicationRequest$maximumCapacity' => 'The maximum capacity to allocate when the application is updated. This is cumulative across all workers at any given point in time during the lifespan of the application. No new resources will be created once any one of the defined limits is hit.
', ], ], 'MemorySize' => [ 'base' => NULL, 'refs' => [ 'MaximumAllowedResources$memory' => 'The maximum allowed resources for an application.
', 'WorkerResourceConfig$memory' => 'The memory requirements for every worker instance of the worker type.
', ], ], 'MonitoringConfiguration' => [ 'base' => 'The configuration setting for monitoring.
', 'refs' => [ 'ConfigurationOverrides$monitoringConfiguration' => 'The override configurations for monitoring.
', ], ], 'NetworkConfiguration' => [ 'base' => 'The network configuration for customer VPC connectivity.
', 'refs' => [ 'Application$networkConfiguration' => 'The network configuration for customer VPC connectivity for the application.
', 'CreateApplicationRequest$networkConfiguration' => 'The network configuration for customer VPC connectivity.
', 'JobRun$networkConfiguration' => NULL, 'UpdateApplicationRequest$networkConfiguration' => NULL, ], ], 'NextToken' => [ 'base' => NULL, 'refs' => [ 'ListApplicationsRequest$nextToken' => 'The token for the next set of application results.
', 'ListApplicationsResponse$nextToken' => 'The output displays the token for the next set of application results. This is required for pagination and is available as a response of the previous request.
', 'ListJobRunsRequest$nextToken' => 'The token for the next set of job run results.
', 'ListJobRunsResponse$nextToken' => 'The output displays the token for the next set of job run results. This is required for pagination and is available as a response of the previous request.
', ], ], 'Query' => [ 'base' => NULL, 'refs' => [ 'Hive$query' => 'The query for the Hive job run.
', ], ], 'ReleaseLabel' => [ 'base' => NULL, 'refs' => [ 'Application$releaseLabel' => 'The Amazon EMR release associated with the application.
', 'ApplicationSummary$releaseLabel' => 'The Amazon EMR release associated with the application.
', 'CreateApplicationRequest$releaseLabel' => 'The Amazon EMR release associated with the application.
', 'JobRun$releaseLabel' => 'The Amazon EMR release associated with the application your job is running on.
', 'JobRunSummary$releaseLabel' => 'The Amazon EMR release associated with the application your job is running on.
', 'UpdateApplicationRequest$releaseLabel' => 'The Amazon EMR release label for the application. You can change the release label to use a different release of Amazon EMR.
', ], ], 'RequestIdentityUserArn' => [ 'base' => NULL, 'refs' => [ 'JobRun$createdBy' => 'The user who created the job run.
', 'JobRunSummary$createdBy' => 'The user who created the job run.
', ], ], 'ResourceArn' => [ 'base' => NULL, 'refs' => [ 'ListTagsForResourceRequest$resourceArn' => 'The Amazon Resource Name (ARN) that identifies the resource to list the tags for. Currently, the supported resources are Amazon EMR Serverless applications and job runs.
', 'TagResourceRequest$resourceArn' => 'The Amazon Resource Name (ARN) that identifies the resource to list the tags for. Currently, the supported resources are Amazon EMR Serverless applications and job runs.
', 'UntagResourceRequest$resourceArn' => 'The Amazon Resource Name (ARN) that identifies the resource to list the tags for. Currently, the supported resources are Amazon EMR Serverless applications and job runs.
', ], ], 'ResourceNotFoundException' => [ 'base' => 'The specified resource was not found.
', 'refs' => [], ], 'ResourceUtilization' => [ 'base' => 'The resource utilization for memory, storage, and vCPU for jobs.
', 'refs' => [ 'JobRun$billedResourceUtilization' => 'The aggregate vCPU, memory, and storage that Amazon Web Services has billed for the job run. The billed resources include a 1-minute minimum usage for workers, plus additional storage over 20 GB per worker. Note that billed resources do not include usage for idle pre-initialized workers.
', ], ], 'S3MonitoringConfiguration' => [ 'base' => 'The Amazon S3 configuration for monitoring log publishing. You can configure your jobs to send log information to Amazon S3.
', 'refs' => [ 'MonitoringConfiguration$s3MonitoringConfiguration' => 'The Amazon S3 configuration for monitoring log publishing.
', ], ], 'SecurityGroupIds' => [ 'base' => NULL, 'refs' => [ 'NetworkConfiguration$securityGroupIds' => 'The array of security group Ids for customer VPC connectivity.
', ], ], 'SecurityGroupString' => [ 'base' => NULL, 'refs' => [ 'SecurityGroupIds$member' => NULL, ], ], 'SensitivePropertiesMap' => [ 'base' => NULL, 'refs' => [ 'Configuration$properties' => 'A set of properties specified within a configuration classification.
', ], ], 'ServiceQuotaExceededException' => [ 'base' => 'The maximum number of resources per account has been reached.
', 'refs' => [], ], 'SparkSubmit' => [ 'base' => 'The configurations for the Spark submit job driver.
', 'refs' => [ 'JobDriver$sparkSubmit' => 'The job driver parameters specified for Spark.
', ], ], 'SparkSubmitParameters' => [ 'base' => NULL, 'refs' => [ 'SparkSubmit$sparkSubmitParameters' => 'The parameters for the Spark submit job run.
', ], ], 'StartApplicationRequest' => [ 'base' => NULL, 'refs' => [], ], 'StartApplicationResponse' => [ 'base' => NULL, 'refs' => [], ], 'StartJobRunRequest' => [ 'base' => NULL, 'refs' => [], ], 'StartJobRunResponse' => [ 'base' => NULL, 'refs' => [], ], 'StopApplicationRequest' => [ 'base' => NULL, 'refs' => [], ], 'StopApplicationResponse' => [ 'base' => NULL, 'refs' => [], ], 'String1024' => [ 'base' => NULL, 'refs' => [ 'Configuration$classification' => 'The classification within a configuration.
', 'ConflictException$message' => NULL, 'InternalServerException$message' => NULL, 'ResourceNotFoundException$message' => NULL, 'SensitivePropertiesMap$key' => NULL, 'SensitivePropertiesMap$value' => NULL, 'ServiceQuotaExceededException$message' => NULL, 'ValidationException$message' => NULL, ], ], 'String256' => [ 'base' => NULL, 'refs' => [ 'Application$stateDetails' => 'The state details of the application.
', 'ApplicationSummary$stateDetails' => 'The state details of the application.
', 'JobRun$name' => 'The optional job run name. This doesn\'t have to be unique.
', 'JobRun$stateDetails' => 'The state details of the job run.
', 'JobRunSummary$name' => 'The optional job run name. This doesn\'t have to be unique.
', 'JobRunSummary$stateDetails' => 'The state details of the job run.
', 'StartJobRunRequest$name' => 'The optional job run name. This doesn\'t have to be unique.
', ], ], 'SubnetIds' => [ 'base' => NULL, 'refs' => [ 'NetworkConfiguration$subnetIds' => 'The array of subnet Ids for customer VPC connectivity.
', ], ], 'SubnetString' => [ 'base' => NULL, 'refs' => [ 'SubnetIds$member' => NULL, ], ], 'TagKey' => [ 'base' => NULL, 'refs' => [ 'TagKeyList$member' => NULL, 'TagMap$key' => NULL, ], ], 'TagKeyList' => [ 'base' => NULL, 'refs' => [ 'UntagResourceRequest$tagKeys' => 'The keys of the tags to be removed.
', ], ], 'TagMap' => [ 'base' => NULL, 'refs' => [ 'Application$tags' => 'The tags assigned to the application.
', 'CreateApplicationRequest$tags' => 'The tags assigned to the application.
', 'JobRun$tags' => 'The tags assigned to the job run.
', 'ListTagsForResourceResponse$tags' => 'The tags for the resource.
', 'StartJobRunRequest$tags' => 'The tags assigned to the job run.
', 'TagResourceRequest$tags' => 'The tags to add to the resource. A tag is an array of key-value pairs.
', ], ], 'TagResourceRequest' => [ 'base' => NULL, 'refs' => [], ], 'TagResourceResponse' => [ 'base' => NULL, 'refs' => [], ], 'TagValue' => [ 'base' => NULL, 'refs' => [ 'TagMap$value' => NULL, ], ], 'TotalResourceUtilization' => [ 'base' => 'The aggregate vCPU, memory, and storage resources used from the time job start executing till the time job is terminated, rounded up to the nearest second.
', 'refs' => [ 'JobRun$totalResourceUtilization' => 'The aggregate vCPU, memory, and storage resources used from the time the job starts to execute, until the time the job terminates, rounded up to the nearest second.
', ], ], 'UntagResourceRequest' => [ 'base' => NULL, 'refs' => [], ], 'UntagResourceResponse' => [ 'base' => NULL, 'refs' => [], ], 'UpdateApplicationRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdateApplicationResponse' => [ 'base' => NULL, 'refs' => [], ], 'UriString' => [ 'base' => NULL, 'refs' => [ 'S3MonitoringConfiguration$logUri' => 'The Amazon S3 destination URI for log publishing.
', ], ], 'Url' => [ 'base' => NULL, 'refs' => [ 'GetDashboardForJobRunResponse$url' => 'The URL to view job run\'s dashboard.
', ], ], 'ValidationException' => [ 'base' => 'The input fails to satisfy the constraints specified by an Amazon Web Services service.
', 'refs' => [], ], 'WorkerCounts' => [ 'base' => NULL, 'refs' => [ 'InitialCapacityConfig$workerCount' => 'The number of workers in the initial capacity configuration.
', ], ], 'WorkerResourceConfig' => [ 'base' => 'The cumulative configuration requirements for every worker instance of the worker type.
', 'refs' => [ 'InitialCapacityConfig$workerConfiguration' => 'The resource configuration of the initial capacity configuration.
', ], ], 'WorkerTypeSpecification' => [ 'base' => 'The specifications for a worker type.
', 'refs' => [ 'WorkerTypeSpecificationMap$value' => NULL, ], ], 'WorkerTypeSpecificationInput' => [ 'base' => 'The specifications for a worker type.
', 'refs' => [ 'WorkerTypeSpecificationInputMap$value' => NULL, ], ], 'WorkerTypeSpecificationInputMap' => [ 'base' => NULL, 'refs' => [ 'CreateApplicationRequest$workerTypeSpecifications' => 'The key-value pairs that specify worker type to WorkerTypeSpecificationInput
. This parameter must contain all valid worker types for a Spark or Hive application. Valid worker types include Driver
and Executor
for Spark applications and HiveDriver
and TezTask
for Hive applications. You can either set image details in this parameter for each worker type, or in imageConfiguration
for all worker types.
The key-value pairs that specify worker type to WorkerTypeSpecificationInput
. This parameter must contain all valid worker types for a Spark or Hive application. Valid worker types include Driver
and Executor
for Spark applications and HiveDriver
and TezTask
for Hive applications. You can either set image details in this parameter for each worker type, or in imageConfiguration
for all worker types.
The specification applied to each worker type.
', ], ], 'WorkerTypeString' => [ 'base' => 'Worker type for an analytics framework.
', 'refs' => [ 'InitialCapacityConfigMap$key' => NULL, 'LogTypeMap$key' => NULL, 'WorkerTypeSpecificationInputMap$key' => NULL, 'WorkerTypeSpecificationMap$key' => NULL, ], ], ],];