@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
|
@@ -1,8 +1,5 @@
|
|
|
1
1
|
import { MetadataBearer as $MetadataBearer, SmithyException as __SmithyException } from "@aws-sdk/types";
|
|
2
|
-
|
|
3
|
-
* <p>Returned if the access point you are trying to create already exists, with the
|
|
4
|
-
* creation token you provided in the request.</p>
|
|
5
|
-
*/
|
|
2
|
+
|
|
6
3
|
export interface AccessPointAlreadyExists extends __SmithyException, $MetadataBearer {
|
|
7
4
|
name: "AccessPointAlreadyExists";
|
|
8
5
|
$fault: "client";
|
|
@@ -11,9 +8,7 @@ export interface AccessPointAlreadyExists extends __SmithyException, $MetadataBe
|
|
|
11
8
|
AccessPointId: string | undefined;
|
|
12
9
|
}
|
|
13
10
|
export declare namespace AccessPointAlreadyExists {
|
|
14
|
-
|
|
15
|
-
* @internal
|
|
16
|
-
*/
|
|
11
|
+
|
|
17
12
|
const filterSensitiveLog: (obj: AccessPointAlreadyExists) => any;
|
|
18
13
|
}
|
|
19
14
|
export declare enum LifeCycleState {
|
|
@@ -24,172 +19,82 @@ export declare enum LifeCycleState {
|
|
|
24
19
|
ERROR = "error",
|
|
25
20
|
UPDATING = "updating"
|
|
26
21
|
}
|
|
27
|
-
|
|
28
|
-
* <p>The full POSIX identity, including the user ID, group ID, and any secondary group IDs, on the access point that is used for all file system operations performed by
|
|
29
|
-
* NFS clients using the access point.</p>
|
|
30
|
-
*/
|
|
22
|
+
|
|
31
23
|
export interface PosixUser {
|
|
32
|
-
|
|
33
|
-
* <p>The POSIX user ID used for all file system operations using this access point.</p>
|
|
34
|
-
*/
|
|
24
|
+
|
|
35
25
|
Uid: number | undefined;
|
|
36
|
-
|
|
37
|
-
* <p>The POSIX group ID used for all file system operations using this access point.</p>
|
|
38
|
-
*/
|
|
26
|
+
|
|
39
27
|
Gid: number | undefined;
|
|
40
|
-
|
|
41
|
-
* <p>Secondary POSIX group IDs used for all file system operations using this access point.</p>
|
|
42
|
-
*/
|
|
28
|
+
|
|
43
29
|
SecondaryGids?: number[];
|
|
44
30
|
}
|
|
45
31
|
export declare namespace PosixUser {
|
|
46
|
-
|
|
47
|
-
* @internal
|
|
48
|
-
*/
|
|
32
|
+
|
|
49
33
|
const filterSensitiveLog: (obj: PosixUser) => any;
|
|
50
34
|
}
|
|
51
|
-
|
|
52
|
-
* <p>Required if the <code>RootDirectory</code> > <code>Path</code> specified does not exist.
|
|
53
|
-
* Specifies the POSIX IDs and permissions to apply to the access point's <code>RootDirectory</code> > <code>Path</code>.
|
|
54
|
-
* If the access point root directory does not exist, EFS creates it with these settings when a client connects to the access point.
|
|
55
|
-
* When specifying <code>CreationInfo</code>, you must include values for all properties.
|
|
56
|
-
* </p>
|
|
57
|
-
* <p>Amazon EFS creates a root directory only if you have provided the CreationInfo: OwnUid, OwnGID, and permissions for the directory.
|
|
58
|
-
* If you do not provide this information, Amazon EFS does not create the root directory. If the root directory does not exist, attempts to mount
|
|
59
|
-
* using the access point will fail.</p>
|
|
60
|
-
* <important>
|
|
61
|
-
* <p>If you do not provide <code>CreationInfo</code> and the specified <code>RootDirectory</code> does not exist,
|
|
62
|
-
* attempts to mount the file system using the access point will fail.</p>
|
|
63
|
-
* </important>
|
|
64
|
-
*/
|
|
35
|
+
|
|
65
36
|
export interface CreationInfo {
|
|
66
|
-
|
|
67
|
-
* <p>Specifies the POSIX user ID to apply to the <code>RootDirectory</code>. Accepts values from 0 to 2^32 (4294967295).</p>
|
|
68
|
-
*/
|
|
37
|
+
|
|
69
38
|
OwnerUid: number | undefined;
|
|
70
|
-
|
|
71
|
-
* <p>Specifies the POSIX group ID to apply to the <code>RootDirectory</code>. Accepts values from 0 to 2^32 (4294967295).</p>
|
|
72
|
-
*/
|
|
39
|
+
|
|
73
40
|
OwnerGid: number | undefined;
|
|
74
|
-
|
|
75
|
-
* <p>Specifies the POSIX permissions to apply to the <code>RootDirectory</code>, in the format of an octal number representing the file's mode bits.</p>
|
|
76
|
-
*/
|
|
41
|
+
|
|
77
42
|
Permissions: string | undefined;
|
|
78
43
|
}
|
|
79
44
|
export declare namespace CreationInfo {
|
|
80
|
-
|
|
81
|
-
* @internal
|
|
82
|
-
*/
|
|
45
|
+
|
|
83
46
|
const filterSensitiveLog: (obj: CreationInfo) => any;
|
|
84
47
|
}
|
|
85
|
-
|
|
86
|
-
* <p>Specifies the directory on the Amazon EFS file system that the access point provides access to.
|
|
87
|
-
* The access point exposes the specified file system path as
|
|
88
|
-
* the root directory of your file system to applications using the access point.
|
|
89
|
-
* NFS clients using the access point can only access data in the access point's <code>RootDirectory</code> and it's subdirectories.</p>
|
|
90
|
-
*/
|
|
48
|
+
|
|
91
49
|
export interface RootDirectory {
|
|
92
|
-
|
|
93
|
-
* <p>Specifies the path on the EFS file system to expose as the root directory to NFS clients using the access point to access the EFS file system.
|
|
94
|
-
* A path can have up to four subdirectories.
|
|
95
|
-
* If the specified path does not exist, you are required to provide the <code>CreationInfo</code>.</p>
|
|
96
|
-
*/
|
|
50
|
+
|
|
97
51
|
Path?: string;
|
|
98
|
-
|
|
99
|
-
* <p>(Optional) Specifies the POSIX IDs and permissions to apply to the access point's <code>RootDirectory</code>.
|
|
100
|
-
* If the <code>RootDirectory</code> > <code>Path</code> specified does not exist,
|
|
101
|
-
* EFS creates the root directory using the <code>CreationInfo</code> settings when a client connects to an access point.
|
|
102
|
-
* When specifying the <code>CreationInfo</code>, you must provide values for all properties.
|
|
103
|
-
* </p>
|
|
104
|
-
* <important>
|
|
105
|
-
* <p>If you do not provide <code>CreationInfo</code> and the specified <code>RootDirectory</code> > <code>Path</code> does not exist,
|
|
106
|
-
* attempts to mount the file system using the access point will fail.</p>
|
|
107
|
-
* </important>
|
|
108
|
-
*/
|
|
52
|
+
|
|
109
53
|
CreationInfo?: CreationInfo;
|
|
110
54
|
}
|
|
111
55
|
export declare namespace RootDirectory {
|
|
112
|
-
|
|
113
|
-
* @internal
|
|
114
|
-
*/
|
|
56
|
+
|
|
115
57
|
const filterSensitiveLog: (obj: RootDirectory) => any;
|
|
116
58
|
}
|
|
117
|
-
|
|
118
|
-
* <p>A tag is a key-value pair. Allowed characters are letters, white space, and numbers that
|
|
119
|
-
* can be represented in UTF-8, and the following characters:<code> + - = . _ : /</code>.</p>
|
|
120
|
-
*/
|
|
59
|
+
|
|
121
60
|
export interface Tag {
|
|
122
|
-
|
|
123
|
-
* <p>The tag key (String). The key can't start with <code>aws:</code>.</p>
|
|
124
|
-
*/
|
|
61
|
+
|
|
125
62
|
Key: string | undefined;
|
|
126
|
-
|
|
127
|
-
* <p>The value of the tag key.</p>
|
|
128
|
-
*/
|
|
63
|
+
|
|
129
64
|
Value: string | undefined;
|
|
130
65
|
}
|
|
131
66
|
export declare namespace Tag {
|
|
132
|
-
|
|
133
|
-
* @internal
|
|
134
|
-
*/
|
|
67
|
+
|
|
135
68
|
const filterSensitiveLog: (obj: Tag) => any;
|
|
136
69
|
}
|
|
137
|
-
|
|
138
|
-
* <p>Provides a description of an EFS file system access point.</p>
|
|
139
|
-
*/
|
|
70
|
+
|
|
140
71
|
export interface AccessPointDescription {
|
|
141
|
-
|
|
142
|
-
* <p>The opaque string specified in the request to ensure idempotent creation.</p>
|
|
143
|
-
*/
|
|
72
|
+
|
|
144
73
|
ClientToken?: string;
|
|
145
|
-
|
|
146
|
-
* <p>The name of the access point. This is the value of the <code>Name</code> tag.</p>
|
|
147
|
-
*/
|
|
74
|
+
|
|
148
75
|
Name?: string;
|
|
149
|
-
|
|
150
|
-
* <p>The tags associated with the access point, presented as an array of Tag objects.</p>
|
|
151
|
-
*/
|
|
76
|
+
|
|
152
77
|
Tags?: Tag[];
|
|
153
|
-
|
|
154
|
-
* <p>The ID of the access point, assigned by Amazon EFS.</p>
|
|
155
|
-
*/
|
|
78
|
+
|
|
156
79
|
AccessPointId?: string;
|
|
157
|
-
|
|
158
|
-
* <p>The unique Amazon Resource Name (ARN) associated with the access point.</p>
|
|
159
|
-
*/
|
|
80
|
+
|
|
160
81
|
AccessPointArn?: string;
|
|
161
|
-
|
|
162
|
-
* <p>The ID of the EFS file system that the access point applies to.</p>
|
|
163
|
-
*/
|
|
82
|
+
|
|
164
83
|
FileSystemId?: string;
|
|
165
|
-
|
|
166
|
-
* <p>The full POSIX identity, including the user ID, group ID, and secondary group IDs on the access point that is used for all file operations by
|
|
167
|
-
* NFS clients using the access point.</p>
|
|
168
|
-
*/
|
|
84
|
+
|
|
169
85
|
PosixUser?: PosixUser;
|
|
170
|
-
|
|
171
|
-
* <p>The directory on the Amazon EFS file system that the access point exposes as the root directory to NFS clients using the access point.</p>
|
|
172
|
-
*/
|
|
86
|
+
|
|
173
87
|
RootDirectory?: RootDirectory;
|
|
174
|
-
|
|
175
|
-
* <p>Identified the Amazon Web Services account that owns the access point resource.</p>
|
|
176
|
-
*/
|
|
88
|
+
|
|
177
89
|
OwnerId?: string;
|
|
178
|
-
|
|
179
|
-
* <p>Identifies the lifecycle phase of the access point.</p>
|
|
180
|
-
*/
|
|
90
|
+
|
|
181
91
|
LifeCycleState?: LifeCycleState | string;
|
|
182
92
|
}
|
|
183
93
|
export declare namespace AccessPointDescription {
|
|
184
|
-
|
|
185
|
-
* @internal
|
|
186
|
-
*/
|
|
94
|
+
|
|
187
95
|
const filterSensitiveLog: (obj: AccessPointDescription) => any;
|
|
188
96
|
}
|
|
189
|
-
|
|
190
|
-
* <p>Returned if the Amazon Web Services account has already created the maximum number of access points
|
|
191
|
-
* allowed per file system.</p>
|
|
192
|
-
*/
|
|
97
|
+
|
|
193
98
|
export interface AccessPointLimitExceeded extends __SmithyException, $MetadataBearer {
|
|
194
99
|
name: "AccessPointLimitExceeded";
|
|
195
100
|
$fault: "client";
|
|
@@ -197,15 +102,10 @@ export interface AccessPointLimitExceeded extends __SmithyException, $MetadataBe
|
|
|
197
102
|
Message?: string;
|
|
198
103
|
}
|
|
199
104
|
export declare namespace AccessPointLimitExceeded {
|
|
200
|
-
|
|
201
|
-
* @internal
|
|
202
|
-
*/
|
|
105
|
+
|
|
203
106
|
const filterSensitiveLog: (obj: AccessPointLimitExceeded) => any;
|
|
204
107
|
}
|
|
205
|
-
|
|
206
|
-
* <p>Returned if the specified <code>AccessPointId</code> value doesn't exist in the
|
|
207
|
-
* requester's Amazon Web Services account.</p>
|
|
208
|
-
*/
|
|
108
|
+
|
|
209
109
|
export interface AccessPointNotFound extends __SmithyException, $MetadataBearer {
|
|
210
110
|
name: "AccessPointNotFound";
|
|
211
111
|
$fault: "client";
|
|
@@ -213,15 +113,10 @@ export interface AccessPointNotFound extends __SmithyException, $MetadataBearer
|
|
|
213
113
|
Message?: string;
|
|
214
114
|
}
|
|
215
115
|
export declare namespace AccessPointNotFound {
|
|
216
|
-
|
|
217
|
-
* @internal
|
|
218
|
-
*/
|
|
116
|
+
|
|
219
117
|
const filterSensitiveLog: (obj: AccessPointNotFound) => any;
|
|
220
118
|
}
|
|
221
|
-
|
|
222
|
-
* <p>Returned if the Availability Zone that was specified for a mount target is different from the Availability Zone that was specified for One Zone storage classes.
|
|
223
|
-
* For more information, see <a href="https://docs.aws.amazon.com/efs/latest/ug/availability-durability.html">Regional and One Zone storage redundancy</a>.</p>
|
|
224
|
-
*/
|
|
119
|
+
|
|
225
120
|
export interface AvailabilityZonesMismatch extends __SmithyException, $MetadataBearer {
|
|
226
121
|
name: "AvailabilityZonesMismatch";
|
|
227
122
|
$fault: "client";
|
|
@@ -229,9 +124,7 @@ export interface AvailabilityZonesMismatch extends __SmithyException, $MetadataB
|
|
|
229
124
|
Message?: string;
|
|
230
125
|
}
|
|
231
126
|
export declare namespace AvailabilityZonesMismatch {
|
|
232
|
-
|
|
233
|
-
* @internal
|
|
234
|
-
*/
|
|
127
|
+
|
|
235
128
|
const filterSensitiveLog: (obj: AvailabilityZonesMismatch) => any;
|
|
236
129
|
}
|
|
237
130
|
export declare enum Status {
|
|
@@ -240,64 +133,24 @@ export declare enum Status {
|
|
|
240
133
|
ENABLED = "ENABLED",
|
|
241
134
|
ENABLING = "ENABLING"
|
|
242
135
|
}
|
|
243
|
-
|
|
244
|
-
* <p>The backup policy for the file system used to create automatic daily backups. If status has a value of
|
|
245
|
-
* <code>ENABLED</code>, the file system is being automatically backed up. For more information, see <a href="https://docs.aws.amazon.com/efs/latest/ug/awsbackup.html#automatic-backups">Automatic backups</a>.</p>
|
|
246
|
-
*/
|
|
136
|
+
|
|
247
137
|
export interface BackupPolicy {
|
|
248
|
-
|
|
249
|
-
* <p>Describes the status of the file system's backup policy.</p>
|
|
250
|
-
* <ul>
|
|
251
|
-
* <li>
|
|
252
|
-
* <p>
|
|
253
|
-
* <b>
|
|
254
|
-
* <code>ENABLED</code>
|
|
255
|
-
* </b> - EFS is automatically backing up the file system.</p>
|
|
256
|
-
* </li>
|
|
257
|
-
* <li>
|
|
258
|
-
* <p>
|
|
259
|
-
* <b>
|
|
260
|
-
* <code>ENABLING</code>
|
|
261
|
-
* </b> - EFS is turning on automatic backups for the file system.</p>
|
|
262
|
-
* </li>
|
|
263
|
-
* <li>
|
|
264
|
-
* <p>
|
|
265
|
-
* <b>
|
|
266
|
-
* <code>DISABLED</code>
|
|
267
|
-
* </b> - automatic back ups are turned off for the file system.</p>
|
|
268
|
-
* </li>
|
|
269
|
-
* <li>
|
|
270
|
-
* <p>
|
|
271
|
-
* <b>
|
|
272
|
-
* <code>DISABLING</code>
|
|
273
|
-
* </b> - EFS is turning off automatic backups for the file system.</p>
|
|
274
|
-
* </li>
|
|
275
|
-
* </ul>
|
|
276
|
-
*/
|
|
138
|
+
|
|
277
139
|
Status: Status | string | undefined;
|
|
278
140
|
}
|
|
279
141
|
export declare namespace BackupPolicy {
|
|
280
|
-
|
|
281
|
-
* @internal
|
|
282
|
-
*/
|
|
142
|
+
|
|
283
143
|
const filterSensitiveLog: (obj: BackupPolicy) => any;
|
|
284
144
|
}
|
|
285
145
|
export interface BackupPolicyDescription {
|
|
286
|
-
|
|
287
|
-
* <p>Describes the file system's backup policy, indicating whether automatic backups are turned on or off..</p>
|
|
288
|
-
*/
|
|
146
|
+
|
|
289
147
|
BackupPolicy?: BackupPolicy;
|
|
290
148
|
}
|
|
291
149
|
export declare namespace BackupPolicyDescription {
|
|
292
|
-
|
|
293
|
-
* @internal
|
|
294
|
-
*/
|
|
150
|
+
|
|
295
151
|
const filterSensitiveLog: (obj: BackupPolicyDescription) => any;
|
|
296
152
|
}
|
|
297
|
-
|
|
298
|
-
* <p>Returned if the request is malformed or contains an error such as an invalid
|
|
299
|
-
* parameter value or a missing required parameter.</p>
|
|
300
|
-
*/
|
|
153
|
+
|
|
301
154
|
export interface BadRequest extends __SmithyException, $MetadataBearer {
|
|
302
155
|
name: "BadRequest";
|
|
303
156
|
$fault: "client";
|
|
@@ -305,55 +158,26 @@ export interface BadRequest extends __SmithyException, $MetadataBearer {
|
|
|
305
158
|
Message?: string;
|
|
306
159
|
}
|
|
307
160
|
export declare namespace BadRequest {
|
|
308
|
-
|
|
309
|
-
* @internal
|
|
310
|
-
*/
|
|
161
|
+
|
|
311
162
|
const filterSensitiveLog: (obj: BadRequest) => any;
|
|
312
163
|
}
|
|
313
164
|
export interface CreateAccessPointRequest {
|
|
314
|
-
|
|
315
|
-
* <p>A string of up to 64 ASCII characters that Amazon EFS uses to ensure idempotent
|
|
316
|
-
* creation.</p>
|
|
317
|
-
*/
|
|
165
|
+
|
|
318
166
|
ClientToken?: string;
|
|
319
|
-
|
|
320
|
-
* <p>Creates tags associated with the access point. Each tag is a key-value pair, each key must be unique. For more
|
|
321
|
-
* information, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html">Tagging Amazon Web Services resources</a>
|
|
322
|
-
* in the <i>Amazon Web Services General Reference Guide</i>.</p>
|
|
323
|
-
*/
|
|
167
|
+
|
|
324
168
|
Tags?: Tag[];
|
|
325
|
-
|
|
326
|
-
* <p>The ID of the EFS file system that the access point provides access to.</p>
|
|
327
|
-
*/
|
|
169
|
+
|
|
328
170
|
FileSystemId: string | undefined;
|
|
329
|
-
|
|
330
|
-
* <p>The operating system user and
|
|
331
|
-
* group applied to all file system requests made using the access point.</p>
|
|
332
|
-
*/
|
|
171
|
+
|
|
333
172
|
PosixUser?: PosixUser;
|
|
334
|
-
|
|
335
|
-
* <p>Specifies the directory on the Amazon EFS file system that the access point exposes as
|
|
336
|
-
* the root directory of your file system to NFS clients using the access point.
|
|
337
|
-
* The clients using the access point can only access the root directory and below.
|
|
338
|
-
* If the <code>RootDirectory</code> > <code>Path</code> specified does not exist,
|
|
339
|
-
* EFS creates it and applies the <code>CreationInfo</code> settings when a client connects to an access point.
|
|
340
|
-
* When specifying a <code>RootDirectory</code>, you need to provide the <code>Path</code>, and the <code>CreationInfo</code>.</p>
|
|
341
|
-
* <p>Amazon EFS creates a root directory only if you have provided the CreationInfo: OwnUid, OwnGID, and permissions for the directory.
|
|
342
|
-
* If you do not provide this information, Amazon EFS does not create the root directory. If the root directory does not exist, attempts to mount
|
|
343
|
-
* using the access point will fail.</p>
|
|
344
|
-
*/
|
|
173
|
+
|
|
345
174
|
RootDirectory?: RootDirectory;
|
|
346
175
|
}
|
|
347
176
|
export declare namespace CreateAccessPointRequest {
|
|
348
|
-
|
|
349
|
-
* @internal
|
|
350
|
-
*/
|
|
177
|
+
|
|
351
178
|
const filterSensitiveLog: (obj: CreateAccessPointRequest) => any;
|
|
352
179
|
}
|
|
353
|
-
|
|
354
|
-
* <p>Returned if the specified <code>FileSystemId</code> value doesn't exist in the
|
|
355
|
-
* requester's Amazon Web Services account.</p>
|
|
356
|
-
*/
|
|
180
|
+
|
|
357
181
|
export interface FileSystemNotFound extends __SmithyException, $MetadataBearer {
|
|
358
182
|
name: "FileSystemNotFound";
|
|
359
183
|
$fault: "client";
|
|
@@ -361,14 +185,10 @@ export interface FileSystemNotFound extends __SmithyException, $MetadataBearer {
|
|
|
361
185
|
Message?: string;
|
|
362
186
|
}
|
|
363
187
|
export declare namespace FileSystemNotFound {
|
|
364
|
-
|
|
365
|
-
* @internal
|
|
366
|
-
*/
|
|
188
|
+
|
|
367
189
|
const filterSensitiveLog: (obj: FileSystemNotFound) => any;
|
|
368
190
|
}
|
|
369
|
-
|
|
370
|
-
* <p>Returned if the file system's lifecycle state is not "available".</p>
|
|
371
|
-
*/
|
|
191
|
+
|
|
372
192
|
export interface IncorrectFileSystemLifeCycleState extends __SmithyException, $MetadataBearer {
|
|
373
193
|
name: "IncorrectFileSystemLifeCycleState";
|
|
374
194
|
$fault: "client";
|
|
@@ -376,14 +196,10 @@ export interface IncorrectFileSystemLifeCycleState extends __SmithyException, $M
|
|
|
376
196
|
Message?: string;
|
|
377
197
|
}
|
|
378
198
|
export declare namespace IncorrectFileSystemLifeCycleState {
|
|
379
|
-
|
|
380
|
-
* @internal
|
|
381
|
-
*/
|
|
199
|
+
|
|
382
200
|
const filterSensitiveLog: (obj: IncorrectFileSystemLifeCycleState) => any;
|
|
383
201
|
}
|
|
384
|
-
|
|
385
|
-
* <p>Returned if an error occurred on the server side.</p>
|
|
386
|
-
*/
|
|
202
|
+
|
|
387
203
|
export interface InternalServerError extends __SmithyException, $MetadataBearer {
|
|
388
204
|
name: "InternalServerError";
|
|
389
205
|
$fault: "server";
|
|
@@ -391,9 +207,7 @@ export interface InternalServerError extends __SmithyException, $MetadataBearer
|
|
|
391
207
|
Message?: string;
|
|
392
208
|
}
|
|
393
209
|
export declare namespace InternalServerError {
|
|
394
|
-
|
|
395
|
-
* @internal
|
|
396
|
-
*/
|
|
210
|
+
|
|
397
211
|
const filterSensitiveLog: (obj: InternalServerError) => any;
|
|
398
212
|
}
|
|
399
213
|
export declare enum PerformanceMode {
|
|
@@ -405,122 +219,30 @@ export declare enum ThroughputMode {
|
|
|
405
219
|
PROVISIONED = "provisioned"
|
|
406
220
|
}
|
|
407
221
|
export interface CreateFileSystemRequest {
|
|
408
|
-
|
|
409
|
-
* <p>A string of up to 64 ASCII characters. Amazon EFS uses this to ensure idempotent
|
|
410
|
-
* creation.</p>
|
|
411
|
-
*/
|
|
222
|
+
|
|
412
223
|
CreationToken?: string;
|
|
413
|
-
|
|
414
|
-
* <p>The performance mode of the file system. We recommend <code>generalPurpose</code>
|
|
415
|
-
* performance mode for most file systems. File systems using the <code>maxIO</code> performance
|
|
416
|
-
* mode can scale to higher levels of aggregate throughput and operations per second with a
|
|
417
|
-
* tradeoff of slightly higher latencies for most file operations. The performance mode
|
|
418
|
-
* can't be changed after the file system has been created.</p>
|
|
419
|
-
* <note>
|
|
420
|
-
* <p>The <code>maxIO</code> mode is not supported on file systems using One Zone storage classes.</p>
|
|
421
|
-
* </note>
|
|
422
|
-
*/
|
|
224
|
+
|
|
423
225
|
PerformanceMode?: PerformanceMode | string;
|
|
424
|
-
|
|
425
|
-
* <p>A Boolean value that, if true, creates an encrypted file system. When creating an
|
|
426
|
-
* encrypted file system, you have the option of specifying <a>CreateFileSystemRequest$KmsKeyId</a> for an existing Key Management Service (KMS
|
|
427
|
-
* customer master key (CMK). If you don't specify a CMK, then the default CMK for
|
|
428
|
-
* Amazon EFS, <code>/aws/elasticfilesystem</code>, is used to protect the encrypted file system.
|
|
429
|
-
* </p>
|
|
430
|
-
*/
|
|
226
|
+
|
|
431
227
|
Encrypted?: boolean;
|
|
432
|
-
|
|
433
|
-
* <p>The ID of the KMS CMK that you want to use to protect the encrypted file system. This
|
|
434
|
-
* parameter is only required if you want to use a non-default KMS key. If this parameter is not
|
|
435
|
-
* specified, the default CMK for Amazon EFS is used. This ID can be in one of the following
|
|
436
|
-
* formats:</p>
|
|
437
|
-
* <ul>
|
|
438
|
-
* <li>
|
|
439
|
-
* <p>Key ID - A unique identifier of the key, for example
|
|
440
|
-
* <code>1234abcd-12ab-34cd-56ef-1234567890ab</code>.</p>
|
|
441
|
-
* </li>
|
|
442
|
-
* <li>
|
|
443
|
-
* <p>ARN - An Amazon Resource Name (ARN) for the key, for example
|
|
444
|
-
* <code>arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab</code>.</p>
|
|
445
|
-
* </li>
|
|
446
|
-
* <li>
|
|
447
|
-
* <p>Key alias - A previously created display name for a key, for example
|
|
448
|
-
* <code>alias/projectKey1</code>.</p>
|
|
449
|
-
* </li>
|
|
450
|
-
* <li>
|
|
451
|
-
* <p>Key alias ARN - An ARN for a key alias, for example
|
|
452
|
-
* <code>arn:aws:kms:us-west-2:444455556666:alias/projectKey1</code>.</p>
|
|
453
|
-
* </li>
|
|
454
|
-
* </ul>
|
|
455
|
-
* <p>If <code>KmsKeyId</code> is specified, the <a>CreateFileSystemRequest$Encrypted</a> parameter must be set to true.</p>
|
|
456
|
-
* <important>
|
|
457
|
-
* <p>EFS accepts only symmetric KMS keys. You cannot use asymmetric KMS keys with EFS file systems.</p>
|
|
458
|
-
* </important>
|
|
459
|
-
*/
|
|
228
|
+
|
|
460
229
|
KmsKeyId?: string;
|
|
461
|
-
|
|
462
|
-
* <p>Specifies the throughput mode for the file system, either <code>bursting</code> or
|
|
463
|
-
* <code>provisioned</code>. If you set <code>ThroughputMode</code> to
|
|
464
|
-
* <code>provisioned</code>, you must also set a value for
|
|
465
|
-
* <code>ProvisionedThroughputInMibps</code>. After you create the file system, you can
|
|
466
|
-
* decrease your file system's throughput in Provisioned Throughput mode or change between
|
|
467
|
-
* the throughput modes, as long as it’s been more than 24 hours since the last decrease or
|
|
468
|
-
* throughput mode change. For more information, see <a href="https://docs.aws.amazon.com/efs/latest/ug/performance.html#provisioned-throughput">Specifying throughput with
|
|
469
|
-
* provisioned mode</a> in the <i>Amazon EFS User Guide</i>. </p>
|
|
470
|
-
* <p>Default is <code>bursting</code>.</p>
|
|
471
|
-
*/
|
|
230
|
+
|
|
472
231
|
ThroughputMode?: ThroughputMode | string;
|
|
473
|
-
|
|
474
|
-
* <p>The throughput, measured in MiB/s, that you want to provision for a file system that
|
|
475
|
-
* you're creating. Valid values are 1-1024. Required if <code>ThroughputMode</code> is set
|
|
476
|
-
* to <code>provisioned</code>. The upper limit for throughput is 1024 MiB/s. To increase this
|
|
477
|
-
* limit, contact Amazon Web Services Support. For more information, see <a href="https://docs.aws.amazon.com/efs/latest/ug/limits.html#soft-limits">Amazon EFS quotas that you can increase</a>
|
|
478
|
-
* in the <i>Amazon EFS User Guide</i>.</p>
|
|
479
|
-
*/
|
|
232
|
+
|
|
480
233
|
ProvisionedThroughputInMibps?: number;
|
|
481
|
-
|
|
482
|
-
* <p>Used to create a file system that uses One Zone storage classes. It specifies the Amazon Web Services
|
|
483
|
-
* Availability Zone in which to create the file system. Use the format <code>us-east-1a</code>
|
|
484
|
-
* to specify the Availability Zone. For
|
|
485
|
-
* more information about One Zone storage classes, see <a href="https://docs.aws.amazon.com/efs/latest/ug/storage-classes.html">Using EFS storage classes</a> in the <i>Amazon EFS User Guide</i>.</p>
|
|
486
|
-
* <note>
|
|
487
|
-
* <p>One Zone storage classes are not available in all Availability Zones in Amazon Web Services Regions where
|
|
488
|
-
* Amazon EFS is available.</p>
|
|
489
|
-
* </note>
|
|
490
|
-
*/
|
|
234
|
+
|
|
491
235
|
AvailabilityZoneName?: string;
|
|
492
|
-
|
|
493
|
-
* <p>Specifies whether automatic backups are enabled on the file system that you are creating.
|
|
494
|
-
* Set the value to <code>true</code> to enable automatic backups. If you are creating a file
|
|
495
|
-
* system that uses One Zone storage classes, automatic backups are enabled by default. For more
|
|
496
|
-
* information, see <a href="https://docs.aws.amazon.com/efs/latest/ug/awsbackup.html#automatic-backups">Automatic backups</a> in the
|
|
497
|
-
* <i>Amazon EFS User Guide</i>.</p>
|
|
498
|
-
* <p>Default is <code>false</code>. However, if you specify an <code>AvailabilityZoneName</code>,
|
|
499
|
-
* the default is <code>true</code>.</p>
|
|
500
|
-
* <note>
|
|
501
|
-
* <p>Backup is not available in all Amazon Web Services Regionswhere Amazon EFS is available.</p>
|
|
502
|
-
* </note>
|
|
503
|
-
*/
|
|
236
|
+
|
|
504
237
|
Backup?: boolean;
|
|
505
|
-
|
|
506
|
-
* <p>Use to create one or more tags associated with the file system. Each
|
|
507
|
-
* tag is a user-defined key-value pair. Name your file system on creation by including a
|
|
508
|
-
* <code>"Key":"Name","Value":"{value}"</code> key-value pair. Each key must be unique. For more
|
|
509
|
-
* information, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html">Tagging Amazon Web Services resources</a>
|
|
510
|
-
* in the <i>Amazon Web Services General Reference Guide</i>.</p>
|
|
511
|
-
*/
|
|
238
|
+
|
|
512
239
|
Tags?: Tag[];
|
|
513
240
|
}
|
|
514
241
|
export declare namespace CreateFileSystemRequest {
|
|
515
|
-
|
|
516
|
-
* @internal
|
|
517
|
-
*/
|
|
242
|
+
|
|
518
243
|
const filterSensitiveLog: (obj: CreateFileSystemRequest) => any;
|
|
519
244
|
}
|
|
520
|
-
|
|
521
|
-
* <p>Returned if the file system you are trying to create already exists, with the
|
|
522
|
-
* creation token you provided.</p>
|
|
523
|
-
*/
|
|
245
|
+
|
|
524
246
|
export interface FileSystemAlreadyExists extends __SmithyException, $MetadataBearer {
|
|
525
247
|
name: "FileSystemAlreadyExists";
|
|
526
248
|
$fault: "client";
|
|
@@ -529,156 +251,66 @@ export interface FileSystemAlreadyExists extends __SmithyException, $MetadataBea
|
|
|
529
251
|
FileSystemId: string | undefined;
|
|
530
252
|
}
|
|
531
253
|
export declare namespace FileSystemAlreadyExists {
|
|
532
|
-
|
|
533
|
-
* @internal
|
|
534
|
-
*/
|
|
254
|
+
|
|
535
255
|
const filterSensitiveLog: (obj: FileSystemAlreadyExists) => any;
|
|
536
256
|
}
|
|
537
|
-
|
|
538
|
-
* <p>The latest known metered size (in bytes) of data stored in the file system, in its
|
|
539
|
-
* <code>Value</code> field, and the time at which that size was determined in its
|
|
540
|
-
* <code>Timestamp</code> field. The value doesn't represent the size of a consistent
|
|
541
|
-
* snapshot of the file system, but it is eventually consistent when there are no writes to the
|
|
542
|
-
* file system. That is, the value represents the actual size only if the file system is not
|
|
543
|
-
* modified for a period longer than a couple of hours. Otherwise, the value is not necessarily
|
|
544
|
-
* the exact size the file system was at any instant in time.</p>
|
|
545
|
-
*/
|
|
257
|
+
|
|
546
258
|
export interface FileSystemSize {
|
|
547
|
-
|
|
548
|
-
* <p>The latest known metered size (in bytes) of data stored in the file system.</p>
|
|
549
|
-
*/
|
|
259
|
+
|
|
550
260
|
Value: number | undefined;
|
|
551
|
-
|
|
552
|
-
* <p>The time at which the size of data, returned in the <code>Value</code> field, was
|
|
553
|
-
* determined. The value is the integer number of seconds since 1970-01-01T00:00:00Z.</p>
|
|
554
|
-
*/
|
|
261
|
+
|
|
555
262
|
Timestamp?: Date;
|
|
556
|
-
|
|
557
|
-
* <p>The latest known metered size (in bytes) of data stored in the Infrequent Access
|
|
558
|
-
* storage class.</p>
|
|
559
|
-
*/
|
|
263
|
+
|
|
560
264
|
ValueInIA?: number;
|
|
561
|
-
|
|
562
|
-
* <p>The latest known metered size (in bytes) of data stored in the Standard storage
|
|
563
|
-
* class.</p>
|
|
564
|
-
*/
|
|
265
|
+
|
|
565
266
|
ValueInStandard?: number;
|
|
566
267
|
}
|
|
567
268
|
export declare namespace FileSystemSize {
|
|
568
|
-
|
|
569
|
-
* @internal
|
|
570
|
-
*/
|
|
269
|
+
|
|
571
270
|
const filterSensitiveLog: (obj: FileSystemSize) => any;
|
|
572
271
|
}
|
|
573
|
-
|
|
574
|
-
* <p>A description of the file system.</p>
|
|
575
|
-
*/
|
|
272
|
+
|
|
576
273
|
export interface FileSystemDescription {
|
|
577
|
-
|
|
578
|
-
* <p>The Amazon Web Services account that created the file system. If the file system was created by an IAM
|
|
579
|
-
* user, the parent account to which the user belongs is the owner.</p>
|
|
580
|
-
*/
|
|
274
|
+
|
|
581
275
|
OwnerId: string | undefined;
|
|
582
|
-
|
|
583
|
-
* <p>The opaque string specified in the request.</p>
|
|
584
|
-
*/
|
|
276
|
+
|
|
585
277
|
CreationToken: string | undefined;
|
|
586
|
-
|
|
587
|
-
* <p>The ID of the file system, assigned by Amazon EFS.</p>
|
|
588
|
-
*/
|
|
278
|
+
|
|
589
279
|
FileSystemId: string | undefined;
|
|
590
|
-
|
|
591
|
-
* <p>The Amazon Resource Name (ARN) for the EFS file system, in the format
|
|
592
|
-
* <code>arn:aws:elasticfilesystem:<i>region</i>:<i>account-id</i>:file-system/<i>file-system-id</i>
|
|
593
|
-
* </code>.
|
|
594
|
-
* Example with sample data: <code>arn:aws:elasticfilesystem:us-west-2:1111333322228888:file-system/fs-01234567</code>
|
|
595
|
-
* </p>
|
|
596
|
-
*/
|
|
280
|
+
|
|
597
281
|
FileSystemArn?: string;
|
|
598
|
-
|
|
599
|
-
* <p>The time that the file system was created, in seconds (since
|
|
600
|
-
* 1970-01-01T00:00:00Z).</p>
|
|
601
|
-
*/
|
|
282
|
+
|
|
602
283
|
CreationTime: Date | undefined;
|
|
603
|
-
|
|
604
|
-
* <p>The lifecycle phase of the file system.</p>
|
|
605
|
-
*/
|
|
284
|
+
|
|
606
285
|
LifeCycleState: LifeCycleState | string | undefined;
|
|
607
|
-
|
|
608
|
-
* <p>You can add tags to a file system, including a <code>Name</code> tag. For more
|
|
609
|
-
* information, see <a>CreateFileSystem</a>. If the file system has a <code>Name</code> tag, Amazon EFS returns
|
|
610
|
-
* the value in this field. </p>
|
|
611
|
-
*/
|
|
286
|
+
|
|
612
287
|
Name?: string;
|
|
613
|
-
|
|
614
|
-
* <p>The current number of mount targets that the file system has. For more information, see <a>CreateMountTarget</a>.</p>
|
|
615
|
-
*/
|
|
288
|
+
|
|
616
289
|
NumberOfMountTargets: number | undefined;
|
|
617
|
-
|
|
618
|
-
* <p>The latest known metered size (in bytes) of data stored in the file system, in its
|
|
619
|
-
* <code>Value</code> field, and the time at which that size was determined in its
|
|
620
|
-
* <code>Timestamp</code> field. The <code>Timestamp</code> value is the integer number of
|
|
621
|
-
* seconds since 1970-01-01T00:00:00Z. The <code>SizeInBytes</code> value doesn't represent
|
|
622
|
-
* the size of a consistent snapshot of the file system, but it is eventually consistent when
|
|
623
|
-
* there are no writes to the file system. That is, <code>SizeInBytes</code> represents actual
|
|
624
|
-
* size only if the file system is not modified for a period longer than a couple of hours.
|
|
625
|
-
* Otherwise, the value is not the exact size that the file system was at any point in time.
|
|
626
|
-
* </p>
|
|
627
|
-
*/
|
|
290
|
+
|
|
628
291
|
SizeInBytes: FileSystemSize | undefined;
|
|
629
|
-
|
|
630
|
-
* <p>The performance mode of the file system.</p>
|
|
631
|
-
*/
|
|
292
|
+
|
|
632
293
|
PerformanceMode: PerformanceMode | string | undefined;
|
|
633
|
-
|
|
634
|
-
* <p>A Boolean value that, if true, indicates that the file system is encrypted.</p>
|
|
635
|
-
*/
|
|
294
|
+
|
|
636
295
|
Encrypted?: boolean;
|
|
637
|
-
|
|
638
|
-
* <p>The ID of an Key Management Service customer master key (CMK) that was
|
|
639
|
-
* used to protect the encrypted file system.</p>
|
|
640
|
-
*/
|
|
296
|
+
|
|
641
297
|
KmsKeyId?: string;
|
|
642
|
-
|
|
643
|
-
* <p>Displays the file system's throughput mode. For more information, see
|
|
644
|
-
* <a href="https://docs.aws.amazon.com/efs/latest/ug/performance.html#throughput-modes">Throughput modes</a>
|
|
645
|
-
* in the <i>Amazon EFS User Guide</i>.
|
|
646
|
-
* </p>
|
|
647
|
-
*/
|
|
298
|
+
|
|
648
299
|
ThroughputMode?: ThroughputMode | string;
|
|
649
|
-
|
|
650
|
-
* <p>The amount of provisioned throughput, measured in MiB/s, for the file system. Valid for
|
|
651
|
-
* file systems using <code>ThroughputMode</code> set to <code>provisioned</code>.</p>
|
|
652
|
-
*/
|
|
300
|
+
|
|
653
301
|
ProvisionedThroughputInMibps?: number;
|
|
654
|
-
|
|
655
|
-
* <p>Describes the Amazon Web Services Availability Zone in which the file system is located, and is valid only
|
|
656
|
-
* for file systems using One Zone storage classes. For more information, see <a href="https://docs.aws.amazon.com/efs/latest/ug/storage-classes.html">Using EFS storage classes</a>
|
|
657
|
-
* in the <i>Amazon EFS User Guide</i>.</p>
|
|
658
|
-
*/
|
|
302
|
+
|
|
659
303
|
AvailabilityZoneName?: string;
|
|
660
|
-
|
|
661
|
-
* <p>The unique and consistent identifier of the Availability Zone in which the file system's
|
|
662
|
-
* One Zone storage classes exist. For example, <code>use1-az1</code> is an Availability Zone ID
|
|
663
|
-
* for the us-east-1 Amazon Web Services Region, and it has the same location in every Amazon Web Services account.</p>
|
|
664
|
-
*/
|
|
304
|
+
|
|
665
305
|
AvailabilityZoneId?: string;
|
|
666
|
-
|
|
667
|
-
* <p>The tags associated with the file system, presented as an array of <code>Tag</code>
|
|
668
|
-
* objects.</p>
|
|
669
|
-
*/
|
|
306
|
+
|
|
670
307
|
Tags: Tag[] | undefined;
|
|
671
308
|
}
|
|
672
309
|
export declare namespace FileSystemDescription {
|
|
673
|
-
|
|
674
|
-
* @internal
|
|
675
|
-
*/
|
|
310
|
+
|
|
676
311
|
const filterSensitiveLog: (obj: FileSystemDescription) => any;
|
|
677
312
|
}
|
|
678
|
-
|
|
679
|
-
* <p>Returned if the Amazon Web Services account has already created the maximum number of file systems
|
|
680
|
-
* allowed per account.</p>
|
|
681
|
-
*/
|
|
313
|
+
|
|
682
314
|
export interface FileSystemLimitExceeded extends __SmithyException, $MetadataBearer {
|
|
683
315
|
name: "FileSystemLimitExceeded";
|
|
684
316
|
$fault: "client";
|
|
@@ -686,18 +318,10 @@ export interface FileSystemLimitExceeded extends __SmithyException, $MetadataBea
|
|
|
686
318
|
Message?: string;
|
|
687
319
|
}
|
|
688
320
|
export declare namespace FileSystemLimitExceeded {
|
|
689
|
-
|
|
690
|
-
* @internal
|
|
691
|
-
*/
|
|
321
|
+
|
|
692
322
|
const filterSensitiveLog: (obj: FileSystemLimitExceeded) => any;
|
|
693
323
|
}
|
|
694
|
-
|
|
695
|
-
* <p>Returned if there's not enough capacity to provision additional throughput. This value
|
|
696
|
-
* might be returned when you try to create a file system in provisioned throughput mode,
|
|
697
|
-
* when you attempt to increase the provisioned throughput of an existing file system, or
|
|
698
|
-
* when you attempt to change an existing file system from bursting to provisioned
|
|
699
|
-
* throughput mode. Try again later.</p>
|
|
700
|
-
*/
|
|
324
|
+
|
|
701
325
|
export interface InsufficientThroughputCapacity extends __SmithyException, $MetadataBearer {
|
|
702
326
|
name: "InsufficientThroughputCapacity";
|
|
703
327
|
$fault: "server";
|
|
@@ -705,15 +329,10 @@ export interface InsufficientThroughputCapacity extends __SmithyException, $Meta
|
|
|
705
329
|
Message?: string;
|
|
706
330
|
}
|
|
707
331
|
export declare namespace InsufficientThroughputCapacity {
|
|
708
|
-
|
|
709
|
-
* @internal
|
|
710
|
-
*/
|
|
332
|
+
|
|
711
333
|
const filterSensitiveLog: (obj: InsufficientThroughputCapacity) => any;
|
|
712
334
|
}
|
|
713
|
-
|
|
714
|
-
* <p>Returned if the throughput mode or amount of provisioned throughput can't be changed
|
|
715
|
-
* because the throughput limit of 1024 MiB/s has been reached.</p>
|
|
716
|
-
*/
|
|
335
|
+
|
|
717
336
|
export interface ThroughputLimitExceeded extends __SmithyException, $MetadataBearer {
|
|
718
337
|
name: "ThroughputLimitExceeded";
|
|
719
338
|
$fault: "client";
|
|
@@ -721,14 +340,10 @@ export interface ThroughputLimitExceeded extends __SmithyException, $MetadataBea
|
|
|
721
340
|
Message?: string;
|
|
722
341
|
}
|
|
723
342
|
export declare namespace ThroughputLimitExceeded {
|
|
724
|
-
|
|
725
|
-
* @internal
|
|
726
|
-
*/
|
|
343
|
+
|
|
727
344
|
const filterSensitiveLog: (obj: ThroughputLimitExceeded) => any;
|
|
728
345
|
}
|
|
729
|
-
|
|
730
|
-
* <p>Returned if the requested Amazon EFS functionality is not available in the specified Availability Zone.</p>
|
|
731
|
-
*/
|
|
346
|
+
|
|
732
347
|
export interface UnsupportedAvailabilityZone extends __SmithyException, $MetadataBearer {
|
|
733
348
|
name: "UnsupportedAvailabilityZone";
|
|
734
349
|
$fault: "client";
|
|
@@ -736,44 +351,25 @@ export interface UnsupportedAvailabilityZone extends __SmithyException, $Metadat
|
|
|
736
351
|
Message?: string;
|
|
737
352
|
}
|
|
738
353
|
export declare namespace UnsupportedAvailabilityZone {
|
|
739
|
-
|
|
740
|
-
* @internal
|
|
741
|
-
*/
|
|
354
|
+
|
|
742
355
|
const filterSensitiveLog: (obj: UnsupportedAvailabilityZone) => any;
|
|
743
356
|
}
|
|
744
|
-
|
|
745
|
-
* <p></p>
|
|
746
|
-
*/
|
|
357
|
+
|
|
747
358
|
export interface CreateMountTargetRequest {
|
|
748
|
-
|
|
749
|
-
* <p>The ID of the file system for which to create the mount target.</p>
|
|
750
|
-
*/
|
|
359
|
+
|
|
751
360
|
FileSystemId: string | undefined;
|
|
752
|
-
|
|
753
|
-
* <p>The ID of the subnet to add the mount target in. For file systems that use One Zone storage classes, use the subnet
|
|
754
|
-
* that is associated with the file system's Availability Zone.</p>
|
|
755
|
-
*/
|
|
361
|
+
|
|
756
362
|
SubnetId: string | undefined;
|
|
757
|
-
|
|
758
|
-
* <p>Valid IPv4 address within the address range of the specified subnet.</p>
|
|
759
|
-
*/
|
|
363
|
+
|
|
760
364
|
IpAddress?: string;
|
|
761
|
-
|
|
762
|
-
* <p>Up to five VPC security group IDs, of the form <code>sg-xxxxxxxx</code>. These must be
|
|
763
|
-
* for the same VPC as subnet specified.</p>
|
|
764
|
-
*/
|
|
365
|
+
|
|
765
366
|
SecurityGroups?: string[];
|
|
766
367
|
}
|
|
767
368
|
export declare namespace CreateMountTargetRequest {
|
|
768
|
-
|
|
769
|
-
* @internal
|
|
770
|
-
*/
|
|
369
|
+
|
|
771
370
|
const filterSensitiveLog: (obj: CreateMountTargetRequest) => any;
|
|
772
371
|
}
|
|
773
|
-
|
|
774
|
-
* <p>Returned if the request specified an <code>IpAddress</code> that is already in use
|
|
775
|
-
* in the subnet.</p>
|
|
776
|
-
*/
|
|
372
|
+
|
|
777
373
|
export interface IpAddressInUse extends __SmithyException, $MetadataBearer {
|
|
778
374
|
name: "IpAddressInUse";
|
|
779
375
|
$fault: "client";
|
|
@@ -781,15 +377,10 @@ export interface IpAddressInUse extends __SmithyException, $MetadataBearer {
|
|
|
781
377
|
Message?: string;
|
|
782
378
|
}
|
|
783
379
|
export declare namespace IpAddressInUse {
|
|
784
|
-
|
|
785
|
-
* @internal
|
|
786
|
-
*/
|
|
380
|
+
|
|
787
381
|
const filterSensitiveLog: (obj: IpAddressInUse) => any;
|
|
788
382
|
}
|
|
789
|
-
|
|
790
|
-
* <p>Returned if the mount target would violate one of the specified restrictions based
|
|
791
|
-
* on the file system's existing mount targets.</p>
|
|
792
|
-
*/
|
|
383
|
+
|
|
793
384
|
export interface MountTargetConflict extends __SmithyException, $MetadataBearer {
|
|
794
385
|
name: "MountTargetConflict";
|
|
795
386
|
$fault: "client";
|
|
@@ -797,73 +388,37 @@ export interface MountTargetConflict extends __SmithyException, $MetadataBearer
|
|
|
797
388
|
Message?: string;
|
|
798
389
|
}
|
|
799
390
|
export declare namespace MountTargetConflict {
|
|
800
|
-
|
|
801
|
-
* @internal
|
|
802
|
-
*/
|
|
391
|
+
|
|
803
392
|
const filterSensitiveLog: (obj: MountTargetConflict) => any;
|
|
804
393
|
}
|
|
805
|
-
|
|
806
|
-
* <p>Provides a description of a mount target.</p>
|
|
807
|
-
*/
|
|
394
|
+
|
|
808
395
|
export interface MountTargetDescription {
|
|
809
|
-
|
|
810
|
-
* <p>Amazon Web Services account ID that owns the resource.</p>
|
|
811
|
-
*/
|
|
396
|
+
|
|
812
397
|
OwnerId?: string;
|
|
813
|
-
|
|
814
|
-
* <p>System-assigned mount target ID.</p>
|
|
815
|
-
*/
|
|
398
|
+
|
|
816
399
|
MountTargetId: string | undefined;
|
|
817
|
-
|
|
818
|
-
* <p>The ID of the file system for which the mount target is intended.</p>
|
|
819
|
-
*/
|
|
400
|
+
|
|
820
401
|
FileSystemId: string | undefined;
|
|
821
|
-
|
|
822
|
-
* <p>The ID of the mount target's subnet.</p>
|
|
823
|
-
*/
|
|
402
|
+
|
|
824
403
|
SubnetId: string | undefined;
|
|
825
|
-
|
|
826
|
-
* <p>Lifecycle state of the mount target.</p>
|
|
827
|
-
*/
|
|
404
|
+
|
|
828
405
|
LifeCycleState: LifeCycleState | string | undefined;
|
|
829
|
-
|
|
830
|
-
* <p>Address at which the file system can be mounted by using the mount target.</p>
|
|
831
|
-
*/
|
|
406
|
+
|
|
832
407
|
IpAddress?: string;
|
|
833
|
-
|
|
834
|
-
* <p>The ID of the network interface that Amazon EFS created when it created the mount
|
|
835
|
-
* target.</p>
|
|
836
|
-
*/
|
|
408
|
+
|
|
837
409
|
NetworkInterfaceId?: string;
|
|
838
|
-
|
|
839
|
-
* <p>The unique and consistent identifier of the Availability Zone that the mount target resides in.
|
|
840
|
-
* For example, <code>use1-az1</code> is an AZ ID for the us-east-1 Region and it has the same location in every Amazon Web Services account.</p>
|
|
841
|
-
*/
|
|
410
|
+
|
|
842
411
|
AvailabilityZoneId?: string;
|
|
843
|
-
|
|
844
|
-
* <p>The name of the Availability Zone in which the mount target is located. Availability Zones are
|
|
845
|
-
* independently mapped to names for each Amazon Web Services account. For example, the Availability Zone
|
|
846
|
-
* <code>us-east-1a</code> for your Amazon Web Services account might not be the same location as <code>us-east-1a</code> for another Amazon Web Services account.</p>
|
|
847
|
-
*/
|
|
412
|
+
|
|
848
413
|
AvailabilityZoneName?: string;
|
|
849
|
-
|
|
850
|
-
* <p>The virtual private cloud (VPC) ID that the mount target is configured in.</p>
|
|
851
|
-
*/
|
|
414
|
+
|
|
852
415
|
VpcId?: string;
|
|
853
416
|
}
|
|
854
417
|
export declare namespace MountTargetDescription {
|
|
855
|
-
|
|
856
|
-
* @internal
|
|
857
|
-
*/
|
|
418
|
+
|
|
858
419
|
const filterSensitiveLog: (obj: MountTargetDescription) => any;
|
|
859
420
|
}
|
|
860
|
-
|
|
861
|
-
* <p>The calling account has reached the limit for elastic network interfaces for the
|
|
862
|
-
* specific Amazon Web Services Region. The client should try to delete some elastic network interfaces or
|
|
863
|
-
* get the account limit raised. For more information, see <a href="https://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/VPC_Appendix_Limits.html">Amazon VPC Limits</a>
|
|
864
|
-
* in the <i>Amazon VPC User Guide </i> (see the Network interfaces per VPC
|
|
865
|
-
* entry in the table). </p>
|
|
866
|
-
*/
|
|
421
|
+
|
|
867
422
|
export interface NetworkInterfaceLimitExceeded extends __SmithyException, $MetadataBearer {
|
|
868
423
|
name: "NetworkInterfaceLimitExceeded";
|
|
869
424
|
$fault: "client";
|
|
@@ -871,15 +426,10 @@ export interface NetworkInterfaceLimitExceeded extends __SmithyException, $Metad
|
|
|
871
426
|
Message?: string;
|
|
872
427
|
}
|
|
873
428
|
export declare namespace NetworkInterfaceLimitExceeded {
|
|
874
|
-
|
|
875
|
-
* @internal
|
|
876
|
-
*/
|
|
429
|
+
|
|
877
430
|
const filterSensitiveLog: (obj: NetworkInterfaceLimitExceeded) => any;
|
|
878
431
|
}
|
|
879
|
-
|
|
880
|
-
* <p>Returned if <code>IpAddress</code> was not specified in the request and there are
|
|
881
|
-
* no free IP addresses in the subnet.</p>
|
|
882
|
-
*/
|
|
432
|
+
|
|
883
433
|
export interface NoFreeAddressesInSubnet extends __SmithyException, $MetadataBearer {
|
|
884
434
|
name: "NoFreeAddressesInSubnet";
|
|
885
435
|
$fault: "client";
|
|
@@ -887,15 +437,10 @@ export interface NoFreeAddressesInSubnet extends __SmithyException, $MetadataBea
|
|
|
887
437
|
Message?: string;
|
|
888
438
|
}
|
|
889
439
|
export declare namespace NoFreeAddressesInSubnet {
|
|
890
|
-
|
|
891
|
-
* @internal
|
|
892
|
-
*/
|
|
440
|
+
|
|
893
441
|
const filterSensitiveLog: (obj: NoFreeAddressesInSubnet) => any;
|
|
894
442
|
}
|
|
895
|
-
|
|
896
|
-
* <p>Returned if the size of <code>SecurityGroups</code> specified in the request is
|
|
897
|
-
* greater than five.</p>
|
|
898
|
-
*/
|
|
443
|
+
|
|
899
444
|
export interface SecurityGroupLimitExceeded extends __SmithyException, $MetadataBearer {
|
|
900
445
|
name: "SecurityGroupLimitExceeded";
|
|
901
446
|
$fault: "client";
|
|
@@ -903,15 +448,10 @@ export interface SecurityGroupLimitExceeded extends __SmithyException, $Metadata
|
|
|
903
448
|
Message?: string;
|
|
904
449
|
}
|
|
905
450
|
export declare namespace SecurityGroupLimitExceeded {
|
|
906
|
-
|
|
907
|
-
* @internal
|
|
908
|
-
*/
|
|
451
|
+
|
|
909
452
|
const filterSensitiveLog: (obj: SecurityGroupLimitExceeded) => any;
|
|
910
453
|
}
|
|
911
|
-
|
|
912
|
-
* <p>Returned if one of the specified security groups doesn't exist in the subnet's
|
|
913
|
-
* VPC.</p>
|
|
914
|
-
*/
|
|
454
|
+
|
|
915
455
|
export interface SecurityGroupNotFound extends __SmithyException, $MetadataBearer {
|
|
916
456
|
name: "SecurityGroupNotFound";
|
|
917
457
|
$fault: "client";
|
|
@@ -919,15 +459,10 @@ export interface SecurityGroupNotFound extends __SmithyException, $MetadataBeare
|
|
|
919
459
|
Message?: string;
|
|
920
460
|
}
|
|
921
461
|
export declare namespace SecurityGroupNotFound {
|
|
922
|
-
|
|
923
|
-
* @internal
|
|
924
|
-
*/
|
|
462
|
+
|
|
925
463
|
const filterSensitiveLog: (obj: SecurityGroupNotFound) => any;
|
|
926
464
|
}
|
|
927
|
-
|
|
928
|
-
* <p>Returned if there is no subnet with ID <code>SubnetId</code> provided in the
|
|
929
|
-
* request.</p>
|
|
930
|
-
*/
|
|
465
|
+
|
|
931
466
|
export interface SubnetNotFound extends __SmithyException, $MetadataBearer {
|
|
932
467
|
name: "SubnetNotFound";
|
|
933
468
|
$fault: "client";
|
|
@@ -935,62 +470,38 @@ export interface SubnetNotFound extends __SmithyException, $MetadataBearer {
|
|
|
935
470
|
Message?: string;
|
|
936
471
|
}
|
|
937
472
|
export declare namespace SubnetNotFound {
|
|
938
|
-
|
|
939
|
-
* @internal
|
|
940
|
-
*/
|
|
473
|
+
|
|
941
474
|
const filterSensitiveLog: (obj: SubnetNotFound) => any;
|
|
942
475
|
}
|
|
943
|
-
|
|
944
|
-
* <p></p>
|
|
945
|
-
*/
|
|
476
|
+
|
|
946
477
|
export interface CreateTagsRequest {
|
|
947
|
-
|
|
948
|
-
* <p>The ID of the file system whose tags you want to modify (String). This operation modifies
|
|
949
|
-
* the tags only, not the file system.</p>
|
|
950
|
-
*/
|
|
478
|
+
|
|
951
479
|
FileSystemId: string | undefined;
|
|
952
|
-
|
|
953
|
-
* <p>An array of <code>Tag</code> objects to add. Each <code>Tag</code> object is a key-value
|
|
954
|
-
* pair. </p>
|
|
955
|
-
*/
|
|
480
|
+
|
|
956
481
|
Tags: Tag[] | undefined;
|
|
957
482
|
}
|
|
958
483
|
export declare namespace CreateTagsRequest {
|
|
959
|
-
|
|
960
|
-
* @internal
|
|
961
|
-
*/
|
|
484
|
+
|
|
962
485
|
const filterSensitiveLog: (obj: CreateTagsRequest) => any;
|
|
963
486
|
}
|
|
964
487
|
export interface DeleteAccessPointRequest {
|
|
965
|
-
|
|
966
|
-
* <p>The ID of the access point that you want to delete.</p>
|
|
967
|
-
*/
|
|
488
|
+
|
|
968
489
|
AccessPointId: string | undefined;
|
|
969
490
|
}
|
|
970
491
|
export declare namespace DeleteAccessPointRequest {
|
|
971
|
-
|
|
972
|
-
* @internal
|
|
973
|
-
*/
|
|
492
|
+
|
|
974
493
|
const filterSensitiveLog: (obj: DeleteAccessPointRequest) => any;
|
|
975
494
|
}
|
|
976
|
-
|
|
977
|
-
* <p></p>
|
|
978
|
-
*/
|
|
495
|
+
|
|
979
496
|
export interface DeleteFileSystemRequest {
|
|
980
|
-
|
|
981
|
-
* <p>The ID of the file system you want to delete.</p>
|
|
982
|
-
*/
|
|
497
|
+
|
|
983
498
|
FileSystemId: string | undefined;
|
|
984
499
|
}
|
|
985
500
|
export declare namespace DeleteFileSystemRequest {
|
|
986
|
-
|
|
987
|
-
* @internal
|
|
988
|
-
*/
|
|
501
|
+
|
|
989
502
|
const filterSensitiveLog: (obj: DeleteFileSystemRequest) => any;
|
|
990
503
|
}
|
|
991
|
-
|
|
992
|
-
* <p>Returned if a file system has mount targets.</p>
|
|
993
|
-
*/
|
|
504
|
+
|
|
994
505
|
export interface FileSystemInUse extends __SmithyException, $MetadataBearer {
|
|
995
506
|
name: "FileSystemInUse";
|
|
996
507
|
$fault: "client";
|
|
@@ -998,42 +509,27 @@ export interface FileSystemInUse extends __SmithyException, $MetadataBearer {
|
|
|
998
509
|
Message?: string;
|
|
999
510
|
}
|
|
1000
511
|
export declare namespace FileSystemInUse {
|
|
1001
|
-
|
|
1002
|
-
* @internal
|
|
1003
|
-
*/
|
|
512
|
+
|
|
1004
513
|
const filterSensitiveLog: (obj: FileSystemInUse) => any;
|
|
1005
514
|
}
|
|
1006
515
|
export interface DeleteFileSystemPolicyRequest {
|
|
1007
|
-
|
|
1008
|
-
* <p>Specifies the EFS file system for which to delete the <code>FileSystemPolicy</code>.</p>
|
|
1009
|
-
*/
|
|
516
|
+
|
|
1010
517
|
FileSystemId: string | undefined;
|
|
1011
518
|
}
|
|
1012
519
|
export declare namespace DeleteFileSystemPolicyRequest {
|
|
1013
|
-
|
|
1014
|
-
* @internal
|
|
1015
|
-
*/
|
|
520
|
+
|
|
1016
521
|
const filterSensitiveLog: (obj: DeleteFileSystemPolicyRequest) => any;
|
|
1017
522
|
}
|
|
1018
|
-
|
|
1019
|
-
* <p></p>
|
|
1020
|
-
*/
|
|
523
|
+
|
|
1021
524
|
export interface DeleteMountTargetRequest {
|
|
1022
|
-
|
|
1023
|
-
* <p>The ID of the mount target to delete (String).</p>
|
|
1024
|
-
*/
|
|
525
|
+
|
|
1025
526
|
MountTargetId: string | undefined;
|
|
1026
527
|
}
|
|
1027
528
|
export declare namespace DeleteMountTargetRequest {
|
|
1028
|
-
|
|
1029
|
-
* @internal
|
|
1030
|
-
*/
|
|
529
|
+
|
|
1031
530
|
const filterSensitiveLog: (obj: DeleteMountTargetRequest) => any;
|
|
1032
531
|
}
|
|
1033
|
-
|
|
1034
|
-
* <p>The service timed out trying to fulfill the request, and the client should try the
|
|
1035
|
-
* call again.</p>
|
|
1036
|
-
*/
|
|
532
|
+
|
|
1037
533
|
export interface DependencyTimeout extends __SmithyException, $MetadataBearer {
|
|
1038
534
|
name: "DependencyTimeout";
|
|
1039
535
|
$fault: "server";
|
|
@@ -1041,15 +537,10 @@ export interface DependencyTimeout extends __SmithyException, $MetadataBearer {
|
|
|
1041
537
|
Message?: string;
|
|
1042
538
|
}
|
|
1043
539
|
export declare namespace DependencyTimeout {
|
|
1044
|
-
|
|
1045
|
-
* @internal
|
|
1046
|
-
*/
|
|
540
|
+
|
|
1047
541
|
const filterSensitiveLog: (obj: DependencyTimeout) => any;
|
|
1048
542
|
}
|
|
1049
|
-
|
|
1050
|
-
* <p>Returned if there is no mount target with the specified ID found in the
|
|
1051
|
-
* caller's Amazon Web Services account.</p>
|
|
1052
|
-
*/
|
|
543
|
+
|
|
1053
544
|
export interface MountTargetNotFound extends __SmithyException, $MetadataBearer {
|
|
1054
545
|
name: "MountTargetNotFound";
|
|
1055
546
|
$fault: "client";
|
|
@@ -1057,91 +548,52 @@ export interface MountTargetNotFound extends __SmithyException, $MetadataBearer
|
|
|
1057
548
|
Message?: string;
|
|
1058
549
|
}
|
|
1059
550
|
export declare namespace MountTargetNotFound {
|
|
1060
|
-
|
|
1061
|
-
* @internal
|
|
1062
|
-
*/
|
|
551
|
+
|
|
1063
552
|
const filterSensitiveLog: (obj: MountTargetNotFound) => any;
|
|
1064
553
|
}
|
|
1065
|
-
|
|
1066
|
-
* <p></p>
|
|
1067
|
-
*/
|
|
554
|
+
|
|
1068
555
|
export interface DeleteTagsRequest {
|
|
1069
|
-
|
|
1070
|
-
* <p>The ID of the file system whose tags you want to delete (String).</p>
|
|
1071
|
-
*/
|
|
556
|
+
|
|
1072
557
|
FileSystemId: string | undefined;
|
|
1073
|
-
|
|
1074
|
-
* <p>A list of tag keys to delete.</p>
|
|
1075
|
-
*/
|
|
558
|
+
|
|
1076
559
|
TagKeys: string[] | undefined;
|
|
1077
560
|
}
|
|
1078
561
|
export declare namespace DeleteTagsRequest {
|
|
1079
|
-
|
|
1080
|
-
* @internal
|
|
1081
|
-
*/
|
|
562
|
+
|
|
1082
563
|
const filterSensitiveLog: (obj: DeleteTagsRequest) => any;
|
|
1083
564
|
}
|
|
1084
565
|
export interface DescribeAccessPointsRequest {
|
|
1085
|
-
|
|
1086
|
-
* <p>(Optional) When retrieving all access points for a file system,
|
|
1087
|
-
* you can optionally specify the <code>MaxItems</code> parameter to limit the number of objects returned in a response.
|
|
1088
|
-
* The default value is 100. </p>
|
|
1089
|
-
*/
|
|
566
|
+
|
|
1090
567
|
MaxResults?: number;
|
|
1091
|
-
|
|
1092
|
-
* <p>
|
|
1093
|
-
* <code>NextToken</code> is present if the response is paginated. You can use <code>NextMarker</code> in the subsequent request to fetch the next page of access point descriptions.</p>
|
|
1094
|
-
*/
|
|
568
|
+
|
|
1095
569
|
NextToken?: string;
|
|
1096
|
-
|
|
1097
|
-
* <p>(Optional) Specifies an EFS access point to describe in the response; mutually exclusive with <code>FileSystemId</code>.</p>
|
|
1098
|
-
*/
|
|
570
|
+
|
|
1099
571
|
AccessPointId?: string;
|
|
1100
|
-
|
|
1101
|
-
* <p>(Optional) If you provide a <code>FileSystemId</code>, EFS returns all access points for that file system; mutually exclusive with <code>AccessPointId</code>.</p>
|
|
1102
|
-
*/
|
|
572
|
+
|
|
1103
573
|
FileSystemId?: string;
|
|
1104
574
|
}
|
|
1105
575
|
export declare namespace DescribeAccessPointsRequest {
|
|
1106
|
-
|
|
1107
|
-
* @internal
|
|
1108
|
-
*/
|
|
576
|
+
|
|
1109
577
|
const filterSensitiveLog: (obj: DescribeAccessPointsRequest) => any;
|
|
1110
578
|
}
|
|
1111
579
|
export interface DescribeAccessPointsResponse {
|
|
1112
|
-
|
|
1113
|
-
* <p>An array of access point descriptions.</p>
|
|
1114
|
-
*/
|
|
580
|
+
|
|
1115
581
|
AccessPoints?: AccessPointDescription[];
|
|
1116
|
-
|
|
1117
|
-
* <p>Present if there are more access points than returned in the response.
|
|
1118
|
-
* You can use the NextMarker in the subsequent request to fetch the additional descriptions.</p>
|
|
1119
|
-
*/
|
|
582
|
+
|
|
1120
583
|
NextToken?: string;
|
|
1121
584
|
}
|
|
1122
585
|
export declare namespace DescribeAccessPointsResponse {
|
|
1123
|
-
|
|
1124
|
-
* @internal
|
|
1125
|
-
*/
|
|
586
|
+
|
|
1126
587
|
const filterSensitiveLog: (obj: DescribeAccessPointsResponse) => any;
|
|
1127
588
|
}
|
|
1128
589
|
export interface DescribeAccountPreferencesRequest {
|
|
1129
|
-
|
|
1130
|
-
* <p>(Optional) You can use <code>NextToken</code> in a subsequent request to fetch the next page of
|
|
1131
|
-
* Amazon Web Services account preferences if the response payload was paginated.</p>
|
|
1132
|
-
*/
|
|
590
|
+
|
|
1133
591
|
NextToken?: string;
|
|
1134
|
-
|
|
1135
|
-
* <p>(Optional) When retrieving account preferences,
|
|
1136
|
-
* you can optionally specify the <code>MaxItems</code> parameter to limit the number of objects returned in a response.
|
|
1137
|
-
* The default value is 100. </p>
|
|
1138
|
-
*/
|
|
592
|
+
|
|
1139
593
|
MaxResults?: number;
|
|
1140
594
|
}
|
|
1141
595
|
export declare namespace DescribeAccountPreferencesRequest {
|
|
1142
|
-
|
|
1143
|
-
* @internal
|
|
1144
|
-
*/
|
|
596
|
+
|
|
1145
597
|
const filterSensitiveLog: (obj: DescribeAccountPreferencesRequest) => any;
|
|
1146
598
|
}
|
|
1147
599
|
export declare enum ResourceIdType {
|
|
@@ -1152,57 +604,36 @@ export declare enum Resource {
|
|
|
1152
604
|
FileSystem = "FILE_SYSTEM",
|
|
1153
605
|
MountTarget = "MOUNT_TARGET"
|
|
1154
606
|
}
|
|
1155
|
-
|
|
1156
|
-
* <p>Describes the resource type and its ID preference for the user's Amazon Web Services account, in the current Amazon Web Services Region.</p>
|
|
1157
|
-
*/
|
|
607
|
+
|
|
1158
608
|
export interface ResourceIdPreference {
|
|
1159
|
-
|
|
1160
|
-
* <p>Identifies the EFS resource ID preference, either <code>LONG_ID</code> (17 characters) or <code>SHORT_ID</code> (8 characters).</p>
|
|
1161
|
-
*/
|
|
609
|
+
|
|
1162
610
|
ResourceIdType?: ResourceIdType | string;
|
|
1163
|
-
|
|
1164
|
-
* <p>Identifies the Amazon EFS resources to which the ID preference setting applies, <code>FILE_SYSTEM</code> and <code>MOUNT_TARGET</code>.</p>
|
|
1165
|
-
*/
|
|
611
|
+
|
|
1166
612
|
Resources?: (Resource | string)[];
|
|
1167
613
|
}
|
|
1168
614
|
export declare namespace ResourceIdPreference {
|
|
1169
|
-
|
|
1170
|
-
* @internal
|
|
1171
|
-
*/
|
|
615
|
+
|
|
1172
616
|
const filterSensitiveLog: (obj: ResourceIdPreference) => any;
|
|
1173
617
|
}
|
|
1174
618
|
export interface DescribeAccountPreferencesResponse {
|
|
1175
|
-
|
|
1176
|
-
* <p>Describes the resource ID preference setting for the Amazon Web Services account associated with the user making the request, in the current Amazon Web Services Region.</p>
|
|
1177
|
-
*/
|
|
619
|
+
|
|
1178
620
|
ResourceIdPreference?: ResourceIdPreference;
|
|
1179
|
-
|
|
1180
|
-
* <p>Present if there are more records than returned in the response.
|
|
1181
|
-
* You can use the <code>NextToken</code> in the subsequent request to fetch the additional descriptions.</p>
|
|
1182
|
-
*/
|
|
621
|
+
|
|
1183
622
|
NextToken?: string;
|
|
1184
623
|
}
|
|
1185
624
|
export declare namespace DescribeAccountPreferencesResponse {
|
|
1186
|
-
|
|
1187
|
-
* @internal
|
|
1188
|
-
*/
|
|
625
|
+
|
|
1189
626
|
const filterSensitiveLog: (obj: DescribeAccountPreferencesResponse) => any;
|
|
1190
627
|
}
|
|
1191
628
|
export interface DescribeBackupPolicyRequest {
|
|
1192
|
-
|
|
1193
|
-
* <p>Specifies which EFS file system to retrieve the <code>BackupPolicy</code> for.</p>
|
|
1194
|
-
*/
|
|
629
|
+
|
|
1195
630
|
FileSystemId: string | undefined;
|
|
1196
631
|
}
|
|
1197
632
|
export declare namespace DescribeBackupPolicyRequest {
|
|
1198
|
-
|
|
1199
|
-
* @internal
|
|
1200
|
-
*/
|
|
633
|
+
|
|
1201
634
|
const filterSensitiveLog: (obj: DescribeBackupPolicyRequest) => any;
|
|
1202
635
|
}
|
|
1203
|
-
|
|
1204
|
-
* <p>Returned if the default file system policy is in effect for the EFS file system specified.</p>
|
|
1205
|
-
*/
|
|
636
|
+
|
|
1206
637
|
export interface PolicyNotFound extends __SmithyException, $MetadataBearer {
|
|
1207
638
|
name: "PolicyNotFound";
|
|
1208
639
|
$fault: "client";
|
|
@@ -1210,14 +641,10 @@ export interface PolicyNotFound extends __SmithyException, $MetadataBearer {
|
|
|
1210
641
|
Message?: string;
|
|
1211
642
|
}
|
|
1212
643
|
export declare namespace PolicyNotFound {
|
|
1213
|
-
|
|
1214
|
-
* @internal
|
|
1215
|
-
*/
|
|
644
|
+
|
|
1216
645
|
const filterSensitiveLog: (obj: PolicyNotFound) => any;
|
|
1217
646
|
}
|
|
1218
|
-
|
|
1219
|
-
* <p>Returned if the Backup service is not available in the Amazon Web Services Region in which the request was made.</p>
|
|
1220
|
-
*/
|
|
647
|
+
|
|
1221
648
|
export interface ValidationException extends __SmithyException, $MetadataBearer {
|
|
1222
649
|
name: "ValidationException";
|
|
1223
650
|
$fault: "client";
|
|
@@ -1225,104 +652,60 @@ export interface ValidationException extends __SmithyException, $MetadataBearer
|
|
|
1225
652
|
Message?: string;
|
|
1226
653
|
}
|
|
1227
654
|
export declare namespace ValidationException {
|
|
1228
|
-
|
|
1229
|
-
* @internal
|
|
1230
|
-
*/
|
|
655
|
+
|
|
1231
656
|
const filterSensitiveLog: (obj: ValidationException) => any;
|
|
1232
657
|
}
|
|
1233
658
|
export interface DescribeFileSystemPolicyRequest {
|
|
1234
|
-
|
|
1235
|
-
* <p>Specifies which EFS file system to retrieve the <code>FileSystemPolicy</code> for.</p>
|
|
1236
|
-
*/
|
|
659
|
+
|
|
1237
660
|
FileSystemId: string | undefined;
|
|
1238
661
|
}
|
|
1239
662
|
export declare namespace DescribeFileSystemPolicyRequest {
|
|
1240
|
-
|
|
1241
|
-
* @internal
|
|
1242
|
-
*/
|
|
663
|
+
|
|
1243
664
|
const filterSensitiveLog: (obj: DescribeFileSystemPolicyRequest) => any;
|
|
1244
665
|
}
|
|
1245
666
|
export interface FileSystemPolicyDescription {
|
|
1246
|
-
|
|
1247
|
-
* <p>Specifies the EFS file system to which the <code>FileSystemPolicy</code> applies.</p>
|
|
1248
|
-
*/
|
|
667
|
+
|
|
1249
668
|
FileSystemId?: string;
|
|
1250
|
-
|
|
1251
|
-
* <p>The JSON formatted <code>FileSystemPolicy</code> for the EFS file system.</p>
|
|
1252
|
-
*/
|
|
669
|
+
|
|
1253
670
|
Policy?: string;
|
|
1254
671
|
}
|
|
1255
672
|
export declare namespace FileSystemPolicyDescription {
|
|
1256
|
-
|
|
1257
|
-
* @internal
|
|
1258
|
-
*/
|
|
673
|
+
|
|
1259
674
|
const filterSensitiveLog: (obj: FileSystemPolicyDescription) => any;
|
|
1260
675
|
}
|
|
1261
|
-
|
|
1262
|
-
* <p></p>
|
|
1263
|
-
*/
|
|
676
|
+
|
|
1264
677
|
export interface DescribeFileSystemsRequest {
|
|
1265
|
-
|
|
1266
|
-
* <p>(Optional) Specifies the maximum number of file systems to return in the response
|
|
1267
|
-
* (integer). This number is automatically set to 100. The response is paginated at 100 per page if you have more than 100 file systems.
|
|
1268
|
-
* </p>
|
|
1269
|
-
*/
|
|
678
|
+
|
|
1270
679
|
MaxItems?: number;
|
|
1271
|
-
|
|
1272
|
-
* <p>(Optional) Opaque pagination token returned from a previous
|
|
1273
|
-
* <code>DescribeFileSystems</code> operation (String). If present, specifies to continue the
|
|
1274
|
-
* list from where the returning call had left off. </p>
|
|
1275
|
-
*/
|
|
680
|
+
|
|
1276
681
|
Marker?: string;
|
|
1277
|
-
|
|
1278
|
-
* <p>(Optional) Restricts the list to the file system with this creation token (String). You
|
|
1279
|
-
* specify a creation token when you create an Amazon EFS file system.</p>
|
|
1280
|
-
*/
|
|
682
|
+
|
|
1281
683
|
CreationToken?: string;
|
|
1282
|
-
|
|
1283
|
-
* <p>(Optional) ID of the file system whose description you want to retrieve
|
|
1284
|
-
* (String).</p>
|
|
1285
|
-
*/
|
|
684
|
+
|
|
1286
685
|
FileSystemId?: string;
|
|
1287
686
|
}
|
|
1288
687
|
export declare namespace DescribeFileSystemsRequest {
|
|
1289
|
-
|
|
1290
|
-
* @internal
|
|
1291
|
-
*/
|
|
688
|
+
|
|
1292
689
|
const filterSensitiveLog: (obj: DescribeFileSystemsRequest) => any;
|
|
1293
690
|
}
|
|
1294
691
|
export interface DescribeFileSystemsResponse {
|
|
1295
|
-
|
|
1296
|
-
* <p>Present if provided by caller in the request (String).</p>
|
|
1297
|
-
*/
|
|
692
|
+
|
|
1298
693
|
Marker?: string;
|
|
1299
|
-
|
|
1300
|
-
* <p>An array of file system descriptions.</p>
|
|
1301
|
-
*/
|
|
694
|
+
|
|
1302
695
|
FileSystems?: FileSystemDescription[];
|
|
1303
|
-
|
|
1304
|
-
* <p>Present if there are more file systems than returned in the response (String). You can
|
|
1305
|
-
* use the <code>NextMarker</code> in the subsequent request to fetch the descriptions.</p>
|
|
1306
|
-
*/
|
|
696
|
+
|
|
1307
697
|
NextMarker?: string;
|
|
1308
698
|
}
|
|
1309
699
|
export declare namespace DescribeFileSystemsResponse {
|
|
1310
|
-
|
|
1311
|
-
* @internal
|
|
1312
|
-
*/
|
|
700
|
+
|
|
1313
701
|
const filterSensitiveLog: (obj: DescribeFileSystemsResponse) => any;
|
|
1314
702
|
}
|
|
1315
703
|
export interface DescribeLifecycleConfigurationRequest {
|
|
1316
|
-
|
|
1317
|
-
* <p>The ID of the file system whose <code>LifecycleConfiguration</code> object you want to
|
|
1318
|
-
* retrieve (String).</p>
|
|
1319
|
-
*/
|
|
704
|
+
|
|
1320
705
|
FileSystemId: string | undefined;
|
|
1321
706
|
}
|
|
1322
707
|
export declare namespace DescribeLifecycleConfigurationRequest {
|
|
1323
|
-
|
|
1324
|
-
* @internal
|
|
1325
|
-
*/
|
|
708
|
+
|
|
1326
709
|
const filterSensitiveLog: (obj: DescribeLifecycleConfigurationRequest) => any;
|
|
1327
710
|
}
|
|
1328
711
|
export declare enum TransitionToIARules {
|
|
@@ -1335,138 +718,73 @@ export declare enum TransitionToIARules {
|
|
|
1335
718
|
export declare enum TransitionToPrimaryStorageClassRules {
|
|
1336
719
|
AFTER_1_ACCESS = "AFTER_1_ACCESS"
|
|
1337
720
|
}
|
|
1338
|
-
|
|
1339
|
-
* <p>Describes a policy used by EFS lifecycle management to transition files to the Infrequent
|
|
1340
|
-
* Access (IA) storage class.</p>
|
|
1341
|
-
*/
|
|
721
|
+
|
|
1342
722
|
export interface LifecyclePolicy {
|
|
1343
|
-
|
|
1344
|
-
* <p>
|
|
1345
|
-
* Describes the period of time that a file is not accessed, after which it transitions to the IA storage class. Metadata
|
|
1346
|
-
* operations such as listing the contents of a directory don't count as file access
|
|
1347
|
-
* events.</p>
|
|
1348
|
-
*/
|
|
723
|
+
|
|
1349
724
|
TransitionToIA?: TransitionToIARules | string;
|
|
1350
|
-
|
|
1351
|
-
* <p>Describes the policy used to transition a file from infequent access storage to primary storage.</p>
|
|
1352
|
-
*/
|
|
725
|
+
|
|
1353
726
|
TransitionToPrimaryStorageClass?: TransitionToPrimaryStorageClassRules | string;
|
|
1354
727
|
}
|
|
1355
728
|
export declare namespace LifecyclePolicy {
|
|
1356
|
-
|
|
1357
|
-
* @internal
|
|
1358
|
-
*/
|
|
729
|
+
|
|
1359
730
|
const filterSensitiveLog: (obj: LifecyclePolicy) => any;
|
|
1360
731
|
}
|
|
1361
732
|
export interface LifecycleConfigurationDescription {
|
|
1362
|
-
|
|
1363
|
-
* <p>An array of lifecycle management policies. EFS supports a maximum of one
|
|
1364
|
-
* policy per file system.</p>
|
|
1365
|
-
*/
|
|
733
|
+
|
|
1366
734
|
LifecyclePolicies?: LifecyclePolicy[];
|
|
1367
735
|
}
|
|
1368
736
|
export declare namespace LifecycleConfigurationDescription {
|
|
1369
|
-
|
|
1370
|
-
* @internal
|
|
1371
|
-
*/
|
|
737
|
+
|
|
1372
738
|
const filterSensitiveLog: (obj: LifecycleConfigurationDescription) => any;
|
|
1373
739
|
}
|
|
1374
|
-
|
|
1375
|
-
* <p></p>
|
|
1376
|
-
*/
|
|
740
|
+
|
|
1377
741
|
export interface DescribeMountTargetsRequest {
|
|
1378
|
-
|
|
1379
|
-
* <p>(Optional) Maximum number of mount targets to return in the response. Currently, this
|
|
1380
|
-
* number is automatically set to
|
|
1381
|
-
* 10, and other values are ignored. The response is paginated at 100 per page if you have more than 100 mount targets.</p>
|
|
1382
|
-
*/
|
|
742
|
+
|
|
1383
743
|
MaxItems?: number;
|
|
1384
|
-
|
|
1385
|
-
* <p>(Optional) Opaque pagination token returned from a previous
|
|
1386
|
-
* <code>DescribeMountTargets</code> operation (String). If present, it specifies to continue
|
|
1387
|
-
* the list from where the previous returning call left off.</p>
|
|
1388
|
-
*/
|
|
744
|
+
|
|
1389
745
|
Marker?: string;
|
|
1390
|
-
|
|
1391
|
-
* <p>(Optional) ID of the file system whose mount targets you want to list (String). It must
|
|
1392
|
-
* be included in your request if an <code>AccessPointId</code> or <code>MountTargetId</code> is not included. Accepts either a file system ID or ARN as input.</p>
|
|
1393
|
-
*/
|
|
746
|
+
|
|
1394
747
|
FileSystemId?: string;
|
|
1395
|
-
|
|
1396
|
-
* <p>(Optional) ID of the mount target that you want to have described (String). It must be
|
|
1397
|
-
* included in your request if <code>FileSystemId</code> is not included. Accepts either a mount target ID or ARN as input.</p>
|
|
1398
|
-
*/
|
|
748
|
+
|
|
1399
749
|
MountTargetId?: string;
|
|
1400
|
-
|
|
1401
|
-
* <p>(Optional) The ID of the access point whose mount targets that you want to list. It must be included in your request if a
|
|
1402
|
-
* <code>FileSystemId</code> or <code>MountTargetId</code> is not included in your request. Accepts either an access point ID or ARN as input.</p>
|
|
1403
|
-
*/
|
|
750
|
+
|
|
1404
751
|
AccessPointId?: string;
|
|
1405
752
|
}
|
|
1406
753
|
export declare namespace DescribeMountTargetsRequest {
|
|
1407
|
-
|
|
1408
|
-
* @internal
|
|
1409
|
-
*/
|
|
754
|
+
|
|
1410
755
|
const filterSensitiveLog: (obj: DescribeMountTargetsRequest) => any;
|
|
1411
756
|
}
|
|
1412
|
-
|
|
1413
|
-
* <p></p>
|
|
1414
|
-
*/
|
|
757
|
+
|
|
1415
758
|
export interface DescribeMountTargetsResponse {
|
|
1416
|
-
|
|
1417
|
-
* <p>If the request included the <code>Marker</code>, the response returns that value in
|
|
1418
|
-
* this field.</p>
|
|
1419
|
-
*/
|
|
759
|
+
|
|
1420
760
|
Marker?: string;
|
|
1421
|
-
|
|
1422
|
-
* <p>Returns the file system's mount targets as an array of
|
|
1423
|
-
* <code>MountTargetDescription</code> objects.</p>
|
|
1424
|
-
*/
|
|
761
|
+
|
|
1425
762
|
MountTargets?: MountTargetDescription[];
|
|
1426
|
-
|
|
1427
|
-
* <p>If a value is present, there are more mount targets to return. In a subsequent request,
|
|
1428
|
-
* you can provide <code>Marker</code> in your request with this value to retrieve the next set
|
|
1429
|
-
* of mount targets.</p>
|
|
1430
|
-
*/
|
|
763
|
+
|
|
1431
764
|
NextMarker?: string;
|
|
1432
765
|
}
|
|
1433
766
|
export declare namespace DescribeMountTargetsResponse {
|
|
1434
|
-
|
|
1435
|
-
* @internal
|
|
1436
|
-
*/
|
|
767
|
+
|
|
1437
768
|
const filterSensitiveLog: (obj: DescribeMountTargetsResponse) => any;
|
|
1438
769
|
}
|
|
1439
|
-
|
|
1440
|
-
* <p></p>
|
|
1441
|
-
*/
|
|
770
|
+
|
|
1442
771
|
export interface DescribeMountTargetSecurityGroupsRequest {
|
|
1443
|
-
|
|
1444
|
-
* <p>The ID of the mount target whose security groups you want to retrieve.</p>
|
|
1445
|
-
*/
|
|
772
|
+
|
|
1446
773
|
MountTargetId: string | undefined;
|
|
1447
774
|
}
|
|
1448
775
|
export declare namespace DescribeMountTargetSecurityGroupsRequest {
|
|
1449
|
-
|
|
1450
|
-
* @internal
|
|
1451
|
-
*/
|
|
776
|
+
|
|
1452
777
|
const filterSensitiveLog: (obj: DescribeMountTargetSecurityGroupsRequest) => any;
|
|
1453
778
|
}
|
|
1454
779
|
export interface DescribeMountTargetSecurityGroupsResponse {
|
|
1455
|
-
|
|
1456
|
-
* <p>An array of security groups.</p>
|
|
1457
|
-
*/
|
|
780
|
+
|
|
1458
781
|
SecurityGroups: string[] | undefined;
|
|
1459
782
|
}
|
|
1460
783
|
export declare namespace DescribeMountTargetSecurityGroupsResponse {
|
|
1461
|
-
|
|
1462
|
-
* @internal
|
|
1463
|
-
*/
|
|
784
|
+
|
|
1464
785
|
const filterSensitiveLog: (obj: DescribeMountTargetSecurityGroupsResponse) => any;
|
|
1465
786
|
}
|
|
1466
|
-
|
|
1467
|
-
* <p>Returned if the mount target is not in the correct state for the
|
|
1468
|
-
* operation.</p>
|
|
1469
|
-
*/
|
|
787
|
+
|
|
1470
788
|
export interface IncorrectMountTargetState extends __SmithyException, $MetadataBearer {
|
|
1471
789
|
name: "IncorrectMountTargetState";
|
|
1472
790
|
$fault: "client";
|
|
@@ -1474,69 +792,36 @@ export interface IncorrectMountTargetState extends __SmithyException, $MetadataB
|
|
|
1474
792
|
Message?: string;
|
|
1475
793
|
}
|
|
1476
794
|
export declare namespace IncorrectMountTargetState {
|
|
1477
|
-
|
|
1478
|
-
* @internal
|
|
1479
|
-
*/
|
|
795
|
+
|
|
1480
796
|
const filterSensitiveLog: (obj: IncorrectMountTargetState) => any;
|
|
1481
797
|
}
|
|
1482
|
-
|
|
1483
|
-
* <p></p>
|
|
1484
|
-
*/
|
|
798
|
+
|
|
1485
799
|
export interface DescribeTagsRequest {
|
|
1486
|
-
|
|
1487
|
-
* <p>(Optional) The maximum number of file system tags to return in the response. Currently,
|
|
1488
|
-
* this number is automatically set to
|
|
1489
|
-
* 100, and other values are ignored. The response is paginated at 100 per page if you have more than 100 tags.</p>
|
|
1490
|
-
*/
|
|
800
|
+
|
|
1491
801
|
MaxItems?: number;
|
|
1492
|
-
|
|
1493
|
-
* <p>(Optional) An opaque pagination token returned from a previous
|
|
1494
|
-
* <code>DescribeTags</code> operation (String). If present, it specifies to continue the list
|
|
1495
|
-
* from where the previous call left off.</p>
|
|
1496
|
-
*/
|
|
802
|
+
|
|
1497
803
|
Marker?: string;
|
|
1498
|
-
|
|
1499
|
-
* <p>The ID of the file system whose tag set you want to retrieve.</p>
|
|
1500
|
-
*/
|
|
804
|
+
|
|
1501
805
|
FileSystemId: string | undefined;
|
|
1502
806
|
}
|
|
1503
807
|
export declare namespace DescribeTagsRequest {
|
|
1504
|
-
|
|
1505
|
-
* @internal
|
|
1506
|
-
*/
|
|
808
|
+
|
|
1507
809
|
const filterSensitiveLog: (obj: DescribeTagsRequest) => any;
|
|
1508
810
|
}
|
|
1509
|
-
|
|
1510
|
-
* <p></p>
|
|
1511
|
-
*/
|
|
811
|
+
|
|
1512
812
|
export interface DescribeTagsResponse {
|
|
1513
|
-
|
|
1514
|
-
* <p>If the request included a <code>Marker</code>, the response returns that value in this
|
|
1515
|
-
* field.</p>
|
|
1516
|
-
*/
|
|
813
|
+
|
|
1517
814
|
Marker?: string;
|
|
1518
|
-
|
|
1519
|
-
* <p>Returns tags associated with the file system as an array of <code>Tag</code> objects.
|
|
1520
|
-
* </p>
|
|
1521
|
-
*/
|
|
815
|
+
|
|
1522
816
|
Tags: Tag[] | undefined;
|
|
1523
|
-
|
|
1524
|
-
* <p>If a value is present, there are more tags to return. In a subsequent request, you can
|
|
1525
|
-
* provide the value of <code>NextMarker</code> as the value of the <code>Marker</code> parameter
|
|
1526
|
-
* in your next request to retrieve the next set of tags.</p>
|
|
1527
|
-
*/
|
|
817
|
+
|
|
1528
818
|
NextMarker?: string;
|
|
1529
819
|
}
|
|
1530
820
|
export declare namespace DescribeTagsResponse {
|
|
1531
|
-
|
|
1532
|
-
* @internal
|
|
1533
|
-
*/
|
|
821
|
+
|
|
1534
822
|
const filterSensitiveLog: (obj: DescribeTagsResponse) => any;
|
|
1535
823
|
}
|
|
1536
|
-
|
|
1537
|
-
* <p>Returned if the <code>FileSystemPolicy</code> is is malformed or contains an error such as an invalid
|
|
1538
|
-
* parameter value or a missing required parameter. Returned in the case of a policy lockout safety check error.</p>
|
|
1539
|
-
*/
|
|
824
|
+
|
|
1540
825
|
export interface InvalidPolicyException extends __SmithyException, $MetadataBearer {
|
|
1541
826
|
name: "InvalidPolicyException";
|
|
1542
827
|
$fault: "client";
|
|
@@ -1544,195 +829,111 @@ export interface InvalidPolicyException extends __SmithyException, $MetadataBear
|
|
|
1544
829
|
Message?: string;
|
|
1545
830
|
}
|
|
1546
831
|
export declare namespace InvalidPolicyException {
|
|
1547
|
-
|
|
1548
|
-
* @internal
|
|
1549
|
-
*/
|
|
832
|
+
|
|
1550
833
|
const filterSensitiveLog: (obj: InvalidPolicyException) => any;
|
|
1551
834
|
}
|
|
1552
835
|
export interface ListTagsForResourceRequest {
|
|
1553
|
-
|
|
1554
|
-
* <p>Specifies the EFS resource you want to retrieve tags for. You can retrieve tags for EFS file systems and access points using this API endpoint.</p>
|
|
1555
|
-
*/
|
|
836
|
+
|
|
1556
837
|
ResourceId: string | undefined;
|
|
1557
|
-
|
|
1558
|
-
* <p>(Optional) Specifies the maximum number of tag objects to return in the response. The default value is 100.</p>
|
|
1559
|
-
*/
|
|
838
|
+
|
|
1560
839
|
MaxResults?: number;
|
|
1561
|
-
|
|
1562
|
-
* <p>(Optional) You can use <code>NextToken</code> in a subsequent request to fetch the next page of access point descriptions if the response payload was paginated.</p>
|
|
1563
|
-
*/
|
|
840
|
+
|
|
1564
841
|
NextToken?: string;
|
|
1565
842
|
}
|
|
1566
843
|
export declare namespace ListTagsForResourceRequest {
|
|
1567
|
-
|
|
1568
|
-
* @internal
|
|
1569
|
-
*/
|
|
844
|
+
|
|
1570
845
|
const filterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
|
|
1571
846
|
}
|
|
1572
847
|
export interface ListTagsForResourceResponse {
|
|
1573
|
-
|
|
1574
|
-
* <p>An array of the tags for the specified EFS resource.</p>
|
|
1575
|
-
*/
|
|
848
|
+
|
|
1576
849
|
Tags?: Tag[];
|
|
1577
|
-
|
|
1578
|
-
* <p>
|
|
1579
|
-
* <code>NextToken</code> is present if the response payload is paginated. You can use <code>NextToken</code> in a subsequent request to fetch the next page of access point descriptions.</p>
|
|
1580
|
-
*/
|
|
850
|
+
|
|
1581
851
|
NextToken?: string;
|
|
1582
852
|
}
|
|
1583
853
|
export declare namespace ListTagsForResourceResponse {
|
|
1584
|
-
|
|
1585
|
-
* @internal
|
|
1586
|
-
*/
|
|
854
|
+
|
|
1587
855
|
const filterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
|
|
1588
856
|
}
|
|
1589
|
-
|
|
1590
|
-
* <p></p>
|
|
1591
|
-
*/
|
|
857
|
+
|
|
1592
858
|
export interface ModifyMountTargetSecurityGroupsRequest {
|
|
1593
|
-
|
|
1594
|
-
* <p>The ID of the mount target whose security groups you want to modify.</p>
|
|
1595
|
-
*/
|
|
859
|
+
|
|
1596
860
|
MountTargetId: string | undefined;
|
|
1597
|
-
|
|
1598
|
-
* <p>An array of up to five VPC security group IDs.</p>
|
|
1599
|
-
*/
|
|
861
|
+
|
|
1600
862
|
SecurityGroups?: string[];
|
|
1601
863
|
}
|
|
1602
864
|
export declare namespace ModifyMountTargetSecurityGroupsRequest {
|
|
1603
|
-
|
|
1604
|
-
* @internal
|
|
1605
|
-
*/
|
|
865
|
+
|
|
1606
866
|
const filterSensitiveLog: (obj: ModifyMountTargetSecurityGroupsRequest) => any;
|
|
1607
867
|
}
|
|
1608
868
|
export interface PutAccountPreferencesRequest {
|
|
1609
|
-
|
|
1610
|
-
* <p>Specifies the EFS resource ID preference to set for the user's Amazon Web Services account, in the current Amazon Web Services Region,
|
|
1611
|
-
* either <code>LONG_ID</code> (17 characters), or <code>SHORT_ID</code> (8 characters).</p>
|
|
1612
|
-
*/
|
|
869
|
+
|
|
1613
870
|
ResourceIdType: ResourceIdType | string | undefined;
|
|
1614
871
|
}
|
|
1615
872
|
export declare namespace PutAccountPreferencesRequest {
|
|
1616
|
-
|
|
1617
|
-
* @internal
|
|
1618
|
-
*/
|
|
873
|
+
|
|
1619
874
|
const filterSensitiveLog: (obj: PutAccountPreferencesRequest) => any;
|
|
1620
875
|
}
|
|
1621
876
|
export interface PutAccountPreferencesResponse {
|
|
1622
|
-
|
|
1623
|
-
* <p>Describes the resource type and its ID preference for the user's Amazon Web Services account, in the current Amazon Web Services Region.</p>
|
|
1624
|
-
*/
|
|
877
|
+
|
|
1625
878
|
ResourceIdPreference?: ResourceIdPreference;
|
|
1626
879
|
}
|
|
1627
880
|
export declare namespace PutAccountPreferencesResponse {
|
|
1628
|
-
|
|
1629
|
-
* @internal
|
|
1630
|
-
*/
|
|
881
|
+
|
|
1631
882
|
const filterSensitiveLog: (obj: PutAccountPreferencesResponse) => any;
|
|
1632
883
|
}
|
|
1633
884
|
export interface PutBackupPolicyRequest {
|
|
1634
|
-
|
|
1635
|
-
* <p>Specifies which EFS file system to update the backup policy for.</p>
|
|
1636
|
-
*/
|
|
885
|
+
|
|
1637
886
|
FileSystemId: string | undefined;
|
|
1638
|
-
|
|
1639
|
-
* <p>The backup policy included in the <code>PutBackupPolicy</code> request.</p>
|
|
1640
|
-
*/
|
|
887
|
+
|
|
1641
888
|
BackupPolicy: BackupPolicy | undefined;
|
|
1642
889
|
}
|
|
1643
890
|
export declare namespace PutBackupPolicyRequest {
|
|
1644
|
-
|
|
1645
|
-
* @internal
|
|
1646
|
-
*/
|
|
891
|
+
|
|
1647
892
|
const filterSensitiveLog: (obj: PutBackupPolicyRequest) => any;
|
|
1648
893
|
}
|
|
1649
894
|
export interface PutFileSystemPolicyRequest {
|
|
1650
|
-
|
|
1651
|
-
* <p>The ID of the EFS file system that you want to create or update the <code>FileSystemPolicy</code> for.</p>
|
|
1652
|
-
*/
|
|
895
|
+
|
|
1653
896
|
FileSystemId: string | undefined;
|
|
1654
|
-
|
|
1655
|
-
* <p>The <code>FileSystemPolicy</code> that you're creating. Accepts a JSON formatted policy definition.
|
|
1656
|
-
* EFS file system policies have a 20,000 character limit.
|
|
1657
|
-
* To find out more about the elements that make up a file system policy, see
|
|
1658
|
-
* <a href="https://docs.aws.amazon.com/efs/latest/ug/access-control-overview.html#access-control-manage-access-intro-resource-policies">EFS Resource-based Policies</a>.
|
|
1659
|
-
* </p>
|
|
1660
|
-
*/
|
|
897
|
+
|
|
1661
898
|
Policy: string | undefined;
|
|
1662
|
-
|
|
1663
|
-
* <p>(Optional) A flag to indicate whether to bypass the <code>FileSystemPolicy</code> lockout safety check. The policy lockout safety check
|
|
1664
|
-
* determines whether the policy in the request will prevent the principal making the request will be locked out from making future <code>PutFileSystemPolicy</code> requests on the file system.
|
|
1665
|
-
* Set <code>BypassPolicyLockoutSafetyCheck</code> to <code>True</code> only when you intend to prevent
|
|
1666
|
-
* the principal that is making the request from making a subsequent <code>PutFileSystemPolicy</code> request on the file system.
|
|
1667
|
-
* The default value is False.
|
|
1668
|
-
* </p>
|
|
1669
|
-
*/
|
|
899
|
+
|
|
1670
900
|
BypassPolicyLockoutSafetyCheck?: boolean;
|
|
1671
901
|
}
|
|
1672
902
|
export declare namespace PutFileSystemPolicyRequest {
|
|
1673
|
-
|
|
1674
|
-
* @internal
|
|
1675
|
-
*/
|
|
903
|
+
|
|
1676
904
|
const filterSensitiveLog: (obj: PutFileSystemPolicyRequest) => any;
|
|
1677
905
|
}
|
|
1678
906
|
export interface PutLifecycleConfigurationRequest {
|
|
1679
|
-
|
|
1680
|
-
* <p>The ID of the file system for which you are creating the
|
|
1681
|
-
* <code>LifecycleConfiguration</code> object (String).</p>
|
|
1682
|
-
*/
|
|
907
|
+
|
|
1683
908
|
FileSystemId: string | undefined;
|
|
1684
|
-
|
|
1685
|
-
* <p>An array of <code>LifecyclePolicy</code> objects that define the file system's
|
|
1686
|
-
* <code>LifecycleConfiguration</code> object. A <code>LifecycleConfiguration</code> object
|
|
1687
|
-
* tells lifecycle management when to transition files from the Standard storage class to the
|
|
1688
|
-
* Infrequent Access storage class.</p>
|
|
1689
|
-
*/
|
|
909
|
+
|
|
1690
910
|
LifecyclePolicies: LifecyclePolicy[] | undefined;
|
|
1691
911
|
}
|
|
1692
912
|
export declare namespace PutLifecycleConfigurationRequest {
|
|
1693
|
-
|
|
1694
|
-
* @internal
|
|
1695
|
-
*/
|
|
913
|
+
|
|
1696
914
|
const filterSensitiveLog: (obj: PutLifecycleConfigurationRequest) => any;
|
|
1697
915
|
}
|
|
1698
916
|
export interface TagResourceRequest {
|
|
1699
|
-
|
|
1700
|
-
* <p>The ID specifying the EFS resource that you want to create a tag for.</p>
|
|
1701
|
-
*/
|
|
917
|
+
|
|
1702
918
|
ResourceId: string | undefined;
|
|
1703
|
-
|
|
1704
|
-
* <p>An array of <code>Tag</code> objects to add. Each <code>Tag</code> object is a key-value
|
|
1705
|
-
* pair.</p>
|
|
1706
|
-
*/
|
|
919
|
+
|
|
1707
920
|
Tags: Tag[] | undefined;
|
|
1708
921
|
}
|
|
1709
922
|
export declare namespace TagResourceRequest {
|
|
1710
|
-
|
|
1711
|
-
* @internal
|
|
1712
|
-
*/
|
|
923
|
+
|
|
1713
924
|
const filterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
1714
925
|
}
|
|
1715
926
|
export interface UntagResourceRequest {
|
|
1716
|
-
|
|
1717
|
-
* <p>Specifies the EFS resource that you want to remove tags from.</p>
|
|
1718
|
-
*/
|
|
927
|
+
|
|
1719
928
|
ResourceId: string | undefined;
|
|
1720
|
-
|
|
1721
|
-
* <p>The keys of the key-value tag pairs that you want to remove from the specified EFS
|
|
1722
|
-
* resource.</p>
|
|
1723
|
-
*/
|
|
929
|
+
|
|
1724
930
|
TagKeys: string[] | undefined;
|
|
1725
931
|
}
|
|
1726
932
|
export declare namespace UntagResourceRequest {
|
|
1727
|
-
|
|
1728
|
-
* @internal
|
|
1729
|
-
*/
|
|
933
|
+
|
|
1730
934
|
const filterSensitiveLog: (obj: UntagResourceRequest) => any;
|
|
1731
935
|
}
|
|
1732
|
-
|
|
1733
|
-
* <p>Returned if you don’t wait at least 24 hours before changing the throughput mode, or
|
|
1734
|
-
* decreasing the Provisioned Throughput value.</p>
|
|
1735
|
-
*/
|
|
936
|
+
|
|
1736
937
|
export interface TooManyRequests extends __SmithyException, $MetadataBearer {
|
|
1737
938
|
name: "TooManyRequests";
|
|
1738
939
|
$fault: "client";
|
|
@@ -1740,34 +941,18 @@ export interface TooManyRequests extends __SmithyException, $MetadataBearer {
|
|
|
1740
941
|
Message?: string;
|
|
1741
942
|
}
|
|
1742
943
|
export declare namespace TooManyRequests {
|
|
1743
|
-
|
|
1744
|
-
* @internal
|
|
1745
|
-
*/
|
|
944
|
+
|
|
1746
945
|
const filterSensitiveLog: (obj: TooManyRequests) => any;
|
|
1747
946
|
}
|
|
1748
947
|
export interface UpdateFileSystemRequest {
|
|
1749
|
-
|
|
1750
|
-
* <p>The ID of the file system that you want to update.</p>
|
|
1751
|
-
*/
|
|
948
|
+
|
|
1752
949
|
FileSystemId: string | undefined;
|
|
1753
|
-
|
|
1754
|
-
* <p>(Optional) Updates the file system's throughput mode. If you're not
|
|
1755
|
-
* updating your throughput mode, you don't need to provide this value in your
|
|
1756
|
-
* request. If you are changing the <code>ThroughputMode</code> to <code>provisioned</code>,
|
|
1757
|
-
* you must also set a value for <code>ProvisionedThroughputInMibps</code>.</p>
|
|
1758
|
-
*/
|
|
950
|
+
|
|
1759
951
|
ThroughputMode?: ThroughputMode | string;
|
|
1760
|
-
|
|
1761
|
-
* <p>(Optional) Sets the amount of provisioned throughput, in MiB/s, for the file
|
|
1762
|
-
* system. Valid values are 1-1024. If you are changing the throughput mode to provisioned, you must also
|
|
1763
|
-
* provide the amount of provisioned throughput. Required if <code>ThroughputMode</code> is changed
|
|
1764
|
-
* to <code>provisioned</code> on update.</p>
|
|
1765
|
-
*/
|
|
952
|
+
|
|
1766
953
|
ProvisionedThroughputInMibps?: number;
|
|
1767
954
|
}
|
|
1768
955
|
export declare namespace UpdateFileSystemRequest {
|
|
1769
|
-
|
|
1770
|
-
* @internal
|
|
1771
|
-
*/
|
|
956
|
+
|
|
1772
957
|
const filterSensitiveLog: (obj: UpdateFileSystemRequest) => any;
|
|
1773
958
|
}
|