@aws-sdk/client-mailmanager 3.927.0 → 3.929.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 (84) hide show
  1. package/dist-cjs/index.js +1801 -2505
  2. package/dist-cjs/runtimeConfig.shared.js +7 -0
  3. package/dist-es/MailManagerClient.js +2 -0
  4. package/dist-es/commands/CreateAddonInstanceCommand.js +3 -9
  5. package/dist-es/commands/CreateAddonSubscriptionCommand.js +3 -9
  6. package/dist-es/commands/CreateAddressListCommand.js +3 -9
  7. package/dist-es/commands/CreateAddressListImportJobCommand.js +3 -10
  8. package/dist-es/commands/CreateArchiveCommand.js +3 -9
  9. package/dist-es/commands/CreateIngressPointCommand.js +3 -10
  10. package/dist-es/commands/CreateRelayCommand.js +3 -9
  11. package/dist-es/commands/CreateRuleSetCommand.js +3 -10
  12. package/dist-es/commands/CreateTrafficPolicyCommand.js +3 -9
  13. package/dist-es/commands/DeleteAddonInstanceCommand.js +3 -9
  14. package/dist-es/commands/DeleteAddonSubscriptionCommand.js +3 -9
  15. package/dist-es/commands/DeleteAddressListCommand.js +3 -9
  16. package/dist-es/commands/DeleteArchiveCommand.js +3 -9
  17. package/dist-es/commands/DeleteIngressPointCommand.js +3 -9
  18. package/dist-es/commands/DeleteRelayCommand.js +3 -9
  19. package/dist-es/commands/DeleteRuleSetCommand.js +3 -9
  20. package/dist-es/commands/DeleteTrafficPolicyCommand.js +3 -9
  21. package/dist-es/commands/DeregisterMemberFromAddressListCommand.js +3 -10
  22. package/dist-es/commands/GetAddonInstanceCommand.js +3 -9
  23. package/dist-es/commands/GetAddonSubscriptionCommand.js +3 -9
  24. package/dist-es/commands/GetAddressListCommand.js +3 -9
  25. package/dist-es/commands/GetAddressListImportJobCommand.js +3 -10
  26. package/dist-es/commands/GetArchiveCommand.js +3 -9
  27. package/dist-es/commands/GetArchiveExportCommand.js +3 -9
  28. package/dist-es/commands/GetArchiveMessageCommand.js +3 -10
  29. package/dist-es/commands/GetArchiveMessageContentCommand.js +3 -9
  30. package/dist-es/commands/GetArchiveSearchCommand.js +3 -9
  31. package/dist-es/commands/GetArchiveSearchResultsCommand.js +3 -10
  32. package/dist-es/commands/GetIngressPointCommand.js +3 -9
  33. package/dist-es/commands/GetMemberOfAddressListCommand.js +3 -10
  34. package/dist-es/commands/GetRelayCommand.js +3 -9
  35. package/dist-es/commands/GetRuleSetCommand.js +3 -10
  36. package/dist-es/commands/GetTrafficPolicyCommand.js +3 -9
  37. package/dist-es/commands/ListAddonInstancesCommand.js +3 -9
  38. package/dist-es/commands/ListAddonSubscriptionsCommand.js +3 -9
  39. package/dist-es/commands/ListAddressListImportJobsCommand.js +3 -10
  40. package/dist-es/commands/ListAddressListsCommand.js +3 -9
  41. package/dist-es/commands/ListArchiveExportsCommand.js +3 -9
  42. package/dist-es/commands/ListArchiveSearchesCommand.js +3 -9
  43. package/dist-es/commands/ListArchivesCommand.js +3 -9
  44. package/dist-es/commands/ListIngressPointsCommand.js +3 -9
  45. package/dist-es/commands/ListMembersOfAddressListCommand.js +3 -10
  46. package/dist-es/commands/ListRelaysCommand.js +3 -9
  47. package/dist-es/commands/ListRuleSetsCommand.js +3 -9
  48. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  49. package/dist-es/commands/ListTrafficPoliciesCommand.js +3 -9
  50. package/dist-es/commands/RegisterMemberToAddressListCommand.js +3 -10
  51. package/dist-es/commands/StartAddressListImportJobCommand.js +3 -9
  52. package/dist-es/commands/StartArchiveExportCommand.js +3 -9
  53. package/dist-es/commands/StartArchiveSearchCommand.js +3 -9
  54. package/dist-es/commands/StopAddressListImportJobCommand.js +3 -9
  55. package/dist-es/commands/StopArchiveExportCommand.js +3 -9
  56. package/dist-es/commands/StopArchiveSearchCommand.js +3 -9
  57. package/dist-es/commands/TagResourceCommand.js +3 -9
  58. package/dist-es/commands/UntagResourceCommand.js +3 -9
  59. package/dist-es/commands/UpdateArchiveCommand.js +3 -9
  60. package/dist-es/commands/UpdateIngressPointCommand.js +3 -10
  61. package/dist-es/commands/UpdateRelayCommand.js +3 -9
  62. package/dist-es/commands/UpdateRuleSetCommand.js +3 -10
  63. package/dist-es/commands/UpdateTrafficPolicyCommand.js +3 -9
  64. package/dist-es/models/models_0.js +0 -132
  65. package/dist-es/runtimeConfig.shared.js +7 -0
  66. package/dist-es/schemas/schemas_0.js +1674 -0
  67. package/dist-types/MailManagerClient.d.ts +10 -1
  68. package/dist-types/models/models_0.d.ts +0 -100
  69. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  70. package/dist-types/runtimeConfig.d.ts +1 -0
  71. package/dist-types/runtimeConfig.native.d.ts +1 -0
  72. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  73. package/dist-types/schemas/schemas_0.d.ts +306 -0
  74. package/dist-types/ts3.4/MailManagerClient.d.ts +4 -0
  75. package/dist-types/ts3.4/models/models_0.d.ts +0 -63
  76. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  77. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  78. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  79. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  80. package/dist-types/ts3.4/schemas/schemas_0.d.ts +312 -0
  81. package/package.json +5 -6
  82. package/dist-es/protocols/Aws_json1_0.js +0 -1915
  83. package/dist-types/protocols/Aws_json1_0.d.ts +0 -542
  84. package/dist-types/ts3.4/protocols/Aws_json1_0.d.ts +0 -725
