Skip to content

Commit 521617a

Browse files
author
AWS
committed
Amazon Redshift Update: Adds support for Amazon Redshift DescribeClusterSnapshots API to include Snapshot ARN response field.
1 parent 78bd451 commit 521617a

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
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": "Adds support for Amazon Redshift DescribeClusterSnapshots API to include Snapshot ARN response field."
6+
}

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10637,6 +10637,10 @@
1063710637
"MasterPasswordSecretKmsKeyId":{
1063810638
"shape":"String",
1063910639
"documentation":"<p>The ID of the Key Management Service (KMS) key used to encrypt and store the cluster's admin credentials secret.</p>"
10640+
},
10641+
"SnapshotArn":{
10642+
"shape":"String",
10643+
"documentation":"<p>The Amazon Resource Name (ARN) of the snapshot.</p>"
1064010644
}
1064110645
},
1064210646
"documentation":"<p>Describes a snapshot.</p>",

0 commit comments

Comments
 (0)