@aws-sdk/client-fsx 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 (92) hide show
  1. package/dist-cjs/index.js +93 -383
  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/models/enums.js +6 -0
  6. package/dist-es/runtimeConfig.browser.js +2 -2
  7. package/dist-es/runtimeConfig.js +2 -3
  8. package/dist-es/schemas/schemas_0.js +86 -383
  9. package/dist-types/FSx.d.ts +1 -1
  10. package/dist-types/FSxClient.d.ts +10 -10
  11. package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +2 -2
  12. package/dist-types/auth/httpAuthSchemeProvider.d.ts +2 -2
  13. package/dist-types/commands/AssociateFileSystemAliasesCommand.d.ts +3 -3
  14. package/dist-types/commands/CancelDataRepositoryTaskCommand.d.ts +3 -3
  15. package/dist-types/commands/CopyBackupCommand.d.ts +3 -3
  16. package/dist-types/commands/CopySnapshotAndUpdateVolumeCommand.d.ts +3 -3
  17. package/dist-types/commands/CreateAndAttachS3AccessPointCommand.d.ts +30 -6
  18. package/dist-types/commands/CreateBackupCommand.d.ts +3 -3
  19. package/dist-types/commands/CreateDataRepositoryAssociationCommand.d.ts +3 -3
  20. package/dist-types/commands/CreateDataRepositoryTaskCommand.d.ts +3 -3
  21. package/dist-types/commands/CreateFileCacheCommand.d.ts +3 -3
  22. package/dist-types/commands/CreateFileSystemCommand.d.ts +3 -3
  23. package/dist-types/commands/CreateFileSystemFromBackupCommand.d.ts +3 -3
  24. package/dist-types/commands/CreateSnapshotCommand.d.ts +3 -3
  25. package/dist-types/commands/CreateStorageVirtualMachineCommand.d.ts +3 -3
  26. package/dist-types/commands/CreateVolumeCommand.d.ts +3 -3
  27. package/dist-types/commands/CreateVolumeFromBackupCommand.d.ts +3 -3
  28. package/dist-types/commands/DeleteBackupCommand.d.ts +3 -3
  29. package/dist-types/commands/DeleteDataRepositoryAssociationCommand.d.ts +3 -3
  30. package/dist-types/commands/DeleteFileCacheCommand.d.ts +3 -3
  31. package/dist-types/commands/DeleteFileSystemCommand.d.ts +3 -3
  32. package/dist-types/commands/DeleteSnapshotCommand.d.ts +3 -3
  33. package/dist-types/commands/DeleteStorageVirtualMachineCommand.d.ts +3 -3
  34. package/dist-types/commands/DeleteVolumeCommand.d.ts +3 -3
  35. package/dist-types/commands/DescribeBackupsCommand.d.ts +3 -3
  36. package/dist-types/commands/DescribeDataRepositoryAssociationsCommand.d.ts +3 -3
  37. package/dist-types/commands/DescribeDataRepositoryTasksCommand.d.ts +3 -3
  38. package/dist-types/commands/DescribeFileCachesCommand.d.ts +3 -3
  39. package/dist-types/commands/DescribeFileSystemAliasesCommand.d.ts +3 -3
  40. package/dist-types/commands/DescribeFileSystemsCommand.d.ts +3 -3
  41. package/dist-types/commands/DescribeS3AccessPointAttachmentsCommand.d.ts +17 -5
  42. package/dist-types/commands/DescribeSharedVpcConfigurationCommand.d.ts +3 -3
  43. package/dist-types/commands/DescribeSnapshotsCommand.d.ts +3 -3
  44. package/dist-types/commands/DescribeStorageVirtualMachinesCommand.d.ts +3 -3
  45. package/dist-types/commands/DescribeVolumesCommand.d.ts +3 -3
  46. package/dist-types/commands/DetachAndDeleteS3AccessPointCommand.d.ts +4 -4
  47. package/dist-types/commands/DisassociateFileSystemAliasesCommand.d.ts +3 -3
  48. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -3
  49. package/dist-types/commands/ReleaseFileSystemNfsV3LocksCommand.d.ts +3 -3
  50. package/dist-types/commands/RestoreVolumeFromSnapshotCommand.d.ts +3 -3
  51. package/dist-types/commands/StartMisconfiguredStateRecoveryCommand.d.ts +3 -3
  52. package/dist-types/commands/TagResourceCommand.d.ts +3 -3
  53. package/dist-types/commands/UntagResourceCommand.d.ts +3 -3
  54. package/dist-types/commands/UpdateDataRepositoryAssociationCommand.d.ts +3 -3
  55. package/dist-types/commands/UpdateFileCacheCommand.d.ts +3 -3
  56. package/dist-types/commands/UpdateFileSystemCommand.d.ts +3 -3
  57. package/dist-types/commands/UpdateSharedVpcConfigurationCommand.d.ts +3 -3
  58. package/dist-types/commands/UpdateSnapshotCommand.d.ts +3 -3
  59. package/dist-types/commands/UpdateStorageVirtualMachineCommand.d.ts +3 -3
  60. package/dist-types/commands/UpdateVolumeCommand.d.ts +3 -3
  61. package/dist-types/endpoint/EndpointParameters.d.ts +13 -1
  62. package/dist-types/endpoint/endpointResolver.d.ts +5 -2
  63. package/dist-types/extensionConfiguration.d.ts +4 -4
  64. package/dist-types/models/FSxServiceException.d.ts +1 -1
  65. package/dist-types/models/enums.d.ts +14 -0
  66. package/dist-types/models/errors.d.ts +1 -1
  67. package/dist-types/models/models_0.d.ts +86 -1
  68. package/dist-types/pagination/DescribeBackupsPaginator.d.ts +1 -1
  69. package/dist-types/pagination/DescribeDataRepositoryAssociationsPaginator.d.ts +1 -1
  70. package/dist-types/pagination/DescribeDataRepositoryTasksPaginator.d.ts +1 -1
  71. package/dist-types/pagination/DescribeFileCachesPaginator.d.ts +1 -1
  72. package/dist-types/pagination/DescribeFileSystemAliasesPaginator.d.ts +1 -1
  73. package/dist-types/pagination/DescribeFileSystemsPaginator.d.ts +1 -1
  74. package/dist-types/pagination/DescribeS3AccessPointAttachmentsPaginator.d.ts +1 -1
  75. package/dist-types/pagination/DescribeSnapshotsPaginator.d.ts +1 -1
  76. package/dist-types/pagination/DescribeStorageVirtualMachinesPaginator.d.ts +1 -1
  77. package/dist-types/pagination/DescribeVolumesPaginator.d.ts +1 -1
  78. package/dist-types/pagination/Interfaces.d.ts +1 -1
  79. package/dist-types/pagination/ListTagsForResourcePaginator.d.ts +1 -1
  80. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  81. package/dist-types/runtimeConfig.d.ts +1 -1
  82. package/dist-types/runtimeConfig.native.d.ts +1 -1
  83. package/dist-types/runtimeConfig.shared.d.ts +1 -1
  84. package/dist-types/runtimeExtensions.d.ts +1 -1
  85. package/dist-types/schemas/schemas_0.d.ts +6 -1
  86. package/dist-types/ts3.4/FSxClient.d.ts +3 -3
  87. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  88. package/dist-types/ts3.4/models/FSxServiceException.d.ts +1 -1
  89. package/dist-types/ts3.4/models/enums.d.ts +8 -0
  90. package/dist-types/ts3.4/models/models_0.d.ts +24 -0
  91. package/dist-types/ts3.4/schemas/schemas_0.d.ts +5 -0
  92. package/package.json +13 -12
