aws-sdk-quicksight 1.162.0 → 1.164.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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-quicksight/client.rb +1509 -57
- data/lib/aws-sdk-quicksight/client_api.rb +438 -14
- data/lib/aws-sdk-quicksight/errors.rb +21 -0
- data/lib/aws-sdk-quicksight/types.rb +1586 -65
- data/lib/aws-sdk-quicksight.rb +1 -1
- data/sig/client.rbs +1541 -95
- data/sig/errors.rbs +4 -0
- data/sig/types.rbs +396 -1
- metadata +1 -1
data/sig/client.rbs
CHANGED
|
@@ -35559,7 +35559,26 @@ module Aws
|
|
|
35559
35559
|
column_index: ::Integer?,
|
|
35560
35560
|
column_span: ::Integer,
|
|
35561
35561
|
row_index: ::Integer?,
|
|
35562
|
-
row_span: ::Integer
|
|
35562
|
+
row_span: ::Integer,
|
|
35563
|
+
border_style: {
|
|
35564
|
+
visibility: ("HIDDEN" | "VISIBLE")?,
|
|
35565
|
+
color: ::String?,
|
|
35566
|
+
width: ::String?
|
|
35567
|
+
}?,
|
|
35568
|
+
selected_border_style: {
|
|
35569
|
+
visibility: ("HIDDEN" | "VISIBLE")?,
|
|
35570
|
+
color: ::String?,
|
|
35571
|
+
width: ::String?
|
|
35572
|
+
}?,
|
|
35573
|
+
background_style: {
|
|
35574
|
+
visibility: ("HIDDEN" | "VISIBLE")?,
|
|
35575
|
+
color: ::String?
|
|
35576
|
+
}?,
|
|
35577
|
+
loading_animation: {
|
|
35578
|
+
visibility: ("HIDDEN" | "VISIBLE")?
|
|
35579
|
+
}?,
|
|
35580
|
+
border_radius: ::String?,
|
|
35581
|
+
padding: ::String?
|
|
35563
35582
|
},
|
|
35564
35583
|
],
|
|
35565
35584
|
canvas_size_options: {
|
|
@@ -35589,11 +35608,13 @@ module Aws
|
|
|
35589
35608
|
]?,
|
|
35590
35609
|
border_style: {
|
|
35591
35610
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
|
35592
|
-
color: ::String
|
|
35611
|
+
color: ::String?,
|
|
35612
|
+
width: ::String?
|
|
35593
35613
|
}?,
|
|
35594
35614
|
selected_border_style: {
|
|
35595
35615
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
|
35596
|
-
color: ::String
|
|
35616
|
+
color: ::String?,
|
|
35617
|
+
width: ::String?
|
|
35597
35618
|
}?,
|
|
35598
35619
|
background_style: {
|
|
35599
35620
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
|
@@ -35601,7 +35622,9 @@ module Aws
|
|
|
35601
35622
|
}?,
|
|
35602
35623
|
loading_animation: {
|
|
35603
35624
|
visibility: ("HIDDEN" | "VISIBLE")?
|
|
35604
|
-
}
|
|
35625
|
+
}?,
|
|
35626
|
+
border_radius: ::String?,
|
|
35627
|
+
padding: ::String?
|
|
35605
35628
|
},
|
|
35606
35629
|
],
|
|
35607
35630
|
canvas_size_options: {
|
|
@@ -35635,11 +35658,13 @@ module Aws
|
|
|
35635
35658
|
]?,
|
|
35636
35659
|
border_style: {
|
|
35637
35660
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
|
35638
|
-
color: ::String
|
|
35661
|
+
color: ::String?,
|
|
35662
|
+
width: ::String?
|
|
35639
35663
|
}?,
|
|
35640
35664
|
selected_border_style: {
|
|
35641
35665
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
|
35642
|
-
color: ::String
|
|
35666
|
+
color: ::String?,
|
|
35667
|
+
width: ::String?
|
|
35643
35668
|
}?,
|
|
35644
35669
|
background_style: {
|
|
35645
35670
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
|
@@ -35647,7 +35672,9 @@ module Aws
|
|
|
35647
35672
|
}?,
|
|
35648
35673
|
loading_animation: {
|
|
35649
35674
|
visibility: ("HIDDEN" | "VISIBLE")?
|
|
35650
|
-
}
|
|
35675
|
+
}?,
|
|
35676
|
+
border_radius: ::String?,
|
|
35677
|
+
padding: ::String?
|
|
35651
35678
|
},
|
|
35652
35679
|
]
|
|
35653
35680
|
}
|
|
@@ -35688,11 +35715,13 @@ module Aws
|
|
|
35688
35715
|
]?,
|
|
35689
35716
|
border_style: {
|
|
35690
35717
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
|
35691
|
-
color: ::String
|
|
35718
|
+
color: ::String?,
|
|
35719
|
+
width: ::String?
|
|
35692
35720
|
}?,
|
|
35693
35721
|
selected_border_style: {
|
|
35694
35722
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
|
35695
|
-
color: ::String
|
|
35723
|
+
color: ::String?,
|
|
35724
|
+
width: ::String?
|
|
35696
35725
|
}?,
|
|
35697
35726
|
background_style: {
|
|
35698
35727
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
|
@@ -35700,7 +35729,9 @@ module Aws
|
|
|
35700
35729
|
}?,
|
|
35701
35730
|
loading_animation: {
|
|
35702
35731
|
visibility: ("HIDDEN" | "VISIBLE")?
|
|
35703
|
-
}
|
|
35732
|
+
}?,
|
|
35733
|
+
border_radius: ::String?,
|
|
35734
|
+
padding: ::String?
|
|
35704
35735
|
},
|
|
35705
35736
|
]
|
|
35706
35737
|
}
|
|
@@ -35818,11 +35849,13 @@ module Aws
|
|
|
35818
35849
|
]?,
|
|
35819
35850
|
border_style: {
|
|
35820
35851
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
|
35821
|
-
color: ::String
|
|
35852
|
+
color: ::String?,
|
|
35853
|
+
width: ::String?
|
|
35822
35854
|
}?,
|
|
35823
35855
|
selected_border_style: {
|
|
35824
35856
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
|
35825
|
-
color: ::String
|
|
35857
|
+
color: ::String?,
|
|
35858
|
+
width: ::String?
|
|
35826
35859
|
}?,
|
|
35827
35860
|
background_style: {
|
|
35828
35861
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
|
@@ -35830,7 +35863,9 @@ module Aws
|
|
|
35830
35863
|
}?,
|
|
35831
35864
|
loading_animation: {
|
|
35832
35865
|
visibility: ("HIDDEN" | "VISIBLE")?
|
|
35833
|
-
}
|
|
35866
|
+
}?,
|
|
35867
|
+
border_radius: ::String?,
|
|
35868
|
+
padding: ::String?
|
|
35834
35869
|
},
|
|
35835
35870
|
]
|
|
35836
35871
|
}
|
|
@@ -35873,7 +35908,26 @@ module Aws
|
|
|
35873
35908
|
column_index: ::Integer?,
|
|
35874
35909
|
column_span: ::Integer,
|
|
35875
35910
|
row_index: ::Integer?,
|
|
35876
|
-
row_span: ::Integer
|
|
35911
|
+
row_span: ::Integer,
|
|
35912
|
+
border_style: {
|
|
35913
|
+
visibility: ("HIDDEN" | "VISIBLE")?,
|
|
35914
|
+
color: ::String?,
|
|
35915
|
+
width: ::String?
|
|
35916
|
+
}?,
|
|
35917
|
+
selected_border_style: {
|
|
35918
|
+
visibility: ("HIDDEN" | "VISIBLE")?,
|
|
35919
|
+
color: ::String?,
|
|
35920
|
+
width: ::String?
|
|
35921
|
+
}?,
|
|
35922
|
+
background_style: {
|
|
35923
|
+
visibility: ("HIDDEN" | "VISIBLE")?,
|
|
35924
|
+
color: ::String?
|
|
35925
|
+
}?,
|
|
35926
|
+
loading_animation: {
|
|
35927
|
+
visibility: ("HIDDEN" | "VISIBLE")?
|
|
35928
|
+
}?,
|
|
35929
|
+
border_radius: ::String?,
|
|
35930
|
+
padding: ::String?
|
|
35877
35931
|
},
|
|
35878
35932
|
],
|
|
35879
35933
|
canvas_size_options: {
|
|
@@ -73118,7 +73172,26 @@ module Aws
|
|
|
73118
73172
|
column_index: ::Integer?,
|
|
73119
73173
|
column_span: ::Integer,
|
|
73120
73174
|
row_index: ::Integer?,
|
|
73121
|
-
row_span: ::Integer
|
|
73175
|
+
row_span: ::Integer,
|
|
73176
|
+
border_style: {
|
|
73177
|
+
visibility: ("HIDDEN" | "VISIBLE")?,
|
|
73178
|
+
color: ::String?,
|
|
73179
|
+
width: ::String?
|
|
73180
|
+
}?,
|
|
73181
|
+
selected_border_style: {
|
|
73182
|
+
visibility: ("HIDDEN" | "VISIBLE")?,
|
|
73183
|
+
color: ::String?,
|
|
73184
|
+
width: ::String?
|
|
73185
|
+
}?,
|
|
73186
|
+
background_style: {
|
|
73187
|
+
visibility: ("HIDDEN" | "VISIBLE")?,
|
|
73188
|
+
color: ::String?
|
|
73189
|
+
}?,
|
|
73190
|
+
loading_animation: {
|
|
73191
|
+
visibility: ("HIDDEN" | "VISIBLE")?
|
|
73192
|
+
}?,
|
|
73193
|
+
border_radius: ::String?,
|
|
73194
|
+
padding: ::String?
|
|
73122
73195
|
},
|
|
73123
73196
|
],
|
|
73124
73197
|
canvas_size_options: {
|
|
@@ -73148,11 +73221,13 @@ module Aws
|
|
|
73148
73221
|
]?,
|
|
73149
73222
|
border_style: {
|
|
73150
73223
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
|
73151
|
-
color: ::String
|
|
73224
|
+
color: ::String?,
|
|
73225
|
+
width: ::String?
|
|
73152
73226
|
}?,
|
|
73153
73227
|
selected_border_style: {
|
|
73154
73228
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
|
73155
|
-
color: ::String
|
|
73229
|
+
color: ::String?,
|
|
73230
|
+
width: ::String?
|
|
73156
73231
|
}?,
|
|
73157
73232
|
background_style: {
|
|
73158
73233
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
|
@@ -73160,7 +73235,9 @@ module Aws
|
|
|
73160
73235
|
}?,
|
|
73161
73236
|
loading_animation: {
|
|
73162
73237
|
visibility: ("HIDDEN" | "VISIBLE")?
|
|
73163
|
-
}
|
|
73238
|
+
}?,
|
|
73239
|
+
border_radius: ::String?,
|
|
73240
|
+
padding: ::String?
|
|
73164
73241
|
},
|
|
73165
73242
|
],
|
|
73166
73243
|
canvas_size_options: {
|
|
@@ -73194,11 +73271,13 @@ module Aws
|
|
|
73194
73271
|
]?,
|
|
73195
73272
|
border_style: {
|
|
73196
73273
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
|
73197
|
-
color: ::String
|
|
73274
|
+
color: ::String?,
|
|
73275
|
+
width: ::String?
|
|
73198
73276
|
}?,
|
|
73199
73277
|
selected_border_style: {
|
|
73200
73278
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
|
73201
|
-
color: ::String
|
|
73279
|
+
color: ::String?,
|
|
73280
|
+
width: ::String?
|
|
73202
73281
|
}?,
|
|
73203
73282
|
background_style: {
|
|
73204
73283
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
|
@@ -73206,7 +73285,9 @@ module Aws
|
|
|
73206
73285
|
}?,
|
|
73207
73286
|
loading_animation: {
|
|
73208
73287
|
visibility: ("HIDDEN" | "VISIBLE")?
|
|
73209
|
-
}
|
|
73288
|
+
}?,
|
|
73289
|
+
border_radius: ::String?,
|
|
73290
|
+
padding: ::String?
|
|
73210
73291
|
},
|
|
73211
73292
|
]
|
|
73212
73293
|
}
|
|
@@ -73247,11 +73328,13 @@ module Aws
|
|
|
73247
73328
|
]?,
|
|
73248
73329
|
border_style: {
|
|
73249
73330
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
|
73250
|
-
color: ::String
|
|
73331
|
+
color: ::String?,
|
|
73332
|
+
width: ::String?
|
|
73251
73333
|
}?,
|
|
73252
73334
|
selected_border_style: {
|
|
73253
73335
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
|
73254
|
-
color: ::String
|
|
73336
|
+
color: ::String?,
|
|
73337
|
+
width: ::String?
|
|
73255
73338
|
}?,
|
|
73256
73339
|
background_style: {
|
|
73257
73340
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
|
@@ -73259,7 +73342,9 @@ module Aws
|
|
|
73259
73342
|
}?,
|
|
73260
73343
|
loading_animation: {
|
|
73261
73344
|
visibility: ("HIDDEN" | "VISIBLE")?
|
|
73262
|
-
}
|
|
73345
|
+
}?,
|
|
73346
|
+
border_radius: ::String?,
|
|
73347
|
+
padding: ::String?
|
|
73263
73348
|
},
|
|
73264
73349
|
]
|
|
73265
73350
|
}
|
|
@@ -73377,11 +73462,13 @@ module Aws
|
|
|
73377
73462
|
]?,
|
|
73378
73463
|
border_style: {
|
|
73379
73464
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
|
73380
|
-
color: ::String
|
|
73465
|
+
color: ::String?,
|
|
73466
|
+
width: ::String?
|
|
73381
73467
|
}?,
|
|
73382
73468
|
selected_border_style: {
|
|
73383
73469
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
|
73384
|
-
color: ::String
|
|
73470
|
+
color: ::String?,
|
|
73471
|
+
width: ::String?
|
|
73385
73472
|
}?,
|
|
73386
73473
|
background_style: {
|
|
73387
73474
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
|
@@ -73389,7 +73476,9 @@ module Aws
|
|
|
73389
73476
|
}?,
|
|
73390
73477
|
loading_animation: {
|
|
73391
73478
|
visibility: ("HIDDEN" | "VISIBLE")?
|
|
73392
|
-
}
|
|
73479
|
+
}?,
|
|
73480
|
+
border_radius: ::String?,
|
|
73481
|
+
padding: ::String?
|
|
73393
73482
|
},
|
|
73394
73483
|
]
|
|
73395
73484
|
}
|
|
@@ -73432,7 +73521,26 @@ module Aws
|
|
|
73432
73521
|
column_index: ::Integer?,
|
|
73433
73522
|
column_span: ::Integer,
|
|
73434
73523
|
row_index: ::Integer?,
|
|
73435
|
-
row_span: ::Integer
|
|
73524
|
+
row_span: ::Integer,
|
|
73525
|
+
border_style: {
|
|
73526
|
+
visibility: ("HIDDEN" | "VISIBLE")?,
|
|
73527
|
+
color: ::String?,
|
|
73528
|
+
width: ::String?
|
|
73529
|
+
}?,
|
|
73530
|
+
selected_border_style: {
|
|
73531
|
+
visibility: ("HIDDEN" | "VISIBLE")?,
|
|
73532
|
+
color: ::String?,
|
|
73533
|
+
width: ::String?
|
|
73534
|
+
}?,
|
|
73535
|
+
background_style: {
|
|
73536
|
+
visibility: ("HIDDEN" | "VISIBLE")?,
|
|
73537
|
+
color: ::String?
|
|
73538
|
+
}?,
|
|
73539
|
+
loading_animation: {
|
|
73540
|
+
visibility: ("HIDDEN" | "VISIBLE")?
|
|
73541
|
+
}?,
|
|
73542
|
+
border_radius: ::String?,
|
|
73543
|
+
padding: ::String?
|
|
73436
73544
|
},
|
|
73437
73545
|
],
|
|
73438
73546
|
canvas_size_options: {
|
|
@@ -75925,6 +76033,7 @@ module Aws
|
|
|
75925
76033
|
input_columns: Array[
|
|
75926
76034
|
{
|
|
75927
76035
|
name: ::String,
|
|
76036
|
+
id: ::String?,
|
|
75928
76037
|
type: ("STRING" | "INTEGER" | "DECIMAL" | "DATETIME" | "BIT" | "BOOLEAN" | "JSON"),
|
|
75929
76038
|
sub_type: ("FLOAT" | "FIXED")?
|
|
75930
76039
|
},
|
|
@@ -75937,6 +76046,7 @@ module Aws
|
|
|
75937
76046
|
columns: Array[
|
|
75938
76047
|
{
|
|
75939
76048
|
name: ::String,
|
|
76049
|
+
id: ::String?,
|
|
75940
76050
|
type: ("STRING" | "INTEGER" | "DECIMAL" | "DATETIME" | "BIT" | "BOOLEAN" | "JSON"),
|
|
75941
76051
|
sub_type: ("FLOAT" | "FIXED")?
|
|
75942
76052
|
},
|
|
@@ -75949,11 +76059,30 @@ module Aws
|
|
|
75949
76059
|
start_from_row: ::Integer?,
|
|
75950
76060
|
contains_header: bool?,
|
|
75951
76061
|
text_qualifier: ("DOUBLE_QUOTE" | "SINGLE_QUOTE")?,
|
|
75952
|
-
delimiter: ::String
|
|
76062
|
+
delimiter: ::String?,
|
|
76063
|
+
custom_cell_address_range: ::String?
|
|
75953
76064
|
}?,
|
|
75954
76065
|
input_columns: Array[
|
|
75955
76066
|
{
|
|
75956
76067
|
name: ::String,
|
|
76068
|
+
id: ::String?,
|
|
76069
|
+
type: ("STRING" | "INTEGER" | "DECIMAL" | "DATETIME" | "BIT" | "BOOLEAN" | "JSON"),
|
|
76070
|
+
sub_type: ("FLOAT" | "FIXED")?
|
|
76071
|
+
},
|
|
76072
|
+
]
|
|
76073
|
+
}?,
|
|
76074
|
+
saa_s_table: {
|
|
76075
|
+
data_source_arn: ::String,
|
|
76076
|
+
table_path: Array[
|
|
76077
|
+
{
|
|
76078
|
+
name: ::String?,
|
|
76079
|
+
id: ::String?
|
|
76080
|
+
},
|
|
76081
|
+
],
|
|
76082
|
+
input_columns: Array[
|
|
76083
|
+
{
|
|
76084
|
+
name: ::String,
|
|
76085
|
+
id: ::String?,
|
|
75957
76086
|
type: ("STRING" | "INTEGER" | "DECIMAL" | "DATETIME" | "BIT" | "BOOLEAN" | "JSON"),
|
|
75958
76087
|
sub_type: ("FLOAT" | "FIXED")?
|
|
75959
76088
|
},
|
|
@@ -75965,12 +76094,85 @@ module Aws
|
|
|
75965
76094
|
data_transforms: Array[
|
|
75966
76095
|
{
|
|
75967
76096
|
project_operation: {
|
|
76097
|
+
alias: ::String?,
|
|
76098
|
+
source: {
|
|
76099
|
+
transform_operation_id: ::String,
|
|
76100
|
+
column_id_mappings: Array[
|
|
76101
|
+
{
|
|
76102
|
+
source_column_id: ::String,
|
|
76103
|
+
target_column_id: ::String
|
|
76104
|
+
},
|
|
76105
|
+
]?
|
|
76106
|
+
}?,
|
|
75968
76107
|
projected_columns: Array[::String]
|
|
75969
76108
|
}?,
|
|
75970
76109
|
filter_operation: {
|
|
75971
|
-
condition_expression: ::String
|
|
76110
|
+
condition_expression: ::String?,
|
|
76111
|
+
string_filter_condition: {
|
|
76112
|
+
column_name: ::String?,
|
|
76113
|
+
comparison_filter_condition: {
|
|
76114
|
+
operator: ("EQUALS" | "DOES_NOT_EQUAL" | "CONTAINS" | "DOES_NOT_CONTAIN" | "STARTS_WITH" | "ENDS_WITH"),
|
|
76115
|
+
value: {
|
|
76116
|
+
static_value: ::String?
|
|
76117
|
+
}?
|
|
76118
|
+
}?,
|
|
76119
|
+
list_filter_condition: {
|
|
76120
|
+
operator: ("INCLUDE" | "EXCLUDE"),
|
|
76121
|
+
values: {
|
|
76122
|
+
static_values: Array[::String]?
|
|
76123
|
+
}?
|
|
76124
|
+
}?
|
|
76125
|
+
}?,
|
|
76126
|
+
numeric_filter_condition: {
|
|
76127
|
+
column_name: ::String?,
|
|
76128
|
+
comparison_filter_condition: {
|
|
76129
|
+
operator: ("EQUALS" | "DOES_NOT_EQUAL" | "GREATER_THAN" | "GREATER_THAN_OR_EQUALS_TO" | "LESS_THAN" | "LESS_THAN_OR_EQUALS_TO"),
|
|
76130
|
+
value: {
|
|
76131
|
+
static_value: ::Float?
|
|
76132
|
+
}?
|
|
76133
|
+
}?,
|
|
76134
|
+
range_filter_condition: {
|
|
76135
|
+
range_minimum: {
|
|
76136
|
+
static_value: ::Float?
|
|
76137
|
+
}?,
|
|
76138
|
+
range_maximum: {
|
|
76139
|
+
static_value: ::Float?
|
|
76140
|
+
}?,
|
|
76141
|
+
include_minimum: bool?,
|
|
76142
|
+
include_maximum: bool?
|
|
76143
|
+
}?
|
|
76144
|
+
}?,
|
|
76145
|
+
date_filter_condition: {
|
|
76146
|
+
column_name: ::String?,
|
|
76147
|
+
comparison_filter_condition: {
|
|
76148
|
+
operator: ("BEFORE" | "BEFORE_OR_EQUALS_TO" | "AFTER" | "AFTER_OR_EQUALS_TO"),
|
|
76149
|
+
value: {
|
|
76150
|
+
static_value: ::Time?
|
|
76151
|
+
}?
|
|
76152
|
+
}?,
|
|
76153
|
+
range_filter_condition: {
|
|
76154
|
+
range_minimum: {
|
|
76155
|
+
static_value: ::Time?
|
|
76156
|
+
}?,
|
|
76157
|
+
range_maximum: {
|
|
76158
|
+
static_value: ::Time?
|
|
76159
|
+
}?,
|
|
76160
|
+
include_minimum: bool?,
|
|
76161
|
+
include_maximum: bool?
|
|
76162
|
+
}?
|
|
76163
|
+
}?
|
|
75972
76164
|
}?,
|
|
75973
76165
|
create_columns_operation: {
|
|
76166
|
+
alias: ::String?,
|
|
76167
|
+
source: {
|
|
76168
|
+
transform_operation_id: ::String,
|
|
76169
|
+
column_id_mappings: Array[
|
|
76170
|
+
{
|
|
76171
|
+
source_column_id: ::String,
|
|
76172
|
+
target_column_id: ::String
|
|
76173
|
+
},
|
|
76174
|
+
]?
|
|
76175
|
+
}?,
|
|
75974
76176
|
columns: Array[
|
|
75975
76177
|
{
|
|
75976
76178
|
column_name: ::String,
|
|
@@ -76135,7 +76337,366 @@ module Aws
|
|
|
76135
76337
|
},
|
|
76136
76338
|
]?
|
|
76137
76339
|
},
|
|
76138
|
-
?use_as: ("RLS_RULES")
|
|
76340
|
+
?use_as: ("RLS_RULES"),
|
|
76341
|
+
?data_prep_configuration: {
|
|
76342
|
+
source_table_map: Hash[::String, {
|
|
76343
|
+
physical_table_id: ::String?,
|
|
76344
|
+
data_set: {
|
|
76345
|
+
data_set_arn: ::String,
|
|
76346
|
+
input_columns: Array[
|
|
76347
|
+
{
|
|
76348
|
+
name: ::String,
|
|
76349
|
+
id: ::String?,
|
|
76350
|
+
type: ("STRING" | "INTEGER" | "DECIMAL" | "DATETIME" | "BIT" | "BOOLEAN" | "JSON"),
|
|
76351
|
+
sub_type: ("FLOAT" | "FIXED")?
|
|
76352
|
+
},
|
|
76353
|
+
]
|
|
76354
|
+
}?
|
|
76355
|
+
}],
|
|
76356
|
+
transform_step_map: Hash[::String, {
|
|
76357
|
+
import_table_step: {
|
|
76358
|
+
alias: ::String,
|
|
76359
|
+
source: {
|
|
76360
|
+
source_table_id: ::String,
|
|
76361
|
+
column_id_mappings: Array[
|
|
76362
|
+
{
|
|
76363
|
+
source_column_id: ::String,
|
|
76364
|
+
target_column_id: ::String
|
|
76365
|
+
},
|
|
76366
|
+
]?
|
|
76367
|
+
}
|
|
76368
|
+
}?,
|
|
76369
|
+
project_step: {
|
|
76370
|
+
alias: ::String?,
|
|
76371
|
+
source: {
|
|
76372
|
+
transform_operation_id: ::String,
|
|
76373
|
+
column_id_mappings: Array[
|
|
76374
|
+
{
|
|
76375
|
+
source_column_id: ::String,
|
|
76376
|
+
target_column_id: ::String
|
|
76377
|
+
},
|
|
76378
|
+
]?
|
|
76379
|
+
}?,
|
|
76380
|
+
projected_columns: Array[::String]
|
|
76381
|
+
}?,
|
|
76382
|
+
filters_step: {
|
|
76383
|
+
alias: ::String,
|
|
76384
|
+
source: {
|
|
76385
|
+
transform_operation_id: ::String,
|
|
76386
|
+
column_id_mappings: Array[
|
|
76387
|
+
{
|
|
76388
|
+
source_column_id: ::String,
|
|
76389
|
+
target_column_id: ::String
|
|
76390
|
+
},
|
|
76391
|
+
]?
|
|
76392
|
+
},
|
|
76393
|
+
filter_operations: Array[
|
|
76394
|
+
{
|
|
76395
|
+
condition_expression: ::String?,
|
|
76396
|
+
string_filter_condition: {
|
|
76397
|
+
column_name: ::String?,
|
|
76398
|
+
comparison_filter_condition: {
|
|
76399
|
+
operator: ("EQUALS" | "DOES_NOT_EQUAL" | "CONTAINS" | "DOES_NOT_CONTAIN" | "STARTS_WITH" | "ENDS_WITH"),
|
|
76400
|
+
value: {
|
|
76401
|
+
static_value: ::String?
|
|
76402
|
+
}?
|
|
76403
|
+
}?,
|
|
76404
|
+
list_filter_condition: {
|
|
76405
|
+
operator: ("INCLUDE" | "EXCLUDE"),
|
|
76406
|
+
values: {
|
|
76407
|
+
static_values: Array[::String]?
|
|
76408
|
+
}?
|
|
76409
|
+
}?
|
|
76410
|
+
}?,
|
|
76411
|
+
numeric_filter_condition: {
|
|
76412
|
+
column_name: ::String?,
|
|
76413
|
+
comparison_filter_condition: {
|
|
76414
|
+
operator: ("EQUALS" | "DOES_NOT_EQUAL" | "GREATER_THAN" | "GREATER_THAN_OR_EQUALS_TO" | "LESS_THAN" | "LESS_THAN_OR_EQUALS_TO"),
|
|
76415
|
+
value: {
|
|
76416
|
+
static_value: ::Float?
|
|
76417
|
+
}?
|
|
76418
|
+
}?,
|
|
76419
|
+
range_filter_condition: {
|
|
76420
|
+
range_minimum: {
|
|
76421
|
+
static_value: ::Float?
|
|
76422
|
+
}?,
|
|
76423
|
+
range_maximum: {
|
|
76424
|
+
static_value: ::Float?
|
|
76425
|
+
}?,
|
|
76426
|
+
include_minimum: bool?,
|
|
76427
|
+
include_maximum: bool?
|
|
76428
|
+
}?
|
|
76429
|
+
}?,
|
|
76430
|
+
date_filter_condition: {
|
|
76431
|
+
column_name: ::String?,
|
|
76432
|
+
comparison_filter_condition: {
|
|
76433
|
+
operator: ("BEFORE" | "BEFORE_OR_EQUALS_TO" | "AFTER" | "AFTER_OR_EQUALS_TO"),
|
|
76434
|
+
value: {
|
|
76435
|
+
static_value: ::Time?
|
|
76436
|
+
}?
|
|
76437
|
+
}?,
|
|
76438
|
+
range_filter_condition: {
|
|
76439
|
+
range_minimum: {
|
|
76440
|
+
static_value: ::Time?
|
|
76441
|
+
}?,
|
|
76442
|
+
range_maximum: {
|
|
76443
|
+
static_value: ::Time?
|
|
76444
|
+
}?,
|
|
76445
|
+
include_minimum: bool?,
|
|
76446
|
+
include_maximum: bool?
|
|
76447
|
+
}?
|
|
76448
|
+
}?
|
|
76449
|
+
},
|
|
76450
|
+
]
|
|
76451
|
+
}?,
|
|
76452
|
+
create_columns_step: {
|
|
76453
|
+
alias: ::String?,
|
|
76454
|
+
source: {
|
|
76455
|
+
transform_operation_id: ::String,
|
|
76456
|
+
column_id_mappings: Array[
|
|
76457
|
+
{
|
|
76458
|
+
source_column_id: ::String,
|
|
76459
|
+
target_column_id: ::String
|
|
76460
|
+
},
|
|
76461
|
+
]?
|
|
76462
|
+
}?,
|
|
76463
|
+
columns: Array[
|
|
76464
|
+
{
|
|
76465
|
+
column_name: ::String,
|
|
76466
|
+
column_id: ::String,
|
|
76467
|
+
expression: ::String
|
|
76468
|
+
},
|
|
76469
|
+
]
|
|
76470
|
+
}?,
|
|
76471
|
+
rename_columns_step: {
|
|
76472
|
+
alias: ::String,
|
|
76473
|
+
source: {
|
|
76474
|
+
transform_operation_id: ::String,
|
|
76475
|
+
column_id_mappings: Array[
|
|
76476
|
+
{
|
|
76477
|
+
source_column_id: ::String,
|
|
76478
|
+
target_column_id: ::String
|
|
76479
|
+
},
|
|
76480
|
+
]?
|
|
76481
|
+
},
|
|
76482
|
+
rename_column_operations: Array[
|
|
76483
|
+
{
|
|
76484
|
+
column_name: ::String,
|
|
76485
|
+
new_column_name: ::String
|
|
76486
|
+
},
|
|
76487
|
+
]
|
|
76488
|
+
}?,
|
|
76489
|
+
cast_column_types_step: {
|
|
76490
|
+
alias: ::String,
|
|
76491
|
+
source: {
|
|
76492
|
+
transform_operation_id: ::String,
|
|
76493
|
+
column_id_mappings: Array[
|
|
76494
|
+
{
|
|
76495
|
+
source_column_id: ::String,
|
|
76496
|
+
target_column_id: ::String
|
|
76497
|
+
},
|
|
76498
|
+
]?
|
|
76499
|
+
},
|
|
76500
|
+
cast_column_type_operations: Array[
|
|
76501
|
+
{
|
|
76502
|
+
column_name: ::String,
|
|
76503
|
+
new_column_type: ("STRING" | "INTEGER" | "DECIMAL" | "DATETIME"),
|
|
76504
|
+
sub_type: ("FLOAT" | "FIXED")?,
|
|
76505
|
+
format: ::String?
|
|
76506
|
+
},
|
|
76507
|
+
]
|
|
76508
|
+
}?,
|
|
76509
|
+
join_step: {
|
|
76510
|
+
alias: ::String,
|
|
76511
|
+
left_operand: {
|
|
76512
|
+
transform_operation_id: ::String,
|
|
76513
|
+
column_id_mappings: Array[
|
|
76514
|
+
{
|
|
76515
|
+
source_column_id: ::String,
|
|
76516
|
+
target_column_id: ::String
|
|
76517
|
+
},
|
|
76518
|
+
]?
|
|
76519
|
+
},
|
|
76520
|
+
right_operand: {
|
|
76521
|
+
transform_operation_id: ::String,
|
|
76522
|
+
column_id_mappings: Array[
|
|
76523
|
+
{
|
|
76524
|
+
source_column_id: ::String,
|
|
76525
|
+
target_column_id: ::String
|
|
76526
|
+
},
|
|
76527
|
+
]?
|
|
76528
|
+
},
|
|
76529
|
+
type: ("INNER" | "OUTER" | "LEFT" | "RIGHT"),
|
|
76530
|
+
on_clause: ::String,
|
|
76531
|
+
left_operand_properties: {
|
|
76532
|
+
output_column_name_overrides: Array[
|
|
76533
|
+
{
|
|
76534
|
+
source_column_name: ::String?,
|
|
76535
|
+
output_column_name: ::String
|
|
76536
|
+
},
|
|
76537
|
+
]
|
|
76538
|
+
}?,
|
|
76539
|
+
right_operand_properties: {
|
|
76540
|
+
output_column_name_overrides: Array[
|
|
76541
|
+
{
|
|
76542
|
+
source_column_name: ::String?,
|
|
76543
|
+
output_column_name: ::String
|
|
76544
|
+
},
|
|
76545
|
+
]
|
|
76546
|
+
}?
|
|
76547
|
+
}?,
|
|
76548
|
+
aggregate_step: {
|
|
76549
|
+
alias: ::String,
|
|
76550
|
+
source: {
|
|
76551
|
+
transform_operation_id: ::String,
|
|
76552
|
+
column_id_mappings: Array[
|
|
76553
|
+
{
|
|
76554
|
+
source_column_id: ::String,
|
|
76555
|
+
target_column_id: ::String
|
|
76556
|
+
},
|
|
76557
|
+
]?
|
|
76558
|
+
},
|
|
76559
|
+
group_by_column_names: Array[::String]?,
|
|
76560
|
+
aggregations: Array[
|
|
76561
|
+
{
|
|
76562
|
+
aggregation_function: {
|
|
76563
|
+
simple_aggregation: {
|
|
76564
|
+
input_column_name: ::String?,
|
|
76565
|
+
function_type: ("COUNT" | "DISTINCT_COUNT" | "SUM" | "AVERAGE" | "MAX" | "MIN")
|
|
76566
|
+
}?,
|
|
76567
|
+
list_aggregation: {
|
|
76568
|
+
input_column_name: ::String?,
|
|
76569
|
+
separator: ::String,
|
|
76570
|
+
distinct: bool
|
|
76571
|
+
}?
|
|
76572
|
+
},
|
|
76573
|
+
new_column_name: ::String,
|
|
76574
|
+
new_column_id: ::String
|
|
76575
|
+
},
|
|
76576
|
+
]
|
|
76577
|
+
}?,
|
|
76578
|
+
pivot_step: {
|
|
76579
|
+
alias: ::String,
|
|
76580
|
+
source: {
|
|
76581
|
+
transform_operation_id: ::String,
|
|
76582
|
+
column_id_mappings: Array[
|
|
76583
|
+
{
|
|
76584
|
+
source_column_id: ::String,
|
|
76585
|
+
target_column_id: ::String
|
|
76586
|
+
},
|
|
76587
|
+
]?
|
|
76588
|
+
},
|
|
76589
|
+
group_by_column_names: Array[::String]?,
|
|
76590
|
+
value_column_configuration: {
|
|
76591
|
+
aggregation_function: {
|
|
76592
|
+
simple_aggregation: {
|
|
76593
|
+
input_column_name: ::String?,
|
|
76594
|
+
function_type: ("COUNT" | "DISTINCT_COUNT" | "SUM" | "AVERAGE" | "MAX" | "MIN")
|
|
76595
|
+
}?,
|
|
76596
|
+
list_aggregation: {
|
|
76597
|
+
input_column_name: ::String?,
|
|
76598
|
+
separator: ::String,
|
|
76599
|
+
distinct: bool
|
|
76600
|
+
}?
|
|
76601
|
+
}?
|
|
76602
|
+
},
|
|
76603
|
+
pivot_configuration: {
|
|
76604
|
+
label_column_name: ::String?,
|
|
76605
|
+
pivoted_labels: Array[
|
|
76606
|
+
{
|
|
76607
|
+
label_name: ::String,
|
|
76608
|
+
new_column_name: ::String,
|
|
76609
|
+
new_column_id: ::String
|
|
76610
|
+
},
|
|
76611
|
+
]
|
|
76612
|
+
}
|
|
76613
|
+
}?,
|
|
76614
|
+
unpivot_step: {
|
|
76615
|
+
alias: ::String,
|
|
76616
|
+
source: {
|
|
76617
|
+
transform_operation_id: ::String,
|
|
76618
|
+
column_id_mappings: Array[
|
|
76619
|
+
{
|
|
76620
|
+
source_column_id: ::String,
|
|
76621
|
+
target_column_id: ::String
|
|
76622
|
+
},
|
|
76623
|
+
]?
|
|
76624
|
+
},
|
|
76625
|
+
columns_to_unpivot: Array[
|
|
76626
|
+
{
|
|
76627
|
+
column_name: ::String?,
|
|
76628
|
+
new_value: ::String?
|
|
76629
|
+
},
|
|
76630
|
+
],
|
|
76631
|
+
unpivoted_label_column_name: ::String,
|
|
76632
|
+
unpivoted_label_column_id: ::String,
|
|
76633
|
+
unpivoted_value_column_name: ::String,
|
|
76634
|
+
unpivoted_value_column_id: ::String
|
|
76635
|
+
}?,
|
|
76636
|
+
append_step: {
|
|
76637
|
+
alias: ::String,
|
|
76638
|
+
first_source: {
|
|
76639
|
+
transform_operation_id: ::String,
|
|
76640
|
+
column_id_mappings: Array[
|
|
76641
|
+
{
|
|
76642
|
+
source_column_id: ::String,
|
|
76643
|
+
target_column_id: ::String
|
|
76644
|
+
},
|
|
76645
|
+
]?
|
|
76646
|
+
}?,
|
|
76647
|
+
second_source: {
|
|
76648
|
+
transform_operation_id: ::String,
|
|
76649
|
+
column_id_mappings: Array[
|
|
76650
|
+
{
|
|
76651
|
+
source_column_id: ::String,
|
|
76652
|
+
target_column_id: ::String
|
|
76653
|
+
},
|
|
76654
|
+
]?
|
|
76655
|
+
}?,
|
|
76656
|
+
appended_columns: Array[
|
|
76657
|
+
{
|
|
76658
|
+
column_name: ::String,
|
|
76659
|
+
new_column_id: ::String
|
|
76660
|
+
},
|
|
76661
|
+
]
|
|
76662
|
+
}?
|
|
76663
|
+
}],
|
|
76664
|
+
destination_table_map: Hash[::String, {
|
|
76665
|
+
alias: ::String,
|
|
76666
|
+
source: {
|
|
76667
|
+
transform_operation_id: ::String
|
|
76668
|
+
}
|
|
76669
|
+
}]
|
|
76670
|
+
},
|
|
76671
|
+
?semantic_model_configuration: {
|
|
76672
|
+
table_map: Hash[::String, {
|
|
76673
|
+
alias: ::String,
|
|
76674
|
+
destination_table_id: ::String,
|
|
76675
|
+
row_level_permission_configuration: {
|
|
76676
|
+
tag_configuration: {
|
|
76677
|
+
status: ("ENABLED" | "DISABLED")?,
|
|
76678
|
+
tag_rules: Array[
|
|
76679
|
+
{
|
|
76680
|
+
tag_key: ::String,
|
|
76681
|
+
column_name: ::String,
|
|
76682
|
+
tag_multi_value_delimiter: ::String?,
|
|
76683
|
+
match_all_value: ::String?
|
|
76684
|
+
},
|
|
76685
|
+
],
|
|
76686
|
+
tag_rule_configurations: Array[
|
|
76687
|
+
Array[::String],
|
|
76688
|
+
]?
|
|
76689
|
+
}?,
|
|
76690
|
+
row_level_permission_data_set: {
|
|
76691
|
+
namespace: ::String?,
|
|
76692
|
+
arn: ::String,
|
|
76693
|
+
permission_policy: ("GRANT_ACCESS" | "DENY_ACCESS"),
|
|
76694
|
+
format_version: ("VERSION_1" | "VERSION_2")?,
|
|
76695
|
+
status: ("ENABLED" | "DISABLED")?
|
|
76696
|
+
}?
|
|
76697
|
+
}?
|
|
76698
|
+
}]?
|
|
76699
|
+
}
|
|
76139
76700
|
) -> _CreateDataSetResponseSuccess
|
|
76140
76701
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateDataSetResponseSuccess
|
|
76141
76702
|
|
|
@@ -111289,7 +111850,26 @@ module Aws
|
|
|
111289
111850
|
column_index: ::Integer?,
|
|
111290
111851
|
column_span: ::Integer,
|
|
111291
111852
|
row_index: ::Integer?,
|
|
111292
|
-
row_span: ::Integer
|
|
111853
|
+
row_span: ::Integer,
|
|
111854
|
+
border_style: {
|
|
111855
|
+
visibility: ("HIDDEN" | "VISIBLE")?,
|
|
111856
|
+
color: ::String?,
|
|
111857
|
+
width: ::String?
|
|
111858
|
+
}?,
|
|
111859
|
+
selected_border_style: {
|
|
111860
|
+
visibility: ("HIDDEN" | "VISIBLE")?,
|
|
111861
|
+
color: ::String?,
|
|
111862
|
+
width: ::String?
|
|
111863
|
+
}?,
|
|
111864
|
+
background_style: {
|
|
111865
|
+
visibility: ("HIDDEN" | "VISIBLE")?,
|
|
111866
|
+
color: ::String?
|
|
111867
|
+
}?,
|
|
111868
|
+
loading_animation: {
|
|
111869
|
+
visibility: ("HIDDEN" | "VISIBLE")?
|
|
111870
|
+
}?,
|
|
111871
|
+
border_radius: ::String?,
|
|
111872
|
+
padding: ::String?
|
|
111293
111873
|
},
|
|
111294
111874
|
],
|
|
111295
111875
|
canvas_size_options: {
|
|
@@ -111319,11 +111899,13 @@ module Aws
|
|
|
111319
111899
|
]?,
|
|
111320
111900
|
border_style: {
|
|
111321
111901
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
|
111322
|
-
color: ::String
|
|
111902
|
+
color: ::String?,
|
|
111903
|
+
width: ::String?
|
|
111323
111904
|
}?,
|
|
111324
111905
|
selected_border_style: {
|
|
111325
111906
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
|
111326
|
-
color: ::String
|
|
111907
|
+
color: ::String?,
|
|
111908
|
+
width: ::String?
|
|
111327
111909
|
}?,
|
|
111328
111910
|
background_style: {
|
|
111329
111911
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
|
@@ -111331,7 +111913,9 @@ module Aws
|
|
|
111331
111913
|
}?,
|
|
111332
111914
|
loading_animation: {
|
|
111333
111915
|
visibility: ("HIDDEN" | "VISIBLE")?
|
|
111334
|
-
}
|
|
111916
|
+
}?,
|
|
111917
|
+
border_radius: ::String?,
|
|
111918
|
+
padding: ::String?
|
|
111335
111919
|
},
|
|
111336
111920
|
],
|
|
111337
111921
|
canvas_size_options: {
|
|
@@ -111365,11 +111949,13 @@ module Aws
|
|
|
111365
111949
|
]?,
|
|
111366
111950
|
border_style: {
|
|
111367
111951
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
|
111368
|
-
color: ::String
|
|
111952
|
+
color: ::String?,
|
|
111953
|
+
width: ::String?
|
|
111369
111954
|
}?,
|
|
111370
111955
|
selected_border_style: {
|
|
111371
111956
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
|
111372
|
-
color: ::String
|
|
111957
|
+
color: ::String?,
|
|
111958
|
+
width: ::String?
|
|
111373
111959
|
}?,
|
|
111374
111960
|
background_style: {
|
|
111375
111961
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
|
@@ -111377,7 +111963,9 @@ module Aws
|
|
|
111377
111963
|
}?,
|
|
111378
111964
|
loading_animation: {
|
|
111379
111965
|
visibility: ("HIDDEN" | "VISIBLE")?
|
|
111380
|
-
}
|
|
111966
|
+
}?,
|
|
111967
|
+
border_radius: ::String?,
|
|
111968
|
+
padding: ::String?
|
|
111381
111969
|
},
|
|
111382
111970
|
]
|
|
111383
111971
|
}
|
|
@@ -111418,11 +112006,13 @@ module Aws
|
|
|
111418
112006
|
]?,
|
|
111419
112007
|
border_style: {
|
|
111420
112008
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
|
111421
|
-
color: ::String
|
|
112009
|
+
color: ::String?,
|
|
112010
|
+
width: ::String?
|
|
111422
112011
|
}?,
|
|
111423
112012
|
selected_border_style: {
|
|
111424
112013
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
|
111425
|
-
color: ::String
|
|
112014
|
+
color: ::String?,
|
|
112015
|
+
width: ::String?
|
|
111426
112016
|
}?,
|
|
111427
112017
|
background_style: {
|
|
111428
112018
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
|
@@ -111430,7 +112020,9 @@ module Aws
|
|
|
111430
112020
|
}?,
|
|
111431
112021
|
loading_animation: {
|
|
111432
112022
|
visibility: ("HIDDEN" | "VISIBLE")?
|
|
111433
|
-
}
|
|
112023
|
+
}?,
|
|
112024
|
+
border_radius: ::String?,
|
|
112025
|
+
padding: ::String?
|
|
111434
112026
|
},
|
|
111435
112027
|
]
|
|
111436
112028
|
}
|
|
@@ -111548,11 +112140,13 @@ module Aws
|
|
|
111548
112140
|
]?,
|
|
111549
112141
|
border_style: {
|
|
111550
112142
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
|
111551
|
-
color: ::String
|
|
112143
|
+
color: ::String?,
|
|
112144
|
+
width: ::String?
|
|
111552
112145
|
}?,
|
|
111553
112146
|
selected_border_style: {
|
|
111554
112147
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
|
111555
|
-
color: ::String
|
|
112148
|
+
color: ::String?,
|
|
112149
|
+
width: ::String?
|
|
111556
112150
|
}?,
|
|
111557
112151
|
background_style: {
|
|
111558
112152
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
|
@@ -111560,7 +112154,9 @@ module Aws
|
|
|
111560
112154
|
}?,
|
|
111561
112155
|
loading_animation: {
|
|
111562
112156
|
visibility: ("HIDDEN" | "VISIBLE")?
|
|
111563
|
-
}
|
|
112157
|
+
}?,
|
|
112158
|
+
border_radius: ::String?,
|
|
112159
|
+
padding: ::String?
|
|
111564
112160
|
},
|
|
111565
112161
|
]
|
|
111566
112162
|
}
|
|
@@ -111603,7 +112199,26 @@ module Aws
|
|
|
111603
112199
|
column_index: ::Integer?,
|
|
111604
112200
|
column_span: ::Integer,
|
|
111605
112201
|
row_index: ::Integer?,
|
|
111606
|
-
row_span: ::Integer
|
|
112202
|
+
row_span: ::Integer,
|
|
112203
|
+
border_style: {
|
|
112204
|
+
visibility: ("HIDDEN" | "VISIBLE")?,
|
|
112205
|
+
color: ::String?,
|
|
112206
|
+
width: ::String?
|
|
112207
|
+
}?,
|
|
112208
|
+
selected_border_style: {
|
|
112209
|
+
visibility: ("HIDDEN" | "VISIBLE")?,
|
|
112210
|
+
color: ::String?,
|
|
112211
|
+
width: ::String?
|
|
112212
|
+
}?,
|
|
112213
|
+
background_style: {
|
|
112214
|
+
visibility: ("HIDDEN" | "VISIBLE")?,
|
|
112215
|
+
color: ::String?
|
|
112216
|
+
}?,
|
|
112217
|
+
loading_animation: {
|
|
112218
|
+
visibility: ("HIDDEN" | "VISIBLE")?
|
|
112219
|
+
}?,
|
|
112220
|
+
border_radius: ::String?,
|
|
112221
|
+
padding: ::String?
|
|
111607
112222
|
},
|
|
111608
112223
|
],
|
|
111609
112224
|
canvas_size_options: {
|
|
@@ -114123,9 +114738,14 @@ module Aws
|
|
|
114123
114738
|
}?,
|
|
114124
114739
|
sheet: {
|
|
114125
114740
|
tile: {
|
|
114741
|
+
background_color: ::String?,
|
|
114126
114742
|
border: {
|
|
114127
|
-
|
|
114128
|
-
|
|
114743
|
+
color: ::String?,
|
|
114744
|
+
show: bool?,
|
|
114745
|
+
width: ::String?
|
|
114746
|
+
}?,
|
|
114747
|
+
border_radius: ::String?,
|
|
114748
|
+
padding: ::String?
|
|
114129
114749
|
}?,
|
|
114130
114750
|
tile_layout: {
|
|
114131
114751
|
gutter: {
|
|
@@ -114134,6 +114754,10 @@ module Aws
|
|
|
114134
114754
|
margin: {
|
|
114135
114755
|
show: bool?
|
|
114136
114756
|
}?
|
|
114757
|
+
}?,
|
|
114758
|
+
background: {
|
|
114759
|
+
color: ::String?,
|
|
114760
|
+
gradient: ::String?
|
|
114137
114761
|
}?
|
|
114138
114762
|
}?,
|
|
114139
114763
|
typography: {
|
|
@@ -114141,7 +114765,106 @@ module Aws
|
|
|
114141
114765
|
{
|
|
114142
114766
|
font_family: ::String?
|
|
114143
114767
|
},
|
|
114144
|
-
]
|
|
114768
|
+
]?,
|
|
114769
|
+
axis_title_font_configuration: {
|
|
114770
|
+
font_size: {
|
|
114771
|
+
relative: ("EXTRA_SMALL" | "SMALL" | "MEDIUM" | "LARGE" | "EXTRA_LARGE")?,
|
|
114772
|
+
absolute: ::String?
|
|
114773
|
+
}?,
|
|
114774
|
+
font_decoration: ("UNDERLINE" | "NONE")?,
|
|
114775
|
+
font_color: ::String?,
|
|
114776
|
+
font_weight: {
|
|
114777
|
+
name: ("NORMAL" | "BOLD")?
|
|
114778
|
+
}?,
|
|
114779
|
+
font_style: ("NORMAL" | "ITALIC")?,
|
|
114780
|
+
font_family: ::String?
|
|
114781
|
+
}?,
|
|
114782
|
+
axis_label_font_configuration: {
|
|
114783
|
+
font_size: {
|
|
114784
|
+
relative: ("EXTRA_SMALL" | "SMALL" | "MEDIUM" | "LARGE" | "EXTRA_LARGE")?,
|
|
114785
|
+
absolute: ::String?
|
|
114786
|
+
}?,
|
|
114787
|
+
font_decoration: ("UNDERLINE" | "NONE")?,
|
|
114788
|
+
font_color: ::String?,
|
|
114789
|
+
font_weight: {
|
|
114790
|
+
name: ("NORMAL" | "BOLD")?
|
|
114791
|
+
}?,
|
|
114792
|
+
font_style: ("NORMAL" | "ITALIC")?,
|
|
114793
|
+
font_family: ::String?
|
|
114794
|
+
}?,
|
|
114795
|
+
legend_title_font_configuration: {
|
|
114796
|
+
font_size: {
|
|
114797
|
+
relative: ("EXTRA_SMALL" | "SMALL" | "MEDIUM" | "LARGE" | "EXTRA_LARGE")?,
|
|
114798
|
+
absolute: ::String?
|
|
114799
|
+
}?,
|
|
114800
|
+
font_decoration: ("UNDERLINE" | "NONE")?,
|
|
114801
|
+
font_color: ::String?,
|
|
114802
|
+
font_weight: {
|
|
114803
|
+
name: ("NORMAL" | "BOLD")?
|
|
114804
|
+
}?,
|
|
114805
|
+
font_style: ("NORMAL" | "ITALIC")?,
|
|
114806
|
+
font_family: ::String?
|
|
114807
|
+
}?,
|
|
114808
|
+
legend_value_font_configuration: {
|
|
114809
|
+
font_size: {
|
|
114810
|
+
relative: ("EXTRA_SMALL" | "SMALL" | "MEDIUM" | "LARGE" | "EXTRA_LARGE")?,
|
|
114811
|
+
absolute: ::String?
|
|
114812
|
+
}?,
|
|
114813
|
+
font_decoration: ("UNDERLINE" | "NONE")?,
|
|
114814
|
+
font_color: ::String?,
|
|
114815
|
+
font_weight: {
|
|
114816
|
+
name: ("NORMAL" | "BOLD")?
|
|
114817
|
+
}?,
|
|
114818
|
+
font_style: ("NORMAL" | "ITALIC")?,
|
|
114819
|
+
font_family: ::String?
|
|
114820
|
+
}?,
|
|
114821
|
+
data_label_font_configuration: {
|
|
114822
|
+
font_size: {
|
|
114823
|
+
relative: ("EXTRA_SMALL" | "SMALL" | "MEDIUM" | "LARGE" | "EXTRA_LARGE")?,
|
|
114824
|
+
absolute: ::String?
|
|
114825
|
+
}?,
|
|
114826
|
+
font_decoration: ("UNDERLINE" | "NONE")?,
|
|
114827
|
+
font_color: ::String?,
|
|
114828
|
+
font_weight: {
|
|
114829
|
+
name: ("NORMAL" | "BOLD")?
|
|
114830
|
+
}?,
|
|
114831
|
+
font_style: ("NORMAL" | "ITALIC")?,
|
|
114832
|
+
font_family: ::String?
|
|
114833
|
+
}?,
|
|
114834
|
+
visual_title_font_configuration: {
|
|
114835
|
+
font_configuration: {
|
|
114836
|
+
font_size: {
|
|
114837
|
+
relative: ("EXTRA_SMALL" | "SMALL" | "MEDIUM" | "LARGE" | "EXTRA_LARGE")?,
|
|
114838
|
+
absolute: ::String?
|
|
114839
|
+
}?,
|
|
114840
|
+
font_decoration: ("UNDERLINE" | "NONE")?,
|
|
114841
|
+
font_color: ::String?,
|
|
114842
|
+
font_weight: {
|
|
114843
|
+
name: ("NORMAL" | "BOLD")?
|
|
114844
|
+
}?,
|
|
114845
|
+
font_style: ("NORMAL" | "ITALIC")?,
|
|
114846
|
+
font_family: ::String?
|
|
114847
|
+
}?,
|
|
114848
|
+
text_alignment: ("LEFT" | "CENTER" | "RIGHT" | "AUTO")?,
|
|
114849
|
+
text_transform: ("CAPITALIZE")?
|
|
114850
|
+
}?,
|
|
114851
|
+
visual_subtitle_font_configuration: {
|
|
114852
|
+
font_configuration: {
|
|
114853
|
+
font_size: {
|
|
114854
|
+
relative: ("EXTRA_SMALL" | "SMALL" | "MEDIUM" | "LARGE" | "EXTRA_LARGE")?,
|
|
114855
|
+
absolute: ::String?
|
|
114856
|
+
}?,
|
|
114857
|
+
font_decoration: ("UNDERLINE" | "NONE")?,
|
|
114858
|
+
font_color: ::String?,
|
|
114859
|
+
font_weight: {
|
|
114860
|
+
name: ("NORMAL" | "BOLD")?
|
|
114861
|
+
}?,
|
|
114862
|
+
font_style: ("NORMAL" | "ITALIC")?,
|
|
114863
|
+
font_family: ::String?
|
|
114864
|
+
}?,
|
|
114865
|
+
text_alignment: ("LEFT" | "CENTER" | "RIGHT" | "AUTO")?,
|
|
114866
|
+
text_transform: ("CAPITALIZE")?
|
|
114867
|
+
}?
|
|
114145
114868
|
}?
|
|
114146
114869
|
},
|
|
114147
114870
|
?permissions: Array[
|
|
@@ -152208,7 +152931,26 @@ module Aws
|
|
|
152208
152931
|
column_index: ::Integer?,
|
|
152209
152932
|
column_span: ::Integer,
|
|
152210
152933
|
row_index: ::Integer?,
|
|
152211
|
-
row_span: ::Integer
|
|
152934
|
+
row_span: ::Integer,
|
|
152935
|
+
border_style: {
|
|
152936
|
+
visibility: ("HIDDEN" | "VISIBLE")?,
|
|
152937
|
+
color: ::String?,
|
|
152938
|
+
width: ::String?
|
|
152939
|
+
}?,
|
|
152940
|
+
selected_border_style: {
|
|
152941
|
+
visibility: ("HIDDEN" | "VISIBLE")?,
|
|
152942
|
+
color: ::String?,
|
|
152943
|
+
width: ::String?
|
|
152944
|
+
}?,
|
|
152945
|
+
background_style: {
|
|
152946
|
+
visibility: ("HIDDEN" | "VISIBLE")?,
|
|
152947
|
+
color: ::String?
|
|
152948
|
+
}?,
|
|
152949
|
+
loading_animation: {
|
|
152950
|
+
visibility: ("HIDDEN" | "VISIBLE")?
|
|
152951
|
+
}?,
|
|
152952
|
+
border_radius: ::String?,
|
|
152953
|
+
padding: ::String?
|
|
152212
152954
|
},
|
|
152213
152955
|
],
|
|
152214
152956
|
canvas_size_options: {
|
|
@@ -152238,11 +152980,13 @@ module Aws
|
|
|
152238
152980
|
]?,
|
|
152239
152981
|
border_style: {
|
|
152240
152982
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
|
152241
|
-
color: ::String
|
|
152983
|
+
color: ::String?,
|
|
152984
|
+
width: ::String?
|
|
152242
152985
|
}?,
|
|
152243
152986
|
selected_border_style: {
|
|
152244
152987
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
|
152245
|
-
color: ::String
|
|
152988
|
+
color: ::String?,
|
|
152989
|
+
width: ::String?
|
|
152246
152990
|
}?,
|
|
152247
152991
|
background_style: {
|
|
152248
152992
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
|
@@ -152250,7 +152994,9 @@ module Aws
|
|
|
152250
152994
|
}?,
|
|
152251
152995
|
loading_animation: {
|
|
152252
152996
|
visibility: ("HIDDEN" | "VISIBLE")?
|
|
152253
|
-
}
|
|
152997
|
+
}?,
|
|
152998
|
+
border_radius: ::String?,
|
|
152999
|
+
padding: ::String?
|
|
152254
153000
|
},
|
|
152255
153001
|
],
|
|
152256
153002
|
canvas_size_options: {
|
|
@@ -152284,11 +153030,13 @@ module Aws
|
|
|
152284
153030
|
]?,
|
|
152285
153031
|
border_style: {
|
|
152286
153032
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
|
152287
|
-
color: ::String
|
|
153033
|
+
color: ::String?,
|
|
153034
|
+
width: ::String?
|
|
152288
153035
|
}?,
|
|
152289
153036
|
selected_border_style: {
|
|
152290
153037
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
|
152291
|
-
color: ::String
|
|
153038
|
+
color: ::String?,
|
|
153039
|
+
width: ::String?
|
|
152292
153040
|
}?,
|
|
152293
153041
|
background_style: {
|
|
152294
153042
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
|
@@ -152296,7 +153044,9 @@ module Aws
|
|
|
152296
153044
|
}?,
|
|
152297
153045
|
loading_animation: {
|
|
152298
153046
|
visibility: ("HIDDEN" | "VISIBLE")?
|
|
152299
|
-
}
|
|
153047
|
+
}?,
|
|
153048
|
+
border_radius: ::String?,
|
|
153049
|
+
padding: ::String?
|
|
152300
153050
|
},
|
|
152301
153051
|
]
|
|
152302
153052
|
}
|
|
@@ -152337,11 +153087,13 @@ module Aws
|
|
|
152337
153087
|
]?,
|
|
152338
153088
|
border_style: {
|
|
152339
153089
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
|
152340
|
-
color: ::String
|
|
153090
|
+
color: ::String?,
|
|
153091
|
+
width: ::String?
|
|
152341
153092
|
}?,
|
|
152342
153093
|
selected_border_style: {
|
|
152343
153094
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
|
152344
|
-
color: ::String
|
|
153095
|
+
color: ::String?,
|
|
153096
|
+
width: ::String?
|
|
152345
153097
|
}?,
|
|
152346
153098
|
background_style: {
|
|
152347
153099
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
|
@@ -152349,7 +153101,9 @@ module Aws
|
|
|
152349
153101
|
}?,
|
|
152350
153102
|
loading_animation: {
|
|
152351
153103
|
visibility: ("HIDDEN" | "VISIBLE")?
|
|
152352
|
-
}
|
|
153104
|
+
}?,
|
|
153105
|
+
border_radius: ::String?,
|
|
153106
|
+
padding: ::String?
|
|
152353
153107
|
},
|
|
152354
153108
|
]
|
|
152355
153109
|
}
|
|
@@ -152467,11 +153221,13 @@ module Aws
|
|
|
152467
153221
|
]?,
|
|
152468
153222
|
border_style: {
|
|
152469
153223
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
|
152470
|
-
color: ::String
|
|
153224
|
+
color: ::String?,
|
|
153225
|
+
width: ::String?
|
|
152471
153226
|
}?,
|
|
152472
153227
|
selected_border_style: {
|
|
152473
153228
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
|
152474
|
-
color: ::String
|
|
153229
|
+
color: ::String?,
|
|
153230
|
+
width: ::String?
|
|
152475
153231
|
}?,
|
|
152476
153232
|
background_style: {
|
|
152477
153233
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
|
@@ -152479,7 +153235,9 @@ module Aws
|
|
|
152479
153235
|
}?,
|
|
152480
153236
|
loading_animation: {
|
|
152481
153237
|
visibility: ("HIDDEN" | "VISIBLE")?
|
|
152482
|
-
}
|
|
153238
|
+
}?,
|
|
153239
|
+
border_radius: ::String?,
|
|
153240
|
+
padding: ::String?
|
|
152483
153241
|
},
|
|
152484
153242
|
]
|
|
152485
153243
|
}
|
|
@@ -152522,7 +153280,26 @@ module Aws
|
|
|
152522
153280
|
column_index: ::Integer?,
|
|
152523
153281
|
column_span: ::Integer,
|
|
152524
153282
|
row_index: ::Integer?,
|
|
152525
|
-
row_span: ::Integer
|
|
153283
|
+
row_span: ::Integer,
|
|
153284
|
+
border_style: {
|
|
153285
|
+
visibility: ("HIDDEN" | "VISIBLE")?,
|
|
153286
|
+
color: ::String?,
|
|
153287
|
+
width: ::String?
|
|
153288
|
+
}?,
|
|
153289
|
+
selected_border_style: {
|
|
153290
|
+
visibility: ("HIDDEN" | "VISIBLE")?,
|
|
153291
|
+
color: ::String?,
|
|
153292
|
+
width: ::String?
|
|
153293
|
+
}?,
|
|
153294
|
+
background_style: {
|
|
153295
|
+
visibility: ("HIDDEN" | "VISIBLE")?,
|
|
153296
|
+
color: ::String?
|
|
153297
|
+
}?,
|
|
153298
|
+
loading_animation: {
|
|
153299
|
+
visibility: ("HIDDEN" | "VISIBLE")?
|
|
153300
|
+
}?,
|
|
153301
|
+
border_radius: ::String?,
|
|
153302
|
+
padding: ::String?
|
|
152526
153303
|
},
|
|
152527
153304
|
],
|
|
152528
153305
|
canvas_size_options: {
|
|
@@ -189806,7 +190583,26 @@ module Aws
|
|
|
189806
190583
|
column_index: ::Integer?,
|
|
189807
190584
|
column_span: ::Integer,
|
|
189808
190585
|
row_index: ::Integer?,
|
|
189809
|
-
row_span: ::Integer
|
|
190586
|
+
row_span: ::Integer,
|
|
190587
|
+
border_style: {
|
|
190588
|
+
visibility: ("HIDDEN" | "VISIBLE")?,
|
|
190589
|
+
color: ::String?,
|
|
190590
|
+
width: ::String?
|
|
190591
|
+
}?,
|
|
190592
|
+
selected_border_style: {
|
|
190593
|
+
visibility: ("HIDDEN" | "VISIBLE")?,
|
|
190594
|
+
color: ::String?,
|
|
190595
|
+
width: ::String?
|
|
190596
|
+
}?,
|
|
190597
|
+
background_style: {
|
|
190598
|
+
visibility: ("HIDDEN" | "VISIBLE")?,
|
|
190599
|
+
color: ::String?
|
|
190600
|
+
}?,
|
|
190601
|
+
loading_animation: {
|
|
190602
|
+
visibility: ("HIDDEN" | "VISIBLE")?
|
|
190603
|
+
}?,
|
|
190604
|
+
border_radius: ::String?,
|
|
190605
|
+
padding: ::String?
|
|
189810
190606
|
},
|
|
189811
190607
|
],
|
|
189812
190608
|
canvas_size_options: {
|
|
@@ -189836,11 +190632,13 @@ module Aws
|
|
|
189836
190632
|
]?,
|
|
189837
190633
|
border_style: {
|
|
189838
190634
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
|
189839
|
-
color: ::String
|
|
190635
|
+
color: ::String?,
|
|
190636
|
+
width: ::String?
|
|
189840
190637
|
}?,
|
|
189841
190638
|
selected_border_style: {
|
|
189842
190639
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
|
189843
|
-
color: ::String
|
|
190640
|
+
color: ::String?,
|
|
190641
|
+
width: ::String?
|
|
189844
190642
|
}?,
|
|
189845
190643
|
background_style: {
|
|
189846
190644
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
|
@@ -189848,7 +190646,9 @@ module Aws
|
|
|
189848
190646
|
}?,
|
|
189849
190647
|
loading_animation: {
|
|
189850
190648
|
visibility: ("HIDDEN" | "VISIBLE")?
|
|
189851
|
-
}
|
|
190649
|
+
}?,
|
|
190650
|
+
border_radius: ::String?,
|
|
190651
|
+
padding: ::String?
|
|
189852
190652
|
},
|
|
189853
190653
|
],
|
|
189854
190654
|
canvas_size_options: {
|
|
@@ -189882,11 +190682,13 @@ module Aws
|
|
|
189882
190682
|
]?,
|
|
189883
190683
|
border_style: {
|
|
189884
190684
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
|
189885
|
-
color: ::String
|
|
190685
|
+
color: ::String?,
|
|
190686
|
+
width: ::String?
|
|
189886
190687
|
}?,
|
|
189887
190688
|
selected_border_style: {
|
|
189888
190689
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
|
189889
|
-
color: ::String
|
|
190690
|
+
color: ::String?,
|
|
190691
|
+
width: ::String?
|
|
189890
190692
|
}?,
|
|
189891
190693
|
background_style: {
|
|
189892
190694
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
|
@@ -189894,7 +190696,9 @@ module Aws
|
|
|
189894
190696
|
}?,
|
|
189895
190697
|
loading_animation: {
|
|
189896
190698
|
visibility: ("HIDDEN" | "VISIBLE")?
|
|
189897
|
-
}
|
|
190699
|
+
}?,
|
|
190700
|
+
border_radius: ::String?,
|
|
190701
|
+
padding: ::String?
|
|
189898
190702
|
},
|
|
189899
190703
|
]
|
|
189900
190704
|
}
|
|
@@ -189935,11 +190739,13 @@ module Aws
|
|
|
189935
190739
|
]?,
|
|
189936
190740
|
border_style: {
|
|
189937
190741
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
|
189938
|
-
color: ::String
|
|
190742
|
+
color: ::String?,
|
|
190743
|
+
width: ::String?
|
|
189939
190744
|
}?,
|
|
189940
190745
|
selected_border_style: {
|
|
189941
190746
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
|
189942
|
-
color: ::String
|
|
190747
|
+
color: ::String?,
|
|
190748
|
+
width: ::String?
|
|
189943
190749
|
}?,
|
|
189944
190750
|
background_style: {
|
|
189945
190751
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
|
@@ -189947,7 +190753,9 @@ module Aws
|
|
|
189947
190753
|
}?,
|
|
189948
190754
|
loading_animation: {
|
|
189949
190755
|
visibility: ("HIDDEN" | "VISIBLE")?
|
|
189950
|
-
}
|
|
190756
|
+
}?,
|
|
190757
|
+
border_radius: ::String?,
|
|
190758
|
+
padding: ::String?
|
|
189951
190759
|
},
|
|
189952
190760
|
]
|
|
189953
190761
|
}
|
|
@@ -190065,11 +190873,13 @@ module Aws
|
|
|
190065
190873
|
]?,
|
|
190066
190874
|
border_style: {
|
|
190067
190875
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
|
190068
|
-
color: ::String
|
|
190876
|
+
color: ::String?,
|
|
190877
|
+
width: ::String?
|
|
190069
190878
|
}?,
|
|
190070
190879
|
selected_border_style: {
|
|
190071
190880
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
|
190072
|
-
color: ::String
|
|
190881
|
+
color: ::String?,
|
|
190882
|
+
width: ::String?
|
|
190073
190883
|
}?,
|
|
190074
190884
|
background_style: {
|
|
190075
190885
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
|
@@ -190077,7 +190887,9 @@ module Aws
|
|
|
190077
190887
|
}?,
|
|
190078
190888
|
loading_animation: {
|
|
190079
190889
|
visibility: ("HIDDEN" | "VISIBLE")?
|
|
190080
|
-
}
|
|
190890
|
+
}?,
|
|
190891
|
+
border_radius: ::String?,
|
|
190892
|
+
padding: ::String?
|
|
190081
190893
|
},
|
|
190082
190894
|
]
|
|
190083
190895
|
}
|
|
@@ -190120,7 +190932,26 @@ module Aws
|
|
|
190120
190932
|
column_index: ::Integer?,
|
|
190121
190933
|
column_span: ::Integer,
|
|
190122
190934
|
row_index: ::Integer?,
|
|
190123
|
-
row_span: ::Integer
|
|
190935
|
+
row_span: ::Integer,
|
|
190936
|
+
border_style: {
|
|
190937
|
+
visibility: ("HIDDEN" | "VISIBLE")?,
|
|
190938
|
+
color: ::String?,
|
|
190939
|
+
width: ::String?
|
|
190940
|
+
}?,
|
|
190941
|
+
selected_border_style: {
|
|
190942
|
+
visibility: ("HIDDEN" | "VISIBLE")?,
|
|
190943
|
+
color: ::String?,
|
|
190944
|
+
width: ::String?
|
|
190945
|
+
}?,
|
|
190946
|
+
background_style: {
|
|
190947
|
+
visibility: ("HIDDEN" | "VISIBLE")?,
|
|
190948
|
+
color: ::String?
|
|
190949
|
+
}?,
|
|
190950
|
+
loading_animation: {
|
|
190951
|
+
visibility: ("HIDDEN" | "VISIBLE")?
|
|
190952
|
+
}?,
|
|
190953
|
+
border_radius: ::String?,
|
|
190954
|
+
padding: ::String?
|
|
190124
190955
|
},
|
|
190125
190956
|
],
|
|
190126
190957
|
canvas_size_options: {
|
|
@@ -192686,6 +193517,7 @@ module Aws
|
|
|
192686
193517
|
input_columns: Array[
|
|
192687
193518
|
{
|
|
192688
193519
|
name: ::String,
|
|
193520
|
+
id: ::String?,
|
|
192689
193521
|
type: ("STRING" | "INTEGER" | "DECIMAL" | "DATETIME" | "BIT" | "BOOLEAN" | "JSON"),
|
|
192690
193522
|
sub_type: ("FLOAT" | "FIXED")?
|
|
192691
193523
|
},
|
|
@@ -192698,6 +193530,7 @@ module Aws
|
|
|
192698
193530
|
columns: Array[
|
|
192699
193531
|
{
|
|
192700
193532
|
name: ::String,
|
|
193533
|
+
id: ::String?,
|
|
192701
193534
|
type: ("STRING" | "INTEGER" | "DECIMAL" | "DATETIME" | "BIT" | "BOOLEAN" | "JSON"),
|
|
192702
193535
|
sub_type: ("FLOAT" | "FIXED")?
|
|
192703
193536
|
},
|
|
@@ -192710,11 +193543,30 @@ module Aws
|
|
|
192710
193543
|
start_from_row: ::Integer?,
|
|
192711
193544
|
contains_header: bool?,
|
|
192712
193545
|
text_qualifier: ("DOUBLE_QUOTE" | "SINGLE_QUOTE")?,
|
|
192713
|
-
delimiter: ::String
|
|
193546
|
+
delimiter: ::String?,
|
|
193547
|
+
custom_cell_address_range: ::String?
|
|
192714
193548
|
}?,
|
|
192715
193549
|
input_columns: Array[
|
|
192716
193550
|
{
|
|
192717
193551
|
name: ::String,
|
|
193552
|
+
id: ::String?,
|
|
193553
|
+
type: ("STRING" | "INTEGER" | "DECIMAL" | "DATETIME" | "BIT" | "BOOLEAN" | "JSON"),
|
|
193554
|
+
sub_type: ("FLOAT" | "FIXED")?
|
|
193555
|
+
},
|
|
193556
|
+
]
|
|
193557
|
+
}?,
|
|
193558
|
+
saa_s_table: {
|
|
193559
|
+
data_source_arn: ::String,
|
|
193560
|
+
table_path: Array[
|
|
193561
|
+
{
|
|
193562
|
+
name: ::String?,
|
|
193563
|
+
id: ::String?
|
|
193564
|
+
},
|
|
193565
|
+
],
|
|
193566
|
+
input_columns: Array[
|
|
193567
|
+
{
|
|
193568
|
+
name: ::String,
|
|
193569
|
+
id: ::String?,
|
|
192718
193570
|
type: ("STRING" | "INTEGER" | "DECIMAL" | "DATETIME" | "BIT" | "BOOLEAN" | "JSON"),
|
|
192719
193571
|
sub_type: ("FLOAT" | "FIXED")?
|
|
192720
193572
|
},
|
|
@@ -192726,12 +193578,85 @@ module Aws
|
|
|
192726
193578
|
data_transforms: Array[
|
|
192727
193579
|
{
|
|
192728
193580
|
project_operation: {
|
|
193581
|
+
alias: ::String?,
|
|
193582
|
+
source: {
|
|
193583
|
+
transform_operation_id: ::String,
|
|
193584
|
+
column_id_mappings: Array[
|
|
193585
|
+
{
|
|
193586
|
+
source_column_id: ::String,
|
|
193587
|
+
target_column_id: ::String
|
|
193588
|
+
},
|
|
193589
|
+
]?
|
|
193590
|
+
}?,
|
|
192729
193591
|
projected_columns: Array[::String]
|
|
192730
193592
|
}?,
|
|
192731
193593
|
filter_operation: {
|
|
192732
|
-
condition_expression: ::String
|
|
193594
|
+
condition_expression: ::String?,
|
|
193595
|
+
string_filter_condition: {
|
|
193596
|
+
column_name: ::String?,
|
|
193597
|
+
comparison_filter_condition: {
|
|
193598
|
+
operator: ("EQUALS" | "DOES_NOT_EQUAL" | "CONTAINS" | "DOES_NOT_CONTAIN" | "STARTS_WITH" | "ENDS_WITH"),
|
|
193599
|
+
value: {
|
|
193600
|
+
static_value: ::String?
|
|
193601
|
+
}?
|
|
193602
|
+
}?,
|
|
193603
|
+
list_filter_condition: {
|
|
193604
|
+
operator: ("INCLUDE" | "EXCLUDE"),
|
|
193605
|
+
values: {
|
|
193606
|
+
static_values: Array[::String]?
|
|
193607
|
+
}?
|
|
193608
|
+
}?
|
|
193609
|
+
}?,
|
|
193610
|
+
numeric_filter_condition: {
|
|
193611
|
+
column_name: ::String?,
|
|
193612
|
+
comparison_filter_condition: {
|
|
193613
|
+
operator: ("EQUALS" | "DOES_NOT_EQUAL" | "GREATER_THAN" | "GREATER_THAN_OR_EQUALS_TO" | "LESS_THAN" | "LESS_THAN_OR_EQUALS_TO"),
|
|
193614
|
+
value: {
|
|
193615
|
+
static_value: ::Float?
|
|
193616
|
+
}?
|
|
193617
|
+
}?,
|
|
193618
|
+
range_filter_condition: {
|
|
193619
|
+
range_minimum: {
|
|
193620
|
+
static_value: ::Float?
|
|
193621
|
+
}?,
|
|
193622
|
+
range_maximum: {
|
|
193623
|
+
static_value: ::Float?
|
|
193624
|
+
}?,
|
|
193625
|
+
include_minimum: bool?,
|
|
193626
|
+
include_maximum: bool?
|
|
193627
|
+
}?
|
|
193628
|
+
}?,
|
|
193629
|
+
date_filter_condition: {
|
|
193630
|
+
column_name: ::String?,
|
|
193631
|
+
comparison_filter_condition: {
|
|
193632
|
+
operator: ("BEFORE" | "BEFORE_OR_EQUALS_TO" | "AFTER" | "AFTER_OR_EQUALS_TO"),
|
|
193633
|
+
value: {
|
|
193634
|
+
static_value: ::Time?
|
|
193635
|
+
}?
|
|
193636
|
+
}?,
|
|
193637
|
+
range_filter_condition: {
|
|
193638
|
+
range_minimum: {
|
|
193639
|
+
static_value: ::Time?
|
|
193640
|
+
}?,
|
|
193641
|
+
range_maximum: {
|
|
193642
|
+
static_value: ::Time?
|
|
193643
|
+
}?,
|
|
193644
|
+
include_minimum: bool?,
|
|
193645
|
+
include_maximum: bool?
|
|
193646
|
+
}?
|
|
193647
|
+
}?
|
|
192733
193648
|
}?,
|
|
192734
193649
|
create_columns_operation: {
|
|
193650
|
+
alias: ::String?,
|
|
193651
|
+
source: {
|
|
193652
|
+
transform_operation_id: ::String,
|
|
193653
|
+
column_id_mappings: Array[
|
|
193654
|
+
{
|
|
193655
|
+
source_column_id: ::String,
|
|
193656
|
+
target_column_id: ::String
|
|
193657
|
+
},
|
|
193658
|
+
]?
|
|
193659
|
+
}?,
|
|
192735
193660
|
columns: Array[
|
|
192736
193661
|
{
|
|
192737
193662
|
column_name: ::String,
|
|
@@ -192882,6 +193807,365 @@ module Aws
|
|
|
192882
193807
|
column_names: Array[::String]
|
|
192883
193808
|
},
|
|
192884
193809
|
]?
|
|
193810
|
+
},
|
|
193811
|
+
?data_prep_configuration: {
|
|
193812
|
+
source_table_map: Hash[::String, {
|
|
193813
|
+
physical_table_id: ::String?,
|
|
193814
|
+
data_set: {
|
|
193815
|
+
data_set_arn: ::String,
|
|
193816
|
+
input_columns: Array[
|
|
193817
|
+
{
|
|
193818
|
+
name: ::String,
|
|
193819
|
+
id: ::String?,
|
|
193820
|
+
type: ("STRING" | "INTEGER" | "DECIMAL" | "DATETIME" | "BIT" | "BOOLEAN" | "JSON"),
|
|
193821
|
+
sub_type: ("FLOAT" | "FIXED")?
|
|
193822
|
+
},
|
|
193823
|
+
]
|
|
193824
|
+
}?
|
|
193825
|
+
}],
|
|
193826
|
+
transform_step_map: Hash[::String, {
|
|
193827
|
+
import_table_step: {
|
|
193828
|
+
alias: ::String,
|
|
193829
|
+
source: {
|
|
193830
|
+
source_table_id: ::String,
|
|
193831
|
+
column_id_mappings: Array[
|
|
193832
|
+
{
|
|
193833
|
+
source_column_id: ::String,
|
|
193834
|
+
target_column_id: ::String
|
|
193835
|
+
},
|
|
193836
|
+
]?
|
|
193837
|
+
}
|
|
193838
|
+
}?,
|
|
193839
|
+
project_step: {
|
|
193840
|
+
alias: ::String?,
|
|
193841
|
+
source: {
|
|
193842
|
+
transform_operation_id: ::String,
|
|
193843
|
+
column_id_mappings: Array[
|
|
193844
|
+
{
|
|
193845
|
+
source_column_id: ::String,
|
|
193846
|
+
target_column_id: ::String
|
|
193847
|
+
},
|
|
193848
|
+
]?
|
|
193849
|
+
}?,
|
|
193850
|
+
projected_columns: Array[::String]
|
|
193851
|
+
}?,
|
|
193852
|
+
filters_step: {
|
|
193853
|
+
alias: ::String,
|
|
193854
|
+
source: {
|
|
193855
|
+
transform_operation_id: ::String,
|
|
193856
|
+
column_id_mappings: Array[
|
|
193857
|
+
{
|
|
193858
|
+
source_column_id: ::String,
|
|
193859
|
+
target_column_id: ::String
|
|
193860
|
+
},
|
|
193861
|
+
]?
|
|
193862
|
+
},
|
|
193863
|
+
filter_operations: Array[
|
|
193864
|
+
{
|
|
193865
|
+
condition_expression: ::String?,
|
|
193866
|
+
string_filter_condition: {
|
|
193867
|
+
column_name: ::String?,
|
|
193868
|
+
comparison_filter_condition: {
|
|
193869
|
+
operator: ("EQUALS" | "DOES_NOT_EQUAL" | "CONTAINS" | "DOES_NOT_CONTAIN" | "STARTS_WITH" | "ENDS_WITH"),
|
|
193870
|
+
value: {
|
|
193871
|
+
static_value: ::String?
|
|
193872
|
+
}?
|
|
193873
|
+
}?,
|
|
193874
|
+
list_filter_condition: {
|
|
193875
|
+
operator: ("INCLUDE" | "EXCLUDE"),
|
|
193876
|
+
values: {
|
|
193877
|
+
static_values: Array[::String]?
|
|
193878
|
+
}?
|
|
193879
|
+
}?
|
|
193880
|
+
}?,
|
|
193881
|
+
numeric_filter_condition: {
|
|
193882
|
+
column_name: ::String?,
|
|
193883
|
+
comparison_filter_condition: {
|
|
193884
|
+
operator: ("EQUALS" | "DOES_NOT_EQUAL" | "GREATER_THAN" | "GREATER_THAN_OR_EQUALS_TO" | "LESS_THAN" | "LESS_THAN_OR_EQUALS_TO"),
|
|
193885
|
+
value: {
|
|
193886
|
+
static_value: ::Float?
|
|
193887
|
+
}?
|
|
193888
|
+
}?,
|
|
193889
|
+
range_filter_condition: {
|
|
193890
|
+
range_minimum: {
|
|
193891
|
+
static_value: ::Float?
|
|
193892
|
+
}?,
|
|
193893
|
+
range_maximum: {
|
|
193894
|
+
static_value: ::Float?
|
|
193895
|
+
}?,
|
|
193896
|
+
include_minimum: bool?,
|
|
193897
|
+
include_maximum: bool?
|
|
193898
|
+
}?
|
|
193899
|
+
}?,
|
|
193900
|
+
date_filter_condition: {
|
|
193901
|
+
column_name: ::String?,
|
|
193902
|
+
comparison_filter_condition: {
|
|
193903
|
+
operator: ("BEFORE" | "BEFORE_OR_EQUALS_TO" | "AFTER" | "AFTER_OR_EQUALS_TO"),
|
|
193904
|
+
value: {
|
|
193905
|
+
static_value: ::Time?
|
|
193906
|
+
}?
|
|
193907
|
+
}?,
|
|
193908
|
+
range_filter_condition: {
|
|
193909
|
+
range_minimum: {
|
|
193910
|
+
static_value: ::Time?
|
|
193911
|
+
}?,
|
|
193912
|
+
range_maximum: {
|
|
193913
|
+
static_value: ::Time?
|
|
193914
|
+
}?,
|
|
193915
|
+
include_minimum: bool?,
|
|
193916
|
+
include_maximum: bool?
|
|
193917
|
+
}?
|
|
193918
|
+
}?
|
|
193919
|
+
},
|
|
193920
|
+
]
|
|
193921
|
+
}?,
|
|
193922
|
+
create_columns_step: {
|
|
193923
|
+
alias: ::String?,
|
|
193924
|
+
source: {
|
|
193925
|
+
transform_operation_id: ::String,
|
|
193926
|
+
column_id_mappings: Array[
|
|
193927
|
+
{
|
|
193928
|
+
source_column_id: ::String,
|
|
193929
|
+
target_column_id: ::String
|
|
193930
|
+
},
|
|
193931
|
+
]?
|
|
193932
|
+
}?,
|
|
193933
|
+
columns: Array[
|
|
193934
|
+
{
|
|
193935
|
+
column_name: ::String,
|
|
193936
|
+
column_id: ::String,
|
|
193937
|
+
expression: ::String
|
|
193938
|
+
},
|
|
193939
|
+
]
|
|
193940
|
+
}?,
|
|
193941
|
+
rename_columns_step: {
|
|
193942
|
+
alias: ::String,
|
|
193943
|
+
source: {
|
|
193944
|
+
transform_operation_id: ::String,
|
|
193945
|
+
column_id_mappings: Array[
|
|
193946
|
+
{
|
|
193947
|
+
source_column_id: ::String,
|
|
193948
|
+
target_column_id: ::String
|
|
193949
|
+
},
|
|
193950
|
+
]?
|
|
193951
|
+
},
|
|
193952
|
+
rename_column_operations: Array[
|
|
193953
|
+
{
|
|
193954
|
+
column_name: ::String,
|
|
193955
|
+
new_column_name: ::String
|
|
193956
|
+
},
|
|
193957
|
+
]
|
|
193958
|
+
}?,
|
|
193959
|
+
cast_column_types_step: {
|
|
193960
|
+
alias: ::String,
|
|
193961
|
+
source: {
|
|
193962
|
+
transform_operation_id: ::String,
|
|
193963
|
+
column_id_mappings: Array[
|
|
193964
|
+
{
|
|
193965
|
+
source_column_id: ::String,
|
|
193966
|
+
target_column_id: ::String
|
|
193967
|
+
},
|
|
193968
|
+
]?
|
|
193969
|
+
},
|
|
193970
|
+
cast_column_type_operations: Array[
|
|
193971
|
+
{
|
|
193972
|
+
column_name: ::String,
|
|
193973
|
+
new_column_type: ("STRING" | "INTEGER" | "DECIMAL" | "DATETIME"),
|
|
193974
|
+
sub_type: ("FLOAT" | "FIXED")?,
|
|
193975
|
+
format: ::String?
|
|
193976
|
+
},
|
|
193977
|
+
]
|
|
193978
|
+
}?,
|
|
193979
|
+
join_step: {
|
|
193980
|
+
alias: ::String,
|
|
193981
|
+
left_operand: {
|
|
193982
|
+
transform_operation_id: ::String,
|
|
193983
|
+
column_id_mappings: Array[
|
|
193984
|
+
{
|
|
193985
|
+
source_column_id: ::String,
|
|
193986
|
+
target_column_id: ::String
|
|
193987
|
+
},
|
|
193988
|
+
]?
|
|
193989
|
+
},
|
|
193990
|
+
right_operand: {
|
|
193991
|
+
transform_operation_id: ::String,
|
|
193992
|
+
column_id_mappings: Array[
|
|
193993
|
+
{
|
|
193994
|
+
source_column_id: ::String,
|
|
193995
|
+
target_column_id: ::String
|
|
193996
|
+
},
|
|
193997
|
+
]?
|
|
193998
|
+
},
|
|
193999
|
+
type: ("INNER" | "OUTER" | "LEFT" | "RIGHT"),
|
|
194000
|
+
on_clause: ::String,
|
|
194001
|
+
left_operand_properties: {
|
|
194002
|
+
output_column_name_overrides: Array[
|
|
194003
|
+
{
|
|
194004
|
+
source_column_name: ::String?,
|
|
194005
|
+
output_column_name: ::String
|
|
194006
|
+
},
|
|
194007
|
+
]
|
|
194008
|
+
}?,
|
|
194009
|
+
right_operand_properties: {
|
|
194010
|
+
output_column_name_overrides: Array[
|
|
194011
|
+
{
|
|
194012
|
+
source_column_name: ::String?,
|
|
194013
|
+
output_column_name: ::String
|
|
194014
|
+
},
|
|
194015
|
+
]
|
|
194016
|
+
}?
|
|
194017
|
+
}?,
|
|
194018
|
+
aggregate_step: {
|
|
194019
|
+
alias: ::String,
|
|
194020
|
+
source: {
|
|
194021
|
+
transform_operation_id: ::String,
|
|
194022
|
+
column_id_mappings: Array[
|
|
194023
|
+
{
|
|
194024
|
+
source_column_id: ::String,
|
|
194025
|
+
target_column_id: ::String
|
|
194026
|
+
},
|
|
194027
|
+
]?
|
|
194028
|
+
},
|
|
194029
|
+
group_by_column_names: Array[::String]?,
|
|
194030
|
+
aggregations: Array[
|
|
194031
|
+
{
|
|
194032
|
+
aggregation_function: {
|
|
194033
|
+
simple_aggregation: {
|
|
194034
|
+
input_column_name: ::String?,
|
|
194035
|
+
function_type: ("COUNT" | "DISTINCT_COUNT" | "SUM" | "AVERAGE" | "MAX" | "MIN")
|
|
194036
|
+
}?,
|
|
194037
|
+
list_aggregation: {
|
|
194038
|
+
input_column_name: ::String?,
|
|
194039
|
+
separator: ::String,
|
|
194040
|
+
distinct: bool
|
|
194041
|
+
}?
|
|
194042
|
+
},
|
|
194043
|
+
new_column_name: ::String,
|
|
194044
|
+
new_column_id: ::String
|
|
194045
|
+
},
|
|
194046
|
+
]
|
|
194047
|
+
}?,
|
|
194048
|
+
pivot_step: {
|
|
194049
|
+
alias: ::String,
|
|
194050
|
+
source: {
|
|
194051
|
+
transform_operation_id: ::String,
|
|
194052
|
+
column_id_mappings: Array[
|
|
194053
|
+
{
|
|
194054
|
+
source_column_id: ::String,
|
|
194055
|
+
target_column_id: ::String
|
|
194056
|
+
},
|
|
194057
|
+
]?
|
|
194058
|
+
},
|
|
194059
|
+
group_by_column_names: Array[::String]?,
|
|
194060
|
+
value_column_configuration: {
|
|
194061
|
+
aggregation_function: {
|
|
194062
|
+
simple_aggregation: {
|
|
194063
|
+
input_column_name: ::String?,
|
|
194064
|
+
function_type: ("COUNT" | "DISTINCT_COUNT" | "SUM" | "AVERAGE" | "MAX" | "MIN")
|
|
194065
|
+
}?,
|
|
194066
|
+
list_aggregation: {
|
|
194067
|
+
input_column_name: ::String?,
|
|
194068
|
+
separator: ::String,
|
|
194069
|
+
distinct: bool
|
|
194070
|
+
}?
|
|
194071
|
+
}?
|
|
194072
|
+
},
|
|
194073
|
+
pivot_configuration: {
|
|
194074
|
+
label_column_name: ::String?,
|
|
194075
|
+
pivoted_labels: Array[
|
|
194076
|
+
{
|
|
194077
|
+
label_name: ::String,
|
|
194078
|
+
new_column_name: ::String,
|
|
194079
|
+
new_column_id: ::String
|
|
194080
|
+
},
|
|
194081
|
+
]
|
|
194082
|
+
}
|
|
194083
|
+
}?,
|
|
194084
|
+
unpivot_step: {
|
|
194085
|
+
alias: ::String,
|
|
194086
|
+
source: {
|
|
194087
|
+
transform_operation_id: ::String,
|
|
194088
|
+
column_id_mappings: Array[
|
|
194089
|
+
{
|
|
194090
|
+
source_column_id: ::String,
|
|
194091
|
+
target_column_id: ::String
|
|
194092
|
+
},
|
|
194093
|
+
]?
|
|
194094
|
+
},
|
|
194095
|
+
columns_to_unpivot: Array[
|
|
194096
|
+
{
|
|
194097
|
+
column_name: ::String?,
|
|
194098
|
+
new_value: ::String?
|
|
194099
|
+
},
|
|
194100
|
+
],
|
|
194101
|
+
unpivoted_label_column_name: ::String,
|
|
194102
|
+
unpivoted_label_column_id: ::String,
|
|
194103
|
+
unpivoted_value_column_name: ::String,
|
|
194104
|
+
unpivoted_value_column_id: ::String
|
|
194105
|
+
}?,
|
|
194106
|
+
append_step: {
|
|
194107
|
+
alias: ::String,
|
|
194108
|
+
first_source: {
|
|
194109
|
+
transform_operation_id: ::String,
|
|
194110
|
+
column_id_mappings: Array[
|
|
194111
|
+
{
|
|
194112
|
+
source_column_id: ::String,
|
|
194113
|
+
target_column_id: ::String
|
|
194114
|
+
},
|
|
194115
|
+
]?
|
|
194116
|
+
}?,
|
|
194117
|
+
second_source: {
|
|
194118
|
+
transform_operation_id: ::String,
|
|
194119
|
+
column_id_mappings: Array[
|
|
194120
|
+
{
|
|
194121
|
+
source_column_id: ::String,
|
|
194122
|
+
target_column_id: ::String
|
|
194123
|
+
},
|
|
194124
|
+
]?
|
|
194125
|
+
}?,
|
|
194126
|
+
appended_columns: Array[
|
|
194127
|
+
{
|
|
194128
|
+
column_name: ::String,
|
|
194129
|
+
new_column_id: ::String
|
|
194130
|
+
},
|
|
194131
|
+
]
|
|
194132
|
+
}?
|
|
194133
|
+
}],
|
|
194134
|
+
destination_table_map: Hash[::String, {
|
|
194135
|
+
alias: ::String,
|
|
194136
|
+
source: {
|
|
194137
|
+
transform_operation_id: ::String
|
|
194138
|
+
}
|
|
194139
|
+
}]
|
|
194140
|
+
},
|
|
194141
|
+
?semantic_model_configuration: {
|
|
194142
|
+
table_map: Hash[::String, {
|
|
194143
|
+
alias: ::String,
|
|
194144
|
+
destination_table_id: ::String,
|
|
194145
|
+
row_level_permission_configuration: {
|
|
194146
|
+
tag_configuration: {
|
|
194147
|
+
status: ("ENABLED" | "DISABLED")?,
|
|
194148
|
+
tag_rules: Array[
|
|
194149
|
+
{
|
|
194150
|
+
tag_key: ::String,
|
|
194151
|
+
column_name: ::String,
|
|
194152
|
+
tag_multi_value_delimiter: ::String?,
|
|
194153
|
+
match_all_value: ::String?
|
|
194154
|
+
},
|
|
194155
|
+
],
|
|
194156
|
+
tag_rule_configurations: Array[
|
|
194157
|
+
Array[::String],
|
|
194158
|
+
]?
|
|
194159
|
+
}?,
|
|
194160
|
+
row_level_permission_data_set: {
|
|
194161
|
+
namespace: ::String?,
|
|
194162
|
+
arn: ::String,
|
|
194163
|
+
permission_policy: ("GRANT_ACCESS" | "DENY_ACCESS"),
|
|
194164
|
+
format_version: ("VERSION_1" | "VERSION_2")?,
|
|
194165
|
+
status: ("ENABLED" | "DISABLED")?
|
|
194166
|
+
}?
|
|
194167
|
+
}?
|
|
194168
|
+
}]?
|
|
192885
194169
|
}
|
|
192886
194170
|
) -> _UpdateDataSetResponseSuccess
|
|
192887
194171
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateDataSetResponseSuccess
|
|
@@ -228140,7 +229424,26 @@ module Aws
|
|
|
228140
229424
|
column_index: ::Integer?,
|
|
228141
229425
|
column_span: ::Integer,
|
|
228142
229426
|
row_index: ::Integer?,
|
|
228143
|
-
row_span: ::Integer
|
|
229427
|
+
row_span: ::Integer,
|
|
229428
|
+
border_style: {
|
|
229429
|
+
visibility: ("HIDDEN" | "VISIBLE")?,
|
|
229430
|
+
color: ::String?,
|
|
229431
|
+
width: ::String?
|
|
229432
|
+
}?,
|
|
229433
|
+
selected_border_style: {
|
|
229434
|
+
visibility: ("HIDDEN" | "VISIBLE")?,
|
|
229435
|
+
color: ::String?,
|
|
229436
|
+
width: ::String?
|
|
229437
|
+
}?,
|
|
229438
|
+
background_style: {
|
|
229439
|
+
visibility: ("HIDDEN" | "VISIBLE")?,
|
|
229440
|
+
color: ::String?
|
|
229441
|
+
}?,
|
|
229442
|
+
loading_animation: {
|
|
229443
|
+
visibility: ("HIDDEN" | "VISIBLE")?
|
|
229444
|
+
}?,
|
|
229445
|
+
border_radius: ::String?,
|
|
229446
|
+
padding: ::String?
|
|
228144
229447
|
},
|
|
228145
229448
|
],
|
|
228146
229449
|
canvas_size_options: {
|
|
@@ -228170,11 +229473,13 @@ module Aws
|
|
|
228170
229473
|
]?,
|
|
228171
229474
|
border_style: {
|
|
228172
229475
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
|
228173
|
-
color: ::String
|
|
229476
|
+
color: ::String?,
|
|
229477
|
+
width: ::String?
|
|
228174
229478
|
}?,
|
|
228175
229479
|
selected_border_style: {
|
|
228176
229480
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
|
228177
|
-
color: ::String
|
|
229481
|
+
color: ::String?,
|
|
229482
|
+
width: ::String?
|
|
228178
229483
|
}?,
|
|
228179
229484
|
background_style: {
|
|
228180
229485
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
|
@@ -228182,7 +229487,9 @@ module Aws
|
|
|
228182
229487
|
}?,
|
|
228183
229488
|
loading_animation: {
|
|
228184
229489
|
visibility: ("HIDDEN" | "VISIBLE")?
|
|
228185
|
-
}
|
|
229490
|
+
}?,
|
|
229491
|
+
border_radius: ::String?,
|
|
229492
|
+
padding: ::String?
|
|
228186
229493
|
},
|
|
228187
229494
|
],
|
|
228188
229495
|
canvas_size_options: {
|
|
@@ -228216,11 +229523,13 @@ module Aws
|
|
|
228216
229523
|
]?,
|
|
228217
229524
|
border_style: {
|
|
228218
229525
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
|
228219
|
-
color: ::String
|
|
229526
|
+
color: ::String?,
|
|
229527
|
+
width: ::String?
|
|
228220
229528
|
}?,
|
|
228221
229529
|
selected_border_style: {
|
|
228222
229530
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
|
228223
|
-
color: ::String
|
|
229531
|
+
color: ::String?,
|
|
229532
|
+
width: ::String?
|
|
228224
229533
|
}?,
|
|
228225
229534
|
background_style: {
|
|
228226
229535
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
|
@@ -228228,7 +229537,9 @@ module Aws
|
|
|
228228
229537
|
}?,
|
|
228229
229538
|
loading_animation: {
|
|
228230
229539
|
visibility: ("HIDDEN" | "VISIBLE")?
|
|
228231
|
-
}
|
|
229540
|
+
}?,
|
|
229541
|
+
border_radius: ::String?,
|
|
229542
|
+
padding: ::String?
|
|
228232
229543
|
},
|
|
228233
229544
|
]
|
|
228234
229545
|
}
|
|
@@ -228269,11 +229580,13 @@ module Aws
|
|
|
228269
229580
|
]?,
|
|
228270
229581
|
border_style: {
|
|
228271
229582
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
|
228272
|
-
color: ::String
|
|
229583
|
+
color: ::String?,
|
|
229584
|
+
width: ::String?
|
|
228273
229585
|
}?,
|
|
228274
229586
|
selected_border_style: {
|
|
228275
229587
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
|
228276
|
-
color: ::String
|
|
229588
|
+
color: ::String?,
|
|
229589
|
+
width: ::String?
|
|
228277
229590
|
}?,
|
|
228278
229591
|
background_style: {
|
|
228279
229592
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
|
@@ -228281,7 +229594,9 @@ module Aws
|
|
|
228281
229594
|
}?,
|
|
228282
229595
|
loading_animation: {
|
|
228283
229596
|
visibility: ("HIDDEN" | "VISIBLE")?
|
|
228284
|
-
}
|
|
229597
|
+
}?,
|
|
229598
|
+
border_radius: ::String?,
|
|
229599
|
+
padding: ::String?
|
|
228285
229600
|
},
|
|
228286
229601
|
]
|
|
228287
229602
|
}
|
|
@@ -228399,11 +229714,13 @@ module Aws
|
|
|
228399
229714
|
]?,
|
|
228400
229715
|
border_style: {
|
|
228401
229716
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
|
228402
|
-
color: ::String
|
|
229717
|
+
color: ::String?,
|
|
229718
|
+
width: ::String?
|
|
228403
229719
|
}?,
|
|
228404
229720
|
selected_border_style: {
|
|
228405
229721
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
|
228406
|
-
color: ::String
|
|
229722
|
+
color: ::String?,
|
|
229723
|
+
width: ::String?
|
|
228407
229724
|
}?,
|
|
228408
229725
|
background_style: {
|
|
228409
229726
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
|
@@ -228411,7 +229728,9 @@ module Aws
|
|
|
228411
229728
|
}?,
|
|
228412
229729
|
loading_animation: {
|
|
228413
229730
|
visibility: ("HIDDEN" | "VISIBLE")?
|
|
228414
|
-
}
|
|
229731
|
+
}?,
|
|
229732
|
+
border_radius: ::String?,
|
|
229733
|
+
padding: ::String?
|
|
228415
229734
|
},
|
|
228416
229735
|
]
|
|
228417
229736
|
}
|
|
@@ -228454,7 +229773,26 @@ module Aws
|
|
|
228454
229773
|
column_index: ::Integer?,
|
|
228455
229774
|
column_span: ::Integer,
|
|
228456
229775
|
row_index: ::Integer?,
|
|
228457
|
-
row_span: ::Integer
|
|
229776
|
+
row_span: ::Integer,
|
|
229777
|
+
border_style: {
|
|
229778
|
+
visibility: ("HIDDEN" | "VISIBLE")?,
|
|
229779
|
+
color: ::String?,
|
|
229780
|
+
width: ::String?
|
|
229781
|
+
}?,
|
|
229782
|
+
selected_border_style: {
|
|
229783
|
+
visibility: ("HIDDEN" | "VISIBLE")?,
|
|
229784
|
+
color: ::String?,
|
|
229785
|
+
width: ::String?
|
|
229786
|
+
}?,
|
|
229787
|
+
background_style: {
|
|
229788
|
+
visibility: ("HIDDEN" | "VISIBLE")?,
|
|
229789
|
+
color: ::String?
|
|
229790
|
+
}?,
|
|
229791
|
+
loading_animation: {
|
|
229792
|
+
visibility: ("HIDDEN" | "VISIBLE")?
|
|
229793
|
+
}?,
|
|
229794
|
+
border_radius: ::String?,
|
|
229795
|
+
padding: ::String?
|
|
228458
229796
|
},
|
|
228459
229797
|
],
|
|
228460
229798
|
canvas_size_options: {
|
|
@@ -231001,9 +232339,14 @@ module Aws
|
|
|
231001
232339
|
}?,
|
|
231002
232340
|
sheet: {
|
|
231003
232341
|
tile: {
|
|
232342
|
+
background_color: ::String?,
|
|
231004
232343
|
border: {
|
|
231005
|
-
|
|
231006
|
-
|
|
232344
|
+
color: ::String?,
|
|
232345
|
+
show: bool?,
|
|
232346
|
+
width: ::String?
|
|
232347
|
+
}?,
|
|
232348
|
+
border_radius: ::String?,
|
|
232349
|
+
padding: ::String?
|
|
231007
232350
|
}?,
|
|
231008
232351
|
tile_layout: {
|
|
231009
232352
|
gutter: {
|
|
@@ -231012,6 +232355,10 @@ module Aws
|
|
|
231012
232355
|
margin: {
|
|
231013
232356
|
show: bool?
|
|
231014
232357
|
}?
|
|
232358
|
+
}?,
|
|
232359
|
+
background: {
|
|
232360
|
+
color: ::String?,
|
|
232361
|
+
gradient: ::String?
|
|
231015
232362
|
}?
|
|
231016
232363
|
}?,
|
|
231017
232364
|
typography: {
|
|
@@ -231019,7 +232366,106 @@ module Aws
|
|
|
231019
232366
|
{
|
|
231020
232367
|
font_family: ::String?
|
|
231021
232368
|
},
|
|
231022
|
-
]
|
|
232369
|
+
]?,
|
|
232370
|
+
axis_title_font_configuration: {
|
|
232371
|
+
font_size: {
|
|
232372
|
+
relative: ("EXTRA_SMALL" | "SMALL" | "MEDIUM" | "LARGE" | "EXTRA_LARGE")?,
|
|
232373
|
+
absolute: ::String?
|
|
232374
|
+
}?,
|
|
232375
|
+
font_decoration: ("UNDERLINE" | "NONE")?,
|
|
232376
|
+
font_color: ::String?,
|
|
232377
|
+
font_weight: {
|
|
232378
|
+
name: ("NORMAL" | "BOLD")?
|
|
232379
|
+
}?,
|
|
232380
|
+
font_style: ("NORMAL" | "ITALIC")?,
|
|
232381
|
+
font_family: ::String?
|
|
232382
|
+
}?,
|
|
232383
|
+
axis_label_font_configuration: {
|
|
232384
|
+
font_size: {
|
|
232385
|
+
relative: ("EXTRA_SMALL" | "SMALL" | "MEDIUM" | "LARGE" | "EXTRA_LARGE")?,
|
|
232386
|
+
absolute: ::String?
|
|
232387
|
+
}?,
|
|
232388
|
+
font_decoration: ("UNDERLINE" | "NONE")?,
|
|
232389
|
+
font_color: ::String?,
|
|
232390
|
+
font_weight: {
|
|
232391
|
+
name: ("NORMAL" | "BOLD")?
|
|
232392
|
+
}?,
|
|
232393
|
+
font_style: ("NORMAL" | "ITALIC")?,
|
|
232394
|
+
font_family: ::String?
|
|
232395
|
+
}?,
|
|
232396
|
+
legend_title_font_configuration: {
|
|
232397
|
+
font_size: {
|
|
232398
|
+
relative: ("EXTRA_SMALL" | "SMALL" | "MEDIUM" | "LARGE" | "EXTRA_LARGE")?,
|
|
232399
|
+
absolute: ::String?
|
|
232400
|
+
}?,
|
|
232401
|
+
font_decoration: ("UNDERLINE" | "NONE")?,
|
|
232402
|
+
font_color: ::String?,
|
|
232403
|
+
font_weight: {
|
|
232404
|
+
name: ("NORMAL" | "BOLD")?
|
|
232405
|
+
}?,
|
|
232406
|
+
font_style: ("NORMAL" | "ITALIC")?,
|
|
232407
|
+
font_family: ::String?
|
|
232408
|
+
}?,
|
|
232409
|
+
legend_value_font_configuration: {
|
|
232410
|
+
font_size: {
|
|
232411
|
+
relative: ("EXTRA_SMALL" | "SMALL" | "MEDIUM" | "LARGE" | "EXTRA_LARGE")?,
|
|
232412
|
+
absolute: ::String?
|
|
232413
|
+
}?,
|
|
232414
|
+
font_decoration: ("UNDERLINE" | "NONE")?,
|
|
232415
|
+
font_color: ::String?,
|
|
232416
|
+
font_weight: {
|
|
232417
|
+
name: ("NORMAL" | "BOLD")?
|
|
232418
|
+
}?,
|
|
232419
|
+
font_style: ("NORMAL" | "ITALIC")?,
|
|
232420
|
+
font_family: ::String?
|
|
232421
|
+
}?,
|
|
232422
|
+
data_label_font_configuration: {
|
|
232423
|
+
font_size: {
|
|
232424
|
+
relative: ("EXTRA_SMALL" | "SMALL" | "MEDIUM" | "LARGE" | "EXTRA_LARGE")?,
|
|
232425
|
+
absolute: ::String?
|
|
232426
|
+
}?,
|
|
232427
|
+
font_decoration: ("UNDERLINE" | "NONE")?,
|
|
232428
|
+
font_color: ::String?,
|
|
232429
|
+
font_weight: {
|
|
232430
|
+
name: ("NORMAL" | "BOLD")?
|
|
232431
|
+
}?,
|
|
232432
|
+
font_style: ("NORMAL" | "ITALIC")?,
|
|
232433
|
+
font_family: ::String?
|
|
232434
|
+
}?,
|
|
232435
|
+
visual_title_font_configuration: {
|
|
232436
|
+
font_configuration: {
|
|
232437
|
+
font_size: {
|
|
232438
|
+
relative: ("EXTRA_SMALL" | "SMALL" | "MEDIUM" | "LARGE" | "EXTRA_LARGE")?,
|
|
232439
|
+
absolute: ::String?
|
|
232440
|
+
}?,
|
|
232441
|
+
font_decoration: ("UNDERLINE" | "NONE")?,
|
|
232442
|
+
font_color: ::String?,
|
|
232443
|
+
font_weight: {
|
|
232444
|
+
name: ("NORMAL" | "BOLD")?
|
|
232445
|
+
}?,
|
|
232446
|
+
font_style: ("NORMAL" | "ITALIC")?,
|
|
232447
|
+
font_family: ::String?
|
|
232448
|
+
}?,
|
|
232449
|
+
text_alignment: ("LEFT" | "CENTER" | "RIGHT" | "AUTO")?,
|
|
232450
|
+
text_transform: ("CAPITALIZE")?
|
|
232451
|
+
}?,
|
|
232452
|
+
visual_subtitle_font_configuration: {
|
|
232453
|
+
font_configuration: {
|
|
232454
|
+
font_size: {
|
|
232455
|
+
relative: ("EXTRA_SMALL" | "SMALL" | "MEDIUM" | "LARGE" | "EXTRA_LARGE")?,
|
|
232456
|
+
absolute: ::String?
|
|
232457
|
+
}?,
|
|
232458
|
+
font_decoration: ("UNDERLINE" | "NONE")?,
|
|
232459
|
+
font_color: ::String?,
|
|
232460
|
+
font_weight: {
|
|
232461
|
+
name: ("NORMAL" | "BOLD")?
|
|
232462
|
+
}?,
|
|
232463
|
+
font_style: ("NORMAL" | "ITALIC")?,
|
|
232464
|
+
font_family: ::String?
|
|
232465
|
+
}?,
|
|
232466
|
+
text_alignment: ("LEFT" | "CENTER" | "RIGHT" | "AUTO")?,
|
|
232467
|
+
text_transform: ("CAPITALIZE")?
|
|
232468
|
+
}?
|
|
231023
232469
|
}?
|
|
231024
232470
|
}
|
|
231025
232471
|
) -> _UpdateThemeResponseSuccess
|