aws-sdk-quicksight 1.172.0 → 1.173.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: d3d45ef76cc51b7c48dc84c00d35e49288749b6f9f6dbed886dfc95b0dfb57e0
4
- data.tar.gz: 33b7dbb45de953a13088e673555849671df5bfff18d79f6249e016de2b8ab8d8
3
+ metadata.gz: affb7b898a763429a0bdd54891587ef7a126f1647527990b16539228dff994af
4
+ data.tar.gz: d25d745253ca783dfdbfe95f66120a920413a8660d9811fcafbb61bcb92f7699
5
5
  SHA512:
6
- metadata.gz: b26d761a4029b1d7629b1b15fed50fe38787b8822ce1dd1b043fc7aa6f025520417df69ab2bcc80d38461a8829fc05ed5ac837ed52af683e9c4388ebce57e3c4
7
- data.tar.gz: 6c1d55812d01c93f89cdd6a610194474337fd1636a6a21ca86b872c16b2b15aa90c14c48ce96eaab2feccfba3be138123aec8dc071c3acda7f4a735e575bdd58
6
+ metadata.gz: cf45d49a62616d9ff09056892214d745b5fcb0a5bcfdc194b126b9973d75586d1463b30ffdf347e26506da021779335cb24a70abc3ead8faa592dcb4c3cfd3b2
7
+ data.tar.gz: bb6607ec3a4841f2c81d5be940b3a4a29766a6dcce3cd82547aa281be5d0edcf5063c7de47f30c75cf76fae288f667d50acf8a454c85cc92ecac44861d3dc29b
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.173.0 (2026-02-23)
5
+ ------------------
6
+
7
+ * Feature - Adds support for SEMISTRUCT to InputColumn Type
8
+
4
9
  1.172.0 (2026-01-30)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.172.0
1
+ 1.173.0
@@ -2694,7 +2694,7 @@ module Aws::QuickSight
2694
2694
  # {
2695
2695
  # name: "ColumnName", # required
2696
2696
  # id: "ColumnId",
2697
- # type: "STRING", # required, accepts STRING, INTEGER, DECIMAL, DATETIME, BIT, BOOLEAN, JSON
2697
+ # type: "STRING", # required, accepts STRING, INTEGER, DECIMAL, DATETIME, BIT, BOOLEAN, JSON, SEMISTRUCT
2698
2698
  # sub_type: "FLOAT", # accepts FLOAT, FIXED
2699
2699
  # },
2700
2700
  # ],
@@ -2707,7 +2707,7 @@ module Aws::QuickSight
2707
2707
  # {
2708
2708
  # name: "ColumnName", # required
2709
2709
  # id: "ColumnId",
2710
- # type: "STRING", # required, accepts STRING, INTEGER, DECIMAL, DATETIME, BIT, BOOLEAN, JSON
2710
+ # type: "STRING", # required, accepts STRING, INTEGER, DECIMAL, DATETIME, BIT, BOOLEAN, JSON, SEMISTRUCT
2711
2711
  # sub_type: "FLOAT", # accepts FLOAT, FIXED
2712
2712
  # },
2713
2713
  # ],
@@ -2726,7 +2726,7 @@ module Aws::QuickSight
2726
2726
  # {
2727
2727
  # name: "ColumnName", # required
2728
2728
  # id: "ColumnId",
2729
- # type: "STRING", # required, accepts STRING, INTEGER, DECIMAL, DATETIME, BIT, BOOLEAN, JSON
2729
+ # type: "STRING", # required, accepts STRING, INTEGER, DECIMAL, DATETIME, BIT, BOOLEAN, JSON, SEMISTRUCT
2730
2730
  # sub_type: "FLOAT", # accepts FLOAT, FIXED
2731
2731
  # },
2732
2732
  # ],
@@ -2743,7 +2743,7 @@ module Aws::QuickSight
2743
2743
  # {
