github.com/aavshr/aws-sdk-go@v1.41.3/models/apis/emr-containers/2020-10-01/docs-2.json (about) 1 { 2 "version": "2.0", 3 "service": "<p>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 <a href=\"https://docs.aws.amazon.com/emr/latest/EMR-on-EKS-DevelopmentGuide/emr-eks.html\">What is Amazon EMR on EKS</a>.</p> <p> <i>Amazon EMR containers</i> is the API name for Amazon EMR on EKS. The <code>emr-containers</code> prefix is used in the following scenarios: </p> <ul> <li> <p>It is the prefix in the CLI commands for Amazon EMR on EKS. For example, <code>aws emr-containers start-job-run</code>.</p> </li> <li> <p>It is the prefix before IAM policy actions for Amazon EMR on EKS. For example, <code>\"Action\": [ \"emr-containers:StartJobRun\"]</code>. For more information, see <a href=\"https://docs.aws.amazon.com/emr/latest/EMR-on-EKS-DevelopmentGuide/security_iam_service-with-iam.html#security_iam_service-with-iam-id-based-policies-actions\">Policy actions for Amazon EMR on EKS</a>.</p> </li> <li> <p>It is the prefix used in Amazon EMR on EKS service endpoints. For example, <code>emr-containers.us-east-2.amazonaws.com</code>. For more information, see <a href=\"https://docs.aws.amazon.com/emr/latest/EMR-on-EKS-DevelopmentGuide/service-quotas.html#service-endpoints\">Amazon EMR on EKS Service Endpoints</a>.</p> </li> </ul>", 4 "operations": { 5 "CancelJobRun": "<p>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.</p>", 6 "CreateManagedEndpoint": "<p>Creates a managed endpoint. A managed endpoint is a gateway that connects EMR Studio to Amazon EMR on EKS so that EMR Studio can communicate with your virtual cluster.</p>", 7 "CreateVirtualCluster": "<p>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.</p>", 8 "DeleteManagedEndpoint": "<p>Deletes a managed endpoint. A managed endpoint is a gateway that connects EMR Studio to Amazon EMR on EKS so that EMR Studio can communicate with your virtual cluster.</p>", 9 "DeleteVirtualCluster": "<p>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.</p>", 10 "DescribeJobRun": "<p>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.</p>", 11 "DescribeManagedEndpoint": "<p>Displays detailed information about a managed endpoint. A managed endpoint is a gateway that connects EMR Studio to Amazon EMR on EKS so that EMR Studio can communicate with your virtual cluster.</p>", 12 "DescribeVirtualCluster": "<p>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.</p>", 13 "ListJobRuns": "<p>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.</p>", 14 "ListManagedEndpoints": "<p>Lists managed endpoints based on a set of parameters. A managed endpoint is a gateway that connects EMR Studio to Amazon EMR on EKS so that EMR Studio can communicate with your virtual cluster.</p>", 15 "ListTagsForResource": "<p>Lists the tags assigned to the resources.</p>", 16 "ListVirtualClusters": "<p>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.</p>", 17 "StartJobRun": "<p>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.</p>", 18 "TagResource": "<p>Assigns tags to resources. A tag is a label that you assign to an AWS resource. Each tag consists of a key and an optional value, both of which you define. Tags enable you to categorize your AWS 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.</p>", 19 "UntagResource": "<p>Removes tags from resources.</p>" 20 }, 21 "shapes": { 22 "ACMCertArn": { 23 "base": null, 24 "refs": { 25 "CreateManagedEndpointRequest$certificateArn": "<p>The certificate ARN of the managed endpoint.</p>", 26 "Endpoint$certificateArn": "<p>The certificate ARN of the endpoint.</p>" 27 } 28 }, 29 "CancelJobRunRequest": { 30 "base": null, 31 "refs": { 32 } 33 }, 34 "CancelJobRunResponse": { 35 "base": null, 36 "refs": { 37 } 38 }, 39 "ClientToken": { 40 "base": null, 41 "refs": { 42 "CreateManagedEndpointRequest$clientToken": "<p>The client idempotency token for this create call.</p>", 43 "CreateVirtualClusterRequest$clientToken": "<p>The client token of the virtual cluster.</p>", 44 "JobRun$clientToken": "<p>The client token used to start a job run.</p>", 45 "StartJobRunRequest$clientToken": "<p>The client idempotency token of the job run request. </p>" 46 } 47 }, 48 "CloudWatchMonitoringConfiguration": { 49 "base": "<p>A configuration for CloudWatch monitoring. You can configure your jobs to send log information to CloudWatch Logs.</p>", 50 "refs": { 51 "MonitoringConfiguration$cloudWatchMonitoringConfiguration": "<p>Monitoring configurations for CloudWatch.</p>" 52 } 53 }, 54 "ClusterId": { 55 "base": null, 56 "refs": { 57 "ContainerProvider$id": "<p>The ID of the container cluster.</p>" 58 } 59 }, 60 "Configuration": { 61 "base": "<p>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.</p>", 62 "refs": { 63 "ConfigurationList$member": null 64 } 65 }, 66 "ConfigurationList": { 67 "base": null, 68 "refs": { 69 "Configuration$configurations": "<p>A list of additional configurations to apply within a configuration object.</p>", 70 "ConfigurationOverrides$applicationConfiguration": "<p>The configurations for the application running by the job run. </p>" 71 } 72 }, 73 "ConfigurationOverrides": { 74 "base": "<p>A configuration specification to be used to override existing configurations.</p>", 75 "refs": { 76 "CreateManagedEndpointRequest$configurationOverrides": "<p>The configuration settings that will be used to override existing configurations.</p>", 77 "Endpoint$configurationOverrides": "<p>The configuration settings that are used to override existing configurations for endpoints.</p>", 78 "JobRun$configurationOverrides": "<p>The configuration settings that are used to override default configuration.</p>", 79 "StartJobRunRequest$configurationOverrides": "<p>The configuration overrides for the job run.</p>" 80 } 81 }, 82 "ContainerInfo": { 83 "base": "<p>The information about the container used for a job run or a managed endpoint.</p>", 84 "refs": { 85 "ContainerProvider$info": "<p>The information about the container cluster.</p>" 86 } 87 }, 88 "ContainerProvider": { 89 "base": "<p>The information about the container provider.</p>", 90 "refs": { 91 "CreateVirtualClusterRequest$containerProvider": "<p>The container provider of the virtual cluster.</p>", 92 "VirtualCluster$containerProvider": "<p>The container provider of the virtual cluster.</p>" 93 } 94 }, 95 "ContainerProviderType": { 96 "base": null, 97 "refs": { 98 "ContainerProvider$type": "<p>The type of the container provider. EKS is the only supported type as of now.</p>", 99 "ListVirtualClustersRequest$containerProviderType": "<p>The container provider type of the virtual cluster. EKS is the only supported type as of now.</p>" 100 } 101 }, 102 "CreateManagedEndpointRequest": { 103 "base": null, 104 "refs": { 105 } 106 }, 107 "CreateManagedEndpointResponse": { 108 "base": null, 109 "refs": { 110 } 111 }, 112 "CreateVirtualClusterRequest": { 113 "base": null, 114 "refs": { 115 } 116 }, 117 "CreateVirtualClusterResponse": { 118 "base": null, 119 "refs": { 120 } 121 }, 122 "Date": { 123 "base": null, 124 "refs": { 125 "Endpoint$createdAt": "<p>The date and time when the endpoint was created.</p>", 126 "JobRun$createdAt": "<p>The date and time when the job run was created.</p>", 127 "JobRun$finishedAt": "<p>The date and time when the job run has finished.</p>", 128 "ListJobRunsRequest$createdBefore": "<p>The date and time before which the job runs were submitted.</p>", 129 "ListJobRunsRequest$createdAfter": "<p>The date and time after which the job runs were submitted.</p>", 130 "ListManagedEndpointsRequest$createdBefore": "<p>The date and time before which the endpoints are created.</p>", 131 "ListManagedEndpointsRequest$createdAfter": "<p> The date and time after which the endpoints are created.</p>", 132 "ListVirtualClustersRequest$createdAfter": "<p>The date and time after which the virtual clusters are created.</p>", 133 "ListVirtualClustersRequest$createdBefore": "<p>The date and time before which the virtual clusters are created.</p>", 134 "VirtualCluster$createdAt": "<p>The date and time when the virtual cluster is created.</p>" 135 } 136 }, 137 "DeleteManagedEndpointRequest": { 138 "base": null, 139 "refs": { 140 } 141 }, 142 "DeleteManagedEndpointResponse": { 143 "base": null, 144 "refs": { 145 } 146 }, 147 "DeleteVirtualClusterRequest": { 148 "base": null, 149 "refs": { 150 } 151 }, 152 "DeleteVirtualClusterResponse": { 153 "base": null, 154 "refs": { 155 } 156 }, 157 "DescribeJobRunRequest": { 158 "base": null, 159 "refs": { 160 } 161 }, 162 "DescribeJobRunResponse": { 163 "base": null, 164 "refs": { 165 } 166 }, 167 "DescribeManagedEndpointRequest": { 168 "base": null, 169 "refs": { 170 } 171 }, 172 "DescribeManagedEndpointResponse": { 173 "base": null, 174 "refs": { 175 } 176 }, 177 "DescribeVirtualClusterRequest": { 178 "base": null, 179 "refs": { 180 } 181 }, 182 "DescribeVirtualClusterResponse": { 183 "base": null, 184 "refs": { 185 } 186 }, 187 "EksInfo": { 188 "base": "<p>The information about the EKS cluster.</p>", 189 "refs": { 190 "ContainerInfo$eksInfo": "<p>The information about the EKS cluster.</p>" 191 } 192 }, 193 "Endpoint": { 194 "base": "<p>This entity represents the endpoint that is managed by Amazon EMR on EKS.</p>", 195 "refs": { 196 "DescribeManagedEndpointResponse$endpoint": "<p>This output displays information about a managed endpoint.</p>", 197 "Endpoints$member": null 198 } 199 }, 200 "EndpointArn": { 201 "base": null, 202 "refs": { 203 "CreateManagedEndpointResponse$arn": "<p>The output contains the ARN of the managed endpoint.</p>", 204 "Endpoint$arn": "<p>The ARN of the endpoint.</p>" 205 } 206 }, 207 "EndpointState": { 208 "base": null, 209 "refs": { 210 "Endpoint$state": "<p>The state of the endpoint.</p>", 211 "EndpointStates$member": null 212 } 213 }, 214 "EndpointStates": { 215 "base": null, 216 "refs": { 217 "ListManagedEndpointsRequest$states": "<p>The states of the managed endpoints.</p>" 218 } 219 }, 220 "EndpointType": { 221 "base": null, 222 "refs": { 223 "CreateManagedEndpointRequest$type": "<p>The type of the managed endpoint.</p>", 224 "Endpoint$type": "<p>The type of the endpoint.</p>", 225 "EndpointTypes$member": null 226 } 227 }, 228 "EndpointTypes": { 229 "base": null, 230 "refs": { 231 "ListManagedEndpointsRequest$types": "<p>The types of the managed endpoints.</p>" 232 } 233 }, 234 "Endpoints": { 235 "base": null, 236 "refs": { 237 "ListManagedEndpointsResponse$endpoints": "<p>The managed endpoints to be listed.</p>" 238 } 239 }, 240 "EntryPointArgument": { 241 "base": null, 242 "refs": { 243 "EntryPointArguments$member": null 244 } 245 }, 246 "EntryPointArguments": { 247 "base": null, 248 "refs": { 249 "SparkSubmitJobDriver$entryPointArguments": "<p>The arguments for job application.</p>" 250 } 251 }, 252 "EntryPointPath": { 253 "base": null, 254 "refs": { 255 "SparkSubmitJobDriver$entryPoint": "<p>The entry point of job application.</p>" 256 } 257 }, 258 "FailureReason": { 259 "base": null, 260 "refs": { 261 "Endpoint$failureReason": "<p> The reasons why the endpoint has failed. </p>", 262 "JobRun$failureReason": "<p>The reasons why the job run has failed.</p>" 263 } 264 }, 265 "IAMRoleArn": { 266 "base": null, 267 "refs": { 268 "CreateManagedEndpointRequest$executionRoleArn": "<p>The ARN of the execution role.</p>", 269 "Endpoint$executionRoleArn": "<p>The execution role ARN of the endpoint.</p>", 270 "JobRun$executionRoleArn": "<p>The execution role ARN of the job run.</p>", 271 "StartJobRunRequest$executionRoleArn": "<p>The execution role ARN for the job run.</p>" 272 } 273 }, 274 "InternalServerException": { 275 "base": "<p>This is an internal server exception.</p>", 276 "refs": { 277 } 278 }, 279 "JavaInteger": { 280 "base": null, 281 "refs": { 282 "ListJobRunsRequest$maxResults": "<p>The maximum number of job runs that can be listed.</p>", 283 "ListManagedEndpointsRequest$maxResults": "<p>The maximum number of managed endpoints that can be listed.</p>", 284 "ListVirtualClustersRequest$maxResults": "<p>The maximum number of virtual clusters that can be listed.</p>" 285 } 286 }, 287 "JobArn": { 288 "base": null, 289 "refs": { 290 "JobRun$arn": "<p>The ARN of job run.</p>", 291 "StartJobRunResponse$arn": "<p>This output lists the ARN of job run.</p>" 292 } 293 }, 294 "JobDriver": { 295 "base": "<p>Specify the driver that the job runs on.</p>", 296 "refs": { 297 "JobRun$jobDriver": "<p>Parameters of job driver for the job run.</p>", 298 "StartJobRunRequest$jobDriver": "<p>The job driver for the job run.</p>" 299 } 300 }, 301 "JobRun": { 302 "base": "<p>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. </p>", 303 "refs": { 304 "DescribeJobRunResponse$jobRun": "<p>The output displays information about a job run.</p>", 305 "JobRuns$member": null 306 } 307 }, 308 "JobRunState": { 309 "base": null, 310 "refs": { 311 "JobRun$state": "<p>The state of the job run. </p>", 312 "JobRunStates$member": null 313 } 314 }, 315 "JobRunStates": { 316 "base": null, 317 "refs": { 318 "ListJobRunsRequest$states": "<p>The states of the job run.</p>" 319 } 320 }, 321 "JobRuns": { 322 "base": null, 323 "refs": { 324 "ListJobRunsResponse$jobRuns": "<p>This output lists information about the specified job runs.</p>" 325 } 326 }, 327 "KubernetesNamespace": { 328 "base": null, 329 "refs": { 330 "EksInfo$namespace": "<p>The namespaces of the EKS cluster.</p>" 331 } 332 }, 333 "ListJobRunsRequest": { 334 "base": null, 335 "refs": { 336 } 337 }, 338 "ListJobRunsResponse": { 339 "base": null, 340 "refs": { 341 } 342 }, 343 "ListManagedEndpointsRequest": { 344 "base": null, 345 "refs": { 346 } 347 }, 348 "ListManagedEndpointsResponse": { 349 "base": null, 350 "refs": { 351 } 352 }, 353 "ListTagsForResourceRequest": { 354 "base": null, 355 "refs": { 356 } 357 }, 358 "ListTagsForResourceResponse": { 359 "base": null, 360 "refs": { 361 } 362 }, 363 "ListVirtualClustersRequest": { 364 "base": null, 365 "refs": { 366 } 367 }, 368 "ListVirtualClustersResponse": { 369 "base": null, 370 "refs": { 371 } 372 }, 373 "LogGroupName": { 374 "base": null, 375 "refs": { 376 "CloudWatchMonitoringConfiguration$logGroupName": "<p>The name of the log group for log publishing.</p>" 377 } 378 }, 379 "MonitoringConfiguration": { 380 "base": "<p>Configuration setting for monitoring.</p>", 381 "refs": { 382 "ConfigurationOverrides$monitoringConfiguration": "<p>The configurations for monitoring.</p>" 383 } 384 }, 385 "NextToken": { 386 "base": null, 387 "refs": { 388 "ListJobRunsRequest$nextToken": "<p>The token for the next set of job runs to return.</p>", 389 "ListJobRunsResponse$nextToken": "<p>This output displays the token for the next set of job runs.</p>", 390 "ListManagedEndpointsRequest$nextToken": "<p> The token for the next set of managed endpoints to return. </p>", 391 "ListManagedEndpointsResponse$nextToken": "<p> The token for the next set of endpoints to return. </p>", 392 "ListVirtualClustersRequest$nextToken": "<p>The token for the next set of virtual clusters to return. </p>", 393 "ListVirtualClustersResponse$nextToken": "<p>This output displays the token for the next set of virtual clusters.</p>" 394 } 395 }, 396 "PersistentAppUI": { 397 "base": null, 398 "refs": { 399 "MonitoringConfiguration$persistentAppUI": "<p>Monitoring configurations for the persistent application UI. </p>" 400 } 401 }, 402 "ReleaseLabel": { 403 "base": null, 404 "refs": { 405 "CreateManagedEndpointRequest$releaseLabel": "<p>The Amazon EMR release version.</p>", 406 "Endpoint$releaseLabel": "<p>The EMR release version to be used for the endpoint.</p>", 407 "JobRun$releaseLabel": "<p>The release version of Amazon EMR.</p>", 408 "StartJobRunRequest$releaseLabel": "<p>The Amazon EMR release version to use for the job run.</p>" 409 } 410 }, 411 "RequestIdentityUserArn": { 412 "base": null, 413 "refs": { 414 "JobRun$createdBy": "<p>The user who created the job run.</p>" 415 } 416 }, 417 "ResourceIdString": { 418 "base": null, 419 "refs": { 420 "CancelJobRunRequest$id": "<p>The ID of the job run to cancel.</p>", 421 "CancelJobRunRequest$virtualClusterId": "<p>The ID of the virtual cluster for which the job run will be canceled.</p>", 422 "CancelJobRunResponse$id": "<p>The output contains the ID of the cancelled job run.</p>", 423 "CancelJobRunResponse$virtualClusterId": "<p>The output contains the virtual cluster ID for which the job run is cancelled.</p>", 424 "CreateManagedEndpointRequest$virtualClusterId": "<p>The ID of the virtual cluster for which a managed endpoint is created.</p>", 425 "CreateManagedEndpointResponse$id": "<p>The output contains the ID of the managed endpoint.</p>", 426 "CreateManagedEndpointResponse$virtualClusterId": "<p>The output contains the ID of the virtual cluster.</p>", 427 "CreateVirtualClusterResponse$id": "<p>This output contains the virtual cluster ID.</p>", 428 "DeleteManagedEndpointRequest$id": "<p>The ID of the managed endpoint.</p>", 429 "DeleteManagedEndpointRequest$virtualClusterId": "<p>The ID of the endpoint's virtual cluster.</p>", 430 "DeleteManagedEndpointResponse$id": "<p>The output displays the ID of the managed endpoint.</p>", 431 "DeleteManagedEndpointResponse$virtualClusterId": "<p>The output displays the ID of the endpoint's virtual cluster.</p>", 432 "DeleteVirtualClusterRequest$id": "<p>The ID of the virtual cluster that will be deleted.</p>", 433 "DeleteVirtualClusterResponse$id": "<p>This output contains the ID of the virtual cluster that will be deleted. </p>", 434 "DescribeJobRunRequest$id": "<p>The ID of the job run request. </p>", 435 "DescribeJobRunRequest$virtualClusterId": "<p>The ID of the virtual cluster for which the job run is submitted.</p>", 436 "DescribeManagedEndpointRequest$id": "<p>This output displays ID of the managed endpoint.</p>", 437 "DescribeManagedEndpointRequest$virtualClusterId": "<p>The ID of the endpoint's virtual cluster.</p>", 438 "DescribeVirtualClusterRequest$id": "<p>The ID of the virtual cluster that will be described.</p>", 439 "Endpoint$id": "<p>The ID of the endpoint.</p>", 440 "Endpoint$virtualClusterId": "<p>The ID of the endpoint's virtual cluster.</p>", 441 "JobRun$id": "<p>The ID of the job run.</p>", 442 "JobRun$virtualClusterId": "<p>The ID of the job run's virtual cluster.</p>", 443 "ListJobRunsRequest$virtualClusterId": "<p>The ID of the virtual cluster for which to list the job run. </p>", 444 "ListManagedEndpointsRequest$virtualClusterId": "<p>The ID of the virtual cluster.</p>", 445 "StartJobRunRequest$virtualClusterId": "<p>The virtual cluster ID for which the job run request is submitted.</p>", 446 "StartJobRunResponse$id": "<p>This output displays the started job run ID.</p>", 447 "StartJobRunResponse$virtualClusterId": "<p>This output displays the virtual cluster ID for which the job run was submitted.</p>", 448 "VirtualCluster$id": "<p>The ID of the virtual cluster.</p>" 449 } 450 }, 451 "ResourceNameString": { 452 "base": null, 453 "refs": { 454 "CreateManagedEndpointRequest$name": "<p>The name of the managed endpoint.</p>", 455 "CreateManagedEndpointResponse$name": "<p>The output contains the name of the managed endpoint.</p>", 456 "CreateVirtualClusterRequest$name": "<p>The specified name of the virtual cluster.</p>", 457 "CreateVirtualClusterResponse$name": "<p>This output contains the name of the virtual cluster.</p>", 458 "Endpoint$name": "<p>The name of the endpoint.</p>", 459 "JobRun$name": "<p>The name of the job run.</p>", 460 "ListJobRunsRequest$name": "<p>The name of the job run.</p>", 461 "StartJobRunRequest$name": "<p>The name of the job run.</p>", 462 "StartJobRunResponse$name": "<p>This output displays the name of the started job run.</p>", 463 "VirtualCluster$name": "<p>The name of the virtual cluster.</p>" 464 } 465 }, 466 "ResourceNotFoundException": { 467 "base": "<p>The specified resource was not found.</p>", 468 "refs": { 469 } 470 }, 471 "RsiArn": { 472 "base": null, 473 "refs": { 474 "ListTagsForResourceRequest$resourceArn": "<p>The ARN of tagged resources.</p>", 475 "TagResourceRequest$resourceArn": "<p>The ARN of resources.</p>", 476 "UntagResourceRequest$resourceArn": "<p>The ARN of resources.</p>" 477 } 478 }, 479 "S3MonitoringConfiguration": { 480 "base": "<p> Amazon S3 configuration for monitoring log publishing. You can configure your jobs to send log information to Amazon S3.</p>", 481 "refs": { 482 "MonitoringConfiguration$s3MonitoringConfiguration": "<p>Amazon S3 configuration for monitoring log publishing.</p>" 483 } 484 }, 485 "SensitivePropertiesMap": { 486 "base": null, 487 "refs": { 488 "Configuration$properties": "<p>A set of properties specified within a configuration classification.</p>" 489 } 490 }, 491 "SparkSubmitJobDriver": { 492 "base": "<p>The information about job driver for Spark submit.</p>", 493 "refs": { 494 "JobDriver$sparkSubmitJobDriver": "<p>The job driver parameters specified for spark submit.</p>" 495 } 496 }, 497 "SparkSubmitParameters": { 498 "base": null, 499 "refs": { 500 "SparkSubmitJobDriver$sparkSubmitParameters": "<p>The Spark submit parameters that are used for job runs.</p>" 501 } 502 }, 503 "StartJobRunRequest": { 504 "base": null, 505 "refs": { 506 } 507 }, 508 "StartJobRunResponse": { 509 "base": null, 510 "refs": { 511 } 512 }, 513 "String1024": { 514 "base": null, 515 "refs": { 516 "Configuration$classification": "<p>The classification within a configuration.</p>", 517 "InternalServerException$message": null, 518 "ListVirtualClustersRequest$containerProviderId": "<p>The container provider ID of the virtual cluster.</p>", 519 "ResourceNotFoundException$message": null, 520 "SensitivePropertiesMap$key": null, 521 "SensitivePropertiesMap$value": null, 522 "ValidationException$message": null 523 } 524 }, 525 "String128": { 526 "base": null, 527 "refs": { 528 "TagKeyList$member": null, 529 "TagMap$key": null 530 } 531 }, 532 "String256": { 533 "base": null, 534 "refs": { 535 "CloudWatchMonitoringConfiguration$logStreamNamePrefix": "<p>The specified name prefix for log streams.</p>", 536 "Endpoint$securityGroup": "<p>The security group configuration of the endpoint. </p>", 537 "Endpoint$stateDetails": "<p> Additional details of the endpoint state. </p>", 538 "JobRun$stateDetails": "<p>Additional details of the job run state.</p>", 539 "SubnetIds$member": null 540 } 541 }, 542 "StringEmpty256": { 543 "base": null, 544 "refs": { 545 "TagMap$value": null 546 } 547 }, 548 "SubnetIds": { 549 "base": null, 550 "refs": { 551 "Endpoint$subnetIds": "<p>The subnet IDs of the endpoint. </p>" 552 } 553 }, 554 "TagKeyList": { 555 "base": null, 556 "refs": { 557 "UntagResourceRequest$tagKeys": "<p>The tag keys of the resources.</p>" 558 } 559 }, 560 "TagMap": { 561 "base": null, 562 "refs": { 563 "CreateManagedEndpointRequest$tags": "<p>The tags of the managed endpoint. </p>", 564 "CreateVirtualClusterRequest$tags": "<p>The tags assigned to the virtual cluster.</p>", 565 "Endpoint$tags": "<p>The tags of the endpoint. </p>", 566 "JobRun$tags": "<p>The assigned tags of the job run.</p>", 567 "ListTagsForResourceResponse$tags": "<p>The tags assigned to resources.</p>", 568 "StartJobRunRequest$tags": "<p>The tags assigned to job runs.</p>", 569 "TagResourceRequest$tags": "<p>The tags assigned to resources.</p>", 570 "VirtualCluster$tags": "<p>The assigned tags of the virtual cluster.</p>" 571 } 572 }, 573 "TagResourceRequest": { 574 "base": null, 575 "refs": { 576 } 577 }, 578 "TagResourceResponse": { 579 "base": null, 580 "refs": { 581 } 582 }, 583 "UntagResourceRequest": { 584 "base": null, 585 "refs": { 586 } 587 }, 588 "UntagResourceResponse": { 589 "base": null, 590 "refs": { 591 } 592 }, 593 "UriString": { 594 "base": null, 595 "refs": { 596 "Endpoint$serverUrl": "<p>The server URL of the endpoint.</p>", 597 "S3MonitoringConfiguration$logUri": "<p>Amazon S3 destination URI for log publishing.</p>" 598 } 599 }, 600 "ValidationException": { 601 "base": "<p>There are invalid parameters in the client request.</p>", 602 "refs": { 603 } 604 }, 605 "VirtualCluster": { 606 "base": "<p>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 EKS cluster. Virtual clusters do not create any active resources that contribute to your bill or that require lifecycle management outside the service.</p>", 607 "refs": { 608 "DescribeVirtualClusterResponse$virtualCluster": "<p>This output displays information about the specified virtual cluster.</p>", 609 "VirtualClusters$member": null 610 } 611 }, 612 "VirtualClusterArn": { 613 "base": null, 614 "refs": { 615 "CreateVirtualClusterResponse$arn": "<p>This output contains the ARN of virtual cluster.</p>", 616 "VirtualCluster$arn": "<p>The ARN of the virtual cluster.</p>" 617 } 618 }, 619 "VirtualClusterState": { 620 "base": null, 621 "refs": { 622 "VirtualCluster$state": "<p>The state of the virtual cluster.</p>", 623 "VirtualClusterStates$member": null 624 } 625 }, 626 "VirtualClusterStates": { 627 "base": null, 628 "refs": { 629 "ListVirtualClustersRequest$states": "<p>The states of the requested virtual clusters.</p>" 630 } 631 }, 632 "VirtualClusters": { 633 "base": null, 634 "refs": { 635 "ListVirtualClustersResponse$virtualClusters": "<p>This output lists the specified virtual clusters.</p>" 636 } 637 } 638 } 639 }