@aws-sdk/client-quicksight 3.654.0 → 3.658.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 (48) hide show
  1. package/README.md +8 -0
  2. package/dist-cjs/index.js +77 -15
  3. package/dist-es/QuickSight.js +2 -0
  4. package/dist-es/commands/ListFoldersForResourceCommand.js +22 -0
  5. package/dist-es/commands/index.js +1 -0
  6. package/dist-es/models/models_0.js +4 -4
  7. package/dist-es/models/models_1.js +4 -4
  8. package/dist-es/models/models_2.js +4 -4
  9. package/dist-es/models/models_3.js +4 -0
  10. package/dist-es/pagination/ListFoldersForResourcePaginator.js +4 -0
  11. package/dist-es/pagination/index.js +1 -0
  12. package/dist-es/protocols/Aws_restJson1.js +33 -0
  13. package/dist-types/QuickSight.d.ts +7 -0
  14. package/dist-types/QuickSightClient.d.ts +3 -2
  15. package/dist-types/commands/CreateAnalysisCommand.d.ts +19 -0
  16. package/dist-types/commands/CreateDashboardCommand.d.ts +19 -0
  17. package/dist-types/commands/CreateTemplateCommand.d.ts +19 -0
  18. package/dist-types/commands/DescribeAnalysisDefinitionCommand.d.ts +19 -0
  19. package/dist-types/commands/DescribeDashboardDefinitionCommand.d.ts +19 -0
  20. package/dist-types/commands/DescribeTemplateDefinitionCommand.d.ts +19 -0
  21. package/dist-types/commands/DescribeVPCConnectionCommand.d.ts +1 -2
  22. package/dist-types/commands/ListFoldersForResourceCommand.d.ts +106 -0
  23. package/dist-types/commands/UpdateAnalysisCommand.d.ts +19 -0
  24. package/dist-types/commands/UpdateDashboardCommand.d.ts +19 -0
  25. package/dist-types/commands/UpdateTemplateCommand.d.ts +19 -0
  26. package/dist-types/commands/index.d.ts +1 -0
  27. package/dist-types/models/models_0.d.ts +47 -12
  28. package/dist-types/models/models_1.d.ts +13 -61
  29. package/dist-types/models/models_2.d.ts +59 -31
  30. package/dist-types/models/models_3.d.ts +31 -16
  31. package/dist-types/models/models_4.d.ts +69 -2
  32. package/dist-types/pagination/ListFoldersForResourcePaginator.d.ts +7 -0
  33. package/dist-types/pagination/index.d.ts +1 -0
  34. package/dist-types/protocols/Aws_restJson1.d.ts +9 -0
  35. package/dist-types/ts3.4/QuickSight.d.ts +17 -0
  36. package/dist-types/ts3.4/QuickSightClient.d.ts +6 -0
  37. package/dist-types/ts3.4/commands/DescribeVPCConnectionCommand.d.ts +4 -2
  38. package/dist-types/ts3.4/commands/ListFoldersForResourceCommand.d.ts +51 -0
  39. package/dist-types/ts3.4/commands/index.d.ts +1 -0
  40. package/dist-types/ts3.4/models/models_0.d.ts +12 -6
  41. package/dist-types/ts3.4/models/models_1.d.ts +6 -16
  42. package/dist-types/ts3.4/models/models_2.d.ts +19 -9
  43. package/dist-types/ts3.4/models/models_3.d.ts +9 -5
  44. package/dist-types/ts3.4/models/models_4.d.ts +17 -1
  45. package/dist-types/ts3.4/pagination/ListFoldersForResourcePaginator.d.ts +11 -0
  46. package/dist-types/ts3.4/pagination/index.d.ts +1 -0
  47. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +12 -0
  48. package/package.json +5 -5
@@ -275,6 +275,7 @@ declare const UpdateDashboardCommand_base: {
275
275
  * },
276
276
  * ],
277
277
  * },
278
+ * CommitMode: "AUTO" || "MANUAL",
278
279
  * },
279
280
  * TextField: { // ParameterTextFieldControl
280
281
  * ParameterControlId: "STRING_VALUE", // required
@@ -363,6 +364,7 @@ declare const UpdateDashboardCommand_base: {
363
364
  * DateIconVisibility: "HIDDEN" || "VISIBLE",
364
365
  * },
365
366
  * Type: "SINGLE_VALUED" || "DATE_RANGE",
367
+ * CommitMode: "AUTO" || "MANUAL",
366
368
  * },
367
369
  * List: { // FilterListControl
368
370
  * FilterControlId: "STRING_VALUE", // required
@@ -421,6 +423,7 @@ declare const UpdateDashboardCommand_base: {
421
423
  * },
422
424
  * ],
423
425
  * },
426
+ * CommitMode: "AUTO" || "MANUAL",
424
427
  * },
