@aws-sdk/client-quicksight 3.635.0 → 3.637.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (31) hide show
  1. package/dist-cjs/index.js +131 -111
  2. package/dist-es/commands/CreateDataSourceCommand.js +1 -1
  3. package/dist-es/models/models_0.js +4 -0
  4. package/dist-es/models/models_1.js +0 -3
  5. package/dist-es/models/models_2.js +9 -58
  6. package/dist-es/models/models_3.js +58 -31
  7. package/dist-es/models/models_4.js +31 -0
  8. package/dist-es/protocols/Aws_restJson1.js +7 -3
  9. package/dist-types/commands/CreateAnalysisCommand.d.ts +3 -0
  10. package/dist-types/commands/CreateDataSourceCommand.d.ts +1 -1
  11. package/dist-types/commands/CreateTemplateCommand.d.ts +3 -0
  12. package/dist-types/commands/DescribeAnalysisDefinitionCommand.d.ts +3 -0
  13. package/dist-types/commands/DescribeTemplateDefinitionCommand.d.ts +3 -0
  14. package/dist-types/commands/DescribeVPCConnectionCommand.d.ts +2 -1
  15. package/dist-types/commands/GenerateEmbedUrlForAnonymousUserCommand.d.ts +11 -0
  16. package/dist-types/commands/GenerateEmbedUrlForRegisteredUserCommand.d.ts +6 -0
  17. package/dist-types/commands/UpdateAnalysisCommand.d.ts +3 -0
  18. package/dist-types/commands/UpdateTemplateCommand.d.ts +3 -0
  19. package/dist-types/models/models_0.d.ts +23 -58
  20. package/dist-types/models/models_1.d.ts +59 -63
  21. package/dist-types/models/models_2.d.ts +126 -179
  22. package/dist-types/models/models_3.d.ts +184 -172
  23. package/dist-types/models/models_4.d.ts +184 -2
  24. package/dist-types/ts3.4/commands/CreateDataSourceCommand.d.ts +1 -1
  25. package/dist-types/ts3.4/commands/DescribeVPCConnectionCommand.d.ts +2 -4
  26. package/dist-types/ts3.4/models/models_0.d.ts +9 -8
  27. package/dist-types/ts3.4/models/models_1.d.ts +9 -18
  28. package/dist-types/ts3.4/models/models_2.d.ts +39 -81
  29. package/dist-types/ts3.4/models/models_3.d.ts +81 -59
  30. package/dist-types/ts3.4/models/models_4.d.ts +61 -4
  31. package/package.json +6 -6
@@ -5025,6 +5025,9 @@ declare const CreateAnalysisCommand_base: {
5025
5025
  * Timezone: "STRING_VALUE",
5026
5026
  * WeekStart: "SUNDAY" || "MONDAY" || "TUESDAY" || "WEDNESDAY" || "THURSDAY" || "FRIDAY" || "SATURDAY",
5027
5027
  * },
5028
+ * QueryExecutionOptions: { // QueryExecutionOptions
5029
+ * QueryExecutionMode: "AUTO" || "MANUAL",
5030
+ * },
5028
5031
  * },
