Skip to content

Commit ccd6ebd

Browse files
author
AWS
committed
Amazon Redshift Update: Add support for case sensitive table level restore
1 parent 9cb619a commit ccd6ebd

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
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": "Amazon Redshift",
4+
"contributor": "",
5+
"description": "Add support for case sensitive table level restore"
6+
}

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@
354354
{"shape":"TagLimitExceededFault"},
355355
{"shape":"InvalidTagFault"}
356356
],
357-
"documentation":"<p>Creates an HSM client certificate that an Amazon Redshift cluster will use to connect to the client's HSM in order to store and retrieve the keys used to encrypt the cluster databases.</p> <p>The command returns a public key, which you must store in the HSM. In addition to creating the HSM certificate, you must create an Amazon Redshift HSM configuration that provides a cluster the information needed to store and use encryption keys in the HSM. For more information, go to <a href=\"https://docs.aws.amazon.com/redshift/latest/mgmt/working-with-HSM.html\">Hardware Security Modules</a> in the Amazon Redshift Cluster Management Guide.</p>"
357+
"documentation":"<p>Creates an HSM client certificate that an Amazon Redshift cluster will use to connect to the client's HSM in order to store and retrieve the keys used to encrypt the cluster databases.</p> <p>The command returns a public key, which you must store in the HSM. In addition to creating the HSM certificate, you must create an Amazon Redshift HSM configuration that provides a cluster the information needed to store and use encryption keys in the HSM. For more information, go to <a href=\"https://docs.aws.amazon.com/redshift/latest/mgmt/working-with-db-encryption.html#working-with-HSM\">Hardware Security Modules</a> in the <i>Amazon Redshift Cluster Management Guide</i>.</p>"
358358
},
359359
"CreateHsmConfiguration":{
360360
"name":"CreateHsmConfiguration",
@@ -7430,6 +7430,10 @@
74307430
"NewTableName":{
74317431
"shape":"String",
74327432
"documentation":"<p>The name of the table to create as a result of the current request.</p>"
7433+
},
7434+
"EnableCaseSensitiveIdentifier":{
7435+
"shape":"BooleanOptional",
7436+
"documentation":"<p>Indicates whether name identifiers for database, schema, and table are case sensitive. If <code>true</code>, the names are case sensitive. If <code>false</code> (default), the names are not case sensitive.</p>"
74337437
}
74347438
},
74357439
"documentation":"<p/>"

0 commit comments

Comments
 (0)