@@ -1,725 +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
- CreateAddonInstanceCommandInput,
8
- CreateAddonInstanceCommandOutput,
9
- } from "../commands/CreateAddonInstanceCommand";
10
- import {
11
- CreateAddonSubscriptionCommandInput,
12
- CreateAddonSubscriptionCommandOutput,
13
- } from "../commands/CreateAddonSubscriptionCommand";
14
- import {
15
- CreateAddressListCommandInput,
16
- CreateAddressListCommandOutput,
17
- } from "../commands/CreateAddressListCommand";
18
- import {
19
- CreateAddressListImportJobCommandInput,
20
- CreateAddressListImportJobCommandOutput,
21
- } from "../commands/CreateAddressListImportJobCommand";
22
- import {
23
- CreateArchiveCommandInput,
24
- CreateArchiveCommandOutput,
25
- } from "../commands/CreateArchiveCommand";
26
- import {
27
- CreateIngressPointCommandInput,
28
- CreateIngressPointCommandOutput,
29
- } from "../commands/CreateIngressPointCommand";
30
- import {
31
- CreateRelayCommandInput,
32
- CreateRelayCommandOutput,
33
- } from "../commands/CreateRelayCommand";
34
- import {
35
- CreateRuleSetCommandInput,
36
- CreateRuleSetCommandOutput,
37
- } from "../commands/CreateRuleSetCommand";
38
- import {
39
- CreateTrafficPolicyCommandInput,
40
- CreateTrafficPolicyCommandOutput,
41
- } from "../commands/CreateTrafficPolicyCommand";
42
- import {
43
- DeleteAddonInstanceCommandInput,
44
- DeleteAddonInstanceCommandOutput,
45
- } from "../commands/DeleteAddonInstanceCommand";
46
- import {
47
- DeleteAddonSubscriptionCommandInput,
48
- DeleteAddonSubscriptionCommandOutput,
49
- } from "../commands/DeleteAddonSubscriptionCommand";
50
- import {
51
- DeleteAddressListCommandInput,
52
- DeleteAddressListCommandOutput,
53
- } from "../commands/DeleteAddressListCommand";
54
- import {
55
- DeleteArchiveCommandInput,
56
- DeleteArchiveCommandOutput,
57
- } from "../commands/DeleteArchiveCommand";
58
- import {
59
- DeleteIngressPointCommandInput,
60
- DeleteIngressPointCommandOutput,
61
- } from "../commands/DeleteIngressPointCommand";
62
- import {
63
- DeleteRelayCommandInput,
64
- DeleteRelayCommandOutput,
65
- } from "../commands/DeleteRelayCommand";
66
- import {
67
- DeleteRuleSetCommandInput,
68
- DeleteRuleSetCommandOutput,
69
- } from "../commands/DeleteRuleSetCommand";
70
- import {
71
- DeleteTrafficPolicyCommandInput,
72
- DeleteTrafficPolicyCommandOutput,
73
- } from "../commands/DeleteTrafficPolicyCommand";
74
- import {
75
- DeregisterMemberFromAddressListCommandInput,
76
- DeregisterMemberFromAddressListCommandOutput,
77
- } from "../commands/DeregisterMemberFromAddressListCommand";
78
- import {
79
- GetAddonInstanceCommandInput,
80
- GetAddonInstanceCommandOutput,
81
- } from "../commands/GetAddonInstanceCommand";
82
- import {
83
- GetAddonSubscriptionCommandInput,
84
- GetAddonSubscriptionCommandOutput,
85
- } from "../commands/GetAddonSubscriptionCommand";
86
- import {
87
- GetAddressListCommandInput,
88
- GetAddressListCommandOutput,
89
- } from "../commands/GetAddressListCommand";
90
- import {
91
- GetAddressListImportJobCommandInput,
92
- GetAddressListImportJobCommandOutput,
93
- } from "../commands/GetAddressListImportJobCommand";
94
- import {
95
- GetArchiveCommandInput,
96
- GetArchiveCommandOutput,
97
- } from "../commands/GetArchiveCommand";
98
- import {
99
- GetArchiveExportCommandInput,
100
- GetArchiveExportCommandOutput,
101
- } from "../commands/GetArchiveExportCommand";
102
- import {
103
- GetArchiveMessageCommandInput,
104
- GetArchiveMessageCommandOutput,
105
- } from "../commands/GetArchiveMessageCommand";
106
- import {
107
- GetArchiveMessageContentCommandInput,
108
- GetArchiveMessageContentCommandOutput,
109
- } from "../commands/GetArchiveMessageContentCommand";
110
- import {
111
- GetArchiveSearchCommandInput,
112
- GetArchiveSearchCommandOutput,
113
- } from "../commands/GetArchiveSearchCommand";
114
- import {
115
- GetArchiveSearchResultsCommandInput,
116
- GetArchiveSearchResultsCommandOutput,
117
- } from "../commands/GetArchiveSearchResultsCommand";
118
- import {
119
- GetIngressPointCommandInput,
120
- GetIngressPointCommandOutput,
121
- } from "../commands/GetIngressPointCommand";
122
- import {
123
- GetMemberOfAddressListCommandInput,
124
- GetMemberOfAddressListCommandOutput,
125
- } from "../commands/GetMemberOfAddressListCommand";
126
- import {
127
- GetRelayCommandInput,
128
- GetRelayCommandOutput,
129
- } from "../commands/GetRelayCommand";
130
- import {
131
- GetRuleSetCommandInput,
132
- GetRuleSetCommandOutput,
133
- } from "../commands/GetRuleSetCommand";
134
- import {
135
- GetTrafficPolicyCommandInput,
136
- GetTrafficPolicyCommandOutput,
137
- } from "../commands/GetTrafficPolicyCommand";
138
- import {
139
- ListAddonInstancesCommandInput,
140
- ListAddonInstancesCommandOutput,
141
- } from "../commands/ListAddonInstancesCommand";
142
- import {
143
- ListAddonSubscriptionsCommandInput,
144
- ListAddonSubscriptionsCommandOutput,
145
- } from "../commands/ListAddonSubscriptionsCommand";
146
- import {
147
- ListAddressListImportJobsCommandInput,
148
- ListAddressListImportJobsCommandOutput,
149
- } from "../commands/ListAddressListImportJobsCommand";
150
- import {
151
- ListAddressListsCommandInput,
152
- ListAddressListsCommandOutput,
153
- } from "../commands/ListAddressListsCommand";
154
- import {
155
- ListArchiveExportsCommandInput,
156
- ListArchiveExportsCommandOutput,
157
- } from "../commands/ListArchiveExportsCommand";
158
- import {
159
- ListArchivesCommandInput,
160
- ListArchivesCommandOutput,
161
- } from "../commands/ListArchivesCommand";
162
- import {
163
- ListArchiveSearchesCommandInput,
164
- ListArchiveSearchesCommandOutput,
165
- } from "../commands/ListArchiveSearchesCommand";
166
- import {
167
- ListIngressPointsCommandInput,
168
- ListIngressPointsCommandOutput,
169
- } from "../commands/ListIngressPointsCommand";
170
- import {
171
- ListMembersOfAddressListCommandInput,
172
- ListMembersOfAddressListCommandOutput,
173
- } from "../commands/ListMembersOfAddressListCommand";
174
- import {
175
- ListRelaysCommandInput,
176
- ListRelaysCommandOutput,
177
- } from "../commands/ListRelaysCommand";
178
- import {
179
- ListRuleSetsCommandInput,
180
- ListRuleSetsCommandOutput,
181
- } from "../commands/ListRuleSetsCommand";
182
- import {
183
- ListTagsForResourceCommandInput,
184
- ListTagsForResourceCommandOutput,
185
- } from "../commands/ListTagsForResourceCommand";
186
- import {
187
- ListTrafficPoliciesCommandInput,
188
- ListTrafficPoliciesCommandOutput,
189
- } from "../commands/ListTrafficPoliciesCommand";
190
- import {
191
- RegisterMemberToAddressListCommandInput,
192
- RegisterMemberToAddressListCommandOutput,
193
- } from "../commands/RegisterMemberToAddressListCommand";
194
- import {
195
- StartAddressListImportJobCommandInput,
196
- StartAddressListImportJobCommandOutput,
197
- } from "../commands/StartAddressListImportJobCommand";
198
- import {
199
- StartArchiveExportCommandInput,
200
- StartArchiveExportCommandOutput,
201
- } from "../commands/StartArchiveExportCommand";
202
- import {
203
- StartArchiveSearchCommandInput,
204
- StartArchiveSearchCommandOutput,
205
- } from "../commands/StartArchiveSearchCommand";
206
- import {
207
- StopAddressListImportJobCommandInput,
208
- StopAddressListImportJobCommandOutput,
209
- } from "../commands/StopAddressListImportJobCommand";
210
- import {
211
- StopArchiveExportCommandInput,
212
- StopArchiveExportCommandOutput,
213
- } from "../commands/StopArchiveExportCommand";
214
- import {
215
- StopArchiveSearchCommandInput,
216
- StopArchiveSearchCommandOutput,
217
- } from "../commands/StopArchiveSearchCommand";
218
- import {
219
- TagResourceCommandInput,
220
- TagResourceCommandOutput,
221
- } from "../commands/TagResourceCommand";
222
- import {
223
- UntagResourceCommandInput,
224
- UntagResourceCommandOutput,
225
- } from "../commands/UntagResourceCommand";
226
- import {
227
- UpdateArchiveCommandInput,
228
- UpdateArchiveCommandOutput,
229
- } from "../commands/UpdateArchiveCommand";
230
- import {
231
- UpdateIngressPointCommandInput,
232
- UpdateIngressPointCommandOutput,
233
- } from "../commands/UpdateIngressPointCommand";
234
- import {
235
- UpdateRelayCommandInput,
236
- UpdateRelayCommandOutput,
237
- } from "../commands/UpdateRelayCommand";
238
- import {
239
- UpdateRuleSetCommandInput,
240
- UpdateRuleSetCommandOutput,
241
- } from "../commands/UpdateRuleSetCommand";
242
- import {
243
- UpdateTrafficPolicyCommandInput,
244
- UpdateTrafficPolicyCommandOutput,
245
- } from "../commands/UpdateTrafficPolicyCommand";
246
- export declare const se_CreateAddonInstanceCommand: (
247
- input: CreateAddonInstanceCommandInput,
248
- context: __SerdeContext
249
- ) => Promise<__HttpRequest>;
250
- export declare const se_CreateAddonSubscriptionCommand: (
251
- input: CreateAddonSubscriptionCommandInput,
252
- context: __SerdeContext
253
- ) => Promise<__HttpRequest>;
254
- export declare const se_CreateAddressListCommand: (
255
- input: CreateAddressListCommandInput,
256
- context: __SerdeContext
257
- ) => Promise<__HttpRequest>;
258
- export declare const se_CreateAddressListImportJobCommand: (
259
- input: CreateAddressListImportJobCommandInput,
260
- context: __SerdeContext
261
- ) => Promise<__HttpRequest>;
262
- export declare const se_CreateArchiveCommand: (
263
- input: CreateArchiveCommandInput,
264
- context: __SerdeContext
265
- ) => Promise<__HttpRequest>;
266
- export declare const se_CreateIngressPointCommand: (
267
- input: CreateIngressPointCommandInput,
268
- context: __SerdeContext
269
- ) => Promise<__HttpRequest>;
270
- export declare const se_CreateRelayCommand: (
271
- input: CreateRelayCommandInput,
272
- context: __SerdeContext
273
- ) => Promise<__HttpRequest>;
274
- export declare const se_CreateRuleSetCommand: (
275
- input: CreateRuleSetCommandInput,
276
- context: __SerdeContext
277
- ) => Promise<__HttpRequest>;
278
- export declare const se_CreateTrafficPolicyCommand: (
279
- input: CreateTrafficPolicyCommandInput,
280
- context: __SerdeContext
281
- ) => Promise<__HttpRequest>;
282
- export declare const se_DeleteAddonInstanceCommand: (
283
- input: DeleteAddonInstanceCommandInput,
284
- context: __SerdeContext
285
- ) => Promise<__HttpRequest>;
286
- export declare const se_DeleteAddonSubscriptionCommand: (
287
- input: DeleteAddonSubscriptionCommandInput,
288
- context: __SerdeContext
289
- ) => Promise<__HttpRequest>;
290
- export declare const se_DeleteAddressListCommand: (
291
- input: DeleteAddressListCommandInput,
292
- context: __SerdeContext
293
- ) => Promise<__HttpRequest>;
294
- export declare const se_DeleteArchiveCommand: (
295
- input: DeleteArchiveCommandInput,
296
- context: __SerdeContext
297
- ) => Promise<__HttpRequest>;
298
- export declare const se_DeleteIngressPointCommand: (
299
- input: DeleteIngressPointCommandInput,
300
- context: __SerdeContext
301
- ) => Promise<__HttpRequest>;
302
- export declare const se_DeleteRelayCommand: (
303
- input: DeleteRelayCommandInput,
304
- context: __SerdeContext
305
- ) => Promise<__HttpRequest>;
306
- export declare const se_DeleteRuleSetCommand: (
307
- input: DeleteRuleSetCommandInput,
308
- context: __SerdeContext
309
- ) => Promise<__HttpRequest>;
310
- export declare const se_DeleteTrafficPolicyCommand: (
311
- input: DeleteTrafficPolicyCommandInput,
312
- context: __SerdeContext
313
- ) => Promise<__HttpRequest>;
314
- export declare const se_DeregisterMemberFromAddressListCommand: (
315
- input: DeregisterMemberFromAddressListCommandInput,
316
- context: __SerdeContext
317
- ) => Promise<__HttpRequest>;
318
- export declare const se_GetAddonInstanceCommand: (
319
- input: GetAddonInstanceCommandInput,
320
- context: __SerdeContext
321
- ) => Promise<__HttpRequest>;
322
- export declare const se_GetAddonSubscriptionCommand: (
323
- input: GetAddonSubscriptionCommandInput,
324
- context: __SerdeContext
325
- ) => Promise<__HttpRequest>;
326
- export declare const se_GetAddressListCommand: (
327
- input: GetAddressListCommandInput,
328
- context: __SerdeContext
329
- ) => Promise<__HttpRequest>;
330
- export declare const se_GetAddressListImportJobCommand: (
331
- input: GetAddressListImportJobCommandInput,
332
- context: __SerdeContext
333
- ) => Promise<__HttpRequest>;
334
- export declare const se_GetArchiveCommand: (
335
- input: GetArchiveCommandInput,
336
- context: __SerdeContext
337
- ) => Promise<__HttpRequest>;
338
- export declare const se_GetArchiveExportCommand: (
339
- input: GetArchiveExportCommandInput,
340
- context: __SerdeContext
341
- ) => Promise<__HttpRequest>;
342
- export declare const se_GetArchiveMessageCommand: (
343
- input: GetArchiveMessageCommandInput,
344
- context: __SerdeContext
345
- ) => Promise<__HttpRequest>;
346
- export declare const se_GetArchiveMessageContentCommand: (
347
- input: GetArchiveMessageContentCommandInput,
348
- context: __SerdeContext
349
- ) => Promise<__HttpRequest>;
350
- export declare const se_GetArchiveSearchCommand: (
351
- input: GetArchiveSearchCommandInput,
352
- context: __SerdeContext
353
- ) => Promise<__HttpRequest>;
354
- export declare const se_GetArchiveSearchResultsCommand: (
355
- input: GetArchiveSearchResultsCommandInput,
356
- context: __SerdeContext
357
- ) => Promise<__HttpRequest>;
358
- export declare const se_GetIngressPointCommand: (
359
- input: GetIngressPointCommandInput,
360
- context: __SerdeContext
361
- ) => Promise<__HttpRequest>;
362
- export declare const se_GetMemberOfAddressListCommand: (
363
- input: GetMemberOfAddressListCommandInput,
364
- context: __SerdeContext
365
- ) => Promise<__HttpRequest>;
366
- export declare const se_GetRelayCommand: (
367
- input: GetRelayCommandInput,
368
- context: __SerdeContext
369
- ) => Promise<__HttpRequest>;
370
- export declare const se_GetRuleSetCommand: (
371
- input: GetRuleSetCommandInput,
372
- context: __SerdeContext
373
- ) => Promise<__HttpRequest>;
374
- export declare const se_GetTrafficPolicyCommand: (
375
- input: GetTrafficPolicyCommandInput,
376
- context: __SerdeContext
377
- ) => Promise<__HttpRequest>;
378
- export declare const se_ListAddonInstancesCommand: (
379
- input: ListAddonInstancesCommandInput,
380
- context: __SerdeContext
381
- ) => Promise<__HttpRequest>;
382
- export declare const se_ListAddonSubscriptionsCommand: (
383
- input: ListAddonSubscriptionsCommandInput,
384
- context: __SerdeContext
385
- ) => Promise<__HttpRequest>;
386
- export declare const se_ListAddressListImportJobsCommand: (
387
- input: ListAddressListImportJobsCommandInput,
388
- context: __SerdeContext
389
- ) => Promise<__HttpRequest>;
390
- export declare const se_ListAddressListsCommand: (
391
- input: ListAddressListsCommandInput,
392
- context: __SerdeContext
393
- ) => Promise<__HttpRequest>;
394
- export declare const se_ListArchiveExportsCommand: (
395
- input: ListArchiveExportsCommandInput,
396
- context: __SerdeContext
397
- ) => Promise<__HttpRequest>;
398
- export declare const se_ListArchivesCommand: (
399
- input: ListArchivesCommandInput,
400
- context: __SerdeContext
401
- ) => Promise<__HttpRequest>;
402
- export declare const se_ListArchiveSearchesCommand: (
403
- input: ListArchiveSearchesCommandInput,
404
- context: __SerdeContext
405
- ) => Promise<__HttpRequest>;
406
- export declare const se_ListIngressPointsCommand: (
407
- input: ListIngressPointsCommandInput,
408
- context: __SerdeContext
409
- ) => Promise<__HttpRequest>;
410
- export declare const se_ListMembersOfAddressListCommand: (
411
- input: ListMembersOfAddressListCommandInput,
412
- context: __SerdeContext
413
- ) => Promise<__HttpRequest>;
414
- export declare const se_ListRelaysCommand: (
415
- input: ListRelaysCommandInput,
416
- context: __SerdeContext
417
- ) => Promise<__HttpRequest>;
418
- export declare const se_ListRuleSetsCommand: (
419
- input: ListRuleSetsCommandInput,
420
- context: __SerdeContext
421
- ) => Promise<__HttpRequest>;
422
- export declare const se_ListTagsForResourceCommand: (
423
- input: ListTagsForResourceCommandInput,
424
- context: __SerdeContext
425
- ) => Promise<__HttpRequest>;
426
- export declare const se_ListTrafficPoliciesCommand: (
427
- input: ListTrafficPoliciesCommandInput,
428
- context: __SerdeContext
429
- ) => Promise<__HttpRequest>;
430
- export declare const se_RegisterMemberToAddressListCommand: (
431
- input: RegisterMemberToAddressListCommandInput,
432
- context: __SerdeContext
433
- ) => Promise<__HttpRequest>;
434
- export declare const se_StartAddressListImportJobCommand: (
435
- input: StartAddressListImportJobCommandInput,
436
- context: __SerdeContext
437
- ) => Promise<__HttpRequest>;
438
- export declare const se_StartArchiveExportCommand: (
439
- input: StartArchiveExportCommandInput,
440
- context: __SerdeContext
441
- ) => Promise<__HttpRequest>;
442
- export declare const se_StartArchiveSearchCommand: (
443
- input: StartArchiveSearchCommandInput,
444
- context: __SerdeContext
445
- ) => Promise<__HttpRequest>;
446
- export declare const se_StopAddressListImportJobCommand: (
447
- input: StopAddressListImportJobCommandInput,
448
- context: __SerdeContext
449
- ) => Promise<__HttpRequest>;
450
- export declare const se_StopArchiveExportCommand: (
451
- input: StopArchiveExportCommandInput,
452
- context: __SerdeContext
453
- ) => Promise<__HttpRequest>;
454
- export declare const se_StopArchiveSearchCommand: (
455
- input: StopArchiveSearchCommandInput,
456
- context: __SerdeContext
457
- ) => Promise<__HttpRequest>;
458
- export declare const se_TagResourceCommand: (
459
- input: TagResourceCommandInput,
460
- context: __SerdeContext
461
- ) => Promise<__HttpRequest>;
462
- export declare const se_UntagResourceCommand: (
463
- input: UntagResourceCommandInput,
464
- context: __SerdeContext
465
- ) => Promise<__HttpRequest>;
466
- export declare const se_UpdateArchiveCommand: (
467
- input: UpdateArchiveCommandInput,
468
- context: __SerdeContext
469
- ) => Promise<__HttpRequest>;
470
- export declare const se_UpdateIngressPointCommand: (
471
- input: UpdateIngressPointCommandInput,
472
- context: __SerdeContext
473
- ) => Promise<__HttpRequest>;
474
- export declare const se_UpdateRelayCommand: (
475
- input: UpdateRelayCommandInput,
476
- context: __SerdeContext
477
- ) => Promise<__HttpRequest>;
478
- export declare const se_UpdateRuleSetCommand: (
479
- input: UpdateRuleSetCommandInput,
480
- context: __SerdeContext
481
- ) => Promise<__HttpRequest>;
482
- export declare const se_UpdateTrafficPolicyCommand: (
483
- input: UpdateTrafficPolicyCommandInput,
484
- context: __SerdeContext
485
- ) => Promise<__HttpRequest>;
486
- export declare const de_CreateAddonInstanceCommand: (
487
- output: __HttpResponse,
488
- context: __SerdeContext
489
- ) => Promise<CreateAddonInstanceCommandOutput>;
490
- export declare const de_CreateAddonSubscriptionCommand: (
491
- output: __HttpResponse,
492
- context: __SerdeContext
493
- ) => Promise<CreateAddonSubscriptionCommandOutput>;
494
- export declare const de_CreateAddressListCommand: (
495
- output: __HttpResponse,
496
- context: __SerdeContext
497
- ) => Promise<CreateAddressListCommandOutput>;
498
- export declare const de_CreateAddressListImportJobCommand: (
499
- output: __HttpResponse,
500
- context: __SerdeContext
501
- ) => Promise<CreateAddressListImportJobCommandOutput>;
502
- export declare const de_CreateArchiveCommand: (
503
- output: __HttpResponse,
504
- context: __SerdeContext
505
- ) => Promise<CreateArchiveCommandOutput>;
506
- export declare const de_CreateIngressPointCommand: (
507
- output: __HttpResponse,
508
- context: __SerdeContext
509
- ) => Promise<CreateIngressPointCommandOutput>;
510
- export declare const de_CreateRelayCommand: (
511
- output: __HttpResponse,
512
- context: __SerdeContext
513
- ) => Promise<CreateRelayCommandOutput>;
514
- export declare const de_CreateRuleSetCommand: (
515
- output: __HttpResponse,
516
- context: __SerdeContext
517
- ) => Promise<CreateRuleSetCommandOutput>;
518
- export declare const de_CreateTrafficPolicyCommand: (
519
- output: __HttpResponse,
520
- context: __SerdeContext
521
- ) => Promise<CreateTrafficPolicyCommandOutput>;
522
- export declare const de_DeleteAddonInstanceCommand: (
523
- output: __HttpResponse,
524
- context: __SerdeContext
525
- ) => Promise<DeleteAddonInstanceCommandOutput>;
526
- export declare const de_DeleteAddonSubscriptionCommand: (
527
- output: __HttpResponse,
528
- context: __SerdeContext
529
- ) => Promise<DeleteAddonSubscriptionCommandOutput>;
530
- export declare const de_DeleteAddressListCommand: (
531
- output: __HttpResponse,
532
- context: __SerdeContext
533
- ) => Promise<DeleteAddressListCommandOutput>;
534
- export declare const de_DeleteArchiveCommand: (
535
- output: __HttpResponse,
536
- context: __SerdeContext
537
- ) => Promise<DeleteArchiveCommandOutput>;
538
- export declare const de_DeleteIngressPointCommand: (
539
- output: __HttpResponse,
540
- context: __SerdeContext
541
- ) => Promise<DeleteIngressPointCommandOutput>;
542
- export declare const de_DeleteRelayCommand: (
543
- output: __HttpResponse,
544
- context: __SerdeContext
545
- ) => Promise<DeleteRelayCommandOutput>;
546
- export declare const de_DeleteRuleSetCommand: (
547
- output: __HttpResponse,
548
- context: __SerdeContext
549
- ) => Promise<DeleteRuleSetCommandOutput>;
550
- export declare const de_DeleteTrafficPolicyCommand: (
551
- output: __HttpResponse,
552
- context: __SerdeContext
553
- ) => Promise<DeleteTrafficPolicyCommandOutput>;
554
- export declare const de_DeregisterMemberFromAddressListCommand: (
555
- output: __HttpResponse,
556
- context: __SerdeContext
557
- ) => Promise<DeregisterMemberFromAddressListCommandOutput>;
558
- export declare const de_GetAddonInstanceCommand: (
559
- output: __HttpResponse,
560
- context: __SerdeContext
561
- ) => Promise<GetAddonInstanceCommandOutput>;
562
- export declare const de_GetAddonSubscriptionCommand: (
563
- output: __HttpResponse,
564
- context: __SerdeContext
565
- ) => Promise<GetAddonSubscriptionCommandOutput>;
566
- export declare const de_GetAddressListCommand: (
567
- output: __HttpResponse,
568
- context: __SerdeContext
569
- ) => Promise<GetAddressListCommandOutput>;
570
- export declare const de_GetAddressListImportJobCommand: (
571
- output: __HttpResponse,
572
- context: __SerdeContext
573
- ) => Promise<GetAddressListImportJobCommandOutput>;
574
- export declare const de_GetArchiveCommand: (
575
- output: __HttpResponse,
576
- context: __SerdeContext
577
- ) => Promise<GetArchiveCommandOutput>;
578
- export declare const de_GetArchiveExportCommand: (
579
- output: __HttpResponse,
580
- context: __SerdeContext
581
- ) => Promise<GetArchiveExportCommandOutput>;
582
- export declare const de_GetArchiveMessageCommand: (
583
- output: __HttpResponse,
584
- context: __SerdeContext
585
- ) => Promise<GetArchiveMessageCommandOutput>;
586
- export declare const de_GetArchiveMessageContentCommand: (
587
- output: __HttpResponse,
588
- context: __SerdeContext
589
- ) => Promise<GetArchiveMessageContentCommandOutput>;
590
- export declare const de_GetArchiveSearchCommand: (
591
- output: __HttpResponse,
592
- context: __SerdeContext
593
- ) => Promise<GetArchiveSearchCommandOutput>;
594
- export declare const de_GetArchiveSearchResultsCommand: (
595
- output: __HttpResponse,
596
- context: __SerdeContext
597
- ) => Promise<GetArchiveSearchResultsCommandOutput>;
598
- export declare const de_GetIngressPointCommand: (
599
- output: __HttpResponse,
600
- context: __SerdeContext
601
- ) => Promise<GetIngressPointCommandOutput>;
602
- export declare const de_GetMemberOfAddressListCommand: (
603
- output: __HttpResponse,
604
- context: __SerdeContext
605
- ) => Promise<GetMemberOfAddressListCommandOutput>;
606
- export declare const de_GetRelayCommand: (
607
- output: __HttpResponse,
608
- context: __SerdeContext
609
- ) => Promise<GetRelayCommandOutput>;
610
- export declare const de_GetRuleSetCommand: (
611
- output: __HttpResponse,
612
- context: __SerdeContext
613
- ) => Promise<GetRuleSetCommandOutput>;
614
- export declare const de_GetTrafficPolicyCommand: (
615
- output: __HttpResponse,
616
- context: __SerdeContext
617
- ) => Promise<GetTrafficPolicyCommandOutput>;
618
- export declare const de_ListAddonInstancesCommand: (
619
- output: __HttpResponse,
620
- context: __SerdeContext
621
- ) => Promise<ListAddonInstancesCommandOutput>;
622
- export declare const de_ListAddonSubscriptionsCommand: (
623
- output: __HttpResponse,
624
- context: __SerdeContext
625
- ) => Promise<ListAddonSubscriptionsCommandOutput>;
626
- export declare const de_ListAddressListImportJobsCommand: (
627
- output: __HttpResponse,
628
- context: __SerdeContext
629
- ) => Promise<ListAddressListImportJobsCommandOutput>;
630
- export declare const de_ListAddressListsCommand: (
631
- output: __HttpResponse,
632
- context: __SerdeContext
633
- ) => Promise<ListAddressListsCommandOutput>;
634
- export declare const de_ListArchiveExportsCommand: (
635
- output: __HttpResponse,
636
- context: __SerdeContext
637
- ) => Promise<ListArchiveExportsCommandOutput>;
638
- export declare const de_ListArchivesCommand: (
639
- output: __HttpResponse,
640
- context: __SerdeContext
641
- ) => Promise<ListArchivesCommandOutput>;
642
- export declare const de_ListArchiveSearchesCommand: (
643
- output: __HttpResponse,
644
- context: __SerdeContext
645
- ) => Promise<ListArchiveSearchesCommandOutput>;
646
- export declare const de_ListIngressPointsCommand: (
647
- output: __HttpResponse,
648
- context: __SerdeContext
649
- ) => Promise<ListIngressPointsCommandOutput>;
650
- export declare const de_ListMembersOfAddressListCommand: (
651
- output: __HttpResponse,
652
- context: __SerdeContext
653
- ) => Promise<ListMembersOfAddressListCommandOutput>;
654
- export declare const de_ListRelaysCommand: (
655
- output: __HttpResponse,
656
- context: __SerdeContext
657
- ) => Promise<ListRelaysCommandOutput>;
658
- export declare const de_ListRuleSetsCommand: (
659
- output: __HttpResponse,
660
- context: __SerdeContext
661
- ) => Promise<ListRuleSetsCommandOutput>;
662
- export declare const de_ListTagsForResourceCommand: (
663
- output: __HttpResponse,
664
- context: __SerdeContext
665
- ) => Promise<ListTagsForResourceCommandOutput>;
666
- export declare const de_ListTrafficPoliciesCommand: (
667
- output: __HttpResponse,
668
- context: __SerdeContext
669
- ) => Promise<ListTrafficPoliciesCommandOutput>;
670
- export declare const de_RegisterMemberToAddressListCommand: (
671
- output: __HttpResponse,
672
- context: __SerdeContext
673
- ) => Promise<RegisterMemberToAddressListCommandOutput>;
674
- export declare const de_StartAddressListImportJobCommand: (
675
- output: __HttpResponse,
676
- context: __SerdeContext
677
- ) => Promise<StartAddressListImportJobCommandOutput>;
678
- export declare const de_StartArchiveExportCommand: (
679
- output: __HttpResponse,
680
- context: __SerdeContext
681
- ) => Promise<StartArchiveExportCommandOutput>;
682
- export declare const de_StartArchiveSearchCommand: (
683
- output: __HttpResponse,
684
- context: __SerdeContext
685
- ) => Promise<StartArchiveSearchCommandOutput>;
686
- export declare const de_StopAddressListImportJobCommand: (
687
- output: __HttpResponse,
688
- context: __SerdeContext
689
- ) => Promise<StopAddressListImportJobCommandOutput>;
690
- export declare const de_StopArchiveExportCommand: (
691
- output: __HttpResponse,
692
- context: __SerdeContext
693
- ) => Promise<StopArchiveExportCommandOutput>;
694
- export declare const de_StopArchiveSearchCommand: (
695
- output: __HttpResponse,
696
- context: __SerdeContext
697
- ) => Promise<StopArchiveSearchCommandOutput>;
698
- export declare const de_TagResourceCommand: (
699
- output: __HttpResponse,
700
- context: __SerdeContext
701
- ) => Promise<TagResourceCommandOutput>;
702
- export declare const de_UntagResourceCommand: (
703
- output: __HttpResponse,
704
- context: __SerdeContext
705
- ) => Promise<UntagResourceCommandOutput>;
706
- export declare const de_UpdateArchiveCommand: (
707
- output: __HttpResponse,
708
- context: __SerdeContext
709
- ) => Promise<UpdateArchiveCommandOutput>;
710
- export declare const de_UpdateIngressPointCommand: (
711
- output: __HttpResponse,
712
- context: __SerdeContext
713
- ) => Promise<UpdateIngressPointCommandOutput>;
714
- export declare const de_UpdateRelayCommand: (
715
- output: __HttpResponse,
716
- context: __SerdeContext
717
- ) => Promise<UpdateRelayCommandOutput>;
718
- export declare const de_UpdateRuleSetCommand: (
719
- output: __HttpResponse,
720
- context: __SerdeContext
721
- ) => Promise<UpdateRuleSetCommandOutput>;
722
- export declare const de_UpdateTrafficPolicyCommand: (
723
- output: __HttpResponse,
724
- context: __SerdeContext
725
- ) => Promise<UpdateTrafficPolicyCommandOutput>;