@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
|
@@ -103,7 +103,7 @@ declare const DescribeTemplateDefinitionCommand_base: {
|
|
|
103
103
|
* // { // ParameterControl
|
|
104
104
|
* // DateTimePicker: { // ParameterDateTimePickerControl
|
|
105
105
|
* // ParameterControlId: "STRING_VALUE", // required
|
|
106
|
-
* // Title: "STRING_VALUE",
|
|
106
|
+
* // Title: "STRING_VALUE",
|
|
107
107
|
* // SourceParameterName: "STRING_VALUE", // required
|
|
108
108
|
* // DisplayOptions: { // DateTimePickerControlDisplayOptions
|
|
109
109
|
* // TitleOptions: { // LabelOptions
|
|
@@ -131,10 +131,14 @@ declare const DescribeTemplateDefinitionCommand_base: {
|
|
|
131
131
|
* // HelperTextVisibility: "HIDDEN" || "VISIBLE",
|
|
132
132
|
* // DateIconVisibility: "HIDDEN" || "VISIBLE",
|
|
133
133
|
* // },
|
|
134
|
+
* // ControlTitleFormatText: { // ControlTitleFormatText
|
|
135
|
+
* // PlainText: "STRING_VALUE",
|
|
136
|
+
* // RichText: "STRING_VALUE",
|
|
137
|
+
* // },
|
|
134
138
|
* // },
|
|
135
139
|
* // List: { // ParameterListControl
|
|
136
140
|
* // ParameterControlId: "STRING_VALUE", // required
|
|
137
|
-
* // Title: "STRING_VALUE",
|
|
141
|
+
* // Title: "STRING_VALUE",
|
|
138
142
|
* // SourceParameterName: "STRING_VALUE", // required
|
|
139
143
|
* // DisplayOptions: { // ListControlDisplayOptions
|
|
140
144
|
* // SearchOptions: { // ListControlSearchOptions
|
|
@@ -214,10 +218,14 @@ declare const DescribeTemplateDefinitionCommand_base: {
|
|
|
214
218
|
* // },
|
|
215
219
|
* // },
|
|
216
220
|
* // ],
|
|
221
|
+
* // ControlTitleFormatText: {
|
|
222
|
+
* // PlainText: "STRING_VALUE",
|
|
223
|
+
* // RichText: "STRING_VALUE",
|
|
224
|
+
* // },
|
|
217
225
|
* // },
|
|
218
226
|
* // Dropdown: { // ParameterDropDownControl
|
|
219
227
|
* // ParameterControlId: "STRING_VALUE", // required
|
|
220
|
-
* // Title: "STRING_VALUE",
|
|
228
|
+
* // Title: "STRING_VALUE",
|
|
221
229
|
* // SourceParameterName: "STRING_VALUE", // required
|
|
222
230
|
* // DisplayOptions: { // DropDownControlDisplayOptions
|
|
223
231
|
* // SelectAllOptions: {
|
|
@@ -292,10 +300,14 @@ declare const DescribeTemplateDefinitionCommand_base: {
|
|
|
292
300
|
* // },
|
|
293
301
|
* // },
|
|
294
302
|
* // ],
|
|
303
|
+
* // ControlTitleFormatText: {
|
|
304
|
+
* // PlainText: "STRING_VALUE",
|
|
305
|
+
* // RichText: "STRING_VALUE",
|
|
306
|
+
* // },
|
|
295
307
|
* // },
|
|
296
308
|
* // TextField: { // ParameterTextFieldControl
|
|
297
309
|
* // ParameterControlId: "STRING_VALUE", // required
|
|
298
|
-
* // Title: "STRING_VALUE",
|
|
310
|
+
* // Title: "STRING_VALUE",
|
|
299
311
|
* // SourceParameterName: "STRING_VALUE", // required
|
|
300
312
|
* // DisplayOptions: { // TextFieldControlDisplayOptions
|
|
301
313
|
* // TitleOptions: {
|
|
@@ -323,10 +335,14 @@ declare const DescribeTemplateDefinitionCommand_base: {
|
|
|
323
335
|
* // InfoIconText: "STRING_VALUE",
|
|
324
336
|
* // },
|
|
325
337
|
* // },
|
|
338
|
+
* // ControlTitleFormatText: {
|
|
339
|
+
* // PlainText: "STRING_VALUE",
|
|
340
|
+
* // RichText: "STRING_VALUE",
|
|
341
|
+
* // },
|
|
326
342
|
* // },
|
|
327
343
|
* // TextArea: { // ParameterTextAreaControl
|
|
328
344
|
* // ParameterControlId: "STRING_VALUE", // required
|
|
329
|
-
* // Title: "STRING_VALUE",
|
|
345
|
+
* // Title: "STRING_VALUE",
|
|
330
346
|
* // SourceParameterName: "STRING_VALUE", // required
|
|
331
347
|
* // Delimiter: "STRING_VALUE",
|
|
332
348
|
* // DisplayOptions: { // TextAreaControlDisplayOptions
|
|
@@ -355,10 +371,14 @@ declare const DescribeTemplateDefinitionCommand_base: {
|
|
|
355
371
|
* // InfoIconText: "STRING_VALUE",
|
|
356
372
|
* // },
|
|
357
373
|
* // },
|
|
374
|
+
* // ControlTitleFormatText: {
|
|
375
|
+
* // PlainText: "STRING_VALUE",
|
|
376
|
+
* // RichText: "STRING_VALUE",
|
|
377
|
+
* // },
|
|
358
378
|
* // },
|
|
359
379
|
* // Slider: { // ParameterSliderControl
|
|
360
380
|
* // ParameterControlId: "STRING_VALUE", // required
|
|
361
|
-
* // Title: "STRING_VALUE",
|
|
381
|
+
* // Title: "STRING_VALUE",
|
|
362
382
|
* // SourceParameterName: "STRING_VALUE", // required
|
|
363
383
|
* // DisplayOptions: { // SliderControlDisplayOptions
|
|
364
384
|
* // TitleOptions: "<LabelOptions>",
|
|
@@ -367,6 +387,7 @@ declare const DescribeTemplateDefinitionCommand_base: {
|
|
|
367
387
|
* // MaximumValue: Number("double"), // required
|
|
368
388
|
* // MinimumValue: Number("double"), // required
|
|
369
389
|
* // StepSize: Number("double"), // required
|
|
390
|
+
* // ControlTitleFormatText: "<ControlTitleFormatText>",
|
|
370
391
|
* // },
|
|
371
392
|
* // },
|
|
372
393
|
* // ],
|
|
@@ -374,7 +395,7 @@ declare const DescribeTemplateDefinitionCommand_base: {
|
|
|
374
395
|
* // { // FilterControl
|
|
375
396
|
* // DateTimePicker: { // FilterDateTimePickerControl
|
|
376
397
|
* // FilterControlId: "STRING_VALUE", // required
|
|
377
|
-
* // Title: "STRING_VALUE",
|
|
398
|
+
* // Title: "STRING_VALUE",
|
|
378
399
|
* // SourceFilterId: "STRING_VALUE", // required
|
|
379
400
|
* // DisplayOptions: {
|
|
380
401
|
* // TitleOptions: "<LabelOptions>",
|
|
@@ -385,10 +406,11 @@ declare const DescribeTemplateDefinitionCommand_base: {
|
|
|
385
406
|
* // },
|
|
386
407
|
* // Type: "SINGLE_VALUED" || "DATE_RANGE",
|
|
387
408
|
* // CommitMode: "AUTO" || "MANUAL",
|
|
409
|
+
* // ControlTitleFormatText: "<ControlTitleFormatText>",
|
|
388
410
|
* // },
|
|
389
411
|
* // List: { // FilterListControl
|
|
390
412
|
* // FilterControlId: "STRING_VALUE", // required
|
|
391
|
-
* // Title: "STRING_VALUE",
|
|
413
|
+
* // Title: "STRING_VALUE",
|
|
392
414
|
* // SourceFilterId: "STRING_VALUE", // required
|
|
393
415
|
* // DisplayOptions: {
|
|
394
416
|
* // SearchOptions: {
|
|
@@ -439,10 +461,11 @@ declare const DescribeTemplateDefinitionCommand_base: {
|
|
|
439
461
|
* // },
|
|
440
462
|
* // },
|
|
441
463
|
* // ],
|
|
464
|
+
* // ControlTitleFormatText: "<ControlTitleFormatText>",
|
|
442
465
|
* // },
|
|
443
466
|
* // Dropdown: { // FilterDropDownControl
|
|
444
467
|
* // FilterControlId: "STRING_VALUE", // required
|
|
445
|
-
* // Title: "STRING_VALUE",
|
|
468
|
+
* // Title: "STRING_VALUE",
|
|
446
469
|
* // SourceFilterId: "STRING_VALUE", // required
|
|
447
470
|
* // DisplayOptions: {
|
|
448
471
|
* // SelectAllOptions: {
|
|
@@ -491,10 +514,11 @@ declare const DescribeTemplateDefinitionCommand_base: {
|
|
|
491
514
|
* // },
|
|
492
515
|
* // },
|
|
493
516
|
* // ],
|
|
517
|
+
* // ControlTitleFormatText: "<ControlTitleFormatText>",
|
|
494
518
|
* // },
|
|
495
519
|
* // TextField: { // FilterTextFieldControl
|
|
496
520
|
* // FilterControlId: "STRING_VALUE", // required
|
|
497
|
-
* // Title: "STRING_VALUE",
|
|
521
|
+
* // Title: "STRING_VALUE",
|
|
498
522
|
* // SourceFilterId: "STRING_VALUE", // required
|
|
499
523
|
* // DisplayOptions: {
|
|
500
524
|
* // TitleOptions: "<LabelOptions>",
|
|
@@ -503,10 +527,11 @@ declare const DescribeTemplateDefinitionCommand_base: {
|
|
|
503
527
|
* // },
|
|
504
528
|
* // InfoIconLabelOptions: "<SheetControlInfoIconLabelOptions>",
|
|
505
529
|
* // },
|
|
530
|
+
* // ControlTitleFormatText: "<ControlTitleFormatText>",
|
|
506
531
|
* // },
|
|
507
532
|
* // TextArea: { // FilterTextAreaControl
|
|
508
533
|
* // FilterControlId: "STRING_VALUE", // required
|
|
509
|
-
* // Title: "STRING_VALUE",
|
|
534
|
+
* // Title: "STRING_VALUE",
|
|
510
535
|
* // SourceFilterId: "STRING_VALUE", // required
|
|
511
536
|
* // Delimiter: "STRING_VALUE",
|
|
512
537
|
* // DisplayOptions: {
|
|
@@ -516,10 +541,11 @@ declare const DescribeTemplateDefinitionCommand_base: {
|
|
|
516
541
|
* // },
|
|
517
542
|
* // InfoIconLabelOptions: "<SheetControlInfoIconLabelOptions>",
|
|
518
543
|
* // },
|
|
544
|
+
* // ControlTitleFormatText: "<ControlTitleFormatText>",
|
|
519
545
|
* // },
|
|
520
546
|
* // Slider: { // FilterSliderControl
|
|
521
547
|
* // FilterControlId: "STRING_VALUE", // required
|
|
522
|
-
* // Title: "STRING_VALUE",
|
|
548
|
+
* // Title: "STRING_VALUE",
|
|
523
549
|
* // SourceFilterId: "STRING_VALUE", // required
|
|
524
550
|
* // DisplayOptions: {
|
|
525
551
|
* // TitleOptions: "<LabelOptions>",
|
|
@@ -529,10 +555,11 @@ declare const DescribeTemplateDefinitionCommand_base: {
|
|
|
529
555
|
* // MaximumValue: Number("double"), // required
|
|
530
556
|
* // MinimumValue: Number("double"), // required
|
|
531
557
|
* // StepSize: Number("double"), // required
|
|
558
|
+
* // ControlTitleFormatText: "<ControlTitleFormatText>",
|
|
532
559
|
* // },
|
|
533
560
|
* // RelativeDateTime: { // FilterRelativeDateTimeControl
|
|
534
561
|
* // FilterControlId: "STRING_VALUE", // required
|
|
535
|
-
* // Title: "STRING_VALUE",
|
|
562
|
+
* // Title: "STRING_VALUE",
|
|
536
563
|
* // SourceFilterId: "STRING_VALUE", // required
|
|
537
564
|
* // DisplayOptions: { // RelativeDateTimeControlDisplayOptions
|
|
538
565
|
* // TitleOptions: "<LabelOptions>",
|
|
@@ -540,6 +567,7 @@ declare const DescribeTemplateDefinitionCommand_base: {
|
|
|
540
567
|
* // InfoIconLabelOptions: "<SheetControlInfoIconLabelOptions>",
|
|
541
568
|
* // },
|
|
542
569
|
* // CommitMode: "AUTO" || "MANUAL",
|
|
570
|
+
* // ControlTitleFormatText: "<ControlTitleFormatText>",
|
|
543
571
|
* // },
|
|
544
572
|
* // CrossSheet: { // FilterCrossSheetControl
|
|
545
573
|
* // FilterControlId: "STRING_VALUE", // required
|
|
@@ -7088,7 +7116,7 @@ declare const DescribeTemplateDefinitionCommand_base: {
|
|
|
7088
7116
|
* // },
|
|
7089
7117
|
* // },
|
|
7090
7118
|
* // DefaultFilterControlConfiguration: { // DefaultFilterControlConfiguration
|
|
7091
|
-
* // Title: "STRING_VALUE",
|
|
7119
|
+
* // Title: "STRING_VALUE",
|
|
7092
7120
|
* // ControlOptions: { // DefaultFilterControlOptions
|
|
7093
7121
|
* // DefaultDateTimePickerOptions: { // DefaultDateTimePickerControlOptions
|
|
7094
7122
|
* // Type: "SINGLE_VALUED" || "DATE_RANGE",
|
|
@@ -7180,6 +7208,7 @@ declare const DescribeTemplateDefinitionCommand_base: {
|
|
|
7180
7208
|
* // CommitMode: "AUTO" || "MANUAL",
|
|
7181
7209
|
* // },
|
|
7182
7210
|
* // },
|
|
7211
|
+
* // ControlTitleFormatText: "<ControlTitleFormatText>",
|
|
7183
7212
|
* // },
|
|
7184
7213
|
* // },
|
|
7185
7214
|
* // NumericRangeFilter: { // NumericRangeFilter
|
|
@@ -7199,7 +7228,7 @@ declare const DescribeTemplateDefinitionCommand_base: {
|
|
|
7199
7228
|
* // AggregationFunction: "<AggregationFunction>",
|
|
7200
7229
|
* // NullOption: "ALL_VALUES" || "NULLS_ONLY" || "NON_NULLS_ONLY", // required
|
|
7201
7230
|
* // DefaultFilterControlConfiguration: {
|
|
7202
|
-
* // Title: "STRING_VALUE",
|
|
7231
|
+
* // Title: "STRING_VALUE",
|
|
7203
7232
|
* // ControlOptions: {
|
|
7204
7233
|
* // DefaultDateTimePickerOptions: {
|
|
7205
7234
|
* // Type: "SINGLE_VALUED" || "DATE_RANGE",
|
|
@@ -7272,6 +7301,7 @@ declare const DescribeTemplateDefinitionCommand_base: {
|
|
|
7272
7301
|
* // CommitMode: "AUTO" || "MANUAL",
|
|
7273
7302
|
* // },
|
|
7274
7303
|
* // },
|
|
7304
|
+
* // ControlTitleFormatText: "<ControlTitleFormatText>",
|
|
7275
7305
|
* // },
|
|
7276
7306
|
* // },
|
|
7277
7307
|
* // NumericEqualityFilter: { // NumericEqualityFilter
|
|
@@ -7284,7 +7314,7 @@ declare const DescribeTemplateDefinitionCommand_base: {
|
|
|
7284
7314
|
* // ParameterName: "STRING_VALUE",
|
|
7285
7315
|
* // NullOption: "ALL_VALUES" || "NULLS_ONLY" || "NON_NULLS_ONLY", // required
|
|
7286
7316
|
* // DefaultFilterControlConfiguration: {
|
|
7287
|
-
* // Title: "STRING_VALUE",
|
|
7317
|
+
* // Title: "STRING_VALUE",
|
|
7288
7318
|
* // ControlOptions: {
|
|
7289
7319
|
* // DefaultDateTimePickerOptions: {
|
|
7290
7320
|
* // Type: "SINGLE_VALUED" || "DATE_RANGE",
|
|
@@ -7355,6 +7385,7 @@ declare const DescribeTemplateDefinitionCommand_base: {
|
|
|
7355
7385
|
* // CommitMode: "AUTO" || "MANUAL",
|
|
7356
7386
|
* // },
|
|
7357
7387
|
* // },
|
|
7388
|
+
* // ControlTitleFormatText: "<ControlTitleFormatText>",
|
|
7358
7389
|
* // },
|
|
7359
7390
|
* // },
|
|
7360
7391
|
* // TimeEqualityFilter: { // TimeEqualityFilter
|
|
@@ -7368,7 +7399,7 @@ declare const DescribeTemplateDefinitionCommand_base: {
|
|
|
7368
7399
|
* // Expression: "STRING_VALUE", // required
|
|
7369
7400
|
* // },
|
|
7370
7401
|
* // DefaultFilterControlConfiguration: {
|
|
7371
|
-
* // Title: "STRING_VALUE",
|
|
7402
|
+
* // Title: "STRING_VALUE",
|
|
7372
7403
|
* // ControlOptions: {
|
|
7373
7404
|
* // DefaultDateTimePickerOptions: {
|
|
7374
7405
|
* // Type: "SINGLE_VALUED" || "DATE_RANGE",
|
|
@@ -7411,6 +7442,7 @@ declare const DescribeTemplateDefinitionCommand_base: {
|
|
|
7411
7442
|
* // CommitMode: "AUTO" || "MANUAL",
|
|
7412
7443
|
* // },
|
|
7413
7444
|
* // },
|
|
7445
|
+
* // ControlTitleFormatText: "<ControlTitleFormatText>",
|
|
7414
7446
|
* // },
|
|
7415
7447
|
* // },
|
|
7416
7448
|
* // TimeRangeFilter: { // TimeRangeFilter
|
|
@@ -7436,7 +7468,7 @@ declare const DescribeTemplateDefinitionCommand_base: {
|
|
|
7436
7468
|
* // },
|
|
7437
7469
|
* // TimeGranularity: "YEAR" || "QUARTER" || "MONTH" || "WEEK" || "DAY" || "HOUR" || "MINUTE" || "SECOND" || "MILLISECOND",
|
|
7438
7470
|
* // DefaultFilterControlConfiguration: {
|
|
7439
|
-
* // Title: "STRING_VALUE",
|
|
7471
|
+
* // Title: "STRING_VALUE",
|
|
7440
7472
|
* // ControlOptions: {
|
|
7441
7473
|
* // DefaultDateTimePickerOptions: {
|
|
7442
7474
|
* // Type: "SINGLE_VALUED" || "DATE_RANGE",
|
|
@@ -7475,6 +7507,7 @@ declare const DescribeTemplateDefinitionCommand_base: {
|
|
|
7475
7507
|
* // CommitMode: "AUTO" || "MANUAL",
|
|
7476
7508
|
* // },
|
|
7477
7509
|
* // },
|
|
7510
|
+
* // ControlTitleFormatText: "<ControlTitleFormatText>",
|
|
7478
7511
|
* // },
|
|
7479
7512
|
* // },
|
|
7480
7513
|
* // RelativeDatesFilter: { // RelativeDatesFilter
|
|
@@ -188,6 +188,10 @@ declare const DescribeThemeCommand_base: {
|
|
|
188
188
|
* // TextAlignment: "LEFT" || "CENTER" || "RIGHT" || "AUTO",
|
|
189
189
|
* // TextTransform: "CAPITALIZE",
|
|
190
190
|
* // },
|
|
191
|
+
* // ControlTitleFontConfiguration: { // ControlTitleFontConfiguration
|
|
192
|
+
* // FontConfiguration: "<FontConfiguration>",
|
|
193
|
+
* // TextAlignment: "LEFT" || "CENTER" || "RIGHT" || "AUTO",
|
|
194
|
+
* // },
|
|
191
195
|
* // },
|
|
192
196
|
* // },
|
|
193
197
|
* // Errors: [ // ThemeErrorList
|
|
@@ -100,6 +100,7 @@ declare const GetIdentityContextCommand_base: {
|
|
|
100
100
|
* },
|
|
101
101
|
* Namespace: "STRING_VALUE",
|
|
102
102
|
* SessionExpiresAt: new Date("TIMESTAMP"),
|
|
103
|
+
* ContextRegion: "STRING_VALUE",
|
|
103
104
|
* };
|
|
104
105
|
* const command = new GetIdentityContextCommand(input);
|
|
105
106
|
* const response = await client.send(command);
|
|
@@ -159,6 +159,7 @@ declare const ListDataSourcesCommand_base: {
|
|
|
159
159
|
* // VpcConnectionArn: "STRING_VALUE", // required
|
|
160
160
|
* // },
|
|
161
161
|
* // IdentityProviderResourceUri: "STRING_VALUE",
|
|
162
|
+
* // IdentityProviderCACertificatesBundleS3Uri: "STRING_VALUE",
|
|
162
163
|
* // },
|
|
163
164
|
* // },
|
|
164
165
|
* // SparkParameters: { // SparkParameters
|
|
@@ -205,6 +206,7 @@ declare const ListDataSourcesCommand_base: {
|
|
|
205
206
|
* // VpcConnectionArn: "STRING_VALUE", // required
|
|
206
207
|
* // },
|
|
207
208
|
* // IdentityProviderResourceUri: "STRING_VALUE",
|
|
209
|
+
* // IdentityProviderCACertificatesBundleS3Uri: "STRING_VALUE",
|
|
208
210
|
* // },
|
|
209
211
|
* // },
|
|
210
212
|
* // TrinoParameters: { // TrinoParameters
|
|
@@ -349,6 +351,7 @@ declare const ListDataSourcesCommand_base: {
|
|
|
349
351
|
* // VpcConnectionArn: "STRING_VALUE", // required
|
|
350
352
|
* // },
|
|
351
353
|
* // IdentityProviderResourceUri: "STRING_VALUE",
|
|
354
|
+
* // IdentityProviderCACertificatesBundleS3Uri: "STRING_VALUE",
|
|
352
355
|
* // },
|
|
353
356
|
* // },
|
|
354
357
|
* // SparkParameters: {
|
|
@@ -395,6 +398,7 @@ declare const ListDataSourcesCommand_base: {
|
|
|
395
398
|
* // VpcConnectionArn: "STRING_VALUE", // required
|
|
396
399
|
* // },
|
|
397
400
|
* // IdentityProviderResourceUri: "STRING_VALUE",
|
|
401
|
+
* // IdentityProviderCACertificatesBundleS3Uri: "STRING_VALUE",
|
|
398
402
|
* // },
|
|
399
403
|
* // },
|
|
400
404
|
* // TrinoParameters: {
|
|
@@ -189,6 +189,7 @@ declare const StartAssetBundleImportJobCommand_base: {
|
|
|
189
189
|
* VpcConnectionArn: "STRING_VALUE", // required
|
|
190
190
|
* },
|
|
191
191
|
* IdentityProviderResourceUri: "STRING_VALUE",
|
|
192
|
+
* IdentityProviderCACertificatesBundleS3Uri: "STRING_VALUE",
|
|
192
193
|
* },
|
|
193
194
|
* },
|
|
194
195
|
* SparkParameters: { // SparkParameters
|
|
@@ -235,6 +236,7 @@ declare const StartAssetBundleImportJobCommand_base: {
|
|
|
235
236
|
* VpcConnectionArn: "STRING_VALUE", // required
|
|
236
237
|
* },
|
|
237
238
|
* IdentityProviderResourceUri: "STRING_VALUE",
|
|
239
|
+
* IdentityProviderCACertificatesBundleS3Uri: "STRING_VALUE",
|
|
238
240
|
* },
|
|
239
241
|
* },
|
|
240
242
|
* TrinoParameters: { // TrinoParameters
|
|
@@ -103,7 +103,7 @@ declare const UpdateAnalysisCommand_base: {
|
|
|
103
103
|
* { // ParameterControl
|
|
104
104
|
* DateTimePicker: { // ParameterDateTimePickerControl
|
|
105
105
|
* ParameterControlId: "STRING_VALUE", // required
|
|
106
|
-
* Title: "STRING_VALUE",
|
|
106
|
+
* Title: "STRING_VALUE",
|
|
107
107
|
* SourceParameterName: "STRING_VALUE", // required
|
|
108
108
|
* DisplayOptions: { // DateTimePickerControlDisplayOptions
|
|
109
109
|
* TitleOptions: { // LabelOptions
|
|
@@ -131,10 +131,14 @@ declare const UpdateAnalysisCommand_base: {
|
|
|
131
131
|
* HelperTextVisibility: "HIDDEN" || "VISIBLE",
|
|
132
132
|
* DateIconVisibility: "HIDDEN" || "VISIBLE",
|
|
133
133
|
* },
|
|
134
|
+
* ControlTitleFormatText: { // ControlTitleFormatText
|
|
135
|
+
* PlainText: "STRING_VALUE",
|
|
136
|
+
* RichText: "STRING_VALUE",
|
|
137
|
+
* },
|
|
134
138
|
* },
|
|
135
139
|
* List: { // ParameterListControl
|
|
136
140
|
* ParameterControlId: "STRING_VALUE", // required
|
|
137
|
-
* Title: "STRING_VALUE",
|
|
141
|
+
* Title: "STRING_VALUE",
|
|
138
142
|
* SourceParameterName: "STRING_VALUE", // required
|
|
139
143
|
* DisplayOptions: { // ListControlDisplayOptions
|
|
140
144
|
* SearchOptions: { // ListControlSearchOptions
|
|
@@ -214,10 +218,14 @@ declare const UpdateAnalysisCommand_base: {
|
|
|
214
218
|
* },
|
|
215
219
|
* },
|
|
216
220
|
* ],
|
|
221
|
+
* ControlTitleFormatText: {
|
|
222
|
+
* PlainText: "STRING_VALUE",
|
|
223
|
+
* RichText: "STRING_VALUE",
|
|
224
|
+
* },
|
|
217
225
|
* },
|
|
218
226
|
* Dropdown: { // ParameterDropDownControl
|
|
219
227
|
* ParameterControlId: "STRING_VALUE", // required
|
|
220
|
-
* Title: "STRING_VALUE",
|
|
228
|
+
* Title: "STRING_VALUE",
|
|
221
229
|
* SourceParameterName: "STRING_VALUE", // required
|
|
222
230
|
* DisplayOptions: { // DropDownControlDisplayOptions
|
|
223
231
|
* SelectAllOptions: {
|
|
@@ -292,10 +300,14 @@ declare const UpdateAnalysisCommand_base: {
|
|
|
292
300
|
* },
|
|
293
301
|
* },
|
|
294
302
|
* ],
|
|
303
|
+
* ControlTitleFormatText: {
|
|
304
|
+
* PlainText: "STRING_VALUE",
|
|
305
|
+
* RichText: "STRING_VALUE",
|
|
306
|
+
* },
|
|
295
307
|
* },
|
|
296
308
|
* TextField: { // ParameterTextFieldControl
|
|
297
309
|
* ParameterControlId: "STRING_VALUE", // required
|
|
298
|
-
* Title: "STRING_VALUE",
|
|
310
|
+
* Title: "STRING_VALUE",
|
|
299
311
|
* SourceParameterName: "STRING_VALUE", // required
|
|
300
312
|
* DisplayOptions: { // TextFieldControlDisplayOptions
|
|
301
313
|
* TitleOptions: {
|
|
@@ -323,10 +335,14 @@ declare const UpdateAnalysisCommand_base: {
|
|
|
323
335
|
* InfoIconText: "STRING_VALUE",
|
|
324
336
|
* },
|
|
325
337
|
* },
|
|
338
|
+
* ControlTitleFormatText: {
|
|
339
|
+
* PlainText: "STRING_VALUE",
|
|
340
|
+
* RichText: "STRING_VALUE",
|
|
341
|
+
* },
|
|
326
342
|
* },
|
|
327
343
|
* TextArea: { // ParameterTextAreaControl
|
|
328
344
|
* ParameterControlId: "STRING_VALUE", // required
|
|
329
|
-
* Title: "STRING_VALUE",
|
|
345
|
+
* Title: "STRING_VALUE",
|
|
330
346
|
* SourceParameterName: "STRING_VALUE", // required
|
|
331
347
|
* Delimiter: "STRING_VALUE",
|
|
332
348
|
* DisplayOptions: { // TextAreaControlDisplayOptions
|
|
@@ -355,10 +371,14 @@ declare const UpdateAnalysisCommand_base: {
|
|
|
355
371
|
* InfoIconText: "STRING_VALUE",
|
|
356
372
|
* },
|
|
357
373
|
* },
|
|
374
|
+
* ControlTitleFormatText: {
|
|
375
|
+
* PlainText: "STRING_VALUE",
|
|
376
|
+
* RichText: "STRING_VALUE",
|
|
377
|
+
* },
|
|
358
378
|
* },
|
|
359
379
|
* Slider: { // ParameterSliderControl
|
|
360
380
|
* ParameterControlId: "STRING_VALUE", // required
|
|
361
|
-
* Title: "STRING_VALUE",
|
|
381
|
+
* Title: "STRING_VALUE",
|
|
362
382
|
* SourceParameterName: "STRING_VALUE", // required
|
|
363
383
|
* DisplayOptions: { // SliderControlDisplayOptions
|
|
364
384
|
* TitleOptions: "<LabelOptions>",
|
|
@@ -367,6 +387,7 @@ declare const UpdateAnalysisCommand_base: {
|
|
|
367
387
|
* MaximumValue: Number("double"), // required
|
|
368
388
|
* MinimumValue: Number("double"), // required
|
|
369
389
|
* StepSize: Number("double"), // required
|
|
390
|
+
* ControlTitleFormatText: "<ControlTitleFormatText>",
|
|
370
391
|
* },
|
|
371
392
|
* },
|
|
372
393
|
* ],
|
|
@@ -374,7 +395,7 @@ declare const UpdateAnalysisCommand_base: {
|
|
|
374
395
|
* { // FilterControl
|
|
375
396
|
* DateTimePicker: { // FilterDateTimePickerControl
|
|
376
397
|
* FilterControlId: "STRING_VALUE", // required
|
|
377
|
-
* Title: "STRING_VALUE",
|
|
398
|
+
* Title: "STRING_VALUE",
|
|
378
399
|
* SourceFilterId: "STRING_VALUE", // required
|
|
379
400
|
* DisplayOptions: {
|
|
380
401
|
* TitleOptions: "<LabelOptions>",
|
|
@@ -385,10 +406,11 @@ declare const UpdateAnalysisCommand_base: {
|
|
|
385
406
|
* },
|
|
386
407
|
* Type: "SINGLE_VALUED" || "DATE_RANGE",
|
|
387
408
|
* CommitMode: "AUTO" || "MANUAL",
|
|
409
|
+
* ControlTitleFormatText: "<ControlTitleFormatText>",
|
|
388
410
|
* },
|
|
389
411
|
* List: { // FilterListControl
|
|
390
412
|
* FilterControlId: "STRING_VALUE", // required
|
|
391
|
-
* Title: "STRING_VALUE",
|
|
413
|
+
* Title: "STRING_VALUE",
|
|
392
414
|
* SourceFilterId: "STRING_VALUE", // required
|
|
393
415
|
* DisplayOptions: {
|
|
394
416
|
* SearchOptions: {
|
|
@@ -439,10 +461,11 @@ declare const UpdateAnalysisCommand_base: {
|
|
|
439
461
|
* },
|
|
440
462
|
* },
|
|
441
463
|
* ],
|
|
464
|
+
* ControlTitleFormatText: "<ControlTitleFormatText>",
|
|
442
465
|
* },
|
|
443
466
|
* Dropdown: { // FilterDropDownControl
|
|
444
467
|
* FilterControlId: "STRING_VALUE", // required
|
|
445
|
-
* Title: "STRING_VALUE",
|
|
468
|
+
* Title: "STRING_VALUE",
|
|
446
469
|
* SourceFilterId: "STRING_VALUE", // required
|
|
447
470
|
* DisplayOptions: {
|
|
448
471
|
* SelectAllOptions: {
|
|
@@ -491,10 +514,11 @@ declare const UpdateAnalysisCommand_base: {
|
|
|
491
514
|
* },
|
|
492
515
|
* },
|
|
493
516
|
* ],
|
|
517
|
+
* ControlTitleFormatText: "<ControlTitleFormatText>",
|
|
494
518
|
* },
|
|
495
519
|
* TextField: { // FilterTextFieldControl
|
|
496
520
|
* FilterControlId: "STRING_VALUE", // required
|
|
497
|
-
* Title: "STRING_VALUE",
|
|
521
|
+
* Title: "STRING_VALUE",
|
|
498
522
|
* SourceFilterId: "STRING_VALUE", // required
|
|
499
523
|
* DisplayOptions: {
|
|
500
524
|
* TitleOptions: "<LabelOptions>",
|
|
@@ -503,10 +527,11 @@ declare const UpdateAnalysisCommand_base: {
|
|
|
503
527
|
* },
|
|
504
528
|
* InfoIconLabelOptions: "<SheetControlInfoIconLabelOptions>",
|
|
505
529
|
* },
|
|
530
|
+
* ControlTitleFormatText: "<ControlTitleFormatText>",
|
|
506
531
|
* },
|
|
507
532
|
* TextArea: { // FilterTextAreaControl
|
|
508
533
|
* FilterControlId: "STRING_VALUE", // required
|
|
509
|
-
* Title: "STRING_VALUE",
|
|
534
|
+
* Title: "STRING_VALUE",
|
|
510
535
|
* SourceFilterId: "STRING_VALUE", // required
|
|
511
536
|
* Delimiter: "STRING_VALUE",
|
|
512
537
|
* DisplayOptions: {
|
|
@@ -516,10 +541,11 @@ declare const UpdateAnalysisCommand_base: {
|
|
|
516
541
|
* },
|
|
517
542
|
* InfoIconLabelOptions: "<SheetControlInfoIconLabelOptions>",
|
|
518
543
|
* },
|
|
544
|
+
* ControlTitleFormatText: "<ControlTitleFormatText>",
|
|
519
545
|
* },
|
|
520
546
|
* Slider: { // FilterSliderControl
|
|
521
547
|
* FilterControlId: "STRING_VALUE", // required
|
|
522
|
-
* Title: "STRING_VALUE",
|
|
548
|
+
* Title: "STRING_VALUE",
|
|
523
549
|
* SourceFilterId: "STRING_VALUE", // required
|
|
524
550
|
* DisplayOptions: {
|
|
525
551
|
* TitleOptions: "<LabelOptions>",
|
|
@@ -529,10 +555,11 @@ declare const UpdateAnalysisCommand_base: {
|
|
|
529
555
|
* MaximumValue: Number("double"), // required
|
|
530
556
|
* MinimumValue: Number("double"), // required
|
|
531
557
|
* StepSize: Number("double"), // required
|
|
558
|
+
* ControlTitleFormatText: "<ControlTitleFormatText>",
|
|
532
559
|
* },
|
|
533
560
|
* RelativeDateTime: { // FilterRelativeDateTimeControl
|
|
534
561
|
* FilterControlId: "STRING_VALUE", // required
|
|
535
|
-
* Title: "STRING_VALUE",
|
|
562
|
+
* Title: "STRING_VALUE",
|
|
536
563
|
* SourceFilterId: "STRING_VALUE", // required
|
|
537
564
|
* DisplayOptions: { // RelativeDateTimeControlDisplayOptions
|
|
538
565
|
* TitleOptions: "<LabelOptions>",
|
|
@@ -540,6 +567,7 @@ declare const UpdateAnalysisCommand_base: {
|
|
|
540
567
|
* InfoIconLabelOptions: "<SheetControlInfoIconLabelOptions>",
|
|
541
568
|
* },
|
|
542
569
|
* CommitMode: "AUTO" || "MANUAL",
|
|
570
|
+
* ControlTitleFormatText: "<ControlTitleFormatText>",
|
|
543
571
|
* },
|
|
544
572
|
* CrossSheet: { // FilterCrossSheetControl
|
|
545
573
|
* FilterControlId: "STRING_VALUE", // required
|
|
@@ -7088,7 +7116,7 @@ declare const UpdateAnalysisCommand_base: {
|
|
|
7088
7116
|
* },
|
|
7089
7117
|
* },
|
|
7090
7118
|
* DefaultFilterControlConfiguration: { // DefaultFilterControlConfiguration
|
|
7091
|
-
* Title: "STRING_VALUE",
|
|
7119
|
+
* Title: "STRING_VALUE",
|
|
7092
7120
|
* ControlOptions: { // DefaultFilterControlOptions
|
|
7093
7121
|
* DefaultDateTimePickerOptions: { // DefaultDateTimePickerControlOptions
|
|
7094
7122
|
* Type: "SINGLE_VALUED" || "DATE_RANGE",
|
|
@@ -7180,6 +7208,7 @@ declare const UpdateAnalysisCommand_base: {
|
|
|
7180
7208
|
* CommitMode: "AUTO" || "MANUAL",
|
|
7181
7209
|
* },
|
|
7182
7210
|
* },
|
|
7211
|
+
* ControlTitleFormatText: "<ControlTitleFormatText>",
|
|
7183
7212
|
* },
|
|
7184
7213
|
* },
|
|
7185
7214
|
* NumericRangeFilter: { // NumericRangeFilter
|
|
@@ -7199,7 +7228,7 @@ declare const UpdateAnalysisCommand_base: {
|
|
|
7199
7228
|
* AggregationFunction: "<AggregationFunction>",
|
|
7200
7229
|
* NullOption: "ALL_VALUES" || "NULLS_ONLY" || "NON_NULLS_ONLY", // required
|
|
7201
7230
|
* DefaultFilterControlConfiguration: {
|
|
7202
|
-
* Title: "STRING_VALUE",
|
|
7231
|
+
* Title: "STRING_VALUE",
|
|
7203
7232
|
* ControlOptions: {
|
|
7204
7233
|
* DefaultDateTimePickerOptions: {
|
|
7205
7234
|
* Type: "SINGLE_VALUED" || "DATE_RANGE",
|
|
@@ -7272,6 +7301,7 @@ declare const UpdateAnalysisCommand_base: {
|
|
|
7272
7301
|
* CommitMode: "AUTO" || "MANUAL",
|
|
7273
7302
|
* },
|
|
7274
7303
|
* },
|
|
7304
|
+
* ControlTitleFormatText: "<ControlTitleFormatText>",
|
|
7275
7305
|
* },
|
|
7276
7306
|
* },
|
|
7277
7307
|
* NumericEqualityFilter: { // NumericEqualityFilter
|
|
@@ -7284,7 +7314,7 @@ declare const UpdateAnalysisCommand_base: {
|
|
|
7284
7314
|
* ParameterName: "STRING_VALUE",
|
|
7285
7315
|
* NullOption: "ALL_VALUES" || "NULLS_ONLY" || "NON_NULLS_ONLY", // required
|
|
7286
7316
|
* DefaultFilterControlConfiguration: {
|
|
7287
|
-
* Title: "STRING_VALUE",
|
|
7317
|
+
* Title: "STRING_VALUE",
|
|
7288
7318
|
* ControlOptions: {
|
|
7289
7319
|
* DefaultDateTimePickerOptions: {
|
|
7290
7320
|
* Type: "SINGLE_VALUED" || "DATE_RANGE",
|
|
@@ -7355,6 +7385,7 @@ declare const UpdateAnalysisCommand_base: {
|
|
|
7355
7385
|
* CommitMode: "AUTO" || "MANUAL",
|
|
7356
7386
|
* },
|
|
7357
7387
|
* },
|
|
7388
|
+
* ControlTitleFormatText: "<ControlTitleFormatText>",
|
|
7358
7389
|
* },
|
|
7359
7390
|
* },
|
|
7360
7391
|
* TimeEqualityFilter: { // TimeEqualityFilter
|
|
@@ -7368,7 +7399,7 @@ declare const UpdateAnalysisCommand_base: {
|
|
|
7368
7399
|
* Expression: "STRING_VALUE", // required
|
|
7369
7400
|
* },
|
|
7370
7401
|
* DefaultFilterControlConfiguration: {
|
|
7371
|
-
* Title: "STRING_VALUE",
|
|
7402
|
+
* Title: "STRING_VALUE",
|
|
7372
7403
|
* ControlOptions: {
|
|
7373
7404
|
* DefaultDateTimePickerOptions: {
|
|
7374
7405
|
* Type: "SINGLE_VALUED" || "DATE_RANGE",
|
|
@@ -7411,6 +7442,7 @@ declare const UpdateAnalysisCommand_base: {
|
|
|
7411
7442
|
* CommitMode: "AUTO" || "MANUAL",
|
|
7412
7443
|
* },
|
|
7413
7444
|
* },
|
|
7445
|
+
* ControlTitleFormatText: "<ControlTitleFormatText>",
|
|
7414
7446
|
* },
|
|
7415
7447
|
* },
|
|
7416
7448
|
* TimeRangeFilter: { // TimeRangeFilter
|
|
@@ -7436,7 +7468,7 @@ declare const UpdateAnalysisCommand_base: {
|
|
|
7436
7468
|
* },
|
|
7437
7469
|
* TimeGranularity: "YEAR" || "QUARTER" || "MONTH" || "WEEK" || "DAY" || "HOUR" || "MINUTE" || "SECOND" || "MILLISECOND",
|
|
7438
7470
|
* DefaultFilterControlConfiguration: {
|
|
7439
|
-
* Title: "STRING_VALUE",
|
|
7471
|
+
* Title: "STRING_VALUE",
|
|
7440
7472
|
* ControlOptions: {
|
|
7441
7473
|
* DefaultDateTimePickerOptions: {
|
|
7442
7474
|
* Type: "SINGLE_VALUED" || "DATE_RANGE",
|
|
@@ -7475,6 +7507,7 @@ declare const UpdateAnalysisCommand_base: {
|
|
|
7475
7507
|
* CommitMode: "AUTO" || "MANUAL",
|
|
7476
7508
|
* },
|
|
7477
7509
|
* },
|
|
7510
|
+
* ControlTitleFormatText: "<ControlTitleFormatText>",
|
|
7478
7511
|
* },
|
|
7479
7512
|
* },
|
|
7480
7513
|
* RelativeDatesFilter: { // RelativeDatesFilter
|
|
@@ -261,6 +261,8 @@ declare const UpdateCustomPermissionsCommand_base: {
|
|
|
261
261
|
* Extension: "DENY",
|
|
262
262
|
* ManageSharedFolders: "DENY",
|
|
263
263
|
* GenerateAnalyses: "DENY",
|
|
264
|
+
* Story: "DENY",
|
|
265
|
+
* Scenario: "DENY",
|
|
264
266
|
* },
|
|
265
267
|
* };
|
|
266
268
|
* const command = new UpdateCustomPermissionsCommand(input);
|