File tree Expand file tree Collapse file tree 2 files changed +21
-0
lines changed
services/quicksight/src/main/resources/codegen-resources Expand file tree Collapse file tree 2 files changed +21
-0
lines changed Original file line number Diff line number Diff line change
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
+ }
Original file line number Diff line number Diff line change 184
184
{"shape":"ResourceNotFoundException"},
185
185
{"shape":"ResourceExistsException"},
186
186
{"shape":"ThrottlingException"},
187
+ {"shape":"CustomerManagedKeyUnavailableException"},
187
188
{"shape":"InternalFailureException"}
188
189
],
189
190
"documentation":"<p>Creates a data source.</p>"
2884
2885
{"shape":"InvalidParameterValueException"},
2885
2886
{"shape":"ThrottlingException"},
2886
2887
{"shape":"ResourceNotFoundException"},
2888
+ {"shape":"CustomerManagedKeyUnavailableException"},
2887
2889
{"shape":"InternalFailureException"}
2888
2890
],
2889
2891
"documentation":"<p>Updates a data source.</p>"
9578
9580
},
9579
9581
"documentation":"<p>The configuration of custom values for the destination parameter in <code>DestinationParameterValueConfiguration</code>.</p>"
9580
9582
},
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
+ },
9581
9596
"Dashboard":{
9582
9597
"type":"structure",
9583
9598
"members":{
You can’t perform that action at this time.
0 commit comments