5029
5032
  * ValidationStrategy: { // ValidationStrategy
5030
5033
  * Mode: "STRICT" || "LENIENT", // required
@@ -1,6 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { CreateDataSourceRequest, CreateDataSourceResponse } from "../models/models_2";
3
+ import { CreateDataSourceRequest, CreateDataSourceResponse } from "../models/models_3";
4
4
  import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
5
5
  /**
6
6
  * @public
@@ -5019,6 +5019,9 @@ declare const CreateTemplateCommand_base: {
5019
5019
  * Timezone: "STRING_VALUE",
5020
5020
  * WeekStart: "SUNDAY" || "MONDAY" || "TUESDAY" || "WEDNESDAY" || "THURSDAY" || "FRIDAY" || "SATURDAY",
5021
5021
  * },
5022
+ * QueryExecutionOptions: { // QueryExecutionOptions
5023
+ * QueryExecutionMode: "AUTO" || "MANUAL",
5024
+ * },
5022
5025
  * },
5023
5026
  * ValidationStrategy: { // ValidationStrategy
5024
5027
  * Mode: "STRICT" || "LENIENT", // required
@@ -4991,6 +4991,9 @@ declare const DescribeAnalysisDefinitionCommand_base: {
4991
4991
  * // Timezone: "STRING_VALUE",
4992
4992
  * // WeekStart: "SUNDAY" || "MONDAY" || "TUESDAY" || "WEDNESDAY" || "THURSDAY" || "FRIDAY" || "SATURDAY",
4993
4993
  * // },
4994
+ * // QueryExecutionOptions: { // QueryExecutionOptions
4995
+ * // QueryExecutionMode: "AUTO" || "MANUAL",
4996
+ * // },
4994
4997
  * // },
4995
4998
  * // Status: Number("int"),
4996
4999
  * // RequestId: "STRING_VALUE",
@@ -5011,6 +5011,9 @@ declare const DescribeTemplateDefinitionCommand_base: {
5011
5011
  * // Timezone: "STRING_VALUE",
5012
5012
  * // WeekStart: "SUNDAY" || "MONDAY" || "TUESDAY" || "WEDNESDAY" || "THURSDAY" || "FRIDAY" || "SATURDAY",
5013
5013
  * // },
5014
+ * // QueryExecutionOptions: { // QueryExecutionOptions
5015
+ * // QueryExecutionMode: "AUTO" || "MANUAL",
5016
+ * // },
5014
5017
  * // },
5015
5018
  * // Status: Number("int"),
5016
5019
  * // RequestId: "STRING_VALUE",
@@ -1,6 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { DescribeVPCConnectionRequest, DescribeVPCConnectionResponse } from "../models/models_3";
3
+ import { DescribeVPCConnectionRequest } from "../models/models_3";
4
+ import { DescribeVPCConnectionResponse } from "../models/models_4";
4
5
  import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
5
6
  /**
6
7
  * @public
@@ -67,6 +67,17 @@ declare const GenerateEmbedUrlForAnonymousUserCommand_base: {
67
67
  * ExperienceConfiguration: { // AnonymousUserEmbeddingExperienceConfiguration
68
68
  * Dashboard: { // AnonymousUserDashboardEmbeddingConfiguration
69
69
  * InitialDashboardId: "STRING_VALUE", // required
70
+ * EnabledFeatures: [ // AnonymousUserDashboardEmbeddingConfigurationEnabledFeatures
71
+ * "SHARED_VIEW",
72
+ * ],
73
+ * DisabledFeatures: [ // AnonymousUserDashboardEmbeddingConfigurationDisabledFeatures
74
+ * "SHARED_VIEW",
75
+ * ],
76
+ * FeatureConfigurations: { // AnonymousUserDashboardFeatureConfigurations
77
+ * SharedView: { // SharedViewConfigurations
78
+ * Enabled: true || false, // required
79
+ * },
80
+ * },
70
81
  * },
71
82
  * DashboardVisual: { // AnonymousUserDashboardVisualEmbeddingConfiguration
72
83
  * InitialDashboardVisualId: { // DashboardVisualId
@@ -65,6 +65,9 @@ declare const GenerateEmbedUrlForRegisteredUserCommand_base: {
65
65
  * StatePersistence: { // StatePersistenceConfigurations
66
66
  * Enabled: true || false, // required
67
67
  * },
68
+ * SharedView: { // SharedViewConfigurations
69
+ * Enabled: true || false, // required
70
+ * },
68
71
  * Bookmarks: { // BookmarksConfigurations
69
72
  * Enabled: true || false, // required
70
73
  * },
@@ -76,6 +79,9 @@ declare const GenerateEmbedUrlForRegisteredUserCommand_base: {
76
79
  * StatePersistence: {
77
80
  * Enabled: true || false, // required
78
81
  * },
82
+ * SharedView: {
83
+ * Enabled: true || false, // required
84
+ * },
79
85
  * },
80
86
  * },
81
87
  * QSearchBar: { // RegisteredUserQSearchBarEmbeddingConfiguration
@@ -5011,6 +5011,9 @@ declare const UpdateAnalysisCommand_base: {
5011
5011
  * Timezone: "STRING_VALUE",
5012
5012
  * WeekStart: "SUNDAY" || "MONDAY" || "TUESDAY" || "WEDNESDAY" || "THURSDAY" || "FRIDAY" || "SATURDAY",
5013
5013
  * },
5014
+ * QueryExecutionOptions: { // QueryExecutionOptions
5015
+ * QueryExecutionMode: "AUTO" || "MANUAL",
5016
+ * },
5014
5017
  * },
5015
5018
  * ValidationStrategy: { // ValidationStrategy
5016
5019
  * Mode: "STRICT" || "LENIENT", // required
@@ -4998,6 +4998,9 @@ declare const UpdateTemplateCommand_base: {
4998
4998
  * Timezone: "STRING_VALUE",
4999
4999
  * WeekStart: "SUNDAY" || "MONDAY" || "TUESDAY" || "WEDNESDAY" || "THURSDAY" || "FRIDAY" || "SATURDAY",
5000
5000
  * },
5001
+ * QueryExecutionOptions: { // QueryExecutionOptions
5002
+ * QueryExecutionMode: "AUTO" || "MANUAL",
5003
+ * },
5001
5004
  * },
5002
5005
  * ValidationStrategy: { // ValidationStrategy
5003
5006
  * Mode: "STRICT" || "LENIENT", // required
@@ -3542,6 +3542,29 @@ export interface ParameterDeclaration {
3542
3542
  */
3543
3543
  DateTimeParameterDeclaration?: DateTimeParameterDeclaration;
3544
3544
  }
