@aws-sdk/client-redshift-serverless 3.485.0 → 3.487.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.
@@ -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>, <code>use_fips_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>, <code>use_fips_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>, <code>use_fips_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.485.0",
4
+ "version": "3.487.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",