@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
package/dist-cjs/index.js CHANGED
@@ -755,6 +755,7 @@ const _BSER = "BypassSnaplockEnterpriseRetention";
755
755
  const _Ba = "Backups";
756
756
  const _C = "Clients";
757
757
  const _CAASAP = "CreateAndAttachS3AccessPoint";
758
+ const _CAASAPOC = "CreateAndAttachS3AccessPointOntapConfiguration";
758
759
  const _CAASAPOZFSC = "CreateAndAttachS3AccessPointOpenZFSConfiguration";
759
760
  const _CAASAPR = "CreateAndAttachS3AccessPointRequest";
760
761
  const _CAASAPRr = "CreateAndAttachS3AccessPointResponse";
@@ -1058,12 +1059,15 @@ const _Nf = "Nfs";
1058
1059
  const _O = "Options";
1059
1060
  const _OC = "OntapConfiguration";
1060
1061
  const _OFSC = "OntapFileSystemConfiguration";
1062
+ const _OFSI = "OntapFileSystemIdentity";
1061
1063
  const _OI = "OwnerId";
1062
1064
  const _OR = "OntapResponse";
1063
1065
  const _OS = "OriginSnapshot";
1064
1066
  const _OUDN = "OrganizationalUnitDistinguishedName";
1067
+ const _OUFSU = "OntapUnixFileSystemUser";
1065
1068
  const _OVC = "OntapVolumeConfiguration";
1066
1069
  const _OVT = "OntapVolumeType";
1070
+ const _OWFSU = "OntapWindowsFileSystemUser";
1067
1071
  const _OZFSC = "OpenZFSConfiguration";
1068
1072
  const _OZFSCC = "OpenZFSClientConfiguration";
1069
1073
  const _OZFSCCp = "OpenZFSClientConfigurations";
@@ -1128,6 +1132,7 @@ const _SAPAF = "S3AccessPointAttachmentsFilter";
1128
1132
  const _SAPAFc = "S3AccessPointAttachmentsFilters";
1129
1133
  const _SAPANF = "S3AccessPointAttachmentNotFound";
1130
1134
  const _SAPAc = "S3AccessPointAttachments";
1135
+ const _SAPOC = "S3AccessPointOntapConfiguration";
1131
1136
  const _SAPOZFSC = "S3AccessPointOpenZFSConfiguration";
1132
1137
  const _SAPVC = "S3AccessPointVpcConfiguration";
1133
1138
  const _SAPv = "SvmAdminPassword";
@@ -1240,6 +1245,7 @@ const _USVCRp = "UpdateSharedVpcConfigurationResponse";
1240
1245
  const _USVM = "UpdateStorageVirtualMachine";
1241
1246
  const _USVMR = "UpdateStorageVirtualMachineRequest";
1242
1247
  const _USVMRp = "UpdateStorageVirtualMachineResponse";
1248
+ const _UU = "UnixUser";
1243
1249
  const _UUID = "UUID";
1244
1250
  const _UV = "UpdateVolume";
1245
1251
  const _UVR = "UpdateVolumeRequest";
@@ -1268,6 +1274,7 @@ const _WFC = "WindowsFsrmConfiguration";
1268
1274
  const _WFSC = "WindowsFileSystemConfiguration";
1269
1275
  const _WMST = "WeeklyMaintenanceStartTime";
1270
1276
  const _WR = "WindowsResponse";
1277
+ const _WU = "WindowsUser";
1271
1278
  const _c = "client";
1272
1279
  const _e = "error";
1273
1280
  const _hE = "httpError";
@@ -1281,26 +1288,13 @@ var AccessPointAlreadyOwnedByYou = [
1281
1288
  -3,
1282
1289
  n0,
1283
1290
  _APAOBY,
1284
- {
1285
- [_xN]: _E,
1286
- [_e]: _c,
1287
- [_hE]: 409,
1288
- },
1291
+ { [_xN]: _E, [_e]: _c, [_hE]: 409 },
1289
1292
  [_EC, _M],
1290
1293
  [0, 0],
1291
1294
  ];
1292
1295
  schema.TypeRegistry.for(n0).registerError(AccessPointAlreadyOwnedByYou, AccessPointAlreadyOwnedByYou$1);
1293
1296
  var ActiveDirectoryBackupAttributes = [3, n0, _ADBA, 0, [_DN, _ADI, _RARN], [0, 0, 0]];
