@aws-sdk/client-fsx 3.943.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 (86) hide show
  1. package/dist-cjs/index.js +40 -380
  2. package/dist-cjs/runtimeConfig.browser.js +2 -2
  3. package/dist-cjs/runtimeConfig.js +3 -4
  4. package/dist-es/FSxClient.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 +40 -380
  8. package/dist-types/FSx.d.ts +1 -1
  9. package/dist-types/FSxClient.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/AssociateFileSystemAliasesCommand.d.ts +3 -3
  13. package/dist-types/commands/CancelDataRepositoryTaskCommand.d.ts +3 -3
  14. package/dist-types/commands/CopyBackupCommand.d.ts +3 -3
  15. package/dist-types/commands/CopySnapshotAndUpdateVolumeCommand.d.ts +3 -3
  16. package/dist-types/commands/CreateAndAttachS3AccessPointCommand.d.ts +3 -3
  17. package/dist-types/commands/CreateBackupCommand.d.ts +3 -3
  18. package/dist-types/commands/CreateDataRepositoryAssociationCommand.d.ts +3 -3
  19. package/dist-types/commands/CreateDataRepositoryTaskCommand.d.ts +3 -3
  20. package/dist-types/commands/CreateFileCacheCommand.d.ts +3 -3
  21. package/dist-types/commands/CreateFileSystemCommand.d.ts +3 -3
  22. package/dist-types/commands/CreateFileSystemFromBackupCommand.d.ts +3 -3
  23. package/dist-types/commands/CreateSnapshotCommand.d.ts +3 -3
  24. package/dist-types/commands/CreateStorageVirtualMachineCommand.d.ts +3 -3
  25. package/dist-types/commands/CreateVolumeCommand.d.ts +3 -3
  26. package/dist-types/commands/CreateVolumeFromBackupCommand.d.ts +3 -3
  27. package/dist-types/commands/DeleteBackupCommand.d.ts +3 -3
  28. package/dist-types/commands/DeleteDataRepositoryAssociationCommand.d.ts +3 -3
  29. package/dist-types/commands/DeleteFileCacheCommand.d.ts +3 -3
  30. package/dist-types/commands/DeleteFileSystemCommand.d.ts +3 -3
  31. package/dist-types/commands/DeleteSnapshotCommand.d.ts +3 -3
  32. package/dist-types/commands/DeleteStorageVirtualMachineCommand.d.ts +3 -3
  33. package/dist-types/commands/DeleteVolumeCommand.d.ts +3 -3
  34. package/dist-types/commands/DescribeBackupsCommand.d.ts +3 -3
  35. package/dist-types/commands/DescribeDataRepositoryAssociationsCommand.d.ts +3 -3
  36. package/dist-types/commands/DescribeDataRepositoryTasksCommand.d.ts +3 -3
  37. package/dist-types/commands/DescribeFileCachesCommand.d.ts +3 -3
  38. package/dist-types/commands/DescribeFileSystemAliasesCommand.d.ts +3 -3
  39. package/dist-types/commands/DescribeFileSystemsCommand.d.ts +3 -3
  40. package/dist-types/commands/DescribeS3AccessPointAttachmentsCommand.d.ts +3 -3
  41. package/dist-types/commands/DescribeSharedVpcConfigurationCommand.d.ts +3 -3
  42. package/dist-types/commands/DescribeSnapshotsCommand.d.ts +3 -3
  43. package/dist-types/commands/DescribeStorageVirtualMachinesCommand.d.ts +3 -3
  44. package/dist-types/commands/DescribeVolumesCommand.d.ts +3 -3
  45. package/dist-types/commands/DetachAndDeleteS3AccessPointCommand.d.ts +3 -3
  46. package/dist-types/commands/DisassociateFileSystemAliasesCommand.d.ts +3 -3
  47. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -3
  48. package/dist-types/commands/ReleaseFileSystemNfsV3LocksCommand.d.ts +3 -3
  49. package/dist-types/commands/RestoreVolumeFromSnapshotCommand.d.ts +3 -3
  50. package/dist-types/commands/StartMisconfiguredStateRecoveryCommand.d.ts +3 -3
  51. package/dist-types/commands/TagResourceCommand.d.ts +3 -3
  52. package/dist-types/commands/UntagResourceCommand.d.ts +3 -3
  53. package/dist-types/commands/UpdateDataRepositoryAssociationCommand.d.ts +3 -3
  54. package/dist-types/commands/UpdateFileCacheCommand.d.ts +3 -3
  55. package/dist-types/commands/UpdateFileSystemCommand.d.ts +3 -3
  56. package/dist-types/commands/UpdateSharedVpcConfigurationCommand.d.ts +3 -3
  57. package/dist-types/commands/UpdateSnapshotCommand.d.ts +3 -3
  58. package/dist-types/commands/UpdateStorageVirtualMachineCommand.d.ts +3 -3
  59. package/dist-types/commands/UpdateVolumeCommand.d.ts +3 -3
  60. package/dist-types/endpoint/EndpointParameters.d.ts +13 -1
  61. package/dist-types/endpoint/endpointResolver.d.ts +5 -2
  62. package/dist-types/extensionConfiguration.d.ts +4 -4
  63. package/dist-types/models/FSxServiceException.d.ts +1 -1
  64. package/dist-types/models/errors.d.ts +1 -1
  65. package/dist-types/pagination/DescribeBackupsPaginator.d.ts +1 -1
  66. package/dist-types/pagination/DescribeDataRepositoryAssociationsPaginator.d.ts +1 -1
  67. package/dist-types/pagination/DescribeDataRepositoryTasksPaginator.d.ts +1 -1
  68. package/dist-types/pagination/DescribeFileCachesPaginator.d.ts +1 -1
  69. package/dist-types/pagination/DescribeFileSystemAliasesPaginator.d.ts +1 -1
  70. package/dist-types/pagination/DescribeFileSystemsPaginator.d.ts +1 -1
  71. package/dist-types/pagination/DescribeS3AccessPointAttachmentsPaginator.d.ts +1 -1
  72. package/dist-types/pagination/DescribeSnapshotsPaginator.d.ts +1 -1
  73. package/dist-types/pagination/DescribeStorageVirtualMachinesPaginator.d.ts +1 -1
  74. package/dist-types/pagination/DescribeVolumesPaginator.d.ts +1 -1
  75. package/dist-types/pagination/Interfaces.d.ts +1 -1
  76. package/dist-types/pagination/ListTagsForResourcePaginator.d.ts +1 -1
  77. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  78. package/dist-types/runtimeConfig.d.ts +1 -1
  79. package/dist-types/runtimeConfig.native.d.ts +1 -1
  80. package/dist-types/runtimeConfig.shared.d.ts +1 -1
  81. package/dist-types/runtimeExtensions.d.ts +1 -1
  82. package/dist-types/schemas/schemas_0.d.ts +1 -1
  83. package/dist-types/ts3.4/FSxClient.d.ts +3 -3
  84. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  85. package/dist-types/ts3.4/models/FSxServiceException.d.ts +1 -1
  86. package/package.json +13 -12
@@ -577,26 +577,13 @@ export var AccessPointAlreadyOwnedByYou = [
577
577
  -3,
578
578
  n0,
579
579
  _APAOBY,
580
- {
581
- [_xN]: _E,
582
- [_e]: _c,
583
- [_hE]: 409,
584
- },
580
+ { [_xN]: _E, [_e]: _c, [_hE]: 409 },
585
581
  [_EC, _M],
586
582
  [0, 0],
587
583
  ];
588
584
  TypeRegistry.for(n0).registerError(AccessPointAlreadyOwnedByYou, __AccessPointAlreadyOwnedByYou);
589
585
  export var ActiveDirectoryBackupAttributes = [3, n0, _ADBA, 0, [_DN, _ADI, _RARN], [0, 0, 0]];
590
- export var ActiveDirectoryError = [
591
- -3,
592
- n0,
593
- _ADE,
594
- {
595
- [_e]: _c,
596
- },
597
- [_ADI, _T, _M],
598
- [0, 0, 0],
599
- ];
586
+ export var ActiveDirectoryError = [-3, n0, _ADE, { [_e]: _c }, [_ADI, _T, _M], [0, 0, 0]];
600
587
  TypeRegistry.for(n0).registerError(ActiveDirectoryError, __ActiveDirectoryError);
601
588
  export var AdministrativeAction = [
602
589
  3,
@@ -647,61 +634,16 @@ export var Backup = [
647
634
  1,
648
635
  ],
649
636
  ];
650
- export var BackupBeingCopied = [
651
- -3,
652
- n0,
653
- _BBC,
654
- {
655
- [_e]: _c,
656
- },
657
- [_M, _BI],
658
- [0, 0],
659
- ];
637
+ export var BackupBeingCopied = [-3, n0, _BBC, { [_e]: _c }, [_M, _BI], [0, 0]];
660
638
  TypeRegistry.for(n0).registerError(BackupBeingCopied, __BackupBeingCopied);
661
639
  export var BackupFailureDetails = [3, n0, _BFD, 0, [_M], [0]];
662
- export var BackupInProgress = [
663
- -3,
664
- n0,
665
- _BIP,
666
- {
667
- [_e]: _c,
668
- },
669
- [_M],
670
- [0],
671
- ];
640
+ export var BackupInProgress = [-3, n0, _BIP, { [_e]: _c }, [_M], [0]];
672
641
  TypeRegistry.for(n0).registerError(BackupInProgress, __BackupInProgress);
673
- export var BackupNotFound = [
674
- -3,
675
- n0,
676
- _BNF,
677
- {
678
- [_e]: _c,
679
- },
680
- [_M],
681
- [0],
682
- ];
642
+ export var BackupNotFound = [-3, n0, _BNF, { [_e]: _c }, [_M], [0]];
683
643
  TypeRegistry.for(n0).registerError(BackupNotFound, __BackupNotFound);
