@aws-sdk/client-network-firewall 3.987.0 → 3.988.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.
package/dist-cjs/index.js CHANGED
@@ -15,6 +15,9 @@ var httpAuthSchemeProvider = require('./auth/httpAuthSchemeProvider');
15
15
  var runtimeConfig = require('./runtimeConfig');
16
16
  var regionConfigResolver = require('@aws-sdk/region-config-resolver');
17
17
  var protocolHttp = require('@smithy/protocol-http');
18
+ var schemas_0 = require('./schemas/schemas_0');
19
+ var errors = require('./models/errors');
20
+ var NetworkFirewallServiceException = require('./models/NetworkFirewallServiceException');
18
21
 
19
22
  const resolveClientEndpointParameters = (options) => {
20
23
  return Object.assign(options, {
@@ -110,2522 +113,6 @@ class NetworkFirewallClient extends smithyClient.Client {
110
113
  }
111
114
  }
112
115
 
113
- class NetworkFirewallServiceException extends smithyClient.ServiceException {
114
- constructor(options) {
115
- super(options);
116
- Object.setPrototypeOf(this, NetworkFirewallServiceException.prototype);
117
- }
118
- }
119
-
120
- class InternalServerError extends NetworkFirewallServiceException {
121
- name = "InternalServerError";
122
- $fault = "server";
123
- Message;
124
- constructor(opts) {
125
- super({
126
- name: "InternalServerError",
127
- $fault: "server",
128
- ...opts,
129
- });
130
- Object.setPrototypeOf(this, InternalServerError.prototype);
131
- this.Message = opts.Message;
132
- }
133
- }
134
- class InvalidRequestException extends NetworkFirewallServiceException {
135
- name = "InvalidRequestException";
136
- $fault = "client";
137
- Message;
138
- constructor(opts) {
139
- super({
140
- name: "InvalidRequestException",
141
- $fault: "client",
142
- ...opts,
143
- });
144
- Object.setPrototypeOf(this, InvalidRequestException.prototype);
145
- this.Message = opts.Message;
146
- }
147
- }
148
- class ResourceNotFoundException extends NetworkFirewallServiceException {
149
- name = "ResourceNotFoundException";
150
- $fault = "client";
151
- Message;
152
- constructor(opts) {
153
- super({
154
- name: "ResourceNotFoundException",
155
- $fault: "client",
156
- ...opts,
157
- });
158
- Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
159
- this.Message = opts.Message;
160
- }
161
- }
162
- class ThrottlingException extends NetworkFirewallServiceException {
163
- name = "ThrottlingException";
164
- $fault = "client";
165
- Message;
166
- constructor(opts) {
167
- super({
168
- name: "ThrottlingException",
169
- $fault: "client",
170
- ...opts,
171
- });
172
- Object.setPrototypeOf(this, ThrottlingException.prototype);
173
- this.Message = opts.Message;
174
- }
175
- }
176
- class InsufficientCapacityException extends NetworkFirewallServiceException {
177
- name = "InsufficientCapacityException";
178
- $fault = "server";
179
- Message;
180
- constructor(opts) {
181
- super({
182
- name: "InsufficientCapacityException",
183
- $fault: "server",
184
- ...opts,
185
- });
186
- Object.setPrototypeOf(this, InsufficientCapacityException.prototype);
187
- this.Message = opts.Message;
188
- }
189
- }
190
- class InvalidOperationException extends NetworkFirewallServiceException {
191
- name = "InvalidOperationException";
192
- $fault = "client";
193
- Message;
194
- constructor(opts) {
195
- super({
196
- name: "InvalidOperationException",
197
- $fault: "client",
198
- ...opts,
199
- });
200
- Object.setPrototypeOf(this, InvalidOperationException.prototype);
201
- this.Message = opts.Message;
202
- }
203
- }
204
- class InvalidTokenException extends NetworkFirewallServiceException {
205
- name = "InvalidTokenException";
206
- $fault = "client";
207
- Message;
208
- constructor(opts) {
209
- super({
210
- name: "InvalidTokenException",
211
- $fault: "client",
212
- ...opts,
213
- });
214
- Object.setPrototypeOf(this, InvalidTokenException.prototype);
215
- this.Message = opts.Message;
216
- }
217
- }
218
- class LimitExceededException extends NetworkFirewallServiceException {
219
- name = "LimitExceededException";
220
- $fault = "client";
221
- Message;
222
- constructor(opts) {
223
- super({
224
- name: "LimitExceededException",
225
- $fault: "client",
226
- ...opts,
227
- });
228
- Object.setPrototypeOf(this, LimitExceededException.prototype);
229
- this.Message = opts.Message;
230
- }
231
- }
232
- class UnsupportedOperationException extends NetworkFirewallServiceException {
233
- name = "UnsupportedOperationException";
234
- $fault = "client";
235
- Message;
236
- constructor(opts) {
237
- super({
238
- name: "UnsupportedOperationException",
239
- $fault: "client",
240
- ...opts,
241
- });
242
- Object.setPrototypeOf(this, UnsupportedOperationException.prototype);
243
- this.Message = opts.Message;
244
- }
245
- }
246
- class InvalidResourcePolicyException extends NetworkFirewallServiceException {
247
- name = "InvalidResourcePolicyException";
248
- $fault = "client";
249
- Message;
250
- constructor(opts) {
251
- super({
252
- name: "InvalidResourcePolicyException",
253
- $fault: "client",
254
- ...opts,
255
- });
256
- Object.setPrototypeOf(this, InvalidResourcePolicyException.prototype);
257
- this.Message = opts.Message;
258
- }
259
- }
260
- class LogDestinationPermissionException extends NetworkFirewallServiceException {
261
- name = "LogDestinationPermissionException";
262
- $fault = "client";
263
- Message;
264
- constructor(opts) {
265
- super({
266
- name: "LogDestinationPermissionException",
267
- $fault: "client",
268
- ...opts,
269
- });
270
- Object.setPrototypeOf(this, LogDestinationPermissionException.prototype);
271
- this.Message = opts.Message;
272
- }
273
- }
274
- class ResourceOwnerCheckException extends NetworkFirewallServiceException {
275
- name = "ResourceOwnerCheckException";
276
- $fault = "client";
277
- Message;
278
- constructor(opts) {
279
- super({
280
- name: "ResourceOwnerCheckException",
281
- $fault: "client",
282
- ...opts,
283
- });
284
- Object.setPrototypeOf(this, ResourceOwnerCheckException.prototype);
285
- this.Message = opts.Message;
286
- }
287
- }
288
-
289
- const _A = "Address";
290
- const _AAZ = "AssociateAvailabilityZones";
291
- const _AAZR = "AssociateAvailabilityZonesRequest";
292
- const _AAZRs = "AssociateAvailabilityZonesResponse";
293
- const _AC = "AddConditions";
294
- const _ACIDRC = "AvailableCIDRCount";
295
- const _AD = "ActionDefinition";
296
- const _ADd = "AddressDefinition";
297
- const _ADn = "AnalysisDetail";
298
- const _AFP = "AssociateFirewallPolicy";
299
- const _AFPR = "AssociateFirewallPolicyRequest";
300
- const _AFPRs = "AssociateFirewallPolicyResponse";
301
- const _AI = "AttachmentId";
302
- const _AN = "ActionName";
303
- const _ANFTGA = "AcceptNetworkFirewallTransitGatewayAttachment";
304
- const _ANFTGAR = "AcceptNetworkFirewallTransitGatewayAttachmentRequest";
305
- const _ANFTGARc = "AcceptNetworkFirewallTransitGatewayAttachmentResponse";
306
- const _AR = "AnalysisReport";
307
- const _ARG = "AnalyzeRuleGroup";
308
- const _ARGTPC = "AttachRuleGroupsToProxyConfiguration";
309
- const _ARGTPCR = "AttachRuleGroupsToProxyConfigurationRequest";
310
- const _ARGTPCRt = "AttachRuleGroupsToProxyConfigurationResponse";
311
- const _ARI = "AnalysisReportId";
312
- const _ARL = "AnalysisResultList";
313
- const _ARR = "AnalysisReportResults";
314
- const _ARn = "AnalysisResult";
315
- const _ARna = "AnalysisReports";
316
- const _ARnal = "AnalysisResults";
317
- const _AS = "AssociateSubnets";
318
- const _ASR = "AssociateSubnetsRequest";
319
- const _ASRs = "AssociateSubnetsResponse";
320
- const _ASS = "AssociationSyncState";
321
- const _AT = "AnalysisType";
322
- const _ATRR = "AnalysisTypeReportResult";
323
- const _AZ = "AvailabilityZone";
324
- const _AZCP = "AvailabilityZoneChangeProtection";
325
- const _AZM = "AvailabilityZoneMappings";
326
- const _AZMv = "AvailabilityZoneMapping";
327
- const _AZMva = "AvailabilityZoneMetadata";
328
- const _AZSS = "AZSyncState";
329
- const _Ac = "Action";
330
- const _Act = "Actions";
331
- const _Ad = "Addresses";
332
- const _Ag = "Age";
333
- const _Ar = "Arn";
334
- const _At = "Attachment";
335
- const _BC = "ByteCount";
336
- const _C = "Conditions";
337
- const _CA = "CustomAction";
338
- const _CAA = "CertificateAuthorityArn";
339
- const _CAe = "CertificateArn";
340
- const _CAer = "CertificateAuthority";
341
- const _CAu = "CustomActions";
342
- const _CC = "ConsumedCapacity";
343
- const _CCRS = "CheckCertificateRevocationStatus";
344
- const _CCRSA = "CheckCertificateRevocationStatusActions";
345
- const _CF = "CreateFirewall";
346
- const _CFP = "CreateFirewallPolicy";
347
- const _CFPR = "CreateFirewallPolicyRequest";
348
- const _CFPRr = "CreateFirewallPolicyResponse";
349
- const _CFR = "CreateFirewallRequest";
350
- const _CFRr = "CreateFirewallResponse";
351
- const _CIDR = "CIDRs";
352
- const _CIDRS = "CIDRSummary";
353
- const _CK = "ConditionKey";
354
- const _CO = "ConditionOperator";
355
- const _CP = "CreateProxy";
356
- const _CPC = "CreateProxyConfiguration";
357
- const _CPCR = "CreateProxyConfigurationRequest";
358
- const _CPCRr = "CreateProxyConfigurationResponse";
359
- const _CPR = "CreateProxyRequest";
360
- const _CPRBRP = "CreateProxyRulesByRequestPhase";
361
- const _CPRG = "CreateProxyRuleGroup";
362
- const _CPRGR = "CreateProxyRuleGroupRequest";
363
- const _CPRGRr = "CreateProxyRuleGroupResponse";
364
- const _CPRL = "CreateProxyRuleList";
365
- const _CPRR = "CreateProxyRulesRequest";
366
- const _CPRRr = "CreateProxyRulesResponse";
367
- const _CPRr = "CreateProxyResponse";
368
- const _CPRre = "CreateProxyRule";
369
- const _CPRrea = "CreateProxyRules";
370
- const _CRG = "CreateRuleGroup";
371
- const _CRGR = "CreateRuleGroupRequest";
372
- const _CRGRr = "CreateRuleGroupResponse";
373
- const _CS = "CertificateSerial";
374
- const _CSRC = "ConsumedStatelessRuleCapacity";
375
- const _CSRCo = "ConsumedStatefulRuleCapacity";
376
- const _CSSS = "ConfigurationSyncStateSummary";
377
- const _CT = "CreateTime";
378
- const _CTLSIC = "CreateTLSInspectionConfiguration";
379
- const _CTLSICR = "CreateTLSInspectionConfigurationRequest";
380
- const _CTLSICRr = "CreateTLSInspectionConfigurationResponse";
381
- const _CUS = "CapacityUsageSummary";
382
- const _CV = "ConditionValues";
383
- const _CVEA = "CreateVpcEndpointAssociation";
384
- const _CVEAR = "CreateVpcEndpointAssociationRequest";
385
- const _CVEARr = "CreateVpcEndpointAssociationResponse";
386
- const _Ca = "Capacity";
387
- const _Ce = "Certificates";
388
- const _Co = "Count";
389
- const _Con = "Config";
390
- const _D = "Domain";
391
- const _DA = "DestinationAddress";
392
- const _DAZ = "DisassociateAvailabilityZones";
393
- const _DAZR = "DisassociateAvailabilityZonesRequest";
394
- const _DAZRi = "DisassociateAvailabilityZonesResponse";
395
- const _DF = "DeleteFirewall";
396
- const _DFM = "DescribeFirewallMetadata";
397
- const _DFMR = "DescribeFirewallMetadataRequest";
398
- const _DFMRe = "DescribeFirewallMetadataResponse";
399
- const _DFO = "DescribeFlowOperation";
400
- const _DFOR = "DescribeFlowOperationRequest";
401
- const _DFORe = "DescribeFlowOperationResponse";
402
- const _DFP = "DeleteFirewallPolicy";
403
- const _DFPR = "DeleteFirewallPolicyRequest";
404
- const _DFPRe = "DeleteFirewallPolicyResponse";
405
- const _DFPRes = "DescribeFirewallPolicyRequest";
406
- const _DFPResc = "DescribeFirewallPolicyResponse";
407
- const _DFPe = "DescribeFirewallPolicy";
408
- const _DFR = "DeleteFirewallRequest";
409
- const _DFRe = "DeleteFirewallResponse";
410
- const _DFRes = "DescribeFirewallRequest";
411
- const _DFResc = "DescribeFirewallResponse";
412
- const _DFe = "DescribeFirewall";
413
- const _DLC = "DescribeLoggingConfiguration";
414
- const _DLCR = "DescribeLoggingConfigurationRequest";
415
- const _DLCRe = "DescribeLoggingConfigurationResponse";
416
- const _DNFTGA = "DeleteNetworkFirewallTransitGatewayAttachment";
417
- const _DNFTGAR = "DeleteNetworkFirewallTransitGatewayAttachmentRequest";
418
- const _DNFTGARe = "DeleteNetworkFirewallTransitGatewayAttachmentResponse";
419
- const _DP = "DeleteProtection";
420
- const _DPC = "DeleteProxyConfiguration";
421
- const _DPCR = "DeleteProxyConfigurationRequest";
422
- const _DPCRe = "DeleteProxyConfigurationResponse";
423
- const _DPCRes = "DescribeProxyConfigurationRequest";
424
- const _DPCResc = "DescribeProxyConfigurationResponse";
425
- const _DPCe = "DescribeProxyConfiguration";
426
- const _DPR = "DeleteProxyRequest";
427
- const _DPRG = "DeleteProxyRuleGroup";
428
- const _DPRGR = "DeleteProxyRuleGroupRequest";
429
- const _DPRGRe = "DeleteProxyRuleGroupResponse";
430
- const _DPRGRes = "DescribeProxyRuleGroupRequest";
431
- const _DPRGResc = "DescribeProxyRuleGroupResponse";
432
- const _DPRGe = "DescribeProxyRuleGroup";
433
- const _DPRR = "DeleteProxyRulesRequest";
434
- const _DPRRe = "DeleteProxyRulesResponse";
435
- const _DPRRes = "DescribeProxyRuleRequest";
436
- const _DPRResc = "DescribeProxyRuleResponse";
437
- const _DPRe = "DeleteProxyResponse";
438
- const _DPRel = "DeleteProxyRules";
439
- const _DPRes = "DescribeProxyRequest";
440
- const _DPResc = "DescribeProxyResource";
441
- const _DPRescr = "DescribeProxyResponse";
442
- const _DPRescri = "DescribeProxyRule";
443
- const _DPe = "DestinationPort";
444
- const _DPel = "DeleteProxy";
445
- const _DPes = "DestinationPorts";
446
- const _DPesc = "DescribeProxy";
447
- const _DR = "DryRun";
448
- const _DRG = "DeleteRuleGroup";
449
- const _DRGFPC = "DetachRuleGroupsFromProxyConfiguration";
450
- const _DRGFPCR = "DetachRuleGroupsFromProxyConfigurationRequest";
451
- const _DRGFPCRe = "DetachRuleGroupsFromProxyConfigurationResponse";
452
- const _DRGM = "DescribeRuleGroupMetadata";
453
- const _DRGMR = "DescribeRuleGroupMetadataRequest";
454
- const _DRGMRe = "DescribeRuleGroupMetadataResponse";
455
- const _DRGR = "DeleteRuleGroupRequest";
456
- const _DRGRe = "DeleteRuleGroupResponse";
457
- const _DRGRes = "DescribeRuleGroupRequest";
458
- const _DRGResc = "DescribeRuleGroupResponse";
459
- const _DRGS = "DescribeRuleGroupSummary";
460
- const _DRGSR = "DescribeRuleGroupSummaryRequest";
461
- const _DRGSRe = "DescribeRuleGroupSummaryResponse";
462
- const _DRGe = "DescribeRuleGroup";
463
- const _DRP = "DeleteResourcePolicy";
464
- const _DRPA = "DefaultRulePhaseActions";
465
- const _DRPR = "DeleteResourcePolicyRequest";
466
- const _DRPRe = "DeleteResourcePolicyResponse";
467
- const _DRPRes = "DescribeResourcePolicyRequest";
468
- const _DRPResc = "DescribeResourcePolicyResponse";
469
- const _DRPe = "DescribeResourcePolicy";
470
- const _DS = "DisassociateSubnets";
471
- const _DSR = "DisassociateSubnetsRequest";
472
- const _DSRi = "DisassociateSubnetsResponse";
473
- const _DT = "DeleteTime";
474
- const _DTI = "DeepThreatInspection";
475
- const _DTLSIC = "DeleteTLSInspectionConfiguration";
476
- const _DTLSICR = "DeleteTLSInspectionConfigurationRequest";
477
- const _DTLSICRe = "DeleteTLSInspectionConfigurationResponse";
478
- const _DTLSICRes = "DescribeTLSInspectionConfigurationRequest";
479
- const _DTLSICResc = "DescribeTLSInspectionConfigurationResponse";
480
- const _DTLSICe = "DescribeTLSInspectionConfiguration";
481
- const _DVEA = "DeleteVpcEndpointAssociation";
482
- const _DVEAR = "DeleteVpcEndpointAssociationRequest";
483
- const _DVEARe = "DeleteVpcEndpointAssociationResponse";
484
- const _DVEARes = "DescribeVpcEndpointAssociationRequest";
485
- const _DVEAResc = "DescribeVpcEndpointAssociationResponse";
486
- const _DVEAe = "DescribeVpcEndpointAssociation";
487
- const _De = "Description";
488
- const _Def = "Definition";
489
- const _Des = "Destination";
490
- const _Dest = "Destinations";
491
- const _Di = "Dimension";
492
- const _Dim = "Dimensions";
493
- const _Dir = "Direction";
494
- const _EAT = "EnabledAnalysisTypes";
495
- const _EC = "EncryptionConfiguration";
496
- const _EI = "EndpointId";
497
- const _EMD = "EnableMonitoringDashboard";
498
- const _ET = "EndTime";
499
- const _ETLSSH = "EnableTLSSessionHolding";
500
- const _F = "Firewall";
501
- const _FA = "FirstAccessed";
502
- const _FAi = "FirewallArn";
503
- const _FC = "FailureCode";
504
- const _FF = "FlowFilter";
505
- const _FFl = "FlowFilters";
506
- const _FI = "FirewallId";
507
- const _FM = "FailureMessage";
508
- const _FMi = "FirewallMetadata";
509
- const _FN = "FirewallName";
510
- const _FO = "FlowOperation";
511
- const _FOI = "FlowOperationId";
512
- const _FOM = "FlowOperationMetadata";
513
- const _FOS = "FlowOperationStatus";
514
- const _FOT = "FlowOperationType";
515
- const _FOl = "FlowOperations";
516
- const _FP = "FirewallPolicy";
517
- const _FPA = "FirewallPolicyArn";
518
- const _FPCP = "FirewallPolicyChangeProtection";
519
- const _FPI = "FirewallPolicyId";
520
- const _FPM = "FirewallPolicyMetadata";
521
- const _FPN = "FirewallPolicyName";
522
- const _FPR = "FirewallPolicyResponse";
523
- const _FPS = "FirewallPolicyStatus";
524
- const _FPi = "FirewallPolicies";
525
- const _FPr = "FromPort";
526
- const _FRT = "FlowRequestTimestamp";
527
- const _FS = "FirewallStatus";
528
- const _FT = "FlowTimeouts";
529
- const _Fi = "Firewalls";
530
- const _Fl = "Flow";
531
- const _Fla = "Flags";
532
- const _Flo = "Flows";
533
- const _GARR = "GetAnalysisReportResults";
534
- const _GARRR = "GetAnalysisReportResultsRequest";
535
- const _GARRRe = "GetAnalysisReportResultsResponse";
536
- const _GRT = "GeneratedRulesType";
537
- const _H = "Hits";
538
- const _He = "Header";
539
- const _ICE = "InsufficientCapacityException";
540
- const _IOE = "InvalidOperationException";
541
- const _IP = "InsertPosition";
542
- const _IPAT = "IPAddressType";
543
- const _IPS = "IPSet";
544
- const _IPSM = "IPSetMetadata";
545
- const _IPSMM = "IPSetMetadataMap";
546
- const _IPSR = "IPSetReferences";
547
- const _IPSRM = "IPSetReferenceMap";
548
- const _IPSRe = "IPSetReference";
549
- const _IPSe = "IPSets";
550
- const _IRE = "InvalidRequestException";
551
- const _IRI = "IdentifiedRuleIds";
552
- const _IRPE = "InvalidResourcePolicyException";
553
- const _ISE = "InternalServerError";
554
- const _IT = "IdentifiedType";
555
- const _ITE = "InvalidTokenException";
556
- const _K = "Keyword";
557
- const _KI = "KeyId";
558
- const _Ke = "Key";
559
- const _LA = "LastAccessed";
560
- const _LAR = "ListAnalysisReports";
561
- const _LARR = "ListAnalysisReportsRequest";
562
- const _LARRi = "ListAnalysisReportsResponse";
563
- const _LC = "LoggingConfiguration";
564
- const _LD = "LogDestination";
565
- const _LDC = "LogDestinationConfig";
566
- const _LDCo = "LogDestinationConfigs";
567
- const _LDPE = "LogDestinationPermissionException";
568
- const _LDT = "LogDestinationType";
569
- const _LEE = "LimitExceededException";
570
- const _LF = "ListFirewalls";
571
- const _LFO = "ListFlowOperations";
572
- const _LFOR = "ListFlowOperationsRequest";
573
- const _LFORR = "ListFlowOperationResultsRequest";
574
- const _LFORRi = "ListFlowOperationResultsResponse";
575
- const _LFORi = "ListFlowOperationsResponse";
576
- const _LFORis = "ListFlowOperationResults";
577
- const _LFP = "ListFirewallPolicies";
578
- const _LFPR = "ListFirewallPoliciesRequest";
579
- const _LFPRi = "ListFirewallPoliciesResponse";
580
- const _LFR = "ListFirewallsRequest";
581
- const _LFRi = "ListFirewallsResponse";
582
- const _LMT = "LastModifiedTime";
583
- const _LN = "ListingName";
584
- const _LP = "ListenerProperties";
585
- const _LPC = "ListProxyConfigurations";
586
- const _LPCR = "ListProxyConfigurationsRequest";
587
- const _LPCRi = "ListProxyConfigurationsResponse";
588
- const _LPR = "ListenerPropertyRequest";
589
- const _LPRG = "ListProxyRuleGroups";
590
- const _LPRGR = "ListProxyRuleGroupsRequest";
591
- const _LPRGRi = "ListProxyRuleGroupsResponse";
592
- const _LPRi = "ListProxiesRequest";
593
- const _LPRis = "ListProxiesResponse";
594
- const _LPRist = "ListenerPropertiesRequest";
595
- const _LPTA = "ListenerPropertiesToAdd";
596
- const _LPTR = "ListenerPropertiesToRemove";
597
- const _LPi = "ListenerProperty";
598
- const _LPis = "ListProxies";
599
- const _LRG = "ListRuleGroups";
600
- const _LRGR = "ListRuleGroupsRequest";
601
- const _LRGRi = "ListRuleGroupsResponse";
602
- const _LT = "LogType";
603
- const _LTFR = "ListTagsForResource";
604
- const _LTFRR = "ListTagsForResourceRequest";
605
- const _LTFRRi = "ListTagsForResourceResponse";
606
- const _LTLSIC = "ListTLSInspectionConfigurations";
607
- const _LTLSICR = "ListTLSInspectionConfigurationsRequest";
608
- const _LTLSICRi = "ListTLSInspectionConfigurationsResponse";
609
- const _LVEA = "ListVpcEndpointAssociations";
610
- const _LVEAR = "ListVpcEndpointAssociationsRequest";
611
- const _LVEARi = "ListVpcEndpointAssociationsResponse";
612
- const _M = "Message";
613
- const _MA = "MatchAttributes";
614
- const _MFAIS = "MinimumFlowAgeInSeconds";
615
- const _MR = "MaxResults";
616
- const _MT = "ManagedType";
617
- const _Ma = "Masks";
618
- const _Me = "Metadata";
619
- const _Ms = "Msg";
620
- const _N = "Name";
621
- const _NGI = "NatGatewayId";
622
- const _NOA = "NumberOfAssociations";
623
- const _NP = "NewPosition";
624
- const _NT = "NextToken";
625
- const _O = "Override";
626
- const _P = "Protocol";
627
- const _PA = "ProxyArn";
628
- const _PAc = "PcaArn";
629
- const _PC = "ProxyConfiguration";
630
- const _PCA = "ProxyConfigurationArn";
631
- const _PCDRPAR = "ProxyConfigDefaultRulePhaseActionsRequest";
632
- const _PCM = "ProxyConfigurationMetadata";
633
- const _PCN = "ProxyConfigurationName";
634
- const _PCRG = "ProxyConfigRuleGroup";
635
- const _PCRGS = "ProxyConfigRuleGroupSet";
636
- const _PCa = "PacketCount";
637
- const _PCr = "ProxyConfigurations";
638
- const _PDNS = "PreDNS";
639
- const _PDNSN = "PrivateDNSName";
640
- const _PI = "ProductId";
641
- const _PM = "ProxyMetadata";
642
- const _PMA = "PublishMetricAction";
643
- const _PMS = "ProxyModifyState";
644
- const _PN = "ProxyName";
645
- const _POS = "PerObjectStatus";
646
- const _PR = "ProxyRule";
647
- const _PRBRP = "ProxyRulesByRequestPhase";
648
- const _PRC = "ProxyRuleCondition";
649
- const _PRCL = "ProxyRuleConditionList";
650
- const _PREQUEST = "PreREQUEST";
651
- const _PRESPONSE = "PostRESPONSE";
652
- const _PRG = "ProxyRuleGroup";
653
- const _PRGA = "ProxyRuleGroupArn";
654
- const _PRGAL = "ProxyRuleGroupAttachmentList";
655
- const _PRGAr = "ProxyRuleGroupAttachment";
656
- const _PRGM = "ProxyRuleGroupMetadata";
657
- const _PRGN = "ProxyRuleGroupName";
658
- const _PRGP = "ProxyRuleGroupPriority";
659
- const _PRGPL = "ProxyRuleGroupPriorityList";
660
- const _PRGPR = "ProxyRuleGroupPriorityResult";
661
- const _PRGPRL = "ProxyRuleGroupPriorityResultList";
662
- const _PRGr = "ProxyRuleGroups";
663
- const _PRL = "ProxyRuleList";
664
- const _PRN = "ProxyRuleName";
665
- const _PRP = "ProxyRulePriority";
666
- const _PRPL = "ProxyRulePriorityList";
667
- const _PRPR = "PutResourcePolicyRequest";
668
- const _PRPRu = "PutResourcePolicyResponse";
669
- const _PRPu = "PutResourcePolicy";
670
- const _PRo = "PortRange";
671
- const _PRor = "PortRanges";
672
- const _PS = "ProxyState";
673
- const _PSo = "PortSet";
674
- const _PSor = "PortSets";
675
- const _PV = "PolicyVariables";
676
- const _Po = "Policy";
677
- const _Por = "Port";
678
- const _Pr = "Proxy";
679
- const _Pri = "Priority";
680
- const _Pro = "Protocols";
681
- const _Prox = "Proxies";
682
- const _R = "Rules";
683
- const _RA = "ResourceArn";
684
- const _RAe = "ReferenceArn";
685
- const _RC = "RemoveConditions";
686
- const _RCIDRC = "ResolvedCIDRCount";
687
- const _RCe = "RemovedConditions";
688
- const _RD = "RuleDefinition";
689
- const _RG = "RuleGroups";
690
- const _RGA = "RuleGroupArns";
691
- const _RGAu = "RuleGroupArn";
692
- const _RGI = "RuleGroupId";
693
- const _RGM = "RuleGroupMetadata";
694
- const _RGN = "RuleGroupNames";
695
- const _RGNu = "RuleGroupName";
696
- const _RGR = "RuleGroupResponse";
697
- const _RGRP = "RuleGroupRequestPhase";
698
- const _RGS = "RuleGroupStatus";
699
- const _RGu = "RuleGroup";
700
- const _RNFE = "ResourceNotFoundException";
701
- const _RNFTGA = "RejectNetworkFirewallTransitGatewayAttachment";
702
- const _RNFTGAR = "RejectNetworkFirewallTransitGatewayAttachmentRequest";
703
- const _RNFTGARe = "RejectNetworkFirewallTransitGatewayAttachmentResponse";
704
- const _RO = "RuleOption";
705
- const _ROCE = "ResourceOwnerCheckException";
706
- const _ROu = "RuleOrder";
707
- const _ROul = "RuleOptions";
708
- const _RS = "ReferenceSets";
709
- const _RSA = "RevokedStatusAction";
710
- const _RSL = "RulesSourceList";
711
- const _RSu = "RulesSource";
712
- const _RSul = "RulesString";
713
- const _RSule = "RuleSummary";
714
- const _RSuleu = "RuleSummaries";
715
- const _RT = "ReportTime";
716
- const _RV = "RuleVariables";
717
- const _S = "Status";
718
- const _SA = "SourceAddress";
719
- const _SAR = "StartAnalysisReport";
720
- const _SARR = "StartAnalysisReportRequest";
721
- const _SARRt = "StartAnalysisReportResponse";
722
- const _SAZ = "SupportedAvailabilityZones";
723
- const _SAo = "SourceArn";
724
- const _SC = "SummaryConfiguration";
725
- const _SCA = "StatelessCustomActions";
726
- const _SCC = "ServerCertificateConfiguration";
727
- const _SCCe = "ServerCertificateConfigurations";
728
- const _SCP = "SubnetChangeProtection";
729
- const _SCS = "ServerCertificateScope";
730
- const _SCSe = "ServerCertificateScopes";
731
- const _SCe = "ServerCertificate";
732
- const _SCer = "ServerCertificates";
733
- const _SDA = "StatelessDefaultActions";
734
- const _SDAt = "StatefulDefaultActions";
735
- const _SEO = "StatefulEngineOptions";
736
- const _SEP = "StreamExceptionPolicy";
737
- const _SFC = "StartFlowCapture";
738
- const _SFCR = "StartFlowCaptureRequest";
739
- const _SFCRt = "StartFlowCaptureResponse";
740
- const _SFDA = "StatelessFragmentDefaultActions";
741
- const _SFF = "StartFlowFlush";
742
- const _SFFR = "StartFlowFlushRequest";
743
- const _SFFRt = "StartFlowFlushResponse";
744
- const _SI = "SubnetId";
745
- const _SID = "SID";
746
- const _SIu = "SubnetIds";
747
- const _SM = "SubnetMappings";
748
- const _SMo = "SourceMetadata";
749
- const _SMt = "StatusMessage";
750
- const _SMu = "SubnetMapping";
751
- const _SP = "SourcePort";
752
- const _SPo = "SourcePorts";
753
- const _SR = "StatefulRules";
754
- const _SRACA = "StatelessRulesAndCustomActions";
755
- const _SRGO = "StatefulRuleGroupOverride";
756
- const _SRGR = "StatelessRuleGroupReferences";
757
- const _SRGRt = "StatefulRuleGroupReferences";
758
- const _SRGRta = "StatefulRuleGroupReference";
759
- const _SRGRtat = "StatelessRuleGroupReference";
760
- const _SRO = "StatefulRuleOptions";
761
- const _SRt = "StatefulRule";
762
- const _SRta = "StatelessRule";
763
- const _SRtat = "StatelessRules";
764
- const _SS = "SyncStates";
765
- const _SSC = "SyncStateConfig";
766
- const _SSu = "SubscriptionStatus";
767
- const _SSy = "SyncStatus";
768
- const _SSyn = "SyncState";
769
- const _ST = "StartTime";
770
- const _STn = "SnsTopic";
771
- const _SUT = "SourceUpdateToken";
772
- const _Sc = "Scope";
773
- const _Sco = "Scopes";
774
- const _Se = "Settings";
775
- const _So = "Source";
776
- const _Sou = "Sources";
777
- const _Su = "Summary";
778
- const _T = "Tags";
779
- const _TCD = "TlsCertificateData";
780
- const _TCPF = "TCPFlags";
781
- const _TCPFF = "TCPFlagField";
782
- const _TE = "ThrottlingException";
783
- const _TGAI = "TransitGatewayAttachmentId";
784
- const _TGAS = "TransitGatewayAttachmentStatus";
785
- const _TGASS = "TransitGatewayAttachmentSyncState";
786
- const _TGI = "TransitGatewayId";
787
- const _TGOAI = "TransitGatewayOwnerAccountId";
788
- const _TIM = "TlsInterceptMode";
789
- const _TIP = "TlsInterceptProperties";
790
- const _TIPR = "TlsInterceptPropertiesRequest";
791
- const _TITS = "TcpIdleTimeoutSeconds";
792
- const _TK = "TagKeys";
793
- const _TL = "TagList";
794
- const _TLSIC = "TLSInspectionConfiguration";
795
- const _TLSICA = "TLSInspectionConfigurationArn";
796
- const _TLSICI = "TLSInspectionConfigurationId";
797
- const _TLSICM = "TLSInspectionConfigurationMetadata";
798
- const _TLSICN = "TLSInspectionConfigurationName";
799
- const _TLSICR = "TLSInspectionConfigurationResponse";
800
- const _TLSICS = "TLSInspectionConfigurationStatus";
801
- const _TLSICn = "TLSInspectionConfigurations";
802
- const _TP = "ToPort";
803
- const _TR = "TagResource";
804
- const _TRR = "TagResourceRequest";
805
- const _TRRa = "TagResourceResponse";
806
- const _TT = "TargetTypes";
807
- const _Ta = "Targets";
808
- const _Tag = "Tag";
809
- const _Ty = "Type";
810
- const _UAZCP = "UpdateAvailabilityZoneChangeProtection";
811
- const _UAZCPR = "UpdateAvailabilityZoneChangeProtectionRequest";
812
- const _UAZCPRp = "UpdateAvailabilityZoneChangeProtectionResponse";
813
- const _UCIDRC = "UtilizedCIDRCount";
814
- const _UFAS = "UpdateFirewallAnalysisSettings";
815
- const _UFASR = "UpdateFirewallAnalysisSettingsRequest";
816
- const _UFASRp = "UpdateFirewallAnalysisSettingsResponse";
817
- const _UFD = "UpdateFirewallDescription";
818
- const _UFDP = "UpdateFirewallDeleteProtection";
819
- const _UFDPR = "UpdateFirewallDeleteProtectionRequest";
820
- const _UFDPRp = "UpdateFirewallDeleteProtectionResponse";
821
- const _UFDR = "UpdateFirewallDescriptionRequest";
822
- const _UFDRp = "UpdateFirewallDescriptionResponse";
823
- const _UFEC = "UpdateFirewallEncryptionConfiguration";
824
- const _UFECR = "UpdateFirewallEncryptionConfigurationRequest";
825
- const _UFECRp = "UpdateFirewallEncryptionConfigurationResponse";
826
- const _UFP = "UpdateFirewallPolicy";
827
- const _UFPCP = "UpdateFirewallPolicyChangeProtection";
828
- const _UFPCPR = "UpdateFirewallPolicyChangeProtectionRequest";
829
- const _UFPCPRp = "UpdateFirewallPolicyChangeProtectionResponse";
830
- const _UFPR = "UpdateFirewallPolicyRequest";
831
- const _UFPRp = "UpdateFirewallPolicyResponse";
832
- const _ULC = "UpdateLoggingConfiguration";
833
- const _ULCR = "UpdateLoggingConfigurationRequest";
834
- const _ULCRp = "UpdateLoggingConfigurationResponse";
835
- const _UOE = "UnsupportedOperationException";
836
- const _UP = "UpdateProxy";
837
- const _UPC = "UpdateProxyConfiguration";
838
- const _UPCR = "UpdateProxyConfigurationRequest";
839
- const _UPCRp = "UpdateProxyConfigurationResponse";
840
- const _UPR = "UpdateProxyRequest";
841
- const _UPRGP = "UpdateProxyRuleGroupPriorities";
842
- const _UPRGPR = "UpdateProxyRuleGroupPrioritiesRequest";
843
- const _UPRGPRp = "UpdateProxyRuleGroupPrioritiesResponse";
844
- const _UPRP = "UpdateProxyRulePriorities";
845
- const _UPRPR = "UpdateProxyRulePrioritiesRequest";
846
- const _UPRPRp = "UpdateProxyRulePrioritiesResponse";
847
- const _UPRR = "UpdateProxyRuleRequest";
848
- const _UPRRp = "UpdateProxyRuleResponse";
849
- const _UPRp = "UpdateProxyResponse";
850
- const _UPRpd = "UpdateProxyRule";
851
- const _UR = "UntagResource";
852
- const _URG = "UpdateRuleGroup";
853
- const _URGR = "UpdateRuleGroupRequest";
854
- const _URGRp = "UpdateRuleGroupResponse";
855
- const _URR = "UntagResourceRequest";
856
- const _URRn = "UntagResourceResponse";
857
- const _US = "UniqueSources";
858
- const _USA = "UnknownStatusAction";
859
- const _USCP = "UpdateSubnetChangeProtection";
860
- const _USCPR = "UpdateSubnetChangeProtectionRequest";
861
- const _USCPRp = "UpdateSubnetChangeProtectionResponse";
862
- const _UT = "UpdateToken";
863
- const _UTLSIC = "UpdateTLSInspectionConfiguration";
864
- const _UTLSICR = "UpdateTLSInspectionConfigurationRequest";
865
- const _UTLSICRp = "UpdateTLSInspectionConfigurationResponse";
866
- const _UTp = "UpdateTime";
867
- const _V = "Value";
868
- const _VEA = "VpcEndpointAssociation";
869
- const _VEAA = "VpcEndpointAssociationArn";
870
- const _VEAI = "VpcEndpointAssociationId";
871
- const _VEAM = "VpcEndpointAssociationMetadata";
872
- const _VEAS = "VpcEndpointAssociationStatus";
873
- const _VEAp = "VpcEndpointAssociations";
874
- const _VEI = "VpcEndpointId";
875
- const _VESN = "VpcEndpointServiceName";
876
- const _VI = "VpcId";
877
- const _VIp = "VpcIds";
878
- const _VN = "VendorName";
879
- const _c = "client";
880
- const _e = "error";
881
- const _s = "server";
882
- const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.networkfirewall";
883
- const n0 = "com.amazonaws.networkfirewall";
884
- var AcceptNetworkFirewallTransitGatewayAttachmentRequest$ = [3, n0, _ANFTGAR,
885
- 0,
886
- [_TGAI],
887
- [0], 1
888
- ];
889
- var AcceptNetworkFirewallTransitGatewayAttachmentResponse$ = [3, n0, _ANFTGARc,
890
- 0,
891
- [_TGAI, _TGAS],
892
- [0, 0], 2
893
- ];
894
- var ActionDefinition$ = [3, n0, _AD,
895
- 0,
896
- [_PMA],
897
- [() => PublishMetricAction$]
898
- ];
899
- var Address$ = [3, n0, _A,
900
- 0,
901
- [_ADd],
902
- [0], 1
903
- ];
904
- var AnalysisReport$ = [3, n0, _AR,
905
- 0,
906
- [_ARI, _AT, _RT, _S],
907
- [0, 0, 4, 0]
908
- ];
909
- var AnalysisResult$ = [3, n0, _ARn,
910
- 0,
911
- [_IRI, _IT, _ADn],
912
- [64 | 0, 0, 0]
913
- ];
914
- var AnalysisTypeReportResult$ = [3, n0, _ATRR,
915
- 0,
916
- [_P, _FA, _LA, _D, _H, _US],
917
- [0, 4, 4, 0, () => Hits$, () => UniqueSources$]
918
- ];
919
- var AssociateAvailabilityZonesRequest$ = [3, n0, _AAZR,
920
- 0,
921
- [_AZM, _UT, _FAi, _FN],
922
- [() => AvailabilityZoneMappings, 0, 0, 0], 1
923
- ];
924
- var AssociateAvailabilityZonesResponse$ = [3, n0, _AAZRs,
925
- 0,
926
- [_FAi, _FN, _AZM, _UT],
927
- [0, 0, () => AvailabilityZoneMappings, 0]
928
- ];
929
- var AssociateFirewallPolicyRequest$ = [3, n0, _AFPR,
930
- 0,
931
- [_FPA, _UT, _FAi, _FN],
932
- [0, 0, 0, 0], 1
933
- ];
934
- var AssociateFirewallPolicyResponse$ = [3, n0, _AFPRs,
935
- 0,
936
- [_FAi, _FN, _FPA, _UT],
937
- [0, 0, 0, 0]
938
- ];
939
- var AssociateSubnetsRequest$ = [3, n0, _ASR,
940
- 0,
941
- [_SM, _UT, _FAi, _FN],
942
- [() => SubnetMappings, 0, 0, 0], 1
943
- ];
944
- var AssociateSubnetsResponse$ = [3, n0, _ASRs,
945
- 0,
946
- [_FAi, _FN, _SM, _UT],
947
- [0, 0, () => SubnetMappings, 0]
948
- ];
949
- var Attachment$ = [3, n0, _At,
950
- 0,
951
- [_SI, _EI, _S, _SMt],
952
- [0, 0, 0, 0]
953
- ];
954
- var AttachRuleGroupsToProxyConfigurationRequest$ = [3, n0, _ARGTPCR,
955
- 0,
956
- [_RG, _UT, _PCN, _PCA],
957
- [() => ProxyRuleGroupAttachmentList, 0, 0, 0], 2
958
- ];
959
- var AttachRuleGroupsToProxyConfigurationResponse$ = [3, n0, _ARGTPCRt,
960
- 0,
961
- [_PC, _UT],
962
- [() => ProxyConfiguration$, 0]
963
- ];
964
- var AvailabilityZoneMapping$ = [3, n0, _AZMv,
965
- 0,
966
- [_AZ],
967
- [0], 1
968
- ];
969
- var AvailabilityZoneMetadata$ = [3, n0, _AZMva,
970
- 0,
971
- [_IPAT],
972
- [0]
973
- ];
974
- var AZSyncState$ = [3, n0, _AZSS,
975
- 0,
976
- [_At],
977
- [() => Attachment$]
978
- ];
979
- var CapacityUsageSummary$ = [3, n0, _CUS,
980
- 0,
981
- [_CIDR],
982
- [() => CIDRSummary$]
983
- ];
984
- var CheckCertificateRevocationStatusActions$ = [3, n0, _CCRSA,
985
- 0,
986
- [_RSA, _USA],
987
- [0, 0]
988
- ];
989
- var CIDRSummary$ = [3, n0, _CIDRS,
990
- 0,
991
- [_ACIDRC, _UCIDRC, _IPSR],
992
- [1, 1, () => IPSetMetadataMap]
993
- ];
994
- var CreateFirewallPolicyRequest$ = [3, n0, _CFPR,
995
- 0,
996
- [_FPN, _FP, _De, _T, _DR, _EC],
997
- [0, () => FirewallPolicy$, 0, () => TagList, 2, () => EncryptionConfiguration$], 2
998
- ];
999
- var CreateFirewallPolicyResponse$ = [3, n0, _CFPRr,
1000
- 0,
1001
- [_UT, _FPR],
1002
- [0, () => FirewallPolicyResponse$], 2
1003
- ];
1004
- var CreateFirewallRequest$ = [3, n0, _CFR,
1005
- 0,
1006
- [_FN, _FPA, _VI, _SM, _DP, _SCP, _FPCP, _De, _T, _EC, _EAT, _TGI, _AZM, _AZCP],
1007
- [0, 0, 0, () => SubnetMappings, 2, 2, 2, 0, () => TagList, () => EncryptionConfiguration$, 64 | 0, 0, () => AvailabilityZoneMappings, 2], 2
1008
- ];
1009
- var CreateFirewallResponse$ = [3, n0, _CFRr,
1010
- 0,
1011
- [_F, _FS],
1012
- [() => Firewall$, () => FirewallStatus$]
1013
- ];
1014
- var CreateProxyConfigurationRequest$ = [3, n0, _CPCR,
1015
- 0,
1016
- [_PCN, _DRPA, _De, _RGN, _RGA, _T],
1017
- [0, () => ProxyConfigDefaultRulePhaseActionsRequest$, 0, 64 | 0, 64 | 0, () => TagList], 2
1018
- ];
1019
- var CreateProxyConfigurationResponse$ = [3, n0, _CPCRr,
1020
- 0,
1021
- [_PC, _UT],
1022
- [() => ProxyConfiguration$, 0]
1023
- ];
1024
- var CreateProxyRequest$ = [3, n0, _CPR,
1025
- 0,
1026
- [_PN, _NGI, _TIP, _PCN, _PCA, _LP, _T],
1027
- [0, 0, () => TlsInterceptPropertiesRequest$, 0, 0, () => ListenerPropertiesRequest, () => TagList], 3
1028
- ];
1029
- var CreateProxyResponse$ = [3, n0, _CPRr,
1030
- 0,
1031
- [_Pr, _UT],
1032
- [() => Proxy$, 0]
1033
- ];
1034
- var CreateProxyRule$ = [3, n0, _CPRre,
1035
- 0,
1036
- [_PRN, _De, _Ac, _C, _IP],
1037
- [0, 0, 0, () => ProxyRuleConditionList, 1]
1038
- ];
1039
- var CreateProxyRuleGroupRequest$ = [3, n0, _CPRGR,
1040
- 0,
1041
- [_PRGN, _De, _R, _T],
1042
- [0, 0, () => ProxyRulesByRequestPhase$, () => TagList], 1
1043
- ];
1044
- var CreateProxyRuleGroupResponse$ = [3, n0, _CPRGRr,
1045
- 0,
1046
- [_PRG, _UT],
1047
- [() => ProxyRuleGroup$, 0]
1048
- ];
1049
- var CreateProxyRulesByRequestPhase$ = [3, n0, _CPRBRP,
1050
- 0,
1051
- [_PDNS, _PREQUEST, _PRESPONSE],
1052
- [() => CreateProxyRuleList, () => CreateProxyRuleList, () => CreateProxyRuleList]
1053
- ];
1054
- var CreateProxyRulesRequest$ = [3, n0, _CPRR,
1055
- 0,
1056
- [_R, _PRGA, _PRGN],
1057
- [() => CreateProxyRulesByRequestPhase$, 0, 0], 1
1058
- ];
1059
- var CreateProxyRulesResponse$ = [3, n0, _CPRRr,
1060
- 0,
1061
- [_PRG, _UT],
1062
- [() => ProxyRuleGroup$, 0]
1063
- ];
1064
- var CreateRuleGroupRequest$ = [3, n0, _CRGR,
1065
- 0,
1066
- [_RGNu, _Ty, _Ca, _RGu, _R, _De, _T, _DR, _EC, _SMo, _ARG, _SC],
1067
- [0, 0, 1, () => RuleGroup$, 0, 0, () => TagList, 2, () => EncryptionConfiguration$, () => SourceMetadata$, 2, () => SummaryConfiguration$], 3
1068
- ];
1069
- var CreateRuleGroupResponse$ = [3, n0, _CRGRr,
1070
- 0,
1071
- [_UT, _RGR],
1072
- [0, () => RuleGroupResponse$], 2
1073
- ];
1074
- var CreateTLSInspectionConfigurationRequest$ = [3, n0, _CTLSICR,
1075
- 0,
1076
- [_TLSICN, _TLSIC, _De, _T, _EC],
1077
- [0, () => TLSInspectionConfiguration$, 0, () => TagList, () => EncryptionConfiguration$], 2
1078
- ];
1079
- var CreateTLSInspectionConfigurationResponse$ = [3, n0, _CTLSICRr,
1080
- 0,
1081
- [_UT, _TLSICR],
1082
- [0, () => TLSInspectionConfigurationResponse$], 2
1083
- ];
1084
- var CreateVpcEndpointAssociationRequest$ = [3, n0, _CVEAR,
1085
- 0,
1086
- [_FAi, _VI, _SMu, _De, _T],
1087
- [0, 0, () => SubnetMapping$, 0, () => TagList], 3
1088
- ];
1089
- var CreateVpcEndpointAssociationResponse$ = [3, n0, _CVEARr,
1090
- 0,
1091
- [_VEA, _VEAS],
1092
- [() => VpcEndpointAssociation$, () => VpcEndpointAssociationStatus$]
1093
- ];
1094
- var CustomAction$ = [3, n0, _CA,
1095
- 0,
1096
- [_AN, _AD],
1097
- [0, () => ActionDefinition$], 2
1098
- ];
1099
- var DeleteFirewallPolicyRequest$ = [3, n0, _DFPR,
1100
- 0,
1101
- [_FPN, _FPA],
1102
- [0, 0]
1103
- ];
1104
- var DeleteFirewallPolicyResponse$ = [3, n0, _DFPRe,
1105
- 0,
1106
- [_FPR],
1107
- [() => FirewallPolicyResponse$], 1
1108
- ];
1109
- var DeleteFirewallRequest$ = [3, n0, _DFR,
1110
- 0,
1111
- [_FN, _FAi],
1112
- [0, 0]
1113
- ];
1114
- var DeleteFirewallResponse$ = [3, n0, _DFRe,
1115
- 0,
1116
- [_F, _FS],
1117
- [() => Firewall$, () => FirewallStatus$]
1118
- ];
1119
- var DeleteNetworkFirewallTransitGatewayAttachmentRequest$ = [3, n0, _DNFTGAR,
1120
- 0,
1121
- [_TGAI],
1122
- [0], 1
1123
- ];
1124
- var DeleteNetworkFirewallTransitGatewayAttachmentResponse$ = [3, n0, _DNFTGARe,
1125
- 0,
1126
- [_TGAI, _TGAS],
1127
- [0, 0], 2
1128
- ];
1129
- var DeleteProxyConfigurationRequest$ = [3, n0, _DPCR,
1130
- 0,
1131
- [_PCN, _PCA],
1132
- [0, 0]
1133
- ];
1134
- var DeleteProxyConfigurationResponse$ = [3, n0, _DPCRe,
1135
- 0,
1136
- [_PCN, _PCA],
1137
- [0, 0]
1138
- ];
1139
- var DeleteProxyRequest$ = [3, n0, _DPR,
1140
- 0,
1141
- [_NGI, _PN, _PA],
1142
- [0, 0, 0], 1
1143
- ];
1144
- var DeleteProxyResponse$ = [3, n0, _DPRe,
1145
- 0,
1146
- [_NGI, _PN, _PA],
1147
- [0, 0, 0]
1148
- ];
1149
- var DeleteProxyRuleGroupRequest$ = [3, n0, _DPRGR,
1150
- 0,
1151
- [_PRGN, _PRGA],
1152
- [0, 0]
1153
- ];
1154
- var DeleteProxyRuleGroupResponse$ = [3, n0, _DPRGRe,
1155
- 0,
1156
- [_PRGN, _PRGA],
1157
- [0, 0]
1158
- ];
1159
- var DeleteProxyRulesRequest$ = [3, n0, _DPRR,
1160
- 0,
1161
- [_R, _PRGA, _PRGN],
1162
- [64 | 0, 0, 0], 1
1163
- ];
1164
- var DeleteProxyRulesResponse$ = [3, n0, _DPRRe,
1165
- 0,
1166
- [_PRG],
1167
- [() => ProxyRuleGroup$]
1168
- ];
1169
- var DeleteResourcePolicyRequest$ = [3, n0, _DRPR,
1170
- 0,
1171
- [_RA],
1172
- [0], 1
1173
- ];
1174
- var DeleteResourcePolicyResponse$ = [3, n0, _DRPRe,
1175
- 0,
1176
- [],
1177
- []
1178
- ];
1179
- var DeleteRuleGroupRequest$ = [3, n0, _DRGR,
1180
- 0,
1181
- [_RGNu, _RGAu, _Ty],
1182
- [0, 0, 0]
1183
- ];
1184
- var DeleteRuleGroupResponse$ = [3, n0, _DRGRe,
1185
- 0,
1186
- [_RGR],
1187
- [() => RuleGroupResponse$], 1
1188
- ];
1189
- var DeleteTLSInspectionConfigurationRequest$ = [3, n0, _DTLSICR,
1190
- 0,
1191
- [_TLSICA, _TLSICN],
1192
- [0, 0]
1193
- ];
1194
- var DeleteTLSInspectionConfigurationResponse$ = [3, n0, _DTLSICRe,
1195
- 0,
1196
- [_TLSICR],
1197
- [() => TLSInspectionConfigurationResponse$], 1
1198
- ];
1199
- var DeleteVpcEndpointAssociationRequest$ = [3, n0, _DVEAR,
1200
- 0,
1201
- [_VEAA],
1202
- [0], 1
1203
- ];
1204
- var DeleteVpcEndpointAssociationResponse$ = [3, n0, _DVEARe,
1205
- 0,
1206
- [_VEA, _VEAS],
1207
- [() => VpcEndpointAssociation$, () => VpcEndpointAssociationStatus$]
1208
- ];
1209
- var DescribeFirewallMetadataRequest$ = [3, n0, _DFMR,
1210
- 0,
1211
- [_FAi],
1212
- [0]
1213
- ];
1214
- var DescribeFirewallMetadataResponse$ = [3, n0, _DFMRe,
1215
- 0,
1216
- [_FAi, _FPA, _De, _S, _SAZ, _TGAI],
1217
- [0, 0, 0, 0, () => SupportedAvailabilityZones, 0]
1218
- ];
1219
- var DescribeFirewallPolicyRequest$ = [3, n0, _DFPRes,
1220
- 0,
1221
- [_FPN, _FPA],
1222
- [0, 0]
1223
- ];
1224
- var DescribeFirewallPolicyResponse$ = [3, n0, _DFPResc,
1225
- 0,
1226
- [_UT, _FPR, _FP],
1227
- [0, () => FirewallPolicyResponse$, () => FirewallPolicy$], 2
1228
- ];
1229
- var DescribeFirewallRequest$ = [3, n0, _DFRes,
1230
- 0,
1231
- [_FN, _FAi],
1232
- [0, 0]
1233
- ];
1234
- var DescribeFirewallResponse$ = [3, n0, _DFResc,
1235
- 0,
1236
- [_UT, _F, _FS],
1237
- [0, () => Firewall$, () => FirewallStatus$]
1238
- ];
1239
- var DescribeFlowOperationRequest$ = [3, n0, _DFOR,
1240
- 0,
1241
- [_FAi, _FOI, _AZ, _VEAA, _VEI],
1242
- [0, 0, 0, 0, 0], 2
1243
- ];
1244
- var DescribeFlowOperationResponse$ = [3, n0, _DFORe,
1245
- 0,
1246
- [_FAi, _AZ, _VEAA, _VEI, _FOI, _FOT, _FOS, _SMt, _FRT, _FO],
1247
- [0, 0, 0, 0, 0, 0, 0, 0, 4, () => FlowOperation$]
1248
- ];
1249
- var DescribeLoggingConfigurationRequest$ = [3, n0, _DLCR,
1250
- 0,
1251
- [_FAi, _FN],
1252
- [0, 0]
1253
- ];
1254
- var DescribeLoggingConfigurationResponse$ = [3, n0, _DLCRe,
1255
- 0,
1256
- [_FAi, _LC, _EMD],
1257
- [0, () => LoggingConfiguration$, 2]
1258
- ];
1259
- var DescribeProxyConfigurationRequest$ = [3, n0, _DPCRes,
1260
- 0,
1261
- [_PCN, _PCA],
1262
- [0, 0]
1263
- ];
1264
- var DescribeProxyConfigurationResponse$ = [3, n0, _DPCResc,
1265
- 0,
1266
- [_PC, _UT],
1267
- [() => ProxyConfiguration$, 0]
1268
- ];
1269
- var DescribeProxyRequest$ = [3, n0, _DPRes,
1270
- 0,
1271
- [_PN, _PA],
1272
- [0, 0]
1273
- ];
1274
- var DescribeProxyResource$ = [3, n0, _DPResc,
1275
- 0,
1276
- [_PN, _PA, _PCN, _PCA, _NGI, _PS, _PMS, _LP, _TIP, _VESN, _PDNSN, _CT, _DT, _UTp, _FC, _FM, _T],
1277
- [0, 0, 0, 0, 0, 0, 0, () => ListenerProperties, () => TlsInterceptProperties$, 0, 0, 4, 4, 4, 0, 0, () => TagList]
1278
- ];
1279
- var DescribeProxyResponse$ = [3, n0, _DPRescr,
1280
- 0,
1281
- [_Pr, _UT],
1282
- [() => DescribeProxyResource$, 0]
1283
- ];
1284
- var DescribeProxyRuleGroupRequest$ = [3, n0, _DPRGRes,
1285
- 0,
1286
- [_PRGN, _PRGA],
1287
- [0, 0]
1288
- ];
1289
- var DescribeProxyRuleGroupResponse$ = [3, n0, _DPRGResc,
1290
- 0,
1291
- [_PRG, _UT],
1292
- [() => ProxyRuleGroup$, 0]
1293
- ];
1294
- var DescribeProxyRuleRequest$ = [3, n0, _DPRRes,
1295
- 0,
1296
- [_PRN, _PRGN, _PRGA],
1297
- [0, 0, 0], 1
1298
- ];
1299
- var DescribeProxyRuleResponse$ = [3, n0, _DPRResc,
1300
- 0,
1301
- [_PR, _UT],
1302
- [() => ProxyRule$, 0]
1303
- ];
1304
- var DescribeResourcePolicyRequest$ = [3, n0, _DRPRes,
1305
- 0,
1306
- [_RA],
1307
- [0], 1
1308
- ];
1309
- var DescribeResourcePolicyResponse$ = [3, n0, _DRPResc,
1310
- 0,
1311
- [_Po],
1312
- [0]
1313
- ];
1314
- var DescribeRuleGroupMetadataRequest$ = [3, n0, _DRGMR,
1315
- 0,
1316
- [_RGNu, _RGAu, _Ty],
1317
- [0, 0, 0]
1318
- ];
1319
- var DescribeRuleGroupMetadataResponse$ = [3, n0, _DRGMRe,
1320
- 0,
1321
- [_RGAu, _RGNu, _De, _Ty, _Ca, _SRO, _LMT, _VN, _PI, _LN],
1322
- [0, 0, 0, 0, 1, () => StatefulRuleOptions$, 4, 0, 0, 0], 2
1323
- ];
1324
- var DescribeRuleGroupRequest$ = [3, n0, _DRGRes,
1325
- 0,
1326
- [_RGNu, _RGAu, _Ty, _ARG],
1327
- [0, 0, 0, 2]
1328
- ];
1329
- var DescribeRuleGroupResponse$ = [3, n0, _DRGResc,
1330
- 0,
1331
- [_UT, _RGR, _RGu],
1332
- [0, () => RuleGroupResponse$, () => RuleGroup$], 2
1333
- ];
1334
- var DescribeRuleGroupSummaryRequest$ = [3, n0, _DRGSR,
1335
- 0,
1336
- [_RGNu, _RGAu, _Ty],
1337
- [0, 0, 0]
1338
- ];
1339
- var DescribeRuleGroupSummaryResponse$ = [3, n0, _DRGSRe,
1340
- 0,
1341
- [_RGNu, _De, _Su],
1342
- [0, 0, () => Summary$], 1
1343
- ];
1344
- var DescribeTLSInspectionConfigurationRequest$ = [3, n0, _DTLSICRes,
1345
- 0,
1346
- [_TLSICA, _TLSICN],
1347
- [0, 0]
1348
- ];
1349
- var DescribeTLSInspectionConfigurationResponse$ = [3, n0, _DTLSICResc,
1350
- 0,
1351
- [_UT, _TLSICR, _TLSIC],
1352
- [0, () => TLSInspectionConfigurationResponse$, () => TLSInspectionConfiguration$], 2
1353
- ];
1354
- var DescribeVpcEndpointAssociationRequest$ = [3, n0, _DVEARes,
1355
- 0,
1356
- [_VEAA],
1357
- [0], 1
1358
- ];
1359
- var DescribeVpcEndpointAssociationResponse$ = [3, n0, _DVEAResc,
1360
- 0,
1361
- [_VEA, _VEAS],
1362
- [() => VpcEndpointAssociation$, () => VpcEndpointAssociationStatus$]
1363
- ];
1364
- var DetachRuleGroupsFromProxyConfigurationRequest$ = [3, n0, _DRGFPCR,
1365
- 0,
1366
- [_UT, _PCN, _PCA, _RGN, _RGA],
1367
- [0, 0, 0, 64 | 0, 64 | 0], 1
1368
- ];
1369
- var DetachRuleGroupsFromProxyConfigurationResponse$ = [3, n0, _DRGFPCRe,
1370
- 0,
1371
- [_PC, _UT],
1372
- [() => ProxyConfiguration$, 0]
1373
- ];
1374
- var Dimension$ = [3, n0, _Di,
1375
- 0,
1376
- [_V],
1377
- [0], 1
1378
- ];
1379
- var DisassociateAvailabilityZonesRequest$ = [3, n0, _DAZR,
1380
- 0,
1381
- [_AZM, _UT, _FAi, _FN],
1382
- [() => AvailabilityZoneMappings, 0, 0, 0], 1
1383
- ];
1384
- var DisassociateAvailabilityZonesResponse$ = [3, n0, _DAZRi,
1385
- 0,
1386
- [_FAi, _FN, _AZM, _UT],
1387
- [0, 0, () => AvailabilityZoneMappings, 0]
1388
- ];
1389
- var DisassociateSubnetsRequest$ = [3, n0, _DSR,
1390
- 0,
1391
- [_SIu, _UT, _FAi, _FN],
1392
- [64 | 0, 0, 0, 0], 1
1393
- ];
1394
- var DisassociateSubnetsResponse$ = [3, n0, _DSRi,
1395
- 0,
1396
- [_FAi, _FN, _SM, _UT],
1397
- [0, 0, () => SubnetMappings, 0]
1398
- ];
1399
- var EncryptionConfiguration$ = [3, n0, _EC,
1400
- 0,
1401
- [_Ty, _KI],
1402
- [0, 0], 1
1403
- ];
1404
- var Firewall$ = [3, n0, _F,
1405
- 0,
1406
- [_FPA, _VI, _SM, _FI, _FN, _FAi, _DP, _SCP, _FPCP, _De, _T, _EC, _NOA, _EAT, _TGI, _TGOAI, _AZM, _AZCP],
1407
- [0, 0, () => SubnetMappings, 0, 0, 0, 2, 2, 2, 0, () => TagList, () => EncryptionConfiguration$, 1, 64 | 0, 0, 0, () => AvailabilityZoneMappings, 2], 4
1408
- ];
1409
- var FirewallMetadata$ = [3, n0, _FMi,
1410
- 0,
1411
- [_FN, _FAi, _TGAI],
1412
- [0, 0, 0]
1413
- ];
1414
- var FirewallPolicy$ = [3, n0, _FP,
1415
- 0,
1416
- [_SDA, _SFDA, _SRGR, _SCA, _SRGRt, _SDAt, _SEO, _TLSICA, _PV, _ETLSSH],
1417
- [64 | 0, 64 | 0, () => StatelessRuleGroupReferences, () => CustomActions, () => StatefulRuleGroupReferences, 64 | 0, () => StatefulEngineOptions$, 0, () => PolicyVariables$, 2], 2
1418
- ];
1419
- var FirewallPolicyMetadata$ = [3, n0, _FPM,
1420
- 0,
1421
- [_N, _Ar],
1422
- [0, 0]
1423
- ];
1424
- var FirewallPolicyResponse$ = [3, n0, _FPR,
1425
- 0,
1426
- [_FPN, _FPA, _FPI, _De, _FPS, _T, _CSRC, _CSRCo, _NOA, _EC, _LMT],
1427
- [0, 0, 0, 0, 0, () => TagList, 1, 1, 1, () => EncryptionConfiguration$, 4], 3
1428
- ];
1429
- var FirewallStatus$ = [3, n0, _FS,
1430
- 0,
1431
- [_S, _CSSS, _SS, _CUS, _TGASS],
1432
- [0, 0, () => SyncStates, () => CapacityUsageSummary$, () => TransitGatewayAttachmentSyncState$], 2
1433
- ];
1434
- var Flow$ = [3, n0, _Fl,
1435
- 0,
1436
- [_SA, _DA, _SP, _DPe, _P, _Ag, _PCa, _BC],
1437
- [() => Address$, () => Address$, 0, 0, 0, 1, 1, 1]
1438
- ];
1439
- var FlowFilter$ = [3, n0, _FF,
1440
- 0,
1441
- [_SA, _DA, _SP, _DPe, _Pro],
1442
- [() => Address$, () => Address$, 0, 0, 64 | 0]
1443
- ];
1444
- var FlowOperation$ = [3, n0, _FO,
1445
- 0,
1446
- [_MFAIS, _FFl],
1447
- [1, () => FlowFilters]
1448
- ];
1449
- var FlowOperationMetadata$ = [3, n0, _FOM,
1450
- 0,
1451
- [_FOI, _FOT, _FRT, _FOS],
1452
- [0, 0, 4, 0]
1453
- ];
1454
- var FlowTimeouts$ = [3, n0, _FT,
1455
- 0,
1456
- [_TITS],
1457
- [1]
1458
- ];
1459
- var GetAnalysisReportResultsRequest$ = [3, n0, _GARRR,
1460
- 0,
1461
- [_ARI, _FN, _FAi, _NT, _MR],
1462
- [0, 0, 0, 0, 1], 1
1463
- ];
1464
- var GetAnalysisReportResultsResponse$ = [3, n0, _GARRRe,
1465
- 0,
1466
- [_S, _ST, _ET, _RT, _AT, _NT, _ARR],
1467
- [0, 4, 4, 4, 0, 0, () => AnalysisReportResults]
1468
- ];
1469
- var Header$ = [3, n0, _He,
1470
- 0,
1471
- [_P, _So, _SP, _Dir, _Des, _DPe],
1472
- [0, 0, 0, 0, 0, 0], 6
1473
- ];
1474
- var Hits$ = [3, n0, _H,
1475
- 0,
1476
- [_Co],
1477
- [1]
1478
- ];
1479
- var InsufficientCapacityException$ = [-3, n0, _ICE,
1480
- { [_e]: _s },
1481
- [_M],
1482
- [0]
1483
- ];
1484
- schema.TypeRegistry.for(n0).registerError(InsufficientCapacityException$, InsufficientCapacityException);
1485
- var InternalServerError$ = [-3, n0, _ISE,
1486
- { [_e]: _s },
1487
- [_M],
1488
- [0]
1489
- ];
1490
- schema.TypeRegistry.for(n0).registerError(InternalServerError$, InternalServerError);
1491
- var InvalidOperationException$ = [-3, n0, _IOE,
1492
- { [_e]: _c },
1493
- [_M],
1494
- [0]
1495
- ];
1496
- schema.TypeRegistry.for(n0).registerError(InvalidOperationException$, InvalidOperationException);
1497
- var InvalidRequestException$ = [-3, n0, _IRE,
1498
- { [_e]: _c },
1499
- [_M],
1500
- [0]
1501
- ];
1502
- schema.TypeRegistry.for(n0).registerError(InvalidRequestException$, InvalidRequestException);
1503
- var InvalidResourcePolicyException$ = [-3, n0, _IRPE,
1504
- { [_e]: _c },
1505
- [_M],
1506
- [0]
1507
- ];
1508
- schema.TypeRegistry.for(n0).registerError(InvalidResourcePolicyException$, InvalidResourcePolicyException);
1509
- var InvalidTokenException$ = [-3, n0, _ITE,
1510
- { [_e]: _c },
1511
- [_M],
1512
- [0]
1513
- ];
1514
- schema.TypeRegistry.for(n0).registerError(InvalidTokenException$, InvalidTokenException);
1515
- var IPSet$ = [3, n0, _IPS,
1516
- 0,
1517
- [_Def],
1518
- [64 | 0], 1
1519
- ];
1520
- var IPSetMetadata$ = [3, n0, _IPSM,
1521
- 0,
1522
- [_RCIDRC],
1523
- [1]
1524
- ];
1525
- var IPSetReference$ = [3, n0, _IPSRe,
1526
- 0,
1527
- [_RAe],
1528
- [0]
1529
- ];
1530
- var LimitExceededException$ = [-3, n0, _LEE,
1531
- { [_e]: _c },
1532
- [_M],
1533
- [0]
1534
- ];
1535
- schema.TypeRegistry.for(n0).registerError(LimitExceededException$, LimitExceededException);
1536
- var ListAnalysisReportsRequest$ = [3, n0, _LARR,
1537
- 0,
1538
- [_FN, _FAi, _NT, _MR],
1539
- [0, 0, 0, 1]
1540
- ];
1541
- var ListAnalysisReportsResponse$ = [3, n0, _LARRi,
1542
- 0,
1543
- [_ARna, _NT],
1544
- [() => AnalysisReports, 0]
1545
- ];
1546
- var ListenerProperty$ = [3, n0, _LPi,
1547
- 0,
1548
- [_Por, _Ty],
1549
- [1, 0]
1550
- ];
1551
- var ListenerPropertyRequest$ = [3, n0, _LPR,
1552
- 0,
1553
- [_Por, _Ty],
1554
- [1, 0], 2
1555
- ];
1556
- var ListFirewallPoliciesRequest$ = [3, n0, _LFPR,
1557
- 0,
1558
- [_NT, _MR],
1559
- [0, 1]
1560
- ];
1561
- var ListFirewallPoliciesResponse$ = [3, n0, _LFPRi,
1562
- 0,
1563
- [_NT, _FPi],
1564
- [0, () => FirewallPolicies]
1565
- ];
1566
- var ListFirewallsRequest$ = [3, n0, _LFR,
1567
- 0,
1568
- [_NT, _VIp, _MR],
1569
- [0, 64 | 0, 1]
1570
- ];
1571
- var ListFirewallsResponse$ = [3, n0, _LFRi,
1572
- 0,
1573
- [_NT, _Fi],
1574
- [0, () => Firewalls]
1575
- ];
1576
- var ListFlowOperationResultsRequest$ = [3, n0, _LFORR,
1577
- 0,
1578
- [_FAi, _FOI, _NT, _MR, _AZ, _VEI, _VEAA],
1579
- [0, 0, 0, 1, 0, 0, 0], 2
1580
- ];
1581
- var ListFlowOperationResultsResponse$ = [3, n0, _LFORRi,
1582
- 0,
1583
- [_FAi, _AZ, _VEAA, _VEI, _FOI, _FOS, _SMt, _FRT, _Flo, _NT],
1584
- [0, 0, 0, 0, 0, 0, 0, 4, () => Flows, 0]
1585
- ];
1586
- var ListFlowOperationsRequest$ = [3, n0, _LFOR,
1587
- 0,
1588
- [_FAi, _AZ, _VEAA, _VEI, _FOT, _NT, _MR],
1589
- [0, 0, 0, 0, 0, 0, 1], 1
1590
- ];
1591
- var ListFlowOperationsResponse$ = [3, n0, _LFORi,
1592
- 0,
1593
- [_FOl, _NT],
1594
- [() => FlowOperations, 0]
1595
- ];
1596
- var ListProxiesRequest$ = [3, n0, _LPRi,
1597
- 0,
1598
- [_NT, _MR],
1599
- [0, 1]
1600
- ];
1601
- var ListProxiesResponse$ = [3, n0, _LPRis,
1602
- 0,
1603
- [_Prox, _NT],
1604
- [() => Proxies, 0]
1605
- ];
1606
- var ListProxyConfigurationsRequest$ = [3, n0, _LPCR,
1607
- 0,
1608
- [_NT, _MR],
1609
- [0, 1]
1610
- ];
1611
- var ListProxyConfigurationsResponse$ = [3, n0, _LPCRi,
1612
- 0,
1613
- [_PCr, _NT],
1614
- [() => ProxyConfigurations, 0]
1615
- ];
1616
- var ListProxyRuleGroupsRequest$ = [3, n0, _LPRGR,
1617
- 0,
1618
- [_NT, _MR],
1619
- [0, 1]
1620
- ];
1621
- var ListProxyRuleGroupsResponse$ = [3, n0, _LPRGRi,
1622
- 0,
1623
- [_PRGr, _NT],
1624
- [() => ProxyRuleGroups, 0]
1625
- ];
1626
- var ListRuleGroupsRequest$ = [3, n0, _LRGR,
1627
- 0,
1628
- [_NT, _MR, _Sc, _MT, _SSu, _Ty],
1629
- [0, 1, 0, 0, 0, 0]
1630
- ];
1631
- var ListRuleGroupsResponse$ = [3, n0, _LRGRi,
1632
- 0,
1633
- [_NT, _RG],
1634
- [0, () => RuleGroups]
1635
- ];
1636
- var ListTagsForResourceRequest$ = [3, n0, _LTFRR,
1637
- 0,
1638
- [_RA, _NT, _MR],
1639
- [0, 0, 1], 1
1640
- ];
1641
- var ListTagsForResourceResponse$ = [3, n0, _LTFRRi,
1642
- 0,
1643
- [_NT, _T],
1644
- [0, () => TagList]
1645
- ];
1646
- var ListTLSInspectionConfigurationsRequest$ = [3, n0, _LTLSICR,
1647
- 0,
1648
- [_NT, _MR],
1649
- [0, 1]
1650
- ];
1651
- var ListTLSInspectionConfigurationsResponse$ = [3, n0, _LTLSICRi,
1652
- 0,
1653
- [_NT, _TLSICn],
1654
- [0, () => TLSInspectionConfigurations]
1655
- ];
1656
- var ListVpcEndpointAssociationsRequest$ = [3, n0, _LVEAR,
1657
- 0,
1658
- [_NT, _MR, _FAi],
1659
- [0, 1, 0]
1660
- ];
1661
- var ListVpcEndpointAssociationsResponse$ = [3, n0, _LVEARi,
1662
- 0,
1663
- [_NT, _VEAp],
1664
- [0, () => VpcEndpointAssociations]
1665
- ];
1666
- var LogDestinationConfig$ = [3, n0, _LDC,
1667
- 0,
1668
- [_LT, _LDT, _LD],
1669
- [0, 0, 128 | 0], 3
1670
- ];
1671
- var LogDestinationPermissionException$ = [-3, n0, _LDPE,
1672
- { [_e]: _c },
1673
- [_M],
1674
- [0]
1675
- ];
1676
- schema.TypeRegistry.for(n0).registerError(LogDestinationPermissionException$, LogDestinationPermissionException);
1677
- var LoggingConfiguration$ = [3, n0, _LC,
1678
- 0,
1679
- [_LDCo],
1680
- [() => LogDestinationConfigs], 1
1681
- ];
1682
- var MatchAttributes$ = [3, n0, _MA,
1683
- 0,
1684
- [_Sou, _Dest, _SPo, _DPes, _Pro, _TCPF],
1685
- [() => Addresses, () => Addresses, () => PortRanges, () => PortRanges, 64 | 1, () => TCPFlags]
1686
- ];
1687
- var PerObjectStatus$ = [3, n0, _POS,
1688
- 0,
1689
- [_SSy, _UT],
1690
- [0, 0]
1691
- ];
1692
- var PolicyVariables$ = [3, n0, _PV,
1693
- 0,
1694
- [_RV],
1695
- [() => IPSets]
1696
- ];
1697
- var PortRange$ = [3, n0, _PRo,
1698
- 0,
1699
- [_FPr, _TP],
1700
- [1, 1], 2
1701
- ];
1702
- var PortSet$ = [3, n0, _PSo,
1703
- 0,
1704
- [_Def],
1705
- [64 | 0]
1706
- ];
1707
- var Proxy$ = [3, n0, _Pr,
1708
- 0,
1709
- [_CT, _DT, _UTp, _FC, _FM, _PS, _PMS, _NGI, _PCN, _PCA, _PN, _PA, _LP, _TIP, _T],
1710
- [4, 4, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, () => ListenerProperties, () => TlsInterceptProperties$, () => TagList]
1711
- ];
1712
- var ProxyConfigDefaultRulePhaseActionsRequest$ = [3, n0, _PCDRPAR,
1713
- 0,
1714
- [_PDNS, _PREQUEST, _PRESPONSE],
1715
- [0, 0, 0]
1716
- ];
1717
- var ProxyConfigRuleGroup$ = [3, n0, _PCRG,
1718
- 0,
1719
- [_PRGN, _PRGA, _Ty, _Pri],
1720
- [0, 0, 0, 1]
1721
- ];
1722
- var ProxyConfiguration$ = [3, n0, _PC,
1723
- 0,
1724
- [_PCN, _PCA, _De, _CT, _DT, _RG, _DRPA, _T],
1725
- [0, 0, 0, 4, 4, () => ProxyConfigRuleGroupSet, () => ProxyConfigDefaultRulePhaseActionsRequest$, () => TagList]
1726
- ];
1727
- var ProxyConfigurationMetadata$ = [3, n0, _PCM,
1728
- 0,
1729
- [_N, _Ar],
1730
- [0, 0]
1731
- ];
1732
- var ProxyMetadata$ = [3, n0, _PM,
1733
- 0,
1734
- [_N, _Ar],
1735
- [0, 0]
1736
- ];
1737
- var ProxyRule$ = [3, n0, _PR,
1738
- 0,
1739
- [_PRN, _De, _Ac, _C],
1740
- [0, 0, 0, () => ProxyRuleConditionList]
1741
- ];
1742
- var ProxyRuleCondition$ = [3, n0, _PRC,
1743
- 0,
1744
- [_CO, _CK, _CV],
1745
- [0, 0, 64 | 0]
1746
- ];
1747
- var ProxyRuleGroup$ = [3, n0, _PRG,
1748
- 0,
1749
- [_PRGN, _PRGA, _CT, _DT, _R, _De, _T],
1750
- [0, 0, 4, 4, () => ProxyRulesByRequestPhase$, 0, () => TagList]
1751
- ];
1752
- var ProxyRuleGroupAttachment$ = [3, n0, _PRGAr,
1753
- 0,
1754
- [_PRGN, _IP],
1755
- [0, 1]
1756
- ];
1757
- var ProxyRuleGroupMetadata$ = [3, n0, _PRGM,
1758
- 0,
1759
- [_N, _Ar],
1760
- [0, 0]
1761
- ];
1762
- var ProxyRuleGroupPriority$ = [3, n0, _PRGP,
1763
- 0,
1764
- [_PRGN, _NP],
1765
- [0, 1]
1766
- ];
1767
- var ProxyRuleGroupPriorityResult$ = [3, n0, _PRGPR,
1768
- 0,
1769
- [_PRGN, _Pri],
1770
- [0, 1]
1771
- ];
1772
- var ProxyRulePriority$ = [3, n0, _PRP,
1773
- 0,
1774
- [_PRN, _NP],
1775
- [0, 1]
1776
- ];
1777
- var ProxyRulesByRequestPhase$ = [3, n0, _PRBRP,
1778
- 0,
1779
- [_PDNS, _PREQUEST, _PRESPONSE],
1780
- [() => ProxyRuleList, () => ProxyRuleList, () => ProxyRuleList]
1781
- ];
1782
- var PublishMetricAction$ = [3, n0, _PMA,
1783
- 0,
1784
- [_Dim],
1785
- [() => Dimensions], 1
1786
- ];
1787
- var PutResourcePolicyRequest$ = [3, n0, _PRPR,
1788
- 0,
1789
- [_RA, _Po],
1790
- [0, 0], 2
1791
- ];
1792
- var PutResourcePolicyResponse$ = [3, n0, _PRPRu,
1793
- 0,
1794
- [],
1795
- []
1796
- ];
1797
- var ReferenceSets$ = [3, n0, _RS,
1798
- 0,
1799
- [_IPSR],
1800
- [() => IPSetReferenceMap]
1801
- ];
1802
- var RejectNetworkFirewallTransitGatewayAttachmentRequest$ = [3, n0, _RNFTGAR,
1803
- 0,
1804
- [_TGAI],
1805
- [0], 1
1806
- ];
1807
- var RejectNetworkFirewallTransitGatewayAttachmentResponse$ = [3, n0, _RNFTGARe,
1808
- 0,
1809
- [_TGAI, _TGAS],
1810
- [0, 0], 2
1811
- ];
1812
- var ResourceNotFoundException$ = [-3, n0, _RNFE,
1813
- { [_e]: _c },
1814
- [_M],
1815
- [0]
1816
- ];
1817
- schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
1818
- var ResourceOwnerCheckException$ = [-3, n0, _ROCE,
1819
- { [_e]: _c },
1820
- [_M],
1821
- [0]
1822
- ];
1823
- schema.TypeRegistry.for(n0).registerError(ResourceOwnerCheckException$, ResourceOwnerCheckException);
1824
- var RuleDefinition$ = [3, n0, _RD,
1825
- 0,
1826
- [_MA, _Act],
1827
- [() => MatchAttributes$, 64 | 0], 2
1828
- ];
1829
- var RuleGroup$ = [3, n0, _RGu,
1830
- 0,
1831
- [_RSu, _RV, _RS, _SRO],
1832
- [() => RulesSource$, () => RuleVariables$, () => ReferenceSets$, () => StatefulRuleOptions$], 1
1833
- ];
1834
- var RuleGroupMetadata$ = [3, n0, _RGM,
1835
- 0,
1836
- [_N, _Ar, _VN],
1837
- [0, 0, 0]
1838
- ];
1839
- var RuleGroupResponse$ = [3, n0, _RGR,
1840
- 0,
1841
- [_RGAu, _RGNu, _RGI, _De, _Ty, _Ca, _RGS, _T, _CC, _NOA, _EC, _SMo, _STn, _LMT, _ARnal, _SC],
1842
- [0, 0, 0, 0, 0, 1, 0, () => TagList, 1, 1, () => EncryptionConfiguration$, () => SourceMetadata$, 0, 4, () => AnalysisResultList, () => SummaryConfiguration$], 3
1843
- ];
1844
- var RuleOption$ = [3, n0, _RO,
1845
- 0,
1846
- [_K, _Se],
1847
- [0, 64 | 0], 1
1848
- ];
1849
- var RulesSource$ = [3, n0, _RSu,
1850
- 0,
1851
- [_RSul, _RSL, _SR, _SRACA],
1852
- [0, () => RulesSourceList$, () => StatefulRules, () => StatelessRulesAndCustomActions$]
1853
- ];
1854
- var RulesSourceList$ = [3, n0, _RSL,
1855
- 0,
1856
- [_Ta, _TT, _GRT],
1857
- [64 | 0, 64 | 0, 0], 3
1858
- ];
1859
- var RuleSummary$ = [3, n0, _RSule,
1860
- 0,
1861
- [_SID, _Ms, _Me],
1862
- [0, 0, 0]
1863
- ];
1864
- var RuleVariables$ = [3, n0, _RV,
1865
- 0,
1866
- [_IPSe, _PSor],
1867
- [() => IPSets, () => PortSets]
1868
- ];
1869
- var ServerCertificate$ = [3, n0, _SCe,
1870
- 0,
1871
- [_RA],
1872
- [0]
1873
- ];
1874
- var ServerCertificateConfiguration$ = [3, n0, _SCC,
1875
- 0,
1876
- [_SCer, _Sco, _CAA, _CCRS],
1877
- [() => ServerCertificates, () => ServerCertificateScopes, 0, () => CheckCertificateRevocationStatusActions$]
1878
- ];
1879
- var ServerCertificateScope$ = [3, n0, _SCS,
1880
- 0,
1881
- [_Sou, _Dest, _SPo, _DPes, _Pro],
1882
- [() => Addresses, () => Addresses, () => PortRanges, () => PortRanges, 64 | 1]
1883
- ];
1884
- var SourceMetadata$ = [3, n0, _SMo,
1885
- 0,
1886
- [_SAo, _SUT],
1887
- [0, 0]
1888
- ];
1889
- var StartAnalysisReportRequest$ = [3, n0, _SARR,
1890
- 0,
1891
- [_AT, _FN, _FAi],
1892
- [0, 0, 0], 1
1893
- ];
1894
- var StartAnalysisReportResponse$ = [3, n0, _SARRt,
1895
- 0,
1896
- [_ARI],
1897
- [0], 1
1898
- ];
1899
- var StartFlowCaptureRequest$ = [3, n0, _SFCR,
1900
- 0,
1901
- [_FAi, _FFl, _AZ, _VEAA, _VEI, _MFAIS],
1902
- [0, () => FlowFilters, 0, 0, 0, 1], 2
1903
- ];
1904
- var StartFlowCaptureResponse$ = [3, n0, _SFCRt,
1905
- 0,
1906
- [_FAi, _FOI, _FOS],
1907
- [0, 0, 0]
1908
- ];
1909
- var StartFlowFlushRequest$ = [3, n0, _SFFR,
1910
- 0,
1911
- [_FAi, _FFl, _AZ, _VEAA, _VEI, _MFAIS],
1912
- [0, () => FlowFilters, 0, 0, 0, 1], 2
1913
- ];
1914
- var StartFlowFlushResponse$ = [3, n0, _SFFRt,
1915
- 0,
1916
- [_FAi, _FOI, _FOS],
1917
- [0, 0, 0]
1918
- ];
1919
- var StatefulEngineOptions$ = [3, n0, _SEO,
1920
- 0,
1921
- [_ROu, _SEP, _FT],
1922
- [0, 0, () => FlowTimeouts$]
1923
- ];
1924
- var StatefulRule$ = [3, n0, _SRt,
1925
- 0,
1926
- [_Ac, _He, _ROul],
1927
- [0, () => Header$, () => RuleOptions], 3
1928
- ];
1929
- var StatefulRuleGroupOverride$ = [3, n0, _SRGO,
1930
- 0,
1931
- [_Ac],
1932
- [0]
1933
- ];
1934
- var StatefulRuleGroupReference$ = [3, n0, _SRGRta,
1935
- 0,
1936
- [_RA, _Pri, _O, _DTI],
1937
- [0, 1, () => StatefulRuleGroupOverride$, 2], 1
1938
- ];
1939
- var StatefulRuleOptions$ = [3, n0, _SRO,
1940
- 0,
1941
- [_ROu],
1942
- [0]
1943
- ];
1944
- var StatelessRule$ = [3, n0, _SRta,
1945
- 0,
1946
- [_RD, _Pri],
1947
- [() => RuleDefinition$, 1], 2
1948
- ];
1949
- var StatelessRuleGroupReference$ = [3, n0, _SRGRtat,
1950
- 0,
1951
- [_RA, _Pri],
1952
- [0, 1], 2
1953
- ];
1954
- var StatelessRulesAndCustomActions$ = [3, n0, _SRACA,
1955
- 0,
1956
- [_SRtat, _CAu],
1957
- [() => StatelessRules, () => CustomActions], 1
1958
- ];
1959
- var SubnetMapping$ = [3, n0, _SMu,
1960
- 0,
1961
- [_SI, _IPAT],
1962
- [0, 0], 1
1963
- ];
1964
- var Summary$ = [3, n0, _Su,
1965
- 0,
1966
- [_RSuleu],
1967
- [() => RuleSummaries]
1968
- ];
1969
- var SummaryConfiguration$ = [3, n0, _SC,
1970
- 0,
1971
- [_ROul],
1972
- [64 | 0]
1973
- ];
1974
- var SyncState$ = [3, n0, _SSyn,
1975
- 0,
1976
- [_At, _Con],
1977
- [() => Attachment$, () => SyncStateConfig]
1978
- ];
1979
- var Tag$ = [3, n0, _Tag,
1980
- 0,
1981
- [_Ke, _V],
1982
- [0, 0], 2
1983
- ];
1984
- var TagResourceRequest$ = [3, n0, _TRR,
1985
- 0,
1986
- [_RA, _T],
1987
- [0, () => TagList], 2
1988
- ];
1989
- var TagResourceResponse$ = [3, n0, _TRRa,
1990
- 0,
1991
- [],
1992
- []
1993
- ];
1994
- var TCPFlagField$ = [3, n0, _TCPFF,
1995
- 0,
1996
- [_Fla, _Ma],
1997
- [64 | 0, 64 | 0], 1
1998
- ];
1999
- var ThrottlingException$ = [-3, n0, _TE,
2000
- { [_e]: _c },
2001
- [_M],
2002
- [0]
2003
- ];
2004
- schema.TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
2005
- var TlsCertificateData$ = [3, n0, _TCD,
2006
- 0,
2007
- [_CAe, _CS, _S, _SMt],
2008
- [0, 0, 0, 0]
2009
- ];
2010
- var TLSInspectionConfiguration$ = [3, n0, _TLSIC,
2011
- 0,
2012
- [_SCCe],
2013
- [() => ServerCertificateConfigurations]
2014
- ];
2015
- var TLSInspectionConfigurationMetadata$ = [3, n0, _TLSICM,
2016
- 0,
2017
- [_N, _Ar],
2018
- [0, 0]
2019
- ];
2020
- var TLSInspectionConfigurationResponse$ = [3, n0, _TLSICR,
2021
- 0,
2022
- [_TLSICA, _TLSICN, _TLSICI, _TLSICS, _De, _T, _LMT, _NOA, _EC, _Ce, _CAer],
2023
- [0, 0, 0, 0, 0, () => TagList, 4, 1, () => EncryptionConfiguration$, () => Certificates, () => TlsCertificateData$], 3
2024
- ];
2025
- var TlsInterceptProperties$ = [3, n0, _TIP,
2026
- 0,
2027
- [_PAc, _TIM],
2028
- [0, 0]
2029
- ];
2030
- var TlsInterceptPropertiesRequest$ = [3, n0, _TIPR,
2031
- 0,
2032
- [_PAc, _TIM],
2033
- [0, 0]
2034
- ];
2035
- var TransitGatewayAttachmentSyncState$ = [3, n0, _TGASS,
2036
- 0,
2037
- [_AI, _TGAS, _SMt],
2038
- [0, 0, 0]
2039
- ];
2040
- var UniqueSources$ = [3, n0, _US,
2041
- 0,
2042
- [_Co],
2043
- [1]
2044
- ];
2045
- var UnsupportedOperationException$ = [-3, n0, _UOE,
2046
- { [_e]: _c },
2047
- [_M],
2048
- [0]
2049
- ];
2050
- schema.TypeRegistry.for(n0).registerError(UnsupportedOperationException$, UnsupportedOperationException);
2051
- var UntagResourceRequest$ = [3, n0, _URR,
2052
- 0,
2053
- [_RA, _TK],
2054
- [0, 64 | 0], 2
2055
- ];
2056
- var UntagResourceResponse$ = [3, n0, _URRn,
2057
- 0,
2058
- [],
2059
- []
2060
- ];
2061
- var UpdateAvailabilityZoneChangeProtectionRequest$ = [3, n0, _UAZCPR,
2062
- 0,
2063
- [_AZCP, _UT, _FAi, _FN],
2064
- [2, 0, 0, 0], 1
2065
- ];
2066
- var UpdateAvailabilityZoneChangeProtectionResponse$ = [3, n0, _UAZCPRp,
2067
- 0,
2068
- [_UT, _FAi, _FN, _AZCP],
2069
- [0, 0, 0, 2]
2070
- ];
2071
- var UpdateFirewallAnalysisSettingsRequest$ = [3, n0, _UFASR,
2072
- 0,
2073
- [_EAT, _FAi, _FN, _UT],
2074
- [64 | 0, 0, 0, 0]
2075
- ];
2076
- var UpdateFirewallAnalysisSettingsResponse$ = [3, n0, _UFASRp,
2077
- 0,
2078
- [_EAT, _FAi, _FN, _UT],
2079
- [64 | 0, 0, 0, 0]
2080
- ];
2081
- var UpdateFirewallDeleteProtectionRequest$ = [3, n0, _UFDPR,
2082
- 0,
2083
- [_DP, _UT, _FAi, _FN],
2084
- [2, 0, 0, 0], 1
2085
- ];
2086
- var UpdateFirewallDeleteProtectionResponse$ = [3, n0, _UFDPRp,
2087
- 0,
2088
- [_FAi, _FN, _DP, _UT],
2089
- [0, 0, 2, 0]
2090
- ];
2091
- var UpdateFirewallDescriptionRequest$ = [3, n0, _UFDR,
2092
- 0,
2093
- [_UT, _FAi, _FN, _De],
2094
- [0, 0, 0, 0]
2095
- ];
2096
- var UpdateFirewallDescriptionResponse$ = [3, n0, _UFDRp,
2097
- 0,
2098
- [_FAi, _FN, _De, _UT],
2099
- [0, 0, 0, 0]
2100
- ];
2101
- var UpdateFirewallEncryptionConfigurationRequest$ = [3, n0, _UFECR,
2102
- 0,
2103
- [_UT, _FAi, _FN, _EC],
2104
- [0, 0, 0, () => EncryptionConfiguration$]
2105
- ];
2106
- var UpdateFirewallEncryptionConfigurationResponse$ = [3, n0, _UFECRp,
2107
- 0,
2108
- [_FAi, _FN, _UT, _EC],
2109
- [0, 0, 0, () => EncryptionConfiguration$]
2110
- ];
2111
- var UpdateFirewallPolicyChangeProtectionRequest$ = [3, n0, _UFPCPR,
2112
- 0,
2113
- [_FPCP, _UT, _FAi, _FN],
2114
- [2, 0, 0, 0], 1
2115
- ];
2116
- var UpdateFirewallPolicyChangeProtectionResponse$ = [3, n0, _UFPCPRp,
2117
- 0,
2118
- [_UT, _FAi, _FN, _FPCP],
2119
- [0, 0, 0, 2]
2120
- ];
2121
- var UpdateFirewallPolicyRequest$ = [3, n0, _UFPR,
2122
- 0,
2123
- [_UT, _FP, _FPA, _FPN, _De, _DR, _EC],
2124
- [0, () => FirewallPolicy$, 0, 0, 0, 2, () => EncryptionConfiguration$], 2
2125
- ];
2126
- var UpdateFirewallPolicyResponse$ = [3, n0, _UFPRp,
2127
- 0,
2128
- [_UT, _FPR],
2129
- [0, () => FirewallPolicyResponse$], 2
2130
- ];
2131
- var UpdateLoggingConfigurationRequest$ = [3, n0, _ULCR,
2132
- 0,
2133
- [_FAi, _FN, _LC, _EMD],
2134
- [0, 0, () => LoggingConfiguration$, 2]
2135
- ];
2136
- var UpdateLoggingConfigurationResponse$ = [3, n0, _ULCRp,
2137
- 0,
2138
- [_FAi, _FN, _LC, _EMD],
2139
- [0, 0, () => LoggingConfiguration$, 2]
2140
- ];
2141
- var UpdateProxyConfigurationRequest$ = [3, n0, _UPCR,
2142
- 0,
2143
- [_DRPA, _UT, _PCN, _PCA],
2144
- [() => ProxyConfigDefaultRulePhaseActionsRequest$, 0, 0, 0], 2
2145
- ];
2146
- var UpdateProxyConfigurationResponse$ = [3, n0, _UPCRp,
2147
- 0,
2148
- [_PC, _UT],
2149
- [() => ProxyConfiguration$, 0]
2150
- ];
2151
- var UpdateProxyRequest$ = [3, n0, _UPR,
2152
- 0,
2153
- [_NGI, _UT, _PN, _PA, _LPTA, _LPTR, _TIP],
2154
- [0, 0, 0, 0, () => ListenerPropertiesRequest, () => ListenerPropertiesRequest, () => TlsInterceptPropertiesRequest$], 2
2155
- ];
2156
- var UpdateProxyResponse$ = [3, n0, _UPRp,
2157
- 0,
2158
- [_Pr, _UT],
2159
- [() => Proxy$, 0]
2160
- ];
2161
- var UpdateProxyRuleGroupPrioritiesRequest$ = [3, n0, _UPRGPR,
2162
- 0,
2163
- [_RG, _UT, _PCN, _PCA],
2164
- [() => ProxyRuleGroupPriorityList, 0, 0, 0], 2
2165
- ];
2166
- var UpdateProxyRuleGroupPrioritiesResponse$ = [3, n0, _UPRGPRp,
2167
- 0,
2168
- [_PRGr, _UT],
2169
- [() => ProxyRuleGroupPriorityResultList, 0]
2170
- ];
2171
- var UpdateProxyRulePrioritiesRequest$ = [3, n0, _UPRPR,
2172
- 0,
2173
- [_RGRP, _R, _UT, _PRGN, _PRGA],
2174
- [0, () => ProxyRulePriorityList, 0, 0, 0], 3
2175
- ];
2176
- var UpdateProxyRulePrioritiesResponse$ = [3, n0, _UPRPRp,
2177
- 0,
2178
- [_PRGN, _PRGA, _RGRP, _R, _UT],
2179
- [0, 0, 0, () => ProxyRulePriorityList, 0]
2180
- ];
2181
- var UpdateProxyRuleRequest$ = [3, n0, _UPRR,
2182
- 0,
2183
- [_PRN, _UT, _PRGN, _PRGA, _De, _Ac, _AC, _RC],
2184
- [0, 0, 0, 0, 0, 0, () => ProxyRuleConditionList, () => ProxyRuleConditionList], 2
2185
- ];
2186
- var UpdateProxyRuleResponse$ = [3, n0, _UPRRp,
2187
- 0,
2188
- [_PR, _RCe, _UT],
2189
- [() => ProxyRule$, () => ProxyRuleConditionList, 0]
2190
- ];
2191
- var UpdateRuleGroupRequest$ = [3, n0, _URGR,
2192
- 0,
2193
- [_UT, _RGAu, _RGNu, _RGu, _R, _Ty, _De, _DR, _EC, _SMo, _ARG, _SC],
2194
- [0, 0, 0, () => RuleGroup$, 0, 0, 0, 2, () => EncryptionConfiguration$, () => SourceMetadata$, 2, () => SummaryConfiguration$], 1
2195
- ];
2196
- var UpdateRuleGroupResponse$ = [3, n0, _URGRp,
2197
- 0,
2198
- [_UT, _RGR],
2199
- [0, () => RuleGroupResponse$], 2
2200
- ];
2201
- var UpdateSubnetChangeProtectionRequest$ = [3, n0, _USCPR,
2202
- 0,
2203
- [_SCP, _UT, _FAi, _FN],
2204
- [2, 0, 0, 0], 1
2205
- ];
2206
- var UpdateSubnetChangeProtectionResponse$ = [3, n0, _USCPRp,
2207
- 0,
2208
- [_UT, _FAi, _FN, _SCP],
2209
- [0, 0, 0, 2]
2210
- ];
2211
- var UpdateTLSInspectionConfigurationRequest$ = [3, n0, _UTLSICR,
2212
- 0,
2213
- [_TLSIC, _UT, _TLSICA, _TLSICN, _De, _EC],
2214
- [() => TLSInspectionConfiguration$, 0, 0, 0, 0, () => EncryptionConfiguration$], 2
2215
- ];
2216
- var UpdateTLSInspectionConfigurationResponse$ = [3, n0, _UTLSICRp,
2217
- 0,
2218
- [_UT, _TLSICR],
2219
- [0, () => TLSInspectionConfigurationResponse$], 2
2220
- ];
2221
- var VpcEndpointAssociation$ = [3, n0, _VEA,
2222
- 0,
2223
- [_VEAA, _FAi, _VI, _SMu, _VEAI, _De, _T],
2224
- [0, 0, 0, () => SubnetMapping$, 0, 0, () => TagList], 4
2225
- ];
2226
- var VpcEndpointAssociationMetadata$ = [3, n0, _VEAM,
2227
- 0,
2228
- [_VEAA],
2229
- [0]
2230
- ];
2231
- var VpcEndpointAssociationStatus$ = [3, n0, _VEAS,
2232
- 0,
2233
- [_S, _ASS],
2234
- [0, () => AssociationSyncState], 1
2235
- ];
2236
- var NetworkFirewallServiceException$ = [-3, _sm, "NetworkFirewallServiceException", 0, [], []];
2237
- schema.TypeRegistry.for(_sm).registerError(NetworkFirewallServiceException$, NetworkFirewallServiceException);
2238
- var Addresses = [1, n0, _Ad,
2239
- 0, () => Address$
2240
- ];
2241
- var AnalysisReportResults = [1, n0, _ARR,
2242
- 0, () => AnalysisTypeReportResult$
2243
- ];
2244
- var AnalysisReports = [1, n0, _ARna,
2245
- 0, () => AnalysisReport$
2246
- ];
2247
- var AnalysisResultList = [1, n0, _ARL,
2248
- 0, () => AnalysisResult$
2249
- ];
2250
- var AvailabilityZoneMappings = [1, n0, _AZM,
2251
- 0, () => AvailabilityZoneMapping$
2252
- ];
2253
- var Certificates = [1, n0, _Ce,
2254
- 0, () => TlsCertificateData$
2255
- ];
2256
- var CreateProxyRuleList = [1, n0, _CPRL,
2257
- 0, () => CreateProxyRule$
2258
- ];
2259
- var CustomActions = [1, n0, _CAu,
2260
- 0, () => CustomAction$
2261
- ];
2262
- var Dimensions = [1, n0, _Dim,
2263
- 0, () => Dimension$
2264
- ];
2265
- var FirewallPolicies = [1, n0, _FPi,
2266
- 0, () => FirewallPolicyMetadata$
2267
- ];
2268
- var Firewalls = [1, n0, _Fi,
2269
- 0, () => FirewallMetadata$
2270
- ];
2271
- var FlowFilters = [1, n0, _FFl,
2272
- 0, () => FlowFilter$
2273
- ];
2274
- var FlowOperations = [1, n0, _FOl,
2275
- 0, () => FlowOperationMetadata$
2276
- ];
2277
- var Flows = [1, n0, _Flo,
2278
- 0, () => Flow$
2279
- ];
2280
- var ListenerProperties = [1, n0, _LP,
2281
- 0, () => ListenerProperty$
2282
- ];
2283
- var ListenerPropertiesRequest = [1, n0, _LPRist,
2284
- 0, () => ListenerPropertyRequest$
2285
- ];
2286
- var LogDestinationConfigs = [1, n0, _LDCo,
2287
- 0, () => LogDestinationConfig$
2288
- ];
2289
- var PortRanges = [1, n0, _PRor,
2290
- 0, () => PortRange$
2291
- ];
2292
- var Proxies = [1, n0, _Prox,
2293
- 0, () => ProxyMetadata$
2294
- ];
2295
- var ProxyConfigRuleGroupSet = [1, n0, _PCRGS,
2296
- 0, () => ProxyConfigRuleGroup$
2297
- ];
2298
- var ProxyConfigurations = [1, n0, _PCr,
2299
- 0, () => ProxyConfigurationMetadata$
2300
- ];
2301
- var ProxyRuleConditionList = [1, n0, _PRCL,
2302
- 0, () => ProxyRuleCondition$
2303
- ];
2304
- var ProxyRuleGroupAttachmentList = [1, n0, _PRGAL,
2305
- 0, () => ProxyRuleGroupAttachment$
2306
- ];
2307
- var ProxyRuleGroupPriorityList = [1, n0, _PRGPL,
2308
- 0, () => ProxyRuleGroupPriority$
2309
- ];
2310
- var ProxyRuleGroupPriorityResultList = [1, n0, _PRGPRL,
2311
- 0, () => ProxyRuleGroupPriorityResult$
2312
- ];
2313
- var ProxyRuleGroups = [1, n0, _PRGr,
2314
- 0, () => ProxyRuleGroupMetadata$
2315
- ];
2316
- var ProxyRuleList = [1, n0, _PRL,
2317
- 0, () => ProxyRule$
2318
- ];
2319
- var ProxyRulePriorityList = [1, n0, _PRPL,
2320
- 0, () => ProxyRulePriority$
2321
- ];
2322
- var RuleGroups = [1, n0, _RG,
2323
- 0, () => RuleGroupMetadata$
2324
- ];
2325
- var RuleOptions = [1, n0, _ROul,
2326
- 0, () => RuleOption$
2327
- ];
2328
- var RuleSummaries = [1, n0, _RSuleu,
2329
- 0, () => RuleSummary$
2330
- ];
2331
- var ServerCertificateConfigurations = [1, n0, _SCCe,
2332
- 0, () => ServerCertificateConfiguration$
2333
- ];
2334
- var ServerCertificates = [1, n0, _SCer,
2335
- 0, () => ServerCertificate$
2336
- ];
2337
- var ServerCertificateScopes = [1, n0, _SCSe,
2338
- 0, () => ServerCertificateScope$
2339
- ];
2340
- var StatefulRuleGroupReferences = [1, n0, _SRGRt,
2341
- 0, () => StatefulRuleGroupReference$
2342
- ];
2343
- var StatefulRules = [1, n0, _SR,
2344
- 0, () => StatefulRule$
2345
- ];
2346
- var StatelessRuleGroupReferences = [1, n0, _SRGR,
2347
- 0, () => StatelessRuleGroupReference$
2348
- ];
2349
- var StatelessRules = [1, n0, _SRtat,
2350
- 0, () => StatelessRule$
2351
- ];
2352
- var SubnetMappings = [1, n0, _SM,
2353
- 0, () => SubnetMapping$
2354
- ];
2355
- var TagList = [1, n0, _TL,
2356
- 0, () => Tag$
2357
- ];
2358
- var TCPFlags = [1, n0, _TCPF,
2359
- 0, () => TCPFlagField$
2360
- ];
2361
- var TLSInspectionConfigurations = [1, n0, _TLSICn,
2362
- 0, () => TLSInspectionConfigurationMetadata$
2363
- ];
2364
- var VpcEndpointAssociations = [1, n0, _VEAp,
2365
- 0, () => VpcEndpointAssociationMetadata$
2366
- ];
2367
- var AssociationSyncState = [2, n0, _ASS,
2368
- 0, 0, () => AZSyncState$
2369
- ];
2370
- var IPSetMetadataMap = [2, n0, _IPSMM,
2371
- 0, 0, () => IPSetMetadata$
2372
- ];
2373
- var IPSetReferenceMap = [2, n0, _IPSRM,
2374
- 0, 0, () => IPSetReference$
2375
- ];
2376
- var IPSets = [2, n0, _IPSe,
2377
- 0, 0, () => IPSet$
2378
- ];
2379
- var PortSets = [2, n0, _PSor,
2380
- 0, 0, () => PortSet$
2381
- ];
2382
- var SupportedAvailabilityZones = [2, n0, _SAZ,
2383
- 0, 0, () => AvailabilityZoneMetadata$
2384
- ];
2385
- var SyncStateConfig = [2, n0, _SSC,
2386
- 0, 0, () => PerObjectStatus$
2387
- ];
2388
- var SyncStates = [2, n0, _SS,
2389
- 0, 0, () => SyncState$
2390
- ];
2391
- var AcceptNetworkFirewallTransitGatewayAttachment$ = [9, n0, _ANFTGA,
2392
- 0, () => AcceptNetworkFirewallTransitGatewayAttachmentRequest$, () => AcceptNetworkFirewallTransitGatewayAttachmentResponse$
2393
- ];
2394
- var AssociateAvailabilityZones$ = [9, n0, _AAZ,
2395
- 0, () => AssociateAvailabilityZonesRequest$, () => AssociateAvailabilityZonesResponse$
2396
- ];
2397
- var AssociateFirewallPolicy$ = [9, n0, _AFP,
2398
- 0, () => AssociateFirewallPolicyRequest$, () => AssociateFirewallPolicyResponse$
2399
- ];
2400
- var AssociateSubnets$ = [9, n0, _AS,
2401
- 0, () => AssociateSubnetsRequest$, () => AssociateSubnetsResponse$
2402
- ];
2403
- var AttachRuleGroupsToProxyConfiguration$ = [9, n0, _ARGTPC,
2404
- 0, () => AttachRuleGroupsToProxyConfigurationRequest$, () => AttachRuleGroupsToProxyConfigurationResponse$
2405
- ];
2406
- var CreateFirewall$ = [9, n0, _CF,
2407
- 0, () => CreateFirewallRequest$, () => CreateFirewallResponse$
2408
- ];
2409
- var CreateFirewallPolicy$ = [9, n0, _CFP,
2410
- 0, () => CreateFirewallPolicyRequest$, () => CreateFirewallPolicyResponse$
2411
- ];
2412
- var CreateProxy$ = [9, n0, _CP,
2413
- 0, () => CreateProxyRequest$, () => CreateProxyResponse$
2414
- ];
2415
- var CreateProxyConfiguration$ = [9, n0, _CPC,
2416
- 0, () => CreateProxyConfigurationRequest$, () => CreateProxyConfigurationResponse$
2417
- ];
2418
- var CreateProxyRuleGroup$ = [9, n0, _CPRG,
2419
- 0, () => CreateProxyRuleGroupRequest$, () => CreateProxyRuleGroupResponse$
2420
- ];
2421
- var CreateProxyRules$ = [9, n0, _CPRrea,
2422
- 0, () => CreateProxyRulesRequest$, () => CreateProxyRulesResponse$
2423
- ];
2424
- var CreateRuleGroup$ = [9, n0, _CRG,
2425
- 0, () => CreateRuleGroupRequest$, () => CreateRuleGroupResponse$
2426
- ];
2427
- var CreateTLSInspectionConfiguration$ = [9, n0, _CTLSIC,
2428
- 0, () => CreateTLSInspectionConfigurationRequest$, () => CreateTLSInspectionConfigurationResponse$
2429
- ];
2430
- var CreateVpcEndpointAssociation$ = [9, n0, _CVEA,
2431
- 0, () => CreateVpcEndpointAssociationRequest$, () => CreateVpcEndpointAssociationResponse$
2432
- ];
2433
- var DeleteFirewall$ = [9, n0, _DF,
2434
- 0, () => DeleteFirewallRequest$, () => DeleteFirewallResponse$
2435
- ];
2436
- var DeleteFirewallPolicy$ = [9, n0, _DFP,
2437
- 0, () => DeleteFirewallPolicyRequest$, () => DeleteFirewallPolicyResponse$
2438
- ];
2439
- var DeleteNetworkFirewallTransitGatewayAttachment$ = [9, n0, _DNFTGA,
2440
- 0, () => DeleteNetworkFirewallTransitGatewayAttachmentRequest$, () => DeleteNetworkFirewallTransitGatewayAttachmentResponse$
2441
- ];
2442
- var DeleteProxy$ = [9, n0, _DPel,
2443
- 0, () => DeleteProxyRequest$, () => DeleteProxyResponse$
2444
- ];
2445
- var DeleteProxyConfiguration$ = [9, n0, _DPC,
2446
- 0, () => DeleteProxyConfigurationRequest$, () => DeleteProxyConfigurationResponse$
2447
- ];
2448
- var DeleteProxyRuleGroup$ = [9, n0, _DPRG,
2449
- 0, () => DeleteProxyRuleGroupRequest$, () => DeleteProxyRuleGroupResponse$
2450
- ];
2451
- var DeleteProxyRules$ = [9, n0, _DPRel,
2452
- 0, () => DeleteProxyRulesRequest$, () => DeleteProxyRulesResponse$
2453
- ];
2454
- var DeleteResourcePolicy$ = [9, n0, _DRP,
2455
- 0, () => DeleteResourcePolicyRequest$, () => DeleteResourcePolicyResponse$
2456
- ];
2457
- var DeleteRuleGroup$ = [9, n0, _DRG,
2458
- 0, () => DeleteRuleGroupRequest$, () => DeleteRuleGroupResponse$
2459
- ];
2460
- var DeleteTLSInspectionConfiguration$ = [9, n0, _DTLSIC,
2461
- 0, () => DeleteTLSInspectionConfigurationRequest$, () => DeleteTLSInspectionConfigurationResponse$
2462
- ];
2463
- var DeleteVpcEndpointAssociation$ = [9, n0, _DVEA,
2464
- 0, () => DeleteVpcEndpointAssociationRequest$, () => DeleteVpcEndpointAssociationResponse$
2465
- ];
2466
- var DescribeFirewall$ = [9, n0, _DFe,
2467
- 0, () => DescribeFirewallRequest$, () => DescribeFirewallResponse$
2468
- ];
2469
- var DescribeFirewallMetadata$ = [9, n0, _DFM,
2470
- 0, () => DescribeFirewallMetadataRequest$, () => DescribeFirewallMetadataResponse$
2471
- ];
2472
- var DescribeFirewallPolicy$ = [9, n0, _DFPe,
2473
- 0, () => DescribeFirewallPolicyRequest$, () => DescribeFirewallPolicyResponse$
2474
- ];
2475
- var DescribeFlowOperation$ = [9, n0, _DFO,
2476
- 0, () => DescribeFlowOperationRequest$, () => DescribeFlowOperationResponse$
2477
- ];
2478
- var DescribeLoggingConfiguration$ = [9, n0, _DLC,
2479
- 0, () => DescribeLoggingConfigurationRequest$, () => DescribeLoggingConfigurationResponse$
2480
- ];
2481
- var DescribeProxy$ = [9, n0, _DPesc,
2482
- 0, () => DescribeProxyRequest$, () => DescribeProxyResponse$
2483
- ];
2484
- var DescribeProxyConfiguration$ = [9, n0, _DPCe,
2485
- 0, () => DescribeProxyConfigurationRequest$, () => DescribeProxyConfigurationResponse$
2486
- ];
2487
- var DescribeProxyRule$ = [9, n0, _DPRescri,
2488
- 0, () => DescribeProxyRuleRequest$, () => DescribeProxyRuleResponse$
2489
- ];
2490
- var DescribeProxyRuleGroup$ = [9, n0, _DPRGe,
2491
- 0, () => DescribeProxyRuleGroupRequest$, () => DescribeProxyRuleGroupResponse$
2492
- ];
2493
- var DescribeResourcePolicy$ = [9, n0, _DRPe,
2494
- 0, () => DescribeResourcePolicyRequest$, () => DescribeResourcePolicyResponse$
2495
- ];
2496
- var DescribeRuleGroup$ = [9, n0, _DRGe,
2497
- 0, () => DescribeRuleGroupRequest$, () => DescribeRuleGroupResponse$
2498
- ];
2499
- var DescribeRuleGroupMetadata$ = [9, n0, _DRGM,
2500
- 0, () => DescribeRuleGroupMetadataRequest$, () => DescribeRuleGroupMetadataResponse$
2501
- ];
2502
- var DescribeRuleGroupSummary$ = [9, n0, _DRGS,
2503
- 0, () => DescribeRuleGroupSummaryRequest$, () => DescribeRuleGroupSummaryResponse$
2504
- ];
2505
- var DescribeTLSInspectionConfiguration$ = [9, n0, _DTLSICe,
2506
- 0, () => DescribeTLSInspectionConfigurationRequest$, () => DescribeTLSInspectionConfigurationResponse$
2507
- ];
2508
- var DescribeVpcEndpointAssociation$ = [9, n0, _DVEAe,
2509
- 0, () => DescribeVpcEndpointAssociationRequest$, () => DescribeVpcEndpointAssociationResponse$
2510
- ];
2511
- var DetachRuleGroupsFromProxyConfiguration$ = [9, n0, _DRGFPC,
2512
- 0, () => DetachRuleGroupsFromProxyConfigurationRequest$, () => DetachRuleGroupsFromProxyConfigurationResponse$
2513
- ];
2514
- var DisassociateAvailabilityZones$ = [9, n0, _DAZ,
2515
- 0, () => DisassociateAvailabilityZonesRequest$, () => DisassociateAvailabilityZonesResponse$
2516
- ];
2517
- var DisassociateSubnets$ = [9, n0, _DS,
2518
- 0, () => DisassociateSubnetsRequest$, () => DisassociateSubnetsResponse$
2519
- ];
2520
- var GetAnalysisReportResults$ = [9, n0, _GARR,
2521
- 0, () => GetAnalysisReportResultsRequest$, () => GetAnalysisReportResultsResponse$
2522
- ];
2523
- var ListAnalysisReports$ = [9, n0, _LAR,
2524
- 0, () => ListAnalysisReportsRequest$, () => ListAnalysisReportsResponse$
2525
- ];
2526
- var ListFirewallPolicies$ = [9, n0, _LFP,
2527
- 0, () => ListFirewallPoliciesRequest$, () => ListFirewallPoliciesResponse$
2528
- ];
2529
- var ListFirewalls$ = [9, n0, _LF,
2530
- 0, () => ListFirewallsRequest$, () => ListFirewallsResponse$
2531
- ];
2532
- var ListFlowOperationResults$ = [9, n0, _LFORis,
2533
- 0, () => ListFlowOperationResultsRequest$, () => ListFlowOperationResultsResponse$
2534
- ];
2535
- var ListFlowOperations$ = [9, n0, _LFO,
2536
- 0, () => ListFlowOperationsRequest$, () => ListFlowOperationsResponse$
2537
- ];
2538
- var ListProxies$ = [9, n0, _LPis,
2539
- 0, () => ListProxiesRequest$, () => ListProxiesResponse$
2540
- ];
2541
- var ListProxyConfigurations$ = [9, n0, _LPC,
2542
- 0, () => ListProxyConfigurationsRequest$, () => ListProxyConfigurationsResponse$
2543
- ];
2544
- var ListProxyRuleGroups$ = [9, n0, _LPRG,
2545
- 0, () => ListProxyRuleGroupsRequest$, () => ListProxyRuleGroupsResponse$
2546
- ];
2547
- var ListRuleGroups$ = [9, n0, _LRG,
2548
- 0, () => ListRuleGroupsRequest$, () => ListRuleGroupsResponse$
2549
- ];
2550
- var ListTagsForResource$ = [9, n0, _LTFR,
2551
- 0, () => ListTagsForResourceRequest$, () => ListTagsForResourceResponse$
2552
- ];
2553
- var ListTLSInspectionConfigurations$ = [9, n0, _LTLSIC,
2554
- 0, () => ListTLSInspectionConfigurationsRequest$, () => ListTLSInspectionConfigurationsResponse$
2555
- ];
2556
- var ListVpcEndpointAssociations$ = [9, n0, _LVEA,
2557
- 0, () => ListVpcEndpointAssociationsRequest$, () => ListVpcEndpointAssociationsResponse$
2558
- ];
2559
- var PutResourcePolicy$ = [9, n0, _PRPu,
2560
- 0, () => PutResourcePolicyRequest$, () => PutResourcePolicyResponse$
2561
- ];
2562
- var RejectNetworkFirewallTransitGatewayAttachment$ = [9, n0, _RNFTGA,
2563
- 0, () => RejectNetworkFirewallTransitGatewayAttachmentRequest$, () => RejectNetworkFirewallTransitGatewayAttachmentResponse$
2564
- ];
2565
- var StartAnalysisReport$ = [9, n0, _SAR,
2566
- 0, () => StartAnalysisReportRequest$, () => StartAnalysisReportResponse$
2567
- ];
2568
- var StartFlowCapture$ = [9, n0, _SFC,
2569
- 0, () => StartFlowCaptureRequest$, () => StartFlowCaptureResponse$
2570
- ];
2571
- var StartFlowFlush$ = [9, n0, _SFF,
2572
- 0, () => StartFlowFlushRequest$, () => StartFlowFlushResponse$
2573
- ];
2574
- var TagResource$ = [9, n0, _TR,
2575
- 0, () => TagResourceRequest$, () => TagResourceResponse$
2576
- ];
2577
- var UntagResource$ = [9, n0, _UR,
2578
- 0, () => UntagResourceRequest$, () => UntagResourceResponse$
2579
- ];
2580
- var UpdateAvailabilityZoneChangeProtection$ = [9, n0, _UAZCP,
2581
- 0, () => UpdateAvailabilityZoneChangeProtectionRequest$, () => UpdateAvailabilityZoneChangeProtectionResponse$
2582
- ];
2583
- var UpdateFirewallAnalysisSettings$ = [9, n0, _UFAS,
2584
- 0, () => UpdateFirewallAnalysisSettingsRequest$, () => UpdateFirewallAnalysisSettingsResponse$
2585
- ];
2586
- var UpdateFirewallDeleteProtection$ = [9, n0, _UFDP,
2587
- 0, () => UpdateFirewallDeleteProtectionRequest$, () => UpdateFirewallDeleteProtectionResponse$
2588
- ];
2589
- var UpdateFirewallDescription$ = [9, n0, _UFD,
2590
- 0, () => UpdateFirewallDescriptionRequest$, () => UpdateFirewallDescriptionResponse$
2591
- ];
2592
- var UpdateFirewallEncryptionConfiguration$ = [9, n0, _UFEC,
2593
- 0, () => UpdateFirewallEncryptionConfigurationRequest$, () => UpdateFirewallEncryptionConfigurationResponse$
2594
- ];
2595
- var UpdateFirewallPolicy$ = [9, n0, _UFP,
2596
- 0, () => UpdateFirewallPolicyRequest$, () => UpdateFirewallPolicyResponse$
2597
- ];
2598
- var UpdateFirewallPolicyChangeProtection$ = [9, n0, _UFPCP,
2599
- 0, () => UpdateFirewallPolicyChangeProtectionRequest$, () => UpdateFirewallPolicyChangeProtectionResponse$
2600
- ];
2601
- var UpdateLoggingConfiguration$ = [9, n0, _ULC,
2602
- 0, () => UpdateLoggingConfigurationRequest$, () => UpdateLoggingConfigurationResponse$
2603
- ];
2604
- var UpdateProxy$ = [9, n0, _UP,
2605
- 0, () => UpdateProxyRequest$, () => UpdateProxyResponse$
2606
- ];
2607
- var UpdateProxyConfiguration$ = [9, n0, _UPC,
2608
- 0, () => UpdateProxyConfigurationRequest$, () => UpdateProxyConfigurationResponse$
2609
- ];
2610
- var UpdateProxyRule$ = [9, n0, _UPRpd,
2611
- 0, () => UpdateProxyRuleRequest$, () => UpdateProxyRuleResponse$
2612
- ];
2613
- var UpdateProxyRuleGroupPriorities$ = [9, n0, _UPRGP,
2614
- 0, () => UpdateProxyRuleGroupPrioritiesRequest$, () => UpdateProxyRuleGroupPrioritiesResponse$
2615
- ];
2616
- var UpdateProxyRulePriorities$ = [9, n0, _UPRP,
2617
- 0, () => UpdateProxyRulePrioritiesRequest$, () => UpdateProxyRulePrioritiesResponse$
2618
- ];
2619
- var UpdateRuleGroup$ = [9, n0, _URG,
2620
- 0, () => UpdateRuleGroupRequest$, () => UpdateRuleGroupResponse$
2621
- ];
2622
- var UpdateSubnetChangeProtection$ = [9, n0, _USCP,
2623
- 0, () => UpdateSubnetChangeProtectionRequest$, () => UpdateSubnetChangeProtectionResponse$
2624
- ];
2625
- var UpdateTLSInspectionConfiguration$ = [9, n0, _UTLSIC,
2626
- 0, () => UpdateTLSInspectionConfigurationRequest$, () => UpdateTLSInspectionConfigurationResponse$
2627
- ];
2628
-
2629
116
  class AcceptNetworkFirewallTransitGatewayAttachmentCommand extends smithyClient.Command
2630
117
  .classBuilder()
2631
118
  .ep(commonParams)
@@ -2634,7 +121,7 @@ class AcceptNetworkFirewallTransitGatewayAttachmentCommand extends smithyClient.
2634
121
  })
