Skip to content

Commit 122aa18

Browse files
author
AWS
committed
Redshift Serverless Update: Update Redshift Serverless List Scheduled Actions Output Response to include Namespace Name.
1 parent 72ed500 commit 122aa18

File tree

2 files changed

+27
-7
lines changed

2 files changed

+27
-7
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "Redshift Serverless",
4+
"contributor": "",
5+
"description": "Update Redshift Serverless List Scheduled Actions Output Response to include Namespace Name."
6+
}

services/redshiftserverless/src/main/resources/codegen-resources/service-2.json

Lines changed: 21 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -975,7 +975,7 @@
975975
"members":{
976976
"parameterKey":{
977977
"shape":"ParameterKey",
978-
"documentation":"<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>, <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>"
978+
"documentation":"<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>, <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 <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>"
979979
},
980980
"parameterValue":{
981981
"shape":"ParameterValue",
@@ -1377,7 +1377,7 @@
13771377
},
13781378
"configParameters":{
13791379
"shape":"ConfigParameterList",
1380-
"documentation":"<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>, 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>"
1380+
"documentation":"<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 <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>"
13811381
},
13821382
"enhancedVpcRouting":{
13831383
"shape":"Boolean",
@@ -2203,7 +2203,7 @@
22032203
},
22042204
"scheduledActions":{
22052205
"shape":"ScheduledActionsList",
2206-
"documentation":"<p>All of the returned scheduled action objects.</p>"
2206+
"documentation":"<p>All of the returned scheduled action association objects.</p>"
22072207
}
22082208
}
22092209
},
@@ -2888,6 +2888,20 @@
28882888
"documentation":"<p>The schedule of when Amazon Redshift Serverless should run the scheduled action.</p>",
28892889
"union":true
28902890
},
2891+
"ScheduledActionAssociation":{
2892+
"type":"structure",
2893+
"members":{
2894+
"namespaceName":{
2895+
"shape":"NamespaceName",
2896+
"documentation":"<p>Name of associated Amazon Redshift Serverless namespace.</p>"
2897+
},
2898+
"scheduledActionName":{
2899+
"shape":"ScheduledActionName",
2900+
"documentation":"<p>Name of associated scheduled action.</p>"
2901+
}
2902+
},
2903+
"documentation":"<p>Contains names of objects associated with a scheduled action.</p>"
2904+
},
28912905
"ScheduledActionName":{
28922906
"type":"string",
28932907
"max":60,
@@ -2943,7 +2957,7 @@
29432957
},
29442958
"ScheduledActionsList":{
29452959
"type":"list",
2946-
"member":{"shape":"ScheduledActionName"}
2960+
"member":{"shape":"ScheduledActionAssociation"}
29472961
},
29482962
"SecurityGroupId":{"type":"string"},
29492963
"SecurityGroupIdList":{
@@ -3561,7 +3575,7 @@
35613575
},
35623576
"configParameters":{
35633577
"shape":"ConfigParameterList",
3564-
"documentation":"<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>, 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>"
3578+
"documentation":"<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 <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>"
35653579
},
35663580
"enhancedVpcRouting":{
35673581
"shape":"Boolean",
@@ -3733,7 +3747,7 @@
37333747
},
37343748
"configParameters":{
37353749
"shape":"ConfigParameterList",
3736-
"documentation":"<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>, 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>"
3750+
"documentation":"<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 <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>"
37373751
},
37383752
"creationDate":{
37393753
"shape":"SyntheticTimestamp_date_time",
@@ -3781,7 +3795,7 @@
37813795
},
37823796
"publiclyAccessible":{
37833797
"shape":"Boolean",
3784-
"documentation":"<p>A value that specifies whether the workgroup can be accessible from a public network</p>"
3798+
"documentation":"<p>A value that specifies whether the workgroup can be accessible from a public network.</p>"
37853799
},
37863800
"securityGroupIds":{
37873801
"shape":"SecurityGroupIdList",

0 commit comments

Comments
 (0)