@aws-sdk/client-efs 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.
Files changed (51) hide show
  1. package/dist-cjs/index.js +502 -352
  2. package/dist-cjs/runtimeConfig.shared.js +6 -1
  3. package/dist-es/commands/CreateAccessPointCommand.js +2 -2
  4. package/dist-es/commands/CreateFileSystemCommand.js +2 -2
  5. package/dist-es/commands/CreateMountTargetCommand.js +2 -2
  6. package/dist-es/commands/CreateReplicationConfigurationCommand.js +2 -2
  7. package/dist-es/commands/CreateTagsCommand.js +2 -2
  8. package/dist-es/commands/DeleteAccessPointCommand.js +2 -2
  9. package/dist-es/commands/DeleteFileSystemCommand.js +2 -2
  10. package/dist-es/commands/DeleteFileSystemPolicyCommand.js +2 -2
  11. package/dist-es/commands/DeleteMountTargetCommand.js +2 -2
  12. package/dist-es/commands/DeleteReplicationConfigurationCommand.js +2 -2
  13. package/dist-es/commands/DeleteTagsCommand.js +2 -2
  14. package/dist-es/commands/DescribeAccessPointsCommand.js +2 -2
  15. package/dist-es/commands/DescribeAccountPreferencesCommand.js +2 -2
  16. package/dist-es/commands/DescribeBackupPolicyCommand.js +2 -2
  17. package/dist-es/commands/DescribeFileSystemPolicyCommand.js +2 -2
  18. package/dist-es/commands/DescribeFileSystemsCommand.js +2 -2
  19. package/dist-es/commands/DescribeLifecycleConfigurationCommand.js +2 -2
  20. package/dist-es/commands/DescribeMountTargetSecurityGroupsCommand.js +2 -2
  21. package/dist-es/commands/DescribeMountTargetsCommand.js +2 -2
  22. package/dist-es/commands/DescribeReplicationConfigurationsCommand.js +2 -2
  23. package/dist-es/commands/DescribeTagsCommand.js +2 -2
  24. package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
  25. package/dist-es/commands/ModifyMountTargetSecurityGroupsCommand.js +2 -2
  26. package/dist-es/commands/PutAccountPreferencesCommand.js +2 -2
  27. package/dist-es/commands/PutBackupPolicyCommand.js +2 -2
  28. package/dist-es/commands/PutFileSystemPolicyCommand.js +2 -2
  29. package/dist-es/commands/PutLifecycleConfigurationCommand.js +2 -2
  30. package/dist-es/commands/TagResourceCommand.js +2 -2
  31. package/dist-es/commands/UntagResourceCommand.js +2 -2
  32. package/dist-es/commands/UpdateFileSystemCommand.js +2 -2
  33. package/dist-es/commands/UpdateFileSystemProtectionCommand.js +2 -2
  34. package/dist-es/index.js +1 -0
  35. package/dist-es/runtimeConfig.shared.js +6 -1
  36. package/dist-es/schemas/schemas_0.js +259 -231
  37. package/dist-types/EFSClient.d.ts +1 -10
  38. package/dist-types/index.d.ts +1 -0
  39. package/dist-types/runtimeConfig.browser.d.ts +6 -2
  40. package/dist-types/runtimeConfig.d.ts +6 -2
  41. package/dist-types/runtimeConfig.native.d.ts +6 -2
  42. package/dist-types/runtimeConfig.shared.d.ts +6 -1
  43. package/dist-types/schemas/schemas_0.d.ts +123 -136
  44. package/dist-types/ts3.4/EFSClient.d.ts +0 -4
  45. package/dist-types/ts3.4/index.d.ts +1 -0
  46. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
  47. package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
  48. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
  49. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
  50. package/dist-types/ts3.4/schemas/schemas_0.d.ts +122 -136
  51. package/package.json +34 -34
@@ -212,9 +212,9 @@ const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.efs";
212
212
  const _tK = "tagKeys";
213
213
  const n0 = "com.amazonaws.efs";
214
214
  import { TypeRegistry } from "@smithy/core/schema";
