@aws-sdk/client-datasync 3.33.0 → 3.36.1

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 (403) hide show
  1. package/CHANGELOG.md +47 -0
  2. package/{dist/cjs → dist-cjs}/DataSync.js +1 -11
  3. package/{dist/cjs → dist-cjs}/DataSyncClient.js +8 -23
  4. package/{dist/cjs → dist-cjs}/commands/CancelTaskExecutionCommand.js +2 -34
  5. package/dist-cjs/commands/CreateAgentCommand.js +36 -0
  6. package/{dist/cjs → dist-cjs}/commands/CreateLocationEfsCommand.js +2 -27
  7. package/{dist/cjs → dist-cjs}/commands/CreateLocationFsxWindowsCommand.js +2 -27
  8. package/{dist/cjs → dist-cjs}/commands/CreateLocationNfsCommand.js +2 -28
  9. package/{dist/cjs → dist-cjs}/commands/CreateLocationObjectStorageCommand.js +2 -28
  10. package/{dist/cjs → dist-cjs}/commands/CreateLocationS3Command.js +2 -33
  11. package/{dist/cjs → dist-cjs}/commands/CreateLocationSmbCommand.js +2 -28
  12. package/dist-cjs/commands/CreateTaskCommand.js +36 -0
  13. package/{dist/cjs → dist-cjs}/commands/DeleteAgentCommand.js +2 -30
  14. package/{dist/cjs → dist-cjs}/commands/DeleteLocationCommand.js +2 -27
  15. package/{dist/cjs → dist-cjs}/commands/DeleteTaskCommand.js +2 -27
  16. package/{dist/cjs → dist-cjs}/commands/DescribeAgentCommand.js +2 -29
  17. package/{dist/cjs → dist-cjs}/commands/DescribeLocationEfsCommand.js +2 -27
  18. package/{dist/cjs → dist-cjs}/commands/DescribeLocationFsxWindowsCommand.js +2 -28
  19. package/{dist/cjs → dist-cjs}/commands/DescribeLocationNfsCommand.js +2 -27
  20. package/{dist/cjs → dist-cjs}/commands/DescribeLocationObjectStorageCommand.js +2 -28
  21. package/{dist/cjs → dist-cjs}/commands/DescribeLocationS3Command.js +2 -27
  22. package/{dist/cjs → dist-cjs}/commands/DescribeLocationSmbCommand.js +2 -27
  23. package/{dist/cjs → dist-cjs}/commands/DescribeTaskCommand.js +2 -27
  24. package/{dist/cjs → dist-cjs}/commands/DescribeTaskExecutionCommand.js +2 -27
  25. package/dist-cjs/commands/ListAgentsCommand.js +36 -0
  26. package/{dist/cjs → dist-cjs}/commands/ListLocationsCommand.js +2 -30
  27. package/{dist/cjs → dist-cjs}/commands/ListTagsForResourceCommand.js +2 -27
  28. package/{dist/cjs → dist-cjs}/commands/ListTaskExecutionsCommand.js +2 -27
  29. package/{dist/cjs → dist-cjs}/commands/ListTasksCommand.js +2 -27
  30. package/{dist/cjs → dist-cjs}/commands/StartTaskExecutionCommand.js +2 -35
  31. package/{dist/cjs → dist-cjs}/commands/TagResourceCommand.js +2 -27
  32. package/{dist/cjs → dist-cjs}/commands/UntagResourceCommand.js +2 -27
  33. package/{dist/cjs → dist-cjs}/commands/UpdateAgentCommand.js +2 -27
  34. package/{dist/cjs → dist-cjs}/commands/UpdateLocationNfsCommand.js +2 -28
  35. package/{dist/cjs → dist-cjs}/commands/UpdateLocationObjectStorageCommand.js +2 -29
  36. package/{dist/cjs → dist-cjs}/commands/UpdateLocationSmbCommand.js +2 -29
  37. package/{dist/cjs → dist-cjs}/commands/UpdateTaskCommand.js +2 -27
  38. package/dist-cjs/commands/UpdateTaskExecutionCommand.js +36 -0
  39. package/{dist/cjs → dist-cjs}/endpoints.js +0 -1
  40. package/{dist/cjs → dist-cjs}/index.js +0 -1
  41. package/{dist/cjs → dist-cjs}/models/index.js +0 -1
  42. package/{dist/cjs → dist-cjs}/models/models_0.js +0 -268
  43. package/{dist/cjs → dist-cjs}/pagination/Interfaces.js +0 -1
  44. package/{dist/cjs → dist-cjs}/pagination/ListAgentsPaginator.js +1 -12
  45. package/{dist/cjs → dist-cjs}/pagination/ListLocationsPaginator.js +1 -12
  46. package/{dist/cjs → dist-cjs}/pagination/ListTagsForResourcePaginator.js +1 -12
  47. package/{dist/cjs → dist-cjs}/pagination/ListTaskExecutionsPaginator.js +1 -12
  48. package/{dist/cjs → dist-cjs}/pagination/ListTasksPaginator.js +1 -12
  49. package/{dist/cjs → dist-cjs}/protocols/Aws_json1_1.js +0 -6
  50. package/{dist/cjs → dist-cjs}/runtimeConfig.browser.js +1 -5
  51. package/{dist/cjs → dist-cjs}/runtimeConfig.js +1 -5
  52. package/{dist/cjs → dist-cjs}/runtimeConfig.native.js +0 -4
  53. package/{dist/cjs → dist-cjs}/runtimeConfig.shared.js +1 -5
  54. package/{dist/es → dist-es}/DataSync.js +2 -12
  55. package/{dist/es → dist-es}/DataSyncClient.js +2 -17
  56. package/{dist/es → dist-es}/commands/CancelTaskExecutionCommand.js +4 -37
  57. package/dist-es/commands/CreateAgentCommand.js +39 -0
  58. package/{dist/es → dist-es}/commands/CreateLocationEfsCommand.js +4 -30
  59. package/{dist/es → dist-es}/commands/CreateLocationFsxWindowsCommand.js +4 -30
  60. package/{dist/es → dist-es}/commands/CreateLocationNfsCommand.js +4 -31
  61. package/{dist/es → dist-es}/commands/CreateLocationObjectStorageCommand.js +4 -31
  62. package/{dist/es → dist-es}/commands/CreateLocationS3Command.js +4 -36
  63. package/{dist/es → dist-es}/commands/CreateLocationSmbCommand.js +4 -31
  64. package/dist-es/commands/CreateTaskCommand.js +39 -0
  65. package/{dist/es → dist-es}/commands/DeleteAgentCommand.js +4 -33
  66. package/{dist/es → dist-es}/commands/DeleteLocationCommand.js +4 -30
  67. package/{dist/es → dist-es}/commands/DeleteTaskCommand.js +4 -30
  68. package/{dist/es → dist-es}/commands/DescribeAgentCommand.js +4 -32
  69. package/{dist/es → dist-es}/commands/DescribeLocationEfsCommand.js +4 -30
  70. package/{dist/es → dist-es}/commands/DescribeLocationFsxWindowsCommand.js +4 -31
  71. package/{dist/es → dist-es}/commands/DescribeLocationNfsCommand.js +4 -30
  72. package/{dist/es → dist-es}/commands/DescribeLocationObjectStorageCommand.js +4 -31
  73. package/{dist/es → dist-es}/commands/DescribeLocationS3Command.js +4 -30
  74. package/{dist/es → dist-es}/commands/DescribeLocationSmbCommand.js +4 -30
  75. package/{dist/es → dist-es}/commands/DescribeTaskCommand.js +4 -30
  76. package/{dist/es → dist-es}/commands/DescribeTaskExecutionCommand.js +4 -30
  77. package/{dist/es → dist-es}/commands/ListAgentsCommand.js +4 -37
  78. package/{dist/es → dist-es}/commands/ListLocationsCommand.js +4 -33
  79. package/{dist/es → dist-es}/commands/ListTagsForResourceCommand.js +4 -30
  80. package/{dist/es → dist-es}/commands/ListTaskExecutionsCommand.js +4 -30
  81. package/{dist/es → dist-es}/commands/ListTasksCommand.js +4 -30
  82. package/{dist/es → dist-es}/commands/StartTaskExecutionCommand.js +4 -38
  83. package/{dist/es → dist-es}/commands/TagResourceCommand.js +4 -30
  84. package/{dist/es → dist-es}/commands/UntagResourceCommand.js +4 -30
  85. package/{dist/es → dist-es}/commands/UpdateAgentCommand.js +4 -30
  86. package/{dist/es → dist-es}/commands/UpdateLocationNfsCommand.js +4 -31
  87. package/{dist/es → dist-es}/commands/UpdateLocationObjectStorageCommand.js +4 -32
  88. package/{dist/es → dist-es}/commands/UpdateLocationSmbCommand.js +4 -32
  89. package/{dist/es → dist-es}/commands/UpdateTaskCommand.js +4 -30
  90. package/{dist/es → dist-es}/commands/UpdateTaskExecutionCommand.js +4 -39
  91. package/{dist/es → dist-es}/endpoints.js +1 -2
  92. package/{dist/types/index.d.ts → dist-es/index.js} +0 -0
  93. package/{dist/types/models/index.d.ts → dist-es/models/index.js} +0 -0
  94. package/{dist/es → dist-es}/models/models_0.js +0 -268
  95. package/dist-es/pagination/Interfaces.js +1 -0
  96. package/{dist/es → dist-es}/pagination/ListAgentsPaginator.js +17 -30
  97. package/{dist/es → dist-es}/pagination/ListLocationsPaginator.js +17 -30
  98. package/{dist/es → dist-es}/pagination/ListTagsForResourcePaginator.js +17 -30
  99. package/{dist/es → dist-es}/pagination/ListTaskExecutionsPaginator.js +17 -30
  100. package/{dist/es → dist-es}/pagination/ListTasksPaginator.js +17 -30
  101. package/{dist/es → dist-es}/protocols/Aws_json1_1.js +529 -535
  102. package/{dist/es → dist-es}/runtimeConfig.browser.js +1 -5
  103. package/{dist/es → dist-es}/runtimeConfig.js +1 -5
  104. package/{dist/es → dist-es}/runtimeConfig.native.js +0 -4
  105. package/{dist/es → dist-es}/runtimeConfig.shared.js +1 -5
  106. package/{dist/types → dist-types}/DataSync.d.ts +2 -2
  107. package/{dist/types → dist-types}/DataSyncClient.d.ts +8 -8
  108. package/{dist/types → dist-types}/commands/CancelTaskExecutionCommand.d.ts +2 -2
  109. package/{dist/types → dist-types}/commands/CreateAgentCommand.d.ts +2 -2
  110. package/{dist/types → dist-types}/commands/CreateLocationEfsCommand.d.ts +2 -2
  111. package/{dist/types → dist-types}/commands/CreateLocationFsxWindowsCommand.d.ts +2 -2
  112. package/{dist/types → dist-types}/commands/CreateLocationNfsCommand.d.ts +2 -2
  113. package/{dist/types → dist-types}/commands/CreateLocationObjectStorageCommand.d.ts +2 -2
  114. package/{dist/types → dist-types}/commands/CreateLocationS3Command.d.ts +2 -2
  115. package/{dist/types → dist-types}/commands/CreateLocationSmbCommand.d.ts +2 -2
  116. package/{dist/types → dist-types}/commands/CreateTaskCommand.d.ts +2 -2
  117. package/{dist/types → dist-types}/commands/DeleteAgentCommand.d.ts +2 -2
  118. package/{dist/types → dist-types}/commands/DeleteLocationCommand.d.ts +2 -2
  119. package/{dist/types → dist-types}/commands/DeleteTaskCommand.d.ts +2 -2
  120. package/{dist/types → dist-types}/commands/DescribeAgentCommand.d.ts +2 -2
  121. package/{dist/types → dist-types}/commands/DescribeLocationEfsCommand.d.ts +2 -2
  122. package/{dist/types → dist-types}/commands/DescribeLocationFsxWindowsCommand.d.ts +2 -2
  123. package/{dist/types → dist-types}/commands/DescribeLocationNfsCommand.d.ts +2 -2
  124. package/{dist/types → dist-types}/commands/DescribeLocationObjectStorageCommand.d.ts +2 -2
  125. package/{dist/types → dist-types}/commands/DescribeLocationS3Command.d.ts +2 -2
  126. package/{dist/types → dist-types}/commands/DescribeLocationSmbCommand.d.ts +2 -2
  127. package/{dist/types → dist-types}/commands/DescribeTaskCommand.d.ts +2 -2
  128. package/{dist/types → dist-types}/commands/DescribeTaskExecutionCommand.d.ts +2 -2
  129. package/{dist/types → dist-types}/commands/ListAgentsCommand.d.ts +2 -2
  130. package/{dist/types → dist-types}/commands/ListLocationsCommand.d.ts +2 -2
  131. package/{dist/types → dist-types}/commands/ListTagsForResourceCommand.d.ts +2 -2
  132. package/{dist/types → dist-types}/commands/ListTaskExecutionsCommand.d.ts +2 -2
  133. package/{dist/types → dist-types}/commands/ListTasksCommand.d.ts +2 -2
  134. package/{dist/types → dist-types}/commands/StartTaskExecutionCommand.d.ts +2 -2
  135. package/{dist/types → dist-types}/commands/TagResourceCommand.d.ts +2 -2
  136. package/{dist/types → dist-types}/commands/UntagResourceCommand.d.ts +2 -2
  137. package/{dist/types → dist-types}/commands/UpdateAgentCommand.d.ts +2 -2
  138. package/{dist/types → dist-types}/commands/UpdateLocationNfsCommand.d.ts +2 -2
  139. package/{dist/types → dist-types}/commands/UpdateLocationObjectStorageCommand.d.ts +2 -2
  140. package/{dist/types → dist-types}/commands/UpdateLocationSmbCommand.d.ts +2 -2
  141. package/{dist/types → dist-types}/commands/UpdateTaskCommand.d.ts +2 -2
  142. package/{dist/types → dist-types}/commands/UpdateTaskExecutionCommand.d.ts +2 -2
  143. package/{dist/types → dist-types}/endpoints.d.ts +0 -0
  144. package/{index.ts → dist-types/index.d.ts} +0 -0
  145. package/{models/index.ts → dist-types/models/index.d.ts} +0 -0
  146. package/{dist/types → dist-types}/models/models_0.d.ts +0 -0
  147. package/{dist/types → dist-types}/pagination/Interfaces.d.ts +1 -1
  148. package/{dist/types → dist-types}/pagination/ListAgentsPaginator.d.ts +1 -1
  149. package/{dist/types → dist-types}/pagination/ListLocationsPaginator.d.ts +1 -1
  150. package/{dist/types → dist-types}/pagination/ListTagsForResourcePaginator.d.ts +1 -1
  151. package/{dist/types → dist-types}/pagination/ListTaskExecutionsPaginator.d.ts +1 -1
  152. package/{dist/types → dist-types}/pagination/ListTasksPaginator.d.ts +1 -1
  153. package/{dist/types → dist-types}/protocols/Aws_json1_1.d.ts +2 -2
  154. package/{dist/types → dist-types}/runtimeConfig.browser.d.ts +0 -0
  155. package/{dist/types → dist-types}/runtimeConfig.d.ts +1 -1
  156. package/{dist/types → dist-types}/runtimeConfig.native.d.ts +0 -0
  157. package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
  158. package/{dist/types → dist-types}/ts3.4/DataSync.d.ts +38 -203
  159. package/{dist/types → dist-types}/ts3.4/DataSyncClient.d.ts +32 -103
  160. package/dist-types/ts3.4/commands/CancelTaskExecutionCommand.d.ts +17 -0
  161. package/dist-types/ts3.4/commands/CreateAgentCommand.d.ts +17 -0
  162. package/{dist/types → dist-types}/ts3.4/commands/CreateLocationEfsCommand.d.ts +4 -22
  163. package/{dist/types → dist-types}/ts3.4/commands/CreateLocationFsxWindowsCommand.d.ts +4 -22
  164. package/dist-types/ts3.4/commands/CreateLocationNfsCommand.d.ts +17 -0
  165. package/dist-types/ts3.4/commands/CreateLocationObjectStorageCommand.d.ts +17 -0
  166. package/dist-types/ts3.4/commands/CreateLocationS3Command.d.ts +17 -0
  167. package/dist-types/ts3.4/commands/CreateLocationSmbCommand.d.ts +17 -0
  168. package/dist-types/ts3.4/commands/CreateTaskCommand.d.ts +17 -0
  169. package/dist-types/ts3.4/commands/DeleteAgentCommand.d.ts +17 -0
  170. package/dist-types/ts3.4/commands/DeleteLocationCommand.d.ts +17 -0
  171. package/dist-types/ts3.4/commands/DeleteTaskCommand.d.ts +17 -0
  172. package/dist-types/ts3.4/commands/DescribeAgentCommand.d.ts +17 -0
  173. package/{dist/types → dist-types}/ts3.4/commands/DescribeLocationEfsCommand.d.ts +4 -22
  174. package/{dist/types → dist-types}/ts3.4/commands/DescribeLocationFsxWindowsCommand.d.ts +4 -23
  175. package/{dist/types → dist-types}/ts3.4/commands/DescribeLocationNfsCommand.d.ts +4 -22
  176. package/dist-types/ts3.4/commands/DescribeLocationObjectStorageCommand.d.ts +17 -0
  177. package/{dist/types → dist-types}/ts3.4/commands/DescribeLocationS3Command.d.ts +4 -22
  178. package/{dist/types → dist-types}/ts3.4/commands/DescribeLocationSmbCommand.d.ts +4 -22
  179. package/{dist/types → dist-types}/ts3.4/commands/DescribeTaskCommand.d.ts +4 -22
  180. package/{dist/types → dist-types}/ts3.4/commands/DescribeTaskExecutionCommand.d.ts +4 -22
  181. package/dist-types/ts3.4/commands/ListAgentsCommand.d.ts +17 -0
  182. package/dist-types/ts3.4/commands/ListLocationsCommand.d.ts +17 -0
  183. package/{dist/types → dist-types}/ts3.4/commands/ListTagsForResourceCommand.d.ts +4 -22
  184. package/{dist/types → dist-types}/ts3.4/commands/ListTaskExecutionsCommand.d.ts +4 -22
  185. package/dist-types/ts3.4/commands/ListTasksCommand.d.ts +17 -0
  186. package/dist-types/ts3.4/commands/StartTaskExecutionCommand.d.ts +17 -0
  187. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +17 -0
  188. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +17 -0
  189. package/dist-types/ts3.4/commands/UpdateAgentCommand.d.ts +17 -0
  190. package/dist-types/ts3.4/commands/UpdateLocationNfsCommand.d.ts +17 -0
  191. package/dist-types/ts3.4/commands/UpdateLocationObjectStorageCommand.d.ts +17 -0
  192. package/dist-types/ts3.4/commands/UpdateLocationSmbCommand.d.ts +17 -0
  193. package/dist-types/ts3.4/commands/UpdateTaskCommand.d.ts +17 -0
  194. package/dist-types/ts3.4/commands/UpdateTaskExecutionCommand.d.ts +17 -0
  195. package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
  196. package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
  197. package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
  198. package/dist-types/ts3.4/models/models_0.d.ts +1271 -0
  199. package/{dist/types → dist-types}/ts3.4/pagination/Interfaces.d.ts +1 -1
  200. package/{dist/types → dist-types}/ts3.4/pagination/ListAgentsPaginator.d.ts +1 -1
  201. package/{dist/types → dist-types}/ts3.4/pagination/ListLocationsPaginator.d.ts +1 -1
  202. package/{dist/types → dist-types}/ts3.4/pagination/ListTagsForResourcePaginator.d.ts +1 -1
  203. package/{dist/types → dist-types}/ts3.4/pagination/ListTaskExecutionsPaginator.d.ts +1 -1
  204. package/{dist/types → dist-types}/ts3.4/pagination/ListTasksPaginator.d.ts +1 -1
  205. package/{dist/types → dist-types}/ts3.4/protocols/Aws_json1_1.d.ts +2 -2
  206. package/{dist/types → dist-types}/ts3.4/runtimeConfig.browser.d.ts +1 -3
  207. package/{dist/types → dist-types}/ts3.4/runtimeConfig.d.ts +2 -4
  208. package/{dist/types → dist-types}/ts3.4/runtimeConfig.native.d.ts +1 -3
  209. package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +1 -3
  210. package/package.json +52 -49
  211. package/DataSync.ts +0 -1302
  212. package/DataSyncClient.ts +0 -382
  213. package/commands/CancelTaskExecutionCommand.ts +0 -101
  214. package/commands/CreateAgentCommand.ts +0 -108
  215. package/commands/CreateLocationEfsCommand.ts +0 -94
  216. package/commands/CreateLocationFsxWindowsCommand.ts +0 -94
  217. package/commands/CreateLocationNfsCommand.ts +0 -95
  218. package/commands/CreateLocationObjectStorageCommand.ts +0 -100
  219. package/commands/CreateLocationS3Command.ts +0 -100
  220. package/commands/CreateLocationSmbCommand.ts +0 -95
  221. package/commands/CreateTaskCommand.ts +0 -112
  222. package/commands/DeleteAgentCommand.ts +0 -97
  223. package/commands/DeleteLocationCommand.ts +0 -94
  224. package/commands/DeleteTaskCommand.ts +0 -94
  225. package/commands/DescribeAgentCommand.ts +0 -96
  226. package/commands/DescribeLocationEfsCommand.ts +0 -94
  227. package/commands/DescribeLocationFsxWindowsCommand.ts +0 -98
  228. package/commands/DescribeLocationNfsCommand.ts +0 -94
  229. package/commands/DescribeLocationObjectStorageCommand.ts +0 -100
  230. package/commands/DescribeLocationS3Command.ts +0 -94
  231. package/commands/DescribeLocationSmbCommand.ts +0 -94
  232. package/commands/DescribeTaskCommand.ts +0 -94
  233. package/commands/DescribeTaskExecutionCommand.ts +0 -94
  234. package/commands/ListAgentsCommand.ts +0 -101
  235. package/commands/ListLocationsCommand.ts +0 -97
  236. package/commands/ListTagsForResourceCommand.ts +0 -94
  237. package/commands/ListTaskExecutionsCommand.ts +0 -94
  238. package/commands/ListTasksCommand.ts +0 -91
  239. package/commands/StartTaskExecutionCommand.ts +0 -102
  240. package/commands/TagResourceCommand.ts +0 -94
  241. package/commands/UntagResourceCommand.ts +0 -94
  242. package/commands/UpdateAgentCommand.ts +0 -94
  243. package/commands/UpdateLocationNfsCommand.ts +0 -95
  244. package/commands/UpdateLocationObjectStorageCommand.ts +0 -101
  245. package/commands/UpdateLocationSmbCommand.ts +0 -96
  246. package/commands/UpdateTaskCommand.ts +0 -94
  247. package/commands/UpdateTaskExecutionCommand.ts +0 -103
  248. package/dist/cjs/DataSync.js.map +0 -1
  249. package/dist/cjs/DataSyncClient.js.map +0 -1
  250. package/dist/cjs/commands/CancelTaskExecutionCommand.js.map +0 -1
  251. package/dist/cjs/commands/CreateAgentCommand.js +0 -75
  252. package/dist/cjs/commands/CreateAgentCommand.js.map +0 -1
  253. package/dist/cjs/commands/CreateLocationEfsCommand.js.map +0 -1
  254. package/dist/cjs/commands/CreateLocationFsxWindowsCommand.js.map +0 -1
  255. package/dist/cjs/commands/CreateLocationNfsCommand.js.map +0 -1
  256. package/dist/cjs/commands/CreateLocationObjectStorageCommand.js.map +0 -1
  257. package/dist/cjs/commands/CreateLocationS3Command.js.map +0 -1
  258. package/dist/cjs/commands/CreateLocationSmbCommand.js.map +0 -1
  259. package/dist/cjs/commands/CreateTaskCommand.js +0 -79
  260. package/dist/cjs/commands/CreateTaskCommand.js.map +0 -1
  261. package/dist/cjs/commands/DeleteAgentCommand.js.map +0 -1
  262. package/dist/cjs/commands/DeleteLocationCommand.js.map +0 -1
  263. package/dist/cjs/commands/DeleteTaskCommand.js.map +0 -1
  264. package/dist/cjs/commands/DescribeAgentCommand.js.map +0 -1
  265. package/dist/cjs/commands/DescribeLocationEfsCommand.js.map +0 -1
  266. package/dist/cjs/commands/DescribeLocationFsxWindowsCommand.js.map +0 -1
  267. package/dist/cjs/commands/DescribeLocationNfsCommand.js.map +0 -1
  268. package/dist/cjs/commands/DescribeLocationObjectStorageCommand.js.map +0 -1
  269. package/dist/cjs/commands/DescribeLocationS3Command.js.map +0 -1
  270. package/dist/cjs/commands/DescribeLocationSmbCommand.js.map +0 -1
  271. package/dist/cjs/commands/DescribeTaskCommand.js.map +0 -1
  272. package/dist/cjs/commands/DescribeTaskExecutionCommand.js.map +0 -1
  273. package/dist/cjs/commands/ListAgentsCommand.js +0 -68
  274. package/dist/cjs/commands/ListAgentsCommand.js.map +0 -1
  275. package/dist/cjs/commands/ListLocationsCommand.js.map +0 -1
  276. package/dist/cjs/commands/ListTagsForResourceCommand.js.map +0 -1
  277. package/dist/cjs/commands/ListTaskExecutionsCommand.js.map +0 -1
  278. package/dist/cjs/commands/ListTasksCommand.js.map +0 -1
  279. package/dist/cjs/commands/StartTaskExecutionCommand.js.map +0 -1
  280. package/dist/cjs/commands/TagResourceCommand.js.map +0 -1
  281. package/dist/cjs/commands/UntagResourceCommand.js.map +0 -1
  282. package/dist/cjs/commands/UpdateAgentCommand.js.map +0 -1
  283. package/dist/cjs/commands/UpdateLocationNfsCommand.js.map +0 -1
  284. package/dist/cjs/commands/UpdateLocationObjectStorageCommand.js.map +0 -1
  285. package/dist/cjs/commands/UpdateLocationSmbCommand.js.map +0 -1
  286. package/dist/cjs/commands/UpdateTaskCommand.js.map +0 -1
  287. package/dist/cjs/commands/UpdateTaskExecutionCommand.js +0 -70
  288. package/dist/cjs/commands/UpdateTaskExecutionCommand.js.map +0 -1
  289. package/dist/cjs/endpoints.js.map +0 -1
  290. package/dist/cjs/index.js.map +0 -1
  291. package/dist/cjs/models/index.js.map +0 -1
  292. package/dist/cjs/models/models_0.js.map +0 -1
  293. package/dist/cjs/package.json +0 -91
  294. package/dist/cjs/pagination/Interfaces.js.map +0 -1
  295. package/dist/cjs/pagination/ListAgentsPaginator.js.map +0 -1
  296. package/dist/cjs/pagination/ListLocationsPaginator.js.map +0 -1
  297. package/dist/cjs/pagination/ListTagsForResourcePaginator.js.map +0 -1
  298. package/dist/cjs/pagination/ListTaskExecutionsPaginator.js.map +0 -1
  299. package/dist/cjs/pagination/ListTasksPaginator.js.map +0 -1
  300. package/dist/cjs/protocols/Aws_json1_1.js.map +0 -1
  301. package/dist/cjs/runtimeConfig.browser.js.map +0 -1
  302. package/dist/cjs/runtimeConfig.js.map +0 -1
  303. package/dist/cjs/runtimeConfig.native.js.map +0 -1
  304. package/dist/cjs/runtimeConfig.shared.js.map +0 -1
  305. package/dist/es/DataSync.js.map +0 -1
  306. package/dist/es/DataSyncClient.js.map +0 -1
  307. package/dist/es/commands/CancelTaskExecutionCommand.js.map +0 -1
  308. package/dist/es/commands/CreateAgentCommand.js +0 -79
  309. package/dist/es/commands/CreateAgentCommand.js.map +0 -1
  310. package/dist/es/commands/CreateLocationEfsCommand.js.map +0 -1
  311. package/dist/es/commands/CreateLocationFsxWindowsCommand.js.map +0 -1
  312. package/dist/es/commands/CreateLocationNfsCommand.js.map +0 -1
  313. package/dist/es/commands/CreateLocationObjectStorageCommand.js.map +0 -1
  314. package/dist/es/commands/CreateLocationS3Command.js.map +0 -1
  315. package/dist/es/commands/CreateLocationSmbCommand.js.map +0 -1
  316. package/dist/es/commands/CreateTaskCommand.js +0 -83
  317. package/dist/es/commands/CreateTaskCommand.js.map +0 -1
  318. package/dist/es/commands/DeleteAgentCommand.js.map +0 -1
  319. package/dist/es/commands/DeleteLocationCommand.js.map +0 -1
  320. package/dist/es/commands/DeleteTaskCommand.js.map +0 -1
  321. package/dist/es/commands/DescribeAgentCommand.js.map +0 -1
  322. package/dist/es/commands/DescribeLocationEfsCommand.js.map +0 -1
  323. package/dist/es/commands/DescribeLocationFsxWindowsCommand.js.map +0 -1
  324. package/dist/es/commands/DescribeLocationNfsCommand.js.map +0 -1
  325. package/dist/es/commands/DescribeLocationObjectStorageCommand.js.map +0 -1
  326. package/dist/es/commands/DescribeLocationS3Command.js.map +0 -1
  327. package/dist/es/commands/DescribeLocationSmbCommand.js.map +0 -1
  328. package/dist/es/commands/DescribeTaskCommand.js.map +0 -1
  329. package/dist/es/commands/DescribeTaskExecutionCommand.js.map +0 -1
  330. package/dist/es/commands/ListAgentsCommand.js.map +0 -1
  331. package/dist/es/commands/ListLocationsCommand.js.map +0 -1
  332. package/dist/es/commands/ListTagsForResourceCommand.js.map +0 -1
  333. package/dist/es/commands/ListTaskExecutionsCommand.js.map +0 -1
  334. package/dist/es/commands/ListTasksCommand.js.map +0 -1
  335. package/dist/es/commands/StartTaskExecutionCommand.js.map +0 -1
  336. package/dist/es/commands/TagResourceCommand.js.map +0 -1
  337. package/dist/es/commands/UntagResourceCommand.js.map +0 -1
  338. package/dist/es/commands/UpdateAgentCommand.js.map +0 -1
  339. package/dist/es/commands/UpdateLocationNfsCommand.js.map +0 -1
  340. package/dist/es/commands/UpdateLocationObjectStorageCommand.js.map +0 -1
  341. package/dist/es/commands/UpdateLocationSmbCommand.js.map +0 -1
  342. package/dist/es/commands/UpdateTaskCommand.js.map +0 -1
  343. package/dist/es/commands/UpdateTaskExecutionCommand.js.map +0 -1
  344. package/dist/es/endpoints.js.map +0 -1
  345. package/dist/es/index.js +0 -45
  346. package/dist/es/index.js.map +0 -1
  347. package/dist/es/models/index.js +0 -2
  348. package/dist/es/models/index.js.map +0 -1
  349. package/dist/es/models/models_0.js.map +0 -1
  350. package/dist/es/package.json +0 -91
  351. package/dist/es/pagination/Interfaces.js +0 -2
  352. package/dist/es/pagination/Interfaces.js.map +0 -1
  353. package/dist/es/pagination/ListAgentsPaginator.js.map +0 -1
  354. package/dist/es/pagination/ListLocationsPaginator.js.map +0 -1
  355. package/dist/es/pagination/ListTagsForResourcePaginator.js.map +0 -1
  356. package/dist/es/pagination/ListTaskExecutionsPaginator.js.map +0 -1
  357. package/dist/es/pagination/ListTasksPaginator.js.map +0 -1
  358. package/dist/es/protocols/Aws_json1_1.js.map +0 -1
  359. package/dist/es/runtimeConfig.browser.js.map +0 -1
  360. package/dist/es/runtimeConfig.js.map +0 -1
  361. package/dist/es/runtimeConfig.native.js.map +0 -1
  362. package/dist/es/runtimeConfig.shared.js.map +0 -1
  363. package/dist/types/ts3.4/commands/CancelTaskExecutionCommand.d.ts +0 -42
  364. package/dist/types/ts3.4/commands/CreateAgentCommand.d.ts +0 -49
  365. package/dist/types/ts3.4/commands/CreateLocationNfsCommand.d.ts +0 -36
  366. package/dist/types/ts3.4/commands/CreateLocationObjectStorageCommand.d.ts +0 -36
  367. package/dist/types/ts3.4/commands/CreateLocationS3Command.d.ts +0 -41
  368. package/dist/types/ts3.4/commands/CreateLocationSmbCommand.d.ts +0 -36
  369. package/dist/types/ts3.4/commands/CreateTaskCommand.d.ts +0 -53
  370. package/dist/types/ts3.4/commands/DeleteAgentCommand.d.ts +0 -38
  371. package/dist/types/ts3.4/commands/DeleteLocationCommand.d.ts +0 -35
  372. package/dist/types/ts3.4/commands/DeleteTaskCommand.d.ts +0 -35
  373. package/dist/types/ts3.4/commands/DescribeAgentCommand.d.ts +0 -37
  374. package/dist/types/ts3.4/commands/DescribeLocationObjectStorageCommand.d.ts +0 -36
  375. package/dist/types/ts3.4/commands/ListAgentsCommand.d.ts +0 -42
  376. package/dist/types/ts3.4/commands/ListLocationsCommand.d.ts +0 -38
  377. package/dist/types/ts3.4/commands/ListTasksCommand.d.ts +0 -35
  378. package/dist/types/ts3.4/commands/StartTaskExecutionCommand.d.ts +0 -43
  379. package/dist/types/ts3.4/commands/TagResourceCommand.d.ts +0 -35
  380. package/dist/types/ts3.4/commands/UntagResourceCommand.d.ts +0 -35
  381. package/dist/types/ts3.4/commands/UpdateAgentCommand.d.ts +0 -35
  382. package/dist/types/ts3.4/commands/UpdateLocationNfsCommand.d.ts +0 -36
  383. package/dist/types/ts3.4/commands/UpdateLocationObjectStorageCommand.d.ts +0 -37
  384. package/dist/types/ts3.4/commands/UpdateLocationSmbCommand.d.ts +0 -37
  385. package/dist/types/ts3.4/commands/UpdateTaskCommand.d.ts +0 -35
  386. package/dist/types/ts3.4/commands/UpdateTaskExecutionCommand.d.ts +0 -44
  387. package/dist/types/ts3.4/models/models_0.d.ts +0 -2774
  388. package/endpoints.ts +0 -91
  389. package/jest.config.js +0 -4
  390. package/models/models_0.ts +0 -3336
  391. package/pagination/Interfaces.ts +0 -7
  392. package/pagination/ListAgentsPaginator.ts +0 -54
  393. package/pagination/ListLocationsPaginator.ts +0 -58
  394. package/pagination/ListTagsForResourcePaginator.ts +0 -58
  395. package/pagination/ListTaskExecutionsPaginator.ts +0 -58
  396. package/pagination/ListTasksPaginator.ts +0 -54
  397. package/protocols/Aws_json1_1.ts +0 -4257
  398. package/runtimeConfig.browser.ts +0 -40
  399. package/runtimeConfig.native.ts +0 -16
  400. package/runtimeConfig.shared.ts +0 -16
  401. package/runtimeConfig.ts +0 -45
  402. package/tsconfig.es.json +0 -12
  403. package/tsconfig.json +0 -32
