@aws-sdk/client-sesv2 3.287.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.
- package/dist-cjs/endpoint/ruleset.js +3 -3
- package/dist-cjs/models/models_0.js +1 -0
- package/dist-es/endpoint/ruleset.js +3 -3
- package/dist-es/models/models_0.js +1 -0
- package/dist-types/SESv2.d.ts +70 -81
- package/dist-types/SESv2Client.d.ts +2 -3
- package/dist-types/commands/BatchGetMetricDataCommand.d.ts +1 -1
- package/dist-types/commands/CreateConfigurationSetEventDestinationCommand.d.ts +1 -1
- package/dist-types/commands/CreateCustomVerificationEmailTemplateCommand.d.ts +2 -2
- package/dist-types/commands/CreateEmailIdentityCommand.d.ts +5 -5
- package/dist-types/commands/CreateEmailIdentityPolicyCommand.d.ts +4 -5
- package/dist-types/commands/CreateEmailTemplateCommand.d.ts +1 -1
- package/dist-types/commands/DeleteConfigurationSetCommand.d.ts +1 -1
- package/dist-types/commands/DeleteConfigurationSetEventDestinationCommand.d.ts +1 -1
- package/dist-types/commands/DeleteCustomVerificationEmailTemplateCommand.d.ts +2 -2
- package/dist-types/commands/DeleteEmailIdentityPolicyCommand.d.ts +4 -5
- package/dist-types/commands/DeleteEmailTemplateCommand.d.ts +1 -2
- package/dist-types/commands/GetConfigurationSetCommand.d.ts +1 -1
- package/dist-types/commands/GetConfigurationSetEventDestinationsCommand.d.ts +1 -1
- package/dist-types/commands/GetCustomVerificationEmailTemplateCommand.d.ts +2 -2
- package/dist-types/commands/GetDeliverabilityDashboardOptionsCommand.d.ts +1 -2
- package/dist-types/commands/GetEmailIdentityPoliciesCommand.d.ts +4 -4
- package/dist-types/commands/GetEmailTemplateCommand.d.ts +1 -2
- package/dist-types/commands/ListConfigurationSetsCommand.d.ts +1 -1
- package/dist-types/commands/ListCustomVerificationEmailTemplatesCommand.d.ts +2 -2
- package/dist-types/commands/ListEmailTemplatesCommand.d.ts +1 -2
- package/dist-types/commands/ListRecommendationsCommand.d.ts +1 -1
- package/dist-types/commands/PutAccountVdmAttributesCommand.d.ts +1 -1
- package/dist-types/commands/PutConfigurationSetVdmOptionsCommand.d.ts +1 -1
- package/dist-types/commands/PutDedicatedIpInPoolCommand.d.ts +2 -3
- package/dist-types/commands/PutDeliverabilityDashboardOptionCommand.d.ts +1 -2
- package/dist-types/commands/PutEmailIdentityDkimSigningAttributesCommand.d.ts +7 -7
- package/dist-types/commands/PutEmailIdentityFeedbackAttributesCommand.d.ts +2 -2
- package/dist-types/commands/SendCustomVerificationEmailCommand.d.ts +2 -2
- package/dist-types/commands/SendEmailCommand.d.ts +4 -4
- package/dist-types/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/commands/TestRenderEmailTemplateCommand.d.ts +1 -2
- package/dist-types/commands/UpdateConfigurationSetEventDestinationCommand.d.ts +1 -1
- package/dist-types/commands/UpdateCustomVerificationEmailTemplateCommand.d.ts +2 -2
- package/dist-types/commands/UpdateEmailIdentityPolicyCommand.d.ts +4 -5
- package/dist-types/commands/UpdateEmailTemplateCommand.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +307 -231
- package/dist-types/ts3.4/models/models_0.d.ts +1 -0
- package/package.json +4 -4
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.ruleSet = void 0;
|
|
4
|
-
const
|
|
5
|
-
const a = "
|
|
6
|
-
const _data = { version: "1.0", parameters: { Region:
|
|
4
|
+
const q = "required", r = "fn", s = "argv", t = "ref";
|
|
5
|
+
const a = "isSet", b = "tree", c = "error", d = "endpoint", e = "PartitionResult", f = { [q]: false, "type": "String" }, g = { [q]: true, "default": false, "type": "Boolean" }, h = { [t]: "Endpoint" }, i = { [r]: "booleanEquals", [s]: [{ [t]: "UseFIPS" }, true] }, j = { [r]: "booleanEquals", [s]: [{ [t]: "UseDualStack" }, true] }, k = {}, l = { [r]: "booleanEquals", [s]: [true, { [r]: "getAttr", [s]: [{ [t]: e }, "supportsFIPS"] }] }, m = { [r]: "booleanEquals", [s]: [true, { [r]: "getAttr", [s]: [{ [t]: e }, "supportsDualStack"] }] }, n = [i], o = [j], p = [{ [t]: "Region" }];
|
|
6
|
+
const _data = { version: "1.0", parameters: { Region: f, UseDualStack: g, UseFIPS: g, Endpoint: f }, rules: [{ conditions: [{ [r]: a, [s]: [h] }], type: b, rules: [{ conditions: n, error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: c }, { type: b, rules: [{ conditions: o, error: "Invalid Configuration: Dualstack and custom endpoint are not supported", type: c }, { endpoint: { url: h, properties: k, headers: k }, type: d }] }] }, { type: b, rules: [{ conditions: [{ [r]: a, [s]: p }], type: b, rules: [{ conditions: [{ [r]: "aws.partition", [s]: p, assign: e }], type: b, rules: [{ conditions: [i, j], type: b, rules: [{ conditions: [l, m], type: b, rules: [{ type: b, rules: [{ endpoint: { url: "https://email-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: k, headers: k }, type: d }] }] }, { error: "FIPS and DualStack are enabled, but this partition does not support one or both", type: c }] }, { conditions: n, type: b, rules: [{ conditions: [l], type: b, rules: [{ type: b, rules: [{ endpoint: { url: "https://email-fips.{Region}.{PartitionResult#dnsSuffix}", properties: k, headers: k }, type: d }] }] }, { error: "FIPS is enabled but this partition does not support FIPS", type: c }] }, { conditions: o, type: b, rules: [{ conditions: [m], type: b, rules: [{ type: b, rules: [{ endpoint: { url: "https://email.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: k, headers: k }, type: d }] }] }, { error: "DualStack is enabled but this partition does not support DualStack", type: c }] }, { type: b, rules: [{ endpoint: { url: "https://email.{Region}.{PartitionResult#dnsSuffix}", properties: k, headers: k }, type: d }] }] }] }, { error: "Invalid Configuration: Missing Region", type: c }] }] };
|
|
7
7
|
exports.ruleSet = _data;
|
|
@@ -389,6 +389,7 @@ var RecommendationStatus;
|
|
|
389
389
|
})(RecommendationStatus = exports.RecommendationStatus || (exports.RecommendationStatus = {}));
|
|
390
390
|
var RecommendationType;
|
|
391
391
|
(function (RecommendationType) {
|
|
392
|
+
RecommendationType["BIMI"] = "BIMI";
|
|
392
393
|
RecommendationType["DKIM"] = "DKIM";
|
|
393
394
|
RecommendationType["DMARC"] = "DMARC";
|
|
394
395
|
RecommendationType["SPF"] = "SPF";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const
|
|
2
|
-
const a = "
|
|
3
|
-
const _data = { version: "1.0", parameters: { Region:
|
|
1
|
+
const q = "required", r = "fn", s = "argv", t = "ref";
|
|
2
|
+
const a = "isSet", b = "tree", c = "error", d = "endpoint", e = "PartitionResult", f = { [q]: false, "type": "String" }, g = { [q]: true, "default": false, "type": "Boolean" }, h = { [t]: "Endpoint" }, i = { [r]: "booleanEquals", [s]: [{ [t]: "UseFIPS" }, true] }, j = { [r]: "booleanEquals", [s]: [{ [t]: "UseDualStack" }, true] }, k = {}, l = { [r]: "booleanEquals", [s]: [true, { [r]: "getAttr", [s]: [{ [t]: e }, "supportsFIPS"] }] }, m = { [r]: "booleanEquals", [s]: [true, { [r]: "getAttr", [s]: [{ [t]: e }, "supportsDualStack"] }] }, n = [i], o = [j], p = [{ [t]: "Region" }];
|
|
3
|
+
const _data = { version: "1.0", parameters: { Region: f, UseDualStack: g, UseFIPS: g, Endpoint: f }, rules: [{ conditions: [{ [r]: a, [s]: [h] }], type: b, rules: [{ conditions: n, error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: c }, { type: b, rules: [{ conditions: o, error: "Invalid Configuration: Dualstack and custom endpoint are not supported", type: c }, { endpoint: { url: h, properties: k, headers: k }, type: d }] }] }, { type: b, rules: [{ conditions: [{ [r]: a, [s]: p }], type: b, rules: [{ conditions: [{ [r]: "aws.partition", [s]: p, assign: e }], type: b, rules: [{ conditions: [i, j], type: b, rules: [{ conditions: [l, m], type: b, rules: [{ type: b, rules: [{ endpoint: { url: "https://email-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: k, headers: k }, type: d }] }] }, { error: "FIPS and DualStack are enabled, but this partition does not support one or both", type: c }] }, { conditions: n, type: b, rules: [{ conditions: [l], type: b, rules: [{ type: b, rules: [{ endpoint: { url: "https://email-fips.{Region}.{PartitionResult#dnsSuffix}", properties: k, headers: k }, type: d }] }] }, { error: "FIPS is enabled but this partition does not support FIPS", type: c }] }, { conditions: o, type: b, rules: [{ conditions: [m], type: b, rules: [{ type: b, rules: [{ endpoint: { url: "https://email.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: k, headers: k }, type: d }] }] }, { error: "DualStack is enabled but this partition does not support DualStack", type: c }] }, { type: b, rules: [{ endpoint: { url: "https://email.{Region}.{PartitionResult#dnsSuffix}", properties: k, headers: k }, type: d }] }] }] }, { error: "Invalid Configuration: Missing Region", type: c }] }] };
|
|
4
4
|
export const ruleSet = _data;
|
|
@@ -368,6 +368,7 @@ export var RecommendationStatus;
|
|
|
368
368
|
})(RecommendationStatus || (RecommendationStatus = {}));
|
|
369
369
|
export var RecommendationType;
|
|
370
370
|
(function (RecommendationType) {
|
|
371
|
+
RecommendationType["BIMI"] = "BIMI";
|
|
371
372
|
RecommendationType["DKIM"] = "DKIM";
|
|
372
373
|
RecommendationType["DMARC"] = "DMARC";
|
|
373
374
|
RecommendationType["SPF"] = "SPF";
|
package/dist-types/SESv2.d.ts
CHANGED
|
@@ -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
|
-
*
|
|
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
|
-
*
|
|
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
|
-
*
|
|
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
|
-
*
|
|
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
|
-
*
|
|
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
|
-
*
|
|
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
|
-
*
|
|
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
|
-
*
|
|
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
|
-
*
|
|
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
|
-
*
|
|
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
|
-
*
|
|
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
|
-
*
|
|
212
|
-
*
|
|
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
|
-
*
|
|
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
|
-
*
|
|
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
|
-
*
|
|
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
|
-
*
|
|
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
|
-
*
|
|
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
|
-
*
|
|
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
|
-
*
|
|
303
|
-
*
|
|
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
|
-
*
|
|
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
|
-
*
|
|
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
|
-
*
|
|
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
|
-
*
|
|
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
|
-
*
|
|
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
|
-
*
|
|
461
|
-
*
|
|
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
|
-
*
|
|
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
|
-
*
|
|
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
|
-
*
|
|
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
|
-
*
|
|
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
|
-
*
|
|
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
|
-
*
|
|
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
|
-
*
|
|
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
|
-
*
|
|
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
|
-
*
|
|
710
|
+
* <ul>
|
|
720
711
|
* <li>
|
|
721
|
-
*
|
|
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
|
-
*
|
|
716
|
+
* <p>Update the key length that should be used for Easy DKIM.</p>
|
|
726
717
|
* </li>
|
|
727
718
|
* <li>
|
|
728
|
-
*
|
|
719
|
+
* <p>Change from using no DKIM authentication to using Easy DKIM.</p>
|
|
729
720
|
* </li>
|
|
730
721
|
* <li>
|
|
731
|
-
*
|
|
722
|
+
* <p>Change from using no DKIM authentication to using BYODKIM.</p>
|
|
732
723
|
* </li>
|
|
733
724
|
* <li>
|
|
734
|
-
*
|
|
725
|
+
* <p>Change from using Easy DKIM to using BYODKIM.</p>
|
|
735
726
|
* </li>
|
|
736
727
|
* <li>
|
|
737
|
-
*
|
|
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
|
-
*
|
|
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
|
-
*
|
|
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
|
-
*
|
|
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
|
-
*
|
|
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
|
-
*
|
|
786
|
+
* <ul>
|
|
796
787
|
* <li>
|
|
797
|
-
*
|
|
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
|
-
*
|
|
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
|
-
*
|
|
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
|
-
*
|
|
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
|
-
*
|
|
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
|
-
*
|
|
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
|
-
*
|
|
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
|
-
*
|
|
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
|
-
*
|
|
894
|
-
*
|
|
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
|
-
*
|
|
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
|
-
*
|
|
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
|
*/
|
|
@@ -15,7 +15,7 @@ export interface BatchGetMetricDataCommandOutput extends BatchGetMetricDataRespo
|
|
|
15
15
|
}
|
|
16
16
|
/**
|
|
17
17
|
* <p>Retrieves batches of metric data collected based on your sending activity.</p>
|
|
18
|
-
*
|
|
18
|
+
* <p>You can execute this operation no more than 16 times per second,
|
|
19
19
|
* and with at most 160 queries from the batches per second (cumulative).</p>
|
|
20
20
|
* @example
|
|
21
21
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -20,7 +20,7 @@ export interface CreateConfigurationSetEventDestinationCommandOutput extends Cre
|
|
|
20
20
|
* to. For example, you can send event data to Amazon SNS to receive notifications when you
|
|
21
21
|
* receive bounces or complaints, or you can use Amazon Kinesis Data Firehose to stream data to Amazon S3 for long-term
|
|
22
22
|
* storage.</p>
|
|
23
|
-
*
|
|
23
|
+
* <p>A single configuration set can include more than one event destination.</p>
|
|
24
24
|
* @example
|
|
25
25
|
* Use a bare-bones client and the command you need to make an API call.
|
|
26
26
|
* ```javascript
|
|
@@ -15,10 +15,10 @@ export interface CreateCustomVerificationEmailTemplateCommandOutput extends Crea
|
|
|
15
15
|
}
|
|
16
16
|
/**
|
|
17
17
|
* <p>Creates a new custom verification email template.</p>
|
|
18
|
-
*
|
|
18
|
+
* <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
|
|
19
19
|
* custom verification email templates</a> in the <i>Amazon SES Developer
|
|
20
20
|
* Guide</i>.</p>
|
|
21
|
-
*
|
|
21
|
+
* <p>You can execute this operation no more than once per second.</p>
|
|
22
22
|
* @example
|
|
23
23
|
* Use a bare-bones client and the command you need to make an API call.
|
|
24
24
|
* ```javascript
|