2744
2744
  # name: "ColumnName", # required
2745
2745
  # id: "ColumnId",
2746
- # type: "STRING", # required, accepts STRING, INTEGER, DECIMAL, DATETIME, BIT, BOOLEAN, JSON
2746
+ # type: "STRING", # required, accepts STRING, INTEGER, DECIMAL, DATETIME, BIT, BOOLEAN, JSON, SEMISTRUCT
2747
2747
  # sub_type: "FLOAT", # accepts FLOAT, FIXED
2748
2748
  # },
2749
2749
  # ],
@@ -3013,7 +3013,7 @@ module Aws::QuickSight
3013
3013
  # {
3014
3014
  # name: "ColumnName", # required
3015
3015
  # id: "ColumnId",
3016
- # type: "STRING", # required, accepts STRING, INTEGER, DECIMAL, DATETIME, BIT, BOOLEAN, JSON
3016
+ # type: "STRING", # required, accepts STRING, INTEGER, DECIMAL, DATETIME, BIT, BOOLEAN, JSON, SEMISTRUCT
3017
3017
  # sub_type: "FLOAT", # accepts FLOAT, FIXED
3018
3018
  # },
3019
3019
  # ],
@@ -8669,7 +8669,7 @@ module Aws::QuickSight
8669
8669
  # resp.data_set.physical_table_map["PhysicalTableId"].relational_table.input_columns #=> Array
8670
8670
  # resp.data_set.physical_table_map["PhysicalTableId"].relational_table.input_columns[0].name #=> String
8671
8671
  # resp.data_set.physical_table_map["PhysicalTableId"].relational_table.input_columns[0].id #=> String
8672
- # resp.data_set.physical_table_map["PhysicalTableId"].relational_table.input_columns[0].type #=> String, one of "STRING", "INTEGER", "DECIMAL", "DATETIME", "BIT", "BOOLEAN", "JSON"
8672
+ # resp.data_set.physical_table_map["PhysicalTableId"].relational_table.input_columns[0].type #=> String, one of "STRING", "INTEGER", "DECIMAL", "DATETIME", "BIT", "BOOLEAN", "JSON", "SEMISTRUCT"
8673
8673
  # resp.data_set.physical_table_map["PhysicalTableId"].relational_table.input_columns[0].sub_type #=> String, one of "FLOAT", "FIXED"
8674
8674
  # resp.data_set.physical_table_map["PhysicalTableId"].custom_sql.data_source_arn #=> String
8675
8675
  # resp.data_set.physical_table_map["PhysicalTableId"].custom_sql.name #=> String
@@ -8677,7 +8677,7 @@ module Aws::QuickSight
8677
8677
  # resp.data_set.physical_table_map["PhysicalTableId"].custom_sql.columns #=> Array
8678
8678
  # resp.data_set.physical_table_map["PhysicalTableId"].custom_sql.columns[0].name #=> String
8679
8679
  # resp.data_set.physical_table_map["PhysicalTableId"].custom_sql.columns[0].id #=> String
8680
- # resp.data_set.physical_table_map["PhysicalTableId"].custom_sql.columns[0].type #=> String, one of "STRING", "INTEGER", "DECIMAL", "DATETIME", "BIT", "BOOLEAN", "JSON"
8680
+ # resp.data_set.physical_table_map["PhysicalTableId"].custom_sql.columns[0].type #=> String, one of "STRING", "INTEGER", "DECIMAL", "DATETIME", "BIT", "BOOLEAN", "JSON", "SEMISTRUCT"
8681
8681
  # resp.data_set.physical_table_map["PhysicalTableId"].custom_sql.columns[0].sub_type #=> String, one of "FLOAT", "FIXED"
8682
8682
  # resp.data_set.physical_table_map["PhysicalTableId"].s3_source.data_source_arn #=> String
