aws-sdk-quicksight 1.115.0 → 1.116.0

Sign up to get free protection for your applications and to get access to all the features.
data/sig/client.rbs CHANGED
@@ -31461,6 +31461,78 @@ module Aws
31461
31461
  after: {
31462
31462
  status: ("ENABLED" | "DISABLED")?
31463
31463
  }?
31464
+ }?,
31465
+ repeat_configuration: {
31466
+ dimension_configurations: Array[
31467
+ {
31468
+ dynamic_category_dimension_configuration: {
31469
+ column: {
31470
+ data_set_identifier: ::String,
31471
+ column_name: ::String
31472
+ },
31473
+ limit: ::Integer?,
31474
+ sort_by_metrics: Array[
31475
+ {
31476
+ sort_by: {
31477
+ data_set_identifier: ::String,
31478
+ column_name: ::String
31479
+ },
31480
+ direction: ("ASC" | "DESC"),
31481
+ aggregation_function: {
31482
+ numerical_aggregation_function: {
31483
+ simple_numerical_aggregation: ("SUM" | "AVERAGE" | "MIN" | "MAX" | "COUNT" | "DISTINCT_COUNT" | "VAR" | "VARP" | "STDEV" | "STDEVP" | "MEDIAN")?,
31484
+ percentile_aggregation: {
31485
+ percentile_value: ::Float?
31486
+ }?
31487
+ }?,
31488
+ categorical_aggregation_function: ("COUNT" | "DISTINCT_COUNT")?,
31489
+ date_aggregation_function: ("COUNT" | "DISTINCT_COUNT" | "MIN" | "MAX")?,
31490
+ attribute_aggregation_function: {
31491
+ simple_attribute_aggregation: ("UNIQUE_VALUE")?,
31492
+ value_for_multiple_values: ::String?
31493
+ }?
31494
+ }?
31495
+ },
31496
+ ]?
31497
+ }?,
31498
+ dynamic_numeric_dimension_configuration: {
31499
+ column: {
31500
+ data_set_identifier: ::String,
31501
+ column_name: ::String
31502
+ },
31503
+ limit: ::Integer?,
31504
+ sort_by_metrics: Array[
31505
+ {
31506
+ sort_by: {
31507
+ data_set_identifier: ::String,
31508
+ column_name: ::String
31509
+ },
31510
+ direction: ("ASC" | "DESC"),
31511
+ aggregation_function: {
31512
+ numerical_aggregation_function: {
31513
+ simple_numerical_aggregation: ("SUM" | "AVERAGE" | "MIN" | "MAX" | "COUNT" | "DISTINCT_COUNT" | "VAR" | "VARP" | "STDEV" | "STDEVP" | "MEDIAN")?,
31514
+ percentile_aggregation: {
31515
+ percentile_value: ::Float?
31516
+ }?
31517
+ }?,
31518
+ categorical_aggregation_function: ("COUNT" | "DISTINCT_COUNT")?,
31519
+ date_aggregation_function: ("COUNT" | "DISTINCT_COUNT" | "MIN" | "MAX")?,
31520
+ attribute_aggregation_function: {
31521
+ simple_attribute_aggregation: ("UNIQUE_VALUE")?,
31522
+ value_for_multiple_values: ::String?
31523
+ }?
31524
+ }?
31525
+ },
31526
+ ]?
31527
+ }?
31528
+ },
31529
+ ]?,
31530
+ page_break_configuration: {
31531
+ after: {
31532
+ status: ("ENABLED" | "DISABLED")?
31533
+ }?
31534
+ }?,
31535
+ non_repeating_visuals: Array[::String]?
31464
31536
  }?
31465
31537
  },
31466
31538
  ],
@@ -33269,6 +33341,240 @@ module Aws
33269
33341
  }?
33270
33342
  }
33271
33343
  }?
33344
+ }?,
33345
+ nested_filter: {
33346
+ filter_id: ::String,
33347
+ column: {
33348
+ data_set_identifier: ::String,
33349
+ column_name: ::String
33350
+ },
33351
+ include_inner_set: bool,
33352
+ inner_filter: {
33353
+ category_inner_filter: {
33354
+ column: {
33355
+ data_set_identifier: ::String,
33356
+ column_name: ::String
33357
+ },
33358
+ configuration: {
33359
+ filter_list_configuration: {
33360
+ match_operator: ("EQUALS" | "DOES_NOT_EQUAL" | "CONTAINS" | "DOES_NOT_CONTAIN" | "STARTS_WITH" | "ENDS_WITH"),
33361
+ category_values: Array[::String]?,
33362
+ select_all_options: ("FILTER_ALL_VALUES")?,
33363
+ null_option: ("ALL_VALUES" | "NULLS_ONLY" | "NON_NULLS_ONLY")?
33364
+ }?,
33365
+ custom_filter_list_configuration: {
33366
+ match_operator: ("EQUALS" | "DOES_NOT_EQUAL" | "CONTAINS" | "DOES_NOT_CONTAIN" | "STARTS_WITH" | "ENDS_WITH"),
33367
+ category_values: Array[::String]?,
33368
+ select_all_options: ("FILTER_ALL_VALUES")?,
33369
+ null_option: ("ALL_VALUES" | "NULLS_ONLY" | "NON_NULLS_ONLY")
33370
+ }?,
33371
+ custom_filter_configuration: {
33372
+ match_operator: ("EQUALS" | "DOES_NOT_EQUAL" | "CONTAINS" | "DOES_NOT_CONTAIN" | "STARTS_WITH" | "ENDS_WITH"),
33373
+ category_value: ::String?,
33374
+ select_all_options: ("FILTER_ALL_VALUES")?,
33375
+ parameter_name: ::String?,
33376
+ null_option: ("ALL_VALUES" | "NULLS_ONLY" | "NON_NULLS_ONLY")
33377
+ }?
33378
+ },
33379
+ default_filter_control_configuration: {
33380
+ title: ::String,
33381
+ control_options: {
33382
+ default_date_time_picker_options: {
33383
+ type: ("SINGLE_VALUED" | "DATE_RANGE")?,
33384
+ display_options: {
33385
+ title_options: {
33386
+ visibility: ("HIDDEN" | "VISIBLE")?,
33387
+ font_configuration: {
33388
+ font_size: {
33389
+ relative: ("EXTRA_SMALL" | "SMALL" | "MEDIUM" | "LARGE" | "EXTRA_LARGE")?
33390
+ }?,
33391
+ font_decoration: ("UNDERLINE" | "NONE")?,
33392
+ font_color: ::String?,
33393
+ font_weight: {
33394
+ name: ("NORMAL" | "BOLD")?
33395
+ }?,
33396
+ font_style: ("NORMAL" | "ITALIC")?
33397
+ }?,
33398
+ custom_label: ::String?
33399
+ }?,
33400
+ date_time_format: ::String?,
33401
+ info_icon_label_options: {
33402
+ visibility: ("HIDDEN" | "VISIBLE")?,
33403
+ info_icon_text: ::String?
33404
+ }?
33405
+ }?
33406
+ }?,
33407
+ default_list_options: {
33408
+ display_options: {
33409
+ search_options: {
33410
+ visibility: ("HIDDEN" | "VISIBLE")?
33411
+ }?,
33412
+ select_all_options: {
33413
+ visibility: ("HIDDEN" | "VISIBLE")?
33414
+ }?,
33415
+ title_options: {
33416
+ visibility: ("HIDDEN" | "VISIBLE")?,
33417
+ font_configuration: {
33418
+ font_size: {
33419
+ relative: ("EXTRA_SMALL" | "SMALL" | "MEDIUM" | "LARGE" | "EXTRA_LARGE")?
33420
+ }?,
33421
+ font_decoration: ("UNDERLINE" | "NONE")?,
33422
+ font_color: ::String?,
33423
+ font_weight: {
33424
+ name: ("NORMAL" | "BOLD")?
33425
+ }?,
33426
+ font_style: ("NORMAL" | "ITALIC")?
33427
+ }?,
33428
+ custom_label: ::String?
33429
+ }?,
33430
+ info_icon_label_options: {
33431
+ visibility: ("HIDDEN" | "VISIBLE")?,
33432
+ info_icon_text: ::String?
33433
+ }?
33434
+ }?,
33435
+ type: ("MULTI_SELECT" | "SINGLE_SELECT")?,
33436
+ selectable_values: {
33437
+ values: Array[::String]?
33438
+ }?
33439
+ }?,
33440
+ default_dropdown_options: {
33441
+ display_options: {
33442
+ select_all_options: {
33443
+ visibility: ("HIDDEN" | "VISIBLE")?
33444
+ }?,
33445
+ title_options: {
33446
+ visibility: ("HIDDEN" | "VISIBLE")?,
33447
+ font_configuration: {
33448
+ font_size: {
33449
+ relative: ("EXTRA_SMALL" | "SMALL" | "MEDIUM" | "LARGE" | "EXTRA_LARGE")?
33450
+ }?,
33451
+ font_decoration: ("UNDERLINE" | "NONE")?,
33452
+ font_color: ::String?,
33453
+ font_weight: {
33454
+ name: ("NORMAL" | "BOLD")?
33455
+ }?,
33456
+ font_style: ("NORMAL" | "ITALIC")?
33457
+ }?,
33458
+ custom_label: ::String?
33459
+ }?,
33460
+ info_icon_label_options: {
33461
+ visibility: ("HIDDEN" | "VISIBLE")?,
33462
+ info_icon_text: ::String?
33463
+ }?
33464
+ }?,
33465
+ type: ("MULTI_SELECT" | "SINGLE_SELECT")?,
33466
+ selectable_values: {
33467
+ values: Array[::String]?
33468
+ }?
33469
+ }?,
33470
+ default_text_field_options: {
33471
+ display_options: {
33472
+ title_options: {
33473
+ visibility: ("HIDDEN" | "VISIBLE")?,
33474
+ font_configuration: {
33475
+ font_size: {
33476
+ relative: ("EXTRA_SMALL" | "SMALL" | "MEDIUM" | "LARGE" | "EXTRA_LARGE")?
33477
+ }?,
33478
+ font_decoration: ("UNDERLINE" | "NONE")?,
33479
+ font_color: ::String?,
33480
+ font_weight: {
33481
+ name: ("NORMAL" | "BOLD")?
33482
+ }?,
33483
+ font_style: ("NORMAL" | "ITALIC")?
33484
+ }?,
33485
+ custom_label: ::String?
33486
+ }?,
33487
+ placeholder_options: {
33488
+ visibility: ("HIDDEN" | "VISIBLE")?
33489
+ }?,
33490
+ info_icon_label_options: {
33491
+ visibility: ("HIDDEN" | "VISIBLE")?,
33492
+ info_icon_text: ::String?
33493
+ }?
33494
+ }?
33495
+ }?,
33496
+ default_text_area_options: {
33497
+ delimiter: ::String?,
33498
+ display_options: {
33499
+ title_options: {
33500
+ visibility: ("HIDDEN" | "VISIBLE")?,
33501
+ font_configuration: {
33502
+ font_size: {
33503
+ relative: ("EXTRA_SMALL" | "SMALL" | "MEDIUM" | "LARGE" | "EXTRA_LARGE")?
33504
+ }?,
33505
+ font_decoration: ("UNDERLINE" | "NONE")?,
33506
+ font_color: ::String?,
33507
+ font_weight: {
33508
+ name: ("NORMAL" | "BOLD")?
33509
+ }?,
33510
+ font_style: ("NORMAL" | "ITALIC")?
33511
+ }?,
33512
+ custom_label: ::String?
33513
+ }?,
33514
+ placeholder_options: {
33515
+ visibility: ("HIDDEN" | "VISIBLE")?
33516
+ }?,
33517
+ info_icon_label_options: {
33518
+ visibility: ("HIDDEN" | "VISIBLE")?,
33519
+ info_icon_text: ::String?
33520
+ }?
33521
+ }?
33522
+ }?,
33523
+ default_slider_options: {
33524
+ display_options: {
33525
+ title_options: {
33526
+ visibility: ("HIDDEN" | "VISIBLE")?,
33527
+ font_configuration: {
33528
+ font_size: {
33529
+ relative: ("EXTRA_SMALL" | "SMALL" | "MEDIUM" | "LARGE" | "EXTRA_LARGE")?
33530
+ }?,
33531
+ font_decoration: ("UNDERLINE" | "NONE")?,
33532
+ font_color: ::String?,
33533
+ font_weight: {
33534
+ name: ("NORMAL" | "BOLD")?
33535
+ }?,
33536
+ font_style: ("NORMAL" | "ITALIC")?
33537
+ }?,
33538
+ custom_label: ::String?
33539
+ }?,
33540
+ info_icon_label_options: {
33541
+ visibility: ("HIDDEN" | "VISIBLE")?,
33542
+ info_icon_text: ::String?
33543
+ }?
33544
+ }?,
33545
+ type: ("SINGLE_POINT" | "RANGE")?,
33546
+ maximum_value: ::Float,
33547
+ minimum_value: ::Float,
33548
+ step_size: ::Float
33549
+ }?,
33550
+ default_relative_date_time_options: {
33551
+ display_options: {
33552
+ title_options: {
33553
+ visibility: ("HIDDEN" | "VISIBLE")?,
33554
+ font_configuration: {
33555
+ font_size: {
33556
+ relative: ("EXTRA_SMALL" | "SMALL" | "MEDIUM" | "LARGE" | "EXTRA_LARGE")?
33557
+ }?,
33558
+ font_decoration: ("UNDERLINE" | "NONE")?,
33559
+ font_color: ::String?,
33560
+ font_weight: {
33561
+ name: ("NORMAL" | "BOLD")?
33562
+ }?,
33563
+ font_style: ("NORMAL" | "ITALIC")?
33564
+ }?,
33565
+ custom_label: ::String?
33566
+ }?,
33567
+ date_time_format: ::String?,
33568
+ info_icon_label_options: {
33569
+ visibility: ("HIDDEN" | "VISIBLE")?,
33570
+ info_icon_text: ::String?
33571
+ }?
33572
+ }?
33573
+ }?
33574
+ }
33575
+ }?
33576
+ }?
33577
+ }
33272
33578
  }?
