@@ -249,6 +249,7 @@ export interface CreateAnalysisCommandOutput extends CreateAnalysisResponse, __M
249
249
* },
250
250
* ],
251
251
* },
252
+ * CommitMode: "AUTO" || "MANUAL",
252
253
* },
253
254
* TextField: { // ParameterTextFieldControl
254
255
* ParameterControlId: "STRING_VALUE", // required
@@ -337,6 +338,7 @@ export interface CreateAnalysisCommandOutput extends CreateAnalysisResponse, __M
337
338
* DateIconVisibility: "HIDDEN" || "VISIBLE",
338
339
* },
339
340
* Type: "SINGLE_VALUED" || "DATE_RANGE",
341
+ * CommitMode: "AUTO" || "MANUAL",
340
342
* },
341
343
* List: { // FilterListControl
342
344
* FilterControlId: "STRING_VALUE", // required
@@ -395,6 +397,7 @@ export interface CreateAnalysisCommandOutput extends CreateAnalysisResponse, __M
395
397
* },
396
398
* ],
397
399
* },
400
+ * CommitMode: "AUTO" || "MANUAL",
398
401
* },
399
402
* TextField: { // FilterTextFieldControl
400
403
* FilterControlId: "STRING_VALUE", // required
@@ -443,6 +446,7 @@ export interface CreateAnalysisCommandOutput extends CreateAnalysisResponse, __M
443
446
* DateTimeFormat: "STRING_VALUE",
444
447
* InfoIconLabelOptions: "<SheetControlInfoIconLabelOptions>",
445
448
* },
449
+ * CommitMode: "AUTO" || "MANUAL",
446
450
* },
447
451
* CrossSheet: { // FilterCrossSheetControl
448
452
* FilterControlId: "STRING_VALUE", // required
@@ -4544,6 +4548,7 @@ export interface CreateAnalysisCommandOutput extends CreateAnalysisResponse, __M
4544
4548
* HelperTextVisibility: "HIDDEN" || "VISIBLE",
4545
4549
* DateIconVisibility: "HIDDEN" || "VISIBLE",
4546
4550
* },
4551
+ * CommitMode: "AUTO" || "MANUAL",
4547
4552
* },
4548
4553
* DefaultListOptions: { // DefaultFilterListControlOptions
4549
4554
* DisplayOptions: {
@@ -4573,6 +4578,7 @@ export interface CreateAnalysisCommandOutput extends CreateAnalysisResponse, __M
4573
4578
* SelectableValues: {
4574
4579
* Values: "<ParameterSelectableValueList>",
4575
4580
* },
4581
+ * CommitMode: "AUTO" || "MANUAL",
4576
4582
* },
4577
4583
* DefaultTextFieldOptions: { // DefaultTextFieldControlOptions
4578
4584
* DisplayOptions: {
@@ -4607,6 +4613,7 @@ export interface CreateAnalysisCommandOutput extends CreateAnalysisResponse, __M
4607
4613
* DateTimeFormat: "STRING_VALUE",
4608
4614
* InfoIconLabelOptions: "<SheetControlInfoIconLabelOptions>",
4609
4615
* },
4616
+ * CommitMode: "AUTO" || "MANUAL",
4610
4617
* },
4611
4618
* },
4612
4619
* },
@@ -4639,6 +4646,7 @@ export interface CreateAnalysisCommandOutput extends CreateAnalysisResponse, __M
4639
4646
* HelperTextVisibility: "HIDDEN" || "VISIBLE",
4640
4647
* DateIconVisibility: "HIDDEN" || "VISIBLE",
4641
4648
* },
4649
+ * CommitMode: "AUTO" || "MANUAL",
4642
4650
* },
4643
4651
* DefaultListOptions: {
4644
4652
* DisplayOptions: {
@@ -4662,6 +4670,7 @@ export interface CreateAnalysisCommandOutput extends CreateAnalysisResponse, __M
4662
4670
* },
4663
4671
* Type: "MULTI_SELECT" || "SINGLE_SELECT",
4664
4672
* SelectableValues: "<FilterSelectableValues>",
4673
+ * CommitMode: "AUTO" || "MANUAL",
4665
4674
* },
4666
4675
* DefaultTextFieldOptions: {
4667
4676
* DisplayOptions: {
@@ -4694,6 +4703,7 @@ export interface CreateAnalysisCommandOutput extends CreateAnalysisResponse, __M
4694
4703
* DateTimeFormat: "STRING_VALUE",
4695
4704
* InfoIconLabelOptions: "<SheetControlInfoIconLabelOptions>",
4696
4705
* },
4706
+ * CommitMode: "AUTO" || "MANUAL",
4697
4707
* },
4698
4708
* },
4699
4709
* },
@@ -4719,6 +4729,7 @@ export interface CreateAnalysisCommandOutput extends CreateAnalysisResponse, __M
4719
4729
* HelperTextVisibility: "HIDDEN" || "VISIBLE",
4720
4730
* DateIconVisibility: "HIDDEN" || "VISIBLE",
4721
4731
* },
4732
+ * CommitMode: "AUTO" || "MANUAL",
4722
4733
* },
4723
4734
* DefaultListOptions: {
4724
4735
* DisplayOptions: {
@@ -4740,6 +4751,7 @@ export interface CreateAnalysisCommandOutput extends CreateAnalysisResponse, __M
4740
4751
* },
4741
4752
* Type: "MULTI_SELECT" || "SINGLE_SELECT",
4742
4753
* SelectableValues: "<FilterSelectableValues>",
4754
+ * CommitMode: "AUTO" || "MANUAL",
4743
4755
* },
4744
4756
* DefaultTextFieldOptions: {
4745
4757
* DisplayOptions: {
@@ -4772,6 +4784,7 @@ export interface CreateAnalysisCommandOutput extends CreateAnalysisResponse, __M
4772
4784
* DateTimeFormat: "STRING_VALUE",
4773
4785
* InfoIconLabelOptions: "<SheetControlInfoIconLabelOptions>",
4774
4786
* },
4787
+ * CommitMode: "AUTO" || "MANUAL",
4775
4788
* },
4776
4789
* },
4777
4790
* },
@@ -4792,6 +4805,7 @@ export interface CreateAnalysisCommandOutput extends CreateAnalysisResponse, __M
4792
4805
* DefaultDateTimePickerOptions: {
4793
4806
* Type: "SINGLE_VALUED" || "DATE_RANGE",
4794
4807
* DisplayOptions: "<DateTimePickerControlDisplayOptions>",
4808
+ * CommitMode: "AUTO" || "MANUAL",
4795
4809
* },
4796
4810
* DefaultListOptions: {
4797
4811
* DisplayOptions: "<ListControlDisplayOptions>",
@@ -4802,6 +4816,7 @@ export interface CreateAnalysisCommandOutput extends CreateAnalysisResponse, __M
4802
4816
* DisplayOptions: "<DropDownControlDisplayOptions>",
4803
4817
* Type: "MULTI_SELECT" || "SINGLE_SELECT",
4804
4818
* SelectableValues: "<FilterSelectableValues>",
4819
+ * CommitMode: "AUTO" || "MANUAL",
4805
4820
* },
4806
4821
* DefaultTextFieldOptions: {
4807
4822
* DisplayOptions: "<TextFieldControlDisplayOptions>",
@@ -4823,6 +4838,7 @@ export interface CreateAnalysisCommandOutput extends CreateAnalysisResponse, __M
4823
4838
* DateTimeFormat: "STRING_VALUE",
4824
4839
* InfoIconLabelOptions: "<SheetControlInfoIconLabelOptions>",
4825
4840
* },
4841
+ * CommitMode: "AUTO" || "MANUAL",
4826
4842
* },
4827
4843
* },
4828
4844
* },
@@ -4855,6 +4871,7 @@ export interface CreateAnalysisCommandOutput extends CreateAnalysisResponse, __M
4855
4871
* DefaultDateTimePickerOptions: {
4856
4872
* Type: "SINGLE_VALUED" || "DATE_RANGE",
4857
4873
* DisplayOptions: "<DateTimePickerControlDisplayOptions>",
4874
+ * CommitMode: "AUTO" || "MANUAL",
4858
4875
* },
4859
4876
* DefaultListOptions: {
4860
4877
* DisplayOptions: "<ListControlDisplayOptions>",
@@ -4865,6 +4882,7 @@ export interface CreateAnalysisCommandOutput extends CreateAnalysisResponse, __M
4865
4882
* DisplayOptions: "<DropDownControlDisplayOptions>",
4866
4883
* Type: "MULTI_SELECT" || "SINGLE_SELECT",
4867
4884
* SelectableValues: "<FilterSelectableValues>",
4885
+ * CommitMode: "AUTO" || "MANUAL",
4868
4886
* },
4869
4887
* DefaultTextFieldOptions: {
4870
4888
* DisplayOptions: "<TextFieldControlDisplayOptions>",
@@ -4882,6 +4900,7 @@ export interface CreateAnalysisCommandOutput extends CreateAnalysisResponse, __M
4882
4900
* },
4883
4901
* DefaultRelativeDateTimeOptions: {
4884
4902
* DisplayOptions: "<RelativeDateTimeControlDisplayOptions>",
4903
+ * CommitMode: "AUTO" || "MANUAL",
4885
4904
* },
4886
4905
* },
4887
4906
* },
0 commit comments