@@ -11,9 +11,6 @@ var AgentStatus;
11
11
  })(AgentStatus = exports.AgentStatus || (exports.AgentStatus = {}));
12
12
  var AgentListEntry;
13
13
  (function (AgentListEntry) {
14
- /**
15
- * @internal
16
- */
17
14
  AgentListEntry.filterSensitiveLog = (obj) => ({
18
15
  ...obj,
19
16
  });
@@ -25,99 +22,66 @@ var Atime;
25
22
  })(Atime = exports.Atime || (exports.Atime = {}));
26
23
  var CancelTaskExecutionRequest;
27
24
  (function (CancelTaskExecutionRequest) {
28
- /**
29
- * @internal
30
- */
31
25
  CancelTaskExecutionRequest.filterSensitiveLog = (obj) => ({
32
26
  ...obj,
33
27
  });
34
28
  })(CancelTaskExecutionRequest = exports.CancelTaskExecutionRequest || (exports.CancelTaskExecutionRequest = {}));
35
29
  var CancelTaskExecutionResponse;
36
30
  (function (CancelTaskExecutionResponse) {
37
- /**
38
- * @internal
39
- */
40
31
  CancelTaskExecutionResponse.filterSensitiveLog = (obj) => ({
41
32
  ...obj,
42
33
  });
43
34
  })(CancelTaskExecutionResponse = exports.CancelTaskExecutionResponse || (exports.CancelTaskExecutionResponse = {}));