425
428
  * TextField: { // FilterTextFieldControl
426
429
  * FilterControlId: "STRING_VALUE", // required
@@ -469,6 +472,7 @@ declare const UpdateDashboardCommand_base: {
469
472
  * DateTimeFormat: "STRING_VALUE",
470
473
  * InfoIconLabelOptions: "<SheetControlInfoIconLabelOptions>",
471
474
  * },
475
+ * CommitMode: "AUTO" || "MANUAL",
472
476
  * },
473
477
  * CrossSheet: { // FilterCrossSheetControl
474
478
  * FilterControlId: "STRING_VALUE", // required
@@ -4568,6 +4572,7 @@ declare const UpdateDashboardCommand_base: {
4568
4572
  * HelperTextVisibility: "HIDDEN" || "VISIBLE",
4569
4573
  * DateIconVisibility: "HIDDEN" || "VISIBLE",
4570
4574
  * },
4575
+ * CommitMode: "AUTO" || "MANUAL",
4571
4576
  * },
4572
4577
  * DefaultListOptions: { // DefaultFilterListControlOptions
4573
4578
  * DisplayOptions: {
@@ -4597,6 +4602,7 @@ declare const UpdateDashboardCommand_base: {
4597
4602
  * SelectableValues: {
4598
4603
  * Values: "<ParameterSelectableValueList>",
4599
4604
  * },
4605
+ * CommitMode: "AUTO" || "MANUAL",
4600
4606
  * },
4601
4607
  * DefaultTextFieldOptions: { // DefaultTextFieldControlOptions
4602
4608
  * DisplayOptions: {
@@ -4631,6 +4637,7 @@ declare const UpdateDashboardCommand_base: {
4631
4637
  * DateTimeFormat: "STRING_VALUE",
4632
4638
  * InfoIconLabelOptions: "<SheetControlInfoIconLabelOptions>",
4633
4639
  * },
4640
+ * CommitMode: "AUTO" || "MANUAL",
4634
4641
  * },
4635
4642
  * },
4636
4643
  * },
@@ -4663,6 +4670,7 @@ declare const UpdateDashboardCommand_base: {
4663
4670
  * HelperTextVisibility: "HIDDEN" || "VISIBLE",
4664
4671
  * DateIconVisibility: "HIDDEN" || "VISIBLE",
4665
4672
  * },
4673
+ * CommitMode: "AUTO" || "MANUAL",
4666
4674
  * },
4667
4675
  * DefaultListOptions: {
4668
4676
  * DisplayOptions: {
@@ -4686,6 +4694,7 @@ declare const UpdateDashboardCommand_base: {
4686
4694
  * },
4687
4695
  * Type: "MULTI_SELECT" || "SINGLE_SELECT",
4688
4696
  * SelectableValues: "<FilterSelectableValues>",
4697
+ * CommitMode: "AUTO" || "MANUAL",
4689
4698
  * },
4690
4699
  * DefaultTextFieldOptions: {
4691
4700
  * DisplayOptions: {
@@ -4718,6 +4727,7 @@ declare const UpdateDashboardCommand_base: {
4718
4727
  * DateTimeFormat: "STRING_VALUE",
4719
4728
  * InfoIconLabelOptions: "<SheetControlInfoIconLabelOptions>",
4720
4729
  * },
4730
+ * CommitMode: "AUTO" || "MANUAL",
4721
4731
  * },
4722
4732
  * },
4723
4733
  * },
@@ -4743,6 +4753,7 @@ declare const UpdateDashboardCommand_base: {
4743
4753
  * HelperTextVisibility: "HIDDEN" || "VISIBLE",
4744
4754
  * DateIconVisibility: "HIDDEN" || "VISIBLE",
4745
4755
  * },
4756
+ * CommitMode: "AUTO" || "MANUAL",
4746
4757
  * },
4747
4758
  * DefaultListOptions: {
4748
4759
  * DisplayOptions: {
@@ -4764,6 +4775,7 @@ declare const UpdateDashboardCommand_base: {
4764
4775
  * },
4765
4776
  * Type: "MULTI_SELECT" || "SINGLE_SELECT",
4766
4777
  * SelectableValues: "<FilterSelectableValues>",
4778
+ * CommitMode: "AUTO" || "MANUAL",
4767
4779
  * },
4768
4780
  * DefaultTextFieldOptions: {
4769
4781
  * DisplayOptions: {
@@ -4796,6 +4808,7 @@ declare const UpdateDashboardCommand_base: {
4796
4808
  * DateTimeFormat: "STRING_VALUE",
4797
4809
  * InfoIconLabelOptions: "<SheetControlInfoIconLabelOptions>",
4798
4810
  * },
4811
+ * CommitMode: "AUTO" || "MANUAL",
4799
4812
  * },
4800
4813
  * },
4801
4814
  * },
