@aws-sdk/client-network-firewall 3.296.0 → 3.298.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (106) hide show
  1. package/dist-cjs/commands/AssociateFirewallPolicyCommand.js +2 -3
  2. package/dist-cjs/commands/AssociateSubnetsCommand.js +2 -3
  3. package/dist-cjs/commands/CreateFirewallCommand.js +2 -3
  4. package/dist-cjs/commands/CreateFirewallPolicyCommand.js +2 -3
  5. package/dist-cjs/commands/CreateRuleGroupCommand.js +2 -3
  6. package/dist-cjs/commands/DeleteFirewallCommand.js +2 -3
  7. package/dist-cjs/commands/DeleteFirewallPolicyCommand.js +2 -3
  8. package/dist-cjs/commands/DeleteResourcePolicyCommand.js +2 -3
  9. package/dist-cjs/commands/DeleteRuleGroupCommand.js +2 -3
  10. package/dist-cjs/commands/DescribeFirewallCommand.js +2 -3
  11. package/dist-cjs/commands/DescribeFirewallPolicyCommand.js +2 -3
  12. package/dist-cjs/commands/DescribeLoggingConfigurationCommand.js +2 -3
  13. package/dist-cjs/commands/DescribeResourcePolicyCommand.js +2 -3
  14. package/dist-cjs/commands/DescribeRuleGroupCommand.js +2 -3
  15. package/dist-cjs/commands/DescribeRuleGroupMetadataCommand.js +2 -3
  16. package/dist-cjs/commands/DisassociateSubnetsCommand.js +2 -3
  17. package/dist-cjs/commands/ListFirewallPoliciesCommand.js +2 -3
  18. package/dist-cjs/commands/ListFirewallsCommand.js +2 -3
  19. package/dist-cjs/commands/ListRuleGroupsCommand.js +2 -3
  20. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -3
  21. package/dist-cjs/commands/PutResourcePolicyCommand.js +2 -3
  22. package/dist-cjs/commands/TagResourceCommand.js +2 -3
  23. package/dist-cjs/commands/UntagResourceCommand.js +2 -3
  24. package/dist-cjs/commands/UpdateFirewallDeleteProtectionCommand.js +2 -3
  25. package/dist-cjs/commands/UpdateFirewallDescriptionCommand.js +2 -3
  26. package/dist-cjs/commands/UpdateFirewallEncryptionConfigurationCommand.js +2 -3
  27. package/dist-cjs/commands/UpdateFirewallPolicyChangeProtectionCommand.js +2 -3
  28. package/dist-cjs/commands/UpdateFirewallPolicyCommand.js +2 -3
  29. package/dist-cjs/commands/UpdateLoggingConfigurationCommand.js +2 -3
  30. package/dist-cjs/commands/UpdateRuleGroupCommand.js +2 -3
  31. package/dist-cjs/commands/UpdateSubnetChangeProtectionCommand.js +2 -3
  32. package/dist-cjs/models/models_0.js +1 -439
  33. package/dist-es/commands/AssociateFirewallPolicyCommand.js +2 -3
  34. package/dist-es/commands/AssociateSubnetsCommand.js +2 -3
  35. package/dist-es/commands/CreateFirewallCommand.js +2 -3
  36. package/dist-es/commands/CreateFirewallPolicyCommand.js +2 -3
  37. package/dist-es/commands/CreateRuleGroupCommand.js +2 -3
  38. package/dist-es/commands/DeleteFirewallCommand.js +2 -3
  39. package/dist-es/commands/DeleteFirewallPolicyCommand.js +2 -3
  40. package/dist-es/commands/DeleteResourcePolicyCommand.js +2 -3
  41. package/dist-es/commands/DeleteRuleGroupCommand.js +2 -3
  42. package/dist-es/commands/DescribeFirewallCommand.js +2 -3
  43. package/dist-es/commands/DescribeFirewallPolicyCommand.js +2 -3
  44. package/dist-es/commands/DescribeLoggingConfigurationCommand.js +2 -3
  45. package/dist-es/commands/DescribeResourcePolicyCommand.js +2 -3
  46. package/dist-es/commands/DescribeRuleGroupCommand.js +2 -3
  47. package/dist-es/commands/DescribeRuleGroupMetadataCommand.js +2 -3
  48. package/dist-es/commands/DisassociateSubnetsCommand.js +2 -3
  49. package/dist-es/commands/ListFirewallPoliciesCommand.js +2 -3
  50. package/dist-es/commands/ListFirewallsCommand.js +2 -3
  51. package/dist-es/commands/ListRuleGroupsCommand.js +2 -3
  52. package/dist-es/commands/ListTagsForResourceCommand.js +2 -3
  53. package/dist-es/commands/PutResourcePolicyCommand.js +2 -3
  54. package/dist-es/commands/TagResourceCommand.js +2 -3
  55. package/dist-es/commands/UntagResourceCommand.js +2 -3
  56. package/dist-es/commands/UpdateFirewallDeleteProtectionCommand.js +2 -3
  57. package/dist-es/commands/UpdateFirewallDescriptionCommand.js +2 -3
  58. package/dist-es/commands/UpdateFirewallEncryptionConfigurationCommand.js +2 -3
  59. package/dist-es/commands/UpdateFirewallPolicyChangeProtectionCommand.js +2 -3
  60. package/dist-es/commands/UpdateFirewallPolicyCommand.js +2 -3
  61. package/dist-es/commands/UpdateLoggingConfigurationCommand.js +2 -3
  62. package/dist-es/commands/UpdateRuleGroupCommand.js +2 -3
  63. package/dist-es/commands/UpdateSubnetChangeProtectionCommand.js +2 -3
  64. package/dist-es/models/models_0.js +0 -327
  65. package/dist-types/NetworkFirewall.d.ts +32 -0
  66. package/dist-types/NetworkFirewallClient.d.ts +24 -4
  67. package/dist-types/commands/AssociateFirewallPolicyCommand.d.ts +16 -0
  68. package/dist-types/commands/AssociateSubnetsCommand.d.ts +16 -0
  69. package/dist-types/commands/CreateFirewallCommand.d.ts +16 -0
  70. package/dist-types/commands/CreateFirewallPolicyCommand.d.ts +16 -0
  71. package/dist-types/commands/CreateRuleGroupCommand.d.ts +16 -0
  72. package/dist-types/commands/DeleteFirewallCommand.d.ts +16 -0
  73. package/dist-types/commands/DeleteFirewallPolicyCommand.d.ts +16 -0
  74. package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +16 -0
  75. package/dist-types/commands/DeleteRuleGroupCommand.d.ts +16 -0
  76. package/dist-types/commands/DescribeFirewallCommand.d.ts +16 -0
  77. package/dist-types/commands/DescribeFirewallPolicyCommand.d.ts +16 -0
  78. package/dist-types/commands/DescribeLoggingConfigurationCommand.d.ts +16 -0
  79. package/dist-types/commands/DescribeResourcePolicyCommand.d.ts +16 -0
  80. package/dist-types/commands/DescribeRuleGroupCommand.d.ts +16 -0
  81. package/dist-types/commands/DescribeRuleGroupMetadataCommand.d.ts +16 -0
  82. package/dist-types/commands/DisassociateSubnetsCommand.d.ts +16 -0
  83. package/dist-types/commands/ListFirewallPoliciesCommand.d.ts +16 -0
  84. package/dist-types/commands/ListFirewallsCommand.d.ts +16 -0
  85. package/dist-types/commands/ListRuleGroupsCommand.d.ts +16 -0
  86. package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
  87. package/dist-types/commands/PutResourcePolicyCommand.d.ts +16 -0
  88. package/dist-types/commands/TagResourceCommand.d.ts +16 -0
  89. package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
  90. package/dist-types/commands/UpdateFirewallDeleteProtectionCommand.d.ts +16 -0
  91. package/dist-types/commands/UpdateFirewallDescriptionCommand.d.ts +16 -0
  92. package/dist-types/commands/UpdateFirewallEncryptionConfigurationCommand.d.ts +16 -0
  93. package/dist-types/commands/UpdateFirewallPolicyChangeProtectionCommand.d.ts +16 -0
  94. package/dist-types/commands/UpdateFirewallPolicyCommand.d.ts +16 -0
  95. package/dist-types/commands/UpdateLoggingConfigurationCommand.d.ts +16 -0
  96. package/dist-types/commands/UpdateRuleGroupCommand.d.ts +16 -0
  97. package/dist-types/commands/UpdateSubnetChangeProtectionCommand.d.ts +16 -0
  98. package/dist-types/models/NetworkFirewallServiceException.d.ts +2 -0
  99. package/dist-types/models/models_0.d.ts +313 -441
  100. package/dist-types/pagination/Interfaces.d.ts +3 -0
  101. package/dist-types/pagination/ListFirewallPoliciesPaginator.d.ts +3 -0
  102. package/dist-types/pagination/ListFirewallsPaginator.d.ts +3 -0
  103. package/dist-types/pagination/ListRuleGroupsPaginator.d.ts +3 -0
  104. package/dist-types/pagination/ListTagsForResourcePaginator.d.ts +3 -0
  105. package/dist-types/ts3.4/models/models_0.d.ts +0 -293
  106. package/package.json +4 -3
