Skip to content

Commit dd60d2d

Browse files
Update generated code (#1909)
update generated code
1 parent 9af0c1c commit dd60d2d

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

manifest.json

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

src/Service/Ses/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## NOT RELEASED
44

5+
### Changed
6+
7+
- AWS enhancement: Documentation updates.
8+
59
## 1.12.0
610

711
### Added

src/Service/Ses/src/ValueObject/Template.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
final class Template
1212
{
1313
/**
14-
* The name of the template. You will refer to this name when you send email using the `SendTemplatedEmail` or
15-
* `SendBulkTemplatedEmail` operations.
14+
* The name of the template. You will refer to this name when you send email using the `SendEmail` or `SendBulkEmail`
15+
* operations.
1616
*
1717
* @var string|null
1818
*/

0 commit comments

Comments
 (0)