aws-sdk-elasticache 1.107.0 → 1.108.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.
@@ -808,23 +808,24 @@ module Aws::ElastiCache
808
808
  end
809
809
 
810
810
  # Creates a copy of an existing serverless cache’s snapshot. Available
811
- # for Redis only.
811
+ # for Redis OSS and Serverless Memcached only.
812
812
  #
813
813
  # @option params [required, String] :source_serverless_cache_snapshot_name
814
814
  # The identifier of the existing serverless cache’s snapshot to be
815
- # copied. Available for Redis only.
815
+ # copied. Available for Redis OSS and Serverless Memcached only.
816
816
  #
817
817
  # @option params [required, String] :target_serverless_cache_snapshot_name
818
- # The identifier for the snapshot to be created. Available for Redis
819
- # only.
818
+ # The identifier for the snapshot to be created. Available for Redis OSS
819
+ # and Serverless Memcached only.
820
820
  #
821
821
  # @option params [String] :kms_key_id
822
822
  # The identifier of the KMS key used to encrypt the target snapshot.
823
- # Available for Redis only.
823
+ # Available for Redis OSS and Serverless Memcached only.
824
824
  #
825
825
  # @option params [Array<Types::Tag>] :tags
826
826
  # A list of tags to be added to the target snapshot resource. A tag is a
827
- # key-value pair. Available for Redis only. Default: NULL
827
+ # key-value pair. Available for Redis OSS and Serverless Memcached only.
828
+ # Default: NULL
828
829
  #
829
830
  # @return [Types::CopyServerlessCacheSnapshotResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
830
831
  #
@@ -869,7 +870,7 @@ module Aws::ElastiCache
869
870
 
870
871
  # Makes a copy of an existing snapshot.
871
872
  #
872
- # <note markdown="1"> This operation is valid for Redis only.
873
+ # <note markdown="1"> This operation is valid for Redis OSS only.
873
874
  #
874
875
  # </note>
875
876
  #
@@ -1096,9 +1097,10 @@ module Aws::ElastiCache
1096
1097
  end
1097
1098
 
1098
1099
  # Creates a cluster. All nodes in the cluster run the same
1099
- # protocol-compliant cache engine software, either Memcached or Redis.
1100
+ # protocol-compliant cache engine software, either Memcached or Redis
1101
+ # OSS.
1100
1102
  #
1101
- # This operation is not supported for Redis (cluster mode enabled)
1103
+ # This operation is not supported for Redis OSS (cluster mode enabled)
1102
1104
  # clusters.
1103
1105
  #
1104
1106
  # @option params [required, String] :cache_cluster_id
@@ -1171,8 +1173,8 @@ module Aws::ElastiCache
1171
1173
  # @option params [Integer] :num_cache_nodes
1172
1174
  # The initial number of cache nodes that the cluster has.
1173
1175
  #
1174
- # For clusters running Redis, this value must be 1. For clusters running
1175
- # Memcached, this value must be between 1 and 40.
1176
+ # For clusters running Redis OSS, this value must be 1. For clusters
1177
+ # running Memcached, this value must be between 1 and 40.
1176
1178
  #
1177
1179
  # If you need more than 40 nodes for your Memcached cluster, please fill
1178
1180
  # out the ElastiCache Limit Increase Request form at
@@ -1203,8 +1205,8 @@ module Aws::ElastiCache
1203
1205
  #
1204
1206
  # </note>
1205
1207
  #
1206
- # **M6g node types** (available only for Redis engine version 5.0.6
1207
- # onward and for Memcached engine version 1.5.16 onward):
1208
+ # **M6g node types** (available only for Redis OSS engine version
1209
+ # 5.0.6 onward and for Memcached engine version 1.5.16 onward):
1208
1210
  # `cache.m6g.large`, `cache.m6g.xlarge`, `cache.m6g.2xlarge`,
1209
1211
  # `cache.m6g.4xlarge`, `cache.m6g.8xlarge`, `cache.m6g.12xlarge`,
1210
1212
  # `cache.m6g.16xlarge`
@@ -1216,8 +1218,8 @@ module Aws::ElastiCache
1216
1218
  # **M4 node types:** `cache.m4.large`, `cache.m4.xlarge`,
1217
1219
  # `cache.m4.2xlarge`, `cache.m4.4xlarge`, `cache.m4.10xlarge`
1218
1220
  #
1219
- # **T4g node types** (available only for Redis engine version 5.0.6
1220
- # onward and Memcached engine version 1.5.16 onward):
1221
+ # **T4g node types** (available only for Redis OSS engine version
1222
+ # 5.0.6 onward and Memcached engine version 1.5.16 onward):
1221
1223
  # `cache.t4g.micro`, `cache.t4g.small`, `cache.t4g.medium`
1222
1224
  #
1223
1225
  # **T3 node types:** `cache.t3.micro`, `cache.t3.small`,
@@ -1258,8 +1260,8 @@ module Aws::ElastiCache
1258
1260
  #
1259
1261
  # </note>
1260
1262
  #
1261
- # **R6g node types** (available only for Redis engine version 5.0.6
1262
- # onward and for Memcached engine version 1.5.16 onward):
1263
+ # **R6g node types** (available only for Redis OSS engine version
1264
+ # 5.0.6 onward and for Memcached engine version 1.5.16 onward):
1263
1265
  # `cache.r6g.large`, `cache.r6g.xlarge`, `cache.r6g.2xlarge`,
1264
1266
  # `cache.r6g.4xlarge`, `cache.r6g.8xlarge`, `cache.r6g.12xlarge`,
1265
1267
  # `cache.r6g.16xlarge`
@@ -1287,14 +1289,14 @@ module Aws::ElastiCache
1287
1289
  # * All current generation instance types are created in Amazon VPC by
1288
1290
  # default.
1289
1291
  #
1290
- # * Redis append-only files (AOF) are not supported for T1 or T2
1292
+ # * Redis OSS append-only files (AOF) are not supported for T1 or T2
1291
1293
  # instances.
1292
1294
  #
1293
- # * Redis Multi-AZ with automatic failover is not supported on T1
1295
+ # * Redis OSS Multi-AZ with automatic failover is not supported on T1
1294
1296
  # instances.
1295
1297
  #
1296
- # * Redis configuration variables `appendonly` and `appendfsync` are not
1297
- # supported on Redis version 2.8.22 and later.
1298
+ # * Redis OSS configuration variables `appendonly` and `appendfsync` are
1299
+ # not supported on Redis OSS version 2.8.22 and later.
1298
1300
  #
1299
1301
  #
1300
1302
  #
@@ -1357,9 +1359,10 @@ module Aws::ElastiCache
1357
1359
  #
1358
1360
  # @option params [Array<String>] :snapshot_arns
1359
1361
  # A single-element string list containing an Amazon Resource Name (ARN)
1360
- # that uniquely identifies a Redis RDB snapshot file stored in Amazon
1361
- # S3. The snapshot file is used to populate the node group (shard). The
1362
- # Amazon S3 object name in the ARN cannot contain any commas.
1362
+ # that uniquely identifies a Redis OSS RDB snapshot file stored in
1363
+ # Amazon S3. The snapshot file is used to populate the node group
1364
+ # (shard). The Amazon S3 object name in the ARN cannot contain any
1365
+ # commas.
1363
1366
  #
1364
1367
  # <note markdown="1"> This parameter is only valid if the `Engine` parameter is `redis`.
1365
1368
  #
@@ -1368,9 +1371,9 @@ module Aws::ElastiCache
1368
1371
  # Example of an Amazon S3 ARN: `arn:aws:s3:::my_bucket/snapshot1.rdb`
1369
1372
  #
1370
1373
  # @option params [String] :snapshot_name
1371
- # The name of a Redis snapshot from which to restore data into the new
1372
- # node group (shard). The snapshot status changes to `restoring` while
1373
- # the new node group (shard) is being created.
1374
+ # The name of a Redis OSS snapshot from which to restore data into the
1375
+ # new node group (shard). The snapshot status changes to `restoring`
1376
+ # while the new node group (shard) is being created.
1374
1377
  #
1375
1378
  # <note markdown="1"> This parameter is only valid if the `Engine` parameter is `redis`.
1376
1379
  #
@@ -1394,7 +1397,7 @@ module Aws::ElastiCache
1394
1397
  # </note>
1395
1398
  #
1396
1399
  # @option params [Boolean] :auto_minor_version_upgrade
1397
- #  If you are running Redis engine version 6.0 or later, set this
1400
+ #  If you are running Redis OSS engine version 6.0 or later, set this
1398
1401
  # parameter to yes if you want to opt-in to the next auto minor version
1399
1402
  # upgrade campaign. This parameter is disabled for previous versions. 
1400
1403
  #
@@ -1464,8 +1467,8 @@ module Aws::ElastiCache
1464
1467
  #
1465
1468
  # @option params [String] :network_type
1466
1469
  # Must be either `ipv4` \| `ipv6` \| `dual_stack`. IPv6 is supported for
1467
- # workloads using Redis engine version 6.2 onward or Memcached engine
1468
- # version 1.6.6 on all instances built on the [Nitro system][1].
1470
+ # workloads using Redis OSS engine version 6.2 onward or Memcached
1471
+ # engine version 1.6.6 on all instances built on the [Nitro system][1].
1469
1472
  #
1470
1473
  #
1471
1474
  #
@@ -1473,9 +1476,9 @@ module Aws::ElastiCache
1473
1476
  #
1474
1477
  # @option params [String] :ip_discovery
1475
1478
  # The network type you choose when modifying a cluster, either `ipv4` \|
1476
- # `ipv6`. IPv6 is supported for workloads using Redis engine version 6.2
1477
- # onward or Memcached engine version 1.6.6 on all instances built on the
1478
- # [Nitro system][1].
1479
+ # `ipv6`. IPv6 is supported for workloads using Redis OSS engine version
1480
+ # 6.2 onward or Memcached engine version 1.6.6 on all instances built on
1481
+ # the [Nitro system][1].
1479
1482
  #
1480
1483
  #
1481
1484
  #
@@ -1992,10 +1995,10 @@ module Aws::ElastiCache
1992
1995
  req.send_request(options)
1993
1996
  end
1994
1997
 
1995
- # Global Datastore for Redis offers fully managed, fast, reliable and
1996
- # secure cross-region replication. Using Global Datastore for Redis, you
1997
- # can create cross-region read replica clusters for ElastiCache for
1998
- # Redis to enable low-latency reads and disaster recovery across
1998
+ # Global Datastore for Redis OSS offers fully managed, fast, reliable
1999
+ # and secure cross-region replication. Using Global Datastore for Redis
2000
+ # OSS, you can create cross-region read replica clusters for ElastiCache
2001
+ # (Redis OSS) to enable low-latency reads and disaster recovery across
1999
2002
  # regions. For more information, see [Replication Across Regions Using
2000
2003
  # Global Datastore][1].
2001
2004
  #
@@ -2078,45 +2081,45 @@ module Aws::ElastiCache
2078
2081
  req.send_request(options)
2079
2082
  end
2080
2083
 
2081
- # Creates a Redis (cluster mode disabled) or a Redis (cluster mode
2082
- # enabled) replication group.
2084
+ # Creates a Redis OSS (cluster mode disabled) or a Redis OSS (cluster
2085
+ # mode enabled) replication group.
2083
2086
  #
2084
2087
  # This API can be used to create a standalone regional replication group
2085
2088
  # or a secondary replication group associated with a Global datastore.
2086
2089
  #
2087
- # A Redis (cluster mode disabled) replication group is a collection of
2088
- # nodes, where one of the nodes is a read/write primary and the others
2089
- # are read-only replicas. Writes to the primary are asynchronously
2090
- # propagated to the replicas.
2090
+ # A Redis OSS (cluster mode disabled) replication group is a collection
2091
+ # of nodes, where one of the nodes is a read/write primary and the
2092
+ # others are read-only replicas. Writes to the primary are
2093
+ # asynchronously propagated to the replicas.
2091
2094
  #
2092
- # A Redis cluster-mode enabled cluster is comprised of from 1 to 90
2095
+ # A Redis OSS cluster-mode enabled cluster is comprised of from 1 to 90
2093
2096
  # shards (API/CLI: node groups). Each shard has a primary node and up to
2094
2097
  # 5 read-only replica nodes. The configuration can range from 90 shards
2095
2098
  # and 0 replicas to 15 shards and 5 replicas, which is the maximum
2096
2099
  # number or replicas allowed.
2097
2100
  #
2098
2101
  # The node or shard limit can be increased to a maximum of 500 per
2099
- # cluster if the Redis engine version is 5.0.6 or higher. For example,
2100
- # you can choose to configure a 500 node cluster that ranges between 83
2101
- # shards (one primary and 5 replicas per shard) and 500 shards (single
2102
- # primary and no replicas). Make sure there are enough available IP
2103
- # addresses to accommodate the increase. Common pitfalls include the
2104
- # subnets in the subnet group have too small a CIDR range or the subnets
2105
- # are shared and heavily used by other clusters. For more information,
2106
- # see [Creating a Subnet Group][1]. For versions below 5.0.6, the limit
2107
- # is 250 per cluster.
2102
+ # cluster if the Redis OSS engine version is 5.0.6 or higher. For
2103
+ # example, you can choose to configure a 500 node cluster that ranges
2104
+ # between 83 shards (one primary and 5 replicas per shard) and 500
2105
+ # shards (single primary and no replicas). Make sure there are enough
2106
+ # available IP addresses to accommodate the increase. Common pitfalls
2107
+ # include the subnets in the subnet group have too small a CIDR range or
2108
+ # the subnets are shared and heavily used by other clusters. For more
2109
+ # information, see [Creating a Subnet Group][1]. For versions below
2110
+ # 5.0.6, the limit is 250 per cluster.
2108
2111
  #
2109
2112
  # To request a limit increase, see [Amazon Service Limits][2] and choose
2110
2113
  # the limit type **Nodes per cluster per instance type**.
2111
2114
  #
2112
- # When a Redis (cluster mode disabled) replication group has been
2115
+ # When a Redis OSS (cluster mode disabled) replication group has been
2113
2116
  # successfully created, you can add one or more read replicas to it, up
2114
2117
  # to a total of 5 read replicas. If you need to increase or decrease the
2115
- # number of node groups (console: shards), you can avail yourself of
2116
- # ElastiCache for Redis' scaling. For more information, see [Scaling
2117
- # ElastiCache for Redis Clusters][3] in the *ElastiCache User Guide*.
2118
+ # number of node groups (console: shards), you can use ElastiCache
2119
+ # (Redis OSS) scaling. For more information, see [Scaling ElastiCache
2120
+ # (Redis OSS) Clusters][3] in the *ElastiCache User Guide*.
2118
2121
  #
2119
- # <note markdown="1"> This operation is valid for Redis only.
2122
+ # <note markdown="1"> This operation is valid for Redis OSS only.
2120
2123
  #
2121
2124
  # </note>
2122
2125
  #
@@ -2156,7 +2159,7 @@ module Aws::ElastiCache
2156
2159
  # Specifies whether a read-only replica is automatically promoted to
2157
2160
  # read/write primary if the existing primary fails.
2158
2161
  #
2159
- # `AutomaticFailoverEnabled` must be enabled for Redis (cluster mode
2162
+ # `AutomaticFailoverEnabled` must be enabled for Redis OSS (cluster mode
2160
2163
  # enabled) replication groups.
2161
2164
  #
2162
2165
  # Default: false
@@ -2206,9 +2209,9 @@ module Aws::ElastiCache
2206
2209
  #
2207
2210
  # @option params [Integer] :num_node_groups
2208
2211
  # An optional parameter that specifies the number of node groups
2209
- # (shards) for this Redis (cluster mode enabled) replication group. For
2210
- # Redis (cluster mode disabled) either omit this parameter or set it to
2211
- # 1.
2212
+ # (shards) for this Redis OSS (cluster mode enabled) replication group.
2213
+ # For Redis OSS (cluster mode disabled) either omit this parameter or
2214
+ # set it to 1.
2212
2215
  #
2213
2216
  # Default: 1
2214
2217
  #
@@ -2222,13 +2225,13 @@ module Aws::ElastiCache
2222
2225
  # `PrimaryAvailabilityZone`, `ReplicaAvailabilityZones`, `ReplicaCount`,
2223
2226
  # and `Slots`.
2224
2227
  #
2225
- # If you're creating a Redis (cluster mode disabled) or a Redis
2228
+ # If you're creating a Redis OSS (cluster mode disabled) or a Redis OSS
2226
2229
  # (cluster mode enabled) replication group, you can use this parameter
2227
2230
  # to individually configure each node group (shard), or you can omit
2228
- # this parameter. However, it is required when seeding a Redis (cluster
2229
- # mode enabled) cluster from a S3 rdb file. You must configure each node
2230
- # group (shard) using this parameter because you must specify the slots
2231
- # for each node group.
2231
+ # this parameter. However, it is required when seeding a Redis OSS
2232
+ # (cluster mode enabled) cluster from a S3 rdb file. You must configure
2233
+ # each node group (shard) using this parameter because you must specify
2234
+ # the slots for each node group.
2232
2235
  #
2233
2236
  # @option params [String] :cache_node_type
2234
2237
  # The compute and memory capacity of the nodes in the node group
@@ -2251,8 +2254,8 @@ module Aws::ElastiCache
2251
2254
  #
2252
2255
  # </note>
2253
2256
  #
2254
- # **M6g node types** (available only for Redis engine version 5.0.6
2255
- # onward and for Memcached engine version 1.5.16 onward):
2257
+ # **M6g node types** (available only for Redis OSS engine version
2258
+ # 5.0.6 onward and for Memcached engine version 1.5.16 onward):
2256
2259
  # `cache.m6g.large`, `cache.m6g.xlarge`, `cache.m6g.2xlarge`,
2257
2260
  # `cache.m6g.4xlarge`, `cache.m6g.8xlarge`, `cache.m6g.12xlarge`,
2258
2261
  # `cache.m6g.16xlarge`
@@ -2264,8 +2267,8 @@ module Aws::ElastiCache
2264
2267
  # **M4 node types:** `cache.m4.large`, `cache.m4.xlarge`,
2265
2268
  # `cache.m4.2xlarge`, `cache.m4.4xlarge`, `cache.m4.10xlarge`
2266
2269
  #
2267
- # **T4g node types** (available only for Redis engine version 5.0.6
2268
- # onward and Memcached engine version 1.5.16 onward):
2270
+ # **T4g node types** (available only for Redis OSS engine version
2271
+ # 5.0.6 onward and Memcached engine version 1.5.16 onward):
2269
2272
  # `cache.t4g.micro`, `cache.t4g.small`, `cache.t4g.medium`
2270
2273
  #
2271
2274
  # **T3 node types:** `cache.t3.micro`, `cache.t3.small`,
@@ -2306,8 +2309,8 @@ module Aws::ElastiCache
2306
2309
  #
2307
2310
  # </note>
2308
2311
  #
2309
- # **R6g node types** (available only for Redis engine version 5.0.6
2310
- # onward and for Memcached engine version 1.5.16 onward):
2312
+ # **R6g node types** (available only for Redis OSS engine version
2313
+ # 5.0.6 onward and for Memcached engine version 1.5.16 onward):
2311
2314
  # `cache.r6g.large`, `cache.r6g.xlarge`, `cache.r6g.2xlarge`,
2312
2315
  # `cache.r6g.4xlarge`, `cache.r6g.8xlarge`, `cache.r6g.12xlarge`,
2313
2316
  # `cache.r6g.16xlarge`
@@ -2335,14 +2338,14 @@ module Aws::ElastiCache
2335
2338
  # * All current generation instance types are created in Amazon VPC by
2336
2339
  # default.
2337
2340
  #
2338
- # * Redis append-only files (AOF) are not supported for T1 or T2
2341
+ # * Redis OSS append-only files (AOF) are not supported for T1 or T2
2339
2342
  # instances.
2340
2343
  #
2341
- # * Redis Multi-AZ with automatic failover is not supported on T1
2344
+ # * Redis OSS Multi-AZ with automatic failover is not supported on T1
2342
2345
  # instances.
2343
2346
  #
2344
- # * Redis configuration variables `appendonly` and `appendfsync` are not
2345
- # supported on Redis version 2.8.22 and later.
2347
+ # * Redis OSS configuration variables `appendonly` and `appendfsync` are
2348
+ # not supported on Redis OSS version 2.8.22 and later.
2346
2349
  #
2347
2350
  #
2348
2351
  #
@@ -2373,14 +2376,14 @@ module Aws::ElastiCache
2373
2376
  # group. If this argument is omitted, the default cache parameter group
2374
2377
  # for the specified engine is used.
2375
2378
  #
2376
- # If you are running Redis version 3.2.4 or later, only one node group
2377
- # (shard), and want to use a default parameter group, we recommend that
2378
- # you specify the parameter group by name.
2379
+ # If you are running Redis OSS version 3.2.4 or later, only one node
2380
+ # group (shard), and want to use a default parameter group, we recommend
2381
+ # that you specify the parameter group by name.
2379
2382
  #
2380
- # * To create a Redis (cluster mode disabled) replication group, use
2383
+ # * To create a Redis OSS (cluster mode disabled) replication group, use
2381
2384
  # `CacheParameterGroupName=default.redis3.2`.
2382
2385
  #
2383
- # * To create a Redis (cluster mode enabled) replication group, use
2386
+ # * To create a Redis OSS (cluster mode enabled) replication group, use
2384
2387
  # `CacheParameterGroupName=default.redis3.2.cluster.on`.
2385
2388
  #
2386
2389
  # @option params [String] :cache_subnet_group_name
@@ -2415,11 +2418,11 @@ module Aws::ElastiCache
2415
2418
  #
2416
2419
  # @option params [Array<String>] :snapshot_arns
2417
2420
  # A list of Amazon Resource Names (ARN) that uniquely identify the Redis
2418
- # RDB snapshot files stored in Amazon S3. The snapshot files are used to
2419
- # populate the new replication group. The Amazon S3 object name in the
2420
- # ARN cannot contain any commas. The new replication group will have the
2421
- # number of node groups (console: shards) specified by the parameter
2422
- # *NumNodeGroups* or the number of node groups configured by
2421
+ # OSS RDB snapshot files stored in Amazon S3. The snapshot files are
2422
+ # used to populate the new replication group. The Amazon S3 object name
2423
+ # in the ARN cannot contain any commas. The new replication group will
2424
+ # have the number of node groups (console: shards) specified by the
2425
+ # parameter *NumNodeGroups* or the number of node groups configured by
2423
2426
  # *NodeGroupConfiguration* regardless of the number of ARNs specified
2424
2427
  # here.
2425
2428
  #
@@ -2467,7 +2470,7 @@ module Aws::ElastiCache
2467
2470
  # </note>
2468
2471
  #
2469
2472
  # @option params [Boolean] :auto_minor_version_upgrade
2470
- #  If you are running Redis engine version 6.0 or later, set this
2473
+ #  If you are running Redis OSS engine version 6.0 or later, set this
2471
2474
  # parameter to yes if you want to opt-in to the next auto minor version
2472
2475
  # upgrade campaign. This parameter is disabled for previous versions. 
2473
2476
  #
@@ -2527,7 +2530,7 @@ module Aws::ElastiCache
2527
2530
  # `CacheSubnetGroup`.
2528
2531
  #
2529
2532
  # **Required:** Only available when creating a replication group in an
2530
- # Amazon VPC using redis version `3.2.6`, `4.x` or later.
2533
+ # Amazon VPC using Redis OSS version `3.2.6`, `4.x` or later.
2531
2534
  #
2532
2535
  # Default: `false`
2533
2536
  #
@@ -2543,7 +2546,7 @@ module Aws::ElastiCache
2543
2546
  # when you create the replication group.
2544
2547
  #
2545
2548
  # **Required:** Only available when creating a replication group in an
2546
- # Amazon VPC using redis version `3.2.6`, `4.x` or later.
2549
+ # Amazon VPC using Redis OSS version `3.2.6`, `4.x` or later.
2547
2550
  #
2548
2551
  # Default: `false`
2549
2552
  #
@@ -2567,8 +2570,8 @@ module Aws::ElastiCache
2567
2570
  #
2568
2571
  # @option params [String] :network_type
2569
2572
  # Must be either `ipv4` \| `ipv6` \| `dual_stack`. IPv6 is supported for
2570
- # workloads using Redis engine version 6.2 onward or Memcached engine
2571
- # version 1.6.6 on all instances built on the [Nitro system][1].
2573
+ # workloads using Redis OSS engine version 6.2 onward or Memcached
2574
+ # engine version 1.6.6 on all instances built on the [Nitro system][1].
2572
2575
  #
2573
2576
  #
2574
2577
  #
@@ -2576,9 +2579,9 @@ module Aws::ElastiCache
2576
2579
  #
2577
2580
  # @option params [String] :ip_discovery
2578
2581
  # The network type you choose when creating a replication group, either
2579
- # `ipv4` \| `ipv6`. IPv6 is supported for workloads using Redis engine
2580
- # version 6.2 onward or Memcached engine version 1.6.6 on all instances
2581
- # built on the [Nitro system][1].
2582
+ # `ipv4` \| `ipv6`. IPv6 is supported for workloads using Redis OSS
2583
+ # engine version 6.2 onward or Memcached engine version 1.6.6 on all
2584
+ # instances built on the [Nitro system][1].
2582
2585
  #
2583
2586
  #
2584
2587
  #
@@ -2591,8 +2594,9 @@ module Aws::ElastiCache
2591
2594
  # When setting `TransitEncryptionEnabled` to `true`, you can set your
2592
2595
  # `TransitEncryptionMode` to `preferred` in the same request, to allow
2593
2596
  # both encrypted and unencrypted connections at the same time. Once you
2594
- # migrate all your Redis clients to use encrypted connections you can
2595
- # modify the value to `required` to allow encrypted connections only.
2597
+ # migrate all your Redis OSS clients to use encrypted connections you
2598
+ # can modify the value to `required` to allow encrypted connections
2599
+ # only.
2596
2600
  #
2597
2601
  # Setting `TransitEncryptionMode` to `required` is a two-step process
2598
2602
  # that requires you to first set the `TransitEncryptionMode` to
@@ -2605,14 +2609,14 @@ module Aws::ElastiCache
2605
2609
  # @option params [String] :cluster_mode
2606
2610
  # Enabled or Disabled. To modify cluster mode from Disabled to Enabled,
2607
2611
  # you must first set the cluster mode to Compatible. Compatible mode