215
- import { EFSServiceException as __EFSServiceException } from "../models/EFSServiceException";
216
- import { AccessPointAlreadyExists as __AccessPointAlreadyExists, AccessPointLimitExceeded as __AccessPointLimitExceeded, AccessPointNotFound as __AccessPointNotFound, AvailabilityZonesMismatch as __AvailabilityZonesMismatch, BadRequest as __BadRequest, ConflictException as __ConflictException, DependencyTimeout as __DependencyTimeout, FileSystemAlreadyExists as __FileSystemAlreadyExists, FileSystemInUse as __FileSystemInUse, FileSystemLimitExceeded as __FileSystemLimitExceeded, FileSystemNotFound as __FileSystemNotFound, IncorrectFileSystemLifeCycleState as __IncorrectFileSystemLifeCycleState, IncorrectMountTargetState as __IncorrectMountTargetState, InsufficientThroughputCapacity as __InsufficientThroughputCapacity, InternalServerError as __InternalServerError, InvalidPolicyException as __InvalidPolicyException, IpAddressInUse as __IpAddressInUse, MountTargetConflict as __MountTargetConflict, MountTargetNotFound as __MountTargetNotFound, NetworkInterfaceLimitExceeded as __NetworkInterfaceLimitExceeded, NoFreeAddressesInSubnet as __NoFreeAddressesInSubnet, PolicyNotFound as __PolicyNotFound, ReplicationAlreadyExists as __ReplicationAlreadyExists, ReplicationNotFound as __ReplicationNotFound, SecurityGroupLimitExceeded as __SecurityGroupLimitExceeded, SecurityGroupNotFound as __SecurityGroupNotFound, SubnetNotFound as __SubnetNotFound, ThrottlingException as __ThrottlingException, ThroughputLimitExceeded as __ThroughputLimitExceeded, TooManyRequests as __TooManyRequests, UnsupportedAvailabilityZone as __UnsupportedAvailabilityZone, ValidationException as __ValidationException, } from "../models/errors";
217
- export var AccessPointAlreadyExists = [
215
+ import { EFSServiceException } from "../models/EFSServiceException";
216
+ import { AccessPointAlreadyExists, AccessPointLimitExceeded, AccessPointNotFound, AvailabilityZonesMismatch, BadRequest, ConflictException, DependencyTimeout, FileSystemAlreadyExists, FileSystemInUse, FileSystemLimitExceeded, FileSystemNotFound, IncorrectFileSystemLifeCycleState, IncorrectMountTargetState, InsufficientThroughputCapacity, InternalServerError, InvalidPolicyException, IpAddressInUse, MountTargetConflict, MountTargetNotFound, NetworkInterfaceLimitExceeded, NoFreeAddressesInSubnet, PolicyNotFound, ReplicationAlreadyExists, ReplicationNotFound, SecurityGroupLimitExceeded, SecurityGroupNotFound, SubnetNotFound, ThrottlingException, ThroughputLimitExceeded, TooManyRequests, UnsupportedAvailabilityZone, ValidationException, } from "../models/errors";
217
+ export var AccessPointAlreadyExists$ = [
218
218
  -3,
219
219
  n0,
220
220
  _APAE,
@@ -222,36 +222,36 @@ export var AccessPointAlreadyExists = [
222
222
  [_EC, _M, _API],
223
223
  [0, 0, 0],
224
224
  ];
225
- TypeRegistry.for(n0).registerError(AccessPointAlreadyExists, __AccessPointAlreadyExists);
226
- export var AccessPointDescription = [
225
+ TypeRegistry.for(n0).registerError(AccessPointAlreadyExists$, AccessPointAlreadyExists);
226
+ export var AccessPointDescription$ = [
227
227
  3,
228
228
  n0,
229
229
  _APD,
230
230
  0,
231
231
  [_CT, _N, _T, _API, _APA, _FSI, _PU, _RD, _OI, _LCS],
232
- [0, 0, () => Tags, 0, 0, 0, () => PosixUser, () => RootDirectory, 0, 0],
233
- ];
234
- export var AccessPointLimitExceeded = [-3, n0, _APLE, { [_e]: _c, [_hE]: 403 }, [_EC, _M], [0, 0]];
235
- TypeRegistry.for(n0).registerError(AccessPointLimitExceeded, __AccessPointLimitExceeded);
236
- export var AccessPointNotFound = [-3, n0, _APNF, { [_e]: _c, [_hE]: 404 }, [_EC, _M], [0, 0]];
237
- TypeRegistry.for(n0).registerError(AccessPointNotFound, __AccessPointNotFound);
238
- export var AvailabilityZonesMismatch = [-3, n0, _AZM, { [_e]: _c, [_hE]: 400 }, [_EC, _M], [0, 0]];
239
- TypeRegistry.for(n0).registerError(AvailabilityZonesMismatch, __AvailabilityZonesMismatch);
240
- export var BackupPolicy = [3, n0, _BP, 0, [_S], [0]];
241
- export var BackupPolicyDescription = [3, n0, _BPD, 0, [_BP], [() => BackupPolicy]];
242
- export var BadRequest = [-3, n0, _BR, { [_e]: _c, [_hE]: 400 }, [_EC, _M], [0, 0]];
243
- TypeRegistry.for(n0).registerError(BadRequest, __BadRequest);
244
- export var ConflictException = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_EC, _M], [0, 0]];
245
- TypeRegistry.for(n0).registerError(ConflictException, __ConflictException);
246
- export var CreateAccessPointRequest = [
232
+ [0, 0, () => Tags, 0, 0, 0, () => PosixUser$, () => RootDirectory$, 0, 0],
233
+ ];
234
+ export var AccessPointLimitExceeded$ = [-3, n0, _APLE, { [_e]: _c, [_hE]: 403 }, [_EC, _M], [0, 0]];
235
+ TypeRegistry.for(n0).registerError(AccessPointLimitExceeded$, AccessPointLimitExceeded);
236
+ export var AccessPointNotFound$ = [-3, n0, _APNF, { [_e]: _c, [_hE]: 404 }, [_EC, _M], [0, 0]];
237
+ TypeRegistry.for(n0).registerError(AccessPointNotFound$, AccessPointNotFound);
238
+ export var AvailabilityZonesMismatch$ = [-3, n0, _AZM, { [_e]: _c, [_hE]: 400 }, [_EC, _M], [0, 0]];
239
+ TypeRegistry.for(n0).registerError(AvailabilityZonesMismatch$, AvailabilityZonesMismatch);
240
+ export var BackupPolicy$ = [3, n0, _BP, 0, [_S], [0]];
241
+ export var BackupPolicyDescription$ = [3, n0, _BPD, 0, [_BP], [() => BackupPolicy$]];
242
+ export var BadRequest$ = [-3, n0, _BR, { [_e]: _c, [_hE]: 400 }, [_EC, _M], [0, 0]];
243
+ TypeRegistry.for(n0).registerError(BadRequest$, BadRequest);
244
+ export var ConflictException$ = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_EC, _M], [0, 0]];
245
+ TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
246
+ export var CreateAccessPointRequest$ = [
247
247
  3,
248
248
  n0,
249
249
  _CAPR,
250
250
  0,
251
251
  [_CT, _T, _FSI, _PU, _RD],
252
- [[0, 4], () => Tags, 0, () => PosixUser, () => RootDirectory],
252
+ [[0, 4], () => Tags, 0, () => PosixUser$, () => RootDirectory$],
253
253
  ];
