@aws-sdk/client-efs 3.940.0 → 3.946.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 (64) hide show
  1. package/dist-cjs/index.js +85 -542
  2. package/dist-cjs/runtimeConfig.browser.js +2 -2
  3. package/dist-cjs/runtimeConfig.js +3 -4
  4. package/dist-es/EFSClient.js +2 -2
  5. package/dist-es/runtimeConfig.browser.js +2 -2
  6. package/dist-es/runtimeConfig.js +2 -3
  7. package/dist-es/schemas/schemas_0.js +85 -542
  8. package/dist-types/EFS.d.ts +1 -1
  9. package/dist-types/EFSClient.d.ts +10 -10
  10. package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +2 -2
  11. package/dist-types/auth/httpAuthSchemeProvider.d.ts +2 -2
  12. package/dist-types/commands/CreateAccessPointCommand.d.ts +3 -3
  13. package/dist-types/commands/CreateFileSystemCommand.d.ts +3 -3
  14. package/dist-types/commands/CreateMountTargetCommand.d.ts +3 -3
  15. package/dist-types/commands/CreateReplicationConfigurationCommand.d.ts +3 -3
  16. package/dist-types/commands/CreateTagsCommand.d.ts +3 -3
  17. package/dist-types/commands/DeleteAccessPointCommand.d.ts +3 -3
  18. package/dist-types/commands/DeleteFileSystemCommand.d.ts +3 -3
  19. package/dist-types/commands/DeleteFileSystemPolicyCommand.d.ts +3 -3
  20. package/dist-types/commands/DeleteMountTargetCommand.d.ts +3 -3
  21. package/dist-types/commands/DeleteReplicationConfigurationCommand.d.ts +3 -3
  22. package/dist-types/commands/DeleteTagsCommand.d.ts +3 -3
  23. package/dist-types/commands/DescribeAccessPointsCommand.d.ts +3 -3
  24. package/dist-types/commands/DescribeAccountPreferencesCommand.d.ts +3 -3
  25. package/dist-types/commands/DescribeBackupPolicyCommand.d.ts +3 -3
  26. package/dist-types/commands/DescribeFileSystemPolicyCommand.d.ts +3 -3
  27. package/dist-types/commands/DescribeFileSystemsCommand.d.ts +3 -3
  28. package/dist-types/commands/DescribeLifecycleConfigurationCommand.d.ts +3 -3
  29. package/dist-types/commands/DescribeMountTargetSecurityGroupsCommand.d.ts +3 -3
  30. package/dist-types/commands/DescribeMountTargetsCommand.d.ts +3 -3
  31. package/dist-types/commands/DescribeReplicationConfigurationsCommand.d.ts +3 -3
  32. package/dist-types/commands/DescribeTagsCommand.d.ts +3 -3
  33. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -3
  34. package/dist-types/commands/ModifyMountTargetSecurityGroupsCommand.d.ts +3 -3
  35. package/dist-types/commands/PutAccountPreferencesCommand.d.ts +3 -3
  36. package/dist-types/commands/PutBackupPolicyCommand.d.ts +3 -3
  37. package/dist-types/commands/PutFileSystemPolicyCommand.d.ts +3 -3
  38. package/dist-types/commands/PutLifecycleConfigurationCommand.d.ts +3 -3
  39. package/dist-types/commands/TagResourceCommand.d.ts +3 -3
  40. package/dist-types/commands/UntagResourceCommand.d.ts +3 -3
  41. package/dist-types/commands/UpdateFileSystemCommand.d.ts +3 -3
  42. package/dist-types/commands/UpdateFileSystemProtectionCommand.d.ts +3 -3
  43. package/dist-types/endpoint/EndpointParameters.d.ts +13 -1
  44. package/dist-types/endpoint/endpointResolver.d.ts +5 -2
  45. package/dist-types/extensionConfiguration.d.ts +4 -4
  46. package/dist-types/models/EFSServiceException.d.ts +1 -1
  47. package/dist-types/models/errors.d.ts +1 -1
  48. package/dist-types/pagination/DescribeAccessPointsPaginator.d.ts +1 -1
  49. package/dist-types/pagination/DescribeFileSystemsPaginator.d.ts +1 -1
  50. package/dist-types/pagination/DescribeMountTargetsPaginator.d.ts +1 -1
  51. package/dist-types/pagination/DescribeReplicationConfigurationsPaginator.d.ts +1 -1
  52. package/dist-types/pagination/DescribeTagsPaginator.d.ts +1 -1
  53. package/dist-types/pagination/Interfaces.d.ts +1 -1
  54. package/dist-types/pagination/ListTagsForResourcePaginator.d.ts +1 -1
  55. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  56. package/dist-types/runtimeConfig.d.ts +1 -1
  57. package/dist-types/runtimeConfig.native.d.ts +1 -1
  58. package/dist-types/runtimeConfig.shared.d.ts +1 -1
  59. package/dist-types/runtimeExtensions.d.ts +1 -1
  60. package/dist-types/schemas/schemas_0.d.ts +1 -1
  61. package/dist-types/ts3.4/EFSClient.d.ts +3 -3
  62. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  63. package/dist-types/ts3.4/models/EFSServiceException.d.ts +1 -1
  64. package/package.json +13 -12
@@ -218,10 +218,7 @@ export var AccessPointAlreadyExists = [
218
218
  -3,
219
219
  n0,
220
220
  _APAE,
221
- {
222
- [_e]: _c,
223
- [_hE]: 409,
224
- },
221
+ { [_e]: _c, [_hE]: 409 },
225
222
  [_EC, _M, _API],
226
223
  [0, 0, 0],
227
224
  ];
@@ -234,67 +231,17 @@ export var AccessPointDescription = [
234
231
  [_CT, _N, _T, _API, _APA, _FSI, _PU, _RD, _OI, _LCS],
235
232
  [0, 0, () => Tags, 0, 0, 0, () => PosixUser, () => RootDirectory, 0, 0],
236
233
  ];
