@aws-sdk/client-fsx 3.952.0 → 3.954.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +1121 -770
- package/dist-cjs/runtimeConfig.shared.js +6 -6
- package/dist-es/commands/AssociateFileSystemAliasesCommand.js +2 -2
- package/dist-es/commands/CancelDataRepositoryTaskCommand.js +2 -2
- package/dist-es/commands/CopyBackupCommand.js +2 -2
- package/dist-es/commands/CopySnapshotAndUpdateVolumeCommand.js +2 -2
- package/dist-es/commands/CreateAndAttachS3AccessPointCommand.js +2 -2
- package/dist-es/commands/CreateBackupCommand.js +2 -2
- package/dist-es/commands/CreateDataRepositoryAssociationCommand.js +2 -2
- package/dist-es/commands/CreateDataRepositoryTaskCommand.js +2 -2
- package/dist-es/commands/CreateFileCacheCommand.js +2 -2
- package/dist-es/commands/CreateFileSystemCommand.js +2 -2
- package/dist-es/commands/CreateFileSystemFromBackupCommand.js +2 -2
- package/dist-es/commands/CreateSnapshotCommand.js +2 -2
- package/dist-es/commands/CreateStorageVirtualMachineCommand.js +2 -2
- package/dist-es/commands/CreateVolumeCommand.js +2 -2
- package/dist-es/commands/CreateVolumeFromBackupCommand.js +2 -2
- package/dist-es/commands/DeleteBackupCommand.js +2 -2
- package/dist-es/commands/DeleteDataRepositoryAssociationCommand.js +2 -2
- package/dist-es/commands/DeleteFileCacheCommand.js +2 -2
- package/dist-es/commands/DeleteFileSystemCommand.js +2 -2
- package/dist-es/commands/DeleteSnapshotCommand.js +2 -2
- package/dist-es/commands/DeleteStorageVirtualMachineCommand.js +2 -2
- package/dist-es/commands/DeleteVolumeCommand.js +2 -2
- package/dist-es/commands/DescribeBackupsCommand.js +2 -2
- package/dist-es/commands/DescribeDataRepositoryAssociationsCommand.js +2 -2
- package/dist-es/commands/DescribeDataRepositoryTasksCommand.js +2 -2
- package/dist-es/commands/DescribeFileCachesCommand.js +2 -2
- package/dist-es/commands/DescribeFileSystemAliasesCommand.js +2 -2
- package/dist-es/commands/DescribeFileSystemsCommand.js +2 -2
- package/dist-es/commands/DescribeS3AccessPointAttachmentsCommand.js +2 -2
- package/dist-es/commands/DescribeSharedVpcConfigurationCommand.js +2 -2
- package/dist-es/commands/DescribeSnapshotsCommand.js +2 -2
- package/dist-es/commands/DescribeStorageVirtualMachinesCommand.js +2 -2
- package/dist-es/commands/DescribeVolumesCommand.js +2 -2
- package/dist-es/commands/DetachAndDeleteS3AccessPointCommand.js +2 -2
- package/dist-es/commands/DisassociateFileSystemAliasesCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/ReleaseFileSystemNfsV3LocksCommand.js +2 -2
- package/dist-es/commands/RestoreVolumeFromSnapshotCommand.js +2 -2
- package/dist-es/commands/StartMisconfiguredStateRecoveryCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateDataRepositoryAssociationCommand.js +2 -2
- package/dist-es/commands/UpdateFileCacheCommand.js +2 -2
- package/dist-es/commands/UpdateFileSystemCommand.js +2 -2
- package/dist-es/commands/UpdateSharedVpcConfigurationCommand.js +2 -2
- package/dist-es/commands/UpdateSnapshotCommand.js +2 -2
- package/dist-es/commands/UpdateStorageVirtualMachineCommand.js +2 -2
- package/dist-es/commands/UpdateVolumeCommand.js +2 -2
- package/dist-es/index.js +1 -0
- package/dist-es/runtimeConfig.shared.js +6 -6
- package/dist-es/schemas/schemas_0.js +686 -638
- package/dist-types/FSxClient.d.ts +1 -10
- package/dist-types/index.d.ts +1 -0
- package/dist-types/runtimeConfig.browser.d.ts +6 -2
- package/dist-types/runtimeConfig.d.ts +6 -2
- package/dist-types/runtimeConfig.native.d.ts +6 -2
- package/dist-types/runtimeConfig.shared.d.ts +6 -1
- package/dist-types/schemas/schemas_0.d.ts +304 -364
- package/dist-types/ts3.4/FSxClient.d.ts +0 -4
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +303 -365
- package/package.json +34 -34
package/dist-cjs/index.js
CHANGED
|
@@ -110,14 +110,14 @@ class FSxClient extends smithyClient.Client {
|
|
|
110
110
|
}
|
|
111
111
|
}
|
|
112
112
|
|
|
113
|
-
|
|
113
|
+
class FSxServiceException extends smithyClient.ServiceException {
|
|
114
114
|
constructor(options) {
|
|
115
115
|
super(options);
|
|
116
116
|
Object.setPrototypeOf(this, FSxServiceException.prototype);
|
|
117
117
|
}
|
|
118
|
-
}
|
|
118
|
+
}
|
|
119
119
|
|
|
120
|
-
|
|
120
|
+
class AccessPointAlreadyOwnedByYou extends FSxServiceException {
|
|
121
121
|
name = "AccessPointAlreadyOwnedByYou";
|
|
122
122
|
$fault = "client";
|
|
123
123
|
ErrorCode;
|
|
@@ -132,8 +132,8 @@ let AccessPointAlreadyOwnedByYou$1 = class AccessPointAlreadyOwnedByYou extends
|
|
|
132
132
|
this.ErrorCode = opts.ErrorCode;
|
|
133
133
|
this.Message = opts.Message;
|
|
134
134
|
}
|
|
135
|
-
}
|
|
136
|
-
|
|
135
|
+
}
|
|
136
|
+
class ActiveDirectoryError extends FSxServiceException {
|
|
137
137
|
name = "ActiveDirectoryError";
|
|
138
138
|
$fault = "client";
|
|
139
139
|
ActiveDirectoryId;
|
|
@@ -150,8 +150,8 @@ let ActiveDirectoryError$1 = class ActiveDirectoryError extends FSxServiceExcept
|
|
|
150
150
|
this.Type = opts.Type;
|
|
151
151
|
this.Message = opts.Message;
|
|
152
152
|
}
|
|
153
|
-
}
|
|
154
|
-
|
|
153
|
+
}
|
|
154
|
+
class BadRequest extends FSxServiceException {
|
|
155
155
|
name = "BadRequest";
|
|
156
156
|
$fault = "client";
|
|
157
157
|
Message;
|
|
@@ -164,8 +164,8 @@ let BadRequest$1 = class BadRequest extends FSxServiceException$1 {
|
|
|
164
164
|
Object.setPrototypeOf(this, BadRequest.prototype);
|
|
165
165
|
this.Message = opts.Message;
|
|
166
166
|
}
|
|
167
|
-
}
|
|
168
|
-
|
|
167
|
+
}
|
|
168
|
+
class FileSystemNotFound extends FSxServiceException {
|
|
169
169
|
name = "FileSystemNotFound";
|
|
170
170
|
$fault = "client";
|
|
171
171
|
Message;
|
|
@@ -178,8 +178,8 @@ let FileSystemNotFound$1 = class FileSystemNotFound extends FSxServiceException$
|
|
|
178
178
|
Object.setPrototypeOf(this, FileSystemNotFound.prototype);
|
|
179
179
|
this.Message = opts.Message;
|
|
180
180
|
}
|
|
181
|
-
}
|
|
182
|
-
|
|
181
|
+
}
|
|
182
|
+
class InternalServerError extends FSxServiceException {
|
|
183
183
|
name = "InternalServerError";
|
|
184
184
|
$fault = "server";
|
|
185
185
|
Message;
|
|
@@ -192,8 +192,8 @@ let InternalServerError$1 = class InternalServerError extends FSxServiceExceptio
|
|
|
192
192
|
Object.setPrototypeOf(this, InternalServerError.prototype);
|
|
193
193
|
this.Message = opts.Message;
|
|
194
194
|
}
|
|
195
|
-
}
|
|
196
|
-
|
|
195
|
+
}
|
|
196
|
+
class DataRepositoryTaskEnded extends FSxServiceException {
|
|
197
197
|
name = "DataRepositoryTaskEnded";
|
|
198
198
|
$fault = "client";
|
|
199
199
|
Message;
|
|
@@ -206,8 +206,8 @@ let DataRepositoryTaskEnded$1 = class DataRepositoryTaskEnded extends FSxService
|
|
|
206
206
|
Object.setPrototypeOf(this, DataRepositoryTaskEnded.prototype);
|
|
207
207
|
this.Message = opts.Message;
|
|
208
208
|
}
|
|
209
|
-
}
|
|
210
|
-
|
|
209
|
+
}
|
|
210
|
+
class DataRepositoryTaskNotFound extends FSxServiceException {
|
|
211
211
|
name = "DataRepositoryTaskNotFound";
|
|
212
212
|
$fault = "client";
|
|
213
213
|
Message;
|
|
@@ -220,8 +220,8 @@ let DataRepositoryTaskNotFound$1 = class DataRepositoryTaskNotFound extends FSxS
|
|
|
220
220
|
Object.setPrototypeOf(this, DataRepositoryTaskNotFound.prototype);
|
|
221
221
|
this.Message = opts.Message;
|
|
222
222
|
}
|
|
223
|
-
}
|
|
224
|
-
|
|
223
|
+
}
|
|
224
|
+
class UnsupportedOperation extends FSxServiceException {
|
|
225
225
|
name = "UnsupportedOperation";
|
|
226
226
|
$fault = "client";
|
|
227
227
|
Message;
|
|
@@ -234,8 +234,8 @@ let UnsupportedOperation$1 = class UnsupportedOperation extends FSxServiceExcept
|
|
|
234
234
|
Object.setPrototypeOf(this, UnsupportedOperation.prototype);
|
|
235
235
|
this.Message = opts.Message;
|
|
236
236
|
}
|
|
237
|
-
}
|
|
238
|
-
|
|
237
|
+
}
|
|
238
|
+
class BackupNotFound extends FSxServiceException {
|
|
239
239
|
name = "BackupNotFound";
|
|
240
240
|
$fault = "client";
|
|
241
241
|
Message;
|
|
@@ -248,8 +248,8 @@ let BackupNotFound$1 = class BackupNotFound extends FSxServiceException$1 {
|
|
|
248
248
|
Object.setPrototypeOf(this, BackupNotFound.prototype);
|
|
249
249
|
this.Message = opts.Message;
|
|
250
250
|
}
|
|
251
|
-
}
|
|
252
|
-
|
|
251
|
+
}
|
|
252
|
+
class IncompatibleParameterError extends FSxServiceException {
|
|
253
253
|
name = "IncompatibleParameterError";
|
|
254
254
|
$fault = "client";
|
|
255
255
|
Parameter;
|
|
@@ -264,8 +264,8 @@ let IncompatibleParameterError$1 = class IncompatibleParameterError extends FSxS
|
|
|
264
264
|
this.Parameter = opts.Parameter;
|
|
265
265
|
this.Message = opts.Message;
|
|
266
266
|
}
|
|
267
|
-
}
|
|
268
|
-
|
|
267
|
+
}
|
|
268
|
+
class IncompatibleRegionForMultiAZ extends FSxServiceException {
|
|
269
269
|
name = "IncompatibleRegionForMultiAZ";
|
|
270
270
|
$fault = "client";
|
|
271
271
|
Message;
|
|
@@ -278,8 +278,8 @@ let IncompatibleRegionForMultiAZ$1 = class IncompatibleRegionForMultiAZ extends
|
|
|
278
278
|
Object.setPrototypeOf(this, IncompatibleRegionForMultiAZ.prototype);
|
|
279
279
|
this.Message = opts.Message;
|
|
280
280
|
}
|
|
281
|
-
}
|
|
282
|
-
|
|
281
|
+
}
|
|
282
|
+
class InvalidDestinationKmsKey extends FSxServiceException {
|
|
283
283
|
name = "InvalidDestinationKmsKey";
|
|
284
284
|
$fault = "client";
|
|
285
285
|
Message;
|
|
@@ -292,8 +292,8 @@ let InvalidDestinationKmsKey$1 = class InvalidDestinationKmsKey extends FSxServi
|
|
|
292
292
|
Object.setPrototypeOf(this, InvalidDestinationKmsKey.prototype);
|
|
293
293
|
this.Message = opts.Message;
|
|
294
294
|
}
|
|
295
|
-
}
|
|
296
|
-
|
|
295
|
+
}
|
|
296
|
+
class InvalidRegion extends FSxServiceException {
|
|
297
297
|
name = "InvalidRegion";
|
|
298
298
|
$fault = "client";
|
|
299
299
|
Message;
|
|
@@ -306,8 +306,8 @@ let InvalidRegion$1 = class InvalidRegion extends FSxServiceException$1 {
|
|
|
306
306
|
Object.setPrototypeOf(this, InvalidRegion.prototype);
|
|
307
307
|
this.Message = opts.Message;
|
|
308
308
|
}
|
|
309
|
-
}
|
|
310
|
-
|
|
309
|
+
}
|
|
310
|
+
class InvalidSourceKmsKey extends FSxServiceException {
|
|
311
311
|
name = "InvalidSourceKmsKey";
|
|
312
312
|
$fault = "client";
|
|
313
313
|
Message;
|
|
@@ -320,8 +320,8 @@ let InvalidSourceKmsKey$1 = class InvalidSourceKmsKey extends FSxServiceExceptio
|
|
|
320
320
|
Object.setPrototypeOf(this, InvalidSourceKmsKey.prototype);
|
|
321
321
|
this.Message = opts.Message;
|
|
322
322
|
}
|
|
323
|
-
}
|
|
324
|
-
|
|
323
|
+
}
|
|
324
|
+
class ServiceLimitExceeded extends FSxServiceException {
|
|
325
325
|
name = "ServiceLimitExceeded";
|
|
326
326
|
$fault = "client";
|
|
327
327
|
Limit;
|
|
@@ -336,8 +336,8 @@ let ServiceLimitExceeded$1 = class ServiceLimitExceeded extends FSxServiceExcept
|
|
|
336
336
|
this.Limit = opts.Limit;
|
|
337
337
|
this.Message = opts.Message;
|
|
338
338
|
}
|
|
339
|
-
}
|
|
340
|
-
|
|
339
|
+
}
|
|
340
|
+
class SourceBackupUnavailable extends FSxServiceException {
|
|
341
341
|
name = "SourceBackupUnavailable";
|
|
342
342
|
$fault = "client";
|
|
343
343
|
Message;
|
|
@@ -352,8 +352,8 @@ let SourceBackupUnavailable$1 = class SourceBackupUnavailable extends FSxService
|
|
|
352
352
|
this.Message = opts.Message;
|
|
353
353
|
this.BackupId = opts.BackupId;
|
|
354
354
|
}
|
|
355
|
-
}
|
|
356
|
-
|
|
355
|
+
}
|
|
356
|
+
class InvalidAccessPoint extends FSxServiceException {
|
|
357
357
|
name = "InvalidAccessPoint";
|
|
358
358
|
$fault = "client";
|
|
359
359
|
ErrorCode;
|
|
@@ -368,8 +368,8 @@ let InvalidAccessPoint$1 = class InvalidAccessPoint extends FSxServiceException$
|
|
|
368
368
|
this.ErrorCode = opts.ErrorCode;
|
|
369
369
|
this.Message = opts.Message;
|
|
370
370
|
}
|
|
371
|
-
}
|
|
372
|
-
|
|
371
|
+
}
|
|
372
|
+
class InvalidRequest extends FSxServiceException {
|
|
373
373
|
name = "InvalidRequest";
|
|
374
374
|
$fault = "client";
|
|
375
375
|
ErrorCode;
|
|
@@ -384,8 +384,8 @@ let InvalidRequest$1 = class InvalidRequest extends FSxServiceException$1 {
|
|
|
384
384
|
this.ErrorCode = opts.ErrorCode;
|
|
385
385
|
this.Message = opts.Message;
|
|
386
386
|
}
|
|
387
|
-
}
|
|
388
|
-
|
|
387
|
+
}
|
|
388
|
+
class TooManyAccessPoints extends FSxServiceException {
|
|
389
389
|
name = "TooManyAccessPoints";
|
|
390
390
|
$fault = "client";
|
|
391
391
|
ErrorCode;
|
|
@@ -400,8 +400,8 @@ let TooManyAccessPoints$1 = class TooManyAccessPoints extends FSxServiceExceptio
|
|
|
400
400
|
this.ErrorCode = opts.ErrorCode;
|
|
401
401
|
this.Message = opts.Message;
|
|
402
402
|
}
|
|
403
|
-
}
|
|
404
|
-
|
|
403
|
+
}
|
|
404
|
+
class VolumeNotFound extends FSxServiceException {
|
|
405
405
|
name = "VolumeNotFound";
|
|
406
406
|
$fault = "client";
|
|
407
407
|
Message;
|
|
@@ -414,8 +414,8 @@ let VolumeNotFound$1 = class VolumeNotFound extends FSxServiceException$1 {
|
|
|
414
414
|
Object.setPrototypeOf(this, VolumeNotFound.prototype);
|
|
415
415
|
this.Message = opts.Message;
|
|
416
416
|
}
|
|
417
|
-
}
|
|
418
|
-
|
|
417
|
+
}
|
|
418
|
+
class BackupInProgress extends FSxServiceException {
|
|
419
419
|
name = "BackupInProgress";
|
|
420
420
|
$fault = "client";
|
|
421
421
|
Message;
|
|
@@ -428,8 +428,8 @@ let BackupInProgress$1 = class BackupInProgress extends FSxServiceException$1 {
|
|
|
428
428
|
Object.setPrototypeOf(this, BackupInProgress.prototype);
|
|
429
429
|
this.Message = opts.Message;
|
|
430
430
|
}
|
|
431
|
-
}
|
|
432
|
-
|
|
431
|
+
}
|
|
432
|
+
class DataRepositoryTaskExecuting extends FSxServiceException {
|
|
433
433
|
name = "DataRepositoryTaskExecuting";
|
|
434
434
|
$fault = "client";
|
|
435
435
|
Message;
|
|
@@ -442,8 +442,8 @@ let DataRepositoryTaskExecuting$1 = class DataRepositoryTaskExecuting extends FS
|
|
|
442
442
|
Object.setPrototypeOf(this, DataRepositoryTaskExecuting.prototype);
|
|
443
443
|
this.Message = opts.Message;
|
|
444
444
|
}
|
|
445
|
-
}
|
|
446
|
-
|
|
445
|
+
}
|
|
446
|
+
class InvalidNetworkSettings extends FSxServiceException {
|
|
447
447
|
name = "InvalidNetworkSettings";
|
|
448
448
|
$fault = "client";
|
|
449
449
|
Message;
|
|
@@ -462,8 +462,8 @@ let InvalidNetworkSettings$1 = class InvalidNetworkSettings extends FSxServiceEx
|
|
|
462
462
|
this.InvalidSecurityGroupId = opts.InvalidSecurityGroupId;
|
|
463
463
|
this.InvalidRouteTableId = opts.InvalidRouteTableId;
|
|
464
464
|
}
|
|
465
|
-
}
|
|
466
|
-
|
|
465
|
+
}
|
|
466
|
+
class InvalidPerUnitStorageThroughput extends FSxServiceException {
|
|
467
467
|
name = "InvalidPerUnitStorageThroughput";
|
|
468
468
|
$fault = "client";
|
|
469
469
|
Message;
|
|
@@ -476,8 +476,8 @@ let InvalidPerUnitStorageThroughput$1 = class InvalidPerUnitStorageThroughput ex
|
|
|
476
476
|
Object.setPrototypeOf(this, InvalidPerUnitStorageThroughput.prototype);
|
|
477
477
|
this.Message = opts.Message;
|
|
478
478
|
}
|
|
479
|
-
}
|
|
480
|
-
|
|
479
|
+
}
|
|
480
|
+
class MissingFileCacheConfiguration extends FSxServiceException {
|
|
481
481
|
name = "MissingFileCacheConfiguration";
|
|
482
482
|
$fault = "client";
|
|
483
483
|
Message;
|
|
@@ -490,8 +490,8 @@ let MissingFileCacheConfiguration$1 = class MissingFileCacheConfiguration extend
|
|
|
490
490
|
Object.setPrototypeOf(this, MissingFileCacheConfiguration.prototype);
|
|
491
491
|
this.Message = opts.Message;
|
|
492
492
|
}
|
|
493
|
-
}
|
|
494
|
-
|
|
493
|
+
}
|
|
494
|
+
class InvalidExportPath extends FSxServiceException {
|
|
495
495
|
name = "InvalidExportPath";
|
|
496
496
|
$fault = "client";
|
|
497
497
|
Message;
|
|
@@ -504,8 +504,8 @@ let InvalidExportPath$1 = class InvalidExportPath extends FSxServiceException$1
|
|
|
504
504
|
Object.setPrototypeOf(this, InvalidExportPath.prototype);
|
|
505
505
|
this.Message = opts.Message;
|
|
506
506
|
}
|
|
507
|
-
}
|
|
508
|
-
|
|
507
|
+
}
|
|
508
|
+
class InvalidImportPath extends FSxServiceException {
|
|
509
509
|
name = "InvalidImportPath";
|
|
510
510
|
$fault = "client";
|
|
511
511
|
Message;
|
|
@@ -518,8 +518,8 @@ let InvalidImportPath$1 = class InvalidImportPath extends FSxServiceException$1
|
|
|
518
518
|
Object.setPrototypeOf(this, InvalidImportPath.prototype);
|
|
519
519
|
this.Message = opts.Message;
|
|
520
520
|
}
|
|
521
|
-
}
|
|
522
|
-
|
|
521
|
+
}
|
|
522
|
+
class MissingFileSystemConfiguration extends FSxServiceException {
|
|
523
523
|
name = "MissingFileSystemConfiguration";
|
|
524
524
|
$fault = "client";
|
|
525
525
|
Message;
|
|
@@ -532,8 +532,8 @@ let MissingFileSystemConfiguration$1 = class MissingFileSystemConfiguration exte
|
|
|
532
532
|
Object.setPrototypeOf(this, MissingFileSystemConfiguration.prototype);
|
|
533
533
|
this.Message = opts.Message;
|
|
534
534
|
}
|
|
535
|
-
}
|
|
536
|
-
|
|
535
|
+
}
|
|
536
|
+
class MissingVolumeConfiguration extends FSxServiceException {
|
|
537
537
|
name = "MissingVolumeConfiguration";
|
|
538
538
|
$fault = "client";
|
|
539
539
|
Message;
|
|
@@ -546,8 +546,8 @@ let MissingVolumeConfiguration$1 = class MissingVolumeConfiguration extends FSxS
|
|
|
546
546
|
Object.setPrototypeOf(this, MissingVolumeConfiguration.prototype);
|
|
547
547
|
this.Message = opts.Message;
|
|
548
548
|
}
|
|
549
|
-
}
|
|
550
|
-
|
|
549
|
+
}
|
|
550
|
+
class StorageVirtualMachineNotFound extends FSxServiceException {
|
|
551
551
|
name = "StorageVirtualMachineNotFound";
|
|
552
552
|
$fault = "client";
|
|
553
553
|
Message;
|
|
@@ -560,8 +560,8 @@ let StorageVirtualMachineNotFound$1 = class StorageVirtualMachineNotFound extend
|
|
|
560
560
|
Object.setPrototypeOf(this, StorageVirtualMachineNotFound.prototype);
|
|
561
561
|
this.Message = opts.Message;
|
|
562
562
|
}
|
|
563
|
-
}
|
|
564
|
-
|
|
563
|
+
}
|
|
564
|
+
class BackupBeingCopied extends FSxServiceException {
|
|
565
565
|
name = "BackupBeingCopied";
|
|
566
566
|
$fault = "client";
|
|
567
567
|
Message;
|
|
@@ -576,8 +576,8 @@ let BackupBeingCopied$1 = class BackupBeingCopied extends FSxServiceException$1
|
|
|
576
576
|
this.Message = opts.Message;
|
|
577
577
|
this.BackupId = opts.BackupId;
|
|
578
578
|
}
|
|
579
|
-
}
|
|
580
|
-
|
|
579
|
+
}
|
|
580
|
+
class BackupRestoring extends FSxServiceException {
|
|
581
581
|
name = "BackupRestoring";
|
|
582
582
|
$fault = "client";
|
|
583
583
|
Message;
|
|
@@ -592,8 +592,8 @@ let BackupRestoring$1 = class BackupRestoring extends FSxServiceException$1 {
|
|
|
592
592
|
this.Message = opts.Message;
|
|
593
593
|
this.FileSystemId = opts.FileSystemId;
|
|
594
594
|
}
|
|
595
|
-
}
|
|
596
|
-
|
|
595
|
+
}
|
|
596
|
+
class DataRepositoryAssociationNotFound extends FSxServiceException {
|
|
597
597
|
name = "DataRepositoryAssociationNotFound";
|
|
598
598
|
$fault = "client";
|
|
599
599
|
Message;
|
|
@@ -606,8 +606,8 @@ let DataRepositoryAssociationNotFound$1 = class DataRepositoryAssociationNotFoun
|
|
|
606
606
|
Object.setPrototypeOf(this, DataRepositoryAssociationNotFound.prototype);
|
|
607
607
|
this.Message = opts.Message;
|
|
608
608
|
}
|
|
609
|
-
}
|
|
610
|
-
|
|
609
|
+
}
|
|
610
|
+
class FileCacheNotFound extends FSxServiceException {
|
|
611
611
|
name = "FileCacheNotFound";
|
|
612
612
|
$fault = "client";
|
|
613
613
|
Message;
|
|
@@ -620,8 +620,8 @@ let FileCacheNotFound$1 = class FileCacheNotFound extends FSxServiceException$1
|
|
|
620
620
|
Object.setPrototypeOf(this, FileCacheNotFound.prototype);
|
|
621
621
|
this.Message = opts.Message;
|
|
622
622
|
}
|
|
623
|
-
}
|
|
624
|
-
|
|
623
|
+
}
|
|
624
|
+
class SnapshotNotFound extends FSxServiceException {
|
|
625
625
|
name = "SnapshotNotFound";
|
|
626
626
|
$fault = "client";
|
|
627
627
|
Message;
|
|
@@ -634,8 +634,8 @@ let SnapshotNotFound$1 = class SnapshotNotFound extends FSxServiceException$1 {
|
|
|
634
634
|
Object.setPrototypeOf(this, SnapshotNotFound.prototype);
|
|
635
635
|
this.Message = opts.Message;
|
|
636
636
|
}
|
|
637
|
-
}
|
|
638
|
-
|
|
637
|
+
}
|
|
638
|
+
class InvalidDataRepositoryType extends FSxServiceException {
|
|
639
639
|
name = "InvalidDataRepositoryType";
|
|
640
640
|
$fault = "client";
|
|
641
641
|
Message;
|
|
@@ -648,8 +648,8 @@ let InvalidDataRepositoryType$1 = class InvalidDataRepositoryType extends FSxSer
|
|
|
648
648
|
Object.setPrototypeOf(this, InvalidDataRepositoryType.prototype);
|
|
649
649
|
this.Message = opts.Message;
|
|
650
650
|
}
|
|
651
|
-
}
|
|
652
|
-
|
|
651
|
+
}
|
|
652
|
+
class S3AccessPointAttachmentNotFound extends FSxServiceException {
|
|
653
653
|
name = "S3AccessPointAttachmentNotFound";
|
|
654
654
|
$fault = "client";
|
|
655
655
|
Message;
|
|
@@ -662,8 +662,8 @@ let S3AccessPointAttachmentNotFound$1 = class S3AccessPointAttachmentNotFound ex
|
|
|
662
662
|
Object.setPrototypeOf(this, S3AccessPointAttachmentNotFound.prototype);
|
|
663
663
|
this.Message = opts.Message;
|
|
664
664
|
}
|
|
665
|
-
}
|
|
666
|
-
|
|
665
|
+
}
|
|
666
|
+
class NotServiceResourceError extends FSxServiceException {
|
|
667
667
|
name = "NotServiceResourceError";
|
|
668
668
|
$fault = "client";
|
|
669
669
|
ResourceARN;
|
|
@@ -678,8 +678,8 @@ let NotServiceResourceError$1 = class NotServiceResourceError extends FSxService
|
|
|
678
678
|
this.ResourceARN = opts.ResourceARN;
|
|
679
679
|
this.Message = opts.Message;
|
|
680
680
|
}
|
|
681
|
-
}
|
|
682
|
-
|
|
681
|
+
}
|
|
682
|
+
class ResourceDoesNotSupportTagging extends FSxServiceException {
|
|
683
683
|
name = "ResourceDoesNotSupportTagging";
|
|
684
684
|
$fault = "client";
|
|
685
685
|
ResourceARN;
|
|
@@ -694,8 +694,8 @@ let ResourceDoesNotSupportTagging$1 = class ResourceDoesNotSupportTagging extend
|
|
|
694
694
|
this.ResourceARN = opts.ResourceARN;
|
|
695
695
|
this.Message = opts.Message;
|
|
696
696
|
}
|
|
697
|
-
}
|
|
698
|
-
|
|
697
|
+
}
|
|
698
|
+
class ResourceNotFound extends FSxServiceException {
|
|
699
699
|
name = "ResourceNotFound";
|
|
700
700
|
$fault = "client";
|
|
701
701
|
ResourceARN;
|
|
@@ -710,7 +710,7 @@ let ResourceNotFound$1 = class ResourceNotFound extends FSxServiceException$1 {
|
|
|
710
710
|
this.ResourceARN = opts.ResourceARN;
|
|
711
711
|
this.Message = opts.Message;
|
|
712
712
|
}
|
|
713
|
-
}
|
|
713
|
+
}
|
|
714
714
|
|
|
715
715
|
const _A = "Aggregates";
|
|
716
716
|
const _AA = "AdministrativeAction";
|
|
@@ -1284,7 +1284,7 @@ const _xN = "xmlName";
|
|
|
1284
1284
|
const n0 = "com.amazonaws.fsx";
|
|
1285
1285
|
var AdminPassword = [0, n0, _AP, 8, 0];
|
|
1286
1286
|
var DirectoryPassword = [0, n0, _DP, 8, 0];
|
|
1287
|
-
var AccessPointAlreadyOwnedByYou = [
|
|
1287
|
+
var AccessPointAlreadyOwnedByYou$ = [
|
|
1288
1288
|
-3,
|
|
1289
1289
|
n0,
|
|
1290
1290
|
_APAOBY,
|
|
@@ -1292,22 +1292,34 @@ var AccessPointAlreadyOwnedByYou = [
|
|
|
1292
1292
|
[_EC, _M],
|
|
1293
1293
|
[0, 0],
|
|
1294
1294
|
];
|
|
1295
|
-
schema.TypeRegistry.for(n0).registerError(AccessPointAlreadyOwnedByYou
|
|
1296
|
-
var ActiveDirectoryBackupAttributes = [3, n0, _ADBA, 0, [_DN, _ADI, _RARN], [0, 0, 0]];
|
|
1297
|
-
var ActiveDirectoryError = [-3, n0, _ADE, { [_e]: _c }, [_ADI, _T, _M], [0, 0, 0]];
|
|
1298
|
-
schema.TypeRegistry.for(n0).registerError(ActiveDirectoryError
|
|
1299
|
-
var AdministrativeAction = [
|
|
1295
|
+
schema.TypeRegistry.for(n0).registerError(AccessPointAlreadyOwnedByYou$, AccessPointAlreadyOwnedByYou);
|
|
1296
|
+
var ActiveDirectoryBackupAttributes$ = [3, n0, _ADBA, 0, [_DN, _ADI, _RARN], [0, 0, 0]];
|
|
1297
|
+
var ActiveDirectoryError$ = [-3, n0, _ADE, { [_e]: _c }, [_ADI, _T, _M], [0, 0, 0]];
|
|
1298
|
+
schema.TypeRegistry.for(n0).registerError(ActiveDirectoryError$, ActiveDirectoryError);
|
|
1299
|
+
var AdministrativeAction$ = [
|
|
1300
1300
|
3,
|
|
1301
1301
|
n0,
|
|
1302
1302
|
_AA,
|
|
1303
1303
|
0,
|
|
1304
1304
|
[_AAT, _PP, _RT, _S, _TFSV, _FD, _TVV, _TSV, _TTB, _RTB, _M],
|
|
1305
|
-
[
|
|
1305
|
+
[
|
|
1306
|
+
0,
|
|
1307
|
+
1,
|
|
1308
|
+
4,
|
|
1309
|
+
0,
|
|
1310
|
+
[() => FileSystem$, 0],
|
|
1311
|
+
() => AdministrativeActionFailureDetails$,
|
|
1312
|
+
() => Volume$,
|
|
1313
|
+
() => Snapshot$,
|
|
1314
|
+
1,
|
|
1315
|
+
1,
|
|
1316
|
+
0,
|
|
1317
|
+
],
|
|
1306
1318
|
];
|
|
1307
|
-
var AdministrativeActionFailureDetails = [3, n0, _AAFD, 0, [_M], [0]];
|
|
1308
|
-
var AggregateConfiguration = [3, n0, _AC, 0, [_A, _TC], [64 | 0, 1]];
|
|
1309
|
-
var Alias = [3, n0, _Al, 0, [_N, _L], [0, 0]];
|
|
1310
|
-
var AssociateFileSystemAliasesRequest = [
|
|
1319
|
+
var AdministrativeActionFailureDetails$ = [3, n0, _AAFD, 0, [_M], [0]];
|
|
1320
|
+
var AggregateConfiguration$ = [3, n0, _AC, 0, [_A, _TC], [64 | 0, 1]];
|
|
1321
|
+
var Alias$ = [3, n0, _Al, 0, [_N, _L], [0, 0]];
|
|
1322
|
+
var AssociateFileSystemAliasesRequest$ = [
|
|
1311
1323
|
3,
|
|
1312
1324
|
n0,
|
|
1313
1325
|
_AFSAR,
|
|
@@ -1315,11 +1327,11 @@ var AssociateFileSystemAliasesRequest = [
|
|
|
1315
1327
|
[_CRT, _FSI, _Ali],
|
|
1316
1328
|
[[0, 4], 0, 64 | 0],
|
|
1317
1329
|
];
|
|
1318
|
-
var AssociateFileSystemAliasesResponse = [3, n0, _AFSARs, 0, [_Ali], [() => Aliases]];
|
|
1319
|
-
var AutocommitPeriod = [3, n0, _APu, 0, [_T, _V], [0, 1]];
|
|
1320
|
-
var AutoExportPolicy = [3, n0, _AEP, 0, [_Ev], [64 | 0]];
|
|
1321
|
-
var AutoImportPolicy = [3, n0, _AIP, 0, [_Ev], [64 | 0]];
|
|
1322
|
-
var Backup = [
|
|
1330
|
+
var AssociateFileSystemAliasesResponse$ = [3, n0, _AFSARs, 0, [_Ali], [() => Aliases]];
|
|
1331
|
+
var AutocommitPeriod$ = [3, n0, _APu, 0, [_T, _V], [0, 1]];
|
|
1332
|
+
var AutoExportPolicy$ = [3, n0, _AEP, 0, [_Ev], [64 | 0]];
|
|
1333
|
+
var AutoImportPolicy$ = [3, n0, _AIP, 0, [_Ev], [64 | 0]];
|
|
1334
|
+
var Backup$ = [
|
|
1323
1335
|
3,
|
|
1324
1336
|
n0,
|
|
1325
1337
|
_B,
|
|
@@ -1328,38 +1340,38 @@ var Backup = [
|
|
|
1328
1340
|
[
|
|
1329
1341
|
0,
|
|
1330
1342
|
0,
|
|
1331
|
-
() => BackupFailureDetails
|
|
1343
|
+
() => BackupFailureDetails$,
|
|
1332
1344
|
0,
|
|
1333
1345
|
1,
|
|
1334
1346
|
4,
|
|
1335
1347
|
0,
|
|
1336
1348
|
0,
|
|
1337
1349
|
() => Tags,
|
|
1338
|
-
[() => FileSystem
|
|
1339
|
-
() => ActiveDirectoryBackupAttributes
|
|
1350
|
+
[() => FileSystem$, 0],
|
|
1351
|
+
() => ActiveDirectoryBackupAttributes$,
|
|
1340
1352
|
0,
|
|
1341
1353
|
0,
|
|
1342
1354
|
0,
|
|
1343
1355
|
0,
|
|
1344
|
-
() => Volume
|
|
1356
|
+
() => Volume$,
|
|
1345
1357
|
1,
|
|
1346
1358
|
],
|
|
1347
1359
|
];
|
|
1348
|
-
var BackupBeingCopied = [-3, n0, _BBC, { [_e]: _c }, [_M, _BI], [0, 0]];
|
|
1349
|
-
schema.TypeRegistry.for(n0).registerError(BackupBeingCopied
|
|
1350
|
-
var BackupFailureDetails = [3, n0, _BFD, 0, [_M], [0]];
|
|
1351
|
-
var BackupInProgress = [-3, n0, _BIP, { [_e]: _c }, [_M], [0]];
|
|
1352
|
-
schema.TypeRegistry.for(n0).registerError(BackupInProgress
|
|
1353
|
-
var BackupNotFound = [-3, n0, _BNF, { [_e]: _c }, [_M], [0]];
|
|
1354
|
-
schema.TypeRegistry.for(n0).registerError(BackupNotFound
|
|
1355
|
-
var BackupRestoring = [-3, n0, _BR, { [_e]: _c }, [_M, _FSI], [0, 0]];
|
|
1356
|
-
schema.TypeRegistry.for(n0).registerError(BackupRestoring
|
|
1357
|
-
var BadRequest = [-3, n0, _BRa, { [_e]: _c }, [_M], [0]];
|
|
1358
|
-
schema.TypeRegistry.for(n0).registerError(BadRequest
|
|
1359
|
-
var CancelDataRepositoryTaskRequest = [3, n0, _CDRTR, 0, [_TI], [0]];
|
|
1360
|
-
var CancelDataRepositoryTaskResponse = [3, n0, _CDRTRa, 0, [_L, _TI], [0, 0]];
|
|
1361
|
-
var CompletionReport = [3, n0, _CR, 0, [_En, _P, _F, _Sc], [2, 0, 0, 0]];
|
|
1362
|
-
var CopyBackupRequest = [
|
|
1360
|
+
var BackupBeingCopied$ = [-3, n0, _BBC, { [_e]: _c }, [_M, _BI], [0, 0]];
|
|
1361
|
+
schema.TypeRegistry.for(n0).registerError(BackupBeingCopied$, BackupBeingCopied);
|
|
1362
|
+
var BackupFailureDetails$ = [3, n0, _BFD, 0, [_M], [0]];
|
|
1363
|
+
var BackupInProgress$ = [-3, n0, _BIP, { [_e]: _c }, [_M], [0]];
|
|
1364
|
+
schema.TypeRegistry.for(n0).registerError(BackupInProgress$, BackupInProgress);
|
|
1365
|
+
var BackupNotFound$ = [-3, n0, _BNF, { [_e]: _c }, [_M], [0]];
|
|
1366
|
+
schema.TypeRegistry.for(n0).registerError(BackupNotFound$, BackupNotFound);
|
|
1367
|
+
var BackupRestoring$ = [-3, n0, _BR, { [_e]: _c }, [_M, _FSI], [0, 0]];
|
|
1368
|
+
schema.TypeRegistry.for(n0).registerError(BackupRestoring$, BackupRestoring);
|
|
1369
|
+
var BadRequest$ = [-3, n0, _BRa, { [_e]: _c }, [_M], [0]];
|
|
1370
|
+
schema.TypeRegistry.for(n0).registerError(BadRequest$, BadRequest);
|
|
1371
|
+
var CancelDataRepositoryTaskRequest$ = [3, n0, _CDRTR, 0, [_TI], [0]];
|
|
1372
|
+
var CancelDataRepositoryTaskResponse$ = [3, n0, _CDRTRa, 0, [_L, _TI], [0, 0]];
|
|
1373
|
+
var CompletionReport$ = [3, n0, _CR, 0, [_En, _P, _F, _Sc], [2, 0, 0, 0]];
|
|
1374
|
+
var CopyBackupRequest$ = [
|
|
1363
1375
|
3,
|
|
1364
1376
|
n0,
|
|
1365
1377
|
_CBR,
|
|
@@ -1367,8 +1379,8 @@ var CopyBackupRequest = [
|
|
|
1367
1379
|
[_CRT, _SBI, _SR, _KKI, _CTo, _Ta],
|
|
1368
1380
|
[[0, 4], 0, 0, 0, 2, () => Tags],
|
|
1369
1381
|
];
|
|
1370
|
-
var CopyBackupResponse = [3, n0, _CBRo, 0, [_B], [[() => Backup
|
|
1371
|
-
var CopySnapshotAndUpdateVolumeRequest = [
|
|
1382
|
+
var CopyBackupResponse$ = [3, n0, _CBRo, 0, [_B], [[() => Backup$, 0]]];
|
|
1383
|
+
var CopySnapshotAndUpdateVolumeRequest$ = [
|
|
1372
1384
|
3,
|
|
1373
1385
|
n0,
|
|
1374
1386
|
_CSAUVR,
|
|
@@ -1376,7 +1388,7 @@ var CopySnapshotAndUpdateVolumeRequest = [
|
|
|
1376
1388
|
[_CRT, _VI, _SSARN, _CS, _O],
|
|
1377
1389
|
[[0, 4], 0, 0, 0, 64 | 0],
|
|
1378
1390
|
];
|
|
1379
|
-
var CopySnapshotAndUpdateVolumeResponse = [
|
|
1391
|
+
var CopySnapshotAndUpdateVolumeResponse$ = [
|
|
1380
1392
|
3,
|
|
1381
1393
|
n0,
|
|
1382
1394
|
_CSAUVRo,
|
|
@@ -1384,24 +1396,24 @@ var CopySnapshotAndUpdateVolumeResponse = [
|
|
|
1384
1396
|
[_VI, _L, _AAd],
|
|
1385
1397
|
[0, 0, [() => AdministrativeActions, 0]],
|
|
1386
1398
|
];
|
|
1387
|
-
var CreateAggregateConfiguration = [3, n0, _CAC, 0, [_A, _CPA], [64 | 0, 1]];
|
|
1388
|
-
var CreateAndAttachS3AccessPointOntapConfiguration = [
|
|
1399
|
+
var CreateAggregateConfiguration$ = [3, n0, _CAC, 0, [_A, _CPA], [64 | 0, 1]];
|
|
1400
|
+
var CreateAndAttachS3AccessPointOntapConfiguration$ = [
|
|
1389
1401
|
3,
|
|
1390
1402
|
n0,
|
|
1391
1403
|
_CAASAPOC,
|
|
1392
1404
|
0,
|
|
1393
1405
|
[_VI, _FSIi],
|
|
1394
|
-
[0, () => OntapFileSystemIdentity],
|
|
1406
|
+
[0, () => OntapFileSystemIdentity$],
|
|
1395
1407
|
];
|
|
1396
|
-
var CreateAndAttachS3AccessPointOpenZFSConfiguration = [
|
|
1408
|
+
var CreateAndAttachS3AccessPointOpenZFSConfiguration$ = [
|
|
1397
1409
|
3,
|
|
1398
1410
|
n0,
|
|
1399
1411
|
_CAASAPOZFSC,
|
|
1400
1412
|
0,
|
|
1401
1413
|
[_VI, _FSIi],
|
|
1402
|
-
[0, () => OpenZFSFileSystemIdentity],
|
|
1414
|
+
[0, () => OpenZFSFileSystemIdentity$],
|
|
1403
1415
|
];
|
|
1404
|
-
var CreateAndAttachS3AccessPointRequest = [
|
|
1416
|
+
var CreateAndAttachS3AccessPointRequest$ = [
|
|
1405
1417
|
3,
|
|
1406
1418
|
n0,
|
|
1407
1419
|
_CAASAPR,
|
|
@@ -1411,28 +1423,28 @@ var CreateAndAttachS3AccessPointRequest = [
|
|
|
1411
1423
|
[0, 4],
|
|
1412
1424
|
0,
|
|
1413
1425
|
0,
|
|
1414
|
-
() => CreateAndAttachS3AccessPointOpenZFSConfiguration
|
|
1415
|
-
() => CreateAndAttachS3AccessPointOntapConfiguration
|
|
1416
|
-
() => CreateAndAttachS3AccessPointS3Configuration
|
|
1426
|
+
() => CreateAndAttachS3AccessPointOpenZFSConfiguration$,
|
|
1427
|
+
() => CreateAndAttachS3AccessPointOntapConfiguration$,
|
|
1428
|
+
() => CreateAndAttachS3AccessPointS3Configuration$,
|
|
1417
1429
|
],
|
|
1418
1430
|
];
|
|
1419
|
-
var CreateAndAttachS3AccessPointResponse = [
|
|
1431
|
+
var CreateAndAttachS3AccessPointResponse$ = [
|
|
1420
1432
|
3,
|
|
1421
1433
|
n0,
|
|
1422
1434
|
_CAASAPRr,
|
|
1423
1435
|
0,
|
|
1424
1436
|
[_SAPA],
|
|
1425
|
-
[() => S3AccessPointAttachment],
|
|
1437
|
+
[() => S3AccessPointAttachment$],
|
|
1426
1438
|
];
|
|
1427
|
-
var CreateAndAttachS3AccessPointS3Configuration = [
|
|
1439
|
+
var CreateAndAttachS3AccessPointS3Configuration$ = [
|
|
1428
1440
|
3,
|
|
1429
1441
|
n0,
|
|
1430
1442
|
_CAASAPSC,
|
|
1431
1443
|
0,
|
|
1432
1444
|
[_VC, _Po],
|
|
1433
|
-
[() => S3AccessPointVpcConfiguration
|
|
1445
|
+
[() => S3AccessPointVpcConfiguration$, 0],
|
|
1434
1446
|
];
|
|
1435
|
-
var CreateBackupRequest = [
|
|
1447
|
+
var CreateBackupRequest$ = [
|
|
1436
1448
|
3,
|
|
1437
1449
|
n0,
|
|
1438
1450
|
_CBRr,
|
|
@@ -1440,48 +1452,48 @@ var CreateBackupRequest = [
|
|
|
1440
1452
|
[_FSI, _CRT, _Ta, _VI],
|
|
1441
1453
|
[0, [0, 4], () => Tags, 0],
|
|
1442
1454
|
];
|
|
1443
|
-
var CreateBackupResponse = [3, n0, _CBRre, 0, [_B], [[() => Backup
|
|
1444
|
-
var CreateDataRepositoryAssociationRequest = [
|
|
1455
|
+
var CreateBackupResponse$ = [3, n0, _CBRre, 0, [_B], [[() => Backup$, 0]]];
|
|
1456
|
+
var CreateDataRepositoryAssociationRequest$ = [
|
|
1445
1457
|
3,
|
|
1446
1458
|
n0,
|
|
1447
1459
|
_CDRAR,
|
|
1448
1460
|
0,
|
|
1449
1461
|
[_FSI, _FSP, _DRP, _BIMDOC, _IFCS, _S_, _CRT, _Ta],
|
|
1450
|
-
[0, 0, 0, 2, 1, () => S3DataRepositoryConfiguration
|
|
1462
|
+
[0, 0, 0, 2, 1, () => S3DataRepositoryConfiguration$, [0, 4], () => Tags],
|
|
1451
1463
|
];
|
|
1452
|
-
var CreateDataRepositoryAssociationResponse = [
|
|
1464
|
+
var CreateDataRepositoryAssociationResponse$ = [
|
|
1453
1465
|
3,
|
|
1454
1466
|
n0,
|
|
1455
1467
|
_CDRARr,
|
|
1456
1468
|
0,
|
|
1457
1469
|
[_As],
|
|
1458
|
-
[() => DataRepositoryAssociation],
|
|
1470
|
+
[() => DataRepositoryAssociation$],
|
|
1459
1471
|
];
|
|
1460
|
-
var CreateDataRepositoryTaskRequest = [
|
|
1472
|
+
var CreateDataRepositoryTaskRequest$ = [
|
|
1461
1473
|
3,
|
|
1462
1474
|
n0,
|
|
1463
1475
|
_CDRTRr,
|
|
1464
1476
|
0,
|
|
1465
1477
|
[_T, _Pa, _FSI, _R, _CRT, _Ta, _CTR, _RC],
|
|
1466
|
-
[0, 64 | 0, 0, () => CompletionReport
|
|
1478
|
+
[0, 64 | 0, 0, () => CompletionReport$, [0, 4], () => Tags, 1, () => ReleaseConfiguration$],
|
|
1467
1479
|
];
|
|
1468
|
-
var CreateDataRepositoryTaskResponse = [
|
|
1480
|
+
var CreateDataRepositoryTaskResponse$ = [
|
|
1469
1481
|
3,
|
|
1470
1482
|
n0,
|
|
1471
1483
|
_CDRTRre,
|
|
1472
1484
|
0,
|
|
1473
1485
|
[_DRT],
|
|
1474
|
-
[() => DataRepositoryTask],
|
|
1486
|
+
[() => DataRepositoryTask$],
|
|
1475
1487
|
];
|
|
1476
|
-
var CreateFileCacheLustreConfiguration = [
|
|
1488
|
+
var CreateFileCacheLustreConfiguration$ = [
|
|
1477
1489
|
3,
|
|
1478
1490
|
n0,
|
|
1479
1491
|
_CFCLC,
|
|
1480
1492
|
0,
|
|
1481
1493
|
[_PUST, _DT, _WMST, _MC],
|
|
1482
|
-
[1, 0, 0, () => FileCacheLustreMetadataConfiguration],
|
|
1494
|
+
[1, 0, 0, () => FileCacheLustreMetadataConfiguration$],
|
|
1483
1495
|
];
|
|
1484
|
-
var CreateFileCacheRequest = [
|
|
1496
|
+
var CreateFileCacheRequest$ = [
|
|
1485
1497
|
3,
|
|
1486
1498
|
n0,
|
|
1487
1499
|
_CFCR,
|
|
@@ -1497,12 +1509,12 @@ var CreateFileCacheRequest = [
|
|
|
1497
1509
|
() => Tags,
|
|
1498
1510
|
2,
|
|
1499
1511
|
0,
|
|
1500
|
-
() => CreateFileCacheLustreConfiguration
|
|
1512
|
+
() => CreateFileCacheLustreConfiguration$,
|
|
1501
1513
|
() => CreateFileCacheDataRepositoryAssociations,
|
|
1502
1514
|
],
|
|
1503
1515
|
];
|
|
1504
|
-
var CreateFileCacheResponse = [3, n0, _CFCRr, 0, [_FC], [() => FileCacheCreating]];
|
|
1505
|
-
var CreateFileSystemFromBackupRequest = [
|
|
1516
|
+
var CreateFileCacheResponse$ = [3, n0, _CFCRr, 0, [_FC], [() => FileCacheCreating$]];
|
|
1517
|
+
var CreateFileSystemFromBackupRequest$ = [
|
|
1506
1518
|
3,
|
|
1507
1519
|
n0,
|
|
1508
1520
|
_CFSFBR,
|
|
@@ -1514,25 +1526,25 @@ var CreateFileSystemFromBackupRequest = [
|
|
|
1514
1526
|
64 | 0,
|
|
1515
1527
|
64 | 0,
|
|
1516
1528
|
() => Tags,
|
|
1517
|
-
[() => CreateFileSystemWindowsConfiguration
|
|
1518
|
-
() => CreateFileSystemLustreConfiguration
|
|
1529
|
+
[() => CreateFileSystemWindowsConfiguration$, 0],
|
|
1530
|
+
() => CreateFileSystemLustreConfiguration$,
|
|
1519
1531
|
0,
|
|
1520
1532
|
0,
|
|
1521
1533
|
0,
|
|
1522
|
-
() => CreateFileSystemOpenZFSConfiguration
|
|
1534
|
+
() => CreateFileSystemOpenZFSConfiguration$,
|
|
1523
1535
|
1,
|
|
1524
1536
|
0,
|
|
1525
1537
|
],
|
|
1526
1538
|
];
|
|
1527
|
-
var CreateFileSystemFromBackupResponse = [
|
|
1539
|
+
var CreateFileSystemFromBackupResponse$ = [
|
|
1528
1540
|
3,
|
|
1529
1541
|
n0,
|
|
1530
1542
|
_CFSFBRr,
|
|
1531
1543
|
0,
|
|
1532
1544
|
[_FS],
|
|
1533
|
-
[[() => FileSystem
|
|
1545
|
+
[[() => FileSystem$, 0]],
|
|
1534
1546
|
];
|
|
1535
|
-
var CreateFileSystemLustreConfiguration = [
|
|
1547
|
+
var CreateFileSystemLustreConfiguration$ = [
|
|
1536
1548
|
3,
|
|
1537
1549
|
n0,
|
|
1538
1550
|
_CFSLC,
|
|
@@ -1552,23 +1564,23 @@ var CreateFileSystemLustreConfiguration = [
|
|
|
1552
1564
|
0,
|
|
1553
1565
|
0,
|
|
1554
1566
|
2,
|
|
1555
|
-
() => LustreLogCreateConfiguration
|
|
1556
|
-
() => LustreRootSquashConfiguration
|
|
1557
|
-
() => CreateFileSystemLustreMetadataConfiguration
|
|
1567
|
+
() => LustreLogCreateConfiguration$,
|
|
1568
|
+
() => LustreRootSquashConfiguration$,
|
|
1569
|
+
() => CreateFileSystemLustreMetadataConfiguration$,
|
|
1558
1570
|
1,
|
|
1559
|
-
() => LustreReadCacheConfiguration
|
|
1571
|
+
() => LustreReadCacheConfiguration$,
|
|
1560
1572
|
],
|
|
1561
1573
|
];
|
|
1562
|
-
var CreateFileSystemLustreMetadataConfiguration = [3, n0, _CFSLMC, 0, [_I, _Mo], [1, 0]];
|
|
1563
|
-
var CreateFileSystemOntapConfiguration = [
|
|
1574
|
+
var CreateFileSystemLustreMetadataConfiguration$ = [3, n0, _CFSLMC, 0, [_I, _Mo], [1, 0]];
|
|
1575
|
+
var CreateFileSystemOntapConfiguration$ = [
|
|
1564
1576
|
3,
|
|
1565
1577
|
n0,
|
|
1566
1578
|
_CFSOC,
|
|
1567
1579
|
0,
|
|
1568
1580
|
[_ABRD, _DABST, _DT, _EIAR, _FAP, _DIC, _PSI, _RTI, _TCh, _WMST, _HAP, _TCPHAP, _EIARn],
|
|
1569
|
-
[1, 0, 0, 0, [() => AdminPassword, 0], () => DiskIopsConfiguration
|
|
1581
|
+
[1, 0, 0, 0, [() => AdminPassword, 0], () => DiskIopsConfiguration$, 0, 64 | 0, 1, 0, 1, 1, 0],
|
|
1570
1582
|
];
|
|
1571
|
-
var CreateFileSystemOpenZFSConfiguration = [
|
|
1583
|
+
var CreateFileSystemOpenZFSConfiguration$ = [
|
|
1572
1584
|
3,
|
|
1573
1585
|
n0,
|
|
1574
1586
|
_CFSOZFSC,
|
|
@@ -1582,16 +1594,16 @@ var CreateFileSystemOpenZFSConfiguration = [
|
|
|
1582
1594
|
0,
|
|
1583
1595
|
1,
|
|
1584
1596
|
0,
|
|
1585
|
-
() => DiskIopsConfiguration
|
|
1586
|
-
() => OpenZFSCreateRootVolumeConfiguration
|
|
1597
|
+
() => DiskIopsConfiguration$,
|
|
1598
|
+
() => OpenZFSCreateRootVolumeConfiguration$,
|
|
1587
1599
|
0,
|
|
1588
1600
|
0,
|
|
1589
1601
|
0,
|
|
1590
1602
|
64 | 0,
|
|
1591
|
-
() => OpenZFSReadCacheConfiguration
|
|
1603
|
+
() => OpenZFSReadCacheConfiguration$,
|
|
1592
1604
|
],
|
|
1593
1605
|
];
|
|
1594
|
-
var CreateFileSystemRequest = [
|
|
1606
|
+
var CreateFileSystemRequest$ = [
|
|
1595
1607
|
3,
|
|
1596
1608
|
n0,
|
|
1597
1609
|
_CFSR,
|
|
@@ -1606,16 +1618,16 @@ var CreateFileSystemRequest = [
|
|
|
1606
1618
|
64 | 0,
|
|
1607
1619
|
() => Tags,
|
|
1608
1620
|
0,
|
|
1609
|
-
[() => CreateFileSystemWindowsConfiguration
|
|
1610
|
-
() => CreateFileSystemLustreConfiguration
|
|
1611
|
-
[() => CreateFileSystemOntapConfiguration
|
|
1621
|
+
[() => CreateFileSystemWindowsConfiguration$, 0],
|
|
1622
|
+
() => CreateFileSystemLustreConfiguration$,
|
|
1623
|
+
[() => CreateFileSystemOntapConfiguration$, 0],
|
|
1612
1624
|
0,
|
|
1613
|
-
() => CreateFileSystemOpenZFSConfiguration
|
|
1625
|
+
() => CreateFileSystemOpenZFSConfiguration$,
|
|
1614
1626
|
0,
|
|
1615
1627
|
],
|
|
1616
1628
|
];
|
|
1617
|
-
var CreateFileSystemResponse = [3, n0, _CFSRr, 0, [_FS], [[() => FileSystem
|
|
1618
|
-
var CreateFileSystemWindowsConfiguration = [
|
|
1629
|
+
var CreateFileSystemResponse$ = [3, n0, _CFSRr, 0, [_FS], [[() => FileSystem$, 0]]];
|
|
1630
|
+
var CreateFileSystemWindowsConfiguration$ = [
|
|
1619
1631
|
3,
|
|
1620
1632
|
n0,
|
|
1621
1633
|
_CFSWC,
|
|
@@ -1623,7 +1635,7 @@ var CreateFileSystemWindowsConfiguration = [
|
|
|
1623
1635
|
[_ADI, _SMADC, _DT, _PSI, _TCh, _WMST, _DABST, _ABRD, _CTTB, _Ali, _ALC, _DIC, _FCs],
|
|
1624
1636
|
[
|
|
1625
1637
|
0,
|
|
1626
|
-
[() => SelfManagedActiveDirectoryConfiguration
|
|
1638
|
+
[() => SelfManagedActiveDirectoryConfiguration$, 0],
|
|
1627
1639
|
0,
|
|
1628
1640
|
0,
|
|
1629
1641
|
1,
|
|
@@ -1632,12 +1644,12 @@ var CreateFileSystemWindowsConfiguration = [
|
|
|
1632
1644
|
1,
|
|
1633
1645
|
2,
|
|
1634
1646
|
64 | 0,
|
|
1635
|
-
() => WindowsAuditLogCreateConfiguration
|
|
1636
|
-
() => DiskIopsConfiguration
|
|
1637
|
-
() => WindowsFsrmConfiguration
|
|
1647
|
+
() => WindowsAuditLogCreateConfiguration$,
|
|
1648
|
+
() => DiskIopsConfiguration$,
|
|
1649
|
+
() => WindowsFsrmConfiguration$,
|
|
1638
1650
|
],
|
|
1639
1651
|
];
|
|
1640
|
-
var CreateOntapVolumeConfiguration = [
|
|
1652
|
+
var CreateOntapVolumeConfiguration$ = [
|
|
1641
1653
|
3,
|
|
1642
1654
|
n0,
|
|
1643
1655
|
_COVC,
|
|
@@ -1649,17 +1661,17 @@ var CreateOntapVolumeConfiguration = [
|
|
|
1649
1661
|
1,
|
|
1650
1662
|
2,
|
|
1651
1663
|
0,
|
|
1652
|
-
() => TieringPolicy
|
|
1664
|
+
() => TieringPolicy$,
|
|
1653
1665
|
0,
|
|
1654
1666
|
0,
|
|
1655
1667
|
2,
|
|
1656
|
-
() => CreateSnaplockConfiguration
|
|
1668
|
+
() => CreateSnaplockConfiguration$,
|
|
1657
1669
|
0,
|
|
1658
|
-
() => CreateAggregateConfiguration
|
|
1670
|
+
() => CreateAggregateConfiguration$,
|
|
1659
1671
|
1,
|
|
1660
1672
|
],
|
|
1661
1673
|
];
|
|
1662
|
-
var CreateOpenZFSOriginSnapshotConfiguration = [
|
|
1674
|
+
var CreateOpenZFSOriginSnapshotConfiguration$ = [
|
|
1663
1675
|
3,
|
|
1664
1676
|
n0,
|
|
1665
1677
|
_COZFSOSC,
|
|
@@ -1667,7 +1679,7 @@ var CreateOpenZFSOriginSnapshotConfiguration = [
|
|
|
1667
1679
|
[_SARN, _CS],
|
|
1668
1680
|
[0, 0],
|
|
1669
1681
|
];
|
|
1670
|
-
var CreateOpenZFSVolumeConfiguration = [
|
|
1682
|
+
var CreateOpenZFSVolumeConfiguration$ = [
|
|
1671
1683
|
3,
|
|
1672
1684
|
n0,
|
|
1673
1685
|
_COZFSVC,
|
|
@@ -1680,21 +1692,21 @@ var CreateOpenZFSVolumeConfiguration = [
|
|
|
1680
1692
|
1,
|
|
1681
1693
|
0,
|
|
1682
1694
|
2,
|
|
1683
|
-
() => CreateOpenZFSOriginSnapshotConfiguration
|
|
1695
|
+
() => CreateOpenZFSOriginSnapshotConfiguration$,
|
|
1684
1696
|
2,
|
|
1685
1697
|
() => OpenZFSNfsExports,
|
|
1686
1698
|
() => OpenZFSUserAndGroupQuotas,
|
|
1687
1699
|
],
|
|
1688
1700
|
];
|
|
1689
|
-
var CreateSnaplockConfiguration = [
|
|
1701
|
+
var CreateSnaplockConfiguration$ = [
|
|
1690
1702
|
3,
|
|
1691
1703
|
n0,
|
|
1692
1704
|
_CSC,
|
|
1693
1705
|
0,
|
|
1694
1706
|
[_ALV, _APu, _PD, _RP, _STn, _VAME],
|
|
1695
|
-
[2, () => AutocommitPeriod
|
|
1707
|
+
[2, () => AutocommitPeriod$, 0, () => SnaplockRetentionPeriod$, 0, 2],
|
|
1696
1708
|
];
|
|
1697
|
-
var CreateSnapshotRequest = [
|
|
1709
|
+
var CreateSnapshotRequest$ = [
|
|
1698
1710
|
3,
|
|
1699
1711
|
n0,
|
|
1700
1712
|
_CSR,
|
|
@@ -1702,50 +1714,50 @@ var CreateSnapshotRequest = [
|
|
|
1702
1714
|
[_CRT, _N, _VI, _Ta],
|
|
1703
1715
|
[[0, 4], 0, 0, () => Tags],
|
|
1704
1716
|
];
|
|
1705
|
-
var CreateSnapshotResponse = [3, n0, _CSRr, 0, [_Sn], [() => Snapshot]];
|
|
1706
|
-
var CreateStorageVirtualMachineRequest = [
|
|
1717
|
+
var CreateSnapshotResponse$ = [3, n0, _CSRr, 0, [_Sn], [() => Snapshot$]];
|
|
1718
|
+
var CreateStorageVirtualMachineRequest$ = [
|
|
1707
1719
|
3,
|
|
1708
1720
|
n0,
|
|
1709
1721
|
_CSVMR,
|
|
1710
1722
|
0,
|
|
1711
1723
|
[_ADC, _CRT, _FSI, _N, _SAPv, _Ta, _RVSS],
|
|
1712
|
-
[[() => CreateSvmActiveDirectoryConfiguration
|
|
1724
|
+
[[() => CreateSvmActiveDirectoryConfiguration$, 0], [0, 4], 0, 0, [() => AdminPassword, 0], () => Tags, 0],
|
|
1713
1725
|
];
|
|
1714
|
-
var CreateStorageVirtualMachineResponse = [
|
|
1726
|
+
var CreateStorageVirtualMachineResponse$ = [
|
|
1715
1727
|
3,
|
|
1716
1728
|
n0,
|
|
1717
1729
|
_CSVMRr,
|
|
1718
1730
|
0,
|
|
1719
1731
|
[_SVM],
|
|
1720
|
-
[() => StorageVirtualMachine],
|
|
1732
|
+
[() => StorageVirtualMachine$],
|
|
1721
1733
|
];
|
|
1722
|
-
var CreateSvmActiveDirectoryConfiguration = [
|
|
1734
|
+
var CreateSvmActiveDirectoryConfiguration$ = [
|
|
1723
1735
|
3,
|
|
1724
1736
|
n0,
|
|
1725
1737
|
_CSADC,
|
|
1726
1738
|
0,
|
|
1727
1739
|
[_NBN, _SMADC],
|
|
1728
|
-
[0, [() => SelfManagedActiveDirectoryConfiguration
|
|
1740
|
+
[0, [() => SelfManagedActiveDirectoryConfiguration$, 0]],
|
|
1729
1741
|
];
|
|
1730
|
-
var CreateVolumeFromBackupRequest = [
|
|
1742
|
+
var CreateVolumeFromBackupRequest$ = [
|
|
1731
1743
|
3,
|
|
1732
1744
|
n0,
|
|
1733
1745
|
_CVFBR,
|
|
1734
1746
|
0,
|
|
1735
1747
|
[_BI, _CRT, _N, _OC, _Ta],
|
|
1736
|
-
[0, [0, 4], 0, () => CreateOntapVolumeConfiguration
|
|
1748
|
+
[0, [0, 4], 0, () => CreateOntapVolumeConfiguration$, () => Tags],
|
|
1737
1749
|
];
|
|
1738
|
-
var CreateVolumeFromBackupResponse = [3, n0, _CVFBRr, 0, [_Vo], [() => Volume]];
|
|
1739
|
-
var CreateVolumeRequest = [
|
|
1750
|
+
var CreateVolumeFromBackupResponse$ = [3, n0, _CVFBRr, 0, [_Vo], [() => Volume$]];
|
|
1751
|
+
var CreateVolumeRequest$ = [
|
|
1740
1752
|
3,
|
|
1741
1753
|
n0,
|
|
1742
1754
|
_CVR,
|
|
1743
1755
|
0,
|
|
1744
1756
|
[_CRT, _VT, _N, _OC, _Ta, _OZFSC],
|
|
1745
|
-
[[0, 4], 0, 0, () => CreateOntapVolumeConfiguration
|
|
1757
|
+
[[0, 4], 0, 0, () => CreateOntapVolumeConfiguration$, () => Tags, () => CreateOpenZFSVolumeConfiguration$],
|
|
1746
1758
|
];
|
|
1747
|
-
var CreateVolumeResponse = [3, n0, _CVRr, 0, [_Vo], [() => Volume]];
|
|
1748
|
-
var DataRepositoryAssociation = [
|
|
1759
|
+
var CreateVolumeResponse$ = [3, n0, _CVRr, 0, [_Vo], [() => Volume$]];
|
|
1760
|
+
var DataRepositoryAssociation$ = [
|
|
1749
1761
|
3,
|
|
1750
1762
|
n0,
|
|
1751
1763
|
_DRAa,
|
|
@@ -1756,32 +1768,32 @@ var DataRepositoryAssociation = [
|
|
|
1756
1768
|
0,
|
|
1757
1769
|
0,
|
|
1758
1770
|
0,
|
|
1759
|
-
() => DataRepositoryFailureDetails
|
|
1771
|
+
() => DataRepositoryFailureDetails$,
|
|
1760
1772
|
0,
|
|
1761
1773
|
0,
|
|
1762
1774
|
2,
|
|
1763
1775
|
1,
|
|
1764
|
-
() => S3DataRepositoryConfiguration
|
|
1776
|
+
() => S3DataRepositoryConfiguration$,
|
|
1765
1777
|
() => Tags,
|
|
1766
1778
|
4,
|
|
1767
1779
|
0,
|
|
1768
1780
|
0,
|
|
1769
1781
|
64 | 0,
|
|
1770
|
-
() => NFSDataRepositoryConfiguration
|
|
1782
|
+
() => NFSDataRepositoryConfiguration$,
|
|
1771
1783
|
],
|
|
1772
1784
|
];
|
|
1773
|
-
var DataRepositoryAssociationNotFound = [-3, n0, _DRANF, { [_e]: _c }, [_M], [0]];
|
|
1774
|
-
schema.TypeRegistry.for(n0).registerError(DataRepositoryAssociationNotFound
|
|
1775
|
-
var DataRepositoryConfiguration = [
|
|
1785
|
+
var DataRepositoryAssociationNotFound$ = [-3, n0, _DRANF, { [_e]: _c }, [_M], [0]];
|
|
1786
|
+
schema.TypeRegistry.for(n0).registerError(DataRepositoryAssociationNotFound$, DataRepositoryAssociationNotFound);
|
|
1787
|
+
var DataRepositoryConfiguration$ = [
|
|
1776
1788
|
3,
|
|
1777
1789
|
n0,
|
|
1778
1790
|
_DRC,
|
|
1779
1791
|
0,
|
|
1780
1792
|
[_L, _IP, _EP, _IFCS, _AIP, _FD],
|
|
1781
|
-
[0, 0, 0, 1, 0, () => DataRepositoryFailureDetails],
|
|
1793
|
+
[0, 0, 0, 1, 0, () => DataRepositoryFailureDetails$],
|
|
1782
1794
|
];
|
|
1783
|
-
var DataRepositoryFailureDetails = [3, n0, _DRFD, 0, [_M], [0]];
|
|
1784
|
-
var DataRepositoryTask = [
|
|
1795
|
+
var DataRepositoryFailureDetails$ = [3, n0, _DRFD, 0, [_M], [0]];
|
|
1796
|
+
var DataRepositoryTask$ = [
|
|
1785
1797
|
3,
|
|
1786
1798
|
n0,
|
|
1787
1799
|
_DRT,
|
|
@@ -1798,23 +1810,23 @@ var DataRepositoryTask = [
|
|
|
1798
1810
|
() => Tags,
|
|
1799
1811
|
0,
|
|
1800
1812
|
64 | 0,
|
|
1801
|
-
() => DataRepositoryTaskFailureDetails
|
|
1802
|
-
() => DataRepositoryTaskStatus
|
|
1803
|
-
() => CompletionReport
|
|
1813
|
+
() => DataRepositoryTaskFailureDetails$,
|
|
1814
|
+
() => DataRepositoryTaskStatus$,
|
|
1815
|
+
() => CompletionReport$,
|
|
1804
1816
|
1,
|
|
1805
1817
|
0,
|
|
1806
|
-
() => ReleaseConfiguration
|
|
1818
|
+
() => ReleaseConfiguration$,
|
|
1807
1819
|
],
|
|
1808
1820
|
];
|
|
1809
|
-
var DataRepositoryTaskEnded = [-3, n0, _DRTE, { [_e]: _c }, [_M], [0]];
|
|
1810
|
-
schema.TypeRegistry.for(n0).registerError(DataRepositoryTaskEnded
|
|
1811
|
-
var DataRepositoryTaskExecuting = [-3, n0, _DRTEa, { [_e]: _c }, [_M], [0]];
|
|
1812
|
-
schema.TypeRegistry.for(n0).registerError(DataRepositoryTaskExecuting
|
|
1813
|
-
var DataRepositoryTaskFailureDetails = [3, n0, _DRTFD, 0, [_M], [0]];
|
|
1814
|
-
var DataRepositoryTaskFilter = [3, n0, _DRTF, 0, [_N, _Va], [0, 64 | 0]];
|
|
1815
|
-
var DataRepositoryTaskNotFound = [-3, n0, _DRTNF, { [_e]: _c }, [_M], [0]];
|
|
1816
|
-
schema.TypeRegistry.for(n0).registerError(DataRepositoryTaskNotFound
|
|
1817
|
-
var DataRepositoryTaskStatus = [
|
|
1821
|
+
var DataRepositoryTaskEnded$ = [-3, n0, _DRTE, { [_e]: _c }, [_M], [0]];
|
|
1822
|
+
schema.TypeRegistry.for(n0).registerError(DataRepositoryTaskEnded$, DataRepositoryTaskEnded);
|
|
1823
|
+
var DataRepositoryTaskExecuting$ = [-3, n0, _DRTEa, { [_e]: _c }, [_M], [0]];
|
|
1824
|
+
schema.TypeRegistry.for(n0).registerError(DataRepositoryTaskExecuting$, DataRepositoryTaskExecuting);
|
|
1825
|
+
var DataRepositoryTaskFailureDetails$ = [3, n0, _DRTFD, 0, [_M], [0]];
|
|
1826
|
+
var DataRepositoryTaskFilter$ = [3, n0, _DRTF, 0, [_N, _Va], [0, 64 | 0]];
|
|
1827
|
+
var DataRepositoryTaskNotFound$ = [-3, n0, _DRTNF, { [_e]: _c }, [_M], [0]];
|
|
1828
|
+
schema.TypeRegistry.for(n0).registerError(DataRepositoryTaskNotFound$, DataRepositoryTaskNotFound);
|
|
1829
|
+
var DataRepositoryTaskStatus$ = [
|
|
1818
1830
|
3,
|
|
1819
1831
|
n0,
|
|
1820
1832
|
_DRTS,
|
|
@@ -1822,9 +1834,9 @@ var DataRepositoryTaskStatus = [
|
|
|
1822
1834
|
[_TCo, _SCu, _FCa, _LUT, _RCe],
|
|
1823
1835
|
[1, 1, 1, 4, 1],
|
|
1824
1836
|
];
|
|
1825
|
-
var DeleteBackupRequest = [3, n0, _DBR, 0, [_BI, _CRT], [0, [0, 4]]];
|
|
1826
|
-
var DeleteBackupResponse = [3, n0, _DBRe, 0, [_BI, _L], [0, 0]];
|
|
1827
|
-
var DeleteDataRepositoryAssociationRequest = [
|
|
1837
|
+
var DeleteBackupRequest$ = [3, n0, _DBR, 0, [_BI, _CRT], [0, [0, 4]]];
|
|
1838
|
+
var DeleteBackupResponse$ = [3, n0, _DBRe, 0, [_BI, _L], [0, 0]];
|
|
1839
|
+
var DeleteDataRepositoryAssociationRequest$ = [
|
|
1828
1840
|
3,
|
|
1829
1841
|
n0,
|
|
1830
1842
|
_DDRAR,
|
|
@@ -1832,7 +1844,7 @@ var DeleteDataRepositoryAssociationRequest = [
|
|
|
1832
1844
|
[_AI, _CRT, _DDIFS],
|
|
1833
1845
|
[0, [0, 4], 2],
|
|
1834
1846
|
];
|
|
1835
|
-
var DeleteDataRepositoryAssociationResponse = [
|
|
1847
|
+
var DeleteDataRepositoryAssociationResponse$ = [
|
|
1836
1848
|
3,
|
|
1837
1849
|
n0,
|
|
1838
1850
|
_DDRARe,
|
|
@@ -1840,9 +1852,9 @@ var DeleteDataRepositoryAssociationResponse = [
|
|
|
1840
1852
|
[_AI, _L, _DDIFS],
|
|
1841
1853
|
[0, 0, 2],
|
|
1842
1854
|
];
|
|
1843
|
-
var DeleteFileCacheRequest = [3, n0, _DFCR, 0, [_FCI, _CRT], [0, [0, 4]]];
|
|
1844
|
-
var DeleteFileCacheResponse = [3, n0, _DFCRe, 0, [_FCI, _L], [0, 0]];
|
|
1845
|
-
var DeleteFileSystemLustreConfiguration = [
|
|
1855
|
+
var DeleteFileCacheRequest$ = [3, n0, _DFCR, 0, [_FCI, _CRT], [0, [0, 4]]];
|
|
1856
|
+
var DeleteFileCacheResponse$ = [3, n0, _DFCRe, 0, [_FCI, _L], [0, 0]];
|
|
1857
|
+
var DeleteFileSystemLustreConfiguration$ = [
|
|
1846
1858
|
3,
|
|
1847
1859
|
n0,
|
|
1848
1860
|
_DFSLC,
|
|
@@ -1850,8 +1862,8 @@ var DeleteFileSystemLustreConfiguration = [
|
|
|
1850
1862
|
[_SFB, _FBT],
|
|
1851
1863
|
[2, () => Tags],
|
|
1852
1864
|
];
|
|
1853
|
-
var DeleteFileSystemLustreResponse = [3, n0, _DFSLR, 0, [_FBI, _FBT], [0, () => Tags]];
|
|
1854
|
-
var DeleteFileSystemOpenZFSConfiguration = [
|
|
1865
|
+
var DeleteFileSystemLustreResponse$ = [3, n0, _DFSLR, 0, [_FBI, _FBT], [0, () => Tags]];
|
|
1866
|
+
var DeleteFileSystemOpenZFSConfiguration$ = [
|
|
1855
1867
|
3,
|
|
1856
1868
|
n0,
|
|
1857
1869
|
_DFSOZFSC,
|
|
@@ -1859,7 +1871,7 @@ var DeleteFileSystemOpenZFSConfiguration = [
|
|
|
1859
1871
|
[_SFB, _FBT, _O],
|
|
1860
1872
|
[2, () => Tags, 64 | 0],
|
|
1861
1873
|
];
|
|
1862
|
-
var DeleteFileSystemOpenZFSResponse = [
|
|
1874
|
+
var DeleteFileSystemOpenZFSResponse$ = [
|
|
1863
1875
|
3,
|
|
1864
1876
|
n0,
|
|
1865
1877
|
_DFSOZFSR,
|
|
@@ -1867,7 +1879,7 @@ var DeleteFileSystemOpenZFSResponse = [
|
|
|
1867
1879
|
[_FBI, _FBT],
|
|
1868
1880
|
[0, () => Tags],
|
|
1869
1881
|
];
|
|
1870
|
-
var DeleteFileSystemRequest = [
|
|
1882
|
+
var DeleteFileSystemRequest$ = [
|
|
1871
1883
|
3,
|
|
1872
1884
|
n0,
|
|
1873
1885
|
_DFSR,
|
|
@@ -1876,12 +1888,12 @@ var DeleteFileSystemRequest = [
|
|
|
1876
1888
|
[
|
|
1877
1889
|
0,
|
|
1878
1890
|
[0, 4],
|
|
1879
|
-
() => DeleteFileSystemWindowsConfiguration
|
|
1880
|
-
() => DeleteFileSystemLustreConfiguration
|
|
1881
|
-
() => DeleteFileSystemOpenZFSConfiguration
|
|
1891
|
+
() => DeleteFileSystemWindowsConfiguration$,
|
|
1892
|
+
() => DeleteFileSystemLustreConfiguration$,
|
|
1893
|
+
() => DeleteFileSystemOpenZFSConfiguration$,
|
|
1882
1894
|
],
|
|
1883
1895
|
];
|
|
1884
|
-
var DeleteFileSystemResponse = [
|
|
1896
|
+
var DeleteFileSystemResponse$ = [
|
|
1885
1897
|
3,
|
|
1886
1898
|
n0,
|
|
1887
1899
|
_DFSRe,
|
|
@@ -1890,12 +1902,12 @@ var DeleteFileSystemResponse = [
|
|
|
1890
1902
|
[
|
|
1891
1903
|
0,
|
|
1892
1904
|
0,
|
|
1893
|
-
() => DeleteFileSystemWindowsResponse
|
|
1894
|
-
() => DeleteFileSystemLustreResponse
|
|
1895
|
-
() => DeleteFileSystemOpenZFSResponse
|
|
1905
|
+
() => DeleteFileSystemWindowsResponse$,
|
|
1906
|
+
() => DeleteFileSystemLustreResponse$,
|
|
1907
|
+
() => DeleteFileSystemOpenZFSResponse$,
|
|
1896
1908
|
],
|
|
1897
1909
|
];
|
|
1898
|
-
var DeleteFileSystemWindowsConfiguration = [
|
|
1910
|
+
var DeleteFileSystemWindowsConfiguration$ = [
|
|
1899
1911
|
3,
|
|
1900
1912
|
n0,
|
|
1901
1913
|
_DFSWC,
|
|
@@ -1903,12 +1915,12 @@ var DeleteFileSystemWindowsConfiguration = [
|
|
|
1903
1915
|
[_SFB, _FBT],
|
|
1904
1916
|
[2, () => Tags],
|
|
1905
1917
|
];
|
|
1906
|
-
var DeleteFileSystemWindowsResponse = [3, n0, _DFSWR, 0, [_FBI, _FBT], [0, () => Tags]];
|
|
1907
|
-
var DeleteSnapshotRequest = [3, n0, _DSR, 0, [_CRT, _SIn], [[0, 4], 0]];
|
|
1908
|
-
var DeleteSnapshotResponse = [3, n0, _DSRe, 0, [_SIn, _L], [0, 0]];
|
|
1909
|
-
var DeleteStorageVirtualMachineRequest = [3, n0, _DSVMR, 0, [_CRT, _SVMI], [[0, 4], 0]];
|
|
1910
|
-
var DeleteStorageVirtualMachineResponse = [3, n0, _DSVMRe, 0, [_SVMI, _L], [0, 0]];
|
|
1911
|
-
var DeleteVolumeOntapConfiguration = [
|
|
1918
|
+
var DeleteFileSystemWindowsResponse$ = [3, n0, _DFSWR, 0, [_FBI, _FBT], [0, () => Tags]];
|
|
1919
|
+
var DeleteSnapshotRequest$ = [3, n0, _DSR, 0, [_CRT, _SIn], [[0, 4], 0]];
|
|
1920
|
+
var DeleteSnapshotResponse$ = [3, n0, _DSRe, 0, [_SIn, _L], [0, 0]];
|
|
1921
|
+
var DeleteStorageVirtualMachineRequest$ = [3, n0, _DSVMR, 0, [_CRT, _SVMI], [[0, 4], 0]];
|
|
1922
|
+
var DeleteStorageVirtualMachineResponse$ = [3, n0, _DSVMRe, 0, [_SVMI, _L], [0, 0]];
|
|
1923
|
+
var DeleteVolumeOntapConfiguration$ = [
|
|
1912
1924
|
3,
|
|
1913
1925
|
n0,
|
|
1914
1926
|
_DVOC,
|
|
@@ -1916,25 +1928,25 @@ var DeleteVolumeOntapConfiguration = [
|
|
|
1916
1928
|
[_SFB, _FBT, _BSER],
|
|
1917
1929
|
[2, () => Tags, 2],
|
|
1918
1930
|
];
|
|
1919
|
-
var DeleteVolumeOntapResponse = [3, n0, _DVOR, 0, [_FBI, _FBT], [0, () => Tags]];
|
|
1920
|
-
var DeleteVolumeOpenZFSConfiguration = [3, n0, _DVOZFSC, 0, [_O], [64 | 0]];
|
|
1921
|
-
var DeleteVolumeRequest = [
|
|
1931
|
+
var DeleteVolumeOntapResponse$ = [3, n0, _DVOR, 0, [_FBI, _FBT], [0, () => Tags]];
|
|
1932
|
+
var DeleteVolumeOpenZFSConfiguration$ = [3, n0, _DVOZFSC, 0, [_O], [64 | 0]];
|
|
1933
|
+
var DeleteVolumeRequest$ = [
|
|
1922
1934
|
3,
|
|
1923
1935
|
n0,
|
|
1924
1936
|
_DVR,
|
|
1925
1937
|
0,
|
|
1926
1938
|
[_CRT, _VI, _OC, _OZFSC],
|
|
1927
|
-
[[0, 4], 0, () => DeleteVolumeOntapConfiguration
|
|
1939
|
+
[[0, 4], 0, () => DeleteVolumeOntapConfiguration$, () => DeleteVolumeOpenZFSConfiguration$],
|
|
1928
1940
|
];
|
|
1929
|
-
var DeleteVolumeResponse = [
|
|
1941
|
+
var DeleteVolumeResponse$ = [
|
|
1930
1942
|
3,
|
|
1931
1943
|
n0,
|
|
1932
1944
|
_DVRe,
|
|
1933
1945
|
0,
|
|
1934
1946
|
[_VI, _L, _OR],
|
|
1935
|
-
[0, 0, () => DeleteVolumeOntapResponse],
|
|
1947
|
+
[0, 0, () => DeleteVolumeOntapResponse$],
|
|
1936
1948
|
];
|
|
1937
|
-
var DescribeBackupsRequest = [
|
|
1949
|
+
var DescribeBackupsRequest$ = [
|
|
1938
1950
|
3,
|
|
1939
1951
|
n0,
|
|
1940
1952
|
_DBRes,
|
|
@@ -1942,8 +1954,8 @@ var DescribeBackupsRequest = [
|
|
|
1942
1954
|
[_BIa, _Fi, _MR, _NTe],
|
|
1943
1955
|
[64 | 0, () => Filters, 1, 0],
|
|
1944
1956
|
];
|
|
1945
|
-
var DescribeBackupsResponse = [3, n0, _DBResc, 0, [_Ba, _NTe], [[() => Backups, 0], 0]];
|
|
1946
|
-
var DescribeDataRepositoryAssociationsRequest = [
|
|
1957
|
+
var DescribeBackupsResponse$ = [3, n0, _DBResc, 0, [_Ba, _NTe], [[() => Backups, 0], 0]];
|
|
1958
|
+
var DescribeDataRepositoryAssociationsRequest$ = [
|
|
1947
1959
|
3,
|
|
1948
1960
|
n0,
|
|
1949
1961
|
_DDRARes,
|
|
@@ -1951,7 +1963,7 @@ var DescribeDataRepositoryAssociationsRequest = [
|
|
|
1951
1963
|
[_AIs, _Fi, _MR, _NTe],
|
|
1952
1964
|
[64 | 0, () => Filters, 1, 0],
|
|
1953
1965
|
];
|
|
1954
|
-
var DescribeDataRepositoryAssociationsResponse = [
|
|
1966
|
+
var DescribeDataRepositoryAssociationsResponse$ = [
|
|
1955
1967
|
3,
|
|
1956
1968
|
n0,
|
|
1957
1969
|
_DDRAResc,
|
|
@@ -1959,7 +1971,7 @@ var DescribeDataRepositoryAssociationsResponse = [
|
|
|
1959
1971
|
[_Ass, _NTe],
|
|
1960
1972
|
[() => DataRepositoryAssociations, 0],
|
|
1961
1973
|
];
|
|
1962
|
-
var DescribeDataRepositoryTasksRequest = [
|
|
1974
|
+
var DescribeDataRepositoryTasksRequest$ = [
|
|
1963
1975
|
3,
|
|
1964
1976
|
n0,
|
|
1965
1977
|
_DDRTR,
|
|
@@ -1967,7 +1979,7 @@ var DescribeDataRepositoryTasksRequest = [
|
|
|
1967
1979
|
[_TIa, _Fi, _MR, _NTe],
|
|
1968
1980
|
[64 | 0, () => DataRepositoryTaskFilters, 1, 0],
|
|
1969
1981
|
];
|
|
1970
|
-
var DescribeDataRepositoryTasksResponse = [
|
|
1982
|
+
var DescribeDataRepositoryTasksResponse$ = [
|
|
1971
1983
|
3,
|
|
1972
1984
|
n0,
|
|
1973
1985
|
_DDRTRe,
|
|
@@ -1975,8 +1987,8 @@ var DescribeDataRepositoryTasksResponse = [
|
|
|
1975
1987
|
[_DRTa, _NTe],
|
|
1976
1988
|
[() => DataRepositoryTasks, 0],
|
|
1977
1989
|
];
|
|
1978
|
-
var DescribeFileCachesRequest = [3, n0, _DFCRes, 0, [_FCIi, _MR, _NTe], [64 | 0, 1, 0]];
|
|
1979
|
-
var DescribeFileCachesResponse = [
|
|
1990
|
+
var DescribeFileCachesRequest$ = [3, n0, _DFCRes, 0, [_FCIi, _MR, _NTe], [64 | 0, 1, 0]];
|
|
1991
|
+
var DescribeFileCachesResponse$ = [
|
|
1980
1992
|
3,
|
|
1981
1993
|
n0,
|
|
1982
1994
|
_DFCResc,
|
|
@@ -1984,7 +1996,7 @@ var DescribeFileCachesResponse = [
|
|
|
1984
1996
|
[_FCi, _NTe],
|
|
1985
1997
|
[() => FileCaches, 0],
|
|
1986
1998
|
];
|
|
1987
|
-
var DescribeFileSystemAliasesRequest = [
|
|
1999
|
+
var DescribeFileSystemAliasesRequest$ = [
|
|
1988
2000
|
3,
|
|
1989
2001
|
n0,
|
|
1990
2002
|
_DFSAR,
|
|
@@ -1992,7 +2004,7 @@ var DescribeFileSystemAliasesRequest = [
|
|
|
1992
2004
|
[_CRT, _FSI, _MR, _NTe],
|
|
1993
2005
|
[[0, 4], 0, 1, 0],
|
|
1994
2006
|
];
|
|
1995
|
-
var DescribeFileSystemAliasesResponse = [
|
|
2007
|
+
var DescribeFileSystemAliasesResponse$ = [
|
|
1996
2008
|
3,
|
|
1997
2009
|
n0,
|
|
1998
2010
|
_DFSARe,
|
|
@@ -2000,8 +2012,15 @@ var DescribeFileSystemAliasesResponse = [
|
|
|
2000
2012
|
[_Ali, _NTe],
|
|
2001
2013
|
[() => Aliases, 0],
|
|
2002
2014
|
];
|
|
2003
|
-
var DescribeFileSystemsRequest = [
|
|
2004
|
-
|
|
2015
|
+
var DescribeFileSystemsRequest$ = [
|
|
2016
|
+
3,
|
|
2017
|
+
n0,
|
|
2018
|
+
_DFSRes,
|
|
2019
|
+
0,
|
|
2020
|
+
[_FSIil, _MR, _NTe],
|
|
2021
|
+
[64 | 0, 1, 0],
|
|
2022
|
+
];
|
|
2023
|
+
var DescribeFileSystemsResponse$ = [
|
|
2005
2024
|
3,
|
|
2006
2025
|
n0,
|
|
2007
2026
|
_DFSResc,
|
|
@@ -2009,7 +2028,7 @@ var DescribeFileSystemsResponse = [
|
|
|
2009
2028
|
[_FSi, _NTe],
|
|
2010
2029
|
[[() => FileSystems, 0], 0],
|
|
2011
2030
|
];
|
|
2012
|
-
var DescribeS3AccessPointAttachmentsRequest = [
|
|
2031
|
+
var DescribeS3AccessPointAttachmentsRequest$ = [
|
|
2013
2032
|
3,
|
|
2014
2033
|
n0,
|
|
2015
2034
|
_DSAPAR,
|
|
@@ -2017,7 +2036,7 @@ var DescribeS3AccessPointAttachmentsRequest = [
|
|
|
2017
2036
|
[_Na, _Fi, _MR, _NTe],
|
|
2018
2037
|
[64 | 0, () => S3AccessPointAttachmentsFilters, 1, 0],
|
|
2019
2038
|
];
|
|
2020
|
-
var DescribeS3AccessPointAttachmentsResponse = [
|
|
2039
|
+
var DescribeS3AccessPointAttachmentsResponse$ = [
|
|
2021
2040
|
3,
|
|
2022
2041
|
n0,
|
|
2023
2042
|
_DSAPARe,
|
|
@@ -2025,9 +2044,9 @@ var DescribeS3AccessPointAttachmentsResponse = [
|
|
|
2025
2044
|
[_SAPAc, _NTe],
|
|
2026
2045
|
[() => S3AccessPointAttachments, 0],
|
|
2027
2046
|
];
|
|
2028
|
-
var DescribeSharedVpcConfigurationRequest = [3, n0, _DSVCR, 0, [], []];
|
|
2029
|
-
var DescribeSharedVpcConfigurationResponse = [3, n0, _DSVCRe, 0, [_EFRTUFPA], [0]];
|
|
2030
|
-
var DescribeSnapshotsRequest = [
|
|
2047
|
+
var DescribeSharedVpcConfigurationRequest$ = [3, n0, _DSVCR, 0, [], []];
|
|
2048
|
+
var DescribeSharedVpcConfigurationResponse$ = [3, n0, _DSVCRe, 0, [_EFRTUFPA], [0]];
|
|
2049
|
+
var DescribeSnapshotsRequest$ = [
|
|
2031
2050
|
3,
|
|
2032
2051
|
n0,
|
|
2033
2052
|
_DSRes,
|
|
@@ -2035,8 +2054,8 @@ var DescribeSnapshotsRequest = [
|
|
|
2035
2054
|
[_SIna, _Fi, _MR, _NTe, _IS],
|
|
2036
2055
|
[64 | 0, () => SnapshotFilters, 1, 0, 2],
|
|
2037
2056
|
];
|
|
2038
|
-
var DescribeSnapshotsResponse = [3, n0, _DSResc, 0, [_Sna, _NTe], [() => Snapshots, 0]];
|
|
2039
|
-
var DescribeStorageVirtualMachinesRequest = [
|
|
2057
|
+
var DescribeSnapshotsResponse$ = [3, n0, _DSResc, 0, [_Sna, _NTe], [() => Snapshots, 0]];
|
|
2058
|
+
var DescribeStorageVirtualMachinesRequest$ = [
|
|
2040
2059
|
3,
|
|
2041
2060
|
n0,
|
|
2042
2061
|
_DSVMRes,
|
|
@@ -2044,7 +2063,7 @@ var DescribeStorageVirtualMachinesRequest = [
|
|
|
2044
2063
|
[_SVMIt, _Fi, _MR, _NTe],
|
|
2045
2064
|
[64 | 0, () => StorageVirtualMachineFilters, 1, 0],
|
|
2046
2065
|
];
|
|
2047
|
-
var DescribeStorageVirtualMachinesResponse = [
|
|
2066
|
+
var DescribeStorageVirtualMachinesResponse$ = [
|
|
2048
2067
|
3,
|
|
2049
2068
|
n0,
|
|
2050
2069
|
_DSVMResc,
|
|
@@ -2052,7 +2071,7 @@ var DescribeStorageVirtualMachinesResponse = [
|
|
|
2052
2071
|
[_SVMt, _NTe],
|
|
2053
2072
|
[() => StorageVirtualMachines, 0],
|
|
2054
2073
|
];
|
|
2055
|
-
var DescribeVolumesRequest = [
|
|
2074
|
+
var DescribeVolumesRequest$ = [
|
|
2056
2075
|
3,
|
|
2057
2076
|
n0,
|
|
2058
2077
|
_DVRes,
|
|
@@ -2060,10 +2079,10 @@ var DescribeVolumesRequest = [
|
|
|
2060
2079
|
[_VIo, _Fi, _MR, _NTe],
|
|
2061
2080
|
[64 | 0, () => VolumeFilters, 1, 0],
|
|
2062
2081
|
];
|
|
2063
|
-
var DescribeVolumesResponse = [3, n0, _DVResc, 0, [_Vol, _NTe], [() => Volumes, 0]];
|
|
2064
|
-
var DetachAndDeleteS3AccessPointRequest = [3, n0, _DADSAPR, 0, [_CRT, _N], [[0, 4], 0]];
|
|
2065
|
-
var DetachAndDeleteS3AccessPointResponse = [3, n0, _DADSAPRe, 0, [_L, _N], [0, 0]];
|
|
2066
|
-
var DisassociateFileSystemAliasesRequest = [
|
|
2082
|
+
var DescribeVolumesResponse$ = [3, n0, _DVResc, 0, [_Vol, _NTe], [() => Volumes, 0]];
|
|
2083
|
+
var DetachAndDeleteS3AccessPointRequest$ = [3, n0, _DADSAPR, 0, [_CRT, _N], [[0, 4], 0]];
|
|
2084
|
+
var DetachAndDeleteS3AccessPointResponse$ = [3, n0, _DADSAPRe, 0, [_L, _N], [0, 0]];
|
|
2085
|
+
var DisassociateFileSystemAliasesRequest$ = [
|
|
2067
2086
|
3,
|
|
2068
2087
|
n0,
|
|
2069
2088
|
_DFSARi,
|
|
@@ -2071,10 +2090,17 @@ var DisassociateFileSystemAliasesRequest = [
|
|
|
2071
2090
|
[_CRT, _FSI, _Ali],
|
|
2072
2091
|
[[0, 4], 0, 64 | 0],
|
|
2073
2092
|
];
|
|
2074
|
-
var DisassociateFileSystemAliasesResponse = [
|
|
2075
|
-
|
|
2076
|
-
|
|
2077
|
-
|
|
2093
|
+
var DisassociateFileSystemAliasesResponse$ = [
|
|
2094
|
+
3,
|
|
2095
|
+
n0,
|
|
2096
|
+
_DFSARis,
|
|
2097
|
+
0,
|
|
2098
|
+
[_Ali],
|
|
2099
|
+
[() => Aliases],
|
|
2100
|
+
];
|
|
2101
|
+
var DiskIopsConfiguration$ = [3, n0, _DIC, 0, [_Mo, _I], [0, 1]];
|
|
2102
|
+
var DurationSinceLastAccess$ = [3, n0, _DSLA, 0, [_U, _V], [0, 1]];
|
|
2103
|
+
var FileCache$ = [
|
|
2078
2104
|
3,
|
|
2079
2105
|
n0,
|
|
2080
2106
|
_FC,
|
|
@@ -2087,7 +2113,7 @@ var FileCache = [
|
|
|
2087
2113
|
0,
|
|
2088
2114
|
0,
|
|
2089
2115
|
0,
|
|
2090
|
-
() => FileCacheFailureDetails
|
|
2116
|
+
() => FileCacheFailureDetails$,
|
|
2091
2117
|
1,
|
|
2092
2118
|
0,
|
|
2093
2119
|
64 | 0,
|
|
@@ -2095,11 +2121,11 @@ var FileCache = [
|
|
|
2095
2121
|
0,
|
|
2096
2122
|
0,
|
|
2097
2123
|
0,
|
|
2098
|
-
() => FileCacheLustreConfiguration
|
|
2124
|
+
() => FileCacheLustreConfiguration$,
|
|
2099
2125
|
64 | 0,
|
|
2100
2126
|
],
|
|
2101
2127
|
];
|
|
2102
|
-
var FileCacheCreating = [
|
|
2128
|
+
var FileCacheCreating$ = [
|
|
2103
2129
|
3,
|
|
2104
2130
|
n0,
|
|
2105
2131
|
_FCC,
|
|
@@ -2112,7 +2138,7 @@ var FileCacheCreating = [
|
|
|
2112
2138
|
0,
|
|
2113
2139
|
0,
|
|
2114
2140
|
0,
|
|
2115
|
-
() => FileCacheFailureDetails
|
|
2141
|
+
() => FileCacheFailureDetails$,
|
|
2116
2142
|
1,
|
|
2117
2143
|
0,
|
|
2118
2144
|
64 | 0,
|
|
@@ -2122,32 +2148,32 @@ var FileCacheCreating = [
|
|
|
2122
2148
|
0,
|
|
2123
2149
|
() => Tags,
|
|
2124
2150
|
2,
|
|
2125
|
-
() => FileCacheLustreConfiguration
|
|
2151
|
+
() => FileCacheLustreConfiguration$,
|
|
2126
2152
|
64 | 0,
|
|
2127
2153
|
],
|
|
2128
2154
|
];
|
|
2129
|
-
var FileCacheDataRepositoryAssociation = [
|
|
2155
|
+
var FileCacheDataRepositoryAssociation$ = [
|
|
2130
2156
|
3,
|
|
2131
2157
|
n0,
|
|
2132
2158
|
_FCDRA,
|
|
2133
2159
|
0,
|
|
2134
2160
|
[_FCP, _DRP, _DRS, _NFS],
|
|
2135
|
-
[0, 0, 64 | 0, () => FileCacheNFSConfiguration],
|
|
2161
|
+
[0, 0, 64 | 0, () => FileCacheNFSConfiguration$],
|
|
2136
2162
|
];
|
|
2137
|
-
var FileCacheFailureDetails = [3, n0, _FCFD, 0, [_M], [0]];
|
|
2138
|
-
var FileCacheLustreConfiguration = [
|
|
2163
|
+
var FileCacheFailureDetails$ = [3, n0, _FCFD, 0, [_M], [0]];
|
|
2164
|
+
var FileCacheLustreConfiguration$ = [
|
|
2139
2165
|
3,
|
|
2140
2166
|
n0,
|
|
2141
2167
|
_FCLC,
|
|
2142
2168
|
0,
|
|
2143
2169
|
[_PUST, _DT, _MN, _WMST, _MC, _LCo],
|
|
2144
|
-
[1, 0, 0, 0, () => FileCacheLustreMetadataConfiguration
|
|
2170
|
+
[1, 0, 0, 0, () => FileCacheLustreMetadataConfiguration$, () => LustreLogConfiguration$],
|
|
2145
2171
|
];
|
|
2146
|
-
var FileCacheLustreMetadataConfiguration = [3, n0, _FCLMC, 0, [_SC], [1]];
|
|
2147
|
-
var FileCacheNFSConfiguration = [3, n0, _FCNFSC, 0, [_Ve, _DIn], [0, 64 | 0]];
|
|
2148
|
-
var FileCacheNotFound = [-3, n0, _FCNF, { [_e]: _c }, [_M], [0]];
|
|
2149
|
-
schema.TypeRegistry.for(n0).registerError(FileCacheNotFound
|
|
2150
|
-
var FileSystem = [
|
|
2172
|
+
var FileCacheLustreMetadataConfiguration$ = [3, n0, _FCLMC, 0, [_SC], [1]];
|
|
2173
|
+
var FileCacheNFSConfiguration$ = [3, n0, _FCNFSC, 0, [_Ve, _DIn], [0, 64 | 0]];
|
|
2174
|
+
var FileCacheNotFound$ = [-3, n0, _FCNF, { [_e]: _c }, [_M], [0]];
|
|
2175
|
+
schema.TypeRegistry.for(n0).registerError(FileCacheNotFound$, FileCacheNotFound);
|
|
2176
|
+
var FileSystem$ = [
|
|
2151
2177
|
3,
|
|
2152
2178
|
n0,
|
|
2153
2179
|
_FS,
|
|
@@ -2182,7 +2208,7 @@ var FileSystem = [
|
|
|
2182
2208
|
0,
|
|
2183
2209
|
0,
|
|
2184
2210
|
0,
|
|
2185
|
-
() => FileSystemFailureDetails
|
|
2211
|
+
() => FileSystemFailureDetails$,
|
|
2186
2212
|
1,
|
|
2187
2213
|
0,
|
|
2188
2214
|
0,
|
|
@@ -2192,36 +2218,36 @@ var FileSystem = [
|
|
|
2192
2218
|
0,
|
|
2193
2219
|
0,
|
|
2194
2220
|
() => Tags,
|
|
2195
|
-
() => WindowsFileSystemConfiguration
|
|
2196
|
-
() => LustreFileSystemConfiguration
|
|
2221
|
+
() => WindowsFileSystemConfiguration$,
|
|
2222
|
+
() => LustreFileSystemConfiguration$,
|
|
2197
2223
|
[() => AdministrativeActions, 0],
|
|
2198
|
-
[() => OntapFileSystemConfiguration
|
|
2224
|
+
[() => OntapFileSystemConfiguration$, 0],
|
|
2199
2225
|
0,
|
|
2200
|
-
() => OpenZFSFileSystemConfiguration
|
|
2226
|
+
() => OpenZFSFileSystemConfiguration$,
|
|
2201
2227
|
0,
|
|
2202
2228
|
],
|
|
2203
2229
|
];
|
|
2204
|
-
var FileSystemEndpoint = [3, n0, _FSE, 0, [_DNSN, _IA, _IAp], [0, 64 | 0, 64 | 0]];
|
|
2205
|
-
var FileSystemEndpoints = [
|
|
2230
|
+
var FileSystemEndpoint$ = [3, n0, _FSE, 0, [_DNSN, _IA, _IAp], [0, 64 | 0, 64 | 0]];
|
|
2231
|
+
var FileSystemEndpoints$ = [
|
|
2206
2232
|
3,
|
|
2207
2233
|
n0,
|
|
2208
2234
|
_FSEi,
|
|
2209
2235
|
0,
|
|
2210
2236
|
[_In, _Ma],
|
|
2211
|
-
[() => FileSystemEndpoint
|
|
2212
|
-
];
|
|
2213
|
-
var FileSystemFailureDetails = [3, n0, _FSFD, 0, [_M], [0]];
|
|
2214
|
-
var FileSystemLustreMetadataConfiguration = [3, n0, _FSLMC, 0, [_I, _Mo], [1, 0]];
|
|
2215
|
-
var FileSystemNotFound = [-3, n0, _FSNF, { [_e]: _c }, [_M], [0]];
|
|
2216
|
-
schema.TypeRegistry.for(n0).registerError(FileSystemNotFound
|
|
2217
|
-
var Filter = [3, n0, _Fil, 0, [_N, _Va], [0, 64 | 0]];
|
|
2218
|
-
var IncompatibleParameterError = [-3, n0, _IPE, { [_e]: _c }, [_Par, _M], [0, 0]];
|
|
2219
|
-
schema.TypeRegistry.for(n0).registerError(IncompatibleParameterError
|
|
2220
|
-
var IncompatibleRegionForMultiAZ = [-3, n0, _IRFMAZ, { [_e]: _c }, [_M], [0]];
|
|
2221
|
-
schema.TypeRegistry.for(n0).registerError(IncompatibleRegionForMultiAZ
|
|
2222
|
-
var InternalServerError = [-3, n0, _ISE, { [_e]: _s }, [_M], [0]];
|
|
2223
|
-
schema.TypeRegistry.for(n0).registerError(InternalServerError
|
|
2224
|
-
var InvalidAccessPoint = [
|
|
2237
|
+
[() => FileSystemEndpoint$, () => FileSystemEndpoint$],
|
|
2238
|
+
];
|
|
2239
|
+
var FileSystemFailureDetails$ = [3, n0, _FSFD, 0, [_M], [0]];
|
|
2240
|
+
var FileSystemLustreMetadataConfiguration$ = [3, n0, _FSLMC, 0, [_I, _Mo], [1, 0]];
|
|
2241
|
+
var FileSystemNotFound$ = [-3, n0, _FSNF, { [_e]: _c }, [_M], [0]];
|
|
2242
|
+
schema.TypeRegistry.for(n0).registerError(FileSystemNotFound$, FileSystemNotFound);
|
|
2243
|
+
var Filter$ = [3, n0, _Fil, 0, [_N, _Va], [0, 64 | 0]];
|
|
2244
|
+
var IncompatibleParameterError$ = [-3, n0, _IPE, { [_e]: _c }, [_Par, _M], [0, 0]];
|
|
2245
|
+
schema.TypeRegistry.for(n0).registerError(IncompatibleParameterError$, IncompatibleParameterError);
|
|
2246
|
+
var IncompatibleRegionForMultiAZ$ = [-3, n0, _IRFMAZ, { [_e]: _c }, [_M], [0]];
|
|
2247
|
+
schema.TypeRegistry.for(n0).registerError(IncompatibleRegionForMultiAZ$, IncompatibleRegionForMultiAZ);
|
|
2248
|
+
var InternalServerError$ = [-3, n0, _ISE, { [_e]: _s }, [_M], [0]];
|
|
2249
|
+
schema.TypeRegistry.for(n0).registerError(InternalServerError$, InternalServerError);
|
|
2250
|
+
var InvalidAccessPoint$ = [
|
|
2225
2251
|
-3,
|
|
2226
2252
|
n0,
|
|
2227
2253
|
_IAP,
|
|
@@ -2229,16 +2255,16 @@ var InvalidAccessPoint = [
|
|
|
2229
2255
|
[_EC, _M],
|
|
2230
2256
|
[0, 0],
|
|
2231
2257
|
];
|
|
2232
|
-
schema.TypeRegistry.for(n0).registerError(InvalidAccessPoint
|
|
2233
|
-
var InvalidDataRepositoryType = [-3, n0, _IDRT, { [_e]: _c }, [_M], [0]];
|
|
2234
|
-
schema.TypeRegistry.for(n0).registerError(InvalidDataRepositoryType
|
|
2235
|
-
var InvalidDestinationKmsKey = [-3, n0, _IDKK, { [_e]: _c }, [_M], [0]];
|
|
2236
|
-
schema.TypeRegistry.for(n0).registerError(InvalidDestinationKmsKey
|
|
2237
|
-
var InvalidExportPath = [-3, n0, _IEP, { [_e]: _c }, [_M], [0]];
|
|
2238
|
-
schema.TypeRegistry.for(n0).registerError(InvalidExportPath
|
|
2239
|
-
var InvalidImportPath = [-3, n0, _IIP, { [_e]: _c }, [_M], [0]];
|
|
2240
|
-
schema.TypeRegistry.for(n0).registerError(InvalidImportPath
|
|
2241
|
-
var InvalidNetworkSettings = [
|
|
2258
|
+
schema.TypeRegistry.for(n0).registerError(InvalidAccessPoint$, InvalidAccessPoint);
|
|
2259
|
+
var InvalidDataRepositoryType$ = [-3, n0, _IDRT, { [_e]: _c }, [_M], [0]];
|
|
2260
|
+
schema.TypeRegistry.for(n0).registerError(InvalidDataRepositoryType$, InvalidDataRepositoryType);
|
|
2261
|
+
var InvalidDestinationKmsKey$ = [-3, n0, _IDKK, { [_e]: _c }, [_M], [0]];
|
|
2262
|
+
schema.TypeRegistry.for(n0).registerError(InvalidDestinationKmsKey$, InvalidDestinationKmsKey);
|
|
2263
|
+
var InvalidExportPath$ = [-3, n0, _IEP, { [_e]: _c }, [_M], [0]];
|
|
2264
|
+
schema.TypeRegistry.for(n0).registerError(InvalidExportPath$, InvalidExportPath);
|
|
2265
|
+
var InvalidImportPath$ = [-3, n0, _IIP, { [_e]: _c }, [_M], [0]];
|
|
2266
|
+
schema.TypeRegistry.for(n0).registerError(InvalidImportPath$, InvalidImportPath);
|
|
2267
|
+
var InvalidNetworkSettings$ = [
|
|
2242
2268
|
-3,
|
|
2243
2269
|
n0,
|
|
2244
2270
|
_INS,
|
|
@@ -2246,19 +2272,19 @@ var InvalidNetworkSettings = [
|
|
|
2246
2272
|
[_M, _ISI, _ISGI, _IRTI],
|
|
2247
2273
|
[0, 0, 0, 0],
|
|
2248
2274
|
];
|
|
2249
|
-
schema.TypeRegistry.for(n0).registerError(InvalidNetworkSettings
|
|
2250
|
-
var InvalidPerUnitStorageThroughput = [-3, n0, _IPUST, { [_e]: _c }, [_M], [0]];
|
|
2251
|
-
schema.TypeRegistry.for(n0).registerError(InvalidPerUnitStorageThroughput
|
|
2252
|
-
var InvalidRegion = [-3, n0, _IR, { [_e]: _c }, [_M], [0]];
|
|
2253
|
-
schema.TypeRegistry.for(n0).registerError(InvalidRegion
|
|
2254
|
-
var InvalidRequest = [-3, n0, _IRn, { [_xN]: _E, [_e]: _c, [_hE]: 400 }, [_EC, _M], [0, 0]];
|
|
2255
|
-
schema.TypeRegistry.for(n0).registerError(InvalidRequest
|
|
2256
|
-
var InvalidSourceKmsKey = [-3, n0, _ISKK, { [_e]: _c }, [_M], [0]];
|
|
2257
|
-
schema.TypeRegistry.for(n0).registerError(InvalidSourceKmsKey
|
|
2258
|
-
var LifecycleTransitionReason = [3, n0, _LTR, 0, [_M], [0]];
|
|
2259
|
-
var ListTagsForResourceRequest = [3, n0, _LTFRR, 0, [_RARN, _MR, _NTe], [0, 1, 0]];
|
|
2260
|
-
var ListTagsForResourceResponse = [3, n0, _LTFRRi, 0, [_Ta, _NTe], [() => Tags, 0]];
|
|
2261
|
-
var LustreFileSystemConfiguration = [
|
|
2275
|
+
schema.TypeRegistry.for(n0).registerError(InvalidNetworkSettings$, InvalidNetworkSettings);
|
|
2276
|
+
var InvalidPerUnitStorageThroughput$ = [-3, n0, _IPUST, { [_e]: _c }, [_M], [0]];
|
|
2277
|
+
schema.TypeRegistry.for(n0).registerError(InvalidPerUnitStorageThroughput$, InvalidPerUnitStorageThroughput);
|
|
2278
|
+
var InvalidRegion$ = [-3, n0, _IR, { [_e]: _c }, [_M], [0]];
|
|
2279
|
+
schema.TypeRegistry.for(n0).registerError(InvalidRegion$, InvalidRegion);
|
|
2280
|
+
var InvalidRequest$ = [-3, n0, _IRn, { [_xN]: _E, [_e]: _c, [_hE]: 400 }, [_EC, _M], [0, 0]];
|
|
2281
|
+
schema.TypeRegistry.for(n0).registerError(InvalidRequest$, InvalidRequest);
|
|
2282
|
+
var InvalidSourceKmsKey$ = [-3, n0, _ISKK, { [_e]: _c }, [_M], [0]];
|
|
2283
|
+
schema.TypeRegistry.for(n0).registerError(InvalidSourceKmsKey$, InvalidSourceKmsKey);
|
|
2284
|
+
var LifecycleTransitionReason$ = [3, n0, _LTR, 0, [_M], [0]];
|
|
2285
|
+
var ListTagsForResourceRequest$ = [3, n0, _LTFRR, 0, [_RARN, _MR, _NTe], [0, 1, 0]];
|
|
2286
|
+
var ListTagsForResourceResponse$ = [3, n0, _LTFRRi, 0, [_Ta, _NTe], [() => Tags, 0]];
|
|
2287
|
+
var LustreFileSystemConfiguration$ = [
|
|
2262
2288
|
3,
|
|
2263
2289
|
n0,
|
|
2264
2290
|
_LFSC,
|
|
@@ -2266,7 +2292,7 @@ var LustreFileSystemConfiguration = [
|
|
|
2266
2292
|
[_WMST, _DRC, _DT, _PUST, _MN, _DABST, _ABRD, _CTTB, _DCT, _DCTa, _LCo, _RSC, _MC, _EE, _TCh, _DRCC],
|
|
2267
2293
|
[
|
|
2268
2294
|
0,
|
|
2269
|
-
() => DataRepositoryConfiguration
|
|
2295
|
+
() => DataRepositoryConfiguration$,
|
|
2270
2296
|
0,
|
|
2271
2297
|
1,
|
|
2272
2298
|
0,
|
|
@@ -2275,35 +2301,35 @@ var LustreFileSystemConfiguration = [
|
|
|
2275
2301
|
2,
|
|
2276
2302
|
0,
|
|
2277
2303
|
0,
|
|
2278
|
-
() => LustreLogConfiguration
|
|
2279
|
-
() => LustreRootSquashConfiguration
|
|
2280
|
-
() => FileSystemLustreMetadataConfiguration
|
|
2304
|
+
() => LustreLogConfiguration$,
|
|
2305
|
+
() => LustreRootSquashConfiguration$,
|
|
2306
|
+
() => FileSystemLustreMetadataConfiguration$,
|
|
2281
2307
|
2,
|
|
2282
2308
|
1,
|
|
2283
|
-
() => LustreReadCacheConfiguration
|
|
2309
|
+
() => LustreReadCacheConfiguration$,
|
|
2284
2310
|
],
|
|
2285
2311
|
];
|
|
2286
|
-
var LustreLogConfiguration = [3, n0, _LLC, 0, [_Le, _D], [0, 0]];
|
|
2287
|
-
var LustreLogCreateConfiguration = [3, n0, _LLCC, 0, [_Le, _D], [0, 0]];
|
|
2288
|
-
var LustreReadCacheConfiguration = [3, n0, _LRCC, 0, [_SM, _SGB], [0, 1]];
|
|
2289
|
-
var LustreRootSquashConfiguration = [3, n0, _LRSC, 0, [_RS, _NSN], [0, 64 | 0]];
|
|
2290
|
-
var MissingFileCacheConfiguration = [-3, n0, _MFCC, { [_e]: _c }, [_M], [0]];
|
|
2291
|
-
schema.TypeRegistry.for(n0).registerError(MissingFileCacheConfiguration
|
|
2292
|
-
var MissingFileSystemConfiguration = [-3, n0, _MFSC, { [_e]: _c }, [_M], [0]];
|
|
2293
|
-
schema.TypeRegistry.for(n0).registerError(MissingFileSystemConfiguration
|
|
2294
|
-
var MissingVolumeConfiguration = [-3, n0, _MVC, { [_e]: _c }, [_M], [0]];
|
|
2295
|
-
schema.TypeRegistry.for(n0).registerError(MissingVolumeConfiguration
|
|
2296
|
-
var NFSDataRepositoryConfiguration = [
|
|
2312
|
+
var LustreLogConfiguration$ = [3, n0, _LLC, 0, [_Le, _D], [0, 0]];
|
|
2313
|
+
var LustreLogCreateConfiguration$ = [3, n0, _LLCC, 0, [_Le, _D], [0, 0]];
|
|
2314
|
+
var LustreReadCacheConfiguration$ = [3, n0, _LRCC, 0, [_SM, _SGB], [0, 1]];
|
|
2315
|
+
var LustreRootSquashConfiguration$ = [3, n0, _LRSC, 0, [_RS, _NSN], [0, 64 | 0]];
|
|
2316
|
+
var MissingFileCacheConfiguration$ = [-3, n0, _MFCC, { [_e]: _c }, [_M], [0]];
|
|
2317
|
+
schema.TypeRegistry.for(n0).registerError(MissingFileCacheConfiguration$, MissingFileCacheConfiguration);
|
|
2318
|
+
var MissingFileSystemConfiguration$ = [-3, n0, _MFSC, { [_e]: _c }, [_M], [0]];
|
|
2319
|
+
schema.TypeRegistry.for(n0).registerError(MissingFileSystemConfiguration$, MissingFileSystemConfiguration);
|
|
2320
|
+
var MissingVolumeConfiguration$ = [-3, n0, _MVC, { [_e]: _c }, [_M], [0]];
|
|
2321
|
+
schema.TypeRegistry.for(n0).registerError(MissingVolumeConfiguration$, MissingVolumeConfiguration);
|
|
2322
|
+
var NFSDataRepositoryConfiguration$ = [
|
|
2297
2323
|
3,
|
|
2298
2324
|
n0,
|
|
2299
2325
|
_NFSDRC,
|
|
2300
2326
|
0,
|
|
2301
2327
|
[_Ve, _DIn, _AEP],
|
|
2302
|
-
[0, 64 | 0, () => AutoExportPolicy],
|
|
2328
|
+
[0, 64 | 0, () => AutoExportPolicy$],
|
|
2303
2329
|
];
|
|
2304
|
-
var NotServiceResourceError = [-3, n0, _NSRE, { [_e]: _c }, [_RARN, _M], [0, 0]];
|
|
2305
|
-
schema.TypeRegistry.for(n0).registerError(NotServiceResourceError
|
|
2306
|
-
var OntapFileSystemConfiguration = [
|
|
2330
|
+
var NotServiceResourceError$ = [-3, n0, _NSRE, { [_e]: _c }, [_RARN, _M], [0, 0]];
|
|
2331
|
+
schema.TypeRegistry.for(n0).registerError(NotServiceResourceError$, NotServiceResourceError);
|
|
2332
|
+
var OntapFileSystemConfiguration$ = [
|
|
2307
2333
|
3,
|
|
2308
2334
|
n0,
|
|
2309
2335
|
_OFSC,
|
|
@@ -2314,8 +2340,8 @@ var OntapFileSystemConfiguration = [
|
|
|
2314
2340
|
0,
|
|
2315
2341
|
0,
|
|
2316
2342
|
0,
|
|
2317
|
-
() => FileSystemEndpoints
|
|
2318
|
-
() => DiskIopsConfiguration
|
|
2343
|
+
() => FileSystemEndpoints$,
|
|
2344
|
+
() => DiskIopsConfiguration$,
|
|
2319
2345
|
0,
|
|
2320
2346
|
64 | 0,
|
|
2321
2347
|
1,
|
|
@@ -2326,16 +2352,16 @@ var OntapFileSystemConfiguration = [
|
|
|
2326
2352
|
0,
|
|
2327
2353
|
],
|
|
2328
2354
|
];
|
|
2329
|
-
var OntapFileSystemIdentity = [
|
|
2355
|
+
var OntapFileSystemIdentity$ = [
|
|
2330
2356
|
3,
|
|
2331
2357
|
n0,
|
|
2332
2358
|
_OFSI,
|
|
2333
2359
|
0,
|
|
2334
2360
|
[_T, _UU, _WU],
|
|
2335
|
-
[0, () => OntapUnixFileSystemUser
|
|
2361
|
+
[0, () => OntapUnixFileSystemUser$, () => OntapWindowsFileSystemUser$],
|
|
2336
2362
|
];
|
|
2337
|
-
var OntapUnixFileSystemUser = [3, n0, _OUFSU, 0, [_N], [0]];
|
|
2338
|
-
var OntapVolumeConfiguration = [
|
|
2363
|
+
var OntapUnixFileSystemUser$ = [3, n0, _OUFSU, 0, [_N], [0]];
|
|
2364
|
+
var OntapVolumeConfiguration$ = [
|
|
2339
2365
|
3,
|
|
2340
2366
|
n0,
|
|
2341
2367
|
_OVC,
|
|
@@ -2349,20 +2375,20 @@ var OntapVolumeConfiguration = [
|
|
|
2349
2375
|
2,
|
|
2350
2376
|
0,
|
|
2351
2377
|
2,
|
|
2352
|
-
() => TieringPolicy
|
|
2378
|
+
() => TieringPolicy$,
|
|
2353
2379
|
0,
|
|
2354
2380
|
0,
|
|
2355
2381
|
0,
|
|
2356
2382
|
2,
|
|
2357
|
-
() => SnaplockConfiguration
|
|
2383
|
+
() => SnaplockConfiguration$,
|
|
2358
2384
|
0,
|
|
2359
|
-
() => AggregateConfiguration
|
|
2385
|
+
() => AggregateConfiguration$,
|
|
2360
2386
|
1,
|
|
2361
2387
|
],
|
|
2362
2388
|
];
|
|
2363
|
-
var OntapWindowsFileSystemUser = [3, n0, _OWFSU, 0, [_N], [0]];
|
|
2364
|
-
var OpenZFSClientConfiguration = [3, n0, _OZFSCC, 0, [_C, _O], [0, 64 | 0]];
|
|
2365
|
-
var OpenZFSCreateRootVolumeConfiguration = [
|
|
2389
|
+
var OntapWindowsFileSystemUser$ = [3, n0, _OWFSU, 0, [_N], [0]];
|
|
2390
|
+
var OpenZFSClientConfiguration$ = [3, n0, _OZFSCC, 0, [_C, _O], [0, 64 | 0]];
|
|
2391
|
+
var OpenZFSCreateRootVolumeConfiguration$ = [
|
|
2366
2392
|
3,
|
|
2367
2393
|
n0,
|
|
2368
2394
|
_OZFSCRVC,
|
|
@@ -2370,28 +2396,28 @@ var OpenZFSCreateRootVolumeConfiguration = [
|
|
|
2370
2396
|
[_RSKB, _DCTa, _NE, _UAGQ, _CTTS, _RO],
|
|
2371
2397
|
[1, 0, () => OpenZFSNfsExports, () => OpenZFSUserAndGroupQuotas, 2, 2],
|
|
2372
2398
|
];
|
|
2373
|
-
var OpenZFSFileSystemConfiguration = [
|
|
2399
|
+
var OpenZFSFileSystemConfiguration$ = [
|
|
2374
2400
|
3,
|
|
2375
2401
|
n0,
|
|
2376
2402
|
_OZFSFSC,
|
|
2377
2403
|
0,
|
|
2378
2404
|
[_ABRD, _CTTB, _CTTV, _DABST, _DT, _TCh, _WMST, _DIC, _RVI, _PSI, _EIAR, _EIARn, _RTI, _EIA, _EIAn, _RCC],
|
|
2379
|
-
[1, 2, 2, 0, 0, 1, 0, () => DiskIopsConfiguration
|
|
2405
|
+
[1, 2, 2, 0, 0, 1, 0, () => DiskIopsConfiguration$, 0, 0, 0, 0, 64 | 0, 0, 0, () => OpenZFSReadCacheConfiguration$],
|
|
2380
2406
|
];
|
|
2381
|
-
var OpenZFSFileSystemIdentity = [
|
|
2407
|
+
var OpenZFSFileSystemIdentity$ = [
|
|
2382
2408
|
3,
|
|
2383
2409
|
n0,
|
|
2384
2410
|
_OZFSFSI,
|
|
2385
2411
|
0,
|
|
2386
2412
|
[_T, _PU],
|
|
2387
|
-
[0, () => OpenZFSPosixFileSystemUser],
|
|
2388
|
-
];
|
|
2389
|
-
var OpenZFSNfsExport = [3, n0, _OZFSNE, 0, [_CC], [() => OpenZFSClientConfigurations]];
|
|
2390
|
-
var OpenZFSOriginSnapshotConfiguration = [3, n0, _OZFSOSC, 0, [_SARN, _CS], [0, 0]];
|
|
2391
|
-
var OpenZFSPosixFileSystemUser = [3, n0, _OZFSPFSU, 0, [_Ui, _G, _SG], [1, 1, 64 | 1]];
|
|
2392
|
-
var OpenZFSReadCacheConfiguration = [3, n0, _OZFSRCC, 0, [_SM, _SGB], [0, 1]];
|
|
2393
|
-
var OpenZFSUserOrGroupQuota = [3, n0, _OZFSUOGQ, 0, [_T, _Id, _SCQGB], [0, 1, 1]];
|
|
2394
|
-
var OpenZFSVolumeConfiguration = [
|
|
2413
|
+
[0, () => OpenZFSPosixFileSystemUser$],
|
|
2414
|
+
];
|
|
2415
|
+
var OpenZFSNfsExport$ = [3, n0, _OZFSNE, 0, [_CC], [() => OpenZFSClientConfigurations]];
|
|
2416
|
+
var OpenZFSOriginSnapshotConfiguration$ = [3, n0, _OZFSOSC, 0, [_SARN, _CS], [0, 0]];
|
|
2417
|
+
var OpenZFSPosixFileSystemUser$ = [3, n0, _OZFSPFSU, 0, [_Ui, _G, _SG], [1, 1, 64 | 1]];
|
|
2418
|
+
var OpenZFSReadCacheConfiguration$ = [3, n0, _OZFSRCC, 0, [_SM, _SGB], [0, 1]];
|
|
2419
|
+
var OpenZFSUserOrGroupQuota$ = [3, n0, _OZFSUOGQ, 0, [_T, _Id, _SCQGB], [0, 1, 1]];
|
|
2420
|
+
var OpenZFSVolumeConfiguration$ = [
|
|
2395
2421
|
3,
|
|
2396
2422
|
n0,
|
|
2397
2423
|
_OZFSVC,
|
|
@@ -2405,7 +2431,7 @@ var OpenZFSVolumeConfiguration = [
|
|
|
2405
2431
|
1,
|
|
2406
2432
|
0,
|
|
2407
2433
|
2,
|
|
2408
|
-
() => OpenZFSOriginSnapshotConfiguration
|
|
2434
|
+
() => OpenZFSOriginSnapshotConfiguration$,
|
|
2409
2435
|
2,
|
|
2410
2436
|
() => OpenZFSNfsExports,
|
|
2411
2437
|
() => OpenZFSUserAndGroupQuotas,
|
|
@@ -2418,21 +2444,21 @@ var OpenZFSVolumeConfiguration = [
|
|
|
2418
2444
|
0,
|
|
2419
2445
|
],
|
|
2420
2446
|
];
|
|
2421
|
-
var ReleaseConfiguration = [3, n0, _RC, 0, [_DSLA], [() => DurationSinceLastAccess]];
|
|
2422
|
-
var ReleaseFileSystemNfsV3LocksRequest = [3, n0, _RFSNVLR, 0, [_FSI, _CRT], [0, [0, 4]]];
|
|
2423
|
-
var ReleaseFileSystemNfsV3LocksResponse = [
|
|
2447
|
+
var ReleaseConfiguration$ = [3, n0, _RC, 0, [_DSLA], [() => DurationSinceLastAccess$]];
|
|
2448
|
+
var ReleaseFileSystemNfsV3LocksRequest$ = [3, n0, _RFSNVLR, 0, [_FSI, _CRT], [0, [0, 4]]];
|
|
2449
|
+
var ReleaseFileSystemNfsV3LocksResponse$ = [
|
|
2424
2450
|
3,
|
|
2425
2451
|
n0,
|
|
2426
2452
|
_RFSNVLRe,
|
|
2427
2453
|
0,
|
|
2428
2454
|
[_FS],
|
|
2429
|
-
[[() => FileSystem
|
|
2455
|
+
[[() => FileSystem$, 0]],
|
|
2430
2456
|
];
|
|
2431
|
-
var ResourceDoesNotSupportTagging = [-3, n0, _RDNST, { [_e]: _c }, [_RARN, _M], [0, 0]];
|
|
2432
|
-
schema.TypeRegistry.for(n0).registerError(ResourceDoesNotSupportTagging
|
|
2433
|
-
var ResourceNotFound = [-3, n0, _RNF, { [_e]: _c }, [_RARN, _M], [0, 0]];
|
|
2434
|
-
schema.TypeRegistry.for(n0).registerError(ResourceNotFound
|
|
2435
|
-
var RestoreVolumeFromSnapshotRequest = [
|
|
2457
|
+
var ResourceDoesNotSupportTagging$ = [-3, n0, _RDNST, { [_e]: _c }, [_RARN, _M], [0, 0]];
|
|
2458
|
+
schema.TypeRegistry.for(n0).registerError(ResourceDoesNotSupportTagging$, ResourceDoesNotSupportTagging);
|
|
2459
|
+
var ResourceNotFound$ = [-3, n0, _RNF, { [_e]: _c }, [_RARN, _M], [0, 0]];
|
|
2460
|
+
schema.TypeRegistry.for(n0).registerError(ResourceNotFound$, ResourceNotFound);
|
|
2461
|
+
var RestoreVolumeFromSnapshotRequest$ = [
|
|
2436
2462
|
3,
|
|
2437
2463
|
n0,
|
|
2438
2464
|
_RVFSR,
|
|
@@ -2440,7 +2466,7 @@ var RestoreVolumeFromSnapshotRequest = [
|
|
|
2440
2466
|
[_CRT, _VI, _SIn, _O],
|
|
2441
2467
|
[[0, 4], 0, 0, 64 | 0],
|
|
2442
2468
|
];
|
|
2443
|
-
var RestoreVolumeFromSnapshotResponse = [
|
|
2469
|
+
var RestoreVolumeFromSnapshotResponse$ = [
|
|
2444
2470
|
3,
|
|
2445
2471
|
n0,
|
|
2446
2472
|
_RVFSRe,
|
|
@@ -2448,16 +2474,16 @@ var RestoreVolumeFromSnapshotResponse = [
|
|
|
2448
2474
|
[_VI, _L, _AAd],
|
|
2449
2475
|
[0, 0, [() => AdministrativeActions, 0]],
|
|
2450
2476
|
];
|
|
2451
|
-
var RetentionPeriod = [3, n0, _RP, 0, [_T, _V], [0, 1]];
|
|
2452
|
-
var S3AccessPoint = [
|
|
2477
|
+
var RetentionPeriod$ = [3, n0, _RP, 0, [_T, _V], [0, 1]];
|
|
2478
|
+
var S3AccessPoint$ = [
|
|
2453
2479
|
3,
|
|
2454
2480
|
n0,
|
|
2455
2481
|
_SAP,
|
|
2456
2482
|
0,
|
|
2457
2483
|
[_RARN, _Al, _VC],
|
|
2458
|
-
[0, 0, () => S3AccessPointVpcConfiguration],
|
|
2484
|
+
[0, 0, () => S3AccessPointVpcConfiguration$],
|
|
2459
2485
|
];
|
|
2460
|
-
var S3AccessPointAttachment = [
|
|
2486
|
+
var S3AccessPointAttachment$ = [
|
|
2461
2487
|
3,
|
|
2462
2488
|
n0,
|
|
2463
2489
|
_SAPA,
|
|
@@ -2465,44 +2491,44 @@ var S3AccessPointAttachment = [
|
|
|
2465
2491
|
[_L, _LTR, _CT, _N, _T, _OZFSC, _OC, _SAP],
|
|
2466
2492
|
[
|
|
2467
2493
|
0,
|
|
2468
|
-
() => LifecycleTransitionReason
|
|
2494
|
+
() => LifecycleTransitionReason$,
|
|
2469
2495
|
4,
|
|
2470
2496
|
0,
|
|
2471
2497
|
0,
|
|
2472
|
-
() => S3AccessPointOpenZFSConfiguration
|
|
2473
|
-
() => S3AccessPointOntapConfiguration
|
|
2474
|
-
() => S3AccessPoint
|
|
2498
|
+
() => S3AccessPointOpenZFSConfiguration$,
|
|
2499
|
+
() => S3AccessPointOntapConfiguration$,
|
|
2500
|
+
() => S3AccessPoint$,
|
|
2475
2501
|
],
|
|
2476
2502
|
];
|
|
2477
|
-
var S3AccessPointAttachmentNotFound = [-3, n0, _SAPANF, { [_e]: _c }, [_M], [0]];
|
|
2478
|
-
schema.TypeRegistry.for(n0).registerError(S3AccessPointAttachmentNotFound
|
|
2479
|
-
var S3AccessPointAttachmentsFilter = [3, n0, _SAPAF, 0, [_N, _Va], [0, 64 | 0]];
|
|
2480
|
-
var S3AccessPointOntapConfiguration = [
|
|
2503
|
+
var S3AccessPointAttachmentNotFound$ = [-3, n0, _SAPANF, { [_e]: _c }, [_M], [0]];
|
|
2504
|
+
schema.TypeRegistry.for(n0).registerError(S3AccessPointAttachmentNotFound$, S3AccessPointAttachmentNotFound);
|
|
2505
|
+
var S3AccessPointAttachmentsFilter$ = [3, n0, _SAPAF, 0, [_N, _Va], [0, 64 | 0]];
|
|
2506
|
+
var S3AccessPointOntapConfiguration$ = [
|
|
2481
2507
|
3,
|
|
2482
2508
|
n0,
|
|
2483
2509
|
_SAPOC,
|
|
2484
2510
|
0,
|
|
2485
2511
|
[_VI, _FSIi],
|
|
2486
|
-
[0, () => OntapFileSystemIdentity],
|
|
2512
|
+
[0, () => OntapFileSystemIdentity$],
|
|
2487
2513
|
];
|
|
2488
|
-
var S3AccessPointOpenZFSConfiguration = [
|
|
2514
|
+
var S3AccessPointOpenZFSConfiguration$ = [
|
|
2489
2515
|
3,
|
|
2490
2516
|
n0,
|
|
2491
2517
|
_SAPOZFSC,
|
|
2492
2518
|
0,
|
|
2493
2519
|
[_VI, _FSIi],
|
|
2494
|
-
[0, () => OpenZFSFileSystemIdentity],
|
|
2520
|
+
[0, () => OpenZFSFileSystemIdentity$],
|
|
2495
2521
|
];
|
|
2496
|
-
var S3AccessPointVpcConfiguration = [3, n0, _SAPVC, 0, [_VIp], [0]];
|
|
2497
|
-
var S3DataRepositoryConfiguration = [
|
|
2522
|
+
var S3AccessPointVpcConfiguration$ = [3, n0, _SAPVC, 0, [_VIp], [0]];
|
|
2523
|
+
var S3DataRepositoryConfiguration$ = [
|
|
2498
2524
|
3,
|
|
2499
2525
|
n0,
|
|
2500
2526
|
_SDRC,
|
|
2501
2527
|
0,
|
|
2502
2528
|
[_AIP, _AEP],
|
|
2503
|
-
[() => AutoImportPolicy
|
|
2529
|
+
[() => AutoImportPolicy$, () => AutoExportPolicy$],
|
|
2504
2530
|
];
|
|
2505
|
-
var SelfManagedActiveDirectoryAttributes = [
|
|
2531
|
+
var SelfManagedActiveDirectoryAttributes$ = [
|
|
2506
2532
|
3,
|
|
2507
2533
|
n0,
|
|
2508
2534
|
_SMADA,
|
|
@@ -2510,7 +2536,7 @@ var SelfManagedActiveDirectoryAttributes = [
|
|
|
2510
2536
|
[_DN, _OUDN, _FSAG, _UN, _DIn, _DJSAS],
|
|
2511
2537
|
[0, 0, 0, 0, 64 | 0, 0],
|
|
2512
2538
|
];
|
|
2513
|
-
var SelfManagedActiveDirectoryConfiguration = [
|
|
2539
|
+
var SelfManagedActiveDirectoryConfiguration$ = [
|
|
2514
2540
|
3,
|
|
2515
2541
|
n0,
|
|
2516
2542
|
_SMADC,
|
|
@@ -2518,7 +2544,7 @@ var SelfManagedActiveDirectoryConfiguration = [
|
|
|
2518
2544
|
[_DN, _OUDN, _FSAG, _UN, _Pas, _DIn, _DJSAS],
|
|
2519
2545
|
[0, 0, 0, 0, [() => DirectoryPassword, 0], 64 | 0, 0],
|
|
2520
2546
|
];
|
|
2521
|
-
var SelfManagedActiveDirectoryConfigurationUpdates = [
|
|
2547
|
+
var SelfManagedActiveDirectoryConfigurationUpdates$ = [
|
|
2522
2548
|
3,
|
|
2523
2549
|
n0,
|
|
2524
2550
|
_SMADCU,
|
|
@@ -2526,38 +2552,38 @@ var SelfManagedActiveDirectoryConfigurationUpdates = [
|
|
|
2526
2552
|
[_UN, _Pas, _DIn, _DN, _OUDN, _FSAG, _DJSAS],
|
|
2527
2553
|
[0, [() => DirectoryPassword, 0], 64 | 0, 0, 0, 0, 0],
|
|
2528
2554
|
];
|
|
2529
|
-
var ServiceLimitExceeded = [-3, n0, _SLE, { [_e]: _c }, [_Li, _M], [0, 0]];
|
|
2530
|
-
schema.TypeRegistry.for(n0).registerError(ServiceLimitExceeded
|
|
2531
|
-
var SnaplockConfiguration = [
|
|
2555
|
+
var ServiceLimitExceeded$ = [-3, n0, _SLE, { [_e]: _c }, [_Li, _M], [0, 0]];
|
|
2556
|
+
schema.TypeRegistry.for(n0).registerError(ServiceLimitExceeded$, ServiceLimitExceeded);
|
|
2557
|
+
var SnaplockConfiguration$ = [
|
|
2532
2558
|
3,
|
|
2533
2559
|
n0,
|
|
2534
2560
|
_SCn,
|
|
2535
2561
|
0,
|
|
2536
2562
|
[_ALV, _APu, _PD, _RP, _STn, _VAME],
|
|
2537
|
-
[2, () => AutocommitPeriod
|
|
2563
|
+
[2, () => AutocommitPeriod$, 0, () => SnaplockRetentionPeriod$, 0, 2],
|
|
2538
2564
|
];
|
|
2539
|
-
var SnaplockRetentionPeriod = [
|
|
2565
|
+
var SnaplockRetentionPeriod$ = [
|
|
2540
2566
|
3,
|
|
2541
2567
|
n0,
|
|
2542
2568
|
_SRP,
|
|
2543
2569
|
0,
|
|
2544
2570
|
[_DR, _MRi, _MRa],
|
|
2545
|
-
[() => RetentionPeriod
|
|
2571
|
+
[() => RetentionPeriod$, () => RetentionPeriod$, () => RetentionPeriod$],
|
|
2546
2572
|
];
|
|
2547
|
-
var Snapshot = [
|
|
2573
|
+
var Snapshot$ = [
|
|
2548
2574
|
3,
|
|
2549
2575
|
n0,
|
|
2550
2576
|
_Sn,
|
|
2551
2577
|
0,
|
|
2552
2578
|
[_RARN, _SIn, _N, _VI, _CT, _L, _LTR, _Ta, _AAd],
|
|
2553
|
-
[0, 0, 0, 0, 4, 0, () => LifecycleTransitionReason
|
|
2554
|
-
];
|
|
2555
|
-
var SnapshotFilter = [3, n0, _SF, 0, [_N, _Va], [0, 64 | 0]];
|
|
2556
|
-
var SnapshotNotFound = [-3, n0, _SNF, { [_e]: _c }, [_M], [0]];
|
|
2557
|
-
schema.TypeRegistry.for(n0).registerError(SnapshotNotFound
|
|
2558
|
-
var SourceBackupUnavailable = [-3, n0, _SBU, { [_e]: _c }, [_M, _BI], [0, 0]];
|
|
2559
|
-
schema.TypeRegistry.for(n0).registerError(SourceBackupUnavailable
|
|
2560
|
-
var StartMisconfiguredStateRecoveryRequest = [
|
|
2579
|
+
[0, 0, 0, 0, 4, 0, () => LifecycleTransitionReason$, () => Tags, [() => AdministrativeActions, 0]],
|
|
2580
|
+
];
|
|
2581
|
+
var SnapshotFilter$ = [3, n0, _SF, 0, [_N, _Va], [0, 64 | 0]];
|
|
2582
|
+
var SnapshotNotFound$ = [-3, n0, _SNF, { [_e]: _c }, [_M], [0]];
|
|
2583
|
+
schema.TypeRegistry.for(n0).registerError(SnapshotNotFound$, SnapshotNotFound);
|
|
2584
|
+
var SourceBackupUnavailable$ = [-3, n0, _SBU, { [_e]: _c }, [_M, _BI], [0, 0]];
|
|
2585
|
+
schema.TypeRegistry.for(n0).registerError(SourceBackupUnavailable$, SourceBackupUnavailable);
|
|
2586
|
+
var StartMisconfiguredStateRecoveryRequest$ = [
|
|
2561
2587
|
3,
|
|
2562
2588
|
n0,
|
|
2563
2589
|
_SMSRR,
|
|
@@ -2565,24 +2591,24 @@ var StartMisconfiguredStateRecoveryRequest = [
|
|
|
2565
2591
|
[_CRT, _FSI],
|
|
2566
2592
|
[[0, 4], 0],
|
|
2567
2593
|
];
|
|
2568
|
-
var StartMisconfiguredStateRecoveryResponse = [
|
|
2594
|
+
var StartMisconfiguredStateRecoveryResponse$ = [
|
|
2569
2595
|
3,
|
|
2570
2596
|
n0,
|
|
2571
2597
|
_SMSRRt,
|
|
2572
2598
|
0,
|
|
2573
2599
|
[_FS],
|
|
2574
|
-
[[() => FileSystem
|
|
2600
|
+
[[() => FileSystem$, 0]],
|
|
2575
2601
|
];
|
|
2576
|
-
var StorageVirtualMachine = [
|
|
2602
|
+
var StorageVirtualMachine$ = [
|
|
2577
2603
|
3,
|
|
2578
2604
|
n0,
|
|
2579
2605
|
_SVM,
|
|
2580
2606
|
0,
|
|
2581
2607
|
[_ADC, _CT, _End, _FSI, _L, _N, _RARN, _SVMI, _Su, _UUID, _Ta, _LTR, _RVSS],
|
|
2582
2608
|
[
|
|
2583
|
-
() => SvmActiveDirectoryConfiguration
|
|
2609
|
+
() => SvmActiveDirectoryConfiguration$,
|
|
2584
2610
|
4,
|
|
2585
|
-
() => SvmEndpoints
|
|
2611
|
+
() => SvmEndpoints$,
|
|
2586
2612
|
0,
|
|
2587
2613
|
0,
|
|
2588
2614
|
0,
|
|
@@ -2591,35 +2617,35 @@ var StorageVirtualMachine = [
|
|
|
2591
2617
|
0,
|
|
2592
2618
|
0,
|
|
2593
2619
|
() => Tags,
|
|
2594
|
-
() => LifecycleTransitionReason
|
|
2620
|
+
() => LifecycleTransitionReason$,
|
|
2595
2621
|
0,
|
|
2596
2622
|
],
|
|
2597
2623
|
];
|
|
2598
|
-
var StorageVirtualMachineFilter = [3, n0, _SVMF, 0, [_N, _Va], [0, 64 | 0]];
|
|
2599
|
-
var StorageVirtualMachineNotFound = [-3, n0, _SVMNF, { [_e]: _c }, [_M], [0]];
|
|
2600
|
-
schema.TypeRegistry.for(n0).registerError(StorageVirtualMachineNotFound
|
|
2601
|
-
var SvmActiveDirectoryConfiguration = [
|
|
2624
|
+
var StorageVirtualMachineFilter$ = [3, n0, _SVMF, 0, [_N, _Va], [0, 64 | 0]];
|
|
2625
|
+
var StorageVirtualMachineNotFound$ = [-3, n0, _SVMNF, { [_e]: _c }, [_M], [0]];
|
|
2626
|
+
schema.TypeRegistry.for(n0).registerError(StorageVirtualMachineNotFound$, StorageVirtualMachineNotFound);
|
|
2627
|
+
var SvmActiveDirectoryConfiguration$ = [
|
|
2602
2628
|
3,
|
|
2603
2629
|
n0,
|
|
2604
2630
|
_SADC,
|
|
2605
2631
|
0,
|
|
2606
2632
|
[_NBN, _SMADC],
|
|
2607
|
-
[0, () => SelfManagedActiveDirectoryAttributes],
|
|
2633
|
+
[0, () => SelfManagedActiveDirectoryAttributes$],
|
|
2608
2634
|
];
|
|
2609
|
-
var SvmEndpoint = [3, n0, _SE, 0, [_DNSN, _IA, _IAp], [0, 64 | 0, 64 | 0]];
|
|
2610
|
-
var SvmEndpoints = [
|
|
2635
|
+
var SvmEndpoint$ = [3, n0, _SE, 0, [_DNSN, _IA, _IAp], [0, 64 | 0, 64 | 0]];
|
|
2636
|
+
var SvmEndpoints$ = [
|
|
2611
2637
|
3,
|
|
2612
2638
|
n0,
|
|
2613
2639
|
_SEv,
|
|
2614
2640
|
0,
|
|
2615
2641
|
[_Is, _Ma, _Nf, _Sm],
|
|
2616
|
-
[() => SvmEndpoint
|
|
2642
|
+
[() => SvmEndpoint$, () => SvmEndpoint$, () => SvmEndpoint$, () => SvmEndpoint$],
|
|
2617
2643
|
];
|
|
2618
|
-
var Tag = [3, n0, _Tag, 0, [_K, _V], [0, 0]];
|
|
2619
|
-
var TagResourceRequest = [3, n0, _TRR, 0, [_RARN, _Ta], [0, () => Tags]];
|
|
2620
|
-
var TagResourceResponse = [3, n0, _TRRa, 0, [], []];
|
|
2621
|
-
var TieringPolicy = [3, n0, _TP, 0, [_CP, _N], [1, 0]];
|
|
2622
|
-
var TooManyAccessPoints = [
|
|
2644
|
+
var Tag$ = [3, n0, _Tag, 0, [_K, _V], [0, 0]];
|
|
2645
|
+
var TagResourceRequest$ = [3, n0, _TRR, 0, [_RARN, _Ta], [0, () => Tags]];
|
|
2646
|
+
var TagResourceResponse$ = [3, n0, _TRRa, 0, [], []];
|
|
2647
|
+
var TieringPolicy$ = [3, n0, _TP, 0, [_CP, _N], [1, 0]];
|
|
2648
|
+
var TooManyAccessPoints$ = [
|
|
2623
2649
|
-3,
|
|
2624
2650
|
n0,
|
|
2625
2651
|
_TMAP,
|
|
@@ -2627,38 +2653,38 @@ var TooManyAccessPoints = [
|
|
|
2627
2653
|
[_EC, _M],
|
|
2628
2654
|
[0, 0],
|
|
2629
2655
|
];
|
|
2630
|
-
schema.TypeRegistry.for(n0).registerError(TooManyAccessPoints
|
|
2631
|
-
var UnsupportedOperation = [-3, n0, _UO, { [_e]: _c }, [_M], [0]];
|
|
2632
|
-
schema.TypeRegistry.for(n0).registerError(UnsupportedOperation
|
|
2633
|
-
var UntagResourceRequest = [3, n0, _URR, 0, [_RARN, _TK], [0, 64 | 0]];
|
|
2634
|
-
var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
|
|
2635
|
-
var UpdateDataRepositoryAssociationRequest = [
|
|
2656
|
+
schema.TypeRegistry.for(n0).registerError(TooManyAccessPoints$, TooManyAccessPoints);
|
|
2657
|
+
var UnsupportedOperation$ = [-3, n0, _UO, { [_e]: _c }, [_M], [0]];
|
|
2658
|
+
schema.TypeRegistry.for(n0).registerError(UnsupportedOperation$, UnsupportedOperation);
|
|
2659
|
+
var UntagResourceRequest$ = [3, n0, _URR, 0, [_RARN, _TK], [0, 64 | 0]];
|
|
2660
|
+
var UntagResourceResponse$ = [3, n0, _URRn, 0, [], []];
|
|
2661
|
+
var UpdateDataRepositoryAssociationRequest$ = [
|
|
2636
2662
|
3,
|
|
2637
2663
|
n0,
|
|
2638
2664
|
_UDRAR,
|
|
2639
2665
|
0,
|
|
2640
2666
|
[_AI, _CRT, _IFCS, _S_],
|
|
2641
|
-
[0, [0, 4], 1, () => S3DataRepositoryConfiguration],
|
|
2667
|
+
[0, [0, 4], 1, () => S3DataRepositoryConfiguration$],
|
|
2642
2668
|
];
|
|
2643
|
-
var UpdateDataRepositoryAssociationResponse = [
|
|
2669
|
+
var UpdateDataRepositoryAssociationResponse$ = [
|
|
2644
2670
|
3,
|
|
2645
2671
|
n0,
|
|
2646
2672
|
_UDRARp,
|
|
2647
2673
|
0,
|
|
2648
2674
|
[_As],
|
|
2649
|
-
[() => DataRepositoryAssociation],
|
|
2675
|
+
[() => DataRepositoryAssociation$],
|
|
2650
2676
|
];
|
|
2651
|
-
var UpdateFileCacheLustreConfiguration = [3, n0, _UFCLC, 0, [_WMST], [0]];
|
|
2652
|
-
var UpdateFileCacheRequest = [
|
|
2677
|
+
var UpdateFileCacheLustreConfiguration$ = [3, n0, _UFCLC, 0, [_WMST], [0]];
|
|
2678
|
+
var UpdateFileCacheRequest$ = [
|
|
2653
2679
|
3,
|
|
2654
2680
|
n0,
|
|
2655
2681
|
_UFCR,
|
|
2656
2682
|
0,
|
|
2657
2683
|
[_FCI, _CRT, _LC],
|
|
2658
|
-
[0, [0, 4], () => UpdateFileCacheLustreConfiguration],
|
|
2684
|
+
[0, [0, 4], () => UpdateFileCacheLustreConfiguration$],
|
|
2659
2685
|
];
|
|
2660
|
-
var UpdateFileCacheResponse = [3, n0, _UFCRp, 0, [_FC], [() => FileCache]];
|
|
2661
|
-
var UpdateFileSystemLustreConfiguration = [
|
|
2686
|
+
var UpdateFileCacheResponse$ = [3, n0, _UFCRp, 0, [_FC], [() => FileCache$]];
|
|
2687
|
+
var UpdateFileSystemLustreConfiguration$ = [
|
|
2662
2688
|
3,
|
|
2663
2689
|
n0,
|
|
2664
2690
|
_UFSLC,
|
|
@@ -2670,32 +2696,32 @@ var UpdateFileSystemLustreConfiguration = [
|
|
|
2670
2696
|
1,
|
|
2671
2697
|
0,
|
|
2672
2698
|
0,
|
|
2673
|
-
() => LustreLogCreateConfiguration
|
|
2674
|
-
() => LustreRootSquashConfiguration
|
|
2699
|
+
() => LustreLogCreateConfiguration$,
|
|
2700
|
+
() => LustreRootSquashConfiguration$,
|
|
2675
2701
|
1,
|
|
2676
|
-
() => UpdateFileSystemLustreMetadataConfiguration
|
|
2702
|
+
() => UpdateFileSystemLustreMetadataConfiguration$,
|
|
2677
2703
|
1,
|
|
2678
|
-
() => LustreReadCacheConfiguration
|
|
2704
|
+
() => LustreReadCacheConfiguration$,
|
|
2679
2705
|
],
|
|
2680
2706
|
];
|
|
2681
|
-
var UpdateFileSystemLustreMetadataConfiguration = [3, n0, _UFSLMC, 0, [_I, _Mo], [1, 0]];
|
|
2682
|
-
var UpdateFileSystemOntapConfiguration = [
|
|
2707
|
+
var UpdateFileSystemLustreMetadataConfiguration$ = [3, n0, _UFSLMC, 0, [_I, _Mo], [1, 0]];
|
|
2708
|
+
var UpdateFileSystemOntapConfiguration$ = [
|
|
2683
2709
|
3,
|
|
2684
2710
|
n0,
|
|
2685
2711
|
_UFSOC,
|
|
2686
2712
|
0,
|
|
2687
2713
|
[_ABRD, _DABST, _FAP, _WMST, _DIC, _TCh, _ARTI, _RRTI, _TCPHAP, _HAP, _EIARn],
|
|
2688
|
-
[1, 0, [() => AdminPassword, 0], 0, () => DiskIopsConfiguration
|
|
2714
|
+
[1, 0, [() => AdminPassword, 0], 0, () => DiskIopsConfiguration$, 1, 64 | 0, 64 | 0, 1, 1, 0],
|
|
2689
2715
|
];
|
|
2690
|
-
var UpdateFileSystemOpenZFSConfiguration = [
|
|
2716
|
+
var UpdateFileSystemOpenZFSConfiguration$ = [
|
|
2691
2717
|
3,
|
|
2692
2718
|
n0,
|
|
2693
2719
|
_UFSOZFSC,
|
|
2694
2720
|
0,
|
|
2695
2721
|
[_ABRD, _CTTB, _CTTV, _DABST, _TCh, _WMST, _DIC, _ARTI, _RRTI, _RCC, _EIARn],
|
|
2696
|
-
[1, 2, 2, 0, 1, 0, () => DiskIopsConfiguration
|
|
2722
|
+
[1, 2, 2, 0, 1, 0, () => DiskIopsConfiguration$, 64 | 0, 64 | 0, () => OpenZFSReadCacheConfiguration$, 0],
|
|
2697
2723
|
];
|
|
2698
|
-
var UpdateFileSystemRequest = [
|
|
2724
|
+
var UpdateFileSystemRequest$ = [
|
|
2699
2725
|
3,
|
|
2700
2726
|
n0,
|
|
2701
2727
|
_UFSR,
|
|
@@ -2705,17 +2731,17 @@ var UpdateFileSystemRequest = [
|
|
|
2705
2731
|
0,
|
|
2706
2732
|
[0, 4],
|
|
2707
2733
|
1,
|
|
2708
|
-
[() => UpdateFileSystemWindowsConfiguration
|
|
2709
|
-
() => UpdateFileSystemLustreConfiguration
|
|
2710
|
-
[() => UpdateFileSystemOntapConfiguration
|
|
2711
|
-
() => UpdateFileSystemOpenZFSConfiguration
|
|
2734
|
+
[() => UpdateFileSystemWindowsConfiguration$, 0],
|
|
2735
|
+
() => UpdateFileSystemLustreConfiguration$,
|
|
2736
|
+
[() => UpdateFileSystemOntapConfiguration$, 0],
|
|
2737
|
+
() => UpdateFileSystemOpenZFSConfiguration$,
|
|
2712
2738
|
0,
|
|
2713
2739
|
0,
|
|
2714
2740
|
0,
|
|
2715
2741
|
],
|
|
2716
2742
|
];
|
|
2717
|
-
var UpdateFileSystemResponse = [3, n0, _UFSRp, 0, [_FS], [[() => FileSystem
|
|
2718
|
-
var UpdateFileSystemWindowsConfiguration = [
|
|
2743
|
+
var UpdateFileSystemResponse$ = [3, n0, _UFSRp, 0, [_FS], [[() => FileSystem$, 0]]];
|
|
2744
|
+
var UpdateFileSystemWindowsConfiguration$ = [
|
|
2719
2745
|
3,
|
|
2720
2746
|
n0,
|
|
2721
2747
|
_UFSWC,
|
|
@@ -2726,21 +2752,21 @@ var UpdateFileSystemWindowsConfiguration = [
|
|
|
2726
2752
|
0,
|
|
2727
2753
|
1,
|
|
2728
2754
|
1,
|
|
2729
|
-
[() => SelfManagedActiveDirectoryConfigurationUpdates
|
|
2730
|
-
() => WindowsAuditLogCreateConfiguration
|
|
2731
|
-
() => DiskIopsConfiguration
|
|
2732
|
-
() => WindowsFsrmConfiguration
|
|
2755
|
+
[() => SelfManagedActiveDirectoryConfigurationUpdates$, 0],
|
|
2756
|
+
() => WindowsAuditLogCreateConfiguration$,
|
|
2757
|
+
() => DiskIopsConfiguration$,
|
|
2758
|
+
() => WindowsFsrmConfiguration$,
|
|
2733
2759
|
],
|
|
2734
2760
|
];
|
|
2735
|
-
var UpdateOntapVolumeConfiguration = [
|
|
2761
|
+
var UpdateOntapVolumeConfiguration$ = [
|
|
2736
2762
|
3,
|
|
2737
2763
|
n0,
|
|
2738
2764
|
_UOVC,
|
|
2739
2765
|
0,
|
|
2740
2766
|
[_JP, _SS, _SIM, _SEE, _TP, _SP, _CTTB, _SCn, _SIB],
|
|
2741
|
-
[0, 0, 1, 2, () => TieringPolicy
|
|
2767
|
+
[0, 0, 1, 2, () => TieringPolicy$, 0, 2, () => UpdateSnaplockConfiguration$, 1],
|
|
2742
2768
|
];
|
|
2743
|
-
var UpdateOpenZFSVolumeConfiguration = [
|
|
2769
|
+
var UpdateOpenZFSVolumeConfiguration$ = [
|
|
2744
2770
|
3,
|
|
2745
2771
|
n0,
|
|
2746
2772
|
_UOZFSVC,
|
|
@@ -2748,7 +2774,7 @@ var UpdateOpenZFSVolumeConfiguration = [
|
|
|
2748
2774
|
[_SCRGB, _SCQGB, _RSKB, _DCTa, _NE, _UAGQ, _RO],
|
|
2749
2775
|
[1, 1, 1, 0, () => OpenZFSNfsExports, () => OpenZFSUserAndGroupQuotas, 2],
|
|
2750
2776
|
];
|
|
2751
|
-
var UpdateSharedVpcConfigurationRequest = [
|
|
2777
|
+
var UpdateSharedVpcConfigurationRequest$ = [
|
|
2752
2778
|
3,
|
|
2753
2779
|
n0,
|
|
2754
2780
|
_USVCR,
|
|
@@ -2756,51 +2782,51 @@ var UpdateSharedVpcConfigurationRequest = [
|
|
|
2756
2782
|
[_EFRTUFPA, _CRT],
|
|
2757
2783
|
[0, [0, 4]],
|
|
2758
2784
|
];
|
|
2759
|
-
var UpdateSharedVpcConfigurationResponse = [3, n0, _USVCRp, 0, [_EFRTUFPA], [0]];
|
|
2760
|
-
var UpdateSnaplockConfiguration = [
|
|
2785
|
+
var UpdateSharedVpcConfigurationResponse$ = [3, n0, _USVCRp, 0, [_EFRTUFPA], [0]];
|
|
2786
|
+
var UpdateSnaplockConfiguration$ = [
|
|
2761
2787
|
3,
|
|
2762
2788
|
n0,
|
|
2763
2789
|
_USC,
|
|
2764
2790
|
0,
|
|
2765
2791
|
[_ALV, _APu, _PD, _RP, _VAME],
|
|
2766
|
-
[2, () => AutocommitPeriod
|
|
2792
|
+
[2, () => AutocommitPeriod$, 0, () => SnaplockRetentionPeriod$, 2],
|
|
2767
2793
|
];
|
|
2768
|
-
var UpdateSnapshotRequest = [3, n0, _USR, 0, [_CRT, _N, _SIn], [[0, 4], 0, 0]];
|
|
2769
|
-
var UpdateSnapshotResponse = [3, n0, _USRp, 0, [_Sn], [() => Snapshot]];
|
|
2770
|
-
var UpdateStorageVirtualMachineRequest = [
|
|
2794
|
+
var UpdateSnapshotRequest$ = [3, n0, _USR, 0, [_CRT, _N, _SIn], [[0, 4], 0, 0]];
|
|
2795
|
+
var UpdateSnapshotResponse$ = [3, n0, _USRp, 0, [_Sn], [() => Snapshot$]];
|
|
2796
|
+
var UpdateStorageVirtualMachineRequest$ = [
|
|
2771
2797
|
3,
|
|
2772
2798
|
n0,
|
|
2773
2799
|
_USVMR,
|
|
2774
2800
|
0,
|
|
2775
2801
|
[_ADC, _CRT, _SVMI, _SAPv],
|
|
2776
|
-
[[() => UpdateSvmActiveDirectoryConfiguration
|
|
2802
|
+
[[() => UpdateSvmActiveDirectoryConfiguration$, 0], [0, 4], 0, [() => AdminPassword, 0]],
|
|
2777
2803
|
];
|
|
2778
|
-
var UpdateStorageVirtualMachineResponse = [
|
|
2804
|
+
var UpdateStorageVirtualMachineResponse$ = [
|
|
2779
2805
|
3,
|
|
2780
2806
|
n0,
|
|
2781
2807
|
_USVMRp,
|
|
2782
2808
|
0,
|
|
2783
2809
|
[_SVM],
|
|
2784
|
-
[() => StorageVirtualMachine],
|
|
2810
|
+
[() => StorageVirtualMachine$],
|
|
2785
2811
|
];
|
|
2786
|
-
var UpdateSvmActiveDirectoryConfiguration = [
|
|
2812
|
+
var UpdateSvmActiveDirectoryConfiguration$ = [
|
|
2787
2813
|
3,
|
|
2788
2814
|
n0,
|
|
2789
2815
|
_USADC,
|
|
2790
2816
|
0,
|
|
2791
2817
|
[_SMADC, _NBN],
|
|
2792
|
-
[[() => SelfManagedActiveDirectoryConfigurationUpdates
|
|
2818
|
+
[[() => SelfManagedActiveDirectoryConfigurationUpdates$, 0], 0],
|
|
2793
2819
|
];
|
|
2794
|
-
var UpdateVolumeRequest = [
|
|
2820
|
+
var UpdateVolumeRequest$ = [
|
|
2795
2821
|
3,
|
|
2796
2822
|
n0,
|
|
2797
2823
|
_UVR,
|
|
2798
2824
|
0,
|
|
2799
2825
|
[_CRT, _VI, _OC, _N, _OZFSC],
|
|
2800
|
-
[[0, 4], 0, () => UpdateOntapVolumeConfiguration
|
|
2826
|
+
[[0, 4], 0, () => UpdateOntapVolumeConfiguration$, 0, () => UpdateOpenZFSVolumeConfiguration$],
|
|
2801
2827
|
];
|
|
2802
|
-
var UpdateVolumeResponse = [3, n0, _UVRp, 0, [_Vo], [() => Volume]];
|
|
2803
|
-
var Volume = [
|
|
2828
|
+
var UpdateVolumeResponse$ = [3, n0, _UVRp, 0, [_Vo], [() => Volume$]];
|
|
2829
|
+
var Volume$ = [
|
|
2804
2830
|
3,
|
|
2805
2831
|
n0,
|
|
2806
2832
|
_Vo,
|
|
@@ -2811,21 +2837,21 @@ var Volume = [
|
|
|
2811
2837
|
0,
|
|
2812
2838
|
0,
|
|
2813
2839
|
0,
|
|
2814
|
-
() => OntapVolumeConfiguration
|
|
2840
|
+
() => OntapVolumeConfiguration$,
|
|
2815
2841
|
0,
|
|
2816
2842
|
() => Tags,
|
|
2817
2843
|
0,
|
|
2818
2844
|
0,
|
|
2819
|
-
() => LifecycleTransitionReason
|
|
2845
|
+
() => LifecycleTransitionReason$,
|
|
2820
2846
|
[() => AdministrativeActions, 0],
|
|
2821
|
-
() => OpenZFSVolumeConfiguration
|
|
2847
|
+
() => OpenZFSVolumeConfiguration$,
|
|
2822
2848
|
],
|
|
2823
2849
|
];
|
|
2824
|
-
var VolumeFilter = [3, n0, _VF, 0, [_N, _Va], [0, 64 | 0]];
|
|
2825
|
-
var VolumeNotFound = [-3, n0, _VNF, { [_e]: _c }, [_M], [0]];
|
|
2826
|
-
schema.TypeRegistry.for(n0).registerError(VolumeNotFound
|
|
2827
|
-
var WindowsAuditLogConfiguration = [3, n0, _WALC, 0, [_FAALL, _FSAALL, _ALD], [0, 0, 0]];
|
|
2828
|
-
var WindowsAuditLogCreateConfiguration = [
|
|
2850
|
+
var VolumeFilter$ = [3, n0, _VF, 0, [_N, _Va], [0, 64 | 0]];
|
|
2851
|
+
var VolumeNotFound$ = [-3, n0, _VNF, { [_e]: _c }, [_M], [0]];
|
|
2852
|
+
schema.TypeRegistry.for(n0).registerError(VolumeNotFound$, VolumeNotFound);
|
|
2853
|
+
var WindowsAuditLogConfiguration$ = [3, n0, _WALC, 0, [_FAALL, _FSAALL, _ALD], [0, 0, 0]];
|
|
2854
|
+
var WindowsAuditLogCreateConfiguration$ = [
|
|
2829
2855
|
3,
|
|
2830
2856
|
n0,
|
|
2831
2857
|
_WALCC,
|
|
@@ -2833,7 +2859,7 @@ var WindowsAuditLogCreateConfiguration = [
|
|
|
2833
2859
|
[_FAALL, _FSAALL, _ALD],
|
|
2834
2860
|
[0, 0, 0],
|
|
2835
2861
|
];
|
|
2836
|
-
var WindowsFileSystemConfiguration = [
|
|
2862
|
+
var WindowsFileSystemConfiguration$ = [
|
|
2837
2863
|
3,
|
|
2838
2864
|
n0,
|
|
2839
2865
|
_WFSC,
|
|
@@ -2841,7 +2867,7 @@ var WindowsFileSystemConfiguration = [
|
|
|
2841
2867
|
[_ADI, _SMADC, _DT, _RAE, _PSI, _PFSI, _TCh, _MOIP, _WMST, _DABST, _ABRD, _CTTB, _Ali, _ALC, _DIC, _PFSIr, _FCs],
|
|
2842
2868
|
[
|
|
2843
2869
|
0,
|
|
2844
|
-
() => SelfManagedActiveDirectoryAttributes
|
|
2870
|
+
() => SelfManagedActiveDirectoryAttributes$,
|
|
2845
2871
|
0,
|
|
2846
2872
|
0,
|
|
2847
2873
|
0,
|
|
@@ -2853,391 +2879,413 @@ var WindowsFileSystemConfiguration = [
|
|
|
2853
2879
|
1,
|
|
2854
2880
|
2,
|
|
2855
2881
|
() => Aliases,
|
|
2856
|
-
() => WindowsAuditLogConfiguration
|
|
2857
|
-
() => DiskIopsConfiguration
|
|
2882
|
+
() => WindowsAuditLogConfiguration$,
|
|
2883
|
+
() => DiskIopsConfiguration$,
|
|
2858
2884
|
0,
|
|
2859
|
-
() => WindowsFsrmConfiguration
|
|
2885
|
+
() => WindowsFsrmConfiguration$,
|
|
2860
2886
|
],
|
|
2861
2887
|
];
|
|
2862
|
-
var WindowsFsrmConfiguration = [3, n0, _WFC, 0, [_FSEs, _ELD], [2, 0]];
|
|
2863
|
-
var FSxServiceException = [-3, _sm, "FSxServiceException", 0, [], []];
|
|
2864
|
-
schema.TypeRegistry.for(_sm).registerError(FSxServiceException
|
|
2865
|
-
var AdministrativeActions = [1, n0, _AAd, 0, [() => AdministrativeAction
|
|
2866
|
-
var Aliases = [1, n0, _Ali, 0, () => Alias];
|
|
2867
|
-
var Backups = [1, n0, _Ba, 0, [() => Backup
|
|
2888
|
+
var WindowsFsrmConfiguration$ = [3, n0, _WFC, 0, [_FSEs, _ELD], [2, 0]];
|
|
2889
|
+
var FSxServiceException$ = [-3, _sm, "FSxServiceException", 0, [], []];
|
|
2890
|
+
schema.TypeRegistry.for(_sm).registerError(FSxServiceException$, FSxServiceException);
|
|
2891
|
+
var AdministrativeActions = [1, n0, _AAd, 0, [() => AdministrativeAction$, 0]];
|
|
2892
|
+
var Aliases = [1, n0, _Ali, 0, () => Alias$];
|
|
2893
|
+
var Backups = [1, n0, _Ba, 0, [() => Backup$, 0]];
|
|
2868
2894
|
var CreateFileCacheDataRepositoryAssociations = [
|
|
2869
2895
|
1,
|
|
2870
2896
|
n0,
|
|
2871
2897
|
_CFCDRA,
|
|
2872
2898
|
0,
|
|
2873
|
-
() => FileCacheDataRepositoryAssociation
|
|
2874
|
-
];
|
|
2875
|
-
var DataRepositoryAssociations = [1, n0, _DRA, 0, () => DataRepositoryAssociation];
|
|
2876
|
-
var DataRepositoryTaskFilters = [1, n0, _DRTFa, 0, () => DataRepositoryTaskFilter];
|
|
2877
|
-
var DataRepositoryTasks = [1, n0, _DRTa, 0, () => DataRepositoryTask];
|
|
2878
|
-
var FileCaches = [1, n0, _FCi, 0, () => FileCache];
|
|
2879
|
-
var FileSystems = [1, n0, _FSi, 0, [() => FileSystem
|
|
2880
|
-
var Filters = [1, n0, _Fi, 0, () => Filter];
|
|
2881
|
-
var OpenZFSClientConfigurations = [1, n0, _OZFSCCp, 0, () => OpenZFSClientConfiguration];
|
|
2882
|
-
var OpenZFSNfsExports = [1, n0, _OZFSNEp, 0, () => OpenZFSNfsExport];
|
|
2883
|
-
var OpenZFSUserAndGroupQuotas = [1, n0, _OZFSUAGQ, 0, () => OpenZFSUserOrGroupQuota];
|
|
2884
|
-
var S3AccessPointAttachments = [1, n0, _SAPAc, 0, () => S3AccessPointAttachment];
|
|
2885
|
-
var S3AccessPointAttachmentsFilters = [
|
|
2886
|
-
|
|
2887
|
-
|
|
2888
|
-
|
|
2889
|
-
|
|
2890
|
-
|
|
2891
|
-
];
|
|
2892
|
-
var
|
|
2893
|
-
var
|
|
2894
|
-
var StorageVirtualMachineFilters = [1, n0, _SVMFt, 0, () => StorageVirtualMachineFilter];
|
|
2895
|
-
var StorageVirtualMachines = [1, n0, _SVMt, 0, () => StorageVirtualMachine];
|
|
2896
|
-
var Tags = [1, n0, _Ta, 0, () => Tag];
|
|
2897
|
-
var VolumeFilters = [1, n0, _VFo, 0, () => VolumeFilter];
|
|
2898
|
-
var Volumes = [1, n0, _Vol, 0, () => Volume];
|
|
2899
|
-
var AssociateFileSystemAliases = [
|
|
2899
|
+
() => FileCacheDataRepositoryAssociation$,
|
|
2900
|
+
];
|
|
2901
|
+
var DataRepositoryAssociations = [1, n0, _DRA, 0, () => DataRepositoryAssociation$];
|
|
2902
|
+
var DataRepositoryTaskFilters = [1, n0, _DRTFa, 0, () => DataRepositoryTaskFilter$];
|
|
2903
|
+
var DataRepositoryTasks = [1, n0, _DRTa, 0, () => DataRepositoryTask$];
|
|
2904
|
+
var FileCaches = [1, n0, _FCi, 0, () => FileCache$];
|
|
2905
|
+
var FileSystems = [1, n0, _FSi, 0, [() => FileSystem$, 0]];
|
|
2906
|
+
var Filters = [1, n0, _Fi, 0, () => Filter$];
|
|
2907
|
+
var OpenZFSClientConfigurations = [1, n0, _OZFSCCp, 0, () => OpenZFSClientConfiguration$];
|
|
2908
|
+
var OpenZFSNfsExports = [1, n0, _OZFSNEp, 0, () => OpenZFSNfsExport$];
|
|
2909
|
+
var OpenZFSUserAndGroupQuotas = [1, n0, _OZFSUAGQ, 0, () => OpenZFSUserOrGroupQuota$];
|
|
2910
|
+
var S3AccessPointAttachments = [1, n0, _SAPAc, 0, () => S3AccessPointAttachment$];
|
|
2911
|
+
var S3AccessPointAttachmentsFilters = [1, n0, _SAPAFc, 0, () => S3AccessPointAttachmentsFilter$];
|
|
2912
|
+
var SnapshotFilters = [1, n0, _SFn, 0, () => SnapshotFilter$];
|
|
2913
|
+
var Snapshots = [1, n0, _Sna, 0, () => Snapshot$];
|
|
2914
|
+
var StorageVirtualMachineFilters = [1, n0, _SVMFt, 0, () => StorageVirtualMachineFilter$];
|
|
2915
|
+
var StorageVirtualMachines = [1, n0, _SVMt, 0, () => StorageVirtualMachine$];
|
|
2916
|
+
var Tags = [1, n0, _Ta, 0, () => Tag$];
|
|
2917
|
+
var VolumeFilters = [1, n0, _VFo, 0, () => VolumeFilter$];
|
|
2918
|
+
var Volumes = [1, n0, _Vol, 0, () => Volume$];
|
|
2919
|
+
var AssociateFileSystemAliases$ = [
|
|
2900
2920
|
9,
|
|
2901
2921
|
n0,
|
|
2902
2922
|
_AFSA,
|
|
2903
2923
|
0,
|
|
2904
|
-
() => AssociateFileSystemAliasesRequest
|
|
2905
|
-
() => AssociateFileSystemAliasesResponse
|
|
2924
|
+
() => AssociateFileSystemAliasesRequest$,
|
|
2925
|
+
() => AssociateFileSystemAliasesResponse$,
|
|
2906
2926
|
];
|
|
2907
|
-
var CancelDataRepositoryTask = [
|
|
2927
|
+
var CancelDataRepositoryTask$ = [
|
|
2908
2928
|
9,
|
|
2909
2929
|
n0,
|
|
2910
2930
|
_CDRT,
|
|
2911
2931
|
2,
|
|
2912
|
-
() => CancelDataRepositoryTaskRequest
|
|
2913
|
-
() => CancelDataRepositoryTaskResponse
|
|
2932
|
+
() => CancelDataRepositoryTaskRequest$,
|
|
2933
|
+
() => CancelDataRepositoryTaskResponse$,
|
|
2914
2934
|
];
|
|
2915
|
-
var CopyBackup = [9, n0, _CB, 2, () => CopyBackupRequest
|
|
2916
|
-
var CopySnapshotAndUpdateVolume = [
|
|
2935
|
+
var CopyBackup$ = [9, n0, _CB, 2, () => CopyBackupRequest$, () => CopyBackupResponse$];
|
|
2936
|
+
var CopySnapshotAndUpdateVolume$ = [
|
|
2917
2937
|
9,
|
|
2918
2938
|
n0,
|
|
2919
2939
|
_CSAUV,
|
|
2920
2940
|
2,
|
|
2921
|
-
() => CopySnapshotAndUpdateVolumeRequest
|
|
2922
|
-
() => CopySnapshotAndUpdateVolumeResponse
|
|
2941
|
+
() => CopySnapshotAndUpdateVolumeRequest$,
|
|
2942
|
+
() => CopySnapshotAndUpdateVolumeResponse$,
|
|
2923
2943
|
];
|
|
2924
|
-
var CreateAndAttachS3AccessPoint = [
|
|
2944
|
+
var CreateAndAttachS3AccessPoint$ = [
|
|
2925
2945
|
9,
|
|
2926
2946
|
n0,
|
|
2927
2947
|
_CAASAP,
|
|
2928
2948
|
0,
|
|
2929
|
-
() => CreateAndAttachS3AccessPointRequest
|
|
2930
|
-
() => CreateAndAttachS3AccessPointResponse
|
|
2949
|
+
() => CreateAndAttachS3AccessPointRequest$,
|
|
2950
|
+
() => CreateAndAttachS3AccessPointResponse$,
|
|
2931
2951
|
];
|
|
2932
|
-
var CreateBackup = [
|
|
2952
|
+
var CreateBackup$ = [
|
|
2933
2953
|
9,
|
|
2934
2954
|
n0,
|
|
2935
2955
|
_CBr,
|
|
2936
2956
|
2,
|
|
2937
|
-
() => CreateBackupRequest
|
|
2938
|
-
() => CreateBackupResponse
|
|
2957
|
+
() => CreateBackupRequest$,
|
|
2958
|
+
() => CreateBackupResponse$,
|
|
2939
2959
|
];
|
|
2940
|
-
var CreateDataRepositoryAssociation = [
|
|
2960
|
+
var CreateDataRepositoryAssociation$ = [
|
|
2941
2961
|
9,
|
|
2942
2962
|
n0,
|
|
2943
2963
|
_CDRA,
|
|
2944
2964
|
2,
|
|
2945
|
-
() => CreateDataRepositoryAssociationRequest
|
|
2946
|
-
() => CreateDataRepositoryAssociationResponse
|
|
2965
|
+
() => CreateDataRepositoryAssociationRequest$,
|
|
2966
|
+
() => CreateDataRepositoryAssociationResponse$,
|
|
2947
2967
|
];
|
|
2948
|
-
var CreateDataRepositoryTask = [
|
|
2968
|
+
var CreateDataRepositoryTask$ = [
|
|
2949
2969
|
9,
|
|
2950
2970
|
n0,
|
|
2951
2971
|
_CDRTr,
|
|
2952
2972
|
2,
|
|
2953
|
-
() => CreateDataRepositoryTaskRequest
|
|
2954
|
-
() => CreateDataRepositoryTaskResponse
|
|
2973
|
+
() => CreateDataRepositoryTaskRequest$,
|
|
2974
|
+
() => CreateDataRepositoryTaskResponse$,
|
|
2955
2975
|
];
|
|
2956
|
-
var CreateFileCache = [
|
|
2976
|
+
var CreateFileCache$ = [
|
|
2957
2977
|
9,
|
|
2958
2978
|
n0,
|
|
2959
2979
|
_CFC,
|
|
2960
2980
|
2,
|
|
2961
|
-
() => CreateFileCacheRequest
|
|
2962
|
-
() => CreateFileCacheResponse
|
|
2981
|
+
() => CreateFileCacheRequest$,
|
|
2982
|
+
() => CreateFileCacheResponse$,
|
|
2963
2983
|
];
|
|
2964
|
-
var CreateFileSystem = [
|
|
2984
|
+
var CreateFileSystem$ = [
|
|
2965
2985
|
9,
|
|
2966
2986
|
n0,
|
|
2967
2987
|
_CFS,
|
|
2968
2988
|
0,
|
|
2969
|
-
() => CreateFileSystemRequest
|
|
2970
|
-
() => CreateFileSystemResponse
|
|
2989
|
+
() => CreateFileSystemRequest$,
|
|
2990
|
+
() => CreateFileSystemResponse$,
|
|
2971
2991
|
];
|
|
2972
|
-
var CreateFileSystemFromBackup = [
|
|
2992
|
+
var CreateFileSystemFromBackup$ = [
|
|
2973
2993
|
9,
|
|
2974
2994
|
n0,
|
|
2975
2995
|
_CFSFB,
|
|
2976
2996
|
0,
|
|
2977
|
-
() => CreateFileSystemFromBackupRequest
|
|
2978
|
-
() => CreateFileSystemFromBackupResponse
|
|
2997
|
+
() => CreateFileSystemFromBackupRequest$,
|
|
2998
|
+
() => CreateFileSystemFromBackupResponse$,
|
|
2979
2999
|
];
|
|
2980
|
-
var CreateSnapshot = [
|
|
3000
|
+
var CreateSnapshot$ = [
|
|
2981
3001
|
9,
|
|
2982
3002
|
n0,
|
|
2983
3003
|
_CSr,
|
|
2984
3004
|
2,
|
|
2985
|
-
() => CreateSnapshotRequest
|
|
2986
|
-
() => CreateSnapshotResponse
|
|
3005
|
+
() => CreateSnapshotRequest$,
|
|
3006
|
+
() => CreateSnapshotResponse$,
|
|
2987
3007
|
];
|
|
2988
|
-
var CreateStorageVirtualMachine = [
|
|
3008
|
+
var CreateStorageVirtualMachine$ = [
|
|
2989
3009
|
9,
|
|
2990
3010
|
n0,
|
|
2991
3011
|
_CSVM,
|
|
2992
3012
|
0,
|
|
2993
|
-
() => CreateStorageVirtualMachineRequest
|
|
2994
|
-
() => CreateStorageVirtualMachineResponse
|
|
3013
|
+
() => CreateStorageVirtualMachineRequest$,
|
|
3014
|
+
() => CreateStorageVirtualMachineResponse$,
|
|
2995
3015
|
];
|
|
2996
|
-
var CreateVolume = [
|
|
2997
|
-
|
|
3016
|
+
var CreateVolume$ = [
|
|
3017
|
+
9,
|
|
3018
|
+
n0,
|
|
3019
|
+
_CV,
|
|
3020
|
+
0,
|
|
3021
|
+
() => CreateVolumeRequest$,
|
|
3022
|
+
() => CreateVolumeResponse$,
|
|
3023
|
+
];
|
|
3024
|
+
var CreateVolumeFromBackup$ = [
|
|
2998
3025
|
9,
|
|
2999
3026
|
n0,
|
|
3000
3027
|
_CVFB,
|
|
3001
3028
|
0,
|
|
3002
|
-
() => CreateVolumeFromBackupRequest
|
|
3003
|
-
() => CreateVolumeFromBackupResponse
|
|
3029
|
+
() => CreateVolumeFromBackupRequest$,
|
|
3030
|
+
() => CreateVolumeFromBackupResponse$,
|
|
3004
3031
|
];
|
|
3005
|
-
var DeleteBackup = [
|
|
3006
|
-
|
|
3032
|
+
var DeleteBackup$ = [
|
|
3033
|
+
9,
|
|
3034
|
+
n0,
|
|
3035
|
+
_DB,
|
|
3036
|
+
2,
|
|
3037
|
+
() => DeleteBackupRequest$,
|
|
3038
|
+
() => DeleteBackupResponse$,
|
|
3039
|
+
];
|
|
3040
|
+
var DeleteDataRepositoryAssociation$ = [
|
|
3007
3041
|
9,
|
|
3008
3042
|
n0,
|
|
3009
3043
|
_DDRA,
|
|
3010
3044
|
2,
|
|
3011
|
-
() => DeleteDataRepositoryAssociationRequest
|
|
3012
|
-
() => DeleteDataRepositoryAssociationResponse
|
|
3045
|
+
() => DeleteDataRepositoryAssociationRequest$,
|
|
3046
|
+
() => DeleteDataRepositoryAssociationResponse$,
|
|
3013
3047
|
];
|
|
3014
|
-
var DeleteFileCache = [
|
|
3048
|
+
var DeleteFileCache$ = [
|
|
3015
3049
|
9,
|
|
3016
3050
|
n0,
|
|
3017
3051
|
_DFC,
|
|
3018
3052
|
2,
|
|
3019
|
-
() => DeleteFileCacheRequest
|
|
3020
|
-
() => DeleteFileCacheResponse
|
|
3053
|
+
() => DeleteFileCacheRequest$,
|
|
3054
|
+
() => DeleteFileCacheResponse$,
|
|
3021
3055
|
];
|
|
3022
|
-
var DeleteFileSystem = [
|
|
3056
|
+
var DeleteFileSystem$ = [
|
|
3023
3057
|
9,
|
|
3024
3058
|
n0,
|
|
3025
3059
|
_DFS,
|
|
3026
3060
|
2,
|
|
3027
|
-
() => DeleteFileSystemRequest
|
|
3028
|
-
() => DeleteFileSystemResponse
|
|
3061
|
+
() => DeleteFileSystemRequest$,
|
|
3062
|
+
() => DeleteFileSystemResponse$,
|
|
3029
3063
|
];
|
|
3030
|
-
var DeleteSnapshot = [
|
|
3064
|
+
var DeleteSnapshot$ = [
|
|
3031
3065
|
9,
|
|
3032
3066
|
n0,
|
|
3033
3067
|
_DSe,
|
|
3034
3068
|
2,
|
|
3035
|
-
() => DeleteSnapshotRequest
|
|
3036
|
-
() => DeleteSnapshotResponse
|
|
3069
|
+
() => DeleteSnapshotRequest$,
|
|
3070
|
+
() => DeleteSnapshotResponse$,
|
|
3037
3071
|
];
|
|
3038
|
-
var DeleteStorageVirtualMachine = [
|
|
3072
|
+
var DeleteStorageVirtualMachine$ = [
|
|
3039
3073
|
9,
|
|
3040
3074
|
n0,
|
|
3041
3075
|
_DSVM,
|
|
3042
3076
|
0,
|
|
3043
|
-
() => DeleteStorageVirtualMachineRequest
|
|
3044
|
-
() => DeleteStorageVirtualMachineResponse
|
|
3077
|
+
() => DeleteStorageVirtualMachineRequest$,
|
|
3078
|
+
() => DeleteStorageVirtualMachineResponse$,
|
|
3079
|
+
];
|
|
3080
|
+
var DeleteVolume$ = [
|
|
3081
|
+
9,
|
|
3082
|
+
n0,
|
|
3083
|
+
_DV,
|
|
3084
|
+
0,
|
|
3085
|
+
() => DeleteVolumeRequest$,
|
|
3086
|
+
() => DeleteVolumeResponse$,
|
|
3045
3087
|
];
|
|
3046
|
-
var
|
|
3047
|
-
var DescribeBackups = [
|
|
3088
|
+
var DescribeBackups$ = [
|
|
3048
3089
|
9,
|
|
3049
3090
|
n0,
|
|
3050
3091
|
_DBe,
|
|
3051
3092
|
0,
|
|
3052
|
-
() => DescribeBackupsRequest
|
|
3053
|
-
() => DescribeBackupsResponse
|
|
3093
|
+
() => DescribeBackupsRequest$,
|
|
3094
|
+
() => DescribeBackupsResponse$,
|
|
3054
3095
|
];
|
|
3055
|
-
var DescribeDataRepositoryAssociations = [
|
|
3096
|
+
var DescribeDataRepositoryAssociations$ = [
|
|
3056
3097
|
9,
|
|
3057
3098
|
n0,
|
|
3058
3099
|
_DDRAe,
|
|
3059
3100
|
2,
|
|
3060
|
-
() => DescribeDataRepositoryAssociationsRequest
|
|
3061
|
-
() => DescribeDataRepositoryAssociationsResponse
|
|
3101
|
+
() => DescribeDataRepositoryAssociationsRequest$,
|
|
3102
|
+
() => DescribeDataRepositoryAssociationsResponse$,
|
|
3062
3103
|
];
|
|
3063
|
-
var DescribeDataRepositoryTasks = [
|
|
3104
|
+
var DescribeDataRepositoryTasks$ = [
|
|
3064
3105
|
9,
|
|
3065
3106
|
n0,
|
|
3066
3107
|
_DDRT,
|
|
3067
3108
|
0,
|
|
3068
|
-
() => DescribeDataRepositoryTasksRequest
|
|
3069
|
-
() => DescribeDataRepositoryTasksResponse
|
|
3109
|
+
() => DescribeDataRepositoryTasksRequest$,
|
|
3110
|
+
() => DescribeDataRepositoryTasksResponse$,
|
|
3070
3111
|
];
|
|
3071
|
-
var DescribeFileCaches = [
|
|
3112
|
+
var DescribeFileCaches$ = [
|
|
3072
3113
|
9,
|
|
3073
3114
|
n0,
|
|
3074
3115
|
_DFCe,
|
|
3075
3116
|
2,
|
|
3076
|
-
() => DescribeFileCachesRequest
|
|
3077
|
-
() => DescribeFileCachesResponse
|
|
3117
|
+
() => DescribeFileCachesRequest$,
|
|
3118
|
+
() => DescribeFileCachesResponse$,
|
|
3078
3119
|
];
|
|
3079
|
-
var DescribeFileSystemAliases = [
|
|
3120
|
+
var DescribeFileSystemAliases$ = [
|
|
3080
3121
|
9,
|
|
3081
3122
|
n0,
|
|
3082
3123
|
_DFSA,
|
|
3083
3124
|
0,
|
|
3084
|
-
() => DescribeFileSystemAliasesRequest
|
|
3085
|
-
() => DescribeFileSystemAliasesResponse
|
|
3125
|
+
() => DescribeFileSystemAliasesRequest$,
|
|
3126
|
+
() => DescribeFileSystemAliasesResponse$,
|
|
3086
3127
|
];
|
|
3087
|
-
var DescribeFileSystems = [
|
|
3128
|
+
var DescribeFileSystems$ = [
|
|
3088
3129
|
9,
|
|
3089
3130
|
n0,
|
|
3090
3131
|
_DFSe,
|
|
3091
3132
|
0,
|
|
3092
|
-
() => DescribeFileSystemsRequest
|
|
3093
|
-
() => DescribeFileSystemsResponse
|
|
3133
|
+
() => DescribeFileSystemsRequest$,
|
|
3134
|
+
() => DescribeFileSystemsResponse$,
|
|
3094
3135
|
];
|
|
3095
|
-
var DescribeS3AccessPointAttachments = [
|
|
3136
|
+
var DescribeS3AccessPointAttachments$ = [
|
|
3096
3137
|
9,
|
|
3097
3138
|
n0,
|
|
3098
3139
|
_DSAPA,
|
|
3099
3140
|
0,
|
|
3100
|
-
() => DescribeS3AccessPointAttachmentsRequest
|
|
3101
|
-
() => DescribeS3AccessPointAttachmentsResponse
|
|
3141
|
+
() => DescribeS3AccessPointAttachmentsRequest$,
|
|
3142
|
+
() => DescribeS3AccessPointAttachmentsResponse$,
|
|
3102
3143
|
];
|
|
3103
|
-
var DescribeSharedVpcConfiguration = [
|
|
3144
|
+
var DescribeSharedVpcConfiguration$ = [
|
|
3104
3145
|
9,
|
|
3105
3146
|
n0,
|
|
3106
3147
|
_DSVC,
|
|
3107
3148
|
0,
|
|
3108
|
-
() => DescribeSharedVpcConfigurationRequest
|
|
3109
|
-
() => DescribeSharedVpcConfigurationResponse
|
|
3149
|
+
() => DescribeSharedVpcConfigurationRequest$,
|
|
3150
|
+
() => DescribeSharedVpcConfigurationResponse$,
|
|
3110
3151
|
];
|
|
3111
|
-
var DescribeSnapshots = [
|
|
3152
|
+
var DescribeSnapshots$ = [
|
|
3112
3153
|
9,
|
|
3113
3154
|
n0,
|
|
3114
3155
|
_DSes,
|
|
3115
3156
|
0,
|
|
3116
|
-
() => DescribeSnapshotsRequest
|
|
3117
|
-
() => DescribeSnapshotsResponse
|
|
3157
|
+
() => DescribeSnapshotsRequest$,
|
|
3158
|
+
() => DescribeSnapshotsResponse$,
|
|
3118
3159
|
];
|
|
3119
|
-
var DescribeStorageVirtualMachines = [
|
|
3160
|
+
var DescribeStorageVirtualMachines$ = [
|
|
3120
3161
|
9,
|
|
3121
3162
|
n0,
|
|
3122
3163
|
_DSVMe,
|
|
3123
3164
|
0,
|
|
3124
|
-
() => DescribeStorageVirtualMachinesRequest
|
|
3125
|
-
() => DescribeStorageVirtualMachinesResponse
|
|
3165
|
+
() => DescribeStorageVirtualMachinesRequest$,
|
|
3166
|
+
() => DescribeStorageVirtualMachinesResponse$,
|
|
3126
3167
|
];
|
|
3127
|
-
var DescribeVolumes = [
|
|
3168
|
+
var DescribeVolumes$ = [
|
|
3128
3169
|
9,
|
|
3129
3170
|
n0,
|
|
3130
3171
|
_DVe,
|
|
3131
3172
|
0,
|
|
3132
|
-
() => DescribeVolumesRequest
|
|
3133
|
-
() => DescribeVolumesResponse
|
|
3173
|
+
() => DescribeVolumesRequest$,
|
|
3174
|
+
() => DescribeVolumesResponse$,
|
|
3134
3175
|
];
|
|
3135
|
-
var DetachAndDeleteS3AccessPoint = [
|
|
3176
|
+
var DetachAndDeleteS3AccessPoint$ = [
|
|
3136
3177
|
9,
|
|
3137
3178
|
n0,
|
|
3138
3179
|
_DADSAP,
|
|
3139
3180
|
0,
|
|
3140
|
-
() => DetachAndDeleteS3AccessPointRequest
|
|
3141
|
-
() => DetachAndDeleteS3AccessPointResponse
|
|
3181
|
+
() => DetachAndDeleteS3AccessPointRequest$,
|
|
3182
|
+
() => DetachAndDeleteS3AccessPointResponse$,
|
|
3142
3183
|
];
|
|
3143
|
-
var DisassociateFileSystemAliases = [
|
|
3184
|
+
var DisassociateFileSystemAliases$ = [
|
|
3144
3185
|
9,
|
|
3145
3186
|
n0,
|
|
3146
3187
|
_DFSAi,
|
|
3147
3188
|
0,
|
|
3148
|
-
() => DisassociateFileSystemAliasesRequest
|
|
3149
|
-
() => DisassociateFileSystemAliasesResponse
|
|
3189
|
+
() => DisassociateFileSystemAliasesRequest$,
|
|
3190
|
+
() => DisassociateFileSystemAliasesResponse$,
|
|
3150
3191
|
];
|
|
3151
|
-
var ListTagsForResource = [
|
|
3192
|
+
var ListTagsForResource$ = [
|
|
3152
3193
|
9,
|
|
3153
3194
|
n0,
|
|
3154
3195
|
_LTFR,
|
|
3155
3196
|
0,
|
|
3156
|
-
() => ListTagsForResourceRequest
|
|
3157
|
-
() => ListTagsForResourceResponse
|
|
3197
|
+
() => ListTagsForResourceRequest$,
|
|
3198
|
+
() => ListTagsForResourceResponse$,
|
|
3158
3199
|
];
|
|
3159
|
-
var ReleaseFileSystemNfsV3Locks = [
|
|
3200
|
+
var ReleaseFileSystemNfsV3Locks$ = [
|
|
3160
3201
|
9,
|
|
3161
3202
|
n0,
|
|
3162
3203
|
_RFSNVL,
|
|
3163
3204
|
2,
|
|
3164
|
-
() => ReleaseFileSystemNfsV3LocksRequest
|
|
3165
|
-
() => ReleaseFileSystemNfsV3LocksResponse
|
|
3205
|
+
() => ReleaseFileSystemNfsV3LocksRequest$,
|
|
3206
|
+
() => ReleaseFileSystemNfsV3LocksResponse$,
|
|
3166
3207
|
];
|
|
3167
|
-
var RestoreVolumeFromSnapshot = [
|
|
3208
|
+
var RestoreVolumeFromSnapshot$ = [
|
|
3168
3209
|
9,
|
|
3169
3210
|
n0,
|
|
3170
3211
|
_RVFS,
|
|
3171
3212
|
2,
|
|
3172
|
-
() => RestoreVolumeFromSnapshotRequest
|
|
3173
|
-
() => RestoreVolumeFromSnapshotResponse
|
|
3213
|
+
() => RestoreVolumeFromSnapshotRequest$,
|
|
3214
|
+
() => RestoreVolumeFromSnapshotResponse$,
|
|
3174
3215
|
];
|
|
3175
|
-
var StartMisconfiguredStateRecovery = [
|
|
3216
|
+
var StartMisconfiguredStateRecovery$ = [
|
|
3176
3217
|
9,
|
|
3177
3218
|
n0,
|
|
3178
3219
|
_SMSR,
|
|
3179
3220
|
0,
|
|
3180
|
-
() => StartMisconfiguredStateRecoveryRequest
|
|
3181
|
-
() => StartMisconfiguredStateRecoveryResponse
|
|
3221
|
+
() => StartMisconfiguredStateRecoveryRequest$,
|
|
3222
|
+
() => StartMisconfiguredStateRecoveryResponse$,
|
|
3182
3223
|
];
|
|
3183
|
-
var TagResource = [9, n0, _TR, 2, () => TagResourceRequest
|
|
3184
|
-
var UntagResource = [
|
|
3224
|
+
var TagResource$ = [9, n0, _TR, 2, () => TagResourceRequest$, () => TagResourceResponse$];
|
|
3225
|
+
var UntagResource$ = [
|
|
3185
3226
|
9,
|
|
3186
3227
|
n0,
|
|
3187
3228
|
_UR,
|
|
3188
3229
|
2,
|
|
3189
|
-
() => UntagResourceRequest
|
|
3190
|
-
() => UntagResourceResponse
|
|
3230
|
+
() => UntagResourceRequest$,
|
|
3231
|
+
() => UntagResourceResponse$,
|
|
3191
3232
|
];
|
|
3192
|
-
var UpdateDataRepositoryAssociation = [
|
|
3233
|
+
var UpdateDataRepositoryAssociation$ = [
|
|
3193
3234
|
9,
|
|
3194
3235
|
n0,
|
|
3195
3236
|
_UDRA,
|
|
3196
3237
|
2,
|
|
3197
|
-
() => UpdateDataRepositoryAssociationRequest
|
|
3198
|
-
() => UpdateDataRepositoryAssociationResponse
|
|
3238
|
+
() => UpdateDataRepositoryAssociationRequest$,
|
|
3239
|
+
() => UpdateDataRepositoryAssociationResponse$,
|
|
3199
3240
|
];
|
|
3200
|
-
var UpdateFileCache = [
|
|
3241
|
+
var UpdateFileCache$ = [
|
|
3201
3242
|
9,
|
|
3202
3243
|
n0,
|
|
3203
3244
|
_UFC,
|
|
3204
3245
|
2,
|
|
3205
|
-
() => UpdateFileCacheRequest
|
|
3206
|
-
() => UpdateFileCacheResponse
|
|
3246
|
+
() => UpdateFileCacheRequest$,
|
|
3247
|
+
() => UpdateFileCacheResponse$,
|
|
3207
3248
|
];
|
|
3208
|
-
var UpdateFileSystem = [
|
|
3249
|
+
var UpdateFileSystem$ = [
|
|
3209
3250
|
9,
|
|
3210
3251
|
n0,
|
|
3211
3252
|
_UFS,
|
|
3212
3253
|
0,
|
|
3213
|
-
() => UpdateFileSystemRequest
|
|
3214
|
-
() => UpdateFileSystemResponse
|
|
3254
|
+
() => UpdateFileSystemRequest$,
|
|
3255
|
+
() => UpdateFileSystemResponse$,
|
|
3215
3256
|
];
|
|
3216
|
-
var UpdateSharedVpcConfiguration = [
|
|
3257
|
+
var UpdateSharedVpcConfiguration$ = [
|
|
3217
3258
|
9,
|
|
3218
3259
|
n0,
|
|
3219
3260
|
_USVC,
|
|
3220
3261
|
0,
|
|
3221
|
-
() => UpdateSharedVpcConfigurationRequest
|
|
3222
|
-
() => UpdateSharedVpcConfigurationResponse
|
|
3262
|
+
() => UpdateSharedVpcConfigurationRequest$,
|
|
3263
|
+
() => UpdateSharedVpcConfigurationResponse$,
|
|
3223
3264
|
];
|
|
3224
|
-
var UpdateSnapshot = [
|
|
3265
|
+
var UpdateSnapshot$ = [
|
|
3225
3266
|
9,
|
|
3226
3267
|
n0,
|
|
3227
3268
|
_US,
|
|
3228
3269
|
2,
|
|
3229
|
-
() => UpdateSnapshotRequest
|
|
3230
|
-
() => UpdateSnapshotResponse
|
|
3270
|
+
() => UpdateSnapshotRequest$,
|
|
3271
|
+
() => UpdateSnapshotResponse$,
|
|
3231
3272
|
];
|
|
3232
|
-
var UpdateStorageVirtualMachine = [
|
|
3273
|
+
var UpdateStorageVirtualMachine$ = [
|
|
3233
3274
|
9,
|
|
3234
3275
|
n0,
|
|
3235
3276
|
_USVM,
|
|
3236
3277
|
0,
|
|
3237
|
-
() => UpdateStorageVirtualMachineRequest
|
|
3238
|
-
() => UpdateStorageVirtualMachineResponse
|
|
3278
|
+
() => UpdateStorageVirtualMachineRequest$,
|
|
3279
|
+
() => UpdateStorageVirtualMachineResponse$,
|
|
3280
|
+
];
|
|
3281
|
+
var UpdateVolume$ = [
|
|
3282
|
+
9,
|
|
3283
|
+
n0,
|
|
3284
|
+
_UV,
|
|
3285
|
+
0,
|
|
3286
|
+
() => UpdateVolumeRequest$,
|
|
3287
|
+
() => UpdateVolumeResponse$,
|
|
3239
3288
|
];
|
|
3240
|
-
var UpdateVolume = [9, n0, _UV, 0, () => UpdateVolumeRequest, () => UpdateVolumeResponse];
|
|
3241
3289
|
|
|
3242
3290
|
class AssociateFileSystemAliasesCommand extends smithyClient.Command
|
|
3243
3291
|
.classBuilder()
|
|
@@ -3247,7 +3295,7 @@ class AssociateFileSystemAliasesCommand extends smithyClient.Command
|
|
|
3247
3295
|
})
|
|
3248
3296
|
.s("AWSSimbaAPIService_v20180301", "AssociateFileSystemAliases", {})
|
|
3249
3297
|
.n("FSxClient", "AssociateFileSystemAliasesCommand")
|
|
3250
|
-
.sc(AssociateFileSystemAliases)
|
|
3298
|
+
.sc(AssociateFileSystemAliases$)
|
|
3251
3299
|
.build() {
|
|
3252
3300
|
}
|
|
3253
3301
|
|
|
@@ -3259,7 +3307,7 @@ class CancelDataRepositoryTaskCommand extends smithyClient.Command
|
|
|
3259
3307
|
})
|
|
3260
3308
|
.s("AWSSimbaAPIService_v20180301", "CancelDataRepositoryTask", {})
|
|
3261
3309
|
.n("FSxClient", "CancelDataRepositoryTaskCommand")
|
|
3262
|
-
.sc(CancelDataRepositoryTask)
|
|
3310
|
+
.sc(CancelDataRepositoryTask$)
|
|
3263
3311
|
.build() {
|
|
3264
3312
|
}
|
|
3265
3313
|
|
|
@@ -3271,7 +3319,7 @@ class CopyBackupCommand extends smithyClient.Command
|
|
|
3271
3319
|
})
|
|
3272
3320
|
.s("AWSSimbaAPIService_v20180301", "CopyBackup", {})
|
|
3273
3321
|
.n("FSxClient", "CopyBackupCommand")
|
|
3274
|
-
.sc(CopyBackup)
|
|
3322
|
+
.sc(CopyBackup$)
|
|
3275
3323
|
.build() {
|
|
3276
3324
|
}
|
|
3277
3325
|
|
|
@@ -3283,7 +3331,7 @@ class CopySnapshotAndUpdateVolumeCommand extends smithyClient.Command
|
|
|
3283
3331
|
})
|
|
3284
3332
|
.s("AWSSimbaAPIService_v20180301", "CopySnapshotAndUpdateVolume", {})
|
|
3285
3333
|
.n("FSxClient", "CopySnapshotAndUpdateVolumeCommand")
|
|
3286
|
-
.sc(CopySnapshotAndUpdateVolume)
|
|
3334
|
+
.sc(CopySnapshotAndUpdateVolume$)
|
|
3287
3335
|
.build() {
|
|
3288
3336
|
}
|
|
3289
3337
|
|
|
@@ -3295,7 +3343,7 @@ class CreateAndAttachS3AccessPointCommand extends smithyClient.Command
|
|
|
3295
3343
|
})
|
|
3296
3344
|
.s("AWSSimbaAPIService_v20180301", "CreateAndAttachS3AccessPoint", {})
|
|
3297
3345
|
.n("FSxClient", "CreateAndAttachS3AccessPointCommand")
|
|
3298
|
-
.sc(CreateAndAttachS3AccessPoint)
|
|
3346
|
+
.sc(CreateAndAttachS3AccessPoint$)
|
|
3299
3347
|
.build() {
|
|
3300
3348
|
}
|
|
3301
3349
|
|
|
@@ -3307,7 +3355,7 @@ class CreateBackupCommand extends smithyClient.Command
|
|
|
3307
3355
|
})
|
|
3308
3356
|
.s("AWSSimbaAPIService_v20180301", "CreateBackup", {})
|
|
3309
3357
|
.n("FSxClient", "CreateBackupCommand")
|
|
3310
|
-
.sc(CreateBackup)
|
|
3358
|
+
.sc(CreateBackup$)
|
|
3311
3359
|
.build() {
|
|
3312
3360
|
}
|
|
3313
3361
|
|
|
@@ -3319,7 +3367,7 @@ class CreateDataRepositoryAssociationCommand extends smithyClient.Command
|
|
|
3319
3367
|
})
|
|
3320
3368
|
.s("AWSSimbaAPIService_v20180301", "CreateDataRepositoryAssociation", {})
|
|
3321
3369
|
.n("FSxClient", "CreateDataRepositoryAssociationCommand")
|
|
3322
|
-
.sc(CreateDataRepositoryAssociation)
|
|
3370
|
+
.sc(CreateDataRepositoryAssociation$)
|
|
3323
3371
|
.build() {
|
|
3324
3372
|
}
|
|
3325
3373
|
|
|
@@ -3331,7 +3379,7 @@ class CreateDataRepositoryTaskCommand extends smithyClient.Command
|
|
|
3331
3379
|
})
|
|
3332
3380
|
.s("AWSSimbaAPIService_v20180301", "CreateDataRepositoryTask", {})
|
|
3333
3381
|
.n("FSxClient", "CreateDataRepositoryTaskCommand")
|
|
3334
|
-
.sc(CreateDataRepositoryTask)
|
|
3382
|
+
.sc(CreateDataRepositoryTask$)
|
|
3335
3383
|
.build() {
|
|
3336
3384
|
}
|
|
3337
3385
|
|
|
@@ -3343,7 +3391,7 @@ class CreateFileCacheCommand extends smithyClient.Command
|
|
|
3343
3391
|
})
|
|
3344
3392
|
.s("AWSSimbaAPIService_v20180301", "CreateFileCache", {})
|
|
3345
3393
|
.n("FSxClient", "CreateFileCacheCommand")
|
|
3346
|
-
.sc(CreateFileCache)
|
|
3394
|
+
.sc(CreateFileCache$)
|
|
3347
3395
|
.build() {
|
|
3348
3396
|
}
|
|
3349
3397
|
|
|
@@ -3355,7 +3403,7 @@ class CreateFileSystemCommand extends smithyClient.Command
|
|
|
3355
3403
|
})
|
|
3356
3404
|
.s("AWSSimbaAPIService_v20180301", "CreateFileSystem", {})
|
|
3357
3405
|
.n("FSxClient", "CreateFileSystemCommand")
|
|
3358
|
-
.sc(CreateFileSystem)
|
|
3406
|
+
.sc(CreateFileSystem$)
|
|
3359
3407
|
.build() {
|
|
3360
3408
|
}
|
|
3361
3409
|
|
|
@@ -3367,7 +3415,7 @@ class CreateFileSystemFromBackupCommand extends smithyClient.Command
|
|
|
3367
3415
|
})
|
|
3368
3416
|
.s("AWSSimbaAPIService_v20180301", "CreateFileSystemFromBackup", {})
|
|
3369
3417
|
.n("FSxClient", "CreateFileSystemFromBackupCommand")
|
|
3370
|
-
.sc(CreateFileSystemFromBackup)
|
|
3418
|
+
.sc(CreateFileSystemFromBackup$)
|
|
3371
3419
|
.build() {
|
|
3372
3420
|
}
|
|
3373
3421
|
|
|
@@ -3379,7 +3427,7 @@ class CreateSnapshotCommand extends smithyClient.Command
|
|
|
3379
3427
|
})
|
|
3380
3428
|
.s("AWSSimbaAPIService_v20180301", "CreateSnapshot", {})
|
|
3381
3429
|
.n("FSxClient", "CreateSnapshotCommand")
|
|
3382
|
-
.sc(CreateSnapshot)
|
|
3430
|
+
.sc(CreateSnapshot$)
|
|
3383
3431
|
.build() {
|
|
3384
3432
|
}
|
|
3385
3433
|
|
|
@@ -3391,7 +3439,7 @@ class CreateStorageVirtualMachineCommand extends smithyClient.Command
|
|
|
3391
3439
|
})
|
|
3392
3440
|
.s("AWSSimbaAPIService_v20180301", "CreateStorageVirtualMachine", {})
|
|
3393
3441
|
.n("FSxClient", "CreateStorageVirtualMachineCommand")
|
|
3394
|
-
.sc(CreateStorageVirtualMachine)
|
|
3442
|
+
.sc(CreateStorageVirtualMachine$)
|
|
3395
3443
|
.build() {
|
|
3396
3444
|
}
|
|
3397
3445
|
|
|
@@ -3403,7 +3451,7 @@ class CreateVolumeCommand extends smithyClient.Command
|
|
|
3403
3451
|
})
|
|
3404
3452
|
.s("AWSSimbaAPIService_v20180301", "CreateVolume", {})
|
|
3405
3453
|
.n("FSxClient", "CreateVolumeCommand")
|
|
3406
|
-
.sc(CreateVolume)
|
|
3454
|
+
.sc(CreateVolume$)
|
|
3407
3455
|
.build() {
|
|
3408
3456
|
}
|
|
3409
3457
|
|
|
@@ -3415,7 +3463,7 @@ class CreateVolumeFromBackupCommand extends smithyClient.Command
|
|
|
3415
3463
|
})
|
|
3416
3464
|
.s("AWSSimbaAPIService_v20180301", "CreateVolumeFromBackup", {})
|
|
3417
3465
|
.n("FSxClient", "CreateVolumeFromBackupCommand")
|
|
3418
|
-
.sc(CreateVolumeFromBackup)
|
|
3466
|
+
.sc(CreateVolumeFromBackup$)
|
|
3419
3467
|
.build() {
|
|
3420
3468
|
}
|
|
3421
3469
|
|
|
@@ -3427,7 +3475,7 @@ class DeleteBackupCommand extends smithyClient.Command
|
|
|
3427
3475
|
})
|
|
3428
3476
|
.s("AWSSimbaAPIService_v20180301", "DeleteBackup", {})
|
|
3429
3477
|
.n("FSxClient", "DeleteBackupCommand")
|
|
3430
|
-
.sc(DeleteBackup)
|
|
3478
|
+
.sc(DeleteBackup$)
|
|
3431
3479
|
.build() {
|
|
3432
3480
|
}
|
|
3433
3481
|
|
|
@@ -3439,7 +3487,7 @@ class DeleteDataRepositoryAssociationCommand extends smithyClient.Command
|
|
|
3439
3487
|
})
|
|
3440
3488
|
.s("AWSSimbaAPIService_v20180301", "DeleteDataRepositoryAssociation", {})
|
|
3441
3489
|
.n("FSxClient", "DeleteDataRepositoryAssociationCommand")
|
|
3442
|
-
.sc(DeleteDataRepositoryAssociation)
|
|
3490
|
+
.sc(DeleteDataRepositoryAssociation$)
|
|
3443
3491
|
.build() {
|
|
3444
3492
|
}
|
|
3445
3493
|
|
|
@@ -3451,7 +3499,7 @@ class DeleteFileCacheCommand extends smithyClient.Command
|
|
|
3451
3499
|
})
|
|
3452
3500
|
.s("AWSSimbaAPIService_v20180301", "DeleteFileCache", {})
|
|
3453
3501
|
.n("FSxClient", "DeleteFileCacheCommand")
|
|
3454
|
-
.sc(DeleteFileCache)
|
|
3502
|
+
.sc(DeleteFileCache$)
|
|
3455
3503
|
.build() {
|
|
3456
3504
|
}
|
|
3457
3505
|
|
|
@@ -3463,7 +3511,7 @@ class DeleteFileSystemCommand extends smithyClient.Command
|
|
|
3463
3511
|
})
|
|
3464
3512
|
.s("AWSSimbaAPIService_v20180301", "DeleteFileSystem", {})
|
|
3465
3513
|
.n("FSxClient", "DeleteFileSystemCommand")
|
|
3466
|
-
.sc(DeleteFileSystem)
|
|
3514
|
+
.sc(DeleteFileSystem$)
|
|
3467
3515
|
.build() {
|
|
3468
3516
|
}
|
|
3469
3517
|
|
|
@@ -3475,7 +3523,7 @@ class DeleteSnapshotCommand extends smithyClient.Command
|
|
|
3475
3523
|
})
|
|
3476
3524
|
.s("AWSSimbaAPIService_v20180301", "DeleteSnapshot", {})
|
|
3477
3525
|
.n("FSxClient", "DeleteSnapshotCommand")
|
|
3478
|
-
.sc(DeleteSnapshot)
|
|
3526
|
+
.sc(DeleteSnapshot$)
|
|
3479
3527
|
.build() {
|
|
3480
3528
|
}
|
|
3481
3529
|
|
|
@@ -3487,7 +3535,7 @@ class DeleteStorageVirtualMachineCommand extends smithyClient.Command
|
|
|
3487
3535
|
})
|
|
3488
3536
|
.s("AWSSimbaAPIService_v20180301", "DeleteStorageVirtualMachine", {})
|
|
3489
3537
|
.n("FSxClient", "DeleteStorageVirtualMachineCommand")
|
|
3490
|
-
.sc(DeleteStorageVirtualMachine)
|
|
3538
|
+
.sc(DeleteStorageVirtualMachine$)
|
|
3491
3539
|
.build() {
|
|
3492
3540
|
}
|
|
3493
3541
|
|
|
@@ -3499,7 +3547,7 @@ class DeleteVolumeCommand extends smithyClient.Command
|
|
|
3499
3547
|
})
|
|
3500
3548
|
.s("AWSSimbaAPIService_v20180301", "DeleteVolume", {})
|
|
3501
3549
|
.n("FSxClient", "DeleteVolumeCommand")
|
|
3502
|
-
.sc(DeleteVolume)
|
|
3550
|
+
.sc(DeleteVolume$)
|
|
3503
3551
|
.build() {
|
|
3504
3552
|
}
|
|
3505
3553
|
|
|
@@ -3511,7 +3559,7 @@ class DescribeBackupsCommand extends smithyClient.Command
|
|
|
3511
3559
|
})
|
|
3512
3560
|
.s("AWSSimbaAPIService_v20180301", "DescribeBackups", {})
|
|
3513
3561
|
.n("FSxClient", "DescribeBackupsCommand")
|
|
3514
|
-
.sc(DescribeBackups)
|
|
3562
|
+
.sc(DescribeBackups$)
|
|
3515
3563
|
.build() {
|
|
3516
3564
|
}
|
|
3517
3565
|
|
|
@@ -3523,7 +3571,7 @@ class DescribeDataRepositoryAssociationsCommand extends smithyClient.Command
|
|
|
3523
3571
|
})
|
|
3524
3572
|
.s("AWSSimbaAPIService_v20180301", "DescribeDataRepositoryAssociations", {})
|
|
3525
3573
|
.n("FSxClient", "DescribeDataRepositoryAssociationsCommand")
|
|
3526
|
-
.sc(DescribeDataRepositoryAssociations)
|
|
3574
|
+
.sc(DescribeDataRepositoryAssociations$)
|
|
3527
3575
|
.build() {
|
|
3528
3576
|
}
|
|
3529
3577
|
|
|
@@ -3535,7 +3583,7 @@ class DescribeDataRepositoryTasksCommand extends smithyClient.Command
|
|
|
3535
3583
|
})
|
|
3536
3584
|
.s("AWSSimbaAPIService_v20180301", "DescribeDataRepositoryTasks", {})
|
|
3537
3585
|
.n("FSxClient", "DescribeDataRepositoryTasksCommand")
|
|
3538
|
-
.sc(DescribeDataRepositoryTasks)
|
|
3586
|
+
.sc(DescribeDataRepositoryTasks$)
|
|
3539
3587
|
.build() {
|
|
3540
3588
|
}
|
|
3541
3589
|
|
|
@@ -3547,7 +3595,7 @@ class DescribeFileCachesCommand extends smithyClient.Command
|
|
|
3547
3595
|
})
|
|
3548
3596
|
.s("AWSSimbaAPIService_v20180301", "DescribeFileCaches", {})
|
|
3549
3597
|
.n("FSxClient", "DescribeFileCachesCommand")
|
|
3550
|
-
.sc(DescribeFileCaches)
|
|
3598
|
+
.sc(DescribeFileCaches$)
|
|
3551
3599
|
.build() {
|
|
3552
3600
|
}
|
|
3553
3601
|
|
|
@@ -3559,7 +3607,7 @@ class DescribeFileSystemAliasesCommand extends smithyClient.Command
|
|
|
3559
3607
|
})
|
|
3560
3608
|
.s("AWSSimbaAPIService_v20180301", "DescribeFileSystemAliases", {})
|
|
3561
3609
|
.n("FSxClient", "DescribeFileSystemAliasesCommand")
|
|
3562
|
-
.sc(DescribeFileSystemAliases)
|
|
3610
|
+
.sc(DescribeFileSystemAliases$)
|
|
3563
3611
|
.build() {
|
|
3564
3612
|
}
|
|
3565
3613
|
|
|
@@ -3571,7 +3619,7 @@ class DescribeFileSystemsCommand extends smithyClient.Command
|
|
|
3571
3619
|
})
|
|
3572
3620
|
.s("AWSSimbaAPIService_v20180301", "DescribeFileSystems", {})
|
|
3573
3621
|
.n("FSxClient", "DescribeFileSystemsCommand")
|
|
3574
|
-
.sc(DescribeFileSystems)
|
|
3622
|
+
.sc(DescribeFileSystems$)
|
|
3575
3623
|
.build() {
|
|
3576
3624
|
}
|
|
3577
3625
|
|
|
@@ -3583,7 +3631,7 @@ class DescribeS3AccessPointAttachmentsCommand extends smithyClient.Command
|
|
|
3583
3631
|
})
|
|
3584
3632
|
.s("AWSSimbaAPIService_v20180301", "DescribeS3AccessPointAttachments", {})
|
|
3585
3633
|
.n("FSxClient", "DescribeS3AccessPointAttachmentsCommand")
|
|
3586
|
-
.sc(DescribeS3AccessPointAttachments)
|
|
3634
|
+
.sc(DescribeS3AccessPointAttachments$)
|
|
3587
3635
|
.build() {
|
|
3588
3636
|
}
|
|
3589
3637
|
|
|
@@ -3595,7 +3643,7 @@ class DescribeSharedVpcConfigurationCommand extends smithyClient.Command
|
|
|
3595
3643
|
})
|
|
3596
3644
|
.s("AWSSimbaAPIService_v20180301", "DescribeSharedVpcConfiguration", {})
|
|
3597
3645
|
.n("FSxClient", "DescribeSharedVpcConfigurationCommand")
|
|
3598
|
-
.sc(DescribeSharedVpcConfiguration)
|
|
3646
|
+
.sc(DescribeSharedVpcConfiguration$)
|
|
3599
3647
|
.build() {
|
|
3600
3648
|
}
|
|
3601
3649
|
|
|
@@ -3607,7 +3655,7 @@ class DescribeSnapshotsCommand extends smithyClient.Command
|
|
|
3607
3655
|
})
|
|
3608
3656
|
.s("AWSSimbaAPIService_v20180301", "DescribeSnapshots", {})
|
|
3609
3657
|
.n("FSxClient", "DescribeSnapshotsCommand")
|
|
3610
|
-
.sc(DescribeSnapshots)
|
|
3658
|
+
.sc(DescribeSnapshots$)
|
|
3611
3659
|
.build() {
|
|
3612
3660
|
}
|
|
3613
3661
|
|
|
@@ -3619,7 +3667,7 @@ class DescribeStorageVirtualMachinesCommand extends smithyClient.Command
|
|
|
3619
3667
|
})
|
|
3620
3668
|
.s("AWSSimbaAPIService_v20180301", "DescribeStorageVirtualMachines", {})
|
|
3621
3669
|
.n("FSxClient", "DescribeStorageVirtualMachinesCommand")
|
|
3622
|
-
.sc(DescribeStorageVirtualMachines)
|
|
3670
|
+
.sc(DescribeStorageVirtualMachines$)
|
|
3623
3671
|
.build() {
|
|
3624
3672
|
}
|
|
3625
3673
|
|
|
@@ -3631,7 +3679,7 @@ class DescribeVolumesCommand extends smithyClient.Command
|
|
|
3631
3679
|
})
|
|
3632
3680
|
.s("AWSSimbaAPIService_v20180301", "DescribeVolumes", {})
|
|
3633
3681
|
.n("FSxClient", "DescribeVolumesCommand")
|
|
3634
|
-
.sc(DescribeVolumes)
|
|
3682
|
+
.sc(DescribeVolumes$)
|
|
3635
3683
|
.build() {
|
|
3636
3684
|
}
|
|
3637
3685
|
|
|
@@ -3643,7 +3691,7 @@ class DetachAndDeleteS3AccessPointCommand extends smithyClient.Command
|
|
|
3643
3691
|
})
|
|
3644
3692
|
.s("AWSSimbaAPIService_v20180301", "DetachAndDeleteS3AccessPoint", {})
|
|
3645
3693
|
.n("FSxClient", "DetachAndDeleteS3AccessPointCommand")
|
|
3646
|
-
.sc(DetachAndDeleteS3AccessPoint)
|
|
3694
|
+
.sc(DetachAndDeleteS3AccessPoint$)
|
|
3647
3695
|
.build() {
|
|
3648
3696
|
}
|
|
3649
3697
|
|
|
@@ -3655,7 +3703,7 @@ class DisassociateFileSystemAliasesCommand extends smithyClient.Command
|
|
|
3655
3703
|
})
|
|
3656
3704
|
.s("AWSSimbaAPIService_v20180301", "DisassociateFileSystemAliases", {})
|
|
3657
3705
|
.n("FSxClient", "DisassociateFileSystemAliasesCommand")
|
|
3658
|
-
.sc(DisassociateFileSystemAliases)
|
|
3706
|
+
.sc(DisassociateFileSystemAliases$)
|
|
3659
3707
|
.build() {
|
|
3660
3708
|
}
|
|
3661
3709
|
|
|
@@ -3667,7 +3715,7 @@ class ListTagsForResourceCommand extends smithyClient.Command
|
|
|
3667
3715
|
})
|
|
3668
3716
|
.s("AWSSimbaAPIService_v20180301", "ListTagsForResource", {})
|
|
3669
3717
|
.n("FSxClient", "ListTagsForResourceCommand")
|
|
3670
|
-
.sc(ListTagsForResource)
|
|
3718
|
+
.sc(ListTagsForResource$)
|
|
3671
3719
|
.build() {
|
|
3672
3720
|
}
|
|
3673
3721
|
|
|
@@ -3679,7 +3727,7 @@ class ReleaseFileSystemNfsV3LocksCommand extends smithyClient.Command
|
|
|
3679
3727
|
})
|
|
3680
3728
|
.s("AWSSimbaAPIService_v20180301", "ReleaseFileSystemNfsV3Locks", {})
|
|
3681
3729
|
.n("FSxClient", "ReleaseFileSystemNfsV3LocksCommand")
|
|
3682
|
-
.sc(ReleaseFileSystemNfsV3Locks)
|
|
3730
|
+
.sc(ReleaseFileSystemNfsV3Locks$)
|
|
3683
3731
|
.build() {
|
|
3684
3732
|
}
|
|
3685
3733
|
|
|
@@ -3691,7 +3739,7 @@ class RestoreVolumeFromSnapshotCommand extends smithyClient.Command
|
|
|
3691
3739
|
})
|
|
3692
3740
|
.s("AWSSimbaAPIService_v20180301", "RestoreVolumeFromSnapshot", {})
|
|
3693
3741
|
.n("FSxClient", "RestoreVolumeFromSnapshotCommand")
|
|
3694
|
-
.sc(RestoreVolumeFromSnapshot)
|
|
3742
|
+
.sc(RestoreVolumeFromSnapshot$)
|
|
3695
3743
|
.build() {
|
|
3696
3744
|
}
|
|
3697
3745
|
|
|
@@ -3703,7 +3751,7 @@ class StartMisconfiguredStateRecoveryCommand extends smithyClient.Command
|
|
|
3703
3751
|
})
|
|
3704
3752
|
.s("AWSSimbaAPIService_v20180301", "StartMisconfiguredStateRecovery", {})
|
|
3705
3753
|
.n("FSxClient", "StartMisconfiguredStateRecoveryCommand")
|
|
3706
|
-
.sc(StartMisconfiguredStateRecovery)
|
|
3754
|
+
.sc(StartMisconfiguredStateRecovery$)
|
|
3707
3755
|
.build() {
|
|
3708
3756
|
}
|
|
3709
3757
|
|
|
@@ -3715,7 +3763,7 @@ class TagResourceCommand extends smithyClient.Command
|
|
|
3715
3763
|
})
|
|
3716
3764
|
.s("AWSSimbaAPIService_v20180301", "TagResource", {})
|
|
3717
3765
|
.n("FSxClient", "TagResourceCommand")
|
|
3718
|
-
.sc(TagResource)
|
|
3766
|
+
.sc(TagResource$)
|
|
3719
3767
|
.build() {
|
|
3720
3768
|
}
|
|
3721
3769
|
|
|
@@ -3727,7 +3775,7 @@ class UntagResourceCommand extends smithyClient.Command
|
|
|
3727
3775
|
})
|
|
3728
3776
|
.s("AWSSimbaAPIService_v20180301", "UntagResource", {})
|
|
3729
3777
|
.n("FSxClient", "UntagResourceCommand")
|
|
3730
|
-
.sc(UntagResource)
|
|
3778
|
+
.sc(UntagResource$)
|
|
3731
3779
|
.build() {
|
|
3732
3780
|
}
|
|
3733
3781
|
|
|
@@ -3739,7 +3787,7 @@ class UpdateDataRepositoryAssociationCommand extends smithyClient.Command
|
|
|
3739
3787
|
})
|
|
3740
3788
|
.s("AWSSimbaAPIService_v20180301", "UpdateDataRepositoryAssociation", {})
|
|
3741
3789
|
.n("FSxClient", "UpdateDataRepositoryAssociationCommand")
|
|
3742
|
-
.sc(UpdateDataRepositoryAssociation)
|
|
3790
|
+
.sc(UpdateDataRepositoryAssociation$)
|
|
3743
3791
|
.build() {
|
|
3744
3792
|
}
|
|
3745
3793
|
|
|
@@ -3751,7 +3799,7 @@ class UpdateFileCacheCommand extends smithyClient.Command
|
|
|
3751
3799
|
})
|
|
3752
3800
|
.s("AWSSimbaAPIService_v20180301", "UpdateFileCache", {})
|
|
3753
3801
|
.n("FSxClient", "UpdateFileCacheCommand")
|
|
3754
|
-
.sc(UpdateFileCache)
|
|
3802
|
+
.sc(UpdateFileCache$)
|
|
3755
3803
|
.build() {
|
|
3756
3804
|
}
|
|
3757
3805
|
|
|
@@ -3763,7 +3811,7 @@ class UpdateFileSystemCommand extends smithyClient.Command
|
|
|
3763
3811
|
})
|
|
3764
3812
|
.s("AWSSimbaAPIService_v20180301", "UpdateFileSystem", {})
|
|
3765
3813
|
.n("FSxClient", "UpdateFileSystemCommand")
|
|
3766
|
-
.sc(UpdateFileSystem)
|
|
3814
|
+
.sc(UpdateFileSystem$)
|
|
3767
3815
|
.build() {
|
|
3768
3816
|
}
|
|
3769
3817
|
|
|
@@ -3775,7 +3823,7 @@ class UpdateSharedVpcConfigurationCommand extends smithyClient.Command
|
|
|
3775
3823
|
})
|
|
3776
3824
|
.s("AWSSimbaAPIService_v20180301", "UpdateSharedVpcConfiguration", {})
|
|
3777
3825
|
.n("FSxClient", "UpdateSharedVpcConfigurationCommand")
|
|
3778
|
-
.sc(UpdateSharedVpcConfiguration)
|
|
3826
|
+
.sc(UpdateSharedVpcConfiguration$)
|
|
3779
3827
|
.build() {
|
|
3780
3828
|
}
|
|
3781
3829
|
|
|
@@ -3787,7 +3835,7 @@ class UpdateSnapshotCommand extends smithyClient.Command
|
|
|
3787
3835
|
})
|
|
3788
3836
|
.s("AWSSimbaAPIService_v20180301", "UpdateSnapshot", {})
|
|
3789
3837
|
.n("FSxClient", "UpdateSnapshotCommand")
|
|
3790
|
-
.sc(UpdateSnapshot)
|
|
3838
|
+
.sc(UpdateSnapshot$)
|
|
3791
3839
|
.build() {
|
|
3792
3840
|
}
|
|
3793
3841
|
|
|
@@ -3799,7 +3847,7 @@ class UpdateStorageVirtualMachineCommand extends smithyClient.Command
|
|
|
3799
3847
|
})
|
|
3800
3848
|
.s("AWSSimbaAPIService_v20180301", "UpdateStorageVirtualMachine", {})
|
|
3801
3849
|
.n("FSxClient", "UpdateStorageVirtualMachineCommand")
|
|
3802
|
-
.sc(UpdateStorageVirtualMachine)
|
|
3850
|
+
.sc(UpdateStorageVirtualMachine$)
|
|
3803
3851
|
.build() {
|
|
3804
3852
|
}
|
|
3805
3853
|
|
|
@@ -3811,7 +3859,7 @@ class UpdateVolumeCommand extends smithyClient.Command
|
|
|
3811
3859
|
})
|
|
3812
3860
|
.s("AWSSimbaAPIService_v20180301", "UpdateVolume", {})
|
|
3813
3861
|
.n("FSxClient", "UpdateVolumeCommand")
|
|
3814
|
-
.sc(UpdateVolume)
|
|
3862
|
+
.sc(UpdateVolume$)
|
|
3815
3863
|
.build() {
|
|
3816
3864
|
}
|
|
3817
3865
|
|
|
@@ -4292,167 +4340,470 @@ Object.defineProperty(exports, "__Client", {
|
|
|
4292
4340
|
enumerable: true,
|
|
4293
4341
|
get: function () { return smithyClient.Client; }
|
|
4294
4342
|
});
|
|
4295
|
-
exports.AccessPointAlreadyOwnedByYou = AccessPointAlreadyOwnedByYou
|
|
4296
|
-
exports.
|
|
4343
|
+
exports.AccessPointAlreadyOwnedByYou = AccessPointAlreadyOwnedByYou;
|
|
4344
|
+
exports.AccessPointAlreadyOwnedByYou$ = AccessPointAlreadyOwnedByYou$;
|
|
4345
|
+
exports.ActiveDirectoryBackupAttributes$ = ActiveDirectoryBackupAttributes$;
|
|
4346
|
+
exports.ActiveDirectoryError = ActiveDirectoryError;
|
|
4347
|
+
exports.ActiveDirectoryError$ = ActiveDirectoryError$;
|
|
4297
4348
|
exports.ActiveDirectoryErrorType = ActiveDirectoryErrorType;
|
|
4349
|
+
exports.AdministrativeAction$ = AdministrativeAction$;
|
|
4350
|
+
exports.AdministrativeActionFailureDetails$ = AdministrativeActionFailureDetails$;
|
|
4298
4351
|
exports.AdministrativeActionType = AdministrativeActionType;
|
|
4352
|
+
exports.AggregateConfiguration$ = AggregateConfiguration$;
|
|
4353
|
+
exports.Alias$ = Alias$;
|
|
4299
4354
|
exports.AliasLifecycle = AliasLifecycle;
|
|
4355
|
+
exports.AssociateFileSystemAliases$ = AssociateFileSystemAliases$;
|
|
4300
4356
|
exports.AssociateFileSystemAliasesCommand = AssociateFileSystemAliasesCommand;
|
|
4357
|
+
exports.AssociateFileSystemAliasesRequest$ = AssociateFileSystemAliasesRequest$;
|
|
4358
|
+
exports.AssociateFileSystemAliasesResponse$ = AssociateFileSystemAliasesResponse$;
|
|
4359
|
+
exports.AutoExportPolicy$ = AutoExportPolicy$;
|
|
4360
|
+
exports.AutoImportPolicy$ = AutoImportPolicy$;
|
|
4301
4361
|
exports.AutoImportPolicyType = AutoImportPolicyType;
|
|
4362
|
+
exports.AutocommitPeriod$ = AutocommitPeriod$;
|
|
4302
4363
|
exports.AutocommitPeriodType = AutocommitPeriodType;
|
|
4303
|
-
exports.
|
|
4304
|
-
exports.
|
|
4364
|
+
exports.Backup$ = Backup$;
|
|
4365
|
+
exports.BackupBeingCopied = BackupBeingCopied;
|
|
4366
|
+
exports.BackupBeingCopied$ = BackupBeingCopied$;
|
|
4367
|
+
exports.BackupFailureDetails$ = BackupFailureDetails$;
|
|
4368
|
+
exports.BackupInProgress = BackupInProgress;
|
|
4369
|
+
exports.BackupInProgress$ = BackupInProgress$;
|
|
4305
4370
|
exports.BackupLifecycle = BackupLifecycle;
|
|
4306
|
-
exports.BackupNotFound = BackupNotFound
|
|
4307
|
-
exports.
|
|
4371
|
+
exports.BackupNotFound = BackupNotFound;
|
|
4372
|
+
exports.BackupNotFound$ = BackupNotFound$;
|
|
4373
|
+
exports.BackupRestoring = BackupRestoring;
|
|
4374
|
+
exports.BackupRestoring$ = BackupRestoring$;
|
|
4308
4375
|
exports.BackupType = BackupType;
|
|
4309
|
-
exports.BadRequest = BadRequest
|
|
4376
|
+
exports.BadRequest = BadRequest;
|
|
4377
|
+
exports.BadRequest$ = BadRequest$;
|
|
4378
|
+
exports.CancelDataRepositoryTask$ = CancelDataRepositoryTask$;
|
|
4310
4379
|
exports.CancelDataRepositoryTaskCommand = CancelDataRepositoryTaskCommand;
|
|
4380
|
+
exports.CancelDataRepositoryTaskRequest$ = CancelDataRepositoryTaskRequest$;
|
|
4381
|
+
exports.CancelDataRepositoryTaskResponse$ = CancelDataRepositoryTaskResponse$;
|
|
4382
|
+
exports.CompletionReport$ = CompletionReport$;
|
|
4383
|
+
exports.CopyBackup$ = CopyBackup$;
|
|
4311
4384
|
exports.CopyBackupCommand = CopyBackupCommand;
|
|
4385
|
+
exports.CopyBackupRequest$ = CopyBackupRequest$;
|
|
4386
|
+
exports.CopyBackupResponse$ = CopyBackupResponse$;
|
|
4387
|
+
exports.CopySnapshotAndUpdateVolume$ = CopySnapshotAndUpdateVolume$;
|
|
4312
4388
|
exports.CopySnapshotAndUpdateVolumeCommand = CopySnapshotAndUpdateVolumeCommand;
|
|
4389
|
+
exports.CopySnapshotAndUpdateVolumeRequest$ = CopySnapshotAndUpdateVolumeRequest$;
|
|
4390
|
+
exports.CopySnapshotAndUpdateVolumeResponse$ = CopySnapshotAndUpdateVolumeResponse$;
|
|
4391
|
+
exports.CreateAggregateConfiguration$ = CreateAggregateConfiguration$;
|
|
4392
|
+
exports.CreateAndAttachS3AccessPoint$ = CreateAndAttachS3AccessPoint$;
|
|
4313
4393
|
exports.CreateAndAttachS3AccessPointCommand = CreateAndAttachS3AccessPointCommand;
|
|
4394
|
+
exports.CreateAndAttachS3AccessPointOntapConfiguration$ = CreateAndAttachS3AccessPointOntapConfiguration$;
|
|
4395
|
+
exports.CreateAndAttachS3AccessPointOpenZFSConfiguration$ = CreateAndAttachS3AccessPointOpenZFSConfiguration$;
|
|
4396
|
+
exports.CreateAndAttachS3AccessPointRequest$ = CreateAndAttachS3AccessPointRequest$;
|
|
4397
|
+
exports.CreateAndAttachS3AccessPointResponse$ = CreateAndAttachS3AccessPointResponse$;
|
|
4398
|
+
exports.CreateAndAttachS3AccessPointS3Configuration$ = CreateAndAttachS3AccessPointS3Configuration$;
|
|
4399
|
+
exports.CreateBackup$ = CreateBackup$;
|
|
4314
4400
|
exports.CreateBackupCommand = CreateBackupCommand;
|
|
4401
|
+
exports.CreateBackupRequest$ = CreateBackupRequest$;
|
|
4402
|
+
exports.CreateBackupResponse$ = CreateBackupResponse$;
|
|
4403
|
+
exports.CreateDataRepositoryAssociation$ = CreateDataRepositoryAssociation$;
|
|
4315
4404
|
exports.CreateDataRepositoryAssociationCommand = CreateDataRepositoryAssociationCommand;
|
|
4405
|
+
exports.CreateDataRepositoryAssociationRequest$ = CreateDataRepositoryAssociationRequest$;
|
|
4406
|
+
exports.CreateDataRepositoryAssociationResponse$ = CreateDataRepositoryAssociationResponse$;
|
|
4407
|
+
exports.CreateDataRepositoryTask$ = CreateDataRepositoryTask$;
|
|
4316
4408
|
exports.CreateDataRepositoryTaskCommand = CreateDataRepositoryTaskCommand;
|
|
4409
|
+
exports.CreateDataRepositoryTaskRequest$ = CreateDataRepositoryTaskRequest$;
|
|
4410
|
+
exports.CreateDataRepositoryTaskResponse$ = CreateDataRepositoryTaskResponse$;
|
|
4411
|
+
exports.CreateFileCache$ = CreateFileCache$;
|
|
4317
4412
|
exports.CreateFileCacheCommand = CreateFileCacheCommand;
|
|
4413
|
+
exports.CreateFileCacheLustreConfiguration$ = CreateFileCacheLustreConfiguration$;
|
|
4414
|
+
exports.CreateFileCacheRequest$ = CreateFileCacheRequest$;
|
|
4415
|
+
exports.CreateFileCacheResponse$ = CreateFileCacheResponse$;
|
|
4416
|
+
exports.CreateFileSystem$ = CreateFileSystem$;
|
|
4318
4417
|
exports.CreateFileSystemCommand = CreateFileSystemCommand;
|
|
4418
|
+
exports.CreateFileSystemFromBackup$ = CreateFileSystemFromBackup$;
|
|
4319
4419
|
exports.CreateFileSystemFromBackupCommand = CreateFileSystemFromBackupCommand;
|
|
4420
|
+
exports.CreateFileSystemFromBackupRequest$ = CreateFileSystemFromBackupRequest$;
|
|
4421
|
+
exports.CreateFileSystemFromBackupResponse$ = CreateFileSystemFromBackupResponse$;
|
|
4422
|
+
exports.CreateFileSystemLustreConfiguration$ = CreateFileSystemLustreConfiguration$;
|
|
4423
|
+
exports.CreateFileSystemLustreMetadataConfiguration$ = CreateFileSystemLustreMetadataConfiguration$;
|
|
4424
|
+
exports.CreateFileSystemOntapConfiguration$ = CreateFileSystemOntapConfiguration$;
|
|
4425
|
+
exports.CreateFileSystemOpenZFSConfiguration$ = CreateFileSystemOpenZFSConfiguration$;
|
|
4426
|
+
exports.CreateFileSystemRequest$ = CreateFileSystemRequest$;
|
|
4427
|
+
exports.CreateFileSystemResponse$ = CreateFileSystemResponse$;
|
|
4428
|
+
exports.CreateFileSystemWindowsConfiguration$ = CreateFileSystemWindowsConfiguration$;
|
|
4429
|
+
exports.CreateOntapVolumeConfiguration$ = CreateOntapVolumeConfiguration$;
|
|
4430
|
+
exports.CreateOpenZFSOriginSnapshotConfiguration$ = CreateOpenZFSOriginSnapshotConfiguration$;
|
|
4431
|
+
exports.CreateOpenZFSVolumeConfiguration$ = CreateOpenZFSVolumeConfiguration$;
|
|
4432
|
+
exports.CreateSnaplockConfiguration$ = CreateSnaplockConfiguration$;
|
|
4433
|
+
exports.CreateSnapshot$ = CreateSnapshot$;
|
|
4320
4434
|
exports.CreateSnapshotCommand = CreateSnapshotCommand;
|
|
4435
|
+
exports.CreateSnapshotRequest$ = CreateSnapshotRequest$;
|
|
4436
|
+
exports.CreateSnapshotResponse$ = CreateSnapshotResponse$;
|
|
4437
|
+
exports.CreateStorageVirtualMachine$ = CreateStorageVirtualMachine$;
|
|
4321
4438
|
exports.CreateStorageVirtualMachineCommand = CreateStorageVirtualMachineCommand;
|
|
4439
|
+
exports.CreateStorageVirtualMachineRequest$ = CreateStorageVirtualMachineRequest$;
|
|
4440
|
+
exports.CreateStorageVirtualMachineResponse$ = CreateStorageVirtualMachineResponse$;
|
|
4441
|
+
exports.CreateSvmActiveDirectoryConfiguration$ = CreateSvmActiveDirectoryConfiguration$;
|
|
4442
|
+
exports.CreateVolume$ = CreateVolume$;
|
|
4322
4443
|
exports.CreateVolumeCommand = CreateVolumeCommand;
|
|
4444
|
+
exports.CreateVolumeFromBackup$ = CreateVolumeFromBackup$;
|
|
4323
4445
|
exports.CreateVolumeFromBackupCommand = CreateVolumeFromBackupCommand;
|
|
4446
|
+
exports.CreateVolumeFromBackupRequest$ = CreateVolumeFromBackupRequest$;
|
|
4447
|
+
exports.CreateVolumeFromBackupResponse$ = CreateVolumeFromBackupResponse$;
|
|
4448
|
+
exports.CreateVolumeRequest$ = CreateVolumeRequest$;
|
|
4449
|
+
exports.CreateVolumeResponse$ = CreateVolumeResponse$;
|
|
4324
4450
|
exports.DataCompressionType = DataCompressionType;
|
|
4325
|
-
exports.
|
|
4451
|
+
exports.DataRepositoryAssociation$ = DataRepositoryAssociation$;
|
|
4452
|
+
exports.DataRepositoryAssociationNotFound = DataRepositoryAssociationNotFound;
|
|
4453
|
+
exports.DataRepositoryAssociationNotFound$ = DataRepositoryAssociationNotFound$;
|
|
4454
|
+
exports.DataRepositoryConfiguration$ = DataRepositoryConfiguration$;
|
|
4455
|
+
exports.DataRepositoryFailureDetails$ = DataRepositoryFailureDetails$;
|
|
4326
4456
|
exports.DataRepositoryLifecycle = DataRepositoryLifecycle;
|
|
4327
|
-
exports.
|
|
4328
|
-
exports.
|
|
4457
|
+
exports.DataRepositoryTask$ = DataRepositoryTask$;
|
|
4458
|
+
exports.DataRepositoryTaskEnded = DataRepositoryTaskEnded;
|
|
4459
|
+
exports.DataRepositoryTaskEnded$ = DataRepositoryTaskEnded$;
|
|
4460
|
+
exports.DataRepositoryTaskExecuting = DataRepositoryTaskExecuting;
|
|
4461
|
+
exports.DataRepositoryTaskExecuting$ = DataRepositoryTaskExecuting$;
|
|
4462
|
+
exports.DataRepositoryTaskFailureDetails$ = DataRepositoryTaskFailureDetails$;
|
|
4463
|
+
exports.DataRepositoryTaskFilter$ = DataRepositoryTaskFilter$;
|
|
4329
4464
|
exports.DataRepositoryTaskFilterName = DataRepositoryTaskFilterName;
|
|
4330
4465
|
exports.DataRepositoryTaskLifecycle = DataRepositoryTaskLifecycle;
|
|
4331
|
-
exports.DataRepositoryTaskNotFound = DataRepositoryTaskNotFound
|
|
4466
|
+
exports.DataRepositoryTaskNotFound = DataRepositoryTaskNotFound;
|
|
4467
|
+
exports.DataRepositoryTaskNotFound$ = DataRepositoryTaskNotFound$;
|
|
4468
|
+
exports.DataRepositoryTaskStatus$ = DataRepositoryTaskStatus$;
|
|
4332
4469
|
exports.DataRepositoryTaskType = DataRepositoryTaskType;
|
|
4470
|
+
exports.DeleteBackup$ = DeleteBackup$;
|
|
4333
4471
|
exports.DeleteBackupCommand = DeleteBackupCommand;
|
|
4472
|
+
exports.DeleteBackupRequest$ = DeleteBackupRequest$;
|
|
4473
|
+
exports.DeleteBackupResponse$ = DeleteBackupResponse$;
|
|
4474
|
+
exports.DeleteDataRepositoryAssociation$ = DeleteDataRepositoryAssociation$;
|
|
4334
4475
|
exports.DeleteDataRepositoryAssociationCommand = DeleteDataRepositoryAssociationCommand;
|
|
4476
|
+
exports.DeleteDataRepositoryAssociationRequest$ = DeleteDataRepositoryAssociationRequest$;
|
|
4477
|
+
exports.DeleteDataRepositoryAssociationResponse$ = DeleteDataRepositoryAssociationResponse$;
|
|
4478
|
+
exports.DeleteFileCache$ = DeleteFileCache$;
|
|
4335
4479
|
exports.DeleteFileCacheCommand = DeleteFileCacheCommand;
|
|
4480
|
+
exports.DeleteFileCacheRequest$ = DeleteFileCacheRequest$;
|
|
4481
|
+
exports.DeleteFileCacheResponse$ = DeleteFileCacheResponse$;
|
|
4482
|
+
exports.DeleteFileSystem$ = DeleteFileSystem$;
|
|
4336
4483
|
exports.DeleteFileSystemCommand = DeleteFileSystemCommand;
|
|
4484
|
+
exports.DeleteFileSystemLustreConfiguration$ = DeleteFileSystemLustreConfiguration$;
|
|
4485
|
+
exports.DeleteFileSystemLustreResponse$ = DeleteFileSystemLustreResponse$;
|
|
4486
|
+
exports.DeleteFileSystemOpenZFSConfiguration$ = DeleteFileSystemOpenZFSConfiguration$;
|
|
4337
4487
|
exports.DeleteFileSystemOpenZFSOption = DeleteFileSystemOpenZFSOption;
|
|
4488
|
+
exports.DeleteFileSystemOpenZFSResponse$ = DeleteFileSystemOpenZFSResponse$;
|
|
4489
|
+
exports.DeleteFileSystemRequest$ = DeleteFileSystemRequest$;
|
|
4490
|
+
exports.DeleteFileSystemResponse$ = DeleteFileSystemResponse$;
|
|
4491
|
+
exports.DeleteFileSystemWindowsConfiguration$ = DeleteFileSystemWindowsConfiguration$;
|
|
4492
|
+
exports.DeleteFileSystemWindowsResponse$ = DeleteFileSystemWindowsResponse$;
|
|
4338
4493
|
exports.DeleteOpenZFSVolumeOption = DeleteOpenZFSVolumeOption;
|
|
4494
|
+
exports.DeleteSnapshot$ = DeleteSnapshot$;
|
|
4339
4495
|
exports.DeleteSnapshotCommand = DeleteSnapshotCommand;
|
|
4496
|
+
exports.DeleteSnapshotRequest$ = DeleteSnapshotRequest$;
|
|
4497
|
+
exports.DeleteSnapshotResponse$ = DeleteSnapshotResponse$;
|
|
4498
|
+
exports.DeleteStorageVirtualMachine$ = DeleteStorageVirtualMachine$;
|
|
4340
4499
|
exports.DeleteStorageVirtualMachineCommand = DeleteStorageVirtualMachineCommand;
|
|
4500
|
+
exports.DeleteStorageVirtualMachineRequest$ = DeleteStorageVirtualMachineRequest$;
|
|
4501
|
+
exports.DeleteStorageVirtualMachineResponse$ = DeleteStorageVirtualMachineResponse$;
|
|
4502
|
+
exports.DeleteVolume$ = DeleteVolume$;
|
|
4341
4503
|
exports.DeleteVolumeCommand = DeleteVolumeCommand;
|
|
4504
|
+
exports.DeleteVolumeOntapConfiguration$ = DeleteVolumeOntapConfiguration$;
|
|
4505
|
+
exports.DeleteVolumeOntapResponse$ = DeleteVolumeOntapResponse$;
|
|
4506
|
+
exports.DeleteVolumeOpenZFSConfiguration$ = DeleteVolumeOpenZFSConfiguration$;
|
|
4507
|
+
exports.DeleteVolumeRequest$ = DeleteVolumeRequest$;
|
|
4508
|
+
exports.DeleteVolumeResponse$ = DeleteVolumeResponse$;
|
|
4509
|
+
exports.DescribeBackups$ = DescribeBackups$;
|
|
4342
4510
|
exports.DescribeBackupsCommand = DescribeBackupsCommand;
|
|
4511
|
+
exports.DescribeBackupsRequest$ = DescribeBackupsRequest$;
|
|
4512
|
+
exports.DescribeBackupsResponse$ = DescribeBackupsResponse$;
|
|
4513
|
+
exports.DescribeDataRepositoryAssociations$ = DescribeDataRepositoryAssociations$;
|
|
4343
4514
|
exports.DescribeDataRepositoryAssociationsCommand = DescribeDataRepositoryAssociationsCommand;
|
|
4515
|
+
exports.DescribeDataRepositoryAssociationsRequest$ = DescribeDataRepositoryAssociationsRequest$;
|
|
4516
|
+
exports.DescribeDataRepositoryAssociationsResponse$ = DescribeDataRepositoryAssociationsResponse$;
|
|
4517
|
+
exports.DescribeDataRepositoryTasks$ = DescribeDataRepositoryTasks$;
|
|
4344
4518
|
exports.DescribeDataRepositoryTasksCommand = DescribeDataRepositoryTasksCommand;
|
|
4519
|
+
exports.DescribeDataRepositoryTasksRequest$ = DescribeDataRepositoryTasksRequest$;
|
|
4520
|
+
exports.DescribeDataRepositoryTasksResponse$ = DescribeDataRepositoryTasksResponse$;
|
|
4521
|
+
exports.DescribeFileCaches$ = DescribeFileCaches$;
|
|
4345
4522
|
exports.DescribeFileCachesCommand = DescribeFileCachesCommand;
|
|
4523
|
+
exports.DescribeFileCachesRequest$ = DescribeFileCachesRequest$;
|
|
4524
|
+
exports.DescribeFileCachesResponse$ = DescribeFileCachesResponse$;
|
|
4525
|
+
exports.DescribeFileSystemAliases$ = DescribeFileSystemAliases$;
|
|
4346
4526
|
exports.DescribeFileSystemAliasesCommand = DescribeFileSystemAliasesCommand;
|
|
4527
|
+
exports.DescribeFileSystemAliasesRequest$ = DescribeFileSystemAliasesRequest$;
|
|
4528
|
+
exports.DescribeFileSystemAliasesResponse$ = DescribeFileSystemAliasesResponse$;
|
|
4529
|
+
exports.DescribeFileSystems$ = DescribeFileSystems$;
|
|
4347
4530
|
exports.DescribeFileSystemsCommand = DescribeFileSystemsCommand;
|
|
4531
|
+
exports.DescribeFileSystemsRequest$ = DescribeFileSystemsRequest$;
|
|
4532
|
+
exports.DescribeFileSystemsResponse$ = DescribeFileSystemsResponse$;
|
|
4533
|
+
exports.DescribeS3AccessPointAttachments$ = DescribeS3AccessPointAttachments$;
|
|
4348
4534
|
exports.DescribeS3AccessPointAttachmentsCommand = DescribeS3AccessPointAttachmentsCommand;
|
|
4535
|
+
exports.DescribeS3AccessPointAttachmentsRequest$ = DescribeS3AccessPointAttachmentsRequest$;
|
|
4536
|
+
exports.DescribeS3AccessPointAttachmentsResponse$ = DescribeS3AccessPointAttachmentsResponse$;
|
|
4537
|
+
exports.DescribeSharedVpcConfiguration$ = DescribeSharedVpcConfiguration$;
|
|
4349
4538
|
exports.DescribeSharedVpcConfigurationCommand = DescribeSharedVpcConfigurationCommand;
|
|
4539
|
+
exports.DescribeSharedVpcConfigurationRequest$ = DescribeSharedVpcConfigurationRequest$;
|
|
4540
|
+
exports.DescribeSharedVpcConfigurationResponse$ = DescribeSharedVpcConfigurationResponse$;
|
|
4541
|
+
exports.DescribeSnapshots$ = DescribeSnapshots$;
|
|
4350
4542
|
exports.DescribeSnapshotsCommand = DescribeSnapshotsCommand;
|
|
4543
|
+
exports.DescribeSnapshotsRequest$ = DescribeSnapshotsRequest$;
|
|
4544
|
+
exports.DescribeSnapshotsResponse$ = DescribeSnapshotsResponse$;
|
|
4545
|
+
exports.DescribeStorageVirtualMachines$ = DescribeStorageVirtualMachines$;
|
|
4351
4546
|
exports.DescribeStorageVirtualMachinesCommand = DescribeStorageVirtualMachinesCommand;
|
|
4547
|
+
exports.DescribeStorageVirtualMachinesRequest$ = DescribeStorageVirtualMachinesRequest$;
|
|
4548
|
+
exports.DescribeStorageVirtualMachinesResponse$ = DescribeStorageVirtualMachinesResponse$;
|
|
4549
|
+
exports.DescribeVolumes$ = DescribeVolumes$;
|
|
4352
4550
|
exports.DescribeVolumesCommand = DescribeVolumesCommand;
|
|
4551
|
+
exports.DescribeVolumesRequest$ = DescribeVolumesRequest$;
|
|
4552
|
+
exports.DescribeVolumesResponse$ = DescribeVolumesResponse$;
|
|
4553
|
+
exports.DetachAndDeleteS3AccessPoint$ = DetachAndDeleteS3AccessPoint$;
|
|
4353
4554
|
exports.DetachAndDeleteS3AccessPointCommand = DetachAndDeleteS3AccessPointCommand;
|
|
4555
|
+
exports.DetachAndDeleteS3AccessPointRequest$ = DetachAndDeleteS3AccessPointRequest$;
|
|
4556
|
+
exports.DetachAndDeleteS3AccessPointResponse$ = DetachAndDeleteS3AccessPointResponse$;
|
|
4557
|
+
exports.DisassociateFileSystemAliases$ = DisassociateFileSystemAliases$;
|
|
4354
4558
|
exports.DisassociateFileSystemAliasesCommand = DisassociateFileSystemAliasesCommand;
|
|
4559
|
+
exports.DisassociateFileSystemAliasesRequest$ = DisassociateFileSystemAliasesRequest$;
|
|
4560
|
+
exports.DisassociateFileSystemAliasesResponse$ = DisassociateFileSystemAliasesResponse$;
|
|
4561
|
+
exports.DiskIopsConfiguration$ = DiskIopsConfiguration$;
|
|
4355
4562
|
exports.DiskIopsConfigurationMode = DiskIopsConfigurationMode;
|
|
4356
4563
|
exports.DriveCacheType = DriveCacheType;
|
|
4564
|
+
exports.DurationSinceLastAccess$ = DurationSinceLastAccess$;
|
|
4357
4565
|
exports.EventType = EventType;
|
|
4358
4566
|
exports.FSx = FSx;
|
|
4359
4567
|
exports.FSxClient = FSxClient;
|
|
4360
|
-
exports.FSxServiceException = FSxServiceException
|
|
4568
|
+
exports.FSxServiceException = FSxServiceException;
|
|
4569
|
+
exports.FSxServiceException$ = FSxServiceException$;
|
|
4570
|
+
exports.FileCache$ = FileCache$;
|
|
4571
|
+
exports.FileCacheCreating$ = FileCacheCreating$;
|
|
4572
|
+
exports.FileCacheDataRepositoryAssociation$ = FileCacheDataRepositoryAssociation$;
|
|
4573
|
+
exports.FileCacheFailureDetails$ = FileCacheFailureDetails$;
|
|
4361
4574
|
exports.FileCacheLifecycle = FileCacheLifecycle;
|
|
4575
|
+
exports.FileCacheLustreConfiguration$ = FileCacheLustreConfiguration$;
|
|
4362
4576
|
exports.FileCacheLustreDeploymentType = FileCacheLustreDeploymentType;
|
|
4363
|
-
exports.
|
|
4577
|
+
exports.FileCacheLustreMetadataConfiguration$ = FileCacheLustreMetadataConfiguration$;
|
|
4578
|
+
exports.FileCacheNFSConfiguration$ = FileCacheNFSConfiguration$;
|
|
4579
|
+
exports.FileCacheNotFound = FileCacheNotFound;
|
|
4580
|
+
exports.FileCacheNotFound$ = FileCacheNotFound$;
|
|
4364
4581
|
exports.FileCacheType = FileCacheType;
|
|
4582
|
+
exports.FileSystem$ = FileSystem$;
|
|
4583
|
+
exports.FileSystemEndpoint$ = FileSystemEndpoint$;
|
|
4584
|
+
exports.FileSystemEndpoints$ = FileSystemEndpoints$;
|
|
4585
|
+
exports.FileSystemFailureDetails$ = FileSystemFailureDetails$;
|
|
4365
4586
|
exports.FileSystemLifecycle = FileSystemLifecycle;
|
|
4587
|
+
exports.FileSystemLustreMetadataConfiguration$ = FileSystemLustreMetadataConfiguration$;
|
|
4366
4588
|
exports.FileSystemMaintenanceOperation = FileSystemMaintenanceOperation;
|
|
4367
|
-
exports.FileSystemNotFound = FileSystemNotFound
|
|
4589
|
+
exports.FileSystemNotFound = FileSystemNotFound;
|
|
4590
|
+
exports.FileSystemNotFound$ = FileSystemNotFound$;
|
|
4368
4591
|
exports.FileSystemType = FileSystemType;
|
|
4592
|
+
exports.Filter$ = Filter$;
|
|
4369
4593
|
exports.FilterName = FilterName;
|
|
4370
4594
|
exports.FlexCacheEndpointType = FlexCacheEndpointType;
|
|
4371
|
-
exports.IncompatibleParameterError = IncompatibleParameterError
|
|
4372
|
-
exports.
|
|
4595
|
+
exports.IncompatibleParameterError = IncompatibleParameterError;
|
|
4596
|
+
exports.IncompatibleParameterError$ = IncompatibleParameterError$;
|
|
4597
|
+
exports.IncompatibleRegionForMultiAZ = IncompatibleRegionForMultiAZ;
|
|
4598
|
+
exports.IncompatibleRegionForMultiAZ$ = IncompatibleRegionForMultiAZ$;
|
|
4373
4599
|
exports.InputOntapVolumeType = InputOntapVolumeType;
|
|
4374
|
-
exports.InternalServerError = InternalServerError
|
|
4375
|
-
exports.
|
|
4376
|
-
exports.
|
|
4377
|
-
exports.
|
|
4378
|
-
exports.
|
|
4379
|
-
exports.
|
|
4380
|
-
exports.
|
|
4381
|
-
exports.
|
|
4382
|
-
exports.
|
|
4383
|
-
exports.
|
|
4384
|
-
exports.
|
|
4600
|
+
exports.InternalServerError = InternalServerError;
|
|
4601
|
+
exports.InternalServerError$ = InternalServerError$;
|
|
4602
|
+
exports.InvalidAccessPoint = InvalidAccessPoint;
|
|
4603
|
+
exports.InvalidAccessPoint$ = InvalidAccessPoint$;
|
|
4604
|
+
exports.InvalidDataRepositoryType = InvalidDataRepositoryType;
|
|
4605
|
+
exports.InvalidDataRepositoryType$ = InvalidDataRepositoryType$;
|
|
4606
|
+
exports.InvalidDestinationKmsKey = InvalidDestinationKmsKey;
|
|
4607
|
+
exports.InvalidDestinationKmsKey$ = InvalidDestinationKmsKey$;
|
|
4608
|
+
exports.InvalidExportPath = InvalidExportPath;
|
|
4609
|
+
exports.InvalidExportPath$ = InvalidExportPath$;
|
|
4610
|
+
exports.InvalidImportPath = InvalidImportPath;
|
|
4611
|
+
exports.InvalidImportPath$ = InvalidImportPath$;
|
|
4612
|
+
exports.InvalidNetworkSettings = InvalidNetworkSettings;
|
|
4613
|
+
exports.InvalidNetworkSettings$ = InvalidNetworkSettings$;
|
|
4614
|
+
exports.InvalidPerUnitStorageThroughput = InvalidPerUnitStorageThroughput;
|
|
4615
|
+
exports.InvalidPerUnitStorageThroughput$ = InvalidPerUnitStorageThroughput$;
|
|
4616
|
+
exports.InvalidRegion = InvalidRegion;
|
|
4617
|
+
exports.InvalidRegion$ = InvalidRegion$;
|
|
4618
|
+
exports.InvalidRequest = InvalidRequest;
|
|
4619
|
+
exports.InvalidRequest$ = InvalidRequest$;
|
|
4620
|
+
exports.InvalidSourceKmsKey = InvalidSourceKmsKey;
|
|
4621
|
+
exports.InvalidSourceKmsKey$ = InvalidSourceKmsKey$;
|
|
4622
|
+
exports.LifecycleTransitionReason$ = LifecycleTransitionReason$;
|
|
4623
|
+
exports.ListTagsForResource$ = ListTagsForResource$;
|
|
4385
4624
|
exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
|
|
4625
|
+
exports.ListTagsForResourceRequest$ = ListTagsForResourceRequest$;
|
|
4626
|
+
exports.ListTagsForResourceResponse$ = ListTagsForResourceResponse$;
|
|
4386
4627
|
exports.LustreAccessAuditLogLevel = LustreAccessAuditLogLevel;
|
|
4387
4628
|
exports.LustreDeploymentType = LustreDeploymentType;
|
|
4629
|
+
exports.LustreFileSystemConfiguration$ = LustreFileSystemConfiguration$;
|
|
4630
|
+
exports.LustreLogConfiguration$ = LustreLogConfiguration$;
|
|
4631
|
+
exports.LustreLogCreateConfiguration$ = LustreLogCreateConfiguration$;
|
|
4632
|
+
exports.LustreReadCacheConfiguration$ = LustreReadCacheConfiguration$;
|
|
4388
4633
|
exports.LustreReadCacheSizingMode = LustreReadCacheSizingMode;
|
|
4634
|
+
exports.LustreRootSquashConfiguration$ = LustreRootSquashConfiguration$;
|
|
4389
4635
|
exports.MetadataConfigurationMode = MetadataConfigurationMode;
|
|
4390
|
-
exports.MissingFileCacheConfiguration = MissingFileCacheConfiguration
|
|
4391
|
-
exports.
|
|
4392
|
-
exports.
|
|
4636
|
+
exports.MissingFileCacheConfiguration = MissingFileCacheConfiguration;
|
|
4637
|
+
exports.MissingFileCacheConfiguration$ = MissingFileCacheConfiguration$;
|
|
4638
|
+
exports.MissingFileSystemConfiguration = MissingFileSystemConfiguration;
|
|
4639
|
+
exports.MissingFileSystemConfiguration$ = MissingFileSystemConfiguration$;
|
|
4640
|
+
exports.MissingVolumeConfiguration = MissingVolumeConfiguration;
|
|
4641
|
+
exports.MissingVolumeConfiguration$ = MissingVolumeConfiguration$;
|
|
4642
|
+
exports.NFSDataRepositoryConfiguration$ = NFSDataRepositoryConfiguration$;
|
|
4393
4643
|
exports.NetworkType = NetworkType;
|
|
4394
4644
|
exports.NfsVersion = NfsVersion;
|
|
4395
|
-
exports.NotServiceResourceError = NotServiceResourceError
|
|
4645
|
+
exports.NotServiceResourceError = NotServiceResourceError;
|
|
4646
|
+
exports.NotServiceResourceError$ = NotServiceResourceError$;
|
|
4396
4647
|
exports.OntapDeploymentType = OntapDeploymentType;
|
|
4648
|
+
exports.OntapFileSystemConfiguration$ = OntapFileSystemConfiguration$;
|
|
4649
|
+
exports.OntapFileSystemIdentity$ = OntapFileSystemIdentity$;
|
|
4397
4650
|
exports.OntapFileSystemUserType = OntapFileSystemUserType;
|
|
4651
|
+
exports.OntapUnixFileSystemUser$ = OntapUnixFileSystemUser$;
|
|
4652
|
+
exports.OntapVolumeConfiguration$ = OntapVolumeConfiguration$;
|
|
4398
4653
|
exports.OntapVolumeType = OntapVolumeType;
|
|
4654
|
+
exports.OntapWindowsFileSystemUser$ = OntapWindowsFileSystemUser$;
|
|
4655
|
+
exports.OpenZFSClientConfiguration$ = OpenZFSClientConfiguration$;
|
|
4399
4656
|
exports.OpenZFSCopyStrategy = OpenZFSCopyStrategy;
|
|
4657
|
+
exports.OpenZFSCreateRootVolumeConfiguration$ = OpenZFSCreateRootVolumeConfiguration$;
|
|
4400
4658
|
exports.OpenZFSDataCompressionType = OpenZFSDataCompressionType;
|
|
4401
4659
|
exports.OpenZFSDeploymentType = OpenZFSDeploymentType;
|
|
4660
|
+
exports.OpenZFSFileSystemConfiguration$ = OpenZFSFileSystemConfiguration$;
|
|
4661
|
+
exports.OpenZFSFileSystemIdentity$ = OpenZFSFileSystemIdentity$;
|
|
4402
4662
|
exports.OpenZFSFileSystemUserType = OpenZFSFileSystemUserType;
|
|
4663
|
+
exports.OpenZFSNfsExport$ = OpenZFSNfsExport$;
|
|
4664
|
+
exports.OpenZFSOriginSnapshotConfiguration$ = OpenZFSOriginSnapshotConfiguration$;
|
|
4665
|
+
exports.OpenZFSPosixFileSystemUser$ = OpenZFSPosixFileSystemUser$;
|
|
4403
4666
|
exports.OpenZFSQuotaType = OpenZFSQuotaType;
|
|
4667
|
+
exports.OpenZFSReadCacheConfiguration$ = OpenZFSReadCacheConfiguration$;
|
|
4404
4668
|
exports.OpenZFSReadCacheSizingMode = OpenZFSReadCacheSizingMode;
|
|
4669
|
+
exports.OpenZFSUserOrGroupQuota$ = OpenZFSUserOrGroupQuota$;
|
|
4670
|
+
exports.OpenZFSVolumeConfiguration$ = OpenZFSVolumeConfiguration$;
|
|
4405
4671
|
exports.PrivilegedDelete = PrivilegedDelete;
|
|
4672
|
+
exports.ReleaseConfiguration$ = ReleaseConfiguration$;
|
|
4673
|
+
exports.ReleaseFileSystemNfsV3Locks$ = ReleaseFileSystemNfsV3Locks$;
|
|
4406
4674
|
exports.ReleaseFileSystemNfsV3LocksCommand = ReleaseFileSystemNfsV3LocksCommand;
|
|
4675
|
+
exports.ReleaseFileSystemNfsV3LocksRequest$ = ReleaseFileSystemNfsV3LocksRequest$;
|
|
4676
|
+
exports.ReleaseFileSystemNfsV3LocksResponse$ = ReleaseFileSystemNfsV3LocksResponse$;
|
|
4407
4677
|
exports.ReportFormat = ReportFormat;
|
|
4408
4678
|
exports.ReportScope = ReportScope;
|
|
4409
|
-
exports.ResourceDoesNotSupportTagging = ResourceDoesNotSupportTagging
|
|
4410
|
-
exports.
|
|
4679
|
+
exports.ResourceDoesNotSupportTagging = ResourceDoesNotSupportTagging;
|
|
4680
|
+
exports.ResourceDoesNotSupportTagging$ = ResourceDoesNotSupportTagging$;
|
|
4681
|
+
exports.ResourceNotFound = ResourceNotFound;
|
|
4682
|
+
exports.ResourceNotFound$ = ResourceNotFound$;
|
|
4411
4683
|
exports.ResourceType = ResourceType;
|
|
4412
4684
|
exports.RestoreOpenZFSVolumeOption = RestoreOpenZFSVolumeOption;
|
|
4685
|
+
exports.RestoreVolumeFromSnapshot$ = RestoreVolumeFromSnapshot$;
|
|
4413
4686
|
exports.RestoreVolumeFromSnapshotCommand = RestoreVolumeFromSnapshotCommand;
|
|
4687
|
+
exports.RestoreVolumeFromSnapshotRequest$ = RestoreVolumeFromSnapshotRequest$;
|
|
4688
|
+
exports.RestoreVolumeFromSnapshotResponse$ = RestoreVolumeFromSnapshotResponse$;
|
|
4689
|
+
exports.RetentionPeriod$ = RetentionPeriod$;
|
|
4414
4690
|
exports.RetentionPeriodType = RetentionPeriodType;
|
|
4691
|
+
exports.S3AccessPoint$ = S3AccessPoint$;
|
|
4692
|
+
exports.S3AccessPointAttachment$ = S3AccessPointAttachment$;
|
|
4415
4693
|
exports.S3AccessPointAttachmentLifecycle = S3AccessPointAttachmentLifecycle;
|
|
4416
|
-
exports.S3AccessPointAttachmentNotFound = S3AccessPointAttachmentNotFound
|
|
4694
|
+
exports.S3AccessPointAttachmentNotFound = S3AccessPointAttachmentNotFound;
|
|
4695
|
+
exports.S3AccessPointAttachmentNotFound$ = S3AccessPointAttachmentNotFound$;
|
|
4417
4696
|
exports.S3AccessPointAttachmentType = S3AccessPointAttachmentType;
|
|
4697
|
+
exports.S3AccessPointAttachmentsFilter$ = S3AccessPointAttachmentsFilter$;
|
|
4418
4698
|
exports.S3AccessPointAttachmentsFilterName = S3AccessPointAttachmentsFilterName;
|
|
4699
|
+
exports.S3AccessPointOntapConfiguration$ = S3AccessPointOntapConfiguration$;
|
|
4700
|
+
exports.S3AccessPointOpenZFSConfiguration$ = S3AccessPointOpenZFSConfiguration$;
|
|
4701
|
+
exports.S3AccessPointVpcConfiguration$ = S3AccessPointVpcConfiguration$;
|
|
4702
|
+
exports.S3DataRepositoryConfiguration$ = S3DataRepositoryConfiguration$;
|
|
4419
4703
|
exports.SecurityStyle = SecurityStyle;
|
|
4704
|
+
exports.SelfManagedActiveDirectoryAttributes$ = SelfManagedActiveDirectoryAttributes$;
|
|
4705
|
+
exports.SelfManagedActiveDirectoryConfiguration$ = SelfManagedActiveDirectoryConfiguration$;
|
|
4706
|
+
exports.SelfManagedActiveDirectoryConfigurationUpdates$ = SelfManagedActiveDirectoryConfigurationUpdates$;
|
|
4420
4707
|
exports.ServiceLimit = ServiceLimit;
|
|
4421
|
-
exports.ServiceLimitExceeded = ServiceLimitExceeded
|
|
4708
|
+
exports.ServiceLimitExceeded = ServiceLimitExceeded;
|
|
4709
|
+
exports.ServiceLimitExceeded$ = ServiceLimitExceeded$;
|
|
4710
|
+
exports.SnaplockConfiguration$ = SnaplockConfiguration$;
|
|
4711
|
+
exports.SnaplockRetentionPeriod$ = SnaplockRetentionPeriod$;
|
|
4422
4712
|
exports.SnaplockType = SnaplockType;
|
|
4713
|
+
exports.Snapshot$ = Snapshot$;
|
|
4714
|
+
exports.SnapshotFilter$ = SnapshotFilter$;
|
|
4423
4715
|
exports.SnapshotFilterName = SnapshotFilterName;
|
|
4424
4716
|
exports.SnapshotLifecycle = SnapshotLifecycle;
|
|
4425
|
-
exports.SnapshotNotFound = SnapshotNotFound
|
|
4426
|
-
exports.
|
|
4717
|
+
exports.SnapshotNotFound = SnapshotNotFound;
|
|
4718
|
+
exports.SnapshotNotFound$ = SnapshotNotFound$;
|
|
4719
|
+
exports.SourceBackupUnavailable = SourceBackupUnavailable;
|
|
4720
|
+
exports.SourceBackupUnavailable$ = SourceBackupUnavailable$;
|
|
4721
|
+
exports.StartMisconfiguredStateRecovery$ = StartMisconfiguredStateRecovery$;
|
|
4427
4722
|
exports.StartMisconfiguredStateRecoveryCommand = StartMisconfiguredStateRecoveryCommand;
|
|
4723
|
+
exports.StartMisconfiguredStateRecoveryRequest$ = StartMisconfiguredStateRecoveryRequest$;
|
|
4724
|
+
exports.StartMisconfiguredStateRecoveryResponse$ = StartMisconfiguredStateRecoveryResponse$;
|
|
4428
4725
|
exports.Status = Status;
|
|
4429
4726
|
exports.StorageType = StorageType;
|
|
4727
|
+
exports.StorageVirtualMachine$ = StorageVirtualMachine$;
|
|
4728
|
+
exports.StorageVirtualMachineFilter$ = StorageVirtualMachineFilter$;
|
|
4430
4729
|
exports.StorageVirtualMachineFilterName = StorageVirtualMachineFilterName;
|
|
4431
4730
|
exports.StorageVirtualMachineLifecycle = StorageVirtualMachineLifecycle;
|
|
4432
|
-
exports.StorageVirtualMachineNotFound = StorageVirtualMachineNotFound
|
|
4731
|
+
exports.StorageVirtualMachineNotFound = StorageVirtualMachineNotFound;
|
|
4732
|
+
exports.StorageVirtualMachineNotFound$ = StorageVirtualMachineNotFound$;
|
|
4433
4733
|
exports.StorageVirtualMachineRootVolumeSecurityStyle = StorageVirtualMachineRootVolumeSecurityStyle;
|
|
4434
4734
|
exports.StorageVirtualMachineSubtype = StorageVirtualMachineSubtype;
|
|
4735
|
+
exports.SvmActiveDirectoryConfiguration$ = SvmActiveDirectoryConfiguration$;
|
|
4736
|
+
exports.SvmEndpoint$ = SvmEndpoint$;
|
|
4737
|
+
exports.SvmEndpoints$ = SvmEndpoints$;
|
|
4738
|
+
exports.Tag$ = Tag$;
|
|
4739
|
+
exports.TagResource$ = TagResource$;
|
|
4435
4740
|
exports.TagResourceCommand = TagResourceCommand;
|
|
4741
|
+
exports.TagResourceRequest$ = TagResourceRequest$;
|
|
4742
|
+
exports.TagResourceResponse$ = TagResourceResponse$;
|
|
4743
|
+
exports.TieringPolicy$ = TieringPolicy$;
|
|
4436
4744
|
exports.TieringPolicyName = TieringPolicyName;
|
|
4437
|
-
exports.TooManyAccessPoints = TooManyAccessPoints
|
|
4745
|
+
exports.TooManyAccessPoints = TooManyAccessPoints;
|
|
4746
|
+
exports.TooManyAccessPoints$ = TooManyAccessPoints$;
|
|
4438
4747
|
exports.Unit = Unit;
|
|
4439
|
-
exports.UnsupportedOperation = UnsupportedOperation
|
|
4748
|
+
exports.UnsupportedOperation = UnsupportedOperation;
|
|
4749
|
+
exports.UnsupportedOperation$ = UnsupportedOperation$;
|
|
4750
|
+
exports.UntagResource$ = UntagResource$;
|
|
4440
4751
|
exports.UntagResourceCommand = UntagResourceCommand;
|
|
4752
|
+
exports.UntagResourceRequest$ = UntagResourceRequest$;
|
|
4753
|
+
exports.UntagResourceResponse$ = UntagResourceResponse$;
|
|
4754
|
+
exports.UpdateDataRepositoryAssociation$ = UpdateDataRepositoryAssociation$;
|
|
4441
4755
|
exports.UpdateDataRepositoryAssociationCommand = UpdateDataRepositoryAssociationCommand;
|
|
4756
|
+
exports.UpdateDataRepositoryAssociationRequest$ = UpdateDataRepositoryAssociationRequest$;
|
|
4757
|
+
exports.UpdateDataRepositoryAssociationResponse$ = UpdateDataRepositoryAssociationResponse$;
|
|
4758
|
+
exports.UpdateFileCache$ = UpdateFileCache$;
|
|
4442
4759
|
exports.UpdateFileCacheCommand = UpdateFileCacheCommand;
|
|
4760
|
+
exports.UpdateFileCacheLustreConfiguration$ = UpdateFileCacheLustreConfiguration$;
|
|
4761
|
+
exports.UpdateFileCacheRequest$ = UpdateFileCacheRequest$;
|
|
4762
|
+
exports.UpdateFileCacheResponse$ = UpdateFileCacheResponse$;
|
|
4763
|
+
exports.UpdateFileSystem$ = UpdateFileSystem$;
|
|
4443
4764
|
exports.UpdateFileSystemCommand = UpdateFileSystemCommand;
|
|
4765
|
+
exports.UpdateFileSystemLustreConfiguration$ = UpdateFileSystemLustreConfiguration$;
|
|
4766
|
+
exports.UpdateFileSystemLustreMetadataConfiguration$ = UpdateFileSystemLustreMetadataConfiguration$;
|
|
4767
|
+
exports.UpdateFileSystemOntapConfiguration$ = UpdateFileSystemOntapConfiguration$;
|
|
4768
|
+
exports.UpdateFileSystemOpenZFSConfiguration$ = UpdateFileSystemOpenZFSConfiguration$;
|
|
4769
|
+
exports.UpdateFileSystemRequest$ = UpdateFileSystemRequest$;
|
|
4770
|
+
exports.UpdateFileSystemResponse$ = UpdateFileSystemResponse$;
|
|
4771
|
+
exports.UpdateFileSystemWindowsConfiguration$ = UpdateFileSystemWindowsConfiguration$;
|
|
4772
|
+
exports.UpdateOntapVolumeConfiguration$ = UpdateOntapVolumeConfiguration$;
|
|
4773
|
+
exports.UpdateOpenZFSVolumeConfiguration$ = UpdateOpenZFSVolumeConfiguration$;
|
|
4444
4774
|
exports.UpdateOpenZFSVolumeOption = UpdateOpenZFSVolumeOption;
|
|
4775
|
+
exports.UpdateSharedVpcConfiguration$ = UpdateSharedVpcConfiguration$;
|
|
4445
4776
|
exports.UpdateSharedVpcConfigurationCommand = UpdateSharedVpcConfigurationCommand;
|
|
4777
|
+
exports.UpdateSharedVpcConfigurationRequest$ = UpdateSharedVpcConfigurationRequest$;
|
|
4778
|
+
exports.UpdateSharedVpcConfigurationResponse$ = UpdateSharedVpcConfigurationResponse$;
|
|
4779
|
+
exports.UpdateSnaplockConfiguration$ = UpdateSnaplockConfiguration$;
|
|
4780
|
+
exports.UpdateSnapshot$ = UpdateSnapshot$;
|
|
4446
4781
|
exports.UpdateSnapshotCommand = UpdateSnapshotCommand;
|
|
4782
|
+
exports.UpdateSnapshotRequest$ = UpdateSnapshotRequest$;
|
|
4783
|
+
exports.UpdateSnapshotResponse$ = UpdateSnapshotResponse$;
|
|
4784
|
+
exports.UpdateStorageVirtualMachine$ = UpdateStorageVirtualMachine$;
|
|
4447
4785
|
exports.UpdateStorageVirtualMachineCommand = UpdateStorageVirtualMachineCommand;
|
|
4786
|
+
exports.UpdateStorageVirtualMachineRequest$ = UpdateStorageVirtualMachineRequest$;
|
|
4787
|
+
exports.UpdateStorageVirtualMachineResponse$ = UpdateStorageVirtualMachineResponse$;
|
|
4788
|
+
exports.UpdateSvmActiveDirectoryConfiguration$ = UpdateSvmActiveDirectoryConfiguration$;
|
|
4789
|
+
exports.UpdateVolume$ = UpdateVolume$;
|
|
4448
4790
|
exports.UpdateVolumeCommand = UpdateVolumeCommand;
|
|
4791
|
+
exports.UpdateVolumeRequest$ = UpdateVolumeRequest$;
|
|
4792
|
+
exports.UpdateVolumeResponse$ = UpdateVolumeResponse$;
|
|
4793
|
+
exports.Volume$ = Volume$;
|
|
4794
|
+
exports.VolumeFilter$ = VolumeFilter$;
|
|
4449
4795
|
exports.VolumeFilterName = VolumeFilterName;
|
|
4450
4796
|
exports.VolumeLifecycle = VolumeLifecycle;
|
|
4451
|
-
exports.VolumeNotFound = VolumeNotFound
|
|
4797
|
+
exports.VolumeNotFound = VolumeNotFound;
|
|
4798
|
+
exports.VolumeNotFound$ = VolumeNotFound$;
|
|
4452
4799
|
exports.VolumeStyle = VolumeStyle;
|
|
4453
4800
|
exports.VolumeType = VolumeType;
|
|
4454
4801
|
exports.WindowsAccessAuditLogLevel = WindowsAccessAuditLogLevel;
|
|
4802
|
+
exports.WindowsAuditLogConfiguration$ = WindowsAuditLogConfiguration$;
|
|
4803
|
+
exports.WindowsAuditLogCreateConfiguration$ = WindowsAuditLogCreateConfiguration$;
|
|
4455
4804
|
exports.WindowsDeploymentType = WindowsDeploymentType;
|
|
4805
|
+
exports.WindowsFileSystemConfiguration$ = WindowsFileSystemConfiguration$;
|
|
4806
|
+
exports.WindowsFsrmConfiguration$ = WindowsFsrmConfiguration$;
|
|
4456
4807
|
exports.paginateDescribeBackups = paginateDescribeBackups;
|
|
4457
4808
|
exports.paginateDescribeDataRepositoryAssociations = paginateDescribeDataRepositoryAssociations;
|
|
4458
4809
|
exports.paginateDescribeDataRepositoryTasks = paginateDescribeDataRepositoryTasks;
|