From 3da549ceb596c342c28b74ef6986e60224766a61 Mon Sep 17 00:00:00 2001 From: AsyncAws Bot Date: Sat, 5 Apr 2025 06:28:35 +0000 Subject: [PATCH] update generated code --- manifest.json | 2 +- src/Service/EventBridge/CHANGELOG.md | 4 ++++ src/Service/EventBridge/src/EventBridgeClient.php | 8 ++++---- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/manifest.json b/manifest.json index 7505d66c2..5d40b6da2 100644 --- a/manifest.json +++ b/manifest.json @@ -1,6 +1,6 @@ { "variables": { - "${LATEST}": "3.342.20" + "${LATEST}": "3.342.21" }, "endpoints": "https://raw.githubusercontent.com/aws/aws-sdk-php/${LATEST}/src/data/endpoints.json", "services": { diff --git a/src/Service/EventBridge/CHANGELOG.md b/src/Service/EventBridge/CHANGELOG.md index 3928ea935..e0dc8be9b 100644 --- a/src/Service/EventBridge/CHANGELOG.md +++ b/src/Service/EventBridge/CHANGELOG.md @@ -2,6 +2,10 @@ ## NOT RELEASED +### Changed + +- AWS enhancement: Documentation updates. + ## 1.7.0 ### Added diff --git a/src/Service/EventBridge/src/EventBridgeClient.php b/src/Service/EventBridge/src/EventBridgeClient.php index 2ac51ab0f..412c54126 100644 --- a/src/Service/EventBridge/src/EventBridgeClient.php +++ b/src/Service/EventBridge/src/EventBridgeClient.php @@ -18,16 +18,16 @@ class EventBridgeClient extends AbstractApi /** * Sends custom events to Amazon EventBridge so that they can be matched to rules. * - * The maximum size for a PutEvents event entry is 256 KB. Entry size is calculated including the event and any - * necessary characters and keys of the JSON representation of the event. To learn more, see Calculating PutEvents event - * entry size [^1] in the **Amazon EventBridge User Guide** + * You can batch multiple event entries into one request for efficiency. However, the total entry size must be less than + * 256KB. You can calculate the entry size before you send the events. For more information, see Calculating PutEvents + * event entry size [^1] in the **Amazon EventBridge User Guide**. * * PutEvents accepts the data in JSON format. For the JSON number (integer) data type, the constraints are: a minimum * value of -9,223,372,036,854,775,808 and a maximum value of 9,223,372,036,854,775,807. * * > PutEvents will only process nested JSON up to 1000 levels deep. * - * [^1]: https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-putevent-size.html + * [^1]: https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-putevents.html#eb-putevent-size * * @see https://docs.aws.amazon.com/eventbridge/latest/APIReference/API_PutEvents.html * @see https://docs.aws.amazon.com/aws-sdk-php/v3/api/api-events-2015-10-07.html#putevents