2635
122
  .s("NetworkFirewall_20201112", "AcceptNetworkFirewallTransitGatewayAttachment", {})
2636
123
  .n("NetworkFirewallClient", "AcceptNetworkFirewallTransitGatewayAttachmentCommand")
2637
- .sc(AcceptNetworkFirewallTransitGatewayAttachment$)
124
+ .sc(schemas_0.AcceptNetworkFirewallTransitGatewayAttachment$)
2638
125
  .build() {
2639
126
  }
2640
127
 
@@ -2646,7 +133,7 @@ class AssociateAvailabilityZonesCommand extends smithyClient.Command
2646
133
  })
2647
134
  .s("NetworkFirewall_20201112", "AssociateAvailabilityZones", {})
2648
135
  .n("NetworkFirewallClient", "AssociateAvailabilityZonesCommand")
2649
- .sc(AssociateAvailabilityZones$)
136
+ .sc(schemas_0.AssociateAvailabilityZones$)
2650
137
  .build() {
2651
138
  }
2652
139
 
@@ -2658,7 +145,7 @@ class AssociateFirewallPolicyCommand extends smithyClient.Command
2658
145
  })
2659
146
  .s("NetworkFirewall_20201112", "AssociateFirewallPolicy", {})
2660
147
  .n("NetworkFirewallClient", "AssociateFirewallPolicyCommand")