2608
- # allows your Redis clients to connect using both cluster mode enabled
2609
- # and cluster mode disabled. After you migrate all Redis clients to use
2610
- # cluster mode enabled, you can then complete cluster mode configuration
2611
- # and set the cluster mode to Enabled.
2612
+ # allows your Redis OSS clients to connect using both cluster mode
2613
+ # enabled and cluster mode disabled. After you migrate all Redis OSS
2614
+ # clients to use cluster mode enabled, you can then complete cluster
2615
+ # mode configuration and set the cluster mode to Enabled.
2612
2616
  #
2613
2617
  # @option params [String] :serverless_cache_snapshot_name
2614
2618
  # The name of the snapshot used to create a replication group. Available
2615
- # for Redis only.
2619
+ # for Redis OSS only.
2616
2620
  #
2617
2621
  # @return [Types::CreateReplicationGroupResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2618
2622
  #
@@ -2905,7 +2909,7 @@ module Aws::ElastiCache
2905
2909
  #
2906
2910
  # @option params [Array<String>] :snapshot_arns_to_restore
2907
2911
  # The ARN(s) of the snapshot that the new serverless cache will be
2908
- # created from. Available for Redis only.
2912
+ # created from. Available for Redis OSS and Serverless Memcached only.
2909
2913
  #
2910
2914
  # @option params [Array<Types::Tag>] :tags
2911
2915
  # The list of tags (key, value) pairs to be added to the serverless
@@ -2913,7 +2917,7 @@ module Aws::ElastiCache
2913
2917
  #
2914
2918
  # @option params [String] :user_group_id
2915
2919
  # The identifier of the UserGroup to be associated with the serverless
2916
- # cache. Available for Redis only. Default is NULL.
2920
+ # cache. Available for Redis OSS only. Default is NULL.
2917
2921
  #
2918
2922
  # @option params [Array<String>] :subnet_ids
2919
2923
  # A list of the identifiers of the subnets where the VPC endpoint for
@@ -2924,12 +2928,13 @@ module Aws::ElastiCache
2924
2928
  # The number of snapshots that will be retained for the serverless cache
2925
2929
  # that is being created. As new snapshots beyond this limit are added,
2926
2930
  # the oldest snapshots will be deleted on a rolling basis. Available for
2927
- # Redis only.
2931
+ # Redis OSS and Serverless Memcached only.
2928
2932
  #
2929
2933
  # @option params [String] :daily_snapshot_time
2930
2934
  # The daily time that snapshots will be created from the new serverless
2931
2935
  # cache. By default this number is populated with 0, i.e. no snapshots
2932
- # will be created on an automatic daily basis. Available for Redis only.
2936
+ # will be created on an automatic daily basis. Available for Redis OSS
2937
+ # and Serverless Memcached only.
2933
2938
  #
2934
2939
  # @return [Types::CreateServerlessCacheResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2935
2940
  #
@@ -3006,24 +3011,24 @@ module Aws::ElastiCache
3006
3011
  end
3007
3012
 
3008
3013
  # This API creates a copy of an entire ServerlessCache at a specific
3009
- # moment in time. Available for Redis only.
3014
+ # moment in time. Available for Redis OSS and Serverless Memcached only.
3010
3015
  #
3011
3016
  # @option params [required, String] :serverless_cache_snapshot_name
3012
3017
  # The name for the snapshot being created. Must be unique for the
3013
- # customer account. Available for Redis only. Must be between 1 and 255
3014
- # characters.
3018
+ # customer account. Available for Redis OSS and Serverless Memcached
3019
+ # only. Must be between 1 and 255 characters.
3015
3020
  #
3016
3021
  # @option params [required, String] :serverless_cache_name
3017
3022
  # The name of an existing serverless cache. The snapshot is created from
3018
- # this cache. Available for Redis only.
3023
+ # this cache. Available for Redis OSS and Serverless Memcached only.
3019
3024
  #
3020
3025
  # @option params [String] :kms_key_id
3021
3026
  # The ID of the KMS key used to encrypt the snapshot. Available for
3022
- # Redis only. Default: NULL
3027
+ # Redis OSS and Serverless Memcached only. Default: NULL
3023
3028
  #
3024
3029
  # @option params [Array<Types::Tag>] :tags
3025
3030
  # A list of tags to be added to the snapshot resource. A tag is a
3026
- # key-value pair. Available for Redis only.
3031
+ # key-value pair. Available for Redis OSS and Serverless Memcached only.
3027
3032
  #
3028
3033
  # @return [Types::CreateServerlessCacheSnapshotResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
3029
3034
  #
@@ -3069,7 +3074,7 @@ module Aws::ElastiCache
3069
3074
  # Creates a copy of an entire cluster or replication group at a specific
3070
3075
  # moment in time.
3071
3076
  #
3072
- # <note markdown="1"> This operation is valid for Redis only.
3077
+ # <note markdown="1"> This operation is valid for Redis OSS only.
3073
3078
  #
3074
3079
  # </note>
3075
3080
  #
@@ -3291,8 +3296,8 @@ module Aws::ElastiCache
3291
3296
  req.send_request(options)
3292
3297
  end
3293
3298
 
3294
- # For Redis engine version 6.0 onwards: Creates a Redis user. For more
3295
- # information, see [Using Role Based Access Control (RBAC)][1].
3299
+ # For Redis OSS engine version 6.0 onwards: Creates a Redis OSS user.
3300
+ # For more information, see [Using Role Based Access Control (RBAC)][1].
3296
3301
  #
3297
3302
  #
3298
3303
  #
@@ -3381,8 +3386,9 @@ module Aws::ElastiCache
3381
3386
  req.send_request(options)
3382
3387
  end
3383
3388
 
3384
- # For Redis engine version 6.0 onwards: Creates a Redis user group. For
3385
- # more information, see [Using Role Based Access Control (RBAC)][1]
3389
+ # For Redis OSS engine version 6.0 onwards: Creates a Redis OSS user
3390
+ # group. For more information, see [Using Role Based Access Control
3391
+ # (RBAC)][1]
3386
3392
  #
3387
3393
  #
3388
3394
  #
@@ -3392,7 +3398,7 @@ module Aws::ElastiCache
3392
3398
  # The ID of the user group.
3393
3399
  #
3394
3400
  # @option params [required, String] :engine
3395
- # The current supported value is Redis.
3401
+ # The current supported value is Redis user.
3396
3402
  #
3397
3403
  # @option params [Array<String>] :user_ids
3398
3404
  # The list of user IDs that belong to the user group.
@@ -3400,7 +3406,7 @@ module Aws::ElastiCache
3400
3406
  # @option params [Array<Types::Tag>] :tags
3401
3407
  # A list of tags to be added to this resource. A tag is a key-value
3402
3408
  # pair. A tag key must be accompanied by a tag value, although null is
3403
- # accepted. Available for Redis only.
3409
+ # accepted. Available for Redis OSS only.
3404
3410
  #
3405
3411
  # @return [Types::UserGroup] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
3406
3412
  #
@@ -3468,15 +3474,17 @@ module Aws::ElastiCache
3468
3474
  # If the value of NodeGroupCount is less than the current number of node
3469
3475
  # groups (shards), then either NodeGroupsToRemove or NodeGroupsToRetain
3470
3476
  # is required. GlobalNodeGroupsToRemove is a list of NodeGroupIds to
3471
- # remove from the cluster. ElastiCache for Redis will attempt to remove
3472
- # all node groups listed by GlobalNodeGroupsToRemove from the cluster.
3477
+ # remove from the cluster. ElastiCache (Redis OSS) will attempt to
3478
+ # remove all node groups listed by GlobalNodeGroupsToRemove from the
3479
+ # cluster.
3473
3480
  #
3474
3481
  # @option params [Array<String>] :global_node_groups_to_retain
3475
3482
  # If the value of NodeGroupCount is less than the current number of node
3476
3483
  # groups (shards), then either NodeGroupsToRemove or NodeGroupsToRetain
3477
3484
  # is required. GlobalNodeGroupsToRetain is a list of NodeGroupIds to
3478
- # retain from the cluster. ElastiCache for Redis will attempt to retain
3479
- # all node groups listed by GlobalNodeGroupsToRetain from the cluster.
3485
+ # retain from the cluster. ElastiCache (Redis OSS) will attempt to
3486
+ # retain all node groups listed by GlobalNodeGroupsToRetain from the
3487
+ # cluster.
3480
3488
  #
3481
3489
  # @option params [required, Boolean] :apply_immediately
3482
3490
  # Indicates that the shard reconfiguration process begins immediately.
@@ -3528,9 +3536,9 @@ module Aws::ElastiCache
3528
3536
  req.send_request(options)
3529
3537
  end
3530
3538
 
3531
- # Dynamically decreases the number of replicas in a Redis (cluster mode
3532
- # disabled) replication group or the number of replica nodes in one or
3533
- # more node groups (shards) of a Redis (cluster mode enabled)
3539
+ # Dynamically decreases the number of replicas in a Redis OSS (cluster
3540
+ # mode disabled) replication group or the number of replica nodes in one
3541
+ # or more node groups (shards) of a Redis OSS (cluster mode enabled)
3534
3542
  # replication group. This operation is performed with no cluster down
3535
3543
  # time.