237
- export var AccessPointLimitExceeded = [
238
- -3,
239
- n0,
240
- _APLE,
241
- {
242
- [_e]: _c,
243
- [_hE]: 403,
244
- },
245
- [_EC, _M],
246
- [0, 0],
247
- ];
234
+ export var AccessPointLimitExceeded = [-3, n0, _APLE, { [_e]: _c, [_hE]: 403 }, [_EC, _M], [0, 0]];
248
235
  TypeRegistry.for(n0).registerError(AccessPointLimitExceeded, __AccessPointLimitExceeded);
249
- export var AccessPointNotFound = [
250
- -3,
251
- n0,
252
- _APNF,
253
- {
254
- [_e]: _c,
255
- [_hE]: 404,
256
- },
257
- [_EC, _M],
258
- [0, 0],
259
- ];
236
+ export var AccessPointNotFound = [-3, n0, _APNF, { [_e]: _c, [_hE]: 404 }, [_EC, _M], [0, 0]];
260
237
  TypeRegistry.for(n0).registerError(AccessPointNotFound, __AccessPointNotFound);
261
- export var AvailabilityZonesMismatch = [
262
- -3,
263
- n0,
264
- _AZM,
265
- {
266
- [_e]: _c,
267
- [_hE]: 400,
268
- },
269
- [_EC, _M],
270
- [0, 0],
271
- ];
238
+ export var AvailabilityZonesMismatch = [-3, n0, _AZM, { [_e]: _c, [_hE]: 400 }, [_EC, _M], [0, 0]];
272
239
  TypeRegistry.for(n0).registerError(AvailabilityZonesMismatch, __AvailabilityZonesMismatch);
273
240
  export var BackupPolicy = [3, n0, _BP, 0, [_S], [0]];
274
241
  export var BackupPolicyDescription = [3, n0, _BPD, 0, [_BP], [() => BackupPolicy]];
275
- export var BadRequest = [
276
- -3,
277
- n0,
278
- _BR,
279
- {
280
- [_e]: _c,
281
- [_hE]: 400,
282
- },
283
- [_EC, _M],
284
- [0, 0],
285
- ];
242
+ export var BadRequest = [-3, n0, _BR, { [_e]: _c, [_hE]: 400 }, [_EC, _M], [0, 0]];
286
243
  TypeRegistry.for(n0).registerError(BadRequest, __BadRequest);
287
- export var ConflictException = [
288
- -3,
289
- n0,
290
- _CE,
291
- {
292
- [_e]: _c,
293
- [_hE]: 409,
294
- },
295
- [_EC, _M],
296
- [0, 0],
297
- ];
244
+ export var ConflictException = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_EC, _M], [0, 0]];
298
245
  TypeRegistry.for(n0).registerError(ConflictException, __ConflictException);
