@aws-sdk/client-fsx 3.183.0 → 3.185.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/protocols/Aws_json1_1.js +2 -2
- package/dist-es/FSx.js +173 -166
- package/dist-es/FSxClient.js +28 -22
- package/dist-es/commands/AssociateFileSystemAliasesCommand.js +28 -21
- package/dist-es/commands/CancelDataRepositoryTaskCommand.js +28 -21
- package/dist-es/commands/CopyBackupCommand.js +28 -21
- package/dist-es/commands/CreateBackupCommand.js +28 -21
- package/dist-es/commands/CreateDataRepositoryAssociationCommand.js +28 -21
- package/dist-es/commands/CreateDataRepositoryTaskCommand.js +28 -21
- package/dist-es/commands/CreateFileCacheCommand.js +28 -21
- package/dist-es/commands/CreateFileSystemCommand.js +28 -21
- package/dist-es/commands/CreateFileSystemFromBackupCommand.js +28 -21
- package/dist-es/commands/CreateSnapshotCommand.js +28 -21
- package/dist-es/commands/CreateStorageVirtualMachineCommand.js +28 -21
- package/dist-es/commands/CreateVolumeCommand.js +28 -21
- package/dist-es/commands/CreateVolumeFromBackupCommand.js +28 -21
- package/dist-es/commands/DeleteBackupCommand.js +28 -21
- package/dist-es/commands/DeleteDataRepositoryAssociationCommand.js +28 -21
- package/dist-es/commands/DeleteFileCacheCommand.js +28 -21
- package/dist-es/commands/DeleteFileSystemCommand.js +28 -21
- package/dist-es/commands/DeleteSnapshotCommand.js +28 -21
- package/dist-es/commands/DeleteStorageVirtualMachineCommand.js +28 -21
- package/dist-es/commands/DeleteVolumeCommand.js +28 -21
- package/dist-es/commands/DescribeBackupsCommand.js +28 -21
- package/dist-es/commands/DescribeDataRepositoryAssociationsCommand.js +28 -21
- package/dist-es/commands/DescribeDataRepositoryTasksCommand.js +28 -21
- package/dist-es/commands/DescribeFileCachesCommand.js +28 -21
- package/dist-es/commands/DescribeFileSystemAliasesCommand.js +28 -21
- package/dist-es/commands/DescribeFileSystemsCommand.js +28 -21
- package/dist-es/commands/DescribeSnapshotsCommand.js +28 -21
- package/dist-es/commands/DescribeStorageVirtualMachinesCommand.js +28 -21
- package/dist-es/commands/DescribeVolumesCommand.js +28 -21
- package/dist-es/commands/DisassociateFileSystemAliasesCommand.js +28 -21
- package/dist-es/commands/ListTagsForResourceCommand.js +28 -21
- package/dist-es/commands/ReleaseFileSystemNfsV3LocksCommand.js +28 -21
- package/dist-es/commands/RestoreVolumeFromSnapshotCommand.js +28 -21
- package/dist-es/commands/TagResourceCommand.js +28 -21
- package/dist-es/commands/UntagResourceCommand.js +28 -21
- package/dist-es/commands/UpdateDataRepositoryAssociationCommand.js +28 -21
- package/dist-es/commands/UpdateFileCacheCommand.js +28 -21
- package/dist-es/commands/UpdateFileSystemCommand.js +28 -21
- package/dist-es/commands/UpdateSnapshotCommand.js +28 -21
- package/dist-es/commands/UpdateStorageVirtualMachineCommand.js +28 -21
- package/dist-es/commands/UpdateVolumeCommand.js +28 -21
- package/dist-es/endpoints.js +8 -8
- package/dist-es/models/FSxServiceException.js +10 -5
- package/dist-es/models/models_0.js +661 -1017
- package/dist-es/pagination/DescribeBackupsPaginator.js +68 -25
- package/dist-es/pagination/DescribeDataRepositoryAssociationsPaginator.js +68 -25
- package/dist-es/pagination/DescribeDataRepositoryTasksPaginator.js +68 -25
- package/dist-es/pagination/DescribeFileCachesPaginator.js +68 -25
- package/dist-es/pagination/DescribeFileSystemAliasesPaginator.js +68 -25
- package/dist-es/pagination/DescribeFileSystemsPaginator.js +68 -25
- package/dist-es/pagination/DescribeSnapshotsPaginator.js +68 -25
- package/dist-es/pagination/DescribeStorageVirtualMachinesPaginator.js +68 -25
- package/dist-es/pagination/DescribeVolumesPaginator.js +68 -25
- package/dist-es/pagination/ListTagsForResourcePaginator.js +68 -25
- package/dist-es/protocols/Aws_json1_1.js +4380 -3779
- package/dist-es/runtimeConfig.browser.js +12 -26
- package/dist-es/runtimeConfig.js +12 -30
- package/dist-es/runtimeConfig.native.js +5 -8
- package/dist-es/runtimeConfig.shared.js +11 -8
- package/package.json +5 -5
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { __assign, __extends } from "tslib";
|
|
1
2
|
import { SENSITIVE_STRING } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { FSxServiceException as __BaseException } from "./FSxServiceException";
|
|
3
4
|
export var ActiveDirectoryErrorType;
|
|
@@ -7,21 +8,21 @@ export var ActiveDirectoryErrorType;
|
|
|
7
8
|
ActiveDirectoryErrorType["INVALID_DOMAIN_STAGE"] = "INVALID_DOMAIN_STAGE";
|
|
8
9
|
ActiveDirectoryErrorType["WRONG_VPC"] = "WRONG_VPC";
|
|
9
10
|
})(ActiveDirectoryErrorType || (ActiveDirectoryErrorType = {}));
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
}
|
|
11
|
+
var ActiveDirectoryError = (function (_super) {
|
|
12
|
+
__extends(ActiveDirectoryError, _super);
|
|
13
|
+
function ActiveDirectoryError(opts) {
|
|
14
|
+
var _this = _super.call(this, __assign({ name: "ActiveDirectoryError", $fault: "client" }, opts)) || this;
|
|
15
|
+
_this.name = "ActiveDirectoryError";
|
|
16
|
+
_this.$fault = "client";
|
|
17
|
+
Object.setPrototypeOf(_this, ActiveDirectoryError.prototype);
|
|
18
|
+
_this.ActiveDirectoryId = opts.ActiveDirectoryId;
|
|
19
|
+
_this.Type = opts.Type;
|
|
20
|
+
_this.Message = opts.Message;
|
|
21
|
+
return _this;
|
|
22
|
+
}
|
|
23
|
+
return ActiveDirectoryError;
|
|
24
|
+
}(__BaseException));
|
|
25
|
+
export { ActiveDirectoryError };
|
|
25
26
|
export var AdministrativeActionType;
|
|
26
27
|
(function (AdministrativeActionType) {
|
|
27
28
|
AdministrativeActionType["FILE_SYSTEM_ALIAS_ASSOCIATION"] = "FILE_SYSTEM_ALIAS_ASSOCIATION";
|
|
@@ -205,45 +206,45 @@ export var VolumeType;
|
|
|
205
206
|
VolumeType["ONTAP"] = "ONTAP";
|
|
206
207
|
VolumeType["OPENZFS"] = "OPENZFS";
|
|
207
208
|
})(VolumeType || (VolumeType = {}));
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
}
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
}
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
}
|
|
209
|
+
var BadRequest = (function (_super) {
|
|
210
|
+
__extends(BadRequest, _super);
|
|
211
|
+
function BadRequest(opts) {
|
|
212
|
+
var _this = _super.call(this, __assign({ name: "BadRequest", $fault: "client" }, opts)) || this;
|
|
213
|
+
_this.name = "BadRequest";
|
|
214
|
+
_this.$fault = "client";
|
|
215
|
+
Object.setPrototypeOf(_this, BadRequest.prototype);
|
|
216
|
+
_this.Message = opts.Message;
|
|
217
|
+
return _this;
|
|
218
|
+
}
|
|
219
|
+
return BadRequest;
|
|
220
|
+
}(__BaseException));
|
|
221
|
+
export { BadRequest };
|
|
222
|
+
var FileSystemNotFound = (function (_super) {
|
|
223
|
+
__extends(FileSystemNotFound, _super);
|
|
224
|
+
function FileSystemNotFound(opts) {
|
|
225
|
+
var _this = _super.call(this, __assign({ name: "FileSystemNotFound", $fault: "client" }, opts)) || this;
|
|
226
|
+
_this.name = "FileSystemNotFound";
|
|
227
|
+
_this.$fault = "client";
|
|
228
|
+
Object.setPrototypeOf(_this, FileSystemNotFound.prototype);
|
|
229
|
+
_this.Message = opts.Message;
|
|
230
|
+
return _this;
|
|
231
|
+
}
|
|
232
|
+
return FileSystemNotFound;
|
|
233
|
+
}(__BaseException));
|
|
234
|
+
export { FileSystemNotFound };
|
|
235
|
+
var InternalServerError = (function (_super) {
|
|
236
|
+
__extends(InternalServerError, _super);
|
|
237
|
+
function InternalServerError(opts) {
|
|
238
|
+
var _this = _super.call(this, __assign({ name: "InternalServerError", $fault: "server" }, opts)) || this;
|
|
239
|
+
_this.name = "InternalServerError";
|
|
240
|
+
_this.$fault = "server";
|
|
241
|
+
Object.setPrototypeOf(_this, InternalServerError.prototype);
|
|
242
|
+
_this.Message = opts.Message;
|
|
243
|
+
return _this;
|
|
244
|
+
}
|
|
245
|
+
return InternalServerError;
|
|
246
|
+
}(__BaseException));
|
|
247
|
+
export { InternalServerError };
|
|
247
248
|
export var EventType;
|
|
248
249
|
(function (EventType) {
|
|
249
250
|
EventType["CHANGED"] = "CHANGED";
|
|
@@ -259,58 +260,58 @@ export var DataRepositoryTaskLifecycle;
|
|
|
259
260
|
DataRepositoryTaskLifecycle["PENDING"] = "PENDING";
|
|
260
261
|
DataRepositoryTaskLifecycle["SUCCEEDED"] = "SUCCEEDED";
|
|
261
262
|
})(DataRepositoryTaskLifecycle || (DataRepositoryTaskLifecycle = {}));
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
}
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
}
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
}
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
}
|
|
263
|
+
var DataRepositoryTaskEnded = (function (_super) {
|
|
264
|
+
__extends(DataRepositoryTaskEnded, _super);
|
|
265
|
+
function DataRepositoryTaskEnded(opts) {
|
|
266
|
+
var _this = _super.call(this, __assign({ name: "DataRepositoryTaskEnded", $fault: "client" }, opts)) || this;
|
|
267
|
+
_this.name = "DataRepositoryTaskEnded";
|
|
268
|
+
_this.$fault = "client";
|
|
269
|
+
Object.setPrototypeOf(_this, DataRepositoryTaskEnded.prototype);
|
|
270
|
+
_this.Message = opts.Message;
|
|
271
|
+
return _this;
|
|
272
|
+
}
|
|
273
|
+
return DataRepositoryTaskEnded;
|
|
274
|
+
}(__BaseException));
|
|
275
|
+
export { DataRepositoryTaskEnded };
|
|
276
|
+
var DataRepositoryTaskNotFound = (function (_super) {
|
|
277
|
+
__extends(DataRepositoryTaskNotFound, _super);
|
|
278
|
+
function DataRepositoryTaskNotFound(opts) {
|
|
279
|
+
var _this = _super.call(this, __assign({ name: "DataRepositoryTaskNotFound", $fault: "client" }, opts)) || this;
|
|
280
|
+
_this.name = "DataRepositoryTaskNotFound";
|
|
281
|
+
_this.$fault = "client";
|
|
282
|
+
Object.setPrototypeOf(_this, DataRepositoryTaskNotFound.prototype);
|
|
283
|
+
_this.Message = opts.Message;
|
|
284
|
+
return _this;
|
|
285
|
+
}
|
|
286
|
+
return DataRepositoryTaskNotFound;
|
|
287
|
+
}(__BaseException));
|
|
288
|
+
export { DataRepositoryTaskNotFound };
|
|
289
|
+
var UnsupportedOperation = (function (_super) {
|
|
290
|
+
__extends(UnsupportedOperation, _super);
|
|
291
|
+
function UnsupportedOperation(opts) {
|
|
292
|
+
var _this = _super.call(this, __assign({ name: "UnsupportedOperation", $fault: "client" }, opts)) || this;
|
|
293
|
+
_this.name = "UnsupportedOperation";
|
|
294
|
+
_this.$fault = "client";
|
|
295
|
+
Object.setPrototypeOf(_this, UnsupportedOperation.prototype);
|
|
296
|
+
_this.Message = opts.Message;
|
|
297
|
+
return _this;
|
|
298
|
+
}
|
|
299
|
+
return UnsupportedOperation;
|
|
300
|
+
}(__BaseException));
|
|
301
|
+
export { UnsupportedOperation };
|
|
302
|
+
var BackupNotFound = (function (_super) {
|
|
303
|
+
__extends(BackupNotFound, _super);
|
|
304
|
+
function BackupNotFound(opts) {
|
|
305
|
+
var _this = _super.call(this, __assign({ name: "BackupNotFound", $fault: "client" }, opts)) || this;
|
|
306
|
+
_this.name = "BackupNotFound";
|
|
307
|
+
_this.$fault = "client";
|
|
308
|
+
Object.setPrototypeOf(_this, BackupNotFound.prototype);
|
|
309
|
+
_this.Message = opts.Message;
|
|
310
|
+
return _this;
|
|
311
|
+
}
|
|
312
|
+
return BackupNotFound;
|
|
313
|
+
}(__BaseException));
|
|
314
|
+
export { BackupNotFound };
|
|
314
315
|
export var BackupLifecycle;
|
|
315
316
|
(function (BackupLifecycle) {
|
|
316
317
|
BackupLifecycle["AVAILABLE"] = "AVAILABLE";
|
|
@@ -332,72 +333,72 @@ export var BackupType;
|
|
|
332
333
|
BackupType["AWS_BACKUP"] = "AWS_BACKUP";
|
|
333
334
|
BackupType["USER_INITIATED"] = "USER_INITIATED";
|
|
334
335
|
})(BackupType || (BackupType = {}));
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
}
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
}
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
}
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
}
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
}
|
|
336
|
+
var IncompatibleParameterError = (function (_super) {
|
|
337
|
+
__extends(IncompatibleParameterError, _super);
|
|
338
|
+
function IncompatibleParameterError(opts) {
|
|
339
|
+
var _this = _super.call(this, __assign({ name: "IncompatibleParameterError", $fault: "client" }, opts)) || this;
|
|
340
|
+
_this.name = "IncompatibleParameterError";
|
|
341
|
+
_this.$fault = "client";
|
|
342
|
+
Object.setPrototypeOf(_this, IncompatibleParameterError.prototype);
|
|
343
|
+
_this.Parameter = opts.Parameter;
|
|
344
|
+
_this.Message = opts.Message;
|
|
345
|
+
return _this;
|
|
346
|
+
}
|
|
347
|
+
return IncompatibleParameterError;
|
|
348
|
+
}(__BaseException));
|
|
349
|
+
export { IncompatibleParameterError };
|
|
350
|
+
var IncompatibleRegionForMultiAZ = (function (_super) {
|
|
351
|
+
__extends(IncompatibleRegionForMultiAZ, _super);
|
|
352
|
+
function IncompatibleRegionForMultiAZ(opts) {
|
|
353
|
+
var _this = _super.call(this, __assign({ name: "IncompatibleRegionForMultiAZ", $fault: "client" }, opts)) || this;
|
|
354
|
+
_this.name = "IncompatibleRegionForMultiAZ";
|
|
355
|
+
_this.$fault = "client";
|
|
356
|
+
Object.setPrototypeOf(_this, IncompatibleRegionForMultiAZ.prototype);
|
|
357
|
+
_this.Message = opts.Message;
|
|
358
|
+
return _this;
|
|
359
|
+
}
|
|
360
|
+
return IncompatibleRegionForMultiAZ;
|
|
361
|
+
}(__BaseException));
|
|
362
|
+
export { IncompatibleRegionForMultiAZ };
|
|
363
|
+
var InvalidDestinationKmsKey = (function (_super) {
|
|
364
|
+
__extends(InvalidDestinationKmsKey, _super);
|
|
365
|
+
function InvalidDestinationKmsKey(opts) {
|
|
366
|
+
var _this = _super.call(this, __assign({ name: "InvalidDestinationKmsKey", $fault: "client" }, opts)) || this;
|
|
367
|
+
_this.name = "InvalidDestinationKmsKey";
|
|
368
|
+
_this.$fault = "client";
|
|
369
|
+
Object.setPrototypeOf(_this, InvalidDestinationKmsKey.prototype);
|
|
370
|
+
_this.Message = opts.Message;
|
|
371
|
+
return _this;
|
|
372
|
+
}
|
|
373
|
+
return InvalidDestinationKmsKey;
|
|
374
|
+
}(__BaseException));
|
|
375
|
+
export { InvalidDestinationKmsKey };
|
|
376
|
+
var InvalidRegion = (function (_super) {
|
|
377
|
+
__extends(InvalidRegion, _super);
|
|
378
|
+
function InvalidRegion(opts) {
|
|
379
|
+
var _this = _super.call(this, __assign({ name: "InvalidRegion", $fault: "client" }, opts)) || this;
|
|
380
|
+
_this.name = "InvalidRegion";
|
|
381
|
+
_this.$fault = "client";
|
|
382
|
+
Object.setPrototypeOf(_this, InvalidRegion.prototype);
|
|
383
|
+
_this.Message = opts.Message;
|
|
384
|
+
return _this;
|
|
385
|
+
}
|
|
386
|
+
return InvalidRegion;
|
|
387
|
+
}(__BaseException));
|
|
388
|
+
export { InvalidRegion };
|
|
389
|
+
var InvalidSourceKmsKey = (function (_super) {
|
|
390
|
+
__extends(InvalidSourceKmsKey, _super);
|
|
391
|
+
function InvalidSourceKmsKey(opts) {
|
|
392
|
+
var _this = _super.call(this, __assign({ name: "InvalidSourceKmsKey", $fault: "client" }, opts)) || this;
|
|
393
|
+
_this.name = "InvalidSourceKmsKey";
|
|
394
|
+
_this.$fault = "client";
|
|
395
|
+
Object.setPrototypeOf(_this, InvalidSourceKmsKey.prototype);
|
|
396
|
+
_this.Message = opts.Message;
|
|
397
|
+
return _this;
|
|
398
|
+
}
|
|
399
|
+
return InvalidSourceKmsKey;
|
|
400
|
+
}(__BaseException));
|
|
401
|
+
export { InvalidSourceKmsKey };
|
|
401
402
|
export var ServiceLimit;
|
|
402
403
|
(function (ServiceLimit) {
|
|
403
404
|
ServiceLimit["FILE_CACHE_COUNT"] = "FILE_CACHE_COUNT";
|
|
@@ -411,60 +412,60 @@ export var ServiceLimit;
|
|
|
411
412
|
ServiceLimit["TOTAL_USER_TAGS"] = "TOTAL_USER_TAGS";
|
|
412
413
|
ServiceLimit["VOLUMES_PER_FILE_SYSTEM"] = "VOLUMES_PER_FILE_SYSTEM";
|
|
413
414
|
})(ServiceLimit || (ServiceLimit = {}));
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
}
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
}
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
}
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
}
|
|
415
|
+
var ServiceLimitExceeded = (function (_super) {
|
|
416
|
+
__extends(ServiceLimitExceeded, _super);
|
|
417
|
+
function ServiceLimitExceeded(opts) {
|
|
418
|
+
var _this = _super.call(this, __assign({ name: "ServiceLimitExceeded", $fault: "client" }, opts)) || this;
|
|
419
|
+
_this.name = "ServiceLimitExceeded";
|
|
420
|
+
_this.$fault = "client";
|
|
421
|
+
Object.setPrototypeOf(_this, ServiceLimitExceeded.prototype);
|
|
422
|
+
_this.Limit = opts.Limit;
|
|
423
|
+
_this.Message = opts.Message;
|
|
424
|
+
return _this;
|
|
425
|
+
}
|
|
426
|
+
return ServiceLimitExceeded;
|
|
427
|
+
}(__BaseException));
|
|
428
|
+
export { ServiceLimitExceeded };
|
|
429
|
+
var SourceBackupUnavailable = (function (_super) {
|
|
430
|
+
__extends(SourceBackupUnavailable, _super);
|
|
431
|
+
function SourceBackupUnavailable(opts) {
|
|
432
|
+
var _this = _super.call(this, __assign({ name: "SourceBackupUnavailable", $fault: "client" }, opts)) || this;
|
|
433
|
+
_this.name = "SourceBackupUnavailable";
|
|
434
|
+
_this.$fault = "client";
|
|
435
|
+
Object.setPrototypeOf(_this, SourceBackupUnavailable.prototype);
|
|
436
|
+
_this.Message = opts.Message;
|
|
437
|
+
_this.BackupId = opts.BackupId;
|
|
438
|
+
return _this;
|
|
439
|
+
}
|
|
440
|
+
return SourceBackupUnavailable;
|
|
441
|
+
}(__BaseException));
|
|
442
|
+
export { SourceBackupUnavailable };
|
|
443
|
+
var BackupInProgress = (function (_super) {
|
|
444
|
+
__extends(BackupInProgress, _super);
|
|
445
|
+
function BackupInProgress(opts) {
|
|
446
|
+
var _this = _super.call(this, __assign({ name: "BackupInProgress", $fault: "client" }, opts)) || this;
|
|
447
|
+
_this.name = "BackupInProgress";
|
|
448
|
+
_this.$fault = "client";
|
|
449
|
+
Object.setPrototypeOf(_this, BackupInProgress.prototype);
|
|
450
|
+
_this.Message = opts.Message;
|
|
451
|
+
return _this;
|
|
452
|
+
}
|
|
453
|
+
return BackupInProgress;
|
|
454
|
+
}(__BaseException));
|
|
455
|
+
export { BackupInProgress };
|
|
456
|
+
var VolumeNotFound = (function (_super) {
|
|
457
|
+
__extends(VolumeNotFound, _super);
|
|
458
|
+
function VolumeNotFound(opts) {
|
|
459
|
+
var _this = _super.call(this, __assign({ name: "VolumeNotFound", $fault: "client" }, opts)) || this;
|
|
460
|
+
_this.name = "VolumeNotFound";
|
|
461
|
+
_this.$fault = "client";
|
|
462
|
+
Object.setPrototypeOf(_this, VolumeNotFound.prototype);
|
|
463
|
+
_this.Message = opts.Message;
|
|
464
|
+
return _this;
|
|
465
|
+
}
|
|
466
|
+
return VolumeNotFound;
|
|
467
|
+
}(__BaseException));
|
|
468
|
+
export { VolumeNotFound };
|
|
468
469
|
export var NfsVersion;
|
|
469
470
|
(function (NfsVersion) {
|
|
470
471
|
NfsVersion["NFS3"] = "NFS3";
|
|
@@ -484,19 +485,19 @@ export var DataRepositoryTaskType;
|
|
|
484
485
|
DataRepositoryTaskType["EXPORT"] = "EXPORT_TO_REPOSITORY";
|
|
485
486
|
DataRepositoryTaskType["IMPORT"] = "IMPORT_METADATA_FROM_REPOSITORY";
|
|
486
487
|
})(DataRepositoryTaskType || (DataRepositoryTaskType = {}));
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
}
|
|
488
|
+
var DataRepositoryTaskExecuting = (function (_super) {
|
|
489
|
+
__extends(DataRepositoryTaskExecuting, _super);
|
|
490
|
+
function DataRepositoryTaskExecuting(opts) {
|
|
491
|
+
var _this = _super.call(this, __assign({ name: "DataRepositoryTaskExecuting", $fault: "client" }, opts)) || this;
|
|
492
|
+
_this.name = "DataRepositoryTaskExecuting";
|
|
493
|
+
_this.$fault = "client";
|
|
494
|
+
Object.setPrototypeOf(_this, DataRepositoryTaskExecuting.prototype);
|
|
495
|
+
_this.Message = opts.Message;
|
|
496
|
+
return _this;
|
|
497
|
+
}
|
|
498
|
+
return DataRepositoryTaskExecuting;
|
|
499
|
+
}(__BaseException));
|
|
500
|
+
export { DataRepositoryTaskExecuting };
|
|
500
501
|
export var FileCacheType;
|
|
501
502
|
(function (FileCacheType) {
|
|
502
503
|
FileCacheType["LUSTRE"] = "LUSTRE";
|
|
@@ -513,87 +514,87 @@ export var FileCacheLifecycle;
|
|
|
513
514
|
FileCacheLifecycle["FAILED"] = "FAILED";
|
|
514
515
|
FileCacheLifecycle["UPDATING"] = "UPDATING";
|
|
515
516
|
})(FileCacheLifecycle || (FileCacheLifecycle = {}));
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
}
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
}
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
}
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
}
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
}
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
}
|
|
517
|
+
var InvalidNetworkSettings = (function (_super) {
|
|
518
|
+
__extends(InvalidNetworkSettings, _super);
|
|
519
|
+
function InvalidNetworkSettings(opts) {
|
|
520
|
+
var _this = _super.call(this, __assign({ name: "InvalidNetworkSettings", $fault: "client" }, opts)) || this;
|
|
521
|
+
_this.name = "InvalidNetworkSettings";
|
|
522
|
+
_this.$fault = "client";
|
|
523
|
+
Object.setPrototypeOf(_this, InvalidNetworkSettings.prototype);
|
|
524
|
+
_this.Message = opts.Message;
|
|
525
|
+
_this.InvalidSubnetId = opts.InvalidSubnetId;
|
|
526
|
+
_this.InvalidSecurityGroupId = opts.InvalidSecurityGroupId;
|
|
527
|
+
_this.InvalidRouteTableId = opts.InvalidRouteTableId;
|
|
528
|
+
return _this;
|
|
529
|
+
}
|
|
530
|
+
return InvalidNetworkSettings;
|
|
531
|
+
}(__BaseException));
|
|
532
|
+
export { InvalidNetworkSettings };
|
|
533
|
+
var InvalidPerUnitStorageThroughput = (function (_super) {
|
|
534
|
+
__extends(InvalidPerUnitStorageThroughput, _super);
|
|
535
|
+
function InvalidPerUnitStorageThroughput(opts) {
|
|
536
|
+
var _this = _super.call(this, __assign({ name: "InvalidPerUnitStorageThroughput", $fault: "client" }, opts)) || this;
|
|
537
|
+
_this.name = "InvalidPerUnitStorageThroughput";
|
|
538
|
+
_this.$fault = "client";
|
|
539
|
+
Object.setPrototypeOf(_this, InvalidPerUnitStorageThroughput.prototype);
|
|
540
|
+
_this.Message = opts.Message;
|
|
541
|
+
return _this;
|
|
542
|
+
}
|
|
543
|
+
return InvalidPerUnitStorageThroughput;
|
|
544
|
+
}(__BaseException));
|
|
545
|
+
export { InvalidPerUnitStorageThroughput };
|
|
546
|
+
var MissingFileCacheConfiguration = (function (_super) {
|
|
547
|
+
__extends(MissingFileCacheConfiguration, _super);
|
|
548
|
+
function MissingFileCacheConfiguration(opts) {
|
|
549
|
+
var _this = _super.call(this, __assign({ name: "MissingFileCacheConfiguration", $fault: "client" }, opts)) || this;
|
|
550
|
+
_this.name = "MissingFileCacheConfiguration";
|
|
551
|
+
_this.$fault = "client";
|
|
552
|
+
Object.setPrototypeOf(_this, MissingFileCacheConfiguration.prototype);
|
|
553
|
+
_this.Message = opts.Message;
|
|
554
|
+
return _this;
|
|
555
|
+
}
|
|
556
|
+
return MissingFileCacheConfiguration;
|
|
557
|
+
}(__BaseException));
|
|
558
|
+
export { MissingFileCacheConfiguration };
|
|
559
|
+
var InvalidExportPath = (function (_super) {
|
|
560
|
+
__extends(InvalidExportPath, _super);
|
|
561
|
+
function InvalidExportPath(opts) {
|
|
562
|
+
var _this = _super.call(this, __assign({ name: "InvalidExportPath", $fault: "client" }, opts)) || this;
|
|
563
|
+
_this.name = "InvalidExportPath";
|
|
564
|
+
_this.$fault = "client";
|
|
565
|
+
Object.setPrototypeOf(_this, InvalidExportPath.prototype);
|
|
566
|
+
_this.Message = opts.Message;
|
|
567
|
+
return _this;
|
|
568
|
+
}
|
|
569
|
+
return InvalidExportPath;
|
|
570
|
+
}(__BaseException));
|
|
571
|
+
export { InvalidExportPath };
|
|
572
|
+
var InvalidImportPath = (function (_super) {
|
|
573
|
+
__extends(InvalidImportPath, _super);
|
|
574
|
+
function InvalidImportPath(opts) {
|
|
575
|
+
var _this = _super.call(this, __assign({ name: "InvalidImportPath", $fault: "client" }, opts)) || this;
|
|
576
|
+
_this.name = "InvalidImportPath";
|
|
577
|
+
_this.$fault = "client";
|
|
578
|
+
Object.setPrototypeOf(_this, InvalidImportPath.prototype);
|
|
579
|
+
_this.Message = opts.Message;
|
|
580
|
+
return _this;
|
|
581
|
+
}
|
|
582
|
+
return InvalidImportPath;
|
|
583
|
+
}(__BaseException));
|
|
584
|
+
export { InvalidImportPath };
|
|
585
|
+
var MissingFileSystemConfiguration = (function (_super) {
|
|
586
|
+
__extends(MissingFileSystemConfiguration, _super);
|
|
587
|
+
function MissingFileSystemConfiguration(opts) {
|
|
588
|
+
var _this = _super.call(this, __assign({ name: "MissingFileSystemConfiguration", $fault: "client" }, opts)) || this;
|
|
589
|
+
_this.name = "MissingFileSystemConfiguration";
|
|
590
|
+
_this.$fault = "client";
|
|
591
|
+
Object.setPrototypeOf(_this, MissingFileSystemConfiguration.prototype);
|
|
592
|
+
_this.Message = opts.Message;
|
|
593
|
+
return _this;
|
|
594
|
+
}
|
|
595
|
+
return MissingFileSystemConfiguration;
|
|
596
|
+
}(__BaseException));
|
|
597
|
+
export { MissingFileSystemConfiguration };
|
|
597
598
|
export var StorageVirtualMachineRootVolumeSecurityStyle;
|
|
598
599
|
(function (StorageVirtualMachineRootVolumeSecurityStyle) {
|
|
599
600
|
StorageVirtualMachineRootVolumeSecurityStyle["MIXED"] = "MIXED";
|
|
@@ -616,103 +617,103 @@ export var StorageVirtualMachineSubtype;
|
|
|
616
617
|
StorageVirtualMachineSubtype["SYNC_DESTINATION"] = "SYNC_DESTINATION";
|
|
617
618
|
StorageVirtualMachineSubtype["SYNC_SOURCE"] = "SYNC_SOURCE";
|
|
618
619
|
})(StorageVirtualMachineSubtype || (StorageVirtualMachineSubtype = {}));
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
}
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
}
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
}
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
}
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
}
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
}
|
|
620
|
+
var MissingVolumeConfiguration = (function (_super) {
|
|
621
|
+
__extends(MissingVolumeConfiguration, _super);
|
|
622
|
+
function MissingVolumeConfiguration(opts) {
|
|
623
|
+
var _this = _super.call(this, __assign({ name: "MissingVolumeConfiguration", $fault: "client" }, opts)) || this;
|
|
624
|
+
_this.name = "MissingVolumeConfiguration";
|
|
625
|
+
_this.$fault = "client";
|
|
626
|
+
Object.setPrototypeOf(_this, MissingVolumeConfiguration.prototype);
|
|
627
|
+
_this.Message = opts.Message;
|
|
628
|
+
return _this;
|
|
629
|
+
}
|
|
630
|
+
return MissingVolumeConfiguration;
|
|
631
|
+
}(__BaseException));
|
|
632
|
+
export { MissingVolumeConfiguration };
|
|
633
|
+
var StorageVirtualMachineNotFound = (function (_super) {
|
|
634
|
+
__extends(StorageVirtualMachineNotFound, _super);
|
|
635
|
+
function StorageVirtualMachineNotFound(opts) {
|
|
636
|
+
var _this = _super.call(this, __assign({ name: "StorageVirtualMachineNotFound", $fault: "client" }, opts)) || this;
|
|
637
|
+
_this.name = "StorageVirtualMachineNotFound";
|
|
638
|
+
_this.$fault = "client";
|
|
639
|
+
Object.setPrototypeOf(_this, StorageVirtualMachineNotFound.prototype);
|
|
640
|
+
_this.Message = opts.Message;
|
|
641
|
+
return _this;
|
|
642
|
+
}
|
|
643
|
+
return StorageVirtualMachineNotFound;
|
|
644
|
+
}(__BaseException));
|
|
645
|
+
export { StorageVirtualMachineNotFound };
|
|
646
|
+
var BackupBeingCopied = (function (_super) {
|
|
647
|
+
__extends(BackupBeingCopied, _super);
|
|
648
|
+
function BackupBeingCopied(opts) {
|
|
649
|
+
var _this = _super.call(this, __assign({ name: "BackupBeingCopied", $fault: "client" }, opts)) || this;
|
|
650
|
+
_this.name = "BackupBeingCopied";
|
|
651
|
+
_this.$fault = "client";
|
|
652
|
+
Object.setPrototypeOf(_this, BackupBeingCopied.prototype);
|
|
653
|
+
_this.Message = opts.Message;
|
|
654
|
+
_this.BackupId = opts.BackupId;
|
|
655
|
+
return _this;
|
|
656
|
+
}
|
|
657
|
+
return BackupBeingCopied;
|
|
658
|
+
}(__BaseException));
|
|
659
|
+
export { BackupBeingCopied };
|
|
660
|
+
var BackupRestoring = (function (_super) {
|
|
661
|
+
__extends(BackupRestoring, _super);
|
|
662
|
+
function BackupRestoring(opts) {
|
|
663
|
+
var _this = _super.call(this, __assign({ name: "BackupRestoring", $fault: "client" }, opts)) || this;
|
|
664
|
+
_this.name = "BackupRestoring";
|
|
665
|
+
_this.$fault = "client";
|
|
666
|
+
Object.setPrototypeOf(_this, BackupRestoring.prototype);
|
|
667
|
+
_this.Message = opts.Message;
|
|
668
|
+
_this.FileSystemId = opts.FileSystemId;
|
|
669
|
+
return _this;
|
|
670
|
+
}
|
|
671
|
+
return BackupRestoring;
|
|
672
|
+
}(__BaseException));
|
|
673
|
+
export { BackupRestoring };
|
|
674
|
+
var DataRepositoryAssociationNotFound = (function (_super) {
|
|
675
|
+
__extends(DataRepositoryAssociationNotFound, _super);
|
|
676
|
+
function DataRepositoryAssociationNotFound(opts) {
|
|
677
|
+
var _this = _super.call(this, __assign({ name: "DataRepositoryAssociationNotFound", $fault: "client" }, opts)) || this;
|
|
678
|
+
_this.name = "DataRepositoryAssociationNotFound";
|
|
679
|
+
_this.$fault = "client";
|
|
680
|
+
Object.setPrototypeOf(_this, DataRepositoryAssociationNotFound.prototype);
|
|
681
|
+
_this.Message = opts.Message;
|
|
682
|
+
return _this;
|
|
683
|
+
}
|
|
684
|
+
return DataRepositoryAssociationNotFound;
|
|
685
|
+
}(__BaseException));
|
|
686
|
+
export { DataRepositoryAssociationNotFound };
|
|
687
|
+
var FileCacheNotFound = (function (_super) {
|
|
688
|
+
__extends(FileCacheNotFound, _super);
|
|
689
|
+
function FileCacheNotFound(opts) {
|
|
690
|
+
var _this = _super.call(this, __assign({ name: "FileCacheNotFound", $fault: "client" }, opts)) || this;
|
|
691
|
+
_this.name = "FileCacheNotFound";
|
|
692
|
+
_this.$fault = "client";
|
|
693
|
+
Object.setPrototypeOf(_this, FileCacheNotFound.prototype);
|
|
694
|
+
_this.Message = opts.Message;
|
|
695
|
+
return _this;
|
|
696
|
+
}
|
|
697
|
+
return FileCacheNotFound;
|
|
698
|
+
}(__BaseException));
|
|
699
|
+
export { FileCacheNotFound };
|
|
699
700
|
export var DeleteFileSystemOpenZFSOption;
|
|
700
701
|
(function (DeleteFileSystemOpenZFSOption) {
|
|
701
702
|
DeleteFileSystemOpenZFSOption["DELETE_CHILD_VOLUMES_AND_SNAPSHOTS"] = "DELETE_CHILD_VOLUMES_AND_SNAPSHOTS";
|
|
702
703
|
})(DeleteFileSystemOpenZFSOption || (DeleteFileSystemOpenZFSOption = {}));
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
}
|
|
704
|
+
var SnapshotNotFound = (function (_super) {
|
|
705
|
+
__extends(SnapshotNotFound, _super);
|
|
706
|
+
function SnapshotNotFound(opts) {
|
|
707
|
+
var _this = _super.call(this, __assign({ name: "SnapshotNotFound", $fault: "client" }, opts)) || this;
|
|
708
|
+
_this.name = "SnapshotNotFound";
|
|
709
|
+
_this.$fault = "client";
|
|
710
|
+
Object.setPrototypeOf(_this, SnapshotNotFound.prototype);
|
|
711
|
+
_this.Message = opts.Message;
|
|
712
|
+
return _this;
|
|
713
|
+
}
|
|
714
|
+
return SnapshotNotFound;
|
|
715
|
+
}(__BaseException));
|
|
716
|
+
export { SnapshotNotFound };
|
|
716
717
|
export var DeleteOpenZFSVolumeOption;
|
|
717
718
|
(function (DeleteOpenZFSVolumeOption) {
|
|
718
719
|
DeleteOpenZFSVolumeOption["DELETE_CHILD_VOLUMES_AND_SNAPSHOTS"] = "DELETE_CHILD_VOLUMES_AND_SNAPSHOTS";
|
|
@@ -727,19 +728,19 @@ export var FilterName;
|
|
|
727
728
|
FilterName["FILE_SYSTEM_TYPE"] = "file-system-type";
|
|
728
729
|
FilterName["VOLUME_ID"] = "volume-id";
|
|
729
730
|
})(FilterName || (FilterName = {}));
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
}
|
|
731
|
+
var InvalidDataRepositoryType = (function (_super) {
|
|
732
|
+
__extends(InvalidDataRepositoryType, _super);
|
|
733
|
+
function InvalidDataRepositoryType(opts) {
|
|
734
|
+
var _this = _super.call(this, __assign({ name: "InvalidDataRepositoryType", $fault: "client" }, opts)) || this;
|
|
735
|
+
_this.name = "InvalidDataRepositoryType";
|
|
736
|
+
_this.$fault = "client";
|
|
737
|
+
Object.setPrototypeOf(_this, InvalidDataRepositoryType.prototype);
|
|
738
|
+
_this.Message = opts.Message;
|
|
739
|
+
return _this;
|
|
740
|
+
}
|
|
741
|
+
return InvalidDataRepositoryType;
|
|
742
|
+
}(__BaseException));
|
|
743
|
+
export { InvalidDataRepositoryType };
|
|
743
744
|
export var DataRepositoryTaskFilterName;
|
|
744
745
|
(function (DataRepositoryTaskFilterName) {
|
|
745
746
|
DataRepositoryTaskFilterName["DATA_REPO_ASSOCIATION_ID"] = "data-repository-association-id";
|
|
@@ -761,599 +762,242 @@ export var VolumeFilterName;
|
|
|
761
762
|
VolumeFilterName["FILE_SYSTEM_ID"] = "file-system-id";
|
|
762
763
|
VolumeFilterName["STORAGE_VIRTUAL_MACHINE_ID"] = "storage-virtual-machine-id";
|
|
763
764
|
})(VolumeFilterName || (VolumeFilterName = {}));
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
}
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
}
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
}
|
|
765
|
+
var NotServiceResourceError = (function (_super) {
|
|
766
|
+
__extends(NotServiceResourceError, _super);
|
|
767
|
+
function NotServiceResourceError(opts) {
|
|
768
|
+
var _this = _super.call(this, __assign({ name: "NotServiceResourceError", $fault: "client" }, opts)) || this;
|
|
769
|
+
_this.name = "NotServiceResourceError";
|
|
770
|
+
_this.$fault = "client";
|
|
771
|
+
Object.setPrototypeOf(_this, NotServiceResourceError.prototype);
|
|
772
|
+
_this.ResourceARN = opts.ResourceARN;
|
|
773
|
+
_this.Message = opts.Message;
|
|
774
|
+
return _this;
|
|
775
|
+
}
|
|
776
|
+
return NotServiceResourceError;
|
|
777
|
+
}(__BaseException));
|
|
778
|
+
export { NotServiceResourceError };
|
|
779
|
+
var ResourceDoesNotSupportTagging = (function (_super) {
|
|
780
|
+
__extends(ResourceDoesNotSupportTagging, _super);
|
|
781
|
+
function ResourceDoesNotSupportTagging(opts) {
|
|
782
|
+
var _this = _super.call(this, __assign({ name: "ResourceDoesNotSupportTagging", $fault: "client" }, opts)) || this;
|
|
783
|
+
_this.name = "ResourceDoesNotSupportTagging";
|
|
784
|
+
_this.$fault = "client";
|
|
785
|
+
Object.setPrototypeOf(_this, ResourceDoesNotSupportTagging.prototype);
|
|
786
|
+
_this.ResourceARN = opts.ResourceARN;
|
|
787
|
+
_this.Message = opts.Message;
|
|
788
|
+
return _this;
|
|
789
|
+
}
|
|
790
|
+
return ResourceDoesNotSupportTagging;
|
|
791
|
+
}(__BaseException));
|
|
792
|
+
export { ResourceDoesNotSupportTagging };
|
|
793
|
+
var ResourceNotFound = (function (_super) {
|
|
794
|
+
__extends(ResourceNotFound, _super);
|
|
795
|
+
function ResourceNotFound(opts) {
|
|
796
|
+
var _this = _super.call(this, __assign({ name: "ResourceNotFound", $fault: "client" }, opts)) || this;
|
|
797
|
+
_this.name = "ResourceNotFound";
|
|
798
|
+
_this.$fault = "client";
|
|
799
|
+
Object.setPrototypeOf(_this, ResourceNotFound.prototype);
|
|
800
|
+
_this.ResourceARN = opts.ResourceARN;
|
|
801
|
+
_this.Message = opts.Message;
|
|
802
|
+
return _this;
|
|
803
|
+
}
|
|
804
|
+
return ResourceNotFound;
|
|
805
|
+
}(__BaseException));
|
|
806
|
+
export { ResourceNotFound };
|
|
806
807
|
export var RestoreOpenZFSVolumeOption;
|
|
807
808
|
(function (RestoreOpenZFSVolumeOption) {
|
|
808
809
|
RestoreOpenZFSVolumeOption["DELETE_CLONED_VOLUMES"] = "DELETE_CLONED_VOLUMES";
|
|
809
810
|
RestoreOpenZFSVolumeOption["DELETE_INTERMEDIATE_SNAPSHOTS"] = "DELETE_INTERMEDIATE_SNAPSHOTS";
|
|
810
811
|
})(RestoreOpenZFSVolumeOption || (RestoreOpenZFSVolumeOption = {}));
|
|
811
|
-
export
|
|
812
|
-
|
|
813
|
-
});
|
|
814
|
-
export
|
|
815
|
-
|
|
816
|
-
});
|
|
817
|
-
export
|
|
818
|
-
|
|
819
|
-
});
|
|
820
|
-
export
|
|
821
|
-
|
|
822
|
-
});
|
|
823
|
-
export
|
|
824
|
-
|
|
825
|
-
});
|
|
826
|
-
export
|
|
827
|
-
|
|
828
|
-
});
|
|
829
|
-
export
|
|
830
|
-
|
|
831
|
-
});
|
|
832
|
-
export
|
|
833
|
-
|
|
834
|
-
});
|
|
835
|
-
export
|
|
836
|
-
|
|
837
|
-
});
|
|
838
|
-
export
|
|
839
|
-
|
|
840
|
-
});
|
|
841
|
-
export
|
|
842
|
-
|
|
843
|
-
});
|
|
844
|
-
export
|
|
845
|
-
|
|
846
|
-
});
|
|
847
|
-
export
|
|
848
|
-
|
|
849
|
-
});
|
|
850
|
-
export
|
|
851
|
-
|
|
852
|
-
});
|
|
853
|
-
export
|
|
854
|
-
|
|
855
|
-
});
|
|
856
|
-
export
|
|
857
|
-
|
|
858
|
-
});
|
|
859
|
-
export
|
|
860
|
-
|
|
861
|
-
});
|
|
862
|
-
export
|
|
863
|
-
|
|
864
|
-
});
|
|
865
|
-
export
|
|
866
|
-
|
|
867
|
-
});
|
|
868
|
-
export
|
|
869
|
-
|
|
870
|
-
});
|
|
871
|
-
export
|
|
872
|
-
|
|
873
|
-
})
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
})
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
|
|
882
|
-
|
|
883
|
-
|
|
884
|
-
|
|
885
|
-
})
|
|
886
|
-
|
|
887
|
-
|
|
888
|
-
})
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
});
|
|
892
|
-
export
|
|
893
|
-
|
|
894
|
-
});
|
|
895
|
-
export
|
|
896
|
-
|
|
897
|
-
});
|
|
898
|
-
export
|
|
899
|
-
|
|
900
|
-
});
|
|
901
|
-
export
|
|
902
|
-
|
|
903
|
-
});
|
|
904
|
-
export
|
|
905
|
-
|
|
906
|
-
});
|
|
907
|
-
export
|
|
908
|
-
|
|
909
|
-
});
|
|
910
|
-
export
|
|
911
|
-
|
|
912
|
-
});
|
|
913
|
-
export
|
|
914
|
-
|
|
915
|
-
});
|
|
916
|
-
export
|
|
917
|
-
|
|
918
|
-
});
|
|
919
|
-
export
|
|
920
|
-
|
|
921
|
-
});
|
|
922
|
-
export
|
|
923
|
-
|
|
924
|
-
});
|
|
925
|
-
export
|
|
926
|
-
|
|
927
|
-
});
|
|
928
|
-
export
|
|
929
|
-
|
|
930
|
-
});
|
|
931
|
-
export
|
|
932
|
-
|
|
933
|
-
});
|
|
934
|
-
export
|
|
935
|
-
|
|
936
|
-
});
|
|
937
|
-
export
|
|
938
|
-
|
|
939
|
-
});
|
|
940
|
-
export
|
|
941
|
-
|
|
942
|
-
});
|
|
943
|
-
export
|
|
944
|
-
|
|
945
|
-
});
|
|
946
|
-
export
|
|
947
|
-
|
|
948
|
-
});
|
|
949
|
-
export
|
|
950
|
-
|
|
951
|
-
});
|
|
952
|
-
export
|
|
953
|
-
|
|
954
|
-
});
|
|
955
|
-
export
|
|
956
|
-
|
|
957
|
-
});
|
|
958
|
-
export
|
|
959
|
-
|
|
960
|
-
});
|
|
961
|
-
export
|
|
962
|
-
|
|
963
|
-
});
|
|
964
|
-
export
|
|
965
|
-
|
|
966
|
-
});
|
|
967
|
-
export
|
|
968
|
-
|
|
969
|
-
})
|
|
970
|
-
|
|
971
|
-
|
|
972
|
-
});
|
|
973
|
-
export
|
|
974
|
-
|
|
975
|
-
});
|
|
976
|
-
export
|
|
977
|
-
|
|
978
|
-
});
|
|
979
|
-
export
|
|
980
|
-
|
|
981
|
-
});
|
|
982
|
-
export
|
|
983
|
-
|
|
984
|
-
|
|
985
|
-
});
|
|
986
|
-
export
|
|
987
|
-
|
|
988
|
-
});
|
|
989
|
-
export
|
|
990
|
-
|
|
991
|
-
});
|
|
992
|
-
export
|
|
993
|
-
|
|
994
|
-
});
|
|
995
|
-
export
|
|
996
|
-
|
|
997
|
-
|
|
998
|
-
});
|
|
999
|
-
export
|
|
1000
|
-
|
|
1001
|
-
|
|
1002
|
-
|
|
1003
|
-
}),
|
|
1004
|
-
});
|
|
1005
|
-
export const CreateFileSystemRequestFilterSensitiveLog = (obj) => ({
|
|
1006
|
-
...obj,
|
|
1007
|
-
...(obj.WindowsConfiguration && {
|
|
1008
|
-
WindowsConfiguration: CreateFileSystemWindowsConfigurationFilterSensitiveLog(obj.WindowsConfiguration),
|
|
1009
|
-
}),
|
|
1010
|
-
...(obj.OntapConfiguration && {
|
|
1011
|
-
OntapConfiguration: CreateFileSystemOntapConfigurationFilterSensitiveLog(obj.OntapConfiguration),
|
|
1012
|
-
}),
|
|
1013
|
-
});
|
|
1014
|
-
export const CreateFileSystemFromBackupRequestFilterSensitiveLog = (obj) => ({
|
|
1015
|
-
...obj,
|
|
1016
|
-
...(obj.WindowsConfiguration && {
|
|
1017
|
-
WindowsConfiguration: CreateFileSystemWindowsConfigurationFilterSensitiveLog(obj.WindowsConfiguration),
|
|
1018
|
-
}),
|
|
1019
|
-
});
|
|
1020
|
-
export const CreateSnapshotRequestFilterSensitiveLog = (obj) => ({
|
|
1021
|
-
...obj,
|
|
1022
|
-
});
|
|
1023
|
-
export const CreateSvmActiveDirectoryConfigurationFilterSensitiveLog = (obj) => ({
|
|
1024
|
-
...obj,
|
|
1025
|
-
...(obj.SelfManagedActiveDirectoryConfiguration && {
|
|
1026
|
-
SelfManagedActiveDirectoryConfiguration: SelfManagedActiveDirectoryConfigurationFilterSensitiveLog(obj.SelfManagedActiveDirectoryConfiguration),
|
|
1027
|
-
}),
|
|
1028
|
-
});
|
|
1029
|
-
export const CreateStorageVirtualMachineRequestFilterSensitiveLog = (obj) => ({
|
|
1030
|
-
...obj,
|
|
1031
|
-
...(obj.ActiveDirectoryConfiguration && {
|
|
1032
|
-
ActiveDirectoryConfiguration: CreateSvmActiveDirectoryConfigurationFilterSensitiveLog(obj.ActiveDirectoryConfiguration),
|
|
1033
|
-
}),
|
|
1034
|
-
...(obj.SvmAdminPassword && { SvmAdminPassword: SENSITIVE_STRING }),
|
|
1035
|
-
});
|
|
1036
|
-
export const SvmActiveDirectoryConfigurationFilterSensitiveLog = (obj) => ({
|
|
1037
|
-
...obj,
|
|
1038
|
-
});
|
|
1039
|
-
export const SvmEndpointFilterSensitiveLog = (obj) => ({
|
|
1040
|
-
...obj,
|
|
1041
|
-
});
|
|
1042
|
-
export const SvmEndpointsFilterSensitiveLog = (obj) => ({
|
|
1043
|
-
...obj,
|
|
1044
|
-
});
|
|
1045
|
-
export const StorageVirtualMachineFilterSensitiveLog = (obj) => ({
|
|
1046
|
-
...obj,
|
|
1047
|
-
});
|
|
1048
|
-
export const CreateStorageVirtualMachineResponseFilterSensitiveLog = (obj) => ({
|
|
1049
|
-
...obj,
|
|
1050
|
-
});
|
|
1051
|
-
export const CreateOntapVolumeConfigurationFilterSensitiveLog = (obj) => ({
|
|
1052
|
-
...obj,
|
|
1053
|
-
});
|
|
1054
|
-
export const CreateOpenZFSOriginSnapshotConfigurationFilterSensitiveLog = (obj) => ({
|
|
1055
|
-
...obj,
|
|
1056
|
-
});
|
|
1057
|
-
export const CreateOpenZFSVolumeConfigurationFilterSensitiveLog = (obj) => ({
|
|
1058
|
-
...obj,
|
|
1059
|
-
});
|
|
1060
|
-
export const CreateVolumeRequestFilterSensitiveLog = (obj) => ({
|
|
1061
|
-
...obj,
|
|
1062
|
-
});
|
|
1063
|
-
export const CreateVolumeFromBackupRequestFilterSensitiveLog = (obj) => ({
|
|
1064
|
-
...obj,
|
|
1065
|
-
});
|
|
1066
|
-
export const DeleteBackupRequestFilterSensitiveLog = (obj) => ({
|
|
1067
|
-
...obj,
|
|
1068
|
-
});
|
|
1069
|
-
export const DeleteBackupResponseFilterSensitiveLog = (obj) => ({
|
|
1070
|
-
...obj,
|
|
1071
|
-
});
|
|
1072
|
-
export const DeleteDataRepositoryAssociationRequestFilterSensitiveLog = (obj) => ({
|
|
1073
|
-
...obj,
|
|
1074
|
-
});
|
|
1075
|
-
export const DeleteDataRepositoryAssociationResponseFilterSensitiveLog = (obj) => ({
|
|
1076
|
-
...obj,
|
|
1077
|
-
});
|
|
1078
|
-
export const DeleteFileCacheRequestFilterSensitiveLog = (obj) => ({
|
|
1079
|
-
...obj,
|
|
1080
|
-
});
|
|
1081
|
-
export const DeleteFileCacheResponseFilterSensitiveLog = (obj) => ({
|
|
1082
|
-
...obj,
|
|
1083
|
-
});
|
|
1084
|
-
export const DeleteFileSystemLustreConfigurationFilterSensitiveLog = (obj) => ({
|
|
1085
|
-
...obj,
|
|
1086
|
-
});
|
|
1087
|
-
export const DeleteFileSystemOpenZFSConfigurationFilterSensitiveLog = (obj) => ({
|
|
1088
|
-
...obj,
|
|
1089
|
-
});
|
|
1090
|
-
export const DeleteFileSystemWindowsConfigurationFilterSensitiveLog = (obj) => ({
|
|
1091
|
-
...obj,
|
|
1092
|
-
});
|
|
1093
|
-
export const DeleteFileSystemRequestFilterSensitiveLog = (obj) => ({
|
|
1094
|
-
...obj,
|
|
1095
|
-
});
|
|
1096
|
-
export const DeleteFileSystemLustreResponseFilterSensitiveLog = (obj) => ({
|
|
1097
|
-
...obj,
|
|
1098
|
-
});
|
|
1099
|
-
export const DeleteFileSystemOpenZFSResponseFilterSensitiveLog = (obj) => ({
|
|
1100
|
-
...obj,
|
|
1101
|
-
});
|
|
1102
|
-
export const DeleteFileSystemWindowsResponseFilterSensitiveLog = (obj) => ({
|
|
1103
|
-
...obj,
|
|
1104
|
-
});
|
|
1105
|
-
export const DeleteFileSystemResponseFilterSensitiveLog = (obj) => ({
|
|
1106
|
-
...obj,
|
|
1107
|
-
});
|
|
1108
|
-
export const DeleteSnapshotRequestFilterSensitiveLog = (obj) => ({
|
|
1109
|
-
...obj,
|
|
1110
|
-
});
|
|
1111
|
-
export const DeleteSnapshotResponseFilterSensitiveLog = (obj) => ({
|
|
1112
|
-
...obj,
|
|
1113
|
-
});
|
|
1114
|
-
export const DeleteStorageVirtualMachineRequestFilterSensitiveLog = (obj) => ({
|
|
1115
|
-
...obj,
|
|
1116
|
-
});
|
|
1117
|
-
export const DeleteStorageVirtualMachineResponseFilterSensitiveLog = (obj) => ({
|
|
1118
|
-
...obj,
|
|
1119
|
-
});
|
|
1120
|
-
export const DeleteVolumeOntapConfigurationFilterSensitiveLog = (obj) => ({
|
|
1121
|
-
...obj,
|
|
1122
|
-
});
|
|
1123
|
-
export const DeleteVolumeOpenZFSConfigurationFilterSensitiveLog = (obj) => ({
|
|
1124
|
-
...obj,
|
|
1125
|
-
});
|
|
1126
|
-
export const DeleteVolumeRequestFilterSensitiveLog = (obj) => ({
|
|
1127
|
-
...obj,
|
|
1128
|
-
});
|
|
1129
|
-
export const DeleteVolumeOntapResponseFilterSensitiveLog = (obj) => ({
|
|
1130
|
-
...obj,
|
|
1131
|
-
});
|
|
1132
|
-
export const DeleteVolumeResponseFilterSensitiveLog = (obj) => ({
|
|
1133
|
-
...obj,
|
|
1134
|
-
});
|
|
1135
|
-
export const FilterFilterSensitiveLog = (obj) => ({
|
|
1136
|
-
...obj,
|
|
1137
|
-
});
|
|
1138
|
-
export const DescribeBackupsRequestFilterSensitiveLog = (obj) => ({
|
|
1139
|
-
...obj,
|
|
1140
|
-
});
|
|
1141
|
-
export const DescribeDataRepositoryAssociationsRequestFilterSensitiveLog = (obj) => ({
|
|
1142
|
-
...obj,
|
|
1143
|
-
});
|
|
1144
|
-
export const DescribeDataRepositoryAssociationsResponseFilterSensitiveLog = (obj) => ({
|
|
1145
|
-
...obj,
|
|
1146
|
-
});
|
|
1147
|
-
export const DataRepositoryTaskFilterFilterSensitiveLog = (obj) => ({
|
|
1148
|
-
...obj,
|
|
1149
|
-
});
|
|
1150
|
-
export const DescribeDataRepositoryTasksRequestFilterSensitiveLog = (obj) => ({
|
|
1151
|
-
...obj,
|
|
1152
|
-
});
|
|
1153
|
-
export const DescribeDataRepositoryTasksResponseFilterSensitiveLog = (obj) => ({
|
|
1154
|
-
...obj,
|
|
1155
|
-
});
|
|
1156
|
-
export const DescribeFileCachesRequestFilterSensitiveLog = (obj) => ({
|
|
1157
|
-
...obj,
|
|
1158
|
-
});
|
|
1159
|
-
export const FileCacheFilterSensitiveLog = (obj) => ({
|
|
1160
|
-
...obj,
|
|
1161
|
-
});
|
|
1162
|
-
export const DescribeFileCachesResponseFilterSensitiveLog = (obj) => ({
|
|
1163
|
-
...obj,
|
|
1164
|
-
});
|
|
1165
|
-
export const DescribeFileSystemAliasesRequestFilterSensitiveLog = (obj) => ({
|
|
1166
|
-
...obj,
|
|
1167
|
-
});
|
|
1168
|
-
export const DescribeFileSystemAliasesResponseFilterSensitiveLog = (obj) => ({
|
|
1169
|
-
...obj,
|
|
1170
|
-
});
|
|
1171
|
-
export const DescribeFileSystemsRequestFilterSensitiveLog = (obj) => ({
|
|
1172
|
-
...obj,
|
|
1173
|
-
});
|
|
1174
|
-
export const SnapshotFilterFilterSensitiveLog = (obj) => ({
|
|
1175
|
-
...obj,
|
|
1176
|
-
});
|
|
1177
|
-
export const DescribeSnapshotsRequestFilterSensitiveLog = (obj) => ({
|
|
1178
|
-
...obj,
|
|
1179
|
-
});
|
|
1180
|
-
export const StorageVirtualMachineFilterFilterSensitiveLog = (obj) => ({
|
|
1181
|
-
...obj,
|
|
1182
|
-
});
|
|
1183
|
-
export const DescribeStorageVirtualMachinesRequestFilterSensitiveLog = (obj) => ({
|
|
1184
|
-
...obj,
|
|
1185
|
-
});
|
|
1186
|
-
export const DescribeStorageVirtualMachinesResponseFilterSensitiveLog = (obj) => ({
|
|
1187
|
-
...obj,
|
|
1188
|
-
});
|
|
1189
|
-
export const VolumeFilterFilterSensitiveLog = (obj) => ({
|
|
1190
|
-
...obj,
|
|
1191
|
-
});
|
|
1192
|
-
export const DescribeVolumesRequestFilterSensitiveLog = (obj) => ({
|
|
1193
|
-
...obj,
|
|
1194
|
-
});
|
|
1195
|
-
export const DisassociateFileSystemAliasesRequestFilterSensitiveLog = (obj) => ({
|
|
1196
|
-
...obj,
|
|
1197
|
-
});
|
|
1198
|
-
export const DisassociateFileSystemAliasesResponseFilterSensitiveLog = (obj) => ({
|
|
1199
|
-
...obj,
|
|
1200
|
-
});
|
|
1201
|
-
export const ListTagsForResourceRequestFilterSensitiveLog = (obj) => ({
|
|
1202
|
-
...obj,
|
|
1203
|
-
});
|
|
1204
|
-
export const ListTagsForResourceResponseFilterSensitiveLog = (obj) => ({
|
|
1205
|
-
...obj,
|
|
1206
|
-
});
|
|
1207
|
-
export const ReleaseFileSystemNfsV3LocksRequestFilterSensitiveLog = (obj) => ({
|
|
1208
|
-
...obj,
|
|
1209
|
-
});
|
|
1210
|
-
export const RestoreVolumeFromSnapshotRequestFilterSensitiveLog = (obj) => ({
|
|
1211
|
-
...obj,
|
|
1212
|
-
});
|
|
1213
|
-
export const RestoreVolumeFromSnapshotResponseFilterSensitiveLog = (obj) => ({
|
|
1214
|
-
...obj,
|
|
1215
|
-
});
|
|
1216
|
-
export const TagResourceRequestFilterSensitiveLog = (obj) => ({
|
|
1217
|
-
...obj,
|
|
1218
|
-
});
|
|
1219
|
-
export const TagResourceResponseFilterSensitiveLog = (obj) => ({
|
|
1220
|
-
...obj,
|
|
1221
|
-
});
|
|
1222
|
-
export const UntagResourceRequestFilterSensitiveLog = (obj) => ({
|
|
1223
|
-
...obj,
|
|
1224
|
-
});
|
|
1225
|
-
export const UntagResourceResponseFilterSensitiveLog = (obj) => ({
|
|
1226
|
-
...obj,
|
|
1227
|
-
});
|
|
1228
|
-
export const UpdateDataRepositoryAssociationRequestFilterSensitiveLog = (obj) => ({
|
|
1229
|
-
...obj,
|
|
1230
|
-
});
|
|
1231
|
-
export const UpdateDataRepositoryAssociationResponseFilterSensitiveLog = (obj) => ({
|
|
1232
|
-
...obj,
|
|
1233
|
-
});
|
|
1234
|
-
export const UpdateFileCacheLustreConfigurationFilterSensitiveLog = (obj) => ({
|
|
1235
|
-
...obj,
|
|
1236
|
-
});
|
|
1237
|
-
export const UpdateFileCacheRequestFilterSensitiveLog = (obj) => ({
|
|
1238
|
-
...obj,
|
|
1239
|
-
});
|
|
1240
|
-
export const UpdateFileCacheResponseFilterSensitiveLog = (obj) => ({
|
|
1241
|
-
...obj,
|
|
1242
|
-
});
|
|
1243
|
-
export const UpdateFileSystemLustreConfigurationFilterSensitiveLog = (obj) => ({
|
|
1244
|
-
...obj,
|
|
1245
|
-
});
|
|
1246
|
-
export const UpdateFileSystemOntapConfigurationFilterSensitiveLog = (obj) => ({
|
|
1247
|
-
...obj,
|
|
1248
|
-
...(obj.FsxAdminPassword && { FsxAdminPassword: SENSITIVE_STRING }),
|
|
1249
|
-
});
|
|
1250
|
-
export const UpdateFileSystemOpenZFSConfigurationFilterSensitiveLog = (obj) => ({
|
|
1251
|
-
...obj,
|
|
1252
|
-
});
|
|
1253
|
-
export const SelfManagedActiveDirectoryConfigurationUpdatesFilterSensitiveLog = (obj) => ({
|
|
1254
|
-
...obj,
|
|
1255
|
-
...(obj.Password && { Password: SENSITIVE_STRING }),
|
|
1256
|
-
});
|
|
1257
|
-
export const UpdateFileSystemWindowsConfigurationFilterSensitiveLog = (obj) => ({
|
|
1258
|
-
...obj,
|
|
1259
|
-
...(obj.SelfManagedActiveDirectoryConfiguration && {
|
|
1260
|
-
SelfManagedActiveDirectoryConfiguration: SelfManagedActiveDirectoryConfigurationUpdatesFilterSensitiveLog(obj.SelfManagedActiveDirectoryConfiguration),
|
|
1261
|
-
}),
|
|
1262
|
-
});
|
|
1263
|
-
export const UpdateFileSystemRequestFilterSensitiveLog = (obj) => ({
|
|
1264
|
-
...obj,
|
|
1265
|
-
...(obj.WindowsConfiguration && {
|
|
1266
|
-
WindowsConfiguration: UpdateFileSystemWindowsConfigurationFilterSensitiveLog(obj.WindowsConfiguration),
|
|
1267
|
-
}),
|
|
1268
|
-
...(obj.OntapConfiguration && {
|
|
1269
|
-
OntapConfiguration: UpdateFileSystemOntapConfigurationFilterSensitiveLog(obj.OntapConfiguration),
|
|
1270
|
-
}),
|
|
1271
|
-
});
|
|
1272
|
-
export const UpdateSnapshotRequestFilterSensitiveLog = (obj) => ({
|
|
1273
|
-
...obj,
|
|
1274
|
-
});
|
|
1275
|
-
export const UpdateSvmActiveDirectoryConfigurationFilterSensitiveLog = (obj) => ({
|
|
1276
|
-
...obj,
|
|
1277
|
-
...(obj.SelfManagedActiveDirectoryConfiguration && {
|
|
1278
|
-
SelfManagedActiveDirectoryConfiguration: SelfManagedActiveDirectoryConfigurationUpdatesFilterSensitiveLog(obj.SelfManagedActiveDirectoryConfiguration),
|
|
1279
|
-
}),
|
|
1280
|
-
});
|
|
1281
|
-
export const UpdateStorageVirtualMachineRequestFilterSensitiveLog = (obj) => ({
|
|
1282
|
-
...obj,
|
|
1283
|
-
...(obj.ActiveDirectoryConfiguration && {
|
|
1284
|
-
ActiveDirectoryConfiguration: UpdateSvmActiveDirectoryConfigurationFilterSensitiveLog(obj.ActiveDirectoryConfiguration),
|
|
1285
|
-
}),
|
|
1286
|
-
...(obj.SvmAdminPassword && { SvmAdminPassword: SENSITIVE_STRING }),
|
|
1287
|
-
});
|
|
1288
|
-
export const UpdateStorageVirtualMachineResponseFilterSensitiveLog = (obj) => ({
|
|
1289
|
-
...obj,
|
|
1290
|
-
});
|
|
1291
|
-
export const UpdateOntapVolumeConfigurationFilterSensitiveLog = (obj) => ({
|
|
1292
|
-
...obj,
|
|
1293
|
-
});
|
|
1294
|
-
export const UpdateOpenZFSVolumeConfigurationFilterSensitiveLog = (obj) => ({
|
|
1295
|
-
...obj,
|
|
1296
|
-
});
|
|
1297
|
-
export const UpdateVolumeRequestFilterSensitiveLog = (obj) => ({
|
|
1298
|
-
...obj,
|
|
1299
|
-
});
|
|
1300
|
-
export const AdministrativeActionFilterSensitiveLog = (obj) => ({
|
|
1301
|
-
...obj,
|
|
1302
|
-
});
|
|
1303
|
-
export const FileSystemFilterSensitiveLog = (obj) => ({
|
|
1304
|
-
...obj,
|
|
1305
|
-
});
|
|
1306
|
-
export const SnapshotFilterSensitiveLog = (obj) => ({
|
|
1307
|
-
...obj,
|
|
1308
|
-
});
|
|
1309
|
-
export const VolumeFilterSensitiveLog = (obj) => ({
|
|
1310
|
-
...obj,
|
|
1311
|
-
});
|
|
1312
|
-
export const CreateFileSystemFromBackupResponseFilterSensitiveLog = (obj) => ({
|
|
1313
|
-
...obj,
|
|
1314
|
-
});
|
|
1315
|
-
export const CreateFileSystemResponseFilterSensitiveLog = (obj) => ({
|
|
1316
|
-
...obj,
|
|
1317
|
-
});
|
|
1318
|
-
export const CreateSnapshotResponseFilterSensitiveLog = (obj) => ({
|
|
1319
|
-
...obj,
|
|
1320
|
-
});
|
|
1321
|
-
export const CreateVolumeFromBackupResponseFilterSensitiveLog = (obj) => ({
|
|
1322
|
-
...obj,
|
|
1323
|
-
});
|
|
1324
|
-
export const CreateVolumeResponseFilterSensitiveLog = (obj) => ({
|
|
1325
|
-
...obj,
|
|
1326
|
-
});
|
|
1327
|
-
export const ReleaseFileSystemNfsV3LocksResponseFilterSensitiveLog = (obj) => ({
|
|
1328
|
-
...obj,
|
|
1329
|
-
});
|
|
1330
|
-
export const UpdateFileSystemResponseFilterSensitiveLog = (obj) => ({
|
|
1331
|
-
...obj,
|
|
1332
|
-
});
|
|
1333
|
-
export const UpdateSnapshotResponseFilterSensitiveLog = (obj) => ({
|
|
1334
|
-
...obj,
|
|
1335
|
-
});
|
|
1336
|
-
export const UpdateVolumeResponseFilterSensitiveLog = (obj) => ({
|
|
1337
|
-
...obj,
|
|
1338
|
-
});
|
|
1339
|
-
export const DescribeFileSystemsResponseFilterSensitiveLog = (obj) => ({
|
|
1340
|
-
...obj,
|
|
1341
|
-
});
|
|
1342
|
-
export const DescribeSnapshotsResponseFilterSensitiveLog = (obj) => ({
|
|
1343
|
-
...obj,
|
|
1344
|
-
});
|
|
1345
|
-
export const DescribeVolumesResponseFilterSensitiveLog = (obj) => ({
|
|
1346
|
-
...obj,
|
|
1347
|
-
});
|
|
1348
|
-
export const BackupFilterSensitiveLog = (obj) => ({
|
|
1349
|
-
...obj,
|
|
1350
|
-
});
|
|
1351
|
-
export const CopyBackupResponseFilterSensitiveLog = (obj) => ({
|
|
1352
|
-
...obj,
|
|
1353
|
-
});
|
|
1354
|
-
export const CreateBackupResponseFilterSensitiveLog = (obj) => ({
|
|
1355
|
-
...obj,
|
|
1356
|
-
});
|
|
1357
|
-
export const DescribeBackupsResponseFilterSensitiveLog = (obj) => ({
|
|
1358
|
-
...obj,
|
|
1359
|
-
});
|
|
812
|
+
export var ActiveDirectoryBackupAttributesFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
813
|
+
export var AdministrativeActionFailureDetailsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
814
|
+
export var FileSystemFailureDetailsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
815
|
+
export var DataRepositoryFailureDetailsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
816
|
+
export var DataRepositoryConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
817
|
+
export var LustreLogConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
818
|
+
export var LustreRootSquashConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
819
|
+
export var LustreFileSystemConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
820
|
+
export var DiskIopsConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
821
|
+
export var FileSystemEndpointFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
822
|
+
export var FileSystemEndpointsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
823
|
+
export var OntapFileSystemConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
824
|
+
export var OpenZFSFileSystemConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
825
|
+
export var TagFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
826
|
+
export var AliasFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
827
|
+
export var WindowsAuditLogConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
828
|
+
export var SelfManagedActiveDirectoryAttributesFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
829
|
+
export var WindowsFileSystemConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
830
|
+
export var LifecycleTransitionReasonFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
831
|
+
export var TieringPolicyFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
832
|
+
export var OntapVolumeConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
833
|
+
export var OpenZFSClientConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
834
|
+
export var OpenZFSNfsExportFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
835
|
+
export var OpenZFSOriginSnapshotConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
836
|
+
export var OpenZFSUserOrGroupQuotaFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
837
|
+
export var OpenZFSVolumeConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
838
|
+
export var AssociateFileSystemAliasesRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
839
|
+
export var AssociateFileSystemAliasesResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
840
|
+
export var AutoExportPolicyFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
841
|
+
export var AutoImportPolicyFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
842
|
+
export var CancelDataRepositoryTaskRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
843
|
+
export var CancelDataRepositoryTaskResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
844
|
+
export var CopyBackupRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
845
|
+
export var BackupFailureDetailsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
846
|
+
export var CreateBackupRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
847
|
+
export var S3DataRepositoryConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
848
|
+
export var CreateDataRepositoryAssociationRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
849
|
+
export var NFSDataRepositoryConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
850
|
+
export var DataRepositoryAssociationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
851
|
+
export var CreateDataRepositoryAssociationResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
852
|
+
export var CompletionReportFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
853
|
+
export var CreateDataRepositoryTaskRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
854
|
+
export var DataRepositoryTaskFailureDetailsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
855
|
+
export var DataRepositoryTaskStatusFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
856
|
+
export var DataRepositoryTaskFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
857
|
+
export var CreateDataRepositoryTaskResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
858
|
+
export var FileCacheNFSConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
859
|
+
export var FileCacheDataRepositoryAssociationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
860
|
+
export var FileCacheLustreMetadataConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
861
|
+
export var CreateFileCacheLustreConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
862
|
+
export var CreateFileCacheRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
863
|
+
export var FileCacheFailureDetailsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
864
|
+
export var FileCacheLustreConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
865
|
+
export var FileCacheCreatingFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
866
|
+
export var CreateFileCacheResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
867
|
+
export var LustreLogCreateConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
868
|
+
export var CreateFileSystemLustreConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
869
|
+
export var CreateFileSystemOntapConfigurationFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.FsxAdminPassword && { FsxAdminPassword: SENSITIVE_STRING }))); };
|
|
870
|
+
export var OpenZFSCreateRootVolumeConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
871
|
+
export var CreateFileSystemOpenZFSConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
872
|
+
export var WindowsAuditLogCreateConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
873
|
+
export var SelfManagedActiveDirectoryConfigurationFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Password && { Password: SENSITIVE_STRING }))); };
|
|
874
|
+
export var CreateFileSystemWindowsConfigurationFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.SelfManagedActiveDirectoryConfiguration && {
|
|
875
|
+
SelfManagedActiveDirectoryConfiguration: SelfManagedActiveDirectoryConfigurationFilterSensitiveLog(obj.SelfManagedActiveDirectoryConfiguration),
|
|
876
|
+
}))); };
|
|
877
|
+
export var CreateFileSystemRequestFilterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.WindowsConfiguration && {
|
|
878
|
+
WindowsConfiguration: CreateFileSystemWindowsConfigurationFilterSensitiveLog(obj.WindowsConfiguration),
|
|
879
|
+
})), (obj.OntapConfiguration && {
|
|
880
|
+
OntapConfiguration: CreateFileSystemOntapConfigurationFilterSensitiveLog(obj.OntapConfiguration),
|
|
881
|
+
}))); };
|
|
882
|
+
export var CreateFileSystemFromBackupRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.WindowsConfiguration && {
|
|
883
|
+
WindowsConfiguration: CreateFileSystemWindowsConfigurationFilterSensitiveLog(obj.WindowsConfiguration),
|
|
884
|
+
}))); };
|
|
885
|
+
export var CreateSnapshotRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
886
|
+
export var CreateSvmActiveDirectoryConfigurationFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.SelfManagedActiveDirectoryConfiguration && {
|
|
887
|
+
SelfManagedActiveDirectoryConfiguration: SelfManagedActiveDirectoryConfigurationFilterSensitiveLog(obj.SelfManagedActiveDirectoryConfiguration),
|
|
888
|
+
}))); };
|
|
889
|
+
export var CreateStorageVirtualMachineRequestFilterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.ActiveDirectoryConfiguration && {
|
|
890
|
+
ActiveDirectoryConfiguration: CreateSvmActiveDirectoryConfigurationFilterSensitiveLog(obj.ActiveDirectoryConfiguration),
|
|
891
|
+
})), (obj.SvmAdminPassword && { SvmAdminPassword: SENSITIVE_STRING }))); };
|
|
892
|
+
export var SvmActiveDirectoryConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
893
|
+
export var SvmEndpointFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
894
|
+
export var SvmEndpointsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
895
|
+
export var StorageVirtualMachineFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
896
|
+
export var CreateStorageVirtualMachineResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
897
|
+
export var CreateOntapVolumeConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
898
|
+
export var CreateOpenZFSOriginSnapshotConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
899
|
+
export var CreateOpenZFSVolumeConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
900
|
+
export var CreateVolumeRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
901
|
+
export var CreateVolumeFromBackupRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
902
|
+
export var DeleteBackupRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
903
|
+
export var DeleteBackupResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
904
|
+
export var DeleteDataRepositoryAssociationRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
905
|
+
export var DeleteDataRepositoryAssociationResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
906
|
+
export var DeleteFileCacheRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
907
|
+
export var DeleteFileCacheResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
908
|
+
export var DeleteFileSystemLustreConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
909
|
+
export var DeleteFileSystemOpenZFSConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
910
|
+
export var DeleteFileSystemWindowsConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
911
|
+
export var DeleteFileSystemRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
912
|
+
export var DeleteFileSystemLustreResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
913
|
+
export var DeleteFileSystemOpenZFSResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
914
|
+
export var DeleteFileSystemWindowsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
915
|
+
export var DeleteFileSystemResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
916
|
+
export var DeleteSnapshotRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
917
|
+
export var DeleteSnapshotResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
918
|
+
export var DeleteStorageVirtualMachineRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
919
|
+
export var DeleteStorageVirtualMachineResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
920
|
+
export var DeleteVolumeOntapConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
921
|
+
export var DeleteVolumeOpenZFSConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
922
|
+
export var DeleteVolumeRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
923
|
+
export var DeleteVolumeOntapResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
924
|
+
export var DeleteVolumeResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
925
|
+
export var FilterFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
926
|
+
export var DescribeBackupsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
927
|
+
export var DescribeDataRepositoryAssociationsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
928
|
+
export var DescribeDataRepositoryAssociationsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
929
|
+
export var DataRepositoryTaskFilterFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
930
|
+
export var DescribeDataRepositoryTasksRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
931
|
+
export var DescribeDataRepositoryTasksResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
932
|
+
export var DescribeFileCachesRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
933
|
+
export var FileCacheFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
934
|
+
export var DescribeFileCachesResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
935
|
+
export var DescribeFileSystemAliasesRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
936
|
+
export var DescribeFileSystemAliasesResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
937
|
+
export var DescribeFileSystemsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
938
|
+
export var SnapshotFilterFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
939
|
+
export var DescribeSnapshotsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
940
|
+
export var StorageVirtualMachineFilterFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
941
|
+
export var DescribeStorageVirtualMachinesRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
942
|
+
export var DescribeStorageVirtualMachinesResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
943
|
+
export var VolumeFilterFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
944
|
+
export var DescribeVolumesRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
945
|
+
export var DisassociateFileSystemAliasesRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
946
|
+
export var DisassociateFileSystemAliasesResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
947
|
+
export var ListTagsForResourceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
948
|
+
export var ListTagsForResourceResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
949
|
+
export var ReleaseFileSystemNfsV3LocksRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
950
|
+
export var RestoreVolumeFromSnapshotRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
951
|
+
export var RestoreVolumeFromSnapshotResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
952
|
+
export var TagResourceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
953
|
+
export var TagResourceResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
954
|
+
export var UntagResourceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
955
|
+
export var UntagResourceResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
956
|
+
export var UpdateDataRepositoryAssociationRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
957
|
+
export var UpdateDataRepositoryAssociationResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
958
|
+
export var UpdateFileCacheLustreConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
959
|
+
export var UpdateFileCacheRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
960
|
+
export var UpdateFileCacheResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
961
|
+
export var UpdateFileSystemLustreConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
962
|
+
export var UpdateFileSystemOntapConfigurationFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.FsxAdminPassword && { FsxAdminPassword: SENSITIVE_STRING }))); };
|
|
963
|
+
export var UpdateFileSystemOpenZFSConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
964
|
+
export var SelfManagedActiveDirectoryConfigurationUpdatesFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Password && { Password: SENSITIVE_STRING }))); };
|
|
965
|
+
export var UpdateFileSystemWindowsConfigurationFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.SelfManagedActiveDirectoryConfiguration && {
|
|
966
|
+
SelfManagedActiveDirectoryConfiguration: SelfManagedActiveDirectoryConfigurationUpdatesFilterSensitiveLog(obj.SelfManagedActiveDirectoryConfiguration),
|
|
967
|
+
}))); };
|
|
968
|
+
export var UpdateFileSystemRequestFilterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.WindowsConfiguration && {
|
|
969
|
+
WindowsConfiguration: UpdateFileSystemWindowsConfigurationFilterSensitiveLog(obj.WindowsConfiguration),
|
|
970
|
+
})), (obj.OntapConfiguration && {
|
|
971
|
+
OntapConfiguration: UpdateFileSystemOntapConfigurationFilterSensitiveLog(obj.OntapConfiguration),
|
|
972
|
+
}))); };
|
|
973
|
+
export var UpdateSnapshotRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
974
|
+
export var UpdateSvmActiveDirectoryConfigurationFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.SelfManagedActiveDirectoryConfiguration && {
|
|
975
|
+
SelfManagedActiveDirectoryConfiguration: SelfManagedActiveDirectoryConfigurationUpdatesFilterSensitiveLog(obj.SelfManagedActiveDirectoryConfiguration),
|
|
976
|
+
}))); };
|
|
977
|
+
export var UpdateStorageVirtualMachineRequestFilterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.ActiveDirectoryConfiguration && {
|
|
978
|
+
ActiveDirectoryConfiguration: UpdateSvmActiveDirectoryConfigurationFilterSensitiveLog(obj.ActiveDirectoryConfiguration),
|
|
979
|
+
})), (obj.SvmAdminPassword && { SvmAdminPassword: SENSITIVE_STRING }))); };
|
|
980
|
+
export var UpdateStorageVirtualMachineResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
981
|
+
export var UpdateOntapVolumeConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
982
|
+
export var UpdateOpenZFSVolumeConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
983
|
+
export var UpdateVolumeRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
984
|
+
export var AdministrativeActionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
985
|
+
export var FileSystemFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
986
|
+
export var SnapshotFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
987
|
+
export var VolumeFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
988
|
+
export var CreateFileSystemFromBackupResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
989
|
+
export var CreateFileSystemResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
990
|
+
export var CreateSnapshotResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
991
|
+
export var CreateVolumeFromBackupResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
992
|
+
export var CreateVolumeResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
993
|
+
export var ReleaseFileSystemNfsV3LocksResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
994
|
+
export var UpdateFileSystemResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
995
|
+
export var UpdateSnapshotResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
996
|
+
export var UpdateVolumeResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
997
|
+
export var DescribeFileSystemsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
998
|
+
export var DescribeSnapshotsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
999
|
+
export var DescribeVolumesResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1000
|
+
export var BackupFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1001
|
+
export var CopyBackupResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1002
|
+
export var CreateBackupResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1003
|
+
export var DescribeBackupsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|