2661
- .sc(AssociateFirewallPolicy$)
148
+ .sc(schemas_0.AssociateFirewallPolicy$)
2662
149
  .build() {
2663
150
  }
2664
151
 
@@ -2670,7 +157,7 @@ class AssociateSubnetsCommand extends smithyClient.Command
2670
157
  })
2671
158
  .s("NetworkFirewall_20201112", "AssociateSubnets", {})
2672
159
  .n("NetworkFirewallClient", "AssociateSubnetsCommand")
2673
- .sc(AssociateSubnets$)
160
+ .sc(schemas_0.AssociateSubnets$)
2674
161
  .build() {
2675
162
  }
2676
163
 
@@ -2682,7 +169,7 @@ class AttachRuleGroupsToProxyConfigurationCommand extends smithyClient.Command
2682
169
  })
2683
170
  .s("NetworkFirewall_20201112", "AttachRuleGroupsToProxyConfiguration", {})
2684
171
  .n("NetworkFirewallClient", "AttachRuleGroupsToProxyConfigurationCommand")
2685
- .sc(AttachRuleGroupsToProxyConfiguration$)
172
+ .sc(schemas_0.AttachRuleGroupsToProxyConfiguration$)
2686
173
  .build() {
2687
174
  }
2688
175
 
@@ -2694,7 +181,7 @@ class CreateFirewallCommand extends smithyClient.Command
2694
181
  })
