Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.371.4"
"${LATEST}": "3.372.1"
},
"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/Ses/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.14.1

### Changed
Expand Down
3 changes: 2 additions & 1 deletion src/Service/Ses/src/ValueObject/MessageHeader.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ final class MessageHeader
* The value of the message header. The message header value has to meet the following criteria:
*
* - Can contain any printable ASCII character.
* - Can contain no more than 870 characters.
* - Can contain no more than 995 characters.
* - The combined length of the header name and value must not exceed 996 characters.
*
* @var string
*/
Expand Down