aws-sdk-elasticache 1.100.0 → 1.101.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ed111a9b2f63ff1b39011ad470bc22c476d22f79c705d9c84060658423a8756e
4
- data.tar.gz: b718bb4e210bb856b0fc3481b8fff27f1ae469d8fb8d1ea9e17fc9ce9eac1b05
3
+ metadata.gz: ed478e1cb2156f696b99848ecd793b391331d2e2cc788a6c0d72cdaf04642ed8
4
+ data.tar.gz: ce0b418644990c505eb8bd0aa9175eae97bd37d087a253ce3832cdf5f3047f01
5
5
  SHA512:
6
- metadata.gz: bfb07ec53cb6eba4953424a7377163c28724891568c2c8a0fef7fe7f2f7d7db3199e119979760371dc2ef6cfb9331d31c9e78178cc0582233c02f7ad18cbc5f4
7
- data.tar.gz: 5b64cdda175c6f0daa270a5407abb5d0174254a9db5c8b78b52b66513c1421ccaeea6d37dd0317c1f4a744281939cca6bba031cedbbb764e5971911e565df510
6
+ metadata.gz: 38c09658e3225298ba80958cff583adb0d0dc5680c55e0e629ec25d5303ca25acecdf8dd48281eed73cd734c181127718e38a3643fab9c59c3842dceea730b1c
7
+ data.tar.gz: d6a0eef567f9d3de92c31ea1b9ba5911a3a386f43109d84d1dbf1c3c15a67a0cc38b5b819552de68c879f99b204e17d3d018a103af5a0428a112cb9f05e72596
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.101.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.100.0 (2024-04-25)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.100.0
1
+ 1.101.0
@@ -301,8 +301,9 @@ module Aws::ElastiCache
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
  #
@@ -11331,7 +11332,7 @@ module Aws::ElastiCache
11331
11332
  params: params,
11332
11333
  config: config)
11333
11334
  context[:gem_name] = 'aws-sdk-elasticache'
11334
- context[:gem_version] = '1.100.0'
11335
+ context[:gem_version] = '1.101.0'
11335
11336
  Seahorse::Client::Request.new(handlers, context)
11336
11337
  end
11337
11338
 
@@ -53,6 +53,6 @@ require_relative 'aws-sdk-elasticache/customizations'
53
53
  # @!group service
54
54
  module Aws::ElastiCache
55
55
 
56
- GEM_VERSION = '1.100.0'
56
+ GEM_VERSION = '1.101.0'
57
57
 
58
58
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-elasticache
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.100.0
4
+ version: 1.101.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