@aws-sdk/client-storage-gateway 3.32.0 → 3.36.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 (1227) hide show
  1. package/CHANGELOG.md +44 -0
  2. package/dist-cjs/StorageGateway.js +1416 -0
  3. package/dist-cjs/StorageGatewayClient.js +114 -0
  4. package/dist-cjs/commands/ActivateGatewayCommand.js +67 -0
  5. package/dist-cjs/commands/AddCacheCommand.js +64 -0
  6. package/dist-cjs/commands/AddTagsToResourceCommand.js +84 -0
  7. package/dist-cjs/commands/AddUploadBufferCommand.js +66 -0
  8. package/dist-cjs/commands/AddWorkingStorageCommand.js +72 -0
  9. package/dist-cjs/commands/AssignTapePoolCommand.js +66 -0
  10. package/dist-cjs/commands/AssociateFileSystemCommand.js +63 -0
  11. package/dist-cjs/commands/AttachVolumeCommand.js +63 -0
  12. package/dist-cjs/commands/CancelArchivalCommand.js +61 -0
  13. package/dist-cjs/commands/CancelRetrievalCommand.js +62 -0
  14. package/dist-cjs/commands/CreateCachediSCSIVolumeCommand.js +77 -0
  15. package/dist-cjs/commands/CreateNFSFileShareCommand.js +74 -0
  16. package/dist-cjs/commands/CreateSMBFileShareCommand.js +75 -0
  17. package/dist-cjs/commands/CreateSnapshotCommand.js +87 -0
  18. package/dist-cjs/commands/CreateSnapshotFromVolumeRecoveryPointCommand.js +80 -0
  19. package/dist-cjs/commands/CreateStorediSCSIVolumeCommand.js +71 -0
  20. package/dist-cjs/commands/CreateTapePoolCommand.js +61 -0
  21. package/dist-cjs/commands/CreateTapeWithBarcodeCommand.js +68 -0
  22. package/dist-cjs/commands/CreateTapesCommand.js +66 -0
  23. package/dist-cjs/commands/DeleteAutomaticTapeCreationPolicyCommand.js +62 -0
  24. package/dist-cjs/commands/DeleteBandwidthRateLimitCommand.js +64 -0
  25. package/dist-cjs/commands/DeleteChapCredentialsCommand.js +62 -0
  26. package/dist-cjs/commands/DeleteFileShareCommand.js +61 -0
  27. package/dist-cjs/commands/DeleteGatewayCommand.js +77 -0
  28. package/dist-cjs/commands/DeleteSnapshotScheduleCommand.js +74 -0
  29. package/dist-cjs/commands/DeleteTapeArchiveCommand.js +61 -0
  30. package/dist-cjs/commands/DeleteTapeCommand.js +61 -0
  31. package/dist-cjs/commands/DeleteTapePoolCommand.js +62 -0
  32. package/dist-cjs/commands/DeleteVolumeCommand.js +72 -0
  33. package/dist-cjs/commands/DescribeAvailabilityMonitorTestCommand.js +62 -0
  34. package/dist-cjs/commands/DescribeBandwidthRateLimitCommand.js +67 -0
  35. package/dist-cjs/commands/DescribeBandwidthRateLimitScheduleCommand.js +80 -0
  36. package/dist-cjs/commands/DescribeCacheCommand.js +64 -0
  37. package/dist-cjs/commands/DescribeCachediSCSIVolumesCommand.js +65 -0
  38. package/dist-cjs/commands/DescribeChapCredentialsCommand.js +62 -0
  39. package/dist-cjs/commands/DescribeFileSystemAssociationsCommand.js +61 -0
  40. package/dist-cjs/commands/DescribeGatewayInformationCommand.js +62 -0
  41. package/dist-cjs/commands/DescribeMaintenanceStartTimeCommand.js +61 -0
  42. package/dist-cjs/commands/DescribeNFSFileSharesCommand.js +61 -0
  43. package/dist-cjs/commands/DescribeSMBFileSharesCommand.js +61 -0
  44. package/dist-cjs/commands/DescribeSMBSettingsCommand.js +61 -0
  45. package/dist-cjs/commands/DescribeSnapshotScheduleCommand.js +63 -0
  46. package/dist-cjs/commands/DescribeStorediSCSIVolumesCommand.js +62 -0
  47. package/dist-cjs/commands/DescribeTapeArchivesCommand.js +64 -0
  48. package/dist-cjs/commands/DescribeTapeRecoveryPointsCommand.js +66 -0
  49. package/dist-cjs/commands/DescribeTapesCommand.js +63 -0
  50. package/dist-cjs/commands/DescribeUploadBufferCommand.js +64 -0
  51. package/dist-cjs/commands/DescribeVTLDevicesCommand.js +63 -0
  52. package/dist-cjs/commands/DescribeWorkingStorageCommand.js +70 -0
  53. package/dist-cjs/commands/DetachVolumeCommand.js +64 -0
  54. package/dist-cjs/commands/DisableGatewayCommand.js +68 -0
  55. package/dist-cjs/commands/DisassociateFileSystemCommand.js +62 -0
  56. package/dist-cjs/commands/JoinDomainCommand.js +61 -0
  57. package/dist-cjs/commands/ListAutomaticTapeCreationPoliciesCommand.js +63 -0
  58. package/dist-cjs/commands/ListFileSharesCommand.js +61 -0
  59. package/dist-cjs/commands/ListFileSystemAssociationsCommand.js +62 -0
  60. package/dist-cjs/commands/ListGatewaysCommand.js +69 -0
  61. package/dist-cjs/commands/ListLocalDisksCommand.js +68 -0
  62. package/dist-cjs/commands/ListTagsForResourceCommand.js +61 -0
  63. package/dist-cjs/commands/ListTapePoolsCommand.js +68 -0
  64. package/dist-cjs/commands/ListTapesCommand.js +70 -0
  65. package/dist-cjs/commands/ListVolumeInitiatorsCommand.js +62 -0
  66. package/dist-cjs/commands/ListVolumeRecoveryPointsCommand.js +66 -0
  67. package/dist-cjs/commands/ListVolumesCommand.js +69 -0
  68. package/dist-cjs/commands/NotifyWhenUploadedCommand.js +74 -0
  69. package/dist-cjs/commands/RefreshCacheCommand.js +90 -0
  70. package/dist-cjs/commands/RemoveTagsFromResourceCommand.js +61 -0
  71. package/dist-cjs/commands/ResetCacheCommand.js +72 -0
  72. package/dist-cjs/commands/RetrieveTapeArchiveCommand.js +67 -0
  73. package/dist-cjs/commands/RetrieveTapeRecoveryPointCommand.js +71 -0
  74. package/dist-cjs/commands/SetLocalConsolePasswordCommand.js +63 -0
  75. package/dist-cjs/commands/SetSMBGuestPasswordCommand.js +62 -0
  76. package/dist-cjs/commands/ShutdownGatewayCommand.js +83 -0
  77. package/dist-cjs/commands/StartAvailabilityMonitorTestCommand.js +67 -0
  78. package/dist-cjs/commands/StartGatewayCommand.js +72 -0
  79. package/dist-cjs/commands/UpdateAutomaticTapeCreationPolicyCommand.js +68 -0
  80. package/dist-cjs/commands/UpdateBandwidthRateLimitCommand.js +70 -0
  81. package/dist-cjs/commands/UpdateBandwidthRateLimitScheduleCommand.js +65 -0
  82. package/dist-cjs/commands/UpdateChapCredentialsCommand.js +68 -0
  83. package/dist-cjs/commands/UpdateFileSystemAssociationCommand.js +60 -0
  84. package/dist-cjs/commands/UpdateGatewayInformationCommand.js +68 -0
  85. package/dist-cjs/commands/UpdateGatewaySoftwareNowCommand.js +75 -0
  86. package/dist-cjs/commands/UpdateMaintenanceStartTimeCommand.js +61 -0
  87. package/dist-cjs/commands/UpdateNFSFileShareCommand.js +85 -0
  88. package/dist-cjs/commands/UpdateSMBFileShareCommand.js +78 -0
  89. package/dist-cjs/commands/UpdateSMBFileShareVisibilityCommand.js +61 -0
  90. package/dist-cjs/commands/UpdateSMBSecurityStrategyCommand.js +67 -0
  91. package/dist-cjs/commands/UpdateSnapshotScheduleCommand.js +69 -0
  92. package/dist-cjs/commands/UpdateVTLDeviceTypeCommand.js +63 -0
  93. package/dist-cjs/endpoints.js +62 -0
  94. package/dist-cjs/index.js +107 -0
  95. package/dist-cjs/models/index.js +4 -0
  96. package/dist-cjs/models/models_0.js +1916 -0
  97. package/dist-cjs/pagination/DescribeTapeArchivesPaginator.js +45 -0
  98. package/dist-cjs/pagination/DescribeTapeRecoveryPointsPaginator.js +45 -0
  99. package/dist-cjs/pagination/DescribeTapesPaginator.js +45 -0
  100. package/dist-cjs/pagination/DescribeVTLDevicesPaginator.js +45 -0
  101. package/dist-cjs/pagination/Interfaces.js +2 -0
  102. package/dist-cjs/pagination/ListFileSharesPaginator.js +45 -0
  103. package/dist-cjs/pagination/ListFileSystemAssociationsPaginator.js +45 -0
  104. package/dist-cjs/pagination/ListGatewaysPaginator.js +45 -0
  105. package/dist-cjs/pagination/ListTagsForResourcePaginator.js +45 -0
  106. package/dist-cjs/pagination/ListTapePoolsPaginator.js +45 -0
  107. package/dist-cjs/pagination/ListTapesPaginator.js +45 -0
  108. package/dist-cjs/pagination/ListVolumesPaginator.js +45 -0
  109. package/dist-cjs/protocols/Aws_json1_1.js +8259 -0
  110. package/dist-cjs/runtimeConfig.browser.js +41 -0
  111. package/dist-cjs/runtimeConfig.js +46 -0
  112. package/dist-cjs/runtimeConfig.native.js +19 -0
  113. package/dist-cjs/runtimeConfig.shared.js +20 -0
  114. package/dist-es/StorageGateway.js +1345 -0
  115. package/dist-es/StorageGatewayClient.js +37 -0
  116. package/dist-es/commands/ActivateGatewayCommand.js +39 -0
  117. package/dist-es/commands/AddCacheCommand.js +39 -0
  118. package/dist-es/commands/AddTagsToResourceCommand.js +39 -0
  119. package/dist-es/commands/AddUploadBufferCommand.js +39 -0
  120. package/dist-es/commands/AddWorkingStorageCommand.js +39 -0
  121. package/dist-es/commands/AssignTapePoolCommand.js +39 -0
  122. package/dist-es/commands/AssociateFileSystemCommand.js +39 -0
  123. package/dist-es/commands/AttachVolumeCommand.js +39 -0
  124. package/dist-es/commands/CancelArchivalCommand.js +39 -0
  125. package/dist-es/commands/CancelRetrievalCommand.js +39 -0
  126. package/dist-es/commands/CreateCachediSCSIVolumeCommand.js +39 -0
  127. package/dist-es/commands/CreateNFSFileShareCommand.js +39 -0
  128. package/dist-es/commands/CreateSMBFileShareCommand.js +39 -0
  129. package/dist-es/commands/CreateSnapshotCommand.js +39 -0
  130. package/dist-es/commands/CreateSnapshotFromVolumeRecoveryPointCommand.js +39 -0
  131. package/dist-es/commands/CreateStorediSCSIVolumeCommand.js +39 -0
  132. package/dist-es/commands/CreateTapePoolCommand.js +39 -0
  133. package/dist-es/commands/CreateTapeWithBarcodeCommand.js +39 -0
  134. package/dist-es/commands/CreateTapesCommand.js +39 -0
  135. package/dist-es/commands/DeleteAutomaticTapeCreationPolicyCommand.js +39 -0
  136. package/dist-es/commands/DeleteBandwidthRateLimitCommand.js +39 -0
  137. package/dist-es/commands/DeleteChapCredentialsCommand.js +39 -0
  138. package/dist-es/commands/DeleteFileShareCommand.js +39 -0
  139. package/dist-es/commands/DeleteGatewayCommand.js +39 -0
  140. package/dist-es/commands/DeleteSnapshotScheduleCommand.js +39 -0
  141. package/dist-es/commands/DeleteTapeArchiveCommand.js +39 -0
  142. package/dist-es/commands/DeleteTapeCommand.js +39 -0
  143. package/dist-es/commands/DeleteTapePoolCommand.js +39 -0
  144. package/dist-es/commands/DeleteVolumeCommand.js +39 -0
  145. package/dist-es/commands/DescribeAvailabilityMonitorTestCommand.js +39 -0
  146. package/dist-es/commands/DescribeBandwidthRateLimitCommand.js +39 -0
  147. package/dist-es/commands/DescribeBandwidthRateLimitScheduleCommand.js +39 -0
  148. package/dist-es/commands/DescribeCacheCommand.js +39 -0
  149. package/dist-es/commands/DescribeCachediSCSIVolumesCommand.js +39 -0
  150. package/dist-es/commands/DescribeChapCredentialsCommand.js +39 -0
  151. package/dist-es/commands/DescribeFileSystemAssociationsCommand.js +39 -0
  152. package/dist-es/commands/DescribeGatewayInformationCommand.js +39 -0
  153. package/dist-es/commands/DescribeMaintenanceStartTimeCommand.js +39 -0
  154. package/dist-es/commands/DescribeNFSFileSharesCommand.js +39 -0
  155. package/dist-es/commands/DescribeSMBFileSharesCommand.js +39 -0
  156. package/dist-es/commands/DescribeSMBSettingsCommand.js +39 -0
  157. package/dist-es/commands/DescribeSnapshotScheduleCommand.js +39 -0
  158. package/dist-es/commands/DescribeStorediSCSIVolumesCommand.js +39 -0
  159. package/dist-es/commands/DescribeTapeArchivesCommand.js +39 -0
  160. package/dist-es/commands/DescribeTapeRecoveryPointsCommand.js +39 -0
  161. package/dist-es/commands/DescribeTapesCommand.js +39 -0
  162. package/dist-es/commands/DescribeUploadBufferCommand.js +39 -0
  163. package/dist-es/commands/DescribeVTLDevicesCommand.js +39 -0
  164. package/dist-es/commands/DescribeWorkingStorageCommand.js +39 -0
  165. package/dist-es/commands/DetachVolumeCommand.js +39 -0
  166. package/dist-es/commands/DisableGatewayCommand.js +39 -0
  167. package/dist-es/commands/DisassociateFileSystemCommand.js +39 -0
  168. package/dist-es/commands/JoinDomainCommand.js +39 -0
  169. package/dist-es/commands/ListAutomaticTapeCreationPoliciesCommand.js +39 -0
  170. package/dist-es/commands/ListFileSharesCommand.js +39 -0
  171. package/dist-es/commands/ListFileSystemAssociationsCommand.js +39 -0
  172. package/dist-es/commands/ListGatewaysCommand.js +39 -0
  173. package/dist-es/commands/ListLocalDisksCommand.js +39 -0
  174. package/dist-es/commands/ListTagsForResourceCommand.js +39 -0
  175. package/dist-es/commands/ListTapePoolsCommand.js +39 -0
  176. package/dist-es/commands/ListTapesCommand.js +39 -0
  177. package/dist-es/commands/ListVolumeInitiatorsCommand.js +39 -0
  178. package/dist-es/commands/ListVolumeRecoveryPointsCommand.js +39 -0
  179. package/dist-es/commands/ListVolumesCommand.js +39 -0
  180. package/dist-es/commands/NotifyWhenUploadedCommand.js +39 -0
  181. package/dist-es/commands/RefreshCacheCommand.js +39 -0
  182. package/dist-es/commands/RemoveTagsFromResourceCommand.js +39 -0
  183. package/dist-es/commands/ResetCacheCommand.js +39 -0
  184. package/dist-es/commands/RetrieveTapeArchiveCommand.js +39 -0
  185. package/dist-es/commands/RetrieveTapeRecoveryPointCommand.js +39 -0
  186. package/dist-es/commands/SetLocalConsolePasswordCommand.js +39 -0
  187. package/dist-es/commands/SetSMBGuestPasswordCommand.js +39 -0
  188. package/dist-es/commands/ShutdownGatewayCommand.js +39 -0
  189. package/dist-es/commands/StartAvailabilityMonitorTestCommand.js +39 -0
  190. package/dist-es/commands/StartGatewayCommand.js +39 -0
  191. package/dist-es/commands/UpdateAutomaticTapeCreationPolicyCommand.js +39 -0
  192. package/dist-es/commands/UpdateBandwidthRateLimitCommand.js +39 -0
  193. package/dist-es/commands/UpdateBandwidthRateLimitScheduleCommand.js +39 -0
  194. package/dist-es/commands/UpdateChapCredentialsCommand.js +39 -0
  195. package/dist-es/commands/UpdateFileSystemAssociationCommand.js +39 -0
  196. package/dist-es/commands/UpdateGatewayInformationCommand.js +39 -0
  197. package/dist-es/commands/UpdateGatewaySoftwareNowCommand.js +39 -0
  198. package/dist-es/commands/UpdateMaintenanceStartTimeCommand.js +39 -0
  199. package/dist-es/commands/UpdateNFSFileShareCommand.js +39 -0
  200. package/dist-es/commands/UpdateSMBFileShareCommand.js +39 -0
  201. package/dist-es/commands/UpdateSMBFileShareVisibilityCommand.js +39 -0
  202. package/dist-es/commands/UpdateSMBSecurityStrategyCommand.js +39 -0
  203. package/dist-es/commands/UpdateSnapshotScheduleCommand.js +39 -0
  204. package/dist-es/commands/UpdateVTLDeviceTypeCommand.js +39 -0
  205. package/dist-es/endpoints.js +58 -0
  206. package/{dist/types/index.d.ts → dist-es/index.js} +0 -0
  207. package/{dist/types/models/index.d.ts → dist-es/models/index.js} +0 -0
  208. package/dist-es/models/models_0.js +850 -0
  209. package/dist-es/pagination/DescribeTapeArchivesPaginator.js +74 -0
  210. package/dist-es/pagination/DescribeTapeRecoveryPointsPaginator.js +74 -0
  211. package/dist-es/pagination/DescribeTapesPaginator.js +74 -0
  212. package/dist-es/pagination/DescribeVTLDevicesPaginator.js +74 -0
  213. package/dist-es/pagination/Interfaces.js +1 -0
  214. package/dist-es/pagination/ListFileSharesPaginator.js +74 -0
  215. package/dist-es/pagination/ListFileSystemAssociationsPaginator.js +74 -0
  216. package/dist-es/pagination/ListGatewaysPaginator.js +74 -0
  217. package/dist-es/pagination/ListTagsForResourcePaginator.js +74 -0
  218. package/dist-es/pagination/ListTapePoolsPaginator.js +74 -0
  219. package/dist-es/pagination/ListTapesPaginator.js +74 -0
  220. package/dist-es/pagination/ListVolumesPaginator.js +74 -0
  221. package/dist-es/protocols/Aws_json1_1.js +8727 -0
  222. package/dist-es/runtimeConfig.browser.js +16 -0
  223. package/dist-es/runtimeConfig.js +21 -0
  224. package/dist-es/runtimeConfig.native.js +8 -0
  225. package/dist-es/runtimeConfig.shared.js +13 -0
  226. package/dist-types/StorageGateway.d.ts +1340 -0
  227. package/dist-types/StorageGatewayClient.d.ts +292 -0
  228. package/dist-types/commands/ActivateGatewayCommand.d.ts +42 -0
  229. package/dist-types/commands/AddCacheCommand.d.ts +39 -0
  230. package/dist-types/commands/AddTagsToResourceCommand.d.ts +59 -0
  231. package/dist-types/commands/AddUploadBufferCommand.d.ts +41 -0
  232. package/dist-types/commands/AddWorkingStorageCommand.d.ts +47 -0
  233. package/dist-types/commands/AssignTapePoolCommand.d.ts +41 -0
  234. package/dist-types/commands/AssociateFileSystemCommand.d.ts +38 -0
  235. package/dist-types/commands/AttachVolumeCommand.d.ts +38 -0
  236. package/dist-types/commands/CancelArchivalCommand.d.ts +36 -0
  237. package/dist-types/commands/CancelRetrievalCommand.d.ts +37 -0
  238. package/dist-types/commands/CreateCachediSCSIVolumeCommand.d.ts +52 -0
  239. package/dist-types/commands/CreateNFSFileShareCommand.d.ts +49 -0
  240. package/dist-types/commands/CreateSMBFileShareCommand.d.ts +50 -0
  241. package/dist-types/commands/CreateSnapshotCommand.d.ts +62 -0
  242. package/dist-types/commands/CreateSnapshotFromVolumeRecoveryPointCommand.d.ts +55 -0
  243. package/dist-types/commands/CreateStorediSCSIVolumeCommand.d.ts +46 -0
  244. package/dist-types/commands/CreateTapePoolCommand.d.ts +36 -0
  245. package/dist-types/commands/CreateTapeWithBarcodeCommand.d.ts +43 -0
  246. package/dist-types/commands/CreateTapesCommand.d.ts +41 -0
  247. package/dist-types/commands/DeleteAutomaticTapeCreationPolicyCommand.d.ts +37 -0
  248. package/dist-types/commands/DeleteBandwidthRateLimitCommand.d.ts +39 -0
  249. package/dist-types/commands/DeleteChapCredentialsCommand.d.ts +37 -0
  250. package/dist-types/commands/DeleteFileShareCommand.d.ts +36 -0
  251. package/dist-types/commands/DeleteGatewayCommand.d.ts +52 -0
  252. package/dist-types/commands/DeleteSnapshotScheduleCommand.d.ts +49 -0
  253. package/dist-types/commands/DeleteTapeArchiveCommand.d.ts +36 -0
  254. package/dist-types/commands/DeleteTapeCommand.d.ts +36 -0
  255. package/dist-types/commands/DeleteTapePoolCommand.d.ts +37 -0
  256. package/dist-types/commands/DeleteVolumeCommand.d.ts +47 -0
  257. package/dist-types/commands/DescribeAvailabilityMonitorTestCommand.d.ts +37 -0
  258. package/dist-types/commands/DescribeBandwidthRateLimitCommand.d.ts +42 -0
  259. package/dist-types/commands/DescribeBandwidthRateLimitScheduleCommand.d.ts +55 -0
  260. package/dist-types/commands/DescribeCacheCommand.d.ts +39 -0
  261. package/dist-types/commands/DescribeCachediSCSIVolumesCommand.d.ts +40 -0
  262. package/dist-types/commands/DescribeChapCredentialsCommand.d.ts +37 -0
  263. package/dist-types/commands/DescribeFileSystemAssociationsCommand.d.ts +36 -0
  264. package/dist-types/commands/DescribeGatewayInformationCommand.d.ts +37 -0
  265. package/dist-types/commands/DescribeMaintenanceStartTimeCommand.d.ts +36 -0
  266. package/dist-types/commands/DescribeNFSFileSharesCommand.d.ts +36 -0
  267. package/dist-types/commands/DescribeSMBFileSharesCommand.d.ts +36 -0
  268. package/dist-types/commands/DescribeSMBSettingsCommand.d.ts +36 -0
  269. package/dist-types/commands/DescribeSnapshotScheduleCommand.d.ts +38 -0
  270. package/dist-types/commands/DescribeStorediSCSIVolumesCommand.d.ts +37 -0
  271. package/dist-types/commands/DescribeTapeArchivesCommand.d.ts +39 -0
  272. package/dist-types/commands/DescribeTapeRecoveryPointsCommand.d.ts +41 -0
  273. package/dist-types/commands/DescribeTapesCommand.d.ts +38 -0
  274. package/dist-types/commands/DescribeUploadBufferCommand.d.ts +39 -0
  275. package/dist-types/commands/DescribeVTLDevicesCommand.d.ts +38 -0
  276. package/dist-types/commands/DescribeWorkingStorageCommand.d.ts +45 -0
  277. package/dist-types/commands/DetachVolumeCommand.d.ts +39 -0
  278. package/dist-types/commands/DisableGatewayCommand.d.ts +43 -0
  279. package/dist-types/commands/DisassociateFileSystemCommand.d.ts +37 -0
  280. package/dist-types/commands/JoinDomainCommand.d.ts +36 -0
  281. package/dist-types/commands/ListAutomaticTapeCreationPoliciesCommand.d.ts +38 -0
  282. package/dist-types/commands/ListFileSharesCommand.d.ts +36 -0
  283. package/dist-types/commands/ListFileSystemAssociationsCommand.d.ts +37 -0
  284. package/dist-types/commands/ListGatewaysCommand.d.ts +44 -0
  285. package/dist-types/commands/ListLocalDisksCommand.d.ts +43 -0
  286. package/dist-types/commands/ListTagsForResourceCommand.d.ts +36 -0
  287. package/dist-types/commands/ListTapePoolsCommand.d.ts +43 -0
  288. package/dist-types/commands/ListTapesCommand.d.ts +45 -0
  289. package/dist-types/commands/ListVolumeInitiatorsCommand.d.ts +37 -0
  290. package/dist-types/commands/ListVolumeRecoveryPointsCommand.d.ts +41 -0
  291. package/dist-types/commands/ListVolumesCommand.d.ts +44 -0
  292. package/dist-types/commands/NotifyWhenUploadedCommand.d.ts +49 -0
  293. package/dist-types/commands/RefreshCacheCommand.d.ts +65 -0
  294. package/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +36 -0
  295. package/dist-types/commands/ResetCacheCommand.d.ts +47 -0
  296. package/dist-types/commands/RetrieveTapeArchiveCommand.d.ts +42 -0
  297. package/dist-types/commands/RetrieveTapeRecoveryPointCommand.d.ts +46 -0
  298. package/dist-types/commands/SetLocalConsolePasswordCommand.d.ts +38 -0
  299. package/dist-types/commands/SetSMBGuestPasswordCommand.d.ts +37 -0
  300. package/dist-types/commands/ShutdownGatewayCommand.d.ts +58 -0
  301. package/dist-types/commands/StartAvailabilityMonitorTestCommand.d.ts +42 -0
  302. package/dist-types/commands/StartGatewayCommand.d.ts +47 -0
  303. package/dist-types/commands/UpdateAutomaticTapeCreationPolicyCommand.d.ts +43 -0
  304. package/dist-types/commands/UpdateBandwidthRateLimitCommand.d.ts +45 -0
  305. package/dist-types/commands/UpdateBandwidthRateLimitScheduleCommand.d.ts +40 -0
  306. package/dist-types/commands/UpdateChapCredentialsCommand.d.ts +43 -0
  307. package/dist-types/commands/UpdateFileSystemAssociationCommand.d.ts +35 -0
  308. package/dist-types/commands/UpdateGatewayInformationCommand.d.ts +43 -0
  309. package/dist-types/commands/UpdateGatewaySoftwareNowCommand.d.ts +50 -0
  310. package/dist-types/commands/UpdateMaintenanceStartTimeCommand.d.ts +36 -0
  311. package/dist-types/commands/UpdateNFSFileShareCommand.d.ts +60 -0
  312. package/dist-types/commands/UpdateSMBFileShareCommand.d.ts +53 -0
  313. package/dist-types/commands/UpdateSMBFileShareVisibilityCommand.d.ts +36 -0
  314. package/dist-types/commands/UpdateSMBSecurityStrategyCommand.d.ts +42 -0
  315. package/dist-types/commands/UpdateSnapshotScheduleCommand.d.ts +44 -0
  316. package/dist-types/commands/UpdateVTLDeviceTypeCommand.d.ts +38 -0
  317. package/{dist/types → dist-types}/endpoints.d.ts +0 -0
  318. package/{index.ts → dist-types/index.d.ts} +0 -0
  319. package/{models/index.ts → dist-types/models/index.d.ts} +0 -0
  320. package/{dist/types → dist-types}/models/models_0.d.ts +0 -0
  321. package/dist-types/pagination/DescribeTapeArchivesPaginator.d.ts +4 -0
  322. package/dist-types/pagination/DescribeTapeRecoveryPointsPaginator.d.ts +4 -0
  323. package/dist-types/pagination/DescribeTapesPaginator.d.ts +4 -0
  324. package/dist-types/pagination/DescribeVTLDevicesPaginator.d.ts +4 -0
  325. package/dist-types/pagination/Interfaces.d.ts +6 -0
  326. package/dist-types/pagination/ListFileSharesPaginator.d.ts +4 -0
  327. package/dist-types/pagination/ListFileSystemAssociationsPaginator.d.ts +4 -0
  328. package/dist-types/pagination/ListGatewaysPaginator.d.ts +4 -0
  329. package/dist-types/pagination/ListTagsForResourcePaginator.d.ts +4 -0
  330. package/dist-types/pagination/ListTapePoolsPaginator.d.ts +4 -0
  331. package/dist-types/pagination/ListTapesPaginator.d.ts +4 -0
  332. package/dist-types/pagination/ListVolumesPaginator.d.ts +4 -0
  333. package/dist-types/protocols/Aws_json1_1.d.ts +269 -0
  334. package/dist-types/runtimeConfig.browser.d.ts +37 -0
  335. package/dist-types/runtimeConfig.d.ts +37 -0
  336. package/dist-types/runtimeConfig.native.d.ts +36 -0
  337. package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
  338. package/dist-types/ts3.4/StorageGateway.d.ts +1340 -0
  339. package/dist-types/ts3.4/StorageGatewayClient.d.ts +292 -0
  340. package/dist-types/ts3.4/commands/ActivateGatewayCommand.d.ts +42 -0
  341. package/dist-types/ts3.4/commands/AddCacheCommand.d.ts +39 -0
  342. package/dist-types/ts3.4/commands/AddTagsToResourceCommand.d.ts +59 -0
  343. package/dist-types/ts3.4/commands/AddUploadBufferCommand.d.ts +41 -0
  344. package/dist-types/ts3.4/commands/AddWorkingStorageCommand.d.ts +47 -0
  345. package/dist-types/ts3.4/commands/AssignTapePoolCommand.d.ts +41 -0
  346. package/dist-types/ts3.4/commands/AssociateFileSystemCommand.d.ts +38 -0
  347. package/dist-types/ts3.4/commands/AttachVolumeCommand.d.ts +38 -0
  348. package/dist-types/ts3.4/commands/CancelArchivalCommand.d.ts +36 -0
  349. package/dist-types/ts3.4/commands/CancelRetrievalCommand.d.ts +37 -0
  350. package/dist-types/ts3.4/commands/CreateCachediSCSIVolumeCommand.d.ts +52 -0
  351. package/dist-types/ts3.4/commands/CreateNFSFileShareCommand.d.ts +49 -0
  352. package/dist-types/ts3.4/commands/CreateSMBFileShareCommand.d.ts +50 -0
  353. package/dist-types/ts3.4/commands/CreateSnapshotCommand.d.ts +62 -0
  354. package/dist-types/ts3.4/commands/CreateSnapshotFromVolumeRecoveryPointCommand.d.ts +55 -0
  355. package/dist-types/ts3.4/commands/CreateStorediSCSIVolumeCommand.d.ts +46 -0
  356. package/dist-types/ts3.4/commands/CreateTapePoolCommand.d.ts +36 -0
  357. package/dist-types/ts3.4/commands/CreateTapeWithBarcodeCommand.d.ts +43 -0
  358. package/dist-types/ts3.4/commands/CreateTapesCommand.d.ts +41 -0
  359. package/dist-types/ts3.4/commands/DeleteAutomaticTapeCreationPolicyCommand.d.ts +37 -0
  360. package/dist-types/ts3.4/commands/DeleteBandwidthRateLimitCommand.d.ts +39 -0
  361. package/dist-types/ts3.4/commands/DeleteChapCredentialsCommand.d.ts +37 -0
  362. package/dist-types/ts3.4/commands/DeleteFileShareCommand.d.ts +36 -0
  363. package/dist-types/ts3.4/commands/DeleteGatewayCommand.d.ts +52 -0
  364. package/dist-types/ts3.4/commands/DeleteSnapshotScheduleCommand.d.ts +49 -0
  365. package/dist-types/ts3.4/commands/DeleteTapeArchiveCommand.d.ts +36 -0
  366. package/dist-types/ts3.4/commands/DeleteTapeCommand.d.ts +36 -0
  367. package/dist-types/ts3.4/commands/DeleteTapePoolCommand.d.ts +37 -0
  368. package/dist-types/ts3.4/commands/DeleteVolumeCommand.d.ts +47 -0
  369. package/dist-types/ts3.4/commands/DescribeAvailabilityMonitorTestCommand.d.ts +37 -0
  370. package/dist-types/ts3.4/commands/DescribeBandwidthRateLimitCommand.d.ts +42 -0
  371. package/dist-types/ts3.4/commands/DescribeBandwidthRateLimitScheduleCommand.d.ts +55 -0
  372. package/dist-types/ts3.4/commands/DescribeCacheCommand.d.ts +39 -0
  373. package/dist-types/ts3.4/commands/DescribeCachediSCSIVolumesCommand.d.ts +40 -0
  374. package/dist-types/ts3.4/commands/DescribeChapCredentialsCommand.d.ts +37 -0
  375. package/dist-types/ts3.4/commands/DescribeFileSystemAssociationsCommand.d.ts +36 -0
  376. package/dist-types/ts3.4/commands/DescribeGatewayInformationCommand.d.ts +37 -0
  377. package/dist-types/ts3.4/commands/DescribeMaintenanceStartTimeCommand.d.ts +36 -0
  378. package/dist-types/ts3.4/commands/DescribeNFSFileSharesCommand.d.ts +36 -0
  379. package/dist-types/ts3.4/commands/DescribeSMBFileSharesCommand.d.ts +36 -0
  380. package/dist-types/ts3.4/commands/DescribeSMBSettingsCommand.d.ts +36 -0
  381. package/dist-types/ts3.4/commands/DescribeSnapshotScheduleCommand.d.ts +38 -0
  382. package/dist-types/ts3.4/commands/DescribeStorediSCSIVolumesCommand.d.ts +37 -0
  383. package/dist-types/ts3.4/commands/DescribeTapeArchivesCommand.d.ts +39 -0
  384. package/dist-types/ts3.4/commands/DescribeTapeRecoveryPointsCommand.d.ts +41 -0
  385. package/dist-types/ts3.4/commands/DescribeTapesCommand.d.ts +38 -0
  386. package/dist-types/ts3.4/commands/DescribeUploadBufferCommand.d.ts +39 -0
  387. package/dist-types/ts3.4/commands/DescribeVTLDevicesCommand.d.ts +38 -0
  388. package/dist-types/ts3.4/commands/DescribeWorkingStorageCommand.d.ts +45 -0
  389. package/dist-types/ts3.4/commands/DetachVolumeCommand.d.ts +39 -0
  390. package/dist-types/ts3.4/commands/DisableGatewayCommand.d.ts +43 -0
  391. package/dist-types/ts3.4/commands/DisassociateFileSystemCommand.d.ts +37 -0
  392. package/dist-types/ts3.4/commands/JoinDomainCommand.d.ts +36 -0
  393. package/dist-types/ts3.4/commands/ListAutomaticTapeCreationPoliciesCommand.d.ts +38 -0
  394. package/dist-types/ts3.4/commands/ListFileSharesCommand.d.ts +36 -0
  395. package/dist-types/ts3.4/commands/ListFileSystemAssociationsCommand.d.ts +37 -0
  396. package/dist-types/ts3.4/commands/ListGatewaysCommand.d.ts +44 -0
  397. package/dist-types/ts3.4/commands/ListLocalDisksCommand.d.ts +43 -0
  398. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -0
  399. package/dist-types/ts3.4/commands/ListTapePoolsCommand.d.ts +43 -0
  400. package/dist-types/ts3.4/commands/ListTapesCommand.d.ts +45 -0
  401. package/dist-types/ts3.4/commands/ListVolumeInitiatorsCommand.d.ts +37 -0
  402. package/dist-types/ts3.4/commands/ListVolumeRecoveryPointsCommand.d.ts +41 -0
  403. package/dist-types/ts3.4/commands/ListVolumesCommand.d.ts +44 -0
  404. package/dist-types/ts3.4/commands/NotifyWhenUploadedCommand.d.ts +49 -0
  405. package/dist-types/ts3.4/commands/RefreshCacheCommand.d.ts +65 -0
  406. package/dist-types/ts3.4/commands/RemoveTagsFromResourceCommand.d.ts +36 -0
  407. package/dist-types/ts3.4/commands/ResetCacheCommand.d.ts +47 -0
  408. package/dist-types/ts3.4/commands/RetrieveTapeArchiveCommand.d.ts +42 -0
  409. package/dist-types/ts3.4/commands/RetrieveTapeRecoveryPointCommand.d.ts +46 -0
  410. package/dist-types/ts3.4/commands/SetLocalConsolePasswordCommand.d.ts +38 -0
  411. package/dist-types/ts3.4/commands/SetSMBGuestPasswordCommand.d.ts +37 -0
  412. package/dist-types/ts3.4/commands/ShutdownGatewayCommand.d.ts +58 -0
  413. package/dist-types/ts3.4/commands/StartAvailabilityMonitorTestCommand.d.ts +42 -0
  414. package/dist-types/ts3.4/commands/StartGatewayCommand.d.ts +47 -0
  415. package/dist-types/ts3.4/commands/UpdateAutomaticTapeCreationPolicyCommand.d.ts +43 -0
  416. package/dist-types/ts3.4/commands/UpdateBandwidthRateLimitCommand.d.ts +45 -0
  417. package/dist-types/ts3.4/commands/UpdateBandwidthRateLimitScheduleCommand.d.ts +40 -0
  418. package/dist-types/ts3.4/commands/UpdateChapCredentialsCommand.d.ts +43 -0
  419. package/dist-types/ts3.4/commands/UpdateFileSystemAssociationCommand.d.ts +35 -0
  420. package/dist-types/ts3.4/commands/UpdateGatewayInformationCommand.d.ts +43 -0
  421. package/dist-types/ts3.4/commands/UpdateGatewaySoftwareNowCommand.d.ts +50 -0
  422. package/dist-types/ts3.4/commands/UpdateMaintenanceStartTimeCommand.d.ts +36 -0
  423. package/dist-types/ts3.4/commands/UpdateNFSFileShareCommand.d.ts +60 -0
  424. package/dist-types/ts3.4/commands/UpdateSMBFileShareCommand.d.ts +53 -0
  425. package/dist-types/ts3.4/commands/UpdateSMBFileShareVisibilityCommand.d.ts +36 -0
  426. package/dist-types/ts3.4/commands/UpdateSMBSecurityStrategyCommand.d.ts +42 -0
  427. package/dist-types/ts3.4/commands/UpdateSnapshotScheduleCommand.d.ts +44 -0
  428. package/dist-types/ts3.4/commands/UpdateVTLDeviceTypeCommand.d.ts +38 -0
  429. package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
  430. package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
  431. package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
  432. package/{dist/types → dist-types}/ts3.4/models/models_0.d.ts +0 -0
  433. package/dist-types/ts3.4/pagination/DescribeTapeArchivesPaginator.d.ts +4 -0
  434. package/dist-types/ts3.4/pagination/DescribeTapeRecoveryPointsPaginator.d.ts +4 -0
  435. package/dist-types/ts3.4/pagination/DescribeTapesPaginator.d.ts +4 -0
  436. package/dist-types/ts3.4/pagination/DescribeVTLDevicesPaginator.d.ts +4 -0
  437. package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
  438. package/dist-types/ts3.4/pagination/ListFileSharesPaginator.d.ts +4 -0
  439. package/dist-types/ts3.4/pagination/ListFileSystemAssociationsPaginator.d.ts +4 -0
  440. package/dist-types/ts3.4/pagination/ListGatewaysPaginator.d.ts +4 -0
  441. package/dist-types/ts3.4/pagination/ListTagsForResourcePaginator.d.ts +4 -0
  442. package/dist-types/ts3.4/pagination/ListTapePoolsPaginator.d.ts +4 -0
  443. package/dist-types/ts3.4/pagination/ListTapesPaginator.d.ts +4 -0
  444. package/dist-types/ts3.4/pagination/ListVolumesPaginator.d.ts +4 -0
  445. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +269 -0
  446. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +37 -0
  447. package/dist-types/ts3.4/runtimeConfig.d.ts +37 -0
  448. package/dist-types/ts3.4/runtimeConfig.native.d.ts +36 -0
  449. package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +0 -0
  450. package/package.json +52 -49
  451. package/StorageGateway.ts +0 -3924
  452. package/StorageGatewayClient.ts +0 -723
  453. package/commands/ActivateGatewayCommand.ts +0 -101
  454. package/commands/AddCacheCommand.ts +0 -95
  455. package/commands/AddTagsToResourceCommand.ts +0 -118
  456. package/commands/AddUploadBufferCommand.ts +0 -100
  457. package/commands/AddWorkingStorageCommand.ts +0 -106
  458. package/commands/AssignTapePoolCommand.ts +0 -100
  459. package/commands/AssociateFileSystemCommand.ts +0 -97
  460. package/commands/AttachVolumeCommand.ts +0 -97
  461. package/commands/CancelArchivalCommand.ts +0 -95
  462. package/commands/CancelRetrievalCommand.ts +0 -96
  463. package/commands/CreateCachediSCSIVolumeCommand.ts +0 -111
  464. package/commands/CreateNFSFileShareCommand.ts +0 -108
  465. package/commands/CreateSMBFileShareCommand.ts +0 -109
  466. package/commands/CreateSnapshotCommand.ts +0 -121
  467. package/commands/CreateSnapshotFromVolumeRecoveryPointCommand.ts +0 -125
  468. package/commands/CreateStorediSCSIVolumeCommand.ts +0 -105
  469. package/commands/CreateTapePoolCommand.ts +0 -95
  470. package/commands/CreateTapeWithBarcodeCommand.ts +0 -102
  471. package/commands/CreateTapesCommand.ts +0 -100
  472. package/commands/DeleteAutomaticTapeCreationPolicyCommand.ts +0 -104
  473. package/commands/DeleteBandwidthRateLimitCommand.ts +0 -98
  474. package/commands/DeleteChapCredentialsCommand.ts +0 -96
  475. package/commands/DeleteFileShareCommand.ts +0 -95
  476. package/commands/DeleteGatewayCommand.ts +0 -111
  477. package/commands/DeleteSnapshotScheduleCommand.ts +0 -108
  478. package/commands/DeleteTapeArchiveCommand.ts +0 -95
  479. package/commands/DeleteTapeCommand.ts +0 -95
  480. package/commands/DeleteTapePoolCommand.ts +0 -96
  481. package/commands/DeleteVolumeCommand.ts +0 -106
  482. package/commands/DescribeAvailabilityMonitorTestCommand.ts +0 -104
  483. package/commands/DescribeBandwidthRateLimitCommand.ts +0 -104
  484. package/commands/DescribeBandwidthRateLimitScheduleCommand.ts +0 -122
  485. package/commands/DescribeCacheCommand.ts +0 -98
  486. package/commands/DescribeCachediSCSIVolumesCommand.ts +0 -102
  487. package/commands/DescribeChapCredentialsCommand.ts +0 -96
  488. package/commands/DescribeFileSystemAssociationsCommand.ts +0 -103
  489. package/commands/DescribeGatewayInformationCommand.ts +0 -99
  490. package/commands/DescribeMaintenanceStartTimeCommand.ts +0 -100
  491. package/commands/DescribeNFSFileSharesCommand.ts +0 -95
  492. package/commands/DescribeSMBFileSharesCommand.ts +0 -95
  493. package/commands/DescribeSMBSettingsCommand.ts +0 -95
  494. package/commands/DescribeSnapshotScheduleCommand.ts +0 -97
  495. package/commands/DescribeStorediSCSIVolumesCommand.ts +0 -99
  496. package/commands/DescribeTapeArchivesCommand.ts +0 -98
  497. package/commands/DescribeTapeRecoveryPointsCommand.ts +0 -103
  498. package/commands/DescribeTapesCommand.ts +0 -97
  499. package/commands/DescribeUploadBufferCommand.ts +0 -98
  500. package/commands/DescribeVTLDevicesCommand.ts +0 -97
  501. package/commands/DescribeWorkingStorageCommand.ts +0 -104
  502. package/commands/DetachVolumeCommand.ts +0 -98
  503. package/commands/DisableGatewayCommand.ts +0 -102
  504. package/commands/DisassociateFileSystemCommand.ts +0 -96
  505. package/commands/JoinDomainCommand.ts +0 -95
  506. package/commands/ListAutomaticTapeCreationPoliciesCommand.ts +0 -105
  507. package/commands/ListFileSharesCommand.ts +0 -95
  508. package/commands/ListFileSystemAssociationsCommand.ts +0 -99
  509. package/commands/ListGatewaysCommand.ts +0 -103
  510. package/commands/ListLocalDisksCommand.ts +0 -102
  511. package/commands/ListTagsForResourceCommand.ts +0 -95
  512. package/commands/ListTapePoolsCommand.ts +0 -102
  513. package/commands/ListTapesCommand.ts +0 -101
  514. package/commands/ListVolumeInitiatorsCommand.ts +0 -96
  515. package/commands/ListVolumeRecoveryPointsCommand.ts +0 -100
  516. package/commands/ListVolumesCommand.ts +0 -103
  517. package/commands/NotifyWhenUploadedCommand.ts +0 -108
  518. package/commands/RefreshCacheCommand.ts +0 -124
  519. package/commands/RemoveTagsFromResourceCommand.ts +0 -95
  520. package/commands/ResetCacheCommand.ts +0 -106
  521. package/commands/RetrieveTapeArchiveCommand.ts +0 -101
  522. package/commands/RetrieveTapeRecoveryPointCommand.ts +0 -108
  523. package/commands/SetLocalConsolePasswordCommand.ts +0 -97
  524. package/commands/SetSMBGuestPasswordCommand.ts +0 -96
  525. package/commands/ShutdownGatewayCommand.ts +0 -117
  526. package/commands/StartAvailabilityMonitorTestCommand.ts +0 -106
  527. package/commands/StartGatewayCommand.ts +0 -106
  528. package/commands/UpdateAutomaticTapeCreationPolicyCommand.ts +0 -110
  529. package/commands/UpdateBandwidthRateLimitCommand.ts +0 -104
  530. package/commands/UpdateBandwidthRateLimitScheduleCommand.ts +0 -107
  531. package/commands/UpdateChapCredentialsCommand.ts +0 -102
  532. package/commands/UpdateFileSystemAssociationCommand.ts +0 -97
  533. package/commands/UpdateGatewayInformationCommand.ts +0 -102
  534. package/commands/UpdateGatewaySoftwareNowCommand.ts +0 -109
  535. package/commands/UpdateMaintenanceStartTimeCommand.ts +0 -98
  536. package/commands/UpdateNFSFileShareCommand.ts +0 -119
  537. package/commands/UpdateSMBFileShareCommand.ts +0 -112
  538. package/commands/UpdateSMBFileShareVisibilityCommand.ts +0 -100
  539. package/commands/UpdateSMBSecurityStrategyCommand.ts +0 -104
  540. package/commands/UpdateSnapshotScheduleCommand.ts +0 -103
  541. package/commands/UpdateVTLDeviceTypeCommand.ts +0 -97
  542. package/dist/cjs/StorageGateway.js +0 -1417
  543. package/dist/cjs/StorageGateway.js.map +0 -1
  544. package/dist/cjs/StorageGatewayClient.js +0 -115
  545. package/dist/cjs/StorageGatewayClient.js.map +0 -1
  546. package/dist/cjs/commands/ActivateGatewayCommand.js +0 -68
  547. package/dist/cjs/commands/ActivateGatewayCommand.js.map +0 -1
  548. package/dist/cjs/commands/AddCacheCommand.js +0 -65
  549. package/dist/cjs/commands/AddCacheCommand.js.map +0 -1
  550. package/dist/cjs/commands/AddTagsToResourceCommand.js +0 -85
  551. package/dist/cjs/commands/AddTagsToResourceCommand.js.map +0 -1
  552. package/dist/cjs/commands/AddUploadBufferCommand.js +0 -67
  553. package/dist/cjs/commands/AddUploadBufferCommand.js.map +0 -1
  554. package/dist/cjs/commands/AddWorkingStorageCommand.js +0 -73
  555. package/dist/cjs/commands/AddWorkingStorageCommand.js.map +0 -1
  556. package/dist/cjs/commands/AssignTapePoolCommand.js +0 -67
  557. package/dist/cjs/commands/AssignTapePoolCommand.js.map +0 -1
  558. package/dist/cjs/commands/AssociateFileSystemCommand.js +0 -64
  559. package/dist/cjs/commands/AssociateFileSystemCommand.js.map +0 -1
  560. package/dist/cjs/commands/AttachVolumeCommand.js +0 -64
  561. package/dist/cjs/commands/AttachVolumeCommand.js.map +0 -1
  562. package/dist/cjs/commands/CancelArchivalCommand.js +0 -62
  563. package/dist/cjs/commands/CancelArchivalCommand.js.map +0 -1
  564. package/dist/cjs/commands/CancelRetrievalCommand.js +0 -63
  565. package/dist/cjs/commands/CancelRetrievalCommand.js.map +0 -1
  566. package/dist/cjs/commands/CreateCachediSCSIVolumeCommand.js +0 -78
  567. package/dist/cjs/commands/CreateCachediSCSIVolumeCommand.js.map +0 -1
  568. package/dist/cjs/commands/CreateNFSFileShareCommand.js +0 -75
  569. package/dist/cjs/commands/CreateNFSFileShareCommand.js.map +0 -1
  570. package/dist/cjs/commands/CreateSMBFileShareCommand.js +0 -76
  571. package/dist/cjs/commands/CreateSMBFileShareCommand.js.map +0 -1
  572. package/dist/cjs/commands/CreateSnapshotCommand.js +0 -88
  573. package/dist/cjs/commands/CreateSnapshotCommand.js.map +0 -1
  574. package/dist/cjs/commands/CreateSnapshotFromVolumeRecoveryPointCommand.js +0 -81
  575. package/dist/cjs/commands/CreateSnapshotFromVolumeRecoveryPointCommand.js.map +0 -1
  576. package/dist/cjs/commands/CreateStorediSCSIVolumeCommand.js +0 -72
  577. package/dist/cjs/commands/CreateStorediSCSIVolumeCommand.js.map +0 -1
  578. package/dist/cjs/commands/CreateTapePoolCommand.js +0 -62
  579. package/dist/cjs/commands/CreateTapePoolCommand.js.map +0 -1
  580. package/dist/cjs/commands/CreateTapeWithBarcodeCommand.js +0 -69
  581. package/dist/cjs/commands/CreateTapeWithBarcodeCommand.js.map +0 -1
  582. package/dist/cjs/commands/CreateTapesCommand.js +0 -67
  583. package/dist/cjs/commands/CreateTapesCommand.js.map +0 -1
  584. package/dist/cjs/commands/DeleteAutomaticTapeCreationPolicyCommand.js +0 -63
  585. package/dist/cjs/commands/DeleteAutomaticTapeCreationPolicyCommand.js.map +0 -1
  586. package/dist/cjs/commands/DeleteBandwidthRateLimitCommand.js +0 -65
  587. package/dist/cjs/commands/DeleteBandwidthRateLimitCommand.js.map +0 -1
  588. package/dist/cjs/commands/DeleteChapCredentialsCommand.js +0 -63
  589. package/dist/cjs/commands/DeleteChapCredentialsCommand.js.map +0 -1
  590. package/dist/cjs/commands/DeleteFileShareCommand.js +0 -62
  591. package/dist/cjs/commands/DeleteFileShareCommand.js.map +0 -1
  592. package/dist/cjs/commands/DeleteGatewayCommand.js +0 -78
  593. package/dist/cjs/commands/DeleteGatewayCommand.js.map +0 -1
  594. package/dist/cjs/commands/DeleteSnapshotScheduleCommand.js +0 -75
  595. package/dist/cjs/commands/DeleteSnapshotScheduleCommand.js.map +0 -1
  596. package/dist/cjs/commands/DeleteTapeArchiveCommand.js +0 -62
  597. package/dist/cjs/commands/DeleteTapeArchiveCommand.js.map +0 -1
  598. package/dist/cjs/commands/DeleteTapeCommand.js +0 -62
  599. package/dist/cjs/commands/DeleteTapeCommand.js.map +0 -1
  600. package/dist/cjs/commands/DeleteTapePoolCommand.js +0 -63
  601. package/dist/cjs/commands/DeleteTapePoolCommand.js.map +0 -1
  602. package/dist/cjs/commands/DeleteVolumeCommand.js +0 -73
  603. package/dist/cjs/commands/DeleteVolumeCommand.js.map +0 -1
  604. package/dist/cjs/commands/DescribeAvailabilityMonitorTestCommand.js +0 -63
  605. package/dist/cjs/commands/DescribeAvailabilityMonitorTestCommand.js.map +0 -1
  606. package/dist/cjs/commands/DescribeBandwidthRateLimitCommand.js +0 -68
  607. package/dist/cjs/commands/DescribeBandwidthRateLimitCommand.js.map +0 -1
  608. package/dist/cjs/commands/DescribeBandwidthRateLimitScheduleCommand.js +0 -81
  609. package/dist/cjs/commands/DescribeBandwidthRateLimitScheduleCommand.js.map +0 -1
  610. package/dist/cjs/commands/DescribeCacheCommand.js +0 -65
  611. package/dist/cjs/commands/DescribeCacheCommand.js.map +0 -1
  612. package/dist/cjs/commands/DescribeCachediSCSIVolumesCommand.js +0 -66
  613. package/dist/cjs/commands/DescribeCachediSCSIVolumesCommand.js.map +0 -1
  614. package/dist/cjs/commands/DescribeChapCredentialsCommand.js +0 -63
  615. package/dist/cjs/commands/DescribeChapCredentialsCommand.js.map +0 -1
  616. package/dist/cjs/commands/DescribeFileSystemAssociationsCommand.js +0 -62
  617. package/dist/cjs/commands/DescribeFileSystemAssociationsCommand.js.map +0 -1
  618. package/dist/cjs/commands/DescribeGatewayInformationCommand.js +0 -63
  619. package/dist/cjs/commands/DescribeGatewayInformationCommand.js.map +0 -1
  620. package/dist/cjs/commands/DescribeMaintenanceStartTimeCommand.js +0 -62
  621. package/dist/cjs/commands/DescribeMaintenanceStartTimeCommand.js.map +0 -1
  622. package/dist/cjs/commands/DescribeNFSFileSharesCommand.js +0 -62
  623. package/dist/cjs/commands/DescribeNFSFileSharesCommand.js.map +0 -1
  624. package/dist/cjs/commands/DescribeSMBFileSharesCommand.js +0 -62
  625. package/dist/cjs/commands/DescribeSMBFileSharesCommand.js.map +0 -1
  626. package/dist/cjs/commands/DescribeSMBSettingsCommand.js +0 -62
  627. package/dist/cjs/commands/DescribeSMBSettingsCommand.js.map +0 -1
  628. package/dist/cjs/commands/DescribeSnapshotScheduleCommand.js +0 -64
  629. package/dist/cjs/commands/DescribeSnapshotScheduleCommand.js.map +0 -1
  630. package/dist/cjs/commands/DescribeStorediSCSIVolumesCommand.js +0 -63
  631. package/dist/cjs/commands/DescribeStorediSCSIVolumesCommand.js.map +0 -1
  632. package/dist/cjs/commands/DescribeTapeArchivesCommand.js +0 -65
  633. package/dist/cjs/commands/DescribeTapeArchivesCommand.js.map +0 -1
  634. package/dist/cjs/commands/DescribeTapeRecoveryPointsCommand.js +0 -67
  635. package/dist/cjs/commands/DescribeTapeRecoveryPointsCommand.js.map +0 -1
  636. package/dist/cjs/commands/DescribeTapesCommand.js +0 -64
  637. package/dist/cjs/commands/DescribeTapesCommand.js.map +0 -1
  638. package/dist/cjs/commands/DescribeUploadBufferCommand.js +0 -65
  639. package/dist/cjs/commands/DescribeUploadBufferCommand.js.map +0 -1
  640. package/dist/cjs/commands/DescribeVTLDevicesCommand.js +0 -64
  641. package/dist/cjs/commands/DescribeVTLDevicesCommand.js.map +0 -1
  642. package/dist/cjs/commands/DescribeWorkingStorageCommand.js +0 -71
  643. package/dist/cjs/commands/DescribeWorkingStorageCommand.js.map +0 -1
  644. package/dist/cjs/commands/DetachVolumeCommand.js +0 -65
  645. package/dist/cjs/commands/DetachVolumeCommand.js.map +0 -1
  646. package/dist/cjs/commands/DisableGatewayCommand.js +0 -69
  647. package/dist/cjs/commands/DisableGatewayCommand.js.map +0 -1
  648. package/dist/cjs/commands/DisassociateFileSystemCommand.js +0 -63
  649. package/dist/cjs/commands/DisassociateFileSystemCommand.js.map +0 -1
  650. package/dist/cjs/commands/JoinDomainCommand.js +0 -62
  651. package/dist/cjs/commands/JoinDomainCommand.js.map +0 -1
  652. package/dist/cjs/commands/ListAutomaticTapeCreationPoliciesCommand.js +0 -64
  653. package/dist/cjs/commands/ListAutomaticTapeCreationPoliciesCommand.js.map +0 -1
  654. package/dist/cjs/commands/ListFileSharesCommand.js +0 -62
  655. package/dist/cjs/commands/ListFileSharesCommand.js.map +0 -1
  656. package/dist/cjs/commands/ListFileSystemAssociationsCommand.js +0 -63
  657. package/dist/cjs/commands/ListFileSystemAssociationsCommand.js.map +0 -1
  658. package/dist/cjs/commands/ListGatewaysCommand.js +0 -70
  659. package/dist/cjs/commands/ListGatewaysCommand.js.map +0 -1
  660. package/dist/cjs/commands/ListLocalDisksCommand.js +0 -69
  661. package/dist/cjs/commands/ListLocalDisksCommand.js.map +0 -1
  662. package/dist/cjs/commands/ListTagsForResourceCommand.js +0 -62
  663. package/dist/cjs/commands/ListTagsForResourceCommand.js.map +0 -1
  664. package/dist/cjs/commands/ListTapePoolsCommand.js +0 -69
  665. package/dist/cjs/commands/ListTapePoolsCommand.js.map +0 -1
  666. package/dist/cjs/commands/ListTapesCommand.js +0 -71
  667. package/dist/cjs/commands/ListTapesCommand.js.map +0 -1
  668. package/dist/cjs/commands/ListVolumeInitiatorsCommand.js +0 -63
  669. package/dist/cjs/commands/ListVolumeInitiatorsCommand.js.map +0 -1
  670. package/dist/cjs/commands/ListVolumeRecoveryPointsCommand.js +0 -67
  671. package/dist/cjs/commands/ListVolumeRecoveryPointsCommand.js.map +0 -1
  672. package/dist/cjs/commands/ListVolumesCommand.js +0 -70
  673. package/dist/cjs/commands/ListVolumesCommand.js.map +0 -1
  674. package/dist/cjs/commands/NotifyWhenUploadedCommand.js +0 -75
  675. package/dist/cjs/commands/NotifyWhenUploadedCommand.js.map +0 -1
  676. package/dist/cjs/commands/RefreshCacheCommand.js +0 -91
  677. package/dist/cjs/commands/RefreshCacheCommand.js.map +0 -1
  678. package/dist/cjs/commands/RemoveTagsFromResourceCommand.js +0 -62
  679. package/dist/cjs/commands/RemoveTagsFromResourceCommand.js.map +0 -1
  680. package/dist/cjs/commands/ResetCacheCommand.js +0 -73
  681. package/dist/cjs/commands/ResetCacheCommand.js.map +0 -1
  682. package/dist/cjs/commands/RetrieveTapeArchiveCommand.js +0 -68
  683. package/dist/cjs/commands/RetrieveTapeArchiveCommand.js.map +0 -1
  684. package/dist/cjs/commands/RetrieveTapeRecoveryPointCommand.js +0 -72
  685. package/dist/cjs/commands/RetrieveTapeRecoveryPointCommand.js.map +0 -1
  686. package/dist/cjs/commands/SetLocalConsolePasswordCommand.js +0 -64
  687. package/dist/cjs/commands/SetLocalConsolePasswordCommand.js.map +0 -1
  688. package/dist/cjs/commands/SetSMBGuestPasswordCommand.js +0 -63
  689. package/dist/cjs/commands/SetSMBGuestPasswordCommand.js.map +0 -1
  690. package/dist/cjs/commands/ShutdownGatewayCommand.js +0 -84
  691. package/dist/cjs/commands/ShutdownGatewayCommand.js.map +0 -1
  692. package/dist/cjs/commands/StartAvailabilityMonitorTestCommand.js +0 -68
  693. package/dist/cjs/commands/StartAvailabilityMonitorTestCommand.js.map +0 -1
  694. package/dist/cjs/commands/StartGatewayCommand.js +0 -73
  695. package/dist/cjs/commands/StartGatewayCommand.js.map +0 -1
  696. package/dist/cjs/commands/UpdateAutomaticTapeCreationPolicyCommand.js +0 -69
  697. package/dist/cjs/commands/UpdateAutomaticTapeCreationPolicyCommand.js.map +0 -1
  698. package/dist/cjs/commands/UpdateBandwidthRateLimitCommand.js +0 -71
  699. package/dist/cjs/commands/UpdateBandwidthRateLimitCommand.js.map +0 -1
  700. package/dist/cjs/commands/UpdateBandwidthRateLimitScheduleCommand.js +0 -66
  701. package/dist/cjs/commands/UpdateBandwidthRateLimitScheduleCommand.js.map +0 -1
  702. package/dist/cjs/commands/UpdateChapCredentialsCommand.js +0 -69
  703. package/dist/cjs/commands/UpdateChapCredentialsCommand.js.map +0 -1
  704. package/dist/cjs/commands/UpdateFileSystemAssociationCommand.js +0 -61
  705. package/dist/cjs/commands/UpdateFileSystemAssociationCommand.js.map +0 -1
  706. package/dist/cjs/commands/UpdateGatewayInformationCommand.js +0 -69
  707. package/dist/cjs/commands/UpdateGatewayInformationCommand.js.map +0 -1
  708. package/dist/cjs/commands/UpdateGatewaySoftwareNowCommand.js +0 -76
  709. package/dist/cjs/commands/UpdateGatewaySoftwareNowCommand.js.map +0 -1
  710. package/dist/cjs/commands/UpdateMaintenanceStartTimeCommand.js +0 -62
  711. package/dist/cjs/commands/UpdateMaintenanceStartTimeCommand.js.map +0 -1
  712. package/dist/cjs/commands/UpdateNFSFileShareCommand.js +0 -86
  713. package/dist/cjs/commands/UpdateNFSFileShareCommand.js.map +0 -1
  714. package/dist/cjs/commands/UpdateSMBFileShareCommand.js +0 -79
  715. package/dist/cjs/commands/UpdateSMBFileShareCommand.js.map +0 -1
  716. package/dist/cjs/commands/UpdateSMBFileShareVisibilityCommand.js +0 -62
  717. package/dist/cjs/commands/UpdateSMBFileShareVisibilityCommand.js.map +0 -1
  718. package/dist/cjs/commands/UpdateSMBSecurityStrategyCommand.js +0 -68
  719. package/dist/cjs/commands/UpdateSMBSecurityStrategyCommand.js.map +0 -1
  720. package/dist/cjs/commands/UpdateSnapshotScheduleCommand.js +0 -70
  721. package/dist/cjs/commands/UpdateSnapshotScheduleCommand.js.map +0 -1
  722. package/dist/cjs/commands/UpdateVTLDeviceTypeCommand.js +0 -64
  723. package/dist/cjs/commands/UpdateVTLDeviceTypeCommand.js.map +0 -1
  724. package/dist/cjs/endpoints.js +0 -63
  725. package/dist/cjs/endpoints.js.map +0 -1
  726. package/dist/cjs/index.js +0 -108
  727. package/dist/cjs/index.js.map +0 -1
  728. package/dist/cjs/models/index.js +0 -5
  729. package/dist/cjs/models/index.js.map +0 -1
  730. package/dist/cjs/models/models_0.js +0 -1917
  731. package/dist/cjs/models/models_0.js.map +0 -1
  732. package/dist/cjs/package.json +0 -91
  733. package/dist/cjs/pagination/DescribeTapeArchivesPaginator.js +0 -46
  734. package/dist/cjs/pagination/DescribeTapeArchivesPaginator.js.map +0 -1
  735. package/dist/cjs/pagination/DescribeTapeRecoveryPointsPaginator.js +0 -46
  736. package/dist/cjs/pagination/DescribeTapeRecoveryPointsPaginator.js.map +0 -1
  737. package/dist/cjs/pagination/DescribeTapesPaginator.js +0 -46
  738. package/dist/cjs/pagination/DescribeTapesPaginator.js.map +0 -1
  739. package/dist/cjs/pagination/DescribeVTLDevicesPaginator.js +0 -46
  740. package/dist/cjs/pagination/DescribeVTLDevicesPaginator.js.map +0 -1
  741. package/dist/cjs/pagination/Interfaces.js +0 -3
  742. package/dist/cjs/pagination/Interfaces.js.map +0 -1
  743. package/dist/cjs/pagination/ListFileSharesPaginator.js +0 -46
  744. package/dist/cjs/pagination/ListFileSharesPaginator.js.map +0 -1
  745. package/dist/cjs/pagination/ListFileSystemAssociationsPaginator.js +0 -46
  746. package/dist/cjs/pagination/ListFileSystemAssociationsPaginator.js.map +0 -1
  747. package/dist/cjs/pagination/ListGatewaysPaginator.js +0 -46
  748. package/dist/cjs/pagination/ListGatewaysPaginator.js.map +0 -1
  749. package/dist/cjs/pagination/ListTagsForResourcePaginator.js +0 -46
  750. package/dist/cjs/pagination/ListTagsForResourcePaginator.js.map +0 -1
  751. package/dist/cjs/pagination/ListTapePoolsPaginator.js +0 -46
  752. package/dist/cjs/pagination/ListTapePoolsPaginator.js.map +0 -1
  753. package/dist/cjs/pagination/ListTapesPaginator.js +0 -46
  754. package/dist/cjs/pagination/ListTapesPaginator.js.map +0 -1
  755. package/dist/cjs/pagination/ListVolumesPaginator.js +0 -46
  756. package/dist/cjs/pagination/ListVolumesPaginator.js.map +0 -1
  757. package/dist/cjs/protocols/Aws_json1_1.js +0 -8260
  758. package/dist/cjs/protocols/Aws_json1_1.js.map +0 -1
  759. package/dist/cjs/runtimeConfig.browser.js +0 -41
  760. package/dist/cjs/runtimeConfig.browser.js.map +0 -1
  761. package/dist/cjs/runtimeConfig.js +0 -46
  762. package/dist/cjs/runtimeConfig.js.map +0 -1
  763. package/dist/cjs/runtimeConfig.native.js +0 -20
  764. package/dist/cjs/runtimeConfig.native.js.map +0 -1
  765. package/dist/cjs/runtimeConfig.shared.js +0 -21
  766. package/dist/cjs/runtimeConfig.shared.js.map +0 -1
  767. package/dist/es/StorageGateway.js +0 -1420
  768. package/dist/es/StorageGateway.js.map +0 -1
  769. package/dist/es/StorageGatewayClient.js +0 -117
  770. package/dist/es/StorageGatewayClient.js.map +0 -1
  771. package/dist/es/commands/ActivateGatewayCommand.js +0 -72
  772. package/dist/es/commands/ActivateGatewayCommand.js.map +0 -1
  773. package/dist/es/commands/AddCacheCommand.js +0 -69
  774. package/dist/es/commands/AddCacheCommand.js.map +0 -1
  775. package/dist/es/commands/AddTagsToResourceCommand.js +0 -89
  776. package/dist/es/commands/AddTagsToResourceCommand.js.map +0 -1
  777. package/dist/es/commands/AddUploadBufferCommand.js +0 -71
  778. package/dist/es/commands/AddUploadBufferCommand.js.map +0 -1
  779. package/dist/es/commands/AddWorkingStorageCommand.js +0 -77
  780. package/dist/es/commands/AddWorkingStorageCommand.js.map +0 -1
  781. package/dist/es/commands/AssignTapePoolCommand.js +0 -71
  782. package/dist/es/commands/AssignTapePoolCommand.js.map +0 -1
  783. package/dist/es/commands/AssociateFileSystemCommand.js +0 -68
  784. package/dist/es/commands/AssociateFileSystemCommand.js.map +0 -1
  785. package/dist/es/commands/AttachVolumeCommand.js +0 -68
  786. package/dist/es/commands/AttachVolumeCommand.js.map +0 -1
  787. package/dist/es/commands/CancelArchivalCommand.js +0 -66
  788. package/dist/es/commands/CancelArchivalCommand.js.map +0 -1
  789. package/dist/es/commands/CancelRetrievalCommand.js +0 -67
  790. package/dist/es/commands/CancelRetrievalCommand.js.map +0 -1
  791. package/dist/es/commands/CreateCachediSCSIVolumeCommand.js +0 -82
  792. package/dist/es/commands/CreateCachediSCSIVolumeCommand.js.map +0 -1
  793. package/dist/es/commands/CreateNFSFileShareCommand.js +0 -79
  794. package/dist/es/commands/CreateNFSFileShareCommand.js.map +0 -1
  795. package/dist/es/commands/CreateSMBFileShareCommand.js +0 -80
  796. package/dist/es/commands/CreateSMBFileShareCommand.js.map +0 -1
  797. package/dist/es/commands/CreateSnapshotCommand.js +0 -92
  798. package/dist/es/commands/CreateSnapshotCommand.js.map +0 -1
  799. package/dist/es/commands/CreateSnapshotFromVolumeRecoveryPointCommand.js +0 -85
  800. package/dist/es/commands/CreateSnapshotFromVolumeRecoveryPointCommand.js.map +0 -1
  801. package/dist/es/commands/CreateStorediSCSIVolumeCommand.js +0 -76
  802. package/dist/es/commands/CreateStorediSCSIVolumeCommand.js.map +0 -1
  803. package/dist/es/commands/CreateTapePoolCommand.js +0 -66
  804. package/dist/es/commands/CreateTapePoolCommand.js.map +0 -1
  805. package/dist/es/commands/CreateTapeWithBarcodeCommand.js +0 -73
  806. package/dist/es/commands/CreateTapeWithBarcodeCommand.js.map +0 -1
  807. package/dist/es/commands/CreateTapesCommand.js +0 -71
  808. package/dist/es/commands/CreateTapesCommand.js.map +0 -1
  809. package/dist/es/commands/DeleteAutomaticTapeCreationPolicyCommand.js +0 -67
  810. package/dist/es/commands/DeleteAutomaticTapeCreationPolicyCommand.js.map +0 -1
  811. package/dist/es/commands/DeleteBandwidthRateLimitCommand.js +0 -69
  812. package/dist/es/commands/DeleteBandwidthRateLimitCommand.js.map +0 -1
  813. package/dist/es/commands/DeleteChapCredentialsCommand.js +0 -67
  814. package/dist/es/commands/DeleteChapCredentialsCommand.js.map +0 -1
  815. package/dist/es/commands/DeleteFileShareCommand.js +0 -66
  816. package/dist/es/commands/DeleteFileShareCommand.js.map +0 -1
  817. package/dist/es/commands/DeleteGatewayCommand.js +0 -82
  818. package/dist/es/commands/DeleteGatewayCommand.js.map +0 -1
  819. package/dist/es/commands/DeleteSnapshotScheduleCommand.js +0 -79
  820. package/dist/es/commands/DeleteSnapshotScheduleCommand.js.map +0 -1
  821. package/dist/es/commands/DeleteTapeArchiveCommand.js +0 -66
  822. package/dist/es/commands/DeleteTapeArchiveCommand.js.map +0 -1
  823. package/dist/es/commands/DeleteTapeCommand.js +0 -66
  824. package/dist/es/commands/DeleteTapeCommand.js.map +0 -1
  825. package/dist/es/commands/DeleteTapePoolCommand.js +0 -67
  826. package/dist/es/commands/DeleteTapePoolCommand.js.map +0 -1
  827. package/dist/es/commands/DeleteVolumeCommand.js +0 -77
  828. package/dist/es/commands/DeleteVolumeCommand.js.map +0 -1
  829. package/dist/es/commands/DescribeAvailabilityMonitorTestCommand.js +0 -67
  830. package/dist/es/commands/DescribeAvailabilityMonitorTestCommand.js.map +0 -1
  831. package/dist/es/commands/DescribeBandwidthRateLimitCommand.js +0 -72
  832. package/dist/es/commands/DescribeBandwidthRateLimitCommand.js.map +0 -1
  833. package/dist/es/commands/DescribeBandwidthRateLimitScheduleCommand.js +0 -85
  834. package/dist/es/commands/DescribeBandwidthRateLimitScheduleCommand.js.map +0 -1
  835. package/dist/es/commands/DescribeCacheCommand.js +0 -69
  836. package/dist/es/commands/DescribeCacheCommand.js.map +0 -1
  837. package/dist/es/commands/DescribeCachediSCSIVolumesCommand.js +0 -70
  838. package/dist/es/commands/DescribeCachediSCSIVolumesCommand.js.map +0 -1
  839. package/dist/es/commands/DescribeChapCredentialsCommand.js +0 -67
  840. package/dist/es/commands/DescribeChapCredentialsCommand.js.map +0 -1
  841. package/dist/es/commands/DescribeFileSystemAssociationsCommand.js +0 -66
  842. package/dist/es/commands/DescribeFileSystemAssociationsCommand.js.map +0 -1
  843. package/dist/es/commands/DescribeGatewayInformationCommand.js +0 -67
  844. package/dist/es/commands/DescribeGatewayInformationCommand.js.map +0 -1
  845. package/dist/es/commands/DescribeMaintenanceStartTimeCommand.js +0 -66
  846. package/dist/es/commands/DescribeMaintenanceStartTimeCommand.js.map +0 -1
  847. package/dist/es/commands/DescribeNFSFileSharesCommand.js +0 -66
  848. package/dist/es/commands/DescribeNFSFileSharesCommand.js.map +0 -1
  849. package/dist/es/commands/DescribeSMBFileSharesCommand.js +0 -66
  850. package/dist/es/commands/DescribeSMBFileSharesCommand.js.map +0 -1
  851. package/dist/es/commands/DescribeSMBSettingsCommand.js +0 -66
  852. package/dist/es/commands/DescribeSMBSettingsCommand.js.map +0 -1
  853. package/dist/es/commands/DescribeSnapshotScheduleCommand.js +0 -68
  854. package/dist/es/commands/DescribeSnapshotScheduleCommand.js.map +0 -1
  855. package/dist/es/commands/DescribeStorediSCSIVolumesCommand.js +0 -67
  856. package/dist/es/commands/DescribeStorediSCSIVolumesCommand.js.map +0 -1
  857. package/dist/es/commands/DescribeTapeArchivesCommand.js +0 -69
  858. package/dist/es/commands/DescribeTapeArchivesCommand.js.map +0 -1
  859. package/dist/es/commands/DescribeTapeRecoveryPointsCommand.js +0 -71
  860. package/dist/es/commands/DescribeTapeRecoveryPointsCommand.js.map +0 -1
  861. package/dist/es/commands/DescribeTapesCommand.js +0 -68
  862. package/dist/es/commands/DescribeTapesCommand.js.map +0 -1
  863. package/dist/es/commands/DescribeUploadBufferCommand.js +0 -69
  864. package/dist/es/commands/DescribeUploadBufferCommand.js.map +0 -1
  865. package/dist/es/commands/DescribeVTLDevicesCommand.js +0 -68
  866. package/dist/es/commands/DescribeVTLDevicesCommand.js.map +0 -1
  867. package/dist/es/commands/DescribeWorkingStorageCommand.js +0 -75
  868. package/dist/es/commands/DescribeWorkingStorageCommand.js.map +0 -1
  869. package/dist/es/commands/DetachVolumeCommand.js +0 -69
  870. package/dist/es/commands/DetachVolumeCommand.js.map +0 -1
  871. package/dist/es/commands/DisableGatewayCommand.js +0 -73
  872. package/dist/es/commands/DisableGatewayCommand.js.map +0 -1
  873. package/dist/es/commands/DisassociateFileSystemCommand.js +0 -67
  874. package/dist/es/commands/DisassociateFileSystemCommand.js.map +0 -1
  875. package/dist/es/commands/JoinDomainCommand.js +0 -66
  876. package/dist/es/commands/JoinDomainCommand.js.map +0 -1
  877. package/dist/es/commands/ListAutomaticTapeCreationPoliciesCommand.js +0 -68
  878. package/dist/es/commands/ListAutomaticTapeCreationPoliciesCommand.js.map +0 -1
  879. package/dist/es/commands/ListFileSharesCommand.js +0 -66
  880. package/dist/es/commands/ListFileSharesCommand.js.map +0 -1
  881. package/dist/es/commands/ListFileSystemAssociationsCommand.js +0 -67
  882. package/dist/es/commands/ListFileSystemAssociationsCommand.js.map +0 -1
  883. package/dist/es/commands/ListGatewaysCommand.js +0 -74
  884. package/dist/es/commands/ListGatewaysCommand.js.map +0 -1
  885. package/dist/es/commands/ListLocalDisksCommand.js +0 -73
  886. package/dist/es/commands/ListLocalDisksCommand.js.map +0 -1
  887. package/dist/es/commands/ListTagsForResourceCommand.js +0 -66
  888. package/dist/es/commands/ListTagsForResourceCommand.js.map +0 -1
  889. package/dist/es/commands/ListTapePoolsCommand.js +0 -73
  890. package/dist/es/commands/ListTapePoolsCommand.js.map +0 -1
  891. package/dist/es/commands/ListTapesCommand.js +0 -75
  892. package/dist/es/commands/ListTapesCommand.js.map +0 -1
  893. package/dist/es/commands/ListVolumeInitiatorsCommand.js +0 -67
  894. package/dist/es/commands/ListVolumeInitiatorsCommand.js.map +0 -1
  895. package/dist/es/commands/ListVolumeRecoveryPointsCommand.js +0 -71
  896. package/dist/es/commands/ListVolumeRecoveryPointsCommand.js.map +0 -1
  897. package/dist/es/commands/ListVolumesCommand.js +0 -74
  898. package/dist/es/commands/ListVolumesCommand.js.map +0 -1
  899. package/dist/es/commands/NotifyWhenUploadedCommand.js +0 -79
  900. package/dist/es/commands/NotifyWhenUploadedCommand.js.map +0 -1
  901. package/dist/es/commands/RefreshCacheCommand.js +0 -95
  902. package/dist/es/commands/RefreshCacheCommand.js.map +0 -1
  903. package/dist/es/commands/RemoveTagsFromResourceCommand.js +0 -66
  904. package/dist/es/commands/RemoveTagsFromResourceCommand.js.map +0 -1
  905. package/dist/es/commands/ResetCacheCommand.js +0 -77
  906. package/dist/es/commands/ResetCacheCommand.js.map +0 -1
  907. package/dist/es/commands/RetrieveTapeArchiveCommand.js +0 -72
  908. package/dist/es/commands/RetrieveTapeArchiveCommand.js.map +0 -1
  909. package/dist/es/commands/RetrieveTapeRecoveryPointCommand.js +0 -76
  910. package/dist/es/commands/RetrieveTapeRecoveryPointCommand.js.map +0 -1
  911. package/dist/es/commands/SetLocalConsolePasswordCommand.js +0 -68
  912. package/dist/es/commands/SetLocalConsolePasswordCommand.js.map +0 -1
  913. package/dist/es/commands/SetSMBGuestPasswordCommand.js +0 -67
  914. package/dist/es/commands/SetSMBGuestPasswordCommand.js.map +0 -1
  915. package/dist/es/commands/ShutdownGatewayCommand.js +0 -88
  916. package/dist/es/commands/ShutdownGatewayCommand.js.map +0 -1
  917. package/dist/es/commands/StartAvailabilityMonitorTestCommand.js +0 -72
  918. package/dist/es/commands/StartAvailabilityMonitorTestCommand.js.map +0 -1
  919. package/dist/es/commands/StartGatewayCommand.js +0 -77
  920. package/dist/es/commands/StartGatewayCommand.js.map +0 -1
  921. package/dist/es/commands/UpdateAutomaticTapeCreationPolicyCommand.js +0 -73
  922. package/dist/es/commands/UpdateAutomaticTapeCreationPolicyCommand.js.map +0 -1
  923. package/dist/es/commands/UpdateBandwidthRateLimitCommand.js +0 -75
  924. package/dist/es/commands/UpdateBandwidthRateLimitCommand.js.map +0 -1
  925. package/dist/es/commands/UpdateBandwidthRateLimitScheduleCommand.js +0 -70
  926. package/dist/es/commands/UpdateBandwidthRateLimitScheduleCommand.js.map +0 -1
  927. package/dist/es/commands/UpdateChapCredentialsCommand.js +0 -73
  928. package/dist/es/commands/UpdateChapCredentialsCommand.js.map +0 -1
  929. package/dist/es/commands/UpdateFileSystemAssociationCommand.js +0 -65
  930. package/dist/es/commands/UpdateFileSystemAssociationCommand.js.map +0 -1
  931. package/dist/es/commands/UpdateGatewayInformationCommand.js +0 -73
  932. package/dist/es/commands/UpdateGatewayInformationCommand.js.map +0 -1
  933. package/dist/es/commands/UpdateGatewaySoftwareNowCommand.js +0 -80
  934. package/dist/es/commands/UpdateGatewaySoftwareNowCommand.js.map +0 -1
  935. package/dist/es/commands/UpdateMaintenanceStartTimeCommand.js +0 -66
  936. package/dist/es/commands/UpdateMaintenanceStartTimeCommand.js.map +0 -1
  937. package/dist/es/commands/UpdateNFSFileShareCommand.js +0 -90
  938. package/dist/es/commands/UpdateNFSFileShareCommand.js.map +0 -1
  939. package/dist/es/commands/UpdateSMBFileShareCommand.js +0 -83
  940. package/dist/es/commands/UpdateSMBFileShareCommand.js.map +0 -1
  941. package/dist/es/commands/UpdateSMBFileShareVisibilityCommand.js +0 -66
  942. package/dist/es/commands/UpdateSMBFileShareVisibilityCommand.js.map +0 -1
  943. package/dist/es/commands/UpdateSMBSecurityStrategyCommand.js +0 -72
  944. package/dist/es/commands/UpdateSMBSecurityStrategyCommand.js.map +0 -1
  945. package/dist/es/commands/UpdateSnapshotScheduleCommand.js +0 -74
  946. package/dist/es/commands/UpdateSnapshotScheduleCommand.js.map +0 -1
  947. package/dist/es/commands/UpdateVTLDeviceTypeCommand.js +0 -68
  948. package/dist/es/commands/UpdateVTLDeviceTypeCommand.js.map +0 -1
  949. package/dist/es/endpoints.js +0 -59
  950. package/dist/es/endpoints.js.map +0 -1
  951. package/dist/es/index.js +0 -105
  952. package/dist/es/index.js.map +0 -1
  953. package/dist/es/models/index.js +0 -2
  954. package/dist/es/models/index.js.map +0 -1
  955. package/dist/es/models/models_0.js +0 -1481
  956. package/dist/es/models/models_0.js.map +0 -1
  957. package/dist/es/package.json +0 -91
  958. package/dist/es/pagination/DescribeTapeArchivesPaginator.js +0 -87
  959. package/dist/es/pagination/DescribeTapeArchivesPaginator.js.map +0 -1
  960. package/dist/es/pagination/DescribeTapeRecoveryPointsPaginator.js +0 -87
  961. package/dist/es/pagination/DescribeTapeRecoveryPointsPaginator.js.map +0 -1
  962. package/dist/es/pagination/DescribeTapesPaginator.js +0 -87
  963. package/dist/es/pagination/DescribeTapesPaginator.js.map +0 -1
  964. package/dist/es/pagination/DescribeVTLDevicesPaginator.js +0 -87
  965. package/dist/es/pagination/DescribeVTLDevicesPaginator.js.map +0 -1
  966. package/dist/es/pagination/Interfaces.js +0 -2
  967. package/dist/es/pagination/Interfaces.js.map +0 -1
  968. package/dist/es/pagination/ListFileSharesPaginator.js +0 -87
  969. package/dist/es/pagination/ListFileSharesPaginator.js.map +0 -1
  970. package/dist/es/pagination/ListFileSystemAssociationsPaginator.js +0 -87
  971. package/dist/es/pagination/ListFileSystemAssociationsPaginator.js.map +0 -1
  972. package/dist/es/pagination/ListGatewaysPaginator.js +0 -87
  973. package/dist/es/pagination/ListGatewaysPaginator.js.map +0 -1
  974. package/dist/es/pagination/ListTagsForResourcePaginator.js +0 -87
  975. package/dist/es/pagination/ListTagsForResourcePaginator.js.map +0 -1
  976. package/dist/es/pagination/ListTapePoolsPaginator.js +0 -87
  977. package/dist/es/pagination/ListTapePoolsPaginator.js.map +0 -1
  978. package/dist/es/pagination/ListTapesPaginator.js +0 -87
  979. package/dist/es/pagination/ListTapesPaginator.js.map +0 -1
  980. package/dist/es/pagination/ListVolumesPaginator.js +0 -87
  981. package/dist/es/pagination/ListVolumesPaginator.js.map +0 -1
  982. package/dist/es/protocols/Aws_json1_1.js +0 -8733
  983. package/dist/es/protocols/Aws_json1_1.js.map +0 -1
  984. package/dist/es/runtimeConfig.browser.js +0 -20
  985. package/dist/es/runtimeConfig.browser.js.map +0 -1
  986. package/dist/es/runtimeConfig.js +0 -25
  987. package/dist/es/runtimeConfig.js.map +0 -1
  988. package/dist/es/runtimeConfig.native.js +0 -12
  989. package/dist/es/runtimeConfig.native.js.map +0 -1
  990. package/dist/es/runtimeConfig.shared.js +0 -17
  991. package/dist/es/runtimeConfig.shared.js.map +0 -1
  992. package/dist/types/StorageGateway.d.ts +0 -1340
  993. package/dist/types/StorageGatewayClient.d.ts +0 -292
  994. package/dist/types/commands/ActivateGatewayCommand.d.ts +0 -42
  995. package/dist/types/commands/AddCacheCommand.d.ts +0 -39
  996. package/dist/types/commands/AddTagsToResourceCommand.d.ts +0 -59
  997. package/dist/types/commands/AddUploadBufferCommand.d.ts +0 -41
  998. package/dist/types/commands/AddWorkingStorageCommand.d.ts +0 -47
  999. package/dist/types/commands/AssignTapePoolCommand.d.ts +0 -41
  1000. package/dist/types/commands/AssociateFileSystemCommand.d.ts +0 -38
  1001. package/dist/types/commands/AttachVolumeCommand.d.ts +0 -38
  1002. package/dist/types/commands/CancelArchivalCommand.d.ts +0 -36
  1003. package/dist/types/commands/CancelRetrievalCommand.d.ts +0 -37
  1004. package/dist/types/commands/CreateCachediSCSIVolumeCommand.d.ts +0 -52
  1005. package/dist/types/commands/CreateNFSFileShareCommand.d.ts +0 -49
  1006. package/dist/types/commands/CreateSMBFileShareCommand.d.ts +0 -50
  1007. package/dist/types/commands/CreateSnapshotCommand.d.ts +0 -62
  1008. package/dist/types/commands/CreateSnapshotFromVolumeRecoveryPointCommand.d.ts +0 -55
  1009. package/dist/types/commands/CreateStorediSCSIVolumeCommand.d.ts +0 -46
  1010. package/dist/types/commands/CreateTapePoolCommand.d.ts +0 -36
  1011. package/dist/types/commands/CreateTapeWithBarcodeCommand.d.ts +0 -43
  1012. package/dist/types/commands/CreateTapesCommand.d.ts +0 -41
  1013. package/dist/types/commands/DeleteAutomaticTapeCreationPolicyCommand.d.ts +0 -37
  1014. package/dist/types/commands/DeleteBandwidthRateLimitCommand.d.ts +0 -39
  1015. package/dist/types/commands/DeleteChapCredentialsCommand.d.ts +0 -37
  1016. package/dist/types/commands/DeleteFileShareCommand.d.ts +0 -36
  1017. package/dist/types/commands/DeleteGatewayCommand.d.ts +0 -52
  1018. package/dist/types/commands/DeleteSnapshotScheduleCommand.d.ts +0 -49
  1019. package/dist/types/commands/DeleteTapeArchiveCommand.d.ts +0 -36
  1020. package/dist/types/commands/DeleteTapeCommand.d.ts +0 -36
  1021. package/dist/types/commands/DeleteTapePoolCommand.d.ts +0 -37
  1022. package/dist/types/commands/DeleteVolumeCommand.d.ts +0 -47
  1023. package/dist/types/commands/DescribeAvailabilityMonitorTestCommand.d.ts +0 -37
  1024. package/dist/types/commands/DescribeBandwidthRateLimitCommand.d.ts +0 -42
  1025. package/dist/types/commands/DescribeBandwidthRateLimitScheduleCommand.d.ts +0 -55
  1026. package/dist/types/commands/DescribeCacheCommand.d.ts +0 -39
  1027. package/dist/types/commands/DescribeCachediSCSIVolumesCommand.d.ts +0 -40
  1028. package/dist/types/commands/DescribeChapCredentialsCommand.d.ts +0 -37
  1029. package/dist/types/commands/DescribeFileSystemAssociationsCommand.d.ts +0 -36
  1030. package/dist/types/commands/DescribeGatewayInformationCommand.d.ts +0 -37
  1031. package/dist/types/commands/DescribeMaintenanceStartTimeCommand.d.ts +0 -36
  1032. package/dist/types/commands/DescribeNFSFileSharesCommand.d.ts +0 -36
  1033. package/dist/types/commands/DescribeSMBFileSharesCommand.d.ts +0 -36
  1034. package/dist/types/commands/DescribeSMBSettingsCommand.d.ts +0 -36
  1035. package/dist/types/commands/DescribeSnapshotScheduleCommand.d.ts +0 -38
  1036. package/dist/types/commands/DescribeStorediSCSIVolumesCommand.d.ts +0 -37
  1037. package/dist/types/commands/DescribeTapeArchivesCommand.d.ts +0 -39
  1038. package/dist/types/commands/DescribeTapeRecoveryPointsCommand.d.ts +0 -41
  1039. package/dist/types/commands/DescribeTapesCommand.d.ts +0 -38
  1040. package/dist/types/commands/DescribeUploadBufferCommand.d.ts +0 -39
  1041. package/dist/types/commands/DescribeVTLDevicesCommand.d.ts +0 -38
  1042. package/dist/types/commands/DescribeWorkingStorageCommand.d.ts +0 -45
  1043. package/dist/types/commands/DetachVolumeCommand.d.ts +0 -39
  1044. package/dist/types/commands/DisableGatewayCommand.d.ts +0 -43
  1045. package/dist/types/commands/DisassociateFileSystemCommand.d.ts +0 -37
  1046. package/dist/types/commands/JoinDomainCommand.d.ts +0 -36
  1047. package/dist/types/commands/ListAutomaticTapeCreationPoliciesCommand.d.ts +0 -38
  1048. package/dist/types/commands/ListFileSharesCommand.d.ts +0 -36
  1049. package/dist/types/commands/ListFileSystemAssociationsCommand.d.ts +0 -37
  1050. package/dist/types/commands/ListGatewaysCommand.d.ts +0 -44
  1051. package/dist/types/commands/ListLocalDisksCommand.d.ts +0 -43
  1052. package/dist/types/commands/ListTagsForResourceCommand.d.ts +0 -36
  1053. package/dist/types/commands/ListTapePoolsCommand.d.ts +0 -43
  1054. package/dist/types/commands/ListTapesCommand.d.ts +0 -45
  1055. package/dist/types/commands/ListVolumeInitiatorsCommand.d.ts +0 -37
  1056. package/dist/types/commands/ListVolumeRecoveryPointsCommand.d.ts +0 -41
  1057. package/dist/types/commands/ListVolumesCommand.d.ts +0 -44
  1058. package/dist/types/commands/NotifyWhenUploadedCommand.d.ts +0 -49
  1059. package/dist/types/commands/RefreshCacheCommand.d.ts +0 -65
  1060. package/dist/types/commands/RemoveTagsFromResourceCommand.d.ts +0 -36
  1061. package/dist/types/commands/ResetCacheCommand.d.ts +0 -47
  1062. package/dist/types/commands/RetrieveTapeArchiveCommand.d.ts +0 -42
  1063. package/dist/types/commands/RetrieveTapeRecoveryPointCommand.d.ts +0 -46
  1064. package/dist/types/commands/SetLocalConsolePasswordCommand.d.ts +0 -38
  1065. package/dist/types/commands/SetSMBGuestPasswordCommand.d.ts +0 -37
  1066. package/dist/types/commands/ShutdownGatewayCommand.d.ts +0 -58
  1067. package/dist/types/commands/StartAvailabilityMonitorTestCommand.d.ts +0 -42
  1068. package/dist/types/commands/StartGatewayCommand.d.ts +0 -47
  1069. package/dist/types/commands/UpdateAutomaticTapeCreationPolicyCommand.d.ts +0 -43
  1070. package/dist/types/commands/UpdateBandwidthRateLimitCommand.d.ts +0 -45
  1071. package/dist/types/commands/UpdateBandwidthRateLimitScheduleCommand.d.ts +0 -40
  1072. package/dist/types/commands/UpdateChapCredentialsCommand.d.ts +0 -43
  1073. package/dist/types/commands/UpdateFileSystemAssociationCommand.d.ts +0 -35
  1074. package/dist/types/commands/UpdateGatewayInformationCommand.d.ts +0 -43
  1075. package/dist/types/commands/UpdateGatewaySoftwareNowCommand.d.ts +0 -50
  1076. package/dist/types/commands/UpdateMaintenanceStartTimeCommand.d.ts +0 -36
  1077. package/dist/types/commands/UpdateNFSFileShareCommand.d.ts +0 -60
  1078. package/dist/types/commands/UpdateSMBFileShareCommand.d.ts +0 -53
  1079. package/dist/types/commands/UpdateSMBFileShareVisibilityCommand.d.ts +0 -36
  1080. package/dist/types/commands/UpdateSMBSecurityStrategyCommand.d.ts +0 -42
  1081. package/dist/types/commands/UpdateSnapshotScheduleCommand.d.ts +0 -44
  1082. package/dist/types/commands/UpdateVTLDeviceTypeCommand.d.ts +0 -38
  1083. package/dist/types/pagination/DescribeTapeArchivesPaginator.d.ts +0 -4
  1084. package/dist/types/pagination/DescribeTapeRecoveryPointsPaginator.d.ts +0 -4
  1085. package/dist/types/pagination/DescribeTapesPaginator.d.ts +0 -4
  1086. package/dist/types/pagination/DescribeVTLDevicesPaginator.d.ts +0 -4
  1087. package/dist/types/pagination/Interfaces.d.ts +0 -6
  1088. package/dist/types/pagination/ListFileSharesPaginator.d.ts +0 -4
  1089. package/dist/types/pagination/ListFileSystemAssociationsPaginator.d.ts +0 -4
  1090. package/dist/types/pagination/ListGatewaysPaginator.d.ts +0 -4
  1091. package/dist/types/pagination/ListTagsForResourcePaginator.d.ts +0 -4
  1092. package/dist/types/pagination/ListTapePoolsPaginator.d.ts +0 -4
  1093. package/dist/types/pagination/ListTapesPaginator.d.ts +0 -4
  1094. package/dist/types/pagination/ListVolumesPaginator.d.ts +0 -4
  1095. package/dist/types/protocols/Aws_json1_1.d.ts +0 -269
  1096. package/dist/types/runtimeConfig.browser.d.ts +0 -36
  1097. package/dist/types/runtimeConfig.d.ts +0 -36
  1098. package/dist/types/runtimeConfig.native.d.ts +0 -35
  1099. package/dist/types/ts3.4/StorageGateway.d.ts +0 -1340
  1100. package/dist/types/ts3.4/StorageGatewayClient.d.ts +0 -292
  1101. package/dist/types/ts3.4/commands/ActivateGatewayCommand.d.ts +0 -42
  1102. package/dist/types/ts3.4/commands/AddCacheCommand.d.ts +0 -39
  1103. package/dist/types/ts3.4/commands/AddTagsToResourceCommand.d.ts +0 -59
  1104. package/dist/types/ts3.4/commands/AddUploadBufferCommand.d.ts +0 -41
  1105. package/dist/types/ts3.4/commands/AddWorkingStorageCommand.d.ts +0 -47
  1106. package/dist/types/ts3.4/commands/AssignTapePoolCommand.d.ts +0 -41
  1107. package/dist/types/ts3.4/commands/AssociateFileSystemCommand.d.ts +0 -38
  1108. package/dist/types/ts3.4/commands/AttachVolumeCommand.d.ts +0 -38
  1109. package/dist/types/ts3.4/commands/CancelArchivalCommand.d.ts +0 -36
  1110. package/dist/types/ts3.4/commands/CancelRetrievalCommand.d.ts +0 -37
  1111. package/dist/types/ts3.4/commands/CreateCachediSCSIVolumeCommand.d.ts +0 -52
  1112. package/dist/types/ts3.4/commands/CreateNFSFileShareCommand.d.ts +0 -49
  1113. package/dist/types/ts3.4/commands/CreateSMBFileShareCommand.d.ts +0 -50
  1114. package/dist/types/ts3.4/commands/CreateSnapshotCommand.d.ts +0 -62
  1115. package/dist/types/ts3.4/commands/CreateSnapshotFromVolumeRecoveryPointCommand.d.ts +0 -55
  1116. package/dist/types/ts3.4/commands/CreateStorediSCSIVolumeCommand.d.ts +0 -46
  1117. package/dist/types/ts3.4/commands/CreateTapePoolCommand.d.ts +0 -36
  1118. package/dist/types/ts3.4/commands/CreateTapeWithBarcodeCommand.d.ts +0 -43
  1119. package/dist/types/ts3.4/commands/CreateTapesCommand.d.ts +0 -41
  1120. package/dist/types/ts3.4/commands/DeleteAutomaticTapeCreationPolicyCommand.d.ts +0 -37
  1121. package/dist/types/ts3.4/commands/DeleteBandwidthRateLimitCommand.d.ts +0 -39
  1122. package/dist/types/ts3.4/commands/DeleteChapCredentialsCommand.d.ts +0 -37
  1123. package/dist/types/ts3.4/commands/DeleteFileShareCommand.d.ts +0 -36
  1124. package/dist/types/ts3.4/commands/DeleteGatewayCommand.d.ts +0 -52
  1125. package/dist/types/ts3.4/commands/DeleteSnapshotScheduleCommand.d.ts +0 -49
  1126. package/dist/types/ts3.4/commands/DeleteTapeArchiveCommand.d.ts +0 -36
  1127. package/dist/types/ts3.4/commands/DeleteTapeCommand.d.ts +0 -36
  1128. package/dist/types/ts3.4/commands/DeleteTapePoolCommand.d.ts +0 -37
  1129. package/dist/types/ts3.4/commands/DeleteVolumeCommand.d.ts +0 -47
  1130. package/dist/types/ts3.4/commands/DescribeAvailabilityMonitorTestCommand.d.ts +0 -37
  1131. package/dist/types/ts3.4/commands/DescribeBandwidthRateLimitCommand.d.ts +0 -42
  1132. package/dist/types/ts3.4/commands/DescribeBandwidthRateLimitScheduleCommand.d.ts +0 -55
  1133. package/dist/types/ts3.4/commands/DescribeCacheCommand.d.ts +0 -39
  1134. package/dist/types/ts3.4/commands/DescribeCachediSCSIVolumesCommand.d.ts +0 -40
  1135. package/dist/types/ts3.4/commands/DescribeChapCredentialsCommand.d.ts +0 -37
  1136. package/dist/types/ts3.4/commands/DescribeFileSystemAssociationsCommand.d.ts +0 -36
  1137. package/dist/types/ts3.4/commands/DescribeGatewayInformationCommand.d.ts +0 -37
  1138. package/dist/types/ts3.4/commands/DescribeMaintenanceStartTimeCommand.d.ts +0 -36
  1139. package/dist/types/ts3.4/commands/DescribeNFSFileSharesCommand.d.ts +0 -36
  1140. package/dist/types/ts3.4/commands/DescribeSMBFileSharesCommand.d.ts +0 -36
  1141. package/dist/types/ts3.4/commands/DescribeSMBSettingsCommand.d.ts +0 -36
  1142. package/dist/types/ts3.4/commands/DescribeSnapshotScheduleCommand.d.ts +0 -38
  1143. package/dist/types/ts3.4/commands/DescribeStorediSCSIVolumesCommand.d.ts +0 -37
  1144. package/dist/types/ts3.4/commands/DescribeTapeArchivesCommand.d.ts +0 -39
  1145. package/dist/types/ts3.4/commands/DescribeTapeRecoveryPointsCommand.d.ts +0 -41
  1146. package/dist/types/ts3.4/commands/DescribeTapesCommand.d.ts +0 -38
  1147. package/dist/types/ts3.4/commands/DescribeUploadBufferCommand.d.ts +0 -39
  1148. package/dist/types/ts3.4/commands/DescribeVTLDevicesCommand.d.ts +0 -38
  1149. package/dist/types/ts3.4/commands/DescribeWorkingStorageCommand.d.ts +0 -45
  1150. package/dist/types/ts3.4/commands/DetachVolumeCommand.d.ts +0 -39
  1151. package/dist/types/ts3.4/commands/DisableGatewayCommand.d.ts +0 -43
  1152. package/dist/types/ts3.4/commands/DisassociateFileSystemCommand.d.ts +0 -37
  1153. package/dist/types/ts3.4/commands/JoinDomainCommand.d.ts +0 -36
  1154. package/dist/types/ts3.4/commands/ListAutomaticTapeCreationPoliciesCommand.d.ts +0 -38
  1155. package/dist/types/ts3.4/commands/ListFileSharesCommand.d.ts +0 -36
  1156. package/dist/types/ts3.4/commands/ListFileSystemAssociationsCommand.d.ts +0 -37
  1157. package/dist/types/ts3.4/commands/ListGatewaysCommand.d.ts +0 -44
  1158. package/dist/types/ts3.4/commands/ListLocalDisksCommand.d.ts +0 -43
  1159. package/dist/types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -36
  1160. package/dist/types/ts3.4/commands/ListTapePoolsCommand.d.ts +0 -43
  1161. package/dist/types/ts3.4/commands/ListTapesCommand.d.ts +0 -45
  1162. package/dist/types/ts3.4/commands/ListVolumeInitiatorsCommand.d.ts +0 -37
  1163. package/dist/types/ts3.4/commands/ListVolumeRecoveryPointsCommand.d.ts +0 -41
  1164. package/dist/types/ts3.4/commands/ListVolumesCommand.d.ts +0 -44
  1165. package/dist/types/ts3.4/commands/NotifyWhenUploadedCommand.d.ts +0 -49
  1166. package/dist/types/ts3.4/commands/RefreshCacheCommand.d.ts +0 -65
  1167. package/dist/types/ts3.4/commands/RemoveTagsFromResourceCommand.d.ts +0 -36
  1168. package/dist/types/ts3.4/commands/ResetCacheCommand.d.ts +0 -47
  1169. package/dist/types/ts3.4/commands/RetrieveTapeArchiveCommand.d.ts +0 -42
  1170. package/dist/types/ts3.4/commands/RetrieveTapeRecoveryPointCommand.d.ts +0 -46
  1171. package/dist/types/ts3.4/commands/SetLocalConsolePasswordCommand.d.ts +0 -38
  1172. package/dist/types/ts3.4/commands/SetSMBGuestPasswordCommand.d.ts +0 -37
  1173. package/dist/types/ts3.4/commands/ShutdownGatewayCommand.d.ts +0 -58
  1174. package/dist/types/ts3.4/commands/StartAvailabilityMonitorTestCommand.d.ts +0 -42
  1175. package/dist/types/ts3.4/commands/StartGatewayCommand.d.ts +0 -47
  1176. package/dist/types/ts3.4/commands/UpdateAutomaticTapeCreationPolicyCommand.d.ts +0 -43
  1177. package/dist/types/ts3.4/commands/UpdateBandwidthRateLimitCommand.d.ts +0 -45
  1178. package/dist/types/ts3.4/commands/UpdateBandwidthRateLimitScheduleCommand.d.ts +0 -40
  1179. package/dist/types/ts3.4/commands/UpdateChapCredentialsCommand.d.ts +0 -43
  1180. package/dist/types/ts3.4/commands/UpdateFileSystemAssociationCommand.d.ts +0 -35
  1181. package/dist/types/ts3.4/commands/UpdateGatewayInformationCommand.d.ts +0 -43
  1182. package/dist/types/ts3.4/commands/UpdateGatewaySoftwareNowCommand.d.ts +0 -50
  1183. package/dist/types/ts3.4/commands/UpdateMaintenanceStartTimeCommand.d.ts +0 -36
  1184. package/dist/types/ts3.4/commands/UpdateNFSFileShareCommand.d.ts +0 -60
  1185. package/dist/types/ts3.4/commands/UpdateSMBFileShareCommand.d.ts +0 -53
  1186. package/dist/types/ts3.4/commands/UpdateSMBFileShareVisibilityCommand.d.ts +0 -36
  1187. package/dist/types/ts3.4/commands/UpdateSMBSecurityStrategyCommand.d.ts +0 -42
  1188. package/dist/types/ts3.4/commands/UpdateSnapshotScheduleCommand.d.ts +0 -44
  1189. package/dist/types/ts3.4/commands/UpdateVTLDeviceTypeCommand.d.ts +0 -38
  1190. package/dist/types/ts3.4/pagination/DescribeTapeArchivesPaginator.d.ts +0 -4
  1191. package/dist/types/ts3.4/pagination/DescribeTapeRecoveryPointsPaginator.d.ts +0 -4
  1192. package/dist/types/ts3.4/pagination/DescribeTapesPaginator.d.ts +0 -4
  1193. package/dist/types/ts3.4/pagination/DescribeVTLDevicesPaginator.d.ts +0 -4
  1194. package/dist/types/ts3.4/pagination/Interfaces.d.ts +0 -6
  1195. package/dist/types/ts3.4/pagination/ListFileSharesPaginator.d.ts +0 -4
  1196. package/dist/types/ts3.4/pagination/ListFileSystemAssociationsPaginator.d.ts +0 -4
  1197. package/dist/types/ts3.4/pagination/ListGatewaysPaginator.d.ts +0 -4
  1198. package/dist/types/ts3.4/pagination/ListTagsForResourcePaginator.d.ts +0 -4
  1199. package/dist/types/ts3.4/pagination/ListTapePoolsPaginator.d.ts +0 -4
  1200. package/dist/types/ts3.4/pagination/ListTapesPaginator.d.ts +0 -4
  1201. package/dist/types/ts3.4/pagination/ListVolumesPaginator.d.ts +0 -4
  1202. package/dist/types/ts3.4/protocols/Aws_json1_1.d.ts +0 -269
  1203. package/dist/types/ts3.4/runtimeConfig.browser.d.ts +0 -36
  1204. package/dist/types/ts3.4/runtimeConfig.d.ts +0 -36
  1205. package/dist/types/ts3.4/runtimeConfig.native.d.ts +0 -35
  1206. package/endpoints.ts +0 -63
  1207. package/jest.config.js +0 -4
  1208. package/models/models_0.ts +0 -8368
  1209. package/pagination/DescribeTapeArchivesPaginator.ts +0 -58
  1210. package/pagination/DescribeTapeRecoveryPointsPaginator.ts +0 -58
  1211. package/pagination/DescribeTapesPaginator.ts +0 -58
  1212. package/pagination/DescribeVTLDevicesPaginator.ts +0 -58
  1213. package/pagination/Interfaces.ts +0 -7
  1214. package/pagination/ListFileSharesPaginator.ts +0 -58
  1215. package/pagination/ListFileSystemAssociationsPaginator.ts +0 -58
  1216. package/pagination/ListGatewaysPaginator.ts +0 -58
  1217. package/pagination/ListTagsForResourcePaginator.ts +0 -58
  1218. package/pagination/ListTapePoolsPaginator.ts +0 -58
  1219. package/pagination/ListTapesPaginator.ts +0 -54
  1220. package/pagination/ListVolumesPaginator.ts +0 -54
  1221. package/protocols/Aws_json1_1.ts +0 -10377
  1222. package/runtimeConfig.browser.ts +0 -40
  1223. package/runtimeConfig.native.ts +0 -16
  1224. package/runtimeConfig.shared.ts +0 -16
  1225. package/runtimeConfig.ts +0 -45
  1226. package/tsconfig.es.json +0 -12
  1227. package/tsconfig.json +0 -32