@@ -41,6 +41,7 @@ const _BSER = "BypassSnaplockEnterpriseRetention";
41
41
  const _Ba = "Backups";
42
42
  const _C = "Clients";
43
43
  const _CAASAP = "CreateAndAttachS3AccessPoint";
44
+ const _CAASAPOC = "CreateAndAttachS3AccessPointOntapConfiguration";
44
45
  const _CAASAPOZFSC = "CreateAndAttachS3AccessPointOpenZFSConfiguration";
45
46
  const _CAASAPR = "CreateAndAttachS3AccessPointRequest";
46
47
  const _CAASAPRr = "CreateAndAttachS3AccessPointResponse";
@@ -344,12 +345,15 @@ const _Nf = "Nfs";
344
345
  const _O = "Options";
345
346
  const _OC = "OntapConfiguration";
346
347
  const _OFSC = "OntapFileSystemConfiguration";
348
+ const _OFSI = "OntapFileSystemIdentity";
347
349
  const _OI = "OwnerId";
348
350
  const _OR = "OntapResponse";
349
351
  const _OS = "OriginSnapshot";
350
352
  const _OUDN = "OrganizationalUnitDistinguishedName";
353
+ const _OUFSU = "OntapUnixFileSystemUser";
351
354
  const _OVC = "OntapVolumeConfiguration";
352
355
  const _OVT = "OntapVolumeType";
356
+ const _OWFSU = "OntapWindowsFileSystemUser";
353
357
  const _OZFSC = "OpenZFSConfiguration";
354
358
  const _OZFSCC = "OpenZFSClientConfiguration";
355
359
  const _OZFSCCp = "OpenZFSClientConfigurations";
@@ -414,6 +418,7 @@ const _SAPAF = "S3AccessPointAttachmentsFilter";
414
418
  const _SAPAFc = "S3AccessPointAttachmentsFilters";
415
419
  const _SAPANF = "S3AccessPointAttachmentNotFound";
416
420
  const _SAPAc = "S3AccessPointAttachments";
421
+ const _SAPOC = "S3AccessPointOntapConfiguration";
417
422
  const _SAPOZFSC = "S3AccessPointOpenZFSConfiguration";
418
423
  const _SAPVC = "S3AccessPointVpcConfiguration";
419
424
  const _SAPv = "SvmAdminPassword";
@@ -526,6 +531,7 @@ const _USVCRp = "UpdateSharedVpcConfigurationResponse";
526
531
  const _USVM = "UpdateStorageVirtualMachine";
527
532
  const _USVMR = "UpdateStorageVirtualMachineRequest";
528
533
  const _USVMRp = "UpdateStorageVirtualMachineResponse";
