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.347.2"
"${LATEST}": "3.348.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.12.0

### Added
Expand Down
4 changes: 2 additions & 2 deletions src/Service/Ses/src/ValueObject/Template.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
final class Template
{
/**
* The name of the template. You will refer to this name when you send email using the `SendTemplatedEmail` or
* `SendBulkTemplatedEmail` operations.
* The name of the template. You will refer to this name when you send email using the `SendEmail` or `SendBulkEmail`
* operations.
*
* @var string|null
*/
Expand Down