@aws-sdk/client-fsx 3.987.0 → 3.989.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.
@@ -302,7 +302,7 @@ const _Is = "Iscsi";
302
302
  const _JP = "JunctionPath";
303
303
  const _K = "Key";
304
304
  const _KKI = "KmsKeyId";
305
- const _L = "Lifecycle";
305
+ const _L = "Limit";
306
306
  const _LC = "LustreConfiguration";
307
307
  const _LCo = "LogConfiguration";
308
308
  const _LFSC = "LustreFileSystemConfiguration";
@@ -317,7 +317,7 @@ const _LTFRRi = "ListTagsForResourceResponse";
317
317
  const _LTR = "LifecycleTransitionReason";
318
318
  const _LUT = "LastUpdatedTime";
319
319
  const _Le = "Level";
320
- const _Li = "Limit";
320
+ const _Li = "Lifecycle";
321
321
  const _M = "Message";
322
322
  const _MC = "MetadataConfiguration";
323
323
  const _MFCC = "MissingFileCacheConfiguration";
@@ -369,7 +369,7 @@ const _OZFSRCC = "OpenZFSReadCacheConfiguration";
369
369
  const _OZFSUAGQ = "OpenZFSUserAndGroupQuotas";
370
370
  const _OZFSUOGQ = "OpenZFSUserOrGroupQuota";
371
371
  const _OZFSVC = "OpenZFSVolumeConfiguration";
372
- const _P = "Path";
372
+ const _P = "Parameter";
373
373
  const _PD = "PrivilegedDelete";
374
374
  const _PFSI = "PreferredFileServerIp";
375
375
  const _PFSIr = "PreferredFileServerIpv6";
@@ -378,9 +378,9 @@ const _PSI = "PreferredSubnetId";
378
378
  const _PU = "PosixUser";
379
379
  const _PUST = "PerUnitStorageThroughput";
380
380
  const _PVI = "ParentVolumeId";
381
- const _Pa = "Paths";
382
- const _Par = "Parameter";
381
+ const _Pa = "Path";
383
382
  const _Pas = "Password";
383
+ const _Pat = "Paths";
384
384
  const _Po = "Policy";
385
385
  const _R = "Report";
386
386
  const _RAE = "RemoteAdministrationEndpoint";
@@ -564,32 +564,268 @@ const _WU = "WindowsUser";
564
564
  const _c = "client";
565
565
  const _e = "error";
566
566
  const _hE = "httpError";
567
- const _s = "server";
568
- const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.fsx";
567
+ const _s = "smithy.ts.sdk.synthetic.com.amazonaws.fsx";
568
+ const _se = "server";
569
569
  const _xN = "xmlName";
570
570
  const n0 = "com.amazonaws.fsx";
571
571
  import { TypeRegistry } from "@smithy/core/schema";
572
572
  import { AccessPointAlreadyOwnedByYou, ActiveDirectoryError, BackupBeingCopied, BackupInProgress, BackupNotFound, BackupRestoring, BadRequest, DataRepositoryAssociationNotFound, DataRepositoryTaskEnded, DataRepositoryTaskExecuting, DataRepositoryTaskNotFound, FileCacheNotFound, FileSystemNotFound, IncompatibleParameterError, IncompatibleRegionForMultiAZ, InternalServerError, InvalidAccessPoint, InvalidDataRepositoryType, InvalidDestinationKmsKey, InvalidExportPath, InvalidImportPath, InvalidNetworkSettings, InvalidPerUnitStorageThroughput, InvalidRegion, InvalidRequest, InvalidSourceKmsKey, MissingFileCacheConfiguration, MissingFileSystemConfiguration, MissingVolumeConfiguration, NotServiceResourceError, ResourceDoesNotSupportTagging, ResourceNotFound, S3AccessPointAttachmentNotFound, ServiceLimitExceeded, SnapshotNotFound, SourceBackupUnavailable, StorageVirtualMachineNotFound, TooManyAccessPoints, UnsupportedOperation, VolumeNotFound, } from "../models/errors";
573
573
  import { FSxServiceException } from "../models/FSxServiceException";
574
- var AdminPassword = [0, n0, _AP, 8, 0];
575
- var DirectoryPassword = [0, n0, _DP, 8, 0];
574
+ const _s_registry = TypeRegistry.for(_s);
575
+ export var FSxServiceException$ = [-3, _s, "FSxServiceException", 0, [], []];
576
+ _s_registry.registerError(FSxServiceException$, FSxServiceException);
577
+ const n0_registry = TypeRegistry.for(n0);
576
578
  export var AccessPointAlreadyOwnedByYou$ = [-3, n0, _APAOBY,
577
579
  { [_e]: _c, [_hE]: 409, [_xN]: _E },
578
580
  [_EC, _M],
579
581
  [0, 0]
580
582
  ];
581
- TypeRegistry.for(n0).registerError(AccessPointAlreadyOwnedByYou$, AccessPointAlreadyOwnedByYou);
582
- export var ActiveDirectoryBackupAttributes$ = [3, n0, _ADBA,
583
- 0,
584
- [_DN, _ADI, _RARN],
585
- [0, 0, 0]
586
- ];
583
+ n0_registry.registerError(AccessPointAlreadyOwnedByYou$, AccessPointAlreadyOwnedByYou);
587
584
  export var ActiveDirectoryError$ = [-3, n0, _ADE,
588
585
  { [_e]: _c },
589
586
  [_ADI, _T, _M],
590
587
  [0, 0, 0], 1
591
588
  ];
