@aws-sdk/client-efs 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 +49 -48
  2. package/package.json +3 -3
package/dist-cjs/index.js CHANGED
@@ -3908,12 +3908,11 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
3908
3908
  // Annotate the CommonJS export names for ESM import in node:
3909
3909
 
3910
3910
  0 && (module.exports = {
3911
- AccessPointAlreadyExists,
3912
- AccessPointLimitExceeded,
3913
- AccessPointNotFound,
3914
- AvailabilityZonesMismatch,
3915
- BadRequest,
3916
- ConflictException,
3911
+ EFSServiceException,
3912
+ __Client,
3913
+ EFSClient,
3914
+ EFS,
3915
+ $Command,
3917
3916
  CreateAccessPointCommand,
3918
3917
  CreateFileSystemCommand,
3919
3918
  CreateMountTargetCommand,
@@ -3925,7 +3924,6 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
3925
3924
  DeleteMountTargetCommand,
3926
3925
  DeleteReplicationConfigurationCommand,
3927
3926
  DeleteTagsCommand,
3928
- DependencyTimeout,
3929
3927
  DescribeAccessPointsCommand,
3930
3928
  DescribeAccountPreferencesCommand,
3931
3929
  DescribeBackupPolicyCommand,
@@ -3936,61 +3934,64 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
3936
3934
  DescribeMountTargetsCommand,
3937
3935
  DescribeReplicationConfigurationsCommand,
3938
3936
  DescribeTagsCommand,
3939
- EFS,
3940
- EFSClient,
3941
- EFSServiceException,
3942
- FileSystemAlreadyExists,
3943
- FileSystemInUse,
3944
- FileSystemLimitExceeded,
3945
- FileSystemNotFound,
3946
- IncorrectFileSystemLifeCycleState,
3947
- IncorrectMountTargetState,
3948
- InsufficientThroughputCapacity,
3949
- InternalServerError,
3950
- InvalidPolicyException,
3951
- IpAddressInUse,
3952
- LifeCycleState,
3953
3937
  ListTagsForResourceCommand,
3954
3938
  ModifyMountTargetSecurityGroupsCommand,
3955
- MountTargetConflict,
3956
- MountTargetNotFound,
3957
- NetworkInterfaceLimitExceeded,
3958
- NoFreeAddressesInSubnet,
3959
- PerformanceMode,
3960
- PolicyNotFound,
3961
3939
  PutAccountPreferencesCommand,
3962
3940
  PutBackupPolicyCommand,
3963
3941
  PutFileSystemPolicyCommand,
3964
3942
  PutLifecycleConfigurationCommand,
3965
- ReplicationAlreadyExists,
3966
- ReplicationNotFound,
3967
- ReplicationOverwriteProtection,
3968
- ReplicationStatus,
3969
- Resource,
3970
- ResourceIdType,
3971
- SecurityGroupLimitExceeded,
3972
- SecurityGroupNotFound,
3973
- Status,
3974
- SubnetNotFound,
3975
3943
  TagResourceCommand,
3976
- ThrottlingException,
3977
- ThroughputLimitExceeded,
3978
- ThroughputMode,
3979
- TooManyRequests,
3980
- TransitionToArchiveRules,
3981
- TransitionToIARules,
3982
- TransitionToPrimaryStorageClassRules,
3983
- UnsupportedAvailabilityZone,
3984
3944
  UntagResourceCommand,
3985
3945
  UpdateFileSystemCommand,
3986
3946
  UpdateFileSystemProtectionCommand,
3987
- ValidationException,
3988
- __Client,
3989
3947
  paginateDescribeAccessPoints,
3990
3948
  paginateDescribeFileSystems,
3991
3949
  paginateDescribeMountTargets,
3992
3950
  paginateDescribeReplicationConfigurations,
3993
3951
  paginateDescribeTags,
3994
- paginateListTagsForResource
3952
+ paginateListTagsForResource,
3953
+ AccessPointAlreadyExists,
3954
+ LifeCycleState,
3955
+ AccessPointLimitExceeded,
3956
+ AccessPointNotFound,
3957
+ AvailabilityZonesMismatch,
3958
+ Status,
3959
+ BadRequest,
3960
+ ConflictException,
3961
+ FileSystemNotFound,
3962
+ IncorrectFileSystemLifeCycleState,
3963
+ InternalServerError,
3964
+ ThrottlingException,
3965
+ PerformanceMode,
3966
+ ThroughputMode,
3967
+ FileSystemAlreadyExists,
3968
+ ReplicationOverwriteProtection,
3969
+ FileSystemLimitExceeded,
3970
+ InsufficientThroughputCapacity,
3971
+ ThroughputLimitExceeded,
3972
+ UnsupportedAvailabilityZone,
3973
+ IpAddressInUse,
3974
+ MountTargetConflict,
3975
+ NetworkInterfaceLimitExceeded,
3976
+ NoFreeAddressesInSubnet,
3977
+ SecurityGroupLimitExceeded,
3978
+ SecurityGroupNotFound,
3979
+ SubnetNotFound,
3980
+ ReplicationStatus,
3981
+ ReplicationNotFound,
3982
+ ValidationException,
3983
+ FileSystemInUse,
3984
+ DependencyTimeout,
3985
+ MountTargetNotFound,
3986
+ ResourceIdType,
3987
+ Resource,
3988
+ PolicyNotFound,
3989
+ TransitionToArchiveRules,
3990
+ TransitionToIARules,
3991
+ TransitionToPrimaryStorageClassRules,
3992
+ IncorrectMountTargetState,
3993
+ InvalidPolicyException,
3994
+ TooManyRequests,
3995
+ ReplicationAlreadyExists
3995
3996
  });
3996
3997
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-efs",
3
3
  "description": "AWS SDK for JavaScript Efs 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-efs",
@@ -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",