We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 904ee7b commit f6881e4Copy full SHA for f6881e4
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
## NOT RELEASED
4
5
+### Changed
6
+
7
+- AWS enhancement: Documentation updates.
8
9
## 1.12.0
10
11
### Added
src/ValueObject/Template.php
@@ -11,8 +11,8 @@
final class Template
12
{
13
/**
14
- * The name of the template. You will refer to this name when you send email using the `SendTemplatedEmail` or
15
- * `SendBulkTemplatedEmail` operations.
+ * The name of the template. You will refer to this name when you send email using the `SendEmail` or `SendBulkEmail`
+ * operations.
16
*
17
* @var string|null
18
*/
0 commit comments