@aws-sdk/client-network-firewall 3.926.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,515 +0,0 @@
1
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
2
- import { SerdeContext as __SerdeContext } from "@smithy/types";
3
- import { AcceptNetworkFirewallTransitGatewayAttachmentCommandInput, AcceptNetworkFirewallTransitGatewayAttachmentCommandOutput } from "../commands/AcceptNetworkFirewallTransitGatewayAttachmentCommand";
4
- import { AssociateAvailabilityZonesCommandInput, AssociateAvailabilityZonesCommandOutput } from "../commands/AssociateAvailabilityZonesCommand";
5
- import { AssociateFirewallPolicyCommandInput, AssociateFirewallPolicyCommandOutput } from "../commands/AssociateFirewallPolicyCommand";
6
- import { AssociateSubnetsCommandInput, AssociateSubnetsCommandOutput } from "../commands/AssociateSubnetsCommand";
7
- import { CreateFirewallCommandInput, CreateFirewallCommandOutput } from "../commands/CreateFirewallCommand";
8
- import { CreateFirewallPolicyCommandInput, CreateFirewallPolicyCommandOutput } from "../commands/CreateFirewallPolicyCommand";
9
- import { CreateRuleGroupCommandInput, CreateRuleGroupCommandOutput } from "../commands/CreateRuleGroupCommand";
10
- import { CreateTLSInspectionConfigurationCommandInput, CreateTLSInspectionConfigurationCommandOutput } from "../commands/CreateTLSInspectionConfigurationCommand";
11
- import { CreateVpcEndpointAssociationCommandInput, CreateVpcEndpointAssociationCommandOutput } from "../commands/CreateVpcEndpointAssociationCommand";
12
- import { DeleteFirewallCommandInput, DeleteFirewallCommandOutput } from "../commands/DeleteFirewallCommand";
13
- import { DeleteFirewallPolicyCommandInput, DeleteFirewallPolicyCommandOutput } from "../commands/DeleteFirewallPolicyCommand";
14
- import { DeleteNetworkFirewallTransitGatewayAttachmentCommandInput, DeleteNetworkFirewallTransitGatewayAttachmentCommandOutput } from "../commands/DeleteNetworkFirewallTransitGatewayAttachmentCommand";
15
- import { DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput } from "../commands/DeleteResourcePolicyCommand";
16
- import { DeleteRuleGroupCommandInput, DeleteRuleGroupCommandOutput } from "../commands/DeleteRuleGroupCommand";
17
- import { DeleteTLSInspectionConfigurationCommandInput, DeleteTLSInspectionConfigurationCommandOutput } from "../commands/DeleteTLSInspectionConfigurationCommand";
18
- import { DeleteVpcEndpointAssociationCommandInput, DeleteVpcEndpointAssociationCommandOutput } from "../commands/DeleteVpcEndpointAssociationCommand";
19
- import { DescribeFirewallCommandInput, DescribeFirewallCommandOutput } from "../commands/DescribeFirewallCommand";
20
- import { DescribeFirewallMetadataCommandInput, DescribeFirewallMetadataCommandOutput } from "../commands/DescribeFirewallMetadataCommand";
21
- import { DescribeFirewallPolicyCommandInput, DescribeFirewallPolicyCommandOutput } from "../commands/DescribeFirewallPolicyCommand";
22
- import { DescribeFlowOperationCommandInput, DescribeFlowOperationCommandOutput } from "../commands/DescribeFlowOperationCommand";
23
- import { DescribeLoggingConfigurationCommandInput, DescribeLoggingConfigurationCommandOutput } from "../commands/DescribeLoggingConfigurationCommand";
24
- import { DescribeResourcePolicyCommandInput, DescribeResourcePolicyCommandOutput } from "../commands/DescribeResourcePolicyCommand";
25
- import { DescribeRuleGroupCommandInput, DescribeRuleGroupCommandOutput } from "../commands/DescribeRuleGroupCommand";
26
- import { DescribeRuleGroupMetadataCommandInput, DescribeRuleGroupMetadataCommandOutput } from "../commands/DescribeRuleGroupMetadataCommand";
27
- import { DescribeRuleGroupSummaryCommandInput, DescribeRuleGroupSummaryCommandOutput } from "../commands/DescribeRuleGroupSummaryCommand";
28
- import { DescribeTLSInspectionConfigurationCommandInput, DescribeTLSInspectionConfigurationCommandOutput } from "../commands/DescribeTLSInspectionConfigurationCommand";
29
- import { DescribeVpcEndpointAssociationCommandInput, DescribeVpcEndpointAssociationCommandOutput } from "../commands/DescribeVpcEndpointAssociationCommand";
30
- import { DisassociateAvailabilityZonesCommandInput, DisassociateAvailabilityZonesCommandOutput } from "../commands/DisassociateAvailabilityZonesCommand";
31
- import { DisassociateSubnetsCommandInput, DisassociateSubnetsCommandOutput } from "../commands/DisassociateSubnetsCommand";
32
- import { GetAnalysisReportResultsCommandInput, GetAnalysisReportResultsCommandOutput } from "../commands/GetAnalysisReportResultsCommand";
33
- import { ListAnalysisReportsCommandInput, ListAnalysisReportsCommandOutput } from "../commands/ListAnalysisReportsCommand";
34
- import { ListFirewallPoliciesCommandInput, ListFirewallPoliciesCommandOutput } from "../commands/ListFirewallPoliciesCommand";
35
- import { ListFirewallsCommandInput, ListFirewallsCommandOutput } from "../commands/ListFirewallsCommand";
36
- import { ListFlowOperationResultsCommandInput, ListFlowOperationResultsCommandOutput } from "../commands/ListFlowOperationResultsCommand";
37
- import { ListFlowOperationsCommandInput, ListFlowOperationsCommandOutput } from "../commands/ListFlowOperationsCommand";
38
- import { ListRuleGroupsCommandInput, ListRuleGroupsCommandOutput } from "../commands/ListRuleGroupsCommand";
39
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
40
- import { ListTLSInspectionConfigurationsCommandInput, ListTLSInspectionConfigurationsCommandOutput } from "../commands/ListTLSInspectionConfigurationsCommand";
41
- import { ListVpcEndpointAssociationsCommandInput, ListVpcEndpointAssociationsCommandOutput } from "../commands/ListVpcEndpointAssociationsCommand";
42
- import { PutResourcePolicyCommandInput, PutResourcePolicyCommandOutput } from "../commands/PutResourcePolicyCommand";
43
- import { RejectNetworkFirewallTransitGatewayAttachmentCommandInput, RejectNetworkFirewallTransitGatewayAttachmentCommandOutput } from "../commands/RejectNetworkFirewallTransitGatewayAttachmentCommand";
44
- import { StartAnalysisReportCommandInput, StartAnalysisReportCommandOutput } from "../commands/StartAnalysisReportCommand";
45
- import { StartFlowCaptureCommandInput, StartFlowCaptureCommandOutput } from "../commands/StartFlowCaptureCommand";
46
- import { StartFlowFlushCommandInput, StartFlowFlushCommandOutput } from "../commands/StartFlowFlushCommand";
47
- import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
48
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
49
- import { UpdateAvailabilityZoneChangeProtectionCommandInput, UpdateAvailabilityZoneChangeProtectionCommandOutput } from "../commands/UpdateAvailabilityZoneChangeProtectionCommand";
50
- import { UpdateFirewallAnalysisSettingsCommandInput, UpdateFirewallAnalysisSettingsCommandOutput } from "../commands/UpdateFirewallAnalysisSettingsCommand";
51
- import { UpdateFirewallDeleteProtectionCommandInput, UpdateFirewallDeleteProtectionCommandOutput } from "../commands/UpdateFirewallDeleteProtectionCommand";
52
- import { UpdateFirewallDescriptionCommandInput, UpdateFirewallDescriptionCommandOutput } from "../commands/UpdateFirewallDescriptionCommand";
53
- import { UpdateFirewallEncryptionConfigurationCommandInput, UpdateFirewallEncryptionConfigurationCommandOutput } from "../commands/UpdateFirewallEncryptionConfigurationCommand";
54
- import { UpdateFirewallPolicyChangeProtectionCommandInput, UpdateFirewallPolicyChangeProtectionCommandOutput } from "../commands/UpdateFirewallPolicyChangeProtectionCommand";
55
- import { UpdateFirewallPolicyCommandInput, UpdateFirewallPolicyCommandOutput } from "../commands/UpdateFirewallPolicyCommand";
56
- import { UpdateLoggingConfigurationCommandInput, UpdateLoggingConfigurationCommandOutput } from "../commands/UpdateLoggingConfigurationCommand";
57
- import { UpdateRuleGroupCommandInput, UpdateRuleGroupCommandOutput } from "../commands/UpdateRuleGroupCommand";
58
- import { UpdateSubnetChangeProtectionCommandInput, UpdateSubnetChangeProtectionCommandOutput } from "../commands/UpdateSubnetChangeProtectionCommand";
59
- import { UpdateTLSInspectionConfigurationCommandInput, UpdateTLSInspectionConfigurationCommandOutput } from "../commands/UpdateTLSInspectionConfigurationCommand";
60
- /**
61
- * serializeAws_json1_0AcceptNetworkFirewallTransitGatewayAttachmentCommand
62
- */
63
- export declare const se_AcceptNetworkFirewallTransitGatewayAttachmentCommand: (input: AcceptNetworkFirewallTransitGatewayAttachmentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
64
- /**
65
- * serializeAws_json1_0AssociateAvailabilityZonesCommand
66
- */
67
- export declare const se_AssociateAvailabilityZonesCommand: (input: AssociateAvailabilityZonesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
68
- /**
69
- * serializeAws_json1_0AssociateFirewallPolicyCommand
70
- */
71
- export declare const se_AssociateFirewallPolicyCommand: (input: AssociateFirewallPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
72
- /**
73
- * serializeAws_json1_0AssociateSubnetsCommand
74
- */
75
- export declare const se_AssociateSubnetsCommand: (input: AssociateSubnetsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
76
- /**
77
- * serializeAws_json1_0CreateFirewallCommand
78
- */
79
- export declare const se_CreateFirewallCommand: (input: CreateFirewallCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
80
- /**
81
- * serializeAws_json1_0CreateFirewallPolicyCommand
82
- */
83
- export declare const se_CreateFirewallPolicyCommand: (input: CreateFirewallPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
84
- /**
85
- * serializeAws_json1_0CreateRuleGroupCommand
86
- */
87
- export declare const se_CreateRuleGroupCommand: (input: CreateRuleGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
88
- /**
89
- * serializeAws_json1_0CreateTLSInspectionConfigurationCommand
90
- */
91
- export declare const se_CreateTLSInspectionConfigurationCommand: (input: CreateTLSInspectionConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
92
- /**
93
- * serializeAws_json1_0CreateVpcEndpointAssociationCommand
94
- */
95
- export declare const se_CreateVpcEndpointAssociationCommand: (input: CreateVpcEndpointAssociationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
96
- /**
97
- * serializeAws_json1_0DeleteFirewallCommand
98
- */
99
- export declare const se_DeleteFirewallCommand: (input: DeleteFirewallCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
100
- /**
101
- * serializeAws_json1_0DeleteFirewallPolicyCommand
102
- */
103
- export declare const se_DeleteFirewallPolicyCommand: (input: DeleteFirewallPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
104
- /**
105
- * serializeAws_json1_0DeleteNetworkFirewallTransitGatewayAttachmentCommand
106
- */
107
- export declare const se_DeleteNetworkFirewallTransitGatewayAttachmentCommand: (input: DeleteNetworkFirewallTransitGatewayAttachmentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
108
- /**
109
- * serializeAws_json1_0DeleteResourcePolicyCommand
110
- */
111
- export declare const se_DeleteResourcePolicyCommand: (input: DeleteResourcePolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
112
- /**
113
- * serializeAws_json1_0DeleteRuleGroupCommand
114
- */
115
- export declare const se_DeleteRuleGroupCommand: (input: DeleteRuleGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
116
- /**
117
- * serializeAws_json1_0DeleteTLSInspectionConfigurationCommand
118
- */
119
- export declare const se_DeleteTLSInspectionConfigurationCommand: (input: DeleteTLSInspectionConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
120
- /**
121
- * serializeAws_json1_0DeleteVpcEndpointAssociationCommand
122
- */
123
- export declare const se_DeleteVpcEndpointAssociationCommand: (input: DeleteVpcEndpointAssociationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
124
- /**
125
- * serializeAws_json1_0DescribeFirewallCommand
126
- */
127
- export declare const se_DescribeFirewallCommand: (input: DescribeFirewallCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
128
- /**
129
- * serializeAws_json1_0DescribeFirewallMetadataCommand
130
- */
131
- export declare const se_DescribeFirewallMetadataCommand: (input: DescribeFirewallMetadataCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
132
- /**
133
- * serializeAws_json1_0DescribeFirewallPolicyCommand
134
- */
135
- export declare const se_DescribeFirewallPolicyCommand: (input: DescribeFirewallPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
136
- /**
137
- * serializeAws_json1_0DescribeFlowOperationCommand
138
- */
139
- export declare const se_DescribeFlowOperationCommand: (input: DescribeFlowOperationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
140
- /**
141
- * serializeAws_json1_0DescribeLoggingConfigurationCommand
142
- */
143
- export declare const se_DescribeLoggingConfigurationCommand: (input: DescribeLoggingConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
144
- /**
145
- * serializeAws_json1_0DescribeResourcePolicyCommand
146
- */
147
- export declare const se_DescribeResourcePolicyCommand: (input: DescribeResourcePolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
148
- /**
149
- * serializeAws_json1_0DescribeRuleGroupCommand
150
- */
151
- export declare const se_DescribeRuleGroupCommand: (input: DescribeRuleGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
152
- /**
153
- * serializeAws_json1_0DescribeRuleGroupMetadataCommand
154
- */
155
- export declare const se_DescribeRuleGroupMetadataCommand: (input: DescribeRuleGroupMetadataCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
156
- /**
157
- * serializeAws_json1_0DescribeRuleGroupSummaryCommand
158
- */
159
- export declare const se_DescribeRuleGroupSummaryCommand: (input: DescribeRuleGroupSummaryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
160
- /**
161
- * serializeAws_json1_0DescribeTLSInspectionConfigurationCommand
162
- */
163
- export declare const se_DescribeTLSInspectionConfigurationCommand: (input: DescribeTLSInspectionConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
164
- /**
165
- * serializeAws_json1_0DescribeVpcEndpointAssociationCommand
166
- */
167
- export declare const se_DescribeVpcEndpointAssociationCommand: (input: DescribeVpcEndpointAssociationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
168
- /**
169
- * serializeAws_json1_0DisassociateAvailabilityZonesCommand
170
- */
171
- export declare const se_DisassociateAvailabilityZonesCommand: (input: DisassociateAvailabilityZonesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
172
- /**
173
- * serializeAws_json1_0DisassociateSubnetsCommand
174
- */
175
- export declare const se_DisassociateSubnetsCommand: (input: DisassociateSubnetsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
176
- /**
177
- * serializeAws_json1_0GetAnalysisReportResultsCommand
178
- */
179
- export declare const se_GetAnalysisReportResultsCommand: (input: GetAnalysisReportResultsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
180
- /**
181
- * serializeAws_json1_0ListAnalysisReportsCommand
182
- */
183
- export declare const se_ListAnalysisReportsCommand: (input: ListAnalysisReportsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
184
- /**
185
- * serializeAws_json1_0ListFirewallPoliciesCommand
186
- */
187
- export declare const se_ListFirewallPoliciesCommand: (input: ListFirewallPoliciesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
188
- /**
189
- * serializeAws_json1_0ListFirewallsCommand
190
- */
191
- export declare const se_ListFirewallsCommand: (input: ListFirewallsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
192
- /**
193
- * serializeAws_json1_0ListFlowOperationResultsCommand
194
- */
195
- export declare const se_ListFlowOperationResultsCommand: (input: ListFlowOperationResultsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
196
- /**
197
- * serializeAws_json1_0ListFlowOperationsCommand
198
- */
199
- export declare const se_ListFlowOperationsCommand: (input: ListFlowOperationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
200
- /**
201
- * serializeAws_json1_0ListRuleGroupsCommand
202
- */
203
- export declare const se_ListRuleGroupsCommand: (input: ListRuleGroupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
204
- /**
205
- * serializeAws_json1_0ListTagsForResourceCommand
206
- */
207
- export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
208
- /**
209
- * serializeAws_json1_0ListTLSInspectionConfigurationsCommand
210
- */
211
- export declare const se_ListTLSInspectionConfigurationsCommand: (input: ListTLSInspectionConfigurationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
212
- /**
213
- * serializeAws_json1_0ListVpcEndpointAssociationsCommand
214
- */
215
- export declare const se_ListVpcEndpointAssociationsCommand: (input: ListVpcEndpointAssociationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
216
- /**
217
- * serializeAws_json1_0PutResourcePolicyCommand
218
- */
219
- export declare const se_PutResourcePolicyCommand: (input: PutResourcePolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
220
- /**
221
- * serializeAws_json1_0RejectNetworkFirewallTransitGatewayAttachmentCommand
222
- */
223
- export declare const se_RejectNetworkFirewallTransitGatewayAttachmentCommand: (input: RejectNetworkFirewallTransitGatewayAttachmentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
224
- /**
225
- * serializeAws_json1_0StartAnalysisReportCommand
226
- */
227
- export declare const se_StartAnalysisReportCommand: (input: StartAnalysisReportCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
228
- /**
229
- * serializeAws_json1_0StartFlowCaptureCommand
230
- */
231
- export declare const se_StartFlowCaptureCommand: (input: StartFlowCaptureCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
232
- /**
233
- * serializeAws_json1_0StartFlowFlushCommand
234
- */
235
- export declare const se_StartFlowFlushCommand: (input: StartFlowFlushCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
236
- /**
237
- * serializeAws_json1_0TagResourceCommand
238
- */
239
- export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
240
- /**
241
- * serializeAws_json1_0UntagResourceCommand
242
- */
243
- export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
244
- /**
245
- * serializeAws_json1_0UpdateAvailabilityZoneChangeProtectionCommand
246
- */
247
- export declare const se_UpdateAvailabilityZoneChangeProtectionCommand: (input: UpdateAvailabilityZoneChangeProtectionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
248
- /**
249
- * serializeAws_json1_0UpdateFirewallAnalysisSettingsCommand
250
- */
251
- export declare const se_UpdateFirewallAnalysisSettingsCommand: (input: UpdateFirewallAnalysisSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
252
- /**
253
- * serializeAws_json1_0UpdateFirewallDeleteProtectionCommand
254
- */
255
- export declare const se_UpdateFirewallDeleteProtectionCommand: (input: UpdateFirewallDeleteProtectionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
256
- /**
257
- * serializeAws_json1_0UpdateFirewallDescriptionCommand
258
- */
259
- export declare const se_UpdateFirewallDescriptionCommand: (input: UpdateFirewallDescriptionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
260
- /**
261
- * serializeAws_json1_0UpdateFirewallEncryptionConfigurationCommand
262
- */
263
- export declare const se_UpdateFirewallEncryptionConfigurationCommand: (input: UpdateFirewallEncryptionConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
264
- /**
265
- * serializeAws_json1_0UpdateFirewallPolicyCommand
266
- */
267
- export declare const se_UpdateFirewallPolicyCommand: (input: UpdateFirewallPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
268
- /**
269
- * serializeAws_json1_0UpdateFirewallPolicyChangeProtectionCommand
270
- */
271
- export declare const se_UpdateFirewallPolicyChangeProtectionCommand: (input: UpdateFirewallPolicyChangeProtectionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
272
- /**
273
- * serializeAws_json1_0UpdateLoggingConfigurationCommand
274
- */
275
- export declare const se_UpdateLoggingConfigurationCommand: (input: UpdateLoggingConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
276
- /**
277
- * serializeAws_json1_0UpdateRuleGroupCommand
278
- */
279
- export declare const se_UpdateRuleGroupCommand: (input: UpdateRuleGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
280
- /**
281
- * serializeAws_json1_0UpdateSubnetChangeProtectionCommand
282
- */
283
- export declare const se_UpdateSubnetChangeProtectionCommand: (input: UpdateSubnetChangeProtectionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
284
- /**
285
- * serializeAws_json1_0UpdateTLSInspectionConfigurationCommand
286
- */
287
- export declare const se_UpdateTLSInspectionConfigurationCommand: (input: UpdateTLSInspectionConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
288
- /**
289
- * deserializeAws_json1_0AcceptNetworkFirewallTransitGatewayAttachmentCommand
290
- */
291
- export declare const de_AcceptNetworkFirewallTransitGatewayAttachmentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AcceptNetworkFirewallTransitGatewayAttachmentCommandOutput>;
292
- /**
293
- * deserializeAws_json1_0AssociateAvailabilityZonesCommand
294
- */
295
- export declare const de_AssociateAvailabilityZonesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateAvailabilityZonesCommandOutput>;
296
- /**
297
- * deserializeAws_json1_0AssociateFirewallPolicyCommand
298
- */
299
- export declare const de_AssociateFirewallPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateFirewallPolicyCommandOutput>;
300
- /**
301
- * deserializeAws_json1_0AssociateSubnetsCommand
302
- */
303
- export declare const de_AssociateSubnetsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateSubnetsCommandOutput>;
304
- /**
305
- * deserializeAws_json1_0CreateFirewallCommand
306
- */
307
- export declare const de_CreateFirewallCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateFirewallCommandOutput>;
308
- /**
309
- * deserializeAws_json1_0CreateFirewallPolicyCommand
310
- */
311
- export declare const de_CreateFirewallPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateFirewallPolicyCommandOutput>;
312
- /**
313
- * deserializeAws_json1_0CreateRuleGroupCommand
314
- */
315
- export declare const de_CreateRuleGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateRuleGroupCommandOutput>;
316
- /**
317
- * deserializeAws_json1_0CreateTLSInspectionConfigurationCommand
318
- */
319
- export declare const de_CreateTLSInspectionConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateTLSInspectionConfigurationCommandOutput>;
320
- /**
321
- * deserializeAws_json1_0CreateVpcEndpointAssociationCommand
322
- */
323
- export declare const de_CreateVpcEndpointAssociationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateVpcEndpointAssociationCommandOutput>;
324
- /**
325
- * deserializeAws_json1_0DeleteFirewallCommand
326
- */
327
- export declare const de_DeleteFirewallCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteFirewallCommandOutput>;
328
- /**
329
- * deserializeAws_json1_0DeleteFirewallPolicyCommand
330
- */
331
- export declare const de_DeleteFirewallPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteFirewallPolicyCommandOutput>;
332
- /**
333
- * deserializeAws_json1_0DeleteNetworkFirewallTransitGatewayAttachmentCommand
334
- */
335
- export declare const de_DeleteNetworkFirewallTransitGatewayAttachmentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteNetworkFirewallTransitGatewayAttachmentCommandOutput>;
336
- /**
337
- * deserializeAws_json1_0DeleteResourcePolicyCommand
338
- */
339
- export declare const de_DeleteResourcePolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteResourcePolicyCommandOutput>;
340
- /**
341
- * deserializeAws_json1_0DeleteRuleGroupCommand
342
- */
343
- export declare const de_DeleteRuleGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteRuleGroupCommandOutput>;
344
- /**
345
- * deserializeAws_json1_0DeleteTLSInspectionConfigurationCommand
346
- */
347
- export declare const de_DeleteTLSInspectionConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteTLSInspectionConfigurationCommandOutput>;
348
- /**
349
- * deserializeAws_json1_0DeleteVpcEndpointAssociationCommand
350
- */
351
- export declare const de_DeleteVpcEndpointAssociationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteVpcEndpointAssociationCommandOutput>;
352
- /**
353
- * deserializeAws_json1_0DescribeFirewallCommand
354
- */
355
- export declare const de_DescribeFirewallCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeFirewallCommandOutput>;
356
- /**
357
- * deserializeAws_json1_0DescribeFirewallMetadataCommand
358
- */
359
- export declare const de_DescribeFirewallMetadataCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeFirewallMetadataCommandOutput>;
360
- /**
361
- * deserializeAws_json1_0DescribeFirewallPolicyCommand
362
- */
363
- export declare const de_DescribeFirewallPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeFirewallPolicyCommandOutput>;
364
- /**
365
- * deserializeAws_json1_0DescribeFlowOperationCommand
366
- */
367
- export declare const de_DescribeFlowOperationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeFlowOperationCommandOutput>;
368
- /**
369
- * deserializeAws_json1_0DescribeLoggingConfigurationCommand
370
- */
371
- export declare const de_DescribeLoggingConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeLoggingConfigurationCommandOutput>;
372
- /**
373
- * deserializeAws_json1_0DescribeResourcePolicyCommand
374
- */
375
- export declare const de_DescribeResourcePolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeResourcePolicyCommandOutput>;
376
- /**
377
- * deserializeAws_json1_0DescribeRuleGroupCommand
378
- */
379
- export declare const de_DescribeRuleGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeRuleGroupCommandOutput>;
380
- /**
381
- * deserializeAws_json1_0DescribeRuleGroupMetadataCommand
382
- */
383
- export declare const de_DescribeRuleGroupMetadataCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeRuleGroupMetadataCommandOutput>;
384
- /**
385
- * deserializeAws_json1_0DescribeRuleGroupSummaryCommand
386
- */
387
- export declare const de_DescribeRuleGroupSummaryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeRuleGroupSummaryCommandOutput>;
388
- /**
389
- * deserializeAws_json1_0DescribeTLSInspectionConfigurationCommand
390
- */
391
- export declare const de_DescribeTLSInspectionConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeTLSInspectionConfigurationCommandOutput>;
392
- /**
393
- * deserializeAws_json1_0DescribeVpcEndpointAssociationCommand
394
- */
395
- export declare const de_DescribeVpcEndpointAssociationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeVpcEndpointAssociationCommandOutput>;
396
- /**
397
- * deserializeAws_json1_0DisassociateAvailabilityZonesCommand
398
- */
399
- export declare const de_DisassociateAvailabilityZonesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateAvailabilityZonesCommandOutput>;
400
- /**
401
- * deserializeAws_json1_0DisassociateSubnetsCommand
402
- */
403
- export declare const de_DisassociateSubnetsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateSubnetsCommandOutput>;
404
- /**
405
- * deserializeAws_json1_0GetAnalysisReportResultsCommand
406
- */
407
- export declare const de_GetAnalysisReportResultsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAnalysisReportResultsCommandOutput>;
408
- /**
409
- * deserializeAws_json1_0ListAnalysisReportsCommand
410
- */
411
- export declare const de_ListAnalysisReportsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAnalysisReportsCommandOutput>;
412
- /**
413
- * deserializeAws_json1_0ListFirewallPoliciesCommand
414
- */
415
- export declare const de_ListFirewallPoliciesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListFirewallPoliciesCommandOutput>;
416
- /**
417
- * deserializeAws_json1_0ListFirewallsCommand
418
- */
419
- export declare const de_ListFirewallsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListFirewallsCommandOutput>;
420
- /**
421
- * deserializeAws_json1_0ListFlowOperationResultsCommand
422
- */
423
- export declare const de_ListFlowOperationResultsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListFlowOperationResultsCommandOutput>;
424
- /**
425
- * deserializeAws_json1_0ListFlowOperationsCommand
426
- */
427
- export declare const de_ListFlowOperationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListFlowOperationsCommandOutput>;
428
- /**
429
- * deserializeAws_json1_0ListRuleGroupsCommand
430
- */
431
- export declare const de_ListRuleGroupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListRuleGroupsCommandOutput>;
432
- /**
433
- * deserializeAws_json1_0ListTagsForResourceCommand
434
- */
435
- export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
436
- /**
437
- * deserializeAws_json1_0ListTLSInspectionConfigurationsCommand
438
- */
439
- export declare const de_ListTLSInspectionConfigurationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTLSInspectionConfigurationsCommandOutput>;
440
- /**
441
- * deserializeAws_json1_0ListVpcEndpointAssociationsCommand
442
- */
443
- export declare const de_ListVpcEndpointAssociationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListVpcEndpointAssociationsCommandOutput>;
444
- /**
445
- * deserializeAws_json1_0PutResourcePolicyCommand
446
- */
447
- export declare const de_PutResourcePolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutResourcePolicyCommandOutput>;
448
- /**
449
- * deserializeAws_json1_0RejectNetworkFirewallTransitGatewayAttachmentCommand
450
- */
451
- export declare const de_RejectNetworkFirewallTransitGatewayAttachmentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RejectNetworkFirewallTransitGatewayAttachmentCommandOutput>;
452
- /**
453
- * deserializeAws_json1_0StartAnalysisReportCommand
454
- */
455
- export declare const de_StartAnalysisReportCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartAnalysisReportCommandOutput>;
456
- /**
457
- * deserializeAws_json1_0StartFlowCaptureCommand
458
- */
459
- export declare const de_StartFlowCaptureCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartFlowCaptureCommandOutput>;
460
- /**
461
- * deserializeAws_json1_0StartFlowFlushCommand
462
- */
463
- export declare const de_StartFlowFlushCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartFlowFlushCommandOutput>;
464
- /**
465
- * deserializeAws_json1_0TagResourceCommand
466
- */
467
- export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
468
- /**
469
- * deserializeAws_json1_0UntagResourceCommand
470
- */
471
- export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
472
- /**
473
- * deserializeAws_json1_0UpdateAvailabilityZoneChangeProtectionCommand
474
- */
475
- export declare const de_UpdateAvailabilityZoneChangeProtectionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateAvailabilityZoneChangeProtectionCommandOutput>;
476
- /**
477
- * deserializeAws_json1_0UpdateFirewallAnalysisSettingsCommand
478
- */
479
- export declare const de_UpdateFirewallAnalysisSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateFirewallAnalysisSettingsCommandOutput>;
480
- /**
481
- * deserializeAws_json1_0UpdateFirewallDeleteProtectionCommand
482
- */
483
- export declare const de_UpdateFirewallDeleteProtectionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateFirewallDeleteProtectionCommandOutput>;
484
- /**
485
- * deserializeAws_json1_0UpdateFirewallDescriptionCommand
486
- */
487
- export declare const de_UpdateFirewallDescriptionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateFirewallDescriptionCommandOutput>;
488
- /**
489
- * deserializeAws_json1_0UpdateFirewallEncryptionConfigurationCommand
490
- */
491
- export declare const de_UpdateFirewallEncryptionConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateFirewallEncryptionConfigurationCommandOutput>;
492
- /**
493
- * deserializeAws_json1_0UpdateFirewallPolicyCommand
494
- */
495
- export declare const de_UpdateFirewallPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateFirewallPolicyCommandOutput>;
496
- /**
497
- * deserializeAws_json1_0UpdateFirewallPolicyChangeProtectionCommand
498
- */
499
- export declare const de_UpdateFirewallPolicyChangeProtectionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateFirewallPolicyChangeProtectionCommandOutput>;
500
- /**
501
- * deserializeAws_json1_0UpdateLoggingConfigurationCommand
502
- */
503
- export declare const de_UpdateLoggingConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateLoggingConfigurationCommandOutput>;
504
- /**
505
- * deserializeAws_json1_0UpdateRuleGroupCommand
506
- */
507
- export declare const de_UpdateRuleGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateRuleGroupCommandOutput>;
508
- /**
509
- * deserializeAws_json1_0UpdateSubnetChangeProtectionCommand
510
- */
511
- export declare const de_UpdateSubnetChangeProtectionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateSubnetChangeProtectionCommandOutput>;
512
- /**
513
- * deserializeAws_json1_0UpdateTLSInspectionConfigurationCommand
514
- */
515
- export declare const de_UpdateTLSInspectionConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateTLSInspectionConfigurationCommandOutput>;