From 9a4e1431515ef4d12cdfe747c495fcf28d4ad41e Mon Sep 17 00:00:00 2001 From: awstools Date: Wed, 7 Jun 2023 18:52:02 +0000 Subject: [PATCH] feat(client-emr-containers): EMR on EKS adds support for log rotation of Spark container logs with EMR-6.11.0 onwards, to the StartJobRun API. --- clients/client-emr-containers/README.md | 6 +- .../src/EMRContainers.ts | 6 +- .../src/EMRContainersClient.ts | 6 +- .../commands/CreateManagedEndpointCommand.ts | 9 ++- .../commands/DeleteManagedEndpointCommand.ts | 5 +- .../src/commands/DescribeJobRunCommand.ts | 4 ++ .../DescribeManagedEndpointCommand.ts | 7 +- .../src/commands/ListJobRunsCommand.ts | 4 ++ .../commands/ListManagedEndpointsCommand.ts | 7 +- .../src/commands/StartJobRunCommand.ts | 4 ++ .../src/commands/TagResourceCommand.ts | 17 ++--- clients/client-emr-containers/src/index.ts | 6 +- .../src/models/models_0.ts | 38 ++++++++--- .../src/protocols/Aws_restJson1.ts | 5 ++ .../aws-models/emr-containers.json | 67 ++++++++++++++++--- 15 files changed, 143 insertions(+), 48 deletions(-) diff --git a/clients/client-emr-containers/README.md b/clients/client-emr-containers/README.md index f1c514a23cc4..8aae4c7711f6 100644 --- a/clients/client-emr-containers/README.md +++ b/clients/client-emr-containers/README.md @@ -9,11 +9,11 @@ AWS SDK for JavaScript EMRContainers Client for Node.js, Browser and React Nativ

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 +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:

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