@aws-sdk/client-network-firewall 3.495.0 → 3.499.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 +43 -40
  2. package/package.json +39 -39
package/dist-cjs/index.js CHANGED
@@ -3368,11 +3368,15 @@ var paginateListTagsForResource = (0, import_core.createPaginator)(NetworkFirewa
3368
3368
  // src/index.ts
3369
3369
  var import_util_endpoints = require("@aws-sdk/util-endpoints");
3370
3370
  // Annotate the CommonJS export names for ESM import in node:
3371
+
3371
3372
  0 && (module.exports = {
3373
+ NetworkFirewallServiceException,
3374
+ __Client,
3375
+ NetworkFirewallClient,
3376
+ NetworkFirewall,
3377
+ $Command,
3372
3378
  AssociateFirewallPolicyCommand,
3373
3379
  AssociateSubnetsCommand,
3374
- AttachmentStatus,
3375
- ConfigurationSyncState,
3376
3380
  CreateFirewallCommand,
3377
3381
  CreateFirewallPolicyCommand,
3378
3382
  CreateRuleGroupCommand,
@@ -3390,49 +3394,13 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
3390
3394
  DescribeRuleGroupMetadataCommand,
3391
3395
  DescribeTLSInspectionConfigurationCommand,
3392
3396
  DisassociateSubnetsCommand,
3393
- EncryptionType,
3394
- FirewallStatusValue,
3395
- GeneratedRulesType,
3396
- IPAddressType,
3397
- IdentifiedType,
3398
- InsufficientCapacityException,
3399
- InternalServerError,
3400
- InvalidOperationException,
3401
- InvalidRequestException,
3402
- InvalidResourcePolicyException,
3403
- InvalidTokenException,
3404
- LimitExceededException,
3405
3397
  ListFirewallPoliciesCommand,
3406
3398
  ListFirewallsCommand,
3407
3399
  ListRuleGroupsCommand,
3408
3400
  ListTLSInspectionConfigurationsCommand,
3409
3401
  ListTagsForResourceCommand,
3410
- LogDestinationPermissionException,
3411
- LogDestinationType,
3412
- LogType,
3413
- NetworkFirewall,
3414
- NetworkFirewallClient,
3415
- NetworkFirewallServiceException,
3416
- OverrideAction,
3417
- PerObjectSyncStatus,
3418
3402
  PutResourcePolicyCommand,
3419
- ResourceManagedStatus,
3420
- ResourceManagedType,
3421
- ResourceNotFoundException,
3422
- ResourceOwnerCheckException,
3423
- ResourceStatus,
3424
- RevocationCheckAction,
3425
- RuleGroupType,
3426
- RuleOrder,
3427
- StatefulAction,
3428
- StatefulRuleDirection,
3429
- StatefulRuleProtocol,
3430
- StreamExceptionPolicy,
3431
- TCPFlag,
3432
3403
  TagResourceCommand,
3433
- TargetType,
3434
- ThrottlingException,
3435
- UnsupportedOperationException,
3436
3404
  UntagResourceCommand,
3437
3405
  UpdateFirewallDeleteProtectionCommand,
3438
3406
  UpdateFirewallDescriptionCommand,
@@ -3443,10 +3411,45 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
3443
3411
  UpdateRuleGroupCommand,
3444
3412
  UpdateSubnetChangeProtectionCommand,
3445
3413
  UpdateTLSInspectionConfigurationCommand,
3446
- __Client,
3447
3414
  paginateListFirewallPolicies,
3448
3415
  paginateListFirewalls,
3449
3416
  paginateListRuleGroups,
3450
3417
  paginateListTLSInspectionConfigurations,
3451
- 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
3452
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.495.0",
4
+ "version": "3.499.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,47 +20,47 @@
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.495.0",
24
- "@aws-sdk/core": "3.495.0",
25
- "@aws-sdk/credential-provider-node": "3.495.0",
26
- "@aws-sdk/middleware-host-header": "3.495.0",
27
- "@aws-sdk/middleware-logger": "3.495.0",
28
- "@aws-sdk/middleware-recursion-detection": "3.495.0",
29
- "@aws-sdk/middleware-signing": "3.495.0",
30
- "@aws-sdk/middleware-user-agent": "3.495.0",
31
- "@aws-sdk/region-config-resolver": "3.495.0",
32
- "@aws-sdk/types": "3.495.0",
33
- "@aws-sdk/util-endpoints": "3.495.0",
34
- "@aws-sdk/util-user-agent-browser": "3.495.0",
35
- "@aws-sdk/util-user-agent-node": "3.495.0",
36
- "@smithy/config-resolver": "^2.1.0",
37
- "@smithy/core": "^1.3.0",
38
- "@smithy/fetch-http-handler": "^2.4.0",
39
- "@smithy/hash-node": "^2.1.0",
40
- "@smithy/invalid-dependency": "^2.1.0",
41
- "@smithy/middleware-content-length": "^2.1.0",
42
- "@smithy/middleware-endpoint": "^2.4.0",
43
- "@smithy/middleware-retry": "^2.1.0",
44
- "@smithy/middleware-serde": "^2.1.0",
45
- "@smithy/middleware-stack": "^2.1.0",
46
- "@smithy/node-config-provider": "^2.2.0",
47
- "@smithy/node-http-handler": "^2.3.0",
48
- "@smithy/protocol-http": "^3.1.0",
49
- "@smithy/smithy-client": "^2.3.0",
50
- "@smithy/types": "^2.9.0",
51
- "@smithy/url-parser": "^2.1.0",
52
- "@smithy/util-base64": "^2.1.0",
53
- "@smithy/util-body-length-browser": "^2.1.0",
54
- "@smithy/util-body-length-node": "^2.2.0",
55
- "@smithy/util-defaults-mode-browser": "^2.1.0",
56
- "@smithy/util-defaults-mode-node": "^2.1.0",
57
- "@smithy/util-endpoints": "^1.1.0",
58
- "@smithy/util-retry": "^2.1.0",
59
- "@smithy/util-utf8": "^2.1.0",
23
+ "@aws-sdk/client-sts": "3.499.0",
24
+ "@aws-sdk/core": "3.496.0",
25
+ "@aws-sdk/credential-provider-node": "3.499.0",
26
+ "@aws-sdk/middleware-host-header": "3.496.0",
27
+ "@aws-sdk/middleware-logger": "3.496.0",
28
+ "@aws-sdk/middleware-recursion-detection": "3.496.0",
29
+ "@aws-sdk/middleware-signing": "3.496.0",
30
+ "@aws-sdk/middleware-user-agent": "3.496.0",
31
+ "@aws-sdk/region-config-resolver": "3.496.0",
32
+ "@aws-sdk/types": "3.496.0",
33
+ "@aws-sdk/util-endpoints": "3.496.0",
34
+ "@aws-sdk/util-user-agent-browser": "3.496.0",
35
+ "@aws-sdk/util-user-agent-node": "3.496.0",
36
+ "@smithy/config-resolver": "^2.1.1",
37
+ "@smithy/core": "^1.3.1",
38
+ "@smithy/fetch-http-handler": "^2.4.1",
39
+ "@smithy/hash-node": "^2.1.1",
40
+ "@smithy/invalid-dependency": "^2.1.1",
41
+ "@smithy/middleware-content-length": "^2.1.1",
42
+ "@smithy/middleware-endpoint": "^2.4.1",
43
+ "@smithy/middleware-retry": "^2.1.1",
44
+ "@smithy/middleware-serde": "^2.1.1",
45
+ "@smithy/middleware-stack": "^2.1.1",
46
+ "@smithy/node-config-provider": "^2.2.1",
47
+ "@smithy/node-http-handler": "^2.3.1",
48
+ "@smithy/protocol-http": "^3.1.1",
49
+ "@smithy/smithy-client": "^2.3.1",
50
+ "@smithy/types": "^2.9.1",
51
+ "@smithy/url-parser": "^2.1.1",
52
+ "@smithy/util-base64": "^2.1.1",
53
+ "@smithy/util-body-length-browser": "^2.1.1",
54
+ "@smithy/util-body-length-node": "^2.2.1",
55
+ "@smithy/util-defaults-mode-browser": "^2.1.1",
56
+ "@smithy/util-defaults-mode-node": "^2.1.1",
57
+ "@smithy/util-endpoints": "^1.1.1",
58
+ "@smithy/util-retry": "^2.1.1",
59
+ "@smithy/util-utf8": "^2.1.1",
60
60
  "tslib": "^2.5.0"
61
61
  },
62
62
  "devDependencies": {
63
- "@smithy/service-client-documentation-generator": "^2.1.0",
63
+ "@smithy/service-client-documentation-generator": "^2.1.1",
64
64
  "@tsconfig/node14": "1.0.3",
65
65
  "@types/node": "^14.14.31",
66
66
  "concurrently": "7.0.0",