aws-sdk-quicksight 1.117.0 → 1.118.0

Sign up to get free protection for your applications and to get access to all the features.
data/sig/types.rbs CHANGED
@@ -51,6 +51,14 @@ module Aws::QuickSight
51
51
  SENSITIVE: []
52
52
  end
53
53
 
54
+ class AggFunction
55
+ attr_accessor 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")
56
+ attr_accessor aggregation_function_parameters: ::Hash[::String, ::String]
57
+ attr_accessor period: ("SECOND" | "MINUTE" | "HOUR" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR")
58
+ attr_accessor period_field: ::String
59
+ SENSITIVE: []
60
+ end
61
+
54
62
  class AggregationFunction
55
63
  attr_accessor numerical_aggregation_function: Types::NumericalAggregationFunction
56
64
  attr_accessor categorical_aggregation_function: ("COUNT" | "DISTINCT_COUNT")
@@ -59,6 +67,12 @@ module Aws::QuickSight
59
67
  SENSITIVE: []
60
68
  end
61
69
 
70
+ class AggregationPartitionBy
71
+ attr_accessor field_name: ::String
72
+ attr_accessor time_granularity: ("YEAR" | "QUARTER" | "MONTH" | "WEEK" | "DAY" | "HOUR" | "MINUTE" | "SECOND" | "MILLISECOND")
73
+ SENSITIVE: []
74
+ end
75
+
62
76
  class AggregationSortConfiguration
63
77
  attr_accessor column: Types::ColumnIdentifier
64
78
  attr_accessor sort_direction: ("ASC" | "DESC")
@@ -145,6 +159,13 @@ module Aws::QuickSight
145
159
  SENSITIVE: []
146
160
  end
147
161
 
162
+ class Anchor
163
+ attr_accessor anchor_type: ("TODAY")
164
+ attr_accessor time_granularity: ("YEAR" | "QUARTER" | "MONTH" | "WEEK" | "DAY" | "HOUR" | "MINUTE" | "SECOND" | "MILLISECOND")
165
+ attr_accessor offset: ::Integer
166
+ SENSITIVE: []
167
+ end
168
+
148
169
  class AnchorDateConfiguration
149
170
  attr_accessor anchor_option: ("NOW")
150
171
  attr_accessor parameter_name: ::String
@@ -676,6 +697,40 @@ module Aws::QuickSight
676
697
  SENSITIVE: []
677
698
  end
678
699
 
700
+ class BatchCreateTopicReviewedAnswerRequest
701
+ attr_accessor aws_account_id: ::String
702
+ attr_accessor topic_id: ::String
703
+ attr_accessor answers: ::Array[Types::CreateTopicReviewedAnswer]
704
+ SENSITIVE: []
705
+ end
706
+
707
+ class BatchCreateTopicReviewedAnswerResponse
708
+ attr_accessor topic_id: ::String
709
+ attr_accessor topic_arn: ::String
710
+ attr_accessor succeeded_answers: ::Array[Types::SucceededTopicReviewedAnswer]
711
+ attr_accessor invalid_answers: ::Array[Types::InvalidTopicReviewedAnswer]
712
+ attr_accessor status: ::Integer
713
+ attr_accessor request_id: ::String
714
+ SENSITIVE: []
715
+ end
716
+
717
+ class BatchDeleteTopicReviewedAnswerRequest
718
+ attr_accessor aws_account_id: ::String
719
+ attr_accessor topic_id: ::String
720
+ attr_accessor answer_ids: ::Array[::String]
721
+ SENSITIVE: []
722
+ end
723
+
724
+ class BatchDeleteTopicReviewedAnswerResponse
725
+ attr_accessor topic_id: ::String
726
+ attr_accessor topic_arn: ::String
727
+ attr_accessor succeeded_answers: ::Array[Types::SucceededTopicReviewedAnswer]
728
+ attr_accessor invalid_answers: ::Array[Types::InvalidTopicReviewedAnswer]
729
+ attr_accessor request_id: ::String
730
+ attr_accessor status: ::Integer
731
+ SENSITIVE: []
732
+ end
733
+
679
734
  class BigQueryParameters
680
735
  attr_accessor project_id: ::String
681
736
  attr_accessor data_set_region: ::String
@@ -930,6 +985,12 @@ module Aws::QuickSight
930
985
  SENSITIVE: []
931
986
  end
932
987
 
988
+ class CollectiveConstantEntry
989
+ attr_accessor constant_type: ("SINGULAR" | "RANGE" | "COLLECTIVE")
990
+ attr_accessor value: ::String
991
+ SENSITIVE: []
992
+ end
993
+
933
994
  class ColorScale
934
995
  attr_accessor colors: ::Array[Types::DataColor]
935
996
  attr_accessor color_fill_type: ("DISCRETE" | "GRADIENT")
@@ -1177,6 +1238,17 @@ module Aws::QuickSight
1177
1238
  SENSITIVE: []
1178
1239
  end
1179
1240
 
1241
+ class ContributionAnalysisFactor
1242
+ attr_accessor field_name: ::String
1243
+ SENSITIVE: []
1244
+ end
1245
+
1246
+ class ContributionAnalysisTimeRanges
1247
+ attr_accessor start_range: Types::TopicIRFilterOption
1248
+ attr_accessor end_range: Types::TopicIRFilterOption
1249
+ SENSITIVE: []
1250
+ end
1251
+
1180
1252
  class CreateAccountCustomizationRequest
1181
1253
  attr_accessor aws_account_id: ::String
1182
1254
  attr_accessor namespace: ::String
@@ -1598,6 +1670,16 @@ module Aws::QuickSight
1598
1670
  SENSITIVE: []
1599
1671
  end
1600
1672
 
1673
+ class CreateTopicReviewedAnswer
1674
+ attr_accessor answer_id: ::String
1675
+ attr_accessor dataset_arn: ::String
1676
+ attr_accessor question: ::String
1677
+ attr_accessor mir: Types::TopicIR
1678
+ attr_accessor primary_visual: Types::TopicVisual
1679
+ attr_accessor template: Types::TopicTemplate
1680
+ SENSITIVE: []
1681
+ end
1682
+
1601
1683
  class CreateVPCConnectionRequest
1602
1684
  attr_accessor aws_account_id: ::String
1603
1685
  attr_accessor vpc_connection_id: ::String
@@ -2200,6 +2282,8 @@ module Aws::QuickSight
2200
2282
  attr_accessor title_options: Types::LabelOptions
2201
2283
  attr_accessor date_time_format: ::String
2202
2284
  attr_accessor info_icon_label_options: Types::SheetControlInfoIconLabelOptions
2285
+ attr_accessor helper_text_visibility: ("HIDDEN" | "VISIBLE")
2286
+ attr_accessor date_icon_visibility: ("HIDDEN" | "VISIBLE")
2203
2287
  SENSITIVE: []
2204
2288
  end
2205
2289
 
@@ -3640,6 +3724,13 @@ module Aws::QuickSight
3640
3724
  SENSITIVE: []
3641
3725
  end
3642
3726
 
3727
+ class FilterAggMetrics
3728
+ attr_accessor metric_operand: Types::Identifier
3729
+ attr_accessor 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")
3730
+ attr_accessor sort_direction: ("ASCENDING" | "DESCENDING")
3731
+ SENSITIVE: []
3732
+ end
3733
+
3643
3734
  class FilterControl
3644
3735
  attr_accessor date_time_picker: Types::FilterDateTimePickerControl
3645
3736
  attr_accessor list: Types::FilterListControl
@@ -4368,6 +4459,11 @@ module Aws::QuickSight
4368
4459
  SENSITIVE: []
4369
4460
  end
4370
4461
 
4462
+ class Identifier
4463
+ attr_accessor identity: ::String
4464
+ SENSITIVE: []
4465
+ end
4466
+
4371
4467
  class IdentityCenterConfiguration
4372
4468
  attr_accessor enable_identity_propagation: bool
4373
4469
  SENSITIVE: []
@@ -4492,6 +4588,12 @@ module Aws::QuickSight
4492
4588
  SENSITIVE: []
4493
4589
  end
4494
4590
 
4591
+ class InvalidTopicReviewedAnswer
4592
+ attr_accessor answer_id: ::String
4593
+ attr_accessor error: ("INTERNAL_ERROR" | "MISSING_ANSWER" | "DATASET_DOES_NOT_EXIST" | "INVALID_DATASET_ARN" | "DUPLICATED_ANSWER" | "INVALID_DATA" | "MISSING_REQUIRED_FIELDS")
4594
+ SENSITIVE: []
4595
+ end
4596
+
4495
4597
  class ItemsLimitConfiguration
4496
4598
  attr_accessor items_limit: ::Integer
4497
4599
  attr_accessor other_categories: ("INCLUDE" | "EXCLUDE")
@@ -5168,6 +5270,21 @@ module Aws::QuickSight
5168
5270
  SENSITIVE: []
5169
5271
  end
5170
5272
 
5273
+ class ListTopicReviewedAnswersRequest
5274
+ attr_accessor aws_account_id: ::String
5275
+ attr_accessor topic_id: ::String
5276
+ SENSITIVE: []
5277
+ end
5278
+
5279
+ class ListTopicReviewedAnswersResponse
5280
+ attr_accessor topic_id: ::String
5281
+ attr_accessor topic_arn: ::String
5282
+ attr_accessor answers: ::Array[Types::TopicReviewedAnswer]
5283
+ attr_accessor status: ::Integer
5284
+ attr_accessor request_id: ::String
5285
+ SENSITIVE: []
5286
+ end
5287
+
5171
5288
  class ListTopicsRequest
5172
5289
  attr_accessor aws_account_id: ::String
5173
5290
  attr_accessor next_token: ::String
@@ -5361,6 +5478,11 @@ module Aws::QuickSight
5361
5478
  SENSITIVE: []
5362
5479
  end
5363
5480
 
5481
+ class NamedEntityRef
5482
+ attr_accessor named_entity_name: ::String
5483
+ SENSITIVE: []
5484
+ end
5485
+
5364
5486
  class NamespaceError
5365
5487
  attr_accessor type: ("PERMISSION_DENIED" | "INTERNAL_SERVICE_ERROR")
5366
5488
  attr_accessor message: ::String
@@ -6772,6 +6894,12 @@ module Aws::QuickSight
6772
6894
  SENSITIVE: []
6773
6895
  end
6774
6896
 
6897
+ class Slot
6898
+ attr_accessor slot_id: ::String
6899
+ attr_accessor visual_id: ::String
6900
+ SENSITIVE: []
6901
+ end
6902
+
6775
6903
  class SmallMultiplesAxisProperties
6776
6904
  attr_accessor scale: ("SHARED" | "INDEPENDENT")
6777
6905
  attr_accessor placement: ("OUTSIDE" | "INSIDE")
@@ -7034,6 +7162,11 @@ module Aws::QuickSight
7034
7162
  SENSITIVE: []
7035
7163
  end
7036
7164
 
7165
+ class SucceededTopicReviewedAnswer
7166
+ attr_accessor answer_id: ::String
7167
+ SENSITIVE: []
7168
+ end
7169
+
7037
7170
  class SuccessfulKeyRegistrationEntry
7038
7171
  attr_accessor key_arn: ::String
7039
7172
  attr_accessor status_code: ::Integer
@@ -7602,6 +7735,15 @@ module Aws::QuickSight
7602
7735
  SENSITIVE: []
7603
7736
  end
7604
7737
 
7738
+ class TopicConstantValue
7739
+ attr_accessor constant_type: ("SINGULAR" | "RANGE" | "COLLECTIVE")
7740
+ attr_accessor value: ::String
7741
+ attr_accessor minimum: ::String
7742
+ attr_accessor maximum: ::String
7743
+ attr_accessor value_list: ::Array[Types::CollectiveConstantEntry]
7744
+ SENSITIVE: []
7745
+ end
7746
+
7605
7747
  class TopicDateRangeFilter
7606
7748
  attr_accessor inclusive: bool
7607
7749
  attr_accessor constant: Types::TopicRangeFilterConstant
@@ -7631,6 +7773,76 @@ module Aws::QuickSight
7631
7773
  SENSITIVE: []
7632
7774
  end
7633
7775
 
7776
+ class TopicIR
7777
+ attr_accessor metrics: ::Array[Types::TopicIRMetric]
7778
+ attr_accessor group_by_list: ::Array[Types::TopicIRGroupBy]
7779
+ attr_accessor filters: ::Array[::Array[Types::TopicIRFilterOption]]
7780
+ attr_accessor sort: Types::TopicSortClause
7781
+ attr_accessor contribution_analysis: Types::TopicIRContributionAnalysis
7782
+ attr_accessor visual: Types::VisualOptions
7783
+ SENSITIVE: []
7784
+ end
7785
+
7786
+ class TopicIRComparisonMethod
7787
+ attr_accessor 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")
7788
+ attr_accessor period: ("SECOND" | "MINUTE" | "HOUR" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR")
7789
+ attr_accessor window_size: ::Integer
7790
+ SENSITIVE: []
7791
+ end
7792
+
7793
+ class TopicIRContributionAnalysis
7794
+ attr_accessor factors: ::Array[Types::ContributionAnalysisFactor]
7795
+ attr_accessor time_ranges: Types::ContributionAnalysisTimeRanges
7796
+ attr_accessor direction: ("INCREASE" | "DECREASE" | "NEUTRAL")
7797
+ attr_accessor sort_type: ("ABSOLUTE_DIFFERENCE" | "CONTRIBUTION_PERCENTAGE" | "DEVIATION_FROM_EXPECTED" | "PERCENTAGE_DIFFERENCE")
7798
+ SENSITIVE: []
7799
+ end
7800
+
7801
+ class TopicIRFilterOption
7802
+ attr_accessor 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")
7803
+ attr_accessor filter_class: ("ENFORCED_VALUE_FILTER" | "CONDITIONAL_VALUE_FILTER" | "NAMED_VALUE_FILTER")
7804
+ attr_accessor operand_field: Types::Identifier
7805
+ attr_accessor function: ("CONTAINS" | "EXACT" | "STARTS_WITH" | "ENDS_WITH" | "CONTAINS_STRING" | "PREVIOUS" | "THIS" | "LAST" | "NEXT" | "NOW")
7806
+ attr_accessor constant: Types::TopicConstantValue
7807
+ attr_accessor inverse: bool
7808
+ attr_accessor null_filter: ("ALL_VALUES" | "NON_NULLS_ONLY" | "NULLS_ONLY")
7809
+ attr_accessor 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")
7810
+ attr_accessor aggregation_function_parameters: ::Hash[::String, ::String]
7811
+ attr_accessor aggregation_partition_by: ::Array[Types::AggregationPartitionBy]
7812
+ attr_accessor range: Types::TopicConstantValue
7813
+ attr_accessor inclusive: bool
7814
+ attr_accessor time_granularity: ("YEAR" | "QUARTER" | "MONTH" | "WEEK" | "DAY" | "HOUR" | "MINUTE" | "SECOND" | "MILLISECOND")
7815
+ attr_accessor last_next_offset: Types::TopicConstantValue
7816
+ attr_accessor agg_metrics: ::Array[Types::FilterAggMetrics]
7817
+ attr_accessor top_bottom_limit: Types::TopicConstantValue
7818
+ attr_accessor sort_direction: ("ASCENDING" | "DESCENDING")
7819
+ attr_accessor anchor: Types::Anchor
7820
+ SENSITIVE: []
7821
+ end
7822
+
7823
+ class TopicIRGroupBy
7824
+ attr_accessor field_name: Types::Identifier
7825
+ attr_accessor time_granularity: ("SECOND" | "MINUTE" | "HOUR" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR")
7826
+ attr_accessor sort: Types::TopicSortClause
7827
+ attr_accessor display_format: ("AUTO" | "PERCENT" | "CURRENCY" | "NUMBER" | "DATE" | "STRING")
7828
+ attr_accessor display_format_options: Types::DisplayFormatOptions
7829
+ attr_accessor named_entity: Types::NamedEntityRef
7830
+ SENSITIVE: []
7831
+ end
7832
+
7833
+ class TopicIRMetric
7834
+ attr_accessor metric_id: Types::Identifier
7835
+ attr_accessor function: Types::AggFunction
7836
+ attr_accessor operands: ::Array[Types::Identifier]
7837
+ attr_accessor comparison_method: Types::TopicIRComparisonMethod
7838
+ attr_accessor expression: ::String
7839
+ attr_accessor calculated_field_references: ::Array[Types::Identifier]
7840
+ attr_accessor display_format: ("AUTO" | "PERCENT" | "CURRENCY" | "NUMBER" | "DATE" | "STRING")
7841
+ attr_accessor display_format_options: Types::DisplayFormatOptions
7842
+ attr_accessor named_entity: Types::NamedEntityRef
7843
+ SENSITIVE: [:expression]
7844
+ end
7845
+
7634
7846
  class TopicNamedEntity
7635
7847
  attr_accessor entity_name: ::String
7636
7848
  attr_accessor entity_description: ::String
@@ -7691,12 +7903,29 @@ module Aws::QuickSight
7691
7903
  SENSITIVE: [:constant]
7692
7904
  end
7693
7905
 
7906
+ class TopicReviewedAnswer
7907
+ attr_accessor arn: ::String
7908
+ attr_accessor answer_id: ::String
7909
+ attr_accessor dataset_arn: ::String
7910
+ attr_accessor question: ::String
7911
+ attr_accessor mir: Types::TopicIR
7912
+ attr_accessor primary_visual: Types::TopicVisual
7913
+ attr_accessor template: Types::TopicTemplate
7914
+ SENSITIVE: []
7915
+ end
7916
+
7694
7917
  class TopicSingularFilterConstant
7695
7918
  attr_accessor constant_type: ("SINGULAR" | "RANGE" | "COLLECTIVE")
7696
7919
  attr_accessor singular_constant: ::String
7697
7920
  SENSITIVE: []
7698
7921
  end
7699
7922
 
7923
+ class TopicSortClause
7924
+ attr_accessor operand: Types::Identifier
7925
+ attr_accessor sort_direction: ("ASCENDING" | "DESCENDING")
7926
+ SENSITIVE: []
7927
+ end
7928
+
7700
7929
  class TopicSummary
7701
7930
  attr_accessor arn: ::String
7702
7931
  attr_accessor topic_id: ::String
@@ -7705,6 +7934,20 @@ module Aws::QuickSight
7705
7934
  SENSITIVE: []
7706
7935
  end
7707
7936
 
7937
+ class TopicTemplate
7938
+ attr_accessor template_type: ::String
7939
+ attr_accessor slots: ::Array[Types::Slot]
7940
+ SENSITIVE: []
7941
+ end
7942
+
7943
+ class TopicVisual
7944
+ attr_accessor visual_id: ::String
7945
+ attr_accessor role: ("PRIMARY" | "COMPLIMENTARY" | "MULTI_INTENT" | "FALLBACK" | "FRAGMENT")
7946
+ attr_accessor ir: Types::TopicIR
7947
+ attr_accessor supporting_visuals: ::Array[Types::TopicVisual]
7948
+ SENSITIVE: []
7949
+ end
7950
+
7708
7951
  class TotalAggregationComputation
7709
7952
  attr_accessor computation_id: ::String
7710
7953
  attr_accessor name: ::String
@@ -8582,6 +8825,11 @@ module Aws::QuickSight
8582
8825
  SENSITIVE: []
8583
8826
  end
8584
8827
 
8828
+ class VisualOptions
8829
+ attr_accessor type: ::String
8830
+ SENSITIVE: []
8831
+ end
8832
+
8585
8833
  class VisualPalette
8586
8834
  attr_accessor chart_color: ::String
8587
8835
  attr_accessor color_map: ::Array[Types::DataPathColor]
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-quicksight
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.117.0
4
+ version: 1.118.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-07-02 00:00:00.000000000 Z
11
+ date: 2024-07-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core