aws-sdk-quicksight 1.84.0 → 1.85.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 86977ab9a436ac9d3472dfdee7e121c14e414a5c5bf229f1b1b10096e0099226
4
- data.tar.gz: f14f7e4d69dd6808024a0080971b137ed6a2e9550985e13fb9d1947d821eb5e4
3
+ metadata.gz: f6b4f957ef0a1a94cfd59b8117e91905903acfd8c616e18e26befec62d2a4d2f
4
+ data.tar.gz: 7a3b52cc71811ad0e970d57a97205a34d38f7839d2778f4d4224af9b64bf1c69
5
5
  SHA512:
6
- metadata.gz: f378ae1e001cc96540477b044015954dede68cd6b919b7b051cf6812fad6cd09ce630675239d3913b6ea2c91602b6865f61c77c2fe0b99030adfa323d5f7ae3f
7
- data.tar.gz: c437ffbf2cab428013c92ae5ecf4e079cc0c346350dcb4d46fc0ba2a26c5e6ec93de8db70e441e70447d61a0eb1a925bfb1ced6bc5f59342f0830502cf7b2465
6
+ metadata.gz: 1c4a39a077b0865f5925de01adaaa89d3697ab9288d9b67b08735e39a0c1211ba5805c4f0858de7374aa9f6e3ea8830dd26d2930d3ba0955c50455623abb03ed
7
+ data.tar.gz: 1f1f5fc3b1ac9125d977d9f35beed4668fb019f7dcf7e44add545dddf0709aa3402572d1ba9f7159d66b187e52e1f93bdc79b5ff085f8da30d3f263425d80a89
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.85.0 (2023-07-06)
5
+ ------------------
6
+
7
+ * Feature - This release includes below three changes: small multiples axes improvement, field based coloring, removed required trait from Aggregation function for TopBottomFilter.
8
+
4
9
  1.84.0 (2023-06-28)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.84.0
1
+ 1.85.0
@@ -28,6 +28,7 @@ require 'aws-sdk-core/plugins/client_metrics_send_plugin.rb'
28
28
  require 'aws-sdk-core/plugins/transfer_encoding.rb'
29
29
  require 'aws-sdk-core/plugins/http_checksum.rb'
30
30
  require 'aws-sdk-core/plugins/checksum_algorithm.rb'
31
+ require 'aws-sdk-core/plugins/request_compression.rb'
31
32
  require 'aws-sdk-core/plugins/defaults_mode.rb'
32
33
  require 'aws-sdk-core/plugins/recursion_detection.rb'
33
34
  require 'aws-sdk-core/plugins/sign.rb'
@@ -77,6 +78,7 @@ module Aws::QuickSight
77
78
  add_plugin(Aws::Plugins::TransferEncoding)
78
79
  add_plugin(Aws::Plugins::HttpChecksum)
79
80
  add_plugin(Aws::Plugins::ChecksumAlgorithm)
81
+ add_plugin(Aws::Plugins::RequestCompression)
80
82
  add_plugin(Aws::Plugins::DefaultsMode)
81
83
  add_plugin(Aws::Plugins::RecursionDetection)
82
84
  add_plugin(Aws::Plugins::Sign)
@@ -190,6 +192,10 @@ module Aws::QuickSight
190
192
  # Set to true to disable SDK automatically adding host prefix
191
193
  # to default service endpoint when available.
192
194
  #
195
+ # @option options [Boolean] :disable_request_compression (false)
196
+ # When set to 'true' the request body will not be compressed
197
+ # for supported operations.
198
+ #
193
199
  # @option options [String] :endpoint
194
200
  # The client endpoint is normally constructed from the `:region`
195
201
  # option. You should only configure an `:endpoint` when connecting
@@ -230,6 +236,11 @@ module Aws::QuickSight
230
236
  # Used when loading credentials from the shared credentials file
231
237
  # at HOME/.aws/credentials. When not specified, 'default' is used.
