@aws-sdk/client-fsx 3.1087.0 → 3.1088.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/index.js +1 -1
- package/dist-types/ts3.4/FSx.d.ts +157 -169
- package/dist-types/ts3.4/FSxClient.d.ts +15 -28
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +10 -13
- package/dist-types/ts3.4/commandBuilder.d.ts +8 -18
- package/dist-types/ts3.4/commands/AssociateFileSystemAliasesCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CancelDataRepositoryTaskCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CopyBackupCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/CopySnapshotAndUpdateVolumeCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateAndAttachS3AccessPointCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateBackupCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/CreateDataRepositoryAssociationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateDataRepositoryTaskCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateFileCacheCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateFileSystemCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateFileSystemFromBackupCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateSnapshotCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateStorageVirtualMachineCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateVolumeCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/CreateVolumeFromBackupCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteBackupCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DeleteDataRepositoryAssociationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteFileCacheCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteFileSystemCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteSnapshotCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteStorageVirtualMachineCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteVolumeCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DescribeBackupsCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/DescribeDataRepositoryAssociationsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DescribeDataRepositoryTasksCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DescribeFileCachesCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeFileSystemAliasesCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeFileSystemsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeS3AccessPointAttachmentsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DescribeSharedVpcConfigurationCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DescribeSnapshotsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeStorageVirtualMachinesCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DescribeVolumesCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/DetachAndDeleteS3AccessPointCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DisassociateFileSystemAliasesCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ReleaseFileSystemNfsV3LocksCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/RestoreVolumeFromSnapshotCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/StartMisconfiguredStateRecoveryCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateDataRepositoryAssociationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateFileCacheCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateFileSystemCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateSharedVpcConfigurationCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UpdateSnapshotCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateStorageVirtualMachineCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateVolumeCommand.d.ts +3 -5
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
- package/dist-types/ts3.4/models/enums.d.ts +22 -44
- package/dist-types/ts3.4/models/errors.d.ts +25 -84
- package/dist-types/ts3.4/models/models_0.d.ts +13 -39
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
- package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
- package/package.json +38 -38