@aws-sdk/client-athena 3.983.0 → 3.985.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1339,8 +1339,10 @@ export interface Classification {
1339
1339
  Properties?: Record<string, string> | undefined;
1340
1340
  }
1341
1341
  /**
1342
- * <p>Contains data processing unit (DPU) configuration settings and parameter mappings for
1343
- * a notebook engine.</p>
1342
+ * <p>The engine configuration for the workgroup, which includes the minimum/maximum number of Data Processing Units (DPU) that queries should use when
1343
+ * running in provisioned capacity. If not specified, Athena uses default values (Default value for min is 4 and for max is Minimum of 124 and allocated DPUs).</p>
1344
+ * <p>To specify DPU values for PC queries the WG containing EngineConfiguration should have the following values:
1345
+ * The name of the Classifications should be <code>athena-query-engine-properties</code>, with the only allowed properties as <code>max-dpu-count</code> and <code>min-dpu-count</code>.</p>
1344
1346
  * @public
1345
1347
  */
1346
1348
  export interface EngineConfiguration {
@@ -1573,8 +1575,10 @@ export interface WorkGroupConfiguration {
1573
1575
  */
1574
1576
  MonitoringConfiguration?: MonitoringConfiguration | undefined;
1575
1577
  /**
1576
- * <p>Contains data processing unit (DPU) configuration settings and parameter mappings for
1577
- * a notebook engine.</p>
1578
+ * <p>The engine configuration for the workgroup, which includes the minimum/maximum number of Data Processing Units (DPU) that queries should use when
1579
+ * running in provisioned capacity. If not specified, Athena uses default values (Default value for min is 4 and for max is Minimum of 124 and allocated DPUs).</p>
1580
+ * <p>To specify DPU values for PC queries the WG containing EngineConfiguration should have the following values:
1581
+ * The name of the Classifications should be <code>athena-query-engine-properties</code>, with the only allowed properties as <code>max-dpu-count</code> and <code>min-dpu-count</code>.</p>
1578
1582
  * @public
1579
1583
  */
1580
1584
  EngineConfiguration?: EngineConfiguration | undefined;
@@ -4197,8 +4201,10 @@ export interface StartQueryExecutionInput {
4197
4201
  */
4198
4202
  ResultReuseConfiguration?: ResultReuseConfiguration | undefined;
4199
4203
  /**
4200
- * <p>Contains data processing unit (DPU) configuration settings and parameter mappings for
4201
- * a notebook engine.</p>
4204
+ * <p>The engine configuration for the workgroup, which includes the minimum/maximum number of Data Processing Units (DPU) that queries should use when
4205
+ * running in provisioned capacity. If not specified, Athena uses default values (Default value for min is 4 and for max is Minimum of 124 and allocated DPUs).</p>
4206
+ * <p>To specify minimum and maximum DPU values for Capacity Reservations queries, the workgroup containing <code>EngineConfiguration</code> should have the following values: The name of
4207
+ * the <code>Classifications</code> should be <code>athena-query-engine-properties</code>, with the only allowed properties as <code>max-dpu-count</code> and <code>min-dpu-count</code>.</p>
4202
4208
  * @public
4203
4209
  */
4204
4210
  EngineConfiguration?: EngineConfiguration | undefined;
@@ -4904,8 +4910,10 @@ export interface WorkGroupConfigurationUpdates {
4904
4910
  */
4905
4911
  MonitoringConfiguration?: MonitoringConfiguration | undefined;
4906
4912
  /**
4907
- * <p>Contains data processing unit (DPU) configuration settings and parameter mappings for
4908
- * a notebook engine.</p>
4913
+ * <p>The engine configuration for the workgroup, which includes the minimum/maximum number of Data Processing Units (DPU) that queries should use when
4914
+ * running in provisioned capacity. If not specified, Athena uses default values (Default value for min is 4 and for max is Minimum of 124 and allocated DPUs).</p>
4915
+ * <p>To specify DPU values for PC queries the WG containing EngineConfiguration should have the following values:
4916
+ * The name of the Classifications should be <code>athena-query-engine-properties</code>, with the only allowed properties as <code>max-dpu-count</code> and <code>min-dpu-count</code>.</p>
4909
4917
  * @public
4910
4918
  */
4911
4919
  EngineConfiguration?: EngineConfiguration | undefined;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-athena",
3
3
  "description": "AWS SDK for JavaScript Athena Client for Node.js, Browser and React Native",
4
- "version": "3.983.0",
4
+ "version": "3.985.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-athena",
@@ -21,38 +21,38 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "5.2.0",
23
23
  "@aws-crypto/sha256-js": "5.2.0",
24
- "@aws-sdk/core": "^3.973.6",
25
- "@aws-sdk/credential-provider-node": "^3.972.5",
24
+ "@aws-sdk/core": "^3.973.7",
25
+ "@aws-sdk/credential-provider-node": "^3.972.6",
26
26
  "@aws-sdk/middleware-host-header": "^3.972.3",
27
27
  "@aws-sdk/middleware-logger": "^3.972.3",
28
28
  "@aws-sdk/middleware-recursion-detection": "^3.972.3",
29
- "@aws-sdk/middleware-user-agent": "^3.972.6",
29
+ "@aws-sdk/middleware-user-agent": "^3.972.7",
30
30
  "@aws-sdk/region-config-resolver": "^3.972.3",
31
31
  "@aws-sdk/types": "^3.973.1",
32
- "@aws-sdk/util-endpoints": "3.983.0",
32
+ "@aws-sdk/util-endpoints": "3.985.0",
33
33
  "@aws-sdk/util-user-agent-browser": "^3.972.3",
34
- "@aws-sdk/util-user-agent-node": "^3.972.4",
34
+ "@aws-sdk/util-user-agent-node": "^3.972.5",
35
35
  "@smithy/config-resolver": "^4.4.6",
36
- "@smithy/core": "^3.22.0",
36
+ "@smithy/core": "^3.22.1",
37
37
  "@smithy/fetch-http-handler": "^5.3.9",
38
38
  "@smithy/hash-node": "^4.2.8",
39
39
  "@smithy/invalid-dependency": "^4.2.8",
40
40
  "@smithy/middleware-content-length": "^4.2.8",
41
- "@smithy/middleware-endpoint": "^4.4.12",
42
- "@smithy/middleware-retry": "^4.4.29",
41
+ "@smithy/middleware-endpoint": "^4.4.13",
42
+ "@smithy/middleware-retry": "^4.4.30",
43
43
  "@smithy/middleware-serde": "^4.2.9",
44
44
  "@smithy/middleware-stack": "^4.2.8",
45
45
  "@smithy/node-config-provider": "^4.3.8",
46
- "@smithy/node-http-handler": "^4.4.8",
46
+ "@smithy/node-http-handler": "^4.4.9",
47
47
  "@smithy/protocol-http": "^5.3.8",
48
- "@smithy/smithy-client": "^4.11.1",
48
+ "@smithy/smithy-client": "^4.11.2",
49
49
  "@smithy/types": "^4.12.0",
50
50
  "@smithy/url-parser": "^4.2.8",
51
51
  "@smithy/util-base64": "^4.3.0",
52
52
  "@smithy/util-body-length-browser": "^4.2.0",
53
53
  "@smithy/util-body-length-node": "^4.2.1",
54
- "@smithy/util-defaults-mode-browser": "^4.3.28",
55
- "@smithy/util-defaults-mode-node": "^4.2.31",
54
+ "@smithy/util-defaults-mode-browser": "^4.3.29",
55
+ "@smithy/util-defaults-mode-node": "^4.2.32",
56
56
  "@smithy/util-endpoints": "^3.2.8",
57
57
  "@smithy/util-middleware": "^4.2.8",
58
58
  "@smithy/util-retry": "^4.2.8",