aws-sdk-redshiftdataapiservice 1.54.0 → 1.56.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: d610981ce364c23438c3325fe7ba2077cd2c5551a37b5bf3766fa99c5e11952f
4
- data.tar.gz: 973c50935bea266e921e7578453f10a5322a4ea53c86e626d9eb165d831988e3
3
+ metadata.gz: b84b23bcb81a8a35179614446bd171773400d4939756fa95a17a86508b28d5d9
4
+ data.tar.gz: 2fdc4156f3d2e68a2d75af8a19a9c7e2355e80e8e9f9fb11deebf8154aff2ea0
5
5
  SHA512:
6
- metadata.gz: f02e40bfde21af7d6bc639fc015e9b5eeac783ae9ac2dcb39c812e89dc0c5e7554dfe68b982d21661d01d569e7df738ad3f4f6756dce594501f3662f5f9e055c
7
- data.tar.gz: db924ec474e54931d2df436794b671ba4fb8994a44469d0e8c82a35f93db8e23cd41c9d2e639368293bf59e2b151522d38760f752d584048517e8e75c54bccca
6
+ metadata.gz: f7900f87e26488bfcfef21768b0563ddce6eef2f3a7197d380dd16015ceb1211edfdff48cfbef6f3835d2f07a8138e45f7cb4f7df4432f4ee2442f49f7cb3532
7
+ data.tar.gz: be4e9eb89aa26d797ecbeb1639ee768395ddd05b3f2a6648d4f6ffe43a46869bb00cfd7c0bb1fdc9ba6bd3b6b1c1d73d276b3d3603bb35afe947ee8a032bcdc9
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.56.0 (2025-05-12)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.55.0 (2025-05-01)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.54.0 (2025-03-06)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.54.0
1
+ 1.56.0
@@ -200,8 +200,7 @@ module Aws::RedshiftDataAPIService
200
200
  # accepted modes and the configuration defaults that are included.
201
201
  #
202
202
  # @option options [Boolean] :disable_host_prefix_injection (false)
203
- # Set to true to disable SDK automatically adding host prefix
204
- # to default service endpoint when available.
203
+ # When `true`, the SDK will not prepend the modeled host prefix to the endpoint.
205
204
  #
206
205
  # @option options [Boolean] :disable_request_compression (false)
207
206
  # When set to 'true' the request body will not be compressed
@@ -1751,7 +1750,7 @@ module Aws::RedshiftDataAPIService
1751
1750
  tracer: tracer
1752
1751
  )
1753
1752
  context[:gem_name] = 'aws-sdk-redshiftdataapiservice'
1754
- context[:gem_version] = '1.54.0'
1753
+ context[:gem_version] = '1.56.0'
1755
1754
  Seahorse::Client::Request.new(handlers, context)
1756
1755
  end
1757
1756
 
@@ -102,7 +102,7 @@ module Aws::RedshiftDataAPIService
102
102
  BatchExecuteStatementException.add_member(:statement_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "StatementId"))
103
103
  BatchExecuteStatementException.struct_class = Types::BatchExecuteStatementException
104
104
 
105
- BatchExecuteStatementInput.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
105
+ BatchExecuteStatementInput.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
106
106
  BatchExecuteStatementInput.add_member(:cluster_identifier, Shapes::ShapeRef.new(shape: ClusterIdentifierString, location_name: "ClusterIdentifier"))
107
107
  BatchExecuteStatementInput.add_member(:database, Shapes::ShapeRef.new(shape: String, location_name: "Database"))
108
108
  BatchExecuteStatementInput.add_member(:db_user, Shapes::ShapeRef.new(shape: String, location_name: "DbUser"))
@@ -206,7 +206,7 @@ module Aws::RedshiftDataAPIService
206
206
  ExecuteStatementException.add_member(:statement_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "StatementId"))
207
207
  ExecuteStatementException.struct_class = Types::ExecuteStatementException
208
208
 
209
- ExecuteStatementInput.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
209
+ ExecuteStatementInput.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
210
210
  ExecuteStatementInput.add_member(:cluster_identifier, Shapes::ShapeRef.new(shape: ClusterIdentifierString, location_name: "ClusterIdentifier"))
211
211
  ExecuteStatementInput.add_member(:database, Shapes::ShapeRef.new(shape: String, location_name: "Database"))
212
212
  ExecuteStatementInput.add_member(:db_user, Shapes::ShapeRef.new(shape: String, location_name: "DbUser"))
@@ -54,7 +54,7 @@ module Aws::RedshiftDataAPIService
54
54
  autoload :EndpointProvider, 'aws-sdk-redshiftdataapiservice/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-redshiftdataapiservice/endpoints'
56
56
 
57
- GEM_VERSION = '1.54.0'
57
+ GEM_VERSION = '1.56.0'
58
58
 
59
59
  end
60
60
 
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-redshiftdataapiservice
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.54.0
4
+ version: 1.56.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2025-03-06 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: aws-sdk-core
@@ -77,7 +76,6 @@ licenses:
77
76
  metadata:
78
77
  source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-redshiftdataapiservice
79
78
  changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-redshiftdataapiservice/CHANGELOG.md
80
- post_install_message:
81
79
  rdoc_options: []
82
80
  require_paths:
83
81
  - lib
@@ -92,8 +90,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
92
90
  - !ruby/object:Gem::Version
93
91
  version: '0'
94
92
  requirements: []
95
- rubygems_version: 3.4.10
96
- signing_key:
93
+ rubygems_version: 3.6.7
97
94
  specification_version: 4
98
95
  summary: AWS SDK for Ruby - Redshift Data API Service
99
96
  test_files: []