aws-sdk-quicksight 1.145.0 → 1.147.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 +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-quicksight/client.rb +1 -1
- data/lib/aws-sdk-quicksight/client_api.rb +115 -104
- data/lib/aws-sdk-quicksight/types.rb +43 -2
- data/lib/aws-sdk-quicksight.rb +1 -1
- data/sig/client.rbs +72 -12
- data/sig/types.rbs +12 -0
- metadata +3 -6
@@ -2102,11 +2102,14 @@ module Aws::QuickSight
|
|
2102
2102
|
Visual = Shapes::StructureShape.new(name: 'Visual')
|
2103
2103
|
VisualAxisSortOption = Shapes::StructureShape.new(name: 'VisualAxisSortOption')
|
2104
2104
|
VisualCustomAction = Shapes::StructureShape.new(name: 'VisualCustomAction')
|
2105
|
+
VisualCustomActionDefaults = Shapes::StructureShape.new(name: 'VisualCustomActionDefaults')
|
2105
2106
|
VisualCustomActionList = Shapes::ListShape.new(name: 'VisualCustomActionList')
|
2106
2107
|
VisualCustomActionName = Shapes::StringShape.new(name: 'VisualCustomActionName')
|
2107
2108
|
VisualCustomActionOperation = Shapes::StructureShape.new(name: 'VisualCustomActionOperation')
|
2108
2109
|
VisualCustomActionOperationList = Shapes::ListShape.new(name: 'VisualCustomActionOperationList')
|
2109
2110
|
VisualCustomActionTrigger = Shapes::StringShape.new(name: 'VisualCustomActionTrigger')
|
2111
|
+
VisualHighlightOperation = Shapes::StructureShape.new(name: 'VisualHighlightOperation')
|
2112
|
+
VisualHighlightTrigger = Shapes::StringShape.new(name: 'VisualHighlightTrigger')
|
2110
2113
|
VisualInteractionOptions = Shapes::StructureShape.new(name: 'VisualInteractionOptions')
|
2111
2114
|
VisualList = Shapes::ListShape.new(name: 'VisualList')
|
2112
2115
|
VisualMenuOption = Shapes::StructureShape.new(name: 'VisualMenuOption')
|
@@ -2349,11 +2352,11 @@ module Aws::QuickSight
|
|
2349
2352
|
ArcAxisConfiguration.add_member(:reserve_range, Shapes::ShapeRef.new(shape: Integer, location_name: "ReserveRange"))
|
2350
2353
|
ArcAxisConfiguration.struct_class = Types::ArcAxisConfiguration
|
2351
2354
|
|
2352
|
-
ArcAxisDisplayRange.add_member(:min, Shapes::ShapeRef.new(shape: Double, location_name: "Min", metadata: {"box"=>true}))
|
2353
|
-
ArcAxisDisplayRange.add_member(:max, Shapes::ShapeRef.new(shape: Double, location_name: "Max", metadata: {"box"=>true}))
|
2355
|
+
ArcAxisDisplayRange.add_member(:min, Shapes::ShapeRef.new(shape: Double, location_name: "Min", metadata: {"box" => true}))
|
2356
|
+
ArcAxisDisplayRange.add_member(:max, Shapes::ShapeRef.new(shape: Double, location_name: "Max", metadata: {"box" => true}))
|
2354
2357
|
ArcAxisDisplayRange.struct_class = Types::ArcAxisDisplayRange
|
2355
2358
|
|
2356
|
-
ArcConfiguration.add_member(:arc_angle, Shapes::ShapeRef.new(shape: Double, location_name: "ArcAngle", metadata: {"box"=>true}))
|
2359
|
+
ArcConfiguration.add_member(:arc_angle, Shapes::ShapeRef.new(shape: Double, location_name: "ArcAngle", metadata: {"box" => true}))
|
2357
2360
|
ArcConfiguration.add_member(:arc_thickness, Shapes::ShapeRef.new(shape: ArcThicknessOptions, location_name: "ArcThickness"))
|
2358
2361
|
ArcConfiguration.struct_class = Types::ArcConfiguration
|
2359
2362
|
|
@@ -2695,6 +2698,7 @@ module Aws::QuickSight
|
|
2695
2698
|
AssetOptions.add_member(:week_start, Shapes::ShapeRef.new(shape: DayOfTheWeek, location_name: "WeekStart"))
|
2696
2699
|
AssetOptions.add_member(:q_business_insights_status, Shapes::ShapeRef.new(shape: QBusinessInsightsStatus, location_name: "QBusinessInsightsStatus"))
|
2697
2700
|
AssetOptions.add_member(:excluded_data_set_arns, Shapes::ShapeRef.new(shape: DataSetArnsList, location_name: "ExcludedDataSetArns"))
|
2701
|
+
AssetOptions.add_member(:custom_action_defaults, Shapes::ShapeRef.new(shape: VisualCustomActionDefaults, location_name: "CustomActionDefaults"))
|
2698
2702
|
AssetOptions.struct_class = Types::AssetOptions
|
2699
2703
|
|
2700
2704
|
AthenaParameters.add_member(:work_group, Shapes::ShapeRef.new(shape: WorkGroup, location_name: "WorkGroup"))
|
@@ -2734,8 +2738,8 @@ module Aws::QuickSight
|
|
2734
2738
|
|
2735
2739
|
AxisDisplayDataDrivenRange.struct_class = Types::AxisDisplayDataDrivenRange
|
2736
2740
|
|
2737
|
-
AxisDisplayMinMaxRange.add_member(:minimum, Shapes::ShapeRef.new(shape: Double, location_name: "Minimum", metadata: {"box"=>true}))
|
2738
|
-
AxisDisplayMinMaxRange.add_member(:maximum, Shapes::ShapeRef.new(shape: Double, location_name: "Maximum", metadata: {"box"=>true}))
|
2741
|
+
AxisDisplayMinMaxRange.add_member(:minimum, Shapes::ShapeRef.new(shape: Double, location_name: "Minimum", metadata: {"box" => true}))
|
2742
|
+
AxisDisplayMinMaxRange.add_member(:maximum, Shapes::ShapeRef.new(shape: Double, location_name: "Maximum", metadata: {"box" => true}))
|
2739
2743
|
AxisDisplayMinMaxRange.struct_class = Types::AxisDisplayMinMaxRange
|
2740
2744
|
|
2741
2745
|
AxisDisplayOptions.add_member(:tick_label_options, Shapes::ShapeRef.new(shape: AxisTickLabelOptions, location_name: "TickLabelOptions"))
|
@@ -2761,11 +2765,11 @@ module Aws::QuickSight
|
|
2761
2765
|
AxisLabelReferenceOptions.add_member(:column, Shapes::ShapeRef.new(shape: ColumnIdentifier, required: true, location_name: "Column"))
|
2762
2766
|
AxisLabelReferenceOptions.struct_class = Types::AxisLabelReferenceOptions
|
2763
2767
|
|
2764
|
-
AxisLinearScale.add_member(:step_count, Shapes::ShapeRef.new(shape: Integer, location_name: "StepCount", metadata: {"box"=>true}))
|
2765
|
-
AxisLinearScale.add_member(:step_size, Shapes::ShapeRef.new(shape: Double, location_name: "StepSize", metadata: {"box"=>true}))
|
2768
|
+
AxisLinearScale.add_member(:step_count, Shapes::ShapeRef.new(shape: Integer, location_name: "StepCount", metadata: {"box" => true}))
|
2769
|
+
AxisLinearScale.add_member(:step_size, Shapes::ShapeRef.new(shape: Double, location_name: "StepSize", metadata: {"box" => true}))
|
2766
2770
|
AxisLinearScale.struct_class = Types::AxisLinearScale
|
2767
2771
|
|
2768
|
-
AxisLogarithmicScale.add_member(:base, Shapes::ShapeRef.new(shape: Double, location_name: "Base", metadata: {"box"=>true}))
|
2772
|
+
AxisLogarithmicScale.add_member(:base, Shapes::ShapeRef.new(shape: Double, location_name: "Base", metadata: {"box" => true}))
|
2769
2773
|
AxisLogarithmicScale.struct_class = Types::AxisLogarithmicScale
|
2770
2774
|
|
2771
2775
|
AxisScale.add_member(:linear, Shapes::ShapeRef.new(shape: AxisLinearScale, location_name: "Linear"))
|
@@ -2773,7 +2777,7 @@ module Aws::QuickSight
|
|
2773
2777
|
AxisScale.struct_class = Types::AxisScale
|
2774
2778
|
|
2775
2779
|
AxisTickLabelOptions.add_member(:label_options, Shapes::ShapeRef.new(shape: LabelOptions, location_name: "LabelOptions"))
|
2776
|
-
AxisTickLabelOptions.add_member(:rotation_angle, Shapes::ShapeRef.new(shape: Double, location_name: "RotationAngle", metadata: {"box"=>true}))
|
2780
|
+
AxisTickLabelOptions.add_member(:rotation_angle, Shapes::ShapeRef.new(shape: Double, location_name: "RotationAngle", metadata: {"box" => true}))
|
2777
2781
|
AxisTickLabelOptions.struct_class = Types::AxisTickLabelOptions
|
2778
2782
|
|
2779
2783
|
BarChartAggregatedFieldWells.add_member(:category, Shapes::ShapeRef.new(shape: DimensionFieldList, location_name: "Category"))
|
@@ -2871,14 +2875,14 @@ module Aws::QuickSight
|
|
2871
2875
|
BodySectionContent.struct_class = Types::BodySectionContent
|
2872
2876
|
|
2873
2877
|
BodySectionDynamicCategoryDimensionConfiguration.add_member(:column, Shapes::ShapeRef.new(shape: ColumnIdentifier, required: true, location_name: "Column"))
|
2874
|
-
BodySectionDynamicCategoryDimensionConfiguration.add_member(:limit, Shapes::ShapeRef.new(shape: BodySectionDynamicDimensionLimit, location_name: "Limit", metadata: {"box"=>true}))
|
2878
|
+
BodySectionDynamicCategoryDimensionConfiguration.add_member(:limit, Shapes::ShapeRef.new(shape: BodySectionDynamicDimensionLimit, location_name: "Limit", metadata: {"box" => true}))
|
2875
2879
|
BodySectionDynamicCategoryDimensionConfiguration.add_member(:sort_by_metrics, Shapes::ShapeRef.new(shape: BodySectionDynamicDimensionSortConfigurationList, location_name: "SortByMetrics"))
|
2876
2880
|
BodySectionDynamicCategoryDimensionConfiguration.struct_class = Types::BodySectionDynamicCategoryDimensionConfiguration
|
2877
2881
|
|
2878
2882
|
BodySectionDynamicDimensionSortConfigurationList.member = Shapes::ShapeRef.new(shape: ColumnSort)
|
2879
2883
|
|
2880
2884
|
BodySectionDynamicNumericDimensionConfiguration.add_member(:column, Shapes::ShapeRef.new(shape: ColumnIdentifier, required: true, location_name: "Column"))
|
2881
|
-
BodySectionDynamicNumericDimensionConfiguration.add_member(:limit, Shapes::ShapeRef.new(shape: BodySectionDynamicDimensionLimit, location_name: "Limit", metadata: {"box"=>true}))
|
2885
|
+
BodySectionDynamicNumericDimensionConfiguration.add_member(:limit, Shapes::ShapeRef.new(shape: BodySectionDynamicDimensionLimit, location_name: "Limit", metadata: {"box" => true}))
|
2882
2886
|
BodySectionDynamicNumericDimensionConfiguration.add_member(:sort_by_metrics, Shapes::ShapeRef.new(shape: BodySectionDynamicDimensionSortConfigurationList, location_name: "SortByMetrics"))
|
2883
2887
|
BodySectionDynamicNumericDimensionConfiguration.struct_class = Types::BodySectionDynamicNumericDimensionConfiguration
|
2884
2888
|
|
@@ -2899,7 +2903,7 @@ module Aws::QuickSight
|
|
2899
2903
|
BookmarksConfigurations.add_member(:enabled, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "Enabled"))
|
2900
2904
|
BookmarksConfigurations.struct_class = Types::BookmarksConfigurations
|
2901
2905
|
|
2902
|
-
BorderStyle.add_member(:show, Shapes::ShapeRef.new(shape: Boolean, location_name: "Show", metadata: {"box"=>true}))
|
2906
|
+
BorderStyle.add_member(:show, Shapes::ShapeRef.new(shape: Boolean, location_name: "Show", metadata: {"box" => true}))
|
2903
2907
|
BorderStyle.struct_class = Types::BorderStyle
|
2904
2908
|
|
2905
2909
|
BoxPlotAggregatedFieldWells.add_member(:group_by, Shapes::ShapeRef.new(shape: BoxPlotDimensionFieldList, location_name: "GroupBy"))
|
@@ -3838,7 +3842,7 @@ module Aws::QuickSight
|
|
3838
3842
|
DashboardPublishOptions.add_member(:ad_hoc_filtering_option, Shapes::ShapeRef.new(shape: AdHocFilteringOption, location_name: "AdHocFilteringOption"))
|
3839
3843
|
DashboardPublishOptions.add_member(:export_to_csv_option, Shapes::ShapeRef.new(shape: ExportToCSVOption, location_name: "ExportToCSVOption"))
|
3840
3844
|
DashboardPublishOptions.add_member(:sheet_controls_option, Shapes::ShapeRef.new(shape: SheetControlsOption, location_name: "SheetControlsOption"))
|
3841
|
-
DashboardPublishOptions.add_member(:visual_publish_options, Shapes::ShapeRef.new(shape: DashboardVisualPublishOptions, deprecated: true, location_name: "VisualPublishOptions", metadata: {"deprecatedMessage"=>"VisualPublishOptions property will reach its end of standard support in a future release. To perform this action, use ExportWithHiddenFields."}))
|
3845
|
+
DashboardPublishOptions.add_member(:visual_publish_options, Shapes::ShapeRef.new(shape: DashboardVisualPublishOptions, deprecated: true, location_name: "VisualPublishOptions", metadata: {"deprecatedMessage" => "VisualPublishOptions property will reach its end of standard support in a future release. To perform this action, use ExportWithHiddenFields."}))
|
3842
3846
|
DashboardPublishOptions.add_member(:sheet_layout_element_maximization_option, Shapes::ShapeRef.new(shape: SheetLayoutElementMaximizationOption, location_name: "SheetLayoutElementMaximizationOption"))
|
3843
3847
|
DashboardPublishOptions.add_member(:visual_menu_option, Shapes::ShapeRef.new(shape: VisualMenuOption, location_name: "VisualMenuOption"))
|
3844
3848
|
DashboardPublishOptions.add_member(:visual_axis_sort_option, Shapes::ShapeRef.new(shape: VisualAxisSortOption, location_name: "VisualAxisSortOption"))
|
@@ -3935,7 +3939,7 @@ module Aws::QuickSight
|
|
3935
3939
|
DataBarsOptions.struct_class = Types::DataBarsOptions
|
3936
3940
|
|
3937
3941
|
DataColor.add_member(:color, Shapes::ShapeRef.new(shape: HexColor, location_name: "Color"))
|
3938
|
-
DataColor.add_member(:data_value, Shapes::ShapeRef.new(shape: Double, location_name: "DataValue", metadata: {"box"=>true}))
|
3942
|
+
DataColor.add_member(:data_value, Shapes::ShapeRef.new(shape: Double, location_name: "DataValue", metadata: {"box" => true}))
|
3939
3943
|
DataColor.struct_class = Types::DataColor
|
3940
3944
|
|
3941
3945
|
DataColorPalette.add_member(:colors, Shapes::ShapeRef.new(shape: ColorList, location_name: "Colors"))
|
@@ -4290,7 +4294,7 @@ module Aws::QuickSight
|
|
4290
4294
|
DecimalPlacesConfiguration.struct_class = Types::DecimalPlacesConfiguration
|
4291
4295
|
|
4292
4296
|
DecimalValueWhenUnsetConfiguration.add_member(:value_when_unset_option, Shapes::ShapeRef.new(shape: ValueWhenUnsetOption, location_name: "ValueWhenUnsetOption"))
|
4293
|
-
DecimalValueWhenUnsetConfiguration.add_member(:custom_value, Shapes::ShapeRef.new(shape: SensitiveDouble, location_name: "CustomValue", metadata: {"box"=>true}))
|
4297
|
+
DecimalValueWhenUnsetConfiguration.add_member(:custom_value, Shapes::ShapeRef.new(shape: SensitiveDouble, location_name: "CustomValue", metadata: {"box" => true}))
|
4294
4298
|
DecimalValueWhenUnsetConfiguration.struct_class = Types::DecimalValueWhenUnsetConfiguration
|
4295
4299
|
|
4296
4300
|
DefaultDateTimePickerControlOptions.add_member(:type, Shapes::ShapeRef.new(shape: SheetControlDateTimePickerType, location_name: "Type"))
|
@@ -4951,7 +4955,7 @@ module Aws::QuickSight
|
|
4951
4955
|
DescribeFolderPermissionsRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
|
4952
4956
|
DescribeFolderPermissionsRequest.add_member(:folder_id, Shapes::ShapeRef.new(shape: RestrictiveResourceId, required: true, location: "uri", location_name: "FolderId"))
|
4953
4957
|
DescribeFolderPermissionsRequest.add_member(:namespace, Shapes::ShapeRef.new(shape: Namespace, location: "querystring", location_name: "namespace"))
|
4954
|
-
DescribeFolderPermissionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "max-results", metadata: {"box"=>true}))
|
4958
|
+
DescribeFolderPermissionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "max-results", metadata: {"box" => true}))
|
4955
4959
|
DescribeFolderPermissionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "next-token"))
|
4956
4960
|
DescribeFolderPermissionsRequest.struct_class = Types::DescribeFolderPermissionsRequest
|
4957
4961
|
|
@@ -4970,7 +4974,7 @@ module Aws::QuickSight
|
|
4970
4974
|
DescribeFolderResolvedPermissionsRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
|
4971
4975
|
DescribeFolderResolvedPermissionsRequest.add_member(:folder_id, Shapes::ShapeRef.new(shape: RestrictiveResourceId, required: true, location: "uri", location_name: "FolderId"))
|
4972
4976
|
DescribeFolderResolvedPermissionsRequest.add_member(:namespace, Shapes::ShapeRef.new(shape: Namespace, location: "querystring", location_name: "namespace"))
|
4973
|
-
DescribeFolderResolvedPermissionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "max-results", metadata: {"box"=>true}))
|
4977
|
+
DescribeFolderResolvedPermissionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "max-results", metadata: {"box" => true}))
|
4974
4978
|
DescribeFolderResolvedPermissionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "next-token"))
|
4975
4979
|
DescribeFolderResolvedPermissionsRequest.struct_class = Types::DescribeFolderResolvedPermissionsRequest
|
4976
4980
|
|
@@ -5318,7 +5322,7 @@ module Aws::QuickSight
|
|
5318
5322
|
ExasolParameters.add_member(:port, Shapes::ShapeRef.new(shape: Port, required: true, location_name: "Port"))
|
5319
5323
|
ExasolParameters.struct_class = Types::ExasolParameters
|
5320
5324
|
|
5321
|
-
ExcludePeriodConfiguration.add_member(:amount, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "Amount", metadata: {"box"=>true}))
|
5325
|
+
ExcludePeriodConfiguration.add_member(:amount, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "Amount", metadata: {"box" => true}))
|
5322
5326
|
ExcludePeriodConfiguration.add_member(:granularity, Shapes::ShapeRef.new(shape: TimeGranularity, required: true, location_name: "Granularity"))
|
5323
5327
|
ExcludePeriodConfiguration.add_member(:status, Shapes::ShapeRef.new(shape: WidgetStatus, location_name: "Status"))
|
5324
5328
|
ExcludePeriodConfiguration.struct_class = Types::ExcludePeriodConfiguration
|
@@ -5628,11 +5632,11 @@ module Aws::QuickSight
|
|
5628
5632
|
ForecastComputation.add_member(:value, Shapes::ShapeRef.new(shape: MeasureField, location_name: "Value"))
|
5629
5633
|
ForecastComputation.add_member(:periods_forward, Shapes::ShapeRef.new(shape: PeriodsForward, location_name: "PeriodsForward"))
|
5630
5634
|
ForecastComputation.add_member(:periods_backward, Shapes::ShapeRef.new(shape: PeriodsBackward, location_name: "PeriodsBackward"))
|
5631
|
-
ForecastComputation.add_member(:upper_boundary, Shapes::ShapeRef.new(shape: Double, location_name: "UpperBoundary", metadata: {"box"=>true}))
|
5632
|
-
ForecastComputation.add_member(:lower_boundary, Shapes::ShapeRef.new(shape: Double, location_name: "LowerBoundary", metadata: {"box"=>true}))
|
5635
|
+
ForecastComputation.add_member(:upper_boundary, Shapes::ShapeRef.new(shape: Double, location_name: "UpperBoundary", metadata: {"box" => true}))
|
5636
|
+
ForecastComputation.add_member(:lower_boundary, Shapes::ShapeRef.new(shape: Double, location_name: "LowerBoundary", metadata: {"box" => true}))
|
5633
5637
|
ForecastComputation.add_member(:prediction_interval, Shapes::ShapeRef.new(shape: PredictionInterval, location_name: "PredictionInterval"))
|
5634
5638
|
ForecastComputation.add_member(:seasonality, Shapes::ShapeRef.new(shape: ForecastComputationSeasonality, location_name: "Seasonality"))
|
5635
|
-
ForecastComputation.add_member(:custom_seasonality_value, Shapes::ShapeRef.new(shape: ForecastComputationCustomSeasonalityValue, location_name: "CustomSeasonalityValue", metadata: {"box"=>true}))
|
5639
|
+
ForecastComputation.add_member(:custom_seasonality_value, Shapes::ShapeRef.new(shape: ForecastComputationCustomSeasonalityValue, location_name: "CustomSeasonalityValue", metadata: {"box" => true}))
|
5636
5640
|
ForecastComputation.struct_class = Types::ForecastComputation
|
5637
5641
|
|
5638
5642
|
ForecastConfiguration.add_member(:forecast_properties, Shapes::ShapeRef.new(shape: TimeBasedForecastProperties, location_name: "ForecastProperties"))
|
@@ -5679,7 +5683,7 @@ module Aws::QuickSight
|
|
5679
5683
|
FreeFormLayoutElementBorderStyle.add_member(:color, Shapes::ShapeRef.new(shape: HexColorWithTransparency, location_name: "Color"))
|
5680
5684
|
FreeFormLayoutElementBorderStyle.struct_class = Types::FreeFormLayoutElementBorderStyle
|
5681
5685
|
|
5682
|
-
FreeFormLayoutScreenCanvasSizeOptions.add_member(:optimized_view_port_width, Shapes::ShapeRef.new(shape: PixelLength, required: true, location_name: "OptimizedViewPortWidth", metadata: {"box"=>true}))
|
5686
|
+
FreeFormLayoutScreenCanvasSizeOptions.add_member(:optimized_view_port_width, Shapes::ShapeRef.new(shape: PixelLength, required: true, location_name: "OptimizedViewPortWidth", metadata: {"box" => true}))
|
5683
5687
|
FreeFormLayoutScreenCanvasSizeOptions.struct_class = Types::FreeFormLayoutScreenCanvasSizeOptions
|
5684
5688
|
|
5685
5689
|
FreeFormSectionLayoutConfiguration.add_member(:elements, Shapes::ShapeRef.new(shape: FreeFromLayoutElementList, required: true, location_name: "Elements"))
|
@@ -6060,7 +6064,7 @@ module Aws::QuickSight
|
|
6060
6064
|
GradientColor.struct_class = Types::GradientColor
|
6061
6065
|
|
6062
6066
|
GradientStop.add_member(:gradient_offset, Shapes::ShapeRef.new(shape: Double, required: true, location_name: "GradientOffset"))
|
6063
|
-
GradientStop.add_member(:data_value, Shapes::ShapeRef.new(shape: Double, location_name: "DataValue", metadata: {"box"=>true}))
|
6067
|
+
GradientStop.add_member(:data_value, Shapes::ShapeRef.new(shape: Double, location_name: "DataValue", metadata: {"box" => true}))
|
6064
6068
|
GradientStop.add_member(:color, Shapes::ShapeRef.new(shape: HexColor, location_name: "Color"))
|
6065
6069
|
GradientStop.struct_class = Types::GradientStop
|
6066
6070
|
|
@@ -6084,7 +6088,7 @@ module Aws::QuickSight
|
|
6084
6088
|
GridLayoutElementList.member = Shapes::ShapeRef.new(shape: GridLayoutElement)
|
6085
6089
|
|
6086
6090
|
GridLayoutScreenCanvasSizeOptions.add_member(:resize_option, Shapes::ShapeRef.new(shape: ResizeOption, required: true, location_name: "ResizeOption"))
|
6087
|
-
GridLayoutScreenCanvasSizeOptions.add_member(:optimized_view_port_width, Shapes::ShapeRef.new(shape: PixelLength, location_name: "OptimizedViewPortWidth", metadata: {"box"=>true}))
|
6091
|
+
GridLayoutScreenCanvasSizeOptions.add_member(:optimized_view_port_width, Shapes::ShapeRef.new(shape: PixelLength, location_name: "OptimizedViewPortWidth", metadata: {"box" => true}))
|
6088
6092
|
GridLayoutScreenCanvasSizeOptions.struct_class = Types::GridLayoutScreenCanvasSizeOptions
|
6089
6093
|
|
6090
6094
|
Group.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, location_name: "Arn"))
|
@@ -6117,7 +6121,7 @@ module Aws::QuickSight
|
|
6117
6121
|
GrowthRateComputation.add_member(:period_size, Shapes::ShapeRef.new(shape: GrowthRatePeriodSize, location_name: "PeriodSize"))
|
6118
6122
|
GrowthRateComputation.struct_class = Types::GrowthRateComputation
|
6119
6123
|
|
6120
|
-
GutterStyle.add_member(:show, Shapes::ShapeRef.new(shape: Boolean, location_name: "Show", metadata: {"box"=>true}))
|
6124
|
+
GutterStyle.add_member(:show, Shapes::ShapeRef.new(shape: Boolean, location_name: "Show", metadata: {"box" => true}))
|
6121
6125
|
GutterStyle.struct_class = Types::GutterStyle
|
6122
6126
|
|
6123
6127
|
HeaderFooterSectionConfiguration.add_member(:section_id, Shapes::ShapeRef.new(shape: ShortRestrictiveResourceId, required: true, location_name: "SectionId"))
|
@@ -6171,7 +6175,7 @@ module Aws::QuickSight
|
|
6171
6175
|
HistogramBinOptions.add_member(:selected_bin_type, Shapes::ShapeRef.new(shape: HistogramBinType, location_name: "SelectedBinType"))
|
6172
6176
|
HistogramBinOptions.add_member(:bin_count, Shapes::ShapeRef.new(shape: BinCountOptions, location_name: "BinCount"))
|
6173
6177
|
HistogramBinOptions.add_member(:bin_width, Shapes::ShapeRef.new(shape: BinWidthOptions, location_name: "BinWidth"))
|
6174
|
-
HistogramBinOptions.add_member(:start_value, Shapes::ShapeRef.new(shape: Double, location_name: "StartValue", metadata: {"box"=>true}))
|
6178
|
+
HistogramBinOptions.add_member(:start_value, Shapes::ShapeRef.new(shape: Double, location_name: "StartValue", metadata: {"box" => true}))
|
6175
6179
|
HistogramBinOptions.struct_class = Types::HistogramBinOptions
|
6176
6180
|
|
6177
6181
|
HistogramConfiguration.add_member(:field_wells, Shapes::ShapeRef.new(shape: HistogramFieldWells, location_name: "FieldWells"))
|
@@ -6215,7 +6219,7 @@ module Aws::QuickSight
|
|
6215
6219
|
Identifier.add_member(:identity, Shapes::ShapeRef.new(shape: LimitedString, required: true, location_name: "Identity"))
|
6216
6220
|
Identifier.struct_class = Types::Identifier
|
6217
6221
|
|
6218
|
-
IdentityCenterConfiguration.add_member(:enable_identity_propagation, Shapes::ShapeRef.new(shape: Boolean, location_name: "EnableIdentityPropagation", metadata: {"box"=>true}))
|
6222
|
+
IdentityCenterConfiguration.add_member(:enable_identity_propagation, Shapes::ShapeRef.new(shape: Boolean, location_name: "EnableIdentityPropagation", metadata: {"box" => true}))
|
6219
6223
|
IdentityCenterConfiguration.struct_class = Types::IdentityCenterConfiguration
|
6220
6224
|
|
6221
6225
|
IdentityMap.key = Shapes::ShapeRef.new(shape: String)
|
@@ -6286,8 +6290,8 @@ module Aws::QuickSight
|
|
6286
6290
|
Ingestion.add_member(:row_info, Shapes::ShapeRef.new(shape: RowInfo, location_name: "RowInfo"))
|
6287
6291
|
Ingestion.add_member(:queue_info, Shapes::ShapeRef.new(shape: QueueInfo, location_name: "QueueInfo"))
|
6288
6292
|
Ingestion.add_member(:created_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreatedTime"))
|
6289
|
-
Ingestion.add_member(:ingestion_time_in_seconds, Shapes::ShapeRef.new(shape: Long, location_name: "IngestionTimeInSeconds", metadata: {"box"=>true}))
|
6290
|
-
Ingestion.add_member(:ingestion_size_in_bytes, Shapes::ShapeRef.new(shape: Long, location_name: "IngestionSizeInBytes", metadata: {"box"=>true}))
|
6293
|
+
Ingestion.add_member(:ingestion_time_in_seconds, Shapes::ShapeRef.new(shape: Long, location_name: "IngestionTimeInSeconds", metadata: {"box" => true}))
|
6294
|
+
Ingestion.add_member(:ingestion_size_in_bytes, Shapes::ShapeRef.new(shape: Long, location_name: "IngestionSizeInBytes", metadata: {"box" => true}))
|
6291
6295
|
Ingestion.add_member(:request_source, Shapes::ShapeRef.new(shape: IngestionRequestSource, location_name: "RequestSource"))
|
6292
6296
|
Ingestion.add_member(:request_type, Shapes::ShapeRef.new(shape: IngestionRequestType, location_name: "RequestType"))
|
6293
6297
|
Ingestion.struct_class = Types::Ingestion
|
@@ -6349,7 +6353,7 @@ module Aws::QuickSight
|
|
6349
6353
|
IntegerParameterList.member = Shapes::ShapeRef.new(shape: IntegerParameter)
|
6350
6354
|
|
6351
6355
|
IntegerValueWhenUnsetConfiguration.add_member(:value_when_unset_option, Shapes::ShapeRef.new(shape: ValueWhenUnsetOption, location_name: "ValueWhenUnsetOption"))
|
6352
|
-
IntegerValueWhenUnsetConfiguration.add_member(:custom_value, Shapes::ShapeRef.new(shape: SensitiveLong, location_name: "CustomValue", metadata: {"box"=>true}))
|
6356
|
+
IntegerValueWhenUnsetConfiguration.add_member(:custom_value, Shapes::ShapeRef.new(shape: SensitiveLong, location_name: "CustomValue", metadata: {"box" => true}))
|
6353
6357
|
IntegerValueWhenUnsetConfiguration.struct_class = Types::IntegerValueWhenUnsetConfiguration
|
6354
6358
|
|
6355
6359
|
InternalFailureException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
|
@@ -6380,7 +6384,7 @@ module Aws::QuickSight
|
|
6380
6384
|
IpRestrictionRuleMap.key = Shapes::ShapeRef.new(shape: CIDR)
|
6381
6385
|
IpRestrictionRuleMap.value = Shapes::ShapeRef.new(shape: IpRestrictionRuleDescription)
|
6382
6386
|
|
6383
|
-
ItemsLimitConfiguration.add_member(:items_limit, Shapes::ShapeRef.new(shape: Long, location_name: "ItemsLimit", metadata: {"box"=>true}))
|
6387
|
+
ItemsLimitConfiguration.add_member(:items_limit, Shapes::ShapeRef.new(shape: Long, location_name: "ItemsLimit", metadata: {"box" => true}))
|
6384
6388
|
ItemsLimitConfiguration.add_member(:other_categories, Shapes::ShapeRef.new(shape: OtherCategories, location_name: "OtherCategories"))
|
6385
6389
|
ItemsLimitConfiguration.struct_class = Types::ItemsLimitConfiguration
|
6386
6390
|
|
@@ -6395,7 +6399,7 @@ module Aws::QuickSight
|
|
6395
6399
|
JoinInstruction.add_member(:on_clause, Shapes::ShapeRef.new(shape: OnClause, required: true, location_name: "OnClause"))
|
6396
6400
|
JoinInstruction.struct_class = Types::JoinInstruction
|
6397
6401
|
|
6398
|
-
JoinKeyProperties.add_member(:unique_key, Shapes::ShapeRef.new(shape: Boolean, location_name: "UniqueKey", metadata: {"box"=>true}))
|
6402
|
+
JoinKeyProperties.add_member(:unique_key, Shapes::ShapeRef.new(shape: Boolean, location_name: "UniqueKey", metadata: {"box" => true}))
|
6399
6403
|
JoinKeyProperties.struct_class = Types::JoinKeyProperties
|
6400
6404
|
|
6401
6405
|
KPIActualValueConditionalFormatting.add_member(:text_color, Shapes::ShapeRef.new(shape: ConditionalFormattingColor, location_name: "TextColor"))
|
@@ -6606,7 +6610,7 @@ module Aws::QuickSight
|
|
6606
6610
|
|
6607
6611
|
ListAnalysesRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
|
6608
6612
|
ListAnalysesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "next-token"))
|
6609
|
-
ListAnalysesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "max-results", metadata: {"box"=>true}))
|
6613
|
+
ListAnalysesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "max-results", metadata: {"box" => true}))
|
6610
6614
|
ListAnalysesRequest.struct_class = Types::ListAnalysesRequest
|
6611
6615
|
|
6612
6616
|
ListAnalysesResponse.add_member(:analysis_summary_list, Shapes::ShapeRef.new(shape: AnalysisSummaryList, location_name: "AnalysisSummaryList"))
|
@@ -6617,7 +6621,7 @@ module Aws::QuickSight
|
|
6617
6621
|
|
6618
6622
|
ListAssetBundleExportJobsRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
|
6619
6623
|
ListAssetBundleExportJobsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "next-token"))
|
6620
|
-
ListAssetBundleExportJobsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "max-results", metadata: {"box"=>true}))
|
6624
|
+
ListAssetBundleExportJobsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "max-results", metadata: {"box" => true}))
|
6621
6625
|
ListAssetBundleExportJobsRequest.struct_class = Types::ListAssetBundleExportJobsRequest
|
6622
6626
|
|
6623
6627
|
ListAssetBundleExportJobsResponse.add_member(:asset_bundle_export_job_summary_list, Shapes::ShapeRef.new(shape: AssetBundleExportJobSummaryList, location_name: "AssetBundleExportJobSummaryList"))
|
@@ -6628,7 +6632,7 @@ module Aws::QuickSight
|
|
6628
6632
|
|
6629
6633
|
ListAssetBundleImportJobsRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
|
6630
6634
|
ListAssetBundleImportJobsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "next-token"))
|
6631
|
-
ListAssetBundleImportJobsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "max-results", metadata: {"box"=>true}))
|
6635
|
+
ListAssetBundleImportJobsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "max-results", metadata: {"box" => true}))
|
6632
6636
|
ListAssetBundleImportJobsRequest.struct_class = Types::ListAssetBundleImportJobsRequest
|
6633
6637
|
|
6634
6638
|
ListAssetBundleImportJobsResponse.add_member(:asset_bundle_import_job_summary_list, Shapes::ShapeRef.new(shape: AssetBundleImportJobSummaryList, location_name: "AssetBundleImportJobSummaryList"))
|
@@ -6638,7 +6642,7 @@ module Aws::QuickSight
|
|
6638
6642
|
ListAssetBundleImportJobsResponse.struct_class = Types::ListAssetBundleImportJobsResponse
|
6639
6643
|
|
6640
6644
|
ListBrandsRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
|
6641
|
-
ListBrandsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "max-results", metadata: {"box"=>true}))
|
6645
|
+
ListBrandsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "max-results", metadata: {"box" => true}))
|
6642
6646
|
ListBrandsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "next-token"))
|
6643
6647
|
ListBrandsRequest.struct_class = Types::ListBrandsRequest
|
6644
6648
|
|
@@ -6659,7 +6663,7 @@ module Aws::QuickSight
|
|
6659
6663
|
ListControlSelectAllOptions.struct_class = Types::ListControlSelectAllOptions
|
6660
6664
|
|
6661
6665
|
ListCustomPermissionsRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
|
6662
|
-
ListCustomPermissionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "max-results", metadata: {"box"=>true}))
|
6666
|
+
ListCustomPermissionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "max-results", metadata: {"box" => true}))
|
6663
6667
|
ListCustomPermissionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "next-token"))
|
6664
6668
|
ListCustomPermissionsRequest.struct_class = Types::ListCustomPermissionsRequest
|
6665
6669
|
|
@@ -6672,7 +6676,7 @@ module Aws::QuickSight
|
|
6672
6676
|
ListDashboardVersionsRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
|
6673
6677
|
ListDashboardVersionsRequest.add_member(:dashboard_id, Shapes::ShapeRef.new(shape: ShortRestrictiveResourceId, required: true, location: "uri", location_name: "DashboardId"))
|
6674
6678
|
ListDashboardVersionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "next-token"))
|
6675
|
-
ListDashboardVersionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "max-results", metadata: {"box"=>true}))
|
6679
|
+
ListDashboardVersionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "max-results", metadata: {"box" => true}))
|
6676
6680
|
ListDashboardVersionsRequest.struct_class = Types::ListDashboardVersionsRequest
|
6677
6681
|
|
6678
6682
|
ListDashboardVersionsResponse.add_member(:dashboard_version_summary_list, Shapes::ShapeRef.new(shape: DashboardVersionSummaryList, location_name: "DashboardVersionSummaryList"))
|
@@ -6683,7 +6687,7 @@ module Aws::QuickSight
|
|
6683
6687
|
|
6684
6688
|
ListDashboardsRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
|
6685
6689
|
ListDashboardsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "next-token"))
|
6686
|
-
ListDashboardsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "max-results", metadata: {"box"=>true}))
|
6690
|
+
ListDashboardsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "max-results", metadata: {"box" => true}))
|
6687
6691
|
ListDashboardsRequest.struct_class = Types::ListDashboardsRequest
|
6688
6692
|
|
6689
6693
|
ListDashboardsResponse.add_member(:dashboard_summary_list, Shapes::ShapeRef.new(shape: DashboardSummaryList, location_name: "DashboardSummaryList"))
|
@@ -6694,7 +6698,7 @@ module Aws::QuickSight
|
|
6694
6698
|
|
6695
6699
|
ListDataSetsRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
|
6696
6700
|
ListDataSetsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "next-token"))
|
6697
|
-
ListDataSetsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "max-results", metadata: {"box"=>true}))
|
6701
|
+
ListDataSetsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "max-results", metadata: {"box" => true}))
|
6698
6702
|
ListDataSetsRequest.struct_class = Types::ListDataSetsRequest
|
6699
6703
|
|
6700
6704
|
ListDataSetsResponse.add_member(:data_set_summaries, Shapes::ShapeRef.new(shape: DataSetSummaryList, location_name: "DataSetSummaries"))
|
@@ -6705,7 +6709,7 @@ module Aws::QuickSight
|
|
6705
6709
|
|
6706
6710
|
ListDataSourcesRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
|
6707
6711
|
ListDataSourcesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "next-token"))
|
6708
|
-
ListDataSourcesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "max-results", metadata: {"box"=>true}))
|
6712
|
+
ListDataSourcesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "max-results", metadata: {"box" => true}))
|
6709
6713
|
ListDataSourcesRequest.struct_class = Types::ListDataSourcesRequest
|
6710
6714
|
|
6711
6715
|
ListDataSourcesResponse.add_member(:data_sources, Shapes::ShapeRef.new(shape: DataSourceList, location_name: "DataSources"))
|
@@ -6717,7 +6721,7 @@ module Aws::QuickSight
|
|
6717
6721
|
ListFolderMembersRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
|
6718
6722
|
ListFolderMembersRequest.add_member(:folder_id, Shapes::ShapeRef.new(shape: RestrictiveResourceId, required: true, location: "uri", location_name: "FolderId"))
|
6719
6723
|
ListFolderMembersRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "next-token"))
|
6720
|
-
ListFolderMembersRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "max-results", metadata: {"box"=>true}))
|
6724
|
+
ListFolderMembersRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "max-results", metadata: {"box" => true}))
|
6721
6725
|
ListFolderMembersRequest.struct_class = Types::ListFolderMembersRequest
|
6722
6726
|
|
6723
6727
|
ListFolderMembersResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "Status"))
|
@@ -6729,7 +6733,7 @@ module Aws::QuickSight
|
|
6729
6733
|
ListFoldersForResourceRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
|
6730
6734
|
ListFoldersForResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location: "uri", location_name: "ResourceArn"))
|
6731
6735
|
ListFoldersForResourceRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "next-token"))
|
6732
|
-
ListFoldersForResourceRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "max-results", metadata: {"box"=>true}))
|
6736
|
+
ListFoldersForResourceRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "max-results", metadata: {"box" => true}))
|
6733
6737
|
ListFoldersForResourceRequest.struct_class = Types::ListFoldersForResourceRequest
|
6734
6738
|
|
6735
6739
|
ListFoldersForResourceResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "Status"))
|
@@ -6740,7 +6744,7 @@ module Aws::QuickSight
|
|
6740
6744
|
|
6741
6745
|
ListFoldersRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
|
6742
6746
|
ListFoldersRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "next-token"))
|
6743
|
-
ListFoldersRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "max-results", metadata: {"box"=>true}))
|
6747
|
+
ListFoldersRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "max-results", metadata: {"box" => true}))
|
6744
6748
|
ListFoldersRequest.struct_class = Types::ListFoldersRequest
|
6745
6749
|
|
6746
6750
|
ListFoldersResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "Status"))
|
@@ -6751,7 +6755,7 @@ module Aws::QuickSight
|
|
6751
6755
|
|
6752
6756
|
ListGroupMembershipsRequest.add_member(:group_name, Shapes::ShapeRef.new(shape: GroupName, required: true, location: "uri", location_name: "GroupName"))
|
6753
6757
|
ListGroupMembershipsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "next-token"))
|
6754
|
-
ListGroupMembershipsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "max-results", metadata: {"box"=>true}))
|
6758
|
+
ListGroupMembershipsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "max-results", metadata: {"box" => true}))
|
6755
6759
|
ListGroupMembershipsRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
|
6756
6760
|
ListGroupMembershipsRequest.add_member(:namespace, Shapes::ShapeRef.new(shape: Namespace, required: true, location: "uri", location_name: "Namespace"))
|
6757
6761
|
ListGroupMembershipsRequest.struct_class = Types::ListGroupMembershipsRequest
|
@@ -6764,7 +6768,7 @@ module Aws::QuickSight
|
|
6764
6768
|
|
6765
6769
|
ListGroupsRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
|
6766
6770
|
ListGroupsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "next-token"))
|
6767
|
-
ListGroupsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "max-results", metadata: {"box"=>true}))
|
6771
|
+
ListGroupsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "max-results", metadata: {"box" => true}))
|
6768
6772
|
ListGroupsRequest.add_member(:namespace, Shapes::ShapeRef.new(shape: Namespace, required: true, location: "uri", location_name: "Namespace"))
|
6769
6773
|
ListGroupsRequest.struct_class = Types::ListGroupsRequest
|
6770
6774
|
|
@@ -6777,7 +6781,7 @@ module Aws::QuickSight
|
|
6777
6781
|
ListIAMPolicyAssignmentsForUserRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
|
6778
6782
|
ListIAMPolicyAssignmentsForUserRequest.add_member(:user_name, Shapes::ShapeRef.new(shape: UserName, required: true, location: "uri", location_name: "UserName"))
|
6779
6783
|
ListIAMPolicyAssignmentsForUserRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "next-token"))
|
6780
|
-
ListIAMPolicyAssignmentsForUserRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "max-results", metadata: {"box"=>true}))
|
6784
|
+
ListIAMPolicyAssignmentsForUserRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "max-results", metadata: {"box" => true}))
|
6781
6785
|
ListIAMPolicyAssignmentsForUserRequest.add_member(:namespace, Shapes::ShapeRef.new(shape: Namespace, required: true, location: "uri", location_name: "Namespace"))
|
6782
6786
|
ListIAMPolicyAssignmentsForUserRequest.struct_class = Types::ListIAMPolicyAssignmentsForUserRequest
|
6783
6787
|
|
@@ -6791,7 +6795,7 @@ module Aws::QuickSight
|
|
6791
6795
|
ListIAMPolicyAssignmentsRequest.add_member(:assignment_status, Shapes::ShapeRef.new(shape: AssignmentStatus, location: "querystring", location_name: "assignment-status"))
|
6792
6796
|
ListIAMPolicyAssignmentsRequest.add_member(:namespace, Shapes::ShapeRef.new(shape: Namespace, required: true, location: "uri", location_name: "Namespace"))
|
6793
6797
|
ListIAMPolicyAssignmentsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "next-token"))
|
6794
|
-
ListIAMPolicyAssignmentsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "max-results", metadata: {"box"=>true}))
|
6798
|
+
ListIAMPolicyAssignmentsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "max-results", metadata: {"box" => true}))
|
6795
6799
|
ListIAMPolicyAssignmentsRequest.struct_class = Types::ListIAMPolicyAssignmentsRequest
|
6796
6800
|
|
6797
6801
|
ListIAMPolicyAssignmentsResponse.add_member(:iam_policy_assignments, Shapes::ShapeRef.new(shape: IAMPolicyAssignmentSummaryList, location_name: "IAMPolicyAssignments"))
|
@@ -6801,7 +6805,7 @@ module Aws::QuickSight
|
|
6801
6805
|
ListIAMPolicyAssignmentsResponse.struct_class = Types::ListIAMPolicyAssignmentsResponse
|
6802
6806
|
|
6803
6807
|
ListIdentityPropagationConfigsRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
|
6804
|
-
ListIdentityPropagationConfigsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ListIdentityPropagationMaxResults, location: "querystring", location_name: "max-results", metadata: {"box"=>true}))
|
6808
|
+
ListIdentityPropagationConfigsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ListIdentityPropagationMaxResults, location: "querystring", location_name: "max-results", metadata: {"box" => true}))
|
6805
6809
|
ListIdentityPropagationConfigsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "next-token"))
|
6806
6810
|
ListIdentityPropagationConfigsRequest.struct_class = Types::ListIdentityPropagationConfigsRequest
|
6807
6811
|
|
@@ -6814,7 +6818,7 @@ module Aws::QuickSight
|
|
6814
6818
|
ListIngestionsRequest.add_member(:data_set_id, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "DataSetId"))
|
6815
6819
|
ListIngestionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "next-token"))
|
6816
6820
|
ListIngestionsRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
|
6817
|
-
ListIngestionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: IngestionMaxResults, location: "querystring", location_name: "max-results", metadata: {"box"=>true}))
|
6821
|
+
ListIngestionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: IngestionMaxResults, location: "querystring", location_name: "max-results", metadata: {"box" => true}))
|
6818
6822
|
ListIngestionsRequest.struct_class = Types::ListIngestionsRequest
|
6819
6823
|
|
6820
6824
|
ListIngestionsResponse.add_member(:ingestions, Shapes::ShapeRef.new(shape: Ingestions, location_name: "Ingestions"))
|
@@ -6825,7 +6829,7 @@ module Aws::QuickSight
|
|
6825
6829
|
|
6826
6830
|
ListNamespacesRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
|
6827
6831
|
ListNamespacesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "next-token"))
|
6828
|
-
ListNamespacesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "max-results", metadata: {"box"=>true}))
|
6832
|
+
ListNamespacesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "max-results", metadata: {"box" => true}))
|
6829
6833
|
ListNamespacesRequest.struct_class = Types::ListNamespacesRequest
|
6830
6834
|
|
6831
6835
|
ListNamespacesResponse.add_member(:namespaces, Shapes::ShapeRef.new(shape: Namespaces, location_name: "Namespaces"))
|
@@ -6845,7 +6849,7 @@ module Aws::QuickSight
|
|
6845
6849
|
|
6846
6850
|
ListRoleMembershipsRequest.add_member(:role, Shapes::ShapeRef.new(shape: Role, required: true, location: "uri", location_name: "Role"))
|
6847
6851
|
ListRoleMembershipsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "next-token"))
|
6848
|
-
ListRoleMembershipsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "max-results", metadata: {"box"=>true}))
|
6852
|
+
ListRoleMembershipsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "max-results", metadata: {"box" => true}))
|
6849
6853
|
ListRoleMembershipsRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
|
6850
6854
|
ListRoleMembershipsRequest.add_member(:namespace, Shapes::ShapeRef.new(shape: Namespace, required: true, location: "uri", location_name: "Namespace"))
|
6851
6855
|
ListRoleMembershipsRequest.struct_class = Types::ListRoleMembershipsRequest
|
@@ -6867,7 +6871,7 @@ module Aws::QuickSight
|
|
6867
6871
|
ListTemplateAliasesRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
|
6868
6872
|
ListTemplateAliasesRequest.add_member(:template_id, Shapes::ShapeRef.new(shape: ShortRestrictiveResourceId, required: true, location: "uri", location_name: "TemplateId"))
|
6869
6873
|
ListTemplateAliasesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "next-token"))
|
6870
|
-
ListTemplateAliasesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "max-result", metadata: {"box"=>true}))
|
6874
|
+
ListTemplateAliasesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "max-result", metadata: {"box" => true}))
|
6871
6875
|
ListTemplateAliasesRequest.struct_class = Types::ListTemplateAliasesRequest
|
6872
6876
|
|
6873
6877
|
ListTemplateAliasesResponse.add_member(:template_alias_list, Shapes::ShapeRef.new(shape: TemplateAliasList, location_name: "TemplateAliasList"))
|
@@ -6879,7 +6883,7 @@ module Aws::QuickSight
|
|
6879
6883
|
ListTemplateVersionsRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
|
6880
6884
|
ListTemplateVersionsRequest.add_member(:template_id, Shapes::ShapeRef.new(shape: ShortRestrictiveResourceId, required: true, location: "uri", location_name: "TemplateId"))
|
6881
6885
|
ListTemplateVersionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "next-token"))
|
6882
|
-
ListTemplateVersionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "max-results", metadata: {"box"=>true}))
|
6886
|
+
ListTemplateVersionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "max-results", metadata: {"box" => true}))
|
6883
6887
|
ListTemplateVersionsRequest.struct_class = Types::ListTemplateVersionsRequest
|
6884
6888
|
|
6885
6889
|
ListTemplateVersionsResponse.add_member(:template_version_summary_list, Shapes::ShapeRef.new(shape: TemplateVersionSummaryList, location_name: "TemplateVersionSummaryList"))
|
@@ -6890,7 +6894,7 @@ module Aws::QuickSight
|
|
6890
6894
|
|
6891
6895
|
ListTemplatesRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
|
6892
6896
|
ListTemplatesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "next-token"))
|
6893
|
-
ListTemplatesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "max-result", metadata: {"box"=>true}))
|
6897
|
+
ListTemplatesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "max-result", metadata: {"box" => true}))
|
6894
6898
|
ListTemplatesRequest.struct_class = Types::ListTemplatesRequest
|
6895
6899
|
|
6896
6900
|
ListTemplatesResponse.add_member(:template_summary_list, Shapes::ShapeRef.new(shape: TemplateSummaryList, location_name: "TemplateSummaryList"))
|
@@ -6902,7 +6906,7 @@ module Aws::QuickSight
|
|
6902
6906
|
ListThemeAliasesRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
|
6903
6907
|
ListThemeAliasesRequest.add_member(:theme_id, Shapes::ShapeRef.new(shape: ShortRestrictiveResourceId, required: true, location: "uri", location_name: "ThemeId"))
|
6904
6908
|
ListThemeAliasesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "next-token"))
|
6905
|
-
ListThemeAliasesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "max-result", metadata: {"box"=>true}))
|
6909
|
+
ListThemeAliasesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "max-result", metadata: {"box" => true}))
|
6906
6910
|
ListThemeAliasesRequest.struct_class = Types::ListThemeAliasesRequest
|
6907
6911
|
|
6908
6912
|
ListThemeAliasesResponse.add_member(:theme_alias_list, Shapes::ShapeRef.new(shape: ThemeAliasList, location_name: "ThemeAliasList"))
|
@@ -6914,7 +6918,7 @@ module Aws::QuickSight
|
|
6914
6918
|
ListThemeVersionsRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
|
6915
6919
|
ListThemeVersionsRequest.add_member(:theme_id, Shapes::ShapeRef.new(shape: ShortRestrictiveResourceId, required: true, location: "uri", location_name: "ThemeId"))
|
6916
6920
|
ListThemeVersionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "next-token"))
|
6917
|
-
ListThemeVersionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "max-results", metadata: {"box"=>true}))
|
6921
|
+
ListThemeVersionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "max-results", metadata: {"box" => true}))
|
6918
6922
|
ListThemeVersionsRequest.struct_class = Types::ListThemeVersionsRequest
|
6919
6923
|
|
6920
6924
|
ListThemeVersionsResponse.add_member(:theme_version_summary_list, Shapes::ShapeRef.new(shape: ThemeVersionSummaryList, location_name: "ThemeVersionSummaryList"))
|
@@ -6925,7 +6929,7 @@ module Aws::QuickSight
|
|
6925
6929
|
|
6926
6930
|
ListThemesRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
|
6927
6931
|
ListThemesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "next-token"))
|
6928
|
-
ListThemesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "max-results", metadata: {"box"=>true}))
|
6932
|
+
ListThemesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "max-results", metadata: {"box" => true}))
|
6929
6933
|
ListThemesRequest.add_member(:type, Shapes::ShapeRef.new(shape: ThemeType, location: "querystring", location_name: "type"))
|
6930
6934
|
ListThemesRequest.struct_class = Types::ListThemesRequest
|
6931
6935
|
|
@@ -6959,7 +6963,7 @@ module Aws::QuickSight
|
|
6959
6963
|
|
6960
6964
|
ListTopicsRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
|
6961
6965
|
ListTopicsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "next-token"))
|
6962
|
-
ListTopicsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "max-results", metadata: {"box"=>true}))
|
6966
|
+
ListTopicsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "max-results", metadata: {"box" => true}))
|
6963
6967
|
ListTopicsRequest.struct_class = Types::ListTopicsRequest
|
6964
6968
|
|
6965
6969
|
ListTopicsResponse.add_member(:topics_summaries, Shapes::ShapeRef.new(shape: TopicSummaries, location_name: "TopicsSummaries"))
|
@@ -6972,7 +6976,7 @@ module Aws::QuickSight
|
|
6972
6976
|
ListUserGroupsRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
|
6973
6977
|
ListUserGroupsRequest.add_member(:namespace, Shapes::ShapeRef.new(shape: Namespace, required: true, location: "uri", location_name: "Namespace"))
|
6974
6978
|
ListUserGroupsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "next-token"))
|
6975
|
-
ListUserGroupsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "max-results", metadata: {"box"=>true}))
|
6979
|
+
ListUserGroupsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "max-results", metadata: {"box" => true}))
|
6976
6980
|
ListUserGroupsRequest.struct_class = Types::ListUserGroupsRequest
|
6977
6981
|
|
6978
6982
|
ListUserGroupsResponse.add_member(:group_list, Shapes::ShapeRef.new(shape: GroupList, location_name: "GroupList"))
|
@@ -6983,7 +6987,7 @@ module Aws::QuickSight
|
|
6983
6987
|
|
6984
6988
|
ListUsersRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
|
6985
6989
|
ListUsersRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "next-token"))
|
6986
|
-
ListUsersRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "max-results", metadata: {"box"=>true}))
|
6990
|
+
ListUsersRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "max-results", metadata: {"box" => true}))
|
6987
6991
|
ListUsersRequest.add_member(:namespace, Shapes::ShapeRef.new(shape: Namespace, required: true, location: "uri", location_name: "Namespace"))
|
6988
6992
|
ListUsersRequest.struct_class = Types::ListUsersRequest
|
6989
6993
|
|
@@ -6995,7 +6999,7 @@ module Aws::QuickSight
|
|
6995
6999
|
|
6996
7000
|
ListVPCConnectionsRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
|
6997
7001
|
ListVPCConnectionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "next-token"))
|
6998
|
-
ListVPCConnectionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "max-results", metadata: {"box"=>true}))
|
7002
|
+
ListVPCConnectionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "max-results", metadata: {"box" => true}))
|
6999
7003
|
ListVPCConnectionsRequest.struct_class = Types::ListVPCConnectionsRequest
|
7000
7004
|
|
7001
7005
|
ListVPCConnectionsResponse.add_member(:vpc_connection_summaries, Shapes::ShapeRef.new(shape: VPCConnectionSummaryList, location_name: "VPCConnectionSummaries"))
|
@@ -7058,7 +7062,7 @@ module Aws::QuickSight
|
|
7058
7062
|
|
7059
7063
|
MappedDataSetParameters.member = Shapes::ShapeRef.new(shape: MappedDataSetParameter)
|
7060
7064
|
|
7061
|
-
MarginStyle.add_member(:show, Shapes::ShapeRef.new(shape: Boolean, location_name: "Show", metadata: {"box"=>true}))
|
7065
|
+
MarginStyle.add_member(:show, Shapes::ShapeRef.new(shape: Boolean, location_name: "Show", metadata: {"box" => true}))
|
7062
7066
|
MarginStyle.struct_class = Types::MarginStyle
|
7063
7067
|
|
7064
7068
|
MariaDbParameters.add_member(:host, Shapes::ShapeRef.new(shape: Host, required: true, location_name: "Host"))
|
@@ -7199,7 +7203,7 @@ module Aws::QuickSight
|
|
7199
7203
|
|
7200
7204
|
NumericEqualityFilter.add_member(:filter_id, Shapes::ShapeRef.new(shape: ShortRestrictiveResourceId, required: true, location_name: "FilterId"))
|
7201
7205
|
NumericEqualityFilter.add_member(:column, Shapes::ShapeRef.new(shape: ColumnIdentifier, required: true, location_name: "Column"))
|
7202
|
-
NumericEqualityFilter.add_member(:value, Shapes::ShapeRef.new(shape: Double, location_name: "Value", metadata: {"box"=>true}))
|
7206
|
+
NumericEqualityFilter.add_member(:value, Shapes::ShapeRef.new(shape: Double, location_name: "Value", metadata: {"box" => true}))
|
7203
7207
|
NumericEqualityFilter.add_member(:select_all_options, Shapes::ShapeRef.new(shape: NumericFilterSelectAllOptions, location_name: "SelectAllOptions"))
|
7204
7208
|
NumericEqualityFilter.add_member(:match_operator, Shapes::ShapeRef.new(shape: NumericEqualityMatchOperator, required: true, location_name: "MatchOperator"))
|
7205
7209
|
NumericEqualityFilter.add_member(:aggregation_function, Shapes::ShapeRef.new(shape: AggregationFunction, location_name: "AggregationFunction"))
|
@@ -7215,17 +7219,17 @@ module Aws::QuickSight
|
|
7215
7219
|
|
7216
7220
|
NumericRangeFilter.add_member(:filter_id, Shapes::ShapeRef.new(shape: ShortRestrictiveResourceId, required: true, location_name: "FilterId"))
|
7217
7221
|
NumericRangeFilter.add_member(:column, Shapes::ShapeRef.new(shape: ColumnIdentifier, required: true, location_name: "Column"))
|
7218
|
-
NumericRangeFilter.add_member(:include_minimum, Shapes::ShapeRef.new(shape: Boolean, location_name: "IncludeMinimum", metadata: {"box"=>true}))
|
7219
|
-
NumericRangeFilter.add_member(:include_maximum, Shapes::ShapeRef.new(shape: Boolean, location_name: "IncludeMaximum", metadata: {"box"=>true}))
|
7220
|
-
NumericRangeFilter.add_member(:range_minimum, Shapes::ShapeRef.new(shape: NumericRangeFilterValue, location_name: "RangeMinimum", metadata: {"box"=>true}))
|
7221
|
-
NumericRangeFilter.add_member(:range_maximum, Shapes::ShapeRef.new(shape: NumericRangeFilterValue, location_name: "RangeMaximum", metadata: {"box"=>true}))
|
7222
|
+
NumericRangeFilter.add_member(:include_minimum, Shapes::ShapeRef.new(shape: Boolean, location_name: "IncludeMinimum", metadata: {"box" => true}))
|
7223
|
+
NumericRangeFilter.add_member(:include_maximum, Shapes::ShapeRef.new(shape: Boolean, location_name: "IncludeMaximum", metadata: {"box" => true}))
|
7224
|
+
NumericRangeFilter.add_member(:range_minimum, Shapes::ShapeRef.new(shape: NumericRangeFilterValue, location_name: "RangeMinimum", metadata: {"box" => true}))
|
7225
|
+
NumericRangeFilter.add_member(:range_maximum, Shapes::ShapeRef.new(shape: NumericRangeFilterValue, location_name: "RangeMaximum", metadata: {"box" => true}))
|
7222
7226
|
NumericRangeFilter.add_member(:select_all_options, Shapes::ShapeRef.new(shape: NumericFilterSelectAllOptions, location_name: "SelectAllOptions"))
|
7223
7227
|
NumericRangeFilter.add_member(:aggregation_function, Shapes::ShapeRef.new(shape: AggregationFunction, location_name: "AggregationFunction"))
|
7224
7228
|
NumericRangeFilter.add_member(:null_option, Shapes::ShapeRef.new(shape: FilterNullOption, required: true, location_name: "NullOption"))
|
7225
7229
|
NumericRangeFilter.add_member(:default_filter_control_configuration, Shapes::ShapeRef.new(shape: DefaultFilterControlConfiguration, location_name: "DefaultFilterControlConfiguration"))
|
7226
7230
|
NumericRangeFilter.struct_class = Types::NumericRangeFilter
|
7227
7231
|
|
7228
|
-
NumericRangeFilterValue.add_member(:static_value, Shapes::ShapeRef.new(shape: Double, location_name: "StaticValue", metadata: {"box"=>true}))
|
7232
|
+
NumericRangeFilterValue.add_member(:static_value, Shapes::ShapeRef.new(shape: Double, location_name: "StaticValue", metadata: {"box" => true}))
|
7229
7233
|
NumericRangeFilterValue.add_member(:parameter, Shapes::ShapeRef.new(shape: ParameterName, location_name: "Parameter"))
|
7230
7234
|
NumericRangeFilterValue.struct_class = Types::NumericRangeFilterValue
|
7231
7235
|
|
@@ -7276,7 +7280,7 @@ module Aws::QuickSight
|
|
7276
7280
|
OverrideDatasetParameterOperation.add_member(:new_default_values, Shapes::ShapeRef.new(shape: NewDefaultValues, location_name: "NewDefaultValues"))
|
7277
7281
|
OverrideDatasetParameterOperation.struct_class = Types::OverrideDatasetParameterOperation
|
7278
7282
|
|
7279
|
-
PaginationConfiguration.add_member(:page_size, Shapes::ShapeRef.new(shape: Long, required: true, location_name: "PageSize", metadata: {"box"=>true}))
|
7283
|
+
PaginationConfiguration.add_member(:page_size, Shapes::ShapeRef.new(shape: Long, required: true, location_name: "PageSize", metadata: {"box" => true}))
|
7280
7284
|
PaginationConfiguration.add_member(:page_number, Shapes::ShapeRef.new(shape: PageNumber, required: true, location_name: "PageNumber"))
|
7281
7285
|
PaginationConfiguration.struct_class = Types::PaginationConfiguration
|
7282
7286
|
|
@@ -7379,8 +7383,8 @@ module Aws::QuickSight
|
|
7379
7383
|
|
7380
7384
|
Path.member = Shapes::ShapeRef.new(shape: Arn)
|
7381
7385
|
|
7382
|
-
PercentVisibleRange.add_member(:from, Shapes::ShapeRef.new(shape: PercentNumber, location_name: "From", metadata: {"box"=>true}))
|
7383
|
-
PercentVisibleRange.add_member(:to, Shapes::ShapeRef.new(shape: PercentNumber, location_name: "To", metadata: {"box"=>true}))
|
7386
|
+
PercentVisibleRange.add_member(:from, Shapes::ShapeRef.new(shape: PercentNumber, location_name: "From", metadata: {"box" => true}))
|
7387
|
+
PercentVisibleRange.add_member(:to, Shapes::ShapeRef.new(shape: PercentNumber, location_name: "To", metadata: {"box" => true}))
|
7384
7388
|
PercentVisibleRange.struct_class = Types::PercentVisibleRange
|
7385
7389
|
|
7386
7390
|
PercentageDisplayFormatConfiguration.add_member(:prefix, Shapes::ShapeRef.new(shape: Prefix, location_name: "Prefix"))
|
@@ -7611,7 +7615,7 @@ module Aws::QuickSight
|
|
7611
7615
|
|
7612
7616
|
PluginVisualFieldWells.member = Shapes::ShapeRef.new(shape: PluginVisualFieldWell)
|
7613
7617
|
|
7614
|
-
PluginVisualItemsLimitConfiguration.add_member(:items_limit, Shapes::ShapeRef.new(shape: Long, location_name: "ItemsLimit", metadata: {"box"=>true}))
|
7618
|
+
PluginVisualItemsLimitConfiguration.add_member(:items_limit, Shapes::ShapeRef.new(shape: Long, location_name: "ItemsLimit", metadata: {"box" => true}))
|
7615
7619
|
PluginVisualItemsLimitConfiguration.struct_class = Types::PluginVisualItemsLimitConfiguration
|
7616
7620
|
|
7617
7621
|
PluginVisualOptions.add_member(:visual_properties, Shapes::ShapeRef.new(shape: PluginVisualPropertiesList, location_name: "VisualProperties"))
|
@@ -7931,7 +7935,7 @@ module Aws::QuickSight
|
|
7931
7935
|
RelativeDatesFilter.add_member(:minimum_granularity, Shapes::ShapeRef.new(shape: TimeGranularity, location_name: "MinimumGranularity"))
|
7932
7936
|
RelativeDatesFilter.add_member(:time_granularity, Shapes::ShapeRef.new(shape: TimeGranularity, required: true, location_name: "TimeGranularity"))
|
7933
7937
|
RelativeDatesFilter.add_member(:relative_date_type, Shapes::ShapeRef.new(shape: RelativeDateType, required: true, location_name: "RelativeDateType"))
|
7934
|
-
RelativeDatesFilter.add_member(:relative_date_value, Shapes::ShapeRef.new(shape: Integer, location_name: "RelativeDateValue", metadata: {"box"=>true}))
|
7938
|
+
RelativeDatesFilter.add_member(:relative_date_value, Shapes::ShapeRef.new(shape: Integer, location_name: "RelativeDateValue", metadata: {"box" => true}))
|
7935
7939
|
RelativeDatesFilter.add_member(:parameter_name, Shapes::ShapeRef.new(shape: ParameterName, location_name: "ParameterName"))
|
7936
7940
|
RelativeDatesFilter.add_member(:null_option, Shapes::ShapeRef.new(shape: FilterNullOption, required: true, location_name: "NullOption"))
|
7937
7941
|
RelativeDatesFilter.add_member(:exclude_period_configuration, Shapes::ShapeRef.new(shape: ExcludePeriodConfiguration, location_name: "ExcludePeriodConfiguration"))
|
@@ -7986,9 +7990,9 @@ module Aws::QuickSight
|
|
7986
7990
|
RowAlternateColorOptions.add_member(:use_primary_background_color, Shapes::ShapeRef.new(shape: WidgetStatus, location_name: "UsePrimaryBackgroundColor"))
|
7987
7991
|
RowAlternateColorOptions.struct_class = Types::RowAlternateColorOptions
|
7988
7992
|
|
7989
|
-
RowInfo.add_member(:rows_ingested, Shapes::ShapeRef.new(shape: Long, location_name: "RowsIngested", metadata: {"box"=>true}))
|
7990
|
-
RowInfo.add_member(:rows_dropped, Shapes::ShapeRef.new(shape: Long, location_name: "RowsDropped", metadata: {"box"=>true}))
|
7991
|
-
RowInfo.add_member(:total_rows_in_dataset, Shapes::ShapeRef.new(shape: Long, location_name: "TotalRowsInDataset", metadata: {"box"=>true}))
|
7993
|
+
RowInfo.add_member(:rows_ingested, Shapes::ShapeRef.new(shape: Long, location_name: "RowsIngested", metadata: {"box" => true}))
|
7994
|
+
RowInfo.add_member(:rows_dropped, Shapes::ShapeRef.new(shape: Long, location_name: "RowsDropped", metadata: {"box" => true}))
|
7995
|
+
RowInfo.add_member(:total_rows_in_dataset, Shapes::ShapeRef.new(shape: Long, location_name: "TotalRowsInDataset", metadata: {"box" => true}))
|
7992
7996
|
RowInfo.struct_class = Types::RowInfo
|
7993
7997
|
|
7994
7998
|
RowLevelPermissionDataSet.add_member(:namespace, Shapes::ShapeRef.new(shape: Namespace, location_name: "Namespace"))
|
@@ -8119,7 +8123,7 @@ module Aws::QuickSight
|
|
8119
8123
|
SearchAnalysesRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
|
8120
8124
|
SearchAnalysesRequest.add_member(:filters, Shapes::ShapeRef.new(shape: AnalysisSearchFilterList, required: true, location_name: "Filters"))
|
8121
8125
|
SearchAnalysesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
|
8122
|
-
SearchAnalysesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults", metadata: {"box"=>true}))
|
8126
|
+
SearchAnalysesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults", metadata: {"box" => true}))
|
8123
8127
|
SearchAnalysesRequest.struct_class = Types::SearchAnalysesRequest
|
8124
8128
|
|
8125
8129
|
SearchAnalysesResponse.add_member(:analysis_summary_list, Shapes::ShapeRef.new(shape: AnalysisSummaryList, location_name: "AnalysisSummaryList"))
|
@@ -8131,7 +8135,7 @@ module Aws::QuickSight
|
|
8131
8135
|
SearchDashboardsRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
|
8132
8136
|
SearchDashboardsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: DashboardSearchFilterList, required: true, location_name: "Filters"))
|
8133
8137
|
SearchDashboardsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
|
8134
|
-
SearchDashboardsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults", metadata: {"box"=>true}))
|
8138
|
+
SearchDashboardsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults", metadata: {"box" => true}))
|
8135
8139
|
SearchDashboardsRequest.struct_class = Types::SearchDashboardsRequest
|
8136
8140
|
|
8137
8141
|
SearchDashboardsResponse.add_member(:dashboard_summary_list, Shapes::ShapeRef.new(shape: DashboardSummaryList, location_name: "DashboardSummaryList"))
|
@@ -8143,7 +8147,7 @@ module Aws::QuickSight
|
|
8143
8147
|
SearchDataSetsRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
|
8144
8148
|
SearchDataSetsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: DataSetSearchFilterList, required: true, location_name: "Filters"))
|
8145
8149
|
SearchDataSetsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
|
8146
|
-
SearchDataSetsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults", metadata: {"box"=>true}))
|
8150
|
+
SearchDataSetsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults", metadata: {"box" => true}))
|
8147
8151
|
SearchDataSetsRequest.struct_class = Types::SearchDataSetsRequest
|
8148
8152
|
|
8149
8153
|
SearchDataSetsResponse.add_member(:data_set_summaries, Shapes::ShapeRef.new(shape: DataSetSummaryList, location_name: "DataSetSummaries"))
|
@@ -8155,7 +8159,7 @@ module Aws::QuickSight
|
|
8155
8159
|
SearchDataSourcesRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
|
8156
8160
|
SearchDataSourcesRequest.add_member(:filters, Shapes::ShapeRef.new(shape: DataSourceSearchFilterList, required: true, location_name: "Filters"))
|
8157
8161
|
SearchDataSourcesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
|
8158
|
-
SearchDataSourcesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults", metadata: {"box"=>true}))
|
8162
|
+
SearchDataSourcesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults", metadata: {"box" => true}))
|
8159
8163
|
SearchDataSourcesRequest.struct_class = Types::SearchDataSourcesRequest
|
8160
8164
|
|
8161
8165
|
SearchDataSourcesResponse.add_member(:data_source_summaries, Shapes::ShapeRef.new(shape: DataSourceSummaryList, location_name: "DataSourceSummaries"))
|
@@ -8167,7 +8171,7 @@ module Aws::QuickSight
|
|
8167
8171
|
SearchFoldersRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
|
8168
8172
|
SearchFoldersRequest.add_member(:filters, Shapes::ShapeRef.new(shape: FolderSearchFilterList, required: true, location_name: "Filters"))
|
8169
8173
|
SearchFoldersRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
|
8170
|
-
SearchFoldersRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults", metadata: {"box"=>true}))
|
8174
|
+
SearchFoldersRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults", metadata: {"box" => true}))
|
8171
8175
|
SearchFoldersRequest.struct_class = Types::SearchFoldersRequest
|
8172
8176
|
|
8173
8177
|
SearchFoldersResponse.add_member(:status, Shapes::ShapeRef.new(shape: StatusCode, location: "statusCode", location_name: "Status"))
|
@@ -8178,7 +8182,7 @@ module Aws::QuickSight
|
|
8178
8182
|
|
8179
8183
|
SearchGroupsRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
|
8180
8184
|
SearchGroupsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "next-token"))
|
8181
|
-
SearchGroupsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "max-results", metadata: {"box"=>true}))
|
8185
|
+
SearchGroupsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "max-results", metadata: {"box" => true}))
|
8182
8186
|
SearchGroupsRequest.add_member(:namespace, Shapes::ShapeRef.new(shape: Namespace, required: true, location: "uri", location_name: "Namespace"))
|
8183
8187
|
SearchGroupsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: GroupSearchFilterList, required: true, location_name: "Filters"))
|
8184
8188
|
SearchGroupsRequest.struct_class = Types::SearchGroupsRequest
|
@@ -8192,7 +8196,7 @@ module Aws::QuickSight
|
|
8192
8196
|
SearchTopicsRequest.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, required: true, location: "uri", location_name: "AwsAccountId"))
|
8193
8197
|
SearchTopicsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: TopicSearchFilterList, required: true, location_name: "Filters"))
|
8194
8198
|
SearchTopicsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
|
8195
|
-
SearchTopicsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults", metadata: {"box"=>true}))
|
8199
|
+
SearchTopicsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults", metadata: {"box" => true}))
|
8196
8200
|
SearchTopicsRequest.struct_class = Types::SearchTopicsRequest
|
8197
8201
|
|
8198
8202
|
SearchTopicsResponse.add_member(:topic_summary_list, Shapes::ShapeRef.new(shape: TopicSummaries, location_name: "TopicSummaryList"))
|
@@ -8325,6 +8329,7 @@ module Aws::QuickSight
|
|
8325
8329
|
SheetDefinition.add_member(:layouts, Shapes::ShapeRef.new(shape: LayoutList, location_name: "Layouts"))
|
8326
8330
|
SheetDefinition.add_member(:sheet_control_layouts, Shapes::ShapeRef.new(shape: SheetControlLayoutList, location_name: "SheetControlLayouts"))
|
8327
8331
|
SheetDefinition.add_member(:content_type, Shapes::ShapeRef.new(shape: SheetContentType, location_name: "ContentType"))
|
8332
|
+
SheetDefinition.add_member(:custom_action_defaults, Shapes::ShapeRef.new(shape: VisualCustomActionDefaults, location_name: "CustomActionDefaults"))
|
8328
8333
|
SheetDefinition.struct_class = Types::SheetDefinition
|
8329
8334
|
|
8330
8335
|
SheetDefinitionList.member = Shapes::ShapeRef.new(shape: SheetDefinition)
|
@@ -9020,12 +9025,12 @@ module Aws::QuickSight
|
|
9020
9025
|
TileStyle.add_member(:border, Shapes::ShapeRef.new(shape: BorderStyle, location_name: "Border"))
|
9021
9026
|
TileStyle.struct_class = Types::TileStyle
|
9022
9027
|
|
9023
|
-
TimeBasedForecastProperties.add_member(:periods_forward, Shapes::ShapeRef.new(shape: PeriodsForward, location_name: "PeriodsForward", metadata: {"box"=>true}))
|
9024
|
-
TimeBasedForecastProperties.add_member(:periods_backward, Shapes::ShapeRef.new(shape: PeriodsBackward, location_name: "PeriodsBackward", metadata: {"box"=>true}))
|
9025
|
-
TimeBasedForecastProperties.add_member(:upper_boundary, Shapes::ShapeRef.new(shape: Double, location_name: "UpperBoundary", metadata: {"box"=>true}))
|
9026
|
-
TimeBasedForecastProperties.add_member(:lower_boundary, Shapes::ShapeRef.new(shape: Double, location_name: "LowerBoundary", metadata: {"box"=>true}))
|
9027
|
-
TimeBasedForecastProperties.add_member(:prediction_interval, Shapes::ShapeRef.new(shape: PredictionInterval, location_name: "PredictionInterval", metadata: {"box"=>true}))
|
9028
|
-
TimeBasedForecastProperties.add_member(:seasonality, Shapes::ShapeRef.new(shape: Seasonality, location_name: "Seasonality", metadata: {"box"=>true}))
|
9028
|
+
TimeBasedForecastProperties.add_member(:periods_forward, Shapes::ShapeRef.new(shape: PeriodsForward, location_name: "PeriodsForward", metadata: {"box" => true}))
|
9029
|
+
TimeBasedForecastProperties.add_member(:periods_backward, Shapes::ShapeRef.new(shape: PeriodsBackward, location_name: "PeriodsBackward", metadata: {"box" => true}))
|
9030
|
+
TimeBasedForecastProperties.add_member(:upper_boundary, Shapes::ShapeRef.new(shape: Double, location_name: "UpperBoundary", metadata: {"box" => true}))
|
9031
|
+
TimeBasedForecastProperties.add_member(:lower_boundary, Shapes::ShapeRef.new(shape: Double, location_name: "LowerBoundary", metadata: {"box" => true}))
|
9032
|
+
TimeBasedForecastProperties.add_member(:prediction_interval, Shapes::ShapeRef.new(shape: PredictionInterval, location_name: "PredictionInterval", metadata: {"box" => true}))
|
9033
|
+
TimeBasedForecastProperties.add_member(:seasonality, Shapes::ShapeRef.new(shape: Seasonality, location_name: "Seasonality", metadata: {"box" => true}))
|
9029
9034
|
TimeBasedForecastProperties.struct_class = Types::TimeBasedForecastProperties
|
9030
9035
|
|
9031
9036
|
TimeEqualityFilter.add_member(:filter_id, Shapes::ShapeRef.new(shape: ShortRestrictiveResourceId, required: true, location_name: "FilterId"))
|
@@ -9045,8 +9050,8 @@ module Aws::QuickSight
|
|
9045
9050
|
|
9046
9051
|
TimeRangeFilter.add_member(:filter_id, Shapes::ShapeRef.new(shape: ShortRestrictiveResourceId, required: true, location_name: "FilterId"))
|
9047
9052
|
TimeRangeFilter.add_member(:column, Shapes::ShapeRef.new(shape: ColumnIdentifier, required: true, location_name: "Column"))
|
9048
|
-
TimeRangeFilter.add_member(:include_minimum, Shapes::ShapeRef.new(shape: Boolean, location_name: "IncludeMinimum", metadata: {"box"=>true}))
|
9049
|
-
TimeRangeFilter.add_member(:include_maximum, Shapes::ShapeRef.new(shape: Boolean, location_name: "IncludeMaximum", metadata: {"box"=>true}))
|
9053
|
+
TimeRangeFilter.add_member(:include_minimum, Shapes::ShapeRef.new(shape: Boolean, location_name: "IncludeMinimum", metadata: {"box" => true}))
|
9054
|
+
TimeRangeFilter.add_member(:include_maximum, Shapes::ShapeRef.new(shape: Boolean, location_name: "IncludeMaximum", metadata: {"box" => true}))
|
9050
9055
|
TimeRangeFilter.add_member(:range_minimum_value, Shapes::ShapeRef.new(shape: TimeRangeFilterValue, location_name: "RangeMinimumValue"))
|
9051
9056
|
TimeRangeFilter.add_member(:range_maximum_value, Shapes::ShapeRef.new(shape: TimeRangeFilterValue, location_name: "RangeMaximumValue"))
|
9052
9057
|
TimeRangeFilter.add_member(:null_option, Shapes::ShapeRef.new(shape: FilterNullOption, required: true, location_name: "NullOption"))
|
@@ -9073,7 +9078,7 @@ module Aws::QuickSight
|
|
9073
9078
|
|
9074
9079
|
TopBottomFilter.add_member(:filter_id, Shapes::ShapeRef.new(shape: ShortRestrictiveResourceId, required: true, location_name: "FilterId"))
|
9075
9080
|
TopBottomFilter.add_member(:column, Shapes::ShapeRef.new(shape: ColumnIdentifier, required: true, location_name: "Column"))
|
9076
|
-
TopBottomFilter.add_member(:limit, Shapes::ShapeRef.new(shape: Integer, location_name: "Limit", metadata: {"box"=>true}))
|
9081
|
+
TopBottomFilter.add_member(:limit, Shapes::ShapeRef.new(shape: Integer, location_name: "Limit", metadata: {"box" => true}))
|
9077
9082
|
TopBottomFilter.add_member(:aggregation_sort_configurations, Shapes::ShapeRef.new(shape: AggregationSortConfigurationList, required: true, location_name: "AggregationSortConfigurations"))
|
9078
9083
|
TopBottomFilter.add_member(:time_granularity, Shapes::ShapeRef.new(shape: TimeGranularity, location_name: "TimeGranularity"))
|
9079
9084
|
TopBottomFilter.add_member(:parameter_name, Shapes::ShapeRef.new(shape: ParameterName, location_name: "ParameterName"))
|
@@ -10043,8 +10048,8 @@ module Aws::QuickSight
|
|
10043
10048
|
UpdateVPCConnectionResponse.struct_class = Types::UpdateVPCConnectionResponse
|
10044
10049
|
|
10045
10050
|
UploadSettings.add_member(:format, Shapes::ShapeRef.new(shape: FileFormat, location_name: "Format"))
|
10046
|
-
UploadSettings.add_member(:start_from_row, Shapes::ShapeRef.new(shape: PositiveInteger, location_name: "StartFromRow", metadata: {"box"=>true}))
|
10047
|
-
UploadSettings.add_member(:contains_header, Shapes::ShapeRef.new(shape: Boolean, location_name: "ContainsHeader", metadata: {"box"=>true}))
|
10051
|
+
UploadSettings.add_member(:start_from_row, Shapes::ShapeRef.new(shape: PositiveInteger, location_name: "StartFromRow", metadata: {"box" => true}))
|
10052
|
+
UploadSettings.add_member(:contains_header, Shapes::ShapeRef.new(shape: Boolean, location_name: "ContainsHeader", metadata: {"box" => true}))
|
10048
10053
|
UploadSettings.add_member(:text_qualifier, Shapes::ShapeRef.new(shape: TextQualifier, location_name: "TextQualifier"))
|
10049
10054
|
UploadSettings.add_member(:delimiter, Shapes::ShapeRef.new(shape: Delimiter, location_name: "Delimiter"))
|
10050
10055
|
UploadSettings.struct_class = Types::UploadSettings
|
@@ -10137,6 +10142,9 @@ module Aws::QuickSight
|
|
10137
10142
|
VisualCustomAction.add_member(:action_operations, Shapes::ShapeRef.new(shape: VisualCustomActionOperationList, required: true, location_name: "ActionOperations"))
|
10138
10143
|
VisualCustomAction.struct_class = Types::VisualCustomAction
|
10139
10144
|
|
10145
|
+
VisualCustomActionDefaults.add_member(:highlight_operation, Shapes::ShapeRef.new(shape: VisualHighlightOperation, location_name: "highlightOperation"))
|
10146
|
+
VisualCustomActionDefaults.struct_class = Types::VisualCustomActionDefaults
|
10147
|
+
|
10140
10148
|
VisualCustomActionList.member = Shapes::ShapeRef.new(shape: VisualCustomAction)
|
10141
10149
|
|
10142
10150
|
VisualCustomActionOperation.add_member(:filter_operation, Shapes::ShapeRef.new(shape: CustomActionFilterOperation, location_name: "FilterOperation"))
|
@@ -10147,6 +10155,9 @@ module Aws::QuickSight
|
|
10147
10155
|
|
10148
10156
|
VisualCustomActionOperationList.member = Shapes::ShapeRef.new(shape: VisualCustomActionOperation)
|
10149
10157
|
|
10158
|
+
VisualHighlightOperation.add_member(:trigger, Shapes::ShapeRef.new(shape: VisualHighlightTrigger, required: true, location_name: "Trigger"))
|
10159
|
+
VisualHighlightOperation.struct_class = Types::VisualHighlightOperation
|
10160
|
+
|
10150
10161
|
VisualInteractionOptions.add_member(:visual_menu_option, Shapes::ShapeRef.new(shape: VisualMenuOption, location_name: "VisualMenuOption"))
|
10151
10162
|
VisualInteractionOptions.add_member(:context_menu_option, Shapes::ShapeRef.new(shape: ContextMenuOption, location_name: "ContextMenuOption"))
|
10152
10163
|
VisualInteractionOptions.struct_class = Types::VisualInteractionOptions
|
@@ -10395,8 +10406,8 @@ module Aws::QuickSight
|
|
10395
10406
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
10396
10407
|
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
10397
10408
|
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
10398
|
-
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
10399
10409
|
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
10410
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
10400
10411
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
10401
10412
|
end)
|
10402
10413
|
|
@@ -10780,8 +10791,8 @@ module Aws::QuickSight
|
|
10780
10791
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
10781
10792
|
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
10782
10793
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
10783
|
-
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
10784
10794
|
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
10795
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
10785
10796
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
10786
10797
|
end)
|
10787
10798
|
|
@@ -10794,8 +10805,8 @@ module Aws::QuickSight
|
|
10794
10805
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
10795
10806
|
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
10796
10807
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
10797
|
-
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
10798
10808
|
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
10809
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
10799
10810
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
10800
10811
|
end)
|
10801
10812
|
|
@@ -11295,8 +11306,8 @@ module Aws::QuickSight
|
|
11295
11306
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
11296
11307
|
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
11297
11308
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
11298
|
-
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
11299
11309
|
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
11310
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
11300
11311
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
11301
11312
|
end)
|
11302
11313
|
|
@@ -11309,8 +11320,8 @@ module Aws::QuickSight
|
|
11309
11320
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
11310
11321
|
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
11311
11322
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
11312
|
-
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
11313
11323
|
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
11324
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
11314
11325
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
11315
11326
|
end)
|
11316
11327
|
|
@@ -11323,8 +11334,8 @@ module Aws::QuickSight
|
|
11323
11334
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
11324
11335
|
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
11325
11336
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
11326
|
-
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
11327
11337
|
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
11338
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
11328
11339
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
11329
11340
|
end)
|
11330
11341
|
|
@@ -13019,8 +13030,8 @@ module Aws::QuickSight
|
|
13019
13030
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
13020
13031
|
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
13021
13032
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
13022
|
-
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
13023
13033
|
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
13034
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
13024
13035
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
13025
13036
|
end)
|
13026
13037
|
|
@@ -13033,8 +13044,8 @@ module Aws::QuickSight
|
|
13033
13044
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
13034
13045
|
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
13035
13046
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
13036
|
-
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
13037
13047
|
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
13048
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
13038
13049
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
13039
13050
|
end)
|
13040
13051
|
|
@@ -13047,8 +13058,8 @@ module Aws::QuickSight
|
|
13047
13058
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
13048
13059
|
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
13049
13060
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
13050
|
-
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
13051
13061
|
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
13062
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
13052
13063
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
13053
13064
|
end)
|
13054
13065
|
|