684
- export var BackupRestoring = [
685
- -3,
686
- n0,
687
- _BR,
688
- {
689
- [_e]: _c,
690
- },
691
- [_M, _FSI],
692
- [0, 0],
693
- ];
644
+ export var BackupRestoring = [-3, n0, _BR, { [_e]: _c }, [_M, _FSI], [0, 0]];
694
645
  TypeRegistry.for(n0).registerError(BackupRestoring, __BackupRestoring);
695
- export var BadRequest = [
696
- -3,
697
- n0,
698
- _BRa,
699
- {
700
- [_e]: _c,
701
- },
702
- [_M],
703
- [0],
704
- ];
646
+ export var BadRequest = [-3, n0, _BRa, { [_e]: _c }, [_M], [0]];
705
647
  TypeRegistry.for(n0).registerError(BadRequest, __BadRequest);
706
648
  export var CancelDataRepositoryTaskRequest = [3, n0, _CDRTR, 0, [_TI], [0]];
707
649
  export var CancelDataRepositoryTaskResponse = [3, n0, _CDRTRa, 0, [_L, _TI], [0, 0]];
@@ -1117,16 +1059,7 @@ export var DataRepositoryAssociation = [
1117
1059
  () => NFSDataRepositoryConfiguration,
1118
1060
  ],
1119
1061
  ];
1120
- export var DataRepositoryAssociationNotFound = [
1121
- -3,
1122
- n0,
1123
- _DRANF,
1124
- {
1125
- [_e]: _c,
1126
- },
1127
- [_M],
1128
- [0],
1129
- ];
1062
+ export var DataRepositoryAssociationNotFound = [-3, n0, _DRANF, { [_e]: _c }, [_M], [0]];
1130
1063
  TypeRegistry.for(n0).registerError(DataRepositoryAssociationNotFound, __DataRepositoryAssociationNotFound);
1131
1064
  export var DataRepositoryConfiguration = [
1132
1065
  3,
@@ -1162,40 +1095,13 @@ export var DataRepositoryTask = [
1162
1095
  () => ReleaseConfiguration,
1163
1096
  ],
1164
1097
  ];
1165
- export var DataRepositoryTaskEnded = [
1166
- -3,
1167
- n0,
1168
- _DRTE,
1169
- {
1170
- [_e]: _c,
1171
- },
1172
- [_M],
1173
- [0],
1174
- ];
1098
+ export var DataRepositoryTaskEnded = [-3, n0, _DRTE, { [_e]: _c }, [_M], [0]];
1175
1099
  TypeRegistry.for(n0).registerError(DataRepositoryTaskEnded, __DataRepositoryTaskEnded);
1176
- export var DataRepositoryTaskExecuting = [
1177
- -3,
1178
- n0,
1179
- _DRTEa,
1180
- {
1181
- [_e]: _c,
1182
- },
1183
- [_M],
1184
- [0],
1185
- ];
1100
+ export var DataRepositoryTaskExecuting = [-3, n0, _DRTEa, { [_e]: _c }, [_M], [0]];
1186
1101
  TypeRegistry.for(n0).registerError(DataRepositoryTaskExecuting, __DataRepositoryTaskExecuting);
1187
1102
  export var DataRepositoryTaskFailureDetails = [3, n0, _DRTFD, 0, [_M], [0]];
1188
1103
  export var DataRepositoryTaskFilter = [3, n0, _DRTF, 0, [_N, _Va], [0, 64 | 0]];
1189
- export var DataRepositoryTaskNotFound = [
1190
- -3,
1191
- n0,
1192
- _DRTNF,
1193
- {
1194
- [_e]: _c,
1195
- },
1196
- [_M],
1197
- [0],
1198
- ];
1104
+ export var DataRepositoryTaskNotFound = [-3, n0, _DRTNF, { [_e]: _c }, [_M], [0]];
1199
1105
  TypeRegistry.for(n0).registerError(DataRepositoryTaskNotFound, __DataRepositoryTaskNotFound);
