Skip to content

Commit 120bfed

Browse files
author
awstools
committed
docs(client-redshift-serverless): use_fips_ssl and require_ssl parameter support for Workgroup, UpdateWorkgroup, and CreateWorkgroup
1 parent 3509e69 commit 120bfed

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

clients/client-redshift-serverless/src/models/models_0.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1503,7 +1503,7 @@ export interface CreateWorkgroupRequest {
15031503
* @public
15041504
* <p>An array of parameters to set for advanced control over a database. The
15051505
* options are <code>auto_mv</code>, <code>datestyle</code>, <code>enable_case_sensitive_identifier</code>, <code>enable_user_activity_logging</code>,
1506-
* <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
1506+
* <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
15071507
* <a href="https://docs.aws.amazon.com/redshift/latest/dg/cm-c-wlm-query-monitoring-rules.html#cm-c-wlm-query-monitoring-metrics-serverless">
15081508
* Query monitoring metrics for Amazon Redshift Serverless</a>.</p>
15091509
*/
@@ -1632,7 +1632,7 @@ export interface Workgroup {
16321632
* @public
16331633
* <p>An array of parameters to set for advanced control over a database. The
16341634
* options are <code>auto_mv</code>, <code>datestyle</code>, <code>enable_case_sensitive_identifier</code>, <code>enable_user_activity_logging</code>,
1635-
* <code>query_group</code>, <code>search_path</code>, and query monitoring metrics that let you define performance boundaries.
1635+
* <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.
16361636
* 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>
16371637
*/
16381638
configParameters?: ConfigParameter[];
@@ -3717,7 +3717,7 @@ export interface UpdateWorkgroupRequest {
37173717
* @public
37183718
* <p>An array of parameters to set for advanced control over a database. The
37193719
* options are <code>auto_mv</code>, <code>datestyle</code>, <code>enable_case_sensitive_identifier</code>, <code>enable_user_activity_logging</code>,
3720-
* <code>query_group</code>, <code>search_path</code>, and query monitoring metrics that let you
3720+
* <code>query_group</code>, <code>search_path</code>, <code>require_ssl</code>, <code>use_fips_ssl</code>, and query monitoring metrics that let you
37213721
* define performance boundaries. For more information about query monitoring rules and available metrics, see
37223722
* <a href="https://docs.aws.amazon.com/redshift/latest/dg/cm-c-wlm-query-monitoring-rules.html#cm-c-wlm-query-monitoring-metrics-serverless">
37233723
* Query monitoring metrics for Amazon Redshift Serverless</a>.</p>

codegen/sdk-codegen/aws-models/redshift-serverless.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -951,7 +951,7 @@
951951
"configParameters": {
952952
"target": "com.amazonaws.redshiftserverless#ConfigParameterList",
953953
"traits": {
954-
"smithy.api#documentation": "<p>An array of parameters to set for advanced control over a database. The\n options are <code>auto_mv</code>, <code>datestyle</code>, <code>enable_case_sensitive_identifier</code>, <code>enable_user_activity_logging</code>,\n <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 \n <a href=\"https://docs.aws.amazon.com/redshift/latest/dg/cm-c-wlm-query-monitoring-rules.html#cm-c-wlm-query-monitoring-metrics-serverless\">\n Query monitoring metrics for Amazon Redshift Serverless</a>.</p>"
954+
"smithy.api#documentation": "<p>An array of parameters to set for advanced control over a database. The\n options are <code>auto_mv</code>, <code>datestyle</code>, <code>enable_case_sensitive_identifier</code>, <code>enable_user_activity_logging</code>,\n <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 \n <a href=\"https://docs.aws.amazon.com/redshift/latest/dg/cm-c-wlm-query-monitoring-rules.html#cm-c-wlm-query-monitoring-metrics-serverless\">\n Query monitoring metrics for Amazon Redshift Serverless</a>.</p>"
955955
}
956956
},
957957
"securityGroupIds": {
@@ -6463,7 +6463,7 @@
64636463
"configParameters": {
64646464
"target": "com.amazonaws.redshiftserverless#ConfigParameterList",
64656465
"traits": {
6466-
"smithy.api#documentation": "<p>An array of parameters to set for advanced control over a database. The\n options are <code>auto_mv</code>, <code>datestyle</code>, <code>enable_case_sensitive_identifier</code>, <code>enable_user_activity_logging</code>,\n <code>query_group</code>, <code>search_path</code>, and query monitoring metrics that let you \n define performance boundaries. For more information about query monitoring rules and available metrics, see \n <a href=\"https://docs.aws.amazon.com/redshift/latest/dg/cm-c-wlm-query-monitoring-rules.html#cm-c-wlm-query-monitoring-metrics-serverless\"> \n Query monitoring metrics for Amazon Redshift Serverless</a>.</p>"
6466+
"smithy.api#documentation": "<p>An array of parameters to set for advanced control over a database. The\n options are <code>auto_mv</code>, <code>datestyle</code>, <code>enable_case_sensitive_identifier</code>, <code>enable_user_activity_logging</code>,\n <code>query_group</code>, <code>search_path</code>, <code>require_ssl</code>, <code>use_fips_ssl</code>, and query monitoring metrics that let you \n define performance boundaries. For more information about query monitoring rules and available metrics, see \n <a href=\"https://docs.aws.amazon.com/redshift/latest/dg/cm-c-wlm-query-monitoring-rules.html#cm-c-wlm-query-monitoring-metrics-serverless\"> \n Query monitoring metrics for Amazon Redshift Serverless</a>.</p>"
64676467
}
64686468
},
64696469
"publiclyAccessible": {
@@ -6782,7 +6782,7 @@
67826782
"configParameters": {
67836783
"target": "com.amazonaws.redshiftserverless#ConfigParameterList",
67846784
"traits": {
6785-
"smithy.api#documentation": "<p>An array of parameters to set for advanced control over a database. The\n options are <code>auto_mv</code>, <code>datestyle</code>, <code>enable_case_sensitive_identifier</code>, <code>enable_user_activity_logging</code>,\n <code>query_group</code>, <code>search_path</code>, and query monitoring metrics that let you define performance boundaries. \n 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>"
6785+
"smithy.api#documentation": "<p>An array of parameters to set for advanced control over a database. The\n options are <code>auto_mv</code>, <code>datestyle</code>, <code>enable_case_sensitive_identifier</code>, <code>enable_user_activity_logging</code>,\n <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. \n 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>"
67866786
}
67876787
},
67886788
"securityGroupIds": {

0 commit comments

Comments
 (0)