aws-sdk-elasticache 1.48.0 → 1.49.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/aws-sdk-elasticache.rb +1 -1
- data/lib/aws-sdk-elasticache/client.rb +17 -15
- data/lib/aws-sdk-elasticache/types.rb +17 -18
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4e4fe870fd6deea31cb5f22fb5d9ff49de964db3f2eb4c6eccd765a112289614
|
4
|
+
data.tar.gz: 5fe7ba216fb78adf079fb856a6d8ae683559c0651d6dc573b62a82e0bf9692ea
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6ed06acabc7b32be1f4ba27213c26b7d582581fe0c2e10e3be60d1774f684d897644e06c4909a31691e8b64cff323e17a813c34acb6e58c69f38baac93104568
|
7
|
+
data.tar.gz: 24fd2b8a880d9fdf19c8376de1ea2bb120f6fd311e296d26992c48e16a1c295c134f5250ad1993e181cd36ccbd1d0c936865a71bbe349f3da5df05d691ac17cc
|
data/lib/aws-sdk-elasticache.rb
CHANGED
@@ -1701,8 +1701,7 @@ module Aws::ElastiCache
|
|
1701
1701
|
# can create cross-region read replica clusters for ElastiCache for
|
1702
1702
|
# Redis to enable low-latency reads and disaster recovery across
|
1703
1703
|
# regions. For more information, see [Replication Across Regions Using
|
1704
|
-
# Global
|
1705
|
-
# Datastore](/AmazonElastiCache/latest/red-ug/Redis-Global-Datastores.html).
|
1704
|
+
# Global Datastore][1].
|
1706
1705
|
#
|
1707
1706
|
# * The **GlobalReplicationGroupIdSuffix** is the name of the Global
|
1708
1707
|
# Datastore.
|
@@ -1711,6 +1710,10 @@ module Aws::ElastiCache
|
|
1711
1710
|
# cluster that accepts writes and will replicate updates to the
|
1712
1711
|
# secondary cluster.
|
1713
1712
|
#
|
1713
|
+
#
|
1714
|
+
#
|
1715
|
+
# [1]: https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/Redis-Global-Datastore.html
|
1716
|
+
#
|
1714
1717
|
# @option params [required, String] :global_replication_group_id_suffix
|
1715
1718
|
# The suffix name of a Global Datastore. Amazon ElastiCache
|
1716
1719
|
# automatically applies a prefix to the Global Datastore ID when it is
|
@@ -2671,17 +2674,17 @@ module Aws::ElastiCache
|
|
2671
2674
|
# The username of the user.
|
2672
2675
|
#
|
2673
2676
|
# @option params [required, String] :engine
|
2674
|
-
#
|
2677
|
+
# The current supported value is Redis.
|
2675
2678
|
#
|
2676
2679
|
# @option params [Array<String>] :passwords
|
2677
|
-
# Passwords used for this user
|
2678
|
-
#
|
2680
|
+
# Passwords used for this user. You can create up to two passwords for
|
2681
|
+
# each user.
|
2679
2682
|
#
|
2680
2683
|
# @option params [required, String] :access_string
|
2681
|
-
# Access permissions string used for this user
|
2684
|
+
# Access permissions string used for this user.
|
2682
2685
|
#
|
2683
2686
|
# @option params [Boolean] :no_password_required
|
2684
|
-
# Indicates a password is not required for this user
|
2687
|
+
# Indicates a password is not required for this user.
|
2685
2688
|
#
|
2686
2689
|
# @return [Types::User] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
2687
2690
|
#
|
@@ -2738,7 +2741,7 @@ module Aws::ElastiCache
|
|
2738
2741
|
# The ID of the user group.
|
2739
2742
|
#
|
2740
2743
|
# @option params [required, String] :engine
|
2741
|
-
#
|
2744
|
+
# The current supported value is Redis.
|
2742
2745
|
#
|
2743
2746
|
# @option params [Array<String>] :user_ids
|
2744
2747
|
# The list of user IDs that belong to the user group.
|
@@ -7963,7 +7966,7 @@ module Aws::ElastiCache
|
|
7963
7966
|
#
|
7964
7967
|
#
|
7965
7968
|
#
|
7966
|
-
# [1]:
|
7969
|
+
# [1]: http://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/auth.html
|
7967
7970
|
#
|
7968
7971
|
# @return [Types::ModifyCacheClusterResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
7969
7972
|
#
|
@@ -8540,7 +8543,7 @@ module Aws::ElastiCache
|
|
8540
8543
|
#
|
8541
8544
|
#
|
8542
8545
|
#
|
8543
|
-
# [1]:
|
8546
|
+
# [1]: http://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/auth.html
|
8544
8547
|
#
|
8545
8548
|
# @option params [Array<String>] :user_group_ids_to_add
|
8546
8549
|
# A list of user group IDs.
|
@@ -8852,17 +8855,16 @@ module Aws::ElastiCache
|
|
8852
8855
|
# The ID of the user.
|
8853
8856
|
#
|
8854
8857
|
# @option params [String] :access_string
|
8855
|
-
# Access permissions string used for this user
|
8858
|
+
# Access permissions string used for this user.
|
8856
8859
|
#
|
8857
8860
|
# @option params [String] :append_access_string
|
8858
8861
|
# Adds additional user permissions to the access string.
|
8859
8862
|
#
|
8860
8863
|
# @option params [Array<String>] :passwords
|
8861
|
-
# The passwords belonging to the user
|
8862
|
-
# two.
|
8864
|
+
# The passwords belonging to the user. You are allowed up to two.
|
8863
8865
|
#
|
8864
8866
|
# @option params [Boolean] :no_password_required
|
8865
|
-
# Indicates no password is required for the user
|
8867
|
+
# Indicates no password is required for the user.
|
8866
8868
|
#
|
8867
8869
|
# @return [Types::User] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
8868
8870
|
#
|
@@ -9682,7 +9684,7 @@ module Aws::ElastiCache
|
|
9682
9684
|
params: params,
|
9683
9685
|
config: config)
|
9684
9686
|
context[:gem_name] = 'aws-sdk-elasticache'
|
9685
|
-
context[:gem_version] = '1.
|
9687
|
+
context[:gem_version] = '1.49.0'
|
9686
9688
|
Seahorse::Client::Request.new(handlers, context)
|
9687
9689
|
end
|
9688
9690
|
|
@@ -2817,7 +2817,7 @@ module Aws::ElastiCache
|
|
2817
2817
|
# @return [String]
|
2818
2818
|
#
|
2819
2819
|
# @!attribute [rw] engine
|
2820
|
-
#
|
2820
|
+
# The current supported value is Redis.
|
2821
2821
|
# @return [String]
|
2822
2822
|
#
|
2823
2823
|
# @!attribute [rw] user_ids
|
@@ -2855,20 +2855,20 @@ module Aws::ElastiCache
|
|
2855
2855
|
# @return [String]
|
2856
2856
|
#
|
2857
2857
|
# @!attribute [rw] engine
|
2858
|
-
#
|
2858
|
+
# The current supported value is Redis.
|
2859
2859
|
# @return [String]
|
2860
2860
|
#
|
2861
2861
|
# @!attribute [rw] passwords
|
2862
|
-
# Passwords used for this user
|
2863
|
-
#
|
2862
|
+
# Passwords used for this user. You can create up to two passwords for
|
2863
|
+
# each user.
|
2864
2864
|
# @return [Array<String>]
|
2865
2865
|
#
|
2866
2866
|
# @!attribute [rw] access_string
|
2867
|
-
# Access permissions string used for this user
|
2867
|
+
# Access permissions string used for this user.
|
2868
2868
|
# @return [String]
|
2869
2869
|
#
|
2870
2870
|
# @!attribute [rw] no_password_required
|
2871
|
-
# Indicates a password is not required for this user
|
2871
|
+
# Indicates a password is not required for this user.
|
2872
2872
|
# @return [Boolean]
|
2873
2873
|
#
|
2874
2874
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/CreateUserMessage AWS API Documentation
|
@@ -5785,7 +5785,7 @@ module Aws::ElastiCache
|
|
5785
5785
|
#
|
5786
5786
|
#
|
5787
5787
|
#
|
5788
|
-
# [1]:
|
5788
|
+
# [1]: http://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/auth.html
|
5789
5789
|
# @return [String]
|
5790
5790
|
#
|
5791
5791
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/ModifyCacheClusterMessage AWS API Documentation
|
@@ -6231,7 +6231,7 @@ module Aws::ElastiCache
|
|
6231
6231
|
#
|
6232
6232
|
#
|
6233
6233
|
#
|
6234
|
-
# [1]:
|
6234
|
+
# [1]: http://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/auth.html
|
6235
6235
|
# @return [String]
|
6236
6236
|
#
|
6237
6237
|
# @!attribute [rw] user_group_ids_to_add
|
@@ -6433,7 +6433,7 @@ module Aws::ElastiCache
|
|
6433
6433
|
# @return [String]
|
6434
6434
|
#
|
6435
6435
|
# @!attribute [rw] access_string
|
6436
|
-
# Access permissions string used for this user
|
6436
|
+
# Access permissions string used for this user.
|
6437
6437
|
# @return [String]
|
6438
6438
|
#
|
6439
6439
|
# @!attribute [rw] append_access_string
|
@@ -6441,12 +6441,11 @@ module Aws::ElastiCache
|
|
6441
6441
|
# @return [String]
|
6442
6442
|
#
|
6443
6443
|
# @!attribute [rw] passwords
|
6444
|
-
# The passwords belonging to the user
|
6445
|
-
# two.
|
6444
|
+
# The passwords belonging to the user. You are allowed up to two.
|
6446
6445
|
# @return [Array<String>]
|
6447
6446
|
#
|
6448
6447
|
# @!attribute [rw] no_password_required
|
6449
|
-
# Indicates no password is required for the user
|
6448
|
+
# Indicates no password is required for the user.
|
6450
6449
|
# @return [Boolean]
|
6451
6450
|
#
|
6452
6451
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/ModifyUserMessage AWS API Documentation
|
@@ -6560,7 +6559,7 @@ module Aws::ElastiCache
|
|
6560
6559
|
# @return [Array<String>]
|
6561
6560
|
#
|
6562
6561
|
# @!attribute [rw] primary_outpost_arn
|
6563
|
-
# The
|
6562
|
+
# The outpost ARN of the primary node.
|
6564
6563
|
# @return [String]
|
6565
6564
|
#
|
6566
6565
|
# @!attribute [rw] replica_outpost_arns
|
@@ -8899,11 +8898,11 @@ module Aws::ElastiCache
|
|
8899
8898
|
# @return [String]
|
8900
8899
|
#
|
8901
8900
|
# @!attribute [rw] engine
|
8902
|
-
#
|
8901
|
+
# The current supported value is Redis.
|
8903
8902
|
# @return [String]
|
8904
8903
|
#
|
8905
8904
|
# @!attribute [rw] access_string
|
8906
|
-
# Access permissions string used for this user
|
8905
|
+
# Access permissions string used for this user.
|
8907
8906
|
# @return [String]
|
8908
8907
|
#
|
8909
8908
|
# @!attribute [rw] user_group_ids
|
@@ -8915,7 +8914,7 @@ module Aws::ElastiCache
|
|
8915
8914
|
# @return [Types::Authentication]
|
8916
8915
|
#
|
8917
8916
|
# @!attribute [rw] arn
|
8918
|
-
# The Amazon Resource Name (ARN) of the user
|
8917
|
+
# The Amazon Resource Name (ARN) of the user.
|
8919
8918
|
# @return [String]
|
8920
8919
|
#
|
8921
8920
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/User AWS API Documentation
|
@@ -8949,7 +8948,7 @@ module Aws::ElastiCache
|
|
8949
8948
|
# @return [String]
|
8950
8949
|
#
|
8951
8950
|
# @!attribute [rw] engine
|
8952
|
-
#
|
8951
|
+
# The current supported value is Redis.
|
8953
8952
|
# @return [String]
|
8954
8953
|
#
|
8955
8954
|
# @!attribute [rw] user_ids
|
@@ -8997,7 +8996,7 @@ module Aws::ElastiCache
|
|
8997
8996
|
# Returns the updates being applied to the user group.
|
8998
8997
|
#
|
8999
8998
|
# @!attribute [rw] user_ids_to_remove
|
9000
|
-
# The list of user
|
8999
|
+
# The list of user IDs to remove.
|
9001
9000
|
# @return [Array<String>]
|
9002
9001
|
#
|
9003
9002
|
# @!attribute [rw] user_ids_to_add
|
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.49.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: 2020-12-
|
11
|
+
date: 2020-12-30 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|