@aws-sdk/client-ses 3.952.0 → 3.953.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/index.js +957 -670
- package/dist-cjs/runtimeConfig.shared.js +7 -6
- package/dist-es/commands/CloneReceiptRuleSetCommand.js +2 -2
- package/dist-es/commands/CreateConfigurationSetCommand.js +2 -2
- package/dist-es/commands/CreateConfigurationSetEventDestinationCommand.js +2 -2
- package/dist-es/commands/CreateConfigurationSetTrackingOptionsCommand.js +2 -2
- package/dist-es/commands/CreateCustomVerificationEmailTemplateCommand.js +2 -2
- package/dist-es/commands/CreateReceiptFilterCommand.js +2 -2
- package/dist-es/commands/CreateReceiptRuleCommand.js +2 -2
- package/dist-es/commands/CreateReceiptRuleSetCommand.js +2 -2
- package/dist-es/commands/CreateTemplateCommand.js +2 -2
- package/dist-es/commands/DeleteConfigurationSetCommand.js +2 -2
- package/dist-es/commands/DeleteConfigurationSetEventDestinationCommand.js +2 -2
- package/dist-es/commands/DeleteConfigurationSetTrackingOptionsCommand.js +2 -2
- package/dist-es/commands/DeleteCustomVerificationEmailTemplateCommand.js +2 -2
- package/dist-es/commands/DeleteIdentityCommand.js +2 -2
- package/dist-es/commands/DeleteIdentityPolicyCommand.js +2 -2
- package/dist-es/commands/DeleteReceiptFilterCommand.js +2 -2
- package/dist-es/commands/DeleteReceiptRuleCommand.js +2 -2
- package/dist-es/commands/DeleteReceiptRuleSetCommand.js +2 -2
- package/dist-es/commands/DeleteTemplateCommand.js +2 -2
- package/dist-es/commands/DeleteVerifiedEmailAddressCommand.js +2 -2
- package/dist-es/commands/DescribeActiveReceiptRuleSetCommand.js +2 -2
- package/dist-es/commands/DescribeConfigurationSetCommand.js +2 -2
- package/dist-es/commands/DescribeReceiptRuleCommand.js +2 -2
- package/dist-es/commands/DescribeReceiptRuleSetCommand.js +2 -2
- package/dist-es/commands/GetAccountSendingEnabledCommand.js +2 -2
- package/dist-es/commands/GetCustomVerificationEmailTemplateCommand.js +2 -2
- package/dist-es/commands/GetIdentityDkimAttributesCommand.js +2 -2
- package/dist-es/commands/GetIdentityMailFromDomainAttributesCommand.js +2 -2
- package/dist-es/commands/GetIdentityNotificationAttributesCommand.js +2 -2
- package/dist-es/commands/GetIdentityPoliciesCommand.js +2 -2
- package/dist-es/commands/GetIdentityVerificationAttributesCommand.js +2 -2
- package/dist-es/commands/GetSendQuotaCommand.js +2 -2
- package/dist-es/commands/GetSendStatisticsCommand.js +2 -2
- package/dist-es/commands/GetTemplateCommand.js +2 -2
- package/dist-es/commands/ListConfigurationSetsCommand.js +2 -2
- package/dist-es/commands/ListCustomVerificationEmailTemplatesCommand.js +2 -2
- package/dist-es/commands/ListIdentitiesCommand.js +2 -2
- package/dist-es/commands/ListIdentityPoliciesCommand.js +2 -2
- package/dist-es/commands/ListReceiptFiltersCommand.js +2 -2
- package/dist-es/commands/ListReceiptRuleSetsCommand.js +2 -2
- package/dist-es/commands/ListTemplatesCommand.js +2 -2
- package/dist-es/commands/ListVerifiedEmailAddressesCommand.js +2 -2
- package/dist-es/commands/PutConfigurationSetDeliveryOptionsCommand.js +2 -2
- package/dist-es/commands/PutIdentityPolicyCommand.js +2 -2
- package/dist-es/commands/ReorderReceiptRuleSetCommand.js +2 -2
- package/dist-es/commands/SendBounceCommand.js +2 -2
- package/dist-es/commands/SendBulkTemplatedEmailCommand.js +2 -2
- package/dist-es/commands/SendCustomVerificationEmailCommand.js +2 -2
- package/dist-es/commands/SendEmailCommand.js +2 -2
- package/dist-es/commands/SendRawEmailCommand.js +2 -2
- package/dist-es/commands/SendTemplatedEmailCommand.js +2 -2
- package/dist-es/commands/SetActiveReceiptRuleSetCommand.js +2 -2
- package/dist-es/commands/SetIdentityDkimEnabledCommand.js +2 -2
- package/dist-es/commands/SetIdentityFeedbackForwardingEnabledCommand.js +2 -2
- package/dist-es/commands/SetIdentityHeadersInNotificationsEnabledCommand.js +2 -2
- package/dist-es/commands/SetIdentityMailFromDomainCommand.js +2 -2
- package/dist-es/commands/SetIdentityNotificationTopicCommand.js +2 -2
- package/dist-es/commands/SetReceiptRulePositionCommand.js +2 -2
- package/dist-es/commands/TestRenderTemplateCommand.js +2 -2
- package/dist-es/commands/UpdateAccountSendingEnabledCommand.js +2 -2
- package/dist-es/commands/UpdateConfigurationSetEventDestinationCommand.js +2 -2
- package/dist-es/commands/UpdateConfigurationSetReputationMetricsEnabledCommand.js +2 -2
- package/dist-es/commands/UpdateConfigurationSetSendingEnabledCommand.js +2 -2
- package/dist-es/commands/UpdateConfigurationSetTrackingOptionsCommand.js +2 -2
- package/dist-es/commands/UpdateCustomVerificationEmailTemplateCommand.js +2 -2
- package/dist-es/commands/UpdateReceiptRuleCommand.js +2 -2
- package/dist-es/commands/UpdateTemplateCommand.js +2 -2
- package/dist-es/commands/VerifyDomainDkimCommand.js +2 -2
- package/dist-es/commands/VerifyDomainIdentityCommand.js +2 -2
- package/dist-es/commands/VerifyEmailAddressCommand.js +2 -2
- package/dist-es/commands/VerifyEmailIdentityCommand.js +2 -2
- package/dist-es/index.js +1 -0
- package/dist-es/runtimeConfig.shared.js +7 -6
- package/dist-es/schemas/schemas_0.js +515 -506
- package/dist-types/SESClient.d.ts +1 -10
- package/dist-types/index.d.ts +1 -0
- package/dist-types/runtimeConfig.browser.d.ts +6 -2
- package/dist-types/runtimeConfig.d.ts +6 -2
- package/dist-types/runtimeConfig.native.d.ts +6 -2
- package/dist-types/runtimeConfig.shared.d.ts +6 -1
- package/dist-types/schemas/schemas_0.d.ts +279 -308
- package/dist-types/ts3.4/SESClient.d.ts +0 -4
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +278 -309
- package/package.json +35 -35
package/dist-cjs/index.js
CHANGED
|
@@ -111,14 +111,14 @@ class SESClient extends smithyClient.Client {
|
|
|
111
111
|
}
|
|
112
112
|
}
|
|
113
113
|
|
|
114
|
-
|
|
114
|
+
class SESServiceException extends smithyClient.ServiceException {
|
|
115
115
|
constructor(options) {
|
|
116
116
|
super(options);
|
|
117
117
|
Object.setPrototypeOf(this, SESServiceException.prototype);
|
|
118
118
|
}
|
|
119
|
-
}
|
|
119
|
+
}
|
|
120
120
|
|
|
121
|
-
|
|
121
|
+
class AccountSendingPausedException extends SESServiceException {
|
|
122
122
|
name = "AccountSendingPausedException";
|
|
123
123
|
$fault = "client";
|
|
124
124
|
constructor(opts) {
|
|
@@ -129,8 +129,8 @@ let AccountSendingPausedException$1 = class AccountSendingPausedException extend
|
|
|
129
129
|
});
|
|
130
130
|
Object.setPrototypeOf(this, AccountSendingPausedException.prototype);
|
|
131
131
|
}
|
|
132
|
-
}
|
|
133
|
-
|
|
132
|
+
}
|
|
133
|
+
class AlreadyExistsException extends SESServiceException {
|
|
134
134
|
name = "AlreadyExistsException";
|
|
135
135
|
$fault = "client";
|
|
136
136
|
Name;
|
|
@@ -143,8 +143,8 @@ let AlreadyExistsException$1 = class AlreadyExistsException extends SESServiceEx
|
|
|
143
143
|
Object.setPrototypeOf(this, AlreadyExistsException.prototype);
|
|
144
144
|
this.Name = opts.Name;
|
|
145
145
|
}
|
|
146
|
-
}
|
|
147
|
-
|
|
146
|
+
}
|
|
147
|
+
class CannotDeleteException extends SESServiceException {
|
|
148
148
|
name = "CannotDeleteException";
|
|
149
149
|
$fault = "client";
|
|
150
150
|
Name;
|
|
@@ -157,8 +157,8 @@ let CannotDeleteException$1 = class CannotDeleteException extends SESServiceExce
|
|
|
157
157
|
Object.setPrototypeOf(this, CannotDeleteException.prototype);
|
|
158
158
|
this.Name = opts.Name;
|
|
159
159
|
}
|
|
160
|
-
}
|
|
161
|
-
|
|
160
|
+
}
|
|
161
|
+
class LimitExceededException extends SESServiceException {
|
|
162
162
|
name = "LimitExceededException";
|
|
163
163
|
$fault = "client";
|
|
164
164
|
constructor(opts) {
|
|
@@ -169,8 +169,8 @@ let LimitExceededException$1 = class LimitExceededException extends SESServiceEx
|
|
|
169
169
|
});
|
|
170
170
|
Object.setPrototypeOf(this, LimitExceededException.prototype);
|
|
171
171
|
}
|
|
172
|
-
}
|
|
173
|
-
|
|
172
|
+
}
|
|
173
|
+
class RuleSetDoesNotExistException extends SESServiceException {
|
|
174
174
|
name = "RuleSetDoesNotExistException";
|
|
175
175
|
$fault = "client";
|
|
176
176
|
Name;
|
|
@@ -183,8 +183,8 @@ let RuleSetDoesNotExistException$1 = class RuleSetDoesNotExistException extends
|
|
|
183
183
|
Object.setPrototypeOf(this, RuleSetDoesNotExistException.prototype);
|
|
184
184
|
this.Name = opts.Name;
|
|
185
185
|
}
|
|
186
|
-
}
|
|
187
|
-
|
|
186
|
+
}
|
|
187
|
+
class ConfigurationSetAlreadyExistsException extends SESServiceException {
|
|
188
188
|
name = "ConfigurationSetAlreadyExistsException";
|
|
189
189
|
$fault = "client";
|
|
190
190
|
ConfigurationSetName;
|
|
@@ -197,8 +197,8 @@ let ConfigurationSetAlreadyExistsException$1 = class ConfigurationSetAlreadyExis
|
|
|
197
197
|
Object.setPrototypeOf(this, ConfigurationSetAlreadyExistsException.prototype);
|
|
198
198
|
this.ConfigurationSetName = opts.ConfigurationSetName;
|
|
199
199
|
}
|
|
200
|
-
}
|
|
201
|
-
|
|
200
|
+
}
|
|
201
|
+
class ConfigurationSetDoesNotExistException extends SESServiceException {
|
|
202
202
|
name = "ConfigurationSetDoesNotExistException";
|
|
203
203
|
$fault = "client";
|
|
204
204
|
ConfigurationSetName;
|
|
@@ -211,8 +211,8 @@ let ConfigurationSetDoesNotExistException$1 = class ConfigurationSetDoesNotExist
|
|
|
211
211
|
Object.setPrototypeOf(this, ConfigurationSetDoesNotExistException.prototype);
|
|
212
212
|
this.ConfigurationSetName = opts.ConfigurationSetName;
|
|
213
213
|
}
|
|
214
|
-
}
|
|
215
|
-
|
|
214
|
+
}
|
|
215
|
+
class ConfigurationSetSendingPausedException extends SESServiceException {
|
|
216
216
|
name = "ConfigurationSetSendingPausedException";
|
|
217
217
|
$fault = "client";
|
|
218
218
|
ConfigurationSetName;
|
|
@@ -225,8 +225,8 @@ let ConfigurationSetSendingPausedException$1 = class ConfigurationSetSendingPaus
|
|
|
225
225
|
Object.setPrototypeOf(this, ConfigurationSetSendingPausedException.prototype);
|
|
226
226
|
this.ConfigurationSetName = opts.ConfigurationSetName;
|
|
227
227
|
}
|
|
228
|
-
}
|
|
229
|
-
|
|
228
|
+
}
|
|
229
|
+
class InvalidConfigurationSetException extends SESServiceException {
|
|
230
230
|
name = "InvalidConfigurationSetException";
|
|
231
231
|
$fault = "client";
|
|
232
232
|
constructor(opts) {
|
|
@@ -237,8 +237,8 @@ let InvalidConfigurationSetException$1 = class InvalidConfigurationSetException
|
|
|
237
237
|
});
|
|
238
238
|
Object.setPrototypeOf(this, InvalidConfigurationSetException.prototype);
|
|
239
239
|
}
|
|
240
|
-
}
|
|
241
|
-
|
|
240
|
+
}
|
|
241
|
+
class EventDestinationAlreadyExistsException extends SESServiceException {
|
|
242
242
|
name = "EventDestinationAlreadyExistsException";
|
|
243
243
|
$fault = "client";
|
|
244
244
|
ConfigurationSetName;
|
|
@@ -253,8 +253,8 @@ let EventDestinationAlreadyExistsException$1 = class EventDestinationAlreadyExis
|
|
|
253
253
|
this.ConfigurationSetName = opts.ConfigurationSetName;
|
|
254
254
|
this.EventDestinationName = opts.EventDestinationName;
|
|
255
255
|
}
|
|
256
|
-
}
|
|
257
|
-
|
|
256
|
+
}
|
|
257
|
+
class InvalidCloudWatchDestinationException extends SESServiceException {
|
|
258
258
|
name = "InvalidCloudWatchDestinationException";
|
|
259
259
|
$fault = "client";
|
|
260
260
|
ConfigurationSetName;
|
|
@@ -269,8 +269,8 @@ let InvalidCloudWatchDestinationException$1 = class InvalidCloudWatchDestination
|
|
|
269
269
|
this.ConfigurationSetName = opts.ConfigurationSetName;
|
|
270
270
|
this.EventDestinationName = opts.EventDestinationName;
|
|
271
271
|
}
|
|
272
|
-
}
|
|
273
|
-
|
|
272
|
+
}
|
|
273
|
+
class InvalidFirehoseDestinationException extends SESServiceException {
|
|
274
274
|
name = "InvalidFirehoseDestinationException";
|
|
275
275
|
$fault = "client";
|
|
276
276
|
ConfigurationSetName;
|
|
@@ -285,8 +285,8 @@ let InvalidFirehoseDestinationException$1 = class InvalidFirehoseDestinationExce
|
|
|
285
285
|
this.ConfigurationSetName = opts.ConfigurationSetName;
|
|
286
286
|
this.EventDestinationName = opts.EventDestinationName;
|
|
287
287
|
}
|
|
288
|
-
}
|
|
289
|
-
|
|
288
|
+
}
|
|
289
|
+
class InvalidSNSDestinationException extends SESServiceException {
|
|
290
290
|
name = "InvalidSNSDestinationException";
|
|
291
291
|
$fault = "client";
|
|
292
292
|
ConfigurationSetName;
|
|
@@ -301,8 +301,8 @@ let InvalidSNSDestinationException$1 = class InvalidSNSDestinationException exte
|
|
|
301
301
|
this.ConfigurationSetName = opts.ConfigurationSetName;
|
|
302
302
|
this.EventDestinationName = opts.EventDestinationName;
|
|
303
303
|
}
|
|
304
|
-
}
|
|
305
|
-
|
|
304
|
+
}
|
|
305
|
+
class InvalidTrackingOptionsException extends SESServiceException {
|
|
306
306
|
name = "InvalidTrackingOptionsException";
|
|
307
307
|
$fault = "client";
|
|
308
308
|
constructor(opts) {
|
|
@@ -313,8 +313,8 @@ let InvalidTrackingOptionsException$1 = class InvalidTrackingOptionsException ex
|
|
|
313
313
|
});
|
|
314
314
|
Object.setPrototypeOf(this, InvalidTrackingOptionsException.prototype);
|
|
315
315
|
}
|
|
316
|
-
}
|
|
317
|
-
|
|
316
|
+
}
|
|
317
|
+
class TrackingOptionsAlreadyExistsException extends SESServiceException {
|
|
318
318
|
name = "TrackingOptionsAlreadyExistsException";
|
|
319
319
|
$fault = "client";
|
|
320
320
|
ConfigurationSetName;
|
|
@@ -327,8 +327,8 @@ let TrackingOptionsAlreadyExistsException$1 = class TrackingOptionsAlreadyExists
|
|
|
327
327
|
Object.setPrototypeOf(this, TrackingOptionsAlreadyExistsException.prototype);
|
|
328
328
|
this.ConfigurationSetName = opts.ConfigurationSetName;
|
|
329
329
|
}
|
|
330
|
-
}
|
|
331
|
-
|
|
330
|
+
}
|
|
331
|
+
class CustomVerificationEmailInvalidContentException extends SESServiceException {
|
|
332
332
|
name = "CustomVerificationEmailInvalidContentException";
|
|
333
333
|
$fault = "client";
|
|
334
334
|
constructor(opts) {
|
|
@@ -339,8 +339,8 @@ let CustomVerificationEmailInvalidContentException$1 = class CustomVerificationE
|
|
|
339
339
|
});
|
|
340
340
|
Object.setPrototypeOf(this, CustomVerificationEmailInvalidContentException.prototype);
|
|
341
341
|
}
|
|
342
|
-
}
|
|
343
|
-
|
|
342
|
+
}
|
|
343
|
+
class CustomVerificationEmailTemplateAlreadyExistsException extends SESServiceException {
|
|
344
344
|
name = "CustomVerificationEmailTemplateAlreadyExistsException";
|
|
345
345
|
$fault = "client";
|
|
346
346
|
CustomVerificationEmailTemplateName;
|
|
@@ -353,8 +353,8 @@ let CustomVerificationEmailTemplateAlreadyExistsException$1 = class CustomVerifi
|
|
|
353
353
|
Object.setPrototypeOf(this, CustomVerificationEmailTemplateAlreadyExistsException.prototype);
|
|
354
354
|
this.CustomVerificationEmailTemplateName = opts.CustomVerificationEmailTemplateName;
|
|
355
355
|
}
|
|
356
|
-
}
|
|
357
|
-
|
|
356
|
+
}
|
|
357
|
+
class FromEmailAddressNotVerifiedException extends SESServiceException {
|
|
358
358
|
name = "FromEmailAddressNotVerifiedException";
|
|
359
359
|
$fault = "client";
|
|
360
360
|
FromEmailAddress;
|
|
@@ -367,8 +367,8 @@ let FromEmailAddressNotVerifiedException$1 = class FromEmailAddressNotVerifiedEx
|
|
|
367
367
|
Object.setPrototypeOf(this, FromEmailAddressNotVerifiedException.prototype);
|
|
368
368
|
this.FromEmailAddress = opts.FromEmailAddress;
|
|
369
369
|
}
|
|
370
|
-
}
|
|
371
|
-
|
|
370
|
+
}
|
|
371
|
+
class InvalidLambdaFunctionException extends SESServiceException {
|
|
372
372
|
name = "InvalidLambdaFunctionException";
|
|
373
373
|
$fault = "client";
|
|
374
374
|
FunctionArn;
|
|
@@ -381,8 +381,8 @@ let InvalidLambdaFunctionException$1 = class InvalidLambdaFunctionException exte
|
|
|
381
381
|
Object.setPrototypeOf(this, InvalidLambdaFunctionException.prototype);
|
|
382
382
|
this.FunctionArn = opts.FunctionArn;
|
|
383
383
|
}
|
|
384
|
-
}
|
|
385
|
-
|
|
384
|
+
}
|
|
385
|
+
class InvalidS3ConfigurationException extends SESServiceException {
|
|
386
386
|
name = "InvalidS3ConfigurationException";
|
|
387
387
|
$fault = "client";
|
|
388
388
|
Bucket;
|
|
@@ -395,8 +395,8 @@ let InvalidS3ConfigurationException$1 = class InvalidS3ConfigurationException ex
|
|
|
395
395
|
Object.setPrototypeOf(this, InvalidS3ConfigurationException.prototype);
|
|
396
396
|
this.Bucket = opts.Bucket;
|
|
397
397
|
}
|
|
398
|
-
}
|
|
399
|
-
|
|
398
|
+
}
|
|
399
|
+
class InvalidSnsTopicException extends SESServiceException {
|
|
400
400
|
name = "InvalidSnsTopicException";
|
|
401
401
|
$fault = "client";
|
|
402
402
|
Topic;
|
|
@@ -409,8 +409,8 @@ let InvalidSnsTopicException$1 = class InvalidSnsTopicException extends SESServi
|
|
|
409
409
|
Object.setPrototypeOf(this, InvalidSnsTopicException.prototype);
|
|
410
410
|
this.Topic = opts.Topic;
|
|
411
411
|
}
|
|
412
|
-
}
|
|
413
|
-
|
|
412
|
+
}
|
|
413
|
+
class RuleDoesNotExistException extends SESServiceException {
|
|
414
414
|
name = "RuleDoesNotExistException";
|
|
415
415
|
$fault = "client";
|
|
416
416
|
Name;
|
|
@@ -423,8 +423,8 @@ let RuleDoesNotExistException$1 = class RuleDoesNotExistException extends SESSer
|
|
|
423
423
|
Object.setPrototypeOf(this, RuleDoesNotExistException.prototype);
|
|
424
424
|
this.Name = opts.Name;
|
|
425
425
|
}
|
|
426
|
-
}
|
|
427
|
-
|
|
426
|
+
}
|
|
427
|
+
class InvalidTemplateException extends SESServiceException {
|
|
428
428
|
name = "InvalidTemplateException";
|
|
429
429
|
$fault = "client";
|
|
430
430
|
TemplateName;
|
|
@@ -437,8 +437,8 @@ let InvalidTemplateException$1 = class InvalidTemplateException extends SESServi
|
|
|
437
437
|
Object.setPrototypeOf(this, InvalidTemplateException.prototype);
|
|
438
438
|
this.TemplateName = opts.TemplateName;
|
|
439
439
|
}
|
|
440
|
-
}
|
|
441
|
-
|
|
440
|
+
}
|
|
441
|
+
class CustomVerificationEmailTemplateDoesNotExistException extends SESServiceException {
|
|
442
442
|
name = "CustomVerificationEmailTemplateDoesNotExistException";
|
|
443
443
|
$fault = "client";
|
|
444
444
|
CustomVerificationEmailTemplateName;
|
|
@@ -451,8 +451,8 @@ let CustomVerificationEmailTemplateDoesNotExistException$1 = class CustomVerific
|
|
|
451
451
|
Object.setPrototypeOf(this, CustomVerificationEmailTemplateDoesNotExistException.prototype);
|
|
452
452
|
this.CustomVerificationEmailTemplateName = opts.CustomVerificationEmailTemplateName;
|
|
453
453
|
}
|
|
454
|
-
}
|
|
455
|
-
|
|
454
|
+
}
|
|
455
|
+
class EventDestinationDoesNotExistException extends SESServiceException {
|
|
456
456
|
name = "EventDestinationDoesNotExistException";
|
|
457
457
|
$fault = "client";
|
|
458
458
|
ConfigurationSetName;
|
|
@@ -467,8 +467,8 @@ let EventDestinationDoesNotExistException$1 = class EventDestinationDoesNotExist
|
|
|
467
467
|
this.ConfigurationSetName = opts.ConfigurationSetName;
|
|
468
468
|
this.EventDestinationName = opts.EventDestinationName;
|
|
469
469
|
}
|
|
470
|
-
}
|
|
471
|
-
|
|
470
|
+
}
|
|
471
|
+
class TrackingOptionsDoesNotExistException extends SESServiceException {
|
|
472
472
|
name = "TrackingOptionsDoesNotExistException";
|
|
473
473
|
$fault = "client";
|
|
474
474
|
ConfigurationSetName;
|
|
@@ -481,8 +481,8 @@ let TrackingOptionsDoesNotExistException$1 = class TrackingOptionsDoesNotExistEx
|
|
|
481
481
|
Object.setPrototypeOf(this, TrackingOptionsDoesNotExistException.prototype);
|
|
482
482
|
this.ConfigurationSetName = opts.ConfigurationSetName;
|
|
483
483
|
}
|
|
484
|
-
}
|
|
485
|
-
|
|
484
|
+
}
|
|
485
|
+
class TemplateDoesNotExistException extends SESServiceException {
|
|
486
486
|
name = "TemplateDoesNotExistException";
|
|
487
487
|
$fault = "client";
|
|
488
488
|
TemplateName;
|
|
@@ -495,8 +495,8 @@ let TemplateDoesNotExistException$1 = class TemplateDoesNotExistException extend
|
|
|
495
495
|
Object.setPrototypeOf(this, TemplateDoesNotExistException.prototype);
|
|
496
496
|
this.TemplateName = opts.TemplateName;
|
|
497
497
|
}
|
|
498
|
-
}
|
|
499
|
-
|
|
498
|
+
}
|
|
499
|
+
class InvalidDeliveryOptionsException extends SESServiceException {
|
|
500
500
|
name = "InvalidDeliveryOptionsException";
|
|
501
501
|
$fault = "client";
|
|
502
502
|
constructor(opts) {
|
|
@@ -507,8 +507,8 @@ let InvalidDeliveryOptionsException$1 = class InvalidDeliveryOptionsException ex
|
|
|
507
507
|
});
|
|
508
508
|
Object.setPrototypeOf(this, InvalidDeliveryOptionsException.prototype);
|
|
509
509
|
}
|
|
510
|
-
}
|
|
511
|
-
|
|
510
|
+
}
|
|
511
|
+
class InvalidPolicyException extends SESServiceException {
|
|
512
512
|
name = "InvalidPolicyException";
|
|
513
513
|
$fault = "client";
|
|
514
514
|
constructor(opts) {
|
|
@@ -519,8 +519,8 @@ let InvalidPolicyException$1 = class InvalidPolicyException extends SESServiceEx
|
|
|
519
519
|
});
|
|
520
520
|
Object.setPrototypeOf(this, InvalidPolicyException.prototype);
|
|
521
521
|
}
|
|
522
|
-
}
|
|
523
|
-
|
|
522
|
+
}
|
|
523
|
+
class InvalidRenderingParameterException extends SESServiceException {
|
|
524
524
|
name = "InvalidRenderingParameterException";
|
|
525
525
|
$fault = "client";
|
|
526
526
|
TemplateName;
|
|
@@ -533,8 +533,8 @@ let InvalidRenderingParameterException$1 = class InvalidRenderingParameterExcept
|
|
|
533
533
|
Object.setPrototypeOf(this, InvalidRenderingParameterException.prototype);
|
|
534
534
|
this.TemplateName = opts.TemplateName;
|
|
535
535
|
}
|
|
536
|
-
}
|
|
537
|
-
|
|
536
|
+
}
|
|
537
|
+
class MailFromDomainNotVerifiedException extends SESServiceException {
|
|
538
538
|
name = "MailFromDomainNotVerifiedException";
|
|
539
539
|
$fault = "client";
|
|
540
540
|
constructor(opts) {
|
|
@@ -545,8 +545,8 @@ let MailFromDomainNotVerifiedException$1 = class MailFromDomainNotVerifiedExcept
|
|
|
545
545
|
});
|
|
546
546
|
Object.setPrototypeOf(this, MailFromDomainNotVerifiedException.prototype);
|
|
547
547
|
}
|
|
548
|
-
}
|
|
549
|
-
|
|
548
|
+
}
|
|
549
|
+
class MessageRejected extends SESServiceException {
|
|
550
550
|
name = "MessageRejected";
|
|
551
551
|
$fault = "client";
|
|
552
552
|
constructor(opts) {
|
|
@@ -557,8 +557,8 @@ let MessageRejected$1 = class MessageRejected extends SESServiceException$1 {
|
|
|
557
557
|
});
|
|
558
558
|
Object.setPrototypeOf(this, MessageRejected.prototype);
|
|
559
559
|
}
|
|
560
|
-
}
|
|
561
|
-
|
|
560
|
+
}
|
|
561
|
+
class MissingRenderingAttributeException extends SESServiceException {
|
|
562
562
|
name = "MissingRenderingAttributeException";
|
|
563
563
|
$fault = "client";
|
|
564
564
|
TemplateName;
|
|
@@ -571,8 +571,8 @@ let MissingRenderingAttributeException$1 = class MissingRenderingAttributeExcept
|
|
|
571
571
|
Object.setPrototypeOf(this, MissingRenderingAttributeException.prototype);
|
|
572
572
|
this.TemplateName = opts.TemplateName;
|
|
573
573
|
}
|
|
574
|
-
}
|
|
575
|
-
|
|
574
|
+
}
|
|
575
|
+
class ProductionAccessNotGrantedException extends SESServiceException {
|
|
576
576
|
name = "ProductionAccessNotGrantedException";
|
|
577
577
|
$fault = "client";
|
|
578
578
|
constructor(opts) {
|
|
@@ -583,7 +583,7 @@ let ProductionAccessNotGrantedException$1 = class ProductionAccessNotGrantedExce
|
|
|
583
583
|
});
|
|
584
584
|
Object.setPrototypeOf(this, ProductionAccessNotGrantedException.prototype);
|
|
585
585
|
}
|
|
586
|
-
}
|
|
586
|
+
}
|
|
587
587
|
|
|
588
588
|
const _A = "After";
|
|
589
589
|
const _AD = "ArrivalDate";
|
|
@@ -1034,7 +1034,7 @@ const _hE = "httpError";
|
|
|
1034
1034
|
const _m = "message";
|
|
1035
1035
|
const _s = "smithy.ts.sdk.synthetic.com.amazonaws.ses";
|
|
1036
1036
|
const n0 = "com.amazonaws.ses";
|
|
1037
|
-
var AccountSendingPausedException = [
|
|
1037
|
+
var AccountSendingPausedException$ = [
|
|
1038
1038
|
-3,
|
|
1039
1039
|
n0,
|
|
1040
1040
|
_ASPE,
|
|
@@ -1042,9 +1042,9 @@ var AccountSendingPausedException = [
|
|
|
1042
1042
|
[_m],
|
|
1043
1043
|
[0],
|
|
1044
1044
|
];
|
|
1045
|
-
schema.TypeRegistry.for(n0).registerError(AccountSendingPausedException
|
|
1046
|
-
var AddHeaderAction = [3, n0, _AHA, 0, [_HN, _HV], [0, 0]];
|
|
1047
|
-
var AlreadyExistsException = [
|
|
1045
|
+
schema.TypeRegistry.for(n0).registerError(AccountSendingPausedException$, AccountSendingPausedException);
|
|
1046
|
+
var AddHeaderAction$ = [3, n0, _AHA, 0, [_HN, _HV], [0, 0]];
|
|
1047
|
+
var AlreadyExistsException$ = [
|
|
1048
1048
|
-3,
|
|
1049
1049
|
n0,
|
|
1050
1050
|
_AEE,
|
|
@@ -1052,27 +1052,27 @@ var AlreadyExistsException = [
|
|
|
1052
1052
|
[_N, _m],
|
|
1053
1053
|
[0, 0],
|
|
1054
1054
|
];
|
|
1055
|
-
schema.TypeRegistry.for(n0).registerError(AlreadyExistsException
|
|
1056
|
-
var Body = [3, n0, _B, 0, [_T, _H], [() => Content
|
|
1057
|
-
var BounceAction = [3, n0, _BA, 0, [_TA, _SRC, _SC, _M, _S], [0, 0, 0, 0, 0]];
|
|
1058
|
-
var BouncedRecipientInfo = [
|
|
1055
|
+
schema.TypeRegistry.for(n0).registerError(AlreadyExistsException$, AlreadyExistsException);
|
|
1056
|
+
var Body$ = [3, n0, _B, 0, [_T, _H], [() => Content$, () => Content$]];
|
|
1057
|
+
var BounceAction$ = [3, n0, _BA, 0, [_TA, _SRC, _SC, _M, _S], [0, 0, 0, 0, 0]];
|
|
1058
|
+
var BouncedRecipientInfo$ = [
|
|
1059
1059
|
3,
|
|
1060
1060
|
n0,
|
|
1061
1061
|
_BRI,
|
|
1062
1062
|
0,
|
|
1063
1063
|
[_R, _RA, _BT, _RDF],
|
|
1064
|
-
[0, 0, 0, () => RecipientDsnFields],
|
|
1064
|
+
[0, 0, 0, () => RecipientDsnFields$],
|
|
1065
1065
|
];
|
|
1066
|
-
var BulkEmailDestination = [
|
|
1066
|
+
var BulkEmailDestination$ = [
|
|
1067
1067
|
3,
|
|
1068
1068
|
n0,
|
|
1069
1069
|
_BED,
|
|
1070
1070
|
0,
|
|
1071
1071
|
[_D, _RT, _RTD],
|
|
1072
|
-
[() => Destination
|
|
1072
|
+
[() => Destination$, () => MessageTagList, 0],
|
|
1073
1073
|
];
|
|
1074
|
-
var BulkEmailDestinationStatus = [3, n0, _BEDS, 0, [_St, _E, _MI], [0, 0, 0]];
|
|
1075
|
-
var CannotDeleteException = [
|
|
1074
|
+
var BulkEmailDestinationStatus$ = [3, n0, _BEDS, 0, [_St, _E, _MI], [0, 0, 0]];
|
|
1075
|
+
var CannotDeleteException$ = [
|
|
1076
1076
|
-3,
|
|
1077
1077
|
n0,
|
|
1078
1078
|
_CDE,
|
|
@@ -1080,10 +1080,10 @@ var CannotDeleteException = [
|
|
|
1080
1080
|
[_N, _m],
|
|
1081
1081
|
[0, 0],
|
|
1082
1082
|
];
|
|
1083
|
-
schema.TypeRegistry.for(n0).registerError(CannotDeleteException
|
|
1084
|
-
var CloneReceiptRuleSetRequest = [3, n0, _CRRSR, 0, [_RSN, _ORSN], [0, 0]];
|
|
1085
|
-
var CloneReceiptRuleSetResponse = [3, n0, _CRRSRl, 0, [], []];
|
|
1086
|
-
var CloudWatchDestination = [
|
|
1083
|
+
schema.TypeRegistry.for(n0).registerError(CannotDeleteException$, CannotDeleteException);
|
|
1084
|
+
var CloneReceiptRuleSetRequest$ = [3, n0, _CRRSR, 0, [_RSN, _ORSN], [0, 0]];
|
|
1085
|
+
var CloneReceiptRuleSetResponse$ = [3, n0, _CRRSRl, 0, [], []];
|
|
1086
|
+
var CloudWatchDestination$ = [
|
|
1087
1087
|
3,
|
|
1088
1088
|
n0,
|
|
1089
1089
|
_CWD,
|
|
@@ -1091,9 +1091,9 @@ var CloudWatchDestination = [
|
|
|
1091
1091
|
[_DC],
|
|
1092
1092
|
[() => CloudWatchDimensionConfigurations],
|
|
1093
1093
|
];
|
|
1094
|
-
var CloudWatchDimensionConfiguration = [3, n0, _CWDC, 0, [_DN, _DVS, _DDV], [0, 0, 0]];
|
|
1095
|
-
var ConfigurationSet = [3, n0, _CS, 0, [_N], [0]];
|
|
1096
|
-
var ConfigurationSetAlreadyExistsException = [
|
|
1094
|
+
var CloudWatchDimensionConfiguration$ = [3, n0, _CWDC, 0, [_DN, _DVS, _DDV], [0, 0, 0]];
|
|
1095
|
+
var ConfigurationSet$ = [3, n0, _CS, 0, [_N], [0]];
|
|
1096
|
+
var ConfigurationSetAlreadyExistsException$ = [
|
|
1097
1097
|
-3,
|
|
1098
1098
|
n0,
|
|
1099
1099
|
_CSAEE,
|
|
@@ -1101,8 +1101,8 @@ var ConfigurationSetAlreadyExistsException = [
|
|
|
1101
1101
|
[_CSN, _m],
|
|
1102
1102
|
[0, 0],
|
|
1103
1103
|
];
|
|
1104
|
-
schema.TypeRegistry.for(n0).registerError(ConfigurationSetAlreadyExistsException
|
|
1105
|
-
var ConfigurationSetDoesNotExistException = [
|
|
1104
|
+
schema.TypeRegistry.for(n0).registerError(ConfigurationSetAlreadyExistsException$, ConfigurationSetAlreadyExistsException);
|
|
1105
|
+
var ConfigurationSetDoesNotExistException$ = [
|
|
1106
1106
|
-3,
|
|
1107
1107
|
n0,
|
|
1108
1108
|
_CSDNEE,
|
|
@@ -1110,8 +1110,8 @@ var ConfigurationSetDoesNotExistException = [
|
|
|
1110
1110
|
[_CSN, _m],
|
|
1111
1111
|
[0, 0],
|
|
1112
1112
|
];
|
|
1113
|
-
schema.TypeRegistry.for(n0).registerError(ConfigurationSetDoesNotExistException
|
|
1114
|
-
var ConfigurationSetSendingPausedException = [
|
|
1113
|
+
schema.TypeRegistry.for(n0).registerError(ConfigurationSetDoesNotExistException$, ConfigurationSetDoesNotExistException);
|
|
1114
|
+
var ConfigurationSetSendingPausedException$ = [
|
|
1115
1115
|
-3,
|
|
1116
1116
|
n0,
|
|
1117
1117
|
_CSSPE,
|
|
@@ -1119,30 +1119,30 @@ var ConfigurationSetSendingPausedException = [
|
|
|
1119
1119
|
[_CSN, _m],
|
|
1120
1120
|
[0, 0],
|
|
1121
1121
|
];
|
|
1122
|
-
schema.TypeRegistry.for(n0).registerError(ConfigurationSetSendingPausedException
|
|
1123
|
-
var ConnectAction = [3, n0, _CA, 0, [_IARN, _IAMRARN], [0, 0]];
|
|
1124
|
-
var Content = [3, n0, _C, 0, [_Da, _Ch], [0, 0]];
|
|
1125
|
-
var CreateConfigurationSetEventDestinationRequest = [
|
|
1122
|
+
schema.TypeRegistry.for(n0).registerError(ConfigurationSetSendingPausedException$, ConfigurationSetSendingPausedException);
|
|
1123
|
+
var ConnectAction$ = [3, n0, _CA, 0, [_IARN, _IAMRARN], [0, 0]];
|
|
1124
|
+
var Content$ = [3, n0, _C, 0, [_Da, _Ch], [0, 0]];
|
|
1125
|
+
var CreateConfigurationSetEventDestinationRequest$ = [
|
|
1126
1126
|
3,
|
|
1127
1127
|
n0,
|
|
1128
1128
|
_CCSEDR,
|
|
1129
1129
|
0,
|
|
1130
1130
|
[_CSN, _ED],
|
|
1131
|
-
[0, () => EventDestination],
|
|
1131
|
+
[0, () => EventDestination$],
|
|
1132
1132
|
];
|
|
1133
|
-
var CreateConfigurationSetEventDestinationResponse = [3, n0, _CCSEDRr, 0, [], []];
|
|
1134
|
-
var CreateConfigurationSetRequest = [3, n0, _CCSR, 0, [_CS], [() => ConfigurationSet]];
|
|
1135
|
-
var CreateConfigurationSetResponse = [3, n0, _CCSRr, 0, [], []];
|
|
1136
|
-
var CreateConfigurationSetTrackingOptionsRequest = [
|
|
1133
|
+
var CreateConfigurationSetEventDestinationResponse$ = [3, n0, _CCSEDRr, 0, [], []];
|
|
1134
|
+
var CreateConfigurationSetRequest$ = [3, n0, _CCSR, 0, [_CS], [() => ConfigurationSet$]];
|
|
1135
|
+
var CreateConfigurationSetResponse$ = [3, n0, _CCSRr, 0, [], []];
|
|
1136
|
+
var CreateConfigurationSetTrackingOptionsRequest$ = [
|
|
1137
1137
|
3,
|
|
1138
1138
|
n0,
|
|
1139
1139
|
_CCSTOR,
|
|
1140
1140
|
0,
|
|
1141
1141
|
[_CSN, _TO],
|
|
1142
|
-
[0, () => TrackingOptions],
|
|
1142
|
+
[0, () => TrackingOptions$],
|
|
1143
1143
|
];
|
|
1144
|
-
var CreateConfigurationSetTrackingOptionsResponse = [3, n0, _CCSTORr, 0, [], []];
|
|
1145
|
-
var CreateCustomVerificationEmailTemplateRequest = [
|
|
1144
|
+
var CreateConfigurationSetTrackingOptionsResponse$ = [3, n0, _CCSTORr, 0, [], []];
|
|
1145
|
+
var CreateCustomVerificationEmailTemplateRequest$ = [
|
|
1146
1146
|
3,
|
|
1147
1147
|
n0,
|
|
1148
1148
|
_CCVETR,
|
|
@@ -1150,22 +1150,22 @@ var CreateCustomVerificationEmailTemplateRequest = [
|
|
|
1150
1150
|
[_TN, _FEA, _TS, _TC, _SRURL, _FRURL],
|
|
1151
1151
|
[0, 0, 0, 0, 0, 0],
|
|
1152
1152
|
];
|
|
1153
|
-
var CreateReceiptFilterRequest = [3, n0, _CRFR, 0, [_F], [() => ReceiptFilter]];
|
|
1154
|
-
var CreateReceiptFilterResponse = [3, n0, _CRFRr, 0, [], []];
|
|
1155
|
-
var CreateReceiptRuleRequest = [
|
|
1153
|
+
var CreateReceiptFilterRequest$ = [3, n0, _CRFR, 0, [_F], [() => ReceiptFilter$]];
|
|
1154
|
+
var CreateReceiptFilterResponse$ = [3, n0, _CRFRr, 0, [], []];
|
|
1155
|
+
var CreateReceiptRuleRequest$ = [
|
|
1156
1156
|
3,
|
|
1157
1157
|
n0,
|
|
1158
1158
|
_CRRR,
|
|
1159
1159
|
0,
|
|
1160
1160
|
[_RSN, _A, _Ru],
|
|
1161
|
-
[0, 0, () => ReceiptRule],
|
|
1162
|
-
];
|
|
1163
|
-
var CreateReceiptRuleResponse = [3, n0, _CRRRr, 0, [], []];
|
|
1164
|
-
var CreateReceiptRuleSetRequest = [3, n0, _CRRSRr, 0, [_RSN], [0]];
|
|
1165
|
-
var CreateReceiptRuleSetResponse = [3, n0, _CRRSRre, 0, [], []];
|
|
1166
|
-
var CreateTemplateRequest = [3, n0, _CTR, 0, [_Te], [() => Template]];
|
|
1167
|
-
var CreateTemplateResponse = [3, n0, _CTRr, 0, [], []];
|
|
1168
|
-
var CustomVerificationEmailInvalidContentException = [
|
|
1161
|
+
[0, 0, () => ReceiptRule$],
|
|
1162
|
+
];
|
|
1163
|
+
var CreateReceiptRuleResponse$ = [3, n0, _CRRRr, 0, [], []];
|
|
1164
|
+
var CreateReceiptRuleSetRequest$ = [3, n0, _CRRSRr, 0, [_RSN], [0]];
|
|
1165
|
+
var CreateReceiptRuleSetResponse$ = [3, n0, _CRRSRre, 0, [], []];
|
|
1166
|
+
var CreateTemplateRequest$ = [3, n0, _CTR, 0, [_Te], [() => Template$]];
|
|
1167
|
+
var CreateTemplateResponse$ = [3, n0, _CTRr, 0, [], []];
|
|
1168
|
+
var CustomVerificationEmailInvalidContentException$ = [
|
|
1169
1169
|
-3,
|
|
1170
1170
|
n0,
|
|
1171
1171
|
_CVEICE,
|
|
@@ -1173,8 +1173,8 @@ var CustomVerificationEmailInvalidContentException = [
|
|
|
1173
1173
|
[_m],
|
|
1174
1174
|
[0],
|
|
1175
1175
|
];
|
|
1176
|
-
schema.TypeRegistry.for(n0).registerError(CustomVerificationEmailInvalidContentException
|
|
1177
|
-
var CustomVerificationEmailTemplate = [
|
|
1176
|
+
schema.TypeRegistry.for(n0).registerError(CustomVerificationEmailInvalidContentException$, CustomVerificationEmailInvalidContentException);
|
|
1177
|
+
var CustomVerificationEmailTemplate$ = [
|
|
1178
1178
|
3,
|
|
1179
1179
|
n0,
|
|
1180
1180
|
_CVET,
|
|
@@ -1182,7 +1182,7 @@ var CustomVerificationEmailTemplate = [
|
|
|
1182
1182
|
[_TN, _FEA, _TS, _SRURL, _FRURL],
|
|
1183
1183
|
[0, 0, 0, 0, 0],
|
|
1184
1184
|
];
|
|
1185
|
-
var CustomVerificationEmailTemplateAlreadyExistsException = [
|
|
1185
|
+
var CustomVerificationEmailTemplateAlreadyExistsException$ = [
|
|
1186
1186
|
-3,
|
|
1187
1187
|
n0,
|
|
1188
1188
|
_CVETAEE,
|
|
@@ -1190,8 +1190,8 @@ var CustomVerificationEmailTemplateAlreadyExistsException = [
|
|
|
1190
1190
|
[_CVETN, _m],
|
|
1191
1191
|
[0, 0],
|
|
1192
1192
|
];
|
|
1193
|
-
schema.TypeRegistry.for(n0).registerError(CustomVerificationEmailTemplateAlreadyExistsException
|
|
1194
|
-
var CustomVerificationEmailTemplateDoesNotExistException = [
|
|
1193
|
+
schema.TypeRegistry.for(n0).registerError(CustomVerificationEmailTemplateAlreadyExistsException$, CustomVerificationEmailTemplateAlreadyExistsException);
|
|
1194
|
+
var CustomVerificationEmailTemplateDoesNotExistException$ = [
|
|
1195
1195
|
-3,
|
|
1196
1196
|
n0,
|
|
1197
1197
|
_CVETDNEE,
|
|
@@ -1199,8 +1199,8 @@ var CustomVerificationEmailTemplateDoesNotExistException = [
|
|
|
1199
1199
|
[_CVETN, _m],
|
|
1200
1200
|
[0, 0],
|
|
1201
1201
|
];
|
|
1202
|
-
schema.TypeRegistry.for(n0).registerError(CustomVerificationEmailTemplateDoesNotExistException
|
|
1203
|
-
var DeleteConfigurationSetEventDestinationRequest = [
|
|
1202
|
+
schema.TypeRegistry.for(n0).registerError(CustomVerificationEmailTemplateDoesNotExistException$, CustomVerificationEmailTemplateDoesNotExistException);
|
|
1203
|
+
var DeleteConfigurationSetEventDestinationRequest$ = [
|
|
1204
1204
|
3,
|
|
1205
1205
|
n0,
|
|
1206
1206
|
_DCSEDR,
|
|
@@ -1208,71 +1208,71 @@ var DeleteConfigurationSetEventDestinationRequest = [
|
|
|
1208
1208
|
[_CSN, _EDN],
|
|
1209
1209
|
[0, 0],
|
|
1210
1210
|
];
|
|
1211
|
-
var DeleteConfigurationSetEventDestinationResponse = [3, n0, _DCSEDRe, 0, [], []];
|
|
1212
|
-
var DeleteConfigurationSetRequest = [3, n0, _DCSR, 0, [_CSN], [0]];
|
|
1213
|
-
var DeleteConfigurationSetResponse = [3, n0, _DCSRe, 0, [], []];
|
|
1214
|
-
var DeleteConfigurationSetTrackingOptionsRequest = [3, n0, _DCSTOR, 0, [_CSN], [0]];
|
|
1215
|
-
var DeleteConfigurationSetTrackingOptionsResponse = [3, n0, _DCSTORe, 0, [], []];
|
|
1216
|
-
var DeleteCustomVerificationEmailTemplateRequest = [3, n0, _DCVETR, 0, [_TN], [0]];
|
|
1217
|
-
var DeleteIdentityPolicyRequest = [3, n0, _DIPR, 0, [_I, _PN], [0, 0]];
|
|
1218
|
-
var DeleteIdentityPolicyResponse = [3, n0, _DIPRe, 0, [], []];
|
|
1219
|
-
var DeleteIdentityRequest = [3, n0, _DIR, 0, [_I], [0]];
|
|
1220
|
-
var DeleteIdentityResponse = [3, n0, _DIRe, 0, [], []];
|
|
1221
|
-
var DeleteReceiptFilterRequest = [3, n0, _DRFR, 0, [_FN], [0]];
|
|
1222
|
-
var DeleteReceiptFilterResponse = [3, n0, _DRFRe, 0, [], []];
|
|
1223
|
-
var DeleteReceiptRuleRequest = [3, n0, _DRRR, 0, [_RSN, _RN], [0, 0]];
|
|
1224
|
-
var DeleteReceiptRuleResponse = [3, n0, _DRRRe, 0, [], []];
|
|
1225
|
-
var DeleteReceiptRuleSetRequest = [3, n0, _DRRSR, 0, [_RSN], [0]];
|
|
1226
|
-
var DeleteReceiptRuleSetResponse = [3, n0, _DRRSRe, 0, [], []];
|
|
1227
|
-
var DeleteTemplateRequest = [3, n0, _DTR, 0, [_TN], [0]];
|
|
1228
|
-
var DeleteTemplateResponse = [3, n0, _DTRe, 0, [], []];
|
|
1229
|
-
var DeleteVerifiedEmailAddressRequest = [3, n0, _DVEAR, 0, [_EA], [0]];
|
|
1230
|
-
var DeliveryOptions = [3, n0, _DO, 0, [_TP], [0]];
|
|
1231
|
-
var DescribeActiveReceiptRuleSetRequest = [3, n0, _DARRSR, 0, [], []];
|
|
1232
|
-
var DescribeActiveReceiptRuleSetResponse = [
|
|
1211
|
+
var DeleteConfigurationSetEventDestinationResponse$ = [3, n0, _DCSEDRe, 0, [], []];
|
|
1212
|
+
var DeleteConfigurationSetRequest$ = [3, n0, _DCSR, 0, [_CSN], [0]];
|
|
1213
|
+
var DeleteConfigurationSetResponse$ = [3, n0, _DCSRe, 0, [], []];
|
|
1214
|
+
var DeleteConfigurationSetTrackingOptionsRequest$ = [3, n0, _DCSTOR, 0, [_CSN], [0]];
|
|
1215
|
+
var DeleteConfigurationSetTrackingOptionsResponse$ = [3, n0, _DCSTORe, 0, [], []];
|
|
1216
|
+
var DeleteCustomVerificationEmailTemplateRequest$ = [3, n0, _DCVETR, 0, [_TN], [0]];
|
|
1217
|
+
var DeleteIdentityPolicyRequest$ = [3, n0, _DIPR, 0, [_I, _PN], [0, 0]];
|
|
1218
|
+
var DeleteIdentityPolicyResponse$ = [3, n0, _DIPRe, 0, [], []];
|
|
1219
|
+
var DeleteIdentityRequest$ = [3, n0, _DIR, 0, [_I], [0]];
|
|
1220
|
+
var DeleteIdentityResponse$ = [3, n0, _DIRe, 0, [], []];
|
|
1221
|
+
var DeleteReceiptFilterRequest$ = [3, n0, _DRFR, 0, [_FN], [0]];
|
|
1222
|
+
var DeleteReceiptFilterResponse$ = [3, n0, _DRFRe, 0, [], []];
|
|
1223
|
+
var DeleteReceiptRuleRequest$ = [3, n0, _DRRR, 0, [_RSN, _RN], [0, 0]];
|
|
1224
|
+
var DeleteReceiptRuleResponse$ = [3, n0, _DRRRe, 0, [], []];
|
|
1225
|
+
var DeleteReceiptRuleSetRequest$ = [3, n0, _DRRSR, 0, [_RSN], [0]];
|
|
1226
|
+
var DeleteReceiptRuleSetResponse$ = [3, n0, _DRRSRe, 0, [], []];
|
|
1227
|
+
var DeleteTemplateRequest$ = [3, n0, _DTR, 0, [_TN], [0]];
|
|
1228
|
+
var DeleteTemplateResponse$ = [3, n0, _DTRe, 0, [], []];
|
|
1229
|
+
var DeleteVerifiedEmailAddressRequest$ = [3, n0, _DVEAR, 0, [_EA], [0]];
|
|
1230
|
+
var DeliveryOptions$ = [3, n0, _DO, 0, [_TP], [0]];
|
|
1231
|
+
var DescribeActiveReceiptRuleSetRequest$ = [3, n0, _DARRSR, 0, [], []];
|
|
1232
|
+
var DescribeActiveReceiptRuleSetResponse$ = [
|
|
1233
1233
|
3,
|
|
1234
1234
|
n0,
|
|
1235
1235
|
_DARRSRe,
|
|
1236
1236
|
0,
|
|
1237
1237
|
[_Me, _Rul],
|
|
1238
|
-
[() => ReceiptRuleSetMetadata
|
|
1238
|
+
[() => ReceiptRuleSetMetadata$, () => ReceiptRulesList],
|
|
1239
1239
|
];
|
|
1240
|
-
var DescribeConfigurationSetRequest = [3, n0, _DCSRes, 0, [_CSN, _CSAN], [0, 64 | 0]];
|
|
1241
|
-
var DescribeConfigurationSetResponse = [
|
|
1240
|
+
var DescribeConfigurationSetRequest$ = [3, n0, _DCSRes, 0, [_CSN, _CSAN], [0, 64 | 0]];
|
|
1241
|
+
var DescribeConfigurationSetResponse$ = [
|
|
1242
1242
|
3,
|
|
1243
1243
|
n0,
|
|
1244
1244
|
_DCSResc,
|
|
1245
1245
|
0,
|
|
1246
1246
|
[_CS, _EDv, _TO, _DO, _RO],
|
|
1247
1247
|
[
|
|
1248
|
-
() => ConfigurationSet
|
|
1248
|
+
() => ConfigurationSet$,
|
|
1249
1249
|
() => EventDestinations,
|
|
1250
|
-
() => TrackingOptions
|
|
1251
|
-
() => DeliveryOptions
|
|
1252
|
-
() => ReputationOptions
|
|
1250
|
+
() => TrackingOptions$,
|
|
1251
|
+
() => DeliveryOptions$,
|
|
1252
|
+
() => ReputationOptions$,
|
|
1253
1253
|
],
|
|
1254
1254
|
];
|
|
1255
|
-
var DescribeReceiptRuleRequest = [3, n0, _DRRRes, 0, [_RSN, _RN], [0, 0]];
|
|
1256
|
-
var DescribeReceiptRuleResponse = [3, n0, _DRRResc, 0, [_Ru], [() => ReceiptRule]];
|
|
1257
|
-
var DescribeReceiptRuleSetRequest = [3, n0, _DRRSRes, 0, [_RSN], [0]];
|
|
1258
|
-
var DescribeReceiptRuleSetResponse = [
|
|
1255
|
+
var DescribeReceiptRuleRequest$ = [3, n0, _DRRRes, 0, [_RSN, _RN], [0, 0]];
|
|
1256
|
+
var DescribeReceiptRuleResponse$ = [3, n0, _DRRResc, 0, [_Ru], [() => ReceiptRule$]];
|
|
1257
|
+
var DescribeReceiptRuleSetRequest$ = [3, n0, _DRRSRes, 0, [_RSN], [0]];
|
|
1258
|
+
var DescribeReceiptRuleSetResponse$ = [
|
|
1259
1259
|
3,
|
|
1260
1260
|
n0,
|
|
1261
1261
|
_DRRSResc,
|
|
1262
1262
|
0,
|
|
1263
1263
|
[_Me, _Rul],
|
|
1264
|
-
[() => ReceiptRuleSetMetadata
|
|
1264
|
+
[() => ReceiptRuleSetMetadata$, () => ReceiptRulesList],
|
|
1265
1265
|
];
|
|
1266
|
-
var Destination = [3, n0, _D, 0, [_TAo, _CAc, _BAc], [64 | 0, 64 | 0, 64 | 0]];
|
|
1267
|
-
var EventDestination = [
|
|
1266
|
+
var Destination$ = [3, n0, _D, 0, [_TAo, _CAc, _BAc], [64 | 0, 64 | 0, 64 | 0]];
|
|
1267
|
+
var EventDestination$ = [
|
|
1268
1268
|
3,
|
|
1269
1269
|
n0,
|
|
1270
1270
|
_ED,
|
|
1271
1271
|
0,
|
|
1272
1272
|
[_N, _En, _MET, _KFD, _CWD, _SNSD],
|
|
1273
|
-
[0, 2, 64 | 0, () => KinesisFirehoseDestination
|
|
1273
|
+
[0, 2, 64 | 0, () => KinesisFirehoseDestination$, () => CloudWatchDestination$, () => SNSDestination$],
|
|
1274
1274
|
];
|
|
1275
|
-
var EventDestinationAlreadyExistsException = [
|
|
1275
|
+
var EventDestinationAlreadyExistsException$ = [
|
|
1276
1276
|
-3,
|
|
1277
1277
|
n0,
|
|
1278
1278
|
_EDAEE,
|
|
@@ -1280,8 +1280,8 @@ var EventDestinationAlreadyExistsException = [
|
|
|
1280
1280
|
[_CSN, _EDN, _m],
|
|
1281
1281
|
[0, 0, 0],
|
|
1282
1282
|
];
|
|
1283
|
-
schema.TypeRegistry.for(n0).registerError(EventDestinationAlreadyExistsException
|
|
1284
|
-
var EventDestinationDoesNotExistException = [
|
|
1283
|
+
schema.TypeRegistry.for(n0).registerError(EventDestinationAlreadyExistsException$, EventDestinationAlreadyExistsException);
|
|
1284
|
+
var EventDestinationDoesNotExistException$ = [
|
|
1285
1285
|
-3,
|
|
1286
1286
|
n0,
|
|
1287
1287
|
_EDDNEE,
|
|
@@ -1289,9 +1289,9 @@ var EventDestinationDoesNotExistException = [
|
|
|
1289
1289
|
[_CSN, _EDN, _m],
|
|
1290
1290
|
[0, 0, 0],
|
|
1291
1291
|
];
|
|
1292
|
-
schema.TypeRegistry.for(n0).registerError(EventDestinationDoesNotExistException
|
|
1293
|
-
var ExtensionField = [3, n0, _EF, 0, [_N, _V], [0, 0]];
|
|
1294
|
-
var FromEmailAddressNotVerifiedException = [
|
|
1292
|
+
schema.TypeRegistry.for(n0).registerError(EventDestinationDoesNotExistException$, EventDestinationDoesNotExistException);
|
|
1293
|
+
var ExtensionField$ = [3, n0, _EF, 0, [_N, _V], [0, 0]];
|
|
1294
|
+
var FromEmailAddressNotVerifiedException$ = [
|
|
1295
1295
|
-3,
|
|
1296
1296
|
n0,
|
|
1297
1297
|
_FEANVE,
|
|
@@ -1299,10 +1299,10 @@ var FromEmailAddressNotVerifiedException = [
|
|
|
1299
1299
|
[_FEA, _m],
|
|
1300
1300
|
[0, 0],
|
|
1301
1301
|
];
|
|
1302
|
-
schema.TypeRegistry.for(n0).registerError(FromEmailAddressNotVerifiedException
|
|
1303
|
-
var GetAccountSendingEnabledResponse = [3, n0, _GASER, 0, [_En], [2]];
|
|
1304
|
-
var GetCustomVerificationEmailTemplateRequest = [3, n0, _GCVETR, 0, [_TN], [0]];
|
|
1305
|
-
var GetCustomVerificationEmailTemplateResponse = [
|
|
1302
|
+
schema.TypeRegistry.for(n0).registerError(FromEmailAddressNotVerifiedException$, FromEmailAddressNotVerifiedException);
|
|
1303
|
+
var GetAccountSendingEnabledResponse$ = [3, n0, _GASER, 0, [_En], [2]];
|
|
1304
|
+
var GetCustomVerificationEmailTemplateRequest$ = [3, n0, _GCVETR, 0, [_TN], [0]];
|
|
1305
|
+
var GetCustomVerificationEmailTemplateResponse$ = [
|
|
1306
1306
|
3,
|
|
1307
1307
|
n0,
|
|
1308
1308
|
_GCVETRe,
|
|
@@ -1310,8 +1310,8 @@ var GetCustomVerificationEmailTemplateResponse = [
|
|
|
1310
1310
|
[_TN, _FEA, _TS, _TC, _SRURL, _FRURL],
|
|
1311
1311
|
[0, 0, 0, 0, 0, 0],
|
|
1312
1312
|
];
|
|
1313
|
-
var GetIdentityDkimAttributesRequest = [3, n0, _GIDAR, 0, [_Id], [64 | 0]];
|
|
1314
|
-
var GetIdentityDkimAttributesResponse = [
|
|
1313
|
+
var GetIdentityDkimAttributesRequest$ = [3, n0, _GIDAR, 0, [_Id], [64 | 0]];
|
|
1314
|
+
var GetIdentityDkimAttributesResponse$ = [
|
|
1315
1315
|
3,
|
|
1316
1316
|
n0,
|
|
1317
1317
|
_GIDARe,
|
|
@@ -1319,8 +1319,8 @@ var GetIdentityDkimAttributesResponse = [
|
|
|
1319
1319
|
[_DA],
|
|
1320
1320
|
[() => DkimAttributes],
|
|
1321
1321
|
];
|
|
1322
|
-
var GetIdentityMailFromDomainAttributesRequest = [3, n0, _GIMFDAR, 0, [_Id], [64 | 0]];
|
|
1323
|
-
var GetIdentityMailFromDomainAttributesResponse = [
|
|
1322
|
+
var GetIdentityMailFromDomainAttributesRequest$ = [3, n0, _GIMFDAR, 0, [_Id], [64 | 0]];
|
|
1323
|
+
var GetIdentityMailFromDomainAttributesResponse$ = [
|
|
1324
1324
|
3,
|
|
1325
1325
|
n0,
|
|
1326
1326
|
_GIMFDARe,
|
|
@@ -1328,8 +1328,8 @@ var GetIdentityMailFromDomainAttributesResponse = [
|
|
|
1328
1328
|
[_MFDA],
|
|
1329
1329
|
[() => MailFromDomainAttributes],
|
|
1330
1330
|
];
|
|
1331
|
-
var GetIdentityNotificationAttributesRequest = [3, n0, _GINAR, 0, [_Id], [64 | 0]];
|
|
1332
|
-
var GetIdentityNotificationAttributesResponse = [
|
|
1331
|
+
var GetIdentityNotificationAttributesRequest$ = [3, n0, _GINAR, 0, [_Id], [64 | 0]];
|
|
1332
|
+
var GetIdentityNotificationAttributesResponse$ = [
|
|
1333
1333
|
3,
|
|
1334
1334
|
n0,
|
|
1335
1335
|
_GINARe,
|
|
@@ -1337,10 +1337,10 @@ var GetIdentityNotificationAttributesResponse = [
|
|
|
1337
1337
|
[_NA],
|
|
1338
1338
|
[() => NotificationAttributes],
|
|
1339
1339
|
];
|
|
1340
|
-
var GetIdentityPoliciesRequest = [3, n0, _GIPR, 0, [_I, _PNo], [0, 64 | 0]];
|
|
1341
|
-
var GetIdentityPoliciesResponse = [3, n0, _GIPRe, 0, [_P], [128 | 0]];
|
|
1342
|
-
var GetIdentityVerificationAttributesRequest = [3, n0, _GIVAR, 0, [_Id], [64 | 0]];
|
|
1343
|
-
var GetIdentityVerificationAttributesResponse = [
|
|
1340
|
+
var GetIdentityPoliciesRequest$ = [3, n0, _GIPR, 0, [_I, _PNo], [0, 64 | 0]];
|
|
1341
|
+
var GetIdentityPoliciesResponse$ = [3, n0, _GIPRe, 0, [_P], [128 | 0]];
|
|
1342
|
+
var GetIdentityVerificationAttributesRequest$ = [3, n0, _GIVAR, 0, [_Id], [64 | 0]];
|
|
1343
|
+
var GetIdentityVerificationAttributesResponse$ = [
|
|
1344
1344
|
3,
|
|
1345
1345
|
n0,
|
|
1346
1346
|
_GIVARe,
|
|
@@ -1348,12 +1348,12 @@ var GetIdentityVerificationAttributesResponse = [
|
|
|
1348
1348
|
[_VA],
|
|
1349
1349
|
[() => VerificationAttributes],
|
|
1350
1350
|
];
|
|
1351
|
-
var GetSendQuotaResponse = [3, n0, _GSQR, 0, [_MHS, _MSR, _SLH], [1, 1, 1]];
|
|
1352
|
-
var GetSendStatisticsResponse = [3, n0, _GSSR, 0, [_SDP], [() => SendDataPointList]];
|
|
1353
|
-
var GetTemplateRequest = [3, n0, _GTR, 0, [_TN], [0]];
|
|
1354
|
-
var GetTemplateResponse = [3, n0, _GTRe, 0, [_Te], [() => Template]];
|
|
1355
|
-
var IdentityDkimAttributes = [3, n0, _IDA, 0, [_DE, _DVSk, _DT], [2, 0, 64 | 0]];
|
|
1356
|
-
var IdentityMailFromDomainAttributes = [
|
|
1351
|
+
var GetSendQuotaResponse$ = [3, n0, _GSQR, 0, [_MHS, _MSR, _SLH], [1, 1, 1]];
|
|
1352
|
+
var GetSendStatisticsResponse$ = [3, n0, _GSSR, 0, [_SDP], [() => SendDataPointList]];
|
|
1353
|
+
var GetTemplateRequest$ = [3, n0, _GTR, 0, [_TN], [0]];
|
|
1354
|
+
var GetTemplateResponse$ = [3, n0, _GTRe, 0, [_Te], [() => Template$]];
|
|
1355
|
+
var IdentityDkimAttributes$ = [3, n0, _IDA, 0, [_DE, _DVSk, _DT], [2, 0, 64 | 0]];
|
|
1356
|
+
var IdentityMailFromDomainAttributes$ = [
|
|
1357
1357
|
3,
|
|
1358
1358
|
n0,
|
|
1359
1359
|
_IMFDA,
|
|
@@ -1361,7 +1361,7 @@ var IdentityMailFromDomainAttributes = [
|
|
|
1361
1361
|
[_MFD, _MFDS, _BOMXF],
|
|
1362
1362
|
[0, 0, 0],
|
|
1363
1363
|
];
|
|
1364
|
-
var IdentityNotificationAttributes = [
|
|
1364
|
+
var IdentityNotificationAttributes$ = [
|
|
1365
1365
|
3,
|
|
1366
1366
|
n0,
|
|
1367
1367
|
_INA,
|
|
@@ -1369,8 +1369,8 @@ var IdentityNotificationAttributes = [
|
|
|
1369
1369
|
[_BTo, _CT, _DTe, _FE, _HIBNE, _HICNE, _HIDNE],
|
|
1370
1370
|
[0, 0, 0, 2, 2, 2, 2],
|
|
1371
1371
|
];
|
|
1372
|
-
var IdentityVerificationAttributes = [3, n0, _IVA, 0, [_VS, _VT], [0, 0]];
|
|
1373
|
-
var InvalidCloudWatchDestinationException = [
|
|
1372
|
+
var IdentityVerificationAttributes$ = [3, n0, _IVA, 0, [_VS, _VT], [0, 0]];
|
|
1373
|
+
var InvalidCloudWatchDestinationException$ = [
|
|
1374
1374
|
-3,
|
|
1375
1375
|
n0,
|
|
1376
1376
|
_ICWDE,
|
|
@@ -1378,8 +1378,8 @@ var InvalidCloudWatchDestinationException = [
|
|
|
1378
1378
|
[_CSN, _EDN, _m],
|
|
1379
1379
|
[0, 0, 0],
|
|
1380
1380
|
];
|
|
1381
|
-
schema.TypeRegistry.for(n0).registerError(InvalidCloudWatchDestinationException
|
|
1382
|
-
var InvalidConfigurationSetException = [
|
|
1381
|
+
schema.TypeRegistry.for(n0).registerError(InvalidCloudWatchDestinationException$, InvalidCloudWatchDestinationException);
|
|
1382
|
+
var InvalidConfigurationSetException$ = [
|
|
1383
1383
|
-3,
|
|
1384
1384
|
n0,
|
|
1385
1385
|
_ICSE,
|
|
@@ -1387,8 +1387,8 @@ var InvalidConfigurationSetException = [
|
|
|
1387
1387
|
[_m],
|
|
1388
1388
|
[0],
|
|
1389
1389
|
];
|
|
1390
|
-
schema.TypeRegistry.for(n0).registerError(InvalidConfigurationSetException
|
|
1391
|
-
var InvalidDeliveryOptionsException = [
|
|
1390
|
+
schema.TypeRegistry.for(n0).registerError(InvalidConfigurationSetException$, InvalidConfigurationSetException);
|
|
1391
|
+
var InvalidDeliveryOptionsException$ = [
|
|
1392
1392
|
-3,
|
|
1393
1393
|
n0,
|
|
1394
1394
|
_IDOE,
|
|
@@ -1396,8 +1396,8 @@ var InvalidDeliveryOptionsException = [
|
|
|
1396
1396
|
[_m],
|
|
1397
1397
|
[0],
|
|
1398
1398
|
];
|
|
1399
|
-
schema.TypeRegistry.for(n0).registerError(InvalidDeliveryOptionsException
|
|
1400
|
-
var InvalidFirehoseDestinationException = [
|
|
1399
|
+
schema.TypeRegistry.for(n0).registerError(InvalidDeliveryOptionsException$, InvalidDeliveryOptionsException);
|
|
1400
|
+
var InvalidFirehoseDestinationException$ = [
|
|
1401
1401
|
-3,
|
|
1402
1402
|
n0,
|
|
1403
1403
|
_IFDE,
|
|
@@ -1405,8 +1405,8 @@ var InvalidFirehoseDestinationException = [
|
|
|
1405
1405
|
[_CSN, _EDN, _m],
|
|
1406
1406
|
[0, 0, 0],
|
|
1407
1407
|
];
|
|
1408
|
-
schema.TypeRegistry.for(n0).registerError(InvalidFirehoseDestinationException
|
|
1409
|
-
var InvalidLambdaFunctionException = [
|
|
1408
|
+
schema.TypeRegistry.for(n0).registerError(InvalidFirehoseDestinationException$, InvalidFirehoseDestinationException);
|
|
1409
|
+
var InvalidLambdaFunctionException$ = [
|
|
1410
1410
|
-3,
|
|
1411
1411
|
n0,
|
|
1412
1412
|
_ILFE,
|
|
@@ -1414,8 +1414,8 @@ var InvalidLambdaFunctionException = [
|
|
|
1414
1414
|
[_FA, _m],
|
|
1415
1415
|
[0, 0],
|
|
1416
1416
|
];
|
|
1417
|
-
schema.TypeRegistry.for(n0).registerError(InvalidLambdaFunctionException
|
|
1418
|
-
var InvalidPolicyException = [
|
|
1417
|
+
schema.TypeRegistry.for(n0).registerError(InvalidLambdaFunctionException$, InvalidLambdaFunctionException);
|
|
1418
|
+
var InvalidPolicyException$ = [
|
|
1419
1419
|
-3,
|
|
1420
1420
|
n0,
|
|
1421
1421
|
_IPE,
|
|
@@ -1423,8 +1423,8 @@ var InvalidPolicyException = [
|
|
|
1423
1423
|
[_m],
|
|
1424
1424
|
[0],
|
|
1425
1425
|
];
|
|
1426
|
-
schema.TypeRegistry.for(n0).registerError(InvalidPolicyException
|
|
1427
|
-
var InvalidRenderingParameterException = [
|
|
1426
|
+
schema.TypeRegistry.for(n0).registerError(InvalidPolicyException$, InvalidPolicyException);
|
|
1427
|
+
var InvalidRenderingParameterException$ = [
|
|
1428
1428
|
-3,
|
|
1429
1429
|
n0,
|
|
1430
1430
|
_IRPE,
|
|
@@ -1432,8 +1432,8 @@ var InvalidRenderingParameterException = [
|
|
|
1432
1432
|
[_TN, _m],
|
|
1433
1433
|
[0, 0],
|
|
1434
1434
|
];
|
|
1435
|
-
schema.TypeRegistry.for(n0).registerError(InvalidRenderingParameterException
|
|
1436
|
-
var InvalidS3ConfigurationException = [
|
|
1435
|
+
schema.TypeRegistry.for(n0).registerError(InvalidRenderingParameterException$, InvalidRenderingParameterException);
|
|
1436
|
+
var InvalidS3ConfigurationException$ = [
|
|
1437
1437
|
-3,
|
|
1438
1438
|
n0,
|
|
1439
1439
|
_ISCE,
|
|
@@ -1441,8 +1441,8 @@ var InvalidS3ConfigurationException = [
|
|
|
1441
1441
|
[_Bu, _m],
|
|
1442
1442
|
[0, 0],
|
|
1443
1443
|
];
|
|
1444
|
-
schema.TypeRegistry.for(n0).registerError(InvalidS3ConfigurationException
|
|
1445
|
-
var InvalidSNSDestinationException = [
|
|
1444
|
+
schema.TypeRegistry.for(n0).registerError(InvalidS3ConfigurationException$, InvalidS3ConfigurationException);
|
|
1445
|
+
var InvalidSNSDestinationException$ = [
|
|
1446
1446
|
-3,
|
|
1447
1447
|
n0,
|
|
1448
1448
|
_ISNSDE,
|
|
@@ -1450,8 +1450,8 @@ var InvalidSNSDestinationException = [
|
|
|
1450
1450
|
[_CSN, _EDN, _m],
|
|
1451
1451
|
[0, 0, 0],
|
|
1452
1452
|
];
|
|
1453
|
-
schema.TypeRegistry.for(n0).registerError(InvalidSNSDestinationException
|
|
1454
|
-
var InvalidSnsTopicException = [
|
|
1453
|
+
schema.TypeRegistry.for(n0).registerError(InvalidSNSDestinationException$, InvalidSNSDestinationException);
|
|
1454
|
+
var InvalidSnsTopicException$ = [
|
|
1455
1455
|
-3,
|
|
1456
1456
|
n0,
|
|
1457
1457
|
_ISTE,
|
|
@@ -1459,8 +1459,8 @@ var InvalidSnsTopicException = [
|
|
|
1459
1459
|
[_To, _m],
|
|
1460
1460
|
[0, 0],
|
|
1461
1461
|
];
|
|
1462
|
-
schema.TypeRegistry.for(n0).registerError(InvalidSnsTopicException
|
|
1463
|
-
var InvalidTemplateException = [
|
|
1462
|
+
schema.TypeRegistry.for(n0).registerError(InvalidSnsTopicException$, InvalidSnsTopicException);
|
|
1463
|
+
var InvalidTemplateException$ = [
|
|
1464
1464
|
-3,
|
|
1465
1465
|
n0,
|
|
1466
1466
|
_ITE,
|
|
@@ -1468,8 +1468,8 @@ var InvalidTemplateException = [
|
|
|
1468
1468
|
[_TN, _m],
|
|
1469
1469
|
[0, 0],
|
|
1470
1470
|
];
|
|
1471
|
-
schema.TypeRegistry.for(n0).registerError(InvalidTemplateException
|
|
1472
|
-
var InvalidTrackingOptionsException = [
|
|
1471
|
+
schema.TypeRegistry.for(n0).registerError(InvalidTemplateException$, InvalidTemplateException);
|
|
1472
|
+
var InvalidTrackingOptionsException$ = [
|
|
1473
1473
|
-3,
|
|
1474
1474
|
n0,
|
|
1475
1475
|
_ITOE,
|
|
@@ -1477,10 +1477,10 @@ var InvalidTrackingOptionsException = [
|
|
|
1477
1477
|
[_m],
|
|
1478
1478
|
[0],
|
|
1479
1479
|
];
|
|
1480
|
-
schema.TypeRegistry.for(n0).registerError(InvalidTrackingOptionsException
|
|
1481
|
-
var KinesisFirehoseDestination = [3, n0, _KFD, 0, [_IAMRARN, _DSARN], [0, 0]];
|
|
1482
|
-
var LambdaAction = [3, n0, _LA, 0, [_TA, _FA, _IT], [0, 0, 0]];
|
|
1483
|
-
var LimitExceededException = [
|
|
1480
|
+
schema.TypeRegistry.for(n0).registerError(InvalidTrackingOptionsException$, InvalidTrackingOptionsException);
|
|
1481
|
+
var KinesisFirehoseDestination$ = [3, n0, _KFD, 0, [_IAMRARN, _DSARN], [0, 0]];
|
|
1482
|
+
var LambdaAction$ = [3, n0, _LA, 0, [_TA, _FA, _IT], [0, 0, 0]];
|
|
1483
|
+
var LimitExceededException$ = [
|
|
1484
1484
|
-3,
|
|
1485
1485
|
n0,
|
|
1486
1486
|
_LEE,
|
|
@@ -1488,9 +1488,9 @@ var LimitExceededException = [
|
|
|
1488
1488
|
[_m],
|
|
1489
1489
|
[0],
|
|
1490
1490
|
];
|
|
1491
|
-
schema.TypeRegistry.for(n0).registerError(LimitExceededException
|
|
1492
|
-
var ListConfigurationSetsRequest = [3, n0, _LCSR, 0, [_NT, _MIa], [0, 1]];
|
|
1493
|
-
var ListConfigurationSetsResponse = [
|
|
1491
|
+
schema.TypeRegistry.for(n0).registerError(LimitExceededException$, LimitExceededException);
|
|
1492
|
+
var ListConfigurationSetsRequest$ = [3, n0, _LCSR, 0, [_NT, _MIa], [0, 1]];
|
|
1493
|
+
var ListConfigurationSetsResponse$ = [
|
|
1494
1494
|
3,
|
|
1495
1495
|
n0,
|
|
1496
1496
|
_LCSRi,
|
|
@@ -1498,8 +1498,15 @@ var ListConfigurationSetsResponse = [
|
|
|
1498
1498
|
[_CSo, _NT],
|
|
1499
1499
|
[() => ConfigurationSets, 0],
|
|
1500
1500
|
];
|
|
1501
|
-
var ListCustomVerificationEmailTemplatesRequest = [
|
|
1502
|
-
|
|
1501
|
+
var ListCustomVerificationEmailTemplatesRequest$ = [
|
|
1502
|
+
3,
|
|
1503
|
+
n0,
|
|
1504
|
+
_LCVETR,
|
|
1505
|
+
0,
|
|
1506
|
+
[_NT, _MR],
|
|
1507
|
+
[0, 1],
|
|
1508
|
+
];
|
|
1509
|
+
var ListCustomVerificationEmailTemplatesResponse$ = [
|
|
1503
1510
|
3,
|
|
1504
1511
|
n0,
|
|
1505
1512
|
_LCVETRi,
|
|
@@ -1507,14 +1514,14 @@ var ListCustomVerificationEmailTemplatesResponse = [
|
|
|
1507
1514
|
[_CVETu, _NT],
|
|
1508
1515
|
[() => CustomVerificationEmailTemplates, 0],
|
|
1509
1516
|
];
|
|
1510
|
-
var ListIdentitiesRequest = [3, n0, _LIR, 0, [_ITd, _NT, _MIa], [0, 0, 1]];
|
|
1511
|
-
var ListIdentitiesResponse = [3, n0, _LIRi, 0, [_Id, _NT], [64 | 0, 0]];
|
|
1512
|
-
var ListIdentityPoliciesRequest = [3, n0, _LIPR, 0, [_I], [0]];
|
|
1513
|
-
var ListIdentityPoliciesResponse = [3, n0, _LIPRi, 0, [_PNo], [64 | 0]];
|
|
1514
|
-
var ListReceiptFiltersRequest = [3, n0, _LRFR, 0, [], []];
|
|
1515
|
-
var ListReceiptFiltersResponse = [3, n0, _LRFRi, 0, [_Fi], [() => ReceiptFilterList]];
|
|
1516
|
-
var ListReceiptRuleSetsRequest = [3, n0, _LRRSR, 0, [_NT], [0]];
|
|
1517
|
-
var ListReceiptRuleSetsResponse = [
|
|
1517
|
+
var ListIdentitiesRequest$ = [3, n0, _LIR, 0, [_ITd, _NT, _MIa], [0, 0, 1]];
|
|
1518
|
+
var ListIdentitiesResponse$ = [3, n0, _LIRi, 0, [_Id, _NT], [64 | 0, 0]];
|
|
1519
|
+
var ListIdentityPoliciesRequest$ = [3, n0, _LIPR, 0, [_I], [0]];
|
|
1520
|
+
var ListIdentityPoliciesResponse$ = [3, n0, _LIPRi, 0, [_PNo], [64 | 0]];
|
|
1521
|
+
var ListReceiptFiltersRequest$ = [3, n0, _LRFR, 0, [], []];
|
|
1522
|
+
var ListReceiptFiltersResponse$ = [3, n0, _LRFRi, 0, [_Fi], [() => ReceiptFilterList]];
|
|
1523
|
+
var ListReceiptRuleSetsRequest$ = [3, n0, _LRRSR, 0, [_NT], [0]];
|
|
1524
|
+
var ListReceiptRuleSetsResponse$ = [
|
|
1518
1525
|
3,
|
|
1519
1526
|
n0,
|
|
1520
1527
|
_LRRSRi,
|
|
@@ -1522,8 +1529,8 @@ var ListReceiptRuleSetsResponse = [
|
|
|
1522
1529
|
[_RS, _NT],
|
|
1523
1530
|
[() => ReceiptRuleSetsLists, 0],
|
|
1524
1531
|
];
|
|
1525
|
-
var ListTemplatesRequest = [3, n0, _LTR, 0, [_NT, _MIa], [0, 1]];
|
|
1526
|
-
var ListTemplatesResponse = [
|
|
1532
|
+
var ListTemplatesRequest$ = [3, n0, _LTR, 0, [_NT, _MIa], [0, 1]];
|
|
1533
|
+
var ListTemplatesResponse$ = [
|
|
1527
1534
|
3,
|
|
1528
1535
|
n0,
|
|
1529
1536
|
_LTRi,
|
|
@@ -1531,8 +1538,8 @@ var ListTemplatesResponse = [
|
|
|
1531
1538
|
[_TM, _NT],
|
|
1532
1539
|
[() => TemplateMetadataList, 0],
|
|
1533
1540
|
];
|
|
1534
|
-
var ListVerifiedEmailAddressesResponse = [3, n0, _LVEAR, 0, [_VEA], [64 | 0]];
|
|
1535
|
-
var MailFromDomainNotVerifiedException = [
|
|
1541
|
+
var ListVerifiedEmailAddressesResponse$ = [3, n0, _LVEAR, 0, [_VEA], [64 | 0]];
|
|
1542
|
+
var MailFromDomainNotVerifiedException$ = [
|
|
1536
1543
|
-3,
|
|
1537
1544
|
n0,
|
|
1538
1545
|
_MFDNVE,
|
|
@@ -1540,10 +1547,10 @@ var MailFromDomainNotVerifiedException = [
|
|
|
1540
1547
|
[_m],
|
|
1541
1548
|
[0],
|
|
1542
1549
|
];
|
|
1543
|
-
schema.TypeRegistry.for(n0).registerError(MailFromDomainNotVerifiedException
|
|
1544
|
-
var Message = [3, n0, _M, 0, [_Su, _B], [() => Content
|
|
1545
|
-
var MessageDsn = [3, n0, _MD, 0, [_RM, _AD, _EFx], [0, 4, () => ExtensionFieldList]];
|
|
1546
|
-
var MessageRejected = [
|
|
1550
|
+
schema.TypeRegistry.for(n0).registerError(MailFromDomainNotVerifiedException$, MailFromDomainNotVerifiedException);
|
|
1551
|
+
var Message$ = [3, n0, _M, 0, [_Su, _B], [() => Content$, () => Body$]];
|
|
1552
|
+
var MessageDsn$ = [3, n0, _MD, 0, [_RM, _AD, _EFx], [0, 4, () => ExtensionFieldList]];
|
|
1553
|
+
var MessageRejected$ = [
|
|
1547
1554
|
-3,
|
|
1548
1555
|
n0,
|
|
1549
1556
|
_MRe,
|
|
@@ -1551,9 +1558,9 @@ var MessageRejected = [
|
|
|
1551
1558
|
[_m],
|
|
1552
1559
|
[0],
|
|
1553
1560
|
];
|
|
1554
|
-
schema.TypeRegistry.for(n0).registerError(MessageRejected
|
|
1555
|
-
var MessageTag = [3, n0, _MT, 0, [_N, _V], [0, 0]];
|
|
1556
|
-
var MissingRenderingAttributeException = [
|
|
1561
|
+
schema.TypeRegistry.for(n0).registerError(MessageRejected$, MessageRejected);
|
|
1562
|
+
var MessageTag$ = [3, n0, _MT, 0, [_N, _V], [0, 0]];
|
|
1563
|
+
var MissingRenderingAttributeException$ = [
|
|
1557
1564
|
-3,
|
|
1558
1565
|
n0,
|
|
1559
1566
|
_MRAE,
|
|
@@ -1561,8 +1568,8 @@ var MissingRenderingAttributeException = [
|
|
|
1561
1568
|
[_TN, _m],
|
|
1562
1569
|
[0, 0],
|
|
1563
1570
|
];
|
|
1564
|
-
schema.TypeRegistry.for(n0).registerError(MissingRenderingAttributeException
|
|
1565
|
-
var ProductionAccessNotGrantedException = [
|
|
1571
|
+
schema.TypeRegistry.for(n0).registerError(MissingRenderingAttributeException$, MissingRenderingAttributeException);
|
|
1572
|
+
var ProductionAccessNotGrantedException$ = [
|
|
1566
1573
|
-3,
|
|
1567
1574
|
n0,
|
|
1568
1575
|
_PANGE,
|
|
@@ -1570,39 +1577,39 @@ var ProductionAccessNotGrantedException = [
|
|
|
1570
1577
|
[_m],
|
|
1571
1578
|
[0],
|
|
1572
1579
|
];
|
|
1573
|
-
schema.TypeRegistry.for(n0).registerError(ProductionAccessNotGrantedException
|
|
1574
|
-
var PutConfigurationSetDeliveryOptionsRequest = [
|
|
1580
|
+
schema.TypeRegistry.for(n0).registerError(ProductionAccessNotGrantedException$, ProductionAccessNotGrantedException);
|
|
1581
|
+
var PutConfigurationSetDeliveryOptionsRequest$ = [
|
|
1575
1582
|
3,
|
|
1576
1583
|
n0,
|
|
1577
1584
|
_PCSDOR,
|
|
1578
1585
|
0,
|
|
1579
1586
|
[_CSN, _DO],
|
|
1580
|
-
[0, () => DeliveryOptions],
|
|
1587
|
+
[0, () => DeliveryOptions$],
|
|
1581
1588
|
];
|
|
1582
|
-
var PutConfigurationSetDeliveryOptionsResponse = [3, n0, _PCSDORu, 0, [], []];
|
|
1583
|
-
var PutIdentityPolicyRequest = [3, n0, _PIPR, 0, [_I, _PN, _Po], [0, 0, 0]];
|
|
1584
|
-
var PutIdentityPolicyResponse = [3, n0, _PIPRu, 0, [], []];
|
|
1585
|
-
var RawMessage = [3, n0, _RMa, 0, [_Da], [21]];
|
|
1586
|
-
var ReceiptAction = [
|
|
1589
|
+
var PutConfigurationSetDeliveryOptionsResponse$ = [3, n0, _PCSDORu, 0, [], []];
|
|
1590
|
+
var PutIdentityPolicyRequest$ = [3, n0, _PIPR, 0, [_I, _PN, _Po], [0, 0, 0]];
|
|
1591
|
+
var PutIdentityPolicyResponse$ = [3, n0, _PIPRu, 0, [], []];
|
|
1592
|
+
var RawMessage$ = [3, n0, _RMa, 0, [_Da], [21]];
|
|
1593
|
+
var ReceiptAction$ = [
|
|
1587
1594
|
3,
|
|
1588
1595
|
n0,
|
|
1589
1596
|
_RAe,
|
|
1590
1597
|
0,
|
|
1591
1598
|
[_SA, _BA, _WA, _LA, _SAt, _AHA, _SNSA, _CA],
|
|
1592
1599
|
[
|
|
1593
|
-
() => S3Action
|
|
1594
|
-
() => BounceAction
|
|
1595
|
-
() => WorkmailAction
|
|
1596
|
-
() => LambdaAction
|
|
1597
|
-
() => StopAction
|
|
1598
|
-
() => AddHeaderAction
|
|
1599
|
-
() => SNSAction
|
|
1600
|
-
() => ConnectAction
|
|
1600
|
+
() => S3Action$,
|
|
1601
|
+
() => BounceAction$,
|
|
1602
|
+
() => WorkmailAction$,
|
|
1603
|
+
() => LambdaAction$,
|
|
1604
|
+
() => StopAction$,
|
|
1605
|
+
() => AddHeaderAction$,
|
|
1606
|
+
() => SNSAction$,
|
|
1607
|
+
() => ConnectAction$,
|
|
1601
1608
|
],
|
|
1602
1609
|
];
|
|
1603
|
-
var ReceiptFilter = [3, n0, _RF, 0, [_N, _IF], [0, () => ReceiptIpFilter]];
|
|
1604
|
-
var ReceiptIpFilter = [3, n0, _RIF, 0, [_Po, _Ci], [0, 0]];
|
|
1605
|
-
var ReceiptRule = [
|
|
1610
|
+
var ReceiptFilter$ = [3, n0, _RF, 0, [_N, _IF], [0, () => ReceiptIpFilter$]];
|
|
1611
|
+
var ReceiptIpFilter$ = [3, n0, _RIF, 0, [_Po, _Ci], [0, 0]];
|
|
1612
|
+
var ReceiptRule$ = [
|
|
1606
1613
|
3,
|
|
1607
1614
|
n0,
|
|
1608
1615
|
_RR,
|
|
@@ -1610,8 +1617,8 @@ var ReceiptRule = [
|
|
|
1610
1617
|
[_N, _En, _TP, _Re, _Ac, _SE],
|
|
1611
1618
|
[0, 2, 0, 64 | 0, () => ReceiptActionsList, 2],
|
|
1612
1619
|
];
|
|
1613
|
-
var ReceiptRuleSetMetadata = [3, n0, _RRSM, 0, [_N, _CTr], [0, 4]];
|
|
1614
|
-
var RecipientDsnFields = [
|
|
1620
|
+
var ReceiptRuleSetMetadata$ = [3, n0, _RRSM, 0, [_N, _CTr], [0, 4]];
|
|
1621
|
+
var RecipientDsnFields$ = [
|
|
1615
1622
|
3,
|
|
1616
1623
|
n0,
|
|
1617
1624
|
_RDF,
|
|
@@ -1619,10 +1626,10 @@ var RecipientDsnFields = [
|
|
|
1619
1626
|
[_FR, _Act, _RMe, _St, _DCi, _LAD, _EFx],
|
|
1620
1627
|
[0, 0, 0, 0, 0, 4, () => ExtensionFieldList],
|
|
1621
1628
|
];
|
|
1622
|
-
var ReorderReceiptRuleSetRequest = [3, n0, _RRRSR, 0, [_RSN, _RNu], [0, 64 | 0]];
|
|
1623
|
-
var ReorderReceiptRuleSetResponse = [3, n0, _RRRSRe, 0, [], []];
|
|
1624
|
-
var ReputationOptions = [3, n0, _RO, 0, [_SEe, _RME, _LFS], [2, 2, 4]];
|
|
1625
|
-
var RuleDoesNotExistException = [
|
|
1629
|
+
var ReorderReceiptRuleSetRequest$ = [3, n0, _RRRSR, 0, [_RSN, _RNu], [0, 64 | 0]];
|
|
1630
|
+
var ReorderReceiptRuleSetResponse$ = [3, n0, _RRRSRe, 0, [], []];
|
|
1631
|
+
var ReputationOptions$ = [3, n0, _RO, 0, [_SEe, _RME, _LFS], [2, 2, 4]];
|
|
1632
|
+
var RuleDoesNotExistException$ = [
|
|
1626
1633
|
-3,
|
|
1627
1634
|
n0,
|
|
1628
1635
|
_RDNEE,
|
|
@@ -1630,8 +1637,8 @@ var RuleDoesNotExistException = [
|
|
|
1630
1637
|
[_N, _m],
|
|
1631
1638
|
[0, 0],
|
|
1632
1639
|
];
|
|
1633
|
-
schema.TypeRegistry.for(n0).registerError(RuleDoesNotExistException
|
|
1634
|
-
var RuleSetDoesNotExistException = [
|
|
1640
|
+
schema.TypeRegistry.for(n0).registerError(RuleDoesNotExistException$, RuleDoesNotExistException);
|
|
1641
|
+
var RuleSetDoesNotExistException$ = [
|
|
1635
1642
|
-3,
|
|
1636
1643
|
n0,
|
|
1637
1644
|
_RSDNEE,
|
|
@@ -1639,18 +1646,18 @@ var RuleSetDoesNotExistException = [
|
|
|
1639
1646
|
[_N, _m],
|
|
1640
1647
|
[0, 0],
|
|
1641
1648
|
];
|
|
1642
|
-
schema.TypeRegistry.for(n0).registerError(RuleSetDoesNotExistException
|
|
1643
|
-
var S3Action = [3, n0, _SA, 0, [_TA, _BN, _OKP, _KKA, _IRA], [0, 0, 0, 0, 0]];
|
|
1644
|
-
var SendBounceRequest = [
|
|
1649
|
+
schema.TypeRegistry.for(n0).registerError(RuleSetDoesNotExistException$, RuleSetDoesNotExistException);
|
|
1650
|
+
var S3Action$ = [3, n0, _SA, 0, [_TA, _BN, _OKP, _KKA, _IRA], [0, 0, 0, 0, 0]];
|
|
1651
|
+
var SendBounceRequest$ = [
|
|
1645
1652
|
3,
|
|
1646
1653
|
n0,
|
|
1647
1654
|
_SBR,
|
|
1648
1655
|
0,
|
|
1649
1656
|
[_OMI, _BS, _Ex, _MD, _BRIL, _BSA],
|
|
1650
|
-
[0, 0, 0, () => MessageDsn
|
|
1657
|
+
[0, 0, 0, () => MessageDsn$, () => BouncedRecipientInfoList, 0],
|
|
1651
1658
|
];
|
|
1652
|
-
var SendBounceResponse = [3, n0, _SBRe, 0, [_MI], [0]];
|
|
1653
|
-
var SendBulkTemplatedEmailRequest = [
|
|
1659
|
+
var SendBounceResponse$ = [3, n0, _SBRe, 0, [_MI], [0]];
|
|
1660
|
+
var SendBulkTemplatedEmailRequest$ = [
|
|
1654
1661
|
3,
|
|
1655
1662
|
n0,
|
|
1656
1663
|
_SBTER,
|
|
@@ -1658,7 +1665,7 @@ var SendBulkTemplatedEmailRequest = [
|
|
|
1658
1665
|
[_So, _SAo, _RTA, _RP, _RPA, _CSN, _DTef, _Te, _TAe, _DTD, _De],
|
|
1659
1666
|
[0, 0, 64 | 0, 0, 0, 0, () => MessageTagList, 0, 0, 0, () => BulkEmailDestinationList],
|
|
1660
1667
|
];
|
|
1661
|
-
var SendBulkTemplatedEmailResponse = [
|
|
1668
|
+
var SendBulkTemplatedEmailResponse$ = [
|
|
1662
1669
|
3,
|
|
1663
1670
|
n0,
|
|
1664
1671
|
_SBTERe,
|
|
@@ -1666,43 +1673,43 @@ var SendBulkTemplatedEmailResponse = [
|
|
|
1666
1673
|
[_St],
|
|
1667
1674
|
[() => BulkEmailDestinationStatusList],
|
|
1668
1675
|
];
|
|
1669
|
-
var SendCustomVerificationEmailRequest = [3, n0, _SCVER, 0, [_EA, _TN, _CSN], [0, 0, 0]];
|
|
1670
|
-
var SendCustomVerificationEmailResponse = [3, n0, _SCVERe, 0, [_MI], [0]];
|
|
1671
|
-
var SendDataPoint = [3, n0, _SDPe, 0, [_Ti, _DAe, _Bo, _Co, _Rej], [4, 1, 1, 1, 1]];
|
|
1672
|
-
var SendEmailRequest = [
|
|
1676
|
+
var SendCustomVerificationEmailRequest$ = [3, n0, _SCVER, 0, [_EA, _TN, _CSN], [0, 0, 0]];
|
|
1677
|
+
var SendCustomVerificationEmailResponse$ = [3, n0, _SCVERe, 0, [_MI], [0]];
|
|
1678
|
+
var SendDataPoint$ = [3, n0, _SDPe, 0, [_Ti, _DAe, _Bo, _Co, _Rej], [4, 1, 1, 1, 1]];
|
|
1679
|
+
var SendEmailRequest$ = [
|
|
1673
1680
|
3,
|
|
1674
1681
|
n0,
|
|
1675
1682
|
_SER,
|
|
1676
1683
|
0,
|
|
1677
1684
|
[_So, _D, _M, _RTA, _RP, _SAo, _RPA, _Ta, _CSN],
|
|
1678
|
-
[0, () => Destination
|
|
1685
|
+
[0, () => Destination$, () => Message$, 64 | 0, 0, 0, 0, () => MessageTagList, 0],
|
|
1679
1686
|
];
|
|
1680
|
-
var SendEmailResponse = [3, n0, _SERe, 0, [_MI], [0]];
|
|
1681
|
-
var SendRawEmailRequest = [
|
|
1687
|
+
var SendEmailResponse$ = [3, n0, _SERe, 0, [_MI], [0]];
|
|
1688
|
+
var SendRawEmailRequest$ = [
|
|
1682
1689
|
3,
|
|
1683
1690
|
n0,
|
|
1684
1691
|
_SRER,
|
|
1685
1692
|
0,
|
|
1686
1693
|
[_So, _De, _RMa, _FAr, _SAo, _RPA, _Ta, _CSN],
|
|
1687
|
-
[0, 64 | 0, () => RawMessage
|
|
1694
|
+
[0, 64 | 0, () => RawMessage$, 0, 0, 0, () => MessageTagList, 0],
|
|
1688
1695
|
];
|
|
1689
|
-
var SendRawEmailResponse = [3, n0, _SRERe, 0, [_MI], [0]];
|
|
1690
|
-
var SendTemplatedEmailRequest = [
|
|
1696
|
+
var SendRawEmailResponse$ = [3, n0, _SRERe, 0, [_MI], [0]];
|
|
1697
|
+
var SendTemplatedEmailRequest$ = [
|
|
1691
1698
|
3,
|
|
1692
1699
|
n0,
|
|
1693
1700
|
_STER,
|
|
1694
1701
|
0,
|
|
1695
1702
|
[_So, _D, _RTA, _RP, _SAo, _RPA, _Ta, _CSN, _Te, _TAe, _TD],
|
|
1696
|
-
[0, () => Destination
|
|
1697
|
-
];
|
|
1698
|
-
var SendTemplatedEmailResponse = [3, n0, _STERe, 0, [_MI], [0]];
|
|
1699
|
-
var SetActiveReceiptRuleSetRequest = [3, n0, _SARRSR, 0, [_RSN], [0]];
|
|
1700
|
-
var SetActiveReceiptRuleSetResponse = [3, n0, _SARRSRe, 0, [], []];
|
|
1701
|
-
var SetIdentityDkimEnabledRequest = [3, n0, _SIDER, 0, [_I, _DE], [0, 2]];
|
|
1702
|
-
var SetIdentityDkimEnabledResponse = [3, n0, _SIDERe, 0, [], []];
|
|
1703
|
-
var SetIdentityFeedbackForwardingEnabledRequest = [3, n0, _SIFFER, 0, [_I, _FE], [0, 2]];
|
|
1704
|
-
var SetIdentityFeedbackForwardingEnabledResponse = [3, n0, _SIFFERe, 0, [], []];
|
|
1705
|
-
var SetIdentityHeadersInNotificationsEnabledRequest = [
|
|
1703
|
+
[0, () => Destination$, 64 | 0, 0, 0, 0, () => MessageTagList, 0, 0, 0, 0],
|
|
1704
|
+
];
|
|
1705
|
+
var SendTemplatedEmailResponse$ = [3, n0, _STERe, 0, [_MI], [0]];
|
|
1706
|
+
var SetActiveReceiptRuleSetRequest$ = [3, n0, _SARRSR, 0, [_RSN], [0]];
|
|
1707
|
+
var SetActiveReceiptRuleSetResponse$ = [3, n0, _SARRSRe, 0, [], []];
|
|
1708
|
+
var SetIdentityDkimEnabledRequest$ = [3, n0, _SIDER, 0, [_I, _DE], [0, 2]];
|
|
1709
|
+
var SetIdentityDkimEnabledResponse$ = [3, n0, _SIDERe, 0, [], []];
|
|
1710
|
+
var SetIdentityFeedbackForwardingEnabledRequest$ = [3, n0, _SIFFER, 0, [_I, _FE], [0, 2]];
|
|
1711
|
+
var SetIdentityFeedbackForwardingEnabledResponse$ = [3, n0, _SIFFERe, 0, [], []];
|
|
1712
|
+
var SetIdentityHeadersInNotificationsEnabledRequest$ = [
|
|
1706
1713
|
3,
|
|
1707
1714
|
n0,
|
|
1708
1715
|
_SIHINER,
|
|
@@ -1710,18 +1717,25 @@ var SetIdentityHeadersInNotificationsEnabledRequest = [
|
|
|
1710
1717
|
[_I, _NTo, _En],
|
|
1711
1718
|
[0, 0, 2],
|
|
1712
1719
|
];
|
|
1713
|
-
var SetIdentityHeadersInNotificationsEnabledResponse = [3, n0, _SIHINERe, 0, [], []];
|
|
1714
|
-
var SetIdentityMailFromDomainRequest = [
|
|
1715
|
-
|
|
1716
|
-
|
|
1717
|
-
|
|
1718
|
-
|
|
1719
|
-
|
|
1720
|
-
|
|
1721
|
-
|
|
1722
|
-
var
|
|
1723
|
-
var
|
|
1724
|
-
var
|
|
1720
|
+
var SetIdentityHeadersInNotificationsEnabledResponse$ = [3, n0, _SIHINERe, 0, [], []];
|
|
1721
|
+
var SetIdentityMailFromDomainRequest$ = [
|
|
1722
|
+
3,
|
|
1723
|
+
n0,
|
|
1724
|
+
_SIMFDR,
|
|
1725
|
+
0,
|
|
1726
|
+
[_I, _MFD, _BOMXF],
|
|
1727
|
+
[0, 0, 0],
|
|
1728
|
+
];
|
|
1729
|
+
var SetIdentityMailFromDomainResponse$ = [3, n0, _SIMFDRe, 0, [], []];
|
|
1730
|
+
var SetIdentityNotificationTopicRequest$ = [3, n0, _SINTR, 0, [_I, _NTo, _ST], [0, 0, 0]];
|
|
1731
|
+
var SetIdentityNotificationTopicResponse$ = [3, n0, _SINTRe, 0, [], []];
|
|
1732
|
+
var SetReceiptRulePositionRequest$ = [3, n0, _SRRPR, 0, [_RSN, _RN, _A], [0, 0, 0]];
|
|
1733
|
+
var SetReceiptRulePositionResponse$ = [3, n0, _SRRPRe, 0, [], []];
|
|
1734
|
+
var SNSAction$ = [3, n0, _SNSA, 0, [_TA, _Enc], [0, 0]];
|
|
1735
|
+
var SNSDestination$ = [3, n0, _SNSD, 0, [_TARN], [0]];
|
|
1736
|
+
var StopAction$ = [3, n0, _SAt, 0, [_Sc, _TA], [0, 0]];
|
|
1737
|
+
var Template$ = [3, n0, _Te, 0, [_TN, _SP, _TPe, _HP], [0, 0, 0, 0]];
|
|
1738
|
+
var TemplateDoesNotExistException$ = [
|
|
1725
1739
|
-3,
|
|
1726
1740
|
n0,
|
|
1727
1741
|
_TDNEE,
|
|
@@ -1729,12 +1743,12 @@ var TemplateDoesNotExistException = [
|
|
|
1729
1743
|
[_TN, _m],
|
|
1730
1744
|
[0, 0],
|
|
1731
1745
|
];
|
|
1732
|
-
schema.TypeRegistry.for(n0).registerError(TemplateDoesNotExistException
|
|
1733
|
-
var TemplateMetadata = [3, n0, _TMe, 0, [_N, _CTr], [0, 4]];
|
|
1734
|
-
var TestRenderTemplateRequest = [3, n0, _TRTR, 0, [_TN, _TD], [0, 0]];
|
|
1735
|
-
var TestRenderTemplateResponse = [3, n0, _TRTRe, 0, [_RTe], [0]];
|
|
1736
|
-
var TrackingOptions = [3, n0, _TO, 0, [_CRD], [0]];
|
|
1737
|
-
var TrackingOptionsAlreadyExistsException = [
|
|
1746
|
+
schema.TypeRegistry.for(n0).registerError(TemplateDoesNotExistException$, TemplateDoesNotExistException);
|
|
1747
|
+
var TemplateMetadata$ = [3, n0, _TMe, 0, [_N, _CTr], [0, 4]];
|
|
1748
|
+
var TestRenderTemplateRequest$ = [3, n0, _TRTR, 0, [_TN, _TD], [0, 0]];
|
|
1749
|
+
var TestRenderTemplateResponse$ = [3, n0, _TRTRe, 0, [_RTe], [0]];
|
|
1750
|
+
var TrackingOptions$ = [3, n0, _TO, 0, [_CRD], [0]];
|
|
1751
|
+
var TrackingOptionsAlreadyExistsException$ = [
|
|
1738
1752
|
-3,
|
|
1739
1753
|
n0,
|
|
1740
1754
|
_TOAEE,
|
|
@@ -1742,8 +1756,8 @@ var TrackingOptionsAlreadyExistsException = [
|
|
|
1742
1756
|
[_CSN, _m],
|
|
1743
1757
|
[0, 0],
|
|
1744
1758
|
];
|
|
1745
|
-
schema.TypeRegistry.for(n0).registerError(TrackingOptionsAlreadyExistsException
|
|
1746
|
-
var TrackingOptionsDoesNotExistException = [
|
|
1759
|
+
schema.TypeRegistry.for(n0).registerError(TrackingOptionsAlreadyExistsException$, TrackingOptionsAlreadyExistsException);
|
|
1760
|
+
var TrackingOptionsDoesNotExistException$ = [
|
|
1747
1761
|
-3,
|
|
1748
1762
|
n0,
|
|
1749
1763
|
_TODNEE,
|
|
@@ -1751,18 +1765,18 @@ var TrackingOptionsDoesNotExistException = [
|
|
|
1751
1765
|
[_CSN, _m],
|
|
1752
1766
|
[0, 0],
|
|
1753
1767
|
];
|
|
1754
|
-
schema.TypeRegistry.for(n0).registerError(TrackingOptionsDoesNotExistException
|
|
1755
|
-
var UpdateAccountSendingEnabledRequest = [3, n0, _UASER, 0, [_En], [2]];
|
|
1756
|
-
var UpdateConfigurationSetEventDestinationRequest = [
|
|
1768
|
+
schema.TypeRegistry.for(n0).registerError(TrackingOptionsDoesNotExistException$, TrackingOptionsDoesNotExistException);
|
|
1769
|
+
var UpdateAccountSendingEnabledRequest$ = [3, n0, _UASER, 0, [_En], [2]];
|
|
1770
|
+
var UpdateConfigurationSetEventDestinationRequest$ = [
|
|
1757
1771
|
3,
|
|
1758
1772
|
n0,
|
|
1759
1773
|
_UCSEDR,
|
|
1760
1774
|
0,
|
|
1761
1775
|
[_CSN, _ED],
|
|
1762
|
-
[0, () => EventDestination],
|
|
1776
|
+
[0, () => EventDestination$],
|
|
1763
1777
|
];
|
|
1764
|
-
var UpdateConfigurationSetEventDestinationResponse = [3, n0, _UCSEDRp, 0, [], []];
|
|
1765
|
-
var UpdateConfigurationSetReputationMetricsEnabledRequest = [
|
|
1778
|
+
var UpdateConfigurationSetEventDestinationResponse$ = [3, n0, _UCSEDRp, 0, [], []];
|
|
1779
|
+
var UpdateConfigurationSetReputationMetricsEnabledRequest$ = [
|
|
1766
1780
|
3,
|
|
1767
1781
|
n0,
|
|
1768
1782
|
_UCSRMER,
|
|
@@ -1770,7 +1784,7 @@ var UpdateConfigurationSetReputationMetricsEnabledRequest = [
|
|
|
1770
1784
|
[_CSN, _En],
|
|
1771
1785
|
[0, 2],
|
|
1772
1786
|
];
|
|
1773
|
-
var UpdateConfigurationSetSendingEnabledRequest = [
|
|
1787
|
+
var UpdateConfigurationSetSendingEnabledRequest$ = [
|
|
1774
1788
|
3,
|
|
1775
1789
|
n0,
|
|
1776
1790
|
_UCSSER,
|
|
@@ -1778,16 +1792,16 @@ var UpdateConfigurationSetSendingEnabledRequest = [
|
|
|
1778
1792
|
[_CSN, _En],
|
|
1779
1793
|
[0, 2],
|
|
1780
1794
|
];
|
|
1781
|
-
var UpdateConfigurationSetTrackingOptionsRequest = [
|
|
1795
|
+
var UpdateConfigurationSetTrackingOptionsRequest$ = [
|
|
1782
1796
|
3,
|
|
1783
1797
|
n0,
|
|
1784
1798
|
_UCSTOR,
|
|
1785
1799
|
0,
|
|
1786
1800
|
[_CSN, _TO],
|
|
1787
|
-
[0, () => TrackingOptions],
|
|
1801
|
+
[0, () => TrackingOptions$],
|
|
1788
1802
|
];
|
|
1789
|
-
var UpdateConfigurationSetTrackingOptionsResponse = [3, n0, _UCSTORp, 0, [], []];
|
|
1790
|
-
var UpdateCustomVerificationEmailTemplateRequest = [
|
|
1803
|
+
var UpdateConfigurationSetTrackingOptionsResponse$ = [3, n0, _UCSTORp, 0, [], []];
|
|
1804
|
+
var UpdateCustomVerificationEmailTemplateRequest$ = [
|
|
1791
1805
|
3,
|
|
1792
1806
|
n0,
|
|
1793
1807
|
_UCVETR,
|
|
@@ -1795,577 +1809,572 @@ var UpdateCustomVerificationEmailTemplateRequest = [
|
|
|
1795
1809
|
[_TN, _FEA, _TS, _TC, _SRURL, _FRURL],
|
|
1796
1810
|
[0, 0, 0, 0, 0, 0],
|
|
1797
1811
|
];
|
|
1798
|
-
var UpdateReceiptRuleRequest = [3, n0, _URRR, 0, [_RSN, _Ru], [0, () => ReceiptRule]];
|
|
1799
|
-
var UpdateReceiptRuleResponse = [3, n0, _URRRp, 0, [], []];
|
|
1800
|
-
var UpdateTemplateRequest = [3, n0, _UTR, 0, [_Te], [() => Template]];
|
|
1801
|
-
var UpdateTemplateResponse = [3, n0, _UTRp, 0, [], []];
|
|
1802
|
-
var VerifyDomainDkimRequest = [3, n0, _VDDR, 0, [_Do], [0]];
|
|
1803
|
-
var VerifyDomainDkimResponse = [3, n0, _VDDRe, 0, [_DT], [64 | 0]];
|
|
1804
|
-
var VerifyDomainIdentityRequest = [3, n0, _VDIR, 0, [_Do], [0]];
|
|
1805
|
-
var VerifyDomainIdentityResponse = [3, n0, _VDIRe, 0, [_VT], [0]];
|
|
1806
|
-
var VerifyEmailAddressRequest = [3, n0, _VEAR, 0, [_EA], [0]];
|
|
1807
|
-
var VerifyEmailIdentityRequest = [3, n0, _VEIR, 0, [_EA], [0]];
|
|
1808
|
-
var VerifyEmailIdentityResponse = [3, n0, _VEIRe, 0, [], []];
|
|
1809
|
-
var WorkmailAction = [3, n0, _WA, 0, [_TA, _OA], [0, 0]];
|
|
1812
|
+
var UpdateReceiptRuleRequest$ = [3, n0, _URRR, 0, [_RSN, _Ru], [0, () => ReceiptRule$]];
|
|
1813
|
+
var UpdateReceiptRuleResponse$ = [3, n0, _URRRp, 0, [], []];
|
|
1814
|
+
var UpdateTemplateRequest$ = [3, n0, _UTR, 0, [_Te], [() => Template$]];
|
|
1815
|
+
var UpdateTemplateResponse$ = [3, n0, _UTRp, 0, [], []];
|
|
1816
|
+
var VerifyDomainDkimRequest$ = [3, n0, _VDDR, 0, [_Do], [0]];
|
|
1817
|
+
var VerifyDomainDkimResponse$ = [3, n0, _VDDRe, 0, [_DT], [64 | 0]];
|
|
1818
|
+
var VerifyDomainIdentityRequest$ = [3, n0, _VDIR, 0, [_Do], [0]];
|
|
1819
|
+
var VerifyDomainIdentityResponse$ = [3, n0, _VDIRe, 0, [_VT], [0]];
|
|
1820
|
+
var VerifyEmailAddressRequest$ = [3, n0, _VEAR, 0, [_EA], [0]];
|
|
1821
|
+
var VerifyEmailIdentityRequest$ = [3, n0, _VEIR, 0, [_EA], [0]];
|
|
1822
|
+
var VerifyEmailIdentityResponse$ = [3, n0, _VEIRe, 0, [], []];
|
|
1823
|
+
var WorkmailAction$ = [3, n0, _WA, 0, [_TA, _OA], [0, 0]];
|
|
1810
1824
|
var __Unit = "unit";
|
|
1811
|
-
var SESServiceException = [-3, _s, "SESServiceException", 0, [], []];
|
|
1812
|
-
schema.TypeRegistry.for(_s).registerError(SESServiceException
|
|
1813
|
-
var BouncedRecipientInfoList = [1, n0, _BRIL, 0, () => BouncedRecipientInfo];
|
|
1814
|
-
var BulkEmailDestinationList = [1, n0, _BEDL, 0, () => BulkEmailDestination];
|
|
1815
|
-
var BulkEmailDestinationStatusList = [1, n0, _BEDSL, 0, () => BulkEmailDestinationStatus];
|
|
1816
|
-
var CloudWatchDimensionConfigurations = [
|
|
1817
|
-
|
|
1818
|
-
|
|
1819
|
-
|
|
1820
|
-
|
|
1821
|
-
|
|
1822
|
-
];
|
|
1823
|
-
var
|
|
1824
|
-
var
|
|
1825
|
-
|
|
1826
|
-
|
|
1827
|
-
|
|
1828
|
-
|
|
1829
|
-
|
|
1830
|
-
];
|
|
1831
|
-
var
|
|
1832
|
-
var
|
|
1833
|
-
var MessageTagList = [1, n0, _MTL, 0, () => MessageTag];
|
|
1834
|
-
var ReceiptActionsList = [1, n0, _RAL, 0, () => ReceiptAction];
|
|
1835
|
-
var ReceiptFilterList = [1, n0, _RFL, 0, () => ReceiptFilter];
|
|
1836
|
-
var ReceiptRuleSetsLists = [1, n0, _RRSL, 0, () => ReceiptRuleSetMetadata];
|
|
1837
|
-
var ReceiptRulesList = [1, n0, _RRL, 0, () => ReceiptRule];
|
|
1838
|
-
var SendDataPointList = [1, n0, _SDPL, 0, () => SendDataPoint];
|
|
1839
|
-
var TemplateMetadataList = [1, n0, _TML, 0, () => TemplateMetadata];
|
|
1840
|
-
var DkimAttributes = [2, n0, _DA, 0, 0, () => IdentityDkimAttributes];
|
|
1841
|
-
var MailFromDomainAttributes = [2, n0, _MFDA, 0, 0, () => IdentityMailFromDomainAttributes];
|
|
1842
|
-
var NotificationAttributes = [2, n0, _NA, 0, 0, () => IdentityNotificationAttributes];
|
|
1843
|
-
var VerificationAttributes = [2, n0, _VA, 0, 0, () => IdentityVerificationAttributes];
|
|
1844
|
-
var CloneReceiptRuleSet = [
|
|
1825
|
+
var SESServiceException$ = [-3, _s, "SESServiceException", 0, [], []];
|
|
1826
|
+
schema.TypeRegistry.for(_s).registerError(SESServiceException$, SESServiceException);
|
|
1827
|
+
var BouncedRecipientInfoList = [1, n0, _BRIL, 0, () => BouncedRecipientInfo$];
|
|
1828
|
+
var BulkEmailDestinationList = [1, n0, _BEDL, 0, () => BulkEmailDestination$];
|
|
1829
|
+
var BulkEmailDestinationStatusList = [1, n0, _BEDSL, 0, () => BulkEmailDestinationStatus$];
|
|
1830
|
+
var CloudWatchDimensionConfigurations = [1, n0, _CWDCl, 0, () => CloudWatchDimensionConfiguration$];
|
|
1831
|
+
var ConfigurationSets = [1, n0, _CSo, 0, () => ConfigurationSet$];
|
|
1832
|
+
var CustomVerificationEmailTemplates = [1, n0, _CVETu, 0, () => CustomVerificationEmailTemplate$];
|
|
1833
|
+
var EventDestinations = [1, n0, _EDv, 0, () => EventDestination$];
|
|
1834
|
+
var ExtensionFieldList = [1, n0, _EFL, 0, () => ExtensionField$];
|
|
1835
|
+
var MessageTagList = [1, n0, _MTL, 0, () => MessageTag$];
|
|
1836
|
+
var ReceiptActionsList = [1, n0, _RAL, 0, () => ReceiptAction$];
|
|
1837
|
+
var ReceiptFilterList = [1, n0, _RFL, 0, () => ReceiptFilter$];
|
|
1838
|
+
var ReceiptRuleSetsLists = [1, n0, _RRSL, 0, () => ReceiptRuleSetMetadata$];
|
|
1839
|
+
var ReceiptRulesList = [1, n0, _RRL, 0, () => ReceiptRule$];
|
|
1840
|
+
var SendDataPointList = [1, n0, _SDPL, 0, () => SendDataPoint$];
|
|
1841
|
+
var TemplateMetadataList = [1, n0, _TML, 0, () => TemplateMetadata$];
|
|
1842
|
+
var DkimAttributes = [2, n0, _DA, 0, 0, () => IdentityDkimAttributes$];
|
|
1843
|
+
var MailFromDomainAttributes = [2, n0, _MFDA, 0, 0, () => IdentityMailFromDomainAttributes$];
|
|
1844
|
+
var NotificationAttributes = [2, n0, _NA, 0, 0, () => IdentityNotificationAttributes$];
|
|
1845
|
+
var VerificationAttributes = [2, n0, _VA, 0, 0, () => IdentityVerificationAttributes$];
|
|
1846
|
+
var CloneReceiptRuleSet$ = [
|
|
1845
1847
|
9,
|
|
1846
1848
|
n0,
|
|
1847
1849
|
_CRRS,
|
|
1848
1850
|
0,
|
|
1849
|
-
() => CloneReceiptRuleSetRequest
|
|
1850
|
-
() => CloneReceiptRuleSetResponse
|
|
1851
|
+
() => CloneReceiptRuleSetRequest$,
|
|
1852
|
+
() => CloneReceiptRuleSetResponse$,
|
|
1851
1853
|
];
|
|
1852
|
-
var CreateConfigurationSet = [
|
|
1854
|
+
var CreateConfigurationSet$ = [
|
|
1853
1855
|
9,
|
|
1854
1856
|
n0,
|
|
1855
1857
|
_CCS,
|
|
1856
1858
|
0,
|
|
1857
|
-
() => CreateConfigurationSetRequest
|
|
1858
|
-
() => CreateConfigurationSetResponse
|
|
1859
|
+
() => CreateConfigurationSetRequest$,
|
|
1860
|
+
() => CreateConfigurationSetResponse$,
|
|
1859
1861
|
];
|
|
1860
|
-
var CreateConfigurationSetEventDestination = [
|
|
1862
|
+
var CreateConfigurationSetEventDestination$ = [
|
|
1861
1863
|
9,
|
|
1862
1864
|
n0,
|
|
1863
1865
|
_CCSED,
|
|
1864
1866
|
0,
|
|
1865
|
-
() => CreateConfigurationSetEventDestinationRequest
|
|
1866
|
-
() => CreateConfigurationSetEventDestinationResponse
|
|
1867
|
+
() => CreateConfigurationSetEventDestinationRequest$,
|
|
1868
|
+
() => CreateConfigurationSetEventDestinationResponse$,
|
|
1867
1869
|
];
|
|
1868
|
-
var CreateConfigurationSetTrackingOptions = [
|
|
1870
|
+
var CreateConfigurationSetTrackingOptions$ = [
|
|
1869
1871
|
9,
|
|
1870
1872
|
n0,
|
|
1871
1873
|
_CCSTO,
|
|
1872
1874
|
0,
|
|
1873
|
-
() => CreateConfigurationSetTrackingOptionsRequest
|
|
1874
|
-
() => CreateConfigurationSetTrackingOptionsResponse
|
|
1875
|
+
() => CreateConfigurationSetTrackingOptionsRequest$,
|
|
1876
|
+
() => CreateConfigurationSetTrackingOptionsResponse$,
|
|
1875
1877
|
];
|
|
1876
|
-
var CreateCustomVerificationEmailTemplate = [
|
|
1878
|
+
var CreateCustomVerificationEmailTemplate$ = [
|
|
1877
1879
|
9,
|
|
1878
1880
|
n0,
|
|
1879
1881
|
_CCVET,
|
|
1880
1882
|
0,
|
|
1881
|
-
() => CreateCustomVerificationEmailTemplateRequest
|
|
1883
|
+
() => CreateCustomVerificationEmailTemplateRequest$,
|
|
1882
1884
|
() => __Unit,
|
|
1883
1885
|
];
|
|
1884
|
-
var CreateReceiptFilter = [
|
|
1886
|
+
var CreateReceiptFilter$ = [
|
|
1885
1887
|
9,
|
|
1886
1888
|
n0,
|
|
1887
1889
|
_CRF,
|
|
1888
1890
|
0,
|
|
1889
|
-
() => CreateReceiptFilterRequest
|
|
1890
|
-
() => CreateReceiptFilterResponse
|
|
1891
|
+
() => CreateReceiptFilterRequest$,
|
|
1892
|
+
() => CreateReceiptFilterResponse$,
|
|
1891
1893
|
];
|
|
1892
|
-
var CreateReceiptRule = [
|
|
1894
|
+
var CreateReceiptRule$ = [
|
|
1893
1895
|
9,
|
|
1894
1896
|
n0,
|
|
1895
1897
|
_CRR,
|
|
1896
1898
|
0,
|
|
1897
|
-
() => CreateReceiptRuleRequest
|
|
1898
|
-
() => CreateReceiptRuleResponse
|
|
1899
|
+
() => CreateReceiptRuleRequest$,
|
|
1900
|
+
() => CreateReceiptRuleResponse$,
|
|
1899
1901
|
];
|
|
1900
|
-
var CreateReceiptRuleSet = [
|
|
1902
|
+
var CreateReceiptRuleSet$ = [
|
|
1901
1903
|
9,
|
|
1902
1904
|
n0,
|
|
1903
1905
|
_CRRSr,
|
|
1904
1906
|
0,
|
|
1905
|
-
() => CreateReceiptRuleSetRequest
|
|
1906
|
-
() => CreateReceiptRuleSetResponse
|
|
1907
|
+
() => CreateReceiptRuleSetRequest$,
|
|
1908
|
+
() => CreateReceiptRuleSetResponse$,
|
|
1907
1909
|
];
|
|
1908
|
-
var CreateTemplate = [
|
|
1910
|
+
var CreateTemplate$ = [
|
|
1909
1911
|
9,
|
|
1910
1912
|
n0,
|
|
1911
1913
|
_CTre,
|
|
1912
1914
|
0,
|
|
1913
|
-
() => CreateTemplateRequest
|
|
1914
|
-
() => CreateTemplateResponse
|
|
1915
|
+
() => CreateTemplateRequest$,
|
|
1916
|
+
() => CreateTemplateResponse$,
|
|
1915
1917
|
];
|
|
1916
|
-
var DeleteConfigurationSet = [
|
|
1918
|
+
var DeleteConfigurationSet$ = [
|
|
1917
1919
|
9,
|
|
1918
1920
|
n0,
|
|
1919
1921
|
_DCS,
|
|
1920
1922
|
0,
|
|
1921
|
-
() => DeleteConfigurationSetRequest
|
|
1922
|
-
() => DeleteConfigurationSetResponse
|
|
1923
|
+
() => DeleteConfigurationSetRequest$,
|
|
1924
|
+
() => DeleteConfigurationSetResponse$,
|
|
1923
1925
|
];
|
|
1924
|
-
var DeleteConfigurationSetEventDestination = [
|
|
1926
|
+
var DeleteConfigurationSetEventDestination$ = [
|
|
1925
1927
|
9,
|
|
1926
1928
|
n0,
|
|
1927
1929
|
_DCSED,
|
|
1928
1930
|
0,
|
|
1929
|
-
() => DeleteConfigurationSetEventDestinationRequest
|
|
1930
|
-
() => DeleteConfigurationSetEventDestinationResponse
|
|
1931
|
+
() => DeleteConfigurationSetEventDestinationRequest$,
|
|
1932
|
+
() => DeleteConfigurationSetEventDestinationResponse$,
|
|
1931
1933
|
];
|
|
1932
|
-
var DeleteConfigurationSetTrackingOptions = [
|
|
1934
|
+
var DeleteConfigurationSetTrackingOptions$ = [
|
|
1933
1935
|
9,
|
|
1934
1936
|
n0,
|
|
1935
1937
|
_DCSTO,
|
|
1936
1938
|
0,
|
|
1937
|
-
() => DeleteConfigurationSetTrackingOptionsRequest
|
|
1938
|
-
() => DeleteConfigurationSetTrackingOptionsResponse
|
|
1939
|
+
() => DeleteConfigurationSetTrackingOptionsRequest$,
|
|
1940
|
+
() => DeleteConfigurationSetTrackingOptionsResponse$,
|
|
1939
1941
|
];
|
|
1940
|
-
var DeleteCustomVerificationEmailTemplate = [
|
|
1942
|
+
var DeleteCustomVerificationEmailTemplate$ = [
|
|
1941
1943
|
9,
|
|
1942
1944
|
n0,
|
|
1943
1945
|
_DCVET,
|
|
1944
1946
|
0,
|
|
1945
|
-
() => DeleteCustomVerificationEmailTemplateRequest
|
|
1947
|
+
() => DeleteCustomVerificationEmailTemplateRequest$,
|
|
1946
1948
|
() => __Unit,
|
|
1947
1949
|
];
|
|
1948
|
-
var DeleteIdentity = [
|
|
1950
|
+
var DeleteIdentity$ = [
|
|
1949
1951
|
9,
|
|
1950
1952
|
n0,
|
|
1951
1953
|
_DI,
|
|
1952
1954
|
0,
|
|
1953
|
-
() => DeleteIdentityRequest
|
|
1954
|
-
() => DeleteIdentityResponse
|
|
1955
|
+
() => DeleteIdentityRequest$,
|
|
1956
|
+
() => DeleteIdentityResponse$,
|
|
1955
1957
|
];
|
|
1956
|
-
var DeleteIdentityPolicy = [
|
|
1958
|
+
var DeleteIdentityPolicy$ = [
|
|
1957
1959
|
9,
|
|
1958
1960
|
n0,
|
|
1959
1961
|
_DIP,
|
|
1960
1962
|
0,
|
|
1961
|
-
() => DeleteIdentityPolicyRequest
|
|
1962
|
-
() => DeleteIdentityPolicyResponse
|
|
1963
|
+
() => DeleteIdentityPolicyRequest$,
|
|
1964
|
+
() => DeleteIdentityPolicyResponse$,
|
|
1963
1965
|
];
|
|
1964
|
-
var DeleteReceiptFilter = [
|
|
1966
|
+
var DeleteReceiptFilter$ = [
|
|
1965
1967
|
9,
|
|
1966
1968
|
n0,
|
|
1967
1969
|
_DRF,
|
|
1968
1970
|
0,
|
|
1969
|
-
() => DeleteReceiptFilterRequest
|
|
1970
|
-
() => DeleteReceiptFilterResponse
|
|
1971
|
+
() => DeleteReceiptFilterRequest$,
|
|
1972
|
+
() => DeleteReceiptFilterResponse$,
|
|
1971
1973
|
];
|
|
1972
|
-
var DeleteReceiptRule = [
|
|
1974
|
+
var DeleteReceiptRule$ = [
|
|
1973
1975
|
9,
|
|
1974
1976
|
n0,
|
|
1975
1977
|
_DRR,
|
|
1976
1978
|
0,
|
|
1977
|
-
() => DeleteReceiptRuleRequest
|
|
1978
|
-
() => DeleteReceiptRuleResponse
|
|
1979
|
+
() => DeleteReceiptRuleRequest$,
|
|
1980
|
+
() => DeleteReceiptRuleResponse$,
|
|
1979
1981
|
];
|
|
1980
|
-
var DeleteReceiptRuleSet = [
|
|
1982
|
+
var DeleteReceiptRuleSet$ = [
|
|
1981
1983
|
9,
|
|
1982
1984
|
n0,
|
|
1983
1985
|
_DRRS,
|
|
1984
1986
|
0,
|
|
1985
|
-
() => DeleteReceiptRuleSetRequest
|
|
1986
|
-
() => DeleteReceiptRuleSetResponse
|
|
1987
|
+
() => DeleteReceiptRuleSetRequest$,
|
|
1988
|
+
() => DeleteReceiptRuleSetResponse$,
|
|
1987
1989
|
];
|
|
1988
|
-
var DeleteTemplate = [
|
|
1990
|
+
var DeleteTemplate$ = [
|
|
1989
1991
|
9,
|
|
1990
1992
|
n0,
|
|
1991
1993
|
_DTel,
|
|
1992
1994
|
0,
|
|
1993
|
-
() => DeleteTemplateRequest
|
|
1994
|
-
() => DeleteTemplateResponse
|
|
1995
|
+
() => DeleteTemplateRequest$,
|
|
1996
|
+
() => DeleteTemplateResponse$,
|
|
1995
1997
|
];
|
|
1996
|
-
var DeleteVerifiedEmailAddress = [
|
|
1998
|
+
var DeleteVerifiedEmailAddress$ = [
|
|
1997
1999
|
9,
|
|
1998
2000
|
n0,
|
|
1999
2001
|
_DVEA,
|
|
2000
2002
|
0,
|
|
2001
|
-
() => DeleteVerifiedEmailAddressRequest
|
|
2003
|
+
() => DeleteVerifiedEmailAddressRequest$,
|
|
2002
2004
|
() => __Unit,
|
|
2003
2005
|
];
|
|
2004
|
-
var DescribeActiveReceiptRuleSet = [
|
|
2006
|
+
var DescribeActiveReceiptRuleSet$ = [
|
|
2005
2007
|
9,
|
|
2006
2008
|
n0,
|
|
2007
2009
|
_DARRS,
|
|
2008
2010
|
0,
|
|
2009
|
-
() => DescribeActiveReceiptRuleSetRequest
|
|
2010
|
-
() => DescribeActiveReceiptRuleSetResponse
|
|
2011
|
+
() => DescribeActiveReceiptRuleSetRequest$,
|
|
2012
|
+
() => DescribeActiveReceiptRuleSetResponse$,
|
|
2011
2013
|
];
|
|
2012
|
-
var DescribeConfigurationSet = [
|
|
2014
|
+
var DescribeConfigurationSet$ = [
|
|
2013
2015
|
9,
|
|
2014
2016
|
n0,
|
|
2015
2017
|
_DCSe,
|
|
2016
2018
|
0,
|
|
2017
|
-
() => DescribeConfigurationSetRequest
|
|
2018
|
-
() => DescribeConfigurationSetResponse
|
|
2019
|
+
() => DescribeConfigurationSetRequest$,
|
|
2020
|
+
() => DescribeConfigurationSetResponse$,
|
|
2019
2021
|
];
|
|
2020
|
-
var DescribeReceiptRule = [
|
|
2022
|
+
var DescribeReceiptRule$ = [
|
|
2021
2023
|
9,
|
|
2022
2024
|
n0,
|
|
2023
2025
|
_DRRe,
|
|
2024
2026
|
0,
|
|
2025
|
-
() => DescribeReceiptRuleRequest
|
|
2026
|
-
() => DescribeReceiptRuleResponse
|
|
2027
|
+
() => DescribeReceiptRuleRequest$,
|
|
2028
|
+
() => DescribeReceiptRuleResponse$,
|
|
2027
2029
|
];
|
|
2028
|
-
var DescribeReceiptRuleSet = [
|
|
2030
|
+
var DescribeReceiptRuleSet$ = [
|
|
2029
2031
|
9,
|
|
2030
2032
|
n0,
|
|
2031
2033
|
_DRRSe,
|
|
2032
2034
|
0,
|
|
2033
|
-
() => DescribeReceiptRuleSetRequest
|
|
2034
|
-
() => DescribeReceiptRuleSetResponse
|
|
2035
|
+
() => DescribeReceiptRuleSetRequest$,
|
|
2036
|
+
() => DescribeReceiptRuleSetResponse$,
|
|
2035
2037
|
];
|
|
2036
|
-
var GetAccountSendingEnabled = [
|
|
2038
|
+
var GetAccountSendingEnabled$ = [
|
|
2037
2039
|
9,
|
|
2038
2040
|
n0,
|
|
2039
2041
|
_GASE,
|
|
2040
2042
|
0,
|
|
2041
2043
|
() => __Unit,
|
|
2042
|
-
() => GetAccountSendingEnabledResponse
|
|
2044
|
+
() => GetAccountSendingEnabledResponse$,
|
|
2043
2045
|
];
|
|
2044
|
-
var GetCustomVerificationEmailTemplate = [
|
|
2046
|
+
var GetCustomVerificationEmailTemplate$ = [
|
|
2045
2047
|
9,
|
|
2046
2048
|
n0,
|
|
2047
2049
|
_GCVET,
|
|
2048
2050
|
0,
|
|
2049
|
-
() => GetCustomVerificationEmailTemplateRequest
|
|
2050
|
-
() => GetCustomVerificationEmailTemplateResponse
|
|
2051
|
+
() => GetCustomVerificationEmailTemplateRequest$,
|
|
2052
|
+
() => GetCustomVerificationEmailTemplateResponse$,
|
|
2051
2053
|
];
|
|
2052
|
-
var GetIdentityDkimAttributes = [
|
|
2054
|
+
var GetIdentityDkimAttributes$ = [
|
|
2053
2055
|
9,
|
|
2054
2056
|
n0,
|
|
2055
2057
|
_GIDA,
|
|
2056
2058
|
0,
|
|
2057
|
-
() => GetIdentityDkimAttributesRequest
|
|
2058
|
-
() => GetIdentityDkimAttributesResponse
|
|
2059
|
+
() => GetIdentityDkimAttributesRequest$,
|
|
2060
|
+
() => GetIdentityDkimAttributesResponse$,
|
|
2059
2061
|
];
|
|
2060
|
-
var GetIdentityMailFromDomainAttributes = [
|
|
2062
|
+
var GetIdentityMailFromDomainAttributes$ = [
|
|
2061
2063
|
9,
|
|
2062
2064
|
n0,
|
|
2063
2065
|
_GIMFDA,
|
|
2064
2066
|
0,
|
|
2065
|
-
() => GetIdentityMailFromDomainAttributesRequest
|
|
2066
|
-
() => GetIdentityMailFromDomainAttributesResponse
|
|
2067
|
+
() => GetIdentityMailFromDomainAttributesRequest$,
|
|
2068
|
+
() => GetIdentityMailFromDomainAttributesResponse$,
|
|
2067
2069
|
];
|
|
2068
|
-
var GetIdentityNotificationAttributes = [
|
|
2070
|
+
var GetIdentityNotificationAttributes$ = [
|
|
2069
2071
|
9,
|
|
2070
2072
|
n0,
|
|
2071
2073
|
_GINA,
|
|
2072
2074
|
0,
|
|
2073
|
-
() => GetIdentityNotificationAttributesRequest
|
|
2074
|
-
() => GetIdentityNotificationAttributesResponse
|
|
2075
|
+
() => GetIdentityNotificationAttributesRequest$,
|
|
2076
|
+
() => GetIdentityNotificationAttributesResponse$,
|
|
2075
2077
|
];
|
|
2076
|
-
var GetIdentityPolicies = [
|
|
2078
|
+
var GetIdentityPolicies$ = [
|
|
2077
2079
|
9,
|
|
2078
2080
|
n0,
|
|
2079
2081
|
_GIP,
|
|
2080
2082
|
0,
|
|
2081
|
-
() => GetIdentityPoliciesRequest
|
|
2082
|
-
() => GetIdentityPoliciesResponse
|
|
2083
|
+
() => GetIdentityPoliciesRequest$,
|
|
2084
|
+
() => GetIdentityPoliciesResponse$,
|
|
2083
2085
|
];
|
|
2084
|
-
var GetIdentityVerificationAttributes = [
|
|
2086
|
+
var GetIdentityVerificationAttributes$ = [
|
|
2085
2087
|
9,
|
|
2086
2088
|
n0,
|
|
2087
2089
|
_GIVA,
|
|
2088
2090
|
0,
|
|
2089
|
-
() => GetIdentityVerificationAttributesRequest
|
|
2090
|
-
() => GetIdentityVerificationAttributesResponse
|
|
2091
|
+
() => GetIdentityVerificationAttributesRequest$,
|
|
2092
|
+
() => GetIdentityVerificationAttributesResponse$,
|
|
2091
2093
|
];
|
|
2092
|
-
var GetSendQuota = [9, n0, _GSQ, 0, () => __Unit, () => GetSendQuotaResponse];
|
|
2093
|
-
var GetSendStatistics = [9, n0, _GSS, 0, () => __Unit, () => GetSendStatisticsResponse];
|
|
2094
|
-
var GetTemplate = [9, n0, _GT, 0, () => GetTemplateRequest
|
|
2095
|
-
var ListConfigurationSets = [
|
|
2094
|
+
var GetSendQuota$ = [9, n0, _GSQ, 0, () => __Unit, () => GetSendQuotaResponse$];
|
|
2095
|
+
var GetSendStatistics$ = [9, n0, _GSS, 0, () => __Unit, () => GetSendStatisticsResponse$];
|
|
2096
|
+
var GetTemplate$ = [9, n0, _GT, 0, () => GetTemplateRequest$, () => GetTemplateResponse$];
|
|
2097
|
+
var ListConfigurationSets$ = [
|
|
2096
2098
|
9,
|
|
2097
2099
|
n0,
|
|
2098
2100
|
_LCS,
|
|
2099
2101
|
0,
|
|
2100
|
-
() => ListConfigurationSetsRequest
|
|
2101
|
-
() => ListConfigurationSetsResponse
|
|
2102
|
+
() => ListConfigurationSetsRequest$,
|
|
2103
|
+
() => ListConfigurationSetsResponse$,
|
|
2102
2104
|
];
|
|
2103
|
-
var ListCustomVerificationEmailTemplates = [
|
|
2105
|
+
var ListCustomVerificationEmailTemplates$ = [
|
|
2104
2106
|
9,
|
|
2105
2107
|
n0,
|
|
2106
2108
|
_LCVET,
|
|
2107
2109
|
0,
|
|
2108
|
-
() => ListCustomVerificationEmailTemplatesRequest
|
|
2109
|
-
() => ListCustomVerificationEmailTemplatesResponse
|
|
2110
|
+
() => ListCustomVerificationEmailTemplatesRequest$,
|
|
2111
|
+
() => ListCustomVerificationEmailTemplatesResponse$,
|
|
2110
2112
|
];
|
|
2111
|
-
var ListIdentities = [
|
|
2113
|
+
var ListIdentities$ = [
|
|
2112
2114
|
9,
|
|
2113
2115
|
n0,
|
|
2114
2116
|
_LI,
|
|
2115
2117
|
0,
|
|
2116
|
-
() => ListIdentitiesRequest
|
|
2117
|
-
() => ListIdentitiesResponse
|
|
2118
|
+
() => ListIdentitiesRequest$,
|
|
2119
|
+
() => ListIdentitiesResponse$,
|
|
2118
2120
|
];
|
|
2119
|
-
var ListIdentityPolicies = [
|
|
2121
|
+
var ListIdentityPolicies$ = [
|
|
2120
2122
|
9,
|
|
2121
2123
|
n0,
|
|
2122
2124
|
_LIP,
|
|
2123
2125
|
0,
|
|
2124
|
-
() => ListIdentityPoliciesRequest
|
|
2125
|
-
() => ListIdentityPoliciesResponse
|
|
2126
|
+
() => ListIdentityPoliciesRequest$,
|
|
2127
|
+
() => ListIdentityPoliciesResponse$,
|
|
2126
2128
|
];
|
|
2127
|
-
var ListReceiptFilters = [
|
|
2129
|
+
var ListReceiptFilters$ = [
|
|
2128
2130
|
9,
|
|
2129
2131
|
n0,
|
|
2130
2132
|
_LRF,
|
|
2131
2133
|
0,
|
|
2132
|
-
() => ListReceiptFiltersRequest
|
|
2133
|
-
() => ListReceiptFiltersResponse
|
|
2134
|
+
() => ListReceiptFiltersRequest$,
|
|
2135
|
+
() => ListReceiptFiltersResponse$,
|
|
2134
2136
|
];
|
|
2135
|
-
var ListReceiptRuleSets = [
|
|
2137
|
+
var ListReceiptRuleSets$ = [
|
|
2136
2138
|
9,
|
|
2137
2139
|
n0,
|
|
2138
2140
|
_LRRS,
|
|
2139
2141
|
0,
|
|
2140
|
-
() => ListReceiptRuleSetsRequest
|
|
2141
|
-
() => ListReceiptRuleSetsResponse
|
|
2142
|
+
() => ListReceiptRuleSetsRequest$,
|
|
2143
|
+
() => ListReceiptRuleSetsResponse$,
|
|
2142
2144
|
];
|
|
2143
|
-
var ListTemplates = [
|
|
2145
|
+
var ListTemplates$ = [
|
|
2144
2146
|
9,
|
|
2145
2147
|
n0,
|
|
2146
2148
|
_LT,
|
|
2147
2149
|
0,
|
|
2148
|
-
() => ListTemplatesRequest
|
|
2149
|
-
() => ListTemplatesResponse
|
|
2150
|
+
() => ListTemplatesRequest$,
|
|
2151
|
+
() => ListTemplatesResponse$,
|
|
2150
2152
|
];
|
|
2151
|
-
var ListVerifiedEmailAddresses = [
|
|
2153
|
+
var ListVerifiedEmailAddresses$ = [
|
|
2152
2154
|
9,
|
|
2153
2155
|
n0,
|
|
2154
2156
|
_LVEA,
|
|
2155
2157
|
0,
|
|
2156
2158
|
() => __Unit,
|
|
2157
|
-
() => ListVerifiedEmailAddressesResponse
|
|
2159
|
+
() => ListVerifiedEmailAddressesResponse$,
|
|
2158
2160
|
];
|
|
2159
|
-
var PutConfigurationSetDeliveryOptions = [
|
|
2161
|
+
var PutConfigurationSetDeliveryOptions$ = [
|
|
2160
2162
|
9,
|
|
2161
2163
|
n0,
|
|
2162
2164
|
_PCSDO,
|
|
2163
2165
|
0,
|
|
2164
|
-
() => PutConfigurationSetDeliveryOptionsRequest
|
|
2165
|
-
() => PutConfigurationSetDeliveryOptionsResponse
|
|
2166
|
+
() => PutConfigurationSetDeliveryOptionsRequest$,
|
|
2167
|
+
() => PutConfigurationSetDeliveryOptionsResponse$,
|
|
2166
2168
|
];
|
|
2167
|
-
var PutIdentityPolicy = [
|
|
2169
|
+
var PutIdentityPolicy$ = [
|
|
2168
2170
|
9,
|
|
2169
2171
|
n0,
|
|
2170
2172
|
_PIP,
|
|
2171
2173
|
0,
|
|
2172
|
-
() => PutIdentityPolicyRequest
|
|
2173
|
-
() => PutIdentityPolicyResponse
|
|
2174
|
+
() => PutIdentityPolicyRequest$,
|
|
2175
|
+
() => PutIdentityPolicyResponse$,
|
|
2174
2176
|
];
|
|
2175
|
-
var ReorderReceiptRuleSet = [
|
|
2177
|
+
var ReorderReceiptRuleSet$ = [
|
|
2176
2178
|
9,
|
|
2177
2179
|
n0,
|
|
2178
2180
|
_RRRS,
|
|
2179
2181
|
0,
|
|
2180
|
-
() => ReorderReceiptRuleSetRequest
|
|
2181
|
-
() => ReorderReceiptRuleSetResponse
|
|
2182
|
+
() => ReorderReceiptRuleSetRequest$,
|
|
2183
|
+
() => ReorderReceiptRuleSetResponse$,
|
|
2182
2184
|
];
|
|
2183
|
-
var SendBounce = [9, n0, _SB, 0, () => SendBounceRequest
|
|
2184
|
-
var SendBulkTemplatedEmail = [
|
|
2185
|
+
var SendBounce$ = [9, n0, _SB, 0, () => SendBounceRequest$, () => SendBounceResponse$];
|
|
2186
|
+
var SendBulkTemplatedEmail$ = [
|
|
2185
2187
|
9,
|
|
2186
2188
|
n0,
|
|
2187
2189
|
_SBTE,
|
|
2188
2190
|
0,
|
|
2189
|
-
() => SendBulkTemplatedEmailRequest
|
|
2190
|
-
() => SendBulkTemplatedEmailResponse
|
|
2191
|
+
() => SendBulkTemplatedEmailRequest$,
|
|
2192
|
+
() => SendBulkTemplatedEmailResponse$,
|
|
2191
2193
|
];
|
|
2192
|
-
var SendCustomVerificationEmail = [
|
|
2194
|
+
var SendCustomVerificationEmail$ = [
|
|
2193
2195
|
9,
|
|
2194
2196
|
n0,
|
|
2195
2197
|
_SCVE,
|
|
2196
2198
|
0,
|
|
2197
|
-
() => SendCustomVerificationEmailRequest
|
|
2198
|
-
() => SendCustomVerificationEmailResponse
|
|
2199
|
+
() => SendCustomVerificationEmailRequest$,
|
|
2200
|
+
() => SendCustomVerificationEmailResponse$,
|
|
2199
2201
|
];
|
|
2200
|
-
var SendEmail = [9, n0, _SEen, 0, () => SendEmailRequest
|
|
2201
|
-
var SendRawEmail = [
|
|
2202
|
+
var SendEmail$ = [9, n0, _SEen, 0, () => SendEmailRequest$, () => SendEmailResponse$];
|
|
2203
|
+
var SendRawEmail$ = [
|
|
2202
2204
|
9,
|
|
2203
2205
|
n0,
|
|
2204
2206
|
_SRE,
|
|
2205
2207
|
0,
|
|
2206
|
-
() => SendRawEmailRequest
|
|
2207
|
-
() => SendRawEmailResponse
|
|
2208
|
+
() => SendRawEmailRequest$,
|
|
2209
|
+
() => SendRawEmailResponse$,
|
|
2208
2210
|
];
|
|
2209
|
-
var SendTemplatedEmail = [
|
|
2211
|
+
var SendTemplatedEmail$ = [
|
|
2210
2212
|
9,
|
|
2211
2213
|
n0,
|
|
2212
2214
|
_STE,
|
|
2213
2215
|
0,
|
|
2214
|
-
() => SendTemplatedEmailRequest
|
|
2215
|
-
() => SendTemplatedEmailResponse
|
|
2216
|
+
() => SendTemplatedEmailRequest$,
|
|
2217
|
+
() => SendTemplatedEmailResponse$,
|
|
2216
2218
|
];
|
|
2217
|
-
var SetActiveReceiptRuleSet = [
|
|
2219
|
+
var SetActiveReceiptRuleSet$ = [
|
|
2218
2220
|
9,
|
|
2219
2221
|
n0,
|
|
2220
2222
|
_SARRS,
|
|
2221
2223
|
0,
|
|
2222
|
-
() => SetActiveReceiptRuleSetRequest
|
|
2223
|
-
() => SetActiveReceiptRuleSetResponse
|
|
2224
|
+
() => SetActiveReceiptRuleSetRequest$,
|
|
2225
|
+
() => SetActiveReceiptRuleSetResponse$,
|
|
2224
2226
|
];
|
|
2225
|
-
var SetIdentityDkimEnabled = [
|
|
2227
|
+
var SetIdentityDkimEnabled$ = [
|
|
2226
2228
|
9,
|
|
2227
2229
|
n0,
|
|
2228
2230
|
_SIDE,
|
|
2229
2231
|
0,
|
|
2230
|
-
() => SetIdentityDkimEnabledRequest
|
|
2231
|
-
() => SetIdentityDkimEnabledResponse
|
|
2232
|
+
() => SetIdentityDkimEnabledRequest$,
|
|
2233
|
+
() => SetIdentityDkimEnabledResponse$,
|
|
2232
2234
|
];
|
|
2233
|
-
var SetIdentityFeedbackForwardingEnabled = [
|
|
2235
|
+
var SetIdentityFeedbackForwardingEnabled$ = [
|
|
2234
2236
|
9,
|
|
2235
2237
|
n0,
|
|
2236
2238
|
_SIFFE,
|
|
2237
2239
|
0,
|
|
2238
|
-
() => SetIdentityFeedbackForwardingEnabledRequest
|
|
2239
|
-
() => SetIdentityFeedbackForwardingEnabledResponse
|
|
2240
|
+
() => SetIdentityFeedbackForwardingEnabledRequest$,
|
|
2241
|
+
() => SetIdentityFeedbackForwardingEnabledResponse$,
|
|
2240
2242
|
];
|
|
2241
|
-
var SetIdentityHeadersInNotificationsEnabled = [
|
|
2243
|
+
var SetIdentityHeadersInNotificationsEnabled$ = [
|
|
2242
2244
|
9,
|
|
2243
2245
|
n0,
|
|
2244
2246
|
_SIHINE,
|
|
2245
2247
|
0,
|
|
2246
|
-
() => SetIdentityHeadersInNotificationsEnabledRequest
|
|
2247
|
-
() => SetIdentityHeadersInNotificationsEnabledResponse
|
|
2248
|
+
() => SetIdentityHeadersInNotificationsEnabledRequest$,
|
|
2249
|
+
() => SetIdentityHeadersInNotificationsEnabledResponse$,
|
|
2248
2250
|
];
|
|
2249
|
-
var SetIdentityMailFromDomain = [
|
|
2251
|
+
var SetIdentityMailFromDomain$ = [
|
|
2250
2252
|
9,
|
|
2251
2253
|
n0,
|
|
2252
2254
|
_SIMFD,
|
|
2253
2255
|
0,
|
|
2254
|
-
() => SetIdentityMailFromDomainRequest
|
|
2255
|
-
() => SetIdentityMailFromDomainResponse
|
|
2256
|
+
() => SetIdentityMailFromDomainRequest$,
|
|
2257
|
+
() => SetIdentityMailFromDomainResponse$,
|
|
2256
2258
|
];
|
|
2257
|
-
var SetIdentityNotificationTopic = [
|
|
2259
|
+
var SetIdentityNotificationTopic$ = [
|
|
2258
2260
|
9,
|
|
2259
2261
|
n0,
|
|
2260
2262
|
_SINT,
|
|
2261
2263
|
0,
|
|
2262
|
-
() => SetIdentityNotificationTopicRequest
|
|
2263
|
-
() => SetIdentityNotificationTopicResponse
|
|
2264
|
+
() => SetIdentityNotificationTopicRequest$,
|
|
2265
|
+
() => SetIdentityNotificationTopicResponse$,
|
|
2264
2266
|
];
|
|
2265
|
-
var SetReceiptRulePosition = [
|
|
2267
|
+
var SetReceiptRulePosition$ = [
|
|
2266
2268
|
9,
|
|
2267
2269
|
n0,
|
|
2268
2270
|
_SRRP,
|
|
2269
2271
|
0,
|
|
2270
|
-
() => SetReceiptRulePositionRequest
|
|
2271
|
-
() => SetReceiptRulePositionResponse
|
|
2272
|
+
() => SetReceiptRulePositionRequest$,
|
|
2273
|
+
() => SetReceiptRulePositionResponse$,
|
|
2272
2274
|
];
|
|
2273
|
-
var TestRenderTemplate = [
|
|
2275
|
+
var TestRenderTemplate$ = [
|
|
2274
2276
|
9,
|
|
2275
2277
|
n0,
|
|
2276
2278
|
_TRT,
|
|
2277
2279
|
0,
|
|
2278
|
-
() => TestRenderTemplateRequest
|
|
2279
|
-
() => TestRenderTemplateResponse
|
|
2280
|
+
() => TestRenderTemplateRequest$,
|
|
2281
|
+
() => TestRenderTemplateResponse$,
|
|
2280
2282
|
];
|
|
2281
|
-
var UpdateAccountSendingEnabled = [
|
|
2283
|
+
var UpdateAccountSendingEnabled$ = [
|
|
2282
2284
|
9,
|
|
2283
2285
|
n0,
|
|
2284
2286
|
_UASE,
|
|
2285
2287
|
0,
|
|
2286
|
-
() => UpdateAccountSendingEnabledRequest
|
|
2288
|
+
() => UpdateAccountSendingEnabledRequest$,
|
|
2287
2289
|
() => __Unit,
|
|
2288
2290
|
];
|
|
2289
|
-
var UpdateConfigurationSetEventDestination = [
|
|
2291
|
+
var UpdateConfigurationSetEventDestination$ = [
|
|
2290
2292
|
9,
|
|
2291
2293
|
n0,
|
|
2292
2294
|
_UCSED,
|
|
2293
2295
|
0,
|
|
2294
|
-
() => UpdateConfigurationSetEventDestinationRequest
|
|
2295
|
-
() => UpdateConfigurationSetEventDestinationResponse
|
|
2296
|
+
() => UpdateConfigurationSetEventDestinationRequest$,
|
|
2297
|
+
() => UpdateConfigurationSetEventDestinationResponse$,
|
|
2296
2298
|
];
|
|
2297
|
-
var UpdateConfigurationSetReputationMetricsEnabled = [
|
|
2299
|
+
var UpdateConfigurationSetReputationMetricsEnabled$ = [
|
|
2298
2300
|
9,
|
|
2299
2301
|
n0,
|
|
2300
2302
|
_UCSRME,
|
|
2301
2303
|
0,
|
|
2302
|
-
() => UpdateConfigurationSetReputationMetricsEnabledRequest
|
|
2304
|
+
() => UpdateConfigurationSetReputationMetricsEnabledRequest$,
|
|
2303
2305
|
() => __Unit,
|
|
2304
2306
|
];
|
|
2305
|
-
var UpdateConfigurationSetSendingEnabled = [
|
|
2307
|
+
var UpdateConfigurationSetSendingEnabled$ = [
|
|
2306
2308
|
9,
|
|
2307
2309
|
n0,
|
|
2308
2310
|
_UCSSE,
|
|
2309
2311
|
0,
|
|
2310
|
-
() => UpdateConfigurationSetSendingEnabledRequest
|
|
2312
|
+
() => UpdateConfigurationSetSendingEnabledRequest$,
|
|
2311
2313
|
() => __Unit,
|
|
2312
2314
|
];
|
|
2313
|
-
var UpdateConfigurationSetTrackingOptions = [
|
|
2315
|
+
var UpdateConfigurationSetTrackingOptions$ = [
|
|
2314
2316
|
9,
|
|
2315
2317
|
n0,
|
|
2316
2318
|
_UCSTO,
|
|
2317
2319
|
0,
|
|
2318
|
-
() => UpdateConfigurationSetTrackingOptionsRequest
|
|
2319
|
-
() => UpdateConfigurationSetTrackingOptionsResponse
|
|
2320
|
+
() => UpdateConfigurationSetTrackingOptionsRequest$,
|
|
2321
|
+
() => UpdateConfigurationSetTrackingOptionsResponse$,
|
|
2320
2322
|
];
|
|
2321
|
-
var UpdateCustomVerificationEmailTemplate = [
|
|
2323
|
+
var UpdateCustomVerificationEmailTemplate$ = [
|
|
2322
2324
|
9,
|
|
2323
2325
|
n0,
|
|
2324
2326
|
_UCVET,
|
|
2325
2327
|
0,
|
|
2326
|
-
() => UpdateCustomVerificationEmailTemplateRequest
|
|
2328
|
+
() => UpdateCustomVerificationEmailTemplateRequest$,
|
|
2327
2329
|
() => __Unit,
|
|
2328
2330
|
];
|
|
2329
|
-
var UpdateReceiptRule = [
|
|
2331
|
+
var UpdateReceiptRule$ = [
|
|
2330
2332
|
9,
|
|
2331
2333
|
n0,
|
|
2332
2334
|
_URR,
|
|
2333
2335
|
0,
|
|
2334
|
-
() => UpdateReceiptRuleRequest
|
|
2335
|
-
() => UpdateReceiptRuleResponse
|
|
2336
|
+
() => UpdateReceiptRuleRequest$,
|
|
2337
|
+
() => UpdateReceiptRuleResponse$,
|
|
2336
2338
|
];
|
|
2337
|
-
var UpdateTemplate = [
|
|
2339
|
+
var UpdateTemplate$ = [
|
|
2338
2340
|
9,
|
|
2339
2341
|
n0,
|
|
2340
2342
|
_UT,
|
|
2341
2343
|
0,
|
|
2342
|
-
() => UpdateTemplateRequest
|
|
2343
|
-
() => UpdateTemplateResponse
|
|
2344
|
+
() => UpdateTemplateRequest$,
|
|
2345
|
+
() => UpdateTemplateResponse$,
|
|
2344
2346
|
];
|
|
2345
|
-
var VerifyDomainDkim = [
|
|
2347
|
+
var VerifyDomainDkim$ = [
|
|
2346
2348
|
9,
|
|
2347
2349
|
n0,
|
|
2348
2350
|
_VDD,
|
|
2349
2351
|
0,
|
|
2350
|
-
() => VerifyDomainDkimRequest
|
|
2351
|
-
() => VerifyDomainDkimResponse
|
|
2352
|
+
() => VerifyDomainDkimRequest$,
|
|
2353
|
+
() => VerifyDomainDkimResponse$,
|
|
2352
2354
|
];
|
|
2353
|
-
var VerifyDomainIdentity = [
|
|
2355
|
+
var VerifyDomainIdentity$ = [
|
|
2354
2356
|
9,
|
|
2355
2357
|
n0,
|
|
2356
2358
|
_VDI,
|
|
2357
2359
|
0,
|
|
2358
|
-
() => VerifyDomainIdentityRequest
|
|
2359
|
-
() => VerifyDomainIdentityResponse
|
|
2360
|
+
() => VerifyDomainIdentityRequest$,
|
|
2361
|
+
() => VerifyDomainIdentityResponse$,
|
|
2362
|
+
];
|
|
2363
|
+
var VerifyEmailAddress$ = [
|
|
2364
|
+
9,
|
|
2365
|
+
n0,
|
|
2366
|
+
_VEAe,
|
|
2367
|
+
0,
|
|
2368
|
+
() => VerifyEmailAddressRequest$,
|
|
2369
|
+
() => __Unit,
|
|
2360
2370
|
];
|
|
2361
|
-
var
|
|
2362
|
-
var VerifyEmailIdentity = [
|
|
2371
|
+
var VerifyEmailIdentity$ = [
|
|
2363
2372
|
9,
|
|
2364
2373
|
n0,
|
|
2365
2374
|
_VEI,
|
|
2366
2375
|
0,
|
|
2367
|
-
() => VerifyEmailIdentityRequest
|
|
2368
|
-
() => VerifyEmailIdentityResponse
|
|
2376
|
+
() => VerifyEmailIdentityRequest$,
|
|
2377
|
+
() => VerifyEmailIdentityResponse$,
|
|
2369
2378
|
];
|
|
2370
2379
|
|
|
2371
2380
|
class CloneReceiptRuleSetCommand extends smithyClient.Command
|
|
@@ -2376,7 +2385,7 @@ class CloneReceiptRuleSetCommand extends smithyClient.Command
|
|
|
2376
2385
|
})
|
|
2377
2386
|
.s("SimpleEmailService", "CloneReceiptRuleSet", {})
|
|
2378
2387
|
.n("SESClient", "CloneReceiptRuleSetCommand")
|
|
2379
|
-
.sc(CloneReceiptRuleSet)
|
|
2388
|
+
.sc(CloneReceiptRuleSet$)
|
|
2380
2389
|
.build() {
|
|
2381
2390
|
}
|
|
2382
2391
|
|
|
@@ -2388,7 +2397,7 @@ class CreateConfigurationSetCommand extends smithyClient.Command
|
|
|
2388
2397
|
})
|
|
2389
2398
|
.s("SimpleEmailService", "CreateConfigurationSet", {})
|
|
2390
2399
|
.n("SESClient", "CreateConfigurationSetCommand")
|
|
2391
|
-
.sc(CreateConfigurationSet)
|
|
2400
|
+
.sc(CreateConfigurationSet$)
|
|
2392
2401
|
.build() {
|
|
2393
2402
|
}
|
|
2394
2403
|
|
|
@@ -2400,7 +2409,7 @@ class CreateConfigurationSetEventDestinationCommand extends smithyClient.Command
|
|
|
2400
2409
|
})
|
|
2401
2410
|
.s("SimpleEmailService", "CreateConfigurationSetEventDestination", {})
|
|
2402
2411
|
.n("SESClient", "CreateConfigurationSetEventDestinationCommand")
|
|
2403
|
-
.sc(CreateConfigurationSetEventDestination)
|
|
2412
|
+
.sc(CreateConfigurationSetEventDestination$)
|
|
2404
2413
|
.build() {
|
|
2405
2414
|
}
|
|
2406
2415
|
|
|
@@ -2412,7 +2421,7 @@ class CreateConfigurationSetTrackingOptionsCommand extends smithyClient.Command
|
|
|
2412
2421
|
})
|
|
2413
2422
|
.s("SimpleEmailService", "CreateConfigurationSetTrackingOptions", {})
|
|
2414
2423
|
.n("SESClient", "CreateConfigurationSetTrackingOptionsCommand")
|
|
2415
|
-
.sc(CreateConfigurationSetTrackingOptions)
|
|
2424
|
+
.sc(CreateConfigurationSetTrackingOptions$)
|
|
2416
2425
|
.build() {
|
|
2417
2426
|
}
|
|
2418
2427
|
|
|
@@ -2424,7 +2433,7 @@ class CreateCustomVerificationEmailTemplateCommand extends smithyClient.Command
|
|
|
2424
2433
|
})
|
|
2425
2434
|
.s("SimpleEmailService", "CreateCustomVerificationEmailTemplate", {})
|
|
2426
2435
|
.n("SESClient", "CreateCustomVerificationEmailTemplateCommand")
|
|
2427
|
-
.sc(CreateCustomVerificationEmailTemplate)
|
|
2436
|
+
.sc(CreateCustomVerificationEmailTemplate$)
|
|
2428
2437
|
.build() {
|
|
2429
2438
|
}
|
|
2430
2439
|
|
|
@@ -2436,7 +2445,7 @@ class CreateReceiptFilterCommand extends smithyClient.Command
|
|
|
2436
2445
|
})
|
|
2437
2446
|
.s("SimpleEmailService", "CreateReceiptFilter", {})
|
|
2438
2447
|
.n("SESClient", "CreateReceiptFilterCommand")
|
|
2439
|
-
.sc(CreateReceiptFilter)
|
|
2448
|
+
.sc(CreateReceiptFilter$)
|
|
2440
2449
|
.build() {
|
|
2441
2450
|
}
|
|
2442
2451
|
|
|
@@ -2448,7 +2457,7 @@ class CreateReceiptRuleCommand extends smithyClient.Command
|
|
|
2448
2457
|
})
|
|
2449
2458
|
.s("SimpleEmailService", "CreateReceiptRule", {})
|
|
2450
2459
|
.n("SESClient", "CreateReceiptRuleCommand")
|
|
2451
|
-
.sc(CreateReceiptRule)
|
|
2460
|
+
.sc(CreateReceiptRule$)
|
|
2452
2461
|
.build() {
|
|
2453
2462
|
}
|
|
2454
2463
|
|
|
@@ -2460,7 +2469,7 @@ class CreateReceiptRuleSetCommand extends smithyClient.Command
|
|
|
2460
2469
|
})
|
|
2461
2470
|
.s("SimpleEmailService", "CreateReceiptRuleSet", {})
|
|
2462
2471
|
.n("SESClient", "CreateReceiptRuleSetCommand")
|
|
2463
|
-
.sc(CreateReceiptRuleSet)
|
|
2472
|
+
.sc(CreateReceiptRuleSet$)
|
|
2464
2473
|
.build() {
|
|
2465
2474
|
}
|
|
2466
2475
|
|
|
@@ -2472,7 +2481,7 @@ class CreateTemplateCommand extends smithyClient.Command
|
|
|
2472
2481
|
})
|
|
2473
2482
|
.s("SimpleEmailService", "CreateTemplate", {})
|
|
2474
2483
|
.n("SESClient", "CreateTemplateCommand")
|
|
2475
|
-
.sc(CreateTemplate)
|
|
2484
|
+
.sc(CreateTemplate$)
|
|
2476
2485
|
.build() {
|
|
2477
2486
|
}
|
|
2478
2487
|
|
|
@@ -2484,7 +2493,7 @@ class DeleteConfigurationSetCommand extends smithyClient.Command
|
|
|
2484
2493
|
})
|
|
2485
2494
|
.s("SimpleEmailService", "DeleteConfigurationSet", {})
|
|
2486
2495
|
.n("SESClient", "DeleteConfigurationSetCommand")
|
|
2487
|
-
.sc(DeleteConfigurationSet)
|
|
2496
|
+
.sc(DeleteConfigurationSet$)
|
|
2488
2497
|
.build() {
|
|
2489
2498
|
}
|
|
2490
2499
|
|
|
@@ -2496,7 +2505,7 @@ class DeleteConfigurationSetEventDestinationCommand extends smithyClient.Command
|
|
|
2496
2505
|
})
|
|
2497
2506
|
.s("SimpleEmailService", "DeleteConfigurationSetEventDestination", {})
|
|
2498
2507
|
.n("SESClient", "DeleteConfigurationSetEventDestinationCommand")
|
|
2499
|
-
.sc(DeleteConfigurationSetEventDestination)
|
|
2508
|
+
.sc(DeleteConfigurationSetEventDestination$)
|
|
2500
2509
|
.build() {
|
|
2501
2510
|
}
|
|
2502
2511
|
|
|
@@ -2508,7 +2517,7 @@ class DeleteConfigurationSetTrackingOptionsCommand extends smithyClient.Command
|
|
|
2508
2517
|
})
|
|
2509
2518
|
.s("SimpleEmailService", "DeleteConfigurationSetTrackingOptions", {})
|
|
2510
2519
|
.n("SESClient", "DeleteConfigurationSetTrackingOptionsCommand")
|
|
2511
|
-
.sc(DeleteConfigurationSetTrackingOptions)
|
|
2520
|
+
.sc(DeleteConfigurationSetTrackingOptions$)
|
|
2512
2521
|
.build() {
|
|
2513
2522
|
}
|
|
2514
2523
|
|
|
@@ -2520,7 +2529,7 @@ class DeleteCustomVerificationEmailTemplateCommand extends smithyClient.Command
|
|
|
2520
2529
|
})
|
|
2521
2530
|
.s("SimpleEmailService", "DeleteCustomVerificationEmailTemplate", {})
|
|
2522
2531
|
.n("SESClient", "DeleteCustomVerificationEmailTemplateCommand")
|
|
2523
|
-
.sc(DeleteCustomVerificationEmailTemplate)
|
|
2532
|
+
.sc(DeleteCustomVerificationEmailTemplate$)
|
|
2524
2533
|
.build() {
|
|
2525
2534
|
}
|
|
2526
2535
|
|
|
@@ -2532,7 +2541,7 @@ class DeleteIdentityCommand extends smithyClient.Command
|
|
|
2532
2541
|
})
|
|
2533
2542
|
.s("SimpleEmailService", "DeleteIdentity", {})
|
|
2534
2543
|
.n("SESClient", "DeleteIdentityCommand")
|
|
2535
|
-
.sc(DeleteIdentity)
|
|
2544
|
+
.sc(DeleteIdentity$)
|
|
2536
2545
|
.build() {
|
|
2537
2546
|
}
|
|
2538
2547
|
|
|
@@ -2544,7 +2553,7 @@ class DeleteIdentityPolicyCommand extends smithyClient.Command
|
|
|
2544
2553
|
})
|
|
2545
2554
|
.s("SimpleEmailService", "DeleteIdentityPolicy", {})
|
|
2546
2555
|
.n("SESClient", "DeleteIdentityPolicyCommand")
|
|
2547
|
-
.sc(DeleteIdentityPolicy)
|
|
2556
|
+
.sc(DeleteIdentityPolicy$)
|
|
2548
2557
|
.build() {
|
|
2549
2558
|
}
|
|
2550
2559
|
|
|
@@ -2556,7 +2565,7 @@ class DeleteReceiptFilterCommand extends smithyClient.Command
|
|
|
2556
2565
|
})
|
|
2557
2566
|
.s("SimpleEmailService", "DeleteReceiptFilter", {})
|
|
2558
2567
|
.n("SESClient", "DeleteReceiptFilterCommand")
|
|
2559
|
-
.sc(DeleteReceiptFilter)
|
|
2568
|
+
.sc(DeleteReceiptFilter$)
|
|
2560
2569
|
.build() {
|
|
2561
2570
|
}
|
|
2562
2571
|
|
|
@@ -2568,7 +2577,7 @@ class DeleteReceiptRuleCommand extends smithyClient.Command
|
|
|
2568
2577
|
})
|
|
2569
2578
|
.s("SimpleEmailService", "DeleteReceiptRule", {})
|
|
2570
2579
|
.n("SESClient", "DeleteReceiptRuleCommand")
|
|
2571
|
-
.sc(DeleteReceiptRule)
|
|
2580
|
+
.sc(DeleteReceiptRule$)
|
|
2572
2581
|
.build() {
|
|
2573
2582
|
}
|
|
2574
2583
|
|
|
@@ -2580,7 +2589,7 @@ class DeleteReceiptRuleSetCommand extends smithyClient.Command
|
|
|
2580
2589
|
})
|
|
2581
2590
|
.s("SimpleEmailService", "DeleteReceiptRuleSet", {})
|
|
2582
2591
|
.n("SESClient", "DeleteReceiptRuleSetCommand")
|
|
2583
|
-
.sc(DeleteReceiptRuleSet)
|
|
2592
|
+
.sc(DeleteReceiptRuleSet$)
|
|
2584
2593
|
.build() {
|
|
2585
2594
|
}
|
|
2586
2595
|
|
|
@@ -2592,7 +2601,7 @@ class DeleteTemplateCommand extends smithyClient.Command
|
|
|
2592
2601
|
})
|
|
2593
2602
|
.s("SimpleEmailService", "DeleteTemplate", {})
|
|
2594
2603
|
.n("SESClient", "DeleteTemplateCommand")
|
|
2595
|
-
.sc(DeleteTemplate)
|
|
2604
|
+
.sc(DeleteTemplate$)
|
|
2596
2605
|
.build() {
|
|
2597
2606
|
}
|
|
2598
2607
|
|
|
@@ -2604,7 +2613,7 @@ class DeleteVerifiedEmailAddressCommand extends smithyClient.Command
|
|
|
2604
2613
|
})
|
|
2605
2614
|
.s("SimpleEmailService", "DeleteVerifiedEmailAddress", {})
|
|
2606
2615
|
.n("SESClient", "DeleteVerifiedEmailAddressCommand")
|
|
2607
|
-
.sc(DeleteVerifiedEmailAddress)
|
|
2616
|
+
.sc(DeleteVerifiedEmailAddress$)
|
|
2608
2617
|
.build() {
|
|
2609
2618
|
}
|
|
2610
2619
|
|
|
@@ -2616,7 +2625,7 @@ class DescribeActiveReceiptRuleSetCommand extends smithyClient.Command
|
|
|
2616
2625
|
})
|
|
2617
2626
|
.s("SimpleEmailService", "DescribeActiveReceiptRuleSet", {})
|
|
2618
2627
|
.n("SESClient", "DescribeActiveReceiptRuleSetCommand")
|
|
2619
|
-
.sc(DescribeActiveReceiptRuleSet)
|
|
2628
|
+
.sc(DescribeActiveReceiptRuleSet$)
|
|
2620
2629
|
.build() {
|
|
2621
2630
|
}
|
|
2622
2631
|
|
|
@@ -2628,7 +2637,7 @@ class DescribeConfigurationSetCommand extends smithyClient.Command
|
|
|
2628
2637
|
})
|
|
2629
2638
|
.s("SimpleEmailService", "DescribeConfigurationSet", {})
|
|
2630
2639
|
.n("SESClient", "DescribeConfigurationSetCommand")
|
|
2631
|
-
.sc(DescribeConfigurationSet)
|
|
2640
|
+
.sc(DescribeConfigurationSet$)
|
|
2632
2641
|
.build() {
|
|
2633
2642
|
}
|
|
2634
2643
|
|
|
@@ -2640,7 +2649,7 @@ class DescribeReceiptRuleCommand extends smithyClient.Command
|
|
|
2640
2649
|
})
|
|
2641
2650
|
.s("SimpleEmailService", "DescribeReceiptRule", {})
|
|
2642
2651
|
.n("SESClient", "DescribeReceiptRuleCommand")
|
|
2643
|
-
.sc(DescribeReceiptRule)
|
|
2652
|
+
.sc(DescribeReceiptRule$)
|
|
2644
2653
|
.build() {
|
|
2645
2654
|
}
|
|
2646
2655
|
|
|
@@ -2652,7 +2661,7 @@ class DescribeReceiptRuleSetCommand extends smithyClient.Command
|
|
|
2652
2661
|
})
|
|
2653
2662
|
.s("SimpleEmailService", "DescribeReceiptRuleSet", {})
|
|
2654
2663
|
.n("SESClient", "DescribeReceiptRuleSetCommand")
|
|
2655
|
-
.sc(DescribeReceiptRuleSet)
|
|
2664
|
+
.sc(DescribeReceiptRuleSet$)
|
|
2656
2665
|
.build() {
|
|
2657
2666
|
}
|
|
2658
2667
|
|
|
@@ -2664,7 +2673,7 @@ class GetAccountSendingEnabledCommand extends smithyClient.Command
|
|
|
2664
2673
|
})
|
|
2665
2674
|
.s("SimpleEmailService", "GetAccountSendingEnabled", {})
|
|
2666
2675
|
.n("SESClient", "GetAccountSendingEnabledCommand")
|
|
2667
|
-
.sc(GetAccountSendingEnabled)
|
|
2676
|
+
.sc(GetAccountSendingEnabled$)
|
|
2668
2677
|
.build() {
|
|
2669
2678
|
}
|
|
2670
2679
|
|
|
@@ -2676,7 +2685,7 @@ class GetCustomVerificationEmailTemplateCommand extends smithyClient.Command
|
|
|
2676
2685
|
})
|
|
2677
2686
|
.s("SimpleEmailService", "GetCustomVerificationEmailTemplate", {})
|
|
2678
2687
|
.n("SESClient", "GetCustomVerificationEmailTemplateCommand")
|
|
2679
|
-
.sc(GetCustomVerificationEmailTemplate)
|
|
2688
|
+
.sc(GetCustomVerificationEmailTemplate$)
|
|
2680
2689
|
.build() {
|
|
2681
2690
|
}
|
|
2682
2691
|
|
|
@@ -2688,7 +2697,7 @@ class GetIdentityDkimAttributesCommand extends smithyClient.Command
|
|
|
2688
2697
|
})
|
|
2689
2698
|
.s("SimpleEmailService", "GetIdentityDkimAttributes", {})
|
|
2690
2699
|
.n("SESClient", "GetIdentityDkimAttributesCommand")
|
|
2691
|
-
.sc(GetIdentityDkimAttributes)
|
|
2700
|
+
.sc(GetIdentityDkimAttributes$)
|
|
2692
2701
|
.build() {
|
|
2693
2702
|
}
|
|
2694
2703
|
|
|
@@ -2700,7 +2709,7 @@ class GetIdentityMailFromDomainAttributesCommand extends smithyClient.Command
|
|
|
2700
2709
|
})
|
|
2701
2710
|
.s("SimpleEmailService", "GetIdentityMailFromDomainAttributes", {})
|
|
2702
2711
|
.n("SESClient", "GetIdentityMailFromDomainAttributesCommand")
|
|
2703
|
-
.sc(GetIdentityMailFromDomainAttributes)
|
|
2712
|
+
.sc(GetIdentityMailFromDomainAttributes$)
|
|
2704
2713
|
.build() {
|
|
2705
2714
|
}
|
|
2706
2715
|
|
|
@@ -2712,7 +2721,7 @@ class GetIdentityNotificationAttributesCommand extends smithyClient.Command
|
|
|
2712
2721
|
})
|
|
2713
2722
|
.s("SimpleEmailService", "GetIdentityNotificationAttributes", {})
|
|
2714
2723
|
.n("SESClient", "GetIdentityNotificationAttributesCommand")
|
|
2715
|
-
.sc(GetIdentityNotificationAttributes)
|
|
2724
|
+
.sc(GetIdentityNotificationAttributes$)
|
|
2716
2725
|
.build() {
|
|
2717
2726
|
}
|
|
2718
2727
|
|
|
@@ -2724,7 +2733,7 @@ class GetIdentityPoliciesCommand extends smithyClient.Command
|
|
|
2724
2733
|
})
|
|
2725
2734
|
.s("SimpleEmailService", "GetIdentityPolicies", {})
|
|
2726
2735
|
.n("SESClient", "GetIdentityPoliciesCommand")
|
|
2727
|
-
.sc(GetIdentityPolicies)
|
|
2736
|
+
.sc(GetIdentityPolicies$)
|
|
2728
2737
|
.build() {
|
|
2729
2738
|
}
|
|
2730
2739
|
|
|
@@ -2736,7 +2745,7 @@ class GetIdentityVerificationAttributesCommand extends smithyClient.Command
|
|
|
2736
2745
|
})
|
|
2737
2746
|
.s("SimpleEmailService", "GetIdentityVerificationAttributes", {})
|
|
2738
2747
|
.n("SESClient", "GetIdentityVerificationAttributesCommand")
|
|
2739
|
-
.sc(GetIdentityVerificationAttributes)
|
|
2748
|
+
.sc(GetIdentityVerificationAttributes$)
|
|
2740
2749
|
.build() {
|
|
2741
2750
|
}
|
|
2742
2751
|
|
|
@@ -2748,7 +2757,7 @@ class GetSendQuotaCommand extends smithyClient.Command
|
|
|
2748
2757
|
})
|
|
2749
2758
|
.s("SimpleEmailService", "GetSendQuota", {})
|
|
2750
2759
|
.n("SESClient", "GetSendQuotaCommand")
|
|
2751
|
-
.sc(GetSendQuota)
|
|
2760
|
+
.sc(GetSendQuota$)
|
|
2752
2761
|
.build() {
|
|
2753
2762
|
}
|
|
2754
2763
|
|
|
@@ -2760,7 +2769,7 @@ class GetSendStatisticsCommand extends smithyClient.Command
|
|
|
2760
2769
|
})
|
|
2761
2770
|
.s("SimpleEmailService", "GetSendStatistics", {})
|
|
2762
2771
|
.n("SESClient", "GetSendStatisticsCommand")
|
|
2763
|
-
.sc(GetSendStatistics)
|
|
2772
|
+
.sc(GetSendStatistics$)
|
|
2764
2773
|
.build() {
|
|
2765
2774
|
}
|
|
2766
2775
|
|
|
@@ -2772,7 +2781,7 @@ class GetTemplateCommand extends smithyClient.Command
|
|
|
2772
2781
|
})
|
|
2773
2782
|
.s("SimpleEmailService", "GetTemplate", {})
|
|
2774
2783
|
.n("SESClient", "GetTemplateCommand")
|
|
2775
|
-
.sc(GetTemplate)
|
|
2784
|
+
.sc(GetTemplate$)
|
|
2776
2785
|
.build() {
|
|
2777
2786
|
}
|
|
2778
2787
|
|
|
@@ -2784,7 +2793,7 @@ class ListConfigurationSetsCommand extends smithyClient.Command
|
|
|
2784
2793
|
})
|
|
2785
2794
|
.s("SimpleEmailService", "ListConfigurationSets", {})
|
|
2786
2795
|
.n("SESClient", "ListConfigurationSetsCommand")
|
|
2787
|
-
.sc(ListConfigurationSets)
|
|
2796
|
+
.sc(ListConfigurationSets$)
|
|
2788
2797
|
.build() {
|
|
2789
2798
|
}
|
|
2790
2799
|
|
|
@@ -2796,7 +2805,7 @@ class ListCustomVerificationEmailTemplatesCommand extends smithyClient.Command
|
|
|
2796
2805
|
})
|
|
2797
2806
|
.s("SimpleEmailService", "ListCustomVerificationEmailTemplates", {})
|
|
2798
2807
|
.n("SESClient", "ListCustomVerificationEmailTemplatesCommand")
|
|
2799
|
-
.sc(ListCustomVerificationEmailTemplates)
|
|
2808
|
+
.sc(ListCustomVerificationEmailTemplates$)
|
|
2800
2809
|
.build() {
|
|
2801
2810
|
}
|
|
2802
2811
|
|
|
@@ -2808,7 +2817,7 @@ class ListIdentitiesCommand extends smithyClient.Command
|
|
|
2808
2817
|
})
|
|
2809
2818
|
.s("SimpleEmailService", "ListIdentities", {})
|
|
2810
2819
|
.n("SESClient", "ListIdentitiesCommand")
|
|
2811
|
-
.sc(ListIdentities)
|
|
2820
|
+
.sc(ListIdentities$)
|
|
2812
2821
|
.build() {
|
|
2813
2822
|
}
|
|
2814
2823
|
|
|
@@ -2820,7 +2829,7 @@ class ListIdentityPoliciesCommand extends smithyClient.Command
|
|
|
2820
2829
|
})
|
|
2821
2830
|
.s("SimpleEmailService", "ListIdentityPolicies", {})
|
|
2822
2831
|
.n("SESClient", "ListIdentityPoliciesCommand")
|
|
2823
|
-
.sc(ListIdentityPolicies)
|
|
2832
|
+
.sc(ListIdentityPolicies$)
|
|
2824
2833
|
.build() {
|
|
2825
2834
|
}
|
|
2826
2835
|
|
|
@@ -2832,7 +2841,7 @@ class ListReceiptFiltersCommand extends smithyClient.Command
|
|
|
2832
2841
|
})
|
|
2833
2842
|
.s("SimpleEmailService", "ListReceiptFilters", {})
|
|
2834
2843
|
.n("SESClient", "ListReceiptFiltersCommand")
|
|
2835
|
-
.sc(ListReceiptFilters)
|
|
2844
|
+
.sc(ListReceiptFilters$)
|
|
2836
2845
|
.build() {
|
|
2837
2846
|
}
|
|
2838
2847
|
|
|
@@ -2844,7 +2853,7 @@ class ListReceiptRuleSetsCommand extends smithyClient.Command
|
|
|
2844
2853
|
})
|
|
2845
2854
|
.s("SimpleEmailService", "ListReceiptRuleSets", {})
|
|
2846
2855
|
.n("SESClient", "ListReceiptRuleSetsCommand")
|
|
2847
|
-
.sc(ListReceiptRuleSets)
|
|
2856
|
+
.sc(ListReceiptRuleSets$)
|
|
2848
2857
|
.build() {
|
|
2849
2858
|
}
|
|
2850
2859
|
|
|
@@ -2856,7 +2865,7 @@ class ListTemplatesCommand extends smithyClient.Command
|
|
|
2856
2865
|
})
|
|
2857
2866
|
.s("SimpleEmailService", "ListTemplates", {})
|
|
2858
2867
|
.n("SESClient", "ListTemplatesCommand")
|
|
2859
|
-
.sc(ListTemplates)
|
|
2868
|
+
.sc(ListTemplates$)
|
|
2860
2869
|
.build() {
|
|
2861
2870
|
}
|
|
2862
2871
|
|
|
@@ -2868,7 +2877,7 @@ class ListVerifiedEmailAddressesCommand extends smithyClient.Command
|
|
|
2868
2877
|
})
|
|
2869
2878
|
.s("SimpleEmailService", "ListVerifiedEmailAddresses", {})
|
|
2870
2879
|
.n("SESClient", "ListVerifiedEmailAddressesCommand")
|
|
2871
|
-
.sc(ListVerifiedEmailAddresses)
|
|
2880
|
+
.sc(ListVerifiedEmailAddresses$)
|
|
2872
2881
|
.build() {
|
|
2873
2882
|
}
|
|
2874
2883
|
|
|
@@ -2880,7 +2889,7 @@ class PutConfigurationSetDeliveryOptionsCommand extends smithyClient.Command
|
|
|
2880
2889
|
})
|
|
2881
2890
|
.s("SimpleEmailService", "PutConfigurationSetDeliveryOptions", {})
|
|
2882
2891
|
.n("SESClient", "PutConfigurationSetDeliveryOptionsCommand")
|
|
2883
|
-
.sc(PutConfigurationSetDeliveryOptions)
|
|
2892
|
+
.sc(PutConfigurationSetDeliveryOptions$)
|
|
2884
2893
|
.build() {
|
|
2885
2894
|
}
|
|
2886
2895
|
|
|
@@ -2892,7 +2901,7 @@ class PutIdentityPolicyCommand extends smithyClient.Command
|
|
|
2892
2901
|
})
|
|
2893
2902
|
.s("SimpleEmailService", "PutIdentityPolicy", {})
|
|
2894
2903
|
.n("SESClient", "PutIdentityPolicyCommand")
|
|
2895
|
-
.sc(PutIdentityPolicy)
|
|
2904
|
+
.sc(PutIdentityPolicy$)
|
|
2896
2905
|
.build() {
|
|
2897
2906
|
}
|
|
2898
2907
|
|
|
@@ -2904,7 +2913,7 @@ class ReorderReceiptRuleSetCommand extends smithyClient.Command
|
|
|
2904
2913
|
})
|
|
2905
2914
|
.s("SimpleEmailService", "ReorderReceiptRuleSet", {})
|
|
2906
2915
|
.n("SESClient", "ReorderReceiptRuleSetCommand")
|
|
2907
|
-
.sc(ReorderReceiptRuleSet)
|
|
2916
|
+
.sc(ReorderReceiptRuleSet$)
|
|
2908
2917
|
.build() {
|
|
2909
2918
|
}
|
|
2910
2919
|
|
|
@@ -2916,7 +2925,7 @@ class SendBounceCommand extends smithyClient.Command
|
|
|
2916
2925
|
})
|
|
2917
2926
|
.s("SimpleEmailService", "SendBounce", {})
|
|
2918
2927
|
.n("SESClient", "SendBounceCommand")
|
|
2919
|
-
.sc(SendBounce)
|
|
2928
|
+
.sc(SendBounce$)
|
|
2920
2929
|
.build() {
|
|
2921
2930
|
}
|
|
2922
2931
|
|
|
@@ -2928,7 +2937,7 @@ class SendBulkTemplatedEmailCommand extends smithyClient.Command
|
|
|
2928
2937
|
})
|
|
2929
2938
|
.s("SimpleEmailService", "SendBulkTemplatedEmail", {})
|
|
2930
2939
|
.n("SESClient", "SendBulkTemplatedEmailCommand")
|
|
2931
|
-
.sc(SendBulkTemplatedEmail)
|
|
2940
|
+
.sc(SendBulkTemplatedEmail$)
|
|
2932
2941
|
.build() {
|
|
2933
2942
|
}
|
|
2934
2943
|
|
|
@@ -2940,7 +2949,7 @@ class SendCustomVerificationEmailCommand extends smithyClient.Command
|
|
|
2940
2949
|
})
|
|
2941
2950
|
.s("SimpleEmailService", "SendCustomVerificationEmail", {})
|
|
2942
2951
|
.n("SESClient", "SendCustomVerificationEmailCommand")
|
|
2943
|
-
.sc(SendCustomVerificationEmail)
|
|
2952
|
+
.sc(SendCustomVerificationEmail$)
|
|
2944
2953
|
.build() {
|
|
2945
2954
|
}
|
|
2946
2955
|
|
|
@@ -2952,7 +2961,7 @@ class SendEmailCommand extends smithyClient.Command
|
|
|
2952
2961
|
})
|
|
2953
2962
|
.s("SimpleEmailService", "SendEmail", {})
|
|
2954
2963
|
.n("SESClient", "SendEmailCommand")
|
|
2955
|
-
.sc(SendEmail)
|
|
2964
|
+
.sc(SendEmail$)
|
|
2956
2965
|
.build() {
|
|
2957
2966
|
}
|
|
2958
2967
|
|
|
@@ -2964,7 +2973,7 @@ class SendRawEmailCommand extends smithyClient.Command
|
|
|
2964
2973
|
})
|
|
2965
2974
|
.s("SimpleEmailService", "SendRawEmail", {})
|
|
2966
2975
|
.n("SESClient", "SendRawEmailCommand")
|
|
2967
|
-
.sc(SendRawEmail)
|
|
2976
|
+
.sc(SendRawEmail$)
|
|
2968
2977
|
.build() {
|
|
2969
2978
|
}
|
|
2970
2979
|
|
|
@@ -2976,7 +2985,7 @@ class SendTemplatedEmailCommand extends smithyClient.Command
|
|
|
2976
2985
|
})
|
|
2977
2986
|
.s("SimpleEmailService", "SendTemplatedEmail", {})
|
|
2978
2987
|
.n("SESClient", "SendTemplatedEmailCommand")
|
|
2979
|
-
.sc(SendTemplatedEmail)
|
|
2988
|
+
.sc(SendTemplatedEmail$)
|
|
2980
2989
|
.build() {
|
|
2981
2990
|
}
|
|
2982
2991
|
|
|
@@ -2988,7 +2997,7 @@ class SetActiveReceiptRuleSetCommand extends smithyClient.Command
|
|
|
2988
2997
|
})
|
|
2989
2998
|
.s("SimpleEmailService", "SetActiveReceiptRuleSet", {})
|
|
2990
2999
|
.n("SESClient", "SetActiveReceiptRuleSetCommand")
|
|
2991
|
-
.sc(SetActiveReceiptRuleSet)
|
|
3000
|
+
.sc(SetActiveReceiptRuleSet$)
|
|
2992
3001
|
.build() {
|
|
2993
3002
|
}
|
|
2994
3003
|
|
|
@@ -3000,7 +3009,7 @@ class SetIdentityDkimEnabledCommand extends smithyClient.Command
|
|
|
3000
3009
|
})
|
|
3001
3010
|
.s("SimpleEmailService", "SetIdentityDkimEnabled", {})
|
|
3002
3011
|
.n("SESClient", "SetIdentityDkimEnabledCommand")
|
|
3003
|
-
.sc(SetIdentityDkimEnabled)
|
|
3012
|
+
.sc(SetIdentityDkimEnabled$)
|
|
3004
3013
|
.build() {
|
|
3005
3014
|
}
|
|
3006
3015
|
|
|
@@ -3012,7 +3021,7 @@ class SetIdentityFeedbackForwardingEnabledCommand extends smithyClient.Command
|
|
|
3012
3021
|
})
|
|
3013
3022
|
.s("SimpleEmailService", "SetIdentityFeedbackForwardingEnabled", {})
|
|
3014
3023
|
.n("SESClient", "SetIdentityFeedbackForwardingEnabledCommand")
|
|
3015
|
-
.sc(SetIdentityFeedbackForwardingEnabled)
|
|
3024
|
+
.sc(SetIdentityFeedbackForwardingEnabled$)
|
|
3016
3025
|
.build() {
|
|
3017
3026
|
}
|
|
3018
3027
|
|
|
@@ -3024,7 +3033,7 @@ class SetIdentityHeadersInNotificationsEnabledCommand extends smithyClient.Comma
|
|
|
3024
3033
|
})
|
|
3025
3034
|
.s("SimpleEmailService", "SetIdentityHeadersInNotificationsEnabled", {})
|
|
3026
3035
|
.n("SESClient", "SetIdentityHeadersInNotificationsEnabledCommand")
|
|
3027
|
-
.sc(SetIdentityHeadersInNotificationsEnabled)
|
|
3036
|
+
.sc(SetIdentityHeadersInNotificationsEnabled$)
|
|
3028
3037
|
.build() {
|
|
3029
3038
|
}
|
|
3030
3039
|
|
|
@@ -3036,7 +3045,7 @@ class SetIdentityMailFromDomainCommand extends smithyClient.Command
|
|
|
3036
3045
|
})
|
|
3037
3046
|
.s("SimpleEmailService", "SetIdentityMailFromDomain", {})
|
|
3038
3047
|
.n("SESClient", "SetIdentityMailFromDomainCommand")
|
|
3039
|
-
.sc(SetIdentityMailFromDomain)
|
|
3048
|
+
.sc(SetIdentityMailFromDomain$)
|
|
3040
3049
|
.build() {
|
|
3041
3050
|
}
|
|
3042
3051
|
|
|
@@ -3048,7 +3057,7 @@ class SetIdentityNotificationTopicCommand extends smithyClient.Command
|
|
|
3048
3057
|
})
|
|
3049
3058
|
.s("SimpleEmailService", "SetIdentityNotificationTopic", {})
|
|
3050
3059
|
.n("SESClient", "SetIdentityNotificationTopicCommand")
|
|
3051
|
-
.sc(SetIdentityNotificationTopic)
|
|
3060
|
+
.sc(SetIdentityNotificationTopic$)
|
|
3052
3061
|
.build() {
|
|
3053
3062
|
}
|
|
3054
3063
|
|
|
@@ -3060,7 +3069,7 @@ class SetReceiptRulePositionCommand extends smithyClient.Command
|
|
|
3060
3069
|
})
|
|
3061
3070
|
.s("SimpleEmailService", "SetReceiptRulePosition", {})
|
|
3062
3071
|
.n("SESClient", "SetReceiptRulePositionCommand")
|
|
3063
|
-
.sc(SetReceiptRulePosition)
|
|
3072
|
+
.sc(SetReceiptRulePosition$)
|
|
3064
3073
|
.build() {
|
|
3065
3074
|
}
|
|
3066
3075
|
|
|
@@ -3072,7 +3081,7 @@ class TestRenderTemplateCommand extends smithyClient.Command
|
|
|
3072
3081
|
})
|
|
3073
3082
|
.s("SimpleEmailService", "TestRenderTemplate", {})
|
|
3074
3083
|
.n("SESClient", "TestRenderTemplateCommand")
|
|
3075
|
-
.sc(TestRenderTemplate)
|
|
3084
|
+
.sc(TestRenderTemplate$)
|
|
3076
3085
|
.build() {
|
|
3077
3086
|
}
|
|
3078
3087
|
|
|
@@ -3084,7 +3093,7 @@ class UpdateAccountSendingEnabledCommand extends smithyClient.Command
|
|
|
3084
3093
|
})
|
|
3085
3094
|
.s("SimpleEmailService", "UpdateAccountSendingEnabled", {})
|
|
3086
3095
|
.n("SESClient", "UpdateAccountSendingEnabledCommand")
|
|
3087
|
-
.sc(UpdateAccountSendingEnabled)
|
|
3096
|
+
.sc(UpdateAccountSendingEnabled$)
|
|
3088
3097
|
.build() {
|
|
3089
3098
|
}
|
|
3090
3099
|
|
|
@@ -3096,7 +3105,7 @@ class UpdateConfigurationSetEventDestinationCommand extends smithyClient.Command
|
|
|
3096
3105
|
})
|
|
3097
3106
|
.s("SimpleEmailService", "UpdateConfigurationSetEventDestination", {})
|
|
3098
3107
|
.n("SESClient", "UpdateConfigurationSetEventDestinationCommand")
|
|
3099
|
-
.sc(UpdateConfigurationSetEventDestination)
|
|
3108
|
+
.sc(UpdateConfigurationSetEventDestination$)
|
|
3100
3109
|
.build() {
|
|
3101
3110
|
}
|
|
3102
3111
|
|
|
@@ -3108,7 +3117,7 @@ class UpdateConfigurationSetReputationMetricsEnabledCommand extends smithyClient
|
|
|
3108
3117
|
})
|
|
3109
3118
|
.s("SimpleEmailService", "UpdateConfigurationSetReputationMetricsEnabled", {})
|
|
3110
3119
|
.n("SESClient", "UpdateConfigurationSetReputationMetricsEnabledCommand")
|
|
3111
|
-
.sc(UpdateConfigurationSetReputationMetricsEnabled)
|
|
3120
|
+
.sc(UpdateConfigurationSetReputationMetricsEnabled$)
|
|
3112
3121
|
.build() {
|
|
3113
3122
|
}
|
|
3114
3123
|
|
|
@@ -3120,7 +3129,7 @@ class UpdateConfigurationSetSendingEnabledCommand extends smithyClient.Command
|
|
|
3120
3129
|
})
|
|
3121
3130
|
.s("SimpleEmailService", "UpdateConfigurationSetSendingEnabled", {})
|
|
3122
3131
|
.n("SESClient", "UpdateConfigurationSetSendingEnabledCommand")
|
|
3123
|
-
.sc(UpdateConfigurationSetSendingEnabled)
|
|
3132
|
+
.sc(UpdateConfigurationSetSendingEnabled$)
|
|
3124
3133
|
.build() {
|
|
3125
3134
|
}
|
|
3126
3135
|
|
|
@@ -3132,7 +3141,7 @@ class UpdateConfigurationSetTrackingOptionsCommand extends smithyClient.Command
|
|
|
3132
3141
|
})
|
|
3133
3142
|
.s("SimpleEmailService", "UpdateConfigurationSetTrackingOptions", {})
|
|
3134
3143
|
.n("SESClient", "UpdateConfigurationSetTrackingOptionsCommand")
|
|
3135
|
-
.sc(UpdateConfigurationSetTrackingOptions)
|
|
3144
|
+
.sc(UpdateConfigurationSetTrackingOptions$)
|
|
3136
3145
|
.build() {
|
|
3137
3146
|
}
|
|
3138
3147
|
|
|
@@ -3144,7 +3153,7 @@ class UpdateCustomVerificationEmailTemplateCommand extends smithyClient.Command
|
|
|
3144
3153
|
})
|
|
3145
3154
|
.s("SimpleEmailService", "UpdateCustomVerificationEmailTemplate", {})
|
|
3146
3155
|
.n("SESClient", "UpdateCustomVerificationEmailTemplateCommand")
|
|
3147
|
-
.sc(UpdateCustomVerificationEmailTemplate)
|
|
3156
|
+
.sc(UpdateCustomVerificationEmailTemplate$)
|
|
3148
3157
|
.build() {
|
|
3149
3158
|
}
|
|
3150
3159
|
|
|
@@ -3156,7 +3165,7 @@ class UpdateReceiptRuleCommand extends smithyClient.Command
|
|
|
3156
3165
|
})
|
|
3157
3166
|
.s("SimpleEmailService", "UpdateReceiptRule", {})
|
|
3158
3167
|
.n("SESClient", "UpdateReceiptRuleCommand")
|
|
3159
|
-
.sc(UpdateReceiptRule)
|
|
3168
|
+
.sc(UpdateReceiptRule$)
|
|
3160
3169
|
.build() {
|
|
3161
3170
|
}
|
|
3162
3171
|
|
|
@@ -3168,7 +3177,7 @@ class UpdateTemplateCommand extends smithyClient.Command
|
|
|
3168
3177
|
})
|
|
3169
3178
|
.s("SimpleEmailService", "UpdateTemplate", {})
|
|
3170
3179
|
.n("SESClient", "UpdateTemplateCommand")
|
|
3171
|
-
.sc(UpdateTemplate)
|
|
3180
|
+
.sc(UpdateTemplate$)
|
|
3172
3181
|
.build() {
|
|
3173
3182
|
}
|
|
3174
3183
|
|
|
@@ -3180,7 +3189,7 @@ class VerifyDomainDkimCommand extends smithyClient.Command
|
|
|
3180
3189
|
})
|
|
3181
3190
|
.s("SimpleEmailService", "VerifyDomainDkim", {})
|
|
3182
3191
|
.n("SESClient", "VerifyDomainDkimCommand")
|
|
3183
|
-
.sc(VerifyDomainDkim)
|
|
3192
|
+
.sc(VerifyDomainDkim$)
|
|
3184
3193
|
.build() {
|
|
3185
3194
|
}
|
|
3186
3195
|
|
|
@@ -3192,7 +3201,7 @@ class VerifyDomainIdentityCommand extends smithyClient.Command
|
|
|
3192
3201
|
})
|
|
3193
3202
|
.s("SimpleEmailService", "VerifyDomainIdentity", {})
|
|
3194
3203
|
.n("SESClient", "VerifyDomainIdentityCommand")
|
|
3195
|
-
.sc(VerifyDomainIdentity)
|
|
3204
|
+
.sc(VerifyDomainIdentity$)
|
|
3196
3205
|
.build() {
|
|
3197
3206
|
}
|
|
3198
3207
|
|
|
@@ -3204,7 +3213,7 @@ class VerifyEmailAddressCommand extends smithyClient.Command
|
|
|
3204
3213
|
})
|
|
3205
3214
|
.s("SimpleEmailService", "VerifyEmailAddress", {})
|
|
3206
3215
|
.n("SESClient", "VerifyEmailAddressCommand")
|
|
3207
|
-
.sc(VerifyEmailAddress)
|
|
3216
|
+
.sc(VerifyEmailAddress$)
|
|
3208
3217
|
.build() {
|
|
3209
3218
|
}
|
|
3210
3219
|
|
|
@@ -3216,7 +3225,7 @@ class VerifyEmailIdentityCommand extends smithyClient.Command
|
|
|
3216
3225
|
})
|
|
3217
3226
|
.s("SimpleEmailService", "VerifyEmailIdentity", {})
|
|
3218
3227
|
.n("SESClient", "VerifyEmailIdentityCommand")
|
|
3219
|
-
.sc(VerifyEmailIdentity)
|
|
3228
|
+
.sc(VerifyEmailIdentity$)
|
|
3220
3229
|
.build() {
|
|
3221
3230
|
}
|
|
3222
3231
|
|
|
@@ -3444,130 +3453,408 @@ Object.defineProperty(exports, "__Client", {
|
|
|
3444
3453
|
enumerable: true,
|
|
3445
3454
|
get: function () { return smithyClient.Client; }
|
|
3446
3455
|
});
|
|
3447
|
-
exports.AccountSendingPausedException = AccountSendingPausedException
|
|
3448
|
-
exports.
|
|
3456
|
+
exports.AccountSendingPausedException = AccountSendingPausedException;
|
|
3457
|
+
exports.AccountSendingPausedException$ = AccountSendingPausedException$;
|
|
3458
|
+
exports.AddHeaderAction$ = AddHeaderAction$;
|
|
3459
|
+
exports.AlreadyExistsException = AlreadyExistsException;
|
|
3460
|
+
exports.AlreadyExistsException$ = AlreadyExistsException$;
|
|
3449
3461
|
exports.BehaviorOnMXFailure = BehaviorOnMXFailure;
|
|
3462
|
+
exports.Body$ = Body$;
|
|
3463
|
+
exports.BounceAction$ = BounceAction$;
|
|
3450
3464
|
exports.BounceType = BounceType;
|
|
3465
|
+
exports.BouncedRecipientInfo$ = BouncedRecipientInfo$;
|
|
3466
|
+
exports.BulkEmailDestination$ = BulkEmailDestination$;
|
|
3467
|
+
exports.BulkEmailDestinationStatus$ = BulkEmailDestinationStatus$;
|
|
3451
3468
|
exports.BulkEmailStatus = BulkEmailStatus;
|
|
3452
|
-
exports.CannotDeleteException = CannotDeleteException
|
|
3469
|
+
exports.CannotDeleteException = CannotDeleteException;
|
|
3470
|
+
exports.CannotDeleteException$ = CannotDeleteException$;
|
|
3471
|
+
exports.CloneReceiptRuleSet$ = CloneReceiptRuleSet$;
|
|
3453
3472
|
exports.CloneReceiptRuleSetCommand = CloneReceiptRuleSetCommand;
|
|
3454
|
-
exports.
|
|
3473
|
+
exports.CloneReceiptRuleSetRequest$ = CloneReceiptRuleSetRequest$;
|
|
3474
|
+
exports.CloneReceiptRuleSetResponse$ = CloneReceiptRuleSetResponse$;
|
|
3475
|
+
exports.CloudWatchDestination$ = CloudWatchDestination$;
|
|
3476
|
+
exports.CloudWatchDimensionConfiguration$ = CloudWatchDimensionConfiguration$;
|
|
3477
|
+
exports.ConfigurationSet$ = ConfigurationSet$;
|
|
3478
|
+
exports.ConfigurationSetAlreadyExistsException = ConfigurationSetAlreadyExistsException;
|
|
3479
|
+
exports.ConfigurationSetAlreadyExistsException$ = ConfigurationSetAlreadyExistsException$;
|
|
3455
3480
|
exports.ConfigurationSetAttribute = ConfigurationSetAttribute;
|
|
3456
|
-
exports.ConfigurationSetDoesNotExistException = ConfigurationSetDoesNotExistException
|
|
3457
|
-
exports.
|
|
3481
|
+
exports.ConfigurationSetDoesNotExistException = ConfigurationSetDoesNotExistException;
|
|
3482
|
+
exports.ConfigurationSetDoesNotExistException$ = ConfigurationSetDoesNotExistException$;
|
|
3483
|
+
exports.ConfigurationSetSendingPausedException = ConfigurationSetSendingPausedException;
|
|
3484
|
+
exports.ConfigurationSetSendingPausedException$ = ConfigurationSetSendingPausedException$;
|
|
3485
|
+
exports.ConnectAction$ = ConnectAction$;
|
|
3486
|
+
exports.Content$ = Content$;
|
|
3487
|
+
exports.CreateConfigurationSet$ = CreateConfigurationSet$;
|
|
3458
3488
|
exports.CreateConfigurationSetCommand = CreateConfigurationSetCommand;
|
|
3489
|
+
exports.CreateConfigurationSetEventDestination$ = CreateConfigurationSetEventDestination$;
|
|
3459
3490
|
exports.CreateConfigurationSetEventDestinationCommand = CreateConfigurationSetEventDestinationCommand;
|
|
3491
|
+
exports.CreateConfigurationSetEventDestinationRequest$ = CreateConfigurationSetEventDestinationRequest$;
|
|
3492
|
+
exports.CreateConfigurationSetEventDestinationResponse$ = CreateConfigurationSetEventDestinationResponse$;
|
|
3493
|
+
exports.CreateConfigurationSetRequest$ = CreateConfigurationSetRequest$;
|
|
3494
|
+
exports.CreateConfigurationSetResponse$ = CreateConfigurationSetResponse$;
|
|
3495
|
+
exports.CreateConfigurationSetTrackingOptions$ = CreateConfigurationSetTrackingOptions$;
|
|
3460
3496
|
exports.CreateConfigurationSetTrackingOptionsCommand = CreateConfigurationSetTrackingOptionsCommand;
|
|
3497
|
+
exports.CreateConfigurationSetTrackingOptionsRequest$ = CreateConfigurationSetTrackingOptionsRequest$;
|
|
3498
|
+
exports.CreateConfigurationSetTrackingOptionsResponse$ = CreateConfigurationSetTrackingOptionsResponse$;
|
|
3499
|
+
exports.CreateCustomVerificationEmailTemplate$ = CreateCustomVerificationEmailTemplate$;
|
|
3461
3500
|
exports.CreateCustomVerificationEmailTemplateCommand = CreateCustomVerificationEmailTemplateCommand;
|
|
3501
|
+
exports.CreateCustomVerificationEmailTemplateRequest$ = CreateCustomVerificationEmailTemplateRequest$;
|
|
3502
|
+
exports.CreateReceiptFilter$ = CreateReceiptFilter$;
|
|
3462
3503
|
exports.CreateReceiptFilterCommand = CreateReceiptFilterCommand;
|
|
3504
|
+
exports.CreateReceiptFilterRequest$ = CreateReceiptFilterRequest$;
|
|
3505
|
+
exports.CreateReceiptFilterResponse$ = CreateReceiptFilterResponse$;
|
|
3506
|
+
exports.CreateReceiptRule$ = CreateReceiptRule$;
|
|
3463
3507
|
exports.CreateReceiptRuleCommand = CreateReceiptRuleCommand;
|
|
3508
|
+
exports.CreateReceiptRuleRequest$ = CreateReceiptRuleRequest$;
|
|
3509
|
+
exports.CreateReceiptRuleResponse$ = CreateReceiptRuleResponse$;
|
|
3510
|
+
exports.CreateReceiptRuleSet$ = CreateReceiptRuleSet$;
|
|
3464
3511
|
exports.CreateReceiptRuleSetCommand = CreateReceiptRuleSetCommand;
|
|
3512
|
+
exports.CreateReceiptRuleSetRequest$ = CreateReceiptRuleSetRequest$;
|
|
3513
|
+
exports.CreateReceiptRuleSetResponse$ = CreateReceiptRuleSetResponse$;
|
|
3514
|
+
exports.CreateTemplate$ = CreateTemplate$;
|
|
3465
3515
|
exports.CreateTemplateCommand = CreateTemplateCommand;
|
|
3516
|
+
exports.CreateTemplateRequest$ = CreateTemplateRequest$;
|
|
3517
|
+
exports.CreateTemplateResponse$ = CreateTemplateResponse$;
|
|
3466
3518
|
exports.CustomMailFromStatus = CustomMailFromStatus;
|
|
3467
|
-
exports.CustomVerificationEmailInvalidContentException = CustomVerificationEmailInvalidContentException
|
|
3468
|
-
exports.
|
|
3469
|
-
exports.
|
|
3519
|
+
exports.CustomVerificationEmailInvalidContentException = CustomVerificationEmailInvalidContentException;
|
|
3520
|
+
exports.CustomVerificationEmailInvalidContentException$ = CustomVerificationEmailInvalidContentException$;
|
|
3521
|
+
exports.CustomVerificationEmailTemplate$ = CustomVerificationEmailTemplate$;
|
|
3522
|
+
exports.CustomVerificationEmailTemplateAlreadyExistsException = CustomVerificationEmailTemplateAlreadyExistsException;
|
|
3523
|
+
exports.CustomVerificationEmailTemplateAlreadyExistsException$ = CustomVerificationEmailTemplateAlreadyExistsException$;
|
|
3524
|
+
exports.CustomVerificationEmailTemplateDoesNotExistException = CustomVerificationEmailTemplateDoesNotExistException;
|
|
3525
|
+
exports.CustomVerificationEmailTemplateDoesNotExistException$ = CustomVerificationEmailTemplateDoesNotExistException$;
|
|
3526
|
+
exports.DeleteConfigurationSet$ = DeleteConfigurationSet$;
|
|
3470
3527
|
exports.DeleteConfigurationSetCommand = DeleteConfigurationSetCommand;
|
|
3528
|
+
exports.DeleteConfigurationSetEventDestination$ = DeleteConfigurationSetEventDestination$;
|
|
3471
3529
|
exports.DeleteConfigurationSetEventDestinationCommand = DeleteConfigurationSetEventDestinationCommand;
|
|
3530
|
+
exports.DeleteConfigurationSetEventDestinationRequest$ = DeleteConfigurationSetEventDestinationRequest$;
|
|
3531
|
+
exports.DeleteConfigurationSetEventDestinationResponse$ = DeleteConfigurationSetEventDestinationResponse$;
|
|
3532
|
+
exports.DeleteConfigurationSetRequest$ = DeleteConfigurationSetRequest$;
|
|
3533
|
+
exports.DeleteConfigurationSetResponse$ = DeleteConfigurationSetResponse$;
|
|
3534
|
+
exports.DeleteConfigurationSetTrackingOptions$ = DeleteConfigurationSetTrackingOptions$;
|
|
3472
3535
|
exports.DeleteConfigurationSetTrackingOptionsCommand = DeleteConfigurationSetTrackingOptionsCommand;
|
|
3536
|
+
exports.DeleteConfigurationSetTrackingOptionsRequest$ = DeleteConfigurationSetTrackingOptionsRequest$;
|
|
3537
|
+
exports.DeleteConfigurationSetTrackingOptionsResponse$ = DeleteConfigurationSetTrackingOptionsResponse$;
|
|
3538
|
+
exports.DeleteCustomVerificationEmailTemplate$ = DeleteCustomVerificationEmailTemplate$;
|
|
3473
3539
|
exports.DeleteCustomVerificationEmailTemplateCommand = DeleteCustomVerificationEmailTemplateCommand;
|
|
3540
|
+
exports.DeleteCustomVerificationEmailTemplateRequest$ = DeleteCustomVerificationEmailTemplateRequest$;
|
|
3541
|
+
exports.DeleteIdentity$ = DeleteIdentity$;
|
|
3474
3542
|
exports.DeleteIdentityCommand = DeleteIdentityCommand;
|
|
3543
|
+
exports.DeleteIdentityPolicy$ = DeleteIdentityPolicy$;
|
|
3475
3544
|
exports.DeleteIdentityPolicyCommand = DeleteIdentityPolicyCommand;
|
|
3545
|
+
exports.DeleteIdentityPolicyRequest$ = DeleteIdentityPolicyRequest$;
|
|
3546
|
+
exports.DeleteIdentityPolicyResponse$ = DeleteIdentityPolicyResponse$;
|
|
3547
|
+
exports.DeleteIdentityRequest$ = DeleteIdentityRequest$;
|
|
3548
|
+
exports.DeleteIdentityResponse$ = DeleteIdentityResponse$;
|
|
3549
|
+
exports.DeleteReceiptFilter$ = DeleteReceiptFilter$;
|
|
3476
3550
|
exports.DeleteReceiptFilterCommand = DeleteReceiptFilterCommand;
|
|
3551
|
+
exports.DeleteReceiptFilterRequest$ = DeleteReceiptFilterRequest$;
|
|
3552
|
+
exports.DeleteReceiptFilterResponse$ = DeleteReceiptFilterResponse$;
|
|
3553
|
+
exports.DeleteReceiptRule$ = DeleteReceiptRule$;
|
|
3477
3554
|
exports.DeleteReceiptRuleCommand = DeleteReceiptRuleCommand;
|
|
3555
|
+
exports.DeleteReceiptRuleRequest$ = DeleteReceiptRuleRequest$;
|
|
3556
|
+
exports.DeleteReceiptRuleResponse$ = DeleteReceiptRuleResponse$;
|
|
3557
|
+
exports.DeleteReceiptRuleSet$ = DeleteReceiptRuleSet$;
|
|
3478
3558
|
exports.DeleteReceiptRuleSetCommand = DeleteReceiptRuleSetCommand;
|
|
3559
|
+
exports.DeleteReceiptRuleSetRequest$ = DeleteReceiptRuleSetRequest$;
|
|
3560
|
+
exports.DeleteReceiptRuleSetResponse$ = DeleteReceiptRuleSetResponse$;
|
|
3561
|
+
exports.DeleteTemplate$ = DeleteTemplate$;
|
|
3479
3562
|
exports.DeleteTemplateCommand = DeleteTemplateCommand;
|
|
3563
|
+
exports.DeleteTemplateRequest$ = DeleteTemplateRequest$;
|
|
3564
|
+
exports.DeleteTemplateResponse$ = DeleteTemplateResponse$;
|
|
3565
|
+
exports.DeleteVerifiedEmailAddress$ = DeleteVerifiedEmailAddress$;
|
|
3480
3566
|
exports.DeleteVerifiedEmailAddressCommand = DeleteVerifiedEmailAddressCommand;
|
|
3567
|
+
exports.DeleteVerifiedEmailAddressRequest$ = DeleteVerifiedEmailAddressRequest$;
|
|
3568
|
+
exports.DeliveryOptions$ = DeliveryOptions$;
|
|
3569
|
+
exports.DescribeActiveReceiptRuleSet$ = DescribeActiveReceiptRuleSet$;
|
|
3481
3570
|
exports.DescribeActiveReceiptRuleSetCommand = DescribeActiveReceiptRuleSetCommand;
|
|
3571
|
+
exports.DescribeActiveReceiptRuleSetRequest$ = DescribeActiveReceiptRuleSetRequest$;
|
|
3572
|
+
exports.DescribeActiveReceiptRuleSetResponse$ = DescribeActiveReceiptRuleSetResponse$;
|
|
3573
|
+
exports.DescribeConfigurationSet$ = DescribeConfigurationSet$;
|
|
3482
3574
|
exports.DescribeConfigurationSetCommand = DescribeConfigurationSetCommand;
|
|
3575
|
+
exports.DescribeConfigurationSetRequest$ = DescribeConfigurationSetRequest$;
|
|
3576
|
+
exports.DescribeConfigurationSetResponse$ = DescribeConfigurationSetResponse$;
|
|
3577
|
+
exports.DescribeReceiptRule$ = DescribeReceiptRule$;
|
|
3483
3578
|
exports.DescribeReceiptRuleCommand = DescribeReceiptRuleCommand;
|
|
3579
|
+
exports.DescribeReceiptRuleRequest$ = DescribeReceiptRuleRequest$;
|
|
3580
|
+
exports.DescribeReceiptRuleResponse$ = DescribeReceiptRuleResponse$;
|
|
3581
|
+
exports.DescribeReceiptRuleSet$ = DescribeReceiptRuleSet$;
|
|
3484
3582
|
exports.DescribeReceiptRuleSetCommand = DescribeReceiptRuleSetCommand;
|
|
3583
|
+
exports.DescribeReceiptRuleSetRequest$ = DescribeReceiptRuleSetRequest$;
|
|
3584
|
+
exports.DescribeReceiptRuleSetResponse$ = DescribeReceiptRuleSetResponse$;
|
|
3585
|
+
exports.Destination$ = Destination$;
|
|
3485
3586
|
exports.DimensionValueSource = DimensionValueSource;
|
|
3486
3587
|
exports.DsnAction = DsnAction;
|
|
3487
|
-
exports.
|
|
3488
|
-
exports.
|
|
3588
|
+
exports.EventDestination$ = EventDestination$;
|
|
3589
|
+
exports.EventDestinationAlreadyExistsException = EventDestinationAlreadyExistsException;
|
|
3590
|
+
exports.EventDestinationAlreadyExistsException$ = EventDestinationAlreadyExistsException$;
|
|
3591
|
+
exports.EventDestinationDoesNotExistException = EventDestinationDoesNotExistException;
|
|
3592
|
+
exports.EventDestinationDoesNotExistException$ = EventDestinationDoesNotExistException$;
|
|
3489
3593
|
exports.EventType = EventType;
|
|
3490
|
-
exports.
|
|
3594
|
+
exports.ExtensionField$ = ExtensionField$;
|
|
3595
|
+
exports.FromEmailAddressNotVerifiedException = FromEmailAddressNotVerifiedException;
|
|
3596
|
+
exports.FromEmailAddressNotVerifiedException$ = FromEmailAddressNotVerifiedException$;
|
|
3597
|
+
exports.GetAccountSendingEnabled$ = GetAccountSendingEnabled$;
|
|
3491
3598
|
exports.GetAccountSendingEnabledCommand = GetAccountSendingEnabledCommand;
|
|
3599
|
+
exports.GetAccountSendingEnabledResponse$ = GetAccountSendingEnabledResponse$;
|
|
3600
|
+
exports.GetCustomVerificationEmailTemplate$ = GetCustomVerificationEmailTemplate$;
|
|
3492
3601
|
exports.GetCustomVerificationEmailTemplateCommand = GetCustomVerificationEmailTemplateCommand;
|
|
3602
|
+
exports.GetCustomVerificationEmailTemplateRequest$ = GetCustomVerificationEmailTemplateRequest$;
|
|
3603
|
+
exports.GetCustomVerificationEmailTemplateResponse$ = GetCustomVerificationEmailTemplateResponse$;
|
|
3604
|
+
exports.GetIdentityDkimAttributes$ = GetIdentityDkimAttributes$;
|
|
3493
3605
|
exports.GetIdentityDkimAttributesCommand = GetIdentityDkimAttributesCommand;
|
|
3606
|
+
exports.GetIdentityDkimAttributesRequest$ = GetIdentityDkimAttributesRequest$;
|
|
3607
|
+
exports.GetIdentityDkimAttributesResponse$ = GetIdentityDkimAttributesResponse$;
|
|
3608
|
+
exports.GetIdentityMailFromDomainAttributes$ = GetIdentityMailFromDomainAttributes$;
|
|
3494
3609
|
exports.GetIdentityMailFromDomainAttributesCommand = GetIdentityMailFromDomainAttributesCommand;
|
|
3610
|
+
exports.GetIdentityMailFromDomainAttributesRequest$ = GetIdentityMailFromDomainAttributesRequest$;
|
|
3611
|
+
exports.GetIdentityMailFromDomainAttributesResponse$ = GetIdentityMailFromDomainAttributesResponse$;
|
|
3612
|
+
exports.GetIdentityNotificationAttributes$ = GetIdentityNotificationAttributes$;
|
|
3495
3613
|
exports.GetIdentityNotificationAttributesCommand = GetIdentityNotificationAttributesCommand;
|
|
3614
|
+
exports.GetIdentityNotificationAttributesRequest$ = GetIdentityNotificationAttributesRequest$;
|
|
3615
|
+
exports.GetIdentityNotificationAttributesResponse$ = GetIdentityNotificationAttributesResponse$;
|
|
3616
|
+
exports.GetIdentityPolicies$ = GetIdentityPolicies$;
|
|
3496
3617
|
exports.GetIdentityPoliciesCommand = GetIdentityPoliciesCommand;
|
|
3618
|
+
exports.GetIdentityPoliciesRequest$ = GetIdentityPoliciesRequest$;
|
|
3619
|
+
exports.GetIdentityPoliciesResponse$ = GetIdentityPoliciesResponse$;
|
|
3620
|
+
exports.GetIdentityVerificationAttributes$ = GetIdentityVerificationAttributes$;
|
|
3497
3621
|
exports.GetIdentityVerificationAttributesCommand = GetIdentityVerificationAttributesCommand;
|
|
3622
|
+
exports.GetIdentityVerificationAttributesRequest$ = GetIdentityVerificationAttributesRequest$;
|
|
3623
|
+
exports.GetIdentityVerificationAttributesResponse$ = GetIdentityVerificationAttributesResponse$;
|
|
3624
|
+
exports.GetSendQuota$ = GetSendQuota$;
|
|
3498
3625
|
exports.GetSendQuotaCommand = GetSendQuotaCommand;
|
|
3626
|
+
exports.GetSendQuotaResponse$ = GetSendQuotaResponse$;
|
|
3627
|
+
exports.GetSendStatistics$ = GetSendStatistics$;
|
|
3499
3628
|
exports.GetSendStatisticsCommand = GetSendStatisticsCommand;
|
|
3629
|
+
exports.GetSendStatisticsResponse$ = GetSendStatisticsResponse$;
|
|
3630
|
+
exports.GetTemplate$ = GetTemplate$;
|
|
3500
3631
|
exports.GetTemplateCommand = GetTemplateCommand;
|
|
3632
|
+
exports.GetTemplateRequest$ = GetTemplateRequest$;
|
|
3633
|
+
exports.GetTemplateResponse$ = GetTemplateResponse$;
|
|
3634
|
+
exports.IdentityDkimAttributes$ = IdentityDkimAttributes$;
|
|
3635
|
+
exports.IdentityMailFromDomainAttributes$ = IdentityMailFromDomainAttributes$;
|
|
3636
|
+
exports.IdentityNotificationAttributes$ = IdentityNotificationAttributes$;
|
|
3501
3637
|
exports.IdentityType = IdentityType;
|
|
3502
|
-
exports.
|
|
3503
|
-
exports.
|
|
3504
|
-
exports.
|
|
3505
|
-
exports.
|
|
3506
|
-
exports.
|
|
3507
|
-
exports.
|
|
3508
|
-
exports.
|
|
3509
|
-
exports.
|
|
3510
|
-
exports.
|
|
3511
|
-
exports.
|
|
3512
|
-
exports.
|
|
3513
|
-
exports.
|
|
3638
|
+
exports.IdentityVerificationAttributes$ = IdentityVerificationAttributes$;
|
|
3639
|
+
exports.InvalidCloudWatchDestinationException = InvalidCloudWatchDestinationException;
|
|
3640
|
+
exports.InvalidCloudWatchDestinationException$ = InvalidCloudWatchDestinationException$;
|
|
3641
|
+
exports.InvalidConfigurationSetException = InvalidConfigurationSetException;
|
|
3642
|
+
exports.InvalidConfigurationSetException$ = InvalidConfigurationSetException$;
|
|
3643
|
+
exports.InvalidDeliveryOptionsException = InvalidDeliveryOptionsException;
|
|
3644
|
+
exports.InvalidDeliveryOptionsException$ = InvalidDeliveryOptionsException$;
|
|
3645
|
+
exports.InvalidFirehoseDestinationException = InvalidFirehoseDestinationException;
|
|
3646
|
+
exports.InvalidFirehoseDestinationException$ = InvalidFirehoseDestinationException$;
|
|
3647
|
+
exports.InvalidLambdaFunctionException = InvalidLambdaFunctionException;
|
|
3648
|
+
exports.InvalidLambdaFunctionException$ = InvalidLambdaFunctionException$;
|
|
3649
|
+
exports.InvalidPolicyException = InvalidPolicyException;
|
|
3650
|
+
exports.InvalidPolicyException$ = InvalidPolicyException$;
|
|
3651
|
+
exports.InvalidRenderingParameterException = InvalidRenderingParameterException;
|
|
3652
|
+
exports.InvalidRenderingParameterException$ = InvalidRenderingParameterException$;
|
|
3653
|
+
exports.InvalidS3ConfigurationException = InvalidS3ConfigurationException;
|
|
3654
|
+
exports.InvalidS3ConfigurationException$ = InvalidS3ConfigurationException$;
|
|
3655
|
+
exports.InvalidSNSDestinationException = InvalidSNSDestinationException;
|
|
3656
|
+
exports.InvalidSNSDestinationException$ = InvalidSNSDestinationException$;
|
|
3657
|
+
exports.InvalidSnsTopicException = InvalidSnsTopicException;
|
|
3658
|
+
exports.InvalidSnsTopicException$ = InvalidSnsTopicException$;
|
|
3659
|
+
exports.InvalidTemplateException = InvalidTemplateException;
|
|
3660
|
+
exports.InvalidTemplateException$ = InvalidTemplateException$;
|
|
3661
|
+
exports.InvalidTrackingOptionsException = InvalidTrackingOptionsException;
|
|
3662
|
+
exports.InvalidTrackingOptionsException$ = InvalidTrackingOptionsException$;
|
|
3514
3663
|
exports.InvocationType = InvocationType;
|
|
3515
|
-
exports.
|
|
3664
|
+
exports.KinesisFirehoseDestination$ = KinesisFirehoseDestination$;
|
|
3665
|
+
exports.LambdaAction$ = LambdaAction$;
|
|
3666
|
+
exports.LimitExceededException = LimitExceededException;
|
|
3667
|
+
exports.LimitExceededException$ = LimitExceededException$;
|
|
3668
|
+
exports.ListConfigurationSets$ = ListConfigurationSets$;
|
|
3516
3669
|
exports.ListConfigurationSetsCommand = ListConfigurationSetsCommand;
|
|
3670
|
+
exports.ListConfigurationSetsRequest$ = ListConfigurationSetsRequest$;
|
|
3671
|
+
exports.ListConfigurationSetsResponse$ = ListConfigurationSetsResponse$;
|
|
3672
|
+
exports.ListCustomVerificationEmailTemplates$ = ListCustomVerificationEmailTemplates$;
|
|
3517
3673
|
exports.ListCustomVerificationEmailTemplatesCommand = ListCustomVerificationEmailTemplatesCommand;
|
|
3674
|
+
exports.ListCustomVerificationEmailTemplatesRequest$ = ListCustomVerificationEmailTemplatesRequest$;
|
|
3675
|
+
exports.ListCustomVerificationEmailTemplatesResponse$ = ListCustomVerificationEmailTemplatesResponse$;
|
|
3676
|
+
exports.ListIdentities$ = ListIdentities$;
|
|
3518
3677
|
exports.ListIdentitiesCommand = ListIdentitiesCommand;
|
|
3678
|
+
exports.ListIdentitiesRequest$ = ListIdentitiesRequest$;
|
|
3679
|
+
exports.ListIdentitiesResponse$ = ListIdentitiesResponse$;
|
|
3680
|
+
exports.ListIdentityPolicies$ = ListIdentityPolicies$;
|
|
3519
3681
|
exports.ListIdentityPoliciesCommand = ListIdentityPoliciesCommand;
|
|
3682
|
+
exports.ListIdentityPoliciesRequest$ = ListIdentityPoliciesRequest$;
|
|
3683
|
+
exports.ListIdentityPoliciesResponse$ = ListIdentityPoliciesResponse$;
|
|
3684
|
+
exports.ListReceiptFilters$ = ListReceiptFilters$;
|
|
3520
3685
|
exports.ListReceiptFiltersCommand = ListReceiptFiltersCommand;
|
|
3686
|
+
exports.ListReceiptFiltersRequest$ = ListReceiptFiltersRequest$;
|
|
3687
|
+
exports.ListReceiptFiltersResponse$ = ListReceiptFiltersResponse$;
|
|
3688
|
+
exports.ListReceiptRuleSets$ = ListReceiptRuleSets$;
|
|
3521
3689
|
exports.ListReceiptRuleSetsCommand = ListReceiptRuleSetsCommand;
|
|
3690
|
+
exports.ListReceiptRuleSetsRequest$ = ListReceiptRuleSetsRequest$;
|
|
3691
|
+
exports.ListReceiptRuleSetsResponse$ = ListReceiptRuleSetsResponse$;
|
|
3692
|
+
exports.ListTemplates$ = ListTemplates$;
|
|
3522
3693
|
exports.ListTemplatesCommand = ListTemplatesCommand;
|
|
3694
|
+
exports.ListTemplatesRequest$ = ListTemplatesRequest$;
|
|
3695
|
+
exports.ListTemplatesResponse$ = ListTemplatesResponse$;
|
|
3696
|
+
exports.ListVerifiedEmailAddresses$ = ListVerifiedEmailAddresses$;
|
|
3523
3697
|
exports.ListVerifiedEmailAddressesCommand = ListVerifiedEmailAddressesCommand;
|
|
3524
|
-
exports.
|
|
3525
|
-
exports.
|
|
3526
|
-
exports.
|
|
3698
|
+
exports.ListVerifiedEmailAddressesResponse$ = ListVerifiedEmailAddressesResponse$;
|
|
3699
|
+
exports.MailFromDomainNotVerifiedException = MailFromDomainNotVerifiedException;
|
|
3700
|
+
exports.MailFromDomainNotVerifiedException$ = MailFromDomainNotVerifiedException$;
|
|
3701
|
+
exports.Message$ = Message$;
|
|
3702
|
+
exports.MessageDsn$ = MessageDsn$;
|
|
3703
|
+
exports.MessageRejected = MessageRejected;
|
|
3704
|
+
exports.MessageRejected$ = MessageRejected$;
|
|
3705
|
+
exports.MessageTag$ = MessageTag$;
|
|
3706
|
+
exports.MissingRenderingAttributeException = MissingRenderingAttributeException;
|
|
3707
|
+
exports.MissingRenderingAttributeException$ = MissingRenderingAttributeException$;
|
|
3527
3708
|
exports.NotificationType = NotificationType;
|
|
3528
|
-
exports.ProductionAccessNotGrantedException = ProductionAccessNotGrantedException
|
|
3709
|
+
exports.ProductionAccessNotGrantedException = ProductionAccessNotGrantedException;
|
|
3710
|
+
exports.ProductionAccessNotGrantedException$ = ProductionAccessNotGrantedException$;
|
|
3711
|
+
exports.PutConfigurationSetDeliveryOptions$ = PutConfigurationSetDeliveryOptions$;
|
|
3529
3712
|
exports.PutConfigurationSetDeliveryOptionsCommand = PutConfigurationSetDeliveryOptionsCommand;
|
|
3713
|
+
exports.PutConfigurationSetDeliveryOptionsRequest$ = PutConfigurationSetDeliveryOptionsRequest$;
|
|
3714
|
+
exports.PutConfigurationSetDeliveryOptionsResponse$ = PutConfigurationSetDeliveryOptionsResponse$;
|
|
3715
|
+
exports.PutIdentityPolicy$ = PutIdentityPolicy$;
|
|
3530
3716
|
exports.PutIdentityPolicyCommand = PutIdentityPolicyCommand;
|
|
3717
|
+
exports.PutIdentityPolicyRequest$ = PutIdentityPolicyRequest$;
|
|
3718
|
+
exports.PutIdentityPolicyResponse$ = PutIdentityPolicyResponse$;
|
|
3719
|
+
exports.RawMessage$ = RawMessage$;
|
|
3720
|
+
exports.ReceiptAction$ = ReceiptAction$;
|
|
3721
|
+
exports.ReceiptFilter$ = ReceiptFilter$;
|
|
3531
3722
|
exports.ReceiptFilterPolicy = ReceiptFilterPolicy;
|
|
3723
|
+
exports.ReceiptIpFilter$ = ReceiptIpFilter$;
|
|
3724
|
+
exports.ReceiptRule$ = ReceiptRule$;
|
|
3725
|
+
exports.ReceiptRuleSetMetadata$ = ReceiptRuleSetMetadata$;
|
|
3726
|
+
exports.RecipientDsnFields$ = RecipientDsnFields$;
|
|
3727
|
+
exports.ReorderReceiptRuleSet$ = ReorderReceiptRuleSet$;
|
|
3532
3728
|
exports.ReorderReceiptRuleSetCommand = ReorderReceiptRuleSetCommand;
|
|
3533
|
-
exports.
|
|
3534
|
-
exports.
|
|
3729
|
+
exports.ReorderReceiptRuleSetRequest$ = ReorderReceiptRuleSetRequest$;
|
|
3730
|
+
exports.ReorderReceiptRuleSetResponse$ = ReorderReceiptRuleSetResponse$;
|
|
3731
|
+
exports.ReputationOptions$ = ReputationOptions$;
|
|
3732
|
+
exports.RuleDoesNotExistException = RuleDoesNotExistException;
|
|
3733
|
+
exports.RuleDoesNotExistException$ = RuleDoesNotExistException$;
|
|
3734
|
+
exports.RuleSetDoesNotExistException = RuleSetDoesNotExistException;
|
|
3735
|
+
exports.RuleSetDoesNotExistException$ = RuleSetDoesNotExistException$;
|
|
3736
|
+
exports.S3Action$ = S3Action$;
|
|
3535
3737
|
exports.SES = SES;
|
|
3536
3738
|
exports.SESClient = SESClient;
|
|
3537
|
-
exports.SESServiceException = SESServiceException
|
|
3739
|
+
exports.SESServiceException = SESServiceException;
|
|
3740
|
+
exports.SESServiceException$ = SESServiceException$;
|
|
3741
|
+
exports.SNSAction$ = SNSAction$;
|
|
3538
3742
|
exports.SNSActionEncoding = SNSActionEncoding;
|
|
3743
|
+
exports.SNSDestination$ = SNSDestination$;
|
|
3744
|
+
exports.SendBounce$ = SendBounce$;
|
|
3539
3745
|
exports.SendBounceCommand = SendBounceCommand;
|
|
3746
|
+
exports.SendBounceRequest$ = SendBounceRequest$;
|
|
3747
|
+
exports.SendBounceResponse$ = SendBounceResponse$;
|
|
3748
|
+
exports.SendBulkTemplatedEmail$ = SendBulkTemplatedEmail$;
|
|
3540
3749
|
exports.SendBulkTemplatedEmailCommand = SendBulkTemplatedEmailCommand;
|
|
3750
|
+
exports.SendBulkTemplatedEmailRequest$ = SendBulkTemplatedEmailRequest$;
|
|
3751
|
+
exports.SendBulkTemplatedEmailResponse$ = SendBulkTemplatedEmailResponse$;
|
|
3752
|
+
exports.SendCustomVerificationEmail$ = SendCustomVerificationEmail$;
|
|
3541
3753
|
exports.SendCustomVerificationEmailCommand = SendCustomVerificationEmailCommand;
|
|
3754
|
+
exports.SendCustomVerificationEmailRequest$ = SendCustomVerificationEmailRequest$;
|
|
3755
|
+
exports.SendCustomVerificationEmailResponse$ = SendCustomVerificationEmailResponse$;
|
|
3756
|
+
exports.SendDataPoint$ = SendDataPoint$;
|
|
3757
|
+
exports.SendEmail$ = SendEmail$;
|
|
3542
3758
|
exports.SendEmailCommand = SendEmailCommand;
|
|
3759
|
+
exports.SendEmailRequest$ = SendEmailRequest$;
|
|
3760
|
+
exports.SendEmailResponse$ = SendEmailResponse$;
|
|
3761
|
+
exports.SendRawEmail$ = SendRawEmail$;
|
|
3543
3762
|
exports.SendRawEmailCommand = SendRawEmailCommand;
|
|
3763
|
+
exports.SendRawEmailRequest$ = SendRawEmailRequest$;
|
|
3764
|
+
exports.SendRawEmailResponse$ = SendRawEmailResponse$;
|
|
3765
|
+
exports.SendTemplatedEmail$ = SendTemplatedEmail$;
|
|
3544
3766
|
exports.SendTemplatedEmailCommand = SendTemplatedEmailCommand;
|
|
3767
|
+
exports.SendTemplatedEmailRequest$ = SendTemplatedEmailRequest$;
|
|
3768
|
+
exports.SendTemplatedEmailResponse$ = SendTemplatedEmailResponse$;
|
|
3769
|
+
exports.SetActiveReceiptRuleSet$ = SetActiveReceiptRuleSet$;
|
|
3545
3770
|
exports.SetActiveReceiptRuleSetCommand = SetActiveReceiptRuleSetCommand;
|
|
3771
|
+
exports.SetActiveReceiptRuleSetRequest$ = SetActiveReceiptRuleSetRequest$;
|
|
3772
|
+
exports.SetActiveReceiptRuleSetResponse$ = SetActiveReceiptRuleSetResponse$;
|
|
3773
|
+
exports.SetIdentityDkimEnabled$ = SetIdentityDkimEnabled$;
|
|
3546
3774
|
exports.SetIdentityDkimEnabledCommand = SetIdentityDkimEnabledCommand;
|
|
3775
|
+
exports.SetIdentityDkimEnabledRequest$ = SetIdentityDkimEnabledRequest$;
|
|
3776
|
+
exports.SetIdentityDkimEnabledResponse$ = SetIdentityDkimEnabledResponse$;
|
|
3777
|
+
exports.SetIdentityFeedbackForwardingEnabled$ = SetIdentityFeedbackForwardingEnabled$;
|
|
3547
3778
|
exports.SetIdentityFeedbackForwardingEnabledCommand = SetIdentityFeedbackForwardingEnabledCommand;
|
|
3779
|
+
exports.SetIdentityFeedbackForwardingEnabledRequest$ = SetIdentityFeedbackForwardingEnabledRequest$;
|
|
3780
|
+
exports.SetIdentityFeedbackForwardingEnabledResponse$ = SetIdentityFeedbackForwardingEnabledResponse$;
|
|
3781
|
+
exports.SetIdentityHeadersInNotificationsEnabled$ = SetIdentityHeadersInNotificationsEnabled$;
|
|
3548
3782
|
exports.SetIdentityHeadersInNotificationsEnabledCommand = SetIdentityHeadersInNotificationsEnabledCommand;
|
|
3783
|
+
exports.SetIdentityHeadersInNotificationsEnabledRequest$ = SetIdentityHeadersInNotificationsEnabledRequest$;
|
|
3784
|
+
exports.SetIdentityHeadersInNotificationsEnabledResponse$ = SetIdentityHeadersInNotificationsEnabledResponse$;
|
|
3785
|
+
exports.SetIdentityMailFromDomain$ = SetIdentityMailFromDomain$;
|
|
3549
3786
|
exports.SetIdentityMailFromDomainCommand = SetIdentityMailFromDomainCommand;
|
|
3787
|
+
exports.SetIdentityMailFromDomainRequest$ = SetIdentityMailFromDomainRequest$;
|
|
3788
|
+
exports.SetIdentityMailFromDomainResponse$ = SetIdentityMailFromDomainResponse$;
|
|
3789
|
+
exports.SetIdentityNotificationTopic$ = SetIdentityNotificationTopic$;
|
|
3550
3790
|
exports.SetIdentityNotificationTopicCommand = SetIdentityNotificationTopicCommand;
|
|
3791
|
+
exports.SetIdentityNotificationTopicRequest$ = SetIdentityNotificationTopicRequest$;
|
|
3792
|
+
exports.SetIdentityNotificationTopicResponse$ = SetIdentityNotificationTopicResponse$;
|
|
3793
|
+
exports.SetReceiptRulePosition$ = SetReceiptRulePosition$;
|
|
3551
3794
|
exports.SetReceiptRulePositionCommand = SetReceiptRulePositionCommand;
|
|
3795
|
+
exports.SetReceiptRulePositionRequest$ = SetReceiptRulePositionRequest$;
|
|
3796
|
+
exports.SetReceiptRulePositionResponse$ = SetReceiptRulePositionResponse$;
|
|
3797
|
+
exports.StopAction$ = StopAction$;
|
|
3552
3798
|
exports.StopScope = StopScope;
|
|
3553
|
-
exports.
|
|
3799
|
+
exports.Template$ = Template$;
|
|
3800
|
+
exports.TemplateDoesNotExistException = TemplateDoesNotExistException;
|
|
3801
|
+
exports.TemplateDoesNotExistException$ = TemplateDoesNotExistException$;
|
|
3802
|
+
exports.TemplateMetadata$ = TemplateMetadata$;
|
|
3803
|
+
exports.TestRenderTemplate$ = TestRenderTemplate$;
|
|
3554
3804
|
exports.TestRenderTemplateCommand = TestRenderTemplateCommand;
|
|
3805
|
+
exports.TestRenderTemplateRequest$ = TestRenderTemplateRequest$;
|
|
3806
|
+
exports.TestRenderTemplateResponse$ = TestRenderTemplateResponse$;
|
|
3555
3807
|
exports.TlsPolicy = TlsPolicy;
|
|
3556
|
-
exports.
|
|
3557
|
-
exports.
|
|
3808
|
+
exports.TrackingOptions$ = TrackingOptions$;
|
|
3809
|
+
exports.TrackingOptionsAlreadyExistsException = TrackingOptionsAlreadyExistsException;
|
|
3810
|
+
exports.TrackingOptionsAlreadyExistsException$ = TrackingOptionsAlreadyExistsException$;
|
|
3811
|
+
exports.TrackingOptionsDoesNotExistException = TrackingOptionsDoesNotExistException;
|
|
3812
|
+
exports.TrackingOptionsDoesNotExistException$ = TrackingOptionsDoesNotExistException$;
|
|
3813
|
+
exports.UpdateAccountSendingEnabled$ = UpdateAccountSendingEnabled$;
|
|
3558
3814
|
exports.UpdateAccountSendingEnabledCommand = UpdateAccountSendingEnabledCommand;
|
|
3815
|
+
exports.UpdateAccountSendingEnabledRequest$ = UpdateAccountSendingEnabledRequest$;
|
|
3816
|
+
exports.UpdateConfigurationSetEventDestination$ = UpdateConfigurationSetEventDestination$;
|
|
3559
3817
|
exports.UpdateConfigurationSetEventDestinationCommand = UpdateConfigurationSetEventDestinationCommand;
|
|
3818
|
+
exports.UpdateConfigurationSetEventDestinationRequest$ = UpdateConfigurationSetEventDestinationRequest$;
|
|
3819
|
+
exports.UpdateConfigurationSetEventDestinationResponse$ = UpdateConfigurationSetEventDestinationResponse$;
|
|
3820
|
+
exports.UpdateConfigurationSetReputationMetricsEnabled$ = UpdateConfigurationSetReputationMetricsEnabled$;
|
|
3560
3821
|
exports.UpdateConfigurationSetReputationMetricsEnabledCommand = UpdateConfigurationSetReputationMetricsEnabledCommand;
|
|
3822
|
+
exports.UpdateConfigurationSetReputationMetricsEnabledRequest$ = UpdateConfigurationSetReputationMetricsEnabledRequest$;
|
|
3823
|
+
exports.UpdateConfigurationSetSendingEnabled$ = UpdateConfigurationSetSendingEnabled$;
|
|
3561
3824
|
exports.UpdateConfigurationSetSendingEnabledCommand = UpdateConfigurationSetSendingEnabledCommand;
|
|
3825
|
+
exports.UpdateConfigurationSetSendingEnabledRequest$ = UpdateConfigurationSetSendingEnabledRequest$;
|
|
3826
|
+
exports.UpdateConfigurationSetTrackingOptions$ = UpdateConfigurationSetTrackingOptions$;
|
|
3562
3827
|
exports.UpdateConfigurationSetTrackingOptionsCommand = UpdateConfigurationSetTrackingOptionsCommand;
|
|
3828
|
+
exports.UpdateConfigurationSetTrackingOptionsRequest$ = UpdateConfigurationSetTrackingOptionsRequest$;
|
|
3829
|
+
exports.UpdateConfigurationSetTrackingOptionsResponse$ = UpdateConfigurationSetTrackingOptionsResponse$;
|
|
3830
|
+
exports.UpdateCustomVerificationEmailTemplate$ = UpdateCustomVerificationEmailTemplate$;
|
|
3563
3831
|
exports.UpdateCustomVerificationEmailTemplateCommand = UpdateCustomVerificationEmailTemplateCommand;
|
|
3832
|
+
exports.UpdateCustomVerificationEmailTemplateRequest$ = UpdateCustomVerificationEmailTemplateRequest$;
|
|
3833
|
+
exports.UpdateReceiptRule$ = UpdateReceiptRule$;
|
|
3564
3834
|
exports.UpdateReceiptRuleCommand = UpdateReceiptRuleCommand;
|
|
3835
|
+
exports.UpdateReceiptRuleRequest$ = UpdateReceiptRuleRequest$;
|
|
3836
|
+
exports.UpdateReceiptRuleResponse$ = UpdateReceiptRuleResponse$;
|
|
3837
|
+
exports.UpdateTemplate$ = UpdateTemplate$;
|
|
3565
3838
|
exports.UpdateTemplateCommand = UpdateTemplateCommand;
|
|
3839
|
+
exports.UpdateTemplateRequest$ = UpdateTemplateRequest$;
|
|
3840
|
+
exports.UpdateTemplateResponse$ = UpdateTemplateResponse$;
|
|
3566
3841
|
exports.VerificationStatus = VerificationStatus;
|
|
3842
|
+
exports.VerifyDomainDkim$ = VerifyDomainDkim$;
|
|
3567
3843
|
exports.VerifyDomainDkimCommand = VerifyDomainDkimCommand;
|
|
3844
|
+
exports.VerifyDomainDkimRequest$ = VerifyDomainDkimRequest$;
|
|
3845
|
+
exports.VerifyDomainDkimResponse$ = VerifyDomainDkimResponse$;
|
|
3846
|
+
exports.VerifyDomainIdentity$ = VerifyDomainIdentity$;
|
|
3568
3847
|
exports.VerifyDomainIdentityCommand = VerifyDomainIdentityCommand;
|
|
3848
|
+
exports.VerifyDomainIdentityRequest$ = VerifyDomainIdentityRequest$;
|
|
3849
|
+
exports.VerifyDomainIdentityResponse$ = VerifyDomainIdentityResponse$;
|
|
3850
|
+
exports.VerifyEmailAddress$ = VerifyEmailAddress$;
|
|
3569
3851
|
exports.VerifyEmailAddressCommand = VerifyEmailAddressCommand;
|
|
3852
|
+
exports.VerifyEmailAddressRequest$ = VerifyEmailAddressRequest$;
|
|
3853
|
+
exports.VerifyEmailIdentity$ = VerifyEmailIdentity$;
|
|
3570
3854
|
exports.VerifyEmailIdentityCommand = VerifyEmailIdentityCommand;
|
|
3855
|
+
exports.VerifyEmailIdentityRequest$ = VerifyEmailIdentityRequest$;
|
|
3856
|
+
exports.VerifyEmailIdentityResponse$ = VerifyEmailIdentityResponse$;
|
|
3857
|
+
exports.WorkmailAction$ = WorkmailAction$;
|
|
3571
3858
|
exports.paginateListCustomVerificationEmailTemplates = paginateListCustomVerificationEmailTemplates;
|
|
3572
3859
|
exports.paginateListIdentities = paginateListIdentities;
|
|
3573
3860
|
exports.waitForIdentityExists = waitForIdentityExists;
|