@aws-sdk/client-fsx 3.934.0 → 3.935.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 (57) hide show
  1. package/dist-cjs/index.js +398 -389
  2. package/dist-es/index.js +2 -1
  3. package/dist-es/models/enums.js +386 -0
  4. package/dist-es/models/errors.js +595 -0
  5. package/dist-es/models/models_0.js +1 -981
  6. package/dist-es/schemas/schemas_0.js +12 -4
  7. package/dist-types/commands/CopyBackupCommand.d.ts +9 -2
  8. package/dist-types/commands/CopySnapshotAndUpdateVolumeCommand.d.ts +8 -0
  9. package/dist-types/commands/CreateBackupCommand.d.ts +9 -2
  10. package/dist-types/commands/CreateFileSystemCommand.d.ts +13 -2
  11. package/dist-types/commands/CreateFileSystemFromBackupCommand.d.ts +13 -2
  12. package/dist-types/commands/CreateSnapshotCommand.d.ts +9 -2
  13. package/dist-types/commands/CreateVolumeCommand.d.ts +9 -2
  14. package/dist-types/commands/CreateVolumeFromBackupCommand.d.ts +9 -2
  15. package/dist-types/commands/DescribeBackupsCommand.d.ts +9 -2
  16. package/dist-types/commands/DescribeFileSystemsCommand.d.ts +9 -2
  17. package/dist-types/commands/DescribeSnapshotsCommand.d.ts +9 -2
  18. package/dist-types/commands/DescribeVolumesCommand.d.ts +9 -2
  19. package/dist-types/commands/ReleaseFileSystemNfsV3LocksCommand.d.ts +9 -2
  20. package/dist-types/commands/RestoreVolumeFromSnapshotCommand.d.ts +8 -0
  21. package/dist-types/commands/StartMisconfiguredStateRecoveryCommand.d.ts +9 -2
  22. package/dist-types/commands/UpdateFileSystemCommand.d.ts +13 -2
  23. package/dist-types/commands/UpdateSnapshotCommand.d.ts +9 -2
  24. package/dist-types/commands/UpdateVolumeCommand.d.ts +9 -2
  25. package/dist-types/index.d.ts +3 -1
  26. package/dist-types/models/enums.d.ts +938 -0
  27. package/dist-types/models/errors.d.ts +782 -0
  28. package/dist-types/models/models_0.d.ts +415 -1761
  29. package/dist-types/schemas/schemas_0.d.ts +1 -0
  30. package/dist-types/ts3.4/commands/CopyBackupCommand.d.ts +1 -2
  31. package/dist-types/ts3.4/commands/CreateBackupCommand.d.ts +1 -2
  32. package/dist-types/ts3.4/commands/CreateFileSystemCommand.d.ts +4 -2
  33. package/dist-types/ts3.4/commands/CreateFileSystemFromBackupCommand.d.ts +4 -2
  34. package/dist-types/ts3.4/commands/CreateSnapshotCommand.d.ts +4 -2
  35. package/dist-types/ts3.4/commands/CreateVolumeCommand.d.ts +1 -2
  36. package/dist-types/ts3.4/commands/CreateVolumeFromBackupCommand.d.ts +4 -2
  37. package/dist-types/ts3.4/commands/DescribeBackupsCommand.d.ts +4 -2
  38. package/dist-types/ts3.4/commands/DescribeFileSystemsCommand.d.ts +4 -2
  39. package/dist-types/ts3.4/commands/DescribeSnapshotsCommand.d.ts +4 -2
  40. package/dist-types/ts3.4/commands/DescribeVolumesCommand.d.ts +4 -2
  41. package/dist-types/ts3.4/commands/ReleaseFileSystemNfsV3LocksCommand.d.ts +4 -2
  42. package/dist-types/ts3.4/commands/StartMisconfiguredStateRecoveryCommand.d.ts +4 -2
  43. package/dist-types/ts3.4/commands/UpdateFileSystemCommand.d.ts +4 -2
  44. package/dist-types/ts3.4/commands/UpdateSnapshotCommand.d.ts +4 -2
  45. package/dist-types/ts3.4/commands/UpdateVolumeCommand.d.ts +1 -2
  46. package/dist-types/ts3.4/index.d.ts +3 -1
  47. package/dist-types/ts3.4/models/enums.d.ts +507 -0
  48. package/dist-types/ts3.4/models/errors.d.ts +319 -0
  49. package/dist-types/ts3.4/models/models_0.d.ts +147 -825
  50. package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -0
  51. package/package.json +12 -12
  52. package/dist-es/models/index.js +0 -2
  53. package/dist-es/models/models_1.js +0 -1
  54. package/dist-types/models/index.d.ts +0 -2
  55. package/dist-types/models/models_1.d.ts +0 -332
  56. package/dist-types/ts3.4/models/index.d.ts +0 -2
  57. package/dist-types/ts3.4/models/models_1.d.ts +0 -82
@@ -1,8 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FSxClient";
4
- import { UpdateSnapshotRequest } from "../models/models_0";
5
- import { UpdateSnapshotResponse } from "../models/models_1";
4
+ import { UpdateSnapshotRequest, UpdateSnapshotResponse } from "../models/models_0";
6
5
  /**
7
6
  * @public
8
7
  */
@@ -134,6 +133,10 @@ declare const UpdateSnapshotCommand_base: {
134
133
  * // Iops: Number("long"),
135
134
  * // },
136
135
  * // PreferredFileServerIpv6: "STRING_VALUE",
136
+ * // FsrmConfiguration: { // WindowsFsrmConfiguration
137
+ * // FsrmServiceEnabled: true || false, // required
138
+ * // EventLogDestination: "STRING_VALUE",
139
+ * // },
137
140
  * // },
138
141
  * // LustreConfiguration: { // LustreFileSystemConfiguration
139
142
  * // WeeklyMaintenanceStartTime: "STRING_VALUE",
@@ -244,6 +247,10 @@ declare const UpdateSnapshotCommand_base: {
244
247
  * // Iops: Number("long"),
245
248
  * // },
246
249
  * // PreferredFileServerIpv6: "STRING_VALUE",
250
+ * // FsrmConfiguration: {
251
+ * // FsrmServiceEnabled: true || false, // required
252
+ * // EventLogDestination: "STRING_VALUE",
253
+ * // },
247
254
  * // },
248
255
  * // LustreConfiguration: {
249
256
  * // WeeklyMaintenanceStartTime: "STRING_VALUE",
@@ -1,8 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FSxClient";
4
- import { UpdateVolumeRequest } from "../models/models_0";
5
- import { UpdateVolumeResponse } from "../models/models_1";
4
+ import { UpdateVolumeRequest, UpdateVolumeResponse } from "../models/models_0";
6
5
  /**
7
6
  * @public
8
7
  */
@@ -246,6 +245,10 @@ declare const UpdateVolumeCommand_base: {
246
245
  * // Iops: Number("long"),
247
246
  * // },
248
247
  * // PreferredFileServerIpv6: "STRING_VALUE",
248
+ * // FsrmConfiguration: { // WindowsFsrmConfiguration
249
+ * // FsrmServiceEnabled: true || false, // required
250
+ * // EventLogDestination: "STRING_VALUE",
251
+ * // },
249
252
  * // },
250
253
  * // LustreConfiguration: { // LustreFileSystemConfiguration
251
254
  * // WeeklyMaintenanceStartTime: "STRING_VALUE",
@@ -356,6 +359,10 @@ declare const UpdateVolumeCommand_base: {
356
359
  * // Iops: Number("long"),
357
360
  * // },
358
361
  * // PreferredFileServerIpv6: "STRING_VALUE",
362
+ * // FsrmConfiguration: {
363
+ * // FsrmServiceEnabled: true || false, // required
364
+ * // EventLogDestination: "STRING_VALUE",
365
+ * // },
359
366
  * // },
360
367
  * // LustreConfiguration: {
361
368
  * // WeeklyMaintenanceStartTime: "STRING_VALUE",
@@ -11,5 +11,7 @@ export type { RuntimeExtension } from "./runtimeExtensions";
11
11
  export type { FSxExtensionConfiguration } from "./extensionConfiguration";
12
12
  export * from "./commands";
13
13
  export * from "./pagination";
14
- export * from "./models";
14
+ export * from "./models/enums";
15
+ export * from "./models/errors";
16
+ export type * from "./models/models_0";
15
17
  export { FSxServiceException } from "./models/FSxServiceException";