44
35
  var InternalException;
45
36
  (function (InternalException) {
46
- /**
47
- * @internal
48
- */
49
37
  InternalException.filterSensitiveLog = (obj) => ({
50
38
  ...obj,
51
39
  });
52
40
  })(InternalException = exports.InternalException || (exports.InternalException = {}));
53
41
  var InvalidRequestException;
54
42
  (function (InvalidRequestException) {
55
- /**
56
- * @internal
57
- */
58
43
  InvalidRequestException.filterSensitiveLog = (obj) => ({
59
44
  ...obj,
60
45
  });
61
46
  })(InvalidRequestException = exports.InvalidRequestException || (exports.InvalidRequestException = {}));
62
47
  var TagListEntry;
63
48
  (function (TagListEntry) {
64
- /**
65
- * @internal
66
- */
67
49
  TagListEntry.filterSensitiveLog = (obj) => ({
68
50
  ...obj,
69
51
  });
70
52
  })(TagListEntry = exports.TagListEntry || (exports.TagListEntry = {}));
71
53
  var CreateAgentRequest;
72
54
  (function (CreateAgentRequest) {
73
- /**
74
- * @internal
75
- */
76
55
  CreateAgentRequest.filterSensitiveLog = (obj) => ({
77
56
  ...obj,
78
57
  });
79
58
  })(CreateAgentRequest = exports.CreateAgentRequest || (exports.CreateAgentRequest = {}));