@@ -290,330 +290,3 @@ export class ResourceOwnerCheckException extends __BaseException {
290
290
  this.Message = opts.Message;
291
291
  }
292
292
  }
293
- export const DimensionFilterSensitiveLog = (obj) => ({
294
- ...obj,
295
- });
296
- export const PublishMetricActionFilterSensitiveLog = (obj) => ({
297
- ...obj,
298
- });
299
- export const ActionDefinitionFilterSensitiveLog = (obj) => ({
300
- ...obj,
301
- });
302
- export const AddressFilterSensitiveLog = (obj) => ({
303
- ...obj,
304
- });
305
- export const AssociateFirewallPolicyRequestFilterSensitiveLog = (obj) => ({
306
- ...obj,
307
- });
308
- export const AssociateFirewallPolicyResponseFilterSensitiveLog = (obj) => ({
309
- ...obj,
310
- });
311
- export const SubnetMappingFilterSensitiveLog = (obj) => ({
312
- ...obj,
313
- });
314
- export const AssociateSubnetsRequestFilterSensitiveLog = (obj) => ({
315
- ...obj,
316
- });
317
- export const AssociateSubnetsResponseFilterSensitiveLog = (obj) => ({
318
- ...obj,
319
- });
320
- export const AttachmentFilterSensitiveLog = (obj) => ({
321
- ...obj,
322
- });
323
- export const IPSetMetadataFilterSensitiveLog = (obj) => ({
324
- ...obj,
325
- });
326
- export const CIDRSummaryFilterSensitiveLog = (obj) => ({
327
- ...obj,
328
- });
329
- export const CapacityUsageSummaryFilterSensitiveLog = (obj) => ({
330
- ...obj,
331
- });
332
- export const EncryptionConfigurationFilterSensitiveLog = (obj) => ({
333
- ...obj,
334
- });
335
- export const TagFilterSensitiveLog = (obj) => ({
336
- ...obj,
337
- });
338
- export const CreateFirewallRequestFilterSensitiveLog = (obj) => ({
339
- ...obj,
340
- });
341
- export const FirewallFilterSensitiveLog = (obj) => ({
342
- ...obj,
343
- });
344
- export const PerObjectStatusFilterSensitiveLog = (obj) => ({
345
- ...obj,
346
- });
347
- export const SyncStateFilterSensitiveLog = (obj) => ({
348
- ...obj,
349
- });
350
- export const FirewallStatusFilterSensitiveLog = (obj) => ({
351
- ...obj,
352
- });
353
- export const CreateFirewallResponseFilterSensitiveLog = (obj) => ({
354
- ...obj,
355
- });
356
- export const StatefulEngineOptionsFilterSensitiveLog = (obj) => ({
357
- ...obj,
358
- });
359
- export const StatefulRuleGroupOverrideFilterSensitiveLog = (obj) => ({
360
- ...obj,
361
- });
362
- export const StatefulRuleGroupReferenceFilterSensitiveLog = (obj) => ({
363
- ...obj,
364
- });
365
- export const CustomActionFilterSensitiveLog = (obj) => ({
366
- ...obj,
367
- });
368
- export const StatelessRuleGroupReferenceFilterSensitiveLog = (obj) => ({
369
- ...obj,
370
- });
371
- export const FirewallPolicyFilterSensitiveLog = (obj) => ({
372
- ...obj,
373
- });
374
- export const CreateFirewallPolicyRequestFilterSensitiveLog = (obj) => ({
375
- ...obj,
376
- });
377
- export const FirewallPolicyResponseFilterSensitiveLog = (obj) => ({
378
- ...obj,
379
- });
380
- export const CreateFirewallPolicyResponseFilterSensitiveLog = (obj) => ({
381
- ...obj,
382
- });
383
- export const IPSetReferenceFilterSensitiveLog = (obj) => ({
384
- ...obj,
385
- });
386
- export const ReferenceSetsFilterSensitiveLog = (obj) => ({
387
- ...obj,
388
- });
389
- export const RulesSourceListFilterSensitiveLog = (obj) => ({
390
- ...obj,
391
- });
392
- export const HeaderFilterSensitiveLog = (obj) => ({
393
- ...obj,
394
- });
395
- export const RuleOptionFilterSensitiveLog = (obj) => ({
396
- ...obj,
397
- });
398
- export const StatefulRuleFilterSensitiveLog = (obj) => ({
399
- ...obj,
400
- });
401
- export const PortRangeFilterSensitiveLog = (obj) => ({
402
- ...obj,
403
- });
404
- export const TCPFlagFieldFilterSensitiveLog = (obj) => ({
405
- ...obj,
406
- });
407
- export const MatchAttributesFilterSensitiveLog = (obj) => ({
408
- ...obj,
409
- });
410
- export const RuleDefinitionFilterSensitiveLog = (obj) => ({
411
- ...obj,
412
- });
413
- export const StatelessRuleFilterSensitiveLog = (obj) => ({
414
- ...obj,
415
- });
416
- export const StatelessRulesAndCustomActionsFilterSensitiveLog = (obj) => ({
417
- ...obj,
418
- });
419
- export const RulesSourceFilterSensitiveLog = (obj) => ({
420
- ...obj,
421
- });
422
- export const IPSetFilterSensitiveLog = (obj) => ({
423
- ...obj,
424
- });
425
- export const PortSetFilterSensitiveLog = (obj) => ({
426
- ...obj,
427
- });
428
- export const RuleVariablesFilterSensitiveLog = (obj) => ({
429
- ...obj,
430
- });
431
- export const StatefulRuleOptionsFilterSensitiveLog = (obj) => ({
432
- ...obj,
433
- });
434
- export const RuleGroupFilterSensitiveLog = (obj) => ({
435
- ...obj,
436
- });
437
- export const SourceMetadataFilterSensitiveLog = (obj) => ({
438
- ...obj,
439
- });
440
- export const CreateRuleGroupRequestFilterSensitiveLog = (obj) => ({
441
- ...obj,
442
- });
443
- export const RuleGroupResponseFilterSensitiveLog = (obj) => ({
444
- ...obj,
445
- });
446
- export const CreateRuleGroupResponseFilterSensitiveLog = (obj) => ({
447
- ...obj,
448
- });
449
- export const DeleteFirewallRequestFilterSensitiveLog = (obj) => ({
450
- ...obj,
451
- });
452
- export const DeleteFirewallResponseFilterSensitiveLog = (obj) => ({
453
- ...obj,
454
- });
455
- export const DeleteFirewallPolicyRequestFilterSensitiveLog = (obj) => ({
456
- ...obj,
457
- });
458
- export const DeleteFirewallPolicyResponseFilterSensitiveLog = (obj) => ({
459
- ...obj,
460
- });
461
- export const DeleteResourcePolicyRequestFilterSensitiveLog = (obj) => ({
462
- ...obj,
463
- });
464
- export const DeleteResourcePolicyResponseFilterSensitiveLog = (obj) => ({
465
- ...obj,
466
- });
467
- export const DeleteRuleGroupRequestFilterSensitiveLog = (obj) => ({
468
- ...obj,
469
- });
470
- export const DeleteRuleGroupResponseFilterSensitiveLog = (obj) => ({
471
- ...obj,
472
- });
473
- export const DescribeFirewallRequestFilterSensitiveLog = (obj) => ({
474
- ...obj,
475
- });
476
- export const DescribeFirewallResponseFilterSensitiveLog = (obj) => ({
477
- ...obj,
478
- });
479
- export const DescribeFirewallPolicyRequestFilterSensitiveLog = (obj) => ({
480
- ...obj,
481
- });
482
- export const DescribeFirewallPolicyResponseFilterSensitiveLog = (obj) => ({
483
- ...obj,
484
- });
485
- export const DescribeLoggingConfigurationRequestFilterSensitiveLog = (obj) => ({
486
- ...obj,
487
- });
488
- export const LogDestinationConfigFilterSensitiveLog = (obj) => ({
489
- ...obj,
490
- });
491
- export const LoggingConfigurationFilterSensitiveLog = (obj) => ({
492
- ...obj,
493
- });
494
- export const DescribeLoggingConfigurationResponseFilterSensitiveLog = (obj) => ({
495
- ...obj,
496
- });
497
- export const DescribeResourcePolicyRequestFilterSensitiveLog = (obj) => ({
498
- ...obj,
499
- });
500
- export const DescribeResourcePolicyResponseFilterSensitiveLog = (obj) => ({
501
- ...obj,
502
- });
503
- export const DescribeRuleGroupRequestFilterSensitiveLog = (obj) => ({
504
- ...obj,
505
- });
506
- export const DescribeRuleGroupResponseFilterSensitiveLog = (obj) => ({
507
- ...obj,
508
- });
509
- export const DescribeRuleGroupMetadataRequestFilterSensitiveLog = (obj) => ({
510
- ...obj,
511
- });
512
- export const DescribeRuleGroupMetadataResponseFilterSensitiveLog = (obj) => ({
513
- ...obj,
514
- });
515
- export const DisassociateSubnetsRequestFilterSensitiveLog = (obj) => ({
516
- ...obj,
517
- });
518
- export const DisassociateSubnetsResponseFilterSensitiveLog = (obj) => ({
519
- ...obj,
520
- });
521
- export const FirewallMetadataFilterSensitiveLog = (obj) => ({
522
- ...obj,
523
- });
524
- export const FirewallPolicyMetadataFilterSensitiveLog = (obj) => ({
525
- ...obj,
526
- });
527
- export const ListFirewallPoliciesRequestFilterSensitiveLog = (obj) => ({
528
- ...obj,
529
- });
530
- export const ListFirewallPoliciesResponseFilterSensitiveLog = (obj) => ({
531
- ...obj,
532
- });
533
- export const ListFirewallsRequestFilterSensitiveLog = (obj) => ({
534
- ...obj,
535
- });
536
- export const ListFirewallsResponseFilterSensitiveLog = (obj) => ({
537
- ...obj,
538
- });
539
- export const ListRuleGroupsRequestFilterSensitiveLog = (obj) => ({
540
- ...obj,
541
- });
542
- export const RuleGroupMetadataFilterSensitiveLog = (obj) => ({
543
- ...obj,
544
- });
545
- export const ListRuleGroupsResponseFilterSensitiveLog = (obj) => ({
546
- ...obj,
547
- });
548
- export const ListTagsForResourceRequestFilterSensitiveLog = (obj) => ({
549
- ...obj,
550
- });
551
- export const ListTagsForResourceResponseFilterSensitiveLog = (obj) => ({
552
- ...obj,
553
- });
554
- export const PutResourcePolicyRequestFilterSensitiveLog = (obj) => ({
555
- ...obj,
556
- });
557
- export const PutResourcePolicyResponseFilterSensitiveLog = (obj) => ({
558
- ...obj,
559
- });
560
- export const TagResourceRequestFilterSensitiveLog = (obj) => ({
561
- ...obj,
562
- });
563
- export const TagResourceResponseFilterSensitiveLog = (obj) => ({
564
- ...obj,
565
- });
566
- export const UntagResourceRequestFilterSensitiveLog = (obj) => ({
567
- ...obj,
568
- });
569
- export const UntagResourceResponseFilterSensitiveLog = (obj) => ({
570
- ...obj,
571
- });
572
- export const UpdateFirewallDeleteProtectionRequestFilterSensitiveLog = (obj) => ({
573
- ...obj,
574
- });
575
- export const UpdateFirewallDeleteProtectionResponseFilterSensitiveLog = (obj) => ({
576
- ...obj,
577
- });
578
- export const UpdateFirewallDescriptionRequestFilterSensitiveLog = (obj) => ({
579
- ...obj,
580
- });
581
- export const UpdateFirewallDescriptionResponseFilterSensitiveLog = (obj) => ({
582
- ...obj,
583
- });
584
- export const UpdateFirewallEncryptionConfigurationRequestFilterSensitiveLog = (obj) => ({
585
- ...obj,
586
- });
587
- export const UpdateFirewallEncryptionConfigurationResponseFilterSensitiveLog = (obj) => ({
588
- ...obj,
589
- });
590
- export const UpdateFirewallPolicyRequestFilterSensitiveLog = (obj) => ({
591
- ...obj,
592
- });
593
- export const UpdateFirewallPolicyResponseFilterSensitiveLog = (obj) => ({
594
- ...obj,
595
- });
596
- export const UpdateFirewallPolicyChangeProtectionRequestFilterSensitiveLog = (obj) => ({
597
- ...obj,
598
- });
599
- export const UpdateFirewallPolicyChangeProtectionResponseFilterSensitiveLog = (obj) => ({
600
- ...obj,
601
- });
602
- export const UpdateLoggingConfigurationRequestFilterSensitiveLog = (obj) => ({
603
- ...obj,
604
- });
605
- export const UpdateLoggingConfigurationResponseFilterSensitiveLog = (obj) => ({
606
- ...obj,
607
- });
608
- export const UpdateRuleGroupRequestFilterSensitiveLog = (obj) => ({
609
- ...obj,
610
- });
611
- export const UpdateRuleGroupResponseFilterSensitiveLog = (obj) => ({
612
- ...obj,
613
- });
614
- export const UpdateSubnetChangeProtectionRequestFilterSensitiveLog = (obj) => ({
615
- ...obj,
616
- });
617
- export const UpdateSubnetChangeProtectionResponseFilterSensitiveLog = (obj) => ({
618
- ...obj,
619
- });
@@ -32,6 +32,7 @@ import { UpdateRuleGroupCommandInput, UpdateRuleGroupCommandOutput } from "./com
32
32
  import { UpdateSubnetChangeProtectionCommandInput, UpdateSubnetChangeProtectionCommandOutput } from "./commands/UpdateSubnetChangeProtectionCommand";
