@aws-sdk/client-efs 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.
- package/dist-cjs/index.js +51 -48
- package/package.json +39 -39
package/dist-cjs/index.js
CHANGED
|
@@ -3906,13 +3906,13 @@ var paginateListTagsForResource = (0, import_core.createPaginator)(EFSClient, Li
|
|
|
3906
3906
|
// src/index.ts
|
|
3907
3907
|
var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
3908
3908
|
// Annotate the CommonJS export names for ESM import in node:
|
|
3909
|
+
|
|
3909
3910
|
0 && (module.exports = {
|
|
3910
|
-
|
|
3911
|
-
|
|
3912
|
-
|
|
3913
|
-
|
|
3914
|
-
|
|
3915
|
-
ConflictException,
|
|
3911
|
+
EFSServiceException,
|
|
3912
|
+
__Client,
|
|
3913
|
+
EFSClient,
|
|
3914
|
+
EFS,
|
|
3915
|
+
$Command,
|
|
3916
3916
|
CreateAccessPointCommand,
|
|
3917
3917
|
CreateFileSystemCommand,
|
|
3918
3918
|
CreateMountTargetCommand,
|
|
@@ -3924,7 +3924,6 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
3924
3924
|
DeleteMountTargetCommand,
|
|
3925
3925
|
DeleteReplicationConfigurationCommand,
|
|
3926
3926
|
DeleteTagsCommand,
|
|
3927
|
-
DependencyTimeout,
|
|
3928
3927
|
DescribeAccessPointsCommand,
|
|
3929
3928
|
DescribeAccountPreferencesCommand,
|
|
3930
3929
|
DescribeBackupPolicyCommand,
|
|
@@ -3935,60 +3934,64 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
3935
3934
|
DescribeMountTargetsCommand,
|
|
3936
3935
|
DescribeReplicationConfigurationsCommand,
|
|
3937
3936
|
DescribeTagsCommand,
|
|
3938
|
-
EFS,
|
|
3939
|
-
EFSClient,
|
|
3940
|
-
EFSServiceException,
|
|
3941
|
-
FileSystemAlreadyExists,
|
|
3942
|
-
FileSystemInUse,
|
|
3943
|
-
FileSystemLimitExceeded,
|
|
3944
|
-
FileSystemNotFound,
|
|
3945
|
-
IncorrectFileSystemLifeCycleState,
|
|
3946
|
-
IncorrectMountTargetState,
|
|
3947
|
-
InsufficientThroughputCapacity,
|
|
3948
|
-
InternalServerError,
|
|
3949
|
-
InvalidPolicyException,
|
|
3950
|
-
IpAddressInUse,
|
|
3951
|
-
LifeCycleState,
|
|
3952
3937
|
ListTagsForResourceCommand,
|
|
3953
3938
|
ModifyMountTargetSecurityGroupsCommand,
|
|
3954
|
-
MountTargetConflict,
|
|
3955
|
-
MountTargetNotFound,
|
|
3956
|
-
NetworkInterfaceLimitExceeded,
|
|
3957
|
-
NoFreeAddressesInSubnet,
|
|
3958
|
-
PerformanceMode,
|
|
3959
|
-
PolicyNotFound,
|
|
3960
3939
|
PutAccountPreferencesCommand,
|
|
3961
3940
|
PutBackupPolicyCommand,
|
|
3962
3941
|
PutFileSystemPolicyCommand,
|
|
3963
3942
|
PutLifecycleConfigurationCommand,
|
|
3964
|
-
ReplicationAlreadyExists,
|
|
3965
|
-
ReplicationNotFound,
|
|
3966
|
-
ReplicationOverwriteProtection,
|
|
3967
|
-
ReplicationStatus,
|
|
3968
|
-
Resource,
|
|
3969
|
-
ResourceIdType,
|
|
3970
|
-
SecurityGroupLimitExceeded,
|
|
3971
|
-
SecurityGroupNotFound,
|
|
3972
|
-
Status,
|
|
3973
|
-
SubnetNotFound,
|
|
3974
3943
|
TagResourceCommand,
|
|
3975
|
-
ThrottlingException,
|
|
3976
|
-
ThroughputLimitExceeded,
|
|
3977
|
-
ThroughputMode,
|
|
3978
|
-
TooManyRequests,
|
|
3979
|
-
TransitionToArchiveRules,
|
|
3980
|
-
TransitionToIARules,
|
|
3981
|
-
TransitionToPrimaryStorageClassRules,
|
|
3982
|
-
UnsupportedAvailabilityZone,
|
|
3983
3944
|
UntagResourceCommand,
|
|
3984
3945
|
UpdateFileSystemCommand,
|
|
3985
3946
|
UpdateFileSystemProtectionCommand,
|
|
3986
|
-
ValidationException,
|
|
3987
|
-
__Client,
|
|
3988
3947
|
paginateDescribeAccessPoints,
|
|
3989
3948
|
paginateDescribeFileSystems,
|
|
3990
3949
|
paginateDescribeMountTargets,
|
|
3991
3950
|
paginateDescribeReplicationConfigurations,
|
|
3992
3951
|
paginateDescribeTags,
|
|
3993
|
-
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
|
|
3994
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.
|
|
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-efs",
|
|
@@ -20,48 +20,48 @@
|
|
|
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.
|
|
24
|
-
"@aws-sdk/core": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
27
|
-
"@aws-sdk/middleware-logger": "3.
|
|
28
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
29
|
-
"@aws-sdk/middleware-signing": "3.
|
|
30
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
31
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
32
|
-
"@aws-sdk/types": "3.
|
|
33
|
-
"@aws-sdk/util-endpoints": "3.
|
|
34
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
35
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
36
|
-
"@smithy/config-resolver": "^2.1.
|
|
37
|
-
"@smithy/core": "^1.3.
|
|
38
|
-
"@smithy/fetch-http-handler": "^2.4.
|
|
39
|
-
"@smithy/hash-node": "^2.1.
|
|
40
|
-
"@smithy/invalid-dependency": "^2.1.
|
|
41
|
-
"@smithy/middleware-content-length": "^2.1.
|
|
42
|
-
"@smithy/middleware-endpoint": "^2.4.
|
|
43
|
-
"@smithy/middleware-retry": "^2.1.
|
|
44
|
-
"@smithy/middleware-serde": "^2.1.
|
|
45
|
-
"@smithy/middleware-stack": "^2.1.
|
|
46
|
-
"@smithy/node-config-provider": "^2.2.
|
|
47
|
-
"@smithy/node-http-handler": "^2.3.
|
|
48
|
-
"@smithy/protocol-http": "^3.1.
|
|
49
|
-
"@smithy/smithy-client": "^2.3.
|
|
50
|
-
"@smithy/types": "^2.9.
|
|
51
|
-
"@smithy/url-parser": "^2.1.
|
|
52
|
-
"@smithy/util-base64": "^2.1.
|
|
53
|
-
"@smithy/util-body-length-browser": "^2.1.
|
|
54
|
-
"@smithy/util-body-length-node": "^2.2.
|
|
55
|
-
"@smithy/util-defaults-mode-browser": "^2.1.
|
|
56
|
-
"@smithy/util-defaults-mode-node": "^2.1.
|
|
57
|
-
"@smithy/util-endpoints": "^1.1.
|
|
58
|
-
"@smithy/util-retry": "^2.1.
|
|
59
|
-
"@smithy/util-utf8": "^2.1.
|
|
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
|
"uuid": "^8.3.2"
|
|
62
62
|
},
|
|
63
63
|
"devDependencies": {
|
|
64
|
-
"@smithy/service-client-documentation-generator": "^2.1.
|
|
64
|
+
"@smithy/service-client-documentation-generator": "^2.1.1",
|
|
65
65
|
"@tsconfig/node14": "1.0.3",
|
|
66
66
|
"@types/node": "^14.14.31",
|
|
67
67
|
"@types/uuid": "^8.3.0",
|