aws-sdk-quicksight 1.163.0 → 1.165.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 +281 -1
- data/lib/aws-sdk-quicksight/client_api.rb +59 -0
- data/lib/aws-sdk-quicksight/types.rb +243 -8
- data/lib/aws-sdk-quicksight.rb +1 -1
- data/sig/client.rbs +634 -90
- data/sig/types.rbs +59 -0
- metadata +3 -3
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: {
|
|
@@ -111742,7 +111850,26 @@ module Aws
|
|
|
111742
111850
|
column_index: ::Integer?,
|
|
111743
111851
|
column_span: ::Integer,
|
|
111744
111852
|
row_index: ::Integer?,
|
|
111745
|
-
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?
|
|
111746
111873
|
},
|
|
111747
111874
|
],
|
|
111748
111875
|
canvas_size_options: {
|
|
@@ -111772,11 +111899,13 @@ module Aws
|
|
|
111772
111899
|
]?,
|
|
111773
111900
|
border_style: {
|
|
111774
111901
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
|
111775
|
-
color: ::String
|
|
111902
|
+
color: ::String?,
|
|
111903
|
+
width: ::String?
|
|
111776
111904
|
}?,
|
|
111777
111905
|
selected_border_style: {
|
|
111778
111906
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
|
111779
|
-
color: ::String
|
|
111907
|
+
color: ::String?,
|
|
111908
|
+
width: ::String?
|
|
111780
111909
|
}?,
|
|
111781
111910
|
background_style: {
|
|
111782
111911
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
|
@@ -111784,7 +111913,9 @@ module Aws
|
|
|
111784
111913
|
}?,
|
|
111785
111914
|
loading_animation: {
|
|
111786
111915
|
visibility: ("HIDDEN" | "VISIBLE")?
|
|
111787
|
-
}
|
|
111916
|
+
}?,
|
|
111917
|
+
border_radius: ::String?,
|
|
111918
|
+
padding: ::String?
|
|
111788
111919
|
},
|
|
111789
111920
|
],
|
|
111790
111921
|
canvas_size_options: {
|
|
@@ -111818,11 +111949,13 @@ module Aws
|
|
|
111818
111949
|
]?,
|
|
111819
111950
|
border_style: {
|
|
111820
111951
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
|
111821
|
-
color: ::String
|
|
111952
|
+
color: ::String?,
|
|
111953
|
+
width: ::String?
|
|
111822
111954
|
}?,
|
|
111823
111955
|
selected_border_style: {
|
|
111824
111956
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
|
111825
|
-
color: ::String
|
|
111957
|
+
color: ::String?,
|
|
111958
|
+
width: ::String?
|
|
111826
111959
|
}?,
|
|
111827
111960
|
background_style: {
|
|
111828
111961
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
|
@@ -111830,7 +111963,9 @@ module Aws
|
|
|
111830
111963
|
}?,
|
|
111831
111964
|
loading_animation: {
|
|
111832
111965
|
visibility: ("HIDDEN" | "VISIBLE")?
|
|
111833
|
-
}
|
|
111966
|
+
}?,
|
|
111967
|
+
border_radius: ::String?,
|
|
111968
|
+
padding: ::String?
|
|
111834
111969
|
},
|
|
111835
111970
|
]
|
|
111836
111971
|
}
|
|
@@ -111871,11 +112006,13 @@ module Aws
|
|
|
111871
112006
|
]?,
|
|
111872
112007
|
border_style: {
|
|
111873
112008
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
|
111874
|
-
color: ::String
|
|
112009
|
+
color: ::String?,
|
|
112010
|
+
width: ::String?
|
|
111875
112011
|
}?,
|
|
111876
112012
|
selected_border_style: {
|
|
111877
112013
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
|
111878
|
-
color: ::String
|
|
112014
|
+
color: ::String?,
|
|
112015
|
+
width: ::String?
|
|
111879
112016
|
}?,
|
|
111880
112017
|
background_style: {
|
|
111881
112018
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
|
@@ -111883,7 +112020,9 @@ module Aws
|
|
|
111883
112020
|
}?,
|
|
111884
112021
|
loading_animation: {
|
|
111885
112022
|
visibility: ("HIDDEN" | "VISIBLE")?
|
|
111886
|
-
}
|
|
112023
|
+
}?,
|
|
112024
|
+
border_radius: ::String?,
|
|
112025
|
+
padding: ::String?
|
|
111887
112026
|
},
|
|
111888
112027
|
]
|
|
111889
112028
|
}
|
|
@@ -112001,11 +112140,13 @@ module Aws
|
|
|
112001
112140
|
]?,
|
|
112002
112141
|
border_style: {
|
|
112003
112142
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
|
112004
|
-
color: ::String
|
|
112143
|
+
color: ::String?,
|
|
112144
|
+
width: ::String?
|
|
112005
112145
|
}?,
|
|
112006
112146
|
selected_border_style: {
|
|
112007
112147
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
|
112008
|
-
color: ::String
|
|
112148
|
+
color: ::String?,
|
|
112149
|
+
width: ::String?
|
|
112009
112150
|
}?,
|
|
112010
112151
|
background_style: {
|
|
112011
112152
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
|
@@ -112013,7 +112154,9 @@ module Aws
|
|
|
112013
112154
|
}?,
|
|
112014
112155
|
loading_animation: {
|
|
112015
112156
|
visibility: ("HIDDEN" | "VISIBLE")?
|
|
112016
|
-
}
|
|
112157
|
+
}?,
|
|
112158
|
+
border_radius: ::String?,
|
|
112159
|
+
padding: ::String?
|
|
112017
112160
|
},
|
|
112018
112161
|
]
|
|
112019
112162
|
}
|
|
@@ -112056,7 +112199,26 @@ module Aws
|
|
|
112056
112199
|
column_index: ::Integer?,
|
|
112057
112200
|
column_span: ::Integer,
|
|
112058
112201
|
row_index: ::Integer?,
|
|
112059
|
-
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?
|
|
112060
112222
|
},
|
|
112061
112223
|
],
|
|
112062
112224
|
canvas_size_options: {
|
|
@@ -114576,9 +114738,14 @@ module Aws
|
|
|
114576
114738
|
}?,
|
|
114577
114739
|
sheet: {
|
|
114578
114740
|
tile: {
|
|
114741
|
+
background_color: ::String?,
|
|
114579
114742
|
border: {
|
|
114580
|
-
|
|
114581
|
-
|
|
114743
|
+
color: ::String?,
|
|
114744
|
+
show: bool?,
|
|
114745
|
+
width: ::String?
|
|
114746
|
+
}?,
|
|
114747
|
+
border_radius: ::String?,
|
|
114748
|
+
padding: ::String?
|
|
114582
114749
|
}?,
|
|
114583
114750
|
tile_layout: {
|
|
114584
114751
|
gutter: {
|
|
@@ -114587,6 +114754,10 @@ module Aws
|
|
|
114587
114754
|
margin: {
|
|
114588
114755
|
show: bool?
|
|
114589
114756
|
}?
|
|
114757
|
+
}?,
|
|
114758
|
+
background: {
|
|
114759
|
+
color: ::String?,
|
|
114760
|
+
gradient: ::String?
|
|
114590
114761
|
}?
|
|
114591
114762
|
}?,
|
|
114592
114763
|
typography: {
|
|
@@ -114594,7 +114765,106 @@ module Aws
|
|
|
114594
114765
|
{
|
|
114595
114766
|
font_family: ::String?
|
|
114596
114767
|
},
|
|
114597
|
-
]
|
|
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
|
+
}?
|
|
114598
114868
|
}?
|
|
114599
114869
|
},
|
|
114600
114870
|
?permissions: Array[
|
|
@@ -116331,6 +116601,8 @@ module Aws
|
|
|
116331
116601
|
}?,
|
|
116332
116602
|
generative_qn_a: {
|
|
116333
116603
|
initial_topic_id: ::String?
|
|
116604
|
+
}?,
|
|
116605
|
+
quick_chat: {
|
|
116334
116606
|
}?
|
|
116335
116607
|
},
|
|
116336
116608
|
?allowed_domains: Array[::String]
|
|
@@ -116422,6 +116694,8 @@ module Aws
|
|
|
116422
116694
|
}?,
|
|
116423
116695
|
generative_qn_a: {
|
|
116424
116696
|
initial_topic_id: ::String?
|
|
116697
|
+
}?,
|
|
116698
|
+
quick_chat: {
|
|
116425
116699
|
}?
|
|
116426
116700
|
},
|
|
116427
116701
|
?allowed_domains: Array[::String]
|
|
@@ -152661,7 +152935,26 @@ module Aws
|
|
|
152661
152935
|
column_index: ::Integer?,
|
|
152662
152936
|
column_span: ::Integer,
|
|
152663
152937
|
row_index: ::Integer?,
|
|
152664
|
-
row_span: ::Integer
|
|
152938
|
+
row_span: ::Integer,
|
|
152939
|
+
border_style: {
|
|
152940
|
+
visibility: ("HIDDEN" | "VISIBLE")?,
|
|
152941
|
+
color: ::String?,
|
|
152942
|
+
width: ::String?
|
|
152943
|
+
}?,
|
|
152944
|
+
selected_border_style: {
|
|
152945
|
+
visibility: ("HIDDEN" | "VISIBLE")?,
|
|
152946
|
+
color: ::String?,
|
|
152947
|
+
width: ::String?
|
|
152948
|
+
}?,
|
|
152949
|
+
background_style: {
|
|
152950
|
+
visibility: ("HIDDEN" | "VISIBLE")?,
|
|
152951
|
+
color: ::String?
|
|
152952
|
+
}?,
|
|
152953
|
+
loading_animation: {
|
|
152954
|
+
visibility: ("HIDDEN" | "VISIBLE")?
|
|
152955
|
+
}?,
|
|
152956
|
+
border_radius: ::String?,
|
|
152957
|
+
padding: ::String?
|
|
152665
152958
|
},
|
|
152666
152959
|
],
|
|
152667
152960
|
canvas_size_options: {
|
|
@@ -152691,11 +152984,13 @@ module Aws
|
|
|
152691
152984
|
]?,
|
|
152692
152985
|
border_style: {
|
|
152693
152986
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
|
152694
|
-
color: ::String
|
|
152987
|
+
color: ::String?,
|
|
152988
|
+
width: ::String?
|
|
152695
152989
|
}?,
|
|
152696
152990
|
selected_border_style: {
|
|
152697
152991
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
|
152698
|
-
color: ::String
|
|
152992
|
+
color: ::String?,
|
|
152993
|
+
width: ::String?
|
|
152699
152994
|
}?,
|
|
152700
152995
|
background_style: {
|
|
152701
152996
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
|
@@ -152703,7 +152998,9 @@ module Aws
|
|
|
152703
152998
|
}?,
|
|
152704
152999
|
loading_animation: {
|
|
152705
153000
|
visibility: ("HIDDEN" | "VISIBLE")?
|
|
152706
|
-
}
|
|
153001
|
+
}?,
|
|
153002
|
+
border_radius: ::String?,
|
|
153003
|
+
padding: ::String?
|
|
152707
153004
|
},
|
|
152708
153005
|
],
|
|
152709
153006
|
canvas_size_options: {
|
|
@@ -152737,11 +153034,13 @@ module Aws
|
|
|
152737
153034
|
]?,
|
|
152738
153035
|
border_style: {
|
|
152739
153036
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
|
152740
|
-
color: ::String
|
|
153037
|
+
color: ::String?,
|
|
153038
|
+
width: ::String?
|
|
152741
153039
|
}?,
|
|
152742
153040
|
selected_border_style: {
|
|
152743
153041
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
|
152744
|
-
color: ::String
|
|
153042
|
+
color: ::String?,
|
|
153043
|
+
width: ::String?
|
|
152745
153044
|
}?,
|
|
152746
153045
|
background_style: {
|
|
152747
153046
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
|
@@ -152749,7 +153048,9 @@ module Aws
|
|
|
152749
153048
|
}?,
|
|
152750
153049
|
loading_animation: {
|
|
152751
153050
|
visibility: ("HIDDEN" | "VISIBLE")?
|
|
152752
|
-
}
|
|
153051
|
+
}?,
|
|
153052
|
+
border_radius: ::String?,
|
|
153053
|
+
padding: ::String?
|
|
152753
153054
|
},
|
|
152754
153055
|
]
|
|
152755
153056
|
}
|
|
@@ -152790,11 +153091,13 @@ module Aws
|
|
|
152790
153091
|
]?,
|
|
152791
153092
|
border_style: {
|
|
152792
153093
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
|
152793
|
-
color: ::String
|
|
153094
|
+
color: ::String?,
|
|
153095
|
+
width: ::String?
|
|
152794
153096
|
}?,
|
|
152795
153097
|
selected_border_style: {
|
|
152796
153098
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
|
152797
|
-
color: ::String
|
|
153099
|
+
color: ::String?,
|
|
153100
|
+
width: ::String?
|
|
152798
153101
|
}?,
|
|
152799
153102
|
background_style: {
|
|
152800
153103
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
|
@@ -152802,7 +153105,9 @@ module Aws
|
|
|
152802
153105
|
}?,
|
|
152803
153106
|
loading_animation: {
|
|
152804
153107
|
visibility: ("HIDDEN" | "VISIBLE")?
|
|
152805
|
-
}
|
|
153108
|
+
}?,
|
|
153109
|
+
border_radius: ::String?,
|
|
153110
|
+
padding: ::String?
|
|
152806
153111
|
},
|
|
152807
153112
|
]
|
|
152808
153113
|
}
|
|
@@ -152920,11 +153225,13 @@ module Aws
|
|
|
152920
153225
|
]?,
|
|
152921
153226
|
border_style: {
|
|
152922
153227
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
|
152923
|
-
color: ::String
|
|
153228
|
+
color: ::String?,
|
|
153229
|
+
width: ::String?
|
|
152924
153230
|
}?,
|
|
152925
153231
|
selected_border_style: {
|
|
152926
153232
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
|
152927
|
-
color: ::String
|
|
153233
|
+
color: ::String?,
|
|
153234
|
+
width: ::String?
|
|
152928
153235
|
}?,
|
|
152929
153236
|
background_style: {
|
|
152930
153237
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
|
@@ -152932,7 +153239,9 @@ module Aws
|
|
|
152932
153239
|
}?,
|
|
152933
153240
|
loading_animation: {
|
|
152934
153241
|
visibility: ("HIDDEN" | "VISIBLE")?
|
|
152935
|
-
}
|
|
153242
|
+
}?,
|
|
153243
|
+
border_radius: ::String?,
|
|
153244
|
+
padding: ::String?
|
|
152936
153245
|
},
|
|
152937
153246
|
]
|
|
152938
153247
|
}
|
|
@@ -152975,7 +153284,26 @@ module Aws
|
|
|
152975
153284
|
column_index: ::Integer?,
|
|
152976
153285
|
column_span: ::Integer,
|
|
152977
153286
|
row_index: ::Integer?,
|
|
152978
|
-
row_span: ::Integer
|
|
153287
|
+
row_span: ::Integer,
|
|
153288
|
+
border_style: {
|
|
153289
|
+
visibility: ("HIDDEN" | "VISIBLE")?,
|
|
153290
|
+
color: ::String?,
|
|
153291
|
+
width: ::String?
|
|
153292
|
+
}?,
|
|
153293
|
+
selected_border_style: {
|
|
153294
|
+
visibility: ("HIDDEN" | "VISIBLE")?,
|
|
153295
|
+
color: ::String?,
|
|
153296
|
+
width: ::String?
|
|
153297
|
+
}?,
|
|
153298
|
+
background_style: {
|
|
153299
|
+
visibility: ("HIDDEN" | "VISIBLE")?,
|
|
153300
|
+
color: ::String?
|
|
153301
|
+
}?,
|
|
153302
|
+
loading_animation: {
|
|
153303
|
+
visibility: ("HIDDEN" | "VISIBLE")?
|
|
153304
|
+
}?,
|
|
153305
|
+
border_radius: ::String?,
|
|
153306
|
+
padding: ::String?
|
|
152979
153307
|
},
|
|
152980
153308
|
],
|
|
152981
153309
|
canvas_size_options: {
|
|
@@ -190259,7 +190587,26 @@ module Aws
|
|
|
190259
190587
|
column_index: ::Integer?,
|
|
190260
190588
|
column_span: ::Integer,
|
|
190261
190589
|
row_index: ::Integer?,
|
|
190262
|
-
row_span: ::Integer
|
|
190590
|
+
row_span: ::Integer,
|
|
190591
|
+
border_style: {
|
|
190592
|
+
visibility: ("HIDDEN" | "VISIBLE")?,
|
|
190593
|
+
color: ::String?,
|
|
190594
|
+
width: ::String?
|
|
190595
|
+
}?,
|
|
190596
|
+
selected_border_style: {
|
|
190597
|
+
visibility: ("HIDDEN" | "VISIBLE")?,
|
|
190598
|
+
color: ::String?,
|
|
190599
|
+
width: ::String?
|
|
190600
|
+
}?,
|
|
190601
|
+
background_style: {
|
|
190602
|
+
visibility: ("HIDDEN" | "VISIBLE")?,
|
|
190603
|
+
color: ::String?
|
|
190604
|
+
}?,
|
|
190605
|
+
loading_animation: {
|
|
190606
|
+
visibility: ("HIDDEN" | "VISIBLE")?
|
|
190607
|
+
}?,
|
|
190608
|
+
border_radius: ::String?,
|
|
190609
|
+
padding: ::String?
|
|
190263
190610
|
},
|
|
190264
190611
|
],
|
|
190265
190612
|
canvas_size_options: {
|
|
@@ -190289,11 +190636,13 @@ module Aws
|
|
|
190289
190636
|
]?,
|
|
190290
190637
|
border_style: {
|
|
190291
190638
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
|
190292
|
-
color: ::String
|
|
190639
|
+
color: ::String?,
|
|
190640
|
+
width: ::String?
|
|
190293
190641
|
}?,
|
|
190294
190642
|
selected_border_style: {
|
|
190295
190643
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
|
190296
|
-
color: ::String
|
|
190644
|
+
color: ::String?,
|
|
190645
|
+
width: ::String?
|
|
190297
190646
|
}?,
|
|
190298
190647
|
background_style: {
|
|
190299
190648
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
|
@@ -190301,7 +190650,9 @@ module Aws
|
|
|
190301
190650
|
}?,
|
|
190302
190651
|
loading_animation: {
|
|
190303
190652
|
visibility: ("HIDDEN" | "VISIBLE")?
|
|
190304
|
-
}
|
|
190653
|
+
}?,
|
|
190654
|
+
border_radius: ::String?,
|
|
190655
|
+
padding: ::String?
|
|
190305
190656
|
},
|
|
190306
190657
|
],
|
|
190307
190658
|
canvas_size_options: {
|
|
@@ -190335,11 +190686,13 @@ module Aws
|
|
|
190335
190686
|
]?,
|
|
190336
190687
|
border_style: {
|
|
190337
190688
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
|
190338
|
-
color: ::String
|
|
190689
|
+
color: ::String?,
|
|
190690
|
+
width: ::String?
|
|
190339
190691
|
}?,
|
|
190340
190692
|
selected_border_style: {
|
|
190341
190693
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
|
190342
|
-
color: ::String
|
|
190694
|
+
color: ::String?,
|
|
190695
|
+
width: ::String?
|
|
190343
190696
|
}?,
|
|
190344
190697
|
background_style: {
|
|
190345
190698
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
|
@@ -190347,7 +190700,9 @@ module Aws
|
|
|
190347
190700
|
}?,
|
|
190348
190701
|
loading_animation: {
|
|
190349
190702
|
visibility: ("HIDDEN" | "VISIBLE")?
|
|
190350
|
-
}
|
|
190703
|
+
}?,
|
|
190704
|
+
border_radius: ::String?,
|
|
190705
|
+
padding: ::String?
|
|
190351
190706
|
},
|
|
190352
190707
|
]
|
|
190353
190708
|
}
|
|
@@ -190388,11 +190743,13 @@ module Aws
|
|
|
190388
190743
|
]?,
|
|
190389
190744
|
border_style: {
|
|
190390
190745
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
|
190391
|
-
color: ::String
|
|
190746
|
+
color: ::String?,
|
|
190747
|
+
width: ::String?
|
|
190392
190748
|
}?,
|
|
190393
190749
|
selected_border_style: {
|
|
190394
190750
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
|
190395
|
-
color: ::String
|
|
190751
|
+
color: ::String?,
|
|
190752
|
+
width: ::String?
|
|
190396
190753
|
}?,
|
|
190397
190754
|
background_style: {
|
|
190398
190755
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
|
@@ -190400,7 +190757,9 @@ module Aws
|
|
|
190400
190757
|
}?,
|
|
190401
190758
|
loading_animation: {
|
|
190402
190759
|
visibility: ("HIDDEN" | "VISIBLE")?
|
|
190403
|
-
}
|
|
190760
|
+
}?,
|
|
190761
|
+
border_radius: ::String?,
|
|
190762
|
+
padding: ::String?
|
|
190404
190763
|
},
|
|
190405
190764
|
]
|
|
190406
190765
|
}
|
|
@@ -190518,11 +190877,13 @@ module Aws
|
|
|
190518
190877
|
]?,
|
|
190519
190878
|
border_style: {
|
|
190520
190879
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
|
190521
|
-
color: ::String
|
|
190880
|
+
color: ::String?,
|
|
190881
|
+
width: ::String?
|
|
190522
190882
|
}?,
|
|
190523
190883
|
selected_border_style: {
|
|
190524
190884
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
|
190525
|
-
color: ::String
|
|
190885
|
+
color: ::String?,
|
|
190886
|
+
width: ::String?
|
|
190526
190887
|
}?,
|
|
190527
190888
|
background_style: {
|
|
190528
190889
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
|
@@ -190530,7 +190891,9 @@ module Aws
|
|
|
190530
190891
|
}?,
|
|
190531
190892
|
loading_animation: {
|
|
190532
190893
|
visibility: ("HIDDEN" | "VISIBLE")?
|
|
190533
|
-
}
|
|
190894
|
+
}?,
|
|
190895
|
+
border_radius: ::String?,
|
|
190896
|
+
padding: ::String?
|
|
190534
190897
|
},
|
|
190535
190898
|
]
|
|
190536
190899
|
}
|
|
@@ -190573,7 +190936,26 @@ module Aws
|
|
|
190573
190936
|
column_index: ::Integer?,
|
|
190574
190937
|
column_span: ::Integer,
|
|
190575
190938
|
row_index: ::Integer?,
|
|
190576
|
-
row_span: ::Integer
|
|
190939
|
+
row_span: ::Integer,
|
|
190940
|
+
border_style: {
|
|
190941
|
+
visibility: ("HIDDEN" | "VISIBLE")?,
|
|
190942
|
+
color: ::String?,
|
|
190943
|
+
width: ::String?
|
|
190944
|
+
}?,
|
|
190945
|
+
selected_border_style: {
|
|
190946
|
+
visibility: ("HIDDEN" | "VISIBLE")?,
|
|
190947
|
+
color: ::String?,
|
|
190948
|
+
width: ::String?
|
|
190949
|
+
}?,
|
|
190950
|
+
background_style: {
|
|
190951
|
+
visibility: ("HIDDEN" | "VISIBLE")?,
|
|
190952
|
+
color: ::String?
|
|
190953
|
+
}?,
|
|
190954
|
+
loading_animation: {
|
|
190955
|
+
visibility: ("HIDDEN" | "VISIBLE")?
|
|
190956
|
+
}?,
|
|
190957
|
+
border_radius: ::String?,
|
|
190958
|
+
padding: ::String?
|
|
190577
190959
|
},
|
|
190578
190960
|
],
|
|
190579
190961
|
canvas_size_options: {
|
|
@@ -229046,7 +229428,26 @@ module Aws
|
|
|
229046
229428
|
column_index: ::Integer?,
|
|
229047
229429
|
column_span: ::Integer,
|
|
229048
229430
|
row_index: ::Integer?,
|
|
229049
|
-
row_span: ::Integer
|
|
229431
|
+
row_span: ::Integer,
|
|
229432
|
+
border_style: {
|
|
229433
|
+
visibility: ("HIDDEN" | "VISIBLE")?,
|
|
229434
|
+
color: ::String?,
|
|
229435
|
+
width: ::String?
|
|
229436
|
+
}?,
|
|
229437
|
+
selected_border_style: {
|
|
229438
|
+
visibility: ("HIDDEN" | "VISIBLE")?,
|
|
229439
|
+
color: ::String?,
|
|
229440
|
+
width: ::String?
|
|
229441
|
+
}?,
|
|
229442
|
+
background_style: {
|
|
229443
|
+
visibility: ("HIDDEN" | "VISIBLE")?,
|
|
229444
|
+
color: ::String?
|
|
229445
|
+
}?,
|
|
229446
|
+
loading_animation: {
|
|
229447
|
+
visibility: ("HIDDEN" | "VISIBLE")?
|
|
229448
|
+
}?,
|
|
229449
|
+
border_radius: ::String?,
|
|
229450
|
+
padding: ::String?
|
|
229050
229451
|
},
|
|
229051
229452
|
],
|
|
229052
229453
|
canvas_size_options: {
|
|
@@ -229076,11 +229477,13 @@ module Aws
|
|
|
229076
229477
|
]?,
|
|
229077
229478
|
border_style: {
|
|
229078
229479
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
|
229079
|
-
color: ::String
|
|
229480
|
+
color: ::String?,
|
|
229481
|
+
width: ::String?
|
|
229080
229482
|
}?,
|
|
229081
229483
|
selected_border_style: {
|
|
229082
229484
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
|
229083
|
-
color: ::String
|
|
229485
|
+
color: ::String?,
|
|
229486
|
+
width: ::String?
|
|
229084
229487
|
}?,
|
|
229085
229488
|
background_style: {
|
|
229086
229489
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
|
@@ -229088,7 +229491,9 @@ module Aws
|
|
|
229088
229491
|
}?,
|
|
229089
229492
|
loading_animation: {
|
|
229090
229493
|
visibility: ("HIDDEN" | "VISIBLE")?
|
|
229091
|
-
}
|
|
229494
|
+
}?,
|
|
229495
|
+
border_radius: ::String?,
|
|
229496
|
+
padding: ::String?
|
|
229092
229497
|
},
|
|
229093
229498
|
],
|
|
229094
229499
|
canvas_size_options: {
|
|
@@ -229122,11 +229527,13 @@ module Aws
|
|
|
229122
229527
|
]?,
|
|
229123
229528
|
border_style: {
|
|
229124
229529
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
|
229125
|
-
color: ::String
|
|
229530
|
+
color: ::String?,
|
|
229531
|
+
width: ::String?
|
|
229126
229532
|
}?,
|
|
229127
229533
|
selected_border_style: {
|
|
229128
229534
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
|
229129
|
-
color: ::String
|
|
229535
|
+
color: ::String?,
|
|
229536
|
+
width: ::String?
|
|
229130
229537
|
}?,
|
|
229131
229538
|
background_style: {
|
|
229132
229539
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
|
@@ -229134,7 +229541,9 @@ module Aws
|
|
|
229134
229541
|
}?,
|
|
229135
229542
|
loading_animation: {
|
|
229136
229543
|
visibility: ("HIDDEN" | "VISIBLE")?
|
|
229137
|
-
}
|
|
229544
|
+
}?,
|
|
229545
|
+
border_radius: ::String?,
|
|
229546
|
+
padding: ::String?
|
|
229138
229547
|
},
|
|
229139
229548
|
]
|
|
229140
229549
|
}
|
|
@@ -229175,11 +229584,13 @@ module Aws
|
|
|
229175
229584
|
]?,
|
|
229176
229585
|
border_style: {
|
|
229177
229586
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
|
229178
|
-
color: ::String
|
|
229587
|
+
color: ::String?,
|
|
229588
|
+
width: ::String?
|
|
229179
229589
|
}?,
|
|
229180
229590
|
selected_border_style: {
|
|
229181
229591
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
|
229182
|
-
color: ::String
|
|
229592
|
+
color: ::String?,
|
|
229593
|
+
width: ::String?
|
|
229183
229594
|
}?,
|
|
229184
229595
|
background_style: {
|
|
229185
229596
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
|
@@ -229187,7 +229598,9 @@ module Aws
|
|
|
229187
229598
|
}?,
|
|
229188
229599
|
loading_animation: {
|
|
229189
229600
|
visibility: ("HIDDEN" | "VISIBLE")?
|
|
229190
|
-
}
|
|
229601
|
+
}?,
|
|
229602
|
+
border_radius: ::String?,
|
|
229603
|
+
padding: ::String?
|
|
229191
229604
|
},
|
|
229192
229605
|
]
|
|
229193
229606
|
}
|
|
@@ -229305,11 +229718,13 @@ module Aws
|
|
|
229305
229718
|
]?,
|
|
229306
229719
|
border_style: {
|
|
229307
229720
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
|
229308
|
-
color: ::String
|
|
229721
|
+
color: ::String?,
|
|
229722
|
+
width: ::String?
|
|
229309
229723
|
}?,
|
|
229310
229724
|
selected_border_style: {
|
|
229311
229725
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
|
229312
|
-
color: ::String
|
|
229726
|
+
color: ::String?,
|
|
229727
|
+
width: ::String?
|
|
229313
229728
|
}?,
|
|
229314
229729
|
background_style: {
|
|
229315
229730
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
|
@@ -229317,7 +229732,9 @@ module Aws
|
|
|
229317
229732
|
}?,
|
|
229318
229733
|
loading_animation: {
|
|
229319
229734
|
visibility: ("HIDDEN" | "VISIBLE")?
|
|
229320
|
-
}
|
|
229735
|
+
}?,
|
|
229736
|
+
border_radius: ::String?,
|
|
229737
|
+
padding: ::String?
|
|
229321
229738
|
},
|
|
229322
229739
|
]
|
|
229323
229740
|
}
|
|
@@ -229360,7 +229777,26 @@ module Aws
|
|
|
229360
229777
|
column_index: ::Integer?,
|
|
229361
229778
|
column_span: ::Integer,
|
|
229362
229779
|
row_index: ::Integer?,
|
|
229363
|
-
row_span: ::Integer
|
|
229780
|
+
row_span: ::Integer,
|
|
229781
|
+
border_style: {
|
|
229782
|
+
visibility: ("HIDDEN" | "VISIBLE")?,
|
|
229783
|
+
color: ::String?,
|
|
229784
|
+
width: ::String?
|
|
229785
|
+
}?,
|
|
229786
|
+
selected_border_style: {
|
|
229787
|
+
visibility: ("HIDDEN" | "VISIBLE")?,
|
|
229788
|
+
color: ::String?,
|
|
229789
|
+
width: ::String?
|
|
229790
|
+
}?,
|
|
229791
|
+
background_style: {
|
|
229792
|
+
visibility: ("HIDDEN" | "VISIBLE")?,
|
|
229793
|
+
color: ::String?
|
|
229794
|
+
}?,
|
|
229795
|
+
loading_animation: {
|
|
229796
|
+
visibility: ("HIDDEN" | "VISIBLE")?
|
|
229797
|
+
}?,
|
|
229798
|
+
border_radius: ::String?,
|
|
229799
|
+
padding: ::String?
|
|
229364
229800
|
},
|
|
229365
229801
|
],
|
|
229366
229802
|
canvas_size_options: {
|
|
@@ -231907,9 +232343,14 @@ module Aws
|
|
|
231907
232343
|
}?,
|
|
231908
232344
|
sheet: {
|
|
231909
232345
|
tile: {
|
|
232346
|
+
background_color: ::String?,
|
|
231910
232347
|
border: {
|
|
231911
|
-
|
|
231912
|
-
|
|
232348
|
+
color: ::String?,
|
|
232349
|
+
show: bool?,
|
|
232350
|
+
width: ::String?
|
|
232351
|
+
}?,
|
|
232352
|
+
border_radius: ::String?,
|
|
232353
|
+
padding: ::String?
|
|
231913
232354
|
}?,
|
|
231914
232355
|
tile_layout: {
|
|
231915
232356
|
gutter: {
|
|
@@ -231918,6 +232359,10 @@ module Aws
|
|
|
231918
232359
|
margin: {
|
|
231919
232360
|
show: bool?
|
|
231920
232361
|
}?
|
|
232362
|
+
}?,
|
|
232363
|
+
background: {
|
|
232364
|
+
color: ::String?,
|
|
232365
|
+
gradient: ::String?
|
|
231921
232366
|
}?
|
|
231922
232367
|
}?,
|
|
231923
232368
|
typography: {
|
|
@@ -231925,7 +232370,106 @@ module Aws
|
|
|
231925
232370
|
{
|
|
231926
232371
|
font_family: ::String?
|
|
231927
232372
|
},
|
|
231928
|
-
]
|
|
232373
|
+
]?,
|
|
232374
|
+
axis_title_font_configuration: {
|
|
232375
|
+
font_size: {
|
|
232376
|
+
relative: ("EXTRA_SMALL" | "SMALL" | "MEDIUM" | "LARGE" | "EXTRA_LARGE")?,
|
|
232377
|
+
absolute: ::String?
|
|
232378
|
+
}?,
|
|
232379
|
+
font_decoration: ("UNDERLINE" | "NONE")?,
|
|
232380
|
+
font_color: ::String?,
|
|
232381
|
+
font_weight: {
|
|
232382
|
+
name: ("NORMAL" | "BOLD")?
|
|
232383
|
+
}?,
|
|
232384
|
+
font_style: ("NORMAL" | "ITALIC")?,
|
|
232385
|
+
font_family: ::String?
|
|
232386
|
+
}?,
|
|
232387
|
+
axis_label_font_configuration: {
|
|
232388
|
+
font_size: {
|
|
232389
|
+
relative: ("EXTRA_SMALL" | "SMALL" | "MEDIUM" | "LARGE" | "EXTRA_LARGE")?,
|
|
232390
|
+
absolute: ::String?
|
|
232391
|
+
}?,
|
|
232392
|
+
font_decoration: ("UNDERLINE" | "NONE")?,
|
|
232393
|
+
font_color: ::String?,
|
|
232394
|
+
font_weight: {
|
|
232395
|
+
name: ("NORMAL" | "BOLD")?
|
|
232396
|
+
}?,
|
|
232397
|
+
font_style: ("NORMAL" | "ITALIC")?,
|
|
232398
|
+
font_family: ::String?
|
|
232399
|
+
}?,
|
|
232400
|
+
legend_title_font_configuration: {
|
|
232401
|
+
font_size: {
|
|
232402
|
+
relative: ("EXTRA_SMALL" | "SMALL" | "MEDIUM" | "LARGE" | "EXTRA_LARGE")?,
|
|
232403
|
+
absolute: ::String?
|
|
232404
|
+
}?,
|
|
232405
|
+
font_decoration: ("UNDERLINE" | "NONE")?,
|
|
232406
|
+
font_color: ::String?,
|
|
232407
|
+
font_weight: {
|
|
232408
|
+
name: ("NORMAL" | "BOLD")?
|
|
232409
|
+
}?,
|
|
232410
|
+
font_style: ("NORMAL" | "ITALIC")?,
|
|
232411
|
+
font_family: ::String?
|
|
232412
|
+
}?,
|
|
232413
|
+
legend_value_font_configuration: {
|
|
232414
|
+
font_size: {
|
|
232415
|
+
relative: ("EXTRA_SMALL" | "SMALL" | "MEDIUM" | "LARGE" | "EXTRA_LARGE")?,
|
|
232416
|
+
absolute: ::String?
|
|
232417
|
+
}?,
|
|
232418
|
+
font_decoration: ("UNDERLINE" | "NONE")?,
|
|
232419
|
+
font_color: ::String?,
|
|
232420
|
+
font_weight: {
|
|
232421
|
+
name: ("NORMAL" | "BOLD")?
|
|
232422
|
+
}?,
|
|
232423
|
+
font_style: ("NORMAL" | "ITALIC")?,
|
|
232424
|
+
font_family: ::String?
|
|
232425
|
+
}?,
|
|
232426
|
+
data_label_font_configuration: {
|
|
232427
|
+
font_size: {
|
|
232428
|
+
relative: ("EXTRA_SMALL" | "SMALL" | "MEDIUM" | "LARGE" | "EXTRA_LARGE")?,
|
|
232429
|
+
absolute: ::String?
|
|
232430
|
+
}?,
|
|
232431
|
+
font_decoration: ("UNDERLINE" | "NONE")?,
|
|
232432
|
+
font_color: ::String?,
|
|
232433
|
+
font_weight: {
|
|
232434
|
+
name: ("NORMAL" | "BOLD")?
|
|
232435
|
+
}?,
|
|
232436
|
+
font_style: ("NORMAL" | "ITALIC")?,
|
|
232437
|
+
font_family: ::String?
|
|
232438
|
+
}?,
|
|
232439
|
+
visual_title_font_configuration: {
|
|
232440
|
+
font_configuration: {
|
|
232441
|
+
font_size: {
|
|
232442
|
+
relative: ("EXTRA_SMALL" | "SMALL" | "MEDIUM" | "LARGE" | "EXTRA_LARGE")?,
|
|
232443
|
+
absolute: ::String?
|
|
232444
|
+
}?,
|
|
232445
|
+
font_decoration: ("UNDERLINE" | "NONE")?,
|
|
232446
|
+
font_color: ::String?,
|
|
232447
|
+
font_weight: {
|
|
232448
|
+
name: ("NORMAL" | "BOLD")?
|
|
232449
|
+
}?,
|
|
232450
|
+
font_style: ("NORMAL" | "ITALIC")?,
|
|
232451
|
+
font_family: ::String?
|
|
232452
|
+
}?,
|
|
232453
|
+
text_alignment: ("LEFT" | "CENTER" | "RIGHT" | "AUTO")?,
|
|
232454
|
+
text_transform: ("CAPITALIZE")?
|
|
232455
|
+
}?,
|
|
232456
|
+
visual_subtitle_font_configuration: {
|
|
232457
|
+
font_configuration: {
|
|
232458
|
+
font_size: {
|
|
232459
|
+
relative: ("EXTRA_SMALL" | "SMALL" | "MEDIUM" | "LARGE" | "EXTRA_LARGE")?,
|
|
232460
|
+
absolute: ::String?
|
|
232461
|
+
}?,
|
|
232462
|
+
font_decoration: ("UNDERLINE" | "NONE")?,
|
|
232463
|
+
font_color: ::String?,
|
|
232464
|
+
font_weight: {
|
|
232465
|
+
name: ("NORMAL" | "BOLD")?
|
|
232466
|
+
}?,
|
|
232467
|
+
font_style: ("NORMAL" | "ITALIC")?,
|
|
232468
|
+
font_family: ::String?
|
|
232469
|
+
}?,
|
|
232470
|
+
text_alignment: ("LEFT" | "CENTER" | "RIGHT" | "AUTO")?,
|
|
232471
|
+
text_transform: ("CAPITALIZE")?
|
|
232472
|
+
}?
|
|
231929
232473
|
}?
|
|
231930
232474
|
}
|
|
231931
232475
|
) -> _UpdateThemeResponseSuccess
|