534
+ const _UU = "UnixUser";
529
535
  const _UUID = "UUID";
530
536
  const _UV = "UpdateVolume";
531
537
  const _UVR = "UpdateVolumeRequest";
@@ -554,6 +560,7 @@ const _WFC = "WindowsFsrmConfiguration";
554
560
  const _WFSC = "WindowsFileSystemConfiguration";
555
561
  const _WMST = "WeeklyMaintenanceStartTime";
556
562
  const _WR = "WindowsResponse";
563
+ const _WU = "WindowsUser";
557
564
  const _c = "client";
558
565
  const _e = "error";
559
566
  const _hE = "httpError";
@@ -570,26 +577,13 @@ export var AccessPointAlreadyOwnedByYou = [
570
577
  -3,
571
578
  n0,
572
579
  _APAOBY,
573
- {
574
- [_xN]: _E,
575
- [_e]: _c,
576
- [_hE]: 409,
577
- },
580
+ { [_xN]: _E, [_e]: _c, [_hE]: 409 },
578
581
  [_EC, _M],
579
582
  [0, 0],
580
583
  ];
581
584
  TypeRegistry.for(n0).registerError(AccessPointAlreadyOwnedByYou, __AccessPointAlreadyOwnedByYou);
582
585
  export var ActiveDirectoryBackupAttributes = [3, n0, _ADBA, 0, [_DN, _ADI, _RARN], [0, 0, 0]];
583
- export var ActiveDirectoryError = [
584
- -3,
585
- n0,
586
- _ADE,
587
- {
588
- [_e]: _c,
589
- },
590
- [_ADI, _T, _M],
591
- [0, 0, 0],
592
- ];
586
+ export var ActiveDirectoryError = [-3, n0, _ADE, { [_e]: _c }, [_ADI, _T, _M], [0, 0, 0]];
593
587
  TypeRegistry.for(n0).registerError(ActiveDirectoryError, __ActiveDirectoryError);
594
588
  export var AdministrativeAction = [
595
589
  3,
@@ -640,61 +634,16 @@ export var Backup = [
640
634
  1,
641
635
  ],
642
636
  ];
643
- export var BackupBeingCopied = [
644
- -3,
645
- n0,
646
- _BBC,
647
- {
648
- [_e]: _c,
649
- },
650
- [_M, _BI],
651
- [0, 0],
652
- ];
637
+ export var BackupBeingCopied = [-3, n0, _BBC, { [_e]: _c }, [_M, _BI], [0, 0]];
653
638
  TypeRegistry.for(n0).registerError(BackupBeingCopied, __BackupBeingCopied);
654
639
  export var BackupFailureDetails = [3, n0, _BFD, 0, [_M], [0]];
655
- export var BackupInProgress = [
656
- -3,
657
- n0,
658
- _BIP,
659
- {
660
- [_e]: _c,
661
- },
662
- [_M],
663
- [0],
664
- ];
640
+ export var BackupInProgress = [-3, n0, _BIP, { [_e]: _c }, [_M], [0]];
665
641
  TypeRegistry.for(n0).registerError(BackupInProgress, __BackupInProgress);
666
- export var BackupNotFound = [
667
- -3,
668
- n0,
669
- _BNF,
670
- {
671
- [_e]: _c,
672
- },
673
- [_M],
674
- [0],
675
- ];
642
+ export var BackupNotFound = [-3, n0, _BNF, { [_e]: _c }, [_M], [0]];
676
643
  TypeRegistry.for(n0).registerError(BackupNotFound, __BackupNotFound);
677
- export var BackupRestoring = [
678
- -3,
679
- n0,
680
- _BR,
681
- {
682
- [_e]: _c,
683
- },
684
- [_M, _FSI],
685
- [0, 0],
686
- ];
644
+ export var BackupRestoring = [-3, n0, _BR, { [_e]: _c }, [_M, _FSI], [0, 0]];
687
645
  TypeRegistry.for(n0).registerError(BackupRestoring, __BackupRestoring);
688
- export var BadRequest = [
689
- -3,
690
- n0,
691
- _BRa,
692
- {
693
- [_e]: _c,
694
- },
695
- [_M],
696
- [0],
697
- ];
646
+ export var BadRequest = [-3, n0, _BRa, { [_e]: _c }, [_M], [0]];
698
647
  TypeRegistry.for(n0).registerError(BadRequest, __BadRequest);
699
648
  export var CancelDataRepositoryTaskRequest = [3, n0, _CDRTR, 0, [_TI], [0]];
700
649
  export var CancelDataRepositoryTaskResponse = [3, n0, _CDRTRa, 0, [_L, _TI], [0, 0]];
@@ -725,6 +674,14 @@ export var CopySnapshotAndUpdateVolumeResponse = [
725
674
  [0, 0, [() => AdministrativeActions, 0]],
726
675
  ];
727
676
  export var CreateAggregateConfiguration = [3, n0, _CAC, 0, [_A, _CPA], [64 | 0, 1]];
