aws-sdk-memorydb 1.23.0 → 1.24.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: 7f309563b1c586316052c53ab9eb27bcc088812e3e294803e9bf1c5d06162973
4
- data.tar.gz: e0717bc431c1000ac30c01a7de8f2707c51a567b2f4a59462da23d9ff7fa19c4
3
+ metadata.gz: 4f3a3db118132b5e17de0205d3bbc7c8f187ffc78a93a892c71220633fa93a92
4
+ data.tar.gz: f2720f75512bed1df2c19c314ea69b3cfc008ee7e73f6c26dd2ad55c8b94e9c4
5
5
  SHA512:
6
- metadata.gz: 1ffd91f47530610442d8e0d42994975c94ae41c13732b410372a000cbb5e0da0731f1a0b47cc2bdbc8f1ac036e9b3bbb766cb51f6dc2a5747a9a77a9a29b4aca
7
- data.tar.gz: 14e7005b185248db32c31c4ede367390240cdc2e0857230c487509c145189e4d2977bab9434fa84ac20ff7043e8e72896f635e8bacd70b170d35496cb52ffcff
6
+ metadata.gz: 8ed07dbbac21a08b13ac17df5780c783a813cc3ee50146f1e4282a8146795621abe6aa3928868aec9caa26a140218008a996ff6ab8f75dc32b745194a0b26ce1
7
+ data.tar.gz: 5cceee769ba3249976eb11f1fc1dae1ffe8f20a6ff4bf4579481f4b8431d85dab943b6e874a5a4862bdd3b460baf06bad0cf26a3ccc25213a767d0fbad2e72cf
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.24.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.23.0 (2024-04-25)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.23.0
1
+ 1.24.0
@@ -301,8 +301,9 @@ module Aws::MemoryDB
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
  #
@@ -2944,7 +2945,7 @@ module Aws::MemoryDB
2944
2945
  params: params,
2945
2946
  config: config)
2946
2947
  context[:gem_name] = 'aws-sdk-memorydb'
2947
- context[:gem_version] = '1.23.0'
2948
+ context[:gem_version] = '1.24.0'
2948
2949
  Seahorse::Client::Request.new(handlers, context)
2949
2950
  end
2950
2951
 
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-memorydb/customizations'
52
52
  # @!group service
53
53
  module Aws::MemoryDB
54
54
 
55
- GEM_VERSION = '1.23.0'
55
+ GEM_VERSION = '1.24.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-memorydb
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.23.0
4
+ version: 1.24.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