8683
8683
  # resp.data_set.physical_table_map["PhysicalTableId"].s3_source.upload_settings.format #=> String, one of "CSV", "TSV", "CLF", "ELF", "XLSX", "JSON"
@@ -8689,7 +8689,7 @@ module Aws::QuickSight
8689
8689
  # resp.data_set.physical_table_map["PhysicalTableId"].s3_source.input_columns #=> Array
8690
8690
  # resp.data_set.physical_table_map["PhysicalTableId"].s3_source.input_columns[0].name #=> String
8691
8691
  # resp.data_set.physical_table_map["PhysicalTableId"].s3_source.input_columns[0].id #=> String
8692
- # resp.data_set.physical_table_map["PhysicalTableId"].s3_source.input_columns[0].type #=> String, one of "STRING", "INTEGER", "DECIMAL", "DATETIME", "BIT", "BOOLEAN", "JSON"
8692
+ # resp.data_set.physical_table_map["PhysicalTableId"].s3_source.input_columns[0].type #=> String, one of "STRING", "INTEGER", "DECIMAL", "DATETIME", "BIT", "BOOLEAN", "JSON", "SEMISTRUCT"
8693
8693
  # resp.data_set.physical_table_map["PhysicalTableId"].s3_source.input_columns[0].sub_type #=> String, one of "FLOAT", "FIXED"
8694
8694
  # resp.data_set.physical_table_map["PhysicalTableId"].saa_s_table.data_source_arn #=> String
8695
8695
  # resp.data_set.physical_table_map["PhysicalTableId"].saa_s_table.table_path #=> Array
@@ -8698,7 +8698,7 @@ module Aws::QuickSight
8698
8698
  # resp.data_set.physical_table_map["PhysicalTableId"].saa_s_table.input_columns #=> Array
8699
8699
  # resp.data_set.physical_table_map["PhysicalTableId"].saa_s_table.input_columns[0].name #=> String
8700
8700
  # resp.data_set.physical_table_map["PhysicalTableId"].saa_s_table.input_columns[0].id #=> String
8701
- # resp.data_set.physical_table_map["PhysicalTableId"].saa_s_table.input_columns[0].type #=> String, one of "STRING", "INTEGER", "DECIMAL", "DATETIME", "BIT", "BOOLEAN", "JSON"
8701
+ # resp.data_set.physical_table_map["PhysicalTableId"].saa_s_table.input_columns[0].type #=> String, one of "STRING", "INTEGER", "DECIMAL", "DATETIME", "BIT", "BOOLEAN", "JSON", "SEMISTRUCT"
8702
8702
  # resp.data_set.physical_table_map["PhysicalTableId"].saa_s_table.input_columns[0].sub_type #=> String, one of "FLOAT", "FIXED"
8703
8703
  # resp.data_set.logical_table_map #=> Hash
8704
8704
  # resp.data_set.logical_table_map["LogicalTableId"].alias #=> String
@@ -8841,7 +8841,7 @@ module Aws::QuickSight
8841
8841
  # resp.data_set.data_prep_configuration.source_table_map["DataSetEntityResourceId"].data_set.input_columns #=> Array
8842
8842
  # resp.data_set.data_prep_configuration.source_table_map["DataSetEntityResourceId"].data_set.input_columns[0].name #=> String
8843
8843
  # resp.data_set.data_prep_configuration.source_table_map["DataSetEntityResourceId"].data_set.input_columns[0].id #=> String
8844
- # resp.data_set.data_prep_configuration.source_table_map["DataSetEntityResourceId"].data_set.input_columns[0].type #=> String, one of "STRING", "INTEGER", "DECIMAL", "DATETIME", "BIT", "BOOLEAN", "JSON"
8844
+ # resp.data_set.data_prep_configuration.source_table_map["DataSetEntityResourceId"].data_set.input_columns[0].type #=> String, one of "STRING", "INTEGER", "DECIMAL", "DATETIME", "BIT", "BOOLEAN", "JSON", "SEMISTRUCT"
8845
8845
  # resp.data_set.data_prep_configuration.source_table_map["DataSetEntityResourceId"].data_set.input_columns[0].sub_type #=> String, one of "FLOAT", "FIXED"