33
33
  import { NetworkFirewallClient } from "./NetworkFirewallClient";
34
34
  /**
35
+ * @public
35
36
  * <p>This is the API Reference for Network Firewall. This guide is for developers who need
36
37
  * detailed information about the Network Firewall API actions, data types, and errors. </p>
37
38
  * <ul>
@@ -113,6 +114,7 @@ import { NetworkFirewallClient } from "./NetworkFirewallClient";
113
114
  */
114
115
  export declare class NetworkFirewall extends NetworkFirewallClient {
115
116
  /**
117
+ * @public
116
118
  * <p>Associates a <a>FirewallPolicy</a> to a <a>Firewall</a>. </p>
117
119
  * <p>A firewall policy defines how to monitor and manage your VPC network traffic, using a
118
120
  * collection of inspection rule groups and other settings. Each firewall requires one
@@ -123,6 +125,7 @@ export declare class NetworkFirewall extends NetworkFirewallClient {
123
125
  associateFirewallPolicy(args: AssociateFirewallPolicyCommandInput, cb: (err: any, data?: AssociateFirewallPolicyCommandOutput) => void): void;
124
126
  associateFirewallPolicy(args: AssociateFirewallPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AssociateFirewallPolicyCommandOutput) => void): void;
125
127
  /**
128
+ * @public
126
129
  * <p>Associates the specified subnets in the Amazon VPC to the firewall. You can specify one
127
130
  * subnet for each of the Availability Zones that the VPC spans. </p>
128
131
  * <p>This request creates an Network Firewall firewall endpoint in each of the subnets. To
@@ -134,6 +137,7 @@ export declare class NetworkFirewall extends NetworkFirewallClient {
134
137
  associateSubnets(args: AssociateSubnetsCommandInput, cb: (err: any, data?: AssociateSubnetsCommandOutput) => void): void;
135
138
  associateSubnets(args: AssociateSubnetsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AssociateSubnetsCommandOutput) => void): void;
136
139
  /**
140
+ * @public
137
141
  * <p>Creates an Network Firewall <a>Firewall</a> and accompanying <a>FirewallStatus</a> for a VPC. </p>
138
142
  * <p>The firewall defines the configuration settings for an Network Firewall firewall. The settings that you can define at creation include the firewall policy, the subnets in your VPC to use for the firewall endpoints, and any tags that are attached to the firewall Amazon Web Services resource. </p>
139
143
  * <p>After you create a firewall, you can provide additional settings, like the logging configuration. </p>
@@ -146,6 +150,7 @@ export declare class NetworkFirewall extends NetworkFirewallClient {
146
150
  createFirewall(args: CreateFirewallCommandInput, cb: (err: any, data?: CreateFirewallCommandOutput) => void): void;
147
151
  createFirewall(args: CreateFirewallCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateFirewallCommandOutput) => void): void;
148
152
  /**
153
+ * @public
149
154
  * <p>Creates the firewall policy for the firewall according to the specifications. </p>
150
155
  * <p>An Network Firewall firewall policy defines the behavior of a firewall, in a collection of
151
156
  * stateless and stateful rule groups and other settings. You can use one firewall policy for
@@ -155,6 +160,7 @@ export declare class NetworkFirewall extends NetworkFirewallClient {
155
160
  createFirewallPolicy(args: CreateFirewallPolicyCommandInput, cb: (err: any, data?: CreateFirewallPolicyCommandOutput) => void): void;
156
161
  createFirewallPolicy(args: CreateFirewallPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateFirewallPolicyCommandOutput) => void): void;
157
162
  /**
163
+ * @public
158
164
  * <p>Creates the specified stateless or stateful rule group, which includes the rules for
159
165
  * network traffic inspection, a capacity setting, and tags. </p>
160
166
  * <p>You provide your rule group specification in your request using either
@@ -164,6 +170,7 @@ export declare class NetworkFirewall extends NetworkFirewallClient {
164
170
  createRuleGroup(args: CreateRuleGroupCommandInput, cb: (err: any, data?: CreateRuleGroupCommandOutput) => void): void;
165
171
  createRuleGroup(args: CreateRuleGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateRuleGroupCommandOutput) => void): void;
166
172
  /**
173
+ * @public
167
174
  * <p>Deletes the specified <a>Firewall</a> and its <a>FirewallStatus</a>.
168
175
  * This operation requires the firewall's <code>DeleteProtection</code> flag to be
169
176
  * <code>FALSE</code>. You can't revert this operation. </p>
@@ -180,54 +187,63 @@ export declare class NetworkFirewall extends NetworkFirewallClient {
180
187
  deleteFirewall(args: DeleteFirewallCommandInput, cb: (err: any, data?: DeleteFirewallCommandOutput) => void): void;
181
188
  deleteFirewall(args: DeleteFirewallCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteFirewallCommandOutput) => void): void;
182
189
  /**
190
+ * @public
183
191
  * <p>Deletes the specified <a>FirewallPolicy</a>. </p>
184
192
  */
185
193
  deleteFirewallPolicy(args: DeleteFirewallPolicyCommandInput, options?: __HttpHandlerOptions): Promise<DeleteFirewallPolicyCommandOutput>;
186
194
  deleteFirewallPolicy(args: DeleteFirewallPolicyCommandInput, cb: (err: any, data?: DeleteFirewallPolicyCommandOutput) => void): void;
187
195
  deleteFirewallPolicy(args: DeleteFirewallPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteFirewallPolicyCommandOutput) => void): void;
188
196
  /**
197
+ * @public
189
198
  * <p>Deletes a resource policy that you created in a <a>PutResourcePolicy</a> request. </p>
190
199
  */
191
200
  deleteResourcePolicy(args: DeleteResourcePolicyCommandInput, options?: __HttpHandlerOptions): Promise<DeleteResourcePolicyCommandOutput>;
192
201
  deleteResourcePolicy(args: DeleteResourcePolicyCommandInput, cb: (err: any, data?: DeleteResourcePolicyCommandOutput) => void): void;
193
202
  deleteResourcePolicy(args: DeleteResourcePolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteResourcePolicyCommandOutput) => void): void;
194
203
  /**
204
+ * @public
195
205
  * <p>Deletes the specified <a>RuleGroup</a>. </p>
196
206
  */
197
207
  deleteRuleGroup(args: DeleteRuleGroupCommandInput, options?: __HttpHandlerOptions): Promise<DeleteRuleGroupCommandOutput>;
198
208
  deleteRuleGroup(args: DeleteRuleGroupCommandInput, cb: (err: any, data?: DeleteRuleGroupCommandOutput) => void): void;
199
209
  deleteRuleGroup(args: DeleteRuleGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteRuleGroupCommandOutput) => void): void;
200
210
  /**
211
+ * @public
201
212
  * <p>Returns the data objects for the specified firewall. </p>
202
213
  */