33273
33579
  },
33274
33580
  ],
@@ -64924,6 +65230,78 @@ module Aws
64924
65230
  after: {
64925
65231
  status: ("ENABLED" | "DISABLED")?
64926
65232
  }?
65233
+ }?,
65234
+ repeat_configuration: {
65235
+ dimension_configurations: Array[
65236
+ {
65237
+ dynamic_category_dimension_configuration: {
65238
+ column: {
65239
+ data_set_identifier: ::String,
65240
+ column_name: ::String
65241
+ },
65242
+ limit: ::Integer?,
65243
+ sort_by_metrics: Array[
65244
+ {
65245
+ sort_by: {
65246
+ data_set_identifier: ::String,
65247
+ column_name: ::String
65248
+ },
65249
+ direction: ("ASC" | "DESC"),
65250
+ aggregation_function: {
65251
+ numerical_aggregation_function: {
65252
+ simple_numerical_aggregation: ("SUM" | "AVERAGE" | "MIN" | "MAX" | "COUNT" | "DISTINCT_COUNT" | "VAR" | "VARP" | "STDEV" | "STDEVP" | "MEDIAN")?,
65253
+ percentile_aggregation: {
65254
+ percentile_value: ::Float?
65255
+ }?
65256
+ }?,
65257
+ categorical_aggregation_function: ("COUNT" | "DISTINCT_COUNT")?,
65258
+ date_aggregation_function: ("COUNT" | "DISTINCT_COUNT" | "MIN" | "MAX")?,
65259
+ attribute_aggregation_function: {
65260
+ simple_attribute_aggregation: ("UNIQUE_VALUE")?,
65261
+ value_for_multiple_values: ::String?
65262
+ }?
65263
+ }?
65264
+ },
65265
+ ]?
65266
+ }?,
65267
+ dynamic_numeric_dimension_configuration: {
65268
+ column: {
65269
+ data_set_identifier: ::String,
65270
+ column_name: ::String
65271
+ },
65272
+ limit: ::Integer?,
65273
+ sort_by_metrics: Array[
65274
+ {
65275
+ sort_by: {
65276
+ data_set_identifier: ::String,
65277
+ column_name: ::String
65278
+ },
65279
+ direction: ("ASC" | "DESC"),
65280
+ aggregation_function: {
65281
+ numerical_aggregation_function: {
65282
+ simple_numerical_aggregation: ("SUM" | "AVERAGE" | "MIN" | "MAX" | "COUNT" | "DISTINCT_COUNT" | "VAR" | "VARP" | "STDEV" | "STDEVP" | "MEDIAN")?,
65283
+ percentile_aggregation: {
65284
+ percentile_value: ::Float?
65285
+ }?
65286
+ }?,
65287
+ categorical_aggregation_function: ("COUNT" | "DISTINCT_COUNT")?,
65288
+ date_aggregation_function: ("COUNT" | "DISTINCT_COUNT" | "MIN" | "MAX")?,
65289
+ attribute_aggregation_function: {
65290
+ simple_attribute_aggregation: ("UNIQUE_VALUE")?,
65291
+ value_for_multiple_values: ::String?
65292
+ }?
65293
+ }?
65294
+ },
65295
+ ]?
65296
+ }?
65297
+ },
65298
+ ]?,
65299
+ page_break_configuration: {
65300
+ after: {
65301
+ status: ("ENABLED" | "DISABLED")?
65302
+ }?
65303
+ }?,
65304
+ non_repeating_visuals: Array[::String]?
64927
65305
  }?
64928
65306
  },
64929
65307
  ],
@@ -66732,6 +67110,240 @@ module Aws
66732
67110
  }?
66733
67111
  }
66734
67112
  }?
