@aws-sdk/client-sesv2 3.686.0 → 3.691.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.
@@ -47,7 +47,7 @@ export interface PutEmailIdentityDkimSigningAttributesResponse {
47
47
  * </ul>
48
48
  * @public
49
49
  */
50
- DkimStatus?: DkimStatus;
50
+ DkimStatus?: DkimStatus | undefined;
51
51
  /**
52
52
  * <p>If you used <a href="https://docs.aws.amazon.com/ses/latest/DeveloperGuide/easy-dkim.html">Easy DKIM</a> to configure DKIM authentication for the domain, then this object
53
53
  * contains a set of unique strings that you use to create a set of CNAME records that you
@@ -60,7 +60,7 @@ export interface PutEmailIdentityDkimSigningAttributesResponse {
60
60
  * appropriate records in the DNS configuration of the domain for up to 72 hours.</p>
61
61
  * @public
62
62
  */
63
- DkimTokens?: string[];
63
+ DkimTokens?: string[] | undefined;
64
64
  }
65
65
  /**
66
66
  * <p>A request to set the attributes that control how bounce and complaint events are
@@ -84,7 +84,7 @@ export interface PutEmailIdentityFeedbackAttributesRequest {
84
84
  * occur (even if this setting is disabled).</p>
85
85
  * @public
86
86
  */
87
- EmailForwardingEnabled?: boolean;
87
+ EmailForwardingEnabled?: boolean | undefined;
88
88
  }
89
89
  /**
90
90
  * <p>An HTTP 200 response if the request succeeds, or an error message if the request
@@ -120,7 +120,7 @@ export interface PutEmailIdentityMailFromAttributesRequest {
120
120
  * </ul>
121
121
  * @public
122
122
  */
123
- MailFromDomain?: string;
123
+ MailFromDomain?: string | undefined;
124
124
  /**
125
125
  * <p>The action to take if the required MX record isn't found when you send an email. When
126
126
  * you set this value to <code>UseDefaultValue</code>, the mail is sent using
@@ -133,7 +133,7 @@ export interface PutEmailIdentityMailFromAttributesRequest {
133
133
  * states.</p>
134
134
  * @public
135
135
  */
136
- BehaviorOnMxFailure?: BehaviorOnMxFailure;
136
+ BehaviorOnMxFailure?: BehaviorOnMxFailure | undefined;
137
137
  }
138
138
  /**
139
139
  * <p>An HTTP 200 response if the request succeeds, or an error message if the request
@@ -179,7 +179,7 @@ export interface SendBulkEmailRequest {
179
179
  * specify has to be verified.</p>
180
180
  * @public
181
181
  */
182
- FromEmailAddress?: string;
182
+ FromEmailAddress?: string | undefined;
183
183
  /**
184
184
  * <p>This parameter is used only for sending authorization. It is the ARN of the identity
185
185
  * that is associated with the sending authorization policy that permits you to use the
@@ -194,18 +194,18 @@ export interface SendBulkEmailRequest {
194
194
  * Guide</a>.</p>
195
195
  * @public
196
196
  */
197
- FromEmailAddressIdentityArn?: string;
197
+ FromEmailAddressIdentityArn?: string | undefined;
198
198
  /**
199
199
  * <p>The "Reply-to" email addresses for the message. When the recipient replies to the
200
200
  * message, each Reply-to address receives the reply.</p>
201
201
  * @public
202
202
  */
203
- ReplyToAddresses?: string[];
203
+ ReplyToAddresses?: string[] | undefined;
204
204
  /**
205
205
  * <p>The address that you want bounce and complaint notifications to be sent to.</p>
206
206
  * @public
207
207
  */
208
- FeedbackForwardingEmailAddress?: string;
208
+ FeedbackForwardingEmailAddress?: string | undefined;
209
209
  /**
210
210
  * <p>This parameter is used only for sending authorization. It is the ARN of the identity
211
211
  * that is associated with the sending authorization policy that permits you to use the
@@ -221,14 +221,14 @@ export interface SendBulkEmailRequest {
221
221
  * Guide</a>.</p>
222
222
  * @public
223
223
  */
224
- FeedbackForwardingEmailAddressIdentityArn?: string;
224
+ FeedbackForwardingEmailAddressIdentityArn?: string | undefined;
225
225
  /**
226
226
  * <p>A list of tags, in the form of name/value pairs, to apply to an email that you send
227
227
  * using the <code>SendEmail</code> operation. Tags correspond to characteristics of the
228
228
  * email that you define, so that you can publish email sending events.</p>
229
229
  * @public
230
230
  */
231
- DefaultEmailTags?: MessageTag[];
231
+ DefaultEmailTags?: MessageTag[] | undefined;
232
232
  /**
233
233
  * <p>An object that contains the body of the message. You can specify a template
234
234
  * message.</p>
@@ -244,7 +244,7 @@ export interface SendBulkEmailRequest {
244
244
  * <p>The name of the configuration set to use when sending the email.</p>
245
245
  * @public
246
246
  */
247
- ConfigurationSetName?: string;
247
+ ConfigurationSetName?: string | undefined;
248
248
  }
249
249
  /**
250
250
  * <p>The following data is returned in JSON format by the service.</p>
@@ -279,7 +279,7 @@ export interface SendCustomVerificationEmailRequest {
279
279
  * <p>Name of a configuration set to use when sending the verification email.</p>
280
280
  * @public
281
281
  */