203
214
  describeFirewall(args: DescribeFirewallCommandInput, options?: __HttpHandlerOptions): Promise<DescribeFirewallCommandOutput>;
204
215
  describeFirewall(args: DescribeFirewallCommandInput, cb: (err: any, data?: DescribeFirewallCommandOutput) => void): void;
205
216
  describeFirewall(args: DescribeFirewallCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeFirewallCommandOutput) => void): void;
206
217
  /**
218
+ * @public
207
219
  * <p>Returns the data objects for the specified firewall policy. </p>
208
220
  */
209
221
  describeFirewallPolicy(args: DescribeFirewallPolicyCommandInput, options?: __HttpHandlerOptions): Promise<DescribeFirewallPolicyCommandOutput>;
210
222
  describeFirewallPolicy(args: DescribeFirewallPolicyCommandInput, cb: (err: any, data?: DescribeFirewallPolicyCommandOutput) => void): void;
211
223
  describeFirewallPolicy(args: DescribeFirewallPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeFirewallPolicyCommandOutput) => void): void;
212
224
  /**
225
+ * @public
213
226
  * <p>Returns the logging configuration for the specified firewall. </p>
214
227
  */
215
228
  describeLoggingConfiguration(args: DescribeLoggingConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<DescribeLoggingConfigurationCommandOutput>;
216
229
  describeLoggingConfiguration(args: DescribeLoggingConfigurationCommandInput, cb: (err: any, data?: DescribeLoggingConfigurationCommandOutput) => void): void;
217
230
  describeLoggingConfiguration(args: DescribeLoggingConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeLoggingConfigurationCommandOutput) => void): void;
