@aws-sdk/client-storage-gateway 3.194.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 +11 -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 +3 -1
  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 { ListVolumeRecoveryPointsInput, ListVolumeRecoveryPointsOutput } from "../models/models_0";
@@ -31,6 +32,7 @@ export interface ListVolumeRecoveryPointsCommandOutput extends ListVolumeRecover
31
32
  */
32
33
  export declare class ListVolumeRecoveryPointsCommand extends $Command<ListVolumeRecoveryPointsCommandInput, ListVolumeRecoveryPointsCommandOutput, StorageGatewayClientResolvedConfig> {
33
34
  readonly input: ListVolumeRecoveryPointsCommandInput;
35
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
34
36
  constructor(input: ListVolumeRecoveryPointsCommandInput);
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 { ListVolumesInput, ListVolumesOutput } from "../models/models_0";
@@ -34,6 +35,7 @@ export interface ListVolumesCommandOutput extends ListVolumesOutput, __MetadataB
34
35
  */
35
36
  export declare class ListVolumesCommand extends $Command<ListVolumesCommandInput, ListVolumesCommandOutput, StorageGatewayClientResolvedConfig> {
36
37
  readonly input: ListVolumesCommandInput;
38
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
37
39
  constructor(input: ListVolumesCommandInput);
38
40
  /**
39
41
  * @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 { NotifyWhenUploadedInput, NotifyWhenUploadedOutput } from "../models/models_0";
@@ -37,6 +38,7 @@ export interface NotifyWhenUploadedCommandOutput extends NotifyWhenUploadedOutpu
37
38
  */
38
39
  export declare class NotifyWhenUploadedCommand extends $Command<NotifyWhenUploadedCommandInput, NotifyWhenUploadedCommandOutput, StorageGatewayClientResolvedConfig> {
39
40
  readonly input: NotifyWhenUploadedCommandInput;
41
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
40
42
  constructor(input: NotifyWhenUploadedCommandInput);
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 { RefreshCacheInput, RefreshCacheOutput } from "../models/models_0";
@@ -74,6 +75,7 @@ export interface RefreshCacheCommandOutput extends RefreshCacheOutput, __Metadat
74
75
  */
75
76
  export declare class RefreshCacheCommand extends $Command<RefreshCacheCommandInput, RefreshCacheCommandOutput, StorageGatewayClientResolvedConfig> {
76
77
  readonly input: RefreshCacheCommandInput;
78
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
77
79
  constructor(input: RefreshCacheCommandInput);
78
80
  /**
79
81
  * @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 { RemoveTagsFromResourceInput, RemoveTagsFromResourceOutput } from "../models/models_0";
@@ -26,6 +27,7 @@ export interface RemoveTagsFromResourceCommandOutput extends RemoveTagsFromResou
26
27
  */
27
28
  export declare class RemoveTagsFromResourceCommand extends $Command<RemoveTagsFromResourceCommandInput, RemoveTagsFromResourceCommandOutput, StorageGatewayClientResolvedConfig> {
28
29
  readonly input: RemoveTagsFromResourceCommandInput;
30
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
29
31
  constructor(input: RemoveTagsFromResourceCommandInput);
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 { ResetCacheInput, ResetCacheOutput } from "../models/models_0";
@@ -37,6 +38,7 @@ export interface ResetCacheCommandOutput extends ResetCacheOutput, __MetadataBea
37
38
  */
38
39
  export declare class ResetCacheCommand extends $Command<ResetCacheCommandInput, ResetCacheCommandOutput, StorageGatewayClientResolvedConfig> {
39
40
  readonly input: ResetCacheCommandInput;
41
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
40
42
  constructor(input: ResetCacheCommandInput);
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 { RetrieveTapeArchiveInput, RetrieveTapeArchiveOutput } from "../models/models_0";
@@ -32,6 +33,7 @@ export interface RetrieveTapeArchiveCommandOutput extends RetrieveTapeArchiveOut
32
33
  */
33
34
  export declare class RetrieveTapeArchiveCommand extends $Command<RetrieveTapeArchiveCommandInput, RetrieveTapeArchiveCommandOutput, StorageGatewayClientResolvedConfig> {
34
35
  readonly input: RetrieveTapeArchiveCommandInput;
36
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
35
37
  constructor(input: RetrieveTapeArchiveCommandInput);
36
38
  /**
37
39
  * @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 { RetrieveTapeRecoveryPointInput, RetrieveTapeRecoveryPointOutput } from "../models/models_0";
@@ -36,6 +37,7 @@ export interface RetrieveTapeRecoveryPointCommandOutput extends RetrieveTapeReco
36
37
  */
37
38
  export declare class RetrieveTapeRecoveryPointCommand extends $Command<RetrieveTapeRecoveryPointCommandInput, RetrieveTapeRecoveryPointCommandOutput, StorageGatewayClientResolvedConfig> {
38
39
  readonly input: RetrieveTapeRecoveryPointCommandInput;
40
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
39
41
  constructor(input: RetrieveTapeRecoveryPointCommandInput);
40
42
  /**
41
43
  * @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 { SetLocalConsolePasswordInput, SetLocalConsolePasswordOutput } from "../models/models_0";
@@ -28,6 +29,7 @@ export interface SetLocalConsolePasswordCommandOutput extends SetLocalConsolePas
28
29
  */
29
30
  export declare class SetLocalConsolePasswordCommand extends $Command<SetLocalConsolePasswordCommandInput, SetLocalConsolePasswordCommandOutput, StorageGatewayClientResolvedConfig> {
30
31
  readonly input: SetLocalConsolePasswordCommandInput;
32
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
33
  constructor(input: SetLocalConsolePasswordCommandInput);
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 { SetSMBGuestPasswordInput, SetSMBGuestPasswordOutput } from "../models/models_0";
@@ -27,6 +28,7 @@ export interface SetSMBGuestPasswordCommandOutput extends SetSMBGuestPasswordOut
27
28
  */
28
29
  export declare class SetSMBGuestPasswordCommand extends $Command<SetSMBGuestPasswordCommandInput, SetSMBGuestPasswordCommandOutput, StorageGatewayClientResolvedConfig> {
29
30
  readonly input: SetSMBGuestPasswordCommandInput;
31
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
32
  constructor(input: SetSMBGuestPasswordCommandInput);
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 { ShutdownGatewayInput, ShutdownGatewayOutput } from "../models/models_0";
@@ -48,6 +49,7 @@ export interface ShutdownGatewayCommandOutput extends ShutdownGatewayOutput, __M
48
49
  */
49
50
  export declare class ShutdownGatewayCommand extends $Command<ShutdownGatewayCommandInput, ShutdownGatewayCommandOutput, StorageGatewayClientResolvedConfig> {
50
51
  readonly input: ShutdownGatewayCommandInput;
52
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
51
53
  constructor(input: ShutdownGatewayCommandInput);
52
54
  /**
53
55
  * @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 { StartAvailabilityMonitorTestInput, StartAvailabilityMonitorTestOutput } from "../models/models_0";
@@ -32,6 +33,7 @@ export interface StartAvailabilityMonitorTestCommandOutput extends StartAvailabi
32
33
  */
33
34
  export declare class StartAvailabilityMonitorTestCommand extends $Command<StartAvailabilityMonitorTestCommandInput, StartAvailabilityMonitorTestCommandOutput, StorageGatewayClientResolvedConfig> {
34
35
  readonly input: StartAvailabilityMonitorTestCommandInput;
36
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
35
37
  constructor(input: StartAvailabilityMonitorTestCommandInput);
36
38
  /**
37
39
  * @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 { StartGatewayInput, StartGatewayOutput } from "../models/models_0";
@@ -37,6 +38,7 @@ export interface StartGatewayCommandOutput extends StartGatewayOutput, __Metadat
37
38
  */
38
39
  export declare class StartGatewayCommand extends $Command<StartGatewayCommandInput, StartGatewayCommandOutput, StorageGatewayClientResolvedConfig> {
39
40
  readonly input: StartGatewayCommandInput;
41
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
40
42
  constructor(input: StartGatewayCommandInput);
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 { UpdateAutomaticTapeCreationPolicyInput, UpdateAutomaticTapeCreationPolicyOutput } from "../models/models_0";
@@ -33,6 +34,7 @@ export interface UpdateAutomaticTapeCreationPolicyCommandOutput extends UpdateAu
33
34
  */
34
35
  export declare class UpdateAutomaticTapeCreationPolicyCommand extends $Command<UpdateAutomaticTapeCreationPolicyCommandInput, UpdateAutomaticTapeCreationPolicyCommandOutput, StorageGatewayClientResolvedConfig> {
35
36
  readonly input: UpdateAutomaticTapeCreationPolicyCommandInput;
37
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
36
38
  constructor(input: UpdateAutomaticTapeCreationPolicyCommandInput);
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 { UpdateBandwidthRateLimitInput, UpdateBandwidthRateLimitOutput } from "../models/models_0";
@@ -36,6 +37,7 @@ export interface UpdateBandwidthRateLimitCommandOutput extends UpdateBandwidthRa
36
37
  */
37
38
  export declare class UpdateBandwidthRateLimitCommand extends $Command<UpdateBandwidthRateLimitCommandInput, UpdateBandwidthRateLimitCommandOutput, StorageGatewayClientResolvedConfig> {
38
39
  readonly input: UpdateBandwidthRateLimitCommandInput;
40
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
39
41
  constructor(input: UpdateBandwidthRateLimitCommandInput);
40
42
  /**
41
43
  * @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 { UpdateBandwidthRateLimitScheduleInput, UpdateBandwidthRateLimitScheduleOutput } from "../models/models_0";
@@ -29,6 +30,7 @@ export interface UpdateBandwidthRateLimitScheduleCommandOutput extends UpdateBan
29
30
  */
30
31
  export declare class UpdateBandwidthRateLimitScheduleCommand extends $Command<UpdateBandwidthRateLimitScheduleCommandInput, UpdateBandwidthRateLimitScheduleCommandOutput, StorageGatewayClientResolvedConfig> {
31
32
  readonly input: UpdateBandwidthRateLimitScheduleCommandInput;
33
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
32
34
  constructor(input: UpdateBandwidthRateLimitScheduleCommandInput);
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 { UpdateChapCredentialsInput, UpdateChapCredentialsOutput } from "../models/models_0";
@@ -33,6 +34,7 @@ export interface UpdateChapCredentialsCommandOutput extends UpdateChapCredential
33
34
  */
34
35
  export declare class UpdateChapCredentialsCommand extends $Command<UpdateChapCredentialsCommandInput, UpdateChapCredentialsCommandOutput, StorageGatewayClientResolvedConfig> {
35
36
  readonly input: UpdateChapCredentialsCommandInput;
37
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
36
38
  constructor(input: UpdateChapCredentialsCommandInput);
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 { UpdateFileSystemAssociationInput, UpdateFileSystemAssociationOutput } from "../models/models_0";
@@ -26,6 +27,7 @@ export interface UpdateFileSystemAssociationCommandOutput extends UpdateFileSyst
26
27
  */
27
28
  export declare class UpdateFileSystemAssociationCommand extends $Command<UpdateFileSystemAssociationCommandInput, UpdateFileSystemAssociationCommandOutput, StorageGatewayClientResolvedConfig> {
28
29
  readonly input: UpdateFileSystemAssociationCommandInput;
30
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
29
31
  constructor(input: UpdateFileSystemAssociationCommandInput);
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 { UpdateGatewayInformationInput, UpdateGatewayInformationOutput } from "../models/models_0";
@@ -33,6 +34,7 @@ export interface UpdateGatewayInformationCommandOutput extends UpdateGatewayInfo
33
34
  */
34
35
  export declare class UpdateGatewayInformationCommand extends $Command<UpdateGatewayInformationCommandInput, UpdateGatewayInformationCommandOutput, StorageGatewayClientResolvedConfig> {
35
36
  readonly input: UpdateGatewayInformationCommandInput;
37
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
36
38
  constructor(input: UpdateGatewayInformationCommandInput);
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 { UpdateGatewaySoftwareNowInput, UpdateGatewaySoftwareNowOutput } from "../models/models_0";
@@ -40,6 +41,7 @@ export interface UpdateGatewaySoftwareNowCommandOutput extends UpdateGatewaySoft
40
41
  */
41
42
  export declare class UpdateGatewaySoftwareNowCommand extends $Command<UpdateGatewaySoftwareNowCommandInput, UpdateGatewaySoftwareNowCommandOutput, StorageGatewayClientResolvedConfig> {
42
43
  readonly input: UpdateGatewaySoftwareNowCommandInput;
44
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
43
45
  constructor(input: UpdateGatewaySoftwareNowCommandInput);
44
46
  /**
45
47
  * @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 { UpdateMaintenanceStartTimeInput, UpdateMaintenanceStartTimeOutput } from "../models/models_0";
@@ -26,6 +27,7 @@ export interface UpdateMaintenanceStartTimeCommandOutput extends UpdateMaintenan
26
27
  */
27
28
  export declare class UpdateMaintenanceStartTimeCommand extends $Command<UpdateMaintenanceStartTimeCommandInput, UpdateMaintenanceStartTimeCommandOutput, StorageGatewayClientResolvedConfig> {
28
29
  readonly input: UpdateMaintenanceStartTimeCommandInput;
30
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
29
31
  constructor(input: UpdateMaintenanceStartTimeCommandInput);
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 { UpdateNFSFileShareInput, UpdateNFSFileShareOutput } from "../models/models_0";
@@ -51,6 +52,7 @@ export interface UpdateNFSFileShareCommandOutput extends UpdateNFSFileShareOutpu
51
52
  */
52
53
  export declare class UpdateNFSFileShareCommand extends $Command<UpdateNFSFileShareCommandInput, UpdateNFSFileShareCommandOutput, StorageGatewayClientResolvedConfig> {
53
54
  readonly input: UpdateNFSFileShareCommandInput;
55
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
54
56
  constructor(input: UpdateNFSFileShareCommandInput);
55
57
  /**
56
58
  * @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 { UpdateSMBFileShareInput, UpdateSMBFileShareOutput } from "../models/models_0";
@@ -44,6 +45,7 @@ export interface UpdateSMBFileShareCommandOutput extends UpdateSMBFileShareOutpu
44
45
  */
45
46
  export declare class UpdateSMBFileShareCommand extends $Command<UpdateSMBFileShareCommandInput, UpdateSMBFileShareCommandOutput, StorageGatewayClientResolvedConfig> {
46
47
  readonly input: UpdateSMBFileShareCommandInput;
48
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
47
49
  constructor(input: UpdateSMBFileShareCommandInput);
48
50
  /**
49
51
  * @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 { UpdateSMBFileShareVisibilityInput, UpdateSMBFileShareVisibilityOutput } from "../models/models_0";
@@ -26,6 +27,7 @@ export interface UpdateSMBFileShareVisibilityCommandOutput extends UpdateSMBFile
26
27
  */
27
28
  export declare class UpdateSMBFileShareVisibilityCommand extends $Command<UpdateSMBFileShareVisibilityCommandInput, UpdateSMBFileShareVisibilityCommandOutput, StorageGatewayClientResolvedConfig> {
28
29
  readonly input: UpdateSMBFileShareVisibilityCommandInput;
30
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
29
31
  constructor(input: UpdateSMBFileShareVisibilityCommandInput);
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 { UpdateSMBLocalGroupsInput, UpdateSMBLocalGroupsOutput } from "../models/models_0";
@@ -26,6 +27,7 @@ export interface UpdateSMBLocalGroupsCommandOutput extends UpdateSMBLocalGroupsO
26
27
  */
27
28
  export declare class UpdateSMBLocalGroupsCommand extends $Command<UpdateSMBLocalGroupsCommandInput, UpdateSMBLocalGroupsCommandOutput, StorageGatewayClientResolvedConfig> {
28
29
  readonly input: UpdateSMBLocalGroupsCommandInput;
30
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
29
31
  constructor(input: UpdateSMBLocalGroupsCommandInput);
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 { UpdateSMBSecurityStrategyInput, UpdateSMBSecurityStrategyOutput } from "../models/models_0";
@@ -32,6 +33,7 @@ export interface UpdateSMBSecurityStrategyCommandOutput extends UpdateSMBSecurit
32
33
  */
33
34
  export declare class UpdateSMBSecurityStrategyCommand extends $Command<UpdateSMBSecurityStrategyCommandInput, UpdateSMBSecurityStrategyCommandOutput, StorageGatewayClientResolvedConfig> {
34
35
  readonly input: UpdateSMBSecurityStrategyCommandInput;
36
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
35
37
  constructor(input: UpdateSMBSecurityStrategyCommandInput);
36
38
  /**
37
39
  * @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 { UpdateSnapshotScheduleInput, UpdateSnapshotScheduleOutput } from "../models/models_0";
@@ -34,6 +35,7 @@ export interface UpdateSnapshotScheduleCommandOutput extends UpdateSnapshotSched
34
35
  */
35
36
  export declare class UpdateSnapshotScheduleCommand extends $Command<UpdateSnapshotScheduleCommandInput, UpdateSnapshotScheduleCommandOutput, StorageGatewayClientResolvedConfig> {
36
37
  readonly input: UpdateSnapshotScheduleCommandInput;
38
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
37
39
  constructor(input: UpdateSnapshotScheduleCommandInput);
38
40
  /**
39
41
  * @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 { UpdateVTLDeviceTypeInput, UpdateVTLDeviceTypeOutput } from "../models/models_0";
@@ -28,6 +29,7 @@ export interface UpdateVTLDeviceTypeCommandOutput extends UpdateVTLDeviceTypeOut
28
29
  */
29
30
  export declare class UpdateVTLDeviceTypeCommand extends $Command<UpdateVTLDeviceTypeCommandInput, UpdateVTLDeviceTypeCommandOutput, StorageGatewayClientResolvedConfig> {
30
31
  readonly input: UpdateVTLDeviceTypeCommandInput;
32
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
33
  constructor(input: UpdateVTLDeviceTypeCommandInput);
32
34
  /**
33
35
  * @internal
@@ -0,0 +1,19 @@
1
+ import { EndpointParameters as __EndpointParameters, Provider } from "@aws-sdk/types";
2
+ export interface ClientInputEndpointParameters {
3
+ region?: string | Provider<string>;
4
+ useDualstackEndpoint?: boolean | Provider<boolean>;
5
+ useFipsEndpoint?: boolean | Provider<boolean>;
6
+ endpoint?: string | Provider<string>;
7
+ }
8
+ export declare type ClientResolvedEndpointParameters = ClientInputEndpointParameters & {
9
+ defaultSigningName: string;
10
+ };
11
+ export declare const resolveClientEndpointParameters: <T>(options: T & ClientInputEndpointParameters) => T & ClientInputEndpointParameters & {
12
+ defaultSigningName: string;
13
+ };
14
+ export interface EndpointParameters extends __EndpointParameters {
15
+ Region?: string;
16
+ UseDualStack?: boolean;
17
+ UseFIPS?: boolean;
18
+ Endpoint?: string;
19
+ }
@@ -0,0 +1,5 @@
1
+ import { EndpointV2, Logger } from "@aws-sdk/types";
2
+ import { EndpointParameters } from "./EndpointParameters";
3
+ export declare const defaultEndpointResolver: (endpointParams: EndpointParameters, context?: {
4
+ logger?: Logger;
5
+ }) => EndpointV2;
@@ -0,0 +1,2 @@
1
+ import { RuleSetObject } from "@aws-sdk/util-endpoints";
2
+ export declare const ruleSet: RuleSetObject;
@@ -26,8 +26,10 @@ export declare const getRuntimeConfig: (config: StorageGatewayClientConfig) => {
26
26
  disableHostPrefix: boolean;
27
27
  logger: import("@aws-sdk/types").Logger;
28
28
  serviceId: string;
29
- regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
30
- endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
29
+ endpoint?: ((string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | import("@aws-sdk/types").EndpointV2 | import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2>) & (string | import("@aws-sdk/types").Provider<string>)) | undefined;
30
+ endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
31
+ logger?: import("@aws-sdk/types").Logger | undefined;
32
+ }) => import("@aws-sdk/types").EndpointV2;
31
33
  tls?: boolean | undefined;
32
34
  retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
33
35
  credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
@@ -26,8 +26,10 @@ export declare const getRuntimeConfig: (config: StorageGatewayClientConfig) => {
26
26
  disableHostPrefix: boolean;
27
27
  logger: import("@aws-sdk/types").Logger;
28
28
  serviceId: string;
29
- regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
30
- endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
29
+ endpoint?: ((string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | import("@aws-sdk/types").EndpointV2 | import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2>) & (string | import("@aws-sdk/types").Provider<string>)) | undefined;
30
+ endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
31
+ logger?: import("@aws-sdk/types").Logger | undefined;
32
+ }) => import("@aws-sdk/types").EndpointV2;
31
33
  tls?: boolean | undefined;
32
34
  retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
33
35
  credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
@@ -23,10 +23,12 @@ export declare const getRuntimeConfig: (config: StorageGatewayClientConfig) => {
23
23
  serviceId: string;
24
24
  region: string | import("@aws-sdk/types").Provider<any>;
25
25
  credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
26
- regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
27
26
  defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
28
27
  defaultsMode: import("@aws-sdk/smithy-client").DefaultsMode | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").DefaultsMode>;
29
- endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
28
+ endpoint?: string | (import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> & import("@aws-sdk/types").Provider<string>) | (import("@aws-sdk/types").Endpoint & import("@aws-sdk/types").Provider<string>) | (import("@aws-sdk/types").EndpointV2 & import("@aws-sdk/types").Provider<string>) | (import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2> & import("@aws-sdk/types").Provider<string>) | undefined;
29
+ endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
30
+ logger?: import("@aws-sdk/types").Logger | undefined;
31
+ }) => import("@aws-sdk/types").EndpointV2;
30
32
  tls?: boolean | undefined;
31
33
  retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
32
34
  credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
@@ -6,8 +6,10 @@ import { StorageGatewayClientConfig } from "./StorageGatewayClient";
6
6
  export declare const getRuntimeConfig: (config: StorageGatewayClientConfig) => {
7
7
  apiVersion: string;
8
8
  disableHostPrefix: boolean;
9
+ endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
10
+ logger?: __Logger | undefined;
11
+ }) => import("@aws-sdk/types").EndpointV2;
9
12
  logger: __Logger;
10
- regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
11
13
  serviceId: string;
12
14
  urlParser: import("@aws-sdk/types").UrlParser;
13
15
  };
@@ -1,9 +1,11 @@
1
1
  import {
2
- EndpointsInputConfig,
3
- EndpointsResolvedConfig,
4
2
  RegionInputConfig,
5
3
  RegionResolvedConfig,
6
4
  } from "@aws-sdk/config-resolver";
5
+ import {
6
+ EndpointInputConfig,
7
+ EndpointResolvedConfig,
8
+ } from "@aws-sdk/middleware-endpoint";
7
9
  import {
8
10
  HostHeaderInputConfig,
9
11
  HostHeaderResolvedConfig,
@@ -37,7 +39,6 @@ import {
37
39
  Logger as __Logger,
38
40
  Provider as __Provider,
39
41
  Provider,
40
- RegionInfoProvider,
41
42
  StreamCollector as __StreamCollector,
42
43
  UrlParser as __UrlParser,
43
44
  UserAgent as __UserAgent,
@@ -402,6 +403,11 @@ import {
402
403
  UpdateVTLDeviceTypeCommandInput,
403
404
  UpdateVTLDeviceTypeCommandOutput,
404
405
  } from "./commands/UpdateVTLDeviceTypeCommand";
406
+ import {
407
+ ClientInputEndpointParameters,
408
+ ClientResolvedEndpointParameters,
409
+ EndpointParameters,
410
+ } from "./endpoint/EndpointParameters";
405
411
  export declare type ServiceInputTypes =
406
412
  | ActivateGatewayCommandInput
407
413
  | AddCacheCommandInput
@@ -605,7 +611,6 @@ export interface ClientDefaults
605
611
  serviceId?: string;
606
612
  region?: string | __Provider<string>;
607
613
  credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
608
- regionInfoProvider?: RegionInfoProvider;
609
614
  defaultUserAgentProvider?: Provider<__UserAgent>;
610
615
  defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
611
616
  }
@@ -614,22 +619,24 @@ declare type StorageGatewayClientConfigType = Partial<
614
619
  > &
615
620
  ClientDefaults &
616
621
  RegionInputConfig &
617
- EndpointsInputConfig &
622
+ EndpointInputConfig<EndpointParameters> &
618
623
  RetryInputConfig &
619
624
  HostHeaderInputConfig &
620
625
  AwsAuthInputConfig &
621
- UserAgentInputConfig;
626
+ UserAgentInputConfig &
627
+ ClientInputEndpointParameters;
622
628
  export interface StorageGatewayClientConfig
623
629
  extends StorageGatewayClientConfigType {}
624
630
  declare type StorageGatewayClientResolvedConfigType =
625
631
  __SmithyResolvedConfiguration<__HttpHandlerOptions> &
626
632
  Required<ClientDefaults> &
627
633
  RegionResolvedConfig &
628
- EndpointsResolvedConfig &
634
+ EndpointResolvedConfig<EndpointParameters> &
629
635
  RetryResolvedConfig &
630
636
  HostHeaderResolvedConfig &
631
637
  AwsAuthResolvedConfig &
632
- UserAgentResolvedConfig;
638
+ UserAgentResolvedConfig &
639
+ ClientResolvedEndpointParameters;
633
640
  export interface StorageGatewayClientResolvedConfig
634
641
  extends StorageGatewayClientResolvedConfigType {}
635
642
  export declare class StorageGatewayClient extends __Client<
@@ -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 {
3
4
  Handler,
@@ -24,6 +25,7 @@ export declare class ActivateGatewayCommand extends $Command<
24
25
  StorageGatewayClientResolvedConfig
25
26
  > {
26
27
  readonly input: ActivateGatewayCommandInput;
28
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
29
  constructor(input: ActivateGatewayCommandInput);
28
30
  resolveMiddleware(
29
31
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -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 {
3
4
  Handler,
@@ -21,6 +22,7 @@ export declare class AddCacheCommand extends $Command<
21
22
  StorageGatewayClientResolvedConfig
22
23
  > {
23
24
  readonly input: AddCacheCommandInput;
25
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
24
26
  constructor(input: AddCacheCommandInput);
25
27
  resolveMiddleware(
26
28
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -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 {
3
4
  Handler,
@@ -24,6 +25,7 @@ export declare class AddTagsToResourceCommand extends $Command<
24
25
  StorageGatewayClientResolvedConfig
25
26
  > {
26
27
  readonly input: AddTagsToResourceCommandInput;
28
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
29
  constructor(input: AddTagsToResourceCommandInput);
28
30
  resolveMiddleware(
29
31
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -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 {
3
4
  Handler,
@@ -24,6 +25,7 @@ export declare class AddUploadBufferCommand extends $Command<
24
25
  StorageGatewayClientResolvedConfig
25
26
  > {
26
27
  readonly input: AddUploadBufferCommandInput;
28
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
29
  constructor(input: AddUploadBufferCommandInput);
28
30
  resolveMiddleware(
29
31
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -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 {
3
4
  Handler,
@@ -24,6 +25,7 @@ export declare class AddWorkingStorageCommand extends $Command<
24
25
  StorageGatewayClientResolvedConfig
25
26
  > {
26
27
  readonly input: AddWorkingStorageCommandInput;
28
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
29
  constructor(input: AddWorkingStorageCommandInput);
28
30
  resolveMiddleware(
29
31
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,