Skip to content

Commit 05c2c05

Browse files
Update generated code (#1711)
update generated code
1 parent 0d77bfe commit 05c2c05

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.306.3"
3+
"${LATEST}": "3.306.5"
44
},
55
"endpoints": "https://raw.githubusercontent.com/aws/aws-sdk-php/${LATEST}/src/data/endpoints.json",
66
"services": {

src/Service/EventBridge/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.5.2
610

711
### Changed

src/Service/EventBridge/src/EventBridgeClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ class EventBridgeClient extends AbstractApi
1919
*
2020
* The maximum size for a PutEvents event entry is 256 KB. Entry size is calculated including the event and any
2121
* necessary characters and keys of the JSON representation of the event. To learn more, see Calculating PutEvents event
22-
* entry size [^1] in the *Amazon EventBridge User Guide*
22+
* entry size [^1] in the **Amazon EventBridge User Guide**
2323
*
2424
* PutEvents accepts the data in JSON format. For the JSON number (integer) data type, the constraints are: a minimum
2525
* value of -9,223,372,036,854,775,808 and a maximum value of 9,223,372,036,854,775,807.

0 commit comments

Comments
 (0)