218
231
  /**
232
+ * @public
219
233
  * <p>Retrieves a resource policy that you created in a <a>PutResourcePolicy</a> request. </p>
220
234
  */
221
235
  describeResourcePolicy(args: DescribeResourcePolicyCommandInput, options?: __HttpHandlerOptions): Promise<DescribeResourcePolicyCommandOutput>;
222
236
  describeResourcePolicy(args: DescribeResourcePolicyCommandInput, cb: (err: any, data?: DescribeResourcePolicyCommandOutput) => void): void;
223
237
  describeResourcePolicy(args: DescribeResourcePolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeResourcePolicyCommandOutput) => void): void;
224
238
  /**
239
+ * @public
225
240
  * <p>Returns the data objects for the specified rule group. </p>
226
241
  */
227
242
  describeRuleGroup(args: DescribeRuleGroupCommandInput, options?: __HttpHandlerOptions): Promise<DescribeRuleGroupCommandOutput>;
228
243
  describeRuleGroup(args: DescribeRuleGroupCommandInput, cb: (err: any, data?: DescribeRuleGroupCommandOutput) => void): void;
229
244
  describeRuleGroup(args: DescribeRuleGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeRuleGroupCommandOutput) => void): void;
230
245
  /**
246
+ * @public
231
247
  * <p>High-level information about a rule group, returned by operations like create and describe.
232
248
  * You can use the information provided in the metadata to retrieve and manage a rule group.
233
249
  * You can retrieve all objects for a rule group by calling <a>DescribeRuleGroup</a>.
@@ -237,6 +253,7 @@ export declare class NetworkFirewall extends NetworkFirewallClient {
237
253
  describeRuleGroupMetadata(args: DescribeRuleGroupMetadataCommandInput, cb: (err: any, data?: DescribeRuleGroupMetadataCommandOutput) => void): void;
238
254
  describeRuleGroupMetadata(args: DescribeRuleGroupMetadataCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeRuleGroupMetadataCommandOutput) => void): void;
239
255
  /**
256
+ * @public
240
257
  * <p>Removes the specified subnet associations from the firewall. This removes the
241
258
  * firewall endpoints from the subnets and removes any network filtering protections that the endpoints
242
259
  * were providing.
@@ -246,6 +263,7 @@ export declare class NetworkFirewall extends NetworkFirewallClient {
246
263
  disassociateSubnets(args: DisassociateSubnetsCommandInput, cb: (err: any, data?: DisassociateSubnetsCommandOutput) => void): void;
247
264
  disassociateSubnets(args: DisassociateSubnetsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisassociateSubnetsCommandOutput) => void): void;
248
265
  /**
266
+ * @public
249
267
  * <p>Retrieves the metadata for the firewall policies that you have defined. Depending on
250
268
  * your setting for max results and the number of firewall policies, a single call might not
251
269
  * return the full list. </p>
@@ -254,6 +272,7 @@ export declare class NetworkFirewall extends NetworkFirewallClient {
254
272
  listFirewallPolicies(args: ListFirewallPoliciesCommandInput, cb: (err: any, data?: ListFirewallPoliciesCommandOutput) => void): void;
255
273
  listFirewallPolicies(args: ListFirewallPoliciesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListFirewallPoliciesCommandOutput) => void): void;
256
274
  /**
275
+ * @public
257
276
  * <p>Retrieves the metadata for the firewalls that you have defined. If you provide VPC
258
277
  * identifiers in your request, this returns only the firewalls for those VPCs.</p>
259
278
  * <p>Depending on your setting for max results and the number of firewalls, a single call
@@ -263,6 +282,7 @@ export declare class NetworkFirewall extends NetworkFirewallClient {
263
282
  listFirewalls(args: ListFirewallsCommandInput, cb: (err: any, data?: ListFirewallsCommandOutput) => void): void;
264
283
  listFirewalls(args: ListFirewallsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListFirewallsCommandOutput) => void): void;
265
284
  /**
285
+ * @public
266
286
  * <p>Retrieves the metadata for the rule groups that you have defined. Depending on your
267
287
  * setting for max results and the number of rule groups, a single call might not return the
268
288
  * full list. </p>
@@ -271,6 +291,7 @@ export declare class NetworkFirewall extends NetworkFirewallClient {
271
291
  listRuleGroups(args: ListRuleGroupsCommandInput, cb: (err: any, data?: ListRuleGroupsCommandOutput) => void): void;
272
292
  listRuleGroups(args: ListRuleGroupsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListRuleGroupsCommandOutput) => void): void;
273
293
  /**
294
+ * @public
274
295
  * <p>Retrieves the tags associated with the specified resource. Tags are key:value pairs that
275
296
  * you can use to categorize and manage your resources, for purposes like billing. For
276
297
  * example, you might set the tag key to "customer" and the value to the customer name or ID.
@@ -283,6 +304,7 @@ export declare class NetworkFirewall extends NetworkFirewallClient {
283
304
  listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
284
305
  listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
285
306
  /**
307
+ * @public
286
308
  * <p>Creates or updates an IAM policy for your rule group or firewall policy. Use this to share rule groups and firewall policies between accounts. This operation works in conjunction with the Amazon Web Services Resource Access Manager (RAM) service
287
309
  * to manage resource sharing for Network Firewall. </p>
288
310
  * <p>Use this operation to create or update a resource policy for your rule group or firewall policy. In the policy, you specify the accounts that you want to share the resource with and the operations that you want the accounts to be able to perform. </p>
@@ -303,6 +325,7 @@ export declare class NetworkFirewall extends NetworkFirewallClient {
303
325
  putResourcePolicy(args: PutResourcePolicyCommandInput, cb: (err: any, data?: PutResourcePolicyCommandOutput) => void): void;
304
326
  putResourcePolicy(args: PutResourcePolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutResourcePolicyCommandOutput) => void): void;
305
327
  /**
328
+ * @public
306
329
  * <p>Adds the specified tags to the specified resource. Tags are key:value pairs that you can
307
330
  * use to categorize and manage your resources, for purposes like billing. For example, you
308
331
  * might set the tag key to "customer" and the value to the customer name or ID. You can
@@ -314,6 +337,7 @@ export declare class NetworkFirewall extends NetworkFirewallClient {
314
337
  tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
315
338
  tagResource(args: TagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
316
339
  /**
340
+ * @public
317
341
  * <p>Removes the tags with the specified keys from the specified resource. Tags are key:value
318
342
  * pairs that you can use to categorize and manage your resources, for purposes like billing.
319
343
  * For example, you might set the tag key to "customer" and the value to the customer name or
@@ -326,6 +350,7 @@ export declare class NetworkFirewall extends NetworkFirewallClient {
326
350
  untagResource(args: UntagResourceCommandInput, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
327
351
  untagResource(args: UntagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
328
352
  /**
353
+ * @public
329
354
  * <p>Modifies the flag, <code>DeleteProtection</code>, which indicates whether it is possible
330
355
  * to delete the firewall. If the flag is set to <code>TRUE</code>, the firewall is protected
331
356
  * against deletion. This setting helps protect against accidentally deleting a firewall
@@ -335,6 +360,7 @@ export declare class NetworkFirewall extends NetworkFirewallClient {
335
360
  updateFirewallDeleteProtection(args: UpdateFirewallDeleteProtectionCommandInput, cb: (err: any, data?: UpdateFirewallDeleteProtectionCommandOutput) => void): void;
336
361
  updateFirewallDeleteProtection(args: UpdateFirewallDeleteProtectionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateFirewallDeleteProtectionCommandOutput) => void): void;
337
362
  /**
363
+ * @public
338
364
  * <p>Modifies the description for the specified firewall. Use the description to help you
339
365
  * identify the firewall when you're working with it. </p>
340
366
  */
