@aws-sdk/client-fsx 3.933.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.
- 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 +12 -12
- 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
|
@@ -224,6 +224,7 @@ const _EIA = "EndpointIpAddress";
|
|
|
224
224
|
const _EIAR = "EndpointIpAddressRange";
|
|
225
225
|
const _EIARn = "EndpointIpv6AddressRange";
|
|
226
226
|
const _EIAn = "EndpointIpv6Address";
|
|
227
|
+
const _ELD = "EventLogDestination";
|
|
227
228
|
const _EP = "ExportPath";
|
|
228
229
|
const _ET = "EndTime";
|
|
229
230
|
const _En = "Enabled";
|
|
@@ -250,12 +251,14 @@ const _FCT = "FileCacheType";
|
|
|
250
251
|
const _FCTV = "FileCacheTypeVersion";
|
|
251
252
|
const _FCa = "FailedCount";
|
|
252
253
|
const _FCi = "FileCaches";
|
|
254
|
+
const _FCs = "FsrmConfiguration";
|
|
253
255
|
const _FD = "FailureDetails";
|
|
254
256
|
const _FS = "FileSystem";
|
|
255
257
|
const _FSAALL = "FileShareAccessAuditLogLevel";
|
|
256
258
|
const _FSAG = "FileSystemAdministratorsGroup";
|
|
257
259
|
const _FSE = "FileSystemEndpoint";
|
|
258
260
|
const _FSEi = "FileSystemEndpoints";
|
|
261
|
+
const _FSEs = "FsrmServiceEnabled";
|
|
259
262
|
const _FSFD = "FileSystemFailureDetails";
|
|
260
263
|
const _FSI = "FileSystemId";
|
|
261
264
|
const _FSIi = "FileSystemIdentity";
|
|
@@ -547,6 +550,7 @@ const _Vol = "Volumes";
|
|
|
547
550
|
const _WALC = "WindowsAuditLogConfiguration";
|
|
548
551
|
const _WALCC = "WindowsAuditLogCreateConfiguration";
|
|
549
552
|
const _WC = "WindowsConfiguration";
|
|
553
|
+
const _WFC = "WindowsFsrmConfiguration";
|
|
550
554
|
const _WFSC = "WindowsFileSystemConfiguration";
|
|
551
555
|
const _WMST = "WeeklyMaintenanceStartTime";
|
|
552
556
|
const _WR = "WindowsResponse";
|
|
@@ -558,8 +562,8 @@ const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.fsx";
|
|
|
558
562
|
const _xN = "xmlName";
|
|
559
563
|
const n0 = "com.amazonaws.fsx";
|
|
560
564
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
565
|
+
import { AccessPointAlreadyOwnedByYou as __AccessPointAlreadyOwnedByYou, ActiveDirectoryError as __ActiveDirectoryError, BackupBeingCopied as __BackupBeingCopied, BackupInProgress as __BackupInProgress, BackupNotFound as __BackupNotFound, BackupRestoring as __BackupRestoring, BadRequest as __BadRequest, DataRepositoryAssociationNotFound as __DataRepositoryAssociationNotFound, DataRepositoryTaskEnded as __DataRepositoryTaskEnded, DataRepositoryTaskExecuting as __DataRepositoryTaskExecuting, DataRepositoryTaskNotFound as __DataRepositoryTaskNotFound, FileCacheNotFound as __FileCacheNotFound, FileSystemNotFound as __FileSystemNotFound, IncompatibleParameterError as __IncompatibleParameterError, IncompatibleRegionForMultiAZ as __IncompatibleRegionForMultiAZ, InternalServerError as __InternalServerError, InvalidAccessPoint as __InvalidAccessPoint, InvalidDataRepositoryType as __InvalidDataRepositoryType, InvalidDestinationKmsKey as __InvalidDestinationKmsKey, InvalidExportPath as __InvalidExportPath, InvalidImportPath as __InvalidImportPath, InvalidNetworkSettings as __InvalidNetworkSettings, InvalidPerUnitStorageThroughput as __InvalidPerUnitStorageThroughput, InvalidRegion as __InvalidRegion, InvalidRequest as __InvalidRequest, InvalidSourceKmsKey as __InvalidSourceKmsKey, MissingFileCacheConfiguration as __MissingFileCacheConfiguration, MissingFileSystemConfiguration as __MissingFileSystemConfiguration, MissingVolumeConfiguration as __MissingVolumeConfiguration, NotServiceResourceError as __NotServiceResourceError, ResourceDoesNotSupportTagging as __ResourceDoesNotSupportTagging, ResourceNotFound as __ResourceNotFound, S3AccessPointAttachmentNotFound as __S3AccessPointAttachmentNotFound, ServiceLimitExceeded as __ServiceLimitExceeded, SnapshotNotFound as __SnapshotNotFound, SourceBackupUnavailable as __SourceBackupUnavailable, StorageVirtualMachineNotFound as __StorageVirtualMachineNotFound, TooManyAccessPoints as __TooManyAccessPoints, UnsupportedOperation as __UnsupportedOperation, VolumeNotFound as __VolumeNotFound, } from "../models/errors";
|
|
561
566
|
import { FSxServiceException as __FSxServiceException } from "../models/FSxServiceException";
|
|
562
|
-
import { AccessPointAlreadyOwnedByYou as __AccessPointAlreadyOwnedByYou, ActiveDirectoryError as __ActiveDirectoryError, BackupBeingCopied as __BackupBeingCopied, BackupInProgress as __BackupInProgress, BackupNotFound as __BackupNotFound, BackupRestoring as __BackupRestoring, BadRequest as __BadRequest, DataRepositoryAssociationNotFound as __DataRepositoryAssociationNotFound, DataRepositoryTaskEnded as __DataRepositoryTaskEnded, DataRepositoryTaskExecuting as __DataRepositoryTaskExecuting, DataRepositoryTaskNotFound as __DataRepositoryTaskNotFound, FileCacheNotFound as __FileCacheNotFound, FileSystemNotFound as __FileSystemNotFound, IncompatibleParameterError as __IncompatibleParameterError, IncompatibleRegionForMultiAZ as __IncompatibleRegionForMultiAZ, InternalServerError as __InternalServerError, InvalidAccessPoint as __InvalidAccessPoint, InvalidDataRepositoryType as __InvalidDataRepositoryType, InvalidDestinationKmsKey as __InvalidDestinationKmsKey, InvalidExportPath as __InvalidExportPath, InvalidImportPath as __InvalidImportPath, InvalidNetworkSettings as __InvalidNetworkSettings, InvalidPerUnitStorageThroughput as __InvalidPerUnitStorageThroughput, InvalidRegion as __InvalidRegion, InvalidRequest as __InvalidRequest, InvalidSourceKmsKey as __InvalidSourceKmsKey, MissingFileCacheConfiguration as __MissingFileCacheConfiguration, MissingFileSystemConfiguration as __MissingFileSystemConfiguration, MissingVolumeConfiguration as __MissingVolumeConfiguration, NotServiceResourceError as __NotServiceResourceError, ResourceDoesNotSupportTagging as __ResourceDoesNotSupportTagging, ResourceNotFound as __ResourceNotFound, S3AccessPointAttachmentNotFound as __S3AccessPointAttachmentNotFound, ServiceLimitExceeded as __ServiceLimitExceeded, SnapshotNotFound as __SnapshotNotFound, SourceBackupUnavailable as __SourceBackupUnavailable, StorageVirtualMachineNotFound as __StorageVirtualMachineNotFound, TooManyAccessPoints as __TooManyAccessPoints, UnsupportedOperation as __UnsupportedOperation, VolumeNotFound as __VolumeNotFound, } from "../models/index";
|
|
563
567
|
export var AdminPassword = [0, n0, _AP, 8, 0];
|
|
564
568
|
export var DirectoryPassword = [0, n0, _DP, 8, 0];
|
|
565
569
|
export var AccessPointAlreadyOwnedByYou = [
|
|
@@ -947,7 +951,7 @@ export var CreateFileSystemWindowsConfiguration = [
|
|
|
947
951
|
n0,
|
|
948
952
|
_CFSWC,
|
|
949
953
|
0,
|
|
950
|
-
[_ADI, _SMADC, _DT, _PSI, _TCh, _WMST, _DABST, _ABRD, _CTTB, _Ali, _ALC, _DIC],
|
|
954
|
+
[_ADI, _SMADC, _DT, _PSI, _TCh, _WMST, _DABST, _ABRD, _CTTB, _Ali, _ALC, _DIC, _FCs],
|
|
951
955
|
[
|
|
952
956
|
0,
|
|
953
957
|
[() => SelfManagedActiveDirectoryConfiguration, 0],
|
|
@@ -961,6 +965,7 @@ export var CreateFileSystemWindowsConfiguration = [
|
|
|
961
965
|
64 | 0,
|
|
962
966
|
() => WindowsAuditLogCreateConfiguration,
|
|
963
967
|
() => DiskIopsConfiguration,
|
|
968
|
+
() => WindowsFsrmConfiguration,
|
|
964
969
|
],
|
|
965
970
|
];
|
|
966
971
|
export var CreateOntapVolumeConfiguration = [
|
|
@@ -2292,7 +2297,7 @@ export var UpdateFileSystemWindowsConfiguration = [
|
|
|
2292
2297
|
n0,
|
|
2293
2298
|
_UFSWC,
|
|
2294
2299
|
0,
|
|
2295
|
-
[_WMST, _DABST, _ABRD, _TCh, _SMADC, _ALC, _DIC],
|
|
2300
|
+
[_WMST, _DABST, _ABRD, _TCh, _SMADC, _ALC, _DIC, _FCs],
|
|
2296
2301
|
[
|
|
2297
2302
|
0,
|
|
2298
2303
|
0,
|
|
@@ -2301,6 +2306,7 @@ export var UpdateFileSystemWindowsConfiguration = [
|
|
|
2301
2306
|
[() => SelfManagedActiveDirectoryConfigurationUpdates, 0],
|
|
2302
2307
|
() => WindowsAuditLogCreateConfiguration,
|
|
2303
2308
|
() => DiskIopsConfiguration,
|
|
2309
|
+
() => WindowsFsrmConfiguration,
|
|
2304
2310
|
],
|
|
2305
2311
|
];
|
|
2306
2312
|
export var UpdateOntapVolumeConfiguration = [
|
|
@@ -2418,7 +2424,7 @@ export var WindowsFileSystemConfiguration = [
|
|
|
2418
2424
|
n0,
|
|
2419
2425
|
_WFSC,
|
|
2420
2426
|
0,
|
|
2421
|
-
[_ADI, _SMADC, _DT, _RAE, _PSI, _PFSI, _TCh, _MOIP, _WMST, _DABST, _ABRD, _CTTB, _Ali, _ALC, _DIC, _PFSIr],
|
|
2427
|
+
[_ADI, _SMADC, _DT, _RAE, _PSI, _PFSI, _TCh, _MOIP, _WMST, _DABST, _ABRD, _CTTB, _Ali, _ALC, _DIC, _PFSIr, _FCs],
|
|
2422
2428
|
[
|
|
2423
2429
|
0,
|
|
2424
2430
|
() => SelfManagedActiveDirectoryAttributes,
|
|
@@ -2436,8 +2442,10 @@ export var WindowsFileSystemConfiguration = [
|
|
|
2436
2442
|
() => WindowsAuditLogConfiguration,
|
|
2437
2443
|
() => DiskIopsConfiguration,
|
|
2438
2444
|
0,
|
|
2445
|
+
() => WindowsFsrmConfiguration,
|
|
2439
2446
|
],
|
|
2440
2447
|
];
|
|
2448
|
+
export var WindowsFsrmConfiguration = [3, n0, _WFC, 0, [_FSEs, _ELD], [2, 0]];
|
|
2441
2449
|
export var __Unit = "unit";
|
|
2442
2450
|
export var FSxServiceException = [-3, _sm, "FSxServiceException", 0, [], []];
|
|
2443
2451
|
TypeRegistry.for(_sm).registerError(FSxServiceException, __FSxServiceException);
|
|
@@ -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 { CopyBackupRequest } from "../models/models_0";
|
|
5
|
-
import { CopyBackupResponse } from "../models/models_1";
|
|
4
|
+
import { CopyBackupRequest, CopyBackupResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
7
6
|
* @public
|
|
8
7
|
*/
|
|
@@ -157,6 +156,10 @@ declare const CopyBackupCommand_base: {
|
|
|
157
156
|
* // Iops: Number("long"),
|
|
158
157
|
* // },
|
|
159
158
|
* // PreferredFileServerIpv6: "STRING_VALUE",
|
|
159
|
+
* // FsrmConfiguration: { // WindowsFsrmConfiguration
|
|
160
|
+
* // FsrmServiceEnabled: true || false, // required
|
|
161
|
+
* // EventLogDestination: "STRING_VALUE",
|
|
162
|
+
* // },
|
|
160
163
|
* // },
|
|
161
164
|
* // LustreConfiguration: { // LustreFileSystemConfiguration
|
|
162
165
|
* // WeeklyMaintenanceStartTime: "STRING_VALUE",
|
|
@@ -267,6 +270,10 @@ declare const CopyBackupCommand_base: {
|
|
|
267
270
|
* // Iops: Number("long"),
|
|
268
271
|
* // },
|
|
269
272
|
* // PreferredFileServerIpv6: "STRING_VALUE",
|
|
273
|
+
* // FsrmConfiguration: {
|
|
274
|
+
* // FsrmServiceEnabled: true || false, // required
|
|
275
|
+
* // EventLogDestination: "STRING_VALUE",
|
|
276
|
+
* // },
|
|
270
277
|
* // },
|
|
271
278
|
* // LustreConfiguration: {
|
|
272
279
|
* // WeeklyMaintenanceStartTime: "STRING_VALUE",
|
|
@@ -124,6 +124,10 @@ declare const CopySnapshotAndUpdateVolumeCommand_base: {
|
|
|
124
124
|
* // Iops: Number("long"),
|
|
125
125
|
* // },
|
|
126
126
|
* // PreferredFileServerIpv6: "STRING_VALUE",
|
|
127
|
+
* // FsrmConfiguration: { // WindowsFsrmConfiguration
|
|
128
|
+
* // FsrmServiceEnabled: true || false, // required
|
|
129
|
+
* // EventLogDestination: "STRING_VALUE",
|
|
130
|
+
* // },
|
|
127
131
|
* // },
|
|
128
132
|
* // LustreConfiguration: { // LustreFileSystemConfiguration
|
|
129
133
|
* // WeeklyMaintenanceStartTime: "STRING_VALUE",
|
|
@@ -239,6 +243,10 @@ declare const CopySnapshotAndUpdateVolumeCommand_base: {
|
|
|
239
243
|
* // Iops: Number("long"),
|
|
240
244
|
* // },
|
|
241
245
|
* // PreferredFileServerIpv6: "STRING_VALUE",
|
|
246
|
+
* // FsrmConfiguration: {
|
|
247
|
+
* // FsrmServiceEnabled: true || false, // required
|
|
248
|
+
* // EventLogDestination: "STRING_VALUE",
|
|
249
|
+
* // },
|
|
242
250
|
* // },
|
|
243
251
|
* // LustreConfiguration: {
|
|
244
252
|
* // 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 { CreateBackupRequest } from "../models/models_0";
|
|
5
|
-
import { CreateBackupResponse } from "../models/models_1";
|
|
4
|
+
import { CreateBackupRequest, CreateBackupResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
7
6
|
* @public
|
|
8
7
|
*/
|
|
@@ -190,6 +189,10 @@ declare const CreateBackupCommand_base: {
|
|
|
190
189
|
* // Iops: Number("long"),
|
|
191
190
|
* // },
|
|
192
191
|
* // PreferredFileServerIpv6: "STRING_VALUE",
|
|
192
|
+
* // FsrmConfiguration: { // WindowsFsrmConfiguration
|
|
193
|
+
* // FsrmServiceEnabled: true || false, // required
|
|
194
|
+
* // EventLogDestination: "STRING_VALUE",
|
|
195
|
+
* // },
|
|
193
196
|
* // },
|
|
194
197
|
* // LustreConfiguration: { // LustreFileSystemConfiguration
|
|
195
198
|
* // WeeklyMaintenanceStartTime: "STRING_VALUE",
|
|
@@ -300,6 +303,10 @@ declare const CreateBackupCommand_base: {
|
|
|
300
303
|
* // Iops: Number("long"),
|
|
301
304
|
* // },
|
|
302
305
|
* // PreferredFileServerIpv6: "STRING_VALUE",
|
|
306
|
+
* // FsrmConfiguration: {
|
|
307
|
+
* // FsrmServiceEnabled: true || false, // required
|
|
308
|
+
* // EventLogDestination: "STRING_VALUE",
|
|
309
|
+
* // },
|
|
303
310
|
* // },
|
|
304
311
|
* // LustreConfiguration: {
|
|
305
312
|
* // 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 { CreateFileSystemRequest } from "../models/models_0";
|
|
5
|
-
import { CreateFileSystemResponse } from "../models/models_1";
|
|
4
|
+
import { CreateFileSystemRequest, CreateFileSystemResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
7
6
|
* @public
|
|
8
7
|
*/
|
|
@@ -132,6 +131,10 @@ declare const CreateFileSystemCommand_base: {
|
|
|
132
131
|
* Mode: "AUTOMATIC" || "USER_PROVISIONED",
|
|
133
132
|
* Iops: Number("long"),
|
|
134
133
|
* },
|
|
134
|
+
* FsrmConfiguration: { // WindowsFsrmConfiguration
|
|
135
|
+
* FsrmServiceEnabled: true || false, // required
|
|
136
|
+
* EventLogDestination: "STRING_VALUE",
|
|
137
|
+
* },
|
|
135
138
|
* },
|
|
136
139
|
* LustreConfiguration: { // CreateFileSystemLustreConfiguration
|
|
137
140
|
* WeeklyMaintenanceStartTime: "STRING_VALUE",
|
|
@@ -308,6 +311,10 @@ declare const CreateFileSystemCommand_base: {
|
|
|
308
311
|
* // Iops: Number("long"),
|
|
309
312
|
* // },
|
|
310
313
|
* // PreferredFileServerIpv6: "STRING_VALUE",
|
|
314
|
+
* // FsrmConfiguration: { // WindowsFsrmConfiguration
|
|
315
|
+
* // FsrmServiceEnabled: true || false, // required
|
|
316
|
+
* // EventLogDestination: "STRING_VALUE",
|
|
317
|
+
* // },
|
|
311
318
|
* // },
|
|
312
319
|
* // LustreConfiguration: { // LustreFileSystemConfiguration
|
|
313
320
|
* // WeeklyMaintenanceStartTime: "STRING_VALUE",
|
|
@@ -423,6 +430,10 @@ declare const CreateFileSystemCommand_base: {
|
|
|
423
430
|
* // Iops: Number("long"),
|
|
424
431
|
* // },
|
|
425
432
|
* // PreferredFileServerIpv6: "STRING_VALUE",
|
|
433
|
+
* // FsrmConfiguration: {
|
|
434
|
+
* // FsrmServiceEnabled: true || false, // required
|
|
435
|
+
* // EventLogDestination: "STRING_VALUE",
|
|
436
|
+
* // },
|
|
426
437
|
* // },
|
|
427
438
|
* // LustreConfiguration: {
|
|
428
439
|
* // 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 { CreateFileSystemFromBackupRequest } from "../models/models_0";
|
|
5
|
-
import { CreateFileSystemFromBackupResponse } from "../models/models_1";
|
|
4
|
+
import { CreateFileSystemFromBackupRequest, CreateFileSystemFromBackupResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
7
6
|
* @public
|
|
8
7
|
*/
|
|
@@ -116,6 +115,10 @@ declare const CreateFileSystemFromBackupCommand_base: {
|
|
|
116
115
|
* Mode: "AUTOMATIC" || "USER_PROVISIONED",
|
|
117
116
|
* Iops: Number("long"),
|
|
118
117
|
* },
|
|
118
|
+
* FsrmConfiguration: { // WindowsFsrmConfiguration
|
|
119
|
+
* FsrmServiceEnabled: true || false, // required
|
|
120
|
+
* EventLogDestination: "STRING_VALUE",
|
|
121
|
+
* },
|
|
119
122
|
* },
|
|
120
123
|
* LustreConfiguration: { // CreateFileSystemLustreConfiguration
|
|
121
124
|
* WeeklyMaintenanceStartTime: "STRING_VALUE",
|
|
@@ -275,6 +278,10 @@ declare const CreateFileSystemFromBackupCommand_base: {
|
|
|
275
278
|
* // Iops: Number("long"),
|
|
276
279
|
* // },
|
|
277
280
|
* // PreferredFileServerIpv6: "STRING_VALUE",
|
|
281
|
+
* // FsrmConfiguration: { // WindowsFsrmConfiguration
|
|
282
|
+
* // FsrmServiceEnabled: true || false, // required
|
|
283
|
+
* // EventLogDestination: "STRING_VALUE",
|
|
284
|
+
* // },
|
|
278
285
|
* // },
|
|
279
286
|
* // LustreConfiguration: { // LustreFileSystemConfiguration
|
|
280
287
|
* // WeeklyMaintenanceStartTime: "STRING_VALUE",
|
|
@@ -390,6 +397,10 @@ declare const CreateFileSystemFromBackupCommand_base: {
|
|
|
390
397
|
* // Iops: Number("long"),
|
|
391
398
|
* // },
|
|
392
399
|
* // PreferredFileServerIpv6: "STRING_VALUE",
|
|
400
|
+
* // FsrmConfiguration: {
|
|
401
|
+
* // FsrmServiceEnabled: true || false, // required
|
|
402
|
+
* // EventLogDestination: "STRING_VALUE",
|
|
403
|
+
* // },
|
|
393
404
|
* // },
|
|
394
405
|
* // LustreConfiguration: {
|
|
395
406
|
* // 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 { CreateSnapshotRequest } from "../models/models_0";
|
|
5
|
-
import { CreateSnapshotResponse } from "../models/models_1";
|
|
4
|
+
import { CreateSnapshotRequest, CreateSnapshotResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
7
6
|
* @public
|
|
8
7
|
*/
|
|
@@ -167,6 +166,10 @@ declare const CreateSnapshotCommand_base: {
|
|
|
167
166
|
* // Iops: Number("long"),
|
|
168
167
|
* // },
|
|
169
168
|
* // PreferredFileServerIpv6: "STRING_VALUE",
|
|
169
|
+
* // FsrmConfiguration: { // WindowsFsrmConfiguration
|
|
170
|
+
* // FsrmServiceEnabled: true || false, // required
|
|
171
|
+
* // EventLogDestination: "STRING_VALUE",
|
|
172
|
+
* // },
|
|
170
173
|
* // },
|
|
171
174
|
* // LustreConfiguration: { // LustreFileSystemConfiguration
|
|
172
175
|
* // WeeklyMaintenanceStartTime: "STRING_VALUE",
|
|
@@ -277,6 +280,10 @@ declare const CreateSnapshotCommand_base: {
|
|
|
277
280
|
* // Iops: Number("long"),
|
|
278
281
|
* // },
|
|
279
282
|
* // PreferredFileServerIpv6: "STRING_VALUE",
|
|
283
|
+
* // FsrmConfiguration: {
|
|
284
|
+
* // FsrmServiceEnabled: true || false, // required
|
|
285
|
+
* // EventLogDestination: "STRING_VALUE",
|
|
286
|
+
* // },
|
|
280
287
|
* // },
|
|
281
288
|
* // LustreConfiguration: {
|
|
282
289
|
* // 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 { CreateVolumeRequest } from "../models/models_0";
|
|
5
|
-
import { CreateVolumeResponse } from "../models/models_1";
|
|
4
|
+
import { CreateVolumeRequest, CreateVolumeResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
7
6
|
* @public
|
|
8
7
|
*/
|
|
@@ -268,6 +267,10 @@ declare const CreateVolumeCommand_base: {
|
|
|
268
267
|
* // Iops: Number("long"),
|
|
269
268
|
* // },
|
|
270
269
|
* // PreferredFileServerIpv6: "STRING_VALUE",
|
|
270
|
+
* // FsrmConfiguration: { // WindowsFsrmConfiguration
|
|
271
|
+
* // FsrmServiceEnabled: true || false, // required
|
|
272
|
+
* // EventLogDestination: "STRING_VALUE",
|
|
273
|
+
* // },
|
|
271
274
|
* // },
|
|
272
275
|
* // LustreConfiguration: { // LustreFileSystemConfiguration
|
|
273
276
|
* // WeeklyMaintenanceStartTime: "STRING_VALUE",
|
|
@@ -378,6 +381,10 @@ declare const CreateVolumeCommand_base: {
|
|
|
378
381
|
* // Iops: Number("long"),
|
|
379
382
|
* // },
|
|
380
383
|
* // PreferredFileServerIpv6: "STRING_VALUE",
|
|
384
|
+
* // FsrmConfiguration: {
|
|
385
|
+
* // FsrmServiceEnabled: true || false, // required
|
|
386
|
+
* // EventLogDestination: "STRING_VALUE",
|
|
387
|
+
* // },
|
|
381
388
|
* // },
|
|
382
389
|
* // LustreConfiguration: {
|
|
383
390
|
* // 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 { CreateVolumeFromBackupRequest } from "../models/models_0";
|
|
5
|
-
import { CreateVolumeFromBackupResponse } from "../models/models_1";
|
|
4
|
+
import { CreateVolumeFromBackupRequest, CreateVolumeFromBackupResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
7
6
|
* @public
|
|
8
7
|
*/
|
|
@@ -237,6 +236,10 @@ declare const CreateVolumeFromBackupCommand_base: {
|
|
|
237
236
|
* // Iops: Number("long"),
|
|
238
237
|
* // },
|
|
239
238
|
* // PreferredFileServerIpv6: "STRING_VALUE",
|
|
239
|
+
* // FsrmConfiguration: { // WindowsFsrmConfiguration
|
|
240
|
+
* // FsrmServiceEnabled: true || false, // required
|
|
241
|
+
* // EventLogDestination: "STRING_VALUE",
|
|
242
|
+
* // },
|
|
240
243
|
* // },
|
|
241
244
|
* // LustreConfiguration: { // LustreFileSystemConfiguration
|
|
242
245
|
* // WeeklyMaintenanceStartTime: "STRING_VALUE",
|
|
@@ -347,6 +350,10 @@ declare const CreateVolumeFromBackupCommand_base: {
|
|
|
347
350
|
* // Iops: Number("long"),
|
|
348
351
|
* // },
|
|
349
352
|
* // PreferredFileServerIpv6: "STRING_VALUE",
|
|
353
|
+
* // FsrmConfiguration: {
|
|
354
|
+
* // FsrmServiceEnabled: true || false, // required
|
|
355
|
+
* // EventLogDestination: "STRING_VALUE",
|
|
356
|
+
* // },
|
|
350
357
|
* // },
|
|
351
358
|
* // LustreConfiguration: {
|
|
352
359
|
* // 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 { DescribeBackupsRequest } from "../models/models_0";
|
|
5
|
-
import { DescribeBackupsResponse } from "../models/models_1";
|
|
4
|
+
import { DescribeBackupsRequest, DescribeBackupsResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
7
6
|
* @public
|
|
8
7
|
*/
|
|
@@ -165,6 +164,10 @@ declare const DescribeBackupsCommand_base: {
|
|
|
165
164
|
* // Iops: Number("long"),
|
|
166
165
|
* // },
|
|
167
166
|
* // PreferredFileServerIpv6: "STRING_VALUE",
|
|
167
|
+
* // FsrmConfiguration: { // WindowsFsrmConfiguration
|
|
168
|
+
* // FsrmServiceEnabled: true || false, // required
|
|
169
|
+
* // EventLogDestination: "STRING_VALUE",
|
|
170
|
+
* // },
|
|
168
171
|
* // },
|
|
169
172
|
* // LustreConfiguration: { // LustreFileSystemConfiguration
|
|
170
173
|
* // WeeklyMaintenanceStartTime: "STRING_VALUE",
|
|
@@ -275,6 +278,10 @@ declare const DescribeBackupsCommand_base: {
|
|
|
275
278
|
* // Iops: Number("long"),
|
|
276
279
|
* // },
|
|
277
280
|
* // PreferredFileServerIpv6: "STRING_VALUE",
|
|
281
|
+
* // FsrmConfiguration: {
|
|
282
|
+
* // FsrmServiceEnabled: true || false, // required
|
|
283
|
+
* // EventLogDestination: "STRING_VALUE",
|
|
284
|
+
* // },
|
|
278
285
|
* // },
|
|
279
286
|
* // LustreConfiguration: {
|
|
280
287
|
* // 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 { DescribeFileSystemsRequest } from "../models/models_0";
|
|
5
|
-
import { DescribeFileSystemsResponse } from "../models/models_1";
|
|
4
|
+
import { DescribeFileSystemsRequest, DescribeFileSystemsResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
7
6
|
* @public
|
|
8
7
|
*/
|
|
@@ -142,6 +141,10 @@ declare const DescribeFileSystemsCommand_base: {
|
|
|
142
141
|
* // Iops: Number("long"),
|
|
143
142
|
* // },
|
|
144
143
|
* // PreferredFileServerIpv6: "STRING_VALUE",
|
|
144
|
+
* // FsrmConfiguration: { // WindowsFsrmConfiguration
|
|
145
|
+
* // FsrmServiceEnabled: true || false, // required
|
|
146
|
+
* // EventLogDestination: "STRING_VALUE",
|
|
147
|
+
* // },
|
|
145
148
|
* // },
|
|
146
149
|
* // LustreConfiguration: { // LustreFileSystemConfiguration
|
|
147
150
|
* // WeeklyMaintenanceStartTime: "STRING_VALUE",
|
|
@@ -257,6 +260,10 @@ declare const DescribeFileSystemsCommand_base: {
|
|
|
257
260
|
* // Iops: Number("long"),
|
|
258
261
|
* // },
|
|
259
262
|
* // PreferredFileServerIpv6: "STRING_VALUE",
|
|
263
|
+
* // FsrmConfiguration: {
|
|
264
|
+
* // FsrmServiceEnabled: true || false, // required
|
|
265
|
+
* // EventLogDestination: "STRING_VALUE",
|
|
266
|
+
* // },
|
|
260
267
|
* // },
|
|
261
268
|
* // LustreConfiguration: {
|
|
262
269
|
* // 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 { DescribeSnapshotsRequest } from "../models/models_0";
|
|
5
|
-
import { DescribeSnapshotsResponse } from "../models/models_1";
|
|
4
|
+
import { DescribeSnapshotsRequest, DescribeSnapshotsResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
7
6
|
* @public
|
|
8
7
|
*/
|
|
@@ -172,6 +171,10 @@ declare const DescribeSnapshotsCommand_base: {
|
|
|
172
171
|
* // Iops: Number("long"),
|
|
173
172
|
* // },
|
|
174
173
|
* // PreferredFileServerIpv6: "STRING_VALUE",
|
|
174
|
+
* // FsrmConfiguration: { // WindowsFsrmConfiguration
|
|
175
|
+
* // FsrmServiceEnabled: true || false, // required
|
|
176
|
+
* // EventLogDestination: "STRING_VALUE",
|
|
177
|
+
* // },
|
|
175
178
|
* // },
|
|
176
179
|
* // LustreConfiguration: { // LustreFileSystemConfiguration
|
|
177
180
|
* // WeeklyMaintenanceStartTime: "STRING_VALUE",
|
|
@@ -282,6 +285,10 @@ declare const DescribeSnapshotsCommand_base: {
|
|
|
282
285
|
* // Iops: Number("long"),
|
|
283
286
|
* // },
|
|
284
287
|
* // PreferredFileServerIpv6: "STRING_VALUE",
|
|
288
|
+
* // FsrmConfiguration: {
|
|
289
|
+
* // FsrmServiceEnabled: true || false, // required
|
|
290
|
+
* // EventLogDestination: "STRING_VALUE",
|
|
291
|
+
* // },
|
|
285
292
|
* // },
|
|
286
293
|
* // LustreConfiguration: {
|
|
287
294
|
* // 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 { DescribeVolumesRequest } from "../models/models_0";
|
|
5
|
-
import { DescribeVolumesResponse } from "../models/models_1";
|
|
4
|
+
import { DescribeVolumesRequest, DescribeVolumesResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
7
6
|
* @public
|
|
8
7
|
*/
|
|
@@ -196,6 +195,10 @@ declare const DescribeVolumesCommand_base: {
|
|
|
196
195
|
* // Iops: Number("long"),
|
|
197
196
|
* // },
|
|
198
197
|
* // PreferredFileServerIpv6: "STRING_VALUE",
|
|
198
|
+
* // FsrmConfiguration: { // WindowsFsrmConfiguration
|
|
199
|
+
* // FsrmServiceEnabled: true || false, // required
|
|
200
|
+
* // EventLogDestination: "STRING_VALUE",
|
|
201
|
+
* // },
|
|
199
202
|
* // },
|
|
200
203
|
* // LustreConfiguration: { // LustreFileSystemConfiguration
|
|
201
204
|
* // WeeklyMaintenanceStartTime: "STRING_VALUE",
|
|
@@ -306,6 +309,10 @@ declare const DescribeVolumesCommand_base: {
|
|
|
306
309
|
* // Iops: Number("long"),
|
|
307
310
|
* // },
|
|
308
311
|
* // PreferredFileServerIpv6: "STRING_VALUE",
|
|
312
|
+
* // FsrmConfiguration: {
|
|
313
|
+
* // FsrmServiceEnabled: true || false, // required
|
|
314
|
+
* // EventLogDestination: "STRING_VALUE",
|
|
315
|
+
* // },
|
|
309
316
|
* // },
|
|
310
317
|
* // LustreConfiguration: {
|
|
311
318
|
* // 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 { ReleaseFileSystemNfsV3LocksRequest } from "../models/models_0";
|
|
5
|
-
import { ReleaseFileSystemNfsV3LocksResponse } from "../models/models_1";
|
|
4
|
+
import { ReleaseFileSystemNfsV3LocksRequest, ReleaseFileSystemNfsV3LocksResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
7
6
|
* @public
|
|
8
7
|
*/
|
|
@@ -112,6 +111,10 @@ declare const ReleaseFileSystemNfsV3LocksCommand_base: {
|
|
|
112
111
|
* // Iops: Number("long"),
|
|
113
112
|
* // },
|
|
114
113
|
* // PreferredFileServerIpv6: "STRING_VALUE",
|
|
114
|
+
* // FsrmConfiguration: { // WindowsFsrmConfiguration
|
|
115
|
+
* // FsrmServiceEnabled: true || false, // required
|
|
116
|
+
* // EventLogDestination: "STRING_VALUE",
|
|
117
|
+
* // },
|
|
115
118
|
* // },
|
|
116
119
|
* // LustreConfiguration: { // LustreFileSystemConfiguration
|
|
117
120
|
* // WeeklyMaintenanceStartTime: "STRING_VALUE",
|
|
@@ -227,6 +230,10 @@ declare const ReleaseFileSystemNfsV3LocksCommand_base: {
|
|
|
227
230
|
* // Iops: Number("long"),
|
|
228
231
|
* // },
|
|
229
232
|
* // PreferredFileServerIpv6: "STRING_VALUE",
|
|
233
|
+
* // FsrmConfiguration: {
|
|
234
|
+
* // FsrmServiceEnabled: true || false, // required
|
|
235
|
+
* // EventLogDestination: "STRING_VALUE",
|
|
236
|
+
* // },
|
|
230
237
|
* // },
|
|
231
238
|
* // LustreConfiguration: {
|
|
232
239
|
* // WeeklyMaintenanceStartTime: "STRING_VALUE",
|
|
@@ -123,6 +123,10 @@ declare const RestoreVolumeFromSnapshotCommand_base: {
|
|
|
123
123
|
* // Iops: Number("long"),
|
|
124
124
|
* // },
|
|
125
125
|
* // PreferredFileServerIpv6: "STRING_VALUE",
|
|
126
|
+
* // FsrmConfiguration: { // WindowsFsrmConfiguration
|
|
127
|
+
* // FsrmServiceEnabled: true || false, // required
|
|
128
|
+
* // EventLogDestination: "STRING_VALUE",
|
|
129
|
+
* // },
|
|
126
130
|
* // },
|
|
127
131
|
* // LustreConfiguration: { // LustreFileSystemConfiguration
|
|
128
132
|
* // WeeklyMaintenanceStartTime: "STRING_VALUE",
|
|
@@ -238,6 +242,10 @@ declare const RestoreVolumeFromSnapshotCommand_base: {
|
|
|
238
242
|
* // Iops: Number("long"),
|
|
239
243
|
* // },
|
|
240
244
|
* // PreferredFileServerIpv6: "STRING_VALUE",
|
|
245
|
+
* // FsrmConfiguration: {
|
|
246
|
+
* // FsrmServiceEnabled: true || false, // required
|
|
247
|
+
* // EventLogDestination: "STRING_VALUE",
|
|
248
|
+
* // },
|
|
241
249
|
* // },
|
|
242
250
|
* // LustreConfiguration: {
|
|
243
251
|
* // 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 { StartMisconfiguredStateRecoveryRequest } from "../models/models_0";
|
|
5
|
-
import { StartMisconfiguredStateRecoveryResponse } from "../models/models_1";
|
|
4
|
+
import { StartMisconfiguredStateRecoveryRequest, StartMisconfiguredStateRecoveryResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
7
6
|
* @public
|
|
8
7
|
*/
|
|
@@ -112,6 +111,10 @@ declare const StartMisconfiguredStateRecoveryCommand_base: {
|
|
|
112
111
|
* // Iops: Number("long"),
|
|
113
112
|
* // },
|
|
114
113
|
* // PreferredFileServerIpv6: "STRING_VALUE",
|
|
114
|
+
* // FsrmConfiguration: { // WindowsFsrmConfiguration
|
|
115
|
+
* // FsrmServiceEnabled: true || false, // required
|
|
116
|
+
* // EventLogDestination: "STRING_VALUE",
|
|
117
|
+
* // },
|
|
115
118
|
* // },
|
|
116
119
|
* // LustreConfiguration: { // LustreFileSystemConfiguration
|
|
117
120
|
* // WeeklyMaintenanceStartTime: "STRING_VALUE",
|
|
@@ -227,6 +230,10 @@ declare const StartMisconfiguredStateRecoveryCommand_base: {
|
|
|
227
230
|
* // Iops: Number("long"),
|
|
228
231
|
* // },
|
|
229
232
|
* // PreferredFileServerIpv6: "STRING_VALUE",
|
|
233
|
+
* // FsrmConfiguration: {
|
|
234
|
+
* // FsrmServiceEnabled: true || false, // required
|
|
235
|
+
* // EventLogDestination: "STRING_VALUE",
|
|
236
|
+
* // },
|
|
230
237
|
* // },
|
|
231
238
|
* // LustreConfiguration: {
|
|
232
239
|
* // 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 { UpdateFileSystemRequest } from "../models/models_0";
|
|
5
|
-
import { UpdateFileSystemResponse } from "../models/models_1";
|
|
4
|
+
import { UpdateFileSystemRequest, UpdateFileSystemResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
7
6
|
* @public
|
|
8
7
|
*/
|
|
@@ -313,6 +312,10 @@ declare const UpdateFileSystemCommand_base: {
|
|
|
313
312
|
* Mode: "AUTOMATIC" || "USER_PROVISIONED",
|
|
314
313
|
* Iops: Number("long"),
|
|
315
314
|
* },
|
|
315
|
+
* FsrmConfiguration: { // WindowsFsrmConfiguration
|
|
316
|
+
* FsrmServiceEnabled: true || false, // required
|
|
317
|
+
* EventLogDestination: "STRING_VALUE",
|
|
318
|
+
* },
|
|
316
319
|
* },
|
|
317
320
|
* LustreConfiguration: { // UpdateFileSystemLustreConfiguration
|
|
318
321
|
* WeeklyMaintenanceStartTime: "STRING_VALUE",
|
|
@@ -458,6 +461,10 @@ declare const UpdateFileSystemCommand_base: {
|
|
|
458
461
|
* // Iops: Number("long"),
|
|
459
462
|
* // },
|
|
460
463
|
* // PreferredFileServerIpv6: "STRING_VALUE",
|
|
464
|
+
* // FsrmConfiguration: { // WindowsFsrmConfiguration
|
|
465
|
+
* // FsrmServiceEnabled: true || false, // required
|
|
466
|
+
* // EventLogDestination: "STRING_VALUE",
|
|
467
|
+
* // },
|
|
461
468
|
* // },
|
|
462
469
|
* // LustreConfiguration: { // LustreFileSystemConfiguration
|
|
463
470
|
* // WeeklyMaintenanceStartTime: "STRING_VALUE",
|
|
@@ -573,6 +580,10 @@ declare const UpdateFileSystemCommand_base: {
|
|
|
573
580
|
* // Iops: Number("long"),
|
|
574
581
|
* // },
|
|
575
582
|
* // PreferredFileServerIpv6: "STRING_VALUE",
|
|
583
|
+
* // FsrmConfiguration: {
|
|
584
|
+
* // FsrmServiceEnabled: true || false, // required
|
|
585
|
+
* // EventLogDestination: "STRING_VALUE",
|
|
586
|
+
* // },
|
|
576
587
|
* // },
|
|
577
588
|
* // LustreConfiguration: {
|
|
578
589
|
* // WeeklyMaintenanceStartTime: "STRING_VALUE",
|