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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-quicksight/client.rb +1 -1
- data/lib/aws-sdk-quicksight/client_api.rb +57 -0
- data/lib/aws-sdk-quicksight/types.rb +205 -2
- data/lib/aws-sdk-quicksight.rb +1 -1
- data/sig/client.rbs +1836 -0
- data/sig/types.rbs +54 -0
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 042a047bbf2e7074166184485a59c518fe50505aa742ec90ea85cd2c06ee3370
|
4
|
+
data.tar.gz: 524e338028e36b632aa1bcdcfcc7bbd381d1aeec9b3b7bc4af31753a3cdff971
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 92333ab7236b4d8c2a74c2a46554c931b662240084c25b758bf3b8861682b1d9bc6bd4c4b99348e78531c415f94053b54029e3ec4f52f3d517e418267ecbd4f0
|
7
|
+
data.tar.gz: 2d1b9d1089162d30095d511134b26ad8cf3d40d19b38349ef6e4c6e2e4db6a65edad8467c420f6e26c0f424209b65e224f51c4eaf363e960a534ed5752ed6732
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.116.0
|
@@ -13896,7 +13896,7 @@ module Aws::QuickSight
|
|
13896
13896
|
params: params,
|
13897
13897
|
config: config)
|
13898
13898
|
context[:gem_name] = 'aws-sdk-quicksight'
|
13899
|
-
context[:gem_version] = '1.
|
13899
|
+
context[:gem_version] = '1.116.0'
|
13900
13900
|
Seahorse::Client::Request.new(handlers, context)
|
13901
13901
|
end
|
13902
13902
|
|
@@ -206,6 +206,14 @@ module Aws::QuickSight
|
|
206
206
|
BodySectionConfiguration = Shapes::StructureShape.new(name: 'BodySectionConfiguration')
|
207
207
|
BodySectionConfigurationList = Shapes::ListShape.new(name: 'BodySectionConfigurationList')
|
208
208
|
BodySectionContent = Shapes::StructureShape.new(name: 'BodySectionContent')
|
209
|
+
BodySectionDynamicCategoryDimensionConfiguration = Shapes::StructureShape.new(name: 'BodySectionDynamicCategoryDimensionConfiguration')
|
210
|
+
BodySectionDynamicDimensionLimit = Shapes::IntegerShape.new(name: 'BodySectionDynamicDimensionLimit')
|
211
|
+
BodySectionDynamicDimensionSortConfigurationList = Shapes::ListShape.new(name: 'BodySectionDynamicDimensionSortConfigurationList')
|
212
|
+
BodySectionDynamicNumericDimensionConfiguration = Shapes::StructureShape.new(name: 'BodySectionDynamicNumericDimensionConfiguration')
|
213
|
+
BodySectionRepeatConfiguration = Shapes::StructureShape.new(name: 'BodySectionRepeatConfiguration')
|
214
|
+
BodySectionRepeatDimensionConfiguration = Shapes::StructureShape.new(name: 'BodySectionRepeatDimensionConfiguration')
|
215
|
+
BodySectionRepeatDimensionConfigurationList = Shapes::ListShape.new(name: 'BodySectionRepeatDimensionConfigurationList')
|
216
|
+
BodySectionRepeatPageBreakConfiguration = Shapes::StructureShape.new(name: 'BodySectionRepeatPageBreakConfiguration')
|
209
217
|
BookmarksConfigurations = Shapes::StructureShape.new(name: 'BookmarksConfigurations')
|
210
218
|
Boolean = Shapes::BooleanShape.new(name: 'Boolean')
|
211
219
|
BooleanObject = Shapes::BooleanShape.new(name: 'BooleanObject')
|
@@ -244,6 +252,7 @@ module Aws::QuickSight
|
|
244
252
|
CategoryFilterMatchOperator = Shapes::StringShape.new(name: 'CategoryFilterMatchOperator')
|
245
253
|
CategoryFilterSelectAllOptions = Shapes::StringShape.new(name: 'CategoryFilterSelectAllOptions')
|
246
254
|
CategoryFilterType = Shapes::StringShape.new(name: 'CategoryFilterType')
|
255
|
+
CategoryInnerFilter = Shapes::StructureShape.new(name: 'CategoryInnerFilter')
|
247
256
|
CategoryValue = Shapes::StringShape.new(name: 'CategoryValue')
|
248
257
|
CategoryValueList = Shapes::ListShape.new(name: 'CategoryValueList')
|
249
258
|
CellValueSynonym = Shapes::StructureShape.new(name: 'CellValueSynonym')
|
@@ -901,6 +910,7 @@ module Aws::QuickSight
|
|
901
910
|
IngestionStatus = Shapes::StringShape.new(name: 'IngestionStatus')
|
902
911
|
IngestionType = Shapes::StringShape.new(name: 'IngestionType')
|
903
912
|
Ingestions = Shapes::ListShape.new(name: 'Ingestions')
|
913
|
+
InnerFilter = Shapes::StructureShape.new(name: 'InnerFilter')
|
904
914
|
InputColumn = Shapes::StructureShape.new(name: 'InputColumn')
|
905
915
|
InputColumnDataType = Shapes::StringShape.new(name: 'InputColumnDataType')
|
906
916
|
InputColumnList = Shapes::ListShape.new(name: 'InputColumnList')
|
@@ -1089,12 +1099,14 @@ module Aws::QuickSight
|
|
1089
1099
|
NegativeFormat = Shapes::StructureShape.new(name: 'NegativeFormat')
|
1090
1100
|
NegativeValueConfiguration = Shapes::StructureShape.new(name: 'NegativeValueConfiguration')
|
1091
1101
|
NegativeValueDisplayMode = Shapes::StringShape.new(name: 'NegativeValueDisplayMode')
|
1102
|
+
NestedFilter = Shapes::StructureShape.new(name: 'NestedFilter')
|
1092
1103
|
NetworkInterface = Shapes::StructureShape.new(name: 'NetworkInterface')
|
1093
1104
|
NetworkInterfaceId = Shapes::StringShape.new(name: 'NetworkInterfaceId')
|
1094
1105
|
NetworkInterfaceList = Shapes::ListShape.new(name: 'NetworkInterfaceList')
|
1095
1106
|
NetworkInterfaceStatus = Shapes::StringShape.new(name: 'NetworkInterfaceStatus')
|
1096
1107
|
NewDefaultValues = Shapes::StructureShape.new(name: 'NewDefaultValues')
|
1097
1108
|
NonEmptyString = Shapes::StringShape.new(name: 'NonEmptyString')
|
1109
|
+
NonRepeatingVisualsList = Shapes::ListShape.new(name: 'NonRepeatingVisualsList')
|
1098
1110
|
NullString = Shapes::StringShape.new(name: 'NullString')
|
1099
1111
|
NullValueFormatConfiguration = Shapes::StructureShape.new(name: 'NullValueFormatConfiguration')
|
1100
1112
|
NullableBoolean = Shapes::BooleanShape.new(name: 'NullableBoolean')
|
@@ -2426,6 +2438,7 @@ module Aws::QuickSight
|
|
2426
2438
|
BodySectionConfiguration.add_member(:content, Shapes::ShapeRef.new(shape: BodySectionContent, required: true, location_name: "Content"))
|
2427
2439
|
BodySectionConfiguration.add_member(:style, Shapes::ShapeRef.new(shape: SectionStyle, location_name: "Style"))
|
2428
2440
|
BodySectionConfiguration.add_member(:page_break_configuration, Shapes::ShapeRef.new(shape: SectionPageBreakConfiguration, location_name: "PageBreakConfiguration"))
|
2441
|
+
BodySectionConfiguration.add_member(:repeat_configuration, Shapes::ShapeRef.new(shape: BodySectionRepeatConfiguration, location_name: "RepeatConfiguration"))
|
2429
2442
|
BodySectionConfiguration.struct_class = Types::BodySectionConfiguration
|
2430
2443
|
|
2431
2444
|
BodySectionConfigurationList.member = Shapes::ShapeRef.new(shape: BodySectionConfiguration)
|
@@ -2433,6 +2446,32 @@ module Aws::QuickSight
|
|
2433
2446
|
BodySectionContent.add_member(:layout, Shapes::ShapeRef.new(shape: SectionLayoutConfiguration, location_name: "Layout"))
|
2434
2447
|
BodySectionContent.struct_class = Types::BodySectionContent
|
2435
2448
|
|
2449
|
+
BodySectionDynamicCategoryDimensionConfiguration.add_member(:column, Shapes::ShapeRef.new(shape: ColumnIdentifier, required: true, location_name: "Column"))
|
2450
|
+
BodySectionDynamicCategoryDimensionConfiguration.add_member(:limit, Shapes::ShapeRef.new(shape: BodySectionDynamicDimensionLimit, location_name: "Limit", metadata: {"box"=>true}))
|
2451
|
+
BodySectionDynamicCategoryDimensionConfiguration.add_member(:sort_by_metrics, Shapes::ShapeRef.new(shape: BodySectionDynamicDimensionSortConfigurationList, location_name: "SortByMetrics"))
|
2452
|
+
BodySectionDynamicCategoryDimensionConfiguration.struct_class = Types::BodySectionDynamicCategoryDimensionConfiguration
|
2453
|
+
|
2454
|
+
BodySectionDynamicDimensionSortConfigurationList.member = Shapes::ShapeRef.new(shape: ColumnSort)
|
2455
|
+
|
2456
|
+
BodySectionDynamicNumericDimensionConfiguration.add_member(:column, Shapes::ShapeRef.new(shape: ColumnIdentifier, required: true, location_name: "Column"))
|
2457
|
+
BodySectionDynamicNumericDimensionConfiguration.add_member(:limit, Shapes::ShapeRef.new(shape: BodySectionDynamicDimensionLimit, location_name: "Limit", metadata: {"box"=>true}))
|
2458
|
+
BodySectionDynamicNumericDimensionConfiguration.add_member(:sort_by_metrics, Shapes::ShapeRef.new(shape: BodySectionDynamicDimensionSortConfigurationList, location_name: "SortByMetrics"))
|
2459
|
+
BodySectionDynamicNumericDimensionConfiguration.struct_class = Types::BodySectionDynamicNumericDimensionConfiguration
|
2460
|
+
|
2461
|
+
BodySectionRepeatConfiguration.add_member(:dimension_configurations, Shapes::ShapeRef.new(shape: BodySectionRepeatDimensionConfigurationList, location_name: "DimensionConfigurations"))
|
2462
|
+
BodySectionRepeatConfiguration.add_member(:page_break_configuration, Shapes::ShapeRef.new(shape: BodySectionRepeatPageBreakConfiguration, location_name: "PageBreakConfiguration"))
|
2463
|
+
BodySectionRepeatConfiguration.add_member(:non_repeating_visuals, Shapes::ShapeRef.new(shape: NonRepeatingVisualsList, location_name: "NonRepeatingVisuals"))
|
2464
|
+
BodySectionRepeatConfiguration.struct_class = Types::BodySectionRepeatConfiguration
|
2465
|
+
|
2466
|
+
BodySectionRepeatDimensionConfiguration.add_member(:dynamic_category_dimension_configuration, Shapes::ShapeRef.new(shape: BodySectionDynamicCategoryDimensionConfiguration, location_name: "DynamicCategoryDimensionConfiguration"))
|
2467
|
+
BodySectionRepeatDimensionConfiguration.add_member(:dynamic_numeric_dimension_configuration, Shapes::ShapeRef.new(shape: BodySectionDynamicNumericDimensionConfiguration, location_name: "DynamicNumericDimensionConfiguration"))
|
2468
|
+
BodySectionRepeatDimensionConfiguration.struct_class = Types::BodySectionRepeatDimensionConfiguration
|
2469
|
+
|
2470
|
+
BodySectionRepeatDimensionConfigurationList.member = Shapes::ShapeRef.new(shape: BodySectionRepeatDimensionConfiguration)
|
2471
|
+
|
2472
|
+
BodySectionRepeatPageBreakConfiguration.add_member(:after, Shapes::ShapeRef.new(shape: SectionAfterPageBreak, location_name: "After"))
|
2473
|
+
BodySectionRepeatPageBreakConfiguration.struct_class = Types::BodySectionRepeatPageBreakConfiguration
|
2474
|
+
|
2436
2475
|
BookmarksConfigurations.add_member(:enabled, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "Enabled"))
|
2437
2476
|
BookmarksConfigurations.struct_class = Types::BookmarksConfigurations
|
2438
2477
|
|
@@ -2555,6 +2594,11 @@ module Aws::QuickSight
|
|
2555
2594
|
CategoryFilterConfiguration.add_member(:custom_filter_configuration, Shapes::ShapeRef.new(shape: CustomFilterConfiguration, location_name: "CustomFilterConfiguration"))
|
2556
2595
|
CategoryFilterConfiguration.struct_class = Types::CategoryFilterConfiguration
|
2557
2596
|
|
2597
|
+
CategoryInnerFilter.add_member(:column, Shapes::ShapeRef.new(shape: ColumnIdentifier, required: true, location_name: "Column"))
|
2598
|
+
CategoryInnerFilter.add_member(:configuration, Shapes::ShapeRef.new(shape: CategoryFilterConfiguration, required: true, location_name: "Configuration"))
|
2599
|
+
CategoryInnerFilter.add_member(:default_filter_control_configuration, Shapes::ShapeRef.new(shape: DefaultFilterControlConfiguration, location_name: "DefaultFilterControlConfiguration"))
|
2600
|
+
CategoryInnerFilter.struct_class = Types::CategoryInnerFilter
|
2601
|
+
|
2558
2602
|
CategoryValueList.member = Shapes::ShapeRef.new(shape: CategoryValue)
|
2559
2603
|
|
2560
2604
|
CellValueSynonym.add_member(:cell_value, Shapes::ShapeRef.new(shape: LimitedString, location_name: "CellValue"))
|
@@ -4701,6 +4745,7 @@ module Aws::QuickSight
|
|
4701
4745
|
Filter.add_member(:time_range_filter, Shapes::ShapeRef.new(shape: TimeRangeFilter, location_name: "TimeRangeFilter"))
|
4702
4746
|
Filter.add_member(:relative_dates_filter, Shapes::ShapeRef.new(shape: RelativeDatesFilter, location_name: "RelativeDatesFilter"))
|
4703
4747
|
Filter.add_member(:top_bottom_filter, Shapes::ShapeRef.new(shape: TopBottomFilter, location_name: "TopBottomFilter"))
|
4748
|
+
Filter.add_member(:nested_filter, Shapes::ShapeRef.new(shape: NestedFilter, location_name: "NestedFilter"))
|
4704
4749
|
Filter.struct_class = Types::Filter
|
4705
4750
|
|
4706
4751
|
FilterControl.add_member(:date_time_picker, Shapes::ShapeRef.new(shape: FilterDateTimePickerControl, location_name: "DateTimePicker"))
|
@@ -5325,6 +5370,9 @@ module Aws::QuickSight
|
|
5325
5370
|
|
5326
5371
|
Ingestions.member = Shapes::ShapeRef.new(shape: Ingestion)
|
5327
5372
|
|
5373
|
+
InnerFilter.add_member(:category_inner_filter, Shapes::ShapeRef.new(shape: CategoryInnerFilter, location_name: "CategoryInnerFilter"))
|
5374
|
+
InnerFilter.struct_class = Types::InnerFilter
|
5375
|
+
|
5328
5376
|
InputColumn.add_member(:name, Shapes::ShapeRef.new(shape: ColumnName, required: true, location_name: "Name"))
|
5329
5377
|
InputColumn.add_member(:type, Shapes::ShapeRef.new(shape: InputColumnDataType, required: true, location_name: "Type"))
|
5330
5378
|
InputColumn.add_member(:sub_type, Shapes::ShapeRef.new(shape: ColumnDataSubType, location_name: "SubType"))
|
@@ -6073,6 +6121,12 @@ module Aws::QuickSight
|
|
6073
6121
|
NegativeValueConfiguration.add_member(:display_mode, Shapes::ShapeRef.new(shape: NegativeValueDisplayMode, required: true, location_name: "DisplayMode"))
|
6074
6122
|
NegativeValueConfiguration.struct_class = Types::NegativeValueConfiguration
|
6075
6123
|
|
6124
|
+
NestedFilter.add_member(:filter_id, Shapes::ShapeRef.new(shape: ShortRestrictiveResourceId, required: true, location_name: "FilterId"))
|
6125
|
+
NestedFilter.add_member(:column, Shapes::ShapeRef.new(shape: ColumnIdentifier, required: true, location_name: "Column"))
|
6126
|
+
NestedFilter.add_member(:include_inner_set, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "IncludeInnerSet"))
|
6127
|
+
NestedFilter.add_member(:inner_filter, Shapes::ShapeRef.new(shape: InnerFilter, required: true, location_name: "InnerFilter"))
|
6128
|
+
NestedFilter.struct_class = Types::NestedFilter
|
6129
|
+
|
6076
6130
|
NetworkInterface.add_member(:subnet_id, Shapes::ShapeRef.new(shape: SubnetId, location_name: "SubnetId"))
|
6077
6131
|
NetworkInterface.add_member(:availability_zone, Shapes::ShapeRef.new(shape: String, location_name: "AvailabilityZone"))
|
6078
6132
|
NetworkInterface.add_member(:error_message, Shapes::ShapeRef.new(shape: String, location_name: "ErrorMessage"))
|
@@ -6088,6 +6142,8 @@ module Aws::QuickSight
|
|
6088
6142
|
NewDefaultValues.add_member(:integer_static_values, Shapes::ShapeRef.new(shape: IntegerDatasetParameterValueList, location_name: "IntegerStaticValues"))
|
6089
6143
|
NewDefaultValues.struct_class = Types::NewDefaultValues
|
6090
6144
|
|
6145
|
+
NonRepeatingVisualsList.member = Shapes::ShapeRef.new(shape: ShortRestrictiveResourceId)
|
6146
|
+
|
6091
6147
|
NullValueFormatConfiguration.add_member(:null_string, Shapes::ShapeRef.new(shape: NullString, required: true, location_name: "NullString"))
|
6092
6148
|
NullValueFormatConfiguration.struct_class = Types::NullValueFormatConfiguration
|
6093
6149
|
|
@@ -8761,6 +8817,7 @@ module Aws::QuickSight
|
|
8761
8817
|
|
8762
8818
|
api.metadata = {
|
8763
8819
|
"apiVersion" => "2018-04-01",
|
8820
|
+
"auth" => ["aws.auth#sigv4"],
|
8764
8821
|
"endpointPrefix" => "quicksight",
|
8765
8822
|
"jsonVersion" => "1.0",
|
8766
8823
|
"protocol" => "rest-json",
|
@@ -2763,13 +2763,19 @@ module Aws::QuickSight
|
|
2763
2763
|
# The configuration of a page break for a section.
|
2764
2764
|
# @return [Types::SectionPageBreakConfiguration]
|
2765
2765
|
#
|
2766
|
+
# @!attribute [rw] repeat_configuration
|
2767
|
+
# Describes the configurations that are required to declare a section
|
2768
|
+
# as repeating.
|
2769
|
+
# @return [Types::BodySectionRepeatConfiguration]
|
2770
|
+
#
|
2766
2771
|
# @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/BodySectionConfiguration AWS API Documentation
|
2767
2772
|
#
|
2768
2773
|
class BodySectionConfiguration < Struct.new(
|
2769
2774
|
:section_id,
|
2770
2775
|
:content,
|
2771
2776
|
:style,
|
2772
|
-
:page_break_configuration
|
2777
|
+
:page_break_configuration,
|
2778
|
+
:repeat_configuration)
|
2773
2779
|
SENSITIVE = []
|
2774
2780
|
include Aws::Structure
|
2775
2781
|
end
|
@@ -2788,6 +2794,122 @@ module Aws::QuickSight
|
|
2788
2794
|
include Aws::Structure
|
2789
2795
|
end
|
2790
2796
|
|
2797
|
+
# Describes the **Category** dataset column and constraints for the
|
2798
|
+
# dynamic values used to repeat the contents of a section.
|
2799
|
+
#
|
2800
|
+
# @!attribute [rw] column
|
2801
|
+
# A column of a data set.
|
2802
|
+
# @return [Types::ColumnIdentifier]
|
2803
|
+
#
|
2804
|
+
# @!attribute [rw] limit
|
2805
|
+
# Number of values to use from the column for repetition.
|
2806
|
+
# @return [Integer]
|
2807
|
+
#
|
2808
|
+
# @!attribute [rw] sort_by_metrics
|
2809
|
+
# Sort criteria on the column values that you use for repetition.
|
2810
|
+
# @return [Array<Types::ColumnSort>]
|
2811
|
+
#
|
2812
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/BodySectionDynamicCategoryDimensionConfiguration AWS API Documentation
|
2813
|
+
#
|
2814
|
+
class BodySectionDynamicCategoryDimensionConfiguration < Struct.new(
|
2815
|
+
:column,
|
2816
|
+
:limit,
|
2817
|
+
:sort_by_metrics)
|
2818
|
+
SENSITIVE = []
|
2819
|
+
include Aws::Structure
|
2820
|
+
end
|
2821
|
+
|
2822
|
+
# Describes the **Numeric** dataset column and constraints for the
|
2823
|
+
# dynamic values used to repeat the contents of a section.
|
2824
|
+
#
|
2825
|
+
# @!attribute [rw] column
|
2826
|
+
# A column of a data set.
|
2827
|
+
# @return [Types::ColumnIdentifier]
|
2828
|
+
#
|
2829
|
+
# @!attribute [rw] limit
|
2830
|
+
# Number of values to use from the column for repetition.
|
2831
|
+
# @return [Integer]
|
2832
|
+
#
|
2833
|
+
# @!attribute [rw] sort_by_metrics
|
2834
|
+
# Sort criteria on the column values that you use for repetition.
|
2835
|
+
# @return [Array<Types::ColumnSort>]
|
2836
|
+
#
|
2837
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/BodySectionDynamicNumericDimensionConfiguration AWS API Documentation
|
2838
|
+
#
|
2839
|
+
class BodySectionDynamicNumericDimensionConfiguration < Struct.new(
|
2840
|
+
:column,
|
2841
|
+
:limit,
|
2842
|
+
:sort_by_metrics)
|
2843
|
+
SENSITIVE = []
|
2844
|
+
include Aws::Structure
|
2845
|
+
end
|
2846
|
+
|
2847
|
+
# Describes the configurations that are required to declare a section as
|
2848
|
+
# repeating.
|
2849
|
+
#
|
2850
|
+
# @!attribute [rw] dimension_configurations
|
2851
|
+
# List of `BodySectionRepeatDimensionConfiguration` values that
|
2852
|
+
# describe the dataset column and constraints for the column used to
|
2853
|
+
# repeat the contents of a section.
|
2854
|
+
# @return [Array<Types::BodySectionRepeatDimensionConfiguration>]
|
2855
|
+
#
|
2856
|
+
# @!attribute [rw] page_break_configuration
|
2857
|
+
# Page break configuration to apply for each repeating instance.
|
2858
|
+
# @return [Types::BodySectionRepeatPageBreakConfiguration]
|
2859
|
+
#
|
2860
|
+
# @!attribute [rw] non_repeating_visuals
|
2861
|
+
# List of visuals to exclude from repetition in repeating sections.
|
2862
|
+
# The visuals will render identically, and ignore the repeating
|
2863
|
+
# configurations in all repeating instances.
|
2864
|
+
# @return [Array<String>]
|
2865
|
+
#
|
2866
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/BodySectionRepeatConfiguration AWS API Documentation
|
2867
|
+
#
|
2868
|
+
class BodySectionRepeatConfiguration < Struct.new(
|
2869
|
+
:dimension_configurations,
|
2870
|
+
:page_break_configuration,
|
2871
|
+
:non_repeating_visuals)
|
2872
|
+
SENSITIVE = []
|
2873
|
+
include Aws::Structure
|
2874
|
+
end
|
2875
|
+
|
2876
|
+
# Describes the dataset column and constraints for the dynamic values
|
2877
|
+
# used to repeat the contents of a section. The dataset column is either
|
2878
|
+
# **Category** or **Numeric** column configuration
|
2879
|
+
#
|
2880
|
+
# @!attribute [rw] dynamic_category_dimension_configuration
|
2881
|
+
# Describes the **Category** dataset column and constraints around the
|
2882
|
+
# dynamic values that will be used in repeating the section contents.
|
2883
|
+
# @return [Types::BodySectionDynamicCategoryDimensionConfiguration]
|
2884
|
+
#
|
2885
|
+
# @!attribute [rw] dynamic_numeric_dimension_configuration
|
2886
|
+
# Describes the **Numeric** dataset column and constraints around the
|
2887
|
+
# dynamic values used to repeat the contents of a section.
|
2888
|
+
# @return [Types::BodySectionDynamicNumericDimensionConfiguration]
|
2889
|
+
#
|
2890
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/BodySectionRepeatDimensionConfiguration AWS API Documentation
|
2891
|
+
#
|
2892
|
+
class BodySectionRepeatDimensionConfiguration < Struct.new(
|
2893
|
+
:dynamic_category_dimension_configuration,
|
2894
|
+
:dynamic_numeric_dimension_configuration)
|
2895
|
+
SENSITIVE = []
|
2896
|
+
include Aws::Structure
|
2897
|
+
end
|
2898
|
+
|
2899
|
+
# The page break configuration to apply for each repeating instance.
|
2900
|
+
#
|
2901
|
+
# @!attribute [rw] after
|
2902
|
+
# The configuration of a page break after a section.
|
2903
|
+
# @return [Types::SectionAfterPageBreak]
|
2904
|
+
#
|
2905
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/BodySectionRepeatPageBreakConfiguration AWS API Documentation
|
2906
|
+
#
|
2907
|
+
class BodySectionRepeatPageBreakConfiguration < Struct.new(
|
2908
|
+
:after)
|
2909
|
+
SENSITIVE = []
|
2910
|
+
include Aws::Structure
|
2911
|
+
end
|
2912
|
+
|
2791
2913
|
# The bookmarks configuration of an embedded dashboard.
|
2792
2914
|
#
|
2793
2915
|
# @!attribute [rw] enabled
|
@@ -3369,6 +3491,33 @@ module Aws::QuickSight
|
|
3369
3491
|
include Aws::Structure
|
3370
3492
|
end
|
3371
3493
|
|
3494
|
+
# A `CategoryInnerFilter` filters text values for the `NestedFilter`.
|
3495
|
+
#
|
3496
|
+
# @!attribute [rw] column
|
3497
|
+
# A column of a data set.
|
3498
|
+
# @return [Types::ColumnIdentifier]
|
3499
|
+
#
|
3500
|
+
# @!attribute [rw] configuration
|
3501
|
+
# The configuration for a `CategoryFilter`.
|
3502
|
+
#
|
3503
|
+
# This is a union type structure. For this structure to be valid, only
|
3504
|
+
# one of the attributes can be defined.
|
3505
|
+
# @return [Types::CategoryFilterConfiguration]
|
3506
|
+
#
|
3507
|
+
# @!attribute [rw] default_filter_control_configuration
|
3508
|
+
# The default configuration for all dependent controls of the filter.
|
3509
|
+
# @return [Types::DefaultFilterControlConfiguration]
|
3510
|
+
#
|
3511
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/CategoryInnerFilter AWS API Documentation
|
3512
|
+
#
|
3513
|
+
class CategoryInnerFilter < Struct.new(
|
3514
|
+
:column,
|
3515
|
+
:configuration,
|
3516
|
+
:default_filter_control_configuration)
|
3517
|
+
SENSITIVE = []
|
3518
|
+
include Aws::Structure
|
3519
|
+
end
|
3520
|
+
|
3372
3521
|
# A structure that represents the cell value synonym.
|
3373
3522
|
#
|
3374
3523
|
# @!attribute [rw] cell_value
|
@@ -14121,6 +14270,11 @@ module Aws::QuickSight
|
|
14121
14270
|
# given column.
|
14122
14271
|
# @return [Types::TopBottomFilter]
|
14123
14272
|
#
|
14273
|
+
# @!attribute [rw] nested_filter
|
14274
|
+
# A `NestedFilter` filters data with a subset of data that is defined
|
14275
|
+
# by the nested inner filter.
|
14276
|
+
# @return [Types::NestedFilter]
|
14277
|
+
#
|
14124
14278
|
# @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/Filter AWS API Documentation
|
14125
14279
|
#
|
14126
14280
|
class Filter < Struct.new(
|
@@ -14130,7 +14284,8 @@ module Aws::QuickSight
|
|
14130
14284
|
:time_equality_filter,
|
14131
14285
|
:time_range_filter,
|
14132
14286
|
:relative_dates_filter,
|
14133
|
-
:top_bottom_filter
|
14287
|
+
:top_bottom_filter,
|
14288
|
+
:nested_filter)
|
14134
14289
|
SENSITIVE = []
|
14135
14290
|
include Aws::Structure
|
14136
14291
|
end
|
@@ -17224,6 +17379,21 @@ module Aws::QuickSight
|
|
17224
17379
|
include Aws::Structure
|
17225
17380
|
end
|
17226
17381
|
|
17382
|
+
# The `InnerFilter` defines the subset of data to be used with the
|
17383
|
+
# `NestedFilter`.
|
17384
|
+
#
|
17385
|
+
# @!attribute [rw] category_inner_filter
|
17386
|
+
# A `CategoryInnerFilter` filters text values for the `NestedFilter`.
|
17387
|
+
# @return [Types::CategoryInnerFilter]
|
17388
|
+
#
|
17389
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/InnerFilter AWS API Documentation
|
17390
|
+
#
|
17391
|
+
class InnerFilter < Struct.new(
|
17392
|
+
:category_inner_filter)
|
17393
|
+
SENSITIVE = []
|
17394
|
+
include Aws::Structure
|
17395
|
+
end
|
17396
|
+
|
17227
17397
|
# Metadata for a column that is used as the input of a transform
|
17228
17398
|
# operation.
|
17229
17399
|
#
|
@@ -20819,6 +20989,39 @@ module Aws::QuickSight
|
|
20819
20989
|
include Aws::Structure
|
20820
20990
|
end
|
20821
20991
|
|
20992
|
+
# A `NestedFilter` filters data with a subset of data that is defined by
|
20993
|
+
# the nested inner filter.
|
20994
|
+
#
|
20995
|
+
# @!attribute [rw] filter_id
|
20996
|
+
# An identifier that uniquely identifies a filter within a dashboard,
|
20997
|
+
# analysis, or template.
|
20998
|
+
# @return [String]
|
20999
|
+
#
|
21000
|
+
# @!attribute [rw] column
|
21001
|
+
# The column that the filter is applied to.
|
21002
|
+
# @return [Types::ColumnIdentifier]
|
21003
|
+
#
|
21004
|
+
# @!attribute [rw] include_inner_set
|
21005
|
+
# A boolean condition to include or exclude the subset that is defined
|
21006
|
+
# by the values of the nested inner filter.
|
21007
|
+
# @return [Boolean]
|
21008
|
+
#
|
21009
|
+
# @!attribute [rw] inner_filter
|
21010
|
+
# The `InnerFilter` defines the subset of data to be used with the
|
21011
|
+
# `NestedFilter`.
|
21012
|
+
# @return [Types::InnerFilter]
|
21013
|
+
#
|
21014
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/NestedFilter AWS API Documentation
|
21015
|
+
#
|
21016
|
+
class NestedFilter < Struct.new(
|
21017
|
+
:filter_id,
|
21018
|
+
:column,
|
21019
|
+
:include_inner_set,
|
21020
|
+
:inner_filter)
|
21021
|
+
SENSITIVE = []
|
21022
|
+
include Aws::Structure
|
21023
|
+
end
|
21024
|
+
|
20822
21025
|
# The structure that contains information about a network interface.
|
20823
21026
|
#
|
20824
21027
|
# @!attribute [rw] subnet_id
|