67113
+ }?,
67114
+ nested_filter: {
67115
+ filter_id: ::String,
67116
+ column: {
67117
+ data_set_identifier: ::String,
67118
+ column_name: ::String
67119
+ },
67120
+ include_inner_set: bool,
67121
+ inner_filter: {
67122
+ category_inner_filter: {
67123
+ column: {
67124
+ data_set_identifier: ::String,
67125
+ column_name: ::String
67126
+ },
67127
+ configuration: {
67128
+ filter_list_configuration: {
67129
+ match_operator: ("EQUALS" | "DOES_NOT_EQUAL" | "CONTAINS" | "DOES_NOT_CONTAIN" | "STARTS_WITH" | "ENDS_WITH"),
67130
+ category_values: Array[::String]?,
67131
+ select_all_options: ("FILTER_ALL_VALUES")?,
67132
+ null_option: ("ALL_VALUES" | "NULLS_ONLY" | "NON_NULLS_ONLY")?
67133
+ }?,
67134
+ custom_filter_list_configuration: {
67135
+ match_operator: ("EQUALS" | "DOES_NOT_EQUAL" | "CONTAINS" | "DOES_NOT_CONTAIN" | "STARTS_WITH" | "ENDS_WITH"),
67136
+ category_values: Array[::String]?,
67137
+ select_all_options: ("FILTER_ALL_VALUES")?,
67138
+ null_option: ("ALL_VALUES" | "NULLS_ONLY" | "NON_NULLS_ONLY")
67139
+ }?,
67140
+ custom_filter_configuration: {
67141
+ match_operator: ("EQUALS" | "DOES_NOT_EQUAL" | "CONTAINS" | "DOES_NOT_CONTAIN" | "STARTS_WITH" | "ENDS_WITH"),
67142
+ category_value: ::String?,
67143
+ select_all_options: ("FILTER_ALL_VALUES")?,
67144
+ parameter_name: ::String?,
67145
+ null_option: ("ALL_VALUES" | "NULLS_ONLY" | "NON_NULLS_ONLY")
67146
+ }?
67147
+ },
67148
+ default_filter_control_configuration: {
67149
+ title: ::String,
67150
+ control_options: {
67151
+ default_date_time_picker_options: {
67152
+ type: ("SINGLE_VALUED" | "DATE_RANGE")?,
67153
+ display_options: {
67154
+ title_options: {
67155
+ visibility: ("HIDDEN" | "VISIBLE")?,
67156
+ font_configuration: {
67157
+ font_size: {
67158
+ relative: ("EXTRA_SMALL" | "SMALL" | "MEDIUM" | "LARGE" | "EXTRA_LARGE")?
67159
+ }?,
67160
+ font_decoration: ("UNDERLINE" | "NONE")?,
67161
+ font_color: ::String?,
67162
+ font_weight: {
67163
+ name: ("NORMAL" | "BOLD")?
67164
+ }?,
67165
+ font_style: ("NORMAL" | "ITALIC")?
67166
+ }?,
67167
+ custom_label: ::String?
67168
+ }?,
67169
+ date_time_format: ::String?,
67170
+ info_icon_label_options: {
67171
+ visibility: ("HIDDEN" | "VISIBLE")?,
67172
+ info_icon_text: ::String?
67173
+ }?
67174
+ }?
67175
+ }?,
67176
+ default_list_options: {
67177
+ display_options: {
67178
+ search_options: {
67179
+ visibility: ("HIDDEN" | "VISIBLE")?
67180
+ }?,
67181
+ select_all_options: {
67182
+ visibility: ("HIDDEN" | "VISIBLE")?
67183
+ }?,
67184
+ title_options: {
67185
+ visibility: ("HIDDEN" | "VISIBLE")?,
67186
+ font_configuration: {
67187
+ font_size: {
67188
+ relative: ("EXTRA_SMALL" | "SMALL" | "MEDIUM" | "LARGE" | "EXTRA_LARGE")?
67189
+ }?,
67190
+ font_decoration: ("UNDERLINE" | "NONE")?,
67191
+ font_color: ::String?,
67192
+ font_weight: {
67193
+ name: ("NORMAL" | "BOLD")?
67194
+ }?,
67195
+ font_style: ("NORMAL" | "ITALIC")?
67196
+ }?,
67197
+ custom_label: ::String?
67198
+ }?,
67199
+ info_icon_label_options: {
67200
+ visibility: ("HIDDEN" | "VISIBLE")?,
67201
+ info_icon_text: ::String?
67202
+ }?
67203
+ }?,
67204
+ type: ("MULTI_SELECT" | "SINGLE_SELECT")?,
67205
+ selectable_values: {
67206
+ values: Array[::String]?
67207
+ }?
67208
+ }?,
67209
+ default_dropdown_options: {
67210
+ display_options: {
67211
+ select_all_options: {
67212
+ visibility: ("HIDDEN" | "VISIBLE")?
67213
+ }?,
67214
+ title_options: {
67215
+ visibility: ("HIDDEN" | "VISIBLE")?,
67216
+ font_configuration: {
67217
+ font_size: {
67218
+ relative: ("EXTRA_SMALL" | "SMALL" | "MEDIUM" | "LARGE" | "EXTRA_LARGE")?
67219
+ }?,
67220
+ font_decoration: ("UNDERLINE" | "NONE")?,
67221
+ font_color: ::String?,
67222
+ font_weight: {
67223
+ name: ("NORMAL" | "BOLD")?
67224
+ }?,
67225
+ font_style: ("NORMAL" | "ITALIC")?
67226
+ }?,
67227
+ custom_label: ::String?
67228
+ }?,
67229
+ info_icon_label_options: {
67230
+ visibility: ("HIDDEN" | "VISIBLE")?,
67231
+ info_icon_text: ::String?
67232
+ }?
67233
+ }?,
67234
+ type: ("MULTI_SELECT" | "SINGLE_SELECT")?,
67235
+ selectable_values: {
67236
+ values: Array[::String]?
67237
+ }?
67238
+ }?,
67239
+ default_text_field_options: {
67240
+ display_options: {
67241
+ title_options: {
67242
+ visibility: ("HIDDEN" | "VISIBLE")?,
67243
+ font_configuration: {
67244
+ font_size: {
67245
+ relative: ("EXTRA_SMALL" | "SMALL" | "MEDIUM" | "LARGE" | "EXTRA_LARGE")?
67246
+ }?,
67247
+ font_decoration: ("UNDERLINE" | "NONE")?,
67248
+ font_color: ::String?,
67249
+ font_weight: {
67250
+ name: ("NORMAL" | "BOLD")?
67251
+ }?,
67252
+ font_style: ("NORMAL" | "ITALIC")?
67253
+ }?,
67254
+ custom_label: ::String?
67255
+ }?,
67256
+ placeholder_options: {
67257
+ visibility: ("HIDDEN" | "VISIBLE")?
67258
+ }?,
67259
+ info_icon_label_options: {
67260
+ visibility: ("HIDDEN" | "VISIBLE")?,
67261
+ info_icon_text: ::String?
67262
+ }?
67263
+ }?
67264
+ }?,
67265
+ default_text_area_options: {
67266
+ delimiter: ::String?,
67267
+ display_options: {
67268
+ title_options: {
67269
+ visibility: ("HIDDEN" | "VISIBLE")?,
67270
+ font_configuration: {
67271
+ font_size: {
67272
+ relative: ("EXTRA_SMALL" | "SMALL" | "MEDIUM" | "LARGE" | "EXTRA_LARGE")?
67273
+ }?,
67274
+ font_decoration: ("UNDERLINE" | "NONE")?,
67275
+ font_color: ::String?,
67276
+ font_weight: {
67277
+ name: ("NORMAL" | "BOLD")?
67278
+ }?,
67279
+ font_style: ("NORMAL" | "ITALIC")?
67280
+ }?,
67281
+ custom_label: ::String?
67282
+ }?,
67283
+ placeholder_options: {
67284
+ visibility: ("HIDDEN" | "VISIBLE")?
67285
+ }?,
67286
+ info_icon_label_options: {
67287
+ visibility: ("HIDDEN" | "VISIBLE")?,
67288
+ info_icon_text: ::String?
67289
+ }?
67290
+ }?
67291
+ }?,
67292
+ default_slider_options: {
67293
+ display_options: {
67294
+ title_options: {
67295
+ visibility: ("HIDDEN" | "VISIBLE")?,
67296
+ font_configuration: {
67297
+ font_size: {
67298
+ relative: ("EXTRA_SMALL" | "SMALL" | "MEDIUM" | "LARGE" | "EXTRA_LARGE")?
67299
+ }?,
67300
+ font_decoration: ("UNDERLINE" | "NONE")?,
67301
+ font_color: ::String?,
67302
+ font_weight: {
67303
+ name: ("NORMAL" | "BOLD")?
67304
+ }?,
67305
+ font_style: ("NORMAL" | "ITALIC")?
67306
+ }?,
67307
+ custom_label: ::String?
67308
+ }?,
67309
+ info_icon_label_options: {
67310
+ visibility: ("HIDDEN" | "VISIBLE")?,
67311
+ info_icon_text: ::String?
67312
+ }?
67313
+ }?,
67314
+ type: ("SINGLE_POINT" | "RANGE")?,
67315
+ maximum_value: ::Float,
67316
+ minimum_value: ::Float,
67317
+ step_size: ::Float
67318
+ }?,
67319
+ default_relative_date_time_options: {
67320
+ display_options: {
67321
+ title_options: {
67322
+ visibility: ("HIDDEN" | "VISIBLE")?,
67323
+ font_configuration: {
67324
+ font_size: {
67325
+ relative: ("EXTRA_SMALL" | "SMALL" | "MEDIUM" | "LARGE" | "EXTRA_LARGE")?
67326
+ }?,
67327
+ font_decoration: ("UNDERLINE" | "NONE")?,
67328
+ font_color: ::String?,
67329
+ font_weight: {
67330
+ name: ("NORMAL" | "BOLD")?
67331
+ }?,
67332
+ font_style: ("NORMAL" | "ITALIC")?
67333
+ }?,
67334
+ custom_label: ::String?
67335
+ }?,
67336
+ date_time_format: ::String?,
67337
+ info_icon_label_options: {
67338
+ visibility: ("HIDDEN" | "VISIBLE")?,
67339
+ info_icon_text: ::String?
67340
+ }?
67341
+ }?
67342
+ }?
67343
+ }
67344
+ }?
67345
+ }?
67346
+ }
66735
67347
  }?
66736
67348
  },
66737
67349
  ],
@@ -99066,6 +99678,78 @@ module Aws
99066
99678
  after: {
99067
99679
  status: ("ENABLED" | "DISABLED")?
99068
99680
  }?
99681
+ }?,
99682
+ repeat_configuration: {
99683
+ dimension_configurations: Array[
99684
+ {
99685
+ dynamic_category_dimension_configuration: {
99686
+ column: {
99687
+ data_set_identifier: ::String,
99688
+ column_name: ::String
99689
+ },
99690
+ limit: ::Integer?,
99691
+ sort_by_metrics: Array[
99692
+ {
99693
+ sort_by: {
99694
+ data_set_identifier: ::String,
99695
+ column_name: ::String
99696
+ },
99697
+ direction: ("ASC" | "DESC"),
99698
+ aggregation_function: {
99699
+ numerical_aggregation_function: {
99700
+ simple_numerical_aggregation: ("SUM" | "AVERAGE" | "MIN" | "MAX" | "COUNT" | "DISTINCT_COUNT" | "VAR" | "VARP" | "STDEV" | "STDEVP" | "MEDIAN")?,
99701
+ percentile_aggregation: {
99702
+ percentile_value: ::Float?
99703
+ }?
99704
+ }?,
99705
+ categorical_aggregation_function: ("COUNT" | "DISTINCT_COUNT")?,
99706
+ date_aggregation_function: ("COUNT" | "DISTINCT_COUNT" | "MIN" | "MAX")?,
99707
+ attribute_aggregation_function: {
99708
+ simple_attribute_aggregation: ("UNIQUE_VALUE")?,
99709
+ value_for_multiple_values: ::String?
99710
+ }?
99711
+ }?
99712
+ },
99713
+ ]?
99714
+ }?,
99715
+ dynamic_numeric_dimension_configuration: {
99716
+ column: {
99717
+ data_set_identifier: ::String,
99718
+ column_name: ::String
99719
+ },
99720
+ limit: ::Integer?,
99721
+ sort_by_metrics: Array[
99722
+ {
99723
+ sort_by: {
99724
+ data_set_identifier: ::String,
99725
+ column_name: ::String
99726
+ },
99727
+ direction: ("ASC" | "DESC"),
99728
+ aggregation_function: {
99729
+ numerical_aggregation_function: {
99730
+ simple_numerical_aggregation: ("SUM" | "AVERAGE" | "MIN" | "MAX" | "COUNT" | "DISTINCT_COUNT" | "VAR" | "VARP" | "STDEV" | "STDEVP" | "MEDIAN")?,
99731
+ percentile_aggregation: {
99732
+ percentile_value: ::Float?
99733
+ }?
99734
+ }?,
99735
+ categorical_aggregation_function: ("COUNT" | "DISTINCT_COUNT")?,
99736
+ date_aggregation_function: ("COUNT" | "DISTINCT_COUNT" | "MIN" | "MAX")?,
99737
+ attribute_aggregation_function: {
99738
+ simple_attribute_aggregation: ("UNIQUE_VALUE")?,
99739
+ value_for_multiple_values: ::String?
99740
+ }?
99741
+ }?
99742
+ },
99743
+ ]?
99744
+ }?
99745
+ },
99746
+ ]?,
99747
+ page_break_configuration: {
99748
+ after: {
99749
+ status: ("ENABLED" | "DISABLED")?
99750
+ }?
99751
+ }?,
99752
+ non_repeating_visuals: Array[::String]?
99069
99753
  }?
99070
99754
  },
