Skip to content

Commit 5a41e6f

Browse files
Update generated code (#1872)
update generated code
1 parent adc7ec3 commit 5a41e6f

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
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.342.20"
3+
"${LATEST}": "3.342.21"
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.7.0
610

711
### Added

src/Service/EventBridge/src/EventBridgeClient.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,16 @@ class EventBridgeClient extends AbstractApi
1818
/**
1919
* Sends custom events to Amazon EventBridge so that they can be matched to rules.
2020
*
21-
* The maximum size for a PutEvents event entry is 256 KB. Entry size is calculated including the event and any
22-
* necessary characters and keys of the JSON representation of the event. To learn more, see Calculating PutEvents event
23-
* entry size [^1] in the **Amazon EventBridge User Guide**
21+
* You can batch multiple event entries into one request for efficiency. However, the total entry size must be less than
22+
* 256KB. You can calculate the entry size before you send the events. For more information, see Calculating PutEvents
23+
* event entry size [^1] in the **Amazon EventBridge User Guide**.
2424
*
2525
* PutEvents accepts the data in JSON format. For the JSON number (integer) data type, the constraints are: a minimum
2626
* value of -9,223,372,036,854,775,808 and a maximum value of 9,223,372,036,854,775,807.
2727
*
2828
* > PutEvents will only process nested JSON up to 1000 levels deep.
2929
*
30-
* [^1]: https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-putevent-size.html
30+
* [^1]: https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-putevents.html#eb-putevent-size
3131
*
3232
* @see https://docs.aws.amazon.com/eventbridge/latest/APIReference/API_PutEvents.html
3333
* @see https://docs.aws.amazon.com/aws-sdk-php/v3/api/api-events-2015-10-07.html#putevents

0 commit comments

Comments
 (0)