2695
182
  .s("NetworkFirewall_20201112", "CreateFirewall", {})
2696
183
  .n("NetworkFirewallClient", "CreateFirewallCommand")
2697
- .sc(CreateFirewall$)
184
+ .sc(schemas_0.CreateFirewall$)
2698
185
  .build() {
2699
186
  }
2700
187
 
@@ -2706,7 +193,7 @@ class CreateFirewallPolicyCommand extends smithyClient.Command
2706
193
  })
2707
194
  .s("NetworkFirewall_20201112", "CreateFirewallPolicy", {})
2708
195
  .n("NetworkFirewallClient", "CreateFirewallPolicyCommand")
2709
- .sc(CreateFirewallPolicy$)
196
+ .sc(schemas_0.CreateFirewallPolicy$)
2710
197
  .build() {
2711
198
  }
2712
199
 
@@ -2718,7 +205,7 @@ class CreateProxyCommand extends smithyClient.Command
2718
205
  })
2719
206
  .s("NetworkFirewall_20201112", "CreateProxy", {})
2720
207
  .n("NetworkFirewallClient", "CreateProxyCommand")
2721
- .sc(CreateProxy$)
208
+ .sc(schemas_0.CreateProxy$)
2722
209
  .build() {
2723
210
  }
2724
211
 