232
238
  #
239
+ # @option options [Integer] :request_min_compression_size_bytes (10240)
240
+ # The minimum size in bytes that triggers compression for request
241
+ # bodies. The value must be non-negative integer value between 0
242
+ # and 10485780 bytes inclusive.
243
+ #
233
244
  # @option options [Proc] :retry_backoff
234
245
  # A proc or lambda used for backoff. Defaults to 2**retries * retry_base_delay.
235
246
  # This option is only used in the `legacy` retry mode.
@@ -9082,7 +9093,7 @@ module Aws::QuickSight
9082
9093
  # completed, a download URL that contains the exported assets is
9083
9094
  # returned. The URL is valid for 5 minutes and can be refreshed with a
9084
9095
  # `DescribeAssetBundleExportJob` API call. Each Amazon QuickSight
9085
- # account can run up to 10 export jobs concurrently.
9096
+ # account can run up to 5 export jobs concurrently.
9086
9097
  #
9087
9098
  # The API caller must have the necessary permissions in their IAM role
9088
9099
  # to access each resource before the resources can be exported.
@@ -9222,7 +9233,7 @@ module Aws::QuickSight
9222
9233
  # naming prefix and specified configuration overrides. The assets that
9223
9234
  # are contained in the bundle file that you provide are used to create
9224
9235
  # or update a new or existing asset in your Amazon QuickSight account.
9225
- # Each Amazon QuickSight account can run up to 10 import jobs
9236
+ # Each Amazon QuickSight account can run up to 5 import jobs
9226
9237
  # concurrently.
9227
9238
  #
9228
9239
  # The API caller must have the necessary `"create"`, `"describe"`, and
@@ -9239,7 +9250,7 @@ module Aws::QuickSight
9239
9250
  #
9240
9251
  # @option params [required, Types::AssetBundleImportSource] :asset_bundle_import_source
9241
9252
  # The source of the asset bundle zip file that contains the data that
9242
- # you want to import.
9253
+ # you want to import. The file must be in `QUICKSIGHT_JSON` format.
9243
9254
  #
9244
9255
  # @option params [Types::AssetBundleImportJobOverrideParameters] :override_parameters
9245
9256
  # Optional overrides to be applied to the resource configuration before
@@ -12149,7 +12160,7 @@ module Aws::QuickSight
12149
12160
  params: params,
12150
12161
  config: config)
12151
12162
  context[:gem_name] = 'aws-sdk-quicksight'
12152
- context[:gem_version] = '1.84.0'
12163
+ context[:gem_version] = '1.85.0'
12153
12164
  Seahorse::Client::Request.new(handlers, context)
12154
12165
  end
12155
12166
 
@@ -211,6 +211,7 @@ module Aws::QuickSight
211
211
  ColorList = Shapes::ListShape.new(name: 'ColorList')
212
212
  ColorScale = Shapes::StructureShape.new(name: 'ColorScale')
213
213
  ColorScaleColorList = Shapes::ListShape.new(name: 'ColorScaleColorList')
214
+ ColorsConfiguration = Shapes::StructureShape.new(name: 'ColorsConfiguration')
214
215
  ColumnConfiguration = Shapes::StructureShape.new(name: 'ColumnConfiguration')
215
216
  ColumnConfigurationList = Shapes::ListShape.new(name: 'ColumnConfigurationList')
216
217
  ColumnDataRole = Shapes::StringShape.new(name: 'ColumnDataRole')
@@ -323,6 +324,8 @@ module Aws::QuickSight
323
324
  CustomActionNavigationOperation = Shapes::StructureShape.new(name: 'CustomActionNavigationOperation')
324
325
  CustomActionSetParametersOperation = Shapes::StructureShape.new(name: 'CustomActionSetParametersOperation')
325
326
  CustomActionURLOperation = Shapes::StructureShape.new(name: 'CustomActionURLOperation')
