@aws-sdk/client-network-firewall 3.496.0 → 3.501.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 (2) hide show
  1. package/dist-cjs/index.js +41 -40
  2. package/package.json +3 -3
package/dist-cjs/index.js CHANGED
@@ -3370,10 +3370,13 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
3370
3370
  // Annotate the CommonJS export names for ESM import in node:
3371
3371
 
3372
3372
  0 && (module.exports = {
3373
+ NetworkFirewallServiceException,
3374
+ __Client,
3375
+ NetworkFirewallClient,
3376
+ NetworkFirewall,
3377
+ $Command,
3373
3378
  AssociateFirewallPolicyCommand,
3374
3379
  AssociateSubnetsCommand,
3375
- AttachmentStatus,
3376
- ConfigurationSyncState,
3377
3380
  CreateFirewallCommand,
3378
3381
  CreateFirewallPolicyCommand,
3379
3382
  CreateRuleGroupCommand,
@@ -3391,49 +3394,13 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
3391
3394
  DescribeRuleGroupMetadataCommand,
3392
3395
  DescribeTLSInspectionConfigurationCommand,
3393
3396
  DisassociateSubnetsCommand,
3394
- EncryptionType,
3395
- FirewallStatusValue,
3396
- GeneratedRulesType,
3397
- IPAddressType,
3398
- IdentifiedType,
3399
- InsufficientCapacityException,
3400
- InternalServerError,
3401
- InvalidOperationException,
3402
- InvalidRequestException,
3403
- InvalidResourcePolicyException,
3404
- InvalidTokenException,
3405
- LimitExceededException,
3406
3397
  ListFirewallPoliciesCommand,
3407
3398
  ListFirewallsCommand,
3408
3399
  ListRuleGroupsCommand,
3409
3400
  ListTLSInspectionConfigurationsCommand,
3410
3401
  ListTagsForResourceCommand,
3411
- LogDestinationPermissionException,
3412
- LogDestinationType,
3413
- LogType,
3414
- NetworkFirewall,
3415
- NetworkFirewallClient,
3416
- NetworkFirewallServiceException,
3417
- OverrideAction,
3418
- PerObjectSyncStatus,
3419
3402
  PutResourcePolicyCommand,
3420
- ResourceManagedStatus,
3421
- ResourceManagedType,
3422
- ResourceNotFoundException,
3423
- ResourceOwnerCheckException,
3424
- ResourceStatus,
3425
- RevocationCheckAction,
3426
- RuleGroupType,
3427
- RuleOrder,
3428
- StatefulAction,
3429
- StatefulRuleDirection,
3430
- StatefulRuleProtocol,
3431
- StreamExceptionPolicy,
3432
- TCPFlag,
3433
3403
  TagResourceCommand,
3434
- TargetType,
3435
- ThrottlingException,
3436
- UnsupportedOperationException,
3437
3404
  UntagResourceCommand,
3438
3405
  UpdateFirewallDeleteProtectionCommand,
3439
3406
  UpdateFirewallDescriptionCommand,
@@ -3444,11 +3411,45 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
3444
3411
  UpdateRuleGroupCommand,
3445
3412
  UpdateSubnetChangeProtectionCommand,
3446
3413
  UpdateTLSInspectionConfigurationCommand,
3447
- __Client,
3448
3414
  paginateListFirewallPolicies,
3449
3415
  paginateListFirewalls,
3450
3416
  paginateListRuleGroups,
3451
3417
  paginateListTLSInspectionConfigurations,
3452
- paginateListTagsForResource
3418
+ paginateListTagsForResource,
3419
+ IdentifiedType,
3420
+ InternalServerError,
3421
+ InvalidOperationException,
3422
+ InvalidRequestException,
3423
+ InvalidTokenException,
3424
+ ResourceNotFoundException,
3425
+ ThrottlingException,
3426
+ IPAddressType,
3427
+ InsufficientCapacityException,
3428
+ AttachmentStatus,
3429
+ RevocationCheckAction,
3430
+ ConfigurationSyncState,
3431
+ EncryptionType,
3432
+ FirewallStatusValue,
3433
+ PerObjectSyncStatus,
3434
+ LimitExceededException,
3435
+ RuleOrder,
3436
+ StreamExceptionPolicy,
3437
+ OverrideAction,
3438
+ ResourceStatus,
3439
+ GeneratedRulesType,
3440
+ TargetType,
3441
+ StatefulAction,
3442
+ StatefulRuleDirection,
3443
+ StatefulRuleProtocol,
3444
+ TCPFlag,
3445
+ RuleGroupType,
3446
+ UnsupportedOperationException,
3447
+ InvalidResourcePolicyException,
3448
+ LogDestinationType,
3449
+ LogType,
3450
+ ResourceManagedType,
3451
+ ResourceManagedStatus,
3452
+ LogDestinationPermissionException,
3453
+ ResourceOwnerCheckException
3453
3454
  });
3454
3455
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-network-firewall",
3
3
  "description": "AWS SDK for JavaScript Network Firewall Client for Node.js, Browser and React Native",
4
- "version": "3.496.0",
4
+ "version": "3.501.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-network-firewall",
@@ -20,9 +20,9 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sts": "3.496.0",
23
+ "@aws-sdk/client-sts": "3.501.0",
24
24
  "@aws-sdk/core": "3.496.0",
25
- "@aws-sdk/credential-provider-node": "3.496.0",
25
+ "@aws-sdk/credential-provider-node": "3.501.0",
26
26
  "@aws-sdk/middleware-host-header": "3.496.0",
27
27
  "@aws-sdk/middleware-logger": "3.496.0",
28
28
  "@aws-sdk/middleware-recursion-detection": "3.496.0",