3536
3544
  #
@@ -3540,25 +3548,26 @@ module Aws::ElastiCache
3540
3548
  #
3541
3549
  # @option params [Integer] :new_replica_count
3542
3550
  # The number of read replica nodes you want at the completion of this
3543
- # operation. For Redis (cluster mode disabled) replication groups, this
3544
- # is the number of replica nodes in the replication group. For Redis
3545
- # (cluster mode enabled) replication groups, this is the number of
3546
- # replica nodes in each of the replication group's node groups.
3551
+ # operation. For Redis OSS (cluster mode disabled) replication groups,
3552
+ # this is the number of replica nodes in the replication group. For
3553
+ # Redis OSS (cluster mode enabled) replication groups, this is the
3554
+ # number of replica nodes in each of the replication group's node
3555
+ # groups.
3547
3556
  #
3548
3557
  # The minimum number of replicas in a shard or replication group is:
3549
3558
  #
3550
- # * Redis (cluster mode disabled)
3559
+ # * Redis OSS (cluster mode disabled)
3551
3560
  #
3552
3561
  # * If Multi-AZ is enabled: 1
3553
3562
  #
3554
3563
  # * If Multi-AZ is not enabled: 0
3555
3564
  #
3556
- # * Redis (cluster mode enabled): 0 (though you will not be able to
3565
+ # * Redis OSS (cluster mode enabled): 0 (though you will not be able to
3557
3566
  # failover to a replica if your primary node fails)
3558
3567
  #
3559
3568
  # @option params [Array<Types::ConfigureShard>] :replica_configuration
3560
3569
  # A list of `ConfigureShard` objects that can be used to configure each
3561
- # shard in a Redis (cluster mode enabled) replication group. The
3570
+ # shard in a Redis OSS (cluster mode enabled) replication group. The
3562
3571
  # `ConfigureShard` has three members: `NewReplicaCount`, `NodeGroupId`,
3563
3572
  # and `PreferredAvailabilityZones`.
3564
3573
  #
@@ -3685,9 +3694,9 @@ module Aws::ElastiCache
3685
3694
  #
3686
3695
  # This operation is not valid for:
3687
3696
  #
3688
- # * Redis (cluster mode enabled) clusters
3697
+ # * Redis OSS (cluster mode enabled) clusters
3689
3698
  #
3690
- # * Redis (cluster mode disabled) clusters
3699
+ # * Redis OSS (cluster mode disabled) clusters
3691
3700
  #
3692
3701
  # * A cluster that is the last read replica of a replication group
3693
3702
  #
@@ -3695,7 +3704,7 @@ module Aws::ElastiCache
3695
3704
  #
3696
3705
  # * A node group (shard) that has Multi-AZ mode enabled
3697
3706
  #
3698
- # * A cluster from a Redis (cluster mode enabled) replication group
3707
+ # * A cluster from a Redis OSS (cluster mode enabled) replication group
3699
3708
  #
3700
3709
  # * A cluster that is not in the `available` state
3701
3710
  #
@@ -4040,7 +4049,7 @@ module Aws::ElastiCache
4040
4049
  # ElastiCache immediately begins deleting the selected resources; you
4041
4050
  # cannot cancel or revert this operation.
4042
4051
  #
4043
- # <note markdown="1"> This operation is valid for Redis only.
4052
+ # <note markdown="1"> This operation is valid for Redis OSS only.
4044
4053
  #
4045
4054
  # </note>
4046
4055
  #
@@ -4186,8 +4195,8 @@ module Aws::ElastiCache
4186
4195
  #
4187
4196
  # @option params [String] :final_snapshot_name
4188
4197
  # Name of the final snapshot to be taken before the serverless cache is
4189
- # deleted. Available for Redis only. Default: NULL, i.e. a final
4190
- # snapshot is not taken.
4198
+ # deleted. Available for Redis OSS and Serverless Memcached only.
4199
+ # Default: NULL, i.e. a final snapshot is not taken.
4191
4200
  #
4192
4201
  # @return [Types::DeleteServerlessCacheResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
4193
4202
  #
@@ -4237,11 +4246,12 @@ module Aws::ElastiCache
4237
4246
  req.send_request(options)
4238
4247
  end
4239
4248
 
4240
- # Deletes an existing serverless cache snapshot. Available for Redis
4241
- # only.
4249
+ # Deletes an existing serverless cache snapshot. Available for Redis OSS
4250
+ # and Serverless Memcached only.
4242
4251
  #
4243
4252
  # @option params [required, String] :serverless_cache_snapshot_name
4244
- # Idenfitier of the snapshot to be deleted. Available for Redis only.
4253
+ # Idenfitier of the snapshot to be deleted. Available for Redis OSS and
4254
+ # Serverless Memcached only.
4245
4255
  #
4246
4256
  # @return [Types::DeleteServerlessCacheSnapshotResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
4247
4257
  #
@@ -4280,7 +4290,7 @@ module Aws::ElastiCache
4280
4290
  # from this operation, ElastiCache immediately begins deleting the
4281
4291
  # snapshot; you cannot cancel or revert this operation.
4282
4292
  #
4283
- # <note markdown="1"> This operation is valid for Redis only.
4293
+ # <note markdown="1"> This operation is valid for Redis OSS only.
4284
4294
  #
4285
4295
  # </note>
4286
4296
  #
@@ -4393,10 +4403,10 @@ module Aws::ElastiCache
4393
4403
  req.send_request(options)
4394
4404
  end
4395
4405
 
4396
- # For Redis engine version 6.0 onwards: Deletes a user. The user will be
4397
- # removed from all user groups and in turn removed from all replication
4398
- # groups. For more information, see [Using Role Based Access Control
4399
- # (RBAC)][1].
4406
+ # For Redis OSS engine version 6.0 onwards: Deletes a user. The user
4407
+ # will be removed from all user groups and in turn removed from all
4408
+ # replication groups. For more information, see [Using Role Based Access
4409
+ # Control (RBAC)][1].
4400
4410
  #
4401
4411
  #
4402
4412
  #
@@ -4446,10 +4456,10 @@ module Aws::ElastiCache
4446
4456
  req.send_request(options)
4447
4457
  end
4448
4458
 
4449
- # For Redis engine version 6.0 onwards: Deletes a user group. The user
4450
- # group must first be disassociated from the replication group before it
4451
- # can be deleted. For more information, see [Using Role Based Access
4452
- # Control (RBAC)][1].
4459
+ # For Redis OSS engine version 6.0 onwards: Deletes a user group. The
4460
+ # user group must first be disassociated from the replication group
4461
+ # before it can be deleted. For more information, see [Using Role Based
4462
+ # Access Control (RBAC)][1].
4453
4463
  #
4454
4464
  #
4455
4465
  #
@@ -4556,7 +4566,7 @@ module Aws::ElastiCache
4556
4566
  # An optional flag that can be included in the `DescribeCacheCluster`
4557
4567
  # request to show only nodes (API/CLI: clusters) that are not members of
4558
4568
  # a replication group. In practice, this mean Memcached and single node
4559
- # Redis clusters.
4569
+ # Redis OSS clusters.
4560
4570
  #
4561
4571
  # @return [Types::CacheClusterMessage] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
4562
4572
  #
@@ -6718,7 +6728,7 @@ module Aws::ElastiCache
6718
6728
  # identifier is specified, `DescribeReplicationGroups` returns
6719
6729
  # information about all replication groups.
6720
6730
  #
6721
- # <note markdown="1"> This operation is valid for Redis only.
6731
+ # <note markdown="1"> This operation is valid for Redis OSS only.
6722
6732
  #
6723
6733
  # </note>
6724
6734
  #
@@ -6949,8 +6959,8 @@ module Aws::ElastiCache
6949
6959
  #
6950
6960
  # </note>
6951
6961
  #
6952
- # **M6g node types** (available only for Redis engine version 5.0.6
6953
- # onward and for Memcached engine version 1.5.16 onward):
6962
+ # **M6g node types** (available only for Redis OSS engine version
6963
+ # 5.0.6 onward and for Memcached engine version 1.5.16 onward):
6954
6964
  # `cache.m6g.large`, `cache.m6g.xlarge`, `cache.m6g.2xlarge`,
6955
6965
  # `cache.m6g.4xlarge`, `cache.m6g.8xlarge`, `cache.m6g.12xlarge`,
6956
6966
  # `cache.m6g.16xlarge`
@@ -6962,8 +6972,8 @@ module Aws::ElastiCache
6962
6972
  # **M4 node types:** `cache.m4.large`, `cache.m4.xlarge`,
6963
6973
  # `cache.m4.2xlarge`, `cache.m4.4xlarge`, `cache.m4.10xlarge`
6964
6974
  #
6965
- # **T4g node types** (available only for Redis engine version 5.0.6
6966
- # onward and Memcached engine version 1.5.16 onward):
6975
+ # **T4g node types** (available only for Redis OSS engine version
6976
+ # 5.0.6 onward and Memcached engine version 1.5.16 onward):
6967
6977
  # `cache.t4g.micro`, `cache.t4g.small`, `cache.t4g.medium`
