@aws-sdk/client-route53resolver 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 (89) hide show
  1. package/dist-cjs/index.js +1972 -2124
  2. package/dist-cjs/runtimeConfig.shared.js +7 -0
  3. package/dist-es/Route53ResolverClient.js +2 -0
  4. package/dist-es/commands/AssociateFirewallRuleGroupCommand.js +3 -9
  5. package/dist-es/commands/AssociateResolverEndpointIpAddressCommand.js +3 -9
  6. package/dist-es/commands/AssociateResolverQueryLogConfigCommand.js +3 -9
  7. package/dist-es/commands/AssociateResolverRuleCommand.js +3 -9
  8. package/dist-es/commands/CreateFirewallDomainListCommand.js +3 -9
  9. package/dist-es/commands/CreateFirewallRuleCommand.js +3 -9
  10. package/dist-es/commands/CreateFirewallRuleGroupCommand.js +3 -9
  11. package/dist-es/commands/CreateOutpostResolverCommand.js +3 -9
  12. package/dist-es/commands/CreateResolverEndpointCommand.js +3 -9
  13. package/dist-es/commands/CreateResolverQueryLogConfigCommand.js +3 -9
  14. package/dist-es/commands/CreateResolverRuleCommand.js +3 -9
  15. package/dist-es/commands/DeleteFirewallDomainListCommand.js +3 -9
  16. package/dist-es/commands/DeleteFirewallRuleCommand.js +3 -9
  17. package/dist-es/commands/DeleteFirewallRuleGroupCommand.js +3 -9
  18. package/dist-es/commands/DeleteOutpostResolverCommand.js +3 -9
  19. package/dist-es/commands/DeleteResolverEndpointCommand.js +3 -9
  20. package/dist-es/commands/DeleteResolverQueryLogConfigCommand.js +3 -9
  21. package/dist-es/commands/DeleteResolverRuleCommand.js +3 -9
  22. package/dist-es/commands/DisassociateFirewallRuleGroupCommand.js +3 -9
  23. package/dist-es/commands/DisassociateResolverEndpointIpAddressCommand.js +3 -9
  24. package/dist-es/commands/DisassociateResolverQueryLogConfigCommand.js +3 -9
  25. package/dist-es/commands/DisassociateResolverRuleCommand.js +3 -9
  26. package/dist-es/commands/GetFirewallConfigCommand.js +3 -9
  27. package/dist-es/commands/GetFirewallDomainListCommand.js +3 -9
  28. package/dist-es/commands/GetFirewallRuleGroupAssociationCommand.js +3 -9
  29. package/dist-es/commands/GetFirewallRuleGroupCommand.js +3 -9
  30. package/dist-es/commands/GetFirewallRuleGroupPolicyCommand.js +3 -9
  31. package/dist-es/commands/GetOutpostResolverCommand.js +3 -9
  32. package/dist-es/commands/GetResolverConfigCommand.js +3 -9
  33. package/dist-es/commands/GetResolverDnssecConfigCommand.js +3 -9
  34. package/dist-es/commands/GetResolverEndpointCommand.js +3 -9
  35. package/dist-es/commands/GetResolverQueryLogConfigAssociationCommand.js +3 -9
  36. package/dist-es/commands/GetResolverQueryLogConfigCommand.js +3 -9
  37. package/dist-es/commands/GetResolverQueryLogConfigPolicyCommand.js +3 -9
  38. package/dist-es/commands/GetResolverRuleAssociationCommand.js +3 -9
  39. package/dist-es/commands/GetResolverRuleCommand.js +3 -9
  40. package/dist-es/commands/GetResolverRulePolicyCommand.js +3 -9
  41. package/dist-es/commands/ImportFirewallDomainsCommand.js +3 -9
  42. package/dist-es/commands/ListFirewallConfigsCommand.js +3 -9
  43. package/dist-es/commands/ListFirewallDomainListsCommand.js +3 -9
  44. package/dist-es/commands/ListFirewallDomainsCommand.js +3 -9
  45. package/dist-es/commands/ListFirewallRuleGroupAssociationsCommand.js +3 -9
  46. package/dist-es/commands/ListFirewallRuleGroupsCommand.js +3 -9
  47. package/dist-es/commands/ListFirewallRulesCommand.js +3 -9
  48. package/dist-es/commands/ListOutpostResolversCommand.js +3 -9
  49. package/dist-es/commands/ListResolverConfigsCommand.js +3 -9
  50. package/dist-es/commands/ListResolverDnssecConfigsCommand.js +3 -9
  51. package/dist-es/commands/ListResolverEndpointIpAddressesCommand.js +3 -9
  52. package/dist-es/commands/ListResolverEndpointsCommand.js +3 -9
  53. package/dist-es/commands/ListResolverQueryLogConfigAssociationsCommand.js +3 -9
  54. package/dist-es/commands/ListResolverQueryLogConfigsCommand.js +3 -9
  55. package/dist-es/commands/ListResolverRuleAssociationsCommand.js +3 -9
  56. package/dist-es/commands/ListResolverRulesCommand.js +3 -9
  57. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  58. package/dist-es/commands/PutFirewallRuleGroupPolicyCommand.js +3 -9
  59. package/dist-es/commands/PutResolverQueryLogConfigPolicyCommand.js +3 -9
  60. package/dist-es/commands/PutResolverRulePolicyCommand.js +3 -9
  61. package/dist-es/commands/TagResourceCommand.js +3 -9
  62. package/dist-es/commands/UntagResourceCommand.js +3 -9
  63. package/dist-es/commands/UpdateFirewallConfigCommand.js +3 -9
  64. package/dist-es/commands/UpdateFirewallDomainsCommand.js +3 -9
  65. package/dist-es/commands/UpdateFirewallRuleCommand.js +3 -9
  66. package/dist-es/commands/UpdateFirewallRuleGroupAssociationCommand.js +3 -9
  67. package/dist-es/commands/UpdateOutpostResolverCommand.js +3 -9
  68. package/dist-es/commands/UpdateResolverConfigCommand.js +3 -9
  69. package/dist-es/commands/UpdateResolverDnssecConfigCommand.js +3 -9
  70. package/dist-es/commands/UpdateResolverEndpointCommand.js +3 -9
  71. package/dist-es/commands/UpdateResolverRuleCommand.js +3 -9
  72. package/dist-es/runtimeConfig.shared.js +7 -0
  73. package/dist-es/schemas/schemas_0.js +1789 -0
  74. package/dist-types/Route53ResolverClient.d.ts +10 -1
  75. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  76. package/dist-types/runtimeConfig.d.ts +1 -0
  77. package/dist-types/runtimeConfig.native.d.ts +1 -0
  78. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  79. package/dist-types/schemas/schemas_0.d.ts +271 -0
  80. package/dist-types/ts3.4/Route53ResolverClient.d.ts +4 -0
  81. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  82. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  83. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  84. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  85. package/dist-types/ts3.4/schemas/schemas_0.d.ts +276 -0
  86. package/package.json +5 -6
  87. package/dist-es/protocols/Aws_json1_1.js +0 -1601
  88. package/dist-types/protocols/Aws_json1_1.d.ts +0 -614
  89. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +0 -821
