@aws-sdk/client-fsx 3.1087.0 → 3.1089.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 (67) hide show
  1. package/dist-cjs/index.js +1 -1
  2. package/dist-types/ts3.4/FSx.d.ts +157 -169
  3. package/dist-types/ts3.4/FSxClient.d.ts +15 -28
  4. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
  5. package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +10 -13
  6. package/dist-types/ts3.4/commandBuilder.d.ts +8 -18
  7. package/dist-types/ts3.4/commands/AssociateFileSystemAliasesCommand.d.ts +4 -6
  8. package/dist-types/ts3.4/commands/CancelDataRepositoryTaskCommand.d.ts +4 -6
  9. package/dist-types/ts3.4/commands/CopyBackupCommand.d.ts +3 -5
  10. package/dist-types/ts3.4/commands/CopySnapshotAndUpdateVolumeCommand.d.ts +4 -6
  11. package/dist-types/ts3.4/commands/CreateAndAttachS3AccessPointCommand.d.ts +4 -6
  12. package/dist-types/ts3.4/commands/CreateBackupCommand.d.ts +2 -4
  13. package/dist-types/ts3.4/commands/CreateDataRepositoryAssociationCommand.d.ts +4 -6
  14. package/dist-types/ts3.4/commands/CreateDataRepositoryTaskCommand.d.ts +4 -6
  15. package/dist-types/ts3.4/commands/CreateFileCacheCommand.d.ts +4 -9
  16. package/dist-types/ts3.4/commands/CreateFileSystemCommand.d.ts +4 -9
  17. package/dist-types/ts3.4/commands/CreateFileSystemFromBackupCommand.d.ts +4 -6
  18. package/dist-types/ts3.4/commands/CreateSnapshotCommand.d.ts +4 -9
  19. package/dist-types/ts3.4/commands/CreateStorageVirtualMachineCommand.d.ts +4 -6
  20. package/dist-types/ts3.4/commands/CreateVolumeCommand.d.ts +3 -5
  21. package/dist-types/ts3.4/commands/CreateVolumeFromBackupCommand.d.ts +5 -10
  22. package/dist-types/ts3.4/commands/DeleteBackupCommand.d.ts +3 -5
  23. package/dist-types/ts3.4/commands/DeleteDataRepositoryAssociationCommand.d.ts +4 -6
  24. package/dist-types/ts3.4/commands/DeleteFileCacheCommand.d.ts +4 -9
  25. package/dist-types/ts3.4/commands/DeleteFileSystemCommand.d.ts +4 -9
  26. package/dist-types/ts3.4/commands/DeleteSnapshotCommand.d.ts +4 -9
  27. package/dist-types/ts3.4/commands/DeleteStorageVirtualMachineCommand.d.ts +4 -6
  28. package/dist-types/ts3.4/commands/DeleteVolumeCommand.d.ts +3 -5
  29. package/dist-types/ts3.4/commands/DescribeBackupsCommand.d.ts +3 -8
  30. package/dist-types/ts3.4/commands/DescribeDataRepositoryAssociationsCommand.d.ts +3 -5
  31. package/dist-types/ts3.4/commands/DescribeDataRepositoryTasksCommand.d.ts +3 -5
  32. package/dist-types/ts3.4/commands/DescribeFileCachesCommand.d.ts +4 -9
  33. package/dist-types/ts3.4/commands/DescribeFileSystemAliasesCommand.d.ts +4 -6
  34. package/dist-types/ts3.4/commands/DescribeFileSystemsCommand.d.ts +4 -9
  35. package/dist-types/ts3.4/commands/DescribeS3AccessPointAttachmentsCommand.d.ts +3 -5
  36. package/dist-types/ts3.4/commands/DescribeSharedVpcConfigurationCommand.d.ts +3 -5
  37. package/dist-types/ts3.4/commands/DescribeSnapshotsCommand.d.ts +4 -9
  38. package/dist-types/ts3.4/commands/DescribeStorageVirtualMachinesCommand.d.ts +3 -5
  39. package/dist-types/ts3.4/commands/DescribeVolumesCommand.d.ts +3 -8
  40. package/dist-types/ts3.4/commands/DetachAndDeleteS3AccessPointCommand.d.ts +4 -6
  41. package/dist-types/ts3.4/commands/DisassociateFileSystemAliasesCommand.d.ts +4 -6
  42. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
  43. package/dist-types/ts3.4/commands/ReleaseFileSystemNfsV3LocksCommand.d.ts +4 -6
  44. package/dist-types/ts3.4/commands/RestoreVolumeFromSnapshotCommand.d.ts +4 -6
  45. package/dist-types/ts3.4/commands/StartMisconfiguredStateRecoveryCommand.d.ts +4 -6
  46. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -5
  47. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +4 -9
  48. package/dist-types/ts3.4/commands/UpdateDataRepositoryAssociationCommand.d.ts +4 -6
  49. package/dist-types/ts3.4/commands/UpdateFileCacheCommand.d.ts +4 -9
  50. package/dist-types/ts3.4/commands/UpdateFileSystemCommand.d.ts +4 -9
  51. package/dist-types/ts3.4/commands/UpdateSharedVpcConfigurationCommand.d.ts +3 -5
  52. package/dist-types/ts3.4/commands/UpdateSnapshotCommand.d.ts +4 -9
  53. package/dist-types/ts3.4/commands/UpdateStorageVirtualMachineCommand.d.ts +4 -6
  54. package/dist-types/ts3.4/commands/UpdateVolumeCommand.d.ts +3 -5
  55. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
  56. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
  57. package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
  58. package/dist-types/ts3.4/models/enums.d.ts +22 -44
  59. package/dist-types/ts3.4/models/errors.d.ts +25 -84
  60. package/dist-types/ts3.4/models/models_0.d.ts +13 -39
  61. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
  62. package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
  63. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
  64. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
  65. package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
  66. package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
  67. package/package.json +38 -38
package/dist-cjs/index.js CHANGED
@@ -69,7 +69,7 @@ const commonParams = {
69
69
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
70
70
  };
71
71
 
72
- var version = "3.1086.0";
72
+ var version = "3.1088.0";
73
73
  var packageInfo = {
74
74
  version: version};
75
75