aws-sdk-quicksight 1.152.0 → 1.154.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: b64e573f77e1e5f996b74108867110aed3335c16734b78e4abd5f632dda679a4
4
- data.tar.gz: 7aa6a30d230fddbe91f68efff9cbd38e868950aa20cfa5c7a8890dbb2d8ece77
3
+ metadata.gz: 39c34ddef7db17afea32ecde12b1a3092631514a43d69e2f44054fa3bb8450dc
4
+ data.tar.gz: 4b9ad48ae5edd5c09e02afe5e746754e31cf2803a921c90ab0261379d40e244b
5
5
  SHA512:
6
- metadata.gz: a1d493054c1463b2235a307d85128499e9dd15f33cc2639f2dcd2202b308a73f7ba52839169d58b6388d90d61bc4a08a157b7694d21c32b8d8c4546fbc01f384
7
- data.tar.gz: 32784bb136bbde5638c7e43f4a48b2fd3b4760622f59b8ee40ca9500abbc6d0a2f4ddec41d8d1e2af25586ec4d0d15765028b7c5e17dc45a1207aaf3d980794d
6
+ metadata.gz: 2c425e98c7c3c45e2cb4c5598e3b4e5217d01f8bf7285cdfd8fdc885a085e30bbca625ac45a5221164464eb403a0238fdbe5c7d2779a13046f96caa1ecf5b6f2
7
+ data.tar.gz: b85804d4a8eacaf257b83fbb7767ec41ad6669c03f4855eaee09e4c1b081e4346b5082155032bd0cbfdb23e2b4191ab91e485f46df26635ea0c4998cb0051414
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.154.0 (2025-08-04)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.153.0 (2025-07-31)
10
+ ------------------
11
+
12
+ * Feature - Added Impala connector support
13
+
4
14
  1.152.0 (2025-07-21)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.152.0
1
+ 1.154.0
@@ -95,8 +95,8 @@ module Aws::QuickSight
95
95
  # class name or an instance of a plugin class.
96
96
  #
97
97
  # @option options [required, Aws::CredentialProvider] :credentials
98
- # Your AWS credentials used for authentication. This can be an instance of any one of the
99
- # following classes:
98
+ # Your AWS credentials used for authentication. This can be any class that includes and implements
99
+ # `Aws::CredentialProvider`, or instance of any one of the following classes:
100
100
  #
101
101
  # * `Aws::Credentials` - Used for configuring static, non-refreshing
102
102
  # credentials.
@@ -124,8 +124,7 @@ module Aws::QuickSight
124
124
  # * `Aws::CognitoIdentityCredentials` - Used for loading credentials
125
125
  # from the Cognito Identity service.
126
126
  #
127
- # When `:credentials` are not configured directly, the following
128
- # locations will be searched for credentials:
127
+ # When `:credentials` are not configured directly, the following locations will be searched for credentials:
129
128
  #
130
129
  # * `Aws.config[:credentials]`
131
130
  #
@@ -139,12 +138,10 @@ module Aws::QuickSight
139
138
  #
140
139
  # * `~/.aws/config`
141
140
  #
142
- # * EC2/ECS IMDS instance profile - When used by default, the timeouts
143
- # are very aggressive. Construct and pass an instance of
144
- # `Aws::InstanceProfileCredentials` or `Aws::ECSCredentials` to
145
- # enable retries and extended timeouts. Instance profile credential
146
- # fetching can be disabled by setting `ENV['AWS_EC2_METADATA_DISABLED']`
147
- # to `true`.
141
+ # * EC2/ECS IMDS instance profile - When used by default, the timeouts are very aggressive.
142
+ # Construct and pass an instance of `Aws::InstanceProfileCredentials` or `Aws::ECSCredentials` to
143
+ # enable retries and extended timeouts. Instance profile credential fetching can be disabled by
144
+ # setting `ENV['AWS_EC2_METADATA_DISABLED']` to `true`.
148
145
  #
149
146
  # @option options [required, String] :region
