@aws-sdk/client-quicksight 3.1040.0 → 3.1042.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/schemas/schemas_0.js +101 -86
- package/dist-es/schemas/schemas_0.js +69 -54
- package/dist-types/commands/CreateAnalysisCommand.d.ts +51 -18
- package/dist-types/commands/CreateCustomPermissionsCommand.d.ts +2 -0
- package/dist-types/commands/CreateDashboardCommand.d.ts +51 -18
- package/dist-types/commands/CreateDataSourceCommand.d.ts +4 -0
- package/dist-types/commands/CreateTemplateCommand.d.ts +51 -18
- package/dist-types/commands/CreateThemeCommand.d.ts +4 -0
- package/dist-types/commands/DescribeAnalysisDefinitionCommand.d.ts +51 -18
- package/dist-types/commands/DescribeAssetBundleImportJobCommand.d.ts +2 -0
- package/dist-types/commands/DescribeCustomPermissionsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeDashboardDefinitionCommand.d.ts +51 -18
- package/dist-types/commands/DescribeDataSourceCommand.d.ts +4 -0
- package/dist-types/commands/DescribeRefreshScheduleCommand.d.ts +2 -1
- package/dist-types/commands/DescribeRoleCustomPermissionCommand.d.ts +1 -2
- package/dist-types/commands/DescribeTemplateDefinitionCommand.d.ts +51 -18
- package/dist-types/commands/DescribeThemeCommand.d.ts +4 -0
- package/dist-types/commands/GetIdentityContextCommand.d.ts +1 -0
- package/dist-types/commands/ListCustomPermissionsCommand.d.ts +2 -0
- package/dist-types/commands/ListDataSourcesCommand.d.ts +4 -0
- package/dist-types/commands/StartAssetBundleImportJobCommand.d.ts +2 -0
- package/dist-types/commands/UpdateAnalysisCommand.d.ts +51 -18
- package/dist-types/commands/UpdateCustomPermissionsCommand.d.ts +2 -0
- package/dist-types/commands/UpdateDashboardCommand.d.ts +51 -18
- package/dist-types/commands/UpdateDataSourceCommand.d.ts +4 -0
- package/dist-types/commands/UpdateTemplateCommand.d.ts +51 -18
- package/dist-types/commands/UpdateThemeCommand.d.ts +4 -0
- package/dist-types/commands/UpdateTopicPermissionsCommand.d.ts +2 -1
- package/dist-types/commands/UpdateTopicRefreshScheduleCommand.d.ts +1 -2
- package/dist-types/models/models_0.d.ts +101 -44
- package/dist-types/models/models_1.d.ts +31 -13
- package/dist-types/models/models_2.d.ts +45 -45
- package/dist-types/models/models_3.d.ts +48 -46
- package/dist-types/models/models_4.d.ts +67 -58
- package/dist-types/models/models_5.d.ts +58 -1
- package/dist-types/schemas/schemas_0.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeRefreshScheduleCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeRoleCustomPermissionCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/UpdateTopicPermissionsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/UpdateTopicRefreshScheduleCommand.d.ts +4 -2
- package/dist-types/ts3.4/models/models_0.d.ts +32 -18
- package/dist-types/ts3.4/models/models_1.d.ts +4 -4
- package/dist-types/ts3.4/models/models_2.d.ts +12 -11
- package/dist-types/ts3.4/models/models_3.d.ts +12 -13
- package/dist-types/ts3.4/models/models_4.d.ts +13 -14
- package/dist-types/ts3.4/models/models_5.d.ts +15 -1
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +2 -0
- package/package.json +5 -5
|
@@ -175,7 +175,7 @@ declare const CreateDashboardCommand_base: {
|
|
|
175
175
|
* { // ParameterControl
|
|
176
176
|
* DateTimePicker: { // ParameterDateTimePickerControl
|
|
177
177
|
* ParameterControlId: "STRING_VALUE", // required
|
|
178
|
-
* Title: "STRING_VALUE",
|
|
178
|
+
* Title: "STRING_VALUE",
|
|
179
179
|
* SourceParameterName: "STRING_VALUE", // required
|
|
180
180
|
* DisplayOptions: { // DateTimePickerControlDisplayOptions
|
|
181
181
|
* TitleOptions: { // LabelOptions
|
|
@@ -203,10 +203,14 @@ declare const CreateDashboardCommand_base: {
|
|
|
203
203
|
* HelperTextVisibility: "HIDDEN" || "VISIBLE",
|
|
204
204
|
* DateIconVisibility: "HIDDEN" || "VISIBLE",
|
|
205
205
|
* },
|
|
206
|
+
* ControlTitleFormatText: { // ControlTitleFormatText
|
|
207
|
+
* PlainText: "STRING_VALUE",
|
|
208
|
+
* RichText: "STRING_VALUE",
|
|
209
|
+
* },
|
|
206
210
|
* },
|
|
207
211
|
* List: { // ParameterListControl
|
|
208
212
|
* ParameterControlId: "STRING_VALUE", // required
|
|
209
|
-
* Title: "STRING_VALUE",
|
|
213
|
+
* Title: "STRING_VALUE",
|
|
210
214
|
* SourceParameterName: "STRING_VALUE", // required
|
|
211
215
|
* DisplayOptions: { // ListControlDisplayOptions
|
|
212
216
|
* SearchOptions: { // ListControlSearchOptions
|
|
@@ -286,10 +290,14 @@ declare const CreateDashboardCommand_base: {
|
|
|
286
290
|
* },
|
|
287
291
|
* },
|
|
288
292
|
* ],
|
|
293
|
+
* ControlTitleFormatText: {
|
|
294
|
+
* PlainText: "STRING_VALUE",
|
|
295
|
+
* RichText: "STRING_VALUE",
|
|
296
|
+
* },
|
|
289
297
|
* },
|
|
290
298
|
* Dropdown: { // ParameterDropDownControl
|
|
291
299
|
* ParameterControlId: "STRING_VALUE", // required
|
|
292
|
-
* Title: "STRING_VALUE",
|
|
300
|
+
* Title: "STRING_VALUE",
|
|
293
301
|
* SourceParameterName: "STRING_VALUE", // required
|
|
294
302
|
* DisplayOptions: { // DropDownControlDisplayOptions
|
|
295
303
|
* SelectAllOptions: {
|
|
@@ -364,10 +372,14 @@ declare const CreateDashboardCommand_base: {
|
|
|
364
372
|
* },
|
|
365
373
|
* },
|
|
366
374
|
* ],
|
|
375
|
+
* ControlTitleFormatText: {
|
|
376
|
+
* PlainText: "STRING_VALUE",
|
|
377
|
+
* RichText: "STRING_VALUE",
|
|
378
|
+
* },
|
|
367
379
|
* },
|
|
368
380
|
* TextField: { // ParameterTextFieldControl
|
|
369
381
|
* ParameterControlId: "STRING_VALUE", // required
|
|
370
|
-
* Title: "STRING_VALUE",
|
|
382
|
+
* Title: "STRING_VALUE",
|
|
371
383
|
* SourceParameterName: "STRING_VALUE", // required
|
|
372
384
|
* DisplayOptions: { // TextFieldControlDisplayOptions
|
|
373
385
|
* TitleOptions: {
|
|
@@ -395,10 +407,14 @@ declare const CreateDashboardCommand_base: {
|
|
|
395
407
|
* InfoIconText: "STRING_VALUE",
|
|
396
408
|
* },
|
|
397
409
|
* },
|
|
410
|
+
* ControlTitleFormatText: {
|
|
411
|
+
* PlainText: "STRING_VALUE",
|
|
412
|
+
* RichText: "STRING_VALUE",
|
|
413
|
+
* },
|
|
398
414
|
* },
|
|
399
415
|
* TextArea: { // ParameterTextAreaControl
|
|
400
416
|
* ParameterControlId: "STRING_VALUE", // required
|
|
401
|
-
* Title: "STRING_VALUE",
|
|
417
|
+
* Title: "STRING_VALUE",
|
|
402
418
|
* SourceParameterName: "STRING_VALUE", // required
|
|
403
419
|
* Delimiter: "STRING_VALUE",
|
|
404
420
|
* DisplayOptions: { // TextAreaControlDisplayOptions
|
|
@@ -427,10 +443,14 @@ declare const CreateDashboardCommand_base: {
|
|
|
427
443
|
* InfoIconText: "STRING_VALUE",
|
|
428
444
|
* },
|
|
429
445
|
* },
|
|
446
|
+
* ControlTitleFormatText: {
|
|
447
|
+
* PlainText: "STRING_VALUE",
|
|
448
|
+
* RichText: "STRING_VALUE",
|
|
449
|
+
* },
|
|
430
450
|
* },
|
|
431
451
|
* Slider: { // ParameterSliderControl
|
|
432
452
|
* ParameterControlId: "STRING_VALUE", // required
|
|
433
|
-
* Title: "STRING_VALUE",
|
|
453
|
+
* Title: "STRING_VALUE",
|
|
434
454
|
* SourceParameterName: "STRING_VALUE", // required
|
|
435
455
|
* DisplayOptions: { // SliderControlDisplayOptions
|
|
436
456
|
* TitleOptions: "<LabelOptions>",
|
|
@@ -439,6 +459,7 @@ declare const CreateDashboardCommand_base: {
|
|
|
439
459
|
* MaximumValue: Number("double"), // required
|
|
440
460
|
* MinimumValue: Number("double"), // required
|
|
441
461
|
* StepSize: Number("double"), // required
|
|
462
|
+
* ControlTitleFormatText: "<ControlTitleFormatText>",
|
|
442
463
|
* },
|
|
443
464
|
* },
|
|
444
465
|
* ],
|
|
@@ -446,7 +467,7 @@ declare const CreateDashboardCommand_base: {
|
|
|
446
467
|
* { // FilterControl
|
|
447
468
|
* DateTimePicker: { // FilterDateTimePickerControl
|
|
448
469
|
* FilterControlId: "STRING_VALUE", // required
|
|
449
|
-
* Title: "STRING_VALUE",
|
|
470
|
+
* Title: "STRING_VALUE",
|
|
450
471
|
* SourceFilterId: "STRING_VALUE", // required
|
|
451
472
|
* DisplayOptions: {
|
|
452
473
|
* TitleOptions: "<LabelOptions>",
|
|
@@ -457,10 +478,11 @@ declare const CreateDashboardCommand_base: {
|
|
|
457
478
|
* },
|
|
458
479
|
* Type: "SINGLE_VALUED" || "DATE_RANGE",
|
|
459
480
|
* CommitMode: "AUTO" || "MANUAL",
|
|
481
|
+
* ControlTitleFormatText: "<ControlTitleFormatText>",
|
|
460
482
|
* },
|
|
461
483
|
* List: { // FilterListControl
|
|
462
484
|
* FilterControlId: "STRING_VALUE", // required
|
|
463
|
-
* Title: "STRING_VALUE",
|
|
485
|
+
* Title: "STRING_VALUE",
|
|
464
486
|
* SourceFilterId: "STRING_VALUE", // required
|
|
465
487
|
* DisplayOptions: {
|
|
466
488
|
* SearchOptions: {
|
|
@@ -511,10 +533,11 @@ declare const CreateDashboardCommand_base: {
|
|
|
511
533
|
* },
|
|
512
534
|
* },
|
|
513
535
|
* ],
|
|
536
|
+
* ControlTitleFormatText: "<ControlTitleFormatText>",
|
|
514
537
|
* },
|
|
515
538
|
* Dropdown: { // FilterDropDownControl
|
|
516
539
|
* FilterControlId: "STRING_VALUE", // required
|
|
517
|
-
* Title: "STRING_VALUE",
|
|
540
|
+
* Title: "STRING_VALUE",
|
|
518
541
|
* SourceFilterId: "STRING_VALUE", // required
|
|
519
542
|
* DisplayOptions: {
|
|
520
543
|
* SelectAllOptions: {
|
|
@@ -563,10 +586,11 @@ declare const CreateDashboardCommand_base: {
|
|
|
563
586
|
* },
|
|
564
587
|
* },
|
|
565
588
|
* ],
|
|
589
|
+
* ControlTitleFormatText: "<ControlTitleFormatText>",
|
|
566
590
|
* },
|
|
567
591
|
* TextField: { // FilterTextFieldControl
|
|
568
592
|
* FilterControlId: "STRING_VALUE", // required
|
|
569
|
-
* Title: "STRING_VALUE",
|
|
593
|
+
* Title: "STRING_VALUE",
|
|
570
594
|
* SourceFilterId: "STRING_VALUE", // required
|
|
571
595
|
* DisplayOptions: {
|
|
572
596
|
* TitleOptions: "<LabelOptions>",
|
|
@@ -575,10 +599,11 @@ declare const CreateDashboardCommand_base: {
|
|
|
575
599
|
* },
|
|
576
600
|
* InfoIconLabelOptions: "<SheetControlInfoIconLabelOptions>",
|
|
577
601
|
* },
|
|
602
|
+
* ControlTitleFormatText: "<ControlTitleFormatText>",
|
|
578
603
|
* },
|
|
579
604
|
* TextArea: { // FilterTextAreaControl
|
|
580
605
|
* FilterControlId: "STRING_VALUE", // required
|
|
581
|
-
* Title: "STRING_VALUE",
|
|
606
|
+
* Title: "STRING_VALUE",
|
|
582
607
|
* SourceFilterId: "STRING_VALUE", // required
|
|
583
608
|
* Delimiter: "STRING_VALUE",
|
|
584
609
|
* DisplayOptions: {
|
|
@@ -588,10 +613,11 @@ declare const CreateDashboardCommand_base: {
|
|
|
588
613
|
* },
|
|
589
614
|
* InfoIconLabelOptions: "<SheetControlInfoIconLabelOptions>",
|
|
590
615
|
* },
|
|
616
|
+
* ControlTitleFormatText: "<ControlTitleFormatText>",
|
|
591
617
|
* },
|
|
592
618
|
* Slider: { // FilterSliderControl
|
|
593
619
|
* FilterControlId: "STRING_VALUE", // required
|
|
594
|
-
* Title: "STRING_VALUE",
|
|
620
|
+
* Title: "STRING_VALUE",
|
|
595
621
|
* SourceFilterId: "STRING_VALUE", // required
|
|
596
622
|
* DisplayOptions: {
|
|
597
623
|
* TitleOptions: "<LabelOptions>",
|
|
@@ -601,10 +627,11 @@ declare const CreateDashboardCommand_base: {
|
|
|
601
627
|
* MaximumValue: Number("double"), // required
|
|
602
628
|
* MinimumValue: Number("double"), // required
|
|
603
629
|
* StepSize: Number("double"), // required
|
|
630
|
+
* ControlTitleFormatText: "<ControlTitleFormatText>",
|
|
604
631
|
* },
|
|
605
632
|
* RelativeDateTime: { // FilterRelativeDateTimeControl
|
|
606
633
|
* FilterControlId: "STRING_VALUE", // required
|
|
607
|
-
* Title: "STRING_VALUE",
|
|
634
|
+
* Title: "STRING_VALUE",
|
|
608
635
|
* SourceFilterId: "STRING_VALUE", // required
|
|
609
636
|
* DisplayOptions: { // RelativeDateTimeControlDisplayOptions
|
|
610
637
|
* TitleOptions: "<LabelOptions>",
|
|
@@ -612,6 +639,7 @@ declare const CreateDashboardCommand_base: {
|
|
|
612
639
|
* InfoIconLabelOptions: "<SheetControlInfoIconLabelOptions>",
|
|
613
640
|
* },
|
|
614
641
|
* CommitMode: "AUTO" || "MANUAL",
|
|
642
|
+
* ControlTitleFormatText: "<ControlTitleFormatText>",
|
|
615
643
|
* },
|
|
616
644
|
* CrossSheet: { // FilterCrossSheetControl
|
|
617
645
|
* FilterControlId: "STRING_VALUE", // required
|
|
@@ -7158,7 +7186,7 @@ declare const CreateDashboardCommand_base: {
|
|
|
7158
7186
|
* },
|
|
7159
7187
|
* },
|
|
7160
7188
|
* DefaultFilterControlConfiguration: { // DefaultFilterControlConfiguration
|
|
7161
|
-
* Title: "STRING_VALUE",
|
|
7189
|
+
* Title: "STRING_VALUE",
|
|
7162
7190
|
* ControlOptions: { // DefaultFilterControlOptions
|
|
7163
7191
|
* DefaultDateTimePickerOptions: { // DefaultDateTimePickerControlOptions
|
|
7164
7192
|
* Type: "SINGLE_VALUED" || "DATE_RANGE",
|
|
@@ -7250,6 +7278,7 @@ declare const CreateDashboardCommand_base: {
|
|
|
7250
7278
|
* CommitMode: "AUTO" || "MANUAL",
|
|
7251
7279
|
* },
|
|
7252
7280
|
* },
|
|
7281
|
+
* ControlTitleFormatText: "<ControlTitleFormatText>",
|
|
7253
7282
|
* },
|
|
7254
7283
|
* },
|
|
7255
7284
|
* NumericRangeFilter: { // NumericRangeFilter
|
|
@@ -7269,7 +7298,7 @@ declare const CreateDashboardCommand_base: {
|
|
|
7269
7298
|
* AggregationFunction: "<AggregationFunction>",
|
|
7270
7299
|
* NullOption: "ALL_VALUES" || "NULLS_ONLY" || "NON_NULLS_ONLY", // required
|
|
7271
7300
|
* DefaultFilterControlConfiguration: {
|
|
7272
|
-
* Title: "STRING_VALUE",
|
|
7301
|
+
* Title: "STRING_VALUE",
|
|
7273
7302
|
* ControlOptions: {
|
|
7274
7303
|
* DefaultDateTimePickerOptions: {
|
|
7275
7304
|
* Type: "SINGLE_VALUED" || "DATE_RANGE",
|
|
@@ -7342,6 +7371,7 @@ declare const CreateDashboardCommand_base: {
|
|
|
7342
7371
|
* CommitMode: "AUTO" || "MANUAL",
|
|
7343
7372
|
* },
|
|
7344
7373
|
* },
|
|
7374
|
+
* ControlTitleFormatText: "<ControlTitleFormatText>",
|
|
7345
7375
|
* },
|
|
7346
7376
|
* },
|
|
7347
7377
|
* NumericEqualityFilter: { // NumericEqualityFilter
|
|
@@ -7354,7 +7384,7 @@ declare const CreateDashboardCommand_base: {
|
|
|
7354
7384
|
* ParameterName: "STRING_VALUE",
|
|
7355
7385
|
* NullOption: "ALL_VALUES" || "NULLS_ONLY" || "NON_NULLS_ONLY", // required
|
|
7356
7386
|
* DefaultFilterControlConfiguration: {
|
|
7357
|
-
* Title: "STRING_VALUE",
|
|
7387
|
+
* Title: "STRING_VALUE",
|
|
7358
7388
|
* ControlOptions: {
|
|
7359
7389
|
* DefaultDateTimePickerOptions: {
|
|
7360
7390
|
* Type: "SINGLE_VALUED" || "DATE_RANGE",
|
|
@@ -7425,6 +7455,7 @@ declare const CreateDashboardCommand_base: {
|
|
|
7425
7455
|
* CommitMode: "AUTO" || "MANUAL",
|
|
7426
7456
|
* },
|
|
7427
7457
|
* },
|
|
7458
|
+
* ControlTitleFormatText: "<ControlTitleFormatText>",
|
|
7428
7459
|
* },
|
|
7429
7460
|
* },
|
|
7430
7461
|
* TimeEqualityFilter: { // TimeEqualityFilter
|
|
@@ -7438,7 +7469,7 @@ declare const CreateDashboardCommand_base: {
|
|
|
7438
7469
|
* Expression: "STRING_VALUE", // required
|
|
7439
7470
|
* },
|
|
7440
7471
|
* DefaultFilterControlConfiguration: {
|
|
7441
|
-
* Title: "STRING_VALUE",
|
|
7472
|
+
* Title: "STRING_VALUE",
|
|
7442
7473
|
* ControlOptions: {
|
|
7443
7474
|
* DefaultDateTimePickerOptions: {
|
|
7444
7475
|
* Type: "SINGLE_VALUED" || "DATE_RANGE",
|
|
@@ -7481,6 +7512,7 @@ declare const CreateDashboardCommand_base: {
|
|
|
7481
7512
|
* CommitMode: "AUTO" || "MANUAL",
|
|
7482
7513
|
* },
|
|
7483
7514
|
* },
|
|
7515
|
+
* ControlTitleFormatText: "<ControlTitleFormatText>",
|
|
7484
7516
|
* },
|
|
7485
7517
|
* },
|
|
7486
7518
|
* TimeRangeFilter: { // TimeRangeFilter
|
|
@@ -7506,7 +7538,7 @@ declare const CreateDashboardCommand_base: {
|
|
|
7506
7538
|
* },
|
|
7507
7539
|
* TimeGranularity: "YEAR" || "QUARTER" || "MONTH" || "WEEK" || "DAY" || "HOUR" || "MINUTE" || "SECOND" || "MILLISECOND",
|
|
7508
7540
|
* DefaultFilterControlConfiguration: {
|
|
7509
|
-
* Title: "STRING_VALUE",
|
|
7541
|
+
* Title: "STRING_VALUE",
|
|
7510
7542
|
* ControlOptions: {
|
|
7511
7543
|
* DefaultDateTimePickerOptions: {
|
|
7512
7544
|
* Type: "SINGLE_VALUED" || "DATE_RANGE",
|
|
@@ -7545,6 +7577,7 @@ declare const CreateDashboardCommand_base: {
|
|
|
7545
7577
|
* CommitMode: "AUTO" || "MANUAL",
|
|
7546
7578
|
* },
|
|
7547
7579
|
* },
|
|
7580
|
+
* ControlTitleFormatText: "<ControlTitleFormatText>",
|
|
7548
7581
|
* },
|
|
7549
7582
|
* },
|
|
7550
7583
|
* RelativeDatesFilter: { // RelativeDatesFilter
|
|
@@ -147,6 +147,7 @@ declare const CreateDataSourceCommand_base: {
|
|
|
147
147
|
* VpcConnectionArn: "STRING_VALUE", // required
|
|
148
148
|
* },
|
|
149
149
|
* IdentityProviderResourceUri: "STRING_VALUE",
|
|
150
|
+
* IdentityProviderCACertificatesBundleS3Uri: "STRING_VALUE",
|
|
150
151
|
* },
|
|
151
152
|
* },
|
|
152
153
|
* SparkParameters: { // SparkParameters
|
|
@@ -193,6 +194,7 @@ declare const CreateDataSourceCommand_base: {
|
|
|
193
194
|
* VpcConnectionArn: "STRING_VALUE", // required
|
|
194
195
|
* },
|
|
195
196
|
* IdentityProviderResourceUri: "STRING_VALUE",
|
|
197
|
+
* IdentityProviderCACertificatesBundleS3Uri: "STRING_VALUE",
|
|
196
198
|
* },
|
|
197
199
|
* },
|
|
198
200
|
* TrinoParameters: { // TrinoParameters
|
|
@@ -341,6 +343,7 @@ declare const CreateDataSourceCommand_base: {
|
|
|
341
343
|
* VpcConnectionArn: "STRING_VALUE", // required
|
|
342
344
|
* },
|
|
343
345
|
* IdentityProviderResourceUri: "STRING_VALUE",
|
|
346
|
+
* IdentityProviderCACertificatesBundleS3Uri: "STRING_VALUE",
|
|
344
347
|
* },
|
|
345
348
|
* },
|
|
346
349
|
* SparkParameters: {
|
|
@@ -387,6 +390,7 @@ declare const CreateDataSourceCommand_base: {
|
|
|
387
390
|
* VpcConnectionArn: "STRING_VALUE", // required
|
|
388
391
|
* },
|
|
389
392
|
* IdentityProviderResourceUri: "STRING_VALUE",
|
|
393
|
+
* IdentityProviderCACertificatesBundleS3Uri: "STRING_VALUE",
|
|
390
394
|
* },
|
|
391
395
|
* },
|
|
392
396
|
* TrinoParameters: {
|
|
@@ -111,7 +111,7 @@ declare const CreateTemplateCommand_base: {
|
|
|
111
111
|
* { // ParameterControl
|
|
112
112
|
* DateTimePicker: { // ParameterDateTimePickerControl
|
|
113
113
|
* ParameterControlId: "STRING_VALUE", // required
|
|
114
|
-
* Title: "STRING_VALUE",
|
|
114
|
+
* Title: "STRING_VALUE",
|
|
115
115
|
* SourceParameterName: "STRING_VALUE", // required
|
|
116
116
|
* DisplayOptions: { // DateTimePickerControlDisplayOptions
|
|
117
117
|
* TitleOptions: { // LabelOptions
|
|
@@ -139,10 +139,14 @@ declare const CreateTemplateCommand_base: {
|
|
|
139
139
|
* HelperTextVisibility: "HIDDEN" || "VISIBLE",
|
|
140
140
|
* DateIconVisibility: "HIDDEN" || "VISIBLE",
|
|
141
141
|
* },
|
|
142
|
+
* ControlTitleFormatText: { // ControlTitleFormatText
|
|
143
|
+
* PlainText: "STRING_VALUE",
|
|
144
|
+
* RichText: "STRING_VALUE",
|
|
145
|
+
* },
|
|
142
146
|
* },
|
|
143
147
|
* List: { // ParameterListControl
|
|
144
148
|
* ParameterControlId: "STRING_VALUE", // required
|
|
145
|
-
* Title: "STRING_VALUE",
|
|
149
|
+
* Title: "STRING_VALUE",
|
|
146
150
|
* SourceParameterName: "STRING_VALUE", // required
|
|
147
151
|
* DisplayOptions: { // ListControlDisplayOptions
|
|
148
152
|
* SearchOptions: { // ListControlSearchOptions
|
|
@@ -222,10 +226,14 @@ declare const CreateTemplateCommand_base: {
|
|
|
222
226
|
* },
|
|
223
227
|
* },
|
|
224
228
|
* ],
|
|
229
|
+
* ControlTitleFormatText: {
|
|
230
|
+
* PlainText: "STRING_VALUE",
|
|
231
|
+
* RichText: "STRING_VALUE",
|
|
232
|
+
* },
|
|
225
233
|
* },
|
|
226
234
|
* Dropdown: { // ParameterDropDownControl
|
|
227
235
|
* ParameterControlId: "STRING_VALUE", // required
|
|
228
|
-
* Title: "STRING_VALUE",
|
|
236
|
+
* Title: "STRING_VALUE",
|
|
229
237
|
* SourceParameterName: "STRING_VALUE", // required
|
|
230
238
|
* DisplayOptions: { // DropDownControlDisplayOptions
|
|
231
239
|
* SelectAllOptions: {
|
|
@@ -300,10 +308,14 @@ declare const CreateTemplateCommand_base: {
|
|
|
300
308
|
* },
|
|
301
309
|
* },
|
|
302
310
|
* ],
|
|
311
|
+
* ControlTitleFormatText: {
|
|
312
|
+
* PlainText: "STRING_VALUE",
|
|
313
|
+
* RichText: "STRING_VALUE",
|
|
314
|
+
* },
|
|
303
315
|
* },
|
|
304
316
|
* TextField: { // ParameterTextFieldControl
|
|
305
317
|
* ParameterControlId: "STRING_VALUE", // required
|
|
306
|
-
* Title: "STRING_VALUE",
|
|
318
|
+
* Title: "STRING_VALUE",
|
|
307
319
|
* SourceParameterName: "STRING_VALUE", // required
|
|
308
320
|
* DisplayOptions: { // TextFieldControlDisplayOptions
|
|
309
321
|
* TitleOptions: {
|
|
@@ -331,10 +343,14 @@ declare const CreateTemplateCommand_base: {
|
|
|
331
343
|
* InfoIconText: "STRING_VALUE",
|
|
332
344
|
* },
|
|
333
345
|
* },
|
|
346
|
+
* ControlTitleFormatText: {
|
|
347
|
+
* PlainText: "STRING_VALUE",
|
|
348
|
+
* RichText: "STRING_VALUE",
|
|
349
|
+
* },
|
|
334
350
|
* },
|
|
335
351
|
* TextArea: { // ParameterTextAreaControl
|
|
336
352
|
* ParameterControlId: "STRING_VALUE", // required
|
|
337
|
-
* Title: "STRING_VALUE",
|
|
353
|
+
* Title: "STRING_VALUE",
|
|
338
354
|
* SourceParameterName: "STRING_VALUE", // required
|
|
339
355
|
* Delimiter: "STRING_VALUE",
|
|
340
356
|
* DisplayOptions: { // TextAreaControlDisplayOptions
|
|
@@ -363,10 +379,14 @@ declare const CreateTemplateCommand_base: {
|
|
|
363
379
|
* InfoIconText: "STRING_VALUE",
|
|
364
380
|
* },
|
|
365
381
|
* },
|
|
382
|
+
* ControlTitleFormatText: {
|
|
383
|
+
* PlainText: "STRING_VALUE",
|
|
384
|
+
* RichText: "STRING_VALUE",
|
|
385
|
+
* },
|
|
366
386
|
* },
|
|
367
387
|
* Slider: { // ParameterSliderControl
|
|
368
388
|
* ParameterControlId: "STRING_VALUE", // required
|
|
369
|
-
* Title: "STRING_VALUE",
|
|
389
|
+
* Title: "STRING_VALUE",
|
|
370
390
|
* SourceParameterName: "STRING_VALUE", // required
|
|
371
391
|
* DisplayOptions: { // SliderControlDisplayOptions
|
|
372
392
|
* TitleOptions: "<LabelOptions>",
|
|
@@ -375,6 +395,7 @@ declare const CreateTemplateCommand_base: {
|
|
|
375
395
|
* MaximumValue: Number("double"), // required
|
|
376
396
|
* MinimumValue: Number("double"), // required
|
|
377
397
|
* StepSize: Number("double"), // required
|
|
398
|
+
* ControlTitleFormatText: "<ControlTitleFormatText>",
|
|
378
399
|
* },
|
|
379
400
|
* },
|
|
380
401
|
* ],
|
|
@@ -382,7 +403,7 @@ declare const CreateTemplateCommand_base: {
|
|
|
382
403
|
* { // FilterControl
|
|
383
404
|
* DateTimePicker: { // FilterDateTimePickerControl
|
|
384
405
|
* FilterControlId: "STRING_VALUE", // required
|
|
385
|
-
* Title: "STRING_VALUE",
|
|
406
|
+
* Title: "STRING_VALUE",
|
|
386
407
|
* SourceFilterId: "STRING_VALUE", // required
|
|
387
408
|
* DisplayOptions: {
|
|
388
409
|
* TitleOptions: "<LabelOptions>",
|
|
@@ -393,10 +414,11 @@ declare const CreateTemplateCommand_base: {
|
|
|
393
414
|
* },
|
|
394
415
|
* Type: "SINGLE_VALUED" || "DATE_RANGE",
|
|
395
416
|
* CommitMode: "AUTO" || "MANUAL",
|
|
417
|
+
* ControlTitleFormatText: "<ControlTitleFormatText>",
|
|
396
418
|
* },
|
|
397
419
|
* List: { // FilterListControl
|
|
398
420
|
* FilterControlId: "STRING_VALUE", // required
|
|
399
|
-
* Title: "STRING_VALUE",
|
|
421
|
+
* Title: "STRING_VALUE",
|
|
400
422
|
* SourceFilterId: "STRING_VALUE", // required
|
|
401
423
|
* DisplayOptions: {
|
|
402
424
|
* SearchOptions: {
|
|
@@ -447,10 +469,11 @@ declare const CreateTemplateCommand_base: {
|
|
|
447
469
|
* },
|
|
448
470
|
* },
|
|
449
471
|
* ],
|
|
472
|
+
* ControlTitleFormatText: "<ControlTitleFormatText>",
|
|
450
473
|
* },
|
|
451
474
|
* Dropdown: { // FilterDropDownControl
|
|
452
475
|
* FilterControlId: "STRING_VALUE", // required
|
|
453
|
-
* Title: "STRING_VALUE",
|
|
476
|
+
* Title: "STRING_VALUE",
|
|
454
477
|
* SourceFilterId: "STRING_VALUE", // required
|
|
455
478
|
* DisplayOptions: {
|
|
456
479
|
* SelectAllOptions: {
|
|
@@ -499,10 +522,11 @@ declare const CreateTemplateCommand_base: {
|
|
|
499
522
|
* },
|
|
500
523
|
* },
|
|
501
524
|
* ],
|
|
525
|
+
* ControlTitleFormatText: "<ControlTitleFormatText>",
|
|
502
526
|
* },
|
|
503
527
|
* TextField: { // FilterTextFieldControl
|
|
504
528
|
* FilterControlId: "STRING_VALUE", // required
|
|
505
|
-
* Title: "STRING_VALUE",
|
|
529
|
+
* Title: "STRING_VALUE",
|
|
506
530
|
* SourceFilterId: "STRING_VALUE", // required
|
|
507
531
|
* DisplayOptions: {
|
|
508
532
|
* TitleOptions: "<LabelOptions>",
|
|
@@ -511,10 +535,11 @@ declare const CreateTemplateCommand_base: {
|
|
|
511
535
|
* },
|
|
512
536
|
* InfoIconLabelOptions: "<SheetControlInfoIconLabelOptions>",
|
|
513
537
|
* },
|
|
538
|
+
* ControlTitleFormatText: "<ControlTitleFormatText>",
|
|
514
539
|
* },
|
|
515
540
|
* TextArea: { // FilterTextAreaControl
|
|
516
541
|
* FilterControlId: "STRING_VALUE", // required
|
|
517
|
-
* Title: "STRING_VALUE",
|
|
542
|
+
* Title: "STRING_VALUE",
|
|
518
543
|
* SourceFilterId: "STRING_VALUE", // required
|
|
519
544
|
* Delimiter: "STRING_VALUE",
|
|
520
545
|
* DisplayOptions: {
|
|
@@ -524,10 +549,11 @@ declare const CreateTemplateCommand_base: {
|
|
|
524
549
|
* },
|
|
525
550
|
* InfoIconLabelOptions: "<SheetControlInfoIconLabelOptions>",
|
|
526
551
|
* },
|
|
552
|
+
* ControlTitleFormatText: "<ControlTitleFormatText>",
|
|
527
553
|
* },
|
|
528
554
|
* Slider: { // FilterSliderControl
|
|
529
555
|
* FilterControlId: "STRING_VALUE", // required
|
|
530
|
-
* Title: "STRING_VALUE",
|
|
556
|
+
* Title: "STRING_VALUE",
|
|
531
557
|
* SourceFilterId: "STRING_VALUE", // required
|
|
532
558
|
* DisplayOptions: {
|
|
533
559
|
* TitleOptions: "<LabelOptions>",
|
|
@@ -537,10 +563,11 @@ declare const CreateTemplateCommand_base: {
|
|
|
537
563
|
* MaximumValue: Number("double"), // required
|
|
538
564
|
* MinimumValue: Number("double"), // required
|
|
539
565
|
* StepSize: Number("double"), // required
|
|
566
|
+
* ControlTitleFormatText: "<ControlTitleFormatText>",
|
|
540
567
|
* },
|
|
541
568
|
* RelativeDateTime: { // FilterRelativeDateTimeControl
|
|
542
569
|
* FilterControlId: "STRING_VALUE", // required
|
|
543
|
-
* Title: "STRING_VALUE",
|
|
570
|
+
* Title: "STRING_VALUE",
|
|
544
571
|
* SourceFilterId: "STRING_VALUE", // required
|
|
545
572
|
* DisplayOptions: { // RelativeDateTimeControlDisplayOptions
|
|
546
573
|
* TitleOptions: "<LabelOptions>",
|
|
@@ -548,6 +575,7 @@ declare const CreateTemplateCommand_base: {
|
|
|
548
575
|
* InfoIconLabelOptions: "<SheetControlInfoIconLabelOptions>",
|
|
549
576
|
* },
|
|
550
577
|
* CommitMode: "AUTO" || "MANUAL",
|
|
578
|
+
* ControlTitleFormatText: "<ControlTitleFormatText>",
|
|
551
579
|
* },
|
|
552
580
|
* CrossSheet: { // FilterCrossSheetControl
|
|
553
581
|
* FilterControlId: "STRING_VALUE", // required
|
|
@@ -7096,7 +7124,7 @@ declare const CreateTemplateCommand_base: {
|
|
|
7096
7124
|
* },
|
|
7097
7125
|
* },
|
|
7098
7126
|
* DefaultFilterControlConfiguration: { // DefaultFilterControlConfiguration
|
|
7099
|
-
* Title: "STRING_VALUE",
|
|
7127
|
+
* Title: "STRING_VALUE",
|
|
7100
7128
|
* ControlOptions: { // DefaultFilterControlOptions
|
|
7101
7129
|
* DefaultDateTimePickerOptions: { // DefaultDateTimePickerControlOptions
|
|
7102
7130
|
* Type: "SINGLE_VALUED" || "DATE_RANGE",
|
|
@@ -7188,6 +7216,7 @@ declare const CreateTemplateCommand_base: {
|
|
|
7188
7216
|
* CommitMode: "AUTO" || "MANUAL",
|
|
7189
7217
|
* },
|
|
7190
7218
|
* },
|
|
7219
|
+
* ControlTitleFormatText: "<ControlTitleFormatText>",
|
|
7191
7220
|
* },
|
|
7192
7221
|
* },
|
|
7193
7222
|
* NumericRangeFilter: { // NumericRangeFilter
|
|
@@ -7207,7 +7236,7 @@ declare const CreateTemplateCommand_base: {
|
|
|
7207
7236
|
* AggregationFunction: "<AggregationFunction>",
|
|
7208
7237
|
* NullOption: "ALL_VALUES" || "NULLS_ONLY" || "NON_NULLS_ONLY", // required
|
|
7209
7238
|
* DefaultFilterControlConfiguration: {
|
|
7210
|
-
* Title: "STRING_VALUE",
|
|
7239
|
+
* Title: "STRING_VALUE",
|
|
7211
7240
|
* ControlOptions: {
|
|
7212
7241
|
* DefaultDateTimePickerOptions: {
|
|
7213
7242
|
* Type: "SINGLE_VALUED" || "DATE_RANGE",
|
|
@@ -7280,6 +7309,7 @@ declare const CreateTemplateCommand_base: {
|
|
|
7280
7309
|
* CommitMode: "AUTO" || "MANUAL",
|
|
7281
7310
|
* },
|
|
7282
7311
|
* },
|
|
7312
|
+
* ControlTitleFormatText: "<ControlTitleFormatText>",
|
|
7283
7313
|
* },
|
|
7284
7314
|
* },
|
|
7285
7315
|
* NumericEqualityFilter: { // NumericEqualityFilter
|
|
@@ -7292,7 +7322,7 @@ declare const CreateTemplateCommand_base: {
|
|
|
7292
7322
|
* ParameterName: "STRING_VALUE",
|
|
7293
7323
|
* NullOption: "ALL_VALUES" || "NULLS_ONLY" || "NON_NULLS_ONLY", // required
|
|
7294
7324
|
* DefaultFilterControlConfiguration: {
|
|
7295
|
-
* Title: "STRING_VALUE",
|
|
7325
|
+
* Title: "STRING_VALUE",
|
|
7296
7326
|
* ControlOptions: {
|
|
7297
7327
|
* DefaultDateTimePickerOptions: {
|
|
7298
7328
|
* Type: "SINGLE_VALUED" || "DATE_RANGE",
|
|
@@ -7363,6 +7393,7 @@ declare const CreateTemplateCommand_base: {
|
|
|
7363
7393
|
* CommitMode: "AUTO" || "MANUAL",
|
|
7364
7394
|
* },
|
|
7365
7395
|
* },
|
|
7396
|
+
* ControlTitleFormatText: "<ControlTitleFormatText>",
|
|
7366
7397
|
* },
|
|
7367
7398
|
* },
|
|
7368
7399
|
* TimeEqualityFilter: { // TimeEqualityFilter
|
|
@@ -7376,7 +7407,7 @@ declare const CreateTemplateCommand_base: {
|
|
|
7376
7407
|
* Expression: "STRING_VALUE", // required
|
|
7377
7408
|
* },
|
|
7378
7409
|
* DefaultFilterControlConfiguration: {
|
|
7379
|
-
* Title: "STRING_VALUE",
|
|
7410
|
+
* Title: "STRING_VALUE",
|
|
7380
7411
|
* ControlOptions: {
|
|
7381
7412
|
* DefaultDateTimePickerOptions: {
|
|
7382
7413
|
* Type: "SINGLE_VALUED" || "DATE_RANGE",
|
|
@@ -7419,6 +7450,7 @@ declare const CreateTemplateCommand_base: {
|
|
|
7419
7450
|
* CommitMode: "AUTO" || "MANUAL",
|
|
7420
7451
|
* },
|
|
7421
7452
|
* },
|
|
7453
|
+
* ControlTitleFormatText: "<ControlTitleFormatText>",
|
|
7422
7454
|
* },
|
|
7423
7455
|
* },
|
|
7424
7456
|
* TimeRangeFilter: { // TimeRangeFilter
|
|
@@ -7444,7 +7476,7 @@ declare const CreateTemplateCommand_base: {
|
|
|
7444
7476
|
* },
|
|
7445
7477
|
* TimeGranularity: "YEAR" || "QUARTER" || "MONTH" || "WEEK" || "DAY" || "HOUR" || "MINUTE" || "SECOND" || "MILLISECOND",
|
|
7446
7478
|
* DefaultFilterControlConfiguration: {
|
|
7447
|
-
* Title: "STRING_VALUE",
|
|
7479
|
+
* Title: "STRING_VALUE",
|
|
7448
7480
|
* ControlOptions: {
|
|
7449
7481
|
* DefaultDateTimePickerOptions: {
|
|
7450
7482
|
* Type: "SINGLE_VALUED" || "DATE_RANGE",
|
|
@@ -7483,6 +7515,7 @@ declare const CreateTemplateCommand_base: {
|
|
|
7483
7515
|
* CommitMode: "AUTO" || "MANUAL",
|
|
7484
7516
|
* },
|
|
7485
7517
|
* },
|
|
7518
|
+
* ControlTitleFormatText: "<ControlTitleFormatText>",
|
|
7486
7519
|
* },
|
|
7487
7520
|
* },
|
|
7488
7521
|
* RelativeDatesFilter: { // RelativeDatesFilter
|
|
@@ -178,6 +178,10 @@ declare const CreateThemeCommand_base: {
|
|
|
178
178
|
* TextAlignment: "LEFT" || "CENTER" || "RIGHT" || "AUTO",
|
|
179
179
|
* TextTransform: "CAPITALIZE",
|
|
180
180
|
* },
|
|
181
|
+
* ControlTitleFontConfiguration: { // ControlTitleFontConfiguration
|
|
182
|
+
* FontConfiguration: "<FontConfiguration>",
|
|
183
|
+
* TextAlignment: "LEFT" || "CENTER" || "RIGHT" || "AUTO",
|
|
184
|
+
* },
|
|
181
185
|
* },
|
|
182
186
|
* },
|
|
183
187
|
* Permissions: [ // ResourcePermissionList
|