@@ -2730,7 +217,7 @@ class CreateProxyConfigurationCommand extends smithyClient.Command
2730
217
  })
2731
218
  .s("NetworkFirewall_20201112", "CreateProxyConfiguration", {})
2732
219
  .n("NetworkFirewallClient", "CreateProxyConfigurationCommand")
2733
- .sc(CreateProxyConfiguration$)
220
+ .sc(schemas_0.CreateProxyConfiguration$)
2734
221
  .build() {
2735
222
  }
2736
223
 
@@ -2742,7 +229,7 @@ class CreateProxyRuleGroupCommand extends smithyClient.Command
2742
229
  })
2743
230
  .s("NetworkFirewall_20201112", "CreateProxyRuleGroup", {})
2744
231
  .n("NetworkFirewallClient", "CreateProxyRuleGroupCommand")
2745
- .sc(CreateProxyRuleGroup$)
232
+ .sc(schemas_0.CreateProxyRuleGroup$)
2746
233
  .build() {
2747
234
  }
2748
235
 
@@ -2754,7 +241,7 @@ class CreateProxyRulesCommand extends smithyClient.Command
2754
241
  })
2755
242
  .s("NetworkFirewall_20201112", "CreateProxyRules", {})
2756
243
  .n("NetworkFirewallClient", "CreateProxyRulesCommand")
2757
- .sc(CreateProxyRules$)
244
+ .sc(schemas_0.CreateProxyRules$)
2758
245
  .build() {
2759
246
  }
2760
247
 
@@ -2766,7 +253,7 @@ class CreateRuleGroupCommand extends smithyClient.Command
2766
253
  })
2767
254
  .s("NetworkFirewall_20201112", "CreateRuleGroup", {})
2768
255
  .n("NetworkFirewallClient", "CreateRuleGroupCommand")
2769
- .sc(CreateRuleGroup$)
256
+ .sc(schemas_0.CreateRuleGroup$)
2770
257
  .build() {
2771
258
  }
2772
259
 
@@ -2778,7 +265,7 @@ class CreateTLSInspectionConfigurationCommand extends smithyClient.Command
2778
265
  })
2779
266
  .s("NetworkFirewall_20201112", "CreateTLSInspectionConfiguration", {})
2780
267
  .n("NetworkFirewallClient", "CreateTLSInspectionConfigurationCommand")
2781
- .sc(CreateTLSInspectionConfiguration$)
268
+ .sc(schemas_0.CreateTLSInspectionConfiguration$)
2782
269
  .build() {
2783
270
  }
2784
271
 
