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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-quicksight/client.rb +3 -3
- data/lib/aws-sdk-quicksight/client_api.rb +2 -1
- data/lib/aws-sdk-quicksight/types.rb +2 -2
- data/lib/aws-sdk-quicksight.rb +1 -1
- data/sig/types.rbs +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f00d1ecac9530e543c2f0080c374ab4cebfeac1a184eb992f3ded62b6a8de813
|
|
4
|
+
data.tar.gz: 780bda0e6daee3ca4d99c816a32147706924d440b1f32dbddba48e1ec5d01ac1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 84ec2bb511930f49807a84eea5369901f85f248796dd11661dc7005da94e34abd4db67b8620be6a94fa58621317658a989116be55b10480046c65c1a930ca6b8
|
|
7
|
+
data.tar.gz: 39431c9de6082f2661f46dcc9c04c1da0eface2610f5bcd259d71425535db6985d38f704e53f048d1213c6970b652e87de2d3a70594e6772c8e960e21dd712f4
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
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: "
|
|
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: "
|
|
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.
|
|
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:
|
|
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
|
|
data/lib/aws-sdk-quicksight.rb
CHANGED
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.
|
|
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-
|
|
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
|