|
3715 | 3715 | "Options":{
|
3716 | 3716 | "shape":"AssetOptions",
|
3717 | 3717 | "documentation":"<p>An array of option definitions for an analysis.</p>"
|
3718 |
| - } |
| 3718 | + }, |
| 3719 | + "QueryExecutionOptions":{"shape":"QueryExecutionOptions"} |
3719 | 3720 | },
|
3720 | 3721 | "documentation":"<p>The definition of an analysis.</p>"
|
3721 | 3722 | },
|
|
3908 | 3909 | "InitialDashboardId":{
|
3909 | 3910 | "shape":"ShortRestrictiveResourceId",
|
3910 | 3911 | "documentation":"<p>The dashboard ID for the dashboard that you want the user to see first. This ID is included in the output URL. When the URL in response is accessed, Amazon QuickSight renders this dashboard.</p> <p>The Amazon Resource Name (ARN) of this dashboard must be included in the <code>AuthorizedResourceArns</code> parameter. Otherwise, the request will fail with <code>InvalidParameterValueException</code>.</p>"
|
| 3912 | + }, |
| 3913 | + "EnabledFeatures":{ |
| 3914 | + "shape":"AnonymousUserDashboardEmbeddingConfigurationEnabledFeatures", |
| 3915 | + "documentation":"<p>A list of all enabled features of a specified anonymous dashboard.</p>" |
| 3916 | + }, |
| 3917 | + "DisabledFeatures":{ |
| 3918 | + "shape":"AnonymousUserDashboardEmbeddingConfigurationDisabledFeatures", |
| 3919 | + "documentation":"<p>A list of all disabled features of a specified anonymous dashboard.</p>" |
| 3920 | + }, |
| 3921 | + "FeatureConfigurations":{ |
| 3922 | + "shape":"AnonymousUserDashboardFeatureConfigurations", |
| 3923 | + "documentation":"<p>The feature configuration for an embedded dashboard.</p>" |
3911 | 3924 | }
|
3912 | 3925 | },
|
3913 | 3926 | "documentation":"<p>Information about the dashboard that you want to embed.</p>"
|
3914 | 3927 | },
|
| 3928 | + "AnonymousUserDashboardEmbeddingConfigurationDisabledFeature":{ |
| 3929 | + "type":"string", |
| 3930 | + "enum":["SHARED_VIEW"] |
| 3931 | + }, |
| 3932 | + "AnonymousUserDashboardEmbeddingConfigurationDisabledFeatures":{ |
| 3933 | + "type":"list", |
| 3934 | + "member":{"shape":"AnonymousUserDashboardEmbeddingConfigurationDisabledFeature"} |
| 3935 | + }, |
| 3936 | + "AnonymousUserDashboardEmbeddingConfigurationEnabledFeature":{ |
| 3937 | + "type":"string", |
| 3938 | + "enum":["SHARED_VIEW"] |
| 3939 | + }, |
| 3940 | + "AnonymousUserDashboardEmbeddingConfigurationEnabledFeatures":{ |
| 3941 | + "type":"list", |
| 3942 | + "member":{"shape":"AnonymousUserDashboardEmbeddingConfigurationEnabledFeature"} |
| 3943 | + }, |
| 3944 | + "AnonymousUserDashboardFeatureConfigurations":{ |
| 3945 | + "type":"structure", |
| 3946 | + "members":{ |
| 3947 | + "SharedView":{ |
| 3948 | + "shape":"SharedViewConfigurations", |
| 3949 | + "documentation":"<p>The shared view settings of an embedded dashboard.</p>" |
| 3950 | + } |
| 3951 | + }, |
| 3952 | + "documentation":"<p>The feature configuration for an embedded dashboard.</p>" |
| 3953 | + }, |
3915 | 3954 | "AnonymousUserDashboardVisualEmbeddingConfiguration":{
|
3916 | 3955 | "type":"structure",
|
3917 | 3956 | "required":["InitialDashboardVisualId"],
|
|
24152 | 24191 | "max":256,
|
24153 | 24192 | "min":1
|
24154 | 24193 | },
|
| 24194 | + "QueryExecutionMode":{ |
| 24195 | + "type":"string", |
| 24196 | + "enum":[ |
| 24197 | + "AUTO", |
| 24198 | + "MANUAL" |
| 24199 | + ] |
| 24200 | + }, |
| 24201 | + "QueryExecutionOptions":{ |
| 24202 | + "type":"structure", |
| 24203 | + "members":{ |
| 24204 | + "QueryExecutionMode":{ |
| 24205 | + "shape":"QueryExecutionMode", |
| 24206 | + "documentation":"<p>A structure that describes the query execution mode.</p>" |
| 24207 | + } |
| 24208 | + }, |
| 24209 | + "documentation":"<p>A structure that describes the query execution options.</p>" |
| 24210 | + }, |
24155 | 24211 | "QueueInfo":{
|
24156 | 24212 | "type":"structure",
|
24157 | 24213 | "required":[
|
|
24872 | 24928 | "StatePersistence":{
|
24873 | 24929 | "shape":"StatePersistenceConfigurations",
|
24874 | 24930 | "documentation":"<p>The state persistence configurations of an embedded Amazon QuickSight console.</p>"
|
| 24931 | + }, |
| 24932 | + "SharedView":{ |
| 24933 | + "shape":"SharedViewConfigurations", |
| 24934 | + "documentation":"<p>The shared view settings of an embedded dashboard.</p>" |
24875 | 24935 | }
|
24876 | 24936 | },
|
24877 | 24937 | "documentation":"<p>The feature configurations of an embedded Amazon QuickSight console.</p>"
|
|
24898 | 24958 | "shape":"StatePersistenceConfigurations",
|
24899 | 24959 | "documentation":"<p>The state persistence settings of an embedded dashboard.</p>"
|
24900 | 24960 | },
|
| 24961 | + "SharedView":{ |
| 24962 | + "shape":"SharedViewConfigurations", |
| 24963 | + "documentation":"<p>The shared view settings of an embedded dashboard.</p>" |
| 24964 | + }, |
24901 | 24965 | "Bookmarks":{
|
24902 | 24966 | "shape":"BookmarksConfigurations",
|
24903 | 24967 | "documentation":"<p>The bookmarks configuration for an embedded dashboard in Amazon QuickSight.</p>"
|
|
26573 | 26637 | },
|
26574 | 26638 | "documentation":"<p>The shape conditional formatting of a filled map visual.</p>"
|
26575 | 26639 | },
|
| 26640 | + "SharedViewConfigurations":{ |
| 26641 | + "type":"structure", |
| 26642 | + "required":["Enabled"], |
| 26643 | + "members":{ |
| 26644 | + "Enabled":{ |
| 26645 | + "shape":"Boolean", |
| 26646 | + "documentation":"<p>The shared view settings of an embedded dashboard.</p>" |
| 26647 | + } |
| 26648 | + }, |
| 26649 | + "documentation":"<p>The shared view settings of an embedded dashboard.</p>" |
| 26650 | + }, |
26576 | 26651 | "SharingModel":{
|
26577 | 26652 | "type":"string",
|
26578 | 26653 | "enum":[
|
|
28853 | 28928 | "Options":{
|
28854 | 28929 | "shape":"AssetOptions",
|
28855 | 28930 | "documentation":"<p>An array of option definitions for a template.</p>"
|
28856 |
| - } |
| 28931 | + }, |
| 28932 | + "QueryExecutionOptions":{"shape":"QueryExecutionOptions"} |
28857 | 28933 | },
|
28858 | 28934 | "documentation":"<p>The detailed definition of a template.</p>"
|
28859 | 28935 | },
|
|
0 commit comments