@aws-sdk/client-efs 3.934.0 → 3.936.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/index.js +79 -78
- package/dist-es/index.js +2 -1
- package/dist-es/models/enums.js +78 -0
- package/dist-es/models/errors.js +517 -0
- package/dist-es/models/models_0.js +1 -595
- package/dist-es/schemas/schemas_0.js +1 -1
- package/dist-types/index.d.ts +3 -1
- package/dist-types/models/enums.d.ts +182 -0
- package/dist-types/models/errors.d.ts +905 -0
- package/dist-types/models/models_0.d.ts +1 -1087
- package/dist-types/ts3.4/index.d.ts +3 -1
- package/dist-types/ts3.4/models/enums.d.ts +100 -0
- package/dist-types/ts3.4/models/errors.d.ts +277 -0
- package/dist-types/ts3.4/models/models_0.d.ts +15 -377
- package/package.json +19 -19
- package/dist-es/models/index.js +0 -1
- package/dist-types/models/index.d.ts +0 -1
- package/dist-types/ts3.4/models/index.d.ts +0 -1
package/dist-cjs/index.js
CHANGED
|
@@ -135,14 +135,6 @@ let AccessPointAlreadyExists$1 = class AccessPointAlreadyExists extends EFSServi
|
|
|
135
135
|
this.AccessPointId = opts.AccessPointId;
|
|
136
136
|
}
|
|
137
137
|
};
|
|
138
|
-
const LifeCycleState = {
|
|
139
|
-
AVAILABLE: "available",
|
|
140
|
-
CREATING: "creating",
|
|
141
|
-
DELETED: "deleted",
|
|
142
|
-
DELETING: "deleting",
|
|
143
|
-
ERROR: "error",
|
|
144
|
-
UPDATING: "updating",
|
|
145
|
-
};
|
|
146
138
|
let AccessPointLimitExceeded$1 = class AccessPointLimitExceeded extends EFSServiceException$1 {
|
|
147
139
|
name = "AccessPointLimitExceeded";
|
|
148
140
|
$fault = "client";
|
|
@@ -191,12 +183,6 @@ let AvailabilityZonesMismatch$1 = class AvailabilityZonesMismatch extends EFSSer
|
|
|
191
183
|
this.Message = opts.Message;
|
|
192
184
|
}
|
|
193
185
|
};
|
|
194
|
-
const Status = {
|
|
195
|
-
DISABLED: "DISABLED",
|
|
196
|
-
DISABLING: "DISABLING",
|
|
197
|
-
ENABLED: "ENABLED",
|
|
198
|
-
ENABLING: "ENABLING",
|
|
199
|
-
};
|
|
200
186
|
let BadRequest$1 = class BadRequest extends EFSServiceException$1 {
|
|
201
187
|
name = "BadRequest";
|
|
202
188
|
$fault = "client";
|
|
@@ -293,15 +279,6 @@ let ThrottlingException$1 = class ThrottlingException extends EFSServiceExceptio
|
|
|
293
279
|
this.Message = opts.Message;
|
|
294
280
|
}
|
|
295
281
|
};
|
|
296
|
-
const PerformanceMode = {
|
|
297
|
-
GENERAL_PURPOSE: "generalPurpose",
|
|
298
|
-
MAX_IO: "maxIO",
|
|
299
|
-
};
|
|
300
|
-
const ThroughputMode = {
|
|
301
|
-
BURSTING: "bursting",
|
|
302
|
-
ELASTIC: "elastic",
|
|
303
|
-
PROVISIONED: "provisioned",
|
|
304
|
-
};
|
|
305
282
|
let FileSystemAlreadyExists$1 = class FileSystemAlreadyExists extends EFSServiceException$1 {
|
|
306
283
|
name = "FileSystemAlreadyExists";
|
|
307
284
|
$fault = "client";
|
|
@@ -320,11 +297,6 @@ let FileSystemAlreadyExists$1 = class FileSystemAlreadyExists extends EFSService
|
|
|
320
297
|
this.FileSystemId = opts.FileSystemId;
|
|
321
298
|
}
|
|
322
299
|
};
|
|
323
|
-
const ReplicationOverwriteProtection = {
|
|
324
|
-
DISABLED: "DISABLED",
|
|
325
|
-
ENABLED: "ENABLED",
|
|
326
|
-
REPLICATING: "REPLICATING",
|
|
327
|
-
};
|
|
328
300
|
let FileSystemLimitExceeded$1 = class FileSystemLimitExceeded extends EFSServiceException$1 {
|
|
329
301
|
name = "FileSystemLimitExceeded";
|
|
330
302
|
$fault = "client";
|
|
@@ -389,11 +361,6 @@ let UnsupportedAvailabilityZone$1 = class UnsupportedAvailabilityZone extends EF
|
|
|
389
361
|
this.Message = opts.Message;
|
|
390
362
|
}
|
|
391
363
|
};
|
|
392
|
-
const IpAddressType = {
|
|
393
|
-
DUAL_STACK: "DUAL_STACK",
|
|
394
|
-
IPV4_ONLY: "IPV4_ONLY",
|
|
395
|
-
IPV6_ONLY: "IPV6_ONLY",
|
|
396
|
-
};
|
|
397
364
|
let IpAddressInUse$1 = class IpAddressInUse extends EFSServiceException$1 {
|
|
398
365
|
name = "IpAddressInUse";
|
|
399
366
|
$fault = "client";
|
|
@@ -506,14 +473,6 @@ let SubnetNotFound$1 = class SubnetNotFound extends EFSServiceException$1 {
|
|
|
506
473
|
this.Message = opts.Message;
|
|
507
474
|
}
|
|
508
475
|
};
|
|
509
|
-
const ReplicationStatus = {
|
|
510
|
-
DELETING: "DELETING",
|
|
511
|
-
ENABLED: "ENABLED",
|
|
512
|
-
ENABLING: "ENABLING",
|
|
513
|
-
ERROR: "ERROR",
|
|
514
|
-
PAUSED: "PAUSED",
|
|
515
|
-
PAUSING: "PAUSING",
|
|
516
|
-
};
|
|
517
476
|
let ReplicationNotFound$1 = class ReplicationNotFound extends EFSServiceException$1 {
|
|
518
477
|
name = "ReplicationNotFound";
|
|
519
478
|
$fault = "client";
|
|
@@ -594,18 +553,6 @@ let MountTargetNotFound$1 = class MountTargetNotFound extends EFSServiceExceptio
|
|
|
594
553
|
this.Message = opts.Message;
|
|
595
554
|
}
|
|
596
555
|
};
|
|
597
|
-
const DeletionMode = {
|
|
598
|
-
ALL_CONFIGURATIONS: "ALL_CONFIGURATIONS",
|
|
599
|
-
LOCAL_CONFIGURATION_ONLY: "LOCAL_CONFIGURATION_ONLY",
|
|
600
|
-
};
|
|
601
|
-
const ResourceIdType = {
|
|
602
|
-
LongId: "LONG_ID",
|
|
603
|
-
ShortId: "SHORT_ID",
|
|
604
|
-
};
|
|
605
|
-
const Resource = {
|
|
606
|
-
FileSystem: "FILE_SYSTEM",
|
|
607
|
-
MountTarget: "MOUNT_TARGET",
|
|
608
|
-
};
|
|
609
556
|
let PolicyNotFound$1 = class PolicyNotFound extends EFSServiceException$1 {
|
|
610
557
|
name = "PolicyNotFound";
|
|
611
558
|
$fault = "client";
|
|
@@ -622,31 +569,6 @@ let PolicyNotFound$1 = class PolicyNotFound extends EFSServiceException$1 {
|
|
|
622
569
|
this.Message = opts.Message;
|
|
623
570
|
}
|
|
624
571
|
};
|
|
625
|
-
const TransitionToArchiveRules = {
|
|
626
|
-
AFTER_14_DAYS: "AFTER_14_DAYS",
|
|
627
|
-
AFTER_180_DAYS: "AFTER_180_DAYS",
|
|
628
|
-
AFTER_1_DAY: "AFTER_1_DAY",
|
|
629
|
-
AFTER_270_DAYS: "AFTER_270_DAYS",
|
|
630
|
-
AFTER_30_DAYS: "AFTER_30_DAYS",
|
|
631
|
-
AFTER_365_DAYS: "AFTER_365_DAYS",
|
|
632
|
-
AFTER_60_DAYS: "AFTER_60_DAYS",
|
|
633
|
-
AFTER_7_DAYS: "AFTER_7_DAYS",
|
|
634
|
-
AFTER_90_DAYS: "AFTER_90_DAYS",
|
|
635
|
-
};
|
|
636
|
-
const TransitionToIARules = {
|
|
637
|
-
AFTER_14_DAYS: "AFTER_14_DAYS",
|
|
638
|
-
AFTER_180_DAYS: "AFTER_180_DAYS",
|
|
639
|
-
AFTER_1_DAY: "AFTER_1_DAY",
|
|
640
|
-
AFTER_270_DAYS: "AFTER_270_DAYS",
|
|
641
|
-
AFTER_30_DAYS: "AFTER_30_DAYS",
|
|
642
|
-
AFTER_365_DAYS: "AFTER_365_DAYS",
|
|
643
|
-
AFTER_60_DAYS: "AFTER_60_DAYS",
|
|
644
|
-
AFTER_7_DAYS: "AFTER_7_DAYS",
|
|
645
|
-
AFTER_90_DAYS: "AFTER_90_DAYS",
|
|
646
|
-
};
|
|
647
|
-
const TransitionToPrimaryStorageClassRules = {
|
|
648
|
-
AFTER_1_ACCESS: "AFTER_1_ACCESS",
|
|
649
|
-
};
|
|
650
572
|
let IncorrectMountTargetState$1 = class IncorrectMountTargetState extends EFSServiceException$1 {
|
|
651
573
|
name = "IncorrectMountTargetState";
|
|
652
574
|
$fault = "client";
|
|
@@ -2461,6 +2383,85 @@ const paginateDescribeTags = core.createPaginator(EFSClient, DescribeTagsCommand
|
|
|
2461
2383
|
|
|
2462
2384
|
const paginateListTagsForResource = core.createPaginator(EFSClient, ListTagsForResourceCommand, "NextToken", "NextToken", "MaxResults");
|
|
2463
2385
|
|
|
2386
|
+
const LifeCycleState = {
|
|
2387
|
+
AVAILABLE: "available",
|
|
2388
|
+
CREATING: "creating",
|
|
2389
|
+
DELETED: "deleted",
|
|
2390
|
+
DELETING: "deleting",
|
|
2391
|
+
ERROR: "error",
|
|
2392
|
+
UPDATING: "updating",
|
|
2393
|
+
};
|
|
2394
|
+
const Status = {
|
|
2395
|
+
DISABLED: "DISABLED",
|
|
2396
|
+
DISABLING: "DISABLING",
|
|
2397
|
+
ENABLED: "ENABLED",
|
|
2398
|
+
ENABLING: "ENABLING",
|
|
2399
|
+
};
|
|
2400
|
+
const PerformanceMode = {
|
|
2401
|
+
GENERAL_PURPOSE: "generalPurpose",
|
|
2402
|
+
MAX_IO: "maxIO",
|
|
2403
|
+
};
|
|
2404
|
+
const ThroughputMode = {
|
|
2405
|
+
BURSTING: "bursting",
|
|
2406
|
+
ELASTIC: "elastic",
|
|
2407
|
+
PROVISIONED: "provisioned",
|
|
2408
|
+
};
|
|
2409
|
+
const ReplicationOverwriteProtection = {
|
|
2410
|
+
DISABLED: "DISABLED",
|
|
2411
|
+
ENABLED: "ENABLED",
|
|
2412
|
+
REPLICATING: "REPLICATING",
|
|
2413
|
+
};
|
|
2414
|
+
const IpAddressType = {
|
|
2415
|
+
DUAL_STACK: "DUAL_STACK",
|
|
2416
|
+
IPV4_ONLY: "IPV4_ONLY",
|
|
2417
|
+
IPV6_ONLY: "IPV6_ONLY",
|
|
2418
|
+
};
|
|
2419
|
+
const ReplicationStatus = {
|
|
2420
|
+
DELETING: "DELETING",
|
|
2421
|
+
ENABLED: "ENABLED",
|
|
2422
|
+
ENABLING: "ENABLING",
|
|
2423
|
+
ERROR: "ERROR",
|
|
2424
|
+
PAUSED: "PAUSED",
|
|
2425
|
+
PAUSING: "PAUSING",
|
|
2426
|
+
};
|
|
2427
|
+
const DeletionMode = {
|
|
2428
|
+
ALL_CONFIGURATIONS: "ALL_CONFIGURATIONS",
|
|
2429
|
+
LOCAL_CONFIGURATION_ONLY: "LOCAL_CONFIGURATION_ONLY",
|
|
2430
|
+
};
|
|
2431
|
+
const ResourceIdType = {
|
|
2432
|
+
LongId: "LONG_ID",
|
|
2433
|
+
ShortId: "SHORT_ID",
|
|
2434
|
+
};
|
|
2435
|
+
const Resource = {
|
|
2436
|
+
FileSystem: "FILE_SYSTEM",
|
|
2437
|
+
MountTarget: "MOUNT_TARGET",
|
|
2438
|
+
};
|
|
2439
|
+
const TransitionToArchiveRules = {
|
|
2440
|
+
AFTER_14_DAYS: "AFTER_14_DAYS",
|
|
2441
|
+
AFTER_180_DAYS: "AFTER_180_DAYS",
|
|
2442
|
+
AFTER_1_DAY: "AFTER_1_DAY",
|
|
2443
|
+
AFTER_270_DAYS: "AFTER_270_DAYS",
|
|
2444
|
+
AFTER_30_DAYS: "AFTER_30_DAYS",
|
|
2445
|
+
AFTER_365_DAYS: "AFTER_365_DAYS",
|
|
2446
|
+
AFTER_60_DAYS: "AFTER_60_DAYS",
|
|
2447
|
+
AFTER_7_DAYS: "AFTER_7_DAYS",
|
|
2448
|
+
AFTER_90_DAYS: "AFTER_90_DAYS",
|
|
2449
|
+
};
|
|
2450
|
+
const TransitionToIARules = {
|
|
2451
|
+
AFTER_14_DAYS: "AFTER_14_DAYS",
|
|
2452
|
+
AFTER_180_DAYS: "AFTER_180_DAYS",
|
|
2453
|
+
AFTER_1_DAY: "AFTER_1_DAY",
|
|
2454
|
+
AFTER_270_DAYS: "AFTER_270_DAYS",
|
|
2455
|
+
AFTER_30_DAYS: "AFTER_30_DAYS",
|
|
2456
|
+
AFTER_365_DAYS: "AFTER_365_DAYS",
|
|
2457
|
+
AFTER_60_DAYS: "AFTER_60_DAYS",
|
|
2458
|
+
AFTER_7_DAYS: "AFTER_7_DAYS",
|
|
2459
|
+
AFTER_90_DAYS: "AFTER_90_DAYS",
|
|
2460
|
+
};
|
|
2461
|
+
const TransitionToPrimaryStorageClassRules = {
|
|
2462
|
+
AFTER_1_ACCESS: "AFTER_1_ACCESS",
|
|
2463
|
+
};
|
|
2464
|
+
|
|
2464
2465
|
Object.defineProperty(exports, "$Command", {
|
|
2465
2466
|
enumerable: true,
|
|
2466
2467
|
get: function () { return smithyClient.Command; }
|
package/dist-es/index.js
CHANGED
|
@@ -2,5 +2,6 @@ export * from "./EFSClient";
|
|
|
2
2
|
export * from "./EFS";
|
|
3
3
|
export * from "./commands";
|
|
4
4
|
export * from "./pagination";
|
|
5
|
-
export * from "./models";
|
|
5
|
+
export * from "./models/enums";
|
|
6
|
+
export * from "./models/errors";
|
|
6
7
|
export { EFSServiceException } from "./models/EFSServiceException";
|
|
@@ -0,0 +1,78 @@
|
|
|
1
|
+
export const LifeCycleState = {
|
|
2
|
+
AVAILABLE: "available",
|
|
3
|
+
CREATING: "creating",
|
|
4
|
+
DELETED: "deleted",
|
|
5
|
+
DELETING: "deleting",
|
|
6
|
+
ERROR: "error",
|
|
7
|
+
UPDATING: "updating",
|
|
8
|
+
};
|
|
9
|
+
export const Status = {
|
|
10
|
+
DISABLED: "DISABLED",
|
|
11
|
+
DISABLING: "DISABLING",
|
|
12
|
+
ENABLED: "ENABLED",
|
|
13
|
+
ENABLING: "ENABLING",
|
|
14
|
+
};
|
|
15
|
+
export const PerformanceMode = {
|
|
16
|
+
GENERAL_PURPOSE: "generalPurpose",
|
|
17
|
+
MAX_IO: "maxIO",
|
|
18
|
+
};
|
|
19
|
+
export const ThroughputMode = {
|
|
20
|
+
BURSTING: "bursting",
|
|
21
|
+
ELASTIC: "elastic",
|
|
22
|
+
PROVISIONED: "provisioned",
|
|
23
|
+
};
|
|
24
|
+
export const ReplicationOverwriteProtection = {
|
|
25
|
+
DISABLED: "DISABLED",
|
|
26
|
+
ENABLED: "ENABLED",
|
|
27
|
+
REPLICATING: "REPLICATING",
|
|
28
|
+
};
|
|
29
|
+
export const IpAddressType = {
|
|
30
|
+
DUAL_STACK: "DUAL_STACK",
|
|
31
|
+
IPV4_ONLY: "IPV4_ONLY",
|
|
32
|
+
IPV6_ONLY: "IPV6_ONLY",
|
|
33
|
+
};
|
|
34
|
+
export const ReplicationStatus = {
|
|
35
|
+
DELETING: "DELETING",
|
|
36
|
+
ENABLED: "ENABLED",
|
|
37
|
+
ENABLING: "ENABLING",
|
|
38
|
+
ERROR: "ERROR",
|
|
39
|
+
PAUSED: "PAUSED",
|
|
40
|
+
PAUSING: "PAUSING",
|
|
41
|
+
};
|
|
42
|
+
export const DeletionMode = {
|
|
43
|
+
ALL_CONFIGURATIONS: "ALL_CONFIGURATIONS",
|
|
44
|
+
LOCAL_CONFIGURATION_ONLY: "LOCAL_CONFIGURATION_ONLY",
|
|
45
|
+
};
|
|
46
|
+
export const ResourceIdType = {
|
|
47
|
+
LongId: "LONG_ID",
|
|
48
|
+
ShortId: "SHORT_ID",
|
|
49
|
+
};
|
|
50
|
+
export const Resource = {
|
|
51
|
+
FileSystem: "FILE_SYSTEM",
|
|
52
|
+
MountTarget: "MOUNT_TARGET",
|
|
53
|
+
};
|
|
54
|
+
export const TransitionToArchiveRules = {
|
|
55
|
+
AFTER_14_DAYS: "AFTER_14_DAYS",
|
|
56
|
+
AFTER_180_DAYS: "AFTER_180_DAYS",
|
|
57
|
+
AFTER_1_DAY: "AFTER_1_DAY",
|
|
58
|
+
AFTER_270_DAYS: "AFTER_270_DAYS",
|
|
59
|
+
AFTER_30_DAYS: "AFTER_30_DAYS",
|
|
60
|
+
AFTER_365_DAYS: "AFTER_365_DAYS",
|
|
61
|
+
AFTER_60_DAYS: "AFTER_60_DAYS",
|
|
62
|
+
AFTER_7_DAYS: "AFTER_7_DAYS",
|
|
63
|
+
AFTER_90_DAYS: "AFTER_90_DAYS",
|
|
64
|
+
};
|
|
65
|
+
export const TransitionToIARules = {
|
|
66
|
+
AFTER_14_DAYS: "AFTER_14_DAYS",
|
|
67
|
+
AFTER_180_DAYS: "AFTER_180_DAYS",
|
|
68
|
+
AFTER_1_DAY: "AFTER_1_DAY",
|
|
69
|
+
AFTER_270_DAYS: "AFTER_270_DAYS",
|
|
70
|
+
AFTER_30_DAYS: "AFTER_30_DAYS",
|
|
71
|
+
AFTER_365_DAYS: "AFTER_365_DAYS",
|
|
72
|
+
AFTER_60_DAYS: "AFTER_60_DAYS",
|
|
73
|
+
AFTER_7_DAYS: "AFTER_7_DAYS",
|
|
74
|
+
AFTER_90_DAYS: "AFTER_90_DAYS",
|
|
75
|
+
};
|
|
76
|
+
export const TransitionToPrimaryStorageClassRules = {
|
|
77
|
+
AFTER_1_ACCESS: "AFTER_1_ACCESS",
|
|
78
|
+
};
|