99071
99755
  ],
@@ -100874,6 +101558,240 @@ module Aws
100874
101558
  }?
100875
101559
  }
100876
101560
  }?
101561
+ }?,
101562
+ nested_filter: {
101563
+ filter_id: ::String,
101564
+ column: {
101565
+ data_set_identifier: ::String,
101566
+ column_name: ::String
101567
+ },
101568
+ include_inner_set: bool,
101569
+ inner_filter: {
101570
+ category_inner_filter: {
101571
+ column: {
101572
+ data_set_identifier: ::String,
101573
+ column_name: ::String
101574
+ },
101575
+ configuration: {
101576
+ filter_list_configuration: {
101577
+ match_operator: ("EQUALS" | "DOES_NOT_EQUAL" | "CONTAINS" | "DOES_NOT_CONTAIN" | "STARTS_WITH" | "ENDS_WITH"),
101578
+ category_values: Array[::String]?,
101579
+ select_all_options: ("FILTER_ALL_VALUES")?,
101580
+ null_option: ("ALL_VALUES" | "NULLS_ONLY" | "NON_NULLS_ONLY")?
101581
+ }?,
101582
+ custom_filter_list_configuration: {
101583
+ match_operator: ("EQUALS" | "DOES_NOT_EQUAL" | "CONTAINS" | "DOES_NOT_CONTAIN" | "STARTS_WITH" | "ENDS_WITH"),
101584
+ category_values: Array[::String]?,
101585
+ select_all_options: ("FILTER_ALL_VALUES")?,
101586
+ null_option: ("ALL_VALUES" | "NULLS_ONLY" | "NON_NULLS_ONLY")
101587
+ }?,
101588
+ custom_filter_configuration: {
101589
+ match_operator: ("EQUALS" | "DOES_NOT_EQUAL" | "CONTAINS" | "DOES_NOT_CONTAIN" | "STARTS_WITH" | "ENDS_WITH"),
101590
+ category_value: ::String?,
101591
+ select_all_options: ("FILTER_ALL_VALUES")?,
101592
+ parameter_name: ::String?,
101593
+ null_option: ("ALL_VALUES" | "NULLS_ONLY" | "NON_NULLS_ONLY")
101594
+ }?
101595
+ },
101596
+ default_filter_control_configuration: {
101597
+ title: ::String,
101598
+ control_options: {
101599
+ default_date_time_picker_options: {
101600
+ type: ("SINGLE_VALUED" | "DATE_RANGE")?,
101601
+ display_options: {
101602
+ title_options: {
101603
+ visibility: ("HIDDEN" | "VISIBLE")?,
101604
+ font_configuration: {
101605
+ font_size: {
101606
+ relative: ("EXTRA_SMALL" | "SMALL" | "MEDIUM" | "LARGE" | "EXTRA_LARGE")?
101607
+ }?,
101608
+ font_decoration: ("UNDERLINE" | "NONE")?,
101609
+ font_color: ::String?,
101610
+ font_weight: {
101611
+ name: ("NORMAL" | "BOLD")?
101612
+ }?,
101613
+ font_style: ("NORMAL" | "ITALIC")?
101614
+ }?,
101615
+ custom_label: ::String?
101616
+ }?,
101617
+ date_time_format: ::String?,
101618
+ info_icon_label_options: {
101619
+ visibility: ("HIDDEN" | "VISIBLE")?,
101620
+ info_icon_text: ::String?
101621
+ }?
101622
+ }?
101623
+ }?,
101624
+ default_list_options: {
101625
+ display_options: {
101626
+ search_options: {
101627
+ visibility: ("HIDDEN" | "VISIBLE")?
101628
+ }?,
101629
+ select_all_options: {
101630
+ visibility: ("HIDDEN" | "VISIBLE")?
101631
+ }?,
101632
+ title_options: {
101633
+ visibility: ("HIDDEN" | "VISIBLE")?,
101634
+ font_configuration: {
101635
+ font_size: {
101636
+ relative: ("EXTRA_SMALL" | "SMALL" | "MEDIUM" | "LARGE" | "EXTRA_LARGE")?
101637
+ }?,
101638
+ font_decoration: ("UNDERLINE" | "NONE")?,
101639
+ font_color: ::String?,
101640
+ font_weight: {
101641
+ name: ("NORMAL" | "BOLD")?
101642
+ }?,
101643
+ font_style: ("NORMAL" | "ITALIC")?
101644
+ }?,
101645
+ custom_label: ::String?
101646
+ }?,
101647
+ info_icon_label_options: {
101648
+ visibility: ("HIDDEN" | "VISIBLE")?,
101649
+ info_icon_text: ::String?
101650
+ }?
101651
+ }?,
101652
+ type: ("MULTI_SELECT" | "SINGLE_SELECT")?,
101653
+ selectable_values: {
101654
+ values: Array[::String]?
101655
+ }?
101656
+ }?,
101657
+ default_dropdown_options: {
101658
+ display_options: {
101659
+ select_all_options: {
101660
+ visibility: ("HIDDEN" | "VISIBLE")?
101661
+ }?,
101662
+ title_options: {
101663
+ visibility: ("HIDDEN" | "VISIBLE")?,
101664
+ font_configuration: {
101665
+ font_size: {
101666
+ relative: ("EXTRA_SMALL" | "SMALL" | "MEDIUM" | "LARGE" | "EXTRA_LARGE")?
101667
+ }?,
101668
+ font_decoration: ("UNDERLINE" | "NONE")?,
101669
+ font_color: ::String?,
101670
+ font_weight: {
101671
+ name: ("NORMAL" | "BOLD")?
101672
+ }?,
101673
+ font_style: ("NORMAL" | "ITALIC")?
101674
+ }?,
101675
+ custom_label: ::String?
101676
+ }?,
101677
+ info_icon_label_options: {
101678
+ visibility: ("HIDDEN" | "VISIBLE")?,
101679
+ info_icon_text: ::String?
101680
+ }?
101681
+ }?,
101682
+ type: ("MULTI_SELECT" | "SINGLE_SELECT")?,
101683
+ selectable_values: {
101684
+ values: Array[::String]?
101685
+ }?
101686
+ }?,
101687
+ default_text_field_options: {
101688
+ display_options: {
101689
+ title_options: {
101690
+ visibility: ("HIDDEN" | "VISIBLE")?,
101691
+ font_configuration: {
101692
+ font_size: {
101693
+ relative: ("EXTRA_SMALL" | "SMALL" | "MEDIUM" | "LARGE" | "EXTRA_LARGE")?
101694
+ }?,
101695
+ font_decoration: ("UNDERLINE" | "NONE")?,
101696
+ font_color: ::String?,
101697
+ font_weight: {
101698
+ name: ("NORMAL" | "BOLD")?
101699
+ }?,
101700
+ font_style: ("NORMAL" | "ITALIC")?
101701
+ }?,
101702
+ custom_label: ::String?
101703
+ }?,
101704
+ placeholder_options: {
101705
+ visibility: ("HIDDEN" | "VISIBLE")?
101706
+ }?,
101707
+ info_icon_label_options: {
101708
+ visibility: ("HIDDEN" | "VISIBLE")?,
101709
+ info_icon_text: ::String?
101710
+ }?
101711
+ }?
101712
+ }?,
101713
+ default_text_area_options: {
101714
+ delimiter: ::String?,
101715
+ display_options: {
101716
+ title_options: {
101717
+ visibility: ("HIDDEN" | "VISIBLE")?,
101718
+ font_configuration: {
101719
+ font_size: {
101720
+ relative: ("EXTRA_SMALL" | "SMALL" | "MEDIUM" | "LARGE" | "EXTRA_LARGE")?
101721
+ }?,
101722
+ font_decoration: ("UNDERLINE" | "NONE")?,
101723
+ font_color: ::String?,
101724
+ font_weight: {
101725
+ name: ("NORMAL" | "BOLD")?
101726
+ }?,
101727
+ font_style: ("NORMAL" | "ITALIC")?
101728
+ }?,
101729
+ custom_label: ::String?
101730
+ }?,
101731
+ placeholder_options: {
101732
+ visibility: ("HIDDEN" | "VISIBLE")?
101733
+ }?,
101734
+ info_icon_label_options: {
101735
+ visibility: ("HIDDEN" | "VISIBLE")?,
101736
+ info_icon_text: ::String?
101737
+ }?
101738
+ }?
101739
+ }?,
101740
+ default_slider_options: {
101741
+ display_options: {
101742
+ title_options: {
101743
+ visibility: ("HIDDEN" | "VISIBLE")?,
101744
+ font_configuration: {
101745
+ font_size: {
101746
+ relative: ("EXTRA_SMALL" | "SMALL" | "MEDIUM" | "LARGE" | "EXTRA_LARGE")?
101747
+ }?,
101748
+ font_decoration: ("UNDERLINE" | "NONE")?,
101749
+ font_color: ::String?,
101750
+ font_weight: {
101751
+ name: ("NORMAL" | "BOLD")?
101752
+ }?,
101753
+ font_style: ("NORMAL" | "ITALIC")?
101754
+ }?,
101755
+ custom_label: ::String?
101756
+ }?,
101757
+ info_icon_label_options: {
101758
+ visibility: ("HIDDEN" | "VISIBLE")?,
101759
+ info_icon_text: ::String?
101760
+ }?
101761
+ }?,
101762
+ type: ("SINGLE_POINT" | "RANGE")?,
101763
+ maximum_value: ::Float,
101764
+ minimum_value: ::Float,
101765
+ step_size: ::Float
101766
+ }?,
101767
+ default_relative_date_time_options: {
101768
+ display_options: {
101769
+ title_options: {
101770
+ visibility: ("HIDDEN" | "VISIBLE")?,
101771
+ font_configuration: {
101772
+ font_size: {
101773
+ relative: ("EXTRA_SMALL" | "SMALL" | "MEDIUM" | "LARGE" | "EXTRA_LARGE")?
101774
+ }?,
101775
+ font_decoration: ("UNDERLINE" | "NONE")?,
101776
+ font_color: ::String?,
101777
+ font_weight: {
101778
+ name: ("NORMAL" | "BOLD")?
101779
+ }?,
101780
+ font_style: ("NORMAL" | "ITALIC")?
101781
+ }?,
101782
+ custom_label: ::String?
101783
+ }?,
101784
+ date_time_format: ::String?,
101785
+ info_icon_label_options: {
101786
+ visibility: ("HIDDEN" | "VISIBLE")?,
101787
+ info_icon_text: ::String?
101788
+ }?
101789
+ }?
101790
+ }?
101791
+ }
101792
+ }?
101793
+ }?
101794
+ }
100877
101795
  }?
