@aws-sdk/client-mailmanager 3.927.0 → 3.928.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,542 +0,0 @@
1
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
2
- import { SerdeContext as __SerdeContext } from "@smithy/types";
3
- import { CreateAddonInstanceCommandInput, CreateAddonInstanceCommandOutput } from "../commands/CreateAddonInstanceCommand";
4
- import { CreateAddonSubscriptionCommandInput, CreateAddonSubscriptionCommandOutput } from "../commands/CreateAddonSubscriptionCommand";
5
- import { CreateAddressListCommandInput, CreateAddressListCommandOutput } from "../commands/CreateAddressListCommand";
6
- import { CreateAddressListImportJobCommandInput, CreateAddressListImportJobCommandOutput } from "../commands/CreateAddressListImportJobCommand";
7
- import { CreateArchiveCommandInput, CreateArchiveCommandOutput } from "../commands/CreateArchiveCommand";
8
- import { CreateIngressPointCommandInput, CreateIngressPointCommandOutput } from "../commands/CreateIngressPointCommand";
9
- import { CreateRelayCommandInput, CreateRelayCommandOutput } from "../commands/CreateRelayCommand";
10
- import { CreateRuleSetCommandInput, CreateRuleSetCommandOutput } from "../commands/CreateRuleSetCommand";
11
- import { CreateTrafficPolicyCommandInput, CreateTrafficPolicyCommandOutput } from "../commands/CreateTrafficPolicyCommand";
12
- import { DeleteAddonInstanceCommandInput, DeleteAddonInstanceCommandOutput } from "../commands/DeleteAddonInstanceCommand";
13
- import { DeleteAddonSubscriptionCommandInput, DeleteAddonSubscriptionCommandOutput } from "../commands/DeleteAddonSubscriptionCommand";
14
- import { DeleteAddressListCommandInput, DeleteAddressListCommandOutput } from "../commands/DeleteAddressListCommand";
15
- import { DeleteArchiveCommandInput, DeleteArchiveCommandOutput } from "../commands/DeleteArchiveCommand";
16
- import { DeleteIngressPointCommandInput, DeleteIngressPointCommandOutput } from "../commands/DeleteIngressPointCommand";
17
- import { DeleteRelayCommandInput, DeleteRelayCommandOutput } from "../commands/DeleteRelayCommand";
18
- import { DeleteRuleSetCommandInput, DeleteRuleSetCommandOutput } from "../commands/DeleteRuleSetCommand";
19
- import { DeleteTrafficPolicyCommandInput, DeleteTrafficPolicyCommandOutput } from "../commands/DeleteTrafficPolicyCommand";
20
- import { DeregisterMemberFromAddressListCommandInput, DeregisterMemberFromAddressListCommandOutput } from "../commands/DeregisterMemberFromAddressListCommand";
21
- import { GetAddonInstanceCommandInput, GetAddonInstanceCommandOutput } from "../commands/GetAddonInstanceCommand";
22
- import { GetAddonSubscriptionCommandInput, GetAddonSubscriptionCommandOutput } from "../commands/GetAddonSubscriptionCommand";
23
- import { GetAddressListCommandInput, GetAddressListCommandOutput } from "../commands/GetAddressListCommand";
24
- import { GetAddressListImportJobCommandInput, GetAddressListImportJobCommandOutput } from "../commands/GetAddressListImportJobCommand";
25
- import { GetArchiveCommandInput, GetArchiveCommandOutput } from "../commands/GetArchiveCommand";
26
- import { GetArchiveExportCommandInput, GetArchiveExportCommandOutput } from "../commands/GetArchiveExportCommand";
27
- import { GetArchiveMessageCommandInput, GetArchiveMessageCommandOutput } from "../commands/GetArchiveMessageCommand";
28
- import { GetArchiveMessageContentCommandInput, GetArchiveMessageContentCommandOutput } from "../commands/GetArchiveMessageContentCommand";
29
- import { GetArchiveSearchCommandInput, GetArchiveSearchCommandOutput } from "../commands/GetArchiveSearchCommand";
30
- import { GetArchiveSearchResultsCommandInput, GetArchiveSearchResultsCommandOutput } from "../commands/GetArchiveSearchResultsCommand";
31
- import { GetIngressPointCommandInput, GetIngressPointCommandOutput } from "../commands/GetIngressPointCommand";
32
- import { GetMemberOfAddressListCommandInput, GetMemberOfAddressListCommandOutput } from "../commands/GetMemberOfAddressListCommand";
33
- import { GetRelayCommandInput, GetRelayCommandOutput } from "../commands/GetRelayCommand";
34
- import { GetRuleSetCommandInput, GetRuleSetCommandOutput } from "../commands/GetRuleSetCommand";
35
- import { GetTrafficPolicyCommandInput, GetTrafficPolicyCommandOutput } from "../commands/GetTrafficPolicyCommand";
36
- import { ListAddonInstancesCommandInput, ListAddonInstancesCommandOutput } from "../commands/ListAddonInstancesCommand";
37
- import { ListAddonSubscriptionsCommandInput, ListAddonSubscriptionsCommandOutput } from "../commands/ListAddonSubscriptionsCommand";
38
- import { ListAddressListImportJobsCommandInput, ListAddressListImportJobsCommandOutput } from "../commands/ListAddressListImportJobsCommand";
39
- import { ListAddressListsCommandInput, ListAddressListsCommandOutput } from "../commands/ListAddressListsCommand";
40
- import { ListArchiveExportsCommandInput, ListArchiveExportsCommandOutput } from "../commands/ListArchiveExportsCommand";
41
- import { ListArchivesCommandInput, ListArchivesCommandOutput } from "../commands/ListArchivesCommand";
42
- import { ListArchiveSearchesCommandInput, ListArchiveSearchesCommandOutput } from "../commands/ListArchiveSearchesCommand";
43
- import { ListIngressPointsCommandInput, ListIngressPointsCommandOutput } from "../commands/ListIngressPointsCommand";
44
- import { ListMembersOfAddressListCommandInput, ListMembersOfAddressListCommandOutput } from "../commands/ListMembersOfAddressListCommand";
45
- import { ListRelaysCommandInput, ListRelaysCommandOutput } from "../commands/ListRelaysCommand";
46
- import { ListRuleSetsCommandInput, ListRuleSetsCommandOutput } from "../commands/ListRuleSetsCommand";
47
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
48
- import { ListTrafficPoliciesCommandInput, ListTrafficPoliciesCommandOutput } from "../commands/ListTrafficPoliciesCommand";
49
- import { RegisterMemberToAddressListCommandInput, RegisterMemberToAddressListCommandOutput } from "../commands/RegisterMemberToAddressListCommand";
50
- import { StartAddressListImportJobCommandInput, StartAddressListImportJobCommandOutput } from "../commands/StartAddressListImportJobCommand";
51
- import { StartArchiveExportCommandInput, StartArchiveExportCommandOutput } from "../commands/StartArchiveExportCommand";
52
- import { StartArchiveSearchCommandInput, StartArchiveSearchCommandOutput } from "../commands/StartArchiveSearchCommand";
53
- import { StopAddressListImportJobCommandInput, StopAddressListImportJobCommandOutput } from "../commands/StopAddressListImportJobCommand";
54
- import { StopArchiveExportCommandInput, StopArchiveExportCommandOutput } from "../commands/StopArchiveExportCommand";
55
- import { StopArchiveSearchCommandInput, StopArchiveSearchCommandOutput } from "../commands/StopArchiveSearchCommand";
56
- import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
57
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
58
- import { UpdateArchiveCommandInput, UpdateArchiveCommandOutput } from "../commands/UpdateArchiveCommand";
59
- import { UpdateIngressPointCommandInput, UpdateIngressPointCommandOutput } from "../commands/UpdateIngressPointCommand";
60
- import { UpdateRelayCommandInput, UpdateRelayCommandOutput } from "../commands/UpdateRelayCommand";
61
- import { UpdateRuleSetCommandInput, UpdateRuleSetCommandOutput } from "../commands/UpdateRuleSetCommand";
62
- import { UpdateTrafficPolicyCommandInput, UpdateTrafficPolicyCommandOutput } from "../commands/UpdateTrafficPolicyCommand";
63
- /**
64
- * serializeAws_json1_0CreateAddonInstanceCommand
65
- */
66
- export declare const se_CreateAddonInstanceCommand: (input: CreateAddonInstanceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
67
- /**
68
- * serializeAws_json1_0CreateAddonSubscriptionCommand
69
- */
70
- export declare const se_CreateAddonSubscriptionCommand: (input: CreateAddonSubscriptionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
71
- /**
72
- * serializeAws_json1_0CreateAddressListCommand
73
- */
74
- export declare const se_CreateAddressListCommand: (input: CreateAddressListCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
75
- /**
76
- * serializeAws_json1_0CreateAddressListImportJobCommand
77
- */
78
- export declare const se_CreateAddressListImportJobCommand: (input: CreateAddressListImportJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
79
- /**
80
- * serializeAws_json1_0CreateArchiveCommand
81
- */
82
- export declare const se_CreateArchiveCommand: (input: CreateArchiveCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
83
- /**
84
- * serializeAws_json1_0CreateIngressPointCommand
85
- */
86
- export declare const se_CreateIngressPointCommand: (input: CreateIngressPointCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
87
- /**
88
- * serializeAws_json1_0CreateRelayCommand
89
- */
90
- export declare const se_CreateRelayCommand: (input: CreateRelayCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
91
- /**
92
- * serializeAws_json1_0CreateRuleSetCommand
93
- */
94
- export declare const se_CreateRuleSetCommand: (input: CreateRuleSetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
95
- /**
96
- * serializeAws_json1_0CreateTrafficPolicyCommand
97
- */
98
- export declare const se_CreateTrafficPolicyCommand: (input: CreateTrafficPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
99
- /**
100
- * serializeAws_json1_0DeleteAddonInstanceCommand
101
- */
102
- export declare const se_DeleteAddonInstanceCommand: (input: DeleteAddonInstanceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
103
- /**
104
- * serializeAws_json1_0DeleteAddonSubscriptionCommand
105
- */
106
- export declare const se_DeleteAddonSubscriptionCommand: (input: DeleteAddonSubscriptionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
107
- /**
108
- * serializeAws_json1_0DeleteAddressListCommand
109
- */
110
- export declare const se_DeleteAddressListCommand: (input: DeleteAddressListCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
111
- /**
112
- * serializeAws_json1_0DeleteArchiveCommand
113
- */
114
- export declare const se_DeleteArchiveCommand: (input: DeleteArchiveCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
115
- /**
116
- * serializeAws_json1_0DeleteIngressPointCommand
117
- */
118
- export declare const se_DeleteIngressPointCommand: (input: DeleteIngressPointCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
119
- /**
120
- * serializeAws_json1_0DeleteRelayCommand
121
- */
122
- export declare const se_DeleteRelayCommand: (input: DeleteRelayCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
123
- /**
124
- * serializeAws_json1_0DeleteRuleSetCommand
125
- */
126
- export declare const se_DeleteRuleSetCommand: (input: DeleteRuleSetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
127
- /**
128
- * serializeAws_json1_0DeleteTrafficPolicyCommand
129
- */
130
- export declare const se_DeleteTrafficPolicyCommand: (input: DeleteTrafficPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
131
- /**
132
- * serializeAws_json1_0DeregisterMemberFromAddressListCommand
133
- */
134
- export declare const se_DeregisterMemberFromAddressListCommand: (input: DeregisterMemberFromAddressListCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
135
- /**
136
- * serializeAws_json1_0GetAddonInstanceCommand
137
- */
138
- export declare const se_GetAddonInstanceCommand: (input: GetAddonInstanceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
139
- /**
140
- * serializeAws_json1_0GetAddonSubscriptionCommand
141
- */
142
- export declare const se_GetAddonSubscriptionCommand: (input: GetAddonSubscriptionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
143
- /**
144
- * serializeAws_json1_0GetAddressListCommand
145
- */
146
- export declare const se_GetAddressListCommand: (input: GetAddressListCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
147
- /**
148
- * serializeAws_json1_0GetAddressListImportJobCommand
149
- */
150
- export declare const se_GetAddressListImportJobCommand: (input: GetAddressListImportJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
151
- /**
152
- * serializeAws_json1_0GetArchiveCommand
153
- */
154
- export declare const se_GetArchiveCommand: (input: GetArchiveCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
155
- /**
156
- * serializeAws_json1_0GetArchiveExportCommand
157
- */
158
- export declare const se_GetArchiveExportCommand: (input: GetArchiveExportCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
159
- /**
160
- * serializeAws_json1_0GetArchiveMessageCommand
161
- */
162
- export declare const se_GetArchiveMessageCommand: (input: GetArchiveMessageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
163
- /**
164
- * serializeAws_json1_0GetArchiveMessageContentCommand
165
- */
166
- export declare const se_GetArchiveMessageContentCommand: (input: GetArchiveMessageContentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
167
- /**
168
- * serializeAws_json1_0GetArchiveSearchCommand
169
- */
170
- export declare const se_GetArchiveSearchCommand: (input: GetArchiveSearchCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
171
- /**
172
- * serializeAws_json1_0GetArchiveSearchResultsCommand
173
- */
174
- export declare const se_GetArchiveSearchResultsCommand: (input: GetArchiveSearchResultsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
175
- /**
176
- * serializeAws_json1_0GetIngressPointCommand
177
- */
178
- export declare const se_GetIngressPointCommand: (input: GetIngressPointCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
179
- /**
180
- * serializeAws_json1_0GetMemberOfAddressListCommand
181
- */
182
- export declare const se_GetMemberOfAddressListCommand: (input: GetMemberOfAddressListCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
183
- /**
184
- * serializeAws_json1_0GetRelayCommand
185
- */
186
- export declare const se_GetRelayCommand: (input: GetRelayCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
187
- /**
188
- * serializeAws_json1_0GetRuleSetCommand
189
- */
190
- export declare const se_GetRuleSetCommand: (input: GetRuleSetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
191
- /**
192
- * serializeAws_json1_0GetTrafficPolicyCommand
193
- */
194
- export declare const se_GetTrafficPolicyCommand: (input: GetTrafficPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
195
- /**
196
- * serializeAws_json1_0ListAddonInstancesCommand
197
- */
198
- export declare const se_ListAddonInstancesCommand: (input: ListAddonInstancesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
199
- /**
200
- * serializeAws_json1_0ListAddonSubscriptionsCommand
201
- */
202
- export declare const se_ListAddonSubscriptionsCommand: (input: ListAddonSubscriptionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
203
- /**
204
- * serializeAws_json1_0ListAddressListImportJobsCommand
205
- */
206
- export declare const se_ListAddressListImportJobsCommand: (input: ListAddressListImportJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
207
- /**
208
- * serializeAws_json1_0ListAddressListsCommand
209
- */
210
- export declare const se_ListAddressListsCommand: (input: ListAddressListsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
211
- /**
212
- * serializeAws_json1_0ListArchiveExportsCommand
213
- */
214
- export declare const se_ListArchiveExportsCommand: (input: ListArchiveExportsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
215
- /**
216
- * serializeAws_json1_0ListArchivesCommand
217
- */
218
- export declare const se_ListArchivesCommand: (input: ListArchivesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
219
- /**
220
- * serializeAws_json1_0ListArchiveSearchesCommand
221
- */
222
- export declare const se_ListArchiveSearchesCommand: (input: ListArchiveSearchesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
223
- /**
224
- * serializeAws_json1_0ListIngressPointsCommand
225
- */
226
- export declare const se_ListIngressPointsCommand: (input: ListIngressPointsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
227
- /**
228
- * serializeAws_json1_0ListMembersOfAddressListCommand
229
- */
230
- export declare const se_ListMembersOfAddressListCommand: (input: ListMembersOfAddressListCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
231
- /**
232
- * serializeAws_json1_0ListRelaysCommand
233
- */
234
- export declare const se_ListRelaysCommand: (input: ListRelaysCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
235
- /**
236
- * serializeAws_json1_0ListRuleSetsCommand
237
- */
238
- export declare const se_ListRuleSetsCommand: (input: ListRuleSetsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
239
- /**
240
- * serializeAws_json1_0ListTagsForResourceCommand
241
- */
242
- export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
243
- /**
244
- * serializeAws_json1_0ListTrafficPoliciesCommand
245
- */
246
- export declare const se_ListTrafficPoliciesCommand: (input: ListTrafficPoliciesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
247
- /**
248
- * serializeAws_json1_0RegisterMemberToAddressListCommand
249
- */
250
- export declare const se_RegisterMemberToAddressListCommand: (input: RegisterMemberToAddressListCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
251
- /**
252
- * serializeAws_json1_0StartAddressListImportJobCommand
253
- */
254
- export declare const se_StartAddressListImportJobCommand: (input: StartAddressListImportJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
255
- /**
256
- * serializeAws_json1_0StartArchiveExportCommand
257
- */
258
- export declare const se_StartArchiveExportCommand: (input: StartArchiveExportCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
259
- /**
260
- * serializeAws_json1_0StartArchiveSearchCommand
261
- */
262
- export declare const se_StartArchiveSearchCommand: (input: StartArchiveSearchCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
263
- /**
264
- * serializeAws_json1_0StopAddressListImportJobCommand
265
- */
266
- export declare const se_StopAddressListImportJobCommand: (input: StopAddressListImportJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
267
- /**
268
- * serializeAws_json1_0StopArchiveExportCommand
269
- */
270
- export declare const se_StopArchiveExportCommand: (input: StopArchiveExportCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
271
- /**
272
- * serializeAws_json1_0StopArchiveSearchCommand
273
- */
274
- export declare const se_StopArchiveSearchCommand: (input: StopArchiveSearchCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
275
- /**
276
- * serializeAws_json1_0TagResourceCommand
277
- */
278
- export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
279
- /**
280
- * serializeAws_json1_0UntagResourceCommand
281
- */
282
- export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
283
- /**
284
- * serializeAws_json1_0UpdateArchiveCommand
285
- */
286
- export declare const se_UpdateArchiveCommand: (input: UpdateArchiveCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
287
- /**
288
- * serializeAws_json1_0UpdateIngressPointCommand
289
- */
290
- export declare const se_UpdateIngressPointCommand: (input: UpdateIngressPointCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
291
- /**
292
- * serializeAws_json1_0UpdateRelayCommand
293
- */
294
- export declare const se_UpdateRelayCommand: (input: UpdateRelayCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
295
- /**
296
- * serializeAws_json1_0UpdateRuleSetCommand
297
- */
298
- export declare const se_UpdateRuleSetCommand: (input: UpdateRuleSetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
299
- /**
300
- * serializeAws_json1_0UpdateTrafficPolicyCommand
301
- */
302
- export declare const se_UpdateTrafficPolicyCommand: (input: UpdateTrafficPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
303
- /**
304
- * deserializeAws_json1_0CreateAddonInstanceCommand
305
- */
306
- export declare const de_CreateAddonInstanceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAddonInstanceCommandOutput>;
307
- /**
308
- * deserializeAws_json1_0CreateAddonSubscriptionCommand
309
- */
310
- export declare const de_CreateAddonSubscriptionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAddonSubscriptionCommandOutput>;
311
- /**
312
- * deserializeAws_json1_0CreateAddressListCommand
313
- */
314
- export declare const de_CreateAddressListCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAddressListCommandOutput>;
315
- /**
316
- * deserializeAws_json1_0CreateAddressListImportJobCommand
317
- */
318
- export declare const de_CreateAddressListImportJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAddressListImportJobCommandOutput>;
319
- /**
320
- * deserializeAws_json1_0CreateArchiveCommand
321
- */
322
- export declare const de_CreateArchiveCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateArchiveCommandOutput>;
323
- /**
324
- * deserializeAws_json1_0CreateIngressPointCommand
325
- */
326
- export declare const de_CreateIngressPointCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateIngressPointCommandOutput>;
327
- /**
328
- * deserializeAws_json1_0CreateRelayCommand
329
- */
330
- export declare const de_CreateRelayCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateRelayCommandOutput>;
331
- /**
332
- * deserializeAws_json1_0CreateRuleSetCommand
333
- */
334
- export declare const de_CreateRuleSetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateRuleSetCommandOutput>;
335
- /**
336
- * deserializeAws_json1_0CreateTrafficPolicyCommand
337
- */
338
- export declare const de_CreateTrafficPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateTrafficPolicyCommandOutput>;
339
- /**
340
- * deserializeAws_json1_0DeleteAddonInstanceCommand
341
- */
342
- export declare const de_DeleteAddonInstanceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAddonInstanceCommandOutput>;
343
- /**
344
- * deserializeAws_json1_0DeleteAddonSubscriptionCommand
345
- */
346
- export declare const de_DeleteAddonSubscriptionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAddonSubscriptionCommandOutput>;
347
- /**
348
- * deserializeAws_json1_0DeleteAddressListCommand
349
- */
350
- export declare const de_DeleteAddressListCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAddressListCommandOutput>;
351
- /**
352
- * deserializeAws_json1_0DeleteArchiveCommand
353
- */
354
- export declare const de_DeleteArchiveCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteArchiveCommandOutput>;
355
- /**
356
- * deserializeAws_json1_0DeleteIngressPointCommand
357
- */
358
- export declare const de_DeleteIngressPointCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteIngressPointCommandOutput>;
359
- /**
360
- * deserializeAws_json1_0DeleteRelayCommand
361
- */
362
- export declare const de_DeleteRelayCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteRelayCommandOutput>;
363
- /**
364
- * deserializeAws_json1_0DeleteRuleSetCommand
365
- */
366
- export declare const de_DeleteRuleSetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteRuleSetCommandOutput>;
367
- /**
368
- * deserializeAws_json1_0DeleteTrafficPolicyCommand
369
- */
370
- export declare const de_DeleteTrafficPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteTrafficPolicyCommandOutput>;
371
- /**
372
- * deserializeAws_json1_0DeregisterMemberFromAddressListCommand
373
- */
374
- export declare const de_DeregisterMemberFromAddressListCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeregisterMemberFromAddressListCommandOutput>;
375
- /**
376
- * deserializeAws_json1_0GetAddonInstanceCommand
377
- */
378
- export declare const de_GetAddonInstanceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAddonInstanceCommandOutput>;
379
- /**
380
- * deserializeAws_json1_0GetAddonSubscriptionCommand
381
- */
382
- export declare const de_GetAddonSubscriptionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAddonSubscriptionCommandOutput>;
383
- /**
384
- * deserializeAws_json1_0GetAddressListCommand
385
- */
386
- export declare const de_GetAddressListCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAddressListCommandOutput>;
387
- /**
388
- * deserializeAws_json1_0GetAddressListImportJobCommand
389
- */
390
- export declare const de_GetAddressListImportJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAddressListImportJobCommandOutput>;
391
- /**
392
- * deserializeAws_json1_0GetArchiveCommand
393
- */
394
- export declare const de_GetArchiveCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetArchiveCommandOutput>;
395
- /**
396
- * deserializeAws_json1_0GetArchiveExportCommand
397
- */
398
- export declare const de_GetArchiveExportCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetArchiveExportCommandOutput>;
399
- /**
400
- * deserializeAws_json1_0GetArchiveMessageCommand
401
- */
402
- export declare const de_GetArchiveMessageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetArchiveMessageCommandOutput>;
403
- /**
404
- * deserializeAws_json1_0GetArchiveMessageContentCommand
405
- */
406
- export declare const de_GetArchiveMessageContentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetArchiveMessageContentCommandOutput>;
407
- /**
408
- * deserializeAws_json1_0GetArchiveSearchCommand
409
- */
410
- export declare const de_GetArchiveSearchCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetArchiveSearchCommandOutput>;
411
- /**
412
- * deserializeAws_json1_0GetArchiveSearchResultsCommand
413
- */
414
- export declare const de_GetArchiveSearchResultsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetArchiveSearchResultsCommandOutput>;
415
- /**
416
- * deserializeAws_json1_0GetIngressPointCommand
417
- */
418
- export declare const de_GetIngressPointCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetIngressPointCommandOutput>;
419
- /**
420
- * deserializeAws_json1_0GetMemberOfAddressListCommand
421
- */
422
- export declare const de_GetMemberOfAddressListCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetMemberOfAddressListCommandOutput>;
423
- /**
424
- * deserializeAws_json1_0GetRelayCommand
425
- */
426
- export declare const de_GetRelayCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetRelayCommandOutput>;
427
- /**
428
- * deserializeAws_json1_0GetRuleSetCommand
429
- */
430
- export declare const de_GetRuleSetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetRuleSetCommandOutput>;
431
- /**
432
- * deserializeAws_json1_0GetTrafficPolicyCommand
433
- */
434
- export declare const de_GetTrafficPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetTrafficPolicyCommandOutput>;
435
- /**
436
- * deserializeAws_json1_0ListAddonInstancesCommand
437
- */
438
- export declare const de_ListAddonInstancesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAddonInstancesCommandOutput>;
439
- /**
440
- * deserializeAws_json1_0ListAddonSubscriptionsCommand
441
- */
442
- export declare const de_ListAddonSubscriptionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAddonSubscriptionsCommandOutput>;
443
- /**
444
- * deserializeAws_json1_0ListAddressListImportJobsCommand
445
- */
446
- export declare const de_ListAddressListImportJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAddressListImportJobsCommandOutput>;
447
- /**
448
- * deserializeAws_json1_0ListAddressListsCommand
449
- */
450
- export declare const de_ListAddressListsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAddressListsCommandOutput>;
451
- /**
452
- * deserializeAws_json1_0ListArchiveExportsCommand
453
- */
454
- export declare const de_ListArchiveExportsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListArchiveExportsCommandOutput>;
455
- /**
456
- * deserializeAws_json1_0ListArchivesCommand
457
- */
458
- export declare const de_ListArchivesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListArchivesCommandOutput>;
459
- /**
460
- * deserializeAws_json1_0ListArchiveSearchesCommand
461
- */
462
- export declare const de_ListArchiveSearchesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListArchiveSearchesCommandOutput>;
463
- /**
464
- * deserializeAws_json1_0ListIngressPointsCommand
465
- */
466
- export declare const de_ListIngressPointsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListIngressPointsCommandOutput>;
467
- /**
468
- * deserializeAws_json1_0ListMembersOfAddressListCommand
469
- */
470
- export declare const de_ListMembersOfAddressListCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListMembersOfAddressListCommandOutput>;
471
- /**
472
- * deserializeAws_json1_0ListRelaysCommand
473
- */
474
- export declare const de_ListRelaysCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListRelaysCommandOutput>;
475
- /**
476
- * deserializeAws_json1_0ListRuleSetsCommand
477
- */
478
- export declare const de_ListRuleSetsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListRuleSetsCommandOutput>;
479
- /**
480
- * deserializeAws_json1_0ListTagsForResourceCommand
481
- */
482
- export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
483
- /**
484
- * deserializeAws_json1_0ListTrafficPoliciesCommand
485
- */
486
- export declare const de_ListTrafficPoliciesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTrafficPoliciesCommandOutput>;
487
- /**
488
- * deserializeAws_json1_0RegisterMemberToAddressListCommand
489
- */
490
- export declare const de_RegisterMemberToAddressListCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RegisterMemberToAddressListCommandOutput>;
491
- /**
492
- * deserializeAws_json1_0StartAddressListImportJobCommand
493
- */
494
- export declare const de_StartAddressListImportJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartAddressListImportJobCommandOutput>;
495
- /**
496
- * deserializeAws_json1_0StartArchiveExportCommand
497
- */
498
- export declare const de_StartArchiveExportCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartArchiveExportCommandOutput>;
499
- /**
500
- * deserializeAws_json1_0StartArchiveSearchCommand
501
- */
502
- export declare const de_StartArchiveSearchCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartArchiveSearchCommandOutput>;
503
- /**
504
- * deserializeAws_json1_0StopAddressListImportJobCommand
505
- */
506
- export declare const de_StopAddressListImportJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopAddressListImportJobCommandOutput>;
507
- /**
508
- * deserializeAws_json1_0StopArchiveExportCommand
509
- */
510
- export declare const de_StopArchiveExportCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopArchiveExportCommandOutput>;
511
- /**
512
- * deserializeAws_json1_0StopArchiveSearchCommand
513
- */
514
- export declare const de_StopArchiveSearchCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopArchiveSearchCommandOutput>;
515
- /**
516
- * deserializeAws_json1_0TagResourceCommand
517
- */
518
- export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
519
- /**
520
- * deserializeAws_json1_0UntagResourceCommand
521
- */
522
- export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
523
- /**
524
- * deserializeAws_json1_0UpdateArchiveCommand
525
- */
526
- export declare const de_UpdateArchiveCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateArchiveCommandOutput>;
527
- /**
528
- * deserializeAws_json1_0UpdateIngressPointCommand
529
- */
530
- export declare const de_UpdateIngressPointCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateIngressPointCommandOutput>;
531
- /**
532
- * deserializeAws_json1_0UpdateRelayCommand
533
- */
534
- export declare const de_UpdateRelayCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateRelayCommandOutput>;
535
- /**
536
- * deserializeAws_json1_0UpdateRuleSetCommand
537
- */
538
- export declare const de_UpdateRuleSetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateRuleSetCommandOutput>;
539
- /**
540
- * deserializeAws_json1_0UpdateTrafficPolicyCommand
541
- */
542
- export declare const de_UpdateTrafficPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateTrafficPolicyCommandOutput>;