aws-sdk-quicksight 1.163.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 +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-quicksight/client.rb +277 -1
- data/lib/aws-sdk-quicksight/client_api.rb +55 -0
- data/lib/aws-sdk-quicksight/types.rb +228 -7
- data/lib/aws-sdk-quicksight.rb +1 -1
- data/sig/client.rbs +630 -90
- data/sig/types.rbs +55 -0
- 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: {
|
|
@@ -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[
|
|
@@ -152661,7 +152931,26 @@ module Aws
|
|
|
152661
152931
|
column_index: ::Integer?,
|
|
152662
152932
|
column_span: ::Integer,
|
|
152663
152933
|
row_index: ::Integer?,
|
|
152664
|
-
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?
|
|
152665
152954
|
},
|
|
152666
152955
|
],
|
|
152667
152956
|
canvas_size_options: {
|
|
@@ -152691,11 +152980,13 @@ module Aws
|
|
|
152691
152980
|
]?,
|
|
152692
152981
|
border_style: {
|
|
152693
152982
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
|
152694
|
-
color: ::String
|
|
152983
|
+
color: ::String?,
|
|
152984
|
+
width: ::String?
|
|
152695
152985
|
}?,
|
|
152696
152986
|
selected_border_style: {
|
|
152697
152987
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
|
152698
|
-
color: ::String
|
|
152988
|
+
color: ::String?,
|
|
152989
|
+
width: ::String?
|
|
152699
152990
|
}?,
|
|
152700
152991
|
background_style: {
|
|
152701
152992
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
|
@@ -152703,7 +152994,9 @@ module Aws
|
|
|
152703
152994
|
}?,
|
|
152704
152995
|
loading_animation: {
|
|
152705
152996
|
visibility: ("HIDDEN" | "VISIBLE")?
|
|
152706
|
-
}
|
|
152997
|
+
}?,
|
|
152998
|
+
border_radius: ::String?,
|
|
152999
|
+
padding: ::String?
|
|
152707
153000
|
},
|
|
152708
153001
|
],
|
|
152709
153002
|
canvas_size_options: {
|
|
@@ -152737,11 +153030,13 @@ module Aws
|
|
|
152737
153030
|
]?,
|
|
152738
153031
|
border_style: {
|
|
152739
153032
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
|
152740
|
-
color: ::String
|
|
153033
|
+
color: ::String?,
|
|
153034
|
+
width: ::String?
|
|
152741
153035
|
}?,
|
|
152742
153036
|
selected_border_style: {
|
|
152743
153037
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
|
152744
|
-
color: ::String
|
|
153038
|
+
color: ::String?,
|
|
153039
|
+
width: ::String?
|
|
152745
153040
|
}?,
|
|
152746
153041
|
background_style: {
|
|
152747
153042
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
|
@@ -152749,7 +153044,9 @@ module Aws
|
|
|
152749
153044
|
}?,
|
|
152750
153045
|
loading_animation: {
|
|
152751
153046
|
visibility: ("HIDDEN" | "VISIBLE")?
|
|
152752
|
-
}
|
|
153047
|
+
}?,
|
|
153048
|
+
border_radius: ::String?,
|
|
153049
|
+
padding: ::String?
|
|
152753
153050
|
},
|
|
152754
153051
|
]
|
|
152755
153052
|
}
|
|
@@ -152790,11 +153087,13 @@ module Aws
|
|
|
152790
153087
|
]?,
|
|
152791
153088
|
border_style: {
|
|
152792
153089
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
|
152793
|
-
color: ::String
|
|
153090
|
+
color: ::String?,
|
|
153091
|
+
width: ::String?
|
|
152794
153092
|
}?,
|
|
152795
153093
|
selected_border_style: {
|
|
152796
153094
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
|
152797
|
-
color: ::String
|
|
153095
|
+
color: ::String?,
|
|
153096
|
+
width: ::String?
|
|
152798
153097
|
}?,
|
|
152799
153098
|
background_style: {
|
|
152800
153099
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
|
@@ -152802,7 +153101,9 @@ module Aws
|
|
|
152802
153101
|
}?,
|
|
152803
153102
|
loading_animation: {
|
|
152804
153103
|
visibility: ("HIDDEN" | "VISIBLE")?
|
|
152805
|
-
}
|
|
153104
|
+
}?,
|
|
153105
|
+
border_radius: ::String?,
|
|
153106
|
+
padding: ::String?
|
|
152806
153107
|
},
|
|
152807
153108
|
]
|
|
152808
153109
|
}
|
|
@@ -152920,11 +153221,13 @@ module Aws
|
|
|
152920
153221
|
]?,
|
|
152921
153222
|
border_style: {
|
|
152922
153223
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
|
152923
|
-
color: ::String
|
|
153224
|
+
color: ::String?,
|
|
153225
|
+
width: ::String?
|
|
152924
153226
|
}?,
|
|
152925
153227
|
selected_border_style: {
|
|
152926
153228
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
|
152927
|
-
color: ::String
|
|
153229
|
+
color: ::String?,
|
|
153230
|
+
width: ::String?
|
|
152928
153231
|
}?,
|
|
152929
153232
|
background_style: {
|
|
152930
153233
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
|
@@ -152932,7 +153235,9 @@ module Aws
|
|
|
152932
153235
|
}?,
|
|
152933
153236
|
loading_animation: {
|
|
152934
153237
|
visibility: ("HIDDEN" | "VISIBLE")?
|
|
152935
|
-
}
|
|
153238
|
+
}?,
|
|
153239
|
+
border_radius: ::String?,
|
|
153240
|
+
padding: ::String?
|
|
152936
153241
|
},
|
|
152937
153242
|
]
|
|
152938
153243
|
}
|
|
@@ -152975,7 +153280,26 @@ module Aws
|
|
|
152975
153280
|
column_index: ::Integer?,
|
|
152976
153281
|
column_span: ::Integer,
|
|
152977
153282
|
row_index: ::Integer?,
|
|
152978
|
-
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?
|
|
152979
153303
|
},
|
|
152980
153304
|
],
|
|
152981
153305
|
canvas_size_options: {
|
|
@@ -190259,7 +190583,26 @@ module Aws
|
|
|
190259
190583
|
column_index: ::Integer?,
|
|
190260
190584
|
column_span: ::Integer,
|
|
190261
190585
|
row_index: ::Integer?,
|
|
190262
|
-
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?
|
|
190263
190606
|
},
|
|
190264
190607
|
],
|
|
190265
190608
|
canvas_size_options: {
|
|
@@ -190289,11 +190632,13 @@ module Aws
|
|
|
190289
190632
|
]?,
|
|
190290
190633
|
border_style: {
|
|
190291
190634
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
|
190292
|
-
color: ::String
|
|
190635
|
+
color: ::String?,
|
|
190636
|
+
width: ::String?
|
|
190293
190637
|
}?,
|
|
190294
190638
|
selected_border_style: {
|
|
190295
190639
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
|
190296
|
-
color: ::String
|
|
190640
|
+
color: ::String?,
|
|
190641
|
+
width: ::String?
|
|
190297
190642
|
}?,
|
|
190298
190643
|
background_style: {
|
|
190299
190644
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
|
@@ -190301,7 +190646,9 @@ module Aws
|
|
|
190301
190646
|
}?,
|
|
190302
190647
|
loading_animation: {
|
|
190303
190648
|
visibility: ("HIDDEN" | "VISIBLE")?
|
|
190304
|
-
}
|
|
190649
|
+
}?,
|
|
190650
|
+
border_radius: ::String?,
|
|
190651
|
+
padding: ::String?
|
|
190305
190652
|
},
|
|
190306
190653
|
],
|
|
190307
190654
|
canvas_size_options: {
|
|
@@ -190335,11 +190682,13 @@ module Aws
|
|
|
190335
190682
|
]?,
|
|
190336
190683
|
border_style: {
|
|
190337
190684
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
|
190338
|
-
color: ::String
|
|
190685
|
+
color: ::String?,
|
|
190686
|
+
width: ::String?
|
|
190339
190687
|
}?,
|
|
190340
190688
|
selected_border_style: {
|
|
190341
190689
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
|
190342
|
-
color: ::String
|
|
190690
|
+
color: ::String?,
|
|
190691
|
+
width: ::String?
|
|
190343
190692
|
}?,
|
|
190344
190693
|
background_style: {
|
|
190345
190694
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
|
@@ -190347,7 +190696,9 @@ module Aws
|
|
|
190347
190696
|
}?,
|
|
190348
190697
|
loading_animation: {
|
|
190349
190698
|
visibility: ("HIDDEN" | "VISIBLE")?
|
|
190350
|
-
}
|
|
190699
|
+
}?,
|
|
190700
|
+
border_radius: ::String?,
|
|
190701
|
+
padding: ::String?
|
|
190351
190702
|
},
|
|
190352
190703
|
]
|
|
190353
190704
|
}
|
|
@@ -190388,11 +190739,13 @@ module Aws
|
|
|
190388
190739
|
]?,
|
|
190389
190740
|
border_style: {
|
|
190390
190741
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
|
190391
|
-
color: ::String
|
|
190742
|
+
color: ::String?,
|
|
190743
|
+
width: ::String?
|
|
190392
190744
|
}?,
|
|
190393
190745
|
selected_border_style: {
|
|
190394
190746
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
|
190395
|
-
color: ::String
|
|
190747
|
+
color: ::String?,
|
|
190748
|
+
width: ::String?
|
|
190396
190749
|
}?,
|
|
190397
190750
|
background_style: {
|
|
190398
190751
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
|
@@ -190400,7 +190753,9 @@ module Aws
|
|
|
190400
190753
|
}?,
|
|
190401
190754
|
loading_animation: {
|
|
190402
190755
|
visibility: ("HIDDEN" | "VISIBLE")?
|
|
190403
|
-
}
|
|
190756
|
+
}?,
|
|
190757
|
+
border_radius: ::String?,
|
|
190758
|
+
padding: ::String?
|
|
190404
190759
|
},
|
|
190405
190760
|
]
|
|
190406
190761
|
}
|
|
@@ -190518,11 +190873,13 @@ module Aws
|
|
|
190518
190873
|
]?,
|
|
190519
190874
|
border_style: {
|
|
190520
190875
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
|
190521
|
-
color: ::String
|
|
190876
|
+
color: ::String?,
|
|
190877
|
+
width: ::String?
|
|
190522
190878
|
}?,
|
|
190523
190879
|
selected_border_style: {
|
|
190524
190880
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
|
190525
|
-
color: ::String
|
|
190881
|
+
color: ::String?,
|
|
190882
|
+
width: ::String?
|
|
190526
190883
|
}?,
|
|
190527
190884
|
background_style: {
|
|
190528
190885
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
|
@@ -190530,7 +190887,9 @@ module Aws
|
|
|
190530
190887
|
}?,
|
|
190531
190888
|
loading_animation: {
|
|
190532
190889
|
visibility: ("HIDDEN" | "VISIBLE")?
|
|
190533
|
-
}
|
|
190890
|
+
}?,
|
|
190891
|
+
border_radius: ::String?,
|
|
190892
|
+
padding: ::String?
|
|
190534
190893
|
},
|
|
190535
190894
|
]
|
|
190536
190895
|
}
|
|
@@ -190573,7 +190932,26 @@ module Aws
|
|
|
190573
190932
|
column_index: ::Integer?,
|
|
190574
190933
|
column_span: ::Integer,
|
|
190575
190934
|
row_index: ::Integer?,
|
|
190576
|
-
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?
|
|
190577
190955
|
},
|
|
190578
190956
|
],
|
|
190579
190957
|
canvas_size_options: {
|
|
@@ -229046,7 +229424,26 @@ module Aws
|
|
|
229046
229424
|
column_index: ::Integer?,
|
|
229047
229425
|
column_span: ::Integer,
|
|
229048
229426
|
row_index: ::Integer?,
|
|
229049
|
-
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?
|
|
229050
229447
|
},
|
|
229051
229448
|
],
|
|
229052
229449
|
canvas_size_options: {
|
|
@@ -229076,11 +229473,13 @@ module Aws
|
|
|
229076
229473
|
]?,
|
|
229077
229474
|
border_style: {
|
|
229078
229475
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
|
229079
|
-
color: ::String
|
|
229476
|
+
color: ::String?,
|
|
229477
|
+
width: ::String?
|
|
229080
229478
|
}?,
|
|
229081
229479
|
selected_border_style: {
|
|
229082
229480
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
|
229083
|
-
color: ::String
|
|
229481
|
+
color: ::String?,
|
|
229482
|
+
width: ::String?
|
|
229084
229483
|
}?,
|
|
229085
229484
|
background_style: {
|
|
229086
229485
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
|
@@ -229088,7 +229487,9 @@ module Aws
|
|
|
229088
229487
|
}?,
|
|
229089
229488
|
loading_animation: {
|
|
229090
229489
|
visibility: ("HIDDEN" | "VISIBLE")?
|
|
229091
|
-
}
|
|
229490
|
+
}?,
|
|
229491
|
+
border_radius: ::String?,
|
|
229492
|
+
padding: ::String?
|
|
229092
229493
|
},
|
|
229093
229494
|
],
|
|
229094
229495
|
canvas_size_options: {
|
|
@@ -229122,11 +229523,13 @@ module Aws
|
|
|
229122
229523
|
]?,
|
|
229123
229524
|
border_style: {
|
|
229124
229525
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
|
229125
|
-
color: ::String
|
|
229526
|
+
color: ::String?,
|
|
229527
|
+
width: ::String?
|
|
229126
229528
|
}?,
|
|
229127
229529
|
selected_border_style: {
|
|
229128
229530
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
|
229129
|
-
color: ::String
|
|
229531
|
+
color: ::String?,
|
|
229532
|
+
width: ::String?
|
|
229130
229533
|
}?,
|
|
229131
229534
|
background_style: {
|
|
229132
229535
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
|
@@ -229134,7 +229537,9 @@ module Aws
|
|
|
229134
229537
|
}?,
|
|
229135
229538
|
loading_animation: {
|
|
229136
229539
|
visibility: ("HIDDEN" | "VISIBLE")?
|
|
229137
|
-
}
|
|
229540
|
+
}?,
|
|
229541
|
+
border_radius: ::String?,
|
|
229542
|
+
padding: ::String?
|
|
229138
229543
|
},
|
|
229139
229544
|
]
|
|
229140
229545
|
}
|
|
@@ -229175,11 +229580,13 @@ module Aws
|
|
|
229175
229580
|
]?,
|
|
229176
229581
|
border_style: {
|
|
229177
229582
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
|
229178
|
-
color: ::String
|
|
229583
|
+
color: ::String?,
|
|
229584
|
+
width: ::String?
|
|
229179
229585
|
}?,
|
|
229180
229586
|
selected_border_style: {
|
|
229181
229587
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
|
229182
|
-
color: ::String
|
|
229588
|
+
color: ::String?,
|
|
229589
|
+
width: ::String?
|
|
229183
229590
|
}?,
|
|
229184
229591
|
background_style: {
|
|
229185
229592
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
|
@@ -229187,7 +229594,9 @@ module Aws
|
|
|
229187
229594
|
}?,
|
|
229188
229595
|
loading_animation: {
|
|
229189
229596
|
visibility: ("HIDDEN" | "VISIBLE")?
|
|
229190
|
-
}
|
|
229597
|
+
}?,
|
|
229598
|
+
border_radius: ::String?,
|
|
229599
|
+
padding: ::String?
|
|
229191
229600
|
},
|
|
229192
229601
|
]
|
|
229193
229602
|
}
|
|
@@ -229305,11 +229714,13 @@ module Aws
|
|
|
229305
229714
|
]?,
|
|
229306
229715
|
border_style: {
|
|
229307
229716
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
|
229308
|
-
color: ::String
|
|
229717
|
+
color: ::String?,
|
|
229718
|
+
width: ::String?
|
|
229309
229719
|
}?,
|
|
229310
229720
|
selected_border_style: {
|
|
229311
229721
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
|
229312
|
-
color: ::String
|
|
229722
|
+
color: ::String?,
|
|
229723
|
+
width: ::String?
|
|
229313
229724
|
}?,
|
|
229314
229725
|
background_style: {
|
|
229315
229726
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
|
@@ -229317,7 +229728,9 @@ module Aws
|
|
|
229317
229728
|
}?,
|
|
229318
229729
|
loading_animation: {
|
|
229319
229730
|
visibility: ("HIDDEN" | "VISIBLE")?
|
|
229320
|
-
}
|
|
229731
|
+
}?,
|
|
229732
|
+
border_radius: ::String?,
|
|
229733
|
+
padding: ::String?
|
|
229321
229734
|
},
|
|
229322
229735
|
]
|
|
229323
229736
|
}
|
|
@@ -229360,7 +229773,26 @@ module Aws
|
|
|
229360
229773
|
column_index: ::Integer?,
|
|
229361
229774
|
column_span: ::Integer,
|
|
229362
229775
|
row_index: ::Integer?,
|
|
229363
|
-
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?
|
|
229364
229796
|
},
|
|
229365
229797
|
],
|
|
229366
229798
|
canvas_size_options: {
|
|
@@ -231907,9 +232339,14 @@ module Aws
|
|
|
231907
232339
|
}?,
|
|
231908
232340
|
sheet: {
|
|
231909
232341
|
tile: {
|
|
232342
|
+
background_color: ::String?,
|
|
231910
232343
|
border: {
|
|
231911
|
-
|
|
231912
|
-
|
|
232344
|
+
color: ::String?,
|
|
232345
|
+
show: bool?,
|
|
232346
|
+
width: ::String?
|
|
232347
|
+
}?,
|
|
232348
|
+
border_radius: ::String?,
|
|
232349
|
+
padding: ::String?
|
|
231913
232350
|
}?,
|
|
231914
232351
|
tile_layout: {
|
|
231915
232352
|
gutter: {
|
|
@@ -231918,6 +232355,10 @@ module Aws
|
|
|
231918
232355
|
margin: {
|
|
231919
232356
|
show: bool?
|
|
231920
232357
|
}?
|
|
232358
|
+
}?,
|
|
232359
|
+
background: {
|
|
232360
|
+
color: ::String?,
|
|
232361
|
+
gradient: ::String?
|
|
231921
232362
|
}?
|
|
231922
232363
|
}?,
|
|
231923
232364
|
typography: {
|
|
@@ -231925,7 +232366,106 @@ module Aws
|
|
|
231925
232366
|
{
|
|
231926
232367
|
font_family: ::String?
|
|
231927
232368
|
},
|
|
231928
|
-
]
|
|
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
|
+
}?
|
|
231929
232469
|
}?
|
|
231930
232470
|
}
|
|
231931
232471
|
) -> _UpdateThemeResponseSuccess
|