@@ -2790,7 +277,7 @@ class CreateVpcEndpointAssociationCommand extends smithyClient.Command
2790
277
  })
2791
278
  .s("NetworkFirewall_20201112", "CreateVpcEndpointAssociation", {})
2792
279
  .n("NetworkFirewallClient", "CreateVpcEndpointAssociationCommand")
2793
- .sc(CreateVpcEndpointAssociation$)
280
+ .sc(schemas_0.CreateVpcEndpointAssociation$)
2794
281
  .build() {
2795
282
  }
2796
283
 
@@ -2802,7 +289,7 @@ class DeleteFirewallCommand extends smithyClient.Command
2802
289
  })
2803
290
  .s("NetworkFirewall_20201112", "DeleteFirewall", {})
2804
291
  .n("NetworkFirewallClient", "DeleteFirewallCommand")
2805
- .sc(DeleteFirewall$)
292
+ .sc(schemas_0.DeleteFirewall$)
2806
293
  .build() {
2807
294
  }
2808
295
 
@@ -2814,7 +301,7 @@ class DeleteFirewallPolicyCommand extends smithyClient.Command
2814
301
  })
2815
302
  .s("NetworkFirewall_20201112", "DeleteFirewallPolicy", {})
2816
303
  .n("NetworkFirewallClient", "DeleteFirewallPolicyCommand")
2817
- .sc(DeleteFirewallPolicy$)
304
+ .sc(schemas_0.DeleteFirewallPolicy$)
2818
305
  .build() {
2819
306
  }
2820
307
 
@@ -2826,7 +313,7 @@ class DeleteNetworkFirewallTransitGatewayAttachmentCommand extends smithyClient.
2826
313
  })
2827
314
  .s("NetworkFirewall_20201112", "DeleteNetworkFirewallTransitGatewayAttachment", {})
2828
315
  .n("NetworkFirewallClient", "DeleteNetworkFirewallTransitGatewayAttachmentCommand")
2829
- .sc(DeleteNetworkFirewallTransitGatewayAttachment$)
316
+ .sc(schemas_0.DeleteNetworkFirewallTransitGatewayAttachment$)
2830
317
  .build() {
2831
318
  }
2832
319
 
@@ -2838,7 +325,7 @@ class DeleteProxyCommand extends smithyClient.Command
2838
325
  })
2839
326
  .s("NetworkFirewall_20201112", "DeleteProxy", {})
2840
327
  .n("NetworkFirewallClient", "DeleteProxyCommand")
2841
- .sc(DeleteProxy$)
328
+ .sc(schemas_0.DeleteProxy$)
2842
329
  .build() {
2843
330
  }
2844
331
 
@@ -2850,7 +337,7 @@ class DeleteProxyConfigurationCommand extends smithyClient.Command
2850
337
  })
2851
338
  .s("NetworkFirewall_20201112", "DeleteProxyConfiguration", {})
2852
339
  .n("NetworkFirewallClient", "DeleteProxyConfigurationCommand")
2853
- .sc(DeleteProxyConfiguration$)
340
+ .sc(schemas_0.DeleteProxyConfiguration$)
2854
341
  .build() {
2855
342
  }
2856
343
 
@@ -2862,7 +349,7 @@ class DeleteProxyRuleGroupCommand extends smithyClient.Command
2862
349
  })
2863
350
  .s("NetworkFirewall_20201112", "DeleteProxyRuleGroup", {})
2864
351
  .n("NetworkFirewallClient", "DeleteProxyRuleGroupCommand")
2865
- .sc(DeleteProxyRuleGroup$)
352
+ .sc(schemas_0.DeleteProxyRuleGroup$)
2866
353
  .build() {
2867
354
  }
2868
355
 
@@ -2874,7 +361,7 @@ class DeleteProxyRulesCommand extends smithyClient.Command
2874
361
  })
2875
362
  .s("NetworkFirewall_20201112", "DeleteProxyRules", {})
2876
363
  .n("NetworkFirewallClient", "DeleteProxyRulesCommand")
2877
- .sc(DeleteProxyRules$)
364
+ .sc(schemas_0.DeleteProxyRules$)
2878
365
  .build() {
2879
366
  }
2880
367
 
@@ -2886,7 +373,7 @@ class DeleteResourcePolicyCommand extends smithyClient.Command
2886
373
  })
2887
374
  .s("NetworkFirewall_20201112", "DeleteResourcePolicy", {})
2888
375
  .n("NetworkFirewallClient", "DeleteResourcePolicyCommand")
2889
- .sc(DeleteResourcePolicy$)
376
+ .sc(schemas_0.DeleteResourcePolicy$)
2890
377
  .build() {
2891
378
  }
2892
379
 
@@ -2898,7 +385,7 @@ class DeleteRuleGroupCommand extends smithyClient.Command
2898
385
  })
2899
386
  .s("NetworkFirewall_20201112", "DeleteRuleGroup", {})
2900
387
  .n("NetworkFirewallClient", "DeleteRuleGroupCommand")
2901
- .sc(DeleteRuleGroup$)
388
+ .sc(schemas_0.DeleteRuleGroup$)
2902
389
  .build() {
2903
390
  }
2904
391
 
@@ -2910,7 +397,7 @@ class DeleteTLSInspectionConfigurationCommand extends smithyClient.Command
2910
397
  })
2911
398
  .s("NetworkFirewall_20201112", "DeleteTLSInspectionConfiguration", {})
2912
399
  .n("NetworkFirewallClient", "DeleteTLSInspectionConfigurationCommand")
2913
- .sc(DeleteTLSInspectionConfiguration$)
400
+ .sc(schemas_0.DeleteTLSInspectionConfiguration$)
2914
401
  .build() {
2915
402
  }
2916
403
 
@@ -2922,7 +409,7 @@ class DeleteVpcEndpointAssociationCommand extends smithyClient.Command
2922
409
  })
2923
410
  .s("NetworkFirewall_20201112", "DeleteVpcEndpointAssociation", {})
2924
411
  .n("NetworkFirewallClient", "DeleteVpcEndpointAssociationCommand")
2925
- .sc(DeleteVpcEndpointAssociation$)
412
+ .sc(schemas_0.DeleteVpcEndpointAssociation$)
2926
413
  .build() {
2927
414
  }
2928
415
 
@@ -2934,7 +421,7 @@ class DescribeFirewallCommand extends smithyClient.Command
2934
421
  })
2935
422
  .s("NetworkFirewall_20201112", "DescribeFirewall", {})
2936
423
  .n("NetworkFirewallClient", "DescribeFirewallCommand")
2937
- .sc(DescribeFirewall$)
424
+ .sc(schemas_0.DescribeFirewall$)
2938
425
  .build() {
2939
426
  }
2940
427
 
@@ -2946,7 +433,7 @@ class DescribeFirewallMetadataCommand extends smithyClient.Command
2946
433
  })
2947
434
  .s("NetworkFirewall_20201112", "DescribeFirewallMetadata", {})
2948
435
  .n("NetworkFirewallClient", "DescribeFirewallMetadataCommand")
2949
- .sc(DescribeFirewallMetadata$)
436
+ .sc(schemas_0.DescribeFirewallMetadata$)
2950
437
  .build() {
2951
438
  }
2952
439
 
@@ -2958,7 +445,7 @@ class DescribeFirewallPolicyCommand extends smithyClient.Command
2958
445
  })
2959
446
  .s("NetworkFirewall_20201112", "DescribeFirewallPolicy", {})
2960
447
  .n("NetworkFirewallClient", "DescribeFirewallPolicyCommand")
2961
- .sc(DescribeFirewallPolicy$)
448
+ .sc(schemas_0.DescribeFirewallPolicy$)
2962
449
  .build() {
2963
450
  }
2964
451
 
@@ -2970,7 +457,7 @@ class DescribeFlowOperationCommand extends smithyClient.Command
2970
457
  })
2971
458
  .s("NetworkFirewall_20201112", "DescribeFlowOperation", {})
2972
459
  .n("NetworkFirewallClient", "DescribeFlowOperationCommand")
2973
- .sc(DescribeFlowOperation$)
460
+ .sc(schemas_0.DescribeFlowOperation$)
2974
461
  .build() {
2975
462
  }
2976
463
 
@@ -2982,7 +469,7 @@ class DescribeLoggingConfigurationCommand extends smithyClient.Command
2982
469
  })
2983
470
  .s("NetworkFirewall_20201112", "DescribeLoggingConfiguration", {})
2984
471
  .n("NetworkFirewallClient", "DescribeLoggingConfigurationCommand")
2985
- .sc(DescribeLoggingConfiguration$)
472
+ .sc(schemas_0.DescribeLoggingConfiguration$)
2986
473
  .build() {
2987
474
  }
2988
475
 
@@ -2994,7 +481,7 @@ class DescribeProxyCommand extends smithyClient.Command
2994
481
  })
2995
482
  .s("NetworkFirewall_20201112", "DescribeProxy", {})
2996
483
  .n("NetworkFirewallClient", "DescribeProxyCommand")
2997
- .sc(DescribeProxy$)
484
+ .sc(schemas_0.DescribeProxy$)
2998
485
  .build() {
2999
486
  }
3000
487
 
@@ -3006,7 +493,7 @@ class DescribeProxyConfigurationCommand extends smithyClient.Command
3006
493
  })
3007
494
  .s("NetworkFirewall_20201112", "DescribeProxyConfiguration", {})
3008
495
  .n("NetworkFirewallClient", "DescribeProxyConfigurationCommand")
3009
- .sc(DescribeProxyConfiguration$)
496
+ .sc(schemas_0.DescribeProxyConfiguration$)
3010
497
  .build() {
3011
498
  }
3012
499
 
@@ -3018,7 +505,7 @@ class DescribeProxyRuleCommand extends smithyClient.Command
3018
505
  })
3019
506
  .s("NetworkFirewall_20201112", "DescribeProxyRule", {})
3020
507
  .n("NetworkFirewallClient", "DescribeProxyRuleCommand")
3021
- .sc(DescribeProxyRule$)
508
+ .sc(schemas_0.DescribeProxyRule$)
3022
509
  .build() {
3023
510
  }
3024
511
 
@@ -3030,7 +517,7 @@ class DescribeProxyRuleGroupCommand extends smithyClient.Command
3030
517
  })
3031
518
  .s("NetworkFirewall_20201112", "DescribeProxyRuleGroup", {})
3032
519
  .n("NetworkFirewallClient", "DescribeProxyRuleGroupCommand")
3033
- .sc(DescribeProxyRuleGroup$)
520
+ .sc(schemas_0.DescribeProxyRuleGroup$)
3034
521
  .build() {
3035
522
  }
3036
523
 
@@ -3042,7 +529,7 @@ class DescribeResourcePolicyCommand extends smithyClient.Command
3042
529
  })
3043
530
  .s("NetworkFirewall_20201112", "DescribeResourcePolicy", {})
3044
531
  .n("NetworkFirewallClient", "DescribeResourcePolicyCommand")
3045
- .sc(DescribeResourcePolicy$)
532
+ .sc(schemas_0.DescribeResourcePolicy$)
3046
533
  .build() {
3047
534
  }
3048
535
 
@@ -3054,7 +541,7 @@ class DescribeRuleGroupCommand extends smithyClient.Command
3054
541
  })
3055
542
  .s("NetworkFirewall_20201112", "DescribeRuleGroup", {})
3056
543
  .n("NetworkFirewallClient", "DescribeRuleGroupCommand")
3057
- .sc(DescribeRuleGroup$)
544
+ .sc(schemas_0.DescribeRuleGroup$)
3058
545
  .build() {
3059
546
  }
3060
547
 
@@ -3066,7 +553,7 @@ class DescribeRuleGroupMetadataCommand extends smithyClient.Command
3066
553
  })
3067
554
  .s("NetworkFirewall_20201112", "DescribeRuleGroupMetadata", {})
3068
555
  .n("NetworkFirewallClient", "DescribeRuleGroupMetadataCommand")
3069
- .sc(DescribeRuleGroupMetadata$)
556
+ .sc(schemas_0.DescribeRuleGroupMetadata$)
3070
557
  .build() {
3071
558
  }
3072
559
 
@@ -3078,7 +565,7 @@ class DescribeRuleGroupSummaryCommand extends smithyClient.Command
3078
565
  })
3079
566
  .s("NetworkFirewall_20201112", "DescribeRuleGroupSummary", {})
3080
567
  .n("NetworkFirewallClient", "DescribeRuleGroupSummaryCommand")
3081
- .sc(DescribeRuleGroupSummary$)
568
+ .sc(schemas_0.DescribeRuleGroupSummary$)
3082
569
  .build() {
3083
570
  }
3084
571
 
@@ -3090,7 +577,7 @@ class DescribeTLSInspectionConfigurationCommand extends smithyClient.Command
3090
577
  })
3091
578
  .s("NetworkFirewall_20201112", "DescribeTLSInspectionConfiguration", {})
3092
579
  .n("NetworkFirewallClient", "DescribeTLSInspectionConfigurationCommand")
3093
- .sc(DescribeTLSInspectionConfiguration$)
580
+ .sc(schemas_0.DescribeTLSInspectionConfiguration$)
3094
581
  .build() {
3095
582
  }
3096
583
 
@@ -3102,7 +589,7 @@ class DescribeVpcEndpointAssociationCommand extends smithyClient.Command
3102
589
  })
3103
590
  .s("NetworkFirewall_20201112", "DescribeVpcEndpointAssociation", {})
3104
591
  .n("NetworkFirewallClient", "DescribeVpcEndpointAssociationCommand")
3105
- .sc(DescribeVpcEndpointAssociation$)
592
+ .sc(schemas_0.DescribeVpcEndpointAssociation$)
3106
593
  .build() {
3107
594
  }
3108
595
 
@@ -3114,7 +601,7 @@ class DetachRuleGroupsFromProxyConfigurationCommand extends smithyClient.Command
3114
601
  })
3115
602
  .s("NetworkFirewall_20201112", "DetachRuleGroupsFromProxyConfiguration", {})
3116
603
  .n("NetworkFirewallClient", "DetachRuleGroupsFromProxyConfigurationCommand")
3117
- .sc(DetachRuleGroupsFromProxyConfiguration$)
604
+ .sc(schemas_0.DetachRuleGroupsFromProxyConfiguration$)
3118
605
  .build() {
3119
606
  }
3120
607
 
@@ -3126,7 +613,7 @@ class DisassociateAvailabilityZonesCommand extends smithyClient.Command
3126
613
  })
3127
614
  .s("NetworkFirewall_20201112", "DisassociateAvailabilityZones", {})
3128
615
  .n("NetworkFirewallClient", "DisassociateAvailabilityZonesCommand")
3129
- .sc(DisassociateAvailabilityZones$)
616
+ .sc(schemas_0.DisassociateAvailabilityZones$)
3130
617
  .build() {
3131
618
  }
3132
619
 
@@ -3138,7 +625,7 @@ class DisassociateSubnetsCommand extends smithyClient.Command
3138
625
  })
3139
626
  .s("NetworkFirewall_20201112", "DisassociateSubnets", {})
3140
627
  .n("NetworkFirewallClient", "DisassociateSubnetsCommand")
3141
- .sc(DisassociateSubnets$)
628
+ .sc(schemas_0.DisassociateSubnets$)
3142
629
  .build() {
3143
630
  }
3144
631
 
@@ -3150,7 +637,7 @@ class GetAnalysisReportResultsCommand extends smithyClient.Command
3150
637
  })
3151
638
  .s("NetworkFirewall_20201112", "GetAnalysisReportResults", {})
3152
639
  .n("NetworkFirewallClient", "GetAnalysisReportResultsCommand")
3153
- .sc(GetAnalysisReportResults$)
640
+ .sc(schemas_0.GetAnalysisReportResults$)
3154
641
  .build() {
3155
642
  }
3156
643
 
@@ -3162,7 +649,7 @@ class ListAnalysisReportsCommand extends smithyClient.Command
3162
649
  })
3163
650
  .s("NetworkFirewall_20201112", "ListAnalysisReports", {})
3164
651
  .n("NetworkFirewallClient", "ListAnalysisReportsCommand")
3165
- .sc(ListAnalysisReports$)
652
+ .sc(schemas_0.ListAnalysisReports$)
3166
653
  .build() {
3167
654
  }
3168
655
 
@@ -3174,7 +661,7 @@ class ListFirewallPoliciesCommand extends smithyClient.Command
3174
661
  })
3175
662
  .s("NetworkFirewall_20201112", "ListFirewallPolicies", {})
3176
663
  .n("NetworkFirewallClient", "ListFirewallPoliciesCommand")
3177
- .sc(ListFirewallPolicies$)
664
+ .sc(schemas_0.ListFirewallPolicies$)
3178
665
  .build() {
3179
666
  }
3180
667
 
@@ -3186,7 +673,7 @@ class ListFirewallsCommand extends smithyClient.Command
3186
673
  })
3187
674
  .s("NetworkFirewall_20201112", "ListFirewalls", {})
3188
675
  .n("NetworkFirewallClient", "ListFirewallsCommand")
3189
- .sc(ListFirewalls$)
676
+ .sc(schemas_0.ListFirewalls$)
3190
677
  .build() {
3191
678
  }
3192
679
 
@@ -3198,7 +685,7 @@ class ListFlowOperationResultsCommand extends smithyClient.Command
3198
685
  })
3199
686
  .s("NetworkFirewall_20201112", "ListFlowOperationResults", {})
3200
687
  .n("NetworkFirewallClient", "ListFlowOperationResultsCommand")
3201
- .sc(ListFlowOperationResults$)
688
+ .sc(schemas_0.ListFlowOperationResults$)
3202
689
  .build() {
3203
690
  }
3204
691
 
@@ -3210,7 +697,7 @@ class ListFlowOperationsCommand extends smithyClient.Command
3210
697
  })
3211
698
  .s("NetworkFirewall_20201112", "ListFlowOperations", {})
3212
699
  .n("NetworkFirewallClient", "ListFlowOperationsCommand")
3213
- .sc(ListFlowOperations$)
700
+ .sc(schemas_0.ListFlowOperations$)
3214
701
  .build() {
3215
702
  }
3216
703
 
@@ -3222,7 +709,7 @@ class ListProxiesCommand extends smithyClient.Command
3222
709
  })
3223
710
  .s("NetworkFirewall_20201112", "ListProxies", {})
3224
711
  .n("NetworkFirewallClient", "ListProxiesCommand")
3225
- .sc(ListProxies$)
712
+ .sc(schemas_0.ListProxies$)
3226
713
  .build() {
3227
714
  }
3228
715
 
@@ -3234,7 +721,7 @@ class ListProxyConfigurationsCommand extends smithyClient.Command
3234
721
  })
3235
722
  .s("NetworkFirewall_20201112", "ListProxyConfigurations", {})
3236
723
  .n("NetworkFirewallClient", "ListProxyConfigurationsCommand")
3237
- .sc(ListProxyConfigurations$)
724
+ .sc(schemas_0.ListProxyConfigurations$)
3238
725
  .build() {
3239
726
  }
3240
727
 
@@ -3246,7 +733,7 @@ class ListProxyRuleGroupsCommand extends smithyClient.Command
3246
733
  })
3247
734
  .s("NetworkFirewall_20201112", "ListProxyRuleGroups", {})
3248
735
  .n("NetworkFirewallClient", "ListProxyRuleGroupsCommand")
3249
- .sc(ListProxyRuleGroups$)
736
+ .sc(schemas_0.ListProxyRuleGroups$)
3250
737
  .build() {
3251
738
  }
3252
739
 
@@ -3258,7 +745,7 @@ class ListRuleGroupsCommand extends smithyClient.Command
3258
745
  })
3259
746
  .s("NetworkFirewall_20201112", "ListRuleGroups", {})
3260
747
  .n("NetworkFirewallClient", "ListRuleGroupsCommand")
3261
- .sc(ListRuleGroups$)
748
+ .sc(schemas_0.ListRuleGroups$)
3262
749
  .build() {
3263
750
  }
3264
751
 
@@ -3270,7 +757,7 @@ class ListTagsForResourceCommand extends smithyClient.Command
3270
757
  })
3271
758
  .s("NetworkFirewall_20201112", "ListTagsForResource", {})
3272
759
  .n("NetworkFirewallClient", "ListTagsForResourceCommand")
3273
- .sc(ListTagsForResource$)
760
+ .sc(schemas_0.ListTagsForResource$)
3274
761
  .build() {
3275
762
  }
3276
763
 
@@ -3282,7 +769,7 @@ class ListTLSInspectionConfigurationsCommand extends smithyClient.Command
3282
769
  })
3283
770
  .s("NetworkFirewall_20201112", "ListTLSInspectionConfigurations", {})
3284
771
  .n("NetworkFirewallClient", "ListTLSInspectionConfigurationsCommand")
3285
- .sc(ListTLSInspectionConfigurations$)
772
+ .sc(schemas_0.ListTLSInspectionConfigurations$)
3286
773
  .build() {
3287
774
  }
3288
775
 
@@ -3294,7 +781,7 @@ class ListVpcEndpointAssociationsCommand extends smithyClient.Command
3294
781
  })
3295
782
  .s("NetworkFirewall_20201112", "ListVpcEndpointAssociations", {})
3296
783
  .n("NetworkFirewallClient", "ListVpcEndpointAssociationsCommand")
3297
- .sc(ListVpcEndpointAssociations$)
784
+ .sc(schemas_0.ListVpcEndpointAssociations$)
3298
785
  .build() {
3299
786
  }
3300
787
 
@@ -3306,7 +793,7 @@ class PutResourcePolicyCommand extends smithyClient.Command
3306
793
  })
3307
794
  .s("NetworkFirewall_20201112", "PutResourcePolicy", {})
3308
795
  .n("NetworkFirewallClient", "PutResourcePolicyCommand")
3309
- .sc(PutResourcePolicy$)
796
+ .sc(schemas_0.PutResourcePolicy$)
3310
797
  .build() {
3311
798
  }
3312
799
 
@@ -3318,7 +805,7 @@ class RejectNetworkFirewallTransitGatewayAttachmentCommand extends smithyClient.
3318
805
  })
3319
806
  .s("NetworkFirewall_20201112", "RejectNetworkFirewallTransitGatewayAttachment", {})
3320
807
  .n("NetworkFirewallClient", "RejectNetworkFirewallTransitGatewayAttachmentCommand")
3321
- .sc(RejectNetworkFirewallTransitGatewayAttachment$)
808
+ .sc(schemas_0.RejectNetworkFirewallTransitGatewayAttachment$)
3322
809
  .build() {
3323
810
  }
3324
811
 
@@ -3330,7 +817,7 @@ class StartAnalysisReportCommand extends smithyClient.Command
3330
817
  })
3331
818
  .s("NetworkFirewall_20201112", "StartAnalysisReport", {})
3332
819
  .n("NetworkFirewallClient", "StartAnalysisReportCommand")
3333
- .sc(StartAnalysisReport$)
820
+ .sc(schemas_0.StartAnalysisReport$)
3334
821
  .build() {
3335
822
  }
3336
823
 
@@ -3342,7 +829,7 @@ class StartFlowCaptureCommand extends smithyClient.Command
3342
829
  })
3343
830
  .s("NetworkFirewall_20201112", "StartFlowCapture", {})
3344
831
  .n("NetworkFirewallClient", "StartFlowCaptureCommand")
3345
- .sc(StartFlowCapture$)
832
+ .sc(schemas_0.StartFlowCapture$)
3346
833
  .build() {
3347
834
  }
3348
835
 
@@ -3354,7 +841,7 @@ class StartFlowFlushCommand extends smithyClient.Command
3354
841
  })
3355
842
  .s("NetworkFirewall_20201112", "StartFlowFlush", {})
3356
843
  .n("NetworkFirewallClient", "StartFlowFlushCommand")
3357
- .sc(StartFlowFlush$)
844
+ .sc(schemas_0.StartFlowFlush$)
3358
845
  .build() {
3359
846
  }
3360
847
 
@@ -3366,7 +853,7 @@ class TagResourceCommand extends smithyClient.Command
3366
853
  })
3367
854
  .s("NetworkFirewall_20201112", "TagResource", {})
3368
855
  .n("NetworkFirewallClient", "TagResourceCommand")
3369
- .sc(TagResource$)
856
+ .sc(schemas_0.TagResource$)
3370
857
  .build() {
3371
858
  }
3372
859
 
@@ -3378,7 +865,7 @@ class UntagResourceCommand extends smithyClient.Command
3378
865
  })
3379
866
  .s("NetworkFirewall_20201112", "UntagResource", {})
3380
867
  .n("NetworkFirewallClient", "UntagResourceCommand")
3381
- .sc(UntagResource$)
868
+ .sc(schemas_0.UntagResource$)
3382
869
  .build() {
3383
870
  }
3384
871
 
@@ -3390,7 +877,7 @@ class UpdateAvailabilityZoneChangeProtectionCommand extends smithyClient.Command
3390
877
  })
3391
878
  .s("NetworkFirewall_20201112", "UpdateAvailabilityZoneChangeProtection", {})
3392
879
  .n("NetworkFirewallClient", "UpdateAvailabilityZoneChangeProtectionCommand")
3393
- .sc(UpdateAvailabilityZoneChangeProtection$)
880
+ .sc(schemas_0.UpdateAvailabilityZoneChangeProtection$)
3394
881
  .build() {
3395
882
  }
3396
883
 
@@ -3402,7 +889,7 @@ class UpdateFirewallAnalysisSettingsCommand extends smithyClient.Command
3402
889
  })
3403
890
  .s("NetworkFirewall_20201112", "UpdateFirewallAnalysisSettings", {})
3404
891
  .n("NetworkFirewallClient", "UpdateFirewallAnalysisSettingsCommand")
3405
- .sc(UpdateFirewallAnalysisSettings$)
892
+ .sc(schemas_0.UpdateFirewallAnalysisSettings$)
3406
893
  .build() {
3407
894
  }
3408
895
 
@@ -3414,7 +901,7 @@ class UpdateFirewallDeleteProtectionCommand extends smithyClient.Command
3414
901
  })
3415
902
  .s("NetworkFirewall_20201112", "UpdateFirewallDeleteProtection", {})
3416
903
  .n("NetworkFirewallClient", "UpdateFirewallDeleteProtectionCommand")
