Skip to content

Commit 4ea8cd5

Browse files
Update generated code (#1684)
update generated code
1 parent 718948b commit 4ea8cd5

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"variables": {
3-
"${LATEST}": "3.300.14"
3+
"${LATEST}": "3.300.15"
44
},
55
"endpoints": "https://raw.githubusercontent.com/aws/aws-sdk-php/${LATEST}/src/data/endpoints.json",
66
"services": {

src/Service/ElastiCache/CHANGELOG.md

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

33
## NOT RELEASED
44

5+
### Changed
6+
7+
- AWS enhancement: Documentation updates.
8+
59
## 1.2.1
610

711
### Changed

src/Service/ElastiCache/src/ValueObject/Endpoint.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
namespace AsyncAws\ElastiCache\ValueObject;
44

55
/**
6-
* Represents the information required for client programs to connect to a cache node.
6+
* Represents the information required for client programs to connect to a cache node. This value is read-only.
77
*/
88
final class Endpoint
99
{

0 commit comments

Comments
 (0)