@@ -4816,6 +4829,7 @@ declare const UpdateDashboardCommand_base: {
4816
4829
  * DefaultDateTimePickerOptions: {
4817
4830
  * Type: "SINGLE_VALUED" || "DATE_RANGE",
4818
4831
  * DisplayOptions: "<DateTimePickerControlDisplayOptions>",
4832
+ * CommitMode: "AUTO" || "MANUAL",
4819
4833
  * },
4820
4834
  * DefaultListOptions: {
4821
4835
  * DisplayOptions: "<ListControlDisplayOptions>",
@@ -4826,6 +4840,7 @@ declare const UpdateDashboardCommand_base: {
4826
4840
  * DisplayOptions: "<DropDownControlDisplayOptions>",
4827
4841
  * Type: "MULTI_SELECT" || "SINGLE_SELECT",
4828
4842
  * SelectableValues: "<FilterSelectableValues>",
4843
+ * CommitMode: "AUTO" || "MANUAL",
4829
4844
  * },
4830
4845
  * DefaultTextFieldOptions: {
4831
4846
  * DisplayOptions: "<TextFieldControlDisplayOptions>",
@@ -4847,6 +4862,7 @@ declare const UpdateDashboardCommand_base: {
4847
4862
  * DateTimeFormat: "STRING_VALUE",
4848
4863
  * InfoIconLabelOptions: "<SheetControlInfoIconLabelOptions>",
4849
4864
  * },
4865
+ * CommitMode: "AUTO" || "MANUAL",
4850
4866
  * },
4851
4867
  * },
4852
4868
  * },
@@ -4879,6 +4895,7 @@ declare const UpdateDashboardCommand_base: {
4879
4895
  * DefaultDateTimePickerOptions: {
4880
4896
  * Type: "SINGLE_VALUED" || "DATE_RANGE",
4881
4897
  * DisplayOptions: "<DateTimePickerControlDisplayOptions>",
4898
+ * CommitMode: "AUTO" || "MANUAL",
4882
4899
  * },
4883
4900
  * DefaultListOptions: {
4884
4901
  * DisplayOptions: "<ListControlDisplayOptions>",
@@ -4889,6 +4906,7 @@ declare const UpdateDashboardCommand_base: {
4889
4906
  * DisplayOptions: "<DropDownControlDisplayOptions>",
4890
4907
  * Type: "MULTI_SELECT" || "SINGLE_SELECT",
4891
4908
  * SelectableValues: "<FilterSelectableValues>",
4909
+ * CommitMode: "AUTO" || "MANUAL",
4892
4910
  * },
4893
4911
  * DefaultTextFieldOptions: {
4894
4912
  * DisplayOptions: "<TextFieldControlDisplayOptions>",
@@ -4906,6 +4924,7 @@ declare const UpdateDashboardCommand_base: {
4906
4924
  * },
4907
4925
  * DefaultRelativeDateTimeOptions: {
4908
4926
  * DisplayOptions: "<RelativeDateTimeControlDisplayOptions>",
4927
+ * CommitMode: "AUTO" || "MANUAL",
4909
4928
  * },
4910
4929
  * },
4911
4930
  * },
@@ -217,6 +217,7 @@ declare const UpdateTemplateCommand_base: {
217
217
  * },
218
218
  * ],
219
219
  * },
220
+ * CommitMode: "AUTO" || "MANUAL",
220
221
  * },
221
222
  * TextField: { // ParameterTextFieldControl
222
223
  * ParameterControlId: "STRING_VALUE", // required
@@ -305,6 +306,7 @@ declare const UpdateTemplateCommand_base: {
305
306
  * DateIconVisibility: "HIDDEN" || "VISIBLE",
306
307
  * },
307
308
  * Type: "SINGLE_VALUED" || "DATE_RANGE",
309
+ * CommitMode: "AUTO" || "MANUAL",
308
310
  * },
309
311
  * List: { // FilterListControl
310
312
  * FilterControlId: "STRING_VALUE", // required
@@ -363,6 +365,7 @@ declare const UpdateTemplateCommand_base: {
363
365
  * },
364
366
  * ],
365
367
  * },
368
+ * CommitMode: "AUTO" || "MANUAL",
366
369
  * },
367
370
  * TextField: { // FilterTextFieldControl
368
371
  * FilterControlId: "STRING_VALUE", // required
@@ -411,6 +414,7 @@ declare const UpdateTemplateCommand_base: {
411
414
  * DateTimeFormat: "STRING_VALUE",
412
415
  * InfoIconLabelOptions: "<SheetControlInfoIconLabelOptions>",
413
416
  * },
417
+ * CommitMode: "AUTO" || "MANUAL",
414
418
  * },
