aws-sdk-elasticache 1.44.0 → 1.49.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: 541bd1cd3afa08a0c58b083183d00a462043a8672fecfe584ad235d606564be3
4
- data.tar.gz: 8eddd7f9704008ad68dd34359dd658a08e3461a31627beb099074c56367f7d1b
3
+ metadata.gz: 4e4fe870fd6deea31cb5f22fb5d9ff49de964db3f2eb4c6eccd765a112289614
4
+ data.tar.gz: 5fe7ba216fb78adf079fb856a6d8ae683559c0651d6dc573b62a82e0bf9692ea
5
5
  SHA512:
6
- metadata.gz: 8d963a8f9333af7ee93e719831db912407ea49cabcdb620d0a4dd70392084f5cf301dc9d7dc7c9f7989c03399cebab14dc4eba75f137bd3cfecfe53642147e9f
7
- data.tar.gz: 39f85a305e2610fd5d08f4db7977a558aea238576346c5b8dda923c82862850ec7f70ffdc02406134ceecbaed61d85005211206242b668a2fd1f870ca7104e38
6
+ metadata.gz: 6ed06acabc7b32be1f4ba27213c26b7d582581fe0c2e10e3be60d1774f684d897644e06c4909a31691e8b64cff323e17a813c34acb6e58c69f38baac93104568
7
+ data.tar.gz: 24fd2b8a880d9fdf19c8376de1ea2bb120f6fd311e296d26992c48e16a1c295c134f5250ad1993e181cd36ccbd1d0c936865a71bbe349f3da5df05d691ac17cc
@@ -49,6 +49,6 @@ require_relative 'aws-sdk-elasticache/customizations'
49
49
  # @!group service
50
50
  module Aws::ElastiCache
51
51
 
52
- GEM_VERSION = '1.44.0'
52
+ GEM_VERSION = '1.49.0'
53
53
 
54
54
  end
@@ -779,7 +779,7 @@ module Aws::ElastiCache
779
779
  #
780
780
  #
781
781
  #
782
- # [1]: https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/backups-exporting.html#backups-exporting-grant-access
782
+ # [1]: http://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/backups-exporting.html#backups-exporting-grant-access
783
783
  # [2]: https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/Snapshots.Exporting.html
784
784
  #
785
785
  # @option params [String] :kms_key_id
@@ -995,6 +995,19 @@ module Aws::ElastiCache
995
995
  #
996
996
  # * Current generation:
997
997
  #
998
+ # **M6g node types** (available only for Redis engine version 5.0.6
999
+ # onward and for Memcached engine version 1.5.16 onward).
1000
+ #
1001
+ # `cache.m6g.large`, `cache.m6g.xlarge`, `cache.m6g.2xlarge`,
1002
+ # `cache.m6g.4xlarge`, `cache.m6g.8xlarge`, `cache.m6g.12xlarge`,
1003
+ # `cache.m6g.16xlarge`
1004
+ #
1005
+ # <note markdown="1"> At this time, M6g node types are available in the following
1006
+ # regions: us-east-1, us-west-2, us-east-2, eu-central-1, eu-west-1
1007
+ # and ap-northeast-1.
1008
+ #
1009
+ # </note>
1010
+ #
998
1011
  # **M5 node types:** `cache.m5.large`, `cache.m5.xlarge`,
999
1012
  # `cache.m5.2xlarge`, `cache.m5.4xlarge`, `cache.m5.12xlarge`,
1000
1013
  # `cache.m5.24xlarge`
@@ -1028,6 +1041,19 @@ module Aws::ElastiCache
1028
1041
  #
1029
1042
  # * Current generation:
1030
1043
  #
1044
+ # **R6g node types** (available only for Redis engine version 5.0.6
1045
+ # onward and for Memcached engine version 1.5.16 onward).
1046
+ #
1047
+ # `cache.r6g.large`, `cache.r6g.xlarge`, `cache.r6g.2xlarge`,
1048
+ # `cache.r6g.4xlarge`, `cache.r6g.8xlarge`, `cache.r6g.12xlarge`,
1049
+ # `cache.r6g.16xlarge`
1050
+ #
1051
+ # <note markdown="1"> At this time, R6g node types are available in the following
1052
+ # regions: us-east-1, us-west-2, us-east-2, eu-central-1, eu-west-1
1053
+ # and ap-northeast-1.
1054
+ #
1055
+ # </note>
1056
+ #
1031
1057
  # **R5 node types:** `cache.r5.large`, `cache.r5.xlarge`,
1032
1058
  # `cache.r5.2xlarge`, `cache.r5.4xlarge`, `cache.r5.12xlarge`,
1033
1059
  # `cache.r5.24xlarge`
@@ -1453,8 +1479,9 @@ module Aws::ElastiCache
1453
1479
  # The name of the cache parameter group family that the cache parameter
1454
1480
  # group can be used with.
1455
1481
  #
1456
- # Valid values are: `memcached1.4` \| `memcached1.5` \| `redis2.6` \|
1457
- # `redis2.8` \| `redis3.2` \| `redis4.0` \| `redis5.0` \|
1482
+ # Valid values are: `memcached1.4` \| `memcached1.5` \| `memcached1.6`
1483
+ # \| `redis2.6` \| `redis2.8` \| `redis3.2` \| `redis4.0` \| `redis5.0`
1484
+ # \| `redis6.x` \|
1458
1485
  #
1459
1486
  # @option params [required, String] :description
1460
1487
  # A user-specified description for the cache parameter group.
@@ -1674,8 +1701,7 @@ module Aws::ElastiCache
1674
1701
  # can create cross-region read replica clusters for ElastiCache for
1675
1702
  # Redis to enable low-latency reads and disaster recovery across
1676
1703
  # regions. For more information, see [Replication Across Regions Using
1677
- # Global
1678
- # Datastore](/AmazonElastiCache/latest/red-ug/Redis-Global-Clusters.html).
1704
+ # Global Datastore][1].
1679
1705
  #
1680
1706
  # * The **GlobalReplicationGroupIdSuffix** is the name of the Global
1681
1707
  # Datastore.
@@ -1684,6 +1710,10 @@ module Aws::ElastiCache
1684
1710
  # cluster that accepts writes and will replicate updates to the
1685
1711
  # secondary cluster.
1686
1712
  #
1713
+ #
1714
+ #
1715
+ # [1]: https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/Redis-Global-Datastore.html
1716
+ #
1687
1717
  # @option params [required, String] :global_replication_group_id_suffix
1688
1718
  # The suffix name of a Global Datastore. Amazon ElastiCache
1689
1719
  # automatically applies a prefix to the Global Datastore ID when it is
@@ -1698,7 +1728,7 @@ module Aws::ElastiCache
1698
1728
  #
1699
1729
  #
1700
1730
  #
1701
- # [1]: http://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/Redis-Global-Clusters-CLI.html
1731
+ # [1]: http://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/Redis-Global-Datastores-CLI.html
1702
1732
  #
1703
1733
  # @option params [String] :global_replication_group_description
1704
1734
  # Provides details of the Global Datastore
@@ -1901,6 +1931,19 @@ module Aws::ElastiCache
1901
1931
  #