100878
101796
  },
100879
101797
  ],
@@ -135254,6 +136172,78 @@ module Aws
135254
136172
  after: {
135255
136173
  status: ("ENABLED" | "DISABLED")?
135256
136174
  }?
136175
+ }?,
136176
+ repeat_configuration: {
136177
+ dimension_configurations: Array[
136178
+ {
136179
+ dynamic_category_dimension_configuration: {
136180
+ column: {
136181
+ data_set_identifier: ::String,
136182
+ column_name: ::String
136183
+ },
136184
+ limit: ::Integer?,
136185
+ sort_by_metrics: Array[
136186
+ {
136187
+ sort_by: {
136188
+ data_set_identifier: ::String,
136189
+ column_name: ::String
136190
+ },
136191
+ direction: ("ASC" | "DESC"),
136192
+ aggregation_function: {
136193
+ numerical_aggregation_function: {
136194
+ simple_numerical_aggregation: ("SUM" | "AVERAGE" | "MIN" | "MAX" | "COUNT" | "DISTINCT_COUNT" | "VAR" | "VARP" | "STDEV" | "STDEVP" | "MEDIAN")?,
136195
+ percentile_aggregation: {
136196
+ percentile_value: ::Float?
136197
+ }?
136198
+ }?,
136199
+ categorical_aggregation_function: ("COUNT" | "DISTINCT_COUNT")?,
136200
+ date_aggregation_function: ("COUNT" | "DISTINCT_COUNT" | "MIN" | "MAX")?,
136201
+ attribute_aggregation_function: {
136202
+ simple_attribute_aggregation: ("UNIQUE_VALUE")?,
136203
+ value_for_multiple_values: ::String?
136204
+ }?
136205
+ }?
136206
+ },
136207
+ ]?
136208
+ }?,
136209
+ dynamic_numeric_dimension_configuration: {
136210
+ column: {
136211
+ data_set_identifier: ::String,
136212
+ column_name: ::String
136213
+ },
136214
+ limit: ::Integer?,
136215
+ sort_by_metrics: Array[
136216
+ {
136217
+ sort_by: {
136218
+ data_set_identifier: ::String,
136219
+ column_name: ::String
136220
+ },
136221
+ direction: ("ASC" | "DESC"),
136222
+ aggregation_function: {
136223
+ numerical_aggregation_function: {
136224
+ simple_numerical_aggregation: ("SUM" | "AVERAGE" | "MIN" | "MAX" | "COUNT" | "DISTINCT_COUNT" | "VAR" | "VARP" | "STDEV" | "STDEVP" | "MEDIAN")?,
136225
+ percentile_aggregation: {
136226
+ percentile_value: ::Float?
136227
+ }?
136228
+ }?,
136229
+ categorical_aggregation_function: ("COUNT" | "DISTINCT_COUNT")?,
136230
+ date_aggregation_function: ("COUNT" | "DISTINCT_COUNT" | "MIN" | "MAX")?,
136231
+ attribute_aggregation_function: {
136232
+ simple_attribute_aggregation: ("UNIQUE_VALUE")?,
136233
+ value_for_multiple_values: ::String?
136234
+ }?
136235
+ }?
136236
+ },
136237
+ ]?
136238
+ }?
136239
+ },
136240
+ ]?,
136241
+ page_break_configuration: {
136242
+ after: {
136243
+ status: ("ENABLED" | "DISABLED")?
136244
+ }?
136245
+ }?,
136246
+ non_repeating_visuals: Array[::String]?
135257
136247
  }?
135258
136248
  },
135259
136249
  ],
@@ -137062,6 +138052,240 @@ module Aws
137062
138052
  }?
137063
138053
  }
137064
138054
  }?
138055
+ }?,
138056
+ nested_filter: {
138057
+ filter_id: ::String,
138058
+ column: {
138059
+ data_set_identifier: ::String,
138060
+ column_name: ::String
138061
+ },
138062
+ include_inner_set: bool,
138063
+ inner_filter: {
138064
+ category_inner_filter: {
138065
+ column: {
138066
+ data_set_identifier: ::String,
138067
+ column_name: ::String
138068
+ },
138069
+ configuration: {
138070
+ filter_list_configuration: {
138071
+ match_operator: ("EQUALS" | "DOES_NOT_EQUAL" | "CONTAINS" | "DOES_NOT_CONTAIN" | "STARTS_WITH" | "ENDS_WITH"),
138072
+ category_values: Array[::String]?,
138073
+ select_all_options: ("FILTER_ALL_VALUES")?,
138074
+ null_option: ("ALL_VALUES" | "NULLS_ONLY" | "NON_NULLS_ONLY")?
138075
+ }?,
138076
+ custom_filter_list_configuration: {
138077
+ match_operator: ("EQUALS" | "DOES_NOT_EQUAL" | "CONTAINS" | "DOES_NOT_CONTAIN" | "STARTS_WITH" | "ENDS_WITH"),
138078
+ category_values: Array[::String]?,
138079
+ select_all_options: ("FILTER_ALL_VALUES")?,
138080
+ null_option: ("ALL_VALUES" | "NULLS_ONLY" | "NON_NULLS_ONLY")
138081
+ }?,
138082
+ custom_filter_configuration: {
138083
+ match_operator: ("EQUALS" | "DOES_NOT_EQUAL" | "CONTAINS" | "DOES_NOT_CONTAIN" | "STARTS_WITH" | "ENDS_WITH"),
138084
+ category_value: ::String?,
138085
+ select_all_options: ("FILTER_ALL_VALUES")?,
138086
+ parameter_name: ::String?,
138087
+ null_option: ("ALL_VALUES" | "NULLS_ONLY" | "NON_NULLS_ONLY")
138088
+ }?
138089
+ },
138090
+ default_filter_control_configuration: {
138091
+ title: ::String,
138092
+ control_options: {
138093
+ default_date_time_picker_options: {
138094
+ type: ("SINGLE_VALUED" | "DATE_RANGE")?,
138095
+ display_options: {
138096
+ title_options: {
138097
+ visibility: ("HIDDEN" | "VISIBLE")?,
138098
+ font_configuration: {
138099
+ font_size: {
138100
+ relative: ("EXTRA_SMALL" | "SMALL" | "MEDIUM" | "LARGE" | "EXTRA_LARGE")?
138101
+ }?,
138102
+ font_decoration: ("UNDERLINE" | "NONE")?,
138103
+ font_color: ::String?,
138104
+ font_weight: {
138105
+ name: ("NORMAL" | "BOLD")?
138106
+ }?,
138107
+ font_style: ("NORMAL" | "ITALIC")?
138108
+ }?,
138109
+ custom_label: ::String?
138110
+ }?,
138111
+ date_time_format: ::String?,
138112
+ info_icon_label_options: {
138113
+ visibility: ("HIDDEN" | "VISIBLE")?,
138114
+ info_icon_text: ::String?
138115
+ }?
138116
+ }?
138117
+ }?,
138118
+ default_list_options: {
138119
+ display_options: {
138120
+ search_options: {
138121
+ visibility: ("HIDDEN" | "VISIBLE")?
138122
+ }?,
138123
+ select_all_options: {
138124
+ visibility: ("HIDDEN" | "VISIBLE")?
138125
+ }?,
138126
+ title_options: {
138127
+ visibility: ("HIDDEN" | "VISIBLE")?,
138128
+ font_configuration: {
138129
+ font_size: {
138130
+ relative: ("EXTRA_SMALL" | "SMALL" | "MEDIUM" | "LARGE" | "EXTRA_LARGE")?
138131
+ }?,
138132
+ font_decoration: ("UNDERLINE" | "NONE")?,
138133
+ font_color: ::String?,
138134
+ font_weight: {
138135
+ name: ("NORMAL" | "BOLD")?
138136
+ }?,
138137
+ font_style: ("NORMAL" | "ITALIC")?
138138
+ }?,
138139
+ custom_label: ::String?
138140
+ }?,
138141
+ info_icon_label_options: {
138142
+ visibility: ("HIDDEN" | "VISIBLE")?,
138143
+ info_icon_text: ::String?
138144
+ }?
138145
+ }?,
138146
+ type: ("MULTI_SELECT" | "SINGLE_SELECT")?,
138147
+ selectable_values: {
138148
+ values: Array[::String]?
138149
+ }?
138150
+ }?,
138151
+ default_dropdown_options: {
138152
+ display_options: {
138153
+ select_all_options: {
138154
+ visibility: ("HIDDEN" | "VISIBLE")?
138155
+ }?,
138156
+ title_options: {
138157
+ visibility: ("HIDDEN" | "VISIBLE")?,
138158
+ font_configuration: {
138159
+ font_size: {
138160
+ relative: ("EXTRA_SMALL" | "SMALL" | "MEDIUM" | "LARGE" | "EXTRA_LARGE")?
138161
+ }?,
138162
+ font_decoration: ("UNDERLINE" | "NONE")?,
138163
+ font_color: ::String?,
138164
+ font_weight: {
138165
+ name: ("NORMAL" | "BOLD")?
138166
+ }?,
138167
+ font_style: ("NORMAL" | "ITALIC")?
138168
+ }?,
138169
+ custom_label: ::String?
138170
+ }?,
138171
+ info_icon_label_options: {
138172
+ visibility: ("HIDDEN" | "VISIBLE")?,
138173
+ info_icon_text: ::String?
138174
+ }?
138175
+ }?,
138176
+ type: ("MULTI_SELECT" | "SINGLE_SELECT")?,
138177
+ selectable_values: {
138178
+ values: Array[::String]?
138179
+ }?
138180
+ }?,
138181
+ default_text_field_options: {
138182
+ display_options: {
138183
+ title_options: {
138184
+ visibility: ("HIDDEN" | "VISIBLE")?,
138185
+ font_configuration: {
138186
+ font_size: {
138187
+ relative: ("EXTRA_SMALL" | "SMALL" | "MEDIUM" | "LARGE" | "EXTRA_LARGE")?
138188
+ }?,
138189
+ font_decoration: ("UNDERLINE" | "NONE")?,
138190
+ font_color: ::String?,
138191
+ font_weight: {
138192
+ name: ("NORMAL" | "BOLD")?
138193
+ }?,
138194
+ font_style: ("NORMAL" | "ITALIC")?
138195
+ }?,
138196
+ custom_label: ::String?
138197
+ }?,
138198
+ placeholder_options: {
138199
+ visibility: ("HIDDEN" | "VISIBLE")?
138200
+ }?,
138201
+ info_icon_label_options: {
138202
+ visibility: ("HIDDEN" | "VISIBLE")?,
138203
+ info_icon_text: ::String?
138204
+ }?
138205
+ }?
138206
+ }?,
138207
+ default_text_area_options: {
138208
+ delimiter: ::String?,
138209
+ display_options: {
138210
+ title_options: {
138211
+ visibility: ("HIDDEN" | "VISIBLE")?,
138212
+ font_configuration: {
138213
+ font_size: {
138214
+ relative: ("EXTRA_SMALL" | "SMALL" | "MEDIUM" | "LARGE" | "EXTRA_LARGE")?
138215
+ }?,
138216
+ font_decoration: ("UNDERLINE" | "NONE")?,
138217
+ font_color: ::String?,
138218
+ font_weight: {
138219
+ name: ("NORMAL" | "BOLD")?
138220
+ }?,
138221
+ font_style: ("NORMAL" | "ITALIC")?
138222
+ }?,
138223
+ custom_label: ::String?
138224
+ }?,
138225
+ placeholder_options: {
138226
+ visibility: ("HIDDEN" | "VISIBLE")?
138227
+ }?,
138228
+ info_icon_label_options: {
138229
+ visibility: ("HIDDEN" | "VISIBLE")?,
138230
+ info_icon_text: ::String?
138231
+ }?
138232
+ }?
138233
+ }?,
138234
+ default_slider_options: {
138235
+ display_options: {
138236
+ title_options: {
138237
+ visibility: ("HIDDEN" | "VISIBLE")?,
138238
+ font_configuration: {
138239
+ font_size: {
138240
+ relative: ("EXTRA_SMALL" | "SMALL" | "MEDIUM" | "LARGE" | "EXTRA_LARGE")?
138241
+ }?,
138242
+ font_decoration: ("UNDERLINE" | "NONE")?,
138243
+ font_color: ::String?,
138244
+ font_weight: {
138245
+ name: ("NORMAL" | "BOLD")?
138246
+ }?,
138247
+ font_style: ("NORMAL" | "ITALIC")?
138248
+ }?,
138249
+ custom_label: ::String?
138250
+ }?,
138251
+ info_icon_label_options: {
138252
+ visibility: ("HIDDEN" | "VISIBLE")?,
138253
+ info_icon_text: ::String?
138254
+ }?
138255
+ }?,
138256
+ type: ("SINGLE_POINT" | "RANGE")?,
138257
+ maximum_value: ::Float,
138258
+ minimum_value: ::Float,
138259
+ step_size: ::Float
138260
+ }?,
138261
+ default_relative_date_time_options: {
138262
+ display_options: {
138263
+ title_options: {
138264
+ visibility: ("HIDDEN" | "VISIBLE")?,
138265
+ font_configuration: {
138266
+ font_size: {
138267
+ relative: ("EXTRA_SMALL" | "SMALL" | "MEDIUM" | "LARGE" | "EXTRA_LARGE")?
138268
+ }?,
138269
+ font_decoration: ("UNDERLINE" | "NONE")?,
138270
+ font_color: ::String?,
138271
+ font_weight: {
138272
+ name: ("NORMAL" | "BOLD")?
138273
+ }?,
138274
+ font_style: ("NORMAL" | "ITALIC")?
138275
+ }?,
138276
+ custom_label: ::String?
138277
+ }?,
138278
+ date_time_format: ::String?,
138279
+ info_icon_label_options: {
138280
+ visibility: ("HIDDEN" | "VISIBLE")?,
138281
+ info_icon_text: ::String?
138282
+ }?
138283
+ }?
138284
+ }?
138285
+ }
138286
+ }?
138287
+ }?
138288
+ }
137065
138289
  }?