415
419
  * CrossSheet: { // FilterCrossSheetControl
416
420
  * FilterControlId: "STRING_VALUE", // required
@@ -4512,6 +4516,7 @@ declare const UpdateTemplateCommand_base: {
4512
4516
  * HelperTextVisibility: "HIDDEN" || "VISIBLE",
4513
4517
  * DateIconVisibility: "HIDDEN" || "VISIBLE",
4514
4518
  * },
4519
+ * CommitMode: "AUTO" || "MANUAL",
4515
4520
  * },
4516
4521
  * DefaultListOptions: { // DefaultFilterListControlOptions
4517
4522
  * DisplayOptions: {
@@ -4541,6 +4546,7 @@ declare const UpdateTemplateCommand_base: {
4541
4546
  * SelectableValues: {
4542
4547
  * Values: "<ParameterSelectableValueList>",
4543
4548
  * },
4549
+ * CommitMode: "AUTO" || "MANUAL",
4544
4550
  * },
4545
4551
  * DefaultTextFieldOptions: { // DefaultTextFieldControlOptions
4546
4552
  * DisplayOptions: {
@@ -4575,6 +4581,7 @@ declare const UpdateTemplateCommand_base: {
4575
4581
  * DateTimeFormat: "STRING_VALUE",
4576
4582
  * InfoIconLabelOptions: "<SheetControlInfoIconLabelOptions>",
4577
4583
  * },
4584
+ * CommitMode: "AUTO" || "MANUAL",
4578
4585
  * },
4579
4586
  * },
4580
4587
  * },
@@ -4607,6 +4614,7 @@ declare const UpdateTemplateCommand_base: {
4607
4614
  * HelperTextVisibility: "HIDDEN" || "VISIBLE",
4608
4615
  * DateIconVisibility: "HIDDEN" || "VISIBLE",
4609
4616
  * },
4617
+ * CommitMode: "AUTO" || "MANUAL",
4610
4618
  * },
4611
4619
  * DefaultListOptions: {
4612
4620
  * DisplayOptions: {
@@ -4630,6 +4638,7 @@ declare const UpdateTemplateCommand_base: {
4630
4638
  * },
4631
4639
  * Type: "MULTI_SELECT" || "SINGLE_SELECT",
4632
4640
  * SelectableValues: "<FilterSelectableValues>",
4641
+ * CommitMode: "AUTO" || "MANUAL",
4633
4642
  * },
4634
4643
  * DefaultTextFieldOptions: {
4635
4644
  * DisplayOptions: {
@@ -4662,6 +4671,7 @@ declare const UpdateTemplateCommand_base: {
4662
4671
  * DateTimeFormat: "STRING_VALUE",
4663
4672
  * InfoIconLabelOptions: "<SheetControlInfoIconLabelOptions>",
4664
4673
  * },
4674
+ * CommitMode: "AUTO" || "MANUAL",
4665
4675
  * },
4666
4676
  * },
4667
4677
  * },
@@ -4687,6 +4697,7 @@ declare const UpdateTemplateCommand_base: {
4687
4697
  * HelperTextVisibility: "HIDDEN" || "VISIBLE",
4688
4698
  * DateIconVisibility: "HIDDEN" || "VISIBLE",
4689
4699
  * },
4700
+ * CommitMode: "AUTO" || "MANUAL",
4690
4701
  * },
4691
4702
  * DefaultListOptions: {
4692
4703
  * DisplayOptions: {
@@ -4708,6 +4719,7 @@ declare const UpdateTemplateCommand_base: {
4708
4719
  * },
4709
4720
  * Type: "MULTI_SELECT" || "SINGLE_SELECT",
4710
4721
  * SelectableValues: "<FilterSelectableValues>",
4722
+ * CommitMode: "AUTO" || "MANUAL",
4711
4723
  * },
4712
4724
  * DefaultTextFieldOptions: {
4713
4725
  * DisplayOptions: {
@@ -4740,6 +4752,7 @@ declare const UpdateTemplateCommand_base: {
4740
4752
  * DateTimeFormat: "STRING_VALUE",
4741
4753
  * InfoIconLabelOptions: "<SheetControlInfoIconLabelOptions>",
4742
4754
  * },
4755
+ * CommitMode: "AUTO" || "MANUAL",
4743
4756
  * },
4744
4757
  * },
4745
4758
  * },
