Skip to content

Commit

Permalink
Update generated code (#1366)
Browse files Browse the repository at this point in the history
update generated code
  • Loading branch information
async-aws-bot authored Jan 27, 2023
1 parent 2e2065a commit 6b7f1de
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"variables": {
"${LATEST}": "3.257.8"
"${LATEST}": "3.257.9"
},
"endpoints": "https://raw.githubusercontent.com/aws/aws-sdk-php/${LATEST}/src/data/endpoints.json",
"services": {
Expand Down
4 changes: 4 additions & 0 deletions src/Service/EventBridge/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## NOT RELEASED

### Added

- AWS enhancement: Documentation updates.

## 1.4.0

### Added
Expand Down
4 changes: 2 additions & 2 deletions src/Service/EventBridge/src/Input/PutEventsRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ final class PutEventsRequest extends Input
private $entries;

/**
* The URL subdomain of the endpoint. For example, if the URL for Endpoint is abcde.veo.endpoints.event.amazonaws.com,
* then the EndpointId is `abcde.veo`.
* The URL subdomain of the endpoint. For example, if the URL for Endpoint is
* https://abcde.veo.endpoints.event.amazonaws.com, then the EndpointId is `abcde.veo`.
*
* @var string|null
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ final class PutEventsRequestEntry
private $resources;

/**
* Free-form string used to decide what fields to expect in the event detail.
* Free-form string, with a maximum of 128 characters, used to decide what fields to expect in the event detail.
*/
private $detailType;

Expand Down

0 comments on commit 6b7f1de

Please sign in to comment.