Skip to content

Commit 63f4364

Browse files
Update generated code (#1847)
update generated code
1 parent b05839d commit 63f4364

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66

77
- AWS api-change: Added `us-isof-east-1` and `us-isof-south-1` regions
88

9+
### Changed
10+
11+
- AWS enhancement: Documentation updates.
12+
913
## 1.2.4
1014

1115
### Changed

src/ValueObject/CacheCluster.php

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -346,8 +346,7 @@ final class CacheCluster
346346

347347
/**
348348
* Must be either `ipv4` | `ipv6` | `dual_stack`. IPv6 is supported for workloads using Valkey 7.2 and above, Redis OSS
349-
* engine version 6.2 and above or Memcached engine version 1.6.6 and above on all instances built on the Nitro system
350-
* [^1].
349+
* engine version 6.2 7.1 or Memcached engine version 1.6.6 and above on all instances built on the Nitro system [^1].
351350
*
352351
* [^1]: http://aws.amazon.com/ec2/nitro/
353352
*
@@ -357,8 +356,8 @@ final class CacheCluster
357356

358357
/**
359358
* The network type associated with the cluster, either `ipv4` | `ipv6`. IPv6 is supported for workloads using Valkey
360-
* 7.2 and above, Redis OSS engine version 6.2 and above or Memcached engine version 1.6.6 and above on all instances
361-
* built on the Nitro system [^1].
359+
* 7.2 and above, Redis OSS engine version 6.2 to 7.1 or Memcached engine version 1.6.6 and above on all instances built
360+
* on the Nitro system [^1].
362361
*
363362
* [^1]: http://aws.amazon.com/ec2/nitro/
364363
*

0 commit comments

Comments
 (0)