@aws-sdk/client-quicksight 3.556.0 → 3.558.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.
- package/dist-cjs/index.js +16644 -16530
- package/dist-es/models/models_0.js +31 -51
- package/dist-es/models/models_1.js +21 -53
- package/dist-es/models/models_2.js +54 -25
- package/dist-es/models/models_3.js +25 -0
- package/dist-es/protocols/Aws_restJson1.js +115 -4
- package/dist-types/commands/CreateAnalysisCommand.d.ts +300 -0
- package/dist-types/commands/CreateDashboardCommand.d.ts +300 -0
- package/dist-types/commands/CreateTemplateCommand.d.ts +300 -0
- package/dist-types/commands/CreateThemeAliasCommand.d.ts +1 -1
- package/dist-types/commands/CreateThemeCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAnalysisDefinitionCommand.d.ts +300 -0
- package/dist-types/commands/DescribeAssetBundleExportJobCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAssetBundleImportJobCommand.d.ts +6 -0
- package/dist-types/commands/DescribeDashboardDefinitionCommand.d.ts +300 -0
- package/dist-types/commands/DescribeTemplateDefinitionCommand.d.ts +300 -0
- package/dist-types/commands/ListGroupsCommand.d.ts +1 -1
- package/dist-types/commands/ListIAMPolicyAssignmentsCommand.d.ts +1 -1
- package/dist-types/commands/ListIAMPolicyAssignmentsForUserCommand.d.ts +1 -1
- package/dist-types/commands/ListIdentityPropagationConfigsCommand.d.ts +1 -1
- package/dist-types/commands/ListIngestionsCommand.d.ts +1 -1
- package/dist-types/commands/ListNamespacesCommand.d.ts +1 -2
- package/dist-types/commands/StartAssetBundleExportJobCommand.d.ts +1 -1
- package/dist-types/commands/StartDashboardSnapshotJobCommand.d.ts +52 -5
- package/dist-types/commands/UpdateAnalysisCommand.d.ts +300 -0
- package/dist-types/commands/UpdateDashboardCommand.d.ts +300 -0
- package/dist-types/commands/UpdateTemplateCommand.d.ts +300 -0
- package/dist-types/models/models_0.d.ts +717 -725
- package/dist-types/models/models_1.d.ts +286 -446
- package/dist-types/models/models_2.d.ts +463 -302
- package/dist-types/models/models_3.d.ts +316 -280
- package/dist-types/models/models_4.d.ts +280 -4
- package/dist-types/ts3.4/commands/CreateThemeAliasCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateThemeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListGroupsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListIAMPolicyAssignmentsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListIAMPolicyAssignmentsForUserCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListIdentityPropagationConfigsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListIngestionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListNamespacesCommand.d.ts +4 -2
- package/dist-types/ts3.4/models/models_0.d.ts +174 -190
- package/dist-types/ts3.4/models/models_1.d.ts +77 -134
- package/dist-types/ts3.4/models/models_2.d.ts +159 -91
- package/dist-types/ts3.4/models/models_3.d.ts +91 -72
- package/dist-types/ts3.4/models/models_4.d.ts +76 -3
- package/package.json +1 -1
|
@@ -428,6 +428,18 @@ declare const CreateTemplateCommand_base: {
|
|
|
428
428
|
* InfoIconLabelOptions: "<SheetControlInfoIconLabelOptions>",
|
|
429
429
|
* },
|
|
430
430
|
* },
|
|
431
|
+
* CrossSheet: { // FilterCrossSheetControl
|
|
432
|
+
* FilterControlId: "STRING_VALUE", // required
|
|
433
|
+
* SourceFilterId: "STRING_VALUE", // required
|
|
434
|
+
* CascadingControlConfiguration: {
|
|
435
|
+
* SourceControls: [
|
|
436
|
+
* {
|
|
437
|
+
* SourceSheetControlId: "STRING_VALUE",
|
|
438
|
+
* ColumnToMatch: "<ColumnIdentifier>",
|
|
439
|
+
* },
|
|
440
|
+
* ],
|
|
441
|
+
* },
|
|
442
|
+
* },
|
|
431
443
|
* },
|
|
432
444
|
* ],
|
|
433
445
|
* Visuals: [ // VisualList
|
|
@@ -4472,6 +4484,82 @@ declare const CreateTemplateCommand_base: {
|
|
|
4472
4484
|
* NullOption: "ALL_VALUES" || "NULLS_ONLY" || "NON_NULLS_ONLY", // required
|
|
4473
4485
|
* },
|
|
4474
4486
|
* },
|
|
4487
|
+
* DefaultFilterControlConfiguration: { // DefaultFilterControlConfiguration
|
|
4488
|
+
* Title: "STRING_VALUE", // required
|
|
4489
|
+
* ControlOptions: { // DefaultFilterControlOptions
|
|
4490
|
+
* DefaultDateTimePickerOptions: { // DefaultDateTimePickerControlOptions
|
|
4491
|
+
* Type: "SINGLE_VALUED" || "DATE_RANGE",
|
|
4492
|
+
* DisplayOptions: {
|
|
4493
|
+
* TitleOptions: "<LabelOptions>",
|
|
4494
|
+
* DateTimeFormat: "STRING_VALUE",
|
|
4495
|
+
* InfoIconLabelOptions: "<SheetControlInfoIconLabelOptions>",
|
|
4496
|
+
* },
|
|
4497
|
+
* },
|
|
4498
|
+
* DefaultListOptions: { // DefaultFilterListControlOptions
|
|
4499
|
+
* DisplayOptions: {
|
|
4500
|
+
* SearchOptions: {
|
|
4501
|
+
* Visibility: "HIDDEN" || "VISIBLE",
|
|
4502
|
+
* },
|
|
4503
|
+
* SelectAllOptions: {
|
|
4504
|
+
* Visibility: "HIDDEN" || "VISIBLE",
|
|
4505
|
+
* },
|
|
4506
|
+
* TitleOptions: "<LabelOptions>",
|
|
4507
|
+
* InfoIconLabelOptions: "<SheetControlInfoIconLabelOptions>",
|
|
4508
|
+
* },
|
|
4509
|
+
* Type: "MULTI_SELECT" || "SINGLE_SELECT",
|
|
4510
|
+
* SelectableValues: {
|
|
4511
|
+
* Values: [
|
|
4512
|
+
* "STRING_VALUE",
|
|
4513
|
+
* ],
|
|
4514
|
+
* },
|
|
4515
|
+
* },
|
|
4516
|
+
* DefaultDropdownOptions: { // DefaultFilterDropDownControlOptions
|
|
4517
|
+
* DisplayOptions: {
|
|
4518
|
+
* SelectAllOptions: "<ListControlSelectAllOptions>",
|
|
4519
|
+
* TitleOptions: "<LabelOptions>",
|
|
4520
|
+
* InfoIconLabelOptions: "<SheetControlInfoIconLabelOptions>",
|
|
4521
|
+
* },
|
|
4522
|
+
* Type: "MULTI_SELECT" || "SINGLE_SELECT",
|
|
4523
|
+
* SelectableValues: {
|
|
4524
|
+
* Values: "<ParameterSelectableValueList>",
|
|
4525
|
+
* },
|
|
4526
|
+
* },
|
|
4527
|
+
* DefaultTextFieldOptions: { // DefaultTextFieldControlOptions
|
|
4528
|
+
* DisplayOptions: {
|
|
4529
|
+
* TitleOptions: "<LabelOptions>",
|
|
4530
|
+
* PlaceholderOptions: {
|
|
4531
|
+
* Visibility: "HIDDEN" || "VISIBLE",
|
|
4532
|
+
* },
|
|
4533
|
+
* InfoIconLabelOptions: "<SheetControlInfoIconLabelOptions>",
|
|
4534
|
+
* },
|
|
4535
|
+
* },
|
|
4536
|
+
* DefaultTextAreaOptions: { // DefaultTextAreaControlOptions
|
|
4537
|
+
* Delimiter: "STRING_VALUE",
|
|
4538
|
+
* DisplayOptions: {
|
|
4539
|
+
* TitleOptions: "<LabelOptions>",
|
|
4540
|
+
* PlaceholderOptions: "<TextControlPlaceholderOptions>",
|
|
4541
|
+
* InfoIconLabelOptions: "<SheetControlInfoIconLabelOptions>",
|
|
4542
|
+
* },
|
|
4543
|
+
* },
|
|
4544
|
+
* DefaultSliderOptions: { // DefaultSliderControlOptions
|
|
4545
|
+
* DisplayOptions: {
|
|
4546
|
+
* TitleOptions: "<LabelOptions>",
|
|
4547
|
+
* InfoIconLabelOptions: "<SheetControlInfoIconLabelOptions>",
|
|
4548
|
+
* },
|
|
4549
|
+
* Type: "SINGLE_POINT" || "RANGE",
|
|
4550
|
+
* MaximumValue: Number("double"), // required
|
|
4551
|
+
* MinimumValue: Number("double"), // required
|
|
4552
|
+
* StepSize: Number("double"), // required
|
|
4553
|
+
* },
|
|
4554
|
+
* DefaultRelativeDateTimeOptions: { // DefaultRelativeDateTimeControlOptions
|
|
4555
|
+
* DisplayOptions: {
|
|
4556
|
+
* TitleOptions: "<LabelOptions>",
|
|
4557
|
+
* DateTimeFormat: "STRING_VALUE",
|
|
4558
|
+
* InfoIconLabelOptions: "<SheetControlInfoIconLabelOptions>",
|
|
4559
|
+
* },
|
|
4560
|
+
* },
|
|
4561
|
+
* },
|
|
4562
|
+
* },
|
|
4475
4563
|
* },
|
|
4476
4564
|
* NumericRangeFilter: { // NumericRangeFilter
|
|
4477
4565
|
* FilterId: "STRING_VALUE", // required
|
|
@@ -4489,6 +4577,74 @@ declare const CreateTemplateCommand_base: {
|
|
|
4489
4577
|
* SelectAllOptions: "FILTER_ALL_VALUES",
|
|
4490
4578
|
* AggregationFunction: "<AggregationFunction>",
|
|
4491
4579
|
* NullOption: "ALL_VALUES" || "NULLS_ONLY" || "NON_NULLS_ONLY", // required
|
|
4580
|
+
* DefaultFilterControlConfiguration: {
|
|
4581
|
+
* Title: "STRING_VALUE", // required
|
|
4582
|
+
* ControlOptions: {
|
|
4583
|
+
* DefaultDateTimePickerOptions: {
|
|
4584
|
+
* Type: "SINGLE_VALUED" || "DATE_RANGE",
|
|
4585
|
+
* DisplayOptions: {
|
|
4586
|
+
* TitleOptions: "<LabelOptions>",
|
|
4587
|
+
* DateTimeFormat: "STRING_VALUE",
|
|
4588
|
+
* InfoIconLabelOptions: "<SheetControlInfoIconLabelOptions>",
|
|
4589
|
+
* },
|
|
4590
|
+
* },
|
|
4591
|
+
* DefaultListOptions: {
|
|
4592
|
+
* DisplayOptions: {
|
|
4593
|
+
* SearchOptions: {
|
|
4594
|
+
* Visibility: "HIDDEN" || "VISIBLE",
|
|
4595
|
+
* },
|
|
4596
|
+
* SelectAllOptions: "<ListControlSelectAllOptions>",
|
|
4597
|
+
* TitleOptions: "<LabelOptions>",
|
|
4598
|
+
* InfoIconLabelOptions: "<SheetControlInfoIconLabelOptions>",
|
|
4599
|
+
* },
|
|
4600
|
+
* Type: "MULTI_SELECT" || "SINGLE_SELECT",
|
|
4601
|
+
* SelectableValues: {
|
|
4602
|
+
* Values: "<ParameterSelectableValueList>",
|
|
4603
|
+
* },
|
|
4604
|
+
* },
|
|
4605
|
+
* DefaultDropdownOptions: {
|
|
4606
|
+
* DisplayOptions: {
|
|
4607
|
+
* SelectAllOptions: "<ListControlSelectAllOptions>",
|
|
4608
|
+
* TitleOptions: "<LabelOptions>",
|
|
4609
|
+
* InfoIconLabelOptions: "<SheetControlInfoIconLabelOptions>",
|
|
4610
|
+
* },
|
|
4611
|
+
* Type: "MULTI_SELECT" || "SINGLE_SELECT",
|
|
4612
|
+
* SelectableValues: "<FilterSelectableValues>",
|
|
4613
|
+
* },
|
|
4614
|
+
* DefaultTextFieldOptions: {
|
|
4615
|
+
* DisplayOptions: {
|
|
4616
|
+
* TitleOptions: "<LabelOptions>",
|
|
4617
|
+
* PlaceholderOptions: "<TextControlPlaceholderOptions>",
|
|
4618
|
+
* InfoIconLabelOptions: "<SheetControlInfoIconLabelOptions>",
|
|
4619
|
+
* },
|
|
4620
|
+
* },
|
|
4621
|
+
* DefaultTextAreaOptions: {
|
|
4622
|
+
* Delimiter: "STRING_VALUE",
|
|
4623
|
+
* DisplayOptions: {
|
|
4624
|
+
* TitleOptions: "<LabelOptions>",
|
|
4625
|
+
* PlaceholderOptions: "<TextControlPlaceholderOptions>",
|
|
4626
|
+
* InfoIconLabelOptions: "<SheetControlInfoIconLabelOptions>",
|
|
4627
|
+
* },
|
|
4628
|
+
* },
|
|
4629
|
+
* DefaultSliderOptions: {
|
|
4630
|
+
* DisplayOptions: {
|
|
4631
|
+
* TitleOptions: "<LabelOptions>",
|
|
4632
|
+
* InfoIconLabelOptions: "<SheetControlInfoIconLabelOptions>",
|
|
4633
|
+
* },
|
|
4634
|
+
* Type: "SINGLE_POINT" || "RANGE",
|
|
4635
|
+
* MaximumValue: Number("double"), // required
|
|
4636
|
+
* MinimumValue: Number("double"), // required
|
|
4637
|
+
* StepSize: Number("double"), // required
|
|
4638
|
+
* },
|
|
4639
|
+
* DefaultRelativeDateTimeOptions: {
|
|
4640
|
+
* DisplayOptions: {
|
|
4641
|
+
* TitleOptions: "<LabelOptions>",
|
|
4642
|
+
* DateTimeFormat: "STRING_VALUE",
|
|
4643
|
+
* InfoIconLabelOptions: "<SheetControlInfoIconLabelOptions>",
|
|
4644
|
+
* },
|
|
4645
|
+
* },
|
|
4646
|
+
* },
|
|
4647
|
+
* },
|
|
4492
4648
|
* },
|
|
4493
4649
|
* NumericEqualityFilter: { // NumericEqualityFilter
|
|
4494
4650
|
* FilterId: "STRING_VALUE", // required
|
|
@@ -4499,6 +4655,72 @@ declare const CreateTemplateCommand_base: {
|
|
|
4499
4655
|
* AggregationFunction: "<AggregationFunction>",
|
|
4500
4656
|
* ParameterName: "STRING_VALUE",
|
|
4501
4657
|
* NullOption: "ALL_VALUES" || "NULLS_ONLY" || "NON_NULLS_ONLY", // required
|
|
4658
|
+
* DefaultFilterControlConfiguration: {
|
|
4659
|
+
* Title: "STRING_VALUE", // required
|
|
4660
|
+
* ControlOptions: {
|
|
4661
|
+
* DefaultDateTimePickerOptions: {
|
|
4662
|
+
* Type: "SINGLE_VALUED" || "DATE_RANGE",
|
|
4663
|
+
* DisplayOptions: {
|
|
4664
|
+
* TitleOptions: "<LabelOptions>",
|
|
4665
|
+
* DateTimeFormat: "STRING_VALUE",
|
|
4666
|
+
* InfoIconLabelOptions: "<SheetControlInfoIconLabelOptions>",
|
|
4667
|
+
* },
|
|
4668
|
+
* },
|
|
4669
|
+
* DefaultListOptions: {
|
|
4670
|
+
* DisplayOptions: {
|
|
4671
|
+
* SearchOptions: {
|
|
4672
|
+
* Visibility: "HIDDEN" || "VISIBLE",
|
|
4673
|
+
* },
|
|
4674
|
+
* SelectAllOptions: "<ListControlSelectAllOptions>",
|
|
4675
|
+
* TitleOptions: "<LabelOptions>",
|
|
4676
|
+
* InfoIconLabelOptions: "<SheetControlInfoIconLabelOptions>",
|
|
4677
|
+
* },
|
|
4678
|
+
* Type: "MULTI_SELECT" || "SINGLE_SELECT",
|
|
4679
|
+
* SelectableValues: "<FilterSelectableValues>",
|
|
4680
|
+
* },
|
|
4681
|
+
* DefaultDropdownOptions: {
|
|
4682
|
+
* DisplayOptions: {
|
|
4683
|
+
* SelectAllOptions: "<ListControlSelectAllOptions>",
|
|
4684
|
+
* TitleOptions: "<LabelOptions>",
|
|
4685
|
+
* InfoIconLabelOptions: "<SheetControlInfoIconLabelOptions>",
|
|
4686
|
+
* },
|
|
4687
|
+
* Type: "MULTI_SELECT" || "SINGLE_SELECT",
|
|
4688
|
+
* SelectableValues: "<FilterSelectableValues>",
|
|
4689
|
+
* },
|
|
4690
|
+
* DefaultTextFieldOptions: {
|
|
4691
|
+
* DisplayOptions: {
|
|
4692
|
+
* TitleOptions: "<LabelOptions>",
|
|
4693
|
+
* PlaceholderOptions: "<TextControlPlaceholderOptions>",
|
|
4694
|
+
* InfoIconLabelOptions: "<SheetControlInfoIconLabelOptions>",
|
|
4695
|
+
* },
|
|
4696
|
+
* },
|
|
4697
|
+
* DefaultTextAreaOptions: {
|
|
4698
|
+
* Delimiter: "STRING_VALUE",
|
|
4699
|
+
* DisplayOptions: {
|
|
4700
|
+
* TitleOptions: "<LabelOptions>",
|
|
4701
|
+
* PlaceholderOptions: "<TextControlPlaceholderOptions>",
|
|
4702
|
+
* InfoIconLabelOptions: "<SheetControlInfoIconLabelOptions>",
|
|
4703
|
+
* },
|
|
4704
|
+
* },
|
|
4705
|
+
* DefaultSliderOptions: {
|
|
4706
|
+
* DisplayOptions: {
|
|
4707
|
+
* TitleOptions: "<LabelOptions>",
|
|
4708
|
+
* InfoIconLabelOptions: "<SheetControlInfoIconLabelOptions>",
|
|
4709
|
+
* },
|
|
4710
|
+
* Type: "SINGLE_POINT" || "RANGE",
|
|
4711
|
+
* MaximumValue: Number("double"), // required
|
|
4712
|
+
* MinimumValue: Number("double"), // required
|
|
4713
|
+
* StepSize: Number("double"), // required
|
|
4714
|
+
* },
|
|
4715
|
+
* DefaultRelativeDateTimeOptions: {
|
|
4716
|
+
* DisplayOptions: {
|
|
4717
|
+
* TitleOptions: "<LabelOptions>",
|
|
4718
|
+
* DateTimeFormat: "STRING_VALUE",
|
|
4719
|
+
* InfoIconLabelOptions: "<SheetControlInfoIconLabelOptions>",
|
|
4720
|
+
* },
|
|
4721
|
+
* },
|
|
4722
|
+
* },
|
|
4723
|
+
* },
|
|
4502
4724
|
* },
|
|
4503
4725
|
* TimeEqualityFilter: { // TimeEqualityFilter
|
|
4504
4726
|
* FilterId: "STRING_VALUE", // required
|
|
@@ -4510,6 +4732,46 @@ declare const CreateTemplateCommand_base: {
|
|
|
4510
4732
|
* DataSetIdentifier: "STRING_VALUE",
|
|
4511
4733
|
* Expression: "STRING_VALUE", // required
|
|
4512
4734
|
* },
|
|
4735
|
+
* DefaultFilterControlConfiguration: {
|
|
4736
|
+
* Title: "STRING_VALUE", // required
|
|
4737
|
+
* ControlOptions: {
|
|
4738
|
+
* DefaultDateTimePickerOptions: {
|
|
4739
|
+
* Type: "SINGLE_VALUED" || "DATE_RANGE",
|
|
4740
|
+
* DisplayOptions: "<DateTimePickerControlDisplayOptions>",
|
|
4741
|
+
* },
|
|
4742
|
+
* DefaultListOptions: {
|
|
4743
|
+
* DisplayOptions: "<ListControlDisplayOptions>",
|
|
4744
|
+
* Type: "MULTI_SELECT" || "SINGLE_SELECT",
|
|
4745
|
+
* SelectableValues: "<FilterSelectableValues>",
|
|
4746
|
+
* },
|
|
4747
|
+
* DefaultDropdownOptions: {
|
|
4748
|
+
* DisplayOptions: "<DropDownControlDisplayOptions>",
|
|
4749
|
+
* Type: "MULTI_SELECT" || "SINGLE_SELECT",
|
|
4750
|
+
* SelectableValues: "<FilterSelectableValues>",
|
|
4751
|
+
* },
|
|
4752
|
+
* DefaultTextFieldOptions: {
|
|
4753
|
+
* DisplayOptions: "<TextFieldControlDisplayOptions>",
|
|
4754
|
+
* },
|
|
4755
|
+
* DefaultTextAreaOptions: {
|
|
4756
|
+
* Delimiter: "STRING_VALUE",
|
|
4757
|
+
* DisplayOptions: "<TextAreaControlDisplayOptions>",
|
|
4758
|
+
* },
|
|
4759
|
+
* DefaultSliderOptions: {
|
|
4760
|
+
* DisplayOptions: "<SliderControlDisplayOptions>",
|
|
4761
|
+
* Type: "SINGLE_POINT" || "RANGE",
|
|
4762
|
+
* MaximumValue: Number("double"), // required
|
|
4763
|
+
* MinimumValue: Number("double"), // required
|
|
4764
|
+
* StepSize: Number("double"), // required
|
|
4765
|
+
* },
|
|
4766
|
+
* DefaultRelativeDateTimeOptions: {
|
|
4767
|
+
* DisplayOptions: {
|
|
4768
|
+
* TitleOptions: "<LabelOptions>",
|
|
4769
|
+
* DateTimeFormat: "STRING_VALUE",
|
|
4770
|
+
* InfoIconLabelOptions: "<SheetControlInfoIconLabelOptions>",
|
|
4771
|
+
* },
|
|
4772
|
+
* },
|
|
4773
|
+
* },
|
|
4774
|
+
* },
|
|
4513
4775
|
* },
|
|
4514
4776
|
* TimeRangeFilter: { // TimeRangeFilter
|
|
4515
4777
|
* FilterId: "STRING_VALUE", // required
|
|
@@ -4533,6 +4795,42 @@ declare const CreateTemplateCommand_base: {
|
|
|
4533
4795
|
* Status: "ENABLED" || "DISABLED",
|
|
4534
4796
|
* },
|
|
4535
4797
|
* TimeGranularity: "YEAR" || "QUARTER" || "MONTH" || "WEEK" || "DAY" || "HOUR" || "MINUTE" || "SECOND" || "MILLISECOND",
|
|
4798
|
+
* DefaultFilterControlConfiguration: {
|
|
4799
|
+
* Title: "STRING_VALUE", // required
|
|
4800
|
+
* ControlOptions: {
|
|
4801
|
+
* DefaultDateTimePickerOptions: {
|
|
4802
|
+
* Type: "SINGLE_VALUED" || "DATE_RANGE",
|
|
4803
|
+
* DisplayOptions: "<DateTimePickerControlDisplayOptions>",
|
|
4804
|
+
* },
|
|
4805
|
+
* DefaultListOptions: {
|
|
4806
|
+
* DisplayOptions: "<ListControlDisplayOptions>",
|
|
4807
|
+
* Type: "MULTI_SELECT" || "SINGLE_SELECT",
|
|
4808
|
+
* SelectableValues: "<FilterSelectableValues>",
|
|
4809
|
+
* },
|
|
4810
|
+
* DefaultDropdownOptions: {
|
|
4811
|
+
* DisplayOptions: "<DropDownControlDisplayOptions>",
|
|
4812
|
+
* Type: "MULTI_SELECT" || "SINGLE_SELECT",
|
|
4813
|
+
* SelectableValues: "<FilterSelectableValues>",
|
|
4814
|
+
* },
|
|
4815
|
+
* DefaultTextFieldOptions: {
|
|
4816
|
+
* DisplayOptions: "<TextFieldControlDisplayOptions>",
|
|
4817
|
+
* },
|
|
4818
|
+
* DefaultTextAreaOptions: {
|
|
4819
|
+
* Delimiter: "STRING_VALUE",
|
|
4820
|
+
* DisplayOptions: "<TextAreaControlDisplayOptions>",
|
|
4821
|
+
* },
|
|
4822
|
+
* DefaultSliderOptions: {
|
|
4823
|
+
* DisplayOptions: "<SliderControlDisplayOptions>",
|
|
4824
|
+
* Type: "SINGLE_POINT" || "RANGE",
|
|
4825
|
+
* MaximumValue: Number("double"), // required
|
|
4826
|
+
* MinimumValue: Number("double"), // required
|
|
4827
|
+
* StepSize: Number("double"), // required
|
|
4828
|
+
* },
|
|
4829
|
+
* DefaultRelativeDateTimeOptions: {
|
|
4830
|
+
* DisplayOptions: "<RelativeDateTimeControlDisplayOptions>",
|
|
4831
|
+
* },
|
|
4832
|
+
* },
|
|
4833
|
+
* },
|
|
4536
4834
|
* },
|
|
4537
4835
|
* RelativeDatesFilter: { // RelativeDatesFilter
|
|
4538
4836
|
* FilterId: "STRING_VALUE", // required
|
|
@@ -4552,6 +4850,7 @@ declare const CreateTemplateCommand_base: {
|
|
|
4552
4850
|
* Granularity: "YEAR" || "QUARTER" || "MONTH" || "WEEK" || "DAY" || "HOUR" || "MINUTE" || "SECOND" || "MILLISECOND", // required
|
|
4553
4851
|
* Status: "ENABLED" || "DISABLED",
|
|
4554
4852
|
* },
|
|
4853
|
+
* DefaultFilterControlConfiguration: "<DefaultFilterControlConfiguration>",
|
|
4555
4854
|
* },
|
|
4556
4855
|
* TopBottomFilter: { // TopBottomFilter
|
|
4557
4856
|
* FilterId: "STRING_VALUE", // required
|
|
@@ -4566,6 +4865,7 @@ declare const CreateTemplateCommand_base: {
|
|
|
4566
4865
|
* ],
|
|
4567
4866
|
* TimeGranularity: "YEAR" || "QUARTER" || "MONTH" || "WEEK" || "DAY" || "HOUR" || "MINUTE" || "SECOND" || "MILLISECOND",
|
|
4568
4867
|
* ParameterName: "STRING_VALUE",
|
|
4868
|
+
* DefaultFilterControlConfiguration: "<DefaultFilterControlConfiguration>",
|
|
4569
4869
|
* },
|
|
4570
4870
|
* },
|
|
4571
4871
|
* ],
|
|
@@ -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 { CreateThemeAliasRequest, CreateThemeAliasResponse } from "../models/
|
|
3
|
+
import { CreateThemeAliasRequest, CreateThemeAliasResponse } from "../models/models_3";
|
|
4
4
|
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
@@ -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 { CreateThemeRequest, CreateThemeResponse } from "../models/
|
|
3
|
+
import { CreateThemeRequest, CreateThemeResponse } from "../models/models_3";
|
|
4
4
|
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|