@aws-sdk/client-storage-gateway 3.957.0 → 3.958.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/README.md +1 -102
- package/dist-cjs/auth/httpAuthSchemeProvider.js +3 -4
- package/dist-cjs/index.js +1282 -1513
- package/dist-cjs/runtimeConfig.browser.js +1 -2
- package/dist-cjs/runtimeConfig.js +2 -4
- package/dist-es/auth/httpAuthSchemeProvider.js +3 -4
- package/dist-es/pagination/index.js +1 -1
- package/dist-es/runtimeConfig.browser.js +1 -2
- package/dist-es/runtimeConfig.js +4 -6
- package/dist-es/schemas/schemas_0.js +1285 -1516
- package/dist-types/pagination/index.d.ts +1 -1
- package/dist-types/ts3.4/pagination/index.d.ts +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -8,7 +8,6 @@ AWS SDK for JavaScript StorageGateway Client for Node.js, Browser and React Nati
|
|
|
8
8
|
|
|
9
9
|
<fullname>Storage Gateway Service</fullname>
|
|
10
10
|
<important>
|
|
11
|
-
|
|
12
11
|
<p>Amazon FSx File Gateway is no longer available to new customers. Existing
|
|
13
12
|
customers of FSx File Gateway can continue to use the service normally. For
|
|
14
13
|
capabilities similar to FSx File Gateway, visit <a href="https://aws.amazon.com/blogs/storage/switch-your-file-share-access-from-amazon-fsx-file-gateway-to-amazon-fsx-for-windows-file-server/">this blog post</a>.</p>
|
|
@@ -73,10 +72,8 @@ Heads-up – Longer Storage Gateway volume and snapshot IDs coming in
|
|
|
73
72
|
</important>
|
|
74
73
|
|
|
75
74
|
## Installing
|
|
76
|
-
|
|
77
75
|
To install this package, simply type add or install @aws-sdk/client-storage-gateway
|
|
78
76
|
using your favorite package manager:
|
|
79
|
-
|
|
80
77
|
- `npm install @aws-sdk/client-storage-gateway`
|
|
81
78
|
- `yarn add @aws-sdk/client-storage-gateway`
|
|
82
79
|
- `pnpm add @aws-sdk/client-storage-gateway`
|
|
@@ -112,9 +109,7 @@ To send a request, you:
|
|
|
112
109
|
// a client can be shared by different commands.
|
|
113
110
|
const client = new StorageGatewayClient({ region: "REGION" });
|
|
114
111
|
|
|
115
|
-
const params = {
|
|
116
|
-
/** input parameters */
|
|
117
|
-
};
|
|
112
|
+
const params = { /** input parameters */ };
|
|
118
113
|
const command = new ListTapesCommand(params);
|
|
119
114
|
```
|
|
120
115
|
|
|
@@ -273,7 +268,6 @@ ActivateGateway
|
|
|
273
268
|
</summary>
|
|
274
269
|
|
|
275
270
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/storage-gateway/command/ActivateGatewayCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-storage-gateway/Interface/ActivateGatewayCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-storage-gateway/Interface/ActivateGatewayCommandOutput/)
|
|
276
|
-
|
|
277
271
|
</details>
|
|
278
272
|
<details>
|
|
279
273
|
<summary>
|
|
@@ -281,7 +275,6 @@ AddCache
|
|
|
281
275
|
</summary>
|
|
282
276
|
|
|
283
277
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/storage-gateway/command/AddCacheCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-storage-gateway/Interface/AddCacheCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-storage-gateway/Interface/AddCacheCommandOutput/)
|
|
284
|
-
|
|
285
278
|
</details>
|
|
286
279
|
<details>
|
|
287
280
|
<summary>
|
|
@@ -289,7 +282,6 @@ AddTagsToResource
|
|
|
289
282
|
</summary>
|
|
290
283
|
|
|
291
284
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/storage-gateway/command/AddTagsToResourceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-storage-gateway/Interface/AddTagsToResourceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-storage-gateway/Interface/AddTagsToResourceCommandOutput/)
|
|
292
|
-
|
|
293
285
|
</details>
|
|
294
286
|
<details>
|
|
295
287
|
<summary>
|
|
@@ -297,7 +289,6 @@ AddUploadBuffer
|
|
|
297
289
|
</summary>
|
|
298
290
|
|
|
299
291
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/storage-gateway/command/AddUploadBufferCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-storage-gateway/Interface/AddUploadBufferCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-storage-gateway/Interface/AddUploadBufferCommandOutput/)
|
|
300
|
-
|
|
301
292
|
</details>
|
|
302
293
|
<details>
|
|
303
294
|
<summary>
|
|
@@ -305,7 +296,6 @@ AddWorkingStorage
|
|
|
305
296
|
</summary>
|
|
306
297
|
|
|
307
298
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/storage-gateway/command/AddWorkingStorageCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-storage-gateway/Interface/AddWorkingStorageCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-storage-gateway/Interface/AddWorkingStorageCommandOutput/)
|
|
308
|
-
|
|
309
299
|
</details>
|
|
310
300
|
<details>
|
|
311
301
|
<summary>
|
|
@@ -313,7 +303,6 @@ AssignTapePool
|
|
|
313
303
|
</summary>
|
|
314
304
|
|
|
315
305
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/storage-gateway/command/AssignTapePoolCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-storage-gateway/Interface/AssignTapePoolCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-storage-gateway/Interface/AssignTapePoolCommandOutput/)
|
|
316
|
-
|
|
317
306
|
</details>
|
|
318
307
|
<details>
|
|
319
308
|
<summary>
|
|
@@ -321,7 +310,6 @@ AssociateFileSystem
|
|
|
321
310
|
</summary>
|
|
322
311
|
|
|
323
312
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/storage-gateway/command/AssociateFileSystemCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-storage-gateway/Interface/AssociateFileSystemCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-storage-gateway/Interface/AssociateFileSystemCommandOutput/)
|
|
324
|
-
|
|
325
313
|
</details>
|
|
326
314
|
<details>
|
|
327
315
|
<summary>
|
|
@@ -329,7 +317,6 @@ AttachVolume
|
|
|
329
317
|
</summary>
|
|
330
318
|
|
|
331
319
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/storage-gateway/command/AttachVolumeCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-storage-gateway/Interface/AttachVolumeCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-storage-gateway/Interface/AttachVolumeCommandOutput/)
|
|
332
|
-
|
|
333
320
|
</details>
|
|
334
321
|
<details>
|
|
335
322
|
<summary>
|
|
@@ -337,7 +324,6 @@ CancelArchival
|
|
|
337
324
|
</summary>
|
|
338
325
|
|
|
339
326
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/storage-gateway/command/CancelArchivalCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-storage-gateway/Interface/CancelArchivalCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-storage-gateway/Interface/CancelArchivalCommandOutput/)
|
|
340
|
-
|
|
341
327
|
</details>
|
|
342
328
|
<details>
|
|
343
329
|
<summary>
|
|
@@ -345,7 +331,6 @@ CancelCacheReport
|
|
|
345
331
|
</summary>
|
|
346
332
|
|
|
347
333
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/storage-gateway/command/CancelCacheReportCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-storage-gateway/Interface/CancelCacheReportCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-storage-gateway/Interface/CancelCacheReportCommandOutput/)
|
|
348
|
-
|
|
349
334
|
</details>
|
|
350
335
|
<details>
|
|
351
336
|
<summary>
|
|
@@ -353,7 +338,6 @@ CancelRetrieval
|
|
|
353
338
|
</summary>
|
|
354
339
|
|
|
355
340
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/storage-gateway/command/CancelRetrievalCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-storage-gateway/Interface/CancelRetrievalCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-storage-gateway/Interface/CancelRetrievalCommandOutput/)
|
|
356
|
-
|
|
357
341
|
</details>
|
|
358
342
|
<details>
|
|
359
343
|
<summary>
|
|
@@ -361,7 +345,6 @@ CreateCachediSCSIVolume
|
|
|
361
345
|
</summary>
|
|
362
346
|
|
|
363
347
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/storage-gateway/command/CreateCachediSCSIVolumeCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-storage-gateway/Interface/CreateCachediSCSIVolumeCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-storage-gateway/Interface/CreateCachediSCSIVolumeCommandOutput/)
|
|
364
|
-
|
|
365
348
|
</details>
|
|
366
349
|
<details>
|
|
367
350
|
<summary>
|
|
@@ -369,7 +352,6 @@ CreateNFSFileShare
|
|
|
369
352
|
</summary>
|
|
370
353
|
|
|
371
354
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/storage-gateway/command/CreateNFSFileShareCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-storage-gateway/Interface/CreateNFSFileShareCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-storage-gateway/Interface/CreateNFSFileShareCommandOutput/)
|
|
372
|
-
|
|
373
355
|
</details>
|
|
374
356
|
<details>
|
|
375
357
|
<summary>
|
|
@@ -377,7 +359,6 @@ CreateSMBFileShare
|
|
|
377
359
|
</summary>
|
|
378
360
|
|
|
379
361
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/storage-gateway/command/CreateSMBFileShareCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-storage-gateway/Interface/CreateSMBFileShareCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-storage-gateway/Interface/CreateSMBFileShareCommandOutput/)
|
|
380
|
-
|
|
381
362
|
</details>
|
|
382
363
|
<details>
|
|
383
364
|
<summary>
|
|
@@ -385,7 +366,6 @@ CreateSnapshot
|
|
|
385
366
|
</summary>
|
|
386
367
|
|
|
387
368
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/storage-gateway/command/CreateSnapshotCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-storage-gateway/Interface/CreateSnapshotCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-storage-gateway/Interface/CreateSnapshotCommandOutput/)
|
|
388
|
-
|
|
389
369
|
</details>
|
|
390
370
|
<details>
|
|
391
371
|
<summary>
|
|
@@ -393,7 +373,6 @@ CreateSnapshotFromVolumeRecoveryPoint
|
|
|
393
373
|
</summary>
|
|
394
374
|
|
|
395
375
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/storage-gateway/command/CreateSnapshotFromVolumeRecoveryPointCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-storage-gateway/Interface/CreateSnapshotFromVolumeRecoveryPointCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-storage-gateway/Interface/CreateSnapshotFromVolumeRecoveryPointCommandOutput/)
|
|
396
|
-
|
|
397
376
|
</details>
|
|
398
377
|
<details>
|
|
399
378
|
<summary>
|
|
@@ -401,7 +380,6 @@ CreateStorediSCSIVolume
|
|
|
401
380
|
</summary>
|
|
402
381
|
|
|
403
382
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/storage-gateway/command/CreateStorediSCSIVolumeCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-storage-gateway/Interface/CreateStorediSCSIVolumeCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-storage-gateway/Interface/CreateStorediSCSIVolumeCommandOutput/)
|
|
404
|
-
|
|
405
383
|
</details>
|
|
406
384
|
<details>
|
|
407
385
|
<summary>
|
|
@@ -409,7 +387,6 @@ CreateTapePool
|
|
|
409
387
|
</summary>
|
|
410
388
|
|
|
411
389
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/storage-gateway/command/CreateTapePoolCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-storage-gateway/Interface/CreateTapePoolCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-storage-gateway/Interface/CreateTapePoolCommandOutput/)
|
|
412
|
-
|
|
413
390
|
</details>
|
|
414
391
|
<details>
|
|
415
392
|
<summary>
|
|
@@ -417,7 +394,6 @@ CreateTapes
|
|
|
417
394
|
</summary>
|
|
418
395
|
|
|
419
396
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/storage-gateway/command/CreateTapesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-storage-gateway/Interface/CreateTapesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-storage-gateway/Interface/CreateTapesCommandOutput/)
|
|
420
|
-
|
|
421
397
|
</details>
|
|
422
398
|
<details>
|
|
423
399
|
<summary>
|
|
@@ -425,7 +401,6 @@ CreateTapeWithBarcode
|
|
|
425
401
|
</summary>
|
|
426
402
|
|
|
427
403
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/storage-gateway/command/CreateTapeWithBarcodeCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-storage-gateway/Interface/CreateTapeWithBarcodeCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-storage-gateway/Interface/CreateTapeWithBarcodeCommandOutput/)
|
|
428
|
-
|
|
429
404
|
</details>
|
|
430
405
|
<details>
|
|
431
406
|
<summary>
|
|
@@ -433,7 +408,6 @@ DeleteAutomaticTapeCreationPolicy
|
|
|
433
408
|
</summary>
|
|
434
409
|
|
|
435
410
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/storage-gateway/command/DeleteAutomaticTapeCreationPolicyCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-storage-gateway/Interface/DeleteAutomaticTapeCreationPolicyCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-storage-gateway/Interface/DeleteAutomaticTapeCreationPolicyCommandOutput/)
|
|
436
|
-
|
|
437
411
|
</details>
|
|
438
412
|
<details>
|
|
439
413
|
<summary>
|
|
@@ -441,7 +415,6 @@ DeleteBandwidthRateLimit
|
|
|
441
415
|
</summary>
|
|
442
416
|
|
|
443
417
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/storage-gateway/command/DeleteBandwidthRateLimitCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-storage-gateway/Interface/DeleteBandwidthRateLimitCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-storage-gateway/Interface/DeleteBandwidthRateLimitCommandOutput/)
|
|
444
|
-
|
|
445
418
|
</details>
|
|
446
419
|
<details>
|
|
447
420
|
<summary>
|
|
@@ -449,7 +422,6 @@ DeleteCacheReport
|
|
|
449
422
|
</summary>
|
|
450
423
|
|
|
451
424
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/storage-gateway/command/DeleteCacheReportCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-storage-gateway/Interface/DeleteCacheReportCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-storage-gateway/Interface/DeleteCacheReportCommandOutput/)
|
|
452
|
-
|
|
453
425
|
</details>
|
|
454
426
|
<details>
|
|
455
427
|
<summary>
|
|
@@ -457,7 +429,6 @@ DeleteChapCredentials
|
|
|
457
429
|
</summary>
|
|
458
430
|
|
|
459
431
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/storage-gateway/command/DeleteChapCredentialsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-storage-gateway/Interface/DeleteChapCredentialsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-storage-gateway/Interface/DeleteChapCredentialsCommandOutput/)
|
|
460
|
-
|
|
461
432
|
</details>
|
|
462
433
|
<details>
|
|
463
434
|
<summary>
|
|
@@ -465,7 +436,6 @@ DeleteFileShare
|
|
|
465
436
|
</summary>
|
|
466
437
|
|
|
467
438
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/storage-gateway/command/DeleteFileShareCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-storage-gateway/Interface/DeleteFileShareCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-storage-gateway/Interface/DeleteFileShareCommandOutput/)
|
|
468
|
-
|
|
469
439
|
</details>
|
|
470
440
|
<details>
|
|
471
441
|
<summary>
|
|
@@ -473,7 +443,6 @@ DeleteGateway
|
|
|
473
443
|
</summary>
|
|
474
444
|
|
|
475
445
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/storage-gateway/command/DeleteGatewayCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-storage-gateway/Interface/DeleteGatewayCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-storage-gateway/Interface/DeleteGatewayCommandOutput/)
|
|
476
|
-
|
|
477
446
|
</details>
|
|
478
447
|
<details>
|
|
479
448
|
<summary>
|
|
@@ -481,7 +450,6 @@ DeleteSnapshotSchedule
|
|
|
481
450
|
</summary>
|
|
482
451
|
|
|
483
452
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/storage-gateway/command/DeleteSnapshotScheduleCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-storage-gateway/Interface/DeleteSnapshotScheduleCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-storage-gateway/Interface/DeleteSnapshotScheduleCommandOutput/)
|
|
484
|
-
|
|
485
453
|
</details>
|
|
486
454
|
<details>
|
|
487
455
|
<summary>
|
|
@@ -489,7 +457,6 @@ DeleteTape
|
|
|
489
457
|
</summary>
|
|
490
458
|
|
|
491
459
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/storage-gateway/command/DeleteTapeCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-storage-gateway/Interface/DeleteTapeCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-storage-gateway/Interface/DeleteTapeCommandOutput/)
|
|
492
|
-
|
|
493
460
|
</details>
|
|
494
461
|
<details>
|
|
495
462
|
<summary>
|
|
@@ -497,7 +464,6 @@ DeleteTapeArchive
|
|
|
497
464
|
</summary>
|
|
498
465
|
|
|
499
466
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/storage-gateway/command/DeleteTapeArchiveCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-storage-gateway/Interface/DeleteTapeArchiveCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-storage-gateway/Interface/DeleteTapeArchiveCommandOutput/)
|
|
500
|
-
|
|
501
467
|
</details>
|
|
502
468
|
<details>
|
|
503
469
|
<summary>
|
|
@@ -505,7 +471,6 @@ DeleteTapePool
|
|
|
505
471
|
</summary>
|
|
506
472
|
|
|
507
473
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/storage-gateway/command/DeleteTapePoolCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-storage-gateway/Interface/DeleteTapePoolCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-storage-gateway/Interface/DeleteTapePoolCommandOutput/)
|
|
508
|
-
|
|
509
474
|
</details>
|
|
510
475
|
<details>
|
|
511
476
|
<summary>
|
|
@@ -513,7 +478,6 @@ DeleteVolume
|
|
|
513
478
|
</summary>
|
|
514
479
|
|
|
515
480
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/storage-gateway/command/DeleteVolumeCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-storage-gateway/Interface/DeleteVolumeCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-storage-gateway/Interface/DeleteVolumeCommandOutput/)
|
|
516
|
-
|
|
517
481
|
</details>
|
|
518
482
|
<details>
|
|
519
483
|
<summary>
|
|
@@ -521,7 +485,6 @@ DescribeAvailabilityMonitorTest
|
|
|
521
485
|
</summary>
|
|
522
486
|
|
|
523
487
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/storage-gateway/command/DescribeAvailabilityMonitorTestCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-storage-gateway/Interface/DescribeAvailabilityMonitorTestCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-storage-gateway/Interface/DescribeAvailabilityMonitorTestCommandOutput/)
|
|
524
|
-
|
|
525
488
|
</details>
|
|
526
489
|
<details>
|
|
527
490
|
<summary>
|
|
@@ -529,7 +492,6 @@ DescribeBandwidthRateLimit
|
|
|
529
492
|
</summary>
|
|
530
493
|
|
|
531
494
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/storage-gateway/command/DescribeBandwidthRateLimitCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-storage-gateway/Interface/DescribeBandwidthRateLimitCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-storage-gateway/Interface/DescribeBandwidthRateLimitCommandOutput/)
|
|
532
|
-
|
|
533
495
|
</details>
|
|
534
496
|
<details>
|
|
535
497
|
<summary>
|
|
@@ -537,7 +499,6 @@ DescribeBandwidthRateLimitSchedule
|
|
|
537
499
|
</summary>
|
|
538
500
|
|
|
539
501
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/storage-gateway/command/DescribeBandwidthRateLimitScheduleCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-storage-gateway/Interface/DescribeBandwidthRateLimitScheduleCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-storage-gateway/Interface/DescribeBandwidthRateLimitScheduleCommandOutput/)
|
|
540
|
-
|
|
541
502
|
</details>
|
|
542
503
|
<details>
|
|
543
504
|
<summary>
|
|
@@ -545,7 +506,6 @@ DescribeCache
|
|
|
545
506
|
</summary>
|
|
546
507
|
|
|
547
508
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/storage-gateway/command/DescribeCacheCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-storage-gateway/Interface/DescribeCacheCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-storage-gateway/Interface/DescribeCacheCommandOutput/)
|
|
548
|
-
|
|
549
509
|
</details>
|
|
550
510
|
<details>
|
|
551
511
|
<summary>
|
|
@@ -553,7 +513,6 @@ DescribeCachediSCSIVolumes
|
|
|
553
513
|
</summary>
|
|
554
514
|
|
|
555
515
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/storage-gateway/command/DescribeCachediSCSIVolumesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-storage-gateway/Interface/DescribeCachediSCSIVolumesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-storage-gateway/Interface/DescribeCachediSCSIVolumesCommandOutput/)
|
|
556
|
-
|
|
557
516
|
</details>
|
|
558
517
|
<details>
|
|
559
518
|
<summary>
|
|
@@ -561,7 +520,6 @@ DescribeCacheReport
|
|
|
561
520
|
</summary>
|
|
562
521
|
|
|
563
522
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/storage-gateway/command/DescribeCacheReportCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-storage-gateway/Interface/DescribeCacheReportCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-storage-gateway/Interface/DescribeCacheReportCommandOutput/)
|
|
564
|
-
|
|
565
523
|
</details>
|
|
566
524
|
<details>
|
|
567
525
|
<summary>
|
|
@@ -569,7 +527,6 @@ DescribeChapCredentials
|
|
|
569
527
|
</summary>
|
|
570
528
|
|
|
571
529
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/storage-gateway/command/DescribeChapCredentialsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-storage-gateway/Interface/DescribeChapCredentialsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-storage-gateway/Interface/DescribeChapCredentialsCommandOutput/)
|
|
572
|
-
|
|
573
530
|
</details>
|
|
574
531
|
<details>
|
|
575
532
|
<summary>
|
|
@@ -577,7 +534,6 @@ DescribeFileSystemAssociations
|
|
|
577
534
|
</summary>
|
|
578
535
|
|
|
579
536
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/storage-gateway/command/DescribeFileSystemAssociationsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-storage-gateway/Interface/DescribeFileSystemAssociationsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-storage-gateway/Interface/DescribeFileSystemAssociationsCommandOutput/)
|
|
580
|
-
|
|
581
537
|
</details>
|
|
582
538
|
<details>
|
|
583
539
|
<summary>
|
|
@@ -585,7 +541,6 @@ DescribeGatewayInformation
|
|
|
585
541
|
</summary>
|
|
586
542
|
|
|
587
543
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/storage-gateway/command/DescribeGatewayInformationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-storage-gateway/Interface/DescribeGatewayInformationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-storage-gateway/Interface/DescribeGatewayInformationCommandOutput/)
|
|
588
|
-
|
|
589
544
|
</details>
|
|
590
545
|
<details>
|
|
591
546
|
<summary>
|
|
@@ -593,7 +548,6 @@ DescribeMaintenanceStartTime
|
|
|
593
548
|
</summary>
|
|
594
549
|
|
|
595
550
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/storage-gateway/command/DescribeMaintenanceStartTimeCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-storage-gateway/Interface/DescribeMaintenanceStartTimeCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-storage-gateway/Interface/DescribeMaintenanceStartTimeCommandOutput/)
|
|
596
|
-
|
|
597
551
|
</details>
|
|
598
552
|
<details>
|
|
599
553
|
<summary>
|
|
@@ -601,7 +555,6 @@ DescribeNFSFileShares
|
|
|
601
555
|
</summary>
|
|
602
556
|
|
|
603
557
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/storage-gateway/command/DescribeNFSFileSharesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-storage-gateway/Interface/DescribeNFSFileSharesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-storage-gateway/Interface/DescribeNFSFileSharesCommandOutput/)
|
|
604
|
-
|
|
605
558
|
</details>
|
|
606
559
|
<details>
|
|
607
560
|
<summary>
|
|
@@ -609,7 +562,6 @@ DescribeSMBFileShares
|
|
|
609
562
|
</summary>
|
|
610
563
|
|
|
611
564
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/storage-gateway/command/DescribeSMBFileSharesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-storage-gateway/Interface/DescribeSMBFileSharesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-storage-gateway/Interface/DescribeSMBFileSharesCommandOutput/)
|
|
612
|
-
|
|
613
565
|
</details>
|
|
614
566
|
<details>
|
|
615
567
|
<summary>
|
|
@@ -617,7 +569,6 @@ DescribeSMBSettings
|
|
|
617
569
|
</summary>
|
|
618
570
|
|
|
619
571
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/storage-gateway/command/DescribeSMBSettingsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-storage-gateway/Interface/DescribeSMBSettingsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-storage-gateway/Interface/DescribeSMBSettingsCommandOutput/)
|
|
620
|
-
|
|
621
572
|
</details>
|
|
622
573
|
<details>
|
|
623
574
|
<summary>
|
|
@@ -625,7 +576,6 @@ DescribeSnapshotSchedule
|
|
|
625
576
|
</summary>
|
|
626
577
|
|
|
627
578
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/storage-gateway/command/DescribeSnapshotScheduleCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-storage-gateway/Interface/DescribeSnapshotScheduleCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-storage-gateway/Interface/DescribeSnapshotScheduleCommandOutput/)
|
|
628
|
-
|
|
629
579
|
</details>
|
|
630
580
|
<details>
|
|
631
581
|
<summary>
|
|
@@ -633,7 +583,6 @@ DescribeStorediSCSIVolumes
|
|
|
633
583
|
</summary>
|
|
634
584
|
|
|
635
585
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/storage-gateway/command/DescribeStorediSCSIVolumesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-storage-gateway/Interface/DescribeStorediSCSIVolumesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-storage-gateway/Interface/DescribeStorediSCSIVolumesCommandOutput/)
|
|
636
|
-
|
|
637
586
|
</details>
|
|
638
587
|
<details>
|
|
639
588
|
<summary>
|
|
@@ -641,7 +590,6 @@ DescribeTapeArchives
|
|
|
641
590
|
</summary>
|
|
642
591
|
|
|
643
592
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/storage-gateway/command/DescribeTapeArchivesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-storage-gateway/Interface/DescribeTapeArchivesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-storage-gateway/Interface/DescribeTapeArchivesCommandOutput/)
|
|
644
|
-
|
|
645
593
|
</details>
|
|
646
594
|
<details>
|
|
647
595
|
<summary>
|
|
@@ -649,7 +597,6 @@ DescribeTapeRecoveryPoints
|
|
|
649
597
|
</summary>
|
|
650
598
|
|
|
651
599
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/storage-gateway/command/DescribeTapeRecoveryPointsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-storage-gateway/Interface/DescribeTapeRecoveryPointsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-storage-gateway/Interface/DescribeTapeRecoveryPointsCommandOutput/)
|
|
652
|
-
|
|
653
600
|
</details>
|
|
654
601
|
<details>
|
|
655
602
|
<summary>
|
|
@@ -657,7 +604,6 @@ DescribeTapes
|
|
|
657
604
|
</summary>
|
|
658
605
|
|
|
659
606
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/storage-gateway/command/DescribeTapesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-storage-gateway/Interface/DescribeTapesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-storage-gateway/Interface/DescribeTapesCommandOutput/)
|
|
660
|
-
|
|
661
607
|
</details>
|
|
662
608
|
<details>
|
|
663
609
|
<summary>
|
|
@@ -665,7 +611,6 @@ DescribeUploadBuffer
|
|
|
665
611
|
</summary>
|
|
666
612
|
|
|
667
613
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/storage-gateway/command/DescribeUploadBufferCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-storage-gateway/Interface/DescribeUploadBufferCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-storage-gateway/Interface/DescribeUploadBufferCommandOutput/)
|
|
668
|
-
|
|
669
614
|
</details>
|
|
670
615
|
<details>
|
|
671
616
|
<summary>
|
|
@@ -673,7 +618,6 @@ DescribeVTLDevices
|
|
|
673
618
|
</summary>
|
|
674
619
|
|
|
675
620
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/storage-gateway/command/DescribeVTLDevicesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-storage-gateway/Interface/DescribeVTLDevicesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-storage-gateway/Interface/DescribeVTLDevicesCommandOutput/)
|
|
676
|
-
|
|
677
621
|
</details>
|
|
678
622
|
<details>
|
|
679
623
|
<summary>
|
|
@@ -681,7 +625,6 @@ DescribeWorkingStorage
|
|
|
681
625
|
</summary>
|
|
682
626
|
|
|
683
627
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/storage-gateway/command/DescribeWorkingStorageCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-storage-gateway/Interface/DescribeWorkingStorageCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-storage-gateway/Interface/DescribeWorkingStorageCommandOutput/)
|
|
684
|
-
|
|
685
628
|
</details>
|
|
686
629
|
<details>
|
|
687
630
|
<summary>
|
|
@@ -689,7 +632,6 @@ DetachVolume
|
|
|
689
632
|
</summary>
|
|
690
633
|
|
|
691
634
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/storage-gateway/command/DetachVolumeCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-storage-gateway/Interface/DetachVolumeCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-storage-gateway/Interface/DetachVolumeCommandOutput/)
|
|
692
|
-
|
|
693
635
|
</details>
|
|
694
636
|
<details>
|
|
695
637
|
<summary>
|
|
@@ -697,7 +639,6 @@ DisableGateway
|
|
|
697
639
|
</summary>
|
|
698
640
|
|
|
699
641
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/storage-gateway/command/DisableGatewayCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-storage-gateway/Interface/DisableGatewayCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-storage-gateway/Interface/DisableGatewayCommandOutput/)
|
|
700
|
-
|
|
701
642
|
</details>
|
|
702
643
|
<details>
|
|
703
644
|
<summary>
|
|
@@ -705,7 +646,6 @@ DisassociateFileSystem
|
|
|
705
646
|
</summary>
|
|
706
647
|
|
|
707
648
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/storage-gateway/command/DisassociateFileSystemCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-storage-gateway/Interface/DisassociateFileSystemCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-storage-gateway/Interface/DisassociateFileSystemCommandOutput/)
|
|
708
|
-
|
|
709
649
|
</details>
|
|
710
650
|
<details>
|
|
711
651
|
<summary>
|
|
@@ -713,7 +653,6 @@ EvictFilesFailingUpload
|
|
|
713
653
|
</summary>
|
|
714
654
|
|
|
715
655
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/storage-gateway/command/EvictFilesFailingUploadCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-storage-gateway/Interface/EvictFilesFailingUploadCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-storage-gateway/Interface/EvictFilesFailingUploadCommandOutput/)
|
|
716
|
-
|
|
717
656
|
</details>
|
|
718
657
|
<details>
|
|
719
658
|
<summary>
|
|
@@ -721,7 +660,6 @@ JoinDomain
|
|
|
721
660
|
</summary>
|
|
722
661
|
|
|
723
662
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/storage-gateway/command/JoinDomainCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-storage-gateway/Interface/JoinDomainCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-storage-gateway/Interface/JoinDomainCommandOutput/)
|
|
724
|
-
|
|
725
663
|
</details>
|
|
726
664
|
<details>
|
|
727
665
|
<summary>
|
|
@@ -729,7 +667,6 @@ ListAutomaticTapeCreationPolicies
|
|
|
729
667
|
</summary>
|
|
730
668
|
|
|
731
669
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/storage-gateway/command/ListAutomaticTapeCreationPoliciesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-storage-gateway/Interface/ListAutomaticTapeCreationPoliciesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-storage-gateway/Interface/ListAutomaticTapeCreationPoliciesCommandOutput/)
|
|
732
|
-
|
|
733
670
|
</details>
|
|
734
671
|
<details>
|
|
735
672
|
<summary>
|
|
@@ -737,7 +674,6 @@ ListCacheReports
|
|
|
737
674
|
</summary>
|
|
738
675
|
|
|
739
676
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/storage-gateway/command/ListCacheReportsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-storage-gateway/Interface/ListCacheReportsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-storage-gateway/Interface/ListCacheReportsCommandOutput/)
|
|
740
|
-
|
|
741
677
|
</details>
|
|
742
678
|
<details>
|
|
743
679
|
<summary>
|
|
@@ -745,7 +681,6 @@ ListFileShares
|
|
|
745
681
|
</summary>
|
|
746
682
|
|
|
747
683
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/storage-gateway/command/ListFileSharesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-storage-gateway/Interface/ListFileSharesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-storage-gateway/Interface/ListFileSharesCommandOutput/)
|
|
748
|
-
|
|
749
684
|
</details>
|
|
750
685
|
<details>
|
|
751
686
|
<summary>
|
|
@@ -753,7 +688,6 @@ ListFileSystemAssociations
|
|
|
753
688
|
</summary>
|
|
754
689
|
|
|
755
690
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/storage-gateway/command/ListFileSystemAssociationsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-storage-gateway/Interface/ListFileSystemAssociationsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-storage-gateway/Interface/ListFileSystemAssociationsCommandOutput/)
|
|
756
|
-
|
|
757
691
|
</details>
|
|
758
692
|
<details>
|
|
759
693
|
<summary>
|
|
@@ -761,7 +695,6 @@ ListGateways
|
|
|
761
695
|
</summary>
|
|
762
696
|
|
|
763
697
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/storage-gateway/command/ListGatewaysCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-storage-gateway/Interface/ListGatewaysCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-storage-gateway/Interface/ListGatewaysCommandOutput/)
|
|
764
|
-
|
|
765
698
|
</details>
|
|
766
699
|
<details>
|
|
767
700
|
<summary>
|
|
@@ -769,7 +702,6 @@ ListLocalDisks
|
|
|
769
702
|
</summary>
|
|
770
703
|
|
|
771
704
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/storage-gateway/command/ListLocalDisksCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-storage-gateway/Interface/ListLocalDisksCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-storage-gateway/Interface/ListLocalDisksCommandOutput/)
|
|
772
|
-
|
|
773
705
|
</details>
|
|
774
706
|
<details>
|
|
775
707
|
<summary>
|
|
@@ -777,7 +709,6 @@ ListTagsForResource
|
|
|
777
709
|
</summary>
|
|
778
710
|
|
|
779
711
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/storage-gateway/command/ListTagsForResourceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-storage-gateway/Interface/ListTagsForResourceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-storage-gateway/Interface/ListTagsForResourceCommandOutput/)
|
|
780
|
-
|
|
781
712
|
</details>
|
|
782
713
|
<details>
|
|
783
714
|
<summary>
|
|
@@ -785,7 +716,6 @@ ListTapePools
|
|
|
785
716
|
</summary>
|
|
786
717
|
|
|
787
718
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/storage-gateway/command/ListTapePoolsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-storage-gateway/Interface/ListTapePoolsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-storage-gateway/Interface/ListTapePoolsCommandOutput/)
|
|
788
|
-
|
|
789
719
|
</details>
|
|
790
720
|
<details>
|
|
791
721
|
<summary>
|
|
@@ -793,7 +723,6 @@ ListTapes
|
|
|
793
723
|
</summary>
|
|
794
724
|
|
|
795
725
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/storage-gateway/command/ListTapesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-storage-gateway/Interface/ListTapesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-storage-gateway/Interface/ListTapesCommandOutput/)
|
|
796
|
-
|
|
797
726
|
</details>
|
|
798
727
|
<details>
|
|
799
728
|
<summary>
|
|
@@ -801,7 +730,6 @@ ListVolumeInitiators
|
|
|
801
730
|
</summary>
|
|
802
731
|
|
|
803
732
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/storage-gateway/command/ListVolumeInitiatorsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-storage-gateway/Interface/ListVolumeInitiatorsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-storage-gateway/Interface/ListVolumeInitiatorsCommandOutput/)
|
|
804
|
-
|
|
805
733
|
</details>
|
|
806
734
|
<details>
|
|
807
735
|
<summary>
|
|
@@ -809,7 +737,6 @@ ListVolumeRecoveryPoints
|
|
|
809
737
|
</summary>
|
|
810
738
|
|
|
811
739
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/storage-gateway/command/ListVolumeRecoveryPointsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-storage-gateway/Interface/ListVolumeRecoveryPointsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-storage-gateway/Interface/ListVolumeRecoveryPointsCommandOutput/)
|
|
812
|
-
|
|
813
740
|
</details>
|
|
814
741
|
<details>
|
|
815
742
|
<summary>
|
|
@@ -817,7 +744,6 @@ ListVolumes
|
|
|
817
744
|
</summary>
|
|
818
745
|
|
|
819
746
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/storage-gateway/command/ListVolumesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-storage-gateway/Interface/ListVolumesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-storage-gateway/Interface/ListVolumesCommandOutput/)
|
|
820
|
-
|
|
821
747
|
</details>
|
|
822
748
|
<details>
|
|
823
749
|
<summary>
|
|
@@ -825,7 +751,6 @@ NotifyWhenUploaded
|
|
|
825
751
|
</summary>
|
|
826
752
|
|
|
827
753
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/storage-gateway/command/NotifyWhenUploadedCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-storage-gateway/Interface/NotifyWhenUploadedCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-storage-gateway/Interface/NotifyWhenUploadedCommandOutput/)
|
|
828
|
-
|
|
829
754
|
</details>
|
|
830
755
|
<details>
|
|
831
756
|
<summary>
|
|
@@ -833,7 +758,6 @@ RefreshCache
|
|
|
833
758
|
</summary>
|
|
834
759
|
|
|
835
760
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/storage-gateway/command/RefreshCacheCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-storage-gateway/Interface/RefreshCacheCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-storage-gateway/Interface/RefreshCacheCommandOutput/)
|
|
836
|
-
|
|
837
761
|
</details>
|
|
838
762
|
<details>
|
|
839
763
|
<summary>
|
|
@@ -841,7 +765,6 @@ RemoveTagsFromResource
|
|
|
841
765
|
</summary>
|
|
842
766
|
|
|
843
767
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/storage-gateway/command/RemoveTagsFromResourceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-storage-gateway/Interface/RemoveTagsFromResourceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-storage-gateway/Interface/RemoveTagsFromResourceCommandOutput/)
|
|
844
|
-
|
|
845
768
|
</details>
|
|
846
769
|
<details>
|
|
847
770
|
<summary>
|
|
@@ -849,7 +772,6 @@ ResetCache
|
|
|
849
772
|
</summary>
|
|
850
773
|
|
|
851
774
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/storage-gateway/command/ResetCacheCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-storage-gateway/Interface/ResetCacheCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-storage-gateway/Interface/ResetCacheCommandOutput/)
|
|
852
|
-
|
|
853
775
|
</details>
|
|
854
776
|
<details>
|
|
855
777
|
<summary>
|
|
@@ -857,7 +779,6 @@ RetrieveTapeArchive
|
|
|
857
779
|
</summary>
|
|
858
780
|
|
|
859
781
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/storage-gateway/command/RetrieveTapeArchiveCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-storage-gateway/Interface/RetrieveTapeArchiveCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-storage-gateway/Interface/RetrieveTapeArchiveCommandOutput/)
|
|
860
|
-
|
|
861
782
|
</details>
|
|
862
783
|
<details>
|
|
863
784
|
<summary>
|
|
@@ -865,7 +786,6 @@ RetrieveTapeRecoveryPoint
|
|
|
865
786
|
</summary>
|
|
866
787
|
|
|
867
788
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/storage-gateway/command/RetrieveTapeRecoveryPointCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-storage-gateway/Interface/RetrieveTapeRecoveryPointCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-storage-gateway/Interface/RetrieveTapeRecoveryPointCommandOutput/)
|
|
868
|
-
|
|
869
789
|
</details>
|
|
870
790
|
<details>
|
|
871
791
|
<summary>
|
|
@@ -873,7 +793,6 @@ SetLocalConsolePassword
|
|
|
873
793
|
</summary>
|
|
874
794
|
|
|
875
795
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/storage-gateway/command/SetLocalConsolePasswordCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-storage-gateway/Interface/SetLocalConsolePasswordCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-storage-gateway/Interface/SetLocalConsolePasswordCommandOutput/)
|
|
876
|
-
|
|
877
796
|
</details>
|
|
878
797
|
<details>
|
|
879
798
|
<summary>
|
|
@@ -881,7 +800,6 @@ SetSMBGuestPassword
|
|
|
881
800
|
</summary>
|
|
882
801
|
|
|
883
802
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/storage-gateway/command/SetSMBGuestPasswordCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-storage-gateway/Interface/SetSMBGuestPasswordCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-storage-gateway/Interface/SetSMBGuestPasswordCommandOutput/)
|
|
884
|
-
|
|
885
803
|
</details>
|
|
886
804
|
<details>
|
|
887
805
|
<summary>
|
|
@@ -889,7 +807,6 @@ ShutdownGateway
|
|
|
889
807
|
</summary>
|
|
890
808
|
|
|
891
809
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/storage-gateway/command/ShutdownGatewayCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-storage-gateway/Interface/ShutdownGatewayCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-storage-gateway/Interface/ShutdownGatewayCommandOutput/)
|
|
892
|
-
|
|
893
810
|
</details>
|
|
894
811
|
<details>
|
|
895
812
|
<summary>
|
|
@@ -897,7 +814,6 @@ StartAvailabilityMonitorTest
|
|
|
897
814
|
</summary>
|
|
898
815
|
|
|
899
816
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/storage-gateway/command/StartAvailabilityMonitorTestCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-storage-gateway/Interface/StartAvailabilityMonitorTestCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-storage-gateway/Interface/StartAvailabilityMonitorTestCommandOutput/)
|
|
900
|
-
|
|
901
817
|
</details>
|
|
902
818
|
<details>
|
|
903
819
|
<summary>
|
|
@@ -905,7 +821,6 @@ StartCacheReport
|
|
|
905
821
|
</summary>
|
|
906
822
|
|
|
907
823
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/storage-gateway/command/StartCacheReportCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-storage-gateway/Interface/StartCacheReportCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-storage-gateway/Interface/StartCacheReportCommandOutput/)
|
|
908
|
-
|
|
909
824
|
</details>
|
|
910
825
|
<details>
|
|
911
826
|
<summary>
|
|
@@ -913,7 +828,6 @@ StartGateway
|
|
|
913
828
|
</summary>
|
|
914
829
|
|
|
915
830
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/storage-gateway/command/StartGatewayCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-storage-gateway/Interface/StartGatewayCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-storage-gateway/Interface/StartGatewayCommandOutput/)
|
|
916
|
-
|
|
917
831
|
</details>
|
|
918
832
|
<details>
|
|
919
833
|
<summary>
|
|
@@ -921,7 +835,6 @@ UpdateAutomaticTapeCreationPolicy
|
|
|
921
835
|
</summary>
|
|
922
836
|
|
|
923
837
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/storage-gateway/command/UpdateAutomaticTapeCreationPolicyCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-storage-gateway/Interface/UpdateAutomaticTapeCreationPolicyCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-storage-gateway/Interface/UpdateAutomaticTapeCreationPolicyCommandOutput/)
|
|
924
|
-
|
|
925
838
|
</details>
|
|
926
839
|
<details>
|
|
927
840
|
<summary>
|
|
@@ -929,7 +842,6 @@ UpdateBandwidthRateLimit
|
|
|
929
842
|
</summary>
|
|
930
843
|
|
|
931
844
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/storage-gateway/command/UpdateBandwidthRateLimitCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-storage-gateway/Interface/UpdateBandwidthRateLimitCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-storage-gateway/Interface/UpdateBandwidthRateLimitCommandOutput/)
|
|
932
|
-
|
|
933
845
|
</details>
|
|
934
846
|
<details>
|
|
935
847
|
<summary>
|
|
@@ -937,7 +849,6 @@ UpdateBandwidthRateLimitSchedule
|
|
|
937
849
|
</summary>
|
|
938
850
|
|
|
939
851
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/storage-gateway/command/UpdateBandwidthRateLimitScheduleCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-storage-gateway/Interface/UpdateBandwidthRateLimitScheduleCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-storage-gateway/Interface/UpdateBandwidthRateLimitScheduleCommandOutput/)
|
|
940
|
-
|
|
941
852
|
</details>
|
|
942
853
|
<details>
|
|
943
854
|
<summary>
|
|
@@ -945,7 +856,6 @@ UpdateChapCredentials
|
|
|
945
856
|
</summary>
|
|
946
857
|
|
|
947
858
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/storage-gateway/command/UpdateChapCredentialsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-storage-gateway/Interface/UpdateChapCredentialsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-storage-gateway/Interface/UpdateChapCredentialsCommandOutput/)
|
|
948
|
-
|
|
949
859
|
</details>
|
|
950
860
|
<details>
|
|
951
861
|
<summary>
|
|
@@ -953,7 +863,6 @@ UpdateFileSystemAssociation
|
|
|
953
863
|
</summary>
|
|
954
864
|
|
|
955
865
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/storage-gateway/command/UpdateFileSystemAssociationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-storage-gateway/Interface/UpdateFileSystemAssociationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-storage-gateway/Interface/UpdateFileSystemAssociationCommandOutput/)
|
|
956
|
-
|
|
957
866
|
</details>
|
|
958
867
|
<details>
|
|
959
868
|
<summary>
|
|
@@ -961,7 +870,6 @@ UpdateGatewayInformation
|
|
|
961
870
|
</summary>
|
|
962
871
|
|
|
963
872
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/storage-gateway/command/UpdateGatewayInformationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-storage-gateway/Interface/UpdateGatewayInformationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-storage-gateway/Interface/UpdateGatewayInformationCommandOutput/)
|
|
964
|
-
|
|
965
873
|
</details>
|
|
966
874
|
<details>
|
|
967
875
|
<summary>
|
|
@@ -969,7 +877,6 @@ UpdateGatewaySoftwareNow
|
|
|
969
877
|
</summary>
|
|
970
878
|
|
|
971
879
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/storage-gateway/command/UpdateGatewaySoftwareNowCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-storage-gateway/Interface/UpdateGatewaySoftwareNowCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-storage-gateway/Interface/UpdateGatewaySoftwareNowCommandOutput/)
|
|
972
|
-
|
|
973
880
|
</details>
|
|
974
881
|
<details>
|
|
975
882
|
<summary>
|
|
@@ -977,7 +884,6 @@ UpdateMaintenanceStartTime
|
|
|
977
884
|
</summary>
|
|
978
885
|
|
|
979
886
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/storage-gateway/command/UpdateMaintenanceStartTimeCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-storage-gateway/Interface/UpdateMaintenanceStartTimeCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-storage-gateway/Interface/UpdateMaintenanceStartTimeCommandOutput/)
|
|
980
|
-
|
|
981
887
|
</details>
|
|
982
888
|
<details>
|
|
983
889
|
<summary>
|
|
@@ -985,7 +891,6 @@ UpdateNFSFileShare
|
|
|
985
891
|
</summary>
|
|
986
892
|
|
|
987
893
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/storage-gateway/command/UpdateNFSFileShareCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-storage-gateway/Interface/UpdateNFSFileShareCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-storage-gateway/Interface/UpdateNFSFileShareCommandOutput/)
|
|
988
|
-
|
|
989
894
|
</details>
|
|
990
895
|
<details>
|
|
991
896
|
<summary>
|
|
@@ -993,7 +898,6 @@ UpdateSMBFileShare
|
|
|
993
898
|
</summary>
|
|
994
899
|
|
|
995
900
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/storage-gateway/command/UpdateSMBFileShareCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-storage-gateway/Interface/UpdateSMBFileShareCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-storage-gateway/Interface/UpdateSMBFileShareCommandOutput/)
|
|
996
|
-
|
|
997
901
|
</details>
|
|
998
902
|
<details>
|
|
999
903
|
<summary>
|
|
@@ -1001,7 +905,6 @@ UpdateSMBFileShareVisibility
|
|
|
1001
905
|
</summary>
|
|
1002
906
|
|
|
1003
907
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/storage-gateway/command/UpdateSMBFileShareVisibilityCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-storage-gateway/Interface/UpdateSMBFileShareVisibilityCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-storage-gateway/Interface/UpdateSMBFileShareVisibilityCommandOutput/)
|
|
1004
|
-
|
|
1005
908
|
</details>
|
|
1006
909
|
<details>
|
|
1007
910
|
<summary>
|
|
@@ -1009,7 +912,6 @@ UpdateSMBLocalGroups
|
|
|
1009
912
|
</summary>
|
|
1010
913
|
|
|
1011
914
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/storage-gateway/command/UpdateSMBLocalGroupsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-storage-gateway/Interface/UpdateSMBLocalGroupsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-storage-gateway/Interface/UpdateSMBLocalGroupsCommandOutput/)
|
|
1012
|
-
|
|
1013
915
|
</details>
|
|
1014
916
|
<details>
|
|
1015
917
|
<summary>
|
|
@@ -1017,7 +919,6 @@ UpdateSMBSecurityStrategy
|
|
|
1017
919
|
</summary>
|
|
1018
920
|
|
|
1019
921
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/storage-gateway/command/UpdateSMBSecurityStrategyCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-storage-gateway/Interface/UpdateSMBSecurityStrategyCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-storage-gateway/Interface/UpdateSMBSecurityStrategyCommandOutput/)
|
|
1020
|
-
|
|
1021
922
|
</details>
|
|
1022
923
|
<details>
|
|
1023
924
|
<summary>
|
|
@@ -1025,7 +926,6 @@ UpdateSnapshotSchedule
|
|
|
1025
926
|
</summary>
|
|
1026
927
|
|
|
1027
928
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/storage-gateway/command/UpdateSnapshotScheduleCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-storage-gateway/Interface/UpdateSnapshotScheduleCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-storage-gateway/Interface/UpdateSnapshotScheduleCommandOutput/)
|
|
1028
|
-
|
|
1029
929
|
</details>
|
|
1030
930
|
<details>
|
|
1031
931
|
<summary>
|
|
@@ -1033,5 +933,4 @@ UpdateVTLDeviceType
|
|
|
1033
933
|
</summary>
|
|
1034
934
|
|
|
1035
935
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/storage-gateway/command/UpdateVTLDeviceTypeCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-storage-gateway/Interface/UpdateVTLDeviceTypeCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-storage-gateway/Interface/UpdateVTLDeviceTypeCommandOutput/)
|
|
1036
|
-
|
|
1037
936
|
</details>
|