3545
+ /**
3546
+ * @public
3547
+ * @enum
3548
+ */
3549
+ export declare const QueryExecutionMode: {
3550
+ readonly AUTO: "AUTO";
3551
+ readonly MANUAL: "MANUAL";
3552
+ };
3553
+ /**
3554
+ * @public
3555
+ */
3556
+ export type QueryExecutionMode = (typeof QueryExecutionMode)[keyof typeof QueryExecutionMode];
3557
+ /**
3558
+ * <p>A structure that describes the query execution options.</p>
3559
+ * @public
3560
+ */
3561
+ export interface QueryExecutionOptions {
3562
+ /**
3563
+ * <p>A structure that describes the query execution mode.</p>
3564
+ * @public
3565
+ */
3566
+ QueryExecutionMode?: QueryExecutionMode;
3567
+ }
3545
3568
  /**
3546
3569
  * <p>The source controls that are used in a <code>CascadingControlConfiguration</code>.</p>
3547
3570
  * @public
@@ -6595,64 +6618,6 @@ export declare const OtherCategories: {
6595
6618
  * @public
6596
6619
  */
6597
6620
  export type OtherCategories = (typeof OtherCategories)[keyof typeof OtherCategories];
6598
- /**
6599
- * <p>The limit configuration of the visual display for an axis.</p>
6600
- * @public
6601
- */
6602
- export interface ItemsLimitConfiguration {
6603
- /**
6604
- * <p>The limit on how many items of a field are showed in the chart. For
6605
- * example, the number of slices that are displayed in a pie chart.</p>
6606
- * @public
6607
- */
6608
- ItemsLimit?: number;
6609
- /**
6610
- * <p>The <code>Show
6611
- * other</code> of an axis in the chart. Choose one of the following options:</p>
6612
- * <ul>
6613
- * <li>
6614
- * <p>
6615
- * <code>INCLUDE</code>
6616
- * </p>
6617
- * </li>
6618
- * <li>
6619
- * <p>
6620
- * <code>EXCLUDE</code>
6621
- * </p>
6622
- * </li>
6623
- * </ul>
6624
- * @public
6625
- */
6626
- OtherCategories?: OtherCategories;
6627
- }
6628
- /**
6629
- * <p>The sort configuration for a field in a
6630
- * field well.</p>
6631
- * @public
6632
- */
6633
- export interface FieldSort {
6634
- /**
6635
- * <p>The sort configuration target field.</p>
6636
- * @public
6637
- */
6638
- FieldId: string | undefined;
6639
- /**
6640
- * <p>The sort direction. Choose one of the following
6641
- * options:</p>
6642
- * <ul>
6643
- * <li>
6644
- * <p>
6645
- * <code>ASC</code>: Ascending</p>
6646
- * </li>
6647
- * <li>
6648
- * <p>
6649
- * <code>DESC</code>: Descending</p>
6650
- * </li>
6651
- * </ul>
6652
- * @public
6653
- */
6654
- Direction: SortDirection | undefined;
6655
- }
6656
6621
  /**
6657
6622
  * @internal
6658
6623
  */
