@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
@@ -29,7 +29,6 @@ export declare const getRuntimeConfig: (config: StorageGatewayClientConfig) => {
29
29
  credentialDefaultProvider: (
30
30
  input: any
31
31
  ) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
32
- regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
33
32
  defaultUserAgentProvider: import("@aws-sdk/types").Provider<
34
33
  import("@aws-sdk/types").UserAgent
35
34
  >;
@@ -40,9 +39,21 @@ export declare const getRuntimeConfig: (config: StorageGatewayClientConfig) => {
40
39
  >;
41
40
  endpoint?:
42
41
  | string
43
- | import("@aws-sdk/types").Endpoint
44
- | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint>
42
+ | (import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> &
43
+ import("@aws-sdk/types").Provider<string>)
44
+ | (import("@aws-sdk/types").Endpoint &
45
+ import("@aws-sdk/types").Provider<string>)
46
+ | (import("@aws-sdk/types").EndpointV2 &
47
+ import("@aws-sdk/types").Provider<string>)
48
+ | (import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2> &
49
+ import("@aws-sdk/types").Provider<string>)
45
50
  | undefined;
51
+ endpointProvider: (
52
+ endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
53
+ context?: {
54
+ logger?: import("@aws-sdk/types").Logger | undefined;
55
+ }
56
+ ) => import("@aws-sdk/types").EndpointV2;
46
57
  tls?: boolean | undefined;
47
58
  retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
48
59
  credentials?:
@@ -3,8 +3,13 @@ import { StorageGatewayClientConfig } from "./StorageGatewayClient";
3
3
  export declare const getRuntimeConfig: (config: StorageGatewayClientConfig) => {
4
4
  apiVersion: string;
5
5
  disableHostPrefix: boolean;
6
+ endpointProvider: (
7
+ endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
8
+ context?: {
9
+ logger?: __Logger | undefined;
10
+ }
11
+ ) => import("@aws-sdk/types").EndpointV2;
6
12
  logger: __Logger;
7
- regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
8
13
  serviceId: string;
9
14
  urlParser: import("@aws-sdk/types").UrlParser;
10
15
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-storage-gateway",
3
3
  "description": "AWS SDK for JavaScript Storage Gateway Client for Node.js, Browser and React Native",
4
- "version": "3.193.0",
4
+ "version": "3.195.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -19,13 +19,14 @@
19
19
  "dependencies": {
20
20
  "@aws-crypto/sha256-browser": "2.0.0",
21
21
  "@aws-crypto/sha256-js": "2.0.0",
22
- "@aws-sdk/client-sts": "3.193.0",
22
+ "@aws-sdk/client-sts": "3.194.0",
23
23
  "@aws-sdk/config-resolver": "3.193.0",
24
24
  "@aws-sdk/credential-provider-node": "3.193.0",
25
25
  "@aws-sdk/fetch-http-handler": "3.193.0",
26
26
  "@aws-sdk/hash-node": "3.193.0",
27
27
  "@aws-sdk/invalid-dependency": "3.193.0",
28
28
  "@aws-sdk/middleware-content-length": "3.193.0",
29
+ "@aws-sdk/middleware-endpoint": "3.193.0",
29
30
  "@aws-sdk/middleware-host-header": "3.193.0",
30
31
  "@aws-sdk/middleware-logger": "3.193.0",
31
32
  "@aws-sdk/middleware-recursion-detection": "3.193.0",
@@ -46,6 +47,7 @@
46
47
  "@aws-sdk/util-body-length-node": "3.188.0",
47
48
  "@aws-sdk/util-defaults-mode-browser": "3.193.0",
48
49
  "@aws-sdk/util-defaults-mode-node": "3.193.0",
50
+ "@aws-sdk/util-endpoints": "3.194.0",
49
51
  "@aws-sdk/util-user-agent-browser": "3.193.0",
50
52
  "@aws-sdk/util-user-agent-node": "3.193.0",
51
53
  "@aws-sdk/util-utf8-browser": "3.188.0",
@@ -1,195 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.defaultRegionInfoProvider = void 0;
4
- const config_resolver_1 = require("@aws-sdk/config-resolver");
5
- const regionHash = {
6
- "ca-central-1": {
7
- variants: [
8
- {
9
- hostname: "storagegateway-fips.ca-central-1.amazonaws.com",
10
- tags: ["fips"],
11
- },
12
- ],
13
- },
14
- "us-east-1": {
15
- variants: [
16
- {
17
- hostname: "storagegateway-fips.us-east-1.amazonaws.com",
18
- tags: ["fips"],
19
- },
20
- ],
21
- },
22
- "us-east-2": {
23
- variants: [
24
- {
25
- hostname: "storagegateway-fips.us-east-2.amazonaws.com",
26
- tags: ["fips"],
27
- },
28
- ],
29
- },
30
- "us-gov-east-1": {
31
- variants: [
32
- {
33
- hostname: "storagegateway-fips.us-gov-east-1.amazonaws.com",
34
- tags: ["fips"],
35
- },
36
- ],
37
- },
38
- "us-gov-west-1": {
39
- variants: [
40
- {
41
- hostname: "storagegateway-fips.us-gov-west-1.amazonaws.com",
42
- tags: ["fips"],
43
- },
44
- ],
45
- },
46
- "us-west-1": {
47
- variants: [
48
- {
49
- hostname: "storagegateway-fips.us-west-1.amazonaws.com",
50
- tags: ["fips"],
51
- },
52
- ],
53
- },
54
- "us-west-2": {
55
- variants: [
56
- {
57
- hostname: "storagegateway-fips.us-west-2.amazonaws.com",
58
- tags: ["fips"],
59
- },
60
- ],
61
- },
62
- };
63
- const partitionHash = {
64
- aws: {
65
- regions: [
66
- "af-south-1",
67
- "ap-east-1",
68
- "ap-northeast-1",
69
- "ap-northeast-2",
70
- "ap-northeast-3",
71
- "ap-south-1",
72
- "ap-southeast-1",
73
- "ap-southeast-2",
74
- "ap-southeast-3",
75
- "ca-central-1",
76
- "ca-central-1-fips",
77
- "eu-central-1",
78
- "eu-north-1",
79
- "eu-south-1",
80
- "eu-west-1",
81
- "eu-west-2",
82
- "eu-west-3",
83
- "fips",
84
- "me-central-1",
85
- "me-south-1",
86
- "sa-east-1",
87
- "us-east-1",
88
- "us-east-1-fips",
89
- "us-east-2",
90
- "us-east-2-fips",
91
- "us-west-1",
92
- "us-west-1-fips",
93
- "us-west-2",
94
- "us-west-2-fips",
95
- ],
96
- regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$",
97
- variants: [
98
- {
99
- hostname: "storagegateway.{region}.amazonaws.com",
100
- tags: [],
101
- },
102
- {
103
- hostname: "storagegateway-fips.{region}.amazonaws.com",
104
- tags: ["fips"],
105
- },
106
- {
107
- hostname: "storagegateway-fips.{region}.api.aws",
108
- tags: ["dualstack", "fips"],
109
- },
110
- {
111
- hostname: "storagegateway.{region}.api.aws",
112
- tags: ["dualstack"],
113
- },
114
- ],
115
- },
116
- "aws-cn": {
117
- regions: ["cn-north-1", "cn-northwest-1"],
118
- regionRegex: "^cn\\-\\w+\\-\\d+$",
119
- variants: [
120
- {
121
- hostname: "storagegateway.{region}.amazonaws.com.cn",
122
- tags: [],
123
- },
124
- {
125
- hostname: "storagegateway-fips.{region}.amazonaws.com.cn",
126
- tags: ["fips"],
127
- },
128
- {
129
- hostname: "storagegateway-fips.{region}.api.amazonwebservices.com.cn",
130
- tags: ["dualstack", "fips"],
131
- },
132
- {
133
- hostname: "storagegateway.{region}.api.amazonwebservices.com.cn",
134
- tags: ["dualstack"],
135
- },
136
- ],
137
- },
138
- "aws-iso": {
139
- regions: ["us-iso-east-1", "us-iso-west-1"],
140
- regionRegex: "^us\\-iso\\-\\w+\\-\\d+$",
141
- variants: [
142
- {
143
- hostname: "storagegateway.{region}.c2s.ic.gov",
144
- tags: [],
145
- },
146
- {
147
- hostname: "storagegateway-fips.{region}.c2s.ic.gov",
148
- tags: ["fips"],
149
- },
150
- ],
151
- },
152
- "aws-iso-b": {
153
- regions: ["us-isob-east-1"],
154
- regionRegex: "^us\\-isob\\-\\w+\\-\\d+$",
155
- variants: [
156
- {
157
- hostname: "storagegateway.{region}.sc2s.sgov.gov",
158
- tags: [],
159
- },
160
- {
161
- hostname: "storagegateway-fips.{region}.sc2s.sgov.gov",
162
- tags: ["fips"],
163
- },
164
- ],
165
- },
166
- "aws-us-gov": {
167
- regions: ["fips", "us-gov-east-1", "us-gov-east-1-fips", "us-gov-west-1", "us-gov-west-1-fips"],
168
- regionRegex: "^us\\-gov\\-\\w+\\-\\d+$",
169
- variants: [
170
- {
171
- hostname: "storagegateway.{region}.amazonaws.com",
172
- tags: [],
173
- },
174
- {
175
- hostname: "storagegateway-fips.{region}.amazonaws.com",
176
- tags: ["fips"],
177
- },
178
- {
179
- hostname: "storagegateway-fips.{region}.api.aws",
180
- tags: ["dualstack", "fips"],
181
- },
182
- {
183
- hostname: "storagegateway.{region}.api.aws",
184
- tags: ["dualstack"],
185
- },
186
- ],
187
- },
188
- };
189
- const defaultRegionInfoProvider = async (region, options) => (0, config_resolver_1.getRegionInfo)(region, {
190
- ...options,
191
- signingService: "storagegateway",
192
- regionHash,
193
- partitionHash,
194
- });
195
- exports.defaultRegionInfoProvider = defaultRegionInfoProvider;
@@ -1,191 +0,0 @@
1
- import { getRegionInfo } from "@aws-sdk/config-resolver";
2
- const regionHash = {
3
- "ca-central-1": {
4
- variants: [
5
- {
6
- hostname: "storagegateway-fips.ca-central-1.amazonaws.com",
7
- tags: ["fips"],
8
- },
9
- ],
10
- },
11
- "us-east-1": {
12
- variants: [
13
- {
14
- hostname: "storagegateway-fips.us-east-1.amazonaws.com",
15
- tags: ["fips"],
16
- },
17
- ],
18
- },
19
- "us-east-2": {
20
- variants: [
21
- {
22
- hostname: "storagegateway-fips.us-east-2.amazonaws.com",
23
- tags: ["fips"],
24
- },
25
- ],
26
- },
27
- "us-gov-east-1": {
28
- variants: [
29
- {
30
- hostname: "storagegateway-fips.us-gov-east-1.amazonaws.com",
31
- tags: ["fips"],
32
- },
33
- ],
34
- },
35
- "us-gov-west-1": {
36
- variants: [
37
- {
38
- hostname: "storagegateway-fips.us-gov-west-1.amazonaws.com",
39
- tags: ["fips"],
40
- },
41
- ],
42
- },
43
- "us-west-1": {
44
- variants: [
45
- {
46
- hostname: "storagegateway-fips.us-west-1.amazonaws.com",
47
- tags: ["fips"],
48
- },
49
- ],
50
- },
51
- "us-west-2": {
52
- variants: [
53
- {
54
- hostname: "storagegateway-fips.us-west-2.amazonaws.com",
55
- tags: ["fips"],
56
- },
57
- ],
58
- },
59
- };
60
- const partitionHash = {
61
- aws: {
62
- regions: [
63
- "af-south-1",
64
- "ap-east-1",
65
- "ap-northeast-1",
66
- "ap-northeast-2",
67
- "ap-northeast-3",
68
- "ap-south-1",
69
- "ap-southeast-1",
70
- "ap-southeast-2",
71
- "ap-southeast-3",
72
- "ca-central-1",
73
- "ca-central-1-fips",
74
- "eu-central-1",
75
- "eu-north-1",
76
- "eu-south-1",
77
- "eu-west-1",
78
- "eu-west-2",
79
- "eu-west-3",
80
- "fips",
81
- "me-central-1",
82
- "me-south-1",
83
- "sa-east-1",
84
- "us-east-1",
85
- "us-east-1-fips",
86
- "us-east-2",
87
- "us-east-2-fips",
88
- "us-west-1",
89
- "us-west-1-fips",
90
- "us-west-2",
91
- "us-west-2-fips",
92
- ],
93
- regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$",
94
- variants: [
95
- {
96
- hostname: "storagegateway.{region}.amazonaws.com",
97
- tags: [],
98
- },
99
- {
100
- hostname: "storagegateway-fips.{region}.amazonaws.com",
101
- tags: ["fips"],
102
- },
103
- {
104
- hostname: "storagegateway-fips.{region}.api.aws",
105
- tags: ["dualstack", "fips"],
106
- },
107
- {
108
- hostname: "storagegateway.{region}.api.aws",
109
- tags: ["dualstack"],
110
- },
111
- ],
112
- },
113
- "aws-cn": {
114
- regions: ["cn-north-1", "cn-northwest-1"],
115
- regionRegex: "^cn\\-\\w+\\-\\d+$",
116
- variants: [
117
- {
118
- hostname: "storagegateway.{region}.amazonaws.com.cn",
119
- tags: [],
120
- },
121
- {
122
- hostname: "storagegateway-fips.{region}.amazonaws.com.cn",
123
- tags: ["fips"],
124
- },
125
- {
126
- hostname: "storagegateway-fips.{region}.api.amazonwebservices.com.cn",
127
- tags: ["dualstack", "fips"],
128
- },
129
- {
130
- hostname: "storagegateway.{region}.api.amazonwebservices.com.cn",
131
- tags: ["dualstack"],
132
- },
133
- ],
134
- },
135
- "aws-iso": {
136
- regions: ["us-iso-east-1", "us-iso-west-1"],
137
- regionRegex: "^us\\-iso\\-\\w+\\-\\d+$",
138
- variants: [
139
- {
140
- hostname: "storagegateway.{region}.c2s.ic.gov",
141
- tags: [],
142
- },
143
- {
144
- hostname: "storagegateway-fips.{region}.c2s.ic.gov",
145
- tags: ["fips"],
146
- },
147
- ],
148
- },
149
- "aws-iso-b": {
150
- regions: ["us-isob-east-1"],
151
- regionRegex: "^us\\-isob\\-\\w+\\-\\d+$",
152
- variants: [
153
- {
154
- hostname: "storagegateway.{region}.sc2s.sgov.gov",
155
- tags: [],
156
- },
157
- {
158
- hostname: "storagegateway-fips.{region}.sc2s.sgov.gov",
159
- tags: ["fips"],
160
- },
161
- ],
162
- },
163
- "aws-us-gov": {
164
- regions: ["fips", "us-gov-east-1", "us-gov-east-1-fips", "us-gov-west-1", "us-gov-west-1-fips"],
165
- regionRegex: "^us\\-gov\\-\\w+\\-\\d+$",
166
- variants: [
167
- {
168
- hostname: "storagegateway.{region}.amazonaws.com",
169
- tags: [],
170
- },
171
- {
172
- hostname: "storagegateway-fips.{region}.amazonaws.com",
173
- tags: ["fips"],
174
- },
175
- {
176
- hostname: "storagegateway-fips.{region}.api.aws",
177
- tags: ["dualstack", "fips"],
178
- },
179
- {
180
- hostname: "storagegateway.{region}.api.aws",
181
- tags: ["dualstack"],
182
- },
183
- ],
184
- },
185
- };
186
- export const defaultRegionInfoProvider = async (region, options) => getRegionInfo(region, {
187
- ...options,
188
- signingService: "storagegateway",
189
- regionHash,
190
- partitionHash,
191
- });
@@ -1,2 +0,0 @@
1
- import { RegionInfoProvider } from "@aws-sdk/types";
2
- export declare const defaultRegionInfoProvider: RegionInfoProvider;
@@ -1,2 +0,0 @@
1
- import { RegionInfoProvider } from "@aws-sdk/types";
2
- export declare const defaultRegionInfoProvider: RegionInfoProvider;