254
- export var CreateFileSystemRequest = [
254
+ export var CreateFileSystemRequest$ = [
255
255
  3,
256
256
  n0,
257
257
  _CFSR,
@@ -259,7 +259,7 @@ export var CreateFileSystemRequest = [
259
259
  [_CTr, _PM, _E, _KKI, _TM, _PTIM, _AZN, _B, _T],
260
260
  [[0, 4], 0, 2, 0, 0, 1, 0, 2, () => Tags],
261
261
  ];
262
- export var CreateMountTargetRequest = [
262
+ export var CreateMountTargetRequest$ = [
263
263
  3,
264
264
  n0,
265
265
  _CMTR,
@@ -267,7 +267,7 @@ export var CreateMountTargetRequest = [
267
267
  [_FSI, _SI, _IA, _IAp, _IAT, _SG],
268
268
  [0, 0, 0, 0, 0, 64 | 0],
269
269
  ];
270
- export var CreateReplicationConfigurationRequest = [
270
+ export var CreateReplicationConfigurationRequest$ = [
271
271
  3,
272
272
  n0,
273
273
  _CRCR,
@@ -275,13 +275,13 @@ export var CreateReplicationConfigurationRequest = [
275
275
  [_SFSI, _D],
276
276
  [[0, 1], () => DestinationsToCreate],
277
277
  ];
278
- export var CreateTagsRequest = [3, n0, _CTR, 0, [_FSI, _T], [[0, 1], () => Tags]];
279
- export var CreationInfo = [3, n0, _CI, 0, [_OU, _OG, _P], [1, 1, 0]];
280
- export var DeleteAccessPointRequest = [3, n0, _DAPR, 0, [_API], [[0, 1]]];
281
- export var DeleteFileSystemPolicyRequest = [3, n0, _DFSPR, 0, [_FSI], [[0, 1]]];
282
- export var DeleteFileSystemRequest = [3, n0, _DFSR, 0, [_FSI], [[0, 1]]];
283
- export var DeleteMountTargetRequest = [3, n0, _DMTR, 0, [_MTI], [[0, 1]]];
284
- export var DeleteReplicationConfigurationRequest = [
278
+ export var CreateTagsRequest$ = [3, n0, _CTR, 0, [_FSI, _T], [[0, 1], () => Tags]];
279
+ export var CreationInfo$ = [3, n0, _CI, 0, [_OU, _OG, _P], [1, 1, 0]];
280
+ export var DeleteAccessPointRequest$ = [3, n0, _DAPR, 0, [_API], [[0, 1]]];
281
+ export var DeleteFileSystemPolicyRequest$ = [3, n0, _DFSPR, 0, [_FSI], [[0, 1]]];
282
+ export var DeleteFileSystemRequest$ = [3, n0, _DFSR, 0, [_FSI], [[0, 1]]];
283
+ export var DeleteMountTargetRequest$ = [3, n0, _DMTR, 0, [_MTI], [[0, 1]]];
284
+ export var DeleteReplicationConfigurationRequest$ = [
285
285
  3,
286
286
  n0,
287
287
  _DRCR,
@@ -292,10 +292,10 @@ export var DeleteReplicationConfigurationRequest = [
292
292
  [0, { [_hQ]: _dM }],
293
293
  ],
294
294
  ];
295
- export var DeleteTagsRequest = [3, n0, _DTR, 0, [_FSI, _TK], [[0, 1], 64 | 0]];
296
- export var DependencyTimeout = [-3, n0, _DT, { [_e]: _s, [_hE]: 504 }, [_EC, _M], [0, 0]];
297
- TypeRegistry.for(n0).registerError(DependencyTimeout, __DependencyTimeout);
298
- export var DescribeAccessPointsRequest = [
295
+ export var DeleteTagsRequest$ = [3, n0, _DTR, 0, [_FSI, _TK], [[0, 1], 64 | 0]];
296
+ export var DependencyTimeout$ = [-3, n0, _DT, { [_e]: _s, [_hE]: 504 }, [_EC, _M], [0, 0]];
297
+ TypeRegistry.for(n0).registerError(DependencyTimeout$, DependencyTimeout);
298
+ export var DescribeAccessPointsRequest$ = [
299
299
  3,
300
300
  n0,
301
301
  _DAPRe,
@@ -308,7 +308,7 @@ export var DescribeAccessPointsRequest = [
308
308
  [0, { [_hQ]: _FSI }],
309
309
  ],
310
310
  ];
311
- export var DescribeAccessPointsResponse = [
311
+ export var DescribeAccessPointsResponse$ = [
312
312
  3,
313
313
  n0,
314
314
  _DAPRes,
@@ -316,18 +316,18 @@ export var DescribeAccessPointsResponse = [
316
316
  [_AP, _NT],
317
317
  [() => AccessPointDescriptions, 0],
318
318
  ];
319
- export var DescribeAccountPreferencesRequest = [3, n0, _DAPResc, 0, [_NT, _MR], [0, 1]];
320
- export var DescribeAccountPreferencesResponse = [
319
+ export var DescribeAccountPreferencesRequest$ = [3, n0, _DAPResc, 0, [_NT, _MR], [0, 1]];
320
+ export var DescribeAccountPreferencesResponse$ = [
321
321
  3,
322
322
  n0,
323
323
  _DAPRescr,
324
324
  0,
325
325
  [_RIP, _NT],
326
- [() => ResourceIdPreference, 0],
326
+ [() => ResourceIdPreference$, 0],
327
327
  ];
328
- export var DescribeBackupPolicyRequest = [3, n0, _DBPR, 0, [_FSI], [[0, 1]]];
329
- export var DescribeFileSystemPolicyRequest = [3, n0, _DFSPRe, 0, [_FSI], [[0, 1]]];
330
- export var DescribeFileSystemsRequest = [
328
+ export var DescribeBackupPolicyRequest$ = [3, n0, _DBPR, 0, [_FSI], [[0, 1]]];
329
+ export var DescribeFileSystemPolicyRequest$ = [3, n0, _DFSPRe, 0, [_FSI], [[0, 1]]];
330
+ export var DescribeFileSystemsRequest$ = [
331
331
  3,
332
332
  n0,
333
333
  _DFSRe,
@@ -340,7 +340,7 @@ export var DescribeFileSystemsRequest = [
340
340
  [0, { [_hQ]: _FSI }],
341
341
  ],
342
342
  ];
343
- export var DescribeFileSystemsResponse = [
343
+ export var DescribeFileSystemsResponse$ = [
344
344
  3,
345
345
  n0,
346
346
  _DFSRes,
@@ -348,10 +348,10 @@ export var DescribeFileSystemsResponse = [
348
348
  [_Ma, _FS, _NM],
349
349
  [0, () => FileSystemDescriptions, 0],
350
350
  ];
351
- export var DescribeLifecycleConfigurationRequest = [3, n0, _DLCR, 0, [_FSI], [[0, 1]]];
352
- export var DescribeMountTargetSecurityGroupsRequest = [3, n0, _DMTSGR, 0, [_MTI], [[0, 1]]];
353
- export var DescribeMountTargetSecurityGroupsResponse = [3, n0, _DMTSGRe, 0, [_SG], [64 | 0]];
354
- export var DescribeMountTargetsRequest = [
351
+ export var DescribeLifecycleConfigurationRequest$ = [3, n0, _DLCR, 0, [_FSI], [[0, 1]]];
352
+ export var DescribeMountTargetSecurityGroupsRequest$ = [3, n0, _DMTSGR, 0, [_MTI], [[0, 1]]];
353
+ export var DescribeMountTargetSecurityGroupsResponse$ = [3, n0, _DMTSGRe, 0, [_SG], [64 | 0]];
354
+ export var DescribeMountTargetsRequest$ = [
355
355
  3,
356
356
  n0,
357
357
  _DMTRe,
@@ -365,7 +365,7 @@ export var DescribeMountTargetsRequest = [
365
365
  [0, { [_hQ]: _API }],
366
366
  ],
367
367
  ];
368
- export var DescribeMountTargetsResponse = [
368
+ export var DescribeMountTargetsResponse$ = [
369
369
  3,
370
370
  n0,
371
371
  _DMTRes,
@@ -373,7 +373,7 @@ export var DescribeMountTargetsResponse = [
373
373
  [_Ma, _MT, _NM],
374
374
  [0, () => MountTargetDescriptions, 0],
375
375
  ];
376
- export var DescribeReplicationConfigurationsRequest = [
376
+ export var DescribeReplicationConfigurationsRequest$ = [
377
377
  3,
378
378
  n0,
379
379
  _DRCRe,
@@ -385,7 +385,7 @@ export var DescribeReplicationConfigurationsRequest = [
385
385
  [1, { [_hQ]: _MR }],
386
386
  ],
387
387
  ];
388
- export var DescribeReplicationConfigurationsResponse = [
388
+ export var DescribeReplicationConfigurationsResponse$ = [
389
389
  3,
390
390
  n0,
391
391
  _DRCRes,
@@ -393,7 +393,7 @@ export var DescribeReplicationConfigurationsResponse = [
393
393
  [_R, _NT],
394
394
  [() => ReplicationConfigurationDescriptions, 0],
395
395
  ];
396
- export var DescribeTagsRequest = [
396
+ export var DescribeTagsRequest$ = [
397
397
  3,
398
398
  n0,
399
399
  _DTRe,
@@ -405,8 +405,8 @@ export var DescribeTagsRequest = [
405
405
  [0, 1],
406
406
  ],
407
407
  ];
408
- export var DescribeTagsResponse = [3, n0, _DTRes, 0, [_Ma, _T, _NM], [0, () => Tags, 0]];
409
- export var Destination = [
408
+ export var DescribeTagsResponse$ = [3, n0, _DTRes, 0, [_Ma, _T, _NM], [0, () => Tags, 0]];
409
+ export var Destination$ = [
410
410
  3,
411
411
  n0,
412
412
  _De,
@@ -414,8 +414,15 @@ export var Destination = [
414
414
  [_S, _FSI, _Re, _LRT, _OI, _SM, _RA],
415
415
  [0, 0, 0, 4, 0, 0, 0],
416
416
  ];
417
- export var DestinationToCreate = [3, n0, _DTC, 0, [_Re, _AZN, _KKI, _FSI, _RA], [0, 0, 0, 0, 0]];
418
- export var FileSystemAlreadyExists = [
417
+ export var DestinationToCreate$ = [
418
+ 3,
419
+ n0,
420
+ _DTC,
421
+ 0,
422
+ [_Re, _AZN, _KKI, _FSI, _RA],
423
+ [0, 0, 0, 0, 0],
424
+ ];
425
+ export var FileSystemAlreadyExists$ = [
419
426
  -3,
420
427
  n0,
421
428
  _FSAE,
@@ -423,8 +430,8 @@ export var FileSystemAlreadyExists = [
423
430
  [_EC, _M, _FSI],
424
431
  [0, 0, 0],
425
432
  ];
426
- TypeRegistry.for(n0).registerError(FileSystemAlreadyExists, __FileSystemAlreadyExists);
427
- export var FileSystemDescription = [
433
+ TypeRegistry.for(n0).registerError(FileSystemAlreadyExists$, FileSystemAlreadyExists);
434
+ export var FileSystemDescription$ = [
428
435
  3,
429
436
  n0,
430
437
  _FSD,
@@ -439,7 +446,7 @@ export var FileSystemDescription = [
439
446
  0,
440
447
  0,
441
448
  1,
442
- () => FileSystemSize,
449
+ () => FileSystemSize$,
443
450
  0,
444
451
  2,
445
452
  0,
@@ -448,19 +455,19 @@ export var FileSystemDescription = [
448
455
  0,
449
456
  0,
450
457
  () => Tags,
451
- () => FileSystemProtectionDescription,
458
+ () => FileSystemProtectionDescription$,
452
459
  ],
453
460
  ];
454
- export var FileSystemInUse = [-3, n0, _FSIU, { [_e]: _c, [_hE]: 409 }, [_EC, _M], [0, 0]];
455
- TypeRegistry.for(n0).registerError(FileSystemInUse, __FileSystemInUse);
456
- export var FileSystemLimitExceeded = [-3, n0, _FSLE, { [_e]: _c, [_hE]: 403 }, [_EC, _M], [0, 0]];
457
- TypeRegistry.for(n0).registerError(FileSystemLimitExceeded, __FileSystemLimitExceeded);
458
- export var FileSystemNotFound = [-3, n0, _FSNF, { [_e]: _c, [_hE]: 404 }, [_EC, _M], [0, 0]];
459
- TypeRegistry.for(n0).registerError(FileSystemNotFound, __FileSystemNotFound);
460
- export var FileSystemPolicyDescription = [3, n0, _FSPD, 0, [_FSI, _Po], [0, 0]];
461
- export var FileSystemProtectionDescription = [3, n0, _FSPDi, 0, [_ROP], [0]];
462
- export var FileSystemSize = [3, n0, _FSS, 0, [_V, _Ti, _VIIA, _VIS, _VIA], [1, 4, 1, 1, 1]];
463
- export var IncorrectFileSystemLifeCycleState = [
461
+ export var FileSystemInUse$ = [-3, n0, _FSIU, { [_e]: _c, [_hE]: 409 }, [_EC, _M], [0, 0]];
462
+ TypeRegistry.for(n0).registerError(FileSystemInUse$, FileSystemInUse);
463
+ export var FileSystemLimitExceeded$ = [-3, n0, _FSLE, { [_e]: _c, [_hE]: 403 }, [_EC, _M], [0, 0]];
464
+ TypeRegistry.for(n0).registerError(FileSystemLimitExceeded$, FileSystemLimitExceeded);
465
+ export var FileSystemNotFound$ = [-3, n0, _FSNF, { [_e]: _c, [_hE]: 404 }, [_EC, _M], [0, 0]];
466
+ TypeRegistry.for(n0).registerError(FileSystemNotFound$, FileSystemNotFound);
467
+ export var FileSystemPolicyDescription$ = [3, n0, _FSPD, 0, [_FSI, _Po], [0, 0]];
468
+ export var FileSystemProtectionDescription$ = [3, n0, _FSPDi, 0, [_ROP], [0]];
469
+ export var FileSystemSize$ = [3, n0, _FSS, 0, [_V, _Ti, _VIIA, _VIS, _VIA], [1, 4, 1, 1, 1]];
470
+ export var IncorrectFileSystemLifeCycleState$ = [
464
471
  -3,
465
472
  n0,
466
473
  _IFSLCS,
@@ -468,10 +475,10 @@ export var IncorrectFileSystemLifeCycleState = [
468
475
  [_EC, _M],
469
476
  [0, 0],
470
477
  ];
471
- TypeRegistry.for(n0).registerError(IncorrectFileSystemLifeCycleState, __IncorrectFileSystemLifeCycleState);
472
- export var IncorrectMountTargetState = [-3, n0, _IMTS, { [_e]: _c, [_hE]: 409 }, [_EC, _M], [0, 0]];
473
- TypeRegistry.for(n0).registerError(IncorrectMountTargetState, __IncorrectMountTargetState);
474
- export var InsufficientThroughputCapacity = [
478
+ TypeRegistry.for(n0).registerError(IncorrectFileSystemLifeCycleState$, IncorrectFileSystemLifeCycleState);
479
+ export var IncorrectMountTargetState$ = [-3, n0, _IMTS, { [_e]: _c, [_hE]: 409 }, [_EC, _M], [0, 0]];
480
+ TypeRegistry.for(n0).registerError(IncorrectMountTargetState$, IncorrectMountTargetState);
481
+ export var InsufficientThroughputCapacity$ = [
475
482
  -3,
476
483
  n0,
477
484
  _ITC,
@@ -479,14 +486,14 @@ export var InsufficientThroughputCapacity = [
479
486
  [_EC, _M],
480
487
  [0, 0],
481
488
  ];
482
- TypeRegistry.for(n0).registerError(InsufficientThroughputCapacity, __InsufficientThroughputCapacity);
483
- export var InternalServerError = [-3, n0, _ISE, { [_e]: _s, [_hE]: 500 }, [_EC, _M], [0, 0]];
484
- TypeRegistry.for(n0).registerError(InternalServerError, __InternalServerError);
485
- export var InvalidPolicyException = [-3, n0, _IPE, { [_e]: _c, [_hE]: 400 }, [_EC, _M], [0, 0]];
486
- TypeRegistry.for(n0).registerError(InvalidPolicyException, __InvalidPolicyException);
487
- export var IpAddressInUse = [-3, n0, _IAIU, { [_e]: _c, [_hE]: 409 }, [_EC, _M], [0, 0]];
488
- TypeRegistry.for(n0).registerError(IpAddressInUse, __IpAddressInUse);
489
- export var LifecycleConfigurationDescription = [
489
+ TypeRegistry.for(n0).registerError(InsufficientThroughputCapacity$, InsufficientThroughputCapacity);
490
+ export var InternalServerError$ = [-3, n0, _ISE, { [_e]: _s, [_hE]: 500 }, [_EC, _M], [0, 0]];
491
+ TypeRegistry.for(n0).registerError(InternalServerError$, InternalServerError);
492
+ export var InvalidPolicyException$ = [-3, n0, _IPE, { [_e]: _c, [_hE]: 400 }, [_EC, _M], [0, 0]];
493
+ TypeRegistry.for(n0).registerError(InvalidPolicyException$, InvalidPolicyException);
494
+ export var IpAddressInUse$ = [-3, n0, _IAIU, { [_e]: _c, [_hE]: 409 }, [_EC, _M], [0, 0]];
495
+ TypeRegistry.for(n0).registerError(IpAddressInUse$, IpAddressInUse);
496
+ export var LifecycleConfigurationDescription$ = [
490
497
  3,
491
498
  n0,
492
499
  _LCD,
@@ -494,8 +501,8 @@ export var LifecycleConfigurationDescription = [
494
501
  [_LP],
495
502
  [() => LifecyclePolicies],
496
503
  ];
497
- export var LifecyclePolicy = [3, n0, _LPi, 0, [_TTIA, _TTPSC, _TTA], [0, 0, 0]];
498
- export var ListTagsForResourceRequest = [
504
+ export var LifecyclePolicy$ = [3, n0, _LPi, 0, [_TTIA, _TTPSC, _TTA], [0, 0, 0]];
505
+ export var ListTagsForResourceRequest$ = [
499
506
  3,
500
507
  n0,
501
508
  _LTFRR,
@@ -507,8 +514,8 @@ export var ListTagsForResourceRequest = [
507
514
  [0, { [_hQ]: _NT }],
508
515
  ],
509
516
  ];
510
- export var ListTagsForResourceResponse = [3, n0, _LTFRRi, 0, [_T, _NT], [() => Tags, 0]];
511
- export var ModifyMountTargetSecurityGroupsRequest = [
517
+ export var ListTagsForResourceResponse$ = [3, n0, _LTFRRi, 0, [_T, _NT], [() => Tags, 0]];
518
+ export var ModifyMountTargetSecurityGroupsRequest$ = [
512
519
  3,
513
520
  n0,
514
521
  _MMTSGR,
@@ -516,9 +523,9 @@ export var ModifyMountTargetSecurityGroupsRequest = [
516
523
  [_MTI, _SG],
517
524
  [[0, 1], 64 | 0],
518
525
  ];
519
- export var MountTargetConflict = [-3, n0, _MTC, { [_e]: _c, [_hE]: 409 }, [_EC, _M], [0, 0]];
520
- TypeRegistry.for(n0).registerError(MountTargetConflict, __MountTargetConflict);
521
- export var MountTargetDescription = [
526
+ export var MountTargetConflict$ = [-3, n0, _MTC, { [_e]: _c, [_hE]: 409 }, [_EC, _M], [0, 0]];
527
+ TypeRegistry.for(n0).registerError(MountTargetConflict$, MountTargetConflict);
528
+ export var MountTargetDescription$ = [
522
529
  3,
523
530
  n0,
524
531
  _MTD,
@@ -526,9 +533,9 @@ export var MountTargetDescription = [
526
533
  [_OI, _MTI, _FSI, _SI, _LCS, _IA, _IAp, _NII, _AZI, _AZN, _VI],
527
534
  [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
528
535
  ];
529
- export var MountTargetNotFound = [-3, n0, _MTNF, { [_e]: _c, [_hE]: 404 }, [_EC, _M], [0, 0]];
530
- TypeRegistry.for(n0).registerError(MountTargetNotFound, __MountTargetNotFound);
531
- export var NetworkInterfaceLimitExceeded = [
536
+ export var MountTargetNotFound$ = [-3, n0, _MTNF, { [_e]: _c, [_hE]: 404 }, [_EC, _M], [0, 0]];
537
+ TypeRegistry.for(n0).registerError(MountTargetNotFound$, MountTargetNotFound);
538
+ export var NetworkInterfaceLimitExceeded$ = [
532
539
  -3,
533
540
  n0,
534
541
  _NILE,
@@ -536,24 +543,31 @@ export var NetworkInterfaceLimitExceeded = [
536
543
  [_EC, _M],
537
544
  [0, 0],
538
545
  ];
539
- TypeRegistry.for(n0).registerError(NetworkInterfaceLimitExceeded, __NetworkInterfaceLimitExceeded);
540
- export var NoFreeAddressesInSubnet = [-3, n0, _NFAIS, { [_e]: _c, [_hE]: 409 }, [_EC, _M], [0, 0]];
541
- TypeRegistry.for(n0).registerError(NoFreeAddressesInSubnet, __NoFreeAddressesInSubnet);
542
- export var PolicyNotFound = [-3, n0, _PNF, { [_e]: _c, [_hE]: 404 }, [_EC, _M], [0, 0]];
543
- TypeRegistry.for(n0).registerError(PolicyNotFound, __PolicyNotFound);
544
- export var PosixUser = [3, n0, _PU, 0, [_U, _G, _SGe], [1, 1, 64 | 1]];
545
- export var PutAccountPreferencesRequest = [3, n0, _PAPR, 0, [_RIT], [0]];
546
- export var PutAccountPreferencesResponse = [
546
+ TypeRegistry.for(n0).registerError(NetworkInterfaceLimitExceeded$, NetworkInterfaceLimitExceeded);
547
+ export var NoFreeAddressesInSubnet$ = [-3, n0, _NFAIS, { [_e]: _c, [_hE]: 409 }, [_EC, _M], [0, 0]];
548
+ TypeRegistry.for(n0).registerError(NoFreeAddressesInSubnet$, NoFreeAddressesInSubnet);
549
+ export var PolicyNotFound$ = [-3, n0, _PNF, { [_e]: _c, [_hE]: 404 }, [_EC, _M], [0, 0]];
550
+ TypeRegistry.for(n0).registerError(PolicyNotFound$, PolicyNotFound);
551
+ export var PosixUser$ = [3, n0, _PU, 0, [_U, _G, _SGe], [1, 1, 64 | 1]];
552
+ export var PutAccountPreferencesRequest$ = [3, n0, _PAPR, 0, [_RIT], [0]];
553
+ export var PutAccountPreferencesResponse$ = [
547
554
  3,
548
555
  n0,
549
556
  _PAPRu,
550
557
  0,
551
558
  [_RIP],
552
- [() => ResourceIdPreference],
559
+ [() => ResourceIdPreference$],
553
560
  ];
554
- export var PutBackupPolicyRequest = [3, n0, _PBPR, 0, [_FSI, _BP], [[0, 1], () => BackupPolicy]];
555
- export var PutFileSystemPolicyRequest = [3, n0, _PFSPR, 0, [_FSI, _Po, _BPLSC], [[0, 1], 0, 2]];
556
- export var PutLifecycleConfigurationRequest = [
561
+ export var PutBackupPolicyRequest$ = [
562
+ 3,
563
+ n0,
564
+ _PBPR,
565
+ 0,
566
+ [_FSI, _BP],
567
+ [[0, 1], () => BackupPolicy$],
568
+ ];
569
+ export var PutFileSystemPolicyRequest$ = [3, n0, _PFSPR, 0, [_FSI, _Po, _BPLSC], [[0, 1], 0, 2]];
570
+ export var PutLifecycleConfigurationRequest$ = [
557
571
  3,
558
572
  n0,
559
573
  _PLCR,
@@ -561,9 +575,9 @@ export var PutLifecycleConfigurationRequest = [
561
575
  [_FSI, _LP],
562
576
  [[0, 1], () => LifecyclePolicies],
563
577
  ];
564
- export var ReplicationAlreadyExists = [-3, n0, _RAE, { [_e]: _c, [_hE]: 409 }, [_EC, _M], [0, 0]];
565
- TypeRegistry.for(n0).registerError(ReplicationAlreadyExists, __ReplicationAlreadyExists);
566
- export var ReplicationConfigurationDescription = [
578
+ export var ReplicationAlreadyExists$ = [-3, n0, _RAE, { [_e]: _c, [_hE]: 409 }, [_EC, _M], [0, 0]];
579
+ TypeRegistry.for(n0).registerError(ReplicationAlreadyExists$, ReplicationAlreadyExists);
580
+ export var ReplicationConfigurationDescription$ = [
567
581
  3,
568
582
  n0,
569
583
  _RCD,
@@ -571,27 +585,41 @@ export var ReplicationConfigurationDescription = [
571
585
  [_SFSI, _SFSR, _SFSA, _OSFSA, _CTre, _D, _SFSOI],
572
586
  [0, 0, 0, 0, 4, () => Destinations, 0],
573
587
  ];
574
- export var ReplicationNotFound = [-3, n0, _RNF, { [_e]: _c, [_hE]: 404 }, [_EC, _M], [0, 0]];
575
- TypeRegistry.for(n0).registerError(ReplicationNotFound, __ReplicationNotFound);
576
- export var ResourceIdPreference = [3, n0, _RIP, 0, [_RIT, _Res], [0, 64 | 0]];
577
- export var RootDirectory = [3, n0, _RD, 0, [_Pa, _CI], [0, () => CreationInfo]];
578
- export var SecurityGroupLimitExceeded = [-3, n0, _SGLE, { [_e]: _c, [_hE]: 400 }, [_EC, _M], [0, 0]];
579
- TypeRegistry.for(n0).registerError(SecurityGroupLimitExceeded, __SecurityGroupLimitExceeded);
580
- export var SecurityGroupNotFound = [-3, n0, _SGNF, { [_e]: _c, [_hE]: 400 }, [_EC, _M], [0, 0]];
581
- TypeRegistry.for(n0).registerError(SecurityGroupNotFound, __SecurityGroupNotFound);
582
- export var SubnetNotFound = [-3, n0, _SNF, { [_e]: _c, [_hE]: 400 }, [_EC, _M], [0, 0]];
583
- TypeRegistry.for(n0).registerError(SubnetNotFound, __SubnetNotFound);
584
- export var Tag = [3, n0, _Ta, 0, [_K, _V], [0, 0]];
585
- export var TagResourceRequest = [3, n0, _TRR, 0, [_RI, _T], [[0, 1], () => Tags]];
586
- export var ThrottlingException = [-3, n0, _TE, { [_e]: _c, [_hE]: 429 }, [_EC, _M], [0, 0]];
587
- TypeRegistry.for(n0).registerError(ThrottlingException, __ThrottlingException);
588
- export var ThroughputLimitExceeded = [-3, n0, _TLE, { [_e]: _c, [_hE]: 400 }, [_EC, _M], [0, 0]];
589
- TypeRegistry.for(n0).registerError(ThroughputLimitExceeded, __ThroughputLimitExceeded);
590
- export var TooManyRequests = [-3, n0, _TMR, { [_e]: _c, [_hE]: 429 }, [_EC, _M], [0, 0]];
591
- TypeRegistry.for(n0).registerError(TooManyRequests, __TooManyRequests);
592
- export var UnsupportedAvailabilityZone = [-3, n0, _UAZ, { [_e]: _c, [_hE]: 400 }, [_EC, _M], [0, 0]];
593
- TypeRegistry.for(n0).registerError(UnsupportedAvailabilityZone, __UnsupportedAvailabilityZone);
594
- export var UntagResourceRequest = [
588
+ export var ReplicationNotFound$ = [-3, n0, _RNF, { [_e]: _c, [_hE]: 404 }, [_EC, _M], [0, 0]];
589
+ TypeRegistry.for(n0).registerError(ReplicationNotFound$, ReplicationNotFound);
590
+ export var ResourceIdPreference$ = [3, n0, _RIP, 0, [_RIT, _Res], [0, 64 | 0]];
591
+ export var RootDirectory$ = [3, n0, _RD, 0, [_Pa, _CI], [0, () => CreationInfo$]];
592
+ export var SecurityGroupLimitExceeded$ = [
593
+ -3,
594
+ n0,
595
+ _SGLE,
596
+ { [_e]: _c, [_hE]: 400 },
597
+ [_EC, _M],
598
+ [0, 0],
599
+ ];
600
+ TypeRegistry.for(n0).registerError(SecurityGroupLimitExceeded$, SecurityGroupLimitExceeded);
601
+ export var SecurityGroupNotFound$ = [-3, n0, _SGNF, { [_e]: _c, [_hE]: 400 }, [_EC, _M], [0, 0]];
602
+ TypeRegistry.for(n0).registerError(SecurityGroupNotFound$, SecurityGroupNotFound);
603
+ export var SubnetNotFound$ = [-3, n0, _SNF, { [_e]: _c, [_hE]: 400 }, [_EC, _M], [0, 0]];
604
+ TypeRegistry.for(n0).registerError(SubnetNotFound$, SubnetNotFound);
605
+ export var Tag$ = [3, n0, _Ta, 0, [_K, _V], [0, 0]];
606
+ export var TagResourceRequest$ = [3, n0, _TRR, 0, [_RI, _T], [[0, 1], () => Tags]];
607
+ export var ThrottlingException$ = [-3, n0, _TE, { [_e]: _c, [_hE]: 429 }, [_EC, _M], [0, 0]];
608
+ TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
609
+ export var ThroughputLimitExceeded$ = [-3, n0, _TLE, { [_e]: _c, [_hE]: 400 }, [_EC, _M], [0, 0]];
610
+ TypeRegistry.for(n0).registerError(ThroughputLimitExceeded$, ThroughputLimitExceeded);
611
+ export var TooManyRequests$ = [-3, n0, _TMR, { [_e]: _c, [_hE]: 429 }, [_EC, _M], [0, 0]];
612
+ TypeRegistry.for(n0).registerError(TooManyRequests$, TooManyRequests);
613
+ export var UnsupportedAvailabilityZone$ = [
614
+ -3,
615
+ n0,
616
+ _UAZ,
617
+ { [_e]: _c, [_hE]: 400 },
618
+ [_EC, _M],
619
+ [0, 0],
620
+ ];
621
+ TypeRegistry.for(n0).registerError(UnsupportedAvailabilityZone$, UnsupportedAvailabilityZone);
622
+ export var UntagResourceRequest$ = [
595
623
  3,
596
624
  n0,
597
625
  _URR,
@@ -602,276 +630,276 @@ export var UntagResourceRequest = [
602
630
  [64 | 0, { [_hQ]: _tK }],
603
631
  ],
604
632
  ];
605
- export var UpdateFileSystemProtectionRequest = [3, n0, _UFSPR, 0, [_FSI, _ROP], [[0, 1], 0]];
606
- export var UpdateFileSystemRequest = [3, n0, _UFSR, 0, [_FSI, _TM, _PTIM], [[0, 1], 0, 1]];
607
- export var ValidationException = [-3, n0, _VE, { [_e]: _c, [_hE]: 400 }, [_EC, _M], [0, 0]];
608
- TypeRegistry.for(n0).registerError(ValidationException, __ValidationException);
609
- export var __Unit = "unit";
610
- export var EFSServiceException = [-3, _sm, "EFSServiceException", 0, [], []];
611
- TypeRegistry.for(_sm).registerError(EFSServiceException, __EFSServiceException);
612
- export var AccessPointDescriptions = [1, n0, _APDc, 0, () => AccessPointDescription];
613
- export var Destinations = [1, n0, _D, 0, () => Destination];
614
- export var DestinationsToCreate = [1, n0, _DTCe, 0, () => DestinationToCreate];
615
- export var FileSystemDescriptions = [1, n0, _FSDi, 0, () => FileSystemDescription];
616
- export var LifecyclePolicies = [1, n0, _LP, 0, () => LifecyclePolicy];
617
- export var MountTargetDescriptions = [1, n0, _MTDo, 0, () => MountTargetDescription];
618
- export var ReplicationConfigurationDescriptions = [
633
+ export var UpdateFileSystemProtectionRequest$ = [3, n0, _UFSPR, 0, [_FSI, _ROP], [[0, 1], 0]];
634
+ export var UpdateFileSystemRequest$ = [3, n0, _UFSR, 0, [_FSI, _TM, _PTIM], [[0, 1], 0, 1]];
635
+ export var ValidationException$ = [-3, n0, _VE, { [_e]: _c, [_hE]: 400 }, [_EC, _M], [0, 0]];
636
+ TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
637
+ var __Unit = "unit";
638
+ export var EFSServiceException$ = [-3, _sm, "EFSServiceException", 0, [], []];
639
+ TypeRegistry.for(_sm).registerError(EFSServiceException$, EFSServiceException);
640
+ var AccessPointDescriptions = [1, n0, _APDc, 0, () => AccessPointDescription$];
641
+ var Destinations = [1, n0, _D, 0, () => Destination$];
642
+ var DestinationsToCreate = [1, n0, _DTCe, 0, () => DestinationToCreate$];
643
+ var FileSystemDescriptions = [1, n0, _FSDi, 0, () => FileSystemDescription$];
644
+ var LifecyclePolicies = [1, n0, _LP, 0, () => LifecyclePolicy$];
645
+ var MountTargetDescriptions = [1, n0, _MTDo, 0, () => MountTargetDescription$];
646
+ var ReplicationConfigurationDescriptions = [
619
647
  1,
620
648
  n0,
621
649
  _RCDe,
622
650
  0,
623
- () => ReplicationConfigurationDescription,
624
- ];
625
- export var Resources = 64 | 0;
626
- export var SecondaryGids = 64 | 1;
627
- export var SecurityGroups = 64 | 0;
628
- export var TagKeys = 64 | 0;
629
- export var Tags = [1, n0, _T, 0, () => Tag];
630
- export var CreateAccessPoint = [
651
+ () => ReplicationConfigurationDescription$,
652
+ ];
653
+ var Resources = 64 | 0;
654
+ var SecondaryGids = 64 | 1;
655
+ var SecurityGroups = 64 | 0;
656
+ var TagKeys = 64 | 0;
657
+ var Tags = [1, n0, _T, 0, () => Tag$];
658
+ export var CreateAccessPoint$ = [
631
659
  9,
632
660
  n0,
633
661
  _CAP,
634
662
  { [_h]: ["POST", "/2015-02-01/access-points", 200] },
635
- () => CreateAccessPointRequest,
636
- () => AccessPointDescription,
663
+ () => CreateAccessPointRequest$,
664
+ () => AccessPointDescription$,
637
665
  ];
638
- export var CreateFileSystem = [
666
+ export var CreateFileSystem$ = [
639
667
  9,
640
668
  n0,
641
669
  _CFS,
642
670
  { [_h]: ["POST", "/2015-02-01/file-systems", 201] },
643
- () => CreateFileSystemRequest,
644
- () => FileSystemDescription,
671
+ () => CreateFileSystemRequest$,
672
+ () => FileSystemDescription$,
645
673
  ];
646
- export var CreateMountTarget = [
674
+ export var CreateMountTarget$ = [
647
675
  9,
648
676
  n0,
649
677
  _CMT,
650
678
  { [_h]: ["POST", "/2015-02-01/mount-targets", 200] },
651
- () => CreateMountTargetRequest,
652
- () => MountTargetDescription,
679
+ () => CreateMountTargetRequest$,
680
+ () => MountTargetDescription$,
653
681
  ];
654
- export var CreateReplicationConfiguration = [
682
+ export var CreateReplicationConfiguration$ = [
655
683
  9,
656
684
  n0,
657
685
  _CRC,
658
686
  { [_h]: ["POST", "/2015-02-01/file-systems/{SourceFileSystemId}/replication-configuration", 200] },
659
- () => CreateReplicationConfigurationRequest,
660
- () => ReplicationConfigurationDescription,
687
+ () => CreateReplicationConfigurationRequest$,
688
+ () => ReplicationConfigurationDescription$,
661
689
  ];
662
- export var CreateTags = [
690
+ export var CreateTags$ = [
663
691
  9,
664
692
  n0,
665
693
  _CTrea,
666
694
  { [_h]: ["POST", "/2015-02-01/create-tags/{FileSystemId}", 204] },
667
- () => CreateTagsRequest,
695
+ () => CreateTagsRequest$,
668
696
  () => __Unit,
669
697
  ];
670
- export var DeleteAccessPoint = [
698
+ export var DeleteAccessPoint$ = [
671
699
  9,
672
700
  n0,
673
701
  _DAP,
674
702
  { [_h]: ["DELETE", "/2015-02-01/access-points/{AccessPointId}", 204] },
675
- () => DeleteAccessPointRequest,
703
+ () => DeleteAccessPointRequest$,
676
704
  () => __Unit,
677
705
  ];
678
- export var DeleteFileSystem = [
706
+ export var DeleteFileSystem$ = [
679
707
  9,
680
708
  n0,
681
709
  _DFS,
682
710
  { [_h]: ["DELETE", "/2015-02-01/file-systems/{FileSystemId}", 204] },
683
- () => DeleteFileSystemRequest,
711
+ () => DeleteFileSystemRequest$,
684
712
  () => __Unit,
685
713
  ];
686
- export var DeleteFileSystemPolicy = [
714
+ export var DeleteFileSystemPolicy$ = [
687
715
  9,
688
716
  n0,
689
717
  _DFSP,
690
718
  { [_h]: ["DELETE", "/2015-02-01/file-systems/{FileSystemId}/policy", 200] },
691
- () => DeleteFileSystemPolicyRequest,
719
+ () => DeleteFileSystemPolicyRequest$,
692
720
  () => __Unit,
693
721
  ];
694
- export var DeleteMountTarget = [
722
+ export var DeleteMountTarget$ = [
695
723
  9,
696
724
  n0,
697
725
  _DMT,
698
726
  { [_h]: ["DELETE", "/2015-02-01/mount-targets/{MountTargetId}", 204] },
699
- () => DeleteMountTargetRequest,
727
+ () => DeleteMountTargetRequest$,
700
728
  () => __Unit,
701
729
  ];
702
- export var DeleteReplicationConfiguration = [
730
+ export var DeleteReplicationConfiguration$ = [
703
731
  9,
704
732
  n0,
705
733
  _DRC,
706
734
  { [_h]: ["DELETE", "/2015-02-01/file-systems/{SourceFileSystemId}/replication-configuration", 204] },
707
- () => DeleteReplicationConfigurationRequest,
735
+ () => DeleteReplicationConfigurationRequest$,
708
736
  () => __Unit,
709
737
  ];
710
- export var DeleteTags = [
738
+ export var DeleteTags$ = [
711
739
  9,
712
740
  n0,
713
741
  _DTe,
714
742
  { [_h]: ["POST", "/2015-02-01/delete-tags/{FileSystemId}", 204] },
715
- () => DeleteTagsRequest,
743
+ () => DeleteTagsRequest$,
716
744
  () => __Unit,
717
745
  ];
718
- export var DescribeAccessPoints = [
746
+ export var DescribeAccessPoints$ = [
719
747
  9,
720
748
  n0,
721
749
  _DAPe,
722
750
  { [_h]: ["GET", "/2015-02-01/access-points", 200] },
723
- () => DescribeAccessPointsRequest,
724
- () => DescribeAccessPointsResponse,
751
+ () => DescribeAccessPointsRequest$,
752
+ () => DescribeAccessPointsResponse$,
725
753
  ];
726
- export var DescribeAccountPreferences = [
754
+ export var DescribeAccountPreferences$ = [
727
755
  9,
728
756
  n0,
729
757
  _DAPes,
730
758
  { [_h]: ["GET", "/2015-02-01/account-preferences", 200] },
731
- () => DescribeAccountPreferencesRequest,
732
- () => DescribeAccountPreferencesResponse,
759
+ () => DescribeAccountPreferencesRequest$,
760
+ () => DescribeAccountPreferencesResponse$,
733
761
  ];
734
- export var DescribeBackupPolicy = [
762
+ export var DescribeBackupPolicy$ = [
735
763
  9,
736
764
  n0,
737
765
  _DBP,
738
766
  { [_h]: ["GET", "/2015-02-01/file-systems/{FileSystemId}/backup-policy", 200] },
739
- () => DescribeBackupPolicyRequest,
740
- () => BackupPolicyDescription,
767
+ () => DescribeBackupPolicyRequest$,
768
+ () => BackupPolicyDescription$,
741
769
  ];
742
- export var DescribeFileSystemPolicy = [
770
+ export var DescribeFileSystemPolicy$ = [
743
771
  9,
744
772
  n0,
745
773
  _DFSPe,
746
774
  { [_h]: ["GET", "/2015-02-01/file-systems/{FileSystemId}/policy", 200] },
747
- () => DescribeFileSystemPolicyRequest,
748
- () => FileSystemPolicyDescription,
775
+ () => DescribeFileSystemPolicyRequest$,
776
+ () => FileSystemPolicyDescription$,
749
777
  ];
750
- export var DescribeFileSystems = [
778
+ export var DescribeFileSystems$ = [
751
779
  9,
752
780
  n0,
753
781
  _DFSe,
754
782
  { [_h]: ["GET", "/2015-02-01/file-systems", 200] },
755
- () => DescribeFileSystemsRequest,
756
- () => DescribeFileSystemsResponse,
783
+ () => DescribeFileSystemsRequest$,
784
+ () => DescribeFileSystemsResponse$,
757
785
  ];
758
- export var DescribeLifecycleConfiguration = [
786
+ export var DescribeLifecycleConfiguration$ = [
759
787
  9,
760
788
  n0,
761
789
  _DLC,
762
790
  { [_h]: ["GET", "/2015-02-01/file-systems/{FileSystemId}/lifecycle-configuration", 200] },
763
- () => DescribeLifecycleConfigurationRequest,
764
- () => LifecycleConfigurationDescription,
791
+ () => DescribeLifecycleConfigurationRequest$,
792
+ () => LifecycleConfigurationDescription$,
765
793
  ];
766
- export var DescribeMountTargets = [
794
+ export var DescribeMountTargets$ = [
767
795
  9,
768
796
  n0,
769
797
  _DMTe,
770
798
  { [_h]: ["GET", "/2015-02-01/mount-targets", 200] },
771
- () => DescribeMountTargetsRequest,
772
- () => DescribeMountTargetsResponse,
799
+ () => DescribeMountTargetsRequest$,
800
+ () => DescribeMountTargetsResponse$,
773
801
  ];
774
- export var DescribeMountTargetSecurityGroups = [
802
+ export var DescribeMountTargetSecurityGroups$ = [
775
803
  9,
776
804
  n0,
777
805
  _DMTSG,
778
806
  { [_h]: ["GET", "/2015-02-01/mount-targets/{MountTargetId}/security-groups", 200] },
779
- () => DescribeMountTargetSecurityGroupsRequest,
780
- () => DescribeMountTargetSecurityGroupsResponse,
807
+ () => DescribeMountTargetSecurityGroupsRequest$,
808
+ () => DescribeMountTargetSecurityGroupsResponse$,
781
809
  ];
782
- export var DescribeReplicationConfigurations = [
810
+ export var DescribeReplicationConfigurations$ = [
783
811
  9,
784
812
  n0,
785
813
  _DRCe,
786
814
  { [_h]: ["GET", "/2015-02-01/file-systems/replication-configurations", 200] },
787
- () => DescribeReplicationConfigurationsRequest,
788
- () => DescribeReplicationConfigurationsResponse,
815
+ () => DescribeReplicationConfigurationsRequest$,
816
+ () => DescribeReplicationConfigurationsResponse$,
789
817
  ];
790
- export var DescribeTags = [
818
+ export var DescribeTags$ = [
791
819
  9,
792
820
  n0,
793
821
  _DTes,
794
822
  { [_h]: ["GET", "/2015-02-01/tags/{FileSystemId}", 200] },
795
- () => DescribeTagsRequest,
796
- () => DescribeTagsResponse,
823
+ () => DescribeTagsRequest$,
824
+ () => DescribeTagsResponse$,
797
825
  ];
798
- export var ListTagsForResource = [
826
+ export var ListTagsForResource$ = [
799
827
  9,
800
828
  n0,
801
829
  _LTFR,
802
830
  { [_h]: ["GET", "/2015-02-01/resource-tags/{ResourceId}", 200] },
803
- () => ListTagsForResourceRequest,
804
- () => ListTagsForResourceResponse,
831
+ () => ListTagsForResourceRequest$,
832
+ () => ListTagsForResourceResponse$,
805
833
  ];
806
- export var ModifyMountTargetSecurityGroups = [
834
+ export var ModifyMountTargetSecurityGroups$ = [
807
835
  9,
808
836
  n0,
809
837
  _MMTSG,
810
838
  { [_h]: ["PUT", "/2015-02-01/mount-targets/{MountTargetId}/security-groups", 204] },
811
- () => ModifyMountTargetSecurityGroupsRequest,
839
+ () => ModifyMountTargetSecurityGroupsRequest$,
812
840
  () => __Unit,
813
841
  ];
814
- export var PutAccountPreferences = [
842
+ export var PutAccountPreferences$ = [
815
843
  9,
816
844
  n0,
817
845
  _PAP,
818
846
  { [_h]: ["PUT", "/2015-02-01/account-preferences", 200] },
819
- () => PutAccountPreferencesRequest,
820
- () => PutAccountPreferencesResponse,
847
+ () => PutAccountPreferencesRequest$,
848
+ () => PutAccountPreferencesResponse$,
821
849
  ];
822
- export var PutBackupPolicy = [
850
+ export var PutBackupPolicy$ = [
823
851
  9,
824
852
  n0,
825
853
  _PBP,
826
854
  { [_h]: ["PUT", "/2015-02-01/file-systems/{FileSystemId}/backup-policy", 200] },
827
- () => PutBackupPolicyRequest,
828
- () => BackupPolicyDescription,
855
+ () => PutBackupPolicyRequest$,
856
+ () => BackupPolicyDescription$,
829
857
  ];
830
- export var PutFileSystemPolicy = [
858
+ export var PutFileSystemPolicy$ = [
831
859
  9,
832
860
  n0,
833
861
  _PFSP,
834
862
  { [_h]: ["PUT", "/2015-02-01/file-systems/{FileSystemId}/policy", 200] },
835
- () => PutFileSystemPolicyRequest,
836
- () => FileSystemPolicyDescription,
863
+ () => PutFileSystemPolicyRequest$,
864
+ () => FileSystemPolicyDescription$,
837
865
  ];
838
- export var PutLifecycleConfiguration = [
866
+ export var PutLifecycleConfiguration$ = [
839
867
  9,
840
868
  n0,
841
869
  _PLC,
842
870
  { [_h]: ["PUT", "/2015-02-01/file-systems/{FileSystemId}/lifecycle-configuration", 200] },
843
- () => PutLifecycleConfigurationRequest,
844
- () => LifecycleConfigurationDescription,
871
+ () => PutLifecycleConfigurationRequest$,
872
+ () => LifecycleConfigurationDescription$,
845
873
  ];
846
- export var TagResource = [
874
+ export var TagResource$ = [
847
875
  9,
848
876
  n0,
849
877
  _TR,
850
878
  { [_h]: ["POST", "/2015-02-01/resource-tags/{ResourceId}", 200] },
851
- () => TagResourceRequest,
879
+ () => TagResourceRequest$,
852
880
  () => __Unit,
853
881
  ];
854
- export var UntagResource = [
882
+ export var UntagResource$ = [
855
883
  9,
856
884
  n0,
857
885
  _UR,
858
886
  { [_h]: ["DELETE", "/2015-02-01/resource-tags/{ResourceId}", 200] },
859
- () => UntagResourceRequest,
887
+ () => UntagResourceRequest$,
860
888
  () => __Unit,
861
889
  ];
862
- export var UpdateFileSystem = [
890
+ export var UpdateFileSystem$ = [
863
891
  9,
864
892
  n0,
865
893
  _UFS,
866
894
  { [_h]: ["PUT", "/2015-02-01/file-systems/{FileSystemId}", 202] },
867
- () => UpdateFileSystemRequest,
868
- () => FileSystemDescription,
895
+ () => UpdateFileSystemRequest$,
896
+ () => FileSystemDescription$,
869
897
  ];
870
- export var UpdateFileSystemProtection = [
898
+ export var UpdateFileSystemProtection$ = [
871
899
  9,
872
900
  n0,
873
901
  _UFSP,
874
902
  { [_h]: ["PUT", "/2015-02-01/file-systems/{FileSystemId}/protection", 200] },
875
- () => UpdateFileSystemProtectionRequest,
876
- () => FileSystemProtectionDescription,
903
+ () => UpdateFileSystemProtectionRequest$,
904
+ () => FileSystemProtectionDescription$,
877
905
  ];