@aws-sdk/client-efs 3.35.0 → 3.38.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 +48 -0
- package/dist-cjs/EFS.js +0 -8
- package/dist-cjs/EFSClient.js +0 -13
- package/dist-cjs/commands/CreateAccessPointCommand.js +0 -32
- package/dist-cjs/commands/CreateFileSystemCommand.js +0 -78
- package/dist-cjs/commands/CreateMountTargetCommand.js +0 -166
- package/dist-cjs/commands/CreateTagsCommand.js +0 -36
- package/dist-cjs/commands/DeleteAccessPointCommand.js +0 -28
- package/dist-cjs/commands/DeleteFileSystemCommand.js +0 -39
- package/dist-cjs/commands/DeleteFileSystemPolicyCommand.js +0 -28
- package/dist-cjs/commands/DeleteMountTargetCommand.js +0 -58
- package/dist-cjs/commands/DeleteTagsCommand.js +0 -37
- package/dist-cjs/commands/DescribeAccessPointsCommand.js +0 -28
- package/dist-cjs/commands/DescribeAccountPreferencesCommand.js +0 -26
- package/dist-cjs/commands/DescribeBackupPolicyCommand.js +0 -25
- package/dist-cjs/commands/DescribeFileSystemPolicyCommand.js +0 -26
- package/dist-cjs/commands/DescribeFileSystemsCommand.js +0 -47
- package/dist-cjs/commands/DescribeLifecycleConfigurationCommand.js +0 -32
- package/dist-cjs/commands/DescribeMountTargetSecurityGroupsCommand.js +0 -40
- package/dist-cjs/commands/DescribeMountTargetsCommand.js +0 -32
- package/dist-cjs/commands/DescribeTagsCommand.js +0 -35
- package/dist-cjs/commands/ListTagsForResourceCommand.js +0 -26
- package/dist-cjs/commands/ModifyMountTargetSecurityGroupsCommand.js +0 -44
- package/dist-cjs/commands/PutAccountPreferencesCommand.js +0 -28
- package/dist-cjs/commands/PutBackupPolicyCommand.js +0 -25
- package/dist-cjs/commands/PutFileSystemPolicyCommand.js +0 -34
- package/dist-cjs/commands/PutLifecycleConfigurationCommand.js +0 -55
- package/dist-cjs/commands/TagResourceCommand.js +0 -26
- package/dist-cjs/commands/UntagResourceCommand.js +0 -26
- package/dist-cjs/commands/UpdateFileSystemCommand.js +0 -26
- package/dist-cjs/commands/index.js +30 -0
- package/dist-cjs/endpoints.js +1 -2
- package/dist-cjs/index.js +4 -35
- package/dist-cjs/models/index.js +0 -1
- package/dist-cjs/models/models_0.js +0 -232
- package/dist-cjs/pagination/DescribeAccessPointsPaginator.js +0 -11
- package/dist-cjs/pagination/DescribeFileSystemsPaginator.js +0 -11
- package/dist-cjs/pagination/DescribeTagsPaginator.js +0 -11
- package/dist-cjs/pagination/Interfaces.js +0 -1
- package/dist-cjs/pagination/ListTagsForResourcePaginator.js +0 -11
- package/dist-cjs/pagination/index.js +8 -0
- package/dist-cjs/protocols/Aws_restJson1.js +8 -6
- package/dist-cjs/runtimeConfig.browser.js +1 -6
- package/dist-cjs/runtimeConfig.js +2 -7
- package/dist-cjs/runtimeConfig.native.js +0 -4
- package/dist-cjs/runtimeConfig.shared.js +0 -4
- package/dist-es/EFS.js +0 -1
- package/dist-es/EFSClient.js +0 -1
- package/dist-es/commands/CreateAccessPointCommand.js +0 -1
- package/dist-es/commands/CreateFileSystemCommand.js +0 -1
- package/dist-es/commands/CreateMountTargetCommand.js +0 -1
- package/dist-es/commands/CreateTagsCommand.js +0 -1
- package/dist-es/commands/DeleteAccessPointCommand.js +0 -1
- package/dist-es/commands/DeleteFileSystemCommand.js +0 -1
- package/dist-es/commands/DeleteFileSystemPolicyCommand.js +0 -1
- package/dist-es/commands/DeleteMountTargetCommand.js +0 -1
- package/dist-es/commands/DeleteTagsCommand.js +0 -1
- package/dist-es/commands/DescribeAccessPointsCommand.js +0 -1
- package/dist-es/commands/DescribeAccountPreferencesCommand.js +0 -1
- package/dist-es/commands/DescribeBackupPolicyCommand.js +0 -1
- package/dist-es/commands/DescribeFileSystemPolicyCommand.js +0 -1
- package/dist-es/commands/DescribeFileSystemsCommand.js +0 -1
- package/dist-es/commands/DescribeLifecycleConfigurationCommand.js +0 -1
- package/dist-es/commands/DescribeMountTargetSecurityGroupsCommand.js +0 -1
- package/dist-es/commands/DescribeMountTargetsCommand.js +0 -1
- package/dist-es/commands/DescribeTagsCommand.js +0 -1
- package/dist-es/commands/ListTagsForResourceCommand.js +0 -1
- package/dist-es/commands/ModifyMountTargetSecurityGroupsCommand.js +0 -1
- package/dist-es/commands/PutAccountPreferencesCommand.js +0 -1
- package/dist-es/commands/PutBackupPolicyCommand.js +0 -1
- package/dist-es/commands/PutFileSystemPolicyCommand.js +0 -1
- package/dist-es/commands/PutLifecycleConfigurationCommand.js +0 -1
- package/dist-es/commands/TagResourceCommand.js +0 -1
- package/dist-es/commands/UntagResourceCommand.js +0 -1
- package/dist-es/commands/UpdateFileSystemCommand.js +0 -1
- package/dist-es/commands/index.js +27 -0
- package/dist-es/endpoints.js +1 -2
- package/dist-es/index.js +4 -35
- package/dist-es/models/index.js +0 -1
- package/dist-es/models/models_0.js +0 -1
- package/dist-es/pagination/DescribeAccessPointsPaginator.js +0 -1
- package/dist-es/pagination/DescribeFileSystemsPaginator.js +0 -1
- package/dist-es/pagination/DescribeTagsPaginator.js +0 -1
- package/dist-es/pagination/Interfaces.js +0 -1
- package/dist-es/pagination/ListTagsForResourcePaginator.js +0 -1
- package/dist-es/pagination/index.js +5 -0
- package/dist-es/protocols/Aws_restJson1.js +22 -15
- package/dist-es/runtimeConfig.browser.js +1 -2
- package/dist-es/runtimeConfig.js +2 -3
- package/dist-es/runtimeConfig.native.js +0 -1
- package/dist-es/runtimeConfig.shared.js +0 -1
- package/dist-types/EFS.d.ts +15 -8
- package/dist-types/commands/PutAccountPreferencesCommand.d.ts +7 -3
- package/dist-types/commands/PutFileSystemPolicyCommand.d.ts +3 -1
- package/dist-types/commands/PutLifecycleConfigurationCommand.d.ts +5 -4
- package/dist-types/commands/index.d.ts +27 -0
- package/dist-types/index.d.ts +4 -34
- package/dist-types/models/models_0.d.ts +34 -6
- package/dist-types/pagination/index.d.ts +5 -0
- package/dist-types/ts3.4/EFS.d.ts +28 -496
- package/dist-types/ts3.4/EFSClient.d.ts +24 -93
- package/dist-types/ts3.4/commands/CreateAccessPointCommand.d.ts +2 -27
- package/dist-types/ts3.4/commands/CreateFileSystemCommand.d.ts +2 -73
- package/dist-types/ts3.4/commands/CreateMountTargetCommand.d.ts +2 -161
- package/dist-types/ts3.4/commands/CreateTagsCommand.d.ts +2 -31
- package/dist-types/ts3.4/commands/DeleteAccessPointCommand.d.ts +2 -23
- package/dist-types/ts3.4/commands/DeleteFileSystemCommand.d.ts +2 -34
- package/dist-types/ts3.4/commands/DeleteFileSystemPolicyCommand.d.ts +2 -23
- package/dist-types/ts3.4/commands/DeleteMountTargetCommand.d.ts +2 -53
- package/dist-types/ts3.4/commands/DeleteTagsCommand.d.ts +2 -32
- package/dist-types/ts3.4/commands/DescribeAccessPointsCommand.d.ts +2 -23
- package/dist-types/ts3.4/commands/DescribeAccountPreferencesCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/DescribeBackupPolicyCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DescribeFileSystemPolicyCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/DescribeFileSystemsCommand.d.ts +2 -42
- package/dist-types/ts3.4/commands/DescribeLifecycleConfigurationCommand.d.ts +2 -27
- package/dist-types/ts3.4/commands/DescribeMountTargetSecurityGroupsCommand.d.ts +2 -35
- package/dist-types/ts3.4/commands/DescribeMountTargetsCommand.d.ts +2 -27
- package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +2 -30
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/ModifyMountTargetSecurityGroupsCommand.d.ts +2 -39
- package/dist-types/ts3.4/commands/PutAccountPreferencesCommand.d.ts +2 -23
- package/dist-types/ts3.4/commands/PutBackupPolicyCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/PutFileSystemPolicyCommand.d.ts +2 -29
- package/dist-types/ts3.4/commands/PutLifecycleConfigurationCommand.d.ts +2 -50
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/UpdateFileSystemCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/index.d.ts +27 -0
- package/dist-types/ts3.4/index.d.ts +4 -34
- package/dist-types/ts3.4/models/models_0.d.ts +273 -1088
- package/dist-types/ts3.4/pagination/index.d.ts +5 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -3
- package/package.json +33 -30
- package/dist-cjs/EFS.js.map +0 -1
- package/dist-cjs/EFSClient.js.map +0 -1
- package/dist-cjs/commands/CreateAccessPointCommand.js.map +0 -1
- package/dist-cjs/commands/CreateFileSystemCommand.js.map +0 -1
- package/dist-cjs/commands/CreateMountTargetCommand.js.map +0 -1
- package/dist-cjs/commands/CreateTagsCommand.js.map +0 -1
- package/dist-cjs/commands/DeleteAccessPointCommand.js.map +0 -1
- package/dist-cjs/commands/DeleteFileSystemCommand.js.map +0 -1
- package/dist-cjs/commands/DeleteFileSystemPolicyCommand.js.map +0 -1
- package/dist-cjs/commands/DeleteMountTargetCommand.js.map +0 -1
- package/dist-cjs/commands/DeleteTagsCommand.js.map +0 -1
- package/dist-cjs/commands/DescribeAccessPointsCommand.js.map +0 -1
- package/dist-cjs/commands/DescribeAccountPreferencesCommand.js.map +0 -1
- package/dist-cjs/commands/DescribeBackupPolicyCommand.js.map +0 -1
- package/dist-cjs/commands/DescribeFileSystemPolicyCommand.js.map +0 -1
- package/dist-cjs/commands/DescribeFileSystemsCommand.js.map +0 -1
- package/dist-cjs/commands/DescribeLifecycleConfigurationCommand.js.map +0 -1
- package/dist-cjs/commands/DescribeMountTargetSecurityGroupsCommand.js.map +0 -1
- package/dist-cjs/commands/DescribeMountTargetsCommand.js.map +0 -1
- package/dist-cjs/commands/DescribeTagsCommand.js.map +0 -1
- package/dist-cjs/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist-cjs/commands/ModifyMountTargetSecurityGroupsCommand.js.map +0 -1
- package/dist-cjs/commands/PutAccountPreferencesCommand.js.map +0 -1
- package/dist-cjs/commands/PutBackupPolicyCommand.js.map +0 -1
- package/dist-cjs/commands/PutFileSystemPolicyCommand.js.map +0 -1
- package/dist-cjs/commands/PutLifecycleConfigurationCommand.js.map +0 -1
- package/dist-cjs/commands/TagResourceCommand.js.map +0 -1
- package/dist-cjs/commands/UntagResourceCommand.js.map +0 -1
- package/dist-cjs/commands/UpdateFileSystemCommand.js.map +0 -1
- package/dist-cjs/endpoints.js.map +0 -1
- package/dist-cjs/index.js.map +0 -1
- package/dist-cjs/models/index.js.map +0 -1
- package/dist-cjs/models/models_0.js.map +0 -1
- package/dist-cjs/pagination/DescribeAccessPointsPaginator.js.map +0 -1
- package/dist-cjs/pagination/DescribeFileSystemsPaginator.js.map +0 -1
- package/dist-cjs/pagination/DescribeTagsPaginator.js.map +0 -1
- package/dist-cjs/pagination/Interfaces.js.map +0 -1
- package/dist-cjs/pagination/ListTagsForResourcePaginator.js.map +0 -1
- package/dist-cjs/protocols/Aws_restJson1.js.map +0 -1
- package/dist-cjs/runtimeConfig.browser.js.map +0 -1
- package/dist-cjs/runtimeConfig.js.map +0 -1
- package/dist-cjs/runtimeConfig.native.js.map +0 -1
- package/dist-cjs/runtimeConfig.shared.js.map +0 -1
- package/dist-es/EFS.js.map +0 -1
- package/dist-es/EFSClient.js.map +0 -1
- package/dist-es/commands/CreateAccessPointCommand.js.map +0 -1
- package/dist-es/commands/CreateFileSystemCommand.js.map +0 -1
- package/dist-es/commands/CreateMountTargetCommand.js.map +0 -1
- package/dist-es/commands/CreateTagsCommand.js.map +0 -1
- package/dist-es/commands/DeleteAccessPointCommand.js.map +0 -1
- package/dist-es/commands/DeleteFileSystemCommand.js.map +0 -1
- package/dist-es/commands/DeleteFileSystemPolicyCommand.js.map +0 -1
- package/dist-es/commands/DeleteMountTargetCommand.js.map +0 -1
- package/dist-es/commands/DeleteTagsCommand.js.map +0 -1
- package/dist-es/commands/DescribeAccessPointsCommand.js.map +0 -1
- package/dist-es/commands/DescribeAccountPreferencesCommand.js.map +0 -1
- package/dist-es/commands/DescribeBackupPolicyCommand.js.map +0 -1
- package/dist-es/commands/DescribeFileSystemPolicyCommand.js.map +0 -1
- package/dist-es/commands/DescribeFileSystemsCommand.js.map +0 -1
- package/dist-es/commands/DescribeLifecycleConfigurationCommand.js.map +0 -1
- package/dist-es/commands/DescribeMountTargetSecurityGroupsCommand.js.map +0 -1
- package/dist-es/commands/DescribeMountTargetsCommand.js.map +0 -1
- package/dist-es/commands/DescribeTagsCommand.js.map +0 -1
- package/dist-es/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist-es/commands/ModifyMountTargetSecurityGroupsCommand.js.map +0 -1
- package/dist-es/commands/PutAccountPreferencesCommand.js.map +0 -1
- package/dist-es/commands/PutBackupPolicyCommand.js.map +0 -1
- package/dist-es/commands/PutFileSystemPolicyCommand.js.map +0 -1
- package/dist-es/commands/PutLifecycleConfigurationCommand.js.map +0 -1
- package/dist-es/commands/TagResourceCommand.js.map +0 -1
- package/dist-es/commands/UntagResourceCommand.js.map +0 -1
- package/dist-es/commands/UpdateFileSystemCommand.js.map +0 -1
- package/dist-es/endpoints.js.map +0 -1
- package/dist-es/index.js.map +0 -1
- package/dist-es/models/index.js.map +0 -1
- package/dist-es/models/models_0.js.map +0 -1
- package/dist-es/pagination/DescribeAccessPointsPaginator.js.map +0 -1
- package/dist-es/pagination/DescribeFileSystemsPaginator.js.map +0 -1
- package/dist-es/pagination/DescribeTagsPaginator.js.map +0 -1
- package/dist-es/pagination/Interfaces.js.map +0 -1
- package/dist-es/pagination/ListTagsForResourcePaginator.js.map +0 -1
- package/dist-es/protocols/Aws_restJson1.js.map +0 -1
- package/dist-es/runtimeConfig.browser.js.map +0 -1
- package/dist-es/runtimeConfig.js.map +0 -1
- package/dist-es/runtimeConfig.native.js.map +0 -1
- package/dist-es/runtimeConfig.shared.js.map +0 -1
- package/jest.config.js +0 -4
- package/src/EFS.ts +0 -1386
- package/src/EFSClient.ts +0 -363
- package/src/commands/CreateAccessPointCommand.ts +0 -102
- package/src/commands/CreateFileSystemCommand.ts +0 -148
- package/src/commands/CreateMountTargetCommand.ts +0 -236
- package/src/commands/CreateTagsCommand.ts +0 -106
- package/src/commands/DeleteAccessPointCommand.ts +0 -98
- package/src/commands/DeleteFileSystemCommand.ts +0 -109
- package/src/commands/DeleteFileSystemPolicyCommand.ts +0 -98
- package/src/commands/DeleteMountTargetCommand.ts +0 -128
- package/src/commands/DeleteTagsCommand.ts +0 -107
- package/src/commands/DescribeAccessPointsCommand.ts +0 -98
- package/src/commands/DescribeAccountPreferencesCommand.ts +0 -99
- package/src/commands/DescribeBackupPolicyCommand.ts +0 -95
- package/src/commands/DescribeFileSystemPolicyCommand.ts +0 -96
- package/src/commands/DescribeFileSystemsCommand.ts +0 -117
- package/src/commands/DescribeLifecycleConfigurationCommand.ts +0 -110
- package/src/commands/DescribeMountTargetSecurityGroupsCommand.ts +0 -121
- package/src/commands/DescribeMountTargetsCommand.ts +0 -102
- package/src/commands/DescribeTagsCommand.ts +0 -105
- package/src/commands/ListTagsForResourceCommand.ts +0 -96
- package/src/commands/ModifyMountTargetSecurityGroupsCommand.ts +0 -120
- package/src/commands/PutAccountPreferencesCommand.ts +0 -98
- package/src/commands/PutBackupPolicyCommand.ts +0 -95
- package/src/commands/PutFileSystemPolicyCommand.ts +0 -104
- package/src/commands/PutLifecycleConfigurationCommand.ts +0 -128
- package/src/commands/TagResourceCommand.ts +0 -96
- package/src/commands/UntagResourceCommand.ts +0 -96
- package/src/commands/UpdateFileSystemCommand.ts +0 -96
- package/src/endpoints.ts +0 -183
- package/src/index.ts +0 -35
- package/src/models/index.ts +0 -1
- package/src/models/models_0.ts +0 -2185
- package/src/pagination/DescribeAccessPointsPaginator.ts +0 -59
- package/src/pagination/DescribeFileSystemsPaginator.ts +0 -59
- package/src/pagination/DescribeTagsPaginator.ts +0 -59
- package/src/pagination/Interfaces.ts +0 -8
- package/src/pagination/ListTagsForResourcePaginator.ts +0 -59
- package/src/protocols/Aws_restJson1.ts +0 -4420
- package/src/runtimeConfig.browser.ts +0 -41
- package/src/runtimeConfig.native.ts +0 -17
- package/src/runtimeConfig.shared.ts +0 -17
- package/src/runtimeConfig.ts +0 -46
- package/tsconfig.es.json +0 -10
- package/tsconfig.json +0 -33
- package/tsconfig.types.json +0 -9
|
@@ -36,128 +36,59 @@ import { UpdateFileSystemCommandInput, UpdateFileSystemCommandOutput } from "./c
|
|
|
36
36
|
export declare type ServiceInputTypes = CreateAccessPointCommandInput | CreateFileSystemCommandInput | CreateMountTargetCommandInput | CreateTagsCommandInput | DeleteAccessPointCommandInput | DeleteFileSystemCommandInput | DeleteFileSystemPolicyCommandInput | DeleteMountTargetCommandInput | DeleteTagsCommandInput | DescribeAccessPointsCommandInput | DescribeAccountPreferencesCommandInput | DescribeBackupPolicyCommandInput | DescribeFileSystemPolicyCommandInput | DescribeFileSystemsCommandInput | DescribeLifecycleConfigurationCommandInput | DescribeMountTargetSecurityGroupsCommandInput | DescribeMountTargetsCommandInput | DescribeTagsCommandInput | ListTagsForResourceCommandInput | ModifyMountTargetSecurityGroupsCommandInput | PutAccountPreferencesCommandInput | PutBackupPolicyCommandInput | PutFileSystemPolicyCommandInput | PutLifecycleConfigurationCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateFileSystemCommandInput;
|
|
37
37
|
export declare type ServiceOutputTypes = CreateAccessPointCommandOutput | CreateFileSystemCommandOutput | CreateMountTargetCommandOutput | CreateTagsCommandOutput | DeleteAccessPointCommandOutput | DeleteFileSystemCommandOutput | DeleteFileSystemPolicyCommandOutput | DeleteMountTargetCommandOutput | DeleteTagsCommandOutput | DescribeAccessPointsCommandOutput | DescribeAccountPreferencesCommandOutput | DescribeBackupPolicyCommandOutput | DescribeFileSystemPolicyCommandOutput | DescribeFileSystemsCommandOutput | DescribeLifecycleConfigurationCommandOutput | DescribeMountTargetSecurityGroupsCommandOutput | DescribeMountTargetsCommandOutput | DescribeTagsCommandOutput | ListTagsForResourceCommandOutput | ModifyMountTargetSecurityGroupsCommandOutput | PutAccountPreferencesCommandOutput | PutBackupPolicyCommandOutput | PutFileSystemPolicyCommandOutput | PutLifecycleConfigurationCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateFileSystemCommandOutput;
|
|
38
38
|
export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
39
|
-
|
|
40
|
-
* The HTTP handler to use. Fetch in browser and Https in Nodejs.
|
|
41
|
-
*/
|
|
39
|
+
|
|
42
40
|
requestHandler?: __HttpHandler;
|
|
43
|
-
|
|
44
|
-
* A constructor for a class implementing the {@link __Hash} interface
|
|
45
|
-
* that computes the SHA-256 HMAC or checksum of a string or binary buffer.
|
|
46
|
-
* @internal
|
|
47
|
-
*/
|
|
41
|
+
|
|
48
42
|
sha256?: __HashConstructor;
|
|
49
|
-
|
|
50
|
-
* The function that will be used to convert strings into HTTP endpoints.
|
|
51
|
-
* @internal
|
|
52
|
-
*/
|
|
43
|
+
|
|
53
44
|
urlParser?: __UrlParser;
|
|
54
|
-
|
|
55
|
-
* A function that can calculate the length of a request body.
|
|
56
|
-
* @internal
|
|
57
|
-
*/
|
|
45
|
+
|
|
58
46
|
bodyLengthChecker?: (body: any) => number | undefined;
|
|
59
|
-
|
|
60
|
-
* A function that converts a stream into an array of bytes.
|
|
61
|
-
* @internal
|
|
62
|
-
*/
|
|
47
|
+
|
|
63
48
|
streamCollector?: __StreamCollector;
|
|
64
|
-
|
|
65
|
-
* The function that will be used to convert a base64-encoded string to a byte array.
|
|
66
|
-
* @internal
|
|
67
|
-
*/
|
|
49
|
+
|
|
68
50
|
base64Decoder?: __Decoder;
|
|
69
|
-
|
|
70
|
-
* The function that will be used to convert binary data to a base64-encoded string.
|
|
71
|
-
* @internal
|
|
72
|
-
*/
|
|
51
|
+
|
|
73
52
|
base64Encoder?: __Encoder;
|
|
74
|
-
|
|
75
|
-
* The function that will be used to convert a UTF8-encoded string to a byte array.
|
|
76
|
-
* @internal
|
|
77
|
-
*/
|
|
53
|
+
|
|
78
54
|
utf8Decoder?: __Decoder;
|
|
79
|
-
|
|
80
|
-
* The function that will be used to convert binary data to a UTF-8 encoded string.
|
|
81
|
-
* @internal
|
|
82
|
-
*/
|
|
55
|
+
|
|
83
56
|
utf8Encoder?: __Encoder;
|
|
84
|
-
|
|
85
|
-
* The runtime environment.
|
|
86
|
-
* @internal
|
|
87
|
-
*/
|
|
57
|
+
|
|
88
58
|
runtime?: string;
|
|
89
|
-
|
|
90
|
-
* Disable dyanamically changing the endpoint of the client based on the hostPrefix
|
|
91
|
-
* trait of an operation.
|
|
92
|
-
*/
|
|
59
|
+
|
|
93
60
|
disableHostPrefix?: boolean;
|
|
94
|
-
|
|
95
|
-
* Value for how many times a request will be made at most in case of retry.
|
|
96
|
-
*/
|
|
61
|
+
|
|
97
62
|
maxAttempts?: number | __Provider<number>;
|
|
98
|
-
|
|
99
|
-
* Specifies which retry algorithm to use.
|
|
100
|
-
*/
|
|
63
|
+
|
|
101
64
|
retryMode?: string | __Provider<string>;
|
|
102
|
-
|
|
103
|
-
* Optional logger for logging debug/info/warn/error.
|
|
104
|
-
*/
|
|
65
|
+
|
|
105
66
|
logger?: __Logger;
|
|
106
|
-
|
|
107
|
-
* Unique service identifier.
|
|
108
|
-
* @internal
|
|
109
|
-
*/
|
|
67
|
+
|
|
110
68
|
serviceId?: string;
|
|
111
|
-
|
|
112
|
-
* The AWS region to which this client will send requests
|
|
113
|
-
*/
|
|
69
|
+
|
|
114
70
|
region?: string | __Provider<string>;
|
|
115
|
-
|
|
116
|
-
* Default credentials provider; Not available in browser runtime.
|
|
117
|
-
* @internal
|
|
118
|
-
*/
|
|
71
|
+
|
|
119
72
|
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
120
|
-
|
|
121
|
-
* Fetch related hostname, signing name or signing region with given region.
|
|
122
|
-
* @internal
|
|
123
|
-
*/
|
|
73
|
+
|
|
124
74
|
regionInfoProvider?: RegionInfoProvider;
|
|
125
|
-
|
|
126
|
-
* The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header
|
|
127
|
-
* @internal
|
|
128
|
-
*/
|
|
75
|
+
|
|
129
76
|
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
130
77
|
}
|
|
131
78
|
declare type EFSClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig;
|
|
132
|
-
|
|
133
|
-
* The configuration interface of EFSClient class constructor that set the region, credentials and other options.
|
|
134
|
-
*/
|
|
79
|
+
|
|
135
80
|
export interface EFSClientConfig extends EFSClientConfigType {
|
|
136
81
|
}
|
|
137
82
|
declare type EFSClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointsResolvedConfig & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig;
|
|
138
|
-
|
|
139
|
-
* The resolved configuration interface of EFSClient class. This is resolved and normalized from the {@link EFSClientConfig | constructor configuration interface}.
|
|
140
|
-
*/
|
|
83
|
+
|
|
141
84
|
export interface EFSClientResolvedConfig extends EFSClientResolvedConfigType {
|
|
142
85
|
}
|
|
143
|
-
|
|
144
|
-
* <fullname>Amazon Elastic File System</fullname>
|
|
145
|
-
* <p>Amazon Elastic File System (Amazon EFS) provides simple, scalable file storage for use
|
|
146
|
-
* with Amazon EC2 instances in the Amazon Web Services Cloud. With Amazon EFS, storage capacity is elastic,
|
|
147
|
-
* growing and shrinking automatically as you add and remove files, so your applications have the
|
|
148
|
-
* storage they need, when they need it. For more information, see the <a href="https://docs.aws.amazon.com/efs/latest/ug/api-reference.html">Amazon Elastic File System API Reference</a> and the <a href="https://docs.aws.amazon.com/efs/latest/ug/whatisefs.html">Amazon Elastic File System User Guide</a>.</p>
|
|
149
|
-
*/
|
|
86
|
+
|
|
150
87
|
export declare class EFSClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, EFSClientResolvedConfig> {
|
|
151
|
-
|
|
152
|
-
* The resolved configuration of EFSClient class. This is resolved and normalized from the {@link EFSClientConfig | constructor configuration interface}.
|
|
153
|
-
*/
|
|
88
|
+
|
|
154
89
|
readonly config: EFSClientResolvedConfig;
|
|
155
90
|
constructor(configuration: EFSClientConfig);
|
|
156
|
-
|
|
157
|
-
* Destroy underlying resources, like sockets. It's usually not necessary to do this.
|
|
158
|
-
* However in Node.js, it's best to explicitly shut down the client's agent when it is no longer needed.
|
|
159
|
-
* Otherwise, sockets might stay open for quite a long time before the server terminates them.
|
|
160
|
-
*/
|
|
91
|
+
|
|
161
92
|
destroy(): void;
|
|
162
93
|
}
|
|
163
94
|
export {};
|
|
@@ -6,36 +6,11 @@ export interface CreateAccessPointCommandInput extends CreateAccessPointRequest
|
|
|
6
6
|
}
|
|
7
7
|
export interface CreateAccessPointCommandOutput extends AccessPointDescription, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Creates an EFS access point. An access point is an application-specific view into an EFS
|
|
11
|
-
* file system that applies an operating system user and group, and a file system path, to any
|
|
12
|
-
* file system request made through the access point. The operating system user and group
|
|
13
|
-
* override any identity information provided by the NFS client. The file system path is exposed
|
|
14
|
-
* as the access point's root directory. Applications using the access point can only access data
|
|
15
|
-
* in its own directory and below. To learn more, see <a href="https://docs.aws.amazon.com/efs/latest/ug/efs-access-points.html">Mounting a file system using EFS access
|
|
16
|
-
* points</a>.</p>
|
|
17
|
-
* <p>This operation requires permissions for the <code>elasticfilesystem:CreateAccessPoint</code> action.</p>
|
|
18
|
-
* @example
|
|
19
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
20
|
-
* ```javascript
|
|
21
|
-
* import { EFSClient, CreateAccessPointCommand } from "@aws-sdk/client-efs"; // ES Modules import
|
|
22
|
-
* // const { EFSClient, CreateAccessPointCommand } = require("@aws-sdk/client-efs"); // CommonJS import
|
|
23
|
-
* const client = new EFSClient(config);
|
|
24
|
-
* const command = new CreateAccessPointCommand(input);
|
|
25
|
-
* const response = await client.send(command);
|
|
26
|
-
* ```
|
|
27
|
-
*
|
|
28
|
-
* @see {@link CreateAccessPointCommandInput} for command's `input` shape.
|
|
29
|
-
* @see {@link CreateAccessPointCommandOutput} for command's `response` shape.
|
|
30
|
-
* @see {@link EFSClientResolvedConfig | config} for command's `input` shape.
|
|
31
|
-
*
|
|
32
|
-
*/
|
|
9
|
+
|
|
33
10
|
export declare class CreateAccessPointCommand extends $Command<CreateAccessPointCommandInput, CreateAccessPointCommandOutput, EFSClientResolvedConfig> {
|
|
34
11
|
readonly input: CreateAccessPointCommandInput;
|
|
35
12
|
constructor(input: CreateAccessPointCommandInput);
|
|
36
|
-
|
|
37
|
-
* @internal
|
|
38
|
-
*/
|
|
13
|
+
|
|
39
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EFSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateAccessPointCommandInput, CreateAccessPointCommandOutput>;
|
|
40
15
|
private serialize;
|
|
41
16
|
private deserialize;
|
|
@@ -6,82 +6,11 @@ export interface CreateFileSystemCommandInput extends CreateFileSystemRequest {
|
|
|
6
6
|
}
|
|
7
7
|
export interface CreateFileSystemCommandOutput extends FileSystemDescription, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Creates a new, empty file system. The operation requires a creation token in the
|
|
11
|
-
* request that Amazon EFS uses to ensure idempotent creation (calling the operation with same
|
|
12
|
-
* creation token has no effect). If a file system does not currently exist that is owned by the
|
|
13
|
-
* caller's Amazon Web Services account with the specified creation token, this operation does the
|
|
14
|
-
* following:</p>
|
|
15
|
-
* <ul>
|
|
16
|
-
* <li>
|
|
17
|
-
* <p>Creates a new, empty file system. The file system will have an Amazon EFS assigned
|
|
18
|
-
* ID, and an initial lifecycle state <code>creating</code>.</p>
|
|
19
|
-
* </li>
|
|
20
|
-
* <li>
|
|
21
|
-
* <p>Returns with the description of the created file system.</p>
|
|
22
|
-
* </li>
|
|
23
|
-
* </ul>
|
|
24
|
-
* <p>Otherwise, this operation returns a <code>FileSystemAlreadyExists</code> error with the
|
|
25
|
-
* ID of the existing file system.</p>
|
|
26
|
-
* <note>
|
|
27
|
-
* <p>For basic use cases, you can use a randomly generated UUID for the creation
|
|
28
|
-
* token.</p>
|
|
29
|
-
* </note>
|
|
30
|
-
* <p> The idempotent operation allows you to retry a <code>CreateFileSystem</code> call without
|
|
31
|
-
* risk of creating an extra file system. This can happen when an initial call fails in a way
|
|
32
|
-
* that leaves it uncertain whether or not a file system was actually created. An example might
|
|
33
|
-
* be that a transport level timeout occurred or your connection was reset. As long as you use
|
|
34
|
-
* the same creation token, if the initial call had succeeded in creating a file system, the
|
|
35
|
-
* client can learn of its existence from the <code>FileSystemAlreadyExists</code> error.</p>
|
|
36
|
-
* <p>For more information, see
|
|
37
|
-
* <a href="https://docs.aws.amazon.com/efs/latest/ug/creating-using-create-fs.html#creating-using-create-fs-part1">Creating a file system</a>
|
|
38
|
-
* in the <i>Amazon EFS User Guide</i>.</p>
|
|
39
|
-
*
|
|
40
|
-
* <note>
|
|
41
|
-
* <p>The <code>CreateFileSystem</code> call returns while the file system's lifecycle
|
|
42
|
-
* state is still <code>creating</code>. You can check the file system creation status by
|
|
43
|
-
* calling the <a>DescribeFileSystems</a> operation, which among other things returns the file
|
|
44
|
-
* system state.</p>
|
|
45
|
-
* </note>
|
|
46
|
-
*
|
|
47
|
-
* <p>This operation accepts an optional <code>PerformanceMode</code> parameter that you
|
|
48
|
-
* choose for your file system. We recommend <code>generalPurpose</code> performance mode for
|
|
49
|
-
* most file systems. File systems using the <code>maxIO</code> performance mode can scale to
|
|
50
|
-
* higher levels of aggregate throughput and operations per second with a tradeoff of slightly
|
|
51
|
-
* higher latencies for most file operations. The performance mode can't be changed after
|
|
52
|
-
* the file system has been created. For more information, see <a href="https://docs.aws.amazon.com/efs/latest/ug/performance.html#performancemodes.html">Amazon EFS performance
|
|
53
|
-
* modes</a>.</p>
|
|
54
|
-
*
|
|
55
|
-
* <p>You can set the throughput mode for the file system using the <code>ThroughputMode</code> parameter.</p>
|
|
56
|
-
*
|
|
57
|
-
* <p>After the file system is fully created, Amazon EFS sets its lifecycle state to
|
|
58
|
-
* <code>available</code>, at which point you can create one or more mount targets for the file
|
|
59
|
-
* system in your VPC. For more information, see <a>CreateMountTarget</a>. You mount your Amazon EFS file system on an EC2 instances in
|
|
60
|
-
* your VPC by using the mount target. For more information, see <a href="https://docs.aws.amazon.com/efs/latest/ug/how-it-works.html">Amazon EFS: How it Works</a>. </p>
|
|
61
|
-
*
|
|
62
|
-
* <p> This operation requires permissions for the
|
|
63
|
-
* <code>elasticfilesystem:CreateFileSystem</code> action. </p>
|
|
64
|
-
* @example
|
|
65
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
66
|
-
* ```javascript
|
|
67
|
-
* import { EFSClient, CreateFileSystemCommand } from "@aws-sdk/client-efs"; // ES Modules import
|
|
68
|
-
* // const { EFSClient, CreateFileSystemCommand } = require("@aws-sdk/client-efs"); // CommonJS import
|
|
69
|
-
* const client = new EFSClient(config);
|
|
70
|
-
* const command = new CreateFileSystemCommand(input);
|
|
71
|
-
* const response = await client.send(command);
|
|
72
|
-
* ```
|
|
73
|
-
*
|
|
74
|
-
* @see {@link CreateFileSystemCommandInput} for command's `input` shape.
|
|
75
|
-
* @see {@link CreateFileSystemCommandOutput} for command's `response` shape.
|
|
76
|
-
* @see {@link EFSClientResolvedConfig | config} for command's `input` shape.
|
|
77
|
-
*
|
|
78
|
-
*/
|
|
9
|
+
|
|
79
10
|
export declare class CreateFileSystemCommand extends $Command<CreateFileSystemCommandInput, CreateFileSystemCommandOutput, EFSClientResolvedConfig> {
|
|
80
11
|
readonly input: CreateFileSystemCommandInput;
|
|
81
12
|
constructor(input: CreateFileSystemCommandInput);
|
|
82
|
-
|
|
83
|
-
* @internal
|
|
84
|
-
*/
|
|
13
|
+
|
|
85
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EFSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateFileSystemCommandInput, CreateFileSystemCommandOutput>;
|
|
86
15
|
private serialize;
|
|
87
16
|
private deserialize;
|
|
@@ -6,170 +6,11 @@ export interface CreateMountTargetCommandInput extends CreateMountTargetRequest
|
|
|
6
6
|
}
|
|
7
7
|
export interface CreateMountTargetCommandOutput extends MountTargetDescription, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Creates a mount target for a file system. You can then mount the file system on EC2
|
|
11
|
-
* instances by using the mount target.</p>
|
|
12
|
-
* <p>You can create one mount target in each Availability Zone in your VPC. All EC2
|
|
13
|
-
* instances in a VPC within a given Availability Zone share a single mount target for a given
|
|
14
|
-
* file system. If you have multiple subnets in an Availability Zone, you create a mount target
|
|
15
|
-
* in one of the subnets. EC2 instances do not need to be in the same subnet as the mount target
|
|
16
|
-
* in order to access their file system.</p>
|
|
17
|
-
* <p>You can create only one mount target for an EFS file system using One Zone storage
|
|
18
|
-
* classes. You must create that mount target in the same Availability Zone in which the file
|
|
19
|
-
* system is located. Use the <code>AvailabilityZoneName</code> and
|
|
20
|
-
* <code>AvailabiltyZoneId</code> properties in the <a>DescribeFileSystems</a>
|
|
21
|
-
* response object to get this information. Use the <code>subnetId</code> associated with the
|
|
22
|
-
* file system's Availability Zone when creating the mount target.</p>
|
|
23
|
-
* <p>For more information, see <a href="https://docs.aws.amazon.com/efs/latest/ug/how-it-works.html">Amazon EFS: How it Works</a>. </p>
|
|
24
|
-
* <p>To create a mount target for a file system, the file system's lifecycle state must be
|
|
25
|
-
* <code>available</code>. For more information, see <a>DescribeFileSystems</a>.</p>
|
|
26
|
-
* <p>In the request, provide the following:</p>
|
|
27
|
-
* <ul>
|
|
28
|
-
* <li>
|
|
29
|
-
* <p>The file system ID for which you are creating the mount
|
|
30
|
-
* target.</p>
|
|
31
|
-
* </li>
|
|
32
|
-
* <li>
|
|
33
|
-
* <p>A subnet ID, which determines the following:</p>
|
|
34
|
-
* <ul>
|
|
35
|
-
* <li>
|
|
36
|
-
* <p>The VPC in which Amazon EFS creates the mount target</p>
|
|
37
|
-
* </li>
|
|
38
|
-
* <li>
|
|
39
|
-
* <p>The Availability Zone in which Amazon EFS creates the mount target</p>
|
|
40
|
-
* </li>
|
|
41
|
-
* <li>
|
|
42
|
-
* <p>The IP address range from which Amazon EFS selects the IP address of the mount target
|
|
43
|
-
* (if you don't specify an IP address in the request)</p>
|
|
44
|
-
* </li>
|
|
45
|
-
* </ul>
|
|
46
|
-
* </li>
|
|
47
|
-
* </ul>
|
|
48
|
-
*
|
|
49
|
-
* <p>After creating the mount target, Amazon EFS returns a response that includes, a
|
|
50
|
-
* <code>MountTargetId</code> and an <code>IpAddress</code>. You use this IP address when
|
|
51
|
-
* mounting the file system in an EC2 instance. You can also use the mount target's DNS name
|
|
52
|
-
* when mounting the file system. The EC2 instance on which you mount the file system by using
|
|
53
|
-
* the mount target can resolve the mount target's DNS name to its IP address. For more
|
|
54
|
-
* information, see <a href="https://docs.aws.amazon.com/efs/latest/ug/how-it-works.html#how-it-works-implementation">How it Works:
|
|
55
|
-
* Implementation Overview</a>. </p>
|
|
56
|
-
* <p>Note that you can create mount targets for a file system in only one VPC, and there can
|
|
57
|
-
* be only one mount target per Availability Zone. That is, if the file system already has one or
|
|
58
|
-
* more mount targets created for it, the subnet specified in the request to add another mount
|
|
59
|
-
* target must meet the following requirements:</p>
|
|
60
|
-
* <ul>
|
|
61
|
-
* <li>
|
|
62
|
-
* <p>Must belong to the same VPC as the subnets of the existing mount targets</p>
|
|
63
|
-
* </li>
|
|
64
|
-
* <li>
|
|
65
|
-
* <p>Must not be in the same Availability Zone as any of the subnets of the existing
|
|
66
|
-
* mount targets</p>
|
|
67
|
-
* </li>
|
|
68
|
-
* </ul>
|
|
69
|
-
*
|
|
70
|
-
* <p>If the request satisfies the requirements, Amazon EFS does the following:</p>
|
|
71
|
-
* <ul>
|
|
72
|
-
* <li>
|
|
73
|
-
* <p>Creates a new mount target in the specified subnet.</p>
|
|
74
|
-
* </li>
|
|
75
|
-
* <li>
|
|
76
|
-
* <p>Also creates a new network interface in the subnet as follows:</p>
|
|
77
|
-
* <ul>
|
|
78
|
-
* <li>
|
|
79
|
-
* <p>If the request provides an <code>IpAddress</code>, Amazon EFS assigns that IP
|
|
80
|
-
* address to the network interface. Otherwise, Amazon EFS assigns a free address in the
|
|
81
|
-
* subnet (in the same way that the Amazon EC2 <code>CreateNetworkInterface</code> call
|
|
82
|
-
* does when a request does not specify a primary private IP address).</p>
|
|
83
|
-
* </li>
|
|
84
|
-
* <li>
|
|
85
|
-
* <p>If the request provides <code>SecurityGroups</code>, this network interface is
|
|
86
|
-
* associated with those security groups. Otherwise, it belongs to the default security
|
|
87
|
-
* group for the subnet's VPC.</p>
|
|
88
|
-
* </li>
|
|
89
|
-
* <li>
|
|
90
|
-
* <p>Assigns the description <code>Mount target <i>fsmt-id</i> for
|
|
91
|
-
* file system <i>fs-id</i>
|
|
92
|
-
* </code> where <code>
|
|
93
|
-
* <i>fsmt-id</i>
|
|
94
|
-
* </code> is the mount target ID, and <code>
|
|
95
|
-
* <i>fs-id</i>
|
|
96
|
-
* </code> is the <code>FileSystemId</code>.</p>
|
|
97
|
-
* </li>
|
|
98
|
-
* <li>
|
|
99
|
-
* <p>Sets the <code>requesterManaged</code> property of the network interface to
|
|
100
|
-
* <code>true</code>, and the <code>requesterId</code> value to
|
|
101
|
-
* <code>EFS</code>.</p>
|
|
102
|
-
* </li>
|
|
103
|
-
* </ul>
|
|
104
|
-
* <p>Each Amazon EFS mount target has one corresponding requester-managed EC2 network
|
|
105
|
-
* interface. After the network interface is created, Amazon EFS sets the
|
|
106
|
-
* <code>NetworkInterfaceId</code> field in the mount target's description to the
|
|
107
|
-
* network interface ID, and the <code>IpAddress</code> field to its address. If network
|
|
108
|
-
* interface creation fails, the entire <code>CreateMountTarget</code> operation
|
|
109
|
-
* fails.</p>
|
|
110
|
-
* </li>
|
|
111
|
-
* </ul>
|
|
112
|
-
* <note>
|
|
113
|
-
* <p>The <code>CreateMountTarget</code> call returns only after creating the network
|
|
114
|
-
* interface, but while the mount target state is still <code>creating</code>, you can check
|
|
115
|
-
* the mount target creation status by calling the <a>DescribeMountTargets</a> operation, which among other things returns the mount
|
|
116
|
-
* target state.</p>
|
|
117
|
-
* </note>
|
|
118
|
-
* <p>We recommend that you create a mount target in each of the Availability Zones. There
|
|
119
|
-
* are cost considerations for using a file system in an Availability Zone through a mount target
|
|
120
|
-
* created in another Availability Zone. For more information, see <a href="http://aws.amazon.com/efs/">Amazon EFS</a>. In addition, by always using a mount target local to the
|
|
121
|
-
* instance's Availability Zone, you eliminate a partial failure scenario. If the
|
|
122
|
-
* Availability Zone in which your mount target is created goes down, then you can't access
|
|
123
|
-
* your file system through that mount target. </p>
|
|
124
|
-
* <p>This operation requires permissions for the following action on the file
|
|
125
|
-
* system:</p>
|
|
126
|
-
* <ul>
|
|
127
|
-
* <li>
|
|
128
|
-
* <p>
|
|
129
|
-
* <code>elasticfilesystem:CreateMountTarget</code>
|
|
130
|
-
* </p>
|
|
131
|
-
* </li>
|
|
132
|
-
* </ul>
|
|
133
|
-
* <p>This operation also requires permissions for the following Amazon EC2
|
|
134
|
-
* actions:</p>
|
|
135
|
-
* <ul>
|
|
136
|
-
* <li>
|
|
137
|
-
* <p>
|
|
138
|
-
* <code>ec2:DescribeSubnets</code>
|
|
139
|
-
* </p>
|
|
140
|
-
* </li>
|
|
141
|
-
* <li>
|
|
142
|
-
* <p>
|
|
143
|
-
* <code>ec2:DescribeNetworkInterfaces</code>
|
|
144
|
-
* </p>
|
|
145
|
-
* </li>
|
|
146
|
-
* <li>
|
|
147
|
-
* <p>
|
|
148
|
-
* <code>ec2:CreateNetworkInterface</code>
|
|
149
|
-
* </p>
|
|
150
|
-
* </li>
|
|
151
|
-
* </ul>
|
|
152
|
-
* @example
|
|
153
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
154
|
-
* ```javascript
|
|
155
|
-
* import { EFSClient, CreateMountTargetCommand } from "@aws-sdk/client-efs"; // ES Modules import
|
|
156
|
-
* // const { EFSClient, CreateMountTargetCommand } = require("@aws-sdk/client-efs"); // CommonJS import
|
|
157
|
-
* const client = new EFSClient(config);
|
|
158
|
-
* const command = new CreateMountTargetCommand(input);
|
|
159
|
-
* const response = await client.send(command);
|
|
160
|
-
* ```
|
|
161
|
-
*
|
|
162
|
-
* @see {@link CreateMountTargetCommandInput} for command's `input` shape.
|
|
163
|
-
* @see {@link CreateMountTargetCommandOutput} for command's `response` shape.
|
|
164
|
-
* @see {@link EFSClientResolvedConfig | config} for command's `input` shape.
|
|
165
|
-
*
|
|
166
|
-
*/
|
|
9
|
+
|
|
167
10
|
export declare class CreateMountTargetCommand extends $Command<CreateMountTargetCommandInput, CreateMountTargetCommandOutput, EFSClientResolvedConfig> {
|
|
168
11
|
readonly input: CreateMountTargetCommandInput;
|
|
169
12
|
constructor(input: CreateMountTargetCommandInput);
|
|
170
|
-
|
|
171
|
-
* @internal
|
|
172
|
-
*/
|
|
13
|
+
|
|
173
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EFSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateMountTargetCommandInput, CreateMountTargetCommandOutput>;
|
|
174
15
|
private serialize;
|
|
175
16
|
private deserialize;
|
|
@@ -6,40 +6,11 @@ export interface CreateTagsCommandInput extends CreateTagsRequest {
|
|
|
6
6
|
}
|
|
7
7
|
export interface CreateTagsCommandOutput extends __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* @deprecated
|
|
11
|
-
*
|
|
12
|
-
* <note>
|
|
13
|
-
* <p>DEPRECATED - CreateTags is deprecated and not maintained. Please use the
|
|
14
|
-
* API action to create tags for EFS resources.</p>
|
|
15
|
-
* </note>
|
|
16
|
-
* <p>Creates or overwrites tags associated with a file system. Each tag is a key-value pair. If
|
|
17
|
-
* a tag key specified in the request already exists on the file system, this operation
|
|
18
|
-
* overwrites its value with the value provided in the request. If you add the <code>Name</code>
|
|
19
|
-
* tag to your file system, Amazon EFS returns it in the response to the <a>DescribeFileSystems</a> operation. </p>
|
|
20
|
-
* <p>This operation requires permission for the <code>elasticfilesystem:CreateTags</code>
|
|
21
|
-
* action.</p>
|
|
22
|
-
* @example
|
|
23
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
24
|
-
* ```javascript
|
|
25
|
-
* import { EFSClient, CreateTagsCommand } from "@aws-sdk/client-efs"; // ES Modules import
|
|
26
|
-
* // const { EFSClient, CreateTagsCommand } = require("@aws-sdk/client-efs"); // CommonJS import
|
|
27
|
-
* const client = new EFSClient(config);
|
|
28
|
-
* const command = new CreateTagsCommand(input);
|
|
29
|
-
* const response = await client.send(command);
|
|
30
|
-
* ```
|
|
31
|
-
*
|
|
32
|
-
* @see {@link CreateTagsCommandInput} for command's `input` shape.
|
|
33
|
-
* @see {@link CreateTagsCommandOutput} for command's `response` shape.
|
|
34
|
-
* @see {@link EFSClientResolvedConfig | config} for command's `input` shape.
|
|
35
|
-
*
|
|
36
|
-
*/
|
|
9
|
+
|
|
37
10
|
export declare class CreateTagsCommand extends $Command<CreateTagsCommandInput, CreateTagsCommandOutput, EFSClientResolvedConfig> {
|
|
38
11
|
readonly input: CreateTagsCommandInput;
|
|
39
12
|
constructor(input: CreateTagsCommandInput);
|
|
40
|
-
|
|
41
|
-
* @internal
|
|
42
|
-
*/
|
|
13
|
+
|
|
43
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EFSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateTagsCommandInput, CreateTagsCommandOutput>;
|
|
44
15
|
private serialize;
|
|
45
16
|
private deserialize;
|
|
@@ -6,32 +6,11 @@ export interface DeleteAccessPointCommandInput extends DeleteAccessPointRequest
|
|
|
6
6
|
}
|
|
7
7
|
export interface DeleteAccessPointCommandOutput extends __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Deletes the specified access point. After deletion is complete, new clients can no
|
|
11
|
-
* longer connect to the access points. Clients connected to the access point at the time of
|
|
12
|
-
* deletion will continue to function until they terminate their connection.</p>
|
|
13
|
-
* <p>This operation requires permissions for the <code>elasticfilesystem:DeleteAccessPoint</code> action.</p>
|
|
14
|
-
* @example
|
|
15
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
16
|
-
* ```javascript
|
|
17
|
-
* import { EFSClient, DeleteAccessPointCommand } from "@aws-sdk/client-efs"; // ES Modules import
|
|
18
|
-
* // const { EFSClient, DeleteAccessPointCommand } = require("@aws-sdk/client-efs"); // CommonJS import
|
|
19
|
-
* const client = new EFSClient(config);
|
|
20
|
-
* const command = new DeleteAccessPointCommand(input);
|
|
21
|
-
* const response = await client.send(command);
|
|
22
|
-
* ```
|
|
23
|
-
*
|
|
24
|
-
* @see {@link DeleteAccessPointCommandInput} for command's `input` shape.
|
|
25
|
-
* @see {@link DeleteAccessPointCommandOutput} for command's `response` shape.
|
|
26
|
-
* @see {@link EFSClientResolvedConfig | config} for command's `input` shape.
|
|
27
|
-
*
|
|
28
|
-
*/
|
|
9
|
+
|
|
29
10
|
export declare class DeleteAccessPointCommand extends $Command<DeleteAccessPointCommandInput, DeleteAccessPointCommandOutput, EFSClientResolvedConfig> {
|
|
30
11
|
readonly input: DeleteAccessPointCommandInput;
|
|
31
12
|
constructor(input: DeleteAccessPointCommandInput);
|
|
32
|
-
|
|
33
|
-
* @internal
|
|
34
|
-
*/
|
|
13
|
+
|
|
35
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EFSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteAccessPointCommandInput, DeleteAccessPointCommandOutput>;
|
|
36
15
|
private serialize;
|
|
37
16
|
private deserialize;
|
|
@@ -6,43 +6,11 @@ export interface DeleteFileSystemCommandInput extends DeleteFileSystemRequest {
|
|
|
6
6
|
}
|
|
7
7
|
export interface DeleteFileSystemCommandOutput extends __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Deletes a file system, permanently severing access to its contents. Upon return, the
|
|
11
|
-
* file system no longer exists and you can't access any contents of the deleted file
|
|
12
|
-
* system.</p>
|
|
13
|
-
* <p> You can't delete a file system that is in use. That is, if the file system has
|
|
14
|
-
* any mount targets, you must first delete them. For more information, see <a>DescribeMountTargets</a> and <a>DeleteMountTarget</a>. </p>
|
|
15
|
-
*
|
|
16
|
-
* <note>
|
|
17
|
-
* <p>The <code>DeleteFileSystem</code> call returns while the file system state is still
|
|
18
|
-
* <code>deleting</code>. You can check the file system deletion status by calling the <a>DescribeFileSystems</a> operation, which returns a list of file systems in your
|
|
19
|
-
* account. If you pass file system ID or creation token for the deleted file system, the <a>DescribeFileSystems</a> returns a <code>404 FileSystemNotFound</code>
|
|
20
|
-
* error.</p>
|
|
21
|
-
* </note>
|
|
22
|
-
*
|
|
23
|
-
* <p>This operation requires permissions for the
|
|
24
|
-
* <code>elasticfilesystem:DeleteFileSystem</code> action.</p>
|
|
25
|
-
* @example
|
|
26
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
27
|
-
* ```javascript
|
|
28
|
-
* import { EFSClient, DeleteFileSystemCommand } from "@aws-sdk/client-efs"; // ES Modules import
|
|
29
|
-
* // const { EFSClient, DeleteFileSystemCommand } = require("@aws-sdk/client-efs"); // CommonJS import
|
|
30
|
-
* const client = new EFSClient(config);
|
|
31
|
-
* const command = new DeleteFileSystemCommand(input);
|
|
32
|
-
* const response = await client.send(command);
|
|
33
|
-
* ```
|
|
34
|
-
*
|
|
35
|
-
* @see {@link DeleteFileSystemCommandInput} for command's `input` shape.
|
|
36
|
-
* @see {@link DeleteFileSystemCommandOutput} for command's `response` shape.
|
|
37
|
-
* @see {@link EFSClientResolvedConfig | config} for command's `input` shape.
|
|
38
|
-
*
|
|
39
|
-
*/
|
|
9
|
+
|
|
40
10
|
export declare class DeleteFileSystemCommand extends $Command<DeleteFileSystemCommandInput, DeleteFileSystemCommandOutput, EFSClientResolvedConfig> {
|
|
41
11
|
readonly input: DeleteFileSystemCommandInput;
|
|
42
12
|
constructor(input: DeleteFileSystemCommandInput);
|
|
43
|
-
|
|
44
|
-
* @internal
|
|
45
|
-
*/
|
|
13
|
+
|
|
46
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EFSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteFileSystemCommandInput, DeleteFileSystemCommandOutput>;
|
|
47
15
|
private serialize;
|
|
48
16
|
private deserialize;
|
|
@@ -6,32 +6,11 @@ export interface DeleteFileSystemPolicyCommandInput extends DeleteFileSystemPoli
|
|
|
6
6
|
}
|
|
7
7
|
export interface DeleteFileSystemPolicyCommandOutput extends __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Deletes the <code>FileSystemPolicy</code> for the specified file system.
|
|
11
|
-
* The default <code>FileSystemPolicy</code> goes into effect once the existing policy is deleted.
|
|
12
|
-
* For more information about the default file system policy, see <a href="https://docs.aws.amazon.com/efs/latest/ug/res-based-policies-efs.html">Using Resource-based Policies with EFS</a>.</p>
|
|
13
|
-
* <p>This operation requires permissions for the <code>elasticfilesystem:DeleteFileSystemPolicy</code> action.</p>
|
|
14
|
-
* @example
|
|
15
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
16
|
-
* ```javascript
|
|
17
|
-
* import { EFSClient, DeleteFileSystemPolicyCommand } from "@aws-sdk/client-efs"; // ES Modules import
|
|
18
|
-
* // const { EFSClient, DeleteFileSystemPolicyCommand } = require("@aws-sdk/client-efs"); // CommonJS import
|
|
19
|
-
* const client = new EFSClient(config);
|
|
20
|
-
* const command = new DeleteFileSystemPolicyCommand(input);
|
|
21
|
-
* const response = await client.send(command);
|
|
22
|
-
* ```
|
|
23
|
-
*
|
|
24
|
-
* @see {@link DeleteFileSystemPolicyCommandInput} for command's `input` shape.
|
|
25
|
-
* @see {@link DeleteFileSystemPolicyCommandOutput} for command's `response` shape.
|
|
26
|
-
* @see {@link EFSClientResolvedConfig | config} for command's `input` shape.
|
|
27
|
-
*
|
|
28
|
-
*/
|
|
9
|
+
|
|
29
10
|
export declare class DeleteFileSystemPolicyCommand extends $Command<DeleteFileSystemPolicyCommandInput, DeleteFileSystemPolicyCommandOutput, EFSClientResolvedConfig> {
|
|
30
11
|
readonly input: DeleteFileSystemPolicyCommandInput;
|
|
31
12
|
constructor(input: DeleteFileSystemPolicyCommandInput);
|
|
32
|
-
|
|
33
|
-
* @internal
|
|
34
|
-
*/
|
|
13
|
+
|
|
35
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EFSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteFileSystemPolicyCommandInput, DeleteFileSystemPolicyCommandOutput>;
|
|
36
15
|
private serialize;
|
|
37
16
|
private deserialize;
|