@aws-sdk/client-efs 3.48.0 → 3.49.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/CHANGELOG.md +11 -0
- package/README.md +1 -1
- package/dist-cjs/EFS.js +45 -0
- package/dist-cjs/commands/CreateReplicationConfigurationCommand.js +36 -0
- package/dist-cjs/commands/DeleteReplicationConfigurationCommand.js +36 -0
- package/dist-cjs/commands/DescribeReplicationConfigurationsCommand.js +36 -0
- package/dist-cjs/commands/index.js +3 -0
- package/dist-cjs/endpoints.js +9 -0
- package/dist-cjs/models/models_0.js +51 -2
- package/dist-cjs/protocols/Aws_restJson1.js +482 -2
- package/dist-es/EFS.js +45 -0
- package/dist-es/commands/CreateReplicationConfigurationCommand.js +39 -0
- package/dist-es/commands/DeleteReplicationConfigurationCommand.js +39 -0
- package/dist-es/commands/DescribeReplicationConfigurationsCommand.js +39 -0
- package/dist-es/commands/index.js +3 -0
- package/dist-es/endpoints.js +9 -0
- package/dist-es/models/models_0.js +35 -0
- package/dist-es/protocols/Aws_restJson1.js +606 -78
- package/dist-types/EFS.d.ts +106 -3
- package/dist-types/EFSClient.d.ts +6 -3
- package/dist-types/commands/CreateReplicationConfigurationCommand.d.ts +110 -0
- package/dist-types/commands/DeleteReplicationConfigurationCommand.d.ts +39 -0
- package/dist-types/commands/DescribeReplicationConfigurationsCommand.d.ts +36 -0
- package/dist-types/commands/PutAccountPreferencesCommand.d.ts +4 -2
- package/dist-types/commands/index.d.ts +3 -0
- package/dist-types/models/models_0.d.ts +538 -24
- package/dist-types/protocols/Aws_restJson1.d.ts +9 -0
- package/dist-types/ts3.4/EFS.d.ts +15 -0
- package/dist-types/ts3.4/EFSClient.d.ts +5 -2
- package/dist-types/ts3.4/commands/CreateReplicationConfigurationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteReplicationConfigurationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeReplicationConfigurationsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/index.d.ts +3 -0
- package/dist-types/ts3.4/models/models_0.d.ts +164 -7
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +9 -0
- package/package.json +39 -33
|
@@ -3,11 +3,13 @@ import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
|
|
|
3
3
|
import { CreateAccessPointCommandInput, CreateAccessPointCommandOutput } from "../commands/CreateAccessPointCommand";
|
|
4
4
|
import { CreateFileSystemCommandInput, CreateFileSystemCommandOutput } from "../commands/CreateFileSystemCommand";
|
|
5
5
|
import { CreateMountTargetCommandInput, CreateMountTargetCommandOutput } from "../commands/CreateMountTargetCommand";
|
|
6
|
+
import { CreateReplicationConfigurationCommandInput, CreateReplicationConfigurationCommandOutput } from "../commands/CreateReplicationConfigurationCommand";
|
|
6
7
|
import { CreateTagsCommandInput, CreateTagsCommandOutput } from "../commands/CreateTagsCommand";
|
|
7
8
|
import { DeleteAccessPointCommandInput, DeleteAccessPointCommandOutput } from "../commands/DeleteAccessPointCommand";
|
|
8
9
|
import { DeleteFileSystemCommandInput, DeleteFileSystemCommandOutput } from "../commands/DeleteFileSystemCommand";
|
|
9
10
|
import { DeleteFileSystemPolicyCommandInput, DeleteFileSystemPolicyCommandOutput } from "../commands/DeleteFileSystemPolicyCommand";
|
|
10
11
|
import { DeleteMountTargetCommandInput, DeleteMountTargetCommandOutput } from "../commands/DeleteMountTargetCommand";
|
|
12
|
+
import { DeleteReplicationConfigurationCommandInput, DeleteReplicationConfigurationCommandOutput } from "../commands/DeleteReplicationConfigurationCommand";
|
|
11
13
|
import { DeleteTagsCommandInput, DeleteTagsCommandOutput } from "../commands/DeleteTagsCommand";
|
|
12
14
|
import { DescribeAccessPointsCommandInput, DescribeAccessPointsCommandOutput } from "../commands/DescribeAccessPointsCommand";
|
|
13
15
|
import { DescribeAccountPreferencesCommandInput, DescribeAccountPreferencesCommandOutput } from "../commands/DescribeAccountPreferencesCommand";
|
|
@@ -17,6 +19,7 @@ import { DescribeFileSystemsCommandInput, DescribeFileSystemsCommandOutput } fro
|
|
|
17
19
|
import { DescribeLifecycleConfigurationCommandInput, DescribeLifecycleConfigurationCommandOutput } from "../commands/DescribeLifecycleConfigurationCommand";
|
|
18
20
|
import { DescribeMountTargetsCommandInput, DescribeMountTargetsCommandOutput } from "../commands/DescribeMountTargetsCommand";
|
|
19
21
|
import { DescribeMountTargetSecurityGroupsCommandInput, DescribeMountTargetSecurityGroupsCommandOutput } from "../commands/DescribeMountTargetSecurityGroupsCommand";
|
|
22
|
+
import { DescribeReplicationConfigurationsCommandInput, DescribeReplicationConfigurationsCommandOutput } from "../commands/DescribeReplicationConfigurationsCommand";
|
|
20
23
|
import { DescribeTagsCommandInput, DescribeTagsCommandOutput } from "../commands/DescribeTagsCommand";
|
|
21
24
|
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
|
|
22
25
|
import { ModifyMountTargetSecurityGroupsCommandInput, ModifyMountTargetSecurityGroupsCommandOutput } from "../commands/ModifyMountTargetSecurityGroupsCommand";
|
|
@@ -30,11 +33,13 @@ import { UpdateFileSystemCommandInput, UpdateFileSystemCommandOutput } from "../
|
|
|
30
33
|
export declare const serializeAws_restJson1CreateAccessPointCommand: (input: CreateAccessPointCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
31
34
|
export declare const serializeAws_restJson1CreateFileSystemCommand: (input: CreateFileSystemCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
32
35
|
export declare const serializeAws_restJson1CreateMountTargetCommand: (input: CreateMountTargetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
36
|
+
export declare const serializeAws_restJson1CreateReplicationConfigurationCommand: (input: CreateReplicationConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
33
37
|
export declare const serializeAws_restJson1CreateTagsCommand: (input: CreateTagsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
34
38
|
export declare const serializeAws_restJson1DeleteAccessPointCommand: (input: DeleteAccessPointCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
35
39
|
export declare const serializeAws_restJson1DeleteFileSystemCommand: (input: DeleteFileSystemCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
36
40
|
export declare const serializeAws_restJson1DeleteFileSystemPolicyCommand: (input: DeleteFileSystemPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
37
41
|
export declare const serializeAws_restJson1DeleteMountTargetCommand: (input: DeleteMountTargetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
42
|
+
export declare const serializeAws_restJson1DeleteReplicationConfigurationCommand: (input: DeleteReplicationConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
38
43
|
export declare const serializeAws_restJson1DeleteTagsCommand: (input: DeleteTagsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
39
44
|
export declare const serializeAws_restJson1DescribeAccessPointsCommand: (input: DescribeAccessPointsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
40
45
|
export declare const serializeAws_restJson1DescribeAccountPreferencesCommand: (input: DescribeAccountPreferencesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
@@ -44,6 +49,7 @@ export declare const serializeAws_restJson1DescribeFileSystemsCommand: (input: D
|
|
|
44
49
|
export declare const serializeAws_restJson1DescribeLifecycleConfigurationCommand: (input: DescribeLifecycleConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
45
50
|
export declare const serializeAws_restJson1DescribeMountTargetsCommand: (input: DescribeMountTargetsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
46
51
|
export declare const serializeAws_restJson1DescribeMountTargetSecurityGroupsCommand: (input: DescribeMountTargetSecurityGroupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
52
|
+
export declare const serializeAws_restJson1DescribeReplicationConfigurationsCommand: (input: DescribeReplicationConfigurationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
47
53
|
export declare const serializeAws_restJson1DescribeTagsCommand: (input: DescribeTagsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
48
54
|
export declare const serializeAws_restJson1ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
49
55
|
export declare const serializeAws_restJson1ModifyMountTargetSecurityGroupsCommand: (input: ModifyMountTargetSecurityGroupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
@@ -57,11 +63,13 @@ export declare const serializeAws_restJson1UpdateFileSystemCommand: (input: Upda
|
|
|
57
63
|
export declare const deserializeAws_restJson1CreateAccessPointCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAccessPointCommandOutput>;
|
|
58
64
|
export declare const deserializeAws_restJson1CreateFileSystemCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateFileSystemCommandOutput>;
|
|
59
65
|
export declare const deserializeAws_restJson1CreateMountTargetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateMountTargetCommandOutput>;
|
|
66
|
+
export declare const deserializeAws_restJson1CreateReplicationConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateReplicationConfigurationCommandOutput>;
|
|
60
67
|
export declare const deserializeAws_restJson1CreateTagsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateTagsCommandOutput>;
|
|
61
68
|
export declare const deserializeAws_restJson1DeleteAccessPointCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAccessPointCommandOutput>;
|
|
62
69
|
export declare const deserializeAws_restJson1DeleteFileSystemCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteFileSystemCommandOutput>;
|
|
63
70
|
export declare const deserializeAws_restJson1DeleteFileSystemPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteFileSystemPolicyCommandOutput>;
|
|
64
71
|
export declare const deserializeAws_restJson1DeleteMountTargetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteMountTargetCommandOutput>;
|
|
72
|
+
export declare const deserializeAws_restJson1DeleteReplicationConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteReplicationConfigurationCommandOutput>;
|
|
65
73
|
export declare const deserializeAws_restJson1DeleteTagsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteTagsCommandOutput>;
|
|
66
74
|
export declare const deserializeAws_restJson1DescribeAccessPointsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAccessPointsCommandOutput>;
|
|
67
75
|
export declare const deserializeAws_restJson1DescribeAccountPreferencesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAccountPreferencesCommandOutput>;
|
|
@@ -71,6 +79,7 @@ export declare const deserializeAws_restJson1DescribeFileSystemsCommand: (output
|
|
|
71
79
|
export declare const deserializeAws_restJson1DescribeLifecycleConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeLifecycleConfigurationCommandOutput>;
|
|
72
80
|
export declare const deserializeAws_restJson1DescribeMountTargetsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeMountTargetsCommandOutput>;
|
|
73
81
|
export declare const deserializeAws_restJson1DescribeMountTargetSecurityGroupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeMountTargetSecurityGroupsCommandOutput>;
|
|
82
|
+
export declare const deserializeAws_restJson1DescribeReplicationConfigurationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeReplicationConfigurationsCommandOutput>;
|
|
74
83
|
export declare const deserializeAws_restJson1DescribeTagsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeTagsCommandOutput>;
|
|
75
84
|
export declare const deserializeAws_restJson1ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
|
|
76
85
|
export declare const deserializeAws_restJson1ModifyMountTargetSecurityGroupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifyMountTargetSecurityGroupsCommandOutput>;
|
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.49.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -18,43 +18,49 @@
|
|
|
18
18
|
"dependencies": {
|
|
19
19
|
"@aws-crypto/sha256-browser": "2.0.0",
|
|
20
20
|
"@aws-crypto/sha256-js": "2.0.0",
|
|
21
|
-
"@aws-sdk/client-sts": "3.
|
|
22
|
-
"@aws-sdk/config-resolver": "3.
|
|
23
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
25
|
-
"@aws-sdk/hash-node": "3.
|
|
26
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
27
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
28
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
29
|
-
"@aws-sdk/middleware-logger": "3.
|
|
30
|
-
"@aws-sdk/middleware-retry": "3.
|
|
31
|
-
"@aws-sdk/middleware-serde": "3.
|
|
32
|
-
"@aws-sdk/middleware-signing": "3.
|
|
33
|
-
"@aws-sdk/middleware-stack": "3.
|
|
34
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
35
|
-
"@aws-sdk/node-config-provider": "3.
|
|
36
|
-
"@aws-sdk/node-http-handler": "3.
|
|
37
|
-
"@aws-sdk/protocol-http": "3.
|
|
38
|
-
"@aws-sdk/smithy-client": "3.
|
|
39
|
-
"@aws-sdk/types": "3.
|
|
40
|
-
"@aws-sdk/url-parser": "3.
|
|
41
|
-
"@aws-sdk/util-base64-browser": "3.
|
|
42
|
-
"@aws-sdk/util-base64-node": "3.
|
|
43
|
-
"@aws-sdk/util-body-length-browser": "3.
|
|
44
|
-
"@aws-sdk/util-body-length-node": "3.
|
|
45
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
46
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
47
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
48
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
49
|
-
"@aws-sdk/util-utf8-browser": "3.
|
|
50
|
-
"@aws-sdk/util-utf8-node": "3.
|
|
21
|
+
"@aws-sdk/client-sts": "3.49.0",
|
|
22
|
+
"@aws-sdk/config-resolver": "3.49.0",
|
|
23
|
+
"@aws-sdk/credential-provider-node": "3.49.0",
|
|
24
|
+
"@aws-sdk/fetch-http-handler": "3.49.0",
|
|
25
|
+
"@aws-sdk/hash-node": "3.49.0",
|
|
26
|
+
"@aws-sdk/invalid-dependency": "3.49.0",
|
|
27
|
+
"@aws-sdk/middleware-content-length": "3.49.0",
|
|
28
|
+
"@aws-sdk/middleware-host-header": "3.49.0",
|
|
29
|
+
"@aws-sdk/middleware-logger": "3.49.0",
|
|
30
|
+
"@aws-sdk/middleware-retry": "3.49.0",
|
|
31
|
+
"@aws-sdk/middleware-serde": "3.49.0",
|
|
32
|
+
"@aws-sdk/middleware-signing": "3.49.0",
|
|
33
|
+
"@aws-sdk/middleware-stack": "3.49.0",
|
|
34
|
+
"@aws-sdk/middleware-user-agent": "3.49.0",
|
|
35
|
+
"@aws-sdk/node-config-provider": "3.49.0",
|
|
36
|
+
"@aws-sdk/node-http-handler": "3.49.0",
|
|
37
|
+
"@aws-sdk/protocol-http": "3.49.0",
|
|
38
|
+
"@aws-sdk/smithy-client": "3.49.0",
|
|
39
|
+
"@aws-sdk/types": "3.49.0",
|
|
40
|
+
"@aws-sdk/url-parser": "3.49.0",
|
|
41
|
+
"@aws-sdk/util-base64-browser": "3.49.0",
|
|
42
|
+
"@aws-sdk/util-base64-node": "3.49.0",
|
|
43
|
+
"@aws-sdk/util-body-length-browser": "3.49.0",
|
|
44
|
+
"@aws-sdk/util-body-length-node": "3.49.0",
|
|
45
|
+
"@aws-sdk/util-defaults-mode-browser": "3.49.0",
|
|
46
|
+
"@aws-sdk/util-defaults-mode-node": "3.49.0",
|
|
47
|
+
"@aws-sdk/util-user-agent-browser": "3.49.0",
|
|
48
|
+
"@aws-sdk/util-user-agent-node": "3.49.0",
|
|
49
|
+
"@aws-sdk/util-utf8-browser": "3.49.0",
|
|
50
|
+
"@aws-sdk/util-utf8-node": "3.49.0",
|
|
51
51
|
"tslib": "^2.3.0",
|
|
52
52
|
"uuid": "^8.3.2"
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
|
-
"@aws-sdk/service-client-documentation-generator": "3.
|
|
55
|
+
"@aws-sdk/service-client-documentation-generator": "3.49.0",
|
|
56
|
+
"@tsconfig/recommended": "1.0.1",
|
|
56
57
|
"@types/node": "^12.7.5",
|
|
57
|
-
"@types/uuid": "^8.3.0"
|
|
58
|
+
"@types/uuid": "^8.3.0",
|
|
59
|
+
"concurrently": "7.0.0",
|
|
60
|
+
"downlevel-dts": "0.7.0",
|
|
61
|
+
"rimraf": "3.0.2",
|
|
62
|
+
"typedoc": "0.19.2",
|
|
63
|
+
"typescript": "~4.3.5"
|
|
58
64
|
},
|
|
59
65
|
"engines": {
|
|
60
66
|
"node": ">=12.0.0"
|