150
147
  # The AWS region to connect to. The configured `:region` is
@@ -377,8 +374,8 @@ module Aws::QuickSight
377
374
  # `Aws::Telemetry::OTelProvider` for telemetry provider.
378
375
  #
379
376
  # @option options [Aws::TokenProvider] :token_provider
380
- # Your Bearer token used for authentication. This can be an instance of any one of the
381
- # following classes:
377
+ # Your Bearer token used for authentication. This can be any class that includes and implements
378
+ # `Aws::TokenProvider`, or instance of any one of the following classes:
382
379
  #
383
380
  # * `Aws::StaticTokenProvider` - Used for configuring static, non-refreshing
384
381
  # tokens.
@@ -2772,6 +2769,12 @@ module Aws::QuickSight
2772
2769
  # project_id: "ProjectId", # required
2773
2770
  # data_set_region: "DataSetRegion",
2774
2771
  # },
2772
+ # impala_parameters: {
2773
+ # host: "Host", # required
2774
+ # port: 1, # required
2775
+ # database: "Database",
2776
+ # sql_endpoint_path: "SqlEndpointPath", # required
2777
+ # },
2775
2778
  # },
2776
2779
  # credentials: {
2777
2780
  # credential_pair: {
@@ -2930,6 +2933,12 @@ module Aws::QuickSight
2930
2933
  # project_id: "ProjectId", # required
2931
2934
  # data_set_region: "DataSetRegion",
2932
2935
  # },
2936
+ # impala_parameters: {
2937
+ # host: "Host", # required
2938
+ # port: 1, # required
2939
+ # database: "Database",
2940
+ # sql_endpoint_path: "SqlEndpointPath", # required
2941
+ # },
2933
2942
  # },
2934
2943
  # ],
2935
2944
  # },
@@ -6230,6 +6239,10 @@ module Aws::QuickSight
6230
6239
  # resp.override_parameters.data_sources[0].data_source_parameters.trino_parameters.catalog #=> String
6231
6240
  # resp.override_parameters.data_sources[0].data_source_parameters.big_query_parameters.project_id #=> String
6232
6241
  # resp.override_parameters.data_sources[0].data_source_parameters.big_query_parameters.data_set_region #=> String
6242
+ # resp.override_parameters.data_sources[0].data_source_parameters.impala_parameters.host #=> String
6243
+ # resp.override_parameters.data_sources[0].data_source_parameters.impala_parameters.port #=> Integer
6244
+ # resp.override_parameters.data_sources[0].data_source_parameters.impala_parameters.database #=> String
6245
+ # resp.override_parameters.data_sources[0].data_source_parameters.impala_parameters.sql_endpoint_path #=> String
6233
6246
  # resp.override_parameters.data_sources[0].vpc_connection_properties.vpc_connection_arn #=> String
6234
6247
  # resp.override_parameters.data_sources[0].ssl_properties.disable_ssl #=> Boolean
6235
6248
  # resp.override_parameters.data_sources[0].credentials.credential_pair.username #=> String
@@ -7421,6 +7434,10 @@ module Aws::QuickSight
7421
7434
  # resp.data_source.data_source_parameters.trino_parameters.catalog #=> String
7422
7435
  # resp.data_source.data_source_parameters.big_query_parameters.project_id #=> String
7423
7436
  # resp.data_source.data_source_parameters.big_query_parameters.data_set_region #=> String
7437
+ # resp.data_source.data_source_parameters.impala_parameters.host #=> String
7438
+ # resp.data_source.data_source_parameters.impala_parameters.port #=> Integer
7439
+ # resp.data_source.data_source_parameters.impala_parameters.database #=> String
7440
+ # resp.data_source.data_source_parameters.impala_parameters.sql_endpoint_path #=> String
7424
7441
  # resp.data_source.alternate_data_source_parameters #=> Array
7425
7442
  # resp.data_source.alternate_data_source_parameters[0].amazon_elasticsearch_parameters.domain #=> String
7426
7443
  # resp.data_source.alternate_data_source_parameters[0].athena_parameters.work_group #=> String
