@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
|
@@ -4,9 +4,6 @@ exports.ResourceIdType = exports.DescribeAccountPreferencesRequest = exports.Des
|
|
|
4
4
|
exports.UpdateFileSystemRequest = exports.TooManyRequests = exports.UntagResourceRequest = exports.TagResourceRequest = exports.PutLifecycleConfigurationRequest = exports.PutFileSystemPolicyRequest = exports.PutBackupPolicyRequest = exports.PutAccountPreferencesResponse = exports.PutAccountPreferencesRequest = exports.ModifyMountTargetSecurityGroupsRequest = exports.ListTagsForResourceResponse = exports.ListTagsForResourceRequest = exports.InvalidPolicyException = exports.DescribeTagsResponse = exports.DescribeTagsRequest = exports.IncorrectMountTargetState = exports.DescribeMountTargetSecurityGroupsResponse = exports.DescribeMountTargetSecurityGroupsRequest = exports.DescribeMountTargetsResponse = exports.DescribeMountTargetsRequest = exports.LifecycleConfigurationDescription = exports.LifecyclePolicy = exports.TransitionToPrimaryStorageClassRules = exports.TransitionToIARules = exports.DescribeLifecycleConfigurationRequest = exports.DescribeFileSystemsResponse = exports.DescribeFileSystemsRequest = exports.FileSystemPolicyDescription = exports.DescribeFileSystemPolicyRequest = exports.ValidationException = exports.PolicyNotFound = exports.DescribeBackupPolicyRequest = exports.DescribeAccountPreferencesResponse = exports.ResourceIdPreference = exports.Resource = void 0;
|
|
5
5
|
var AccessPointAlreadyExists;
|
|
6
6
|
(function (AccessPointAlreadyExists) {
|
|
7
|
-
/**
|
|
8
|
-
* @internal
|
|
9
|
-
*/
|
|
10
7
|
AccessPointAlreadyExists.filterSensitiveLog = (obj) => ({
|
|
11
8
|
...obj,
|
|
12
9
|
});
|
|
@@ -22,72 +19,48 @@ var LifeCycleState;
|
|
|
22
19
|
})(LifeCycleState = exports.LifeCycleState || (exports.LifeCycleState = {}));
|
|
23
20
|
var PosixUser;
|
|
24
21
|
(function (PosixUser) {
|
|
25
|
-
/**
|
|
26
|
-
* @internal
|
|
27
|
-
*/
|
|
28
22
|
PosixUser.filterSensitiveLog = (obj) => ({
|
|
29
23
|
...obj,
|
|
30
24
|
});
|
|
31
25
|
})(PosixUser = exports.PosixUser || (exports.PosixUser = {}));
|
|
32
26
|
var CreationInfo;
|
|
33
27
|
(function (CreationInfo) {
|
|
34
|
-
/**
|
|
35
|
-
* @internal
|
|
36
|
-
*/
|
|
37
28
|
CreationInfo.filterSensitiveLog = (obj) => ({
|
|
38
29
|
...obj,
|
|
39
30
|
});
|
|
40
31
|
})(CreationInfo = exports.CreationInfo || (exports.CreationInfo = {}));
|
|
41
32
|
var RootDirectory;
|
|
42
33
|
(function (RootDirectory) {
|
|
43
|
-
/**
|
|
44
|
-
* @internal
|
|
45
|
-
*/
|
|
46
34
|
RootDirectory.filterSensitiveLog = (obj) => ({
|
|
47
35
|
...obj,
|
|
48
36
|
});
|
|
49
37
|
})(RootDirectory = exports.RootDirectory || (exports.RootDirectory = {}));
|
|
50
38
|
var Tag;
|
|
51
39
|
(function (Tag) {
|
|
52
|
-
/**
|
|
53
|
-
* @internal
|
|
54
|
-
*/
|
|
55
40
|
Tag.filterSensitiveLog = (obj) => ({
|
|
56
41
|
...obj,
|
|
57
42
|
});
|
|
58
43
|
})(Tag = exports.Tag || (exports.Tag = {}));
|
|
59
44
|
var AccessPointDescription;
|
|
60
45
|
(function (AccessPointDescription) {
|
|
61
|
-
/**
|
|
62
|
-
* @internal
|
|
63
|
-
*/
|
|
64
46
|
AccessPointDescription.filterSensitiveLog = (obj) => ({
|
|
65
47
|
...obj,
|
|
66
48
|
});
|
|
67
49
|
})(AccessPointDescription = exports.AccessPointDescription || (exports.AccessPointDescription = {}));
|
|
68
50
|
var AccessPointLimitExceeded;
|
|
69
51
|
(function (AccessPointLimitExceeded) {
|
|
70
|
-
/**
|
|
71
|
-
* @internal
|
|
72
|
-
*/
|
|
73
52
|
AccessPointLimitExceeded.filterSensitiveLog = (obj) => ({
|
|
74
53
|
...obj,
|
|
75
54
|
});
|
|
76
55
|
})(AccessPointLimitExceeded = exports.AccessPointLimitExceeded || (exports.AccessPointLimitExceeded = {}));
|
|
77
56
|
var AccessPointNotFound;
|
|
78
57
|
(function (AccessPointNotFound) {
|
|
79
|
-
/**
|
|
80
|
-
* @internal
|
|
81
|
-
*/
|
|
82
58
|
AccessPointNotFound.filterSensitiveLog = (obj) => ({
|
|
83
59
|
...obj,
|
|
84
60
|
});
|
|
85
61
|
})(AccessPointNotFound = exports.AccessPointNotFound || (exports.AccessPointNotFound = {}));
|
|
86
62
|
var AvailabilityZonesMismatch;
|
|
87
63
|
(function (AvailabilityZonesMismatch) {
|
|
88
|
-
/**
|
|
89
|
-
* @internal
|
|
90
|
-
*/
|
|
91
64
|
AvailabilityZonesMismatch.filterSensitiveLog = (obj) => ({
|
|
92
65
|
...obj,
|
|
93
66
|
});
|
|
@@ -101,63 +74,42 @@ var Status;
|
|
|
101
74
|
})(Status = exports.Status || (exports.Status = {}));
|
|
102
75
|
var BackupPolicy;
|
|
103
76
|
(function (BackupPolicy) {
|
|
104
|
-
/**
|
|
105
|
-
* @internal
|
|
106
|
-
*/
|
|
107
77
|
BackupPolicy.filterSensitiveLog = (obj) => ({
|
|
108
78
|
...obj,
|
|
109
79
|
});
|
|
110
80
|
})(BackupPolicy = exports.BackupPolicy || (exports.BackupPolicy = {}));
|
|
111
81
|
var BackupPolicyDescription;
|
|
112
82
|
(function (BackupPolicyDescription) {
|
|
113
|
-
/**
|
|
114
|
-
* @internal
|
|
115
|
-
*/
|
|
116
83
|
BackupPolicyDescription.filterSensitiveLog = (obj) => ({
|
|
117
84
|
...obj,
|
|
118
85
|
});
|
|
119
86
|
})(BackupPolicyDescription = exports.BackupPolicyDescription || (exports.BackupPolicyDescription = {}));
|
|
120
87
|
var BadRequest;
|
|
121
88
|
(function (BadRequest) {
|
|
122
|
-
/**
|
|
123
|
-
* @internal
|
|
124
|
-
*/
|
|
125
89
|
BadRequest.filterSensitiveLog = (obj) => ({
|
|
126
90
|
...obj,
|
|
127
91
|
});
|
|
128
92
|
})(BadRequest = exports.BadRequest || (exports.BadRequest = {}));
|
|
129
93
|
var CreateAccessPointRequest;
|
|
130
94
|
(function (CreateAccessPointRequest) {
|
|
131
|
-
/**
|
|
132
|
-
* @internal
|
|
133
|
-
*/
|
|
134
95
|
CreateAccessPointRequest.filterSensitiveLog = (obj) => ({
|
|
135
96
|
...obj,
|
|
136
97
|
});
|
|
137
98
|
})(CreateAccessPointRequest = exports.CreateAccessPointRequest || (exports.CreateAccessPointRequest = {}));
|
|
138
99
|
var FileSystemNotFound;
|
|
139
100
|
(function (FileSystemNotFound) {
|
|
140
|
-
/**
|
|
141
|
-
* @internal
|
|
142
|
-
*/
|
|
143
101
|
FileSystemNotFound.filterSensitiveLog = (obj) => ({
|
|
144
102
|
...obj,
|
|
145
103
|
});
|
|
146
104
|
})(FileSystemNotFound = exports.FileSystemNotFound || (exports.FileSystemNotFound = {}));
|
|
147
105
|
var IncorrectFileSystemLifeCycleState;
|
|
148
106
|
(function (IncorrectFileSystemLifeCycleState) {
|
|
149
|
-
/**
|
|
150
|
-
* @internal
|
|
151
|
-
*/
|
|
152
107
|
IncorrectFileSystemLifeCycleState.filterSensitiveLog = (obj) => ({
|
|
153
108
|
...obj,
|
|
154
109
|
});
|
|
155
110
|
})(IncorrectFileSystemLifeCycleState = exports.IncorrectFileSystemLifeCycleState || (exports.IncorrectFileSystemLifeCycleState = {}));
|
|
156
111
|
var InternalServerError;
|
|
157
112
|
(function (InternalServerError) {
|
|
158
|
-
/**
|
|
159
|
-
* @internal
|
|
160
|
-
*/
|
|
161
113
|
InternalServerError.filterSensitiveLog = (obj) => ({
|
|
162
114
|
...obj,
|
|
163
115
|
});
|
|
@@ -174,261 +126,174 @@ var ThroughputMode;
|
|
|
174
126
|
})(ThroughputMode = exports.ThroughputMode || (exports.ThroughputMode = {}));
|
|
175
127
|
var CreateFileSystemRequest;
|
|
176
128
|
(function (CreateFileSystemRequest) {
|
|
177
|
-
/**
|
|
178
|
-
* @internal
|
|
179
|
-
*/
|
|
180
129
|
CreateFileSystemRequest.filterSensitiveLog = (obj) => ({
|
|
181
130
|
...obj,
|
|
182
131
|
});
|
|
183
132
|
})(CreateFileSystemRequest = exports.CreateFileSystemRequest || (exports.CreateFileSystemRequest = {}));
|
|
184
133
|
var FileSystemAlreadyExists;
|
|
185
134
|
(function (FileSystemAlreadyExists) {
|
|
186
|
-
/**
|
|
187
|
-
* @internal
|
|
188
|
-
*/
|
|
189
135
|
FileSystemAlreadyExists.filterSensitiveLog = (obj) => ({
|
|
190
136
|
...obj,
|
|
191
137
|
});
|
|
192
138
|
})(FileSystemAlreadyExists = exports.FileSystemAlreadyExists || (exports.FileSystemAlreadyExists = {}));
|
|
193
139
|
var FileSystemSize;
|
|
194
140
|
(function (FileSystemSize) {
|
|
195
|
-
/**
|
|
196
|
-
* @internal
|
|
197
|
-
*/
|
|
198
141
|
FileSystemSize.filterSensitiveLog = (obj) => ({
|
|
199
142
|
...obj,
|
|
200
143
|
});
|
|
201
144
|
})(FileSystemSize = exports.FileSystemSize || (exports.FileSystemSize = {}));
|
|
202
145
|
var FileSystemDescription;
|
|
203
146
|
(function (FileSystemDescription) {
|
|
204
|
-
/**
|
|
205
|
-
* @internal
|
|
206
|
-
*/
|
|
207
147
|
FileSystemDescription.filterSensitiveLog = (obj) => ({
|
|
208
148
|
...obj,
|
|
209
149
|
});
|
|
210
150
|
})(FileSystemDescription = exports.FileSystemDescription || (exports.FileSystemDescription = {}));
|
|
211
151
|
var FileSystemLimitExceeded;
|
|
212
152
|
(function (FileSystemLimitExceeded) {
|
|
213
|
-
/**
|
|
214
|
-
* @internal
|
|
215
|
-
*/
|
|
216
153
|
FileSystemLimitExceeded.filterSensitiveLog = (obj) => ({
|
|
217
154
|
...obj,
|
|
218
155
|
});
|
|
219
156
|
})(FileSystemLimitExceeded = exports.FileSystemLimitExceeded || (exports.FileSystemLimitExceeded = {}));
|
|
220
157
|
var InsufficientThroughputCapacity;
|
|
221
158
|
(function (InsufficientThroughputCapacity) {
|
|
222
|
-
/**
|
|
223
|
-
* @internal
|
|
224
|
-
*/
|
|
225
159
|
InsufficientThroughputCapacity.filterSensitiveLog = (obj) => ({
|
|
226
160
|
...obj,
|
|
227
161
|
});
|
|
228
162
|
})(InsufficientThroughputCapacity = exports.InsufficientThroughputCapacity || (exports.InsufficientThroughputCapacity = {}));
|
|
229
163
|
var ThroughputLimitExceeded;
|
|
230
164
|
(function (ThroughputLimitExceeded) {
|
|
231
|
-
/**
|
|
232
|
-
* @internal
|
|
233
|
-
*/
|
|
234
165
|
ThroughputLimitExceeded.filterSensitiveLog = (obj) => ({
|
|
235
166
|
...obj,
|
|
236
167
|
});
|
|
237
168
|
})(ThroughputLimitExceeded = exports.ThroughputLimitExceeded || (exports.ThroughputLimitExceeded = {}));
|
|
238
169
|
var UnsupportedAvailabilityZone;
|
|
239
170
|
(function (UnsupportedAvailabilityZone) {
|
|
240
|
-
/**
|
|
241
|
-
* @internal
|
|
242
|
-
*/
|
|
243
171
|
UnsupportedAvailabilityZone.filterSensitiveLog = (obj) => ({
|
|
244
172
|
...obj,
|
|
245
173
|
});
|
|
246
174
|
})(UnsupportedAvailabilityZone = exports.UnsupportedAvailabilityZone || (exports.UnsupportedAvailabilityZone = {}));
|
|
247
175
|
var CreateMountTargetRequest;
|
|
248
176
|
(function (CreateMountTargetRequest) {
|
|
249
|
-
/**
|
|
250
|
-
* @internal
|
|
251
|
-
*/
|
|
252
177
|
CreateMountTargetRequest.filterSensitiveLog = (obj) => ({
|
|
253
178
|
...obj,
|
|
254
179
|
});
|
|
255
180
|
})(CreateMountTargetRequest = exports.CreateMountTargetRequest || (exports.CreateMountTargetRequest = {}));
|
|
256
181
|
var IpAddressInUse;
|
|
257
182
|
(function (IpAddressInUse) {
|
|
258
|
-
/**
|
|
259
|
-
* @internal
|
|
260
|
-
*/
|
|
261
183
|
IpAddressInUse.filterSensitiveLog = (obj) => ({
|
|
262
184
|
...obj,
|
|
263
185
|
});
|
|
264
186
|
})(IpAddressInUse = exports.IpAddressInUse || (exports.IpAddressInUse = {}));
|
|
265
187
|
var MountTargetConflict;
|
|
266
188
|
(function (MountTargetConflict) {
|
|
267
|
-
/**
|
|
268
|
-
* @internal
|
|
269
|
-
*/
|
|
270
189
|
MountTargetConflict.filterSensitiveLog = (obj) => ({
|
|
271
190
|
...obj,
|
|
272
191
|
});
|
|
273
192
|
})(MountTargetConflict = exports.MountTargetConflict || (exports.MountTargetConflict = {}));
|
|
274
193
|
var MountTargetDescription;
|
|
275
194
|
(function (MountTargetDescription) {
|
|
276
|
-
/**
|
|
277
|
-
* @internal
|
|
278
|
-
*/
|
|
279
195
|
MountTargetDescription.filterSensitiveLog = (obj) => ({
|
|
280
196
|
...obj,
|
|
281
197
|
});
|
|
282
198
|
})(MountTargetDescription = exports.MountTargetDescription || (exports.MountTargetDescription = {}));
|
|
283
199
|
var NetworkInterfaceLimitExceeded;
|
|
284
200
|
(function (NetworkInterfaceLimitExceeded) {
|
|
285
|
-
/**
|
|
286
|
-
* @internal
|
|
287
|
-
*/
|
|
288
201
|
NetworkInterfaceLimitExceeded.filterSensitiveLog = (obj) => ({
|
|
289
202
|
...obj,
|
|
290
203
|
});
|
|
291
204
|
})(NetworkInterfaceLimitExceeded = exports.NetworkInterfaceLimitExceeded || (exports.NetworkInterfaceLimitExceeded = {}));
|
|
292
205
|
var NoFreeAddressesInSubnet;
|
|
293
206
|
(function (NoFreeAddressesInSubnet) {
|
|
294
|
-
/**
|
|
295
|
-
* @internal
|
|
296
|
-
*/
|
|
297
207
|
NoFreeAddressesInSubnet.filterSensitiveLog = (obj) => ({
|
|
298
208
|
...obj,
|
|
299
209
|
});
|
|
300
210
|
})(NoFreeAddressesInSubnet = exports.NoFreeAddressesInSubnet || (exports.NoFreeAddressesInSubnet = {}));
|
|
301
211
|
var SecurityGroupLimitExceeded;
|
|
302
212
|
(function (SecurityGroupLimitExceeded) {
|
|
303
|
-
/**
|
|
304
|
-
* @internal
|
|
305
|
-
*/
|
|
306
213
|
SecurityGroupLimitExceeded.filterSensitiveLog = (obj) => ({
|
|
307
214
|
...obj,
|
|
308
215
|
});
|
|
309
216
|
})(SecurityGroupLimitExceeded = exports.SecurityGroupLimitExceeded || (exports.SecurityGroupLimitExceeded = {}));
|
|
310
217
|
var SecurityGroupNotFound;
|
|
311
218
|
(function (SecurityGroupNotFound) {
|
|
312
|
-
/**
|
|
313
|
-
* @internal
|
|
314
|
-
*/
|
|
315
219
|
SecurityGroupNotFound.filterSensitiveLog = (obj) => ({
|
|
316
220
|
...obj,
|
|
317
221
|
});
|
|
318
222
|
})(SecurityGroupNotFound = exports.SecurityGroupNotFound || (exports.SecurityGroupNotFound = {}));
|
|
319
223
|
var SubnetNotFound;
|
|
320
224
|
(function (SubnetNotFound) {
|
|
321
|
-
/**
|
|
322
|
-
* @internal
|
|
323
|
-
*/
|
|
324
225
|
SubnetNotFound.filterSensitiveLog = (obj) => ({
|
|
325
226
|
...obj,
|
|
326
227
|
});
|
|
327
228
|
})(SubnetNotFound = exports.SubnetNotFound || (exports.SubnetNotFound = {}));
|
|
328
229
|
var CreateTagsRequest;
|
|
329
230
|
(function (CreateTagsRequest) {
|
|
330
|
-
/**
|
|
331
|
-
* @internal
|
|
332
|
-
*/
|
|
333
231
|
CreateTagsRequest.filterSensitiveLog = (obj) => ({
|
|
334
232
|
...obj,
|
|
335
233
|
});
|
|
336
234
|
})(CreateTagsRequest = exports.CreateTagsRequest || (exports.CreateTagsRequest = {}));
|
|
337
235
|
var DeleteAccessPointRequest;
|
|
338
236
|
(function (DeleteAccessPointRequest) {
|
|
339
|
-
/**
|
|
340
|
-
* @internal
|
|
341
|
-
*/
|
|
342
237
|
DeleteAccessPointRequest.filterSensitiveLog = (obj) => ({
|
|
343
238
|
...obj,
|
|
344
239
|
});
|
|
345
240
|
})(DeleteAccessPointRequest = exports.DeleteAccessPointRequest || (exports.DeleteAccessPointRequest = {}));
|
|
346
241
|
var DeleteFileSystemRequest;
|
|
347
242
|
(function (DeleteFileSystemRequest) {
|
|
348
|
-
/**
|
|
349
|
-
* @internal
|
|
350
|
-
*/
|
|
351
243
|
DeleteFileSystemRequest.filterSensitiveLog = (obj) => ({
|
|
352
244
|
...obj,
|
|
353
245
|
});
|
|
354
246
|
})(DeleteFileSystemRequest = exports.DeleteFileSystemRequest || (exports.DeleteFileSystemRequest = {}));
|
|
355
247
|
var FileSystemInUse;
|
|
356
248
|
(function (FileSystemInUse) {
|
|
357
|
-
/**
|
|
358
|
-
* @internal
|
|
359
|
-
*/
|
|
360
249
|
FileSystemInUse.filterSensitiveLog = (obj) => ({
|
|
361
250
|
...obj,
|
|
362
251
|
});
|
|
363
252
|
})(FileSystemInUse = exports.FileSystemInUse || (exports.FileSystemInUse = {}));
|
|
364
253
|
var DeleteFileSystemPolicyRequest;
|
|
365
254
|
(function (DeleteFileSystemPolicyRequest) {
|
|
366
|
-
/**
|
|
367
|
-
* @internal
|
|
368
|
-
*/
|
|
369
255
|
DeleteFileSystemPolicyRequest.filterSensitiveLog = (obj) => ({
|
|
370
256
|
...obj,
|
|
371
257
|
});
|
|
372
258
|
})(DeleteFileSystemPolicyRequest = exports.DeleteFileSystemPolicyRequest || (exports.DeleteFileSystemPolicyRequest = {}));
|
|
373
259
|
var DeleteMountTargetRequest;
|
|
374
260
|
(function (DeleteMountTargetRequest) {
|
|
375
|
-
/**
|
|
376
|
-
* @internal
|
|
377
|
-
*/
|
|
378
261
|
DeleteMountTargetRequest.filterSensitiveLog = (obj) => ({
|
|
379
262
|
...obj,
|
|
380
263
|
});
|
|
381
264
|
})(DeleteMountTargetRequest = exports.DeleteMountTargetRequest || (exports.DeleteMountTargetRequest = {}));
|
|
382
265
|
var DependencyTimeout;
|
|
383
266
|
(function (DependencyTimeout) {
|
|
384
|
-
/**
|
|
385
|
-
* @internal
|
|
386
|
-
*/
|
|
387
267
|
DependencyTimeout.filterSensitiveLog = (obj) => ({
|
|
388
268
|
...obj,
|
|
389
269
|
});
|
|
390
270
|
})(DependencyTimeout = exports.DependencyTimeout || (exports.DependencyTimeout = {}));
|
|
391
271
|
var MountTargetNotFound;
|
|
392
272
|
(function (MountTargetNotFound) {
|
|
393
|
-
/**
|
|
394
|
-
* @internal
|
|
395
|
-
*/
|
|
396
273
|
MountTargetNotFound.filterSensitiveLog = (obj) => ({
|
|
397
274
|
...obj,
|
|
398
275
|
});
|
|
399
276
|
})(MountTargetNotFound = exports.MountTargetNotFound || (exports.MountTargetNotFound = {}));
|
|
400
277
|
var DeleteTagsRequest;
|
|
401
278
|
(function (DeleteTagsRequest) {
|
|
402
|
-
/**
|
|
403
|
-
* @internal
|
|
404
|
-
*/
|
|
405
279
|
DeleteTagsRequest.filterSensitiveLog = (obj) => ({
|
|
406
280
|
...obj,
|
|
407
281
|
});
|
|
408
282
|
})(DeleteTagsRequest = exports.DeleteTagsRequest || (exports.DeleteTagsRequest = {}));
|
|
409
283
|
var DescribeAccessPointsRequest;
|
|
410
284
|
(function (DescribeAccessPointsRequest) {
|
|
411
|
-
/**
|
|
412
|
-
* @internal
|
|
413
|
-
*/
|
|
414
285
|
DescribeAccessPointsRequest.filterSensitiveLog = (obj) => ({
|
|
415
286
|
...obj,
|
|
416
287
|
});
|
|
417
288
|
})(DescribeAccessPointsRequest = exports.DescribeAccessPointsRequest || (exports.DescribeAccessPointsRequest = {}));
|
|
418
289
|
var DescribeAccessPointsResponse;
|
|
419
290
|
(function (DescribeAccessPointsResponse) {
|
|
420
|
-
/**
|
|
421
|
-
* @internal
|
|
422
|
-
*/
|
|
423
291
|
DescribeAccessPointsResponse.filterSensitiveLog = (obj) => ({
|
|
424
292
|
...obj,
|
|
425
293
|
});
|
|
426
294
|
})(DescribeAccessPointsResponse = exports.DescribeAccessPointsResponse || (exports.DescribeAccessPointsResponse = {}));
|
|
427
295
|
var DescribeAccountPreferencesRequest;
|
|
428
296
|
(function (DescribeAccountPreferencesRequest) {
|
|
429
|
-
/**
|
|
430
|
-
* @internal
|
|
431
|
-
*/
|
|
432
297
|
DescribeAccountPreferencesRequest.filterSensitiveLog = (obj) => ({
|
|
433
298
|
...obj,
|
|
434
299
|
});
|
|
@@ -445,90 +310,60 @@ var Resource;
|
|
|
445
310
|
})(Resource = exports.Resource || (exports.Resource = {}));
|
|
446
311
|
var ResourceIdPreference;
|
|
447
312
|
(function (ResourceIdPreference) {
|
|
448
|
-
/**
|
|
449
|
-
* @internal
|
|
450
|
-
*/
|
|
451
313
|
ResourceIdPreference.filterSensitiveLog = (obj) => ({
|
|
452
314
|
...obj,
|
|
453
315
|
});
|
|
454
316
|
})(ResourceIdPreference = exports.ResourceIdPreference || (exports.ResourceIdPreference = {}));
|
|
455
317
|
var DescribeAccountPreferencesResponse;
|
|
456
318
|
(function (DescribeAccountPreferencesResponse) {
|
|
457
|
-
/**
|
|
458
|
-
* @internal
|
|
459
|
-
*/
|
|
460
319
|
DescribeAccountPreferencesResponse.filterSensitiveLog = (obj) => ({
|
|
461
320
|
...obj,
|
|
462
321
|
});
|
|
463
322
|
})(DescribeAccountPreferencesResponse = exports.DescribeAccountPreferencesResponse || (exports.DescribeAccountPreferencesResponse = {}));
|
|
464
323
|
var DescribeBackupPolicyRequest;
|
|
465
324
|
(function (DescribeBackupPolicyRequest) {
|
|
466
|
-
/**
|
|
467
|
-
* @internal
|
|
468
|
-
*/
|
|
469
325
|
DescribeBackupPolicyRequest.filterSensitiveLog = (obj) => ({
|
|
470
326
|
...obj,
|
|
471
327
|
});
|
|
472
328
|
})(DescribeBackupPolicyRequest = exports.DescribeBackupPolicyRequest || (exports.DescribeBackupPolicyRequest = {}));
|
|
473
329
|
var PolicyNotFound;
|
|
474
330
|
(function (PolicyNotFound) {
|
|
475
|
-
/**
|
|
476
|
-
* @internal
|
|
477
|
-
*/
|
|
478
331
|
PolicyNotFound.filterSensitiveLog = (obj) => ({
|
|
479
332
|
...obj,
|
|
480
333
|
});
|
|
481
334
|
})(PolicyNotFound = exports.PolicyNotFound || (exports.PolicyNotFound = {}));
|
|
482
335
|
var ValidationException;
|
|
483
336
|
(function (ValidationException) {
|
|
484
|
-
/**
|
|
485
|
-
* @internal
|
|
486
|
-
*/
|
|
487
337
|
ValidationException.filterSensitiveLog = (obj) => ({
|
|
488
338
|
...obj,
|
|
489
339
|
});
|
|
490
340
|
})(ValidationException = exports.ValidationException || (exports.ValidationException = {}));
|
|
491
341
|
var DescribeFileSystemPolicyRequest;
|
|
492
342
|
(function (DescribeFileSystemPolicyRequest) {
|
|
493
|
-
/**
|
|
494
|
-
* @internal
|
|
495
|
-
*/
|
|
496
343
|
DescribeFileSystemPolicyRequest.filterSensitiveLog = (obj) => ({
|
|
497
344
|
...obj,
|
|
498
345
|
});
|
|
499
346
|
})(DescribeFileSystemPolicyRequest = exports.DescribeFileSystemPolicyRequest || (exports.DescribeFileSystemPolicyRequest = {}));
|
|
500
347
|
var FileSystemPolicyDescription;
|
|
501
348
|
(function (FileSystemPolicyDescription) {
|
|
502
|
-
/**
|
|
503
|
-
* @internal
|
|
504
|
-
*/
|
|
505
349
|
FileSystemPolicyDescription.filterSensitiveLog = (obj) => ({
|
|
506
350
|
...obj,
|
|
507
351
|
});
|
|
508
352
|
})(FileSystemPolicyDescription = exports.FileSystemPolicyDescription || (exports.FileSystemPolicyDescription = {}));
|
|
509
353
|
var DescribeFileSystemsRequest;
|
|
510
354
|
(function (DescribeFileSystemsRequest) {
|
|
511
|
-
/**
|
|
512
|
-
* @internal
|
|
513
|
-
*/
|
|
514
355
|
DescribeFileSystemsRequest.filterSensitiveLog = (obj) => ({
|
|
515
356
|
...obj,
|
|
516
357
|
});
|
|
517
358
|
})(DescribeFileSystemsRequest = exports.DescribeFileSystemsRequest || (exports.DescribeFileSystemsRequest = {}));
|
|
518
359
|
var DescribeFileSystemsResponse;
|
|
519
360
|
(function (DescribeFileSystemsResponse) {
|
|
520
|
-
/**
|
|
521
|
-
* @internal
|
|
522
|
-
*/
|
|
523
361
|
DescribeFileSystemsResponse.filterSensitiveLog = (obj) => ({
|
|
524
362
|
...obj,
|
|
525
363
|
});
|
|
526
364
|
})(DescribeFileSystemsResponse = exports.DescribeFileSystemsResponse || (exports.DescribeFileSystemsResponse = {}));
|
|
527
365
|
var DescribeLifecycleConfigurationRequest;
|
|
528
366
|
(function (DescribeLifecycleConfigurationRequest) {
|
|
529
|
-
/**
|
|
530
|
-
* @internal
|
|
531
|
-
*/
|
|
532
367
|
DescribeLifecycleConfigurationRequest.filterSensitiveLog = (obj) => ({
|
|
533
368
|
...obj,
|
|
534
369
|
});
|
|
@@ -547,200 +382,133 @@ var TransitionToPrimaryStorageClassRules;
|
|
|
547
382
|
})(TransitionToPrimaryStorageClassRules = exports.TransitionToPrimaryStorageClassRules || (exports.TransitionToPrimaryStorageClassRules = {}));
|
|
548
383
|
var LifecyclePolicy;
|
|
549
384
|
(function (LifecyclePolicy) {
|
|
550
|
-
/**
|
|
551
|
-
* @internal
|
|
552
|
-
*/
|
|
553
385
|
LifecyclePolicy.filterSensitiveLog = (obj) => ({
|
|
554
386
|
...obj,
|
|
555
387
|
});
|
|
556
388
|
})(LifecyclePolicy = exports.LifecyclePolicy || (exports.LifecyclePolicy = {}));
|
|
557
389
|
var LifecycleConfigurationDescription;
|
|
558
390
|
(function (LifecycleConfigurationDescription) {
|
|
559
|
-
/**
|
|
560
|
-
* @internal
|
|
561
|
-
*/
|
|
562
391
|
LifecycleConfigurationDescription.filterSensitiveLog = (obj) => ({
|
|
563
392
|
...obj,
|
|
564
393
|
});
|
|
565
394
|
})(LifecycleConfigurationDescription = exports.LifecycleConfigurationDescription || (exports.LifecycleConfigurationDescription = {}));
|
|
566
395
|
var DescribeMountTargetsRequest;
|
|
567
396
|
(function (DescribeMountTargetsRequest) {
|
|
568
|
-
/**
|
|
569
|
-
* @internal
|
|
570
|
-
*/
|
|
571
397
|
DescribeMountTargetsRequest.filterSensitiveLog = (obj) => ({
|
|
572
398
|
...obj,
|
|
573
399
|
});
|
|
574
400
|
})(DescribeMountTargetsRequest = exports.DescribeMountTargetsRequest || (exports.DescribeMountTargetsRequest = {}));
|
|
575
401
|
var DescribeMountTargetsResponse;
|
|
576
402
|
(function (DescribeMountTargetsResponse) {
|
|
577
|
-
/**
|
|
578
|
-
* @internal
|
|
579
|
-
*/
|
|
580
403
|
DescribeMountTargetsResponse.filterSensitiveLog = (obj) => ({
|
|
581
404
|
...obj,
|
|
582
405
|
});
|
|
583
406
|
})(DescribeMountTargetsResponse = exports.DescribeMountTargetsResponse || (exports.DescribeMountTargetsResponse = {}));
|
|
584
407
|
var DescribeMountTargetSecurityGroupsRequest;
|
|
585
408
|
(function (DescribeMountTargetSecurityGroupsRequest) {
|
|
586
|
-
/**
|
|
587
|
-
* @internal
|
|
588
|
-
*/
|
|
589
409
|
DescribeMountTargetSecurityGroupsRequest.filterSensitiveLog = (obj) => ({
|
|
590
410
|
...obj,
|
|
591
411
|
});
|
|
592
412
|
})(DescribeMountTargetSecurityGroupsRequest = exports.DescribeMountTargetSecurityGroupsRequest || (exports.DescribeMountTargetSecurityGroupsRequest = {}));
|
|
593
413
|
var DescribeMountTargetSecurityGroupsResponse;
|
|
594
414
|
(function (DescribeMountTargetSecurityGroupsResponse) {
|
|
595
|
-
/**
|
|
596
|
-
* @internal
|
|
597
|
-
*/
|
|
598
415
|
DescribeMountTargetSecurityGroupsResponse.filterSensitiveLog = (obj) => ({
|
|
599
416
|
...obj,
|
|
600
417
|
});
|
|
601
418
|
})(DescribeMountTargetSecurityGroupsResponse = exports.DescribeMountTargetSecurityGroupsResponse || (exports.DescribeMountTargetSecurityGroupsResponse = {}));
|
|
602
419
|
var IncorrectMountTargetState;
|
|
603
420
|
(function (IncorrectMountTargetState) {
|
|
604
|
-
/**
|
|
605
|
-
* @internal
|
|
606
|
-
*/
|
|
607
421
|
IncorrectMountTargetState.filterSensitiveLog = (obj) => ({
|
|
608
422
|
...obj,
|
|
609
423
|
});
|
|
610
424
|
})(IncorrectMountTargetState = exports.IncorrectMountTargetState || (exports.IncorrectMountTargetState = {}));
|
|
611
425
|
var DescribeTagsRequest;
|
|
612
426
|
(function (DescribeTagsRequest) {
|
|
613
|
-
/**
|
|
614
|
-
* @internal
|
|
615
|
-
*/
|
|
616
427
|
DescribeTagsRequest.filterSensitiveLog = (obj) => ({
|
|
617
428
|
...obj,
|
|
618
429
|
});
|
|
619
430
|
})(DescribeTagsRequest = exports.DescribeTagsRequest || (exports.DescribeTagsRequest = {}));
|
|
620
431
|
var DescribeTagsResponse;
|
|
621
432
|
(function (DescribeTagsResponse) {
|
|
622
|
-
/**
|
|
623
|
-
* @internal
|
|
624
|
-
*/
|
|
625
433
|
DescribeTagsResponse.filterSensitiveLog = (obj) => ({
|
|
626
434
|
...obj,
|
|
627
435
|
});
|
|
628
436
|
})(DescribeTagsResponse = exports.DescribeTagsResponse || (exports.DescribeTagsResponse = {}));
|
|
629
437
|
var InvalidPolicyException;
|
|
630
438
|
(function (InvalidPolicyException) {
|
|
631
|
-
/**
|
|
632
|
-
* @internal
|
|
633
|
-
*/
|
|
634
439
|
InvalidPolicyException.filterSensitiveLog = (obj) => ({
|
|
635
440
|
...obj,
|
|
636
441
|
});
|
|
637
442
|
})(InvalidPolicyException = exports.InvalidPolicyException || (exports.InvalidPolicyException = {}));
|
|
638
443
|
var ListTagsForResourceRequest;
|
|
639
444
|
(function (ListTagsForResourceRequest) {
|
|
640
|
-
/**
|
|
641
|
-
* @internal
|
|
642
|
-
*/
|
|
643
445
|
ListTagsForResourceRequest.filterSensitiveLog = (obj) => ({
|
|
644
446
|
...obj,
|
|
645
447
|
});
|
|
646
448
|
})(ListTagsForResourceRequest = exports.ListTagsForResourceRequest || (exports.ListTagsForResourceRequest = {}));
|
|
647
449
|
var ListTagsForResourceResponse;
|
|
648
450
|
(function (ListTagsForResourceResponse) {
|
|
649
|
-
/**
|
|
650
|
-
* @internal
|
|
651
|
-
*/
|
|
652
451
|
ListTagsForResourceResponse.filterSensitiveLog = (obj) => ({
|
|
653
452
|
...obj,
|
|
654
453
|
});
|
|
655
454
|
})(ListTagsForResourceResponse = exports.ListTagsForResourceResponse || (exports.ListTagsForResourceResponse = {}));
|
|
656
455
|
var ModifyMountTargetSecurityGroupsRequest;
|
|
657
456
|
(function (ModifyMountTargetSecurityGroupsRequest) {
|
|
658
|
-
/**
|
|
659
|
-
* @internal
|
|
660
|
-
*/
|
|
661
457
|
ModifyMountTargetSecurityGroupsRequest.filterSensitiveLog = (obj) => ({
|
|
662
458
|
...obj,
|
|
663
459
|
});
|
|
664
460
|
})(ModifyMountTargetSecurityGroupsRequest = exports.ModifyMountTargetSecurityGroupsRequest || (exports.ModifyMountTargetSecurityGroupsRequest = {}));
|
|
665
461
|
var PutAccountPreferencesRequest;
|
|
666
462
|
(function (PutAccountPreferencesRequest) {
|
|
667
|
-
/**
|
|
668
|
-
* @internal
|
|
669
|
-
*/
|
|
670
463
|
PutAccountPreferencesRequest.filterSensitiveLog = (obj) => ({
|
|
671
464
|
...obj,
|
|
672
465
|
});
|
|
673
466
|
})(PutAccountPreferencesRequest = exports.PutAccountPreferencesRequest || (exports.PutAccountPreferencesRequest = {}));
|
|
674
467
|
var PutAccountPreferencesResponse;
|
|
675
468
|
(function (PutAccountPreferencesResponse) {
|
|
676
|
-
/**
|
|
677
|
-
* @internal
|
|
678
|
-
*/
|
|
679
469
|
PutAccountPreferencesResponse.filterSensitiveLog = (obj) => ({
|
|
680
470
|
...obj,
|
|
681
471
|
});
|
|
682
472
|
})(PutAccountPreferencesResponse = exports.PutAccountPreferencesResponse || (exports.PutAccountPreferencesResponse = {}));
|
|
683
473
|
var PutBackupPolicyRequest;
|
|
684
474
|
(function (PutBackupPolicyRequest) {
|
|
685
|
-
/**
|
|
686
|
-
* @internal
|
|
687
|
-
*/
|
|
688
475
|
PutBackupPolicyRequest.filterSensitiveLog = (obj) => ({
|
|
689
476
|
...obj,
|
|
690
477
|
});
|
|
691
478
|
})(PutBackupPolicyRequest = exports.PutBackupPolicyRequest || (exports.PutBackupPolicyRequest = {}));
|
|
692
479
|
var PutFileSystemPolicyRequest;
|
|
693
480
|
(function (PutFileSystemPolicyRequest) {
|
|
694
|
-
/**
|
|
695
|
-
* @internal
|
|
696
|
-
*/
|
|
697
481
|
PutFileSystemPolicyRequest.filterSensitiveLog = (obj) => ({
|
|
698
482
|
...obj,
|
|
699
483
|
});
|
|
700
484
|
})(PutFileSystemPolicyRequest = exports.PutFileSystemPolicyRequest || (exports.PutFileSystemPolicyRequest = {}));
|
|
701
485
|
var PutLifecycleConfigurationRequest;
|
|
702
486
|
(function (PutLifecycleConfigurationRequest) {
|
|
703
|
-
/**
|
|
704
|
-
* @internal
|
|
705
|
-
*/
|
|
706
487
|
PutLifecycleConfigurationRequest.filterSensitiveLog = (obj) => ({
|
|
707
488
|
...obj,
|
|
708
489
|
});
|
|
709
490
|
})(PutLifecycleConfigurationRequest = exports.PutLifecycleConfigurationRequest || (exports.PutLifecycleConfigurationRequest = {}));
|
|
710
491
|
var TagResourceRequest;
|
|
711
492
|
(function (TagResourceRequest) {
|
|
712
|
-
/**
|
|
713
|
-
* @internal
|
|
714
|
-
*/
|
|
715
493
|
TagResourceRequest.filterSensitiveLog = (obj) => ({
|
|
716
494
|
...obj,
|
|
717
495
|
});
|
|
718
496
|
})(TagResourceRequest = exports.TagResourceRequest || (exports.TagResourceRequest = {}));
|
|
719
497
|
var UntagResourceRequest;
|
|
720
498
|
(function (UntagResourceRequest) {
|
|
721
|
-
/**
|
|
722
|
-
* @internal
|
|
723
|
-
*/
|
|
724
499
|
UntagResourceRequest.filterSensitiveLog = (obj) => ({
|
|
725
500
|
...obj,
|
|
726
501
|
});
|
|
727
502
|
})(UntagResourceRequest = exports.UntagResourceRequest || (exports.UntagResourceRequest = {}));
|
|
728
503
|
var TooManyRequests;
|
|
729
504
|
(function (TooManyRequests) {
|
|
730
|
-
/**
|
|
731
|
-
* @internal
|
|
732
|
-
*/
|
|
733
505
|
TooManyRequests.filterSensitiveLog = (obj) => ({
|
|
734
506
|
...obj,
|
|
735
507
|
});
|
|
736
508
|
})(TooManyRequests = exports.TooManyRequests || (exports.TooManyRequests = {}));
|
|
737
509
|
var UpdateFileSystemRequest;
|
|
738
510
|
(function (UpdateFileSystemRequest) {
|
|
739
|
-
/**
|
|
740
|
-
* @internal
|
|
741
|
-
*/
|
|
742
511
|
UpdateFileSystemRequest.filterSensitiveLog = (obj) => ({
|
|
743
512
|
...obj,
|
|
744
513
|
});
|
|
745
514
|
})(UpdateFileSystemRequest = exports.UpdateFileSystemRequest || (exports.UpdateFileSystemRequest = {}));
|
|
746
|
-
//# sourceMappingURL=models_0.js.map
|