@aws-sdk/client-ses 3.928.0 → 3.930.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (92) hide show
  1. package/dist-cjs/index.js +1945 -5698
  2. package/dist-cjs/runtimeConfig.shared.js +7 -0
  3. package/dist-es/SESClient.js +2 -0
  4. package/dist-es/commands/CloneReceiptRuleSetCommand.js +3 -9
  5. package/dist-es/commands/CreateConfigurationSetCommand.js +3 -9
  6. package/dist-es/commands/CreateConfigurationSetEventDestinationCommand.js +3 -9
  7. package/dist-es/commands/CreateConfigurationSetTrackingOptionsCommand.js +3 -9
  8. package/dist-es/commands/CreateCustomVerificationEmailTemplateCommand.js +3 -9
  9. package/dist-es/commands/CreateReceiptFilterCommand.js +3 -9
  10. package/dist-es/commands/CreateReceiptRuleCommand.js +3 -9
  11. package/dist-es/commands/CreateReceiptRuleSetCommand.js +3 -9
  12. package/dist-es/commands/CreateTemplateCommand.js +3 -9
  13. package/dist-es/commands/DeleteConfigurationSetCommand.js +3 -9
  14. package/dist-es/commands/DeleteConfigurationSetEventDestinationCommand.js +3 -9
  15. package/dist-es/commands/DeleteConfigurationSetTrackingOptionsCommand.js +3 -9
  16. package/dist-es/commands/DeleteCustomVerificationEmailTemplateCommand.js +3 -9
  17. package/dist-es/commands/DeleteIdentityCommand.js +3 -9
  18. package/dist-es/commands/DeleteIdentityPolicyCommand.js +3 -9
  19. package/dist-es/commands/DeleteReceiptFilterCommand.js +3 -9
  20. package/dist-es/commands/DeleteReceiptRuleCommand.js +3 -9
  21. package/dist-es/commands/DeleteReceiptRuleSetCommand.js +3 -9
  22. package/dist-es/commands/DeleteTemplateCommand.js +3 -9
  23. package/dist-es/commands/DeleteVerifiedEmailAddressCommand.js +3 -9
  24. package/dist-es/commands/DescribeActiveReceiptRuleSetCommand.js +3 -9
  25. package/dist-es/commands/DescribeConfigurationSetCommand.js +3 -9
  26. package/dist-es/commands/DescribeReceiptRuleCommand.js +3 -9
  27. package/dist-es/commands/DescribeReceiptRuleSetCommand.js +3 -9
  28. package/dist-es/commands/GetAccountSendingEnabledCommand.js +3 -9
  29. package/dist-es/commands/GetCustomVerificationEmailTemplateCommand.js +3 -9
  30. package/dist-es/commands/GetIdentityDkimAttributesCommand.js +3 -9
  31. package/dist-es/commands/GetIdentityMailFromDomainAttributesCommand.js +3 -9
  32. package/dist-es/commands/GetIdentityNotificationAttributesCommand.js +3 -9
  33. package/dist-es/commands/GetIdentityPoliciesCommand.js +3 -9
  34. package/dist-es/commands/GetIdentityVerificationAttributesCommand.js +3 -9
  35. package/dist-es/commands/GetSendQuotaCommand.js +3 -9
  36. package/dist-es/commands/GetSendStatisticsCommand.js +3 -9
  37. package/dist-es/commands/GetTemplateCommand.js +3 -9
  38. package/dist-es/commands/ListConfigurationSetsCommand.js +3 -9
  39. package/dist-es/commands/ListCustomVerificationEmailTemplatesCommand.js +3 -9
  40. package/dist-es/commands/ListIdentitiesCommand.js +3 -9
  41. package/dist-es/commands/ListIdentityPoliciesCommand.js +3 -9
  42. package/dist-es/commands/ListReceiptFiltersCommand.js +3 -9
  43. package/dist-es/commands/ListReceiptRuleSetsCommand.js +3 -9
  44. package/dist-es/commands/ListTemplatesCommand.js +3 -9
  45. package/dist-es/commands/ListVerifiedEmailAddressesCommand.js +3 -9
  46. package/dist-es/commands/PutConfigurationSetDeliveryOptionsCommand.js +3 -9
  47. package/dist-es/commands/PutIdentityPolicyCommand.js +3 -9
  48. package/dist-es/commands/ReorderReceiptRuleSetCommand.js +3 -9
  49. package/dist-es/commands/SendBounceCommand.js +3 -9
  50. package/dist-es/commands/SendBulkTemplatedEmailCommand.js +3 -9
  51. package/dist-es/commands/SendCustomVerificationEmailCommand.js +3 -9
  52. package/dist-es/commands/SendEmailCommand.js +3 -9
  53. package/dist-es/commands/SendRawEmailCommand.js +3 -9
  54. package/dist-es/commands/SendTemplatedEmailCommand.js +3 -9
  55. package/dist-es/commands/SetActiveReceiptRuleSetCommand.js +3 -9
  56. package/dist-es/commands/SetIdentityDkimEnabledCommand.js +3 -9
  57. package/dist-es/commands/SetIdentityFeedbackForwardingEnabledCommand.js +3 -9
  58. package/dist-es/commands/SetIdentityHeadersInNotificationsEnabledCommand.js +3 -9
  59. package/dist-es/commands/SetIdentityMailFromDomainCommand.js +3 -9
  60. package/dist-es/commands/SetIdentityNotificationTopicCommand.js +3 -9
  61. package/dist-es/commands/SetReceiptRulePositionCommand.js +3 -9
  62. package/dist-es/commands/TestRenderTemplateCommand.js +3 -9
  63. package/dist-es/commands/UpdateAccountSendingEnabledCommand.js +3 -9
  64. package/dist-es/commands/UpdateConfigurationSetEventDestinationCommand.js +3 -9
  65. package/dist-es/commands/UpdateConfigurationSetReputationMetricsEnabledCommand.js +3 -9
  66. package/dist-es/commands/UpdateConfigurationSetSendingEnabledCommand.js +3 -9
  67. package/dist-es/commands/UpdateConfigurationSetTrackingOptionsCommand.js +3 -9
  68. package/dist-es/commands/UpdateCustomVerificationEmailTemplateCommand.js +3 -9
  69. package/dist-es/commands/UpdateReceiptRuleCommand.js +3 -9
  70. package/dist-es/commands/UpdateTemplateCommand.js +3 -9
  71. package/dist-es/commands/VerifyDomainDkimCommand.js +3 -9
  72. package/dist-es/commands/VerifyDomainIdentityCommand.js +3 -9
  73. package/dist-es/commands/VerifyEmailAddressCommand.js +3 -9
  74. package/dist-es/commands/VerifyEmailIdentityCommand.js +3 -9
  75. package/dist-es/runtimeConfig.shared.js +7 -0
  76. package/dist-es/schemas/schemas_0.js +1930 -0
  77. package/dist-types/SESClient.d.ts +10 -1
  78. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  79. package/dist-types/runtimeConfig.d.ts +1 -0
  80. package/dist-types/runtimeConfig.native.d.ts +1 -0
  81. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  82. package/dist-types/schemas/schemas_0.d.ts +308 -0
  83. package/dist-types/ts3.4/SESClient.d.ts +4 -0
  84. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  85. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  86. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  87. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  88. package/dist-types/ts3.4/schemas/schemas_0.d.ts +314 -0
  89. package/package.json +34 -34
  90. package/dist-es/protocols/Aws_query.js +0 -5325
  91. package/dist-types/protocols/Aws_query.d.ts +0 -641
  92. package/dist-types/ts3.4/protocols/Aws_query.d.ts +0 -857