3417
- .sc(UpdateFirewallDeleteProtection$)
904
+ .sc(schemas_0.UpdateFirewallDeleteProtection$)
3418
905
  .build() {
3419
906
  }
3420
907
 
@@ -3426,7 +913,7 @@ class UpdateFirewallDescriptionCommand extends smithyClient.Command
3426
913
  })
3427
914
  .s("NetworkFirewall_20201112", "UpdateFirewallDescription", {})
3428
915
  .n("NetworkFirewallClient", "UpdateFirewallDescriptionCommand")
3429
- .sc(UpdateFirewallDescription$)
916
+ .sc(schemas_0.UpdateFirewallDescription$)
3430
917
  .build() {
3431
918
  }
3432
919
 
@@ -3438,7 +925,7 @@ class UpdateFirewallEncryptionConfigurationCommand extends smithyClient.Command
3438
925
  })
3439
926
  .s("NetworkFirewall_20201112", "UpdateFirewallEncryptionConfiguration", {})
3440
927
  .n("NetworkFirewallClient", "UpdateFirewallEncryptionConfigurationCommand")
3441
- .sc(UpdateFirewallEncryptionConfiguration$)
928
+ .sc(schemas_0.UpdateFirewallEncryptionConfiguration$)
3442
929
  .build() {
3443
930
  }
3444
931
 
@@ -3450,7 +937,7 @@ class UpdateFirewallPolicyChangeProtectionCommand extends smithyClient.Command
3450
937
  })
3451
938
  .s("NetworkFirewall_20201112", "UpdateFirewallPolicyChangeProtection", {})
3452
939
  .n("NetworkFirewallClient", "UpdateFirewallPolicyChangeProtectionCommand")
3453
- .sc(UpdateFirewallPolicyChangeProtection$)
940
+ .sc(schemas_0.UpdateFirewallPolicyChangeProtection$)
3454
941
  .build() {
3455
942
  }
3456
943
 
@@ -3462,7 +949,7 @@ class UpdateFirewallPolicyCommand extends smithyClient.Command
3462
949
  })
3463
950
  .s("NetworkFirewall_20201112", "UpdateFirewallPolicy", {})
3464
951
  .n("NetworkFirewallClient", "UpdateFirewallPolicyCommand")
3465
- .sc(UpdateFirewallPolicy$)
952
+ .sc(schemas_0.UpdateFirewallPolicy$)
3466
953
  .build() {
3467
954
  }
3468
955
 
@@ -3474,7 +961,7 @@ class UpdateLoggingConfigurationCommand extends smithyClient.Command
3474
961
  })
3475
962
  .s("NetworkFirewall_20201112", "UpdateLoggingConfiguration", {})
3476
963
  .n("NetworkFirewallClient", "UpdateLoggingConfigurationCommand")
3477
- .sc(UpdateLoggingConfiguration$)
964
+ .sc(schemas_0.UpdateLoggingConfiguration$)
3478
965
  .build() {
3479
966
  }
3480
967
 
@@ -3486,7 +973,7 @@ class UpdateProxyCommand extends smithyClient.Command
3486
973
  })
3487
974
  .s("NetworkFirewall_20201112", "UpdateProxy", {})
3488
975
  .n("NetworkFirewallClient", "UpdateProxyCommand")
3489
- .sc(UpdateProxy$)
976
+ .sc(schemas_0.UpdateProxy$)
3490
977
  .build() {
3491
978
  }
3492
979
 
@@ -3498,7 +985,7 @@ class UpdateProxyConfigurationCommand extends smithyClient.Command
3498
985
  })
3499
986
  .s("NetworkFirewall_20201112", "UpdateProxyConfiguration", {})
3500
987
  .n("NetworkFirewallClient", "UpdateProxyConfigurationCommand")
3501
- .sc(UpdateProxyConfiguration$)
988
+ .sc(schemas_0.UpdateProxyConfiguration$)
3502
989
  .build() {
3503
990
  }
3504
991
 
@@ -3510,7 +997,7 @@ class UpdateProxyRuleCommand extends smithyClient.Command
3510
997
  })
3511
998
  .s("NetworkFirewall_20201112", "UpdateProxyRule", {})
3512
999
  .n("NetworkFirewallClient", "UpdateProxyRuleCommand")
3513
- .sc(UpdateProxyRule$)
1000
+ .sc(schemas_0.UpdateProxyRule$)
3514
1001
  .build() {
3515
1002
  }
3516
1003
 
@@ -3522,7 +1009,7 @@ class UpdateProxyRuleGroupPrioritiesCommand extends smithyClient.Command
3522
1009
  })
3523
1010
  .s("NetworkFirewall_20201112", "UpdateProxyRuleGroupPriorities", {})
3524
1011
  .n("NetworkFirewallClient", "UpdateProxyRuleGroupPrioritiesCommand")
3525
- .sc(UpdateProxyRuleGroupPriorities$)
1012
+ .sc(schemas_0.UpdateProxyRuleGroupPriorities$)
3526
1013
  .build() {
3527
1014
  }
3528
1015
 
@@ -3534,7 +1021,7 @@ class UpdateProxyRulePrioritiesCommand extends smithyClient.Command
3534
1021
  })
3535
1022
  .s("NetworkFirewall_20201112", "UpdateProxyRulePriorities", {})
3536
1023
  .n("NetworkFirewallClient", "UpdateProxyRulePrioritiesCommand")
3537
- .sc(UpdateProxyRulePriorities$)
1024
+ .sc(schemas_0.UpdateProxyRulePriorities$)
3538
1025
  .build() {
3539
1026
  }
3540
1027
 
@@ -3546,7 +1033,7 @@ class UpdateRuleGroupCommand extends smithyClient.Command
3546
1033
  })
3547
1034
  .s("NetworkFirewall_20201112", "UpdateRuleGroup", {})
3548
1035
  .n("NetworkFirewallClient", "UpdateRuleGroupCommand")
3549
- .sc(UpdateRuleGroup$)
1036
+ .sc(schemas_0.UpdateRuleGroup$)
3550
1037
  .build() {
3551
1038
  }
3552
1039
 
@@ -3558,7 +1045,7 @@ class UpdateSubnetChangeProtectionCommand extends smithyClient.Command
3558
1045
  })
3559
1046
  .s("NetworkFirewall_20201112", "UpdateSubnetChangeProtection", {})
3560
1047
  .n("NetworkFirewallClient", "UpdateSubnetChangeProtectionCommand")
3561
- .sc(UpdateSubnetChangeProtection$)
1048
+ .sc(schemas_0.UpdateSubnetChangeProtection$)
3562
1049
  .build() {
3563
1050
  }
3564
1051
 
@@ -3570,7 +1057,7 @@ class UpdateTLSInspectionConfigurationCommand extends smithyClient.Command
3570
1057
  })
3571
1058
  .s("NetworkFirewall_20201112", "UpdateTLSInspectionConfiguration", {})
3572
1059
  .n("NetworkFirewallClient", "UpdateTLSInspectionConfigurationCommand")
3573
- .sc(UpdateTLSInspectionConfiguration$)
1060
+ .sc(schemas_0.UpdateTLSInspectionConfiguration$)
3574
1061
  .build() {
3575
1062
  }
3576
1063
 
@@ -3911,483 +1398,126 @@ Object.defineProperty(exports, "__Client", {
3911
1398
  enumerable: true,
3912
1399
  get: function () { return smithyClient.Client; }
3913
1400
  });
3914
- exports.AZSyncState$ = AZSyncState$;
3915
- exports.AcceptNetworkFirewallTransitGatewayAttachment$ = AcceptNetworkFirewallTransitGatewayAttachment$;
1401
+ Object.defineProperty(exports, "NetworkFirewallServiceException", {
1402
+ enumerable: true,
1403
+ get: function () { return NetworkFirewallServiceException.NetworkFirewallServiceException; }
1404
+ });
3916
1405
  exports.AcceptNetworkFirewallTransitGatewayAttachmentCommand = AcceptNetworkFirewallTransitGatewayAttachmentCommand;
3917
- exports.AcceptNetworkFirewallTransitGatewayAttachmentRequest$ = AcceptNetworkFirewallTransitGatewayAttachmentRequest$;
3918
- exports.AcceptNetworkFirewallTransitGatewayAttachmentResponse$ = AcceptNetworkFirewallTransitGatewayAttachmentResponse$;
3919
- exports.ActionDefinition$ = ActionDefinition$;
3920
- exports.Address$ = Address$;
3921
- exports.AnalysisReport$ = AnalysisReport$;
3922
- exports.AnalysisResult$ = AnalysisResult$;
3923
- exports.AnalysisTypeReportResult$ = AnalysisTypeReportResult$;
3924
- exports.AssociateAvailabilityZones$ = AssociateAvailabilityZones$;
3925
1406
  exports.AssociateAvailabilityZonesCommand = AssociateAvailabilityZonesCommand;
3926
- exports.AssociateAvailabilityZonesRequest$ = AssociateAvailabilityZonesRequest$;
3927
- exports.AssociateAvailabilityZonesResponse$ = AssociateAvailabilityZonesResponse$;
3928
- exports.AssociateFirewallPolicy$ = AssociateFirewallPolicy$;
3929
1407
  exports.AssociateFirewallPolicyCommand = AssociateFirewallPolicyCommand;
3930
- exports.AssociateFirewallPolicyRequest$ = AssociateFirewallPolicyRequest$;
3931
- exports.AssociateFirewallPolicyResponse$ = AssociateFirewallPolicyResponse$;
3932
- exports.AssociateSubnets$ = AssociateSubnets$;
3933
1408
  exports.AssociateSubnetsCommand = AssociateSubnetsCommand;
3934
- exports.AssociateSubnetsRequest$ = AssociateSubnetsRequest$;
3935
- exports.AssociateSubnetsResponse$ = AssociateSubnetsResponse$;
3936
- exports.AttachRuleGroupsToProxyConfiguration$ = AttachRuleGroupsToProxyConfiguration$;
3937
1409
  exports.AttachRuleGroupsToProxyConfigurationCommand = AttachRuleGroupsToProxyConfigurationCommand;
3938
- exports.AttachRuleGroupsToProxyConfigurationRequest$ = AttachRuleGroupsToProxyConfigurationRequest$;
3939
- exports.AttachRuleGroupsToProxyConfigurationResponse$ = AttachRuleGroupsToProxyConfigurationResponse$;
3940
- exports.Attachment$ = Attachment$;
3941
1410
  exports.AttachmentStatus = AttachmentStatus;
3942
- exports.AvailabilityZoneMapping$ = AvailabilityZoneMapping$;
3943
- exports.AvailabilityZoneMetadata$ = AvailabilityZoneMetadata$;
3944
- exports.CIDRSummary$ = CIDRSummary$;
3945
- exports.CapacityUsageSummary$ = CapacityUsageSummary$;
3946
- exports.CheckCertificateRevocationStatusActions$ = CheckCertificateRevocationStatusActions$;
3947
1411
  exports.ConfigurationSyncState = ConfigurationSyncState;
3948
- exports.CreateFirewall$ = CreateFirewall$;
3949
1412
  exports.CreateFirewallCommand = CreateFirewallCommand;
3950
- exports.CreateFirewallPolicy$ = CreateFirewallPolicy$;
3951
1413
  exports.CreateFirewallPolicyCommand = CreateFirewallPolicyCommand;
3952
- exports.CreateFirewallPolicyRequest$ = CreateFirewallPolicyRequest$;
3953
- exports.CreateFirewallPolicyResponse$ = CreateFirewallPolicyResponse$;
3954
- exports.CreateFirewallRequest$ = CreateFirewallRequest$;
3955
- exports.CreateFirewallResponse$ = CreateFirewallResponse$;
3956
- exports.CreateProxy$ = CreateProxy$;
3957
1414
  exports.CreateProxyCommand = CreateProxyCommand;
3958
- exports.CreateProxyConfiguration$ = CreateProxyConfiguration$;
3959
1415
  exports.CreateProxyConfigurationCommand = CreateProxyConfigurationCommand;
3960
- exports.CreateProxyConfigurationRequest$ = CreateProxyConfigurationRequest$;
3961
- exports.CreateProxyConfigurationResponse$ = CreateProxyConfigurationResponse$;
3962
- exports.CreateProxyRequest$ = CreateProxyRequest$;
3963
- exports.CreateProxyResponse$ = CreateProxyResponse$;
3964
- exports.CreateProxyRule$ = CreateProxyRule$;
3965
- exports.CreateProxyRuleGroup$ = CreateProxyRuleGroup$;
3966
1416
  exports.CreateProxyRuleGroupCommand = CreateProxyRuleGroupCommand;
3967
- exports.CreateProxyRuleGroupRequest$ = CreateProxyRuleGroupRequest$;
3968
- exports.CreateProxyRuleGroupResponse$ = CreateProxyRuleGroupResponse$;
3969
- exports.CreateProxyRules$ = CreateProxyRules$;
3970
- exports.CreateProxyRulesByRequestPhase$ = CreateProxyRulesByRequestPhase$;
3971
1417
  exports.CreateProxyRulesCommand = CreateProxyRulesCommand;
3972
- exports.CreateProxyRulesRequest$ = CreateProxyRulesRequest$;
3973
- exports.CreateProxyRulesResponse$ = CreateProxyRulesResponse$;
3974
- exports.CreateRuleGroup$ = CreateRuleGroup$;
3975
1418
  exports.CreateRuleGroupCommand = CreateRuleGroupCommand;
3976
- exports.CreateRuleGroupRequest$ = CreateRuleGroupRequest$;
3977
- exports.CreateRuleGroupResponse$ = CreateRuleGroupResponse$;
3978
- exports.CreateTLSInspectionConfiguration$ = CreateTLSInspectionConfiguration$;
3979
1419
  exports.CreateTLSInspectionConfigurationCommand = CreateTLSInspectionConfigurationCommand;
3980
- exports.CreateTLSInspectionConfigurationRequest$ = CreateTLSInspectionConfigurationRequest$;
3981
- exports.CreateTLSInspectionConfigurationResponse$ = CreateTLSInspectionConfigurationResponse$;
3982
- exports.CreateVpcEndpointAssociation$ = CreateVpcEndpointAssociation$;
3983
1420
  exports.CreateVpcEndpointAssociationCommand = CreateVpcEndpointAssociationCommand;
3984
- exports.CreateVpcEndpointAssociationRequest$ = CreateVpcEndpointAssociationRequest$;
3985
- exports.CreateVpcEndpointAssociationResponse$ = CreateVpcEndpointAssociationResponse$;
3986
- exports.CustomAction$ = CustomAction$;
3987
- exports.DeleteFirewall$ = DeleteFirewall$;
3988
1421
  exports.DeleteFirewallCommand = DeleteFirewallCommand;
3989
- exports.DeleteFirewallPolicy$ = DeleteFirewallPolicy$;
3990
1422
  exports.DeleteFirewallPolicyCommand = DeleteFirewallPolicyCommand;
3991
- exports.DeleteFirewallPolicyRequest$ = DeleteFirewallPolicyRequest$;
3992
- exports.DeleteFirewallPolicyResponse$ = DeleteFirewallPolicyResponse$;
3993
- exports.DeleteFirewallRequest$ = DeleteFirewallRequest$;
3994
- exports.DeleteFirewallResponse$ = DeleteFirewallResponse$;
3995
- exports.DeleteNetworkFirewallTransitGatewayAttachment$ = DeleteNetworkFirewallTransitGatewayAttachment$;
3996
1423
  exports.DeleteNetworkFirewallTransitGatewayAttachmentCommand = DeleteNetworkFirewallTransitGatewayAttachmentCommand;
3997
- exports.DeleteNetworkFirewallTransitGatewayAttachmentRequest$ = DeleteNetworkFirewallTransitGatewayAttachmentRequest$;
3998
- exports.DeleteNetworkFirewallTransitGatewayAttachmentResponse$ = DeleteNetworkFirewallTransitGatewayAttachmentResponse$;
3999
- exports.DeleteProxy$ = DeleteProxy$;
4000
1424
  exports.DeleteProxyCommand = DeleteProxyCommand;
4001
- exports.DeleteProxyConfiguration$ = DeleteProxyConfiguration$;
4002
1425
  exports.DeleteProxyConfigurationCommand = DeleteProxyConfigurationCommand;
4003
- exports.DeleteProxyConfigurationRequest$ = DeleteProxyConfigurationRequest$;
4004
- exports.DeleteProxyConfigurationResponse$ = DeleteProxyConfigurationResponse$;
4005
- exports.DeleteProxyRequest$ = DeleteProxyRequest$;
4006
- exports.DeleteProxyResponse$ = DeleteProxyResponse$;
4007
- exports.DeleteProxyRuleGroup$ = DeleteProxyRuleGroup$;
4008
1426
  exports.DeleteProxyRuleGroupCommand = DeleteProxyRuleGroupCommand;
4009
- exports.DeleteProxyRuleGroupRequest$ = DeleteProxyRuleGroupRequest$;
4010
- exports.DeleteProxyRuleGroupResponse$ = DeleteProxyRuleGroupResponse$;
4011
- exports.DeleteProxyRules$ = DeleteProxyRules$;
4012
1427
  exports.DeleteProxyRulesCommand = DeleteProxyRulesCommand;
4013
- exports.DeleteProxyRulesRequest$ = DeleteProxyRulesRequest$;
4014
- exports.DeleteProxyRulesResponse$ = DeleteProxyRulesResponse$;
4015
- exports.DeleteResourcePolicy$ = DeleteResourcePolicy$;
4016
1428
  exports.DeleteResourcePolicyCommand = DeleteResourcePolicyCommand;
4017
- exports.DeleteResourcePolicyRequest$ = DeleteResourcePolicyRequest$;
4018
- exports.DeleteResourcePolicyResponse$ = DeleteResourcePolicyResponse$;
4019
- exports.DeleteRuleGroup$ = DeleteRuleGroup$;
4020
1429
  exports.DeleteRuleGroupCommand = DeleteRuleGroupCommand;
4021
- exports.DeleteRuleGroupRequest$ = DeleteRuleGroupRequest$;
4022
- exports.DeleteRuleGroupResponse$ = DeleteRuleGroupResponse$;
4023
- exports.DeleteTLSInspectionConfiguration$ = DeleteTLSInspectionConfiguration$;
4024
1430
  exports.DeleteTLSInspectionConfigurationCommand = DeleteTLSInspectionConfigurationCommand;
4025
- exports.DeleteTLSInspectionConfigurationRequest$ = DeleteTLSInspectionConfigurationRequest$;
4026
- exports.DeleteTLSInspectionConfigurationResponse$ = DeleteTLSInspectionConfigurationResponse$;
4027
- exports.DeleteVpcEndpointAssociation$ = DeleteVpcEndpointAssociation$;
4028
1431
  exports.DeleteVpcEndpointAssociationCommand = DeleteVpcEndpointAssociationCommand;
4029
- exports.DeleteVpcEndpointAssociationRequest$ = DeleteVpcEndpointAssociationRequest$;
4030
- exports.DeleteVpcEndpointAssociationResponse$ = DeleteVpcEndpointAssociationResponse$;
4031
- exports.DescribeFirewall$ = DescribeFirewall$;
4032
1432
  exports.DescribeFirewallCommand = DescribeFirewallCommand;
4033
- exports.DescribeFirewallMetadata$ = DescribeFirewallMetadata$;
4034
1433
  exports.DescribeFirewallMetadataCommand = DescribeFirewallMetadataCommand;
4035
- exports.DescribeFirewallMetadataRequest$ = DescribeFirewallMetadataRequest$;
4036
- exports.DescribeFirewallMetadataResponse$ = DescribeFirewallMetadataResponse$;
4037
- exports.DescribeFirewallPolicy$ = DescribeFirewallPolicy$;
4038
1434
  exports.DescribeFirewallPolicyCommand = DescribeFirewallPolicyCommand;
4039
- exports.DescribeFirewallPolicyRequest$ = DescribeFirewallPolicyRequest$;
4040
- exports.DescribeFirewallPolicyResponse$ = DescribeFirewallPolicyResponse$;
4041
- exports.DescribeFirewallRequest$ = DescribeFirewallRequest$;
4042
- exports.DescribeFirewallResponse$ = DescribeFirewallResponse$;
4043
- exports.DescribeFlowOperation$ = DescribeFlowOperation$;
4044
1435
  exports.DescribeFlowOperationCommand = DescribeFlowOperationCommand;
4045
- exports.DescribeFlowOperationRequest$ = DescribeFlowOperationRequest$;
4046
- exports.DescribeFlowOperationResponse$ = DescribeFlowOperationResponse$;
4047
- exports.DescribeLoggingConfiguration$ = DescribeLoggingConfiguration$;
4048
1436
  exports.DescribeLoggingConfigurationCommand = DescribeLoggingConfigurationCommand;
4049
- exports.DescribeLoggingConfigurationRequest$ = DescribeLoggingConfigurationRequest$;
4050
- exports.DescribeLoggingConfigurationResponse$ = DescribeLoggingConfigurationResponse$;
4051
- exports.DescribeProxy$ = DescribeProxy$;
4052
1437
  exports.DescribeProxyCommand = DescribeProxyCommand;
4053
- exports.DescribeProxyConfiguration$ = DescribeProxyConfiguration$;
4054
1438
  exports.DescribeProxyConfigurationCommand = DescribeProxyConfigurationCommand;
4055
- exports.DescribeProxyConfigurationRequest$ = DescribeProxyConfigurationRequest$;
4056
- exports.DescribeProxyConfigurationResponse$ = DescribeProxyConfigurationResponse$;
4057
- exports.DescribeProxyRequest$ = DescribeProxyRequest$;
4058
- exports.DescribeProxyResource$ = DescribeProxyResource$;
4059
- exports.DescribeProxyResponse$ = DescribeProxyResponse$;
4060
- exports.DescribeProxyRule$ = DescribeProxyRule$;
4061
1439
  exports.DescribeProxyRuleCommand = DescribeProxyRuleCommand;
4062
- exports.DescribeProxyRuleGroup$ = DescribeProxyRuleGroup$;
4063
1440
  exports.DescribeProxyRuleGroupCommand = DescribeProxyRuleGroupCommand;
4064
- exports.DescribeProxyRuleGroupRequest$ = DescribeProxyRuleGroupRequest$;
4065
- exports.DescribeProxyRuleGroupResponse$ = DescribeProxyRuleGroupResponse$;
4066
- exports.DescribeProxyRuleRequest$ = DescribeProxyRuleRequest$;
4067
- exports.DescribeProxyRuleResponse$ = DescribeProxyRuleResponse$;
4068
- exports.DescribeResourcePolicy$ = DescribeResourcePolicy$;
4069
1441
  exports.DescribeResourcePolicyCommand = DescribeResourcePolicyCommand;
4070
- exports.DescribeResourcePolicyRequest$ = DescribeResourcePolicyRequest$;
4071
- exports.DescribeResourcePolicyResponse$ = DescribeResourcePolicyResponse$;
4072
- exports.DescribeRuleGroup$ = DescribeRuleGroup$;
4073
1442
  exports.DescribeRuleGroupCommand = DescribeRuleGroupCommand;
4074
- exports.DescribeRuleGroupMetadata$ = DescribeRuleGroupMetadata$;
4075
1443
  exports.DescribeRuleGroupMetadataCommand = DescribeRuleGroupMetadataCommand;
4076
- exports.DescribeRuleGroupMetadataRequest$ = DescribeRuleGroupMetadataRequest$;
4077
- exports.DescribeRuleGroupMetadataResponse$ = DescribeRuleGroupMetadataResponse$;
4078
- exports.DescribeRuleGroupRequest$ = DescribeRuleGroupRequest$;
4079
- exports.DescribeRuleGroupResponse$ = DescribeRuleGroupResponse$;
4080
- exports.DescribeRuleGroupSummary$ = DescribeRuleGroupSummary$;
4081
1444
  exports.DescribeRuleGroupSummaryCommand = DescribeRuleGroupSummaryCommand;
4082
- exports.DescribeRuleGroupSummaryRequest$ = DescribeRuleGroupSummaryRequest$;
4083
- exports.DescribeRuleGroupSummaryResponse$ = DescribeRuleGroupSummaryResponse$;
4084
- exports.DescribeTLSInspectionConfiguration$ = DescribeTLSInspectionConfiguration$;
4085
1445
  exports.DescribeTLSInspectionConfigurationCommand = DescribeTLSInspectionConfigurationCommand;
4086
- exports.DescribeTLSInspectionConfigurationRequest$ = DescribeTLSInspectionConfigurationRequest$;
4087
- exports.DescribeTLSInspectionConfigurationResponse$ = DescribeTLSInspectionConfigurationResponse$;
4088
- exports.DescribeVpcEndpointAssociation$ = DescribeVpcEndpointAssociation$;
4089
1446
  exports.DescribeVpcEndpointAssociationCommand = DescribeVpcEndpointAssociationCommand;
4090
- exports.DescribeVpcEndpointAssociationRequest$ = DescribeVpcEndpointAssociationRequest$;
4091
- exports.DescribeVpcEndpointAssociationResponse$ = DescribeVpcEndpointAssociationResponse$;
4092
- exports.DetachRuleGroupsFromProxyConfiguration$ = DetachRuleGroupsFromProxyConfiguration$;
4093
1447
  exports.DetachRuleGroupsFromProxyConfigurationCommand = DetachRuleGroupsFromProxyConfigurationCommand;
4094
- exports.DetachRuleGroupsFromProxyConfigurationRequest$ = DetachRuleGroupsFromProxyConfigurationRequest$;
4095
- exports.DetachRuleGroupsFromProxyConfigurationResponse$ = DetachRuleGroupsFromProxyConfigurationResponse$;
4096
- exports.Dimension$ = Dimension$;
4097
- exports.DisassociateAvailabilityZones$ = DisassociateAvailabilityZones$;
4098
1448
  exports.DisassociateAvailabilityZonesCommand = DisassociateAvailabilityZonesCommand;
4099
- exports.DisassociateAvailabilityZonesRequest$ = DisassociateAvailabilityZonesRequest$;
4100
- exports.DisassociateAvailabilityZonesResponse$ = DisassociateAvailabilityZonesResponse$;
4101
- exports.DisassociateSubnets$ = DisassociateSubnets$;
4102
1449
  exports.DisassociateSubnetsCommand = DisassociateSubnetsCommand;