@@ -4760,6 +4773,7 @@ declare const UpdateTemplateCommand_base: {
4760
4773
  * DefaultDateTimePickerOptions: {
4761
4774
  * Type: "SINGLE_VALUED" || "DATE_RANGE",
4762
4775
  * DisplayOptions: "<DateTimePickerControlDisplayOptions>",
4776
+ * CommitMode: "AUTO" || "MANUAL",
4763
4777
  * },
4764
4778
  * DefaultListOptions: {
4765
4779
  * DisplayOptions: "<ListControlDisplayOptions>",
@@ -4770,6 +4784,7 @@ declare const UpdateTemplateCommand_base: {
4770
4784
  * DisplayOptions: "<DropDownControlDisplayOptions>",
4771
4785
  * Type: "MULTI_SELECT" || "SINGLE_SELECT",
4772
4786
  * SelectableValues: "<FilterSelectableValues>",
4787
+ * CommitMode: "AUTO" || "MANUAL",
4773
4788
  * },
4774
4789
  * DefaultTextFieldOptions: {
4775
4790
  * DisplayOptions: "<TextFieldControlDisplayOptions>",
@@ -4791,6 +4806,7 @@ declare const UpdateTemplateCommand_base: {
4791
4806
  * DateTimeFormat: "STRING_VALUE",
4792
4807
  * InfoIconLabelOptions: "<SheetControlInfoIconLabelOptions>",
4793
4808
  * },
4809
+ * CommitMode: "AUTO" || "MANUAL",
4794
4810
  * },
4795
4811
  * },
4796
4812
  * },
@@ -4823,6 +4839,7 @@ declare const UpdateTemplateCommand_base: {
4823
4839
  * DefaultDateTimePickerOptions: {
4824
4840
  * Type: "SINGLE_VALUED" || "DATE_RANGE",
4825
4841
  * DisplayOptions: "<DateTimePickerControlDisplayOptions>",
4842
+ * CommitMode: "AUTO" || "MANUAL",
4826
4843
  * },
4827
4844
  * DefaultListOptions: {
4828
4845
  * DisplayOptions: "<ListControlDisplayOptions>",
@@ -4833,6 +4850,7 @@ declare const UpdateTemplateCommand_base: {
4833
4850
  * DisplayOptions: "<DropDownControlDisplayOptions>",
4834
4851
  * Type: "MULTI_SELECT" || "SINGLE_SELECT",
4835
4852
  * SelectableValues: "<FilterSelectableValues>",
4853
+ * CommitMode: "AUTO" || "MANUAL",
4836
4854
  * },
4837
4855
  * DefaultTextFieldOptions: {
4838
4856
  * DisplayOptions: "<TextFieldControlDisplayOptions>",
@@ -4850,6 +4868,7 @@ declare const UpdateTemplateCommand_base: {
4850
4868
  * },
4851
4869
  * DefaultRelativeDateTimeOptions: {
4852
4870
  * DisplayOptions: "<RelativeDateTimeControlDisplayOptions>",
4871
+ * CommitMode: "AUTO" || "MANUAL",
4853
4872
  * },
4854
4873
  * },
4855
4874
  * },
@@ -105,6 +105,7 @@ export * from "./ListDataSetsCommand";
105
105
  export * from "./ListDataSourcesCommand";
106
106
  export * from "./ListFolderMembersCommand";
107
107
  export * from "./ListFoldersCommand";
108
+ export * from "./ListFoldersForResourceCommand";
108
109
  export * from "./ListGroupMembershipsCommand";
109
110
  export * from "./ListGroupsCommand";
110
111
  export * from "./ListIAMPolicyAssignmentsCommand";
@@ -1688,6 +1688,18 @@ export interface CategoryFilterConfiguration {
1688
1688
  */
1689
1689
  CustomFilterConfiguration?: CustomFilterConfiguration;
1690
1690
  }
1691
+ /**
1692
+ * @public
1693
+ * @enum
1694
+ */
1695
+ export declare const CommitMode: {
1696
+ readonly AUTO: "AUTO";
1697
+ readonly MANUAL: "MANUAL";
1698
+ };
1699
+ /**
1700
+ * @public
1701
+ */
1702
+ export type CommitMode = (typeof CommitMode)[keyof typeof CommitMode];
1691
1703
  /**
1692
1704
  * <p>A control to display info icons for filters and parameters.</p>
1693
1705
  * @public
@@ -1897,6 +1909,11 @@ export interface DefaultDateTimePickerControlOptions {
1897
1909
  * @public
1898
1910
  */
1899
1911
  DisplayOptions?: DateTimePickerControlDisplayOptions;
1912
+ /**
1913
+ * <p>The visibility configuration of the Apply button on a <code>DateTimePickerControl</code>.</p>
1914
+ * @public
1915
+ */
1916
+ CommitMode?: CommitMode;
1900
1917
  }
1901
1918
  /**
1902
1919
  * <p>The configuration of the <code>Select all</code> options in a list control.</p>
@@ -1984,6 +2001,11 @@ export interface DefaultFilterDropDownControlOptions {
1984
2001
  * @public
1985
2002
  */
1986
2003
  SelectableValues?: FilterSelectableValues;
2004
+ /**
2005
+ * <p>The visibility configuration of the Apply button on a <code>FilterDropDownControl</code>.</p>
2006
+ * @public
2007
+ */
2008
+ CommitMode?: CommitMode;
1987
2009
  }
