aws-sdk-quicksight 1.121.0 → 1.122.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4629c672f60901b37c7ee521cd598fc3a58a7becf342a00fb4078448473fa400
4
- data.tar.gz: d64952f8911f648bb8aabbb416f41b6d1b2e02f5b444d4f7d4d2146a0c8692a1
3
+ metadata.gz: f00d1ecac9530e543c2f0080c374ab4cebfeac1a184eb992f3ded62b6a8de813
4
+ data.tar.gz: 780bda0e6daee3ca4d99c816a32147706924d440b1f32dbddba48e1ec5d01ac1
5
5
  SHA512:
6
- metadata.gz: 36f05a35560f6e891fdef2e690c72ac0f8f41e5faa0071257b1b0018192b364bbc700ea16860a51d909e930b42a03ae498fe8e9bd35c5c92397ca0ce96c129f9
7
- data.tar.gz: d98fe4dd735c17a5f5e2df1a6d564fce61e73aa7825ac4f0e57829f2e9909046a7a3467b10e05215a19d532c8e232d4ef748cceb0b3cf6d70d9ffd68487eb850
6
+ metadata.gz: 84ec2bb511930f49807a84eea5369901f85f248796dd11661dc7005da94e34abd4db67b8620be6a94fa58621317658a989116be55b10480046c65c1a930ca6b8
7
+ data.tar.gz: 39431c9de6082f2661f46dcc9c04c1da0eface2610f5bcd259d71425535db6985d38f704e53f048d1213c6970b652e87de2d3a70594e6772c8e960e21dd712f4
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.122.0 (2024-08-29)
5
+ ------------------
6
+
7
+ * Feature - Increased Character Limit for Dataset Calculation Field expressions
8
+
4
9
  1.121.0 (2024-08-22)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.121.0
1
+ 1.122.0
@@ -2059,7 +2059,7 @@ module Aws::QuickSight
2059
2059
  # {
2060
2060
  # column_name: "ColumnName", # required
2061
2061
  # column_id: "ColumnId", # required
2062
- # expression: "Expression", # required
2062
+ # expression: "DataSetCalculatedFieldExpression", # required
2063
2063
  # },
2064
2064
  # ],
2065
2065
  # },
@@ -12987,7 +12987,7 @@ module Aws::QuickSight
12987
12987
  # {
12988
12988
  # column_name: "ColumnName", # required
12989
12989
  # column_id: "ColumnId", # required
12990
- # expression: "Expression", # required
12990
+ # expression: "DataSetCalculatedFieldExpression", # required
12991
12991
  # },
12992
12992
  # ],
12993
12993
  # },
@@ -15255,7 +15255,7 @@ module Aws::QuickSight
15255
15255
  params: params,
15256
15256
  config: config)
15257
15257
  context[:gem_name] = 'aws-sdk-quicksight'
15258
- context[:gem_version] = '1.121.0'
15258
+ context[:gem_version] = '1.122.0'
15259
15259
  Seahorse::Client::Request.new(handlers, context)
15260
15260
  end
15261
15261
 
@@ -474,6 +474,7 @@ module Aws::QuickSight
474
474
  DataPointTooltipOption = Shapes::StructureShape.new(name: 'DataPointTooltipOption')
475
475
  DataSet = Shapes::StructureShape.new(name: 'DataSet')
476
476
  DataSetArnsList = Shapes::ListShape.new(name: 'DataSetArnsList')
477
+ DataSetCalculatedFieldExpression = Shapes::StringShape.new(name: 'DataSetCalculatedFieldExpression')
477
478
  DataSetConfiguration = Shapes::StructureShape.new(name: 'DataSetConfiguration')
478
479
  DataSetConfigurationList = Shapes::ListShape.new(name: 'DataSetConfigurationList')
479
480
  DataSetFilterAttribute = Shapes::StringShape.new(name: 'DataSetFilterAttribute')
@@ -2657,7 +2658,7 @@ module Aws::QuickSight
2657
2658
 
2658
2659
  CalculatedColumn.add_member(:column_name, Shapes::ShapeRef.new(shape: ColumnName, required: true, location_name: "ColumnName"))
2659
2660
  CalculatedColumn.add_member(:column_id, Shapes::ShapeRef.new(shape: ColumnId, required: true, location_name: "ColumnId"))
2660
- CalculatedColumn.add_member(:expression, Shapes::ShapeRef.new(shape: Expression, required: true, location_name: "Expression"))
2661
+ CalculatedColumn.add_member(:expression, Shapes::ShapeRef.new(shape: DataSetCalculatedFieldExpression, required: true, location_name: "Expression"))
2661
2662
  CalculatedColumn.struct_class = Types::CalculatedColumn
2662
2663
 
2663
2664
  CalculatedColumnList.member = Shapes::ShapeRef.new(shape: CalculatedColumn)
@@ -3941,7 +3941,7 @@ module Aws::QuickSight
3941
3941
  #
3942
3942
  class ColumnDescription < Struct.new(
3943
3943
  :text)
3944
- SENSITIVE = []
3944
+ SENSITIVE = [:text]
3945
3945
  include Aws::Structure
3946
3946
  end
3947
3947
 
@@ -22040,7 +22040,7 @@ module Aws::QuickSight
22040
22040
  :description,
22041
22041
  :type,
22042
22042
  :sub_type)
22043
- SENSITIVE = []
22043
+ SENSITIVE = [:description]
22044
22044
  include Aws::Structure
22045
22045
  end
22046
22046
 
@@ -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.121.0'
55
+ GEM_VERSION = '1.122.0'
56
56
 
57
57
  end
data/sig/types.rbs CHANGED
@@ -1022,7 +1022,7 @@ module Aws::QuickSight
1022
1022
 
1023
1023
  class ColumnDescription
1024
1024
  attr_accessor text: ::String
1025
- SENSITIVE: []
1025
+ SENSITIVE: [:text]
1026
1026
  end
1027
1027
 
1028
1028
  class ColumnGroup
@@ -5663,7 +5663,7 @@ module Aws::QuickSight
5663
5663
  attr_accessor description: ::String
5664
5664
  attr_accessor type: ("STRING" | "INTEGER" | "DECIMAL" | "DATETIME")
5665
5665
  attr_accessor sub_type: ("FLOAT" | "FIXED")
5666
- SENSITIVE: []
5666
+ SENSITIVE: [:description]
5667
5667
  end
5668
5668
 
5669
5669
  class OverrideDatasetParameterOperation
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.121.0
4
+ version: 1.122.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-08-22 00:00:00.000000000 Z
11
+ date: 2024-08-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core