1902
1932
  # * Current generation:
1903
1933
  #
1934
+ # **M6g node types** (available only for Redis engine version 5.0.6
1935
+ # onward and for Memcached engine version 1.5.16 onward).
1936
+ #
1937
+ # `cache.m6g.large`, `cache.m6g.xlarge`, `cache.m6g.2xlarge`,
1938
+ # `cache.m6g.4xlarge`, `cache.m6g.8xlarge`, `cache.m6g.12xlarge`,
1939
+ # `cache.m6g.16xlarge`
1940
+ #
1941
+ # <note markdown="1"> At this time, M6g node types are available in the following
1942
+ # regions: us-east-1, us-west-2, us-east-2, eu-central-1, eu-west-1
1943
+ # and ap-northeast-1.
1944
+ #
1945
+ # </note>
1946
+ #
1904
1947
  # **M5 node types:** `cache.m5.large`, `cache.m5.xlarge`,
1905
1948
  # `cache.m5.2xlarge`, `cache.m5.4xlarge`, `cache.m5.12xlarge`,
1906
1949
  # `cache.m5.24xlarge`
@@ -1934,6 +1977,19 @@ module Aws::ElastiCache
1934
1977
  #
1935
1978
  # * Current generation:
1936
1979
  #
1980
+ # **R6g node types** (available only for Redis engine version 5.0.6
1981
+ # onward and for Memcached engine version 1.5.16 onward).
1982
+ #
1983
+ # `cache.r6g.large`, `cache.r6g.xlarge`, `cache.r6g.2xlarge`,
1984
+ # `cache.r6g.4xlarge`, `cache.r6g.8xlarge`, `cache.r6g.12xlarge`,
1985
+ # `cache.r6g.16xlarge`
1986
+ #
1987
+ # <note markdown="1"> At this time, R6g node types are available in the following
1988
+ # regions: us-east-1, us-west-2, us-east-2, eu-central-1, eu-west-1
1989
+ # and ap-northeast-1.
1990
+ #
1991
+ # </note>
1992
+ #
1937
1993
  # **R5 node types:** `cache.r5.large`, `cache.r5.xlarge`,
1938
1994
  # `cache.r5.2xlarge`, `cache.r5.4xlarge`, `cache.r5.12xlarge`,
1939
1995
  # `cache.r5.24xlarge`
@@ -2604,7 +2660,7 @@ module Aws::ElastiCache
2604
2660
  req.send_request(options)
2605
2661
  end
2606
2662
 
2607
- # For Redis engine version 6.04 onwards: Creates a Redis user. For more
2663
+ # For Redis engine version 6.x onwards: Creates a Redis user. For more
2608
2664
  # information, see [Using Role Based Access Control (RBAC)][1].
2609
2665
  #
2610
2666
  #
@@ -2618,17 +2674,17 @@ module Aws::ElastiCache
2618
2674
  # The username of the user.
2619
2675
  #
2620
2676
  # @option params [required, String] :engine
2621
- # Must be Redis.
2677
+ # The current supported value is Redis.
2622
2678
  #
2623
2679
  # @option params [Array<String>] :passwords
2624
- # Passwords used for this user account. You can create up to two
2625
- # passwords for each user.
2680
+ # Passwords used for this user. You can create up to two passwords for
2681
+ # each user.
2626
2682
  #
2627
2683
  # @option params [required, String] :access_string
2628
- # Access permissions string used for this user account.
2684
+ # Access permissions string used for this user.
2629
2685
  #
2630
2686
  # @option params [Boolean] :no_password_required
2631
- # Indicates a password is not required for this user account.
2687
+ # Indicates a password is not required for this user.
2632
2688
  #
2633
2689
  # @return [Types::User] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2634
2690
  #
@@ -2674,7 +2730,7 @@ module Aws::ElastiCache
2674
2730
  req.send_request(options)
2675
2731
  end
2676
2732
 
2677
- # For Redis engine version 6.04 onwards: Creates a Redis user group. For
2733
+ # For Redis engine version 6.x onwards: Creates a Redis user group. For
2678
2734
  # more information, see [Using Role Based Access Control (RBAC)][1]
2679
2735
  #
2680
2736
  #
@@ -2685,7 +2741,7 @@ module Aws::ElastiCache
2685
2741
  # The ID of the user group.
2686
2742
  #
2687
2743
  # @option params [required, String] :engine
2688
- # Must be Redis.
2744
+ # The current supported value is Redis.
2689
2745
  #
2690
2746
  # @option params [Array<String>] :user_ids
2691
2747
  # The list of user IDs that belong to the user group.
@@ -3496,10 +3552,10 @@ module Aws::ElastiCache
3496
3552
  req.send_request(options)
3497
3553
  end
3498
3554
 
3499
- # For Redis engine version 6.04 onwards: Deletes a user. The user will
3500
- # be removed from all user groups and in turn removed from all
3501
- # replication groups. For more information, see [Using Role Based Access
3502
- # Control (RBAC)][1].
3555
+ # For Redis engine version 6.x onwards: Deletes a user. The user will be
3556
+ # removed from all user groups and in turn removed from all replication
3557
+ # groups. For more information, see [Using Role Based Access Control
3558
+ # (RBAC)][1].
3503
3559
  #
3504
3560
  #
3505
3561
  #
@@ -3547,7 +3603,7 @@ module Aws::ElastiCache
3547
3603
  req.send_request(options)
3548
3604
  end
3549
3605
 
3550
- # For Redis engine version 6.04 onwards: Deletes a ser group. The user
3606
+ # For Redis engine version 6.x onwards: Deletes a ser group. The user
3551
3607
  # group must first be disassociated from the replcation group before it
3552
3608
  # can be deleted. For more information, see [Using Role Based Access
3553
3609
  # Control (RBAC)][1].
@@ -3866,8 +3922,9 @@ module Aws::ElastiCache
3866
3922
  # The name of a specific cache parameter group family to return details
3867
3923
  # for.
3868
3924
  #
3869
- # Valid values are: `memcached1.4` \| `memcached1.5` \| `redis2.6` \|
3870
- # `redis2.8` \| `redis3.2` \| `redis4.0` \| `redis5.0` \|
3925
+ # Valid values are: `memcached1.4` \| `memcached1.5` \| `memcached1.6`
3926
+ # \| `redis2.6` \| `redis2.8` \| `redis3.2` \| `redis4.0` \| `redis5.0`
3927
+ # \| `redis6.x` \|
3871
3928
  #
3872
3929
  # Constraints:
3873
3930
  #
@@ -4848,8 +4905,9 @@ module Aws::ElastiCache
4848
4905
  # @option params [required, String] :cache_parameter_group_family
4849
4906
  # The name of the cache parameter group family.
4850
4907
  #
4851
- # Valid values are: `memcached1.4` \| `memcached1.5` \| `redis2.6` \|
4852
- # `redis2.8` \| `redis3.2` \| `redis4.0` \| `redis5.0` \|
4908
+ # Valid values are: `memcached1.4` \| `memcached1.5` \| `memcached1.6`
4909
+ # \| `redis2.6` \| `redis2.8` \| `redis3.2` \| `redis4.0` \| `redis5.0`
4910
+ # \| `redis6.x` \|
4853
4911
  #