327
+ CustomColor = Shapes::StructureShape.new(name: 'CustomColor')
328
+ CustomColorsList = Shapes::ListShape.new(name: 'CustomColorsList')
326
329
  CustomContentConfiguration = Shapes::StructureShape.new(name: 'CustomContentConfiguration')
327
330
  CustomContentImageScalingConfiguration = Shapes::StringShape.new(name: 'CustomContentImageScalingConfiguration')
328
331
  CustomContentType = Shapes::StringShape.new(name: 'CustomContentType')
@@ -1308,12 +1311,16 @@ module Aws::QuickSight
1308
1311
  SimpleNumericalAggregationFunction = Shapes::StringShape.new(name: 'SimpleNumericalAggregationFunction')
1309
1312
  SiteBaseUrl = Shapes::StringShape.new(name: 'SiteBaseUrl')
1310
1313
  SliderControlDisplayOptions = Shapes::StructureShape.new(name: 'SliderControlDisplayOptions')
1314
+ SmallMultiplesAxisPlacement = Shapes::StringShape.new(name: 'SmallMultiplesAxisPlacement')
1315
+ SmallMultiplesAxisProperties = Shapes::StructureShape.new(name: 'SmallMultiplesAxisProperties')
1316
+ SmallMultiplesAxisScale = Shapes::StringShape.new(name: 'SmallMultiplesAxisScale')
1311
1317
  SmallMultiplesDimensionFieldList = Shapes::ListShape.new(name: 'SmallMultiplesDimensionFieldList')
1312
1318
  SmallMultiplesOptions = Shapes::StructureShape.new(name: 'SmallMultiplesOptions')
1313
1319
  SnowflakeParameters = Shapes::StructureShape.new(name: 'SnowflakeParameters')
1314
1320
  SortDirection = Shapes::StringShape.new(name: 'SortDirection')
1315
1321
  Spacing = Shapes::StructureShape.new(name: 'Spacing')
1316
1322
  SparkParameters = Shapes::StructureShape.new(name: 'SparkParameters')
1323
+ SpecialValue = Shapes::StringShape.new(name: 'SpecialValue')
1317
1324
  SqlEndpointPath = Shapes::StringShape.new(name: 'SqlEndpointPath')
1318
1325
  SqlQuery = Shapes::StringShape.new(name: 'SqlQuery')
1319
1326
  SqlServerParameters = Shapes::StructureShape.new(name: 'SqlServerParameters')
@@ -1675,7 +1682,7 @@ module Aws::QuickSight
1675
1682
 
1676
1683
  AggregationSortConfiguration.add_member(:column, Shapes::ShapeRef.new(shape: ColumnIdentifier, required: true, location_name: "Column"))
1677
1684
  AggregationSortConfiguration.add_member(:sort_direction, Shapes::ShapeRef.new(shape: SortDirection, required: true, location_name: "SortDirection"))
1678
- AggregationSortConfiguration.add_member(:aggregation_function, Shapes::ShapeRef.new(shape: AggregationFunction, required: true, location_name: "AggregationFunction"))
1685
+ AggregationSortConfiguration.add_member(:aggregation_function, Shapes::ShapeRef.new(shape: AggregationFunction, location_name: "AggregationFunction"))
1679
1686
  AggregationSortConfiguration.struct_class = Types::AggregationSortConfiguration
1680
1687
 
1681
1688
  AggregationSortConfigurationList.member = Shapes::ShapeRef.new(shape: AggregationSortConfiguration)
@@ -2238,9 +2245,13 @@ module Aws::QuickSight
2238
2245
 
2239
2246
  ColorScaleColorList.member = Shapes::ShapeRef.new(shape: DataColor)
2240
2247
 