8846
8846
  # resp.data_set.data_prep_configuration.transform_step_map #=> Hash
8847
8847
  # resp.data_set.data_prep_configuration.transform_step_map["DataSetEntityResourceId"].import_table_step.alias #=> String
@@ -11139,13 +11139,23 @@ module Aws::QuickSight
11139
11139
  # `DataSet$RowLevelPermissionTagConfiguration` parameter so that session
11140
11140
  # tags can be used to provide row-level security.
11141
11141
  #
11142
- # When using session tags, you must call
11143
- # `GenerateEmbedUrlForAnonymousUser` from a secure, trusted environment.
11144
- # The API call passes session tags that enable server-side data
11145
- # redaction by using the row-level security (RLS) rules configured in
11146
- # your datasets. A secure, trusted environment has access controls that
11147
- # you implement. These controls ensure that only your server or
11148
- # authorized users can add or modify session tags.
11142
+ # When using `SessionTags` in `GenerateEmbedUrlForAnonymousUser`,
11143
+ #
11144
+ # * Treat `SessionTags` as security credentials. Do not expose
11145
+ # `SessionTags` to end users or client-side code.
11146
+ #
11147
+ # * Implement server-side controls. Ensure that `SessionTags` are set
11148
+ # exclusively by your trusted backend services, not by parameters that
11149
+ # end users can modify.
11150
+ #
11151
+ # * Protect `SessionTags` from enumeration. Ensure that users in one
11152
+ # tenant cannot discover or guess sessionTag values belonging to other
11153
+ # tenants.
11154
+ #
11155
+ # * Review your architecture. If downstream customers or partners are
11156
+ # allowed to call the `GenerateEmbedUrlForAnonymousUser` API directly,
11157
+ # evaluate whether those parties could specify sessionTag values for
11158
+ # tenants they should not access.
11149
11159
  #
11150
11160
  # Besides, these are not the tags used for the Amazon Web Services
11151
11161
  # resource tagging feature. For more information, see [Using Row-Level
@@ -18487,7 +18497,7 @@ module Aws::QuickSight
18487
18497
  # {
18488
18498
  # name: "ColumnName", # required
18489
18499
  # id: "ColumnId",
18490
- # type: "STRING", # required, accepts STRING, INTEGER, DECIMAL, DATETIME, BIT, BOOLEAN, JSON
18500
+ # type: "STRING", # required, accepts STRING, INTEGER, DECIMAL, DATETIME, BIT, BOOLEAN, JSON, SEMISTRUCT
18491
18501
  # sub_type: "FLOAT", # accepts FLOAT, FIXED
18492
18502
  # },
18493
18503
  # ],
@@ -18500,7 +18510,7 @@ module Aws::QuickSight
18500
18510
  # {
18501
18511
  # name: "ColumnName", # required
18502
18512
  # id: "ColumnId",
18503
- # type: "STRING", # required, accepts STRING, INTEGER, DECIMAL, DATETIME, BIT, BOOLEAN, JSON
18513
+ # type: "STRING", # required, accepts STRING, INTEGER, DECIMAL, DATETIME, BIT, BOOLEAN, JSON, SEMISTRUCT
18504
18514
  # sub_type: "FLOAT", # accepts FLOAT, FIXED
18505
18515
  # },
18506
18516
  # ],
@@ -18519,7 +18529,7 @@ module Aws::QuickSight
18519
18529
  # {
18520
18530
  # name: "ColumnName", # required
18521
18531
  # id: "ColumnId",
