@aws-sdk/client-quicksight 3.1040.0 → 3.1041.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
|
@@ -160,7 +160,7 @@ declare const UpdateDashboardCommand_base: {
|
|
|
160
160
|
* { // ParameterControl
|
|
161
161
|
* DateTimePicker: { // ParameterDateTimePickerControl
|
|
162
162
|
* ParameterControlId: "STRING_VALUE", // required
|
|
163
|
-
* Title: "STRING_VALUE",
|
|
163
|
+
* Title: "STRING_VALUE",
|
|
164
164
|
* SourceParameterName: "STRING_VALUE", // required
|
|
165
165
|
* DisplayOptions: { // DateTimePickerControlDisplayOptions
|
|
166
166
|
* TitleOptions: { // LabelOptions
|
|
@@ -188,10 +188,14 @@ declare const UpdateDashboardCommand_base: {
|
|
|
188
188
|
* HelperTextVisibility: "HIDDEN" || "VISIBLE",
|
|
189
189
|
* DateIconVisibility: "HIDDEN" || "VISIBLE",
|
|
190
190
|
* },
|
|
191
|
+
* ControlTitleFormatText: { // ControlTitleFormatText
|
|
192
|
+
* PlainText: "STRING_VALUE",
|
|
193
|
+
* RichText: "STRING_VALUE",
|
|
194
|
+
* },
|
|
191
195
|
* },
|
|
192
196
|
* List: { // ParameterListControl
|
|
193
197
|
* ParameterControlId: "STRING_VALUE", // required
|
|
194
|
-
* Title: "STRING_VALUE",
|
|
198
|
+
* Title: "STRING_VALUE",
|
|
195
199
|
* SourceParameterName: "STRING_VALUE", // required
|
|
196
200
|
* DisplayOptions: { // ListControlDisplayOptions
|
|
197
201
|
* SearchOptions: { // ListControlSearchOptions
|
|
@@ -271,10 +275,14 @@ declare const UpdateDashboardCommand_base: {
|
|
|
271
275
|
* },
|
|
272
276
|
* },
|
|
273
277
|
* ],
|
|
278
|
+
* ControlTitleFormatText: {
|
|
279
|
+
* PlainText: "STRING_VALUE",
|
|
280
|
+
* RichText: "STRING_VALUE",
|
|
281
|
+
* },
|
|
274
282
|
* },
|
|
275
283
|
* Dropdown: { // ParameterDropDownControl
|
|
276
284
|
* ParameterControlId: "STRING_VALUE", // required
|
|
277
|
-
* Title: "STRING_VALUE",
|
|
285
|
+
* Title: "STRING_VALUE",
|
|
278
286
|
* SourceParameterName: "STRING_VALUE", // required
|
|
279
287
|
* DisplayOptions: { // DropDownControlDisplayOptions
|
|
280
288
|
* SelectAllOptions: {
|
|
@@ -349,10 +357,14 @@ declare const UpdateDashboardCommand_base: {
|
|
|
349
357
|
* },
|
|
350
358
|
* },
|
|
351
359
|
* ],
|
|
360
|
+
* ControlTitleFormatText: {
|
|
361
|
+
* PlainText: "STRING_VALUE",
|
|
362
|
+
* RichText: "STRING_VALUE",
|
|
363
|
+
* },
|
|
352
364
|
* },
|
|
353
365
|
* TextField: { // ParameterTextFieldControl
|
|
354
366
|
* ParameterControlId: "STRING_VALUE", // required
|
|
355
|
-
* Title: "STRING_VALUE",
|
|
367
|
+
* Title: "STRING_VALUE",
|
|
356
368
|
* SourceParameterName: "STRING_VALUE", // required
|
|
357
369
|
* DisplayOptions: { // TextFieldControlDisplayOptions
|
|
358
370
|
* TitleOptions: {
|
|
@@ -380,10 +392,14 @@ declare const UpdateDashboardCommand_base: {
|
|
|
380
392
|
* InfoIconText: "STRING_VALUE",
|
|
381
393
|
* },
|
|
382
394
|
* },
|
|
395
|
+
* ControlTitleFormatText: {
|
|
396
|
+
* PlainText: "STRING_VALUE",
|
|
397
|
+
* RichText: "STRING_VALUE",
|
|
398
|
+
* },
|
|
383
399
|
* },
|
|
384
400
|
* TextArea: { // ParameterTextAreaControl
|
|
385
401
|
* ParameterControlId: "STRING_VALUE", // required
|
|
386
|
-
* Title: "STRING_VALUE",
|
|
402
|
+
* Title: "STRING_VALUE",
|
|
387
403
|
* SourceParameterName: "STRING_VALUE", // required
|
|
388
404
|
* Delimiter: "STRING_VALUE",
|
|
389
405
|
* DisplayOptions: { // TextAreaControlDisplayOptions
|
|
@@ -412,10 +428,14 @@ declare const UpdateDashboardCommand_base: {
|
|
|
412
428
|
* InfoIconText: "STRING_VALUE",
|
|
413
429
|
* },
|
|
414
430
|
* },
|
|
431
|
+
* ControlTitleFormatText: {
|
|
432
|
+
* PlainText: "STRING_VALUE",
|
|
433
|
+
* RichText: "STRING_VALUE",
|
|
434
|
+
* },
|
|
415
435
|
* },
|
|
416
436
|
* Slider: { // ParameterSliderControl
|
|
417
437
|
* ParameterControlId: "STRING_VALUE", // required
|
|
418
|
-
* Title: "STRING_VALUE",
|
|
438
|
+
* Title: "STRING_VALUE",
|
|
419
439
|
* SourceParameterName: "STRING_VALUE", // required
|
|
420
440
|
* DisplayOptions: { // SliderControlDisplayOptions
|
|
421
441
|
* TitleOptions: "<LabelOptions>",
|
|
@@ -424,6 +444,7 @@ declare const UpdateDashboardCommand_base: {
|
|
|
424
444
|
* MaximumValue: Number("double"), // required
|
|
425
445
|
* MinimumValue: Number("double"), // required
|
|
426
446
|
* StepSize: Number("double"), // required
|
|
447
|
+
* ControlTitleFormatText: "<ControlTitleFormatText>",
|
|
427
448
|
* },
|
|
428
449
|
* },
|
|
429
450
|
* ],
|
|
@@ -431,7 +452,7 @@ declare const UpdateDashboardCommand_base: {
|
|
|
431
452
|
* { // FilterControl
|
|
432
453
|
* DateTimePicker: { // FilterDateTimePickerControl
|
|
433
454
|
* FilterControlId: "STRING_VALUE", // required
|
|
434
|
-
* Title: "STRING_VALUE",
|
|
455
|
+
* Title: "STRING_VALUE",
|
|
435
456
|
* SourceFilterId: "STRING_VALUE", // required
|
|
436
457
|
* DisplayOptions: {
|
|
437
458
|
* TitleOptions: "<LabelOptions>",
|
|
@@ -442,10 +463,11 @@ declare const UpdateDashboardCommand_base: {
|
|
|
442
463
|
* },
|
|
443
464
|
* Type: "SINGLE_VALUED" || "DATE_RANGE",
|
|
444
465
|
* CommitMode: "AUTO" || "MANUAL",
|
|
466
|
+
* ControlTitleFormatText: "<ControlTitleFormatText>",
|
|
445
467
|
* },
|
|
446
468
|
* List: { // FilterListControl
|
|
447
469
|
* FilterControlId: "STRING_VALUE", // required
|
|
448
|
-
* Title: "STRING_VALUE",
|
|
470
|
+
* Title: "STRING_VALUE",
|
|
449
471
|
* SourceFilterId: "STRING_VALUE", // required
|
|
450
472
|
* DisplayOptions: {
|
|
451
473
|
* SearchOptions: {
|
|
@@ -496,10 +518,11 @@ declare const UpdateDashboardCommand_base: {
|
|
|
496
518
|
* },
|
|
497
519
|
* },
|
|
498
520
|
* ],
|
|
521
|
+
* ControlTitleFormatText: "<ControlTitleFormatText>",
|
|
499
522
|
* },
|
|
500
523
|
* Dropdown: { // FilterDropDownControl
|
|
501
524
|
* FilterControlId: "STRING_VALUE", // required
|
|
502
|
-
* Title: "STRING_VALUE",
|
|
525
|
+
* Title: "STRING_VALUE",
|
|
503
526
|
* SourceFilterId: "STRING_VALUE", // required
|
|
504
527
|
* DisplayOptions: {
|
|
505
528
|
* SelectAllOptions: {
|
|
@@ -548,10 +571,11 @@ declare const UpdateDashboardCommand_base: {
|
|
|
548
571
|
* },
|
|
549
572
|
* },
|
|
550
573
|
* ],
|
|
574
|
+
* ControlTitleFormatText: "<ControlTitleFormatText>",
|
|
551
575
|
* },
|
|
552
576
|
* TextField: { // FilterTextFieldControl
|
|
553
577
|
* FilterControlId: "STRING_VALUE", // required
|
|
554
|
-
* Title: "STRING_VALUE",
|
|
578
|
+
* Title: "STRING_VALUE",
|
|
555
579
|
* SourceFilterId: "STRING_VALUE", // required
|
|
556
580
|
* DisplayOptions: {
|
|
557
581
|
* TitleOptions: "<LabelOptions>",
|
|
@@ -560,10 +584,11 @@ declare const UpdateDashboardCommand_base: {
|
|
|
560
584
|
* },
|
|
561
585
|
* InfoIconLabelOptions: "<SheetControlInfoIconLabelOptions>",
|
|
562
586
|
* },
|
|
587
|
+
* ControlTitleFormatText: "<ControlTitleFormatText>",
|
|
563
588
|
* },
|
|
564
589
|
* TextArea: { // FilterTextAreaControl
|
|
565
590
|
* FilterControlId: "STRING_VALUE", // required
|
|
566
|
-
* Title: "STRING_VALUE",
|
|
591
|
+
* Title: "STRING_VALUE",
|
|
567
592
|
* SourceFilterId: "STRING_VALUE", // required
|
|
568
593
|
* Delimiter: "STRING_VALUE",
|
|
569
594
|
* DisplayOptions: {
|
|
@@ -573,10 +598,11 @@ declare const UpdateDashboardCommand_base: {
|
|
|
573
598
|
* },
|
|
574
599
|
* InfoIconLabelOptions: "<SheetControlInfoIconLabelOptions>",
|
|
575
600
|
* },
|
|
601
|
+
* ControlTitleFormatText: "<ControlTitleFormatText>",
|
|
576
602
|
* },
|
|
577
603
|
* Slider: { // FilterSliderControl
|
|
578
604
|
* FilterControlId: "STRING_VALUE", // required
|
|
579
|
-
* Title: "STRING_VALUE",
|
|
605
|
+
* Title: "STRING_VALUE",
|
|
580
606
|
* SourceFilterId: "STRING_VALUE", // required
|
|
581
607
|
* DisplayOptions: {
|
|
582
608
|
* TitleOptions: "<LabelOptions>",
|
|
@@ -586,10 +612,11 @@ declare const UpdateDashboardCommand_base: {
|
|
|
586
612
|
* MaximumValue: Number("double"), // required
|
|
587
613
|
* MinimumValue: Number("double"), // required
|
|
588
614
|
* StepSize: Number("double"), // required
|
|
615
|
+
* ControlTitleFormatText: "<ControlTitleFormatText>",
|
|
589
616
|
* },
|
|
590
617
|
* RelativeDateTime: { // FilterRelativeDateTimeControl
|
|
591
618
|
* FilterControlId: "STRING_VALUE", // required
|
|
592
|
-
* Title: "STRING_VALUE",
|
|
619
|
+
* Title: "STRING_VALUE",
|
|
593
620
|
* SourceFilterId: "STRING_VALUE", // required
|
|
594
621
|
* DisplayOptions: { // RelativeDateTimeControlDisplayOptions
|
|
595
622
|
* TitleOptions: "<LabelOptions>",
|
|
@@ -597,6 +624,7 @@ declare const UpdateDashboardCommand_base: {
|
|
|
597
624
|
* InfoIconLabelOptions: "<SheetControlInfoIconLabelOptions>",
|
|
598
625
|
* },
|
|
599
626
|
* CommitMode: "AUTO" || "MANUAL",
|
|
627
|
+
* ControlTitleFormatText: "<ControlTitleFormatText>",
|
|
600
628
|
* },
|
|
601
629
|
* CrossSheet: { // FilterCrossSheetControl
|
|
602
630
|
* FilterControlId: "STRING_VALUE", // required
|
|
@@ -7143,7 +7171,7 @@ declare const UpdateDashboardCommand_base: {
|
|
|
7143
7171
|
* },
|
|
7144
7172
|
* },
|
|
7145
7173
|
* DefaultFilterControlConfiguration: { // DefaultFilterControlConfiguration
|
|
7146
|
-
* Title: "STRING_VALUE",
|
|
7174
|
+
* Title: "STRING_VALUE",
|
|
7147
7175
|
* ControlOptions: { // DefaultFilterControlOptions
|
|
7148
7176
|
* DefaultDateTimePickerOptions: { // DefaultDateTimePickerControlOptions
|
|
7149
7177
|
* Type: "SINGLE_VALUED" || "DATE_RANGE",
|
|
@@ -7235,6 +7263,7 @@ declare const UpdateDashboardCommand_base: {
|
|
|
7235
7263
|
* CommitMode: "AUTO" || "MANUAL",
|
|
7236
7264
|
* },
|
|
7237
7265
|
* },
|
|
7266
|
+
* ControlTitleFormatText: "<ControlTitleFormatText>",
|
|
7238
7267
|
* },
|
|
7239
7268
|
* },
|
|
7240
7269
|
* NumericRangeFilter: { // NumericRangeFilter
|
|
@@ -7254,7 +7283,7 @@ declare const UpdateDashboardCommand_base: {
|
|
|
7254
7283
|
* AggregationFunction: "<AggregationFunction>",
|
|
7255
7284
|
* NullOption: "ALL_VALUES" || "NULLS_ONLY" || "NON_NULLS_ONLY", // required
|
|
7256
7285
|
* DefaultFilterControlConfiguration: {
|
|
7257
|
-
* Title: "STRING_VALUE",
|
|
7286
|
+
* Title: "STRING_VALUE",
|
|
7258
7287
|
* ControlOptions: {
|
|
7259
7288
|
* DefaultDateTimePickerOptions: {
|
|
7260
7289
|
* Type: "SINGLE_VALUED" || "DATE_RANGE",
|
|
@@ -7327,6 +7356,7 @@ declare const UpdateDashboardCommand_base: {
|
|
|
7327
7356
|
* CommitMode: "AUTO" || "MANUAL",
|
|
7328
7357
|
* },
|
|
7329
7358
|
* },
|
|
7359
|
+
* ControlTitleFormatText: "<ControlTitleFormatText>",
|
|
7330
7360
|
* },
|
|
7331
7361
|
* },
|
|
7332
7362
|
* NumericEqualityFilter: { // NumericEqualityFilter
|
|
@@ -7339,7 +7369,7 @@ declare const UpdateDashboardCommand_base: {
|
|
|
7339
7369
|
* ParameterName: "STRING_VALUE",
|
|
7340
7370
|
* NullOption: "ALL_VALUES" || "NULLS_ONLY" || "NON_NULLS_ONLY", // required
|
|
7341
7371
|
* DefaultFilterControlConfiguration: {
|
|
7342
|
-
* Title: "STRING_VALUE",
|
|
7372
|
+
* Title: "STRING_VALUE",
|
|
7343
7373
|
* ControlOptions: {
|
|
7344
7374
|
* DefaultDateTimePickerOptions: {
|
|
7345
7375
|
* Type: "SINGLE_VALUED" || "DATE_RANGE",
|
|
@@ -7410,6 +7440,7 @@ declare const UpdateDashboardCommand_base: {
|
|
|
7410
7440
|
* CommitMode: "AUTO" || "MANUAL",
|
|
7411
7441
|
* },
|
|
7412
7442
|
* },
|
|
7443
|
+
* ControlTitleFormatText: "<ControlTitleFormatText>",
|
|
7413
7444
|
* },
|
|
7414
7445
|
* },
|
|
7415
7446
|
* TimeEqualityFilter: { // TimeEqualityFilter
|
|
@@ -7423,7 +7454,7 @@ declare const UpdateDashboardCommand_base: {
|
|
|
7423
7454
|
* Expression: "STRING_VALUE", // required
|
|
7424
7455
|
* },
|
|
7425
7456
|
* DefaultFilterControlConfiguration: {
|
|
7426
|
-
* Title: "STRING_VALUE",
|
|
7457
|
+
* Title: "STRING_VALUE",
|
|
7427
7458
|
* ControlOptions: {
|
|
7428
7459
|
* DefaultDateTimePickerOptions: {
|
|
7429
7460
|
* Type: "SINGLE_VALUED" || "DATE_RANGE",
|
|
@@ -7466,6 +7497,7 @@ declare const UpdateDashboardCommand_base: {
|
|
|
7466
7497
|
* CommitMode: "AUTO" || "MANUAL",
|
|
7467
7498
|
* },
|
|
7468
7499
|
* },
|
|
7500
|
+
* ControlTitleFormatText: "<ControlTitleFormatText>",
|
|
7469
7501
|
* },
|
|
7470
7502
|
* },
|
|
7471
7503
|
* TimeRangeFilter: { // TimeRangeFilter
|
|
@@ -7491,7 +7523,7 @@ declare const UpdateDashboardCommand_base: {
|
|
|
7491
7523
|
* },
|
|
7492
7524
|
* TimeGranularity: "YEAR" || "QUARTER" || "MONTH" || "WEEK" || "DAY" || "HOUR" || "MINUTE" || "SECOND" || "MILLISECOND",
|
|
7493
7525
|
* DefaultFilterControlConfiguration: {
|
|
7494
|
-
* Title: "STRING_VALUE",
|
|
7526
|
+
* Title: "STRING_VALUE",
|
|
7495
7527
|
* ControlOptions: {
|
|
7496
7528
|
* DefaultDateTimePickerOptions: {
|
|
7497
7529
|
* Type: "SINGLE_VALUED" || "DATE_RANGE",
|
|
@@ -7530,6 +7562,7 @@ declare const UpdateDashboardCommand_base: {
|
|
|
7530
7562
|
* CommitMode: "AUTO" || "MANUAL",
|
|
7531
7563
|
* },
|
|
7532
7564
|
* },
|
|
7565
|
+
* ControlTitleFormatText: "<ControlTitleFormatText>",
|
|
7533
7566
|
* },
|
|
7534
7567
|
* },
|
|
7535
7568
|
* RelativeDatesFilter: { // RelativeDatesFilter
|
|
@@ -146,6 +146,7 @@ declare const UpdateDataSourceCommand_base: {
|
|
|
146
146
|
* VpcConnectionArn: "STRING_VALUE", // required
|
|
147
147
|
* },
|
|
148
148
|
* IdentityProviderResourceUri: "STRING_VALUE",
|
|
149
|
+
* IdentityProviderCACertificatesBundleS3Uri: "STRING_VALUE",
|
|
149
150
|
* },
|
|
150
151
|
* },
|
|
151
152
|
* SparkParameters: { // SparkParameters
|
|
@@ -192,6 +193,7 @@ declare const UpdateDataSourceCommand_base: {
|
|
|
192
193
|
* VpcConnectionArn: "STRING_VALUE", // required
|
|
193
194
|
* },
|
|
194
195
|
* IdentityProviderResourceUri: "STRING_VALUE",
|
|
196
|
+
* IdentityProviderCACertificatesBundleS3Uri: "STRING_VALUE",
|
|
195
197
|
* },
|
|
196
198
|
* },
|
|
197
199
|
* TrinoParameters: { // TrinoParameters
|
|
@@ -340,6 +342,7 @@ declare const UpdateDataSourceCommand_base: {
|
|
|
340
342
|
* VpcConnectionArn: "STRING_VALUE", // required
|
|
341
343
|
* },
|
|
342
344
|
* IdentityProviderResourceUri: "STRING_VALUE",
|
|
345
|
+
* IdentityProviderCACertificatesBundleS3Uri: "STRING_VALUE",
|
|
343
346
|
* },
|
|
344
347
|
* },
|
|
345
348
|
* SparkParameters: {
|
|
@@ -386,6 +389,7 @@ declare const UpdateDataSourceCommand_base: {
|
|
|
386
389
|
* VpcConnectionArn: "STRING_VALUE", // required
|
|
387
390
|
* },
|
|
388
391
|
* IdentityProviderResourceUri: "STRING_VALUE",
|
|
392
|
+
* IdentityProviderCACertificatesBundleS3Uri: "STRING_VALUE",
|
|
389
393
|
* },
|
|
390
394
|
* },
|
|
391
395
|
* TrinoParameters: {
|
|
@@ -90,7 +90,7 @@ declare const UpdateTemplateCommand_base: {
|
|
|
90
90
|
* { // ParameterControl
|
|
91
91
|
* DateTimePicker: { // ParameterDateTimePickerControl
|
|
92
92
|
* ParameterControlId: "STRING_VALUE", // required
|
|
93
|
-
* Title: "STRING_VALUE",
|
|
93
|
+
* Title: "STRING_VALUE",
|
|
94
94
|
* SourceParameterName: "STRING_VALUE", // required
|
|
95
95
|
* DisplayOptions: { // DateTimePickerControlDisplayOptions
|
|
96
96
|
* TitleOptions: { // LabelOptions
|
|
@@ -118,10 +118,14 @@ declare const UpdateTemplateCommand_base: {
|
|
|
118
118
|
* HelperTextVisibility: "HIDDEN" || "VISIBLE",
|
|
119
119
|
* DateIconVisibility: "HIDDEN" || "VISIBLE",
|
|
120
120
|
* },
|
|
121
|
+
* ControlTitleFormatText: { // ControlTitleFormatText
|
|
122
|
+
* PlainText: "STRING_VALUE",
|
|
123
|
+
* RichText: "STRING_VALUE",
|
|
124
|
+
* },
|
|
121
125
|
* },
|
|
122
126
|
* List: { // ParameterListControl
|
|
123
127
|
* ParameterControlId: "STRING_VALUE", // required
|
|
124
|
-
* Title: "STRING_VALUE",
|
|
128
|
+
* Title: "STRING_VALUE",
|
|
125
129
|
* SourceParameterName: "STRING_VALUE", // required
|
|
126
130
|
* DisplayOptions: { // ListControlDisplayOptions
|
|
127
131
|
* SearchOptions: { // ListControlSearchOptions
|
|
@@ -201,10 +205,14 @@ declare const UpdateTemplateCommand_base: {
|
|
|
201
205
|
* },
|
|
202
206
|
* },
|
|
203
207
|
* ],
|
|
208
|
+
* ControlTitleFormatText: {
|
|
209
|
+
* PlainText: "STRING_VALUE",
|
|
210
|
+
* RichText: "STRING_VALUE",
|
|
211
|
+
* },
|
|
204
212
|
* },
|
|
205
213
|
* Dropdown: { // ParameterDropDownControl
|
|
206
214
|
* ParameterControlId: "STRING_VALUE", // required
|
|
207
|
-
* Title: "STRING_VALUE",
|
|
215
|
+
* Title: "STRING_VALUE",
|
|
208
216
|
* SourceParameterName: "STRING_VALUE", // required
|
|
209
217
|
* DisplayOptions: { // DropDownControlDisplayOptions
|
|
210
218
|
* SelectAllOptions: {
|
|
@@ -279,10 +287,14 @@ declare const UpdateTemplateCommand_base: {
|
|
|
279
287
|
* },
|
|
280
288
|
* },
|
|
281
289
|
* ],
|
|
290
|
+
* ControlTitleFormatText: {
|
|
291
|
+
* PlainText: "STRING_VALUE",
|
|
292
|
+
* RichText: "STRING_VALUE",
|
|
293
|
+
* },
|
|
282
294
|
* },
|
|
283
295
|
* TextField: { // ParameterTextFieldControl
|
|
284
296
|
* ParameterControlId: "STRING_VALUE", // required
|
|
285
|
-
* Title: "STRING_VALUE",
|
|
297
|
+
* Title: "STRING_VALUE",
|
|
286
298
|
* SourceParameterName: "STRING_VALUE", // required
|
|
287
299
|
* DisplayOptions: { // TextFieldControlDisplayOptions
|
|
288
300
|
* TitleOptions: {
|
|
@@ -310,10 +322,14 @@ declare const UpdateTemplateCommand_base: {
|
|
|
310
322
|
* InfoIconText: "STRING_VALUE",
|
|
311
323
|
* },
|
|
312
324
|
* },
|
|
325
|
+
* ControlTitleFormatText: {
|
|
326
|
+
* PlainText: "STRING_VALUE",
|
|
327
|
+
* RichText: "STRING_VALUE",
|
|
328
|
+
* },
|
|
313
329
|
* },
|
|
314
330
|
* TextArea: { // ParameterTextAreaControl
|
|
315
331
|
* ParameterControlId: "STRING_VALUE", // required
|
|
316
|
-
* Title: "STRING_VALUE",
|
|
332
|
+
* Title: "STRING_VALUE",
|
|
317
333
|
* SourceParameterName: "STRING_VALUE", // required
|
|
318
334
|
* Delimiter: "STRING_VALUE",
|
|
319
335
|
* DisplayOptions: { // TextAreaControlDisplayOptions
|
|
@@ -342,10 +358,14 @@ declare const UpdateTemplateCommand_base: {
|
|
|
342
358
|
* InfoIconText: "STRING_VALUE",
|
|
343
359
|
* },
|
|
344
360
|
* },
|
|
361
|
+
* ControlTitleFormatText: {
|
|
362
|
+
* PlainText: "STRING_VALUE",
|
|
363
|
+
* RichText: "STRING_VALUE",
|
|
364
|
+
* },
|
|
345
365
|
* },
|
|
346
366
|
* Slider: { // ParameterSliderControl
|
|
347
367
|
* ParameterControlId: "STRING_VALUE", // required
|
|
348
|
-
* Title: "STRING_VALUE",
|
|
368
|
+
* Title: "STRING_VALUE",
|
|
349
369
|
* SourceParameterName: "STRING_VALUE", // required
|
|
350
370
|
* DisplayOptions: { // SliderControlDisplayOptions
|
|
351
371
|
* TitleOptions: "<LabelOptions>",
|
|
@@ -354,6 +374,7 @@ declare const UpdateTemplateCommand_base: {
|
|
|
354
374
|
* MaximumValue: Number("double"), // required
|
|
355
375
|
* MinimumValue: Number("double"), // required
|
|
356
376
|
* StepSize: Number("double"), // required
|
|
377
|
+
* ControlTitleFormatText: "<ControlTitleFormatText>",
|
|
357
378
|
* },
|
|
358
379
|
* },
|
|
359
380
|
* ],
|
|
@@ -361,7 +382,7 @@ declare const UpdateTemplateCommand_base: {
|
|
|
361
382
|
* { // FilterControl
|
|
362
383
|
* DateTimePicker: { // FilterDateTimePickerControl
|
|
363
384
|
* FilterControlId: "STRING_VALUE", // required
|
|
364
|
-
* Title: "STRING_VALUE",
|
|
385
|
+
* Title: "STRING_VALUE",
|
|
365
386
|
* SourceFilterId: "STRING_VALUE", // required
|
|
366
387
|
* DisplayOptions: {
|
|
367
388
|
* TitleOptions: "<LabelOptions>",
|
|
@@ -372,10 +393,11 @@ declare const UpdateTemplateCommand_base: {
|
|
|
372
393
|
* },
|
|
373
394
|
* Type: "SINGLE_VALUED" || "DATE_RANGE",
|
|
374
395
|
* CommitMode: "AUTO" || "MANUAL",
|
|
396
|
+
* ControlTitleFormatText: "<ControlTitleFormatText>",
|
|
375
397
|
* },
|
|
376
398
|
* List: { // FilterListControl
|
|
377
399
|
* FilterControlId: "STRING_VALUE", // required
|
|
378
|
-
* Title: "STRING_VALUE",
|
|
400
|
+
* Title: "STRING_VALUE",
|
|
379
401
|
* SourceFilterId: "STRING_VALUE", // required
|
|
380
402
|
* DisplayOptions: {
|
|
381
403
|
* SearchOptions: {
|
|
@@ -426,10 +448,11 @@ declare const UpdateTemplateCommand_base: {
|
|
|
426
448
|
* },
|
|
427
449
|
* },
|
|
428
450
|
* ],
|
|
451
|
+
* ControlTitleFormatText: "<ControlTitleFormatText>",
|
|
429
452
|
* },
|
|
430
453
|
* Dropdown: { // FilterDropDownControl
|
|
431
454
|
* FilterControlId: "STRING_VALUE", // required
|
|
432
|
-
* Title: "STRING_VALUE",
|
|
455
|
+
* Title: "STRING_VALUE",
|
|
433
456
|
* SourceFilterId: "STRING_VALUE", // required
|
|
434
457
|
* DisplayOptions: {
|
|
435
458
|
* SelectAllOptions: {
|
|
@@ -478,10 +501,11 @@ declare const UpdateTemplateCommand_base: {
|
|
|
478
501
|
* },
|
|
479
502
|
* },
|
|
480
503
|
* ],
|
|
504
|
+
* ControlTitleFormatText: "<ControlTitleFormatText>",
|
|
481
505
|
* },
|
|
482
506
|
* TextField: { // FilterTextFieldControl
|
|
483
507
|
* FilterControlId: "STRING_VALUE", // required
|
|
484
|
-
* Title: "STRING_VALUE",
|
|
508
|
+
* Title: "STRING_VALUE",
|
|
485
509
|
* SourceFilterId: "STRING_VALUE", // required
|
|
486
510
|
* DisplayOptions: {
|
|
487
511
|
* TitleOptions: "<LabelOptions>",
|
|
@@ -490,10 +514,11 @@ declare const UpdateTemplateCommand_base: {
|
|
|
490
514
|
* },
|
|
491
515
|
* InfoIconLabelOptions: "<SheetControlInfoIconLabelOptions>",
|
|
492
516
|
* },
|
|
517
|
+
* ControlTitleFormatText: "<ControlTitleFormatText>",
|
|
493
518
|
* },
|
|
494
519
|
* TextArea: { // FilterTextAreaControl
|
|
495
520
|
* FilterControlId: "STRING_VALUE", // required
|
|
496
|
-
* Title: "STRING_VALUE",
|
|
521
|
+
* Title: "STRING_VALUE",
|
|
497
522
|
* SourceFilterId: "STRING_VALUE", // required
|
|
498
523
|
* Delimiter: "STRING_VALUE",
|
|
499
524
|
* DisplayOptions: {
|
|
@@ -503,10 +528,11 @@ declare const UpdateTemplateCommand_base: {
|
|
|
503
528
|
* },
|
|
504
529
|
* InfoIconLabelOptions: "<SheetControlInfoIconLabelOptions>",
|
|
505
530
|
* },
|
|
531
|
+
* ControlTitleFormatText: "<ControlTitleFormatText>",
|
|
506
532
|
* },
|
|
507
533
|
* Slider: { // FilterSliderControl
|
|
508
534
|
* FilterControlId: "STRING_VALUE", // required
|
|
509
|
-
* Title: "STRING_VALUE",
|
|
535
|
+
* Title: "STRING_VALUE",
|
|
510
536
|
* SourceFilterId: "STRING_VALUE", // required
|
|
511
537
|
* DisplayOptions: {
|
|
512
538
|
* TitleOptions: "<LabelOptions>",
|
|
@@ -516,10 +542,11 @@ declare const UpdateTemplateCommand_base: {
|
|
|
516
542
|
* MaximumValue: Number("double"), // required
|
|
517
543
|
* MinimumValue: Number("double"), // required
|
|
518
544
|
* StepSize: Number("double"), // required
|
|
545
|
+
* ControlTitleFormatText: "<ControlTitleFormatText>",
|
|
519
546
|
* },
|
|
520
547
|
* RelativeDateTime: { // FilterRelativeDateTimeControl
|
|
521
548
|
* FilterControlId: "STRING_VALUE", // required
|
|
522
|
-
* Title: "STRING_VALUE",
|
|
549
|
+
* Title: "STRING_VALUE",
|
|
523
550
|
* SourceFilterId: "STRING_VALUE", // required
|
|
524
551
|
* DisplayOptions: { // RelativeDateTimeControlDisplayOptions
|
|
525
552
|
* TitleOptions: "<LabelOptions>",
|
|
@@ -527,6 +554,7 @@ declare const UpdateTemplateCommand_base: {
|
|
|
527
554
|
* InfoIconLabelOptions: "<SheetControlInfoIconLabelOptions>",
|
|
528
555
|
* },
|
|
529
556
|
* CommitMode: "AUTO" || "MANUAL",
|
|
557
|
+
* ControlTitleFormatText: "<ControlTitleFormatText>",
|
|
530
558
|
* },
|
|
531
559
|
* CrossSheet: { // FilterCrossSheetControl
|
|
532
560
|
* FilterControlId: "STRING_VALUE", // required
|
|
@@ -7075,7 +7103,7 @@ declare const UpdateTemplateCommand_base: {
|
|
|
7075
7103
|
* },
|
|
7076
7104
|
* },
|
|
7077
7105
|
* DefaultFilterControlConfiguration: { // DefaultFilterControlConfiguration
|
|
7078
|
-
* Title: "STRING_VALUE",
|
|
7106
|
+
* Title: "STRING_VALUE",
|
|
7079
7107
|
* ControlOptions: { // DefaultFilterControlOptions
|
|
7080
7108
|
* DefaultDateTimePickerOptions: { // DefaultDateTimePickerControlOptions
|
|
7081
7109
|
* Type: "SINGLE_VALUED" || "DATE_RANGE",
|
|
@@ -7167,6 +7195,7 @@ declare const UpdateTemplateCommand_base: {
|
|
|
7167
7195
|
* CommitMode: "AUTO" || "MANUAL",
|
|
7168
7196
|
* },
|
|
7169
7197
|
* },
|
|
7198
|
+
* ControlTitleFormatText: "<ControlTitleFormatText>",
|
|
7170
7199
|
* },
|
|
7171
7200
|
* },
|
|
7172
7201
|
* NumericRangeFilter: { // NumericRangeFilter
|
|
@@ -7186,7 +7215,7 @@ declare const UpdateTemplateCommand_base: {
|
|
|
7186
7215
|
* AggregationFunction: "<AggregationFunction>",
|
|
7187
7216
|
* NullOption: "ALL_VALUES" || "NULLS_ONLY" || "NON_NULLS_ONLY", // required
|
|
7188
7217
|
* DefaultFilterControlConfiguration: {
|
|
7189
|
-
* Title: "STRING_VALUE",
|
|
7218
|
+
* Title: "STRING_VALUE",
|
|
7190
7219
|
* ControlOptions: {
|
|
7191
7220
|
* DefaultDateTimePickerOptions: {
|
|
7192
7221
|
* Type: "SINGLE_VALUED" || "DATE_RANGE",
|
|
@@ -7259,6 +7288,7 @@ declare const UpdateTemplateCommand_base: {
|
|
|
7259
7288
|
* CommitMode: "AUTO" || "MANUAL",
|
|
7260
7289
|
* },
|
|
7261
7290
|
* },
|
|
7291
|
+
* ControlTitleFormatText: "<ControlTitleFormatText>",
|
|
7262
7292
|
* },
|
|
7263
7293
|
* },
|
|
7264
7294
|
* NumericEqualityFilter: { // NumericEqualityFilter
|
|
@@ -7271,7 +7301,7 @@ declare const UpdateTemplateCommand_base: {
|
|
|
7271
7301
|
* ParameterName: "STRING_VALUE",
|
|
7272
7302
|
* NullOption: "ALL_VALUES" || "NULLS_ONLY" || "NON_NULLS_ONLY", // required
|
|
7273
7303
|
* DefaultFilterControlConfiguration: {
|
|
7274
|
-
* Title: "STRING_VALUE",
|
|
7304
|
+
* Title: "STRING_VALUE",
|
|
7275
7305
|
* ControlOptions: {
|
|
7276
7306
|
* DefaultDateTimePickerOptions: {
|
|
7277
7307
|
* Type: "SINGLE_VALUED" || "DATE_RANGE",
|
|
@@ -7342,6 +7372,7 @@ declare const UpdateTemplateCommand_base: {
|
|
|
7342
7372
|
* CommitMode: "AUTO" || "MANUAL",
|
|
7343
7373
|
* },
|
|
7344
7374
|
* },
|
|
7375
|
+
* ControlTitleFormatText: "<ControlTitleFormatText>",
|
|
7345
7376
|
* },
|
|
7346
7377
|
* },
|
|
7347
7378
|
* TimeEqualityFilter: { // TimeEqualityFilter
|
|
@@ -7355,7 +7386,7 @@ declare const UpdateTemplateCommand_base: {
|
|
|
7355
7386
|
* Expression: "STRING_VALUE", // required
|
|
7356
7387
|
* },
|
|
7357
7388
|
* DefaultFilterControlConfiguration: {
|
|
7358
|
-
* Title: "STRING_VALUE",
|
|
7389
|
+
* Title: "STRING_VALUE",
|
|
7359
7390
|
* ControlOptions: {
|
|
7360
7391
|
* DefaultDateTimePickerOptions: {
|
|
7361
7392
|
* Type: "SINGLE_VALUED" || "DATE_RANGE",
|
|
@@ -7398,6 +7429,7 @@ declare const UpdateTemplateCommand_base: {
|
|
|
7398
7429
|
* CommitMode: "AUTO" || "MANUAL",
|
|
7399
7430
|
* },
|
|
7400
7431
|
* },
|
|
7432
|
+
* ControlTitleFormatText: "<ControlTitleFormatText>",
|
|
7401
7433
|
* },
|
|
7402
7434
|
* },
|
|
7403
7435
|
* TimeRangeFilter: { // TimeRangeFilter
|
|
@@ -7423,7 +7455,7 @@ declare const UpdateTemplateCommand_base: {
|
|
|
7423
7455
|
* },
|
|
7424
7456
|
* TimeGranularity: "YEAR" || "QUARTER" || "MONTH" || "WEEK" || "DAY" || "HOUR" || "MINUTE" || "SECOND" || "MILLISECOND",
|
|
7425
7457
|
* DefaultFilterControlConfiguration: {
|
|
7426
|
-
* Title: "STRING_VALUE",
|
|
7458
|
+
* Title: "STRING_VALUE",
|
|
7427
7459
|
* ControlOptions: {
|
|
7428
7460
|
* DefaultDateTimePickerOptions: {
|
|
7429
7461
|
* Type: "SINGLE_VALUED" || "DATE_RANGE",
|
|
@@ -7462,6 +7494,7 @@ declare const UpdateTemplateCommand_base: {
|
|
|
7462
7494
|
* CommitMode: "AUTO" || "MANUAL",
|
|
7463
7495
|
* },
|
|
7464
7496
|
* },
|
|
7497
|
+
* ControlTitleFormatText: "<ControlTitleFormatText>",
|
|
7465
7498
|
* },
|
|
7466
7499
|
* },
|
|
7467
7500
|
* RelativeDatesFilter: { // RelativeDatesFilter
|
|
@@ -175,6 +175,10 @@ declare const UpdateThemeCommand_base: {
|
|
|
175
175
|
* TextAlignment: "LEFT" || "CENTER" || "RIGHT" || "AUTO",
|
|
176
176
|
* TextTransform: "CAPITALIZE",
|
|
177
177
|
* },
|
|
178
|
+
* ControlTitleFontConfiguration: { // ControlTitleFontConfiguration
|
|
179
|
+
* FontConfiguration: "<FontConfiguration>",
|
|
180
|
+
* TextAlignment: "LEFT" || "CENTER" || "RIGHT" || "AUTO",
|
|
181
|
+
* },
|
|
178
182
|
* },
|
|
179
183
|
* },
|
|
180
184
|
* };
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { UpdateTopicPermissionsRequest
|
|
3
|
+
import type { UpdateTopicPermissionsRequest } from "../models/models_4";
|
|
4
|
+
import type { UpdateTopicPermissionsResponse } from "../models/models_5";
|
|
4
5
|
import type { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
5
6
|
/**
|
|
6
7
|
* @public
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { UpdateTopicRefreshScheduleRequest } from "../models/
|
|
4
|
-
import type { UpdateTopicRefreshScheduleResponse } from "../models/models_5";
|
|
3
|
+
import type { UpdateTopicRefreshScheduleRequest, UpdateTopicRefreshScheduleResponse } from "../models/models_5";
|
|
5
4
|
import type { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
6
5
|
/**
|
|
7
6
|
* @public
|