@aws-sdk/client-efs 3.52.0 → 3.53.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 +11 -0
- package/dist-cjs/index.js +3 -0
- package/dist-cjs/models/EFSServiceException.js +11 -0
- package/dist-cjs/models/models_0.js +440 -2
- package/dist-cjs/protocols/Aws_restJson1.js +455 -1378
- package/dist-es/index.js +1 -0
- package/dist-es/models/EFSServiceException.js +12 -0
- package/dist-es/models/models_0.js +410 -1
- package/dist-es/protocols/Aws_restJson1.js +777 -1528
- package/dist-types/index.d.ts +1 -0
- package/dist-types/models/EFSServiceException.d.ts +10 -0
- package/dist-types/models/models_0.d.ts +205 -88
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/models/EFSServiceException.d.ts +6 -0
- package/dist-types/ts3.4/models/models_0.d.ts +147 -88
- package/package.json +25 -25
package/dist-es/index.js
CHANGED
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
2
|
+
import { ServiceException as __ServiceException, } from "@aws-sdk/smithy-client";
|
|
3
|
+
var EFSServiceException = (function (_super) {
|
|
4
|
+
__extends(EFSServiceException, _super);
|
|
5
|
+
function EFSServiceException(options) {
|
|
6
|
+
var _this = _super.call(this, options) || this;
|
|
7
|
+
Object.setPrototypeOf(_this, EFSServiceException.prototype);
|
|
8
|
+
return _this;
|
|
9
|
+
}
|
|
10
|
+
return EFSServiceException;
|
|
11
|
+
}(__ServiceException));
|
|
12
|
+
export { EFSServiceException };
|
|
@@ -1,4 +1,20 @@
|
|
|
1
|
-
import { __assign } from "tslib";
|
|
1
|
+
import { __assign, __extends } from "tslib";
|
|
2
|
+
import { EFSServiceException as __BaseException } from "./EFSServiceException";
|
|
3
|
+
var AccessPointAlreadyExists = (function (_super) {
|
|
4
|
+
__extends(AccessPointAlreadyExists, _super);
|
|
5
|
+
function AccessPointAlreadyExists(opts) {
|
|
6
|
+
var _this = _super.call(this, __assign({ name: "AccessPointAlreadyExists", $fault: "client" }, opts)) || this;
|
|
7
|
+
_this.name = "AccessPointAlreadyExists";
|
|
8
|
+
_this.$fault = "client";
|
|
9
|
+
Object.setPrototypeOf(_this, AccessPointAlreadyExists.prototype);
|
|
10
|
+
_this.ErrorCode = opts.ErrorCode;
|
|
11
|
+
_this.Message = opts.Message;
|
|
12
|
+
_this.AccessPointId = opts.AccessPointId;
|
|
13
|
+
return _this;
|
|
14
|
+
}
|
|
15
|
+
return AccessPointAlreadyExists;
|
|
16
|
+
}(__BaseException));
|
|
17
|
+
export { AccessPointAlreadyExists };
|
|
2
18
|
export var LifeCycleState;
|
|
3
19
|
(function (LifeCycleState) {
|
|
4
20
|
LifeCycleState["AVAILABLE"] = "available";
|
|
@@ -28,6 +44,48 @@ export var AccessPointDescription;
|
|
|
28
44
|
(function (AccessPointDescription) {
|
|
29
45
|
AccessPointDescription.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
30
46
|
})(AccessPointDescription || (AccessPointDescription = {}));
|
|
47
|
+
var AccessPointLimitExceeded = (function (_super) {
|
|
48
|
+
__extends(AccessPointLimitExceeded, _super);
|
|
49
|
+
function AccessPointLimitExceeded(opts) {
|
|
50
|
+
var _this = _super.call(this, __assign({ name: "AccessPointLimitExceeded", $fault: "client" }, opts)) || this;
|
|
51
|
+
_this.name = "AccessPointLimitExceeded";
|
|
52
|
+
_this.$fault = "client";
|
|
53
|
+
Object.setPrototypeOf(_this, AccessPointLimitExceeded.prototype);
|
|
54
|
+
_this.ErrorCode = opts.ErrorCode;
|
|
55
|
+
_this.Message = opts.Message;
|
|
56
|
+
return _this;
|
|
57
|
+
}
|
|
58
|
+
return AccessPointLimitExceeded;
|
|
59
|
+
}(__BaseException));
|
|
60
|
+
export { AccessPointLimitExceeded };
|
|
61
|
+
var AccessPointNotFound = (function (_super) {
|
|
62
|
+
__extends(AccessPointNotFound, _super);
|
|
63
|
+
function AccessPointNotFound(opts) {
|
|
64
|
+
var _this = _super.call(this, __assign({ name: "AccessPointNotFound", $fault: "client" }, opts)) || this;
|
|
65
|
+
_this.name = "AccessPointNotFound";
|
|
66
|
+
_this.$fault = "client";
|
|
67
|
+
Object.setPrototypeOf(_this, AccessPointNotFound.prototype);
|
|
68
|
+
_this.ErrorCode = opts.ErrorCode;
|
|
69
|
+
_this.Message = opts.Message;
|
|
70
|
+
return _this;
|
|
71
|
+
}
|
|
72
|
+
return AccessPointNotFound;
|
|
73
|
+
}(__BaseException));
|
|
74
|
+
export { AccessPointNotFound };
|
|
75
|
+
var AvailabilityZonesMismatch = (function (_super) {
|
|
76
|
+
__extends(AvailabilityZonesMismatch, _super);
|
|
77
|
+
function AvailabilityZonesMismatch(opts) {
|
|
78
|
+
var _this = _super.call(this, __assign({ name: "AvailabilityZonesMismatch", $fault: "client" }, opts)) || this;
|
|
79
|
+
_this.name = "AvailabilityZonesMismatch";
|
|
80
|
+
_this.$fault = "client";
|
|
81
|
+
Object.setPrototypeOf(_this, AvailabilityZonesMismatch.prototype);
|
|
82
|
+
_this.ErrorCode = opts.ErrorCode;
|
|
83
|
+
_this.Message = opts.Message;
|
|
84
|
+
return _this;
|
|
85
|
+
}
|
|
86
|
+
return AvailabilityZonesMismatch;
|
|
87
|
+
}(__BaseException));
|
|
88
|
+
export { AvailabilityZonesMismatch };
|
|
31
89
|
export var Status;
|
|
32
90
|
(function (Status) {
|
|
33
91
|
Status["DISABLED"] = "DISABLED";
|
|
@@ -43,10 +101,66 @@ export var BackupPolicyDescription;
|
|
|
43
101
|
(function (BackupPolicyDescription) {
|
|
44
102
|
BackupPolicyDescription.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
45
103
|
})(BackupPolicyDescription || (BackupPolicyDescription = {}));
|
|
104
|
+
var BadRequest = (function (_super) {
|
|
105
|
+
__extends(BadRequest, _super);
|
|
106
|
+
function BadRequest(opts) {
|
|
107
|
+
var _this = _super.call(this, __assign({ name: "BadRequest", $fault: "client" }, opts)) || this;
|
|
108
|
+
_this.name = "BadRequest";
|
|
109
|
+
_this.$fault = "client";
|
|
110
|
+
Object.setPrototypeOf(_this, BadRequest.prototype);
|
|
111
|
+
_this.ErrorCode = opts.ErrorCode;
|
|
112
|
+
_this.Message = opts.Message;
|
|
113
|
+
return _this;
|
|
114
|
+
}
|
|
115
|
+
return BadRequest;
|
|
116
|
+
}(__BaseException));
|
|
117
|
+
export { BadRequest };
|
|
46
118
|
export var CreateAccessPointRequest;
|
|
47
119
|
(function (CreateAccessPointRequest) {
|
|
48
120
|
CreateAccessPointRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
49
121
|
})(CreateAccessPointRequest || (CreateAccessPointRequest = {}));
|
|
122
|
+
var FileSystemNotFound = (function (_super) {
|
|
123
|
+
__extends(FileSystemNotFound, _super);
|
|
124
|
+
function FileSystemNotFound(opts) {
|
|
125
|
+
var _this = _super.call(this, __assign({ name: "FileSystemNotFound", $fault: "client" }, opts)) || this;
|
|
126
|
+
_this.name = "FileSystemNotFound";
|
|
127
|
+
_this.$fault = "client";
|
|
128
|
+
Object.setPrototypeOf(_this, FileSystemNotFound.prototype);
|
|
129
|
+
_this.ErrorCode = opts.ErrorCode;
|
|
130
|
+
_this.Message = opts.Message;
|
|
131
|
+
return _this;
|
|
132
|
+
}
|
|
133
|
+
return FileSystemNotFound;
|
|
134
|
+
}(__BaseException));
|
|
135
|
+
export { FileSystemNotFound };
|
|
136
|
+
var IncorrectFileSystemLifeCycleState = (function (_super) {
|
|
137
|
+
__extends(IncorrectFileSystemLifeCycleState, _super);
|
|
138
|
+
function IncorrectFileSystemLifeCycleState(opts) {
|
|
139
|
+
var _this = _super.call(this, __assign({ name: "IncorrectFileSystemLifeCycleState", $fault: "client" }, opts)) || this;
|
|
140
|
+
_this.name = "IncorrectFileSystemLifeCycleState";
|
|
141
|
+
_this.$fault = "client";
|
|
142
|
+
Object.setPrototypeOf(_this, IncorrectFileSystemLifeCycleState.prototype);
|
|
143
|
+
_this.ErrorCode = opts.ErrorCode;
|
|
144
|
+
_this.Message = opts.Message;
|
|
145
|
+
return _this;
|
|
146
|
+
}
|
|
147
|
+
return IncorrectFileSystemLifeCycleState;
|
|
148
|
+
}(__BaseException));
|
|
149
|
+
export { IncorrectFileSystemLifeCycleState };
|
|
150
|
+
var InternalServerError = (function (_super) {
|
|
151
|
+
__extends(InternalServerError, _super);
|
|
152
|
+
function InternalServerError(opts) {
|
|
153
|
+
var _this = _super.call(this, __assign({ name: "InternalServerError", $fault: "server" }, opts)) || this;
|
|
154
|
+
_this.name = "InternalServerError";
|
|
155
|
+
_this.$fault = "server";
|
|
156
|
+
Object.setPrototypeOf(_this, InternalServerError.prototype);
|
|
157
|
+
_this.ErrorCode = opts.ErrorCode;
|
|
158
|
+
_this.Message = opts.Message;
|
|
159
|
+
return _this;
|
|
160
|
+
}
|
|
161
|
+
return InternalServerError;
|
|
162
|
+
}(__BaseException));
|
|
163
|
+
export { InternalServerError };
|
|
50
164
|
export var PerformanceMode;
|
|
51
165
|
(function (PerformanceMode) {
|
|
52
166
|
PerformanceMode["GENERAL_PURPOSE"] = "generalPurpose";
|
|
@@ -61,6 +175,21 @@ export var CreateFileSystemRequest;
|
|
|
61
175
|
(function (CreateFileSystemRequest) {
|
|
62
176
|
CreateFileSystemRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
63
177
|
})(CreateFileSystemRequest || (CreateFileSystemRequest = {}));
|
|
178
|
+
var FileSystemAlreadyExists = (function (_super) {
|
|
179
|
+
__extends(FileSystemAlreadyExists, _super);
|
|
180
|
+
function FileSystemAlreadyExists(opts) {
|
|
181
|
+
var _this = _super.call(this, __assign({ name: "FileSystemAlreadyExists", $fault: "client" }, opts)) || this;
|
|
182
|
+
_this.name = "FileSystemAlreadyExists";
|
|
183
|
+
_this.$fault = "client";
|
|
184
|
+
Object.setPrototypeOf(_this, FileSystemAlreadyExists.prototype);
|
|
185
|
+
_this.ErrorCode = opts.ErrorCode;
|
|
186
|
+
_this.Message = opts.Message;
|
|
187
|
+
_this.FileSystemId = opts.FileSystemId;
|
|
188
|
+
return _this;
|
|
189
|
+
}
|
|
190
|
+
return FileSystemAlreadyExists;
|
|
191
|
+
}(__BaseException));
|
|
192
|
+
export { FileSystemAlreadyExists };
|
|
64
193
|
export var FileSystemSize;
|
|
65
194
|
(function (FileSystemSize) {
|
|
66
195
|
FileSystemSize.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -69,14 +198,168 @@ export var FileSystemDescription;
|
|
|
69
198
|
(function (FileSystemDescription) {
|
|
70
199
|
FileSystemDescription.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
71
200
|
})(FileSystemDescription || (FileSystemDescription = {}));
|
|
201
|
+
var FileSystemLimitExceeded = (function (_super) {
|
|
202
|
+
__extends(FileSystemLimitExceeded, _super);
|
|
203
|
+
function FileSystemLimitExceeded(opts) {
|
|
204
|
+
var _this = _super.call(this, __assign({ name: "FileSystemLimitExceeded", $fault: "client" }, opts)) || this;
|
|
205
|
+
_this.name = "FileSystemLimitExceeded";
|
|
206
|
+
_this.$fault = "client";
|
|
207
|
+
Object.setPrototypeOf(_this, FileSystemLimitExceeded.prototype);
|
|
208
|
+
_this.ErrorCode = opts.ErrorCode;
|
|
209
|
+
_this.Message = opts.Message;
|
|
210
|
+
return _this;
|
|
211
|
+
}
|
|
212
|
+
return FileSystemLimitExceeded;
|
|
213
|
+
}(__BaseException));
|
|
214
|
+
export { FileSystemLimitExceeded };
|
|
215
|
+
var InsufficientThroughputCapacity = (function (_super) {
|
|
216
|
+
__extends(InsufficientThroughputCapacity, _super);
|
|
217
|
+
function InsufficientThroughputCapacity(opts) {
|
|
218
|
+
var _this = _super.call(this, __assign({ name: "InsufficientThroughputCapacity", $fault: "server" }, opts)) || this;
|
|
219
|
+
_this.name = "InsufficientThroughputCapacity";
|
|
220
|
+
_this.$fault = "server";
|
|
221
|
+
Object.setPrototypeOf(_this, InsufficientThroughputCapacity.prototype);
|
|
222
|
+
_this.ErrorCode = opts.ErrorCode;
|
|
223
|
+
_this.Message = opts.Message;
|
|
224
|
+
return _this;
|
|
225
|
+
}
|
|
226
|
+
return InsufficientThroughputCapacity;
|
|
227
|
+
}(__BaseException));
|
|
228
|
+
export { InsufficientThroughputCapacity };
|
|
229
|
+
var ThroughputLimitExceeded = (function (_super) {
|
|
230
|
+
__extends(ThroughputLimitExceeded, _super);
|
|
231
|
+
function ThroughputLimitExceeded(opts) {
|
|
232
|
+
var _this = _super.call(this, __assign({ name: "ThroughputLimitExceeded", $fault: "client" }, opts)) || this;
|
|
233
|
+
_this.name = "ThroughputLimitExceeded";
|
|
234
|
+
_this.$fault = "client";
|
|
235
|
+
Object.setPrototypeOf(_this, ThroughputLimitExceeded.prototype);
|
|
236
|
+
_this.ErrorCode = opts.ErrorCode;
|
|
237
|
+
_this.Message = opts.Message;
|
|
238
|
+
return _this;
|
|
239
|
+
}
|
|
240
|
+
return ThroughputLimitExceeded;
|
|
241
|
+
}(__BaseException));
|
|
242
|
+
export { ThroughputLimitExceeded };
|
|
243
|
+
var UnsupportedAvailabilityZone = (function (_super) {
|
|
244
|
+
__extends(UnsupportedAvailabilityZone, _super);
|
|
245
|
+
function UnsupportedAvailabilityZone(opts) {
|
|
246
|
+
var _this = _super.call(this, __assign({ name: "UnsupportedAvailabilityZone", $fault: "client" }, opts)) || this;
|
|
247
|
+
_this.name = "UnsupportedAvailabilityZone";
|
|
248
|
+
_this.$fault = "client";
|
|
249
|
+
Object.setPrototypeOf(_this, UnsupportedAvailabilityZone.prototype);
|
|
250
|
+
_this.ErrorCode = opts.ErrorCode;
|
|
251
|
+
_this.Message = opts.Message;
|
|
252
|
+
return _this;
|
|
253
|
+
}
|
|
254
|
+
return UnsupportedAvailabilityZone;
|
|
255
|
+
}(__BaseException));
|
|
256
|
+
export { UnsupportedAvailabilityZone };
|
|
72
257
|
export var CreateMountTargetRequest;
|
|
73
258
|
(function (CreateMountTargetRequest) {
|
|
74
259
|
CreateMountTargetRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
75
260
|
})(CreateMountTargetRequest || (CreateMountTargetRequest = {}));
|
|
261
|
+
var IpAddressInUse = (function (_super) {
|
|
262
|
+
__extends(IpAddressInUse, _super);
|
|
263
|
+
function IpAddressInUse(opts) {
|
|
264
|
+
var _this = _super.call(this, __assign({ name: "IpAddressInUse", $fault: "client" }, opts)) || this;
|
|
265
|
+
_this.name = "IpAddressInUse";
|
|
266
|
+
_this.$fault = "client";
|
|
267
|
+
Object.setPrototypeOf(_this, IpAddressInUse.prototype);
|
|
268
|
+
_this.ErrorCode = opts.ErrorCode;
|
|
269
|
+
_this.Message = opts.Message;
|
|
270
|
+
return _this;
|
|
271
|
+
}
|
|
272
|
+
return IpAddressInUse;
|
|
273
|
+
}(__BaseException));
|
|
274
|
+
export { IpAddressInUse };
|
|
275
|
+
var MountTargetConflict = (function (_super) {
|
|
276
|
+
__extends(MountTargetConflict, _super);
|
|
277
|
+
function MountTargetConflict(opts) {
|
|
278
|
+
var _this = _super.call(this, __assign({ name: "MountTargetConflict", $fault: "client" }, opts)) || this;
|
|
279
|
+
_this.name = "MountTargetConflict";
|
|
280
|
+
_this.$fault = "client";
|
|
281
|
+
Object.setPrototypeOf(_this, MountTargetConflict.prototype);
|
|
282
|
+
_this.ErrorCode = opts.ErrorCode;
|
|
283
|
+
_this.Message = opts.Message;
|
|
284
|
+
return _this;
|
|
285
|
+
}
|
|
286
|
+
return MountTargetConflict;
|
|
287
|
+
}(__BaseException));
|
|
288
|
+
export { MountTargetConflict };
|
|
76
289
|
export var MountTargetDescription;
|
|
77
290
|
(function (MountTargetDescription) {
|
|
78
291
|
MountTargetDescription.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
79
292
|
})(MountTargetDescription || (MountTargetDescription = {}));
|
|
293
|
+
var NetworkInterfaceLimitExceeded = (function (_super) {
|
|
294
|
+
__extends(NetworkInterfaceLimitExceeded, _super);
|
|
295
|
+
function NetworkInterfaceLimitExceeded(opts) {
|
|
296
|
+
var _this = _super.call(this, __assign({ name: "NetworkInterfaceLimitExceeded", $fault: "client" }, opts)) || this;
|
|
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
|
+
return _this;
|
|
303
|
+
}
|
|
304
|
+
return NetworkInterfaceLimitExceeded;
|
|
305
|
+
}(__BaseException));
|
|
306
|
+
export { NetworkInterfaceLimitExceeded };
|
|
307
|
+
var NoFreeAddressesInSubnet = (function (_super) {
|
|
308
|
+
__extends(NoFreeAddressesInSubnet, _super);
|
|
309
|
+
function NoFreeAddressesInSubnet(opts) {
|
|
310
|
+
var _this = _super.call(this, __assign({ name: "NoFreeAddressesInSubnet", $fault: "client" }, opts)) || this;
|
|
311
|
+
_this.name = "NoFreeAddressesInSubnet";
|
|
312
|
+
_this.$fault = "client";
|
|
313
|
+
Object.setPrototypeOf(_this, NoFreeAddressesInSubnet.prototype);
|
|
314
|
+
_this.ErrorCode = opts.ErrorCode;
|
|
315
|
+
_this.Message = opts.Message;
|
|
316
|
+
return _this;
|
|
317
|
+
}
|
|
318
|
+
return NoFreeAddressesInSubnet;
|
|
319
|
+
}(__BaseException));
|
|
320
|
+
export { NoFreeAddressesInSubnet };
|
|
321
|
+
var SecurityGroupLimitExceeded = (function (_super) {
|
|
322
|
+
__extends(SecurityGroupLimitExceeded, _super);
|
|
323
|
+
function SecurityGroupLimitExceeded(opts) {
|
|
324
|
+
var _this = _super.call(this, __assign({ name: "SecurityGroupLimitExceeded", $fault: "client" }, opts)) || this;
|
|
325
|
+
_this.name = "SecurityGroupLimitExceeded";
|
|
326
|
+
_this.$fault = "client";
|
|
327
|
+
Object.setPrototypeOf(_this, SecurityGroupLimitExceeded.prototype);
|
|
328
|
+
_this.ErrorCode = opts.ErrorCode;
|
|
329
|
+
_this.Message = opts.Message;
|
|
330
|
+
return _this;
|
|
331
|
+
}
|
|
332
|
+
return SecurityGroupLimitExceeded;
|
|
333
|
+
}(__BaseException));
|
|
334
|
+
export { SecurityGroupLimitExceeded };
|
|
335
|
+
var SecurityGroupNotFound = (function (_super) {
|
|
336
|
+
__extends(SecurityGroupNotFound, _super);
|
|
337
|
+
function SecurityGroupNotFound(opts) {
|
|
338
|
+
var _this = _super.call(this, __assign({ name: "SecurityGroupNotFound", $fault: "client" }, opts)) || this;
|
|
339
|
+
_this.name = "SecurityGroupNotFound";
|
|
340
|
+
_this.$fault = "client";
|
|
341
|
+
Object.setPrototypeOf(_this, SecurityGroupNotFound.prototype);
|
|
342
|
+
_this.ErrorCode = opts.ErrorCode;
|
|
343
|
+
_this.Message = opts.Message;
|
|
344
|
+
return _this;
|
|
345
|
+
}
|
|
346
|
+
return SecurityGroupNotFound;
|
|
347
|
+
}(__BaseException));
|
|
348
|
+
export { SecurityGroupNotFound };
|
|
349
|
+
var SubnetNotFound = (function (_super) {
|
|
350
|
+
__extends(SubnetNotFound, _super);
|
|
351
|
+
function SubnetNotFound(opts) {
|
|
352
|
+
var _this = _super.call(this, __assign({ name: "SubnetNotFound", $fault: "client" }, opts)) || this;
|
|
353
|
+
_this.name = "SubnetNotFound";
|
|
354
|
+
_this.$fault = "client";
|
|
355
|
+
Object.setPrototypeOf(_this, SubnetNotFound.prototype);
|
|
356
|
+
_this.ErrorCode = opts.ErrorCode;
|
|
357
|
+
_this.Message = opts.Message;
|
|
358
|
+
return _this;
|
|
359
|
+
}
|
|
360
|
+
return SubnetNotFound;
|
|
361
|
+
}(__BaseException));
|
|
362
|
+
export { SubnetNotFound };
|
|
80
363
|
export var DestinationToCreate;
|
|
81
364
|
(function (DestinationToCreate) {
|
|
82
365
|
DestinationToCreate.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -100,6 +383,34 @@ export var ReplicationConfigurationDescription;
|
|
|
100
383
|
(function (ReplicationConfigurationDescription) {
|
|
101
384
|
ReplicationConfigurationDescription.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
102
385
|
})(ReplicationConfigurationDescription || (ReplicationConfigurationDescription = {}));
|
|
386
|
+
var ReplicationNotFound = (function (_super) {
|
|
387
|
+
__extends(ReplicationNotFound, _super);
|
|
388
|
+
function ReplicationNotFound(opts) {
|
|
389
|
+
var _this = _super.call(this, __assign({ name: "ReplicationNotFound", $fault: "client" }, opts)) || this;
|
|
390
|
+
_this.name = "ReplicationNotFound";
|
|
391
|
+
_this.$fault = "client";
|
|
392
|
+
Object.setPrototypeOf(_this, ReplicationNotFound.prototype);
|
|
393
|
+
_this.ErrorCode = opts.ErrorCode;
|
|
394
|
+
_this.Message = opts.Message;
|
|
395
|
+
return _this;
|
|
396
|
+
}
|
|
397
|
+
return ReplicationNotFound;
|
|
398
|
+
}(__BaseException));
|
|
399
|
+
export { ReplicationNotFound };
|
|
400
|
+
var ValidationException = (function (_super) {
|
|
401
|
+
__extends(ValidationException, _super);
|
|
402
|
+
function ValidationException(opts) {
|
|
403
|
+
var _this = _super.call(this, __assign({ name: "ValidationException", $fault: "client" }, opts)) || this;
|
|
404
|
+
_this.name = "ValidationException";
|
|
405
|
+
_this.$fault = "client";
|
|
406
|
+
Object.setPrototypeOf(_this, ValidationException.prototype);
|
|
407
|
+
_this.ErrorCode = opts.ErrorCode;
|
|
408
|
+
_this.Message = opts.Message;
|
|
409
|
+
return _this;
|
|
410
|
+
}
|
|
411
|
+
return ValidationException;
|
|
412
|
+
}(__BaseException));
|
|
413
|
+
export { ValidationException };
|
|
103
414
|
export var CreateTagsRequest;
|
|
104
415
|
(function (CreateTagsRequest) {
|
|
105
416
|
CreateTagsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -112,6 +423,20 @@ export var DeleteFileSystemRequest;
|
|
|
112
423
|
(function (DeleteFileSystemRequest) {
|
|
113
424
|
DeleteFileSystemRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
114
425
|
})(DeleteFileSystemRequest || (DeleteFileSystemRequest = {}));
|
|
426
|
+
var FileSystemInUse = (function (_super) {
|
|
427
|
+
__extends(FileSystemInUse, _super);
|
|
428
|
+
function FileSystemInUse(opts) {
|
|
429
|
+
var _this = _super.call(this, __assign({ name: "FileSystemInUse", $fault: "client" }, opts)) || this;
|
|
430
|
+
_this.name = "FileSystemInUse";
|
|
431
|
+
_this.$fault = "client";
|
|
432
|
+
Object.setPrototypeOf(_this, FileSystemInUse.prototype);
|
|
433
|
+
_this.ErrorCode = opts.ErrorCode;
|
|
434
|
+
_this.Message = opts.Message;
|
|
435
|
+
return _this;
|
|
436
|
+
}
|
|
437
|
+
return FileSystemInUse;
|
|
438
|
+
}(__BaseException));
|
|
439
|
+
export { FileSystemInUse };
|
|
115
440
|
export var DeleteFileSystemPolicyRequest;
|
|
116
441
|
(function (DeleteFileSystemPolicyRequest) {
|
|
117
442
|
DeleteFileSystemPolicyRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -120,6 +445,34 @@ export var DeleteMountTargetRequest;
|
|
|
120
445
|
(function (DeleteMountTargetRequest) {
|
|
121
446
|
DeleteMountTargetRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
122
447
|
})(DeleteMountTargetRequest || (DeleteMountTargetRequest = {}));
|
|
448
|
+
var DependencyTimeout = (function (_super) {
|
|
449
|
+
__extends(DependencyTimeout, _super);
|
|
450
|
+
function DependencyTimeout(opts) {
|
|
451
|
+
var _this = _super.call(this, __assign({ name: "DependencyTimeout", $fault: "server" }, opts)) || this;
|
|
452
|
+
_this.name = "DependencyTimeout";
|
|
453
|
+
_this.$fault = "server";
|
|
454
|
+
Object.setPrototypeOf(_this, DependencyTimeout.prototype);
|
|
455
|
+
_this.ErrorCode = opts.ErrorCode;
|
|
456
|
+
_this.Message = opts.Message;
|
|
457
|
+
return _this;
|
|
458
|
+
}
|
|
459
|
+
return DependencyTimeout;
|
|
460
|
+
}(__BaseException));
|
|
461
|
+
export { DependencyTimeout };
|
|
462
|
+
var MountTargetNotFound = (function (_super) {
|
|
463
|
+
__extends(MountTargetNotFound, _super);
|
|
464
|
+
function MountTargetNotFound(opts) {
|
|
465
|
+
var _this = _super.call(this, __assign({ name: "MountTargetNotFound", $fault: "client" }, opts)) || this;
|
|
466
|
+
_this.name = "MountTargetNotFound";
|
|
467
|
+
_this.$fault = "client";
|
|
468
|
+
Object.setPrototypeOf(_this, MountTargetNotFound.prototype);
|
|
469
|
+
_this.ErrorCode = opts.ErrorCode;
|
|
470
|
+
_this.Message = opts.Message;
|
|
471
|
+
return _this;
|
|
472
|
+
}
|
|
473
|
+
return MountTargetNotFound;
|
|
474
|
+
}(__BaseException));
|
|
475
|
+
export { MountTargetNotFound };
|
|
123
476
|
export var DeleteReplicationConfigurationRequest;
|
|
124
477
|
(function (DeleteReplicationConfigurationRequest) {
|
|
125
478
|
DeleteReplicationConfigurationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -162,6 +515,20 @@ export var DescribeBackupPolicyRequest;
|
|
|
162
515
|
(function (DescribeBackupPolicyRequest) {
|
|
163
516
|
DescribeBackupPolicyRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
164
517
|
})(DescribeBackupPolicyRequest || (DescribeBackupPolicyRequest = {}));
|
|
518
|
+
var PolicyNotFound = (function (_super) {
|
|
519
|
+
__extends(PolicyNotFound, _super);
|
|
520
|
+
function PolicyNotFound(opts) {
|
|
521
|
+
var _this = _super.call(this, __assign({ name: "PolicyNotFound", $fault: "client" }, opts)) || this;
|
|
522
|
+
_this.name = "PolicyNotFound";
|
|
523
|
+
_this.$fault = "client";
|
|
524
|
+
Object.setPrototypeOf(_this, PolicyNotFound.prototype);
|
|
525
|
+
_this.ErrorCode = opts.ErrorCode;
|
|
526
|
+
_this.Message = opts.Message;
|
|
527
|
+
return _this;
|
|
528
|
+
}
|
|
529
|
+
return PolicyNotFound;
|
|
530
|
+
}(__BaseException));
|
|
531
|
+
export { PolicyNotFound };
|
|
165
532
|
export var DescribeFileSystemPolicyRequest;
|
|
166
533
|
(function (DescribeFileSystemPolicyRequest) {
|
|
167
534
|
DescribeFileSystemPolicyRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -218,6 +585,20 @@ export var DescribeMountTargetSecurityGroupsResponse;
|
|
|
218
585
|
(function (DescribeMountTargetSecurityGroupsResponse) {
|
|
219
586
|
DescribeMountTargetSecurityGroupsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
220
587
|
})(DescribeMountTargetSecurityGroupsResponse || (DescribeMountTargetSecurityGroupsResponse = {}));
|
|
588
|
+
var IncorrectMountTargetState = (function (_super) {
|
|
589
|
+
__extends(IncorrectMountTargetState, _super);
|
|
590
|
+
function IncorrectMountTargetState(opts) {
|
|
591
|
+
var _this = _super.call(this, __assign({ name: "IncorrectMountTargetState", $fault: "client" }, opts)) || this;
|
|
592
|
+
_this.name = "IncorrectMountTargetState";
|
|
593
|
+
_this.$fault = "client";
|
|
594
|
+
Object.setPrototypeOf(_this, IncorrectMountTargetState.prototype);
|
|
595
|
+
_this.ErrorCode = opts.ErrorCode;
|
|
596
|
+
_this.Message = opts.Message;
|
|
597
|
+
return _this;
|
|
598
|
+
}
|
|
599
|
+
return IncorrectMountTargetState;
|
|
600
|
+
}(__BaseException));
|
|
601
|
+
export { IncorrectMountTargetState };
|
|
221
602
|
export var DescribeReplicationConfigurationsRequest;
|
|
222
603
|
(function (DescribeReplicationConfigurationsRequest) {
|
|
223
604
|
DescribeReplicationConfigurationsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -234,6 +615,20 @@ export var DescribeTagsResponse;
|
|
|
234
615
|
(function (DescribeTagsResponse) {
|
|
235
616
|
DescribeTagsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
236
617
|
})(DescribeTagsResponse || (DescribeTagsResponse = {}));
|
|
618
|
+
var InvalidPolicyException = (function (_super) {
|
|
619
|
+
__extends(InvalidPolicyException, _super);
|
|
620
|
+
function InvalidPolicyException(opts) {
|
|
621
|
+
var _this = _super.call(this, __assign({ name: "InvalidPolicyException", $fault: "client" }, opts)) || this;
|
|
622
|
+
_this.name = "InvalidPolicyException";
|
|
623
|
+
_this.$fault = "client";
|
|
624
|
+
Object.setPrototypeOf(_this, InvalidPolicyException.prototype);
|
|
625
|
+
_this.ErrorCode = opts.ErrorCode;
|
|
626
|
+
_this.Message = opts.Message;
|
|
627
|
+
return _this;
|
|
628
|
+
}
|
|
629
|
+
return InvalidPolicyException;
|
|
630
|
+
}(__BaseException));
|
|
631
|
+
export { InvalidPolicyException };
|
|
237
632
|
export var ListTagsForResourceRequest;
|
|
238
633
|
(function (ListTagsForResourceRequest) {
|
|
239
634
|
ListTagsForResourceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -274,6 +669,20 @@ export var UntagResourceRequest;
|
|
|
274
669
|
(function (UntagResourceRequest) {
|
|
275
670
|
UntagResourceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
276
671
|
})(UntagResourceRequest || (UntagResourceRequest = {}));
|
|
672
|
+
var TooManyRequests = (function (_super) {
|
|
673
|
+
__extends(TooManyRequests, _super);
|
|
674
|
+
function TooManyRequests(opts) {
|
|
675
|
+
var _this = _super.call(this, __assign({ name: "TooManyRequests", $fault: "client" }, opts)) || this;
|
|
676
|
+
_this.name = "TooManyRequests";
|
|
677
|
+
_this.$fault = "client";
|
|
678
|
+
Object.setPrototypeOf(_this, TooManyRequests.prototype);
|
|
679
|
+
_this.ErrorCode = opts.ErrorCode;
|
|
680
|
+
_this.Message = opts.Message;
|
|
681
|
+
return _this;
|
|
682
|
+
}
|
|
683
|
+
return TooManyRequests;
|
|
684
|
+
}(__BaseException));
|
|
685
|
+
export { TooManyRequests };
|
|
277
686
|
export var UpdateFileSystemRequest;
|
|
278
687
|
(function (UpdateFileSystemRequest) {
|
|
279
688
|
UpdateFileSystemRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|