18522
- # type: "STRING", # required, accepts STRING, INTEGER, DECIMAL, DATETIME, BIT, BOOLEAN, JSON
18532
+ # type: "STRING", # required, accepts STRING, INTEGER, DECIMAL, DATETIME, BIT, BOOLEAN, JSON, SEMISTRUCT
18523
18533
  # sub_type: "FLOAT", # accepts FLOAT, FIXED
18524
18534
  # },
18525
18535
  # ],
@@ -18536,7 +18546,7 @@ module Aws::QuickSight
18536
18546
  # {
18537
18547
  # name: "ColumnName", # required
18538
18548
  # id: "ColumnId",
18539
- # type: "STRING", # required, accepts STRING, INTEGER, DECIMAL, DATETIME, BIT, BOOLEAN, JSON
18549
+ # type: "STRING", # required, accepts STRING, INTEGER, DECIMAL, DATETIME, BIT, BOOLEAN, JSON, SEMISTRUCT
18540
18550
  # sub_type: "FLOAT", # accepts FLOAT, FIXED
18541
18551
  # },
18542
18552
  # ],
@@ -18792,7 +18802,7 @@ module Aws::QuickSight
18792
18802
  # {
18793
18803
  # name: "ColumnName", # required
18794
18804
  # id: "ColumnId",
18795
- # type: "STRING", # required, accepts STRING, INTEGER, DECIMAL, DATETIME, BIT, BOOLEAN, JSON
18805
+ # type: "STRING", # required, accepts STRING, INTEGER, DECIMAL, DATETIME, BIT, BOOLEAN, JSON, SEMISTRUCT
18796
18806
  # sub_type: "FLOAT", # accepts FLOAT, FIXED
18797
18807
  # },
18798
18808
  # ],
@@ -21853,7 +21863,7 @@ module Aws::QuickSight
21853
21863
  tracer: tracer
21854
21864
  )
21855
21865
  context[:gem_name] = 'aws-sdk-quicksight'
21856
- context[:gem_version] = '1.172.0'
21866
+ context[:gem_version] = '1.173.0'
21857
21867
  Seahorse::Client::Request.new(handlers, context)
21858
21868
  end
21859
21869
 
@@ -20845,13 +20845,23 @@ module Aws::QuickSight
20845
20845
  # `DataSet$RowLevelPermissionTagConfiguration` parameter so that
20846
20846
  # session tags can be used to provide row-level security.
20847
20847
  #
20848
- # When using session tags, you must call
20849
- # `GenerateEmbedUrlForAnonymousUser` from a secure, trusted
20850
- # environment. The API call passes session tags that enable
20851
- # server-side data redaction by using the row-level security (RLS)
20852
- # rules configured in your datasets. A secure, trusted environment has
20853
- # access controls that you implement. These controls ensure that only
20854
- # your server or authorized users can add or modify session tags.
20848
+ # When using `SessionTags` in `GenerateEmbedUrlForAnonymousUser`,
20849
+ #
20850
+ # * Treat `SessionTags` as security credentials. Do not expose
20851
+ # `SessionTags` to end users or client-side code.
20852
+ #
20853
+ # * Implement server-side controls. Ensure that `SessionTags` are set
20854
+ # exclusively by your trusted backend services, not by parameters
20855
+ # that end users can modify.
20856
+ #
20857
+ # * Protect `SessionTags` from enumeration. Ensure that users in one
20858
+ # tenant cannot discover or guess sessionTag values belonging to
20859
+ # other tenants.
20860
+ #
20861
+ # * Review your architecture. If downstream customers or partners are
20862
+ # allowed to call the `GenerateEmbedUrlForAnonymousUser` API
20863
+ # directly, evaluate whether those parties could specify sessionTag
20864
+ # values for tenants they should not access.
20855
20865
  #
20856
20866
  # Besides, these are not the tags used for the Amazon Web Services
20857
20867
  # resource tagging feature. For more information, see [Using Row-Level
@@ -23765,6 +23775,10 @@ module Aws::QuickSight
23765
23775
  #
