aws-sdk-elasticache 1.101.0 → 1.102.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: ed478e1cb2156f696b99848ecd793b391331d2e2cc788a6c0d72cdaf04642ed8
4
- data.tar.gz: ce0b418644990c505eb8bd0aa9175eae97bd37d087a253ce3832cdf5f3047f01
3
+ metadata.gz: bec10d9f4607814f56cd3c59e9fdf4cd5e8ea9b6866271f8ed7a7993879b7dff
4
+ data.tar.gz: 8c77bd71ea9487c57342cd3267f715301853e4b96630d6f921968722cf5b8f82
5
5
  SHA512:
6
- metadata.gz: 38c09658e3225298ba80958cff583adb0d0dc5680c55e0e629ec25d5303ca25acecdf8dd48281eed73cd734c181127718e38a3643fab9c59c3842dceea730b1c
7
- data.tar.gz: d6a0eef567f9d3de92c31ea1b9ba5911a3a386f43109d84d1dbf1c3c15a67a0cc38b5b819552de68c879f99b204e17d3d018a103af5a0428a112cb9f05e72596
6
+ metadata.gz: 209c4276af40c5fe49fd15c48ba694bd7e09ddd1edb4548b1d3b8446e40a564a2807645a0a169ed7720357f688ee4a9d3b2e867ff7a726342164b4cf465cb3de
7
+ data.tar.gz: b70cd1810658601630fc7729e95ff9c5c2aaf39101e48009e7bedf8c7f5cf62e3338d295fedae154d18b001d6a4ff440de2e4cca5451a59d2854e41ce99cc87c
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.102.0 (2024-05-31)
5
+ ------------------
6
+
7
+ * Feature - Update to attributes of TestFailover and minor revisions.
8
+
4
9
  1.101.0 (2024-05-13)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.101.0
1
+ 1.102.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
- # * Rotate
9107
+ # * ROTATE - default, if no update strategy is provided
9108
9108
  #
9109
- # * Set
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
- # * Rotate
9743
+ # * ROTATE - default, if no update strategy is provided
9744
+ #
9745
+ # * SET - allowed only after ROTATE
9742
9746
  #
9743
- # * Set
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 test
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 5 shards (called node groups in the ElastiCache API and Amazon
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 5 node groups in any rolling 24-hour
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.101.0'
11339
+ context[:gem_version] = '1.102.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
- # * Rotate
6079
+ # * ROTATE - default, if no update strategy is provided
6080
+ #
6081
+ # * SET - allowed only after ROTATE
6080
6082
  #
6081
- # * Set
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
- # * Rotate
6484
+ # * ROTATE - default, if no update strategy is provided
6485
+ #
6486
+ # * SET - allowed only after ROTATE
6483
6487
  #
6484
- # * Set
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 5 node groups in any rolling
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
  #
@@ -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.101.0'
56
+ GEM_VERSION = '1.102.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.101.0
4
+ version: 1.102.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-13 00:00:00.000000000 Z
11
+ date: 2024-05-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core