1294
- var ActiveDirectoryError = [
1295
- -3,
1296
- n0,
1297
- _ADE,
1298
- {
1299
- [_e]: _c,
1300
- },
1301
- [_ADI, _T, _M],
1302
- [0, 0, 0],
1303
- ];
1297
+ var ActiveDirectoryError = [-3, n0, _ADE, { [_e]: _c }, [_ADI, _T, _M], [0, 0, 0]];
1304
1298
  schema.TypeRegistry.for(n0).registerError(ActiveDirectoryError, ActiveDirectoryError$1);
1305
1299
  var AdministrativeAction = [
1306
1300
  3,
@@ -1351,61 +1345,16 @@ var Backup = [
1351
1345
  1,
1352
1346
  ],
1353
1347
  ];
1354
- var BackupBeingCopied = [
1355
- -3,
1356
- n0,
1357
- _BBC,
1358
- {
1359
- [_e]: _c,
1360
- },
1361
- [_M, _BI],
1362
- [0, 0],
1363
- ];
1348
+ var BackupBeingCopied = [-3, n0, _BBC, { [_e]: _c }, [_M, _BI], [0, 0]];
1364
1349
  schema.TypeRegistry.for(n0).registerError(BackupBeingCopied, BackupBeingCopied$1);
1365
1350
  var BackupFailureDetails = [3, n0, _BFD, 0, [_M], [0]];
1366
- var BackupInProgress = [
1367
- -3,
1368
- n0,
1369
- _BIP,
1370
- {
1371
- [_e]: _c,
1372
- },
1373
- [_M],
1374
- [0],
1375
- ];
1351
+ var BackupInProgress = [-3, n0, _BIP, { [_e]: _c }, [_M], [0]];
1376
1352
  schema.TypeRegistry.for(n0).registerError(BackupInProgress, BackupInProgress$1);
1377
- var BackupNotFound = [
1378
- -3,
1379
- n0,
1380
- _BNF,
1381
- {
1382
- [_e]: _c,
1383
- },
1384
- [_M],
1385
- [0],
1386
- ];
1353
+ var BackupNotFound = [-3, n0, _BNF, { [_e]: _c }, [_M], [0]];
1387
1354
  schema.TypeRegistry.for(n0).registerError(BackupNotFound, BackupNotFound$1);
1388
- var BackupRestoring = [
1389
- -3,
1390
- n0,
1391
- _BR,
1392
- {
1393
- [_e]: _c,
1394
- },
1395
- [_M, _FSI],
1396
- [0, 0],
1397
- ];
1355
+ var BackupRestoring = [-3, n0, _BR, { [_e]: _c }, [_M, _FSI], [0, 0]];
1398
1356
  schema.TypeRegistry.for(n0).registerError(BackupRestoring, BackupRestoring$1);
1399
- var BadRequest = [
1400
- -3,
1401
- n0,
1402
- _BRa,
1403
- {
1404
- [_e]: _c,
1405
- },
1406
- [_M],
1407
- [0],
1408
- ];
1357
+ var BadRequest = [-3, n0, _BRa, { [_e]: _c }, [_M], [0]];
1409
1358
  schema.TypeRegistry.for(n0).registerError(BadRequest, BadRequest$1);
1410
1359
  var CancelDataRepositoryTaskRequest = [3, n0, _CDRTR, 0, [_TI], [0]];
1411
1360
  var CancelDataRepositoryTaskResponse = [3, n0, _CDRTRa, 0, [_L, _TI], [0, 0]];
@@ -1436,6 +1385,14 @@ var CopySnapshotAndUpdateVolumeResponse = [
1436
1385
  [0, 0, [() => AdministrativeActions, 0]],
1437
1386
  ];
1438
1387
  var CreateAggregateConfiguration = [3, n0, _CAC, 0, [_A, _CPA], [64 | 0, 1]];
1388
+ var CreateAndAttachS3AccessPointOntapConfiguration = [
1389
+ 3,
1390
+ n0,
1391
+ _CAASAPOC,
1392
+ 0,
1393
+ [_VI, _FSIi],
1394
+ [0, () => OntapFileSystemIdentity],
1395
+ ];
1439
1396
  var CreateAndAttachS3AccessPointOpenZFSConfiguration = [
1440
1397
  3,
1441
1398
  n0,
@@ -1449,12 +1406,13 @@ var CreateAndAttachS3AccessPointRequest = [
1449
1406
  n0,
1450
1407
  _CAASAPR,
1451
1408
  0,
1452
- [_CRT, _N, _T, _OZFSC, _SAP],
1409
+ [_CRT, _N, _T, _OZFSC, _OC, _SAP],
1453
1410
  [
1454
1411
  [0, 4],
1455
1412
  0,
1456
1413
  0,
1457
1414
  () => CreateAndAttachS3AccessPointOpenZFSConfiguration,
1415
+ () => CreateAndAttachS3AccessPointOntapConfiguration,
1458
1416
  () => CreateAndAttachS3AccessPointS3Configuration,
1459
1417
  ],
1460
1418
  ];
@@ -1812,16 +1770,7 @@ var DataRepositoryAssociation = [
1812
1770
  () => NFSDataRepositoryConfiguration,
1813
1771
  ],
1814
1772
  ];