@@ -1,857 +0,0 @@
1
- import {
2
- HttpRequest as __HttpRequest,
3
- HttpResponse as __HttpResponse,
4
- } from "@smithy/protocol-http";
5
- import { SerdeContext as __SerdeContext } from "@smithy/types";
6
- import {
7
- CloneReceiptRuleSetCommandInput,
8
- CloneReceiptRuleSetCommandOutput,
9
- } from "../commands/CloneReceiptRuleSetCommand";
10
- import {
11
- CreateConfigurationSetCommandInput,
12
- CreateConfigurationSetCommandOutput,
13
- } from "../commands/CreateConfigurationSetCommand";
14
- import {
15
- CreateConfigurationSetEventDestinationCommandInput,
16
- CreateConfigurationSetEventDestinationCommandOutput,
17
- } from "../commands/CreateConfigurationSetEventDestinationCommand";
18
- import {
19
- CreateConfigurationSetTrackingOptionsCommandInput,
20
- CreateConfigurationSetTrackingOptionsCommandOutput,
21
- } from "../commands/CreateConfigurationSetTrackingOptionsCommand";
22
- import {
23
- CreateCustomVerificationEmailTemplateCommandInput,
24
- CreateCustomVerificationEmailTemplateCommandOutput,
25
- } from "../commands/CreateCustomVerificationEmailTemplateCommand";
26
- import {
27
- CreateReceiptFilterCommandInput,
28
- CreateReceiptFilterCommandOutput,
29
- } from "../commands/CreateReceiptFilterCommand";
30
- import {
31
- CreateReceiptRuleCommandInput,
32
- CreateReceiptRuleCommandOutput,
33
- } from "../commands/CreateReceiptRuleCommand";
34
- import {
35
- CreateReceiptRuleSetCommandInput,
36
- CreateReceiptRuleSetCommandOutput,
37
- } from "../commands/CreateReceiptRuleSetCommand";
38
- import {
39
- CreateTemplateCommandInput,
40
- CreateTemplateCommandOutput,
41
- } from "../commands/CreateTemplateCommand";
42
- import {
43
- DeleteConfigurationSetCommandInput,
44
- DeleteConfigurationSetCommandOutput,
45
- } from "../commands/DeleteConfigurationSetCommand";
46
- import {
47
- DeleteConfigurationSetEventDestinationCommandInput,
48
- DeleteConfigurationSetEventDestinationCommandOutput,
49
- } from "../commands/DeleteConfigurationSetEventDestinationCommand";
50
- import {
51
- DeleteConfigurationSetTrackingOptionsCommandInput,
52
- DeleteConfigurationSetTrackingOptionsCommandOutput,
53
- } from "../commands/DeleteConfigurationSetTrackingOptionsCommand";
54
- import {
55
- DeleteCustomVerificationEmailTemplateCommandInput,
56
- DeleteCustomVerificationEmailTemplateCommandOutput,
57
- } from "../commands/DeleteCustomVerificationEmailTemplateCommand";
58
- import {
59
- DeleteIdentityCommandInput,
60
- DeleteIdentityCommandOutput,
61
- } from "../commands/DeleteIdentityCommand";
62
- import {
63
- DeleteIdentityPolicyCommandInput,
64
- DeleteIdentityPolicyCommandOutput,
65
- } from "../commands/DeleteIdentityPolicyCommand";
66
- import {
67
- DeleteReceiptFilterCommandInput,
68
- DeleteReceiptFilterCommandOutput,
69
- } from "../commands/DeleteReceiptFilterCommand";
70
- import {
71
- DeleteReceiptRuleCommandInput,
72
- DeleteReceiptRuleCommandOutput,
73
- } from "../commands/DeleteReceiptRuleCommand";
74
- import {
75
- DeleteReceiptRuleSetCommandInput,
76
- DeleteReceiptRuleSetCommandOutput,
77
- } from "../commands/DeleteReceiptRuleSetCommand";
78
- import {
79
- DeleteTemplateCommandInput,
80
- DeleteTemplateCommandOutput,
81
- } from "../commands/DeleteTemplateCommand";
82
- import {
83
- DeleteVerifiedEmailAddressCommandInput,
84
- DeleteVerifiedEmailAddressCommandOutput,
85
- } from "../commands/DeleteVerifiedEmailAddressCommand";
86
- import {
87
- DescribeActiveReceiptRuleSetCommandInput,
88
- DescribeActiveReceiptRuleSetCommandOutput,
89
- } from "../commands/DescribeActiveReceiptRuleSetCommand";
90
- import {
91
- DescribeConfigurationSetCommandInput,
92
- DescribeConfigurationSetCommandOutput,
93
- } from "../commands/DescribeConfigurationSetCommand";
94
- import {
95
- DescribeReceiptRuleCommandInput,
96
- DescribeReceiptRuleCommandOutput,
97
- } from "../commands/DescribeReceiptRuleCommand";
98
- import {
99
- DescribeReceiptRuleSetCommandInput,
100
- DescribeReceiptRuleSetCommandOutput,
101
- } from "../commands/DescribeReceiptRuleSetCommand";
102
- import {
103
- GetAccountSendingEnabledCommandInput,
104
- GetAccountSendingEnabledCommandOutput,
105
- } from "../commands/GetAccountSendingEnabledCommand";
106
- import {
107
- GetCustomVerificationEmailTemplateCommandInput,
108
- GetCustomVerificationEmailTemplateCommandOutput,
109
- } from "../commands/GetCustomVerificationEmailTemplateCommand";
110
- import {
111
- GetIdentityDkimAttributesCommandInput,
112
- GetIdentityDkimAttributesCommandOutput,
113
- } from "../commands/GetIdentityDkimAttributesCommand";
114
- import {
115
- GetIdentityMailFromDomainAttributesCommandInput,
116
- GetIdentityMailFromDomainAttributesCommandOutput,
117
- } from "../commands/GetIdentityMailFromDomainAttributesCommand";
118
- import {
119
- GetIdentityNotificationAttributesCommandInput,
120
- GetIdentityNotificationAttributesCommandOutput,
121
- } from "../commands/GetIdentityNotificationAttributesCommand";
122
- import {
123
- GetIdentityPoliciesCommandInput,
124
- GetIdentityPoliciesCommandOutput,
125
- } from "../commands/GetIdentityPoliciesCommand";
126
- import {
127
- GetIdentityVerificationAttributesCommandInput,
128
- GetIdentityVerificationAttributesCommandOutput,
129
- } from "../commands/GetIdentityVerificationAttributesCommand";
130
- import {
131
- GetSendQuotaCommandInput,
132
- GetSendQuotaCommandOutput,
133
- } from "../commands/GetSendQuotaCommand";
134
- import {
135
- GetSendStatisticsCommandInput,
136
- GetSendStatisticsCommandOutput,
137
- } from "../commands/GetSendStatisticsCommand";
138
- import {
139
- GetTemplateCommandInput,
140
- GetTemplateCommandOutput,
141
- } from "../commands/GetTemplateCommand";
142
- import {
143
- ListConfigurationSetsCommandInput,
144
- ListConfigurationSetsCommandOutput,
145
- } from "../commands/ListConfigurationSetsCommand";
146
- import {
147
- ListCustomVerificationEmailTemplatesCommandInput,
148
- ListCustomVerificationEmailTemplatesCommandOutput,
149
- } from "../commands/ListCustomVerificationEmailTemplatesCommand";
150
- import {
151
- ListIdentitiesCommandInput,
152
- ListIdentitiesCommandOutput,
153
- } from "../commands/ListIdentitiesCommand";
154
- import {
155
- ListIdentityPoliciesCommandInput,
156
- ListIdentityPoliciesCommandOutput,
157
- } from "../commands/ListIdentityPoliciesCommand";
158
- import {
159
- ListReceiptFiltersCommandInput,
160
- ListReceiptFiltersCommandOutput,
161
- } from "../commands/ListReceiptFiltersCommand";
162
- import {
163
- ListReceiptRuleSetsCommandInput,
164
- ListReceiptRuleSetsCommandOutput,
165
- } from "../commands/ListReceiptRuleSetsCommand";
166
- import {
167
- ListTemplatesCommandInput,
168
- ListTemplatesCommandOutput,
169
- } from "../commands/ListTemplatesCommand";
170
- import {
171
- ListVerifiedEmailAddressesCommandInput,
172
- ListVerifiedEmailAddressesCommandOutput,
173
- } from "../commands/ListVerifiedEmailAddressesCommand";
174
- import {
175
- PutConfigurationSetDeliveryOptionsCommandInput,
176
- PutConfigurationSetDeliveryOptionsCommandOutput,
177
- } from "../commands/PutConfigurationSetDeliveryOptionsCommand";
178
- import {
179
- PutIdentityPolicyCommandInput,
180
- PutIdentityPolicyCommandOutput,
181
- } from "../commands/PutIdentityPolicyCommand";
182
- import {
183
- ReorderReceiptRuleSetCommandInput,
184
- ReorderReceiptRuleSetCommandOutput,
185
- } from "../commands/ReorderReceiptRuleSetCommand";
186
- import {
187
- SendBounceCommandInput,
188
- SendBounceCommandOutput,
189
- } from "../commands/SendBounceCommand";
190
- import {
191
- SendBulkTemplatedEmailCommandInput,
192
- SendBulkTemplatedEmailCommandOutput,
193
- } from "../commands/SendBulkTemplatedEmailCommand";
194
- import {
195
- SendCustomVerificationEmailCommandInput,
196
- SendCustomVerificationEmailCommandOutput,
197
- } from "../commands/SendCustomVerificationEmailCommand";
198
- import {
199
- SendEmailCommandInput,
200
- SendEmailCommandOutput,
201
- } from "../commands/SendEmailCommand";
202
- import {
203
- SendRawEmailCommandInput,
204
- SendRawEmailCommandOutput,
205
- } from "../commands/SendRawEmailCommand";
206
- import {
207
- SendTemplatedEmailCommandInput,
208
- SendTemplatedEmailCommandOutput,
209
- } from "../commands/SendTemplatedEmailCommand";
210
- import {
211
- SetActiveReceiptRuleSetCommandInput,
212
- SetActiveReceiptRuleSetCommandOutput,
213
- } from "../commands/SetActiveReceiptRuleSetCommand";
214
- import {
215
- SetIdentityDkimEnabledCommandInput,
216
- SetIdentityDkimEnabledCommandOutput,
217
- } from "../commands/SetIdentityDkimEnabledCommand";
218
- import {
219
- SetIdentityFeedbackForwardingEnabledCommandInput,
220
- SetIdentityFeedbackForwardingEnabledCommandOutput,
221
- } from "../commands/SetIdentityFeedbackForwardingEnabledCommand";
222
- import {
223
- SetIdentityHeadersInNotificationsEnabledCommandInput,
224
- SetIdentityHeadersInNotificationsEnabledCommandOutput,
225
- } from "../commands/SetIdentityHeadersInNotificationsEnabledCommand";
226
- import {
227
- SetIdentityMailFromDomainCommandInput,
228
- SetIdentityMailFromDomainCommandOutput,
229
- } from "../commands/SetIdentityMailFromDomainCommand";
230
- import {
231
- SetIdentityNotificationTopicCommandInput,
232
- SetIdentityNotificationTopicCommandOutput,
233
- } from "../commands/SetIdentityNotificationTopicCommand";
234
- import {
235
- SetReceiptRulePositionCommandInput,
236
- SetReceiptRulePositionCommandOutput,
237
- } from "../commands/SetReceiptRulePositionCommand";
238
- import {
239
- TestRenderTemplateCommandInput,
240
- TestRenderTemplateCommandOutput,
241
- } from "../commands/TestRenderTemplateCommand";
242
- import {
243
- UpdateAccountSendingEnabledCommandInput,
244
- UpdateAccountSendingEnabledCommandOutput,
245
- } from "../commands/UpdateAccountSendingEnabledCommand";
246
- import {
247
- UpdateConfigurationSetEventDestinationCommandInput,
248
- UpdateConfigurationSetEventDestinationCommandOutput,
249
- } from "../commands/UpdateConfigurationSetEventDestinationCommand";
250
- import {
251
- UpdateConfigurationSetReputationMetricsEnabledCommandInput,
252
- UpdateConfigurationSetReputationMetricsEnabledCommandOutput,
253
- } from "../commands/UpdateConfigurationSetReputationMetricsEnabledCommand";
254
- import {
255
- UpdateConfigurationSetSendingEnabledCommandInput,
256
- UpdateConfigurationSetSendingEnabledCommandOutput,
257
- } from "../commands/UpdateConfigurationSetSendingEnabledCommand";
258
- import {
259
- UpdateConfigurationSetTrackingOptionsCommandInput,
260
- UpdateConfigurationSetTrackingOptionsCommandOutput,
261
- } from "../commands/UpdateConfigurationSetTrackingOptionsCommand";
262
- import {
263
- UpdateCustomVerificationEmailTemplateCommandInput,
264
- UpdateCustomVerificationEmailTemplateCommandOutput,
265
- } from "../commands/UpdateCustomVerificationEmailTemplateCommand";
266
- import {
267
- UpdateReceiptRuleCommandInput,
268
- UpdateReceiptRuleCommandOutput,
269
- } from "../commands/UpdateReceiptRuleCommand";
270
- import {
271
- UpdateTemplateCommandInput,
272
- UpdateTemplateCommandOutput,
273
- } from "../commands/UpdateTemplateCommand";
274
- import {
275
- VerifyDomainDkimCommandInput,
276
- VerifyDomainDkimCommandOutput,
277
- } from "../commands/VerifyDomainDkimCommand";
278
- import {
279
- VerifyDomainIdentityCommandInput,
280
- VerifyDomainIdentityCommandOutput,
281
- } from "../commands/VerifyDomainIdentityCommand";
282
- import {
283
- VerifyEmailAddressCommandInput,
284
- VerifyEmailAddressCommandOutput,
285
- } from "../commands/VerifyEmailAddressCommand";
286
- import {
287
- VerifyEmailIdentityCommandInput,
288
- VerifyEmailIdentityCommandOutput,
289
- } from "../commands/VerifyEmailIdentityCommand";
290
- export declare const se_CloneReceiptRuleSetCommand: (
291
- input: CloneReceiptRuleSetCommandInput,
292
- context: __SerdeContext
293
- ) => Promise<__HttpRequest>;
294
- export declare const se_CreateConfigurationSetCommand: (
295
- input: CreateConfigurationSetCommandInput,
296
- context: __SerdeContext
297
- ) => Promise<__HttpRequest>;
298
- export declare const se_CreateConfigurationSetEventDestinationCommand: (
299
- input: CreateConfigurationSetEventDestinationCommandInput,
300
- context: __SerdeContext
301
- ) => Promise<__HttpRequest>;
302
- export declare const se_CreateConfigurationSetTrackingOptionsCommand: (
303
- input: CreateConfigurationSetTrackingOptionsCommandInput,
304
- context: __SerdeContext
305
- ) => Promise<__HttpRequest>;
306
- export declare const se_CreateCustomVerificationEmailTemplateCommand: (
307
- input: CreateCustomVerificationEmailTemplateCommandInput,
308
- context: __SerdeContext
309
- ) => Promise<__HttpRequest>;
310
- export declare const se_CreateReceiptFilterCommand: (
311
- input: CreateReceiptFilterCommandInput,
312
- context: __SerdeContext
313
- ) => Promise<__HttpRequest>;
314
- export declare const se_CreateReceiptRuleCommand: (
315
- input: CreateReceiptRuleCommandInput,
316
- context: __SerdeContext
317
- ) => Promise<__HttpRequest>;
318
- export declare const se_CreateReceiptRuleSetCommand: (
319
- input: CreateReceiptRuleSetCommandInput,
320
- context: __SerdeContext
321
- ) => Promise<__HttpRequest>;
322
- export declare const se_CreateTemplateCommand: (
323
- input: CreateTemplateCommandInput,
324
- context: __SerdeContext
325
- ) => Promise<__HttpRequest>;
326
- export declare const se_DeleteConfigurationSetCommand: (
327
- input: DeleteConfigurationSetCommandInput,
328
- context: __SerdeContext
329
- ) => Promise<__HttpRequest>;
330
- export declare const se_DeleteConfigurationSetEventDestinationCommand: (
331
- input: DeleteConfigurationSetEventDestinationCommandInput,
332
- context: __SerdeContext
333
- ) => Promise<__HttpRequest>;
334
- export declare const se_DeleteConfigurationSetTrackingOptionsCommand: (
335
- input: DeleteConfigurationSetTrackingOptionsCommandInput,
336
- context: __SerdeContext
337
- ) => Promise<__HttpRequest>;
338
- export declare const se_DeleteCustomVerificationEmailTemplateCommand: (
339
- input: DeleteCustomVerificationEmailTemplateCommandInput,
340
- context: __SerdeContext
341
- ) => Promise<__HttpRequest>;
342
- export declare const se_DeleteIdentityCommand: (
343
- input: DeleteIdentityCommandInput,
344
- context: __SerdeContext
345
- ) => Promise<__HttpRequest>;
346
- export declare const se_DeleteIdentityPolicyCommand: (
347
- input: DeleteIdentityPolicyCommandInput,
348
- context: __SerdeContext
349
- ) => Promise<__HttpRequest>;
350
- export declare const se_DeleteReceiptFilterCommand: (
351
- input: DeleteReceiptFilterCommandInput,
352
- context: __SerdeContext
353
- ) => Promise<__HttpRequest>;
354
- export declare const se_DeleteReceiptRuleCommand: (
355
- input: DeleteReceiptRuleCommandInput,
356
- context: __SerdeContext
357
- ) => Promise<__HttpRequest>;
358
- export declare const se_DeleteReceiptRuleSetCommand: (
359
- input: DeleteReceiptRuleSetCommandInput,
360
- context: __SerdeContext
361
- ) => Promise<__HttpRequest>;
362
- export declare const se_DeleteTemplateCommand: (
363
- input: DeleteTemplateCommandInput,
364
- context: __SerdeContext
365
- ) => Promise<__HttpRequest>;
366
- export declare const se_DeleteVerifiedEmailAddressCommand: (
367
- input: DeleteVerifiedEmailAddressCommandInput,
368
- context: __SerdeContext
369
- ) => Promise<__HttpRequest>;
370
- export declare const se_DescribeActiveReceiptRuleSetCommand: (
371
- input: DescribeActiveReceiptRuleSetCommandInput,
372
- context: __SerdeContext
373
- ) => Promise<__HttpRequest>;
374
- export declare const se_DescribeConfigurationSetCommand: (
375
- input: DescribeConfigurationSetCommandInput,
376
- context: __SerdeContext
377
- ) => Promise<__HttpRequest>;
378
- export declare const se_DescribeReceiptRuleCommand: (
379
- input: DescribeReceiptRuleCommandInput,
380
- context: __SerdeContext
381
- ) => Promise<__HttpRequest>;
382
- export declare const se_DescribeReceiptRuleSetCommand: (
383
- input: DescribeReceiptRuleSetCommandInput,
384
- context: __SerdeContext
385
- ) => Promise<__HttpRequest>;
386
- export declare const se_GetAccountSendingEnabledCommand: (
387
- input: GetAccountSendingEnabledCommandInput,
388
- context: __SerdeContext
389
- ) => Promise<__HttpRequest>;
390
- export declare const se_GetCustomVerificationEmailTemplateCommand: (
391
- input: GetCustomVerificationEmailTemplateCommandInput,
392
- context: __SerdeContext
393
- ) => Promise<__HttpRequest>;
394
- export declare const se_GetIdentityDkimAttributesCommand: (
395
- input: GetIdentityDkimAttributesCommandInput,
396
- context: __SerdeContext
397
- ) => Promise<__HttpRequest>;
398
- export declare const se_GetIdentityMailFromDomainAttributesCommand: (
399
- input: GetIdentityMailFromDomainAttributesCommandInput,
400
- context: __SerdeContext
401
- ) => Promise<__HttpRequest>;
402
- export declare const se_GetIdentityNotificationAttributesCommand: (
403
- input: GetIdentityNotificationAttributesCommandInput,
404
- context: __SerdeContext
405
- ) => Promise<__HttpRequest>;
406
- export declare const se_GetIdentityPoliciesCommand: (
407
- input: GetIdentityPoliciesCommandInput,
408
- context: __SerdeContext
409
- ) => Promise<__HttpRequest>;
410
- export declare const se_GetIdentityVerificationAttributesCommand: (
411
- input: GetIdentityVerificationAttributesCommandInput,
412
- context: __SerdeContext
413
- ) => Promise<__HttpRequest>;
414
- export declare const se_GetSendQuotaCommand: (
415
- input: GetSendQuotaCommandInput,
416
- context: __SerdeContext
417
- ) => Promise<__HttpRequest>;
418
- export declare const se_GetSendStatisticsCommand: (
419
- input: GetSendStatisticsCommandInput,
420
- context: __SerdeContext
421
- ) => Promise<__HttpRequest>;
422
- export declare const se_GetTemplateCommand: (
423
- input: GetTemplateCommandInput,
424
- context: __SerdeContext
425
- ) => Promise<__HttpRequest>;
426
- export declare const se_ListConfigurationSetsCommand: (
427
- input: ListConfigurationSetsCommandInput,
428
- context: __SerdeContext
429
- ) => Promise<__HttpRequest>;
430
- export declare const se_ListCustomVerificationEmailTemplatesCommand: (
431
- input: ListCustomVerificationEmailTemplatesCommandInput,
432
- context: __SerdeContext
433
- ) => Promise<__HttpRequest>;
434
- export declare const se_ListIdentitiesCommand: (
435
- input: ListIdentitiesCommandInput,
436
- context: __SerdeContext
437
- ) => Promise<__HttpRequest>;
438
- export declare const se_ListIdentityPoliciesCommand: (
439
- input: ListIdentityPoliciesCommandInput,
440
- context: __SerdeContext
441
- ) => Promise<__HttpRequest>;
442
- export declare const se_ListReceiptFiltersCommand: (
443
- input: ListReceiptFiltersCommandInput,
444
- context: __SerdeContext
445
- ) => Promise<__HttpRequest>;
446
- export declare const se_ListReceiptRuleSetsCommand: (
447
- input: ListReceiptRuleSetsCommandInput,
448
- context: __SerdeContext
449
- ) => Promise<__HttpRequest>;
450
- export declare const se_ListTemplatesCommand: (
451
- input: ListTemplatesCommandInput,
452
- context: __SerdeContext
453
- ) => Promise<__HttpRequest>;
454
- export declare const se_ListVerifiedEmailAddressesCommand: (
455
- input: ListVerifiedEmailAddressesCommandInput,
456
- context: __SerdeContext
457
- ) => Promise<__HttpRequest>;
458
- export declare const se_PutConfigurationSetDeliveryOptionsCommand: (
459
- input: PutConfigurationSetDeliveryOptionsCommandInput,
460
- context: __SerdeContext
461
- ) => Promise<__HttpRequest>;
462
- export declare const se_PutIdentityPolicyCommand: (
463
- input: PutIdentityPolicyCommandInput,
464
- context: __SerdeContext
465
- ) => Promise<__HttpRequest>;
466
- export declare const se_ReorderReceiptRuleSetCommand: (
467
- input: ReorderReceiptRuleSetCommandInput,
468
- context: __SerdeContext
469
- ) => Promise<__HttpRequest>;
470
- export declare const se_SendBounceCommand: (
471
- input: SendBounceCommandInput,
472
- context: __SerdeContext
473
- ) => Promise<__HttpRequest>;
474
- export declare const se_SendBulkTemplatedEmailCommand: (
475
- input: SendBulkTemplatedEmailCommandInput,
476
- context: __SerdeContext
477
- ) => Promise<__HttpRequest>;
478
- export declare const se_SendCustomVerificationEmailCommand: (
479
- input: SendCustomVerificationEmailCommandInput,
480
- context: __SerdeContext
481
- ) => Promise<__HttpRequest>;
482
- export declare const se_SendEmailCommand: (
483
- input: SendEmailCommandInput,
484
- context: __SerdeContext
485
- ) => Promise<__HttpRequest>;
486
- export declare const se_SendRawEmailCommand: (
487
- input: SendRawEmailCommandInput,
488
- context: __SerdeContext
489
- ) => Promise<__HttpRequest>;
490
- export declare const se_SendTemplatedEmailCommand: (
491
- input: SendTemplatedEmailCommandInput,
492
- context: __SerdeContext
493
- ) => Promise<__HttpRequest>;
494
- export declare const se_SetActiveReceiptRuleSetCommand: (
495
- input: SetActiveReceiptRuleSetCommandInput,
496
- context: __SerdeContext
497
- ) => Promise<__HttpRequest>;
498
- export declare const se_SetIdentityDkimEnabledCommand: (
499
- input: SetIdentityDkimEnabledCommandInput,
500
- context: __SerdeContext
501
- ) => Promise<__HttpRequest>;
502
- export declare const se_SetIdentityFeedbackForwardingEnabledCommand: (
503
- input: SetIdentityFeedbackForwardingEnabledCommandInput,
504
- context: __SerdeContext
505
- ) => Promise<__HttpRequest>;
506
- export declare const se_SetIdentityHeadersInNotificationsEnabledCommand: (
507
- input: SetIdentityHeadersInNotificationsEnabledCommandInput,
508
- context: __SerdeContext
509
- ) => Promise<__HttpRequest>;
510
- export declare const se_SetIdentityMailFromDomainCommand: (
511
- input: SetIdentityMailFromDomainCommandInput,
512
- context: __SerdeContext
513
- ) => Promise<__HttpRequest>;
514
- export declare const se_SetIdentityNotificationTopicCommand: (
515
- input: SetIdentityNotificationTopicCommandInput,
516
- context: __SerdeContext
517
- ) => Promise<__HttpRequest>;
518
- export declare const se_SetReceiptRulePositionCommand: (
519
- input: SetReceiptRulePositionCommandInput,
520
- context: __SerdeContext
521
- ) => Promise<__HttpRequest>;
522
- export declare const se_TestRenderTemplateCommand: (
523
- input: TestRenderTemplateCommandInput,
524
- context: __SerdeContext
525
- ) => Promise<__HttpRequest>;
526
- export declare const se_UpdateAccountSendingEnabledCommand: (
527
- input: UpdateAccountSendingEnabledCommandInput,
528
- context: __SerdeContext
529
- ) => Promise<__HttpRequest>;
530
- export declare const se_UpdateConfigurationSetEventDestinationCommand: (
531
- input: UpdateConfigurationSetEventDestinationCommandInput,
532
- context: __SerdeContext
533
- ) => Promise<__HttpRequest>;
534
- export declare const se_UpdateConfigurationSetReputationMetricsEnabledCommand: (
535
- input: UpdateConfigurationSetReputationMetricsEnabledCommandInput,
536
- context: __SerdeContext
537
- ) => Promise<__HttpRequest>;
538
- export declare const se_UpdateConfigurationSetSendingEnabledCommand: (
539
- input: UpdateConfigurationSetSendingEnabledCommandInput,
540
- context: __SerdeContext
541
- ) => Promise<__HttpRequest>;
542
- export declare const se_UpdateConfigurationSetTrackingOptionsCommand: (
543
- input: UpdateConfigurationSetTrackingOptionsCommandInput,
544
- context: __SerdeContext
545
- ) => Promise<__HttpRequest>;
546
- export declare const se_UpdateCustomVerificationEmailTemplateCommand: (
547
- input: UpdateCustomVerificationEmailTemplateCommandInput,
548
- context: __SerdeContext
549
- ) => Promise<__HttpRequest>;
550
- export declare const se_UpdateReceiptRuleCommand: (
551
- input: UpdateReceiptRuleCommandInput,
552
- context: __SerdeContext
553
- ) => Promise<__HttpRequest>;
554
- export declare const se_UpdateTemplateCommand: (
555
- input: UpdateTemplateCommandInput,
556
- context: __SerdeContext
557
- ) => Promise<__HttpRequest>;
558
- export declare const se_VerifyDomainDkimCommand: (
559
- input: VerifyDomainDkimCommandInput,
560
- context: __SerdeContext
561
- ) => Promise<__HttpRequest>;
562
- export declare const se_VerifyDomainIdentityCommand: (
563
- input: VerifyDomainIdentityCommandInput,
564
- context: __SerdeContext
565
- ) => Promise<__HttpRequest>;
566
- export declare const se_VerifyEmailAddressCommand: (
567
- input: VerifyEmailAddressCommandInput,
568
- context: __SerdeContext
569
- ) => Promise<__HttpRequest>;
570
- export declare const se_VerifyEmailIdentityCommand: (
571
- input: VerifyEmailIdentityCommandInput,
572
- context: __SerdeContext
573
- ) => Promise<__HttpRequest>;
574
- export declare const de_CloneReceiptRuleSetCommand: (
575
- output: __HttpResponse,
576
- context: __SerdeContext
577
- ) => Promise<CloneReceiptRuleSetCommandOutput>;
578
- export declare const de_CreateConfigurationSetCommand: (
579
- output: __HttpResponse,
580
- context: __SerdeContext
581
- ) => Promise<CreateConfigurationSetCommandOutput>;
582
- export declare const de_CreateConfigurationSetEventDestinationCommand: (
583
- output: __HttpResponse,
584
- context: __SerdeContext
585
- ) => Promise<CreateConfigurationSetEventDestinationCommandOutput>;
586
- export declare const de_CreateConfigurationSetTrackingOptionsCommand: (
587
- output: __HttpResponse,
588
- context: __SerdeContext
589
- ) => Promise<CreateConfigurationSetTrackingOptionsCommandOutput>;
590
- export declare const de_CreateCustomVerificationEmailTemplateCommand: (
591
- output: __HttpResponse,
592
- context: __SerdeContext
593
- ) => Promise<CreateCustomVerificationEmailTemplateCommandOutput>;
594
- export declare const de_CreateReceiptFilterCommand: (
595
- output: __HttpResponse,
596
- context: __SerdeContext
597
- ) => Promise<CreateReceiptFilterCommandOutput>;
598
- export declare const de_CreateReceiptRuleCommand: (
599
- output: __HttpResponse,
600
- context: __SerdeContext
601
- ) => Promise<CreateReceiptRuleCommandOutput>;
602
- export declare const de_CreateReceiptRuleSetCommand: (
603
- output: __HttpResponse,
604
- context: __SerdeContext
605
- ) => Promise<CreateReceiptRuleSetCommandOutput>;
606
- export declare const de_CreateTemplateCommand: (
607
- output: __HttpResponse,
608
- context: __SerdeContext
609
- ) => Promise<CreateTemplateCommandOutput>;
610
- export declare const de_DeleteConfigurationSetCommand: (
611
- output: __HttpResponse,
612
- context: __SerdeContext
613
- ) => Promise<DeleteConfigurationSetCommandOutput>;
614
- export declare const de_DeleteConfigurationSetEventDestinationCommand: (
615
- output: __HttpResponse,
616
- context: __SerdeContext
617
- ) => Promise<DeleteConfigurationSetEventDestinationCommandOutput>;
618
- export declare const de_DeleteConfigurationSetTrackingOptionsCommand: (
619
- output: __HttpResponse,
620
- context: __SerdeContext
621
- ) => Promise<DeleteConfigurationSetTrackingOptionsCommandOutput>;
622
- export declare const de_DeleteCustomVerificationEmailTemplateCommand: (
623
- output: __HttpResponse,
624
- context: __SerdeContext
625
- ) => Promise<DeleteCustomVerificationEmailTemplateCommandOutput>;
626
- export declare const de_DeleteIdentityCommand: (
627
- output: __HttpResponse,
628
- context: __SerdeContext
629
- ) => Promise<DeleteIdentityCommandOutput>;
630
- export declare const de_DeleteIdentityPolicyCommand: (
631
- output: __HttpResponse,
632
- context: __SerdeContext
633
- ) => Promise<DeleteIdentityPolicyCommandOutput>;
634
- export declare const de_DeleteReceiptFilterCommand: (
635
- output: __HttpResponse,
636
- context: __SerdeContext
637
- ) => Promise<DeleteReceiptFilterCommandOutput>;
638
- export declare const de_DeleteReceiptRuleCommand: (
639
- output: __HttpResponse,
640
- context: __SerdeContext
641
- ) => Promise<DeleteReceiptRuleCommandOutput>;
642
- export declare const de_DeleteReceiptRuleSetCommand: (
643
- output: __HttpResponse,
644
- context: __SerdeContext
645
- ) => Promise<DeleteReceiptRuleSetCommandOutput>;
646
- export declare const de_DeleteTemplateCommand: (
647
- output: __HttpResponse,
648
- context: __SerdeContext
649
- ) => Promise<DeleteTemplateCommandOutput>;
650
- export declare const de_DeleteVerifiedEmailAddressCommand: (
651
- output: __HttpResponse,
652
- context: __SerdeContext
653
- ) => Promise<DeleteVerifiedEmailAddressCommandOutput>;
654
- export declare const de_DescribeActiveReceiptRuleSetCommand: (
655
- output: __HttpResponse,
656
- context: __SerdeContext
657
- ) => Promise<DescribeActiveReceiptRuleSetCommandOutput>;
658
- export declare const de_DescribeConfigurationSetCommand: (
659
- output: __HttpResponse,
660
- context: __SerdeContext
661
- ) => Promise<DescribeConfigurationSetCommandOutput>;
662
- export declare const de_DescribeReceiptRuleCommand: (
663
- output: __HttpResponse,
664
- context: __SerdeContext
665
- ) => Promise<DescribeReceiptRuleCommandOutput>;
666
- export declare const de_DescribeReceiptRuleSetCommand: (
667
- output: __HttpResponse,
668
- context: __SerdeContext
669
- ) => Promise<DescribeReceiptRuleSetCommandOutput>;
670
- export declare const de_GetAccountSendingEnabledCommand: (
671
- output: __HttpResponse,
672
- context: __SerdeContext
673
- ) => Promise<GetAccountSendingEnabledCommandOutput>;
674
- export declare const de_GetCustomVerificationEmailTemplateCommand: (
675
- output: __HttpResponse,
676
- context: __SerdeContext
677
- ) => Promise<GetCustomVerificationEmailTemplateCommandOutput>;
678
- export declare const de_GetIdentityDkimAttributesCommand: (
679
- output: __HttpResponse,
680
- context: __SerdeContext
681
- ) => Promise<GetIdentityDkimAttributesCommandOutput>;
682
- export declare const de_GetIdentityMailFromDomainAttributesCommand: (
683
- output: __HttpResponse,
684
- context: __SerdeContext
685
- ) => Promise<GetIdentityMailFromDomainAttributesCommandOutput>;
686
- export declare const de_GetIdentityNotificationAttributesCommand: (
687
- output: __HttpResponse,
688
- context: __SerdeContext
689
- ) => Promise<GetIdentityNotificationAttributesCommandOutput>;
690
- export declare const de_GetIdentityPoliciesCommand: (
691
- output: __HttpResponse,
692
- context: __SerdeContext
693
- ) => Promise<GetIdentityPoliciesCommandOutput>;
694
- export declare const de_GetIdentityVerificationAttributesCommand: (
695
- output: __HttpResponse,
696
- context: __SerdeContext
697
- ) => Promise<GetIdentityVerificationAttributesCommandOutput>;
698
- export declare const de_GetSendQuotaCommand: (
699
- output: __HttpResponse,
700
- context: __SerdeContext
701
- ) => Promise<GetSendQuotaCommandOutput>;
702
- export declare const de_GetSendStatisticsCommand: (
703
- output: __HttpResponse,
704
- context: __SerdeContext
705
- ) => Promise<GetSendStatisticsCommandOutput>;
706
- export declare const de_GetTemplateCommand: (
707
- output: __HttpResponse,
708
- context: __SerdeContext
709
- ) => Promise<GetTemplateCommandOutput>;
710
- export declare const de_ListConfigurationSetsCommand: (
711
- output: __HttpResponse,
712
- context: __SerdeContext
713
- ) => Promise<ListConfigurationSetsCommandOutput>;
714
- export declare const de_ListCustomVerificationEmailTemplatesCommand: (
715
- output: __HttpResponse,
716
- context: __SerdeContext
717
- ) => Promise<ListCustomVerificationEmailTemplatesCommandOutput>;
718
- export declare const de_ListIdentitiesCommand: (
719
- output: __HttpResponse,
720
- context: __SerdeContext
721
- ) => Promise<ListIdentitiesCommandOutput>;
722
- export declare const de_ListIdentityPoliciesCommand: (
723
- output: __HttpResponse,
724
- context: __SerdeContext
725
- ) => Promise<ListIdentityPoliciesCommandOutput>;
726
- export declare const de_ListReceiptFiltersCommand: (
727
- output: __HttpResponse,
728
- context: __SerdeContext
729
- ) => Promise<ListReceiptFiltersCommandOutput>;
730
- export declare const de_ListReceiptRuleSetsCommand: (
731
- output: __HttpResponse,
732
- context: __SerdeContext
733
- ) => Promise<ListReceiptRuleSetsCommandOutput>;
734
- export declare const de_ListTemplatesCommand: (
735
- output: __HttpResponse,
736
- context: __SerdeContext
737
- ) => Promise<ListTemplatesCommandOutput>;
738
- export declare const de_ListVerifiedEmailAddressesCommand: (
739
- output: __HttpResponse,
740
- context: __SerdeContext
741
- ) => Promise<ListVerifiedEmailAddressesCommandOutput>;
742
- export declare const de_PutConfigurationSetDeliveryOptionsCommand: (
743
- output: __HttpResponse,
744
- context: __SerdeContext
745
- ) => Promise<PutConfigurationSetDeliveryOptionsCommandOutput>;
746
- export declare const de_PutIdentityPolicyCommand: (
747
- output: __HttpResponse,
748
- context: __SerdeContext
749
- ) => Promise<PutIdentityPolicyCommandOutput>;
750
- export declare const de_ReorderReceiptRuleSetCommand: (
751
- output: __HttpResponse,
752
- context: __SerdeContext
753
- ) => Promise<ReorderReceiptRuleSetCommandOutput>;
754
- export declare const de_SendBounceCommand: (
755
- output: __HttpResponse,
756
- context: __SerdeContext
757
- ) => Promise<SendBounceCommandOutput>;
758
- export declare const de_SendBulkTemplatedEmailCommand: (
759
- output: __HttpResponse,
760
- context: __SerdeContext
761
- ) => Promise<SendBulkTemplatedEmailCommandOutput>;
762
- export declare const de_SendCustomVerificationEmailCommand: (
763
- output: __HttpResponse,
764
- context: __SerdeContext
765
- ) => Promise<SendCustomVerificationEmailCommandOutput>;
766
- export declare const de_SendEmailCommand: (
767
- output: __HttpResponse,
768
- context: __SerdeContext
769
- ) => Promise<SendEmailCommandOutput>;
770
- export declare const de_SendRawEmailCommand: (
771
- output: __HttpResponse,
772
- context: __SerdeContext
773
- ) => Promise<SendRawEmailCommandOutput>;
774
- export declare const de_SendTemplatedEmailCommand: (
775
- output: __HttpResponse,
776
- context: __SerdeContext
777
- ) => Promise<SendTemplatedEmailCommandOutput>;
778
- export declare const de_SetActiveReceiptRuleSetCommand: (
779
- output: __HttpResponse,
780
- context: __SerdeContext
781
- ) => Promise<SetActiveReceiptRuleSetCommandOutput>;
782
- export declare const de_SetIdentityDkimEnabledCommand: (
783
- output: __HttpResponse,
784
- context: __SerdeContext
785
- ) => Promise<SetIdentityDkimEnabledCommandOutput>;
786
- export declare const de_SetIdentityFeedbackForwardingEnabledCommand: (
787
- output: __HttpResponse,
788
- context: __SerdeContext
789
- ) => Promise<SetIdentityFeedbackForwardingEnabledCommandOutput>;
790
- export declare const de_SetIdentityHeadersInNotificationsEnabledCommand: (
791
- output: __HttpResponse,
792
- context: __SerdeContext
793
- ) => Promise<SetIdentityHeadersInNotificationsEnabledCommandOutput>;
794
- export declare const de_SetIdentityMailFromDomainCommand: (
795
- output: __HttpResponse,
796
- context: __SerdeContext
797
- ) => Promise<SetIdentityMailFromDomainCommandOutput>;
798
- export declare const de_SetIdentityNotificationTopicCommand: (
799
- output: __HttpResponse,
800
- context: __SerdeContext
801
- ) => Promise<SetIdentityNotificationTopicCommandOutput>;
802
- export declare const de_SetReceiptRulePositionCommand: (
803
- output: __HttpResponse,
804
- context: __SerdeContext
805
- ) => Promise<SetReceiptRulePositionCommandOutput>;
806
- export declare const de_TestRenderTemplateCommand: (
807
- output: __HttpResponse,
808
- context: __SerdeContext
809
- ) => Promise<TestRenderTemplateCommandOutput>;
810
- export declare const de_UpdateAccountSendingEnabledCommand: (
811
- output: __HttpResponse,
812
- context: __SerdeContext
813
- ) => Promise<UpdateAccountSendingEnabledCommandOutput>;
814
- export declare const de_UpdateConfigurationSetEventDestinationCommand: (
815
- output: __HttpResponse,
816
- context: __SerdeContext
817
- ) => Promise<UpdateConfigurationSetEventDestinationCommandOutput>;
818
- export declare const de_UpdateConfigurationSetReputationMetricsEnabledCommand: (
819
- output: __HttpResponse,
820
- context: __SerdeContext
821
- ) => Promise<UpdateConfigurationSetReputationMetricsEnabledCommandOutput>;
822
- export declare const de_UpdateConfigurationSetSendingEnabledCommand: (
823
- output: __HttpResponse,
824
- context: __SerdeContext
825
- ) => Promise<UpdateConfigurationSetSendingEnabledCommandOutput>;
826
- export declare const de_UpdateConfigurationSetTrackingOptionsCommand: (
827
- output: __HttpResponse,
828
- context: __SerdeContext
829
- ) => Promise<UpdateConfigurationSetTrackingOptionsCommandOutput>;
830
- export declare const de_UpdateCustomVerificationEmailTemplateCommand: (
831
- output: __HttpResponse,
832
- context: __SerdeContext
833
- ) => Promise<UpdateCustomVerificationEmailTemplateCommandOutput>;
834
- export declare const de_UpdateReceiptRuleCommand: (
835
- output: __HttpResponse,
836
- context: __SerdeContext
837
- ) => Promise<UpdateReceiptRuleCommandOutput>;
838
- export declare const de_UpdateTemplateCommand: (
839
- output: __HttpResponse,
840
- context: __SerdeContext
841
- ) => Promise<UpdateTemplateCommandOutput>;
842
- export declare const de_VerifyDomainDkimCommand: (
843
- output: __HttpResponse,
844
- context: __SerdeContext
845
- ) => Promise<VerifyDomainDkimCommandOutput>;
846
- export declare const de_VerifyDomainIdentityCommand: (
847
- output: __HttpResponse,
848
- context: __SerdeContext
849
- ) => Promise<VerifyDomainIdentityCommandOutput>;
850
- export declare const de_VerifyEmailAddressCommand: (
851
- output: __HttpResponse,
852
- context: __SerdeContext
853
- ) => Promise<VerifyEmailAddressCommandOutput>;
854
- export declare const de_VerifyEmailIdentityCommand: (
855
- output: __HttpResponse,
856
- context: __SerdeContext
857
- ) => Promise<VerifyEmailIdentityCommandOutput>;