@aws-sdk/client-fsx 3.590.0 → 3.596.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 +6 -45
- package/dist-es/models/models_0.js +4 -0
- package/dist-types/commands/AssociateFileSystemAliasesCommand.d.ts +2 -1
- package/dist-types/commands/CancelDataRepositoryTaskCommand.d.ts +2 -1
- package/dist-types/commands/CopyBackupCommand.d.ts +10 -1
- package/dist-types/commands/CopySnapshotAndUpdateVolumeCommand.d.ts +10 -1
- package/dist-types/commands/CreateBackupCommand.d.ts +10 -1
- package/dist-types/commands/CreateDataRepositoryAssociationCommand.d.ts +2 -1
- package/dist-types/commands/CreateDataRepositoryTaskCommand.d.ts +2 -1
- package/dist-types/commands/CreateFileCacheCommand.d.ts +2 -1
- package/dist-types/commands/CreateFileSystemCommand.d.ts +15 -2
- package/dist-types/commands/CreateFileSystemFromBackupCommand.d.ts +14 -1
- package/dist-types/commands/CreateSnapshotCommand.d.ts +10 -1
- package/dist-types/commands/CreateStorageVirtualMachineCommand.d.ts +2 -1
- package/dist-types/commands/CreateVolumeCommand.d.ts +10 -1
- package/dist-types/commands/CreateVolumeFromBackupCommand.d.ts +10 -1
- package/dist-types/commands/DeleteBackupCommand.d.ts +2 -1
- package/dist-types/commands/DeleteDataRepositoryAssociationCommand.d.ts +2 -1
- package/dist-types/commands/DeleteFileCacheCommand.d.ts +2 -1
- package/dist-types/commands/DeleteFileSystemCommand.d.ts +4 -3
- package/dist-types/commands/DeleteSnapshotCommand.d.ts +2 -1
- package/dist-types/commands/DeleteStorageVirtualMachineCommand.d.ts +2 -1
- package/dist-types/commands/DeleteVolumeCommand.d.ts +2 -1
- package/dist-types/commands/DescribeBackupsCommand.d.ts +10 -1
- package/dist-types/commands/DescribeDataRepositoryAssociationsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeDataRepositoryTasksCommand.d.ts +2 -1
- package/dist-types/commands/DescribeFileCachesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeFileSystemAliasesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeFileSystemsCommand.d.ts +10 -1
- package/dist-types/commands/DescribeSharedVpcConfigurationCommand.d.ts +2 -1
- package/dist-types/commands/DescribeSnapshotsCommand.d.ts +10 -1
- package/dist-types/commands/DescribeStorageVirtualMachinesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeVolumesCommand.d.ts +10 -1
- package/dist-types/commands/DisassociateFileSystemAliasesCommand.d.ts +2 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/commands/ReleaseFileSystemNfsV3LocksCommand.d.ts +10 -1
- package/dist-types/commands/RestoreVolumeFromSnapshotCommand.d.ts +10 -1
- package/dist-types/commands/StartMisconfiguredStateRecoveryCommand.d.ts +10 -1
- package/dist-types/commands/TagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UpdateDataRepositoryAssociationCommand.d.ts +2 -1
- package/dist-types/commands/UpdateFileCacheCommand.d.ts +2 -1
- package/dist-types/commands/UpdateFileSystemCommand.d.ts +19 -1
- package/dist-types/commands/UpdateSharedVpcConfigurationCommand.d.ts +2 -1
- package/dist-types/commands/UpdateSnapshotCommand.d.ts +10 -1
- package/dist-types/commands/UpdateStorageVirtualMachineCommand.d.ts +2 -1
- package/dist-types/commands/UpdateVolumeCommand.d.ts +10 -1
- package/dist-types/index.d.ts +2 -2
- package/dist-types/models/FSxServiceException.d.ts +2 -1
- package/dist-types/models/models_0.d.ts +208 -44
- package/dist-types/ts3.4/commands/AssociateFileSystemAliasesCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CancelDataRepositoryTaskCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CopyBackupCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CopySnapshotAndUpdateVolumeCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateBackupCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateDataRepositoryAssociationCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateDataRepositoryTaskCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateFileCacheCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateFileSystemCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateFileSystemFromBackupCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateSnapshotCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateStorageVirtualMachineCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateVolumeCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateVolumeFromBackupCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteBackupCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteDataRepositoryAssociationCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteFileCacheCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteFileSystemCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteSnapshotCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteStorageVirtualMachineCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteVolumeCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeBackupsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeDataRepositoryAssociationsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeDataRepositoryTasksCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeFileCachesCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeFileSystemAliasesCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeFileSystemsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeSharedVpcConfigurationCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeSnapshotsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeStorageVirtualMachinesCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeVolumesCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DisassociateFileSystemAliasesCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ReleaseFileSystemNfsV3LocksCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/RestoreVolumeFromSnapshotCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/StartMisconfiguredStateRecoveryCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateDataRepositoryAssociationCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateFileCacheCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateFileSystemCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateSharedVpcConfigurationCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateSnapshotCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateStorageVirtualMachineCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateVolumeCommand.d.ts +2 -1
- package/dist-types/ts3.4/models/FSxServiceException.d.ts +2 -1
- package/dist-types/ts3.4/models/models_0.d.ts +21 -0
- package/package.json +6 -6
|
@@ -5,7 +5,8 @@ import { CreateVolumeRequest, CreateVolumeResponse } from "../models/models_0";
|
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
8
|
-
export { __MetadataBearer
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
9
10
|
/**
|
|
10
11
|
* @public
|
|
11
12
|
*
|
|
@@ -293,6 +294,10 @@ declare const CreateVolumeCommand_base: {
|
|
|
293
294
|
* // "STRING_VALUE",
|
|
294
295
|
* // ],
|
|
295
296
|
* // },
|
|
297
|
+
* // MetadataConfiguration: { // FileSystemLustreMetadataConfiguration
|
|
298
|
+
* // Iops: Number("int"),
|
|
299
|
+
* // Mode: "AUTOMATIC" || "USER_PROVISIONED", // required
|
|
300
|
+
* // },
|
|
296
301
|
* // },
|
|
297
302
|
* // AdministrativeActions: [
|
|
298
303
|
* // {
|
|
@@ -391,6 +396,10 @@ declare const CreateVolumeCommand_base: {
|
|
|
391
396
|
* // "STRING_VALUE",
|
|
392
397
|
* // ],
|
|
393
398
|
* // },
|
|
399
|
+
* // MetadataConfiguration: {
|
|
400
|
+
* // Iops: Number("int"),
|
|
401
|
+
* // Mode: "AUTOMATIC" || "USER_PROVISIONED", // required
|
|
402
|
+
* // },
|
|
394
403
|
* // },
|
|
395
404
|
* // AdministrativeActions: "<AdministrativeActions>",
|
|
396
405
|
* // OntapConfiguration: { // OntapFileSystemConfiguration
|
|
@@ -5,7 +5,8 @@ import { CreateVolumeFromBackupRequest, CreateVolumeFromBackupResponse } from ".
|
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
8
|
-
export { __MetadataBearer
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
9
10
|
/**
|
|
10
11
|
* @public
|
|
11
12
|
*
|
|
@@ -262,6 +263,10 @@ declare const CreateVolumeFromBackupCommand_base: {
|
|
|
262
263
|
* // "STRING_VALUE",
|
|
263
264
|
* // ],
|
|
264
265
|
* // },
|
|
266
|
+
* // MetadataConfiguration: { // FileSystemLustreMetadataConfiguration
|
|
267
|
+
* // Iops: Number("int"),
|
|
268
|
+
* // Mode: "AUTOMATIC" || "USER_PROVISIONED", // required
|
|
269
|
+
* // },
|
|
265
270
|
* // },
|
|
266
271
|
* // AdministrativeActions: [
|
|
267
272
|
* // {
|
|
@@ -360,6 +365,10 @@ declare const CreateVolumeFromBackupCommand_base: {
|
|
|
360
365
|
* // "STRING_VALUE",
|
|
361
366
|
* // ],
|
|
362
367
|
* // },
|
|
368
|
+
* // MetadataConfiguration: {
|
|
369
|
+
* // Iops: Number("int"),
|
|
370
|
+
* // Mode: "AUTOMATIC" || "USER_PROVISIONED", // required
|
|
371
|
+
* // },
|
|
363
372
|
* // },
|
|
364
373
|
* // AdministrativeActions: "<AdministrativeActions>",
|
|
365
374
|
* // OntapConfiguration: { // OntapFileSystemConfiguration
|
|
@@ -5,7 +5,8 @@ import { DeleteFileSystemRequest, DeleteFileSystemResponse } from "../models/mod
|
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
8
|
-
export { __MetadataBearer
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
9
10
|
/**
|
|
10
11
|
* @public
|
|
11
12
|
*
|
|
@@ -30,14 +31,14 @@ declare const DeleteFileSystemCommand_base: {
|
|
|
30
31
|
* is gone. Any existing automatic backups and snapshots are also deleted.</p>
|
|
31
32
|
* <p>To delete an Amazon FSx for NetApp ONTAP file system, first delete all the
|
|
32
33
|
* volumes and storage virtual machines (SVMs) on the file system. Then provide a
|
|
33
|
-
* <code>FileSystemId</code> value to the <code>
|
|
34
|
+
* <code>FileSystemId</code> value to the <code>DeleteFileSystem</code> operation.</p>
|
|
34
35
|
* <p>By default, when you delete an Amazon FSx for Windows File Server file system,
|
|
35
36
|
* a final backup is created upon deletion. This final backup isn't subject to the file
|
|
36
37
|
* system's retention policy, and must be manually deleted.</p>
|
|
37
38
|
* <p>To delete an Amazon FSx for Lustre file system, first
|
|
38
39
|
* <a href="https://docs.aws.amazon.com/fsx/latest/LustreGuide/unmounting-fs.html">unmount</a>
|
|
39
40
|
* it from every connected Amazon EC2 instance, then provide a <code>FileSystemId</code>
|
|
40
|
-
* value to the <code>
|
|
41
|
+
* value to the <code>DeleteFileSystem</code> operation. By default, Amazon FSx will not
|
|
41
42
|
* take a final backup when the <code>DeleteFileSystem</code> operation is invoked. On file systems
|
|
42
43
|
* not linked to an Amazon S3 bucket, set <code>SkipFinalBackup</code> to <code>false</code>
|
|
43
44
|
* to take a final backup of the file system you are deleting. Backups cannot be enabled on S3-linked
|
|
@@ -5,7 +5,8 @@ import { DescribeBackupsRequest, DescribeBackupsResponse } from "../models/model
|
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
8
|
-
export { __MetadataBearer
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
9
10
|
/**
|
|
10
11
|
* @public
|
|
11
12
|
*
|
|
@@ -190,6 +191,10 @@ declare const DescribeBackupsCommand_base: {
|
|
|
190
191
|
* // "STRING_VALUE",
|
|
191
192
|
* // ],
|
|
192
193
|
* // },
|
|
194
|
+
* // MetadataConfiguration: { // FileSystemLustreMetadataConfiguration
|
|
195
|
+
* // Iops: Number("int"),
|
|
196
|
+
* // Mode: "AUTOMATIC" || "USER_PROVISIONED", // required
|
|
197
|
+
* // },
|
|
193
198
|
* // },
|
|
194
199
|
* // AdministrativeActions: [ // AdministrativeActions
|
|
195
200
|
* // { // AdministrativeAction
|
|
@@ -288,6 +293,10 @@ declare const DescribeBackupsCommand_base: {
|
|
|
288
293
|
* // "STRING_VALUE",
|
|
289
294
|
* // ],
|
|
290
295
|
* // },
|
|
296
|
+
* // MetadataConfiguration: {
|
|
297
|
+
* // Iops: Number("int"),
|
|
298
|
+
* // Mode: "AUTOMATIC" || "USER_PROVISIONED", // required
|
|
299
|
+
* // },
|
|
291
300
|
* // },
|
|
292
301
|
* // AdministrativeActions: [
|
|
293
302
|
* // {
|
|
@@ -5,7 +5,8 @@ import { DescribeFileSystemsRequest, DescribeFileSystemsResponse } from "../mode
|
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
8
|
-
export { __MetadataBearer
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
9
10
|
/**
|
|
10
11
|
* @public
|
|
11
12
|
*
|
|
@@ -167,6 +168,10 @@ declare const DescribeFileSystemsCommand_base: {
|
|
|
167
168
|
* // "STRING_VALUE",
|
|
168
169
|
* // ],
|
|
169
170
|
* // },
|
|
171
|
+
* // MetadataConfiguration: { // FileSystemLustreMetadataConfiguration
|
|
172
|
+
* // Iops: Number("int"),
|
|
173
|
+
* // Mode: "AUTOMATIC" || "USER_PROVISIONED", // required
|
|
174
|
+
* // },
|
|
170
175
|
* // },
|
|
171
176
|
* // AdministrativeActions: [ // AdministrativeActions
|
|
172
177
|
* // { // AdministrativeAction
|
|
@@ -270,6 +275,10 @@ declare const DescribeFileSystemsCommand_base: {
|
|
|
270
275
|
* // "STRING_VALUE",
|
|
271
276
|
* // ],
|
|
272
277
|
* // },
|
|
278
|
+
* // MetadataConfiguration: {
|
|
279
|
+
* // Iops: Number("int"),
|
|
280
|
+
* // Mode: "AUTOMATIC" || "USER_PROVISIONED", // required
|
|
281
|
+
* // },
|
|
273
282
|
* // },
|
|
274
283
|
* // AdministrativeActions: [
|
|
275
284
|
* // {
|
|
@@ -5,7 +5,8 @@ import { DescribeSnapshotsRequest, DescribeSnapshotsResponse } from "../models/m
|
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
8
|
-
export { __MetadataBearer
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
9
10
|
/**
|
|
10
11
|
* @public
|
|
11
12
|
*
|
|
@@ -197,6 +198,10 @@ declare const DescribeSnapshotsCommand_base: {
|
|
|
197
198
|
* // "STRING_VALUE",
|
|
198
199
|
* // ],
|
|
199
200
|
* // },
|
|
201
|
+
* // MetadataConfiguration: { // FileSystemLustreMetadataConfiguration
|
|
202
|
+
* // Iops: Number("int"),
|
|
203
|
+
* // Mode: "AUTOMATIC" || "USER_PROVISIONED", // required
|
|
204
|
+
* // },
|
|
200
205
|
* // },
|
|
201
206
|
* // AdministrativeActions: [
|
|
202
207
|
* // {
|
|
@@ -295,6 +300,10 @@ declare const DescribeSnapshotsCommand_base: {
|
|
|
295
300
|
* // "STRING_VALUE",
|
|
296
301
|
* // ],
|
|
297
302
|
* // },
|
|
303
|
+
* // MetadataConfiguration: {
|
|
304
|
+
* // Iops: Number("int"),
|
|
305
|
+
* // Mode: "AUTOMATIC" || "USER_PROVISIONED", // required
|
|
306
|
+
* // },
|
|
298
307
|
* // },
|
|
299
308
|
* // AdministrativeActions: "<AdministrativeActions>",
|
|
300
309
|
* // OntapConfiguration: { // OntapFileSystemConfiguration
|
|
@@ -5,7 +5,8 @@ import { DescribeVolumesRequest, DescribeVolumesResponse } from "../models/model
|
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
8
|
-
export { __MetadataBearer
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
9
10
|
/**
|
|
10
11
|
* @public
|
|
11
12
|
*
|
|
@@ -221,6 +222,10 @@ declare const DescribeVolumesCommand_base: {
|
|
|
221
222
|
* // "STRING_VALUE",
|
|
222
223
|
* // ],
|
|
223
224
|
* // },
|
|
225
|
+
* // MetadataConfiguration: { // FileSystemLustreMetadataConfiguration
|
|
226
|
+
* // Iops: Number("int"),
|
|
227
|
+
* // Mode: "AUTOMATIC" || "USER_PROVISIONED", // required
|
|
228
|
+
* // },
|
|
224
229
|
* // },
|
|
225
230
|
* // AdministrativeActions: [
|
|
226
231
|
* // {
|
|
@@ -319,6 +324,10 @@ declare const DescribeVolumesCommand_base: {
|
|
|
319
324
|
* // "STRING_VALUE",
|
|
320
325
|
* // ],
|
|
321
326
|
* // },
|
|
327
|
+
* // MetadataConfiguration: {
|
|
328
|
+
* // Iops: Number("int"),
|
|
329
|
+
* // Mode: "AUTOMATIC" || "USER_PROVISIONED", // required
|
|
330
|
+
* // },
|
|
322
331
|
* // },
|
|
323
332
|
* // AdministrativeActions: "<AdministrativeActions>",
|
|
324
333
|
* // OntapConfiguration: { // OntapFileSystemConfiguration
|
|
@@ -5,7 +5,8 @@ import { ReleaseFileSystemNfsV3LocksRequest, ReleaseFileSystemNfsV3LocksResponse
|
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
8
|
-
export { __MetadataBearer
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
9
10
|
/**
|
|
10
11
|
* @public
|
|
11
12
|
*
|
|
@@ -137,6 +138,10 @@ declare const ReleaseFileSystemNfsV3LocksCommand_base: {
|
|
|
137
138
|
* // "STRING_VALUE",
|
|
138
139
|
* // ],
|
|
139
140
|
* // },
|
|
141
|
+
* // MetadataConfiguration: { // FileSystemLustreMetadataConfiguration
|
|
142
|
+
* // Iops: Number("int"),
|
|
143
|
+
* // Mode: "AUTOMATIC" || "USER_PROVISIONED", // required
|
|
144
|
+
* // },
|
|
140
145
|
* // },
|
|
141
146
|
* // AdministrativeActions: [ // AdministrativeActions
|
|
142
147
|
* // { // AdministrativeAction
|
|
@@ -240,6 +245,10 @@ declare const ReleaseFileSystemNfsV3LocksCommand_base: {
|
|
|
240
245
|
* // "STRING_VALUE",
|
|
241
246
|
* // ],
|
|
242
247
|
* // },
|
|
248
|
+
* // MetadataConfiguration: {
|
|
249
|
+
* // Iops: Number("int"),
|
|
250
|
+
* // Mode: "AUTOMATIC" || "USER_PROVISIONED", // required
|
|
251
|
+
* // },
|
|
243
252
|
* // },
|
|
244
253
|
* // AdministrativeActions: [
|
|
245
254
|
* // {
|
|
@@ -5,7 +5,8 @@ import { RestoreVolumeFromSnapshotRequest, RestoreVolumeFromSnapshotResponse } f
|
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
8
|
-
export { __MetadataBearer
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
9
10
|
/**
|
|
10
11
|
* @public
|
|
11
12
|
*
|
|
@@ -149,6 +150,10 @@ declare const RestoreVolumeFromSnapshotCommand_base: {
|
|
|
149
150
|
* // "STRING_VALUE",
|
|
150
151
|
* // ],
|
|
151
152
|
* // },
|
|
153
|
+
* // MetadataConfiguration: { // FileSystemLustreMetadataConfiguration
|
|
154
|
+
* // Iops: Number("int"),
|
|
155
|
+
* // Mode: "AUTOMATIC" || "USER_PROVISIONED", // required
|
|
156
|
+
* // },
|
|
152
157
|
* // },
|
|
153
158
|
* // AdministrativeActions: [
|
|
154
159
|
* // {
|
|
@@ -252,6 +257,10 @@ declare const RestoreVolumeFromSnapshotCommand_base: {
|
|
|
252
257
|
* // "STRING_VALUE",
|
|
253
258
|
* // ],
|
|
254
259
|
* // },
|
|
260
|
+
* // MetadataConfiguration: {
|
|
261
|
+
* // Iops: Number("int"),
|
|
262
|
+
* // Mode: "AUTOMATIC" || "USER_PROVISIONED", // required
|
|
263
|
+
* // },
|
|
255
264
|
* // },
|
|
256
265
|
* // AdministrativeActions: "<AdministrativeActions>",
|
|
257
266
|
* // OntapConfiguration: { // OntapFileSystemConfiguration
|
|
@@ -5,7 +5,8 @@ import { StartMisconfiguredStateRecoveryRequest, StartMisconfiguredStateRecovery
|
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
8
|
-
export { __MetadataBearer
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
9
10
|
/**
|
|
10
11
|
* @public
|
|
11
12
|
*
|
|
@@ -137,6 +138,10 @@ declare const StartMisconfiguredStateRecoveryCommand_base: {
|
|
|
137
138
|
* // "STRING_VALUE",
|
|
138
139
|
* // ],
|
|
139
140
|
* // },
|
|
141
|
+
* // MetadataConfiguration: { // FileSystemLustreMetadataConfiguration
|
|
142
|
+
* // Iops: Number("int"),
|
|
143
|
+
* // Mode: "AUTOMATIC" || "USER_PROVISIONED", // required
|
|
144
|
+
* // },
|
|
140
145
|
* // },
|
|
141
146
|
* // AdministrativeActions: [ // AdministrativeActions
|
|
142
147
|
* // { // AdministrativeAction
|
|
@@ -240,6 +245,10 @@ declare const StartMisconfiguredStateRecoveryCommand_base: {
|
|
|
240
245
|
* // "STRING_VALUE",
|
|
241
246
|
* // ],
|
|
242
247
|
* // },
|
|
248
|
+
* // MetadataConfiguration: {
|
|
249
|
+
* // Iops: Number("int"),
|
|
250
|
+
* // Mode: "AUTOMATIC" || "USER_PROVISIONED", // required
|
|
251
|
+
* // },
|
|
243
252
|
* // },
|
|
244
253
|
* // AdministrativeActions: [
|
|
245
254
|
* // {
|
|
@@ -5,7 +5,8 @@ import { UpdateFileSystemRequest, UpdateFileSystemResponse } from "../models/mod
|
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
8
|
-
export { __MetadataBearer
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
9
10
|
/**
|
|
10
11
|
* @public
|
|
11
12
|
*
|
|
@@ -112,6 +113,11 @@ declare const UpdateFileSystemCommand_base: {
|
|
|
112
113
|
* </li>
|
|
113
114
|
* <li>
|
|
114
115
|
* <p>
|
|
116
|
+
* <code>MetadataConfiguration</code>
|
|
117
|
+
* </p>
|
|
118
|
+
* </li>
|
|
119
|
+
* <li>
|
|
120
|
+
* <p>
|
|
115
121
|
* <code>PerUnitStorageThroughput</code>
|
|
116
122
|
* </p>
|
|
117
123
|
* </li>
|
|
@@ -291,6 +297,10 @@ declare const UpdateFileSystemCommand_base: {
|
|
|
291
297
|
* ],
|
|
292
298
|
* },
|
|
293
299
|
* PerUnitStorageThroughput: Number("int"),
|
|
300
|
+
* MetadataConfiguration: { // UpdateFileSystemLustreMetadataConfiguration
|
|
301
|
+
* Iops: Number("int"),
|
|
302
|
+
* Mode: "AUTOMATIC" || "USER_PROVISIONED",
|
|
303
|
+
* },
|
|
294
304
|
* },
|
|
295
305
|
* OntapConfiguration: { // UpdateFileSystemOntapConfiguration
|
|
296
306
|
* AutomaticBackupRetentionDays: Number("int"),
|
|
@@ -429,6 +439,10 @@ declare const UpdateFileSystemCommand_base: {
|
|
|
429
439
|
* // "STRING_VALUE",
|
|
430
440
|
* // ],
|
|
431
441
|
* // },
|
|
442
|
+
* // MetadataConfiguration: { // FileSystemLustreMetadataConfiguration
|
|
443
|
+
* // Iops: Number("int"),
|
|
444
|
+
* // Mode: "AUTOMATIC" || "USER_PROVISIONED", // required
|
|
445
|
+
* // },
|
|
432
446
|
* // },
|
|
433
447
|
* // AdministrativeActions: [ // AdministrativeActions
|
|
434
448
|
* // { // AdministrativeAction
|
|
@@ -532,6 +546,10 @@ declare const UpdateFileSystemCommand_base: {
|
|
|
532
546
|
* // "STRING_VALUE",
|
|
533
547
|
* // ],
|
|
534
548
|
* // },
|
|
549
|
+
* // MetadataConfiguration: {
|
|
550
|
+
* // Iops: Number("int"),
|
|
551
|
+
* // Mode: "AUTOMATIC" || "USER_PROVISIONED", // required
|
|
552
|
+
* // },
|
|
535
553
|
* // },
|
|
536
554
|
* // AdministrativeActions: [
|
|
537
555
|
* // {
|
|
@@ -5,7 +5,8 @@ import { UpdateSnapshotRequest, UpdateSnapshotResponse } from "../models/models_
|
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
8
|
-
export { __MetadataBearer
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
9
10
|
/**
|
|
10
11
|
* @public
|
|
11
12
|
*
|
|
@@ -159,6 +160,10 @@ declare const UpdateSnapshotCommand_base: {
|
|
|
159
160
|
* // "STRING_VALUE",
|
|
160
161
|
* // ],
|
|
161
162
|
* // },
|
|
163
|
+
* // MetadataConfiguration: { // FileSystemLustreMetadataConfiguration
|
|
164
|
+
* // Iops: Number("int"),
|
|
165
|
+
* // Mode: "AUTOMATIC" || "USER_PROVISIONED", // required
|
|
166
|
+
* // },
|
|
162
167
|
* // },
|
|
163
168
|
* // AdministrativeActions: [
|
|
164
169
|
* // {
|
|
@@ -257,6 +262,10 @@ declare const UpdateSnapshotCommand_base: {
|
|
|
257
262
|
* // "STRING_VALUE",
|
|
258
263
|
* // ],
|
|
259
264
|
* // },
|
|
265
|
+
* // MetadataConfiguration: {
|
|
266
|
+
* // Iops: Number("int"),
|
|
267
|
+
* // Mode: "AUTOMATIC" || "USER_PROVISIONED", // required
|
|
268
|
+
* // },
|
|
260
269
|
* // },
|
|
261
270
|
* // AdministrativeActions: "<AdministrativeActions>",
|
|
262
271
|
* // OntapConfiguration: { // OntapFileSystemConfiguration
|
|
@@ -5,7 +5,8 @@ import { UpdateVolumeRequest, UpdateVolumeResponse } from "../models/models_0";
|
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
8
|
-
export { __MetadataBearer
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
9
10
|
/**
|
|
10
11
|
* @public
|
|
11
12
|
*
|
|
@@ -271,6 +272,10 @@ declare const UpdateVolumeCommand_base: {
|
|
|
271
272
|
* // "STRING_VALUE",
|
|
272
273
|
* // ],
|
|
273
274
|
* // },
|
|
275
|
+
* // MetadataConfiguration: { // FileSystemLustreMetadataConfiguration
|
|
276
|
+
* // Iops: Number("int"),
|
|
277
|
+
* // Mode: "AUTOMATIC" || "USER_PROVISIONED", // required
|
|
278
|
+
* // },
|
|
274
279
|
* // },
|
|
275
280
|
* // AdministrativeActions: [
|
|
276
281
|
* // {
|
|
@@ -369,6 +374,10 @@ declare const UpdateVolumeCommand_base: {
|
|
|
369
374
|
* // "STRING_VALUE",
|
|
370
375
|
* // ],
|
|
371
376
|
* // },
|
|
377
|
+
* // MetadataConfiguration: {
|
|
378
|
+
* // Iops: Number("int"),
|
|
379
|
+
* // Mode: "AUTOMATIC" || "USER_PROVISIONED", // required
|
|
380
|
+
* // },
|
|
372
381
|
* // },
|
|
373
382
|
* // AdministrativeActions: "<AdministrativeActions>",
|
|
374
383
|
* // OntapConfiguration: { // OntapFileSystemConfiguration
|