@@ -7506,6 +7523,10 @@ module Aws::QuickSight
7506
7523
  # resp.data_source.alternate_data_source_parameters[0].trino_parameters.catalog #=> String
7507
7524
  # resp.data_source.alternate_data_source_parameters[0].big_query_parameters.project_id #=> String
7508
7525
  # resp.data_source.alternate_data_source_parameters[0].big_query_parameters.data_set_region #=> String
7526
+ # resp.data_source.alternate_data_source_parameters[0].impala_parameters.host #=> String
7527
+ # resp.data_source.alternate_data_source_parameters[0].impala_parameters.port #=> Integer
7528
+ # resp.data_source.alternate_data_source_parameters[0].impala_parameters.database #=> String
7529
+ # resp.data_source.alternate_data_source_parameters[0].impala_parameters.sql_endpoint_path #=> String
7509
7530
  # resp.data_source.vpc_connection_properties.vpc_connection_arn #=> String
7510
7531
  # resp.data_source.ssl_properties.disable_ssl #=> Boolean
7511
7532
  # resp.data_source.error_info.type #=> String, one of "ACCESS_DENIED", "COPY_SOURCE_NOT_FOUND", "TIMEOUT", "ENGINE_VERSION_NOT_SUPPORTED", "UNKNOWN_HOST", "GENERIC_SQL_FAILURE", "CONFLICT", "UNKNOWN"
@@ -10428,6 +10449,10 @@ module Aws::QuickSight
10428
10449
  # resp.data_sources[0].data_source_parameters.trino_parameters.catalog #=> String
10429
10450
  # resp.data_sources[0].data_source_parameters.big_query_parameters.project_id #=> String
10430
10451
  # resp.data_sources[0].data_source_parameters.big_query_parameters.data_set_region #=> String
10452
+ # resp.data_sources[0].data_source_parameters.impala_parameters.host #=> String
10453
+ # resp.data_sources[0].data_source_parameters.impala_parameters.port #=> Integer
10454
+ # resp.data_sources[0].data_source_parameters.impala_parameters.database #=> String
10455
+ # resp.data_sources[0].data_source_parameters.impala_parameters.sql_endpoint_path #=> String
10431
10456
  # resp.data_sources[0].alternate_data_source_parameters #=> Array
10432
10457
  # resp.data_sources[0].alternate_data_source_parameters[0].amazon_elasticsearch_parameters.domain #=> String
10433
10458
  # resp.data_sources[0].alternate_data_source_parameters[0].athena_parameters.work_group #=> String
@@ -10513,6 +10538,10 @@ module Aws::QuickSight
10513
10538
  # resp.data_sources[0].alternate_data_source_parameters[0].trino_parameters.catalog #=> String
10514
10539
  # resp.data_sources[0].alternate_data_source_parameters[0].big_query_parameters.project_id #=> String
10515
10540
  # resp.data_sources[0].alternate_data_source_parameters[0].big_query_parameters.data_set_region #=> String
10541
+ # resp.data_sources[0].alternate_data_source_parameters[0].impala_parameters.host #=> String
10542
+ # resp.data_sources[0].alternate_data_source_parameters[0].impala_parameters.port #=> Integer
10543
+ # resp.data_sources[0].alternate_data_source_parameters[0].impala_parameters.database #=> String
10544
+ # resp.data_sources[0].alternate_data_source_parameters[0].impala_parameters.sql_endpoint_path #=> String
10516
10545
  # resp.data_sources[0].vpc_connection_properties.vpc_connection_arn #=> String
10517
10546
  # resp.data_sources[0].ssl_properties.disable_ssl #=> Boolean
10518
10547
  # resp.data_sources[0].error_info.type #=> String, one of "ACCESS_DENIED", "COPY_SOURCE_NOT_FOUND", "TIMEOUT", "ENGINE_VERSION_NOT_SUPPORTED", "UNKNOWN_HOST", "GENERIC_SQL_FAILURE", "CONFLICT", "UNKNOWN"
