@aws-sdk/client-fsx 3.758.0 → 3.774.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 (2) hide show
  1. package/dist-cjs/index.js +56 -56
  2. package/package.json +7 -7
package/dist-cjs/index.js CHANGED
@@ -19,8 +19,8 @@ var __copyProps = (to, from, except, desc) => {
19
19
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
20
20
 
21
21
  // src/index.ts
22
- var src_exports = {};
23
- __export(src_exports, {
22
+ var index_exports = {};
23
+ __export(index_exports, {
24
24
  ActiveDirectoryError: () => ActiveDirectoryError,
25
25
  ActiveDirectoryErrorType: () => ActiveDirectoryErrorType,
26
26
  AdministrativeActionFilterSensitiveLog: () => AdministrativeActionFilterSensitiveLog,
@@ -216,7 +216,7 @@ __export(src_exports, {
216
216
  paginateDescribeVolumes: () => paginateDescribeVolumes,
217
217
  paginateListTagsForResource: () => paginateListTagsForResource
218
218
  });
219
- module.exports = __toCommonJS(src_exports);
219
+ module.exports = __toCommonJS(index_exports);
220
220
 
221
221
  // src/FSxClient.ts
222
222
  var import_middleware_host_header = require("@aws-sdk/middleware-host-header");
@@ -343,9 +343,9 @@ var FSxClient = class extends import_smithy_client.Client {
343
343
  this.middlewareStack.use(
344
344
  (0, import_core.getHttpAuthSchemeEndpointRuleSetPlugin)(this.config, {
345
345
  httpAuthSchemeParametersProvider: import_httpAuthSchemeProvider.defaultFSxHttpAuthSchemeParametersProvider,
346
- identityProviderConfigProvider: async (config) => new import_core.DefaultIdentityProviderConfig({
346
+ identityProviderConfigProvider: /* @__PURE__ */ __name(async (config) => new import_core.DefaultIdentityProviderConfig({
347
347
  "aws.auth#sigv4": config.credentials
348
- })
348
+ }), "identityProviderConfigProvider")
349
349
  })
350
350
  );
351
351
  this.middlewareStack.use((0, import_core.getHttpSigningPlugin)(this.config));
@@ -3444,11 +3444,11 @@ var de_AdministrativeAction = /* @__PURE__ */ __name((output, context) => {
3444
3444
  FailureDetails: import_smithy_client._json,
3445
3445
  ProgressPercent: import_smithy_client.expectInt32,
3446
3446
  RemainingTransferBytes: import_smithy_client.expectLong,
3447
- RequestTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
3447
+ RequestTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "RequestTime"),
3448
3448
  Status: import_smithy_client.expectString,
3449
- TargetFileSystemValues: (_) => de_FileSystem(_, context),
3450
- TargetSnapshotValues: (_) => de_Snapshot(_, context),
3451
- TargetVolumeValues: (_) => de_Volume(_, context),
3449
+ TargetFileSystemValues: /* @__PURE__ */ __name((_) => de_FileSystem(_, context), "TargetFileSystemValues"),
3450
+ TargetSnapshotValues: /* @__PURE__ */ __name((_) => de_Snapshot(_, context), "TargetSnapshotValues"),
3451
+ TargetVolumeValues: /* @__PURE__ */ __name((_) => de_Volume(_, context), "TargetVolumeValues"),
3452
3452
  TotalTransferBytes: import_smithy_client.expectLong
3453
3453
  });
3454
3454
  }, "de_AdministrativeAction");
@@ -3461,10 +3461,10 @@ var de_AdministrativeActions = /* @__PURE__ */ __name((output, context) => {
3461
3461
  var de_Backup = /* @__PURE__ */ __name((output, context) => {
3462
3462
  return (0, import_smithy_client.take)(output, {
3463
3463
  BackupId: import_smithy_client.expectString,
3464
- CreationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
3464
+ CreationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreationTime"),
3465
3465
  DirectoryInformation: import_smithy_client._json,
3466
3466
  FailureDetails: import_smithy_client._json,
3467
- FileSystem: (_) => de_FileSystem(_, context),
3467
+ FileSystem: /* @__PURE__ */ __name((_) => de_FileSystem(_, context), "FileSystem"),
3468
3468
  KmsKeyId: import_smithy_client.expectString,
3469
3469
  Lifecycle: import_smithy_client.expectString,
3470
3470
  OwnerId: import_smithy_client.expectString,
@@ -3476,7 +3476,7 @@ var de_Backup = /* @__PURE__ */ __name((output, context) => {
3476
3476
  SourceBackupRegion: import_smithy_client.expectString,
3477
3477
  Tags: import_smithy_client._json,
3478
3478
  Type: import_smithy_client.expectString,
3479
- Volume: (_) => de_Volume(_, context)
3479
+ Volume: /* @__PURE__ */ __name((_) => de_Volume(_, context), "Volume")
3480
3480
  });
3481
3481
  }, "de_Backup");
3482
3482
  var de_Backups = /* @__PURE__ */ __name((output, context) => {
@@ -3487,71 +3487,71 @@ var de_Backups = /* @__PURE__ */ __name((output, context) => {
3487
3487
  }, "de_Backups");
3488
3488
  var de_CopyBackupResponse = /* @__PURE__ */ __name((output, context) => {
3489
3489
  return (0, import_smithy_client.take)(output, {
3490
- Backup: (_) => de_Backup(_, context)
3490
+ Backup: /* @__PURE__ */ __name((_) => de_Backup(_, context), "Backup")
3491
3491
  });
3492
3492
  }, "de_CopyBackupResponse");
3493
3493
  var de_CopySnapshotAndUpdateVolumeResponse = /* @__PURE__ */ __name((output, context) => {
3494
3494
  return (0, import_smithy_client.take)(output, {
3495
- AdministrativeActions: (_) => de_AdministrativeActions(_, context),
3495
+ AdministrativeActions: /* @__PURE__ */ __name((_) => de_AdministrativeActions(_, context), "AdministrativeActions"),
3496
3496
  Lifecycle: import_smithy_client.expectString,
3497
3497
  VolumeId: import_smithy_client.expectString
3498
3498
  });
3499
3499
  }, "de_CopySnapshotAndUpdateVolumeResponse");
3500
3500
  var de_CreateBackupResponse = /* @__PURE__ */ __name((output, context) => {
3501
3501
  return (0, import_smithy_client.take)(output, {
3502
- Backup: (_) => de_Backup(_, context)
3502
+ Backup: /* @__PURE__ */ __name((_) => de_Backup(_, context), "Backup")
3503
3503
  });
3504
3504
  }, "de_CreateBackupResponse");
3505
3505
  var de_CreateDataRepositoryAssociationResponse = /* @__PURE__ */ __name((output, context) => {
3506
3506
  return (0, import_smithy_client.take)(output, {
3507
- Association: (_) => de_DataRepositoryAssociation(_, context)
3507
+ Association: /* @__PURE__ */ __name((_) => de_DataRepositoryAssociation(_, context), "Association")
3508
3508
  });
3509
3509
  }, "de_CreateDataRepositoryAssociationResponse");
3510
3510
  var de_CreateDataRepositoryTaskResponse = /* @__PURE__ */ __name((output, context) => {
3511
3511
  return (0, import_smithy_client.take)(output, {
3512
- DataRepositoryTask: (_) => de_DataRepositoryTask(_, context)
3512
+ DataRepositoryTask: /* @__PURE__ */ __name((_) => de_DataRepositoryTask(_, context), "DataRepositoryTask")
3513
3513
  });
3514
3514
  }, "de_CreateDataRepositoryTaskResponse");
3515
3515
  var de_CreateFileCacheResponse = /* @__PURE__ */ __name((output, context) => {
3516
3516
  return (0, import_smithy_client.take)(output, {
3517
- FileCache: (_) => de_FileCacheCreating(_, context)
3517
+ FileCache: /* @__PURE__ */ __name((_) => de_FileCacheCreating(_, context), "FileCache")
3518
3518
  });
3519
3519
  }, "de_CreateFileCacheResponse");
3520
3520
  var de_CreateFileSystemFromBackupResponse = /* @__PURE__ */ __name((output, context) => {
3521
3521
  return (0, import_smithy_client.take)(output, {
3522
- FileSystem: (_) => de_FileSystem(_, context)
3522
+ FileSystem: /* @__PURE__ */ __name((_) => de_FileSystem(_, context), "FileSystem")
3523
3523
  });
3524
3524
  }, "de_CreateFileSystemFromBackupResponse");
3525
3525
  var de_CreateFileSystemResponse = /* @__PURE__ */ __name((output, context) => {
3526
3526
  return (0, import_smithy_client.take)(output, {
3527
- FileSystem: (_) => de_FileSystem(_, context)
3527
+ FileSystem: /* @__PURE__ */ __name((_) => de_FileSystem(_, context), "FileSystem")
3528
3528
  });
3529
3529
  }, "de_CreateFileSystemResponse");
3530
3530
  var de_CreateSnapshotResponse = /* @__PURE__ */ __name((output, context) => {
3531
3531
  return (0, import_smithy_client.take)(output, {
3532
- Snapshot: (_) => de_Snapshot(_, context)
3532
+ Snapshot: /* @__PURE__ */ __name((_) => de_Snapshot(_, context), "Snapshot")
3533
3533
  });
3534
3534
  }, "de_CreateSnapshotResponse");
3535
3535
  var de_CreateStorageVirtualMachineResponse = /* @__PURE__ */ __name((output, context) => {
3536
3536
  return (0, import_smithy_client.take)(output, {
3537
- StorageVirtualMachine: (_) => de_StorageVirtualMachine(_, context)
3537
+ StorageVirtualMachine: /* @__PURE__ */ __name((_) => de_StorageVirtualMachine(_, context), "StorageVirtualMachine")
3538
3538
  });
3539
3539
  }, "de_CreateStorageVirtualMachineResponse");
3540
3540
  var de_CreateVolumeFromBackupResponse = /* @__PURE__ */ __name((output, context) => {
3541
3541
  return (0, import_smithy_client.take)(output, {
3542
- Volume: (_) => de_Volume(_, context)
3542
+ Volume: /* @__PURE__ */ __name((_) => de_Volume(_, context), "Volume")
3543
3543
  });
3544
3544
  }, "de_CreateVolumeFromBackupResponse");
3545
3545
  var de_CreateVolumeResponse = /* @__PURE__ */ __name((output, context) => {
3546
3546
  return (0, import_smithy_client.take)(output, {
3547
- Volume: (_) => de_Volume(_, context)
3547
+ Volume: /* @__PURE__ */ __name((_) => de_Volume(_, context), "Volume")
3548
3548
  });
3549
3549
  }, "de_CreateVolumeResponse");
3550
3550
  var de_DataRepositoryAssociation = /* @__PURE__ */ __name((output, context) => {
3551
3551
  return (0, import_smithy_client.take)(output, {
3552
3552
  AssociationId: import_smithy_client.expectString,
3553
3553
  BatchImportMetaDataOnCreate: import_smithy_client.expectBoolean,
3554
- CreationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
3554
+ CreationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreationTime"),
3555
3555
  DataRepositoryPath: import_smithy_client.expectString,
3556
3556
  DataRepositorySubdirectories: import_smithy_client._json,
3557
3557
  FailureDetails: import_smithy_client._json,
@@ -3576,8 +3576,8 @@ var de_DataRepositoryAssociations = /* @__PURE__ */ __name((output, context) =>
3576
3576
  var de_DataRepositoryTask = /* @__PURE__ */ __name((output, context) => {
3577
3577
  return (0, import_smithy_client.take)(output, {
3578
3578
  CapacityToRelease: import_smithy_client.expectLong,
3579
- CreationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
3580
- EndTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
3579
+ CreationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreationTime"),
3580
+ EndTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "EndTime"),
3581
3581
  FailureDetails: import_smithy_client._json,
3582
3582
  FileCacheId: import_smithy_client.expectString,
3583
3583
  FileSystemId: import_smithy_client.expectString,
@@ -3586,8 +3586,8 @@ var de_DataRepositoryTask = /* @__PURE__ */ __name((output, context) => {
3586
3586
  ReleaseConfiguration: import_smithy_client._json,
3587
3587
  Report: import_smithy_client._json,
3588
3588
  ResourceARN: import_smithy_client.expectString,
3589
- StartTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
3590
- Status: (_) => de_DataRepositoryTaskStatus(_, context),
3589
+ StartTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "StartTime"),
3590
+ Status: /* @__PURE__ */ __name((_) => de_DataRepositoryTaskStatus(_, context), "Status"),
3591
3591
  Tags: import_smithy_client._json,
3592
3592
  TaskId: import_smithy_client.expectString,
3593
3593
  Type: import_smithy_client.expectString
@@ -3602,7 +3602,7 @@ var de_DataRepositoryTasks = /* @__PURE__ */ __name((output, context) => {
3602
3602
  var de_DataRepositoryTaskStatus = /* @__PURE__ */ __name((output, context) => {
3603
3603
  return (0, import_smithy_client.take)(output, {
3604
3604
  FailedCount: import_smithy_client.expectLong,
3605
- LastUpdatedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
3605
+ LastUpdatedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastUpdatedTime"),
3606
3606
  ReleasedCapacity: import_smithy_client.expectLong,
3607
3607
  SucceededCount: import_smithy_client.expectLong,
3608
3608
  TotalCount: import_smithy_client.expectLong
@@ -3610,55 +3610,55 @@ var de_DataRepositoryTaskStatus = /* @__PURE__ */ __name((output, context) => {
3610
3610
  }, "de_DataRepositoryTaskStatus");
3611
3611
  var de_DescribeBackupsResponse = /* @__PURE__ */ __name((output, context) => {
3612
3612
  return (0, import_smithy_client.take)(output, {
3613
- Backups: (_) => de_Backups(_, context),
3613
+ Backups: /* @__PURE__ */ __name((_) => de_Backups(_, context), "Backups"),
3614
3614
  NextToken: import_smithy_client.expectString
3615
3615
  });
3616
3616
  }, "de_DescribeBackupsResponse");
3617
3617
  var de_DescribeDataRepositoryAssociationsResponse = /* @__PURE__ */ __name((output, context) => {
3618
3618
  return (0, import_smithy_client.take)(output, {
3619
- Associations: (_) => de_DataRepositoryAssociations(_, context),
3619
+ Associations: /* @__PURE__ */ __name((_) => de_DataRepositoryAssociations(_, context), "Associations"),
3620
3620
  NextToken: import_smithy_client.expectString
3621
3621
  });
3622
3622
  }, "de_DescribeDataRepositoryAssociationsResponse");
3623
3623
  var de_DescribeDataRepositoryTasksResponse = /* @__PURE__ */ __name((output, context) => {
3624
3624
  return (0, import_smithy_client.take)(output, {
3625
- DataRepositoryTasks: (_) => de_DataRepositoryTasks(_, context),
3625
+ DataRepositoryTasks: /* @__PURE__ */ __name((_) => de_DataRepositoryTasks(_, context), "DataRepositoryTasks"),
3626
3626
  NextToken: import_smithy_client.expectString
3627
3627
  });
3628
3628
  }, "de_DescribeDataRepositoryTasksResponse");
3629
3629
  var de_DescribeFileCachesResponse = /* @__PURE__ */ __name((output, context) => {
3630
3630
  return (0, import_smithy_client.take)(output, {
3631
- FileCaches: (_) => de_FileCaches(_, context),
3631
+ FileCaches: /* @__PURE__ */ __name((_) => de_FileCaches(_, context), "FileCaches"),
3632
3632
  NextToken: import_smithy_client.expectString
3633
3633
  });
3634
3634
  }, "de_DescribeFileCachesResponse");
3635
3635
  var de_DescribeFileSystemsResponse = /* @__PURE__ */ __name((output, context) => {
3636
3636
  return (0, import_smithy_client.take)(output, {
3637
- FileSystems: (_) => de_FileSystems(_, context),
3637
+ FileSystems: /* @__PURE__ */ __name((_) => de_FileSystems(_, context), "FileSystems"),
3638
3638
  NextToken: import_smithy_client.expectString
3639
3639
  });
3640
3640
  }, "de_DescribeFileSystemsResponse");
3641
3641
  var de_DescribeSnapshotsResponse = /* @__PURE__ */ __name((output, context) => {
3642
3642
  return (0, import_smithy_client.take)(output, {
3643
3643
  NextToken: import_smithy_client.expectString,
3644
- Snapshots: (_) => de_Snapshots(_, context)
3644
+ Snapshots: /* @__PURE__ */ __name((_) => de_Snapshots(_, context), "Snapshots")
3645
3645
  });
3646
3646
  }, "de_DescribeSnapshotsResponse");
3647
3647
  var de_DescribeStorageVirtualMachinesResponse = /* @__PURE__ */ __name((output, context) => {
3648
3648
  return (0, import_smithy_client.take)(output, {
3649
3649
  NextToken: import_smithy_client.expectString,
3650
- StorageVirtualMachines: (_) => de_StorageVirtualMachines(_, context)
3650
+ StorageVirtualMachines: /* @__PURE__ */ __name((_) => de_StorageVirtualMachines(_, context), "StorageVirtualMachines")
3651
3651
  });
3652
3652
  }, "de_DescribeStorageVirtualMachinesResponse");
3653
3653
  var de_DescribeVolumesResponse = /* @__PURE__ */ __name((output, context) => {
3654
3654
  return (0, import_smithy_client.take)(output, {
3655
3655
  NextToken: import_smithy_client.expectString,
3656
- Volumes: (_) => de_Volumes(_, context)
3656
+ Volumes: /* @__PURE__ */ __name((_) => de_Volumes(_, context), "Volumes")
3657
3657
  });
3658
3658
  }, "de_DescribeVolumesResponse");
3659
3659
  var de_FileCache = /* @__PURE__ */ __name((output, context) => {
3660
3660
  return (0, import_smithy_client.take)(output, {
3661
- CreationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
3661
+ CreationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreationTime"),
3662
3662
  DNSName: import_smithy_client.expectString,
3663
3663
  DataRepositoryAssociationIds: import_smithy_client._json,
3664
3664
  FailureDetails: import_smithy_client._json,
@@ -3679,7 +3679,7 @@ var de_FileCache = /* @__PURE__ */ __name((output, context) => {
3679
3679
  var de_FileCacheCreating = /* @__PURE__ */ __name((output, context) => {
3680
3680
  return (0, import_smithy_client.take)(output, {
3681
3681
  CopyTagsToDataRepositoryAssociations: import_smithy_client.expectBoolean,
3682
- CreationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
3682
+ CreationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreationTime"),
3683
3683
  DNSName: import_smithy_client.expectString,
3684
3684
  DataRepositoryAssociationIds: import_smithy_client._json,
3685
3685
  FailureDetails: import_smithy_client._json,
@@ -3706,8 +3706,8 @@ var de_FileCaches = /* @__PURE__ */ __name((output, context) => {
3706
3706
  }, "de_FileCaches");
3707
3707
  var de_FileSystem = /* @__PURE__ */ __name((output, context) => {
3708
3708
  return (0, import_smithy_client.take)(output, {
3709
- AdministrativeActions: (_) => de_AdministrativeActions(_, context),
3710
- CreationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
3709
+ AdministrativeActions: /* @__PURE__ */ __name((_) => de_AdministrativeActions(_, context), "AdministrativeActions"),
3710
+ CreationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreationTime"),
3711
3711
  DNSName: import_smithy_client.expectString,
3712
3712
  FailureDetails: import_smithy_client._json,
3713
3713
  FileSystemId: import_smithy_client.expectString,
@@ -3737,20 +3737,20 @@ var de_FileSystems = /* @__PURE__ */ __name((output, context) => {
3737
3737
  }, "de_FileSystems");
3738
3738
  var de_ReleaseFileSystemNfsV3LocksResponse = /* @__PURE__ */ __name((output, context) => {
3739
3739
  return (0, import_smithy_client.take)(output, {
3740
- FileSystem: (_) => de_FileSystem(_, context)
3740
+ FileSystem: /* @__PURE__ */ __name((_) => de_FileSystem(_, context), "FileSystem")
3741
3741
  });
3742
3742
  }, "de_ReleaseFileSystemNfsV3LocksResponse");
3743
3743
  var de_RestoreVolumeFromSnapshotResponse = /* @__PURE__ */ __name((output, context) => {
3744
3744
  return (0, import_smithy_client.take)(output, {
3745
- AdministrativeActions: (_) => de_AdministrativeActions(_, context),
3745
+ AdministrativeActions: /* @__PURE__ */ __name((_) => de_AdministrativeActions(_, context), "AdministrativeActions"),
3746
3746
  Lifecycle: import_smithy_client.expectString,
3747
3747
  VolumeId: import_smithy_client.expectString
3748
3748
  });
3749
3749
  }, "de_RestoreVolumeFromSnapshotResponse");
3750
3750
  var de_Snapshot = /* @__PURE__ */ __name((output, context) => {
3751
3751
  return (0, import_smithy_client.take)(output, {
3752
- AdministrativeActions: (_) => de_AdministrativeActions(_, context),
3753
- CreationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
3752
+ AdministrativeActions: /* @__PURE__ */ __name((_) => de_AdministrativeActions(_, context), "AdministrativeActions"),
3753
+ CreationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreationTime"),
3754
3754
  Lifecycle: import_smithy_client.expectString,
3755
3755
  LifecycleTransitionReason: import_smithy_client._json,
3756
3756
  Name: import_smithy_client.expectString,
@@ -3768,13 +3768,13 @@ var de_Snapshots = /* @__PURE__ */ __name((output, context) => {
3768
3768
  }, "de_Snapshots");
3769
3769
  var de_StartMisconfiguredStateRecoveryResponse = /* @__PURE__ */ __name((output, context) => {
3770
3770
  return (0, import_smithy_client.take)(output, {
3771
- FileSystem: (_) => de_FileSystem(_, context)
3771
+ FileSystem: /* @__PURE__ */ __name((_) => de_FileSystem(_, context), "FileSystem")
3772
3772
  });
3773
3773
  }, "de_StartMisconfiguredStateRecoveryResponse");
3774
3774
  var de_StorageVirtualMachine = /* @__PURE__ */ __name((output, context) => {
3775
3775
  return (0, import_smithy_client.take)(output, {
3776
3776
  ActiveDirectoryConfiguration: import_smithy_client._json,
3777
- CreationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
3777
+ CreationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreationTime"),
3778
3778
  Endpoints: import_smithy_client._json,
3779
3779
  FileSystemId: import_smithy_client.expectString,
3780
3780
  Lifecycle: import_smithy_client.expectString,
@@ -3796,38 +3796,38 @@ var de_StorageVirtualMachines = /* @__PURE__ */ __name((output, context) => {
3796
3796
  }, "de_StorageVirtualMachines");
3797
3797
  var de_UpdateDataRepositoryAssociationResponse = /* @__PURE__ */ __name((output, context) => {
3798
3798
  return (0, import_smithy_client.take)(output, {
3799
- Association: (_) => de_DataRepositoryAssociation(_, context)
3799
+ Association: /* @__PURE__ */ __name((_) => de_DataRepositoryAssociation(_, context), "Association")
3800
3800
  });
3801
3801
  }, "de_UpdateDataRepositoryAssociationResponse");
3802
3802
  var de_UpdateFileCacheResponse = /* @__PURE__ */ __name((output, context) => {
3803
3803
  return (0, import_smithy_client.take)(output, {
3804
- FileCache: (_) => de_FileCache(_, context)
3804
+ FileCache: /* @__PURE__ */ __name((_) => de_FileCache(_, context), "FileCache")
3805
3805
  });
3806
3806
  }, "de_UpdateFileCacheResponse");
3807
3807
  var de_UpdateFileSystemResponse = /* @__PURE__ */ __name((output, context) => {
3808
3808
  return (0, import_smithy_client.take)(output, {
3809
- FileSystem: (_) => de_FileSystem(_, context)
3809
+ FileSystem: /* @__PURE__ */ __name((_) => de_FileSystem(_, context), "FileSystem")
3810
3810
  });
3811
3811
  }, "de_UpdateFileSystemResponse");
3812
3812
  var de_UpdateSnapshotResponse = /* @__PURE__ */ __name((output, context) => {
3813
3813
  return (0, import_smithy_client.take)(output, {
3814
- Snapshot: (_) => de_Snapshot(_, context)
3814
+ Snapshot: /* @__PURE__ */ __name((_) => de_Snapshot(_, context), "Snapshot")
3815
3815
  });
3816
3816
  }, "de_UpdateSnapshotResponse");
3817
3817
  var de_UpdateStorageVirtualMachineResponse = /* @__PURE__ */ __name((output, context) => {
3818
3818
  return (0, import_smithy_client.take)(output, {
3819
- StorageVirtualMachine: (_) => de_StorageVirtualMachine(_, context)
3819
+ StorageVirtualMachine: /* @__PURE__ */ __name((_) => de_StorageVirtualMachine(_, context), "StorageVirtualMachine")
3820
3820
  });
3821
3821
  }, "de_UpdateStorageVirtualMachineResponse");
3822
3822
  var de_UpdateVolumeResponse = /* @__PURE__ */ __name((output, context) => {
3823
3823
  return (0, import_smithy_client.take)(output, {
3824
- Volume: (_) => de_Volume(_, context)
3824
+ Volume: /* @__PURE__ */ __name((_) => de_Volume(_, context), "Volume")
3825
3825
  });
3826
3826
  }, "de_UpdateVolumeResponse");
3827
3827
  var de_Volume = /* @__PURE__ */ __name((output, context) => {
3828
3828
  return (0, import_smithy_client.take)(output, {
3829
- AdministrativeActions: (_) => de_AdministrativeActions(_, context),
3830
- CreationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
3829
+ AdministrativeActions: /* @__PURE__ */ __name((_) => de_AdministrativeActions(_, context), "AdministrativeActions"),
3830
+ CreationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreationTime"),
3831
3831
  FileSystemId: import_smithy_client.expectString,
3832
3832
  Lifecycle: import_smithy_client.expectString,
3833
3833
  LifecycleTransitionReason: import_smithy_client._json,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-fsx",
3
3
  "description": "AWS SDK for JavaScript Fsx Client for Node.js, Browser and React Native",
4
- "version": "3.758.0",
4
+ "version": "3.774.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-fsx",
@@ -20,17 +20,17 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/core": "3.758.0",
24
- "@aws-sdk/credential-provider-node": "3.758.0",
25
- "@aws-sdk/middleware-host-header": "3.734.0",
23
+ "@aws-sdk/core": "3.774.0",
24
+ "@aws-sdk/credential-provider-node": "3.774.0",
25
+ "@aws-sdk/middleware-host-header": "3.774.0",
26
26
  "@aws-sdk/middleware-logger": "3.734.0",
27
- "@aws-sdk/middleware-recursion-detection": "3.734.0",
28
- "@aws-sdk/middleware-user-agent": "3.758.0",
27
+ "@aws-sdk/middleware-recursion-detection": "3.772.0",
28
+ "@aws-sdk/middleware-user-agent": "3.774.0",
29
29
  "@aws-sdk/region-config-resolver": "3.734.0",
30
30
  "@aws-sdk/types": "3.734.0",
31
31
  "@aws-sdk/util-endpoints": "3.743.0",
32
32
  "@aws-sdk/util-user-agent-browser": "3.734.0",
33
- "@aws-sdk/util-user-agent-node": "3.758.0",
33
+ "@aws-sdk/util-user-agent-node": "3.774.0",
34
34
  "@smithy/config-resolver": "^4.0.1",
35
35
  "@smithy/core": "^3.1.5",
36
36
  "@smithy/fetch-http-handler": "^5.0.1",