6968
6978
  #
6969
6979
  # **T3 node types:** `cache.t3.micro`, `cache.t3.small`,
@@ -7004,8 +7014,8 @@ module Aws::ElastiCache
7004
7014
  #
7005
7015
  # </note>
7006
7016
  #
7007
- # **R6g node types** (available only for Redis engine version 5.0.6
7008
- # onward and for Memcached engine version 1.5.16 onward):
7017
+ # **R6g node types** (available only for Redis OSS engine version
7018
+ # 5.0.6 onward and for Memcached engine version 1.5.16 onward):
7009
7019
  # `cache.r6g.large`, `cache.r6g.xlarge`, `cache.r6g.2xlarge`,
7010
7020
  # `cache.r6g.4xlarge`, `cache.r6g.8xlarge`, `cache.r6g.12xlarge`,
7011
7021
  # `cache.r6g.16xlarge`
@@ -7033,14 +7043,14 @@ module Aws::ElastiCache
7033
7043
  # * All current generation instance types are created in Amazon VPC by
7034
7044
  # default.
7035
7045
  #
7036
- # * Redis append-only files (AOF) are not supported for T1 or T2
7046
+ # * Redis OSS append-only files (AOF) are not supported for T1 or T2
7037
7047
  # instances.
7038
7048
  #
7039
- # * Redis Multi-AZ with automatic failover is not supported on T1
7049
+ # * Redis OSS Multi-AZ with automatic failover is not supported on T1
7040
7050
  # instances.
7041
7051
  #
7042
- # * Redis configuration variables `appendonly` and `appendfsync` are not
7043
- # supported on Redis version 2.8.22 and later.
7052
+ # * Redis OSS configuration variables `appendonly` and `appendfsync` are
7053
+ # not supported on Redis OSS version 2.8.22 and later.
7044
7054
  #
7045
7055
  #
7046
7056
  #
@@ -7168,8 +7178,8 @@ module Aws::ElastiCache
7168
7178
  #
7169
7179
  # </note>
7170
7180
  #
7171
- # **M6g node types** (available only for Redis engine version 5.0.6
7172
- # onward and for Memcached engine version 1.5.16 onward):
7181
+ # **M6g node types** (available only for Redis OSS engine version
7182
+ # 5.0.6 onward and for Memcached engine version 1.5.16 onward):
7173
7183
  # `cache.m6g.large`, `cache.m6g.xlarge`, `cache.m6g.2xlarge`,
7174
7184
  # `cache.m6g.4xlarge`, `cache.m6g.8xlarge`, `cache.m6g.12xlarge`,
7175
7185
  # `cache.m6g.16xlarge`
@@ -7181,8 +7191,8 @@ module Aws::ElastiCache
7181
7191
  # **M4 node types:** `cache.m4.large`, `cache.m4.xlarge`,
7182
7192
  # `cache.m4.2xlarge`, `cache.m4.4xlarge`, `cache.m4.10xlarge`
7183
7193
  #
7184
- # **T4g node types** (available only for Redis engine version 5.0.6
7185
- # onward and Memcached engine version 1.5.16 onward):
7194
+ # **T4g node types** (available only for Redis OSS engine version
7195
+ # 5.0.6 onward and Memcached engine version 1.5.16 onward):
7186
7196
  # `cache.t4g.micro`, `cache.t4g.small`, `cache.t4g.medium`
7187
7197
  #
7188
7198
  # **T3 node types:** `cache.t3.micro`, `cache.t3.small`,
@@ -7223,8 +7233,8 @@ module Aws::ElastiCache
7223
7233
  #
7224
7234
  # </note>
7225
7235
  #
7226
- # **R6g node types** (available only for Redis engine version 5.0.6
7227
- # onward and for Memcached engine version 1.5.16 onward):
7236
+ # **R6g node types** (available only for Redis OSS engine version
7237
+ # 5.0.6 onward and for Memcached engine version 1.5.16 onward):
7228
7238
  # `cache.r6g.large`, `cache.r6g.xlarge`, `cache.r6g.2xlarge`,
7229
7239
  # `cache.r6g.4xlarge`, `cache.r6g.8xlarge`, `cache.r6g.12xlarge`,
7230
7240
  # `cache.r6g.16xlarge`
@@ -7252,14 +7262,14 @@ module Aws::ElastiCache
7252
7262
  # * All current generation instance types are created in Amazon VPC by
7253
7263
  # default.
7254
7264
  #
7255
- # * Redis append-only files (AOF) are not supported for T1 or T2
7265
+ # * Redis OSS append-only files (AOF) are not supported for T1 or T2
7256
7266
  # instances.
7257
7267
  #
7258
- # * Redis Multi-AZ with automatic failover is not supported on T1
7268
+ # * Redis OSS Multi-AZ with automatic failover is not supported on T1
7259
7269
  # instances.
7260
7270
  #
7261
- # * Redis configuration variables `appendonly` and `appendfsync` are not
7262
- # supported on Redis version 2.8.22 and later.
7271
+ # * Redis OSS configuration variables `appendonly` and `appendfsync` are
7272
+ # not supported on Redis OSS version 2.8.22 and later.
7263
7273
  #
7264
7274
  #
7265
7275
  #
@@ -7664,35 +7674,36 @@ module Aws::ElastiCache
7664
7674
  # Returns information about serverless cache snapshots. By default, this
7665
7675
  # API lists all of the customer’s serverless cache snapshots. It can
7666
7676
  # also describe a single serverless cache snapshot, or the snapshots
7667
- # associated with a particular serverless cache. Available for Redis
7668
- # only.
7677
+ # associated with a particular serverless cache. Available for Redis OSS
7678
+ # and Serverless Memcached only.
7669
7679
  #
7670
7680
  # @option params [String] :serverless_cache_name
7671
7681
  # The identifier of serverless cache. If this parameter is specified,
7672
7682
  # only snapshots associated with that specific serverless cache are
7673
- # described. Available for Redis only.
7683
+ # described. Available for Redis OSS and Serverless Memcached only.
7674
7684
  #
7675
7685
  # @option params [String] :serverless_cache_snapshot_name
7676
7686
  # The identifier of the serverless cache’s snapshot. If this parameter
7677
- # is specified, only this snapshot is described. Available for Redis
7678
- # only.
7687
+ # is specified, only this snapshot is described. Available for Redis OSS
7688
+ # and Serverless Memcached only.
7679
7689
  #
7680
7690
  # @option params [String] :snapshot_type
7681
- # The type of snapshot that is being described. Available for Redis
7682
- # only.
7691
+ # The type of snapshot that is being described. Available for Redis OSS
7692
+ # and Serverless Memcached only.
7683
7693
  #
7684
7694
  # @option params [String] :next_token
7685
7695
  # An optional marker returned from a prior request to support pagination
7686
7696
  # of results from this operation. If this parameter is specified, the
7687
7697
  # response includes only records beyond the marker, up to the value
7688
- # specified by max-results. Available for Redis only.
7698
+ # specified by max-results. Available for Redis OSS and Serverless
7699
+ # Memcached only.
7689
7700
  #
7690
7701
  # @option params [Integer] :max_results
7691
7702
  # The maximum number of records to include in the response. If more
7692
7703
  # records exist than the specified max-results value, a market is
7693
7704
  # included in the response so that remaining results can be retrieved.
7694
- # Available for Redis only.The default is 50. The Validation Constraints
7695
- # are a maximum of 50.
7705
+ # Available for Redis OSS and Serverless Memcached only.The default is
7706
+ # 50. The Validation Constraints are a maximum of 50.
7696
7707
  #
7697
7708
  # @return [Types::DescribeServerlessCacheSnapshotsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
7698
7709
  #
@@ -7875,7 +7886,7 @@ module Aws::ElastiCache
7875
7886
  # optionally describe a single snapshot, or just the snapshots
7876
7887
  # associated with a particular cache cluster.
7877
7888
  #
7878
- # <note markdown="1"> This operation is valid for Redis only.
7889
+ # <note markdown="1"> This operation is valid for Redis OSS only.
7879
7890
  #
7880
7891
  # </note>
7881
7892
  #
@@ -8050,8 +8061,8 @@ module Aws::ElastiCache
8050
8061
  # The cache cluster IDs
8051
8062
  #
8052
8063
  # @option params [String] :engine
8053
- # The Elasticache engine to which the update applies. Either Redis or
8054
- # Memcached
8064
+ # The Elasticache engine to which the update applies. Either Redis OSS
8065
+ # or Memcached.
8055
8066
  #
8056
8067
  # @option params [Array<String>] :service_update_status
8057
8068
  # The status of the service update
@@ -8214,7 +8225,7 @@ module Aws::ElastiCache
8214
8225
  # Returns a list of users.
8215
8226
  #
8216
8227
  # @option params [String] :engine
8217
- # The Redis engine.
8228
+ # The Redis OSS engine.
8218
8229
  #
8219
8230
  # @option params [String] :user_id
8220
8231
  # The ID of the user.