23766
23776
  # @!attribute [rw] type
23767
23777
  # The data type of the column.
23778
+ #
23779
+ # **Note:** `SEMISTRUCT` represents Athena's map, row, and struct
23780
+ # data types. It is supported when using the new data preparation
23781
+ # experience.
23768
23782
  # @return [String]
23769
23783
  #
23770
23784
  # @!attribute [rw] sub_type
@@ -54,7 +54,7 @@ module Aws::QuickSight
54
54
  autoload :EndpointProvider, 'aws-sdk-quicksight/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-quicksight/endpoints'
56
56
 
57
- GEM_VERSION = '1.172.0'
57
+ GEM_VERSION = '1.173.0'
58
58
 
59
59
  end
60
60
 
data/sig/client.rbs CHANGED
@@ -76717,7 +76717,7 @@ module Aws
76717
76717
  {
76718
76718
  name: ::String,
76719
76719
  id: ::String?,
76720
- type: ("STRING" | "INTEGER" | "DECIMAL" | "DATETIME" | "BIT" | "BOOLEAN" | "JSON"),
76720
+ type: ("STRING" | "INTEGER" | "DECIMAL" | "DATETIME" | "BIT" | "BOOLEAN" | "JSON" | "SEMISTRUCT"),
76721
76721
  sub_type: ("FLOAT" | "FIXED")?
76722
76722
  },
76723
76723
  ]
@@ -76730,7 +76730,7 @@ module Aws
76730
76730
  {
76731
76731
  name: ::String,
76732
76732
  id: ::String?,
76733
- type: ("STRING" | "INTEGER" | "DECIMAL" | "DATETIME" | "BIT" | "BOOLEAN" | "JSON"),
76733
+ type: ("STRING" | "INTEGER" | "DECIMAL" | "DATETIME" | "BIT" | "BOOLEAN" | "JSON" | "SEMISTRUCT"),
76734
76734
  sub_type: ("FLOAT" | "FIXED")?
76735
76735
  },
76736
76736
  ]?
@@ -76749,7 +76749,7 @@ module Aws
76749
76749
  {
76750
76750
  name: ::String,
76751
76751
  id: ::String?,
76752
- type: ("STRING" | "INTEGER" | "DECIMAL" | "DATETIME" | "BIT" | "BOOLEAN" | "JSON"),
76752
+ type: ("STRING" | "INTEGER" | "DECIMAL" | "DATETIME" | "BIT" | "BOOLEAN" | "JSON" | "SEMISTRUCT"),
76753
76753
  sub_type: ("FLOAT" | "FIXED")?
76754
76754
  },
76755
76755
  ]
@@ -76766,7 +76766,7 @@ module Aws
76766
76766
  {
76767
76767
  name: ::String,
76768
76768
  id: ::String?,
76769
- type: ("STRING" | "INTEGER" | "DECIMAL" | "DATETIME" | "BIT" | "BOOLEAN" | "JSON"),
76769
+ type: ("STRING" | "INTEGER" | "DECIMAL" | "DATETIME" | "BIT" | "BOOLEAN" | "JSON" | "SEMISTRUCT"),
76770
76770
  sub_type: ("FLOAT" | "FIXED")?
76771
76771
  },
76772
76772
  ]
@@ -77030,7 +77030,7 @@ module Aws
77030
77030
  {
77031
77031
  name: ::String,
77032
77032
  id: ::String?,
77033
- type: ("STRING" | "INTEGER" | "DECIMAL" | "DATETIME" | "BIT" | "BOOLEAN" | "JSON"),
77033
+ type: ("STRING" | "INTEGER" | "DECIMAL" | "DATETIME" | "BIT" | "BOOLEAN" | "JSON" | "SEMISTRUCT"),
77034
77034
  sub_type: ("FLOAT" | "FIXED")?
77035
77035
  },
77036
77036
  ]
