@aws-sdk/client-storage-gateway 3.296.0 → 3.297.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.
Files changed (107) hide show
  1. package/dist-types/StorageGateway.d.ts +91 -0
  2. package/dist-types/StorageGatewayClient.d.ts +24 -4
  3. package/dist-types/commands/ActivateGatewayCommand.d.ts +16 -0
  4. package/dist-types/commands/AddCacheCommand.d.ts +16 -0
  5. package/dist-types/commands/AddTagsToResourceCommand.d.ts +16 -0
  6. package/dist-types/commands/AddUploadBufferCommand.d.ts +16 -0
  7. package/dist-types/commands/AddWorkingStorageCommand.d.ts +16 -0
  8. package/dist-types/commands/AssignTapePoolCommand.d.ts +16 -0
  9. package/dist-types/commands/AssociateFileSystemCommand.d.ts +16 -0
  10. package/dist-types/commands/AttachVolumeCommand.d.ts +16 -0
  11. package/dist-types/commands/CancelArchivalCommand.d.ts +16 -0
  12. package/dist-types/commands/CancelRetrievalCommand.d.ts +16 -0
  13. package/dist-types/commands/CreateCachediSCSIVolumeCommand.d.ts +16 -0
  14. package/dist-types/commands/CreateNFSFileShareCommand.d.ts +16 -0
  15. package/dist-types/commands/CreateSMBFileShareCommand.d.ts +16 -0
  16. package/dist-types/commands/CreateSnapshotCommand.d.ts +16 -0
  17. package/dist-types/commands/CreateSnapshotFromVolumeRecoveryPointCommand.d.ts +16 -0
  18. package/dist-types/commands/CreateStorediSCSIVolumeCommand.d.ts +16 -0
  19. package/dist-types/commands/CreateTapePoolCommand.d.ts +16 -0
  20. package/dist-types/commands/CreateTapeWithBarcodeCommand.d.ts +16 -0
  21. package/dist-types/commands/CreateTapesCommand.d.ts +16 -0
  22. package/dist-types/commands/DeleteAutomaticTapeCreationPolicyCommand.d.ts +16 -0
  23. package/dist-types/commands/DeleteBandwidthRateLimitCommand.d.ts +16 -0
  24. package/dist-types/commands/DeleteChapCredentialsCommand.d.ts +16 -0
  25. package/dist-types/commands/DeleteFileShareCommand.d.ts +16 -0
  26. package/dist-types/commands/DeleteGatewayCommand.d.ts +16 -0
  27. package/dist-types/commands/DeleteSnapshotScheduleCommand.d.ts +16 -0
  28. package/dist-types/commands/DeleteTapeArchiveCommand.d.ts +16 -0
  29. package/dist-types/commands/DeleteTapeCommand.d.ts +16 -0
  30. package/dist-types/commands/DeleteTapePoolCommand.d.ts +16 -0
  31. package/dist-types/commands/DeleteVolumeCommand.d.ts +16 -0
  32. package/dist-types/commands/DescribeAvailabilityMonitorTestCommand.d.ts +16 -0
  33. package/dist-types/commands/DescribeBandwidthRateLimitCommand.d.ts +16 -0
  34. package/dist-types/commands/DescribeBandwidthRateLimitScheduleCommand.d.ts +16 -0
  35. package/dist-types/commands/DescribeCacheCommand.d.ts +16 -0
  36. package/dist-types/commands/DescribeCachediSCSIVolumesCommand.d.ts +16 -0
  37. package/dist-types/commands/DescribeChapCredentialsCommand.d.ts +16 -0
  38. package/dist-types/commands/DescribeFileSystemAssociationsCommand.d.ts +16 -0
  39. package/dist-types/commands/DescribeGatewayInformationCommand.d.ts +16 -0
  40. package/dist-types/commands/DescribeMaintenanceStartTimeCommand.d.ts +16 -0
  41. package/dist-types/commands/DescribeNFSFileSharesCommand.d.ts +16 -0
  42. package/dist-types/commands/DescribeSMBFileSharesCommand.d.ts +16 -0
  43. package/dist-types/commands/DescribeSMBSettingsCommand.d.ts +16 -0
  44. package/dist-types/commands/DescribeSnapshotScheduleCommand.d.ts +16 -0
  45. package/dist-types/commands/DescribeStorediSCSIVolumesCommand.d.ts +16 -0
  46. package/dist-types/commands/DescribeTapeArchivesCommand.d.ts +16 -0
  47. package/dist-types/commands/DescribeTapeRecoveryPointsCommand.d.ts +16 -0
  48. package/dist-types/commands/DescribeTapesCommand.d.ts +16 -0
  49. package/dist-types/commands/DescribeUploadBufferCommand.d.ts +16 -0
  50. package/dist-types/commands/DescribeVTLDevicesCommand.d.ts +16 -0
  51. package/dist-types/commands/DescribeWorkingStorageCommand.d.ts +16 -0
  52. package/dist-types/commands/DetachVolumeCommand.d.ts +16 -0
  53. package/dist-types/commands/DisableGatewayCommand.d.ts +16 -0
  54. package/dist-types/commands/DisassociateFileSystemCommand.d.ts +16 -0
  55. package/dist-types/commands/JoinDomainCommand.d.ts +16 -0
  56. package/dist-types/commands/ListAutomaticTapeCreationPoliciesCommand.d.ts +16 -0
  57. package/dist-types/commands/ListFileSharesCommand.d.ts +16 -0
  58. package/dist-types/commands/ListFileSystemAssociationsCommand.d.ts +16 -0
  59. package/dist-types/commands/ListGatewaysCommand.d.ts +16 -0
  60. package/dist-types/commands/ListLocalDisksCommand.d.ts +16 -0
  61. package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
  62. package/dist-types/commands/ListTapePoolsCommand.d.ts +16 -0
  63. package/dist-types/commands/ListTapesCommand.d.ts +16 -0
  64. package/dist-types/commands/ListVolumeInitiatorsCommand.d.ts +16 -0
  65. package/dist-types/commands/ListVolumeRecoveryPointsCommand.d.ts +16 -0
  66. package/dist-types/commands/ListVolumesCommand.d.ts +16 -0
  67. package/dist-types/commands/NotifyWhenUploadedCommand.d.ts +16 -0
  68. package/dist-types/commands/RefreshCacheCommand.d.ts +16 -0
  69. package/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +16 -0
  70. package/dist-types/commands/ResetCacheCommand.d.ts +16 -0
  71. package/dist-types/commands/RetrieveTapeArchiveCommand.d.ts +16 -0
  72. package/dist-types/commands/RetrieveTapeRecoveryPointCommand.d.ts +16 -0
  73. package/dist-types/commands/SetLocalConsolePasswordCommand.d.ts +16 -0
  74. package/dist-types/commands/SetSMBGuestPasswordCommand.d.ts +16 -0
  75. package/dist-types/commands/ShutdownGatewayCommand.d.ts +16 -0
  76. package/dist-types/commands/StartAvailabilityMonitorTestCommand.d.ts +16 -0
  77. package/dist-types/commands/StartGatewayCommand.d.ts +16 -0
  78. package/dist-types/commands/UpdateAutomaticTapeCreationPolicyCommand.d.ts +16 -0
  79. package/dist-types/commands/UpdateBandwidthRateLimitCommand.d.ts +16 -0
  80. package/dist-types/commands/UpdateBandwidthRateLimitScheduleCommand.d.ts +16 -0
  81. package/dist-types/commands/UpdateChapCredentialsCommand.d.ts +16 -0
  82. package/dist-types/commands/UpdateFileSystemAssociationCommand.d.ts +16 -0
  83. package/dist-types/commands/UpdateGatewayInformationCommand.d.ts +16 -0
  84. package/dist-types/commands/UpdateGatewaySoftwareNowCommand.d.ts +16 -0
  85. package/dist-types/commands/UpdateMaintenanceStartTimeCommand.d.ts +16 -0
  86. package/dist-types/commands/UpdateNFSFileShareCommand.d.ts +16 -0
  87. package/dist-types/commands/UpdateSMBFileShareCommand.d.ts +16 -0
  88. package/dist-types/commands/UpdateSMBFileShareVisibilityCommand.d.ts +16 -0
  89. package/dist-types/commands/UpdateSMBLocalGroupsCommand.d.ts +16 -0
  90. package/dist-types/commands/UpdateSMBSecurityStrategyCommand.d.ts +16 -0
  91. package/dist-types/commands/UpdateSnapshotScheduleCommand.d.ts +16 -0
  92. package/dist-types/commands/UpdateVTLDeviceTypeCommand.d.ts +16 -0
  93. package/dist-types/models/StorageGatewayServiceException.d.ts +2 -0
  94. package/dist-types/models/models_0.d.ts +400 -12
  95. package/dist-types/pagination/DescribeTapeArchivesPaginator.d.ts +3 -0
  96. package/dist-types/pagination/DescribeTapeRecoveryPointsPaginator.d.ts +3 -0
  97. package/dist-types/pagination/DescribeTapesPaginator.d.ts +3 -0
  98. package/dist-types/pagination/DescribeVTLDevicesPaginator.d.ts +3 -0
  99. package/dist-types/pagination/Interfaces.d.ts +3 -0
  100. package/dist-types/pagination/ListFileSharesPaginator.d.ts +3 -0
  101. package/dist-types/pagination/ListFileSystemAssociationsPaginator.d.ts +3 -0
  102. package/dist-types/pagination/ListGatewaysPaginator.d.ts +3 -0
  103. package/dist-types/pagination/ListTagsForResourcePaginator.d.ts +3 -0
  104. package/dist-types/pagination/ListTapePoolsPaginator.d.ts +3 -0
  105. package/dist-types/pagination/ListTapesPaginator.d.ts +3 -0
  106. package/dist-types/pagination/ListVolumesPaginator.d.ts +3 -0
  107. package/package.json +3 -3
