aws-sdk-elasticache 1.100.0 → 1.102.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: bec10d9f4607814f56cd3c59e9fdf4cd5e8ea9b6866271f8ed7a7993879b7dff
4
+ data.tar.gz: 8c77bd71ea9487c57342cd3267f715301853e4b96630d6f921968722cf5b8f82
5
5
  SHA512:
6
- metadata.gz: bfb07ec53cb6eba4953424a7377163c28724891568c2c8a0fef7fe7f2f7d7db3199e119979760371dc2ef6cfb9331d31c9e78178cc0582233c02f7ad18cbc5f4
7
- data.tar.gz: 5b64cdda175c6f0daa270a5407abb5d0174254a9db5c8b78b52b66513c1421ccaeea6d37dd0317c1f4a744281939cca6bba031cedbbb764e5971911e565df510
6
+ metadata.gz: 209c4276af40c5fe49fd15c48ba694bd7e09ddd1edb4548b1d3b8446e40a564a2807645a0a169ed7720357f688ee4a9d3b2e867ff7a726342164b4cf465cb3de
7
+ data.tar.gz: b70cd1810658601630fc7729e95ff9c5c2aaf39101e48009e7bedf8c7f5cf62e3338d295fedae154d18b001d6a4ff440de2e4cca5451a59d2854e41ce99cc87c
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
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
+
9
+ 1.101.0 (2024-05-13)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.100.0 (2024-04-25)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.100.0
1
+ 1.102.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
  #
@@ -9103,9 +9104,11 @@ module Aws::ElastiCache
9103
9104
  # Specifies the strategy to use to update the AUTH token. This parameter
9104
9105
  # must be specified with the `auth-token` parameter. Possible values:
9105
9106
  #
9106
- # * Rotate
9107
+ # * ROTATE - default, if no update strategy is provided
9107
9108
  #
9108
- # * Set
9109
+ # * SET - allowed only after ROTATE
9110
+ #
9111
+ # * DELETE - allowed only when transitioning to RBAC
9109
9112
  #
9110
9113
  # For more information, see [Authenticating Users with Redis AUTH][1]
9111
9114
  #
@@ -9737,9 +9740,11 @@ module Aws::ElastiCache
9737
9740
  # Specifies the strategy to use to update the AUTH token. This parameter
9738
9741
  # must be specified with the `auth-token` parameter. Possible values:
9739
9742
  #
9740
- # * Rotate
9743
+ # * ROTATE - default, if no update strategy is provided
9744
+ #
9745
+ # * SET - allowed only after ROTATE
9741
9746
  #
9742
- # * Set
9747
+ # * DELETE - allowed only when transitioning to RBAC
9743
9748
  #
9744
9749
  # For more information, see [Authenticating Users with Redis AUTH][1]
9745
9750
  #
@@ -11040,7 +11045,7 @@ module Aws::ElastiCache
11040
11045
  req.send_request(options)
11041
11046
  end
11042
11047
 
11043
- # Represents the input of a `TestFailover` operation which test
11048
+ # Represents the input of a `TestFailover` operation which tests
11044
11049
  # automatic failover on a specified node group (called shard in the
11045
11050
  # console) in a replication group (called cluster in the console).
11046
11051
  #
@@ -11053,7 +11058,7 @@ module Aws::ElastiCache
11053
11058
  # **Note the following**
11054
11059
  #
11055
11060
  # * A customer can use this operation to test automatic failover on up
11056
- # 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
11057
11062
  # CLI) in any rolling 24-hour period.
11058
11063
  #
11059
11064
  # * If calling this operation on shards in different clusters (called
@@ -11106,7 +11111,7 @@ module Aws::ElastiCache
11106
11111
  # @option params [required, String] :node_group_id
11107
11112
  # The name of the node group (called shard in the console) in this
11108
11113
  # replication group on which automatic failover is to be tested. You may
11109
- # 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
11110
11115
  # period.
11111
11116
  #
11112
11117
  # @return [Types::TestFailoverResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
@@ -11331,7 +11336,7 @@ module Aws::ElastiCache
11331
11336
  params: params,
11332
11337
  config: config)
11333
11338
  context[:gem_name] = 'aws-sdk-elasticache'
11334
- context[:gem_version] = '1.100.0'
11339
+ context[:gem_version] = '1.102.0'
11335
11340
  Seahorse::Client::Request.new(handlers, context)
11336
11341
  end
11337
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. &gt;
4785
+ # to the value specified by MaxRecords.&gt;
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.100.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.100.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-04-25 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