aws-sdk-quicksight 1.73.0 → 1.74.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: 8c19211ae623f0fef6eb350d178f39e7903d6b60e9c506fe4e1242ddf4508765
4
- data.tar.gz: 7c7026e03ad26f5c7d8350114bc64861a857aa127eb1f24ada57056894970d22
3
+ metadata.gz: 32c9153251bd9576b799e10f00a7ef9136875756380ac225e3731bf72c9f4f6d
4
+ data.tar.gz: 5b87d3ec75709b3fc6df2e293aeb9ef864202fa6ac73afa283308812cc09ecd9
5
5
  SHA512:
6
- metadata.gz: 7519007bb8e96d910d32b7eca72d557f70157dc1a0da2eb0ebeae6d9b3a96a7897dae90bd92652ce2877458d05b38b43919b37a1029d9adca329d680cf786520
7
- data.tar.gz: c6ed8a21ab34277eef01211fceac4ea7d9787b17dc826e31b3f500d426e37cff021298c834661c9857699cfd57108c5b1f16311a62717536e564132e3b1bd1f3
6
+ metadata.gz: 42ae5237ef5ec7a34d4dc8bec1a881d3fb60062d3bde1ce40ba9f60980373648b226304e39cfa7f4632de0d3cc464f13a7815e77cd55687634c1e7cb152b7a8f
7
+ data.tar.gz: dd55046cda1ada60ebe5b7757f64bf7423873f14ac0a688dadf58ab4ee7caf61daa313ea8f6c36677381aa3a97491a940a2d8402546b73dcdc7534898976bfbf
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.74.0 (2023-01-20)
5
+ ------------------
6
+
7
+ * Feature - This release adds support for data bars in QuickSight table and increases pivot table field well limit.
8
+
4
9
  1.73.0 (2023-01-18)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.73.0
1
+ 1.74.0
@@ -6551,9 +6551,21 @@ module Aws::QuickSight
6551
6551
  req.send_request(options)
6552
6552
  end
6553
6553
 
6554
- # Creates an Amazon QuickSight user, whose identity is associated with
6554
+ # Creates an Amazon QuickSight user whose identity is associated with
6555
6555
  # the Identity and Access Management (IAM) identity or role specified in
6556
- # the request.
6556
+ # the request. When you register a new user from the Amazon QuickSight
6557
+ # API, Amazon QuickSight generates a registration URL. The user accesses
6558
+ # this registration URL to create their account. Amazon QuickSight
6559
+ # doesn't send a registration email to users who are registered from
6560
+ # the Amazon QuickSight API. If you want new users to receive a
6561
+ # registration email, then add those users in the Amazon QuickSight
6562
+ # console. For more information on registering a new user in the Amazon
6563
+ # QuickSight console, see [ Inviting users to access Amazon
6564
+ # QuickSight][1].
6565
+ #
6566
+ #
6567
+ #
6568
+ # [1]: https://docs.aws.amazon.com/quicksight/latest/user/managing-users.html#inviting-users
6557
6569
  #
6558
6570
  # @option params [required, String] :identity_type
6559
6571
  # Amazon QuickSight supports several ways of managing the identity of
@@ -9279,7 +9291,7 @@ module Aws::QuickSight
9279
9291
  params: params,
9280
9292
  config: config)
9281
9293
  context[:gem_name] = 'aws-sdk-quicksight'
9282
- context[:gem_version] = '1.73.0'
9294
+ context[:gem_version] = '1.74.0'
9283
9295
  Seahorse::Client::Request.new(handlers, context)
9284
9296
  end
9285
9297
 
@@ -269,6 +269,7 @@ module Aws::QuickSight
269
269
  DashboardVersionSummaryList = Shapes::ListShape.new(name: 'DashboardVersionSummaryList')
270
270
  DashboardVisualId = Shapes::StructureShape.new(name: 'DashboardVisualId')
271
271
  DashboardVisualPublishOptions = Shapes::StructureShape.new(name: 'DashboardVisualPublishOptions')
272
+ DataBarsOptions = Shapes::StructureShape.new(name: 'DataBarsOptions')
272
273
  DataColor = Shapes::StructureShape.new(name: 'DataColor')
273
274
  DataColorPalette = Shapes::StructureShape.new(name: 'DataColorPalette')
274
275
  DataFieldSeriesItem = Shapes::StructureShape.new(name: 'DataFieldSeriesItem')
@@ -1129,6 +1130,8 @@ module Aws::QuickSight
1129
1130
  TableFieldOptions = Shapes::StructureShape.new(name: 'TableFieldOptions')
1130
1131
  TableFieldURLConfiguration = Shapes::StructureShape.new(name: 'TableFieldURLConfiguration')
1131
1132
  TableFieldWells = Shapes::StructureShape.new(name: 'TableFieldWells')
