@aws-sdk/client-efs 3.131.0 → 3.142.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 +33 -0
- package/README.md +1 -1
- package/dist-cjs/commands/CreateAccessPointCommand.js +2 -2
- package/dist-cjs/commands/CreateFileSystemCommand.js +2 -2
- package/dist-cjs/commands/CreateMountTargetCommand.js +2 -2
- package/dist-cjs/commands/CreateReplicationConfigurationCommand.js +2 -2
- package/dist-cjs/commands/CreateTagsCommand.js +1 -1
- package/dist-cjs/commands/DeleteAccessPointCommand.js +1 -1
- package/dist-cjs/commands/DeleteFileSystemCommand.js +1 -1
- package/dist-cjs/commands/DeleteFileSystemPolicyCommand.js +1 -1
- package/dist-cjs/commands/DeleteMountTargetCommand.js +1 -1
- package/dist-cjs/commands/DeleteReplicationConfigurationCommand.js +1 -1
- package/dist-cjs/commands/DeleteTagsCommand.js +1 -1
- package/dist-cjs/commands/DescribeAccessPointsCommand.js +2 -2
- package/dist-cjs/commands/DescribeAccountPreferencesCommand.js +2 -2
- package/dist-cjs/commands/DescribeBackupPolicyCommand.js +2 -2
- package/dist-cjs/commands/DescribeFileSystemPolicyCommand.js +2 -2
- package/dist-cjs/commands/DescribeFileSystemsCommand.js +2 -2
- package/dist-cjs/commands/DescribeLifecycleConfigurationCommand.js +2 -2
- package/dist-cjs/commands/DescribeMountTargetSecurityGroupsCommand.js +2 -2
- package/dist-cjs/commands/DescribeMountTargetsCommand.js +2 -2
- package/dist-cjs/commands/DescribeReplicationConfigurationsCommand.js +2 -2
- package/dist-cjs/commands/DescribeTagsCommand.js +2 -2
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-cjs/commands/ModifyMountTargetSecurityGroupsCommand.js +1 -1
- package/dist-cjs/commands/PutAccountPreferencesCommand.js +2 -2
- package/dist-cjs/commands/PutBackupPolicyCommand.js +2 -2
- package/dist-cjs/commands/PutFileSystemPolicyCommand.js +2 -2
- package/dist-cjs/commands/PutLifecycleConfigurationCommand.js +2 -2
- package/dist-cjs/commands/TagResourceCommand.js +1 -1
- package/dist-cjs/commands/UntagResourceCommand.js +1 -1
- package/dist-cjs/commands/UpdateFileSystemCommand.js +2 -2
- package/dist-cjs/models/models_0.js +226 -338
- package/dist-cjs/protocols/Aws_restJson1.js +476 -859
- package/dist-es/commands/CreateAccessPointCommand.js +3 -3
- package/dist-es/commands/CreateFileSystemCommand.js +3 -3
- package/dist-es/commands/CreateMountTargetCommand.js +3 -3
- package/dist-es/commands/CreateReplicationConfigurationCommand.js +3 -3
- package/dist-es/commands/CreateTagsCommand.js +2 -2
- package/dist-es/commands/DeleteAccessPointCommand.js +2 -2
- package/dist-es/commands/DeleteFileSystemCommand.js +2 -2
- package/dist-es/commands/DeleteFileSystemPolicyCommand.js +2 -2
- package/dist-es/commands/DeleteMountTargetCommand.js +2 -2
- package/dist-es/commands/DeleteReplicationConfigurationCommand.js +2 -2
- package/dist-es/commands/DeleteTagsCommand.js +2 -2
- package/dist-es/commands/DescribeAccessPointsCommand.js +3 -3
- package/dist-es/commands/DescribeAccountPreferencesCommand.js +3 -3
- package/dist-es/commands/DescribeBackupPolicyCommand.js +3 -3
- package/dist-es/commands/DescribeFileSystemPolicyCommand.js +3 -3
- package/dist-es/commands/DescribeFileSystemsCommand.js +3 -3
- package/dist-es/commands/DescribeLifecycleConfigurationCommand.js +3 -3
- package/dist-es/commands/DescribeMountTargetSecurityGroupsCommand.js +3 -3
- package/dist-es/commands/DescribeMountTargetsCommand.js +3 -3
- package/dist-es/commands/DescribeReplicationConfigurationsCommand.js +3 -3
- package/dist-es/commands/DescribeTagsCommand.js +3 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-es/commands/ModifyMountTargetSecurityGroupsCommand.js +2 -2
- package/dist-es/commands/PutAccountPreferencesCommand.js +3 -3
- package/dist-es/commands/PutBackupPolicyCommand.js +3 -3
- package/dist-es/commands/PutFileSystemPolicyCommand.js +3 -3
- package/dist-es/commands/PutLifecycleConfigurationCommand.js +3 -3
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateFileSystemCommand.js +3 -3
- package/dist-es/models/models_0.js +56 -224
- package/dist-es/protocols/Aws_restJson1.js +588 -853
- package/dist-types/models/models_0.d.ts +224 -336
- package/dist-types/ts3.4/models/models_0.d.ts +112 -224
- package/package.json +6 -6
|
@@ -52,12 +52,6 @@ export interface PosixUser {
|
|
|
52
52
|
*/
|
|
53
53
|
SecondaryGids?: number[];
|
|
54
54
|
}
|
|
55
|
-
export declare namespace PosixUser {
|
|
56
|
-
/**
|
|
57
|
-
* @internal
|
|
58
|
-
*/
|
|
59
|
-
const filterSensitiveLog: (obj: PosixUser) => any;
|
|
60
|
-
}
|
|
61
55
|
/**
|
|
62
56
|
* <p>Required if the <code>RootDirectory</code> > <code>Path</code> specified does not exist.
|
|
63
57
|
* Specifies the POSIX IDs and permissions to apply to the access point's <code>RootDirectory</code> > <code>Path</code>.
|
|
@@ -86,12 +80,6 @@ export interface CreationInfo {
|
|
|
86
80
|
*/
|
|
87
81
|
Permissions: string | undefined;
|
|
88
82
|
}
|
|
89
|
-
export declare namespace CreationInfo {
|
|
90
|
-
/**
|
|
91
|
-
* @internal
|
|
92
|
-
*/
|
|
93
|
-
const filterSensitiveLog: (obj: CreationInfo) => any;
|
|
94
|
-
}
|
|
95
83
|
/**
|
|
96
84
|
* <p>Specifies the directory on the Amazon EFS file system that the access point provides access to.
|
|
97
85
|
* The access point exposes the specified file system path as
|
|
@@ -118,12 +106,6 @@ export interface RootDirectory {
|
|
|
118
106
|
*/
|
|
119
107
|
CreationInfo?: CreationInfo;
|
|
120
108
|
}
|
|
121
|
-
export declare namespace RootDirectory {
|
|
122
|
-
/**
|
|
123
|
-
* @internal
|
|
124
|
-
*/
|
|
125
|
-
const filterSensitiveLog: (obj: RootDirectory) => any;
|
|
126
|
-
}
|
|
127
109
|
/**
|
|
128
110
|
* <p>A tag is a key-value pair. Allowed characters are letters, white space, and numbers that
|
|
129
111
|
* can be represented in UTF-8, and the following characters:<code> + - = . _ : /</code>.</p>
|
|
@@ -138,12 +120,6 @@ export interface Tag {
|
|
|
138
120
|
*/
|
|
139
121
|
Value: string | undefined;
|
|
140
122
|
}
|
|
141
|
-
export declare namespace Tag {
|
|
142
|
-
/**
|
|
143
|
-
* @internal
|
|
144
|
-
*/
|
|
145
|
-
const filterSensitiveLog: (obj: Tag) => any;
|
|
146
|
-
}
|
|
147
123
|
/**
|
|
148
124
|
* <p>Provides a description of an EFS file system access point.</p>
|
|
149
125
|
*/
|
|
@@ -190,12 +166,6 @@ export interface AccessPointDescription {
|
|
|
190
166
|
*/
|
|
191
167
|
LifeCycleState?: LifeCycleState | string;
|
|
192
168
|
}
|
|
193
|
-
export declare namespace AccessPointDescription {
|
|
194
|
-
/**
|
|
195
|
-
* @internal
|
|
196
|
-
*/
|
|
197
|
-
const filterSensitiveLog: (obj: AccessPointDescription) => any;
|
|
198
|
-
}
|
|
199
169
|
/**
|
|
200
170
|
* <p>Returned if the Amazon Web Services account has already created the maximum number of access points
|
|
201
171
|
* allowed per file system. For more informaton, see <a href="https://docs.aws.amazon.com/efs/latest/ug/limits.html#limits-efs-resources-per-account-per-region">https://docs.aws.amazon.com/efs/latest/ug/limits.html#limits-efs-resources-per-account-per-region</a>.</p>
|
|
@@ -315,12 +285,6 @@ export interface BackupPolicy {
|
|
|
315
285
|
*/
|
|
316
286
|
Status: Status | string | undefined;
|
|
317
287
|
}
|
|
318
|
-
export declare namespace BackupPolicy {
|
|
319
|
-
/**
|
|
320
|
-
* @internal
|
|
321
|
-
*/
|
|
322
|
-
const filterSensitiveLog: (obj: BackupPolicy) => any;
|
|
323
|
-
}
|
|
324
288
|
export interface BackupPolicyDescription {
|
|
325
289
|
/**
|
|
326
290
|
* <p>Describes the file system's backup policy, indicating whether automatic backups are
|
|
@@ -328,12 +292,6 @@ export interface BackupPolicyDescription {
|
|
|
328
292
|
*/
|
|
329
293
|
BackupPolicy?: BackupPolicy;
|
|
330
294
|
}
|
|
331
|
-
export declare namespace BackupPolicyDescription {
|
|
332
|
-
/**
|
|
333
|
-
* @internal
|
|
334
|
-
*/
|
|
335
|
-
const filterSensitiveLog: (obj: BackupPolicyDescription) => any;
|
|
336
|
-
}
|
|
337
295
|
/**
|
|
338
296
|
* <p>Returned if the request is malformed or contains an error such as an invalid
|
|
339
297
|
* parameter value or a missing required parameter.</p>
|
|
@@ -394,12 +352,6 @@ export interface CreateAccessPointRequest {
|
|
|
394
352
|
*/
|
|
395
353
|
RootDirectory?: RootDirectory;
|
|
396
354
|
}
|
|
397
|
-
export declare namespace CreateAccessPointRequest {
|
|
398
|
-
/**
|
|
399
|
-
* @internal
|
|
400
|
-
*/
|
|
401
|
-
const filterSensitiveLog: (obj: CreateAccessPointRequest) => any;
|
|
402
|
-
}
|
|
403
355
|
/**
|
|
404
356
|
* <p>Returned if the specified <code>FileSystemId</code> value doesn't exist in the
|
|
405
357
|
* requester's Amazon Web Services account.</p>
|
|
@@ -614,12 +566,6 @@ export interface CreateFileSystemRequest {
|
|
|
614
566
|
*/
|
|
615
567
|
Tags?: Tag[];
|
|
616
568
|
}
|
|
617
|
-
export declare namespace CreateFileSystemRequest {
|
|
618
|
-
/**
|
|
619
|
-
* @internal
|
|
620
|
-
*/
|
|
621
|
-
const filterSensitiveLog: (obj: CreateFileSystemRequest) => any;
|
|
622
|
-
}
|
|
623
569
|
/**
|
|
624
570
|
* <p>Returned if the file system you are trying to create already exists, with the
|
|
625
571
|
* creation token you provided.</p>
|
|
@@ -676,12 +622,6 @@ export interface FileSystemSize {
|
|
|
676
622
|
*/
|
|
677
623
|
ValueInStandard?: number;
|
|
678
624
|
}
|
|
679
|
-
export declare namespace FileSystemSize {
|
|
680
|
-
/**
|
|
681
|
-
* @internal
|
|
682
|
-
*/
|
|
683
|
-
const filterSensitiveLog: (obj: FileSystemSize) => any;
|
|
684
|
-
}
|
|
685
625
|
/**
|
|
686
626
|
* <p>A description of the file system.</p>
|
|
687
627
|
*/
|
|
@@ -780,12 +720,6 @@ export interface FileSystemDescription {
|
|
|
780
720
|
*/
|
|
781
721
|
Tags: Tag[] | undefined;
|
|
782
722
|
}
|
|
783
|
-
export declare namespace FileSystemDescription {
|
|
784
|
-
/**
|
|
785
|
-
* @internal
|
|
786
|
-
*/
|
|
787
|
-
const filterSensitiveLog: (obj: FileSystemDescription) => any;
|
|
788
|
-
}
|
|
789
723
|
/**
|
|
790
724
|
* <p>Returned if the Amazon Web Services account has already created the maximum number of file systems
|
|
791
725
|
* allowed per account.</p>
|
|
@@ -911,12 +845,6 @@ export interface CreateMountTargetRequest {
|
|
|
911
845
|
*/
|
|
912
846
|
SecurityGroups?: string[];
|
|
913
847
|
}
|
|
914
|
-
export declare namespace CreateMountTargetRequest {
|
|
915
|
-
/**
|
|
916
|
-
* @internal
|
|
917
|
-
*/
|
|
918
|
-
const filterSensitiveLog: (obj: CreateMountTargetRequest) => any;
|
|
919
|
-
}
|
|
920
848
|
/**
|
|
921
849
|
* <p>Returned if the request specified an <code>IpAddress</code> that is already in use
|
|
922
850
|
* in the subnet.</p>
|
|
@@ -1016,12 +944,6 @@ export interface MountTargetDescription {
|
|
|
1016
944
|
*/
|
|
1017
945
|
VpcId?: string;
|
|
1018
946
|
}
|
|
1019
|
-
export declare namespace MountTargetDescription {
|
|
1020
|
-
/**
|
|
1021
|
-
* @internal
|
|
1022
|
-
*/
|
|
1023
|
-
const filterSensitiveLog: (obj: MountTargetDescription) => any;
|
|
1024
|
-
}
|
|
1025
947
|
/**
|
|
1026
948
|
* <p>The calling account has reached the limit for elastic network interfaces for the
|
|
1027
949
|
* specific Amazon Web Services Region. Either delete some network interfaces or request
|
|
@@ -1190,12 +1112,6 @@ export interface DestinationToCreate {
|
|
|
1190
1112
|
*/
|
|
1191
1113
|
KmsKeyId?: string;
|
|
1192
1114
|
}
|
|
1193
|
-
export declare namespace DestinationToCreate {
|
|
1194
|
-
/**
|
|
1195
|
-
* @internal
|
|
1196
|
-
*/
|
|
1197
|
-
const filterSensitiveLog: (obj: DestinationToCreate) => any;
|
|
1198
|
-
}
|
|
1199
1115
|
export interface CreateReplicationConfigurationRequest {
|
|
1200
1116
|
/**
|
|
1201
1117
|
* <p>Specifies the Amazon EFS file system that you want to replicate. This file system cannot already be
|
|
@@ -1207,12 +1123,6 @@ export interface CreateReplicationConfigurationRequest {
|
|
|
1207
1123
|
*/
|
|
1208
1124
|
Destinations: DestinationToCreate[] | undefined;
|
|
1209
1125
|
}
|
|
1210
|
-
export declare namespace CreateReplicationConfigurationRequest {
|
|
1211
|
-
/**
|
|
1212
|
-
* @internal
|
|
1213
|
-
*/
|
|
1214
|
-
const filterSensitiveLog: (obj: CreateReplicationConfigurationRequest) => any;
|
|
1215
|
-
}
|
|
1216
1126
|
export declare enum ReplicationStatus {
|
|
1217
1127
|
DELETING = "DELETING",
|
|
1218
1128
|
ENABLED = "ENABLED",
|
|
@@ -1246,12 +1156,6 @@ export interface Destination {
|
|
|
1246
1156
|
*/
|
|
1247
1157
|
LastReplicatedTimestamp?: Date;
|
|
1248
1158
|
}
|
|
1249
|
-
export declare namespace Destination {
|
|
1250
|
-
/**
|
|
1251
|
-
* @internal
|
|
1252
|
-
*/
|
|
1253
|
-
const filterSensitiveLog: (obj: Destination) => any;
|
|
1254
|
-
}
|
|
1255
1159
|
export interface ReplicationConfigurationDescription {
|
|
1256
1160
|
/**
|
|
1257
1161
|
* <p>The ID of the source Amazon EFS file system that is being replicated.</p>
|
|
@@ -1279,12 +1183,6 @@ export interface ReplicationConfigurationDescription {
|
|
|
1279
1183
|
*/
|
|
1280
1184
|
Destinations: Destination[] | undefined;
|
|
1281
1185
|
}
|
|
1282
|
-
export declare namespace ReplicationConfigurationDescription {
|
|
1283
|
-
/**
|
|
1284
|
-
* @internal
|
|
1285
|
-
*/
|
|
1286
|
-
const filterSensitiveLog: (obj: ReplicationConfigurationDescription) => any;
|
|
1287
|
-
}
|
|
1288
1186
|
/**
|
|
1289
1187
|
* <p>Returned if the specified file system does not have a replication
|
|
1290
1188
|
* configuration.</p>
|
|
@@ -1348,24 +1246,12 @@ export interface CreateTagsRequest {
|
|
|
1348
1246
|
*/
|
|
1349
1247
|
Tags: Tag[] | undefined;
|
|
1350
1248
|
}
|
|
1351
|
-
export declare namespace CreateTagsRequest {
|
|
1352
|
-
/**
|
|
1353
|
-
* @internal
|
|
1354
|
-
*/
|
|
1355
|
-
const filterSensitiveLog: (obj: CreateTagsRequest) => any;
|
|
1356
|
-
}
|
|
1357
1249
|
export interface DeleteAccessPointRequest {
|
|
1358
1250
|
/**
|
|
1359
1251
|
* <p>The ID of the access point that you want to delete.</p>
|
|
1360
1252
|
*/
|
|
1361
1253
|
AccessPointId: string | undefined;
|
|
1362
1254
|
}
|
|
1363
|
-
export declare namespace DeleteAccessPointRequest {
|
|
1364
|
-
/**
|
|
1365
|
-
* @internal
|
|
1366
|
-
*/
|
|
1367
|
-
const filterSensitiveLog: (obj: DeleteAccessPointRequest) => any;
|
|
1368
|
-
}
|
|
1369
1255
|
/**
|
|
1370
1256
|
* <p></p>
|
|
1371
1257
|
*/
|
|
@@ -1375,12 +1261,6 @@ export interface DeleteFileSystemRequest {
|
|
|
1375
1261
|
*/
|
|
1376
1262
|
FileSystemId: string | undefined;
|
|
1377
1263
|
}
|
|
1378
|
-
export declare namespace DeleteFileSystemRequest {
|
|
1379
|
-
/**
|
|
1380
|
-
* @internal
|
|
1381
|
-
*/
|
|
1382
|
-
const filterSensitiveLog: (obj: DeleteFileSystemRequest) => any;
|
|
1383
|
-
}
|
|
1384
1264
|
/**
|
|
1385
1265
|
* <p>Returned if a file system has mount targets.</p>
|
|
1386
1266
|
*/
|
|
@@ -1411,12 +1291,6 @@ export interface DeleteFileSystemPolicyRequest {
|
|
|
1411
1291
|
*/
|
|
1412
1292
|
FileSystemId: string | undefined;
|
|
1413
1293
|
}
|
|
1414
|
-
export declare namespace DeleteFileSystemPolicyRequest {
|
|
1415
|
-
/**
|
|
1416
|
-
* @internal
|
|
1417
|
-
*/
|
|
1418
|
-
const filterSensitiveLog: (obj: DeleteFileSystemPolicyRequest) => any;
|
|
1419
|
-
}
|
|
1420
1294
|
/**
|
|
1421
1295
|
* <p></p>
|
|
1422
1296
|
*/
|
|
@@ -1426,12 +1300,6 @@ export interface DeleteMountTargetRequest {
|
|
|
1426
1300
|
*/
|
|
1427
1301
|
MountTargetId: string | undefined;
|
|
1428
1302
|
}
|
|
1429
|
-
export declare namespace DeleteMountTargetRequest {
|
|
1430
|
-
/**
|
|
1431
|
-
* @internal
|
|
1432
|
-
*/
|
|
1433
|
-
const filterSensitiveLog: (obj: DeleteMountTargetRequest) => any;
|
|
1434
|
-
}
|
|
1435
1303
|
/**
|
|
1436
1304
|
* <p>The service timed out trying to fulfill the request, and the client should try the
|
|
1437
1305
|
* call again.</p>
|
|
@@ -1488,12 +1356,6 @@ export interface DeleteReplicationConfigurationRequest {
|
|
|
1488
1356
|
*/
|
|
1489
1357
|
SourceFileSystemId: string | undefined;
|
|
1490
1358
|
}
|
|
1491
|
-
export declare namespace DeleteReplicationConfigurationRequest {
|
|
1492
|
-
/**
|
|
1493
|
-
* @internal
|
|
1494
|
-
*/
|
|
1495
|
-
const filterSensitiveLog: (obj: DeleteReplicationConfigurationRequest) => any;
|
|
1496
|
-
}
|
|
1497
1359
|
/**
|
|
1498
1360
|
* <p></p>
|
|
1499
1361
|
*/
|
|
@@ -1507,12 +1369,6 @@ export interface DeleteTagsRequest {
|
|
|
1507
1369
|
*/
|
|
1508
1370
|
TagKeys: string[] | undefined;
|
|
1509
1371
|
}
|
|
1510
|
-
export declare namespace DeleteTagsRequest {
|
|
1511
|
-
/**
|
|
1512
|
-
* @internal
|
|
1513
|
-
*/
|
|
1514
|
-
const filterSensitiveLog: (obj: DeleteTagsRequest) => any;
|
|
1515
|
-
}
|
|
1516
1372
|
export interface DescribeAccessPointsRequest {
|
|
1517
1373
|
/**
|
|
1518
1374
|
* <p>(Optional) When retrieving all access points for a file system,
|
|
@@ -1535,12 +1391,6 @@ export interface DescribeAccessPointsRequest {
|
|
|
1535
1391
|
*/
|
|
1536
1392
|
FileSystemId?: string;
|
|
1537
1393
|
}
|
|
1538
|
-
export declare namespace DescribeAccessPointsRequest {
|
|
1539
|
-
/**
|
|
1540
|
-
* @internal
|
|
1541
|
-
*/
|
|
1542
|
-
const filterSensitiveLog: (obj: DescribeAccessPointsRequest) => any;
|
|
1543
|
-
}
|
|
1544
1394
|
export interface DescribeAccessPointsResponse {
|
|
1545
1395
|
/**
|
|
1546
1396
|
* <p>An array of access point descriptions.</p>
|
|
@@ -1552,12 +1402,6 @@ export interface DescribeAccessPointsResponse {
|
|
|
1552
1402
|
*/
|
|
1553
1403
|
NextToken?: string;
|
|
1554
1404
|
}
|
|
1555
|
-
export declare namespace DescribeAccessPointsResponse {
|
|
1556
|
-
/**
|
|
1557
|
-
* @internal
|
|
1558
|
-
*/
|
|
1559
|
-
const filterSensitiveLog: (obj: DescribeAccessPointsResponse) => any;
|
|
1560
|
-
}
|
|
1561
1405
|
export interface DescribeAccountPreferencesRequest {
|
|
1562
1406
|
/**
|
|
1563
1407
|
* <p>(Optional) You can use <code>NextToken</code> in a subsequent request to fetch the next page of
|
|
@@ -1571,12 +1415,6 @@ export interface DescribeAccountPreferencesRequest {
|
|
|
1571
1415
|
*/
|
|
1572
1416
|
MaxResults?: number;
|
|
1573
1417
|
}
|
|
1574
|
-
export declare namespace DescribeAccountPreferencesRequest {
|
|
1575
|
-
/**
|
|
1576
|
-
* @internal
|
|
1577
|
-
*/
|
|
1578
|
-
const filterSensitiveLog: (obj: DescribeAccountPreferencesRequest) => any;
|
|
1579
|
-
}
|
|
1580
1418
|
export declare enum ResourceIdType {
|
|
1581
1419
|
LongId = "LONG_ID",
|
|
1582
1420
|
ShortId = "SHORT_ID"
|
|
@@ -1598,12 +1436,6 @@ export interface ResourceIdPreference {
|
|
|
1598
1436
|
*/
|
|
1599
1437
|
Resources?: (Resource | string)[];
|
|
1600
1438
|
}
|
|
1601
|
-
export declare namespace ResourceIdPreference {
|
|
1602
|
-
/**
|
|
1603
|
-
* @internal
|
|
1604
|
-
*/
|
|
1605
|
-
const filterSensitiveLog: (obj: ResourceIdPreference) => any;
|
|
1606
|
-
}
|
|
1607
1439
|
export interface DescribeAccountPreferencesResponse {
|
|
1608
1440
|
/**
|
|
1609
1441
|
* <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>
|
|
@@ -1615,24 +1447,12 @@ export interface DescribeAccountPreferencesResponse {
|
|
|
1615
1447
|
*/
|
|
1616
1448
|
NextToken?: string;
|
|
1617
1449
|
}
|
|
1618
|
-
export declare namespace DescribeAccountPreferencesResponse {
|
|
1619
|
-
/**
|
|
1620
|
-
* @internal
|
|
1621
|
-
*/
|
|
1622
|
-
const filterSensitiveLog: (obj: DescribeAccountPreferencesResponse) => any;
|
|
1623
|
-
}
|
|
1624
1450
|
export interface DescribeBackupPolicyRequest {
|
|
1625
1451
|
/**
|
|
1626
1452
|
* <p>Specifies which EFS file system to retrieve the <code>BackupPolicy</code> for.</p>
|
|
1627
1453
|
*/
|
|
1628
1454
|
FileSystemId: string | undefined;
|
|
1629
1455
|
}
|
|
1630
|
-
export declare namespace DescribeBackupPolicyRequest {
|
|
1631
|
-
/**
|
|
1632
|
-
* @internal
|
|
1633
|
-
*/
|
|
1634
|
-
const filterSensitiveLog: (obj: DescribeBackupPolicyRequest) => any;
|
|
1635
|
-
}
|
|
1636
1456
|
/**
|
|
1637
1457
|
* <p>Returned if the default file system policy is in effect for the EFS file system specified.</p>
|
|
1638
1458
|
*/
|
|
@@ -1663,12 +1483,6 @@ export interface DescribeFileSystemPolicyRequest {
|
|
|
1663
1483
|
*/
|
|
1664
1484
|
FileSystemId: string | undefined;
|
|
1665
1485
|
}
|
|
1666
|
-
export declare namespace DescribeFileSystemPolicyRequest {
|
|
1667
|
-
/**
|
|
1668
|
-
* @internal
|
|
1669
|
-
*/
|
|
1670
|
-
const filterSensitiveLog: (obj: DescribeFileSystemPolicyRequest) => any;
|
|
1671
|
-
}
|
|
1672
1486
|
export interface FileSystemPolicyDescription {
|
|
1673
1487
|
/**
|
|
1674
1488
|
* <p>Specifies the EFS file system to which the <code>FileSystemPolicy</code> applies.</p>
|
|
@@ -1679,12 +1493,6 @@ export interface FileSystemPolicyDescription {
|
|
|
1679
1493
|
*/
|
|
1680
1494
|
Policy?: string;
|
|
1681
1495
|
}
|
|
1682
|
-
export declare namespace FileSystemPolicyDescription {
|
|
1683
|
-
/**
|
|
1684
|
-
* @internal
|
|
1685
|
-
*/
|
|
1686
|
-
const filterSensitiveLog: (obj: FileSystemPolicyDescription) => any;
|
|
1687
|
-
}
|
|
1688
1496
|
/**
|
|
1689
1497
|
* <p></p>
|
|
1690
1498
|
*/
|
|
@@ -1712,12 +1520,6 @@ export interface DescribeFileSystemsRequest {
|
|
|
1712
1520
|
*/
|
|
1713
1521
|
FileSystemId?: string;
|
|
1714
1522
|
}
|
|
1715
|
-
export declare namespace DescribeFileSystemsRequest {
|
|
1716
|
-
/**
|
|
1717
|
-
* @internal
|
|
1718
|
-
*/
|
|
1719
|
-
const filterSensitiveLog: (obj: DescribeFileSystemsRequest) => any;
|
|
1720
|
-
}
|
|
1721
1523
|
export interface DescribeFileSystemsResponse {
|
|
1722
1524
|
/**
|
|
1723
1525
|
* <p>Present if provided by caller in the request (String).</p>
|
|
@@ -1733,12 +1535,6 @@ export interface DescribeFileSystemsResponse {
|
|
|
1733
1535
|
*/
|
|
1734
1536
|
NextMarker?: string;
|
|
1735
1537
|
}
|
|
1736
|
-
export declare namespace DescribeFileSystemsResponse {
|
|
1737
|
-
/**
|
|
1738
|
-
* @internal
|
|
1739
|
-
*/
|
|
1740
|
-
const filterSensitiveLog: (obj: DescribeFileSystemsResponse) => any;
|
|
1741
|
-
}
|
|
1742
1538
|
export interface DescribeLifecycleConfigurationRequest {
|
|
1743
1539
|
/**
|
|
1744
1540
|
* <p>The ID of the file system whose <code>LifecycleConfiguration</code> object you want to
|
|
@@ -1746,12 +1542,6 @@ export interface DescribeLifecycleConfigurationRequest {
|
|
|
1746
1542
|
*/
|
|
1747
1543
|
FileSystemId: string | undefined;
|
|
1748
1544
|
}
|
|
1749
|
-
export declare namespace DescribeLifecycleConfigurationRequest {
|
|
1750
|
-
/**
|
|
1751
|
-
* @internal
|
|
1752
|
-
*/
|
|
1753
|
-
const filterSensitiveLog: (obj: DescribeLifecycleConfigurationRequest) => any;
|
|
1754
|
-
}
|
|
1755
1545
|
export declare enum TransitionToIARules {
|
|
1756
1546
|
AFTER_14_DAYS = "AFTER_14_DAYS",
|
|
1757
1547
|
AFTER_30_DAYS = "AFTER_30_DAYS",
|
|
@@ -1792,12 +1582,6 @@ export interface LifecyclePolicy {
|
|
|
1792
1582
|
*/
|
|
1793
1583
|
TransitionToPrimaryStorageClass?: TransitionToPrimaryStorageClassRules | string;
|
|
1794
1584
|
}
|
|
1795
|
-
export declare namespace LifecyclePolicy {
|
|
1796
|
-
/**
|
|
1797
|
-
* @internal
|
|
1798
|
-
*/
|
|
1799
|
-
const filterSensitiveLog: (obj: LifecyclePolicy) => any;
|
|
1800
|
-
}
|
|
1801
1585
|
export interface LifecycleConfigurationDescription {
|
|
1802
1586
|
/**
|
|
1803
1587
|
* <p>An array of lifecycle management policies. EFS supports a maximum of one
|
|
@@ -1805,12 +1589,6 @@ export interface LifecycleConfigurationDescription {
|
|
|
1805
1589
|
*/
|
|
1806
1590
|
LifecyclePolicies?: LifecyclePolicy[];
|
|
1807
1591
|
}
|
|
1808
|
-
export declare namespace LifecycleConfigurationDescription {
|
|
1809
|
-
/**
|
|
1810
|
-
* @internal
|
|
1811
|
-
*/
|
|
1812
|
-
const filterSensitiveLog: (obj: LifecycleConfigurationDescription) => any;
|
|
1813
|
-
}
|
|
1814
1592
|
/**
|
|
1815
1593
|
* <p></p>
|
|
1816
1594
|
*/
|
|
@@ -1843,12 +1621,6 @@ export interface DescribeMountTargetsRequest {
|
|
|
1843
1621
|
*/
|
|
1844
1622
|
AccessPointId?: string;
|
|
1845
1623
|
}
|
|
1846
|
-
export declare namespace DescribeMountTargetsRequest {
|
|
1847
|
-
/**
|
|
1848
|
-
* @internal
|
|
1849
|
-
*/
|
|
1850
|
-
const filterSensitiveLog: (obj: DescribeMountTargetsRequest) => any;
|
|
1851
|
-
}
|
|
1852
1624
|
/**
|
|
1853
1625
|
* <p></p>
|
|
1854
1626
|
*/
|
|
@@ -1870,12 +1642,6 @@ export interface DescribeMountTargetsResponse {
|
|
|
1870
1642
|
*/
|
|
1871
1643
|
NextMarker?: string;
|
|
1872
1644
|
}
|
|
1873
|
-
export declare namespace DescribeMountTargetsResponse {
|
|
1874
|
-
/**
|
|
1875
|
-
* @internal
|
|
1876
|
-
*/
|
|
1877
|
-
const filterSensitiveLog: (obj: DescribeMountTargetsResponse) => any;
|
|
1878
|
-
}
|
|
1879
1645
|
/**
|
|
1880
1646
|
* <p></p>
|
|
1881
1647
|
*/
|
|
@@ -1885,24 +1651,12 @@ export interface DescribeMountTargetSecurityGroupsRequest {
|
|
|
1885
1651
|
*/
|
|
1886
1652
|
MountTargetId: string | undefined;
|
|
1887
1653
|
}
|
|
1888
|
-
export declare namespace DescribeMountTargetSecurityGroupsRequest {
|
|
1889
|
-
/**
|
|
1890
|
-
* @internal
|
|
1891
|
-
*/
|
|
1892
|
-
const filterSensitiveLog: (obj: DescribeMountTargetSecurityGroupsRequest) => any;
|
|
1893
|
-
}
|
|
1894
1654
|
export interface DescribeMountTargetSecurityGroupsResponse {
|
|
1895
1655
|
/**
|
|
1896
1656
|
* <p>An array of security groups.</p>
|
|
1897
1657
|
*/
|
|
1898
1658
|
SecurityGroups: string[] | undefined;
|
|
1899
1659
|
}
|
|
1900
|
-
export declare namespace DescribeMountTargetSecurityGroupsResponse {
|
|
1901
|
-
/**
|
|
1902
|
-
* @internal
|
|
1903
|
-
*/
|
|
1904
|
-
const filterSensitiveLog: (obj: DescribeMountTargetSecurityGroupsResponse) => any;
|
|
1905
|
-
}
|
|
1906
1660
|
/**
|
|
1907
1661
|
* <p>Returned if the mount target is not in the correct state for the
|
|
1908
1662
|
* operation.</p>
|
|
@@ -1947,12 +1701,6 @@ export interface DescribeReplicationConfigurationsRequest {
|
|
|
1947
1701
|
*/
|
|
1948
1702
|
MaxResults?: number;
|
|
1949
1703
|
}
|
|
1950
|
-
export declare namespace DescribeReplicationConfigurationsRequest {
|
|
1951
|
-
/**
|
|
1952
|
-
* @internal
|
|
1953
|
-
*/
|
|
1954
|
-
const filterSensitiveLog: (obj: DescribeReplicationConfigurationsRequest) => any;
|
|
1955
|
-
}
|
|
1956
1704
|
export interface DescribeReplicationConfigurationsResponse {
|
|
1957
1705
|
/**
|
|
1958
1706
|
* <p>The collection of replication configurations that is returned.</p>
|
|
@@ -1964,12 +1712,6 @@ export interface DescribeReplicationConfigurationsResponse {
|
|
|
1964
1712
|
*/
|
|
1965
1713
|
NextToken?: string;
|
|
1966
1714
|
}
|
|
1967
|
-
export declare namespace DescribeReplicationConfigurationsResponse {
|
|
1968
|
-
/**
|
|
1969
|
-
* @internal
|
|
1970
|
-
*/
|
|
1971
|
-
const filterSensitiveLog: (obj: DescribeReplicationConfigurationsResponse) => any;
|
|
1972
|
-
}
|
|
1973
1715
|
/**
|
|
1974
1716
|
* <p></p>
|
|
1975
1717
|
*/
|
|
@@ -1991,12 +1733,6 @@ export interface DescribeTagsRequest {
|
|
|
1991
1733
|
*/
|
|
1992
1734
|
FileSystemId: string | undefined;
|
|
1993
1735
|
}
|
|
1994
|
-
export declare namespace DescribeTagsRequest {
|
|
1995
|
-
/**
|
|
1996
|
-
* @internal
|
|
1997
|
-
*/
|
|
1998
|
-
const filterSensitiveLog: (obj: DescribeTagsRequest) => any;
|
|
1999
|
-
}
|
|
2000
1736
|
/**
|
|
2001
1737
|
* <p></p>
|
|
2002
1738
|
*/
|
|
@@ -2018,12 +1754,6 @@ export interface DescribeTagsResponse {
|
|
|
2018
1754
|
*/
|
|
2019
1755
|
NextMarker?: string;
|
|
2020
1756
|
}
|
|
2021
|
-
export declare namespace DescribeTagsResponse {
|
|
2022
|
-
/**
|
|
2023
|
-
* @internal
|
|
2024
|
-
*/
|
|
2025
|
-
const filterSensitiveLog: (obj: DescribeTagsResponse) => any;
|
|
2026
|
-
}
|
|
2027
1757
|
/**
|
|
2028
1758
|
* <p>Returned if the <code>FileSystemPolicy</code> is malformed or contains an error such
|
|
2029
1759
|
* as a parameter value that is not valid or a missing required parameter. Returned in the
|
|
@@ -2064,12 +1794,6 @@ export interface ListTagsForResourceRequest {
|
|
|
2064
1794
|
*/
|
|
2065
1795
|
NextToken?: string;
|
|
2066
1796
|
}
|
|
2067
|
-
export declare namespace ListTagsForResourceRequest {
|
|
2068
|
-
/**
|
|
2069
|
-
* @internal
|
|
2070
|
-
*/
|
|
2071
|
-
const filterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
|
|
2072
|
-
}
|
|
2073
1797
|
export interface ListTagsForResourceResponse {
|
|
2074
1798
|
/**
|
|
2075
1799
|
* <p>An array of the tags for the specified EFS resource.</p>
|
|
@@ -2081,12 +1805,6 @@ export interface ListTagsForResourceResponse {
|
|
|
2081
1805
|
*/
|
|
2082
1806
|
NextToken?: string;
|
|
2083
1807
|
}
|
|
2084
|
-
export declare namespace ListTagsForResourceResponse {
|
|
2085
|
-
/**
|
|
2086
|
-
* @internal
|
|
2087
|
-
*/
|
|
2088
|
-
const filterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
|
|
2089
|
-
}
|
|
2090
1808
|
/**
|
|
2091
1809
|
* <p></p>
|
|
2092
1810
|
*/
|
|
@@ -2100,12 +1818,6 @@ export interface ModifyMountTargetSecurityGroupsRequest {
|
|
|
2100
1818
|
*/
|
|
2101
1819
|
SecurityGroups?: string[];
|
|
2102
1820
|
}
|
|
2103
|
-
export declare namespace ModifyMountTargetSecurityGroupsRequest {
|
|
2104
|
-
/**
|
|
2105
|
-
* @internal
|
|
2106
|
-
*/
|
|
2107
|
-
const filterSensitiveLog: (obj: ModifyMountTargetSecurityGroupsRequest) => any;
|
|
2108
|
-
}
|
|
2109
1821
|
export interface PutAccountPreferencesRequest {
|
|
2110
1822
|
/**
|
|
2111
1823
|
* <p>Specifies the EFS resource ID preference to set for the user's Amazon Web Services account,
|
|
@@ -2119,24 +1831,12 @@ export interface PutAccountPreferencesRequest {
|
|
|
2119
1831
|
*/
|
|
2120
1832
|
ResourceIdType: ResourceIdType | string | undefined;
|
|
2121
1833
|
}
|
|
2122
|
-
export declare namespace PutAccountPreferencesRequest {
|
|
2123
|
-
/**
|
|
2124
|
-
* @internal
|
|
2125
|
-
*/
|
|
2126
|
-
const filterSensitiveLog: (obj: PutAccountPreferencesRequest) => any;
|
|
2127
|
-
}
|
|
2128
1834
|
export interface PutAccountPreferencesResponse {
|
|
2129
1835
|
/**
|
|
2130
1836
|
* <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>
|
|
2131
1837
|
*/
|
|
2132
1838
|
ResourceIdPreference?: ResourceIdPreference;
|
|
2133
1839
|
}
|
|
2134
|
-
export declare namespace PutAccountPreferencesResponse {
|
|
2135
|
-
/**
|
|
2136
|
-
* @internal
|
|
2137
|
-
*/
|
|
2138
|
-
const filterSensitiveLog: (obj: PutAccountPreferencesResponse) => any;
|
|
2139
|
-
}
|
|
2140
1840
|
export interface PutBackupPolicyRequest {
|
|
2141
1841
|
/**
|
|
2142
1842
|
* <p>Specifies which EFS file system to update the backup policy for.</p>
|
|
@@ -2147,12 +1847,6 @@ export interface PutBackupPolicyRequest {
|
|
|
2147
1847
|
*/
|
|
2148
1848
|
BackupPolicy: BackupPolicy | undefined;
|
|
2149
1849
|
}
|
|
2150
|
-
export declare namespace PutBackupPolicyRequest {
|
|
2151
|
-
/**
|
|
2152
|
-
* @internal
|
|
2153
|
-
*/
|
|
2154
|
-
const filterSensitiveLog: (obj: PutBackupPolicyRequest) => any;
|
|
2155
|
-
}
|
|
2156
1850
|
export interface PutFileSystemPolicyRequest {
|
|
2157
1851
|
/**
|
|
2158
1852
|
* <p>The ID of the EFS file system that you want to create or update the <code>FileSystemPolicy</code> for.</p>
|
|
@@ -2176,12 +1870,6 @@ export interface PutFileSystemPolicyRequest {
|
|
|
2176
1870
|
*/
|
|
2177
1871
|
BypassPolicyLockoutSafetyCheck?: boolean;
|
|
2178
1872
|
}
|
|
2179
|
-
export declare namespace PutFileSystemPolicyRequest {
|
|
2180
|
-
/**
|
|
2181
|
-
* @internal
|
|
2182
|
-
*/
|
|
2183
|
-
const filterSensitiveLog: (obj: PutFileSystemPolicyRequest) => any;
|
|
2184
|
-
}
|
|
2185
1873
|
export interface PutLifecycleConfigurationRequest {
|
|
2186
1874
|
/**
|
|
2187
1875
|
* <p>The ID of the file system for which you are creating the
|
|
@@ -2212,12 +1900,6 @@ export interface PutLifecycleConfigurationRequest {
|
|
|
2212
1900
|
*/
|
|
2213
1901
|
LifecyclePolicies: LifecyclePolicy[] | undefined;
|
|
2214
1902
|
}
|
|
2215
|
-
export declare namespace PutLifecycleConfigurationRequest {
|
|
2216
|
-
/**
|
|
2217
|
-
* @internal
|
|
2218
|
-
*/
|
|
2219
|
-
const filterSensitiveLog: (obj: PutLifecycleConfigurationRequest) => any;
|
|
2220
|
-
}
|
|
2221
1903
|
export interface TagResourceRequest {
|
|
2222
1904
|
/**
|
|
2223
1905
|
* <p>The ID specifying the EFS resource that you want to create a tag for.</p>
|
|
@@ -2229,12 +1911,6 @@ export interface TagResourceRequest {
|
|
|
2229
1911
|
*/
|
|
2230
1912
|
Tags: Tag[] | undefined;
|
|
2231
1913
|
}
|
|
2232
|
-
export declare namespace TagResourceRequest {
|
|
2233
|
-
/**
|
|
2234
|
-
* @internal
|
|
2235
|
-
*/
|
|
2236
|
-
const filterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
2237
|
-
}
|
|
2238
1914
|
export interface UntagResourceRequest {
|
|
2239
1915
|
/**
|
|
2240
1916
|
* <p>Specifies the EFS resource that you want to remove tags from.</p>
|
|
@@ -2246,12 +1922,6 @@ export interface UntagResourceRequest {
|
|
|
2246
1922
|
*/
|
|
2247
1923
|
TagKeys: string[] | undefined;
|
|
2248
1924
|
}
|
|
2249
|
-
export declare namespace UntagResourceRequest {
|
|
2250
|
-
/**
|
|
2251
|
-
* @internal
|
|
2252
|
-
*/
|
|
2253
|
-
const filterSensitiveLog: (obj: UntagResourceRequest) => any;
|
|
2254
|
-
}
|
|
2255
1925
|
/**
|
|
2256
1926
|
* <p>Returned if you don’t wait at least 24 hours before either changing the throughput mode, or
|
|
2257
1927
|
* decreasing the Provisioned Throughput value.</p>
|
|
@@ -2297,9 +1967,227 @@ export interface UpdateFileSystemRequest {
|
|
|
2297
1967
|
*/
|
|
2298
1968
|
ProvisionedThroughputInMibps?: number;
|
|
2299
1969
|
}
|
|
2300
|
-
|
|
2301
|
-
|
|
2302
|
-
|
|
2303
|
-
|
|
2304
|
-
|
|
2305
|
-
|
|
1970
|
+
/**
|
|
1971
|
+
* @internal
|
|
1972
|
+
*/
|
|
1973
|
+
export declare const PosixUserFilterSensitiveLog: (obj: PosixUser) => any;
|
|
1974
|
+
/**
|
|
1975
|
+
* @internal
|
|
1976
|
+
*/
|
|
1977
|
+
export declare const CreationInfoFilterSensitiveLog: (obj: CreationInfo) => any;
|
|
1978
|
+
/**
|
|
1979
|
+
* @internal
|
|
1980
|
+
*/
|
|
1981
|
+
export declare const RootDirectoryFilterSensitiveLog: (obj: RootDirectory) => any;
|
|
1982
|
+
/**
|
|
1983
|
+
* @internal
|
|
1984
|
+
*/
|
|
1985
|
+
export declare const TagFilterSensitiveLog: (obj: Tag) => any;
|
|
1986
|
+
/**
|
|
1987
|
+
* @internal
|
|
1988
|
+
*/
|
|
1989
|
+
export declare const AccessPointDescriptionFilterSensitiveLog: (obj: AccessPointDescription) => any;
|
|
1990
|
+
/**
|
|
1991
|
+
* @internal
|
|
1992
|
+
*/
|
|
1993
|
+
export declare const BackupPolicyFilterSensitiveLog: (obj: BackupPolicy) => any;
|
|
1994
|
+
/**
|
|
1995
|
+
* @internal
|
|
1996
|
+
*/
|
|
1997
|
+
export declare const BackupPolicyDescriptionFilterSensitiveLog: (obj: BackupPolicyDescription) => any;
|
|
1998
|
+
/**
|
|
1999
|
+
* @internal
|
|
2000
|
+
*/
|
|
2001
|
+
export declare const CreateAccessPointRequestFilterSensitiveLog: (obj: CreateAccessPointRequest) => any;
|
|
2002
|
+
/**
|
|
2003
|
+
* @internal
|
|
2004
|
+
*/
|
|
2005
|
+
export declare const CreateFileSystemRequestFilterSensitiveLog: (obj: CreateFileSystemRequest) => any;
|
|
2006
|
+
/**
|
|
2007
|
+
* @internal
|
|
2008
|
+
*/
|
|
2009
|
+
export declare const FileSystemSizeFilterSensitiveLog: (obj: FileSystemSize) => any;
|
|
2010
|
+
/**
|
|
2011
|
+
* @internal
|
|
2012
|
+
*/
|
|
2013
|
+
export declare const FileSystemDescriptionFilterSensitiveLog: (obj: FileSystemDescription) => any;
|
|
2014
|
+
/**
|
|
2015
|
+
* @internal
|
|
2016
|
+
*/
|
|
2017
|
+
export declare const CreateMountTargetRequestFilterSensitiveLog: (obj: CreateMountTargetRequest) => any;
|
|
2018
|
+
/**
|
|
2019
|
+
* @internal
|
|
2020
|
+
*/
|
|
2021
|
+
export declare const MountTargetDescriptionFilterSensitiveLog: (obj: MountTargetDescription) => any;
|
|
2022
|
+
/**
|
|
2023
|
+
* @internal
|
|
2024
|
+
*/
|
|
2025
|
+
export declare const DestinationToCreateFilterSensitiveLog: (obj: DestinationToCreate) => any;
|
|
2026
|
+
/**
|
|
2027
|
+
* @internal
|
|
2028
|
+
*/
|
|
2029
|
+
export declare const CreateReplicationConfigurationRequestFilterSensitiveLog: (obj: CreateReplicationConfigurationRequest) => any;
|
|
2030
|
+
/**
|
|
2031
|
+
* @internal
|
|
2032
|
+
*/
|
|
2033
|
+
export declare const DestinationFilterSensitiveLog: (obj: Destination) => any;
|
|
2034
|
+
/**
|
|
2035
|
+
* @internal
|
|
2036
|
+
*/
|
|
2037
|
+
export declare const ReplicationConfigurationDescriptionFilterSensitiveLog: (obj: ReplicationConfigurationDescription) => any;
|
|
2038
|
+
/**
|
|
2039
|
+
* @internal
|
|
2040
|
+
*/
|
|
2041
|
+
export declare const CreateTagsRequestFilterSensitiveLog: (obj: CreateTagsRequest) => any;
|
|
2042
|
+
/**
|
|
2043
|
+
* @internal
|
|
2044
|
+
*/
|
|
2045
|
+
export declare const DeleteAccessPointRequestFilterSensitiveLog: (obj: DeleteAccessPointRequest) => any;
|
|
2046
|
+
/**
|
|
2047
|
+
* @internal
|
|
2048
|
+
*/
|
|
2049
|
+
export declare const DeleteFileSystemRequestFilterSensitiveLog: (obj: DeleteFileSystemRequest) => any;
|
|
2050
|
+
/**
|
|
2051
|
+
* @internal
|
|
2052
|
+
*/
|
|
2053
|
+
export declare const DeleteFileSystemPolicyRequestFilterSensitiveLog: (obj: DeleteFileSystemPolicyRequest) => any;
|
|
2054
|
+
/**
|
|
2055
|
+
* @internal
|
|
2056
|
+
*/
|
|
2057
|
+
export declare const DeleteMountTargetRequestFilterSensitiveLog: (obj: DeleteMountTargetRequest) => any;
|
|
2058
|
+
/**
|
|
2059
|
+
* @internal
|
|
2060
|
+
*/
|
|
2061
|
+
export declare const DeleteReplicationConfigurationRequestFilterSensitiveLog: (obj: DeleteReplicationConfigurationRequest) => any;
|
|
2062
|
+
/**
|
|
2063
|
+
* @internal
|
|
2064
|
+
*/
|
|
2065
|
+
export declare const DeleteTagsRequestFilterSensitiveLog: (obj: DeleteTagsRequest) => any;
|
|
2066
|
+
/**
|
|
2067
|
+
* @internal
|
|
2068
|
+
*/
|
|
2069
|
+
export declare const DescribeAccessPointsRequestFilterSensitiveLog: (obj: DescribeAccessPointsRequest) => any;
|
|
2070
|
+
/**
|
|
2071
|
+
* @internal
|
|
2072
|
+
*/
|
|
2073
|
+
export declare const DescribeAccessPointsResponseFilterSensitiveLog: (obj: DescribeAccessPointsResponse) => any;
|
|
2074
|
+
/**
|
|
2075
|
+
* @internal
|
|
2076
|
+
*/
|
|
2077
|
+
export declare const DescribeAccountPreferencesRequestFilterSensitiveLog: (obj: DescribeAccountPreferencesRequest) => any;
|
|
2078
|
+
/**
|
|
2079
|
+
* @internal
|
|
2080
|
+
*/
|
|
2081
|
+
export declare const ResourceIdPreferenceFilterSensitiveLog: (obj: ResourceIdPreference) => any;
|
|
2082
|
+
/**
|
|
2083
|
+
* @internal
|
|
2084
|
+
*/
|
|
2085
|
+
export declare const DescribeAccountPreferencesResponseFilterSensitiveLog: (obj: DescribeAccountPreferencesResponse) => any;
|
|
2086
|
+
/**
|
|
2087
|
+
* @internal
|
|
2088
|
+
*/
|
|
2089
|
+
export declare const DescribeBackupPolicyRequestFilterSensitiveLog: (obj: DescribeBackupPolicyRequest) => any;
|
|
2090
|
+
/**
|
|
2091
|
+
* @internal
|
|
2092
|
+
*/
|
|
2093
|
+
export declare const DescribeFileSystemPolicyRequestFilterSensitiveLog: (obj: DescribeFileSystemPolicyRequest) => any;
|
|
2094
|
+
/**
|
|
2095
|
+
* @internal
|
|
2096
|
+
*/
|
|
2097
|
+
export declare const FileSystemPolicyDescriptionFilterSensitiveLog: (obj: FileSystemPolicyDescription) => any;
|
|
2098
|
+
/**
|
|
2099
|
+
* @internal
|
|
2100
|
+
*/
|
|
2101
|
+
export declare const DescribeFileSystemsRequestFilterSensitiveLog: (obj: DescribeFileSystemsRequest) => any;
|
|
2102
|
+
/**
|
|
2103
|
+
* @internal
|
|
2104
|
+
*/
|
|
2105
|
+
export declare const DescribeFileSystemsResponseFilterSensitiveLog: (obj: DescribeFileSystemsResponse) => any;
|
|
2106
|
+
/**
|
|
2107
|
+
* @internal
|
|
2108
|
+
*/
|
|
2109
|
+
export declare const DescribeLifecycleConfigurationRequestFilterSensitiveLog: (obj: DescribeLifecycleConfigurationRequest) => any;
|
|
2110
|
+
/**
|
|
2111
|
+
* @internal
|
|
2112
|
+
*/
|
|
2113
|
+
export declare const LifecyclePolicyFilterSensitiveLog: (obj: LifecyclePolicy) => any;
|
|
2114
|
+
/**
|
|
2115
|
+
* @internal
|
|
2116
|
+
*/
|
|
2117
|
+
export declare const LifecycleConfigurationDescriptionFilterSensitiveLog: (obj: LifecycleConfigurationDescription) => any;
|
|
2118
|
+
/**
|
|
2119
|
+
* @internal
|
|
2120
|
+
*/
|
|
2121
|
+
export declare const DescribeMountTargetsRequestFilterSensitiveLog: (obj: DescribeMountTargetsRequest) => any;
|
|
2122
|
+
/**
|
|
2123
|
+
* @internal
|
|
2124
|
+
*/
|
|
2125
|
+
export declare const DescribeMountTargetsResponseFilterSensitiveLog: (obj: DescribeMountTargetsResponse) => any;
|
|
2126
|
+
/**
|
|
2127
|
+
* @internal
|
|
2128
|
+
*/
|
|
2129
|
+
export declare const DescribeMountTargetSecurityGroupsRequestFilterSensitiveLog: (obj: DescribeMountTargetSecurityGroupsRequest) => any;
|
|
2130
|
+
/**
|
|
2131
|
+
* @internal
|
|
2132
|
+
*/
|
|
2133
|
+
export declare const DescribeMountTargetSecurityGroupsResponseFilterSensitiveLog: (obj: DescribeMountTargetSecurityGroupsResponse) => any;
|
|
2134
|
+
/**
|
|
2135
|
+
* @internal
|
|
2136
|
+
*/
|
|
2137
|
+
export declare const DescribeReplicationConfigurationsRequestFilterSensitiveLog: (obj: DescribeReplicationConfigurationsRequest) => any;
|
|
2138
|
+
/**
|
|
2139
|
+
* @internal
|
|
2140
|
+
*/
|
|
2141
|
+
export declare const DescribeReplicationConfigurationsResponseFilterSensitiveLog: (obj: DescribeReplicationConfigurationsResponse) => any;
|
|
2142
|
+
/**
|
|
2143
|
+
* @internal
|
|
2144
|
+
*/
|
|
2145
|
+
export declare const DescribeTagsRequestFilterSensitiveLog: (obj: DescribeTagsRequest) => any;
|
|
2146
|
+
/**
|
|
2147
|
+
* @internal
|
|
2148
|
+
*/
|
|
2149
|
+
export declare const DescribeTagsResponseFilterSensitiveLog: (obj: DescribeTagsResponse) => any;
|
|
2150
|
+
/**
|
|
2151
|
+
* @internal
|
|
2152
|
+
*/
|
|
2153
|
+
export declare const ListTagsForResourceRequestFilterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
|
|
2154
|
+
/**
|
|
2155
|
+
* @internal
|
|
2156
|
+
*/
|
|
2157
|
+
export declare const ListTagsForResourceResponseFilterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
|
|
2158
|
+
/**
|
|
2159
|
+
* @internal
|
|
2160
|
+
*/
|
|
2161
|
+
export declare const ModifyMountTargetSecurityGroupsRequestFilterSensitiveLog: (obj: ModifyMountTargetSecurityGroupsRequest) => any;
|
|
2162
|
+
/**
|
|
2163
|
+
* @internal
|
|
2164
|
+
*/
|
|
2165
|
+
export declare const PutAccountPreferencesRequestFilterSensitiveLog: (obj: PutAccountPreferencesRequest) => any;
|
|
2166
|
+
/**
|
|
2167
|
+
* @internal
|
|
2168
|
+
*/
|
|
2169
|
+
export declare const PutAccountPreferencesResponseFilterSensitiveLog: (obj: PutAccountPreferencesResponse) => any;
|
|
2170
|
+
/**
|
|
2171
|
+
* @internal
|
|
2172
|
+
*/
|
|
2173
|
+
export declare const PutBackupPolicyRequestFilterSensitiveLog: (obj: PutBackupPolicyRequest) => any;
|
|
2174
|
+
/**
|
|
2175
|
+
* @internal
|
|
2176
|
+
*/
|
|
2177
|
+
export declare const PutFileSystemPolicyRequestFilterSensitiveLog: (obj: PutFileSystemPolicyRequest) => any;
|
|
2178
|
+
/**
|
|
2179
|
+
* @internal
|
|
2180
|
+
*/
|
|
2181
|
+
export declare const PutLifecycleConfigurationRequestFilterSensitiveLog: (obj: PutLifecycleConfigurationRequest) => any;
|
|
2182
|
+
/**
|
|
2183
|
+
* @internal
|
|
2184
|
+
*/
|
|
2185
|
+
export declare const TagResourceRequestFilterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
2186
|
+
/**
|
|
2187
|
+
* @internal
|
|
2188
|
+
*/
|
|
2189
|
+
export declare const UntagResourceRequestFilterSensitiveLog: (obj: UntagResourceRequest) => any;
|
|
2190
|
+
/**
|
|
2191
|
+
* @internal
|
|
2192
|
+
*/
|
|
2193
|
+
export declare const UpdateFileSystemRequestFilterSensitiveLog: (obj: UpdateFileSystemRequest) => any;
|