2248
+ ColorsConfiguration.add_member(:custom_colors, Shapes::ShapeRef.new(shape: CustomColorsList, location_name: "CustomColors"))
2249
+ ColorsConfiguration.struct_class = Types::ColorsConfiguration
2250
+
2241
2251
  ColumnConfiguration.add_member(:column, Shapes::ShapeRef.new(shape: ColumnIdentifier, required: true, location_name: "Column"))
2242
2252
  ColumnConfiguration.add_member(:format_configuration, Shapes::ShapeRef.new(shape: FormatConfiguration, location_name: "FormatConfiguration"))
2243
2253
  ColumnConfiguration.add_member(:role, Shapes::ShapeRef.new(shape: ColumnRole, location_name: "Role"))
2254
+ ColumnConfiguration.add_member(:colors_configuration, Shapes::ShapeRef.new(shape: ColorsConfiguration, location_name: "ColorsConfiguration"))
2244
2255
  ColumnConfiguration.struct_class = Types::ColumnConfiguration
2245
2256
 
2246
2257
  ColumnConfigurationList.member = Shapes::ShapeRef.new(shape: ColumnConfiguration)
@@ -2788,6 +2799,13 @@ module Aws::QuickSight
2788
2799
  CustomActionURLOperation.add_member(:url_target, Shapes::ShapeRef.new(shape: URLTargetConfiguration, required: true, location_name: "URLTarget"))
2789
2800
  CustomActionURLOperation.struct_class = Types::CustomActionURLOperation
2790
2801
 
2802
+ CustomColor.add_member(:field_value, Shapes::ShapeRef.new(shape: FieldValue, location_name: "FieldValue"))
2803
+ CustomColor.add_member(:color, Shapes::ShapeRef.new(shape: HexColor, required: true, location_name: "Color"))
2804
+ CustomColor.add_member(:special_value, Shapes::ShapeRef.new(shape: SpecialValue, location_name: "SpecialValue"))
2805
+ CustomColor.struct_class = Types::CustomColor
2806
+
2807
+ CustomColorsList.member = Shapes::ShapeRef.new(shape: CustomColor)
2808
+
2791
2809
  CustomContentConfiguration.add_member(:content_url, Shapes::ShapeRef.new(shape: URLOperationTemplate, location_name: "ContentUrl"))
2792
2810
  CustomContentConfiguration.add_member(:content_type, Shapes::ShapeRef.new(shape: CustomContentType, location_name: "ContentType"))
2793
2811
  CustomContentConfiguration.add_member(:image_scaling, Shapes::ShapeRef.new(shape: CustomContentImageScalingConfiguration, location_name: "ImageScaling"))
@@ -6474,11 +6492,17 @@ module Aws::QuickSight
6474
6492
  SliderControlDisplayOptions.add_member(:title_options, Shapes::ShapeRef.new(shape: LabelOptions, location_name: "TitleOptions"))
6475
6493
  SliderControlDisplayOptions.struct_class = Types::SliderControlDisplayOptions
6476
6494
 
6495
+ SmallMultiplesAxisProperties.add_member(:scale, Shapes::ShapeRef.new(shape: SmallMultiplesAxisScale, location_name: "Scale"))
6496
+ SmallMultiplesAxisProperties.add_member(:placement, Shapes::ShapeRef.new(shape: SmallMultiplesAxisPlacement, location_name: "Placement"))
6497
+ SmallMultiplesAxisProperties.struct_class = Types::SmallMultiplesAxisProperties
6498
+
6477
6499
  SmallMultiplesDimensionFieldList.member = Shapes::ShapeRef.new(shape: DimensionField)
6478
6500
 
6479
6501
  SmallMultiplesOptions.add_member(:max_visible_rows, Shapes::ShapeRef.new(shape: VisiblePanelRows, location_name: "MaxVisibleRows"))
6480
6502
  SmallMultiplesOptions.add_member(:max_visible_columns, Shapes::ShapeRef.new(shape: VisiblePanelColumns, location_name: "MaxVisibleColumns"))