@@ -8342,16 +8353,16 @@ module Aws::ElastiCache
8342
8353
  end
8343
8354
 
8344
8355
  # Provides the functionality to export the serverless cache snapshot
8345
- # data to Amazon S3. Available for Redis only.
8356
+ # data to Amazon S3. Available for Redis OSS only.
8346
8357
  #
8347
8358
  # @option params [required, String] :serverless_cache_snapshot_name
8348
8359
  # The identifier of the serverless cache snapshot to be exported to S3.
8349
- # Available for Redis only.
8360
+ # Available for Redis OSS only.
8350
8361
  #
8351
8362
  # @option params [required, String] :s3_bucket_name
8352
8363
  # Name of the Amazon S3 bucket to export the snapshot to. The Amazon S3
8353
8364
  # bucket must also be in same region as the snapshot. Available for
8354
- # Redis only.
8365
+ # Redis OSS only.
8355
8366
  #
8356
8367
  # @return [Types::ExportServerlessCacheSnapshotResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
8357
8368
  #
@@ -8517,9 +8528,9 @@ module Aws::ElastiCache
8517
8528
  req.send_request(options)
8518
8529
  end
8519
8530
 
8520
- # Dynamically increases the number of replicas in a Redis (cluster mode
8521
- # disabled) replication group or the number of replica nodes in one or
8522
- # more node groups (shards) of a Redis (cluster mode enabled)
8531
+ # Dynamically increases the number of replicas in a Redis OSS (cluster
8532
+ # mode disabled) replication group or the number of replica nodes in one
8533
+ # or more node groups (shards) of a Redis OSS (cluster mode enabled)
8523
8534
  # replication group. This operation is performed with no cluster down
8524
8535
  # time.
8525
8536
  #
@@ -8529,14 +8540,15 @@ module Aws::ElastiCache
8529
8540
  #
8530
8541
  # @option params [Integer] :new_replica_count
8531
8542
  # The number of read replica nodes you want at the completion of this
8532
- # operation. For Redis (cluster mode disabled) replication groups, this
8533
- # is the number of replica nodes in the replication group. For Redis
8534
- # (cluster mode enabled) replication groups, this is the number of
8535
- # replica nodes in each of the replication group's node groups.
8543
+ # operation. For Redis OSS (cluster mode disabled) replication groups,
8544
+ # this is the number of replica nodes in the replication group. For
8545
+ # Redis OSS (cluster mode enabled) replication groups, this is the
8546
+ # number of replica nodes in each of the replication group's node
8547
+ # groups.
8536
8548
  #
8537
8549
  # @option params [Array<Types::ConfigureShard>] :replica_configuration
8538
8550
  # A list of `ConfigureShard` objects that can be used to configure each
8539
- # shard in a Redis (cluster mode enabled) replication group. The
8551
+ # shard in a Redis OSS (cluster mode enabled) replication group. The
8540
8552
  # `ConfigureShard` has three members: `NewReplicaCount`, `NodeGroupId`,
8541
8553
  # and `PreferredAvailabilityZones`.
8542
8554
  #
@@ -8650,7 +8662,7 @@ module Aws::ElastiCache
8650
8662
  req.send_request(options)
8651
8663
  end
8652
8664
 
8653
- # Lists all available node types that you can scale your Redis
8665
+ # Lists all available node types that you can scale your Redis OSS
8654
8666
  # cluster's or replication group's current node type.
8655
8667
  #
8656
8668
  # When you use the `ModifyCacheCluster` or `ModifyReplicationGroup`
@@ -8839,8 +8851,8 @@ module Aws::ElastiCache
8839
8851
  # `CacheNodeIdsToRemove` parameter to provide the IDs of the specific
8840
8852
  # cache nodes to remove.
8841
8853
  #
8842
- # For clusters running Redis, this value must be 1. For clusters running
8843
- # Memcached, this value must be between 1 and 40.
8854
+ # For clusters running Redis OSS, this value must be 1. For clusters
8855
+ # running Memcached, this value must be between 1 and 40.
8844
8856
  #
8845
8857
  # <note markdown="1"> Adding or removing Memcached cache nodes can be applied immediately or
8846
8858
  # as a pending operation (see `ApplyImmediately`).
@@ -9071,7 +9083,7 @@ module Aws::ElastiCache
9071
9083
  # [1]: https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/SelectEngine.html#VersionManagement
9072
9084
  #
9073
9085
  # @option params [Boolean] :auto_minor_version_upgrade
9074
- #  If you are running Redis engine version 6.0 or later, set this
9086
+ #  If you are running Redis OSS engine version 6.0 or later, set this
9075
9087
  # parameter to yes if you want to opt-in to the next auto minor version
9076
9088
  # upgrade campaign. This parameter is disabled for previous versions. 
9077
9089
  #
@@ -9122,7 +9134,8 @@ module Aws::ElastiCache
9122
9134
  #
9123
9135
  # * DELETE - allowed only when transitioning to RBAC
9124
9136
  #
9125
- # For more information, see [Authenticating Users with Redis AUTH][1]
9137
+ # For more information, see [Authenticating Users with Redis OSS
9138
+ # AUTH][1]
9126
9139
  #
9127
9140
  #
9128
9141
  #
@@ -9133,9 +9146,9 @@ module Aws::ElastiCache
9133
9146
  #
9134
9147
  # @option params [String] :ip_discovery
9135
9148
  # The network type you choose when modifying a cluster, either `ipv4` \|
9136
- # `ipv6`. IPv6 is supported for workloads using Redis engine version 6.2
9137
- # onward or Memcached engine version 1.6.6 on all instances built on the
9138
- # [Nitro system][1].
9149
+ # `ipv6`. IPv6 is supported for workloads using Redis OSS engine version
9150
+ # 6.2 onward or Memcached engine version 1.6.6 on all instances built on
9151
+ # the [Nitro system][1].
9139
9152
  #
9140
9153
  #
9141
9154
  #
@@ -9562,15 +9575,15 @@ module Aws::ElastiCache
9562
9575
  end
9563
9576
 
9564
9577
  # Modifies the settings for a replication group. This is limited to
9565
- # Redis 7 and newer.
9578
+ # Redis OSS 7 and newer.
9566
9579
  #
9567
- # * [Scaling for Amazon ElastiCache for Redis (cluster mode enabled)][1]
9568
- # in the ElastiCache User Guide
9580
+ # * [Scaling for Amazon ElastiCache (Redis OSS) (cluster mode
9581
+ # enabled)][1] in the ElastiCache User Guide
9569
9582
  #
9570
9583
  # * [ModifyReplicationGroupShardConfiguration][2] in the ElastiCache API
9571
9584
  # Reference
9572
9585
  #
9573
- # <note markdown="1"> This operation is valid for Redis only.
9586
+ # <note markdown="1"> This operation is valid for Redis OSS only.
9574
9587
  #
9575
9588
  # </note>
9576
9589
  #
@@ -9594,7 +9607,7 @@ module Aws::ElastiCache
9594
9607
  #
9595
9608
  # @option params [String] :snapshotting_cluster_id
9596
9609
  # The cluster ID that is used as the daily snapshot source for the
9597
- # replication group. This parameter cannot be set for Redis (cluster
9610
+ # replication group. This parameter cannot be set for Redis OSS (cluster
9598
9611
  # mode enabled) replication groups.
9599
9612
  #
9600
9613
  # @option params [Boolean] :automatic_failover_enabled
@@ -9702,7 +9715,7 @@ module Aws::ElastiCache
9702
9715
  # [1]: https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/SelectEngine.html#VersionManagement
9703
9716
  #
9704
9717
  # @option params [Boolean] :auto_minor_version_upgrade
9705
- #  If you are running Redis engine version 6.0 or later, set this
9718
+ #  If you are running Redis OSS engine version 6.0 or later, set this
9706
9719
  # parameter to yes if you want to opt-in to the next auto minor version
9707
9720
  # upgrade campaign. This parameter is disabled for previous versions. 
9708
9721
  #
@@ -9758,7 +9771,8 @@ module Aws::ElastiCache
9758
9771
  #
9759
9772
  # * DELETE - allowed only when transitioning to RBAC
9760
9773
  #
9761
- # For more information, see [Authenticating Users with Redis AUTH][1]
9774
+ # For more information, see [Authenticating Users with Redis OSS
9775
+ # AUTH][1]
9762
9776
  #
9763
9777
  #
9764
9778
  #
@@ -9781,9 +9795,9 @@ module Aws::ElastiCache
9781
9795
  #
9782
9796
  # @option params [String] :ip_discovery
9783
9797
  # The network type you choose when modifying a cluster, either `ipv4` \|
9784
- # `ipv6`. IPv6 is supported for workloads using Redis engine version 6.2
9785
- # onward or Memcached engine version 1.6.6 on all instances built on the
9786
- # [Nitro system][1].
9798
+ # `ipv6`. IPv6 is supported for workloads using Redis OSS engine version
9799
+ # 6.2 onward or Memcached engine version 1.6.6 on all instances built on
9800
+ # the [Nitro system][1].
9787
9801
  #
9788
9802
  #
