Skip to content

Commit 42a5948

Browse files
Update generated code (#1812)
update generated code
1 parent 2c4ec11 commit 42a5948

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

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.5
610

711
### Changed

src/EventBridgeClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class EventBridgeClient extends AbstractApi
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.
2626
*
27-
* > PutEvents will only process nested JSON up to 1100 levels deep.
27+
* > PutEvents will only process nested JSON up to 1000 levels deep.
2828
*
2929
* [^1]: https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-putevent-size.html
3030
*

0 commit comments

Comments
 (0)