6481
6503
  SmallMultiplesOptions.add_member(:panel_configuration, Shapes::ShapeRef.new(shape: PanelConfiguration, location_name: "PanelConfiguration"))
6504
+ SmallMultiplesOptions.add_member(:x_axis, Shapes::ShapeRef.new(shape: SmallMultiplesAxisProperties, location_name: "XAxis"))
6505
+ SmallMultiplesOptions.add_member(:y_axis, Shapes::ShapeRef.new(shape: SmallMultiplesAxisProperties, location_name: "YAxis"))
6482
6506
  SmallMultiplesOptions.struct_class = Types::SmallMultiplesOptions
6483
6507
 
6484
6508
  SnowflakeParameters.add_member(:host, Shapes::ShapeRef.new(shape: Host, required: true, location_name: "Host"))
@@ -1458,7 +1458,7 @@ module Aws::QuickSight
1458
1458
  end
1459
1459
 
1460
1460
  # The source of the asset bundle zip file that contains the data that
1461
- # you want to import.
1461
+ # you want to import. The file must be in `QUICKSIGHT_JSON` format.
1462
1462
  #
1463
1463
  # @!attribute [rw] body
1464
1464
  # The bytes of the base64 encoded asset bundle import zip file. This
@@ -2845,6 +2845,20 @@ module Aws::QuickSight
2845
2845
  include Aws::Structure
2846
2846
  end
2847
2847
 
2848
+ # The color configurations for a column.
2849
+ #
2850
+ # @!attribute [rw] custom_colors
2851
+ # A list of up to 50 custom colors.
2852
+ # @return [Array<Types::CustomColor>]
2853
+ #
2854
+ # @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/ColorsConfiguration AWS API Documentation
2855
+ #
2856
+ class ColorsConfiguration < Struct.new(
2857
+ :custom_colors)
2858
+ SENSITIVE = []
2859
+ include Aws::Structure
2860
+ end
2861
+
2848
2862
  # The general configuration of a column.
2849
2863
  #
2850
2864
  # @!attribute [rw] column
@@ -2859,12 +2873,17 @@ module Aws::QuickSight
2859
2873
  # The role of the column.
2860
2874
  # @return [String]
2861
2875
  #
2876
+ # @!attribute [rw] colors_configuration
2877
+ # The color configurations of the column.
2878
+ # @return [Types::ColorsConfiguration]
2879
+ #
2862
2880
  # @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/ColumnConfiguration AWS API Documentation
2863
2881
  #
2864
2882
  class ColumnConfiguration < Struct.new(
2865
2883
  :column,
2866
2884
  :format_configuration,
2867
- :role)
2885
+ :role,
2886
+ :colors_configuration)
2868
2887
  SENSITIVE = []
2869
2888
  include Aws::Structure
2870
2889
  end
@@ -5665,6 +5684,31 @@ module Aws::QuickSight
5665
5684
  include Aws::Structure
5666
5685
  end
5667
5686
 
5687
+ # Determines the color that's applied to a particular data value in a
5688
+ # column.
5689
+ #
5690
+ # @!attribute [rw] field_value
5691
+ # The data value that the color is applied to.
5692
+ # @return [String]
5693
+ #
5694
+ # @!attribute [rw] color
5695
+ # The color that is applied to the data value.
5696
+ # @return [String]
5697
+ #
5698
+ # @!attribute [rw] special_value
5699
+ # The value of a special data value.
5700
+ # @return [String]
5701
+ #
5702
+ # @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/CustomColor AWS API Documentation
5703
+ #
5704
+ class CustomColor < Struct.new(
5705
+ :field_value,
5706
+ :color,
5707
+ :special_value)
5708
+ SENSITIVE = [:field_value]
5709
+ include Aws::Structure
5710
+ end
5711
+
5668
5712
  # The configuration of a `CustomContentVisual`.
5669
5713
  #
5670
5714
  # @!attribute [rw] content_url
