File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed
services/redshift/src/main/resources/codegen-resources Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change
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
+ }
Original file line number Diff line number Diff line change 10637
10637
"MasterPasswordSecretKmsKeyId":{
10638
10638
"shape":"String",
10639
10639
"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>"
10640
10644
}
10641
10645
},
10642
10646
"documentation":"<p>Describes a snapshot.</p>",
You can’t perform that action at this time.
0 commit comments