Skip to content

Commit 6b7f1de

Browse files
Update generated code (#1366)
update generated code
1 parent 2e2065a commit 6b7f1de

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"variables": {
3-
"${LATEST}": "3.257.8"
3+
"${LATEST}": "3.257.9"
44
},
55
"endpoints": "https://raw.githubusercontent.com/aws/aws-sdk-php/${LATEST}/src/data/endpoints.json",
66
"services": {

src/Service/EventBridge/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## NOT RELEASED
44

5+
### Added
6+
7+
- AWS enhancement: Documentation updates.
8+
59
## 1.4.0
610

711
### Added

src/Service/EventBridge/src/Input/PutEventsRequest.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ final class PutEventsRequest extends Input
2121
private $entries;
2222

2323
/**
24-
* The URL subdomain of the endpoint. For example, if the URL for Endpoint is abcde.veo.endpoints.event.amazonaws.com,
25-
* then the EndpointId is `abcde.veo`.
24+
* The URL subdomain of the endpoint. For example, if the URL for Endpoint is
25+
* https://abcde.veo.endpoints.event.amazonaws.com, then the EndpointId is `abcde.veo`.
2626
*
2727
* @var string|null
2828
*/

src/Service/EventBridge/src/ValueObject/PutEventsRequestEntry.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ final class PutEventsRequestEntry
2727
private $resources;
2828

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

0 commit comments

Comments
 (0)