@@ -342,18 +368,21 @@ export declare class NetworkFirewall extends NetworkFirewallClient {
342
368
  updateFirewallDescription(args: UpdateFirewallDescriptionCommandInput, cb: (err: any, data?: UpdateFirewallDescriptionCommandOutput) => void): void;
343
369
  updateFirewallDescription(args: UpdateFirewallDescriptionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateFirewallDescriptionCommandOutput) => void): void;
344
370
  /**
371
+ * @public
345
372
  * <p>A complex type that contains settings for encryption of your firewall resources.</p>
346
373
  */
347
374
  updateFirewallEncryptionConfiguration(args: UpdateFirewallEncryptionConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<UpdateFirewallEncryptionConfigurationCommandOutput>;
348
375
  updateFirewallEncryptionConfiguration(args: UpdateFirewallEncryptionConfigurationCommandInput, cb: (err: any, data?: UpdateFirewallEncryptionConfigurationCommandOutput) => void): void;
349
376
  updateFirewallEncryptionConfiguration(args: UpdateFirewallEncryptionConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateFirewallEncryptionConfigurationCommandOutput) => void): void;
350
377
  /**
378
+ * @public
351
379
  * <p>Updates the properties of the specified firewall policy.</p>
352
380
  */
353
381
  updateFirewallPolicy(args: UpdateFirewallPolicyCommandInput, options?: __HttpHandlerOptions): Promise<UpdateFirewallPolicyCommandOutput>;
354
382
  updateFirewallPolicy(args: UpdateFirewallPolicyCommandInput, cb: (err: any, data?: UpdateFirewallPolicyCommandOutput) => void): void;
355
383
  updateFirewallPolicy(args: UpdateFirewallPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateFirewallPolicyCommandOutput) => void): void;
356
384
  /**
385
+ * @public
357
386
  * <p>Modifies the flag, <code>ChangeProtection</code>, which indicates whether it
358
387
  * is possible to change the firewall. If the flag is set to <code>TRUE</code>, the firewall is protected
359
388
  * from changes. This setting helps protect against accidentally changing a firewall that's in use.</p>
@@ -362,6 +391,7 @@ export declare class NetworkFirewall extends NetworkFirewallClient {
362
391
  updateFirewallPolicyChangeProtection(args: UpdateFirewallPolicyChangeProtectionCommandInput, cb: (err: any, data?: UpdateFirewallPolicyChangeProtectionCommandOutput) => void): void;
363
392
  updateFirewallPolicyChangeProtection(args: UpdateFirewallPolicyChangeProtectionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateFirewallPolicyChangeProtectionCommandOutput) => void): void;
364
393
  /**
394
+ * @public
365
395
  * <p>Sets the logging configuration for the specified firewall. </p>
366
396
  * <p>To change the logging configuration, retrieve the <a>LoggingConfiguration</a> by calling <a>DescribeLoggingConfiguration</a>, then change it and provide
367
397
  * the modified object to this update call. You must change the logging configuration one
@@ -393,6 +423,7 @@ export declare class NetworkFirewall extends NetworkFirewallClient {
393
423
  updateLoggingConfiguration(args: UpdateLoggingConfigurationCommandInput, cb: (err: any, data?: UpdateLoggingConfigurationCommandOutput) => void): void;
394
424
  updateLoggingConfiguration(args: UpdateLoggingConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateLoggingConfigurationCommandOutput) => void): void;
395
425
  /**
426
+ * @public
396
427
  * <p>Updates the rule settings for the specified rule group. You use a rule group by
397
428
  * reference in one or more firewall policies. When you modify a rule group, you modify all
398
429
  * firewall policies that use the rule group. </p>
@@ -404,6 +435,7 @@ export declare class NetworkFirewall extends NetworkFirewallClient {
404
435
  updateRuleGroup(args: UpdateRuleGroupCommandInput, cb: (err: any, data?: UpdateRuleGroupCommandOutput) => void): void;
405
436
  updateRuleGroup(args: UpdateRuleGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateRuleGroupCommandOutput) => void): void;
406
437
  /**
438
+ * @public
407
439
  * <p></p>
408
440
  */