80
59
  var CreateAgentResponse;
81
60
  (function (CreateAgentResponse) {
82
- /**
83
- * @internal
84
- */
85
61
  CreateAgentResponse.filterSensitiveLog = (obj) => ({
86
62
  ...obj,
87
63
  });
88
64
  })(CreateAgentResponse = exports.CreateAgentResponse || (exports.CreateAgentResponse = {}));
89
65
  var Ec2Config;
90
66
  (function (Ec2Config) {
91
- /**
92
- * @internal
93
- */
94
67
  Ec2Config.filterSensitiveLog = (obj) => ({
95
68
  ...obj,
96
69
  });
97
70
  })(Ec2Config = exports.Ec2Config || (exports.Ec2Config = {}));
98
71
  var CreateLocationEfsRequest;
99
72
  (function (CreateLocationEfsRequest) {
100
- /**
101
- * @internal
102
- */
103
73
  CreateLocationEfsRequest.filterSensitiveLog = (obj) => ({
104
74
  ...obj,
105
75
  });
106
76
  })(CreateLocationEfsRequest = exports.CreateLocationEfsRequest || (exports.CreateLocationEfsRequest = {}));
107
77
  var CreateLocationEfsResponse;
108
78
  (function (CreateLocationEfsResponse) {
109
- /**
110
- * @internal
111
- */
112
79
  CreateLocationEfsResponse.filterSensitiveLog = (obj) => ({
113
80
  ...obj,
114
81
  });
115
82
  })(CreateLocationEfsResponse = exports.CreateLocationEfsResponse || (exports.CreateLocationEfsResponse = {}));