4854
4912
  # @option params [Integer] :max_records
4855
4913
  # The maximum number of records to include in the response. If more
@@ -5987,6 +6045,19 @@ module Aws::ElastiCache
5987
6045
  #
5988
6046
  # * Current generation:
5989
6047
  #
6048
+ # **M6g node types** (available only for Redis engine version 5.0.6
6049
+ # onward and for Memcached engine version 1.5.16 onward).
6050
+ #
6051
+ # `cache.m6g.large`, `cache.m6g.xlarge`, `cache.m6g.2xlarge`,
6052
+ # `cache.m6g.4xlarge`, `cache.m6g.8xlarge`, `cache.m6g.12xlarge`,
6053
+ # `cache.m6g.16xlarge`
6054
+ #
6055
+ # <note markdown="1"> At this time, M6g node types are available in the following
6056
+ # regions: us-east-1, us-west-2, us-east-2, eu-central-1, eu-west-1
6057
+ # and ap-northeast-1.
6058
+ #
6059
+ # </note>
6060
+ #
5990
6061
  # **M5 node types:** `cache.m5.large`, `cache.m5.xlarge`,
5991
6062
  # `cache.m5.2xlarge`, `cache.m5.4xlarge`, `cache.m5.12xlarge`,
5992
6063
  # `cache.m5.24xlarge`
@@ -6020,6 +6091,19 @@ module Aws::ElastiCache
6020
6091
  #
6021
6092
  # * Current generation:
6022
6093
  #
6094
+ # **R6g node types** (available only for Redis engine version 5.0.6
6095
+ # onward and for Memcached engine version 1.5.16 onward).
6096
+ #
6097
+ # `cache.r6g.large`, `cache.r6g.xlarge`, `cache.r6g.2xlarge`,
6098
+ # `cache.r6g.4xlarge`, `cache.r6g.8xlarge`, `cache.r6g.12xlarge`,
6099
+ # `cache.r6g.16xlarge`
6100
+ #
6101
+ # <note markdown="1"> At this time, R6g node types are available in the following
6102
+ # regions: us-east-1, us-west-2, us-east-2, eu-central-1, eu-west-1
6103
+ # and ap-northeast-1.
6104
+ #
6105
+ # </note>
6106
+ #
6023
6107
  # **R5 node types:** `cache.r5.large`, `cache.r5.xlarge`,
6024
6108
  # `cache.r5.2xlarge`, `cache.r5.4xlarge`, `cache.r5.12xlarge`,
6025
6109
  # `cache.r5.24xlarge`
@@ -6065,7 +6149,7 @@ module Aws::ElastiCache
6065
6149
  # available offerings matching the specified offering type.
6066
6150
  #
6067
6151
  # Valid values: `"Light Utilization"|"Medium Utilization"|"Heavy
6068
- # Utilization"`
6152
+ # Utilization"|"All Upfront"|"Partial Upfront"| "No Upfront"`
6069
6153
  #
6070
6154
  # @option params [Integer] :max_records
6071
6155
  # The maximum number of records to include in the response. If more
@@ -6164,6 +6248,19 @@ module Aws::ElastiCache
6164
6248
  #
6165
6249
  # * Current generation:
6166
6250
  #
6251
+ # **M6g node types** (available only for Redis engine version 5.0.6
6252
+ # onward and for Memcached engine version 1.5.16 onward).
6253
+ #
6254
+ # `cache.m6g.large`, `cache.m6g.xlarge`, `cache.m6g.2xlarge`,
6255
+ # `cache.m6g.4xlarge`, `cache.m6g.8xlarge`, `cache.m6g.12xlarge`,
6256
+ # `cache.m6g.16xlarge`
6257
+ #
6258
+ # <note markdown="1"> At this time, M6g node types are available in the following
6259
+ # regions: us-east-1, us-west-2, us-east-2, eu-central-1, eu-west-1
6260
+ # and ap-northeast-1.
6261
+ #
6262
+ # </note>
6263
+ #
6167
6264
  # **M5 node types:** `cache.m5.large`, `cache.m5.xlarge`,
6168
6265
  # `cache.m5.2xlarge`, `cache.m5.4xlarge`, `cache.m5.12xlarge`,
6169
6266
  # `cache.m5.24xlarge`
@@ -6197,6 +6294,19 @@ module Aws::ElastiCache
6197
6294
  #
6198
6295
  # * Current generation:
6199
6296
  #
6297
+ # **R6g node types** (available only for Redis engine version 5.0.6
6298
+ # onward and for Memcached engine version 1.5.16 onward).
6299
+ #
6300
+ # `cache.r6g.large`, `cache.r6g.xlarge`, `cache.r6g.2xlarge`,
6301
+ # `cache.r6g.4xlarge`, `cache.r6g.8xlarge`, `cache.r6g.12xlarge`,
6302
+ # `cache.r6g.16xlarge`
6303
+ #
6304
+ # <note markdown="1"> At this time, R6g node types are available in the following
6305
+ # regions: us-east-1, us-west-2, us-east-2, eu-central-1, eu-west-1
6306
+ # and ap-northeast-1.
6307
+ #
6308
+ # </note>
6309
+ #
6200
6310
  # **R5 node types:** `cache.r5.large`, `cache.r5.xlarge`,
6201
6311
  # `cache.r5.2xlarge`, `cache.r5.4xlarge`, `cache.r5.12xlarge`,
6202
6312
  # `cache.r5.24xlarge`
@@ -6242,7 +6352,7 @@ module Aws::ElastiCache
6242
6352
  # available offerings matching the specified offering type.
6243
6353
  #
6244
6354
  # Valid Values: `"Light Utilization"|"Medium Utilization"|"Heavy
6245
- # Utilization"`
6355
+ # Utilization" |"All Upfront"|"Partial Upfront"| "No Upfront"`
6246
6356
  #
6247
6357
  # @option params [Integer] :max_records
6248
6358
  # The maximum number of records to include in the response. If more
@@ -7856,7 +7966,7 @@ module Aws::ElastiCache
7856
7966
  #
7857
7967
  #
7858
7968
  #
7859
- # [1]: https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/auth.html
7969
+ # [1]: http://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/auth.html
7860
7970
  #
7861
7971
  # @return [Types::ModifyCacheClusterResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
7862
7972
  #
@@ -8433,7 +8543,7 @@ module Aws::ElastiCache
8433
8543
  #
8434
8544
  #
8435
8545
  #
8436
- # [1]: https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/auth.html
8546
+ # [1]: http://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/auth.html
8437
8547
  #
8438
8548
  # @option params [Array<String>] :user_group_ids_to_add
8439
8549
  # A list of user group IDs.
@@ -8745,17 +8855,16 @@ module Aws::ElastiCache
8745
8855
  # The ID of the user.
8746
8856
  #
8747
8857
  # @option params [String] :access_string
8748
- # Access permissions string used for this user account.
8858
+ # Access permissions string used for this user.
8749
8859
  #
