'2.0', 'service' => '

Amazon EMR on EKS provides a deployment option for Amazon EMR that allows you to run open-source big data frameworks on Amazon Elastic Kubernetes Service (Amazon EKS). With this deployment option, you can focus on running analytics workloads while Amazon EMR on EKS builds, configures, and manages containers for open-source applications. For more information about Amazon EMR on EKS concepts and tasks, see What is shared id="EMR-EKS"/>.

Amazon EMR containers is the API name for Amazon EMR on EKS. The emr-containers prefix is used in the following scenarios:

', 'operations' => [ 'CancelJobRun' => '

Cancels a job run. A job run is a unit of work, such as a Spark jar, PySpark script, or SparkSQL query, that you submit to Amazon EMR on EKS.

', 'CreateJobTemplate' => '

Creates a job template. Job template stores values of StartJobRun API request in a template and can be used to start a job run. Job template allows two use cases: avoid repeating recurring StartJobRun API request values, enforcing certain values in StartJobRun API request.

', 'CreateManagedEndpoint' => '

Creates a managed endpoint. A managed endpoint is a gateway that connects Amazon EMR Studio to Amazon EMR on EKS so that Amazon EMR Studio can communicate with your virtual cluster.

', 'CreateVirtualCluster' => '

Creates a virtual cluster. Virtual cluster is a managed entity on Amazon EMR on EKS. You can create, describe, list and delete virtual clusters. They do not consume any additional resource in your system. A single virtual cluster maps to a single Kubernetes namespace. Given this relationship, you can model virtual clusters the same way you model Kubernetes namespaces to meet your requirements.

', 'DeleteJobTemplate' => '

Deletes a job template. Job template stores values of StartJobRun API request in a template and can be used to start a job run. Job template allows two use cases: avoid repeating recurring StartJobRun API request values, enforcing certain values in StartJobRun API request.

', 'DeleteManagedEndpoint' => '

Deletes a managed endpoint. A managed endpoint is a gateway that connects Amazon EMR Studio to Amazon EMR on EKS so that Amazon EMR Studio can communicate with your virtual cluster.

', 'DeleteVirtualCluster' => '

Deletes a virtual cluster. Virtual cluster is a managed entity on Amazon EMR on EKS. You can create, describe, list and delete virtual clusters. They do not consume any additional resource in your system. A single virtual cluster maps to a single Kubernetes namespace. Given this relationship, you can model virtual clusters the same way you model Kubernetes namespaces to meet your requirements.

', 'DescribeJobRun' => '

Displays detailed information about a job run. A job run is a unit of work, such as a Spark jar, PySpark script, or SparkSQL query, that you submit to Amazon EMR on EKS.

', 'DescribeJobTemplate' => '

Displays detailed information about a specified job template. Job template stores values of StartJobRun API request in a template and can be used to start a job run. Job template allows two use cases: avoid repeating recurring StartJobRun API request values, enforcing certain values in StartJobRun API request.

', 'DescribeManagedEndpoint' => '

Displays detailed information about a managed endpoint. A managed endpoint is a gateway that connects Amazon EMR Studio to Amazon EMR on EKS so that Amazon EMR Studio can communicate with your virtual cluster.

', 'DescribeVirtualCluster' => '

Displays detailed information about a specified virtual cluster. Virtual cluster is a managed entity on Amazon EMR on EKS. You can create, describe, list and delete virtual clusters. They do not consume any additional resource in your system. A single virtual cluster maps to a single Kubernetes namespace. Given this relationship, you can model virtual clusters the same way you model Kubernetes namespaces to meet your requirements.

', 'GetManagedEndpointSessionCredentials' => '

Generate a session token to connect to a managed endpoint.

', 'ListJobRuns' => '

Lists job runs based on a set of parameters. A job run is a unit of work, such as a Spark jar, PySpark script, or SparkSQL query, that you submit to Amazon EMR on EKS.

', 'ListJobTemplates' => '

Lists job templates based on a set of parameters. Job template stores values of StartJobRun API request in a template and can be used to start a job run. Job template allows two use cases: avoid repeating recurring StartJobRun API request values, enforcing certain values in StartJobRun API request.

', 'ListManagedEndpoints' => '

Lists managed endpoints based on a set of parameters. A managed endpoint is a gateway that connects Amazon EMR Studio to Amazon EMR on EKS so that Amazon EMR Studio can communicate with your virtual cluster.

', 'ListTagsForResource' => '

Lists the tags assigned to the resources.

', 'ListVirtualClusters' => '

Lists information about the specified virtual cluster. Virtual cluster is a managed entity on Amazon EMR on EKS. You can create, describe, list and delete virtual clusters. They do not consume any additional resource in your system. A single virtual cluster maps to a single Kubernetes namespace. Given this relationship, you can model virtual clusters the same way you model Kubernetes namespaces to meet your requirements.

', 'StartJobRun' => '