592
- TypeRegistry.for(n0).registerError(ActiveDirectoryError$, ActiveDirectoryError);
589
+ n0_registry.registerError(ActiveDirectoryError$, ActiveDirectoryError);
590
+ export var BackupBeingCopied$ = [-3, n0, _BBC,
591
+ { [_e]: _c },
592
+ [_M, _BI],
593
+ [0, 0]
594
+ ];
595
+ n0_registry.registerError(BackupBeingCopied$, BackupBeingCopied);
596
+ export var BackupInProgress$ = [-3, n0, _BIP,
597
+ { [_e]: _c },
598
+ [_M],
599
+ [0]
600
+ ];
601
+ n0_registry.registerError(BackupInProgress$, BackupInProgress);
602
+ export var BackupNotFound$ = [-3, n0, _BNF,
603
+ { [_e]: _c },
604
+ [_M],
605
+ [0]
606
+ ];
607
+ n0_registry.registerError(BackupNotFound$, BackupNotFound);
608
+ export var BackupRestoring$ = [-3, n0, _BR,
609
+ { [_e]: _c },
610
+ [_M, _FSI],
611
+ [0, 0]
612
+ ];
613
+ n0_registry.registerError(BackupRestoring$, BackupRestoring);
614
+ export var BadRequest$ = [-3, n0, _BRa,
615
+ { [_e]: _c },
616
+ [_M],
617
+ [0]
618
+ ];
619
+ n0_registry.registerError(BadRequest$, BadRequest);
620
+ export var DataRepositoryAssociationNotFound$ = [-3, n0, _DRANF,
621
+ { [_e]: _c },
622
+ [_M],
623
+ [0]
624
+ ];
625
+ n0_registry.registerError(DataRepositoryAssociationNotFound$, DataRepositoryAssociationNotFound);
626
+ export var DataRepositoryTaskEnded$ = [-3, n0, _DRTE,
627
+ { [_e]: _c },
628
+ [_M],
629
+ [0]
630
+ ];
631
+ n0_registry.registerError(DataRepositoryTaskEnded$, DataRepositoryTaskEnded);
632
+ export var DataRepositoryTaskExecuting$ = [-3, n0, _DRTEa,
633
+ { [_e]: _c },
634
+ [_M],
635
+ [0]
636
+ ];
637
+ n0_registry.registerError(DataRepositoryTaskExecuting$, DataRepositoryTaskExecuting);
638
+ export var DataRepositoryTaskNotFound$ = [-3, n0, _DRTNF,
639
+ { [_e]: _c },
640
+ [_M],
641
+ [0]
642
+ ];
643
+ n0_registry.registerError(DataRepositoryTaskNotFound$, DataRepositoryTaskNotFound);
644
+ export var FileCacheNotFound$ = [-3, n0, _FCNF,
645
+ { [_e]: _c },
646
+ [_M],
647
+ [0]
648
+ ];
649
+ n0_registry.registerError(FileCacheNotFound$, FileCacheNotFound);
650
+ export var FileSystemNotFound$ = [-3, n0, _FSNF,
651
+ { [_e]: _c },
652
+ [_M],
653
+ [0]
654
+ ];
655
+ n0_registry.registerError(FileSystemNotFound$, FileSystemNotFound);
656
+ export var IncompatibleParameterError$ = [-3, n0, _IPE,
657
+ { [_e]: _c },
658
+ [_P, _M],
659
+ [0, 0], 1
660
+ ];
661
+ n0_registry.registerError(IncompatibleParameterError$, IncompatibleParameterError);
662
+ export var IncompatibleRegionForMultiAZ$ = [-3, n0, _IRFMAZ,
663
+ { [_e]: _c },
664
+ [_M],
665
+ [0]
666
+ ];
667
+ n0_registry.registerError(IncompatibleRegionForMultiAZ$, IncompatibleRegionForMultiAZ);
668
+ export var InternalServerError$ = [-3, n0, _ISE,
669
+ { [_e]: _se },
670
+ [_M],
671
+ [0]
672
+ ];
673
+ n0_registry.registerError(InternalServerError$, InternalServerError);
674
+ export var InvalidAccessPoint$ = [-3, n0, _IAP,
675
+ { [_e]: _c, [_hE]: 400, [_xN]: _E },
676
+ [_EC, _M],
677
+ [0, 0]
678
+ ];
679
+ n0_registry.registerError(InvalidAccessPoint$, InvalidAccessPoint);
680
+ export var InvalidDataRepositoryType$ = [-3, n0, _IDRT,
681
+ { [_e]: _c },
682
+ [_M],
683
+ [0]
684
+ ];
685
+ n0_registry.registerError(InvalidDataRepositoryType$, InvalidDataRepositoryType);
686
+ export var InvalidDestinationKmsKey$ = [-3, n0, _IDKK,
687
+ { [_e]: _c },
688
+ [_M],
689
+ [0]
690
+ ];
691
+ n0_registry.registerError(InvalidDestinationKmsKey$, InvalidDestinationKmsKey);
692
+ export var InvalidExportPath$ = [-3, n0, _IEP,
693
+ { [_e]: _c },
694
+ [_M],
695
+ [0]
696
+ ];
697
+ n0_registry.registerError(InvalidExportPath$, InvalidExportPath);
698
+ export var InvalidImportPath$ = [-3, n0, _IIP,
699
+ { [_e]: _c },
700
+ [_M],
701
+ [0]
702
+ ];
703
+ n0_registry.registerError(InvalidImportPath$, InvalidImportPath);
704
+ export var InvalidNetworkSettings$ = [-3, n0, _INS,
705
+ { [_e]: _c },
706
+ [_M, _ISI, _ISGI, _IRTI],
707
+ [0, 0, 0, 0]
708
+ ];
709
+ n0_registry.registerError(InvalidNetworkSettings$, InvalidNetworkSettings);
710
+ export var InvalidPerUnitStorageThroughput$ = [-3, n0, _IPUST,
711
+ { [_e]: _c },
712
+ [_M],
713
+ [0]
714
+ ];
715
+ n0_registry.registerError(InvalidPerUnitStorageThroughput$, InvalidPerUnitStorageThroughput);
716
+ export var InvalidRegion$ = [-3, n0, _IR,
717
+ { [_e]: _c },
718
+ [_M],
719
+ [0]
720
+ ];
721
+ n0_registry.registerError(InvalidRegion$, InvalidRegion);
722
+ export var InvalidRequest$ = [-3, n0, _IRn,
723
+ { [_e]: _c, [_hE]: 400, [_xN]: _E },
724
+ [_EC, _M],
725
+ [0, 0]
726
+ ];
727
+ n0_registry.registerError(InvalidRequest$, InvalidRequest);
728
+ export var InvalidSourceKmsKey$ = [-3, n0, _ISKK,
729
+ { [_e]: _c },
730
+ [_M],
731
+ [0]
732
+ ];
733
+ n0_registry.registerError(InvalidSourceKmsKey$, InvalidSourceKmsKey);
734
+ export var MissingFileCacheConfiguration$ = [-3, n0, _MFCC,
735
+ { [_e]: _c },
736
+ [_M],
737
+ [0]
738
+ ];
739
+ n0_registry.registerError(MissingFileCacheConfiguration$, MissingFileCacheConfiguration);
740
+ export var MissingFileSystemConfiguration$ = [-3, n0, _MFSC,
741
+ { [_e]: _c },
742
+ [_M],
743
+ [0]
744
+ ];
745
+ n0_registry.registerError(MissingFileSystemConfiguration$, MissingFileSystemConfiguration);
746
+ export var MissingVolumeConfiguration$ = [-3, n0, _MVC,
747
+ { [_e]: _c },
748
+ [_M],
749
+ [0]
750
+ ];
751
+ n0_registry.registerError(MissingVolumeConfiguration$, MissingVolumeConfiguration);
752
+ export var NotServiceResourceError$ = [-3, n0, _NSRE,
753
+ { [_e]: _c },
754
+ [_RARN, _M],
755
+ [0, 0], 1
756
+ ];
757
+ n0_registry.registerError(NotServiceResourceError$, NotServiceResourceError);
758
+ export var ResourceDoesNotSupportTagging$ = [-3, n0, _RDNST,
759
+ { [_e]: _c },
760
+ [_RARN, _M],
761
+ [0, 0], 1
762
+ ];
763
+ n0_registry.registerError(ResourceDoesNotSupportTagging$, ResourceDoesNotSupportTagging);
764
+ export var ResourceNotFound$ = [-3, n0, _RNF,
765
+ { [_e]: _c },
766
+ [_RARN, _M],
767
+ [0, 0], 1
768
+ ];
769
+ n0_registry.registerError(ResourceNotFound$, ResourceNotFound);
770
+ export var S3AccessPointAttachmentNotFound$ = [-3, n0, _SAPANF,
771
+ { [_e]: _c },
772
+ [_M],
773
+ [0]
774
+ ];
775
+ n0_registry.registerError(S3AccessPointAttachmentNotFound$, S3AccessPointAttachmentNotFound);
776
+ export var ServiceLimitExceeded$ = [-3, n0, _SLE,
777
+ { [_e]: _c },
778
+ [_L, _M],
779
+ [0, 0], 1
780
+ ];
781
+ n0_registry.registerError(ServiceLimitExceeded$, ServiceLimitExceeded);
782
+ export var SnapshotNotFound$ = [-3, n0, _SNF,
783
+ { [_e]: _c },
784
+ [_M],
785
+ [0]
786
+ ];
787
+ n0_registry.registerError(SnapshotNotFound$, SnapshotNotFound);
788
+ export var SourceBackupUnavailable$ = [-3, n0, _SBU,
789
+ { [_e]: _c },
790
+ [_M, _BI],
791
+ [0, 0]
792
+ ];
793
+ n0_registry.registerError(SourceBackupUnavailable$, SourceBackupUnavailable);
794
+ export var StorageVirtualMachineNotFound$ = [-3, n0, _SVMNF,
795
+ { [_e]: _c },
796
+ [_M],
797
+ [0]
798
+ ];
799
+ n0_registry.registerError(StorageVirtualMachineNotFound$, StorageVirtualMachineNotFound);
800
+ export var TooManyAccessPoints$ = [-3, n0, _TMAP,
801
+ { [_e]: _c, [_hE]: 400, [_xN]: _E },
802
+ [_EC, _M],
803
+ [0, 0]
804
+ ];
805
+ n0_registry.registerError(TooManyAccessPoints$, TooManyAccessPoints);
806
+ export var UnsupportedOperation$ = [-3, n0, _UO,
807
+ { [_e]: _c },
808
+ [_M],
809
+ [0]
810
+ ];
811
+ n0_registry.registerError(UnsupportedOperation$, UnsupportedOperation);
812
+ export var VolumeNotFound$ = [-3, n0, _VNF,
813
+ { [_e]: _c },
814
+ [_M],
815
+ [0]
816
+ ];
817
+ n0_registry.registerError(VolumeNotFound$, VolumeNotFound);
818
+ export const errorTypeRegistries = [
819
+ _s_registry,
820
+ n0_registry,
821
+ ];
822
+ var AdminPassword = [0, n0, _AP, 8, 0];
823
+ var DirectoryPassword = [0, n0, _DP, 8, 0];
824
+ export var ActiveDirectoryBackupAttributes$ = [3, n0, _ADBA,
825
+ 0,
826
+ [_DN, _ADI, _RARN],
827
+ [0, 0, 0]
828
+ ];
593
829
  export var AdministrativeAction$ = [3, n0, _AA,
594
830
  0,
595
831
  [_AAT, _PP, _RT, _S, _TFSV, _FD, _TVV, _TSV, _TTB, _RTB, _M],
@@ -607,7 +843,7 @@ export var AggregateConfiguration$ = [3, n0, _AC,
607
843
  ];
608
844
  export var Alias$ = [3, n0, _Al,
609
845
  0,
610
- [_N, _L],
846
+ [_N, _Li],
611
847
  [0, 0]
612
848
  ];
613
849
  export var AssociateFileSystemAliasesRequest$ = [3, n0, _AFSAR,
@@ -637,44 +873,14 @@ export var AutoImportPolicy$ = [3, n0, _AIP,
637
873
  ];
638
874
  export var Backup$ = [3, n0, _B,
639
875
  0,
640
- [_BI, _L, _T, _CT, _FS, _FD, _PP, _KKI, _RARN, _Ta, _DI, _OI, _SBI, _SBR, _RTe, _Vo, _SIB],
876
+ [_BI, _Li, _T, _CT, _FS, _FD, _PP, _KKI, _RARN, _Ta, _DI, _OI, _SBI, _SBR, _RTe, _Vo, _SIB],
641
877
  [0, 0, 0, 4, [() => FileSystem$, 0], () => BackupFailureDetails$, 1, 0, 0, () => Tags, () => ActiveDirectoryBackupAttributes$, 0, 0, 0, 0, () => Volume$, 1], 5
642
878
  ];
643
- export var BackupBeingCopied$ = [-3, n0, _BBC,
644
- { [_e]: _c },
645
- [_M, _BI],
646
- [0, 0]
647
- ];
648
- TypeRegistry.for(n0).registerError(BackupBeingCopied$, BackupBeingCopied);
649
879
  export var BackupFailureDetails$ = [3, n0, _BFD,
650
880
  0,
651
881
  [_M],
652
882
  [0]
653
883
  ];
654
- export var BackupInProgress$ = [-3, n0, _BIP,
655
- { [_e]: _c },
656
- [_M],
657
- [0]
658
- ];
659
- TypeRegistry.for(n0).registerError(BackupInProgress$, BackupInProgress);
660
- export var BackupNotFound$ = [-3, n0, _BNF,
661
- { [_e]: _c },
662
- [_M],
663
- [0]
664
- ];
665
- TypeRegistry.for(n0).registerError(BackupNotFound$, BackupNotFound);
666
- export var BackupRestoring$ = [-3, n0, _BR,
667
- { [_e]: _c },
668
- [_M, _FSI],
669
- [0, 0]
670
- ];
671
- TypeRegistry.for(n0).registerError(BackupRestoring$, BackupRestoring);
672
- export var BadRequest$ = [-3, n0, _BRa,
673
- { [_e]: _c },
674
- [_M],
675
- [0]
676
- ];
677
- TypeRegistry.for(n0).registerError(BadRequest$, BadRequest);
678
884
  export var CancelDataRepositoryTaskRequest$ = [3, n0, _CDRTR,
679
885
  0,
680
886
  [_TI],
@@ -682,12 +888,12 @@ export var CancelDataRepositoryTaskRequest$ = [3, n0, _CDRTR,
682
888
  ];
683
889
  export var CancelDataRepositoryTaskResponse$ = [3, n0, _CDRTRa,
684
890
  0,
685
- [_L, _TI],
891
+ [_Li, _TI],
686
892
  [0, 0]
687
893
  ];
688
894
  export var CompletionReport$ = [3, n0, _CR,
689
895
  0,
690
- [_En, _P, _F, _Sc],
896
+ [_En, _Pa, _F, _Sc],
691
897
  [2, 0, 0, 0], 1
692
898
  ];
693
899
  export var CopyBackupRequest$ = [3, n0, _CBR,
@@ -707,7 +913,7 @@ export var CopySnapshotAndUpdateVolumeRequest$ = [3, n0, _CSAUVR,
707
913
  ];
708
914
  export var CopySnapshotAndUpdateVolumeResponse$ = [3, n0, _CSAUVRo,
709
915
  0,
710
- [_VI, _L, _AAd],
916
+ [_VI, _Li, _AAd],
711
917
  [0, 0, [() => AdministrativeActions, 0]]
712
918
  ];
713
919
  export var CreateAggregateConfiguration$ = [3, n0, _CAC,
@@ -762,7 +968,7 @@ export var CreateDataRepositoryAssociationResponse$ = [3, n0, _CDRARr,
762
968
  ];
763
969
  export var CreateDataRepositoryTaskRequest$ = [3, n0, _CDRTRr,
764
970
  0,
765
- [_T, _FSI, _R, _Pa, _CRT, _Ta, _CTR, _RC],
971
+ [_T, _FSI, _R, _Pat, _CRT, _Ta, _CTR, _RC],
766
972
  [0, 0, () => CompletionReport$, 64 | 0, [0, 4], () => Tags, 1, () => ReleaseConfiguration$], 3
767
973
  ];
768
974
  export var CreateDataRepositoryTaskResponse$ = [3, n0, _CDRTRre,
@@ -897,18 +1103,12 @@ export var CreateVolumeResponse$ = [3, n0, _CVRr,
897
1103
  ];
898
1104
  export var DataRepositoryAssociation$ = [3, n0, _DRAa,
899
1105
  0,
900
- [_AI, _RARN, _FSI, _L, _FD, _FSP, _DRP, _BIMDOC, _IFCS, _S_, _Ta, _CT, _FCI, _FCP, _DRS, _NFS],
1106
+ [_AI, _RARN, _FSI, _Li, _FD, _FSP, _DRP, _BIMDOC, _IFCS, _S_, _Ta, _CT, _FCI, _FCP, _DRS, _NFS],
901
1107
  [0, 0, 0, 0, () => DataRepositoryFailureDetails$, 0, 0, 2, 1, () => S3DataRepositoryConfiguration$, () => Tags, 4, 0, 0, 64 | 0, () => NFSDataRepositoryConfiguration$]
902
1108
  ];
903
- export var DataRepositoryAssociationNotFound$ = [-3, n0, _DRANF,
904
- { [_e]: _c },
905
- [_M],
906
- [0]
907
- ];
908
- TypeRegistry.for(n0).registerError(DataRepositoryAssociationNotFound$, DataRepositoryAssociationNotFound);
909
1109
  export var DataRepositoryConfiguration$ = [3, n0, _DRC,
910
1110
  0,
911
- [_L, _IP, _EP, _IFCS, _AIP, _FD],
1111
+ [_Li, _IP, _EP, _IFCS, _AIP, _FD],
912
1112
  [0, 0, 0, 1, 0, () => DataRepositoryFailureDetails$]
913
1113
  ];
914
1114
  export var DataRepositoryFailureDetails$ = [3, n0, _DRFD,
@@ -918,21 +1118,9 @@ export var DataRepositoryFailureDetails$ = [3, n0, _DRFD,
918
1118
  ];
919
1119
  export var DataRepositoryTask$ = [3, n0, _DRT,
920
1120
  0,
921
- [_TI, _L, _T, _CT, _STt, _ET, _RARN, _Ta, _FSI, _Pa, _FD, _S, _R, _CTR, _FCI, _RC],
1121
+ [_TI, _Li, _T, _CT, _STt, _ET, _RARN, _Ta, _FSI, _Pat, _FD, _S, _R, _CTR, _FCI, _RC],
922
1122
  [0, 0, 0, 4, 4, 4, 0, () => Tags, 0, 64 | 0, () => DataRepositoryTaskFailureDetails$, () => DataRepositoryTaskStatus$, () => CompletionReport$, 1, 0, () => ReleaseConfiguration$], 4
923
1123
  ];
924
- export var DataRepositoryTaskEnded$ = [-3, n0, _DRTE,
925
- { [_e]: _c },
926
- [_M],
927
- [0]
928
- ];
929
- TypeRegistry.for(n0).registerError(DataRepositoryTaskEnded$, DataRepositoryTaskEnded);
930
- export var DataRepositoryTaskExecuting$ = [-3, n0, _DRTEa,
931
- { [_e]: _c },
932
- [_M],
933
- [0]
934
- ];
935
- TypeRegistry.for(n0).registerError(DataRepositoryTaskExecuting$, DataRepositoryTaskExecuting);
936
1124
  export var DataRepositoryTaskFailureDetails$ = [3, n0, _DRTFD,
937
1125
  0,
938
1126
  [_M],
@@ -943,12 +1131,6 @@ export var DataRepositoryTaskFilter$ = [3, n0, _DRTF,
943
1131
  [_N, _Va],
944
1132
  [0, 64 | 0]
945
1133
  ];
946
- export var DataRepositoryTaskNotFound$ = [-3, n0, _DRTNF,
947
- { [_e]: _c },
948
- [_M],
949
- [0]
950
- ];
951
- TypeRegistry.for(n0).registerError(DataRepositoryTaskNotFound$, DataRepositoryTaskNotFound);
952
1134
  export var DataRepositoryTaskStatus$ = [3, n0, _DRTS,
953
1135
  0,
954
1136
  [_TCo, _SCu, _FCa, _LUT, _RCe],
@@ -961,7 +1143,7 @@ export var DeleteBackupRequest$ = [3, n0, _DBR,
961
1143
  ];
962
1144
  export var DeleteBackupResponse$ = [3, n0, _DBRe,
963
1145
  0,
964
- [_BI, _L],
1146
+ [_BI, _Li],
965
1147
  [0, 0]
966
1148
  ];
967
1149
  export var DeleteDataRepositoryAssociationRequest$ = [3, n0, _DDRAR,
@@ -971,7 +1153,7 @@ export var DeleteDataRepositoryAssociationRequest$ = [3, n0, _DDRAR,
971
1153
  ];
972
1154
  export var DeleteDataRepositoryAssociationResponse$ = [3, n0, _DDRARe,
973
1155
  0,
974
- [_AI, _L, _DDIFS],
1156
+ [_AI, _Li, _DDIFS],
975
1157
  [0, 0, 2]
976
1158
  ];
977
1159
  export var DeleteFileCacheRequest$ = [3, n0, _DFCR,
@@ -981,7 +1163,7 @@ export var DeleteFileCacheRequest$ = [3, n0, _DFCR,
981
1163
  ];
982
1164
  export var DeleteFileCacheResponse$ = [3, n0, _DFCRe,
983
1165
  0,
984
- [_FCI, _L],
1166
+ [_FCI, _Li],
985
1167
  [0, 0]
986
1168
  ];
987
1169
  export var DeleteFileSystemLustreConfiguration$ = [3, n0, _DFSLC,
@@ -1011,7 +1193,7 @@ export var DeleteFileSystemRequest$ = [3, n0, _DFSR,
1011
1193
  ];
1012
1194
  export var DeleteFileSystemResponse$ = [3, n0, _DFSRe,
1013
1195
  0,
1014
- [_FSI, _L, _WR, _LR, _OZFSR],
1196
+ [_FSI, _Li, _WR, _LR, _OZFSR],
1015
1197
  [0, 0, () => DeleteFileSystemWindowsResponse$, () => DeleteFileSystemLustreResponse$, () => DeleteFileSystemOpenZFSResponse$]
1016
1198
  ];
1017
1199
  export var DeleteFileSystemWindowsConfiguration$ = [3, n0, _DFSWC,
@@ -1031,7 +1213,7 @@ export var DeleteSnapshotRequest$ = [3, n0, _DSR,
1031
1213
  ];
1032
1214
  export var DeleteSnapshotResponse$ = [3, n0, _DSRe,
1033
1215
  0,
1034
- [_SIn, _L],
1216
+ [_SIn, _Li],
1035
1217
  [0, 0]
1036
1218
  ];
1037
1219
  export var DeleteStorageVirtualMachineRequest$ = [3, n0, _DSVMR,
@@ -1041,7 +1223,7 @@ export var DeleteStorageVirtualMachineRequest$ = [3, n0, _DSVMR,
1041
1223
  ];
1042
1224
  export var DeleteStorageVirtualMachineResponse$ = [3, n0, _DSVMRe,
1043
1225
  0,
1044
- [_SVMI, _L],
1226
+ [_SVMI, _Li],
1045
1227
  [0, 0]
1046
1228
  ];
1047
1229
  export var DeleteVolumeOntapConfiguration$ = [3, n0, _DVOC,
@@ -1066,7 +1248,7 @@ export var DeleteVolumeRequest$ = [3, n0, _DVR,
1066
1248
  ];
1067
1249
  export var DeleteVolumeResponse$ = [3, n0, _DVRe,
1068
1250
  0,
1069
- [_VI, _L, _OR],
1251
+ [_VI, _Li, _OR],
1070
1252
  [0, 0, () => DeleteVolumeOntapResponse$]
1071
1253
  ];
1072
1254
  export var DescribeBackupsRequest$ = [3, n0, _DBRes,
@@ -1186,7 +1368,7 @@ export var DetachAndDeleteS3AccessPointRequest$ = [3, n0, _DADSAPR,
1186
1368
  ];
1187
1369
  export var DetachAndDeleteS3AccessPointResponse$ = [3, n0, _DADSAPRe,
1188
1370
  0,
1189
- [_L, _N],
1371
+ [_Li, _N],
1190
1372
  [0, 0]
1191
1373
  ];
1192
1374
  export var DisassociateFileSystemAliasesRequest$ = [3, n0, _DFSARi,
@@ -1211,12 +1393,12 @@ export var DurationSinceLastAccess$ = [3, n0, _DSLA,
1211
1393
  ];
1212
1394
  export var FileCache$ = [3, n0, _FC,
1213
1395
  0,
1214
- [_OI, _CT, _FCI, _FCT, _FCTV, _L, _FD, _SC, _VIp, _SI, _NII, _DNSN, _KKI, _RARN, _LC, _DRAI],
1396
+ [_OI, _CT, _FCI, _FCT, _FCTV, _Li, _FD, _SC, _VIp, _SI, _NII, _DNSN, _KKI, _RARN, _LC, _DRAI],
1215
1397
  [0, 4, 0, 0, 0, 0, () => FileCacheFailureDetails$, 1, 0, 64 | 0, 64 | 0, 0, 0, 0, () => FileCacheLustreConfiguration$, 64 | 0]
1216
1398
  ];
1217
1399
  export var FileCacheCreating$ = [3, n0, _FCC,
1218
1400
  0,
1219
- [_OI, _CT, _FCI, _FCT, _FCTV, _L, _FD, _SC, _VIp, _SI, _NII, _DNSN, _KKI, _RARN, _Ta, _CTTDRA, _LC, _DRAI],
1401
+ [_OI, _CT, _FCI, _FCT, _FCTV, _Li, _FD, _SC, _VIp, _SI, _NII, _DNSN, _KKI, _RARN, _Ta, _CTTDRA, _LC, _DRAI],
1220
1402
  [0, 4, 0, 0, 0, 0, () => FileCacheFailureDetails$, 1, 0, 64 | 0, 64 | 0, 0, 0, 0, () => Tags, 2, () => FileCacheLustreConfiguration$, 64 | 0]
1221
1403
  ];
1222
1404
  export var FileCacheDataRepositoryAssociation$ = [3, n0, _FCDRA,
@@ -1244,15 +1426,9 @@ export var FileCacheNFSConfiguration$ = [3, n0, _FCNFSC,
1244
1426
  [_Ve, _DIn],
1245
1427
  [0, 64 | 0], 1
1246
1428
  ];
1247
- export var FileCacheNotFound$ = [-3, n0, _FCNF,
1248
- { [_e]: _c },
1249
- [_M],
1250
- [0]
1251
- ];
1252
- TypeRegistry.for(n0).registerError(FileCacheNotFound$, FileCacheNotFound);
1253
1429
  export var FileSystem$ = [3, n0, _FS,
1254
1430
  0,
1255
- [_OI, _CT, _FSI, _FST, _L, _FD, _SC, _ST, _VIp, _SI, _NII, _DNSN, _KKI, _RARN, _Ta, _WC, _LC, _AAd, _OC, _FSTV, _OZFSC, _NT],
1431
+ [_OI, _CT, _FSI, _FST, _Li, _FD, _SC, _ST, _VIp, _SI, _NII, _DNSN, _KKI, _RARN, _Ta, _WC, _LC, _AAd, _OC, _FSTV, _OZFSC, _NT],
1256
1432
  [0, 4, 0, 0, 0, () => FileSystemFailureDetails$, 1, 0, 0, 64 | 0, 64 | 0, 0, 0, 0, () => Tags, () => WindowsFileSystemConfiguration$, () => LustreFileSystemConfiguration$, [() => AdministrativeActions, 0], [() => OntapFileSystemConfiguration$, 0], 0, () => OpenZFSFileSystemConfiguration$, 0]
1257
1433
  ];
1258
1434
  export var FileSystemEndpoint$ = [3, n0, _FSE,
@@ -1275,95 +1451,11 @@ export var FileSystemLustreMetadataConfiguration$ = [3, n0, _FSLMC,
1275
1451
  [_Mo, _I],
1276
1452
  [0, 1], 1
1277
1453
  ];
1278
- export var FileSystemNotFound$ = [-3, n0, _FSNF,
1279
- { [_e]: _c },
1280
- [_M],
1281
- [0]
1282
- ];
1283
- TypeRegistry.for(n0).registerError(FileSystemNotFound$, FileSystemNotFound);
1284
1454
  export var Filter$ = [3, n0, _Fil,
1285
1455
  0,
1286
1456
  [_N, _Va],
1287
1457
  [0, 64 | 0]
1288
1458
  ];
1289
- export var IncompatibleParameterError$ = [-3, n0, _IPE,
1290
- { [_e]: _c },
1291
- [_Par, _M],
1292
- [0, 0], 1
1293
- ];
1294
- TypeRegistry.for(n0).registerError(IncompatibleParameterError$, IncompatibleParameterError);
1295
- export var IncompatibleRegionForMultiAZ$ = [-3, n0, _IRFMAZ,
1296
- { [_e]: _c },
1297
- [_M],
1298
- [0]
1299
- ];
1300
- TypeRegistry.for(n0).registerError(IncompatibleRegionForMultiAZ$, IncompatibleRegionForMultiAZ);
1301
- export var InternalServerError$ = [-3, n0, _ISE,
1302
- { [_e]: _s },
1303
- [_M],
1304
- [0]
1305
- ];
1306
- TypeRegistry.for(n0).registerError(InternalServerError$, InternalServerError);
1307
- export var InvalidAccessPoint$ = [-3, n0, _IAP,
1308
- { [_e]: _c, [_hE]: 400, [_xN]: _E },
1309
- [_EC, _M],
1310
- [0, 0]
1311
- ];
1312
- TypeRegistry.for(n0).registerError(InvalidAccessPoint$, InvalidAccessPoint);
1313
- export var InvalidDataRepositoryType$ = [-3, n0, _IDRT,
1314
- { [_e]: _c },
1315
- [_M],
1316
- [0]
1317
- ];
1318
- TypeRegistry.for(n0).registerError(InvalidDataRepositoryType$, InvalidDataRepositoryType);
1319
- export var InvalidDestinationKmsKey$ = [-3, n0, _IDKK,
1320
- { [_e]: _c },
1321
- [_M],
1322
- [0]
1323
- ];
1324
- TypeRegistry.for(n0).registerError(InvalidDestinationKmsKey$, InvalidDestinationKmsKey);
1325
- export var InvalidExportPath$ = [-3, n0, _IEP,
1326
- { [_e]: _c },
1327
- [_M],
1328
- [0]
1329
- ];
1330
- TypeRegistry.for(n0).registerError(InvalidExportPath$, InvalidExportPath);
1331
- export var InvalidImportPath$ = [-3, n0, _IIP,
1332
- { [_e]: _c },
1333
- [_M],
1334
- [0]
1335
- ];
1336
- TypeRegistry.for(n0).registerError(InvalidImportPath$, InvalidImportPath);
1337
- export var InvalidNetworkSettings$ = [-3, n0, _INS,
1338
- { [_e]: _c },
1339
- [_M, _ISI, _ISGI, _IRTI],
1340
- [0, 0, 0, 0]
1341
- ];
1342
- TypeRegistry.for(n0).registerError(InvalidNetworkSettings$, InvalidNetworkSettings);
1343
- export var InvalidPerUnitStorageThroughput$ = [-3, n0, _IPUST,
1344
- { [_e]: _c },
1345
- [_M],
1346
- [0]
1347
- ];
1348
- TypeRegistry.for(n0).registerError(InvalidPerUnitStorageThroughput$, InvalidPerUnitStorageThroughput);
1349
- export var InvalidRegion$ = [-3, n0, _IR,
1350
- { [_e]: _c },
1351
- [_M],
1352
- [0]
1353
- ];
1354
- TypeRegistry.for(n0).registerError(InvalidRegion$, InvalidRegion);
1355
- export var InvalidRequest$ = [-3, n0, _IRn,
1356
- { [_e]: _c, [_hE]: 400, [_xN]: _E },
1357
- [_EC, _M],
1358
- [0, 0]
1359
- ];
1360
- TypeRegistry.for(n0).registerError(InvalidRequest$, InvalidRequest);
1361
- export var InvalidSourceKmsKey$ = [-3, n0, _ISKK,
1362
- { [_e]: _c },
1363
- [_M],
1364
- [0]
1365
- ];
1366
- TypeRegistry.for(n0).registerError(InvalidSourceKmsKey$, InvalidSourceKmsKey);
1367
1459
  export var LifecycleTransitionReason$ = [3, n0, _LTR,
1368
1460
  0,
1369
1461
  [_M],
@@ -1404,35 +1496,11 @@ export var LustreRootSquashConfiguration$ = [3, n0, _LRSC,
1404
1496
  [_RS, _NSN],
1405
1497
  [0, 64 | 0]
1406
1498
  ];
1407
- export var MissingFileCacheConfiguration$ = [-3, n0, _MFCC,
1408
- { [_e]: _c },
1409
- [_M],
1410
- [0]
1411
- ];
1412
- TypeRegistry.for(n0).registerError(MissingFileCacheConfiguration$, MissingFileCacheConfiguration);
1413
- export var MissingFileSystemConfiguration$ = [-3, n0, _MFSC,
1414
- { [_e]: _c },
1415
- [_M],
1416
- [0]
1417
- ];
1418
- TypeRegistry.for(n0).registerError(MissingFileSystemConfiguration$, MissingFileSystemConfiguration);
1419
- export var MissingVolumeConfiguration$ = [-3, n0, _MVC,
1420
- { [_e]: _c },
1421
- [_M],
1422
- [0]
1423
- ];
1424
- TypeRegistry.for(n0).registerError(MissingVolumeConfiguration$, MissingVolumeConfiguration);
1425
1499
  export var NFSDataRepositoryConfiguration$ = [3, n0, _NFSDRC,
1426
1500
  0,
1427
1501
  [_Ve, _DIn, _AEP],
1428
1502
  [0, 64 | 0, () => AutoExportPolicy$], 1
1429
1503
  ];
1430
- export var NotServiceResourceError$ = [-3, n0, _NSRE,
1431
- { [_e]: _c },
1432
- [_RARN, _M],
1433
- [0, 0], 1
1434
- ];
1435
- TypeRegistry.for(n0).registerError(NotServiceResourceError$, NotServiceResourceError);
1436
1504
  export var OntapFileSystemConfiguration$ = [3, n0, _OFSC,
1437
1505
  0,
1438
1506
  [_ABRD, _DABST, _DT, _EIAR, _End, _DIC, _PSI, _RTI, _TCh, _WMST, _FAP, _HAP, _TCPHAP, _EIARn],
@@ -1523,18 +1591,6 @@ export var ReleaseFileSystemNfsV3LocksResponse$ = [3, n0, _RFSNVLRe,
1523
1591
  [_FS],
1524
1592
  [[() => FileSystem$, 0]]
1525
1593
  ];
1526
- export var ResourceDoesNotSupportTagging$ = [-3, n0, _RDNST,
1527
- { [_e]: _c },
1528
- [_RARN, _M],
1529
- [0, 0], 1
1530
- ];
1531
- TypeRegistry.for(n0).registerError(ResourceDoesNotSupportTagging$, ResourceDoesNotSupportTagging);
1532
- export var ResourceNotFound$ = [-3, n0, _RNF,
1533
- { [_e]: _c },
1534
- [_RARN, _M],
1535
- [0, 0], 1
1536
- ];
1537
- TypeRegistry.for(n0).registerError(ResourceNotFound$, ResourceNotFound);
1538
1594
  export var RestoreVolumeFromSnapshotRequest$ = [3, n0, _RVFSR,
1539
1595
  0,
1540
1596
  [_VI, _SIn, _CRT, _O],
@@ -1542,7 +1598,7 @@ export var RestoreVolumeFromSnapshotRequest$ = [3, n0, _RVFSR,
1542
1598
  ];
1543
1599
  export var RestoreVolumeFromSnapshotResponse$ = [3, n0, _RVFSRe,
1544
1600
  0,
1545
- [_VI, _L, _AAd],
1601
+ [_VI, _Li, _AAd],
1546
1602
  [0, 0, [() => AdministrativeActions, 0]]
1547
1603
  ];
1548
1604
  export var RetentionPeriod$ = [3, n0, _RP,
@@ -1557,15 +1613,9 @@ export var S3AccessPoint$ = [3, n0, _SAP,
1557
1613
  ];
1558
1614
  export var S3AccessPointAttachment$ = [3, n0, _SAPA,
1559
1615
  0,
1560
- [_L, _LTR, _CT, _N, _T, _OZFSC, _OC, _SAP],
1616
+ [_Li, _LTR, _CT, _N, _T, _OZFSC, _OC, _SAP],
1561
1617
  [0, () => LifecycleTransitionReason$, 4, 0, 0, () => S3AccessPointOpenZFSConfiguration$, () => S3AccessPointOntapConfiguration$, () => S3AccessPoint$]
1562
1618
  ];
1563
- export var S3AccessPointAttachmentNotFound$ = [-3, n0, _SAPANF,
1564
- { [_e]: _c },
1565
- [_M],
1566
- [0]
1567
- ];
1568
- TypeRegistry.for(n0).registerError(S3AccessPointAttachmentNotFound$, S3AccessPointAttachmentNotFound);
1569
1619
  export var S3AccessPointAttachmentsFilter$ = [3, n0, _SAPAF,
1570
1620
  0,
1571
1621
  [_N, _Va],
@@ -1606,12 +1656,6 @@ export var SelfManagedActiveDirectoryConfigurationUpdates$ = [3, n0, _SMADCU,
1606
1656
  [_UN, _Pas, _DIn, _DN, _OUDN, _FSAG, _DJSAS],
1607
1657
  [0, [() => DirectoryPassword, 0], 64 | 0, 0, 0, 0, 0]
1608
1658
  ];
1609
- export var ServiceLimitExceeded$ = [-3, n0, _SLE,
1610
- { [_e]: _c },
1611
- [_Li, _M],
1612
- [0, 0], 1
1613
- ];
1614
- TypeRegistry.for(n0).registerError(ServiceLimitExceeded$, ServiceLimitExceeded);
1615
1659
  export var SnaplockConfiguration$ = [3, n0, _SCn,
1616
1660
  0,
1617
1661
  [_ALV, _APu, _PD, _RP, _STn, _VAME],
@@ -1624,7 +1668,7 @@ export var SnaplockRetentionPeriod$ = [3, n0, _SRP,
1624
1668
  ];
1625
1669
  export var Snapshot$ = [3, n0, _Sn,
1626
1670
  0,
1627
- [_RARN, _SIn, _N, _VI, _CT, _L, _LTR, _Ta, _AAd],
1671
+ [_RARN, _SIn, _N, _VI, _CT, _Li, _LTR, _Ta, _AAd],
1628
1672
  [0, 0, 0, 0, 4, 0, () => LifecycleTransitionReason$, () => Tags, [() => AdministrativeActions, 0]]
1629
1673
  ];
1630
1674
  export var SnapshotFilter$ = [3, n0, _SF,
@@ -1632,18 +1676,6 @@ export var SnapshotFilter$ = [3, n0, _SF,
1632
1676
  [_N, _Va],
1633
1677
  [0, 64 | 0]
1634
1678
  ];
1635
- export var SnapshotNotFound$ = [-3, n0, _SNF,
1636
- { [_e]: _c },
1637
- [_M],
1638
- [0]
1639
- ];
1640
- TypeRegistry.for(n0).registerError(SnapshotNotFound$, SnapshotNotFound);
1641
- export var SourceBackupUnavailable$ = [-3, n0, _SBU,
1642
- { [_e]: _c },
1643
- [_M, _BI],
1644
- [0, 0]
1645
- ];
1646
- TypeRegistry.for(n0).registerError(SourceBackupUnavailable$, SourceBackupUnavailable);
1647
1679
  export var StartMisconfiguredStateRecoveryRequest$ = [3, n0, _SMSRR,
1648
1680
  0,
1649
1681
  [_FSI, _CRT],
@@ -1656,7 +1688,7 @@ export var StartMisconfiguredStateRecoveryResponse$ = [3, n0, _SMSRRt,
1656
1688
  ];
1657
1689
  export var StorageVirtualMachine$ = [3, n0, _SVM,
1658
1690
  0,
1659
- [_ADC, _CT, _End, _FSI, _L, _N, _RARN, _SVMI, _Su, _UUID, _Ta, _LTR, _RVSS],
1691
+ [_ADC, _CT, _End, _FSI, _Li, _N, _RARN, _SVMI, _Su, _UUID, _Ta, _LTR, _RVSS],
1660
1692
  [() => SvmActiveDirectoryConfiguration$, 4, () => SvmEndpoints$, 0, 0, 0, 0, 0, 0, 0, () => Tags, () => LifecycleTransitionReason$, 0]
1661
1693
  ];
1662
1694
  export var StorageVirtualMachineFilter$ = [3, n0, _SVMF,
@@ -1664,12 +1696,6 @@ export var StorageVirtualMachineFilter$ = [3, n0, _SVMF,
1664
1696
  [_N, _Va],
1665
1697
  [0, 64 | 0]
1666
1698
  ];
1667
- export var StorageVirtualMachineNotFound$ = [-3, n0, _SVMNF,
1668
- { [_e]: _c },
1669
- [_M],
1670
- [0]
1671
- ];
1672
- TypeRegistry.for(n0).registerError(StorageVirtualMachineNotFound$, StorageVirtualMachineNotFound);
1673
1699
  export var SvmActiveDirectoryConfiguration$ = [3, n0, _SADC,
1674
1700
  0,
1675
1701
  [_NBN, _SMADC],
@@ -1705,18 +1731,6 @@ export var TieringPolicy$ = [3, n0, _TP,
1705
1731
  [_CP, _N],
1706
1732
  [1, 0]
1707
1733
  ];
1708
- export var TooManyAccessPoints$ = [-3, n0, _TMAP,
1709
- { [_e]: _c, [_hE]: 400, [_xN]: _E },
1710
- [_EC, _M],
1711
- [0, 0]
1712
- ];
1713
- TypeRegistry.for(n0).registerError(TooManyAccessPoints$, TooManyAccessPoints);
1714
- export var UnsupportedOperation$ = [-3, n0, _UO,
1715
- { [_e]: _c },
1716
- [_M],
1717
- [0]
1718
- ];
1719
- TypeRegistry.for(n0).registerError(UnsupportedOperation$, UnsupportedOperation);
1720
1734
  export var UntagResourceRequest$ = [3, n0, _URR,
1721
1735
  0,
1722
1736
  [_RARN, _TK],
@@ -1849,7 +1863,7 @@ export var UpdateVolumeResponse$ = [3, n0, _UVRp,
1849
1863
  ];
1850
1864
  export var Volume$ = [3, n0, _Vo,
1851
1865
  0,
1852
- [_CT, _FSI, _L, _N, _OC, _RARN, _Ta, _VI, _VT, _LTR, _AAd, _OZFSC],
1866
+ [_CT, _FSI, _Li, _N, _OC, _RARN, _Ta, _VI, _VT, _LTR, _AAd, _OZFSC],
1853
1867
  [4, 0, 0, 0, () => OntapVolumeConfiguration$, 0, () => Tags, 0, 0, () => LifecycleTransitionReason$, [() => AdministrativeActions, 0], () => OpenZFSVolumeConfiguration$]
1854
1868
  ];
1855
1869
  export var VolumeFilter$ = [3, n0, _VF,
@@ -1857,12 +1871,6 @@ export var VolumeFilter$ = [3, n0, _VF,
1857
1871
  [_N, _Va],
1858
1872
  [0, 64 | 0]
1859
1873
  ];
1860
- export var VolumeNotFound$ = [-3, n0, _VNF,
1861
- { [_e]: _c },
1862
- [_M],
1863
- [0]
1864
- ];
1865
- TypeRegistry.for(n0).registerError(VolumeNotFound$, VolumeNotFound);
1866
1874
  export var WindowsAuditLogConfiguration$ = [3, n0, _WALC,
1867
1875
  0,
1868
1876
  [_FAALL, _FSAALL, _ALD],
@@ -1883,8 +1891,6 @@ export var WindowsFsrmConfiguration$ = [3, n0, _WFC,
1883
1891
  [_FSEs, _ELD],
1884
1892
  [2, 0], 1
1885
1893
  ];
1886
- export var FSxServiceException$ = [-3, _sm, "FSxServiceException", 0, [], []];
1887
- TypeRegistry.for(_sm).registerError(FSxServiceException$, FSxServiceException);
1888
1894
  var AdministrativeActions = [1, n0, _AAd,
1889
1895
  0, [() => AdministrativeAction$,
1890
1896
  0]