@@ -0,0 +1,269 @@
1
+ import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
2
+ import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
3
+ import { ActivateGatewayCommandInput, ActivateGatewayCommandOutput } from "../commands/ActivateGatewayCommand";
4
+ import { AddCacheCommandInput, AddCacheCommandOutput } from "../commands/AddCacheCommand";
5
+ import { AddTagsToResourceCommandInput, AddTagsToResourceCommandOutput } from "../commands/AddTagsToResourceCommand";
6
+ import { AddUploadBufferCommandInput, AddUploadBufferCommandOutput } from "../commands/AddUploadBufferCommand";
7
+ import { AddWorkingStorageCommandInput, AddWorkingStorageCommandOutput } from "../commands/AddWorkingStorageCommand";
8
+ import { AssignTapePoolCommandInput, AssignTapePoolCommandOutput } from "../commands/AssignTapePoolCommand";
9
+ import { AssociateFileSystemCommandInput, AssociateFileSystemCommandOutput } from "../commands/AssociateFileSystemCommand";
10
+ import { AttachVolumeCommandInput, AttachVolumeCommandOutput } from "../commands/AttachVolumeCommand";
11
+ import { CancelArchivalCommandInput, CancelArchivalCommandOutput } from "../commands/CancelArchivalCommand";
12
+ import { CancelRetrievalCommandInput, CancelRetrievalCommandOutput } from "../commands/CancelRetrievalCommand";
13
+ import { CreateCachediSCSIVolumeCommandInput, CreateCachediSCSIVolumeCommandOutput } from "../commands/CreateCachediSCSIVolumeCommand";
14
+ import { CreateNFSFileShareCommandInput, CreateNFSFileShareCommandOutput } from "../commands/CreateNFSFileShareCommand";
15
+ import { CreateSMBFileShareCommandInput, CreateSMBFileShareCommandOutput } from "../commands/CreateSMBFileShareCommand";
16
+ import { CreateSnapshotCommandInput, CreateSnapshotCommandOutput } from "../commands/CreateSnapshotCommand";
17
+ import { CreateSnapshotFromVolumeRecoveryPointCommandInput, CreateSnapshotFromVolumeRecoveryPointCommandOutput } from "../commands/CreateSnapshotFromVolumeRecoveryPointCommand";
18
+ import { CreateStorediSCSIVolumeCommandInput, CreateStorediSCSIVolumeCommandOutput } from "../commands/CreateStorediSCSIVolumeCommand";
19
+ import { CreateTapePoolCommandInput, CreateTapePoolCommandOutput } from "../commands/CreateTapePoolCommand";
20
+ import { CreateTapesCommandInput, CreateTapesCommandOutput } from "../commands/CreateTapesCommand";
21
+ import { CreateTapeWithBarcodeCommandInput, CreateTapeWithBarcodeCommandOutput } from "../commands/CreateTapeWithBarcodeCommand";
22
+ import { DeleteAutomaticTapeCreationPolicyCommandInput, DeleteAutomaticTapeCreationPolicyCommandOutput } from "../commands/DeleteAutomaticTapeCreationPolicyCommand";
23
+ import { DeleteBandwidthRateLimitCommandInput, DeleteBandwidthRateLimitCommandOutput } from "../commands/DeleteBandwidthRateLimitCommand";
24
+ import { DeleteChapCredentialsCommandInput, DeleteChapCredentialsCommandOutput } from "../commands/DeleteChapCredentialsCommand";
25
+ import { DeleteFileShareCommandInput, DeleteFileShareCommandOutput } from "../commands/DeleteFileShareCommand";
26
+ import { DeleteGatewayCommandInput, DeleteGatewayCommandOutput } from "../commands/DeleteGatewayCommand";
27
+ import { DeleteSnapshotScheduleCommandInput, DeleteSnapshotScheduleCommandOutput } from "../commands/DeleteSnapshotScheduleCommand";
28
+ import { DeleteTapeArchiveCommandInput, DeleteTapeArchiveCommandOutput } from "../commands/DeleteTapeArchiveCommand";
29
+ import { DeleteTapeCommandInput, DeleteTapeCommandOutput } from "../commands/DeleteTapeCommand";
30
+ import { DeleteTapePoolCommandInput, DeleteTapePoolCommandOutput } from "../commands/DeleteTapePoolCommand";
31
+ import { DeleteVolumeCommandInput, DeleteVolumeCommandOutput } from "../commands/DeleteVolumeCommand";
32
+ import { DescribeAvailabilityMonitorTestCommandInput, DescribeAvailabilityMonitorTestCommandOutput } from "../commands/DescribeAvailabilityMonitorTestCommand";
33
+ import { DescribeBandwidthRateLimitCommandInput, DescribeBandwidthRateLimitCommandOutput } from "../commands/DescribeBandwidthRateLimitCommand";
34
+ import { DescribeBandwidthRateLimitScheduleCommandInput, DescribeBandwidthRateLimitScheduleCommandOutput } from "../commands/DescribeBandwidthRateLimitScheduleCommand";
35
+ import { DescribeCacheCommandInput, DescribeCacheCommandOutput } from "../commands/DescribeCacheCommand";
36
+ import { DescribeCachediSCSIVolumesCommandInput, DescribeCachediSCSIVolumesCommandOutput } from "../commands/DescribeCachediSCSIVolumesCommand";
37
+ import { DescribeChapCredentialsCommandInput, DescribeChapCredentialsCommandOutput } from "../commands/DescribeChapCredentialsCommand";
38
+ import { DescribeFileSystemAssociationsCommandInput, DescribeFileSystemAssociationsCommandOutput } from "../commands/DescribeFileSystemAssociationsCommand";
39
+ import { DescribeGatewayInformationCommandInput, DescribeGatewayInformationCommandOutput } from "../commands/DescribeGatewayInformationCommand";
40
+ import { DescribeMaintenanceStartTimeCommandInput, DescribeMaintenanceStartTimeCommandOutput } from "../commands/DescribeMaintenanceStartTimeCommand";
41
+ import { DescribeNFSFileSharesCommandInput, DescribeNFSFileSharesCommandOutput } from "../commands/DescribeNFSFileSharesCommand";
42
+ import { DescribeSMBFileSharesCommandInput, DescribeSMBFileSharesCommandOutput } from "../commands/DescribeSMBFileSharesCommand";
43
+ import { DescribeSMBSettingsCommandInput, DescribeSMBSettingsCommandOutput } from "../commands/DescribeSMBSettingsCommand";
44
+ import { DescribeSnapshotScheduleCommandInput, DescribeSnapshotScheduleCommandOutput } from "../commands/DescribeSnapshotScheduleCommand";
45
+ import { DescribeStorediSCSIVolumesCommandInput, DescribeStorediSCSIVolumesCommandOutput } from "../commands/DescribeStorediSCSIVolumesCommand";
46
+ import { DescribeTapeArchivesCommandInput, DescribeTapeArchivesCommandOutput } from "../commands/DescribeTapeArchivesCommand";
47
+ import { DescribeTapeRecoveryPointsCommandInput, DescribeTapeRecoveryPointsCommandOutput } from "../commands/DescribeTapeRecoveryPointsCommand";
48
+ import { DescribeTapesCommandInput, DescribeTapesCommandOutput } from "../commands/DescribeTapesCommand";
49
+ import { DescribeUploadBufferCommandInput, DescribeUploadBufferCommandOutput } from "../commands/DescribeUploadBufferCommand";
50
+ import { DescribeVTLDevicesCommandInput, DescribeVTLDevicesCommandOutput } from "../commands/DescribeVTLDevicesCommand";
51
+ import { DescribeWorkingStorageCommandInput, DescribeWorkingStorageCommandOutput } from "../commands/DescribeWorkingStorageCommand";
52
+ import { DetachVolumeCommandInput, DetachVolumeCommandOutput } from "../commands/DetachVolumeCommand";
53
+ import { DisableGatewayCommandInput, DisableGatewayCommandOutput } from "../commands/DisableGatewayCommand";
54
+ import { DisassociateFileSystemCommandInput, DisassociateFileSystemCommandOutput } from "../commands/DisassociateFileSystemCommand";
55
+ import { JoinDomainCommandInput, JoinDomainCommandOutput } from "../commands/JoinDomainCommand";
56
+ import { ListAutomaticTapeCreationPoliciesCommandInput, ListAutomaticTapeCreationPoliciesCommandOutput } from "../commands/ListAutomaticTapeCreationPoliciesCommand";
57
+ import { ListFileSharesCommandInput, ListFileSharesCommandOutput } from "../commands/ListFileSharesCommand";
58
+ import { ListFileSystemAssociationsCommandInput, ListFileSystemAssociationsCommandOutput } from "../commands/ListFileSystemAssociationsCommand";
59
+ import { ListGatewaysCommandInput, ListGatewaysCommandOutput } from "../commands/ListGatewaysCommand";
60
+ import { ListLocalDisksCommandInput, ListLocalDisksCommandOutput } from "../commands/ListLocalDisksCommand";
61
+ import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
62
+ import { ListTapePoolsCommandInput, ListTapePoolsCommandOutput } from "../commands/ListTapePoolsCommand";
63
+ import { ListTapesCommandInput, ListTapesCommandOutput } from "../commands/ListTapesCommand";
64
+ import { ListVolumeInitiatorsCommandInput, ListVolumeInitiatorsCommandOutput } from "../commands/ListVolumeInitiatorsCommand";
65
+ import { ListVolumeRecoveryPointsCommandInput, ListVolumeRecoveryPointsCommandOutput } from "../commands/ListVolumeRecoveryPointsCommand";
66
+ import { ListVolumesCommandInput, ListVolumesCommandOutput } from "../commands/ListVolumesCommand";
67
+ import { NotifyWhenUploadedCommandInput, NotifyWhenUploadedCommandOutput } from "../commands/NotifyWhenUploadedCommand";
68
+ import { RefreshCacheCommandInput, RefreshCacheCommandOutput } from "../commands/RefreshCacheCommand";
69
+ import { RemoveTagsFromResourceCommandInput, RemoveTagsFromResourceCommandOutput } from "../commands/RemoveTagsFromResourceCommand";
70
+ import { ResetCacheCommandInput, ResetCacheCommandOutput } from "../commands/ResetCacheCommand";
71
+ import { RetrieveTapeArchiveCommandInput, RetrieveTapeArchiveCommandOutput } from "../commands/RetrieveTapeArchiveCommand";
72
+ import { RetrieveTapeRecoveryPointCommandInput, RetrieveTapeRecoveryPointCommandOutput } from "../commands/RetrieveTapeRecoveryPointCommand";
73
+ import { SetLocalConsolePasswordCommandInput, SetLocalConsolePasswordCommandOutput } from "../commands/SetLocalConsolePasswordCommand";
74
+ import { SetSMBGuestPasswordCommandInput, SetSMBGuestPasswordCommandOutput } from "../commands/SetSMBGuestPasswordCommand";
75
+ import { ShutdownGatewayCommandInput, ShutdownGatewayCommandOutput } from "../commands/ShutdownGatewayCommand";
76
+ import { StartAvailabilityMonitorTestCommandInput, StartAvailabilityMonitorTestCommandOutput } from "../commands/StartAvailabilityMonitorTestCommand";
77
+ import { StartGatewayCommandInput, StartGatewayCommandOutput } from "../commands/StartGatewayCommand";
78
+ import { UpdateAutomaticTapeCreationPolicyCommandInput, UpdateAutomaticTapeCreationPolicyCommandOutput } from "../commands/UpdateAutomaticTapeCreationPolicyCommand";
79
+ import { UpdateBandwidthRateLimitCommandInput, UpdateBandwidthRateLimitCommandOutput } from "../commands/UpdateBandwidthRateLimitCommand";
80
+ import { UpdateBandwidthRateLimitScheduleCommandInput, UpdateBandwidthRateLimitScheduleCommandOutput } from "../commands/UpdateBandwidthRateLimitScheduleCommand";
81
+ import { UpdateChapCredentialsCommandInput, UpdateChapCredentialsCommandOutput } from "../commands/UpdateChapCredentialsCommand";
82
+ import { UpdateFileSystemAssociationCommandInput, UpdateFileSystemAssociationCommandOutput } from "../commands/UpdateFileSystemAssociationCommand";
83
+ import { UpdateGatewayInformationCommandInput, UpdateGatewayInformationCommandOutput } from "../commands/UpdateGatewayInformationCommand";
84
+ import { UpdateGatewaySoftwareNowCommandInput, UpdateGatewaySoftwareNowCommandOutput } from "../commands/UpdateGatewaySoftwareNowCommand";
85
+ import { UpdateMaintenanceStartTimeCommandInput, UpdateMaintenanceStartTimeCommandOutput } from "../commands/UpdateMaintenanceStartTimeCommand";
86
+ import { UpdateNFSFileShareCommandInput, UpdateNFSFileShareCommandOutput } from "../commands/UpdateNFSFileShareCommand";
87
+ import { UpdateSMBFileShareCommandInput, UpdateSMBFileShareCommandOutput } from "../commands/UpdateSMBFileShareCommand";
88
+ import { UpdateSMBFileShareVisibilityCommandInput, UpdateSMBFileShareVisibilityCommandOutput } from "../commands/UpdateSMBFileShareVisibilityCommand";
89
+ import { UpdateSMBSecurityStrategyCommandInput, UpdateSMBSecurityStrategyCommandOutput } from "../commands/UpdateSMBSecurityStrategyCommand";
90
+ import { UpdateSnapshotScheduleCommandInput, UpdateSnapshotScheduleCommandOutput } from "../commands/UpdateSnapshotScheduleCommand";
91
+ import { UpdateVTLDeviceTypeCommandInput, UpdateVTLDeviceTypeCommandOutput } from "../commands/UpdateVTLDeviceTypeCommand";
92
+ export declare const serializeAws_json1_1ActivateGatewayCommand: (input: ActivateGatewayCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
93
+ export declare const serializeAws_json1_1AddCacheCommand: (input: AddCacheCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
94
+ export declare const serializeAws_json1_1AddTagsToResourceCommand: (input: AddTagsToResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
95
+ export declare const serializeAws_json1_1AddUploadBufferCommand: (input: AddUploadBufferCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
96
+ export declare const serializeAws_json1_1AddWorkingStorageCommand: (input: AddWorkingStorageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
97
+ export declare const serializeAws_json1_1AssignTapePoolCommand: (input: AssignTapePoolCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
98
+ export declare const serializeAws_json1_1AssociateFileSystemCommand: (input: AssociateFileSystemCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
99
+ export declare const serializeAws_json1_1AttachVolumeCommand: (input: AttachVolumeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
100
+ export declare const serializeAws_json1_1CancelArchivalCommand: (input: CancelArchivalCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
101
+ export declare const serializeAws_json1_1CancelRetrievalCommand: (input: CancelRetrievalCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
102
+ export declare const serializeAws_json1_1CreateCachediSCSIVolumeCommand: (input: CreateCachediSCSIVolumeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
103
+ export declare const serializeAws_json1_1CreateNFSFileShareCommand: (input: CreateNFSFileShareCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
104
+ export declare const serializeAws_json1_1CreateSMBFileShareCommand: (input: CreateSMBFileShareCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
105
+ export declare const serializeAws_json1_1CreateSnapshotCommand: (input: CreateSnapshotCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
106
+ export declare const serializeAws_json1_1CreateSnapshotFromVolumeRecoveryPointCommand: (input: CreateSnapshotFromVolumeRecoveryPointCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
107
+ export declare const serializeAws_json1_1CreateStorediSCSIVolumeCommand: (input: CreateStorediSCSIVolumeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
108
+ export declare const serializeAws_json1_1CreateTapePoolCommand: (input: CreateTapePoolCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
109
+ export declare const serializeAws_json1_1CreateTapesCommand: (input: CreateTapesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
110
+ export declare const serializeAws_json1_1CreateTapeWithBarcodeCommand: (input: CreateTapeWithBarcodeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
111
+ export declare const serializeAws_json1_1DeleteAutomaticTapeCreationPolicyCommand: (input: DeleteAutomaticTapeCreationPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
112
+ export declare const serializeAws_json1_1DeleteBandwidthRateLimitCommand: (input: DeleteBandwidthRateLimitCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
113
+ export declare const serializeAws_json1_1DeleteChapCredentialsCommand: (input: DeleteChapCredentialsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
114
+ export declare const serializeAws_json1_1DeleteFileShareCommand: (input: DeleteFileShareCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
115
+ export declare const serializeAws_json1_1DeleteGatewayCommand: (input: DeleteGatewayCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
116
+ export declare const serializeAws_json1_1DeleteSnapshotScheduleCommand: (input: DeleteSnapshotScheduleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
117
+ export declare const serializeAws_json1_1DeleteTapeCommand: (input: DeleteTapeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
118
+ export declare const serializeAws_json1_1DeleteTapeArchiveCommand: (input: DeleteTapeArchiveCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
119
+ export declare const serializeAws_json1_1DeleteTapePoolCommand: (input: DeleteTapePoolCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
120
+ export declare const serializeAws_json1_1DeleteVolumeCommand: (input: DeleteVolumeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
121
+ export declare const serializeAws_json1_1DescribeAvailabilityMonitorTestCommand: (input: DescribeAvailabilityMonitorTestCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
122
+ export declare const serializeAws_json1_1DescribeBandwidthRateLimitCommand: (input: DescribeBandwidthRateLimitCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
123
+ export declare const serializeAws_json1_1DescribeBandwidthRateLimitScheduleCommand: (input: DescribeBandwidthRateLimitScheduleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
124
+ export declare const serializeAws_json1_1DescribeCacheCommand: (input: DescribeCacheCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
125
+ export declare const serializeAws_json1_1DescribeCachediSCSIVolumesCommand: (input: DescribeCachediSCSIVolumesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
126
+ export declare const serializeAws_json1_1DescribeChapCredentialsCommand: (input: DescribeChapCredentialsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
127
+ export declare const serializeAws_json1_1DescribeFileSystemAssociationsCommand: (input: DescribeFileSystemAssociationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
128
+ export declare const serializeAws_json1_1DescribeGatewayInformationCommand: (input: DescribeGatewayInformationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
129
+ export declare const serializeAws_json1_1DescribeMaintenanceStartTimeCommand: (input: DescribeMaintenanceStartTimeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
130
+ export declare const serializeAws_json1_1DescribeNFSFileSharesCommand: (input: DescribeNFSFileSharesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
131
+ export declare const serializeAws_json1_1DescribeSMBFileSharesCommand: (input: DescribeSMBFileSharesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
132
+ export declare const serializeAws_json1_1DescribeSMBSettingsCommand: (input: DescribeSMBSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
133
+ export declare const serializeAws_json1_1DescribeSnapshotScheduleCommand: (input: DescribeSnapshotScheduleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
134
+ export declare const serializeAws_json1_1DescribeStorediSCSIVolumesCommand: (input: DescribeStorediSCSIVolumesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
135
+ export declare const serializeAws_json1_1DescribeTapeArchivesCommand: (input: DescribeTapeArchivesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
136
+ export declare const serializeAws_json1_1DescribeTapeRecoveryPointsCommand: (input: DescribeTapeRecoveryPointsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
137
+ export declare const serializeAws_json1_1DescribeTapesCommand: (input: DescribeTapesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
138
+ export declare const serializeAws_json1_1DescribeUploadBufferCommand: (input: DescribeUploadBufferCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
139
+ export declare const serializeAws_json1_1DescribeVTLDevicesCommand: (input: DescribeVTLDevicesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
140
+ export declare const serializeAws_json1_1DescribeWorkingStorageCommand: (input: DescribeWorkingStorageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
141
+ export declare const serializeAws_json1_1DetachVolumeCommand: (input: DetachVolumeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
142
+ export declare const serializeAws_json1_1DisableGatewayCommand: (input: DisableGatewayCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
143
+ export declare const serializeAws_json1_1DisassociateFileSystemCommand: (input: DisassociateFileSystemCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
144
+ export declare const serializeAws_json1_1JoinDomainCommand: (input: JoinDomainCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
145
+ export declare const serializeAws_json1_1ListAutomaticTapeCreationPoliciesCommand: (input: ListAutomaticTapeCreationPoliciesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
146
+ export declare const serializeAws_json1_1ListFileSharesCommand: (input: ListFileSharesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
147
+ export declare const serializeAws_json1_1ListFileSystemAssociationsCommand: (input: ListFileSystemAssociationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
148
+ export declare const serializeAws_json1_1ListGatewaysCommand: (input: ListGatewaysCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
149
+ export declare const serializeAws_json1_1ListLocalDisksCommand: (input: ListLocalDisksCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
150
+ export declare const serializeAws_json1_1ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
151
+ export declare const serializeAws_json1_1ListTapePoolsCommand: (input: ListTapePoolsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
152
+ export declare const serializeAws_json1_1ListTapesCommand: (input: ListTapesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
153
+ export declare const serializeAws_json1_1ListVolumeInitiatorsCommand: (input: ListVolumeInitiatorsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
154
+ export declare const serializeAws_json1_1ListVolumeRecoveryPointsCommand: (input: ListVolumeRecoveryPointsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
155
+ export declare const serializeAws_json1_1ListVolumesCommand: (input: ListVolumesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
156
+ export declare const serializeAws_json1_1NotifyWhenUploadedCommand: (input: NotifyWhenUploadedCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
157
+ export declare const serializeAws_json1_1RefreshCacheCommand: (input: RefreshCacheCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
158
+ export declare const serializeAws_json1_1RemoveTagsFromResourceCommand: (input: RemoveTagsFromResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
159
+ export declare const serializeAws_json1_1ResetCacheCommand: (input: ResetCacheCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
160
+ export declare const serializeAws_json1_1RetrieveTapeArchiveCommand: (input: RetrieveTapeArchiveCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
161
+ export declare const serializeAws_json1_1RetrieveTapeRecoveryPointCommand: (input: RetrieveTapeRecoveryPointCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
162
+ export declare const serializeAws_json1_1SetLocalConsolePasswordCommand: (input: SetLocalConsolePasswordCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
163
+ export declare const serializeAws_json1_1SetSMBGuestPasswordCommand: (input: SetSMBGuestPasswordCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
164
+ export declare const serializeAws_json1_1ShutdownGatewayCommand: (input: ShutdownGatewayCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
165
+ export declare const serializeAws_json1_1StartAvailabilityMonitorTestCommand: (input: StartAvailabilityMonitorTestCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
166
+ export declare const serializeAws_json1_1StartGatewayCommand: (input: StartGatewayCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
167
+ export declare const serializeAws_json1_1UpdateAutomaticTapeCreationPolicyCommand: (input: UpdateAutomaticTapeCreationPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
168
+ export declare const serializeAws_json1_1UpdateBandwidthRateLimitCommand: (input: UpdateBandwidthRateLimitCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
169
+ export declare const serializeAws_json1_1UpdateBandwidthRateLimitScheduleCommand: (input: UpdateBandwidthRateLimitScheduleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
170
+ export declare const serializeAws_json1_1UpdateChapCredentialsCommand: (input: UpdateChapCredentialsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
171
+ export declare const serializeAws_json1_1UpdateFileSystemAssociationCommand: (input: UpdateFileSystemAssociationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
172
+ export declare const serializeAws_json1_1UpdateGatewayInformationCommand: (input: UpdateGatewayInformationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
173
+ export declare const serializeAws_json1_1UpdateGatewaySoftwareNowCommand: (input: UpdateGatewaySoftwareNowCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
174
+ export declare const serializeAws_json1_1UpdateMaintenanceStartTimeCommand: (input: UpdateMaintenanceStartTimeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
175
+ export declare const serializeAws_json1_1UpdateNFSFileShareCommand: (input: UpdateNFSFileShareCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
176
+ export declare const serializeAws_json1_1UpdateSMBFileShareCommand: (input: UpdateSMBFileShareCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
177
+ export declare const serializeAws_json1_1UpdateSMBFileShareVisibilityCommand: (input: UpdateSMBFileShareVisibilityCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
178
+ export declare const serializeAws_json1_1UpdateSMBSecurityStrategyCommand: (input: UpdateSMBSecurityStrategyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
179
+ export declare const serializeAws_json1_1UpdateSnapshotScheduleCommand: (input: UpdateSnapshotScheduleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
180
+ export declare const serializeAws_json1_1UpdateVTLDeviceTypeCommand: (input: UpdateVTLDeviceTypeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
181
+ export declare const deserializeAws_json1_1ActivateGatewayCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ActivateGatewayCommandOutput>;
182
+ export declare const deserializeAws_json1_1AddCacheCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AddCacheCommandOutput>;
183
+ export declare const deserializeAws_json1_1AddTagsToResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AddTagsToResourceCommandOutput>;
184
+ export declare const deserializeAws_json1_1AddUploadBufferCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AddUploadBufferCommandOutput>;
185
+ export declare const deserializeAws_json1_1AddWorkingStorageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AddWorkingStorageCommandOutput>;
186
+ export declare const deserializeAws_json1_1AssignTapePoolCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssignTapePoolCommandOutput>;
187
+ export declare const deserializeAws_json1_1AssociateFileSystemCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateFileSystemCommandOutput>;
188
+ export declare const deserializeAws_json1_1AttachVolumeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AttachVolumeCommandOutput>;
189
+ export declare const deserializeAws_json1_1CancelArchivalCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CancelArchivalCommandOutput>;
190
+ export declare const deserializeAws_json1_1CancelRetrievalCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CancelRetrievalCommandOutput>;
191
+ export declare const deserializeAws_json1_1CreateCachediSCSIVolumeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateCachediSCSIVolumeCommandOutput>;
192
+ export declare const deserializeAws_json1_1CreateNFSFileShareCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateNFSFileShareCommandOutput>;
193
+ export declare const deserializeAws_json1_1CreateSMBFileShareCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateSMBFileShareCommandOutput>;
194
+ export declare const deserializeAws_json1_1CreateSnapshotCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateSnapshotCommandOutput>;
195
+ export declare const deserializeAws_json1_1CreateSnapshotFromVolumeRecoveryPointCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateSnapshotFromVolumeRecoveryPointCommandOutput>;
196
+ export declare const deserializeAws_json1_1CreateStorediSCSIVolumeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateStorediSCSIVolumeCommandOutput>;
197
+ export declare const deserializeAws_json1_1CreateTapePoolCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateTapePoolCommandOutput>;
198
+ export declare const deserializeAws_json1_1CreateTapesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateTapesCommandOutput>;
199
+ export declare const deserializeAws_json1_1CreateTapeWithBarcodeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateTapeWithBarcodeCommandOutput>;
200
+ export declare const deserializeAws_json1_1DeleteAutomaticTapeCreationPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAutomaticTapeCreationPolicyCommandOutput>;
201
+ export declare const deserializeAws_json1_1DeleteBandwidthRateLimitCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteBandwidthRateLimitCommandOutput>;
202
+ export declare const deserializeAws_json1_1DeleteChapCredentialsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteChapCredentialsCommandOutput>;
203
+ export declare const deserializeAws_json1_1DeleteFileShareCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteFileShareCommandOutput>;
204
+ export declare const deserializeAws_json1_1DeleteGatewayCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteGatewayCommandOutput>;
205
+ export declare const deserializeAws_json1_1DeleteSnapshotScheduleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteSnapshotScheduleCommandOutput>;
206
+ export declare const deserializeAws_json1_1DeleteTapeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteTapeCommandOutput>;
207
+ export declare const deserializeAws_json1_1DeleteTapeArchiveCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteTapeArchiveCommandOutput>;
208
+ export declare const deserializeAws_json1_1DeleteTapePoolCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteTapePoolCommandOutput>;
209
+ export declare const deserializeAws_json1_1DeleteVolumeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteVolumeCommandOutput>;
210
+ export declare const deserializeAws_json1_1DescribeAvailabilityMonitorTestCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAvailabilityMonitorTestCommandOutput>;
211
+ export declare const deserializeAws_json1_1DescribeBandwidthRateLimitCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeBandwidthRateLimitCommandOutput>;
212
+ export declare const deserializeAws_json1_1DescribeBandwidthRateLimitScheduleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeBandwidthRateLimitScheduleCommandOutput>;
213
+ export declare const deserializeAws_json1_1DescribeCacheCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeCacheCommandOutput>;
214
+ export declare const deserializeAws_json1_1DescribeCachediSCSIVolumesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeCachediSCSIVolumesCommandOutput>;
215
+ export declare const deserializeAws_json1_1DescribeChapCredentialsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeChapCredentialsCommandOutput>;
216
+ export declare const deserializeAws_json1_1DescribeFileSystemAssociationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeFileSystemAssociationsCommandOutput>;
217
+ export declare const deserializeAws_json1_1DescribeGatewayInformationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeGatewayInformationCommandOutput>;
218
+ export declare const deserializeAws_json1_1DescribeMaintenanceStartTimeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeMaintenanceStartTimeCommandOutput>;
219
+ export declare const deserializeAws_json1_1DescribeNFSFileSharesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeNFSFileSharesCommandOutput>;
220
+ export declare const deserializeAws_json1_1DescribeSMBFileSharesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeSMBFileSharesCommandOutput>;
221
+ export declare const deserializeAws_json1_1DescribeSMBSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeSMBSettingsCommandOutput>;
222
+ export declare const deserializeAws_json1_1DescribeSnapshotScheduleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeSnapshotScheduleCommandOutput>;
223
+ export declare const deserializeAws_json1_1DescribeStorediSCSIVolumesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeStorediSCSIVolumesCommandOutput>;
224
+ export declare const deserializeAws_json1_1DescribeTapeArchivesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeTapeArchivesCommandOutput>;
225
+ export declare const deserializeAws_json1_1DescribeTapeRecoveryPointsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeTapeRecoveryPointsCommandOutput>;
226
+ export declare const deserializeAws_json1_1DescribeTapesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeTapesCommandOutput>;
227
+ export declare const deserializeAws_json1_1DescribeUploadBufferCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeUploadBufferCommandOutput>;
228
+ export declare const deserializeAws_json1_1DescribeVTLDevicesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeVTLDevicesCommandOutput>;
229
+ export declare const deserializeAws_json1_1DescribeWorkingStorageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeWorkingStorageCommandOutput>;
230
+ export declare const deserializeAws_json1_1DetachVolumeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DetachVolumeCommandOutput>;
231
+ export declare const deserializeAws_json1_1DisableGatewayCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisableGatewayCommandOutput>;
232
+ export declare const deserializeAws_json1_1DisassociateFileSystemCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateFileSystemCommandOutput>;
233
+ export declare const deserializeAws_json1_1JoinDomainCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<JoinDomainCommandOutput>;
234
+ export declare const deserializeAws_json1_1ListAutomaticTapeCreationPoliciesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAutomaticTapeCreationPoliciesCommandOutput>;
235
+ export declare const deserializeAws_json1_1ListFileSharesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListFileSharesCommandOutput>;
236
+ export declare const deserializeAws_json1_1ListFileSystemAssociationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListFileSystemAssociationsCommandOutput>;
237
+ export declare const deserializeAws_json1_1ListGatewaysCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListGatewaysCommandOutput>;
238
+ export declare const deserializeAws_json1_1ListLocalDisksCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListLocalDisksCommandOutput>;
239
+ export declare const deserializeAws_json1_1ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
240
+ export declare const deserializeAws_json1_1ListTapePoolsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTapePoolsCommandOutput>;
241
+ export declare const deserializeAws_json1_1ListTapesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTapesCommandOutput>;
242
+ export declare const deserializeAws_json1_1ListVolumeInitiatorsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListVolumeInitiatorsCommandOutput>;
243
+ export declare const deserializeAws_json1_1ListVolumeRecoveryPointsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListVolumeRecoveryPointsCommandOutput>;
244
+ export declare const deserializeAws_json1_1ListVolumesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListVolumesCommandOutput>;
245
+ export declare const deserializeAws_json1_1NotifyWhenUploadedCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<NotifyWhenUploadedCommandOutput>;
246
+ export declare const deserializeAws_json1_1RefreshCacheCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RefreshCacheCommandOutput>;
247
+ export declare const deserializeAws_json1_1RemoveTagsFromResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RemoveTagsFromResourceCommandOutput>;
248
+ export declare const deserializeAws_json1_1ResetCacheCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ResetCacheCommandOutput>;
249
+ export declare const deserializeAws_json1_1RetrieveTapeArchiveCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RetrieveTapeArchiveCommandOutput>;
250
+ export declare const deserializeAws_json1_1RetrieveTapeRecoveryPointCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RetrieveTapeRecoveryPointCommandOutput>;
251
+ export declare const deserializeAws_json1_1SetLocalConsolePasswordCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SetLocalConsolePasswordCommandOutput>;
252
+ export declare const deserializeAws_json1_1SetSMBGuestPasswordCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SetSMBGuestPasswordCommandOutput>;
253
+ export declare const deserializeAws_json1_1ShutdownGatewayCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ShutdownGatewayCommandOutput>;
254
+ export declare const deserializeAws_json1_1StartAvailabilityMonitorTestCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartAvailabilityMonitorTestCommandOutput>;
255
+ export declare const deserializeAws_json1_1StartGatewayCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartGatewayCommandOutput>;
256
+ export declare const deserializeAws_json1_1UpdateAutomaticTapeCreationPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateAutomaticTapeCreationPolicyCommandOutput>;
257
+ export declare const deserializeAws_json1_1UpdateBandwidthRateLimitCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateBandwidthRateLimitCommandOutput>;
258
+ export declare const deserializeAws_json1_1UpdateBandwidthRateLimitScheduleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateBandwidthRateLimitScheduleCommandOutput>;
259
+ export declare const deserializeAws_json1_1UpdateChapCredentialsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateChapCredentialsCommandOutput>;
260
+ export declare const deserializeAws_json1_1UpdateFileSystemAssociationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateFileSystemAssociationCommandOutput>;
261
+ export declare const deserializeAws_json1_1UpdateGatewayInformationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateGatewayInformationCommandOutput>;
262
+ export declare const deserializeAws_json1_1UpdateGatewaySoftwareNowCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateGatewaySoftwareNowCommandOutput>;
263
+ export declare const deserializeAws_json1_1UpdateMaintenanceStartTimeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateMaintenanceStartTimeCommandOutput>;
264
+ export declare const deserializeAws_json1_1UpdateNFSFileShareCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateNFSFileShareCommandOutput>;
265
+ export declare const deserializeAws_json1_1UpdateSMBFileShareCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateSMBFileShareCommandOutput>;
266
+ export declare const deserializeAws_json1_1UpdateSMBFileShareVisibilityCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateSMBFileShareVisibilityCommandOutput>;
267
+ export declare const deserializeAws_json1_1UpdateSMBSecurityStrategyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateSMBSecurityStrategyCommandOutput>;
268
+ export declare const deserializeAws_json1_1UpdateSnapshotScheduleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateSnapshotScheduleCommandOutput>;
269
+ export declare const deserializeAws_json1_1UpdateVTLDeviceTypeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateVTLDeviceTypeCommandOutput>;
@@ -0,0 +1,37 @@
1
+ import { FetchHttpHandler } from "@aws-sdk/fetch-http-handler";
2
+ import { StorageGatewayClientConfig } from "./StorageGatewayClient";
3
+ /**
4
+ * @internal
5
+ */
6
+ export declare const getRuntimeConfig: (config: StorageGatewayClientConfig) => {
7
+ runtime: string;
8
+ base64Decoder: import("@aws-sdk/types").Decoder;
9
+ base64Encoder: import("@aws-sdk/types").Encoder;
10
+ bodyLengthChecker: (body: any) => number | undefined;
11
+ credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
12
+ defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
13
+ maxAttempts: number | import("@aws-sdk/types").Provider<number>;
14
+ region: string | import("@aws-sdk/types").Provider<any>;
15
+ requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | FetchHttpHandler;
16
+ retryMode: string | import("@aws-sdk/types").Provider<string>;
17
+ sha256: import("@aws-sdk/types").HashConstructor;
18
+ streamCollector: import("@aws-sdk/types").StreamCollector;
19
+ utf8Decoder: import("@aws-sdk/types").Decoder;
20
+ utf8Encoder: import("@aws-sdk/types").Encoder;
21
+ apiVersion: string;
22
+ urlParser: import("@aws-sdk/types").UrlParser;
23
+ disableHostPrefix: boolean;
24
+ logger: import("@aws-sdk/types").Logger;
25
+ serviceId: string;
26
+ regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
27
+ endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
28
+ tls?: boolean | undefined;
29
+ retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
30
+ credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
31
+ signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
32
+ signingEscapePath?: boolean | undefined;
33
+ systemClockOffset?: number | undefined;
34
+ signingRegion?: string | undefined;
35
+ signerConstructor?: (new (options: import("@aws-sdk/signature-v4").SignatureV4Init & import("@aws-sdk/signature-v4").SignatureV4CryptoInit) => import("@aws-sdk/types").RequestSigner) | undefined;
36
+ customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
37
+ };
@@ -0,0 +1,37 @@
1
+ import { NodeHttpHandler } from "@aws-sdk/node-http-handler";
2
+ import { StorageGatewayClientConfig } from "./StorageGatewayClient";
3
+ /**
4
+ * @internal
5
+ */
6
+ export declare const getRuntimeConfig: (config: StorageGatewayClientConfig) => {
7
+ runtime: string;
8
+ base64Decoder: import("@aws-sdk/types").Decoder;
9
+ base64Encoder: import("@aws-sdk/types").Encoder;
10
+ bodyLengthChecker: (body: any) => number | undefined;
11
+ credentialDefaultProvider: import("@aws-sdk/client-sts/dist-types/defaultStsRoleAssumers").DefaultCredentialProvider;
12
+ defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
13
+ maxAttempts: number | import("@aws-sdk/types").Provider<number>;
14
+ region: string | import("@aws-sdk/types").Provider<string>;
15
+ requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | NodeHttpHandler;
16
+ retryMode: string | import("@aws-sdk/types").Provider<string>;
17
+ sha256: import("@aws-sdk/types").HashConstructor;
18
+ streamCollector: import("@aws-sdk/types").StreamCollector;
19
+ utf8Decoder: import("@aws-sdk/types").Decoder;
20
+ utf8Encoder: import("@aws-sdk/types").Encoder;
21
+ apiVersion: string;
22
+ urlParser: import("@aws-sdk/types").UrlParser;
23
+ disableHostPrefix: boolean;
24
+ logger: import("@aws-sdk/types").Logger;
25
+ serviceId: string;
26
+ regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
27
+ endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
28
+ tls?: boolean | undefined;
29
+ retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
30
+ credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
31
+ signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
32
+ signingEscapePath?: boolean | undefined;
33
+ systemClockOffset?: number | undefined;
34
+ signingRegion?: string | undefined;
35
+ signerConstructor?: (new (options: import("@aws-sdk/signature-v4").SignatureV4Init & import("@aws-sdk/signature-v4").SignatureV4CryptoInit) => import("@aws-sdk/types").RequestSigner) | undefined;
36
+ customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
37
+ };
@@ -0,0 +1,36 @@
1
+ import { StorageGatewayClientConfig } from "./StorageGatewayClient";
2
+ /**
3
+ * @internal
4
+ */
5
+ export declare const getRuntimeConfig: (config: StorageGatewayClientConfig) => {
6
+ runtime: string;
7
+ sha256: import("@aws-sdk/types").HashConstructor;
8
+ requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | import("@aws-sdk/fetch-http-handler").FetchHttpHandler;
9
+ apiVersion: string;
10
+ urlParser: import("@aws-sdk/types").UrlParser;
11
+ bodyLengthChecker: (body: any) => number | undefined;
12
+ streamCollector: import("@aws-sdk/types").StreamCollector;
13
+ base64Decoder: import("@aws-sdk/types").Decoder;
14
+ base64Encoder: import("@aws-sdk/types").Encoder;
15
+ utf8Decoder: import("@aws-sdk/types").Decoder;
16
+ utf8Encoder: import("@aws-sdk/types").Encoder;
17
+ disableHostPrefix: boolean;
18
+ maxAttempts: number | import("@aws-sdk/types").Provider<number>;
19
+ retryMode: string | import("@aws-sdk/types").Provider<string>;
20
+ logger: import("@aws-sdk/types").Logger;
21
+ serviceId: string;
22
+ region: string | import("@aws-sdk/types").Provider<string> | import("@aws-sdk/types").Provider<any>;
23
+ credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
24
+ regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
25
+ defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
26
+ endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
27
+ tls?: boolean | undefined;
28
+ retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
29
+ credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
30
+ signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
31
+ signingEscapePath?: boolean | undefined;
32
+ systemClockOffset?: number | undefined;
33
+ signingRegion?: string | undefined;
34
+ signerConstructor?: (new (options: import("@aws-sdk/signature-v4").SignatureV4Init & import("@aws-sdk/signature-v4").SignatureV4CryptoInit) => import("@aws-sdk/types").RequestSigner) | undefined;
35
+ customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
36
+ };
package/package.json CHANGED
@@ -1,64 +1,58 @@
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.32.0",
4
+ "version": "3.36.0",
5
5
  "scripts": {
6
- "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation",
7
- "build-documentation": "yarn remove-documentation && typedoc ./",
8
- "remove-definitions": "rimraf ./types",
9
- "remove-dist": "rimraf ./dist",
10
- "remove-documentation": "rimraf ./docs",
11
- "test": "exit 0",
6
+ "build": "yarn build:cjs && yarn build:es && yarn build:types",
12
7
  "build:cjs": "tsc -p tsconfig.json",
8
+ "build:docs": "yarn clean:docs && typedoc ./",
13
9
  "build:es": "tsc -p tsconfig.es.json",
14
- "build": "yarn build:cjs && yarn build:es",
15
- "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4"
16
- },
17
- "main": "./dist/cjs/index.js",
18
- "types": "./dist/types/index.d.ts",
19
- "module": "./dist/es/index.js",
20
- "browser": {
21
- "./runtimeConfig": "./runtimeConfig.browser"
22
- },
23
- "react-native": {
24
- "./runtimeConfig": "./runtimeConfig.native"
10
+ "build:types": "tsc -p tsconfig.types.json",
11
+ "clean": "yarn clean:dist && yarn clean:docs",
12
+ "clean:dist": "rimraf ./dist",
13
+ "clean:docs": "rimraf ./docs",
14
+ "downlevel-dts": "downlevel-dts dist-types dist-types/ts3.4",
15
+ "test": "exit 0"
25
16
  },
17
+ "main": "./dist-cjs/index.js",
18
+ "types": "./dist-types/index.d.ts",
19
+ "module": "./dist-es/index.js",
26
20
  "sideEffects": false,
27
21
  "dependencies": {
28
22
  "@aws-crypto/sha256-browser": "^1.0.0",
29
23
  "@aws-crypto/sha256-js": "^1.0.0",
30
- "@aws-sdk/client-sts": "3.32.0",
31
- "@aws-sdk/config-resolver": "3.32.0",
32
- "@aws-sdk/credential-provider-node": "3.32.0",
33
- "@aws-sdk/fetch-http-handler": "3.32.0",
34
- "@aws-sdk/hash-node": "3.32.0",
35
- "@aws-sdk/invalid-dependency": "3.32.0",
36
- "@aws-sdk/middleware-content-length": "3.32.0",
37
- "@aws-sdk/middleware-host-header": "3.32.0",
38
- "@aws-sdk/middleware-logger": "3.32.0",
39
- "@aws-sdk/middleware-retry": "3.32.0",
40
- "@aws-sdk/middleware-serde": "3.32.0",
41
- "@aws-sdk/middleware-signing": "3.32.0",
42
- "@aws-sdk/middleware-stack": "3.32.0",
43
- "@aws-sdk/middleware-user-agent": "3.32.0",
44
- "@aws-sdk/node-config-provider": "3.32.0",
45
- "@aws-sdk/node-http-handler": "3.32.0",
46
- "@aws-sdk/protocol-http": "3.32.0",
47
- "@aws-sdk/smithy-client": "3.32.0",
48
- "@aws-sdk/types": "3.32.0",
49
- "@aws-sdk/url-parser": "3.32.0",
50
- "@aws-sdk/util-base64-browser": "3.32.0",
51
- "@aws-sdk/util-base64-node": "3.32.0",
52
- "@aws-sdk/util-body-length-browser": "3.32.0",
53
- "@aws-sdk/util-body-length-node": "3.32.0",
54
- "@aws-sdk/util-user-agent-browser": "3.32.0",
55
- "@aws-sdk/util-user-agent-node": "3.32.0",
56
- "@aws-sdk/util-utf8-browser": "3.32.0",
57
- "@aws-sdk/util-utf8-node": "3.32.0",
24
+ "@aws-sdk/client-sts": "3.36.0",
25
+ "@aws-sdk/config-resolver": "3.36.0",
26
+ "@aws-sdk/credential-provider-node": "3.36.0",
27
+ "@aws-sdk/fetch-http-handler": "3.36.0",
28
+ "@aws-sdk/hash-node": "3.36.0",
29
+ "@aws-sdk/invalid-dependency": "3.36.0",
30
+ "@aws-sdk/middleware-content-length": "3.36.0",
31
+ "@aws-sdk/middleware-host-header": "3.36.0",
32
+ "@aws-sdk/middleware-logger": "3.36.0",
33
+ "@aws-sdk/middleware-retry": "3.36.0",
34
+ "@aws-sdk/middleware-serde": "3.36.0",
35
+ "@aws-sdk/middleware-signing": "3.36.0",
36
+ "@aws-sdk/middleware-stack": "3.36.0",
37
+ "@aws-sdk/middleware-user-agent": "3.36.0",
38
+ "@aws-sdk/node-config-provider": "3.36.0",
39
+ "@aws-sdk/node-http-handler": "3.36.0",
40
+ "@aws-sdk/protocol-http": "3.36.0",
41
+ "@aws-sdk/smithy-client": "3.36.0",
42
+ "@aws-sdk/types": "3.36.0",
43
+ "@aws-sdk/url-parser": "3.36.0",
44
+ "@aws-sdk/util-base64-browser": "3.36.0",
45
+ "@aws-sdk/util-base64-node": "3.36.0",
46
+ "@aws-sdk/util-body-length-browser": "3.36.0",
47
+ "@aws-sdk/util-body-length-node": "3.36.0",
48
+ "@aws-sdk/util-user-agent-browser": "3.36.0",
49
+ "@aws-sdk/util-user-agent-node": "3.36.0",
50
+ "@aws-sdk/util-utf8-browser": "3.36.0",
51
+ "@aws-sdk/util-utf8-node": "3.36.0",
58
52
  "tslib": "^2.3.0"
59
53
  },
60
54
  "devDependencies": {
61
- "@aws-sdk/client-documentation-generator": "3.32.0",
55
+ "@aws-sdk/client-documentation-generator": "3.36.0",
62
56
  "@types/node": "^12.7.5",
63
57
  "downlevel-dts": "0.7.0",
64
58
  "jest": "^26.1.0",
@@ -72,16 +66,25 @@
72
66
  },
73
67
  "typesVersions": {
74
68
  "<4.0": {
75
- "dist/types/*": [
76
- "dist/types/ts3.4/*"
69
+ "dist-types/*": [
70
+ "dist-types/ts3.4/*"
77
71
  ]
78
72
  }
79
73
  },
74
+ "files": [
75
+ "dist-*"
76
+ ],
80
77
  "author": {
81
78
  "name": "AWS SDK for JavaScript Team",
82
79
  "url": "https://aws.amazon.com/javascript/"
83
80
  },
84
81
  "license": "Apache-2.0",
82
+ "browser": {
83
+ "./dist-es/runtimeConfig": "./dist-es/runtimeConfig.browser"
84
+ },
85
+ "react-native": {
86
+ "./dist-es/runtimeConfig": "./dist-es/runtimeConfig.native"
87
+ },
85
88
  "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-storage-gateway",
86
89
  "repository": {
87
90
  "type": "git",