8750
8860
  # @option params [String] :append_access_string
8751
8861
  # Adds additional user permissions to the access string.
8752
8862
  #
8753
8863
  # @option params [Array<String>] :passwords
8754
- # The passwords belonging to the user account. You are allowed up to
8755
- # two.
8864
+ # The passwords belonging to the user. You are allowed up to two.
8756
8865
  #
8757
8866
  # @option params [Boolean] :no_password_required
8758
- # Indicates no password is required for the user account.
8867
+ # Indicates no password is required for the user.
8759
8868
  #
8760
8869
  # @return [Types::User] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
8761
8870
  #
@@ -9454,10 +9563,10 @@ module Aws::ElastiCache
9454
9563
  # 1. Replication group message: `Test Failover API called for node
9455
9564
  # group <node-group-id>`
9456
9565
  #
9457
- # 2. Cache cluster message: `Failover from master node
9566
+ # 2. Cache cluster message: `Failover from primary node
9458
9567
  # <primary-node-id> to replica node <node-id> completed`
9459
9568
  #
9460
- # 3. Replication group message: `Failover from master node
9569
+ # 3. Replication group message: `Failover from primary node
9461
9570
  # <primary-node-id> to replica node <node-id> completed`
9462
9571
  #
9463
9572
  # 4. Cache cluster message: `Recovering cache nodes <node-id>`
@@ -9575,7 +9684,7 @@ module Aws::ElastiCache
9575
9684
  params: params,
9576
9685
  config: config)
9577
9686
  context[:gem_name] = 'aws-sdk-elasticache'
9578
- context[:gem_version] = '1.44.0'
9687
+ context[:gem_version] = '1.49.0'
9579
9688
  Seahorse::Client::Request.new(handlers, context)
9580
9689
  end
9581
9690
 
@@ -287,6 +287,19 @@ module Aws::ElastiCache
287
287
  #
288
288
  # * Current generation:
289
289
  #
290
+ # **M6g node types** (available only for Redis engine version
291
+ # 5.0.6 onward and for Memcached engine version 1.5.16 onward).
292
+ #
293
+ # `cache.m6g.large`, `cache.m6g.xlarge`, `cache.m6g.2xlarge`,
294
+ # `cache.m6g.4xlarge`, `cache.m6g.8xlarge`, `cache.m6g.12xlarge`,
295
+ # `cache.m6g.16xlarge`
296
+ #
297
+ # <note markdown="1"> At this time, M6g node types are available in the following
298
+ # regions: us-east-1, us-west-2, us-east-2, eu-central-1,
299
+ # eu-west-1 and ap-northeast-1.
300
+ #
301
+ # </note>
302
+ #
290
303
  # **M5 node types:** `cache.m5.large`, `cache.m5.xlarge`,
291
304
  # `cache.m5.2xlarge`, `cache.m5.4xlarge`, `cache.m5.12xlarge`,
292
305
  # `cache.m5.24xlarge`
@@ -320,6 +333,19 @@ module Aws::ElastiCache
320
333
  #
321
334
  # * Current generation:
322
335
  #
336
+ # **R6g node types** (available only for Redis engine version
337
+ # 5.0.6 onward and for Memcached engine version 1.5.16 onward).
338
+ #
339
+ # `cache.r6g.large`, `cache.r6g.xlarge`, `cache.r6g.2xlarge`,
340
+ # `cache.r6g.4xlarge`, `cache.r6g.8xlarge`, `cache.r6g.12xlarge`,
341
+ # `cache.r6g.16xlarge`
342
+ #
343
+ # <note markdown="1"> At this time, R6g node types are available in the following
344
+ # regions: us-east-1, us-west-2, us-east-2, eu-central-1,
345
+ # eu-west-1 and ap-northeast-1.
346
+ #
347
+ # </note>
348
+ #
323
349
  # **R5 node types:** `cache.r5.large`, `cache.r5.xlarge`,
324
350
  # `cache.r5.2xlarge`, `cache.r5.4xlarge`, `cache.r5.12xlarge`,
325
351
  # `cache.r5.24xlarge`
@@ -595,8 +621,9 @@ module Aws::ElastiCache
595
621
  # The name of the cache parameter group family associated with this
596
622
  # cache engine.
597
623
  #
598
- # Valid values are: `memcached1.4` \| `memcached1.5` \| `redis2.6` \|
599
- # `redis2.8` \| `redis3.2` \| `redis4.0` \| `redis5.0` \|
624
+ # Valid values are: `memcached1.4` \| `memcached1.5` \| `memcached1.6`
625
+ # \| `redis2.6` \| `redis2.8` \| `redis3.2` \| `redis4.0` \|
626
+ # `redis5.0` \| `redis6.x` \|
600
627
  # @return [String]
601
628
  #
602
629
  # @!attribute [rw] cache_engine_description
@@ -652,6 +679,19 @@ module Aws::ElastiCache
652
679
  #
653
680
  # * Current generation:
654
681
  #
682
+ # **M6g node types** (available only for Redis engine version 5.0.6
683
+ # onward and for Memcached engine version 1.5.16 onward).
684
+ #
685
+ # `cache.m6g.large`, `cache.m6g.xlarge`, `cache.m6g.2xlarge`,
686
+ # `cache.m6g.4xlarge`, `cache.m6g.8xlarge`, `cache.m6g.12xlarge`,
687
+ # `cache.m6g.16xlarge`
688
+ #
689
+ # <note markdown="1"> At this time, M6g node types are available in the following
690
+ # regions: us-east-1, us-west-2, us-east-2, eu-central-1, eu-west-1
691
+ # and ap-northeast-1.
692
+ #
693
+ # </note>
694
+ #
655
695
  # **M5 node types:** `cache.m5.large`, `cache.m5.xlarge`,
656
696
  # `cache.m5.2xlarge`, `cache.m5.4xlarge`, `cache.m5.12xlarge`,
657
697
  # `cache.m5.24xlarge`
@@ -685,6 +725,19 @@ module Aws::ElastiCache
685
725
  #
686
726
  # * Current generation:
687
727
  #
728
+ # **R6g node types** (available only for Redis engine version 5.0.6
729
+ # onward and for Memcached engine version 1.5.16 onward).
730
+ #
731
+ # `cache.r6g.large`, `cache.r6g.xlarge`, `cache.r6g.2xlarge`,
732
+ # `cache.r6g.4xlarge`, `cache.r6g.8xlarge`, `cache.r6g.12xlarge`,
733
+ # `cache.r6g.16xlarge`
734
+ #
735
+ # <note markdown="1"> At this time, R6g node types are available in the following
736
+ # regions: us-east-1, us-west-2, us-east-2, eu-central-1, eu-west-1
737
+ # and ap-northeast-1.
738
+ #
739
+ # </note>
740
+ #
688
741
  # **R5 node types:** `cache.r5.large`, `cache.r5.xlarge`,
689
742
  # `cache.r5.2xlarge`, `cache.r5.4xlarge`, `cache.r5.12xlarge`,
690
743
  # `cache.r5.24xlarge`
@@ -913,8 +966,9 @@ module Aws::ElastiCache
913
966
  # The name of the cache parameter group family that this cache