@@ -9716,7 +9760,10 @@ module Aws::QuickSight
9716
9760
  # @return [Boolean]
9717
9761
  #
9718
9762
  # @!attribute [rw] export_format
9719
- # The format of the export.
9763
+ # The format of the exported asset bundle. A `QUICKSIGHT_JSON`
9764
+ # formatted file can be used to make a `StartAssetBundleImportJob` API
9765
+ # call. A `CLOUDFORMATION_JSON` formatted file can be used in the
9766
+ # CloudFormation console and with the CloudFormation APIs.
9720
9767
  # @return [String]
9721
9768
  #
9722
9769
  # @!attribute [rw] cloud_formation_override_property_configuration
@@ -23828,6 +23875,29 @@ module Aws::QuickSight
23828
23875
  include Aws::Structure
23829
23876
  end
23830
23877
 
23878
+ # Configures the properties of a chart's axes that are used by small
23879
+ # multiples panels.
23880
+ #
23881
+ # @!attribute [rw] scale
23882
+ # Determines whether scale of the axes are shared or independent. The
23883
+ # default value is `SHARED`.
23884
+ # @return [String]
23885
+ #
23886
+ # @!attribute [rw] placement
23887
+ # Defines the placement of the axis. By default, axes are rendered
23888
+ # `OUTSIDE` of the panels. Axes with `INDEPENDENT` scale are rendered
23889
+ # `INSIDE` the panels.
23890
+ # @return [String]
23891
+ #
23892
+ # @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/SmallMultiplesAxisProperties AWS API Documentation
23893
+ #
23894
+ class SmallMultiplesAxisProperties < Struct.new(
23895
+ :scale,
23896
+ :placement)
23897
+ SENSITIVE = []
23898
+ include Aws::Structure
23899
+ end
23900
+
23831
23901
  # Options that determine the layout and display options of a chart's
23832
23902
  # small multiples.
23833
23903
  #
@@ -23851,12 +23921,22 @@ module Aws::QuickSight
23851
23921
  # Configures the display options for each small multiples panel.
23852
23922
  # @return [Types::PanelConfiguration]
23853
23923
  #
23924
+ # @!attribute [rw] x_axis
23925
+ # The properties of a small multiples X axis.
23926
+ # @return [Types::SmallMultiplesAxisProperties]
23927
+ #
23928
+ # @!attribute [rw] y_axis
23929
+ # The properties of a small multiples Y axis.
23930
+ # @return [Types::SmallMultiplesAxisProperties]
23931
+ #
23854
23932
  # @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/SmallMultiplesOptions AWS API Documentation
23855
23933
  #
23856
23934
  class SmallMultiplesOptions < Struct.new(
23857
23935
  :max_visible_rows,
23858
23936
  :max_visible_columns,
23859
- :panel_configuration)
23937
+ :panel_configuration,
23938
+ :x_axis,
23939
+ :y_axis)
23860
23940
  SENSITIVE = []
23861
23941
  include Aws::Structure
23862
23942
  end
@@ -24078,7 +24158,7 @@ module Aws::QuickSight
24078
24158
  #
24079
24159
  # @!attribute [rw] asset_bundle_import_source
24080
24160
  # The source of the asset bundle zip file that contains the data that
24081
- # you want to import.
24161
+ # you want to import. The file must be in `QUICKSIGHT_JSON` format.
24082
24162
  # @return [Types::AssetBundleImportSource]
24083
24163
  #
24084
24164
  # @!attribute [rw] override_parameters
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-quicksight/customizations'
52
52
  # @!group service
53
53
  module Aws::QuickSight
54
54
 
55
- GEM_VERSION = '1.84.0'
55
+ GEM_VERSION = '1.85.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-quicksight
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.84.0
4
+ version: 1.85.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-06-28 00:00:00.000000000 Z
11
+ date: 2023-07-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.176.0
22
+ version: 3.177.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.176.0
32
+ version: 3.177.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement