@aws-sdk/client-fsx 3.934.0 → 3.936.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 +398 -389
- package/dist-es/index.js +2 -1
- package/dist-es/models/enums.js +386 -0
- package/dist-es/models/errors.js +595 -0
- package/dist-es/models/models_0.js +1 -981
- package/dist-es/schemas/schemas_0.js +12 -4
- package/dist-types/commands/CopyBackupCommand.d.ts +9 -2
- package/dist-types/commands/CopySnapshotAndUpdateVolumeCommand.d.ts +8 -0
- package/dist-types/commands/CreateBackupCommand.d.ts +9 -2
- package/dist-types/commands/CreateFileSystemCommand.d.ts +13 -2
- package/dist-types/commands/CreateFileSystemFromBackupCommand.d.ts +13 -2
- package/dist-types/commands/CreateSnapshotCommand.d.ts +9 -2
- package/dist-types/commands/CreateVolumeCommand.d.ts +9 -2
- package/dist-types/commands/CreateVolumeFromBackupCommand.d.ts +9 -2
- package/dist-types/commands/DescribeBackupsCommand.d.ts +9 -2
- package/dist-types/commands/DescribeFileSystemsCommand.d.ts +9 -2
- package/dist-types/commands/DescribeSnapshotsCommand.d.ts +9 -2
- package/dist-types/commands/DescribeVolumesCommand.d.ts +9 -2
- package/dist-types/commands/ReleaseFileSystemNfsV3LocksCommand.d.ts +9 -2
- package/dist-types/commands/RestoreVolumeFromSnapshotCommand.d.ts +8 -0
- package/dist-types/commands/StartMisconfiguredStateRecoveryCommand.d.ts +9 -2
- package/dist-types/commands/UpdateFileSystemCommand.d.ts +13 -2
- package/dist-types/commands/UpdateSnapshotCommand.d.ts +9 -2
- package/dist-types/commands/UpdateVolumeCommand.d.ts +9 -2
- package/dist-types/index.d.ts +3 -1
- package/dist-types/models/enums.d.ts +938 -0
- package/dist-types/models/errors.d.ts +782 -0
- package/dist-types/models/models_0.d.ts +415 -1761
- package/dist-types/schemas/schemas_0.d.ts +1 -0
- package/dist-types/ts3.4/commands/CopyBackupCommand.d.ts +1 -2
- package/dist-types/ts3.4/commands/CreateBackupCommand.d.ts +1 -2
- package/dist-types/ts3.4/commands/CreateFileSystemCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/CreateFileSystemFromBackupCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/CreateSnapshotCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/CreateVolumeCommand.d.ts +1 -2
- package/dist-types/ts3.4/commands/CreateVolumeFromBackupCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeBackupsCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeFileSystemsCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeSnapshotsCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeVolumesCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/ReleaseFileSystemNfsV3LocksCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/StartMisconfiguredStateRecoveryCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/UpdateFileSystemCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/UpdateSnapshotCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/UpdateVolumeCommand.d.ts +1 -2
- package/dist-types/ts3.4/index.d.ts +3 -1
- package/dist-types/ts3.4/models/enums.d.ts +507 -0
- package/dist-types/ts3.4/models/errors.d.ts +319 -0
- package/dist-types/ts3.4/models/models_0.d.ts +147 -825
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -0
- package/package.json +19 -19
- package/dist-es/models/index.js +0 -2
- package/dist-es/models/models_1.js +0 -1
- package/dist-types/models/index.d.ts +0 -2
- package/dist-types/models/models_1.d.ts +0 -332
- package/dist-types/ts3.4/models/index.d.ts +0 -2
- 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",
|
package/dist-types/index.d.ts
CHANGED
|
@@ -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";
|