aws-sdk-elasticache 1.108.0 → 1.109.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: b0332ebbb8ed816b9b872b4c1d40660c4a5c08a36b0ea63a3ae935d6566cec3a
4
- data.tar.gz: e8126d094abd7ddef35d94584b4e9042cc574830935d1403b71930ed9dc42b45
3
+ metadata.gz: aca8f16abaa623481d08ff4bfc697e95db81272518b71317b74f67f515c8517d
4
+ data.tar.gz: 56d0b435efef91fc611f38b0f0f77ba06f3d986710a442d9ed5c69d1e698fe2b
5
5
  SHA512:
6
- metadata.gz: 20eb17a83452ac77202c77546a30aa1af11b0365c006e8f35f40f47d851f6e38a6ca8b04f14f74151699e302cc90716207111433b9699f764c462cc453a0077e
7
- data.tar.gz: 944d30b2e98a439cc96166a7e41fcfe200aec6a5ab97b34c2de39b013f613fe5ad099482b0d9121a04205c2ea4181956ef914b6a85a8695fc127a2120e09d246
6
+ metadata.gz: 53e03f8bd8b6be98ff9c4fe4c1c8e0842dfb441935d76f43856cf21b744f9d2788472a170aa2bdde9775a5657327f54c339927ce1dad6fbed9b590bcf8dd0992
7
+ data.tar.gz: 4a73071343c0fc6d00819db976a1eeb0f1e856043c70f00da1b46f19654a6433ed3eb14d240d747144d2ebebb2d9c3aade0550aca5d17a8f5fb28bccd705ab7e
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.109.0 (2024-07-30)
5
+ ------------------
6
+
7
+ * Feature - Doc only update for changes to deletion API.
8
+
4
9
  1.108.0 (2024-07-29)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.108.0
1
+ 1.109.0
@@ -4049,7 +4049,11 @@ module Aws::ElastiCache
4049
4049
  # ElastiCache immediately begins deleting the selected resources; you
4050
4050
  # cannot cancel or revert this operation.
4051
4051
  #
4052
- # <note markdown="1"> This operation is valid for Redis OSS only.
4052
+ # <note markdown="1"> * `CreateSnapshot` permission is required to create a final snapshot.
4053
+ # Without this permission, the API call will fail with an `Access
4054
+ # Denied` exception.
4055
+ #
4056
+ # * This operation is valid for Redis OSS only.
4053
4057
  #
4054
4058
  # </note>
4055
4059
  #
@@ -4190,6 +4194,12 @@ module Aws::ElastiCache
4190
4194
 
4191
4195
  # Deletes a specified existing serverless cache.
4192
4196
  #
4197
+ # <note markdown="1"> `CreateServerlessCacheSnapshot` permission is required to create a
4198
+ # final snapshot. Without this permission, the API call will fail with
4199
+ # an `Access Denied` exception.
4200
+ #
4201
+ # </note>
4202
+ #
4193
4203
  # @option params [required, String] :serverless_cache_name
4194
4204
  # The identifier of the serverless cache to be deleted.
4195
4205
  #
@@ -11363,7 +11373,7 @@ module Aws::ElastiCache
11363
11373
  params: params,
11364
11374
  config: config)
11365
11375
  context[:gem_name] = 'aws-sdk-elasticache'
11366
- context[:gem_version] = '1.108.0'
11376
+ context[:gem_version] = '1.109.0'
11367
11377
  Seahorse::Client::Request.new(handlers, context)
11368
11378
  end
11369
11379
 
@@ -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.108.0'
56
+ GEM_VERSION = '1.109.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.108.0
4
+ version: 1.109.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-07-29 00:00:00.000000000 Z
11
+ date: 2024-07-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core