137066
138290
  },
137067
138291
  ],
@@ -168731,6 +169955,78 @@ module Aws
168731
169955
  after: {
168732
169956
  status: ("ENABLED" | "DISABLED")?
168733
169957
  }?
169958
+ }?,
169959
+ repeat_configuration: {
169960
+ dimension_configurations: Array[
169961
+ {
169962
+ dynamic_category_dimension_configuration: {
169963
+ column: {
169964
+ data_set_identifier: ::String,
169965
+ column_name: ::String
169966
+ },
169967
+ limit: ::Integer?,
169968
+ sort_by_metrics: Array[
169969
+ {
169970
+ sort_by: {
169971
+ data_set_identifier: ::String,
169972
+ column_name: ::String
169973
+ },
169974
+ direction: ("ASC" | "DESC"),
169975
+ aggregation_function: {
169976
+ numerical_aggregation_function: {
169977
+ simple_numerical_aggregation: ("SUM" | "AVERAGE" | "MIN" | "MAX" | "COUNT" | "DISTINCT_COUNT" | "VAR" | "VARP" | "STDEV" | "STDEVP" | "MEDIAN")?,
169978
+ percentile_aggregation: {
169979
+ percentile_value: ::Float?
169980
+ }?
169981
+ }?,
169982
+ categorical_aggregation_function: ("COUNT" | "DISTINCT_COUNT")?,
169983
+ date_aggregation_function: ("COUNT" | "DISTINCT_COUNT" | "MIN" | "MAX")?,
169984
+ attribute_aggregation_function: {
169985
+ simple_attribute_aggregation: ("UNIQUE_VALUE")?,
169986
+ value_for_multiple_values: ::String?
169987
+ }?
169988
+ }?
169989
+ },
169990
+ ]?
169991
+ }?,
169992
+ dynamic_numeric_dimension_configuration: {
169993
+ column: {
169994
+ data_set_identifier: ::String,
169995
+ column_name: ::String
169996
+ },
169997
+ limit: ::Integer?,
169998
+ sort_by_metrics: Array[
169999
+ {
170000
+ sort_by: {
170001
+ data_set_identifier: ::String,
170002
+ column_name: ::String
170003
+ },
170004
+ direction: ("ASC" | "DESC"),
170005
+ aggregation_function: {
170006
+ numerical_aggregation_function: {
170007
+ simple_numerical_aggregation: ("SUM" | "AVERAGE" | "MIN" | "MAX" | "COUNT" | "DISTINCT_COUNT" | "VAR" | "VARP" | "STDEV" | "STDEVP" | "MEDIAN")?,
170008
+ percentile_aggregation: {
170009
+ percentile_value: ::Float?
170010
+ }?
170011
+ }?,
170012
+ categorical_aggregation_function: ("COUNT" | "DISTINCT_COUNT")?,
170013
+ date_aggregation_function: ("COUNT" | "DISTINCT_COUNT" | "MIN" | "MAX")?,
170014
+ attribute_aggregation_function: {
170015
+ simple_attribute_aggregation: ("UNIQUE_VALUE")?,
170016
+ value_for_multiple_values: ::String?
170017
+ }?
170018
+ }?
170019
+ },
170020
+ ]?
170021
+ }?
170022
+ },
170023
+ ]?,
170024
+ page_break_configuration: {
170025
+ after: {
170026
+ status: ("ENABLED" | "DISABLED")?
170027
+ }?
170028
+ }?,
170029
+ non_repeating_visuals: Array[::String]?
168734
170030
  }?
168735
170031
  },
168736
170032
  ],
@@ -170539,6 +171835,240 @@ module Aws
170539
171835
  }?
170540
171836
  }
170541
171837
  }?
