@aws-sdk/client-storage-gateway 3.169.0 → 3.171.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 (118) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/StorageGateway.d.ts +1564 -455
  3. package/dist-types/ts3.4/StorageGatewayClient.d.ts +645 -163
  4. package/dist-types/ts3.4/commands/ActivateGatewayCommand.d.ts +35 -17
  5. package/dist-types/ts3.4/commands/AddCacheCommand.d.ts +32 -17
  6. package/dist-types/ts3.4/commands/AddTagsToResourceCommand.d.ts +35 -17
  7. package/dist-types/ts3.4/commands/AddUploadBufferCommand.d.ts +35 -17
  8. package/dist-types/ts3.4/commands/AddWorkingStorageCommand.d.ts +35 -17
  9. package/dist-types/ts3.4/commands/AssignTapePoolCommand.d.ts +32 -17
  10. package/dist-types/ts3.4/commands/AssociateFileSystemCommand.d.ts +36 -17
  11. package/dist-types/ts3.4/commands/AttachVolumeCommand.d.ts +32 -17
  12. package/dist-types/ts3.4/commands/CancelArchivalCommand.d.ts +32 -17
  13. package/dist-types/ts3.4/commands/CancelRetrievalCommand.d.ts +35 -17
  14. package/dist-types/ts3.4/commands/CreateCachediSCSIVolumeCommand.d.ts +39 -17
  15. package/dist-types/ts3.4/commands/CreateNFSFileShareCommand.d.ts +36 -17
  16. package/dist-types/ts3.4/commands/CreateSMBFileShareCommand.d.ts +36 -17
  17. package/dist-types/ts3.4/commands/CreateSnapshotCommand.d.ts +32 -17
  18. package/dist-types/ts3.4/commands/CreateSnapshotFromVolumeRecoveryPointCommand.d.ts +39 -17
  19. package/dist-types/ts3.4/commands/CreateStorediSCSIVolumeCommand.d.ts +39 -17
  20. package/dist-types/ts3.4/commands/CreateTapePoolCommand.d.ts +32 -17
  21. package/dist-types/ts3.4/commands/CreateTapeWithBarcodeCommand.d.ts +39 -17
  22. package/dist-types/ts3.4/commands/CreateTapesCommand.d.ts +32 -17
  23. package/dist-types/ts3.4/commands/DeleteAutomaticTapeCreationPolicyCommand.d.ts +39 -17
  24. package/dist-types/ts3.4/commands/DeleteBandwidthRateLimitCommand.d.ts +39 -17
  25. package/dist-types/ts3.4/commands/DeleteChapCredentialsCommand.d.ts +39 -17
  26. package/dist-types/ts3.4/commands/DeleteFileShareCommand.d.ts +35 -17
  27. package/dist-types/ts3.4/commands/DeleteGatewayCommand.d.ts +32 -17
  28. package/dist-types/ts3.4/commands/DeleteSnapshotScheduleCommand.d.ts +39 -17
  29. package/dist-types/ts3.4/commands/DeleteTapeArchiveCommand.d.ts +35 -17
  30. package/dist-types/ts3.4/commands/DeleteTapeCommand.d.ts +32 -17
  31. package/dist-types/ts3.4/commands/DeleteTapePoolCommand.d.ts +32 -17
  32. package/dist-types/ts3.4/commands/DeleteVolumeCommand.d.ts +32 -17
  33. package/dist-types/ts3.4/commands/DescribeAvailabilityMonitorTestCommand.d.ts +39 -17
  34. package/dist-types/ts3.4/commands/DescribeBandwidthRateLimitCommand.d.ts +39 -17
  35. package/dist-types/ts3.4/commands/DescribeBandwidthRateLimitScheduleCommand.d.ts +39 -17
  36. package/dist-types/ts3.4/commands/DescribeCacheCommand.d.ts +32 -17
  37. package/dist-types/ts3.4/commands/DescribeCachediSCSIVolumesCommand.d.ts +39 -17
  38. package/dist-types/ts3.4/commands/DescribeChapCredentialsCommand.d.ts +39 -17
  39. package/dist-types/ts3.4/commands/DescribeFileSystemAssociationsCommand.d.ts +39 -17
  40. package/dist-types/ts3.4/commands/DescribeGatewayInformationCommand.d.ts +39 -17
  41. package/dist-types/ts3.4/commands/DescribeMaintenanceStartTimeCommand.d.ts +39 -17
  42. package/dist-types/ts3.4/commands/DescribeNFSFileSharesCommand.d.ts +39 -17
  43. package/dist-types/ts3.4/commands/DescribeSMBFileSharesCommand.d.ts +39 -17
  44. package/dist-types/ts3.4/commands/DescribeSMBSettingsCommand.d.ts +36 -17
  45. package/dist-types/ts3.4/commands/DescribeSnapshotScheduleCommand.d.ts +39 -17
  46. package/dist-types/ts3.4/commands/DescribeStorediSCSIVolumesCommand.d.ts +39 -17
  47. package/dist-types/ts3.4/commands/DescribeTapeArchivesCommand.d.ts +39 -17
  48. package/dist-types/ts3.4/commands/DescribeTapeRecoveryPointsCommand.d.ts +39 -17
  49. package/dist-types/ts3.4/commands/DescribeTapesCommand.d.ts +32 -17
  50. package/dist-types/ts3.4/commands/DescribeUploadBufferCommand.d.ts +39 -17
  51. package/dist-types/ts3.4/commands/DescribeVTLDevicesCommand.d.ts +36 -17
  52. package/dist-types/ts3.4/commands/DescribeWorkingStorageCommand.d.ts +39 -17
  53. package/dist-types/ts3.4/commands/DetachVolumeCommand.d.ts +32 -17
  54. package/dist-types/ts3.4/commands/DisableGatewayCommand.d.ts +32 -17
  55. package/dist-types/ts3.4/commands/DisassociateFileSystemCommand.d.ts +39 -17
  56. package/dist-types/ts3.4/commands/JoinDomainCommand.d.ts +32 -17
  57. package/dist-types/ts3.4/commands/ListAutomaticTapeCreationPoliciesCommand.d.ts +39 -17
  58. package/dist-types/ts3.4/commands/ListFileSharesCommand.d.ts +32 -17
  59. package/dist-types/ts3.4/commands/ListFileSystemAssociationsCommand.d.ts +39 -17
  60. package/dist-types/ts3.4/commands/ListGatewaysCommand.d.ts +32 -17
  61. package/dist-types/ts3.4/commands/ListLocalDisksCommand.d.ts +32 -17
  62. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
  63. package/dist-types/ts3.4/commands/ListTapePoolsCommand.d.ts +32 -17
  64. package/dist-types/ts3.4/commands/ListTapesCommand.d.ts +32 -17
  65. package/dist-types/ts3.4/commands/ListVolumeInitiatorsCommand.d.ts +39 -17
  66. package/dist-types/ts3.4/commands/ListVolumeRecoveryPointsCommand.d.ts +39 -17
  67. package/dist-types/ts3.4/commands/ListVolumesCommand.d.ts +32 -17
  68. package/dist-types/ts3.4/commands/NotifyWhenUploadedCommand.d.ts +36 -17
  69. package/dist-types/ts3.4/commands/RefreshCacheCommand.d.ts +32 -17
  70. package/dist-types/ts3.4/commands/RemoveTagsFromResourceCommand.d.ts +39 -17
  71. package/dist-types/ts3.4/commands/ResetCacheCommand.d.ts +32 -17
  72. package/dist-types/ts3.4/commands/RetrieveTapeArchiveCommand.d.ts +36 -17
  73. package/dist-types/ts3.4/commands/RetrieveTapeRecoveryPointCommand.d.ts +39 -17
  74. package/dist-types/ts3.4/commands/SetLocalConsolePasswordCommand.d.ts +39 -17
  75. package/dist-types/ts3.4/commands/SetSMBGuestPasswordCommand.d.ts +36 -17
  76. package/dist-types/ts3.4/commands/ShutdownGatewayCommand.d.ts +35 -17
  77. package/dist-types/ts3.4/commands/StartAvailabilityMonitorTestCommand.d.ts +39 -17
  78. package/dist-types/ts3.4/commands/StartGatewayCommand.d.ts +32 -17
  79. package/dist-types/ts3.4/commands/UpdateAutomaticTapeCreationPolicyCommand.d.ts +39 -17
  80. package/dist-types/ts3.4/commands/UpdateBandwidthRateLimitCommand.d.ts +39 -17
  81. package/dist-types/ts3.4/commands/UpdateBandwidthRateLimitScheduleCommand.d.ts +39 -17
  82. package/dist-types/ts3.4/commands/UpdateChapCredentialsCommand.d.ts +39 -17
  83. package/dist-types/ts3.4/commands/UpdateFileSystemAssociationCommand.d.ts +39 -17
  84. package/dist-types/ts3.4/commands/UpdateGatewayInformationCommand.d.ts +39 -17
  85. package/dist-types/ts3.4/commands/UpdateGatewaySoftwareNowCommand.d.ts +39 -17
  86. package/dist-types/ts3.4/commands/UpdateMaintenanceStartTimeCommand.d.ts +39 -17
  87. package/dist-types/ts3.4/commands/UpdateNFSFileShareCommand.d.ts +36 -17
  88. package/dist-types/ts3.4/commands/UpdateSMBFileShareCommand.d.ts +36 -17
  89. package/dist-types/ts3.4/commands/UpdateSMBFileShareVisibilityCommand.d.ts +39 -17
  90. package/dist-types/ts3.4/commands/UpdateSMBLocalGroupsCommand.d.ts +39 -17
  91. package/dist-types/ts3.4/commands/UpdateSMBSecurityStrategyCommand.d.ts +39 -17
  92. package/dist-types/ts3.4/commands/UpdateSnapshotScheduleCommand.d.ts +39 -17
  93. package/dist-types/ts3.4/commands/UpdateVTLDeviceTypeCommand.d.ts +36 -17
  94. package/dist-types/ts3.4/commands/index.d.ts +90 -90
  95. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  96. package/dist-types/ts3.4/index.d.ts +6 -6
  97. package/dist-types/ts3.4/models/StorageGatewayServiceException.d.ts +7 -6
  98. package/dist-types/ts3.4/models/index.d.ts +1 -1
  99. package/dist-types/ts3.4/models/models_0.d.ts +1864 -2429
  100. package/dist-types/ts3.4/pagination/DescribeTapeArchivesPaginator.d.ts +11 -4
  101. package/dist-types/ts3.4/pagination/DescribeTapeRecoveryPointsPaginator.d.ts +11 -4
  102. package/dist-types/ts3.4/pagination/DescribeTapesPaginator.d.ts +11 -4
  103. package/dist-types/ts3.4/pagination/DescribeVTLDevicesPaginator.d.ts +11 -4
  104. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  105. package/dist-types/ts3.4/pagination/ListFileSharesPaginator.d.ts +11 -4
  106. package/dist-types/ts3.4/pagination/ListFileSystemAssociationsPaginator.d.ts +11 -4
  107. package/dist-types/ts3.4/pagination/ListGatewaysPaginator.d.ts +11 -4
  108. package/dist-types/ts3.4/pagination/ListTagsForResourcePaginator.d.ts +11 -4
  109. package/dist-types/ts3.4/pagination/ListTapePoolsPaginator.d.ts +11 -4
  110. package/dist-types/ts3.4/pagination/ListTapesPaginator.d.ts +11 -4
  111. package/dist-types/ts3.4/pagination/ListVolumesPaginator.d.ts +11 -4
  112. package/dist-types/ts3.4/pagination/index.d.ts +12 -12
  113. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +1085 -272
  114. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
  115. package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
  116. package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
  117. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
  118. package/package.json +34 -34