1815
- var DataRepositoryAssociationNotFound = [
1816
- -3,
1817
- n0,
1818
- _DRANF,
1819
- {
1820
- [_e]: _c,
1821
- },
1822
- [_M],
1823
- [0],
1824
- ];
1773
+ var DataRepositoryAssociationNotFound = [-3, n0, _DRANF, { [_e]: _c }, [_M], [0]];
1825
1774
  schema.TypeRegistry.for(n0).registerError(DataRepositoryAssociationNotFound, DataRepositoryAssociationNotFound$1);
1826
1775
  var DataRepositoryConfiguration = [
1827
1776
  3,
@@ -1857,40 +1806,13 @@ var DataRepositoryTask = [
1857
1806
  () => ReleaseConfiguration,
1858
1807
  ],
1859
1808
  ];
1860
- var DataRepositoryTaskEnded = [
1861
- -3,
1862
- n0,
1863
- _DRTE,
1864
- {
1865
- [_e]: _c,
1866
- },
1867
- [_M],
1868
- [0],
1869
- ];
1809
+ var DataRepositoryTaskEnded = [-3, n0, _DRTE, { [_e]: _c }, [_M], [0]];
1870
1810
  schema.TypeRegistry.for(n0).registerError(DataRepositoryTaskEnded, DataRepositoryTaskEnded$1);
1871
- var DataRepositoryTaskExecuting = [
1872
- -3,
1873
- n0,
1874
- _DRTEa,
1875
- {
1876
- [_e]: _c,
1877
- },
1878
- [_M],
1879
- [0],
1880
- ];
1811
+ var DataRepositoryTaskExecuting = [-3, n0, _DRTEa, { [_e]: _c }, [_M], [0]];
1881
1812
  schema.TypeRegistry.for(n0).registerError(DataRepositoryTaskExecuting, DataRepositoryTaskExecuting$1);
1882
1813
  var DataRepositoryTaskFailureDetails = [3, n0, _DRTFD, 0, [_M], [0]];
1883
1814
  var DataRepositoryTaskFilter = [3, n0, _DRTF, 0, [_N, _Va], [0, 64 | 0]];
1884
- var DataRepositoryTaskNotFound = [
1885
- -3,
1886
- n0,
1887
- _DRTNF,
1888
- {
1889
- [_e]: _c,
1890
- },
1891
- [_M],
1892
- [0],
1893
- ];
1815
+ var DataRepositoryTaskNotFound = [-3, n0, _DRTNF, { [_e]: _c }, [_M], [0]];
1894
1816
  schema.TypeRegistry.for(n0).registerError(DataRepositoryTaskNotFound, DataRepositoryTaskNotFound$1);