Starts a job run. A job run is a unit of work, such as a Spark jar, PySpark script, or SparkSQL query, that you submit to Amazon EMR on EKS.

', '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. For example, you can define a set of tags for your Amazon EMR on EKS clusters to help you track each cluster\'s owner and stack level. We recommend that you devise a consistent set of tag keys for each resource type. You can then search and filter the resources based on the tags that you add.

', 'UntagResource' => '

Removes tags from resources.

', ], 'shapes' => [ 'ACMCertArn' => [ 'base' => NULL, 'refs' => [ 'Certificate$certificateArn' => '

The ARN of the certificate generated for managed endpoint.

', 'CreateManagedEndpointRequest$certificateArn' => '

The certificate ARN provided by users for the managed endpoint. This field is under deprecation and will be removed in future releases.

', 'Endpoint$certificateArn' => '

The certificate ARN of the endpoint. This field is under deprecation and will be removed in future.

', ], ], 'Base64Encoded' => [ 'base' => NULL, 'refs' => [ 'Certificate$certificateData' => '

The base64 encoded PEM certificate data generated for managed endpoint.

', ], ], 'CancelJobRunRequest' => [ 'base' => NULL, 'refs' => [], ], 'CancelJobRunResponse' => [ 'base' => NULL, 'refs' => [], ], 'Certificate' => [ 'base' => '

The entity representing certificate data generated for managed endpoint.

', 'refs' => [ 'Endpoint$certificateAuthority' => '

The certificate generated by emr control plane on customer behalf to secure the managed endpoint.

', ], ], 'ClientToken' => [ 'base' => NULL, 'refs' => [ 'CreateJobTemplateRequest$clientToken' => '

The client token of the job template.

', 'CreateManagedEndpointRequest$clientToken' => '

The client idempotency token for this create call.

', 'CreateVirtualClusterRequest$clientToken' => '

The client token of the virtual cluster.

', 'GetManagedEndpointSessionCredentialsRequest$clientToken' => '

The client idempotency token of the job run request.

', 'JobRun$clientToken' => '

The client token used to start a job run.

', 'StartJobRunRequest$clientToken' => '

The client idempotency token of the job run request.

', ], ], 'CloudWatchMonitoringConfiguration' => [ 'base' => '

A configuration for CloudWatch monitoring. You can configure your jobs to send log information to CloudWatch Logs.

', 'refs' => [ 'MonitoringConfiguration$cloudWatchMonitoringConfiguration' => '

Monitoring configurations for CloudWatch.

', ], ], 'ClusterId' => [ 'base' => NULL, 'refs' => [ 'ContainerProvider$id' => '

The ID of the container cluster.

', ], ], 'Configuration' => [ 'base' => '

A configuration specification to be used when provisioning virtual clusters, which can include configurations for applications and software bundled with Amazon EMR on EKS. 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 configurations for the application running by the job run.

', 'ParametricConfigurationOverrides$applicationConfiguration' => '

The configurations for the application running by the job run.

', ], ], 'ConfigurationOverrides' => [ 'base' => '

A configuration specification to be used to override existing configurations.

', 'refs' => [ 'CreateManagedEndpointRequest$configurationOverrides' => '

The configuration settings that will be used to override existing configurations.

', 'Endpoint$configurationOverrides' => '

The configuration settings that are used to override existing configurations for endpoints.

', 'JobRun$configurationOverrides' => '

The configuration settings that are used to override default configuration.

', 'StartJobRunRequest$configurationOverrides' => '

The configuration overrides for the job run.

', ], ], 'ContainerInfo' => [ 'base' => '

The information about the container used for a job run or a managed endpoint.

', 'refs' => [ 'ContainerProvider$info' => '

The information about the container cluster.

', ], ], 'ContainerLogRotationConfiguration' => [ 'base' => '

The settings for container log rotation.

', 'refs' => [ 'MonitoringConfiguration$containerLogRotationConfiguration' => '

Enable or disable container log rotation.

', ], ], 'ContainerProvider' => [ 'base' => '

The information about the container provider.

', 'refs' => [ 'CreateVirtualClusterRequest$containerProvider' => '

The container provider of the virtual cluster.

', 'VirtualCluster$containerProvider' => '

The container provider of the virtual cluster.

', ], ], 'ContainerProviderType' => [ 'base' => NULL, 'refs' => [ 'ContainerProvider$type' => '

The type of the container provider. Amazon EKS is the only supported type as of now.

', 'ListVirtualClustersRequest$containerProviderType' => '

The container provider type of the virtual cluster. Amazon EKS is the only supported type as of now.

', ], ], 'CreateJobTemplateRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateJobTemplateResponse' => [ 'base' => NULL, 'refs' => [], ], 'CreateManagedEndpointRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateManagedEndpointResponse' => [ 'base' => NULL, 'refs' => [], ], 'CreateVirtualClusterRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateVirtualClusterResponse' => [ 'base' => NULL, 'refs' => [], ], 'CredentialType' => [ 'base' => NULL, 'refs' => [ 'GetManagedEndpointSessionCredentialsRequest$credentialType' => '

