aws-sdk-elasticache 1.101.0 → 1.103.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-elasticache/client.rb +12 -8
- data/lib/aws-sdk-elasticache/client_api.rb +1 -0
- data/lib/aws-sdk-elasticache/types.rb +10 -6
- data/lib/aws-sdk-elasticache.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2a944338fec2323fc47117c7caf1d67e0139f0089dabecf27ea3701cb04efff1
|
4
|
+
data.tar.gz: 291d3b734a7d787a444931b733c1a7b12f4b9cb84d1188f96fe21bdeb972d744
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 66909130d86a8739359a1f8cd87f90cd165e1daf521b7ca64f5c5bc94c919e14d7ecad8044845fa3880bfd0d79e8c3770b9d669f200ea96a4b7c3143dea786ba
|
7
|
+
data.tar.gz: 9d3c7478995ce92cb378f387a60f476fcf461eab1aefa74d228e758be1b6f5466e2499a44c9b4198ebb0079a45a3b8a6f88290aad52bffa2888ad0d6cfa43b40
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.103.0 (2024-06-05)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
8
|
+
|
9
|
+
1.102.0 (2024-05-31)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Update to attributes of TestFailover and minor revisions.
|
13
|
+
|
4
14
|
1.101.0 (2024-05-13)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.103.0
|
@@ -9104,9 +9104,11 @@ module Aws::ElastiCache
|
|
9104
9104
|
# Specifies the strategy to use to update the AUTH token. This parameter
|
9105
9105
|
# must be specified with the `auth-token` parameter. Possible values:
|
9106
9106
|
#
|
9107
|
-
# *
|
9107
|
+
# * ROTATE - default, if no update strategy is provided
|
9108
9108
|
#
|
9109
|
-
# *
|
9109
|
+
# * SET - allowed only after ROTATE
|
9110
|
+
#
|
9111
|
+
# * DELETE - allowed only when transitioning to RBAC
|
9110
9112
|
#
|
9111
9113
|
# For more information, see [Authenticating Users with Redis AUTH][1]
|
9112
9114
|
#
|
@@ -9738,9 +9740,11 @@ module Aws::ElastiCache
|
|
9738
9740
|
# Specifies the strategy to use to update the AUTH token. This parameter
|
9739
9741
|
# must be specified with the `auth-token` parameter. Possible values:
|
9740
9742
|
#
|
9741
|
-
# *
|
9743
|
+
# * ROTATE - default, if no update strategy is provided
|
9744
|
+
#
|
9745
|
+
# * SET - allowed only after ROTATE
|
9742
9746
|
#
|
9743
|
-
# *
|
9747
|
+
# * DELETE - allowed only when transitioning to RBAC
|
9744
9748
|
#
|
9745
9749
|
# For more information, see [Authenticating Users with Redis AUTH][1]
|
9746
9750
|
#
|
@@ -11041,7 +11045,7 @@ module Aws::ElastiCache
|
|
11041
11045
|
req.send_request(options)
|
11042
11046
|
end
|
11043
11047
|
|
11044
|
-
# Represents the input of a `TestFailover` operation which
|
11048
|
+
# Represents the input of a `TestFailover` operation which tests
|
11045
11049
|
# automatic failover on a specified node group (called shard in the
|
11046
11050
|
# console) in a replication group (called cluster in the console).
|
11047
11051
|
#
|
@@ -11054,7 +11058,7 @@ module Aws::ElastiCache
|
|
11054
11058
|
# **Note the following**
|
11055
11059
|
#
|
11056
11060
|
# * A customer can use this operation to test automatic failover on up
|
11057
|
-
# to
|
11061
|
+
# to 15 shards (called node groups in the ElastiCache API and Amazon
|
11058
11062
|
# CLI) in any rolling 24-hour period.
|
11059
11063
|
#
|
11060
11064
|
# * If calling this operation on shards in different clusters (called
|
@@ -11107,7 +11111,7 @@ module Aws::ElastiCache
|
|
11107
11111
|
# @option params [required, String] :node_group_id
|
11108
11112
|
# The name of the node group (called shard in the console) in this
|
11109
11113
|
# replication group on which automatic failover is to be tested. You may
|
11110
|
-
# test automatic failover on up to
|
11114
|
+
# test automatic failover on up to 15 node groups in any rolling 24-hour
|
11111
11115
|
# period.
|
11112
11116
|
#
|
11113
11117
|
# @return [Types::TestFailoverResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
@@ -11332,7 +11336,7 @@ module Aws::ElastiCache
|
|
11332
11336
|
params: params,
|
11333
11337
|
config: config)
|
11334
11338
|
context[:gem_name] = 'aws-sdk-elasticache'
|
11335
|
-
context[:gem_version] = '1.
|
11339
|
+
context[:gem_version] = '1.103.0'
|
11336
11340
|
Seahorse::Client::Request.new(handlers, context)
|
11337
11341
|
end
|
11338
11342
|
|
@@ -2036,6 +2036,7 @@ module Aws::ElastiCache
|
|
2036
2036
|
"apiVersion" => "2015-02-02",
|
2037
2037
|
"endpointPrefix" => "elasticache",
|
2038
2038
|
"protocol" => "query",
|
2039
|
+
"protocols" => ["query"],
|
2039
2040
|
"serviceFullName" => "Amazon ElastiCache",
|
2040
2041
|
"serviceId" => "ElastiCache",
|
2041
2042
|
"signatureVersion" => "v4",
|
@@ -4782,7 +4782,7 @@ module Aws::ElastiCache
|
|
4782
4782
|
# An optional marker returned from a prior request. Use this marker
|
4783
4783
|
# for pagination of results from this operation. If this parameter is
|
4784
4784
|
# specified, the response includes only records beyond the marker, up
|
4785
|
-
# to the value specified by MaxRecords
|
4785
|
+
# to the value specified by MaxRecords.>
|
4786
4786
|
# @return [String]
|
4787
4787
|
#
|
4788
4788
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/DescribeUserGroupsResult AWS API Documentation
|
@@ -6076,9 +6076,11 @@ module Aws::ElastiCache
|
|
6076
6076
|
# parameter must be specified with the `auth-token` parameter.
|
6077
6077
|
# Possible values:
|
6078
6078
|
#
|
6079
|
-
# *
|
6079
|
+
# * ROTATE - default, if no update strategy is provided
|
6080
|
+
#
|
6081
|
+
# * SET - allowed only after ROTATE
|
6080
6082
|
#
|
6081
|
-
# *
|
6083
|
+
# * DELETE - allowed only when transitioning to RBAC
|
6082
6084
|
#
|
6083
6085
|
# For more information, see [Authenticating Users with Redis AUTH][1]
|
6084
6086
|
#
|
@@ -6479,9 +6481,11 @@ module Aws::ElastiCache
|
|
6479
6481
|
# parameter must be specified with the `auth-token` parameter.
|
6480
6482
|
# Possible values:
|
6481
6483
|
#
|
6482
|
-
# *
|
6484
|
+
# * ROTATE - default, if no update strategy is provided
|
6485
|
+
#
|
6486
|
+
# * SET - allowed only after ROTATE
|
6483
6487
|
#
|
6484
|
-
# *
|
6488
|
+
# * DELETE - allowed only when transitioning to RBAC
|
6485
6489
|
#
|
6486
6490
|
# For more information, see [Authenticating Users with Redis AUTH][1]
|
6487
6491
|
#
|
@@ -9332,7 +9336,7 @@ module Aws::ElastiCache
|
|
9332
9336
|
# @!attribute [rw] node_group_id
|
9333
9337
|
# The name of the node group (called shard in the console) in this
|
9334
9338
|
# replication group on which automatic failover is to be tested. You
|
9335
|
-
# may test automatic failover on up to
|
9339
|
+
# may test automatic failover on up to 15 node groups in any rolling
|
9336
9340
|
# 24-hour period.
|
9337
9341
|
# @return [String]
|
9338
9342
|
#
|
data/lib/aws-sdk-elasticache.rb
CHANGED
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.
|
4
|
+
version: 1.103.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-05
|
11
|
+
date: 2024-06-05 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|
@@ -19,7 +19,7 @@ dependencies:
|
|
19
19
|
version: '3'
|
20
20
|
- - ">="
|
21
21
|
- !ruby/object:Gem::Version
|
22
|
-
version: 3.
|
22
|
+
version: 3.197.0
|
23
23
|
type: :runtime
|
24
24
|
prerelease: false
|
25
25
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -29,7 +29,7 @@ dependencies:
|
|
29
29
|
version: '3'
|
30
30
|
- - ">="
|
31
31
|
- !ruby/object:Gem::Version
|
32
|
-
version: 3.
|
32
|
+
version: 3.197.0
|
33
33
|
- !ruby/object:Gem::Dependency
|
34
34
|
name: aws-sigv4
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|