@aws-sdk/client-fms 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 +31 -30
  2. package/package.json +3 -3
package/dist-cjs/index.js CHANGED
@@ -3508,27 +3508,22 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
3508
3508
  // Annotate the CommonJS export names for ESM import in node:
3509
3509
 
3510
3510
  0 && (module.exports = {
3511
- AccountRoleStatus,
3511
+ FMSServiceException,
3512
+ __Client,
3513
+ FMSClient,
3514
+ FMS,
3515
+ $Command,
3512
3516
  AssociateAdminAccountCommand,
3513
3517
  AssociateThirdPartyFirewallCommand,
3514
3518
  BatchAssociateResourceCommand,
3515
3519
  BatchDisassociateResourceCommand,
3516
- CustomerPolicyScopeIdType,
3517
- CustomerPolicyStatus,
3518
3520
  DeleteAppsListCommand,
3519
3521
  DeleteNotificationChannelCommand,
3520
3522
  DeletePolicyCommand,
3521
3523
  DeleteProtocolsListCommand,
3522
3524
  DeleteResourceSetCommand,
3523
- DependentServiceName,
3524
- DestinationType,
3525
3525
  DisassociateAdminAccountCommand,
3526
3526
  DisassociateThirdPartyFirewallCommand,
3527
- FMS,
3528
- FMSClient,
3529
- FMSServiceException,
3530
- FailedItemReason,
3531
- FirewallDeploymentModel,
3532
3527
  GetAdminAccountCommand,
3533
3528
  GetAdminScopeCommand,
3534
3529
  GetAppsListCommand,
@@ -3540,11 +3535,6 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
3540
3535
  GetResourceSetCommand,
3541
3536
  GetThirdPartyFirewallAssociationStatusCommand,
3542
3537
  GetViolationDetailsCommand,
3543
- InternalErrorException,
3544
- InvalidInputException,
3545
- InvalidOperationException,
3546
- InvalidTypeException,
3547
- LimitExceededException,
3548
3538
  ListAdminAccountsForOrganizationCommand,
3549
3539
  ListAdminsManagingAccountCommand,
3550
3540
  ListAppsListsCommand,
@@ -3557,28 +3547,14 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
3557
3547
  ListResourceSetsCommand,
3558
3548
  ListTagsForResourceCommand,
3559
3549
  ListThirdPartyFirewallFirewallPoliciesCommand,
3560
- MarketplaceSubscriptionOnboardingStatus,
3561
- NetworkFirewallOverrideAction,
3562
- OrganizationStatus,
3563
- PolicyComplianceStatusType,
3564
3550
  PutAdminAccountCommand,
3565
3551
  PutAppsListCommand,
3566
3552
  PutNotificationChannelCommand,
3567
3553
  PutPolicyCommand,
3568
3554
  PutProtocolsListCommand,
3569
3555
  PutResourceSetCommand,
3570
- RemediationActionType,
3571
- ResourceNotFoundException,
3572
- ResourceSetStatus,
3573
- RuleOrder,
3574
- SecurityServiceType,
3575
3556
  TagResourceCommand,
3576
- TargetType,
3577
- ThirdPartyFirewall,
3578
- ThirdPartyFirewallAssociationStatus,
3579
3557
  UntagResourceCommand,
3580
- ViolationReason,
3581
- __Client,
3582
3558
  paginateListAdminAccountsForOrganization,
3583
3559
  paginateListAdminsManagingAccount,
3584
3560
  paginateListAppsLists,
@@ -3586,6 +3562,31 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
3586
3562
  paginateListMemberAccounts,
3587
3563
  paginateListPolicies,
3588
3564
  paginateListProtocolsLists,
3589
- paginateListThirdPartyFirewallFirewallPolicies
3565
+ paginateListThirdPartyFirewallFirewallPolicies,
3566
+ AccountRoleStatus,
3567
+ OrganizationStatus,
3568
+ SecurityServiceType,
3569
+ InternalErrorException,
3570
+ InvalidInputException,
3571
+ InvalidOperationException,
3572
+ LimitExceededException,
3573
+ ResourceNotFoundException,
3574
+ ThirdPartyFirewall,
3575
+ ThirdPartyFirewallAssociationStatus,
3576
+ FailedItemReason,
3577
+ DependentServiceName,
3578
+ ViolationReason,
3579
+ CustomerPolicyScopeIdType,
3580
+ CustomerPolicyStatus,
3581
+ FirewallDeploymentModel,
3582
+ InvalidTypeException,
3583
+ ResourceSetStatus,
3584
+ MarketplaceSubscriptionOnboardingStatus,
3585
+ RemediationActionType,
3586
+ DestinationType,
3587
+ TargetType,
3588
+ RuleOrder,
3589
+ NetworkFirewallOverrideAction,
3590
+ PolicyComplianceStatusType
3590
3591
  });
3591
3592
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-fms",
3
3
  "description": "AWS SDK for JavaScript Fms 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-fms",
@@ -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",