677
+ export var CreateAndAttachS3AccessPointOntapConfiguration = [
678
+ 3,
679
+ n0,
680
+ _CAASAPOC,
681
+ 0,
682
+ [_VI, _FSIi],
683
+ [0, () => OntapFileSystemIdentity],
684
+ ];
728
685
  export var CreateAndAttachS3AccessPointOpenZFSConfiguration = [
729
686
  3,
730
687
  n0,
@@ -738,12 +695,13 @@ export var CreateAndAttachS3AccessPointRequest = [
738
695
  n0,
739
696
  _CAASAPR,
740
697
  0,
741
- [_CRT, _N, _T, _OZFSC, _SAP],
698
+ [_CRT, _N, _T, _OZFSC, _OC, _SAP],
742
699
  [
743
700
  [0, 4],
744
701
  0,
745
702
  0,
746
703
  () => CreateAndAttachS3AccessPointOpenZFSConfiguration,
704
+ () => CreateAndAttachS3AccessPointOntapConfiguration,
747
705
  () => CreateAndAttachS3AccessPointS3Configuration,
748
706
  ],
749
707
  ];
@@ -1101,16 +1059,7 @@ export var DataRepositoryAssociation = [
1101
1059
  () => NFSDataRepositoryConfiguration,
1102
1060
  ],
1103
1061
  ];
1104
- export var DataRepositoryAssociationNotFound = [
1105
- -3,
1106
- n0,
1107
- _DRANF,
1108
- {
1109
- [_e]: _c,
1110
- },
1111
- [_M],
1112
- [0],
1113
- ];
1062
+ export var DataRepositoryAssociationNotFound = [-3, n0, _DRANF, { [_e]: _c }, [_M], [0]];
1114
1063
  TypeRegistry.for(n0).registerError(DataRepositoryAssociationNotFound, __DataRepositoryAssociationNotFound);
1115
1064
  export var DataRepositoryConfiguration = [
1116
1065
  3,
@@ -1146,40 +1095,13 @@ export var DataRepositoryTask = [
1146
1095
  () => ReleaseConfiguration,
1147
1096
  ],
1148
1097
  ];
1149
- export var DataRepositoryTaskEnded = [
1150
- -3,
1151
- n0,
1152
- _DRTE,
1153
- {
1154
- [_e]: _c,
1155
- },
1156
- [_M],
1157
- [0],
1158
- ];
1098
+ export var DataRepositoryTaskEnded = [-3, n0, _DRTE, { [_e]: _c }, [_M], [0]];
1159
1099
  TypeRegistry.for(n0).registerError(DataRepositoryTaskEnded, __DataRepositoryTaskEnded);
1160
- export var DataRepositoryTaskExecuting = [
1161
- -3,
1162
- n0,
1163
- _DRTEa,
1164
- {
1165
- [_e]: _c,
1166
- },
1167
- [_M],
1168
- [0],
1169
- ];
1100
+ export var DataRepositoryTaskExecuting = [-3, n0, _DRTEa, { [_e]: _c }, [_M], [0]];
1170
1101
  TypeRegistry.for(n0).registerError(DataRepositoryTaskExecuting, __DataRepositoryTaskExecuting);
1171
1102
  export var DataRepositoryTaskFailureDetails = [3, n0, _DRTFD, 0, [_M], [0]];
1172
1103
  export var DataRepositoryTaskFilter = [3, n0, _DRTF, 0, [_N, _Va], [0, 64 | 0]];
1173
- export var DataRepositoryTaskNotFound = [
1174
- -3,
1175
- n0,
1176
- _DRTNF,
1177
- {
1178
- [_e]: _c,
1179
- },
1180
- [_M],
1181
- [0],
1182
- ];
1104
+ export var DataRepositoryTaskNotFound = [-3, n0, _DRTNF, { [_e]: _c }, [_M], [0]];
1183
1105
  TypeRegistry.for(n0).registerError(DataRepositoryTaskNotFound, __DataRepositoryTaskNotFound);