9789
9803
  #
@@ -9801,9 +9815,9 @@ module Aws::ElastiCache
9801
9815
  # You must set `TransitEncryptionEnabled` to `true`, for your existing
9802
9816
  # cluster, and set `TransitEncryptionMode` to `preferred` in the same
9803
9817
  # request to allow both encrypted and unencrypted connections at the
9804
- # same time. Once you migrate all your Redis clients to use encrypted
9805
- # connections you can set the value to `required` to allow encrypted
9806
- # connections only.
9818
+ # same time. Once you migrate all your Redis OSS clients to use
9819
+ # encrypted connections you can set the value to `required` to allow
9820
+ # encrypted connections only.
9807
9821
  #
9808
9822
  # Setting `TransitEncryptionMode` to `required` is a two-step process
9809
9823
  # that requires you to first set the `TransitEncryptionMode` to
@@ -9813,10 +9827,10 @@ module Aws::ElastiCache
9813
9827
  # @option params [String] :cluster_mode
9814
9828
  # Enabled or Disabled. To modify cluster mode from Disabled to Enabled,
9815
9829
  # you must first set the cluster mode to Compatible. Compatible mode
9816
- # allows your Redis clients to connect using both cluster mode enabled
9817
- # and cluster mode disabled. After you migrate all Redis clients to use
9818
- # cluster mode enabled, you can then complete cluster mode configuration
9819
- # and set the cluster mode to Enabled.
9830
+ # allows your Redis OSS clients to connect using both cluster mode
9831
+ # enabled and cluster mode disabled. After you migrate all Redis OSS
9832
+ # clients to use cluster mode enabled, you can then complete cluster
9833
+ # mode configuration and set the cluster mode to Enabled.
9820
9834
  #
9821
9835
  # @return [Types::ModifyReplicationGroupResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
9822
9836
  #
@@ -10033,7 +10047,7 @@ module Aws::ElastiCache
10033
10047
  # existing shards.
10034
10048
  #
10035
10049
  # @option params [required, String] :replication_group_id
10036
- # The name of the Redis (cluster mode enabled) cluster (replication
10050
+ # The name of the Redis OSS (cluster mode enabled) cluster (replication
10037
10051
  # group) on which the shards are to be configured.
10038
10052
  #
10039
10053
  # @option params [required, Integer] :node_group_count
@@ -10062,8 +10076,8 @@ module Aws::ElastiCache
10062
10076
  # `NodeGroupsToRetain` is required. `NodeGroupsToRemove` is a list of
10063
10077
  # `NodeGroupId`s to remove from the cluster.
10064
10078
  #
10065
- # ElastiCache for Redis will attempt to remove all node groups listed by
10066
- # `NodeGroupsToRemove` from the cluster.
10079
+ # ElastiCache (Redis OSS) will attempt to remove all node groups listed
10080
+ # by `NodeGroupsToRemove` from the cluster.
10067
10081
  #
10068
10082
  # @option params [Array<String>] :node_groups_to_retain
10069
10083
  # If the value of `NodeGroupCount` is less than the current number of
@@ -10071,7 +10085,7 @@ module Aws::ElastiCache
10071
10085
  # `NodeGroupsToRetain` is required. `NodeGroupsToRetain` is a list of
10072
10086
  # `NodeGroupId`s to retain in the cluster.
10073
10087
  #
10074
- # ElastiCache for Redis will attempt to remove all node groups except
10088
+ # ElastiCache (Redis OSS) will attempt to remove all node groups except
10075
10089
  # those listed by `NodeGroupsToRetain` from the cluster.
10076
10090
  #
10077
10091
  # @return [Types::ModifyReplicationGroupShardConfigurationResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
@@ -10195,11 +10209,12 @@ module Aws::ElastiCache
10195
10209
  #
10196
10210
  # @option params [Boolean] :remove_user_group
10197
10211
  # The identifier of the UserGroup to be removed from association with
10198
- # the Redis serverless cache. Available for Redis only. Default is NULL.
10212
+ # the Redis OSS serverless cache. Available for Redis OSS only. Default
10213
+ # is NULL.
10199
10214
  #
10200
10215
  # @option params [String] :user_group_id
10201
10216
  # The identifier of the UserGroup to be associated with the serverless
10202
- # cache. Available for Redis only. Default is NULL - the existing
10217
+ # cache. Available for Redis OSS only. Default is NULL - the existing
10203
10218
  # UserGroup is not removed.
10204
10219
  #
10205
10220
  # @option params [Array<String>] :security_group_ids
@@ -10211,15 +10226,15 @@ module Aws::ElastiCache
10211
10226
  #
10212
10227
  # @option params [Integer] :snapshot_retention_limit
10213
10228
  # The number of days for which Elasticache retains automatic snapshots
10214
- # before deleting them. Available for Redis only. Default = NULL, i.e.
10215
- # the existing snapshot-retention-limit will not be removed or modified.
10216
- # The maximum value allowed is 35 days.
10229
+ # before deleting them. Available for Redis OSS and Serverless Memcached
10230
+ # only. Default = NULL, i.e. the existing snapshot-retention-limit will
10231
+ # not be removed or modified. The maximum value allowed is 35 days.
10217
10232
  #
10218
10233
  # @option params [String] :daily_snapshot_time
10219
10234
  # The daily time during which Elasticache begins taking a daily snapshot
10220
- # of the serverless cache. Available for Redis only. The default is
10221
- # NULL, i.e. the existing snapshot time configured for the cluster is
10222
- # not removed.
10235
+ # of the serverless cache. Available for Redis OSS and Serverless
10236
+ # Memcached only. The default is NULL, i.e. the existing snapshot time
10237
+ # configured for the cluster is not removed.
10223
10238
  #
10224
10239
  # @return [Types::ModifyServerlessCacheResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
10225
10240
  #
@@ -10414,8 +10429,8 @@ module Aws::ElastiCache
10414
10429
 
10415
10430
  # Allows you to purchase a reserved cache node offering. Reserved nodes
10416
10431
  # are not eligible for cancellation and are non-refundable. For more
10417
- # information, see [Managing Costs with Reserved Nodes][1] for Redis or
10418
- # [Managing Costs with Reserved Nodes][2] for Memcached.
10432
+ # information, see [Managing Costs with Reserved Nodes][1] for Redis OSS
10433
+ # or [Managing Costs with Reserved Nodes][2] for Memcached.
10419
10434
  #
10420
10435
  #
10421
10436
  #
@@ -10565,13 +10580,13 @@ module Aws::ElastiCache
10565
10580
  #
10566
10581
  # When the reboot is complete, a cluster event is created.
10567
10582
  #
10568
- # Rebooting a cluster is currently supported on Memcached and Redis
10583
+ # Rebooting a cluster is currently supported on Memcached and Redis OSS
10569
10584
  # (cluster mode disabled) clusters. Rebooting is not supported on Redis
10570
- # (cluster mode enabled) clusters.
10585
+ # OSS (cluster mode enabled) clusters.
10571
10586
  #
10572
- # If you make changes to parameters that require a Redis (cluster mode
10573
- # enabled) cluster reboot for the changes to be applied, see [Rebooting
10574
- # a Cluster][1] for an alternate process.
10587
+ # If you make changes to parameters that require a Redis OSS (cluster
10588
+ # mode enabled) cluster reboot for the changes to be applied, see
10589
+ # [Rebooting a Cluster][1] for an alternate process.
10575
10590
  #
10576
10591
  #
10577
10592
  #
@@ -10952,7 +10967,7 @@ module Aws::ElastiCache
10952
10967
  # The ID of the replication group to which data should be migrated.
10953
10968
  #
10954
10969
  # @option params [required, Array<Types::CustomerNodeEndpoint>] :customer_node_endpoint_list
10955
- # List of endpoints from which data should be migrated. For Redis
10970
+ # List of endpoints from which data should be migrated. For Redis OSS
10956
10971
  # (cluster mode disabled), list should have only one element.
10957
10972
  #
10958
10973
  # @return [Types::StartMigrationResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
@@ -11080,8 +11095,8 @@ module Aws::ElastiCache
11080
11095
  #
11081
11096
  #
11082
11097
  # * If calling this operation multiple times on different shards in the
11083
- # same Redis (cluster mode enabled) replication group, the first node
11084
- # replacement must complete before a subsequent call can be made.
11098
+ # same Redis OSS (cluster mode enabled) replication group, the first
11099
+ # node replacement must complete before a subsequent call can be made.
11085
11100
  #
11086
11101
  # * To determine whether the node replacement is complete you can check
11087
11102
  # Events using the Amazon ElastiCache console, the Amazon CLI, or the
@@ -11348,7 +11363,7 @@ module Aws::ElastiCache
11348
11363
  params: params,
11349
11364
  config: config)
11350
11365
  context[:gem_name] = 'aws-sdk-elasticache'
11351
- context[:gem_version] = '1.107.0'
11366
+ context[:gem_version] = '1.108.0'
11352
11367
  Seahorse::Client::Request.new(handlers, context)
11353
11368
  end
11354
11369