@@ -70,11 +70,25 @@ import {
7070 AssociateFirewallPolicyCommandOutput ,
7171} from "./commands/AssociateFirewallPolicyCommand" ;
7272import { AssociateSubnetsCommandInput , AssociateSubnetsCommandOutput } from "./commands/AssociateSubnetsCommand" ;
73+ import {
74+ AttachRuleGroupsToProxyConfigurationCommandInput ,
75+ AttachRuleGroupsToProxyConfigurationCommandOutput ,
76+ } from "./commands/AttachRuleGroupsToProxyConfigurationCommand" ;
7377import { CreateFirewallCommandInput , CreateFirewallCommandOutput } from "./commands/CreateFirewallCommand" ;
7478import {
7579 CreateFirewallPolicyCommandInput ,
7680 CreateFirewallPolicyCommandOutput ,
7781} from "./commands/CreateFirewallPolicyCommand" ;
82+ import { CreateProxyCommandInput , CreateProxyCommandOutput } from "./commands/CreateProxyCommand" ;
83+ import {
84+ CreateProxyConfigurationCommandInput ,
85+ CreateProxyConfigurationCommandOutput ,
86+ } from "./commands/CreateProxyConfigurationCommand" ;
87+ import {
88+ CreateProxyRuleGroupCommandInput ,
89+ CreateProxyRuleGroupCommandOutput ,
90+ } from "./commands/CreateProxyRuleGroupCommand" ;
91+ import { CreateProxyRulesCommandInput , CreateProxyRulesCommandOutput } from "./commands/CreateProxyRulesCommand" ;
7892import { CreateRuleGroupCommandInput , CreateRuleGroupCommandOutput } from "./commands/CreateRuleGroupCommand" ;
7993import {
8094 CreateTLSInspectionConfigurationCommandInput ,
@@ -93,6 +107,16 @@ import {
93107 DeleteNetworkFirewallTransitGatewayAttachmentCommandInput ,
94108 DeleteNetworkFirewallTransitGatewayAttachmentCommandOutput ,
95109} from "./commands/DeleteNetworkFirewallTransitGatewayAttachmentCommand" ;
110+ import { DeleteProxyCommandInput , DeleteProxyCommandOutput } from "./commands/DeleteProxyCommand" ;
111+ import {
112+ DeleteProxyConfigurationCommandInput ,
113+ DeleteProxyConfigurationCommandOutput ,
114+ } from "./commands/DeleteProxyConfigurationCommand" ;
115+ import {
116+ DeleteProxyRuleGroupCommandInput ,
117+ DeleteProxyRuleGroupCommandOutput ,
118+ } from "./commands/DeleteProxyRuleGroupCommand" ;
119+ import { DeleteProxyRulesCommandInput , DeleteProxyRulesCommandOutput } from "./commands/DeleteProxyRulesCommand" ;
96120import {
97121 DeleteResourcePolicyCommandInput ,
98122 DeleteResourcePolicyCommandOutput ,
@@ -123,6 +147,16 @@ import {
123147 DescribeLoggingConfigurationCommandInput ,
124148 DescribeLoggingConfigurationCommandOutput ,
125149} from "./commands/DescribeLoggingConfigurationCommand" ;
150+ import { DescribeProxyCommandInput , DescribeProxyCommandOutput } from "./commands/DescribeProxyCommand" ;
151+ import {
152+ DescribeProxyConfigurationCommandInput ,
153+ DescribeProxyConfigurationCommandOutput ,
154+ } from "./commands/DescribeProxyConfigurationCommand" ;
155+ import { DescribeProxyRuleCommandInput , DescribeProxyRuleCommandOutput } from "./commands/DescribeProxyRuleCommand" ;
156+ import {
157+ DescribeProxyRuleGroupCommandInput ,
158+ DescribeProxyRuleGroupCommandOutput ,
159+ } from "./commands/DescribeProxyRuleGroupCommand" ;
126160import {
127161 DescribeResourcePolicyCommandInput ,
128162 DescribeResourcePolicyCommandOutput ,
@@ -144,6 +178,10 @@ import {
144178 DescribeVpcEndpointAssociationCommandInput ,
145179 DescribeVpcEndpointAssociationCommandOutput ,
146180} from "./commands/DescribeVpcEndpointAssociationCommand" ;
181+ import {
182+ DetachRuleGroupsFromProxyConfigurationCommandInput ,
183+ DetachRuleGroupsFromProxyConfigurationCommandOutput ,
184+ } from "./commands/DetachRuleGroupsFromProxyConfigurationCommand" ;
147185import {
148186 DisassociateAvailabilityZonesCommandInput ,
149187 DisassociateAvailabilityZonesCommandOutput ,
@@ -170,6 +208,15 @@ import {
170208 ListFlowOperationResultsCommandOutput ,
171209} from "./commands/ListFlowOperationResultsCommand" ;
172210import { ListFlowOperationsCommandInput , ListFlowOperationsCommandOutput } from "./commands/ListFlowOperationsCommand" ;
211+ import { ListProxiesCommandInput , ListProxiesCommandOutput } from "./commands/ListProxiesCommand" ;
212+ import {
213+ ListProxyConfigurationsCommandInput ,
214+ ListProxyConfigurationsCommandOutput ,
215+ } from "./commands/ListProxyConfigurationsCommand" ;
216+ import {
217+ ListProxyRuleGroupsCommandInput ,
218+ ListProxyRuleGroupsCommandOutput ,
219+ } from "./commands/ListProxyRuleGroupsCommand" ;
173220import { ListRuleGroupsCommandInput , ListRuleGroupsCommandOutput } from "./commands/ListRuleGroupsCommand" ;
174221import {
175222 ListTagsForResourceCommandInput ,
@@ -228,6 +275,20 @@ import {
228275 UpdateLoggingConfigurationCommandInput ,
229276 UpdateLoggingConfigurationCommandOutput ,
230277} from "./commands/UpdateLoggingConfigurationCommand" ;
278+ import { UpdateProxyCommandInput , UpdateProxyCommandOutput } from "./commands/UpdateProxyCommand" ;
279+ import {
280+ UpdateProxyConfigurationCommandInput ,
281+ UpdateProxyConfigurationCommandOutput ,
282+ } from "./commands/UpdateProxyConfigurationCommand" ;
283+ import { UpdateProxyRuleCommandInput , UpdateProxyRuleCommandOutput } from "./commands/UpdateProxyRuleCommand" ;
284+ import {
285+ UpdateProxyRuleGroupPrioritiesCommandInput ,
286+ UpdateProxyRuleGroupPrioritiesCommandOutput ,
287+ } from "./commands/UpdateProxyRuleGroupPrioritiesCommand" ;
288+ import {
289+ UpdateProxyRulePrioritiesCommandInput ,
290+ UpdateProxyRulePrioritiesCommandOutput ,
291+ } from "./commands/UpdateProxyRulePrioritiesCommand" ;
231292import { UpdateRuleGroupCommandInput , UpdateRuleGroupCommandOutput } from "./commands/UpdateRuleGroupCommand" ;
232293import {
233294 UpdateSubnetChangeProtectionCommandInput ,
@@ -256,14 +317,23 @@ export type ServiceInputTypes =
256317 | AssociateAvailabilityZonesCommandInput
257318 | AssociateFirewallPolicyCommandInput
258319 | AssociateSubnetsCommandInput
320+ | AttachRuleGroupsToProxyConfigurationCommandInput
259321 | CreateFirewallCommandInput
260322 | CreateFirewallPolicyCommandInput
323+ | CreateProxyCommandInput
324+ | CreateProxyConfigurationCommandInput
325+ | CreateProxyRuleGroupCommandInput
326+ | CreateProxyRulesCommandInput
261327 | CreateRuleGroupCommandInput
262328 | CreateTLSInspectionConfigurationCommandInput
263329 | CreateVpcEndpointAssociationCommandInput
264330 | DeleteFirewallCommandInput
265331 | DeleteFirewallPolicyCommandInput
266332 | DeleteNetworkFirewallTransitGatewayAttachmentCommandInput
333+ | DeleteProxyCommandInput
334+ | DeleteProxyConfigurationCommandInput
335+ | DeleteProxyRuleGroupCommandInput
336+ | DeleteProxyRulesCommandInput
267337 | DeleteResourcePolicyCommandInput
268338 | DeleteRuleGroupCommandInput
269339 | DeleteTLSInspectionConfigurationCommandInput
@@ -273,12 +343,17 @@ export type ServiceInputTypes =
273343 | DescribeFirewallPolicyCommandInput
274344 | DescribeFlowOperationCommandInput
275345 | DescribeLoggingConfigurationCommandInput
346+ | DescribeProxyCommandInput
347+ | DescribeProxyConfigurationCommandInput
348+ | DescribeProxyRuleCommandInput
349+ | DescribeProxyRuleGroupCommandInput
276350 | DescribeResourcePolicyCommandInput
277351 | DescribeRuleGroupCommandInput
278352 | DescribeRuleGroupMetadataCommandInput
279353 | DescribeRuleGroupSummaryCommandInput
280354 | DescribeTLSInspectionConfigurationCommandInput
281355 | DescribeVpcEndpointAssociationCommandInput
356+ | DetachRuleGroupsFromProxyConfigurationCommandInput
282357 | DisassociateAvailabilityZonesCommandInput
283358 | DisassociateSubnetsCommandInput
284359 | GetAnalysisReportResultsCommandInput
@@ -287,6 +362,9 @@ export type ServiceInputTypes =
287362 | ListFirewallsCommandInput
288363 | ListFlowOperationResultsCommandInput
289364 | ListFlowOperationsCommandInput
365+ | ListProxiesCommandInput
366+ | ListProxyConfigurationsCommandInput
367+ | ListProxyRuleGroupsCommandInput
290368 | ListRuleGroupsCommandInput
291369 | ListTLSInspectionConfigurationsCommandInput
292370 | ListTagsForResourceCommandInput
@@ -306,6 +384,11 @@ export type ServiceInputTypes =
306384 | UpdateFirewallPolicyChangeProtectionCommandInput
307385 | UpdateFirewallPolicyCommandInput
308386 | UpdateLoggingConfigurationCommandInput
387+ | UpdateProxyCommandInput
388+ | UpdateProxyConfigurationCommandInput
389+ | UpdateProxyRuleCommandInput
390+ | UpdateProxyRuleGroupPrioritiesCommandInput
391+ | UpdateProxyRulePrioritiesCommandInput
309392 | UpdateRuleGroupCommandInput
310393 | UpdateSubnetChangeProtectionCommandInput
311394 | UpdateTLSInspectionConfigurationCommandInput ;
@@ -318,14 +401,23 @@ export type ServiceOutputTypes =
318401 | AssociateAvailabilityZonesCommandOutput
319402 | AssociateFirewallPolicyCommandOutput
320403 | AssociateSubnetsCommandOutput
404+ | AttachRuleGroupsToProxyConfigurationCommandOutput
321405 | CreateFirewallCommandOutput
322406 | CreateFirewallPolicyCommandOutput
407+ | CreateProxyCommandOutput
408+ | CreateProxyConfigurationCommandOutput
409+ | CreateProxyRuleGroupCommandOutput
410+ | CreateProxyRulesCommandOutput
323411 | CreateRuleGroupCommandOutput
324412 | CreateTLSInspectionConfigurationCommandOutput
325413 | CreateVpcEndpointAssociationCommandOutput
326414 | DeleteFirewallCommandOutput
327415 | DeleteFirewallPolicyCommandOutput
328416 | DeleteNetworkFirewallTransitGatewayAttachmentCommandOutput
417+ | DeleteProxyCommandOutput
418+ | DeleteProxyConfigurationCommandOutput
419+ | DeleteProxyRuleGroupCommandOutput
420+ | DeleteProxyRulesCommandOutput
329421 | DeleteResourcePolicyCommandOutput
330422 | DeleteRuleGroupCommandOutput
331423 | DeleteTLSInspectionConfigurationCommandOutput
@@ -335,12 +427,17 @@ export type ServiceOutputTypes =
335427 | DescribeFirewallPolicyCommandOutput
336428 | DescribeFlowOperationCommandOutput
337429 | DescribeLoggingConfigurationCommandOutput
430+ | DescribeProxyCommandOutput
431+ | DescribeProxyConfigurationCommandOutput
432+ | DescribeProxyRuleCommandOutput
433+ | DescribeProxyRuleGroupCommandOutput
338434 | DescribeResourcePolicyCommandOutput
339435 | DescribeRuleGroupCommandOutput
340436 | DescribeRuleGroupMetadataCommandOutput
341437 | DescribeRuleGroupSummaryCommandOutput
342438 | DescribeTLSInspectionConfigurationCommandOutput
343439 | DescribeVpcEndpointAssociationCommandOutput
440+ | DetachRuleGroupsFromProxyConfigurationCommandOutput
344441 | DisassociateAvailabilityZonesCommandOutput
345442 | DisassociateSubnetsCommandOutput
346443 | GetAnalysisReportResultsCommandOutput
@@ -349,6 +446,9 @@ export type ServiceOutputTypes =
349446 | ListFirewallsCommandOutput
350447 | ListFlowOperationResultsCommandOutput
351448 | ListFlowOperationsCommandOutput
449+ | ListProxiesCommandOutput
450+ | ListProxyConfigurationsCommandOutput
451+ | ListProxyRuleGroupsCommandOutput
352452 | ListRuleGroupsCommandOutput
353453 | ListTLSInspectionConfigurationsCommandOutput
354454 | ListTagsForResourceCommandOutput
@@ -368,6 +468,11 @@ export type ServiceOutputTypes =
368468 | UpdateFirewallPolicyChangeProtectionCommandOutput
369469 | UpdateFirewallPolicyCommandOutput
370470 | UpdateLoggingConfigurationCommandOutput
471+ | UpdateProxyCommandOutput
472+ | UpdateProxyConfigurationCommandOutput
473+ | UpdateProxyRuleCommandOutput
474+ | UpdateProxyRuleGroupPrioritiesCommandOutput
475+ | UpdateProxyRulePrioritiesCommandOutput
371476 | UpdateRuleGroupCommandOutput
372477 | UpdateSubnetChangeProtectionCommandOutput
373478 | UpdateTLSInspectionConfigurationCommandOutput ;
0 commit comments