1988
2010
  /**
1989
2011
  * <p>The configuration of the search options in a list control.</p>
@@ -2084,6 +2106,11 @@ export interface DefaultRelativeDateTimeControlOptions {
2084
2106
  * @public
2085
2107
  */
2086
2108
  DisplayOptions?: RelativeDateTimeControlDisplayOptions;
2109
+ /**
2110
+ * <p>The visibility configuration of the Apply button on a <code>RelativeDateTimeControl</code>.</p>
2111
+ * @public
2112
+ */
2113
+ CommitMode?: CommitMode;
2087
2114
  }
2088
2115
  /**
2089
2116
  * <p>The display options of a control.</p>
@@ -3653,6 +3680,11 @@ export interface FilterDateTimePickerControl {
3653
3680
  * @public
3654
3681
  */
3655
3682
  Type?: SheetControlDateTimePickerType;
3683
+ /**
3684
+ * <p>The visibility configurationof the Apply button on a <code>DateTimePickerControl</code>.</p>
3685
+ * @public
3686
+ */
3687
+ CommitMode?: CommitMode;
3656
3688
  }
3657
3689
  /**
3658
3690
  * <p>A control to display a dropdown list with buttons that are used to select a single value.</p>
@@ -3704,6 +3736,11 @@ export interface FilterDropDownControl {
3704
3736
  * @public
3705
3737
  */
3706
3738
  CascadingControlConfiguration?: CascadingControlConfiguration;
3739
+ /**
3740
+ * <p>The visibility configuration of the Apply button on a <code>FilterDropDownControl</code>.</p>
3741
+ * @public
3742
+ */
3743
+ CommitMode?: CommitMode;
3707
3744
  }
3708
3745
  /**
3709
3746
  * <p>A control to display a list of buttons or boxes. This is used to select either a single value or multiple values.</p>
@@ -3781,6 +3818,11 @@ export interface FilterRelativeDateTimeControl {
3781
3818
  * @public
3782
3819
  */
3783
3820
  DisplayOptions?: RelativeDateTimeControlDisplayOptions;
3821
+ /**
3822
+ * <p>The visibility configuration of the Apply button on a <code>FilterRelativeDateTimeControl</code>.</p>
3823
+ * @public
3824
+ */
3825
+ CommitMode?: CommitMode;
3784
3826
  }
3785
3827
  /**
3786
3828
  * <p>A control to display a horizontal toggle bar. This is used to change a value by sliding the toggle.</p>
@@ -4565,6 +4607,11 @@ export interface ParameterDropDownControl {
4565
4607
  * @public
4566
4608
  */
4567
4609
  CascadingControlConfiguration?: CascadingControlConfiguration;
4610
+ /**
4611
+ * <p>The visibility configuration of the Apply button on a <code>ParameterDropDownControl</code>.</p>
4612
+ * @public
4613
+ */
4614
+ CommitMode?: CommitMode;
4568
4615
  }
4569
4616
  /**
4570
4617
  * <p>A control to display a list with buttons or boxes that are used to select either a single value or multiple values.</p>
@@ -6606,18 +6653,6 @@ export interface SmallMultiplesOptions {
6606
6653
  */
6607
6654
  YAxis?: SmallMultiplesAxisProperties;
6608
6655
  }
6609
- /**
6610
- * @public
6611
- * @enum
6612
- */
6613
- export declare const OtherCategories: {
6614
- readonly EXCLUDE: "EXCLUDE";
6615
- readonly INCLUDE: "INCLUDE";
6616
- };
6617
- /**
6618
- * @public
6619
- */
6620
- export type OtherCategories = (typeof OtherCategories)[keyof typeof OtherCategories];
6621
6656
  /**
6622
6657
  * @internal
6623
6658
  */
@@ -1,4 +1,16 @@
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";
1
+ import { AggregationFunction, AxisBinding, AxisDisplayOptions, BarChartFieldWells, BarChartOrientation, BarsArrangement, ChartAxisLabelOptions, ColumnIdentifier, ColumnSort, ContributionAnalysisDefault, DataLabelOptions, DataLabelPosition, DimensionField, FontConfiguration, FormatConfiguration, HorizontalTextAlignment, LegendOptions, MeasureField, NumberDisplayFormatConfiguration, PercentageDisplayFormatConfiguration, ReferenceLine, SmallMultiplesOptions, SortDirection, TimeGranularity, URLTargetConfiguration, Visibility, VisualCustomAction, VisualInteractionOptions, WidgetStatus } from "./models_0";
2
+ /**
3
+ * @public
4
+ * @enum
5
+ */
6
+ export declare const OtherCategories: {
7
+ readonly EXCLUDE: "EXCLUDE";
8
+ readonly INCLUDE: "INCLUDE";
9
+ };
10
+ /**
11
+ * @public
12
+ */
13
+ export type OtherCategories = (typeof OtherCategories)[keyof typeof OtherCategories];
2
14
  /**
3
15
  * <p>The limit configuration of the visual display for an axis.</p>
4
16
  * @public
@@ -6749,62 +6761,6 @@ export interface TreeMapSortConfiguration {
6749
6761
  */
6750
6762
  TreeMapGroupItemsLimitConfiguration?: ItemsLimitConfiguration;
6751
6763
  }
6752
- /**
6753
- * <p>The configuration of a tree map.</p>
6754
- * @public
6755
- */
6756
- export interface TreeMapConfiguration {
6757
- /**
6758
- * <p>The field wells of the visual.</p>
6759
- * @public
6760
- */
6761
- FieldWells?: TreeMapFieldWells;
6762
- /**
6763
- * <p>The sort configuration of a tree map.</p>
6764
- * @public
6765
- */
6766
- SortConfiguration?: TreeMapSortConfiguration;
6767
- /**
6768
- * <p>The label options (label text, label visibility) of the groups that are displayed in a tree map.</p>
6769
- * @public
6770
- */
6771
- GroupLabelOptions?: ChartAxisLabelOptions;
6772
- /**
6773
- * <p>The label options (label text, label visibility) of the sizes that are displayed in a tree map.</p>
6774
- * @public
6775
- */
6776
- SizeLabelOptions?: ChartAxisLabelOptions;
6777
- /**
6778
- * <p>The label options (label text, label visibility) for the colors displayed in a tree map.</p>
6779
- * @public
6780
- */
6781
- ColorLabelOptions?: ChartAxisLabelOptions;
6782
- /**
6783
- * <p>The color options (gradient color, point of divergence) of a tree map.</p>
6784
- * @public
6785
- */
6786
- ColorScale?: ColorScale;
6787
- /**
6788
- * <p>The legend display setup of the visual.</p>
6789
- * @public
6790
- */
6791
- Legend?: LegendOptions;
6792
- /**
6793
- * <p>The options that determine if visual data labels are displayed.</p>
6794
- * @public
6795
- */
6796
- DataLabels?: DataLabelOptions;
6797
- /**
6798
- * <p>The tooltip display setup of the visual.</p>
6799
- * @public
6800
- */
6801
- Tooltip?: TooltipOptions;
6802
- /**
6803
- * <p>The general visual interactions setup for a visual.</p>
6804
- * @public
6805
- */
6806
- Interactions?: VisualInteractionOptions;
6807
- }
6808
6764
  /**
6809
6765
  * @internal
6810
6766
  */
@@ -7321,7 +7277,3 @@ export declare const TreeMapAggregatedFieldWellsFilterSensitiveLog: (obj: TreeMa
7321
7277
  * @internal
7322
7278
  */
7323
7279
  export declare const TreeMapFieldWellsFilterSensitiveLog: (obj: TreeMapFieldWells) => any;
7324
- /**
7325
- * @internal
7326
- */
7327
- export declare const TreeMapConfigurationFilterSensitiveLog: (obj: TreeMapConfiguration) => any;
@@ -1,7 +1,63 @@
1
1
  import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
2
2
  import { AccountCustomization, AdHocFilteringOption, AggFunction, AggregationPartitionBy, AggType, AmazonElasticsearchParameters, AmazonOpenSearchParameters, AnalysisDefaults, AssetOptions, AxisDisplayOptions, CalculatedField, ChartAxisLabelOptions, ColumnConfiguration, DashboardBehavior, DataLabelOptions, DataSetIdentifierDeclaration, DimensionField, Edition, FilterControl, FilterGroup, Layout, LegendOptions, MeasureField, NumberScale, ParameterControl, ParameterDeclaration, QueryExecutionOptions, ResourceStatus, SheetContentType, SheetControlLayout, SheetTextBox, TimeGranularity, TopicTimeGranularity, VisualCustomAction, VisualInteractionOptions, VisualMenuOption } from "./models_0";
3
- import { BarChartVisual, BoxPlotVisual, ColumnHierarchy, ComboChartVisual, CustomContentVisual, EmptyVisual, FieldSortOptions, FilledMapVisual, FunnelChartVisual, GaugeChartVisual, GeospatialMapVisual, HeatMapVisual, HistogramVisual, InsightVisual, ItemsLimitConfiguration, KPIVisual, LineChartVisual, PieChartVisual, PivotTableVisual, RadarChartVisual, SankeyDiagramVisual, ScatterPlotVisual, TableVisual, TreeMapConfiguration, VisualPalette, VisualSubtitleLabelOptions, VisualTitleLabelOptions } from "./models_1";
3
+ import { BarChartVisual, BoxPlotVisual, ColorScale, ColumnHierarchy, ComboChartVisual, CustomContentVisual, EmptyVisual, FieldSortOptions, FilledMapVisual, FunnelChartVisual, GaugeChartVisual, GeospatialMapVisual, HeatMapVisual, HistogramVisual, InsightVisual, ItemsLimitConfiguration, KPIVisual, LineChartVisual, PieChartVisual, PivotTableVisual, RadarChartVisual, SankeyDiagramVisual, ScatterPlotVisual, TableVisual, TooltipOptions, TreeMapFieldWells, TreeMapSortConfiguration, VisualPalette, VisualSubtitleLabelOptions, VisualTitleLabelOptions } from "./models_1";
4
4
  import { QuickSightServiceException as __BaseException } from "./QuickSightServiceException";
5
+ /**
6
+ * <p>The configuration of a tree map.</p>
7
+ * @public
8
+ */
9
+ export interface TreeMapConfiguration {
10
+ /**
11
+ * <p>The field wells of the visual.</p>
12
+ * @public
13
+ */
14
+ FieldWells?: TreeMapFieldWells;
15
+ /**
16
+ * <p>The sort configuration of a tree map.</p>
17
+ * @public
18
+ */
19
+ SortConfiguration?: TreeMapSortConfiguration;
20
+ /**
21
+ * <p>The label options (label text, label visibility) of the groups that are displayed in a tree map.</p>
22
+ * @public
23
+ */
24
+ GroupLabelOptions?: ChartAxisLabelOptions;
25
+ /**
26
+ * <p>The label options (label text, label visibility) of the sizes that are displayed in a tree map.</p>
27
+ * @public
28
+ */
29
+ SizeLabelOptions?: ChartAxisLabelOptions;
30
+ /**
31
+ * <p>The label options (label text, label visibility) for the colors displayed in a tree map.</p>
32
+ * @public
33
+ */
34
+ ColorLabelOptions?: ChartAxisLabelOptions;
35
+ /**
36
+ * <p>The color options (gradient color, point of divergence) of a tree map.</p>
37
+ * @public
38
+ */
39
+ ColorScale?: ColorScale;
40
+ /**
41
+ * <p>The legend display setup of the visual.</p>
42
+ * @public
43
+ */
44
+ Legend?: LegendOptions;
45
+ /**
46
+ * <p>The options that determine if visual data labels are displayed.</p>
47
+ * @public
48
+ */
49
+ DataLabels?: DataLabelOptions;
50
+ /**
51
+ * <p>The tooltip display setup of the visual.</p>
52
+ * @public
53
+ */
54
+ Tooltip?: TooltipOptions;
55
+ /**
56
+ * <p>The general visual interactions setup for a visual.</p>
57
+ * @public
58
+ */
59
+ Interactions?: VisualInteractionOptions;
60
+ }
5
61
  /**
6
62
  * <p>A tree map.</p>
7
63
  * <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>
@@ -7494,33 +7550,9 @@ export interface CredentialPair {
7494
7550
  AlternateDataSourceParameters?: DataSourceParameters[];
7495
7551
  }
7496
7552
  /**
7497
- * <p>Data source credentials. This is a variant type structure. For this structure to be
7498
- * valid, only one of the attributes can be non-null.</p>
7499
- * @public
7553
+ * @internal
7500
7554
  */
7501
- export interface DataSourceCredentials {
7502
- /**
7503
- * <p>Credential pair. For more information, see
7504
- * <code>
7505
- * <a href="https://docs.aws.amazon.com/quicksight/latest/APIReference/API_CredentialPair.html">CredentialPair</a>
7506
- * </code>.</p>
7507
- * @public
7508
- */
7509
- CredentialPair?: CredentialPair;
7510
- /**
7511
- * <p>The Amazon Resource Name (ARN) of a data source that has the credential pair that you
7512
- * want to use. When <code>CopySourceArn</code> is not null, the credential pair from the
7513
- * data source in the ARN is used as the credentials for the
7514
- * <code>DataSourceCredentials</code> structure.</p>
7515
- * @public
7516
- */
7517
- CopySourceArn?: string;
7518
- /**
7519
- * <p>The Amazon Resource Name (ARN) of the secret associated with the data source in Amazon Secrets Manager.</p>
7520
- * @public
7521
- */
7522
- SecretArn?: string;
7523
- }
7555
+ export declare const TreeMapConfigurationFilterSensitiveLog: (obj: TreeMapConfiguration) => any;
7524
7556
  /**
7525
7557
  * @internal
7526
7558
  */
@@ -7689,7 +7721,3 @@ export declare const RowLevelPermissionTagConfigurationFilterSensitiveLog: (obj:
7689
7721
  * @internal
7690
7722
  */
7691
7723
  export declare const CreateDataSetRequestFilterSensitiveLog: (obj: CreateDataSetRequest) => any;
7692
- /**
7693
- * @internal
7694
- */
7695
- export declare const DataSourceCredentialsFilterSensitiveLog: (obj: DataSourceCredentials) => any;