Skip to content

Commit 62143e5

Browse files
author
AWS
committed
Amazon QuickSight Update: Add LinkEntityArn support for different partitions; Add UnsupportedUserEditionException in UpdateDashboardLinks API; Add support for New Reader Experience Topics
1 parent 302d3c9 commit 62143e5

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-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 QuickSight",
4+
"contributor": "",
5+
"description": "Add LinkEntityArn support for different partitions; Add UnsupportedUserEditionException in UpdateDashboardLinks API; Add support for New Reader Experience Topics"
6+
}

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

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2720,6 +2720,7 @@
27202720
{"shape":"ResourceNotFoundException"},
27212721
{"shape":"ConflictException"},
27222722
{"shape":"AccessDeniedException"},
2723+
{"shape":"UnsupportedUserEditionException"},
27232724
{"shape":"InternalFailureException"}
27242725
],
27252726
"documentation":"<p>Updates the linked analyses on a dashboard.</p>"
@@ -18763,7 +18764,7 @@
1876318764
"type":"string",
1876418765
"max":1024,
1876518766
"min":1,
18766-
"pattern":"^arn:aws:quicksight:[\\w\\-]+:\\d+:analysis/[\\w\\-]{1,512}"
18767+
"pattern":"^arn:aws[\\w\\-]*:quicksight:[\\w\\-]+:\\d+:analysis/[\\w\\-]{1,512}"
1876718768
},
1876818769
"LinkEntityArnList":{
1876918770
"type":"list",
@@ -28534,6 +28535,10 @@
2853428535
"shape":"LimitedString",
2853528536
"documentation":"<p>The description of the topic.</p>"
2853628537
},
28538+
"UserExperienceVersion":{
28539+
"shape":"TopicUserExperienceVersion",
28540+
"documentation":"<p>The user experience version of a topic.</p>"
28541+
},
2853728542
"DataSets":{
2853828543
"shape":"Datasets",
2853928544
"documentation":"<p>The data sets that the topic is associated with.</p>"
@@ -28864,6 +28869,13 @@
2886428869
"YEAR"
2886528870
]
2886628871
},
28872+
"TopicUserExperienceVersion":{
28873+
"type":"string",
28874+
"enum":[
28875+
"LEGACY",
28876+
"NEW_READER_EXPERIENCE"
28877+
]
28878+
},
2886728879
"TotalAggregationComputation":{
2886828880
"type":"structure",
2886928881
"required":["ComputationId"],

0 commit comments

Comments
 (0)