409
441
  updateSubnetChangeProtection(args: UpdateSubnetChangeProtectionCommandInput, options?: __HttpHandlerOptions): Promise<UpdateSubnetChangeProtectionCommandOutput>;
@@ -39,15 +39,24 @@ import { UpdateLoggingConfigurationCommandInput, UpdateLoggingConfigurationComma
39
39
  import { UpdateRuleGroupCommandInput, UpdateRuleGroupCommandOutput } from "./commands/UpdateRuleGroupCommand";
40
40
  import { UpdateSubnetChangeProtectionCommandInput, UpdateSubnetChangeProtectionCommandOutput } from "./commands/UpdateSubnetChangeProtectionCommand";
41
41
  import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
42
+ /**
43
+ * @public
44
+ */
42
45
  export type ServiceInputTypes = AssociateFirewallPolicyCommandInput | AssociateSubnetsCommandInput | CreateFirewallCommandInput | CreateFirewallPolicyCommandInput | CreateRuleGroupCommandInput | DeleteFirewallCommandInput | DeleteFirewallPolicyCommandInput | DeleteResourcePolicyCommandInput | DeleteRuleGroupCommandInput | DescribeFirewallCommandInput | DescribeFirewallPolicyCommandInput | DescribeLoggingConfigurationCommandInput | DescribeResourcePolicyCommandInput | DescribeRuleGroupCommandInput | DescribeRuleGroupMetadataCommandInput | DisassociateSubnetsCommandInput | ListFirewallPoliciesCommandInput | ListFirewallsCommandInput | ListRuleGroupsCommandInput | ListTagsForResourceCommandInput | PutResourcePolicyCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateFirewallDeleteProtectionCommandInput | UpdateFirewallDescriptionCommandInput | UpdateFirewallEncryptionConfigurationCommandInput | UpdateFirewallPolicyChangeProtectionCommandInput | UpdateFirewallPolicyCommandInput | UpdateLoggingConfigurationCommandInput | UpdateRuleGroupCommandInput | UpdateSubnetChangeProtectionCommandInput;
46
+ /**
47
+ * @public
48
+ */
43
49
  export type ServiceOutputTypes = AssociateFirewallPolicyCommandOutput | AssociateSubnetsCommandOutput | CreateFirewallCommandOutput | CreateFirewallPolicyCommandOutput | CreateRuleGroupCommandOutput | DeleteFirewallCommandOutput | DeleteFirewallPolicyCommandOutput | DeleteResourcePolicyCommandOutput | DeleteRuleGroupCommandOutput | DescribeFirewallCommandOutput | DescribeFirewallPolicyCommandOutput | DescribeLoggingConfigurationCommandOutput | DescribeResourcePolicyCommandOutput | DescribeRuleGroupCommandOutput | DescribeRuleGroupMetadataCommandOutput | DisassociateSubnetsCommandOutput | ListFirewallPoliciesCommandOutput | ListFirewallsCommandOutput | ListRuleGroupsCommandOutput | ListTagsForResourceCommandOutput | PutResourcePolicyCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateFirewallDeleteProtectionCommandOutput | UpdateFirewallDescriptionCommandOutput | UpdateFirewallEncryptionConfigurationCommandOutput | UpdateFirewallPolicyChangeProtectionCommandOutput | UpdateFirewallPolicyCommandOutput | UpdateLoggingConfigurationCommandOutput | UpdateRuleGroupCommandOutput | UpdateSubnetChangeProtectionCommandOutput;
50
+ /**
51
+ * @public
52
+ */
44
53
  export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
45
54
  /**
46
55
  * The HTTP handler to use. Fetch in browser and Https in Nodejs.
47
56
  */
48
57
  requestHandler?: __HttpHandler;
49
58
  /**
50
- * A constructor for a class implementing the {@link __Checksum} interface
59
+ * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface
51
60
  * that computes the SHA-256 HMAC or checksum of a string or binary buffer.
52
61
  * @internal
53
62
  */
@@ -137,23 +146,34 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
137
146
  */
138
147
  logger?: __Logger;
139
148
  /**
140
- * The {@link __DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
149
+ * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
141
150
  */
142
151
  defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
143
152
  }
153
+ /**
154
+ * @public
155
+ */
144
156
  type NetworkFirewallClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
145
157
  /**
146
- * The configuration interface of NetworkFirewallClient class constructor that set the region, credentials and other options.
158
+ * @public
159
+ *
160
+ * The configuration interface of NetworkFirewallClient class constructor that set the region, credentials and other options.
147
161
  */
148
162
  export interface NetworkFirewallClientConfig extends NetworkFirewallClientConfigType {
149
163
  }
164
+ /**
165
+ * @public
166
+ */
150
167
  type NetworkFirewallClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
151
168
  /**
152
- * The resolved configuration interface of NetworkFirewallClient class. This is resolved and normalized from the {@link NetworkFirewallClientConfig | constructor configuration interface}.
169
+ * @public
170
+ *
171
+ * The resolved configuration interface of NetworkFirewallClient class. This is resolved and normalized from the {@link NetworkFirewallClientConfig | constructor configuration interface}.
153
172
  */
154
173
  export interface NetworkFirewallClientResolvedConfig extends NetworkFirewallClientResolvedConfigType {
155
174
  }
156
175
  /**
176
+ * @public
157
177
  * <p>This is the API Reference for Network Firewall. This guide is for developers who need
158
178
  * detailed information about the Network Firewall API actions, data types, and errors. </p>
159
179
  * <ul>