914
967
  # parameter group is compatible with.
915
968
  #
916
- # Valid values are: `memcached1.4` \| `memcached1.5` \| `redis2.6` \|
917
- # `redis2.8` \| `redis3.2` \| `redis4.0` \| `redis5.0` \|
969
+ # Valid values are: `memcached1.4` \| `memcached1.5` \| `memcached1.6`
970
+ # \| `redis2.6` \| `redis2.8` \| `redis3.2` \| `redis4.0` \|
971
+ # `redis5.0` \| `redis6.x` \|
918
972
  # @return [String]
919
973
  #
920
974
  # @!attribute [rw] description
@@ -1400,7 +1454,7 @@ module Aws::ElastiCache
1400
1454
  #
1401
1455
  #
1402
1456
  #
1403
- # [1]: https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/backups-exporting.html#backups-exporting-grant-access
1457
+ # [1]: http://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/backups-exporting.html#backups-exporting-grant-access
1404
1458
  # [2]: https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/Snapshots.Exporting.html
1405
1459
  # @return [String]
1406
1460
  #
@@ -1574,6 +1628,19 @@ module Aws::ElastiCache
1574
1628
  #
1575
1629
  # * Current generation:
1576
1630
  #
1631
+ # **M6g node types** (available only for Redis engine version
1632
+ # 5.0.6 onward and for Memcached engine version 1.5.16 onward).
1633
+ #
1634
+ # `cache.m6g.large`, `cache.m6g.xlarge`, `cache.m6g.2xlarge`,
1635
+ # `cache.m6g.4xlarge`, `cache.m6g.8xlarge`, `cache.m6g.12xlarge`,
1636
+ # `cache.m6g.16xlarge`
1637
+ #
1638
+ # <note markdown="1"> At this time, M6g node types are available in the following
1639
+ # regions: us-east-1, us-west-2, us-east-2, eu-central-1,
1640
+ # eu-west-1 and ap-northeast-1.
1641
+ #
1642
+ # </note>
1643
+ #
1577
1644
  # **M5 node types:** `cache.m5.large`, `cache.m5.xlarge`,
1578
1645
  # `cache.m5.2xlarge`, `cache.m5.4xlarge`, `cache.m5.12xlarge`,
1579
1646
  # `cache.m5.24xlarge`
@@ -1607,6 +1674,19 @@ module Aws::ElastiCache
1607
1674
  #
1608
1675
  # * Current generation:
1609
1676
  #
1677
+ # **R6g node types** (available only for Redis engine version
1678
+ # 5.0.6 onward and for Memcached engine version 1.5.16 onward).
1679
+ #
1680
+ # `cache.r6g.large`, `cache.r6g.xlarge`, `cache.r6g.2xlarge`,
1681
+ # `cache.r6g.4xlarge`, `cache.r6g.8xlarge`, `cache.r6g.12xlarge`,
1682
+ # `cache.r6g.16xlarge`
1683
+ #
1684
+ # <note markdown="1"> At this time, R6g node types are available in the following
1685
+ # regions: us-east-1, us-west-2, us-east-2, eu-central-1,
1686
+ # eu-west-1 and ap-northeast-1.
1687
+ #
1688
+ # </note>
1689
+ #
1610
1690
  # **R5 node types:** `cache.r5.large`, `cache.r5.xlarge`,
1611
1691
  # `cache.r5.2xlarge`, `cache.r5.4xlarge`, `cache.r5.12xlarge`,
1612
1692
  # `cache.r5.24xlarge`
@@ -1900,8 +1980,9 @@ module Aws::ElastiCache
1900
1980
  # The name of the cache parameter group family that the cache
1901
1981
  # parameter group can be used with.
1902
1982
  #
1903
- # Valid values are: `memcached1.4` \| `memcached1.5` \| `redis2.6` \|
1904
- # `redis2.8` \| `redis3.2` \| `redis4.0` \| `redis5.0` \|
1983
+ # Valid values are: `memcached1.4` \| `memcached1.5` \| `memcached1.6`
1984
+ # \| `redis2.6` \| `redis2.8` \| `redis3.2` \| `redis4.0` \|
1985
+ # `redis5.0` \| `redis6.x` \|
1905
1986
  # @return [String]
1906
1987
  #
1907
1988
  # @!attribute [rw] description
@@ -2059,7 +2140,7 @@ module Aws::ElastiCache
2059
2140
  #
2060
2141
  #
2061
2142
  #
2062
- # [1]: http://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/Redis-Global-Clusters-CLI.html
2143
+ # [1]: http://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/Redis-Global-Datastores-CLI.html
2063
2144
  # @return [String]
2064
2145
  #
2065
2146
  # @!attribute [rw] global_replication_group_description
@@ -2287,6 +2368,19 @@ module Aws::ElastiCache
2287
2368
  #
2288
2369
  # * Current generation:
2289
2370
  #
2371
+ # **M6g node types** (available only for Redis engine version
2372
+ # 5.0.6 onward and for Memcached engine version 1.5.16 onward).
2373
+ #
2374
+ # `cache.m6g.large`, `cache.m6g.xlarge`, `cache.m6g.2xlarge`,
2375
+ # `cache.m6g.4xlarge`, `cache.m6g.8xlarge`, `cache.m6g.12xlarge`,
2376
+ # `cache.m6g.16xlarge`
2377
+ #
2378
+ # <note markdown="1"> At this time, M6g node types are available in the following
2379
+ # regions: us-east-1, us-west-2, us-east-2, eu-central-1,
2380
+ # eu-west-1 and ap-northeast-1.
2381
+ #
2382
+ # </note>
2383
+ #
2290
2384
  # **M5 node types:** `cache.m5.large`, `cache.m5.xlarge`,
2291
2385
  # `cache.m5.2xlarge`, `cache.m5.4xlarge`, `cache.m5.12xlarge`,
2292
2386
  # `cache.m5.24xlarge`
@@ -2320,6 +2414,19 @@ module Aws::ElastiCache
2320
2414
  #
2321
2415
  # * Current generation:
2322
2416
  #
2417
+ # **R6g node types** (available only for Redis engine version
2418
+ # 5.0.6 onward and for Memcached engine version 1.5.16 onward).
2419
+ #
2420
+ # `cache.r6g.large`, `cache.r6g.xlarge`, `cache.r6g.2xlarge`,
2421
+ # `cache.r6g.4xlarge`, `cache.r6g.8xlarge`, `cache.r6g.12xlarge`,
2422
+ # `cache.r6g.16xlarge`
2423
+ #
2424
+ # <note markdown="1"> At this time, R6g node types are available in the following
2425
+ # regions: us-east-1, us-west-2, us-east-2, eu-central-1,
2426
+ # eu-west-1 and ap-northeast-1.
2427
+ #
2428
+ # </note>
2429
+ #
2323
2430
  # **R5 node types:** `cache.r5.large`, `cache.r5.xlarge`,
2324
2431
  # `cache.r5.2xlarge`, `cache.r5.4xlarge`, `cache.r5.12xlarge`,
2325
2432
  # `cache.r5.24xlarge`
