@aws-sdk/client-sesv2 3.282.0 → 3.288.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (72) hide show
  1. package/dist-cjs/endpoint/ruleset.js +3 -3
  2. package/dist-cjs/models/models_0.js +1 -0
  3. package/dist-cjs/pagination/GetDedicatedIpsPaginator.js +1 -8
  4. package/dist-cjs/pagination/ListConfigurationSetsPaginator.js +1 -8
  5. package/dist-cjs/pagination/ListContactListsPaginator.js +1 -8
  6. package/dist-cjs/pagination/ListContactsPaginator.js +1 -8
  7. package/dist-cjs/pagination/ListCustomVerificationEmailTemplatesPaginator.js +1 -8
  8. package/dist-cjs/pagination/ListDedicatedIpPoolsPaginator.js +1 -8
  9. package/dist-cjs/pagination/ListDeliverabilityTestReportsPaginator.js +1 -8
  10. package/dist-cjs/pagination/ListDomainDeliverabilityCampaignsPaginator.js +1 -8
  11. package/dist-cjs/pagination/ListEmailIdentitiesPaginator.js +1 -8
  12. package/dist-cjs/pagination/ListEmailTemplatesPaginator.js +1 -8
  13. package/dist-cjs/pagination/ListImportJobsPaginator.js +1 -8
  14. package/dist-cjs/pagination/ListRecommendationsPaginator.js +1 -8
  15. package/dist-cjs/pagination/ListSuppressedDestinationsPaginator.js +1 -8
  16. package/dist-es/endpoint/ruleset.js +3 -3
  17. package/dist-es/models/models_0.js +1 -0
  18. package/dist-es/pagination/GetDedicatedIpsPaginator.js +1 -8
  19. package/dist-es/pagination/ListConfigurationSetsPaginator.js +1 -8
  20. package/dist-es/pagination/ListContactListsPaginator.js +1 -8
  21. package/dist-es/pagination/ListContactsPaginator.js +1 -8
  22. package/dist-es/pagination/ListCustomVerificationEmailTemplatesPaginator.js +1 -8
  23. package/dist-es/pagination/ListDedicatedIpPoolsPaginator.js +1 -8
  24. package/dist-es/pagination/ListDeliverabilityTestReportsPaginator.js +1 -8
  25. package/dist-es/pagination/ListDomainDeliverabilityCampaignsPaginator.js +1 -8
  26. package/dist-es/pagination/ListEmailIdentitiesPaginator.js +1 -8
  27. package/dist-es/pagination/ListEmailTemplatesPaginator.js +1 -8
  28. package/dist-es/pagination/ListImportJobsPaginator.js +1 -8
  29. package/dist-es/pagination/ListRecommendationsPaginator.js +1 -8
  30. package/dist-es/pagination/ListSuppressedDestinationsPaginator.js +1 -8
  31. package/dist-types/SESv2.d.ts +70 -81
  32. package/dist-types/SESv2Client.d.ts +2 -3
  33. package/dist-types/commands/BatchGetMetricDataCommand.d.ts +1 -1
  34. package/dist-types/commands/CreateConfigurationSetEventDestinationCommand.d.ts +1 -1
  35. package/dist-types/commands/CreateCustomVerificationEmailTemplateCommand.d.ts +2 -2
  36. package/dist-types/commands/CreateEmailIdentityCommand.d.ts +5 -5
  37. package/dist-types/commands/CreateEmailIdentityPolicyCommand.d.ts +4 -5
  38. package/dist-types/commands/CreateEmailTemplateCommand.d.ts +1 -1
  39. package/dist-types/commands/DeleteConfigurationSetCommand.d.ts +1 -1
  40. package/dist-types/commands/DeleteConfigurationSetEventDestinationCommand.d.ts +1 -1
  41. package/dist-types/commands/DeleteCustomVerificationEmailTemplateCommand.d.ts +2 -2
  42. package/dist-types/commands/DeleteEmailIdentityPolicyCommand.d.ts +4 -5
  43. package/dist-types/commands/DeleteEmailTemplateCommand.d.ts +1 -2
  44. package/dist-types/commands/GetConfigurationSetCommand.d.ts +1 -1
  45. package/dist-types/commands/GetConfigurationSetEventDestinationsCommand.d.ts +1 -1
  46. package/dist-types/commands/GetCustomVerificationEmailTemplateCommand.d.ts +2 -2
  47. package/dist-types/commands/GetDeliverabilityDashboardOptionsCommand.d.ts +1 -2
  48. package/dist-types/commands/GetEmailIdentityPoliciesCommand.d.ts +4 -4
  49. package/dist-types/commands/GetEmailTemplateCommand.d.ts +1 -2
  50. package/dist-types/commands/ListConfigurationSetsCommand.d.ts +1 -1
  51. package/dist-types/commands/ListCustomVerificationEmailTemplatesCommand.d.ts +2 -2
  52. package/dist-types/commands/ListEmailTemplatesCommand.d.ts +1 -2
  53. package/dist-types/commands/ListRecommendationsCommand.d.ts +1 -1
  54. package/dist-types/commands/PutAccountVdmAttributesCommand.d.ts +1 -1
  55. package/dist-types/commands/PutConfigurationSetVdmOptionsCommand.d.ts +1 -1
  56. package/dist-types/commands/PutDedicatedIpInPoolCommand.d.ts +2 -3
  57. package/dist-types/commands/PutDeliverabilityDashboardOptionCommand.d.ts +1 -2
  58. package/dist-types/commands/PutEmailIdentityDkimSigningAttributesCommand.d.ts +7 -7
  59. package/dist-types/commands/PutEmailIdentityFeedbackAttributesCommand.d.ts +2 -2
  60. package/dist-types/commands/SendCustomVerificationEmailCommand.d.ts +2 -2
  61. package/dist-types/commands/SendEmailCommand.d.ts +4 -4
  62. package/dist-types/commands/TagResourceCommand.d.ts +1 -1
  63. package/dist-types/commands/TestRenderEmailTemplateCommand.d.ts +1 -2
  64. package/dist-types/commands/UpdateConfigurationSetEventDestinationCommand.d.ts +1 -1
  65. package/dist-types/commands/UpdateCustomVerificationEmailTemplateCommand.d.ts +2 -2
  66. package/dist-types/commands/UpdateEmailIdentityPolicyCommand.d.ts +4 -5
  67. package/dist-types/commands/UpdateEmailTemplateCommand.d.ts +1 -1
  68. package/dist-types/models/models_0.d.ts +307 -231
  69. package/dist-types/pagination/Interfaces.d.ts +1 -2
  70. package/dist-types/ts3.4/models/models_0.d.ts +1 -0
  71. package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
  72. package/package.json +9 -9
