@aws-sdk/client-efs 3.489.0 → 3.495.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/EFS.js +1 -73
- package/dist-cjs/EFSClient.js +1 -43
- package/dist-cjs/commands/CreateAccessPointCommand.js +1 -28
- package/dist-cjs/commands/CreateFileSystemCommand.js +1 -28
- package/dist-cjs/commands/CreateMountTargetCommand.js +1 -28
- package/dist-cjs/commands/CreateReplicationConfigurationCommand.js +1 -28
- package/dist-cjs/commands/CreateTagsCommand.js +1 -28
- package/dist-cjs/commands/DeleteAccessPointCommand.js +1 -28
- package/dist-cjs/commands/DeleteFileSystemCommand.js +1 -28
- package/dist-cjs/commands/DeleteFileSystemPolicyCommand.js +1 -28
- package/dist-cjs/commands/DeleteMountTargetCommand.js +1 -28
- package/dist-cjs/commands/DeleteReplicationConfigurationCommand.js +1 -28
- package/dist-cjs/commands/DeleteTagsCommand.js +1 -28
- package/dist-cjs/commands/DescribeAccessPointsCommand.js +1 -28
- package/dist-cjs/commands/DescribeAccountPreferencesCommand.js +1 -28
- package/dist-cjs/commands/DescribeBackupPolicyCommand.js +1 -28
- package/dist-cjs/commands/DescribeFileSystemPolicyCommand.js +1 -28
- package/dist-cjs/commands/DescribeFileSystemsCommand.js +1 -28
- package/dist-cjs/commands/DescribeLifecycleConfigurationCommand.js +1 -28
- package/dist-cjs/commands/DescribeMountTargetSecurityGroupsCommand.js +1 -28
- package/dist-cjs/commands/DescribeMountTargetsCommand.js +1 -28
- package/dist-cjs/commands/DescribeReplicationConfigurationsCommand.js +1 -28
- package/dist-cjs/commands/DescribeTagsCommand.js +1 -28
- package/dist-cjs/commands/ListTagsForResourceCommand.js +1 -28
- package/dist-cjs/commands/ModifyMountTargetSecurityGroupsCommand.js +1 -28
- package/dist-cjs/commands/PutAccountPreferencesCommand.js +1 -28
- package/dist-cjs/commands/PutBackupPolicyCommand.js +1 -28
- package/dist-cjs/commands/PutFileSystemPolicyCommand.js +1 -28
- package/dist-cjs/commands/PutLifecycleConfigurationCommand.js +1 -28
- package/dist-cjs/commands/TagResourceCommand.js +1 -28
- package/dist-cjs/commands/UntagResourceCommand.js +1 -28
- package/dist-cjs/commands/UpdateFileSystemCommand.js +1 -28
- package/dist-cjs/commands/UpdateFileSystemProtectionCommand.js +1 -28
- package/dist-cjs/commands/index.js +1 -34
- package/dist-cjs/endpoint/EndpointParameters.js +1 -18
- package/dist-cjs/extensionConfiguration.js +1 -2
- package/dist-cjs/index.js +3993 -11
- package/dist-cjs/models/EFSServiceException.js +1 -12
- package/dist-cjs/models/index.js +1 -4
- package/dist-cjs/models/models_0.js +1 -555
- package/dist-cjs/pagination/DescribeAccessPointsPaginator.js +1 -7
- package/dist-cjs/pagination/DescribeFileSystemsPaginator.js +1 -7
- package/dist-cjs/pagination/DescribeMountTargetsPaginator.js +1 -7
- package/dist-cjs/pagination/DescribeReplicationConfigurationsPaginator.js +1 -7
- package/dist-cjs/pagination/DescribeTagsPaginator.js +1 -7
- package/dist-cjs/pagination/Interfaces.js +1 -2
- package/dist-cjs/pagination/ListTagsForResourcePaginator.js +1 -7
- package/dist-cjs/pagination/index.js +1 -10
- package/dist-cjs/protocols/Aws_restJson1.js +1 -2464
- package/dist-cjs/runtimeExtensions.js +1 -22
- package/package.json +40 -40
|
@@ -1,12 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.EFSServiceException = exports.__ServiceException = void 0;
|
|
4
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
5
|
-
Object.defineProperty(exports, "__ServiceException", { enumerable: true, get: function () { return smithy_client_1.ServiceException; } });
|
|
6
|
-
class EFSServiceException extends smithy_client_1.ServiceException {
|
|
7
|
-
constructor(options) {
|
|
8
|
-
super(options);
|
|
9
|
-
Object.setPrototypeOf(this, EFSServiceException.prototype);
|
|
10
|
-
}
|
|
11
|
-
}
|
|
12
|
-
exports.EFSServiceException = EFSServiceException;
|
|
1
|
+
module.exports = require("../index.js");
|
package/dist-cjs/models/index.js
CHANGED
|
@@ -1,555 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ReplicationAlreadyExists = exports.TooManyRequests = exports.InvalidPolicyException = exports.IncorrectMountTargetState = exports.TransitionToPrimaryStorageClassRules = exports.TransitionToIARules = exports.TransitionToArchiveRules = exports.PolicyNotFound = exports.Resource = exports.ResourceIdType = exports.MountTargetNotFound = exports.DependencyTimeout = exports.FileSystemInUse = exports.ValidationException = exports.ReplicationNotFound = exports.ReplicationStatus = exports.SubnetNotFound = exports.SecurityGroupNotFound = exports.SecurityGroupLimitExceeded = exports.NoFreeAddressesInSubnet = exports.NetworkInterfaceLimitExceeded = exports.MountTargetConflict = exports.IpAddressInUse = exports.UnsupportedAvailabilityZone = exports.ThroughputLimitExceeded = exports.InsufficientThroughputCapacity = exports.FileSystemLimitExceeded = exports.ReplicationOverwriteProtection = exports.FileSystemAlreadyExists = exports.ThroughputMode = exports.PerformanceMode = exports.ThrottlingException = exports.InternalServerError = exports.IncorrectFileSystemLifeCycleState = exports.FileSystemNotFound = exports.ConflictException = exports.BadRequest = exports.Status = exports.AvailabilityZonesMismatch = exports.AccessPointNotFound = exports.AccessPointLimitExceeded = exports.LifeCycleState = exports.AccessPointAlreadyExists = void 0;
|
|
4
|
-
const EFSServiceException_1 = require("./EFSServiceException");
|
|
5
|
-
class AccessPointAlreadyExists extends EFSServiceException_1.EFSServiceException {
|
|
6
|
-
constructor(opts) {
|
|
7
|
-
super({
|
|
8
|
-
name: "AccessPointAlreadyExists",
|
|
9
|
-
$fault: "client",
|
|
10
|
-
...opts,
|
|
11
|
-
});
|
|
12
|
-
this.name = "AccessPointAlreadyExists";
|
|
13
|
-
this.$fault = "client";
|
|
14
|
-
Object.setPrototypeOf(this, AccessPointAlreadyExists.prototype);
|
|
15
|
-
this.ErrorCode = opts.ErrorCode;
|
|
16
|
-
this.Message = opts.Message;
|
|
17
|
-
this.AccessPointId = opts.AccessPointId;
|
|
18
|
-
}
|
|
19
|
-
}
|
|
20
|
-
exports.AccessPointAlreadyExists = AccessPointAlreadyExists;
|
|
21
|
-
exports.LifeCycleState = {
|
|
22
|
-
AVAILABLE: "available",
|
|
23
|
-
CREATING: "creating",
|
|
24
|
-
DELETED: "deleted",
|
|
25
|
-
DELETING: "deleting",
|
|
26
|
-
ERROR: "error",
|
|
27
|
-
UPDATING: "updating",
|
|
28
|
-
};
|
|
29
|
-
class AccessPointLimitExceeded extends EFSServiceException_1.EFSServiceException {
|
|
30
|
-
constructor(opts) {
|
|
31
|
-
super({
|
|
32
|
-
name: "AccessPointLimitExceeded",
|
|
33
|
-
$fault: "client",
|
|
34
|
-
...opts,
|
|
35
|
-
});
|
|
36
|
-
this.name = "AccessPointLimitExceeded";
|
|
37
|
-
this.$fault = "client";
|
|
38
|
-
Object.setPrototypeOf(this, AccessPointLimitExceeded.prototype);
|
|
39
|
-
this.ErrorCode = opts.ErrorCode;
|
|
40
|
-
this.Message = opts.Message;
|
|
41
|
-
}
|
|
42
|
-
}
|
|
43
|
-
exports.AccessPointLimitExceeded = AccessPointLimitExceeded;
|
|
44
|
-
class AccessPointNotFound extends EFSServiceException_1.EFSServiceException {
|
|
45
|
-
constructor(opts) {
|
|
46
|
-
super({
|
|
47
|
-
name: "AccessPointNotFound",
|
|
48
|
-
$fault: "client",
|
|
49
|
-
...opts,
|
|
50
|
-
});
|
|
51
|
-
this.name = "AccessPointNotFound";
|
|
52
|
-
this.$fault = "client";
|
|
53
|
-
Object.setPrototypeOf(this, AccessPointNotFound.prototype);
|
|
54
|
-
this.ErrorCode = opts.ErrorCode;
|
|
55
|
-
this.Message = opts.Message;
|
|
56
|
-
}
|
|
57
|
-
}
|
|
58
|
-
exports.AccessPointNotFound = AccessPointNotFound;
|
|
59
|
-
class AvailabilityZonesMismatch extends EFSServiceException_1.EFSServiceException {
|
|
60
|
-
constructor(opts) {
|
|
61
|
-
super({
|
|
62
|
-
name: "AvailabilityZonesMismatch",
|
|
63
|
-
$fault: "client",
|
|
64
|
-
...opts,
|
|
65
|
-
});
|
|
66
|
-
this.name = "AvailabilityZonesMismatch";
|
|
67
|
-
this.$fault = "client";
|
|
68
|
-
Object.setPrototypeOf(this, AvailabilityZonesMismatch.prototype);
|
|
69
|
-
this.ErrorCode = opts.ErrorCode;
|
|
70
|
-
this.Message = opts.Message;
|
|
71
|
-
}
|
|
72
|
-
}
|
|
73
|
-
exports.AvailabilityZonesMismatch = AvailabilityZonesMismatch;
|
|
74
|
-
exports.Status = {
|
|
75
|
-
DISABLED: "DISABLED",
|
|
76
|
-
DISABLING: "DISABLING",
|
|
77
|
-
ENABLED: "ENABLED",
|
|
78
|
-
ENABLING: "ENABLING",
|
|
79
|
-
};
|
|
80
|
-
class BadRequest extends EFSServiceException_1.EFSServiceException {
|
|
81
|
-
constructor(opts) {
|
|
82
|
-
super({
|
|
83
|
-
name: "BadRequest",
|
|
84
|
-
$fault: "client",
|
|
85
|
-
...opts,
|
|
86
|
-
});
|
|
87
|
-
this.name = "BadRequest";
|
|
88
|
-
this.$fault = "client";
|
|
89
|
-
Object.setPrototypeOf(this, BadRequest.prototype);
|
|
90
|
-
this.ErrorCode = opts.ErrorCode;
|
|
91
|
-
this.Message = opts.Message;
|
|
92
|
-
}
|
|
93
|
-
}
|
|
94
|
-
exports.BadRequest = BadRequest;
|
|
95
|
-
class ConflictException extends EFSServiceException_1.EFSServiceException {
|
|
96
|
-
constructor(opts) {
|
|
97
|
-
super({
|
|
98
|
-
name: "ConflictException",
|
|
99
|
-
$fault: "client",
|
|
100
|
-
...opts,
|
|
101
|
-
});
|
|
102
|
-
this.name = "ConflictException";
|
|
103
|
-
this.$fault = "client";
|
|
104
|
-
Object.setPrototypeOf(this, ConflictException.prototype);
|
|
105
|
-
this.ErrorCode = opts.ErrorCode;
|
|
106
|
-
this.Message = opts.Message;
|
|
107
|
-
}
|
|
108
|
-
}
|
|
109
|
-
exports.ConflictException = ConflictException;
|
|
110
|
-
class FileSystemNotFound extends EFSServiceException_1.EFSServiceException {
|
|
111
|
-
constructor(opts) {
|
|
112
|
-
super({
|
|
113
|
-
name: "FileSystemNotFound",
|
|
114
|
-
$fault: "client",
|
|
115
|
-
...opts,
|
|
116
|
-
});
|
|
117
|
-
this.name = "FileSystemNotFound";
|
|
118
|
-
this.$fault = "client";
|
|
119
|
-
Object.setPrototypeOf(this, FileSystemNotFound.prototype);
|
|
120
|
-
this.ErrorCode = opts.ErrorCode;
|
|
121
|
-
this.Message = opts.Message;
|
|
122
|
-
}
|
|
123
|
-
}
|
|
124
|
-
exports.FileSystemNotFound = FileSystemNotFound;
|
|
125
|
-
class IncorrectFileSystemLifeCycleState extends EFSServiceException_1.EFSServiceException {
|
|
126
|
-
constructor(opts) {
|
|
127
|
-
super({
|
|
128
|
-
name: "IncorrectFileSystemLifeCycleState",
|
|
129
|
-
$fault: "client",
|
|
130
|
-
...opts,
|
|
131
|
-
});
|
|
132
|
-
this.name = "IncorrectFileSystemLifeCycleState";
|
|
133
|
-
this.$fault = "client";
|
|
134
|
-
Object.setPrototypeOf(this, IncorrectFileSystemLifeCycleState.prototype);
|
|
135
|
-
this.ErrorCode = opts.ErrorCode;
|
|
136
|
-
this.Message = opts.Message;
|
|
137
|
-
}
|
|
138
|
-
}
|
|
139
|
-
exports.IncorrectFileSystemLifeCycleState = IncorrectFileSystemLifeCycleState;
|
|
140
|
-
class InternalServerError extends EFSServiceException_1.EFSServiceException {
|
|
141
|
-
constructor(opts) {
|
|
142
|
-
super({
|
|
143
|
-
name: "InternalServerError",
|
|
144
|
-
$fault: "server",
|
|
145
|
-
...opts,
|
|
146
|
-
});
|
|
147
|
-
this.name = "InternalServerError";
|
|
148
|
-
this.$fault = "server";
|
|
149
|
-
Object.setPrototypeOf(this, InternalServerError.prototype);
|
|
150
|
-
this.ErrorCode = opts.ErrorCode;
|
|
151
|
-
this.Message = opts.Message;
|
|
152
|
-
}
|
|
153
|
-
}
|
|
154
|
-
exports.InternalServerError = InternalServerError;
|
|
155
|
-
class ThrottlingException extends EFSServiceException_1.EFSServiceException {
|
|
156
|
-
constructor(opts) {
|
|
157
|
-
super({
|
|
158
|
-
name: "ThrottlingException",
|
|
159
|
-
$fault: "client",
|
|
160
|
-
...opts,
|
|
161
|
-
});
|
|
162
|
-
this.name = "ThrottlingException";
|
|
163
|
-
this.$fault = "client";
|
|
164
|
-
Object.setPrototypeOf(this, ThrottlingException.prototype);
|
|
165
|
-
this.ErrorCode = opts.ErrorCode;
|
|
166
|
-
this.Message = opts.Message;
|
|
167
|
-
}
|
|
168
|
-
}
|
|
169
|
-
exports.ThrottlingException = ThrottlingException;
|
|
170
|
-
exports.PerformanceMode = {
|
|
171
|
-
GENERAL_PURPOSE: "generalPurpose",
|
|
172
|
-
MAX_IO: "maxIO",
|
|
173
|
-
};
|
|
174
|
-
exports.ThroughputMode = {
|
|
175
|
-
BURSTING: "bursting",
|
|
176
|
-
ELASTIC: "elastic",
|
|
177
|
-
PROVISIONED: "provisioned",
|
|
178
|
-
};
|
|
179
|
-
class FileSystemAlreadyExists extends EFSServiceException_1.EFSServiceException {
|
|
180
|
-
constructor(opts) {
|
|
181
|
-
super({
|
|
182
|
-
name: "FileSystemAlreadyExists",
|
|
183
|
-
$fault: "client",
|
|
184
|
-
...opts,
|
|
185
|
-
});
|
|
186
|
-
this.name = "FileSystemAlreadyExists";
|
|
187
|
-
this.$fault = "client";
|
|
188
|
-
Object.setPrototypeOf(this, FileSystemAlreadyExists.prototype);
|
|
189
|
-
this.ErrorCode = opts.ErrorCode;
|
|
190
|
-
this.Message = opts.Message;
|
|
191
|
-
this.FileSystemId = opts.FileSystemId;
|
|
192
|
-
}
|
|
193
|
-
}
|
|
194
|
-
exports.FileSystemAlreadyExists = FileSystemAlreadyExists;
|
|
195
|
-
exports.ReplicationOverwriteProtection = {
|
|
196
|
-
DISABLED: "DISABLED",
|
|
197
|
-
ENABLED: "ENABLED",
|
|
198
|
-
REPLICATING: "REPLICATING",
|
|
199
|
-
};
|
|
200
|
-
class FileSystemLimitExceeded extends EFSServiceException_1.EFSServiceException {
|
|
201
|
-
constructor(opts) {
|
|
202
|
-
super({
|
|
203
|
-
name: "FileSystemLimitExceeded",
|
|
204
|
-
$fault: "client",
|
|
205
|
-
...opts,
|
|
206
|
-
});
|
|
207
|
-
this.name = "FileSystemLimitExceeded";
|
|
208
|
-
this.$fault = "client";
|
|
209
|
-
Object.setPrototypeOf(this, FileSystemLimitExceeded.prototype);
|
|
210
|
-
this.ErrorCode = opts.ErrorCode;
|
|
211
|
-
this.Message = opts.Message;
|
|
212
|
-
}
|
|
213
|
-
}
|
|
214
|
-
exports.FileSystemLimitExceeded = FileSystemLimitExceeded;
|
|
215
|
-
class InsufficientThroughputCapacity extends EFSServiceException_1.EFSServiceException {
|
|
216
|
-
constructor(opts) {
|
|
217
|
-
super({
|
|
218
|
-
name: "InsufficientThroughputCapacity",
|
|
219
|
-
$fault: "server",
|
|
220
|
-
...opts,
|
|
221
|
-
});
|
|
222
|
-
this.name = "InsufficientThroughputCapacity";
|
|
223
|
-
this.$fault = "server";
|
|
224
|
-
Object.setPrototypeOf(this, InsufficientThroughputCapacity.prototype);
|
|
225
|
-
this.ErrorCode = opts.ErrorCode;
|
|
226
|
-
this.Message = opts.Message;
|
|
227
|
-
}
|
|
228
|
-
}
|
|
229
|
-
exports.InsufficientThroughputCapacity = InsufficientThroughputCapacity;
|
|
230
|
-
class ThroughputLimitExceeded extends EFSServiceException_1.EFSServiceException {
|
|
231
|
-
constructor(opts) {
|
|
232
|
-
super({
|
|
233
|
-
name: "ThroughputLimitExceeded",
|
|
234
|
-
$fault: "client",
|
|
235
|
-
...opts,
|
|
236
|
-
});
|
|
237
|
-
this.name = "ThroughputLimitExceeded";
|
|
238
|
-
this.$fault = "client";
|
|
239
|
-
Object.setPrototypeOf(this, ThroughputLimitExceeded.prototype);
|
|
240
|
-
this.ErrorCode = opts.ErrorCode;
|
|
241
|
-
this.Message = opts.Message;
|
|
242
|
-
}
|
|
243
|
-
}
|
|
244
|
-
exports.ThroughputLimitExceeded = ThroughputLimitExceeded;
|
|
245
|
-
class UnsupportedAvailabilityZone extends EFSServiceException_1.EFSServiceException {
|
|
246
|
-
constructor(opts) {
|
|
247
|
-
super({
|
|
248
|
-
name: "UnsupportedAvailabilityZone",
|
|
249
|
-
$fault: "client",
|
|
250
|
-
...opts,
|
|
251
|
-
});
|
|
252
|
-
this.name = "UnsupportedAvailabilityZone";
|
|
253
|
-
this.$fault = "client";
|
|
254
|
-
Object.setPrototypeOf(this, UnsupportedAvailabilityZone.prototype);
|
|
255
|
-
this.ErrorCode = opts.ErrorCode;
|
|
256
|
-
this.Message = opts.Message;
|
|
257
|
-
}
|
|
258
|
-
}
|
|
259
|
-
exports.UnsupportedAvailabilityZone = UnsupportedAvailabilityZone;
|
|
260
|
-
class IpAddressInUse extends EFSServiceException_1.EFSServiceException {
|
|
261
|
-
constructor(opts) {
|
|
262
|
-
super({
|
|
263
|
-
name: "IpAddressInUse",
|
|
264
|
-
$fault: "client",
|
|
265
|
-
...opts,
|
|
266
|
-
});
|
|
267
|
-
this.name = "IpAddressInUse";
|
|
268
|
-
this.$fault = "client";
|
|
269
|
-
Object.setPrototypeOf(this, IpAddressInUse.prototype);
|
|
270
|
-
this.ErrorCode = opts.ErrorCode;
|
|
271
|
-
this.Message = opts.Message;
|
|
272
|
-
}
|
|
273
|
-
}
|
|
274
|
-
exports.IpAddressInUse = IpAddressInUse;
|
|
275
|
-
class MountTargetConflict extends EFSServiceException_1.EFSServiceException {
|
|
276
|
-
constructor(opts) {
|
|
277
|
-
super({
|
|
278
|
-
name: "MountTargetConflict",
|
|
279
|
-
$fault: "client",
|
|
280
|
-
...opts,
|
|
281
|
-
});
|
|
282
|
-
this.name = "MountTargetConflict";
|
|
283
|
-
this.$fault = "client";
|
|
284
|
-
Object.setPrototypeOf(this, MountTargetConflict.prototype);
|
|
285
|
-
this.ErrorCode = opts.ErrorCode;
|
|
286
|
-
this.Message = opts.Message;
|
|
287
|
-
}
|
|
288
|
-
}
|
|
289
|
-
exports.MountTargetConflict = MountTargetConflict;
|
|
290
|
-
class NetworkInterfaceLimitExceeded extends EFSServiceException_1.EFSServiceException {
|
|
291
|
-
constructor(opts) {
|
|
292
|
-
super({
|
|
293
|
-
name: "NetworkInterfaceLimitExceeded",
|
|
294
|
-
$fault: "client",
|
|
295
|
-
...opts,
|
|
296
|
-
});
|
|
297
|
-
this.name = "NetworkInterfaceLimitExceeded";
|
|
298
|
-
this.$fault = "client";
|
|
299
|
-
Object.setPrototypeOf(this, NetworkInterfaceLimitExceeded.prototype);
|
|
300
|
-
this.ErrorCode = opts.ErrorCode;
|
|
301
|
-
this.Message = opts.Message;
|
|
302
|
-
}
|
|
303
|
-
}
|
|
304
|
-
exports.NetworkInterfaceLimitExceeded = NetworkInterfaceLimitExceeded;
|
|
305
|
-
class NoFreeAddressesInSubnet extends EFSServiceException_1.EFSServiceException {
|
|
306
|
-
constructor(opts) {
|
|
307
|
-
super({
|
|
308
|
-
name: "NoFreeAddressesInSubnet",
|
|
309
|
-
$fault: "client",
|
|
310
|
-
...opts,
|
|
311
|
-
});
|
|
312
|
-
this.name = "NoFreeAddressesInSubnet";
|
|
313
|
-
this.$fault = "client";
|
|
314
|
-
Object.setPrototypeOf(this, NoFreeAddressesInSubnet.prototype);
|
|
315
|
-
this.ErrorCode = opts.ErrorCode;
|
|
316
|
-
this.Message = opts.Message;
|
|
317
|
-
}
|
|
318
|
-
}
|
|
319
|
-
exports.NoFreeAddressesInSubnet = NoFreeAddressesInSubnet;
|
|
320
|
-
class SecurityGroupLimitExceeded extends EFSServiceException_1.EFSServiceException {
|
|
321
|
-
constructor(opts) {
|
|
322
|
-
super({
|
|
323
|
-
name: "SecurityGroupLimitExceeded",
|
|
324
|
-
$fault: "client",
|
|
325
|
-
...opts,
|
|
326
|
-
});
|
|
327
|
-
this.name = "SecurityGroupLimitExceeded";
|
|
328
|
-
this.$fault = "client";
|
|
329
|
-
Object.setPrototypeOf(this, SecurityGroupLimitExceeded.prototype);
|
|
330
|
-
this.ErrorCode = opts.ErrorCode;
|
|
331
|
-
this.Message = opts.Message;
|
|
332
|
-
}
|
|
333
|
-
}
|
|
334
|
-
exports.SecurityGroupLimitExceeded = SecurityGroupLimitExceeded;
|
|
335
|
-
class SecurityGroupNotFound extends EFSServiceException_1.EFSServiceException {
|
|
336
|
-
constructor(opts) {
|
|
337
|
-
super({
|
|
338
|
-
name: "SecurityGroupNotFound",
|
|
339
|
-
$fault: "client",
|
|
340
|
-
...opts,
|
|
341
|
-
});
|
|
342
|
-
this.name = "SecurityGroupNotFound";
|
|
343
|
-
this.$fault = "client";
|
|
344
|
-
Object.setPrototypeOf(this, SecurityGroupNotFound.prototype);
|
|
345
|
-
this.ErrorCode = opts.ErrorCode;
|
|
346
|
-
this.Message = opts.Message;
|
|
347
|
-
}
|
|
348
|
-
}
|
|
349
|
-
exports.SecurityGroupNotFound = SecurityGroupNotFound;
|
|
350
|
-
class SubnetNotFound extends EFSServiceException_1.EFSServiceException {
|
|
351
|
-
constructor(opts) {
|
|
352
|
-
super({
|
|
353
|
-
name: "SubnetNotFound",
|
|
354
|
-
$fault: "client",
|
|
355
|
-
...opts,
|
|
356
|
-
});
|
|
357
|
-
this.name = "SubnetNotFound";
|
|
358
|
-
this.$fault = "client";
|
|
359
|
-
Object.setPrototypeOf(this, SubnetNotFound.prototype);
|
|
360
|
-
this.ErrorCode = opts.ErrorCode;
|
|
361
|
-
this.Message = opts.Message;
|
|
362
|
-
}
|
|
363
|
-
}
|
|
364
|
-
exports.SubnetNotFound = SubnetNotFound;
|
|
365
|
-
exports.ReplicationStatus = {
|
|
366
|
-
DELETING: "DELETING",
|
|
367
|
-
ENABLED: "ENABLED",
|
|
368
|
-
ENABLING: "ENABLING",
|
|
369
|
-
ERROR: "ERROR",
|
|
370
|
-
PAUSED: "PAUSED",
|
|
371
|
-
PAUSING: "PAUSING",
|
|
372
|
-
};
|
|
373
|
-
class ReplicationNotFound extends EFSServiceException_1.EFSServiceException {
|
|
374
|
-
constructor(opts) {
|
|
375
|
-
super({
|
|
376
|
-
name: "ReplicationNotFound",
|
|
377
|
-
$fault: "client",
|
|
378
|
-
...opts,
|
|
379
|
-
});
|
|
380
|
-
this.name = "ReplicationNotFound";
|
|
381
|
-
this.$fault = "client";
|
|
382
|
-
Object.setPrototypeOf(this, ReplicationNotFound.prototype);
|
|
383
|
-
this.ErrorCode = opts.ErrorCode;
|
|
384
|
-
this.Message = opts.Message;
|
|
385
|
-
}
|
|
386
|
-
}
|
|
387
|
-
exports.ReplicationNotFound = ReplicationNotFound;
|
|
388
|
-
class ValidationException extends EFSServiceException_1.EFSServiceException {
|
|
389
|
-
constructor(opts) {
|
|
390
|
-
super({
|
|
391
|
-
name: "ValidationException",
|
|
392
|
-
$fault: "client",
|
|
393
|
-
...opts,
|
|
394
|
-
});
|
|
395
|
-
this.name = "ValidationException";
|
|
396
|
-
this.$fault = "client";
|
|
397
|
-
Object.setPrototypeOf(this, ValidationException.prototype);
|
|
398
|
-
this.ErrorCode = opts.ErrorCode;
|
|
399
|
-
this.Message = opts.Message;
|
|
400
|
-
}
|
|
401
|
-
}
|
|
402
|
-
exports.ValidationException = ValidationException;
|
|
403
|
-
class FileSystemInUse extends EFSServiceException_1.EFSServiceException {
|
|
404
|
-
constructor(opts) {
|
|
405
|
-
super({
|
|
406
|
-
name: "FileSystemInUse",
|
|
407
|
-
$fault: "client",
|
|
408
|
-
...opts,
|
|
409
|
-
});
|
|
410
|
-
this.name = "FileSystemInUse";
|
|
411
|
-
this.$fault = "client";
|
|
412
|
-
Object.setPrototypeOf(this, FileSystemInUse.prototype);
|
|
413
|
-
this.ErrorCode = opts.ErrorCode;
|
|
414
|
-
this.Message = opts.Message;
|
|
415
|
-
}
|
|
416
|
-
}
|
|
417
|
-
exports.FileSystemInUse = FileSystemInUse;
|
|
418
|
-
class DependencyTimeout extends EFSServiceException_1.EFSServiceException {
|
|
419
|
-
constructor(opts) {
|
|
420
|
-
super({
|
|
421
|
-
name: "DependencyTimeout",
|
|
422
|
-
$fault: "server",
|
|
423
|
-
...opts,
|
|
424
|
-
});
|
|
425
|
-
this.name = "DependencyTimeout";
|
|
426
|
-
this.$fault = "server";
|
|
427
|
-
Object.setPrototypeOf(this, DependencyTimeout.prototype);
|
|
428
|
-
this.ErrorCode = opts.ErrorCode;
|
|
429
|
-
this.Message = opts.Message;
|
|
430
|
-
}
|
|
431
|
-
}
|
|
432
|
-
exports.DependencyTimeout = DependencyTimeout;
|
|
433
|
-
class MountTargetNotFound extends EFSServiceException_1.EFSServiceException {
|
|
434
|
-
constructor(opts) {
|
|
435
|
-
super({
|
|
436
|
-
name: "MountTargetNotFound",
|
|
437
|
-
$fault: "client",
|
|
438
|
-
...opts,
|
|
439
|
-
});
|
|
440
|
-
this.name = "MountTargetNotFound";
|
|
441
|
-
this.$fault = "client";
|
|
442
|
-
Object.setPrototypeOf(this, MountTargetNotFound.prototype);
|
|
443
|
-
this.ErrorCode = opts.ErrorCode;
|
|
444
|
-
this.Message = opts.Message;
|
|
445
|
-
}
|
|
446
|
-
}
|
|
447
|
-
exports.MountTargetNotFound = MountTargetNotFound;
|
|
448
|
-
exports.ResourceIdType = {
|
|
449
|
-
LongId: "LONG_ID",
|
|
450
|
-
ShortId: "SHORT_ID",
|
|
451
|
-
};
|
|
452
|
-
exports.Resource = {
|
|
453
|
-
FileSystem: "FILE_SYSTEM",
|
|
454
|
-
MountTarget: "MOUNT_TARGET",
|
|
455
|
-
};
|
|
456
|
-
class PolicyNotFound extends EFSServiceException_1.EFSServiceException {
|
|
457
|
-
constructor(opts) {
|
|
458
|
-
super({
|
|
459
|
-
name: "PolicyNotFound",
|
|
460
|
-
$fault: "client",
|
|
461
|
-
...opts,
|
|
462
|
-
});
|
|
463
|
-
this.name = "PolicyNotFound";
|
|
464
|
-
this.$fault = "client";
|
|
465
|
-
Object.setPrototypeOf(this, PolicyNotFound.prototype);
|
|
466
|
-
this.ErrorCode = opts.ErrorCode;
|
|
467
|
-
this.Message = opts.Message;
|
|
468
|
-
}
|
|
469
|
-
}
|
|
470
|
-
exports.PolicyNotFound = PolicyNotFound;
|
|
471
|
-
exports.TransitionToArchiveRules = {
|
|
472
|
-
AFTER_14_DAYS: "AFTER_14_DAYS",
|
|
473
|
-
AFTER_180_DAYS: "AFTER_180_DAYS",
|
|
474
|
-
AFTER_1_DAY: "AFTER_1_DAY",
|
|
475
|
-
AFTER_270_DAYS: "AFTER_270_DAYS",
|
|
476
|
-
AFTER_30_DAYS: "AFTER_30_DAYS",
|
|
477
|
-
AFTER_365_DAYS: "AFTER_365_DAYS",
|
|
478
|
-
AFTER_60_DAYS: "AFTER_60_DAYS",
|
|
479
|
-
AFTER_7_DAYS: "AFTER_7_DAYS",
|
|
480
|
-
AFTER_90_DAYS: "AFTER_90_DAYS",
|
|
481
|
-
};
|
|
482
|
-
exports.TransitionToIARules = {
|
|
483
|
-
AFTER_14_DAYS: "AFTER_14_DAYS",
|
|
484
|
-
AFTER_180_DAYS: "AFTER_180_DAYS",
|
|
485
|
-
AFTER_1_DAY: "AFTER_1_DAY",
|
|
486
|
-
AFTER_270_DAYS: "AFTER_270_DAYS",
|
|
487
|
-
AFTER_30_DAYS: "AFTER_30_DAYS",
|
|
488
|
-
AFTER_365_DAYS: "AFTER_365_DAYS",
|
|
489
|
-
AFTER_60_DAYS: "AFTER_60_DAYS",
|
|
490
|
-
AFTER_7_DAYS: "AFTER_7_DAYS",
|
|
491
|
-
AFTER_90_DAYS: "AFTER_90_DAYS",
|
|
492
|
-
};
|
|
493
|
-
exports.TransitionToPrimaryStorageClassRules = {
|
|
494
|
-
AFTER_1_ACCESS: "AFTER_1_ACCESS",
|
|
495
|
-
};
|
|
496
|
-
class IncorrectMountTargetState extends EFSServiceException_1.EFSServiceException {
|
|
497
|
-
constructor(opts) {
|
|
498
|
-
super({
|
|
499
|
-
name: "IncorrectMountTargetState",
|
|
500
|
-
$fault: "client",
|
|
501
|
-
...opts,
|
|
502
|
-
});
|
|
503
|
-
this.name = "IncorrectMountTargetState";
|
|
504
|
-
this.$fault = "client";
|
|
505
|
-
Object.setPrototypeOf(this, IncorrectMountTargetState.prototype);
|
|
506
|
-
this.ErrorCode = opts.ErrorCode;
|
|
507
|
-
this.Message = opts.Message;
|
|
508
|
-
}
|
|
509
|
-
}
|
|
510
|
-
exports.IncorrectMountTargetState = IncorrectMountTargetState;
|
|
511
|
-
class InvalidPolicyException extends EFSServiceException_1.EFSServiceException {
|
|
512
|
-
constructor(opts) {
|
|
513
|
-
super({
|
|
514
|
-
name: "InvalidPolicyException",
|
|
515
|
-
$fault: "client",
|
|
516
|
-
...opts,
|
|
517
|
-
});
|
|
518
|
-
this.name = "InvalidPolicyException";
|
|
519
|
-
this.$fault = "client";
|
|
520
|
-
Object.setPrototypeOf(this, InvalidPolicyException.prototype);
|
|
521
|
-
this.ErrorCode = opts.ErrorCode;
|
|
522
|
-
this.Message = opts.Message;
|
|
523
|
-
}
|
|
524
|
-
}
|
|
525
|
-
exports.InvalidPolicyException = InvalidPolicyException;
|
|
526
|
-
class TooManyRequests extends EFSServiceException_1.EFSServiceException {
|
|
527
|
-
constructor(opts) {
|
|
528
|
-
super({
|
|
529
|
-
name: "TooManyRequests",
|
|
530
|
-
$fault: "client",
|
|
531
|
-
...opts,
|
|
532
|
-
});
|
|
533
|
-
this.name = "TooManyRequests";
|
|
534
|
-
this.$fault = "client";
|
|
535
|
-
Object.setPrototypeOf(this, TooManyRequests.prototype);
|
|
536
|
-
this.ErrorCode = opts.ErrorCode;
|
|
537
|
-
this.Message = opts.Message;
|
|
538
|
-
}
|
|
539
|
-
}
|
|
540
|
-
exports.TooManyRequests = TooManyRequests;
|
|
541
|
-
class ReplicationAlreadyExists extends EFSServiceException_1.EFSServiceException {
|
|
542
|
-
constructor(opts) {
|
|
543
|
-
super({
|
|
544
|
-
name: "ReplicationAlreadyExists",
|
|
545
|
-
$fault: "client",
|
|
546
|
-
...opts,
|
|
547
|
-
});
|
|
548
|
-
this.name = "ReplicationAlreadyExists";
|
|
549
|
-
this.$fault = "client";
|
|
550
|
-
Object.setPrototypeOf(this, ReplicationAlreadyExists.prototype);
|
|
551
|
-
this.ErrorCode = opts.ErrorCode;
|
|
552
|
-
this.Message = opts.Message;
|
|
553
|
-
}
|
|
554
|
-
}
|
|
555
|
-
exports.ReplicationAlreadyExists = ReplicationAlreadyExists;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateDescribeAccessPoints = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const DescribeAccessPointsCommand_1 = require("../commands/DescribeAccessPointsCommand");
|
|
6
|
-
const EFSClient_1 = require("../EFSClient");
|
|
7
|
-
exports.paginateDescribeAccessPoints = (0, core_1.createPaginator)(EFSClient_1.EFSClient, DescribeAccessPointsCommand_1.DescribeAccessPointsCommand, "NextToken", "NextToken", "MaxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateDescribeFileSystems = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const DescribeFileSystemsCommand_1 = require("../commands/DescribeFileSystemsCommand");
|
|
6
|
-
const EFSClient_1 = require("../EFSClient");
|
|
7
|
-
exports.paginateDescribeFileSystems = (0, core_1.createPaginator)(EFSClient_1.EFSClient, DescribeFileSystemsCommand_1.DescribeFileSystemsCommand, "Marker", "NextMarker", "MaxItems");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateDescribeMountTargets = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const DescribeMountTargetsCommand_1 = require("../commands/DescribeMountTargetsCommand");
|
|
6
|
-
const EFSClient_1 = require("../EFSClient");
|
|
7
|
-
exports.paginateDescribeMountTargets = (0, core_1.createPaginator)(EFSClient_1.EFSClient, DescribeMountTargetsCommand_1.DescribeMountTargetsCommand, "Marker", "NextMarker", "MaxItems");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateDescribeReplicationConfigurations = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const DescribeReplicationConfigurationsCommand_1 = require("../commands/DescribeReplicationConfigurationsCommand");
|
|
6
|
-
const EFSClient_1 = require("../EFSClient");
|
|
7
|
-
exports.paginateDescribeReplicationConfigurations = (0, core_1.createPaginator)(EFSClient_1.EFSClient, DescribeReplicationConfigurationsCommand_1.DescribeReplicationConfigurationsCommand, "NextToken", "NextToken", "MaxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateDescribeTags = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const DescribeTagsCommand_1 = require("../commands/DescribeTagsCommand");
|
|
6
|
-
const EFSClient_1 = require("../EFSClient");
|
|
7
|
-
exports.paginateDescribeTags = (0, core_1.createPaginator)(EFSClient_1.EFSClient, DescribeTagsCommand_1.DescribeTagsCommand, "Marker", "NextMarker", "MaxItems");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListTagsForResource = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const ListTagsForResourceCommand_1 = require("../commands/ListTagsForResourceCommand");
|
|
6
|
-
const EFSClient_1 = require("../EFSClient");
|
|
7
|
-
exports.paginateListTagsForResource = (0, core_1.createPaginator)(EFSClient_1.EFSClient, ListTagsForResourceCommand_1.ListTagsForResourceCommand, "NextToken", "NextToken", "MaxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,10 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
const tslib_1 = require("tslib");
|
|
4
|
-
tslib_1.__exportStar(require("./DescribeAccessPointsPaginator"), exports);
|
|
5
|
-
tslib_1.__exportStar(require("./DescribeFileSystemsPaginator"), exports);
|
|
6
|
-
tslib_1.__exportStar(require("./DescribeMountTargetsPaginator"), exports);
|
|
7
|
-
tslib_1.__exportStar(require("./DescribeReplicationConfigurationsPaginator"), exports);
|
|
8
|
-
tslib_1.__exportStar(require("./DescribeTagsPaginator"), exports);
|
|
9
|
-
tslib_1.__exportStar(require("./Interfaces"), exports);
|
|
10
|
-
tslib_1.__exportStar(require("./ListTagsForResourcePaginator"), exports);
|
|
1
|
+
module.exports = require("../index.js");
|