299
246
  export var CreateAccessPointRequest = [
300
247
  3,
@@ -342,26 +289,11 @@ export var DeleteReplicationConfigurationRequest = [
342
289
  [_SFSI, _DM],
343
290
  [
344
291
  [0, 1],
345
- [
346
- 0,
347
- {
348
- [_hQ]: _dM,
349
- },
350
- ],
292
+ [0, { [_hQ]: _dM }],
351
293
  ],
352
294
  ];
353
295
  export var DeleteTagsRequest = [3, n0, _DTR, 0, [_FSI, _TK], [[0, 1], 64 | 0]];
354
- export var DependencyTimeout = [
355
- -3,
356
- n0,
357
- _DT,
358
- {
359
- [_e]: _s,
360
- [_hE]: 504,
361
- },
362
- [_EC, _M],
363
- [0, 0],
364
- ];
296
+ export var DependencyTimeout = [-3, n0, _DT, { [_e]: _s, [_hE]: 504 }, [_EC, _M], [0, 0]];
365
297
  TypeRegistry.for(n0).registerError(DependencyTimeout, __DependencyTimeout);
366
298
  export var DescribeAccessPointsRequest = [
367
299
  3,
@@ -370,30 +302,10 @@ export var DescribeAccessPointsRequest = [
370
302
  0,
371
303
  [_MR, _NT, _API, _FSI],
372
304
  [
373
- [
374
- 1,
375
- {
376
- [_hQ]: _MR,
377
- },
378
- ],
379
- [
380
- 0,
381
- {
382
- [_hQ]: _NT,
383
- },
384
- ],
385
- [
386
- 0,
387
- {
388
- [_hQ]: _API,
389
- },
390
- ],
391
- [
392
- 0,
393
- {
394
- [_hQ]: _FSI,
395
- },
396
- ],
305
+ [1, { [_hQ]: _MR }],
306
+ [0, { [_hQ]: _NT }],
307
+ [0, { [_hQ]: _API }],
308
+ [0, { [_hQ]: _FSI }],
397
309
  ],
398
310
  ];
399
311
  export var DescribeAccessPointsResponse = [
@@ -422,30 +334,10 @@ export var DescribeFileSystemsRequest = [
422
334
  0,
423
335
  [_MI, _Ma, _CTr, _FSI],
424
336
  [
425
- [
426
- 1,
427
- {
428
- [_hQ]: _MI,
429
- },
430
- ],
431
- [
432
- 0,
433
- {
434
- [_hQ]: _Ma,
435
- },
436
- ],
437
- [
438
- 0,
439
- {
440
- [_hQ]: _CTr,
441
- },
442
- ],
443
- [
444
- 0,
445
- {
446
- [_hQ]: _FSI,
447
- },
448
- ],
337
+ [1, { [_hQ]: _MI }],
338
+ [0, { [_hQ]: _Ma }],
339
+ [0, { [_hQ]: _CTr }],
340
+ [0, { [_hQ]: _FSI }],
449
341
  ],
450
342
  ];
451
343
  export var DescribeFileSystemsResponse = [
@@ -466,36 +358,11 @@ export var DescribeMountTargetsRequest = [
466
358
  0,
467
359
  [_MI, _Ma, _FSI, _MTI, _API],
468
360
  [
469
- [
470
- 1,
471
- {
472
- [_hQ]: _MI,
473
- },
474
- ],
475
- [
476
- 0,
477
- {
478
- [_hQ]: _Ma,
479
- },
480
- ],
481
- [
482
- 0,
483
- {
484
- [_hQ]: _FSI,
485
- },
486
- ],
487
- [
488
- 0,
489
- {
490
- [_hQ]: _MTI,
491
- },
492
- ],
493
- [
494
- 0,
495
- {
496
- [_hQ]: _API,
497
- },
498
- ],
361
+ [1, { [_hQ]: _MI }],
362
+ [0, { [_hQ]: _Ma }],
363
+ [0, { [_hQ]: _FSI }],
364
+ [0, { [_hQ]: _MTI }],
365
+ [0, { [_hQ]: _API }],
499
366
  ],
500
367
  ];
501
368
  export var DescribeMountTargetsResponse = [
@@ -513,24 +380,9 @@ export var DescribeReplicationConfigurationsRequest = [
513
380
  0,
514
381
  [_FSI, _NT, _MR],
515
382
  [
516
- [
517
- 0,
518
- {
519
- [_hQ]: _FSI,
520
- },
521
- ],
522
- [
523
- 0,
524
- {
525
- [_hQ]: _NT,
526
- },
527
- ],
528
- [
529
- 1,
530
- {
531
- [_hQ]: _MR,
532
- },
533
- ],
383
+ [0, { [_hQ]: _FSI }],
384
+ [0, { [_hQ]: _NT }],
385
+ [1, { [_hQ]: _MR }],
534
386
  ],
535
387
  ];
536
388
  export var DescribeReplicationConfigurationsResponse = [
@@ -548,18 +400,8 @@ export var DescribeTagsRequest = [
548
400
  0,
549
401
  [_MI, _Ma, _FSI],
550
402
  [
551
- [
552
- 1,
553
- {
554
- [_hQ]: _MI,
555
- },
556
- ],
557
- [
558
- 0,
559
- {
560
- [_hQ]: _Ma,
561
- },
562
- ],
403
+ [1, { [_hQ]: _MI }],
404
+ [0, { [_hQ]: _Ma }],
563
405
  [0, 1],
564
406
  ],
565
407
  ];
@@ -577,10 +419,7 @@ export var FileSystemAlreadyExists = [
577
419
  -3,
578
420
  n0,
579
421
  _FSAE,
580
- {
581
- [_e]: _c,
582
- [_hE]: 409,
583
- },
422
+ { [_e]: _c, [_hE]: 409 },
584
423
  [_EC, _M, _FSI],
585
424
  [0, 0, 0],
586
425
  ];
@@ -612,41 +451,11 @@ export var FileSystemDescription = [
612
451
  () => FileSystemProtectionDescription,
613
452
  ],
614
453
  ];
615
- export var FileSystemInUse = [
616
- -3,
617
- n0,
618
- _FSIU,
619
- {
620
- [_e]: _c,
621
- [_hE]: 409,
622
- },
623
- [_EC, _M],
624
- [0, 0],
625
- ];
454
+ export var FileSystemInUse = [-3, n0, _FSIU, { [_e]: _c, [_hE]: 409 }, [_EC, _M], [0, 0]];
626
455
  TypeRegistry.for(n0).registerError(FileSystemInUse, __FileSystemInUse);
627
- export var FileSystemLimitExceeded = [
628
- -3,
629
- n0,
630
- _FSLE,
631
- {
632
- [_e]: _c,
633
- [_hE]: 403,
634
- },
635
- [_EC, _M],
636
- [0, 0],
637
- ];
456
+ export var FileSystemLimitExceeded = [-3, n0, _FSLE, { [_e]: _c, [_hE]: 403 }, [_EC, _M], [0, 0]];
638
457
  TypeRegistry.for(n0).registerError(FileSystemLimitExceeded, __FileSystemLimitExceeded);
639
- export var FileSystemNotFound = [
640
- -3,
641
- n0,
642
- _FSNF,
643
- {
644
- [_e]: _c,
645
- [_hE]: 404,
646
- },
647
- [_EC, _M],
648
- [0, 0],
649
- ];
458
+ export var FileSystemNotFound = [-3, n0, _FSNF, { [_e]: _c, [_hE]: 404 }, [_EC, _M], [0, 0]];
650
459
  TypeRegistry.for(n0).registerError(FileSystemNotFound, __FileSystemNotFound);
651
460
  export var FileSystemPolicyDescription = [3, n0, _FSPD, 0, [_FSI, _Po], [0, 0]];
652
461
  export var FileSystemProtectionDescription = [3, n0, _FSPDi, 0, [_ROP], [0]];
@@ -655,73 +464,27 @@ export var IncorrectFileSystemLifeCycleState = [
655
464
  -3,
656
465
  n0,
657
466
  _IFSLCS,
658
- {
659
- [_e]: _c,
660
- [_hE]: 409,
661
- },
467
+ { [_e]: _c, [_hE]: 409 },
662
468
  [_EC, _M],
663
469
  [0, 0],
664
470
  ];
665
471
  TypeRegistry.for(n0).registerError(IncorrectFileSystemLifeCycleState, __IncorrectFileSystemLifeCycleState);
666
- export var IncorrectMountTargetState = [
667
- -3,
668
- n0,
669
- _IMTS,
670
- {
671
- [_e]: _c,
672
- [_hE]: 409,
673
- },
674
- [_EC, _M],
675
- [0, 0],
676
- ];
472
+ export var IncorrectMountTargetState = [-3, n0, _IMTS, { [_e]: _c, [_hE]: 409 }, [_EC, _M], [0, 0]];
677
473
  TypeRegistry.for(n0).registerError(IncorrectMountTargetState, __IncorrectMountTargetState);
678
474
  export var InsufficientThroughputCapacity = [
679
475
  -3,
680
476
  n0,
681
477
  _ITC,
682
- {
683
- [_e]: _s,
684
- [_hE]: 503,
685
- },
478
+ { [_e]: _s, [_hE]: 503 },
686
479
  [_EC, _M],
687
480
  [0, 0],
688
481
  ];
689
482
  TypeRegistry.for(n0).registerError(InsufficientThroughputCapacity, __InsufficientThroughputCapacity);
690
- export var InternalServerError = [
691
- -3,
692
- n0,
693
- _ISE,
694
- {
695
- [_e]: _s,
696
- [_hE]: 500,
697
- },
698
- [_EC, _M],
699
- [0, 0],
700
- ];
483
+ export var InternalServerError = [-3, n0, _ISE, { [_e]: _s, [_hE]: 500 }, [_EC, _M], [0, 0]];
701
484
  TypeRegistry.for(n0).registerError(InternalServerError, __InternalServerError);
702
- export var InvalidPolicyException = [
703
- -3,
704
- n0,
705
- _IPE,
706
- {
707
- [_e]: _c,
708
- [_hE]: 400,
709
- },
710
- [_EC, _M],
711
- [0, 0],
712
- ];
485
+ export var InvalidPolicyException = [-3, n0, _IPE, { [_e]: _c, [_hE]: 400 }, [_EC, _M], [0, 0]];
713
486
  TypeRegistry.for(n0).registerError(InvalidPolicyException, __InvalidPolicyException);
714
- export var IpAddressInUse = [
715
- -3,
716
- n0,
717
- _IAIU,
718
- {
719
- [_e]: _c,
720
- [_hE]: 409,
721
- },
722
- [_EC, _M],
723
- [0, 0],
724
- ];
487
+ export var IpAddressInUse = [-3, n0, _IAIU, { [_e]: _c, [_hE]: 409 }, [_EC, _M], [0, 0]];
725
488
  TypeRegistry.for(n0).registerError(IpAddressInUse, __IpAddressInUse);
726
489
  export var LifecycleConfigurationDescription = [
727
490
  3,
@@ -740,18 +503,8 @@ export var ListTagsForResourceRequest = [
740
503
  [_RI, _MR, _NT],
741
504
  [
742
505
  [0, 1],
743
- [
744
- 1,
745
- {
746
- [_hQ]: _MR,
747
- },
748
- ],
749
- [
750
- 0,
751
- {
752
- [_hQ]: _NT,
753
- },
754
- ],
506
+ [1, { [_hQ]: _MR }],
507
+ [0, { [_hQ]: _NT }],
755
508
  ],
756
509
  ];
757
510
  export var ListTagsForResourceResponse = [3, n0, _LTFRRi, 0, [_T, _NT], [() => Tags, 0]];
@@ -763,17 +516,7 @@ export var ModifyMountTargetSecurityGroupsRequest = [
763
516
  [_MTI, _SG],
764
517
  [[0, 1], 64 | 0],
765
518
  ];
766
- export var MountTargetConflict = [
767
- -3,
768
- n0,
769
- _MTC,
770
- {
771
- [_e]: _c,
772
- [_hE]: 409,
773
- },
774
- [_EC, _M],
775
- [0, 0],
776
- ];
519
+ export var MountTargetConflict = [-3, n0, _MTC, { [_e]: _c, [_hE]: 409 }, [_EC, _M], [0, 0]];
777
520
  TypeRegistry.for(n0).registerError(MountTargetConflict, __MountTargetConflict);
778
521
  export var MountTargetDescription = [
779
522
  3,
@@ -783,53 +526,20 @@ export var MountTargetDescription = [
783
526
  [_OI, _MTI, _FSI, _SI, _LCS, _IA, _IAp, _NII, _AZI, _AZN, _VI],
784
527
  [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
785
528
  ];
786
- export var MountTargetNotFound = [
787
- -3,
788
- n0,
789
- _MTNF,
790
- {
791
- [_e]: _c,
792
- [_hE]: 404,
793
- },
794
- [_EC, _M],
795
- [0, 0],
796
- ];
529
+ export var MountTargetNotFound = [-3, n0, _MTNF, { [_e]: _c, [_hE]: 404 }, [_EC, _M], [0, 0]];
797
530
  TypeRegistry.for(n0).registerError(MountTargetNotFound, __MountTargetNotFound);
798
531
  export var NetworkInterfaceLimitExceeded = [
799
532
  -3,
800
533
  n0,
801
534
  _NILE,
802
- {
803
- [_e]: _c,
804
- [_hE]: 409,
805
- },
535
+ { [_e]: _c, [_hE]: 409 },
806
536
  [_EC, _M],
807
537
  [0, 0],
808
538
  ];
809
539
  TypeRegistry.for(n0).registerError(NetworkInterfaceLimitExceeded, __NetworkInterfaceLimitExceeded);
810
- export var NoFreeAddressesInSubnet = [
811
- -3,
812
- n0,
813
- _NFAIS,
814
- {
815
- [_e]: _c,
816
- [_hE]: 409,
817
- },
818
- [_EC, _M],
819
- [0, 0],
820
- ];
540
+ export var NoFreeAddressesInSubnet = [-3, n0, _NFAIS, { [_e]: _c, [_hE]: 409 }, [_EC, _M], [0, 0]];
821
541
  TypeRegistry.for(n0).registerError(NoFreeAddressesInSubnet, __NoFreeAddressesInSubnet);
822
- export var PolicyNotFound = [
823
- -3,
824
- n0,
825
- _PNF,
826
- {
827
- [_e]: _c,
828
- [_hE]: 404,
829
- },
830
- [_EC, _M],
831
- [0, 0],
832
- ];
542
+ export var PolicyNotFound = [-3, n0, _PNF, { [_e]: _c, [_hE]: 404 }, [_EC, _M], [0, 0]];
833
543
  TypeRegistry.for(n0).registerError(PolicyNotFound, __PolicyNotFound);
834
544
  export var PosixUser = [3, n0, _PU, 0, [_U, _G, _SGe], [1, 1, 64 | 1]];
835
545
  export var PutAccountPreferencesRequest = [3, n0, _PAPR, 0, [_RIT], [0]];
@@ -851,17 +561,7 @@ export var PutLifecycleConfigurationRequest = [
851
561
  [_FSI, _LP],
852
562
  [[0, 1], () => LifecyclePolicies],
853
563
  ];
854
- export var ReplicationAlreadyExists = [
855
- -3,
856
- n0,
857
- _RAE,
858
- {
859
- [_e]: _c,
860
- [_hE]: 409,
861
- },
862
- [_EC, _M],
863
- [0, 0],
864
- ];
564
+ export var ReplicationAlreadyExists = [-3, n0, _RAE, { [_e]: _c, [_hE]: 409 }, [_EC, _M], [0, 0]];
865
565
  TypeRegistry.for(n0).registerError(ReplicationAlreadyExists, __ReplicationAlreadyExists);
866
566
  export var ReplicationConfigurationDescription = [
867
567
  3,
@@ -871,105 +571,25 @@ export var ReplicationConfigurationDescription = [
871
571
  [_SFSI, _SFSR, _SFSA, _OSFSA, _CTre, _D, _SFSOI],
872
572
  [0, 0, 0, 0, 4, () => Destinations, 0],
873
573
  ];
874
- export var ReplicationNotFound = [
875
- -3,
876
- n0,
877
- _RNF,
878
- {
879
- [_e]: _c,
880
- [_hE]: 404,
881
- },
882
- [_EC, _M],
883
- [0, 0],
884
- ];
574
+ export var ReplicationNotFound = [-3, n0, _RNF, { [_e]: _c, [_hE]: 404 }, [_EC, _M], [0, 0]];
885
575
  TypeRegistry.for(n0).registerError(ReplicationNotFound, __ReplicationNotFound);
886
576
  export var ResourceIdPreference = [3, n0, _RIP, 0, [_RIT, _Res], [0, 64 | 0]];
887
577
  export var RootDirectory = [3, n0, _RD, 0, [_Pa, _CI], [0, () => CreationInfo]];
888
- export var SecurityGroupLimitExceeded = [
889
- -3,
890
- n0,
891
- _SGLE,
892
- {
893
- [_e]: _c,
894
- [_hE]: 400,
895
- },
896
- [_EC, _M],
897
- [0, 0],
898
- ];
578
+ export var SecurityGroupLimitExceeded = [-3, n0, _SGLE, { [_e]: _c, [_hE]: 400 }, [_EC, _M], [0, 0]];
899
579
  TypeRegistry.for(n0).registerError(SecurityGroupLimitExceeded, __SecurityGroupLimitExceeded);
900
- export var SecurityGroupNotFound = [
901
- -3,
902
- n0,
903
- _SGNF,
904
- {
905
- [_e]: _c,
906
- [_hE]: 400,
907
- },
908
- [_EC, _M],
909
- [0, 0],
910
- ];
580
+ export var SecurityGroupNotFound = [-3, n0, _SGNF, { [_e]: _c, [_hE]: 400 }, [_EC, _M], [0, 0]];
911
581
  TypeRegistry.for(n0).registerError(SecurityGroupNotFound, __SecurityGroupNotFound);
912
- export var SubnetNotFound = [
913
- -3,
914
- n0,
915
- _SNF,
916
- {
917
- [_e]: _c,
918
- [_hE]: 400,
919
- },
920
- [_EC, _M],
921
- [0, 0],
922
- ];
582
+ export var SubnetNotFound = [-3, n0, _SNF, { [_e]: _c, [_hE]: 400 }, [_EC, _M], [0, 0]];
923
583
  TypeRegistry.for(n0).registerError(SubnetNotFound, __SubnetNotFound);
924
584
  export var Tag = [3, n0, _Ta, 0, [_K, _V], [0, 0]];
925
585
  export var TagResourceRequest = [3, n0, _TRR, 0, [_RI, _T], [[0, 1], () => Tags]];
926
- export var ThrottlingException = [
927
- -3,
928
- n0,
929
- _TE,
930
- {
931
- [_e]: _c,
932
- [_hE]: 429,
933
- },
934
- [_EC, _M],
935
- [0, 0],
936
- ];
586
+ export var ThrottlingException = [-3, n0, _TE, { [_e]: _c, [_hE]: 429 }, [_EC, _M], [0, 0]];
937
587
  TypeRegistry.for(n0).registerError(ThrottlingException, __ThrottlingException);
938
- export var ThroughputLimitExceeded = [
939
- -3,
940
- n0,
941
- _TLE,
942
- {
943
- [_e]: _c,
944
- [_hE]: 400,
945
- },
946
- [_EC, _M],
947
- [0, 0],
948
- ];
588
+ export var ThroughputLimitExceeded = [-3, n0, _TLE, { [_e]: _c, [_hE]: 400 }, [_EC, _M], [0, 0]];
949
589
  TypeRegistry.for(n0).registerError(ThroughputLimitExceeded, __ThroughputLimitExceeded);
950
- export var TooManyRequests = [
951
- -3,
952
- n0,
953
- _TMR,
954
- {
955
- [_e]: _c,
956
- [_hE]: 429,
957
- },
958
- [_EC, _M],
959
- [0, 0],
960
- ];
590
+ export var TooManyRequests = [-3, n0, _TMR, { [_e]: _c, [_hE]: 429 }, [_EC, _M], [0, 0]];
961
591
  TypeRegistry.for(n0).registerError(TooManyRequests, __TooManyRequests);
962
- export var UnsupportedAvailabilityZone = [
963
- -3,
964
- n0,
965
- _UAZ,
966
- {
967
- [_e]: _c,
968
- [_hE]: 400,
969
- },
970
- [_EC, _M],
971
- [0, 0],
972
- ];
592
+ export var UnsupportedAvailabilityZone = [-3, n0, _UAZ, { [_e]: _c, [_hE]: 400 }, [_EC, _M], [0, 0]];
973
593
  TypeRegistry.for(n0).registerError(UnsupportedAvailabilityZone, __UnsupportedAvailabilityZone);
974
594
  export var UntagResourceRequest = [
975
595
  3,
@@ -979,27 +599,12 @@ export var UntagResourceRequest = [
979
599
  [_RI, _TK],
980
600
  [
981
601
  [0, 1],
982
- [
983
- 64 | 0,
984
- {
985
- [_hQ]: _tK,
986
- },
987
- ],
602
+ [64 | 0, { [_hQ]: _tK }],
988
603
  ],
989
604
  ];
990
605
  export var UpdateFileSystemProtectionRequest = [3, n0, _UFSPR, 0, [_FSI, _ROP], [[0, 1], 0]];
991
606
  export var UpdateFileSystemRequest = [3, n0, _UFSR, 0, [_FSI, _TM, _PTIM], [[0, 1], 0, 1]];
992
- export var ValidationException = [
993
- -3,
994
- n0,
995
- _VE,
996
- {
997
- [_e]: _c,
998
- [_hE]: 400,
999
- },
1000
- [_EC, _M],
1001
- [0, 0],
1002
- ];
607
+ export var ValidationException = [-3, n0, _VE, { [_e]: _c, [_hE]: 400 }, [_EC, _M], [0, 0]];
1003
608
  TypeRegistry.for(n0).registerError(ValidationException, __ValidationException);
1004
609
  export var __Unit = "unit";
1005
610
  export var EFSServiceException = [-3, _sm, "EFSServiceException", 0, [], []];
@@ -1026,9 +631,7 @@ export var CreateAccessPoint = [
1026
631
  9,
1027
632
  n0,
1028
633
  _CAP,
1029
- {
1030
- [_h]: ["POST", "/2015-02-01/access-points", 200],
1031
- },
634
+ { [_h]: ["POST", "/2015-02-01/access-points", 200] },
1032
635
  () => CreateAccessPointRequest,
1033
636
  () => AccessPointDescription,
1034
637
  ];
@@ -1036,9 +639,7 @@ export var CreateFileSystem = [
1036
639
  9,
1037
640
  n0,
1038
641
  _CFS,
1039
- {
1040
- [_h]: ["POST", "/2015-02-01/file-systems", 201],
1041
- },
642
+ { [_h]: ["POST", "/2015-02-01/file-systems", 201] },
1042
643
  () => CreateFileSystemRequest,
1043
644
  () => FileSystemDescription,
1044
645
  ];
@@ -1046,9 +647,7 @@ export var CreateMountTarget = [
1046
647
  9,
1047
648
  n0,
1048
649
  _CMT,
1049
- {
1050
- [_h]: ["POST", "/2015-02-01/mount-targets", 200],
1051
- },
650
+ { [_h]: ["POST", "/2015-02-01/mount-targets", 200] },
1052
651
  () => CreateMountTargetRequest,
1053
652
  () => MountTargetDescription,
1054
653
  ];
@@ -1056,9 +655,7 @@ export var CreateReplicationConfiguration = [
1056
655
  9,
1057
656
  n0,
1058
657
  _CRC,
1059
- {
1060
- [_h]: ["POST", "/2015-02-01/file-systems/{SourceFileSystemId}/replication-configuration", 200],
1061
- },
658
+ { [_h]: ["POST", "/2015-02-01/file-systems/{SourceFileSystemId}/replication-configuration", 200] },
1062
659
  () => CreateReplicationConfigurationRequest,
1063
660
  () => ReplicationConfigurationDescription,
1064
661
  ];
@@ -1066,9 +663,7 @@ export var CreateTags = [
1066
663
  9,
1067
664
  n0,
1068
665
  _CTrea,
1069
- {
1070
- [_h]: ["POST", "/2015-02-01/create-tags/{FileSystemId}", 204],
1071
- },
666
+ { [_h]: ["POST", "/2015-02-01/create-tags/{FileSystemId}", 204] },
1072
667
  () => CreateTagsRequest,
1073
668
  () => __Unit,
1074
669
  ];
@@ -1076,9 +671,7 @@ export var DeleteAccessPoint = [
1076
671
  9,
1077
672
  n0,
1078
673
  _DAP,
1079
- {
1080
- [_h]: ["DELETE", "/2015-02-01/access-points/{AccessPointId}", 204],
1081
- },
674
+ { [_h]: ["DELETE", "/2015-02-01/access-points/{AccessPointId}", 204] },
1082
675
  () => DeleteAccessPointRequest,
1083
676
  () => __Unit,
1084
677
  ];
@@ -1086,9 +679,7 @@ export var DeleteFileSystem = [
1086
679
  9,
1087
680
  n0,
1088
681
  _DFS,
1089
- {
1090
- [_h]: ["DELETE", "/2015-02-01/file-systems/{FileSystemId}", 204],
1091
- },
682
+ { [_h]: ["DELETE", "/2015-02-01/file-systems/{FileSystemId}", 204] },
1092
683
  () => DeleteFileSystemRequest,
1093
684
  () => __Unit,
1094
685
  ];
@@ -1096,9 +687,7 @@ export var DeleteFileSystemPolicy = [
1096
687
  9,
1097
688
  n0,
1098
689
  _DFSP,
1099
- {
1100
- [_h]: ["DELETE", "/2015-02-01/file-systems/{FileSystemId}/policy", 200],
1101
- },
690
+ { [_h]: ["DELETE", "/2015-02-01/file-systems/{FileSystemId}/policy", 200] },
1102
691
  () => DeleteFileSystemPolicyRequest,
1103
692
  () => __Unit,
1104
693
  ];
@@ -1106,9 +695,7 @@ export var DeleteMountTarget = [
1106
695
  9,
1107
696
  n0,
1108
697
  _DMT,
1109
- {
1110
- [_h]: ["DELETE", "/2015-02-01/mount-targets/{MountTargetId}", 204],
1111
- },
698
+ { [_h]: ["DELETE", "/2015-02-01/mount-targets/{MountTargetId}", 204] },
1112
699
  () => DeleteMountTargetRequest,
1113
700
  () => __Unit,
1114
701
  ];
@@ -1116,9 +703,7 @@ export var DeleteReplicationConfiguration = [
1116
703
  9,
1117
704
  n0,
1118
705
  _DRC,
1119
- {
1120
- [_h]: ["DELETE", "/2015-02-01/file-systems/{SourceFileSystemId}/replication-configuration", 204],
1121
- },
706
+ { [_h]: ["DELETE", "/2015-02-01/file-systems/{SourceFileSystemId}/replication-configuration", 204] },
1122
707
  () => DeleteReplicationConfigurationRequest,
1123
708
  () => __Unit,
1124
709
  ];
@@ -1126,9 +711,7 @@ export var DeleteTags = [
1126
711
  9,
1127
712
  n0,
1128
713
  _DTe,
1129
- {
1130
- [_h]: ["POST", "/2015-02-01/delete-tags/{FileSystemId}", 204],
1131
- },
714
+ { [_h]: ["POST", "/2015-02-01/delete-tags/{FileSystemId}", 204] },
1132
715
  () => DeleteTagsRequest,
1133
716
  () => __Unit,
1134
717
  ];
@@ -1136,9 +719,7 @@ export var DescribeAccessPoints = [
1136
719
  9,
1137
720
  n0,
1138
721
  _DAPe,
1139
- {
1140
- [_h]: ["GET", "/2015-02-01/access-points", 200],
1141
- },
722
+ { [_h]: ["GET", "/2015-02-01/access-points", 200] },
1142
723
  () => DescribeAccessPointsRequest,
1143
724
  () => DescribeAccessPointsResponse,
1144
725
  ];
@@ -1146,9 +727,7 @@ export var DescribeAccountPreferences = [
1146
727
  9,
1147
728
  n0,
1148
729
  _DAPes,
1149
- {
1150
- [_h]: ["GET", "/2015-02-01/account-preferences", 200],
1151
- },
730
+ { [_h]: ["GET", "/2015-02-01/account-preferences", 200] },
1152
731
  () => DescribeAccountPreferencesRequest,
1153
732
  () => DescribeAccountPreferencesResponse,
1154
733
  ];
@@ -1156,9 +735,7 @@ export var DescribeBackupPolicy = [
1156
735
  9,
1157
736
  n0,
1158
737
  _DBP,
1159
- {
1160
- [_h]: ["GET", "/2015-02-01/file-systems/{FileSystemId}/backup-policy", 200],
1161
- },
738
+ { [_h]: ["GET", "/2015-02-01/file-systems/{FileSystemId}/backup-policy", 200] },
1162
739
  () => DescribeBackupPolicyRequest,
1163
740
  () => BackupPolicyDescription,
1164
741
  ];
@@ -1166,9 +743,7 @@ export var DescribeFileSystemPolicy = [
1166
743
  9,
1167
744
  n0,
1168
745
  _DFSPe,
1169
- {
1170
- [_h]: ["GET", "/2015-02-01/file-systems/{FileSystemId}/policy", 200],
1171
- },
746
+ { [_h]: ["GET", "/2015-02-01/file-systems/{FileSystemId}/policy", 200] },
1172
747
  () => DescribeFileSystemPolicyRequest,
1173
748
  () => FileSystemPolicyDescription,
1174
749
  ];
@@ -1176,9 +751,7 @@ export var DescribeFileSystems = [
1176
751
  9,
1177
752
  n0,
1178
753
  _DFSe,
1179
- {
1180
- [_h]: ["GET", "/2015-02-01/file-systems", 200],
1181
- },
754
+ { [_h]: ["GET", "/2015-02-01/file-systems", 200] },
1182
755
  () => DescribeFileSystemsRequest,
1183
756
  () => DescribeFileSystemsResponse,
1184
757
  ];
@@ -1186,9 +759,7 @@ export var DescribeLifecycleConfiguration = [
1186
759
  9,
1187
760
  n0,
1188
761
  _DLC,
1189
- {
1190
- [_h]: ["GET", "/2015-02-01/file-systems/{FileSystemId}/lifecycle-configuration", 200],
1191
- },
762
+ { [_h]: ["GET", "/2015-02-01/file-systems/{FileSystemId}/lifecycle-configuration", 200] },
1192
763
  () => DescribeLifecycleConfigurationRequest,
1193
764
  () => LifecycleConfigurationDescription,
1194
765
  ];
@@ -1196,9 +767,7 @@ export var DescribeMountTargets = [
1196
767
  9,
1197
768
  n0,
1198
769
  _DMTe,
1199
- {
1200
- [_h]: ["GET", "/2015-02-01/mount-targets", 200],
1201
- },
770
+ { [_h]: ["GET", "/2015-02-01/mount-targets", 200] },
1202
771
  () => DescribeMountTargetsRequest,
1203
772
  () => DescribeMountTargetsResponse,
1204
773
  ];
@@ -1206,9 +775,7 @@ export var DescribeMountTargetSecurityGroups = [
1206
775
  9,
1207
776
  n0,
1208
777
  _DMTSG,
1209
- {
1210
- [_h]: ["GET", "/2015-02-01/mount-targets/{MountTargetId}/security-groups", 200],
1211
- },
778
+ { [_h]: ["GET", "/2015-02-01/mount-targets/{MountTargetId}/security-groups", 200] },
1212
779
  () => DescribeMountTargetSecurityGroupsRequest,
1213
780
  () => DescribeMountTargetSecurityGroupsResponse,
1214
781
  ];
@@ -1216,9 +783,7 @@ export var DescribeReplicationConfigurations = [
1216
783
  9,
1217
784
  n0,
1218
785
  _DRCe,
1219
- {
1220
- [_h]: ["GET", "/2015-02-01/file-systems/replication-configurations", 200],
1221
- },
786
+ { [_h]: ["GET", "/2015-02-01/file-systems/replication-configurations", 200] },
1222
787
  () => DescribeReplicationConfigurationsRequest,
1223
788
  () => DescribeReplicationConfigurationsResponse,
1224
789
  ];
@@ -1226,9 +791,7 @@ export var DescribeTags = [
1226
791
  9,
1227
792
  n0,
1228
793
  _DTes,
1229
- {
1230
- [_h]: ["GET", "/2015-02-01/tags/{FileSystemId}", 200],
1231
- },
794
+ { [_h]: ["GET", "/2015-02-01/tags/{FileSystemId}", 200] },
1232
795
  () => DescribeTagsRequest,
1233
796
  () => DescribeTagsResponse,
1234
797
  ];
@@ -1236,9 +799,7 @@ export var ListTagsForResource = [
1236
799
  9,
1237
800
  n0,
1238
801
  _LTFR,
1239
- {
1240
- [_h]: ["GET", "/2015-02-01/resource-tags/{ResourceId}", 200],
1241
- },
802
+ { [_h]: ["GET", "/2015-02-01/resource-tags/{ResourceId}", 200] },
1242
803
  () => ListTagsForResourceRequest,
1243
804
  () => ListTagsForResourceResponse,
1244
805
  ];
@@ -1246,9 +807,7 @@ export var ModifyMountTargetSecurityGroups = [
1246
807
  9,
1247
808
  n0,
1248
809
  _MMTSG,
1249
- {
1250
- [_h]: ["PUT", "/2015-02-01/mount-targets/{MountTargetId}/security-groups", 204],
1251
- },
810
+ { [_h]: ["PUT", "/2015-02-01/mount-targets/{MountTargetId}/security-groups", 204] },
1252
811
  () => ModifyMountTargetSecurityGroupsRequest,
1253
812
  () => __Unit,
1254
813
  ];
@@ -1256,9 +815,7 @@ export var PutAccountPreferences = [
1256
815
  9,
1257
816
  n0,
1258
817
  _PAP,
1259
- {
1260
- [_h]: ["PUT", "/2015-02-01/account-preferences", 200],
1261
- },
818
+ { [_h]: ["PUT", "/2015-02-01/account-preferences", 200] },
1262
819
  () => PutAccountPreferencesRequest,
1263
820
  () => PutAccountPreferencesResponse,
1264
821
  ];
@@ -1266,9 +823,7 @@ export var PutBackupPolicy = [
1266
823
  9,
1267
824
  n0,
1268
825
  _PBP,
1269
- {
1270
- [_h]: ["PUT", "/2015-02-01/file-systems/{FileSystemId}/backup-policy", 200],
1271
- },
826
+ { [_h]: ["PUT", "/2015-02-01/file-systems/{FileSystemId}/backup-policy", 200] },
1272
827
  () => PutBackupPolicyRequest,
1273
828
  () => BackupPolicyDescription,
1274
829
  ];
@@ -1276,9 +831,7 @@ export var PutFileSystemPolicy = [
1276
831
  9,
1277
832
  n0,
1278
833
  _PFSP,
1279
- {
1280
- [_h]: ["PUT", "/2015-02-01/file-systems/{FileSystemId}/policy", 200],
1281
- },
834
+ { [_h]: ["PUT", "/2015-02-01/file-systems/{FileSystemId}/policy", 200] },
1282
835
  () => PutFileSystemPolicyRequest,
1283
836
  () => FileSystemPolicyDescription,
1284
837
  ];
@@ -1286,9 +839,7 @@ export var PutLifecycleConfiguration = [
1286
839
  9,
1287
840
  n0,
1288
841
  _PLC,
1289
- {
1290
- [_h]: ["PUT", "/2015-02-01/file-systems/{FileSystemId}/lifecycle-configuration", 200],
1291
- },
842
+ { [_h]: ["PUT", "/2015-02-01/file-systems/{FileSystemId}/lifecycle-configuration", 200] },
1292
843
  () => PutLifecycleConfigurationRequest,
1293
844
  () => LifecycleConfigurationDescription,
1294
845
  ];
@@ -1296,9 +847,7 @@ export var TagResource = [
1296
847
  9,
1297
848
  n0,
1298
849
  _TR,
1299
- {
1300
- [_h]: ["POST", "/2015-02-01/resource-tags/{ResourceId}", 200],
1301
- },
850
+ { [_h]: ["POST", "/2015-02-01/resource-tags/{ResourceId}", 200] },
1302
851
  () => TagResourceRequest,
1303
852
  () => __Unit,
1304
853
  ];
@@ -1306,9 +855,7 @@ export var UntagResource = [
1306
855
  9,
1307
856
  n0,
1308
857
  _UR,
1309
- {
1310
- [_h]: ["DELETE", "/2015-02-01/resource-tags/{ResourceId}", 200],
1311
- },
858
+ { [_h]: ["DELETE", "/2015-02-01/resource-tags/{ResourceId}", 200] },
1312
859
  () => UntagResourceRequest,
1313
860
  () => __Unit,
1314
861
  ];
@@ -1316,9 +863,7 @@ export var UpdateFileSystem = [
1316
863
  9,
1317
864
  n0,
1318
865
  _UFS,
1319
- {
1320
- [_h]: ["PUT", "/2015-02-01/file-systems/{FileSystemId}", 202],
1321
- },
866
+ { [_h]: ["PUT", "/2015-02-01/file-systems/{FileSystemId}", 202] },
1322
867
  () => UpdateFileSystemRequest,
1323
868
  () => FileSystemDescription,
1324
869
  ];
@@ -1326,9 +871,7 @@ export var UpdateFileSystemProtection = [
1326
871
  9,
1327
872
  n0,
1328
873
  _UFSP,
1329
- {
1330
- [_h]: ["PUT", "/2015-02-01/file-systems/{FileSystemId}/protection", 200],
1331
- },
874
+ { [_h]: ["PUT", "/2015-02-01/file-systems/{FileSystemId}/protection", 200] },
1332
875
  () => UpdateFileSystemProtectionRequest,
1333
876
  () => FileSystemProtectionDescription,
1334
877
  ];