116
83
  var CreateLocationFsxWindowsRequest;
117
84
  (function (CreateLocationFsxWindowsRequest) {
118
- /**
119
- * @internal
120
- */
121
85
  CreateLocationFsxWindowsRequest.filterSensitiveLog = (obj) => ({
122
86
  ...obj,
123
87
  ...(obj.Password && { Password: smithy_client_1.SENSITIVE_STRING }),
@@ -125,9 +89,6 @@ var CreateLocationFsxWindowsRequest;
125
89
  })(CreateLocationFsxWindowsRequest = exports.CreateLocationFsxWindowsRequest || (exports.CreateLocationFsxWindowsRequest = {}));
126
90
  var CreateLocationFsxWindowsResponse;
127
91
  (function (CreateLocationFsxWindowsResponse) {
128
- /**
129
- * @internal
130
- */
131
92
  CreateLocationFsxWindowsResponse.filterSensitiveLog = (obj) => ({
132
93
  ...obj,
133
94
  });
@@ -141,36 +102,24 @@ var NfsVersion;
141
102
  })(NfsVersion = exports.NfsVersion || (exports.NfsVersion = {}));
142
103
  var NfsMountOptions;
143
104
  (function (NfsMountOptions) {
144
- /**
145
- * @internal
146
- */
147
105
  NfsMountOptions.filterSensitiveLog = (obj) => ({
148
106
  ...obj,
149
107
  });
150
108
  })(NfsMountOptions = exports.NfsMountOptions || (exports.NfsMountOptions = {}));
151
109
  var OnPremConfig;
152
110
  (function (OnPremConfig) {
153
- /**
154
- * @internal
155
- */
156
111
  OnPremConfig.filterSensitiveLog = (obj) => ({
157
112
  ...obj,
158
113
  });
159
114
  })(OnPremConfig = exports.OnPremConfig || (exports.OnPremConfig = {}));
160
115
  var CreateLocationNfsRequest;
161
116
  (function (CreateLocationNfsRequest) {
162
- /**
163
- * @internal
164
- */
165
117
  CreateLocationNfsRequest.filterSensitiveLog = (obj) => ({
166
118
  ...obj,
167
119
  });
168
120
  })(CreateLocationNfsRequest = exports.CreateLocationNfsRequest || (exports.CreateLocationNfsRequest = {}));
169
121
  var CreateLocationNfsResponse;
170
122
  (function (CreateLocationNfsResponse) {
171
- /**
172
- * @internal
173
- */
174
123
  CreateLocationNfsResponse.filterSensitiveLog = (obj) => ({
175
124
  ...obj,
176
125
  });
@@ -182,9 +131,6 @@ var ObjectStorageServerProtocol;
182
131
  })(ObjectStorageServerProtocol = exports.ObjectStorageServerProtocol || (exports.ObjectStorageServerProtocol = {}));
183
132
  var CreateLocationObjectStorageRequest;
184
133
  (function (CreateLocationObjectStorageRequest) {
185
- /**
186
- * @internal
187
- */
188
134
  CreateLocationObjectStorageRequest.filterSensitiveLog = (obj) => ({
189
135
  ...obj,
190
136
  ...(obj.SecretKey && { SecretKey: smithy_client_1.SENSITIVE_STRING }),
@@ -192,18 +138,12 @@ var CreateLocationObjectStorageRequest;
192
138
  })(CreateLocationObjectStorageRequest = exports.CreateLocationObjectStorageRequest || (exports.CreateLocationObjectStorageRequest = {}));
193
139
  var CreateLocationObjectStorageResponse;
194
140
  (function (CreateLocationObjectStorageResponse) {
195
- /**
196
- * @internal
197
- */
198
141
  CreateLocationObjectStorageResponse.filterSensitiveLog = (obj) => ({
199
142
  ...obj,
200
143
  });
201
144
  })(CreateLocationObjectStorageResponse = exports.CreateLocationObjectStorageResponse || (exports.CreateLocationObjectStorageResponse = {}));
202
145
  var S3Config;
203
146
  (function (S3Config) {
204
- /**
205
- * @internal
206
- */
207
147
  S3Config.filterSensitiveLog = (obj) => ({
208
148
  ...obj,
209
149
  });
@@ -220,18 +160,12 @@ var S3StorageClass;
220
160
  })(S3StorageClass = exports.S3StorageClass || (exports.S3StorageClass = {}));
221
161
  var CreateLocationS3Request;
222
162
  (function (CreateLocationS3Request) {
223
- /**
224
- * @internal
225
- */
226
163
  CreateLocationS3Request.filterSensitiveLog = (obj) => ({
227
164
  ...obj,
228
165
  });
229
166
  })(CreateLocationS3Request = exports.CreateLocationS3Request || (exports.CreateLocationS3Request = {}));
230
167
  var CreateLocationS3Response;
231
168
  (function (CreateLocationS3Response) {
232
- /**
233
- * @internal
234
- */
235
169
  CreateLocationS3Response.filterSensitiveLog = (obj) => ({
236
170
  ...obj,
237
171
  });
@@ -244,18 +178,12 @@ var SmbVersion;
244
178
  })(SmbVersion = exports.SmbVersion || (exports.SmbVersion = {}));
245
179
  var SmbMountOptions;
246
180
  (function (SmbMountOptions) {
247
- /**
248
- * @internal
249
- */
250
181
  SmbMountOptions.filterSensitiveLog = (obj) => ({
251
182
  ...obj,
252
183
  });
253
184
  })(SmbMountOptions = exports.SmbMountOptions || (exports.SmbMountOptions = {}));
254
185
  var CreateLocationSmbRequest;
255
186
  (function (CreateLocationSmbRequest) {
256
- /**
257
- * @internal
258
- */
259
187
  CreateLocationSmbRequest.filterSensitiveLog = (obj) => ({
260
188
  ...obj,
261
189
  ...(obj.Password && { Password: smithy_client_1.SENSITIVE_STRING }),
@@ -263,9 +191,6 @@ var CreateLocationSmbRequest;
263
191
  })(CreateLocationSmbRequest = exports.CreateLocationSmbRequest || (exports.CreateLocationSmbRequest = {}));
264
192
  var CreateLocationSmbResponse;
265
193
  (function (CreateLocationSmbResponse) {
266
- /**
267
- * @internal
268
- */
269
194
  CreateLocationSmbResponse.filterSensitiveLog = (obj) => ({
270
195
  ...obj,
271
196
  });
@@ -276,9 +201,6 @@ var FilterType;
276
201
  })(FilterType = exports.FilterType || (exports.FilterType = {}));
277
202
  var FilterRule;
278
203
  (function (FilterRule) {
279
- /**
280
- * @internal
281
- */
282
204
  FilterRule.filterSensitiveLog = (obj) => ({
283
205
  ...obj,
284
206
  });
@@ -352,99 +274,66 @@ var VerifyMode;
352
274
  })(VerifyMode = exports.VerifyMode || (exports.VerifyMode = {}));
353
275
  var Options;
354
276
  (function (Options) {
355
- /**
356
- * @internal
357
- */
358
277
  Options.filterSensitiveLog = (obj) => ({
359
278
  ...obj,
360
279
  });
361
280
  })(Options = exports.Options || (exports.Options = {}));
362
281
  var TaskSchedule;
363
282
  (function (TaskSchedule) {
364
- /**
365
- * @internal
366
- */
367
283
  TaskSchedule.filterSensitiveLog = (obj) => ({
368
284
  ...obj,
369
285
  });
370
286
  })(TaskSchedule = exports.TaskSchedule || (exports.TaskSchedule = {}));
371
287
  var CreateTaskRequest;
372
288
  (function (CreateTaskRequest) {
373
- /**
374
- * @internal
375
- */
376
289
  CreateTaskRequest.filterSensitiveLog = (obj) => ({
377
290
  ...obj,
378
291
  });
379
292
  })(CreateTaskRequest = exports.CreateTaskRequest || (exports.CreateTaskRequest = {}));
380
293
  var CreateTaskResponse;
381
294
  (function (CreateTaskResponse) {
382
- /**
383
- * @internal
384
- */
385
295
  CreateTaskResponse.filterSensitiveLog = (obj) => ({
386
296
  ...obj,
387
297
  });
388
298
  })(CreateTaskResponse = exports.CreateTaskResponse || (exports.CreateTaskResponse = {}));
389
299
  var DeleteAgentRequest;
390
300
  (function (DeleteAgentRequest) {
391
- /**
392
- * @internal
393
- */
394
301
  DeleteAgentRequest.filterSensitiveLog = (obj) => ({
395
302
  ...obj,
396
303
  });
397
304
  })(DeleteAgentRequest = exports.DeleteAgentRequest || (exports.DeleteAgentRequest = {}));
398
305
  var DeleteAgentResponse;
399
306
  (function (DeleteAgentResponse) {
400
- /**
401
- * @internal
402
- */
403
307
  DeleteAgentResponse.filterSensitiveLog = (obj) => ({
404
308
  ...obj,
405
309
  });
406
310
  })(DeleteAgentResponse = exports.DeleteAgentResponse || (exports.DeleteAgentResponse = {}));
407
311
  var DeleteLocationRequest;
408
312
  (function (DeleteLocationRequest) {
409
- /**
410
- * @internal
411
- */
412
313
  DeleteLocationRequest.filterSensitiveLog = (obj) => ({
413
314
  ...obj,
414
315
  });
415
316
  })(DeleteLocationRequest = exports.DeleteLocationRequest || (exports.DeleteLocationRequest = {}));
416
317
  var DeleteLocationResponse;
417
318
  (function (DeleteLocationResponse) {
418
- /**
419
- * @internal
420
- */
421
319
  DeleteLocationResponse.filterSensitiveLog = (obj) => ({
422
320
  ...obj,
423
321
  });
424
322
  })(DeleteLocationResponse = exports.DeleteLocationResponse || (exports.DeleteLocationResponse = {}));
425
323
  var DeleteTaskRequest;
426
324
  (function (DeleteTaskRequest) {
427
- /**
428
- * @internal
429
- */
430
325
  DeleteTaskRequest.filterSensitiveLog = (obj) => ({
431
326
  ...obj,
432
327
  });
433
328
  })(DeleteTaskRequest = exports.DeleteTaskRequest || (exports.DeleteTaskRequest = {}));
434
329
  var DeleteTaskResponse;
435
330
  (function (DeleteTaskResponse) {
436
- /**
437
- * @internal
438
- */
439
331
  DeleteTaskResponse.filterSensitiveLog = (obj) => ({
440
332
  ...obj,
441
333
  });
442
334
  })(DeleteTaskResponse = exports.DeleteTaskResponse || (exports.DeleteTaskResponse = {}));
443
335
  var DescribeAgentRequest;
444
336
  (function (DescribeAgentRequest) {
445
- /**
446
- * @internal
447
- */
448
337
  DescribeAgentRequest.filterSensitiveLog = (obj) => ({
449
338
  ...obj,
450
339
  });
@@ -457,135 +346,90 @@ var EndpointType;
457
346
  })(EndpointType = exports.EndpointType || (exports.EndpointType = {}));
458
347
  var PrivateLinkConfig;
459
348
  (function (PrivateLinkConfig) {
460
- /**
461
- * @internal
462
- */
463
349
  PrivateLinkConfig.filterSensitiveLog = (obj) => ({
464
350
  ...obj,
465
351
  });
466
352
  })(PrivateLinkConfig = exports.PrivateLinkConfig || (exports.PrivateLinkConfig = {}));
467
353
  var DescribeAgentResponse;
468
354
  (function (DescribeAgentResponse) {
469
- /**
470
- * @internal
471
- */
472
355
  DescribeAgentResponse.filterSensitiveLog = (obj) => ({
473
356
  ...obj,
474
357
  });
475
358
  })(DescribeAgentResponse = exports.DescribeAgentResponse || (exports.DescribeAgentResponse = {}));
476
359
  var DescribeLocationEfsRequest;
477
360
  (function (DescribeLocationEfsRequest) {
478
- /**
479
- * @internal
480
- */
481
361
  DescribeLocationEfsRequest.filterSensitiveLog = (obj) => ({
482
362
  ...obj,
483
363
  });
484
364
  })(DescribeLocationEfsRequest = exports.DescribeLocationEfsRequest || (exports.DescribeLocationEfsRequest = {}));
485
365
  var DescribeLocationEfsResponse;
486
366
  (function (DescribeLocationEfsResponse) {
487
- /**
488
- * @internal
489
- */
490
367
  DescribeLocationEfsResponse.filterSensitiveLog = (obj) => ({
491
368
  ...obj,
492
369
  });
493
370
  })(DescribeLocationEfsResponse = exports.DescribeLocationEfsResponse || (exports.DescribeLocationEfsResponse = {}));
494
371
  var DescribeLocationFsxWindowsRequest;
495
372
  (function (DescribeLocationFsxWindowsRequest) {
496
- /**
497
- * @internal
498
- */
499
373
  DescribeLocationFsxWindowsRequest.filterSensitiveLog = (obj) => ({
500
374
  ...obj,
501
375
  });
502
376
  })(DescribeLocationFsxWindowsRequest = exports.DescribeLocationFsxWindowsRequest || (exports.DescribeLocationFsxWindowsRequest = {}));
503
377
  var DescribeLocationFsxWindowsResponse;
504
378
  (function (DescribeLocationFsxWindowsResponse) {
505
- /**
506
- * @internal
507
- */
508
379
  DescribeLocationFsxWindowsResponse.filterSensitiveLog = (obj) => ({
509
380
  ...obj,
510
381
  });
511
382
  })(DescribeLocationFsxWindowsResponse = exports.DescribeLocationFsxWindowsResponse || (exports.DescribeLocationFsxWindowsResponse = {}));
512
383
  var DescribeLocationNfsRequest;
513
384
  (function (DescribeLocationNfsRequest) {
514
- /**
515
- * @internal
516
- */
517
385
  DescribeLocationNfsRequest.filterSensitiveLog = (obj) => ({
518
386
  ...obj,
519
387
  });
520
388
  })(DescribeLocationNfsRequest = exports.DescribeLocationNfsRequest || (exports.DescribeLocationNfsRequest = {}));
521
389
  var DescribeLocationNfsResponse;
522
390
  (function (DescribeLocationNfsResponse) {
523
- /**
524
- * @internal
525
- */
526
391
  DescribeLocationNfsResponse.filterSensitiveLog = (obj) => ({
527
392
  ...obj,
528
393
  });
529
394
  })(DescribeLocationNfsResponse = exports.DescribeLocationNfsResponse || (exports.DescribeLocationNfsResponse = {}));
530
395
  var DescribeLocationObjectStorageRequest;
531
396
  (function (DescribeLocationObjectStorageRequest) {
532
- /**
533
- * @internal
534
- */
535
397
  DescribeLocationObjectStorageRequest.filterSensitiveLog = (obj) => ({
536
398
  ...obj,
537
399
  });
538
400
  })(DescribeLocationObjectStorageRequest = exports.DescribeLocationObjectStorageRequest || (exports.DescribeLocationObjectStorageRequest = {}));
539
401
  var DescribeLocationObjectStorageResponse;
540
402
  (function (DescribeLocationObjectStorageResponse) {
541
- /**
542
- * @internal
543
- */
544
403
  DescribeLocationObjectStorageResponse.filterSensitiveLog = (obj) => ({
545
404
  ...obj,
546
405
  });
547
406
  })(DescribeLocationObjectStorageResponse = exports.DescribeLocationObjectStorageResponse || (exports.DescribeLocationObjectStorageResponse = {}));
548
407
  var DescribeLocationS3Request;
549
408
  (function (DescribeLocationS3Request) {
550
- /**
551
- * @internal
552
- */
553
409
  DescribeLocationS3Request.filterSensitiveLog = (obj) => ({
554
410
  ...obj,
555
411
  });
556
412
  })(DescribeLocationS3Request = exports.DescribeLocationS3Request || (exports.DescribeLocationS3Request = {}));
557
413
  var DescribeLocationS3Response;
558
414
  (function (DescribeLocationS3Response) {
559
- /**
560
- * @internal
561
- */
562
415
  DescribeLocationS3Response.filterSensitiveLog = (obj) => ({
563
416
  ...obj,
564
417
  });
565
418
  })(DescribeLocationS3Response = exports.DescribeLocationS3Response || (exports.DescribeLocationS3Response = {}));
566
419
  var DescribeLocationSmbRequest;
567
420
  (function (DescribeLocationSmbRequest) {
568
- /**
569
- * @internal
570
- */
571
421
  DescribeLocationSmbRequest.filterSensitiveLog = (obj) => ({
572
422
  ...obj,
573
423
  });
574
424
  })(DescribeLocationSmbRequest = exports.DescribeLocationSmbRequest || (exports.DescribeLocationSmbRequest = {}));
575
425
  var DescribeLocationSmbResponse;
576
426
  (function (DescribeLocationSmbResponse) {
577
- /**
578
- * @internal
579
- */
580
427
  DescribeLocationSmbResponse.filterSensitiveLog = (obj) => ({
581
428
  ...obj,
582
429
  });
583
430
  })(DescribeLocationSmbResponse = exports.DescribeLocationSmbResponse || (exports.DescribeLocationSmbResponse = {}));
584
431
  var DescribeTaskRequest;
585
432
  (function (DescribeTaskRequest) {
586
- /**
587
- * @internal
588
- */
589
433
  DescribeTaskRequest.filterSensitiveLog = (obj) => ({
590
434
  ...obj,
591
435
  });
@@ -600,18 +444,12 @@ var TaskStatus;
600
444
  })(TaskStatus = exports.TaskStatus || (exports.TaskStatus = {}));
601
445
  var DescribeTaskResponse;
602
446
  (function (DescribeTaskResponse) {
603
- /**
604
- * @internal
605
- */
606
447
  DescribeTaskResponse.filterSensitiveLog = (obj) => ({
607
448
  ...obj,
608
449
  });
609
450
  })(DescribeTaskResponse = exports.DescribeTaskResponse || (exports.DescribeTaskResponse = {}));
610
451
  var DescribeTaskExecutionRequest;
611
452
  (function (DescribeTaskExecutionRequest) {
612
- /**
613
- * @internal
614
- */
615
453
  DescribeTaskExecutionRequest.filterSensitiveLog = (obj) => ({
616
454
  ...obj,
617
455
  });
@@ -624,9 +462,6 @@ var PhaseStatus;
624
462
  })(PhaseStatus = exports.PhaseStatus || (exports.PhaseStatus = {}));
625
463
  var TaskExecutionResultDetail;
626
464
  (function (TaskExecutionResultDetail) {
627
- /**
628
- * @internal
629
- */
630
465
  TaskExecutionResultDetail.filterSensitiveLog = (obj) => ({
631
466
  ...obj,
632
467
  });
@@ -643,27 +478,18 @@ var TaskExecutionStatus;
643
478
  })(TaskExecutionStatus = exports.TaskExecutionStatus || (exports.TaskExecutionStatus = {}));
644
479
  var DescribeTaskExecutionResponse;
645
480
  (function (DescribeTaskExecutionResponse) {
646
- /**
647
- * @internal
648
- */
649
481
  DescribeTaskExecutionResponse.filterSensitiveLog = (obj) => ({
650
482
  ...obj,
651
483
  });
652
484
  })(DescribeTaskExecutionResponse = exports.DescribeTaskExecutionResponse || (exports.DescribeTaskExecutionResponse = {}));
653
485
  var ListAgentsRequest;
654
486
  (function (ListAgentsRequest) {
655
- /**
656
- * @internal
657
- */
658
487
  ListAgentsRequest.filterSensitiveLog = (obj) => ({
659
488
  ...obj,
660
489
  });
661
490
  })(ListAgentsRequest = exports.ListAgentsRequest || (exports.ListAgentsRequest = {}));
662
491
  var ListAgentsResponse;
663
492
  (function (ListAgentsResponse) {
664
- /**
665
- * @internal
666
- */
667
493
  ListAgentsResponse.filterSensitiveLog = (obj) => ({
668
494
  ...obj,
669
495
  });
@@ -689,81 +515,54 @@ var Operator;
689
515
  })(Operator = exports.Operator || (exports.Operator = {}));
690
516
  var LocationFilter;
691
517
  (function (LocationFilter) {
692
- /**
693
- * @internal
694
- */
695
518
  LocationFilter.filterSensitiveLog = (obj) => ({
696
519
  ...obj,
697
520
  });
698
521
  })(LocationFilter = exports.LocationFilter || (exports.LocationFilter = {}));
699
522
  var ListLocationsRequest;
700
523
  (function (ListLocationsRequest) {
701
- /**
702
- * @internal
703
- */
704
524
  ListLocationsRequest.filterSensitiveLog = (obj) => ({
705
525
  ...obj,
706
526
  });
707
527
  })(ListLocationsRequest = exports.ListLocationsRequest || (exports.ListLocationsRequest = {}));
708
528
  var LocationListEntry;
709
529
  (function (LocationListEntry) {
710
- /**
711
- * @internal
712
- */
713
530
  LocationListEntry.filterSensitiveLog = (obj) => ({
714
531
  ...obj,
715
532
  });
716
533
  })(LocationListEntry = exports.LocationListEntry || (exports.LocationListEntry = {}));
717
534
  var ListLocationsResponse;
718
535
  (function (ListLocationsResponse) {
719
- /**
720
- * @internal
721
- */
722
536
  ListLocationsResponse.filterSensitiveLog = (obj) => ({
723
537
  ...obj,
724
538
  });
725
539
  })(ListLocationsResponse = exports.ListLocationsResponse || (exports.ListLocationsResponse = {}));
726
540
  var ListTagsForResourceRequest;
727
541
  (function (ListTagsForResourceRequest) {
728
- /**
729
- * @internal
730
- */
731
542
  ListTagsForResourceRequest.filterSensitiveLog = (obj) => ({
732
543
  ...obj,
733
544
  });
734
545
  })(ListTagsForResourceRequest = exports.ListTagsForResourceRequest || (exports.ListTagsForResourceRequest = {}));
735
546
  var ListTagsForResourceResponse;
736
547
  (function (ListTagsForResourceResponse) {
737
- /**
738
- * @internal
739
- */
740
548
  ListTagsForResourceResponse.filterSensitiveLog = (obj) => ({
741
549
  ...obj,
742
550
  });
743
551
  })(ListTagsForResourceResponse = exports.ListTagsForResourceResponse || (exports.ListTagsForResourceResponse = {}));
744
552
  var ListTaskExecutionsRequest;
745
553
  (function (ListTaskExecutionsRequest) {
746
- /**
747
- * @internal
748
- */
749
554
  ListTaskExecutionsRequest.filterSensitiveLog = (obj) => ({
750
555
  ...obj,
751
556
  });
752
557
  })(ListTaskExecutionsRequest = exports.ListTaskExecutionsRequest || (exports.ListTaskExecutionsRequest = {}));
753
558
  var TaskExecutionListEntry;
754
559
  (function (TaskExecutionListEntry) {
755
- /**
756
- * @internal
757
- */
758
560
  TaskExecutionListEntry.filterSensitiveLog = (obj) => ({
759
561
  ...obj,
760
562
  });
761
563
  })(TaskExecutionListEntry = exports.TaskExecutionListEntry || (exports.TaskExecutionListEntry = {}));
762
564
  var ListTaskExecutionsResponse;
763
565
  (function (ListTaskExecutionsResponse) {
764
- /**
765
- * @internal
766
- */
767
566
  ListTaskExecutionsResponse.filterSensitiveLog = (obj) => ({
768
567
  ...obj,
769
568
  });
@@ -775,135 +574,90 @@ var TaskFilterName;
775
574
  })(TaskFilterName = exports.TaskFilterName || (exports.TaskFilterName = {}));
776
575
  var TaskFilter;
777
576
  (function (TaskFilter) {
778
- /**
779
- * @internal
780
- */
781
577
  TaskFilter.filterSensitiveLog = (obj) => ({
782
578
  ...obj,
783
579
  });
784
580
  })(TaskFilter = exports.TaskFilter || (exports.TaskFilter = {}));
785
581
  var ListTasksRequest;
786
582
  (function (ListTasksRequest) {
787
- /**
788
- * @internal
789
- */
790
583
  ListTasksRequest.filterSensitiveLog = (obj) => ({
791
584
  ...obj,
792
585
  });
793
586
  })(ListTasksRequest = exports.ListTasksRequest || (exports.ListTasksRequest = {}));
794
587
  var TaskListEntry;
795
588
  (function (TaskListEntry) {
796
- /**
797
- * @internal
798
- */
799
589
  TaskListEntry.filterSensitiveLog = (obj) => ({
800
590
  ...obj,
801
591
  });
802
592
  })(TaskListEntry = exports.TaskListEntry || (exports.TaskListEntry = {}));
803
593
  var ListTasksResponse;
804
594
  (function (ListTasksResponse) {
805
- /**
806
- * @internal
807
- */
808
595
  ListTasksResponse.filterSensitiveLog = (obj) => ({
809
596
  ...obj,
810
597
  });
811
598
  })(ListTasksResponse = exports.ListTasksResponse || (exports.ListTasksResponse = {}));
812
599
  var StartTaskExecutionRequest;
813
600
  (function (StartTaskExecutionRequest) {
814
- /**
815
- * @internal
816
- */
817
601
  StartTaskExecutionRequest.filterSensitiveLog = (obj) => ({
818
602
  ...obj,
819
603
  });
820
604
  })(StartTaskExecutionRequest = exports.StartTaskExecutionRequest || (exports.StartTaskExecutionRequest = {}));
821
605
  var StartTaskExecutionResponse;
822
606
  (function (StartTaskExecutionResponse) {
823
- /**
824
- * @internal
825
- */
826
607
  StartTaskExecutionResponse.filterSensitiveLog = (obj) => ({
827
608
  ...obj,
828
609
  });
829
610
  })(StartTaskExecutionResponse = exports.StartTaskExecutionResponse || (exports.StartTaskExecutionResponse = {}));
830
611
  var TagResourceRequest;
831
612
  (function (TagResourceRequest) {
832
- /**
833
- * @internal
834
- */
835
613
  TagResourceRequest.filterSensitiveLog = (obj) => ({
836
614
  ...obj,
837
615
  });
838
616
  })(TagResourceRequest = exports.TagResourceRequest || (exports.TagResourceRequest = {}));
839
617
  var TagResourceResponse;
840
618
  (function (TagResourceResponse) {
841
- /**
842
- * @internal
843
- */
844
619
  TagResourceResponse.filterSensitiveLog = (obj) => ({
845
620
  ...obj,
846
621
  });
847
622
  })(TagResourceResponse = exports.TagResourceResponse || (exports.TagResourceResponse = {}));
848
623
  var UntagResourceRequest;
849
624
  (function (UntagResourceRequest) {
850
- /**
851
- * @internal
852
- */
853
625
  UntagResourceRequest.filterSensitiveLog = (obj) => ({
854
626
  ...obj,
855
627
  });
856
628
  })(UntagResourceRequest = exports.UntagResourceRequest || (exports.UntagResourceRequest = {}));
857
629
  var UntagResourceResponse;
858
630
  (function (UntagResourceResponse) {
859
- /**
860
- * @internal
861
- */
862
631
  UntagResourceResponse.filterSensitiveLog = (obj) => ({
863
632
  ...obj,
864
633
  });
865
634
  })(UntagResourceResponse = exports.UntagResourceResponse || (exports.UntagResourceResponse = {}));
866
635
  var UpdateAgentRequest;
867
636
  (function (UpdateAgentRequest) {
868
- /**
869
- * @internal
870
- */
871
637
  UpdateAgentRequest.filterSensitiveLog = (obj) => ({
872
638
  ...obj,
873
639
  });
874
640
  })(UpdateAgentRequest = exports.UpdateAgentRequest || (exports.UpdateAgentRequest = {}));
875
641
  var UpdateAgentResponse;
876
642
  (function (UpdateAgentResponse) {
877
- /**
878
- * @internal
879
- */
880
643
  UpdateAgentResponse.filterSensitiveLog = (obj) => ({
881
644
  ...obj,
882
645
  });
883
646
  })(UpdateAgentResponse = exports.UpdateAgentResponse || (exports.UpdateAgentResponse = {}));
884
647
  var UpdateLocationNfsRequest;
885
648
  (function (UpdateLocationNfsRequest) {
886
- /**
887
- * @internal
888
- */
889
649
  UpdateLocationNfsRequest.filterSensitiveLog = (obj) => ({
890
650
  ...obj,
891
651
  });
892
652
  })(UpdateLocationNfsRequest = exports.UpdateLocationNfsRequest || (exports.UpdateLocationNfsRequest = {}));
893
653
  var UpdateLocationNfsResponse;
894
654
  (function (UpdateLocationNfsResponse) {
895
- /**
896
- * @internal
897
- */
898
655
  UpdateLocationNfsResponse.filterSensitiveLog = (obj) => ({
899
656
  ...obj,
900
657
  });
901
658
  })(UpdateLocationNfsResponse = exports.UpdateLocationNfsResponse || (exports.UpdateLocationNfsResponse = {}));
902
659
  var UpdateLocationObjectStorageRequest;
903
660
  (function (UpdateLocationObjectStorageRequest) {
904
- /**
905
- * @internal
906
- */
907
661
  UpdateLocationObjectStorageRequest.filterSensitiveLog = (obj) => ({
908
662
  ...obj,
909
663
  ...(obj.SecretKey && { SecretKey: smithy_client_1.SENSITIVE_STRING }),
@@ -911,18 +665,12 @@ var UpdateLocationObjectStorageRequest;
911
665
  })(UpdateLocationObjectStorageRequest = exports.UpdateLocationObjectStorageRequest || (exports.UpdateLocationObjectStorageRequest = {}));
912
666
  var UpdateLocationObjectStorageResponse;
913
667
  (function (UpdateLocationObjectStorageResponse) {
914
- /**
915
- * @internal
916
- */
917
668
  UpdateLocationObjectStorageResponse.filterSensitiveLog = (obj) => ({
918
669
  ...obj,
919
670
  });
920
671
  })(UpdateLocationObjectStorageResponse = exports.UpdateLocationObjectStorageResponse || (exports.UpdateLocationObjectStorageResponse = {}));
921
672
  var UpdateLocationSmbRequest;
922
673
  (function (UpdateLocationSmbRequest) {
923
- /**
924
- * @internal
925
- */
926
674
  UpdateLocationSmbRequest.filterSensitiveLog = (obj) => ({
927
675
  ...obj,
928
676
  ...(obj.Password && { Password: smithy_client_1.SENSITIVE_STRING }),
@@ -930,47 +678,31 @@ var UpdateLocationSmbRequest;
930
678
  })(UpdateLocationSmbRequest = exports.UpdateLocationSmbRequest || (exports.UpdateLocationSmbRequest = {}));
931
679
  var UpdateLocationSmbResponse;
932
680
  (function (UpdateLocationSmbResponse) {
933
- /**
934
- * @internal
935
- */
936
681
  UpdateLocationSmbResponse.filterSensitiveLog = (obj) => ({
937
682
  ...obj,
938
683
  });
939
684
  })(UpdateLocationSmbResponse = exports.UpdateLocationSmbResponse || (exports.UpdateLocationSmbResponse = {}));
940
685
  var UpdateTaskRequest;
941
686
  (function (UpdateTaskRequest) {
942
- /**
943
- * @internal
944
- */
945
687
  UpdateTaskRequest.filterSensitiveLog = (obj) => ({
946
688
  ...obj,
947
689
  });
948
690
  })(UpdateTaskRequest = exports.UpdateTaskRequest || (exports.UpdateTaskRequest = {}));
949
691
  var UpdateTaskResponse;
950
692
  (function (UpdateTaskResponse) {
951
- /**
952
- * @internal
953
- */
954
693
  UpdateTaskResponse.filterSensitiveLog = (obj) => ({
955
694
  ...obj,
956
695
  });
957
696
  })(UpdateTaskResponse = exports.UpdateTaskResponse || (exports.UpdateTaskResponse = {}));
958
697
  var UpdateTaskExecutionRequest;
959
698
  (function (UpdateTaskExecutionRequest) {
960
- /**
961
- * @internal
962
- */
963
699
  UpdateTaskExecutionRequest.filterSensitiveLog = (obj) => ({
964
700
  ...obj,
965
701
  });
966
702
  })(UpdateTaskExecutionRequest = exports.UpdateTaskExecutionRequest || (exports.UpdateTaskExecutionRequest = {}));
967
703
  var UpdateTaskExecutionResponse;
968
704
  (function (UpdateTaskExecutionResponse) {
969
- /**
970
- * @internal
971
- */
972
705
  UpdateTaskExecutionResponse.filterSensitiveLog = (obj) => ({
973
706
  ...obj,
974
707
  });
975
708
  })(UpdateTaskExecutionResponse = exports.UpdateTaskExecutionResponse || (exports.UpdateTaskExecutionResponse = {}));
976
- //# sourceMappingURL=models_0.js.map