@@ -195195,7 +195195,7 @@ module Aws
195195
195195
  {
195196
195196
  name: ::String,
195197
195197
  id: ::String?,
195198
- type: ("STRING" | "INTEGER" | "DECIMAL" | "DATETIME" | "BIT" | "BOOLEAN" | "JSON"),
195198
+ type: ("STRING" | "INTEGER" | "DECIMAL" | "DATETIME" | "BIT" | "BOOLEAN" | "JSON" | "SEMISTRUCT"),
195199
195199
  sub_type: ("FLOAT" | "FIXED")?
195200
195200
  },
195201
195201
  ]
@@ -195208,7 +195208,7 @@ module Aws
195208
195208
  {
195209
195209
  name: ::String,
195210
195210
  id: ::String?,
195211
- type: ("STRING" | "INTEGER" | "DECIMAL" | "DATETIME" | "BIT" | "BOOLEAN" | "JSON"),
195211
+ type: ("STRING" | "INTEGER" | "DECIMAL" | "DATETIME" | "BIT" | "BOOLEAN" | "JSON" | "SEMISTRUCT"),
195212
195212
  sub_type: ("FLOAT" | "FIXED")?
195213
195213
  },
195214
195214
  ]?
@@ -195227,7 +195227,7 @@ module Aws
195227
195227
  {
195228
195228
  name: ::String,
195229
195229
  id: ::String?,
195230
- type: ("STRING" | "INTEGER" | "DECIMAL" | "DATETIME" | "BIT" | "BOOLEAN" | "JSON"),
195230
+ type: ("STRING" | "INTEGER" | "DECIMAL" | "DATETIME" | "BIT" | "BOOLEAN" | "JSON" | "SEMISTRUCT"),
195231
195231
  sub_type: ("FLOAT" | "FIXED")?
195232
195232
  },
195233
195233
  ]
@@ -195244,7 +195244,7 @@ module Aws
195244
195244
  {
195245
195245
  name: ::String,
195246
195246
  id: ::String?,
195247
- type: ("STRING" | "INTEGER" | "DECIMAL" | "DATETIME" | "BIT" | "BOOLEAN" | "JSON"),
195247
+ type: ("STRING" | "INTEGER" | "DECIMAL" | "DATETIME" | "BIT" | "BOOLEAN" | "JSON" | "SEMISTRUCT"),
195248
195248
  sub_type: ("FLOAT" | "FIXED")?
195249
195249
  },
195250
195250
  ]
@@ -195494,7 +195494,7 @@ module Aws
195494
195494
  {
195495
195495
  name: ::String,
195496
195496
  id: ::String?,
195497
- type: ("STRING" | "INTEGER" | "DECIMAL" | "DATETIME" | "BIT" | "BOOLEAN" | "JSON"),
195497
+ type: ("STRING" | "INTEGER" | "DECIMAL" | "DATETIME" | "BIT" | "BOOLEAN" | "JSON" | "SEMISTRUCT"),
195498
195498
  sub_type: ("FLOAT" | "FIXED")?
195499
195499
  },
195500
195500
  ]
data/sig/types.rbs CHANGED
@@ -6097,7 +6097,7 @@ module Aws::QuickSight
6097
6097
  class InputColumn
6098
6098
  attr_accessor name: ::String
6099
6099
  attr_accessor id: ::String
6100
- attr_accessor type: ("STRING" | "INTEGER" | "DECIMAL" | "DATETIME" | "BIT" | "BOOLEAN" | "JSON")
6100
+ attr_accessor type: ("STRING" | "INTEGER" | "DECIMAL" | "DATETIME" | "BIT" | "BOOLEAN" | "JSON" | "SEMISTRUCT")
6101
6101
  attr_accessor sub_type: ("FLOAT" | "FIXED")
6102
6102
  SENSITIVE: []
6103
6103
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-quicksight
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.172.0
4
+ version: 1.173.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services