@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
|
@@ -83,7 +83,7 @@ declare const DescribeAnalysisDefinitionCommand_base: {
|
|
|
83
83
|
* // { // ParameterControl
|
|
84
84
|
* // DateTimePicker: { // ParameterDateTimePickerControl
|
|
85
85
|
* // ParameterControlId: "STRING_VALUE", // required
|
|
86
|
-
* // Title: "STRING_VALUE",
|
|
86
|
+
* // Title: "STRING_VALUE",
|
|
87
87
|
* // SourceParameterName: "STRING_VALUE", // required
|
|
88
88
|
* // DisplayOptions: { // DateTimePickerControlDisplayOptions
|
|
89
89
|
* // TitleOptions: { // LabelOptions
|
|
@@ -111,10 +111,14 @@ declare const DescribeAnalysisDefinitionCommand_base: {
|
|
|
111
111
|
* // HelperTextVisibility: "HIDDEN" || "VISIBLE",
|
|
112
112
|
* // DateIconVisibility: "HIDDEN" || "VISIBLE",
|
|
113
113
|
* // },
|
|
114
|
+
* // ControlTitleFormatText: { // ControlTitleFormatText
|
|
115
|
+
* // PlainText: "STRING_VALUE",
|
|
116
|
+
* // RichText: "STRING_VALUE",
|
|
117
|
+
* // },
|
|
114
118
|
* // },
|
|
115
119
|
* // List: { // ParameterListControl
|
|
116
120
|
* // ParameterControlId: "STRING_VALUE", // required
|
|
117
|
-
* // Title: "STRING_VALUE",
|
|
121
|
+
* // Title: "STRING_VALUE",
|
|
118
122
|
* // SourceParameterName: "STRING_VALUE", // required
|
|
119
123
|
* // DisplayOptions: { // ListControlDisplayOptions
|
|
120
124
|
* // SearchOptions: { // ListControlSearchOptions
|
|
@@ -194,10 +198,14 @@ declare const DescribeAnalysisDefinitionCommand_base: {
|
|
|
194
198
|
* // },
|
|
195
199
|
* // },
|
|
196
200
|
* // ],
|
|
201
|
+
* // ControlTitleFormatText: {
|
|
202
|
+
* // PlainText: "STRING_VALUE",
|
|
203
|
+
* // RichText: "STRING_VALUE",
|
|
204
|
+
* // },
|
|
197
205
|
* // },
|
|
198
206
|
* // Dropdown: { // ParameterDropDownControl
|
|
199
207
|
* // ParameterControlId: "STRING_VALUE", // required
|
|
200
|
-
* // Title: "STRING_VALUE",
|
|
208
|
+
* // Title: "STRING_VALUE",
|
|
201
209
|
* // SourceParameterName: "STRING_VALUE", // required
|
|
202
210
|
* // DisplayOptions: { // DropDownControlDisplayOptions
|
|
203
211
|
* // SelectAllOptions: {
|
|
@@ -272,10 +280,14 @@ declare const DescribeAnalysisDefinitionCommand_base: {
|
|
|
272
280
|
* // },
|
|
273
281
|
* // },
|
|
274
282
|
* // ],
|
|
283
|
+
* // ControlTitleFormatText: {
|
|
284
|
+
* // PlainText: "STRING_VALUE",
|
|
285
|
+
* // RichText: "STRING_VALUE",
|
|
286
|
+
* // },
|
|
275
287
|
* // },
|
|
276
288
|
* // TextField: { // ParameterTextFieldControl
|
|
277
289
|
* // ParameterControlId: "STRING_VALUE", // required
|
|
278
|
-
* // Title: "STRING_VALUE",
|
|
290
|
+
* // Title: "STRING_VALUE",
|
|
279
291
|
* // SourceParameterName: "STRING_VALUE", // required
|
|
280
292
|
* // DisplayOptions: { // TextFieldControlDisplayOptions
|
|
281
293
|
* // TitleOptions: {
|
|
@@ -303,10 +315,14 @@ declare const DescribeAnalysisDefinitionCommand_base: {
|
|
|
303
315
|
* // InfoIconText: "STRING_VALUE",
|
|
304
316
|
* // },
|
|
305
317
|
* // },
|
|
318
|
+
* // ControlTitleFormatText: {
|
|
319
|
+
* // PlainText: "STRING_VALUE",
|
|
320
|
+
* // RichText: "STRING_VALUE",
|
|
321
|
+
* // },
|
|
306
322
|
* // },
|
|
307
323
|
* // TextArea: { // ParameterTextAreaControl
|
|
308
324
|
* // ParameterControlId: "STRING_VALUE", // required
|
|
309
|
-
* // Title: "STRING_VALUE",
|
|
325
|
+
* // Title: "STRING_VALUE",
|
|
310
326
|
* // SourceParameterName: "STRING_VALUE", // required
|
|
311
327
|
* // Delimiter: "STRING_VALUE",
|
|
312
328
|
* // DisplayOptions: { // TextAreaControlDisplayOptions
|
|
@@ -335,10 +351,14 @@ declare const DescribeAnalysisDefinitionCommand_base: {
|
|
|
335
351
|
* // InfoIconText: "STRING_VALUE",
|
|
336
352
|
* // },
|
|
337
353
|
* // },
|
|
354
|
+
* // ControlTitleFormatText: {
|
|
355
|
+
* // PlainText: "STRING_VALUE",
|
|
356
|
+
* // RichText: "STRING_VALUE",
|
|
357
|
+
* // },
|
|
338
358
|
* // },
|
|
339
359
|
* // Slider: { // ParameterSliderControl
|
|
340
360
|
* // ParameterControlId: "STRING_VALUE", // required
|
|
341
|
-
* // Title: "STRING_VALUE",
|
|
361
|
+
* // Title: "STRING_VALUE",
|
|
342
362
|
* // SourceParameterName: "STRING_VALUE", // required
|
|
343
363
|
* // DisplayOptions: { // SliderControlDisplayOptions
|
|
344
364
|
* // TitleOptions: "<LabelOptions>",
|
|
@@ -347,6 +367,7 @@ declare const DescribeAnalysisDefinitionCommand_base: {
|
|
|
347
367
|
* // MaximumValue: Number("double"), // required
|
|
348
368
|
* // MinimumValue: Number("double"), // required
|
|
349
369
|
* // StepSize: Number("double"), // required
|
|
370
|
+
* // ControlTitleFormatText: "<ControlTitleFormatText>",
|
|
350
371
|
* // },
|
|
351
372
|
* // },
|
|
352
373
|
* // ],
|
|
@@ -354,7 +375,7 @@ declare const DescribeAnalysisDefinitionCommand_base: {
|
|
|
354
375
|
* // { // FilterControl
|
|
355
376
|
* // DateTimePicker: { // FilterDateTimePickerControl
|
|
356
377
|
* // FilterControlId: "STRING_VALUE", // required
|
|
357
|
-
* // Title: "STRING_VALUE",
|
|
378
|
+
* // Title: "STRING_VALUE",
|
|
358
379
|
* // SourceFilterId: "STRING_VALUE", // required
|
|
359
380
|
* // DisplayOptions: {
|
|
360
381
|
* // TitleOptions: "<LabelOptions>",
|
|
@@ -365,10 +386,11 @@ declare const DescribeAnalysisDefinitionCommand_base: {
|
|
|
365
386
|
* // },
|
|
366
387
|
* // Type: "SINGLE_VALUED" || "DATE_RANGE",
|
|
367
388
|
* // CommitMode: "AUTO" || "MANUAL",
|
|
389
|
+
* // ControlTitleFormatText: "<ControlTitleFormatText>",
|
|
368
390
|
* // },
|
|
369
391
|
* // List: { // FilterListControl
|
|
370
392
|
* // FilterControlId: "STRING_VALUE", // required
|
|
371
|
-
* // Title: "STRING_VALUE",
|
|
393
|
+
* // Title: "STRING_VALUE",
|
|
372
394
|
* // SourceFilterId: "STRING_VALUE", // required
|
|
373
395
|
* // DisplayOptions: {
|
|
374
396
|
* // SearchOptions: {
|
|
@@ -419,10 +441,11 @@ declare const DescribeAnalysisDefinitionCommand_base: {
|
|
|
419
441
|
* // },
|
|
420
442
|
* // },
|
|
421
443
|
* // ],
|
|
444
|
+
* // ControlTitleFormatText: "<ControlTitleFormatText>",
|
|
422
445
|
* // },
|
|
423
446
|
* // Dropdown: { // FilterDropDownControl
|
|
424
447
|
* // FilterControlId: "STRING_VALUE", // required
|
|
425
|
-
* // Title: "STRING_VALUE",
|
|
448
|
+
* // Title: "STRING_VALUE",
|
|
426
449
|
* // SourceFilterId: "STRING_VALUE", // required
|
|
427
450
|
* // DisplayOptions: {
|
|
428
451
|
* // SelectAllOptions: {
|
|
@@ -471,10 +494,11 @@ declare const DescribeAnalysisDefinitionCommand_base: {
|
|
|
471
494
|
* // },
|
|
472
495
|
* // },
|
|
473
496
|
* // ],
|
|
497
|
+
* // ControlTitleFormatText: "<ControlTitleFormatText>",
|
|
474
498
|
* // },
|
|
475
499
|
* // TextField: { // FilterTextFieldControl
|
|
476
500
|
* // FilterControlId: "STRING_VALUE", // required
|
|
477
|
-
* // Title: "STRING_VALUE",
|
|
501
|
+
* // Title: "STRING_VALUE",
|
|
478
502
|
* // SourceFilterId: "STRING_VALUE", // required
|
|
479
503
|
* // DisplayOptions: {
|
|
480
504
|
* // TitleOptions: "<LabelOptions>",
|
|
@@ -483,10 +507,11 @@ declare const DescribeAnalysisDefinitionCommand_base: {
|
|
|
483
507
|
* // },
|
|
484
508
|
* // InfoIconLabelOptions: "<SheetControlInfoIconLabelOptions>",
|
|
485
509
|
* // },
|
|
510
|
+
* // ControlTitleFormatText: "<ControlTitleFormatText>",
|
|
486
511
|
* // },
|
|
487
512
|
* // TextArea: { // FilterTextAreaControl
|
|
488
513
|
* // FilterControlId: "STRING_VALUE", // required
|
|
489
|
-
* // Title: "STRING_VALUE",
|
|
514
|
+
* // Title: "STRING_VALUE",
|
|
490
515
|
* // SourceFilterId: "STRING_VALUE", // required
|
|
491
516
|
* // Delimiter: "STRING_VALUE",
|
|
492
517
|
* // DisplayOptions: {
|
|
@@ -496,10 +521,11 @@ declare const DescribeAnalysisDefinitionCommand_base: {
|
|
|
496
521
|
* // },
|
|
497
522
|
* // InfoIconLabelOptions: "<SheetControlInfoIconLabelOptions>",
|
|
498
523
|
* // },
|
|
524
|
+
* // ControlTitleFormatText: "<ControlTitleFormatText>",
|
|
499
525
|
* // },
|
|
500
526
|
* // Slider: { // FilterSliderControl
|
|
501
527
|
* // FilterControlId: "STRING_VALUE", // required
|
|
502
|
-
* // Title: "STRING_VALUE",
|
|
528
|
+
* // Title: "STRING_VALUE",
|
|
503
529
|
* // SourceFilterId: "STRING_VALUE", // required
|
|
504
530
|
* // DisplayOptions: {
|
|
505
531
|
* // TitleOptions: "<LabelOptions>",
|
|
@@ -509,10 +535,11 @@ declare const DescribeAnalysisDefinitionCommand_base: {
|
|
|
509
535
|
* // MaximumValue: Number("double"), // required
|
|
510
536
|
* // MinimumValue: Number("double"), // required
|
|
511
537
|
* // StepSize: Number("double"), // required
|
|
538
|
+
* // ControlTitleFormatText: "<ControlTitleFormatText>",
|
|
512
539
|
* // },
|
|
513
540
|
* // RelativeDateTime: { // FilterRelativeDateTimeControl
|
|
514
541
|
* // FilterControlId: "STRING_VALUE", // required
|
|
515
|
-
* // Title: "STRING_VALUE",
|
|
542
|
+
* // Title: "STRING_VALUE",
|
|
516
543
|
* // SourceFilterId: "STRING_VALUE", // required
|
|
517
544
|
* // DisplayOptions: { // RelativeDateTimeControlDisplayOptions
|
|
518
545
|
* // TitleOptions: "<LabelOptions>",
|
|
@@ -520,6 +547,7 @@ declare const DescribeAnalysisDefinitionCommand_base: {
|
|
|
520
547
|
* // InfoIconLabelOptions: "<SheetControlInfoIconLabelOptions>",
|
|
521
548
|
* // },
|
|
522
549
|
* // CommitMode: "AUTO" || "MANUAL",
|
|
550
|
+
* // ControlTitleFormatText: "<ControlTitleFormatText>",
|
|
523
551
|
* // },
|
|
524
552
|
* // CrossSheet: { // FilterCrossSheetControl
|
|
525
553
|
* // FilterControlId: "STRING_VALUE", // required
|
|
@@ -7068,7 +7096,7 @@ declare const DescribeAnalysisDefinitionCommand_base: {
|
|
|
7068
7096
|
* // },
|
|
7069
7097
|
* // },
|
|
7070
7098
|
* // DefaultFilterControlConfiguration: { // DefaultFilterControlConfiguration
|
|
7071
|
-
* // Title: "STRING_VALUE",
|
|
7099
|
+
* // Title: "STRING_VALUE",
|
|
7072
7100
|
* // ControlOptions: { // DefaultFilterControlOptions
|
|
7073
7101
|
* // DefaultDateTimePickerOptions: { // DefaultDateTimePickerControlOptions
|
|
7074
7102
|
* // Type: "SINGLE_VALUED" || "DATE_RANGE",
|
|
@@ -7160,6 +7188,7 @@ declare const DescribeAnalysisDefinitionCommand_base: {
|
|
|
7160
7188
|
* // CommitMode: "AUTO" || "MANUAL",
|
|
7161
7189
|
* // },
|
|
7162
7190
|
* // },
|
|
7191
|
+
* // ControlTitleFormatText: "<ControlTitleFormatText>",
|
|
7163
7192
|
* // },
|
|
7164
7193
|
* // },
|
|
7165
7194
|
* // NumericRangeFilter: { // NumericRangeFilter
|
|
@@ -7179,7 +7208,7 @@ declare const DescribeAnalysisDefinitionCommand_base: {
|
|
|
7179
7208
|
* // AggregationFunction: "<AggregationFunction>",
|
|
7180
7209
|
* // NullOption: "ALL_VALUES" || "NULLS_ONLY" || "NON_NULLS_ONLY", // required
|
|
7181
7210
|
* // DefaultFilterControlConfiguration: {
|
|
7182
|
-
* // Title: "STRING_VALUE",
|
|
7211
|
+
* // Title: "STRING_VALUE",
|
|
7183
7212
|
* // ControlOptions: {
|
|
7184
7213
|
* // DefaultDateTimePickerOptions: {
|
|
7185
7214
|
* // Type: "SINGLE_VALUED" || "DATE_RANGE",
|
|
@@ -7252,6 +7281,7 @@ declare const DescribeAnalysisDefinitionCommand_base: {
|
|
|
7252
7281
|
* // CommitMode: "AUTO" || "MANUAL",
|
|
7253
7282
|
* // },
|
|
7254
7283
|
* // },
|
|
7284
|
+
* // ControlTitleFormatText: "<ControlTitleFormatText>",
|
|
7255
7285
|
* // },
|
|
7256
7286
|
* // },
|
|
7257
7287
|
* // NumericEqualityFilter: { // NumericEqualityFilter
|
|
@@ -7264,7 +7294,7 @@ declare const DescribeAnalysisDefinitionCommand_base: {
|
|
|
7264
7294
|
* // ParameterName: "STRING_VALUE",
|
|
7265
7295
|
* // NullOption: "ALL_VALUES" || "NULLS_ONLY" || "NON_NULLS_ONLY", // required
|
|
7266
7296
|
* // DefaultFilterControlConfiguration: {
|
|
7267
|
-
* // Title: "STRING_VALUE",
|
|
7297
|
+
* // Title: "STRING_VALUE",
|
|
7268
7298
|
* // ControlOptions: {
|
|
7269
7299
|
* // DefaultDateTimePickerOptions: {
|
|
7270
7300
|
* // Type: "SINGLE_VALUED" || "DATE_RANGE",
|
|
@@ -7335,6 +7365,7 @@ declare const DescribeAnalysisDefinitionCommand_base: {
|
|
|
7335
7365
|
* // CommitMode: "AUTO" || "MANUAL",
|
|
7336
7366
|
* // },
|
|
7337
7367
|
* // },
|
|
7368
|
+
* // ControlTitleFormatText: "<ControlTitleFormatText>",
|
|
7338
7369
|
* // },
|
|
7339
7370
|
* // },
|
|
7340
7371
|
* // TimeEqualityFilter: { // TimeEqualityFilter
|
|
@@ -7348,7 +7379,7 @@ declare const DescribeAnalysisDefinitionCommand_base: {
|
|
|
7348
7379
|
* // Expression: "STRING_VALUE", // required
|
|
7349
7380
|
* // },
|
|
7350
7381
|
* // DefaultFilterControlConfiguration: {
|
|
7351
|
-
* // Title: "STRING_VALUE",
|
|
7382
|
+
* // Title: "STRING_VALUE",
|
|
7352
7383
|
* // ControlOptions: {
|
|
7353
7384
|
* // DefaultDateTimePickerOptions: {
|
|
7354
7385
|
* // Type: "SINGLE_VALUED" || "DATE_RANGE",
|
|
@@ -7391,6 +7422,7 @@ declare const DescribeAnalysisDefinitionCommand_base: {
|
|
|
7391
7422
|
* // CommitMode: "AUTO" || "MANUAL",
|
|
7392
7423
|
* // },
|
|
7393
7424
|
* // },
|
|
7425
|
+
* // ControlTitleFormatText: "<ControlTitleFormatText>",
|
|
7394
7426
|
* // },
|
|
7395
7427
|
* // },
|
|
7396
7428
|
* // TimeRangeFilter: { // TimeRangeFilter
|
|
@@ -7416,7 +7448,7 @@ declare const DescribeAnalysisDefinitionCommand_base: {
|
|
|
7416
7448
|
* // },
|
|
7417
7449
|
* // TimeGranularity: "YEAR" || "QUARTER" || "MONTH" || "WEEK" || "DAY" || "HOUR" || "MINUTE" || "SECOND" || "MILLISECOND",
|
|
7418
7450
|
* // DefaultFilterControlConfiguration: {
|
|
7419
|
-
* // Title: "STRING_VALUE",
|
|
7451
|
+
* // Title: "STRING_VALUE",
|
|
7420
7452
|
* // ControlOptions: {
|
|
7421
7453
|
* // DefaultDateTimePickerOptions: {
|
|
7422
7454
|
* // Type: "SINGLE_VALUED" || "DATE_RANGE",
|
|
@@ -7455,6 +7487,7 @@ declare const DescribeAnalysisDefinitionCommand_base: {
|
|
|
7455
7487
|
* // CommitMode: "AUTO" || "MANUAL",
|
|
7456
7488
|
* // },
|
|
7457
7489
|
* // },
|
|
7490
|
+
* // ControlTitleFormatText: "<ControlTitleFormatText>",
|
|
7458
7491
|
* // },
|
|
7459
7492
|
* // },
|
|
7460
7493
|
* // RelativeDatesFilter: { // RelativeDatesFilter
|
|
@@ -205,6 +205,7 @@ declare const DescribeAssetBundleImportJobCommand_base: {
|
|
|
205
205
|
* // VpcConnectionArn: "STRING_VALUE", // required
|
|
206
206
|
* // },
|
|
207
207
|
* // IdentityProviderResourceUri: "STRING_VALUE",
|
|
208
|
+
* // IdentityProviderCACertificatesBundleS3Uri: "STRING_VALUE",
|
|
208
209
|
* // },
|
|
209
210
|
* // },
|
|
210
211
|
* // SparkParameters: { // SparkParameters
|
|
@@ -251,6 +252,7 @@ declare const DescribeAssetBundleImportJobCommand_base: {
|
|
|
251
252
|
* // VpcConnectionArn: "STRING_VALUE", // required
|
|
252
253
|
* // },
|
|
253
254
|
* // IdentityProviderResourceUri: "STRING_VALUE",
|
|
255
|
+
* // IdentityProviderCACertificatesBundleS3Uri: "STRING_VALUE",
|
|
254
256
|
* // },
|
|
255
257
|
* // },
|
|
256
258
|
* // TrinoParameters: { // TrinoParameters
|
|
@@ -269,6 +269,8 @@ declare const DescribeCustomPermissionsCommand_base: {
|
|
|
269
269
|
* // Extension: "DENY",
|
|
270
270
|
* // ManageSharedFolders: "DENY",
|
|
271
271
|
* // GenerateAnalyses: "DENY",
|
|
272
|
+
* // Story: "DENY",
|
|
273
|
+
* // Scenario: "DENY",
|
|
272
274
|
* // },
|
|
273
275
|
* // },
|
|
274
276
|
* // RequestId: "STRING_VALUE",
|
|
@@ -84,7 +84,7 @@ declare const DescribeDashboardDefinitionCommand_base: {
|
|
|
84
84
|
* // { // ParameterControl
|
|
85
85
|
* // DateTimePicker: { // ParameterDateTimePickerControl
|
|
86
86
|
* // ParameterControlId: "STRING_VALUE", // required
|
|
87
|
-
* // Title: "STRING_VALUE",
|
|
87
|
+
* // Title: "STRING_VALUE",
|
|
88
88
|
* // SourceParameterName: "STRING_VALUE", // required
|
|
89
89
|
* // DisplayOptions: { // DateTimePickerControlDisplayOptions
|
|
90
90
|
* // TitleOptions: { // LabelOptions
|
|
@@ -112,10 +112,14 @@ declare const DescribeDashboardDefinitionCommand_base: {
|
|
|
112
112
|
* // HelperTextVisibility: "HIDDEN" || "VISIBLE",
|
|
113
113
|
* // DateIconVisibility: "HIDDEN" || "VISIBLE",
|
|
114
114
|
* // },
|
|
115
|
+
* // ControlTitleFormatText: { // ControlTitleFormatText
|
|
116
|
+
* // PlainText: "STRING_VALUE",
|
|
117
|
+
* // RichText: "STRING_VALUE",
|
|
118
|
+
* // },
|
|
115
119
|
* // },
|
|
116
120
|
* // List: { // ParameterListControl
|
|
117
121
|
* // ParameterControlId: "STRING_VALUE", // required
|
|
118
|
-
* // Title: "STRING_VALUE",
|
|
122
|
+
* // Title: "STRING_VALUE",
|
|
119
123
|
* // SourceParameterName: "STRING_VALUE", // required
|
|
120
124
|
* // DisplayOptions: { // ListControlDisplayOptions
|
|
121
125
|
* // SearchOptions: { // ListControlSearchOptions
|
|
@@ -195,10 +199,14 @@ declare const DescribeDashboardDefinitionCommand_base: {
|
|
|
195
199
|
* // },
|
|
196
200
|
* // },
|
|
197
201
|
* // ],
|
|
202
|
+
* // ControlTitleFormatText: {
|
|
203
|
+
* // PlainText: "STRING_VALUE",
|
|
204
|
+
* // RichText: "STRING_VALUE",
|
|
205
|
+
* // },
|
|
198
206
|
* // },
|
|
199
207
|
* // Dropdown: { // ParameterDropDownControl
|
|
200
208
|
* // ParameterControlId: "STRING_VALUE", // required
|
|
201
|
-
* // Title: "STRING_VALUE",
|
|
209
|
+
* // Title: "STRING_VALUE",
|
|
202
210
|
* // SourceParameterName: "STRING_VALUE", // required
|
|
203
211
|
* // DisplayOptions: { // DropDownControlDisplayOptions
|
|
204
212
|
* // SelectAllOptions: {
|
|
@@ -273,10 +281,14 @@ declare const DescribeDashboardDefinitionCommand_base: {
|
|
|
273
281
|
* // },
|
|
274
282
|
* // },
|
|
275
283
|
* // ],
|
|
284
|
+
* // ControlTitleFormatText: {
|
|
285
|
+
* // PlainText: "STRING_VALUE",
|
|
286
|
+
* // RichText: "STRING_VALUE",
|
|
287
|
+
* // },
|
|
276
288
|
* // },
|
|
277
289
|
* // TextField: { // ParameterTextFieldControl
|
|
278
290
|
* // ParameterControlId: "STRING_VALUE", // required
|
|
279
|
-
* // Title: "STRING_VALUE",
|
|
291
|
+
* // Title: "STRING_VALUE",
|
|
280
292
|
* // SourceParameterName: "STRING_VALUE", // required
|
|
281
293
|
* // DisplayOptions: { // TextFieldControlDisplayOptions
|
|
282
294
|
* // TitleOptions: {
|
|
@@ -304,10 +316,14 @@ declare const DescribeDashboardDefinitionCommand_base: {
|
|
|
304
316
|
* // InfoIconText: "STRING_VALUE",
|
|
305
317
|
* // },
|
|
306
318
|
* // },
|
|
319
|
+
* // ControlTitleFormatText: {
|
|
320
|
+
* // PlainText: "STRING_VALUE",
|
|
321
|
+
* // RichText: "STRING_VALUE",
|
|
322
|
+
* // },
|
|
307
323
|
* // },
|
|
308
324
|
* // TextArea: { // ParameterTextAreaControl
|
|
309
325
|
* // ParameterControlId: "STRING_VALUE", // required
|
|
310
|
-
* // Title: "STRING_VALUE",
|
|
326
|
+
* // Title: "STRING_VALUE",
|
|
311
327
|
* // SourceParameterName: "STRING_VALUE", // required
|
|
312
328
|
* // Delimiter: "STRING_VALUE",
|
|
313
329
|
* // DisplayOptions: { // TextAreaControlDisplayOptions
|
|
@@ -336,10 +352,14 @@ declare const DescribeDashboardDefinitionCommand_base: {
|
|
|
336
352
|
* // InfoIconText: "STRING_VALUE",
|
|
337
353
|
* // },
|
|
338
354
|
* // },
|
|
355
|
+
* // ControlTitleFormatText: {
|
|
356
|
+
* // PlainText: "STRING_VALUE",
|
|
357
|
+
* // RichText: "STRING_VALUE",
|
|
358
|
+
* // },
|
|
339
359
|
* // },
|
|
340
360
|
* // Slider: { // ParameterSliderControl
|
|
341
361
|
* // ParameterControlId: "STRING_VALUE", // required
|
|
342
|
-
* // Title: "STRING_VALUE",
|
|
362
|
+
* // Title: "STRING_VALUE",
|
|
343
363
|
* // SourceParameterName: "STRING_VALUE", // required
|
|
344
364
|
* // DisplayOptions: { // SliderControlDisplayOptions
|
|
345
365
|
* // TitleOptions: "<LabelOptions>",
|
|
@@ -348,6 +368,7 @@ declare const DescribeDashboardDefinitionCommand_base: {
|
|
|
348
368
|
* // MaximumValue: Number("double"), // required
|
|
349
369
|
* // MinimumValue: Number("double"), // required
|
|
350
370
|
* // StepSize: Number("double"), // required
|
|
371
|
+
* // ControlTitleFormatText: "<ControlTitleFormatText>",
|
|
351
372
|
* // },
|
|
352
373
|
* // },
|
|
353
374
|
* // ],
|
|
@@ -355,7 +376,7 @@ declare const DescribeDashboardDefinitionCommand_base: {
|
|
|
355
376
|
* // { // FilterControl
|
|
356
377
|
* // DateTimePicker: { // FilterDateTimePickerControl
|
|
357
378
|
* // FilterControlId: "STRING_VALUE", // required
|
|
358
|
-
* // Title: "STRING_VALUE",
|
|
379
|
+
* // Title: "STRING_VALUE",
|
|
359
380
|
* // SourceFilterId: "STRING_VALUE", // required
|
|
360
381
|
* // DisplayOptions: {
|
|
361
382
|
* // TitleOptions: "<LabelOptions>",
|
|
@@ -366,10 +387,11 @@ declare const DescribeDashboardDefinitionCommand_base: {
|
|
|
366
387
|
* // },
|
|
367
388
|
* // Type: "SINGLE_VALUED" || "DATE_RANGE",
|
|
368
389
|
* // CommitMode: "AUTO" || "MANUAL",
|
|
390
|
+
* // ControlTitleFormatText: "<ControlTitleFormatText>",
|
|
369
391
|
* // },
|
|
370
392
|
* // List: { // FilterListControl
|
|
371
393
|
* // FilterControlId: "STRING_VALUE", // required
|
|
372
|
-
* // Title: "STRING_VALUE",
|
|
394
|
+
* // Title: "STRING_VALUE",
|
|
373
395
|
* // SourceFilterId: "STRING_VALUE", // required
|
|
374
396
|
* // DisplayOptions: {
|
|
375
397
|
* // SearchOptions: {
|
|
@@ -420,10 +442,11 @@ declare const DescribeDashboardDefinitionCommand_base: {
|
|
|
420
442
|
* // },
|
|
421
443
|
* // },
|
|
422
444
|
* // ],
|
|
445
|
+
* // ControlTitleFormatText: "<ControlTitleFormatText>",
|
|
423
446
|
* // },
|
|
424
447
|
* // Dropdown: { // FilterDropDownControl
|
|
425
448
|
* // FilterControlId: "STRING_VALUE", // required
|
|
426
|
-
* // Title: "STRING_VALUE",
|
|
449
|
+
* // Title: "STRING_VALUE",
|
|
427
450
|
* // SourceFilterId: "STRING_VALUE", // required
|
|
428
451
|
* // DisplayOptions: {
|
|
429
452
|
* // SelectAllOptions: {
|
|
@@ -472,10 +495,11 @@ declare const DescribeDashboardDefinitionCommand_base: {
|
|
|
472
495
|
* // },
|
|
473
496
|
* // },
|
|
474
497
|
* // ],
|
|
498
|
+
* // ControlTitleFormatText: "<ControlTitleFormatText>",
|
|
475
499
|
* // },
|
|
476
500
|
* // TextField: { // FilterTextFieldControl
|
|
477
501
|
* // FilterControlId: "STRING_VALUE", // required
|
|
478
|
-
* // Title: "STRING_VALUE",
|
|
502
|
+
* // Title: "STRING_VALUE",
|
|
479
503
|
* // SourceFilterId: "STRING_VALUE", // required
|
|
480
504
|
* // DisplayOptions: {
|
|
481
505
|
* // TitleOptions: "<LabelOptions>",
|
|
@@ -484,10 +508,11 @@ declare const DescribeDashboardDefinitionCommand_base: {
|
|
|
484
508
|
* // },
|
|
485
509
|
* // InfoIconLabelOptions: "<SheetControlInfoIconLabelOptions>",
|
|
486
510
|
* // },
|
|
511
|
+
* // ControlTitleFormatText: "<ControlTitleFormatText>",
|
|
487
512
|
* // },
|
|
488
513
|
* // TextArea: { // FilterTextAreaControl
|
|
489
514
|
* // FilterControlId: "STRING_VALUE", // required
|
|
490
|
-
* // Title: "STRING_VALUE",
|
|
515
|
+
* // Title: "STRING_VALUE",
|
|
491
516
|
* // SourceFilterId: "STRING_VALUE", // required
|
|
492
517
|
* // Delimiter: "STRING_VALUE",
|
|
493
518
|
* // DisplayOptions: {
|
|
@@ -497,10 +522,11 @@ declare const DescribeDashboardDefinitionCommand_base: {
|
|
|
497
522
|
* // },
|
|
498
523
|
* // InfoIconLabelOptions: "<SheetControlInfoIconLabelOptions>",
|
|
499
524
|
* // },
|
|
525
|
+
* // ControlTitleFormatText: "<ControlTitleFormatText>",
|
|
500
526
|
* // },
|
|
501
527
|
* // Slider: { // FilterSliderControl
|
|
502
528
|
* // FilterControlId: "STRING_VALUE", // required
|
|
503
|
-
* // Title: "STRING_VALUE",
|
|
529
|
+
* // Title: "STRING_VALUE",
|
|
504
530
|
* // SourceFilterId: "STRING_VALUE", // required
|
|
505
531
|
* // DisplayOptions: {
|
|
506
532
|
* // TitleOptions: "<LabelOptions>",
|
|
@@ -510,10 +536,11 @@ declare const DescribeDashboardDefinitionCommand_base: {
|
|
|
510
536
|
* // MaximumValue: Number("double"), // required
|
|
511
537
|
* // MinimumValue: Number("double"), // required
|
|
512
538
|
* // StepSize: Number("double"), // required
|
|
539
|
+
* // ControlTitleFormatText: "<ControlTitleFormatText>",
|
|
513
540
|
* // },
|
|
514
541
|
* // RelativeDateTime: { // FilterRelativeDateTimeControl
|
|
515
542
|
* // FilterControlId: "STRING_VALUE", // required
|
|
516
|
-
* // Title: "STRING_VALUE",
|
|
543
|
+
* // Title: "STRING_VALUE",
|
|
517
544
|
* // SourceFilterId: "STRING_VALUE", // required
|
|
518
545
|
* // DisplayOptions: { // RelativeDateTimeControlDisplayOptions
|
|
519
546
|
* // TitleOptions: "<LabelOptions>",
|
|
@@ -521,6 +548,7 @@ declare const DescribeDashboardDefinitionCommand_base: {
|
|
|
521
548
|
* // InfoIconLabelOptions: "<SheetControlInfoIconLabelOptions>",
|
|
522
549
|
* // },
|
|
523
550
|
* // CommitMode: "AUTO" || "MANUAL",
|
|
551
|
+
* // ControlTitleFormatText: "<ControlTitleFormatText>",
|
|
524
552
|
* // },
|
|
525
553
|
* // CrossSheet: { // FilterCrossSheetControl
|
|
526
554
|
* // FilterControlId: "STRING_VALUE", // required
|
|
@@ -7069,7 +7097,7 @@ declare const DescribeDashboardDefinitionCommand_base: {
|
|
|
7069
7097
|
* // },
|
|
7070
7098
|
* // },
|
|
7071
7099
|
* // DefaultFilterControlConfiguration: { // DefaultFilterControlConfiguration
|
|
7072
|
-
* // Title: "STRING_VALUE",
|
|
7100
|
+
* // Title: "STRING_VALUE",
|
|
7073
7101
|
* // ControlOptions: { // DefaultFilterControlOptions
|
|
7074
7102
|
* // DefaultDateTimePickerOptions: { // DefaultDateTimePickerControlOptions
|
|
7075
7103
|
* // Type: "SINGLE_VALUED" || "DATE_RANGE",
|
|
@@ -7161,6 +7189,7 @@ declare const DescribeDashboardDefinitionCommand_base: {
|
|
|
7161
7189
|
* // CommitMode: "AUTO" || "MANUAL",
|
|
7162
7190
|
* // },
|
|
7163
7191
|
* // },
|
|
7192
|
+
* // ControlTitleFormatText: "<ControlTitleFormatText>",
|
|
7164
7193
|
* // },
|
|
7165
7194
|
* // },
|
|
7166
7195
|
* // NumericRangeFilter: { // NumericRangeFilter
|
|
@@ -7180,7 +7209,7 @@ declare const DescribeDashboardDefinitionCommand_base: {
|
|
|
7180
7209
|
* // AggregationFunction: "<AggregationFunction>",
|
|
7181
7210
|
* // NullOption: "ALL_VALUES" || "NULLS_ONLY" || "NON_NULLS_ONLY", // required
|
|
7182
7211
|
* // DefaultFilterControlConfiguration: {
|
|
7183
|
-
* // Title: "STRING_VALUE",
|
|
7212
|
+
* // Title: "STRING_VALUE",
|
|
7184
7213
|
* // ControlOptions: {
|
|
7185
7214
|
* // DefaultDateTimePickerOptions: {
|
|
7186
7215
|
* // Type: "SINGLE_VALUED" || "DATE_RANGE",
|
|
@@ -7253,6 +7282,7 @@ declare const DescribeDashboardDefinitionCommand_base: {
|
|
|
7253
7282
|
* // CommitMode: "AUTO" || "MANUAL",
|
|
7254
7283
|
* // },
|
|
7255
7284
|
* // },
|
|
7285
|
+
* // ControlTitleFormatText: "<ControlTitleFormatText>",
|
|
7256
7286
|
* // },
|
|
7257
7287
|
* // },
|
|
7258
7288
|
* // NumericEqualityFilter: { // NumericEqualityFilter
|
|
@@ -7265,7 +7295,7 @@ declare const DescribeDashboardDefinitionCommand_base: {
|
|
|
7265
7295
|
* // ParameterName: "STRING_VALUE",
|
|
7266
7296
|
* // NullOption: "ALL_VALUES" || "NULLS_ONLY" || "NON_NULLS_ONLY", // required
|
|
7267
7297
|
* // DefaultFilterControlConfiguration: {
|
|
7268
|
-
* // Title: "STRING_VALUE",
|
|
7298
|
+
* // Title: "STRING_VALUE",
|
|
7269
7299
|
* // ControlOptions: {
|
|
7270
7300
|
* // DefaultDateTimePickerOptions: {
|
|
7271
7301
|
* // Type: "SINGLE_VALUED" || "DATE_RANGE",
|
|
@@ -7336,6 +7366,7 @@ declare const DescribeDashboardDefinitionCommand_base: {
|
|
|
7336
7366
|
* // CommitMode: "AUTO" || "MANUAL",
|
|
7337
7367
|
* // },
|
|
7338
7368
|
* // },
|
|
7369
|
+
* // ControlTitleFormatText: "<ControlTitleFormatText>",
|
|
7339
7370
|
* // },
|
|
7340
7371
|
* // },
|
|
7341
7372
|
* // TimeEqualityFilter: { // TimeEqualityFilter
|
|
@@ -7349,7 +7380,7 @@ declare const DescribeDashboardDefinitionCommand_base: {
|
|
|
7349
7380
|
* // Expression: "STRING_VALUE", // required
|
|
7350
7381
|
* // },
|
|
7351
7382
|
* // DefaultFilterControlConfiguration: {
|
|
7352
|
-
* // Title: "STRING_VALUE",
|
|
7383
|
+
* // Title: "STRING_VALUE",
|
|
7353
7384
|
* // ControlOptions: {
|
|
7354
7385
|
* // DefaultDateTimePickerOptions: {
|
|
7355
7386
|
* // Type: "SINGLE_VALUED" || "DATE_RANGE",
|
|
@@ -7392,6 +7423,7 @@ declare const DescribeDashboardDefinitionCommand_base: {
|
|
|
7392
7423
|
* // CommitMode: "AUTO" || "MANUAL",
|
|
7393
7424
|
* // },
|
|
7394
7425
|
* // },
|
|
7426
|
+
* // ControlTitleFormatText: "<ControlTitleFormatText>",
|
|
7395
7427
|
* // },
|
|
7396
7428
|
* // },
|
|
7397
7429
|
* // TimeRangeFilter: { // TimeRangeFilter
|
|
@@ -7417,7 +7449,7 @@ declare const DescribeDashboardDefinitionCommand_base: {
|
|
|
7417
7449
|
* // },
|
|
7418
7450
|
* // TimeGranularity: "YEAR" || "QUARTER" || "MONTH" || "WEEK" || "DAY" || "HOUR" || "MINUTE" || "SECOND" || "MILLISECOND",
|
|
7419
7451
|
* // DefaultFilterControlConfiguration: {
|
|
7420
|
-
* // Title: "STRING_VALUE",
|
|
7452
|
+
* // Title: "STRING_VALUE",
|
|
7421
7453
|
* // ControlOptions: {
|
|
7422
7454
|
* // DefaultDateTimePickerOptions: {
|
|
7423
7455
|
* // Type: "SINGLE_VALUED" || "DATE_RANGE",
|
|
@@ -7456,6 +7488,7 @@ declare const DescribeDashboardDefinitionCommand_base: {
|
|
|
7456
7488
|
* // CommitMode: "AUTO" || "MANUAL",
|
|
7457
7489
|
* // },
|
|
7458
7490
|
* // },
|
|
7491
|
+
* // ControlTitleFormatText: "<ControlTitleFormatText>",
|
|
7459
7492
|
* // },
|
|
7460
7493
|
* // },
|
|
7461
7494
|
* // RelativeDatesFilter: { // RelativeDatesFilter
|
|
@@ -157,6 +157,7 @@ declare const DescribeDataSourceCommand_base: {
|
|
|
157
157
|
* // VpcConnectionArn: "STRING_VALUE", // required
|
|
158
158
|
* // },
|
|
159
159
|
* // IdentityProviderResourceUri: "STRING_VALUE",
|
|
160
|
+
* // IdentityProviderCACertificatesBundleS3Uri: "STRING_VALUE",
|
|
160
161
|
* // },
|
|
161
162
|
* // },
|
|
162
163
|
* // SparkParameters: { // SparkParameters
|
|
@@ -203,6 +204,7 @@ declare const DescribeDataSourceCommand_base: {
|
|
|
203
204
|
* // VpcConnectionArn: "STRING_VALUE", // required
|
|
204
205
|
* // },
|
|
205
206
|
* // IdentityProviderResourceUri: "STRING_VALUE",
|
|
207
|
+
* // IdentityProviderCACertificatesBundleS3Uri: "STRING_VALUE",
|
|
206
208
|
* // },
|
|
207
209
|
* // },
|
|
208
210
|
* // TrinoParameters: { // TrinoParameters
|
|
@@ -347,6 +349,7 @@ declare const DescribeDataSourceCommand_base: {
|
|
|
347
349
|
* // VpcConnectionArn: "STRING_VALUE", // required
|
|
348
350
|
* // },
|
|
349
351
|
* // IdentityProviderResourceUri: "STRING_VALUE",
|
|
352
|
+
* // IdentityProviderCACertificatesBundleS3Uri: "STRING_VALUE",
|
|
350
353
|
* // },
|
|
351
354
|
* // },
|
|
352
355
|
* // SparkParameters: {
|
|
@@ -393,6 +396,7 @@ declare const DescribeDataSourceCommand_base: {
|
|
|
393
396
|
* // VpcConnectionArn: "STRING_VALUE", // required
|
|
394
397
|
* // },
|
|
395
398
|
* // IdentityProviderResourceUri: "STRING_VALUE",
|
|
399
|
+
* // IdentityProviderCACertificatesBundleS3Uri: "STRING_VALUE",
|
|
396
400
|
* // },
|
|
397
401
|
* // },
|
|
398
402
|
* // TrinoParameters: {
|
|
@@ -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 { DescribeRefreshScheduleRequest
|
|
3
|
+
import type { DescribeRefreshScheduleRequest } from "../models/models_3";
|
|
4
|
+
import type { DescribeRefreshScheduleResponse } from "../models/models_4";
|
|
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 { DescribeRoleCustomPermissionRequest } from "../models/
|
|
4
|
-
import type { DescribeRoleCustomPermissionResponse } from "../models/models_4";
|
|
3
|
+
import type { DescribeRoleCustomPermissionRequest, DescribeRoleCustomPermissionResponse } from "../models/models_4";
|
|
5
4
|
import type { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
6
5
|
/**
|
|
7
6
|
* @public
|