aws-sdk-quicksight 1.115.0 → 1.116.0

Sign up to get free protection for your applications and to get access to all the features.
data/sig/types.rbs CHANGED
@@ -698,6 +698,7 @@ module Aws::QuickSight
698
698
  attr_accessor content: Types::BodySectionContent
699
699
  attr_accessor style: Types::SectionStyle
700
700
  attr_accessor page_break_configuration: Types::SectionPageBreakConfiguration
701
+ attr_accessor repeat_configuration: Types::BodySectionRepeatConfiguration
701
702
  SENSITIVE: []
702
703
  end
703
704
 
@@ -706,6 +707,38 @@ module Aws::QuickSight
706
707
  SENSITIVE: []
707
708
  end
708
709
 
710
+ class BodySectionDynamicCategoryDimensionConfiguration
711
+ attr_accessor column: Types::ColumnIdentifier
712
+ attr_accessor limit: ::Integer
713
+ attr_accessor sort_by_metrics: ::Array[Types::ColumnSort]
714
+ SENSITIVE: []
715
+ end
716
+
717
+ class BodySectionDynamicNumericDimensionConfiguration
718
+ attr_accessor column: Types::ColumnIdentifier
719
+ attr_accessor limit: ::Integer
720
+ attr_accessor sort_by_metrics: ::Array[Types::ColumnSort]
721
+ SENSITIVE: []
722
+ end
723
+
724
+ class BodySectionRepeatConfiguration
725
+ attr_accessor dimension_configurations: ::Array[Types::BodySectionRepeatDimensionConfiguration]
726
+ attr_accessor page_break_configuration: Types::BodySectionRepeatPageBreakConfiguration
727
+ attr_accessor non_repeating_visuals: ::Array[::String]
728
+ SENSITIVE: []
729
+ end
730
+
731
+ class BodySectionRepeatDimensionConfiguration
732
+ attr_accessor dynamic_category_dimension_configuration: Types::BodySectionDynamicCategoryDimensionConfiguration
733
+ attr_accessor dynamic_numeric_dimension_configuration: Types::BodySectionDynamicNumericDimensionConfiguration
734
+ SENSITIVE: []
735
+ end
736
+
737
+ class BodySectionRepeatPageBreakConfiguration
738
+ attr_accessor after: Types::SectionAfterPageBreak
739
+ SENSITIVE: []
740
+ end
741
+
709
742
  class BookmarksConfigurations
710
743
  attr_accessor enabled: bool
711
744
  SENSITIVE: []
@@ -862,6 +895,13 @@ module Aws::QuickSight
862
895
  SENSITIVE: []
863
896
  end
864
897
 
898
+ class CategoryInnerFilter
899
+ attr_accessor column: Types::ColumnIdentifier
900
+ attr_accessor configuration: Types::CategoryFilterConfiguration
901
+ attr_accessor default_filter_control_configuration: Types::DefaultFilterControlConfiguration
902
+ SENSITIVE: []
903
+ end
904
+
865
905
  class CellValueSynonym
866
906
  attr_accessor cell_value: ::String
867
907
  attr_accessor synonyms: ::Array[::String]
@@ -3596,6 +3636,7 @@ module Aws::QuickSight
3596
3636
  attr_accessor time_range_filter: Types::TimeRangeFilter
3597
3637
  attr_accessor relative_dates_filter: Types::RelativeDatesFilter
3598
3638
  attr_accessor top_bottom_filter: Types::TopBottomFilter
3639
+ attr_accessor nested_filter: Types::NestedFilter
3599
3640
  SENSITIVE: []
3600
3641
  end
3601
3642
 
@@ -4358,6 +4399,11 @@ module Aws::QuickSight
4358
4399
  SENSITIVE: []
4359
4400
  end
4360
4401
 
4402
+ class InnerFilter
4403
+ attr_accessor category_inner_filter: Types::CategoryInnerFilter
4404
+ SENSITIVE: []
4405
+ end
4406
+
4361
4407
  class InputColumn
4362
4408
  attr_accessor name: ::String
4363
4409
  attr_accessor type: ("STRING" | "INTEGER" | "DECIMAL" | "DATETIME" | "BIT" | "BOOLEAN" | "JSON")
@@ -5342,6 +5388,14 @@ module Aws::QuickSight
5342
5388
  SENSITIVE: []
5343
5389
  end
5344
5390
 
5391
+ class NestedFilter
5392
+ attr_accessor filter_id: ::String
5393
+ attr_accessor column: Types::ColumnIdentifier
5394
+ attr_accessor include_inner_set: bool
5395
+ attr_accessor inner_filter: Types::InnerFilter
5396
+ SENSITIVE: []
5397
+ end
5398
+
5345
5399
  class NetworkInterface
5346
5400
  attr_accessor subnet_id: ::String
5347
5401
  attr_accessor availability_zone: ::String
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.115.0
4
+ version: 1.116.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-06-25 00:00:00.000000000 Z
11
+ date: 2024-06-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core