aws-sdk-qldbsession 1.35.0 → 1.36.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: dd8c52a81fa660f178efa81d77e327da0fafd49b5ef0cf4ee98cdd394300f610
4
- data.tar.gz: 1a0406752a5561562a35e5d18420a8830051e6a6d9c0ac52c4bc6854f29cb5ef
3
+ metadata.gz: 35f1f603a85fa1d35c2bdb9765ad98e89a2b77e612f0384bae41791682634c76
4
+ data.tar.gz: b569df8db4210a975550686f5270a70728c294cdd9dbd9a381e9fd0b59abf164
5
5
  SHA512:
6
- metadata.gz: 875e75c60e2f56527c5005cea2888e7a3e2558ef4a0c8d3a17341e6fa3dfc16e8516e69bc4d930030fa85e8859116accd16a9bcef49274624af695a72e3f4d9c
7
- data.tar.gz: 38cf456fe147ebeac282b05d894dfdda910cf3e3b0ffdea28500b08900bb4fdaa6644243b3ea3a4800ed7e590291783b9462802be998d85d1056ccedf6578014
6
+ metadata.gz: f0d570781a28e47f5eb8c7f747796a1ac4ee03d776f28ebf5fe5067a29f051d5b629d585f6d990bc7cc7068c20dcbcdbe3eaa92b8fd9468fcf726e6d08c1b8b3
7
+ data.tar.gz: 6f55cdad76a47f79ae042749022896bdcd7b3d764d50433b7cb6f50354e630a2e912f73eefb572e8008600e015b7493dcdb27df6b1a9099b1fd3e3373a7cf62f
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.36.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.35.0 (2024-04-25)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.35.0
1
+ 1.36.0
@@ -301,8 +301,9 @@ module Aws::QLDBSession
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
  #
@@ -570,7 +571,7 @@ module Aws::QLDBSession
570
571
  params: params,
571
572
  config: config)
572
573
  context[:gem_name] = 'aws-sdk-qldbsession'
573
- context[:gem_version] = '1.35.0'
574
+ context[:gem_version] = '1.36.0'
574
575
  Seahorse::Client::Request.new(handlers, context)
575
576
  end
576
577
 
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-qldbsession/customizations'
52
52
  # @!group service
53
53
  module Aws::QLDBSession
54
54
 
55
- GEM_VERSION = '1.35.0'
55
+ GEM_VERSION = '1.36.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-qldbsession
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.35.0
4
+ version: 1.36.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