1184
1106
  export var DataRepositoryTaskStatus = [
1185
1107
  3,
@@ -1512,16 +1434,7 @@ export var FileCacheLustreConfiguration = [
1512
1434
  ];
1513
1435
  export var FileCacheLustreMetadataConfiguration = [3, n0, _FCLMC, 0, [_SC], [1]];
1514
1436
  export var FileCacheNFSConfiguration = [3, n0, _FCNFSC, 0, [_Ve, _DIn], [0, 64 | 0]];
1515
- export var FileCacheNotFound = [
1516
- -3,
1517
- n0,
1518
- _FCNF,
1519
- {
1520
- [_e]: _c,
1521
- },
1522
- [_M],
1523
- [0],
1524
- ];
1437
+ export var FileCacheNotFound = [-3, n0, _FCNF, { [_e]: _c }, [_M], [0]];
1525
1438
  TypeRegistry.for(n0).registerError(FileCacheNotFound, __FileCacheNotFound);
1526
1439
  export var FileSystem = [
1527
1440
  3,
@@ -1588,164 +1501,48 @@ export var FileSystemEndpoints = [
1588
1501
  ];
1589
1502
  export var FileSystemFailureDetails = [3, n0, _FSFD, 0, [_M], [0]];
1590
1503
  export var FileSystemLustreMetadataConfiguration = [3, n0, _FSLMC, 0, [_I, _Mo], [1, 0]];
1591
- export var FileSystemNotFound = [
1592
- -3,
1593
- n0,
1594
- _FSNF,
1595
- {
1596
- [_e]: _c,
1597
- },
1598
- [_M],
1599
- [0],
1600
- ];
1504
+ export var FileSystemNotFound = [-3, n0, _FSNF, { [_e]: _c }, [_M], [0]];
1601
1505
  TypeRegistry.for(n0).registerError(FileSystemNotFound, __FileSystemNotFound);
1602
1506
  export var Filter = [3, n0, _Fil, 0, [_N, _Va], [0, 64 | 0]];
1603
- export var IncompatibleParameterError = [
1604
- -3,
1605
- n0,
1606
- _IPE,
1607
- {
1608
- [_e]: _c,
1609
- },
1610
- [_Par, _M],
1611
- [0, 0],
1612
- ];
1507
+ export var IncompatibleParameterError = [-3, n0, _IPE, { [_e]: _c }, [_Par, _M], [0, 0]];
1613
1508
  TypeRegistry.for(n0).registerError(IncompatibleParameterError, __IncompatibleParameterError);
1614
- export var IncompatibleRegionForMultiAZ = [
1615
- -3,
1616
- n0,
1617
- _IRFMAZ,
1618
- {
1619
- [_e]: _c,
1620
- },
1621
- [_M],
1622
- [0],
1623
- ];
1509
+ export var IncompatibleRegionForMultiAZ = [-3, n0, _IRFMAZ, { [_e]: _c }, [_M], [0]];
1624
1510
  TypeRegistry.for(n0).registerError(IncompatibleRegionForMultiAZ, __IncompatibleRegionForMultiAZ);
1625
- export var InternalServerError = [
1626
- -3,
1627
- n0,
1628
- _ISE,
1629
- {
1630
- [_e]: _s,
1631
- },
1632
- [_M],
1633
- [0],
1634
- ];
1511
+ export var InternalServerError = [-3, n0, _ISE, { [_e]: _s }, [_M], [0]];
1635
1512
  TypeRegistry.for(n0).registerError(InternalServerError, __InternalServerError);
1636
1513
  export var InvalidAccessPoint = [
1637
1514
  -3,
1638
1515
  n0,
1639
1516
  _IAP,
1640
- {
1641
- [_xN]: _E,
1642
- [_e]: _c,
1643
- [_hE]: 400,
1644
- },
1517
+ { [_xN]: _E, [_e]: _c, [_hE]: 400 },
1645
1518
  [_EC, _M],
1646
1519
  [0, 0],
1647
1520
  ];
1648
1521
  TypeRegistry.for(n0).registerError(InvalidAccessPoint, __InvalidAccessPoint);
1649
- export var InvalidDataRepositoryType = [
1650
- -3,
1651
- n0,
1652
- _IDRT,
1653
- {
1654
- [_e]: _c,
1655
- },
1656
- [_M],
1657
- [0],
1658
- ];
1522
+ export var InvalidDataRepositoryType = [-3, n0, _IDRT, { [_e]: _c }, [_M], [0]];
1659
1523
  TypeRegistry.for(n0).registerError(InvalidDataRepositoryType, __InvalidDataRepositoryType);
1660
- export var InvalidDestinationKmsKey = [
1661
- -3,
1662
- n0,
1663
- _IDKK,
1664
- {
1665
- [_e]: _c,
1666
- },
1667
- [_M],
1668
- [0],
1669
- ];
1524
+ export var InvalidDestinationKmsKey = [-3, n0, _IDKK, { [_e]: _c }, [_M], [0]];
1670
1525
  TypeRegistry.for(n0).registerError(InvalidDestinationKmsKey, __InvalidDestinationKmsKey);
1671
- export var InvalidExportPath = [
1672
- -3,
1673
- n0,
1674
- _IEP,
1675
- {
1676
- [_e]: _c,
1677
- },
1678
- [_M],
1679
- [0],
1680
- ];
1526
+ export var InvalidExportPath = [-3, n0, _IEP, { [_e]: _c }, [_M], [0]];
1681
1527
  TypeRegistry.for(n0).registerError(InvalidExportPath, __InvalidExportPath);
1682
- export var InvalidImportPath = [
1683
- -3,
1684
- n0,
1685
- _IIP,
1686
- {
1687
- [_e]: _c,
1688
- },
1689
- [_M],
1690
- [0],
1691
- ];
1528
+ export var InvalidImportPath = [-3, n0, _IIP, { [_e]: _c }, [_M], [0]];
1692
1529
  TypeRegistry.for(n0).registerError(InvalidImportPath, __InvalidImportPath);
1693
1530
  export var InvalidNetworkSettings = [
1694
1531
  -3,
1695
1532
  n0,
1696
1533
  _INS,
1697
- {
1698
- [_e]: _c,
1699
- },
1534
+ { [_e]: _c },
1700
1535
  [_M, _ISI, _ISGI, _IRTI],
1701
1536
  [0, 0, 0, 0],
1702
1537
  ];
1703
1538
  TypeRegistry.for(n0).registerError(InvalidNetworkSettings, __InvalidNetworkSettings);
1704
- export var InvalidPerUnitStorageThroughput = [
1705
- -3,
1706
- n0,
1707
- _IPUST,
1708
- {
1709
- [_e]: _c,
1710
- },
1711
- [_M],
1712
- [0],
1713
- ];
1539
+ export var InvalidPerUnitStorageThroughput = [-3, n0, _IPUST, { [_e]: _c }, [_M], [0]];
1714
1540
  TypeRegistry.for(n0).registerError(InvalidPerUnitStorageThroughput, __InvalidPerUnitStorageThroughput);
1715
- export var InvalidRegion = [
1716
- -3,
1717
- n0,
1718
- _IR,
1719
- {
1720
- [_e]: _c,
1721
- },
1722
- [_M],
1723
- [0],
1724
- ];
1541
+ export var InvalidRegion = [-3, n0, _IR, { [_e]: _c }, [_M], [0]];
1725
1542
  TypeRegistry.for(n0).registerError(InvalidRegion, __InvalidRegion);
1726
- export var InvalidRequest = [
1727
- -3,
1728
- n0,
1729
- _IRn,
1730
- {
1731
- [_xN]: _E,
1732
- [_e]: _c,
1733
- [_hE]: 400,
1734
- },
1735
- [_EC, _M],
1736
- [0, 0],
1737
- ];
1543
+ export var InvalidRequest = [-3, n0, _IRn, { [_xN]: _E, [_e]: _c, [_hE]: 400 }, [_EC, _M], [0, 0]];
1738
1544
  TypeRegistry.for(n0).registerError(InvalidRequest, __InvalidRequest);
1739
- export var InvalidSourceKmsKey = [
1740
- -3,
1741
- n0,
1742
- _ISKK,
1743
- {
1744
- [_e]: _c,
1745
- },
1746
- [_M],
1747
- [0],
1748
- ];
1545
+ export var InvalidSourceKmsKey = [-3, n0, _ISKK, { [_e]: _c }, [_M], [0]];
1749
1546
  TypeRegistry.for(n0).registerError(InvalidSourceKmsKey, __InvalidSourceKmsKey);
1750
1547
  export var LifecycleTransitionReason = [3, n0, _LTR, 0, [_M], [0]];
1751
1548
  export var ListTagsForResourceRequest = [3, n0, _LTFRR, 0, [_RARN, _MR, _NTe], [0, 1, 0]];
@@ -1779,38 +1576,11 @@ export var LustreLogConfiguration = [3, n0, _LLC, 0, [_Le, _D], [0, 0]];
1779
1576
  export var LustreLogCreateConfiguration = [3, n0, _LLCC, 0, [_Le, _D], [0, 0]];
1780
1577
  export var LustreReadCacheConfiguration = [3, n0, _LRCC, 0, [_SM, _SGB], [0, 1]];
1781
1578
  export var LustreRootSquashConfiguration = [3, n0, _LRSC, 0, [_RS, _NSN], [0, 64 | 0]];
1782
- export var MissingFileCacheConfiguration = [
1783
- -3,
1784
- n0,
1785
- _MFCC,
1786
- {
1787
- [_e]: _c,
1788
- },
1789
- [_M],
1790
- [0],
1791
- ];
1579
+ export var MissingFileCacheConfiguration = [-3, n0, _MFCC, { [_e]: _c }, [_M], [0]];
1792
1580
  TypeRegistry.for(n0).registerError(MissingFileCacheConfiguration, __MissingFileCacheConfiguration);
1793
- export var MissingFileSystemConfiguration = [
1794
- -3,
1795
- n0,
1796
- _MFSC,
1797
- {
1798
- [_e]: _c,
1799
- },
1800
- [_M],
1801
- [0],
1802
- ];
1581
+ export var MissingFileSystemConfiguration = [-3, n0, _MFSC, { [_e]: _c }, [_M], [0]];
1803
1582
  TypeRegistry.for(n0).registerError(MissingFileSystemConfiguration, __MissingFileSystemConfiguration);
1804
- export var MissingVolumeConfiguration = [
1805
- -3,
1806
- n0,
1807
- _MVC,
1808
- {
1809
- [_e]: _c,
1810
- },
1811
- [_M],
1812
- [0],
1813
- ];
1583
+ export var MissingVolumeConfiguration = [-3, n0, _MVC, { [_e]: _c }, [_M], [0]];
1814
1584
  TypeRegistry.for(n0).registerError(MissingVolumeConfiguration, __MissingVolumeConfiguration);
1815
1585
  export var NFSDataRepositoryConfiguration = [
1816
1586
  3,
@@ -1820,16 +1590,7 @@ export var NFSDataRepositoryConfiguration = [
1820
1590
  [_Ve, _DIn, _AEP],
1821
1591
  [0, 64 | 0, () => AutoExportPolicy],
1822
1592
  ];
1823
- export var NotServiceResourceError = [
1824
- -3,
1825
- n0,
1826
- _NSRE,
1827
- {
1828
- [_e]: _c,
1829
- },
1830
- [_RARN, _M],
1831
- [0, 0],
1832
- ];
1593
+ export var NotServiceResourceError = [-3, n0, _NSRE, { [_e]: _c }, [_RARN, _M], [0, 0]];
1833
1594
  TypeRegistry.for(n0).registerError(NotServiceResourceError, __NotServiceResourceError);
1834
1595
  export var OntapFileSystemConfiguration = [
1835
1596
  3,
@@ -1854,6 +1615,15 @@ export var OntapFileSystemConfiguration = [
1854
1615
  0,
1855
1616
  ],
1856
1617
  ];
1618
+ export var OntapFileSystemIdentity = [
1619
+ 3,
1620
+ n0,
1621
+ _OFSI,
1622
+ 0,
1623
+ [_T, _UU, _WU],
1624
+ [0, () => OntapUnixFileSystemUser, () => OntapWindowsFileSystemUser],
1625
+ ];
1626
+ export var OntapUnixFileSystemUser = [3, n0, _OUFSU, 0, [_N], [0]];
1857
1627
  export var OntapVolumeConfiguration = [
1858
1628
  3,
1859
1629
  n0,
@@ -1879,6 +1649,7 @@ export var OntapVolumeConfiguration = [
1879
1649
  1,
1880
1650
  ],
1881
1651
  ];
1652
+ export var OntapWindowsFileSystemUser = [3, n0, _OWFSU, 0, [_N], [0]];
1882
1653
  export var OpenZFSClientConfiguration = [3, n0, _OZFSCC, 0, [_C, _O], [0, 64 | 0]];
1883
1654
  export var OpenZFSCreateRootVolumeConfiguration = [
1884
1655
  3,
@@ -1946,27 +1717,9 @@ export var ReleaseFileSystemNfsV3LocksResponse = [
1946
1717
  [_FS],
1947
1718
  [[() => FileSystem, 0]],
1948
1719
  ];
1949
- export var ResourceDoesNotSupportTagging = [
1950
- -3,
1951
- n0,
1952
- _RDNST,
1953
- {
1954
- [_e]: _c,
1955
- },
1956
- [_RARN, _M],
1957
- [0, 0],
1958
- ];
1720
+ export var ResourceDoesNotSupportTagging = [-3, n0, _RDNST, { [_e]: _c }, [_RARN, _M], [0, 0]];
1959
1721
  TypeRegistry.for(n0).registerError(ResourceDoesNotSupportTagging, __ResourceDoesNotSupportTagging);
1960
- export var ResourceNotFound = [
1961
- -3,
1962
- n0,
1963
- _RNF,
1964
- {
1965
- [_e]: _c,
1966
- },
1967
- [_RARN, _M],
1968
- [0, 0],
1969
- ];
1722
+ export var ResourceNotFound = [-3, n0, _RNF, { [_e]: _c }, [_RARN, _M], [0, 0]];
1970
1723
  TypeRegistry.for(n0).registerError(ResourceNotFound, __ResourceNotFound);
1971
1724
  export var RestoreVolumeFromSnapshotRequest = [
1972
1725
  3,
@@ -1998,21 +1751,29 @@ export var S3AccessPointAttachment = [
1998
1751
  n0,
1999
1752
  _SAPA,
2000
1753
  0,
2001
- [_L, _LTR, _CT, _N, _T, _OZFSC, _SAP],
2002
- [0, () => LifecycleTransitionReason, 4, 0, 0, () => S3AccessPointOpenZFSConfiguration, () => S3AccessPoint],
2003
- ];
2004
- export var S3AccessPointAttachmentNotFound = [
2005
- -3,
2006
- n0,
2007
- _SAPANF,
2008
- {
2009
- [_e]: _c,
2010
- },
2011
- [_M],
2012
- [0],
1754
+ [_L, _LTR, _CT, _N, _T, _OZFSC, _OC, _SAP],
1755
+ [
1756
+ 0,
1757
+ () => LifecycleTransitionReason,
1758
+ 4,
1759
+ 0,
1760
+ 0,
1761
+ () => S3AccessPointOpenZFSConfiguration,
1762
+ () => S3AccessPointOntapConfiguration,
1763
+ () => S3AccessPoint,
1764
+ ],
2013
1765
  ];
1766
+ export var S3AccessPointAttachmentNotFound = [-3, n0, _SAPANF, { [_e]: _c }, [_M], [0]];
2014
1767
  TypeRegistry.for(n0).registerError(S3AccessPointAttachmentNotFound, __S3AccessPointAttachmentNotFound);
2015
1768
  export var S3AccessPointAttachmentsFilter = [3, n0, _SAPAF, 0, [_N, _Va], [0, 64 | 0]];
1769
+ export var S3AccessPointOntapConfiguration = [
1770
+ 3,
1771
+ n0,
1772
+ _SAPOC,
1773
+ 0,
1774
+ [_VI, _FSIi],
1775
+ [0, () => OntapFileSystemIdentity],
1776
+ ];
2016
1777
  export var S3AccessPointOpenZFSConfiguration = [
2017
1778
  3,
2018
1779
  n0,
@@ -2054,16 +1815,7 @@ export var SelfManagedActiveDirectoryConfigurationUpdates = [
2054
1815
  [_UN, _Pas, _DIn, _DN, _OUDN, _FSAG, _DJSAS],
2055
1816
  [0, [() => DirectoryPassword, 0], 64 | 0, 0, 0, 0, 0],
2056
1817
  ];
2057
- export var ServiceLimitExceeded = [
2058
- -3,
2059
- n0,
2060
- _SLE,
2061
- {
2062
- [_e]: _c,
2063
- },
2064
- [_Li, _M],
2065
- [0, 0],
2066
- ];
1818
+ export var ServiceLimitExceeded = [-3, n0, _SLE, { [_e]: _c }, [_Li, _M], [0, 0]];
2067
1819
  TypeRegistry.for(n0).registerError(ServiceLimitExceeded, __ServiceLimitExceeded);
2068
1820
  export var SnaplockConfiguration = [
2069
1821
  3,
@@ -2090,27 +1842,9 @@ export var Snapshot = [
2090
1842
  [0, 0, 0, 0, 4, 0, () => LifecycleTransitionReason, () => Tags, [() => AdministrativeActions, 0]],
2091
1843
  ];
2092
1844
  export var SnapshotFilter = [3, n0, _SF, 0, [_N, _Va], [0, 64 | 0]];
2093
- export var SnapshotNotFound = [
2094
- -3,
2095
- n0,
2096
- _SNF,
2097
- {
2098
- [_e]: _c,
2099
- },
2100
- [_M],
2101
- [0],
2102
- ];
1845
+ export var SnapshotNotFound = [-3, n0, _SNF, { [_e]: _c }, [_M], [0]];
2103
1846
  TypeRegistry.for(n0).registerError(SnapshotNotFound, __SnapshotNotFound);
2104
- export var SourceBackupUnavailable = [
2105
- -3,
2106
- n0,
2107
- _SBU,
2108
- {
2109
- [_e]: _c,
2110
- },
2111
- [_M, _BI],
2112
- [0, 0],
2113
- ];
1847
+ export var SourceBackupUnavailable = [-3, n0, _SBU, { [_e]: _c }, [_M, _BI], [0, 0]];
2114
1848
  TypeRegistry.for(n0).registerError(SourceBackupUnavailable, __SourceBackupUnavailable);
2115
1849
  export var StartMisconfiguredStateRecoveryRequest = [
2116
1850
  3,
@@ -2151,16 +1885,7 @@ export var StorageVirtualMachine = [
2151
1885
  ],
2152
1886
  ];
2153
1887
  export var StorageVirtualMachineFilter = [3, n0, _SVMF, 0, [_N, _Va], [0, 64 | 0]];
2154
- export var StorageVirtualMachineNotFound = [
2155
- -3,
2156
- n0,
2157
- _SVMNF,
2158
- {
2159
- [_e]: _c,
2160
- },
2161
- [_M],
2162
- [0],
2163
- ];
1888
+ export var StorageVirtualMachineNotFound = [-3, n0, _SVMNF, { [_e]: _c }, [_M], [0]];
2164
1889
  TypeRegistry.for(n0).registerError(StorageVirtualMachineNotFound, __StorageVirtualMachineNotFound);
2165
1890
  export var SvmActiveDirectoryConfiguration = [
2166
1891
  3,
@@ -2187,25 +1912,12 @@ export var TooManyAccessPoints = [
2187
1912
  -3,
2188
1913
  n0,
2189
1914
  _TMAP,
2190
- {
2191
- [_xN]: _E,
2192
- [_e]: _c,
2193
- [_hE]: 400,
2194
- },
1915
+ { [_xN]: _E, [_e]: _c, [_hE]: 400 },
2195
1916
  [_EC, _M],
2196
1917
  [0, 0],
2197
1918
  ];
2198
1919
  TypeRegistry.for(n0).registerError(TooManyAccessPoints, __TooManyAccessPoints);
2199
- export var UnsupportedOperation = [
2200
- -3,
2201
- n0,
2202
- _UO,
2203
- {
2204
- [_e]: _c,
2205
- },
2206
- [_M],
2207
- [0],
2208
- ];
1920
+ export var UnsupportedOperation = [-3, n0, _UO, { [_e]: _c }, [_M], [0]];
2209
1921
  TypeRegistry.for(n0).registerError(UnsupportedOperation, __UnsupportedOperation);
2210
1922
  export var UntagResourceRequest = [3, n0, _URR, 0, [_RARN, _TK], [0, 64 | 0]];
2211
1923
  export var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
@@ -2399,16 +2111,7 @@ export var Volume = [
2399
2111
  ],
2400
2112
  ];
2401
2113
  export var VolumeFilter = [3, n0, _VF, 0, [_N, _Va], [0, 64 | 0]];
2402
- export var VolumeNotFound = [
2403
- -3,
2404
- n0,
2405
- _VNF,
2406
- {
2407
- [_e]: _c,
2408
- },
2409
- [_M],
2410
- [0],
2411
- ];
2114
+ export var VolumeNotFound = [-3, n0, _VNF, { [_e]: _c }, [_M], [0]];
2412
2115
  TypeRegistry.for(n0).registerError(VolumeNotFound, __VolumeNotFound);
2413
2116
  export var WindowsAuditLogConfiguration = [3, n0, _WALC, 0, [_FAALL, _FSAALL, _ALD], [0, 0, 0]];
2414
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";