@@ -1,455 +1,1564 @@
1
- import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
- import { ActivateGatewayCommandInput, ActivateGatewayCommandOutput } from "./commands/ActivateGatewayCommand";
3
- import { AddCacheCommandInput, AddCacheCommandOutput } from "./commands/AddCacheCommand";
4
- import { AddTagsToResourceCommandInput, AddTagsToResourceCommandOutput } from "./commands/AddTagsToResourceCommand";
5
- import { AddUploadBufferCommandInput, AddUploadBufferCommandOutput } from "./commands/AddUploadBufferCommand";
6
- import { AddWorkingStorageCommandInput, AddWorkingStorageCommandOutput } from "./commands/AddWorkingStorageCommand";
7
- import { AssignTapePoolCommandInput, AssignTapePoolCommandOutput } from "./commands/AssignTapePoolCommand";
8
- import { AssociateFileSystemCommandInput, AssociateFileSystemCommandOutput } from "./commands/AssociateFileSystemCommand";
9
- import { AttachVolumeCommandInput, AttachVolumeCommandOutput } from "./commands/AttachVolumeCommand";
10
- import { CancelArchivalCommandInput, CancelArchivalCommandOutput } from "./commands/CancelArchivalCommand";
11
- import { CancelRetrievalCommandInput, CancelRetrievalCommandOutput } from "./commands/CancelRetrievalCommand";
12
- import { CreateCachediSCSIVolumeCommandInput, CreateCachediSCSIVolumeCommandOutput } from "./commands/CreateCachediSCSIVolumeCommand";
13
- import { CreateNFSFileShareCommandInput, CreateNFSFileShareCommandOutput } from "./commands/CreateNFSFileShareCommand";
14
- import { CreateSMBFileShareCommandInput, CreateSMBFileShareCommandOutput } from "./commands/CreateSMBFileShareCommand";
15
- import { CreateSnapshotCommandInput, CreateSnapshotCommandOutput } from "./commands/CreateSnapshotCommand";
16
- import { CreateSnapshotFromVolumeRecoveryPointCommandInput, CreateSnapshotFromVolumeRecoveryPointCommandOutput } from "./commands/CreateSnapshotFromVolumeRecoveryPointCommand";
17
- import { CreateStorediSCSIVolumeCommandInput, CreateStorediSCSIVolumeCommandOutput } from "./commands/CreateStorediSCSIVolumeCommand";
18
- import { CreateTapePoolCommandInput, CreateTapePoolCommandOutput } from "./commands/CreateTapePoolCommand";
19
- import { CreateTapesCommandInput, CreateTapesCommandOutput } from "./commands/CreateTapesCommand";
20
- import { CreateTapeWithBarcodeCommandInput, CreateTapeWithBarcodeCommandOutput } from "./commands/CreateTapeWithBarcodeCommand";
21
- import { DeleteAutomaticTapeCreationPolicyCommandInput, DeleteAutomaticTapeCreationPolicyCommandOutput } from "./commands/DeleteAutomaticTapeCreationPolicyCommand";
22
- import { DeleteBandwidthRateLimitCommandInput, DeleteBandwidthRateLimitCommandOutput } from "./commands/DeleteBandwidthRateLimitCommand";
23
- import { DeleteChapCredentialsCommandInput, DeleteChapCredentialsCommandOutput } from "./commands/DeleteChapCredentialsCommand";
24
- import { DeleteFileShareCommandInput, DeleteFileShareCommandOutput } from "./commands/DeleteFileShareCommand";
25
- import { DeleteGatewayCommandInput, DeleteGatewayCommandOutput } from "./commands/DeleteGatewayCommand";
26
- import { DeleteSnapshotScheduleCommandInput, DeleteSnapshotScheduleCommandOutput } from "./commands/DeleteSnapshotScheduleCommand";
27
- import { DeleteTapeArchiveCommandInput, DeleteTapeArchiveCommandOutput } from "./commands/DeleteTapeArchiveCommand";
28
- import { DeleteTapeCommandInput, DeleteTapeCommandOutput } from "./commands/DeleteTapeCommand";
29
- import { DeleteTapePoolCommandInput, DeleteTapePoolCommandOutput } from "./commands/DeleteTapePoolCommand";
30
- import { DeleteVolumeCommandInput, DeleteVolumeCommandOutput } from "./commands/DeleteVolumeCommand";
31
- import { DescribeAvailabilityMonitorTestCommandInput, DescribeAvailabilityMonitorTestCommandOutput } from "./commands/DescribeAvailabilityMonitorTestCommand";
32
- import { DescribeBandwidthRateLimitCommandInput, DescribeBandwidthRateLimitCommandOutput } from "./commands/DescribeBandwidthRateLimitCommand";
33
- import { DescribeBandwidthRateLimitScheduleCommandInput, DescribeBandwidthRateLimitScheduleCommandOutput } from "./commands/DescribeBandwidthRateLimitScheduleCommand";
34
- import { DescribeCacheCommandInput, DescribeCacheCommandOutput } from "./commands/DescribeCacheCommand";
35
- import { DescribeCachediSCSIVolumesCommandInput, DescribeCachediSCSIVolumesCommandOutput } from "./commands/DescribeCachediSCSIVolumesCommand";
36
- import { DescribeChapCredentialsCommandInput, DescribeChapCredentialsCommandOutput } from "./commands/DescribeChapCredentialsCommand";
37
- import { DescribeFileSystemAssociationsCommandInput, DescribeFileSystemAssociationsCommandOutput } from "./commands/DescribeFileSystemAssociationsCommand";
38
- import { DescribeGatewayInformationCommandInput, DescribeGatewayInformationCommandOutput } from "./commands/DescribeGatewayInformationCommand";
39
- import { DescribeMaintenanceStartTimeCommandInput, DescribeMaintenanceStartTimeCommandOutput } from "./commands/DescribeMaintenanceStartTimeCommand";
40
- import { DescribeNFSFileSharesCommandInput, DescribeNFSFileSharesCommandOutput } from "./commands/DescribeNFSFileSharesCommand";
41
- import { DescribeSMBFileSharesCommandInput, DescribeSMBFileSharesCommandOutput } from "./commands/DescribeSMBFileSharesCommand";
42
- import { DescribeSMBSettingsCommandInput, DescribeSMBSettingsCommandOutput } from "./commands/DescribeSMBSettingsCommand";
43
- import { DescribeSnapshotScheduleCommandInput, DescribeSnapshotScheduleCommandOutput } from "./commands/DescribeSnapshotScheduleCommand";
44
- import { DescribeStorediSCSIVolumesCommandInput, DescribeStorediSCSIVolumesCommandOutput } from "./commands/DescribeStorediSCSIVolumesCommand";
45
- import { DescribeTapeArchivesCommandInput, DescribeTapeArchivesCommandOutput } from "./commands/DescribeTapeArchivesCommand";
46
- import { DescribeTapeRecoveryPointsCommandInput, DescribeTapeRecoveryPointsCommandOutput } from "./commands/DescribeTapeRecoveryPointsCommand";
47
- import { DescribeTapesCommandInput, DescribeTapesCommandOutput } from "./commands/DescribeTapesCommand";
48
- import { DescribeUploadBufferCommandInput, DescribeUploadBufferCommandOutput } from "./commands/DescribeUploadBufferCommand";
49
- import { DescribeVTLDevicesCommandInput, DescribeVTLDevicesCommandOutput } from "./commands/DescribeVTLDevicesCommand";
50
- import { DescribeWorkingStorageCommandInput, DescribeWorkingStorageCommandOutput } from "./commands/DescribeWorkingStorageCommand";
51
- import { DetachVolumeCommandInput, DetachVolumeCommandOutput } from "./commands/DetachVolumeCommand";
52
- import { DisableGatewayCommandInput, DisableGatewayCommandOutput } from "./commands/DisableGatewayCommand";
53
- import { DisassociateFileSystemCommandInput, DisassociateFileSystemCommandOutput } from "./commands/DisassociateFileSystemCommand";
54
- import { JoinDomainCommandInput, JoinDomainCommandOutput } from "./commands/JoinDomainCommand";
55
- import { ListAutomaticTapeCreationPoliciesCommandInput, ListAutomaticTapeCreationPoliciesCommandOutput } from "./commands/ListAutomaticTapeCreationPoliciesCommand";
56
- import { ListFileSharesCommandInput, ListFileSharesCommandOutput } from "./commands/ListFileSharesCommand";
57
- import { ListFileSystemAssociationsCommandInput, ListFileSystemAssociationsCommandOutput } from "./commands/ListFileSystemAssociationsCommand";
58
- import { ListGatewaysCommandInput, ListGatewaysCommandOutput } from "./commands/ListGatewaysCommand";
59
- import { ListLocalDisksCommandInput, ListLocalDisksCommandOutput } from "./commands/ListLocalDisksCommand";
60
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
61
- import { ListTapePoolsCommandInput, ListTapePoolsCommandOutput } from "./commands/ListTapePoolsCommand";
62
- import { ListTapesCommandInput, ListTapesCommandOutput } from "./commands/ListTapesCommand";
63
- import { ListVolumeInitiatorsCommandInput, ListVolumeInitiatorsCommandOutput } from "./commands/ListVolumeInitiatorsCommand";
64
- import { ListVolumeRecoveryPointsCommandInput, ListVolumeRecoveryPointsCommandOutput } from "./commands/ListVolumeRecoveryPointsCommand";
65
- import { ListVolumesCommandInput, ListVolumesCommandOutput } from "./commands/ListVolumesCommand";
66
- import { NotifyWhenUploadedCommandInput, NotifyWhenUploadedCommandOutput } from "./commands/NotifyWhenUploadedCommand";
67
- import { RefreshCacheCommandInput, RefreshCacheCommandOutput } from "./commands/RefreshCacheCommand";
68
- import { RemoveTagsFromResourceCommandInput, RemoveTagsFromResourceCommandOutput } from "./commands/RemoveTagsFromResourceCommand";
69
- import { ResetCacheCommandInput, ResetCacheCommandOutput } from "./commands/ResetCacheCommand";
70
- import { RetrieveTapeArchiveCommandInput, RetrieveTapeArchiveCommandOutput } from "./commands/RetrieveTapeArchiveCommand";
71
- import { RetrieveTapeRecoveryPointCommandInput, RetrieveTapeRecoveryPointCommandOutput } from "./commands/RetrieveTapeRecoveryPointCommand";
72
- import { SetLocalConsolePasswordCommandInput, SetLocalConsolePasswordCommandOutput } from "./commands/SetLocalConsolePasswordCommand";
73
- import { SetSMBGuestPasswordCommandInput, SetSMBGuestPasswordCommandOutput } from "./commands/SetSMBGuestPasswordCommand";
74
- import { ShutdownGatewayCommandInput, ShutdownGatewayCommandOutput } from "./commands/ShutdownGatewayCommand";
75
- import { StartAvailabilityMonitorTestCommandInput, StartAvailabilityMonitorTestCommandOutput } from "./commands/StartAvailabilityMonitorTestCommand";
76
- import { StartGatewayCommandInput, StartGatewayCommandOutput } from "./commands/StartGatewayCommand";
77
- import { UpdateAutomaticTapeCreationPolicyCommandInput, UpdateAutomaticTapeCreationPolicyCommandOutput } from "./commands/UpdateAutomaticTapeCreationPolicyCommand";
78
- import { UpdateBandwidthRateLimitCommandInput, UpdateBandwidthRateLimitCommandOutput } from "./commands/UpdateBandwidthRateLimitCommand";
79
- import { UpdateBandwidthRateLimitScheduleCommandInput, UpdateBandwidthRateLimitScheduleCommandOutput } from "./commands/UpdateBandwidthRateLimitScheduleCommand";
80
- import { UpdateChapCredentialsCommandInput, UpdateChapCredentialsCommandOutput } from "./commands/UpdateChapCredentialsCommand";
81
- import { UpdateFileSystemAssociationCommandInput, UpdateFileSystemAssociationCommandOutput } from "./commands/UpdateFileSystemAssociationCommand";
82
- import { UpdateGatewayInformationCommandInput, UpdateGatewayInformationCommandOutput } from "./commands/UpdateGatewayInformationCommand";
83
- import { UpdateGatewaySoftwareNowCommandInput, UpdateGatewaySoftwareNowCommandOutput } from "./commands/UpdateGatewaySoftwareNowCommand";
84
- import { UpdateMaintenanceStartTimeCommandInput, UpdateMaintenanceStartTimeCommandOutput } from "./commands/UpdateMaintenanceStartTimeCommand";
85
- import { UpdateNFSFileShareCommandInput, UpdateNFSFileShareCommandOutput } from "./commands/UpdateNFSFileShareCommand";
86
- import { UpdateSMBFileShareCommandInput, UpdateSMBFileShareCommandOutput } from "./commands/UpdateSMBFileShareCommand";
87
- import { UpdateSMBFileShareVisibilityCommandInput, UpdateSMBFileShareVisibilityCommandOutput } from "./commands/UpdateSMBFileShareVisibilityCommand";
88
- import { UpdateSMBLocalGroupsCommandInput, UpdateSMBLocalGroupsCommandOutput } from "./commands/UpdateSMBLocalGroupsCommand";
89
- import { UpdateSMBSecurityStrategyCommandInput, UpdateSMBSecurityStrategyCommandOutput } from "./commands/UpdateSMBSecurityStrategyCommand";
90
- import { UpdateSnapshotScheduleCommandInput, UpdateSnapshotScheduleCommandOutput } from "./commands/UpdateSnapshotScheduleCommand";
91
- import { UpdateVTLDeviceTypeCommandInput, UpdateVTLDeviceTypeCommandOutput } from "./commands/UpdateVTLDeviceTypeCommand";
92
- import { StorageGatewayClient } from "./StorageGatewayClient";
93
-
94
- export declare class StorageGateway extends StorageGatewayClient {
95
-
96
- activateGateway(args: ActivateGatewayCommandInput, options?: __HttpHandlerOptions): Promise<ActivateGatewayCommandOutput>;
97
- activateGateway(args: ActivateGatewayCommandInput, cb: (err: any, data?: ActivateGatewayCommandOutput) => void): void;
98
- activateGateway(args: ActivateGatewayCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ActivateGatewayCommandOutput) => void): void;
99
-
100
- addCache(args: AddCacheCommandInput, options?: __HttpHandlerOptions): Promise<AddCacheCommandOutput>;
101
- addCache(args: AddCacheCommandInput, cb: (err: any, data?: AddCacheCommandOutput) => void): void;
102
- addCache(args: AddCacheCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AddCacheCommandOutput) => void): void;
103
-
104
- addTagsToResource(args: AddTagsToResourceCommandInput, options?: __HttpHandlerOptions): Promise<AddTagsToResourceCommandOutput>;
105
- addTagsToResource(args: AddTagsToResourceCommandInput, cb: (err: any, data?: AddTagsToResourceCommandOutput) => void): void;
106
- addTagsToResource(args: AddTagsToResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AddTagsToResourceCommandOutput) => void): void;
107
-
108
- addUploadBuffer(args: AddUploadBufferCommandInput, options?: __HttpHandlerOptions): Promise<AddUploadBufferCommandOutput>;
109
- addUploadBuffer(args: AddUploadBufferCommandInput, cb: (err: any, data?: AddUploadBufferCommandOutput) => void): void;
110
- addUploadBuffer(args: AddUploadBufferCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AddUploadBufferCommandOutput) => void): void;
111
-
112
- addWorkingStorage(args: AddWorkingStorageCommandInput, options?: __HttpHandlerOptions): Promise<AddWorkingStorageCommandOutput>;
113
- addWorkingStorage(args: AddWorkingStorageCommandInput, cb: (err: any, data?: AddWorkingStorageCommandOutput) => void): void;
114
- addWorkingStorage(args: AddWorkingStorageCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AddWorkingStorageCommandOutput) => void): void;
115
-
116
- assignTapePool(args: AssignTapePoolCommandInput, options?: __HttpHandlerOptions): Promise<AssignTapePoolCommandOutput>;
117
- assignTapePool(args: AssignTapePoolCommandInput, cb: (err: any, data?: AssignTapePoolCommandOutput) => void): void;
118
- assignTapePool(args: AssignTapePoolCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AssignTapePoolCommandOutput) => void): void;
119
-
120
- associateFileSystem(args: AssociateFileSystemCommandInput, options?: __HttpHandlerOptions): Promise<AssociateFileSystemCommandOutput>;
121
- associateFileSystem(args: AssociateFileSystemCommandInput, cb: (err: any, data?: AssociateFileSystemCommandOutput) => void): void;
122
- associateFileSystem(args: AssociateFileSystemCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AssociateFileSystemCommandOutput) => void): void;
123
-
124
- attachVolume(args: AttachVolumeCommandInput, options?: __HttpHandlerOptions): Promise<AttachVolumeCommandOutput>;
125
- attachVolume(args: AttachVolumeCommandInput, cb: (err: any, data?: AttachVolumeCommandOutput) => void): void;
126
- attachVolume(args: AttachVolumeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AttachVolumeCommandOutput) => void): void;
127
-
128
- cancelArchival(args: CancelArchivalCommandInput, options?: __HttpHandlerOptions): Promise<CancelArchivalCommandOutput>;
129
- cancelArchival(args: CancelArchivalCommandInput, cb: (err: any, data?: CancelArchivalCommandOutput) => void): void;
130
- cancelArchival(args: CancelArchivalCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CancelArchivalCommandOutput) => void): void;
131
-
132
- cancelRetrieval(args: CancelRetrievalCommandInput, options?: __HttpHandlerOptions): Promise<CancelRetrievalCommandOutput>;
133
- cancelRetrieval(args: CancelRetrievalCommandInput, cb: (err: any, data?: CancelRetrievalCommandOutput) => void): void;
134
- cancelRetrieval(args: CancelRetrievalCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CancelRetrievalCommandOutput) => void): void;
135
-
136
- createCachediSCSIVolume(args: CreateCachediSCSIVolumeCommandInput, options?: __HttpHandlerOptions): Promise<CreateCachediSCSIVolumeCommandOutput>;
137
- createCachediSCSIVolume(args: CreateCachediSCSIVolumeCommandInput, cb: (err: any, data?: CreateCachediSCSIVolumeCommandOutput) => void): void;
138
- createCachediSCSIVolume(args: CreateCachediSCSIVolumeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateCachediSCSIVolumeCommandOutput) => void): void;
139
-
140
- createNFSFileShare(args: CreateNFSFileShareCommandInput, options?: __HttpHandlerOptions): Promise<CreateNFSFileShareCommandOutput>;
141
- createNFSFileShare(args: CreateNFSFileShareCommandInput, cb: (err: any, data?: CreateNFSFileShareCommandOutput) => void): void;
142
- createNFSFileShare(args: CreateNFSFileShareCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateNFSFileShareCommandOutput) => void): void;
143
-
144
- createSMBFileShare(args: CreateSMBFileShareCommandInput, options?: __HttpHandlerOptions): Promise<CreateSMBFileShareCommandOutput>;
145
- createSMBFileShare(args: CreateSMBFileShareCommandInput, cb: (err: any, data?: CreateSMBFileShareCommandOutput) => void): void;
146
- createSMBFileShare(args: CreateSMBFileShareCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateSMBFileShareCommandOutput) => void): void;
147
-
148
- createSnapshot(args: CreateSnapshotCommandInput, options?: __HttpHandlerOptions): Promise<CreateSnapshotCommandOutput>;
149
- createSnapshot(args: CreateSnapshotCommandInput, cb: (err: any, data?: CreateSnapshotCommandOutput) => void): void;
150
- createSnapshot(args: CreateSnapshotCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateSnapshotCommandOutput) => void): void;
151
-
152
- createSnapshotFromVolumeRecoveryPoint(args: CreateSnapshotFromVolumeRecoveryPointCommandInput, options?: __HttpHandlerOptions): Promise<CreateSnapshotFromVolumeRecoveryPointCommandOutput>;
153
- createSnapshotFromVolumeRecoveryPoint(args: CreateSnapshotFromVolumeRecoveryPointCommandInput, cb: (err: any, data?: CreateSnapshotFromVolumeRecoveryPointCommandOutput) => void): void;
154
- createSnapshotFromVolumeRecoveryPoint(args: CreateSnapshotFromVolumeRecoveryPointCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateSnapshotFromVolumeRecoveryPointCommandOutput) => void): void;
155
-
156
- createStorediSCSIVolume(args: CreateStorediSCSIVolumeCommandInput, options?: __HttpHandlerOptions): Promise<CreateStorediSCSIVolumeCommandOutput>;
157
- createStorediSCSIVolume(args: CreateStorediSCSIVolumeCommandInput, cb: (err: any, data?: CreateStorediSCSIVolumeCommandOutput) => void): void;
158
- createStorediSCSIVolume(args: CreateStorediSCSIVolumeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateStorediSCSIVolumeCommandOutput) => void): void;
159
-
160
- createTapePool(args: CreateTapePoolCommandInput, options?: __HttpHandlerOptions): Promise<CreateTapePoolCommandOutput>;
161
- createTapePool(args: CreateTapePoolCommandInput, cb: (err: any, data?: CreateTapePoolCommandOutput) => void): void;
162
- createTapePool(args: CreateTapePoolCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateTapePoolCommandOutput) => void): void;
163
-
164
- createTapes(args: CreateTapesCommandInput, options?: __HttpHandlerOptions): Promise<CreateTapesCommandOutput>;
165
- createTapes(args: CreateTapesCommandInput, cb: (err: any, data?: CreateTapesCommandOutput) => void): void;
166
- createTapes(args: CreateTapesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateTapesCommandOutput) => void): void;
167
-
168
- createTapeWithBarcode(args: CreateTapeWithBarcodeCommandInput, options?: __HttpHandlerOptions): Promise<CreateTapeWithBarcodeCommandOutput>;
169
- createTapeWithBarcode(args: CreateTapeWithBarcodeCommandInput, cb: (err: any, data?: CreateTapeWithBarcodeCommandOutput) => void): void;
170
- createTapeWithBarcode(args: CreateTapeWithBarcodeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateTapeWithBarcodeCommandOutput) => void): void;
171
-
172
- deleteAutomaticTapeCreationPolicy(args: DeleteAutomaticTapeCreationPolicyCommandInput, options?: __HttpHandlerOptions): Promise<DeleteAutomaticTapeCreationPolicyCommandOutput>;
173
- deleteAutomaticTapeCreationPolicy(args: DeleteAutomaticTapeCreationPolicyCommandInput, cb: (err: any, data?: DeleteAutomaticTapeCreationPolicyCommandOutput) => void): void;
174
- deleteAutomaticTapeCreationPolicy(args: DeleteAutomaticTapeCreationPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteAutomaticTapeCreationPolicyCommandOutput) => void): void;
175
-
176
- deleteBandwidthRateLimit(args: DeleteBandwidthRateLimitCommandInput, options?: __HttpHandlerOptions): Promise<DeleteBandwidthRateLimitCommandOutput>;
177
- deleteBandwidthRateLimit(args: DeleteBandwidthRateLimitCommandInput, cb: (err: any, data?: DeleteBandwidthRateLimitCommandOutput) => void): void;
178
- deleteBandwidthRateLimit(args: DeleteBandwidthRateLimitCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteBandwidthRateLimitCommandOutput) => void): void;
179
-
180
- deleteChapCredentials(args: DeleteChapCredentialsCommandInput, options?: __HttpHandlerOptions): Promise<DeleteChapCredentialsCommandOutput>;
181
- deleteChapCredentials(args: DeleteChapCredentialsCommandInput, cb: (err: any, data?: DeleteChapCredentialsCommandOutput) => void): void;
182
- deleteChapCredentials(args: DeleteChapCredentialsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteChapCredentialsCommandOutput) => void): void;
183
-
184
- deleteFileShare(args: DeleteFileShareCommandInput, options?: __HttpHandlerOptions): Promise<DeleteFileShareCommandOutput>;
185
- deleteFileShare(args: DeleteFileShareCommandInput, cb: (err: any, data?: DeleteFileShareCommandOutput) => void): void;
186
- deleteFileShare(args: DeleteFileShareCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteFileShareCommandOutput) => void): void;
187
-
188
- deleteGateway(args: DeleteGatewayCommandInput, options?: __HttpHandlerOptions): Promise<DeleteGatewayCommandOutput>;
189
- deleteGateway(args: DeleteGatewayCommandInput, cb: (err: any, data?: DeleteGatewayCommandOutput) => void): void;
190
- deleteGateway(args: DeleteGatewayCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteGatewayCommandOutput) => void): void;
191
-
192
- deleteSnapshotSchedule(args: DeleteSnapshotScheduleCommandInput, options?: __HttpHandlerOptions): Promise<DeleteSnapshotScheduleCommandOutput>;
193
- deleteSnapshotSchedule(args: DeleteSnapshotScheduleCommandInput, cb: (err: any, data?: DeleteSnapshotScheduleCommandOutput) => void): void;
194
- deleteSnapshotSchedule(args: DeleteSnapshotScheduleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteSnapshotScheduleCommandOutput) => void): void;
195
-
196
- deleteTape(args: DeleteTapeCommandInput, options?: __HttpHandlerOptions): Promise<DeleteTapeCommandOutput>;
197
- deleteTape(args: DeleteTapeCommandInput, cb: (err: any, data?: DeleteTapeCommandOutput) => void): void;
198
- deleteTape(args: DeleteTapeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteTapeCommandOutput) => void): void;
199
-
200
- deleteTapeArchive(args: DeleteTapeArchiveCommandInput, options?: __HttpHandlerOptions): Promise<DeleteTapeArchiveCommandOutput>;
201
- deleteTapeArchive(args: DeleteTapeArchiveCommandInput, cb: (err: any, data?: DeleteTapeArchiveCommandOutput) => void): void;
202
- deleteTapeArchive(args: DeleteTapeArchiveCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteTapeArchiveCommandOutput) => void): void;
203
-
204
- deleteTapePool(args: DeleteTapePoolCommandInput, options?: __HttpHandlerOptions): Promise<DeleteTapePoolCommandOutput>;
205
- deleteTapePool(args: DeleteTapePoolCommandInput, cb: (err: any, data?: DeleteTapePoolCommandOutput) => void): void;
206
- deleteTapePool(args: DeleteTapePoolCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteTapePoolCommandOutput) => void): void;
207
-
208
- deleteVolume(args: DeleteVolumeCommandInput, options?: __HttpHandlerOptions): Promise<DeleteVolumeCommandOutput>;
209
- deleteVolume(args: DeleteVolumeCommandInput, cb: (err: any, data?: DeleteVolumeCommandOutput) => void): void;
210
- deleteVolume(args: DeleteVolumeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteVolumeCommandOutput) => void): void;
211
-
212
- describeAvailabilityMonitorTest(args: DescribeAvailabilityMonitorTestCommandInput, options?: __HttpHandlerOptions): Promise<DescribeAvailabilityMonitorTestCommandOutput>;
213
- describeAvailabilityMonitorTest(args: DescribeAvailabilityMonitorTestCommandInput, cb: (err: any, data?: DescribeAvailabilityMonitorTestCommandOutput) => void): void;
214
- describeAvailabilityMonitorTest(args: DescribeAvailabilityMonitorTestCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeAvailabilityMonitorTestCommandOutput) => void): void;
215
-
216
- describeBandwidthRateLimit(args: DescribeBandwidthRateLimitCommandInput, options?: __HttpHandlerOptions): Promise<DescribeBandwidthRateLimitCommandOutput>;
217
- describeBandwidthRateLimit(args: DescribeBandwidthRateLimitCommandInput, cb: (err: any, data?: DescribeBandwidthRateLimitCommandOutput) => void): void;
218
- describeBandwidthRateLimit(args: DescribeBandwidthRateLimitCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeBandwidthRateLimitCommandOutput) => void): void;
219
-
220
- describeBandwidthRateLimitSchedule(args: DescribeBandwidthRateLimitScheduleCommandInput, options?: __HttpHandlerOptions): Promise<DescribeBandwidthRateLimitScheduleCommandOutput>;
221
- describeBandwidthRateLimitSchedule(args: DescribeBandwidthRateLimitScheduleCommandInput, cb: (err: any, data?: DescribeBandwidthRateLimitScheduleCommandOutput) => void): void;
222
- describeBandwidthRateLimitSchedule(args: DescribeBandwidthRateLimitScheduleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeBandwidthRateLimitScheduleCommandOutput) => void): void;
223
-
224
- describeCache(args: DescribeCacheCommandInput, options?: __HttpHandlerOptions): Promise<DescribeCacheCommandOutput>;
225
- describeCache(args: DescribeCacheCommandInput, cb: (err: any, data?: DescribeCacheCommandOutput) => void): void;
226
- describeCache(args: DescribeCacheCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeCacheCommandOutput) => void): void;
227
-
228
- describeCachediSCSIVolumes(args: DescribeCachediSCSIVolumesCommandInput, options?: __HttpHandlerOptions): Promise<DescribeCachediSCSIVolumesCommandOutput>;
229
- describeCachediSCSIVolumes(args: DescribeCachediSCSIVolumesCommandInput, cb: (err: any, data?: DescribeCachediSCSIVolumesCommandOutput) => void): void;
230
- describeCachediSCSIVolumes(args: DescribeCachediSCSIVolumesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeCachediSCSIVolumesCommandOutput) => void): void;
231
-
232
- describeChapCredentials(args: DescribeChapCredentialsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeChapCredentialsCommandOutput>;
233
- describeChapCredentials(args: DescribeChapCredentialsCommandInput, cb: (err: any, data?: DescribeChapCredentialsCommandOutput) => void): void;
234
- describeChapCredentials(args: DescribeChapCredentialsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeChapCredentialsCommandOutput) => void): void;
235
-
236
- describeFileSystemAssociations(args: DescribeFileSystemAssociationsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeFileSystemAssociationsCommandOutput>;
237
- describeFileSystemAssociations(args: DescribeFileSystemAssociationsCommandInput, cb: (err: any, data?: DescribeFileSystemAssociationsCommandOutput) => void): void;
238
- describeFileSystemAssociations(args: DescribeFileSystemAssociationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeFileSystemAssociationsCommandOutput) => void): void;
239
-
240
- describeGatewayInformation(args: DescribeGatewayInformationCommandInput, options?: __HttpHandlerOptions): Promise<DescribeGatewayInformationCommandOutput>;
241
- describeGatewayInformation(args: DescribeGatewayInformationCommandInput, cb: (err: any, data?: DescribeGatewayInformationCommandOutput) => void): void;
242
- describeGatewayInformation(args: DescribeGatewayInformationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeGatewayInformationCommandOutput) => void): void;
243
-
244
- describeMaintenanceStartTime(args: DescribeMaintenanceStartTimeCommandInput, options?: __HttpHandlerOptions): Promise<DescribeMaintenanceStartTimeCommandOutput>;
245
- describeMaintenanceStartTime(args: DescribeMaintenanceStartTimeCommandInput, cb: (err: any, data?: DescribeMaintenanceStartTimeCommandOutput) => void): void;
246
- describeMaintenanceStartTime(args: DescribeMaintenanceStartTimeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeMaintenanceStartTimeCommandOutput) => void): void;
247
-
248
- describeNFSFileShares(args: DescribeNFSFileSharesCommandInput, options?: __HttpHandlerOptions): Promise<DescribeNFSFileSharesCommandOutput>;
249
- describeNFSFileShares(args: DescribeNFSFileSharesCommandInput, cb: (err: any, data?: DescribeNFSFileSharesCommandOutput) => void): void;
250
- describeNFSFileShares(args: DescribeNFSFileSharesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeNFSFileSharesCommandOutput) => void): void;
251
-
252
- describeSMBFileShares(args: DescribeSMBFileSharesCommandInput, options?: __HttpHandlerOptions): Promise<DescribeSMBFileSharesCommandOutput>;
253
- describeSMBFileShares(args: DescribeSMBFileSharesCommandInput, cb: (err: any, data?: DescribeSMBFileSharesCommandOutput) => void): void;
254
- describeSMBFileShares(args: DescribeSMBFileSharesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeSMBFileSharesCommandOutput) => void): void;
255
-
256
- describeSMBSettings(args: DescribeSMBSettingsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeSMBSettingsCommandOutput>;
257
- describeSMBSettings(args: DescribeSMBSettingsCommandInput, cb: (err: any, data?: DescribeSMBSettingsCommandOutput) => void): void;
258
- describeSMBSettings(args: DescribeSMBSettingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeSMBSettingsCommandOutput) => void): void;
259
-
260
- describeSnapshotSchedule(args: DescribeSnapshotScheduleCommandInput, options?: __HttpHandlerOptions): Promise<DescribeSnapshotScheduleCommandOutput>;
261
- describeSnapshotSchedule(args: DescribeSnapshotScheduleCommandInput, cb: (err: any, data?: DescribeSnapshotScheduleCommandOutput) => void): void;
262
- describeSnapshotSchedule(args: DescribeSnapshotScheduleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeSnapshotScheduleCommandOutput) => void): void;
263
-
264
- describeStorediSCSIVolumes(args: DescribeStorediSCSIVolumesCommandInput, options?: __HttpHandlerOptions): Promise<DescribeStorediSCSIVolumesCommandOutput>;
265
- describeStorediSCSIVolumes(args: DescribeStorediSCSIVolumesCommandInput, cb: (err: any, data?: DescribeStorediSCSIVolumesCommandOutput) => void): void;
266
- describeStorediSCSIVolumes(args: DescribeStorediSCSIVolumesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeStorediSCSIVolumesCommandOutput) => void): void;
267
-
268
- describeTapeArchives(args: DescribeTapeArchivesCommandInput, options?: __HttpHandlerOptions): Promise<DescribeTapeArchivesCommandOutput>;
269
- describeTapeArchives(args: DescribeTapeArchivesCommandInput, cb: (err: any, data?: DescribeTapeArchivesCommandOutput) => void): void;
270
- describeTapeArchives(args: DescribeTapeArchivesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeTapeArchivesCommandOutput) => void): void;
271
-
272
- describeTapeRecoveryPoints(args: DescribeTapeRecoveryPointsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeTapeRecoveryPointsCommandOutput>;
273
- describeTapeRecoveryPoints(args: DescribeTapeRecoveryPointsCommandInput, cb: (err: any, data?: DescribeTapeRecoveryPointsCommandOutput) => void): void;
274
- describeTapeRecoveryPoints(args: DescribeTapeRecoveryPointsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeTapeRecoveryPointsCommandOutput) => void): void;
275
-
276
- describeTapes(args: DescribeTapesCommandInput, options?: __HttpHandlerOptions): Promise<DescribeTapesCommandOutput>;
277
- describeTapes(args: DescribeTapesCommandInput, cb: (err: any, data?: DescribeTapesCommandOutput) => void): void;
278
- describeTapes(args: DescribeTapesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeTapesCommandOutput) => void): void;
279
-
280
- describeUploadBuffer(args: DescribeUploadBufferCommandInput, options?: __HttpHandlerOptions): Promise<DescribeUploadBufferCommandOutput>;
281
- describeUploadBuffer(args: DescribeUploadBufferCommandInput, cb: (err: any, data?: DescribeUploadBufferCommandOutput) => void): void;
282
- describeUploadBuffer(args: DescribeUploadBufferCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeUploadBufferCommandOutput) => void): void;
283
-
284
- describeVTLDevices(args: DescribeVTLDevicesCommandInput, options?: __HttpHandlerOptions): Promise<DescribeVTLDevicesCommandOutput>;
285
- describeVTLDevices(args: DescribeVTLDevicesCommandInput, cb: (err: any, data?: DescribeVTLDevicesCommandOutput) => void): void;
286
- describeVTLDevices(args: DescribeVTLDevicesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeVTLDevicesCommandOutput) => void): void;
287
-
288
- describeWorkingStorage(args: DescribeWorkingStorageCommandInput, options?: __HttpHandlerOptions): Promise<DescribeWorkingStorageCommandOutput>;
289
- describeWorkingStorage(args: DescribeWorkingStorageCommandInput, cb: (err: any, data?: DescribeWorkingStorageCommandOutput) => void): void;
290
- describeWorkingStorage(args: DescribeWorkingStorageCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeWorkingStorageCommandOutput) => void): void;
291
-
292
- detachVolume(args: DetachVolumeCommandInput, options?: __HttpHandlerOptions): Promise<DetachVolumeCommandOutput>;
293
- detachVolume(args: DetachVolumeCommandInput, cb: (err: any, data?: DetachVolumeCommandOutput) => void): void;
294
- detachVolume(args: DetachVolumeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DetachVolumeCommandOutput) => void): void;
295
-
296
- disableGateway(args: DisableGatewayCommandInput, options?: __HttpHandlerOptions): Promise<DisableGatewayCommandOutput>;
297
- disableGateway(args: DisableGatewayCommandInput, cb: (err: any, data?: DisableGatewayCommandOutput) => void): void;
298
- disableGateway(args: DisableGatewayCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisableGatewayCommandOutput) => void): void;
299
-
300
- disassociateFileSystem(args: DisassociateFileSystemCommandInput, options?: __HttpHandlerOptions): Promise<DisassociateFileSystemCommandOutput>;
301
- disassociateFileSystem(args: DisassociateFileSystemCommandInput, cb: (err: any, data?: DisassociateFileSystemCommandOutput) => void): void;
302
- disassociateFileSystem(args: DisassociateFileSystemCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisassociateFileSystemCommandOutput) => void): void;
303
-
304
- joinDomain(args: JoinDomainCommandInput, options?: __HttpHandlerOptions): Promise<JoinDomainCommandOutput>;
305
- joinDomain(args: JoinDomainCommandInput, cb: (err: any, data?: JoinDomainCommandOutput) => void): void;
306
- joinDomain(args: JoinDomainCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: JoinDomainCommandOutput) => void): void;
307
-
308
- listAutomaticTapeCreationPolicies(args: ListAutomaticTapeCreationPoliciesCommandInput, options?: __HttpHandlerOptions): Promise<ListAutomaticTapeCreationPoliciesCommandOutput>;
309
- listAutomaticTapeCreationPolicies(args: ListAutomaticTapeCreationPoliciesCommandInput, cb: (err: any, data?: ListAutomaticTapeCreationPoliciesCommandOutput) => void): void;
310
- listAutomaticTapeCreationPolicies(args: ListAutomaticTapeCreationPoliciesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAutomaticTapeCreationPoliciesCommandOutput) => void): void;
311
-
312
- listFileShares(args: ListFileSharesCommandInput, options?: __HttpHandlerOptions): Promise<ListFileSharesCommandOutput>;
313
- listFileShares(args: ListFileSharesCommandInput, cb: (err: any, data?: ListFileSharesCommandOutput) => void): void;
314
- listFileShares(args: ListFileSharesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListFileSharesCommandOutput) => void): void;
315
-
316
- listFileSystemAssociations(args: ListFileSystemAssociationsCommandInput, options?: __HttpHandlerOptions): Promise<ListFileSystemAssociationsCommandOutput>;
317
- listFileSystemAssociations(args: ListFileSystemAssociationsCommandInput, cb: (err: any, data?: ListFileSystemAssociationsCommandOutput) => void): void;
318
- listFileSystemAssociations(args: ListFileSystemAssociationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListFileSystemAssociationsCommandOutput) => void): void;
319
-
320
- listGateways(args: ListGatewaysCommandInput, options?: __HttpHandlerOptions): Promise<ListGatewaysCommandOutput>;
321
- listGateways(args: ListGatewaysCommandInput, cb: (err: any, data?: ListGatewaysCommandOutput) => void): void;
322
- listGateways(args: ListGatewaysCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListGatewaysCommandOutput) => void): void;
323
-
324
- listLocalDisks(args: ListLocalDisksCommandInput, options?: __HttpHandlerOptions): Promise<ListLocalDisksCommandOutput>;
325
- listLocalDisks(args: ListLocalDisksCommandInput, cb: (err: any, data?: ListLocalDisksCommandOutput) => void): void;
326
- listLocalDisks(args: ListLocalDisksCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListLocalDisksCommandOutput) => void): void;
327
-
328
- listTagsForResource(args: ListTagsForResourceCommandInput, options?: __HttpHandlerOptions): Promise<ListTagsForResourceCommandOutput>;
329
- listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
330
- listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
331
-
332
- listTapePools(args: ListTapePoolsCommandInput, options?: __HttpHandlerOptions): Promise<ListTapePoolsCommandOutput>;
333
- listTapePools(args: ListTapePoolsCommandInput, cb: (err: any, data?: ListTapePoolsCommandOutput) => void): void;
334
- listTapePools(args: ListTapePoolsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTapePoolsCommandOutput) => void): void;
335
-
336
- listTapes(args: ListTapesCommandInput, options?: __HttpHandlerOptions): Promise<ListTapesCommandOutput>;
337
- listTapes(args: ListTapesCommandInput, cb: (err: any, data?: ListTapesCommandOutput) => void): void;
338
- listTapes(args: ListTapesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTapesCommandOutput) => void): void;
339
-
340
- listVolumeInitiators(args: ListVolumeInitiatorsCommandInput, options?: __HttpHandlerOptions): Promise<ListVolumeInitiatorsCommandOutput>;
341
- listVolumeInitiators(args: ListVolumeInitiatorsCommandInput, cb: (err: any, data?: ListVolumeInitiatorsCommandOutput) => void): void;
342
- listVolumeInitiators(args: ListVolumeInitiatorsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListVolumeInitiatorsCommandOutput) => void): void;
343
-
344
- listVolumeRecoveryPoints(args: ListVolumeRecoveryPointsCommandInput, options?: __HttpHandlerOptions): Promise<ListVolumeRecoveryPointsCommandOutput>;
345
- listVolumeRecoveryPoints(args: ListVolumeRecoveryPointsCommandInput, cb: (err: any, data?: ListVolumeRecoveryPointsCommandOutput) => void): void;
346
- listVolumeRecoveryPoints(args: ListVolumeRecoveryPointsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListVolumeRecoveryPointsCommandOutput) => void): void;
347
-
348
- listVolumes(args: ListVolumesCommandInput, options?: __HttpHandlerOptions): Promise<ListVolumesCommandOutput>;
349
- listVolumes(args: ListVolumesCommandInput, cb: (err: any, data?: ListVolumesCommandOutput) => void): void;
350
- listVolumes(args: ListVolumesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListVolumesCommandOutput) => void): void;
351
-
352
- notifyWhenUploaded(args: NotifyWhenUploadedCommandInput, options?: __HttpHandlerOptions): Promise<NotifyWhenUploadedCommandOutput>;
353
- notifyWhenUploaded(args: NotifyWhenUploadedCommandInput, cb: (err: any, data?: NotifyWhenUploadedCommandOutput) => void): void;
354
- notifyWhenUploaded(args: NotifyWhenUploadedCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: NotifyWhenUploadedCommandOutput) => void): void;
355
-
356
- refreshCache(args: RefreshCacheCommandInput, options?: __HttpHandlerOptions): Promise<RefreshCacheCommandOutput>;
357
- refreshCache(args: RefreshCacheCommandInput, cb: (err: any, data?: RefreshCacheCommandOutput) => void): void;
358
- refreshCache(args: RefreshCacheCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RefreshCacheCommandOutput) => void): void;
359
-
360
- removeTagsFromResource(args: RemoveTagsFromResourceCommandInput, options?: __HttpHandlerOptions): Promise<RemoveTagsFromResourceCommandOutput>;
361
- removeTagsFromResource(args: RemoveTagsFromResourceCommandInput, cb: (err: any, data?: RemoveTagsFromResourceCommandOutput) => void): void;
362
- removeTagsFromResource(args: RemoveTagsFromResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RemoveTagsFromResourceCommandOutput) => void): void;
363
-
364
- resetCache(args: ResetCacheCommandInput, options?: __HttpHandlerOptions): Promise<ResetCacheCommandOutput>;
365
- resetCache(args: ResetCacheCommandInput, cb: (err: any, data?: ResetCacheCommandOutput) => void): void;
366
- resetCache(args: ResetCacheCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ResetCacheCommandOutput) => void): void;
367
-
368
- retrieveTapeArchive(args: RetrieveTapeArchiveCommandInput, options?: __HttpHandlerOptions): Promise<RetrieveTapeArchiveCommandOutput>;
369
- retrieveTapeArchive(args: RetrieveTapeArchiveCommandInput, cb: (err: any, data?: RetrieveTapeArchiveCommandOutput) => void): void;
370
- retrieveTapeArchive(args: RetrieveTapeArchiveCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RetrieveTapeArchiveCommandOutput) => void): void;
371
-
372
- retrieveTapeRecoveryPoint(args: RetrieveTapeRecoveryPointCommandInput, options?: __HttpHandlerOptions): Promise<RetrieveTapeRecoveryPointCommandOutput>;
373
- retrieveTapeRecoveryPoint(args: RetrieveTapeRecoveryPointCommandInput, cb: (err: any, data?: RetrieveTapeRecoveryPointCommandOutput) => void): void;
374
- retrieveTapeRecoveryPoint(args: RetrieveTapeRecoveryPointCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RetrieveTapeRecoveryPointCommandOutput) => void): void;
375
-
376
- setLocalConsolePassword(args: SetLocalConsolePasswordCommandInput, options?: __HttpHandlerOptions): Promise<SetLocalConsolePasswordCommandOutput>;
377
- setLocalConsolePassword(args: SetLocalConsolePasswordCommandInput, cb: (err: any, data?: SetLocalConsolePasswordCommandOutput) => void): void;
378
- setLocalConsolePassword(args: SetLocalConsolePasswordCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SetLocalConsolePasswordCommandOutput) => void): void;
379
-
380
- setSMBGuestPassword(args: SetSMBGuestPasswordCommandInput, options?: __HttpHandlerOptions): Promise<SetSMBGuestPasswordCommandOutput>;
381
- setSMBGuestPassword(args: SetSMBGuestPasswordCommandInput, cb: (err: any, data?: SetSMBGuestPasswordCommandOutput) => void): void;
382
- setSMBGuestPassword(args: SetSMBGuestPasswordCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SetSMBGuestPasswordCommandOutput) => void): void;
383
-
384
- shutdownGateway(args: ShutdownGatewayCommandInput, options?: __HttpHandlerOptions): Promise<ShutdownGatewayCommandOutput>;
385
- shutdownGateway(args: ShutdownGatewayCommandInput, cb: (err: any, data?: ShutdownGatewayCommandOutput) => void): void;
386
- shutdownGateway(args: ShutdownGatewayCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ShutdownGatewayCommandOutput) => void): void;
387
-
388
- startAvailabilityMonitorTest(args: StartAvailabilityMonitorTestCommandInput, options?: __HttpHandlerOptions): Promise<StartAvailabilityMonitorTestCommandOutput>;
389
- startAvailabilityMonitorTest(args: StartAvailabilityMonitorTestCommandInput, cb: (err: any, data?: StartAvailabilityMonitorTestCommandOutput) => void): void;
390
- startAvailabilityMonitorTest(args: StartAvailabilityMonitorTestCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartAvailabilityMonitorTestCommandOutput) => void): void;
391
-
392
- startGateway(args: StartGatewayCommandInput, options?: __HttpHandlerOptions): Promise<StartGatewayCommandOutput>;
393
- startGateway(args: StartGatewayCommandInput, cb: (err: any, data?: StartGatewayCommandOutput) => void): void;
394
- startGateway(args: StartGatewayCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartGatewayCommandOutput) => void): void;
395
-
396
- updateAutomaticTapeCreationPolicy(args: UpdateAutomaticTapeCreationPolicyCommandInput, options?: __HttpHandlerOptions): Promise<UpdateAutomaticTapeCreationPolicyCommandOutput>;
397
- updateAutomaticTapeCreationPolicy(args: UpdateAutomaticTapeCreationPolicyCommandInput, cb: (err: any, data?: UpdateAutomaticTapeCreationPolicyCommandOutput) => void): void;
398
- updateAutomaticTapeCreationPolicy(args: UpdateAutomaticTapeCreationPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateAutomaticTapeCreationPolicyCommandOutput) => void): void;
399
-
400
- updateBandwidthRateLimit(args: UpdateBandwidthRateLimitCommandInput, options?: __HttpHandlerOptions): Promise<UpdateBandwidthRateLimitCommandOutput>;
401
- updateBandwidthRateLimit(args: UpdateBandwidthRateLimitCommandInput, cb: (err: any, data?: UpdateBandwidthRateLimitCommandOutput) => void): void;
402
- updateBandwidthRateLimit(args: UpdateBandwidthRateLimitCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateBandwidthRateLimitCommandOutput) => void): void;
403
-
404
- updateBandwidthRateLimitSchedule(args: UpdateBandwidthRateLimitScheduleCommandInput, options?: __HttpHandlerOptions): Promise<UpdateBandwidthRateLimitScheduleCommandOutput>;
405
- updateBandwidthRateLimitSchedule(args: UpdateBandwidthRateLimitScheduleCommandInput, cb: (err: any, data?: UpdateBandwidthRateLimitScheduleCommandOutput) => void): void;
406
- updateBandwidthRateLimitSchedule(args: UpdateBandwidthRateLimitScheduleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateBandwidthRateLimitScheduleCommandOutput) => void): void;
407
-
408
- updateChapCredentials(args: UpdateChapCredentialsCommandInput, options?: __HttpHandlerOptions): Promise<UpdateChapCredentialsCommandOutput>;
409
- updateChapCredentials(args: UpdateChapCredentialsCommandInput, cb: (err: any, data?: UpdateChapCredentialsCommandOutput) => void): void;
410
- updateChapCredentials(args: UpdateChapCredentialsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateChapCredentialsCommandOutput) => void): void;
411
-
412
- updateFileSystemAssociation(args: UpdateFileSystemAssociationCommandInput, options?: __HttpHandlerOptions): Promise<UpdateFileSystemAssociationCommandOutput>;
413
- updateFileSystemAssociation(args: UpdateFileSystemAssociationCommandInput, cb: (err: any, data?: UpdateFileSystemAssociationCommandOutput) => void): void;
414
- updateFileSystemAssociation(args: UpdateFileSystemAssociationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateFileSystemAssociationCommandOutput) => void): void;
415
-
416
- updateGatewayInformation(args: UpdateGatewayInformationCommandInput, options?: __HttpHandlerOptions): Promise<UpdateGatewayInformationCommandOutput>;
417
- updateGatewayInformation(args: UpdateGatewayInformationCommandInput, cb: (err: any, data?: UpdateGatewayInformationCommandOutput) => void): void;
418
- updateGatewayInformation(args: UpdateGatewayInformationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateGatewayInformationCommandOutput) => void): void;
419
-
420
- updateGatewaySoftwareNow(args: UpdateGatewaySoftwareNowCommandInput, options?: __HttpHandlerOptions): Promise<UpdateGatewaySoftwareNowCommandOutput>;
421
- updateGatewaySoftwareNow(args: UpdateGatewaySoftwareNowCommandInput, cb: (err: any, data?: UpdateGatewaySoftwareNowCommandOutput) => void): void;
422
- updateGatewaySoftwareNow(args: UpdateGatewaySoftwareNowCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateGatewaySoftwareNowCommandOutput) => void): void;
423
-
424
- updateMaintenanceStartTime(args: UpdateMaintenanceStartTimeCommandInput, options?: __HttpHandlerOptions): Promise<UpdateMaintenanceStartTimeCommandOutput>;
425
- updateMaintenanceStartTime(args: UpdateMaintenanceStartTimeCommandInput, cb: (err: any, data?: UpdateMaintenanceStartTimeCommandOutput) => void): void;
426
- updateMaintenanceStartTime(args: UpdateMaintenanceStartTimeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateMaintenanceStartTimeCommandOutput) => void): void;
427
-
428
- updateNFSFileShare(args: UpdateNFSFileShareCommandInput, options?: __HttpHandlerOptions): Promise<UpdateNFSFileShareCommandOutput>;
429
- updateNFSFileShare(args: UpdateNFSFileShareCommandInput, cb: (err: any, data?: UpdateNFSFileShareCommandOutput) => void): void;
430
- updateNFSFileShare(args: UpdateNFSFileShareCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateNFSFileShareCommandOutput) => void): void;
431
-
432
- updateSMBFileShare(args: UpdateSMBFileShareCommandInput, options?: __HttpHandlerOptions): Promise<UpdateSMBFileShareCommandOutput>;
433
- updateSMBFileShare(args: UpdateSMBFileShareCommandInput, cb: (err: any, data?: UpdateSMBFileShareCommandOutput) => void): void;
434
- updateSMBFileShare(args: UpdateSMBFileShareCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateSMBFileShareCommandOutput) => void): void;
435
-
436
- updateSMBFileShareVisibility(args: UpdateSMBFileShareVisibilityCommandInput, options?: __HttpHandlerOptions): Promise<UpdateSMBFileShareVisibilityCommandOutput>;
437
- updateSMBFileShareVisibility(args: UpdateSMBFileShareVisibilityCommandInput, cb: (err: any, data?: UpdateSMBFileShareVisibilityCommandOutput) => void): void;
438
- updateSMBFileShareVisibility(args: UpdateSMBFileShareVisibilityCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateSMBFileShareVisibilityCommandOutput) => void): void;
439
-
440
- updateSMBLocalGroups(args: UpdateSMBLocalGroupsCommandInput, options?: __HttpHandlerOptions): Promise<UpdateSMBLocalGroupsCommandOutput>;
441
- updateSMBLocalGroups(args: UpdateSMBLocalGroupsCommandInput, cb: (err: any, data?: UpdateSMBLocalGroupsCommandOutput) => void): void;
442
- updateSMBLocalGroups(args: UpdateSMBLocalGroupsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateSMBLocalGroupsCommandOutput) => void): void;
443
-
444
- updateSMBSecurityStrategy(args: UpdateSMBSecurityStrategyCommandInput, options?: __HttpHandlerOptions): Promise<UpdateSMBSecurityStrategyCommandOutput>;
445
- updateSMBSecurityStrategy(args: UpdateSMBSecurityStrategyCommandInput, cb: (err: any, data?: UpdateSMBSecurityStrategyCommandOutput) => void): void;
446
- updateSMBSecurityStrategy(args: UpdateSMBSecurityStrategyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateSMBSecurityStrategyCommandOutput) => void): void;
447
-
448
- updateSnapshotSchedule(args: UpdateSnapshotScheduleCommandInput, options?: __HttpHandlerOptions): Promise<UpdateSnapshotScheduleCommandOutput>;
449
- updateSnapshotSchedule(args: UpdateSnapshotScheduleCommandInput, cb: (err: any, data?: UpdateSnapshotScheduleCommandOutput) => void): void;
450
- updateSnapshotSchedule(args: UpdateSnapshotScheduleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateSnapshotScheduleCommandOutput) => void): void;
451
-
452
- updateVTLDeviceType(args: UpdateVTLDeviceTypeCommandInput, options?: __HttpHandlerOptions): Promise<UpdateVTLDeviceTypeCommandOutput>;
453
- updateVTLDeviceType(args: UpdateVTLDeviceTypeCommandInput, cb: (err: any, data?: UpdateVTLDeviceTypeCommandOutput) => void): void;
454
- updateVTLDeviceType(args: UpdateVTLDeviceTypeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateVTLDeviceTypeCommandOutput) => void): void;
455
- }
1
+ import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
+ import {
3
+ ActivateGatewayCommandInput,
4
+ ActivateGatewayCommandOutput,
5
+ } from "./commands/ActivateGatewayCommand";
6
+ import {
7
+ AddCacheCommandInput,
8
+ AddCacheCommandOutput,
9
+ } from "./commands/AddCacheCommand";
10
+ import {
11
+ AddTagsToResourceCommandInput,
12
+ AddTagsToResourceCommandOutput,
13
+ } from "./commands/AddTagsToResourceCommand";
14
+ import {
15
+ AddUploadBufferCommandInput,
16
+ AddUploadBufferCommandOutput,
17
+ } from "./commands/AddUploadBufferCommand";
18
+ import {
19
+ AddWorkingStorageCommandInput,
20
+ AddWorkingStorageCommandOutput,
21
+ } from "./commands/AddWorkingStorageCommand";
22
+ import {
23
+ AssignTapePoolCommandInput,
24
+ AssignTapePoolCommandOutput,
25
+ } from "./commands/AssignTapePoolCommand";
26
+ import {
27
+ AssociateFileSystemCommandInput,
28
+ AssociateFileSystemCommandOutput,
29
+ } from "./commands/AssociateFileSystemCommand";
30
+ import {
31
+ AttachVolumeCommandInput,
32
+ AttachVolumeCommandOutput,
33
+ } from "./commands/AttachVolumeCommand";
34
+ import {
35
+ CancelArchivalCommandInput,
36
+ CancelArchivalCommandOutput,
37
+ } from "./commands/CancelArchivalCommand";
38
+ import {
39
+ CancelRetrievalCommandInput,
40
+ CancelRetrievalCommandOutput,
41
+ } from "./commands/CancelRetrievalCommand";
42
+ import {
43
+ CreateCachediSCSIVolumeCommandInput,
44
+ CreateCachediSCSIVolumeCommandOutput,
45
+ } from "./commands/CreateCachediSCSIVolumeCommand";
46
+ import {
47
+ CreateNFSFileShareCommandInput,
48
+ CreateNFSFileShareCommandOutput,
49
+ } from "./commands/CreateNFSFileShareCommand";
50
+ import {
51
+ CreateSMBFileShareCommandInput,
52
+ CreateSMBFileShareCommandOutput,
53
+ } from "./commands/CreateSMBFileShareCommand";
54
+ import {
55
+ CreateSnapshotCommandInput,
56
+ CreateSnapshotCommandOutput,
57
+ } from "./commands/CreateSnapshotCommand";
58
+ import {
59
+ CreateSnapshotFromVolumeRecoveryPointCommandInput,
60
+ CreateSnapshotFromVolumeRecoveryPointCommandOutput,
61
+ } from "./commands/CreateSnapshotFromVolumeRecoveryPointCommand";
62
+ import {
63
+ CreateStorediSCSIVolumeCommandInput,
64
+ CreateStorediSCSIVolumeCommandOutput,
65
+ } from "./commands/CreateStorediSCSIVolumeCommand";
66
+ import {
67
+ CreateTapePoolCommandInput,
68
+ CreateTapePoolCommandOutput,
69
+ } from "./commands/CreateTapePoolCommand";
70
+ import {
71
+ CreateTapesCommandInput,
72
+ CreateTapesCommandOutput,
73
+ } from "./commands/CreateTapesCommand";
74
+ import {
75
+ CreateTapeWithBarcodeCommandInput,
76
+ CreateTapeWithBarcodeCommandOutput,
77
+ } from "./commands/CreateTapeWithBarcodeCommand";
78
+ import {
79
+ DeleteAutomaticTapeCreationPolicyCommandInput,
80
+ DeleteAutomaticTapeCreationPolicyCommandOutput,
81
+ } from "./commands/DeleteAutomaticTapeCreationPolicyCommand";
82
+ import {
83
+ DeleteBandwidthRateLimitCommandInput,
84
+ DeleteBandwidthRateLimitCommandOutput,
85
+ } from "./commands/DeleteBandwidthRateLimitCommand";
86
+ import {
87
+ DeleteChapCredentialsCommandInput,
88
+ DeleteChapCredentialsCommandOutput,
89
+ } from "./commands/DeleteChapCredentialsCommand";
90
+ import {
91
+ DeleteFileShareCommandInput,
92
+ DeleteFileShareCommandOutput,
93
+ } from "./commands/DeleteFileShareCommand";
94
+ import {
95
+ DeleteGatewayCommandInput,
96
+ DeleteGatewayCommandOutput,
97
+ } from "./commands/DeleteGatewayCommand";
98
+ import {
99
+ DeleteSnapshotScheduleCommandInput,
100
+ DeleteSnapshotScheduleCommandOutput,
101
+ } from "./commands/DeleteSnapshotScheduleCommand";
102
+ import {
103
+ DeleteTapeArchiveCommandInput,
104
+ DeleteTapeArchiveCommandOutput,
105
+ } from "./commands/DeleteTapeArchiveCommand";
106
+ import {
107
+ DeleteTapeCommandInput,
108
+ DeleteTapeCommandOutput,
109
+ } from "./commands/DeleteTapeCommand";
110
+ import {
111
+ DeleteTapePoolCommandInput,
112
+ DeleteTapePoolCommandOutput,
113
+ } from "./commands/DeleteTapePoolCommand";
114
+ import {
115
+ DeleteVolumeCommandInput,
116
+ DeleteVolumeCommandOutput,
117
+ } from "./commands/DeleteVolumeCommand";
118
+ import {
119
+ DescribeAvailabilityMonitorTestCommandInput,
120
+ DescribeAvailabilityMonitorTestCommandOutput,
121
+ } from "./commands/DescribeAvailabilityMonitorTestCommand";
122
+ import {
123
+ DescribeBandwidthRateLimitCommandInput,
124
+ DescribeBandwidthRateLimitCommandOutput,
125
+ } from "./commands/DescribeBandwidthRateLimitCommand";
126
+ import {
127
+ DescribeBandwidthRateLimitScheduleCommandInput,
128
+ DescribeBandwidthRateLimitScheduleCommandOutput,
129
+ } from "./commands/DescribeBandwidthRateLimitScheduleCommand";
130
+ import {
131
+ DescribeCacheCommandInput,
132
+ DescribeCacheCommandOutput,
133
+ } from "./commands/DescribeCacheCommand";
134
+ import {
135
+ DescribeCachediSCSIVolumesCommandInput,
136
+ DescribeCachediSCSIVolumesCommandOutput,
137
+ } from "./commands/DescribeCachediSCSIVolumesCommand";
138
+ import {
139
+ DescribeChapCredentialsCommandInput,
140
+ DescribeChapCredentialsCommandOutput,
141
+ } from "./commands/DescribeChapCredentialsCommand";
142
+ import {
143
+ DescribeFileSystemAssociationsCommandInput,
144
+ DescribeFileSystemAssociationsCommandOutput,
145
+ } from "./commands/DescribeFileSystemAssociationsCommand";
146
+ import {
147
+ DescribeGatewayInformationCommandInput,
148
+ DescribeGatewayInformationCommandOutput,
149
+ } from "./commands/DescribeGatewayInformationCommand";
150
+ import {
151
+ DescribeMaintenanceStartTimeCommandInput,
152
+ DescribeMaintenanceStartTimeCommandOutput,
153
+ } from "./commands/DescribeMaintenanceStartTimeCommand";
154
+ import {
155
+ DescribeNFSFileSharesCommandInput,
156
+ DescribeNFSFileSharesCommandOutput,
157
+ } from "./commands/DescribeNFSFileSharesCommand";
158
+ import {
159
+ DescribeSMBFileSharesCommandInput,
160
+ DescribeSMBFileSharesCommandOutput,
161
+ } from "./commands/DescribeSMBFileSharesCommand";
162
+ import {
163
+ DescribeSMBSettingsCommandInput,
164
+ DescribeSMBSettingsCommandOutput,
165
+ } from "./commands/DescribeSMBSettingsCommand";
166
+ import {
167
+ DescribeSnapshotScheduleCommandInput,
168
+ DescribeSnapshotScheduleCommandOutput,
169
+ } from "./commands/DescribeSnapshotScheduleCommand";
170
+ import {
171
+ DescribeStorediSCSIVolumesCommandInput,
172
+ DescribeStorediSCSIVolumesCommandOutput,
173
+ } from "./commands/DescribeStorediSCSIVolumesCommand";
174
+ import {
175
+ DescribeTapeArchivesCommandInput,
176
+ DescribeTapeArchivesCommandOutput,
177
+ } from "./commands/DescribeTapeArchivesCommand";
178
+ import {
179
+ DescribeTapeRecoveryPointsCommandInput,
180
+ DescribeTapeRecoveryPointsCommandOutput,
181
+ } from "./commands/DescribeTapeRecoveryPointsCommand";
182
+ import {
183
+ DescribeTapesCommandInput,
184
+ DescribeTapesCommandOutput,
185
+ } from "./commands/DescribeTapesCommand";
186
+ import {
187
+ DescribeUploadBufferCommandInput,
188
+ DescribeUploadBufferCommandOutput,
189
+ } from "./commands/DescribeUploadBufferCommand";
190
+ import {
191
+ DescribeVTLDevicesCommandInput,
192
+ DescribeVTLDevicesCommandOutput,
193
+ } from "./commands/DescribeVTLDevicesCommand";
194
+ import {
195
+ DescribeWorkingStorageCommandInput,
196
+ DescribeWorkingStorageCommandOutput,
197
+ } from "./commands/DescribeWorkingStorageCommand";
198
+ import {
199
+ DetachVolumeCommandInput,
200
+ DetachVolumeCommandOutput,
201
+ } from "./commands/DetachVolumeCommand";
202
+ import {
203
+ DisableGatewayCommandInput,
204
+ DisableGatewayCommandOutput,
205
+ } from "./commands/DisableGatewayCommand";
206
+ import {
207
+ DisassociateFileSystemCommandInput,
208
+ DisassociateFileSystemCommandOutput,
209
+ } from "./commands/DisassociateFileSystemCommand";
210
+ import {
211
+ JoinDomainCommandInput,
212
+ JoinDomainCommandOutput,
213
+ } from "./commands/JoinDomainCommand";
214
+ import {
215
+ ListAutomaticTapeCreationPoliciesCommandInput,
216
+ ListAutomaticTapeCreationPoliciesCommandOutput,
217
+ } from "./commands/ListAutomaticTapeCreationPoliciesCommand";
218
+ import {
219
+ ListFileSharesCommandInput,
220
+ ListFileSharesCommandOutput,
221
+ } from "./commands/ListFileSharesCommand";
222
+ import {
223
+ ListFileSystemAssociationsCommandInput,
224
+ ListFileSystemAssociationsCommandOutput,
225
+ } from "./commands/ListFileSystemAssociationsCommand";
226
+ import {
227
+ ListGatewaysCommandInput,
228
+ ListGatewaysCommandOutput,
229
+ } from "./commands/ListGatewaysCommand";
230
+ import {
231
+ ListLocalDisksCommandInput,
232
+ ListLocalDisksCommandOutput,
233
+ } from "./commands/ListLocalDisksCommand";
234
+ import {
235
+ ListTagsForResourceCommandInput,
236
+ ListTagsForResourceCommandOutput,
237
+ } from "./commands/ListTagsForResourceCommand";
238
+ import {
239
+ ListTapePoolsCommandInput,
240
+ ListTapePoolsCommandOutput,
241
+ } from "./commands/ListTapePoolsCommand";
242
+ import {
243
+ ListTapesCommandInput,
244
+ ListTapesCommandOutput,
245
+ } from "./commands/ListTapesCommand";
246
+ import {
247
+ ListVolumeInitiatorsCommandInput,
248
+ ListVolumeInitiatorsCommandOutput,
249
+ } from "./commands/ListVolumeInitiatorsCommand";
250
+ import {
251
+ ListVolumeRecoveryPointsCommandInput,
252
+ ListVolumeRecoveryPointsCommandOutput,
253
+ } from "./commands/ListVolumeRecoveryPointsCommand";
254
+ import {
255
+ ListVolumesCommandInput,
256
+ ListVolumesCommandOutput,
257
+ } from "./commands/ListVolumesCommand";
258
+ import {
259
+ NotifyWhenUploadedCommandInput,
260
+ NotifyWhenUploadedCommandOutput,
261
+ } from "./commands/NotifyWhenUploadedCommand";
262
+ import {
263
+ RefreshCacheCommandInput,
264
+ RefreshCacheCommandOutput,
265
+ } from "./commands/RefreshCacheCommand";
266
+ import {
267
+ RemoveTagsFromResourceCommandInput,
268
+ RemoveTagsFromResourceCommandOutput,
269
+ } from "./commands/RemoveTagsFromResourceCommand";
270
+ import {
271
+ ResetCacheCommandInput,
272
+ ResetCacheCommandOutput,
273
+ } from "./commands/ResetCacheCommand";
274
+ import {
275
+ RetrieveTapeArchiveCommandInput,
276
+ RetrieveTapeArchiveCommandOutput,
277
+ } from "./commands/RetrieveTapeArchiveCommand";
278
+ import {
279
+ RetrieveTapeRecoveryPointCommandInput,
280
+ RetrieveTapeRecoveryPointCommandOutput,
281
+ } from "./commands/RetrieveTapeRecoveryPointCommand";
282
+ import {
283
+ SetLocalConsolePasswordCommandInput,
284
+ SetLocalConsolePasswordCommandOutput,
285
+ } from "./commands/SetLocalConsolePasswordCommand";
286
+ import {
287
+ SetSMBGuestPasswordCommandInput,
288
+ SetSMBGuestPasswordCommandOutput,
289
+ } from "./commands/SetSMBGuestPasswordCommand";
290
+ import {
291
+ ShutdownGatewayCommandInput,
292
+ ShutdownGatewayCommandOutput,
293
+ } from "./commands/ShutdownGatewayCommand";
294
+ import {
295
+ StartAvailabilityMonitorTestCommandInput,
296
+ StartAvailabilityMonitorTestCommandOutput,
297
+ } from "./commands/StartAvailabilityMonitorTestCommand";
298
+ import {
299
+ StartGatewayCommandInput,
300
+ StartGatewayCommandOutput,
301
+ } from "./commands/StartGatewayCommand";
302
+ import {
303
+ UpdateAutomaticTapeCreationPolicyCommandInput,
304
+ UpdateAutomaticTapeCreationPolicyCommandOutput,
305
+ } from "./commands/UpdateAutomaticTapeCreationPolicyCommand";
306
+ import {
307
+ UpdateBandwidthRateLimitCommandInput,
308
+ UpdateBandwidthRateLimitCommandOutput,
309
+ } from "./commands/UpdateBandwidthRateLimitCommand";
310
+ import {
311
+ UpdateBandwidthRateLimitScheduleCommandInput,
312
+ UpdateBandwidthRateLimitScheduleCommandOutput,
313
+ } from "./commands/UpdateBandwidthRateLimitScheduleCommand";
314
+ import {
315
+ UpdateChapCredentialsCommandInput,
316
+ UpdateChapCredentialsCommandOutput,
317
+ } from "./commands/UpdateChapCredentialsCommand";
318
+ import {
319
+ UpdateFileSystemAssociationCommandInput,
320
+ UpdateFileSystemAssociationCommandOutput,
321
+ } from "./commands/UpdateFileSystemAssociationCommand";
322
+ import {
323
+ UpdateGatewayInformationCommandInput,
324
+ UpdateGatewayInformationCommandOutput,
325
+ } from "./commands/UpdateGatewayInformationCommand";
326
+ import {
327
+ UpdateGatewaySoftwareNowCommandInput,
328
+ UpdateGatewaySoftwareNowCommandOutput,
329
+ } from "./commands/UpdateGatewaySoftwareNowCommand";
330
+ import {
331
+ UpdateMaintenanceStartTimeCommandInput,
332
+ UpdateMaintenanceStartTimeCommandOutput,
333
+ } from "./commands/UpdateMaintenanceStartTimeCommand";
334
+ import {
335
+ UpdateNFSFileShareCommandInput,
336
+ UpdateNFSFileShareCommandOutput,
337
+ } from "./commands/UpdateNFSFileShareCommand";
338
+ import {
339
+ UpdateSMBFileShareCommandInput,
340
+ UpdateSMBFileShareCommandOutput,
341
+ } from "./commands/UpdateSMBFileShareCommand";
342
+ import {
343
+ UpdateSMBFileShareVisibilityCommandInput,
344
+ UpdateSMBFileShareVisibilityCommandOutput,
345
+ } from "./commands/UpdateSMBFileShareVisibilityCommand";
346
+ import {
347
+ UpdateSMBLocalGroupsCommandInput,
348
+ UpdateSMBLocalGroupsCommandOutput,
349
+ } from "./commands/UpdateSMBLocalGroupsCommand";
350
+ import {
351
+ UpdateSMBSecurityStrategyCommandInput,
352
+ UpdateSMBSecurityStrategyCommandOutput,
353
+ } from "./commands/UpdateSMBSecurityStrategyCommand";
354
+ import {
355
+ UpdateSnapshotScheduleCommandInput,
356
+ UpdateSnapshotScheduleCommandOutput,
357
+ } from "./commands/UpdateSnapshotScheduleCommand";
358
+ import {
359
+ UpdateVTLDeviceTypeCommandInput,
360
+ UpdateVTLDeviceTypeCommandOutput,
361
+ } from "./commands/UpdateVTLDeviceTypeCommand";
362
+ import { StorageGatewayClient } from "./StorageGatewayClient";
363
+ export declare class StorageGateway extends StorageGatewayClient {
364
+ activateGateway(
365
+ args: ActivateGatewayCommandInput,
366
+ options?: __HttpHandlerOptions
367
+ ): Promise<ActivateGatewayCommandOutput>;
368
+ activateGateway(
369
+ args: ActivateGatewayCommandInput,
370
+ cb: (err: any, data?: ActivateGatewayCommandOutput) => void
371
+ ): void;
372
+ activateGateway(
373
+ args: ActivateGatewayCommandInput,
374
+ options: __HttpHandlerOptions,
375
+ cb: (err: any, data?: ActivateGatewayCommandOutput) => void
376
+ ): void;
377
+ addCache(
378
+ args: AddCacheCommandInput,
379
+ options?: __HttpHandlerOptions
380
+ ): Promise<AddCacheCommandOutput>;
381
+ addCache(
382
+ args: AddCacheCommandInput,
383
+ cb: (err: any, data?: AddCacheCommandOutput) => void
384
+ ): void;
385
+ addCache(
386
+ args: AddCacheCommandInput,
387
+ options: __HttpHandlerOptions,
388
+ cb: (err: any, data?: AddCacheCommandOutput) => void
389
+ ): void;
390
+ addTagsToResource(
391
+ args: AddTagsToResourceCommandInput,
392
+ options?: __HttpHandlerOptions
393
+ ): Promise<AddTagsToResourceCommandOutput>;
394
+ addTagsToResource(
395
+ args: AddTagsToResourceCommandInput,
396
+ cb: (err: any, data?: AddTagsToResourceCommandOutput) => void
397
+ ): void;
398
+ addTagsToResource(
399
+ args: AddTagsToResourceCommandInput,
400
+ options: __HttpHandlerOptions,
401
+ cb: (err: any, data?: AddTagsToResourceCommandOutput) => void
402
+ ): void;
403
+ addUploadBuffer(
404
+ args: AddUploadBufferCommandInput,
405
+ options?: __HttpHandlerOptions
406
+ ): Promise<AddUploadBufferCommandOutput>;
407
+ addUploadBuffer(
408
+ args: AddUploadBufferCommandInput,
409
+ cb: (err: any, data?: AddUploadBufferCommandOutput) => void
410
+ ): void;
411
+ addUploadBuffer(
412
+ args: AddUploadBufferCommandInput,
413
+ options: __HttpHandlerOptions,
414
+ cb: (err: any, data?: AddUploadBufferCommandOutput) => void
415
+ ): void;
416
+ addWorkingStorage(
417
+ args: AddWorkingStorageCommandInput,
418
+ options?: __HttpHandlerOptions
419
+ ): Promise<AddWorkingStorageCommandOutput>;
420
+ addWorkingStorage(
421
+ args: AddWorkingStorageCommandInput,
422
+ cb: (err: any, data?: AddWorkingStorageCommandOutput) => void
423
+ ): void;
424
+ addWorkingStorage(
425
+ args: AddWorkingStorageCommandInput,
426
+ options: __HttpHandlerOptions,
427
+ cb: (err: any, data?: AddWorkingStorageCommandOutput) => void
428
+ ): void;
429
+ assignTapePool(
430
+ args: AssignTapePoolCommandInput,
431
+ options?: __HttpHandlerOptions
432
+ ): Promise<AssignTapePoolCommandOutput>;
433
+ assignTapePool(
434
+ args: AssignTapePoolCommandInput,
435
+ cb: (err: any, data?: AssignTapePoolCommandOutput) => void
436
+ ): void;
437
+ assignTapePool(
438
+ args: AssignTapePoolCommandInput,
439
+ options: __HttpHandlerOptions,
440
+ cb: (err: any, data?: AssignTapePoolCommandOutput) => void
441
+ ): void;
442
+ associateFileSystem(
443
+ args: AssociateFileSystemCommandInput,
444
+ options?: __HttpHandlerOptions
445
+ ): Promise<AssociateFileSystemCommandOutput>;
446
+ associateFileSystem(
447
+ args: AssociateFileSystemCommandInput,
448
+ cb: (err: any, data?: AssociateFileSystemCommandOutput) => void
449
+ ): void;
450
+ associateFileSystem(
451
+ args: AssociateFileSystemCommandInput,
452
+ options: __HttpHandlerOptions,
453
+ cb: (err: any, data?: AssociateFileSystemCommandOutput) => void
454
+ ): void;
455
+ attachVolume(
456
+ args: AttachVolumeCommandInput,
457
+ options?: __HttpHandlerOptions
458
+ ): Promise<AttachVolumeCommandOutput>;
459
+ attachVolume(
460
+ args: AttachVolumeCommandInput,
461
+ cb: (err: any, data?: AttachVolumeCommandOutput) => void
462
+ ): void;
463
+ attachVolume(
464
+ args: AttachVolumeCommandInput,
465
+ options: __HttpHandlerOptions,
466
+ cb: (err: any, data?: AttachVolumeCommandOutput) => void
467
+ ): void;
468
+ cancelArchival(
469
+ args: CancelArchivalCommandInput,
470
+ options?: __HttpHandlerOptions
471
+ ): Promise<CancelArchivalCommandOutput>;
472
+ cancelArchival(
473
+ args: CancelArchivalCommandInput,
474
+ cb: (err: any, data?: CancelArchivalCommandOutput) => void
475
+ ): void;
476
+ cancelArchival(
477
+ args: CancelArchivalCommandInput,
478
+ options: __HttpHandlerOptions,
479
+ cb: (err: any, data?: CancelArchivalCommandOutput) => void
480
+ ): void;
481
+ cancelRetrieval(
482
+ args: CancelRetrievalCommandInput,
483
+ options?: __HttpHandlerOptions
484
+ ): Promise<CancelRetrievalCommandOutput>;
485
+ cancelRetrieval(
486
+ args: CancelRetrievalCommandInput,
487
+ cb: (err: any, data?: CancelRetrievalCommandOutput) => void
488
+ ): void;
489
+ cancelRetrieval(
490
+ args: CancelRetrievalCommandInput,
491
+ options: __HttpHandlerOptions,
492
+ cb: (err: any, data?: CancelRetrievalCommandOutput) => void
493
+ ): void;
494
+ createCachediSCSIVolume(
495
+ args: CreateCachediSCSIVolumeCommandInput,
496
+ options?: __HttpHandlerOptions
497
+ ): Promise<CreateCachediSCSIVolumeCommandOutput>;
498
+ createCachediSCSIVolume(
499
+ args: CreateCachediSCSIVolumeCommandInput,
500
+ cb: (err: any, data?: CreateCachediSCSIVolumeCommandOutput) => void
501
+ ): void;
502
+ createCachediSCSIVolume(
503
+ args: CreateCachediSCSIVolumeCommandInput,
504
+ options: __HttpHandlerOptions,
505
+ cb: (err: any, data?: CreateCachediSCSIVolumeCommandOutput) => void
506
+ ): void;
507
+ createNFSFileShare(
508
+ args: CreateNFSFileShareCommandInput,
509
+ options?: __HttpHandlerOptions
510
+ ): Promise<CreateNFSFileShareCommandOutput>;
511
+ createNFSFileShare(
512
+ args: CreateNFSFileShareCommandInput,
513
+ cb: (err: any, data?: CreateNFSFileShareCommandOutput) => void
514
+ ): void;
515
+ createNFSFileShare(
516
+ args: CreateNFSFileShareCommandInput,
517
+ options: __HttpHandlerOptions,
518
+ cb: (err: any, data?: CreateNFSFileShareCommandOutput) => void
519
+ ): void;
520
+ createSMBFileShare(
521
+ args: CreateSMBFileShareCommandInput,
522
+ options?: __HttpHandlerOptions
523
+ ): Promise<CreateSMBFileShareCommandOutput>;
524
+ createSMBFileShare(
525
+ args: CreateSMBFileShareCommandInput,
526
+ cb: (err: any, data?: CreateSMBFileShareCommandOutput) => void
527
+ ): void;
528
+ createSMBFileShare(
529
+ args: CreateSMBFileShareCommandInput,
530
+ options: __HttpHandlerOptions,
531
+ cb: (err: any, data?: CreateSMBFileShareCommandOutput) => void
532
+ ): void;
533
+ createSnapshot(
534
+ args: CreateSnapshotCommandInput,
535
+ options?: __HttpHandlerOptions
536
+ ): Promise<CreateSnapshotCommandOutput>;
537
+ createSnapshot(
538
+ args: CreateSnapshotCommandInput,
539
+ cb: (err: any, data?: CreateSnapshotCommandOutput) => void
540
+ ): void;
541
+ createSnapshot(
542
+ args: CreateSnapshotCommandInput,
543
+ options: __HttpHandlerOptions,
544
+ cb: (err: any, data?: CreateSnapshotCommandOutput) => void
545
+ ): void;
546
+ createSnapshotFromVolumeRecoveryPoint(
547
+ args: CreateSnapshotFromVolumeRecoveryPointCommandInput,
548
+ options?: __HttpHandlerOptions
549
+ ): Promise<CreateSnapshotFromVolumeRecoveryPointCommandOutput>;
550
+ createSnapshotFromVolumeRecoveryPoint(
551
+ args: CreateSnapshotFromVolumeRecoveryPointCommandInput,
552
+ cb: (
553
+ err: any,
554
+ data?: CreateSnapshotFromVolumeRecoveryPointCommandOutput
555
+ ) => void
556
+ ): void;
557
+ createSnapshotFromVolumeRecoveryPoint(
558
+ args: CreateSnapshotFromVolumeRecoveryPointCommandInput,
559
+ options: __HttpHandlerOptions,
560
+ cb: (
561
+ err: any,
562
+ data?: CreateSnapshotFromVolumeRecoveryPointCommandOutput
563
+ ) => void
564
+ ): void;
565
+ createStorediSCSIVolume(
566
+ args: CreateStorediSCSIVolumeCommandInput,
567
+ options?: __HttpHandlerOptions
568
+ ): Promise<CreateStorediSCSIVolumeCommandOutput>;
569
+ createStorediSCSIVolume(
570
+ args: CreateStorediSCSIVolumeCommandInput,
571
+ cb: (err: any, data?: CreateStorediSCSIVolumeCommandOutput) => void
572
+ ): void;
573
+ createStorediSCSIVolume(
574
+ args: CreateStorediSCSIVolumeCommandInput,
575
+ options: __HttpHandlerOptions,
576
+ cb: (err: any, data?: CreateStorediSCSIVolumeCommandOutput) => void
577
+ ): void;
578
+ createTapePool(
579
+ args: CreateTapePoolCommandInput,
580
+ options?: __HttpHandlerOptions
581
+ ): Promise<CreateTapePoolCommandOutput>;
582
+ createTapePool(
583
+ args: CreateTapePoolCommandInput,
584
+ cb: (err: any, data?: CreateTapePoolCommandOutput) => void
585
+ ): void;
586
+ createTapePool(
587
+ args: CreateTapePoolCommandInput,
588
+ options: __HttpHandlerOptions,
589
+ cb: (err: any, data?: CreateTapePoolCommandOutput) => void
590
+ ): void;
591
+ createTapes(
592
+ args: CreateTapesCommandInput,
593
+ options?: __HttpHandlerOptions
594
+ ): Promise<CreateTapesCommandOutput>;
595
+ createTapes(
596
+ args: CreateTapesCommandInput,
597
+ cb: (err: any, data?: CreateTapesCommandOutput) => void
598
+ ): void;
599
+ createTapes(
600
+ args: CreateTapesCommandInput,
601
+ options: __HttpHandlerOptions,
602
+ cb: (err: any, data?: CreateTapesCommandOutput) => void
603
+ ): void;
604
+ createTapeWithBarcode(
605
+ args: CreateTapeWithBarcodeCommandInput,
606
+ options?: __HttpHandlerOptions
607
+ ): Promise<CreateTapeWithBarcodeCommandOutput>;
608
+ createTapeWithBarcode(
609
+ args: CreateTapeWithBarcodeCommandInput,
610
+ cb: (err: any, data?: CreateTapeWithBarcodeCommandOutput) => void
611
+ ): void;
612
+ createTapeWithBarcode(
613
+ args: CreateTapeWithBarcodeCommandInput,
614
+ options: __HttpHandlerOptions,
615
+ cb: (err: any, data?: CreateTapeWithBarcodeCommandOutput) => void
616
+ ): void;
617
+ deleteAutomaticTapeCreationPolicy(
618
+ args: DeleteAutomaticTapeCreationPolicyCommandInput,
619
+ options?: __HttpHandlerOptions
620
+ ): Promise<DeleteAutomaticTapeCreationPolicyCommandOutput>;
621
+ deleteAutomaticTapeCreationPolicy(
622
+ args: DeleteAutomaticTapeCreationPolicyCommandInput,
623
+ cb: (
624
+ err: any,
625
+ data?: DeleteAutomaticTapeCreationPolicyCommandOutput
626
+ ) => void
627
+ ): void;
628
+ deleteAutomaticTapeCreationPolicy(
629
+ args: DeleteAutomaticTapeCreationPolicyCommandInput,
630
+ options: __HttpHandlerOptions,
631
+ cb: (
632
+ err: any,
633
+ data?: DeleteAutomaticTapeCreationPolicyCommandOutput
634
+ ) => void
635
+ ): void;
636
+ deleteBandwidthRateLimit(
637
+ args: DeleteBandwidthRateLimitCommandInput,
638
+ options?: __HttpHandlerOptions
639
+ ): Promise<DeleteBandwidthRateLimitCommandOutput>;
640
+ deleteBandwidthRateLimit(
641
+ args: DeleteBandwidthRateLimitCommandInput,
642
+ cb: (err: any, data?: DeleteBandwidthRateLimitCommandOutput) => void
643
+ ): void;
644
+ deleteBandwidthRateLimit(
645
+ args: DeleteBandwidthRateLimitCommandInput,
646
+ options: __HttpHandlerOptions,
647
+ cb: (err: any, data?: DeleteBandwidthRateLimitCommandOutput) => void
648
+ ): void;
649
+ deleteChapCredentials(
650
+ args: DeleteChapCredentialsCommandInput,
651
+ options?: __HttpHandlerOptions
652
+ ): Promise<DeleteChapCredentialsCommandOutput>;
653
+ deleteChapCredentials(
654
+ args: DeleteChapCredentialsCommandInput,
655
+ cb: (err: any, data?: DeleteChapCredentialsCommandOutput) => void
656
+ ): void;
657
+ deleteChapCredentials(
658
+ args: DeleteChapCredentialsCommandInput,
659
+ options: __HttpHandlerOptions,
660
+ cb: (err: any, data?: DeleteChapCredentialsCommandOutput) => void
661
+ ): void;
662
+ deleteFileShare(
663
+ args: DeleteFileShareCommandInput,
664
+ options?: __HttpHandlerOptions
665
+ ): Promise<DeleteFileShareCommandOutput>;
666
+ deleteFileShare(
667
+ args: DeleteFileShareCommandInput,
668
+ cb: (err: any, data?: DeleteFileShareCommandOutput) => void
669
+ ): void;
670
+ deleteFileShare(
671
+ args: DeleteFileShareCommandInput,
672
+ options: __HttpHandlerOptions,
673
+ cb: (err: any, data?: DeleteFileShareCommandOutput) => void
674
+ ): void;
675
+ deleteGateway(
676
+ args: DeleteGatewayCommandInput,
677
+ options?: __HttpHandlerOptions
678
+ ): Promise<DeleteGatewayCommandOutput>;
679
+ deleteGateway(
680
+ args: DeleteGatewayCommandInput,
681
+ cb: (err: any, data?: DeleteGatewayCommandOutput) => void
682
+ ): void;
683
+ deleteGateway(
684
+ args: DeleteGatewayCommandInput,
685
+ options: __HttpHandlerOptions,
686
+ cb: (err: any, data?: DeleteGatewayCommandOutput) => void
687
+ ): void;
688
+ deleteSnapshotSchedule(
689
+ args: DeleteSnapshotScheduleCommandInput,
690
+ options?: __HttpHandlerOptions
691
+ ): Promise<DeleteSnapshotScheduleCommandOutput>;
692
+ deleteSnapshotSchedule(
693
+ args: DeleteSnapshotScheduleCommandInput,
694
+ cb: (err: any, data?: DeleteSnapshotScheduleCommandOutput) => void
695
+ ): void;
696
+ deleteSnapshotSchedule(
697
+ args: DeleteSnapshotScheduleCommandInput,
698
+ options: __HttpHandlerOptions,
699
+ cb: (err: any, data?: DeleteSnapshotScheduleCommandOutput) => void
700
+ ): void;
701
+ deleteTape(
702
+ args: DeleteTapeCommandInput,
703
+ options?: __HttpHandlerOptions
704
+ ): Promise<DeleteTapeCommandOutput>;
705
+ deleteTape(
706
+ args: DeleteTapeCommandInput,
707
+ cb: (err: any, data?: DeleteTapeCommandOutput) => void
708
+ ): void;
709
+ deleteTape(
710
+ args: DeleteTapeCommandInput,
711
+ options: __HttpHandlerOptions,
712
+ cb: (err: any, data?: DeleteTapeCommandOutput) => void
713
+ ): void;
714
+ deleteTapeArchive(
715
+ args: DeleteTapeArchiveCommandInput,
716
+ options?: __HttpHandlerOptions
717
+ ): Promise<DeleteTapeArchiveCommandOutput>;
718
+ deleteTapeArchive(
719
+ args: DeleteTapeArchiveCommandInput,
720
+ cb: (err: any, data?: DeleteTapeArchiveCommandOutput) => void
721
+ ): void;
722
+ deleteTapeArchive(
723
+ args: DeleteTapeArchiveCommandInput,
724
+ options: __HttpHandlerOptions,
725
+ cb: (err: any, data?: DeleteTapeArchiveCommandOutput) => void
726
+ ): void;
727
+ deleteTapePool(
728
+ args: DeleteTapePoolCommandInput,
729
+ options?: __HttpHandlerOptions
730
+ ): Promise<DeleteTapePoolCommandOutput>;
731
+ deleteTapePool(
732
+ args: DeleteTapePoolCommandInput,
733
+ cb: (err: any, data?: DeleteTapePoolCommandOutput) => void
734
+ ): void;
735
+ deleteTapePool(
736
+ args: DeleteTapePoolCommandInput,
737
+ options: __HttpHandlerOptions,
738
+ cb: (err: any, data?: DeleteTapePoolCommandOutput) => void
739
+ ): void;
740
+ deleteVolume(
741
+ args: DeleteVolumeCommandInput,
742
+ options?: __HttpHandlerOptions
743
+ ): Promise<DeleteVolumeCommandOutput>;
744
+ deleteVolume(
745
+ args: DeleteVolumeCommandInput,
746
+ cb: (err: any, data?: DeleteVolumeCommandOutput) => void
747
+ ): void;
748
+ deleteVolume(
749
+ args: DeleteVolumeCommandInput,
750
+ options: __HttpHandlerOptions,
751
+ cb: (err: any, data?: DeleteVolumeCommandOutput) => void
752
+ ): void;
753
+ describeAvailabilityMonitorTest(
754
+ args: DescribeAvailabilityMonitorTestCommandInput,
755
+ options?: __HttpHandlerOptions
756
+ ): Promise<DescribeAvailabilityMonitorTestCommandOutput>;
757
+ describeAvailabilityMonitorTest(
758
+ args: DescribeAvailabilityMonitorTestCommandInput,
759
+ cb: (err: any, data?: DescribeAvailabilityMonitorTestCommandOutput) => void
760
+ ): void;
761
+ describeAvailabilityMonitorTest(
762
+ args: DescribeAvailabilityMonitorTestCommandInput,
763
+ options: __HttpHandlerOptions,
764
+ cb: (err: any, data?: DescribeAvailabilityMonitorTestCommandOutput) => void
765
+ ): void;
766
+ describeBandwidthRateLimit(
767
+ args: DescribeBandwidthRateLimitCommandInput,
768
+ options?: __HttpHandlerOptions
769
+ ): Promise<DescribeBandwidthRateLimitCommandOutput>;
770
+ describeBandwidthRateLimit(
771
+ args: DescribeBandwidthRateLimitCommandInput,
772
+ cb: (err: any, data?: DescribeBandwidthRateLimitCommandOutput) => void
773
+ ): void;
774
+ describeBandwidthRateLimit(
775
+ args: DescribeBandwidthRateLimitCommandInput,
776
+ options: __HttpHandlerOptions,
777
+ cb: (err: any, data?: DescribeBandwidthRateLimitCommandOutput) => void
778
+ ): void;
779
+ describeBandwidthRateLimitSchedule(
780
+ args: DescribeBandwidthRateLimitScheduleCommandInput,
781
+ options?: __HttpHandlerOptions
782
+ ): Promise<DescribeBandwidthRateLimitScheduleCommandOutput>;
783
+ describeBandwidthRateLimitSchedule(
784
+ args: DescribeBandwidthRateLimitScheduleCommandInput,
785
+ cb: (
786
+ err: any,
787
+ data?: DescribeBandwidthRateLimitScheduleCommandOutput
788
+ ) => void
789
+ ): void;
790
+ describeBandwidthRateLimitSchedule(
791
+ args: DescribeBandwidthRateLimitScheduleCommandInput,
792
+ options: __HttpHandlerOptions,
793
+ cb: (
794
+ err: any,
795
+ data?: DescribeBandwidthRateLimitScheduleCommandOutput
796
+ ) => void
797
+ ): void;
798
+ describeCache(
799
+ args: DescribeCacheCommandInput,
800
+ options?: __HttpHandlerOptions
801
+ ): Promise<DescribeCacheCommandOutput>;
802
+ describeCache(
803
+ args: DescribeCacheCommandInput,
804
+ cb: (err: any, data?: DescribeCacheCommandOutput) => void
805
+ ): void;
806
+ describeCache(
807
+ args: DescribeCacheCommandInput,
808
+ options: __HttpHandlerOptions,
809
+ cb: (err: any, data?: DescribeCacheCommandOutput) => void
810
+ ): void;
811
+ describeCachediSCSIVolumes(
812
+ args: DescribeCachediSCSIVolumesCommandInput,
813
+ options?: __HttpHandlerOptions
814
+ ): Promise<DescribeCachediSCSIVolumesCommandOutput>;
815
+ describeCachediSCSIVolumes(
816
+ args: DescribeCachediSCSIVolumesCommandInput,
817
+ cb: (err: any, data?: DescribeCachediSCSIVolumesCommandOutput) => void
818
+ ): void;
819
+ describeCachediSCSIVolumes(
820
+ args: DescribeCachediSCSIVolumesCommandInput,
821
+ options: __HttpHandlerOptions,
822
+ cb: (err: any, data?: DescribeCachediSCSIVolumesCommandOutput) => void
823
+ ): void;
824
+ describeChapCredentials(
825
+ args: DescribeChapCredentialsCommandInput,
826
+ options?: __HttpHandlerOptions
827
+ ): Promise<DescribeChapCredentialsCommandOutput>;
828
+ describeChapCredentials(
829
+ args: DescribeChapCredentialsCommandInput,
830
+ cb: (err: any, data?: DescribeChapCredentialsCommandOutput) => void
831
+ ): void;
832
+ describeChapCredentials(
833
+ args: DescribeChapCredentialsCommandInput,
834
+ options: __HttpHandlerOptions,
835
+ cb: (err: any, data?: DescribeChapCredentialsCommandOutput) => void
836
+ ): void;
837
+ describeFileSystemAssociations(
838
+ args: DescribeFileSystemAssociationsCommandInput,
839
+ options?: __HttpHandlerOptions
840
+ ): Promise<DescribeFileSystemAssociationsCommandOutput>;
841
+ describeFileSystemAssociations(
842
+ args: DescribeFileSystemAssociationsCommandInput,
843
+ cb: (err: any, data?: DescribeFileSystemAssociationsCommandOutput) => void
844
+ ): void;
845
+ describeFileSystemAssociations(
846
+ args: DescribeFileSystemAssociationsCommandInput,
847
+ options: __HttpHandlerOptions,
848
+ cb: (err: any, data?: DescribeFileSystemAssociationsCommandOutput) => void
849
+ ): void;
850
+ describeGatewayInformation(
851
+ args: DescribeGatewayInformationCommandInput,
852
+ options?: __HttpHandlerOptions
853
+ ): Promise<DescribeGatewayInformationCommandOutput>;
854
+ describeGatewayInformation(
855
+ args: DescribeGatewayInformationCommandInput,
856
+ cb: (err: any, data?: DescribeGatewayInformationCommandOutput) => void
857
+ ): void;
858
+ describeGatewayInformation(
859
+ args: DescribeGatewayInformationCommandInput,
860
+ options: __HttpHandlerOptions,
861
+ cb: (err: any, data?: DescribeGatewayInformationCommandOutput) => void
862
+ ): void;
863
+ describeMaintenanceStartTime(
864
+ args: DescribeMaintenanceStartTimeCommandInput,
865
+ options?: __HttpHandlerOptions
866
+ ): Promise<DescribeMaintenanceStartTimeCommandOutput>;
867
+ describeMaintenanceStartTime(
868
+ args: DescribeMaintenanceStartTimeCommandInput,
869
+ cb: (err: any, data?: DescribeMaintenanceStartTimeCommandOutput) => void
870
+ ): void;
871
+ describeMaintenanceStartTime(
872
+ args: DescribeMaintenanceStartTimeCommandInput,
873
+ options: __HttpHandlerOptions,
874
+ cb: (err: any, data?: DescribeMaintenanceStartTimeCommandOutput) => void
875
+ ): void;
876
+ describeNFSFileShares(
877
+ args: DescribeNFSFileSharesCommandInput,
878
+ options?: __HttpHandlerOptions
879
+ ): Promise<DescribeNFSFileSharesCommandOutput>;
880
+ describeNFSFileShares(
881
+ args: DescribeNFSFileSharesCommandInput,
882
+ cb: (err: any, data?: DescribeNFSFileSharesCommandOutput) => void
883
+ ): void;
884
+ describeNFSFileShares(
885
+ args: DescribeNFSFileSharesCommandInput,
886
+ options: __HttpHandlerOptions,
887
+ cb: (err: any, data?: DescribeNFSFileSharesCommandOutput) => void
888
+ ): void;
889
+ describeSMBFileShares(
890
+ args: DescribeSMBFileSharesCommandInput,
891
+ options?: __HttpHandlerOptions
892
+ ): Promise<DescribeSMBFileSharesCommandOutput>;
893
+ describeSMBFileShares(
894
+ args: DescribeSMBFileSharesCommandInput,
895
+ cb: (err: any, data?: DescribeSMBFileSharesCommandOutput) => void
896
+ ): void;
897
+ describeSMBFileShares(
898
+ args: DescribeSMBFileSharesCommandInput,
899
+ options: __HttpHandlerOptions,
900
+ cb: (err: any, data?: DescribeSMBFileSharesCommandOutput) => void
901
+ ): void;
902
+ describeSMBSettings(
903
+ args: DescribeSMBSettingsCommandInput,
904
+ options?: __HttpHandlerOptions
905
+ ): Promise<DescribeSMBSettingsCommandOutput>;
906
+ describeSMBSettings(
907
+ args: DescribeSMBSettingsCommandInput,
908
+ cb: (err: any, data?: DescribeSMBSettingsCommandOutput) => void
909
+ ): void;
910
+ describeSMBSettings(
911
+ args: DescribeSMBSettingsCommandInput,
912
+ options: __HttpHandlerOptions,
913
+ cb: (err: any, data?: DescribeSMBSettingsCommandOutput) => void
914
+ ): void;
915
+ describeSnapshotSchedule(
916
+ args: DescribeSnapshotScheduleCommandInput,
917
+ options?: __HttpHandlerOptions
918
+ ): Promise<DescribeSnapshotScheduleCommandOutput>;
919
+ describeSnapshotSchedule(
920
+ args: DescribeSnapshotScheduleCommandInput,
921
+ cb: (err: any, data?: DescribeSnapshotScheduleCommandOutput) => void
922
+ ): void;
923
+ describeSnapshotSchedule(
924
+ args: DescribeSnapshotScheduleCommandInput,
925
+ options: __HttpHandlerOptions,
926
+ cb: (err: any, data?: DescribeSnapshotScheduleCommandOutput) => void
927
+ ): void;
928
+ describeStorediSCSIVolumes(
929
+ args: DescribeStorediSCSIVolumesCommandInput,
930
+ options?: __HttpHandlerOptions
931
+ ): Promise<DescribeStorediSCSIVolumesCommandOutput>;
932
+ describeStorediSCSIVolumes(
933
+ args: DescribeStorediSCSIVolumesCommandInput,
934
+ cb: (err: any, data?: DescribeStorediSCSIVolumesCommandOutput) => void
935
+ ): void;
936
+ describeStorediSCSIVolumes(
937
+ args: DescribeStorediSCSIVolumesCommandInput,
938
+ options: __HttpHandlerOptions,
939
+ cb: (err: any, data?: DescribeStorediSCSIVolumesCommandOutput) => void
940
+ ): void;
941
+ describeTapeArchives(
942
+ args: DescribeTapeArchivesCommandInput,
943
+ options?: __HttpHandlerOptions
944
+ ): Promise<DescribeTapeArchivesCommandOutput>;
945
+ describeTapeArchives(
946
+ args: DescribeTapeArchivesCommandInput,
947
+ cb: (err: any, data?: DescribeTapeArchivesCommandOutput) => void
948
+ ): void;
949
+ describeTapeArchives(
950
+ args: DescribeTapeArchivesCommandInput,
951
+ options: __HttpHandlerOptions,
952
+ cb: (err: any, data?: DescribeTapeArchivesCommandOutput) => void
953
+ ): void;
954
+ describeTapeRecoveryPoints(
955
+ args: DescribeTapeRecoveryPointsCommandInput,
956
+ options?: __HttpHandlerOptions
957
+ ): Promise<DescribeTapeRecoveryPointsCommandOutput>;
958
+ describeTapeRecoveryPoints(
959
+ args: DescribeTapeRecoveryPointsCommandInput,
960
+ cb: (err: any, data?: DescribeTapeRecoveryPointsCommandOutput) => void
961
+ ): void;
962
+ describeTapeRecoveryPoints(
963
+ args: DescribeTapeRecoveryPointsCommandInput,
964
+ options: __HttpHandlerOptions,
965
+ cb: (err: any, data?: DescribeTapeRecoveryPointsCommandOutput) => void
966
+ ): void;
967
+ describeTapes(
968
+ args: DescribeTapesCommandInput,
969
+ options?: __HttpHandlerOptions
970
+ ): Promise<DescribeTapesCommandOutput>;
971
+ describeTapes(
972
+ args: DescribeTapesCommandInput,
973
+ cb: (err: any, data?: DescribeTapesCommandOutput) => void
974
+ ): void;
975
+ describeTapes(
976
+ args: DescribeTapesCommandInput,
977
+ options: __HttpHandlerOptions,
978
+ cb: (err: any, data?: DescribeTapesCommandOutput) => void
979
+ ): void;
980
+ describeUploadBuffer(
981
+ args: DescribeUploadBufferCommandInput,
982
+ options?: __HttpHandlerOptions
983
+ ): Promise<DescribeUploadBufferCommandOutput>;
984
+ describeUploadBuffer(
985
+ args: DescribeUploadBufferCommandInput,
986
+ cb: (err: any, data?: DescribeUploadBufferCommandOutput) => void
987
+ ): void;
988
+ describeUploadBuffer(
989
+ args: DescribeUploadBufferCommandInput,
990
+ options: __HttpHandlerOptions,
991
+ cb: (err: any, data?: DescribeUploadBufferCommandOutput) => void
992
+ ): void;
993
+ describeVTLDevices(
994
+ args: DescribeVTLDevicesCommandInput,
995
+ options?: __HttpHandlerOptions
996
+ ): Promise<DescribeVTLDevicesCommandOutput>;
997
+ describeVTLDevices(
998
+ args: DescribeVTLDevicesCommandInput,
999
+ cb: (err: any, data?: DescribeVTLDevicesCommandOutput) => void
1000
+ ): void;
1001
+ describeVTLDevices(
1002
+ args: DescribeVTLDevicesCommandInput,
1003
+ options: __HttpHandlerOptions,
1004
+ cb: (err: any, data?: DescribeVTLDevicesCommandOutput) => void
1005
+ ): void;
1006
+ describeWorkingStorage(
1007
+ args: DescribeWorkingStorageCommandInput,
1008
+ options?: __HttpHandlerOptions
1009
+ ): Promise<DescribeWorkingStorageCommandOutput>;
1010
+ describeWorkingStorage(
1011
+ args: DescribeWorkingStorageCommandInput,
1012
+ cb: (err: any, data?: DescribeWorkingStorageCommandOutput) => void
1013
+ ): void;
1014
+ describeWorkingStorage(
1015
+ args: DescribeWorkingStorageCommandInput,
1016
+ options: __HttpHandlerOptions,
1017
+ cb: (err: any, data?: DescribeWorkingStorageCommandOutput) => void
1018
+ ): void;
1019
+ detachVolume(
1020
+ args: DetachVolumeCommandInput,
1021
+ options?: __HttpHandlerOptions
1022
+ ): Promise<DetachVolumeCommandOutput>;
1023
+ detachVolume(
1024
+ args: DetachVolumeCommandInput,
1025
+ cb: (err: any, data?: DetachVolumeCommandOutput) => void
1026
+ ): void;
1027
+ detachVolume(
1028
+ args: DetachVolumeCommandInput,
1029
+ options: __HttpHandlerOptions,
1030
+ cb: (err: any, data?: DetachVolumeCommandOutput) => void
1031
+ ): void;
1032
+ disableGateway(
1033
+ args: DisableGatewayCommandInput,
1034
+ options?: __HttpHandlerOptions
1035
+ ): Promise<DisableGatewayCommandOutput>;
1036
+ disableGateway(
1037
+ args: DisableGatewayCommandInput,
1038
+ cb: (err: any, data?: DisableGatewayCommandOutput) => void
1039
+ ): void;
1040
+ disableGateway(
1041
+ args: DisableGatewayCommandInput,
1042
+ options: __HttpHandlerOptions,
1043
+ cb: (err: any, data?: DisableGatewayCommandOutput) => void
1044
+ ): void;
1045
+ disassociateFileSystem(
1046
+ args: DisassociateFileSystemCommandInput,
1047
+ options?: __HttpHandlerOptions
1048
+ ): Promise<DisassociateFileSystemCommandOutput>;
1049
+ disassociateFileSystem(
1050
+ args: DisassociateFileSystemCommandInput,
1051
+ cb: (err: any, data?: DisassociateFileSystemCommandOutput) => void
1052
+ ): void;
1053
+ disassociateFileSystem(
1054
+ args: DisassociateFileSystemCommandInput,
1055
+ options: __HttpHandlerOptions,
1056
+ cb: (err: any, data?: DisassociateFileSystemCommandOutput) => void
1057
+ ): void;
1058
+ joinDomain(
1059
+ args: JoinDomainCommandInput,
1060
+ options?: __HttpHandlerOptions
1061
+ ): Promise<JoinDomainCommandOutput>;
1062
+ joinDomain(
1063
+ args: JoinDomainCommandInput,
1064
+ cb: (err: any, data?: JoinDomainCommandOutput) => void
1065
+ ): void;
1066
+ joinDomain(
1067
+ args: JoinDomainCommandInput,
1068
+ options: __HttpHandlerOptions,
1069
+ cb: (err: any, data?: JoinDomainCommandOutput) => void
1070
+ ): void;
1071
+ listAutomaticTapeCreationPolicies(
1072
+ args: ListAutomaticTapeCreationPoliciesCommandInput,
1073
+ options?: __HttpHandlerOptions
1074
+ ): Promise<ListAutomaticTapeCreationPoliciesCommandOutput>;
1075
+ listAutomaticTapeCreationPolicies(
1076
+ args: ListAutomaticTapeCreationPoliciesCommandInput,
1077
+ cb: (
1078
+ err: any,
1079
+ data?: ListAutomaticTapeCreationPoliciesCommandOutput
1080
+ ) => void
1081
+ ): void;
1082
+ listAutomaticTapeCreationPolicies(
1083
+ args: ListAutomaticTapeCreationPoliciesCommandInput,
1084
+ options: __HttpHandlerOptions,
1085
+ cb: (
1086
+ err: any,
1087
+ data?: ListAutomaticTapeCreationPoliciesCommandOutput
1088
+ ) => void
1089
+ ): void;
1090
+ listFileShares(
1091
+ args: ListFileSharesCommandInput,
1092
+ options?: __HttpHandlerOptions
1093
+ ): Promise<ListFileSharesCommandOutput>;
1094
+ listFileShares(
1095
+ args: ListFileSharesCommandInput,
1096
+ cb: (err: any, data?: ListFileSharesCommandOutput) => void
1097
+ ): void;
1098
+ listFileShares(
1099
+ args: ListFileSharesCommandInput,
1100
+ options: __HttpHandlerOptions,
1101
+ cb: (err: any, data?: ListFileSharesCommandOutput) => void
1102
+ ): void;
1103
+ listFileSystemAssociations(
1104
+ args: ListFileSystemAssociationsCommandInput,
1105
+ options?: __HttpHandlerOptions
1106
+ ): Promise<ListFileSystemAssociationsCommandOutput>;
1107
+ listFileSystemAssociations(
1108
+ args: ListFileSystemAssociationsCommandInput,
1109
+ cb: (err: any, data?: ListFileSystemAssociationsCommandOutput) => void
1110
+ ): void;
1111
+ listFileSystemAssociations(
1112
+ args: ListFileSystemAssociationsCommandInput,
1113
+ options: __HttpHandlerOptions,
1114
+ cb: (err: any, data?: ListFileSystemAssociationsCommandOutput) => void
1115
+ ): void;
1116
+ listGateways(
1117
+ args: ListGatewaysCommandInput,
1118
+ options?: __HttpHandlerOptions
1119
+ ): Promise<ListGatewaysCommandOutput>;
1120
+ listGateways(
1121
+ args: ListGatewaysCommandInput,
1122
+ cb: (err: any, data?: ListGatewaysCommandOutput) => void
1123
+ ): void;
1124
+ listGateways(
1125
+ args: ListGatewaysCommandInput,
1126
+ options: __HttpHandlerOptions,
1127
+ cb: (err: any, data?: ListGatewaysCommandOutput) => void
1128
+ ): void;
1129
+ listLocalDisks(
1130
+ args: ListLocalDisksCommandInput,
1131
+ options?: __HttpHandlerOptions
1132
+ ): Promise<ListLocalDisksCommandOutput>;
1133
+ listLocalDisks(
1134
+ args: ListLocalDisksCommandInput,
1135
+ cb: (err: any, data?: ListLocalDisksCommandOutput) => void
1136
+ ): void;
1137
+ listLocalDisks(
1138
+ args: ListLocalDisksCommandInput,
1139
+ options: __HttpHandlerOptions,
1140
+ cb: (err: any, data?: ListLocalDisksCommandOutput) => void
1141
+ ): void;
1142
+ listTagsForResource(
1143
+ args: ListTagsForResourceCommandInput,
1144
+ options?: __HttpHandlerOptions
1145
+ ): Promise<ListTagsForResourceCommandOutput>;
1146
+ listTagsForResource(
1147
+ args: ListTagsForResourceCommandInput,
1148
+ cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
1149
+ ): void;
1150
+ listTagsForResource(
1151
+ args: ListTagsForResourceCommandInput,
1152
+ options: __HttpHandlerOptions,
1153
+ cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
1154
+ ): void;
1155
+ listTapePools(
1156
+ args: ListTapePoolsCommandInput,
1157
+ options?: __HttpHandlerOptions
1158
+ ): Promise<ListTapePoolsCommandOutput>;
1159
+ listTapePools(
1160
+ args: ListTapePoolsCommandInput,
1161
+ cb: (err: any, data?: ListTapePoolsCommandOutput) => void
1162
+ ): void;
1163
+ listTapePools(
1164
+ args: ListTapePoolsCommandInput,
1165
+ options: __HttpHandlerOptions,
1166
+ cb: (err: any, data?: ListTapePoolsCommandOutput) => void
1167
+ ): void;
1168
+ listTapes(
1169
+ args: ListTapesCommandInput,
1170
+ options?: __HttpHandlerOptions
1171
+ ): Promise<ListTapesCommandOutput>;
1172
+ listTapes(
1173
+ args: ListTapesCommandInput,
1174
+ cb: (err: any, data?: ListTapesCommandOutput) => void
1175
+ ): void;
1176
+ listTapes(
1177
+ args: ListTapesCommandInput,
1178
+ options: __HttpHandlerOptions,
1179
+ cb: (err: any, data?: ListTapesCommandOutput) => void
1180
+ ): void;
1181
+ listVolumeInitiators(
1182
+ args: ListVolumeInitiatorsCommandInput,
1183
+ options?: __HttpHandlerOptions
1184
+ ): Promise<ListVolumeInitiatorsCommandOutput>;
1185
+ listVolumeInitiators(
1186
+ args: ListVolumeInitiatorsCommandInput,
1187
+ cb: (err: any, data?: ListVolumeInitiatorsCommandOutput) => void
1188
+ ): void;
1189
+ listVolumeInitiators(
1190
+ args: ListVolumeInitiatorsCommandInput,
1191
+ options: __HttpHandlerOptions,
1192
+ cb: (err: any, data?: ListVolumeInitiatorsCommandOutput) => void
1193
+ ): void;
1194
+ listVolumeRecoveryPoints(
1195
+ args: ListVolumeRecoveryPointsCommandInput,
1196
+ options?: __HttpHandlerOptions
1197
+ ): Promise<ListVolumeRecoveryPointsCommandOutput>;
1198
+ listVolumeRecoveryPoints(
1199
+ args: ListVolumeRecoveryPointsCommandInput,
1200
+ cb: (err: any, data?: ListVolumeRecoveryPointsCommandOutput) => void
1201
+ ): void;
1202
+ listVolumeRecoveryPoints(
1203
+ args: ListVolumeRecoveryPointsCommandInput,
1204
+ options: __HttpHandlerOptions,
1205
+ cb: (err: any, data?: ListVolumeRecoveryPointsCommandOutput) => void
1206
+ ): void;
1207
+ listVolumes(
1208
+ args: ListVolumesCommandInput,
1209
+ options?: __HttpHandlerOptions
1210
+ ): Promise<ListVolumesCommandOutput>;
1211
+ listVolumes(
1212
+ args: ListVolumesCommandInput,
1213
+ cb: (err: any, data?: ListVolumesCommandOutput) => void
1214
+ ): void;
1215
+ listVolumes(
1216
+ args: ListVolumesCommandInput,
1217
+ options: __HttpHandlerOptions,
1218
+ cb: (err: any, data?: ListVolumesCommandOutput) => void
1219
+ ): void;
1220
+ notifyWhenUploaded(
1221
+ args: NotifyWhenUploadedCommandInput,
1222
+ options?: __HttpHandlerOptions
1223
+ ): Promise<NotifyWhenUploadedCommandOutput>;
1224
+ notifyWhenUploaded(
1225
+ args: NotifyWhenUploadedCommandInput,
1226
+ cb: (err: any, data?: NotifyWhenUploadedCommandOutput) => void
1227
+ ): void;
1228
+ notifyWhenUploaded(
1229
+ args: NotifyWhenUploadedCommandInput,
1230
+ options: __HttpHandlerOptions,
1231
+ cb: (err: any, data?: NotifyWhenUploadedCommandOutput) => void
1232
+ ): void;
1233
+ refreshCache(
1234
+ args: RefreshCacheCommandInput,
1235
+ options?: __HttpHandlerOptions
1236
+ ): Promise<RefreshCacheCommandOutput>;
1237
+ refreshCache(
1238
+ args: RefreshCacheCommandInput,
1239
+ cb: (err: any, data?: RefreshCacheCommandOutput) => void
1240
+ ): void;
1241
+ refreshCache(
1242
+ args: RefreshCacheCommandInput,
1243
+ options: __HttpHandlerOptions,
1244
+ cb: (err: any, data?: RefreshCacheCommandOutput) => void
1245
+ ): void;
1246
+ removeTagsFromResource(
1247
+ args: RemoveTagsFromResourceCommandInput,
1248
+ options?: __HttpHandlerOptions
1249
+ ): Promise<RemoveTagsFromResourceCommandOutput>;
1250
+ removeTagsFromResource(
1251
+ args: RemoveTagsFromResourceCommandInput,
1252
+ cb: (err: any, data?: RemoveTagsFromResourceCommandOutput) => void
1253
+ ): void;
1254
+ removeTagsFromResource(
1255
+ args: RemoveTagsFromResourceCommandInput,
1256
+ options: __HttpHandlerOptions,
1257
+ cb: (err: any, data?: RemoveTagsFromResourceCommandOutput) => void
1258
+ ): void;
1259
+ resetCache(
1260
+ args: ResetCacheCommandInput,
1261
+ options?: __HttpHandlerOptions
1262
+ ): Promise<ResetCacheCommandOutput>;
1263
+ resetCache(
1264
+ args: ResetCacheCommandInput,
1265
+ cb: (err: any, data?: ResetCacheCommandOutput) => void
1266
+ ): void;
1267
+ resetCache(
1268
+ args: ResetCacheCommandInput,
1269
+ options: __HttpHandlerOptions,
1270
+ cb: (err: any, data?: ResetCacheCommandOutput) => void
1271
+ ): void;
1272
+ retrieveTapeArchive(
1273
+ args: RetrieveTapeArchiveCommandInput,
1274
+ options?: __HttpHandlerOptions
1275
+ ): Promise<RetrieveTapeArchiveCommandOutput>;
1276
+ retrieveTapeArchive(
1277
+ args: RetrieveTapeArchiveCommandInput,
1278
+ cb: (err: any, data?: RetrieveTapeArchiveCommandOutput) => void
1279
+ ): void;
1280
+ retrieveTapeArchive(
1281
+ args: RetrieveTapeArchiveCommandInput,
1282
+ options: __HttpHandlerOptions,
1283
+ cb: (err: any, data?: RetrieveTapeArchiveCommandOutput) => void
1284
+ ): void;
1285
+ retrieveTapeRecoveryPoint(
1286
+ args: RetrieveTapeRecoveryPointCommandInput,
1287
+ options?: __HttpHandlerOptions
1288
+ ): Promise<RetrieveTapeRecoveryPointCommandOutput>;
1289
+ retrieveTapeRecoveryPoint(
1290
+ args: RetrieveTapeRecoveryPointCommandInput,
1291
+ cb: (err: any, data?: RetrieveTapeRecoveryPointCommandOutput) => void
1292
+ ): void;
1293
+ retrieveTapeRecoveryPoint(
1294
+ args: RetrieveTapeRecoveryPointCommandInput,
1295
+ options: __HttpHandlerOptions,
1296
+ cb: (err: any, data?: RetrieveTapeRecoveryPointCommandOutput) => void
1297
+ ): void;
1298
+ setLocalConsolePassword(
1299
+ args: SetLocalConsolePasswordCommandInput,
1300
+ options?: __HttpHandlerOptions
1301
+ ): Promise<SetLocalConsolePasswordCommandOutput>;
1302
+ setLocalConsolePassword(
1303
+ args: SetLocalConsolePasswordCommandInput,
1304
+ cb: (err: any, data?: SetLocalConsolePasswordCommandOutput) => void
1305
+ ): void;
1306
+ setLocalConsolePassword(
1307
+ args: SetLocalConsolePasswordCommandInput,
1308
+ options: __HttpHandlerOptions,
1309
+ cb: (err: any, data?: SetLocalConsolePasswordCommandOutput) => void
1310
+ ): void;
1311
+ setSMBGuestPassword(
1312
+ args: SetSMBGuestPasswordCommandInput,
1313
+ options?: __HttpHandlerOptions
1314
+ ): Promise<SetSMBGuestPasswordCommandOutput>;
1315
+ setSMBGuestPassword(
1316
+ args: SetSMBGuestPasswordCommandInput,
1317
+ cb: (err: any, data?: SetSMBGuestPasswordCommandOutput) => void
1318
+ ): void;
1319
+ setSMBGuestPassword(
1320
+ args: SetSMBGuestPasswordCommandInput,
1321
+ options: __HttpHandlerOptions,
1322
+ cb: (err: any, data?: SetSMBGuestPasswordCommandOutput) => void
1323
+ ): void;
1324
+ shutdownGateway(
1325
+ args: ShutdownGatewayCommandInput,
1326
+ options?: __HttpHandlerOptions
1327
+ ): Promise<ShutdownGatewayCommandOutput>;
1328
+ shutdownGateway(
1329
+ args: ShutdownGatewayCommandInput,
1330
+ cb: (err: any, data?: ShutdownGatewayCommandOutput) => void
1331
+ ): void;
1332
+ shutdownGateway(
1333
+ args: ShutdownGatewayCommandInput,
1334
+ options: __HttpHandlerOptions,
1335
+ cb: (err: any, data?: ShutdownGatewayCommandOutput) => void
1336
+ ): void;
1337
+ startAvailabilityMonitorTest(
1338
+ args: StartAvailabilityMonitorTestCommandInput,
1339
+ options?: __HttpHandlerOptions
1340
+ ): Promise<StartAvailabilityMonitorTestCommandOutput>;
1341
+ startAvailabilityMonitorTest(
1342
+ args: StartAvailabilityMonitorTestCommandInput,
1343
+ cb: (err: any, data?: StartAvailabilityMonitorTestCommandOutput) => void
1344
+ ): void;
1345
+ startAvailabilityMonitorTest(
1346
+ args: StartAvailabilityMonitorTestCommandInput,
1347
+ options: __HttpHandlerOptions,
1348
+ cb: (err: any, data?: StartAvailabilityMonitorTestCommandOutput) => void
1349
+ ): void;
1350
+ startGateway(
1351
+ args: StartGatewayCommandInput,
1352
+ options?: __HttpHandlerOptions
1353
+ ): Promise<StartGatewayCommandOutput>;
1354
+ startGateway(
1355
+ args: StartGatewayCommandInput,
1356
+ cb: (err: any, data?: StartGatewayCommandOutput) => void
1357
+ ): void;
1358
+ startGateway(
1359
+ args: StartGatewayCommandInput,
1360
+ options: __HttpHandlerOptions,
1361
+ cb: (err: any, data?: StartGatewayCommandOutput) => void
1362
+ ): void;
1363
+ updateAutomaticTapeCreationPolicy(
1364
+ args: UpdateAutomaticTapeCreationPolicyCommandInput,
1365
+ options?: __HttpHandlerOptions
1366
+ ): Promise<UpdateAutomaticTapeCreationPolicyCommandOutput>;
1367
+ updateAutomaticTapeCreationPolicy(
1368
+ args: UpdateAutomaticTapeCreationPolicyCommandInput,
1369
+ cb: (
1370
+ err: any,
1371
+ data?: UpdateAutomaticTapeCreationPolicyCommandOutput
1372
+ ) => void
1373
+ ): void;
1374
+ updateAutomaticTapeCreationPolicy(
1375
+ args: UpdateAutomaticTapeCreationPolicyCommandInput,
1376
+ options: __HttpHandlerOptions,
1377
+ cb: (
1378
+ err: any,
1379
+ data?: UpdateAutomaticTapeCreationPolicyCommandOutput
1380
+ ) => void
1381
+ ): void;
1382
+ updateBandwidthRateLimit(
1383
+ args: UpdateBandwidthRateLimitCommandInput,
1384
+ options?: __HttpHandlerOptions
1385
+ ): Promise<UpdateBandwidthRateLimitCommandOutput>;
1386
+ updateBandwidthRateLimit(
1387
+ args: UpdateBandwidthRateLimitCommandInput,
1388
+ cb: (err: any, data?: UpdateBandwidthRateLimitCommandOutput) => void
1389
+ ): void;
1390
+ updateBandwidthRateLimit(
1391
+ args: UpdateBandwidthRateLimitCommandInput,
1392
+ options: __HttpHandlerOptions,
1393
+ cb: (err: any, data?: UpdateBandwidthRateLimitCommandOutput) => void
1394
+ ): void;
1395
+ updateBandwidthRateLimitSchedule(
1396
+ args: UpdateBandwidthRateLimitScheduleCommandInput,
1397
+ options?: __HttpHandlerOptions
1398
+ ): Promise<UpdateBandwidthRateLimitScheduleCommandOutput>;
1399
+ updateBandwidthRateLimitSchedule(
1400
+ args: UpdateBandwidthRateLimitScheduleCommandInput,
1401
+ cb: (err: any, data?: UpdateBandwidthRateLimitScheduleCommandOutput) => void
1402
+ ): void;
1403
+ updateBandwidthRateLimitSchedule(
1404
+ args: UpdateBandwidthRateLimitScheduleCommandInput,
1405
+ options: __HttpHandlerOptions,
1406
+ cb: (err: any, data?: UpdateBandwidthRateLimitScheduleCommandOutput) => void
1407
+ ): void;
1408
+ updateChapCredentials(
1409
+ args: UpdateChapCredentialsCommandInput,
1410
+ options?: __HttpHandlerOptions
1411
+ ): Promise<UpdateChapCredentialsCommandOutput>;
1412
+ updateChapCredentials(
1413
+ args: UpdateChapCredentialsCommandInput,
1414
+ cb: (err: any, data?: UpdateChapCredentialsCommandOutput) => void
1415
+ ): void;
1416
+ updateChapCredentials(
1417
+ args: UpdateChapCredentialsCommandInput,
1418
+ options: __HttpHandlerOptions,
1419
+ cb: (err: any, data?: UpdateChapCredentialsCommandOutput) => void
1420
+ ): void;
1421
+ updateFileSystemAssociation(
1422
+ args: UpdateFileSystemAssociationCommandInput,
1423
+ options?: __HttpHandlerOptions
1424
+ ): Promise<UpdateFileSystemAssociationCommandOutput>;
1425
+ updateFileSystemAssociation(
1426
+ args: UpdateFileSystemAssociationCommandInput,
1427
+ cb: (err: any, data?: UpdateFileSystemAssociationCommandOutput) => void
1428
+ ): void;
1429
+ updateFileSystemAssociation(
1430
+ args: UpdateFileSystemAssociationCommandInput,
1431
+ options: __HttpHandlerOptions,
1432
+ cb: (err: any, data?: UpdateFileSystemAssociationCommandOutput) => void
1433
+ ): void;
1434
+ updateGatewayInformation(
1435
+ args: UpdateGatewayInformationCommandInput,
1436
+ options?: __HttpHandlerOptions
1437
+ ): Promise<UpdateGatewayInformationCommandOutput>;
1438
+ updateGatewayInformation(
1439
+ args: UpdateGatewayInformationCommandInput,
1440
+ cb: (err: any, data?: UpdateGatewayInformationCommandOutput) => void
1441
+ ): void;
1442
+ updateGatewayInformation(
1443
+ args: UpdateGatewayInformationCommandInput,
1444
+ options: __HttpHandlerOptions,
1445
+ cb: (err: any, data?: UpdateGatewayInformationCommandOutput) => void
1446
+ ): void;
1447
+ updateGatewaySoftwareNow(
1448
+ args: UpdateGatewaySoftwareNowCommandInput,
1449
+ options?: __HttpHandlerOptions
1450
+ ): Promise<UpdateGatewaySoftwareNowCommandOutput>;
1451
+ updateGatewaySoftwareNow(
1452
+ args: UpdateGatewaySoftwareNowCommandInput,
1453
+ cb: (err: any, data?: UpdateGatewaySoftwareNowCommandOutput) => void
1454
+ ): void;
1455
+ updateGatewaySoftwareNow(
1456
+ args: UpdateGatewaySoftwareNowCommandInput,
1457
+ options: __HttpHandlerOptions,
1458
+ cb: (err: any, data?: UpdateGatewaySoftwareNowCommandOutput) => void
1459
+ ): void;
1460
+ updateMaintenanceStartTime(
1461
+ args: UpdateMaintenanceStartTimeCommandInput,
1462
+ options?: __HttpHandlerOptions
1463
+ ): Promise<UpdateMaintenanceStartTimeCommandOutput>;
1464
+ updateMaintenanceStartTime(
1465
+ args: UpdateMaintenanceStartTimeCommandInput,
1466
+ cb: (err: any, data?: UpdateMaintenanceStartTimeCommandOutput) => void
1467
+ ): void;
1468
+ updateMaintenanceStartTime(
1469
+ args: UpdateMaintenanceStartTimeCommandInput,
1470
+ options: __HttpHandlerOptions,
1471
+ cb: (err: any, data?: UpdateMaintenanceStartTimeCommandOutput) => void
1472
+ ): void;
1473
+ updateNFSFileShare(
1474
+ args: UpdateNFSFileShareCommandInput,
1475
+ options?: __HttpHandlerOptions
1476
+ ): Promise<UpdateNFSFileShareCommandOutput>;
1477
+ updateNFSFileShare(
1478
+ args: UpdateNFSFileShareCommandInput,
1479
+ cb: (err: any, data?: UpdateNFSFileShareCommandOutput) => void
1480
+ ): void;
1481
+ updateNFSFileShare(
1482
+ args: UpdateNFSFileShareCommandInput,
1483
+ options: __HttpHandlerOptions,
1484
+ cb: (err: any, data?: UpdateNFSFileShareCommandOutput) => void
1485
+ ): void;
1486
+ updateSMBFileShare(
1487
+ args: UpdateSMBFileShareCommandInput,
1488
+ options?: __HttpHandlerOptions
1489
+ ): Promise<UpdateSMBFileShareCommandOutput>;
1490
+ updateSMBFileShare(
1491
+ args: UpdateSMBFileShareCommandInput,
1492
+ cb: (err: any, data?: UpdateSMBFileShareCommandOutput) => void
1493
+ ): void;
1494
+ updateSMBFileShare(
1495
+ args: UpdateSMBFileShareCommandInput,
1496
+ options: __HttpHandlerOptions,
1497
+ cb: (err: any, data?: UpdateSMBFileShareCommandOutput) => void
1498
+ ): void;
1499
+ updateSMBFileShareVisibility(
1500
+ args: UpdateSMBFileShareVisibilityCommandInput,
1501
+ options?: __HttpHandlerOptions
1502
+ ): Promise<UpdateSMBFileShareVisibilityCommandOutput>;
1503
+ updateSMBFileShareVisibility(
1504
+ args: UpdateSMBFileShareVisibilityCommandInput,
1505
+ cb: (err: any, data?: UpdateSMBFileShareVisibilityCommandOutput) => void
1506
+ ): void;
1507
+ updateSMBFileShareVisibility(
1508
+ args: UpdateSMBFileShareVisibilityCommandInput,
1509
+ options: __HttpHandlerOptions,
1510
+ cb: (err: any, data?: UpdateSMBFileShareVisibilityCommandOutput) => void
1511
+ ): void;
1512
+ updateSMBLocalGroups(
1513
+ args: UpdateSMBLocalGroupsCommandInput,
1514
+ options?: __HttpHandlerOptions
1515
+ ): Promise<UpdateSMBLocalGroupsCommandOutput>;
1516
+ updateSMBLocalGroups(
1517
+ args: UpdateSMBLocalGroupsCommandInput,
1518
+ cb: (err: any, data?: UpdateSMBLocalGroupsCommandOutput) => void
1519
+ ): void;
1520
+ updateSMBLocalGroups(
1521
+ args: UpdateSMBLocalGroupsCommandInput,
1522
+ options: __HttpHandlerOptions,
1523
+ cb: (err: any, data?: UpdateSMBLocalGroupsCommandOutput) => void
1524
+ ): void;
1525
+ updateSMBSecurityStrategy(
1526
+ args: UpdateSMBSecurityStrategyCommandInput,
1527
+ options?: __HttpHandlerOptions
1528
+ ): Promise<UpdateSMBSecurityStrategyCommandOutput>;
1529
+ updateSMBSecurityStrategy(
1530
+ args: UpdateSMBSecurityStrategyCommandInput,
1531
+ cb: (err: any, data?: UpdateSMBSecurityStrategyCommandOutput) => void
1532
+ ): void;
1533
+ updateSMBSecurityStrategy(
1534
+ args: UpdateSMBSecurityStrategyCommandInput,
1535
+ options: __HttpHandlerOptions,
1536
+ cb: (err: any, data?: UpdateSMBSecurityStrategyCommandOutput) => void
1537
+ ): void;
1538
+ updateSnapshotSchedule(
1539
+ args: UpdateSnapshotScheduleCommandInput,
1540
+ options?: __HttpHandlerOptions
1541
+ ): Promise<UpdateSnapshotScheduleCommandOutput>;
1542
+ updateSnapshotSchedule(
1543
+ args: UpdateSnapshotScheduleCommandInput,
1544
+ cb: (err: any, data?: UpdateSnapshotScheduleCommandOutput) => void
1545
+ ): void;
1546
+ updateSnapshotSchedule(
1547
+ args: UpdateSnapshotScheduleCommandInput,
1548
+ options: __HttpHandlerOptions,
1549
+ cb: (err: any, data?: UpdateSnapshotScheduleCommandOutput) => void
1550
+ ): void;
1551
+ updateVTLDeviceType(
1552
+ args: UpdateVTLDeviceTypeCommandInput,
1553
+ options?: __HttpHandlerOptions
1554
+ ): Promise<UpdateVTLDeviceTypeCommandOutput>;
1555
+ updateVTLDeviceType(
1556
+ args: UpdateVTLDeviceTypeCommandInput,
1557
+ cb: (err: any, data?: UpdateVTLDeviceTypeCommandOutput) => void
1558
+ ): void;
1559
+ updateVTLDeviceType(
1560
+ args: UpdateVTLDeviceTypeCommandInput,
1561
+ options: __HttpHandlerOptions,
1562
+ cb: (err: any, data?: UpdateVTLDeviceTypeCommandOutput) => void
1563
+ ): void;
1564
+ }