@aws-sdk/client-redshift-serverless 3.485.0 → 3.489.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.
- package/dist-types/models/models_0.d.ts +4 -4
- package/package.json +13 -13
|
@@ -48,7 +48,7 @@ export interface ConfigParameter {
|
|
|
48
48
|
* @public
|
|
49
49
|
* <p>The key of the parameter. The
|
|
50
50
|
* options are <code>auto_mv</code>, <code>datestyle</code>, <code>enable_case_sensitive_identifier</code>, <code>enable_user_activity_logging</code>,
|
|
51
|
-
* <code>query_group</code>, <code>search_path</code>, and query monitoring metrics that let
|
|
51
|
+
* <code>query_group</code>, <code>search_path</code>, <code>require_ssl</code>, and query monitoring metrics that let
|
|
52
52
|
* you define performance boundaries. For more information about query monitoring rules and available metrics, see
|
|
53
53
|
* <a href="https://docs.aws.amazon.com/redshift/latest/dg/cm-c-wlm-query-monitoring-rules.html#cm-c-wlm-query-monitoring-metrics-serverless">Query monitoring metrics for Amazon Redshift Serverless</a>.</p>
|
|
54
54
|
*/
|
|
@@ -1247,7 +1247,7 @@ export interface CreateWorkgroupRequest {
|
|
|
1247
1247
|
* @public
|
|
1248
1248
|
* <p>An array of parameters to set for advanced control over a database. The
|
|
1249
1249
|
* options are <code>auto_mv</code>, <code>datestyle</code>, <code>enable_case_sensitive_identifier</code>, <code>enable_user_activity_logging</code>,
|
|
1250
|
-
* <code>query_group</code>, <code>search_path</code>, and query monitoring metrics that let you define performance boundaries. For more information about query monitoring rules and available metrics, see
|
|
1250
|
+
* <code>query_group</code>, <code>search_path</code>, <code>require_ssl</code>, and query monitoring metrics that let you define performance boundaries. For more information about query monitoring rules and available metrics, see
|
|
1251
1251
|
* <a href="https://docs.aws.amazon.com/redshift/latest/dg/cm-c-wlm-query-monitoring-rules.html#cm-c-wlm-query-monitoring-metrics-serverless">
|
|
1252
1252
|
* Query monitoring metrics for Amazon Redshift Serverless</a>.</p>
|
|
1253
1253
|
*/
|
|
@@ -1358,7 +1358,7 @@ export interface Workgroup {
|
|
|
1358
1358
|
* @public
|
|
1359
1359
|
* <p>An array of parameters to set for advanced control over a database. The
|
|
1360
1360
|
* options are <code>auto_mv</code>, <code>datestyle</code>, <code>enable_case_sensitive_identifier</code>, <code>enable_user_activity_logging</code>,
|
|
1361
|
-
* <code>query_group</code>, <code>search_path</code>, and query monitoring metrics that let you define performance boundaries.
|
|
1361
|
+
* <code>query_group</code>, <code>search_path</code>, <code>require_ssl</code>, and query monitoring metrics that let you define performance boundaries.
|
|
1362
1362
|
* For more information about query monitoring rules and available metrics, see <a href="https://docs.aws.amazon.com/redshift/latest/dg/cm-c-wlm-query-monitoring-rules.html#cm-c-wlm-query-monitoring-metrics-serverless"> Query monitoring metrics for Amazon Redshift Serverless</a>.</p>
|
|
1363
1363
|
*/
|
|
1364
1364
|
configParameters?: ConfigParameter[];
|
|
@@ -3185,7 +3185,7 @@ export interface UpdateWorkgroupRequest {
|
|
|
3185
3185
|
* @public
|
|
3186
3186
|
* <p>An array of parameters to set for advanced control over a database. The
|
|
3187
3187
|
* options are <code>auto_mv</code>, <code>datestyle</code>, <code>enable_case_sensitive_identifier</code>, <code>enable_user_activity_logging</code>,
|
|
3188
|
-
* <code>query_group</code>, <code>search_path</code>, and query monitoring metrics that let you
|
|
3188
|
+
* <code>query_group</code>, <code>search_path</code>, <code>require_ssl</code>, and query monitoring metrics that let you
|
|
3189
3189
|
* define performance boundaries. For more information about query monitoring rules and available metrics, see
|
|
3190
3190
|
* <a href="https://docs.aws.amazon.com/redshift/latest/dg/cm-c-wlm-query-monitoring-rules.html#cm-c-wlm-query-monitoring-metrics-serverless">
|
|
3191
3191
|
* Query monitoring metrics for Amazon Redshift Serverless</a>.</p>
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-redshift-serverless",
|
|
3
3
|
"description": "AWS SDK for JavaScript Redshift Serverless Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.489.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -20,19 +20,19 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
23
|
+
"@aws-sdk/client-sts": "3.489.0",
|
|
24
24
|
"@aws-sdk/core": "3.485.0",
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
27
|
-
"@aws-sdk/middleware-logger": "3.
|
|
28
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
29
|
-
"@aws-sdk/middleware-signing": "3.
|
|
30
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
31
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
32
|
-
"@aws-sdk/types": "3.
|
|
33
|
-
"@aws-sdk/util-endpoints": "3.
|
|
34
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
35
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.489.0",
|
|
26
|
+
"@aws-sdk/middleware-host-header": "3.489.0",
|
|
27
|
+
"@aws-sdk/middleware-logger": "3.489.0",
|
|
28
|
+
"@aws-sdk/middleware-recursion-detection": "3.489.0",
|
|
29
|
+
"@aws-sdk/middleware-signing": "3.489.0",
|
|
30
|
+
"@aws-sdk/middleware-user-agent": "3.489.0",
|
|
31
|
+
"@aws-sdk/region-config-resolver": "3.489.0",
|
|
32
|
+
"@aws-sdk/types": "3.489.0",
|
|
33
|
+
"@aws-sdk/util-endpoints": "3.489.0",
|
|
34
|
+
"@aws-sdk/util-user-agent-browser": "3.489.0",
|
|
35
|
+
"@aws-sdk/util-user-agent-node": "3.489.0",
|
|
36
36
|
"@smithy/config-resolver": "^2.0.23",
|
|
37
37
|
"@smithy/core": "^1.2.2",
|
|
38
38
|
"@smithy/fetch-http-handler": "^2.3.2",
|