@aws-sdk/client-fsx 3.170.0 → 3.174.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/CHANGELOG.md +19 -0
- package/dist-cjs/endpoints.js +0 -11
- package/dist-es/endpoints.js +0 -11
- package/dist-types/ts3.4/FSx.d.ts +0 -37
- package/dist-types/ts3.4/FSxClient.d.ts +0 -25
- package/dist-types/ts3.4/commands/AssociateFileSystemAliasesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CancelDataRepositoryTaskCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CopyBackupCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateBackupCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateDataRepositoryAssociationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateDataRepositoryTaskCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateFileSystemCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateFileSystemFromBackupCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateSnapshotCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateStorageVirtualMachineCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateVolumeCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateVolumeFromBackupCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteBackupCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteDataRepositoryAssociationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteFileSystemCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteSnapshotCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteStorageVirtualMachineCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteVolumeCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeBackupsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeDataRepositoryAssociationsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeDataRepositoryTasksCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeFileSystemAliasesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeFileSystemsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeSnapshotsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeStorageVirtualMachinesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeVolumesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DisassociateFileSystemAliasesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ReleaseFileSystemNfsV3LocksCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/RestoreVolumeFromSnapshotCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateDataRepositoryAssociationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateFileSystemCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateSnapshotCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateStorageVirtualMachineCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateVolumeCommand.d.ts +0 -2
- package/dist-types/ts3.4/models/FSxServiceException.d.ts +0 -1
- package/dist-types/ts3.4/models/models_0.d.ts +0 -828
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
- package/package.json +26 -26
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,25 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.174.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.173.0...v3.174.0) (2022-09-19)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **clients:** update client endpoints as of 2022-09-19 ([c7adf6b](https://github.com/aws/aws-sdk-js-v3/commit/c7adf6b0c4fc6f171ccb9bb019486c5b1712734c))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
# [3.171.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.170.0...v3.171.0) (2022-09-14)
|
|
18
|
+
|
|
19
|
+
**Note:** Version bump only for package @aws-sdk/client-fsx
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
6
25
|
# [3.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13)
|
|
7
26
|
|
|
8
27
|
**Note:** Version bump only for package @aws-sdk/client-fsx
|
package/dist-cjs/endpoints.js
CHANGED
|
@@ -43,14 +43,6 @@ const regionHash = {
|
|
|
43
43
|
},
|
|
44
44
|
],
|
|
45
45
|
},
|
|
46
|
-
"us-west-1": {
|
|
47
|
-
variants: [
|
|
48
|
-
{
|
|
49
|
-
hostname: "fsx-fips.us-west-1.amazonaws.com",
|
|
50
|
-
tags: ["fips"],
|
|
51
|
-
},
|
|
52
|
-
],
|
|
53
|
-
},
|
|
54
46
|
"us-west-2": {
|
|
55
47
|
variants: [
|
|
56
48
|
{
|
|
@@ -83,18 +75,15 @@ const partitionHash = {
|
|
|
83
75
|
"fips-prod-ca-central-1",
|
|
84
76
|
"fips-prod-us-east-1",
|
|
85
77
|
"fips-prod-us-east-2",
|
|
86
|
-
"fips-prod-us-west-1",
|
|
87
78
|
"fips-prod-us-west-2",
|
|
88
79
|
"fips-us-east-1",
|
|
89
80
|
"fips-us-east-2",
|
|
90
|
-
"fips-us-west-1",
|
|
91
81
|
"fips-us-west-2",
|
|
92
82
|
"me-central-1",
|
|
93
83
|
"me-south-1",
|
|
94
84
|
"prod-ca-central-1",
|
|
95
85
|
"prod-us-east-1",
|
|
96
86
|
"prod-us-east-2",
|
|
97
|
-
"prod-us-west-1",
|
|
98
87
|
"prod-us-west-2",
|
|
99
88
|
"sa-east-1",
|
|
100
89
|
"us-east-1",
|
package/dist-es/endpoints.js
CHANGED
|
@@ -41,14 +41,6 @@ var regionHash = {
|
|
|
41
41
|
},
|
|
42
42
|
],
|
|
43
43
|
},
|
|
44
|
-
"us-west-1": {
|
|
45
|
-
variants: [
|
|
46
|
-
{
|
|
47
|
-
hostname: "fsx-fips.us-west-1.amazonaws.com",
|
|
48
|
-
tags: ["fips"],
|
|
49
|
-
},
|
|
50
|
-
],
|
|
51
|
-
},
|
|
52
44
|
"us-west-2": {
|
|
53
45
|
variants: [
|
|
54
46
|
{
|
|
@@ -81,18 +73,15 @@ var partitionHash = {
|
|
|
81
73
|
"fips-prod-ca-central-1",
|
|
82
74
|
"fips-prod-us-east-1",
|
|
83
75
|
"fips-prod-us-east-2",
|
|
84
|
-
"fips-prod-us-west-1",
|
|
85
76
|
"fips-prod-us-west-2",
|
|
86
77
|
"fips-us-east-1",
|
|
87
78
|
"fips-us-east-2",
|
|
88
|
-
"fips-us-west-1",
|
|
89
79
|
"fips-us-west-2",
|
|
90
80
|
"me-central-1",
|
|
91
81
|
"me-south-1",
|
|
92
82
|
"prod-ca-central-1",
|
|
93
83
|
"prod-us-east-1",
|
|
94
84
|
"prod-us-east-2",
|
|
95
|
-
"prod-us-west-1",
|
|
96
85
|
"prod-us-west-2",
|
|
97
86
|
"sa-east-1",
|
|
98
87
|
"us-east-1",
|
|
@@ -148,7 +148,6 @@ import {
|
|
|
148
148
|
UpdateVolumeCommandOutput,
|
|
149
149
|
} from "./commands/UpdateVolumeCommand";
|
|
150
150
|
import { FSxClient } from "./FSxClient";
|
|
151
|
-
|
|
152
151
|
export declare class FSx extends FSxClient {
|
|
153
152
|
associateFileSystemAliases(
|
|
154
153
|
args: AssociateFileSystemAliasesCommandInput,
|
|
@@ -163,7 +162,6 @@ export declare class FSx extends FSxClient {
|
|
|
163
162
|
options: __HttpHandlerOptions,
|
|
164
163
|
cb: (err: any, data?: AssociateFileSystemAliasesCommandOutput) => void
|
|
165
164
|
): void;
|
|
166
|
-
|
|
167
165
|
cancelDataRepositoryTask(
|
|
168
166
|
args: CancelDataRepositoryTaskCommandInput,
|
|
169
167
|
options?: __HttpHandlerOptions
|
|
@@ -177,7 +175,6 @@ export declare class FSx extends FSxClient {
|
|
|
177
175
|
options: __HttpHandlerOptions,
|
|
178
176
|
cb: (err: any, data?: CancelDataRepositoryTaskCommandOutput) => void
|
|
179
177
|
): void;
|
|
180
|
-
|
|
181
178
|
copyBackup(
|
|
182
179
|
args: CopyBackupCommandInput,
|
|
183
180
|
options?: __HttpHandlerOptions
|
|
@@ -191,7 +188,6 @@ export declare class FSx extends FSxClient {
|
|
|
191
188
|
options: __HttpHandlerOptions,
|
|
192
189
|
cb: (err: any, data?: CopyBackupCommandOutput) => void
|
|
193
190
|
): void;
|
|
194
|
-
|
|
195
191
|
createBackup(
|
|
196
192
|
args: CreateBackupCommandInput,
|
|
197
193
|
options?: __HttpHandlerOptions
|
|
@@ -205,7 +201,6 @@ export declare class FSx extends FSxClient {
|
|
|
205
201
|
options: __HttpHandlerOptions,
|
|
206
202
|
cb: (err: any, data?: CreateBackupCommandOutput) => void
|
|
207
203
|
): void;
|
|
208
|
-
|
|
209
204
|
createDataRepositoryAssociation(
|
|
210
205
|
args: CreateDataRepositoryAssociationCommandInput,
|
|
211
206
|
options?: __HttpHandlerOptions
|
|
@@ -219,7 +214,6 @@ export declare class FSx extends FSxClient {
|
|
|
219
214
|
options: __HttpHandlerOptions,
|
|
220
215
|
cb: (err: any, data?: CreateDataRepositoryAssociationCommandOutput) => void
|
|
221
216
|
): void;
|
|
222
|
-
|
|
223
217
|
createDataRepositoryTask(
|
|
224
218
|
args: CreateDataRepositoryTaskCommandInput,
|
|
225
219
|
options?: __HttpHandlerOptions
|
|
@@ -233,7 +227,6 @@ export declare class FSx extends FSxClient {
|
|
|
233
227
|
options: __HttpHandlerOptions,
|
|
234
228
|
cb: (err: any, data?: CreateDataRepositoryTaskCommandOutput) => void
|
|
235
229
|
): void;
|
|
236
|
-
|
|
237
230
|
createFileSystem(
|
|
238
231
|
args: CreateFileSystemCommandInput,
|
|
239
232
|
options?: __HttpHandlerOptions
|
|
@@ -247,7 +240,6 @@ export declare class FSx extends FSxClient {
|
|
|
247
240
|
options: __HttpHandlerOptions,
|
|
248
241
|
cb: (err: any, data?: CreateFileSystemCommandOutput) => void
|
|
249
242
|
): void;
|
|
250
|
-
|
|
251
243
|
createFileSystemFromBackup(
|
|
252
244
|
args: CreateFileSystemFromBackupCommandInput,
|
|
253
245
|
options?: __HttpHandlerOptions
|
|
@@ -261,7 +253,6 @@ export declare class FSx extends FSxClient {
|
|
|
261
253
|
options: __HttpHandlerOptions,
|
|
262
254
|
cb: (err: any, data?: CreateFileSystemFromBackupCommandOutput) => void
|
|
263
255
|
): void;
|
|
264
|
-
|
|
265
256
|
createSnapshot(
|
|
266
257
|
args: CreateSnapshotCommandInput,
|
|
267
258
|
options?: __HttpHandlerOptions
|
|
@@ -275,7 +266,6 @@ export declare class FSx extends FSxClient {
|
|
|
275
266
|
options: __HttpHandlerOptions,
|
|
276
267
|
cb: (err: any, data?: CreateSnapshotCommandOutput) => void
|
|
277
268
|
): void;
|
|
278
|
-
|
|
279
269
|
createStorageVirtualMachine(
|
|
280
270
|
args: CreateStorageVirtualMachineCommandInput,
|
|
281
271
|
options?: __HttpHandlerOptions
|
|
@@ -289,7 +279,6 @@ export declare class FSx extends FSxClient {
|
|
|
289
279
|
options: __HttpHandlerOptions,
|
|
290
280
|
cb: (err: any, data?: CreateStorageVirtualMachineCommandOutput) => void
|
|
291
281
|
): void;
|
|
292
|
-
|
|
293
282
|
createVolume(
|
|
294
283
|
args: CreateVolumeCommandInput,
|
|
295
284
|
options?: __HttpHandlerOptions
|
|
@@ -303,7 +292,6 @@ export declare class FSx extends FSxClient {
|
|
|
303
292
|
options: __HttpHandlerOptions,
|
|
304
293
|
cb: (err: any, data?: CreateVolumeCommandOutput) => void
|
|
305
294
|
): void;
|
|
306
|
-
|
|
307
295
|
createVolumeFromBackup(
|
|
308
296
|
args: CreateVolumeFromBackupCommandInput,
|
|
309
297
|
options?: __HttpHandlerOptions
|
|
@@ -317,7 +305,6 @@ export declare class FSx extends FSxClient {
|
|
|
317
305
|
options: __HttpHandlerOptions,
|
|
318
306
|
cb: (err: any, data?: CreateVolumeFromBackupCommandOutput) => void
|
|
319
307
|
): void;
|
|
320
|
-
|
|
321
308
|
deleteBackup(
|
|
322
309
|
args: DeleteBackupCommandInput,
|
|
323
310
|
options?: __HttpHandlerOptions
|
|
@@ -331,7 +318,6 @@ export declare class FSx extends FSxClient {
|
|
|
331
318
|
options: __HttpHandlerOptions,
|
|
332
319
|
cb: (err: any, data?: DeleteBackupCommandOutput) => void
|
|
333
320
|
): void;
|
|
334
|
-
|
|
335
321
|
deleteDataRepositoryAssociation(
|
|
336
322
|
args: DeleteDataRepositoryAssociationCommandInput,
|
|
337
323
|
options?: __HttpHandlerOptions
|
|
@@ -345,7 +331,6 @@ export declare class FSx extends FSxClient {
|
|
|
345
331
|
options: __HttpHandlerOptions,
|
|
346
332
|
cb: (err: any, data?: DeleteDataRepositoryAssociationCommandOutput) => void
|
|
347
333
|
): void;
|
|
348
|
-
|
|
349
334
|
deleteFileSystem(
|
|
350
335
|
args: DeleteFileSystemCommandInput,
|
|
351
336
|
options?: __HttpHandlerOptions
|
|
@@ -359,7 +344,6 @@ export declare class FSx extends FSxClient {
|
|
|
359
344
|
options: __HttpHandlerOptions,
|
|
360
345
|
cb: (err: any, data?: DeleteFileSystemCommandOutput) => void
|
|
361
346
|
): void;
|
|
362
|
-
|
|
363
347
|
deleteSnapshot(
|
|
364
348
|
args: DeleteSnapshotCommandInput,
|
|
365
349
|
options?: __HttpHandlerOptions
|
|
@@ -373,7 +357,6 @@ export declare class FSx extends FSxClient {
|
|
|
373
357
|
options: __HttpHandlerOptions,
|
|
374
358
|
cb: (err: any, data?: DeleteSnapshotCommandOutput) => void
|
|
375
359
|
): void;
|
|
376
|
-
|
|
377
360
|
deleteStorageVirtualMachine(
|
|
378
361
|
args: DeleteStorageVirtualMachineCommandInput,
|
|
379
362
|
options?: __HttpHandlerOptions
|
|
@@ -387,7 +370,6 @@ export declare class FSx extends FSxClient {
|
|
|
387
370
|
options: __HttpHandlerOptions,
|
|
388
371
|
cb: (err: any, data?: DeleteStorageVirtualMachineCommandOutput) => void
|
|
389
372
|
): void;
|
|
390
|
-
|
|
391
373
|
deleteVolume(
|
|
392
374
|
args: DeleteVolumeCommandInput,
|
|
393
375
|
options?: __HttpHandlerOptions
|
|
@@ -401,7 +383,6 @@ export declare class FSx extends FSxClient {
|
|
|
401
383
|
options: __HttpHandlerOptions,
|
|
402
384
|
cb: (err: any, data?: DeleteVolumeCommandOutput) => void
|
|
403
385
|
): void;
|
|
404
|
-
|
|
405
386
|
describeBackups(
|
|
406
387
|
args: DescribeBackupsCommandInput,
|
|
407
388
|
options?: __HttpHandlerOptions
|
|
@@ -415,7 +396,6 @@ export declare class FSx extends FSxClient {
|
|
|
415
396
|
options: __HttpHandlerOptions,
|
|
416
397
|
cb: (err: any, data?: DescribeBackupsCommandOutput) => void
|
|
417
398
|
): void;
|
|
418
|
-
|
|
419
399
|
describeDataRepositoryAssociations(
|
|
420
400
|
args: DescribeDataRepositoryAssociationsCommandInput,
|
|
421
401
|
options?: __HttpHandlerOptions
|
|
@@ -435,7 +415,6 @@ export declare class FSx extends FSxClient {
|
|
|
435
415
|
data?: DescribeDataRepositoryAssociationsCommandOutput
|
|
436
416
|
) => void
|
|
437
417
|
): void;
|
|
438
|
-
|
|
439
418
|
describeDataRepositoryTasks(
|
|
440
419
|
args: DescribeDataRepositoryTasksCommandInput,
|
|
441
420
|
options?: __HttpHandlerOptions
|
|
@@ -449,7 +428,6 @@ export declare class FSx extends FSxClient {
|
|
|
449
428
|
options: __HttpHandlerOptions,
|
|
450
429
|
cb: (err: any, data?: DescribeDataRepositoryTasksCommandOutput) => void
|
|
451
430
|
): void;
|
|
452
|
-
|
|
453
431
|
describeFileSystemAliases(
|
|
454
432
|
args: DescribeFileSystemAliasesCommandInput,
|
|
455
433
|
options?: __HttpHandlerOptions
|
|
@@ -463,7 +441,6 @@ export declare class FSx extends FSxClient {
|
|
|
463
441
|
options: __HttpHandlerOptions,
|
|
464
442
|
cb: (err: any, data?: DescribeFileSystemAliasesCommandOutput) => void
|
|
465
443
|
): void;
|
|
466
|
-
|
|
467
444
|
describeFileSystems(
|
|
468
445
|
args: DescribeFileSystemsCommandInput,
|
|
469
446
|
options?: __HttpHandlerOptions
|
|
@@ -477,7 +454,6 @@ export declare class FSx extends FSxClient {
|
|
|
477
454
|
options: __HttpHandlerOptions,
|
|
478
455
|
cb: (err: any, data?: DescribeFileSystemsCommandOutput) => void
|
|
479
456
|
): void;
|
|
480
|
-
|
|
481
457
|
describeSnapshots(
|
|
482
458
|
args: DescribeSnapshotsCommandInput,
|
|
483
459
|
options?: __HttpHandlerOptions
|
|
@@ -491,7 +467,6 @@ export declare class FSx extends FSxClient {
|
|
|
491
467
|
options: __HttpHandlerOptions,
|
|
492
468
|
cb: (err: any, data?: DescribeSnapshotsCommandOutput) => void
|
|
493
469
|
): void;
|
|
494
|
-
|
|
495
470
|
describeStorageVirtualMachines(
|
|
496
471
|
args: DescribeStorageVirtualMachinesCommandInput,
|
|
497
472
|
options?: __HttpHandlerOptions
|
|
@@ -505,7 +480,6 @@ export declare class FSx extends FSxClient {
|
|
|
505
480
|
options: __HttpHandlerOptions,
|
|
506
481
|
cb: (err: any, data?: DescribeStorageVirtualMachinesCommandOutput) => void
|
|
507
482
|
): void;
|
|
508
|
-
|
|
509
483
|
describeVolumes(
|
|
510
484
|
args: DescribeVolumesCommandInput,
|
|
511
485
|
options?: __HttpHandlerOptions
|
|
@@ -519,7 +493,6 @@ export declare class FSx extends FSxClient {
|
|
|
519
493
|
options: __HttpHandlerOptions,
|
|
520
494
|
cb: (err: any, data?: DescribeVolumesCommandOutput) => void
|
|
521
495
|
): void;
|
|
522
|
-
|
|
523
496
|
disassociateFileSystemAliases(
|
|
524
497
|
args: DisassociateFileSystemAliasesCommandInput,
|
|
525
498
|
options?: __HttpHandlerOptions
|
|
@@ -533,7 +506,6 @@ export declare class FSx extends FSxClient {
|
|
|
533
506
|
options: __HttpHandlerOptions,
|
|
534
507
|
cb: (err: any, data?: DisassociateFileSystemAliasesCommandOutput) => void
|
|
535
508
|
): void;
|
|
536
|
-
|
|
537
509
|
listTagsForResource(
|
|
538
510
|
args: ListTagsForResourceCommandInput,
|
|
539
511
|
options?: __HttpHandlerOptions
|
|
@@ -547,7 +519,6 @@ export declare class FSx extends FSxClient {
|
|
|
547
519
|
options: __HttpHandlerOptions,
|
|
548
520
|
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
549
521
|
): void;
|
|
550
|
-
|
|
551
522
|
releaseFileSystemNfsV3Locks(
|
|
552
523
|
args: ReleaseFileSystemNfsV3LocksCommandInput,
|
|
553
524
|
options?: __HttpHandlerOptions
|
|
@@ -561,7 +532,6 @@ export declare class FSx extends FSxClient {
|
|
|
561
532
|
options: __HttpHandlerOptions,
|
|
562
533
|
cb: (err: any, data?: ReleaseFileSystemNfsV3LocksCommandOutput) => void
|
|
563
534
|
): void;
|
|
564
|
-
|
|
565
535
|
restoreVolumeFromSnapshot(
|
|
566
536
|
args: RestoreVolumeFromSnapshotCommandInput,
|
|
567
537
|
options?: __HttpHandlerOptions
|
|
@@ -575,7 +545,6 @@ export declare class FSx extends FSxClient {
|
|
|
575
545
|
options: __HttpHandlerOptions,
|
|
576
546
|
cb: (err: any, data?: RestoreVolumeFromSnapshotCommandOutput) => void
|
|
577
547
|
): void;
|
|
578
|
-
|
|
579
548
|
tagResource(
|
|
580
549
|
args: TagResourceCommandInput,
|
|
581
550
|
options?: __HttpHandlerOptions
|
|
@@ -589,7 +558,6 @@ export declare class FSx extends FSxClient {
|
|
|
589
558
|
options: __HttpHandlerOptions,
|
|
590
559
|
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
591
560
|
): void;
|
|
592
|
-
|
|
593
561
|
untagResource(
|
|
594
562
|
args: UntagResourceCommandInput,
|
|
595
563
|
options?: __HttpHandlerOptions
|
|
@@ -603,7 +571,6 @@ export declare class FSx extends FSxClient {
|
|
|
603
571
|
options: __HttpHandlerOptions,
|
|
604
572
|
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
605
573
|
): void;
|
|
606
|
-
|
|
607
574
|
updateDataRepositoryAssociation(
|
|
608
575
|
args: UpdateDataRepositoryAssociationCommandInput,
|
|
609
576
|
options?: __HttpHandlerOptions
|
|
@@ -617,7 +584,6 @@ export declare class FSx extends FSxClient {
|
|
|
617
584
|
options: __HttpHandlerOptions,
|
|
618
585
|
cb: (err: any, data?: UpdateDataRepositoryAssociationCommandOutput) => void
|
|
619
586
|
): void;
|
|
620
|
-
|
|
621
587
|
updateFileSystem(
|
|
622
588
|
args: UpdateFileSystemCommandInput,
|
|
623
589
|
options?: __HttpHandlerOptions
|
|
@@ -631,7 +597,6 @@ export declare class FSx extends FSxClient {
|
|
|
631
597
|
options: __HttpHandlerOptions,
|
|
632
598
|
cb: (err: any, data?: UpdateFileSystemCommandOutput) => void
|
|
633
599
|
): void;
|
|
634
|
-
|
|
635
600
|
updateSnapshot(
|
|
636
601
|
args: UpdateSnapshotCommandInput,
|
|
637
602
|
options?: __HttpHandlerOptions
|
|
@@ -645,7 +610,6 @@ export declare class FSx extends FSxClient {
|
|
|
645
610
|
options: __HttpHandlerOptions,
|
|
646
611
|
cb: (err: any, data?: UpdateSnapshotCommandOutput) => void
|
|
647
612
|
): void;
|
|
648
|
-
|
|
649
613
|
updateStorageVirtualMachine(
|
|
650
614
|
args: UpdateStorageVirtualMachineCommandInput,
|
|
651
615
|
options?: __HttpHandlerOptions
|
|
@@ -659,7 +623,6 @@ export declare class FSx extends FSxClient {
|
|
|
659
623
|
options: __HttpHandlerOptions,
|
|
660
624
|
cb: (err: any, data?: UpdateStorageVirtualMachineCommandOutput) => void
|
|
661
625
|
): void;
|
|
662
|
-
|
|
663
626
|
updateVolume(
|
|
664
627
|
args: UpdateVolumeCommandInput,
|
|
665
628
|
options?: __HttpHandlerOptions
|
|
@@ -269,47 +269,26 @@ export declare type ServiceOutputTypes =
|
|
|
269
269
|
export interface ClientDefaults
|
|
270
270
|
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
271
271
|
requestHandler?: __HttpHandler;
|
|
272
|
-
|
|
273
272
|
sha256?: __HashConstructor;
|
|
274
|
-
|
|
275
273
|
urlParser?: __UrlParser;
|
|
276
|
-
|
|
277
274
|
bodyLengthChecker?: __BodyLengthCalculator;
|
|
278
|
-
|
|
279
275
|
streamCollector?: __StreamCollector;
|
|
280
|
-
|
|
281
276
|
base64Decoder?: __Decoder;
|
|
282
|
-
|
|
283
277
|
base64Encoder?: __Encoder;
|
|
284
|
-
|
|
285
278
|
utf8Decoder?: __Decoder;
|
|
286
|
-
|
|
287
279
|
utf8Encoder?: __Encoder;
|
|
288
|
-
|
|
289
280
|
runtime?: string;
|
|
290
|
-
|
|
291
281
|
disableHostPrefix?: boolean;
|
|
292
|
-
|
|
293
282
|
maxAttempts?: number | __Provider<number>;
|
|
294
|
-
|
|
295
283
|
retryMode?: string | __Provider<string>;
|
|
296
|
-
|
|
297
284
|
logger?: __Logger;
|
|
298
|
-
|
|
299
285
|
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
300
|
-
|
|
301
286
|
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
302
|
-
|
|
303
287
|
serviceId?: string;
|
|
304
|
-
|
|
305
288
|
region?: string | __Provider<string>;
|
|
306
|
-
|
|
307
289
|
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
308
|
-
|
|
309
290
|
regionInfoProvider?: RegionInfoProvider;
|
|
310
|
-
|
|
311
291
|
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
312
|
-
|
|
313
292
|
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
314
293
|
}
|
|
315
294
|
declare type FSxClientConfigType = Partial<
|
|
@@ -322,7 +301,6 @@ declare type FSxClientConfigType = Partial<
|
|
|
322
301
|
HostHeaderInputConfig &
|
|
323
302
|
AwsAuthInputConfig &
|
|
324
303
|
UserAgentInputConfig;
|
|
325
|
-
|
|
326
304
|
export interface FSxClientConfig extends FSxClientConfigType {}
|
|
327
305
|
declare type FSxClientResolvedConfigType =
|
|
328
306
|
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
@@ -333,9 +311,7 @@ declare type FSxClientResolvedConfigType =
|
|
|
333
311
|
HostHeaderResolvedConfig &
|
|
334
312
|
AwsAuthResolvedConfig &
|
|
335
313
|
UserAgentResolvedConfig;
|
|
336
|
-
|
|
337
314
|
export interface FSxClientResolvedConfig extends FSxClientResolvedConfigType {}
|
|
338
|
-
|
|
339
315
|
export declare class FSxClient extends __Client<
|
|
340
316
|
__HttpHandlerOptions,
|
|
341
317
|
ServiceInputTypes,
|
|
@@ -344,7 +320,6 @@ export declare class FSxClient extends __Client<
|
|
|
344
320
|
> {
|
|
345
321
|
readonly config: FSxClientResolvedConfig;
|
|
346
322
|
constructor(configuration: FSxClientConfig);
|
|
347
|
-
|
|
348
323
|
destroy(): void;
|
|
349
324
|
}
|
|
350
325
|
export {};
|
|
@@ -19,7 +19,6 @@ export interface AssociateFileSystemAliasesCommandInput
|
|
|
19
19
|
export interface AssociateFileSystemAliasesCommandOutput
|
|
20
20
|
extends AssociateFileSystemAliasesResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class AssociateFileSystemAliasesCommand extends $Command<
|
|
24
23
|
AssociateFileSystemAliasesCommandInput,
|
|
25
24
|
AssociateFileSystemAliasesCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class AssociateFileSystemAliasesCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: AssociateFileSystemAliasesCommandInput;
|
|
29
28
|
constructor(input: AssociateFileSystemAliasesCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: FSxClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface CancelDataRepositoryTaskCommandInput
|
|
|
19
19
|
export interface CancelDataRepositoryTaskCommandOutput
|
|
20
20
|
extends CancelDataRepositoryTaskResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class CancelDataRepositoryTaskCommand extends $Command<
|
|
24
23
|
CancelDataRepositoryTaskCommandInput,
|
|
25
24
|
CancelDataRepositoryTaskCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class CancelDataRepositoryTaskCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: CancelDataRepositoryTaskCommandInput;
|
|
29
28
|
constructor(input: CancelDataRepositoryTaskCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: FSxClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface CopyBackupCommandInput extends CopyBackupRequest {}
|
|
|
15
15
|
export interface CopyBackupCommandOutput
|
|
16
16
|
extends CopyBackupResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class CopyBackupCommand extends $Command<
|
|
20
19
|
CopyBackupCommandInput,
|
|
21
20
|
CopyBackupCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class CopyBackupCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: CopyBackupCommandInput;
|
|
25
24
|
constructor(input: CopyBackupCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: FSxClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface CreateBackupCommandInput extends CreateBackupRequest {}
|
|
|
15
15
|
export interface CreateBackupCommandOutput
|
|
16
16
|
extends CreateBackupResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class CreateBackupCommand extends $Command<
|
|
20
19
|
CreateBackupCommandInput,
|
|
21
20
|
CreateBackupCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class CreateBackupCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: CreateBackupCommandInput;
|
|
25
24
|
constructor(input: CreateBackupCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: FSxClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface CreateDataRepositoryAssociationCommandInput
|
|
|
19
19
|
export interface CreateDataRepositoryAssociationCommandOutput
|
|
20
20
|
extends CreateDataRepositoryAssociationResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class CreateDataRepositoryAssociationCommand extends $Command<
|
|
24
23
|
CreateDataRepositoryAssociationCommandInput,
|
|
25
24
|
CreateDataRepositoryAssociationCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class CreateDataRepositoryAssociationCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: CreateDataRepositoryAssociationCommandInput;
|
|
29
28
|
constructor(input: CreateDataRepositoryAssociationCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: FSxClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface CreateDataRepositoryTaskCommandInput
|
|
|
19
19
|
export interface CreateDataRepositoryTaskCommandOutput
|
|
20
20
|
extends CreateDataRepositoryTaskResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class CreateDataRepositoryTaskCommand extends $Command<
|
|
24
23
|
CreateDataRepositoryTaskCommandInput,
|
|
25
24
|
CreateDataRepositoryTaskCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class CreateDataRepositoryTaskCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: CreateDataRepositoryTaskCommandInput;
|
|
29
28
|
constructor(input: CreateDataRepositoryTaskCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: FSxClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface CreateFileSystemCommandInput extends CreateFileSystemRequest {}
|
|
|
18
18
|
export interface CreateFileSystemCommandOutput
|
|
19
19
|
extends CreateFileSystemResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class CreateFileSystemCommand extends $Command<
|
|
23
22
|
CreateFileSystemCommandInput,
|
|
24
23
|
CreateFileSystemCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class CreateFileSystemCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: CreateFileSystemCommandInput;
|
|
28
27
|
constructor(input: CreateFileSystemCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: FSxClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface CreateFileSystemFromBackupCommandInput
|
|
|
19
19
|
export interface CreateFileSystemFromBackupCommandOutput
|
|
20
20
|
extends CreateFileSystemFromBackupResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class CreateFileSystemFromBackupCommand extends $Command<
|
|
24
23
|
CreateFileSystemFromBackupCommandInput,
|
|
25
24
|
CreateFileSystemFromBackupCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class CreateFileSystemFromBackupCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: CreateFileSystemFromBackupCommandInput;
|
|
29
28
|
constructor(input: CreateFileSystemFromBackupCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: FSxClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface CreateSnapshotCommandInput extends CreateSnapshotRequest {}
|
|
|
18
18
|
export interface CreateSnapshotCommandOutput
|
|
19
19
|
extends CreateSnapshotResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class CreateSnapshotCommand extends $Command<
|
|
23
22
|
CreateSnapshotCommandInput,
|
|
24
23
|
CreateSnapshotCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class CreateSnapshotCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: CreateSnapshotCommandInput;
|
|
28
27
|
constructor(input: CreateSnapshotCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: FSxClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface CreateStorageVirtualMachineCommandInput
|
|
|
19
19
|
export interface CreateStorageVirtualMachineCommandOutput
|
|
20
20
|
extends CreateStorageVirtualMachineResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class CreateStorageVirtualMachineCommand extends $Command<
|
|
24
23
|
CreateStorageVirtualMachineCommandInput,
|
|
25
24
|
CreateStorageVirtualMachineCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class CreateStorageVirtualMachineCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: CreateStorageVirtualMachineCommandInput;
|
|
29
28
|
constructor(input: CreateStorageVirtualMachineCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: FSxClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface CreateVolumeCommandInput extends CreateVolumeRequest {}
|
|
|
15
15
|
export interface CreateVolumeCommandOutput
|
|
16
16
|
extends CreateVolumeResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class CreateVolumeCommand extends $Command<
|
|
20
19
|
CreateVolumeCommandInput,
|
|
21
20
|
CreateVolumeCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class CreateVolumeCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: CreateVolumeCommandInput;
|
|
25
24
|
constructor(input: CreateVolumeCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: FSxClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface CreateVolumeFromBackupCommandInput
|
|
|
19
19
|
export interface CreateVolumeFromBackupCommandOutput
|
|
20
20
|
extends CreateVolumeFromBackupResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class CreateVolumeFromBackupCommand extends $Command<
|
|
24
23
|
CreateVolumeFromBackupCommandInput,
|
|
25
24
|
CreateVolumeFromBackupCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class CreateVolumeFromBackupCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: CreateVolumeFromBackupCommandInput;
|
|
29
28
|
constructor(input: CreateVolumeFromBackupCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: FSxClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface DeleteBackupCommandInput extends DeleteBackupRequest {}
|
|
|
15
15
|
export interface DeleteBackupCommandOutput
|
|
16
16
|
extends DeleteBackupResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class DeleteBackupCommand extends $Command<
|
|
20
19
|
DeleteBackupCommandInput,
|
|
21
20
|
DeleteBackupCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class DeleteBackupCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: DeleteBackupCommandInput;
|
|
25
24
|
constructor(input: DeleteBackupCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: FSxClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DeleteDataRepositoryAssociationCommandInput
|
|
|
19
19
|
export interface DeleteDataRepositoryAssociationCommandOutput
|
|
20
20
|
extends DeleteDataRepositoryAssociationResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DeleteDataRepositoryAssociationCommand extends $Command<
|
|
24
23
|
DeleteDataRepositoryAssociationCommandInput,
|
|
25
24
|
DeleteDataRepositoryAssociationCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DeleteDataRepositoryAssociationCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DeleteDataRepositoryAssociationCommandInput;
|
|
29
28
|
constructor(input: DeleteDataRepositoryAssociationCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: FSxClientResolvedConfig,
|