Skip to content

Commit

Permalink
docs(client-redshift-serverless): Updates to ConfigParameter for RSS …
Browse files Browse the repository at this point in the history
…workgroup, removal of use_fips_ssl
  • Loading branch information
awstools committed Jan 10, 2024
1 parent 75ee39f commit 264eba6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions clients/client-redshift-serverless/src/models/models_0.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ export interface ConfigParameter {
* @public
* <p>The key of the parameter. The
* options are <code>auto_mv</code>, <code>datestyle</code>, <code>enable_case_sensitive_identifier</code>, <code>enable_user_activity_logging</code>,
* <code>query_group</code>, <code>search_path</code>, and query monitoring metrics that let
* <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
* <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>
*/
Expand Down Expand Up @@ -1503,7 +1503,7 @@ export interface CreateWorkgroupRequest {
* @public
* <p>An array of parameters to set for advanced control over a database. The
* options are <code>auto_mv</code>, <code>datestyle</code>, <code>enable_case_sensitive_identifier</code>, <code>enable_user_activity_logging</code>,
* <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
* <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
* <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>
*/
Expand Down Expand Up @@ -1632,7 +1632,7 @@ export interface Workgroup {
* @public
* <p>An array of parameters to set for advanced control over a database. The
* options are <code>auto_mv</code>, <code>datestyle</code>, <code>enable_case_sensitive_identifier</code>, <code>enable_user_activity_logging</code>,
* <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.
* <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 <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>
*/
configParameters?: ConfigParameter[];
Expand Down Expand Up @@ -3717,7 +3717,7 @@ export interface UpdateWorkgroupRequest {
* @public
* <p>An array of parameters to set for advanced control over a database. The
* options are <code>auto_mv</code>, <code>datestyle</code>, <code>enable_case_sensitive_identifier</code>, <code>enable_user_activity_logging</code>,
* <code>query_group</code>, <code>search_path</code>, <code>require_ssl</code>, <code>use_fips_ssl</code>, and query monitoring metrics that let you
* <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
* <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>
Expand Down
8 changes: 4 additions & 4 deletions codegen/sdk-codegen/aws-models/redshift-serverless.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"parameterKey": {
"target": "com.amazonaws.redshiftserverless#ParameterKey",
"traits": {
"smithy.api#documentation": "<p>The key of the parameter. 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 \n 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\">Query monitoring metrics for Amazon Redshift Serverless</a>.</p>"
"smithy.api#documentation": "<p>The key of the parameter. 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>, and query monitoring metrics that let \n 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\">Query monitoring metrics for Amazon Redshift Serverless</a>.</p>"
}
},
"parameterValue": {
Expand Down Expand Up @@ -951,7 +951,7 @@
"configParameters": {
"target": "com.amazonaws.redshiftserverless#ConfigParameterList",
"traits": {
"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>"
"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>, 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>"
}
},
"securityGroupIds": {
Expand Down Expand Up @@ -6463,7 +6463,7 @@
"configParameters": {
"target": "com.amazonaws.redshiftserverless#ConfigParameterList",
"traits": {
"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>"
"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>, 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>"
}
},
"publiclyAccessible": {
Expand Down Expand Up @@ -6782,7 +6782,7 @@
"configParameters": {
"target": "com.amazonaws.redshiftserverless#ConfigParameterList",
"traits": {
"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>"
"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>, 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>"
}
},
"securityGroupIds": {
Expand Down

0 comments on commit 264eba6

Please sign in to comment.