@@ -1,821 +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
- AssociateFirewallRuleGroupCommandInput,
8
- AssociateFirewallRuleGroupCommandOutput,
9
- } from "../commands/AssociateFirewallRuleGroupCommand";
10
- import {
11
- AssociateResolverEndpointIpAddressCommandInput,
12
- AssociateResolverEndpointIpAddressCommandOutput,
13
- } from "../commands/AssociateResolverEndpointIpAddressCommand";
14
- import {
15
- AssociateResolverQueryLogConfigCommandInput,
16
- AssociateResolverQueryLogConfigCommandOutput,
17
- } from "../commands/AssociateResolverQueryLogConfigCommand";
18
- import {
19
- AssociateResolverRuleCommandInput,
20
- AssociateResolverRuleCommandOutput,
21
- } from "../commands/AssociateResolverRuleCommand";
22
- import {
23
- CreateFirewallDomainListCommandInput,
24
- CreateFirewallDomainListCommandOutput,
25
- } from "../commands/CreateFirewallDomainListCommand";
26
- import {
27
- CreateFirewallRuleCommandInput,
28
- CreateFirewallRuleCommandOutput,
29
- } from "../commands/CreateFirewallRuleCommand";
30
- import {
31
- CreateFirewallRuleGroupCommandInput,
32
- CreateFirewallRuleGroupCommandOutput,
33
- } from "../commands/CreateFirewallRuleGroupCommand";
34
- import {
35
- CreateOutpostResolverCommandInput,
36
- CreateOutpostResolverCommandOutput,
37
- } from "../commands/CreateOutpostResolverCommand";
38
- import {
39
- CreateResolverEndpointCommandInput,
40
- CreateResolverEndpointCommandOutput,
41
- } from "../commands/CreateResolverEndpointCommand";
42
- import {
43
- CreateResolverQueryLogConfigCommandInput,
44
- CreateResolverQueryLogConfigCommandOutput,
45
- } from "../commands/CreateResolverQueryLogConfigCommand";
46
- import {
47
- CreateResolverRuleCommandInput,
48
- CreateResolverRuleCommandOutput,
49
- } from "../commands/CreateResolverRuleCommand";
50
- import {
51
- DeleteFirewallDomainListCommandInput,
52
- DeleteFirewallDomainListCommandOutput,
53
- } from "../commands/DeleteFirewallDomainListCommand";
54
- import {
55
- DeleteFirewallRuleCommandInput,
56
- DeleteFirewallRuleCommandOutput,
57
- } from "../commands/DeleteFirewallRuleCommand";
58
- import {
59
- DeleteFirewallRuleGroupCommandInput,
60
- DeleteFirewallRuleGroupCommandOutput,
61
- } from "../commands/DeleteFirewallRuleGroupCommand";
62
- import {
63
- DeleteOutpostResolverCommandInput,
64
- DeleteOutpostResolverCommandOutput,
65
- } from "../commands/DeleteOutpostResolverCommand";
66
- import {
67
- DeleteResolverEndpointCommandInput,
68
- DeleteResolverEndpointCommandOutput,
69
- } from "../commands/DeleteResolverEndpointCommand";
70
- import {
71
- DeleteResolverQueryLogConfigCommandInput,
72
- DeleteResolverQueryLogConfigCommandOutput,
73
- } from "../commands/DeleteResolverQueryLogConfigCommand";
74
- import {
75
- DeleteResolverRuleCommandInput,
76
- DeleteResolverRuleCommandOutput,
77
- } from "../commands/DeleteResolverRuleCommand";
78
- import {
79
- DisassociateFirewallRuleGroupCommandInput,
80
- DisassociateFirewallRuleGroupCommandOutput,
81
- } from "../commands/DisassociateFirewallRuleGroupCommand";
82
- import {
83
- DisassociateResolverEndpointIpAddressCommandInput,
84
- DisassociateResolverEndpointIpAddressCommandOutput,
85
- } from "../commands/DisassociateResolverEndpointIpAddressCommand";
86
- import {
87
- DisassociateResolverQueryLogConfigCommandInput,
88
- DisassociateResolverQueryLogConfigCommandOutput,
89
- } from "../commands/DisassociateResolverQueryLogConfigCommand";
90
- import {
91
- DisassociateResolverRuleCommandInput,
92
- DisassociateResolverRuleCommandOutput,
93
- } from "../commands/DisassociateResolverRuleCommand";
94
- import {
95
- GetFirewallConfigCommandInput,
96
- GetFirewallConfigCommandOutput,
97
- } from "../commands/GetFirewallConfigCommand";
98
- import {
99
- GetFirewallDomainListCommandInput,
100
- GetFirewallDomainListCommandOutput,
101
- } from "../commands/GetFirewallDomainListCommand";
102
- import {
103
- GetFirewallRuleGroupAssociationCommandInput,
104
- GetFirewallRuleGroupAssociationCommandOutput,
105
- } from "../commands/GetFirewallRuleGroupAssociationCommand";
106
- import {
107
- GetFirewallRuleGroupCommandInput,
108
- GetFirewallRuleGroupCommandOutput,
109
- } from "../commands/GetFirewallRuleGroupCommand";
110
- import {
111
- GetFirewallRuleGroupPolicyCommandInput,
112
- GetFirewallRuleGroupPolicyCommandOutput,
113
- } from "../commands/GetFirewallRuleGroupPolicyCommand";
114
- import {
115
- GetOutpostResolverCommandInput,
116
- GetOutpostResolverCommandOutput,
117
- } from "../commands/GetOutpostResolverCommand";
118
- import {
119
- GetResolverConfigCommandInput,
120
- GetResolverConfigCommandOutput,
121
- } from "../commands/GetResolverConfigCommand";
122
- import {
123
- GetResolverDnssecConfigCommandInput,
124
- GetResolverDnssecConfigCommandOutput,
125
- } from "../commands/GetResolverDnssecConfigCommand";
126
- import {
127
- GetResolverEndpointCommandInput,
128
- GetResolverEndpointCommandOutput,
129
- } from "../commands/GetResolverEndpointCommand";
130
- import {
131
- GetResolverQueryLogConfigAssociationCommandInput,
132
- GetResolverQueryLogConfigAssociationCommandOutput,
133
- } from "../commands/GetResolverQueryLogConfigAssociationCommand";
134
- import {
135
- GetResolverQueryLogConfigCommandInput,
136
- GetResolverQueryLogConfigCommandOutput,
137
- } from "../commands/GetResolverQueryLogConfigCommand";
138
- import {
139
- GetResolverQueryLogConfigPolicyCommandInput,
140
- GetResolverQueryLogConfigPolicyCommandOutput,
141
- } from "../commands/GetResolverQueryLogConfigPolicyCommand";
142
- import {
143
- GetResolverRuleAssociationCommandInput,
144
- GetResolverRuleAssociationCommandOutput,
145
- } from "../commands/GetResolverRuleAssociationCommand";
146
- import {
147
- GetResolverRuleCommandInput,
148
- GetResolverRuleCommandOutput,
149
- } from "../commands/GetResolverRuleCommand";
150
- import {
151
- GetResolverRulePolicyCommandInput,
152
- GetResolverRulePolicyCommandOutput,
153
- } from "../commands/GetResolverRulePolicyCommand";
154
- import {
155
- ImportFirewallDomainsCommandInput,
156
- ImportFirewallDomainsCommandOutput,
157
- } from "../commands/ImportFirewallDomainsCommand";
158
- import {
159
- ListFirewallConfigsCommandInput,
160
- ListFirewallConfigsCommandOutput,
161
- } from "../commands/ListFirewallConfigsCommand";
162
- import {
163
- ListFirewallDomainListsCommandInput,
164
- ListFirewallDomainListsCommandOutput,
165
- } from "../commands/ListFirewallDomainListsCommand";
166
- import {
167
- ListFirewallDomainsCommandInput,
168
- ListFirewallDomainsCommandOutput,
169
- } from "../commands/ListFirewallDomainsCommand";
170
- import {
171
- ListFirewallRuleGroupAssociationsCommandInput,
172
- ListFirewallRuleGroupAssociationsCommandOutput,
173
- } from "../commands/ListFirewallRuleGroupAssociationsCommand";
174
- import {
175
- ListFirewallRuleGroupsCommandInput,
176
- ListFirewallRuleGroupsCommandOutput,
177
- } from "../commands/ListFirewallRuleGroupsCommand";
178
- import {
179
- ListFirewallRulesCommandInput,
180
- ListFirewallRulesCommandOutput,
181
- } from "../commands/ListFirewallRulesCommand";
182
- import {
183
- ListOutpostResolversCommandInput,
184
- ListOutpostResolversCommandOutput,
185
- } from "../commands/ListOutpostResolversCommand";
186
- import {
187
- ListResolverConfigsCommandInput,
188
- ListResolverConfigsCommandOutput,
189
- } from "../commands/ListResolverConfigsCommand";
190
- import {
191
- ListResolverDnssecConfigsCommandInput,
192
- ListResolverDnssecConfigsCommandOutput,
193
- } from "../commands/ListResolverDnssecConfigsCommand";
194
- import {
195
- ListResolverEndpointIpAddressesCommandInput,
196
- ListResolverEndpointIpAddressesCommandOutput,
197
- } from "../commands/ListResolverEndpointIpAddressesCommand";
198
- import {
199
- ListResolverEndpointsCommandInput,
200
- ListResolverEndpointsCommandOutput,
201
- } from "../commands/ListResolverEndpointsCommand";
202
- import {
203
- ListResolverQueryLogConfigAssociationsCommandInput,
204
- ListResolverQueryLogConfigAssociationsCommandOutput,
205
- } from "../commands/ListResolverQueryLogConfigAssociationsCommand";
206
- import {
207
- ListResolverQueryLogConfigsCommandInput,
208
- ListResolverQueryLogConfigsCommandOutput,
209
- } from "../commands/ListResolverQueryLogConfigsCommand";
210
- import {
211
- ListResolverRuleAssociationsCommandInput,
212
- ListResolverRuleAssociationsCommandOutput,
213
- } from "../commands/ListResolverRuleAssociationsCommand";
214
- import {
215
- ListResolverRulesCommandInput,
216
- ListResolverRulesCommandOutput,
217
- } from "../commands/ListResolverRulesCommand";
218
- import {
219
- ListTagsForResourceCommandInput,
220
- ListTagsForResourceCommandOutput,
221
- } from "../commands/ListTagsForResourceCommand";
222
- import {
223
- PutFirewallRuleGroupPolicyCommandInput,
224
- PutFirewallRuleGroupPolicyCommandOutput,
225
- } from "../commands/PutFirewallRuleGroupPolicyCommand";
226
- import {
227
- PutResolverQueryLogConfigPolicyCommandInput,
228
- PutResolverQueryLogConfigPolicyCommandOutput,
229
- } from "../commands/PutResolverQueryLogConfigPolicyCommand";
230
- import {
231
- PutResolverRulePolicyCommandInput,
232
- PutResolverRulePolicyCommandOutput,
233
- } from "../commands/PutResolverRulePolicyCommand";
234
- import {
235
- TagResourceCommandInput,
236
- TagResourceCommandOutput,
237
- } from "../commands/TagResourceCommand";
238
- import {
239
- UntagResourceCommandInput,
240
- UntagResourceCommandOutput,
241
- } from "../commands/UntagResourceCommand";
242
- import {
243
- UpdateFirewallConfigCommandInput,
244
- UpdateFirewallConfigCommandOutput,
245
- } from "../commands/UpdateFirewallConfigCommand";
246
- import {
247
- UpdateFirewallDomainsCommandInput,
248
- UpdateFirewallDomainsCommandOutput,
249
- } from "../commands/UpdateFirewallDomainsCommand";
250
- import {
251
- UpdateFirewallRuleCommandInput,
252
- UpdateFirewallRuleCommandOutput,
253
- } from "../commands/UpdateFirewallRuleCommand";
254
- import {
255
- UpdateFirewallRuleGroupAssociationCommandInput,
256
- UpdateFirewallRuleGroupAssociationCommandOutput,
257
- } from "../commands/UpdateFirewallRuleGroupAssociationCommand";
258
- import {
259
- UpdateOutpostResolverCommandInput,
260
- UpdateOutpostResolverCommandOutput,
261
- } from "../commands/UpdateOutpostResolverCommand";
262
- import {
263
- UpdateResolverConfigCommandInput,
264
- UpdateResolverConfigCommandOutput,
265
- } from "../commands/UpdateResolverConfigCommand";
266
- import {
267
- UpdateResolverDnssecConfigCommandInput,
268
- UpdateResolverDnssecConfigCommandOutput,
269
- } from "../commands/UpdateResolverDnssecConfigCommand";
270
- import {
271
- UpdateResolverEndpointCommandInput,
272
- UpdateResolverEndpointCommandOutput,
273
- } from "../commands/UpdateResolverEndpointCommand";
274
- import {
275
- UpdateResolverRuleCommandInput,
276
- UpdateResolverRuleCommandOutput,
277
- } from "../commands/UpdateResolverRuleCommand";
278
- export declare const se_AssociateFirewallRuleGroupCommand: (
279
- input: AssociateFirewallRuleGroupCommandInput,
280
- context: __SerdeContext
281
- ) => Promise<__HttpRequest>;
282
- export declare const se_AssociateResolverEndpointIpAddressCommand: (
283
- input: AssociateResolverEndpointIpAddressCommandInput,
284
- context: __SerdeContext
285
- ) => Promise<__HttpRequest>;
286
- export declare const se_AssociateResolverQueryLogConfigCommand: (
287
- input: AssociateResolverQueryLogConfigCommandInput,
288
- context: __SerdeContext
289
- ) => Promise<__HttpRequest>;
290
- export declare const se_AssociateResolverRuleCommand: (
291
- input: AssociateResolverRuleCommandInput,
292
- context: __SerdeContext
293
- ) => Promise<__HttpRequest>;
294
- export declare const se_CreateFirewallDomainListCommand: (
295
- input: CreateFirewallDomainListCommandInput,
296
- context: __SerdeContext
297
- ) => Promise<__HttpRequest>;
298
- export declare const se_CreateFirewallRuleCommand: (
299
- input: CreateFirewallRuleCommandInput,
300
- context: __SerdeContext
301
- ) => Promise<__HttpRequest>;
302
- export declare const se_CreateFirewallRuleGroupCommand: (
303
- input: CreateFirewallRuleGroupCommandInput,
304
- context: __SerdeContext
305
- ) => Promise<__HttpRequest>;
306
- export declare const se_CreateOutpostResolverCommand: (
307
- input: CreateOutpostResolverCommandInput,
308
- context: __SerdeContext
309
- ) => Promise<__HttpRequest>;
310
- export declare const se_CreateResolverEndpointCommand: (
311
- input: CreateResolverEndpointCommandInput,
312
- context: __SerdeContext
313
- ) => Promise<__HttpRequest>;
314
- export declare const se_CreateResolverQueryLogConfigCommand: (
315
- input: CreateResolverQueryLogConfigCommandInput,
316
- context: __SerdeContext
317
- ) => Promise<__HttpRequest>;
318
- export declare const se_CreateResolverRuleCommand: (
319
- input: CreateResolverRuleCommandInput,
320
- context: __SerdeContext
321
- ) => Promise<__HttpRequest>;
322
- export declare const se_DeleteFirewallDomainListCommand: (
323
- input: DeleteFirewallDomainListCommandInput,
324
- context: __SerdeContext
325
- ) => Promise<__HttpRequest>;
326
- export declare const se_DeleteFirewallRuleCommand: (
327
- input: DeleteFirewallRuleCommandInput,
328
- context: __SerdeContext
329
- ) => Promise<__HttpRequest>;
330
- export declare const se_DeleteFirewallRuleGroupCommand: (
331
- input: DeleteFirewallRuleGroupCommandInput,
332
- context: __SerdeContext
333
- ) => Promise<__HttpRequest>;
334
- export declare const se_DeleteOutpostResolverCommand: (
335
- input: DeleteOutpostResolverCommandInput,
336
- context: __SerdeContext
337
- ) => Promise<__HttpRequest>;
338
- export declare const se_DeleteResolverEndpointCommand: (
339
- input: DeleteResolverEndpointCommandInput,
340
- context: __SerdeContext
341
- ) => Promise<__HttpRequest>;
342
- export declare const se_DeleteResolverQueryLogConfigCommand: (
343
- input: DeleteResolverQueryLogConfigCommandInput,
344
- context: __SerdeContext
345
- ) => Promise<__HttpRequest>;
346
- export declare const se_DeleteResolverRuleCommand: (
347
- input: DeleteResolverRuleCommandInput,
348
- context: __SerdeContext
349
- ) => Promise<__HttpRequest>;
350
- export declare const se_DisassociateFirewallRuleGroupCommand: (
351
- input: DisassociateFirewallRuleGroupCommandInput,
352
- context: __SerdeContext
353
- ) => Promise<__HttpRequest>;
354
- export declare const se_DisassociateResolverEndpointIpAddressCommand: (
355
- input: DisassociateResolverEndpointIpAddressCommandInput,
356
- context: __SerdeContext
357
- ) => Promise<__HttpRequest>;
358
- export declare const se_DisassociateResolverQueryLogConfigCommand: (
359
- input: DisassociateResolverQueryLogConfigCommandInput,
360
- context: __SerdeContext
361
- ) => Promise<__HttpRequest>;
362
- export declare const se_DisassociateResolverRuleCommand: (
363
- input: DisassociateResolverRuleCommandInput,
364
- context: __SerdeContext
365
- ) => Promise<__HttpRequest>;
366
- export declare const se_GetFirewallConfigCommand: (
367
- input: GetFirewallConfigCommandInput,
368
- context: __SerdeContext
369
- ) => Promise<__HttpRequest>;
370
- export declare const se_GetFirewallDomainListCommand: (
371
- input: GetFirewallDomainListCommandInput,
372
- context: __SerdeContext
373
- ) => Promise<__HttpRequest>;
374
- export declare const se_GetFirewallRuleGroupCommand: (
375
- input: GetFirewallRuleGroupCommandInput,
376
- context: __SerdeContext
377
- ) => Promise<__HttpRequest>;
378
- export declare const se_GetFirewallRuleGroupAssociationCommand: (
379
- input: GetFirewallRuleGroupAssociationCommandInput,
380
- context: __SerdeContext
381
- ) => Promise<__HttpRequest>;
382
- export declare const se_GetFirewallRuleGroupPolicyCommand: (
383
- input: GetFirewallRuleGroupPolicyCommandInput,
384
- context: __SerdeContext
385
- ) => Promise<__HttpRequest>;
386
- export declare const se_GetOutpostResolverCommand: (
387
- input: GetOutpostResolverCommandInput,
388
- context: __SerdeContext
389
- ) => Promise<__HttpRequest>;
390
- export declare const se_GetResolverConfigCommand: (
391
- input: GetResolverConfigCommandInput,
392
- context: __SerdeContext
393
- ) => Promise<__HttpRequest>;
394
- export declare const se_GetResolverDnssecConfigCommand: (
395
- input: GetResolverDnssecConfigCommandInput,
396
- context: __SerdeContext
397
- ) => Promise<__HttpRequest>;
398
- export declare const se_GetResolverEndpointCommand: (
399
- input: GetResolverEndpointCommandInput,
400
- context: __SerdeContext
401
- ) => Promise<__HttpRequest>;
402
- export declare const se_GetResolverQueryLogConfigCommand: (
403
- input: GetResolverQueryLogConfigCommandInput,
404
- context: __SerdeContext
405
- ) => Promise<__HttpRequest>;
406
- export declare const se_GetResolverQueryLogConfigAssociationCommand: (
407
- input: GetResolverQueryLogConfigAssociationCommandInput,
408
- context: __SerdeContext
409
- ) => Promise<__HttpRequest>;
410
- export declare const se_GetResolverQueryLogConfigPolicyCommand: (
411
- input: GetResolverQueryLogConfigPolicyCommandInput,
412
- context: __SerdeContext
413
- ) => Promise<__HttpRequest>;
414
- export declare const se_GetResolverRuleCommand: (
415
- input: GetResolverRuleCommandInput,
416
- context: __SerdeContext
417
- ) => Promise<__HttpRequest>;
418
- export declare const se_GetResolverRuleAssociationCommand: (
419
- input: GetResolverRuleAssociationCommandInput,
420
- context: __SerdeContext
421
- ) => Promise<__HttpRequest>;
422
- export declare const se_GetResolverRulePolicyCommand: (
423
- input: GetResolverRulePolicyCommandInput,
424
- context: __SerdeContext
425
- ) => Promise<__HttpRequest>;
426
- export declare const se_ImportFirewallDomainsCommand: (
427
- input: ImportFirewallDomainsCommandInput,
428
- context: __SerdeContext
429
- ) => Promise<__HttpRequest>;
430
- export declare const se_ListFirewallConfigsCommand: (
431
- input: ListFirewallConfigsCommandInput,
432
- context: __SerdeContext
433
- ) => Promise<__HttpRequest>;
434
- export declare const se_ListFirewallDomainListsCommand: (
435
- input: ListFirewallDomainListsCommandInput,
436
- context: __SerdeContext
437
- ) => Promise<__HttpRequest>;
438
- export declare const se_ListFirewallDomainsCommand: (
439
- input: ListFirewallDomainsCommandInput,
440
- context: __SerdeContext
441
- ) => Promise<__HttpRequest>;
442
- export declare const se_ListFirewallRuleGroupAssociationsCommand: (
443
- input: ListFirewallRuleGroupAssociationsCommandInput,
444
- context: __SerdeContext
445
- ) => Promise<__HttpRequest>;
446
- export declare const se_ListFirewallRuleGroupsCommand: (
447
- input: ListFirewallRuleGroupsCommandInput,
448
- context: __SerdeContext
449
- ) => Promise<__HttpRequest>;
450
- export declare const se_ListFirewallRulesCommand: (
451
- input: ListFirewallRulesCommandInput,
452
- context: __SerdeContext
453
- ) => Promise<__HttpRequest>;
454
- export declare const se_ListOutpostResolversCommand: (
455
- input: ListOutpostResolversCommandInput,
456
- context: __SerdeContext
457
- ) => Promise<__HttpRequest>;
458
- export declare const se_ListResolverConfigsCommand: (
459
- input: ListResolverConfigsCommandInput,
460
- context: __SerdeContext
461
- ) => Promise<__HttpRequest>;
462
- export declare const se_ListResolverDnssecConfigsCommand: (
463
- input: ListResolverDnssecConfigsCommandInput,
464
- context: __SerdeContext
465
- ) => Promise<__HttpRequest>;
466
- export declare const se_ListResolverEndpointIpAddressesCommand: (
467
- input: ListResolverEndpointIpAddressesCommandInput,
468
- context: __SerdeContext
469
- ) => Promise<__HttpRequest>;
470
- export declare const se_ListResolverEndpointsCommand: (
471
- input: ListResolverEndpointsCommandInput,
472
- context: __SerdeContext
473
- ) => Promise<__HttpRequest>;
474
- export declare const se_ListResolverQueryLogConfigAssociationsCommand: (
475
- input: ListResolverQueryLogConfigAssociationsCommandInput,
476
- context: __SerdeContext
477
- ) => Promise<__HttpRequest>;
478
- export declare const se_ListResolverQueryLogConfigsCommand: (
479
- input: ListResolverQueryLogConfigsCommandInput,
480
- context: __SerdeContext
481
- ) => Promise<__HttpRequest>;
482
- export declare const se_ListResolverRuleAssociationsCommand: (
483
- input: ListResolverRuleAssociationsCommandInput,
484
- context: __SerdeContext
485
- ) => Promise<__HttpRequest>;
486
- export declare const se_ListResolverRulesCommand: (
487
- input: ListResolverRulesCommandInput,
488
- context: __SerdeContext
489
- ) => Promise<__HttpRequest>;
490
- export declare const se_ListTagsForResourceCommand: (
491
- input: ListTagsForResourceCommandInput,
492
- context: __SerdeContext
493
- ) => Promise<__HttpRequest>;
494
- export declare const se_PutFirewallRuleGroupPolicyCommand: (
495
- input: PutFirewallRuleGroupPolicyCommandInput,
496
- context: __SerdeContext
497
- ) => Promise<__HttpRequest>;
498
- export declare const se_PutResolverQueryLogConfigPolicyCommand: (
499
- input: PutResolverQueryLogConfigPolicyCommandInput,
500
- context: __SerdeContext
501
- ) => Promise<__HttpRequest>;
502
- export declare const se_PutResolverRulePolicyCommand: (
503
- input: PutResolverRulePolicyCommandInput,
504
- context: __SerdeContext
505
- ) => Promise<__HttpRequest>;
506
- export declare const se_TagResourceCommand: (
507
- input: TagResourceCommandInput,
508
- context: __SerdeContext
509
- ) => Promise<__HttpRequest>;
510
- export declare const se_UntagResourceCommand: (
511
- input: UntagResourceCommandInput,
512
- context: __SerdeContext
513
- ) => Promise<__HttpRequest>;
514
- export declare const se_UpdateFirewallConfigCommand: (
515
- input: UpdateFirewallConfigCommandInput,
516
- context: __SerdeContext
517
- ) => Promise<__HttpRequest>;
518
- export declare const se_UpdateFirewallDomainsCommand: (
519
- input: UpdateFirewallDomainsCommandInput,
520
- context: __SerdeContext
521
- ) => Promise<__HttpRequest>;
522
- export declare const se_UpdateFirewallRuleCommand: (
523
- input: UpdateFirewallRuleCommandInput,
524
- context: __SerdeContext
525
- ) => Promise<__HttpRequest>;
526
- export declare const se_UpdateFirewallRuleGroupAssociationCommand: (
527
- input: UpdateFirewallRuleGroupAssociationCommandInput,
528
- context: __SerdeContext
529
- ) => Promise<__HttpRequest>;
530
- export declare const se_UpdateOutpostResolverCommand: (
531
- input: UpdateOutpostResolverCommandInput,
532
- context: __SerdeContext
533
- ) => Promise<__HttpRequest>;
534
- export declare const se_UpdateResolverConfigCommand: (
535
- input: UpdateResolverConfigCommandInput,
536
- context: __SerdeContext
537
- ) => Promise<__HttpRequest>;
538
- export declare const se_UpdateResolverDnssecConfigCommand: (
539
- input: UpdateResolverDnssecConfigCommandInput,
540
- context: __SerdeContext
541
- ) => Promise<__HttpRequest>;
542
- export declare const se_UpdateResolverEndpointCommand: (
543
- input: UpdateResolverEndpointCommandInput,
544
- context: __SerdeContext
545
- ) => Promise<__HttpRequest>;
546
- export declare const se_UpdateResolverRuleCommand: (
547
- input: UpdateResolverRuleCommandInput,
548
- context: __SerdeContext
549
- ) => Promise<__HttpRequest>;
550
- export declare const de_AssociateFirewallRuleGroupCommand: (
551
- output: __HttpResponse,
552
- context: __SerdeContext
553
- ) => Promise<AssociateFirewallRuleGroupCommandOutput>;
554
- export declare const de_AssociateResolverEndpointIpAddressCommand: (
555
- output: __HttpResponse,
556
- context: __SerdeContext
557
- ) => Promise<AssociateResolverEndpointIpAddressCommandOutput>;
558
- export declare const de_AssociateResolverQueryLogConfigCommand: (
559
- output: __HttpResponse,
560
- context: __SerdeContext
561
- ) => Promise<AssociateResolverQueryLogConfigCommandOutput>;
562
- export declare const de_AssociateResolverRuleCommand: (
563
- output: __HttpResponse,
564
- context: __SerdeContext
565
- ) => Promise<AssociateResolverRuleCommandOutput>;
566
- export declare const de_CreateFirewallDomainListCommand: (
567
- output: __HttpResponse,
568
- context: __SerdeContext
569
- ) => Promise<CreateFirewallDomainListCommandOutput>;
570
- export declare const de_CreateFirewallRuleCommand: (
571
- output: __HttpResponse,
572
- context: __SerdeContext
573
- ) => Promise<CreateFirewallRuleCommandOutput>;
574
- export declare const de_CreateFirewallRuleGroupCommand: (
575
- output: __HttpResponse,
576
- context: __SerdeContext
577
- ) => Promise<CreateFirewallRuleGroupCommandOutput>;
578
- export declare const de_CreateOutpostResolverCommand: (
579
- output: __HttpResponse,
580
- context: __SerdeContext
581
- ) => Promise<CreateOutpostResolverCommandOutput>;
582
- export declare const de_CreateResolverEndpointCommand: (
583
- output: __HttpResponse,
584
- context: __SerdeContext
585
- ) => Promise<CreateResolverEndpointCommandOutput>;
586
- export declare const de_CreateResolverQueryLogConfigCommand: (
587
- output: __HttpResponse,
588
- context: __SerdeContext
589
- ) => Promise<CreateResolverQueryLogConfigCommandOutput>;
590
- export declare const de_CreateResolverRuleCommand: (
591
- output: __HttpResponse,
592
- context: __SerdeContext
593
- ) => Promise<CreateResolverRuleCommandOutput>;
594
- export declare const de_DeleteFirewallDomainListCommand: (
595
- output: __HttpResponse,
596
- context: __SerdeContext
597
- ) => Promise<DeleteFirewallDomainListCommandOutput>;
598
- export declare const de_DeleteFirewallRuleCommand: (
599
- output: __HttpResponse,
600
- context: __SerdeContext
601
- ) => Promise<DeleteFirewallRuleCommandOutput>;
602
- export declare const de_DeleteFirewallRuleGroupCommand: (
603
- output: __HttpResponse,
604
- context: __SerdeContext
605
- ) => Promise<DeleteFirewallRuleGroupCommandOutput>;
606
- export declare const de_DeleteOutpostResolverCommand: (
607
- output: __HttpResponse,
608
- context: __SerdeContext
609
- ) => Promise<DeleteOutpostResolverCommandOutput>;
610
- export declare const de_DeleteResolverEndpointCommand: (
611
- output: __HttpResponse,
612
- context: __SerdeContext
613
- ) => Promise<DeleteResolverEndpointCommandOutput>;
614
- export declare const de_DeleteResolverQueryLogConfigCommand: (
615
- output: __HttpResponse,
616
- context: __SerdeContext
617
- ) => Promise<DeleteResolverQueryLogConfigCommandOutput>;
618
- export declare const de_DeleteResolverRuleCommand: (
619
- output: __HttpResponse,
620
- context: __SerdeContext
621
- ) => Promise<DeleteResolverRuleCommandOutput>;
622
- export declare const de_DisassociateFirewallRuleGroupCommand: (
623
- output: __HttpResponse,
624
- context: __SerdeContext
625
- ) => Promise<DisassociateFirewallRuleGroupCommandOutput>;
626
- export declare const de_DisassociateResolverEndpointIpAddressCommand: (
627
- output: __HttpResponse,
628
- context: __SerdeContext
629
- ) => Promise<DisassociateResolverEndpointIpAddressCommandOutput>;
630
- export declare const de_DisassociateResolverQueryLogConfigCommand: (
631
- output: __HttpResponse,
632
- context: __SerdeContext
633
- ) => Promise<DisassociateResolverQueryLogConfigCommandOutput>;
634
- export declare const de_DisassociateResolverRuleCommand: (
635
- output: __HttpResponse,
636
- context: __SerdeContext
637
- ) => Promise<DisassociateResolverRuleCommandOutput>;
638
- export declare const de_GetFirewallConfigCommand: (
639
- output: __HttpResponse,
640
- context: __SerdeContext
641
- ) => Promise<GetFirewallConfigCommandOutput>;
642
- export declare const de_GetFirewallDomainListCommand: (
643
- output: __HttpResponse,
644
- context: __SerdeContext
645
- ) => Promise<GetFirewallDomainListCommandOutput>;
646
- export declare const de_GetFirewallRuleGroupCommand: (
647
- output: __HttpResponse,
648
- context: __SerdeContext
649
- ) => Promise<GetFirewallRuleGroupCommandOutput>;
650
- export declare const de_GetFirewallRuleGroupAssociationCommand: (
651
- output: __HttpResponse,
652
- context: __SerdeContext
653
- ) => Promise<GetFirewallRuleGroupAssociationCommandOutput>;
654
- export declare const de_GetFirewallRuleGroupPolicyCommand: (
655
- output: __HttpResponse,
656
- context: __SerdeContext
657
- ) => Promise<GetFirewallRuleGroupPolicyCommandOutput>;
658
- export declare const de_GetOutpostResolverCommand: (
659
- output: __HttpResponse,
660
- context: __SerdeContext
661
- ) => Promise<GetOutpostResolverCommandOutput>;
662
- export declare const de_GetResolverConfigCommand: (
663
- output: __HttpResponse,
664
- context: __SerdeContext
665
- ) => Promise<GetResolverConfigCommandOutput>;
666
- export declare const de_GetResolverDnssecConfigCommand: (
667
- output: __HttpResponse,
668
- context: __SerdeContext
669
- ) => Promise<GetResolverDnssecConfigCommandOutput>;
670
- export declare const de_GetResolverEndpointCommand: (
671
- output: __HttpResponse,
672
- context: __SerdeContext
673
- ) => Promise<GetResolverEndpointCommandOutput>;
674
- export declare const de_GetResolverQueryLogConfigCommand: (
675
- output: __HttpResponse,
676
- context: __SerdeContext
677
- ) => Promise<GetResolverQueryLogConfigCommandOutput>;
678
- export declare const de_GetResolverQueryLogConfigAssociationCommand: (
679
- output: __HttpResponse,
680
- context: __SerdeContext
681
- ) => Promise<GetResolverQueryLogConfigAssociationCommandOutput>;
682
- export declare const de_GetResolverQueryLogConfigPolicyCommand: (
683
- output: __HttpResponse,
684
- context: __SerdeContext
685
- ) => Promise<GetResolverQueryLogConfigPolicyCommandOutput>;
686
- export declare const de_GetResolverRuleCommand: (
687
- output: __HttpResponse,
688
- context: __SerdeContext
689
- ) => Promise<GetResolverRuleCommandOutput>;
690
- export declare const de_GetResolverRuleAssociationCommand: (
691
- output: __HttpResponse,
692
- context: __SerdeContext
693
- ) => Promise<GetResolverRuleAssociationCommandOutput>;
694
- export declare const de_GetResolverRulePolicyCommand: (
695
- output: __HttpResponse,
696
- context: __SerdeContext
697
- ) => Promise<GetResolverRulePolicyCommandOutput>;
698
- export declare const de_ImportFirewallDomainsCommand: (
699
- output: __HttpResponse,
700
- context: __SerdeContext
701
- ) => Promise<ImportFirewallDomainsCommandOutput>;
702
- export declare const de_ListFirewallConfigsCommand: (
703
- output: __HttpResponse,
704
- context: __SerdeContext
705
- ) => Promise<ListFirewallConfigsCommandOutput>;
706
- export declare const de_ListFirewallDomainListsCommand: (
707
- output: __HttpResponse,
708
- context: __SerdeContext
709
- ) => Promise<ListFirewallDomainListsCommandOutput>;
710
- export declare const de_ListFirewallDomainsCommand: (
711
- output: __HttpResponse,
712
- context: __SerdeContext
713
- ) => Promise<ListFirewallDomainsCommandOutput>;
714
- export declare const de_ListFirewallRuleGroupAssociationsCommand: (
715
- output: __HttpResponse,
716
- context: __SerdeContext
717
- ) => Promise<ListFirewallRuleGroupAssociationsCommandOutput>;
718
- export declare const de_ListFirewallRuleGroupsCommand: (
719
- output: __HttpResponse,
720
- context: __SerdeContext
721
- ) => Promise<ListFirewallRuleGroupsCommandOutput>;
722
- export declare const de_ListFirewallRulesCommand: (
723
- output: __HttpResponse,
724
- context: __SerdeContext
725
- ) => Promise<ListFirewallRulesCommandOutput>;
726
- export declare const de_ListOutpostResolversCommand: (
727
- output: __HttpResponse,
728
- context: __SerdeContext
729
- ) => Promise<ListOutpostResolversCommandOutput>;
730
- export declare const de_ListResolverConfigsCommand: (
731
- output: __HttpResponse,
732
- context: __SerdeContext
733
- ) => Promise<ListResolverConfigsCommandOutput>;
734
- export declare const de_ListResolverDnssecConfigsCommand: (
735
- output: __HttpResponse,
736
- context: __SerdeContext
737
- ) => Promise<ListResolverDnssecConfigsCommandOutput>;
738
- export declare const de_ListResolverEndpointIpAddressesCommand: (
739
- output: __HttpResponse,
740
- context: __SerdeContext
741
- ) => Promise<ListResolverEndpointIpAddressesCommandOutput>;
742
- export declare const de_ListResolverEndpointsCommand: (
743
- output: __HttpResponse,
744
- context: __SerdeContext
745
- ) => Promise<ListResolverEndpointsCommandOutput>;
746
- export declare const de_ListResolverQueryLogConfigAssociationsCommand: (
747
- output: __HttpResponse,
748
- context: __SerdeContext
749
- ) => Promise<ListResolverQueryLogConfigAssociationsCommandOutput>;
750
- export declare const de_ListResolverQueryLogConfigsCommand: (
751
- output: __HttpResponse,
752
- context: __SerdeContext
753
- ) => Promise<ListResolverQueryLogConfigsCommandOutput>;
754
- export declare const de_ListResolverRuleAssociationsCommand: (
755
- output: __HttpResponse,
756
- context: __SerdeContext
757
- ) => Promise<ListResolverRuleAssociationsCommandOutput>;
758
- export declare const de_ListResolverRulesCommand: (
759
- output: __HttpResponse,
760
- context: __SerdeContext
761
- ) => Promise<ListResolverRulesCommandOutput>;
762
- export declare const de_ListTagsForResourceCommand: (
763
- output: __HttpResponse,
764
- context: __SerdeContext
765
- ) => Promise<ListTagsForResourceCommandOutput>;
766
- export declare const de_PutFirewallRuleGroupPolicyCommand: (
767
- output: __HttpResponse,
768
- context: __SerdeContext
769
- ) => Promise<PutFirewallRuleGroupPolicyCommandOutput>;
770
- export declare const de_PutResolverQueryLogConfigPolicyCommand: (
771
- output: __HttpResponse,
772
- context: __SerdeContext
773
- ) => Promise<PutResolverQueryLogConfigPolicyCommandOutput>;
774
- export declare const de_PutResolverRulePolicyCommand: (
775
- output: __HttpResponse,
776
- context: __SerdeContext
777
- ) => Promise<PutResolverRulePolicyCommandOutput>;
778
- export declare const de_TagResourceCommand: (
779
- output: __HttpResponse,
780
- context: __SerdeContext
781
- ) => Promise<TagResourceCommandOutput>;
782
- export declare const de_UntagResourceCommand: (
783
- output: __HttpResponse,
784
- context: __SerdeContext
785
- ) => Promise<UntagResourceCommandOutput>;
786
- export declare const de_UpdateFirewallConfigCommand: (
787
- output: __HttpResponse,
788
- context: __SerdeContext
789
- ) => Promise<UpdateFirewallConfigCommandOutput>;
790
- export declare const de_UpdateFirewallDomainsCommand: (
791
- output: __HttpResponse,
792
- context: __SerdeContext
793
- ) => Promise<UpdateFirewallDomainsCommandOutput>;
794
- export declare const de_UpdateFirewallRuleCommand: (
795
- output: __HttpResponse,
796
- context: __SerdeContext
797
- ) => Promise<UpdateFirewallRuleCommandOutput>;
798
- export declare const de_UpdateFirewallRuleGroupAssociationCommand: (
799
- output: __HttpResponse,
800
- context: __SerdeContext
801
- ) => Promise<UpdateFirewallRuleGroupAssociationCommandOutput>;
802
- export declare const de_UpdateOutpostResolverCommand: (
803
- output: __HttpResponse,
804
- context: __SerdeContext
805
- ) => Promise<UpdateOutpostResolverCommandOutput>;
806
- export declare const de_UpdateResolverConfigCommand: (
807
- output: __HttpResponse,
808
- context: __SerdeContext
809
- ) => Promise<UpdateResolverConfigCommandOutput>;
810
- export declare const de_UpdateResolverDnssecConfigCommand: (
811
- output: __HttpResponse,
812
- context: __SerdeContext
813
- ) => Promise<UpdateResolverDnssecConfigCommandOutput>;
814
- export declare const de_UpdateResolverEndpointCommand: (
815
- output: __HttpResponse,
816
- context: __SerdeContext
817
- ) => Promise<UpdateResolverEndpointCommandOutput>;
818
- export declare const de_UpdateResolverRuleCommand: (
819
- output: __HttpResponse,
820
- context: __SerdeContext
821
- ) => Promise<UpdateResolverRuleCommandOutput>;