1133
+ TableInlineVisualization = Shapes::StructureShape.new(name: 'TableInlineVisualization')
1134
+ TableInlineVisualizationList = Shapes::ListShape.new(name: 'TableInlineVisualizationList')
1132
1135
  TableOptions = Shapes::StructureShape.new(name: 'TableOptions')
1133
1136
  TableOrientation = Shapes::StringShape.new(name: 'TableOrientation')
1134
1137
  TablePaginatedReportOptions = Shapes::StructureShape.new(name: 'TablePaginatedReportOptions')
@@ -2365,6 +2368,11 @@ module Aws::QuickSight
2365
2368
  DashboardVisualPublishOptions.add_member(:export_hidden_fields_option, Shapes::ShapeRef.new(shape: ExportHiddenFieldsOption, location_name: "ExportHiddenFieldsOption"))
2366
2369
  DashboardVisualPublishOptions.struct_class = Types::DashboardVisualPublishOptions
2367
2370
 
2371
+ DataBarsOptions.add_member(:field_id, Shapes::ShapeRef.new(shape: FieldId, required: true, location_name: "FieldId"))
2372
+ DataBarsOptions.add_member(:positive_color, Shapes::ShapeRef.new(shape: HexColor, location_name: "PositiveColor"))
2373
+ DataBarsOptions.add_member(:negative_color, Shapes::ShapeRef.new(shape: HexColor, location_name: "NegativeColor"))
2374
+ DataBarsOptions.struct_class = Types::DataBarsOptions
2375
+
2368
2376
  DataColor.add_member(:color, Shapes::ShapeRef.new(shape: HexColor, location_name: "Color"))
2369
2377
  DataColor.add_member(:data_value, Shapes::ShapeRef.new(shape: Double, location_name: "DataValue", metadata: {"box"=>true}))
2370
2378
  DataColor.struct_class = Types::DataColor
@@ -5486,6 +5494,7 @@ module Aws::QuickSight
5486
5494
  TableConfiguration.add_member(:total_options, Shapes::ShapeRef.new(shape: TotalOptions, location_name: "TotalOptions"))
5487
5495
  TableConfiguration.add_member(:field_options, Shapes::ShapeRef.new(shape: TableFieldOptions, location_name: "FieldOptions"))
5488
5496
  TableConfiguration.add_member(:paginated_report_options, Shapes::ShapeRef.new(shape: TablePaginatedReportOptions, location_name: "PaginatedReportOptions"))
5497
+ TableConfiguration.add_member(:table_inline_visualizations, Shapes::ShapeRef.new(shape: TableInlineVisualizationList, location_name: "TableInlineVisualizations"))
5489
5498
  TableConfiguration.struct_class = Types::TableConfiguration
5490
5499
 
5491
5500
  TableFieldCustomIconContent.add_member(:icon, Shapes::ShapeRef.new(shape: TableFieldIconSetType, location_name: "Icon"))
@@ -5527,6 +5536,11 @@ module Aws::QuickSight
5527
5536
  TableFieldWells.add_member(:table_unaggregated_field_wells, Shapes::ShapeRef.new(shape: TableUnaggregatedFieldWells, location_name: "TableUnaggregatedFieldWells"))
5528
5537
  TableFieldWells.struct_class = Types::TableFieldWells
5529
5538
 
5539
+ TableInlineVisualization.add_member(:data_bars, Shapes::ShapeRef.new(shape: DataBarsOptions, location_name: "DataBars"))
5540
+ TableInlineVisualization.struct_class = Types::TableInlineVisualization
5541
+
5542
+ TableInlineVisualizationList.member = Shapes::ShapeRef.new(shape: TableInlineVisualization)
5543
+
5530
5544
  TableOptions.add_member(:orientation, Shapes::ShapeRef.new(shape: TableOrientation, location_name: "Orientation"))
5531
5545
  TableOptions.add_member(:header_style, Shapes::ShapeRef.new(shape: TableCellStyle, location_name: "HeaderStyle"))
5532
5546
  TableOptions.add_member(:cell_style, Shapes::ShapeRef.new(shape: TableCellStyle, location_name: "CellStyle"))
@@ -15,7 +15,7 @@ module Aws::QuickSight
15
15
  use_fips = parameters.use_fips
16
16
  endpoint = parameters.endpoint
17
17
  if (partition_result = Aws::Endpoints::Matchers.aws_partition(region))
18
- if Aws::Endpoints::Matchers.set?(endpoint) && (url = Aws::Endpoints::Matchers.parse_url(endpoint))
18
+ if Aws::Endpoints::Matchers.set?(endpoint)
19
19
  if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true)
20
20
  raise ArgumentError, "Invalid Configuration: FIPS and custom endpoint are not supported"
21
21
  end
@@ -5309,6 +5309,30 @@ module Aws::QuickSight
5309
5309
  include Aws::Structure
5310
5310
  end
5311
5311
 
5312
+ # The options for data bars.
5313
+ #
5314
+ # @!attribute [rw] field_id
5315
+ # The field ID for the data bars options.
5316
+ # @return [String]
5317
+ #
5318
+ # @!attribute [rw] positive_color
5319
+ # The color of the positive data bar.
5320
+ # @return [String]
5321
+ #
5322
+ # @!attribute [rw] negative_color
5323
+ # The color of the negative data bar.
5324
+ # @return [String]
5325
+ #
5326
+ # @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/DataBarsOptions AWS API Documentation
5327
+ #
5328
+ class DataBarsOptions < Struct.new(
5329
+ :field_id,
5330
+ :positive_color,
5331
+ :negative_color)
5332
+ SENSITIVE = []
5333
+ include Aws::Structure
5334
+ end
5335
+
5312
5336
  # Determines the color that is applied to a particular data value.
5313
5337
  #
5314
5338
  # @!attribute [rw] color
@@ -15334,7 +15358,8 @@ module Aws::QuickSight
15334
15358
  # @return [String]
15335
15359
  #
15336
15360
  # @!attribute [rw] data_transforms
15337
- # Transform operations that act on this logical table.
15361
+ # Transform operations that act on this logical table. For this
15362
+ # structure to be valid, only one of the attributes can be non-null.
15338
15363
  # @return [Array<Types::TransformOperation>]
15339
15364
  #
15340
15365
  # @!attribute [rw] source
@@ -20686,6 +20711,10 @@ module Aws::QuickSight
20686
20711
  # The paginated report options for a table visual.
20687
20712
  # @return [Types::TablePaginatedReportOptions]
20688
20713
  #
20714
+ # @!attribute [rw] table_inline_visualizations
20715
+ # A collection of inline visualizations to display within a chart.
20716
+ # @return [Array<Types::TableInlineVisualization>]
20717
+ #
20689
20718
  # @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/TableConfiguration AWS API Documentation
20690
20719
  #
20691
20720
  class TableConfiguration < Struct.new(
@@ -20694,7 +20723,8 @@ module Aws::QuickSight
20694
20723
  :table_options,
20695
20724
  :total_options,
20696
20725
  :field_options,
20697
- :paginated_report_options)
20726
+ :paginated_report_options,
20727
+ :table_inline_visualizations)
20698
20728
  SENSITIVE = []
20699
20729
  include Aws::Structure
20700
20730
  end
@@ -20884,6 +20914,21 @@ module Aws::QuickSight
20884
20914
  include Aws::Structure
20885
20915
  end
20886
20916
 
20917
+ # The inline visualization of a specific type to display within a chart.
20918
+ #
20919
+ # @!attribute [rw] data_bars
20920
+ # The configuration of the inline visualization of the data bars
20921
+ # within a chart.
20922
+ # @return [Types::DataBarsOptions]
20923
+ #
20924
+ # @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/TableInlineVisualization AWS API Documentation
20925
+ #
20926
+ class TableInlineVisualization < Struct.new(
20927
+ :data_bars)
20928
+ SENSITIVE = []
20929
+ include Aws::Structure
20930
+ end
20931
+
20887
20932
  # The table options for a table visual.
20888
20933
  #
20889
20934
  # @!attribute [rw] orientation
@@ -21241,6 +21286,7 @@ module Aws::QuickSight
21241
21286
  # @return [String]
21242
21287
  #
21243
21288
  # @!attribute [rw] violated_entities
21289
+ # An error path that shows which entities caused the template error.
21244
21290
  # @return [Array<Types::Entity>]
21245
21291
  #
21246
21292
  # @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/TemplateError AWS API Documentation
@@ -21362,7 +21408,21 @@ module Aws::QuickSight
21362
21408
  # @return [Integer]
21363
21409
  #
21364
21410
  # @!attribute [rw] status
21365
- # The HTTP status of the request.
21411
+ # The status that is associated with the template.
21412
+ #
21413
+ # * `CREATION_IN_PROGRESS`
21414
+ #
21415
+ # * `CREATION_SUCCESSFUL`
21416
+ #
21417
+ # * `CREATION_FAILED`
21418
+ #
21419
+ # * `UPDATE_IN_PROGRESS`
21420
+ #
21421
+ # * `UPDATE_SUCCESSFUL`
21422
+ #
21423
+ # * `UPDATE_FAILED`
21424
+ #
21425
+ # * `DELETED`
21366
21426
  # @return [String]
21367
21427
  #
21368
21428
  # @!attribute [rw] data_set_configurations
@@ -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.73.0'
55
+ GEM_VERSION = '1.74.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.73.0
4
+ version: 1.74.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-01-18 00:00:00.000000000 Z
11
+ date: 2023-01-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core