Type of the token requested. Currently supported and default value of this field is “TOKEN.”

', ], ], 'Credentials' => [ 'base' => '

The structure containing the session token being returned.

', 'refs' => [ 'GetManagedEndpointSessionCredentialsResponse$credentials' => '

The structure containing the session credentials.

', ], ], 'Date' => [ 'base' => NULL, 'refs' => [ 'CreateJobTemplateResponse$createdAt' => '

This output displays the date and time when the job template was created.

', 'Endpoint$createdAt' => '

The date and time when the endpoint was created.

', 'GetManagedEndpointSessionCredentialsResponse$expiresAt' => '

The date and time when the session token will expire.

', 'JobRun$createdAt' => '

The date and time when the job run was created.

', 'JobRun$finishedAt' => '

The date and time when the job run has finished.

', 'JobTemplate$createdAt' => '

The date and time when the job template was created.

', 'ListJobRunsRequest$createdBefore' => '

The date and time before which the job runs were submitted.

', 'ListJobRunsRequest$createdAfter' => '

The date and time after which the job runs were submitted.

', 'ListJobTemplatesRequest$createdAfter' => '

The date and time after which the job templates were created.

', 'ListJobTemplatesRequest$createdBefore' => '

The date and time before which the job templates were created.

', 'ListManagedEndpointsRequest$createdBefore' => '

The date and time before which the endpoints are created.

', 'ListManagedEndpointsRequest$createdAfter' => '

The date and time after which the endpoints are created.

', 'ListVirtualClustersRequest$createdAfter' => '

The date and time after which the virtual clusters are created.

', 'ListVirtualClustersRequest$createdBefore' => '

The date and time before which the virtual clusters are created.

', 'VirtualCluster$createdAt' => '

The date and time when the virtual cluster is created.

', ], ], 'DeleteJobTemplateRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteJobTemplateResponse' => [ 'base' => NULL, 'refs' => [], ], 'DeleteManagedEndpointRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteManagedEndpointResponse' => [ 'base' => NULL, 'refs' => [], ], 'DeleteVirtualClusterRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteVirtualClusterResponse' => [ 'base' => NULL, 'refs' => [], ], 'DescribeJobRunRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeJobRunResponse' => [ 'base' => NULL, 'refs' => [], ], 'DescribeJobTemplateRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeJobTemplateResponse' => [ 'base' => NULL, 'refs' => [], ], 'DescribeManagedEndpointRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeManagedEndpointResponse' => [ 'base' => NULL, 'refs' => [], ], 'DescribeVirtualClusterRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeVirtualClusterResponse' => [ 'base' => NULL, 'refs' => [], ], 'EksInfo' => [ 'base' => '

The information about the Amazon EKS cluster.

', 'refs' => [ 'ContainerInfo$eksInfo' => '

The information about the Amazon EKS cluster.

', ], ], 'Endpoint' => [ 'base' => '

This entity represents the endpoint that is managed by Amazon EMR on EKS.

', 'refs' => [ 'DescribeManagedEndpointResponse$endpoint' => '

This output displays information about a managed endpoint.

', 'Endpoints$member' => NULL, ], ], 'EndpointArn' => [ 'base' => NULL, 'refs' => [ 'CreateManagedEndpointResponse$arn' => '

The output contains the ARN of the managed endpoint.

', 'Endpoint$arn' => '

The ARN of the endpoint.

', ], ], 'EndpointState' => [ 'base' => NULL, 'refs' => [ 'Endpoint$state' => '

The state of the endpoint.

', 'EndpointStates$member' => NULL, ], ], 'EndpointStates' => [ 'base' => NULL, 'refs' => [ 'ListManagedEndpointsRequest$states' => '

The states of the managed endpoints.

', ], ], 'EndpointType' => [ 'base' => NULL, 'refs' => [ 'CreateManagedEndpointRequest$type' => '

The type of the managed endpoint.

', 'Endpoint$type' => '

The type of the endpoint.

', 'EndpointTypes$member' => NULL, ], ], 'EndpointTypes' => [ 'base' => NULL, 'refs' => [ 'ListManagedEndpointsRequest$types' => '

The types of the managed endpoints.

', ], ], 'Endpoints' => [ 'base' => NULL, 'refs' => [ 'ListManagedEndpointsResponse$endpoints' => '

The managed endpoints to be listed.

', ], ], 'EntryPointArgument' => [ 'base' => NULL, 'refs' => [ 'EntryPointArguments$member' => NULL, ], ], 'EntryPointArguments' => [ 'base' => NULL, 'refs' => [ 'SparkSubmitJobDriver$entryPointArguments' => '

The arguments for job application.

', ], ], 'EntryPointPath' => [ 'base' => NULL, 'refs' => [ 'SparkSqlJobDriver$entryPoint' => '

The SQL file to be executed.

', 'SparkSubmitJobDriver$entryPoint' => '

The entry point of job application.

', ], ], 'FailureReason' => [ 'base' => NULL, 'refs' => [ 'Endpoint$failureReason' => '

The reasons why the endpoint has failed.

', 'JobRun$failureReason' => '

The reasons why the job run has failed.

', ], ], 'GetManagedEndpointSessionCredentialsRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetManagedEndpointSessionCredentialsResponse' => [ 'base' => NULL, 'refs' => [], ], 'IAMRoleArn' => [ 'base' => NULL, 'refs' => [ 'CreateManagedEndpointRequest$executionRoleArn' => '

The ARN of the execution role.

', 'Endpoint$executionRoleArn' => '

The execution role ARN of the endpoint.

', 'GetManagedEndpointSessionCredentialsRequest$executionRoleArn' => '

The IAM Execution Role ARN that will be used by the job run.

', 'JobRun$executionRoleArn' => '

The execution role ARN of the job run.

', 'StartJobRunRequest$executionRoleArn' => '

The execution role ARN for the job run.

', ], ], 'InternalServerException' => [ 'base' => '

This is an internal server exception.

', 'refs' => [], ], 'JavaInteger' => [ 'base' => NULL, 'refs' => [ 'GetManagedEndpointSessionCredentialsRequest$durationInSeconds' => '

Duration in seconds for which the session token is valid. The default duration is 15 minutes and the maximum is 12 hours.

', 'ListJobRunsRequest$maxResults' => '

The maximum number of job runs that can be listed.

', 'ListJobTemplatesRequest$maxResults' => '

The maximum number of job templates that can be listed.

', 'ListManagedEndpointsRequest$maxResults' => '

The maximum number of managed endpoints that can be listed.

', 'ListVirtualClustersRequest$maxResults' => '

The maximum number of virtual clusters that can be listed.

', 'RetryPolicyConfiguration$maxAttempts' => '

The maximum number of attempts on the job\'s driver.

', 'RetryPolicyExecution$currentAttemptCount' => '

The current number of attempts made on the driver of the job.

', ], ], 'JobArn' => [ 'base' => NULL, 'refs' => [ 'JobRun$arn' => '

The ARN of job run.

', 'StartJobRunResponse$arn' => '

This output lists the ARN of job run.

', ], ], 'JobDriver' => [ 'base' => '

Specify the driver that the job runs on. Exactly one of the two available job drivers is required, either sparkSqlJobDriver or sparkSubmitJobDriver.

', 'refs' => [ 'JobRun$jobDriver' => '

Parameters of job driver for the job run.

', 'JobTemplateData$jobDriver' => NULL, 'StartJobRunRequest$jobDriver' => '

The job driver for the job run.

', ], ], 'JobRun' => [ 'base' => '

This entity describes a job run. A job run is a unit of work, such as a Spark jar, PySpark script, or SparkSQL query, that you submit to Amazon EMR on EKS.

', 'refs' => [ 'DescribeJobRunResponse$jobRun' => '

The output displays information about a job run.

', 'JobRuns$member' => NULL, ], ], 'JobRunState' => [ 'base' => NULL, 'refs' => [ 'JobRun$state' => '

The state of the job run.

', 'JobRunStates$member' => NULL, ], ], 'JobRunStates' => [ 'base' => NULL, 'refs' => [ 'ListJobRunsRequest$states' => '

The states of the job run.

', ], ], 'JobRuns' => [ 'base' => NULL, 'refs' => [ 'ListJobRunsResponse$jobRuns' => '

This output lists information about the specified job runs.

', ], ], 'JobTemplate' => [ 'base' => '

This entity describes a job template. Job template stores values of StartJobRun API request in a template and can be used to start a job run. Job template allows two use cases: avoid repeating recurring StartJobRun API request values, enforcing certain values in StartJobRun API request.

', 'refs' => [ 'DescribeJobTemplateResponse$jobTemplate' => '

This output displays information about the specified job template.

', 'JobTemplates$member' => NULL, ], ], 'JobTemplateArn' => [ 'base' => NULL, 'refs' => [ 'CreateJobTemplateResponse$arn' => '

This output display the ARN of the created job template.

', 'JobTemplate$arn' => '

The ARN of the job template.

', ], ], 'JobTemplateData' => [ 'base' => '

The values of StartJobRun API requests used in job runs started using the job template.

', 'refs' => [ 'CreateJobTemplateRequest$jobTemplateData' => '

The job template data which holds values of StartJobRun API request.

', 'JobTemplate$jobTemplateData' => '

The job template data which holds values of StartJobRun API request.

', ], ], 'JobTemplates' => [ 'base' => NULL, 'refs' => [ 'ListJobTemplatesResponse$templates' => '

This output lists information about the specified job templates.

', ], ], 'KmsKeyArn' => [ 'base' => NULL, 'refs' => [ 'CreateJobTemplateRequest$kmsKeyArn' => '

The KMS key ARN used to encrypt the job template.

', 'JobTemplate$kmsKeyArn' => '

The KMS key ARN used to encrypt the job template.

', ], ], 'KubernetesNamespace' => [ 'base' => NULL, 'refs' => [ 'EksInfo$namespace' => '

The namespaces of the Amazon EKS cluster.

', ], ], 'ListJobRunsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListJobRunsResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListJobTemplatesRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListJobTemplatesResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListManagedEndpointsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListManagedEndpointsResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListTagsForResourceRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListTagsForResourceResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListVirtualClustersRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListVirtualClustersResponse' => [ 'base' => NULL, 'refs' => [], ], 'LogContext' => [ 'base' => NULL, 'refs' => [ 'GetManagedEndpointSessionCredentialsRequest$logContext' => '

String identifier used to separate sections of the execution logs uploaded to S3.

', ], ], 'LogGroupName' => [ 'base' => NULL, 'refs' => [ 'CloudWatchMonitoringConfiguration$logGroupName' => '

The name of the log group for log publishing.

', ], ], 'MaxFilesToKeep' => [ 'base' => NULL, 'refs' => [ 'ContainerLogRotationConfiguration$maxFilesToKeep' => '

The number of files to keep in container after rotation.

', ], ], 'MonitoringConfiguration' => [ 'base' => '

Configuration setting for monitoring.

', 'refs' => [ 'ConfigurationOverrides$monitoringConfiguration' => '

The configurations for monitoring.

', ], ], 'NextToken' => [ 'base' => NULL, 'refs' => [ 'ListJobRunsRequest$nextToken' => '

The token for the next set of job runs to return.

', 'ListJobRunsResponse$nextToken' => '

This output displays the token for the next set of job runs.

', 'ListJobTemplatesRequest$nextToken' => '

The token for the next set of job templates to return.

', 'ListJobTemplatesResponse$nextToken' => '

This output displays the token for the next set of job templates.

', 'ListManagedEndpointsRequest$nextToken' => '

The token for the next set of managed endpoints to return.

', 'ListManagedEndpointsResponse$nextToken' => '

The token for the next set of endpoints to return.

', 'ListVirtualClustersRequest$nextToken' => '

The token for the next set of virtual clusters to return.

', 'ListVirtualClustersResponse$nextToken' => '

This output displays the token for the next set of virtual clusters.

', ], ], 'ParametricCloudWatchMonitoringConfiguration' => [ 'base' => '

A configuration for CloudWatch monitoring. You can configure your jobs to send log information to CloudWatch Logs. This data type allows job template parameters to be specified within.

', 'refs' => [ 'ParametricMonitoringConfiguration$cloudWatchMonitoringConfiguration' => '

Monitoring configurations for CloudWatch.

', ], ], 'ParametricConfigurationOverrides' => [ 'base' => '

A configuration specification to be used to override existing configurations. This data type allows job template parameters to be specified within.

', 'refs' => [ 'JobTemplateData$configurationOverrides' => '

The configuration settings that are used to override defaults configuration.

', ], ], 'ParametricIAMRoleArn' => [ 'base' => NULL, 'refs' => [ 'JobTemplateData$executionRoleArn' => '

The execution role ARN of the job run.

', ], ], 'ParametricMonitoringConfiguration' => [ 'base' => '

Configuration setting for monitoring. This data type allows job template parameters to be specified within.

', 'refs' => [ 'ParametricConfigurationOverrides$monitoringConfiguration' => '

The configurations for monitoring.

', ], ], 'ParametricReleaseLabel' => [ 'base' => NULL, 'refs' => [ 'JobTemplateData$releaseLabel' => '

The release version of Amazon EMR.

', ], ], 'ParametricS3MonitoringConfiguration' => [ 'base' => '

Amazon S3 configuration for monitoring log publishing. You can configure your jobs to send log information to Amazon S3. This data type allows job template parameters to be specified within.

', 'refs' => [ 'ParametricMonitoringConfiguration$s3MonitoringConfiguration' => '

Amazon S3 configuration for monitoring log publishing.

', ], ], 'PersistentAppUI' => [ 'base' => NULL, 'refs' => [ 'MonitoringConfiguration$persistentAppUI' => '

Monitoring configurations for the persistent application UI.

', ], ], 'ReleaseLabel' => [ 'base' => NULL, 'refs' => [ 'CreateManagedEndpointRequest$releaseLabel' => '

The Amazon EMR release version.

', 'Endpoint$releaseLabel' => '

The EMR release version to be used for the endpoint.

', 'JobRun$releaseLabel' => '

The release version of Amazon EMR.

', 'StartJobRunRequest$releaseLabel' => '

The Amazon EMR release version to use for the job run.

', ], ], 'RequestIdentityUserArn' => [ 'base' => NULL, 'refs' => [ 'JobRun$createdBy' => '

The user who created the job run.

', 'JobTemplate$createdBy' => '

The user who created the job template.

', ], ], 'RequestThrottledException' => [ 'base' => '

The request throttled.

', 'refs' => [], ], 'ResourceIdString' => [ 'base' => NULL, 'refs' => [ 'CancelJobRunRequest$id' => '

The ID of the job run to cancel.

', 'CancelJobRunRequest$virtualClusterId' => '

The ID of the virtual cluster for which the job run will be canceled.

', 'CancelJobRunResponse$id' => '

The output contains the ID of the cancelled job run.

', 'CancelJobRunResponse$virtualClusterId' => '

The output contains the virtual cluster ID for which the job run is cancelled.

', 'CreateJobTemplateResponse$id' => '

This output display the created job template ID.

', 'CreateManagedEndpointRequest$virtualClusterId' => '

The ID of the virtual cluster for which a managed endpoint is created.

', 'CreateManagedEndpointResponse$id' => '

The output contains the ID of the managed endpoint.

', 'CreateManagedEndpointResponse$virtualClusterId' => '

The output contains the ID of the virtual cluster.

', 'CreateVirtualClusterResponse$id' => '

This output contains the virtual cluster ID.

', 'DeleteJobTemplateRequest$id' => '

The ID of the job template that will be deleted.

', 'DeleteJobTemplateResponse$id' => '

This output contains the ID of the job template that was deleted.

', 'DeleteManagedEndpointRequest$id' => '

The ID of the managed endpoint.

', 'DeleteManagedEndpointRequest$virtualClusterId' => '

The ID of the endpoint\'s virtual cluster.

', 'DeleteManagedEndpointResponse$id' => '

The output displays the ID of the managed endpoint.

', 'DeleteManagedEndpointResponse$virtualClusterId' => '

The output displays the ID of the endpoint\'s virtual cluster.

', 'DeleteVirtualClusterRequest$id' => '

The ID of the virtual cluster that will be deleted.

', 'DeleteVirtualClusterResponse$id' => '

This output contains the ID of the virtual cluster that will be deleted.

', 'DescribeJobRunRequest$id' => '

The ID of the job run request.

', 'DescribeJobRunRequest$virtualClusterId' => '

The ID of the virtual cluster for which the job run is submitted.

', 'DescribeJobTemplateRequest$id' => '

The ID of the job template that will be described.

', 'DescribeManagedEndpointRequest$id' => '

This output displays ID of the managed endpoint.

', 'DescribeManagedEndpointRequest$virtualClusterId' => '

The ID of the endpoint\'s virtual cluster.

', 'DescribeVirtualClusterRequest$id' => '

The ID of the virtual cluster that will be described.

', 'Endpoint$id' => '

The ID of the endpoint.

', 'Endpoint$virtualClusterId' => '

The ID of the endpoint\'s virtual cluster.

', 'GetManagedEndpointSessionCredentialsResponse$id' => '

The identifier of the session token returned.

', 'JobRun$id' => '

The ID of the job run.

', 'JobRun$virtualClusterId' => '

The ID of the job run\'s virtual cluster.

', 'JobTemplate$id' => '

The ID of the job template.

', 'ListJobRunsRequest$virtualClusterId' => '

The ID of the virtual cluster for which to list the job run.

', 'ListManagedEndpointsRequest$virtualClusterId' => '

The ID of the virtual cluster.

', 'StartJobRunRequest$virtualClusterId' => '

The virtual cluster ID for which the job run request is submitted.

', 'StartJobRunRequest$jobTemplateId' => '

The job template ID to be used to start the job run.

', 'StartJobRunResponse$id' => '

This output displays the started job run ID.

', 'StartJobRunResponse$virtualClusterId' => '

This output displays the virtual cluster ID for which the job run was submitted.

', 'VirtualCluster$id' => '

The ID of the virtual cluster.

', ], ], 'ResourceNameString' => [ 'base' => NULL, 'refs' => [ 'CreateJobTemplateRequest$name' => '

The specified name of the job template.

', 'CreateJobTemplateResponse$name' => '

This output displays the name of the created job template.

', 'CreateManagedEndpointRequest$name' => '

The name of the managed endpoint.

', 'CreateManagedEndpointResponse$name' => '

The output contains the name of the managed endpoint.

', 'CreateVirtualClusterRequest$name' => '

The specified name of the virtual cluster.

', 'CreateVirtualClusterResponse$name' => '

This output contains the name of the virtual cluster.

', 'Endpoint$name' => '

The name of the endpoint.

', 'JobRun$name' => '

The name of the job run.

', 'JobTemplate$name' => '

The name of the job template.

', 'ListJobRunsRequest$name' => '

The name of the job run.

', 'StartJobRunRequest$name' => '

The name of the job run.

', 'StartJobRunResponse$name' => '

This output displays the name of the started job run.

', 'VirtualCluster$name' => '

The name of the virtual cluster.

', ], ], 'ResourceNotFoundException' => [ 'base' => '

The specified resource was not found.

', 'refs' => [], ], 'RetryPolicyConfiguration' => [ 'base' => '

The configuration of the retry policy that the job runs on.

', 'refs' => [ 'JobRun$retryPolicyConfiguration' => '

The configuration of the retry policy that the job runs on.

', 'StartJobRunRequest$retryPolicyConfiguration' => '

The retry policy configuration for the job run.

', ], ], 'RetryPolicyExecution' => [ 'base' => '

The current status of the retry policy executed on the job.

', 'refs' => [ 'JobRun$retryPolicyExecution' => '

The current status of the retry policy executed on the job.

', ], ], 'RotationSize' => [ 'base' => NULL, 'refs' => [ 'ContainerLogRotationConfiguration$rotationSize' => '

The file size at which to rotate logs. Minimum of 2KB, Maximum of 2GB.

', ], ], 'RsiArn' => [ 'base' => NULL, 'refs' => [ 'ListTagsForResourceRequest$resourceArn' => '

The ARN of tagged resources.

', 'TagResourceRequest$resourceArn' => '

The ARN of resources.

', 'UntagResourceRequest$resourceArn' => '

The ARN of resources.

', ], ], 'S3MonitoringConfiguration' => [ 'base' => '

Amazon S3 configuration for monitoring log publishing. You can configure your jobs to send log information to Amazon S3.

', 'refs' => [ 'MonitoringConfiguration$s3MonitoringConfiguration' => '

Amazon S3 configuration for monitoring log publishing.

', ], ], 'SensitivePropertiesMap' => [ 'base' => NULL, 'refs' => [ 'Configuration$properties' => '

A set of properties specified within a configuration classification.

', ], ], 'SparkSqlJobDriver' => [ 'base' => '

The job driver for job type.

', 'refs' => [ 'JobDriver$sparkSqlJobDriver' => '

The job driver for job type.

', ], ], 'SparkSqlParameters' => [ 'base' => NULL, 'refs' => [ 'SparkSqlJobDriver$sparkSqlParameters' => '

The Spark parameters to be included in the Spark SQL command.

', ], ], 'SparkSubmitJobDriver' => [ 'base' => '

The information about job driver for Spark submit.

', 'refs' => [ 'JobDriver$sparkSubmitJobDriver' => '

The job driver parameters specified for spark submit.

', ], ], 'SparkSubmitParameters' => [ 'base' => NULL, 'refs' => [ 'SparkSubmitJobDriver$sparkSubmitParameters' => '

The Spark submit parameters that are used for job runs.

', ], ], 'StartJobRunRequest' => [ 'base' => NULL, 'refs' => [], ], 'StartJobRunResponse' => [ 'base' => NULL, 'refs' => [], ], 'String1024' => [ 'base' => NULL, 'refs' => [ 'Configuration$classification' => '

The classification within a configuration.

', 'InternalServerException$message' => NULL, 'ListVirtualClustersRequest$containerProviderId' => '

The container provider ID of the virtual cluster.

', 'RequestThrottledException$message' => NULL, 'ResourceNotFoundException$message' => NULL, 'SensitivePropertiesMap$key' => NULL, 'SensitivePropertiesMap$value' => NULL, 'TemplateParameterConfiguration$defaultValue' => '

The default value for the job template parameter.

', 'TemplateParameterInputMap$value' => NULL, 'ValidationException$message' => NULL, ], ], 'String128' => [ 'base' => NULL, 'refs' => [ 'TagKeyList$member' => NULL, 'TagMap$key' => NULL, ], ], 'String2048' => [ 'base' => NULL, 'refs' => [ 'GetManagedEndpointSessionCredentialsRequest$endpointIdentifier' => '

The ARN of the managed endpoint for which the request is submitted.

', 'GetManagedEndpointSessionCredentialsRequest$virtualClusterIdentifier' => '

The ARN of the Virtual Cluster which the Managed Endpoint belongs to.

', 'JobTemplate$decryptionError' => '

The error message in case the decryption of job template fails.

', ], ], 'String256' => [ 'base' => NULL, 'refs' => [ 'CloudWatchMonitoringConfiguration$logStreamNamePrefix' => '

The specified name prefix for log streams.

', 'Endpoint$securityGroup' => '

The security group configuration of the endpoint.

', 'Endpoint$stateDetails' => '

Additional details of the endpoint state.

', 'JobRun$stateDetails' => '

Additional details of the job run state.

', 'ParametricCloudWatchMonitoringConfiguration$logStreamNamePrefix' => '

The specified name prefix for log streams.

', 'SubnetIds$member' => NULL, ], ], 'StringEmpty256' => [ 'base' => NULL, 'refs' => [ 'TagMap$value' => NULL, ], ], 'SubnetIds' => [ 'base' => NULL, 'refs' => [ 'Endpoint$subnetIds' => '

The subnet IDs of the endpoint.

', ], ], 'TagKeyList' => [ 'base' => NULL, 'refs' => [ 'UntagResourceRequest$tagKeys' => '

The tag keys of the resources.

', ], ], 'TagMap' => [ 'base' => NULL, 'refs' => [ 'CreateJobTemplateRequest$tags' => '

The tags that are associated with the job template.

', 'CreateManagedEndpointRequest$tags' => '

The tags of the managed endpoint.

', 'CreateVirtualClusterRequest$tags' => '

The tags assigned to the virtual cluster.

', 'Endpoint$tags' => '

The tags of the endpoint.

', 'JobRun$tags' => '

The assigned tags of the job run.

', 'JobTemplate$tags' => '

The tags assigned to the job template.

', 'JobTemplateData$jobTags' => '

The tags assigned to jobs started using the job template.

', 'ListTagsForResourceResponse$tags' => '

The tags assigned to resources.

', 'StartJobRunRequest$tags' => '

The tags assigned to job runs.

', 'TagResourceRequest$tags' => '

The tags assigned to resources.

', 'VirtualCluster$tags' => '

The assigned tags of the virtual cluster.

', ], ], 'TagResourceRequest' => [ 'base' => NULL, 'refs' => [], ], 'TagResourceResponse' => [ 'base' => NULL, 'refs' => [], ], 'TemplateParameter' => [ 'base' => NULL, 'refs' => [ 'ParametricCloudWatchMonitoringConfiguration$logGroupName' => '

The name of the log group for log publishing.

', 'ParametricMonitoringConfiguration$persistentAppUI' => '

Monitoring configurations for the persistent application UI.

', ], ], 'TemplateParameterConfiguration' => [ 'base' => '

The configuration of a job template parameter.

', 'refs' => [ 'TemplateParameterConfigurationMap$value' => NULL, ], ], 'TemplateParameterConfigurationMap' => [ 'base' => NULL, 'refs' => [ 'JobTemplateData$parameterConfiguration' => '

The configuration of parameters existing in the job template.

', ], ], 'TemplateParameterDataType' => [ 'base' => NULL, 'refs' => [ 'TemplateParameterConfiguration$type' => '

The type of the job template parameter. Allowed values are: ‘STRING’, ‘NUMBER’.

', ], ], 'TemplateParameterInputMap' => [ 'base' => NULL, 'refs' => [ 'StartJobRunRequest$jobTemplateParameters' => '

The values of job template parameters to start a job run.

', ], ], 'TemplateParameterName' => [ 'base' => NULL, 'refs' => [ 'TemplateParameterConfigurationMap$key' => NULL, 'TemplateParameterInputMap$key' => NULL, ], ], 'Token' => [ 'base' => NULL, 'refs' => [ 'Credentials$token' => '

The actual session token being returned.

', ], ], 'UntagResourceRequest' => [ 'base' => NULL, 'refs' => [], ], 'UntagResourceResponse' => [ 'base' => NULL, 'refs' => [], ], 'UriString' => [ 'base' => NULL, 'refs' => [ 'Endpoint$serverUrl' => '

The server URL of the endpoint.

', 'ParametricS3MonitoringConfiguration$logUri' => '

Amazon S3 destination URI for log publishing.

', 'S3MonitoringConfiguration$logUri' => '

Amazon S3 destination URI for log publishing.

', ], ], 'ValidationException' => [ 'base' => '

There are invalid parameters in the client request.

', 'refs' => [], ], 'VirtualCluster' => [ 'base' => '

This entity describes a virtual cluster. A virtual cluster is a Kubernetes namespace that Amazon EMR is registered with. Amazon EMR uses virtual clusters to run jobs and host endpoints. Multiple virtual clusters can be backed by the same physical cluster. However, each virtual cluster maps to one namespace on an Amazon EKS cluster. Virtual clusters do not create any active resources that contribute to your bill or that require lifecycle management outside the service.

', 'refs' => [ 'DescribeVirtualClusterResponse$virtualCluster' => '

This output displays information about the specified virtual cluster.

', 'VirtualClusters$member' => NULL, ], ], 'VirtualClusterArn' => [ 'base' => NULL, 'refs' => [ 'CreateVirtualClusterResponse$arn' => '

This output contains the ARN of virtual cluster.

', 'VirtualCluster$arn' => '

The ARN of the virtual cluster.

', ], ], 'VirtualClusterState' => [ 'base' => NULL, 'refs' => [ 'VirtualCluster$state' => '

The state of the virtual cluster.

', 'VirtualClusterStates$member' => NULL, ], ], 'VirtualClusterStates' => [ 'base' => NULL, 'refs' => [ 'ListVirtualClustersRequest$states' => '

The states of the requested virtual clusters.

', ], ], 'VirtualClusters' => [ 'base' => NULL, 'refs' => [ 'ListVirtualClustersResponse$virtualClusters' => '

This output lists the specified virtual clusters.

', ], ], ],];