4103
- exports.DisassociateSubnetsRequest$ = DisassociateSubnetsRequest$;
4104
- exports.DisassociateSubnetsResponse$ = DisassociateSubnetsResponse$;
4105
1450
  exports.EnabledAnalysisType = EnabledAnalysisType;
4106
- exports.EncryptionConfiguration$ = EncryptionConfiguration$;
4107
1451
  exports.EncryptionType = EncryptionType;
4108
- exports.Firewall$ = Firewall$;
4109
- exports.FirewallMetadata$ = FirewallMetadata$;
4110
- exports.FirewallPolicy$ = FirewallPolicy$;
4111
- exports.FirewallPolicyMetadata$ = FirewallPolicyMetadata$;
4112
- exports.FirewallPolicyResponse$ = FirewallPolicyResponse$;
4113
- exports.FirewallStatus$ = FirewallStatus$;
4114
1452
  exports.FirewallStatusValue = FirewallStatusValue;
4115
- exports.Flow$ = Flow$;
4116
- exports.FlowFilter$ = FlowFilter$;
4117
- exports.FlowOperation$ = FlowOperation$;
4118
- exports.FlowOperationMetadata$ = FlowOperationMetadata$;
4119
1453
  exports.FlowOperationStatus = FlowOperationStatus;
4120
1454
  exports.FlowOperationType = FlowOperationType;
4121
- exports.FlowTimeouts$ = FlowTimeouts$;
4122
1455
  exports.GeneratedRulesType = GeneratedRulesType;
4123
- exports.GetAnalysisReportResults$ = GetAnalysisReportResults$;
4124
1456
  exports.GetAnalysisReportResultsCommand = GetAnalysisReportResultsCommand;
4125
- exports.GetAnalysisReportResultsRequest$ = GetAnalysisReportResultsRequest$;
4126
- exports.GetAnalysisReportResultsResponse$ = GetAnalysisReportResultsResponse$;
4127
- exports.Header$ = Header$;
4128
- exports.Hits$ = Hits$;
4129
1457
  exports.IPAddressType = IPAddressType;
4130
- exports.IPSet$ = IPSet$;
4131
- exports.IPSetMetadata$ = IPSetMetadata$;
4132
- exports.IPSetReference$ = IPSetReference$;
4133
1458
  exports.IdentifiedType = IdentifiedType;
4134
- exports.InsufficientCapacityException = InsufficientCapacityException;
4135
- exports.InsufficientCapacityException$ = InsufficientCapacityException$;
4136
- exports.InternalServerError = InternalServerError;
4137
- exports.InternalServerError$ = InternalServerError$;
4138
- exports.InvalidOperationException = InvalidOperationException;
4139
- exports.InvalidOperationException$ = InvalidOperationException$;
4140
- exports.InvalidRequestException = InvalidRequestException;
4141
- exports.InvalidRequestException$ = InvalidRequestException$;
4142
- exports.InvalidResourcePolicyException = InvalidResourcePolicyException;
4143
- exports.InvalidResourcePolicyException$ = InvalidResourcePolicyException$;
4144
- exports.InvalidTokenException = InvalidTokenException;
4145
- exports.InvalidTokenException$ = InvalidTokenException$;
4146
- exports.LimitExceededException = LimitExceededException;
4147
- exports.LimitExceededException$ = LimitExceededException$;
4148
- exports.ListAnalysisReports$ = ListAnalysisReports$;
4149
1459
  exports.ListAnalysisReportsCommand = ListAnalysisReportsCommand;
4150
- exports.ListAnalysisReportsRequest$ = ListAnalysisReportsRequest$;
4151
- exports.ListAnalysisReportsResponse$ = ListAnalysisReportsResponse$;
4152
- exports.ListFirewallPolicies$ = ListFirewallPolicies$;
4153
1460
  exports.ListFirewallPoliciesCommand = ListFirewallPoliciesCommand;
4154
- exports.ListFirewallPoliciesRequest$ = ListFirewallPoliciesRequest$;
4155
- exports.ListFirewallPoliciesResponse$ = ListFirewallPoliciesResponse$;
4156
- exports.ListFirewalls$ = ListFirewalls$;
4157
1461
  exports.ListFirewallsCommand = ListFirewallsCommand;
4158
- exports.ListFirewallsRequest$ = ListFirewallsRequest$;
4159
- exports.ListFirewallsResponse$ = ListFirewallsResponse$;
4160
- exports.ListFlowOperationResults$ = ListFlowOperationResults$;
4161
1462
  exports.ListFlowOperationResultsCommand = ListFlowOperationResultsCommand;
4162
- exports.ListFlowOperationResultsRequest$ = ListFlowOperationResultsRequest$;
4163
- exports.ListFlowOperationResultsResponse$ = ListFlowOperationResultsResponse$;
4164
- exports.ListFlowOperations$ = ListFlowOperations$;
4165
1463
  exports.ListFlowOperationsCommand = ListFlowOperationsCommand;
4166
- exports.ListFlowOperationsRequest$ = ListFlowOperationsRequest$;
4167
- exports.ListFlowOperationsResponse$ = ListFlowOperationsResponse$;
4168
- exports.ListProxies$ = ListProxies$;
4169
1464
  exports.ListProxiesCommand = ListProxiesCommand;
4170
- exports.ListProxiesRequest$ = ListProxiesRequest$;
4171
- exports.ListProxiesResponse$ = ListProxiesResponse$;
4172
- exports.ListProxyConfigurations$ = ListProxyConfigurations$;
4173
1465
  exports.ListProxyConfigurationsCommand = ListProxyConfigurationsCommand;
4174
- exports.ListProxyConfigurationsRequest$ = ListProxyConfigurationsRequest$;
4175
- exports.ListProxyConfigurationsResponse$ = ListProxyConfigurationsResponse$;
4176
- exports.ListProxyRuleGroups$ = ListProxyRuleGroups$;
4177
1466
  exports.ListProxyRuleGroupsCommand = ListProxyRuleGroupsCommand;
4178
- exports.ListProxyRuleGroupsRequest$ = ListProxyRuleGroupsRequest$;
4179
- exports.ListProxyRuleGroupsResponse$ = ListProxyRuleGroupsResponse$;
4180
- exports.ListRuleGroups$ = ListRuleGroups$;
4181
1467
  exports.ListRuleGroupsCommand = ListRuleGroupsCommand;
4182
- exports.ListRuleGroupsRequest$ = ListRuleGroupsRequest$;
4183
- exports.ListRuleGroupsResponse$ = ListRuleGroupsResponse$;
4184
- exports.ListTLSInspectionConfigurations$ = ListTLSInspectionConfigurations$;
4185
1468
  exports.ListTLSInspectionConfigurationsCommand = ListTLSInspectionConfigurationsCommand;
4186
- exports.ListTLSInspectionConfigurationsRequest$ = ListTLSInspectionConfigurationsRequest$;
4187
- exports.ListTLSInspectionConfigurationsResponse$ = ListTLSInspectionConfigurationsResponse$;
4188
- exports.ListTagsForResource$ = ListTagsForResource$;
4189
1469
  exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
4190
- exports.ListTagsForResourceRequest$ = ListTagsForResourceRequest$;
4191
- exports.ListTagsForResourceResponse$ = ListTagsForResourceResponse$;
4192
- exports.ListVpcEndpointAssociations$ = ListVpcEndpointAssociations$;
4193
1470
  exports.ListVpcEndpointAssociationsCommand = ListVpcEndpointAssociationsCommand;
4194
- exports.ListVpcEndpointAssociationsRequest$ = ListVpcEndpointAssociationsRequest$;
4195
- exports.ListVpcEndpointAssociationsResponse$ = ListVpcEndpointAssociationsResponse$;
4196
- exports.ListenerProperty$ = ListenerProperty$;
4197
- exports.ListenerPropertyRequest$ = ListenerPropertyRequest$;
4198
1471
  exports.ListenerPropertyType = ListenerPropertyType;
4199
- exports.LogDestinationConfig$ = LogDestinationConfig$;
4200
- exports.LogDestinationPermissionException = LogDestinationPermissionException;
4201
- exports.LogDestinationPermissionException$ = LogDestinationPermissionException$;
4202
1472
  exports.LogDestinationType = LogDestinationType;
4203
1473
  exports.LogType = LogType;
4204
- exports.LoggingConfiguration$ = LoggingConfiguration$;
4205
- exports.MatchAttributes$ = MatchAttributes$;
4206
1474
  exports.NetworkFirewall = NetworkFirewall;
4207
1475
  exports.NetworkFirewallClient = NetworkFirewallClient;
4208
- exports.NetworkFirewallServiceException = NetworkFirewallServiceException;
4209
- exports.NetworkFirewallServiceException$ = NetworkFirewallServiceException$;
4210
1476
  exports.OverrideAction = OverrideAction;
4211
- exports.PerObjectStatus$ = PerObjectStatus$;
4212
1477
  exports.PerObjectSyncStatus = PerObjectSyncStatus;
4213
- exports.PolicyVariables$ = PolicyVariables$;
4214
- exports.PortRange$ = PortRange$;
4215
- exports.PortSet$ = PortSet$;
4216
- exports.Proxy$ = Proxy$;
4217
- exports.ProxyConfigDefaultRulePhaseActionsRequest$ = ProxyConfigDefaultRulePhaseActionsRequest$;
4218
- exports.ProxyConfigRuleGroup$ = ProxyConfigRuleGroup$;
4219
- exports.ProxyConfiguration$ = ProxyConfiguration$;
4220
- exports.ProxyConfigurationMetadata$ = ProxyConfigurationMetadata$;
4221
- exports.ProxyMetadata$ = ProxyMetadata$;
4222
1478
  exports.ProxyModifyState = ProxyModifyState;
4223
- exports.ProxyRule$ = ProxyRule$;
4224
- exports.ProxyRuleCondition$ = ProxyRuleCondition$;
4225
- exports.ProxyRuleGroup$ = ProxyRuleGroup$;
4226
- exports.ProxyRuleGroupAttachment$ = ProxyRuleGroupAttachment$;
4227
- exports.ProxyRuleGroupMetadata$ = ProxyRuleGroupMetadata$;
4228
- exports.ProxyRuleGroupPriority$ = ProxyRuleGroupPriority$;
4229
- exports.ProxyRuleGroupPriorityResult$ = ProxyRuleGroupPriorityResult$;
4230
1479
  exports.ProxyRulePhaseAction = ProxyRulePhaseAction;
4231
- exports.ProxyRulePriority$ = ProxyRulePriority$;
4232
- exports.ProxyRulesByRequestPhase$ = ProxyRulesByRequestPhase$;
4233
1480
  exports.ProxyState = ProxyState;
4234
- exports.PublishMetricAction$ = PublishMetricAction$;
4235
- exports.PutResourcePolicy$ = PutResourcePolicy$;
4236
1481
  exports.PutResourcePolicyCommand = PutResourcePolicyCommand;
4237
- exports.PutResourcePolicyRequest$ = PutResourcePolicyRequest$;
4238
- exports.PutResourcePolicyResponse$ = PutResourcePolicyResponse$;
4239
- exports.ReferenceSets$ = ReferenceSets$;
4240
- exports.RejectNetworkFirewallTransitGatewayAttachment$ = RejectNetworkFirewallTransitGatewayAttachment$;
4241
1482
  exports.RejectNetworkFirewallTransitGatewayAttachmentCommand = RejectNetworkFirewallTransitGatewayAttachmentCommand;
4242
- exports.RejectNetworkFirewallTransitGatewayAttachmentRequest$ = RejectNetworkFirewallTransitGatewayAttachmentRequest$;
4243
- exports.RejectNetworkFirewallTransitGatewayAttachmentResponse$ = RejectNetworkFirewallTransitGatewayAttachmentResponse$;
4244
1483
  exports.ResourceManagedStatus = ResourceManagedStatus;
4245
1484
  exports.ResourceManagedType = ResourceManagedType;
4246
- exports.ResourceNotFoundException = ResourceNotFoundException;
4247
- exports.ResourceNotFoundException$ = ResourceNotFoundException$;
4248
- exports.ResourceOwnerCheckException = ResourceOwnerCheckException;
4249
- exports.ResourceOwnerCheckException$ = ResourceOwnerCheckException$;
4250
1485
  exports.ResourceStatus = ResourceStatus;
4251
1486
  exports.RevocationCheckAction = RevocationCheckAction;
4252
- exports.RuleDefinition$ = RuleDefinition$;
4253
- exports.RuleGroup$ = RuleGroup$;
4254
- exports.RuleGroupMetadata$ = RuleGroupMetadata$;
4255
1487
  exports.RuleGroupRequestPhase = RuleGroupRequestPhase;
4256
- exports.RuleGroupResponse$ = RuleGroupResponse$;
4257
1488
  exports.RuleGroupType = RuleGroupType;
4258
- exports.RuleOption$ = RuleOption$;
4259
1489
  exports.RuleOrder = RuleOrder;
4260
- exports.RuleSummary$ = RuleSummary$;
4261
- exports.RuleVariables$ = RuleVariables$;
4262
- exports.RulesSource$ = RulesSource$;
4263
- exports.RulesSourceList$ = RulesSourceList$;
4264
- exports.ServerCertificate$ = ServerCertificate$;
4265
- exports.ServerCertificateConfiguration$ = ServerCertificateConfiguration$;
4266
- exports.ServerCertificateScope$ = ServerCertificateScope$;
4267
- exports.SourceMetadata$ = SourceMetadata$;
4268
- exports.StartAnalysisReport$ = StartAnalysisReport$;
4269
1490
  exports.StartAnalysisReportCommand = StartAnalysisReportCommand;
4270
- exports.StartAnalysisReportRequest$ = StartAnalysisReportRequest$;
4271
- exports.StartAnalysisReportResponse$ = StartAnalysisReportResponse$;
4272
- exports.StartFlowCapture$ = StartFlowCapture$;
4273
1491
  exports.StartFlowCaptureCommand = StartFlowCaptureCommand;
4274
- exports.StartFlowCaptureRequest$ = StartFlowCaptureRequest$;
4275
- exports.StartFlowCaptureResponse$ = StartFlowCaptureResponse$;
4276
- exports.StartFlowFlush$ = StartFlowFlush$;
4277
1492
  exports.StartFlowFlushCommand = StartFlowFlushCommand;
4278
- exports.StartFlowFlushRequest$ = StartFlowFlushRequest$;
4279
- exports.StartFlowFlushResponse$ = StartFlowFlushResponse$;
4280
1493
  exports.StatefulAction = StatefulAction;
4281
- exports.StatefulEngineOptions$ = StatefulEngineOptions$;
4282
- exports.StatefulRule$ = StatefulRule$;
4283
1494
  exports.StatefulRuleDirection = StatefulRuleDirection;
4284
- exports.StatefulRuleGroupOverride$ = StatefulRuleGroupOverride$;
4285
- exports.StatefulRuleGroupReference$ = StatefulRuleGroupReference$;
4286
- exports.StatefulRuleOptions$ = StatefulRuleOptions$;
4287
1495
  exports.StatefulRuleProtocol = StatefulRuleProtocol;
4288
- exports.StatelessRule$ = StatelessRule$;
4289
- exports.StatelessRuleGroupReference$ = StatelessRuleGroupReference$;
4290
- exports.StatelessRulesAndCustomActions$ = StatelessRulesAndCustomActions$;
4291
1496
  exports.StreamExceptionPolicy = StreamExceptionPolicy;
4292
- exports.SubnetMapping$ = SubnetMapping$;
4293
1497
  exports.SubscriptionStatus = SubscriptionStatus;
4294
- exports.Summary$ = Summary$;
4295
- exports.SummaryConfiguration$ = SummaryConfiguration$;
4296
1498
  exports.SummaryRuleOption = SummaryRuleOption;
4297
- exports.SyncState$ = SyncState$;
4298
1499
  exports.TCPFlag = TCPFlag;
4299
- exports.TCPFlagField$ = TCPFlagField$;
4300
- exports.TLSInspectionConfiguration$ = TLSInspectionConfiguration$;
4301
- exports.TLSInspectionConfigurationMetadata$ = TLSInspectionConfigurationMetadata$;
4302
- exports.TLSInspectionConfigurationResponse$ = TLSInspectionConfigurationResponse$;
4303
- exports.Tag$ = Tag$;
4304
- exports.TagResource$ = TagResource$;
4305
1500
  exports.TagResourceCommand = TagResourceCommand;
4306
- exports.TagResourceRequest$ = TagResourceRequest$;
4307
- exports.TagResourceResponse$ = TagResourceResponse$;
4308
1501
  exports.TargetType = TargetType;
4309
- exports.ThrottlingException = ThrottlingException;
4310
- exports.ThrottlingException$ = ThrottlingException$;
4311
- exports.TlsCertificateData$ = TlsCertificateData$;
4312
1502
  exports.TlsInterceptMode = TlsInterceptMode;
4313
- exports.TlsInterceptProperties$ = TlsInterceptProperties$;
4314
- exports.TlsInterceptPropertiesRequest$ = TlsInterceptPropertiesRequest$;
4315
1503
  exports.TransitGatewayAttachmentStatus = TransitGatewayAttachmentStatus;
4316
- exports.TransitGatewayAttachmentSyncState$ = TransitGatewayAttachmentSyncState$;
4317
- exports.UniqueSources$ = UniqueSources$;
4318
- exports.UnsupportedOperationException = UnsupportedOperationException;
4319
- exports.UnsupportedOperationException$ = UnsupportedOperationException$;
4320
- exports.UntagResource$ = UntagResource$;
4321
1504
  exports.UntagResourceCommand = UntagResourceCommand;
4322
- exports.UntagResourceRequest$ = UntagResourceRequest$;
4323
- exports.UntagResourceResponse$ = UntagResourceResponse$;
4324
- exports.UpdateAvailabilityZoneChangeProtection$ = UpdateAvailabilityZoneChangeProtection$;
4325
1505
  exports.UpdateAvailabilityZoneChangeProtectionCommand = UpdateAvailabilityZoneChangeProtectionCommand;
4326
- exports.UpdateAvailabilityZoneChangeProtectionRequest$ = UpdateAvailabilityZoneChangeProtectionRequest$;
4327
- exports.UpdateAvailabilityZoneChangeProtectionResponse$ = UpdateAvailabilityZoneChangeProtectionResponse$;
4328
- exports.UpdateFirewallAnalysisSettings$ = UpdateFirewallAnalysisSettings$;
4329
1506
  exports.UpdateFirewallAnalysisSettingsCommand = UpdateFirewallAnalysisSettingsCommand;
4330
- exports.UpdateFirewallAnalysisSettingsRequest$ = UpdateFirewallAnalysisSettingsRequest$;
4331
- exports.UpdateFirewallAnalysisSettingsResponse$ = UpdateFirewallAnalysisSettingsResponse$;
4332
- exports.UpdateFirewallDeleteProtection$ = UpdateFirewallDeleteProtection$;
4333
1507
  exports.UpdateFirewallDeleteProtectionCommand = UpdateFirewallDeleteProtectionCommand;
4334
- exports.UpdateFirewallDeleteProtectionRequest$ = UpdateFirewallDeleteProtectionRequest$;
4335
- exports.UpdateFirewallDeleteProtectionResponse$ = UpdateFirewallDeleteProtectionResponse$;
4336
- exports.UpdateFirewallDescription$ = UpdateFirewallDescription$;
4337
1508
  exports.UpdateFirewallDescriptionCommand = UpdateFirewallDescriptionCommand;
4338
- exports.UpdateFirewallDescriptionRequest$ = UpdateFirewallDescriptionRequest$;
4339
- exports.UpdateFirewallDescriptionResponse$ = UpdateFirewallDescriptionResponse$;
4340
- exports.UpdateFirewallEncryptionConfiguration$ = UpdateFirewallEncryptionConfiguration$;
4341
1509
  exports.UpdateFirewallEncryptionConfigurationCommand = UpdateFirewallEncryptionConfigurationCommand;
4342
- exports.UpdateFirewallEncryptionConfigurationRequest$ = UpdateFirewallEncryptionConfigurationRequest$;
4343
- exports.UpdateFirewallEncryptionConfigurationResponse$ = UpdateFirewallEncryptionConfigurationResponse$;
4344
- exports.UpdateFirewallPolicy$ = UpdateFirewallPolicy$;
4345
- exports.UpdateFirewallPolicyChangeProtection$ = UpdateFirewallPolicyChangeProtection$;
4346
1510
  exports.UpdateFirewallPolicyChangeProtectionCommand = UpdateFirewallPolicyChangeProtectionCommand;
4347
- exports.UpdateFirewallPolicyChangeProtectionRequest$ = UpdateFirewallPolicyChangeProtectionRequest$;
4348
- exports.UpdateFirewallPolicyChangeProtectionResponse$ = UpdateFirewallPolicyChangeProtectionResponse$;
4349
1511
  exports.UpdateFirewallPolicyCommand = UpdateFirewallPolicyCommand;
4350
- exports.UpdateFirewallPolicyRequest$ = UpdateFirewallPolicyRequest$;
4351
- exports.UpdateFirewallPolicyResponse$ = UpdateFirewallPolicyResponse$;
4352
- exports.UpdateLoggingConfiguration$ = UpdateLoggingConfiguration$;
4353
1512
  exports.UpdateLoggingConfigurationCommand = UpdateLoggingConfigurationCommand;
4354
- exports.UpdateLoggingConfigurationRequest$ = UpdateLoggingConfigurationRequest$;
4355
- exports.UpdateLoggingConfigurationResponse$ = UpdateLoggingConfigurationResponse$;
4356
- exports.UpdateProxy$ = UpdateProxy$;
4357
1513
  exports.UpdateProxyCommand = UpdateProxyCommand;
4358
- exports.UpdateProxyConfiguration$ = UpdateProxyConfiguration$;
4359
1514
  exports.UpdateProxyConfigurationCommand = UpdateProxyConfigurationCommand;
4360
- exports.UpdateProxyConfigurationRequest$ = UpdateProxyConfigurationRequest$;
4361
- exports.UpdateProxyConfigurationResponse$ = UpdateProxyConfigurationResponse$;
4362
- exports.UpdateProxyRequest$ = UpdateProxyRequest$;
4363
- exports.UpdateProxyResponse$ = UpdateProxyResponse$;
4364
- exports.UpdateProxyRule$ = UpdateProxyRule$;
4365
1515
  exports.UpdateProxyRuleCommand = UpdateProxyRuleCommand;
4366
- exports.UpdateProxyRuleGroupPriorities$ = UpdateProxyRuleGroupPriorities$;
4367
1516
  exports.UpdateProxyRuleGroupPrioritiesCommand = UpdateProxyRuleGroupPrioritiesCommand;
4368
- exports.UpdateProxyRuleGroupPrioritiesRequest$ = UpdateProxyRuleGroupPrioritiesRequest$;
4369
- exports.UpdateProxyRuleGroupPrioritiesResponse$ = UpdateProxyRuleGroupPrioritiesResponse$;
4370
- exports.UpdateProxyRulePriorities$ = UpdateProxyRulePriorities$;
4371
1517
  exports.UpdateProxyRulePrioritiesCommand = UpdateProxyRulePrioritiesCommand;
4372
- exports.UpdateProxyRulePrioritiesRequest$ = UpdateProxyRulePrioritiesRequest$;
4373
- exports.UpdateProxyRulePrioritiesResponse$ = UpdateProxyRulePrioritiesResponse$;
4374
- exports.UpdateProxyRuleRequest$ = UpdateProxyRuleRequest$;
4375
- exports.UpdateProxyRuleResponse$ = UpdateProxyRuleResponse$;
4376
- exports.UpdateRuleGroup$ = UpdateRuleGroup$;
4377
1518
  exports.UpdateRuleGroupCommand = UpdateRuleGroupCommand;
4378
- exports.UpdateRuleGroupRequest$ = UpdateRuleGroupRequest$;
4379
- exports.UpdateRuleGroupResponse$ = UpdateRuleGroupResponse$;
4380
- exports.UpdateSubnetChangeProtection$ = UpdateSubnetChangeProtection$;
4381
1519
  exports.UpdateSubnetChangeProtectionCommand = UpdateSubnetChangeProtectionCommand;
4382
- exports.UpdateSubnetChangeProtectionRequest$ = UpdateSubnetChangeProtectionRequest$;
4383
- exports.UpdateSubnetChangeProtectionResponse$ = UpdateSubnetChangeProtectionResponse$;
4384
- exports.UpdateTLSInspectionConfiguration$ = UpdateTLSInspectionConfiguration$;
4385
1520
  exports.UpdateTLSInspectionConfigurationCommand = UpdateTLSInspectionConfigurationCommand;
4386
- exports.UpdateTLSInspectionConfigurationRequest$ = UpdateTLSInspectionConfigurationRequest$;
4387
- exports.UpdateTLSInspectionConfigurationResponse$ = UpdateTLSInspectionConfigurationResponse$;
4388
- exports.VpcEndpointAssociation$ = VpcEndpointAssociation$;
4389
- exports.VpcEndpointAssociationMetadata$ = VpcEndpointAssociationMetadata$;
4390
- exports.VpcEndpointAssociationStatus$ = VpcEndpointAssociationStatus$;
4391
1521
  exports.paginateGetAnalysisReportResults = paginateGetAnalysisReportResults;
4392
1522
  exports.paginateListAnalysisReports = paginateListAnalysisReports;
4393
1523
  exports.paginateListFirewallPolicies = paginateListFirewallPolicies;
@@ -4401,3 +1531,15 @@ exports.paginateListRuleGroups = paginateListRuleGroups;
4401
1531
  exports.paginateListTLSInspectionConfigurations = paginateListTLSInspectionConfigurations;
4402
1532
  exports.paginateListTagsForResource = paginateListTagsForResource;
4403
1533
  exports.paginateListVpcEndpointAssociations = paginateListVpcEndpointAssociations;
1534
+ Object.keys(schemas_0).forEach(function (k) {
1535
+ if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
1536
+ enumerable: true,
1537
+ get: function () { return schemas_0[k]; }
1538
+ });
1539
+ });
1540
+ Object.keys(errors).forEach(function (k) {
1541
+ if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
1542
+ enumerable: true,
1543
+ get: function () { return errors[k]; }
1544
+ });
1545
+ });