282
- ConfigurationSetName?: string;
282
+ ConfigurationSetName?: string | undefined;
283
283
  }
284
284
  /**
285
285
  * <p>The following element is returned by the service.</p>
@@ -291,7 +291,7 @@ export interface SendCustomVerificationEmailResponse {
291
291
  * <code>SendCustomVerificationEmail</code> operation.</p>
292
292
  * @public
293
293
  */
294
- MessageId?: string;
294
+ MessageId?: string | undefined;
295
295
  }
296
296
  /**
297
297
  * <p>Represents a request to send a single formatted email using Amazon SES. For more
@@ -306,7 +306,7 @@ export interface SendEmailRequest {
306
306
  * </p>
307
307
  * @public
308
308
  */
309
- FromEmailAddress?: string;
309
+ FromEmailAddress?: string | undefined;
310
310
  /**
311
311
  * <p>This parameter is used only for sending authorization. It is the ARN of the identity
312
312
  * that is associated with the sending authorization policy that permits you to use the
@@ -324,23 +324,23 @@ export interface SendEmailRequest {
324
324
  * content.</p>
325
325
  * @public
326
326
  */
327
- FromEmailAddressIdentityArn?: string;
327
+ FromEmailAddressIdentityArn?: string | undefined;
328
328
  /**
329
329
  * <p>An object that contains the recipients of the email message.</p>
330
330
  * @public
331
331
  */
332
- Destination?: Destination;
332
+ Destination?: Destination | undefined;
333
333
  /**
334
334
  * <p>The "Reply-to" email addresses for the message. When the recipient replies to the
335
335
  * message, each Reply-to address receives the reply.</p>
336
336
  * @public
337
337
  */
338
- ReplyToAddresses?: string[];
338
+ ReplyToAddresses?: string[] | undefined;
339
339
  /**
340
340
  * <p>The address that you want bounce and complaint notifications to be sent to.</p>
341
341
  * @public
342
342
  */
343
- FeedbackForwardingEmailAddress?: string;
343
+ FeedbackForwardingEmailAddress?: string | undefined;
344
344
  /**
345
345
  * <p>This parameter is used only for sending authorization. It is the ARN of the identity
346
346
  * that is associated with the sending authorization policy that permits you to use the
@@ -356,7 +356,7 @@ export interface SendEmailRequest {
356
356
  * Guide</a>.</p>
357
357
  * @public
358
358
  */
359
- FeedbackForwardingEmailAddressIdentityArn?: string;
359
+ FeedbackForwardingEmailAddressIdentityArn?: string | undefined;
360
360
  /**
361
361
  * <p>An object that contains the body of the message. You can send either a Simple message,
362
362
  * Raw message, or a Templated message.</p>
@@ -369,18 +369,18 @@ export interface SendEmailRequest {
369
369
  * email that you define, so that you can publish email sending events. </p>
370
370
  * @public
371
371
  */
372
- EmailTags?: MessageTag[];
372
+ EmailTags?: MessageTag[] | undefined;
373
373
  /**
374
374
  * <p>The name of the configuration set to use when sending the email.</p>
375
375
  * @public
376
376
  */
377
- ConfigurationSetName?: string;
377
+ ConfigurationSetName?: string | undefined;
378
378
  /**
379
379
  * <p>An object used to specify a list or topic to which an email belongs, which will be
380
380
  * used when a contact chooses to unsubscribe.</p>
381
381
  * @public
382
382
  */
383
- ListManagementOptions?: ListManagementOptions;
383
+ ListManagementOptions?: ListManagementOptions | undefined;
384
384
  }
385
385
  /**
386
386
  * <p>A unique message ID that you receive when an email is accepted for sending.</p>
@@ -398,7 +398,7 @@ export interface SendEmailResponse {
398
398
  * </note>
399
399
  * @public
400
400
  */
401
- MessageId?: string;
401
+ MessageId?: string | undefined;
402
402
  }
403
403
  /**
404
404
  * @public
@@ -531,18 +531,18 @@ export interface UpdateContactRequest {
531
531
  * <p>The contact's preference for being opted-in to or opted-out of a topic.</p>
532
532
  * @public
533
533
  */
534
- TopicPreferences?: TopicPreference[];
534
+ TopicPreferences?: TopicPreference[] | undefined;
535
535
  /**
536
536
  * <p>A boolean value status noting if the contact is unsubscribed from all contact list
537
537
  * topics.</p>
538
538
  * @public
539
539
  */
540
- UnsubscribeAll?: boolean;
540
+ UnsubscribeAll?: boolean | undefined;
541
541
  /**
542
542
  * <p>The attribute data attached to a contact.</p>
543
543
  * @public
544
544
  */
545
- AttributesData?: string;
545
+ AttributesData?: string | undefined;
546
546
  }
547
547
  /**
548
548
  * @public
@@ -563,12 +563,12 @@ export interface UpdateContactListRequest {
563
563
  * topics.</p>
564
564
  * @public
565
565
  */
566
- Topics?: Topic[];
566
+ Topics?: Topic[] | undefined;
567
567
  /**
568
568
  * <p>A description of what the contact list is about.</p>
569
569
  * @public
570
570
  */
571
- Description?: string;
571
+ Description?: string | undefined;
572
572
  }
573
573
  /**
574
574
  * @public