@aws-sdk/client-fsx 3.533.0 → 3.540.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.
- package/dist-cjs/endpoint/endpointResolver.js +4 -2
- package/dist-cjs/index.js +0 -3
- package/dist-es/endpoint/endpointResolver.js +3 -1
- package/dist-es/index.js +0 -1
- package/dist-types/FSx.d.ts +12 -1
- package/dist-types/FSxClient.d.ts +1 -1
- package/dist-types/commands/AssociateFileSystemAliasesCommand.d.ts +2 -1
- package/dist-types/commands/CancelDataRepositoryTaskCommand.d.ts +2 -1
- package/dist-types/commands/CopyBackupCommand.d.ts +2 -1
- package/dist-types/commands/CopySnapshotAndUpdateVolumeCommand.d.ts +2 -1
- package/dist-types/commands/CreateBackupCommand.d.ts +2 -1
- package/dist-types/commands/CreateDataRepositoryAssociationCommand.d.ts +2 -1
- package/dist-types/commands/CreateDataRepositoryTaskCommand.d.ts +2 -1
- package/dist-types/commands/CreateFileCacheCommand.d.ts +2 -1
- package/dist-types/commands/CreateFileSystemCommand.d.ts +2 -1
- package/dist-types/commands/CreateFileSystemFromBackupCommand.d.ts +2 -1
- package/dist-types/commands/CreateSnapshotCommand.d.ts +2 -1
- package/dist-types/commands/CreateStorageVirtualMachineCommand.d.ts +2 -1
- package/dist-types/commands/CreateVolumeCommand.d.ts +2 -1
- package/dist-types/commands/CreateVolumeFromBackupCommand.d.ts +2 -1
- package/dist-types/commands/DeleteBackupCommand.d.ts +2 -1
- package/dist-types/commands/DeleteDataRepositoryAssociationCommand.d.ts +2 -1
- package/dist-types/commands/DeleteFileCacheCommand.d.ts +2 -1
- package/dist-types/commands/DeleteFileSystemCommand.d.ts +2 -1
- package/dist-types/commands/DeleteSnapshotCommand.d.ts +2 -1
- package/dist-types/commands/DeleteStorageVirtualMachineCommand.d.ts +2 -1
- package/dist-types/commands/DeleteVolumeCommand.d.ts +2 -1
- package/dist-types/commands/DescribeBackupsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeDataRepositoryAssociationsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeDataRepositoryTasksCommand.d.ts +2 -1
- package/dist-types/commands/DescribeFileCachesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeFileSystemAliasesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeFileSystemsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeSharedVpcConfigurationCommand.d.ts +2 -1
- package/dist-types/commands/DescribeSnapshotsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeStorageVirtualMachinesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeVolumesCommand.d.ts +2 -1
- package/dist-types/commands/DisassociateFileSystemAliasesCommand.d.ts +2 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/commands/ReleaseFileSystemNfsV3LocksCommand.d.ts +2 -1
- package/dist-types/commands/RestoreVolumeFromSnapshotCommand.d.ts +2 -1
- package/dist-types/commands/StartMisconfiguredStateRecoveryCommand.d.ts +2 -1
- package/dist-types/commands/TagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UpdateDataRepositoryAssociationCommand.d.ts +2 -1
- package/dist-types/commands/UpdateFileCacheCommand.d.ts +2 -1
- package/dist-types/commands/UpdateFileSystemCommand.d.ts +2 -1
- package/dist-types/commands/UpdateSharedVpcConfigurationCommand.d.ts +2 -1
- package/dist-types/commands/UpdateSnapshotCommand.d.ts +2 -1
- package/dist-types/commands/UpdateStorageVirtualMachineCommand.d.ts +2 -1
- package/dist-types/commands/UpdateVolumeCommand.d.ts +2 -1
- package/dist-types/index.d.ts +0 -1
- package/dist-types/models/models_0.d.ts +1010 -1010
- package/dist-types/ts3.4/FSx.d.ts +11 -0
- package/dist-types/ts3.4/commands/AssociateFileSystemAliasesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CancelDataRepositoryTaskCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CopyBackupCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CopySnapshotAndUpdateVolumeCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateBackupCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateDataRepositoryAssociationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateDataRepositoryTaskCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateFileCacheCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateFileSystemCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateFileSystemFromBackupCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateSnapshotCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateStorageVirtualMachineCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateVolumeCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateVolumeFromBackupCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteBackupCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteDataRepositoryAssociationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteFileCacheCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteFileSystemCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteSnapshotCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteStorageVirtualMachineCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteVolumeCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeBackupsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeDataRepositoryAssociationsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeDataRepositoryTasksCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeFileCachesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeFileSystemAliasesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeFileSystemsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeSharedVpcConfigurationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeSnapshotsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeStorageVirtualMachinesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeVolumesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DisassociateFileSystemAliasesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ReleaseFileSystemNfsV3LocksCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RestoreVolumeFromSnapshotCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/StartMisconfiguredStateRecoveryCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateDataRepositoryAssociationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateFileCacheCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateFileSystemCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateSharedVpcConfigurationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateSnapshotCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateStorageVirtualMachineCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateVolumeCommand.d.ts +9 -0
- package/dist-types/ts3.4/index.d.ts +0 -1
- package/package.json +40 -40
There are too many changes on this page to be displayed.
The amount of changes on this page would crash your brower.
You can still verify the content by downloading the package file manually.