1200
1106
  export var DataRepositoryTaskStatus = [
1201
1107
  3,
@@ -1528,16 +1434,7 @@ export var FileCacheLustreConfiguration = [
1528
1434
  ];
1529
1435
  export var FileCacheLustreMetadataConfiguration = [3, n0, _FCLMC, 0, [_SC], [1]];
1530
1436
  export var FileCacheNFSConfiguration = [3, n0, _FCNFSC, 0, [_Ve, _DIn], [0, 64 | 0]];
1531
- export var FileCacheNotFound = [
1532
- -3,
1533
- n0,
1534
- _FCNF,
1535
- {
1536
- [_e]: _c,
1537
- },
1538
- [_M],
1539
- [0],
1540
- ];
1437
+ export var FileCacheNotFound = [-3, n0, _FCNF, { [_e]: _c }, [_M], [0]];
1541
1438
  TypeRegistry.for(n0).registerError(FileCacheNotFound, __FileCacheNotFound);
1542
1439
  export var FileSystem = [
1543
1440
  3,
@@ -1604,164 +1501,48 @@ export var FileSystemEndpoints = [
1604
1501
  ];
1605
1502
  export var FileSystemFailureDetails = [3, n0, _FSFD, 0, [_M], [0]];
1606
1503
  export var FileSystemLustreMetadataConfiguration = [3, n0, _FSLMC, 0, [_I, _Mo], [1, 0]];
1607
- export var FileSystemNotFound = [
1608
- -3,
1609
- n0,
1610
- _FSNF,
1611
- {
1612
- [_e]: _c,
1613
- },
1614
- [_M],
1615
- [0],
1616
- ];
1504
+ export var FileSystemNotFound = [-3, n0, _FSNF, { [_e]: _c }, [_M], [0]];
1617
1505
  TypeRegistry.for(n0).registerError(FileSystemNotFound, __FileSystemNotFound);
1618
1506
  export var Filter = [3, n0, _Fil, 0, [_N, _Va], [0, 64 | 0]];
1619
- export var IncompatibleParameterError = [
1620
- -3,
1621
- n0,
1622
- _IPE,
1623
- {
1624
- [_e]: _c,
1625
- },
1626
- [_Par, _M],
1627
- [0, 0],
1628
- ];
1507
+ export var IncompatibleParameterError = [-3, n0, _IPE, { [_e]: _c }, [_Par, _M], [0, 0]];
1629
1508
  TypeRegistry.for(n0).registerError(IncompatibleParameterError, __IncompatibleParameterError);
1630
- export var IncompatibleRegionForMultiAZ = [
1631
- -3,
1632
- n0,
1633
- _IRFMAZ,
1634
- {
1635
- [_e]: _c,
1636
- },
1637
- [_M],
1638
- [0],
1639
- ];
1509
+ export var IncompatibleRegionForMultiAZ = [-3, n0, _IRFMAZ, { [_e]: _c }, [_M], [0]];
1640
1510
  TypeRegistry.for(n0).registerError(IncompatibleRegionForMultiAZ, __IncompatibleRegionForMultiAZ);
1641
- export var InternalServerError = [
1642
- -3,
1643
- n0,
1644
- _ISE,
1645
- {
1646
- [_e]: _s,
1647
- },
1648
- [_M],
1649
- [0],
1650
- ];
1511
+ export var InternalServerError = [-3, n0, _ISE, { [_e]: _s }, [_M], [0]];
1651
1512
  TypeRegistry.for(n0).registerError(InternalServerError, __InternalServerError);
1652
1513
  export var InvalidAccessPoint = [
1653
1514
  -3,
1654
1515
  n0,
1655
1516
  _IAP,
1656
- {
1657
- [_xN]: _E,
1658
- [_e]: _c,
1659
- [_hE]: 400,
1660
- },
1517
+ { [_xN]: _E, [_e]: _c, [_hE]: 400 },
1661
1518
  [_EC, _M],
1662
1519
  [0, 0],
1663
1520
  ];
1664
1521
  TypeRegistry.for(n0).registerError(InvalidAccessPoint, __InvalidAccessPoint);
1665
- export var InvalidDataRepositoryType = [
1666
- -3,
1667
- n0,
1668
- _IDRT,
1669
- {
1670
- [_e]: _c,
1671
- },
1672
- [_M],
1673
- [0],
1674
- ];
1522
+ export var InvalidDataRepositoryType = [-3, n0, _IDRT, { [_e]: _c }, [_M], [0]];
1675
1523
  TypeRegistry.for(n0).registerError(InvalidDataRepositoryType, __InvalidDataRepositoryType);
1676
- export var InvalidDestinationKmsKey = [
1677
- -3,
1678
- n0,
1679
- _IDKK,
1680
- {
1681
- [_e]: _c,
1682
- },
1683
- [_M],
1684
- [0],
1685
- ];
1524
+ export var InvalidDestinationKmsKey = [-3, n0, _IDKK, { [_e]: _c }, [_M], [0]];
1686
1525
  TypeRegistry.for(n0).registerError(InvalidDestinationKmsKey, __InvalidDestinationKmsKey);
1687
- export var InvalidExportPath = [
1688
- -3,
1689
- n0,
1690
- _IEP,
1691
- {
1692
- [_e]: _c,
1693
- },
1694
- [_M],
1695
- [0],
1696
- ];
1526
+ export var InvalidExportPath = [-3, n0, _IEP, { [_e]: _c }, [_M], [0]];
1697
1527
  TypeRegistry.for(n0).registerError(InvalidExportPath, __InvalidExportPath);
1698
- export var InvalidImportPath = [
1699
- -3,
1700
- n0,
1701
- _IIP,
1702
- {
1703
- [_e]: _c,
1704
- },
1705
- [_M],
1706
- [0],
1707
- ];
1528
+ export var InvalidImportPath = [-3, n0, _IIP, { [_e]: _c }, [_M], [0]];
1708
1529
  TypeRegistry.for(n0).registerError(InvalidImportPath, __InvalidImportPath);
1709
1530
  export var InvalidNetworkSettings = [
1710
1531
  -3,
1711
1532
  n0,
1712
1533
  _INS,
1713
- {
1714
- [_e]: _c,
1715
- },
1534
+ { [_e]: _c },
1716
1535
  [_M, _ISI, _ISGI, _IRTI],
1717
1536
  [0, 0, 0, 0],
1718
1537
  ];
1719
1538
  TypeRegistry.for(n0).registerError(InvalidNetworkSettings, __InvalidNetworkSettings);
1720
- export var InvalidPerUnitStorageThroughput = [
1721
- -3,
1722
- n0,
1723
- _IPUST,
1724
- {
1725
- [_e]: _c,
1726
- },
1727
- [_M],
1728
- [0],
1729
- ];
1539
+ export var InvalidPerUnitStorageThroughput = [-3, n0, _IPUST, { [_e]: _c }, [_M], [0]];
1730
1540
  TypeRegistry.for(n0).registerError(InvalidPerUnitStorageThroughput, __InvalidPerUnitStorageThroughput);
1731
- export var InvalidRegion = [
1732
- -3,
1733
- n0,
1734
- _IR,
1735
- {
1736
- [_e]: _c,
1737
- },
1738
- [_M],
1739
- [0],
1740
- ];
1541
+ export var InvalidRegion = [-3, n0, _IR, { [_e]: _c }, [_M], [0]];
1741
1542
  TypeRegistry.for(n0).registerError(InvalidRegion, __InvalidRegion);
1742
- export var InvalidRequest = [
1743
- -3,
1744
- n0,
1745
- _IRn,
1746
- {
1747
- [_xN]: _E,
1748
- [_e]: _c,
1749
- [_hE]: 400,
1750
- },
1751
- [_EC, _M],
1752
- [0, 0],
1753
- ];
1543
+ export var InvalidRequest = [-3, n0, _IRn, { [_xN]: _E, [_e]: _c, [_hE]: 400 }, [_EC, _M], [0, 0]];
1754
1544
  TypeRegistry.for(n0).registerError(InvalidRequest, __InvalidRequest);
1755
- export var InvalidSourceKmsKey = [
1756
- -3,
1757
- n0,
1758
- _ISKK,
1759
- {
1760
- [_e]: _c,
1761
- },
1762
- [_M],
1763
- [0],
1764
- ];
1545
+ export var InvalidSourceKmsKey = [-3, n0, _ISKK, { [_e]: _c }, [_M], [0]];
1765
1546
  TypeRegistry.for(n0).registerError(InvalidSourceKmsKey, __InvalidSourceKmsKey);
1766
1547
  export var LifecycleTransitionReason = [3, n0, _LTR, 0, [_M], [0]];
1767
1548
  export var ListTagsForResourceRequest = [3, n0, _LTFRR, 0, [_RARN, _MR, _NTe], [0, 1, 0]];
@@ -1795,38 +1576,11 @@ export var LustreLogConfiguration = [3, n0, _LLC, 0, [_Le, _D], [0, 0]];
1795
1576
  export var LustreLogCreateConfiguration = [3, n0, _LLCC, 0, [_Le, _D], [0, 0]];
1796
1577
  export var LustreReadCacheConfiguration = [3, n0, _LRCC, 0, [_SM, _SGB], [0, 1]];
1797
1578
  export var LustreRootSquashConfiguration = [3, n0, _LRSC, 0, [_RS, _NSN], [0, 64 | 0]];
1798
- export var MissingFileCacheConfiguration = [
1799
- -3,
1800
- n0,
1801
- _MFCC,
1802
- {
1803
- [_e]: _c,
1804
- },
1805
- [_M],
1806
- [0],
1807
- ];
1579
+ export var MissingFileCacheConfiguration = [-3, n0, _MFCC, { [_e]: _c }, [_M], [0]];
1808
1580
  TypeRegistry.for(n0).registerError(MissingFileCacheConfiguration, __MissingFileCacheConfiguration);
1809
- export var MissingFileSystemConfiguration = [
1810
- -3,
1811
- n0,
1812
- _MFSC,
1813
- {
1814
- [_e]: _c,
1815
- },
1816
- [_M],
1817
- [0],
1818
- ];
1581
+ export var MissingFileSystemConfiguration = [-3, n0, _MFSC, { [_e]: _c }, [_M], [0]];
1819
1582
  TypeRegistry.for(n0).registerError(MissingFileSystemConfiguration, __MissingFileSystemConfiguration);
1820
- export var MissingVolumeConfiguration = [
1821
- -3,
1822
- n0,
1823
- _MVC,
1824
- {
1825
- [_e]: _c,
1826
- },
1827
- [_M],
1828
- [0],
1829
- ];
1583
+ export var MissingVolumeConfiguration = [-3, n0, _MVC, { [_e]: _c }, [_M], [0]];
1830
1584
  TypeRegistry.for(n0).registerError(MissingVolumeConfiguration, __MissingVolumeConfiguration);
1831
1585
  export var NFSDataRepositoryConfiguration = [
1832
1586
  3,
@@ -1836,16 +1590,7 @@ export var NFSDataRepositoryConfiguration = [
1836
1590
  [_Ve, _DIn, _AEP],
1837
1591
  [0, 64 | 0, () => AutoExportPolicy],
1838
1592
  ];
1839
- export var NotServiceResourceError = [
1840
- -3,
1841
- n0,
1842
- _NSRE,
1843
- {
1844
- [_e]: _c,
1845
- },
1846
- [_RARN, _M],
1847
- [0, 0],
1848
- ];
1593
+ export var NotServiceResourceError = [-3, n0, _NSRE, { [_e]: _c }, [_RARN, _M], [0, 0]];
1849
1594
  TypeRegistry.for(n0).registerError(NotServiceResourceError, __NotServiceResourceError);
1850
1595
  export var OntapFileSystemConfiguration = [
1851
1596
  3,
@@ -1972,27 +1717,9 @@ export var ReleaseFileSystemNfsV3LocksResponse = [
1972
1717
  [_FS],
1973
1718
  [[() => FileSystem, 0]],
1974
1719
  ];
1975
- export var ResourceDoesNotSupportTagging = [
1976
- -3,
1977
- n0,
1978
- _RDNST,
1979
- {
1980
- [_e]: _c,
1981
- },
1982
- [_RARN, _M],
1983
- [0, 0],
1984
- ];
1720
+ export var ResourceDoesNotSupportTagging = [-3, n0, _RDNST, { [_e]: _c }, [_RARN, _M], [0, 0]];
1985
1721
  TypeRegistry.for(n0).registerError(ResourceDoesNotSupportTagging, __ResourceDoesNotSupportTagging);
1986
- export var ResourceNotFound = [
1987
- -3,
1988
- n0,
1989
- _RNF,
1990
- {
1991
- [_e]: _c,
1992
- },
1993
- [_RARN, _M],
1994
- [0, 0],
1995
- ];
1722
+ export var ResourceNotFound = [-3, n0, _RNF, { [_e]: _c }, [_RARN, _M], [0, 0]];
1996
1723
  TypeRegistry.for(n0).registerError(ResourceNotFound, __ResourceNotFound);
1997
1724
  export var RestoreVolumeFromSnapshotRequest = [
1998
1725
  3,
@@ -2036,16 +1763,7 @@ export var S3AccessPointAttachment = [
2036
1763
  () => S3AccessPoint,
2037
1764
  ],
2038
1765
  ];
2039
- export var S3AccessPointAttachmentNotFound = [
2040
- -3,
2041
- n0,
2042
- _SAPANF,
2043
- {
2044
- [_e]: _c,
2045
- },
2046
- [_M],
2047
- [0],
2048
- ];
1766
+ export var S3AccessPointAttachmentNotFound = [-3, n0, _SAPANF, { [_e]: _c }, [_M], [0]];
2049
1767
  TypeRegistry.for(n0).registerError(S3AccessPointAttachmentNotFound, __S3AccessPointAttachmentNotFound);
2050
1768
  export var S3AccessPointAttachmentsFilter = [3, n0, _SAPAF, 0, [_N, _Va], [0, 64 | 0]];
2051
1769
  export var S3AccessPointOntapConfiguration = [
@@ -2097,16 +1815,7 @@ export var SelfManagedActiveDirectoryConfigurationUpdates = [
2097
1815
  [_UN, _Pas, _DIn, _DN, _OUDN, _FSAG, _DJSAS],
2098
1816
  [0, [() => DirectoryPassword, 0], 64 | 0, 0, 0, 0, 0],
2099
1817
  ];
2100
- export var ServiceLimitExceeded = [
2101
- -3,
2102
- n0,
2103
- _SLE,
2104
- {
2105
- [_e]: _c,
2106
- },
2107
- [_Li, _M],
2108
- [0, 0],
2109
- ];
1818
+ export var ServiceLimitExceeded = [-3, n0, _SLE, { [_e]: _c }, [_Li, _M], [0, 0]];
2110
1819
  TypeRegistry.for(n0).registerError(ServiceLimitExceeded, __ServiceLimitExceeded);
2111
1820
  export var SnaplockConfiguration = [
2112
1821
  3,
@@ -2133,27 +1842,9 @@ export var Snapshot = [
2133
1842
  [0, 0, 0, 0, 4, 0, () => LifecycleTransitionReason, () => Tags, [() => AdministrativeActions, 0]],
2134
1843
  ];
2135
1844
  export var SnapshotFilter = [3, n0, _SF, 0, [_N, _Va], [0, 64 | 0]];
2136
- export var SnapshotNotFound = [
2137
- -3,
2138
- n0,
2139
- _SNF,
2140
- {
2141
- [_e]: _c,
2142
- },
2143
- [_M],
2144
- [0],
2145
- ];
1845
+ export var SnapshotNotFound = [-3, n0, _SNF, { [_e]: _c }, [_M], [0]];
2146
1846
  TypeRegistry.for(n0).registerError(SnapshotNotFound, __SnapshotNotFound);
2147
- export var SourceBackupUnavailable = [
2148
- -3,
2149
- n0,
2150
- _SBU,
2151
- {
2152
- [_e]: _c,
2153
- },
2154
- [_M, _BI],
2155
- [0, 0],
2156
- ];
1847
+ export var SourceBackupUnavailable = [-3, n0, _SBU, { [_e]: _c }, [_M, _BI], [0, 0]];
2157
1848
  TypeRegistry.for(n0).registerError(SourceBackupUnavailable, __SourceBackupUnavailable);
2158
1849
  export var StartMisconfiguredStateRecoveryRequest = [
2159
1850
  3,
@@ -2194,16 +1885,7 @@ export var StorageVirtualMachine = [
2194
1885
  ],
2195
1886
  ];
2196
1887
  export var StorageVirtualMachineFilter = [3, n0, _SVMF, 0, [_N, _Va], [0, 64 | 0]];
2197
- export var StorageVirtualMachineNotFound = [
2198
- -3,
2199
- n0,
2200
- _SVMNF,
2201
- {
2202
- [_e]: _c,
2203
- },
2204
- [_M],
2205
- [0],
2206
- ];
1888
+ export var StorageVirtualMachineNotFound = [-3, n0, _SVMNF, { [_e]: _c }, [_M], [0]];
2207
1889
  TypeRegistry.for(n0).registerError(StorageVirtualMachineNotFound, __StorageVirtualMachineNotFound);
2208
1890
  export var SvmActiveDirectoryConfiguration = [
2209
1891
  3,
@@ -2230,25 +1912,12 @@ export var TooManyAccessPoints = [
2230
1912
  -3,
2231
1913
  n0,
2232
1914
  _TMAP,
2233
- {
2234
- [_xN]: _E,
2235
- [_e]: _c,
2236
- [_hE]: 400,
2237
- },
1915
+ { [_xN]: _E, [_e]: _c, [_hE]: 400 },
2238
1916
  [_EC, _M],
2239
1917
  [0, 0],
2240
1918
  ];
2241
1919
  TypeRegistry.for(n0).registerError(TooManyAccessPoints, __TooManyAccessPoints);
2242
- export var UnsupportedOperation = [
2243
- -3,
2244
- n0,
2245
- _UO,
2246
- {
2247
- [_e]: _c,
2248
- },
2249
- [_M],
2250
- [0],
2251
- ];
1920
+ export var UnsupportedOperation = [-3, n0, _UO, { [_e]: _c }, [_M], [0]];
2252
1921
  TypeRegistry.for(n0).registerError(UnsupportedOperation, __UnsupportedOperation);
2253
1922
  export var UntagResourceRequest = [3, n0, _URR, 0, [_RARN, _TK], [0, 64 | 0]];
2254
1923
  export var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
@@ -2442,16 +2111,7 @@ export var Volume = [
2442
2111
  ],
2443
2112
  ];
2444
2113
  export var VolumeFilter = [3, n0, _VF, 0, [_N, _Va], [0, 64 | 0]];
2445
- export var VolumeNotFound = [
2446
- -3,
2447
- n0,
2448
- _VNF,
2449
- {
2450
- [_e]: _c,
2451
- },
2452
- [_M],
2453
- [0],
2454
- ];
2114
+ export var VolumeNotFound = [-3, n0, _VNF, { [_e]: _c }, [_M], [0]];
2455
2115
  TypeRegistry.for(n0).registerError(VolumeNotFound, __VolumeNotFound);
2456
2116
  export var WindowsAuditLogConfiguration = [3, n0, _WALC, 0, [_FAALL, _FSAALL, _ALD], [0, 0, 0]];
2457
2117
  export var WindowsAuditLogCreateConfiguration = [
@@ -1,4 +1,4 @@
1
- import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
1
+ import type { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
2
2
  import { AssociateFileSystemAliasesCommandInput, AssociateFileSystemAliasesCommandOutput } from "./commands/AssociateFileSystemAliasesCommand";
3
3
  import { CancelDataRepositoryTaskCommandInput, CancelDataRepositoryTaskCommandOutput } from "./commands/CancelDataRepositoryTaskCommand";
4
4
  import { CopyBackupCommandInput, CopyBackupCommandOutput } from "./commands/CopyBackupCommand";
@@ -1,12 +1,12 @@
1
- import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
2
- import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
3
- import { RegionInputConfig, RegionResolvedConfig } from "@smithy/config-resolver";
4
- import { EndpointInputConfig, EndpointResolvedConfig } from "@smithy/middleware-endpoint";
5
- import { RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry";
6
- import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
7
- import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@smithy/smithy-client";
8
- import { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, ClientProtocol, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, HttpRequest, HttpResponse, Logger as __Logger, Provider as __Provider, Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
9
- import { HttpAuthSchemeInputConfig, HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
1
+ import { type HostHeaderInputConfig, type HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
2
+ import { type UserAgentInputConfig, type UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
3
+ import { type RegionInputConfig, type RegionResolvedConfig } from "@smithy/config-resolver";
4
+ import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/middleware-endpoint";
5
+ import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/middleware-retry";
6
+ import type { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
7
+ import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/smithy-client";
8
+ import { type BodyLengthCalculator as __BodyLengthCalculator, type CheckOptionalClientConfig as __CheckOptionalClientConfig, type ChecksumConstructor as __ChecksumConstructor, type ClientProtocol, type Decoder as __Decoder, type Encoder as __Encoder, type HashConstructor as __HashConstructor, type HttpHandlerOptions as __HttpHandlerOptions, type HttpRequest, type HttpResponse, type Logger as __Logger, type Provider as __Provider, type StreamCollector as __StreamCollector, type UrlParser as __UrlParser, AwsCredentialIdentityProvider, Provider, UserAgent as __UserAgent } from "@smithy/types";
9
+ import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
10
10
  import { AssociateFileSystemAliasesCommandInput, AssociateFileSystemAliasesCommandOutput } from "./commands/AssociateFileSystemAliasesCommand";
11
11
  import { CancelDataRepositoryTaskCommandInput, CancelDataRepositoryTaskCommandOutput } from "./commands/CancelDataRepositoryTaskCommand";
12
12
  import { CopyBackupCommandInput, CopyBackupCommandOutput } from "./commands/CopyBackupCommand";
@@ -56,7 +56,7 @@ import { UpdateSnapshotCommandInput, UpdateSnapshotCommandOutput } from "./comma
56
56
  import { UpdateStorageVirtualMachineCommandInput, UpdateStorageVirtualMachineCommandOutput } from "./commands/UpdateStorageVirtualMachineCommand";
57
57
  import { UpdateVolumeCommandInput, UpdateVolumeCommandOutput } from "./commands/UpdateVolumeCommand";
58
58
  import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
59
- import { RuntimeExtension, RuntimeExtensionsConfig } from "./runtimeExtensions";
59
+ import { type RuntimeExtension, type RuntimeExtensionsConfig } from "./runtimeExtensions";
60
60
  export { __Client };
61
61
  /**
62
62
  * @public
@@ -1,5 +1,5 @@
1
- import { AwsCredentialIdentity, AwsCredentialIdentityProvider, HttpAuthScheme } from "@smithy/types";
2
- import { FSxHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
1
+ import { type HttpAuthScheme, AwsCredentialIdentity, AwsCredentialIdentityProvider } from "@smithy/types";
2
+ import type { FSxHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
3
3
  /**
4
4
  * @internal
5
5
  */
@@ -1,6 +1,6 @@
1
1
  import { AwsSdkSigV4AuthInputConfig, AwsSdkSigV4AuthResolvedConfig, AwsSdkSigV4PreviouslyResolved } from "@aws-sdk/core";
2
- import { HandlerExecutionContext, HttpAuthScheme, HttpAuthSchemeParameters, HttpAuthSchemeParametersProvider, HttpAuthSchemeProvider, Provider } from "@smithy/types";
3
- import { FSxClientResolvedConfig } from "../FSxClient";
2
+ import type { HandlerExecutionContext, HttpAuthScheme, HttpAuthSchemeParameters, HttpAuthSchemeParametersProvider, HttpAuthSchemeProvider, Provider } from "@smithy/types";
3
+ import { type FSxClientResolvedConfig } from "../FSxClient";
4
4
  /**
5
5
  * @internal
6
6
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FSxClient";
4
- import { AssociateFileSystemAliasesRequest, AssociateFileSystemAliasesResponse } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FSxClient";
4
+ import type { AssociateFileSystemAliasesRequest, AssociateFileSystemAliasesResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FSxClient";
4
- import { CancelDataRepositoryTaskRequest, CancelDataRepositoryTaskResponse } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FSxClient";
4
+ import type { CancelDataRepositoryTaskRequest, CancelDataRepositoryTaskResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FSxClient";
4
- import { CopyBackupRequest, CopyBackupResponse } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FSxClient";
4
+ import type { CopyBackupRequest, CopyBackupResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FSxClient";
4
- import { CopySnapshotAndUpdateVolumeRequest, CopySnapshotAndUpdateVolumeResponse } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FSxClient";
4
+ import type { CopySnapshotAndUpdateVolumeRequest, CopySnapshotAndUpdateVolumeResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FSxClient";
4
- import { CreateAndAttachS3AccessPointRequest, CreateAndAttachS3AccessPointResponse } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FSxClient";
4
+ import type { CreateAndAttachS3AccessPointRequest, CreateAndAttachS3AccessPointResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */