aws-sdk-elasticache 1.60.0 → 1.64.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 +4 -4
- data/CHANGELOG.md +20 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-elasticache/client.rb +16 -5
- data/lib/aws-sdk-elasticache/types.rb +13 -10
- data/lib/aws-sdk-elasticache.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ab92feef49657db83ce926da037fcbe5747903cb9bfa14c161cef4c4a5f47fba
|
4
|
+
data.tar.gz: eddd88741847ac8f6d83f92044d3e46e675839ada7a86b4922a321b03a01c8cd
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3999cb1c09d895ad321fec61053f553a9c9edb85583d67a7dfbf12048ddfde8f4d954e0816b50de9cea1f8a7e1a74b63cd8fb64abde33f6143528896e811970b
|
7
|
+
data.tar.gz: 3ef387bbc8974f439f0b68da6c40a4dfbececc00e43efdc079596c07fe8e3ed02b5a40ace7c7c4a00ad33f024ad49140b1d654d3671f086b4f4dc51c3c2d8124
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,26 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.64.0 (2021-11-04)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
8
|
+
|
9
|
+
1.63.0 (2021-10-18)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
13
|
+
|
14
|
+
1.62.0 (2021-09-07)
|
15
|
+
------------------
|
16
|
+
|
17
|
+
* Feature - Doc only update for ElastiCache
|
18
|
+
|
19
|
+
1.61.0 (2021-09-01)
|
20
|
+
------------------
|
21
|
+
|
22
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
23
|
+
|
4
24
|
1.60.0 (2021-08-13)
|
5
25
|
------------------
|
6
26
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.64.0
|
@@ -275,6 +275,15 @@ module Aws::ElastiCache
|
|
275
275
|
# ** Please note ** When response stubbing is enabled, no HTTP
|
276
276
|
# requests are made, and retries are disabled.
|
277
277
|
#
|
278
|
+
# @option options [Boolean] :use_dualstack_endpoint
|
279
|
+
# When set to `true`, dualstack enabled endpoints (with `.aws` TLD)
|
280
|
+
# will be used if available.
|
281
|
+
#
|
282
|
+
# @option options [Boolean] :use_fips_endpoint
|
283
|
+
# When set to `true`, fips compatible endpoints will be used if available.
|
284
|
+
# When a `fips` region is used, the region is normalized and this config
|
285
|
+
# is set to `true`.
|
286
|
+
#
|
278
287
|
# @option options [Boolean] :validate_params (true)
|
279
288
|
# When `true`, request parameters are validated before
|
280
289
|
# sending the request.
|
@@ -8835,14 +8844,16 @@ module Aws::ElastiCache
|
|
8835
8844
|
# [1]: http://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/auth.html
|
8836
8845
|
#
|
8837
8846
|
# @option params [Array<String>] :user_group_ids_to_add
|
8838
|
-
# The user group you are associating with the replication
|
8847
|
+
# The ID of the user group you are associating with the replication
|
8848
|
+
# group.
|
8839
8849
|
#
|
8840
8850
|
# @option params [Array<String>] :user_group_ids_to_remove
|
8841
|
-
# The user group to
|
8842
|
-
# access the replication
|
8851
|
+
# The ID of the user group to disassociate from the replication group,
|
8852
|
+
# meaning the users in the group no longer can access the replication
|
8853
|
+
# group.
|
8843
8854
|
#
|
8844
8855
|
# @option params [Boolean] :remove_user_groups
|
8845
|
-
# Removes the user
|
8856
|
+
# Removes the user group associated with this replication group.
|
8846
8857
|
#
|
8847
8858
|
# @option params [Array<Types::LogDeliveryConfigurationRequest>] :log_delivery_configurations
|
8848
8859
|
# Specifies the destination, format and type of the logs.
|
@@ -10095,7 +10106,7 @@ module Aws::ElastiCache
|
|
10095
10106
|
params: params,
|
10096
10107
|
config: config)
|
10097
10108
|
context[:gem_name] = 'aws-sdk-elasticache'
|
10098
|
-
context[:gem_version] = '1.
|
10109
|
+
context[:gem_version] = '1.64.0'
|
10099
10110
|
Seahorse::Client::Request.new(handlers, context)
|
10100
10111
|
end
|
10101
10112
|
|
@@ -3209,6 +3209,8 @@ module Aws::ElastiCache
|
|
3209
3209
|
include Aws::Structure
|
3210
3210
|
end
|
3211
3211
|
|
3212
|
+
# The default user assigned to the user group.
|
3213
|
+
#
|
3212
3214
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/DefaultUserAssociatedToUserGroupFault AWS API Documentation
|
3213
3215
|
#
|
3214
3216
|
class DefaultUserAssociatedToUserGroupFault < Aws::EmptyStructure; end
|
@@ -6574,16 +6576,18 @@ module Aws::ElastiCache
|
|
6574
6576
|
# @return [String]
|
6575
6577
|
#
|
6576
6578
|
# @!attribute [rw] user_group_ids_to_add
|
6577
|
-
# The user group you are associating with the replication
|
6579
|
+
# The ID of the user group you are associating with the replication
|
6580
|
+
# group.
|
6578
6581
|
# @return [Array<String>]
|
6579
6582
|
#
|
6580
6583
|
# @!attribute [rw] user_group_ids_to_remove
|
6581
|
-
# The user group to
|
6582
|
-
# can access the replication
|
6584
|
+
# The ID of the user group to disassociate from the replication group,
|
6585
|
+
# meaning the users in the group no longer can access the replication
|
6586
|
+
# group.
|
6583
6587
|
# @return [Array<String>]
|
6584
6588
|
#
|
6585
6589
|
# @!attribute [rw] remove_user_groups
|
6586
|
-
# Removes the user
|
6590
|
+
# Removes the user group associated with this replication group.
|
6587
6591
|
# @return [Boolean]
|
6588
6592
|
#
|
6589
6593
|
# @!attribute [rw] log_delivery_configurations
|
@@ -7752,8 +7756,7 @@ module Aws::ElastiCache
|
|
7752
7756
|
# @return [String]
|
7753
7757
|
#
|
7754
7758
|
# @!attribute [rw] user_group_ids
|
7755
|
-
# The
|
7756
|
-
# group.
|
7759
|
+
# The ID of the user group associated to the replication group.
|
7757
7760
|
# @return [Array<String>]
|
7758
7761
|
#
|
7759
7762
|
# @!attribute [rw] log_delivery_configurations
|
@@ -7863,7 +7866,7 @@ module Aws::ElastiCache
|
|
7863
7866
|
# @return [String]
|
7864
7867
|
#
|
7865
7868
|
# @!attribute [rw] user_groups
|
7866
|
-
# The user
|
7869
|
+
# The user group being modified.
|
7867
7870
|
# @return [Types::UserGroupsUpdateStatus]
|
7868
7871
|
#
|
7869
7872
|
# @!attribute [rw] log_delivery_configurations
|
@@ -9371,7 +9374,7 @@ module Aws::ElastiCache
|
|
9371
9374
|
# @return [Array<String>]
|
9372
9375
|
#
|
9373
9376
|
# @!attribute [rw] pending_changes
|
9374
|
-
# A list of updates being applied to the user
|
9377
|
+
# A list of updates being applied to the user group.
|
9375
9378
|
# @return [Types::UserGroupPendingChanges]
|
9376
9379
|
#
|
9377
9380
|
# @!attribute [rw] replication_groups
|
@@ -9436,11 +9439,11 @@ module Aws::ElastiCache
|
|
9436
9439
|
# The status of the user group update.
|
9437
9440
|
#
|
9438
9441
|
# @!attribute [rw] user_group_ids_to_add
|
9439
|
-
# The
|
9442
|
+
# The ID of the user group to add.
|
9440
9443
|
# @return [Array<String>]
|
9441
9444
|
#
|
9442
9445
|
# @!attribute [rw] user_group_ids_to_remove
|
9443
|
-
# The
|
9446
|
+
# The ID of the user group to remove.
|
9444
9447
|
# @return [Array<String>]
|
9445
9448
|
#
|
9446
9449
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/UserGroupsUpdateStatus AWS API Documentation
|
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.64.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: 2021-
|
11
|
+
date: 2021-11-04 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.122.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.122.0
|
33
33
|
- !ruby/object:Gem::Dependency
|
34
34
|
name: aws-sigv4
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|
@@ -77,7 +77,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
77
77
|
requirements:
|
78
78
|
- - ">="
|
79
79
|
- !ruby/object:Gem::Version
|
80
|
-
version: '
|
80
|
+
version: '2.3'
|
81
81
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
82
82
|
requirements:
|
83
83
|
- - ">="
|