From a083593205ec6bef31e18fdb5a892f00397d7dd7 Mon Sep 17 00:00:00 2001 From: awstools Date: Thu, 18 May 2023 18:16:40 +0000 Subject: [PATCH] feat(client-athena): Removing SparkProperties from EngineConfiguration object for StartSession API call --- clients/client-athena/src/commands/GetSessionCommand.ts | 3 --- clients/client-athena/src/commands/StartSessionCommand.ts | 3 --- clients/client-athena/src/models/models_0.ts | 5 ----- codegen/sdk-codegen/aws-models/athena.json | 6 ------ 4 files changed, 17 deletions(-) diff --git a/clients/client-athena/src/commands/GetSessionCommand.ts b/clients/client-athena/src/commands/GetSessionCommand.ts index f39fe5ed106f..94e7157801c7 100644 --- a/clients/client-athena/src/commands/GetSessionCommand.ts +++ b/clients/client-athena/src/commands/GetSessionCommand.ts @@ -57,9 +57,6 @@ export interface GetSessionCommandOutput extends GetSessionResponse, __MetadataB * // AdditionalConfigs: { // ParametersMap * // "": "STRING_VALUE", * // }, - * // SparkProperties: { - * // "": "STRING_VALUE", - * // }, * // }, * // NotebookVersion: "STRING_VALUE", * // SessionConfiguration: { // SessionConfiguration diff --git a/clients/client-athena/src/commands/StartSessionCommand.ts b/clients/client-athena/src/commands/StartSessionCommand.ts index a3677985f2fe..2315dc27182e 100644 --- a/clients/client-athena/src/commands/StartSessionCommand.ts +++ b/clients/client-athena/src/commands/StartSessionCommand.ts @@ -50,9 +50,6 @@ export interface StartSessionCommandOutput extends StartSessionResponse, __Metad * AdditionalConfigs: { // ParametersMap * "": "STRING_VALUE", * }, - * SparkProperties: { - * "": "STRING_VALUE", - * }, * }, * NotebookVersion: "STRING_VALUE", * SessionIdleTimeoutInMinutes: Number("int"), diff --git a/clients/client-athena/src/models/models_0.ts b/clients/client-athena/src/models/models_0.ts index c8cfefc713c8..29e50d7294c9 100644 --- a/clients/client-athena/src/models/models_0.ts +++ b/clients/client-athena/src/models/models_0.ts @@ -2389,11 +2389,6 @@ export interface EngineConfiguration { * Athena notebook ID.

*/ AdditionalConfigs?: Record; - - /** - *

Specifies custom jar files and Spark properties for use cases like cluster encryption, table formats, and general Spark tuning.

- */ - SparkProperties?: Record; } /** diff --git a/codegen/sdk-codegen/aws-models/athena.json b/codegen/sdk-codegen/aws-models/athena.json index d4a5cf525de2..58780b68677f 100644 --- a/codegen/sdk-codegen/aws-models/athena.json +++ b/codegen/sdk-codegen/aws-models/athena.json @@ -3142,12 +3142,6 @@ "traits": { "smithy.api#documentation": "

Contains additional notebook engine MAP parameter\n mappings in the form of key-value pairs. To specify an Athena notebook that\n the Jupyter server will download and serve, specify a value for the StartSessionRequest$NotebookVersion field, and then add a key named\n NotebookId to AdditionalConfigs that has the value of the\n Athena notebook ID.

" } - }, - "SparkProperties": { - "target": "com.amazonaws.athena#ParametersMap", - "traits": { - "smithy.api#documentation": "

Specifies custom jar files and Spark properties for use cases like cluster encryption, table formats, and general Spark tuning.

" - } } }, "traits": {