@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,614 +0,0 @@
1
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
2
- import { SerdeContext as __SerdeContext } from "@smithy/types";
3
- import { AssociateFirewallRuleGroupCommandInput, AssociateFirewallRuleGroupCommandOutput } from "../commands/AssociateFirewallRuleGroupCommand";
4
- import { AssociateResolverEndpointIpAddressCommandInput, AssociateResolverEndpointIpAddressCommandOutput } from "../commands/AssociateResolverEndpointIpAddressCommand";
5
- import { AssociateResolverQueryLogConfigCommandInput, AssociateResolverQueryLogConfigCommandOutput } from "../commands/AssociateResolverQueryLogConfigCommand";
6
- import { AssociateResolverRuleCommandInput, AssociateResolverRuleCommandOutput } from "../commands/AssociateResolverRuleCommand";
7
- import { CreateFirewallDomainListCommandInput, CreateFirewallDomainListCommandOutput } from "../commands/CreateFirewallDomainListCommand";
8
- import { CreateFirewallRuleCommandInput, CreateFirewallRuleCommandOutput } from "../commands/CreateFirewallRuleCommand";
9
- import { CreateFirewallRuleGroupCommandInput, CreateFirewallRuleGroupCommandOutput } from "../commands/CreateFirewallRuleGroupCommand";
10
- import { CreateOutpostResolverCommandInput, CreateOutpostResolverCommandOutput } from "../commands/CreateOutpostResolverCommand";
11
- import { CreateResolverEndpointCommandInput, CreateResolverEndpointCommandOutput } from "../commands/CreateResolverEndpointCommand";
12
- import { CreateResolverQueryLogConfigCommandInput, CreateResolverQueryLogConfigCommandOutput } from "../commands/CreateResolverQueryLogConfigCommand";
13
- import { CreateResolverRuleCommandInput, CreateResolverRuleCommandOutput } from "../commands/CreateResolverRuleCommand";
14
- import { DeleteFirewallDomainListCommandInput, DeleteFirewallDomainListCommandOutput } from "../commands/DeleteFirewallDomainListCommand";
15
- import { DeleteFirewallRuleCommandInput, DeleteFirewallRuleCommandOutput } from "../commands/DeleteFirewallRuleCommand";
16
- import { DeleteFirewallRuleGroupCommandInput, DeleteFirewallRuleGroupCommandOutput } from "../commands/DeleteFirewallRuleGroupCommand";
17
- import { DeleteOutpostResolverCommandInput, DeleteOutpostResolverCommandOutput } from "../commands/DeleteOutpostResolverCommand";
18
- import { DeleteResolverEndpointCommandInput, DeleteResolverEndpointCommandOutput } from "../commands/DeleteResolverEndpointCommand";
19
- import { DeleteResolverQueryLogConfigCommandInput, DeleteResolverQueryLogConfigCommandOutput } from "../commands/DeleteResolverQueryLogConfigCommand";
20
- import { DeleteResolverRuleCommandInput, DeleteResolverRuleCommandOutput } from "../commands/DeleteResolverRuleCommand";
21
- import { DisassociateFirewallRuleGroupCommandInput, DisassociateFirewallRuleGroupCommandOutput } from "../commands/DisassociateFirewallRuleGroupCommand";
22
- import { DisassociateResolverEndpointIpAddressCommandInput, DisassociateResolverEndpointIpAddressCommandOutput } from "../commands/DisassociateResolverEndpointIpAddressCommand";
23
- import { DisassociateResolverQueryLogConfigCommandInput, DisassociateResolverQueryLogConfigCommandOutput } from "../commands/DisassociateResolverQueryLogConfigCommand";
24
- import { DisassociateResolverRuleCommandInput, DisassociateResolverRuleCommandOutput } from "../commands/DisassociateResolverRuleCommand";
25
- import { GetFirewallConfigCommandInput, GetFirewallConfigCommandOutput } from "../commands/GetFirewallConfigCommand";
26
- import { GetFirewallDomainListCommandInput, GetFirewallDomainListCommandOutput } from "../commands/GetFirewallDomainListCommand";
27
- import { GetFirewallRuleGroupAssociationCommandInput, GetFirewallRuleGroupAssociationCommandOutput } from "../commands/GetFirewallRuleGroupAssociationCommand";
28
- import { GetFirewallRuleGroupCommandInput, GetFirewallRuleGroupCommandOutput } from "../commands/GetFirewallRuleGroupCommand";
29
- import { GetFirewallRuleGroupPolicyCommandInput, GetFirewallRuleGroupPolicyCommandOutput } from "../commands/GetFirewallRuleGroupPolicyCommand";
30
- import { GetOutpostResolverCommandInput, GetOutpostResolverCommandOutput } from "../commands/GetOutpostResolverCommand";
31
- import { GetResolverConfigCommandInput, GetResolverConfigCommandOutput } from "../commands/GetResolverConfigCommand";
32
- import { GetResolverDnssecConfigCommandInput, GetResolverDnssecConfigCommandOutput } from "../commands/GetResolverDnssecConfigCommand";
33
- import { GetResolverEndpointCommandInput, GetResolverEndpointCommandOutput } from "../commands/GetResolverEndpointCommand";
34
- import { GetResolverQueryLogConfigAssociationCommandInput, GetResolverQueryLogConfigAssociationCommandOutput } from "../commands/GetResolverQueryLogConfigAssociationCommand";
35
- import { GetResolverQueryLogConfigCommandInput, GetResolverQueryLogConfigCommandOutput } from "../commands/GetResolverQueryLogConfigCommand";
36
- import { GetResolverQueryLogConfigPolicyCommandInput, GetResolverQueryLogConfigPolicyCommandOutput } from "../commands/GetResolverQueryLogConfigPolicyCommand";
37
- import { GetResolverRuleAssociationCommandInput, GetResolverRuleAssociationCommandOutput } from "../commands/GetResolverRuleAssociationCommand";
38
- import { GetResolverRuleCommandInput, GetResolverRuleCommandOutput } from "../commands/GetResolverRuleCommand";
39
- import { GetResolverRulePolicyCommandInput, GetResolverRulePolicyCommandOutput } from "../commands/GetResolverRulePolicyCommand";
40
- import { ImportFirewallDomainsCommandInput, ImportFirewallDomainsCommandOutput } from "../commands/ImportFirewallDomainsCommand";
41
- import { ListFirewallConfigsCommandInput, ListFirewallConfigsCommandOutput } from "../commands/ListFirewallConfigsCommand";
42
- import { ListFirewallDomainListsCommandInput, ListFirewallDomainListsCommandOutput } from "../commands/ListFirewallDomainListsCommand";
43
- import { ListFirewallDomainsCommandInput, ListFirewallDomainsCommandOutput } from "../commands/ListFirewallDomainsCommand";
44
- import { ListFirewallRuleGroupAssociationsCommandInput, ListFirewallRuleGroupAssociationsCommandOutput } from "../commands/ListFirewallRuleGroupAssociationsCommand";
45
- import { ListFirewallRuleGroupsCommandInput, ListFirewallRuleGroupsCommandOutput } from "../commands/ListFirewallRuleGroupsCommand";
46
- import { ListFirewallRulesCommandInput, ListFirewallRulesCommandOutput } from "../commands/ListFirewallRulesCommand";
47
- import { ListOutpostResolversCommandInput, ListOutpostResolversCommandOutput } from "../commands/ListOutpostResolversCommand";
48
- import { ListResolverConfigsCommandInput, ListResolverConfigsCommandOutput } from "../commands/ListResolverConfigsCommand";
49
- import { ListResolverDnssecConfigsCommandInput, ListResolverDnssecConfigsCommandOutput } from "../commands/ListResolverDnssecConfigsCommand";
50
- import { ListResolverEndpointIpAddressesCommandInput, ListResolverEndpointIpAddressesCommandOutput } from "../commands/ListResolverEndpointIpAddressesCommand";
51
- import { ListResolverEndpointsCommandInput, ListResolverEndpointsCommandOutput } from "../commands/ListResolverEndpointsCommand";
52
- import { ListResolverQueryLogConfigAssociationsCommandInput, ListResolverQueryLogConfigAssociationsCommandOutput } from "../commands/ListResolverQueryLogConfigAssociationsCommand";
53
- import { ListResolverQueryLogConfigsCommandInput, ListResolverQueryLogConfigsCommandOutput } from "../commands/ListResolverQueryLogConfigsCommand";
54
- import { ListResolverRuleAssociationsCommandInput, ListResolverRuleAssociationsCommandOutput } from "../commands/ListResolverRuleAssociationsCommand";
55
- import { ListResolverRulesCommandInput, ListResolverRulesCommandOutput } from "../commands/ListResolverRulesCommand";
56
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
57
- import { PutFirewallRuleGroupPolicyCommandInput, PutFirewallRuleGroupPolicyCommandOutput } from "../commands/PutFirewallRuleGroupPolicyCommand";
58
- import { PutResolverQueryLogConfigPolicyCommandInput, PutResolverQueryLogConfigPolicyCommandOutput } from "../commands/PutResolverQueryLogConfigPolicyCommand";
59
- import { PutResolverRulePolicyCommandInput, PutResolverRulePolicyCommandOutput } from "../commands/PutResolverRulePolicyCommand";
60
- import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
61
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
62
- import { UpdateFirewallConfigCommandInput, UpdateFirewallConfigCommandOutput } from "../commands/UpdateFirewallConfigCommand";
63
- import { UpdateFirewallDomainsCommandInput, UpdateFirewallDomainsCommandOutput } from "../commands/UpdateFirewallDomainsCommand";
64
- import { UpdateFirewallRuleCommandInput, UpdateFirewallRuleCommandOutput } from "../commands/UpdateFirewallRuleCommand";
65
- import { UpdateFirewallRuleGroupAssociationCommandInput, UpdateFirewallRuleGroupAssociationCommandOutput } from "../commands/UpdateFirewallRuleGroupAssociationCommand";
66
- import { UpdateOutpostResolverCommandInput, UpdateOutpostResolverCommandOutput } from "../commands/UpdateOutpostResolverCommand";
67
- import { UpdateResolverConfigCommandInput, UpdateResolverConfigCommandOutput } from "../commands/UpdateResolverConfigCommand";
68
- import { UpdateResolverDnssecConfigCommandInput, UpdateResolverDnssecConfigCommandOutput } from "../commands/UpdateResolverDnssecConfigCommand";
69
- import { UpdateResolverEndpointCommandInput, UpdateResolverEndpointCommandOutput } from "../commands/UpdateResolverEndpointCommand";
70
- import { UpdateResolverRuleCommandInput, UpdateResolverRuleCommandOutput } from "../commands/UpdateResolverRuleCommand";
71
- /**
72
- * serializeAws_json1_1AssociateFirewallRuleGroupCommand
73
- */
74
- export declare const se_AssociateFirewallRuleGroupCommand: (input: AssociateFirewallRuleGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
75
- /**
76
- * serializeAws_json1_1AssociateResolverEndpointIpAddressCommand
77
- */
78
- export declare const se_AssociateResolverEndpointIpAddressCommand: (input: AssociateResolverEndpointIpAddressCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
79
- /**
80
- * serializeAws_json1_1AssociateResolverQueryLogConfigCommand
81
- */
82
- export declare const se_AssociateResolverQueryLogConfigCommand: (input: AssociateResolverQueryLogConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
83
- /**
84
- * serializeAws_json1_1AssociateResolverRuleCommand
85
- */
86
- export declare const se_AssociateResolverRuleCommand: (input: AssociateResolverRuleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
87
- /**
88
- * serializeAws_json1_1CreateFirewallDomainListCommand
89
- */
90
- export declare const se_CreateFirewallDomainListCommand: (input: CreateFirewallDomainListCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
91
- /**
92
- * serializeAws_json1_1CreateFirewallRuleCommand
93
- */
94
- export declare const se_CreateFirewallRuleCommand: (input: CreateFirewallRuleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
95
- /**
96
- * serializeAws_json1_1CreateFirewallRuleGroupCommand
97
- */
98
- export declare const se_CreateFirewallRuleGroupCommand: (input: CreateFirewallRuleGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
99
- /**
100
- * serializeAws_json1_1CreateOutpostResolverCommand
101
- */
102
- export declare const se_CreateOutpostResolverCommand: (input: CreateOutpostResolverCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
103
- /**
104
- * serializeAws_json1_1CreateResolverEndpointCommand
105
- */
106
- export declare const se_CreateResolverEndpointCommand: (input: CreateResolverEndpointCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
107
- /**
108
- * serializeAws_json1_1CreateResolverQueryLogConfigCommand
109
- */
110
- export declare const se_CreateResolverQueryLogConfigCommand: (input: CreateResolverQueryLogConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
111
- /**
112
- * serializeAws_json1_1CreateResolverRuleCommand
113
- */
114
- export declare const se_CreateResolverRuleCommand: (input: CreateResolverRuleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
115
- /**
116
- * serializeAws_json1_1DeleteFirewallDomainListCommand
117
- */
118
- export declare const se_DeleteFirewallDomainListCommand: (input: DeleteFirewallDomainListCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
119
- /**
120
- * serializeAws_json1_1DeleteFirewallRuleCommand
121
- */
122
- export declare const se_DeleteFirewallRuleCommand: (input: DeleteFirewallRuleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
123
- /**
124
- * serializeAws_json1_1DeleteFirewallRuleGroupCommand
125
- */
126
- export declare const se_DeleteFirewallRuleGroupCommand: (input: DeleteFirewallRuleGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
127
- /**
128
- * serializeAws_json1_1DeleteOutpostResolverCommand
129
- */
130
- export declare const se_DeleteOutpostResolverCommand: (input: DeleteOutpostResolverCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
131
- /**
132
- * serializeAws_json1_1DeleteResolverEndpointCommand
133
- */
134
- export declare const se_DeleteResolverEndpointCommand: (input: DeleteResolverEndpointCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
135
- /**
136
- * serializeAws_json1_1DeleteResolverQueryLogConfigCommand
137
- */
138
- export declare const se_DeleteResolverQueryLogConfigCommand: (input: DeleteResolverQueryLogConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
139
- /**
140
- * serializeAws_json1_1DeleteResolverRuleCommand
141
- */
142
- export declare const se_DeleteResolverRuleCommand: (input: DeleteResolverRuleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
143
- /**
144
- * serializeAws_json1_1DisassociateFirewallRuleGroupCommand
145
- */
146
- export declare const se_DisassociateFirewallRuleGroupCommand: (input: DisassociateFirewallRuleGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
147
- /**
148
- * serializeAws_json1_1DisassociateResolverEndpointIpAddressCommand
149
- */
150
- export declare const se_DisassociateResolverEndpointIpAddressCommand: (input: DisassociateResolverEndpointIpAddressCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
151
- /**
152
- * serializeAws_json1_1DisassociateResolverQueryLogConfigCommand
153
- */
154
- export declare const se_DisassociateResolverQueryLogConfigCommand: (input: DisassociateResolverQueryLogConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
155
- /**
156
- * serializeAws_json1_1DisassociateResolverRuleCommand
157
- */
158
- export declare const se_DisassociateResolverRuleCommand: (input: DisassociateResolverRuleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
159
- /**
160
- * serializeAws_json1_1GetFirewallConfigCommand
161
- */
162
- export declare const se_GetFirewallConfigCommand: (input: GetFirewallConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
163
- /**
164
- * serializeAws_json1_1GetFirewallDomainListCommand
165
- */
166
- export declare const se_GetFirewallDomainListCommand: (input: GetFirewallDomainListCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
167
- /**
168
- * serializeAws_json1_1GetFirewallRuleGroupCommand
169
- */
170
- export declare const se_GetFirewallRuleGroupCommand: (input: GetFirewallRuleGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
171
- /**
172
- * serializeAws_json1_1GetFirewallRuleGroupAssociationCommand
173
- */
174
- export declare const se_GetFirewallRuleGroupAssociationCommand: (input: GetFirewallRuleGroupAssociationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
175
- /**
176
- * serializeAws_json1_1GetFirewallRuleGroupPolicyCommand
177
- */
178
- export declare const se_GetFirewallRuleGroupPolicyCommand: (input: GetFirewallRuleGroupPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
179
- /**
180
- * serializeAws_json1_1GetOutpostResolverCommand
181
- */
182
- export declare const se_GetOutpostResolverCommand: (input: GetOutpostResolverCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
183
- /**
184
- * serializeAws_json1_1GetResolverConfigCommand
185
- */
186
- export declare const se_GetResolverConfigCommand: (input: GetResolverConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
187
- /**
188
- * serializeAws_json1_1GetResolverDnssecConfigCommand
189
- */
190
- export declare const se_GetResolverDnssecConfigCommand: (input: GetResolverDnssecConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
191
- /**
192
- * serializeAws_json1_1GetResolverEndpointCommand
193
- */
194
- export declare const se_GetResolverEndpointCommand: (input: GetResolverEndpointCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
195
- /**
196
- * serializeAws_json1_1GetResolverQueryLogConfigCommand
197
- */
198
- export declare const se_GetResolverQueryLogConfigCommand: (input: GetResolverQueryLogConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
199
- /**
200
- * serializeAws_json1_1GetResolverQueryLogConfigAssociationCommand
201
- */
202
- export declare const se_GetResolverQueryLogConfigAssociationCommand: (input: GetResolverQueryLogConfigAssociationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
203
- /**
204
- * serializeAws_json1_1GetResolverQueryLogConfigPolicyCommand
205
- */
206
- export declare const se_GetResolverQueryLogConfigPolicyCommand: (input: GetResolverQueryLogConfigPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
207
- /**
208
- * serializeAws_json1_1GetResolverRuleCommand
209
- */
210
- export declare const se_GetResolverRuleCommand: (input: GetResolverRuleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
211
- /**
212
- * serializeAws_json1_1GetResolverRuleAssociationCommand
213
- */
214
- export declare const se_GetResolverRuleAssociationCommand: (input: GetResolverRuleAssociationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
215
- /**
216
- * serializeAws_json1_1GetResolverRulePolicyCommand
217
- */
218
- export declare const se_GetResolverRulePolicyCommand: (input: GetResolverRulePolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
219
- /**
220
- * serializeAws_json1_1ImportFirewallDomainsCommand
221
- */
222
- export declare const se_ImportFirewallDomainsCommand: (input: ImportFirewallDomainsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
223
- /**
224
- * serializeAws_json1_1ListFirewallConfigsCommand
225
- */
226
- export declare const se_ListFirewallConfigsCommand: (input: ListFirewallConfigsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
227
- /**
228
- * serializeAws_json1_1ListFirewallDomainListsCommand
229
- */
230
- export declare const se_ListFirewallDomainListsCommand: (input: ListFirewallDomainListsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
231
- /**
232
- * serializeAws_json1_1ListFirewallDomainsCommand
233
- */
234
- export declare const se_ListFirewallDomainsCommand: (input: ListFirewallDomainsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
235
- /**
236
- * serializeAws_json1_1ListFirewallRuleGroupAssociationsCommand
237
- */
238
- export declare const se_ListFirewallRuleGroupAssociationsCommand: (input: ListFirewallRuleGroupAssociationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
239
- /**
240
- * serializeAws_json1_1ListFirewallRuleGroupsCommand
241
- */
242
- export declare const se_ListFirewallRuleGroupsCommand: (input: ListFirewallRuleGroupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
243
- /**
244
- * serializeAws_json1_1ListFirewallRulesCommand
245
- */
246
- export declare const se_ListFirewallRulesCommand: (input: ListFirewallRulesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
247
- /**
248
- * serializeAws_json1_1ListOutpostResolversCommand
249
- */
250
- export declare const se_ListOutpostResolversCommand: (input: ListOutpostResolversCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
251
- /**
252
- * serializeAws_json1_1ListResolverConfigsCommand
253
- */
254
- export declare const se_ListResolverConfigsCommand: (input: ListResolverConfigsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
255
- /**
256
- * serializeAws_json1_1ListResolverDnssecConfigsCommand
257
- */
258
- export declare const se_ListResolverDnssecConfigsCommand: (input: ListResolverDnssecConfigsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
259
- /**
260
- * serializeAws_json1_1ListResolverEndpointIpAddressesCommand
261
- */
262
- export declare const se_ListResolverEndpointIpAddressesCommand: (input: ListResolverEndpointIpAddressesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
263
- /**
264
- * serializeAws_json1_1ListResolverEndpointsCommand
265
- */
266
- export declare const se_ListResolverEndpointsCommand: (input: ListResolverEndpointsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
267
- /**
268
- * serializeAws_json1_1ListResolverQueryLogConfigAssociationsCommand
269
- */
270
- export declare const se_ListResolverQueryLogConfigAssociationsCommand: (input: ListResolverQueryLogConfigAssociationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
271
- /**
272
- * serializeAws_json1_1ListResolverQueryLogConfigsCommand
273
- */
274
- export declare const se_ListResolverQueryLogConfigsCommand: (input: ListResolverQueryLogConfigsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
275
- /**
276
- * serializeAws_json1_1ListResolverRuleAssociationsCommand
277
- */
278
- export declare const se_ListResolverRuleAssociationsCommand: (input: ListResolverRuleAssociationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
279
- /**
280
- * serializeAws_json1_1ListResolverRulesCommand
281
- */
282
- export declare const se_ListResolverRulesCommand: (input: ListResolverRulesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
283
- /**
284
- * serializeAws_json1_1ListTagsForResourceCommand
285
- */
286
- export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
287
- /**
288
- * serializeAws_json1_1PutFirewallRuleGroupPolicyCommand
289
- */
290
- export declare const se_PutFirewallRuleGroupPolicyCommand: (input: PutFirewallRuleGroupPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
291
- /**
292
- * serializeAws_json1_1PutResolverQueryLogConfigPolicyCommand
293
- */
294
- export declare const se_PutResolverQueryLogConfigPolicyCommand: (input: PutResolverQueryLogConfigPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
295
- /**
296
- * serializeAws_json1_1PutResolverRulePolicyCommand
297
- */
298
- export declare const se_PutResolverRulePolicyCommand: (input: PutResolverRulePolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
299
- /**
300
- * serializeAws_json1_1TagResourceCommand
301
- */
302
- export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
303
- /**
304
- * serializeAws_json1_1UntagResourceCommand
305
- */
306
- export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
307
- /**
308
- * serializeAws_json1_1UpdateFirewallConfigCommand
309
- */
310
- export declare const se_UpdateFirewallConfigCommand: (input: UpdateFirewallConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
311
- /**
312
- * serializeAws_json1_1UpdateFirewallDomainsCommand
313
- */
314
- export declare const se_UpdateFirewallDomainsCommand: (input: UpdateFirewallDomainsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
315
- /**
316
- * serializeAws_json1_1UpdateFirewallRuleCommand
317
- */
318
- export declare const se_UpdateFirewallRuleCommand: (input: UpdateFirewallRuleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
319
- /**
320
- * serializeAws_json1_1UpdateFirewallRuleGroupAssociationCommand
321
- */
322
- export declare const se_UpdateFirewallRuleGroupAssociationCommand: (input: UpdateFirewallRuleGroupAssociationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
323
- /**
324
- * serializeAws_json1_1UpdateOutpostResolverCommand
325
- */
326
- export declare const se_UpdateOutpostResolverCommand: (input: UpdateOutpostResolverCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
327
- /**
328
- * serializeAws_json1_1UpdateResolverConfigCommand
329
- */
330
- export declare const se_UpdateResolverConfigCommand: (input: UpdateResolverConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
331
- /**
332
- * serializeAws_json1_1UpdateResolverDnssecConfigCommand
333
- */
334
- export declare const se_UpdateResolverDnssecConfigCommand: (input: UpdateResolverDnssecConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
335
- /**
336
- * serializeAws_json1_1UpdateResolverEndpointCommand
337
- */
338
- export declare const se_UpdateResolverEndpointCommand: (input: UpdateResolverEndpointCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
339
- /**
340
- * serializeAws_json1_1UpdateResolverRuleCommand
341
- */
342
- export declare const se_UpdateResolverRuleCommand: (input: UpdateResolverRuleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
343
- /**
344
- * deserializeAws_json1_1AssociateFirewallRuleGroupCommand
345
- */
346
- export declare const de_AssociateFirewallRuleGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateFirewallRuleGroupCommandOutput>;
347
- /**
348
- * deserializeAws_json1_1AssociateResolverEndpointIpAddressCommand
349
- */
350
- export declare const de_AssociateResolverEndpointIpAddressCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateResolverEndpointIpAddressCommandOutput>;
351
- /**
352
- * deserializeAws_json1_1AssociateResolverQueryLogConfigCommand
353
- */
354
- export declare const de_AssociateResolverQueryLogConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateResolverQueryLogConfigCommandOutput>;
355
- /**
356
- * deserializeAws_json1_1AssociateResolverRuleCommand
357
- */
358
- export declare const de_AssociateResolverRuleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateResolverRuleCommandOutput>;
359
- /**
360
- * deserializeAws_json1_1CreateFirewallDomainListCommand
361
- */
362
- export declare const de_CreateFirewallDomainListCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateFirewallDomainListCommandOutput>;
363
- /**
364
- * deserializeAws_json1_1CreateFirewallRuleCommand
365
- */
366
- export declare const de_CreateFirewallRuleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateFirewallRuleCommandOutput>;
367
- /**
368
- * deserializeAws_json1_1CreateFirewallRuleGroupCommand
369
- */
370
- export declare const de_CreateFirewallRuleGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateFirewallRuleGroupCommandOutput>;
371
- /**
372
- * deserializeAws_json1_1CreateOutpostResolverCommand
373
- */
374
- export declare const de_CreateOutpostResolverCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateOutpostResolverCommandOutput>;
375
- /**
376
- * deserializeAws_json1_1CreateResolverEndpointCommand
377
- */
378
- export declare const de_CreateResolverEndpointCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateResolverEndpointCommandOutput>;
379
- /**
380
- * deserializeAws_json1_1CreateResolverQueryLogConfigCommand
381
- */
382
- export declare const de_CreateResolverQueryLogConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateResolverQueryLogConfigCommandOutput>;
383
- /**
384
- * deserializeAws_json1_1CreateResolverRuleCommand
385
- */
386
- export declare const de_CreateResolverRuleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateResolverRuleCommandOutput>;
387
- /**
388
- * deserializeAws_json1_1DeleteFirewallDomainListCommand
389
- */
390
- export declare const de_DeleteFirewallDomainListCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteFirewallDomainListCommandOutput>;
391
- /**
392
- * deserializeAws_json1_1DeleteFirewallRuleCommand
393
- */
394
- export declare const de_DeleteFirewallRuleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteFirewallRuleCommandOutput>;
395
- /**
396
- * deserializeAws_json1_1DeleteFirewallRuleGroupCommand
397
- */
398
- export declare const de_DeleteFirewallRuleGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteFirewallRuleGroupCommandOutput>;
399
- /**
400
- * deserializeAws_json1_1DeleteOutpostResolverCommand
401
- */
402
- export declare const de_DeleteOutpostResolverCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteOutpostResolverCommandOutput>;
403
- /**
404
- * deserializeAws_json1_1DeleteResolverEndpointCommand
405
- */
406
- export declare const de_DeleteResolverEndpointCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteResolverEndpointCommandOutput>;
407
- /**
408
- * deserializeAws_json1_1DeleteResolverQueryLogConfigCommand
409
- */
410
- export declare const de_DeleteResolverQueryLogConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteResolverQueryLogConfigCommandOutput>;
411
- /**
412
- * deserializeAws_json1_1DeleteResolverRuleCommand
413
- */
414
- export declare const de_DeleteResolverRuleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteResolverRuleCommandOutput>;
415
- /**
416
- * deserializeAws_json1_1DisassociateFirewallRuleGroupCommand
417
- */
418
- export declare const de_DisassociateFirewallRuleGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateFirewallRuleGroupCommandOutput>;
419
- /**
420
- * deserializeAws_json1_1DisassociateResolverEndpointIpAddressCommand
421
- */
422
- export declare const de_DisassociateResolverEndpointIpAddressCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateResolverEndpointIpAddressCommandOutput>;
423
- /**
424
- * deserializeAws_json1_1DisassociateResolverQueryLogConfigCommand
425
- */
426
- export declare const de_DisassociateResolverQueryLogConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateResolverQueryLogConfigCommandOutput>;
427
- /**
428
- * deserializeAws_json1_1DisassociateResolverRuleCommand
429
- */
430
- export declare const de_DisassociateResolverRuleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateResolverRuleCommandOutput>;
431
- /**
432
- * deserializeAws_json1_1GetFirewallConfigCommand
433
- */
434
- export declare const de_GetFirewallConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetFirewallConfigCommandOutput>;
435
- /**
436
- * deserializeAws_json1_1GetFirewallDomainListCommand
437
- */
438
- export declare const de_GetFirewallDomainListCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetFirewallDomainListCommandOutput>;
439
- /**
440
- * deserializeAws_json1_1GetFirewallRuleGroupCommand
441
- */
442
- export declare const de_GetFirewallRuleGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetFirewallRuleGroupCommandOutput>;
443
- /**
444
- * deserializeAws_json1_1GetFirewallRuleGroupAssociationCommand
445
- */
446
- export declare const de_GetFirewallRuleGroupAssociationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetFirewallRuleGroupAssociationCommandOutput>;
447
- /**
448
- * deserializeAws_json1_1GetFirewallRuleGroupPolicyCommand
449
- */
450
- export declare const de_GetFirewallRuleGroupPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetFirewallRuleGroupPolicyCommandOutput>;
451
- /**
452
- * deserializeAws_json1_1GetOutpostResolverCommand
453
- */
454
- export declare const de_GetOutpostResolverCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetOutpostResolverCommandOutput>;
455
- /**
456
- * deserializeAws_json1_1GetResolverConfigCommand
457
- */
458
- export declare const de_GetResolverConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetResolverConfigCommandOutput>;
459
- /**
460
- * deserializeAws_json1_1GetResolverDnssecConfigCommand
461
- */
462
- export declare const de_GetResolverDnssecConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetResolverDnssecConfigCommandOutput>;
463
- /**
464
- * deserializeAws_json1_1GetResolverEndpointCommand
465
- */
466
- export declare const de_GetResolverEndpointCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetResolverEndpointCommandOutput>;
467
- /**
468
- * deserializeAws_json1_1GetResolverQueryLogConfigCommand
469
- */
470
- export declare const de_GetResolverQueryLogConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetResolverQueryLogConfigCommandOutput>;
471
- /**
472
- * deserializeAws_json1_1GetResolverQueryLogConfigAssociationCommand
473
- */
474
- export declare const de_GetResolverQueryLogConfigAssociationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetResolverQueryLogConfigAssociationCommandOutput>;
475
- /**
476
- * deserializeAws_json1_1GetResolverQueryLogConfigPolicyCommand
477
- */
478
- export declare const de_GetResolverQueryLogConfigPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetResolverQueryLogConfigPolicyCommandOutput>;
479
- /**
480
- * deserializeAws_json1_1GetResolverRuleCommand
481
- */
482
- export declare const de_GetResolverRuleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetResolverRuleCommandOutput>;
483
- /**
484
- * deserializeAws_json1_1GetResolverRuleAssociationCommand
485
- */
486
- export declare const de_GetResolverRuleAssociationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetResolverRuleAssociationCommandOutput>;
487
- /**
488
- * deserializeAws_json1_1GetResolverRulePolicyCommand
489
- */
490
- export declare const de_GetResolverRulePolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetResolverRulePolicyCommandOutput>;
491
- /**
492
- * deserializeAws_json1_1ImportFirewallDomainsCommand
493
- */
494
- export declare const de_ImportFirewallDomainsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ImportFirewallDomainsCommandOutput>;
495
- /**
496
- * deserializeAws_json1_1ListFirewallConfigsCommand
497
- */
498
- export declare const de_ListFirewallConfigsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListFirewallConfigsCommandOutput>;
499
- /**
500
- * deserializeAws_json1_1ListFirewallDomainListsCommand
501
- */
502
- export declare const de_ListFirewallDomainListsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListFirewallDomainListsCommandOutput>;
503
- /**
504
- * deserializeAws_json1_1ListFirewallDomainsCommand
505
- */
506
- export declare const de_ListFirewallDomainsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListFirewallDomainsCommandOutput>;
507
- /**
508
- * deserializeAws_json1_1ListFirewallRuleGroupAssociationsCommand
509
- */
510
- export declare const de_ListFirewallRuleGroupAssociationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListFirewallRuleGroupAssociationsCommandOutput>;
511
- /**
512
- * deserializeAws_json1_1ListFirewallRuleGroupsCommand
513
- */
514
- export declare const de_ListFirewallRuleGroupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListFirewallRuleGroupsCommandOutput>;
515
- /**
516
- * deserializeAws_json1_1ListFirewallRulesCommand
517
- */
518
- export declare const de_ListFirewallRulesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListFirewallRulesCommandOutput>;
519
- /**
520
- * deserializeAws_json1_1ListOutpostResolversCommand
521
- */
522
- export declare const de_ListOutpostResolversCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListOutpostResolversCommandOutput>;
523
- /**
524
- * deserializeAws_json1_1ListResolverConfigsCommand
525
- */
526
- export declare const de_ListResolverConfigsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListResolverConfigsCommandOutput>;
527
- /**
528
- * deserializeAws_json1_1ListResolverDnssecConfigsCommand
529
- */
530
- export declare const de_ListResolverDnssecConfigsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListResolverDnssecConfigsCommandOutput>;
531
- /**
532
- * deserializeAws_json1_1ListResolverEndpointIpAddressesCommand
533
- */
534
- export declare const de_ListResolverEndpointIpAddressesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListResolverEndpointIpAddressesCommandOutput>;
535
- /**
536
- * deserializeAws_json1_1ListResolverEndpointsCommand
537
- */
538
- export declare const de_ListResolverEndpointsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListResolverEndpointsCommandOutput>;
539
- /**
540
- * deserializeAws_json1_1ListResolverQueryLogConfigAssociationsCommand
541
- */
542
- export declare const de_ListResolverQueryLogConfigAssociationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListResolverQueryLogConfigAssociationsCommandOutput>;
543
- /**
544
- * deserializeAws_json1_1ListResolverQueryLogConfigsCommand
545
- */
546
- export declare const de_ListResolverQueryLogConfigsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListResolverQueryLogConfigsCommandOutput>;
547
- /**
548
- * deserializeAws_json1_1ListResolverRuleAssociationsCommand
549
- */
550
- export declare const de_ListResolverRuleAssociationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListResolverRuleAssociationsCommandOutput>;
551
- /**
552
- * deserializeAws_json1_1ListResolverRulesCommand
553
- */
554
- export declare const de_ListResolverRulesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListResolverRulesCommandOutput>;
555
- /**
556
- * deserializeAws_json1_1ListTagsForResourceCommand
557
- */
558
- export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
559
- /**
560
- * deserializeAws_json1_1PutFirewallRuleGroupPolicyCommand
561
- */
562
- export declare const de_PutFirewallRuleGroupPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutFirewallRuleGroupPolicyCommandOutput>;
563
- /**
564
- * deserializeAws_json1_1PutResolverQueryLogConfigPolicyCommand
565
- */
566
- export declare const de_PutResolverQueryLogConfigPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutResolverQueryLogConfigPolicyCommandOutput>;
567
- /**
568
- * deserializeAws_json1_1PutResolverRulePolicyCommand
569
- */
570
- export declare const de_PutResolverRulePolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutResolverRulePolicyCommandOutput>;
571
- /**
572
- * deserializeAws_json1_1TagResourceCommand
573
- */
574
- export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
575
- /**
576
- * deserializeAws_json1_1UntagResourceCommand
577
- */
578
- export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
579
- /**
580
- * deserializeAws_json1_1UpdateFirewallConfigCommand
581
- */
582
- export declare const de_UpdateFirewallConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateFirewallConfigCommandOutput>;
583
- /**
584
- * deserializeAws_json1_1UpdateFirewallDomainsCommand
585
- */
586
- export declare const de_UpdateFirewallDomainsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateFirewallDomainsCommandOutput>;
587
- /**
588
- * deserializeAws_json1_1UpdateFirewallRuleCommand
589
- */
590
- export declare const de_UpdateFirewallRuleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateFirewallRuleCommandOutput>;
591
- /**
592
- * deserializeAws_json1_1UpdateFirewallRuleGroupAssociationCommand
593
- */
594
- export declare const de_UpdateFirewallRuleGroupAssociationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateFirewallRuleGroupAssociationCommandOutput>;
595
- /**
596
- * deserializeAws_json1_1UpdateOutpostResolverCommand
597
- */
598
- export declare const de_UpdateOutpostResolverCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateOutpostResolverCommandOutput>;
599
- /**
600
- * deserializeAws_json1_1UpdateResolverConfigCommand
601
- */
602
- export declare const de_UpdateResolverConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateResolverConfigCommandOutput>;
603
- /**
604
- * deserializeAws_json1_1UpdateResolverDnssecConfigCommand
605
- */
606
- export declare const de_UpdateResolverDnssecConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateResolverDnssecConfigCommandOutput>;
607
- /**
608
- * deserializeAws_json1_1UpdateResolverEndpointCommand
609
- */
610
- export declare const de_UpdateResolverEndpointCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateResolverEndpointCommandOutput>;
611
- /**
612
- * deserializeAws_json1_1UpdateResolverRuleCommand
613
- */
614
- export declare const de_UpdateResolverRuleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateResolverRuleCommandOutput>;