aws-sdk-quicksight 1.117.0 → 1.118.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 +1338 -1
- data/lib/aws-sdk-quicksight/client_api.rb +327 -0
- data/lib/aws-sdk-quicksight/endpoints.rb +42 -0
- data/lib/aws-sdk-quicksight/plugins/endpoints.rb +6 -0
- data/lib/aws-sdk-quicksight/types.rb +907 -1
- data/lib/aws-sdk-quicksight.rb +2 -2
- data/sig/client.rbs +971 -60
- data/sig/types.rbs +248 -0
- metadata +2 -2
data/sig/client.rbs
CHANGED
@@ -73,6 +73,782 @@ module Aws
|
|
73
73
|
| (?Hash[Symbol, untyped]) -> instance
|
74
74
|
|
75
75
|
|
76
|
+
interface _BatchCreateTopicReviewedAnswerResponseSuccess
|
77
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::BatchCreateTopicReviewedAnswerResponse]
|
78
|
+
def topic_id: () -> ::String
|
79
|
+
def topic_arn: () -> ::String
|
80
|
+
def succeeded_answers: () -> ::Array[Types::SucceededTopicReviewedAnswer]
|
81
|
+
def invalid_answers: () -> ::Array[Types::InvalidTopicReviewedAnswer]
|
82
|
+
def status: () -> ::Integer
|
83
|
+
def request_id: () -> ::String
|
84
|
+
end
|
85
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/QuickSight/Client.html#batch_create_topic_reviewed_answer-instance_method
|
86
|
+
def batch_create_topic_reviewed_answer: (
|
87
|
+
aws_account_id: ::String,
|
88
|
+
topic_id: ::String,
|
89
|
+
answers: Array[
|
90
|
+
{
|
91
|
+
answer_id: ::String,
|
92
|
+
dataset_arn: ::String,
|
93
|
+
question: ::String,
|
94
|
+
mir: {
|
95
|
+
metrics: Array[
|
96
|
+
{
|
97
|
+
metric_id: {
|
98
|
+
identity: ::String
|
99
|
+
}?,
|
100
|
+
function: {
|
101
|
+
aggregation: ("SUM" | "MIN" | "MAX" | "COUNT" | "AVERAGE" | "DISTINCT_COUNT" | "STDEV" | "STDEVP" | "VAR" | "VARP" | "PERCENTILE" | "MEDIAN" | "PTD_SUM" | "PTD_MIN" | "PTD_MAX" | "PTD_COUNT" | "PTD_DISTINCT_COUNT" | "PTD_AVERAGE" | "COLUMN" | "CUSTOM")?,
|
102
|
+
aggregation_function_parameters: Hash[::String, ::String]?,
|
103
|
+
period: ("SECOND" | "MINUTE" | "HOUR" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR")?,
|
104
|
+
period_field: ::String?
|
105
|
+
}?,
|
106
|
+
operands: Array[
|
107
|
+
{
|
108
|
+
identity: ::String
|
109
|
+
},
|
110
|
+
]?,
|
111
|
+
comparison_method: {
|
112
|
+
type: ("DIFF" | "PERC_DIFF" | "DIFF_AS_PERC" | "POP_CURRENT_DIFF_AS_PERC" | "POP_CURRENT_DIFF" | "POP_OVERTIME_DIFF_AS_PERC" | "POP_OVERTIME_DIFF" | "PERCENT_OF_TOTAL" | "RUNNING_SUM" | "MOVING_AVERAGE")?,
|
113
|
+
period: ("SECOND" | "MINUTE" | "HOUR" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR")?,
|
114
|
+
window_size: ::Integer?
|
115
|
+
}?,
|
116
|
+
expression: ::String?,
|
117
|
+
calculated_field_references: Array[
|
118
|
+
{
|
119
|
+
identity: ::String
|
120
|
+
},
|
121
|
+
]?,
|
122
|
+
display_format: ("AUTO" | "PERCENT" | "CURRENCY" | "NUMBER" | "DATE" | "STRING")?,
|
123
|
+
display_format_options: {
|
124
|
+
use_blank_cell_format: bool?,
|
125
|
+
blank_cell_format: ::String?,
|
126
|
+
date_format: ::String?,
|
127
|
+
decimal_separator: ("COMMA" | "DOT")?,
|
128
|
+
grouping_separator: ::String?,
|
129
|
+
use_grouping: bool?,
|
130
|
+
fraction_digits: ::Integer?,
|
131
|
+
prefix: ::String?,
|
132
|
+
suffix: ::String?,
|
133
|
+
unit_scaler: ("NONE" | "AUTO" | "THOUSANDS" | "MILLIONS" | "BILLIONS" | "TRILLIONS")?,
|
134
|
+
negative_format: {
|
135
|
+
prefix: ::String?,
|
136
|
+
suffix: ::String?
|
137
|
+
}?,
|
138
|
+
currency_symbol: ::String?
|
139
|
+
}?,
|
140
|
+
named_entity: {
|
141
|
+
named_entity_name: ::String?
|
142
|
+
}?
|
143
|
+
},
|
144
|
+
]?,
|
145
|
+
group_by_list: Array[
|
146
|
+
{
|
147
|
+
field_name: {
|
148
|
+
identity: ::String
|
149
|
+
}?,
|
150
|
+
time_granularity: ("SECOND" | "MINUTE" | "HOUR" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR")?,
|
151
|
+
sort: {
|
152
|
+
operand: {
|
153
|
+
identity: ::String
|
154
|
+
}?,
|
155
|
+
sort_direction: ("ASCENDING" | "DESCENDING")?
|
156
|
+
}?,
|
157
|
+
display_format: ("AUTO" | "PERCENT" | "CURRENCY" | "NUMBER" | "DATE" | "STRING")?,
|
158
|
+
display_format_options: {
|
159
|
+
use_blank_cell_format: bool?,
|
160
|
+
blank_cell_format: ::String?,
|
161
|
+
date_format: ::String?,
|
162
|
+
decimal_separator: ("COMMA" | "DOT")?,
|
163
|
+
grouping_separator: ::String?,
|
164
|
+
use_grouping: bool?,
|
165
|
+
fraction_digits: ::Integer?,
|
166
|
+
prefix: ::String?,
|
167
|
+
suffix: ::String?,
|
168
|
+
unit_scaler: ("NONE" | "AUTO" | "THOUSANDS" | "MILLIONS" | "BILLIONS" | "TRILLIONS")?,
|
169
|
+
negative_format: {
|
170
|
+
prefix: ::String?,
|
171
|
+
suffix: ::String?
|
172
|
+
}?,
|
173
|
+
currency_symbol: ::String?
|
174
|
+
}?,
|
175
|
+
named_entity: {
|
176
|
+
named_entity_name: ::String?
|
177
|
+
}?
|
178
|
+
},
|
179
|
+
]?,
|
180
|
+
filters: Array[
|
181
|
+
Array[
|
182
|
+
{
|
183
|
+
filter_type: ("CATEGORY_FILTER" | "NUMERIC_EQUALITY_FILTER" | "NUMERIC_RANGE_FILTER" | "DATE_RANGE_FILTER" | "RELATIVE_DATE_FILTER" | "TOP_BOTTOM_FILTER" | "EQUALS" | "RANK_LIMIT_FILTER" | "ACCEPT_ALL_FILTER")?,
|
184
|
+
filter_class: ("ENFORCED_VALUE_FILTER" | "CONDITIONAL_VALUE_FILTER" | "NAMED_VALUE_FILTER")?,
|
185
|
+
operand_field: {
|
186
|
+
identity: ::String
|
187
|
+
}?,
|
188
|
+
function: ("CONTAINS" | "EXACT" | "STARTS_WITH" | "ENDS_WITH" | "CONTAINS_STRING" | "PREVIOUS" | "THIS" | "LAST" | "NEXT" | "NOW")?,
|
189
|
+
constant: {
|
190
|
+
constant_type: ("SINGULAR" | "RANGE" | "COLLECTIVE")?,
|
191
|
+
value: ::String?,
|
192
|
+
minimum: ::String?,
|
193
|
+
maximum: ::String?,
|
194
|
+
value_list: Array[
|
195
|
+
{
|
196
|
+
constant_type: ("SINGULAR" | "RANGE" | "COLLECTIVE")?,
|
197
|
+
value: ::String?
|
198
|
+
},
|
199
|
+
]?
|
200
|
+
}?,
|
201
|
+
inverse: bool?,
|
202
|
+
null_filter: ("ALL_VALUES" | "NON_NULLS_ONLY" | "NULLS_ONLY")?,
|
203
|
+
aggregation: ("SUM" | "MIN" | "MAX" | "COUNT" | "AVERAGE" | "DISTINCT_COUNT" | "STDEV" | "STDEVP" | "VAR" | "VARP" | "PERCENTILE" | "MEDIAN" | "PTD_SUM" | "PTD_MIN" | "PTD_MAX" | "PTD_COUNT" | "PTD_DISTINCT_COUNT" | "PTD_AVERAGE" | "COLUMN" | "CUSTOM")?,
|
204
|
+
aggregation_function_parameters: Hash[::String, ::String]?,
|
205
|
+
aggregation_partition_by: Array[
|
206
|
+
{
|
207
|
+
field_name: ::String?,
|
208
|
+
time_granularity: ("YEAR" | "QUARTER" | "MONTH" | "WEEK" | "DAY" | "HOUR" | "MINUTE" | "SECOND" | "MILLISECOND")?
|
209
|
+
},
|
210
|
+
]?,
|
211
|
+
range: {
|
212
|
+
constant_type: ("SINGULAR" | "RANGE" | "COLLECTIVE")?,
|
213
|
+
value: ::String?,
|
214
|
+
minimum: ::String?,
|
215
|
+
maximum: ::String?,
|
216
|
+
value_list: Array[
|
217
|
+
{
|
218
|
+
constant_type: ("SINGULAR" | "RANGE" | "COLLECTIVE")?,
|
219
|
+
value: ::String?
|
220
|
+
},
|
221
|
+
]?
|
222
|
+
}?,
|
223
|
+
inclusive: bool?,
|
224
|
+
time_granularity: ("YEAR" | "QUARTER" | "MONTH" | "WEEK" | "DAY" | "HOUR" | "MINUTE" | "SECOND" | "MILLISECOND")?,
|
225
|
+
last_next_offset: {
|
226
|
+
constant_type: ("SINGULAR" | "RANGE" | "COLLECTIVE")?,
|
227
|
+
value: ::String?,
|
228
|
+
minimum: ::String?,
|
229
|
+
maximum: ::String?,
|
230
|
+
value_list: Array[
|
231
|
+
{
|
232
|
+
constant_type: ("SINGULAR" | "RANGE" | "COLLECTIVE")?,
|
233
|
+
value: ::String?
|
234
|
+
},
|
235
|
+
]?
|
236
|
+
}?,
|
237
|
+
agg_metrics: Array[
|
238
|
+
{
|
239
|
+
metric_operand: {
|
240
|
+
identity: ::String
|
241
|
+
}?,
|
242
|
+
function: ("SUM" | "MIN" | "MAX" | "COUNT" | "AVERAGE" | "DISTINCT_COUNT" | "STDEV" | "STDEVP" | "VAR" | "VARP" | "PERCENTILE" | "MEDIAN" | "PTD_SUM" | "PTD_MIN" | "PTD_MAX" | "PTD_COUNT" | "PTD_DISTINCT_COUNT" | "PTD_AVERAGE" | "COLUMN" | "CUSTOM")?,
|
243
|
+
sort_direction: ("ASCENDING" | "DESCENDING")?
|
244
|
+
},
|
245
|
+
]?,
|
246
|
+
top_bottom_limit: {
|
247
|
+
constant_type: ("SINGULAR" | "RANGE" | "COLLECTIVE")?,
|
248
|
+
value: ::String?,
|
249
|
+
minimum: ::String?,
|
250
|
+
maximum: ::String?,
|
251
|
+
value_list: Array[
|
252
|
+
{
|
253
|
+
constant_type: ("SINGULAR" | "RANGE" | "COLLECTIVE")?,
|
254
|
+
value: ::String?
|
255
|
+
},
|
256
|
+
]?
|
257
|
+
}?,
|
258
|
+
sort_direction: ("ASCENDING" | "DESCENDING")?,
|
259
|
+
anchor: {
|
260
|
+
anchor_type: ("TODAY")?,
|
261
|
+
time_granularity: ("YEAR" | "QUARTER" | "MONTH" | "WEEK" | "DAY" | "HOUR" | "MINUTE" | "SECOND" | "MILLISECOND")?,
|
262
|
+
offset: ::Integer?
|
263
|
+
}?
|
264
|
+
},
|
265
|
+
],
|
266
|
+
]?,
|
267
|
+
sort: {
|
268
|
+
operand: {
|
269
|
+
identity: ::String
|
270
|
+
}?,
|
271
|
+
sort_direction: ("ASCENDING" | "DESCENDING")?
|
272
|
+
}?,
|
273
|
+
contribution_analysis: {
|
274
|
+
factors: Array[
|
275
|
+
{
|
276
|
+
field_name: ::String?
|
277
|
+
},
|
278
|
+
]?,
|
279
|
+
time_ranges: {
|
280
|
+
start_range: {
|
281
|
+
filter_type: ("CATEGORY_FILTER" | "NUMERIC_EQUALITY_FILTER" | "NUMERIC_RANGE_FILTER" | "DATE_RANGE_FILTER" | "RELATIVE_DATE_FILTER" | "TOP_BOTTOM_FILTER" | "EQUALS" | "RANK_LIMIT_FILTER" | "ACCEPT_ALL_FILTER")?,
|
282
|
+
filter_class: ("ENFORCED_VALUE_FILTER" | "CONDITIONAL_VALUE_FILTER" | "NAMED_VALUE_FILTER")?,
|
283
|
+
operand_field: {
|
284
|
+
identity: ::String
|
285
|
+
}?,
|
286
|
+
function: ("CONTAINS" | "EXACT" | "STARTS_WITH" | "ENDS_WITH" | "CONTAINS_STRING" | "PREVIOUS" | "THIS" | "LAST" | "NEXT" | "NOW")?,
|
287
|
+
constant: {
|
288
|
+
constant_type: ("SINGULAR" | "RANGE" | "COLLECTIVE")?,
|
289
|
+
value: ::String?,
|
290
|
+
minimum: ::String?,
|
291
|
+
maximum: ::String?,
|
292
|
+
value_list: Array[
|
293
|
+
{
|
294
|
+
constant_type: ("SINGULAR" | "RANGE" | "COLLECTIVE")?,
|
295
|
+
value: ::String?
|
296
|
+
},
|
297
|
+
]?
|
298
|
+
}?,
|
299
|
+
inverse: bool?,
|
300
|
+
null_filter: ("ALL_VALUES" | "NON_NULLS_ONLY" | "NULLS_ONLY")?,
|
301
|
+
aggregation: ("SUM" | "MIN" | "MAX" | "COUNT" | "AVERAGE" | "DISTINCT_COUNT" | "STDEV" | "STDEVP" | "VAR" | "VARP" | "PERCENTILE" | "MEDIAN" | "PTD_SUM" | "PTD_MIN" | "PTD_MAX" | "PTD_COUNT" | "PTD_DISTINCT_COUNT" | "PTD_AVERAGE" | "COLUMN" | "CUSTOM")?,
|
302
|
+
aggregation_function_parameters: Hash[::String, ::String]?,
|
303
|
+
aggregation_partition_by: Array[
|
304
|
+
{
|
305
|
+
field_name: ::String?,
|
306
|
+
time_granularity: ("YEAR" | "QUARTER" | "MONTH" | "WEEK" | "DAY" | "HOUR" | "MINUTE" | "SECOND" | "MILLISECOND")?
|
307
|
+
},
|
308
|
+
]?,
|
309
|
+
range: {
|
310
|
+
constant_type: ("SINGULAR" | "RANGE" | "COLLECTIVE")?,
|
311
|
+
value: ::String?,
|
312
|
+
minimum: ::String?,
|
313
|
+
maximum: ::String?,
|
314
|
+
value_list: Array[
|
315
|
+
{
|
316
|
+
constant_type: ("SINGULAR" | "RANGE" | "COLLECTIVE")?,
|
317
|
+
value: ::String?
|
318
|
+
},
|
319
|
+
]?
|
320
|
+
}?,
|
321
|
+
inclusive: bool?,
|
322
|
+
time_granularity: ("YEAR" | "QUARTER" | "MONTH" | "WEEK" | "DAY" | "HOUR" | "MINUTE" | "SECOND" | "MILLISECOND")?,
|
323
|
+
last_next_offset: {
|
324
|
+
constant_type: ("SINGULAR" | "RANGE" | "COLLECTIVE")?,
|
325
|
+
value: ::String?,
|
326
|
+
minimum: ::String?,
|
327
|
+
maximum: ::String?,
|
328
|
+
value_list: Array[
|
329
|
+
{
|
330
|
+
constant_type: ("SINGULAR" | "RANGE" | "COLLECTIVE")?,
|
331
|
+
value: ::String?
|
332
|
+
},
|
333
|
+
]?
|
334
|
+
}?,
|
335
|
+
agg_metrics: Array[
|
336
|
+
{
|
337
|
+
metric_operand: {
|
338
|
+
identity: ::String
|
339
|
+
}?,
|
340
|
+
function: ("SUM" | "MIN" | "MAX" | "COUNT" | "AVERAGE" | "DISTINCT_COUNT" | "STDEV" | "STDEVP" | "VAR" | "VARP" | "PERCENTILE" | "MEDIAN" | "PTD_SUM" | "PTD_MIN" | "PTD_MAX" | "PTD_COUNT" | "PTD_DISTINCT_COUNT" | "PTD_AVERAGE" | "COLUMN" | "CUSTOM")?,
|
341
|
+
sort_direction: ("ASCENDING" | "DESCENDING")?
|
342
|
+
},
|
343
|
+
]?,
|
344
|
+
top_bottom_limit: {
|
345
|
+
constant_type: ("SINGULAR" | "RANGE" | "COLLECTIVE")?,
|
346
|
+
value: ::String?,
|
347
|
+
minimum: ::String?,
|
348
|
+
maximum: ::String?,
|
349
|
+
value_list: Array[
|
350
|
+
{
|
351
|
+
constant_type: ("SINGULAR" | "RANGE" | "COLLECTIVE")?,
|
352
|
+
value: ::String?
|
353
|
+
},
|
354
|
+
]?
|
355
|
+
}?,
|
356
|
+
sort_direction: ("ASCENDING" | "DESCENDING")?,
|
357
|
+
anchor: {
|
358
|
+
anchor_type: ("TODAY")?,
|
359
|
+
time_granularity: ("YEAR" | "QUARTER" | "MONTH" | "WEEK" | "DAY" | "HOUR" | "MINUTE" | "SECOND" | "MILLISECOND")?,
|
360
|
+
offset: ::Integer?
|
361
|
+
}?
|
362
|
+
}?,
|
363
|
+
end_range: {
|
364
|
+
filter_type: ("CATEGORY_FILTER" | "NUMERIC_EQUALITY_FILTER" | "NUMERIC_RANGE_FILTER" | "DATE_RANGE_FILTER" | "RELATIVE_DATE_FILTER" | "TOP_BOTTOM_FILTER" | "EQUALS" | "RANK_LIMIT_FILTER" | "ACCEPT_ALL_FILTER")?,
|
365
|
+
filter_class: ("ENFORCED_VALUE_FILTER" | "CONDITIONAL_VALUE_FILTER" | "NAMED_VALUE_FILTER")?,
|
366
|
+
operand_field: {
|
367
|
+
identity: ::String
|
368
|
+
}?,
|
369
|
+
function: ("CONTAINS" | "EXACT" | "STARTS_WITH" | "ENDS_WITH" | "CONTAINS_STRING" | "PREVIOUS" | "THIS" | "LAST" | "NEXT" | "NOW")?,
|
370
|
+
constant: {
|
371
|
+
constant_type: ("SINGULAR" | "RANGE" | "COLLECTIVE")?,
|
372
|
+
value: ::String?,
|
373
|
+
minimum: ::String?,
|
374
|
+
maximum: ::String?,
|
375
|
+
value_list: Array[
|
376
|
+
{
|
377
|
+
constant_type: ("SINGULAR" | "RANGE" | "COLLECTIVE")?,
|
378
|
+
value: ::String?
|
379
|
+
},
|
380
|
+
]?
|
381
|
+
}?,
|
382
|
+
inverse: bool?,
|
383
|
+
null_filter: ("ALL_VALUES" | "NON_NULLS_ONLY" | "NULLS_ONLY")?,
|
384
|
+
aggregation: ("SUM" | "MIN" | "MAX" | "COUNT" | "AVERAGE" | "DISTINCT_COUNT" | "STDEV" | "STDEVP" | "VAR" | "VARP" | "PERCENTILE" | "MEDIAN" | "PTD_SUM" | "PTD_MIN" | "PTD_MAX" | "PTD_COUNT" | "PTD_DISTINCT_COUNT" | "PTD_AVERAGE" | "COLUMN" | "CUSTOM")?,
|
385
|
+
aggregation_function_parameters: Hash[::String, ::String]?,
|
386
|
+
aggregation_partition_by: Array[
|
387
|
+
{
|
388
|
+
field_name: ::String?,
|
389
|
+
time_granularity: ("YEAR" | "QUARTER" | "MONTH" | "WEEK" | "DAY" | "HOUR" | "MINUTE" | "SECOND" | "MILLISECOND")?
|
390
|
+
},
|
391
|
+
]?,
|
392
|
+
range: {
|
393
|
+
constant_type: ("SINGULAR" | "RANGE" | "COLLECTIVE")?,
|
394
|
+
value: ::String?,
|
395
|
+
minimum: ::String?,
|
396
|
+
maximum: ::String?,
|
397
|
+
value_list: Array[
|
398
|
+
{
|
399
|
+
constant_type: ("SINGULAR" | "RANGE" | "COLLECTIVE")?,
|
400
|
+
value: ::String?
|
401
|
+
},
|
402
|
+
]?
|
403
|
+
}?,
|
404
|
+
inclusive: bool?,
|
405
|
+
time_granularity: ("YEAR" | "QUARTER" | "MONTH" | "WEEK" | "DAY" | "HOUR" | "MINUTE" | "SECOND" | "MILLISECOND")?,
|
406
|
+
last_next_offset: {
|
407
|
+
constant_type: ("SINGULAR" | "RANGE" | "COLLECTIVE")?,
|
408
|
+
value: ::String?,
|
409
|
+
minimum: ::String?,
|
410
|
+
maximum: ::String?,
|
411
|
+
value_list: Array[
|
412
|
+
{
|
413
|
+
constant_type: ("SINGULAR" | "RANGE" | "COLLECTIVE")?,
|
414
|
+
value: ::String?
|
415
|
+
},
|
416
|
+
]?
|
417
|
+
}?,
|
418
|
+
agg_metrics: Array[
|
419
|
+
{
|
420
|
+
metric_operand: {
|
421
|
+
identity: ::String
|
422
|
+
}?,
|
423
|
+
function: ("SUM" | "MIN" | "MAX" | "COUNT" | "AVERAGE" | "DISTINCT_COUNT" | "STDEV" | "STDEVP" | "VAR" | "VARP" | "PERCENTILE" | "MEDIAN" | "PTD_SUM" | "PTD_MIN" | "PTD_MAX" | "PTD_COUNT" | "PTD_DISTINCT_COUNT" | "PTD_AVERAGE" | "COLUMN" | "CUSTOM")?,
|
424
|
+
sort_direction: ("ASCENDING" | "DESCENDING")?
|
425
|
+
},
|
426
|
+
]?,
|
427
|
+
top_bottom_limit: {
|
428
|
+
constant_type: ("SINGULAR" | "RANGE" | "COLLECTIVE")?,
|
429
|
+
value: ::String?,
|
430
|
+
minimum: ::String?,
|
431
|
+
maximum: ::String?,
|
432
|
+
value_list: Array[
|
433
|
+
{
|
434
|
+
constant_type: ("SINGULAR" | "RANGE" | "COLLECTIVE")?,
|
435
|
+
value: ::String?
|
436
|
+
},
|
437
|
+
]?
|
438
|
+
}?,
|
439
|
+
sort_direction: ("ASCENDING" | "DESCENDING")?,
|
440
|
+
anchor: {
|
441
|
+
anchor_type: ("TODAY")?,
|
442
|
+
time_granularity: ("YEAR" | "QUARTER" | "MONTH" | "WEEK" | "DAY" | "HOUR" | "MINUTE" | "SECOND" | "MILLISECOND")?,
|
443
|
+
offset: ::Integer?
|
444
|
+
}?
|
445
|
+
}?
|
446
|
+
}?,
|
447
|
+
direction: ("INCREASE" | "DECREASE" | "NEUTRAL")?,
|
448
|
+
sort_type: ("ABSOLUTE_DIFFERENCE" | "CONTRIBUTION_PERCENTAGE" | "DEVIATION_FROM_EXPECTED" | "PERCENTAGE_DIFFERENCE")?
|
449
|
+
}?,
|
450
|
+
visual: {
|
451
|
+
type: ::String?
|
452
|
+
}?
|
453
|
+
}?,
|
454
|
+
primary_visual: {
|
455
|
+
visual_id: ::String?,
|
456
|
+
role: ("PRIMARY" | "COMPLIMENTARY" | "MULTI_INTENT" | "FALLBACK" | "FRAGMENT")?,
|
457
|
+
ir: {
|
458
|
+
metrics: Array[
|
459
|
+
{
|
460
|
+
metric_id: {
|
461
|
+
identity: ::String
|
462
|
+
}?,
|
463
|
+
function: {
|
464
|
+
aggregation: ("SUM" | "MIN" | "MAX" | "COUNT" | "AVERAGE" | "DISTINCT_COUNT" | "STDEV" | "STDEVP" | "VAR" | "VARP" | "PERCENTILE" | "MEDIAN" | "PTD_SUM" | "PTD_MIN" | "PTD_MAX" | "PTD_COUNT" | "PTD_DISTINCT_COUNT" | "PTD_AVERAGE" | "COLUMN" | "CUSTOM")?,
|
465
|
+
aggregation_function_parameters: Hash[::String, ::String]?,
|
466
|
+
period: ("SECOND" | "MINUTE" | "HOUR" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR")?,
|
467
|
+
period_field: ::String?
|
468
|
+
}?,
|
469
|
+
operands: Array[
|
470
|
+
{
|
471
|
+
identity: ::String
|
472
|
+
},
|
473
|
+
]?,
|
474
|
+
comparison_method: {
|
475
|
+
type: ("DIFF" | "PERC_DIFF" | "DIFF_AS_PERC" | "POP_CURRENT_DIFF_AS_PERC" | "POP_CURRENT_DIFF" | "POP_OVERTIME_DIFF_AS_PERC" | "POP_OVERTIME_DIFF" | "PERCENT_OF_TOTAL" | "RUNNING_SUM" | "MOVING_AVERAGE")?,
|
476
|
+
period: ("SECOND" | "MINUTE" | "HOUR" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR")?,
|
477
|
+
window_size: ::Integer?
|
478
|
+
}?,
|
479
|
+
expression: ::String?,
|
480
|
+
calculated_field_references: Array[
|
481
|
+
{
|
482
|
+
identity: ::String
|
483
|
+
},
|
484
|
+
]?,
|
485
|
+
display_format: ("AUTO" | "PERCENT" | "CURRENCY" | "NUMBER" | "DATE" | "STRING")?,
|
486
|
+
display_format_options: {
|
487
|
+
use_blank_cell_format: bool?,
|
488
|
+
blank_cell_format: ::String?,
|
489
|
+
date_format: ::String?,
|
490
|
+
decimal_separator: ("COMMA" | "DOT")?,
|
491
|
+
grouping_separator: ::String?,
|
492
|
+
use_grouping: bool?,
|
493
|
+
fraction_digits: ::Integer?,
|
494
|
+
prefix: ::String?,
|
495
|
+
suffix: ::String?,
|
496
|
+
unit_scaler: ("NONE" | "AUTO" | "THOUSANDS" | "MILLIONS" | "BILLIONS" | "TRILLIONS")?,
|
497
|
+
negative_format: {
|
498
|
+
prefix: ::String?,
|
499
|
+
suffix: ::String?
|
500
|
+
}?,
|
501
|
+
currency_symbol: ::String?
|
502
|
+
}?,
|
503
|
+
named_entity: {
|
504
|
+
named_entity_name: ::String?
|
505
|
+
}?
|
506
|
+
},
|
507
|
+
]?,
|
508
|
+
group_by_list: Array[
|
509
|
+
{
|
510
|
+
field_name: {
|
511
|
+
identity: ::String
|
512
|
+
}?,
|
513
|
+
time_granularity: ("SECOND" | "MINUTE" | "HOUR" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR")?,
|
514
|
+
sort: {
|
515
|
+
operand: {
|
516
|
+
identity: ::String
|
517
|
+
}?,
|
518
|
+
sort_direction: ("ASCENDING" | "DESCENDING")?
|
519
|
+
}?,
|
520
|
+
display_format: ("AUTO" | "PERCENT" | "CURRENCY" | "NUMBER" | "DATE" | "STRING")?,
|
521
|
+
display_format_options: {
|
522
|
+
use_blank_cell_format: bool?,
|
523
|
+
blank_cell_format: ::String?,
|
524
|
+
date_format: ::String?,
|
525
|
+
decimal_separator: ("COMMA" | "DOT")?,
|
526
|
+
grouping_separator: ::String?,
|
527
|
+
use_grouping: bool?,
|
528
|
+
fraction_digits: ::Integer?,
|
529
|
+
prefix: ::String?,
|
530
|
+
suffix: ::String?,
|
531
|
+
unit_scaler: ("NONE" | "AUTO" | "THOUSANDS" | "MILLIONS" | "BILLIONS" | "TRILLIONS")?,
|
532
|
+
negative_format: {
|
533
|
+
prefix: ::String?,
|
534
|
+
suffix: ::String?
|
535
|
+
}?,
|
536
|
+
currency_symbol: ::String?
|
537
|
+
}?,
|
538
|
+
named_entity: {
|
539
|
+
named_entity_name: ::String?
|
540
|
+
}?
|
541
|
+
},
|
542
|
+
]?,
|
543
|
+
filters: Array[
|
544
|
+
Array[
|
545
|
+
{
|
546
|
+
filter_type: ("CATEGORY_FILTER" | "NUMERIC_EQUALITY_FILTER" | "NUMERIC_RANGE_FILTER" | "DATE_RANGE_FILTER" | "RELATIVE_DATE_FILTER" | "TOP_BOTTOM_FILTER" | "EQUALS" | "RANK_LIMIT_FILTER" | "ACCEPT_ALL_FILTER")?,
|
547
|
+
filter_class: ("ENFORCED_VALUE_FILTER" | "CONDITIONAL_VALUE_FILTER" | "NAMED_VALUE_FILTER")?,
|
548
|
+
operand_field: {
|
549
|
+
identity: ::String
|
550
|
+
}?,
|
551
|
+
function: ("CONTAINS" | "EXACT" | "STARTS_WITH" | "ENDS_WITH" | "CONTAINS_STRING" | "PREVIOUS" | "THIS" | "LAST" | "NEXT" | "NOW")?,
|
552
|
+
constant: {
|
553
|
+
constant_type: ("SINGULAR" | "RANGE" | "COLLECTIVE")?,
|
554
|
+
value: ::String?,
|
555
|
+
minimum: ::String?,
|
556
|
+
maximum: ::String?,
|
557
|
+
value_list: Array[
|
558
|
+
{
|
559
|
+
constant_type: ("SINGULAR" | "RANGE" | "COLLECTIVE")?,
|
560
|
+
value: ::String?
|
561
|
+
},
|
562
|
+
]?
|
563
|
+
}?,
|
564
|
+
inverse: bool?,
|
565
|
+
null_filter: ("ALL_VALUES" | "NON_NULLS_ONLY" | "NULLS_ONLY")?,
|
566
|
+
aggregation: ("SUM" | "MIN" | "MAX" | "COUNT" | "AVERAGE" | "DISTINCT_COUNT" | "STDEV" | "STDEVP" | "VAR" | "VARP" | "PERCENTILE" | "MEDIAN" | "PTD_SUM" | "PTD_MIN" | "PTD_MAX" | "PTD_COUNT" | "PTD_DISTINCT_COUNT" | "PTD_AVERAGE" | "COLUMN" | "CUSTOM")?,
|
567
|
+
aggregation_function_parameters: Hash[::String, ::String]?,
|
568
|
+
aggregation_partition_by: Array[
|
569
|
+
{
|
570
|
+
field_name: ::String?,
|
571
|
+
time_granularity: ("YEAR" | "QUARTER" | "MONTH" | "WEEK" | "DAY" | "HOUR" | "MINUTE" | "SECOND" | "MILLISECOND")?
|
572
|
+
},
|
573
|
+
]?,
|
574
|
+
range: {
|
575
|
+
constant_type: ("SINGULAR" | "RANGE" | "COLLECTIVE")?,
|
576
|
+
value: ::String?,
|
577
|
+
minimum: ::String?,
|
578
|
+
maximum: ::String?,
|
579
|
+
value_list: Array[
|
580
|
+
{
|
581
|
+
constant_type: ("SINGULAR" | "RANGE" | "COLLECTIVE")?,
|
582
|
+
value: ::String?
|
583
|
+
},
|
584
|
+
]?
|
585
|
+
}?,
|
586
|
+
inclusive: bool?,
|
587
|
+
time_granularity: ("YEAR" | "QUARTER" | "MONTH" | "WEEK" | "DAY" | "HOUR" | "MINUTE" | "SECOND" | "MILLISECOND")?,
|
588
|
+
last_next_offset: {
|
589
|
+
constant_type: ("SINGULAR" | "RANGE" | "COLLECTIVE")?,
|
590
|
+
value: ::String?,
|
591
|
+
minimum: ::String?,
|
592
|
+
maximum: ::String?,
|
593
|
+
value_list: Array[
|
594
|
+
{
|
595
|
+
constant_type: ("SINGULAR" | "RANGE" | "COLLECTIVE")?,
|
596
|
+
value: ::String?
|
597
|
+
},
|
598
|
+
]?
|
599
|
+
}?,
|
600
|
+
agg_metrics: Array[
|
601
|
+
{
|
602
|
+
metric_operand: {
|
603
|
+
identity: ::String
|
604
|
+
}?,
|
605
|
+
function: ("SUM" | "MIN" | "MAX" | "COUNT" | "AVERAGE" | "DISTINCT_COUNT" | "STDEV" | "STDEVP" | "VAR" | "VARP" | "PERCENTILE" | "MEDIAN" | "PTD_SUM" | "PTD_MIN" | "PTD_MAX" | "PTD_COUNT" | "PTD_DISTINCT_COUNT" | "PTD_AVERAGE" | "COLUMN" | "CUSTOM")?,
|
606
|
+
sort_direction: ("ASCENDING" | "DESCENDING")?
|
607
|
+
},
|
608
|
+
]?,
|
609
|
+
top_bottom_limit: {
|
610
|
+
constant_type: ("SINGULAR" | "RANGE" | "COLLECTIVE")?,
|
611
|
+
value: ::String?,
|
612
|
+
minimum: ::String?,
|
613
|
+
maximum: ::String?,
|
614
|
+
value_list: Array[
|
615
|
+
{
|
616
|
+
constant_type: ("SINGULAR" | "RANGE" | "COLLECTIVE")?,
|
617
|
+
value: ::String?
|
618
|
+
},
|
619
|
+
]?
|
620
|
+
}?,
|
621
|
+
sort_direction: ("ASCENDING" | "DESCENDING")?,
|
622
|
+
anchor: {
|
623
|
+
anchor_type: ("TODAY")?,
|
624
|
+
time_granularity: ("YEAR" | "QUARTER" | "MONTH" | "WEEK" | "DAY" | "HOUR" | "MINUTE" | "SECOND" | "MILLISECOND")?,
|
625
|
+
offset: ::Integer?
|
626
|
+
}?
|
627
|
+
},
|
628
|
+
],
|
629
|
+
]?,
|
630
|
+
sort: {
|
631
|
+
operand: {
|
632
|
+
identity: ::String
|
633
|
+
}?,
|
634
|
+
sort_direction: ("ASCENDING" | "DESCENDING")?
|
635
|
+
}?,
|
636
|
+
contribution_analysis: {
|
637
|
+
factors: Array[
|
638
|
+
{
|
639
|
+
field_name: ::String?
|
640
|
+
},
|
641
|
+
]?,
|
642
|
+
time_ranges: {
|
643
|
+
start_range: {
|
644
|
+
filter_type: ("CATEGORY_FILTER" | "NUMERIC_EQUALITY_FILTER" | "NUMERIC_RANGE_FILTER" | "DATE_RANGE_FILTER" | "RELATIVE_DATE_FILTER" | "TOP_BOTTOM_FILTER" | "EQUALS" | "RANK_LIMIT_FILTER" | "ACCEPT_ALL_FILTER")?,
|
645
|
+
filter_class: ("ENFORCED_VALUE_FILTER" | "CONDITIONAL_VALUE_FILTER" | "NAMED_VALUE_FILTER")?,
|
646
|
+
operand_field: {
|
647
|
+
identity: ::String
|
648
|
+
}?,
|
649
|
+
function: ("CONTAINS" | "EXACT" | "STARTS_WITH" | "ENDS_WITH" | "CONTAINS_STRING" | "PREVIOUS" | "THIS" | "LAST" | "NEXT" | "NOW")?,
|
650
|
+
constant: {
|
651
|
+
constant_type: ("SINGULAR" | "RANGE" | "COLLECTIVE")?,
|
652
|
+
value: ::String?,
|
653
|
+
minimum: ::String?,
|
654
|
+
maximum: ::String?,
|
655
|
+
value_list: Array[
|
656
|
+
{
|
657
|
+
constant_type: ("SINGULAR" | "RANGE" | "COLLECTIVE")?,
|
658
|
+
value: ::String?
|
659
|
+
},
|
660
|
+
]?
|
661
|
+
}?,
|
662
|
+
inverse: bool?,
|
663
|
+
null_filter: ("ALL_VALUES" | "NON_NULLS_ONLY" | "NULLS_ONLY")?,
|
664
|
+
aggregation: ("SUM" | "MIN" | "MAX" | "COUNT" | "AVERAGE" | "DISTINCT_COUNT" | "STDEV" | "STDEVP" | "VAR" | "VARP" | "PERCENTILE" | "MEDIAN" | "PTD_SUM" | "PTD_MIN" | "PTD_MAX" | "PTD_COUNT" | "PTD_DISTINCT_COUNT" | "PTD_AVERAGE" | "COLUMN" | "CUSTOM")?,
|
665
|
+
aggregation_function_parameters: Hash[::String, ::String]?,
|
666
|
+
aggregation_partition_by: Array[
|
667
|
+
{
|
668
|
+
field_name: ::String?,
|
669
|
+
time_granularity: ("YEAR" | "QUARTER" | "MONTH" | "WEEK" | "DAY" | "HOUR" | "MINUTE" | "SECOND" | "MILLISECOND")?
|
670
|
+
},
|
671
|
+
]?,
|
672
|
+
range: {
|
673
|
+
constant_type: ("SINGULAR" | "RANGE" | "COLLECTIVE")?,
|
674
|
+
value: ::String?,
|
675
|
+
minimum: ::String?,
|
676
|
+
maximum: ::String?,
|
677
|
+
value_list: Array[
|
678
|
+
{
|
679
|
+
constant_type: ("SINGULAR" | "RANGE" | "COLLECTIVE")?,
|
680
|
+
value: ::String?
|
681
|
+
},
|
682
|
+
]?
|
683
|
+
}?,
|
684
|
+
inclusive: bool?,
|
685
|
+
time_granularity: ("YEAR" | "QUARTER" | "MONTH" | "WEEK" | "DAY" | "HOUR" | "MINUTE" | "SECOND" | "MILLISECOND")?,
|
686
|
+
last_next_offset: {
|
687
|
+
constant_type: ("SINGULAR" | "RANGE" | "COLLECTIVE")?,
|
688
|
+
value: ::String?,
|
689
|
+
minimum: ::String?,
|
690
|
+
maximum: ::String?,
|
691
|
+
value_list: Array[
|
692
|
+
{
|
693
|
+
constant_type: ("SINGULAR" | "RANGE" | "COLLECTIVE")?,
|
694
|
+
value: ::String?
|
695
|
+
},
|
696
|
+
]?
|
697
|
+
}?,
|
698
|
+
agg_metrics: Array[
|
699
|
+
{
|
700
|
+
metric_operand: {
|
701
|
+
identity: ::String
|
702
|
+
}?,
|
703
|
+
function: ("SUM" | "MIN" | "MAX" | "COUNT" | "AVERAGE" | "DISTINCT_COUNT" | "STDEV" | "STDEVP" | "VAR" | "VARP" | "PERCENTILE" | "MEDIAN" | "PTD_SUM" | "PTD_MIN" | "PTD_MAX" | "PTD_COUNT" | "PTD_DISTINCT_COUNT" | "PTD_AVERAGE" | "COLUMN" | "CUSTOM")?,
|
704
|
+
sort_direction: ("ASCENDING" | "DESCENDING")?
|
705
|
+
},
|
706
|
+
]?,
|
707
|
+
top_bottom_limit: {
|
708
|
+
constant_type: ("SINGULAR" | "RANGE" | "COLLECTIVE")?,
|
709
|
+
value: ::String?,
|
710
|
+
minimum: ::String?,
|
711
|
+
maximum: ::String?,
|
712
|
+
value_list: Array[
|
713
|
+
{
|
714
|
+
constant_type: ("SINGULAR" | "RANGE" | "COLLECTIVE")?,
|
715
|
+
value: ::String?
|
716
|
+
},
|
717
|
+
]?
|
718
|
+
}?,
|
719
|
+
sort_direction: ("ASCENDING" | "DESCENDING")?,
|
720
|
+
anchor: {
|
721
|
+
anchor_type: ("TODAY")?,
|
722
|
+
time_granularity: ("YEAR" | "QUARTER" | "MONTH" | "WEEK" | "DAY" | "HOUR" | "MINUTE" | "SECOND" | "MILLISECOND")?,
|
723
|
+
offset: ::Integer?
|
724
|
+
}?
|
725
|
+
}?,
|
726
|
+
end_range: {
|
727
|
+
filter_type: ("CATEGORY_FILTER" | "NUMERIC_EQUALITY_FILTER" | "NUMERIC_RANGE_FILTER" | "DATE_RANGE_FILTER" | "RELATIVE_DATE_FILTER" | "TOP_BOTTOM_FILTER" | "EQUALS" | "RANK_LIMIT_FILTER" | "ACCEPT_ALL_FILTER")?,
|
728
|
+
filter_class: ("ENFORCED_VALUE_FILTER" | "CONDITIONAL_VALUE_FILTER" | "NAMED_VALUE_FILTER")?,
|
729
|
+
operand_field: {
|
730
|
+
identity: ::String
|
731
|
+
}?,
|
732
|
+
function: ("CONTAINS" | "EXACT" | "STARTS_WITH" | "ENDS_WITH" | "CONTAINS_STRING" | "PREVIOUS" | "THIS" | "LAST" | "NEXT" | "NOW")?,
|
733
|
+
constant: {
|
734
|
+
constant_type: ("SINGULAR" | "RANGE" | "COLLECTIVE")?,
|
735
|
+
value: ::String?,
|
736
|
+
minimum: ::String?,
|
737
|
+
maximum: ::String?,
|
738
|
+
value_list: Array[
|
739
|
+
{
|
740
|
+
constant_type: ("SINGULAR" | "RANGE" | "COLLECTIVE")?,
|
741
|
+
value: ::String?
|
742
|
+
},
|
743
|
+
]?
|
744
|
+
}?,
|
745
|
+
inverse: bool?,
|
746
|
+
null_filter: ("ALL_VALUES" | "NON_NULLS_ONLY" | "NULLS_ONLY")?,
|
747
|
+
aggregation: ("SUM" | "MIN" | "MAX" | "COUNT" | "AVERAGE" | "DISTINCT_COUNT" | "STDEV" | "STDEVP" | "VAR" | "VARP" | "PERCENTILE" | "MEDIAN" | "PTD_SUM" | "PTD_MIN" | "PTD_MAX" | "PTD_COUNT" | "PTD_DISTINCT_COUNT" | "PTD_AVERAGE" | "COLUMN" | "CUSTOM")?,
|
748
|
+
aggregation_function_parameters: Hash[::String, ::String]?,
|
749
|
+
aggregation_partition_by: Array[
|
750
|
+
{
|
751
|
+
field_name: ::String?,
|
752
|
+
time_granularity: ("YEAR" | "QUARTER" | "MONTH" | "WEEK" | "DAY" | "HOUR" | "MINUTE" | "SECOND" | "MILLISECOND")?
|
753
|
+
},
|
754
|
+
]?,
|
755
|
+
range: {
|
756
|
+
constant_type: ("SINGULAR" | "RANGE" | "COLLECTIVE")?,
|
757
|
+
value: ::String?,
|
758
|
+
minimum: ::String?,
|
759
|
+
maximum: ::String?,
|
760
|
+
value_list: Array[
|
761
|
+
{
|
762
|
+
constant_type: ("SINGULAR" | "RANGE" | "COLLECTIVE")?,
|
763
|
+
value: ::String?
|
764
|
+
},
|
765
|
+
]?
|
766
|
+
}?,
|
767
|
+
inclusive: bool?,
|
768
|
+
time_granularity: ("YEAR" | "QUARTER" | "MONTH" | "WEEK" | "DAY" | "HOUR" | "MINUTE" | "SECOND" | "MILLISECOND")?,
|
769
|
+
last_next_offset: {
|
770
|
+
constant_type: ("SINGULAR" | "RANGE" | "COLLECTIVE")?,
|
771
|
+
value: ::String?,
|
772
|
+
minimum: ::String?,
|
773
|
+
maximum: ::String?,
|
774
|
+
value_list: Array[
|
775
|
+
{
|
776
|
+
constant_type: ("SINGULAR" | "RANGE" | "COLLECTIVE")?,
|
777
|
+
value: ::String?
|
778
|
+
},
|
779
|
+
]?
|
780
|
+
}?,
|
781
|
+
agg_metrics: Array[
|
782
|
+
{
|
783
|
+
metric_operand: {
|
784
|
+
identity: ::String
|
785
|
+
}?,
|
786
|
+
function: ("SUM" | "MIN" | "MAX" | "COUNT" | "AVERAGE" | "DISTINCT_COUNT" | "STDEV" | "STDEVP" | "VAR" | "VARP" | "PERCENTILE" | "MEDIAN" | "PTD_SUM" | "PTD_MIN" | "PTD_MAX" | "PTD_COUNT" | "PTD_DISTINCT_COUNT" | "PTD_AVERAGE" | "COLUMN" | "CUSTOM")?,
|
787
|
+
sort_direction: ("ASCENDING" | "DESCENDING")?
|
788
|
+
},
|
789
|
+
]?,
|
790
|
+
top_bottom_limit: {
|
791
|
+
constant_type: ("SINGULAR" | "RANGE" | "COLLECTIVE")?,
|
792
|
+
value: ::String?,
|
793
|
+
minimum: ::String?,
|
794
|
+
maximum: ::String?,
|
795
|
+
value_list: Array[
|
796
|
+
{
|
797
|
+
constant_type: ("SINGULAR" | "RANGE" | "COLLECTIVE")?,
|
798
|
+
value: ::String?
|
799
|
+
},
|
800
|
+
]?
|
801
|
+
}?,
|
802
|
+
sort_direction: ("ASCENDING" | "DESCENDING")?,
|
803
|
+
anchor: {
|
804
|
+
anchor_type: ("TODAY")?,
|
805
|
+
time_granularity: ("YEAR" | "QUARTER" | "MONTH" | "WEEK" | "DAY" | "HOUR" | "MINUTE" | "SECOND" | "MILLISECOND")?,
|
806
|
+
offset: ::Integer?
|
807
|
+
}?
|
808
|
+
}?
|
809
|
+
}?,
|
810
|
+
direction: ("INCREASE" | "DECREASE" | "NEUTRAL")?,
|
811
|
+
sort_type: ("ABSOLUTE_DIFFERENCE" | "CONTRIBUTION_PERCENTAGE" | "DEVIATION_FROM_EXPECTED" | "PERCENTAGE_DIFFERENCE")?
|
812
|
+
}?,
|
813
|
+
visual: {
|
814
|
+
type: ::String?
|
815
|
+
}?
|
816
|
+
}?,
|
817
|
+
supporting_visuals: Array[
|
818
|
+
untyped,
|
819
|
+
]?
|
820
|
+
}?,
|
821
|
+
template: {
|
822
|
+
template_type: ::String?,
|
823
|
+
slots: Array[
|
824
|
+
{
|
825
|
+
slot_id: ::String?,
|
826
|
+
visual_id: ::String?
|
827
|
+
},
|
828
|
+
]?
|
829
|
+
}?
|
830
|
+
},
|
831
|
+
]
|
832
|
+
) -> _BatchCreateTopicReviewedAnswerResponseSuccess
|
833
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _BatchCreateTopicReviewedAnswerResponseSuccess
|
834
|
+
|
835
|
+
interface _BatchDeleteTopicReviewedAnswerResponseSuccess
|
836
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::BatchDeleteTopicReviewedAnswerResponse]
|
837
|
+
def topic_id: () -> ::String
|
838
|
+
def topic_arn: () -> ::String
|
839
|
+
def succeeded_answers: () -> ::Array[Types::SucceededTopicReviewedAnswer]
|
840
|
+
def invalid_answers: () -> ::Array[Types::InvalidTopicReviewedAnswer]
|
841
|
+
def request_id: () -> ::String
|
842
|
+
def status: () -> ::Integer
|
843
|
+
end
|
844
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/QuickSight/Client.html#batch_delete_topic_reviewed_answer-instance_method
|
845
|
+
def batch_delete_topic_reviewed_answer: (
|
846
|
+
aws_account_id: ::String,
|
847
|
+
topic_id: ::String,
|
848
|
+
?answer_ids: Array[::String]
|
849
|
+
) -> _BatchDeleteTopicReviewedAnswerResponseSuccess
|
850
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _BatchDeleteTopicReviewedAnswerResponseSuccess
|
851
|
+
|
76
852
|
interface _CancelIngestionResponseSuccess
|
77
853
|
include ::Seahorse::Client::_ResponseSuccess[Types::CancelIngestionResponse]
|
78
854
|
def arn: () -> ::String
|
@@ -246,7 +1022,9 @@ module Aws
|
|
246
1022
|
info_icon_label_options: {
|
247
1023
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
248
1024
|
info_icon_text: ::String?
|
249
|
-
}
|
1025
|
+
}?,
|
1026
|
+
helper_text_visibility: ("HIDDEN" | "VISIBLE")?,
|
1027
|
+
date_icon_visibility: ("HIDDEN" | "VISIBLE")?
|
250
1028
|
}?
|
251
1029
|
}?,
|
252
1030
|
list: {
|
@@ -464,7 +1242,9 @@ module Aws
|
|
464
1242
|
info_icon_label_options: {
|
465
1243
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
466
1244
|
info_icon_text: ::String?
|
467
|
-
}
|
1245
|
+
}?,
|
1246
|
+
helper_text_visibility: ("HIDDEN" | "VISIBLE")?,
|
1247
|
+
date_icon_visibility: ("HIDDEN" | "VISIBLE")?
|
468
1248
|
}?,
|
469
1249
|
type: ("SINGLE_VALUED" | "DATE_RANGE")?
|
470
1250
|
}?,
|
@@ -31828,7 +32608,9 @@ module Aws
|
|
31828
32608
|
info_icon_label_options: {
|
31829
32609
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
31830
32610
|
info_icon_text: ::String?
|
31831
|
-
}
|
32611
|
+
}?,
|
32612
|
+
helper_text_visibility: ("HIDDEN" | "VISIBLE")?,
|
32613
|
+
date_icon_visibility: ("HIDDEN" | "VISIBLE")?
|
31832
32614
|
}?
|
31833
32615
|
}?,
|
31834
32616
|
default_list_options: {
|
@@ -32058,7 +32840,9 @@ module Aws
|
|
32058
32840
|
info_icon_label_options: {
|
32059
32841
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
32060
32842
|
info_icon_text: ::String?
|
32061
|
-
}
|
32843
|
+
}?,
|
32844
|
+
helper_text_visibility: ("HIDDEN" | "VISIBLE")?,
|
32845
|
+
date_icon_visibility: ("HIDDEN" | "VISIBLE")?
|
32062
32846
|
}?
|
32063
32847
|
}?,
|
32064
32848
|
default_list_options: {
|
@@ -32281,7 +33065,9 @@ module Aws
|
|
32281
33065
|
info_icon_label_options: {
|
32282
33066
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
32283
33067
|
info_icon_text: ::String?
|
32284
|
-
}
|
33068
|
+
}?,
|
33069
|
+
helper_text_visibility: ("HIDDEN" | "VISIBLE")?,
|
33070
|
+
date_icon_visibility: ("HIDDEN" | "VISIBLE")?
|
32285
33071
|
}?
|
32286
33072
|
}?,
|
32287
33073
|
default_list_options: {
|
@@ -32492,7 +33278,9 @@ module Aws
|
|
32492
33278
|
info_icon_label_options: {
|
32493
33279
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
32494
33280
|
info_icon_text: ::String?
|
32495
|
-
}
|
33281
|
+
}?,
|
33282
|
+
helper_text_visibility: ("HIDDEN" | "VISIBLE")?,
|
33283
|
+
date_icon_visibility: ("HIDDEN" | "VISIBLE")?
|
32496
33284
|
}?
|
32497
33285
|
}?,
|
32498
33286
|
default_list_options: {
|
@@ -32721,7 +33509,9 @@ module Aws
|
|
32721
33509
|
info_icon_label_options: {
|
32722
33510
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
32723
33511
|
info_icon_text: ::String?
|
32724
|
-
}
|
33512
|
+
}?,
|
33513
|
+
helper_text_visibility: ("HIDDEN" | "VISIBLE")?,
|
33514
|
+
date_icon_visibility: ("HIDDEN" | "VISIBLE")?
|
32725
33515
|
}?
|
32726
33516
|
}?,
|
32727
33517
|
default_list_options: {
|
@@ -32940,7 +33730,9 @@ module Aws
|
|
32940
33730
|
info_icon_label_options: {
|
32941
33731
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
32942
33732
|
info_icon_text: ::String?
|
32943
|
-
}
|
33733
|
+
}?,
|
33734
|
+
helper_text_visibility: ("HIDDEN" | "VISIBLE")?,
|
33735
|
+
date_icon_visibility: ("HIDDEN" | "VISIBLE")?
|
32944
33736
|
}?
|
32945
33737
|
}?,
|
32946
33738
|
default_list_options: {
|
@@ -33170,7 +33962,9 @@ module Aws
|
|
33170
33962
|
info_icon_label_options: {
|
33171
33963
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
33172
33964
|
info_icon_text: ::String?
|
33173
|
-
}
|
33965
|
+
}?,
|
33966
|
+
helper_text_visibility: ("HIDDEN" | "VISIBLE")?,
|
33967
|
+
date_icon_visibility: ("HIDDEN" | "VISIBLE")?
|
33174
33968
|
}?
|
33175
33969
|
}?,
|
33176
33970
|
default_list_options: {
|
@@ -33402,7 +34196,9 @@ module Aws
|
|
33402
34196
|
info_icon_label_options: {
|
33403
34197
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
33404
34198
|
info_icon_text: ::String?
|
33405
|
-
}
|
34199
|
+
}?,
|
34200
|
+
helper_text_visibility: ("HIDDEN" | "VISIBLE")?,
|
34201
|
+
date_icon_visibility: ("HIDDEN" | "VISIBLE")?
|
33406
34202
|
}?
|
33407
34203
|
}?,
|
33408
34204
|
default_list_options: {
|
@@ -34015,7 +34811,9 @@ module Aws
|
|
34015
34811
|
info_icon_label_options: {
|
34016
34812
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
34017
34813
|
info_icon_text: ::String?
|
34018
|
-
}
|
34814
|
+
}?,
|
34815
|
+
helper_text_visibility: ("HIDDEN" | "VISIBLE")?,
|
34816
|
+
date_icon_visibility: ("HIDDEN" | "VISIBLE")?
|
34019
34817
|
}?
|
34020
34818
|
}?,
|
34021
34819
|
list: {
|
@@ -34233,7 +35031,9 @@ module Aws
|
|
34233
35031
|
info_icon_label_options: {
|
34234
35032
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
34235
35033
|
info_icon_text: ::String?
|
34236
|
-
}
|
35034
|
+
}?,
|
35035
|
+
helper_text_visibility: ("HIDDEN" | "VISIBLE")?,
|
35036
|
+
date_icon_visibility: ("HIDDEN" | "VISIBLE")?
|
34237
35037
|
}?,
|
34238
35038
|
type: ("SINGLE_VALUED" | "DATE_RANGE")?
|
34239
35039
|
}?,
|
@@ -65597,7 +66397,9 @@ module Aws
|
|
65597
66397
|
info_icon_label_options: {
|
65598
66398
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
65599
66399
|
info_icon_text: ::String?
|
65600
|
-
}
|
66400
|
+
}?,
|
66401
|
+
helper_text_visibility: ("HIDDEN" | "VISIBLE")?,
|
66402
|
+
date_icon_visibility: ("HIDDEN" | "VISIBLE")?
|
65601
66403
|
}?
|
65602
66404
|
}?,
|
65603
66405
|
default_list_options: {
|
@@ -65827,7 +66629,9 @@ module Aws
|
|
65827
66629
|
info_icon_label_options: {
|
65828
66630
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
65829
66631
|
info_icon_text: ::String?
|
65830
|
-
}
|
66632
|
+
}?,
|
66633
|
+
helper_text_visibility: ("HIDDEN" | "VISIBLE")?,
|
66634
|
+
date_icon_visibility: ("HIDDEN" | "VISIBLE")?
|
65831
66635
|
}?
|
65832
66636
|
}?,
|
65833
66637
|
default_list_options: {
|
@@ -66050,7 +66854,9 @@ module Aws
|
|
66050
66854
|
info_icon_label_options: {
|
66051
66855
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
66052
66856
|
info_icon_text: ::String?
|
66053
|
-
}
|
66857
|
+
}?,
|
66858
|
+
helper_text_visibility: ("HIDDEN" | "VISIBLE")?,
|
66859
|
+
date_icon_visibility: ("HIDDEN" | "VISIBLE")?
|
66054
66860
|
}?
|
66055
66861
|
}?,
|
66056
66862
|
default_list_options: {
|
@@ -66261,7 +67067,9 @@ module Aws
|
|
66261
67067
|
info_icon_label_options: {
|
66262
67068
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
66263
67069
|
info_icon_text: ::String?
|
66264
|
-
}
|
67070
|
+
}?,
|
67071
|
+
helper_text_visibility: ("HIDDEN" | "VISIBLE")?,
|
67072
|
+
date_icon_visibility: ("HIDDEN" | "VISIBLE")?
|
66265
67073
|
}?
|
66266
67074
|
}?,
|
66267
67075
|
default_list_options: {
|
@@ -66490,7 +67298,9 @@ module Aws
|
|
66490
67298
|
info_icon_label_options: {
|
66491
67299
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
66492
67300
|
info_icon_text: ::String?
|
66493
|
-
}
|
67301
|
+
}?,
|
67302
|
+
helper_text_visibility: ("HIDDEN" | "VISIBLE")?,
|
67303
|
+
date_icon_visibility: ("HIDDEN" | "VISIBLE")?
|
66494
67304
|
}?
|
66495
67305
|
}?,
|
66496
67306
|
default_list_options: {
|
@@ -66709,7 +67519,9 @@ module Aws
|
|
66709
67519
|
info_icon_label_options: {
|
66710
67520
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
66711
67521
|
info_icon_text: ::String?
|
66712
|
-
}
|
67522
|
+
}?,
|
67523
|
+
helper_text_visibility: ("HIDDEN" | "VISIBLE")?,
|
67524
|
+
date_icon_visibility: ("HIDDEN" | "VISIBLE")?
|
66713
67525
|
}?
|
66714
67526
|
}?,
|
66715
67527
|
default_list_options: {
|
@@ -66939,7 +67751,9 @@ module Aws
|
|
66939
67751
|
info_icon_label_options: {
|
66940
67752
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
66941
67753
|
info_icon_text: ::String?
|
66942
|
-
}
|
67754
|
+
}?,
|
67755
|
+
helper_text_visibility: ("HIDDEN" | "VISIBLE")?,
|
67756
|
+
date_icon_visibility: ("HIDDEN" | "VISIBLE")?
|
66943
67757
|
}?
|
66944
67758
|
}?,
|
66945
67759
|
default_list_options: {
|
@@ -67171,7 +67985,9 @@ module Aws
|
|
67171
67985
|
info_icon_label_options: {
|
67172
67986
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
67173
67987
|
info_icon_text: ::String?
|
67174
|
-
}
|
67988
|
+
}?,
|
67989
|
+
helper_text_visibility: ("HIDDEN" | "VISIBLE")?,
|
67990
|
+
date_icon_visibility: ("HIDDEN" | "VISIBLE")?
|
67175
67991
|
}?
|
67176
67992
|
}?,
|
67177
67993
|
default_list_options: {
|
@@ -68463,7 +69279,9 @@ module Aws
|
|
68463
69279
|
info_icon_label_options: {
|
68464
69280
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
68465
69281
|
info_icon_text: ::String?
|
68466
|
-
}
|
69282
|
+
}?,
|
69283
|
+
helper_text_visibility: ("HIDDEN" | "VISIBLE")?,
|
69284
|
+
date_icon_visibility: ("HIDDEN" | "VISIBLE")?
|
68467
69285
|
}?
|
68468
69286
|
}?,
|
68469
69287
|
list: {
|
@@ -68681,7 +69499,9 @@ module Aws
|
|
68681
69499
|
info_icon_label_options: {
|
68682
69500
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
68683
69501
|
info_icon_text: ::String?
|
68684
|
-
}
|
69502
|
+
}?,
|
69503
|
+
helper_text_visibility: ("HIDDEN" | "VISIBLE")?,
|
69504
|
+
date_icon_visibility: ("HIDDEN" | "VISIBLE")?
|
68685
69505
|
}?,
|
68686
69506
|
type: ("SINGLE_VALUED" | "DATE_RANGE")?
|
68687
69507
|
}?,
|
@@ -100045,7 +100865,9 @@ module Aws
|
|
100045
100865
|
info_icon_label_options: {
|
100046
100866
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
100047
100867
|
info_icon_text: ::String?
|
100048
|
-
}
|
100868
|
+
}?,
|
100869
|
+
helper_text_visibility: ("HIDDEN" | "VISIBLE")?,
|
100870
|
+
date_icon_visibility: ("HIDDEN" | "VISIBLE")?
|
100049
100871
|
}?
|
100050
100872
|
}?,
|
100051
100873
|
default_list_options: {
|
@@ -100275,7 +101097,9 @@ module Aws
|
|
100275
101097
|
info_icon_label_options: {
|
100276
101098
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
100277
101099
|
info_icon_text: ::String?
|
100278
|
-
}
|
101100
|
+
}?,
|
101101
|
+
helper_text_visibility: ("HIDDEN" | "VISIBLE")?,
|
101102
|
+
date_icon_visibility: ("HIDDEN" | "VISIBLE")?
|
100279
101103
|
}?
|
100280
101104
|
}?,
|
100281
101105
|
default_list_options: {
|
@@ -100498,7 +101322,9 @@ module Aws
|
|
100498
101322
|
info_icon_label_options: {
|
100499
101323
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
100500
101324
|
info_icon_text: ::String?
|
100501
|
-
}
|
101325
|
+
}?,
|
101326
|
+
helper_text_visibility: ("HIDDEN" | "VISIBLE")?,
|
101327
|
+
date_icon_visibility: ("HIDDEN" | "VISIBLE")?
|
100502
101328
|
}?
|
100503
101329
|
}?,
|
100504
101330
|
default_list_options: {
|
@@ -100709,7 +101535,9 @@ module Aws
|
|
100709
101535
|
info_icon_label_options: {
|
100710
101536
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
100711
101537
|
info_icon_text: ::String?
|
100712
|
-
}
|
101538
|
+
}?,
|
101539
|
+
helper_text_visibility: ("HIDDEN" | "VISIBLE")?,
|
101540
|
+
date_icon_visibility: ("HIDDEN" | "VISIBLE")?
|
100713
101541
|
}?
|
100714
101542
|
}?,
|
100715
101543
|
default_list_options: {
|
@@ -100938,7 +101766,9 @@ module Aws
|
|
100938
101766
|
info_icon_label_options: {
|
100939
101767
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
100940
101768
|
info_icon_text: ::String?
|
100941
|
-
}
|
101769
|
+
}?,
|
101770
|
+
helper_text_visibility: ("HIDDEN" | "VISIBLE")?,
|
101771
|
+
date_icon_visibility: ("HIDDEN" | "VISIBLE")?
|
100942
101772
|
}?
|
100943
101773
|
}?,
|
100944
101774
|
default_list_options: {
|
@@ -101157,7 +101987,9 @@ module Aws
|
|
101157
101987
|
info_icon_label_options: {
|
101158
101988
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
101159
101989
|
info_icon_text: ::String?
|
101160
|
-
}
|
101990
|
+
}?,
|
101991
|
+
helper_text_visibility: ("HIDDEN" | "VISIBLE")?,
|
101992
|
+
date_icon_visibility: ("HIDDEN" | "VISIBLE")?
|
101161
101993
|
}?
|
101162
101994
|
}?,
|
101163
101995
|
default_list_options: {
|
@@ -101387,7 +102219,9 @@ module Aws
|
|
101387
102219
|
info_icon_label_options: {
|
101388
102220
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
101389
102221
|
info_icon_text: ::String?
|
101390
|
-
}
|
102222
|
+
}?,
|
102223
|
+
helper_text_visibility: ("HIDDEN" | "VISIBLE")?,
|
102224
|
+
date_icon_visibility: ("HIDDEN" | "VISIBLE")?
|
101391
102225
|
}?
|
101392
102226
|
}?,
|
101393
102227
|
default_list_options: {
|
@@ -101619,7 +102453,9 @@ module Aws
|
|
101619
102453
|
info_icon_label_options: {
|
101620
102454
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
101621
102455
|
info_icon_text: ::String?
|
101622
|
-
}
|
102456
|
+
}?,
|
102457
|
+
helper_text_visibility: ("HIDDEN" | "VISIBLE")?,
|
102458
|
+
date_icon_visibility: ("HIDDEN" | "VISIBLE")?
|
101623
102459
|
}?
|
101624
102460
|
}?,
|
101625
102461
|
default_list_options: {
|
@@ -104053,6 +104889,21 @@ module Aws
|
|
104053
104889
|
) -> _ListTopicRefreshSchedulesResponseSuccess
|
104054
104890
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListTopicRefreshSchedulesResponseSuccess
|
104055
104891
|
|
104892
|
+
interface _ListTopicReviewedAnswersResponseSuccess
|
104893
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::ListTopicReviewedAnswersResponse]
|
104894
|
+
def topic_id: () -> ::String
|
104895
|
+
def topic_arn: () -> ::String
|
104896
|
+
def answers: () -> ::Array[Types::TopicReviewedAnswer]
|
104897
|
+
def status: () -> ::Integer
|
104898
|
+
def request_id: () -> ::String
|
104899
|
+
end
|
104900
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/QuickSight/Client.html#list_topic_reviewed_answers-instance_method
|
104901
|
+
def list_topic_reviewed_answers: (
|
104902
|
+
aws_account_id: ::String,
|
104903
|
+
topic_id: ::String
|
104904
|
+
) -> _ListTopicReviewedAnswersResponseSuccess
|
104905
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListTopicReviewedAnswersResponseSuccess
|
104906
|
+
|
104056
104907
|
interface _ListTopicsResponseSuccess
|
104057
104908
|
include ::Seahorse::Client::_ResponseSuccess[Types::ListTopicsResponse]
|
104058
104909
|
def topics_summaries: () -> ::Array[Types::TopicSummary]
|
@@ -104957,7 +105808,9 @@ module Aws
|
|
104957
105808
|
info_icon_label_options: {
|
104958
105809
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
104959
105810
|
info_icon_text: ::String?
|
104960
|
-
}
|
105811
|
+
}?,
|
105812
|
+
helper_text_visibility: ("HIDDEN" | "VISIBLE")?,
|
105813
|
+
date_icon_visibility: ("HIDDEN" | "VISIBLE")?
|
104961
105814
|
}?
|
104962
105815
|
}?,
|
104963
105816
|
list: {
|
@@ -105175,7 +106028,9 @@ module Aws
|
|
105175
106028
|
info_icon_label_options: {
|
105176
106029
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
105177
106030
|
info_icon_text: ::String?
|
105178
|
-
}
|
106031
|
+
}?,
|
106032
|
+
helper_text_visibility: ("HIDDEN" | "VISIBLE")?,
|
106033
|
+
date_icon_visibility: ("HIDDEN" | "VISIBLE")?
|
105179
106034
|
}?,
|
105180
106035
|
type: ("SINGLE_VALUED" | "DATE_RANGE")?
|
105181
106036
|
}?,
|
@@ -136539,7 +137394,9 @@ module Aws
|
|
136539
137394
|
info_icon_label_options: {
|
136540
137395
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
136541
137396
|
info_icon_text: ::String?
|
136542
|
-
}
|
137397
|
+
}?,
|
137398
|
+
helper_text_visibility: ("HIDDEN" | "VISIBLE")?,
|
137399
|
+
date_icon_visibility: ("HIDDEN" | "VISIBLE")?
|
136543
137400
|
}?
|
136544
137401
|
}?,
|
136545
137402
|
default_list_options: {
|
@@ -136769,7 +137626,9 @@ module Aws
|
|
136769
137626
|
info_icon_label_options: {
|
136770
137627
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
136771
137628
|
info_icon_text: ::String?
|
136772
|
-
}
|
137629
|
+
}?,
|
137630
|
+
helper_text_visibility: ("HIDDEN" | "VISIBLE")?,
|
137631
|
+
date_icon_visibility: ("HIDDEN" | "VISIBLE")?
|
136773
137632
|
}?
|
136774
137633
|
}?,
|
136775
137634
|
default_list_options: {
|
@@ -136992,7 +137851,9 @@ module Aws
|
|
136992
137851
|
info_icon_label_options: {
|
136993
137852
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
136994
137853
|
info_icon_text: ::String?
|
136995
|
-
}
|
137854
|
+
}?,
|
137855
|
+
helper_text_visibility: ("HIDDEN" | "VISIBLE")?,
|
137856
|
+
date_icon_visibility: ("HIDDEN" | "VISIBLE")?
|
136996
137857
|
}?
|
136997
137858
|
}?,
|
136998
137859
|
default_list_options: {
|
@@ -137203,7 +138064,9 @@ module Aws
|
|
137203
138064
|
info_icon_label_options: {
|
137204
138065
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
137205
138066
|
info_icon_text: ::String?
|
137206
|
-
}
|
138067
|
+
}?,
|
138068
|
+
helper_text_visibility: ("HIDDEN" | "VISIBLE")?,
|
138069
|
+
date_icon_visibility: ("HIDDEN" | "VISIBLE")?
|
137207
138070
|
}?
|
137208
138071
|
}?,
|
137209
138072
|
default_list_options: {
|
@@ -137432,7 +138295,9 @@ module Aws
|
|
137432
138295
|
info_icon_label_options: {
|
137433
138296
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
137434
138297
|
info_icon_text: ::String?
|
137435
|
-
}
|
138298
|
+
}?,
|
138299
|
+
helper_text_visibility: ("HIDDEN" | "VISIBLE")?,
|
138300
|
+
date_icon_visibility: ("HIDDEN" | "VISIBLE")?
|
137436
138301
|
}?
|
137437
138302
|
}?,
|
137438
138303
|
default_list_options: {
|
@@ -137651,7 +138516,9 @@ module Aws
|
|
137651
138516
|
info_icon_label_options: {
|
137652
138517
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
137653
138518
|
info_icon_text: ::String?
|
137654
|
-
}
|
138519
|
+
}?,
|
138520
|
+
helper_text_visibility: ("HIDDEN" | "VISIBLE")?,
|
138521
|
+
date_icon_visibility: ("HIDDEN" | "VISIBLE")?
|
137655
138522
|
}?
|
137656
138523
|
}?,
|
137657
138524
|
default_list_options: {
|
@@ -137881,7 +138748,9 @@ module Aws
|
|
137881
138748
|
info_icon_label_options: {
|
137882
138749
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
137883
138750
|
info_icon_text: ::String?
|
137884
|
-
}
|
138751
|
+
}?,
|
138752
|
+
helper_text_visibility: ("HIDDEN" | "VISIBLE")?,
|
138753
|
+
date_icon_visibility: ("HIDDEN" | "VISIBLE")?
|
137885
138754
|
}?
|
137886
138755
|
}?,
|
137887
138756
|
default_list_options: {
|
@@ -138113,7 +138982,9 @@ module Aws
|
|
138113
138982
|
info_icon_label_options: {
|
138114
138983
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
138115
138984
|
info_icon_text: ::String?
|
138116
|
-
}
|
138985
|
+
}?,
|
138986
|
+
helper_text_visibility: ("HIDDEN" | "VISIBLE")?,
|
138987
|
+
date_icon_visibility: ("HIDDEN" | "VISIBLE")?
|
138117
138988
|
}?
|
138118
138989
|
}?,
|
138119
138990
|
default_list_options: {
|
@@ -138740,7 +139611,9 @@ module Aws
|
|
138740
139611
|
info_icon_label_options: {
|
138741
139612
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
138742
139613
|
info_icon_text: ::String?
|
138743
|
-
}
|
139614
|
+
}?,
|
139615
|
+
helper_text_visibility: ("HIDDEN" | "VISIBLE")?,
|
139616
|
+
date_icon_visibility: ("HIDDEN" | "VISIBLE")?
|
138744
139617
|
}?
|
138745
139618
|
}?,
|
138746
139619
|
list: {
|
@@ -138958,7 +139831,9 @@ module Aws
|
|
138958
139831
|
info_icon_label_options: {
|
138959
139832
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
138960
139833
|
info_icon_text: ::String?
|
138961
|
-
}
|
139834
|
+
}?,
|
139835
|
+
helper_text_visibility: ("HIDDEN" | "VISIBLE")?,
|
139836
|
+
date_icon_visibility: ("HIDDEN" | "VISIBLE")?
|
138962
139837
|
}?,
|
138963
139838
|
type: ("SINGLE_VALUED" | "DATE_RANGE")?
|
138964
139839
|
}?,
|
@@ -170322,7 +171197,9 @@ module Aws
|
|
170322
171197
|
info_icon_label_options: {
|
170323
171198
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
170324
171199
|
info_icon_text: ::String?
|
170325
|
-
}
|
171200
|
+
}?,
|
171201
|
+
helper_text_visibility: ("HIDDEN" | "VISIBLE")?,
|
171202
|
+
date_icon_visibility: ("HIDDEN" | "VISIBLE")?
|
170326
171203
|
}?
|
170327
171204
|
}?,
|
170328
171205
|
default_list_options: {
|
@@ -170552,7 +171429,9 @@ module Aws
|
|
170552
171429
|
info_icon_label_options: {
|
170553
171430
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
170554
171431
|
info_icon_text: ::String?
|
170555
|
-
}
|
171432
|
+
}?,
|
171433
|
+
helper_text_visibility: ("HIDDEN" | "VISIBLE")?,
|
171434
|
+
date_icon_visibility: ("HIDDEN" | "VISIBLE")?
|
170556
171435
|
}?
|
170557
171436
|
}?,
|
170558
171437
|
default_list_options: {
|
@@ -170775,7 +171654,9 @@ module Aws
|
|
170775
171654
|
info_icon_label_options: {
|
170776
171655
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
170777
171656
|
info_icon_text: ::String?
|
170778
|
-
}
|
171657
|
+
}?,
|
171658
|
+
helper_text_visibility: ("HIDDEN" | "VISIBLE")?,
|
171659
|
+
date_icon_visibility: ("HIDDEN" | "VISIBLE")?
|
170779
171660
|
}?
|
170780
171661
|
}?,
|
170781
171662
|
default_list_options: {
|
@@ -170986,7 +171867,9 @@ module Aws
|
|
170986
171867
|
info_icon_label_options: {
|
170987
171868
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
170988
171869
|
info_icon_text: ::String?
|
170989
|
-
}
|
171870
|
+
}?,
|
171871
|
+
helper_text_visibility: ("HIDDEN" | "VISIBLE")?,
|
171872
|
+
date_icon_visibility: ("HIDDEN" | "VISIBLE")?
|
170990
171873
|
}?
|
170991
171874
|
}?,
|
170992
171875
|
default_list_options: {
|
@@ -171215,7 +172098,9 @@ module Aws
|
|
171215
172098
|
info_icon_label_options: {
|
171216
172099
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
171217
172100
|
info_icon_text: ::String?
|
171218
|
-
}
|
172101
|
+
}?,
|
172102
|
+
helper_text_visibility: ("HIDDEN" | "VISIBLE")?,
|
172103
|
+
date_icon_visibility: ("HIDDEN" | "VISIBLE")?
|
171219
172104
|
}?
|
171220
172105
|
}?,
|
171221
172106
|
default_list_options: {
|
@@ -171434,7 +172319,9 @@ module Aws
|
|
171434
172319
|
info_icon_label_options: {
|
171435
172320
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
171436
172321
|
info_icon_text: ::String?
|
171437
|
-
}
|
172322
|
+
}?,
|
172323
|
+
helper_text_visibility: ("HIDDEN" | "VISIBLE")?,
|
172324
|
+
date_icon_visibility: ("HIDDEN" | "VISIBLE")?
|
171438
172325
|
}?
|
171439
172326
|
}?,
|
171440
172327
|
default_list_options: {
|
@@ -171664,7 +172551,9 @@ module Aws
|
|
171664
172551
|
info_icon_label_options: {
|
171665
172552
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
171666
172553
|
info_icon_text: ::String?
|
171667
|
-
}
|
172554
|
+
}?,
|
172555
|
+
helper_text_visibility: ("HIDDEN" | "VISIBLE")?,
|
172556
|
+
date_icon_visibility: ("HIDDEN" | "VISIBLE")?
|
171668
172557
|
}?
|
171669
172558
|
}?,
|
171670
172559
|
default_list_options: {
|
@@ -171896,7 +172785,9 @@ module Aws
|
|
171896
172785
|
info_icon_label_options: {
|
171897
172786
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
171898
172787
|
info_icon_text: ::String?
|
171899
|
-
}
|
172788
|
+
}?,
|
172789
|
+
helper_text_visibility: ("HIDDEN" | "VISIBLE")?,
|
172790
|
+
date_icon_visibility: ("HIDDEN" | "VISIBLE")?
|
171900
172791
|
}?
|
171901
172792
|
}?,
|
171902
172793
|
default_list_options: {
|
@@ -173273,7 +174164,9 @@ module Aws
|
|
173273
174164
|
info_icon_label_options: {
|
173274
174165
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
173275
174166
|
info_icon_text: ::String?
|
173276
|
-
}
|
174167
|
+
}?,
|
174168
|
+
helper_text_visibility: ("HIDDEN" | "VISIBLE")?,
|
174169
|
+
date_icon_visibility: ("HIDDEN" | "VISIBLE")?
|
173277
174170
|
}?
|
173278
174171
|
}?,
|
173279
174172
|
list: {
|
@@ -173491,7 +174384,9 @@ module Aws
|
|
173491
174384
|
info_icon_label_options: {
|
173492
174385
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
173493
174386
|
info_icon_text: ::String?
|
173494
|
-
}
|
174387
|
+
}?,
|
174388
|
+
helper_text_visibility: ("HIDDEN" | "VISIBLE")?,
|
174389
|
+
date_icon_visibility: ("HIDDEN" | "VISIBLE")?
|
173495
174390
|
}?,
|
173496
174391
|
type: ("SINGLE_VALUED" | "DATE_RANGE")?
|
173497
174392
|
}?,
|
@@ -204855,7 +205750,9 @@ module Aws
|
|
204855
205750
|
info_icon_label_options: {
|
204856
205751
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
204857
205752
|
info_icon_text: ::String?
|
204858
|
-
}
|
205753
|
+
}?,
|
205754
|
+
helper_text_visibility: ("HIDDEN" | "VISIBLE")?,
|
205755
|
+
date_icon_visibility: ("HIDDEN" | "VISIBLE")?
|
204859
205756
|
}?
|
204860
205757
|
}?,
|
204861
205758
|
default_list_options: {
|
@@ -205085,7 +205982,9 @@ module Aws
|
|
205085
205982
|
info_icon_label_options: {
|
205086
205983
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
205087
205984
|
info_icon_text: ::String?
|
205088
|
-
}
|
205985
|
+
}?,
|
205986
|
+
helper_text_visibility: ("HIDDEN" | "VISIBLE")?,
|
205987
|
+
date_icon_visibility: ("HIDDEN" | "VISIBLE")?
|
205089
205988
|
}?
|
205090
205989
|
}?,
|
205091
205990
|
default_list_options: {
|
@@ -205308,7 +206207,9 @@ module Aws
|
|
205308
206207
|
info_icon_label_options: {
|
205309
206208
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
205310
206209
|
info_icon_text: ::String?
|
205311
|
-
}
|
206210
|
+
}?,
|
206211
|
+
helper_text_visibility: ("HIDDEN" | "VISIBLE")?,
|
206212
|
+
date_icon_visibility: ("HIDDEN" | "VISIBLE")?
|
205312
206213
|
}?
|
205313
206214
|
}?,
|
205314
206215
|
default_list_options: {
|
@@ -205519,7 +206420,9 @@ module Aws
|
|
205519
206420
|
info_icon_label_options: {
|
205520
206421
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
205521
206422
|
info_icon_text: ::String?
|
205522
|
-
}
|
206423
|
+
}?,
|
206424
|
+
helper_text_visibility: ("HIDDEN" | "VISIBLE")?,
|
206425
|
+
date_icon_visibility: ("HIDDEN" | "VISIBLE")?
|
205523
206426
|
}?
|
205524
206427
|
}?,
|
205525
206428
|
default_list_options: {
|
@@ -205748,7 +206651,9 @@ module Aws
|
|
205748
206651
|
info_icon_label_options: {
|
205749
206652
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
205750
206653
|
info_icon_text: ::String?
|
205751
|
-
}
|
206654
|
+
}?,
|
206655
|
+
helper_text_visibility: ("HIDDEN" | "VISIBLE")?,
|
206656
|
+
date_icon_visibility: ("HIDDEN" | "VISIBLE")?
|
205752
206657
|
}?
|
205753
206658
|
}?,
|
205754
206659
|
default_list_options: {
|
@@ -205967,7 +206872,9 @@ module Aws
|
|
205967
206872
|
info_icon_label_options: {
|
205968
206873
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
205969
206874
|
info_icon_text: ::String?
|
205970
|
-
}
|
206875
|
+
}?,
|
206876
|
+
helper_text_visibility: ("HIDDEN" | "VISIBLE")?,
|
206877
|
+
date_icon_visibility: ("HIDDEN" | "VISIBLE")?
|
205971
206878
|
}?
|
205972
206879
|
}?,
|
205973
206880
|
default_list_options: {
|
@@ -206197,7 +207104,9 @@ module Aws
|
|
206197
207104
|
info_icon_label_options: {
|
206198
207105
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
206199
207106
|
info_icon_text: ::String?
|
206200
|
-
}
|
207107
|
+
}?,
|
207108
|
+
helper_text_visibility: ("HIDDEN" | "VISIBLE")?,
|
207109
|
+
date_icon_visibility: ("HIDDEN" | "VISIBLE")?
|
206201
207110
|
}?
|
206202
207111
|
}?,
|
206203
207112
|
default_list_options: {
|
@@ -206429,7 +207338,9 @@ module Aws
|
|
206429
207338
|
info_icon_label_options: {
|
206430
207339
|
visibility: ("HIDDEN" | "VISIBLE")?,
|
206431
207340
|
info_icon_text: ::String?
|
206432
|
-
}
|
207341
|
+
}?,
|
207342
|
+
helper_text_visibility: ("HIDDEN" | "VISIBLE")?,
|
207343
|
+
date_icon_visibility: ("HIDDEN" | "VISIBLE")?
|
206433
207344
|
}?
|
206434
207345
|
}?,
|
206435
207346
|
default_list_options: {
|