@aws-sdk/client-storage-gateway 3.193.0 → 3.195.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 (392) hide show
  1. package/CHANGELOG.md +19 -0
  2. package/dist-cjs/StorageGatewayClient.js +11 -8
  3. package/dist-cjs/commands/ActivateGatewayCommand.js +10 -0
  4. package/dist-cjs/commands/AddCacheCommand.js +10 -0
  5. package/dist-cjs/commands/AddTagsToResourceCommand.js +10 -0
  6. package/dist-cjs/commands/AddUploadBufferCommand.js +10 -0
  7. package/dist-cjs/commands/AddWorkingStorageCommand.js +10 -0
  8. package/dist-cjs/commands/AssignTapePoolCommand.js +10 -0
  9. package/dist-cjs/commands/AssociateFileSystemCommand.js +10 -0
  10. package/dist-cjs/commands/AttachVolumeCommand.js +10 -0
  11. package/dist-cjs/commands/CancelArchivalCommand.js +10 -0
  12. package/dist-cjs/commands/CancelRetrievalCommand.js +10 -0
  13. package/dist-cjs/commands/CreateCachediSCSIVolumeCommand.js +10 -0
  14. package/dist-cjs/commands/CreateNFSFileShareCommand.js +10 -0
  15. package/dist-cjs/commands/CreateSMBFileShareCommand.js +10 -0
  16. package/dist-cjs/commands/CreateSnapshotCommand.js +10 -0
  17. package/dist-cjs/commands/CreateSnapshotFromVolumeRecoveryPointCommand.js +10 -0
  18. package/dist-cjs/commands/CreateStorediSCSIVolumeCommand.js +10 -0
  19. package/dist-cjs/commands/CreateTapePoolCommand.js +10 -0
  20. package/dist-cjs/commands/CreateTapeWithBarcodeCommand.js +10 -0
  21. package/dist-cjs/commands/CreateTapesCommand.js +10 -0
  22. package/dist-cjs/commands/DeleteAutomaticTapeCreationPolicyCommand.js +10 -0
  23. package/dist-cjs/commands/DeleteBandwidthRateLimitCommand.js +10 -0
  24. package/dist-cjs/commands/DeleteChapCredentialsCommand.js +10 -0
  25. package/dist-cjs/commands/DeleteFileShareCommand.js +10 -0
  26. package/dist-cjs/commands/DeleteGatewayCommand.js +10 -0
  27. package/dist-cjs/commands/DeleteSnapshotScheduleCommand.js +10 -0
  28. package/dist-cjs/commands/DeleteTapeArchiveCommand.js +10 -0
  29. package/dist-cjs/commands/DeleteTapeCommand.js +10 -0
  30. package/dist-cjs/commands/DeleteTapePoolCommand.js +10 -0
  31. package/dist-cjs/commands/DeleteVolumeCommand.js +10 -0
  32. package/dist-cjs/commands/DescribeAvailabilityMonitorTestCommand.js +10 -0
  33. package/dist-cjs/commands/DescribeBandwidthRateLimitCommand.js +10 -0
  34. package/dist-cjs/commands/DescribeBandwidthRateLimitScheduleCommand.js +10 -0
  35. package/dist-cjs/commands/DescribeCacheCommand.js +10 -0
  36. package/dist-cjs/commands/DescribeCachediSCSIVolumesCommand.js +10 -0
  37. package/dist-cjs/commands/DescribeChapCredentialsCommand.js +10 -0
  38. package/dist-cjs/commands/DescribeFileSystemAssociationsCommand.js +10 -0
  39. package/dist-cjs/commands/DescribeGatewayInformationCommand.js +10 -0
  40. package/dist-cjs/commands/DescribeMaintenanceStartTimeCommand.js +10 -0
  41. package/dist-cjs/commands/DescribeNFSFileSharesCommand.js +10 -0
  42. package/dist-cjs/commands/DescribeSMBFileSharesCommand.js +10 -0
  43. package/dist-cjs/commands/DescribeSMBSettingsCommand.js +10 -0
  44. package/dist-cjs/commands/DescribeSnapshotScheduleCommand.js +10 -0
  45. package/dist-cjs/commands/DescribeStorediSCSIVolumesCommand.js +10 -0
  46. package/dist-cjs/commands/DescribeTapeArchivesCommand.js +10 -0
  47. package/dist-cjs/commands/DescribeTapeRecoveryPointsCommand.js +10 -0
  48. package/dist-cjs/commands/DescribeTapesCommand.js +10 -0
  49. package/dist-cjs/commands/DescribeUploadBufferCommand.js +10 -0
  50. package/dist-cjs/commands/DescribeVTLDevicesCommand.js +10 -0
  51. package/dist-cjs/commands/DescribeWorkingStorageCommand.js +10 -0
  52. package/dist-cjs/commands/DetachVolumeCommand.js +10 -0
  53. package/dist-cjs/commands/DisableGatewayCommand.js +10 -0
  54. package/dist-cjs/commands/DisassociateFileSystemCommand.js +10 -0
  55. package/dist-cjs/commands/JoinDomainCommand.js +10 -0
  56. package/dist-cjs/commands/ListAutomaticTapeCreationPoliciesCommand.js +10 -0
  57. package/dist-cjs/commands/ListFileSharesCommand.js +10 -0
  58. package/dist-cjs/commands/ListFileSystemAssociationsCommand.js +10 -0
  59. package/dist-cjs/commands/ListGatewaysCommand.js +10 -0
  60. package/dist-cjs/commands/ListLocalDisksCommand.js +10 -0
  61. package/dist-cjs/commands/ListTagsForResourceCommand.js +10 -0
  62. package/dist-cjs/commands/ListTapePoolsCommand.js +10 -0
  63. package/dist-cjs/commands/ListTapesCommand.js +10 -0
  64. package/dist-cjs/commands/ListVolumeInitiatorsCommand.js +10 -0
  65. package/dist-cjs/commands/ListVolumeRecoveryPointsCommand.js +10 -0
  66. package/dist-cjs/commands/ListVolumesCommand.js +10 -0
  67. package/dist-cjs/commands/NotifyWhenUploadedCommand.js +10 -0
  68. package/dist-cjs/commands/RefreshCacheCommand.js +10 -0
  69. package/dist-cjs/commands/RemoveTagsFromResourceCommand.js +10 -0
  70. package/dist-cjs/commands/ResetCacheCommand.js +10 -0
  71. package/dist-cjs/commands/RetrieveTapeArchiveCommand.js +10 -0
  72. package/dist-cjs/commands/RetrieveTapeRecoveryPointCommand.js +10 -0
  73. package/dist-cjs/commands/SetLocalConsolePasswordCommand.js +10 -0
  74. package/dist-cjs/commands/SetSMBGuestPasswordCommand.js +10 -0
  75. package/dist-cjs/commands/ShutdownGatewayCommand.js +10 -0
  76. package/dist-cjs/commands/StartAvailabilityMonitorTestCommand.js +10 -0
  77. package/dist-cjs/commands/StartGatewayCommand.js +10 -0
  78. package/dist-cjs/commands/UpdateAutomaticTapeCreationPolicyCommand.js +10 -0
  79. package/dist-cjs/commands/UpdateBandwidthRateLimitCommand.js +10 -0
  80. package/dist-cjs/commands/UpdateBandwidthRateLimitScheduleCommand.js +10 -0
  81. package/dist-cjs/commands/UpdateChapCredentialsCommand.js +10 -0
  82. package/dist-cjs/commands/UpdateFileSystemAssociationCommand.js +10 -0
  83. package/dist-cjs/commands/UpdateGatewayInformationCommand.js +10 -0
  84. package/dist-cjs/commands/UpdateGatewaySoftwareNowCommand.js +10 -0
  85. package/dist-cjs/commands/UpdateMaintenanceStartTimeCommand.js +10 -0
  86. package/dist-cjs/commands/UpdateNFSFileShareCommand.js +10 -0
  87. package/dist-cjs/commands/UpdateSMBFileShareCommand.js +10 -0
  88. package/dist-cjs/commands/UpdateSMBFileShareVisibilityCommand.js +10 -0
  89. package/dist-cjs/commands/UpdateSMBLocalGroupsCommand.js +10 -0
  90. package/dist-cjs/commands/UpdateSMBSecurityStrategyCommand.js +10 -0
  91. package/dist-cjs/commands/UpdateSnapshotScheduleCommand.js +10 -0
  92. package/dist-cjs/commands/UpdateVTLDeviceTypeCommand.js +10 -0
  93. package/dist-cjs/endpoint/EndpointParameters.js +13 -0
  94. package/dist-cjs/endpoint/endpointResolver.js +12 -0
  95. package/dist-cjs/endpoint/ruleset.js +318 -0
  96. package/dist-cjs/runtimeConfig.shared.js +3 -3
  97. package/dist-es/StorageGatewayClient.js +12 -9
  98. package/dist-es/commands/ActivateGatewayCommand.js +10 -0
  99. package/dist-es/commands/AddCacheCommand.js +10 -0
  100. package/dist-es/commands/AddTagsToResourceCommand.js +10 -0
  101. package/dist-es/commands/AddUploadBufferCommand.js +10 -0
  102. package/dist-es/commands/AddWorkingStorageCommand.js +10 -0
  103. package/dist-es/commands/AssignTapePoolCommand.js +10 -0
  104. package/dist-es/commands/AssociateFileSystemCommand.js +10 -0
  105. package/dist-es/commands/AttachVolumeCommand.js +10 -0
  106. package/dist-es/commands/CancelArchivalCommand.js +10 -0
  107. package/dist-es/commands/CancelRetrievalCommand.js +10 -0
  108. package/dist-es/commands/CreateCachediSCSIVolumeCommand.js +10 -0
  109. package/dist-es/commands/CreateNFSFileShareCommand.js +10 -0
  110. package/dist-es/commands/CreateSMBFileShareCommand.js +10 -0
  111. package/dist-es/commands/CreateSnapshotCommand.js +10 -0
  112. package/dist-es/commands/CreateSnapshotFromVolumeRecoveryPointCommand.js +10 -0
  113. package/dist-es/commands/CreateStorediSCSIVolumeCommand.js +10 -0
  114. package/dist-es/commands/CreateTapePoolCommand.js +10 -0
  115. package/dist-es/commands/CreateTapeWithBarcodeCommand.js +10 -0
  116. package/dist-es/commands/CreateTapesCommand.js +10 -0
  117. package/dist-es/commands/DeleteAutomaticTapeCreationPolicyCommand.js +10 -0
  118. package/dist-es/commands/DeleteBandwidthRateLimitCommand.js +10 -0
  119. package/dist-es/commands/DeleteChapCredentialsCommand.js +10 -0
  120. package/dist-es/commands/DeleteFileShareCommand.js +10 -0
  121. package/dist-es/commands/DeleteGatewayCommand.js +10 -0
  122. package/dist-es/commands/DeleteSnapshotScheduleCommand.js +10 -0
  123. package/dist-es/commands/DeleteTapeArchiveCommand.js +10 -0
  124. package/dist-es/commands/DeleteTapeCommand.js +10 -0
  125. package/dist-es/commands/DeleteTapePoolCommand.js +10 -0
  126. package/dist-es/commands/DeleteVolumeCommand.js +10 -0
  127. package/dist-es/commands/DescribeAvailabilityMonitorTestCommand.js +10 -0
  128. package/dist-es/commands/DescribeBandwidthRateLimitCommand.js +10 -0
  129. package/dist-es/commands/DescribeBandwidthRateLimitScheduleCommand.js +10 -0
  130. package/dist-es/commands/DescribeCacheCommand.js +10 -0
  131. package/dist-es/commands/DescribeCachediSCSIVolumesCommand.js +10 -0
  132. package/dist-es/commands/DescribeChapCredentialsCommand.js +10 -0
  133. package/dist-es/commands/DescribeFileSystemAssociationsCommand.js +10 -0
  134. package/dist-es/commands/DescribeGatewayInformationCommand.js +10 -0
  135. package/dist-es/commands/DescribeMaintenanceStartTimeCommand.js +10 -0
  136. package/dist-es/commands/DescribeNFSFileSharesCommand.js +10 -0
  137. package/dist-es/commands/DescribeSMBFileSharesCommand.js +10 -0
  138. package/dist-es/commands/DescribeSMBSettingsCommand.js +10 -0
  139. package/dist-es/commands/DescribeSnapshotScheduleCommand.js +10 -0
  140. package/dist-es/commands/DescribeStorediSCSIVolumesCommand.js +10 -0
  141. package/dist-es/commands/DescribeTapeArchivesCommand.js +10 -0
  142. package/dist-es/commands/DescribeTapeRecoveryPointsCommand.js +10 -0
  143. package/dist-es/commands/DescribeTapesCommand.js +10 -0
  144. package/dist-es/commands/DescribeUploadBufferCommand.js +10 -0
  145. package/dist-es/commands/DescribeVTLDevicesCommand.js +10 -0
  146. package/dist-es/commands/DescribeWorkingStorageCommand.js +10 -0
  147. package/dist-es/commands/DetachVolumeCommand.js +10 -0
  148. package/dist-es/commands/DisableGatewayCommand.js +10 -0
  149. package/dist-es/commands/DisassociateFileSystemCommand.js +10 -0
  150. package/dist-es/commands/JoinDomainCommand.js +10 -0
  151. package/dist-es/commands/ListAutomaticTapeCreationPoliciesCommand.js +10 -0
  152. package/dist-es/commands/ListFileSharesCommand.js +10 -0
  153. package/dist-es/commands/ListFileSystemAssociationsCommand.js +10 -0
  154. package/dist-es/commands/ListGatewaysCommand.js +10 -0
  155. package/dist-es/commands/ListLocalDisksCommand.js +10 -0
  156. package/dist-es/commands/ListTagsForResourceCommand.js +10 -0
  157. package/dist-es/commands/ListTapePoolsCommand.js +10 -0
  158. package/dist-es/commands/ListTapesCommand.js +10 -0
  159. package/dist-es/commands/ListVolumeInitiatorsCommand.js +10 -0
  160. package/dist-es/commands/ListVolumeRecoveryPointsCommand.js +10 -0
  161. package/dist-es/commands/ListVolumesCommand.js +10 -0
  162. package/dist-es/commands/NotifyWhenUploadedCommand.js +10 -0
  163. package/dist-es/commands/RefreshCacheCommand.js +10 -0
  164. package/dist-es/commands/RemoveTagsFromResourceCommand.js +10 -0
  165. package/dist-es/commands/ResetCacheCommand.js +10 -0
  166. package/dist-es/commands/RetrieveTapeArchiveCommand.js +10 -0
  167. package/dist-es/commands/RetrieveTapeRecoveryPointCommand.js +10 -0
  168. package/dist-es/commands/SetLocalConsolePasswordCommand.js +10 -0
  169. package/dist-es/commands/SetSMBGuestPasswordCommand.js +10 -0
  170. package/dist-es/commands/ShutdownGatewayCommand.js +10 -0
  171. package/dist-es/commands/StartAvailabilityMonitorTestCommand.js +10 -0
  172. package/dist-es/commands/StartGatewayCommand.js +10 -0
  173. package/dist-es/commands/UpdateAutomaticTapeCreationPolicyCommand.js +10 -0
  174. package/dist-es/commands/UpdateBandwidthRateLimitCommand.js +10 -0
  175. package/dist-es/commands/UpdateBandwidthRateLimitScheduleCommand.js +10 -0
  176. package/dist-es/commands/UpdateChapCredentialsCommand.js +10 -0
  177. package/dist-es/commands/UpdateFileSystemAssociationCommand.js +10 -0
  178. package/dist-es/commands/UpdateGatewayInformationCommand.js +10 -0
  179. package/dist-es/commands/UpdateGatewaySoftwareNowCommand.js +10 -0
  180. package/dist-es/commands/UpdateMaintenanceStartTimeCommand.js +10 -0
  181. package/dist-es/commands/UpdateNFSFileShareCommand.js +10 -0
  182. package/dist-es/commands/UpdateSMBFileShareCommand.js +10 -0
  183. package/dist-es/commands/UpdateSMBFileShareVisibilityCommand.js +10 -0
  184. package/dist-es/commands/UpdateSMBLocalGroupsCommand.js +10 -0
  185. package/dist-es/commands/UpdateSMBSecurityStrategyCommand.js +10 -0
  186. package/dist-es/commands/UpdateSnapshotScheduleCommand.js +10 -0
  187. package/dist-es/commands/UpdateVTLDeviceTypeCommand.js +10 -0
  188. package/dist-es/endpoint/EndpointParameters.js +8 -0
  189. package/dist-es/endpoint/endpointResolver.js +8 -0
  190. package/dist-es/endpoint/ruleset.js +315 -0
  191. package/dist-es/runtimeConfig.shared.js +2 -2
  192. package/dist-types/StorageGatewayClient.d.ts +6 -9
  193. package/dist-types/commands/ActivateGatewayCommand.d.ts +2 -0
  194. package/dist-types/commands/AddCacheCommand.d.ts +2 -0
  195. package/dist-types/commands/AddTagsToResourceCommand.d.ts +2 -0
  196. package/dist-types/commands/AddUploadBufferCommand.d.ts +2 -0
  197. package/dist-types/commands/AddWorkingStorageCommand.d.ts +2 -0
  198. package/dist-types/commands/AssignTapePoolCommand.d.ts +2 -0
  199. package/dist-types/commands/AssociateFileSystemCommand.d.ts +2 -0
  200. package/dist-types/commands/AttachVolumeCommand.d.ts +2 -0
  201. package/dist-types/commands/CancelArchivalCommand.d.ts +2 -0
  202. package/dist-types/commands/CancelRetrievalCommand.d.ts +2 -0
  203. package/dist-types/commands/CreateCachediSCSIVolumeCommand.d.ts +2 -0
  204. package/dist-types/commands/CreateNFSFileShareCommand.d.ts +2 -0
  205. package/dist-types/commands/CreateSMBFileShareCommand.d.ts +2 -0
  206. package/dist-types/commands/CreateSnapshotCommand.d.ts +2 -0
  207. package/dist-types/commands/CreateSnapshotFromVolumeRecoveryPointCommand.d.ts +2 -0
  208. package/dist-types/commands/CreateStorediSCSIVolumeCommand.d.ts +2 -0
  209. package/dist-types/commands/CreateTapePoolCommand.d.ts +2 -0
  210. package/dist-types/commands/CreateTapeWithBarcodeCommand.d.ts +2 -0
  211. package/dist-types/commands/CreateTapesCommand.d.ts +2 -0
  212. package/dist-types/commands/DeleteAutomaticTapeCreationPolicyCommand.d.ts +2 -0
  213. package/dist-types/commands/DeleteBandwidthRateLimitCommand.d.ts +2 -0
  214. package/dist-types/commands/DeleteChapCredentialsCommand.d.ts +2 -0
  215. package/dist-types/commands/DeleteFileShareCommand.d.ts +2 -0
  216. package/dist-types/commands/DeleteGatewayCommand.d.ts +2 -0
  217. package/dist-types/commands/DeleteSnapshotScheduleCommand.d.ts +2 -0
  218. package/dist-types/commands/DeleteTapeArchiveCommand.d.ts +2 -0
  219. package/dist-types/commands/DeleteTapeCommand.d.ts +2 -0
  220. package/dist-types/commands/DeleteTapePoolCommand.d.ts +2 -0
  221. package/dist-types/commands/DeleteVolumeCommand.d.ts +2 -0
  222. package/dist-types/commands/DescribeAvailabilityMonitorTestCommand.d.ts +2 -0
  223. package/dist-types/commands/DescribeBandwidthRateLimitCommand.d.ts +2 -0
  224. package/dist-types/commands/DescribeBandwidthRateLimitScheduleCommand.d.ts +2 -0
  225. package/dist-types/commands/DescribeCacheCommand.d.ts +2 -0
  226. package/dist-types/commands/DescribeCachediSCSIVolumesCommand.d.ts +2 -0
  227. package/dist-types/commands/DescribeChapCredentialsCommand.d.ts +2 -0
  228. package/dist-types/commands/DescribeFileSystemAssociationsCommand.d.ts +2 -0
  229. package/dist-types/commands/DescribeGatewayInformationCommand.d.ts +2 -0
  230. package/dist-types/commands/DescribeMaintenanceStartTimeCommand.d.ts +2 -0
  231. package/dist-types/commands/DescribeNFSFileSharesCommand.d.ts +2 -0
  232. package/dist-types/commands/DescribeSMBFileSharesCommand.d.ts +2 -0
  233. package/dist-types/commands/DescribeSMBSettingsCommand.d.ts +2 -0
  234. package/dist-types/commands/DescribeSnapshotScheduleCommand.d.ts +2 -0
  235. package/dist-types/commands/DescribeStorediSCSIVolumesCommand.d.ts +2 -0
  236. package/dist-types/commands/DescribeTapeArchivesCommand.d.ts +2 -0
  237. package/dist-types/commands/DescribeTapeRecoveryPointsCommand.d.ts +2 -0
  238. package/dist-types/commands/DescribeTapesCommand.d.ts +2 -0
  239. package/dist-types/commands/DescribeUploadBufferCommand.d.ts +2 -0
  240. package/dist-types/commands/DescribeVTLDevicesCommand.d.ts +2 -0
  241. package/dist-types/commands/DescribeWorkingStorageCommand.d.ts +2 -0
  242. package/dist-types/commands/DetachVolumeCommand.d.ts +2 -0
  243. package/dist-types/commands/DisableGatewayCommand.d.ts +2 -0
  244. package/dist-types/commands/DisassociateFileSystemCommand.d.ts +2 -0
  245. package/dist-types/commands/JoinDomainCommand.d.ts +2 -0
  246. package/dist-types/commands/ListAutomaticTapeCreationPoliciesCommand.d.ts +2 -0
  247. package/dist-types/commands/ListFileSharesCommand.d.ts +2 -0
  248. package/dist-types/commands/ListFileSystemAssociationsCommand.d.ts +2 -0
  249. package/dist-types/commands/ListGatewaysCommand.d.ts +2 -0
  250. package/dist-types/commands/ListLocalDisksCommand.d.ts +2 -0
  251. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -0
  252. package/dist-types/commands/ListTapePoolsCommand.d.ts +2 -0
  253. package/dist-types/commands/ListTapesCommand.d.ts +2 -0
  254. package/dist-types/commands/ListVolumeInitiatorsCommand.d.ts +2 -0
  255. package/dist-types/commands/ListVolumeRecoveryPointsCommand.d.ts +2 -0
  256. package/dist-types/commands/ListVolumesCommand.d.ts +2 -0
  257. package/dist-types/commands/NotifyWhenUploadedCommand.d.ts +2 -0
  258. package/dist-types/commands/RefreshCacheCommand.d.ts +2 -0
  259. package/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +2 -0
  260. package/dist-types/commands/ResetCacheCommand.d.ts +2 -0
  261. package/dist-types/commands/RetrieveTapeArchiveCommand.d.ts +2 -0
  262. package/dist-types/commands/RetrieveTapeRecoveryPointCommand.d.ts +2 -0
  263. package/dist-types/commands/SetLocalConsolePasswordCommand.d.ts +2 -0
  264. package/dist-types/commands/SetSMBGuestPasswordCommand.d.ts +2 -0
  265. package/dist-types/commands/ShutdownGatewayCommand.d.ts +2 -0
  266. package/dist-types/commands/StartAvailabilityMonitorTestCommand.d.ts +2 -0
  267. package/dist-types/commands/StartGatewayCommand.d.ts +2 -0
  268. package/dist-types/commands/UpdateAutomaticTapeCreationPolicyCommand.d.ts +2 -0
  269. package/dist-types/commands/UpdateBandwidthRateLimitCommand.d.ts +2 -0
  270. package/dist-types/commands/UpdateBandwidthRateLimitScheduleCommand.d.ts +2 -0
  271. package/dist-types/commands/UpdateChapCredentialsCommand.d.ts +2 -0
  272. package/dist-types/commands/UpdateFileSystemAssociationCommand.d.ts +2 -0
  273. package/dist-types/commands/UpdateGatewayInformationCommand.d.ts +2 -0
  274. package/dist-types/commands/UpdateGatewaySoftwareNowCommand.d.ts +2 -0
  275. package/dist-types/commands/UpdateMaintenanceStartTimeCommand.d.ts +2 -0
  276. package/dist-types/commands/UpdateNFSFileShareCommand.d.ts +2 -0
  277. package/dist-types/commands/UpdateSMBFileShareCommand.d.ts +2 -0
  278. package/dist-types/commands/UpdateSMBFileShareVisibilityCommand.d.ts +2 -0
  279. package/dist-types/commands/UpdateSMBLocalGroupsCommand.d.ts +2 -0
  280. package/dist-types/commands/UpdateSMBSecurityStrategyCommand.d.ts +2 -0
  281. package/dist-types/commands/UpdateSnapshotScheduleCommand.d.ts +2 -0
  282. package/dist-types/commands/UpdateVTLDeviceTypeCommand.d.ts +2 -0
  283. package/dist-types/endpoint/EndpointParameters.d.ts +19 -0
  284. package/dist-types/endpoint/endpointResolver.d.ts +5 -0
  285. package/dist-types/endpoint/ruleset.d.ts +2 -0
  286. package/dist-types/runtimeConfig.browser.d.ts +4 -2
  287. package/dist-types/runtimeConfig.d.ts +4 -2
  288. package/dist-types/runtimeConfig.native.d.ts +4 -2
  289. package/dist-types/runtimeConfig.shared.d.ts +3 -1
  290. package/dist-types/ts3.4/StorageGatewayClient.d.ts +15 -8
  291. package/dist-types/ts3.4/commands/ActivateGatewayCommand.d.ts +2 -0
  292. package/dist-types/ts3.4/commands/AddCacheCommand.d.ts +2 -0
  293. package/dist-types/ts3.4/commands/AddTagsToResourceCommand.d.ts +2 -0
  294. package/dist-types/ts3.4/commands/AddUploadBufferCommand.d.ts +2 -0
  295. package/dist-types/ts3.4/commands/AddWorkingStorageCommand.d.ts +2 -0
  296. package/dist-types/ts3.4/commands/AssignTapePoolCommand.d.ts +2 -0
  297. package/dist-types/ts3.4/commands/AssociateFileSystemCommand.d.ts +2 -0
  298. package/dist-types/ts3.4/commands/AttachVolumeCommand.d.ts +2 -0
  299. package/dist-types/ts3.4/commands/CancelArchivalCommand.d.ts +2 -0
  300. package/dist-types/ts3.4/commands/CancelRetrievalCommand.d.ts +2 -0
  301. package/dist-types/ts3.4/commands/CreateCachediSCSIVolumeCommand.d.ts +2 -0
  302. package/dist-types/ts3.4/commands/CreateNFSFileShareCommand.d.ts +2 -0
  303. package/dist-types/ts3.4/commands/CreateSMBFileShareCommand.d.ts +2 -0
  304. package/dist-types/ts3.4/commands/CreateSnapshotCommand.d.ts +2 -0
  305. package/dist-types/ts3.4/commands/CreateSnapshotFromVolumeRecoveryPointCommand.d.ts +2 -0
  306. package/dist-types/ts3.4/commands/CreateStorediSCSIVolumeCommand.d.ts +2 -0
  307. package/dist-types/ts3.4/commands/CreateTapePoolCommand.d.ts +2 -0
  308. package/dist-types/ts3.4/commands/CreateTapeWithBarcodeCommand.d.ts +2 -0
  309. package/dist-types/ts3.4/commands/CreateTapesCommand.d.ts +2 -0
  310. package/dist-types/ts3.4/commands/DeleteAutomaticTapeCreationPolicyCommand.d.ts +2 -0
  311. package/dist-types/ts3.4/commands/DeleteBandwidthRateLimitCommand.d.ts +2 -0
  312. package/dist-types/ts3.4/commands/DeleteChapCredentialsCommand.d.ts +2 -0
  313. package/dist-types/ts3.4/commands/DeleteFileShareCommand.d.ts +2 -0
  314. package/dist-types/ts3.4/commands/DeleteGatewayCommand.d.ts +2 -0
  315. package/dist-types/ts3.4/commands/DeleteSnapshotScheduleCommand.d.ts +2 -0
  316. package/dist-types/ts3.4/commands/DeleteTapeArchiveCommand.d.ts +2 -0
  317. package/dist-types/ts3.4/commands/DeleteTapeCommand.d.ts +2 -0
  318. package/dist-types/ts3.4/commands/DeleteTapePoolCommand.d.ts +2 -0
  319. package/dist-types/ts3.4/commands/DeleteVolumeCommand.d.ts +2 -0
  320. package/dist-types/ts3.4/commands/DescribeAvailabilityMonitorTestCommand.d.ts +2 -0
  321. package/dist-types/ts3.4/commands/DescribeBandwidthRateLimitCommand.d.ts +2 -0
  322. package/dist-types/ts3.4/commands/DescribeBandwidthRateLimitScheduleCommand.d.ts +2 -0
  323. package/dist-types/ts3.4/commands/DescribeCacheCommand.d.ts +2 -0
  324. package/dist-types/ts3.4/commands/DescribeCachediSCSIVolumesCommand.d.ts +2 -0
  325. package/dist-types/ts3.4/commands/DescribeChapCredentialsCommand.d.ts +2 -0
  326. package/dist-types/ts3.4/commands/DescribeFileSystemAssociationsCommand.d.ts +2 -0
  327. package/dist-types/ts3.4/commands/DescribeGatewayInformationCommand.d.ts +2 -0
  328. package/dist-types/ts3.4/commands/DescribeMaintenanceStartTimeCommand.d.ts +2 -0
  329. package/dist-types/ts3.4/commands/DescribeNFSFileSharesCommand.d.ts +2 -0
  330. package/dist-types/ts3.4/commands/DescribeSMBFileSharesCommand.d.ts +2 -0
  331. package/dist-types/ts3.4/commands/DescribeSMBSettingsCommand.d.ts +2 -0
  332. package/dist-types/ts3.4/commands/DescribeSnapshotScheduleCommand.d.ts +2 -0
  333. package/dist-types/ts3.4/commands/DescribeStorediSCSIVolumesCommand.d.ts +2 -0
  334. package/dist-types/ts3.4/commands/DescribeTapeArchivesCommand.d.ts +2 -0
  335. package/dist-types/ts3.4/commands/DescribeTapeRecoveryPointsCommand.d.ts +2 -0
  336. package/dist-types/ts3.4/commands/DescribeTapesCommand.d.ts +2 -0
  337. package/dist-types/ts3.4/commands/DescribeUploadBufferCommand.d.ts +2 -0
  338. package/dist-types/ts3.4/commands/DescribeVTLDevicesCommand.d.ts +2 -0
  339. package/dist-types/ts3.4/commands/DescribeWorkingStorageCommand.d.ts +2 -0
  340. package/dist-types/ts3.4/commands/DetachVolumeCommand.d.ts +2 -0
  341. package/dist-types/ts3.4/commands/DisableGatewayCommand.d.ts +2 -0
  342. package/dist-types/ts3.4/commands/DisassociateFileSystemCommand.d.ts +2 -0
  343. package/dist-types/ts3.4/commands/JoinDomainCommand.d.ts +2 -0
  344. package/dist-types/ts3.4/commands/ListAutomaticTapeCreationPoliciesCommand.d.ts +2 -0
  345. package/dist-types/ts3.4/commands/ListFileSharesCommand.d.ts +2 -0
  346. package/dist-types/ts3.4/commands/ListFileSystemAssociationsCommand.d.ts +2 -0
  347. package/dist-types/ts3.4/commands/ListGatewaysCommand.d.ts +2 -0
  348. package/dist-types/ts3.4/commands/ListLocalDisksCommand.d.ts +2 -0
  349. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -0
  350. package/dist-types/ts3.4/commands/ListTapePoolsCommand.d.ts +2 -0
  351. package/dist-types/ts3.4/commands/ListTapesCommand.d.ts +2 -0
  352. package/dist-types/ts3.4/commands/ListVolumeInitiatorsCommand.d.ts +2 -0
  353. package/dist-types/ts3.4/commands/ListVolumeRecoveryPointsCommand.d.ts +2 -0
  354. package/dist-types/ts3.4/commands/ListVolumesCommand.d.ts +2 -0
  355. package/dist-types/ts3.4/commands/NotifyWhenUploadedCommand.d.ts +2 -0
  356. package/dist-types/ts3.4/commands/RefreshCacheCommand.d.ts +2 -0
  357. package/dist-types/ts3.4/commands/RemoveTagsFromResourceCommand.d.ts +2 -0
  358. package/dist-types/ts3.4/commands/ResetCacheCommand.d.ts +2 -0
  359. package/dist-types/ts3.4/commands/RetrieveTapeArchiveCommand.d.ts +2 -0
  360. package/dist-types/ts3.4/commands/RetrieveTapeRecoveryPointCommand.d.ts +2 -0
  361. package/dist-types/ts3.4/commands/SetLocalConsolePasswordCommand.d.ts +2 -0
  362. package/dist-types/ts3.4/commands/SetSMBGuestPasswordCommand.d.ts +2 -0
  363. package/dist-types/ts3.4/commands/ShutdownGatewayCommand.d.ts +2 -0
  364. package/dist-types/ts3.4/commands/StartAvailabilityMonitorTestCommand.d.ts +2 -0
  365. package/dist-types/ts3.4/commands/StartGatewayCommand.d.ts +2 -0
  366. package/dist-types/ts3.4/commands/UpdateAutomaticTapeCreationPolicyCommand.d.ts +2 -0
  367. package/dist-types/ts3.4/commands/UpdateBandwidthRateLimitCommand.d.ts +2 -0
  368. package/dist-types/ts3.4/commands/UpdateBandwidthRateLimitScheduleCommand.d.ts +2 -0
  369. package/dist-types/ts3.4/commands/UpdateChapCredentialsCommand.d.ts +2 -0
  370. package/dist-types/ts3.4/commands/UpdateFileSystemAssociationCommand.d.ts +2 -0
  371. package/dist-types/ts3.4/commands/UpdateGatewayInformationCommand.d.ts +2 -0
  372. package/dist-types/ts3.4/commands/UpdateGatewaySoftwareNowCommand.d.ts +2 -0
  373. package/dist-types/ts3.4/commands/UpdateMaintenanceStartTimeCommand.d.ts +2 -0
  374. package/dist-types/ts3.4/commands/UpdateNFSFileShareCommand.d.ts +2 -0
  375. package/dist-types/ts3.4/commands/UpdateSMBFileShareCommand.d.ts +2 -0
  376. package/dist-types/ts3.4/commands/UpdateSMBFileShareVisibilityCommand.d.ts +2 -0
  377. package/dist-types/ts3.4/commands/UpdateSMBLocalGroupsCommand.d.ts +2 -0
  378. package/dist-types/ts3.4/commands/UpdateSMBSecurityStrategyCommand.d.ts +2 -0
  379. package/dist-types/ts3.4/commands/UpdateSnapshotScheduleCommand.d.ts +2 -0
  380. package/dist-types/ts3.4/commands/UpdateVTLDeviceTypeCommand.d.ts +2 -0
  381. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +26 -0
  382. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +8 -0
  383. package/dist-types/ts3.4/endpoint/ruleset.d.ts +2 -0
  384. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +14 -4
  385. package/dist-types/ts3.4/runtimeConfig.d.ts +14 -4
  386. package/dist-types/ts3.4/runtimeConfig.native.d.ts +14 -3
  387. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +6 -1
  388. package/package.json +4 -2
  389. package/dist-cjs/endpoints.js +0 -195
  390. package/dist-es/endpoints.js +0 -191
  391. package/dist-types/endpoints.d.ts +0 -2
  392. package/dist-types/ts3.4/endpoints.d.ts +0 -2
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { CreateTapesInput, CreateTapesOutput } from "../models/models_0";
@@ -31,6 +32,7 @@ export interface CreateTapesCommandOutput extends CreateTapesOutput, __MetadataB
31
32
  */
