@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
@@ -1,1917 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateTapesOutput = exports.CreateTapesInput = exports.CreateTapePoolOutput = exports.CreateTapePoolInput = exports.CreateStorediSCSIVolumeOutput = exports.CreateStorediSCSIVolumeInput = exports.CreateSnapshotFromVolumeRecoveryPointOutput = exports.CreateSnapshotFromVolumeRecoveryPointInput = exports.ServiceUnavailableError = exports.CreateSnapshotOutput = exports.CreateSnapshotInput = exports.CreateSMBFileShareOutput = exports.CreateSMBFileShareInput = exports.CreateNFSFileShareOutput = exports.CreateNFSFileShareInput = exports.NFSFileShareDefaults = exports.CreateCachediSCSIVolumeOutput = exports.CreateCachediSCSIVolumeInput = exports.ChapInfo = exports.CancelRetrievalOutput = exports.CancelRetrievalInput = exports.CancelArchivalOutput = exports.CancelArchivalInput = exports.CachediSCSIVolume = exports.VolumeiSCSIAttributes = exports.BandwidthRateLimitInterval = exports.AutomaticTapeCreationPolicyInfo = exports.AutomaticTapeCreationRule = exports.AttachVolumeOutput = exports.AttachVolumeInput = exports.AssociateFileSystemOutput = exports.AssociateFileSystemInput = exports.EndpointNetworkConfiguration = exports.CacheAttributes = exports.AssignTapePoolOutput = exports.AssignTapePoolInput = exports.AddWorkingStorageOutput = exports.AddWorkingStorageInput = exports.AddUploadBufferOutput = exports.AddUploadBufferInput = exports.AddTagsToResourceOutput = exports.AddTagsToResourceInput = exports.AddCacheOutput = exports.AddCacheInput = exports.InvalidGatewayRequestException = exports.InternalServerError = exports.StorageGatewayError = exports.ActivateGatewayOutput = exports.ActivateGatewayInput = exports.Tag = void 0;
4
- exports.DescribeSMBSettingsInput = exports.DescribeSMBFileSharesOutput = exports.SMBFileShareInfo = exports.DescribeSMBFileSharesInput = exports.DescribeNFSFileSharesOutput = exports.NFSFileShareInfo = exports.DescribeNFSFileSharesInput = exports.DescribeMaintenanceStartTimeOutput = exports.DescribeMaintenanceStartTimeInput = exports.DescribeGatewayInformationOutput = exports.NetworkInterface = exports.GatewayCapacity = exports.DescribeGatewayInformationInput = exports.DescribeFileSystemAssociationsOutput = exports.FileSystemAssociationInfo = exports.DescribeFileSystemAssociationsInput = exports.DescribeChapCredentialsOutput = exports.DescribeChapCredentialsInput = exports.DescribeCachediSCSIVolumesOutput = exports.DescribeCachediSCSIVolumesInput = exports.DescribeCacheOutput = exports.DescribeCacheInput = exports.DescribeBandwidthRateLimitScheduleOutput = exports.DescribeBandwidthRateLimitScheduleInput = exports.DescribeBandwidthRateLimitOutput = exports.DescribeBandwidthRateLimitInput = exports.DescribeAvailabilityMonitorTestOutput = exports.DescribeAvailabilityMonitorTestInput = exports.DeleteVolumeOutput = exports.DeleteVolumeInput = exports.DeleteTapePoolOutput = exports.DeleteTapePoolInput = exports.DeleteTapeArchiveOutput = exports.DeleteTapeArchiveInput = exports.DeleteTapeOutput = exports.DeleteTapeInput = exports.DeleteSnapshotScheduleOutput = exports.DeleteSnapshotScheduleInput = exports.DeleteGatewayOutput = exports.DeleteGatewayInput = exports.DeleteFileShareOutput = exports.DeleteFileShareInput = exports.DeleteChapCredentialsOutput = exports.DeleteChapCredentialsInput = exports.DeleteBandwidthRateLimitOutput = exports.DeleteBandwidthRateLimitInput = exports.DeleteAutomaticTapeCreationPolicyOutput = exports.DeleteAutomaticTapeCreationPolicyInput = exports.CreateTapeWithBarcodeOutput = exports.CreateTapeWithBarcodeInput = void 0;
5
- exports.ListTapePoolsOutput = exports.PoolInfo = exports.ListTapePoolsInput = exports.ListTagsForResourceOutput = exports.ListTagsForResourceInput = exports.ListLocalDisksOutput = exports.ListLocalDisksInput = exports.ListGatewaysOutput = exports.ListGatewaysInput = exports.ListFileSystemAssociationsOutput = exports.ListFileSystemAssociationsInput = exports.ListFileSharesOutput = exports.ListFileSharesInput = exports.ListAutomaticTapeCreationPoliciesOutput = exports.ListAutomaticTapeCreationPoliciesInput = exports.JoinDomainOutput = exports.JoinDomainInput = exports.GatewayInfo = exports.FileSystemAssociationSummary = exports.FileShareInfo = exports.Disk = exports.DisassociateFileSystemOutput = exports.DisassociateFileSystemInput = exports.DisableGatewayOutput = exports.DisableGatewayInput = exports.DetachVolumeOutput = exports.DetachVolumeInput = exports.DescribeWorkingStorageOutput = exports.DescribeWorkingStorageInput = exports.DescribeVTLDevicesOutput = exports.VTLDevice = exports.DeviceiSCSIAttributes = exports.DescribeVTLDevicesInput = exports.DescribeUploadBufferOutput = exports.DescribeUploadBufferInput = exports.DescribeTapesOutput = exports.Tape = exports.DescribeTapesInput = exports.DescribeTapeRecoveryPointsOutput = exports.TapeRecoveryPointInfo = exports.DescribeTapeRecoveryPointsInput = exports.DescribeTapeArchivesOutput = exports.TapeArchive = exports.DescribeTapeArchivesInput = exports.DescribeStorediSCSIVolumesOutput = exports.StorediSCSIVolume = exports.DescribeStorediSCSIVolumesInput = exports.DescribeSnapshotScheduleOutput = exports.DescribeSnapshotScheduleInput = exports.DescribeSMBSettingsOutput = void 0;
6
- exports.UpdateNFSFileShareInput = exports.UpdateMaintenanceStartTimeOutput = exports.UpdateMaintenanceStartTimeInput = exports.UpdateGatewaySoftwareNowOutput = exports.UpdateGatewaySoftwareNowInput = exports.UpdateGatewayInformationOutput = exports.UpdateGatewayInformationInput = exports.UpdateFileSystemAssociationOutput = exports.UpdateFileSystemAssociationInput = exports.UpdateChapCredentialsOutput = exports.UpdateChapCredentialsInput = exports.UpdateBandwidthRateLimitScheduleOutput = exports.UpdateBandwidthRateLimitScheduleInput = exports.UpdateBandwidthRateLimitOutput = exports.UpdateBandwidthRateLimitInput = exports.UpdateAutomaticTapeCreationPolicyOutput = exports.UpdateAutomaticTapeCreationPolicyInput = exports.StartGatewayOutput = exports.StartGatewayInput = exports.StartAvailabilityMonitorTestOutput = exports.StartAvailabilityMonitorTestInput = exports.ShutdownGatewayOutput = exports.ShutdownGatewayInput = exports.SetSMBGuestPasswordOutput = exports.SetSMBGuestPasswordInput = exports.SetLocalConsolePasswordOutput = exports.SetLocalConsolePasswordInput = exports.RetrieveTapeRecoveryPointOutput = exports.RetrieveTapeRecoveryPointInput = exports.RetrieveTapeArchiveOutput = exports.RetrieveTapeArchiveInput = exports.ResetCacheOutput = exports.ResetCacheInput = exports.RemoveTagsFromResourceOutput = exports.RemoveTagsFromResourceInput = exports.RefreshCacheOutput = exports.RefreshCacheInput = exports.NotifyWhenUploadedOutput = exports.NotifyWhenUploadedInput = exports.ListVolumesOutput = exports.VolumeInfo = exports.ListVolumesInput = exports.ListVolumeRecoveryPointsOutput = exports.VolumeRecoveryPointInfo = exports.ListVolumeRecoveryPointsInput = exports.ListVolumeInitiatorsOutput = exports.ListVolumeInitiatorsInput = exports.ListTapesOutput = exports.TapeInfo = exports.ListTapesInput = void 0;
7
- exports.UpdateVTLDeviceTypeOutput = exports.UpdateVTLDeviceTypeInput = exports.UpdateSnapshotScheduleOutput = exports.UpdateSnapshotScheduleInput = exports.UpdateSMBSecurityStrategyOutput = exports.UpdateSMBSecurityStrategyInput = exports.UpdateSMBFileShareVisibilityOutput = exports.UpdateSMBFileShareVisibilityInput = exports.UpdateSMBFileShareOutput = exports.UpdateSMBFileShareInput = exports.UpdateNFSFileShareOutput = void 0;
8
- const smithy_client_1 = require("@aws-sdk/smithy-client");
9
- var Tag;
10
- (function (Tag) {
11
- /**
12
- * @internal
13
- */
14
- Tag.filterSensitiveLog = (obj) => ({
15
- ...obj,
16
- });
17
- })(Tag = exports.Tag || (exports.Tag = {}));
18
- var ActivateGatewayInput;
19
- (function (ActivateGatewayInput) {
20
- /**
21
- * @internal
22
- */
23
- ActivateGatewayInput.filterSensitiveLog = (obj) => ({
24
- ...obj,
25
- });
26
- })(ActivateGatewayInput = exports.ActivateGatewayInput || (exports.ActivateGatewayInput = {}));
27
- var ActivateGatewayOutput;
28
- (function (ActivateGatewayOutput) {
29
- /**
30
- * @internal
31
- */
32
- ActivateGatewayOutput.filterSensitiveLog = (obj) => ({
33
- ...obj,
34
- });
35
- })(ActivateGatewayOutput = exports.ActivateGatewayOutput || (exports.ActivateGatewayOutput = {}));
36
- var StorageGatewayError;
37
- (function (StorageGatewayError) {
38
- /**
39
- * @internal
40
- */
41
- StorageGatewayError.filterSensitiveLog = (obj) => ({
42
- ...obj,
43
- });
44
- })(StorageGatewayError = exports.StorageGatewayError || (exports.StorageGatewayError = {}));
45
- var InternalServerError;
46
- (function (InternalServerError) {
47
- /**
48
- * @internal
49
- */
50
- InternalServerError.filterSensitiveLog = (obj) => ({
51
- ...obj,
52
- });
53
- })(InternalServerError = exports.InternalServerError || (exports.InternalServerError = {}));
54
- var InvalidGatewayRequestException;
55
- (function (InvalidGatewayRequestException) {
56
- /**
57
- * @internal
58
- */
59
- InvalidGatewayRequestException.filterSensitiveLog = (obj) => ({
60
- ...obj,
61
- });
62
- })(InvalidGatewayRequestException = exports.InvalidGatewayRequestException || (exports.InvalidGatewayRequestException = {}));
63
- var AddCacheInput;
64
- (function (AddCacheInput) {
65
- /**
66
- * @internal
67
- */
68
- AddCacheInput.filterSensitiveLog = (obj) => ({
69
- ...obj,
70
- });
71
- })(AddCacheInput = exports.AddCacheInput || (exports.AddCacheInput = {}));
72
- var AddCacheOutput;
73
- (function (AddCacheOutput) {
74
- /**
75
- * @internal
76
- */
77
- AddCacheOutput.filterSensitiveLog = (obj) => ({
78
- ...obj,
79
- });
80
- })(AddCacheOutput = exports.AddCacheOutput || (exports.AddCacheOutput = {}));
81
- var AddTagsToResourceInput;
82
- (function (AddTagsToResourceInput) {
83
- /**
84
- * @internal
85
- */
86
- AddTagsToResourceInput.filterSensitiveLog = (obj) => ({
87
- ...obj,
88
- });
89
- })(AddTagsToResourceInput = exports.AddTagsToResourceInput || (exports.AddTagsToResourceInput = {}));
90
- var AddTagsToResourceOutput;
91
- (function (AddTagsToResourceOutput) {
92
- /**
93
- * @internal
94
- */
95
- AddTagsToResourceOutput.filterSensitiveLog = (obj) => ({
96
- ...obj,
97
- });
98
- })(AddTagsToResourceOutput = exports.AddTagsToResourceOutput || (exports.AddTagsToResourceOutput = {}));
99
- var AddUploadBufferInput;
100
- (function (AddUploadBufferInput) {
101
- /**
102
- * @internal
103
- */
104
- AddUploadBufferInput.filterSensitiveLog = (obj) => ({
105
- ...obj,
106
- });
107
- })(AddUploadBufferInput = exports.AddUploadBufferInput || (exports.AddUploadBufferInput = {}));
108
- var AddUploadBufferOutput;
109
- (function (AddUploadBufferOutput) {
110
- /**
111
- * @internal
112
- */
113
- AddUploadBufferOutput.filterSensitiveLog = (obj) => ({
114
- ...obj,
115
- });
116
- })(AddUploadBufferOutput = exports.AddUploadBufferOutput || (exports.AddUploadBufferOutput = {}));
117
- var AddWorkingStorageInput;
118
- (function (AddWorkingStorageInput) {
119
- /**
120
- * @internal
121
- */
122
- AddWorkingStorageInput.filterSensitiveLog = (obj) => ({
123
- ...obj,
124
- });
125
- })(AddWorkingStorageInput = exports.AddWorkingStorageInput || (exports.AddWorkingStorageInput = {}));
126
- var AddWorkingStorageOutput;
127
- (function (AddWorkingStorageOutput) {
128
- /**
129
- * @internal
130
- */
131
- AddWorkingStorageOutput.filterSensitiveLog = (obj) => ({
132
- ...obj,
133
- });
134
- })(AddWorkingStorageOutput = exports.AddWorkingStorageOutput || (exports.AddWorkingStorageOutput = {}));
135
- var AssignTapePoolInput;
136
- (function (AssignTapePoolInput) {
137
- /**
138
- * @internal
139
- */
140
- AssignTapePoolInput.filterSensitiveLog = (obj) => ({
141
- ...obj,
142
- });
143
- })(AssignTapePoolInput = exports.AssignTapePoolInput || (exports.AssignTapePoolInput = {}));
144
- var AssignTapePoolOutput;
145
- (function (AssignTapePoolOutput) {
146
- /**
147
- * @internal
148
- */
149
- AssignTapePoolOutput.filterSensitiveLog = (obj) => ({
150
- ...obj,
151
- });
152
- })(AssignTapePoolOutput = exports.AssignTapePoolOutput || (exports.AssignTapePoolOutput = {}));
153
- var CacheAttributes;
154
- (function (CacheAttributes) {
155
- /**
156
- * @internal
157
- */
158
- CacheAttributes.filterSensitiveLog = (obj) => ({
159
- ...obj,
160
- });
161
- })(CacheAttributes = exports.CacheAttributes || (exports.CacheAttributes = {}));
162
- var EndpointNetworkConfiguration;
163
- (function (EndpointNetworkConfiguration) {
164
- /**
165
- * @internal
166
- */
167
- EndpointNetworkConfiguration.filterSensitiveLog = (obj) => ({
168
- ...obj,
169
- });
170
- })(EndpointNetworkConfiguration = exports.EndpointNetworkConfiguration || (exports.EndpointNetworkConfiguration = {}));
171
- var AssociateFileSystemInput;
172
- (function (AssociateFileSystemInput) {
173
- /**
174
- * @internal
175
- */
176
- AssociateFileSystemInput.filterSensitiveLog = (obj) => ({
177
- ...obj,
178
- ...(obj.Password && { Password: smithy_client_1.SENSITIVE_STRING }),
179
- });
180
- })(AssociateFileSystemInput = exports.AssociateFileSystemInput || (exports.AssociateFileSystemInput = {}));
181
- var AssociateFileSystemOutput;
182
- (function (AssociateFileSystemOutput) {
183
- /**
184
- * @internal
185
- */
186
- AssociateFileSystemOutput.filterSensitiveLog = (obj) => ({
187
- ...obj,
188
- });
189
- })(AssociateFileSystemOutput = exports.AssociateFileSystemOutput || (exports.AssociateFileSystemOutput = {}));
190
- var AttachVolumeInput;
191
- (function (AttachVolumeInput) {
192
- /**
193
- * @internal
194
- */
195
- AttachVolumeInput.filterSensitiveLog = (obj) => ({
196
- ...obj,
197
- });
198
- })(AttachVolumeInput = exports.AttachVolumeInput || (exports.AttachVolumeInput = {}));
199
- var AttachVolumeOutput;
200
- (function (AttachVolumeOutput) {
201
- /**
202
- * @internal
203
- */
204
- AttachVolumeOutput.filterSensitiveLog = (obj) => ({
205
- ...obj,
206
- });
207
- })(AttachVolumeOutput = exports.AttachVolumeOutput || (exports.AttachVolumeOutput = {}));
208
- var AutomaticTapeCreationRule;
209
- (function (AutomaticTapeCreationRule) {
210
- /**
211
- * @internal
212
- */
213
- AutomaticTapeCreationRule.filterSensitiveLog = (obj) => ({
214
- ...obj,
215
- });
216
- })(AutomaticTapeCreationRule = exports.AutomaticTapeCreationRule || (exports.AutomaticTapeCreationRule = {}));
217
- var AutomaticTapeCreationPolicyInfo;
218
- (function (AutomaticTapeCreationPolicyInfo) {
219
- /**
220
- * @internal
221
- */
222
- AutomaticTapeCreationPolicyInfo.filterSensitiveLog = (obj) => ({
223
- ...obj,
224
- });
225
- })(AutomaticTapeCreationPolicyInfo = exports.AutomaticTapeCreationPolicyInfo || (exports.AutomaticTapeCreationPolicyInfo = {}));
226
- var BandwidthRateLimitInterval;
227
- (function (BandwidthRateLimitInterval) {
228
- /**
229
- * @internal
230
- */
231
- BandwidthRateLimitInterval.filterSensitiveLog = (obj) => ({
232
- ...obj,
233
- });
234
- })(BandwidthRateLimitInterval = exports.BandwidthRateLimitInterval || (exports.BandwidthRateLimitInterval = {}));
235
- var VolumeiSCSIAttributes;
236
- (function (VolumeiSCSIAttributes) {
237
- /**
238
- * @internal
239
- */
240
- VolumeiSCSIAttributes.filterSensitiveLog = (obj) => ({
241
- ...obj,
242
- });
243
- })(VolumeiSCSIAttributes = exports.VolumeiSCSIAttributes || (exports.VolumeiSCSIAttributes = {}));
244
- var CachediSCSIVolume;
245
- (function (CachediSCSIVolume) {
246
- /**
247
- * @internal
248
- */
249
- CachediSCSIVolume.filterSensitiveLog = (obj) => ({
250
- ...obj,
251
- });
252
- })(CachediSCSIVolume = exports.CachediSCSIVolume || (exports.CachediSCSIVolume = {}));
253
- var CancelArchivalInput;
254
- (function (CancelArchivalInput) {
255
- /**
256
- * @internal
257
- */
258
- CancelArchivalInput.filterSensitiveLog = (obj) => ({
259
- ...obj,
260
- });
261
- })(CancelArchivalInput = exports.CancelArchivalInput || (exports.CancelArchivalInput = {}));
262
- var CancelArchivalOutput;
263
- (function (CancelArchivalOutput) {
264
- /**
265
- * @internal
266
- */
267
- CancelArchivalOutput.filterSensitiveLog = (obj) => ({
268
- ...obj,
269
- });
270
- })(CancelArchivalOutput = exports.CancelArchivalOutput || (exports.CancelArchivalOutput = {}));
271
- var CancelRetrievalInput;
272
- (function (CancelRetrievalInput) {
273
- /**
274
- * @internal
275
- */
276
- CancelRetrievalInput.filterSensitiveLog = (obj) => ({
277
- ...obj,
278
- });
279
- })(CancelRetrievalInput = exports.CancelRetrievalInput || (exports.CancelRetrievalInput = {}));
280
- var CancelRetrievalOutput;
281
- (function (CancelRetrievalOutput) {
282
- /**
283
- * @internal
284
- */
285
- CancelRetrievalOutput.filterSensitiveLog = (obj) => ({
286
- ...obj,
287
- });
288
- })(CancelRetrievalOutput = exports.CancelRetrievalOutput || (exports.CancelRetrievalOutput = {}));
289
- var ChapInfo;
290
- (function (ChapInfo) {
291
- /**
292
- * @internal
293
- */
294
- ChapInfo.filterSensitiveLog = (obj) => ({
295
- ...obj,
296
- ...(obj.SecretToAuthenticateInitiator && { SecretToAuthenticateInitiator: smithy_client_1.SENSITIVE_STRING }),
297
- ...(obj.SecretToAuthenticateTarget && { SecretToAuthenticateTarget: smithy_client_1.SENSITIVE_STRING }),
298
- });
299
- })(ChapInfo = exports.ChapInfo || (exports.ChapInfo = {}));
300
- var CreateCachediSCSIVolumeInput;
301
- (function (CreateCachediSCSIVolumeInput) {
302
- /**
303
- * @internal
304
- */
305
- CreateCachediSCSIVolumeInput.filterSensitiveLog = (obj) => ({
306
- ...obj,
307
- });
308
- })(CreateCachediSCSIVolumeInput = exports.CreateCachediSCSIVolumeInput || (exports.CreateCachediSCSIVolumeInput = {}));
309
- var CreateCachediSCSIVolumeOutput;
310
- (function (CreateCachediSCSIVolumeOutput) {
311
- /**
312
- * @internal
313
- */
314
- CreateCachediSCSIVolumeOutput.filterSensitiveLog = (obj) => ({
315
- ...obj,
316
- });
317
- })(CreateCachediSCSIVolumeOutput = exports.CreateCachediSCSIVolumeOutput || (exports.CreateCachediSCSIVolumeOutput = {}));
318
- var NFSFileShareDefaults;
319
- (function (NFSFileShareDefaults) {
320
- /**
321
- * @internal
322
- */
323
- NFSFileShareDefaults.filterSensitiveLog = (obj) => ({
324
- ...obj,
325
- });
326
- })(NFSFileShareDefaults = exports.NFSFileShareDefaults || (exports.NFSFileShareDefaults = {}));
327
- var CreateNFSFileShareInput;
328
- (function (CreateNFSFileShareInput) {
329
- /**
330
- * @internal
331
- */
332
- CreateNFSFileShareInput.filterSensitiveLog = (obj) => ({
333
- ...obj,
334
- });
335
- })(CreateNFSFileShareInput = exports.CreateNFSFileShareInput || (exports.CreateNFSFileShareInput = {}));
336
- var CreateNFSFileShareOutput;
337
- (function (CreateNFSFileShareOutput) {
338
- /**
339
- * @internal
340
- */
341
- CreateNFSFileShareOutput.filterSensitiveLog = (obj) => ({
342
- ...obj,
343
- });
344
- })(CreateNFSFileShareOutput = exports.CreateNFSFileShareOutput || (exports.CreateNFSFileShareOutput = {}));
345
- var CreateSMBFileShareInput;
346
- (function (CreateSMBFileShareInput) {
347
- /**
348
- * @internal
349
- */
350
- CreateSMBFileShareInput.filterSensitiveLog = (obj) => ({
351
- ...obj,
352
- });
353
- })(CreateSMBFileShareInput = exports.CreateSMBFileShareInput || (exports.CreateSMBFileShareInput = {}));
354
- var CreateSMBFileShareOutput;
355
- (function (CreateSMBFileShareOutput) {
356
- /**
357
- * @internal
358
- */
359
- CreateSMBFileShareOutput.filterSensitiveLog = (obj) => ({
360
- ...obj,
361
- });
362
- })(CreateSMBFileShareOutput = exports.CreateSMBFileShareOutput || (exports.CreateSMBFileShareOutput = {}));
363
- var CreateSnapshotInput;
364
- (function (CreateSnapshotInput) {
365
- /**
366
- * @internal
367
- */
368
- CreateSnapshotInput.filterSensitiveLog = (obj) => ({
369
- ...obj,
370
- });
371
- })(CreateSnapshotInput = exports.CreateSnapshotInput || (exports.CreateSnapshotInput = {}));
372
- var CreateSnapshotOutput;
373
- (function (CreateSnapshotOutput) {
374
- /**
375
- * @internal
376
- */
377
- CreateSnapshotOutput.filterSensitiveLog = (obj) => ({
378
- ...obj,
379
- });
380
- })(CreateSnapshotOutput = exports.CreateSnapshotOutput || (exports.CreateSnapshotOutput = {}));
381
- var ServiceUnavailableError;
382
- (function (ServiceUnavailableError) {
383
- /**
384
- * @internal
385
- */
386
- ServiceUnavailableError.filterSensitiveLog = (obj) => ({
387
- ...obj,
388
- });
389
- })(ServiceUnavailableError = exports.ServiceUnavailableError || (exports.ServiceUnavailableError = {}));
390
- var CreateSnapshotFromVolumeRecoveryPointInput;
391
- (function (CreateSnapshotFromVolumeRecoveryPointInput) {
392
- /**
393
- * @internal
394
- */
395
- CreateSnapshotFromVolumeRecoveryPointInput.filterSensitiveLog = (obj) => ({
396
- ...obj,
397
- });
398
- })(CreateSnapshotFromVolumeRecoveryPointInput = exports.CreateSnapshotFromVolumeRecoveryPointInput || (exports.CreateSnapshotFromVolumeRecoveryPointInput = {}));
399
- var CreateSnapshotFromVolumeRecoveryPointOutput;
400
- (function (CreateSnapshotFromVolumeRecoveryPointOutput) {
401
- /**
402
- * @internal
403
- */
404
- CreateSnapshotFromVolumeRecoveryPointOutput.filterSensitiveLog = (obj) => ({
405
- ...obj,
406
- });
407
- })(CreateSnapshotFromVolumeRecoveryPointOutput = exports.CreateSnapshotFromVolumeRecoveryPointOutput || (exports.CreateSnapshotFromVolumeRecoveryPointOutput = {}));
408
- var CreateStorediSCSIVolumeInput;
409
- (function (CreateStorediSCSIVolumeInput) {
410
- /**
411
- * @internal
412
- */
413
- CreateStorediSCSIVolumeInput.filterSensitiveLog = (obj) => ({
414
- ...obj,
415
- });
416
- })(CreateStorediSCSIVolumeInput = exports.CreateStorediSCSIVolumeInput || (exports.CreateStorediSCSIVolumeInput = {}));
417
- var CreateStorediSCSIVolumeOutput;
418
- (function (CreateStorediSCSIVolumeOutput) {
419
- /**
420
- * @internal
421
- */
422
- CreateStorediSCSIVolumeOutput.filterSensitiveLog = (obj) => ({
423
- ...obj,
424
- });
425
- })(CreateStorediSCSIVolumeOutput = exports.CreateStorediSCSIVolumeOutput || (exports.CreateStorediSCSIVolumeOutput = {}));
426
- var CreateTapePoolInput;
427
- (function (CreateTapePoolInput) {
428
- /**
429
- * @internal
430
- */
431
- CreateTapePoolInput.filterSensitiveLog = (obj) => ({
432
- ...obj,
433
- });
434
- })(CreateTapePoolInput = exports.CreateTapePoolInput || (exports.CreateTapePoolInput = {}));
435
- var CreateTapePoolOutput;
436
- (function (CreateTapePoolOutput) {
437
- /**
438
- * @internal
439
- */
440
- CreateTapePoolOutput.filterSensitiveLog = (obj) => ({
441
- ...obj,
442
- });
443
- })(CreateTapePoolOutput = exports.CreateTapePoolOutput || (exports.CreateTapePoolOutput = {}));
444
- var CreateTapesInput;
445
- (function (CreateTapesInput) {
446
- /**
447
- * @internal
448
- */
449
- CreateTapesInput.filterSensitiveLog = (obj) => ({
450
- ...obj,
451
- });
452
- })(CreateTapesInput = exports.CreateTapesInput || (exports.CreateTapesInput = {}));
453
- var CreateTapesOutput;
454
- (function (CreateTapesOutput) {
455
- /**
456
- * @internal
457
- */
458
- CreateTapesOutput.filterSensitiveLog = (obj) => ({
459
- ...obj,
460
- });
461
- })(CreateTapesOutput = exports.CreateTapesOutput || (exports.CreateTapesOutput = {}));
462
- var CreateTapeWithBarcodeInput;
463
- (function (CreateTapeWithBarcodeInput) {
464
- /**
465
- * @internal
466
- */
467
- CreateTapeWithBarcodeInput.filterSensitiveLog = (obj) => ({
468
- ...obj,
469
- });
470
- })(CreateTapeWithBarcodeInput = exports.CreateTapeWithBarcodeInput || (exports.CreateTapeWithBarcodeInput = {}));
471
- var CreateTapeWithBarcodeOutput;
472
- (function (CreateTapeWithBarcodeOutput) {
473
- /**
474
- * @internal
475
- */
476
- CreateTapeWithBarcodeOutput.filterSensitiveLog = (obj) => ({
477
- ...obj,
478
- });
479
- })(CreateTapeWithBarcodeOutput = exports.CreateTapeWithBarcodeOutput || (exports.CreateTapeWithBarcodeOutput = {}));
480
- var DeleteAutomaticTapeCreationPolicyInput;
481
- (function (DeleteAutomaticTapeCreationPolicyInput) {
482
- /**
483
- * @internal
484
- */
485
- DeleteAutomaticTapeCreationPolicyInput.filterSensitiveLog = (obj) => ({
486
- ...obj,
487
- });
488
- })(DeleteAutomaticTapeCreationPolicyInput = exports.DeleteAutomaticTapeCreationPolicyInput || (exports.DeleteAutomaticTapeCreationPolicyInput = {}));
489
- var DeleteAutomaticTapeCreationPolicyOutput;
490
- (function (DeleteAutomaticTapeCreationPolicyOutput) {
491
- /**
492
- * @internal
493
- */
494
- DeleteAutomaticTapeCreationPolicyOutput.filterSensitiveLog = (obj) => ({
495
- ...obj,
496
- });
497
- })(DeleteAutomaticTapeCreationPolicyOutput = exports.DeleteAutomaticTapeCreationPolicyOutput || (exports.DeleteAutomaticTapeCreationPolicyOutput = {}));
498
- var DeleteBandwidthRateLimitInput;
499
- (function (DeleteBandwidthRateLimitInput) {
500
- /**
501
- * @internal
502
- */
503
- DeleteBandwidthRateLimitInput.filterSensitiveLog = (obj) => ({
504
- ...obj,
505
- });
506
- })(DeleteBandwidthRateLimitInput = exports.DeleteBandwidthRateLimitInput || (exports.DeleteBandwidthRateLimitInput = {}));
507
- var DeleteBandwidthRateLimitOutput;
508
- (function (DeleteBandwidthRateLimitOutput) {
509
- /**
510
- * @internal
511
- */
512
- DeleteBandwidthRateLimitOutput.filterSensitiveLog = (obj) => ({
513
- ...obj,
514
- });
515
- })(DeleteBandwidthRateLimitOutput = exports.DeleteBandwidthRateLimitOutput || (exports.DeleteBandwidthRateLimitOutput = {}));
516
- var DeleteChapCredentialsInput;
517
- (function (DeleteChapCredentialsInput) {
518
- /**
519
- * @internal
520
- */
521
- DeleteChapCredentialsInput.filterSensitiveLog = (obj) => ({
522
- ...obj,
523
- });
524
- })(DeleteChapCredentialsInput = exports.DeleteChapCredentialsInput || (exports.DeleteChapCredentialsInput = {}));
525
- var DeleteChapCredentialsOutput;
526
- (function (DeleteChapCredentialsOutput) {
527
- /**
528
- * @internal
529
- */
530
- DeleteChapCredentialsOutput.filterSensitiveLog = (obj) => ({
531
- ...obj,
532
- });
533
- })(DeleteChapCredentialsOutput = exports.DeleteChapCredentialsOutput || (exports.DeleteChapCredentialsOutput = {}));
534
- var DeleteFileShareInput;
535
- (function (DeleteFileShareInput) {
536
- /**
537
- * @internal
538
- */
539
- DeleteFileShareInput.filterSensitiveLog = (obj) => ({
540
- ...obj,
541
- });
542
- })(DeleteFileShareInput = exports.DeleteFileShareInput || (exports.DeleteFileShareInput = {}));
543
- var DeleteFileShareOutput;
544
- (function (DeleteFileShareOutput) {
545
- /**
546
- * @internal
547
- */
548
- DeleteFileShareOutput.filterSensitiveLog = (obj) => ({
549
- ...obj,
550
- });
551
- })(DeleteFileShareOutput = exports.DeleteFileShareOutput || (exports.DeleteFileShareOutput = {}));
552
- var DeleteGatewayInput;
553
- (function (DeleteGatewayInput) {
554
- /**
555
- * @internal
556
- */
557
- DeleteGatewayInput.filterSensitiveLog = (obj) => ({
558
- ...obj,
559
- });
560
- })(DeleteGatewayInput = exports.DeleteGatewayInput || (exports.DeleteGatewayInput = {}));
561
- var DeleteGatewayOutput;
562
- (function (DeleteGatewayOutput) {
563
- /**
564
- * @internal
565
- */
566
- DeleteGatewayOutput.filterSensitiveLog = (obj) => ({
567
- ...obj,
568
- });
569
- })(DeleteGatewayOutput = exports.DeleteGatewayOutput || (exports.DeleteGatewayOutput = {}));
570
- var DeleteSnapshotScheduleInput;
571
- (function (DeleteSnapshotScheduleInput) {
572
- /**
573
- * @internal
574
- */
575
- DeleteSnapshotScheduleInput.filterSensitiveLog = (obj) => ({
576
- ...obj,
577
- });
578
- })(DeleteSnapshotScheduleInput = exports.DeleteSnapshotScheduleInput || (exports.DeleteSnapshotScheduleInput = {}));
579
- var DeleteSnapshotScheduleOutput;
580
- (function (DeleteSnapshotScheduleOutput) {
581
- /**
582
- * @internal
583
- */
584
- DeleteSnapshotScheduleOutput.filterSensitiveLog = (obj) => ({
585
- ...obj,
586
- });
587
- })(DeleteSnapshotScheduleOutput = exports.DeleteSnapshotScheduleOutput || (exports.DeleteSnapshotScheduleOutput = {}));
588
- var DeleteTapeInput;
589
- (function (DeleteTapeInput) {
590
- /**
591
- * @internal
592
- */
593
- DeleteTapeInput.filterSensitiveLog = (obj) => ({
594
- ...obj,
595
- });
596
- })(DeleteTapeInput = exports.DeleteTapeInput || (exports.DeleteTapeInput = {}));
597
- var DeleteTapeOutput;
598
- (function (DeleteTapeOutput) {
599
- /**
600
- * @internal
601
- */
602
- DeleteTapeOutput.filterSensitiveLog = (obj) => ({
603
- ...obj,
604
- });
605
- })(DeleteTapeOutput = exports.DeleteTapeOutput || (exports.DeleteTapeOutput = {}));
606
- var DeleteTapeArchiveInput;
607
- (function (DeleteTapeArchiveInput) {
608
- /**
609
- * @internal
610
- */
611
- DeleteTapeArchiveInput.filterSensitiveLog = (obj) => ({
612
- ...obj,
613
- });
614
- })(DeleteTapeArchiveInput = exports.DeleteTapeArchiveInput || (exports.DeleteTapeArchiveInput = {}));
615
- var DeleteTapeArchiveOutput;
616
- (function (DeleteTapeArchiveOutput) {
617
- /**
618
- * @internal
619
- */
620
- DeleteTapeArchiveOutput.filterSensitiveLog = (obj) => ({
621
- ...obj,
622
- });
623
- })(DeleteTapeArchiveOutput = exports.DeleteTapeArchiveOutput || (exports.DeleteTapeArchiveOutput = {}));
624
- var DeleteTapePoolInput;
625
- (function (DeleteTapePoolInput) {
626
- /**
627
- * @internal
628
- */
629
- DeleteTapePoolInput.filterSensitiveLog = (obj) => ({
630
- ...obj,
631
- });
632
- })(DeleteTapePoolInput = exports.DeleteTapePoolInput || (exports.DeleteTapePoolInput = {}));
633
- var DeleteTapePoolOutput;
634
- (function (DeleteTapePoolOutput) {
635
- /**
636
- * @internal
637
- */
638
- DeleteTapePoolOutput.filterSensitiveLog = (obj) => ({
639
- ...obj,
640
- });
641
- })(DeleteTapePoolOutput = exports.DeleteTapePoolOutput || (exports.DeleteTapePoolOutput = {}));
642
- var DeleteVolumeInput;
643
- (function (DeleteVolumeInput) {
644
- /**
645
- * @internal
646
- */
647
- DeleteVolumeInput.filterSensitiveLog = (obj) => ({
648
- ...obj,
649
- });
650
- })(DeleteVolumeInput = exports.DeleteVolumeInput || (exports.DeleteVolumeInput = {}));
651
- var DeleteVolumeOutput;
652
- (function (DeleteVolumeOutput) {
653
- /**
654
- * @internal
655
- */
656
- DeleteVolumeOutput.filterSensitiveLog = (obj) => ({
657
- ...obj,
658
- });
659
- })(DeleteVolumeOutput = exports.DeleteVolumeOutput || (exports.DeleteVolumeOutput = {}));
660
- var DescribeAvailabilityMonitorTestInput;
661
- (function (DescribeAvailabilityMonitorTestInput) {
662
- /**
663
- * @internal
664
- */
665
- DescribeAvailabilityMonitorTestInput.filterSensitiveLog = (obj) => ({
666
- ...obj,
667
- });
668
- })(DescribeAvailabilityMonitorTestInput = exports.DescribeAvailabilityMonitorTestInput || (exports.DescribeAvailabilityMonitorTestInput = {}));
669
- var DescribeAvailabilityMonitorTestOutput;
670
- (function (DescribeAvailabilityMonitorTestOutput) {
671
- /**
672
- * @internal
673
- */
674
- DescribeAvailabilityMonitorTestOutput.filterSensitiveLog = (obj) => ({
675
- ...obj,
676
- });
677
- })(DescribeAvailabilityMonitorTestOutput = exports.DescribeAvailabilityMonitorTestOutput || (exports.DescribeAvailabilityMonitorTestOutput = {}));
678
- var DescribeBandwidthRateLimitInput;
679
- (function (DescribeBandwidthRateLimitInput) {
680
- /**
681
- * @internal
682
- */
683
- DescribeBandwidthRateLimitInput.filterSensitiveLog = (obj) => ({
684
- ...obj,
685
- });
686
- })(DescribeBandwidthRateLimitInput = exports.DescribeBandwidthRateLimitInput || (exports.DescribeBandwidthRateLimitInput = {}));
687
- var DescribeBandwidthRateLimitOutput;
688
- (function (DescribeBandwidthRateLimitOutput) {
689
- /**
690
- * @internal
691
- */
692
- DescribeBandwidthRateLimitOutput.filterSensitiveLog = (obj) => ({
693
- ...obj,
694
- });
695
- })(DescribeBandwidthRateLimitOutput = exports.DescribeBandwidthRateLimitOutput || (exports.DescribeBandwidthRateLimitOutput = {}));
696
- var DescribeBandwidthRateLimitScheduleInput;
697
- (function (DescribeBandwidthRateLimitScheduleInput) {
698
- /**
699
- * @internal
700
- */
701
- DescribeBandwidthRateLimitScheduleInput.filterSensitiveLog = (obj) => ({
702
- ...obj,
703
- });
704
- })(DescribeBandwidthRateLimitScheduleInput = exports.DescribeBandwidthRateLimitScheduleInput || (exports.DescribeBandwidthRateLimitScheduleInput = {}));
705
- var DescribeBandwidthRateLimitScheduleOutput;
706
- (function (DescribeBandwidthRateLimitScheduleOutput) {
707
- /**
708
- * @internal
709
- */
710
- DescribeBandwidthRateLimitScheduleOutput.filterSensitiveLog = (obj) => ({
711
- ...obj,
712
- });
713
- })(DescribeBandwidthRateLimitScheduleOutput = exports.DescribeBandwidthRateLimitScheduleOutput || (exports.DescribeBandwidthRateLimitScheduleOutput = {}));
714
- var DescribeCacheInput;
715
- (function (DescribeCacheInput) {
716
- /**
717
- * @internal
718
- */
719
- DescribeCacheInput.filterSensitiveLog = (obj) => ({
720
- ...obj,
721
- });
722
- })(DescribeCacheInput = exports.DescribeCacheInput || (exports.DescribeCacheInput = {}));
723
- var DescribeCacheOutput;
724
- (function (DescribeCacheOutput) {
725
- /**
726
- * @internal
727
- */
728
- DescribeCacheOutput.filterSensitiveLog = (obj) => ({
729
- ...obj,
730
- });
731
- })(DescribeCacheOutput = exports.DescribeCacheOutput || (exports.DescribeCacheOutput = {}));
732
- var DescribeCachediSCSIVolumesInput;
733
- (function (DescribeCachediSCSIVolumesInput) {
734
- /**
735
- * @internal
736
- */
737
- DescribeCachediSCSIVolumesInput.filterSensitiveLog = (obj) => ({
738
- ...obj,
739
- });
740
- })(DescribeCachediSCSIVolumesInput = exports.DescribeCachediSCSIVolumesInput || (exports.DescribeCachediSCSIVolumesInput = {}));
741
- var DescribeCachediSCSIVolumesOutput;
742
- (function (DescribeCachediSCSIVolumesOutput) {
743
- /**
744
- * @internal
745
- */
746
- DescribeCachediSCSIVolumesOutput.filterSensitiveLog = (obj) => ({
747
- ...obj,
748
- });
749
- })(DescribeCachediSCSIVolumesOutput = exports.DescribeCachediSCSIVolumesOutput || (exports.DescribeCachediSCSIVolumesOutput = {}));
750
- var DescribeChapCredentialsInput;
751
- (function (DescribeChapCredentialsInput) {
752
- /**
753
- * @internal
754
- */
755
- DescribeChapCredentialsInput.filterSensitiveLog = (obj) => ({
756
- ...obj,
757
- });
758
- })(DescribeChapCredentialsInput = exports.DescribeChapCredentialsInput || (exports.DescribeChapCredentialsInput = {}));
759
- var DescribeChapCredentialsOutput;
760
- (function (DescribeChapCredentialsOutput) {
761
- /**
762
- * @internal
763
- */
764
- DescribeChapCredentialsOutput.filterSensitiveLog = (obj) => ({
765
- ...obj,
766
- ...(obj.ChapCredentials && {
767
- ChapCredentials: obj.ChapCredentials.map((item) => ChapInfo.filterSensitiveLog(item)),
768
- }),
769
- });
770
- })(DescribeChapCredentialsOutput = exports.DescribeChapCredentialsOutput || (exports.DescribeChapCredentialsOutput = {}));
771
- var DescribeFileSystemAssociationsInput;
772
- (function (DescribeFileSystemAssociationsInput) {
773
- /**
774
- * @internal
775
- */
776
- DescribeFileSystemAssociationsInput.filterSensitiveLog = (obj) => ({
777
- ...obj,
778
- });
779
- })(DescribeFileSystemAssociationsInput = exports.DescribeFileSystemAssociationsInput || (exports.DescribeFileSystemAssociationsInput = {}));
780
- var FileSystemAssociationInfo;
781
- (function (FileSystemAssociationInfo) {
782
- /**
783
- * @internal
784
- */
785
- FileSystemAssociationInfo.filterSensitiveLog = (obj) => ({
786
- ...obj,
787
- });
788
- })(FileSystemAssociationInfo = exports.FileSystemAssociationInfo || (exports.FileSystemAssociationInfo = {}));
789
- var DescribeFileSystemAssociationsOutput;
790
- (function (DescribeFileSystemAssociationsOutput) {
791
- /**
792
- * @internal
793
- */
794
- DescribeFileSystemAssociationsOutput.filterSensitiveLog = (obj) => ({
795
- ...obj,
796
- });
797
- })(DescribeFileSystemAssociationsOutput = exports.DescribeFileSystemAssociationsOutput || (exports.DescribeFileSystemAssociationsOutput = {}));
798
- var DescribeGatewayInformationInput;
799
- (function (DescribeGatewayInformationInput) {
800
- /**
801
- * @internal
802
- */
803
- DescribeGatewayInformationInput.filterSensitiveLog = (obj) => ({
804
- ...obj,
805
- });
806
- })(DescribeGatewayInformationInput = exports.DescribeGatewayInformationInput || (exports.DescribeGatewayInformationInput = {}));
807
- var GatewayCapacity;
808
- (function (GatewayCapacity) {
809
- GatewayCapacity["Large"] = "Large";
810
- GatewayCapacity["Medium"] = "Medium";
811
- GatewayCapacity["Small"] = "Small";
812
- })(GatewayCapacity = exports.GatewayCapacity || (exports.GatewayCapacity = {}));
813
- var NetworkInterface;
814
- (function (NetworkInterface) {
815
- /**
816
- * @internal
817
- */
818
- NetworkInterface.filterSensitiveLog = (obj) => ({
819
- ...obj,
820
- });
821
- })(NetworkInterface = exports.NetworkInterface || (exports.NetworkInterface = {}));
822
- var DescribeGatewayInformationOutput;
823
- (function (DescribeGatewayInformationOutput) {
824
- /**
825
- * @internal
826
- */
827
- DescribeGatewayInformationOutput.filterSensitiveLog = (obj) => ({
828
- ...obj,
829
- });
830
- })(DescribeGatewayInformationOutput = exports.DescribeGatewayInformationOutput || (exports.DescribeGatewayInformationOutput = {}));
831
- var DescribeMaintenanceStartTimeInput;
832
- (function (DescribeMaintenanceStartTimeInput) {
833
- /**
834
- * @internal
835
- */
836
- DescribeMaintenanceStartTimeInput.filterSensitiveLog = (obj) => ({
837
- ...obj,
838
- });
839
- })(DescribeMaintenanceStartTimeInput = exports.DescribeMaintenanceStartTimeInput || (exports.DescribeMaintenanceStartTimeInput = {}));
840
- var DescribeMaintenanceStartTimeOutput;
841
- (function (DescribeMaintenanceStartTimeOutput) {
842
- /**
843
- * @internal
844
- */
845
- DescribeMaintenanceStartTimeOutput.filterSensitiveLog = (obj) => ({
846
- ...obj,
847
- });
848
- })(DescribeMaintenanceStartTimeOutput = exports.DescribeMaintenanceStartTimeOutput || (exports.DescribeMaintenanceStartTimeOutput = {}));
849
- var DescribeNFSFileSharesInput;
850
- (function (DescribeNFSFileSharesInput) {
851
- /**
852
- * @internal
853
- */
854
- DescribeNFSFileSharesInput.filterSensitiveLog = (obj) => ({
855
- ...obj,
856
- });
857
- })(DescribeNFSFileSharesInput = exports.DescribeNFSFileSharesInput || (exports.DescribeNFSFileSharesInput = {}));
858
- var NFSFileShareInfo;
859
- (function (NFSFileShareInfo) {
860
- /**
861
- * @internal
862
- */
863
- NFSFileShareInfo.filterSensitiveLog = (obj) => ({
864
- ...obj,
865
- });
866
- })(NFSFileShareInfo = exports.NFSFileShareInfo || (exports.NFSFileShareInfo = {}));
867
- var DescribeNFSFileSharesOutput;
868
- (function (DescribeNFSFileSharesOutput) {
869
- /**
870
- * @internal
871
- */
872
- DescribeNFSFileSharesOutput.filterSensitiveLog = (obj) => ({
873
- ...obj,
874
- });
875
- })(DescribeNFSFileSharesOutput = exports.DescribeNFSFileSharesOutput || (exports.DescribeNFSFileSharesOutput = {}));
876
- var DescribeSMBFileSharesInput;
877
- (function (DescribeSMBFileSharesInput) {
878
- /**
879
- * @internal
880
- */
881
- DescribeSMBFileSharesInput.filterSensitiveLog = (obj) => ({
882
- ...obj,
883
- });
884
- })(DescribeSMBFileSharesInput = exports.DescribeSMBFileSharesInput || (exports.DescribeSMBFileSharesInput = {}));
885
- var SMBFileShareInfo;
886
- (function (SMBFileShareInfo) {
887
- /**
888
- * @internal
889
- */
890
- SMBFileShareInfo.filterSensitiveLog = (obj) => ({
891
- ...obj,
892
- });
893
- })(SMBFileShareInfo = exports.SMBFileShareInfo || (exports.SMBFileShareInfo = {}));
894
- var DescribeSMBFileSharesOutput;
895
- (function (DescribeSMBFileSharesOutput) {
896
- /**
897
- * @internal
898
- */
899
- DescribeSMBFileSharesOutput.filterSensitiveLog = (obj) => ({
900
- ...obj,
901
- });
902
- })(DescribeSMBFileSharesOutput = exports.DescribeSMBFileSharesOutput || (exports.DescribeSMBFileSharesOutput = {}));
903
- var DescribeSMBSettingsInput;
904
- (function (DescribeSMBSettingsInput) {
905
- /**
906
- * @internal
907
- */
908
- DescribeSMBSettingsInput.filterSensitiveLog = (obj) => ({
909
- ...obj,
910
- });
911
- })(DescribeSMBSettingsInput = exports.DescribeSMBSettingsInput || (exports.DescribeSMBSettingsInput = {}));
912
- var DescribeSMBSettingsOutput;
913
- (function (DescribeSMBSettingsOutput) {
914
- /**
915
- * @internal
916
- */
917
- DescribeSMBSettingsOutput.filterSensitiveLog = (obj) => ({
918
- ...obj,
919
- });
920
- })(DescribeSMBSettingsOutput = exports.DescribeSMBSettingsOutput || (exports.DescribeSMBSettingsOutput = {}));
921
- var DescribeSnapshotScheduleInput;
922
- (function (DescribeSnapshotScheduleInput) {
923
- /**
924
- * @internal
925
- */
926
- DescribeSnapshotScheduleInput.filterSensitiveLog = (obj) => ({
927
- ...obj,
928
- });
929
- })(DescribeSnapshotScheduleInput = exports.DescribeSnapshotScheduleInput || (exports.DescribeSnapshotScheduleInput = {}));
930
- var DescribeSnapshotScheduleOutput;
931
- (function (DescribeSnapshotScheduleOutput) {
932
- /**
933
- * @internal
934
- */
935
- DescribeSnapshotScheduleOutput.filterSensitiveLog = (obj) => ({
936
- ...obj,
937
- });
938
- })(DescribeSnapshotScheduleOutput = exports.DescribeSnapshotScheduleOutput || (exports.DescribeSnapshotScheduleOutput = {}));
939
- var DescribeStorediSCSIVolumesInput;
940
- (function (DescribeStorediSCSIVolumesInput) {
941
- /**
942
- * @internal
943
- */
944
- DescribeStorediSCSIVolumesInput.filterSensitiveLog = (obj) => ({
945
- ...obj,
946
- });
947
- })(DescribeStorediSCSIVolumesInput = exports.DescribeStorediSCSIVolumesInput || (exports.DescribeStorediSCSIVolumesInput = {}));
948
- var StorediSCSIVolume;
949
- (function (StorediSCSIVolume) {
950
- /**
951
- * @internal
952
- */
953
- StorediSCSIVolume.filterSensitiveLog = (obj) => ({
954
- ...obj,
955
- });
956
- })(StorediSCSIVolume = exports.StorediSCSIVolume || (exports.StorediSCSIVolume = {}));
957
- var DescribeStorediSCSIVolumesOutput;
958
- (function (DescribeStorediSCSIVolumesOutput) {
959
- /**
960
- * @internal
961
- */
962
- DescribeStorediSCSIVolumesOutput.filterSensitiveLog = (obj) => ({
963
- ...obj,
964
- });
965
- })(DescribeStorediSCSIVolumesOutput = exports.DescribeStorediSCSIVolumesOutput || (exports.DescribeStorediSCSIVolumesOutput = {}));
966
- var DescribeTapeArchivesInput;
967
- (function (DescribeTapeArchivesInput) {
968
- /**
969
- * @internal
970
- */
971
- DescribeTapeArchivesInput.filterSensitiveLog = (obj) => ({
972
- ...obj,
973
- });
974
- })(DescribeTapeArchivesInput = exports.DescribeTapeArchivesInput || (exports.DescribeTapeArchivesInput = {}));
975
- var TapeArchive;
976
- (function (TapeArchive) {
977
- /**
978
- * @internal
979
- */
980
- TapeArchive.filterSensitiveLog = (obj) => ({
981
- ...obj,
982
- });
983
- })(TapeArchive = exports.TapeArchive || (exports.TapeArchive = {}));
984
- var DescribeTapeArchivesOutput;
985
- (function (DescribeTapeArchivesOutput) {
986
- /**
987
- * @internal
988
- */
989
- DescribeTapeArchivesOutput.filterSensitiveLog = (obj) => ({
990
- ...obj,
991
- });
992
- })(DescribeTapeArchivesOutput = exports.DescribeTapeArchivesOutput || (exports.DescribeTapeArchivesOutput = {}));
993
- var DescribeTapeRecoveryPointsInput;
994
- (function (DescribeTapeRecoveryPointsInput) {
995
- /**
996
- * @internal
997
- */
998
- DescribeTapeRecoveryPointsInput.filterSensitiveLog = (obj) => ({
999
- ...obj,
1000
- });
1001
- })(DescribeTapeRecoveryPointsInput = exports.DescribeTapeRecoveryPointsInput || (exports.DescribeTapeRecoveryPointsInput = {}));
1002
- var TapeRecoveryPointInfo;
1003
- (function (TapeRecoveryPointInfo) {
1004
- /**
1005
- * @internal
1006
- */
1007
- TapeRecoveryPointInfo.filterSensitiveLog = (obj) => ({
1008
- ...obj,
1009
- });
1010
- })(TapeRecoveryPointInfo = exports.TapeRecoveryPointInfo || (exports.TapeRecoveryPointInfo = {}));
1011
- var DescribeTapeRecoveryPointsOutput;
1012
- (function (DescribeTapeRecoveryPointsOutput) {
1013
- /**
1014
- * @internal
1015
- */
1016
- DescribeTapeRecoveryPointsOutput.filterSensitiveLog = (obj) => ({
1017
- ...obj,
1018
- });
1019
- })(DescribeTapeRecoveryPointsOutput = exports.DescribeTapeRecoveryPointsOutput || (exports.DescribeTapeRecoveryPointsOutput = {}));
1020
- var DescribeTapesInput;
1021
- (function (DescribeTapesInput) {
1022
- /**
1023
- * @internal
1024
- */
1025
- DescribeTapesInput.filterSensitiveLog = (obj) => ({
1026
- ...obj,
1027
- });
1028
- })(DescribeTapesInput = exports.DescribeTapesInput || (exports.DescribeTapesInput = {}));
1029
- var Tape;
1030
- (function (Tape) {
1031
- /**
1032
- * @internal
1033
- */
1034
- Tape.filterSensitiveLog = (obj) => ({
1035
- ...obj,
1036
- });
1037
- })(Tape = exports.Tape || (exports.Tape = {}));
1038
- var DescribeTapesOutput;
1039
- (function (DescribeTapesOutput) {
1040
- /**
1041
- * @internal
1042
- */
1043
- DescribeTapesOutput.filterSensitiveLog = (obj) => ({
1044
- ...obj,
1045
- });
1046
- })(DescribeTapesOutput = exports.DescribeTapesOutput || (exports.DescribeTapesOutput = {}));
1047
- var DescribeUploadBufferInput;
1048
- (function (DescribeUploadBufferInput) {
1049
- /**
1050
- * @internal
1051
- */
1052
- DescribeUploadBufferInput.filterSensitiveLog = (obj) => ({
1053
- ...obj,
1054
- });
1055
- })(DescribeUploadBufferInput = exports.DescribeUploadBufferInput || (exports.DescribeUploadBufferInput = {}));
1056
- var DescribeUploadBufferOutput;
1057
- (function (DescribeUploadBufferOutput) {
1058
- /**
1059
- * @internal
1060
- */
1061
- DescribeUploadBufferOutput.filterSensitiveLog = (obj) => ({
1062
- ...obj,
1063
- });
1064
- })(DescribeUploadBufferOutput = exports.DescribeUploadBufferOutput || (exports.DescribeUploadBufferOutput = {}));
1065
- var DescribeVTLDevicesInput;
1066
- (function (DescribeVTLDevicesInput) {
1067
- /**
1068
- * @internal
1069
- */
1070
- DescribeVTLDevicesInput.filterSensitiveLog = (obj) => ({
1071
- ...obj,
1072
- });
1073
- })(DescribeVTLDevicesInput = exports.DescribeVTLDevicesInput || (exports.DescribeVTLDevicesInput = {}));
1074
- var DeviceiSCSIAttributes;
1075
- (function (DeviceiSCSIAttributes) {
1076
- /**
1077
- * @internal
1078
- */
1079
- DeviceiSCSIAttributes.filterSensitiveLog = (obj) => ({
1080
- ...obj,
1081
- });
1082
- })(DeviceiSCSIAttributes = exports.DeviceiSCSIAttributes || (exports.DeviceiSCSIAttributes = {}));
1083
- var VTLDevice;
1084
- (function (VTLDevice) {
1085
- /**
1086
- * @internal
1087
- */
1088
- VTLDevice.filterSensitiveLog = (obj) => ({
1089
- ...obj,
1090
- });
1091
- })(VTLDevice = exports.VTLDevice || (exports.VTLDevice = {}));
1092
- var DescribeVTLDevicesOutput;
1093
- (function (DescribeVTLDevicesOutput) {
1094
- /**
1095
- * @internal
1096
- */
1097
- DescribeVTLDevicesOutput.filterSensitiveLog = (obj) => ({
1098
- ...obj,
1099
- });
1100
- })(DescribeVTLDevicesOutput = exports.DescribeVTLDevicesOutput || (exports.DescribeVTLDevicesOutput = {}));
1101
- var DescribeWorkingStorageInput;
1102
- (function (DescribeWorkingStorageInput) {
1103
- /**
1104
- * @internal
1105
- */
1106
- DescribeWorkingStorageInput.filterSensitiveLog = (obj) => ({
1107
- ...obj,
1108
- });
1109
- })(DescribeWorkingStorageInput = exports.DescribeWorkingStorageInput || (exports.DescribeWorkingStorageInput = {}));
1110
- var DescribeWorkingStorageOutput;
1111
- (function (DescribeWorkingStorageOutput) {
1112
- /**
1113
- * @internal
1114
- */
1115
- DescribeWorkingStorageOutput.filterSensitiveLog = (obj) => ({
1116
- ...obj,
1117
- });
1118
- })(DescribeWorkingStorageOutput = exports.DescribeWorkingStorageOutput || (exports.DescribeWorkingStorageOutput = {}));
1119
- var DetachVolumeInput;
1120
- (function (DetachVolumeInput) {
1121
- /**
1122
- * @internal
1123
- */
1124
- DetachVolumeInput.filterSensitiveLog = (obj) => ({
1125
- ...obj,
1126
- });
1127
- })(DetachVolumeInput = exports.DetachVolumeInput || (exports.DetachVolumeInput = {}));
1128
- var DetachVolumeOutput;
1129
- (function (DetachVolumeOutput) {
1130
- /**
1131
- * @internal
1132
- */
1133
- DetachVolumeOutput.filterSensitiveLog = (obj) => ({
1134
- ...obj,
1135
- });
1136
- })(DetachVolumeOutput = exports.DetachVolumeOutput || (exports.DetachVolumeOutput = {}));
1137
- var DisableGatewayInput;
1138
- (function (DisableGatewayInput) {
1139
- /**
1140
- * @internal
1141
- */
1142
- DisableGatewayInput.filterSensitiveLog = (obj) => ({
1143
- ...obj,
1144
- });
1145
- })(DisableGatewayInput = exports.DisableGatewayInput || (exports.DisableGatewayInput = {}));
1146
- var DisableGatewayOutput;
1147
- (function (DisableGatewayOutput) {
1148
- /**
1149
- * @internal
1150
- */
1151
- DisableGatewayOutput.filterSensitiveLog = (obj) => ({
1152
- ...obj,
1153
- });
1154
- })(DisableGatewayOutput = exports.DisableGatewayOutput || (exports.DisableGatewayOutput = {}));
1155
- var DisassociateFileSystemInput;
1156
- (function (DisassociateFileSystemInput) {
1157
- /**
1158
- * @internal
1159
- */
1160
- DisassociateFileSystemInput.filterSensitiveLog = (obj) => ({
1161
- ...obj,
1162
- });
1163
- })(DisassociateFileSystemInput = exports.DisassociateFileSystemInput || (exports.DisassociateFileSystemInput = {}));
1164
- var DisassociateFileSystemOutput;
1165
- (function (DisassociateFileSystemOutput) {
1166
- /**
1167
- * @internal
1168
- */
1169
- DisassociateFileSystemOutput.filterSensitiveLog = (obj) => ({
1170
- ...obj,
1171
- });
1172
- })(DisassociateFileSystemOutput = exports.DisassociateFileSystemOutput || (exports.DisassociateFileSystemOutput = {}));
1173
- var Disk;
1174
- (function (Disk) {
1175
- /**
1176
- * @internal
1177
- */
1178
- Disk.filterSensitiveLog = (obj) => ({
1179
- ...obj,
1180
- });
1181
- })(Disk = exports.Disk || (exports.Disk = {}));
1182
- var FileShareInfo;
1183
- (function (FileShareInfo) {
1184
- /**
1185
- * @internal
1186
- */
1187
- FileShareInfo.filterSensitiveLog = (obj) => ({
1188
- ...obj,
1189
- });
1190
- })(FileShareInfo = exports.FileShareInfo || (exports.FileShareInfo = {}));
1191
- var FileSystemAssociationSummary;
1192
- (function (FileSystemAssociationSummary) {
1193
- /**
1194
- * @internal
1195
- */
1196
- FileSystemAssociationSummary.filterSensitiveLog = (obj) => ({
1197
- ...obj,
1198
- });
1199
- })(FileSystemAssociationSummary = exports.FileSystemAssociationSummary || (exports.FileSystemAssociationSummary = {}));
1200
- var GatewayInfo;
1201
- (function (GatewayInfo) {
1202
- /**
1203
- * @internal
1204
- */
1205
- GatewayInfo.filterSensitiveLog = (obj) => ({
1206
- ...obj,
1207
- });
1208
- })(GatewayInfo = exports.GatewayInfo || (exports.GatewayInfo = {}));
1209
- var JoinDomainInput;
1210
- (function (JoinDomainInput) {
1211
- /**
1212
- * @internal
1213
- */
1214
- JoinDomainInput.filterSensitiveLog = (obj) => ({
1215
- ...obj,
1216
- ...(obj.Password && { Password: smithy_client_1.SENSITIVE_STRING }),
1217
- });
1218
- })(JoinDomainInput = exports.JoinDomainInput || (exports.JoinDomainInput = {}));
1219
- var JoinDomainOutput;
1220
- (function (JoinDomainOutput) {
1221
- /**
1222
- * @internal
1223
- */
1224
- JoinDomainOutput.filterSensitiveLog = (obj) => ({
1225
- ...obj,
1226
- });
1227
- })(JoinDomainOutput = exports.JoinDomainOutput || (exports.JoinDomainOutput = {}));
1228
- var ListAutomaticTapeCreationPoliciesInput;
1229
- (function (ListAutomaticTapeCreationPoliciesInput) {
1230
- /**
1231
- * @internal
1232
- */
1233
- ListAutomaticTapeCreationPoliciesInput.filterSensitiveLog = (obj) => ({
1234
- ...obj,
1235
- });
1236
- })(ListAutomaticTapeCreationPoliciesInput = exports.ListAutomaticTapeCreationPoliciesInput || (exports.ListAutomaticTapeCreationPoliciesInput = {}));
1237
- var ListAutomaticTapeCreationPoliciesOutput;
1238
- (function (ListAutomaticTapeCreationPoliciesOutput) {
1239
- /**
1240
- * @internal
1241
- */
1242
- ListAutomaticTapeCreationPoliciesOutput.filterSensitiveLog = (obj) => ({
1243
- ...obj,
1244
- });
1245
- })(ListAutomaticTapeCreationPoliciesOutput = exports.ListAutomaticTapeCreationPoliciesOutput || (exports.ListAutomaticTapeCreationPoliciesOutput = {}));
1246
- var ListFileSharesInput;
1247
- (function (ListFileSharesInput) {
1248
- /**
1249
- * @internal
1250
- */
1251
- ListFileSharesInput.filterSensitiveLog = (obj) => ({
1252
- ...obj,
1253
- });
1254
- })(ListFileSharesInput = exports.ListFileSharesInput || (exports.ListFileSharesInput = {}));
1255
- var ListFileSharesOutput;
1256
- (function (ListFileSharesOutput) {
1257
- /**
1258
- * @internal
1259
- */
1260
- ListFileSharesOutput.filterSensitiveLog = (obj) => ({
1261
- ...obj,
1262
- });
1263
- })(ListFileSharesOutput = exports.ListFileSharesOutput || (exports.ListFileSharesOutput = {}));
1264
- var ListFileSystemAssociationsInput;
1265
- (function (ListFileSystemAssociationsInput) {
1266
- /**
1267
- * @internal
1268
- */
1269
- ListFileSystemAssociationsInput.filterSensitiveLog = (obj) => ({
1270
- ...obj,
1271
- });
1272
- })(ListFileSystemAssociationsInput = exports.ListFileSystemAssociationsInput || (exports.ListFileSystemAssociationsInput = {}));
1273
- var ListFileSystemAssociationsOutput;
1274
- (function (ListFileSystemAssociationsOutput) {
1275
- /**
1276
- * @internal
1277
- */
1278
- ListFileSystemAssociationsOutput.filterSensitiveLog = (obj) => ({
1279
- ...obj,
1280
- });
1281
- })(ListFileSystemAssociationsOutput = exports.ListFileSystemAssociationsOutput || (exports.ListFileSystemAssociationsOutput = {}));
1282
- var ListGatewaysInput;
1283
- (function (ListGatewaysInput) {
1284
- /**
1285
- * @internal
1286
- */
1287
- ListGatewaysInput.filterSensitiveLog = (obj) => ({
1288
- ...obj,
1289
- });
1290
- })(ListGatewaysInput = exports.ListGatewaysInput || (exports.ListGatewaysInput = {}));
1291
- var ListGatewaysOutput;
1292
- (function (ListGatewaysOutput) {
1293
- /**
1294
- * @internal
1295
- */
1296
- ListGatewaysOutput.filterSensitiveLog = (obj) => ({
1297
- ...obj,
1298
- });
1299
- })(ListGatewaysOutput = exports.ListGatewaysOutput || (exports.ListGatewaysOutput = {}));
1300
- var ListLocalDisksInput;
1301
- (function (ListLocalDisksInput) {
1302
- /**
1303
- * @internal
1304
- */
1305
- ListLocalDisksInput.filterSensitiveLog = (obj) => ({
1306
- ...obj,
1307
- });
1308
- })(ListLocalDisksInput = exports.ListLocalDisksInput || (exports.ListLocalDisksInput = {}));
1309
- var ListLocalDisksOutput;
1310
- (function (ListLocalDisksOutput) {
1311
- /**
1312
- * @internal
1313
- */
1314
- ListLocalDisksOutput.filterSensitiveLog = (obj) => ({
1315
- ...obj,
1316
- });
1317
- })(ListLocalDisksOutput = exports.ListLocalDisksOutput || (exports.ListLocalDisksOutput = {}));
1318
- var ListTagsForResourceInput;
1319
- (function (ListTagsForResourceInput) {
1320
- /**
1321
- * @internal
1322
- */
1323
- ListTagsForResourceInput.filterSensitiveLog = (obj) => ({
1324
- ...obj,
1325
- });
1326
- })(ListTagsForResourceInput = exports.ListTagsForResourceInput || (exports.ListTagsForResourceInput = {}));
1327
- var ListTagsForResourceOutput;
1328
- (function (ListTagsForResourceOutput) {
1329
- /**
1330
- * @internal
1331
- */
1332
- ListTagsForResourceOutput.filterSensitiveLog = (obj) => ({
1333
- ...obj,
1334
- });
1335
- })(ListTagsForResourceOutput = exports.ListTagsForResourceOutput || (exports.ListTagsForResourceOutput = {}));
1336
- var ListTapePoolsInput;
1337
- (function (ListTapePoolsInput) {
1338
- /**
1339
- * @internal
1340
- */
1341
- ListTapePoolsInput.filterSensitiveLog = (obj) => ({
1342
- ...obj,
1343
- });
1344
- })(ListTapePoolsInput = exports.ListTapePoolsInput || (exports.ListTapePoolsInput = {}));
1345
- var PoolInfo;
1346
- (function (PoolInfo) {
1347
- /**
1348
- * @internal
1349
- */
1350
- PoolInfo.filterSensitiveLog = (obj) => ({
1351
- ...obj,
1352
- });
1353
- })(PoolInfo = exports.PoolInfo || (exports.PoolInfo = {}));
1354
- var ListTapePoolsOutput;
1355
- (function (ListTapePoolsOutput) {
1356
- /**
1357
- * @internal
1358
- */
1359
- ListTapePoolsOutput.filterSensitiveLog = (obj) => ({
1360
- ...obj,
1361
- });
1362
- })(ListTapePoolsOutput = exports.ListTapePoolsOutput || (exports.ListTapePoolsOutput = {}));
1363
- var ListTapesInput;
1364
- (function (ListTapesInput) {
1365
- /**
1366
- * @internal
1367
- */
1368
- ListTapesInput.filterSensitiveLog = (obj) => ({
1369
- ...obj,
1370
- });
1371
- })(ListTapesInput = exports.ListTapesInput || (exports.ListTapesInput = {}));
1372
- var TapeInfo;
1373
- (function (TapeInfo) {
1374
- /**
1375
- * @internal
1376
- */
1377
- TapeInfo.filterSensitiveLog = (obj) => ({
1378
- ...obj,
1379
- });
1380
- })(TapeInfo = exports.TapeInfo || (exports.TapeInfo = {}));
1381
- var ListTapesOutput;
1382
- (function (ListTapesOutput) {
1383
- /**
1384
- * @internal
1385
- */
1386
- ListTapesOutput.filterSensitiveLog = (obj) => ({
1387
- ...obj,
1388
- });
1389
- })(ListTapesOutput = exports.ListTapesOutput || (exports.ListTapesOutput = {}));
1390
- var ListVolumeInitiatorsInput;
1391
- (function (ListVolumeInitiatorsInput) {
1392
- /**
1393
- * @internal
1394
- */
1395
- ListVolumeInitiatorsInput.filterSensitiveLog = (obj) => ({
1396
- ...obj,
1397
- });
1398
- })(ListVolumeInitiatorsInput = exports.ListVolumeInitiatorsInput || (exports.ListVolumeInitiatorsInput = {}));
1399
- var ListVolumeInitiatorsOutput;
1400
- (function (ListVolumeInitiatorsOutput) {
1401
- /**
1402
- * @internal
1403
- */
1404
- ListVolumeInitiatorsOutput.filterSensitiveLog = (obj) => ({
1405
- ...obj,
1406
- });
1407
- })(ListVolumeInitiatorsOutput = exports.ListVolumeInitiatorsOutput || (exports.ListVolumeInitiatorsOutput = {}));
1408
- var ListVolumeRecoveryPointsInput;
1409
- (function (ListVolumeRecoveryPointsInput) {
1410
- /**
1411
- * @internal
1412
- */
1413
- ListVolumeRecoveryPointsInput.filterSensitiveLog = (obj) => ({
1414
- ...obj,
1415
- });
1416
- })(ListVolumeRecoveryPointsInput = exports.ListVolumeRecoveryPointsInput || (exports.ListVolumeRecoveryPointsInput = {}));
1417
- var VolumeRecoveryPointInfo;
1418
- (function (VolumeRecoveryPointInfo) {
1419
- /**
1420
- * @internal
1421
- */
1422
- VolumeRecoveryPointInfo.filterSensitiveLog = (obj) => ({
1423
- ...obj,
1424
- });
1425
- })(VolumeRecoveryPointInfo = exports.VolumeRecoveryPointInfo || (exports.VolumeRecoveryPointInfo = {}));
1426
- var ListVolumeRecoveryPointsOutput;
1427
- (function (ListVolumeRecoveryPointsOutput) {
1428
- /**
1429
- * @internal
1430
- */
1431
- ListVolumeRecoveryPointsOutput.filterSensitiveLog = (obj) => ({
1432
- ...obj,
1433
- });
1434
- })(ListVolumeRecoveryPointsOutput = exports.ListVolumeRecoveryPointsOutput || (exports.ListVolumeRecoveryPointsOutput = {}));
1435
- var ListVolumesInput;
1436
- (function (ListVolumesInput) {
1437
- /**
1438
- * @internal
1439
- */
1440
- ListVolumesInput.filterSensitiveLog = (obj) => ({
1441
- ...obj,
1442
- });
1443
- })(ListVolumesInput = exports.ListVolumesInput || (exports.ListVolumesInput = {}));
1444
- var VolumeInfo;
1445
- (function (VolumeInfo) {
1446
- /**
1447
- * @internal
1448
- */
1449
- VolumeInfo.filterSensitiveLog = (obj) => ({
1450
- ...obj,
1451
- });
1452
- })(VolumeInfo = exports.VolumeInfo || (exports.VolumeInfo = {}));
1453
- var ListVolumesOutput;
1454
- (function (ListVolumesOutput) {
1455
- /**
1456
- * @internal
1457
- */
1458
- ListVolumesOutput.filterSensitiveLog = (obj) => ({
1459
- ...obj,
1460
- });
1461
- })(ListVolumesOutput = exports.ListVolumesOutput || (exports.ListVolumesOutput = {}));
1462
- var NotifyWhenUploadedInput;
1463
- (function (NotifyWhenUploadedInput) {
1464
- /**
1465
- * @internal
1466
- */
1467
- NotifyWhenUploadedInput.filterSensitiveLog = (obj) => ({
1468
- ...obj,
1469
- });
1470
- })(NotifyWhenUploadedInput = exports.NotifyWhenUploadedInput || (exports.NotifyWhenUploadedInput = {}));
1471
- var NotifyWhenUploadedOutput;
1472
- (function (NotifyWhenUploadedOutput) {
1473
- /**
1474
- * @internal
1475
- */
1476
- NotifyWhenUploadedOutput.filterSensitiveLog = (obj) => ({
1477
- ...obj,
1478
- });
1479
- })(NotifyWhenUploadedOutput = exports.NotifyWhenUploadedOutput || (exports.NotifyWhenUploadedOutput = {}));
1480
- var RefreshCacheInput;
1481
- (function (RefreshCacheInput) {
1482
- /**
1483
- * @internal
1484
- */
1485
- RefreshCacheInput.filterSensitiveLog = (obj) => ({
1486
- ...obj,
1487
- });
1488
- })(RefreshCacheInput = exports.RefreshCacheInput || (exports.RefreshCacheInput = {}));
1489
- var RefreshCacheOutput;
1490
- (function (RefreshCacheOutput) {
1491
- /**
1492
- * @internal
1493
- */
1494
- RefreshCacheOutput.filterSensitiveLog = (obj) => ({
1495
- ...obj,
1496
- });
1497
- })(RefreshCacheOutput = exports.RefreshCacheOutput || (exports.RefreshCacheOutput = {}));
1498
- var RemoveTagsFromResourceInput;
1499
- (function (RemoveTagsFromResourceInput) {
1500
- /**
1501
- * @internal
1502
- */
1503
- RemoveTagsFromResourceInput.filterSensitiveLog = (obj) => ({
1504
- ...obj,
1505
- });
1506
- })(RemoveTagsFromResourceInput = exports.RemoveTagsFromResourceInput || (exports.RemoveTagsFromResourceInput = {}));
1507
- var RemoveTagsFromResourceOutput;
1508
- (function (RemoveTagsFromResourceOutput) {
1509
- /**
1510
- * @internal
1511
- */
1512
- RemoveTagsFromResourceOutput.filterSensitiveLog = (obj) => ({
1513
- ...obj,
1514
- });
1515
- })(RemoveTagsFromResourceOutput = exports.RemoveTagsFromResourceOutput || (exports.RemoveTagsFromResourceOutput = {}));
1516
- var ResetCacheInput;
1517
- (function (ResetCacheInput) {
1518
- /**
1519
- * @internal
1520
- */
1521
- ResetCacheInput.filterSensitiveLog = (obj) => ({
1522
- ...obj,
1523
- });
1524
- })(ResetCacheInput = exports.ResetCacheInput || (exports.ResetCacheInput = {}));
1525
- var ResetCacheOutput;
1526
- (function (ResetCacheOutput) {
1527
- /**
1528
- * @internal
1529
- */
1530
- ResetCacheOutput.filterSensitiveLog = (obj) => ({
1531
- ...obj,
1532
- });
1533
- })(ResetCacheOutput = exports.ResetCacheOutput || (exports.ResetCacheOutput = {}));
1534
- var RetrieveTapeArchiveInput;
1535
- (function (RetrieveTapeArchiveInput) {
1536
- /**
1537
- * @internal
1538
- */
1539
- RetrieveTapeArchiveInput.filterSensitiveLog = (obj) => ({
1540
- ...obj,
1541
- });
1542
- })(RetrieveTapeArchiveInput = exports.RetrieveTapeArchiveInput || (exports.RetrieveTapeArchiveInput = {}));
1543
- var RetrieveTapeArchiveOutput;
1544
- (function (RetrieveTapeArchiveOutput) {
1545
- /**
1546
- * @internal
1547
- */
1548
- RetrieveTapeArchiveOutput.filterSensitiveLog = (obj) => ({
1549
- ...obj,
1550
- });
1551
- })(RetrieveTapeArchiveOutput = exports.RetrieveTapeArchiveOutput || (exports.RetrieveTapeArchiveOutput = {}));
1552
- var RetrieveTapeRecoveryPointInput;
1553
- (function (RetrieveTapeRecoveryPointInput) {
1554
- /**
1555
- * @internal
1556
- */
1557
- RetrieveTapeRecoveryPointInput.filterSensitiveLog = (obj) => ({
1558
- ...obj,
1559
- });
1560
- })(RetrieveTapeRecoveryPointInput = exports.RetrieveTapeRecoveryPointInput || (exports.RetrieveTapeRecoveryPointInput = {}));
1561
- var RetrieveTapeRecoveryPointOutput;
1562
- (function (RetrieveTapeRecoveryPointOutput) {
1563
- /**
1564
- * @internal
1565
- */
1566
- RetrieveTapeRecoveryPointOutput.filterSensitiveLog = (obj) => ({
1567
- ...obj,
1568
- });
1569
- })(RetrieveTapeRecoveryPointOutput = exports.RetrieveTapeRecoveryPointOutput || (exports.RetrieveTapeRecoveryPointOutput = {}));
1570
- var SetLocalConsolePasswordInput;
1571
- (function (SetLocalConsolePasswordInput) {
1572
- /**
1573
- * @internal
1574
- */
1575
- SetLocalConsolePasswordInput.filterSensitiveLog = (obj) => ({
1576
- ...obj,
1577
- ...(obj.LocalConsolePassword && { LocalConsolePassword: smithy_client_1.SENSITIVE_STRING }),
1578
- });
1579
- })(SetLocalConsolePasswordInput = exports.SetLocalConsolePasswordInput || (exports.SetLocalConsolePasswordInput = {}));
1580
- var SetLocalConsolePasswordOutput;
1581
- (function (SetLocalConsolePasswordOutput) {
1582
- /**
1583
- * @internal
1584
- */
1585
- SetLocalConsolePasswordOutput.filterSensitiveLog = (obj) => ({
1586
- ...obj,
1587
- });
1588
- })(SetLocalConsolePasswordOutput = exports.SetLocalConsolePasswordOutput || (exports.SetLocalConsolePasswordOutput = {}));
1589
- var SetSMBGuestPasswordInput;
1590
- (function (SetSMBGuestPasswordInput) {
1591
- /**
1592
- * @internal
1593
- */
1594
- SetSMBGuestPasswordInput.filterSensitiveLog = (obj) => ({
1595
- ...obj,
1596
- ...(obj.Password && { Password: smithy_client_1.SENSITIVE_STRING }),
1597
- });
1598
- })(SetSMBGuestPasswordInput = exports.SetSMBGuestPasswordInput || (exports.SetSMBGuestPasswordInput = {}));
1599
- var SetSMBGuestPasswordOutput;
1600
- (function (SetSMBGuestPasswordOutput) {
1601
- /**
1602
- * @internal
1603
- */
1604
- SetSMBGuestPasswordOutput.filterSensitiveLog = (obj) => ({
1605
- ...obj,
1606
- });
1607
- })(SetSMBGuestPasswordOutput = exports.SetSMBGuestPasswordOutput || (exports.SetSMBGuestPasswordOutput = {}));
1608
- var ShutdownGatewayInput;
1609
- (function (ShutdownGatewayInput) {
1610
- /**
1611
- * @internal
1612
- */
1613
- ShutdownGatewayInput.filterSensitiveLog = (obj) => ({
1614
- ...obj,
1615
- });
1616
- })(ShutdownGatewayInput = exports.ShutdownGatewayInput || (exports.ShutdownGatewayInput = {}));
1617
- var ShutdownGatewayOutput;
1618
- (function (ShutdownGatewayOutput) {
1619
- /**
1620
- * @internal
1621
- */
1622
- ShutdownGatewayOutput.filterSensitiveLog = (obj) => ({
1623
- ...obj,
1624
- });
1625
- })(ShutdownGatewayOutput = exports.ShutdownGatewayOutput || (exports.ShutdownGatewayOutput = {}));
1626
- var StartAvailabilityMonitorTestInput;
1627
- (function (StartAvailabilityMonitorTestInput) {
1628
- /**
1629
- * @internal
1630
- */
1631
- StartAvailabilityMonitorTestInput.filterSensitiveLog = (obj) => ({
1632
- ...obj,
1633
- });
1634
- })(StartAvailabilityMonitorTestInput = exports.StartAvailabilityMonitorTestInput || (exports.StartAvailabilityMonitorTestInput = {}));
1635
- var StartAvailabilityMonitorTestOutput;
1636
- (function (StartAvailabilityMonitorTestOutput) {
1637
- /**
1638
- * @internal
1639
- */
1640
- StartAvailabilityMonitorTestOutput.filterSensitiveLog = (obj) => ({
1641
- ...obj,
1642
- });
1643
- })(StartAvailabilityMonitorTestOutput = exports.StartAvailabilityMonitorTestOutput || (exports.StartAvailabilityMonitorTestOutput = {}));
1644
- var StartGatewayInput;
1645
- (function (StartGatewayInput) {
1646
- /**
1647
- * @internal
1648
- */
1649
- StartGatewayInput.filterSensitiveLog = (obj) => ({
1650
- ...obj,
1651
- });
1652
- })(StartGatewayInput = exports.StartGatewayInput || (exports.StartGatewayInput = {}));
1653
- var StartGatewayOutput;
1654
- (function (StartGatewayOutput) {
1655
- /**
1656
- * @internal
1657
- */
1658
- StartGatewayOutput.filterSensitiveLog = (obj) => ({
1659
- ...obj,
1660
- });
1661
- })(StartGatewayOutput = exports.StartGatewayOutput || (exports.StartGatewayOutput = {}));
1662
- var UpdateAutomaticTapeCreationPolicyInput;
1663
- (function (UpdateAutomaticTapeCreationPolicyInput) {
1664
- /**
1665
- * @internal
1666
- */
1667
- UpdateAutomaticTapeCreationPolicyInput.filterSensitiveLog = (obj) => ({
1668
- ...obj,
1669
- });
1670
- })(UpdateAutomaticTapeCreationPolicyInput = exports.UpdateAutomaticTapeCreationPolicyInput || (exports.UpdateAutomaticTapeCreationPolicyInput = {}));
1671
- var UpdateAutomaticTapeCreationPolicyOutput;
1672
- (function (UpdateAutomaticTapeCreationPolicyOutput) {
1673
- /**
1674
- * @internal
1675
- */
1676
- UpdateAutomaticTapeCreationPolicyOutput.filterSensitiveLog = (obj) => ({
1677
- ...obj,
1678
- });
1679
- })(UpdateAutomaticTapeCreationPolicyOutput = exports.UpdateAutomaticTapeCreationPolicyOutput || (exports.UpdateAutomaticTapeCreationPolicyOutput = {}));
1680
- var UpdateBandwidthRateLimitInput;
1681
- (function (UpdateBandwidthRateLimitInput) {
1682
- /**
1683
- * @internal
1684
- */
1685
- UpdateBandwidthRateLimitInput.filterSensitiveLog = (obj) => ({
1686
- ...obj,
1687
- });
1688
- })(UpdateBandwidthRateLimitInput = exports.UpdateBandwidthRateLimitInput || (exports.UpdateBandwidthRateLimitInput = {}));
1689
- var UpdateBandwidthRateLimitOutput;
1690
- (function (UpdateBandwidthRateLimitOutput) {
1691
- /**
1692
- * @internal
1693
- */
1694
- UpdateBandwidthRateLimitOutput.filterSensitiveLog = (obj) => ({
1695
- ...obj,
1696
- });
1697
- })(UpdateBandwidthRateLimitOutput = exports.UpdateBandwidthRateLimitOutput || (exports.UpdateBandwidthRateLimitOutput = {}));
1698
- var UpdateBandwidthRateLimitScheduleInput;
1699
- (function (UpdateBandwidthRateLimitScheduleInput) {
1700
- /**
1701
- * @internal
1702
- */
1703
- UpdateBandwidthRateLimitScheduleInput.filterSensitiveLog = (obj) => ({
1704
- ...obj,
1705
- });
1706
- })(UpdateBandwidthRateLimitScheduleInput = exports.UpdateBandwidthRateLimitScheduleInput || (exports.UpdateBandwidthRateLimitScheduleInput = {}));
1707
- var UpdateBandwidthRateLimitScheduleOutput;
1708
- (function (UpdateBandwidthRateLimitScheduleOutput) {
1709
- /**
1710
- * @internal
1711
- */
1712
- UpdateBandwidthRateLimitScheduleOutput.filterSensitiveLog = (obj) => ({
1713
- ...obj,
1714
- });
1715
- })(UpdateBandwidthRateLimitScheduleOutput = exports.UpdateBandwidthRateLimitScheduleOutput || (exports.UpdateBandwidthRateLimitScheduleOutput = {}));
1716
- var UpdateChapCredentialsInput;
1717
- (function (UpdateChapCredentialsInput) {
1718
- /**
1719
- * @internal
1720
- */
1721
- UpdateChapCredentialsInput.filterSensitiveLog = (obj) => ({
1722
- ...obj,
1723
- ...(obj.SecretToAuthenticateInitiator && { SecretToAuthenticateInitiator: smithy_client_1.SENSITIVE_STRING }),
1724
- ...(obj.SecretToAuthenticateTarget && { SecretToAuthenticateTarget: smithy_client_1.SENSITIVE_STRING }),
1725
- });
1726
- })(UpdateChapCredentialsInput = exports.UpdateChapCredentialsInput || (exports.UpdateChapCredentialsInput = {}));
1727
- var UpdateChapCredentialsOutput;
1728
- (function (UpdateChapCredentialsOutput) {
1729
- /**
1730
- * @internal
1731
- */
1732
- UpdateChapCredentialsOutput.filterSensitiveLog = (obj) => ({
1733
- ...obj,
1734
- });
1735
- })(UpdateChapCredentialsOutput = exports.UpdateChapCredentialsOutput || (exports.UpdateChapCredentialsOutput = {}));
1736
- var UpdateFileSystemAssociationInput;
1737
- (function (UpdateFileSystemAssociationInput) {
1738
- /**
1739
- * @internal
1740
- */
1741
- UpdateFileSystemAssociationInput.filterSensitiveLog = (obj) => ({
1742
- ...obj,
1743
- ...(obj.Password && { Password: smithy_client_1.SENSITIVE_STRING }),
1744
- });
1745
- })(UpdateFileSystemAssociationInput = exports.UpdateFileSystemAssociationInput || (exports.UpdateFileSystemAssociationInput = {}));
1746
- var UpdateFileSystemAssociationOutput;
1747
- (function (UpdateFileSystemAssociationOutput) {
1748
- /**
1749
- * @internal
1750
- */
1751
- UpdateFileSystemAssociationOutput.filterSensitiveLog = (obj) => ({
1752
- ...obj,
1753
- });
1754
- })(UpdateFileSystemAssociationOutput = exports.UpdateFileSystemAssociationOutput || (exports.UpdateFileSystemAssociationOutput = {}));
1755
- var UpdateGatewayInformationInput;
1756
- (function (UpdateGatewayInformationInput) {
1757
- /**
1758
- * @internal
1759
- */
1760
- UpdateGatewayInformationInput.filterSensitiveLog = (obj) => ({
1761
- ...obj,
1762
- });
1763
- })(UpdateGatewayInformationInput = exports.UpdateGatewayInformationInput || (exports.UpdateGatewayInformationInput = {}));
1764
- var UpdateGatewayInformationOutput;
1765
- (function (UpdateGatewayInformationOutput) {
1766
- /**
1767
- * @internal
1768
- */
1769
- UpdateGatewayInformationOutput.filterSensitiveLog = (obj) => ({
1770
- ...obj,
1771
- });
1772
- })(UpdateGatewayInformationOutput = exports.UpdateGatewayInformationOutput || (exports.UpdateGatewayInformationOutput = {}));
1773
- var UpdateGatewaySoftwareNowInput;
1774
- (function (UpdateGatewaySoftwareNowInput) {
1775
- /**
1776
- * @internal
1777
- */
1778
- UpdateGatewaySoftwareNowInput.filterSensitiveLog = (obj) => ({
1779
- ...obj,
1780
- });
1781
- })(UpdateGatewaySoftwareNowInput = exports.UpdateGatewaySoftwareNowInput || (exports.UpdateGatewaySoftwareNowInput = {}));
1782
- var UpdateGatewaySoftwareNowOutput;
1783
- (function (UpdateGatewaySoftwareNowOutput) {
1784
- /**
1785
- * @internal
1786
- */
1787
- UpdateGatewaySoftwareNowOutput.filterSensitiveLog = (obj) => ({
1788
- ...obj,
1789
- });
1790
- })(UpdateGatewaySoftwareNowOutput = exports.UpdateGatewaySoftwareNowOutput || (exports.UpdateGatewaySoftwareNowOutput = {}));
1791
- var UpdateMaintenanceStartTimeInput;
1792
- (function (UpdateMaintenanceStartTimeInput) {
1793
- /**
1794
- * @internal
1795
- */
1796
- UpdateMaintenanceStartTimeInput.filterSensitiveLog = (obj) => ({
1797
- ...obj,
1798
- });
1799
- })(UpdateMaintenanceStartTimeInput = exports.UpdateMaintenanceStartTimeInput || (exports.UpdateMaintenanceStartTimeInput = {}));
1800
- var UpdateMaintenanceStartTimeOutput;
1801
- (function (UpdateMaintenanceStartTimeOutput) {
1802
- /**
1803
- * @internal
1804
- */
1805
- UpdateMaintenanceStartTimeOutput.filterSensitiveLog = (obj) => ({
1806
- ...obj,
1807
- });
1808
- })(UpdateMaintenanceStartTimeOutput = exports.UpdateMaintenanceStartTimeOutput || (exports.UpdateMaintenanceStartTimeOutput = {}));
1809
- var UpdateNFSFileShareInput;
1810
- (function (UpdateNFSFileShareInput) {
1811
- /**
1812
- * @internal
1813
- */
1814
- UpdateNFSFileShareInput.filterSensitiveLog = (obj) => ({
1815
- ...obj,
1816
- });
1817
- })(UpdateNFSFileShareInput = exports.UpdateNFSFileShareInput || (exports.UpdateNFSFileShareInput = {}));
1818
- var UpdateNFSFileShareOutput;
1819
- (function (UpdateNFSFileShareOutput) {
1820
- /**
1821
- * @internal
1822
- */
1823
- UpdateNFSFileShareOutput.filterSensitiveLog = (obj) => ({
1824
- ...obj,
1825
- });
1826
- })(UpdateNFSFileShareOutput = exports.UpdateNFSFileShareOutput || (exports.UpdateNFSFileShareOutput = {}));
1827
- var UpdateSMBFileShareInput;
1828
- (function (UpdateSMBFileShareInput) {
1829
- /**
1830
- * @internal
1831
- */
1832
- UpdateSMBFileShareInput.filterSensitiveLog = (obj) => ({
1833
- ...obj,
1834
- });
1835
- })(UpdateSMBFileShareInput = exports.UpdateSMBFileShareInput || (exports.UpdateSMBFileShareInput = {}));
1836
- var UpdateSMBFileShareOutput;
1837
- (function (UpdateSMBFileShareOutput) {
1838
- /**
1839
- * @internal
1840
- */
1841
- UpdateSMBFileShareOutput.filterSensitiveLog = (obj) => ({
1842
- ...obj,
1843
- });
1844
- })(UpdateSMBFileShareOutput = exports.UpdateSMBFileShareOutput || (exports.UpdateSMBFileShareOutput = {}));
1845
- var UpdateSMBFileShareVisibilityInput;
1846
- (function (UpdateSMBFileShareVisibilityInput) {
1847
- /**
1848
- * @internal
1849
- */
1850
- UpdateSMBFileShareVisibilityInput.filterSensitiveLog = (obj) => ({
1851
- ...obj,
1852
- });
1853
- })(UpdateSMBFileShareVisibilityInput = exports.UpdateSMBFileShareVisibilityInput || (exports.UpdateSMBFileShareVisibilityInput = {}));
1854
- var UpdateSMBFileShareVisibilityOutput;
1855
- (function (UpdateSMBFileShareVisibilityOutput) {
1856
- /**
1857
- * @internal
1858
- */
1859
- UpdateSMBFileShareVisibilityOutput.filterSensitiveLog = (obj) => ({
1860
- ...obj,
1861
- });
1862
- })(UpdateSMBFileShareVisibilityOutput = exports.UpdateSMBFileShareVisibilityOutput || (exports.UpdateSMBFileShareVisibilityOutput = {}));
1863
- var UpdateSMBSecurityStrategyInput;
1864
- (function (UpdateSMBSecurityStrategyInput) {
1865
- /**
1866
- * @internal
1867
- */
1868
- UpdateSMBSecurityStrategyInput.filterSensitiveLog = (obj) => ({
1869
- ...obj,
1870
- });
1871
- })(UpdateSMBSecurityStrategyInput = exports.UpdateSMBSecurityStrategyInput || (exports.UpdateSMBSecurityStrategyInput = {}));
1872
- var UpdateSMBSecurityStrategyOutput;
1873
- (function (UpdateSMBSecurityStrategyOutput) {
1874
- /**
1875
- * @internal
1876
- */
1877
- UpdateSMBSecurityStrategyOutput.filterSensitiveLog = (obj) => ({
1878
- ...obj,
1879
- });
1880
- })(UpdateSMBSecurityStrategyOutput = exports.UpdateSMBSecurityStrategyOutput || (exports.UpdateSMBSecurityStrategyOutput = {}));
1881
- var UpdateSnapshotScheduleInput;
1882
- (function (UpdateSnapshotScheduleInput) {
1883
- /**
1884
- * @internal
1885
- */
1886
- UpdateSnapshotScheduleInput.filterSensitiveLog = (obj) => ({
1887
- ...obj,
1888
- });
1889
- })(UpdateSnapshotScheduleInput = exports.UpdateSnapshotScheduleInput || (exports.UpdateSnapshotScheduleInput = {}));
1890
- var UpdateSnapshotScheduleOutput;
1891
- (function (UpdateSnapshotScheduleOutput) {
1892
- /**
1893
- * @internal
1894
- */
1895
- UpdateSnapshotScheduleOutput.filterSensitiveLog = (obj) => ({
1896
- ...obj,
1897
- });
1898
- })(UpdateSnapshotScheduleOutput = exports.UpdateSnapshotScheduleOutput || (exports.UpdateSnapshotScheduleOutput = {}));
1899
- var UpdateVTLDeviceTypeInput;
1900
- (function (UpdateVTLDeviceTypeInput) {
1901
- /**
1902
- * @internal
1903
- */
1904
- UpdateVTLDeviceTypeInput.filterSensitiveLog = (obj) => ({
1905
- ...obj,
1906
- });
1907
- })(UpdateVTLDeviceTypeInput = exports.UpdateVTLDeviceTypeInput || (exports.UpdateVTLDeviceTypeInput = {}));
1908
- var UpdateVTLDeviceTypeOutput;
1909
- (function (UpdateVTLDeviceTypeOutput) {
1910
- /**
1911
- * @internal
1912
- */
1913
- UpdateVTLDeviceTypeOutput.filterSensitiveLog = (obj) => ({
1914
- ...obj,
1915
- });
1916
- })(UpdateVTLDeviceTypeOutput = exports.UpdateVTLDeviceTypeOutput || (exports.UpdateVTLDeviceTypeOutput = {}));
1917
- //# sourceMappingURL=models_0.js.map