@@ -1,4 +1,62 @@
1
- import { AggregationFunction, AxisBinding, AxisDisplayOptions, BarChartFieldWells, BarChartOrientation, BarsArrangement, ChartAxisLabelOptions, ColumnIdentifier, ColumnSort, ContributionAnalysisDefault, DataLabelOptions, DataLabelPosition, DimensionField, FieldSort, FontConfiguration, FormatConfiguration, HorizontalTextAlignment, ItemsLimitConfiguration, LegendOptions, MeasureField, NumberDisplayFormatConfiguration, PercentageDisplayFormatConfiguration, ReferenceLine, SmallMultiplesOptions, SortDirection, TimeGranularity, URLTargetConfiguration, Visibility, VisualCustomAction, VisualInteractionOptions, WidgetStatus } from "./models_0";
1
+ import { AggregationFunction, AxisBinding, AxisDisplayOptions, BarChartFieldWells, BarChartOrientation, BarsArrangement, ChartAxisLabelOptions, ColumnIdentifier, ColumnSort, ContributionAnalysisDefault, DataLabelOptions, DataLabelPosition, DimensionField, FontConfiguration, FormatConfiguration, HorizontalTextAlignment, LegendOptions, MeasureField, NumberDisplayFormatConfiguration, OtherCategories, PercentageDisplayFormatConfiguration, ReferenceLine, SmallMultiplesOptions, SortDirection, TimeGranularity, URLTargetConfiguration, Visibility, VisualCustomAction, VisualInteractionOptions, WidgetStatus } from "./models_0";
2
+ /**
3
+ * <p>The limit configuration of the visual display for an axis.</p>
4
+ * @public
5
+ */
6
+ export interface ItemsLimitConfiguration {
7
+ /**
8
+ * <p>The limit on how many items of a field are showed in the chart. For
9
+ * example, the number of slices that are displayed in a pie chart.</p>
10
+ * @public
11
+ */
12
+ ItemsLimit?: number;
13
+ /**
14
+ * <p>The <code>Show
15
+ * other</code> of an axis in the chart. Choose one of the following options:</p>
16
+ * <ul>
17
+ * <li>
18
+ * <p>
19
+ * <code>INCLUDE</code>
20
+ * </p>
21
+ * </li>
22
+ * <li>
23
+ * <p>
24
+ * <code>EXCLUDE</code>
25
+ * </p>
26
+ * </li>
27
+ * </ul>
28
+ * @public
29
+ */
30
+ OtherCategories?: OtherCategories;
31
+ }
32
+ /**
33
+ * <p>The sort configuration for a field in a
34
+ * field well.</p>
35
+ * @public
36
+ */
37
+ export interface FieldSort {
38
+ /**
39
+ * <p>The sort configuration target field.</p>
40
+ * @public
41
+ */
42
+ FieldId: string | undefined;
43
+ /**
44
+ * <p>The sort direction. Choose one of the following
45
+ * options:</p>
46
+ * <ul>
47
+ * <li>
48
+ * <p>
49
+ * <code>ASC</code>: Ascending</p>
50
+ * </li>
51
+ * <li>
52
+ * <p>
53
+ * <code>DESC</code>: Descending</p>
54
+ * </li>
55
+ * </ul>
56
+ * @public
57
+ */
58
+ Direction: SortDirection | undefined;
59
+ }
2
60
  /**
3
61
  * <p>The field sort options in a chart configuration.</p>
4
62
  * @public
@@ -6747,64 +6805,6 @@ export interface TreeMapConfiguration {
6747
6805
  */
6748
6806
  Interactions?: VisualInteractionOptions;
6749
6807
  }
6750
- /**
6751
- * <p>A tree map.</p>
6752
- * <p>For more information, see <a href="https://docs.aws.amazon.com/quicksight/latest/user/tree-map.html">Using tree maps</a> in the <i>Amazon QuickSight User Guide</i>.</p>
6753
- * @public
6754
- */
6755
- export interface TreeMapVisual {
6756
- /**
6757
- * <p>The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers..</p>
6758
- * @public
6759
- */
6760
- VisualId: string | undefined;
6761
- /**
6762
- * <p>The title that is displayed on the visual.</p>
6763
- * @public
6764
- */
6765
- Title?: VisualTitleLabelOptions;
6766
- /**
6767
- * <p>The subtitle that is displayed on the visual.</p>
6768
- * @public
6769
- */
6770
- Subtitle?: VisualSubtitleLabelOptions;
6771
- /**
6772
- * <p>The configuration settings of the visual.</p>
6773
- * @public
6774
- */
6775
- ChartConfiguration?: TreeMapConfiguration;
6776
- /**
6777
- * <p>The list of custom actions that are configured for a visual.</p>
6778
- * @public
6779
- */
6780
- Actions?: VisualCustomAction[];
6781
- /**
6782
- * <p>The column hierarchy that is used during drill-downs and drill-ups.</p>
6783
- * @public
6784
- */
6785
- ColumnHierarchies?: ColumnHierarchy[];
6786
- }
6787
- /**
6788
- * <p>The color configuration for individual groups within a waterfall visual.</p>
6789
- * @public
6790
- */
6791
- export interface WaterfallChartGroupColorConfiguration {
6792
- /**
6793
- * <p>Defines the color for the positive bars of a waterfall chart.</p>
6794
- * @public
6795
- */
6796
- PositiveBarColor?: string;
6797
- /**
6798
- * <p>Defines the color for the negative bars of a waterfall chart.</p>
6799
- * @public
6800
- */
6801
- NegativeBarColor?: string;
6802
- /**
6803
- * <p>Defines the color for the total bars of a waterfall chart.</p>
6804
- * @public
6805
- */
6806
- TotalBarColor?: string;
6807
- }
6808
6808
  /**
6809
6809
  * @internal
6810
6810
  */
@@ -7325,7 +7325,3 @@ export declare const TreeMapFieldWellsFilterSensitiveLog: (obj: TreeMapFieldWell
7325
7325
  * @internal
7326
7326
  */
7327
7327
  export declare const TreeMapConfigurationFilterSensitiveLog: (obj: TreeMapConfiguration) => any;
7328
- /**
7329
- * @internal
7330
- */
7331
- export declare const TreeMapVisualFilterSensitiveLog: (obj: TreeMapVisual) => any;