@@ -1,12 +1,8 @@
1
1
  import { ListEmailIdentitiesCommand, } from "../commands/ListEmailIdentitiesCommand";
2
- import { SESv2 } from "../SESv2";
3
2
  import { SESv2Client } from "../SESv2Client";
4
3
  const makePagedClientRequest = async (client, input, ...args) => {
5
4
  return await client.send(new ListEmailIdentitiesCommand(input), ...args);
6
5
  };
7
- const makePagedRequest = async (client, input, ...args) => {
8
- return await client.listEmailIdentities(input, ...args);
9
- };
10
6
  export async function* paginateListEmailIdentities(config, input, ...additionalArguments) {
11
7
  let token = config.startingToken || undefined;
12
8
  let hasNext = true;
@@ -14,10 +10,7 @@ export async function* paginateListEmailIdentities(config, input, ...additionalA
14
10
  while (hasNext) {
15
11
  input.NextToken = token;
16
12
  input["PageSize"] = config.pageSize;
17
- if (config.client instanceof SESv2) {
18
- page = await makePagedRequest(config.client, input, ...additionalArguments);
19
- }
20
- else if (config.client instanceof SESv2Client) {
13
+ if (config.client instanceof SESv2Client) {
21
14
  page = await makePagedClientRequest(config.client, input, ...additionalArguments);
22
15
  }
23
16
  else {
@@ -1,12 +1,8 @@
1
1
  import { ListEmailTemplatesCommand, } from "../commands/ListEmailTemplatesCommand";
2
- import { SESv2 } from "../SESv2";
3
2
  import { SESv2Client } from "../SESv2Client";
4
3
  const makePagedClientRequest = async (client, input, ...args) => {
5
4
  return await client.send(new ListEmailTemplatesCommand(input), ...args);
6
5
  };
7
- const makePagedRequest = async (client, input, ...args) => {
8
- return await client.listEmailTemplates(input, ...args);
9
- };
10
6
  export async function* paginateListEmailTemplates(config, input, ...additionalArguments) {
11
7
  let token = config.startingToken || undefined;
12
8
  let hasNext = true;
@@ -14,10 +10,7 @@ export async function* paginateListEmailTemplates(config, input, ...additionalAr
14
10
  while (hasNext) {
15
11
  input.NextToken = token;
16
12
  input["PageSize"] = config.pageSize;
17
- if (config.client instanceof SESv2) {
18
- page = await makePagedRequest(config.client, input, ...additionalArguments);
19
- }
20
- else if (config.client instanceof SESv2Client) {
13
+ if (config.client instanceof SESv2Client) {
21
14
  page = await makePagedClientRequest(config.client, input, ...additionalArguments);
22
15
  }
23
16
  else {
@@ -1,12 +1,8 @@
1
1
  import { ListImportJobsCommand, } from "../commands/ListImportJobsCommand";
2
- import { SESv2 } from "../SESv2";
3
2
  import { SESv2Client } from "../SESv2Client";
4
3
  const makePagedClientRequest = async (client, input, ...args) => {
5
4
  return await client.send(new ListImportJobsCommand(input), ...args);
6
5
  };
7
- const makePagedRequest = async (client, input, ...args) => {
8
- return await client.listImportJobs(input, ...args);
9
- };
10
6
  export async function* paginateListImportJobs(config, input, ...additionalArguments) {
11
7
  let token = config.startingToken || undefined;
12
8
  let hasNext = true;
@@ -14,10 +10,7 @@ export async function* paginateListImportJobs(config, input, ...additionalArgume
14
10
  while (hasNext) {
15
11
  input.NextToken = token;
16
12
  input["PageSize"] = config.pageSize;
17
- if (config.client instanceof SESv2) {
18
- page = await makePagedRequest(config.client, input, ...additionalArguments);
19
- }
20
- else if (config.client instanceof SESv2Client) {
13
+ if (config.client instanceof SESv2Client) {
21
14
  page = await makePagedClientRequest(config.client, input, ...additionalArguments);
22
15
  }
23
16
  else {
@@ -1,12 +1,8 @@
1
1
  import { ListRecommendationsCommand, } from "../commands/ListRecommendationsCommand";
2
- import { SESv2 } from "../SESv2";
3
2
  import { SESv2Client } from "../SESv2Client";
4
3
  const makePagedClientRequest = async (client, input, ...args) => {
5
4
  return await client.send(new ListRecommendationsCommand(input), ...args);
6
5
  };
7
- const makePagedRequest = async (client, input, ...args) => {
8
- return await client.listRecommendations(input, ...args);
9
- };
10
6
  export async function* paginateListRecommendations(config, input, ...additionalArguments) {
11
7
  let token = config.startingToken || undefined;
12
8
  let hasNext = true;
@@ -14,10 +10,7 @@ export async function* paginateListRecommendations(config, input, ...additionalA
14
10
  while (hasNext) {
15
11
  input.NextToken = token;
16
12
  input["PageSize"] = config.pageSize;
17
- if (config.client instanceof SESv2) {
18
- page = await makePagedRequest(config.client, input, ...additionalArguments);
19
- }
20
- else if (config.client instanceof SESv2Client) {
13
+ if (config.client instanceof SESv2Client) {
21
14
  page = await makePagedClientRequest(config.client, input, ...additionalArguments);
22
15
  }
23
16
  else {
@@ -1,12 +1,8 @@
1
1
  import { ListSuppressedDestinationsCommand, } from "../commands/ListSuppressedDestinationsCommand";
2
- import { SESv2 } from "../SESv2";
3
2
  import { SESv2Client } from "../SESv2Client";
4
3
  const makePagedClientRequest = async (client, input, ...args) => {
5
4
  return await client.send(new ListSuppressedDestinationsCommand(input), ...args);
6
5
  };
7
- const makePagedRequest = async (client, input, ...args) => {
8
- return await client.listSuppressedDestinations(input, ...args);
9
- };
10
6
  export async function* paginateListSuppressedDestinations(config, input, ...additionalArguments) {
11
7
  let token = config.startingToken || undefined;
12
8
  let hasNext = true;
@@ -14,10 +10,7 @@ export async function* paginateListSuppressedDestinations(config, input, ...addi
14
10
  while (hasNext) {
15
11
  input.NextToken = token;
16
12
  input["PageSize"] = config.pageSize;
17
- if (config.client instanceof SESv2) {
18
- page = await makePagedRequest(config.client, input, ...additionalArguments);
19
- }
20
- else if (config.client instanceof SESv2Client) {
13
+ if (config.client instanceof SESv2Client) {
21
14
  page = await makePagedClientRequest(config.client, input, ...additionalArguments);
22
15
  }
23
16
  else {
@@ -88,18 +88,17 @@ import { UpdateEmailTemplateCommandInput, UpdateEmailTemplateCommandOutput } fro
88
88
  import { SESv2Client } from "./SESv2Client";
89
89
  /**
90
90
  * <fullname>Amazon SES API v2</fullname>
91
- *
92
- * <p>
91
+ * <p>
93
92
  * <a href="http://aws.amazon.com/ses">Amazon SES</a> is an Amazon Web Services service that
94
93
  * you can use to send email messages to your customers.</p>
95
- * <p>If you're new to Amazon SES API v2, you might find it helpful to review the <a href="https://docs.aws.amazon.com/ses/latest/DeveloperGuide/">Amazon Simple Email Service Developer
94
+ * <p>If you're new to Amazon SES API v2, you might find it helpful to review the <a href="https://docs.aws.amazon.com/ses/latest/DeveloperGuide/">Amazon Simple Email Service Developer
96
95
  * Guide</a>. The <i>Amazon SES Developer Guide</i> provides information
97
96
  * and code samples that demonstrate how to use Amazon SES API v2 features programmatically.</p>
98
97
  */
99
98
  export declare class SESv2 extends SESv2Client {
100
99
  /**
101
100
  * <p>Retrieves batches of metric data collected based on your sending activity.</p>
102
- * <p>You can execute this operation no more than 16 times per second,
101
+ * <p>You can execute this operation no more than 16 times per second,
103
102
  * and with at most 160 queries from the batches per second (cumulative).</p>
104
103
  */
105
104
  batchGetMetricData(args: BatchGetMetricDataCommandInput, options?: __HttpHandlerOptions): Promise<BatchGetMetricDataCommandOutput>;
@@ -122,7 +121,7 @@ export declare class SESv2 extends SESv2Client {
122
121
  * to. For example, you can send event data to Amazon SNS to receive notifications when you
123
122
  * receive bounces or complaints, or you can use Amazon Kinesis Data Firehose to stream data to Amazon S3 for long-term
124
123
  * storage.</p>
125
- * <p>A single configuration set can include more than one event destination.</p>
124
+ * <p>A single configuration set can include more than one event destination.</p>
126
125
  */
127
126
  createConfigurationSetEventDestination(args: CreateConfigurationSetEventDestinationCommandInput, options?: __HttpHandlerOptions): Promise<CreateConfigurationSetEventDestinationCommandOutput>;
128
127
  createConfigurationSetEventDestination(args: CreateConfigurationSetEventDestinationCommandInput, cb: (err: any, data?: CreateConfigurationSetEventDestinationCommandOutput) => void): void;
@@ -142,10 +141,10 @@ export declare class SESv2 extends SESv2Client {
142
141
  createContactList(args: CreateContactListCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateContactListCommandOutput) => void): void;
143
142
  /**
144
143
  * <p>Creates a new custom verification email template.</p>
145
- * <p>For more information about custom verification email templates, see <a href="https://docs.aws.amazon.com/ses/latest/dg/creating-identities.html#send-email-verify-address-custom">Using
144
+ * <p>For more information about custom verification email templates, see <a href="https://docs.aws.amazon.com/ses/latest/dg/creating-identities.html#send-email-verify-address-custom">Using
146
145
  * custom verification email templates</a> in the <i>Amazon SES Developer
147
146
  * Guide</i>.</p>
148
- * <p>You can execute this operation no more than once per second.</p>
147
+ * <p>You can execute this operation no more than once per second.</p>
149
148
  */
150
149
  createCustomVerificationEmailTemplate(args: CreateCustomVerificationEmailTemplateCommandInput, options?: __HttpHandlerOptions): Promise<CreateCustomVerificationEmailTemplateCommandOutput>;
151
150
  createCustomVerificationEmailTemplate(args: CreateCustomVerificationEmailTemplateCommandInput, cb: (err: any, data?: CreateCustomVerificationEmailTemplateCommandOutput) => void): void;
@@ -177,27 +176,27 @@ export declare class SESv2 extends SESv2Client {
177
176
  * identity to send email, you first have to verify it. By verifying an identity, you
178
177
  * demonstrate that you're the owner of the identity, and that you've given Amazon SES API v2
179
178
  * permission to send email from the identity.</p>
180
- * <p>When you verify an email address, Amazon SES sends an email to the address. Your email
179
+ * <p>When you verify an email address, Amazon SES sends an email to the address. Your email
181
180
  * address is verified as soon as you follow the link in the verification email.
182
181
  *
183
182
  * </p>
184
- * <p>When you verify a domain without specifying the <code>DkimSigningAttributes</code>
183
+ * <p>When you verify a domain without specifying the <code>DkimSigningAttributes</code>
185
184
  * object, this operation provides a set of DKIM tokens. You can convert these tokens into
186
185
  * CNAME records, which you then add to the DNS configuration for your domain. Your domain
187
186
  * is verified when Amazon SES detects these records in the DNS configuration for your domain.
188
187
  * This verification method is known as <a href="https://docs.aws.amazon.com/ses/latest/DeveloperGuide/easy-dkim.html">Easy DKIM</a>.</p>
189
- * <p>Alternatively, you can perform the verification process by providing your own
188
+ * <p>Alternatively, you can perform the verification process by providing your own
190
189
  * public-private key pair. This verification method is known as Bring Your Own DKIM
191
190
  * (BYODKIM). To use BYODKIM, your call to the <code>CreateEmailIdentity</code> operation
192
191
  * has to include the <code>DkimSigningAttributes</code> object. When you specify this
193
192
  * object, you provide a selector (a component of the DNS record name that identifies the
194
193
  * public key to use for DKIM authentication) and a private key.</p>
195
- * <p>When you verify a domain, this operation provides a set of DKIM tokens, which you can
194
+ * <p>When you verify a domain, this operation provides a set of DKIM tokens, which you can
196
195
  * convert into CNAME tokens. You add these CNAME tokens to the DNS configuration for your
197
196
  * domain. Your domain is verified when Amazon SES detects these records in the DNS
198
197
  * configuration for your domain. For some DNS providers, it can take 72 hours or more to
199
198
  * complete the domain verification process.</p>
200
- * <p>Additionally, you can associate an existing configuration set with the email identity that you're verifying.</p>
199
+ * <p>Additionally, you can associate an existing configuration set with the email identity that you're verifying.</p>
201
200
  */
202
201
  createEmailIdentity(args: CreateEmailIdentityCommandInput, options?: __HttpHandlerOptions): Promise<CreateEmailIdentityCommandOutput>;
203
202
  createEmailIdentity(args: CreateEmailIdentityCommandInput, cb: (err: any, data?: CreateEmailIdentityCommandOutput) => void): void;
@@ -205,16 +204,15 @@ export declare class SESv2 extends SESv2Client {
205
204
  /**
206
205
  * <p>Creates the specified sending authorization policy for the given identity (an email
207
206
  * address or a domain).</p>
208
- * <note>
207
+ * <note>
209
208
  * <p>This API is for the identity owner only. If you have not verified the identity,
210
209
  * this API will return an error.</p>
211
- * </note>
212
- * <p>Sending authorization is a feature that enables an identity owner to authorize other
210
+ * </note>
211
+ * <p>Sending authorization is a feature that enables an identity owner to authorize other
213
212
  * senders to use its identities. For information about using sending authorization, see
214
213
  * the <a href="https://docs.aws.amazon.com/ses/latest/DeveloperGuide/sending-authorization.html">Amazon SES Developer
215
214
  * Guide</a>.</p>
216
- *
217
- * <p>You can execute this operation no more than once per second.</p>
215
+ * <p>You can execute this operation no more than once per second.</p>
218
216
  */
219
217
  createEmailIdentityPolicy(args: CreateEmailIdentityPolicyCommandInput, options?: __HttpHandlerOptions): Promise<CreateEmailIdentityPolicyCommandOutput>;
220
218
  createEmailIdentityPolicy(args: CreateEmailIdentityPolicyCommandInput, cb: (err: any, data?: CreateEmailIdentityPolicyCommandOutput) => void): void;
@@ -223,7 +221,7 @@ export declare class SESv2 extends SESv2Client {
223
221
  * <p>Creates an email template. Email templates enable you to send personalized email to
224
222
  * one or more destinations in a single API operation. For more information, see the <a href="https://docs.aws.amazon.com/ses/latest/DeveloperGuide/send-personalized-email-api.html">Amazon SES Developer
225
223
  * Guide</a>.</p>
226
- * <p>You can execute this operation no more than once per second.</p>
224
+ * <p>You can execute this operation no more than once per second.</p>
227
225
  */
228
226
  createEmailTemplate(args: CreateEmailTemplateCommandInput, options?: __HttpHandlerOptions): Promise<CreateEmailTemplateCommandOutput>;
229
227
  createEmailTemplate(args: CreateEmailTemplateCommandInput, cb: (err: any, data?: CreateEmailTemplateCommandOutput) => void): void;
@@ -236,7 +234,7 @@ export declare class SESv2 extends SESv2Client {
236
234
  createImportJob(args: CreateImportJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateImportJobCommandOutput) => void): void;
237
235
  /**
238
236
  * <p>Delete an existing configuration set.</p>
239
- * <p>
237
+ * <p>
240
238
  * <i>Configuration sets</i> are groups of rules that you can apply to the
241
239
  * emails you send. You apply a configuration set to an email by including a reference to
242
240
  * the configuration set in the headers of the email. When you apply a configuration set to
@@ -247,7 +245,7 @@ export declare class SESv2 extends SESv2Client {
247
245
  deleteConfigurationSet(args: DeleteConfigurationSetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteConfigurationSetCommandOutput) => void): void;
248
246
  /**
249
247
  * <p>Delete an event destination.</p>
250
- * <p>
248
+ * <p>
251
249
  * <i>Events</i> include message sends, deliveries, opens, clicks, bounces,
252
250
  * and complaints. <i>Event destinations</i> are places that you can send
253
251
  * information about these events to. For example, you can send event data to Amazon SNS to
@@ -271,10 +269,10 @@ export declare class SESv2 extends SESv2Client {
271
269
  deleteContactList(args: DeleteContactListCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteContactListCommandOutput) => void): void;
272
270
  /**
273
271
  * <p>Deletes an existing custom verification email template.</p>
274
- * <p>For more information about custom verification email templates, see <a href="https://docs.aws.amazon.com/ses/latest/dg/creating-identities.html#send-email-verify-address-custom">Using
272
+ * <p>For more information about custom verification email templates, see <a href="https://docs.aws.amazon.com/ses/latest/dg/creating-identities.html#send-email-verify-address-custom">Using
275
273
  * custom verification email templates</a> in the <i>Amazon SES Developer
276
274
  * Guide</i>.</p>
277
- * <p>You can execute this operation no more than once per second.</p>
275
+ * <p>You can execute this operation no more than once per second.</p>
278
276
  */
279
277
  deleteCustomVerificationEmailTemplate(args: DeleteCustomVerificationEmailTemplateCommandInput, options?: __HttpHandlerOptions): Promise<DeleteCustomVerificationEmailTemplateCommandOutput>;
280
278
  deleteCustomVerificationEmailTemplate(args: DeleteCustomVerificationEmailTemplateCommandInput, cb: (err: any, data?: DeleteCustomVerificationEmailTemplateCommandOutput) => void): void;
@@ -296,24 +294,22 @@ export declare class SESv2 extends SESv2Client {
296
294
  * <p>Deletes the specified sending authorization policy for the given identity (an email
297
295
  * address or a domain). This API returns successfully even if a policy with the specified
298
296
  * name does not exist.</p>
299
- * <note>
297
+ * <note>
300
298
  * <p>This API is for the identity owner only. If you have not verified the identity,
301
299
  * this API will return an error.</p>
302
- * </note>
303
- * <p>Sending authorization is a feature that enables an identity owner to authorize other
300
+ * </note>
301
+ * <p>Sending authorization is a feature that enables an identity owner to authorize other
304
302
  * senders to use its identities. For information about using sending authorization, see
305
303
  * the <a href="https://docs.aws.amazon.com/ses/latest/DeveloperGuide/sending-authorization.html">Amazon SES Developer
306
304
  * Guide</a>.</p>
307
- *
308
- * <p>You can execute this operation no more than once per second.</p>
305
+ * <p>You can execute this operation no more than once per second.</p>
309
306
  */
310
307
  deleteEmailIdentityPolicy(args: DeleteEmailIdentityPolicyCommandInput, options?: __HttpHandlerOptions): Promise<DeleteEmailIdentityPolicyCommandOutput>;
311
308
  deleteEmailIdentityPolicy(args: DeleteEmailIdentityPolicyCommandInput, cb: (err: any, data?: DeleteEmailIdentityPolicyCommandOutput) => void): void;
312
309
  deleteEmailIdentityPolicy(args: DeleteEmailIdentityPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteEmailIdentityPolicyCommandOutput) => void): void;
313
310
  /**
314
311
  * <p>Deletes an email template.</p>
315
- *
316
- * <p>You can execute this operation no more than once per second.</p>
312
+ * <p>You can execute this operation no more than once per second.</p>
317
313
  */
318
314
  deleteEmailTemplate(args: DeleteEmailTemplateCommandInput, options?: __HttpHandlerOptions): Promise<DeleteEmailTemplateCommandOutput>;
319
315
  deleteEmailTemplate(args: DeleteEmailTemplateCommandInput, cb: (err: any, data?: DeleteEmailTemplateCommandOutput) => void): void;
@@ -341,7 +337,7 @@ export declare class SESv2 extends SESv2Client {
341
337
  * <p>Get information about an existing configuration set, including the dedicated IP pool
342
338
  * that it's associated with, whether or not it's enabled for sending email, and
343
339
  * more.</p>
344
- * <p>
340
+ * <p>
345
341
  * <i>Configuration sets</i> are groups of rules that you can apply to the
346
342
  * emails you send. You apply a configuration set to an email by including a reference to
347
343
  * the configuration set in the headers of the email. When you apply a configuration set to
@@ -353,7 +349,7 @@ export declare class SESv2 extends SESv2Client {
353
349
  /**
354
350
  * <p>Retrieve a list of event destinations that are associated with a configuration
355
351
  * set.</p>
356
- * <p>
352
+ * <p>
357
353
  * <i>Events</i> include message sends, deliveries, opens, clicks, bounces,
358
354
  * and complaints. <i>Event destinations</i> are places that you can send
359
355
  * information about these events to. For example, you can send event data to Amazon SNS to
@@ -379,10 +375,10 @@ export declare class SESv2 extends SESv2Client {
379
375
  /**
380
376
  * <p>Returns the custom email verification template for the template name you
381
377
  * specify.</p>
382
- * <p>For more information about custom verification email templates, see <a href="https://docs.aws.amazon.com/ses/latest/dg/creating-identities.html#send-email-verify-address-custom">Using
378
+ * <p>For more information about custom verification email templates, see <a href="https://docs.aws.amazon.com/ses/latest/dg/creating-identities.html#send-email-verify-address-custom">Using
383
379
  * custom verification email templates</a> in the <i>Amazon SES Developer
384
380
  * Guide</i>.</p>
385
- * <p>You can execute this operation no more than once per second.</p>
381
+ * <p>You can execute this operation no more than once per second.</p>
386
382
  */
387
383
  getCustomVerificationEmailTemplate(args: GetCustomVerificationEmailTemplateCommandInput, options?: __HttpHandlerOptions): Promise<GetCustomVerificationEmailTemplateCommandOutput>;
388
384
  getCustomVerificationEmailTemplate(args: GetCustomVerificationEmailTemplateCommandInput, cb: (err: any, data?: GetCustomVerificationEmailTemplateCommandOutput) => void): void;
@@ -413,8 +409,7 @@ export declare class SESv2 extends SESv2Client {
413
409
  * the Deliverability dashboard is enabled, you gain access to reputation, deliverability, and other
414
410
  * metrics for the domains that you use to send email. You also gain the ability to perform
415
411
  * predictive inbox placement tests.</p>
416
- *
417
- * <p>When you use the Deliverability dashboard, you pay a monthly subscription charge, in addition
412
+ * <p>When you use the Deliverability dashboard, you pay a monthly subscription charge, in addition
418
413
  * to any other fees that you accrue by using Amazon SES and other Amazon Web Services services. For more
419
414
  * information about the features and cost of a Deliverability dashboard subscription, see <a href="http://aws.amazon.com/ses/pricing/">Amazon SES Pricing</a>.</p>
420
415
  */
@@ -454,15 +449,15 @@ export declare class SESv2 extends SESv2Client {
454
449
  * <p>Returns the requested sending authorization policies for the given identity (an email
455
450
  * address or a domain). The policies are returned as a map of policy names to policy
456
451
  * contents. You can retrieve a maximum of 20 policies at a time.</p>
457
- * <note>
452
+ * <note>
458
453
  * <p>This API is for the identity owner only. If you have not verified the identity,
459
454
  * this API will return an error.</p>
460
- * </note>
461
- * <p>Sending authorization is a feature that enables an identity owner to authorize other
455
+ * </note>
456
+ * <p>Sending authorization is a feature that enables an identity owner to authorize other
462
457
  * senders to use its identities. For information about using sending authorization, see
463
458
  * the <a href="https://docs.aws.amazon.com/ses/latest/DeveloperGuide/sending-authorization.html">Amazon SES Developer
464
459
  * Guide</a>.</p>
465
- * <p>You can execute this operation no more than once per second.</p>
460
+ * <p>You can execute this operation no more than once per second.</p>
466
461
  */
467
462
  getEmailIdentityPolicies(args: GetEmailIdentityPoliciesCommandInput, options?: __HttpHandlerOptions): Promise<GetEmailIdentityPoliciesCommandOutput>;
468
463
  getEmailIdentityPolicies(args: GetEmailIdentityPoliciesCommandInput, cb: (err: any, data?: GetEmailIdentityPoliciesCommandOutput) => void): void;
@@ -470,8 +465,7 @@ export declare class SESv2 extends SESv2Client {
470
465
  /**
471
466
  * <p>Displays the template object (which includes the subject line, HTML part and text
472
467
  * part) for the template you specify.</p>
473
- *
474
- * <p>You can execute this operation no more than once per second.</p>
468
+ * <p>You can execute this operation no more than once per second.</p>
475
469
  */
476
470
  getEmailTemplate(args: GetEmailTemplateCommandInput, options?: __HttpHandlerOptions): Promise<GetEmailTemplateCommandOutput>;
477
471
  getEmailTemplate(args: GetEmailTemplateCommandInput, cb: (err: any, data?: GetEmailTemplateCommandOutput) => void): void;
@@ -492,7 +486,7 @@ export declare class SESv2 extends SESv2Client {
492
486
  /**
493
487
  * <p>List all of the configuration sets associated with your account in the current
494
488
  * region.</p>
495
- * <p>
489
+ * <p>
496
490
  * <i>Configuration sets</i> are groups of rules that you can apply to the
497
491
  * emails you send. You apply a configuration set to an email by including a reference to
498
492
  * the configuration set in the headers of the email. When you apply a configuration set to
@@ -516,10 +510,10 @@ export declare class SESv2 extends SESv2Client {
516
510
  /**
517
511
  * <p>Lists the existing custom verification email templates for your account in the current
518
512
  * Amazon Web Services Region.</p>
519
- * <p>For more information about custom verification email templates, see <a href="https://docs.aws.amazon.com/ses/latest/dg/creating-identities.html#send-email-verify-address-custom">Using
513
+ * <p>For more information about custom verification email templates, see <a href="https://docs.aws.amazon.com/ses/latest/dg/creating-identities.html#send-email-verify-address-custom">Using
520
514
  * custom verification email templates</a> in the <i>Amazon SES Developer
521
515
  * Guide</i>.</p>
522
- * <p>You can execute this operation no more than once per second.</p>
516
+ * <p>You can execute this operation no more than once per second.</p>
523
517
  */
524
518
  listCustomVerificationEmailTemplates(args: ListCustomVerificationEmailTemplatesCommandInput, options?: __HttpHandlerOptions): Promise<ListCustomVerificationEmailTemplatesCommandOutput>;
525
519
  listCustomVerificationEmailTemplates(args: ListCustomVerificationEmailTemplatesCommandInput, cb: (err: any, data?: ListCustomVerificationEmailTemplatesCommandOutput) => void): void;
@@ -559,8 +553,7 @@ export declare class SESv2 extends SESv2Client {
559
553
  /**
560
554
  * <p>Lists the email templates present in your Amazon SES account in the current Amazon Web Services
561
555
  * Region.</p>
562
- *
563
- * <p>You can execute this operation no more than once per second.</p>
556
+ * <p>You can execute this operation no more than once per second.</p>
564
557
  */
565
558
  listEmailTemplates(args: ListEmailTemplatesCommandInput, options?: __HttpHandlerOptions): Promise<ListEmailTemplatesCommandOutput>;
566
559
  listEmailTemplates(args: ListEmailTemplatesCommandInput, cb: (err: any, data?: ListEmailTemplatesCommandOutput) => void): void;
@@ -573,7 +566,7 @@ export declare class SESv2 extends SESv2Client {
573
566
  listImportJobs(args: ListImportJobsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListImportJobsCommandOutput) => void): void;
574
567
  /**
575
568
  * <p>Lists the recommendations present in your Amazon SES account in the current Amazon Web Services Region.</p>
576
- * <p>You can execute this operation no more than once per second.</p>
569
+ * <p>You can execute this operation no more than once per second.</p>
577
570
  */
578
571
  listRecommendations(args: ListRecommendationsCommandInput, options?: __HttpHandlerOptions): Promise<ListRecommendationsCommandOutput>;
579
572
  listRecommendations(args: ListRecommendationsCommandInput, cb: (err: any, data?: ListRecommendationsCommandOutput) => void): void;
@@ -622,7 +615,7 @@ export declare class SESv2 extends SESv2Client {
622
615
  putAccountSuppressionAttributes(args: PutAccountSuppressionAttributesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutAccountSuppressionAttributesCommandOutput) => void): void;
623
616
  /**
624
617
  * <p>Update your Amazon SES account VDM attributes.</p>
625
- * <p>You can execute this operation no more than once per second.</p>
618
+ * <p>You can execute this operation no more than once per second.</p>
626
619
  */
627
620
  putAccountVdmAttributes(args: PutAccountVdmAttributesCommandInput, options?: __HttpHandlerOptions): Promise<PutAccountVdmAttributesCommandOutput>;
628
621
  putAccountVdmAttributes(args: PutAccountVdmAttributesCommandInput, cb: (err: any, data?: PutAccountVdmAttributesCommandOutput) => void): void;
@@ -663,22 +656,21 @@ export declare class SESv2 extends SESv2Client {
663
656
  putConfigurationSetTrackingOptions(args: PutConfigurationSetTrackingOptionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutConfigurationSetTrackingOptionsCommandOutput) => void): void;
664
657
  /**
665
658
  * <p>Specify VDM preferences for email that you send using the configuration set.</p>
666
- * <p>You can execute this operation no more than once per second.</p>
659
+ * <p>You can execute this operation no more than once per second.</p>
667
660
  */
668
661
  putConfigurationSetVdmOptions(args: PutConfigurationSetVdmOptionsCommandInput, options?: __HttpHandlerOptions): Promise<PutConfigurationSetVdmOptionsCommandOutput>;
669
662
  putConfigurationSetVdmOptions(args: PutConfigurationSetVdmOptionsCommandInput, cb: (err: any, data?: PutConfigurationSetVdmOptionsCommandOutput) => void): void;
670
663
  putConfigurationSetVdmOptions(args: PutConfigurationSetVdmOptionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutConfigurationSetVdmOptionsCommandOutput) => void): void;
671
664
  /**
672
665
  * <p>Move a dedicated IP address to an existing dedicated IP pool.</p>
673
- * <note>
666
+ * <note>
674
667
  * <p>The dedicated IP address that you specify must already exist, and must be
675
668
  * associated with your Amazon Web Services account.
676
669
  *
677
670
  * </p>
678
671
  * <p>The dedicated IP pool you specify must already exist. You can create a new pool by
679
672
  * using the <code>CreateDedicatedIpPool</code> operation.</p>
680
- *
681
- * </note>
673
+ * </note>
682
674
  */
683
675
  putDedicatedIpInPool(args: PutDedicatedIpInPoolCommandInput, options?: __HttpHandlerOptions): Promise<PutDedicatedIpInPoolCommandOutput>;
684
676
  putDedicatedIpInPool(args: PutDedicatedIpInPoolCommandInput, cb: (err: any, data?: PutDedicatedIpInPoolCommandOutput) => void): void;
@@ -693,8 +685,7 @@ export declare class SESv2 extends SESv2Client {
693
685
  * <p>Enable or disable the Deliverability dashboard. When you enable the Deliverability dashboard, you gain
694
686
  * access to reputation, deliverability, and other metrics for the domains that you use to
695
687
  * send email. You also gain the ability to perform predictive inbox placement tests.</p>
696
- *
697
- * <p>When you use the Deliverability dashboard, you pay a monthly subscription charge, in addition
688
+ * <p>When you use the Deliverability dashboard, you pay a monthly subscription charge, in addition
698
689
  * to any other fees that you accrue by using Amazon SES and other Amazon Web Services services. For more
699
690
  * information about the features and cost of a Deliverability dashboard subscription, see <a href="http://aws.amazon.com/ses/pricing/">Amazon SES Pricing</a>.</p>
700
691
  */
@@ -716,25 +707,25 @@ export declare class SESv2 extends SESv2Client {
716
707
  /**
717
708
  * <p>Used to configure or change the DKIM authentication settings for an email domain
718
709
  * identity. You can use this operation to do any of the following:</p>
719
- * <ul>
710
+ * <ul>
720
711
  * <li>
721
- * <p>Update the signing attributes for an identity that uses Bring Your Own DKIM
712
+ * <p>Update the signing attributes for an identity that uses Bring Your Own DKIM
722
713
  * (BYODKIM).</p>
723
714
  * </li>
724
715
  * <li>
725
- * <p>Update the key length that should be used for Easy DKIM.</p>
716
+ * <p>Update the key length that should be used for Easy DKIM.</p>
726
717
  * </li>
727
718
  * <li>
728
- * <p>Change from using no DKIM authentication to using Easy DKIM.</p>
719
+ * <p>Change from using no DKIM authentication to using Easy DKIM.</p>
729
720
  * </li>
730
721
  * <li>
731
- * <p>Change from using no DKIM authentication to using BYODKIM.</p>
722
+ * <p>Change from using no DKIM authentication to using BYODKIM.</p>
732
723
  * </li>
733
724
  * <li>
734
- * <p>Change from using Easy DKIM to using BYODKIM.</p>
725
+ * <p>Change from using Easy DKIM to using BYODKIM.</p>
735
726
  * </li>
736
727
  * <li>
737
- * <p>Change from using BYODKIM to using Easy DKIM.</p>
728
+ * <p>Change from using BYODKIM to using Easy DKIM.</p>
738
729
  * </li>
739
730
  * </ul>
740
731
  */
@@ -745,10 +736,10 @@ export declare class SESv2 extends SESv2Client {
745
736
  * <p>Used to enable or disable feedback forwarding for an identity. This setting determines
746
737
  * what happens when an identity is used to send an email that results in a bounce or
747
738
  * complaint event.</p>
748
- * <p>If the value is <code>true</code>, you receive email notifications when bounce or
739
+ * <p>If the value is <code>true</code>, you receive email notifications when bounce or
749
740
  * complaint events occur. These notifications are sent to the address that you specified
750
741
  * in the <code>Return-Path</code> header of the original email.</p>
751
- * <p>You're required to have a method of tracking bounces and complaints. If you haven't
742
+ * <p>You're required to have a method of tracking bounces and complaints. If you haven't
752
743
  * set up another mechanism for receiving bounce or complaint notifications (for example,
753
744
  * by setting up an event destination), you receive an email notification when these events
754
745
  * occur (even if this setting is disabled).</p>
@@ -779,12 +770,12 @@ export declare class SESv2 extends SESv2Client {
779
770
  * <p>Adds an email address to the list of identities for your Amazon SES account in the current
780
771
  * Amazon Web Services Region and attempts to verify it. As a result of executing this
781
772
  * operation, a customized verification email is sent to the specified address.</p>
782
- * <p>To use this operation, you must first create a custom verification email template. For
773
+ * <p>To use this operation, you must first create a custom verification email template. For
783
774
  * more information about creating and using custom verification email templates, see
784
775
  * <a href="https://docs.aws.amazon.com/ses/latest/dg/creating-identities.html#send-email-verify-address-custom">Using
785
776
  * custom verification email templates</a> in the <i>Amazon SES Developer
786
777
  * Guide</i>.</p>
787
- * <p>You can execute this operation no more than once per second.</p>
778
+ * <p>You can execute this operation no more than once per second.</p>
788
779
  */
789
780
  sendCustomVerificationEmail(args: SendCustomVerificationEmailCommandInput, options?: __HttpHandlerOptions): Promise<SendCustomVerificationEmailCommandOutput>;
790
781
  sendCustomVerificationEmail(args: SendCustomVerificationEmailCommandInput, cb: (err: any, data?: SendCustomVerificationEmailCommandOutput) => void): void;
@@ -792,15 +783,15 @@ export declare class SESv2 extends SESv2Client {
792
783
  /**
793
784
  * <p>Sends an email message. You can use the Amazon SES API v2 to send the following types of
794
785
  * messages:</p>
795
- * <ul>
786
+ * <ul>
796
787
  * <li>
797
- * <p>
788
+ * <p>
798
789
  * <b>Simple</b> – A standard email message. When
799
790
  * you create this type of message, you specify the sender, the recipient, and the
800
791
  * message body, and Amazon SES assembles the message for you.</p>
801
792
  * </li>
802
793
  * <li>
803
- * <p>
794
+ * <p>
804
795
  * <b>Raw</b> – A raw, MIME-formatted email
805
796
  * message. When you send this type of email, you have to specify all of the
806
797
  * message headers, as well as the message body. You can use this message type to
@@ -808,7 +799,7 @@ export declare class SESv2 extends SESv2Client {
808
799
  * valid MIME message.</p>
809
800
  * </li>
810
801
  * <li>
811
- * <p>
802
+ * <p>
812
803
  * <b>Templated</b> – A message that contains
813
804
  * personalization tags. When you send this type of email, Amazon SES API v2 automatically
814
805
  * replaces the tags with values that you specify.</p>
@@ -824,7 +815,7 @@ export declare class SESv2 extends SESv2Client {
824
815
  * resource. Tags can help you categorize and manage resources in different ways, such as
825
816
  * by purpose, owner, environment, or other criteria. A resource can have as many as 50
826
817
  * tags.</p>
827
- * <p>Each tag consists of a required <i>tag key</i> and an
818
+ * <p>Each tag consists of a required <i>tag key</i> and an
828
819
  * associated <i>tag value</i>, both of which you define. A tag key is a
829
820
  * general label that acts as a category for more specific tag values. A tag value acts as
830
821
  * a descriptor within a tag key.</p>
@@ -835,8 +826,7 @@ export declare class SESv2 extends SESv2Client {
835
826
  /**
836
827
  * <p>Creates a preview of the MIME content of an email when provided with a template and a
837
828
  * set of replacement data.</p>
838
- *
839
- * <p>You can execute this operation no more than once per second.</p>
829
+ * <p>You can execute this operation no more than once per second.</p>
840
830
  */
841
831
  testRenderEmailTemplate(args: TestRenderEmailTemplateCommandInput, options?: __HttpHandlerOptions): Promise<TestRenderEmailTemplateCommandOutput>;
842
832
  testRenderEmailTemplate(args: TestRenderEmailTemplateCommandInput, cb: (err: any, data?: TestRenderEmailTemplateCommandOutput) => void): void;
@@ -849,7 +839,7 @@ export declare class SESv2 extends SESv2Client {
849
839
  untagResource(args: UntagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
850
840
  /**
851
841
  * <p>Update the configuration of an event destination for a configuration set.</p>
852
- * <p>
842
+ * <p>
853
843
  * <i>Events</i> include message sends, deliveries, opens, clicks, bounces,
854
844
  * and complaints. <i>Event destinations</i> are places that you can send
855
845
  * information about these events to. For example, you can send event data to Amazon SNS to
@@ -875,10 +865,10 @@ export declare class SESv2 extends SESv2Client {
875
865
  updateContactList(args: UpdateContactListCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateContactListCommandOutput) => void): void;
876
866
  /**
877
867
  * <p>Updates an existing custom verification email template.</p>
878
- * <p>For more information about custom verification email templates, see <a href="https://docs.aws.amazon.com/ses/latest/dg/creating-identities.html#send-email-verify-address-custom">Using
868
+ * <p>For more information about custom verification email templates, see <a href="https://docs.aws.amazon.com/ses/latest/dg/creating-identities.html#send-email-verify-address-custom">Using
879
869
  * custom verification email templates</a> in the <i>Amazon SES Developer
880
870
  * Guide</i>.</p>
881
- * <p>You can execute this operation no more than once per second.</p>
871
+ * <p>You can execute this operation no more than once per second.</p>
882
872
  */
883
873
  updateCustomVerificationEmailTemplate(args: UpdateCustomVerificationEmailTemplateCommandInput, options?: __HttpHandlerOptions): Promise<UpdateCustomVerificationEmailTemplateCommandOutput>;
884
874
  updateCustomVerificationEmailTemplate(args: UpdateCustomVerificationEmailTemplateCommandInput, cb: (err: any, data?: UpdateCustomVerificationEmailTemplateCommandOutput) => void): void;
@@ -887,16 +877,15 @@ export declare class SESv2 extends SESv2Client {
887
877
  * <p>Updates the specified sending authorization policy for the given identity (an email
888
878
  * address or a domain). This API returns successfully even if a policy with the specified
889
879
  * name does not exist.</p>
890
- * <note>
880
+ * <note>
891
881
  * <p>This API is for the identity owner only. If you have not verified the identity,
892
882
  * this API will return an error.</p>
893
- * </note>
894
- * <p>Sending authorization is a feature that enables an identity owner to authorize other
883
+ * </note>
884
+ * <p>Sending authorization is a feature that enables an identity owner to authorize other
895
885
  * senders to use its identities. For information about using sending authorization, see
896
886
  * the <a href="https://docs.aws.amazon.com/ses/latest/DeveloperGuide/sending-authorization.html">Amazon SES Developer
897
887
  * Guide</a>.</p>
898
- *
899
- * <p>You can execute this operation no more than once per second.</p>
888
+ * <p>You can execute this operation no more than once per second.</p>
900
889
  */
901
890
  updateEmailIdentityPolicy(args: UpdateEmailIdentityPolicyCommandInput, options?: __HttpHandlerOptions): Promise<UpdateEmailIdentityPolicyCommandOutput>;
902
891
  updateEmailIdentityPolicy(args: UpdateEmailIdentityPolicyCommandInput, cb: (err: any, data?: UpdateEmailIdentityPolicyCommandOutput) => void): void;
@@ -905,7 +894,7 @@ export declare class SESv2 extends SESv2Client {
905
894
  * <p>Updates an email template. Email templates enable you to send personalized email to
906
895
  * one or more destinations in a single API operation. For more information, see the <a href="https://docs.aws.amazon.com/ses/latest/DeveloperGuide/send-personalized-email-api.html">Amazon SES Developer
907
896
  * Guide</a>.</p>
908
- * <p>You can execute this operation no more than once per second.</p>
897
+ * <p>You can execute this operation no more than once per second.</p>
909
898
  */
910
899
  updateEmailTemplate(args: UpdateEmailTemplateCommandInput, options?: __HttpHandlerOptions): Promise<UpdateEmailTemplateCommandOutput>;
911
900
  updateEmailTemplate(args: UpdateEmailTemplateCommandInput, cb: (err: any, data?: UpdateEmailTemplateCommandOutput) => void): void;
@@ -210,11 +210,10 @@ export interface SESv2ClientResolvedConfig extends SESv2ClientResolvedConfigType
210
210
  }
211
211
  /**
212
212
  * <fullname>Amazon SES API v2</fullname>
213
- *
214
- * <p>
213
+ * <p>
215
214
  * <a href="http://aws.amazon.com/ses">Amazon SES</a> is an Amazon Web Services service that
216
215
  * you can use to send email messages to your customers.</p>
217
- * <p>If you're new to Amazon SES API v2, you might find it helpful to review the <a href="https://docs.aws.amazon.com/ses/latest/DeveloperGuide/">Amazon Simple Email Service Developer
216
+ * <p>If you're new to Amazon SES API v2, you might find it helpful to review the <a href="https://docs.aws.amazon.com/ses/latest/DeveloperGuide/">Amazon Simple Email Service Developer
218
217
  * Guide</a>. The <i>Amazon SES Developer Guide</i> provides information
219
218
  * and code samples that demonstrate how to use Amazon SES API v2 features programmatically.</p>
220
219
  */