@@ -91,6 +91,7 @@ import { UpdateSnapshotScheduleCommandInput, UpdateSnapshotScheduleCommandOutput
91
91
  import { UpdateVTLDeviceTypeCommandInput, UpdateVTLDeviceTypeCommandOutput } from "./commands/UpdateVTLDeviceTypeCommand";
92
92
  import { StorageGatewayClient } from "./StorageGatewayClient";
93
93
  /**
94
+ * @public
94
95
  * <fullname>Storage Gateway Service</fullname>
95
96
  *
96
97
  * <p>Storage Gateway is the service that connects an on-premises software appliance
@@ -162,6 +163,7 @@ import { StorageGatewayClient } from "./StorageGatewayClient";
162
163
  */
163
164
  export declare class StorageGateway extends StorageGatewayClient {
164
165
  /**
166
+ * @public
165
167
  * <p>Activates the gateway you previously deployed on your host. In the activation process,
166
168
  * you specify information such as the Amazon Web Services Region that you want to use for
167
169
  * storing snapshots or tapes, the time zone for scheduled snapshots the gateway snapshot
@@ -175,6 +177,7 @@ export declare class StorageGateway extends StorageGatewayClient {
175
177
  activateGateway(args: ActivateGatewayCommandInput, cb: (err: any, data?: ActivateGatewayCommandOutput) => void): void;
176
178
  activateGateway(args: ActivateGatewayCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ActivateGatewayCommandOutput) => void): void;
177
179
  /**
180
+ * @public
178
181
  * <p>Configures one or more gateway local disks as cache for a gateway. This operation is
179
182
  * only supported in the cached volume, tape, and file gateway type (see <a href="https://docs.aws.amazon.com/storagegateway/latest/userguide/StorageGatewayConcepts.html">How Storage Gateway works (architecture)</a>.</p>
180
183
  *
@@ -185,6 +188,7 @@ export declare class StorageGateway extends StorageGatewayClient {
185
188
  addCache(args: AddCacheCommandInput, cb: (err: any, data?: AddCacheCommandOutput) => void): void;
186
189
  addCache(args: AddCacheCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AddCacheCommandOutput) => void): void;
187
190
  /**
191
+ * @public
188
192
  * <p>Adds one or more tags to the specified resource. You use tags to add metadata to
189
193
  * resources, which you can use to categorize these resources. For example, you can categorize
190
194
  * resources by purpose, owner, environment, or team. Each tag consists of a key and a value,
@@ -215,6 +219,7 @@ export declare class StorageGateway extends StorageGatewayClient {
215
219
  addTagsToResource(args: AddTagsToResourceCommandInput, cb: (err: any, data?: AddTagsToResourceCommandOutput) => void): void;
216
220
  addTagsToResource(args: AddTagsToResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AddTagsToResourceCommandOutput) => void): void;
217
221
  /**
222
+ * @public
218
223
  * <p>Configures one or more gateway local disks as upload buffer for a specified gateway.
219
224
  * This operation is supported for the stored volume, cached volume, and tape gateway
220
225
  * types.</p>
@@ -227,6 +232,7 @@ export declare class StorageGateway extends StorageGatewayClient {
227
232
  addUploadBuffer(args: AddUploadBufferCommandInput, cb: (err: any, data?: AddUploadBufferCommandOutput) => void): void;
228
233
  addUploadBuffer(args: AddUploadBufferCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AddUploadBufferCommandOutput) => void): void;
229
234
  /**
235
+ * @public
230
236
  * <p>Configures one or more gateway local disks as working storage for a gateway. This
231
237
  * operation is only supported in the stored volume gateway type. This operation is deprecated
232
238
  * in cached volume API version 20120630. Use <a>AddUploadBuffer</a>
@@ -245,6 +251,7 @@ export declare class StorageGateway extends StorageGatewayClient {
245
251
  addWorkingStorage(args: AddWorkingStorageCommandInput, cb: (err: any, data?: AddWorkingStorageCommandOutput) => void): void;
246
252
  addWorkingStorage(args: AddWorkingStorageCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AddWorkingStorageCommandOutput) => void): void;
247
253
  /**
254
+ * @public
248
255
  * <p>Assigns a tape to a tape pool for archiving. The tape assigned to a pool is archived in
249
256
  * the S3 storage class that is associated with the pool. When you use your backup application
250
257
  * to eject the tape, the tape is archived directly into the S3 storage class (S3 Glacier or
@@ -254,6 +261,7 @@ export declare class StorageGateway extends StorageGatewayClient {
254
261
  assignTapePool(args: AssignTapePoolCommandInput, cb: (err: any, data?: AssignTapePoolCommandOutput) => void): void;
255
262
  assignTapePool(args: AssignTapePoolCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AssignTapePoolCommandOutput) => void): void;
256
263
  /**
264
+ * @public
257
265
  * <p>Associate an Amazon FSx file system with the FSx File Gateway. After the
258
266
  * association process is complete, the file shares on the Amazon FSx file system are
259
267
  * available for access through the gateway. This operation only supports the FSx File Gateway
@@ -263,6 +271,7 @@ export declare class StorageGateway extends StorageGatewayClient {
263
271
  associateFileSystem(args: AssociateFileSystemCommandInput, cb: (err: any, data?: AssociateFileSystemCommandOutput) => void): void;
264
272
  associateFileSystem(args: AssociateFileSystemCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AssociateFileSystemCommandOutput) => void): void;
265
273
  /**
274
+ * @public
266
275
  * <p>Connects a volume to an iSCSI connection and then attaches the volume to the specified
267
276
  * gateway. Detaching and attaching a volume enables you to recover your data from one gateway
268
277
  * to a different gateway without creating a snapshot. It also makes it easier to move your
@@ -272,6 +281,7 @@ export declare class StorageGateway extends StorageGatewayClient {
272
281
  attachVolume(args: AttachVolumeCommandInput, cb: (err: any, data?: AttachVolumeCommandOutput) => void): void;
273
282
  attachVolume(args: AttachVolumeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AttachVolumeCommandOutput) => void): void;
274
283
  /**
284
+ * @public
275
285
  * <p>Cancels archiving of a virtual tape to the virtual tape shelf (VTS) after the archiving
276
286
  * process is initiated. This operation is only supported in the tape gateway type.</p>
277
287
  */
@@ -279,6 +289,7 @@ export declare class StorageGateway extends StorageGatewayClient {
279
289
  cancelArchival(args: CancelArchivalCommandInput, cb: (err: any, data?: CancelArchivalCommandOutput) => void): void;
280
290
  cancelArchival(args: CancelArchivalCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CancelArchivalCommandOutput) => void): void;
281
291
  /**
292
+ * @public
282
293
  * <p>Cancels retrieval of a virtual tape from the virtual tape shelf (VTS) to a gateway after
283
294
  * the retrieval process is initiated. The virtual tape is returned to the VTS. This operation
284
295
  * is only supported in the tape gateway type.</p>
@@ -287,6 +298,7 @@ export declare class StorageGateway extends StorageGatewayClient {
287
298
  cancelRetrieval(args: CancelRetrievalCommandInput, cb: (err: any, data?: CancelRetrievalCommandOutput) => void): void;
288
299
  cancelRetrieval(args: CancelRetrievalCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CancelRetrievalCommandOutput) => void): void;
289
300
  /**
301
+ * @public
290
302
  * <p>Creates a cached volume on a specified cached volume gateway. This operation is only
291
303
  * supported in the cached volume gateway type.</p>
292
304
  *
@@ -310,6 +322,7 @@ export declare class StorageGateway extends StorageGatewayClient {
310
322
  createCachediSCSIVolume(args: CreateCachediSCSIVolumeCommandInput, cb: (err: any, data?: CreateCachediSCSIVolumeCommandOutput) => void): void;
311
323
  createCachediSCSIVolume(args: CreateCachediSCSIVolumeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateCachediSCSIVolumeCommandOutput) => void): void;
312
324
  /**
325
+ * @public
313
326
  * <p>Creates a Network File System (NFS) file share on an existing S3 File Gateway. In
314
327
  * Storage Gateway, a file share is a file system mount point backed by Amazon S3
315
328
  * cloud storage. Storage Gateway exposes file shares using an NFS interface. This operation
@@ -332,6 +345,7 @@ export declare class StorageGateway extends StorageGatewayClient {
332
345
  createNFSFileShare(args: CreateNFSFileShareCommandInput, cb: (err: any, data?: CreateNFSFileShareCommandOutput) => void): void;
333
346
  createNFSFileShare(args: CreateNFSFileShareCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateNFSFileShareCommandOutput) => void): void;
334
347
  /**
348
+ * @public
335
349
  * <p>Creates a Server Message Block (SMB) file share on an existing S3 File Gateway. In
336
350
  * Storage Gateway, a file share is a file system mount point backed by Amazon S3
337
351
  * cloud storage. Storage Gateway exposes file shares using an SMB interface. This operation
@@ -354,6 +368,7 @@ export declare class StorageGateway extends StorageGatewayClient {
354
368
  createSMBFileShare(args: CreateSMBFileShareCommandInput, cb: (err: any, data?: CreateSMBFileShareCommandOutput) => void): void;
355
369
  createSMBFileShare(args: CreateSMBFileShareCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateSMBFileShareCommandOutput) => void): void;
356
370
  /**
371
+ * @public
357
372
  * <p>Initiates a snapshot of a volume.</p>
358
373
  *
359
374
  * <p>Storage Gateway provides the ability to back up point-in-time snapshots of your
@@ -387,6 +402,7 @@ export declare class StorageGateway extends StorageGatewayClient {
387
402
  createSnapshot(args: CreateSnapshotCommandInput, cb: (err: any, data?: CreateSnapshotCommandOutput) => void): void;
388
403
  createSnapshot(args: CreateSnapshotCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateSnapshotCommandOutput) => void): void;
389
404
  /**
405
+ * @public
390
406
  * <p>Initiates a snapshot of a gateway from a volume recovery point. This operation is only
391
407
  * supported in the cached volume gateway type.</p>
392
408
  *
@@ -413,6 +429,7 @@ export declare class StorageGateway extends StorageGatewayClient {
413
429
  createSnapshotFromVolumeRecoveryPoint(args: CreateSnapshotFromVolumeRecoveryPointCommandInput, cb: (err: any, data?: CreateSnapshotFromVolumeRecoveryPointCommandOutput) => void): void;
414
430
  createSnapshotFromVolumeRecoveryPoint(args: CreateSnapshotFromVolumeRecoveryPointCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateSnapshotFromVolumeRecoveryPointCommandOutput) => void): void;
415
431
  /**
432
+ * @public
416
433
  * <p>Creates a volume on a specified gateway. This operation is only supported in the stored
417
434
  * volume gateway type.</p>
418
435
  *
@@ -430,6 +447,7 @@ export declare class StorageGateway extends StorageGatewayClient {
430
447
  createStorediSCSIVolume(args: CreateStorediSCSIVolumeCommandInput, cb: (err: any, data?: CreateStorediSCSIVolumeCommandOutput) => void): void;
431
448
  createStorediSCSIVolume(args: CreateStorediSCSIVolumeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateStorediSCSIVolumeCommandOutput) => void): void;
432
449
  /**
450
+ * @public
433
451
  * <p>Creates a new custom tape pool. You can use custom tape pool to enable tape retention
434
452
  * lock on tapes that are archived in the custom pool.</p>
435
453
  */
@@ -437,6 +455,7 @@ export declare class StorageGateway extends StorageGatewayClient {
437
455
  createTapePool(args: CreateTapePoolCommandInput, cb: (err: any, data?: CreateTapePoolCommandOutput) => void): void;
438
456
  createTapePool(args: CreateTapePoolCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateTapePoolCommandOutput) => void): void;
439
457
  /**
458
+ * @public
440
459
  * <p>Creates one or more virtual tapes. You write data to the virtual tapes and then archive
441
460
  * the tapes. This operation is only supported in the tape gateway type.</p>
442
461
  *
@@ -449,6 +468,7 @@ export declare class StorageGateway extends StorageGatewayClient {
449
468
  createTapes(args: CreateTapesCommandInput, cb: (err: any, data?: CreateTapesCommandOutput) => void): void;
450
469
  createTapes(args: CreateTapesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateTapesCommandOutput) => void): void;
451
470
  /**
471
+ * @public
452
472
  * <p>Creates a virtual tape by using your own barcode. You write data to the virtual tape and
453
473
  * then archive the tape. A barcode is unique and cannot be reused if it has already been used
454
474
  * on a tape. This applies to barcodes used on deleted tapes. This operation is only supported
@@ -463,6 +483,7 @@ export declare class StorageGateway extends StorageGatewayClient {
463
483
  createTapeWithBarcode(args: CreateTapeWithBarcodeCommandInput, cb: (err: any, data?: CreateTapeWithBarcodeCommandOutput) => void): void;
464
484
  createTapeWithBarcode(args: CreateTapeWithBarcodeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateTapeWithBarcodeCommandOutput) => void): void;
465
485
  /**
486
+ * @public
466
487
  * <p>Deletes the automatic tape creation policy of a gateway. If you delete this policy, new
467
488
  * virtual tapes must be created manually. Use the Amazon Resource Name (ARN) of the gateway
468
489
  * in your request to remove the policy.</p>
@@ -471,6 +492,7 @@ export declare class StorageGateway extends StorageGatewayClient {
471
492
  deleteAutomaticTapeCreationPolicy(args: DeleteAutomaticTapeCreationPolicyCommandInput, cb: (err: any, data?: DeleteAutomaticTapeCreationPolicyCommandOutput) => void): void;
472
493
  deleteAutomaticTapeCreationPolicy(args: DeleteAutomaticTapeCreationPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteAutomaticTapeCreationPolicyCommandOutput) => void): void;
473
494
  /**
495
+ * @public
474
496
  * <p>Deletes the bandwidth rate limits of a gateway. You can delete either the upload and
475
497
  * download bandwidth rate limit, or you can delete both. If you delete only one of the
476
498
  * limits, the other limit remains unchanged. To specify which gateway to work with, use the
@@ -481,6 +503,7 @@ export declare class StorageGateway extends StorageGatewayClient {
481
503
  deleteBandwidthRateLimit(args: DeleteBandwidthRateLimitCommandInput, cb: (err: any, data?: DeleteBandwidthRateLimitCommandOutput) => void): void;
482
504
  deleteBandwidthRateLimit(args: DeleteBandwidthRateLimitCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteBandwidthRateLimitCommandOutput) => void): void;
483
505
  /**
506
+ * @public
484
507
  * <p>Deletes Challenge-Handshake Authentication Protocol (CHAP) credentials for a specified
485
508
  * iSCSI target and initiator pair. This operation is supported in volume and tape gateway
486
509
  * types.</p>
@@ -489,6 +512,7 @@ export declare class StorageGateway extends StorageGatewayClient {
489
512
  deleteChapCredentials(args: DeleteChapCredentialsCommandInput, cb: (err: any, data?: DeleteChapCredentialsCommandOutput) => void): void;
490
513
  deleteChapCredentials(args: DeleteChapCredentialsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteChapCredentialsCommandOutput) => void): void;
491
514
  /**
515
+ * @public
492
516
  * <p>Deletes a file share from an S3 File Gateway. This operation is only supported for S3
493
517
  * File Gateways.</p>
494
518
  */
@@ -496,6 +520,7 @@ export declare class StorageGateway extends StorageGatewayClient {
496
520
  deleteFileShare(args: DeleteFileShareCommandInput, cb: (err: any, data?: DeleteFileShareCommandOutput) => void): void;
497
521
  deleteFileShare(args: DeleteFileShareCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteFileShareCommandOutput) => void): void;
498
522
  /**
523
+ * @public
499
524
  * <p>Deletes a gateway. To specify which gateway to delete, use the Amazon Resource Name
500
525
  * (ARN) of the gateway in your request. The operation deletes the gateway; however, it does
501
526
  * not delete the gateway virtual machine (VM) from your host computer.</p>
@@ -519,6 +544,7 @@ export declare class StorageGateway extends StorageGatewayClient {
519
544
  deleteGateway(args: DeleteGatewayCommandInput, cb: (err: any, data?: DeleteGatewayCommandOutput) => void): void;
520
545
  deleteGateway(args: DeleteGatewayCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteGatewayCommandOutput) => void): void;
521
546
  /**
547
+ * @public
522
548
  * <p>Deletes a snapshot of a volume.</p>
523
549
  *
524
550
  * <p>You can take snapshots of your gateway volumes on a scheduled or ad hoc basis. This API
@@ -539,6 +565,7 @@ export declare class StorageGateway extends StorageGatewayClient {
539
565
  deleteSnapshotSchedule(args: DeleteSnapshotScheduleCommandInput, cb: (err: any, data?: DeleteSnapshotScheduleCommandOutput) => void): void;
540
566
  deleteSnapshotSchedule(args: DeleteSnapshotScheduleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteSnapshotScheduleCommandOutput) => void): void;
541
567
  /**
568
+ * @public
542
569
  * <p>Deletes the specified virtual tape. This operation is only supported in the tape gateway
543
570
  * type.</p>
544
571
  */
@@ -546,6 +573,7 @@ export declare class StorageGateway extends StorageGatewayClient {
546
573
  deleteTape(args: DeleteTapeCommandInput, cb: (err: any, data?: DeleteTapeCommandOutput) => void): void;
547
574
  deleteTape(args: DeleteTapeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteTapeCommandOutput) => void): void;
548
575
  /**
576
+ * @public
549
577
  * <p>Deletes the specified virtual tape from the virtual tape shelf (VTS). This operation is
550
578
  * only supported in the tape gateway type.</p>
551
579
  */
@@ -553,6 +581,7 @@ export declare class StorageGateway extends StorageGatewayClient {
553
581
  deleteTapeArchive(args: DeleteTapeArchiveCommandInput, cb: (err: any, data?: DeleteTapeArchiveCommandOutput) => void): void;
554
582
  deleteTapeArchive(args: DeleteTapeArchiveCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteTapeArchiveCommandOutput) => void): void;
555
583
  /**
584
+ * @public
556
585
  * <p>Delete a custom tape pool. A custom tape pool can only be deleted if there are no tapes
557
586
  * in the pool and if there are no automatic tape creation policies that reference the custom
558
587
  * tape pool.</p>
@@ -561,6 +590,7 @@ export declare class StorageGateway extends StorageGatewayClient {
561
590
  deleteTapePool(args: DeleteTapePoolCommandInput, cb: (err: any, data?: DeleteTapePoolCommandOutput) => void): void;
562
591
  deleteTapePool(args: DeleteTapePoolCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteTapePoolCommandOutput) => void): void;
563
592
  /**
593
+ * @public
564
594
  * <p>Deletes the specified storage volume that you previously created using the <a>CreateCachediSCSIVolume</a> or <a>CreateStorediSCSIVolume</a> API.
565
595
  * This operation is only supported in the cached volume and stored volume types. For stored
566
596
  * volume gateways, the local disk that was configured as the storage volume is not deleted.
@@ -579,6 +609,7 @@ export declare class StorageGateway extends StorageGatewayClient {
579
609
  deleteVolume(args: DeleteVolumeCommandInput, cb: (err: any, data?: DeleteVolumeCommandOutput) => void): void;
580
610
  deleteVolume(args: DeleteVolumeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteVolumeCommandOutput) => void): void;
581
611
  /**
612
+ * @public
582
613
  * <p>Returns information about the most recent high availability monitoring test that was
583
614
  * performed on the host in a cluster. If a test isn't performed, the status and start
584
615
  * time in the response would be null.</p>
@@ -587,6 +618,7 @@ export declare class StorageGateway extends StorageGatewayClient {
587
618
  describeAvailabilityMonitorTest(args: DescribeAvailabilityMonitorTestCommandInput, cb: (err: any, data?: DescribeAvailabilityMonitorTestCommandOutput) => void): void;
588
619
  describeAvailabilityMonitorTest(args: DescribeAvailabilityMonitorTestCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeAvailabilityMonitorTestCommandOutput) => void): void;
589
620
  /**
621
+ * @public
590
622
  * <p>Returns the bandwidth rate limits of a gateway. By default, these limits are not set,
591
623
  * which means no bandwidth rate limiting is in effect. This operation is supported only for
592
624
  * the stored volume, cached volume, and tape gateway types. To describe bandwidth rate limits
@@ -601,6 +633,7 @@ export declare class StorageGateway extends StorageGatewayClient {
601
633
  describeBandwidthRateLimit(args: DescribeBandwidthRateLimitCommandInput, cb: (err: any, data?: DescribeBandwidthRateLimitCommandOutput) => void): void;
602
634
  describeBandwidthRateLimit(args: DescribeBandwidthRateLimitCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeBandwidthRateLimitCommandOutput) => void): void;
603
635
  /**
636
+ * @public
604
637
  * <p> Returns information about the bandwidth rate limit schedule of a gateway. By default,
605
638
  * gateways do not have bandwidth rate limit schedules, which means no bandwidth rate limiting
606
639
  * is in effect. This operation is supported only for volume, tape and S3 file gateways. FSx
@@ -623,6 +656,7 @@ export declare class StorageGateway extends StorageGatewayClient {
623
656
  describeBandwidthRateLimitSchedule(args: DescribeBandwidthRateLimitScheduleCommandInput, cb: (err: any, data?: DescribeBandwidthRateLimitScheduleCommandOutput) => void): void;
624
657
  describeBandwidthRateLimitSchedule(args: DescribeBandwidthRateLimitScheduleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeBandwidthRateLimitScheduleCommandOutput) => void): void;
625
658
  /**
659
+ * @public
626
660
  * <p>Returns information about the cache of a gateway. This operation is only supported in
627
661
  * the cached volume, tape, and file gateway types.</p>
628
662
  *
@@ -633,6 +667,7 @@ export declare class StorageGateway extends StorageGatewayClient {
633
667
  describeCache(args: DescribeCacheCommandInput, cb: (err: any, data?: DescribeCacheCommandOutput) => void): void;
634
668
  describeCache(args: DescribeCacheCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeCacheCommandOutput) => void): void;
635
669
  /**
670
+ * @public
636
671
  * <p>Returns a description of the gateway volumes specified in the request. This operation is
637
672
  * only supported in the cached volume gateway types.</p>
638
673
  *
@@ -644,6 +679,7 @@ export declare class StorageGateway extends StorageGatewayClient {
644
679
  describeCachediSCSIVolumes(args: DescribeCachediSCSIVolumesCommandInput, cb: (err: any, data?: DescribeCachediSCSIVolumesCommandOutput) => void): void;
645
680
  describeCachediSCSIVolumes(args: DescribeCachediSCSIVolumesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeCachediSCSIVolumesCommandOutput) => void): void;
646
681
  /**
682
+ * @public
647
683
  * <p>Returns an array of Challenge-Handshake Authentication Protocol (CHAP) credentials
648
684
  * information for a specified iSCSI target, one for each target-initiator pair. This
649
685
  * operation is supported in the volume and tape gateway types.</p>
@@ -652,6 +688,7 @@ export declare class StorageGateway extends StorageGatewayClient {
652
688
  describeChapCredentials(args: DescribeChapCredentialsCommandInput, cb: (err: any, data?: DescribeChapCredentialsCommandOutput) => void): void;
653
689
  describeChapCredentials(args: DescribeChapCredentialsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeChapCredentialsCommandOutput) => void): void;
654
690
  /**
691
+ * @public
655
692
  * <p>Gets the file system association information. This operation is only supported for FSx
656
693
  * File Gateways.</p>
657
694
  */
@@ -659,6 +696,7 @@ export declare class StorageGateway extends StorageGatewayClient {
659
696
  describeFileSystemAssociations(args: DescribeFileSystemAssociationsCommandInput, cb: (err: any, data?: DescribeFileSystemAssociationsCommandOutput) => void): void;
660
697
  describeFileSystemAssociations(args: DescribeFileSystemAssociationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeFileSystemAssociationsCommandOutput) => void): void;
661
698
  /**
699
+ * @public
662
700
  * <p>Returns metadata about a gateway such as its name, network interfaces, configured time
663
701
  * zone, and the state (whether the gateway is running or not). To specify which gateway to
664
702
  * describe, use the Amazon Resource Name (ARN) of the gateway in your request.</p>
@@ -667,6 +705,7 @@ export declare class StorageGateway extends StorageGatewayClient {
667
705
  describeGatewayInformation(args: DescribeGatewayInformationCommandInput, cb: (err: any, data?: DescribeGatewayInformationCommandOutput) => void): void;
668
706
  describeGatewayInformation(args: DescribeGatewayInformationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeGatewayInformationCommandOutput) => void): void;
669
707
  /**
708
+ * @public
670
709
  * <p>Returns your gateway's weekly maintenance start time including the day and time of
671
710
  * the week. Note that values are in terms of the gateway's time zone.</p>
672
711
  */
@@ -674,6 +713,7 @@ export declare class StorageGateway extends StorageGatewayClient {
674
713
  describeMaintenanceStartTime(args: DescribeMaintenanceStartTimeCommandInput, cb: (err: any, data?: DescribeMaintenanceStartTimeCommandOutput) => void): void;
675
714
  describeMaintenanceStartTime(args: DescribeMaintenanceStartTimeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeMaintenanceStartTimeCommandOutput) => void): void;
676
715
  /**
716
+ * @public
677
717
  * <p>Gets a description for one or more Network File System (NFS) file shares from an S3 File
678
718
  * Gateway. This operation is only supported for S3 File Gateways.</p>
679
719
  */
@@ -681,6 +721,7 @@ export declare class StorageGateway extends StorageGatewayClient {
681
721
  describeNFSFileShares(args: DescribeNFSFileSharesCommandInput, cb: (err: any, data?: DescribeNFSFileSharesCommandOutput) => void): void;
682
722
  describeNFSFileShares(args: DescribeNFSFileSharesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeNFSFileSharesCommandOutput) => void): void;
683
723
  /**
724
+ * @public
684
725
  * <p>Gets a description for one or more Server Message Block (SMB) file shares from a S3 File
685
726
  * Gateway. This operation is only supported for S3 File Gateways.</p>
686
727
  */
@@ -688,6 +729,7 @@ export declare class StorageGateway extends StorageGatewayClient {
688
729
  describeSMBFileShares(args: DescribeSMBFileSharesCommandInput, cb: (err: any, data?: DescribeSMBFileSharesCommandOutput) => void): void;
689
730
  describeSMBFileShares(args: DescribeSMBFileSharesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeSMBFileSharesCommandOutput) => void): void;
690
731
  /**
732
+ * @public
691
733
  * <p>Gets a description of a Server Message Block (SMB) file share settings from a file
692
734
  * gateway. This operation is only supported for file gateways.</p>
693
735
  */
@@ -695,6 +737,7 @@ export declare class StorageGateway extends StorageGatewayClient {
695
737
  describeSMBSettings(args: DescribeSMBSettingsCommandInput, cb: (err: any, data?: DescribeSMBSettingsCommandOutput) => void): void;
696
738
  describeSMBSettings(args: DescribeSMBSettingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeSMBSettingsCommandOutput) => void): void;
697
739
  /**
740
+ * @public
698
741
  * <p>Describes the snapshot schedule for the specified gateway volume. The snapshot schedule
699
742
  * information includes intervals at which snapshots are automatically initiated on the
700
743
  * volume. This operation is only supported in the cached volume and stored volume
@@ -704,6 +747,7 @@ export declare class StorageGateway extends StorageGatewayClient {
704
747
  describeSnapshotSchedule(args: DescribeSnapshotScheduleCommandInput, cb: (err: any, data?: DescribeSnapshotScheduleCommandOutput) => void): void;
705
748
  describeSnapshotSchedule(args: DescribeSnapshotScheduleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeSnapshotScheduleCommandOutput) => void): void;
706
749
  /**
750
+ * @public
707
751
  * <p>Returns the description of the gateway volumes specified in the request. The list of
708
752
  * gateway volumes in the request must be from one gateway. In the response, Storage Gateway returns volume information sorted by volume ARNs. This operation is only
709
753
  * supported in stored volume gateway type.</p>
@@ -712,6 +756,7 @@ export declare class StorageGateway extends StorageGatewayClient {
712
756
  describeStorediSCSIVolumes(args: DescribeStorediSCSIVolumesCommandInput, cb: (err: any, data?: DescribeStorediSCSIVolumesCommandOutput) => void): void;
713
757
  describeStorediSCSIVolumes(args: DescribeStorediSCSIVolumesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeStorediSCSIVolumesCommandOutput) => void): void;
714
758
  /**
759
+ * @public
715
760
  * <p>Returns a description of specified virtual tapes in the virtual tape shelf (VTS). This
716
761
  * operation is only supported in the tape gateway type.</p>
717
762
  *
@@ -722,6 +767,7 @@ export declare class StorageGateway extends StorageGatewayClient {
722
767
  describeTapeArchives(args: DescribeTapeArchivesCommandInput, cb: (err: any, data?: DescribeTapeArchivesCommandOutput) => void): void;
723
768
  describeTapeArchives(args: DescribeTapeArchivesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeTapeArchivesCommandOutput) => void): void;
724
769
  /**
770
+ * @public
725
771
  * <p>Returns a list of virtual tape recovery points that are available for the specified tape
726
772
  * gateway.</p>
727
773
  *
@@ -734,6 +780,7 @@ export declare class StorageGateway extends StorageGatewayClient {
734
780
  describeTapeRecoveryPoints(args: DescribeTapeRecoveryPointsCommandInput, cb: (err: any, data?: DescribeTapeRecoveryPointsCommandOutput) => void): void;
735
781
  describeTapeRecoveryPoints(args: DescribeTapeRecoveryPointsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeTapeRecoveryPointsCommandOutput) => void): void;
736
782
  /**
783
+ * @public
737
784
  * <p>Returns a description of the specified Amazon Resource Name (ARN) of virtual tapes. If a
738
785
  * <code>TapeARN</code> is not specified, returns a description of all virtual tapes
739
786
  * associated with the specified gateway. This operation is only supported in the tape gateway
@@ -743,6 +790,7 @@ export declare class StorageGateway extends StorageGatewayClient {
743
790
  describeTapes(args: DescribeTapesCommandInput, cb: (err: any, data?: DescribeTapesCommandOutput) => void): void;
744
791
  describeTapes(args: DescribeTapesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeTapesCommandOutput) => void): void;
745
792
  /**
793
+ * @public
746
794
  * <p>Returns information about the upload buffer of a gateway. This operation is supported
747
795
  * for the stored volume, cached volume, and tape gateway types.</p>
748
796
  *
@@ -753,6 +801,7 @@ export declare class StorageGateway extends StorageGatewayClient {
753
801
  describeUploadBuffer(args: DescribeUploadBufferCommandInput, cb: (err: any, data?: DescribeUploadBufferCommandOutput) => void): void;
754
802
  describeUploadBuffer(args: DescribeUploadBufferCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeUploadBufferCommandOutput) => void): void;
755
803
  /**
804
+ * @public
756
805
  * <p>Returns a description of virtual tape library (VTL) devices for the specified tape
757
806
  * gateway. In the response, Storage Gateway returns VTL device information.</p>
758
807
  *
@@ -762,6 +811,7 @@ export declare class StorageGateway extends StorageGatewayClient {
762
811
  describeVTLDevices(args: DescribeVTLDevicesCommandInput, cb: (err: any, data?: DescribeVTLDevicesCommandOutput) => void): void;
763
812
  describeVTLDevices(args: DescribeVTLDevicesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeVTLDevicesCommandOutput) => void): void;
764
813
  /**
814
+ * @public
765
815
  * <p>Returns information about the working storage of a gateway. This operation is only
766
816
  * supported in the stored volumes gateway type. This operation is deprecated in cached
767
817
  * volumes API version (20120630). Use DescribeUploadBuffer instead.</p>
@@ -778,6 +828,7 @@ export declare class StorageGateway extends StorageGatewayClient {
778
828
  describeWorkingStorage(args: DescribeWorkingStorageCommandInput, cb: (err: any, data?: DescribeWorkingStorageCommandOutput) => void): void;
779
829
  describeWorkingStorage(args: DescribeWorkingStorageCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeWorkingStorageCommandOutput) => void): void;
780
830
  /**
831
+ * @public
781
832
  * <p>Disconnects a volume from an iSCSI connection and then detaches the volume from the
782
833
  * specified gateway. Detaching and attaching a volume enables you to recover your data from
783
834
  * one gateway to a different gateway without creating a snapshot. It also makes it easier to
@@ -788,6 +839,7 @@ export declare class StorageGateway extends StorageGatewayClient {
788
839
  detachVolume(args: DetachVolumeCommandInput, cb: (err: any, data?: DetachVolumeCommandOutput) => void): void;
789
840
  detachVolume(args: DetachVolumeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DetachVolumeCommandOutput) => void): void;
790
841
  /**
842
+ * @public
791
843
  * <p>Disables a tape gateway when the gateway is no longer functioning. For example, if your
792
844
  * gateway VM is damaged, you can disable the gateway so you can recover virtual tapes.</p>
793
845
  *
@@ -802,6 +854,7 @@ export declare class StorageGateway extends StorageGatewayClient {
802
854
  disableGateway(args: DisableGatewayCommandInput, cb: (err: any, data?: DisableGatewayCommandOutput) => void): void;
803
855
  disableGateway(args: DisableGatewayCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisableGatewayCommandOutput) => void): void;
804
856
  /**
857
+ * @public
805
858
  * <p>Disassociates an Amazon FSx file system from the specified gateway. After the
806
859
  * disassociation process finishes, the gateway can no longer access the Amazon FSx
807
860
  * file system. This operation is only supported in the FSx File Gateway type.</p>
@@ -810,6 +863,7 @@ export declare class StorageGateway extends StorageGatewayClient {
810
863
  disassociateFileSystem(args: DisassociateFileSystemCommandInput, cb: (err: any, data?: DisassociateFileSystemCommandOutput) => void): void;
811
864
  disassociateFileSystem(args: DisassociateFileSystemCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisassociateFileSystemCommandOutput) => void): void;
812
865
  /**
866
+ * @public
813
867
  * <p>Adds a file gateway to an Active Directory domain. This operation is only supported for
814
868
  * file gateways that support the SMB file protocol.</p>
815
869
  */
@@ -817,6 +871,7 @@ export declare class StorageGateway extends StorageGatewayClient {
817
871
  joinDomain(args: JoinDomainCommandInput, cb: (err: any, data?: JoinDomainCommandOutput) => void): void;
818
872
  joinDomain(args: JoinDomainCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: JoinDomainCommandOutput) => void): void;
819
873
  /**
874
+ * @public
820
875
  * <p>Lists the automatic tape creation policies for a gateway. If there are no automatic tape
821
876
  * creation policies for the gateway, it returns an empty list.</p>
822
877
  *
@@ -826,6 +881,7 @@ export declare class StorageGateway extends StorageGatewayClient {
826
881
  listAutomaticTapeCreationPolicies(args: ListAutomaticTapeCreationPoliciesCommandInput, cb: (err: any, data?: ListAutomaticTapeCreationPoliciesCommandOutput) => void): void;
827
882
  listAutomaticTapeCreationPolicies(args: ListAutomaticTapeCreationPoliciesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAutomaticTapeCreationPoliciesCommandOutput) => void): void;
828
883
  /**
884
+ * @public
829
885
  * <p>Gets a list of the file shares for a specific S3 File Gateway, or the list of file
830
886
  * shares that belong to the calling user account. This operation is only supported for S3
831
887
  * File Gateways.</p>
@@ -834,6 +890,7 @@ export declare class StorageGateway extends StorageGatewayClient {
834
890
  listFileShares(args: ListFileSharesCommandInput, cb: (err: any, data?: ListFileSharesCommandOutput) => void): void;
835
891
  listFileShares(args: ListFileSharesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListFileSharesCommandOutput) => void): void;
836
892
  /**
893
+ * @public
837
894
  * <p>Gets a list of <code>FileSystemAssociationSummary</code> objects. Each object contains a
838
895
  * summary of a file system association. This operation is only supported for FSx File
839
896
  * Gateways.</p>
@@ -842,6 +899,7 @@ export declare class StorageGateway extends StorageGatewayClient {
842
899
  listFileSystemAssociations(args: ListFileSystemAssociationsCommandInput, cb: (err: any, data?: ListFileSystemAssociationsCommandOutput) => void): void;
843
900
  listFileSystemAssociations(args: ListFileSystemAssociationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListFileSystemAssociationsCommandOutput) => void): void;
844
901
  /**
902
+ * @public
845
903
  * <p>Lists gateways owned by an Amazon Web Services account in an Amazon Web Services Region
846
904
  * specified in the request. The returned list is ordered by gateway Amazon Resource Name
847
905
  * (ARN).</p>
@@ -858,6 +916,7 @@ export declare class StorageGateway extends StorageGatewayClient {
858
916
  listGateways(args: ListGatewaysCommandInput, cb: (err: any, data?: ListGatewaysCommandOutput) => void): void;
859
917
  listGateways(args: ListGatewaysCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListGatewaysCommandOutput) => void): void;
860
918
  /**
919
+ * @public
861
920
  * <p>Returns a list of the gateway's local disks. To specify which gateway to describe,
862
921
  * you use the Amazon Resource Name (ARN) of the gateway in the body of the request.</p>
863
922
  *
@@ -872,6 +931,7 @@ export declare class StorageGateway extends StorageGatewayClient {
872
931
  listLocalDisks(args: ListLocalDisksCommandInput, cb: (err: any, data?: ListLocalDisksCommandOutput) => void): void;
873
932
  listLocalDisks(args: ListLocalDisksCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListLocalDisksCommandOutput) => void): void;
874
933
  /**
934
+ * @public
875
935
  * <p>Lists the tags that have been added to the specified resource. This operation is
876
936
  * supported in storage gateways of all types.</p>
877
937
  */
@@ -879,6 +939,7 @@ export declare class StorageGateway extends StorageGatewayClient {
879
939
  listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
880
940
  listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
881
941
  /**
942
+ * @public
882
943
  * <p>Lists custom tape pools. You specify custom tape pools to list by specifying one or more
883
944
  * custom tape pool Amazon Resource Names (ARNs). If you don't specify a custom tape pool ARN,
884
945
  * the operation lists all custom tape pools.</p>
@@ -893,6 +954,7 @@ export declare class StorageGateway extends StorageGatewayClient {
893
954
  listTapePools(args: ListTapePoolsCommandInput, cb: (err: any, data?: ListTapePoolsCommandOutput) => void): void;
894
955
  listTapePools(args: ListTapePoolsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTapePoolsCommandOutput) => void): void;
895
956
  /**
957
+ * @public
896
958
  * <p>Lists virtual tapes in your virtual tape library (VTL) and your virtual tape shelf
897
959
  * (VTS). You specify the tapes to list by specifying one or more tape Amazon Resource Names
898
960
  * (ARNs). If you don't specify a tape ARN, the operation lists all virtual tapes in both
@@ -909,6 +971,7 @@ export declare class StorageGateway extends StorageGatewayClient {
909
971
  listTapes(args: ListTapesCommandInput, cb: (err: any, data?: ListTapesCommandOutput) => void): void;
910
972
  listTapes(args: ListTapesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTapesCommandOutput) => void): void;
911
973
  /**
974
+ * @public
912
975
  * <p>Lists iSCSI initiators that are connected to a volume. You can use this operation to
913
976
  * determine whether a volume is being used or not. This operation is only supported in the
914
977
  * cached volume and stored volume gateway types.</p>
@@ -917,6 +980,7 @@ export declare class StorageGateway extends StorageGatewayClient {
917
980
  listVolumeInitiators(args: ListVolumeInitiatorsCommandInput, cb: (err: any, data?: ListVolumeInitiatorsCommandOutput) => void): void;
918
981
  listVolumeInitiators(args: ListVolumeInitiatorsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListVolumeInitiatorsCommandOutput) => void): void;
919
982
  /**
983
+ * @public
920
984
  * <p>Lists the recovery points for a specified gateway. This operation is only supported in
921
985
  * the cached volume gateway type.</p>
922
986
  *
@@ -929,6 +993,7 @@ export declare class StorageGateway extends StorageGatewayClient {
929
993
  listVolumeRecoveryPoints(args: ListVolumeRecoveryPointsCommandInput, cb: (err: any, data?: ListVolumeRecoveryPointsCommandOutput) => void): void;
930
994
  listVolumeRecoveryPoints(args: ListVolumeRecoveryPointsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListVolumeRecoveryPointsCommandOutput) => void): void;
931
995
  /**
996
+ * @public
932
997
  * <p>Lists the iSCSI stored volumes of a gateway. Results are sorted by volume ARN. The
933
998
  * response includes only the volume ARNs. If you want additional volume information, use the
934
999
  * <a>DescribeStorediSCSIVolumes</a> or the <a>DescribeCachediSCSIVolumes</a> API.</p>
@@ -944,6 +1009,7 @@ export declare class StorageGateway extends StorageGatewayClient {
944
1009
  listVolumes(args: ListVolumesCommandInput, cb: (err: any, data?: ListVolumesCommandOutput) => void): void;
945
1010
  listVolumes(args: ListVolumesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListVolumesCommandOutput) => void): void;
946
1011
  /**
1012
+ * @public
947
1013
  * <p>Sends you notification through CloudWatch Events when all files written to your file
948
1014
  * share have been uploaded to S3. Amazon S3.</p>
949
1015
  *
@@ -962,6 +1028,7 @@ export declare class StorageGateway extends StorageGatewayClient {
962
1028
  notifyWhenUploaded(args: NotifyWhenUploadedCommandInput, cb: (err: any, data?: NotifyWhenUploadedCommandOutput) => void): void;
963
1029
  notifyWhenUploaded(args: NotifyWhenUploadedCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: NotifyWhenUploadedCommandOutput) => void): void;
964
1030
  /**
1031
+ * @public
965
1032
  * <p>Refreshes the cached inventory of objects for the specified file share. This operation
966
1033
  * finds objects in the Amazon S3 bucket that were added, removed, or replaced since
967
1034
  * the gateway last listed the bucket's contents and cached the results. This operation
@@ -1017,6 +1084,7 @@ export declare class StorageGateway extends StorageGatewayClient {
1017
1084
  refreshCache(args: RefreshCacheCommandInput, cb: (err: any, data?: RefreshCacheCommandOutput) => void): void;
1018
1085
  refreshCache(args: RefreshCacheCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RefreshCacheCommandOutput) => void): void;
1019
1086
  /**
1087
+ * @public
1020
1088
  * <p>Removes one or more tags from the specified resource. This operation is supported in
1021
1089
  * storage gateways of all types.</p>
1022
1090
  */
@@ -1024,6 +1092,7 @@ export declare class StorageGateway extends StorageGatewayClient {
1024
1092
  removeTagsFromResource(args: RemoveTagsFromResourceCommandInput, cb: (err: any, data?: RemoveTagsFromResourceCommandOutput) => void): void;
1025
1093
  removeTagsFromResource(args: RemoveTagsFromResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RemoveTagsFromResourceCommandOutput) => void): void;
1026
1094
  /**
1095
+ * @public
1027
1096
  * <p>Resets all cache disks that have encountered an error and makes the disks available for
1028
1097
  * reconfiguration as cache storage. If your cache disk encounters an error, the gateway
1029
1098
  * prevents read and write operations on virtual tapes in the gateway. For example, an error
@@ -1042,6 +1111,7 @@ export declare class StorageGateway extends StorageGatewayClient {
1042
1111
  resetCache(args: ResetCacheCommandInput, cb: (err: any, data?: ResetCacheCommandOutput) => void): void;
1043
1112
  resetCache(args: ResetCacheCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ResetCacheCommandOutput) => void): void;
1044
1113
  /**
1114
+ * @public
1045
1115
  * <p>Retrieves an archived virtual tape from the virtual tape shelf (VTS) to a tape gateway.
1046
1116
  * Virtual tapes archived in the VTS are not associated with any gateway. However after a tape
1047
1117
  * is retrieved, it is associated with a gateway, even though it is also listed in the VTS,
@@ -1055,6 +1125,7 @@ export declare class StorageGateway extends StorageGatewayClient {
1055
1125
  retrieveTapeArchive(args: RetrieveTapeArchiveCommandInput, cb: (err: any, data?: RetrieveTapeArchiveCommandOutput) => void): void;
1056
1126
  retrieveTapeArchive(args: RetrieveTapeArchiveCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RetrieveTapeArchiveCommandOutput) => void): void;
1057
1127
  /**
1128
+ * @public
1058
1129
  * <p>Retrieves the recovery point for the specified virtual tape. This operation is only
1059
1130
  * supported in the tape gateway type.</p>
1060
1131
  *
@@ -1072,6 +1143,7 @@ export declare class StorageGateway extends StorageGatewayClient {
1072
1143
  retrieveTapeRecoveryPoint(args: RetrieveTapeRecoveryPointCommandInput, cb: (err: any, data?: RetrieveTapeRecoveryPointCommandOutput) => void): void;
1073
1144
  retrieveTapeRecoveryPoint(args: RetrieveTapeRecoveryPointCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RetrieveTapeRecoveryPointCommandOutput) => void): void;
1074
1145
  /**
1146
+ * @public
1075
1147
  * <p>Sets the password for your VM local console. When you log in to the local console for
1076
1148
  * the first time, you log in to the VM with the default credentials. We recommend that you
1077
1149
  * set a new password. You don't need to know the default password to set a new
@@ -1081,6 +1153,7 @@ export declare class StorageGateway extends StorageGatewayClient {
1081
1153
  setLocalConsolePassword(args: SetLocalConsolePasswordCommandInput, cb: (err: any, data?: SetLocalConsolePasswordCommandOutput) => void): void;
1082
1154
  setLocalConsolePassword(args: SetLocalConsolePasswordCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SetLocalConsolePasswordCommandOutput) => void): void;
1083
1155
  /**
1156
+ * @public
1084
1157
  * <p>Sets the password for the guest user <code>smbguest</code>. The <code>smbguest</code>
1085
1158
  * user is the user when the authentication method for the file share is set to
1086
1159
  * <code>GuestAccess</code>. This operation only supported for S3 File Gateways</p>
@@ -1089,6 +1162,7 @@ export declare class StorageGateway extends StorageGatewayClient {
1089
1162
  setSMBGuestPassword(args: SetSMBGuestPasswordCommandInput, cb: (err: any, data?: SetSMBGuestPasswordCommandOutput) => void): void;
1090
1163
  setSMBGuestPassword(args: SetSMBGuestPasswordCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SetSMBGuestPasswordCommandOutput) => void): void;
1091
1164
  /**
1165
+ * @public
1092
1166
  * <p>Shuts down a gateway. To specify which gateway to shut down, use the Amazon Resource
1093
1167
  * Name (ARN) of the gateway in the body of your request.</p>
1094
1168
  *
@@ -1118,6 +1192,7 @@ export declare class StorageGateway extends StorageGatewayClient {
1118
1192
  shutdownGateway(args: ShutdownGatewayCommandInput, cb: (err: any, data?: ShutdownGatewayCommandOutput) => void): void;
1119
1193
  shutdownGateway(args: ShutdownGatewayCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ShutdownGatewayCommandOutput) => void): void;
1120
1194
  /**
1195
+ * @public
1121
1196
  * <p>Start a test that verifies that the specified gateway is configured for High
1122
1197
  * Availability monitoring in your host environment. This request only initiates the test and
1123
1198
  * that a successful response only indicates that the test was started. It doesn't
@@ -1131,6 +1206,7 @@ export declare class StorageGateway extends StorageGatewayClient {
1131
1206
  startAvailabilityMonitorTest(args: StartAvailabilityMonitorTestCommandInput, cb: (err: any, data?: StartAvailabilityMonitorTestCommandOutput) => void): void;
1132
1207
  startAvailabilityMonitorTest(args: StartAvailabilityMonitorTestCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartAvailabilityMonitorTestCommandOutput) => void): void;
1133
1208
  /**
1209
+ * @public
1134
1210
  * <p>Starts a gateway that you previously shut down (see <a>ShutdownGateway</a>).
1135
1211
  * After the gateway starts, you can then make other API calls, your applications can read
1136
1212
  * from or write to the gateway's storage volumes and you will be able to take snapshot
@@ -1149,6 +1225,7 @@ export declare class StorageGateway extends StorageGatewayClient {
1149
1225
  startGateway(args: StartGatewayCommandInput, cb: (err: any, data?: StartGatewayCommandOutput) => void): void;
1150
1226
  startGateway(args: StartGatewayCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartGatewayCommandOutput) => void): void;
1151
1227
  /**
1228
+ * @public
1152
1229
  * <p>Updates the automatic tape creation policy of a gateway. Use this to update the policy
1153
1230
  * with a new set of automatic tape creation rules. This is only supported for tape
1154
1231
  * gateways.</p>
@@ -1163,6 +1240,7 @@ export declare class StorageGateway extends StorageGatewayClient {
1163
1240
  updateAutomaticTapeCreationPolicy(args: UpdateAutomaticTapeCreationPolicyCommandInput, cb: (err: any, data?: UpdateAutomaticTapeCreationPolicyCommandOutput) => void): void;
1164
1241
  updateAutomaticTapeCreationPolicy(args: UpdateAutomaticTapeCreationPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateAutomaticTapeCreationPolicyCommandOutput) => void): void;
1165
1242
  /**
1243
+ * @public
1166
1244
  * <p>Updates the bandwidth rate limits of a gateway. You can update both the upload and
1167
1245
  * download bandwidth rate limit or specify only one of the two. If you don't set a
1168
1246
  * bandwidth rate limit, the existing rate limit remains. This operation is supported only for
@@ -1180,6 +1258,7 @@ export declare class StorageGateway extends StorageGatewayClient {
1180
1258
  updateBandwidthRateLimit(args: UpdateBandwidthRateLimitCommandInput, cb: (err: any, data?: UpdateBandwidthRateLimitCommandOutput) => void): void;
1181
1259
  updateBandwidthRateLimit(args: UpdateBandwidthRateLimitCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateBandwidthRateLimitCommandOutput) => void): void;
1182
1260
  /**
1261
+ * @public
1183
1262
  * <p> Updates the bandwidth rate limit schedule for a specified gateway. By default, gateways
1184
1263
  * do not have bandwidth rate limit schedules, which means no bandwidth rate limiting is in
1185
1264
  * effect. Use this to initiate or update a gateway's bandwidth rate limit schedule. This
@@ -1190,6 +1269,7 @@ export declare class StorageGateway extends StorageGatewayClient {
1190
1269
  updateBandwidthRateLimitSchedule(args: UpdateBandwidthRateLimitScheduleCommandInput, cb: (err: any, data?: UpdateBandwidthRateLimitScheduleCommandOutput) => void): void;
1191
1270
  updateBandwidthRateLimitSchedule(args: UpdateBandwidthRateLimitScheduleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateBandwidthRateLimitScheduleCommandOutput) => void): void;
1192
1271
  /**
1272
+ * @public
1193
1273
  * <p>Updates the Challenge-Handshake Authentication Protocol (CHAP) credentials for a
1194
1274
  * specified iSCSI target. By default, a gateway does not have CHAP enabled; however, for
1195
1275
  * added security, you might use it. This operation is supported in the volume and tape
@@ -1204,6 +1284,7 @@ export declare class StorageGateway extends StorageGatewayClient {
1204
1284
  updateChapCredentials(args: UpdateChapCredentialsCommandInput, cb: (err: any, data?: UpdateChapCredentialsCommandOutput) => void): void;
1205
1285
  updateChapCredentials(args: UpdateChapCredentialsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateChapCredentialsCommandOutput) => void): void;
1206
1286
  /**
1287
+ * @public
1207
1288
  * <p>Updates a file system association. This operation is only supported in the FSx File
1208
1289
  * Gateways.</p>
1209
1290
  */
@@ -1211,6 +1292,7 @@ export declare class StorageGateway extends StorageGatewayClient {
1211
1292
  updateFileSystemAssociation(args: UpdateFileSystemAssociationCommandInput, cb: (err: any, data?: UpdateFileSystemAssociationCommandOutput) => void): void;
1212
1293
  updateFileSystemAssociation(args: UpdateFileSystemAssociationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateFileSystemAssociationCommandOutput) => void): void;
1213
1294
  /**
1295
+ * @public
1214
1296
  * <p>Updates a gateway's metadata, which includes the gateway's name and time zone.
1215
1297
  * To specify which gateway to update, use the Amazon Resource Name (ARN) of the gateway in
1216
1298
  * your request.</p>
@@ -1225,6 +1307,7 @@ export declare class StorageGateway extends StorageGatewayClient {
1225
1307
  updateGatewayInformation(args: UpdateGatewayInformationCommandInput, cb: (err: any, data?: UpdateGatewayInformationCommandOutput) => void): void;
1226
1308
  updateGatewayInformation(args: UpdateGatewayInformationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateGatewayInformationCommandOutput) => void): void;
1227
1309
  /**
1310
+ * @public
1228
1311
  * <p>Updates the gateway virtual machine (VM) software. The request immediately triggers the
1229
1312
  * software update.</p>
1230
1313
  *
@@ -1246,6 +1329,7 @@ export declare class StorageGateway extends StorageGatewayClient {
1246
1329
  updateGatewaySoftwareNow(args: UpdateGatewaySoftwareNowCommandInput, cb: (err: any, data?: UpdateGatewaySoftwareNowCommandOutput) => void): void;
1247
1330
  updateGatewaySoftwareNow(args: UpdateGatewaySoftwareNowCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateGatewaySoftwareNowCommandOutput) => void): void;
1248
1331
  /**
1332
+ * @public
1249
1333
  * <p>Updates a gateway's weekly maintenance start time information, including day and
1250
1334
  * time of the week. The maintenance time is the time in your gateway's time zone.</p>
1251
1335
  */
@@ -1253,6 +1337,7 @@ export declare class StorageGateway extends StorageGatewayClient {
1253
1337
  updateMaintenanceStartTime(args: UpdateMaintenanceStartTimeCommandInput, cb: (err: any, data?: UpdateMaintenanceStartTimeCommandOutput) => void): void;
1254
1338
  updateMaintenanceStartTime(args: UpdateMaintenanceStartTimeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateMaintenanceStartTimeCommandOutput) => void): void;
1255
1339
  /**
1340
+ * @public
1256
1341
  * <p>Updates a Network File System (NFS) file share. This operation is only supported in S3
1257
1342
  * File Gateways.</p>
1258
1343
  *
@@ -1285,6 +1370,7 @@ export declare class StorageGateway extends StorageGatewayClient {
1285
1370
  updateNFSFileShare(args: UpdateNFSFileShareCommandInput, cb: (err: any, data?: UpdateNFSFileShareCommandOutput) => void): void;
1286
1371
  updateNFSFileShare(args: UpdateNFSFileShareCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateNFSFileShareCommandOutput) => void): void;
1287
1372
  /**
1373
+ * @public
1288
1374
  * <p>Updates a Server Message Block (SMB) file share. This operation is only supported for S3
1289
1375
  * File Gateways.</p>
1290
1376
  *
@@ -1310,6 +1396,7 @@ export declare class StorageGateway extends StorageGatewayClient {
1310
1396
  updateSMBFileShare(args: UpdateSMBFileShareCommandInput, cb: (err: any, data?: UpdateSMBFileShareCommandOutput) => void): void;
1311
1397
  updateSMBFileShare(args: UpdateSMBFileShareCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateSMBFileShareCommandOutput) => void): void;
1312
1398
  /**
1399
+ * @public
1313
1400
  * <p>Controls whether the shares on an S3 File Gateway are visible in a net view or browse
1314
1401
  * list. The operation is only supported for S3 File Gateways.</p>
1315
1402
  */
@@ -1317,6 +1404,7 @@ export declare class StorageGateway extends StorageGatewayClient {
1317
1404
  updateSMBFileShareVisibility(args: UpdateSMBFileShareVisibilityCommandInput, cb: (err: any, data?: UpdateSMBFileShareVisibilityCommandOutput) => void): void;
1318
1405
  updateSMBFileShareVisibility(args: UpdateSMBFileShareVisibilityCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateSMBFileShareVisibilityCommandOutput) => void): void;
1319
1406
  /**
1407
+ * @public
1320
1408
  * <p>Updates the list of Active Directory users and groups that have special permissions for
1321
1409
  * SMB file shares on the gateway.</p>
1322
1410
  */
@@ -1324,6 +1412,7 @@ export declare class StorageGateway extends StorageGatewayClient {
1324
1412
  updateSMBLocalGroups(args: UpdateSMBLocalGroupsCommandInput, cb: (err: any, data?: UpdateSMBLocalGroupsCommandOutput) => void): void;
1325
1413
  updateSMBLocalGroups(args: UpdateSMBLocalGroupsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateSMBLocalGroupsCommandOutput) => void): void;
1326
1414
  /**
1415
+ * @public
1327
1416
  * <p>Updates the SMB security strategy on a file gateway. This action is only supported in
1328
1417
  * file gateways.</p>
1329
1418
  *
@@ -1337,6 +1426,7 @@ export declare class StorageGateway extends StorageGatewayClient {
1337
1426
  updateSMBSecurityStrategy(args: UpdateSMBSecurityStrategyCommandInput, cb: (err: any, data?: UpdateSMBSecurityStrategyCommandOutput) => void): void;
1338
1427
  updateSMBSecurityStrategy(args: UpdateSMBSecurityStrategyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateSMBSecurityStrategyCommandOutput) => void): void;
1339
1428
  /**
1429
+ * @public
1340
1430
  * <p>Updates a snapshot schedule configured for a gateway volume. This operation is only
1341
1431
  * supported in the cached volume and stored volume gateway types.</p>
1342
1432
  *
@@ -1352,6 +1442,7 @@ export declare class StorageGateway extends StorageGatewayClient {
1352
1442
  updateSnapshotSchedule(args: UpdateSnapshotScheduleCommandInput, cb: (err: any, data?: UpdateSnapshotScheduleCommandOutput) => void): void;
1353
1443
  updateSnapshotSchedule(args: UpdateSnapshotScheduleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateSnapshotScheduleCommandOutput) => void): void;
1354
1444
  /**
1445
+ * @public
1355
1446
  * <p>Updates the type of medium changer in a tape gateway. When you activate a tape gateway,
1356
1447
  * you select a medium changer type for the tape gateway. This operation enables you to select
1357
1448
  * a different type of medium changer after a tape gateway is activated. This operation is