32
33
  export declare class CreateTapesCommand extends $Command<CreateTapesCommandInput, CreateTapesCommandOutput, StorageGatewayClientResolvedConfig> {
33
34
  readonly input: CreateTapesCommandInput;
35
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
34
36
  constructor(input: CreateTapesCommandInput);
35
37
  /**
36
38
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { DeleteAutomaticTapeCreationPolicyInput, DeleteAutomaticTapeCreationPolicyOutput } from "../models/models_0";
@@ -27,6 +28,7 @@ export interface DeleteAutomaticTapeCreationPolicyCommandOutput extends DeleteAu
27
28
  */
28
29
  export declare class DeleteAutomaticTapeCreationPolicyCommand extends $Command<DeleteAutomaticTapeCreationPolicyCommandInput, DeleteAutomaticTapeCreationPolicyCommandOutput, StorageGatewayClientResolvedConfig> {
29
30
  readonly input: DeleteAutomaticTapeCreationPolicyCommandInput;
31
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
32
  constructor(input: DeleteAutomaticTapeCreationPolicyCommandInput);
31
33
  /**
32
34
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { DeleteBandwidthRateLimitInput, DeleteBandwidthRateLimitOutput } from "../models/models_0";
@@ -29,6 +30,7 @@ export interface DeleteBandwidthRateLimitCommandOutput extends DeleteBandwidthRa
29
30
  */
30
31
  export declare class DeleteBandwidthRateLimitCommand extends $Command<DeleteBandwidthRateLimitCommandInput, DeleteBandwidthRateLimitCommandOutput, StorageGatewayClientResolvedConfig> {
31
32
  readonly input: DeleteBandwidthRateLimitCommandInput;
33
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
32
34
  constructor(input: DeleteBandwidthRateLimitCommandInput);
33
35
  /**
34
36
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { DeleteChapCredentialsInput, DeleteChapCredentialsOutput } from "../models/models_0";
@@ -27,6 +28,7 @@ export interface DeleteChapCredentialsCommandOutput extends DeleteChapCredential
27
28
  */
28
29
  export declare class DeleteChapCredentialsCommand extends $Command<DeleteChapCredentialsCommandInput, DeleteChapCredentialsCommandOutput, StorageGatewayClientResolvedConfig> {
29
30
  readonly input: DeleteChapCredentialsCommandInput;
31
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
32
  constructor(input: DeleteChapCredentialsCommandInput);
31
33
  /**
32
34
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { DeleteFileShareInput, DeleteFileShareOutput } from "../models/models_0";
@@ -26,6 +27,7 @@ export interface DeleteFileShareCommandOutput extends DeleteFileShareOutput, __M
26
27
  */
27
28
  export declare class DeleteFileShareCommand extends $Command<DeleteFileShareCommandInput, DeleteFileShareCommandOutput, StorageGatewayClientResolvedConfig> {
28
29
  readonly input: DeleteFileShareCommandInput;
30
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
29
31
  constructor(input: DeleteFileShareCommandInput);
30
32
  /**
31
33
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { DeleteGatewayInput, DeleteGatewayOutput } from "../models/models_0";
@@ -42,6 +43,7 @@ export interface DeleteGatewayCommandOutput extends DeleteGatewayOutput, __Metad
42
43
  */
43
44
  export declare class DeleteGatewayCommand extends $Command<DeleteGatewayCommandInput, DeleteGatewayCommandOutput, StorageGatewayClientResolvedConfig> {
44
45
  readonly input: DeleteGatewayCommandInput;
46
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
45
47
  constructor(input: DeleteGatewayCommandInput);
46
48
  /**
47
49
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { DeleteSnapshotScheduleInput, DeleteSnapshotScheduleOutput } from "../models/models_0";
@@ -39,6 +40,7 @@ export interface DeleteSnapshotScheduleCommandOutput extends DeleteSnapshotSched
39
40
  */
40
41
  export declare class DeleteSnapshotScheduleCommand extends $Command<DeleteSnapshotScheduleCommandInput, DeleteSnapshotScheduleCommandOutput, StorageGatewayClientResolvedConfig> {
41
42
  readonly input: DeleteSnapshotScheduleCommandInput;
43
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
42
44
  constructor(input: DeleteSnapshotScheduleCommandInput);
43
45
  /**
44
46
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { DeleteTapeArchiveInput, DeleteTapeArchiveOutput } from "../models/models_0";
@@ -26,6 +27,7 @@ export interface DeleteTapeArchiveCommandOutput extends DeleteTapeArchiveOutput,
26
27
  */
27
28
  export declare class DeleteTapeArchiveCommand extends $Command<DeleteTapeArchiveCommandInput, DeleteTapeArchiveCommandOutput, StorageGatewayClientResolvedConfig> {
28
29
  readonly input: DeleteTapeArchiveCommandInput;
30
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
29
31
  constructor(input: DeleteTapeArchiveCommandInput);
30
32
  /**
31
33
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { DeleteTapeInput, DeleteTapeOutput } from "../models/models_0";
@@ -26,6 +27,7 @@ export interface DeleteTapeCommandOutput extends DeleteTapeOutput, __MetadataBea
26
27
  */
27
28
  export declare class DeleteTapeCommand extends $Command<DeleteTapeCommandInput, DeleteTapeCommandOutput, StorageGatewayClientResolvedConfig> {
28
29
  readonly input: DeleteTapeCommandInput;
30
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
29
31
  constructor(input: DeleteTapeCommandInput);
30
32
  /**
31
33
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { DeleteTapePoolInput, DeleteTapePoolOutput } from "../models/models_0";
@@ -27,6 +28,7 @@ export interface DeleteTapePoolCommandOutput extends DeleteTapePoolOutput, __Met
27
28
  */
28
29
  export declare class DeleteTapePoolCommand extends $Command<DeleteTapePoolCommandInput, DeleteTapePoolCommandOutput, StorageGatewayClientResolvedConfig> {
29
30
  readonly input: DeleteTapePoolCommandInput;
31
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
32
  constructor(input: DeleteTapePoolCommandInput);
31
33
  /**
32
34
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { DeleteVolumeInput, DeleteVolumeOutput } from "../models/models_0";
@@ -37,6 +38,7 @@ export interface DeleteVolumeCommandOutput extends DeleteVolumeOutput, __Metadat
37
38
  */
38
39
  export declare class DeleteVolumeCommand extends $Command<DeleteVolumeCommandInput, DeleteVolumeCommandOutput, StorageGatewayClientResolvedConfig> {
39
40
  readonly input: DeleteVolumeCommandInput;
41
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
40
42
  constructor(input: DeleteVolumeCommandInput);
41
43
  /**
42
44
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { DescribeAvailabilityMonitorTestInput, DescribeAvailabilityMonitorTestOutput } from "../models/models_0";
@@ -27,6 +28,7 @@ export interface DescribeAvailabilityMonitorTestCommandOutput extends DescribeAv
27
28
  */
28
29
  export declare class DescribeAvailabilityMonitorTestCommand extends $Command<DescribeAvailabilityMonitorTestCommandInput, DescribeAvailabilityMonitorTestCommandOutput, StorageGatewayClientResolvedConfig> {
29
30
  readonly input: DescribeAvailabilityMonitorTestCommandInput;
31
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
32
  constructor(input: DescribeAvailabilityMonitorTestCommandInput);
31
33
  /**
32
34
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { DescribeBandwidthRateLimitInput, DescribeBandwidthRateLimitOutput } from "../models/models_0";
@@ -33,6 +34,7 @@ export interface DescribeBandwidthRateLimitCommandOutput extends DescribeBandwid
33
34
  */
34
35
  export declare class DescribeBandwidthRateLimitCommand extends $Command<DescribeBandwidthRateLimitCommandInput, DescribeBandwidthRateLimitCommandOutput, StorageGatewayClientResolvedConfig> {
35
36
  readonly input: DescribeBandwidthRateLimitCommandInput;
37
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
36
38
  constructor(input: DescribeBandwidthRateLimitCommandInput);
37
39
  /**
38
40
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { DescribeBandwidthRateLimitScheduleInput, DescribeBandwidthRateLimitScheduleOutput } from "../models/models_0";
@@ -41,6 +42,7 @@ export interface DescribeBandwidthRateLimitScheduleCommandOutput extends Describ
41
42
  */
42
43
  export declare class DescribeBandwidthRateLimitScheduleCommand extends $Command<DescribeBandwidthRateLimitScheduleCommandInput, DescribeBandwidthRateLimitScheduleCommandOutput, StorageGatewayClientResolvedConfig> {
43
44
  readonly input: DescribeBandwidthRateLimitScheduleCommandInput;
45
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
44
46
  constructor(input: DescribeBandwidthRateLimitScheduleCommandInput);
45
47
  /**
46
48
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { DescribeCacheInput, DescribeCacheOutput } from "../models/models_0";
@@ -29,6 +30,7 @@ export interface DescribeCacheCommandOutput extends DescribeCacheOutput, __Metad
29
30
  */
30
31
  export declare class DescribeCacheCommand extends $Command<DescribeCacheCommandInput, DescribeCacheCommandOutput, StorageGatewayClientResolvedConfig> {
31
32
  readonly input: DescribeCacheCommandInput;
33
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
32
34
  constructor(input: DescribeCacheCommandInput);
33
35
  /**
34
36
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { DescribeCachediSCSIVolumesInput, DescribeCachediSCSIVolumesOutput } from "../models/models_0";
@@ -30,6 +31,7 @@ export interface DescribeCachediSCSIVolumesCommandOutput extends DescribeCachedi
30
31
  */
31
32
  export declare class DescribeCachediSCSIVolumesCommand extends $Command<DescribeCachediSCSIVolumesCommandInput, DescribeCachediSCSIVolumesCommandOutput, StorageGatewayClientResolvedConfig> {
32
33
  readonly input: DescribeCachediSCSIVolumesCommandInput;
34
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
33
35
  constructor(input: DescribeCachediSCSIVolumesCommandInput);
34
36
  /**
35
37
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { DescribeChapCredentialsInput, DescribeChapCredentialsOutput } from "../models/models_0";
@@ -27,6 +28,7 @@ export interface DescribeChapCredentialsCommandOutput extends DescribeChapCreden
27
28
  */
28
29
  export declare class DescribeChapCredentialsCommand extends $Command<DescribeChapCredentialsCommandInput, DescribeChapCredentialsCommandOutput, StorageGatewayClientResolvedConfig> {
29
30
  readonly input: DescribeChapCredentialsCommandInput;
31
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
32
  constructor(input: DescribeChapCredentialsCommandInput);
31
33
  /**
32
34
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { DescribeFileSystemAssociationsInput, DescribeFileSystemAssociationsOutput } from "../models/models_0";
@@ -26,6 +27,7 @@ export interface DescribeFileSystemAssociationsCommandOutput extends DescribeFil
26
27
  */
27
28
  export declare class DescribeFileSystemAssociationsCommand extends $Command<DescribeFileSystemAssociationsCommandInput, DescribeFileSystemAssociationsCommandOutput, StorageGatewayClientResolvedConfig> {
28
29
  readonly input: DescribeFileSystemAssociationsCommandInput;
30
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
29
31
  constructor(input: DescribeFileSystemAssociationsCommandInput);
30
32
  /**
31
33
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { DescribeGatewayInformationInput, DescribeGatewayInformationOutput } from "../models/models_0";
@@ -27,6 +28,7 @@ export interface DescribeGatewayInformationCommandOutput extends DescribeGateway
27
28
  */
28
29
  export declare class DescribeGatewayInformationCommand extends $Command<DescribeGatewayInformationCommandInput, DescribeGatewayInformationCommandOutput, StorageGatewayClientResolvedConfig> {
29
30
  readonly input: DescribeGatewayInformationCommandInput;
31
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
32
  constructor(input: DescribeGatewayInformationCommandInput);
31
33
  /**
32
34
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { DescribeMaintenanceStartTimeInput, DescribeMaintenanceStartTimeOutput } from "../models/models_0";
@@ -26,6 +27,7 @@ export interface DescribeMaintenanceStartTimeCommandOutput extends DescribeMaint
26
27
  */
27
28
  export declare class DescribeMaintenanceStartTimeCommand extends $Command<DescribeMaintenanceStartTimeCommandInput, DescribeMaintenanceStartTimeCommandOutput, StorageGatewayClientResolvedConfig> {
28
29
  readonly input: DescribeMaintenanceStartTimeCommandInput;
30
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
29
31
  constructor(input: DescribeMaintenanceStartTimeCommandInput);
30
32
  /**
31
33
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { DescribeNFSFileSharesInput, DescribeNFSFileSharesOutput } from "../models/models_0";
@@ -26,6 +27,7 @@ export interface DescribeNFSFileSharesCommandOutput extends DescribeNFSFileShare
26
27
  */
27
28
  export declare class DescribeNFSFileSharesCommand extends $Command<DescribeNFSFileSharesCommandInput, DescribeNFSFileSharesCommandOutput, StorageGatewayClientResolvedConfig> {
28
29
  readonly input: DescribeNFSFileSharesCommandInput;
30
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
29
31
  constructor(input: DescribeNFSFileSharesCommandInput);
30
32
  /**
31
33
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { DescribeSMBFileSharesInput, DescribeSMBFileSharesOutput } from "../models/models_0";
@@ -26,6 +27,7 @@ export interface DescribeSMBFileSharesCommandOutput extends DescribeSMBFileShare
26
27
  */
27
28
  export declare class DescribeSMBFileSharesCommand extends $Command<DescribeSMBFileSharesCommandInput, DescribeSMBFileSharesCommandOutput, StorageGatewayClientResolvedConfig> {
28
29
  readonly input: DescribeSMBFileSharesCommandInput;
30
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
29
31
  constructor(input: DescribeSMBFileSharesCommandInput);
30
32
  /**
31
33
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { DescribeSMBSettingsInput, DescribeSMBSettingsOutput } from "../models/models_0";
@@ -26,6 +27,7 @@ export interface DescribeSMBSettingsCommandOutput extends DescribeSMBSettingsOut
26
27
  */
27
28
  export declare class DescribeSMBSettingsCommand extends $Command<DescribeSMBSettingsCommandInput, DescribeSMBSettingsCommandOutput, StorageGatewayClientResolvedConfig> {
28
29
  readonly input: DescribeSMBSettingsCommandInput;
30
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
29
31
  constructor(input: DescribeSMBSettingsCommandInput);
30
32
  /**
31
33
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { DescribeSnapshotScheduleInput, DescribeSnapshotScheduleOutput } from "../models/models_0";
@@ -28,6 +29,7 @@ export interface DescribeSnapshotScheduleCommandOutput extends DescribeSnapshotS
28
29
  */
29
30
  export declare class DescribeSnapshotScheduleCommand extends $Command<DescribeSnapshotScheduleCommandInput, DescribeSnapshotScheduleCommandOutput, StorageGatewayClientResolvedConfig> {
30
31
  readonly input: DescribeSnapshotScheduleCommandInput;
32
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
33
  constructor(input: DescribeSnapshotScheduleCommandInput);
32
34
  /**
33
35
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { DescribeStorediSCSIVolumesInput, DescribeStorediSCSIVolumesOutput } from "../models/models_0";
@@ -27,6 +28,7 @@ export interface DescribeStorediSCSIVolumesCommandOutput extends DescribeStoredi
27
28
  */
28
29
  export declare class DescribeStorediSCSIVolumesCommand extends $Command<DescribeStorediSCSIVolumesCommandInput, DescribeStorediSCSIVolumesCommandOutput, StorageGatewayClientResolvedConfig> {
29
30
  readonly input: DescribeStorediSCSIVolumesCommandInput;
31
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
32
  constructor(input: DescribeStorediSCSIVolumesCommandInput);
31
33
  /**
32
34
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { DescribeTapeArchivesInput, DescribeTapeArchivesOutput } from "../models/models_0";
@@ -29,6 +30,7 @@ export interface DescribeTapeArchivesCommandOutput extends DescribeTapeArchivesO
29
30
  */
30
31
  export declare class DescribeTapeArchivesCommand extends $Command<DescribeTapeArchivesCommandInput, DescribeTapeArchivesCommandOutput, StorageGatewayClientResolvedConfig> {
31
32
  readonly input: DescribeTapeArchivesCommandInput;
33
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
32
34
  constructor(input: DescribeTapeArchivesCommandInput);
33
35
  /**
34
36
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { DescribeTapeRecoveryPointsInput, DescribeTapeRecoveryPointsOutput } from "../models/models_0";
@@ -31,6 +32,7 @@ export interface DescribeTapeRecoveryPointsCommandOutput extends DescribeTapeRec
31
32
  */
32
33
  export declare class DescribeTapeRecoveryPointsCommand extends $Command<DescribeTapeRecoveryPointsCommandInput, DescribeTapeRecoveryPointsCommandOutput, StorageGatewayClientResolvedConfig> {
33
34
  readonly input: DescribeTapeRecoveryPointsCommandInput;
35
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
34
36
  constructor(input: DescribeTapeRecoveryPointsCommandInput);
35
37
  /**
36
38
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { DescribeTapesInput, DescribeTapesOutput } from "../models/models_0";
@@ -28,6 +29,7 @@ export interface DescribeTapesCommandOutput extends DescribeTapesOutput, __Metad
28
29
  */
29
30
  export declare class DescribeTapesCommand extends $Command<DescribeTapesCommandInput, DescribeTapesCommandOutput, StorageGatewayClientResolvedConfig> {
30
31
  readonly input: DescribeTapesCommandInput;
32
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
33
  constructor(input: DescribeTapesCommandInput);
32
34
  /**
33
35
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { DescribeUploadBufferInput, DescribeUploadBufferOutput } from "../models/models_0";
@@ -29,6 +30,7 @@ export interface DescribeUploadBufferCommandOutput extends DescribeUploadBufferO
29
30
  */
30
31
  export declare class DescribeUploadBufferCommand extends $Command<DescribeUploadBufferCommandInput, DescribeUploadBufferCommandOutput, StorageGatewayClientResolvedConfig> {
31
32
  readonly input: DescribeUploadBufferCommandInput;
33
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
32
34
  constructor(input: DescribeUploadBufferCommandInput);
33
35
  /**
34
36
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { DescribeVTLDevicesInput, DescribeVTLDevicesOutput } from "../models/models_0";
@@ -28,6 +29,7 @@ export interface DescribeVTLDevicesCommandOutput extends DescribeVTLDevicesOutpu
28
29
  */
29
30
  export declare class DescribeVTLDevicesCommand extends $Command<DescribeVTLDevicesCommandInput, DescribeVTLDevicesCommandOutput, StorageGatewayClientResolvedConfig> {
30
31
  readonly input: DescribeVTLDevicesCommandInput;
32
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
33
  constructor(input: DescribeVTLDevicesCommandInput);
32
34
  /**
33
35
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { DescribeWorkingStorageInput, DescribeWorkingStorageOutput } from "../models/models_0";
@@ -35,6 +36,7 @@ export interface DescribeWorkingStorageCommandOutput extends DescribeWorkingStor
35
36
  */
36
37
  export declare class DescribeWorkingStorageCommand extends $Command<DescribeWorkingStorageCommandInput, DescribeWorkingStorageCommandOutput, StorageGatewayClientResolvedConfig> {
37
38
  readonly input: DescribeWorkingStorageCommandInput;
39
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
38
40
  constructor(input: DescribeWorkingStorageCommandInput);
39
41
  /**
40
42
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { DetachVolumeInput, DetachVolumeOutput } from "../models/models_0";
@@ -29,6 +30,7 @@ export interface DetachVolumeCommandOutput extends DetachVolumeOutput, __Metadat
29
30
  */
30
31
  export declare class DetachVolumeCommand extends $Command<DetachVolumeCommandInput, DetachVolumeCommandOutput, StorageGatewayClientResolvedConfig> {
31
32
  readonly input: DetachVolumeCommandInput;
33
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
32
34
  constructor(input: DetachVolumeCommandInput);
33
35
  /**
34
36
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { DisableGatewayInput, DisableGatewayOutput } from "../models/models_0";
@@ -33,6 +34,7 @@ export interface DisableGatewayCommandOutput extends DisableGatewayOutput, __Met
33
34
  */
34
35
  export declare class DisableGatewayCommand extends $Command<DisableGatewayCommandInput, DisableGatewayCommandOutput, StorageGatewayClientResolvedConfig> {
35
36
  readonly input: DisableGatewayCommandInput;
37
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
36
38
  constructor(input: DisableGatewayCommandInput);
37
39
  /**
38
40
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { DisassociateFileSystemInput, DisassociateFileSystemOutput } from "../models/models_0";
@@ -27,6 +28,7 @@ export interface DisassociateFileSystemCommandOutput extends DisassociateFileSys
27
28
  */
28
29
  export declare class DisassociateFileSystemCommand extends $Command<DisassociateFileSystemCommandInput, DisassociateFileSystemCommandOutput, StorageGatewayClientResolvedConfig> {
29
30
  readonly input: DisassociateFileSystemCommandInput;
31
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
32
  constructor(input: DisassociateFileSystemCommandInput);
31
33
  /**
32
34
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { JoinDomainInput, JoinDomainOutput } from "../models/models_0";
@@ -26,6 +27,7 @@ export interface JoinDomainCommandOutput extends JoinDomainOutput, __MetadataBea
26
27
  */
27
28
  export declare class JoinDomainCommand extends $Command<JoinDomainCommandInput, JoinDomainCommandOutput, StorageGatewayClientResolvedConfig> {
28
29
  readonly input: JoinDomainCommandInput;
30
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
29
31
  constructor(input: JoinDomainCommandInput);
30
32
  /**
31
33
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { ListAutomaticTapeCreationPoliciesInput, ListAutomaticTapeCreationPoliciesOutput } from "../models/models_0";
@@ -28,6 +29,7 @@ export interface ListAutomaticTapeCreationPoliciesCommandOutput extends ListAuto
28
29
  */
29
30
  export declare class ListAutomaticTapeCreationPoliciesCommand extends $Command<ListAutomaticTapeCreationPoliciesCommandInput, ListAutomaticTapeCreationPoliciesCommandOutput, StorageGatewayClientResolvedConfig> {
30
31
  readonly input: ListAutomaticTapeCreationPoliciesCommandInput;
32
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
33
  constructor(input: ListAutomaticTapeCreationPoliciesCommandInput);
32
34
  /**
33
35
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { ListFileSharesInput, ListFileSharesOutput } from "../models/models_0";
@@ -27,6 +28,7 @@ export interface ListFileSharesCommandOutput extends ListFileSharesOutput, __Met
27
28
  */
28
29
  export declare class ListFileSharesCommand extends $Command<ListFileSharesCommandInput, ListFileSharesCommandOutput, StorageGatewayClientResolvedConfig> {
29
30
  readonly input: ListFileSharesCommandInput;
31
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
32
  constructor(input: ListFileSharesCommandInput);
31
33
  /**
32
34
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { ListFileSystemAssociationsInput, ListFileSystemAssociationsOutput } from "../models/models_0";
@@ -27,6 +28,7 @@ export interface ListFileSystemAssociationsCommandOutput extends ListFileSystemA
27
28
  */
28
29
  export declare class ListFileSystemAssociationsCommand extends $Command<ListFileSystemAssociationsCommandInput, ListFileSystemAssociationsCommandOutput, StorageGatewayClientResolvedConfig> {
29
30
  readonly input: ListFileSystemAssociationsCommandInput;
31
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
32
  constructor(input: ListFileSystemAssociationsCommandInput);
31
33
  /**
32
34
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { ListGatewaysInput, ListGatewaysOutput } from "../models/models_0";
@@ -35,6 +36,7 @@ export interface ListGatewaysCommandOutput extends ListGatewaysOutput, __Metadat
35
36
  */
36
37
  export declare class ListGatewaysCommand extends $Command<ListGatewaysCommandInput, ListGatewaysCommandOutput, StorageGatewayClientResolvedConfig> {
37
38
  readonly input: ListGatewaysCommandInput;
39
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
38
40
  constructor(input: ListGatewaysCommandInput);
39
41
  /**
40
42
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { ListLocalDisksInput, ListLocalDisksOutput } from "../models/models_0";
@@ -33,6 +34,7 @@ export interface ListLocalDisksCommandOutput extends ListLocalDisksOutput, __Met
33
34
  */
34
35
  export declare class ListLocalDisksCommand extends $Command<ListLocalDisksCommandInput, ListLocalDisksCommandOutput, StorageGatewayClientResolvedConfig> {
35
36
  readonly input: ListLocalDisksCommandInput;
37
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
36
38
  constructor(input: ListLocalDisksCommandInput);
37
39
  /**
38
40
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { ListTagsForResourceInput, ListTagsForResourceOutput } from "../models/models_0";
@@ -26,6 +27,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceOut
26
27
  */
27
28
  export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, StorageGatewayClientResolvedConfig> {
28
29
  readonly input: ListTagsForResourceCommandInput;
30
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
29
31
  constructor(input: ListTagsForResourceCommandInput);
30
32
  /**
31
33
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { ListTapePoolsInput, ListTapePoolsOutput } from "../models/models_0";
@@ -33,6 +34,7 @@ export interface ListTapePoolsCommandOutput extends ListTapePoolsOutput, __Metad
33
34
  */
34
35
  export declare class ListTapePoolsCommand extends $Command<ListTapePoolsCommandInput, ListTapePoolsCommandOutput, StorageGatewayClientResolvedConfig> {
35
36
  readonly input: ListTapePoolsCommandInput;
37
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
36
38
  constructor(input: ListTapePoolsCommandInput);
37
39
  /**
38
40
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { ListTapesInput, ListTapesOutput } from "../models/models_0";
@@ -35,6 +36,7 @@ export interface ListTapesCommandOutput extends ListTapesOutput, __MetadataBeare
35
36
  */
36
37
  export declare class ListTapesCommand extends $Command<ListTapesCommandInput, ListTapesCommandOutput, StorageGatewayClientResolvedConfig> {
37
38
  readonly input: ListTapesCommandInput;
39
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
38
40
  constructor(input: ListTapesCommandInput);
39
41
  /**
40
42
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { ListVolumeInitiatorsInput, ListVolumeInitiatorsOutput } from "../models/models_0";
@@ -27,6 +28,7 @@ export interface ListVolumeInitiatorsCommandOutput extends ListVolumeInitiatorsO
27
28
  */
28
29
  export declare class ListVolumeInitiatorsCommand extends $Command<ListVolumeInitiatorsCommandInput, ListVolumeInitiatorsCommandOutput, StorageGatewayClientResolvedConfig> {
29
30
  readonly input: ListVolumeInitiatorsCommandInput;
31
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
32
  constructor(input: ListVolumeInitiatorsCommandInput);
31
33
  /**
32
34
  * @internal