aws-sdk-redshiftdataapiservice 1.36.0 → 1.37.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: d56f20909fd7802041264909b7fc2cfb80ffbb3749de15f1886cd399b7f8cb9a
4
- data.tar.gz: b6b03b74d171eed62b610725ed276e3c03b1460a2023fd0fbf39ba8736b32b2e
3
+ metadata.gz: '080f11c2880109facd0ae365a966953b47d30bdf58a4e524bbb182176fe2f5da'
4
+ data.tar.gz: fdab64f852d9448b86b7fb93a3dba8780bf99e62d8d0b9617cb781ee732f1aa5
5
5
  SHA512:
6
- metadata.gz: 0c1dcdf90aac752aad9c1e7625407ea0668b8c3e01a595d75fdec4a089c33d27ff056ecd92b48a29763e609dbd0bb65f69c25f09572a132b87facf175150ef9e
7
- data.tar.gz: 717a4611b7044d6ea851946bc8a1bb32f23e3be82361f0569d9d4a0f87014f7b7dc7350df8c5c3b4a2afca5959ed0fbe81226471f9a7d1726b3bade82608d5dc
6
+ metadata.gz: aee40d372569767f282d525fd653b66d295f42f88906be331c8ca53443a342663c3d32f73c51a2f05f41a9a4bcf83196f24d8cba0ac4b1425dbca0400616ce69
7
+ data.tar.gz: 79060438cbb640ac41c652c73a03a30a738c60018f39ffd13bb7904e96692fada5efe4215c1d2a3e291162ba87c2a3e6ef2278339c8f12d2baf48511bb823c45
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.37.0 (2024-05-13)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.36.0 (2024-04-25)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.36.0
1
+ 1.37.0
@@ -301,8 +301,9 @@ module Aws::RedshiftDataAPIService
301
301
  #
302
302
  # @option options [String] :sdk_ua_app_id
303
303
  # A unique and opaque application ID that is appended to the
304
- # User-Agent header as app/<sdk_ua_app_id>. It should have a
305
- # maximum length of 50.
304
+ # User-Agent header as app/sdk_ua_app_id. It should have a
305
+ # maximum length of 50. This variable is sourced from environment
306
+ # variable AWS_SDK_UA_APP_ID or the shared config profile attribute sdk_ua_app_id.
306
307
  #
307
308
  # @option options [String] :secret_access_key
308
309
  #
@@ -1540,7 +1541,7 @@ module Aws::RedshiftDataAPIService
1540
1541
  params: params,
1541
1542
  config: config)
1542
1543
  context[:gem_name] = 'aws-sdk-redshiftdataapiservice'
1543
- context[:gem_version] = '1.36.0'
1544
+ context[:gem_version] = '1.37.0'
1544
1545
  Seahorse::Client::Request.new(handlers, context)
1545
1546
  end
1546
1547
 
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-redshiftdataapiservice/customizations'
52
52
  # @!group service
53
53
  module Aws::RedshiftDataAPIService
54
54
 
55
- GEM_VERSION = '1.36.0'
55
+ GEM_VERSION = '1.37.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-redshiftdataapiservice
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.36.0
4
+ version: 1.37.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-04-25 00:00:00.000000000 Z
11
+ date: 2024-05-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core