|
4209 | 4209 | },
|
4210 | 4210 | "AllSheetsFilterScopeConfiguration":{
|
4211 | 4211 | "type":"structure",
|
4212 |
| - "members":{ |
4213 |
| - }, |
| 4212 | + "members":{}, |
4214 | 4213 | "documentation":"<p>An empty object that represents that the <code>AllSheets</code> option is the chosen value for the <code>FilterScopeConfiguration</code> parameter. This structure applies the filter to all visuals on all sheets of an Analysis, Dashboard, or Template.</p> <p>This is a union type structure. For this structure to be valid, only one of the attributes can be defined.</p>"
|
4215 | 4214 | },
|
4216 | 4215 | "AltText":{
|
|
6118 | 6117 | "RoleArn":{
|
6119 | 6118 | "shape":"RoleArn",
|
6120 | 6119 | "documentation":"<p>Use the <code>RoleArn</code> structure to override an account-wide role for a specific Athena data source. For example, say an account administrator has turned off all Athena access with an account-wide role. The administrator can then use <code>RoleArn</code> to bypass the account-wide role and allow Athena access for the single Athena data source that is specified in the structure, even if the account-wide role forbidding Athena access is still active.</p>"
|
| 6120 | + }, |
| 6121 | + "IdentityCenterConfiguration":{ |
| 6122 | + "shape":"IdentityCenterConfiguration", |
| 6123 | + "documentation":"<p>An optional parameter that configures IAM Identity Center authentication to grant Amazon QuickSight access to your workgroup.</p> <p>This parameter can only be specified if your Amazon QuickSight account is configured with IAM Identity Center.</p>" |
6121 | 6124 | }
|
6122 | 6125 | },
|
6123 | 6126 | "documentation":"<p>Parameters for Amazon Athena.</p>"
|
|
6286 | 6289 | },
|
6287 | 6290 | "AxisDisplayDataDrivenRange":{
|
6288 | 6291 | "type":"structure",
|
6289 |
| - "members":{ |
6290 |
| - }, |
| 6292 | + "members":{}, |
6291 | 6293 | "documentation":"<p>The options that are saved for future extension.</p>"
|
6292 | 6294 | },
|
6293 | 6295 | "AxisDisplayMinMaxRange":{
|
|
7450 | 7452 | "members":{
|
7451 | 7453 | "ExportToCsv":{
|
7452 | 7454 | "shape":"CapabilityState",
|
7453 |
| - "documentation":"<p>The ability to export to CSV files.</p>" |
| 7455 | + "documentation":"<p>The ability to export to CSV files from the UI.</p>" |
7454 | 7456 | },
|
7455 | 7457 | "ExportToExcel":{
|
7456 | 7458 | "shape":"CapabilityState",
|
7457 |
| - "documentation":"<p>The ability to export to Excel files.</p>" |
| 7459 | + "documentation":"<p>The ability to export to Excel files from the UI.</p>" |
| 7460 | + }, |
| 7461 | + "ExportToPdf":{ |
| 7462 | + "shape":"CapabilityState", |
| 7463 | + "documentation":"<p>The ability to export to PDF files from the UI.</p>" |
| 7464 | + }, |
| 7465 | + "PrintReports":{ |
| 7466 | + "shape":"CapabilityState", |
| 7467 | + "documentation":"<p>The ability to print reports.</p>" |
7458 | 7468 | },
|
7459 | 7469 | "CreateAndUpdateThemes":{
|
7460 | 7470 | "shape":"CapabilityState",
|
|
7515 | 7525 | "CreateSPICEDataset":{
|
7516 | 7526 | "shape":"CapabilityState",
|
7517 | 7527 | "documentation":"<p>The ability to create a SPICE dataset.</p>"
|
| 7528 | + }, |
| 7529 | + "ExportToPdfInScheduledReports":{ |
| 7530 | + "shape":"CapabilityState", |
| 7531 | + "documentation":"<p>The ability to export to PDF files in scheduled email reports.</p>" |
| 7532 | + }, |
| 7533 | + "ExportToCsvInScheduledReports":{ |
| 7534 | + "shape":"CapabilityState", |
| 7535 | + "documentation":"<p>The ability to export to CSV files in scheduled email reports.</p>" |
| 7536 | + }, |
| 7537 | + "ExportToExcelInScheduledReports":{ |
| 7538 | + "shape":"CapabilityState", |
| 7539 | + "documentation":"<p>The ability to export to Excel files in scheduled email reports.</p>" |
| 7540 | + }, |
| 7541 | + "IncludeContentInScheduledReportsEmail":{ |
| 7542 | + "shape":"CapabilityState", |
| 7543 | + "documentation":"<p>The ability to include content in scheduled email reports.</p>" |
7518 | 7544 | }
|
7519 | 7545 | },
|
7520 | 7546 | "documentation":"<p>A set of actions that correspond to Amazon QuickSight permissions.</p>"
|
|
11652 | 11678 | },
|
11653 | 11679 | "DataSetId":{
|
11654 | 11680 | "shape":"ResourceId",
|
11655 |
| - "documentation":"<p>The ID of the dataset.</p>" |
| 11681 | + "documentation":"<p>The ID of the dataset. Limited to 96 characters.</p>" |
11656 | 11682 | },
|
11657 | 11683 | "Name":{
|
11658 | 11684 | "shape":"ResourceName",
|
|
30041 | 30067 | "type":"string",
|
30042 | 30068 | "enum":[
|
30043 | 30069 | "REDSHIFT",
|
30044 |
| - "QBUSINESS" |
| 30070 | + "QBUSINESS", |
| 30071 | + "ATHENA" |
30045 | 30072 | ]
|
30046 | 30073 | },
|
30047 | 30074 | "SessionLifetimeInMinutes":{
|
|
30515 | 30542 | "Content":{
|
30516 | 30543 | "shape":"SheetTextBoxContent",
|
30517 | 30544 | "documentation":"<p>The content that is displayed in the text box.</p>"
|
| 30545 | + }, |
| 30546 | + "Interactions":{ |
| 30547 | + "shape":"TextBoxInteractionOptions", |
| 30548 | + "documentation":"<p>The general textbox interactions setup for a textbox.</p>" |
30518 | 30549 | }
|
30519 | 30550 | },
|
30520 | 30551 | "documentation":"<p>A text box.</p>"
|
|
32802 | 32833 | },
|
32803 | 32834 | "documentation":"<p>The display options of a control.</p>"
|
32804 | 32835 | },
|
| 32836 | + "TextBoxInteractionOptions":{ |
| 32837 | + "type":"structure", |
| 32838 | + "members":{ |
| 32839 | + "TextBoxMenuOption":{ |
| 32840 | + "shape":"TextBoxMenuOption", |
| 32841 | + "documentation":"<p>The menu options for the textbox.</p>" |
| 32842 | + } |
| 32843 | + }, |
| 32844 | + "documentation":"<p>The general textbox interactions setup for textbox publish options.</p>" |
| 32845 | + }, |
| 32846 | + "TextBoxMenuOption":{ |
| 32847 | + "type":"structure", |
| 32848 | + "members":{ |
| 32849 | + "AvailabilityStatus":{ |
| 32850 | + "shape":"DashboardBehavior", |
| 32851 | + "documentation":"<p>The availability status of the textbox menu. If the value of this property is set to <code>ENABLED</code>, dashboard readers can interact with the textbox menu.</p>" |
| 32852 | + } |
| 32853 | + }, |
| 32854 | + "documentation":"<p>The menu options for the interactions of a textbox.</p>" |
| 32855 | + }, |
32805 | 32856 | "TextConditionalFormat":{
|
32806 | 32857 | "type":"structure",
|
32807 | 32858 | "members":{
|
|
0 commit comments