171838
+ }?,
171839
+ nested_filter: {
171840
+ filter_id: ::String,
171841
+ column: {
171842
+ data_set_identifier: ::String,
171843
+ column_name: ::String
171844
+ },
171845
+ include_inner_set: bool,
171846
+ inner_filter: {
171847
+ category_inner_filter: {
171848
+ column: {
171849
+ data_set_identifier: ::String,
171850
+ column_name: ::String
171851
+ },
171852
+ configuration: {
171853
+ filter_list_configuration: {
171854
+ match_operator: ("EQUALS" | "DOES_NOT_EQUAL" | "CONTAINS" | "DOES_NOT_CONTAIN" | "STARTS_WITH" | "ENDS_WITH"),
171855
+ category_values: Array[::String]?,
171856
+ select_all_options: ("FILTER_ALL_VALUES")?,
171857
+ null_option: ("ALL_VALUES" | "NULLS_ONLY" | "NON_NULLS_ONLY")?
171858
+ }?,
171859
+ custom_filter_list_configuration: {
171860
+ match_operator: ("EQUALS" | "DOES_NOT_EQUAL" | "CONTAINS" | "DOES_NOT_CONTAIN" | "STARTS_WITH" | "ENDS_WITH"),
171861
+ category_values: Array[::String]?,
171862
+ select_all_options: ("FILTER_ALL_VALUES")?,
171863
+ null_option: ("ALL_VALUES" | "NULLS_ONLY" | "NON_NULLS_ONLY")
171864
+ }?,
171865
+ custom_filter_configuration: {
171866
+ match_operator: ("EQUALS" | "DOES_NOT_EQUAL" | "CONTAINS" | "DOES_NOT_CONTAIN" | "STARTS_WITH" | "ENDS_WITH"),
171867
+ category_value: ::String?,
171868
+ select_all_options: ("FILTER_ALL_VALUES")?,
171869
+ parameter_name: ::String?,
171870
+ null_option: ("ALL_VALUES" | "NULLS_ONLY" | "NON_NULLS_ONLY")
171871
+ }?
171872
+ },
171873
+ default_filter_control_configuration: {
171874
+ title: ::String,
171875
+ control_options: {
171876
+ default_date_time_picker_options: {
171877
+ type: ("SINGLE_VALUED" | "DATE_RANGE")?,
171878
+ display_options: {
171879
+ title_options: {
171880
+ visibility: ("HIDDEN" | "VISIBLE")?,
171881
+ font_configuration: {
171882
+ font_size: {
171883
+ relative: ("EXTRA_SMALL" | "SMALL" | "MEDIUM" | "LARGE" | "EXTRA_LARGE")?
171884
+ }?,
171885
+ font_decoration: ("UNDERLINE" | "NONE")?,
171886
+ font_color: ::String?,
171887
+ font_weight: {
171888
+ name: ("NORMAL" | "BOLD")?
171889
+ }?,
171890
+ font_style: ("NORMAL" | "ITALIC")?
171891
+ }?,
171892
+ custom_label: ::String?
171893
+ }?,
171894
+ date_time_format: ::String?,
171895
+ info_icon_label_options: {
171896
+ visibility: ("HIDDEN" | "VISIBLE")?,
171897
+ info_icon_text: ::String?
171898
+ }?
171899
+ }?
171900
+ }?,
171901
+ default_list_options: {
171902
+ display_options: {
171903
+ search_options: {
171904
+ visibility: ("HIDDEN" | "VISIBLE")?
171905
+ }?,
171906
+ select_all_options: {
171907
+ visibility: ("HIDDEN" | "VISIBLE")?
171908
+ }?,
171909
+ title_options: {
171910
+ visibility: ("HIDDEN" | "VISIBLE")?,
171911
+ font_configuration: {
171912
+ font_size: {
171913
+ relative: ("EXTRA_SMALL" | "SMALL" | "MEDIUM" | "LARGE" | "EXTRA_LARGE")?
171914
+ }?,
171915
+ font_decoration: ("UNDERLINE" | "NONE")?,
171916
+ font_color: ::String?,
171917
+ font_weight: {
171918
+ name: ("NORMAL" | "BOLD")?
171919
+ }?,
171920
+ font_style: ("NORMAL" | "ITALIC")?
171921
+ }?,
171922
+ custom_label: ::String?
171923
+ }?,
171924
+ info_icon_label_options: {
171925
+ visibility: ("HIDDEN" | "VISIBLE")?,
171926
+ info_icon_text: ::String?
171927
+ }?
171928
+ }?,
171929
+ type: ("MULTI_SELECT" | "SINGLE_SELECT")?,
171930
+ selectable_values: {
171931
+ values: Array[::String]?
171932
+ }?
171933
+ }?,
171934
+ default_dropdown_options: {
171935
+ display_options: {
171936
+ select_all_options: {
171937
+ visibility: ("HIDDEN" | "VISIBLE")?
171938
+ }?,
171939
+ title_options: {
171940
+ visibility: ("HIDDEN" | "VISIBLE")?,
171941
+ font_configuration: {
171942
+ font_size: {
171943
+ relative: ("EXTRA_SMALL" | "SMALL" | "MEDIUM" | "LARGE" | "EXTRA_LARGE")?
171944
+ }?,
171945
+ font_decoration: ("UNDERLINE" | "NONE")?,
171946
+ font_color: ::String?,
171947
+ font_weight: {
171948
+ name: ("NORMAL" | "BOLD")?
171949
+ }?,
171950
+ font_style: ("NORMAL" | "ITALIC")?
171951
+ }?,
171952
+ custom_label: ::String?
171953
+ }?,
171954
+ info_icon_label_options: {
171955
+ visibility: ("HIDDEN" | "VISIBLE")?,
171956
+ info_icon_text: ::String?
171957
+ }?
171958
+ }?,
171959
+ type: ("MULTI_SELECT" | "SINGLE_SELECT")?,
171960
+ selectable_values: {
171961
+ values: Array[::String]?
171962
+ }?
171963
+ }?,
171964
+ default_text_field_options: {
171965
+ display_options: {
171966
+ title_options: {
171967
+ visibility: ("HIDDEN" | "VISIBLE")?,
171968
+ font_configuration: {
171969
+ font_size: {
171970
+ relative: ("EXTRA_SMALL" | "SMALL" | "MEDIUM" | "LARGE" | "EXTRA_LARGE")?
171971
+ }?,
171972
+ font_decoration: ("UNDERLINE" | "NONE")?,
171973
+ font_color: ::String?,
171974
+ font_weight: {
171975
+ name: ("NORMAL" | "BOLD")?
171976
+ }?,
171977
+ font_style: ("NORMAL" | "ITALIC")?
171978
+ }?,
171979
+ custom_label: ::String?
171980
+ }?,
171981
+ placeholder_options: {
171982
+ visibility: ("HIDDEN" | "VISIBLE")?
171983
+ }?,
171984
+ info_icon_label_options: {
171985
+ visibility: ("HIDDEN" | "VISIBLE")?,
171986
+ info_icon_text: ::String?
171987
+ }?
171988
+ }?
171989
+ }?,
171990
+ default_text_area_options: {
171991
+ delimiter: ::String?,
171992
+ display_options: {
171993
+ title_options: {
171994
+ visibility: ("HIDDEN" | "VISIBLE")?,
171995
+ font_configuration: {
171996
+ font_size: {
171997
+ relative: ("EXTRA_SMALL" | "SMALL" | "MEDIUM" | "LARGE" | "EXTRA_LARGE")?
171998
+ }?,
171999
+ font_decoration: ("UNDERLINE" | "NONE")?,
172000
+ font_color: ::String?,
172001
+ font_weight: {
172002
+ name: ("NORMAL" | "BOLD")?
172003
+ }?,
172004
+ font_style: ("NORMAL" | "ITALIC")?
172005
+ }?,
172006
+ custom_label: ::String?
172007
+ }?,
172008
+ placeholder_options: {
172009
+ visibility: ("HIDDEN" | "VISIBLE")?
172010
+ }?,
172011
+ info_icon_label_options: {
172012
+ visibility: ("HIDDEN" | "VISIBLE")?,
172013
+ info_icon_text: ::String?
172014
+ }?
172015
+ }?
172016
+ }?,
172017
+ default_slider_options: {
172018
+ display_options: {
172019
+ title_options: {
172020
+ visibility: ("HIDDEN" | "VISIBLE")?,
172021
+ font_configuration: {
172022
+ font_size: {
172023
+ relative: ("EXTRA_SMALL" | "SMALL" | "MEDIUM" | "LARGE" | "EXTRA_LARGE")?
172024
+ }?,
172025
+ font_decoration: ("UNDERLINE" | "NONE")?,
172026
+ font_color: ::String?,
172027
+ font_weight: {
172028
+ name: ("NORMAL" | "BOLD")?
172029
+ }?,
172030
+ font_style: ("NORMAL" | "ITALIC")?
172031
+ }?,
172032
+ custom_label: ::String?
172033
+ }?,
172034
+ info_icon_label_options: {
172035
+ visibility: ("HIDDEN" | "VISIBLE")?,
172036
+ info_icon_text: ::String?
172037
+ }?
172038
+ }?,
172039
+ type: ("SINGLE_POINT" | "RANGE")?,
172040
+ maximum_value: ::Float,
172041
+ minimum_value: ::Float,
172042
+ step_size: ::Float
172043
+ }?,
172044
+ default_relative_date_time_options: {
172045
+ display_options: {
172046
+ title_options: {
172047
+ visibility: ("HIDDEN" | "VISIBLE")?,
172048
+ font_configuration: {
172049
+ font_size: {
172050
+ relative: ("EXTRA_SMALL" | "SMALL" | "MEDIUM" | "LARGE" | "EXTRA_LARGE")?
172051
+ }?,
172052
+ font_decoration: ("UNDERLINE" | "NONE")?,
172053
+ font_color: ::String?,
172054
+ font_weight: {
172055
+ name: ("NORMAL" | "BOLD")?
172056
+ }?,
172057
+ font_style: ("NORMAL" | "ITALIC")?
172058
+ }?,
172059
+ custom_label: ::String?
172060
+ }?,
172061
+ date_time_format: ::String?,
172062
+ info_icon_label_options: {
172063
+ visibility: ("HIDDEN" | "VISIBLE")?,
172064
+ info_icon_text: ::String?
172065
+ }?
172066
+ }?
172067
+ }?
172068
+ }
172069
+ }?
172070
+ }?
172071
+ }
170542
172072
  }?
170543
172073
  },
170544
172074
  ],
@@ -202958,6 +204488,78 @@ module Aws
202958
204488
  after: {
202959
204489
  status: ("ENABLED" | "DISABLED")?
202960
204490
  }?
204491
+ }?,
204492
+ repeat_configuration: {
204493
+ dimension_configurations: Array[
204494
+ {
204495
+ dynamic_category_dimension_configuration: {
204496
+ column: {
204497
+ data_set_identifier: ::String,
204498
+ column_name: ::String
204499
+ },
204500
+ limit: ::Integer?,
204501
+ sort_by_metrics: Array[
204502
+ {
204503
+ sort_by: {
204504
+ data_set_identifier: ::String,
204505
+ column_name: ::String
204506
+ },
204507
+ direction: ("ASC" | "DESC"),
204508
+ aggregation_function: {
204509
+ numerical_aggregation_function: {
204510
+ simple_numerical_aggregation: ("SUM" | "AVERAGE" | "MIN" | "MAX" | "COUNT" | "DISTINCT_COUNT" | "VAR" | "VARP" | "STDEV" | "STDEVP" | "MEDIAN")?,
204511
+ percentile_aggregation: {
204512
+ percentile_value: ::Float?
204513
+ }?
204514
+ }?,
204515
+ categorical_aggregation_function: ("COUNT" | "DISTINCT_COUNT")?,
204516
+ date_aggregation_function: ("COUNT" | "DISTINCT_COUNT" | "MIN" | "MAX")?,
204517
+ attribute_aggregation_function: {
204518
+ simple_attribute_aggregation: ("UNIQUE_VALUE")?,
204519
+ value_for_multiple_values: ::String?
204520
+ }?
204521
+ }?
204522
+ },
204523
+ ]?
204524
+ }?,
204525
+ dynamic_numeric_dimension_configuration: {
204526
+ column: {
204527
+ data_set_identifier: ::String,
204528
+ column_name: ::String
204529
+ },
204530
+ limit: ::Integer?,
204531
+ sort_by_metrics: Array[
204532
+ {
204533
+ sort_by: {
204534
+ data_set_identifier: ::String,
204535
+ column_name: ::String
204536
+ },
204537
+ direction: ("ASC" | "DESC"),
204538
+ aggregation_function: {
204539
+ numerical_aggregation_function: {
204540
+ simple_numerical_aggregation: ("SUM" | "AVERAGE" | "MIN" | "MAX" | "COUNT" | "DISTINCT_COUNT" | "VAR" | "VARP" | "STDEV" | "STDEVP" | "MEDIAN")?,
204541
+ percentile_aggregation: {
204542
+ percentile_value: ::Float?
204543
+ }?
204544
+ }?,
204545
+ categorical_aggregation_function: ("COUNT" | "DISTINCT_COUNT")?,
204546
+ date_aggregation_function: ("COUNT" | "DISTINCT_COUNT" | "MIN" | "MAX")?,
204547
+ attribute_aggregation_function: {
204548
+ simple_attribute_aggregation: ("UNIQUE_VALUE")?,
204549
+ value_for_multiple_values: ::String?
204550
+ }?
204551
+ }?
204552
+ },
204553
+ ]?
204554
+ }?
204555
+ },
204556
+ ]?,
204557
+ page_break_configuration: {
204558
+ after: {
204559
+ status: ("ENABLED" | "DISABLED")?
204560
+ }?
204561
+ }?,
204562
+ non_repeating_visuals: Array[::String]?
202961
204563
  }?
202962
204564
  },
202963
204565
  ],
@@ -204766,6 +206368,240 @@ module Aws
204766
206368
  }?
