@aws-sdk/client-network-firewall 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 (78) hide show
  1. package/dist-cjs/index.js +2205 -1977
  2. package/dist-cjs/runtimeConfig.shared.js +7 -0
  3. package/dist-es/NetworkFirewallClient.js +2 -0
  4. package/dist-es/commands/AcceptNetworkFirewallTransitGatewayAttachmentCommand.js +3 -9
  5. package/dist-es/commands/AssociateAvailabilityZonesCommand.js +3 -9
  6. package/dist-es/commands/AssociateFirewallPolicyCommand.js +3 -9
  7. package/dist-es/commands/AssociateSubnetsCommand.js +3 -9
  8. package/dist-es/commands/CreateFirewallCommand.js +3 -9
  9. package/dist-es/commands/CreateFirewallPolicyCommand.js +3 -9
  10. package/dist-es/commands/CreateRuleGroupCommand.js +3 -9
  11. package/dist-es/commands/CreateTLSInspectionConfigurationCommand.js +3 -9
  12. package/dist-es/commands/CreateVpcEndpointAssociationCommand.js +3 -9
  13. package/dist-es/commands/DeleteFirewallCommand.js +3 -9
  14. package/dist-es/commands/DeleteFirewallPolicyCommand.js +3 -9
  15. package/dist-es/commands/DeleteNetworkFirewallTransitGatewayAttachmentCommand.js +3 -9
  16. package/dist-es/commands/DeleteResourcePolicyCommand.js +3 -9
  17. package/dist-es/commands/DeleteRuleGroupCommand.js +3 -9
  18. package/dist-es/commands/DeleteTLSInspectionConfigurationCommand.js +3 -9
  19. package/dist-es/commands/DeleteVpcEndpointAssociationCommand.js +3 -9
  20. package/dist-es/commands/DescribeFirewallCommand.js +3 -9
  21. package/dist-es/commands/DescribeFirewallMetadataCommand.js +3 -9
  22. package/dist-es/commands/DescribeFirewallPolicyCommand.js +3 -9
  23. package/dist-es/commands/DescribeFlowOperationCommand.js +3 -9
  24. package/dist-es/commands/DescribeLoggingConfigurationCommand.js +3 -9
  25. package/dist-es/commands/DescribeResourcePolicyCommand.js +3 -9
  26. package/dist-es/commands/DescribeRuleGroupCommand.js +3 -9
  27. package/dist-es/commands/DescribeRuleGroupMetadataCommand.js +3 -9
  28. package/dist-es/commands/DescribeRuleGroupSummaryCommand.js +3 -9
  29. package/dist-es/commands/DescribeTLSInspectionConfigurationCommand.js +3 -9
  30. package/dist-es/commands/DescribeVpcEndpointAssociationCommand.js +3 -9
  31. package/dist-es/commands/DisassociateAvailabilityZonesCommand.js +3 -9
  32. package/dist-es/commands/DisassociateSubnetsCommand.js +3 -9
  33. package/dist-es/commands/GetAnalysisReportResultsCommand.js +3 -9
  34. package/dist-es/commands/ListAnalysisReportsCommand.js +3 -9
  35. package/dist-es/commands/ListFirewallPoliciesCommand.js +3 -9
  36. package/dist-es/commands/ListFirewallsCommand.js +3 -9
  37. package/dist-es/commands/ListFlowOperationResultsCommand.js +3 -9
  38. package/dist-es/commands/ListFlowOperationsCommand.js +3 -9
  39. package/dist-es/commands/ListRuleGroupsCommand.js +3 -9
  40. package/dist-es/commands/ListTLSInspectionConfigurationsCommand.js +3 -9
  41. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  42. package/dist-es/commands/ListVpcEndpointAssociationsCommand.js +3 -9
  43. package/dist-es/commands/PutResourcePolicyCommand.js +3 -9
  44. package/dist-es/commands/RejectNetworkFirewallTransitGatewayAttachmentCommand.js +3 -9
  45. package/dist-es/commands/StartAnalysisReportCommand.js +3 -9
  46. package/dist-es/commands/StartFlowCaptureCommand.js +3 -9
  47. package/dist-es/commands/StartFlowFlushCommand.js +3 -9
  48. package/dist-es/commands/TagResourceCommand.js +3 -9
  49. package/dist-es/commands/UntagResourceCommand.js +3 -9
  50. package/dist-es/commands/UpdateAvailabilityZoneChangeProtectionCommand.js +3 -9
  51. package/dist-es/commands/UpdateFirewallAnalysisSettingsCommand.js +3 -9
  52. package/dist-es/commands/UpdateFirewallDeleteProtectionCommand.js +3 -9
  53. package/dist-es/commands/UpdateFirewallDescriptionCommand.js +3 -9
  54. package/dist-es/commands/UpdateFirewallEncryptionConfigurationCommand.js +3 -9
  55. package/dist-es/commands/UpdateFirewallPolicyChangeProtectionCommand.js +3 -9
  56. package/dist-es/commands/UpdateFirewallPolicyCommand.js +3 -9
  57. package/dist-es/commands/UpdateLoggingConfigurationCommand.js +3 -9
  58. package/dist-es/commands/UpdateRuleGroupCommand.js +3 -9
  59. package/dist-es/commands/UpdateSubnetChangeProtectionCommand.js +3 -9
  60. package/dist-es/commands/UpdateTLSInspectionConfigurationCommand.js +3 -9
  61. package/dist-es/runtimeConfig.shared.js +7 -0
  62. package/dist-es/schemas/schemas_0.js +2070 -0
  63. package/dist-types/NetworkFirewallClient.d.ts +10 -1
  64. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  65. package/dist-types/runtimeConfig.d.ts +1 -0
  66. package/dist-types/runtimeConfig.native.d.ts +1 -0
  67. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  68. package/dist-types/schemas/schemas_0.d.ts +316 -0
  69. package/dist-types/ts3.4/NetworkFirewallClient.d.ts +4 -0
  70. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  71. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  72. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  73. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  74. package/dist-types/ts3.4/schemas/schemas_0.d.ts +322 -0
  75. package/package.json +5 -5
  76. package/dist-es/protocols/Aws_json1_0.js +0 -1546
  77. package/dist-types/protocols/Aws_json1_0.d.ts +0 -515
  78. package/dist-types/ts3.4/protocols/Aws_json1_0.d.ts +0 -689