@@ -13614,6 +13643,12 @@ module Aws::QuickSight
13614
13643
  # project_id: "ProjectId", # required
13615
13644
  # data_set_region: "DataSetRegion",
13616
13645
  # },
13646
+ # impala_parameters: {
13647
+ # host: "Host", # required
13648
+ # port: 1, # required
13649
+ # database: "Database",
13650
+ # sql_endpoint_path: "SqlEndpointPath", # required
13651
+ # },
13617
13652
  # },
13618
13653
  # vpc_connection_properties: {
13619
13654
  # vpc_connection_arn: "Arn", # required
@@ -15672,6 +15707,12 @@ module Aws::QuickSight
15672
15707
  # project_id: "ProjectId", # required
15673
15708
  # data_set_region: "DataSetRegion",
15674
15709
  # },
15710
+ # impala_parameters: {
15711
+ # host: "Host", # required
15712
+ # port: 1, # required
15713
+ # database: "Database",
15714
+ # sql_endpoint_path: "SqlEndpointPath", # required
15715
+ # },
15675
15716
  # },
15676
15717
  # credentials: {
15677
15718
  # credential_pair: {
@@ -15830,6 +15871,12 @@ module Aws::QuickSight
15830
15871
  # project_id: "ProjectId", # required
15831
15872
  # data_set_region: "DataSetRegion",
15832
15873
  # },
15874
+ # impala_parameters: {
15875
+ # host: "Host", # required
15876
+ # port: 1, # required
15877
+ # database: "Database",
15878
+ # sql_endpoint_path: "SqlEndpointPath", # required
15879
+ # },
15833
15880
  # },
15834
15881
  # ],
15835
15882
  # },
@@ -17745,7 +17792,7 @@ module Aws::QuickSight
17745
17792
  tracer: tracer
17746
17793
  )
17747
17794
  context[:gem_name] = 'aws-sdk-quicksight'
17748
- context[:gem_version] = '1.152.0'
17795
+ context[:gem_version] = '1.154.0'
17749
17796
  Seahorse::Client::Request.new(handlers, context)
17750
17797
  end
17751
17798
 
@@ -1070,6 +1070,7 @@ module Aws::QuickSight
1070
1070
  ImageSetConfiguration = Shapes::StructureShape.new(name: 'ImageSetConfiguration')
1071
1071
  ImageSource = Shapes::UnionShape.new(name: 'ImageSource')
1072
1072
  ImageStaticFile = Shapes::StructureShape.new(name: 'ImageStaticFile')
1073
+ ImpalaParameters = Shapes::StructureShape.new(name: 'ImpalaParameters')
1073
1074
  IncludeFolderMembers = Shapes::StringShape.new(name: 'IncludeFolderMembers')
1074
1075
  IncludeGeneratedAnswer = Shapes::StringShape.new(name: 'IncludeGeneratedAnswer')
1075
1076
  IncludeQuickSightQIndex = Shapes::StringShape.new(name: 'IncludeQuickSightQIndex')
@@ -4156,6 +4157,7 @@ module Aws::QuickSight
4156
4157
  DataSourceParameters.add_member(:starburst_parameters, Shapes::ShapeRef.new(shape: StarburstParameters, location_name: "StarburstParameters"))
4157
4158
  DataSourceParameters.add_member(:trino_parameters, Shapes::ShapeRef.new(shape: TrinoParameters, location_name: "TrinoParameters"))
4158
4159
  DataSourceParameters.add_member(:big_query_parameters, Shapes::ShapeRef.new(shape: BigQueryParameters, location_name: "BigQueryParameters"))
4160
+ DataSourceParameters.add_member(:impala_parameters, Shapes::ShapeRef.new(shape: ImpalaParameters, location_name: "ImpalaParameters"))
4159
4161
  DataSourceParameters.struct_class = Types::DataSourceParameters
4160
4162
 
4161
4163
  DataSourceParametersList.member = Shapes::ShapeRef.new(shape: DataSourceParameters)
@@ -6296,6 +6298,12 @@ module Aws::QuickSight
6296
6298
  ImageStaticFile.add_member(:source, Shapes::ShapeRef.new(shape: StaticFileSource, location_name: "Source"))
6297
6299
  ImageStaticFile.struct_class = Types::ImageStaticFile
6298
6300
 
6301
+ ImpalaParameters.add_member(:host, Shapes::ShapeRef.new(shape: Host, required: true, location_name: "Host"))
6302
+ ImpalaParameters.add_member(:port, Shapes::ShapeRef.new(shape: Port, required: true, location_name: "Port"))
6303
+ ImpalaParameters.add_member(:database, Shapes::ShapeRef.new(shape: Database, location_name: "Database"))
6304
+ ImpalaParameters.add_member(:sql_endpoint_path, Shapes::ShapeRef.new(shape: SqlEndpointPath, required: true, location_name: "SqlEndpointPath"))
6305
+ ImpalaParameters.struct_class = Types::ImpalaParameters
6306
+
6299
6307
  IncrementalRefresh.add_member(:lookback_window, Shapes::ShapeRef.new(shape: LookbackWindow, required: true, location_name: "LookbackWindow"))
6300
6308
  IncrementalRefresh.struct_class = Types::IncrementalRefresh
6301
6309
 
@@ -9675,6 +9675,10 @@ module Aws::QuickSight
9675
9675
  # data source.
9676
9676
  # @return [Types::BigQueryParameters]
9677
9677
  #
9678
+ # @!attribute [rw] impala_parameters
9679
+ # The parameters for Impala.
9680
+ # @return [Types::ImpalaParameters]
9681
+ #
9678
9682
  # @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/DataSourceParameters AWS API Documentation
9679
9683
  #
9680
9684
  class DataSourceParameters < Struct.new(
@@ -9703,7 +9707,8 @@ module Aws::QuickSight
9703
9707
  :databricks_parameters,
9704
9708
  :starburst_parameters,
9705
9709
  :trino_parameters,
9706
- :big_query_parameters)
9710
+ :big_query_parameters,
9711
+ :impala_parameters)
9707
9712
  SENSITIVE = []
9708
9713
  include Aws::Structure
9709
9714
  end
@@ -20068,6 +20073,35 @@ module Aws::QuickSight
20068
20073
  include Aws::Structure
20069
20074
  end
20070
20075
 
20076
+ # The parameters that are required to connect to a Impala data source.
20077
+ #
20078
+ # @!attribute [rw] host
20079
+ # The host name of the Impala data source.
20080
+ # @return [String]
20081
+ #
20082
+ # @!attribute [rw] port
20083
+ # The port of the Impala data source.
20084
+ # @return [Integer]
20085
+ #
20086
+ # @!attribute [rw] database
20087
+ # The database of the Impala data source.
20088
+ # @return [String]
20089
+ #
20090
+ # @!attribute [rw] sql_endpoint_path
20091
+ # The HTTP path of the Impala data source.
20092
+ # @return [String]
20093
+ #
20094
+ # @see http://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/ImpalaParameters AWS API Documentation
20095
+ #
20096
+ class ImpalaParameters < Struct.new(
20097
+ :host,
20098
+ :port,
20099
+ :database,
20100
+ :sql_endpoint_path)
20101
+ SENSITIVE = []
20102
+ include Aws::Structure
20103
+ end
20104
+
20071
20105
  # The incremental refresh configuration for a dataset.
20072
20106
  #
20073
20107
  # @!attribute [rw] lookback_window
@@ -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.152.0'
57
+ GEM_VERSION = '1.154.0'
58
58
 
59
59
  end
60
60
 
data/sig/client.rbs CHANGED
@@ -75827,6 +75827,12 @@ module Aws
75827
75827
  big_query_parameters: {
75828
75828
  project_id: ::String,
75829
75829
  data_set_region: ::String?
75830
+ }?,
75831
+ impala_parameters: {
75832
+ host: ::String,
75833
+ port: ::Integer,
75834
+ database: ::String?,
75835
+ sql_endpoint_path: ::String
75830
75836
  }?
75831
75837
  },
75832
75838
  ?credentials: {
@@ -75985,6 +75991,12 @@ module Aws
75985
75991
  big_query_parameters: {
75986
75992
  project_id: ::String,
75987
75993
  data_set_region: ::String?
75994
+ }?,
75995
+ impala_parameters: {
75996
+ host: ::String,
75997
+ port: ::Integer,
75998
+ database: ::String?,
75999
+ sql_endpoint_path: ::String
75988
76000
  }?
75989
76001
  },
75990
76002
  ]?
@@ -116254,6 +116266,12 @@ module Aws
116254
116266
  big_query_parameters: {
116255
116267
  project_id: ::String,
116256
116268
  data_set_region: ::String?
116269
+ }?,
116270
+ impala_parameters: {
116271
+ host: ::String,
116272
+ port: ::Integer,
116273
+ database: ::String?,
116274
+ sql_endpoint_path: ::String
116257
116275
  }?
116258
116276
  }?,
116259
116277
  vpc_connection_properties: {
@@ -191638,6 +191656,12 @@ module Aws
191638
191656
  big_query_parameters: {
191639
191657
  project_id: ::String,
191640
191658
  data_set_region: ::String?
191659
+ }?,
191660
+ impala_parameters: {
191661
+ host: ::String,
191662
+ port: ::Integer,
191663
+ database: ::String?,
191664
+ sql_endpoint_path: ::String
191641
191665
  }?
191642
191666
  },
191643
191667
  ?credentials: {
@@ -191796,6 +191820,12 @@ module Aws
191796
191820
  big_query_parameters: {
191797
191821
  project_id: ::String,
191798
191822
  data_set_region: ::String?
191823
+ }?,
191824
+ impala_parameters: {
191825
+ host: ::String,
191826
+ port: ::Integer,
191827
+ database: ::String?,
191828
+ sql_endpoint_path: ::String
191799
191829
  }?
191800
191830
  },
191801
191831
  ]?
data/sig/types.rbs CHANGED
@@ -2384,6 +2384,7 @@ module Aws::QuickSight
2384
2384
  attr_accessor starburst_parameters: Types::StarburstParameters
2385
2385
  attr_accessor trino_parameters: Types::TrinoParameters
2386
2386
  attr_accessor big_query_parameters: Types::BigQueryParameters
2387
+ attr_accessor impala_parameters: Types::ImpalaParameters
2387
2388
  SENSITIVE: []
2388
2389
  end
2389
2390
 
@@ -5165,6 +5166,14 @@ module Aws::QuickSight
5165
5166
  SENSITIVE: []
5166
5167
  end
5167
5168
 
5169
+ class ImpalaParameters
5170
+ attr_accessor host: ::String
5171
+ attr_accessor port: ::Integer
5172
+ attr_accessor database: ::String
5173
+ attr_accessor sql_endpoint_path: ::String
5174
+ SENSITIVE: []
5175
+ end
5176
+
5168
5177
  class IncrementalRefresh
5169
5178
  attr_accessor lookback_window: Types::LookbackWindow
5170
5179
  SENSITIVE: []
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.152.0
4
+ version: 1.154.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
@@ -18,7 +18,7 @@ dependencies:
18
18
  version: '3'
19
19
  - - ">="
20
20
  - !ruby/object:Gem::Version
21
- version: 3.227.0
21
+ version: 3.228.0
22
22
  type: :runtime
23
23
  prerelease: false
24
24
  version_requirements: !ruby/object:Gem::Requirement
@@ -28,7 +28,7 @@ dependencies:
28
28
  version: '3'
29
29
  - - ">="
30
30
  - !ruby/object:Gem::Version
31
- version: 3.227.0
31
+ version: 3.228.0
32
32
  - !ruby/object:Gem::Dependency
33
33
  name: aws-sigv4
34
34
  requirement: !ruby/object:Gem::Requirement