@aws-sdk/client-fsx 3.835.0 → 3.839.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 (84) hide show
  1. package/README.md +24 -0
  2. package/dist-cjs/index.js +470 -66
  3. package/dist-es/FSx.js +6 -0
  4. package/dist-es/commands/CopyBackupCommand.js +1 -1
  5. package/dist-es/commands/CreateAndAttachS3AccessPointCommand.js +22 -0
  6. package/dist-es/commands/CreateBackupCommand.js +1 -1
  7. package/dist-es/commands/CreateFileSystemCommand.js +2 -1
  8. package/dist-es/commands/CreateSnapshotCommand.js +1 -1
  9. package/dist-es/commands/CreateVolumeCommand.js +1 -1
  10. package/dist-es/commands/CreateVolumeFromBackupCommand.js +1 -1
  11. package/dist-es/commands/DescribeBackupsCommand.js +1 -1
  12. package/dist-es/commands/DescribeFileSystemsCommand.js +1 -1
  13. package/dist-es/commands/DescribeS3AccessPointAttachmentsCommand.js +22 -0
  14. package/dist-es/commands/DescribeSnapshotsCommand.js +1 -1
  15. package/dist-es/commands/DescribeVolumesCommand.js +1 -1
  16. package/dist-es/commands/DetachAndDeleteS3AccessPointCommand.js +22 -0
  17. package/dist-es/commands/ReleaseFileSystemNfsV3LocksCommand.js +1 -1
  18. package/dist-es/commands/StartMisconfiguredStateRecoveryCommand.js +1 -1
  19. package/dist-es/commands/UpdateFileSystemCommand.js +2 -1
  20. package/dist-es/commands/UpdateSnapshotCommand.js +1 -1
  21. package/dist-es/commands/UpdateVolumeCommand.js +1 -1
  22. package/dist-es/commands/index.js +3 -0
  23. package/dist-es/models/index.js +1 -0
  24. package/dist-es/models/models_0.js +100 -61
  25. package/dist-es/models/models_1.js +58 -0
  26. package/dist-es/pagination/DescribeS3AccessPointAttachmentsPaginator.js +4 -0
  27. package/dist-es/pagination/index.js +1 -0
  28. package/dist-es/protocols/Aws_json1_1.js +166 -4
  29. package/dist-types/FSx.d.ts +22 -0
  30. package/dist-types/FSxClient.d.ts +5 -2
  31. package/dist-types/commands/CopyBackupCommand.d.ts +2 -1
  32. package/dist-types/commands/CreateAndAttachS3AccessPointCommand.d.ts +196 -0
  33. package/dist-types/commands/CreateBackupCommand.d.ts +2 -1
  34. package/dist-types/commands/CreateFileSystemCommand.d.ts +2 -1
  35. package/dist-types/commands/CreateSnapshotCommand.d.ts +2 -1
  36. package/dist-types/commands/CreateVolumeCommand.d.ts +2 -1
  37. package/dist-types/commands/CreateVolumeFromBackupCommand.d.ts +2 -1
  38. package/dist-types/commands/DeleteFileSystemCommand.d.ts +6 -0
  39. package/dist-types/commands/DescribeBackupsCommand.d.ts +2 -1
  40. package/dist-types/commands/DescribeFileSystemsCommand.d.ts +2 -1
  41. package/dist-types/commands/DescribeS3AccessPointAttachmentsCommand.d.ts +135 -0
  42. package/dist-types/commands/DescribeSnapshotsCommand.d.ts +2 -1
  43. package/dist-types/commands/DescribeVolumesCommand.d.ts +2 -1
  44. package/dist-types/commands/DetachAndDeleteS3AccessPointCommand.d.ts +104 -0
  45. package/dist-types/commands/ReleaseFileSystemNfsV3LocksCommand.d.ts +2 -1
  46. package/dist-types/commands/StartMisconfiguredStateRecoveryCommand.d.ts +2 -1
  47. package/dist-types/commands/UpdateFileSystemCommand.d.ts +2 -1
  48. package/dist-types/commands/UpdateSnapshotCommand.d.ts +2 -1
  49. package/dist-types/commands/UpdateVolumeCommand.d.ts +2 -1
  50. package/dist-types/commands/index.d.ts +3 -0
  51. package/dist-types/models/index.d.ts +1 -0
  52. package/dist-types/models/models_0.d.ts +2132 -2044
  53. package/dist-types/models/models_1.d.ts +384 -0
  54. package/dist-types/pagination/DescribeS3AccessPointAttachmentsPaginator.d.ts +7 -0
  55. package/dist-types/pagination/index.d.ts +1 -0
  56. package/dist-types/protocols/Aws_json1_1.d.ts +27 -0
  57. package/dist-types/ts3.4/FSx.d.ts +52 -0
  58. package/dist-types/ts3.4/FSxClient.d.ts +18 -0
  59. package/dist-types/ts3.4/commands/CopyBackupCommand.d.ts +2 -1
  60. package/dist-types/ts3.4/commands/CreateAndAttachS3AccessPointCommand.d.ts +51 -0
  61. package/dist-types/ts3.4/commands/CreateBackupCommand.d.ts +2 -1
  62. package/dist-types/ts3.4/commands/CreateFileSystemCommand.d.ts +2 -4
  63. package/dist-types/ts3.4/commands/CreateSnapshotCommand.d.ts +2 -4
  64. package/dist-types/ts3.4/commands/CreateVolumeCommand.d.ts +2 -1
  65. package/dist-types/ts3.4/commands/CreateVolumeFromBackupCommand.d.ts +2 -4
  66. package/dist-types/ts3.4/commands/DescribeBackupsCommand.d.ts +2 -4
  67. package/dist-types/ts3.4/commands/DescribeFileSystemsCommand.d.ts +2 -4
  68. package/dist-types/ts3.4/commands/DescribeS3AccessPointAttachmentsCommand.d.ts +51 -0
  69. package/dist-types/ts3.4/commands/DescribeSnapshotsCommand.d.ts +2 -4
  70. package/dist-types/ts3.4/commands/DescribeVolumesCommand.d.ts +2 -4
  71. package/dist-types/ts3.4/commands/DetachAndDeleteS3AccessPointCommand.d.ts +51 -0
  72. package/dist-types/ts3.4/commands/ReleaseFileSystemNfsV3LocksCommand.d.ts +2 -4
  73. package/dist-types/ts3.4/commands/StartMisconfiguredStateRecoveryCommand.d.ts +2 -4
  74. package/dist-types/ts3.4/commands/UpdateFileSystemCommand.d.ts +2 -4
  75. package/dist-types/ts3.4/commands/UpdateSnapshotCommand.d.ts +2 -4
  76. package/dist-types/ts3.4/commands/UpdateVolumeCommand.d.ts +2 -1
  77. package/dist-types/ts3.4/commands/index.d.ts +3 -0
  78. package/dist-types/ts3.4/models/index.d.ts +1 -0
  79. package/dist-types/ts3.4/models/models_0.d.ts +147 -120
  80. package/dist-types/ts3.4/models/models_1.d.ts +125 -0
  81. package/dist-types/ts3.4/pagination/DescribeS3AccessPointAttachmentsPaginator.d.ts +11 -0
  82. package/dist-types/ts3.4/pagination/index.d.ts +1 -0
  83. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +36 -0
  84. package/package.json +11 -11

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.