Skip to content

Commit aebba00

Browse files
author
AWS
committed
Amazon QuickSight Update: Amazon QuickSight launches Customer Managed Key (CMK) encryption for Data Source metadata
1 parent 63bfa46 commit aebba00

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-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 QuickSight",
4+
"contributor": "",
5+
"description": "Amazon QuickSight launches Customer Managed Key (CMK) encryption for Data Source metadata"
6+
}

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

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,7 @@
184184
{"shape":"ResourceNotFoundException"},
185185
{"shape":"ResourceExistsException"},
186186
{"shape":"ThrottlingException"},
187+
{"shape":"CustomerManagedKeyUnavailableException"},
187188
{"shape":"InternalFailureException"}
188189
],
189190
"documentation":"<p>Creates a data source.</p>"
@@ -2884,6 +2885,7 @@
28842885
{"shape":"InvalidParameterValueException"},
28852886
{"shape":"ThrottlingException"},
28862887
{"shape":"ResourceNotFoundException"},
2888+
{"shape":"CustomerManagedKeyUnavailableException"},
28872889
{"shape":"InternalFailureException"}
28882890
],
28892891
"documentation":"<p>Updates a data source.</p>"
@@ -9578,6 +9580,19 @@
95789580
},
95799581
"documentation":"<p>The configuration of custom values for the destination parameter in <code>DestinationParameterValueConfiguration</code>.</p>"
95809582
},
9583+
"CustomerManagedKeyUnavailableException":{
9584+
"type":"structure",
9585+
"members":{
9586+
"Message":{"shape":"String"},
9587+
"RequestId":{
9588+
"shape":"String",
9589+
"documentation":"<p>The Amazon Web Services request ID for this operation.</p>"
9590+
}
9591+
},
9592+
"documentation":"<p>The customer managed key that is registered to your Amazon QuickSight account is unavailable.</p>",
9593+
"error":{"httpStatusCode":400},
9594+
"exception":true
9595+
},
95819596
"Dashboard":{
95829597
"type":"structure",
95839598
"members":{

0 commit comments

Comments
 (0)