@@ -2710,7 +2817,7 @@ module Aws::ElastiCache
2710
2817
  # @return [String]
2711
2818
  #
2712
2819
  # @!attribute [rw] engine
2713
- # Must be Redis.
2820
+ # The current supported value is Redis.
2714
2821
  # @return [String]
2715
2822
  #
2716
2823
  # @!attribute [rw] user_ids
@@ -2748,20 +2855,20 @@ module Aws::ElastiCache
2748
2855
  # @return [String]
2749
2856
  #
2750
2857
  # @!attribute [rw] engine
2751
- # Must be Redis.
2858
+ # The current supported value is Redis.
2752
2859
  # @return [String]
2753
2860
  #
2754
2861
  # @!attribute [rw] passwords
2755
- # Passwords used for this user account. You can create up to two
2756
- # passwords for each user.
2862
+ # Passwords used for this user. You can create up to two passwords for
2863
+ # each user.
2757
2864
  # @return [Array<String>]
2758
2865
  #
2759
2866
  # @!attribute [rw] access_string
2760
- # Access permissions string used for this user account.
2867
+ # Access permissions string used for this user.
2761
2868
  # @return [String]
2762
2869
  #
2763
2870
  # @!attribute [rw] no_password_required
2764
- # Indicates a password is not required for this user account.
2871
+ # Indicates a password is not required for this user.
2765
2872
  # @return [Boolean]
2766
2873
  #
2767
2874
  # @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/CreateUserMessage AWS API Documentation
@@ -3351,8 +3458,9 @@ module Aws::ElastiCache
3351
3458
  # The name of a specific cache parameter group family to return
3352
3459
  # details for.
3353
3460
  #
3354
- # Valid values are: `memcached1.4` \| `memcached1.5` \| `redis2.6` \|
3355
- # `redis2.8` \| `redis3.2` \| `redis4.0` \| `redis5.0` \|
3461
+ # Valid values are: `memcached1.4` \| `memcached1.5` \| `memcached1.6`
3462
+ # \| `redis2.6` \| `redis2.8` \| `redis3.2` \| `redis4.0` \|
3463
+ # `redis5.0` \| `redis6.x` \|
3356
3464
  #
3357
3465
  # Constraints:
3358
3466
  #
@@ -3593,8 +3701,9 @@ module Aws::ElastiCache
3593
3701
  # @!attribute [rw] cache_parameter_group_family
3594
3702
  # The name of the cache parameter group family.
3595
3703
  #
3596
- # Valid values are: `memcached1.4` \| `memcached1.5` \| `redis2.6` \|
3597
- # `redis2.8` \| `redis3.2` \| `redis4.0` \| `redis5.0` \|
3704
+ # Valid values are: `memcached1.4` \| `memcached1.5` \| `memcached1.6`
3705
+ # \| `redis2.6` \| `redis2.8` \| `redis3.2` \| `redis4.0` \|
3706
+ # `redis5.0` \| `redis6.x` \|
3598
3707
  # @return [String]
3599
3708
  #
3600
3709
  # @!attribute [rw] max_records
@@ -3865,6 +3974,19 @@ module Aws::ElastiCache
3865
3974
  #
3866
3975
  # * Current generation:
3867
3976
  #
3977
+ # **M6g node types** (available only for Redis engine version
3978
+ # 5.0.6 onward and for Memcached engine version 1.5.16 onward).
3979
+ #
3980
+ # `cache.m6g.large`, `cache.m6g.xlarge`, `cache.m6g.2xlarge`,
3981
+ # `cache.m6g.4xlarge`, `cache.m6g.8xlarge`, `cache.m6g.12xlarge`,
3982
+ # `cache.m6g.16xlarge`
3983
+ #
3984
+ # <note markdown="1"> At this time, M6g node types are available in the following
3985
+ # regions: us-east-1, us-west-2, us-east-2, eu-central-1,
3986
+ # eu-west-1 and ap-northeast-1.
3987
+ #
3988
+ # </note>
3989
+ #
3868
3990
  # **M5 node types:** `cache.m5.large`, `cache.m5.xlarge`,
3869
3991
  # `cache.m5.2xlarge`, `cache.m5.4xlarge`, `cache.m5.12xlarge`,
3870
3992
  # `cache.m5.24xlarge`
@@ -3898,6 +4020,19 @@ module Aws::ElastiCache
3898
4020
  #
3899
4021
  # * Current generation:
3900
4022
  #
4023
+ # **R6g node types** (available only for Redis engine version
4024
+ # 5.0.6 onward and for Memcached engine version 1.5.16 onward).
4025
+ #
4026
+ # `cache.r6g.large`, `cache.r6g.xlarge`, `cache.r6g.2xlarge`,
4027
+ # `cache.r6g.4xlarge`, `cache.r6g.8xlarge`, `cache.r6g.12xlarge`,
4028
+ # `cache.r6g.16xlarge`
4029
+ #
4030
+ # <note markdown="1"> At this time, R6g node types are available in the following
4031
+ # regions: us-east-1, us-west-2, us-east-2, eu-central-1,
4032
+ # eu-west-1 and ap-northeast-1.
4033
+ #
4034
+ # </note>
4035
+ #
3901
4036
  # **R5 node types:** `cache.r5.large`, `cache.r5.xlarge`,
3902
4037
  # `cache.r5.2xlarge`, `cache.r5.4xlarge`, `cache.r5.12xlarge`,
3903
4038
  # `cache.r5.24xlarge`
@@ -3946,7 +4081,7 @@ module Aws::ElastiCache
3946
4081
  # available offerings matching the specified offering type.
3947
4082
  #
3948
4083
  # Valid values: `"Light Utilization"|"Medium Utilization"|"Heavy
3949
- # Utilization"`
4084
+ # Utilization"|"All Upfront"|"Partial Upfront"| "No Upfront"`
3950
4085
  # @return [String]
3951
4086
  #
3952
4087
  # @!attribute [rw] max_records
@@ -4019,6 +4154,19 @@ module Aws::ElastiCache
4019
4154
  #
4020
4155
  # * Current generation:
4021
4156
  #
4157
+ # **M6g node types** (available only for Redis engine version
4158
+ # 5.0.6 onward and for Memcached engine version 1.5.16 onward).
4159
+ #
4160
+ # `cache.m6g.large`, `cache.m6g.xlarge`, `cache.m6g.2xlarge`,
4161
+ # `cache.m6g.4xlarge`, `cache.m6g.8xlarge`, `cache.m6g.12xlarge`,
4162
+ # `cache.m6g.16xlarge`
4163
+ #
4164
+ # <note markdown="1"> At this time, M6g node types are available in the following
4165
+ # regions: us-east-1, us-west-2, us-east-2, eu-central-1,
4166
+ # eu-west-1 and ap-northeast-1.
4167
+ #
4168
+ # </note>
4169
+ #
4022
4170
  # **M5 node types:** `cache.m5.large`, `cache.m5.xlarge`,
4023
4171
  # `cache.m5.2xlarge`, `cache.m5.4xlarge`, `cache.m5.12xlarge`,
4024
4172
  # `cache.m5.24xlarge`
