Skip to content

Commit

Permalink
Update generated code (#1812)
Browse files Browse the repository at this point in the history
update generated code
  • Loading branch information
async-aws-bot authored Dec 2, 2024
1 parent 2c4ec11 commit 42a5948
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## NOT RELEASED

### Changed

- AWS enhancement: Documentation updates.

## 1.5.5

### Changed
Expand Down
2 changes: 1 addition & 1 deletion src/EventBridgeClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class EventBridgeClient extends AbstractApi
* 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 1100 levels deep.
* > PutEvents will only process nested JSON up to 1000 levels deep.
*
* [^1]: https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-putevent-size.html
*
Expand Down

0 comments on commit 42a5948

Please sign in to comment.