204767
206369
  }
204768
206370
  }?
206371
+ }?,
206372
+ nested_filter: {
206373
+ filter_id: ::String,
206374
+ column: {
206375
+ data_set_identifier: ::String,
206376
+ column_name: ::String
206377
+ },
206378
+ include_inner_set: bool,
206379
+ inner_filter: {
206380
+ category_inner_filter: {
206381
+ column: {
206382
+ data_set_identifier: ::String,
206383
+ column_name: ::String
206384
+ },
206385
+ configuration: {
206386
+ filter_list_configuration: {
206387
+ match_operator: ("EQUALS" | "DOES_NOT_EQUAL" | "CONTAINS" | "DOES_NOT_CONTAIN" | "STARTS_WITH" | "ENDS_WITH"),
206388
+ category_values: Array[::String]?,
206389
+ select_all_options: ("FILTER_ALL_VALUES")?,
206390
+ null_option: ("ALL_VALUES" | "NULLS_ONLY" | "NON_NULLS_ONLY")?
206391
+ }?,
206392
+ custom_filter_list_configuration: {
206393
+ match_operator: ("EQUALS" | "DOES_NOT_EQUAL" | "CONTAINS" | "DOES_NOT_CONTAIN" | "STARTS_WITH" | "ENDS_WITH"),
206394
+ category_values: Array[::String]?,
206395
+ select_all_options: ("FILTER_ALL_VALUES")?,
206396
+ null_option: ("ALL_VALUES" | "NULLS_ONLY" | "NON_NULLS_ONLY")
206397
+ }?,
206398
+ custom_filter_configuration: {
206399
+ match_operator: ("EQUALS" | "DOES_NOT_EQUAL" | "CONTAINS" | "DOES_NOT_CONTAIN" | "STARTS_WITH" | "ENDS_WITH"),
206400
+ category_value: ::String?,
206401
+ select_all_options: ("FILTER_ALL_VALUES")?,
206402
+ parameter_name: ::String?,
206403
+ null_option: ("ALL_VALUES" | "NULLS_ONLY" | "NON_NULLS_ONLY")
206404
+ }?
206405
+ },
206406
+ default_filter_control_configuration: {
206407
+ title: ::String,
206408
+ control_options: {
206409
+ default_date_time_picker_options: {
206410
+ type: ("SINGLE_VALUED" | "DATE_RANGE")?,
206411
+ display_options: {
206412
+ title_options: {
206413
+ visibility: ("HIDDEN" | "VISIBLE")?,
206414
+ font_configuration: {
206415
+ font_size: {
206416
+ relative: ("EXTRA_SMALL" | "SMALL" | "MEDIUM" | "LARGE" | "EXTRA_LARGE")?
206417
+ }?,
206418
+ font_decoration: ("UNDERLINE" | "NONE")?,
206419
+ font_color: ::String?,
206420
+ font_weight: {
206421
+ name: ("NORMAL" | "BOLD")?
206422
+ }?,
206423
+ font_style: ("NORMAL" | "ITALIC")?
206424
+ }?,
206425
+ custom_label: ::String?
206426
+ }?,
206427
+ date_time_format: ::String?,
206428
+ info_icon_label_options: {
206429
+ visibility: ("HIDDEN" | "VISIBLE")?,
206430
+ info_icon_text: ::String?
206431
+ }?
206432
+ }?
206433
+ }?,
206434
+ default_list_options: {
206435
+ display_options: {
206436
+ search_options: {
206437
+ visibility: ("HIDDEN" | "VISIBLE")?
206438
+ }?,
206439
+ select_all_options: {
206440
+ visibility: ("HIDDEN" | "VISIBLE")?
206441
+ }?,
206442
+ title_options: {
206443
+ visibility: ("HIDDEN" | "VISIBLE")?,
206444
+ font_configuration: {
206445
+ font_size: {
206446
+ relative: ("EXTRA_SMALL" | "SMALL" | "MEDIUM" | "LARGE" | "EXTRA_LARGE")?
206447
+ }?,
206448
+ font_decoration: ("UNDERLINE" | "NONE")?,
206449
+ font_color: ::String?,
206450
+ font_weight: {
206451
+ name: ("NORMAL" | "BOLD")?
206452
+ }?,
206453
+ font_style: ("NORMAL" | "ITALIC")?
206454
+ }?,
206455
+ custom_label: ::String?
206456
+ }?,
206457
+ info_icon_label_options: {
206458
+ visibility: ("HIDDEN" | "VISIBLE")?,
206459
+ info_icon_text: ::String?
206460
+ }?
206461
+ }?,
206462
+ type: ("MULTI_SELECT" | "SINGLE_SELECT")?,
206463
+ selectable_values: {
206464
+ values: Array[::String]?
206465
+ }?
206466
+ }?,
206467
+ default_dropdown_options: {
206468
+ display_options: {
206469
+ select_all_options: {
206470
+ visibility: ("HIDDEN" | "VISIBLE")?
206471
+ }?,
206472
+ title_options: {
206473
+ visibility: ("HIDDEN" | "VISIBLE")?,
206474
+ font_configuration: {
206475
+ font_size: {
206476
+ relative: ("EXTRA_SMALL" | "SMALL" | "MEDIUM" | "LARGE" | "EXTRA_LARGE")?
206477
+ }?,
206478
+ font_decoration: ("UNDERLINE" | "NONE")?,
206479
+ font_color: ::String?,
206480
+ font_weight: {
206481
+ name: ("NORMAL" | "BOLD")?
206482
+ }?,
206483
+ font_style: ("NORMAL" | "ITALIC")?
206484
+ }?,
206485
+ custom_label: ::String?
206486
+ }?,
206487
+ info_icon_label_options: {
206488
+ visibility: ("HIDDEN" | "VISIBLE")?,
206489
+ info_icon_text: ::String?
206490
+ }?
206491
+ }?,
206492
+ type: ("MULTI_SELECT" | "SINGLE_SELECT")?,
206493
+ selectable_values: {
206494
+ values: Array[::String]?
206495
+ }?
206496
+ }?,
206497
+ default_text_field_options: {
206498
+ display_options: {
206499
+ title_options: {
206500
+ visibility: ("HIDDEN" | "VISIBLE")?,
206501
+ font_configuration: {
206502
+ font_size: {
206503
+ relative: ("EXTRA_SMALL" | "SMALL" | "MEDIUM" | "LARGE" | "EXTRA_LARGE")?
206504
+ }?,
206505
+ font_decoration: ("UNDERLINE" | "NONE")?,
206506
+ font_color: ::String?,
206507
+ font_weight: {
206508
+ name: ("NORMAL" | "BOLD")?
206509
+ }?,
206510
+ font_style: ("NORMAL" | "ITALIC")?
206511
+ }?,
206512
+ custom_label: ::String?
206513
+ }?,
206514
+ placeholder_options: {
206515
+ visibility: ("HIDDEN" | "VISIBLE")?
206516
+ }?,
206517
+ info_icon_label_options: {
206518
+ visibility: ("HIDDEN" | "VISIBLE")?,
206519
+ info_icon_text: ::String?
206520
+ }?
206521
+ }?
206522
+ }?,
206523
+ default_text_area_options: {
206524
+ delimiter: ::String?,
206525
+ display_options: {
206526
+ title_options: {
206527
+ visibility: ("HIDDEN" | "VISIBLE")?,
206528
+ font_configuration: {
206529
+ font_size: {
206530
+ relative: ("EXTRA_SMALL" | "SMALL" | "MEDIUM" | "LARGE" | "EXTRA_LARGE")?
206531
+ }?,
206532
+ font_decoration: ("UNDERLINE" | "NONE")?,
206533
+ font_color: ::String?,
206534
+ font_weight: {
206535
+ name: ("NORMAL" | "BOLD")?
206536
+ }?,
206537
+ font_style: ("NORMAL" | "ITALIC")?
206538
+ }?,
206539
+ custom_label: ::String?
206540
+ }?,
206541
+ placeholder_options: {
206542
+ visibility: ("HIDDEN" | "VISIBLE")?
206543
+ }?,
206544
+ info_icon_label_options: {
206545
+ visibility: ("HIDDEN" | "VISIBLE")?,
206546
+ info_icon_text: ::String?
206547
+ }?
206548
+ }?
206549
+ }?,
206550
+ default_slider_options: {
206551
+ display_options: {
206552
+ title_options: {
206553
+ visibility: ("HIDDEN" | "VISIBLE")?,
206554
+ font_configuration: {
206555
+ font_size: {
206556
+ relative: ("EXTRA_SMALL" | "SMALL" | "MEDIUM" | "LARGE" | "EXTRA_LARGE")?
206557
+ }?,
206558
+ font_decoration: ("UNDERLINE" | "NONE")?,
206559
+ font_color: ::String?,
206560
+ font_weight: {
206561
+ name: ("NORMAL" | "BOLD")?
206562
+ }?,
206563
+ font_style: ("NORMAL" | "ITALIC")?
206564
+ }?,
206565
+ custom_label: ::String?
206566
+ }?,
206567
+ info_icon_label_options: {
206568
+ visibility: ("HIDDEN" | "VISIBLE")?,
206569
+ info_icon_text: ::String?
206570
+ }?
206571
+ }?,
206572
+ type: ("SINGLE_POINT" | "RANGE")?,
206573
+ maximum_value: ::Float,
206574
+ minimum_value: ::Float,
206575
+ step_size: ::Float
206576
+ }?,
206577
+ default_relative_date_time_options: {
206578
+ display_options: {
206579
+ title_options: {
206580
+ visibility: ("HIDDEN" | "VISIBLE")?,
206581
+ font_configuration: {
206582
+ font_size: {
206583
+ relative: ("EXTRA_SMALL" | "SMALL" | "MEDIUM" | "LARGE" | "EXTRA_LARGE")?
206584
+ }?,
206585
+ font_decoration: ("UNDERLINE" | "NONE")?,
206586
+ font_color: ::String?,
206587
+ font_weight: {
206588
+ name: ("NORMAL" | "BOLD")?
206589
+ }?,
206590
+ font_style: ("NORMAL" | "ITALIC")?
206591
+ }?,
206592
+ custom_label: ::String?
206593
+ }?,
206594
+ date_time_format: ::String?,
206595
+ info_icon_label_options: {
206596
+ visibility: ("HIDDEN" | "VISIBLE")?,
206597
+ info_icon_text: ::String?
206598
+ }?
206599
+ }?
206600
+ }?
206601
+ }
206602
+ }?
206603
+ }?
206604
+ }
204769
206605
  }?
204770
206606
  },
204771
206607
  ],