@@ -4052,6 +4200,19 @@ module Aws::ElastiCache
4052
4200
  #
4053
4201
  # * Current generation:
4054
4202
  #
4203
+ # **R6g node types** (available only for Redis engine version
4204
+ # 5.0.6 onward and for Memcached engine version 1.5.16 onward).
4205
+ #
4206
+ # `cache.r6g.large`, `cache.r6g.xlarge`, `cache.r6g.2xlarge`,
4207
+ # `cache.r6g.4xlarge`, `cache.r6g.8xlarge`, `cache.r6g.12xlarge`,
4208
+ # `cache.r6g.16xlarge`
4209
+ #
4210
+ # <note markdown="1"> At this time, R6g node types are available in the following
4211
+ # regions: us-east-1, us-west-2, us-east-2, eu-central-1,
4212
+ # eu-west-1 and ap-northeast-1.
4213
+ #
4214
+ # </note>
4215
+ #
4055
4216
  # **R5 node types:** `cache.r5.large`, `cache.r5.xlarge`,
4056
4217
  # `cache.r5.2xlarge`, `cache.r5.4xlarge`, `cache.r5.12xlarge`,
4057
4218
  # `cache.r5.24xlarge`
@@ -4101,7 +4262,7 @@ module Aws::ElastiCache
4101
4262
  # available offerings matching the specified offering type.
4102
4263
  #
4103
4264
  # Valid Values: `"Light Utilization"|"Medium Utilization"|"Heavy
4104
- # Utilization"`
4265
+ # Utilization" |"All Upfront"|"Partial Upfront"| "No Upfront"`
4105
4266
  # @return [String]
4106
4267
  #
4107
4268
  # @!attribute [rw] max_records
@@ -4598,8 +4759,9 @@ module Aws::ElastiCache
4598
4759
  # Specifies the name of the cache parameter group family to which the
4599
4760
  # engine default parameters apply.
4600
4761
  #
4601
- # Valid values are: `memcached1.4` \| `memcached1.5` \| `redis2.6` \|
4602
- # `redis2.8` \| `redis3.2` \| `redis4.0` \| `redis5.0` \|
4762
+ # Valid values are: `memcached1.4` \| `memcached1.5` \| `memcached1.6`
4763
+ # \| `redis2.6` \| `redis2.8` \| `redis3.2` \| `redis4.0` \|
4764
+ # `redis5.0` \| `redis6.x` \|
4603
4765
  # @return [String]
4604
4766
  #
4605
4767
  # @!attribute [rw] marker
@@ -4813,8 +4975,7 @@ module Aws::ElastiCache
4813
4975
  # @return [String]
4814
4976
  #
4815
4977
  # @!attribute [rw] engine_version
4816
- # The Elasticache Redis engine version. For preview, it is Redis
4817
- # version 5.0.5 only.
4978
+ # The Elasticache Redis engine version.
4818
4979
  # @return [String]
4819
4980
  #
4820
4981
  # @!attribute [rw] members
@@ -5624,7 +5785,7 @@ module Aws::ElastiCache
5624
5785
  #
5625
5786
  #
5626
5787
  #
5627
- # [1]: https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/auth.html
5788
+ # [1]: http://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/auth.html
5628
5789
  # @return [String]
5629
5790
  #
5630
5791
  # @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/ModifyCacheClusterMessage AWS API Documentation
@@ -6070,7 +6231,7 @@ module Aws::ElastiCache
6070
6231
  #
6071
6232
  #
6072
6233
  #
6073
- # [1]: https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/auth.html
6234
+ # [1]: http://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/auth.html
6074
6235
  # @return [String]
6075
6236
  #
6076
6237
  # @!attribute [rw] user_group_ids_to_add
@@ -6272,7 +6433,7 @@ module Aws::ElastiCache
6272
6433
  # @return [String]
6273
6434
  #
6274
6435
  # @!attribute [rw] access_string
6275
- # Access permissions string used for this user account.
6436
+ # Access permissions string used for this user.
6276
6437
  # @return [String]
6277
6438
  #
6278
6439
  # @!attribute [rw] append_access_string
@@ -6280,12 +6441,11 @@ module Aws::ElastiCache
6280
6441
  # @return [String]
6281
6442
  #
6282
6443
  # @!attribute [rw] passwords
6283
- # The passwords belonging to the user account. You are allowed up to
6284
- # two.
6444
+ # The passwords belonging to the user. You are allowed up to two.
6285
6445
  # @return [Array<String>]
6286
6446
  #
6287
6447
  # @!attribute [rw] no_password_required
6288
- # Indicates no password is required for the user account.
6448
+ # Indicates no password is required for the user.
6289
6449
  # @return [Boolean]
6290
6450
  #
6291
6451
  # @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/ModifyUserMessage AWS API Documentation
@@ -6399,7 +6559,7 @@ module Aws::ElastiCache
6399
6559
  # @return [Array<String>]
6400
6560
  #
6401
6561
  # @!attribute [rw] primary_outpost_arn
6402
- # The output ARN of the primary node.
6562
+ # The outpost ARN of the primary node.
6403
6563
  # @return [String]
6404
6564
  #
6405
6565
  # @!attribute [rw] replica_outpost_arns
@@ -7334,6 +7494,19 @@ module Aws::ElastiCache
7334
7494
  #
7335
7495
  # * Current generation:
7336
7496
  #
7497
+ # **M6g node types** (available only for Redis engine version
7498
+ # 5.0.6 onward and for Memcached engine version 1.5.16 onward).
7499
+ #
7500
+ # `cache.m6g.large`, `cache.m6g.xlarge`, `cache.m6g.2xlarge`,
7501
+ # `cache.m6g.4xlarge`, `cache.m6g.8xlarge`, `cache.m6g.12xlarge`,
7502
+ # `cache.m6g.16xlarge`
7503
+ #
7504
+ # <note markdown="1"> At this time, M6g node types are available in the following
7505
+ # regions: us-east-1, us-west-2, us-east-2, eu-central-1,
7506
+ # eu-west-1 and ap-northeast-1.
7507
+ #
7508
+ # </note>
7509
+ #
7337
7510
  # **M5 node types:** `cache.m5.large`, `cache.m5.xlarge`,
7338
7511
  # `cache.m5.2xlarge`, `cache.m5.4xlarge`, `cache.m5.12xlarge`,
7339
7512
  # `cache.m5.24xlarge`
@@ -7367,6 +7540,19 @@ module Aws::ElastiCache
7367
7540
  #
7368
7541
  # * Current generation:
7369
7542
  #
7543
+ # **R6g node types** (available only for Redis engine version
7544
+ # 5.0.6 onward and for Memcached engine version 1.5.16 onward).
7545
+ #
7546
+ # `cache.r6g.large`, `cache.r6g.xlarge`, `cache.r6g.2xlarge`,
7547
+ # `cache.r6g.4xlarge`, `cache.r6g.8xlarge`, `cache.r6g.12xlarge`,
7548
+ # `cache.r6g.16xlarge`
7549
+ #
7550
+ # <note markdown="1"> At this time, R6g node types are available in the following
7551
+ # regions: us-east-1, us-west-2, us-east-2, eu-central-1,
7552
+ # eu-west-1 and ap-northeast-1.
7553
+ #
7554
+ # </note>
7555
+ #
7370
7556
  # **R5 node types:** `cache.r5.large`, `cache.r5.xlarge`,
