Skip to content

Commit

Permalink
feat(client-athena): Removing SparkProperties from EngineConfiguratio…
Browse files Browse the repository at this point in the history
…n object for StartSession API call
  • Loading branch information
awstools committed May 18, 2023
1 parent 6d1ea0b commit a083593
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 17 deletions.
3 changes: 0 additions & 3 deletions clients/client-athena/src/commands/GetSessionCommand.ts
Expand Up @@ -57,9 +57,6 @@ export interface GetSessionCommandOutput extends GetSessionResponse, __MetadataB
* // AdditionalConfigs: { // ParametersMap
* // "<keys>": "STRING_VALUE",
* // },
* // SparkProperties: {
* // "<keys>": "STRING_VALUE",
* // },
* // },
* // NotebookVersion: "STRING_VALUE",
* // SessionConfiguration: { // SessionConfiguration
Expand Down
3 changes: 0 additions & 3 deletions clients/client-athena/src/commands/StartSessionCommand.ts
Expand Up @@ -50,9 +50,6 @@ export interface StartSessionCommandOutput extends StartSessionResponse, __Metad
* AdditionalConfigs: { // ParametersMap
* "<keys>": "STRING_VALUE",
* },
* SparkProperties: {
* "<keys>": "STRING_VALUE",
* },
* },
* NotebookVersion: "STRING_VALUE",
* SessionIdleTimeoutInMinutes: Number("int"),
Expand Down
5 changes: 0 additions & 5 deletions clients/client-athena/src/models/models_0.ts
Expand Up @@ -2389,11 +2389,6 @@ export interface EngineConfiguration {
* Athena notebook ID.</p>
*/
AdditionalConfigs?: Record<string, string>;

/**
* <p>Specifies custom jar files and Spark properties for use cases like cluster encryption, table formats, and general Spark tuning.</p>
*/
SparkProperties?: Record<string, string>;
}

/**
Expand Down
6 changes: 0 additions & 6 deletions codegen/sdk-codegen/aws-models/athena.json
Expand Up @@ -3142,12 +3142,6 @@
"traits": {
"smithy.api#documentation": "<p>Contains additional notebook engine <code>MAP<string, string></code> 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 <a>StartSessionRequest$NotebookVersion</a> field, and then add a key named\n <code>NotebookId</code> to <code>AdditionalConfigs</code> that has the value of the\n Athena notebook ID.</p>"
}
},
"SparkProperties": {
"target": "com.amazonaws.athena#ParametersMap",
"traits": {
"smithy.api#documentation": "<p>Specifies custom jar files and Spark properties for use cases like cluster encryption, table formats, and general Spark tuning.</p>"
}
}
},
"traits": {
Expand Down

0 comments on commit a083593

Please sign in to comment.