1895
1817
  var DataRepositoryTaskStatus = [
1896
1818
  3,
@@ -2223,16 +2145,7 @@ var FileCacheLustreConfiguration = [
2223
2145
  ];
2224
2146
  var FileCacheLustreMetadataConfiguration = [3, n0, _FCLMC, 0, [_SC], [1]];
2225
2147
  var FileCacheNFSConfiguration = [3, n0, _FCNFSC, 0, [_Ve, _DIn], [0, 64 | 0]];
2226
- var FileCacheNotFound = [
2227
- -3,
2228
- n0,
2229
- _FCNF,
2230
- {
2231
- [_e]: _c,
2232
- },
2233
- [_M],
2234
- [0],
2235
- ];
2148
+ var FileCacheNotFound = [-3, n0, _FCNF, { [_e]: _c }, [_M], [0]];
2236
2149
  schema.TypeRegistry.for(n0).registerError(FileCacheNotFound, FileCacheNotFound$1);
2237
2150
  var FileSystem = [
2238
2151
  3,
@@ -2299,164 +2212,48 @@ var FileSystemEndpoints = [
2299
2212
  ];
2300
2213
  var FileSystemFailureDetails = [3, n0, _FSFD, 0, [_M], [0]];
2301
2214
  var FileSystemLustreMetadataConfiguration = [3, n0, _FSLMC, 0, [_I, _Mo], [1, 0]];
2302
- var FileSystemNotFound = [
2303
- -3,
2304
- n0,
2305
- _FSNF,
2306
- {
2307
- [_e]: _c,
2308
- },
2309
- [_M],
2310
- [0],
2311
- ];
2215
+ var FileSystemNotFound = [-3, n0, _FSNF, { [_e]: _c }, [_M], [0]];
2312
2216
  schema.TypeRegistry.for(n0).registerError(FileSystemNotFound, FileSystemNotFound$1);
2313
2217
  var Filter = [3, n0, _Fil, 0, [_N, _Va], [0, 64 | 0]];
2314
- var IncompatibleParameterError = [
2315
- -3,
2316
- n0,
2317
- _IPE,
2318
- {
2319
- [_e]: _c,
2320
- },
2321
- [_Par, _M],
2322
- [0, 0],
2323
- ];
2218
+ var IncompatibleParameterError = [-3, n0, _IPE, { [_e]: _c }, [_Par, _M], [0, 0]];
2324
2219
  schema.TypeRegistry.for(n0).registerError(IncompatibleParameterError, IncompatibleParameterError$1);
2325
- var IncompatibleRegionForMultiAZ = [
2326
- -3,
2327
- n0,
2328
- _IRFMAZ,
2329
- {
2330
- [_e]: _c,
2331
- },
2332
- [_M],
2333
- [0],
2334
- ];
2220
+ var IncompatibleRegionForMultiAZ = [-3, n0, _IRFMAZ, { [_e]: _c }, [_M], [0]];
2335
2221
  schema.TypeRegistry.for(n0).registerError(IncompatibleRegionForMultiAZ, IncompatibleRegionForMultiAZ$1);
2336
- var InternalServerError = [
2337
- -3,
2338
- n0,
2339
- _ISE,
2340
- {
2341
- [_e]: _s,
2342
- },
2343
- [_M],
2344
- [0],
2345
- ];
2222
+ var InternalServerError = [-3, n0, _ISE, { [_e]: _s }, [_M], [0]];
2346
2223
  schema.TypeRegistry.for(n0).registerError(InternalServerError, InternalServerError$1);
2347
2224
  var InvalidAccessPoint = [
2348
2225
  -3,
2349
2226
  n0,
2350
2227
  _IAP,
2351
- {
2352
- [_xN]: _E,
2353
- [_e]: _c,
2354
- [_hE]: 400,
2355
- },
2228
+ { [_xN]: _E, [_e]: _c, [_hE]: 400 },
2356
2229
  [_EC, _M],
2357
2230
  [0, 0],
2358
2231
  ];
2359
2232
  schema.TypeRegistry.for(n0).registerError(InvalidAccessPoint, InvalidAccessPoint$1);
2360
- var InvalidDataRepositoryType = [
2361
- -3,
2362
- n0,
2363
- _IDRT,
2364
- {
2365
- [_e]: _c,
2366
- },
2367
- [_M],
2368
- [0],
2369
- ];
2233
+ var InvalidDataRepositoryType = [-3, n0, _IDRT, { [_e]: _c }, [_M], [0]];
2370
2234
  schema.TypeRegistry.for(n0).registerError(InvalidDataRepositoryType, InvalidDataRepositoryType$1);
2371
- var InvalidDestinationKmsKey = [
2372
- -3,
2373
- n0,
2374
- _IDKK,
2375
- {
2376
- [_e]: _c,
2377
- },
2378
- [_M],
2379
- [0],
2380
- ];
2235
+ var InvalidDestinationKmsKey = [-3, n0, _IDKK, { [_e]: _c }, [_M], [0]];
2381
2236
  schema.TypeRegistry.for(n0).registerError(InvalidDestinationKmsKey, InvalidDestinationKmsKey$1);
2382
- var InvalidExportPath = [
2383
- -3,
2384
- n0,
2385
- _IEP,
2386
- {
2387
- [_e]: _c,
2388
- },
2389
- [_M],
2390
- [0],
2391
- ];
2237
+ var InvalidExportPath = [-3, n0, _IEP, { [_e]: _c }, [_M], [0]];
2392
2238
  schema.TypeRegistry.for(n0).registerError(InvalidExportPath, InvalidExportPath$1);
2393
- var InvalidImportPath = [
2394
- -3,
2395
- n0,
2396
- _IIP,
2397
- {
2398
- [_e]: _c,
2399
- },
2400
- [_M],
2401
- [0],
2402
- ];
2239
+ var InvalidImportPath = [-3, n0, _IIP, { [_e]: _c }, [_M], [0]];
2403
2240
  schema.TypeRegistry.for(n0).registerError(InvalidImportPath, InvalidImportPath$1);
2404
2241
  var InvalidNetworkSettings = [
2405
2242
  -3,
2406
2243
  n0,
2407
2244
  _INS,
2408
- {
2409
- [_e]: _c,
2410
- },
2245
+ { [_e]: _c },
2411
2246
  [_M, _ISI, _ISGI, _IRTI],
2412
2247
  [0, 0, 0, 0],
2413
2248
  ];
2414
2249
  schema.TypeRegistry.for(n0).registerError(InvalidNetworkSettings, InvalidNetworkSettings$1);
2415
- var InvalidPerUnitStorageThroughput = [
2416
- -3,
2417
- n0,
2418
- _IPUST,
2419
- {
2420
- [_e]: _c,
2421
- },
2422
- [_M],
2423
- [0],
2424
- ];
2250
+ var InvalidPerUnitStorageThroughput = [-3, n0, _IPUST, { [_e]: _c }, [_M], [0]];
2425
2251
  schema.TypeRegistry.for(n0).registerError(InvalidPerUnitStorageThroughput, InvalidPerUnitStorageThroughput$1);
2426
- var InvalidRegion = [
2427
- -3,
2428
- n0,
2429
- _IR,
2430
- {
2431
- [_e]: _c,
2432
- },
2433
- [_M],
2434
- [0],
2435
- ];
2252
+ var InvalidRegion = [-3, n0, _IR, { [_e]: _c }, [_M], [0]];
2436
2253
  schema.TypeRegistry.for(n0).registerError(InvalidRegion, InvalidRegion$1);
2437
- var InvalidRequest = [
2438
- -3,
2439
- n0,
2440
- _IRn,
2441
- {
2442
- [_xN]: _E,
2443
- [_e]: _c,
2444
- [_hE]: 400,
2445
- },
2446
- [_EC, _M],
2447
- [0, 0],
2448
- ];
2254
+ var InvalidRequest = [-3, n0, _IRn, { [_xN]: _E, [_e]: _c, [_hE]: 400 }, [_EC, _M], [0, 0]];
2449
2255
  schema.TypeRegistry.for(n0).registerError(InvalidRequest, InvalidRequest$1);
2450
- var InvalidSourceKmsKey = [
2451
- -3,
2452
- n0,
2453
- _ISKK,
2454
- {
2455
- [_e]: _c,
2456
- },
2457
- [_M],
2458
- [0],
2459
- ];
2256
+ var InvalidSourceKmsKey = [-3, n0, _ISKK, { [_e]: _c }, [_M], [0]];
2460
2257
  schema.TypeRegistry.for(n0).registerError(InvalidSourceKmsKey, InvalidSourceKmsKey$1);
2461
2258
  var LifecycleTransitionReason = [3, n0, _LTR, 0, [_M], [0]];
2462
2259
  var ListTagsForResourceRequest = [3, n0, _LTFRR, 0, [_RARN, _MR, _NTe], [0, 1, 0]];
@@ -2490,38 +2287,11 @@ var LustreLogConfiguration = [3, n0, _LLC, 0, [_Le, _D], [0, 0]];
2490
2287
  var LustreLogCreateConfiguration = [3, n0, _LLCC, 0, [_Le, _D], [0, 0]];
2491
2288
  var LustreReadCacheConfiguration = [3, n0, _LRCC, 0, [_SM, _SGB], [0, 1]];
2492
2289
  var LustreRootSquashConfiguration = [3, n0, _LRSC, 0, [_RS, _NSN], [0, 64 | 0]];
2493
- var MissingFileCacheConfiguration = [
2494
- -3,
2495
- n0,
2496
- _MFCC,
2497
- {
2498
- [_e]: _c,
2499
- },
2500
- [_M],
2501
- [0],
2502
- ];
2290
+ var MissingFileCacheConfiguration = [-3, n0, _MFCC, { [_e]: _c }, [_M], [0]];
2503
2291
  schema.TypeRegistry.for(n0).registerError(MissingFileCacheConfiguration, MissingFileCacheConfiguration$1);
2504
- var MissingFileSystemConfiguration = [
2505
- -3,
2506
- n0,
2507
- _MFSC,
2508
- {
2509
- [_e]: _c,
2510
- },
2511
- [_M],
2512
- [0],
2513
- ];
2292
+ var MissingFileSystemConfiguration = [-3, n0, _MFSC, { [_e]: _c }, [_M], [0]];
2514
2293
  schema.TypeRegistry.for(n0).registerError(MissingFileSystemConfiguration, MissingFileSystemConfiguration$1);
2515
- var MissingVolumeConfiguration = [
2516
- -3,
2517
- n0,
2518
- _MVC,
2519
- {
2520
- [_e]: _c,
2521
- },
2522
- [_M],
2523
- [0],
2524
- ];
2294
+ var MissingVolumeConfiguration = [-3, n0, _MVC, { [_e]: _c }, [_M], [0]];
2525
2295
  schema.TypeRegistry.for(n0).registerError(MissingVolumeConfiguration, MissingVolumeConfiguration$1);
2526
2296
  var NFSDataRepositoryConfiguration = [
2527
2297
  3,
@@ -2531,16 +2301,7 @@ var NFSDataRepositoryConfiguration = [
2531
2301
  [_Ve, _DIn, _AEP],
2532
2302
  [0, 64 | 0, () => AutoExportPolicy],
2533
2303
  ];
2534
- var NotServiceResourceError = [
2535
- -3,
2536
- n0,
2537
- _NSRE,
2538
- {
2539
- [_e]: _c,
2540
- },
2541
- [_RARN, _M],
2542
- [0, 0],
2543
- ];
2304
+ var NotServiceResourceError = [-3, n0, _NSRE, { [_e]: _c }, [_RARN, _M], [0, 0]];
2544
2305
  schema.TypeRegistry.for(n0).registerError(NotServiceResourceError, NotServiceResourceError$1);
2545
2306
  var OntapFileSystemConfiguration = [
2546
2307
  3,
@@ -2565,6 +2326,15 @@ var OntapFileSystemConfiguration = [
2565
2326
  0,
2566
2327
  ],
2567
2328
  ];
2329
+ var OntapFileSystemIdentity = [
2330
+ 3,
2331
+ n0,
2332
+ _OFSI,
2333
+ 0,
2334
+ [_T, _UU, _WU],
2335
+ [0, () => OntapUnixFileSystemUser, () => OntapWindowsFileSystemUser],
2336
+ ];
2337
+ var OntapUnixFileSystemUser = [3, n0, _OUFSU, 0, [_N], [0]];
2568
2338
  var OntapVolumeConfiguration = [
2569
2339
  3,
2570
2340
  n0,
@@ -2590,6 +2360,7 @@ var OntapVolumeConfiguration = [
2590
2360
  1,
2591
2361
  ],
2592
2362
  ];
2363
+ var OntapWindowsFileSystemUser = [3, n0, _OWFSU, 0, [_N], [0]];
2593
2364
  var OpenZFSClientConfiguration = [3, n0, _OZFSCC, 0, [_C, _O], [0, 64 | 0]];
2594
2365
  var OpenZFSCreateRootVolumeConfiguration = [
2595
2366
  3,
@@ -2657,27 +2428,9 @@ var ReleaseFileSystemNfsV3LocksResponse = [
2657
2428
  [_FS],
2658
2429
  [[() => FileSystem, 0]],
2659
2430
  ];
2660
- var ResourceDoesNotSupportTagging = [
2661
- -3,
2662
- n0,
2663
- _RDNST,
2664
- {
2665
- [_e]: _c,
2666
- },
2667
- [_RARN, _M],
2668
- [0, 0],
2669
- ];
2431
+ var ResourceDoesNotSupportTagging = [-3, n0, _RDNST, { [_e]: _c }, [_RARN, _M], [0, 0]];
2670
2432
  schema.TypeRegistry.for(n0).registerError(ResourceDoesNotSupportTagging, ResourceDoesNotSupportTagging$1);
2671
- var ResourceNotFound = [
2672
- -3,
2673
- n0,
2674
- _RNF,
2675
- {
2676
- [_e]: _c,
2677
- },
2678
- [_RARN, _M],
2679
- [0, 0],
2680
- ];
2433
+ var ResourceNotFound = [-3, n0, _RNF, { [_e]: _c }, [_RARN, _M], [0, 0]];
2681
2434
  schema.TypeRegistry.for(n0).registerError(ResourceNotFound, ResourceNotFound$1);
2682
2435
  var RestoreVolumeFromSnapshotRequest = [
2683
2436
  3,
@@ -2709,21 +2462,29 @@ var S3AccessPointAttachment = [
2709
2462
  n0,
2710
2463
  _SAPA,
2711
2464
  0,
2712
- [_L, _LTR, _CT, _N, _T, _OZFSC, _SAP],
2713
- [0, () => LifecycleTransitionReason, 4, 0, 0, () => S3AccessPointOpenZFSConfiguration, () => S3AccessPoint],
2714
- ];
2715
- var S3AccessPointAttachmentNotFound = [
2716
- -3,
2717
- n0,
2718
- _SAPANF,
2719
- {
2720
- [_e]: _c,
2721
- },
2722
- [_M],
2723
- [0],
2465
+ [_L, _LTR, _CT, _N, _T, _OZFSC, _OC, _SAP],
2466
+ [
2467
+ 0,
2468
+ () => LifecycleTransitionReason,
2469
+ 4,
2470
+ 0,
2471
+ 0,
2472
+ () => S3AccessPointOpenZFSConfiguration,
2473
+ () => S3AccessPointOntapConfiguration,
2474
+ () => S3AccessPoint,
2475
+ ],
2724
2476
  ];
2477
+ var S3AccessPointAttachmentNotFound = [-3, n0, _SAPANF, { [_e]: _c }, [_M], [0]];
2725
2478
  schema.TypeRegistry.for(n0).registerError(S3AccessPointAttachmentNotFound, S3AccessPointAttachmentNotFound$1);
2726
2479
  var S3AccessPointAttachmentsFilter = [3, n0, _SAPAF, 0, [_N, _Va], [0, 64 | 0]];
2480
+ var S3AccessPointOntapConfiguration = [
2481
+ 3,
2482
+ n0,
2483
+ _SAPOC,
2484
+ 0,
2485
+ [_VI, _FSIi],
2486
+ [0, () => OntapFileSystemIdentity],
2487
+ ];
2727
2488
  var S3AccessPointOpenZFSConfiguration = [
2728
2489
  3,
2729
2490
  n0,
@@ -2765,16 +2526,7 @@ var SelfManagedActiveDirectoryConfigurationUpdates = [
2765
2526
  [_UN, _Pas, _DIn, _DN, _OUDN, _FSAG, _DJSAS],
2766
2527
  [0, [() => DirectoryPassword, 0], 64 | 0, 0, 0, 0, 0],
2767
2528
  ];
2768
- var ServiceLimitExceeded = [
2769
- -3,
2770
- n0,
2771
- _SLE,
2772
- {
2773
- [_e]: _c,
2774
- },
2775
- [_Li, _M],
2776
- [0, 0],
2777
- ];
2529
+ var ServiceLimitExceeded = [-3, n0, _SLE, { [_e]: _c }, [_Li, _M], [0, 0]];
2778
2530
  schema.TypeRegistry.for(n0).registerError(ServiceLimitExceeded, ServiceLimitExceeded$1);
2779
2531
  var SnaplockConfiguration = [
2780
2532
  3,
@@ -2801,27 +2553,9 @@ var Snapshot = [
2801
2553
  [0, 0, 0, 0, 4, 0, () => LifecycleTransitionReason, () => Tags, [() => AdministrativeActions, 0]],
2802
2554
  ];
2803
2555
  var SnapshotFilter = [3, n0, _SF, 0, [_N, _Va], [0, 64 | 0]];
2804
- var SnapshotNotFound = [
2805
- -3,
2806
- n0,
2807
- _SNF,
2808
- {
2809
- [_e]: _c,
2810
- },
2811
- [_M],
2812
- [0],
2813
- ];
2556
+ var SnapshotNotFound = [-3, n0, _SNF, { [_e]: _c }, [_M], [0]];
2814
2557
  schema.TypeRegistry.for(n0).registerError(SnapshotNotFound, SnapshotNotFound$1);
2815
- var SourceBackupUnavailable = [
2816
- -3,
2817
- n0,
2818
- _SBU,
2819
- {
2820
- [_e]: _c,
2821
- },
2822
- [_M, _BI],
2823
- [0, 0],
2824
- ];
2558
+ var SourceBackupUnavailable = [-3, n0, _SBU, { [_e]: _c }, [_M, _BI], [0, 0]];
2825
2559
  schema.TypeRegistry.for(n0).registerError(SourceBackupUnavailable, SourceBackupUnavailable$1);
2826
2560
  var StartMisconfiguredStateRecoveryRequest = [
2827
2561
  3,
@@ -2862,16 +2596,7 @@ var StorageVirtualMachine = [
2862
2596
  ],
2863
2597
  ];
2864
2598
  var StorageVirtualMachineFilter = [3, n0, _SVMF, 0, [_N, _Va], [0, 64 | 0]];
2865
- var StorageVirtualMachineNotFound = [
2866
- -3,
2867
- n0,
2868
- _SVMNF,
2869
- {
2870
- [_e]: _c,
2871
- },
2872
- [_M],
2873
- [0],
2874
- ];
2599
+ var StorageVirtualMachineNotFound = [-3, n0, _SVMNF, { [_e]: _c }, [_M], [0]];
2875
2600
  schema.TypeRegistry.for(n0).registerError(StorageVirtualMachineNotFound, StorageVirtualMachineNotFound$1);
2876
2601
  var SvmActiveDirectoryConfiguration = [
2877
2602
  3,
@@ -2898,25 +2623,12 @@ var TooManyAccessPoints = [
2898
2623
  -3,
2899
2624
  n0,
2900
2625
  _TMAP,
2901
- {
2902
- [_xN]: _E,
2903
- [_e]: _c,
2904
- [_hE]: 400,
2905
- },
2626
+ { [_xN]: _E, [_e]: _c, [_hE]: 400 },
2906
2627
  [_EC, _M],
2907
2628
  [0, 0],
2908
2629
  ];
2909
2630
  schema.TypeRegistry.for(n0).registerError(TooManyAccessPoints, TooManyAccessPoints$1);
2910
- var UnsupportedOperation = [
2911
- -3,
2912
- n0,
2913
- _UO,
2914
- {
2915
- [_e]: _c,
2916
- },
2917
- [_M],
2918
- [0],
2919
- ];
2631
+ var UnsupportedOperation = [-3, n0, _UO, { [_e]: _c }, [_M], [0]];
2920
2632
  schema.TypeRegistry.for(n0).registerError(UnsupportedOperation, UnsupportedOperation$1);
2921
2633
  var UntagResourceRequest = [3, n0, _URR, 0, [_RARN, _TK], [0, 64 | 0]];
2922
2634
  var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
@@ -3110,16 +2822,7 @@ var Volume = [
3110
2822
  ],
3111
2823
  ];
3112
2824
  var VolumeFilter = [3, n0, _VF, 0, [_N, _Va], [0, 64 | 0]];
3113
- var VolumeNotFound = [
3114
- -3,
3115
- n0,
3116
- _VNF,
3117
- {
3118
- [_e]: _c,
3119
- },
3120
- [_M],
3121
- [0],
3122
- ];
2825
+ var VolumeNotFound = [-3, n0, _VNF, { [_e]: _c }, [_M], [0]];
3123
2826
  schema.TypeRegistry.for(n0).registerError(VolumeNotFound, VolumeNotFound$1);
3124
2827
  var WindowsAuditLogConfiguration = [3, n0, _WALC, 0, [_FAALL, _FSAALL, _ALD], [0, 0, 0]];
3125
2828
  var WindowsAuditLogCreateConfiguration = [
@@ -4466,10 +4169,15 @@ const UpdateOpenZFSVolumeOption = {
4466
4169
  DELETE_INTERMEDIATE_DATA: "DELETE_INTERMEDIATE_DATA",
4467
4170
  DELETE_INTERMEDIATE_SNAPSHOTS: "DELETE_INTERMEDIATE_SNAPSHOTS",
4468
4171
  };
4172
+ const OntapFileSystemUserType = {
4173
+ UNIX: "UNIX",
4174
+ WINDOWS: "WINDOWS",
4175
+ };
4469
4176
  const OpenZFSFileSystemUserType = {
4470
4177
  POSIX: "POSIX",
4471
4178
  };
4472
4179
  const S3AccessPointAttachmentType = {
4180
+ ONTAP: "ONTAP",
4473
4181
  OPENZFS: "OPENZFS",
4474
4182
  };
4475
4183
  const S3AccessPointAttachmentLifecycle = {
@@ -4477,6 +4185,7 @@ const S3AccessPointAttachmentLifecycle = {
4477
4185
  CREATING: "CREATING",
4478
4186
  DELETING: "DELETING",
4479
4187
  FAILED: "FAILED",
4188
+ MISCONFIGURED: "MISCONFIGURED",
4480
4189
  UPDATING: "UPDATING",
4481
4190
  };
4482
4191
  const NfsVersion = {
@@ -4685,6 +4394,7 @@ exports.NetworkType = NetworkType;
4685
4394
  exports.NfsVersion = NfsVersion;
4686
4395
  exports.NotServiceResourceError = NotServiceResourceError$1;
4687
4396
  exports.OntapDeploymentType = OntapDeploymentType;
4397
+ exports.OntapFileSystemUserType = OntapFileSystemUserType;
4688
4398
  exports.OntapVolumeType = OntapVolumeType;
4689
4399
  exports.OpenZFSCopyStrategy = OpenZFSCopyStrategy;
4690
4400
  exports.OpenZFSDataCompressionType = OpenZFSDataCompressionType;