Skip to content

Commit 43e2131

Browse files
Introduced custom permission capabilities for reporting content. Added menu option in exploration to preserve configuration data when textbox menu option is used. Added support for Athena trusted identity propagation.
1 parent 097a799 commit 43e2131

21 files changed

+1235
-903
lines changed

generator/ServiceModels/quicksight/quicksight-2018-04-01.api.json

Lines changed: 27 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3897,8 +3897,7 @@
38973897
},
38983898
"AllSheetsFilterScopeConfiguration":{
38993899
"type":"structure",
3900-
"members":{
3901-
}
3900+
"members":{}
39023901
},
39033902
"AltText":{
39043903
"type":"string",
@@ -5108,7 +5107,8 @@
51085107
"type":"structure",
51095108
"members":{
51105109
"WorkGroup":{"shape":"WorkGroup"},
5111-
"RoleArn":{"shape":"RoleArn"}
5110+
"RoleArn":{"shape":"RoleArn"},
5111+
"IdentityCenterConfiguration":{"shape":"IdentityCenterConfiguration"}
51125112
}
51135113
},
51145114
"AttributeAggregationFunction":{
@@ -5230,8 +5230,7 @@
52305230
},
52315231
"AxisDisplayDataDrivenRange":{
52325232
"type":"structure",
5233-
"members":{
5234-
}
5233+
"members":{}
52355234
},
52365235
"AxisDisplayMinMaxRange":{
52375236
"type":"structure",
@@ -5883,6 +5882,8 @@
58835882
"members":{
58845883
"ExportToCsv":{"shape":"CapabilityState"},
58855884
"ExportToExcel":{"shape":"CapabilityState"},
5885+
"ExportToPdf":{"shape":"CapabilityState"},
5886+
"PrintReports":{"shape":"CapabilityState"},
58865887
"CreateAndUpdateThemes":{"shape":"CapabilityState"},
58875888
"AddOrRunAnomalyDetectionForAnalyses":{"shape":"CapabilityState"},
58885889
"ShareAnalyses":{"shape":"CapabilityState"},
@@ -5897,7 +5898,11 @@
58975898
"CreateAndUpdateDataSources":{"shape":"CapabilityState"},
58985899
"ShareDataSources":{"shape":"CapabilityState"},
58995900
"ViewAccountSPICECapacity":{"shape":"CapabilityState"},
5900-
"CreateSPICEDataset":{"shape":"CapabilityState"}
5901+
"CreateSPICEDataset":{"shape":"CapabilityState"},
5902+
"ExportToPdfInScheduledReports":{"shape":"CapabilityState"},
5903+
"ExportToCsvInScheduledReports":{"shape":"CapabilityState"},
5904+
"ExportToExcelInScheduledReports":{"shape":"CapabilityState"},
5905+
"IncludeContentInScheduledReportsEmail":{"shape":"CapabilityState"}
59015906
}
59025907
},
59035908
"CapabilityState":{
@@ -19814,7 +19819,8 @@
1981419819
"type":"string",
1981519820
"enum":[
1981619821
"REDSHIFT",
19817-
"QBUSINESS"
19822+
"QBUSINESS",
19823+
"ATHENA"
1981819824
]
1981919825
},
1982019826
"SessionLifetimeInMinutes":{
@@ -20123,7 +20129,8 @@
2012320129
"required":["SheetTextBoxId"],
2012420130
"members":{
2012520131
"SheetTextBoxId":{"shape":"ShortRestrictiveResourceId"},
20126-
"Content":{"shape":"SheetTextBoxContent"}
20132+
"Content":{"shape":"SheetTextBoxContent"},
20133+
"Interactions":{"shape":"TextBoxInteractionOptions"}
2012720134
}
2012820135
},
2012920136
"SheetTextBoxContent":{
@@ -21497,6 +21504,18 @@
2149721504
"InfoIconLabelOptions":{"shape":"SheetControlInfoIconLabelOptions"}
2149821505
}
2149921506
},
21507+
"TextBoxInteractionOptions":{
21508+
"type":"structure",
21509+
"members":{
21510+
"TextBoxMenuOption":{"shape":"TextBoxMenuOption"}
21511+
}
21512+
},
21513+
"TextBoxMenuOption":{
21514+
"type":"structure",
21515+
"members":{
21516+
"AvailabilityStatus":{"shape":"DashboardBehavior"}
21517+
}
21518+
},
2150021519
"TextConditionalFormat":{
2150121520
"type":"structure",
2150221521
"members":{

0 commit comments

Comments
 (0)