@aws-sdk/client-efs 3.301.0 → 3.303.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/dist-cjs/models/models_0.js +48 -57
- package/dist-es/models/models_0.js +48 -57
- package/dist-types/models/models_0.d.ts +93 -48
- package/dist-types/ts3.4/models/models_0.d.ts +64 -48
- package/package.json +34 -34
|
@@ -18,15 +18,14 @@ class AccessPointAlreadyExists extends EFSServiceException_1.EFSServiceException
|
|
|
18
18
|
}
|
|
19
19
|
}
|
|
20
20
|
exports.AccessPointAlreadyExists = AccessPointAlreadyExists;
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
})(LifeCycleState = exports.LifeCycleState || (exports.LifeCycleState = {}));
|
|
21
|
+
exports.LifeCycleState = {
|
|
22
|
+
AVAILABLE: "available",
|
|
23
|
+
CREATING: "creating",
|
|
24
|
+
DELETED: "deleted",
|
|
25
|
+
DELETING: "deleting",
|
|
26
|
+
ERROR: "error",
|
|
27
|
+
UPDATING: "updating",
|
|
28
|
+
};
|
|
30
29
|
class AccessPointLimitExceeded extends EFSServiceException_1.EFSServiceException {
|
|
31
30
|
constructor(opts) {
|
|
32
31
|
super({
|
|
@@ -72,13 +71,12 @@ class AvailabilityZonesMismatch extends EFSServiceException_1.EFSServiceExceptio
|
|
|
72
71
|
}
|
|
73
72
|
}
|
|
74
73
|
exports.AvailabilityZonesMismatch = AvailabilityZonesMismatch;
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
})(Status = exports.Status || (exports.Status = {}));
|
|
74
|
+
exports.Status = {
|
|
75
|
+
DISABLED: "DISABLED",
|
|
76
|
+
DISABLING: "DISABLING",
|
|
77
|
+
ENABLED: "ENABLED",
|
|
78
|
+
ENABLING: "ENABLING",
|
|
79
|
+
};
|
|
82
80
|
class BadRequest extends EFSServiceException_1.EFSServiceException {
|
|
83
81
|
constructor(opts) {
|
|
84
82
|
super({
|
|
@@ -154,17 +152,15 @@ class ThrottlingException extends EFSServiceException_1.EFSServiceException {
|
|
|
154
152
|
}
|
|
155
153
|
}
|
|
156
154
|
exports.ThrottlingException = ThrottlingException;
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
ThroughputMode["PROVISIONED"] = "provisioned";
|
|
167
|
-
})(ThroughputMode = exports.ThroughputMode || (exports.ThroughputMode = {}));
|
|
155
|
+
exports.PerformanceMode = {
|
|
156
|
+
GENERAL_PURPOSE: "generalPurpose",
|
|
157
|
+
MAX_IO: "maxIO",
|
|
158
|
+
};
|
|
159
|
+
exports.ThroughputMode = {
|
|
160
|
+
BURSTING: "bursting",
|
|
161
|
+
ELASTIC: "elastic",
|
|
162
|
+
PROVISIONED: "provisioned",
|
|
163
|
+
};
|
|
168
164
|
class FileSystemAlreadyExists extends EFSServiceException_1.EFSServiceException {
|
|
169
165
|
constructor(opts) {
|
|
170
166
|
super({
|
|
@@ -346,13 +342,12 @@ class SubnetNotFound extends EFSServiceException_1.EFSServiceException {
|
|
|
346
342
|
}
|
|
347
343
|
}
|
|
348
344
|
exports.SubnetNotFound = SubnetNotFound;
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
})(ReplicationStatus = exports.ReplicationStatus || (exports.ReplicationStatus = {}));
|
|
345
|
+
exports.ReplicationStatus = {
|
|
346
|
+
DELETING: "DELETING",
|
|
347
|
+
ENABLED: "ENABLED",
|
|
348
|
+
ENABLING: "ENABLING",
|
|
349
|
+
ERROR: "ERROR",
|
|
350
|
+
};
|
|
356
351
|
class ReplicationNotFound extends EFSServiceException_1.EFSServiceException {
|
|
357
352
|
constructor(opts) {
|
|
358
353
|
super({
|
|
@@ -428,16 +423,14 @@ class MountTargetNotFound extends EFSServiceException_1.EFSServiceException {
|
|
|
428
423
|
}
|
|
429
424
|
}
|
|
430
425
|
exports.MountTargetNotFound = MountTargetNotFound;
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
Resource["MountTarget"] = "MOUNT_TARGET";
|
|
440
|
-
})(Resource = exports.Resource || (exports.Resource = {}));
|
|
426
|
+
exports.ResourceIdType = {
|
|
427
|
+
LongId: "LONG_ID",
|
|
428
|
+
ShortId: "SHORT_ID",
|
|
429
|
+
};
|
|
430
|
+
exports.Resource = {
|
|
431
|
+
FileSystem: "FILE_SYSTEM",
|
|
432
|
+
MountTarget: "MOUNT_TARGET",
|
|
433
|
+
};
|
|
441
434
|
class PolicyNotFound extends EFSServiceException_1.EFSServiceException {
|
|
442
435
|
constructor(opts) {
|
|
443
436
|
super({
|
|
@@ -453,19 +446,17 @@ class PolicyNotFound extends EFSServiceException_1.EFSServiceException {
|
|
|
453
446
|
}
|
|
454
447
|
}
|
|
455
448
|
exports.PolicyNotFound = PolicyNotFound;
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
TransitionToPrimaryStorageClassRules["AFTER_1_ACCESS"] = "AFTER_1_ACCESS";
|
|
468
|
-
})(TransitionToPrimaryStorageClassRules = exports.TransitionToPrimaryStorageClassRules || (exports.TransitionToPrimaryStorageClassRules = {}));
|
|
449
|
+
exports.TransitionToIARules = {
|
|
450
|
+
AFTER_14_DAYS: "AFTER_14_DAYS",
|
|
451
|
+
AFTER_1_DAY: "AFTER_1_DAY",
|
|
452
|
+
AFTER_30_DAYS: "AFTER_30_DAYS",
|
|
453
|
+
AFTER_60_DAYS: "AFTER_60_DAYS",
|
|
454
|
+
AFTER_7_DAYS: "AFTER_7_DAYS",
|
|
455
|
+
AFTER_90_DAYS: "AFTER_90_DAYS",
|
|
456
|
+
};
|
|
457
|
+
exports.TransitionToPrimaryStorageClassRules = {
|
|
458
|
+
AFTER_1_ACCESS: "AFTER_1_ACCESS",
|
|
459
|
+
};
|
|
469
460
|
class IncorrectMountTargetState extends EFSServiceException_1.EFSServiceException {
|
|
470
461
|
constructor(opts) {
|
|
471
462
|
super({
|
|
@@ -14,15 +14,14 @@ export class AccessPointAlreadyExists extends __BaseException {
|
|
|
14
14
|
this.AccessPointId = opts.AccessPointId;
|
|
15
15
|
}
|
|
16
16
|
}
|
|
17
|
-
export
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
})(LifeCycleState || (LifeCycleState = {}));
|
|
17
|
+
export const LifeCycleState = {
|
|
18
|
+
AVAILABLE: "available",
|
|
19
|
+
CREATING: "creating",
|
|
20
|
+
DELETED: "deleted",
|
|
21
|
+
DELETING: "deleting",
|
|
22
|
+
ERROR: "error",
|
|
23
|
+
UPDATING: "updating",
|
|
24
|
+
};
|
|
26
25
|
export class AccessPointLimitExceeded extends __BaseException {
|
|
27
26
|
constructor(opts) {
|
|
28
27
|
super({
|
|
@@ -65,13 +64,12 @@ export class AvailabilityZonesMismatch extends __BaseException {
|
|
|
65
64
|
this.Message = opts.Message;
|
|
66
65
|
}
|
|
67
66
|
}
|
|
68
|
-
export
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
})(Status || (Status = {}));
|
|
67
|
+
export const Status = {
|
|
68
|
+
DISABLED: "DISABLED",
|
|
69
|
+
DISABLING: "DISABLING",
|
|
70
|
+
ENABLED: "ENABLED",
|
|
71
|
+
ENABLING: "ENABLING",
|
|
72
|
+
};
|
|
75
73
|
export class BadRequest extends __BaseException {
|
|
76
74
|
constructor(opts) {
|
|
77
75
|
super({
|
|
@@ -142,17 +140,15 @@ export class ThrottlingException extends __BaseException {
|
|
|
142
140
|
this.Message = opts.Message;
|
|
143
141
|
}
|
|
144
142
|
}
|
|
145
|
-
export
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
ThroughputMode["PROVISIONED"] = "provisioned";
|
|
155
|
-
})(ThroughputMode || (ThroughputMode = {}));
|
|
143
|
+
export const PerformanceMode = {
|
|
144
|
+
GENERAL_PURPOSE: "generalPurpose",
|
|
145
|
+
MAX_IO: "maxIO",
|
|
146
|
+
};
|
|
147
|
+
export const ThroughputMode = {
|
|
148
|
+
BURSTING: "bursting",
|
|
149
|
+
ELASTIC: "elastic",
|
|
150
|
+
PROVISIONED: "provisioned",
|
|
151
|
+
};
|
|
156
152
|
export class FileSystemAlreadyExists extends __BaseException {
|
|
157
153
|
constructor(opts) {
|
|
158
154
|
super({
|
|
@@ -322,13 +318,12 @@ export class SubnetNotFound extends __BaseException {
|
|
|
322
318
|
this.Message = opts.Message;
|
|
323
319
|
}
|
|
324
320
|
}
|
|
325
|
-
export
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
})(ReplicationStatus || (ReplicationStatus = {}));
|
|
321
|
+
export const ReplicationStatus = {
|
|
322
|
+
DELETING: "DELETING",
|
|
323
|
+
ENABLED: "ENABLED",
|
|
324
|
+
ENABLING: "ENABLING",
|
|
325
|
+
ERROR: "ERROR",
|
|
326
|
+
};
|
|
332
327
|
export class ReplicationNotFound extends __BaseException {
|
|
333
328
|
constructor(opts) {
|
|
334
329
|
super({
|
|
@@ -399,16 +394,14 @@ export class MountTargetNotFound extends __BaseException {
|
|
|
399
394
|
this.Message = opts.Message;
|
|
400
395
|
}
|
|
401
396
|
}
|
|
402
|
-
export
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
Resource["MountTarget"] = "MOUNT_TARGET";
|
|
411
|
-
})(Resource || (Resource = {}));
|
|
397
|
+
export const ResourceIdType = {
|
|
398
|
+
LongId: "LONG_ID",
|
|
399
|
+
ShortId: "SHORT_ID",
|
|
400
|
+
};
|
|
401
|
+
export const Resource = {
|
|
402
|
+
FileSystem: "FILE_SYSTEM",
|
|
403
|
+
MountTarget: "MOUNT_TARGET",
|
|
404
|
+
};
|
|
412
405
|
export class PolicyNotFound extends __BaseException {
|
|
413
406
|
constructor(opts) {
|
|
414
407
|
super({
|
|
@@ -423,19 +416,17 @@ export class PolicyNotFound extends __BaseException {
|
|
|
423
416
|
this.Message = opts.Message;
|
|
424
417
|
}
|
|
425
418
|
}
|
|
426
|
-
export
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
TransitionToPrimaryStorageClassRules["AFTER_1_ACCESS"] = "AFTER_1_ACCESS";
|
|
438
|
-
})(TransitionToPrimaryStorageClassRules || (TransitionToPrimaryStorageClassRules = {}));
|
|
419
|
+
export const TransitionToIARules = {
|
|
420
|
+
AFTER_14_DAYS: "AFTER_14_DAYS",
|
|
421
|
+
AFTER_1_DAY: "AFTER_1_DAY",
|
|
422
|
+
AFTER_30_DAYS: "AFTER_30_DAYS",
|
|
423
|
+
AFTER_60_DAYS: "AFTER_60_DAYS",
|
|
424
|
+
AFTER_7_DAYS: "AFTER_7_DAYS",
|
|
425
|
+
AFTER_90_DAYS: "AFTER_90_DAYS",
|
|
426
|
+
};
|
|
427
|
+
export const TransitionToPrimaryStorageClassRules = {
|
|
428
|
+
AFTER_1_ACCESS: "AFTER_1_ACCESS",
|
|
429
|
+
};
|
|
439
430
|
export class IncorrectMountTargetState extends __BaseException {
|
|
440
431
|
constructor(opts) {
|
|
441
432
|
super({
|
|
@@ -29,15 +29,20 @@ export declare class AccessPointAlreadyExists extends __BaseException {
|
|
|
29
29
|
}
|
|
30
30
|
/**
|
|
31
31
|
* @public
|
|
32
|
+
* @enum
|
|
32
33
|
*/
|
|
33
|
-
export declare
|
|
34
|
-
AVAILABLE
|
|
35
|
-
CREATING
|
|
36
|
-
DELETED
|
|
37
|
-
DELETING
|
|
38
|
-
ERROR
|
|
39
|
-
UPDATING
|
|
40
|
-
}
|
|
34
|
+
export declare const LifeCycleState: {
|
|
35
|
+
readonly AVAILABLE: "available";
|
|
36
|
+
readonly CREATING: "creating";
|
|
37
|
+
readonly DELETED: "deleted";
|
|
38
|
+
readonly DELETING: "deleting";
|
|
39
|
+
readonly ERROR: "error";
|
|
40
|
+
readonly UPDATING: "updating";
|
|
41
|
+
};
|
|
42
|
+
/**
|
|
43
|
+
* @public
|
|
44
|
+
*/
|
|
45
|
+
export type LifeCycleState = (typeof LifeCycleState)[keyof typeof LifeCycleState];
|
|
41
46
|
/**
|
|
42
47
|
* @public
|
|
43
48
|
* <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
|
|
@@ -256,13 +261,18 @@ export declare class AvailabilityZonesMismatch extends __BaseException {
|
|
|
256
261
|
}
|
|
257
262
|
/**
|
|
258
263
|
* @public
|
|
264
|
+
* @enum
|
|
259
265
|
*/
|
|
260
|
-
export declare
|
|
261
|
-
DISABLED
|
|
262
|
-
DISABLING
|
|
263
|
-
ENABLED
|
|
264
|
-
ENABLING
|
|
265
|
-
}
|
|
266
|
+
export declare const Status: {
|
|
267
|
+
readonly DISABLED: "DISABLED";
|
|
268
|
+
readonly DISABLING: "DISABLING";
|
|
269
|
+
readonly ENABLED: "ENABLED";
|
|
270
|
+
readonly ENABLING: "ENABLING";
|
|
271
|
+
};
|
|
272
|
+
/**
|
|
273
|
+
* @public
|
|
274
|
+
*/
|
|
275
|
+
export type Status = (typeof Status)[keyof typeof Status];
|
|
266
276
|
/**
|
|
267
277
|
* @public
|
|
268
278
|
* <p>The backup policy for the file system used to create automatic daily backups. If status has a value of
|
|
@@ -480,19 +490,29 @@ export declare class ThrottlingException extends __BaseException {
|
|
|
480
490
|
}
|
|
481
491
|
/**
|
|
482
492
|
* @public
|
|
493
|
+
* @enum
|
|
483
494
|
*/
|
|
484
|
-
export declare
|
|
485
|
-
GENERAL_PURPOSE
|
|
486
|
-
MAX_IO
|
|
487
|
-
}
|
|
495
|
+
export declare const PerformanceMode: {
|
|
496
|
+
readonly GENERAL_PURPOSE: "generalPurpose";
|
|
497
|
+
readonly MAX_IO: "maxIO";
|
|
498
|
+
};
|
|
488
499
|
/**
|
|
489
500
|
* @public
|
|
490
501
|
*/
|
|
491
|
-
export
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
502
|
+
export type PerformanceMode = (typeof PerformanceMode)[keyof typeof PerformanceMode];
|
|
503
|
+
/**
|
|
504
|
+
* @public
|
|
505
|
+
* @enum
|
|
506
|
+
*/
|
|
507
|
+
export declare const ThroughputMode: {
|
|
508
|
+
readonly BURSTING: "bursting";
|
|
509
|
+
readonly ELASTIC: "elastic";
|
|
510
|
+
readonly PROVISIONED: "provisioned";
|
|
511
|
+
};
|
|
512
|
+
/**
|
|
513
|
+
* @public
|
|
514
|
+
*/
|
|
515
|
+
export type ThroughputMode = (typeof ThroughputMode)[keyof typeof ThroughputMode];
|
|
496
516
|
/**
|
|
497
517
|
* @public
|
|
498
518
|
*/
|
|
@@ -1183,13 +1203,18 @@ export interface CreateReplicationConfigurationRequest {
|
|
|
1183
1203
|
}
|
|
1184
1204
|
/**
|
|
1185
1205
|
* @public
|
|
1206
|
+
* @enum
|
|
1186
1207
|
*/
|
|
1187
|
-
export declare
|
|
1188
|
-
DELETING
|
|
1189
|
-
ENABLED
|
|
1190
|
-
ENABLING
|
|
1191
|
-
ERROR
|
|
1192
|
-
}
|
|
1208
|
+
export declare const ReplicationStatus: {
|
|
1209
|
+
readonly DELETING: "DELETING";
|
|
1210
|
+
readonly ENABLED: "ENABLED";
|
|
1211
|
+
readonly ENABLING: "ENABLING";
|
|
1212
|
+
readonly ERROR: "ERROR";
|
|
1213
|
+
};
|
|
1214
|
+
/**
|
|
1215
|
+
* @public
|
|
1216
|
+
*/
|
|
1217
|
+
export type ReplicationStatus = (typeof ReplicationStatus)[keyof typeof ReplicationStatus];
|
|
1193
1218
|
/**
|
|
1194
1219
|
* @public
|
|
1195
1220
|
* <p>Describes the destination file system in the replication configuration.</p>
|
|
@@ -1509,18 +1534,28 @@ export interface DescribeAccountPreferencesRequest {
|
|
|
1509
1534
|
}
|
|
1510
1535
|
/**
|
|
1511
1536
|
* @public
|
|
1537
|
+
* @enum
|
|
1512
1538
|
*/
|
|
1513
|
-
export declare
|
|
1514
|
-
LongId
|
|
1515
|
-
ShortId
|
|
1516
|
-
}
|
|
1539
|
+
export declare const ResourceIdType: {
|
|
1540
|
+
readonly LongId: "LONG_ID";
|
|
1541
|
+
readonly ShortId: "SHORT_ID";
|
|
1542
|
+
};
|
|
1517
1543
|
/**
|
|
1518
1544
|
* @public
|
|
1519
1545
|
*/
|
|
1520
|
-
export
|
|
1521
|
-
|
|
1522
|
-
|
|
1523
|
-
|
|
1546
|
+
export type ResourceIdType = (typeof ResourceIdType)[keyof typeof ResourceIdType];
|
|
1547
|
+
/**
|
|
1548
|
+
* @public
|
|
1549
|
+
* @enum
|
|
1550
|
+
*/
|
|
1551
|
+
export declare const Resource: {
|
|
1552
|
+
readonly FileSystem: "FILE_SYSTEM";
|
|
1553
|
+
readonly MountTarget: "MOUNT_TARGET";
|
|
1554
|
+
};
|
|
1555
|
+
/**
|
|
1556
|
+
* @public
|
|
1557
|
+
*/
|
|
1558
|
+
export type Resource = (typeof Resource)[keyof typeof Resource];
|
|
1524
1559
|
/**
|
|
1525
1560
|
* @public
|
|
1526
1561
|
* <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>
|
|
@@ -1663,21 +1698,31 @@ export interface DescribeLifecycleConfigurationRequest {
|
|
|
1663
1698
|
}
|
|
1664
1699
|
/**
|
|
1665
1700
|
* @public
|
|
1701
|
+
* @enum
|
|
1666
1702
|
*/
|
|
1667
|
-
export declare
|
|
1668
|
-
AFTER_14_DAYS
|
|
1669
|
-
AFTER_1_DAY
|
|
1670
|
-
AFTER_30_DAYS
|
|
1671
|
-
AFTER_60_DAYS
|
|
1672
|
-
AFTER_7_DAYS
|
|
1673
|
-
AFTER_90_DAYS
|
|
1674
|
-
}
|
|
1703
|
+
export declare const TransitionToIARules: {
|
|
1704
|
+
readonly AFTER_14_DAYS: "AFTER_14_DAYS";
|
|
1705
|
+
readonly AFTER_1_DAY: "AFTER_1_DAY";
|
|
1706
|
+
readonly AFTER_30_DAYS: "AFTER_30_DAYS";
|
|
1707
|
+
readonly AFTER_60_DAYS: "AFTER_60_DAYS";
|
|
1708
|
+
readonly AFTER_7_DAYS: "AFTER_7_DAYS";
|
|
1709
|
+
readonly AFTER_90_DAYS: "AFTER_90_DAYS";
|
|
1710
|
+
};
|
|
1675
1711
|
/**
|
|
1676
1712
|
* @public
|
|
1677
1713
|
*/
|
|
1678
|
-
export
|
|
1679
|
-
|
|
1680
|
-
|
|
1714
|
+
export type TransitionToIARules = (typeof TransitionToIARules)[keyof typeof TransitionToIARules];
|
|
1715
|
+
/**
|
|
1716
|
+
* @public
|
|
1717
|
+
* @enum
|
|
1718
|
+
*/
|
|
1719
|
+
export declare const TransitionToPrimaryStorageClassRules: {
|
|
1720
|
+
readonly AFTER_1_ACCESS: "AFTER_1_ACCESS";
|
|
1721
|
+
};
|
|
1722
|
+
/**
|
|
1723
|
+
* @public
|
|
1724
|
+
*/
|
|
1725
|
+
export type TransitionToPrimaryStorageClassRules = (typeof TransitionToPrimaryStorageClassRules)[keyof typeof TransitionToPrimaryStorageClassRules];
|
|
1681
1726
|
/**
|
|
1682
1727
|
* @public
|
|
1683
1728
|
* <p>Describes a policy used by EFS lifecycle management and EFS Intelligent-Tiering that
|
|
@@ -10,14 +10,16 @@ export declare class AccessPointAlreadyExists extends __BaseException {
|
|
|
10
10
|
opts: __ExceptionOptionType<AccessPointAlreadyExists, __BaseException>
|
|
11
11
|
);
|
|
12
12
|
}
|
|
13
|
-
export declare
|
|
14
|
-
AVAILABLE
|
|
15
|
-
CREATING
|
|
16
|
-
DELETED
|
|
17
|
-
DELETING
|
|
18
|
-
ERROR
|
|
19
|
-
UPDATING
|
|
20
|
-
}
|
|
13
|
+
export declare const LifeCycleState: {
|
|
14
|
+
readonly AVAILABLE: "available";
|
|
15
|
+
readonly CREATING: "creating";
|
|
16
|
+
readonly DELETED: "deleted";
|
|
17
|
+
readonly DELETING: "deleting";
|
|
18
|
+
readonly ERROR: "error";
|
|
19
|
+
readonly UPDATING: "updating";
|
|
20
|
+
};
|
|
21
|
+
export type LifeCycleState =
|
|
22
|
+
(typeof LifeCycleState)[keyof typeof LifeCycleState];
|
|
21
23
|
export interface PosixUser {
|
|
22
24
|
Uid: number | undefined;
|
|
23
25
|
Gid: number | undefined;
|
|
@@ -75,12 +77,13 @@ export declare class AvailabilityZonesMismatch extends __BaseException {
|
|
|
75
77
|
opts: __ExceptionOptionType<AvailabilityZonesMismatch, __BaseException>
|
|
76
78
|
);
|
|
77
79
|
}
|
|
78
|
-
export declare
|
|
79
|
-
DISABLED
|
|
80
|
-
DISABLING
|
|
81
|
-
ENABLED
|
|
82
|
-
ENABLING
|
|
83
|
-
}
|
|
80
|
+
export declare const Status: {
|
|
81
|
+
readonly DISABLED: "DISABLED";
|
|
82
|
+
readonly DISABLING: "DISABLING";
|
|
83
|
+
readonly ENABLED: "ENABLED";
|
|
84
|
+
readonly ENABLING: "ENABLING";
|
|
85
|
+
};
|
|
86
|
+
export type Status = (typeof Status)[keyof typeof Status];
|
|
84
87
|
export interface BackupPolicy {
|
|
85
88
|
Status: Status | string | undefined;
|
|
86
89
|
}
|
|
@@ -138,15 +141,19 @@ export declare class ThrottlingException extends __BaseException {
|
|
|
138
141
|
opts: __ExceptionOptionType<ThrottlingException, __BaseException>
|
|
139
142
|
);
|
|
140
143
|
}
|
|
141
|
-
export declare
|
|
142
|
-
GENERAL_PURPOSE
|
|
143
|
-
MAX_IO
|
|
144
|
-
}
|
|
145
|
-
export
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
144
|
+
export declare const PerformanceMode: {
|
|
145
|
+
readonly GENERAL_PURPOSE: "generalPurpose";
|
|
146
|
+
readonly MAX_IO: "maxIO";
|
|
147
|
+
};
|
|
148
|
+
export type PerformanceMode =
|
|
149
|
+
(typeof PerformanceMode)[keyof typeof PerformanceMode];
|
|
150
|
+
export declare const ThroughputMode: {
|
|
151
|
+
readonly BURSTING: "bursting";
|
|
152
|
+
readonly ELASTIC: "elastic";
|
|
153
|
+
readonly PROVISIONED: "provisioned";
|
|
154
|
+
};
|
|
155
|
+
export type ThroughputMode =
|
|
156
|
+
(typeof ThroughputMode)[keyof typeof ThroughputMode];
|
|
150
157
|
export interface CreateFileSystemRequest {
|
|
151
158
|
CreationToken?: string;
|
|
152
159
|
PerformanceMode?: PerformanceMode | string;
|
|
@@ -315,12 +322,14 @@ export interface CreateReplicationConfigurationRequest {
|
|
|
315
322
|
SourceFileSystemId: string | undefined;
|
|
316
323
|
Destinations: DestinationToCreate[] | undefined;
|
|
317
324
|
}
|
|
318
|
-
export declare
|
|
319
|
-
DELETING
|
|
320
|
-
ENABLED
|
|
321
|
-
ENABLING
|
|
322
|
-
ERROR
|
|
323
|
-
}
|
|
325
|
+
export declare const ReplicationStatus: {
|
|
326
|
+
readonly DELETING: "DELETING";
|
|
327
|
+
readonly ENABLED: "ENABLED";
|
|
328
|
+
readonly ENABLING: "ENABLING";
|
|
329
|
+
readonly ERROR: "ERROR";
|
|
330
|
+
};
|
|
331
|
+
export type ReplicationStatus =
|
|
332
|
+
(typeof ReplicationStatus)[keyof typeof ReplicationStatus];
|
|
324
333
|
export interface Destination {
|
|
325
334
|
Status: ReplicationStatus | string | undefined;
|
|
326
335
|
FileSystemId: string | undefined;
|
|
@@ -413,14 +422,17 @@ export interface DescribeAccountPreferencesRequest {
|
|
|
413
422
|
NextToken?: string;
|
|
414
423
|
MaxResults?: number;
|
|
415
424
|
}
|
|
416
|
-
export declare
|
|
417
|
-
LongId
|
|
418
|
-
ShortId
|
|
419
|
-
}
|
|
420
|
-
export
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
425
|
+
export declare const ResourceIdType: {
|
|
426
|
+
readonly LongId: "LONG_ID";
|
|
427
|
+
readonly ShortId: "SHORT_ID";
|
|
428
|
+
};
|
|
429
|
+
export type ResourceIdType =
|
|
430
|
+
(typeof ResourceIdType)[keyof typeof ResourceIdType];
|
|
431
|
+
export declare const Resource: {
|
|
432
|
+
readonly FileSystem: "FILE_SYSTEM";
|
|
433
|
+
readonly MountTarget: "MOUNT_TARGET";
|
|
434
|
+
};
|
|
435
|
+
export type Resource = (typeof Resource)[keyof typeof Resource];
|
|
424
436
|
export interface ResourceIdPreference {
|
|
425
437
|
ResourceIdType?: ResourceIdType | string;
|
|
426
438
|
Resources?: (Resource | string)[];
|
|
@@ -460,17 +472,21 @@ export interface DescribeFileSystemsResponse {
|
|
|
460
472
|
export interface DescribeLifecycleConfigurationRequest {
|
|
461
473
|
FileSystemId: string | undefined;
|
|
462
474
|
}
|
|
463
|
-
export declare
|
|
464
|
-
AFTER_14_DAYS
|
|
465
|
-
AFTER_1_DAY
|
|
466
|
-
AFTER_30_DAYS
|
|
467
|
-
AFTER_60_DAYS
|
|
468
|
-
AFTER_7_DAYS
|
|
469
|
-
AFTER_90_DAYS
|
|
470
|
-
}
|
|
471
|
-
export
|
|
472
|
-
|
|
473
|
-
|
|
475
|
+
export declare const TransitionToIARules: {
|
|
476
|
+
readonly AFTER_14_DAYS: "AFTER_14_DAYS";
|
|
477
|
+
readonly AFTER_1_DAY: "AFTER_1_DAY";
|
|
478
|
+
readonly AFTER_30_DAYS: "AFTER_30_DAYS";
|
|
479
|
+
readonly AFTER_60_DAYS: "AFTER_60_DAYS";
|
|
480
|
+
readonly AFTER_7_DAYS: "AFTER_7_DAYS";
|
|
481
|
+
readonly AFTER_90_DAYS: "AFTER_90_DAYS";
|
|
482
|
+
};
|
|
483
|
+
export type TransitionToIARules =
|
|
484
|
+
(typeof TransitionToIARules)[keyof typeof TransitionToIARules];
|
|
485
|
+
export declare const TransitionToPrimaryStorageClassRules: {
|
|
486
|
+
readonly AFTER_1_ACCESS: "AFTER_1_ACCESS";
|
|
487
|
+
};
|
|
488
|
+
export type TransitionToPrimaryStorageClassRules =
|
|
489
|
+
(typeof TransitionToPrimaryStorageClassRules)[keyof typeof TransitionToPrimaryStorageClassRules];
|
|
474
490
|
export interface LifecyclePolicy {
|
|
475
491
|
TransitionToIA?: TransitionToIARules | string;
|
|
476
492
|
TransitionToPrimaryStorageClass?:
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-efs",
|
|
3
3
|
"description": "AWS SDK for JavaScript Efs Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.303.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -21,43 +21,43 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/config-resolver": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
27
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
28
|
-
"@aws-sdk/hash-node": "3.
|
|
29
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
30
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
31
|
-
"@aws-sdk/middleware-endpoint": "3.
|
|
32
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
33
|
-
"@aws-sdk/middleware-logger": "3.
|
|
34
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
35
|
-
"@aws-sdk/middleware-retry": "3.
|
|
36
|
-
"@aws-sdk/middleware-serde": "3.
|
|
37
|
-
"@aws-sdk/middleware-signing": "3.
|
|
38
|
-
"@aws-sdk/middleware-stack": "3.
|
|
39
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
40
|
-
"@aws-sdk/node-config-provider": "3.
|
|
41
|
-
"@aws-sdk/node-http-handler": "3.
|
|
42
|
-
"@aws-sdk/protocol-http": "3.
|
|
43
|
-
"@aws-sdk/smithy-client": "3.
|
|
44
|
-
"@aws-sdk/types": "3.
|
|
45
|
-
"@aws-sdk/url-parser": "3.
|
|
46
|
-
"@aws-sdk/util-base64": "3.
|
|
47
|
-
"@aws-sdk/util-body-length-browser": "3.
|
|
48
|
-
"@aws-sdk/util-body-length-node": "3.
|
|
49
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
50
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
51
|
-
"@aws-sdk/util-endpoints": "3.
|
|
52
|
-
"@aws-sdk/util-retry": "3.
|
|
53
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
54
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
55
|
-
"@aws-sdk/util-utf8": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.303.0",
|
|
25
|
+
"@aws-sdk/config-resolver": "3.303.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.303.0",
|
|
27
|
+
"@aws-sdk/fetch-http-handler": "3.303.0",
|
|
28
|
+
"@aws-sdk/hash-node": "3.303.0",
|
|
29
|
+
"@aws-sdk/invalid-dependency": "3.303.0",
|
|
30
|
+
"@aws-sdk/middleware-content-length": "3.303.0",
|
|
31
|
+
"@aws-sdk/middleware-endpoint": "3.303.0",
|
|
32
|
+
"@aws-sdk/middleware-host-header": "3.303.0",
|
|
33
|
+
"@aws-sdk/middleware-logger": "3.303.0",
|
|
34
|
+
"@aws-sdk/middleware-recursion-detection": "3.303.0",
|
|
35
|
+
"@aws-sdk/middleware-retry": "3.303.0",
|
|
36
|
+
"@aws-sdk/middleware-serde": "3.303.0",
|
|
37
|
+
"@aws-sdk/middleware-signing": "3.303.0",
|
|
38
|
+
"@aws-sdk/middleware-stack": "3.303.0",
|
|
39
|
+
"@aws-sdk/middleware-user-agent": "3.303.0",
|
|
40
|
+
"@aws-sdk/node-config-provider": "3.303.0",
|
|
41
|
+
"@aws-sdk/node-http-handler": "3.303.0",
|
|
42
|
+
"@aws-sdk/protocol-http": "3.303.0",
|
|
43
|
+
"@aws-sdk/smithy-client": "3.303.0",
|
|
44
|
+
"@aws-sdk/types": "3.303.0",
|
|
45
|
+
"@aws-sdk/url-parser": "3.303.0",
|
|
46
|
+
"@aws-sdk/util-base64": "3.303.0",
|
|
47
|
+
"@aws-sdk/util-body-length-browser": "3.303.0",
|
|
48
|
+
"@aws-sdk/util-body-length-node": "3.303.0",
|
|
49
|
+
"@aws-sdk/util-defaults-mode-browser": "3.303.0",
|
|
50
|
+
"@aws-sdk/util-defaults-mode-node": "3.303.0",
|
|
51
|
+
"@aws-sdk/util-endpoints": "3.303.0",
|
|
52
|
+
"@aws-sdk/util-retry": "3.303.0",
|
|
53
|
+
"@aws-sdk/util-user-agent-browser": "3.303.0",
|
|
54
|
+
"@aws-sdk/util-user-agent-node": "3.303.0",
|
|
55
|
+
"@aws-sdk/util-utf8": "3.303.0",
|
|
56
56
|
"tslib": "^2.5.0",
|
|
57
57
|
"uuid": "^8.3.2"
|
|
58
58
|
},
|
|
59
59
|
"devDependencies": {
|
|
60
|
-
"@aws-sdk/service-client-documentation-generator": "3.
|
|
60
|
+
"@aws-sdk/service-client-documentation-generator": "3.303.0",
|
|
61
61
|
"@tsconfig/node14": "1.0.3",
|
|
62
62
|
"@types/node": "^14.14.31",
|
|
63
63
|
"@types/uuid": "^8.3.0",
|