7371
7557
  # `cache.r5.2xlarge`, `cache.r5.4xlarge`, `cache.r5.12xlarge`,
7372
7558
  # `cache.r5.24xlarge`
@@ -7518,6 +7704,19 @@ module Aws::ElastiCache
7518
7704
  #
7519
7705
  # * Current generation:
7520
7706
  #
7707
+ # **M6g node types** (available only for Redis engine version
7708
+ # 5.0.6 onward and for Memcached engine version 1.5.16 onward).
7709
+ #
7710
+ # `cache.m6g.large`, `cache.m6g.xlarge`, `cache.m6g.2xlarge`,
7711
+ # `cache.m6g.4xlarge`, `cache.m6g.8xlarge`, `cache.m6g.12xlarge`,
7712
+ # `cache.m6g.16xlarge`
7713
+ #
7714
+ # <note markdown="1"> At this time, M6g node types are available in the following
7715
+ # regions: us-east-1, us-west-2, us-east-2, eu-central-1,
7716
+ # eu-west-1 and ap-northeast-1.
7717
+ #
7718
+ # </note>
7719
+ #
7521
7720
  # **M5 node types:** `cache.m5.large`, `cache.m5.xlarge`,
7522
7721
  # `cache.m5.2xlarge`, `cache.m5.4xlarge`, `cache.m5.12xlarge`,
7523
7722
  # `cache.m5.24xlarge`
@@ -7551,6 +7750,19 @@ module Aws::ElastiCache
7551
7750
  #
7552
7751
  # * Current generation:
7553
7752
  #
7753
+ # **R6g node types** (available only for Redis engine version
7754
+ # 5.0.6 onward and for Memcached engine version 1.5.16 onward).
7755
+ #
7756
+ # `cache.r6g.large`, `cache.r6g.xlarge`, `cache.r6g.2xlarge`,
7757
+ # `cache.r6g.4xlarge`, `cache.r6g.8xlarge`, `cache.r6g.12xlarge`,
7758
+ # `cache.r6g.16xlarge`
7759
+ #
7760
+ # <note markdown="1"> At this time, R6g node types are available in the following
7761
+ # regions: us-east-1, us-west-2, us-east-2, eu-central-1,
7762
+ # eu-west-1 and ap-northeast-1.
7763
+ #
7764
+ # </note>
7765
+ #
7554
7766
  # **R5 node types:** `cache.r5.large`, `cache.r5.xlarge`,
7555
7767
  # `cache.r5.2xlarge`, `cache.r5.4xlarge`, `cache.r5.12xlarge`,
7556
7768
  # `cache.r5.24xlarge`
@@ -7979,6 +8191,19 @@ module Aws::ElastiCache
7979
8191
  #
7980
8192
  # * Current generation:
7981
8193
  #
8194
+ # **M6g node types** (available only for Redis engine version
8195
+ # 5.0.6 onward and for Memcached engine version 1.5.16 onward).
8196
+ #
8197
+ # `cache.m6g.large`, `cache.m6g.xlarge`, `cache.m6g.2xlarge`,
8198
+ # `cache.m6g.4xlarge`, `cache.m6g.8xlarge`, `cache.m6g.12xlarge`,
8199
+ # `cache.m6g.16xlarge`
8200
+ #
8201
+ # <note markdown="1"> At this time, M6g node types are available in the following
8202
+ # regions: us-east-1, us-west-2, us-east-2, eu-central-1,
8203
+ # eu-west-1 and ap-northeast-1.
8204
+ #
8205
+ # </note>
8206
+ #
7982
8207
  # **M5 node types:** `cache.m5.large`, `cache.m5.xlarge`,
7983
8208
  # `cache.m5.2xlarge`, `cache.m5.4xlarge`, `cache.m5.12xlarge`,
7984
8209
  # `cache.m5.24xlarge`
@@ -8012,6 +8237,19 @@ module Aws::ElastiCache
8012
8237
  #
8013
8238
  # * Current generation:
8014
8239
  #
8240
+ # **R6g node types** (available only for Redis engine version
8241
+ # 5.0.6 onward and for Memcached engine version 1.5.16 onward).
8242
+ #
8243
+ # `cache.r6g.large`, `cache.r6g.xlarge`, `cache.r6g.2xlarge`,
8244
+ # `cache.r6g.4xlarge`, `cache.r6g.8xlarge`, `cache.r6g.12xlarge`,
8245
+ # `cache.r6g.16xlarge`
8246
+ #
8247
+ # <note markdown="1"> At this time, R6g node types are available in the following
8248
+ # regions: us-east-1, us-west-2, us-east-2, eu-central-1,
8249
+ # eu-west-1 and ap-northeast-1.
8250
+ #
8251
+ # </note>
8252
+ #
8015
8253
  # **R5 node types:** `cache.r5.large`, `cache.r5.xlarge`,
8016
8254
  # `cache.r5.2xlarge`, `cache.r5.4xlarge`, `cache.r5.12xlarge`,
8017
8255
  # `cache.r5.24xlarge`
@@ -8660,11 +8898,11 @@ module Aws::ElastiCache
8660
8898
  # @return [String]
8661
8899
  #
8662
8900
  # @!attribute [rw] engine
8663
- # Must be Redis.
8901
+ # The current supported value is Redis.
8664
8902
  # @return [String]
8665
8903
  #
8666
8904
  # @!attribute [rw] access_string
8667
- # Access permissions string used for this user account.
8905
+ # Access permissions string used for this user.
8668
8906
  # @return [String]
8669
8907
  #
8670
8908
  # @!attribute [rw] user_group_ids
@@ -8676,7 +8914,7 @@ module Aws::ElastiCache
8676
8914
  # @return [Types::Authentication]
8677
8915
  #
8678
8916
  # @!attribute [rw] arn
8679
- # The Amazon Resource Name (ARN) of the user account.
8917
+ # The Amazon Resource Name (ARN) of the user.
8680
8918
  # @return [String]
8681
8919
  #
8682
8920
  # @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/User AWS API Documentation
@@ -8710,7 +8948,7 @@ module Aws::ElastiCache
8710
8948
  # @return [String]
8711
8949
  #
8712
8950
  # @!attribute [rw] engine
8713
- # Must be Redis.
8951
+ # The current supported value is Redis.
8714
8952
  # @return [String]
8715
8953
  #
8716
8954
  # @!attribute [rw] user_ids
@@ -8758,7 +8996,7 @@ module Aws::ElastiCache
8758
8996
  # Returns the updates being applied to the user group.
8759
8997
  #
8760
8998
  # @!attribute [rw] user_ids_to_remove
8761
- # The list of user group IDs ro remove.
8999
+ # The list of user IDs to remove.
8762
9000
  # @return [Array<String>]
8763
9001
  #
8764
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.44.0
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-10-07 00:00:00.000000000 Z
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