@@ -1,689 +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
- AcceptNetworkFirewallTransitGatewayAttachmentCommandInput,
8
- AcceptNetworkFirewallTransitGatewayAttachmentCommandOutput,
9
- } from "../commands/AcceptNetworkFirewallTransitGatewayAttachmentCommand";
10
- import {
11
- AssociateAvailabilityZonesCommandInput,
12
- AssociateAvailabilityZonesCommandOutput,
13
- } from "../commands/AssociateAvailabilityZonesCommand";
14
- import {
15
- AssociateFirewallPolicyCommandInput,
16
- AssociateFirewallPolicyCommandOutput,
17
- } from "../commands/AssociateFirewallPolicyCommand";
18
- import {
19
- AssociateSubnetsCommandInput,
20
- AssociateSubnetsCommandOutput,
21
- } from "../commands/AssociateSubnetsCommand";
22
- import {
23
- CreateFirewallCommandInput,
24
- CreateFirewallCommandOutput,
25
- } from "../commands/CreateFirewallCommand";
26
- import {
27
- CreateFirewallPolicyCommandInput,
28
- CreateFirewallPolicyCommandOutput,
29
- } from "../commands/CreateFirewallPolicyCommand";
30
- import {
31
- CreateRuleGroupCommandInput,
32
- CreateRuleGroupCommandOutput,
33
- } from "../commands/CreateRuleGroupCommand";
34
- import {
35
- CreateTLSInspectionConfigurationCommandInput,
36
- CreateTLSInspectionConfigurationCommandOutput,
37
- } from "../commands/CreateTLSInspectionConfigurationCommand";
38
- import {
39
- CreateVpcEndpointAssociationCommandInput,
40
- CreateVpcEndpointAssociationCommandOutput,
41
- } from "../commands/CreateVpcEndpointAssociationCommand";
42
- import {
43
- DeleteFirewallCommandInput,
44
- DeleteFirewallCommandOutput,
45
- } from "../commands/DeleteFirewallCommand";
46
- import {
47
- DeleteFirewallPolicyCommandInput,
48
- DeleteFirewallPolicyCommandOutput,
49
- } from "../commands/DeleteFirewallPolicyCommand";
50
- import {
51
- DeleteNetworkFirewallTransitGatewayAttachmentCommandInput,
52
- DeleteNetworkFirewallTransitGatewayAttachmentCommandOutput,
53
- } from "../commands/DeleteNetworkFirewallTransitGatewayAttachmentCommand";
54
- import {
55
- DeleteResourcePolicyCommandInput,
56
- DeleteResourcePolicyCommandOutput,
57
- } from "../commands/DeleteResourcePolicyCommand";
58
- import {
59
- DeleteRuleGroupCommandInput,
60
- DeleteRuleGroupCommandOutput,
61
- } from "../commands/DeleteRuleGroupCommand";
62
- import {
63
- DeleteTLSInspectionConfigurationCommandInput,
64
- DeleteTLSInspectionConfigurationCommandOutput,
65
- } from "../commands/DeleteTLSInspectionConfigurationCommand";
66
- import {
67
- DeleteVpcEndpointAssociationCommandInput,
68
- DeleteVpcEndpointAssociationCommandOutput,
69
- } from "../commands/DeleteVpcEndpointAssociationCommand";
70
- import {
71
- DescribeFirewallCommandInput,
72
- DescribeFirewallCommandOutput,
73
- } from "../commands/DescribeFirewallCommand";
74
- import {
75
- DescribeFirewallMetadataCommandInput,
76
- DescribeFirewallMetadataCommandOutput,
77
- } from "../commands/DescribeFirewallMetadataCommand";
78
- import {
79
- DescribeFirewallPolicyCommandInput,
80
- DescribeFirewallPolicyCommandOutput,
81
- } from "../commands/DescribeFirewallPolicyCommand";
82
- import {
83
- DescribeFlowOperationCommandInput,
84
- DescribeFlowOperationCommandOutput,
85
- } from "../commands/DescribeFlowOperationCommand";
86
- import {
87
- DescribeLoggingConfigurationCommandInput,
88
- DescribeLoggingConfigurationCommandOutput,
89
- } from "../commands/DescribeLoggingConfigurationCommand";
90
- import {
91
- DescribeResourcePolicyCommandInput,
92
- DescribeResourcePolicyCommandOutput,
93
- } from "../commands/DescribeResourcePolicyCommand";
94
- import {
95
- DescribeRuleGroupCommandInput,
96
- DescribeRuleGroupCommandOutput,
97
- } from "../commands/DescribeRuleGroupCommand";
98
- import {
99
- DescribeRuleGroupMetadataCommandInput,
100
- DescribeRuleGroupMetadataCommandOutput,
101
- } from "../commands/DescribeRuleGroupMetadataCommand";
102
- import {
103
- DescribeRuleGroupSummaryCommandInput,
104
- DescribeRuleGroupSummaryCommandOutput,
105
- } from "../commands/DescribeRuleGroupSummaryCommand";
106
- import {
107
- DescribeTLSInspectionConfigurationCommandInput,
108
- DescribeTLSInspectionConfigurationCommandOutput,
109
- } from "../commands/DescribeTLSInspectionConfigurationCommand";
110
- import {
111
- DescribeVpcEndpointAssociationCommandInput,
112
- DescribeVpcEndpointAssociationCommandOutput,
113
- } from "../commands/DescribeVpcEndpointAssociationCommand";
114
- import {
115
- DisassociateAvailabilityZonesCommandInput,
116
- DisassociateAvailabilityZonesCommandOutput,
117
- } from "../commands/DisassociateAvailabilityZonesCommand";
118
- import {
119
- DisassociateSubnetsCommandInput,
120
- DisassociateSubnetsCommandOutput,
121
- } from "../commands/DisassociateSubnetsCommand";
122
- import {
123
- GetAnalysisReportResultsCommandInput,
124
- GetAnalysisReportResultsCommandOutput,
125
- } from "../commands/GetAnalysisReportResultsCommand";
126
- import {
127
- ListAnalysisReportsCommandInput,
128
- ListAnalysisReportsCommandOutput,
129
- } from "../commands/ListAnalysisReportsCommand";
130
- import {
131
- ListFirewallPoliciesCommandInput,
132
- ListFirewallPoliciesCommandOutput,
133
- } from "../commands/ListFirewallPoliciesCommand";
134
- import {
135
- ListFirewallsCommandInput,
136
- ListFirewallsCommandOutput,
137
- } from "../commands/ListFirewallsCommand";
138
- import {
139
- ListFlowOperationResultsCommandInput,
140
- ListFlowOperationResultsCommandOutput,
141
- } from "../commands/ListFlowOperationResultsCommand";
142
- import {
143
- ListFlowOperationsCommandInput,
144
- ListFlowOperationsCommandOutput,
145
- } from "../commands/ListFlowOperationsCommand";
146
- import {
147
- ListRuleGroupsCommandInput,
148
- ListRuleGroupsCommandOutput,
149
- } from "../commands/ListRuleGroupsCommand";
150
- import {
151
- ListTagsForResourceCommandInput,
152
- ListTagsForResourceCommandOutput,
153
- } from "../commands/ListTagsForResourceCommand";
154
- import {
155
- ListTLSInspectionConfigurationsCommandInput,
156
- ListTLSInspectionConfigurationsCommandOutput,
157
- } from "../commands/ListTLSInspectionConfigurationsCommand";
158
- import {
159
- ListVpcEndpointAssociationsCommandInput,
160
- ListVpcEndpointAssociationsCommandOutput,
161
- } from "../commands/ListVpcEndpointAssociationsCommand";
162
- import {
163
- PutResourcePolicyCommandInput,
164
- PutResourcePolicyCommandOutput,
165
- } from "../commands/PutResourcePolicyCommand";
166
- import {
167
- RejectNetworkFirewallTransitGatewayAttachmentCommandInput,
168
- RejectNetworkFirewallTransitGatewayAttachmentCommandOutput,
169
- } from "../commands/RejectNetworkFirewallTransitGatewayAttachmentCommand";
170
- import {
171
- StartAnalysisReportCommandInput,
172
- StartAnalysisReportCommandOutput,
173
- } from "../commands/StartAnalysisReportCommand";
174
- import {
175
- StartFlowCaptureCommandInput,
176
- StartFlowCaptureCommandOutput,
177
- } from "../commands/StartFlowCaptureCommand";
178
- import {
179
- StartFlowFlushCommandInput,
180
- StartFlowFlushCommandOutput,
181
- } from "../commands/StartFlowFlushCommand";
182
- import {
183
- TagResourceCommandInput,
184
- TagResourceCommandOutput,
185
- } from "../commands/TagResourceCommand";
186
- import {
187
- UntagResourceCommandInput,
188
- UntagResourceCommandOutput,
189
- } from "../commands/UntagResourceCommand";
190
- import {
191
- UpdateAvailabilityZoneChangeProtectionCommandInput,
192
- UpdateAvailabilityZoneChangeProtectionCommandOutput,
193
- } from "../commands/UpdateAvailabilityZoneChangeProtectionCommand";
194
- import {
195
- UpdateFirewallAnalysisSettingsCommandInput,
196
- UpdateFirewallAnalysisSettingsCommandOutput,
197
- } from "../commands/UpdateFirewallAnalysisSettingsCommand";
198
- import {
199
- UpdateFirewallDeleteProtectionCommandInput,
200
- UpdateFirewallDeleteProtectionCommandOutput,
201
- } from "../commands/UpdateFirewallDeleteProtectionCommand";
202
- import {
203
- UpdateFirewallDescriptionCommandInput,
204
- UpdateFirewallDescriptionCommandOutput,
205
- } from "../commands/UpdateFirewallDescriptionCommand";
206
- import {
207
- UpdateFirewallEncryptionConfigurationCommandInput,
208
- UpdateFirewallEncryptionConfigurationCommandOutput,
209
- } from "../commands/UpdateFirewallEncryptionConfigurationCommand";
210
- import {
211
- UpdateFirewallPolicyChangeProtectionCommandInput,
212
- UpdateFirewallPolicyChangeProtectionCommandOutput,
213
- } from "../commands/UpdateFirewallPolicyChangeProtectionCommand";
214
- import {
215
- UpdateFirewallPolicyCommandInput,
216
- UpdateFirewallPolicyCommandOutput,
217
- } from "../commands/UpdateFirewallPolicyCommand";
218
- import {
219
- UpdateLoggingConfigurationCommandInput,
220
- UpdateLoggingConfigurationCommandOutput,
221
- } from "../commands/UpdateLoggingConfigurationCommand";
222
- import {
223
- UpdateRuleGroupCommandInput,
224
- UpdateRuleGroupCommandOutput,
225
- } from "../commands/UpdateRuleGroupCommand";
226
- import {
227
- UpdateSubnetChangeProtectionCommandInput,
228
- UpdateSubnetChangeProtectionCommandOutput,
229
- } from "../commands/UpdateSubnetChangeProtectionCommand";
230
- import {
231
- UpdateTLSInspectionConfigurationCommandInput,
232
- UpdateTLSInspectionConfigurationCommandOutput,
233
- } from "../commands/UpdateTLSInspectionConfigurationCommand";
234
- export declare const se_AcceptNetworkFirewallTransitGatewayAttachmentCommand: (
235
- input: AcceptNetworkFirewallTransitGatewayAttachmentCommandInput,
236
- context: __SerdeContext
237
- ) => Promise<__HttpRequest>;
238
- export declare const se_AssociateAvailabilityZonesCommand: (
239
- input: AssociateAvailabilityZonesCommandInput,
240
- context: __SerdeContext
241
- ) => Promise<__HttpRequest>;
242
- export declare const se_AssociateFirewallPolicyCommand: (
243
- input: AssociateFirewallPolicyCommandInput,
244
- context: __SerdeContext
245
- ) => Promise<__HttpRequest>;
246
- export declare const se_AssociateSubnetsCommand: (
247
- input: AssociateSubnetsCommandInput,
248
- context: __SerdeContext
249
- ) => Promise<__HttpRequest>;
250
- export declare const se_CreateFirewallCommand: (
251
- input: CreateFirewallCommandInput,
252
- context: __SerdeContext
253
- ) => Promise<__HttpRequest>;
254
- export declare const se_CreateFirewallPolicyCommand: (
255
- input: CreateFirewallPolicyCommandInput,
256
- context: __SerdeContext
257
- ) => Promise<__HttpRequest>;
258
- export declare const se_CreateRuleGroupCommand: (
259
- input: CreateRuleGroupCommandInput,
260
- context: __SerdeContext
261
- ) => Promise<__HttpRequest>;
262
- export declare const se_CreateTLSInspectionConfigurationCommand: (
263
- input: CreateTLSInspectionConfigurationCommandInput,
264
- context: __SerdeContext
265
- ) => Promise<__HttpRequest>;
266
- export declare const se_CreateVpcEndpointAssociationCommand: (
267
- input: CreateVpcEndpointAssociationCommandInput,
268
- context: __SerdeContext
269
- ) => Promise<__HttpRequest>;
270
- export declare const se_DeleteFirewallCommand: (
271
- input: DeleteFirewallCommandInput,
272
- context: __SerdeContext
273
- ) => Promise<__HttpRequest>;
274
- export declare const se_DeleteFirewallPolicyCommand: (
275
- input: DeleteFirewallPolicyCommandInput,
276
- context: __SerdeContext
277
- ) => Promise<__HttpRequest>;
278
- export declare const se_DeleteNetworkFirewallTransitGatewayAttachmentCommand: (
279
- input: DeleteNetworkFirewallTransitGatewayAttachmentCommandInput,
280
- context: __SerdeContext
281
- ) => Promise<__HttpRequest>;
282
- export declare const se_DeleteResourcePolicyCommand: (
283
- input: DeleteResourcePolicyCommandInput,
284
- context: __SerdeContext
285
- ) => Promise<__HttpRequest>;
286
- export declare const se_DeleteRuleGroupCommand: (
287
- input: DeleteRuleGroupCommandInput,
288
- context: __SerdeContext
289
- ) => Promise<__HttpRequest>;
290
- export declare const se_DeleteTLSInspectionConfigurationCommand: (
291
- input: DeleteTLSInspectionConfigurationCommandInput,
292
- context: __SerdeContext
293
- ) => Promise<__HttpRequest>;
294
- export declare const se_DeleteVpcEndpointAssociationCommand: (
295
- input: DeleteVpcEndpointAssociationCommandInput,
296
- context: __SerdeContext
297
- ) => Promise<__HttpRequest>;
298
- export declare const se_DescribeFirewallCommand: (
299
- input: DescribeFirewallCommandInput,
300
- context: __SerdeContext
301
- ) => Promise<__HttpRequest>;
302
- export declare const se_DescribeFirewallMetadataCommand: (
303
- input: DescribeFirewallMetadataCommandInput,
304
- context: __SerdeContext
305
- ) => Promise<__HttpRequest>;
306
- export declare const se_DescribeFirewallPolicyCommand: (
307
- input: DescribeFirewallPolicyCommandInput,
308
- context: __SerdeContext
309
- ) => Promise<__HttpRequest>;
310
- export declare const se_DescribeFlowOperationCommand: (
311
- input: DescribeFlowOperationCommandInput,
312
- context: __SerdeContext
313
- ) => Promise<__HttpRequest>;
314
- export declare const se_DescribeLoggingConfigurationCommand: (
315
- input: DescribeLoggingConfigurationCommandInput,
316
- context: __SerdeContext
317
- ) => Promise<__HttpRequest>;
318
- export declare const se_DescribeResourcePolicyCommand: (
319
- input: DescribeResourcePolicyCommandInput,
320
- context: __SerdeContext
321
- ) => Promise<__HttpRequest>;
322
- export declare const se_DescribeRuleGroupCommand: (
323
- input: DescribeRuleGroupCommandInput,
324
- context: __SerdeContext
325
- ) => Promise<__HttpRequest>;
326
- export declare const se_DescribeRuleGroupMetadataCommand: (
327
- input: DescribeRuleGroupMetadataCommandInput,
328
- context: __SerdeContext
329
- ) => Promise<__HttpRequest>;
330
- export declare const se_DescribeRuleGroupSummaryCommand: (
331
- input: DescribeRuleGroupSummaryCommandInput,
332
- context: __SerdeContext
333
- ) => Promise<__HttpRequest>;
334
- export declare const se_DescribeTLSInspectionConfigurationCommand: (
335
- input: DescribeTLSInspectionConfigurationCommandInput,
336
- context: __SerdeContext
337
- ) => Promise<__HttpRequest>;
338
- export declare const se_DescribeVpcEndpointAssociationCommand: (
339
- input: DescribeVpcEndpointAssociationCommandInput,
340
- context: __SerdeContext
341
- ) => Promise<__HttpRequest>;
342
- export declare const se_DisassociateAvailabilityZonesCommand: (
343
- input: DisassociateAvailabilityZonesCommandInput,
344
- context: __SerdeContext
345
- ) => Promise<__HttpRequest>;
346
- export declare const se_DisassociateSubnetsCommand: (
347
- input: DisassociateSubnetsCommandInput,
348
- context: __SerdeContext
349
- ) => Promise<__HttpRequest>;
350
- export declare const se_GetAnalysisReportResultsCommand: (
351
- input: GetAnalysisReportResultsCommandInput,
352
- context: __SerdeContext
353
- ) => Promise<__HttpRequest>;
354
- export declare const se_ListAnalysisReportsCommand: (
355
- input: ListAnalysisReportsCommandInput,
356
- context: __SerdeContext
357
- ) => Promise<__HttpRequest>;
358
- export declare const se_ListFirewallPoliciesCommand: (
359
- input: ListFirewallPoliciesCommandInput,
360
- context: __SerdeContext
361
- ) => Promise<__HttpRequest>;
362
- export declare const se_ListFirewallsCommand: (
363
- input: ListFirewallsCommandInput,
364
- context: __SerdeContext
365
- ) => Promise<__HttpRequest>;
366
- export declare const se_ListFlowOperationResultsCommand: (
367
- input: ListFlowOperationResultsCommandInput,
368
- context: __SerdeContext
369
- ) => Promise<__HttpRequest>;
370
- export declare const se_ListFlowOperationsCommand: (
371
- input: ListFlowOperationsCommandInput,
372
- context: __SerdeContext
373
- ) => Promise<__HttpRequest>;
374
- export declare const se_ListRuleGroupsCommand: (
375
- input: ListRuleGroupsCommandInput,
376
- context: __SerdeContext
377
- ) => Promise<__HttpRequest>;
378
- export declare const se_ListTagsForResourceCommand: (
379
- input: ListTagsForResourceCommandInput,
380
- context: __SerdeContext
381
- ) => Promise<__HttpRequest>;
382
- export declare const se_ListTLSInspectionConfigurationsCommand: (
383
- input: ListTLSInspectionConfigurationsCommandInput,
384
- context: __SerdeContext
385
- ) => Promise<__HttpRequest>;
386
- export declare const se_ListVpcEndpointAssociationsCommand: (
387
- input: ListVpcEndpointAssociationsCommandInput,
388
- context: __SerdeContext
389
- ) => Promise<__HttpRequest>;
390
- export declare const se_PutResourcePolicyCommand: (
391
- input: PutResourcePolicyCommandInput,
392
- context: __SerdeContext
393
- ) => Promise<__HttpRequest>;
394
- export declare const se_RejectNetworkFirewallTransitGatewayAttachmentCommand: (
395
- input: RejectNetworkFirewallTransitGatewayAttachmentCommandInput,
396
- context: __SerdeContext
397
- ) => Promise<__HttpRequest>;
398
- export declare const se_StartAnalysisReportCommand: (
399
- input: StartAnalysisReportCommandInput,
400
- context: __SerdeContext
401
- ) => Promise<__HttpRequest>;
402
- export declare const se_StartFlowCaptureCommand: (
403
- input: StartFlowCaptureCommandInput,
404
- context: __SerdeContext
405
- ) => Promise<__HttpRequest>;
406
- export declare const se_StartFlowFlushCommand: (
407
- input: StartFlowFlushCommandInput,
408
- context: __SerdeContext
409
- ) => Promise<__HttpRequest>;
410
- export declare const se_TagResourceCommand: (
411
- input: TagResourceCommandInput,
412
- context: __SerdeContext
413
- ) => Promise<__HttpRequest>;
414
- export declare const se_UntagResourceCommand: (
415
- input: UntagResourceCommandInput,
416
- context: __SerdeContext
417
- ) => Promise<__HttpRequest>;
418
- export declare const se_UpdateAvailabilityZoneChangeProtectionCommand: (
419
- input: UpdateAvailabilityZoneChangeProtectionCommandInput,
420
- context: __SerdeContext
421
- ) => Promise<__HttpRequest>;
422
- export declare const se_UpdateFirewallAnalysisSettingsCommand: (
423
- input: UpdateFirewallAnalysisSettingsCommandInput,
424
- context: __SerdeContext
425
- ) => Promise<__HttpRequest>;
426
- export declare const se_UpdateFirewallDeleteProtectionCommand: (
427
- input: UpdateFirewallDeleteProtectionCommandInput,
428
- context: __SerdeContext
429
- ) => Promise<__HttpRequest>;
430
- export declare const se_UpdateFirewallDescriptionCommand: (
431
- input: UpdateFirewallDescriptionCommandInput,
432
- context: __SerdeContext
433
- ) => Promise<__HttpRequest>;
434
- export declare const se_UpdateFirewallEncryptionConfigurationCommand: (
435
- input: UpdateFirewallEncryptionConfigurationCommandInput,
436
- context: __SerdeContext
437
- ) => Promise<__HttpRequest>;
438
- export declare const se_UpdateFirewallPolicyCommand: (
439
- input: UpdateFirewallPolicyCommandInput,
440
- context: __SerdeContext
441
- ) => Promise<__HttpRequest>;
442
- export declare const se_UpdateFirewallPolicyChangeProtectionCommand: (
443
- input: UpdateFirewallPolicyChangeProtectionCommandInput,
444
- context: __SerdeContext
445
- ) => Promise<__HttpRequest>;
446
- export declare const se_UpdateLoggingConfigurationCommand: (
447
- input: UpdateLoggingConfigurationCommandInput,
448
- context: __SerdeContext
449
- ) => Promise<__HttpRequest>;
450
- export declare const se_UpdateRuleGroupCommand: (
451
- input: UpdateRuleGroupCommandInput,
452
- context: __SerdeContext
453
- ) => Promise<__HttpRequest>;
454
- export declare const se_UpdateSubnetChangeProtectionCommand: (
455
- input: UpdateSubnetChangeProtectionCommandInput,
456
- context: __SerdeContext
457
- ) => Promise<__HttpRequest>;
458
- export declare const se_UpdateTLSInspectionConfigurationCommand: (
459
- input: UpdateTLSInspectionConfigurationCommandInput,
460
- context: __SerdeContext
461
- ) => Promise<__HttpRequest>;
462
- export declare const de_AcceptNetworkFirewallTransitGatewayAttachmentCommand: (
463
- output: __HttpResponse,
464
- context: __SerdeContext
465
- ) => Promise<AcceptNetworkFirewallTransitGatewayAttachmentCommandOutput>;
466
- export declare const de_AssociateAvailabilityZonesCommand: (
467
- output: __HttpResponse,
468
- context: __SerdeContext
469
- ) => Promise<AssociateAvailabilityZonesCommandOutput>;
470
- export declare const de_AssociateFirewallPolicyCommand: (
471
- output: __HttpResponse,
472
- context: __SerdeContext
473
- ) => Promise<AssociateFirewallPolicyCommandOutput>;
474
- export declare const de_AssociateSubnetsCommand: (
475
- output: __HttpResponse,
476
- context: __SerdeContext
477
- ) => Promise<AssociateSubnetsCommandOutput>;
478
- export declare const de_CreateFirewallCommand: (
479
- output: __HttpResponse,
480
- context: __SerdeContext
481
- ) => Promise<CreateFirewallCommandOutput>;
482
- export declare const de_CreateFirewallPolicyCommand: (
483
- output: __HttpResponse,
484
- context: __SerdeContext
485
- ) => Promise<CreateFirewallPolicyCommandOutput>;
486
- export declare const de_CreateRuleGroupCommand: (
487
- output: __HttpResponse,
488
- context: __SerdeContext
489
- ) => Promise<CreateRuleGroupCommandOutput>;
490
- export declare const de_CreateTLSInspectionConfigurationCommand: (
491
- output: __HttpResponse,
492
- context: __SerdeContext
493
- ) => Promise<CreateTLSInspectionConfigurationCommandOutput>;
494
- export declare const de_CreateVpcEndpointAssociationCommand: (
495
- output: __HttpResponse,
496
- context: __SerdeContext
497
- ) => Promise<CreateVpcEndpointAssociationCommandOutput>;
498
- export declare const de_DeleteFirewallCommand: (
499
- output: __HttpResponse,
500
- context: __SerdeContext
501
- ) => Promise<DeleteFirewallCommandOutput>;
502
- export declare const de_DeleteFirewallPolicyCommand: (
503
- output: __HttpResponse,
504
- context: __SerdeContext
505
- ) => Promise<DeleteFirewallPolicyCommandOutput>;
506
- export declare const de_DeleteNetworkFirewallTransitGatewayAttachmentCommand: (
507
- output: __HttpResponse,
508
- context: __SerdeContext
509
- ) => Promise<DeleteNetworkFirewallTransitGatewayAttachmentCommandOutput>;
510
- export declare const de_DeleteResourcePolicyCommand: (
511
- output: __HttpResponse,
512
- context: __SerdeContext
513
- ) => Promise<DeleteResourcePolicyCommandOutput>;
514
- export declare const de_DeleteRuleGroupCommand: (
515
- output: __HttpResponse,
516
- context: __SerdeContext
517
- ) => Promise<DeleteRuleGroupCommandOutput>;
518
- export declare const de_DeleteTLSInspectionConfigurationCommand: (
519
- output: __HttpResponse,
520
- context: __SerdeContext
521
- ) => Promise<DeleteTLSInspectionConfigurationCommandOutput>;
522
- export declare const de_DeleteVpcEndpointAssociationCommand: (
523
- output: __HttpResponse,
524
- context: __SerdeContext
525
- ) => Promise<DeleteVpcEndpointAssociationCommandOutput>;
526
- export declare const de_DescribeFirewallCommand: (
527
- output: __HttpResponse,
528
- context: __SerdeContext
529
- ) => Promise<DescribeFirewallCommandOutput>;
530
- export declare const de_DescribeFirewallMetadataCommand: (
531
- output: __HttpResponse,
532
- context: __SerdeContext
533
- ) => Promise<DescribeFirewallMetadataCommandOutput>;
534
- export declare const de_DescribeFirewallPolicyCommand: (
535
- output: __HttpResponse,
536
- context: __SerdeContext
537
- ) => Promise<DescribeFirewallPolicyCommandOutput>;
538
- export declare const de_DescribeFlowOperationCommand: (
539
- output: __HttpResponse,
540
- context: __SerdeContext
541
- ) => Promise<DescribeFlowOperationCommandOutput>;
542
- export declare const de_DescribeLoggingConfigurationCommand: (
543
- output: __HttpResponse,
544
- context: __SerdeContext
545
- ) => Promise<DescribeLoggingConfigurationCommandOutput>;
546
- export declare const de_DescribeResourcePolicyCommand: (
547
- output: __HttpResponse,
548
- context: __SerdeContext
549
- ) => Promise<DescribeResourcePolicyCommandOutput>;
550
- export declare const de_DescribeRuleGroupCommand: (
551
- output: __HttpResponse,
552
- context: __SerdeContext
553
- ) => Promise<DescribeRuleGroupCommandOutput>;
554
- export declare const de_DescribeRuleGroupMetadataCommand: (
555
- output: __HttpResponse,
556
- context: __SerdeContext
557
- ) => Promise<DescribeRuleGroupMetadataCommandOutput>;
558
- export declare const de_DescribeRuleGroupSummaryCommand: (
559
- output: __HttpResponse,
560
- context: __SerdeContext
561
- ) => Promise<DescribeRuleGroupSummaryCommandOutput>;
562
- export declare const de_DescribeTLSInspectionConfigurationCommand: (
563
- output: __HttpResponse,
564
- context: __SerdeContext
565
- ) => Promise<DescribeTLSInspectionConfigurationCommandOutput>;
566
- export declare const de_DescribeVpcEndpointAssociationCommand: (
567
- output: __HttpResponse,
568
- context: __SerdeContext
569
- ) => Promise<DescribeVpcEndpointAssociationCommandOutput>;
570
- export declare const de_DisassociateAvailabilityZonesCommand: (
571
- output: __HttpResponse,
572
- context: __SerdeContext
573
- ) => Promise<DisassociateAvailabilityZonesCommandOutput>;
574
- export declare const de_DisassociateSubnetsCommand: (
575
- output: __HttpResponse,
576
- context: __SerdeContext
577
- ) => Promise<DisassociateSubnetsCommandOutput>;
578
- export declare const de_GetAnalysisReportResultsCommand: (
579
- output: __HttpResponse,
580
- context: __SerdeContext
581
- ) => Promise<GetAnalysisReportResultsCommandOutput>;
582
- export declare const de_ListAnalysisReportsCommand: (
583
- output: __HttpResponse,
584
- context: __SerdeContext
585
- ) => Promise<ListAnalysisReportsCommandOutput>;
586
- export declare const de_ListFirewallPoliciesCommand: (
587
- output: __HttpResponse,
588
- context: __SerdeContext
589
- ) => Promise<ListFirewallPoliciesCommandOutput>;
590
- export declare const de_ListFirewallsCommand: (
591
- output: __HttpResponse,
592
- context: __SerdeContext
593
- ) => Promise<ListFirewallsCommandOutput>;
594
- export declare const de_ListFlowOperationResultsCommand: (
595
- output: __HttpResponse,
596
- context: __SerdeContext
597
- ) => Promise<ListFlowOperationResultsCommandOutput>;
598
- export declare const de_ListFlowOperationsCommand: (
599
- output: __HttpResponse,
600
- context: __SerdeContext
601
- ) => Promise<ListFlowOperationsCommandOutput>;
602
- export declare const de_ListRuleGroupsCommand: (
603
- output: __HttpResponse,
604
- context: __SerdeContext
605
- ) => Promise<ListRuleGroupsCommandOutput>;
606
- export declare const de_ListTagsForResourceCommand: (
607
- output: __HttpResponse,
608
- context: __SerdeContext
609
- ) => Promise<ListTagsForResourceCommandOutput>;
610
- export declare const de_ListTLSInspectionConfigurationsCommand: (
611
- output: __HttpResponse,
612
- context: __SerdeContext
613
- ) => Promise<ListTLSInspectionConfigurationsCommandOutput>;
614
- export declare const de_ListVpcEndpointAssociationsCommand: (
615
- output: __HttpResponse,
616
- context: __SerdeContext
617
- ) => Promise<ListVpcEndpointAssociationsCommandOutput>;
618
- export declare const de_PutResourcePolicyCommand: (
619
- output: __HttpResponse,
620
- context: __SerdeContext
621
- ) => Promise<PutResourcePolicyCommandOutput>;
622
- export declare const de_RejectNetworkFirewallTransitGatewayAttachmentCommand: (
623
- output: __HttpResponse,
624
- context: __SerdeContext
625
- ) => Promise<RejectNetworkFirewallTransitGatewayAttachmentCommandOutput>;
626
- export declare const de_StartAnalysisReportCommand: (
627
- output: __HttpResponse,
628
- context: __SerdeContext
629
- ) => Promise<StartAnalysisReportCommandOutput>;
630
- export declare const de_StartFlowCaptureCommand: (
631
- output: __HttpResponse,
632
- context: __SerdeContext
633
- ) => Promise<StartFlowCaptureCommandOutput>;
634
- export declare const de_StartFlowFlushCommand: (
635
- output: __HttpResponse,
636
- context: __SerdeContext
637
- ) => Promise<StartFlowFlushCommandOutput>;
638
- export declare const de_TagResourceCommand: (
639
- output: __HttpResponse,
640
- context: __SerdeContext
641
- ) => Promise<TagResourceCommandOutput>;
642
- export declare const de_UntagResourceCommand: (
643
- output: __HttpResponse,
644
- context: __SerdeContext
645
- ) => Promise<UntagResourceCommandOutput>;
646
- export declare const de_UpdateAvailabilityZoneChangeProtectionCommand: (
647
- output: __HttpResponse,
648
- context: __SerdeContext
649
- ) => Promise<UpdateAvailabilityZoneChangeProtectionCommandOutput>;
650
- export declare const de_UpdateFirewallAnalysisSettingsCommand: (
651
- output: __HttpResponse,
652
- context: __SerdeContext
653
- ) => Promise<UpdateFirewallAnalysisSettingsCommandOutput>;
654
- export declare const de_UpdateFirewallDeleteProtectionCommand: (
655
- output: __HttpResponse,
656
- context: __SerdeContext
657
- ) => Promise<UpdateFirewallDeleteProtectionCommandOutput>;
658
- export declare const de_UpdateFirewallDescriptionCommand: (
659
- output: __HttpResponse,
660
- context: __SerdeContext
661
- ) => Promise<UpdateFirewallDescriptionCommandOutput>;
662
- export declare const de_UpdateFirewallEncryptionConfigurationCommand: (
663
- output: __HttpResponse,
664
- context: __SerdeContext
665
- ) => Promise<UpdateFirewallEncryptionConfigurationCommandOutput>;
666
- export declare const de_UpdateFirewallPolicyCommand: (
667
- output: __HttpResponse,
668
- context: __SerdeContext
669
- ) => Promise<UpdateFirewallPolicyCommandOutput>;
670
- export declare const de_UpdateFirewallPolicyChangeProtectionCommand: (
671
- output: __HttpResponse,
672
- context: __SerdeContext
673
- ) => Promise<UpdateFirewallPolicyChangeProtectionCommandOutput>;
674
- export declare const de_UpdateLoggingConfigurationCommand: (
675
- output: __HttpResponse,
676
- context: __SerdeContext
677
- ) => Promise<UpdateLoggingConfigurationCommandOutput>;
678
- export declare const de_UpdateRuleGroupCommand: (
679
- output: __HttpResponse,
680
- context: __SerdeContext
681
- ) => Promise<UpdateRuleGroupCommandOutput>;
682
- export declare const de_UpdateSubnetChangeProtectionCommand: (
683
- output: __HttpResponse,
684
- context: __SerdeContext
685
- ) => Promise<UpdateSubnetChangeProtectionCommandOutput>;
686
- export declare const de_UpdateTLSInspectionConfigurationCommand: (
687
- output: __HttpResponse,
688
- context: __SerdeContext
689
- ) => Promise<UpdateTLSInspectionConfigurationCommandOutput>;