@aws-sdk/client-application-discovery-service 3.34.0 → 3.37.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 (312) hide show
  1. package/CHANGELOG.md +47 -0
  2. package/{dist/cjs → dist-cjs}/ApplicationDiscoveryService.js +0 -130
  3. package/dist-cjs/ApplicationDiscoveryServiceClient.js +35 -0
  4. package/{dist/cjs → dist-cjs}/commands/AssociateConfigurationItemsToApplicationCommand.js +2 -27
  5. package/dist-cjs/commands/BatchDeleteImportDataCommand.js +36 -0
  6. package/{dist/cjs → dist-cjs}/commands/CreateApplicationCommand.js +2 -27
  7. package/{dist/cjs → dist-cjs}/commands/CreateTagsCommand.js +2 -28
  8. package/{dist/cjs → dist-cjs}/commands/DeleteApplicationsCommand.js +2 -28
  9. package/{dist/cjs → dist-cjs}/commands/DeleteTagsCommand.js +2 -28
  10. package/{dist/cjs → dist-cjs}/commands/DescribeAgentsCommand.js +2 -29
  11. package/dist-cjs/commands/DescribeConfigurationsCommand.js +36 -0
  12. package/{dist/cjs → dist-cjs}/commands/DescribeContinuousExportsCommand.js +2 -29
  13. package/{dist/cjs → dist-cjs}/commands/DescribeExportConfigurationsCommand.js +2 -30
  14. package/{dist/cjs → dist-cjs}/commands/DescribeExportTasksCommand.js +2 -28
  15. package/{dist/cjs → dist-cjs}/commands/DescribeImportTasksCommand.js +2 -28
  16. package/dist-cjs/commands/DescribeTagsCommand.js +36 -0
  17. package/{dist/cjs → dist-cjs}/commands/DisassociateConfigurationItemsFromApplicationCommand.js +2 -27
  18. package/{dist/cjs → dist-cjs}/commands/ExportConfigurationsCommand.js +2 -34
  19. package/{dist/cjs → dist-cjs}/commands/GetDiscoverySummaryCommand.js +2 -29
  20. package/{dist/cjs → dist-cjs}/commands/ListConfigurationsCommand.js +2 -29
  21. package/{dist/cjs → dist-cjs}/commands/ListServerNeighborsCommand.js +2 -28
  22. package/{dist/cjs → dist-cjs}/commands/StartContinuousExportCommand.js +2 -27
  23. package/{dist/cjs → dist-cjs}/commands/StartDataCollectionByAgentIdsCommand.js +2 -27
  24. package/dist-cjs/commands/StartExportTaskCommand.js +36 -0
  25. package/dist-cjs/commands/StartImportTaskCommand.js +36 -0
  26. package/{dist/cjs → dist-cjs}/commands/StopContinuousExportCommand.js +2 -27
  27. package/{dist/cjs → dist-cjs}/commands/StopDataCollectionByAgentIdsCommand.js +2 -27
  28. package/{dist/cjs → dist-cjs}/commands/UpdateApplicationCommand.js +2 -27
  29. package/{dist/cjs → dist-cjs}/endpoints.js +1 -2
  30. package/{dist/cjs → dist-cjs}/index.js +0 -1
  31. package/{dist/cjs → dist-cjs}/models/index.js +0 -1
  32. package/{dist/cjs → dist-cjs}/models/models_0.js +0 -226
  33. package/{dist/cjs → dist-cjs}/pagination/DescribeContinuousExportsPaginator.js +0 -11
  34. package/{dist/cjs → dist-cjs}/pagination/DescribeImportTasksPaginator.js +0 -11
  35. package/{dist/cjs → dist-cjs}/pagination/Interfaces.js +0 -1
  36. package/{dist/cjs → dist-cjs}/protocols/Aws_json1_1.js +0 -6
  37. package/{dist/cjs → dist-cjs}/runtimeConfig.browser.js +1 -5
  38. package/{dist/cjs → dist-cjs}/runtimeConfig.js +1 -5
  39. package/{dist/cjs → dist-cjs}/runtimeConfig.native.js +0 -4
  40. package/{dist/cjs → dist-cjs}/runtimeConfig.shared.js +1 -5
  41. package/{dist/es → dist-es}/ApplicationDiscoveryService.js +0 -1
  42. package/{dist/es → dist-es}/ApplicationDiscoveryServiceClient.js +1 -2
  43. package/{dist/es → dist-es}/commands/AssociateConfigurationItemsToApplicationCommand.js +2 -3
  44. package/{dist/es → dist-es}/commands/BatchDeleteImportDataCommand.js +2 -3
  45. package/{dist/es → dist-es}/commands/CreateApplicationCommand.js +2 -3
  46. package/{dist/es → dist-es}/commands/CreateTagsCommand.js +2 -3
  47. package/{dist/es → dist-es}/commands/DeleteApplicationsCommand.js +2 -3
  48. package/{dist/es → dist-es}/commands/DeleteTagsCommand.js +2 -3
  49. package/{dist/es → dist-es}/commands/DescribeAgentsCommand.js +2 -3
  50. package/{dist/es → dist-es}/commands/DescribeConfigurationsCommand.js +2 -3
  51. package/{dist/es → dist-es}/commands/DescribeContinuousExportsCommand.js +2 -3
  52. package/{dist/es → dist-es}/commands/DescribeExportConfigurationsCommand.js +2 -3
  53. package/{dist/es → dist-es}/commands/DescribeExportTasksCommand.js +2 -3
  54. package/{dist/es → dist-es}/commands/DescribeImportTasksCommand.js +2 -3
  55. package/{dist/es → dist-es}/commands/DescribeTagsCommand.js +2 -3
  56. package/{dist/es → dist-es}/commands/DisassociateConfigurationItemsFromApplicationCommand.js +2 -3
  57. package/{dist/es → dist-es}/commands/ExportConfigurationsCommand.js +2 -3
  58. package/{dist/es → dist-es}/commands/GetDiscoverySummaryCommand.js +2 -3
  59. package/{dist/es → dist-es}/commands/ListConfigurationsCommand.js +2 -3
  60. package/{dist/es → dist-es}/commands/ListServerNeighborsCommand.js +2 -3
  61. package/{dist/es → dist-es}/commands/StartContinuousExportCommand.js +2 -3
  62. package/{dist/es → dist-es}/commands/StartDataCollectionByAgentIdsCommand.js +2 -3
  63. package/{dist/es → dist-es}/commands/StartExportTaskCommand.js +2 -3
  64. package/{dist/es → dist-es}/commands/StartImportTaskCommand.js +2 -3
  65. package/{dist/es → dist-es}/commands/StopContinuousExportCommand.js +2 -3
  66. package/{dist/es → dist-es}/commands/StopDataCollectionByAgentIdsCommand.js +2 -3
  67. package/{dist/es → dist-es}/commands/UpdateApplicationCommand.js +2 -3
  68. package/{dist/es → dist-es}/endpoints.js +1 -2
  69. package/{dist/types/index.d.ts → dist-es/index.js} +0 -0
  70. package/{dist/types/models/index.d.ts → dist-es/models/index.js} +0 -0
  71. package/{dist/es → dist-es}/models/models_0.js +0 -1
  72. package/{dist/es → dist-es}/pagination/DescribeContinuousExportsPaginator.js +0 -1
  73. package/{dist/es → dist-es}/pagination/DescribeImportTasksPaginator.js +0 -1
  74. package/dist-es/pagination/Interfaces.js +1 -0
  75. package/{dist/es → dist-es}/protocols/Aws_json1_1.js +0 -1
  76. package/{dist/es → dist-es}/runtimeConfig.browser.js +1 -2
  77. package/{dist/es → dist-es}/runtimeConfig.js +1 -2
  78. package/{dist/es → dist-es}/runtimeConfig.native.js +0 -1
  79. package/{dist/es → dist-es}/runtimeConfig.shared.js +1 -2
  80. package/{dist/types → dist-types}/ApplicationDiscoveryService.d.ts +1 -1
  81. package/{dist/types → dist-types}/ApplicationDiscoveryServiceClient.d.ts +8 -8
  82. package/{dist/types → dist-types}/commands/AssociateConfigurationItemsToApplicationCommand.d.ts +2 -2
  83. package/{dist/types → dist-types}/commands/BatchDeleteImportDataCommand.d.ts +2 -2
  84. package/{dist/types → dist-types}/commands/CreateApplicationCommand.d.ts +2 -2
  85. package/{dist/types → dist-types}/commands/CreateTagsCommand.d.ts +2 -2
  86. package/{dist/types → dist-types}/commands/DeleteApplicationsCommand.d.ts +2 -2
  87. package/{dist/types → dist-types}/commands/DeleteTagsCommand.d.ts +2 -2
  88. package/{dist/types → dist-types}/commands/DescribeAgentsCommand.d.ts +2 -2
  89. package/{dist/types → dist-types}/commands/DescribeConfigurationsCommand.d.ts +2 -2
  90. package/{dist/types → dist-types}/commands/DescribeContinuousExportsCommand.d.ts +2 -2
  91. package/{dist/types → dist-types}/commands/DescribeExportConfigurationsCommand.d.ts +2 -2
  92. package/{dist/types → dist-types}/commands/DescribeExportTasksCommand.d.ts +2 -2
  93. package/{dist/types → dist-types}/commands/DescribeImportTasksCommand.d.ts +2 -2
  94. package/{dist/types → dist-types}/commands/DescribeTagsCommand.d.ts +2 -2
  95. package/{dist/types → dist-types}/commands/DisassociateConfigurationItemsFromApplicationCommand.d.ts +2 -2
  96. package/{dist/types → dist-types}/commands/ExportConfigurationsCommand.d.ts +2 -2
  97. package/{dist/types → dist-types}/commands/GetDiscoverySummaryCommand.d.ts +2 -2
  98. package/{dist/types → dist-types}/commands/ListConfigurationsCommand.d.ts +2 -2
  99. package/{dist/types → dist-types}/commands/ListServerNeighborsCommand.d.ts +2 -2
  100. package/{dist/types → dist-types}/commands/StartContinuousExportCommand.d.ts +2 -2
  101. package/{dist/types → dist-types}/commands/StartDataCollectionByAgentIdsCommand.d.ts +2 -2
  102. package/{dist/types → dist-types}/commands/StartExportTaskCommand.d.ts +2 -2
  103. package/{dist/types → dist-types}/commands/StartImportTaskCommand.d.ts +2 -2
  104. package/{dist/types → dist-types}/commands/StopContinuousExportCommand.d.ts +2 -2
  105. package/{dist/types → dist-types}/commands/StopDataCollectionByAgentIdsCommand.d.ts +2 -2
  106. package/{dist/types → dist-types}/commands/UpdateApplicationCommand.d.ts +2 -2
  107. package/{dist/types → dist-types}/endpoints.d.ts +0 -0
  108. package/{index.ts → dist-types/index.d.ts} +0 -0
  109. package/{models/index.ts → dist-types/models/index.d.ts} +0 -0
  110. package/{dist/types → dist-types}/models/models_0.d.ts +0 -0
  111. package/{dist/types → dist-types}/pagination/DescribeContinuousExportsPaginator.d.ts +1 -1
  112. package/{dist/types → dist-types}/pagination/DescribeImportTasksPaginator.d.ts +1 -1
  113. package/{dist/types → dist-types}/pagination/Interfaces.d.ts +1 -1
  114. package/{dist/types → dist-types}/protocols/Aws_json1_1.d.ts +2 -2
  115. package/{dist/types → dist-types}/runtimeConfig.browser.d.ts +0 -0
  116. package/{dist/types → dist-types}/runtimeConfig.d.ts +1 -1
  117. package/{dist/types → dist-types}/runtimeConfig.native.d.ts +0 -0
  118. package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
  119. package/dist-types/ts3.4/ApplicationDiscoveryService.d.ts +130 -0
  120. package/dist-types/ts3.4/ApplicationDiscoveryServiceClient.d.ts +92 -0
  121. package/{dist/types → dist-types}/ts3.4/commands/AssociateConfigurationItemsToApplicationCommand.d.ts +4 -22
  122. package/dist-types/ts3.4/commands/BatchDeleteImportDataCommand.d.ts +17 -0
  123. package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +17 -0
  124. package/dist-types/ts3.4/commands/CreateTagsCommand.d.ts +17 -0
  125. package/dist-types/ts3.4/commands/DeleteApplicationsCommand.d.ts +17 -0
  126. package/dist-types/ts3.4/commands/DeleteTagsCommand.d.ts +17 -0
  127. package/dist-types/ts3.4/commands/DescribeAgentsCommand.d.ts +17 -0
  128. package/dist-types/ts3.4/commands/DescribeConfigurationsCommand.d.ts +17 -0
  129. package/dist-types/ts3.4/commands/DescribeContinuousExportsCommand.d.ts +17 -0
  130. package/dist-types/ts3.4/commands/DescribeExportConfigurationsCommand.d.ts +17 -0
  131. package/dist-types/ts3.4/commands/DescribeExportTasksCommand.d.ts +17 -0
  132. package/dist-types/ts3.4/commands/DescribeImportTasksCommand.d.ts +17 -0
  133. package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +17 -0
  134. package/{dist/types → dist-types}/ts3.4/commands/DisassociateConfigurationItemsFromApplicationCommand.d.ts +4 -22
  135. package/dist-types/ts3.4/commands/ExportConfigurationsCommand.d.ts +17 -0
  136. package/dist-types/ts3.4/commands/GetDiscoverySummaryCommand.d.ts +17 -0
  137. package/dist-types/ts3.4/commands/ListConfigurationsCommand.d.ts +17 -0
  138. package/dist-types/ts3.4/commands/ListServerNeighborsCommand.d.ts +17 -0
  139. package/dist-types/ts3.4/commands/StartContinuousExportCommand.d.ts +17 -0
  140. package/{dist/types → dist-types}/ts3.4/commands/StartDataCollectionByAgentIdsCommand.d.ts +4 -22
  141. package/dist-types/ts3.4/commands/StartExportTaskCommand.d.ts +17 -0
  142. package/dist-types/ts3.4/commands/StartImportTaskCommand.d.ts +17 -0
  143. package/dist-types/ts3.4/commands/StopContinuousExportCommand.d.ts +17 -0
  144. package/{dist/types → dist-types}/ts3.4/commands/StopDataCollectionByAgentIdsCommand.d.ts +4 -22
  145. package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +17 -0
  146. package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
  147. package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
  148. package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
  149. package/dist-types/ts3.4/models/models_0.d.ts +932 -0
  150. package/{dist/types → dist-types}/ts3.4/pagination/DescribeContinuousExportsPaginator.d.ts +1 -1
  151. package/{dist/types → dist-types}/ts3.4/pagination/DescribeImportTasksPaginator.d.ts +1 -1
  152. package/{dist/types → dist-types}/ts3.4/pagination/Interfaces.d.ts +1 -1
  153. package/{dist/types → dist-types}/ts3.4/protocols/Aws_json1_1.d.ts +2 -2
  154. package/{dist/types → dist-types}/ts3.4/runtimeConfig.browser.d.ts +1 -3
  155. package/{dist/types → dist-types}/ts3.4/runtimeConfig.d.ts +2 -4
  156. package/{dist/types → dist-types}/ts3.4/runtimeConfig.native.d.ts +1 -3
  157. package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +1 -3
  158. package/package.json +45 -42
  159. package/ApplicationDiscoveryService.ts +0 -1153
  160. package/ApplicationDiscoveryServiceClient.ts +0 -482
  161. package/commands/AssociateConfigurationItemsToApplicationCommand.ts +0 -113
  162. package/commands/BatchDeleteImportDataCommand.ts +0 -105
  163. package/commands/CreateApplicationCommand.ts +0 -98
  164. package/commands/CreateTagsCommand.ts +0 -99
  165. package/commands/DeleteApplicationsCommand.ts +0 -99
  166. package/commands/DeleteTagsCommand.ts +0 -99
  167. package/commands/DescribeAgentsCommand.ts +0 -100
  168. package/commands/DescribeConfigurationsCommand.ts +0 -123
  169. package/commands/DescribeContinuousExportsCommand.ts +0 -103
  170. package/commands/DescribeExportConfigurationsCommand.ts +0 -106
  171. package/commands/DescribeExportTasksCommand.ts +0 -99
  172. package/commands/DescribeImportTasksCommand.ts +0 -99
  173. package/commands/DescribeTagsCommand.ts +0 -113
  174. package/commands/DisassociateConfigurationItemsFromApplicationCommand.ts +0 -113
  175. package/commands/ExportConfigurationsCommand.ts +0 -105
  176. package/commands/GetDiscoverySummaryCommand.ts +0 -100
  177. package/commands/ListConfigurationsCommand.ts +0 -100
  178. package/commands/ListServerNeighborsCommand.ts +0 -99
  179. package/commands/StartContinuousExportCommand.ts +0 -98
  180. package/commands/StartDataCollectionByAgentIdsCommand.ts +0 -103
  181. package/commands/StartExportTaskCommand.ts +0 -106
  182. package/commands/StartImportTaskCommand.ts +0 -133
  183. package/commands/StopContinuousExportCommand.ts +0 -98
  184. package/commands/StopDataCollectionByAgentIdsCommand.ts +0 -103
  185. package/commands/UpdateApplicationCommand.ts +0 -98
  186. package/dist/cjs/ApplicationDiscoveryService.js.map +0 -1
  187. package/dist/cjs/ApplicationDiscoveryServiceClient.js +0 -170
  188. package/dist/cjs/ApplicationDiscoveryServiceClient.js.map +0 -1
  189. package/dist/cjs/commands/AssociateConfigurationItemsToApplicationCommand.js.map +0 -1
  190. package/dist/cjs/commands/BatchDeleteImportDataCommand.js +0 -68
  191. package/dist/cjs/commands/BatchDeleteImportDataCommand.js.map +0 -1
  192. package/dist/cjs/commands/CreateApplicationCommand.js.map +0 -1
  193. package/dist/cjs/commands/CreateTagsCommand.js.map +0 -1
  194. package/dist/cjs/commands/DeleteApplicationsCommand.js.map +0 -1
  195. package/dist/cjs/commands/DeleteTagsCommand.js.map +0 -1
  196. package/dist/cjs/commands/DescribeAgentsCommand.js.map +0 -1
  197. package/dist/cjs/commands/DescribeConfigurationsCommand.js +0 -86
  198. package/dist/cjs/commands/DescribeConfigurationsCommand.js.map +0 -1
  199. package/dist/cjs/commands/DescribeContinuousExportsCommand.js.map +0 -1
  200. package/dist/cjs/commands/DescribeExportConfigurationsCommand.js.map +0 -1
  201. package/dist/cjs/commands/DescribeExportTasksCommand.js.map +0 -1
  202. package/dist/cjs/commands/DescribeImportTasksCommand.js.map +0 -1
  203. package/dist/cjs/commands/DescribeTagsCommand.js +0 -76
  204. package/dist/cjs/commands/DescribeTagsCommand.js.map +0 -1
  205. package/dist/cjs/commands/DisassociateConfigurationItemsFromApplicationCommand.js.map +0 -1
  206. package/dist/cjs/commands/ExportConfigurationsCommand.js.map +0 -1
  207. package/dist/cjs/commands/GetDiscoverySummaryCommand.js.map +0 -1
  208. package/dist/cjs/commands/ListConfigurationsCommand.js.map +0 -1
  209. package/dist/cjs/commands/ListServerNeighborsCommand.js.map +0 -1
  210. package/dist/cjs/commands/StartContinuousExportCommand.js.map +0 -1
  211. package/dist/cjs/commands/StartDataCollectionByAgentIdsCommand.js.map +0 -1
  212. package/dist/cjs/commands/StartExportTaskCommand.js +0 -69
  213. package/dist/cjs/commands/StartExportTaskCommand.js.map +0 -1
  214. package/dist/cjs/commands/StartImportTaskCommand.js +0 -96
  215. package/dist/cjs/commands/StartImportTaskCommand.js.map +0 -1
  216. package/dist/cjs/commands/StopContinuousExportCommand.js.map +0 -1
  217. package/dist/cjs/commands/StopDataCollectionByAgentIdsCommand.js.map +0 -1
  218. package/dist/cjs/commands/UpdateApplicationCommand.js.map +0 -1
  219. package/dist/cjs/endpoints.js.map +0 -1
  220. package/dist/cjs/index.js.map +0 -1
  221. package/dist/cjs/models/index.js.map +0 -1
  222. package/dist/cjs/models/models_0.js.map +0 -1
  223. package/dist/cjs/package.json +0 -93
  224. package/dist/cjs/pagination/DescribeContinuousExportsPaginator.js.map +0 -1
  225. package/dist/cjs/pagination/DescribeImportTasksPaginator.js.map +0 -1
  226. package/dist/cjs/pagination/Interfaces.js.map +0 -1
  227. package/dist/cjs/protocols/Aws_json1_1.js.map +0 -1
  228. package/dist/cjs/runtimeConfig.browser.js.map +0 -1
  229. package/dist/cjs/runtimeConfig.js.map +0 -1
  230. package/dist/cjs/runtimeConfig.native.js.map +0 -1
  231. package/dist/cjs/runtimeConfig.shared.js.map +0 -1
  232. package/dist/es/ApplicationDiscoveryService.js.map +0 -1
  233. package/dist/es/ApplicationDiscoveryServiceClient.js.map +0 -1
  234. package/dist/es/commands/AssociateConfigurationItemsToApplicationCommand.js.map +0 -1
  235. package/dist/es/commands/BatchDeleteImportDataCommand.js.map +0 -1
  236. package/dist/es/commands/CreateApplicationCommand.js.map +0 -1
  237. package/dist/es/commands/CreateTagsCommand.js.map +0 -1
  238. package/dist/es/commands/DeleteApplicationsCommand.js.map +0 -1
  239. package/dist/es/commands/DeleteTagsCommand.js.map +0 -1
  240. package/dist/es/commands/DescribeAgentsCommand.js.map +0 -1
  241. package/dist/es/commands/DescribeConfigurationsCommand.js.map +0 -1
  242. package/dist/es/commands/DescribeContinuousExportsCommand.js.map +0 -1
  243. package/dist/es/commands/DescribeExportConfigurationsCommand.js.map +0 -1
  244. package/dist/es/commands/DescribeExportTasksCommand.js.map +0 -1
  245. package/dist/es/commands/DescribeImportTasksCommand.js.map +0 -1
  246. package/dist/es/commands/DescribeTagsCommand.js.map +0 -1
  247. package/dist/es/commands/DisassociateConfigurationItemsFromApplicationCommand.js.map +0 -1
  248. package/dist/es/commands/ExportConfigurationsCommand.js.map +0 -1
  249. package/dist/es/commands/GetDiscoverySummaryCommand.js.map +0 -1
  250. package/dist/es/commands/ListConfigurationsCommand.js.map +0 -1
  251. package/dist/es/commands/ListServerNeighborsCommand.js.map +0 -1
  252. package/dist/es/commands/StartContinuousExportCommand.js.map +0 -1
  253. package/dist/es/commands/StartDataCollectionByAgentIdsCommand.js.map +0 -1
  254. package/dist/es/commands/StartExportTaskCommand.js.map +0 -1
  255. package/dist/es/commands/StartImportTaskCommand.js.map +0 -1
  256. package/dist/es/commands/StopContinuousExportCommand.js.map +0 -1
  257. package/dist/es/commands/StopDataCollectionByAgentIdsCommand.js.map +0 -1
  258. package/dist/es/commands/UpdateApplicationCommand.js.map +0 -1
  259. package/dist/es/endpoints.js.map +0 -1
  260. package/dist/es/index.js +0 -32
  261. package/dist/es/index.js.map +0 -1
  262. package/dist/es/models/index.js +0 -2
  263. package/dist/es/models/index.js.map +0 -1
  264. package/dist/es/models/models_0.js.map +0 -1
  265. package/dist/es/package.json +0 -93
  266. package/dist/es/pagination/DescribeContinuousExportsPaginator.js.map +0 -1
  267. package/dist/es/pagination/DescribeImportTasksPaginator.js.map +0 -1
  268. package/dist/es/pagination/Interfaces.js +0 -2
  269. package/dist/es/pagination/Interfaces.js.map +0 -1
  270. package/dist/es/protocols/Aws_json1_1.js.map +0 -1
  271. package/dist/es/runtimeConfig.browser.js.map +0 -1
  272. package/dist/es/runtimeConfig.js.map +0 -1
  273. package/dist/es/runtimeConfig.native.js.map +0 -1
  274. package/dist/es/runtimeConfig.shared.js.map +0 -1
  275. package/dist/types/ts3.4/ApplicationDiscoveryService.d.ts +0 -422
  276. package/dist/types/ts3.4/ApplicationDiscoveryServiceClient.d.ts +0 -283
  277. package/dist/types/ts3.4/commands/BatchDeleteImportDataCommand.d.ts +0 -42
  278. package/dist/types/ts3.4/commands/CreateApplicationCommand.d.ts +0 -35
  279. package/dist/types/ts3.4/commands/CreateTagsCommand.d.ts +0 -36
  280. package/dist/types/ts3.4/commands/DeleteApplicationsCommand.d.ts +0 -36
  281. package/dist/types/ts3.4/commands/DeleteTagsCommand.d.ts +0 -36
  282. package/dist/types/ts3.4/commands/DescribeAgentsCommand.d.ts +0 -37
  283. package/dist/types/ts3.4/commands/DescribeConfigurationsCommand.d.ts +0 -60
  284. package/dist/types/ts3.4/commands/DescribeContinuousExportsCommand.d.ts +0 -37
  285. package/dist/types/ts3.4/commands/DescribeExportConfigurationsCommand.d.ts +0 -38
  286. package/dist/types/ts3.4/commands/DescribeExportTasksCommand.d.ts +0 -36
  287. package/dist/types/ts3.4/commands/DescribeImportTasksCommand.d.ts +0 -36
  288. package/dist/types/ts3.4/commands/DescribeTagsCommand.d.ts +0 -50
  289. package/dist/types/ts3.4/commands/ExportConfigurationsCommand.d.ts +0 -42
  290. package/dist/types/ts3.4/commands/GetDiscoverySummaryCommand.d.ts +0 -37
  291. package/dist/types/ts3.4/commands/ListConfigurationsCommand.d.ts +0 -37
  292. package/dist/types/ts3.4/commands/ListServerNeighborsCommand.d.ts +0 -36
  293. package/dist/types/ts3.4/commands/StartContinuousExportCommand.d.ts +0 -35
  294. package/dist/types/ts3.4/commands/StartExportTaskCommand.d.ts +0 -43
  295. package/dist/types/ts3.4/commands/StartImportTaskCommand.d.ts +0 -70
  296. package/dist/types/ts3.4/commands/StopContinuousExportCommand.d.ts +0 -35
  297. package/dist/types/ts3.4/commands/UpdateApplicationCommand.d.ts +0 -35
  298. package/dist/types/ts3.4/models/models_0.d.ts +0 -1777
  299. package/endpoints.ts +0 -57
  300. package/jest.config.js +0 -4
  301. package/models/models_0.ts +0 -2192
  302. package/pagination/DescribeContinuousExportsPaginator.ts +0 -58
  303. package/pagination/DescribeImportTasksPaginator.ts +0 -58
  304. package/pagination/Interfaces.ts +0 -7
  305. package/protocols/Aws_json1_1.ts +0 -4176
  306. package/runtimeConfig.browser.ts +0 -40
  307. package/runtimeConfig.native.ts +0 -16
  308. package/runtimeConfig.shared.ts +0 -16
  309. package/runtimeConfig.ts +0 -45
  310. package/tsconfig.es.json +0 -10
  311. package/tsconfig.json +0 -31
  312. package/tsconfig.types.json +0 -8
@@ -1,1153 +0,0 @@
1
- import { ApplicationDiscoveryServiceClient } from "./ApplicationDiscoveryServiceClient";
2
- import {
3
- AssociateConfigurationItemsToApplicationCommand,
4
- AssociateConfigurationItemsToApplicationCommandInput,
5
- AssociateConfigurationItemsToApplicationCommandOutput,
6
- } from "./commands/AssociateConfigurationItemsToApplicationCommand";
7
- import {
8
- BatchDeleteImportDataCommand,
9
- BatchDeleteImportDataCommandInput,
10
- BatchDeleteImportDataCommandOutput,
11
- } from "./commands/BatchDeleteImportDataCommand";
12
- import {
13
- CreateApplicationCommand,
14
- CreateApplicationCommandInput,
15
- CreateApplicationCommandOutput,
16
- } from "./commands/CreateApplicationCommand";
17
- import { CreateTagsCommand, CreateTagsCommandInput, CreateTagsCommandOutput } from "./commands/CreateTagsCommand";
18
- import {
19
- DeleteApplicationsCommand,
20
- DeleteApplicationsCommandInput,
21
- DeleteApplicationsCommandOutput,
22
- } from "./commands/DeleteApplicationsCommand";
23
- import { DeleteTagsCommand, DeleteTagsCommandInput, DeleteTagsCommandOutput } from "./commands/DeleteTagsCommand";
24
- import {
25
- DescribeAgentsCommand,
26
- DescribeAgentsCommandInput,
27
- DescribeAgentsCommandOutput,
28
- } from "./commands/DescribeAgentsCommand";
29
- import {
30
- DescribeConfigurationsCommand,
31
- DescribeConfigurationsCommandInput,
32
- DescribeConfigurationsCommandOutput,
33
- } from "./commands/DescribeConfigurationsCommand";
34
- import {
35
- DescribeContinuousExportsCommand,
36
- DescribeContinuousExportsCommandInput,
37
- DescribeContinuousExportsCommandOutput,
38
- } from "./commands/DescribeContinuousExportsCommand";
39
- import {
40
- DescribeExportConfigurationsCommand,
41
- DescribeExportConfigurationsCommandInput,
42
- DescribeExportConfigurationsCommandOutput,
43
- } from "./commands/DescribeExportConfigurationsCommand";
44
- import {
45
- DescribeExportTasksCommand,
46
- DescribeExportTasksCommandInput,
47
- DescribeExportTasksCommandOutput,
48
- } from "./commands/DescribeExportTasksCommand";
49
- import {
50
- DescribeImportTasksCommand,
51
- DescribeImportTasksCommandInput,
52
- DescribeImportTasksCommandOutput,
53
- } from "./commands/DescribeImportTasksCommand";
54
- import {
55
- DescribeTagsCommand,
56
- DescribeTagsCommandInput,
57
- DescribeTagsCommandOutput,
58
- } from "./commands/DescribeTagsCommand";
59
- import {
60
- DisassociateConfigurationItemsFromApplicationCommand,
61
- DisassociateConfigurationItemsFromApplicationCommandInput,
62
- DisassociateConfigurationItemsFromApplicationCommandOutput,
63
- } from "./commands/DisassociateConfigurationItemsFromApplicationCommand";
64
- import {
65
- ExportConfigurationsCommand,
66
- ExportConfigurationsCommandInput,
67
- ExportConfigurationsCommandOutput,
68
- } from "./commands/ExportConfigurationsCommand";
69
- import {
70
- GetDiscoverySummaryCommand,
71
- GetDiscoverySummaryCommandInput,
72
- GetDiscoverySummaryCommandOutput,
73
- } from "./commands/GetDiscoverySummaryCommand";
74
- import {
75
- ListConfigurationsCommand,
76
- ListConfigurationsCommandInput,
77
- ListConfigurationsCommandOutput,
78
- } from "./commands/ListConfigurationsCommand";
79
- import {
80
- ListServerNeighborsCommand,
81
- ListServerNeighborsCommandInput,
82
- ListServerNeighborsCommandOutput,
83
- } from "./commands/ListServerNeighborsCommand";
84
- import {
85
- StartContinuousExportCommand,
86
- StartContinuousExportCommandInput,
87
- StartContinuousExportCommandOutput,
88
- } from "./commands/StartContinuousExportCommand";
89
- import {
90
- StartDataCollectionByAgentIdsCommand,
91
- StartDataCollectionByAgentIdsCommandInput,
92
- StartDataCollectionByAgentIdsCommandOutput,
93
- } from "./commands/StartDataCollectionByAgentIdsCommand";
94
- import {
95
- StartExportTaskCommand,
96
- StartExportTaskCommandInput,
97
- StartExportTaskCommandOutput,
98
- } from "./commands/StartExportTaskCommand";
99
- import {
100
- StartImportTaskCommand,
101
- StartImportTaskCommandInput,
102
- StartImportTaskCommandOutput,
103
- } from "./commands/StartImportTaskCommand";
104
- import {
105
- StopContinuousExportCommand,
106
- StopContinuousExportCommandInput,
107
- StopContinuousExportCommandOutput,
108
- } from "./commands/StopContinuousExportCommand";
109
- import {
110
- StopDataCollectionByAgentIdsCommand,
111
- StopDataCollectionByAgentIdsCommandInput,
112
- StopDataCollectionByAgentIdsCommandOutput,
113
- } from "./commands/StopDataCollectionByAgentIdsCommand";
114
- import {
115
- UpdateApplicationCommand,
116
- UpdateApplicationCommandInput,
117
- UpdateApplicationCommandOutput,
118
- } from "./commands/UpdateApplicationCommand";
119
- import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
120
-
121
- /**
122
- * <fullname>AWS Application Discovery Service</fullname>
123
- *
124
- * <p>AWS Application Discovery Service helps you plan application migration projects. It
125
- * automatically identifies servers, virtual machines (VMs), and network dependencies in your
126
- * on-premises data centers. For more information, see the <a href="http://aws.amazon.com/application-discovery/faqs/">AWS Application Discovery Service
127
- * FAQ</a>. Application Discovery Service offers three ways of performing discovery and
128
- * collecting data about your on-premises servers:</p>
129
- *
130
- * <ul>
131
- * <li>
132
- * <p>
133
- * <b>Agentless discovery</b> is recommended for environments
134
- * that use VMware vCenter Server. This mode doesn't require you to install an agent on each
135
- * host. It does not work in non-VMware environments.</p>
136
- *
137
- * <ul>
138
- * <li>
139
- * <p>Agentless discovery gathers server information regardless of the operating
140
- * systems, which minimizes the time required for initial on-premises infrastructure
141
- * assessment.</p>
142
- * </li>
143
- * <li>
144
- * <p>Agentless discovery doesn't collect information about network dependencies, only
145
- * agent-based discovery collects that information.</p>
146
- * </li>
147
- * </ul>
148
- * </li>
149
- * </ul>
150
- *
151
- * <ul>
152
- * <li>
153
- * <p>
154
- * <b>Agent-based discovery</b> collects a richer set of data
155
- * than agentless discovery by using the AWS Application Discovery Agent, which you install
156
- * on one or more hosts in your data center.</p>
157
- *
158
- * <ul>
159
- * <li>
160
- * <p> The agent captures infrastructure and application information, including an
161
- * inventory of running processes, system performance information, resource utilization,
162
- * and network dependencies.</p>
163
- * </li>
164
- * <li>
165
- * <p>The information collected by agents is secured at rest and in transit to the
166
- * Application Discovery Service database in the cloud. </p>
167
- * </li>
168
- * </ul>
169
- * </li>
170
- * </ul>
171
- *
172
- * <ul>
173
- * <li>
174
- * <p>
175
- * <b>AWS Partner Network (APN) solutions</b> integrate with
176
- * Application Discovery Service, enabling you to import details of your on-premises
177
- * environment directly into Migration Hub without using the discovery connector or discovery
178
- * agent.</p>
179
- *
180
- * <ul>
181
- * <li>
182
- * <p>Third-party application discovery tools can query AWS Application Discovery
183
- * Service, and they can write to the Application Discovery Service database using the
184
- * public API.</p>
185
- * </li>
186
- * <li>
187
- * <p>In this way, you can import data into Migration Hub and view it, so that you can
188
- * associate applications with servers and track migrations.</p>
189
- * </li>
190
- * </ul>
191
- * </li>
192
- * </ul>
193
- *
194
- *
195
- * <p>
196
- * <b>Recommendations</b>
197
- * </p>
198
- * <p>We recommend that you use agent-based discovery for non-VMware environments, and
199
- * whenever you want to collect information about network dependencies. You can run agent-based
200
- * and agentless discovery simultaneously. Use agentless discovery to complete the initial
201
- * infrastructure assessment quickly, and then install agents on select hosts to collect
202
- * additional information.</p>
203
- *
204
- * <p>
205
- * <b>Working With This Guide</b>
206
- * </p>
207
- *
208
- * <p>This API reference provides descriptions, syntax, and usage examples for each of the
209
- * actions and data types for Application Discovery Service. The topic for each action shows the
210
- * API request parameters and the response. Alternatively, you can use one of the AWS SDKs to
211
- * access an API that is tailored to the programming language or platform that you're using. For
212
- * more information, see <a href="http://aws.amazon.com/tools/#SDKs">AWS
213
- * SDKs</a>.</p>
214
- *
215
- * <note>
216
- * <ul>
217
- * <li>
218
- * <p>Remember that you must set your Migration Hub home region before you call any of
219
- * these APIs.</p>
220
- * </li>
221
- * <li>
222
- * <p>You must make API calls for write actions (create, notify, associate, disassociate,
223
- * import, or put) while in your home region, or a <code>HomeRegionNotSetException</code>
224
- * error is returned.</p>
225
- * </li>
226
- * <li>
227
- * <p>API calls for read actions (list, describe, stop, and delete) are permitted outside
228
- * of your home region.</p>
229
- * </li>
230
- * <li>
231
- * <p>Although it is unlikely, the Migration Hub home region could change. If you call
232
- * APIs outside the home region, an <code>InvalidInputException</code> is returned.</p>
233
- * </li>
234
- * <li>
235
- * <p>You must call <code>GetHomeRegion</code> to obtain the latest Migration Hub home
236
- * region.</p>
237
- * </li>
238
- * </ul>
239
- * </note>
240
- *
241
- * <p>This guide is intended for use with the <a href="http://docs.aws.amazon.com/application-discovery/latest/userguide/">AWS Application
242
- * Discovery Service User Guide</a>.</p>
243
- *
244
- * <important>
245
- * <p>All data is handled according to the <a href="http://aws.amazon.com/privacy/">AWS
246
- * Privacy Policy</a>. You can operate Application Discovery Service offline to inspect
247
- * collected data before it is shared with the service.</p>
248
- * </important>
249
- */
250
- export class ApplicationDiscoveryService extends ApplicationDiscoveryServiceClient {
251
- /**
252
- * <p>Associates one or more configuration items with an application.</p>
253
- */
254
- public associateConfigurationItemsToApplication(
255
- args: AssociateConfigurationItemsToApplicationCommandInput,
256
- options?: __HttpHandlerOptions
257
- ): Promise<AssociateConfigurationItemsToApplicationCommandOutput>;
258
- public associateConfigurationItemsToApplication(
259
- args: AssociateConfigurationItemsToApplicationCommandInput,
260
- cb: (err: any, data?: AssociateConfigurationItemsToApplicationCommandOutput) => void
261
- ): void;
262
- public associateConfigurationItemsToApplication(
263
- args: AssociateConfigurationItemsToApplicationCommandInput,
264
- options: __HttpHandlerOptions,
265
- cb: (err: any, data?: AssociateConfigurationItemsToApplicationCommandOutput) => void
266
- ): void;
267
- public associateConfigurationItemsToApplication(
268
- args: AssociateConfigurationItemsToApplicationCommandInput,
269
- optionsOrCb?:
270
- | __HttpHandlerOptions
271
- | ((err: any, data?: AssociateConfigurationItemsToApplicationCommandOutput) => void),
272
- cb?: (err: any, data?: AssociateConfigurationItemsToApplicationCommandOutput) => void
273
- ): Promise<AssociateConfigurationItemsToApplicationCommandOutput> | void {
274
- const command = new AssociateConfigurationItemsToApplicationCommand(args);
275
- if (typeof optionsOrCb === "function") {
276
- this.send(command, optionsOrCb);
277
- } else if (typeof cb === "function") {
278
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
279
- this.send(command, optionsOrCb || {}, cb);
280
- } else {
281
- return this.send(command, optionsOrCb);
282
- }
283
- }
284
-
285
- /**
286
- * <p>Deletes one or more import tasks, each identified by their import ID. Each import task has
287
- * a number of records that can identify servers or applications. </p>
288
- *
289
- * <p>AWS Application Discovery Service has built-in matching logic that will identify when
290
- * discovered servers match existing entries that you've previously discovered, the information
291
- * for the already-existing discovered server is updated. When you delete an import task that
292
- * contains records that were used to match, the information in those matched records that comes
293
- * from the deleted records will also be deleted.</p>
294
- */
295
- public batchDeleteImportData(
296
- args: BatchDeleteImportDataCommandInput,
297
- options?: __HttpHandlerOptions
298
- ): Promise<BatchDeleteImportDataCommandOutput>;
299
- public batchDeleteImportData(
300
- args: BatchDeleteImportDataCommandInput,
301
- cb: (err: any, data?: BatchDeleteImportDataCommandOutput) => void
302
- ): void;
303
- public batchDeleteImportData(
304
- args: BatchDeleteImportDataCommandInput,
305
- options: __HttpHandlerOptions,
306
- cb: (err: any, data?: BatchDeleteImportDataCommandOutput) => void
307
- ): void;
308
- public batchDeleteImportData(
309
- args: BatchDeleteImportDataCommandInput,
310
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: BatchDeleteImportDataCommandOutput) => void),
311
- cb?: (err: any, data?: BatchDeleteImportDataCommandOutput) => void
312
- ): Promise<BatchDeleteImportDataCommandOutput> | void {
313
- const command = new BatchDeleteImportDataCommand(args);
314
- if (typeof optionsOrCb === "function") {
315
- this.send(command, optionsOrCb);
316
- } else if (typeof cb === "function") {
317
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
318
- this.send(command, optionsOrCb || {}, cb);
319
- } else {
320
- return this.send(command, optionsOrCb);
321
- }
322
- }
323
-
324
- /**
325
- * <p>Creates an application with the given name and description.</p>
326
- */
327
- public createApplication(
328
- args: CreateApplicationCommandInput,
329
- options?: __HttpHandlerOptions
330
- ): Promise<CreateApplicationCommandOutput>;
331
- public createApplication(
332
- args: CreateApplicationCommandInput,
333
- cb: (err: any, data?: CreateApplicationCommandOutput) => void
334
- ): void;
335
- public createApplication(
336
- args: CreateApplicationCommandInput,
337
- options: __HttpHandlerOptions,
338
- cb: (err: any, data?: CreateApplicationCommandOutput) => void
339
- ): void;
340
- public createApplication(
341
- args: CreateApplicationCommandInput,
342
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: CreateApplicationCommandOutput) => void),
343
- cb?: (err: any, data?: CreateApplicationCommandOutput) => void
344
- ): Promise<CreateApplicationCommandOutput> | void {
345
- const command = new CreateApplicationCommand(args);
346
- if (typeof optionsOrCb === "function") {
347
- this.send(command, optionsOrCb);
348
- } else if (typeof cb === "function") {
349
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
350
- this.send(command, optionsOrCb || {}, cb);
351
- } else {
352
- return this.send(command, optionsOrCb);
353
- }
354
- }
355
-
356
- /**
357
- * <p>Creates one or more tags for configuration items. Tags are metadata that help you
358
- * categorize IT assets. This API accepts a list of multiple configuration items.</p>
359
- */
360
- public createTags(args: CreateTagsCommandInput, options?: __HttpHandlerOptions): Promise<CreateTagsCommandOutput>;
361
- public createTags(args: CreateTagsCommandInput, cb: (err: any, data?: CreateTagsCommandOutput) => void): void;
362
- public createTags(
363
- args: CreateTagsCommandInput,
364
- options: __HttpHandlerOptions,
365
- cb: (err: any, data?: CreateTagsCommandOutput) => void
366
- ): void;
367
- public createTags(
368
- args: CreateTagsCommandInput,
369
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: CreateTagsCommandOutput) => void),
370
- cb?: (err: any, data?: CreateTagsCommandOutput) => void
371
- ): Promise<CreateTagsCommandOutput> | void {
372
- const command = new CreateTagsCommand(args);
373
- if (typeof optionsOrCb === "function") {
374
- this.send(command, optionsOrCb);
375
- } else if (typeof cb === "function") {
376
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
377
- this.send(command, optionsOrCb || {}, cb);
378
- } else {
379
- return this.send(command, optionsOrCb);
380
- }
381
- }
382
-
383
- /**
384
- * <p>Deletes a list of applications and their associations with configuration
385
- * items.</p>
386
- */
387
- public deleteApplications(
388
- args: DeleteApplicationsCommandInput,
389
- options?: __HttpHandlerOptions
390
- ): Promise<DeleteApplicationsCommandOutput>;
391
- public deleteApplications(
392
- args: DeleteApplicationsCommandInput,
393
- cb: (err: any, data?: DeleteApplicationsCommandOutput) => void
394
- ): void;
395
- public deleteApplications(
396
- args: DeleteApplicationsCommandInput,
397
- options: __HttpHandlerOptions,
398
- cb: (err: any, data?: DeleteApplicationsCommandOutput) => void
399
- ): void;
400
- public deleteApplications(
401
- args: DeleteApplicationsCommandInput,
402
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DeleteApplicationsCommandOutput) => void),
403
- cb?: (err: any, data?: DeleteApplicationsCommandOutput) => void
404
- ): Promise<DeleteApplicationsCommandOutput> | void {
405
- const command = new DeleteApplicationsCommand(args);
406
- if (typeof optionsOrCb === "function") {
407
- this.send(command, optionsOrCb);
408
- } else if (typeof cb === "function") {
409
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
410
- this.send(command, optionsOrCb || {}, cb);
411
- } else {
412
- return this.send(command, optionsOrCb);
413
- }
414
- }
415
-
416
- /**
417
- * <p>Deletes the association between configuration items and one or more tags. This API
418
- * accepts a list of multiple configuration items.</p>
419
- */
420
- public deleteTags(args: DeleteTagsCommandInput, options?: __HttpHandlerOptions): Promise<DeleteTagsCommandOutput>;
421
- public deleteTags(args: DeleteTagsCommandInput, cb: (err: any, data?: DeleteTagsCommandOutput) => void): void;
422
- public deleteTags(
423
- args: DeleteTagsCommandInput,
424
- options: __HttpHandlerOptions,
425
- cb: (err: any, data?: DeleteTagsCommandOutput) => void
426
- ): void;
427
- public deleteTags(
428
- args: DeleteTagsCommandInput,
429
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DeleteTagsCommandOutput) => void),
430
- cb?: (err: any, data?: DeleteTagsCommandOutput) => void
431
- ): Promise<DeleteTagsCommandOutput> | void {
432
- const command = new DeleteTagsCommand(args);
433
- if (typeof optionsOrCb === "function") {
434
- this.send(command, optionsOrCb);
435
- } else if (typeof cb === "function") {
436
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
437
- this.send(command, optionsOrCb || {}, cb);
438
- } else {
439
- return this.send(command, optionsOrCb);
440
- }
441
- }
442
-
443
- /**
444
- * <p>Lists agents or connectors as specified by ID or other filters. All agents/connectors
445
- * associated with your user account can be listed if you call <code>DescribeAgents</code> as is
446
- * without passing any parameters.</p>
447
- */
448
- public describeAgents(
449
- args: DescribeAgentsCommandInput,
450
- options?: __HttpHandlerOptions
451
- ): Promise<DescribeAgentsCommandOutput>;
452
- public describeAgents(
453
- args: DescribeAgentsCommandInput,
454
- cb: (err: any, data?: DescribeAgentsCommandOutput) => void
455
- ): void;
456
- public describeAgents(
457
- args: DescribeAgentsCommandInput,
458
- options: __HttpHandlerOptions,
459
- cb: (err: any, data?: DescribeAgentsCommandOutput) => void
460
- ): void;
461
- public describeAgents(
462
- args: DescribeAgentsCommandInput,
463
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribeAgentsCommandOutput) => void),
464
- cb?: (err: any, data?: DescribeAgentsCommandOutput) => void
465
- ): Promise<DescribeAgentsCommandOutput> | void {
466
- const command = new DescribeAgentsCommand(args);
467
- if (typeof optionsOrCb === "function") {
468
- this.send(command, optionsOrCb);
469
- } else if (typeof cb === "function") {
470
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
471
- this.send(command, optionsOrCb || {}, cb);
472
- } else {
473
- return this.send(command, optionsOrCb);
474
- }
475
- }
476
-
477
- /**
478
- * <p>Retrieves attributes for a list of configuration item IDs.</p>
479
- *
480
- * <note>
481
- * <p>All of the supplied IDs must be for the same asset type from one of the
482
- * following:</p>
483
- * <ul>
484
- * <li>
485
- * <p>server</p>
486
- * </li>
487
- * <li>
488
- * <p>application</p>
489
- * </li>
490
- * <li>
491
- * <p>process</p>
492
- * </li>
493
- * <li>
494
- * <p>connection</p>
495
- * </li>
496
- * </ul>
497
- *
498
- * <p>Output fields are specific to the asset type specified. For example, the output for a
499
- * <i>server</i> configuration item includes a list of attributes about the
500
- * server, such as host name, operating system, number of network cards, etc.</p>
501
- * <p>For a complete list of outputs for each asset type, see <a href="https://docs.aws.amazon.com/application-discovery/latest/userguide/discovery-api-queries.html#DescribeConfigurations">Using the DescribeConfigurations Action</a> in the <i>AWS Application
502
- * Discovery Service User Guide</i>.</p>
503
- * </note>
504
- */
505
- public describeConfigurations(
506
- args: DescribeConfigurationsCommandInput,
507
- options?: __HttpHandlerOptions
508
- ): Promise<DescribeConfigurationsCommandOutput>;
509
- public describeConfigurations(
510
- args: DescribeConfigurationsCommandInput,
511
- cb: (err: any, data?: DescribeConfigurationsCommandOutput) => void
512
- ): void;
513
- public describeConfigurations(
514
- args: DescribeConfigurationsCommandInput,
515
- options: __HttpHandlerOptions,
516
- cb: (err: any, data?: DescribeConfigurationsCommandOutput) => void
517
- ): void;
518
- public describeConfigurations(
519
- args: DescribeConfigurationsCommandInput,
520
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribeConfigurationsCommandOutput) => void),
521
- cb?: (err: any, data?: DescribeConfigurationsCommandOutput) => void
522
- ): Promise<DescribeConfigurationsCommandOutput> | void {
523
- const command = new DescribeConfigurationsCommand(args);
524
- if (typeof optionsOrCb === "function") {
525
- this.send(command, optionsOrCb);
526
- } else if (typeof cb === "function") {
527
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
528
- this.send(command, optionsOrCb || {}, cb);
529
- } else {
530
- return this.send(command, optionsOrCb);
531
- }
532
- }
533
-
534
- /**
535
- * <p>Lists exports as specified by ID. All continuous exports associated with your user
536
- * account can be listed if you call <code>DescribeContinuousExports</code> as is without passing
537
- * any parameters.</p>
538
- */
539
- public describeContinuousExports(
540
- args: DescribeContinuousExportsCommandInput,
541
- options?: __HttpHandlerOptions
542
- ): Promise<DescribeContinuousExportsCommandOutput>;
543
- public describeContinuousExports(
544
- args: DescribeContinuousExportsCommandInput,
545
- cb: (err: any, data?: DescribeContinuousExportsCommandOutput) => void
546
- ): void;
547
- public describeContinuousExports(
548
- args: DescribeContinuousExportsCommandInput,
549
- options: __HttpHandlerOptions,
550
- cb: (err: any, data?: DescribeContinuousExportsCommandOutput) => void
551
- ): void;
552
- public describeContinuousExports(
553
- args: DescribeContinuousExportsCommandInput,
554
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribeContinuousExportsCommandOutput) => void),
555
- cb?: (err: any, data?: DescribeContinuousExportsCommandOutput) => void
556
- ): Promise<DescribeContinuousExportsCommandOutput> | void {
557
- const command = new DescribeContinuousExportsCommand(args);
558
- if (typeof optionsOrCb === "function") {
559
- this.send(command, optionsOrCb);
560
- } else if (typeof cb === "function") {
561
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
562
- this.send(command, optionsOrCb || {}, cb);
563
- } else {
564
- return this.send(command, optionsOrCb);
565
- }
566
- }
567
-
568
- /**
569
- * @deprecated
570
- *
571
- * <p>
572
- * <code>DescribeExportConfigurations</code> is deprecated. Use <a href="https://docs.aws.amazon.com/application-discovery/latest/APIReference/API_DescribeExportTasks.html">DescribeImportTasks</a>, instead.</p>
573
- */
574
- public describeExportConfigurations(
575
- args: DescribeExportConfigurationsCommandInput,
576
- options?: __HttpHandlerOptions
577
- ): Promise<DescribeExportConfigurationsCommandOutput>;
578
- public describeExportConfigurations(
579
- args: DescribeExportConfigurationsCommandInput,
580
- cb: (err: any, data?: DescribeExportConfigurationsCommandOutput) => void
581
- ): void;
582
- public describeExportConfigurations(
583
- args: DescribeExportConfigurationsCommandInput,
584
- options: __HttpHandlerOptions,
585
- cb: (err: any, data?: DescribeExportConfigurationsCommandOutput) => void
586
- ): void;
587
- public describeExportConfigurations(
588
- args: DescribeExportConfigurationsCommandInput,
589
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribeExportConfigurationsCommandOutput) => void),
590
- cb?: (err: any, data?: DescribeExportConfigurationsCommandOutput) => void
591
- ): Promise<DescribeExportConfigurationsCommandOutput> | void {
592
- const command = new DescribeExportConfigurationsCommand(args);
593
- if (typeof optionsOrCb === "function") {
594
- this.send(command, optionsOrCb);
595
- } else if (typeof cb === "function") {
596
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
597
- this.send(command, optionsOrCb || {}, cb);
598
- } else {
599
- return this.send(command, optionsOrCb);
600
- }
601
- }
602
-
603
- /**
604
- * <p>Retrieve status of one or more export tasks. You can retrieve the status of up to 100
605
- * export tasks.</p>
606
- */
607
- public describeExportTasks(
608
- args: DescribeExportTasksCommandInput,
609
- options?: __HttpHandlerOptions
610
- ): Promise<DescribeExportTasksCommandOutput>;
611
- public describeExportTasks(
612
- args: DescribeExportTasksCommandInput,
613
- cb: (err: any, data?: DescribeExportTasksCommandOutput) => void
614
- ): void;
615
- public describeExportTasks(
616
- args: DescribeExportTasksCommandInput,
617
- options: __HttpHandlerOptions,
618
- cb: (err: any, data?: DescribeExportTasksCommandOutput) => void
619
- ): void;
620
- public describeExportTasks(
621
- args: DescribeExportTasksCommandInput,
622
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribeExportTasksCommandOutput) => void),
623
- cb?: (err: any, data?: DescribeExportTasksCommandOutput) => void
624
- ): Promise<DescribeExportTasksCommandOutput> | void {
625
- const command = new DescribeExportTasksCommand(args);
626
- if (typeof optionsOrCb === "function") {
627
- this.send(command, optionsOrCb);
628
- } else if (typeof cb === "function") {
629
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
630
- this.send(command, optionsOrCb || {}, cb);
631
- } else {
632
- return this.send(command, optionsOrCb);
633
- }
634
- }
635
-
636
- /**
637
- * <p>Returns an array of import tasks for your account, including status information, times,
638
- * IDs, the Amazon S3 Object URL for the import file, and more.</p>
639
- */
640
- public describeImportTasks(
641
- args: DescribeImportTasksCommandInput,
642
- options?: __HttpHandlerOptions
643
- ): Promise<DescribeImportTasksCommandOutput>;
644
- public describeImportTasks(
645
- args: DescribeImportTasksCommandInput,
646
- cb: (err: any, data?: DescribeImportTasksCommandOutput) => void
647
- ): void;
648
- public describeImportTasks(
649
- args: DescribeImportTasksCommandInput,
650
- options: __HttpHandlerOptions,
651
- cb: (err: any, data?: DescribeImportTasksCommandOutput) => void
652
- ): void;
653
- public describeImportTasks(
654
- args: DescribeImportTasksCommandInput,
655
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribeImportTasksCommandOutput) => void),
656
- cb?: (err: any, data?: DescribeImportTasksCommandOutput) => void
657
- ): Promise<DescribeImportTasksCommandOutput> | void {
658
- const command = new DescribeImportTasksCommand(args);
659
- if (typeof optionsOrCb === "function") {
660
- this.send(command, optionsOrCb);
661
- } else if (typeof cb === "function") {
662
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
663
- this.send(command, optionsOrCb || {}, cb);
664
- } else {
665
- return this.send(command, optionsOrCb);
666
- }
667
- }
668
-
669
- /**
670
- * <p>Retrieves a list of configuration items that have tags as specified by the key-value
671
- * pairs, name and value, passed to the optional parameter <code>filters</code>.</p>
672
- * <p>There are three valid tag filter names:</p>
673
- * <ul>
674
- * <li>
675
- * <p>tagKey</p>
676
- * </li>
677
- * <li>
678
- * <p>tagValue</p>
679
- * </li>
680
- * <li>
681
- * <p>configurationId</p>
682
- * </li>
683
- * </ul>
684
- * <p>Also, all configuration items associated with your user account that have tags can be
685
- * listed if you call <code>DescribeTags</code> as is without passing any parameters.</p>
686
- */
687
- public describeTags(
688
- args: DescribeTagsCommandInput,
689
- options?: __HttpHandlerOptions
690
- ): Promise<DescribeTagsCommandOutput>;
691
- public describeTags(args: DescribeTagsCommandInput, cb: (err: any, data?: DescribeTagsCommandOutput) => void): void;
692
- public describeTags(
693
- args: DescribeTagsCommandInput,
694
- options: __HttpHandlerOptions,
695
- cb: (err: any, data?: DescribeTagsCommandOutput) => void
696
- ): void;
697
- public describeTags(
698
- args: DescribeTagsCommandInput,
699
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribeTagsCommandOutput) => void),
700
- cb?: (err: any, data?: DescribeTagsCommandOutput) => void
701
- ): Promise<DescribeTagsCommandOutput> | void {
702
- const command = new DescribeTagsCommand(args);
703
- if (typeof optionsOrCb === "function") {
704
- this.send(command, optionsOrCb);
705
- } else if (typeof cb === "function") {
706
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
707
- this.send(command, optionsOrCb || {}, cb);
708
- } else {
709
- return this.send(command, optionsOrCb);
710
- }
711
- }
712
-
713
- /**
714
- * <p>Disassociates one or more configuration items from an application.</p>
715
- */
716
- public disassociateConfigurationItemsFromApplication(
717
- args: DisassociateConfigurationItemsFromApplicationCommandInput,
718
- options?: __HttpHandlerOptions
719
- ): Promise<DisassociateConfigurationItemsFromApplicationCommandOutput>;
720
- public disassociateConfigurationItemsFromApplication(
721
- args: DisassociateConfigurationItemsFromApplicationCommandInput,
722
- cb: (err: any, data?: DisassociateConfigurationItemsFromApplicationCommandOutput) => void
723
- ): void;
724
- public disassociateConfigurationItemsFromApplication(
725
- args: DisassociateConfigurationItemsFromApplicationCommandInput,
726
- options: __HttpHandlerOptions,
727
- cb: (err: any, data?: DisassociateConfigurationItemsFromApplicationCommandOutput) => void
728
- ): void;
729
- public disassociateConfigurationItemsFromApplication(
730
- args: DisassociateConfigurationItemsFromApplicationCommandInput,
731
- optionsOrCb?:
732
- | __HttpHandlerOptions
733
- | ((err: any, data?: DisassociateConfigurationItemsFromApplicationCommandOutput) => void),
734
- cb?: (err: any, data?: DisassociateConfigurationItemsFromApplicationCommandOutput) => void
735
- ): Promise<DisassociateConfigurationItemsFromApplicationCommandOutput> | void {
736
- const command = new DisassociateConfigurationItemsFromApplicationCommand(args);
737
- if (typeof optionsOrCb === "function") {
738
- this.send(command, optionsOrCb);
739
- } else if (typeof cb === "function") {
740
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
741
- this.send(command, optionsOrCb || {}, cb);
742
- } else {
743
- return this.send(command, optionsOrCb);
744
- }
745
- }
746
-
747
- /**
748
- * @deprecated
749
- *
750
- * <p>Deprecated. Use <code>StartExportTask</code> instead.</p>
751
- * <p>Exports all discovered configuration data to an Amazon S3 bucket or an application that
752
- * enables you to view and evaluate the data. Data includes tags and tag associations, processes,
753
- * connections, servers, and system performance. This API returns an export ID that you can query
754
- * using the <i>DescribeExportConfigurations</i> API. The system imposes a limit of
755
- * two configuration exports in six hours.</p>
756
- */
757
- public exportConfigurations(
758
- args: ExportConfigurationsCommandInput,
759
- options?: __HttpHandlerOptions
760
- ): Promise<ExportConfigurationsCommandOutput>;
761
- public exportConfigurations(
762
- args: ExportConfigurationsCommandInput,
763
- cb: (err: any, data?: ExportConfigurationsCommandOutput) => void
764
- ): void;
765
- public exportConfigurations(
766
- args: ExportConfigurationsCommandInput,
767
- options: __HttpHandlerOptions,
768
- cb: (err: any, data?: ExportConfigurationsCommandOutput) => void
769
- ): void;
770
- public exportConfigurations(
771
- args: ExportConfigurationsCommandInput,
772
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ExportConfigurationsCommandOutput) => void),
773
- cb?: (err: any, data?: ExportConfigurationsCommandOutput) => void
774
- ): Promise<ExportConfigurationsCommandOutput> | void {
775
- const command = new ExportConfigurationsCommand(args);
776
- if (typeof optionsOrCb === "function") {
777
- this.send(command, optionsOrCb);
778
- } else if (typeof cb === "function") {
779
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
780
- this.send(command, optionsOrCb || {}, cb);
781
- } else {
782
- return this.send(command, optionsOrCb);
783
- }
784
- }
785
-
786
- /**
787
- * <p>Retrieves a short summary of discovered assets.</p>
788
- * <p>This API operation takes no request parameters and is called as is at the command
789
- * prompt as shown in the example.</p>
790
- */
791
- public getDiscoverySummary(
792
- args: GetDiscoverySummaryCommandInput,
793
- options?: __HttpHandlerOptions
794
- ): Promise<GetDiscoverySummaryCommandOutput>;
795
- public getDiscoverySummary(
796
- args: GetDiscoverySummaryCommandInput,
797
- cb: (err: any, data?: GetDiscoverySummaryCommandOutput) => void
798
- ): void;
799
- public getDiscoverySummary(
800
- args: GetDiscoverySummaryCommandInput,
801
- options: __HttpHandlerOptions,
802
- cb: (err: any, data?: GetDiscoverySummaryCommandOutput) => void
803
- ): void;
804
- public getDiscoverySummary(
805
- args: GetDiscoverySummaryCommandInput,
806
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: GetDiscoverySummaryCommandOutput) => void),
807
- cb?: (err: any, data?: GetDiscoverySummaryCommandOutput) => void
808
- ): Promise<GetDiscoverySummaryCommandOutput> | void {
809
- const command = new GetDiscoverySummaryCommand(args);
810
- if (typeof optionsOrCb === "function") {
811
- this.send(command, optionsOrCb);
812
- } else if (typeof cb === "function") {
813
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
814
- this.send(command, optionsOrCb || {}, cb);
815
- } else {
816
- return this.send(command, optionsOrCb);
817
- }
818
- }
819
-
820
- /**
821
- * <p>Retrieves a list of configuration items as specified by the value passed to the
822
- * required parameter <code>configurationType</code>. Optional filtering may be applied to refine
823
- * search results.</p>
824
- */
825
- public listConfigurations(
826
- args: ListConfigurationsCommandInput,
827
- options?: __HttpHandlerOptions
828
- ): Promise<ListConfigurationsCommandOutput>;
829
- public listConfigurations(
830
- args: ListConfigurationsCommandInput,
831
- cb: (err: any, data?: ListConfigurationsCommandOutput) => void
832
- ): void;
833
- public listConfigurations(
834
- args: ListConfigurationsCommandInput,
835
- options: __HttpHandlerOptions,
836
- cb: (err: any, data?: ListConfigurationsCommandOutput) => void
837
- ): void;
838
- public listConfigurations(
839
- args: ListConfigurationsCommandInput,
840
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ListConfigurationsCommandOutput) => void),
841
- cb?: (err: any, data?: ListConfigurationsCommandOutput) => void
842
- ): Promise<ListConfigurationsCommandOutput> | void {
843
- const command = new ListConfigurationsCommand(args);
844
- if (typeof optionsOrCb === "function") {
845
- this.send(command, optionsOrCb);
846
- } else if (typeof cb === "function") {
847
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
848
- this.send(command, optionsOrCb || {}, cb);
849
- } else {
850
- return this.send(command, optionsOrCb);
851
- }
852
- }
853
-
854
- /**
855
- * <p>Retrieves a list of servers that are one network hop away from a specified
856
- * server.</p>
857
- */
858
- public listServerNeighbors(
859
- args: ListServerNeighborsCommandInput,
860
- options?: __HttpHandlerOptions
861
- ): Promise<ListServerNeighborsCommandOutput>;
862
- public listServerNeighbors(
863
- args: ListServerNeighborsCommandInput,
864
- cb: (err: any, data?: ListServerNeighborsCommandOutput) => void
865
- ): void;
866
- public listServerNeighbors(
867
- args: ListServerNeighborsCommandInput,
868
- options: __HttpHandlerOptions,
869
- cb: (err: any, data?: ListServerNeighborsCommandOutput) => void
870
- ): void;
871
- public listServerNeighbors(
872
- args: ListServerNeighborsCommandInput,
873
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ListServerNeighborsCommandOutput) => void),
874
- cb?: (err: any, data?: ListServerNeighborsCommandOutput) => void
875
- ): Promise<ListServerNeighborsCommandOutput> | void {
876
- const command = new ListServerNeighborsCommand(args);
877
- if (typeof optionsOrCb === "function") {
878
- this.send(command, optionsOrCb);
879
- } else if (typeof cb === "function") {
880
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
881
- this.send(command, optionsOrCb || {}, cb);
882
- } else {
883
- return this.send(command, optionsOrCb);
884
- }
885
- }
886
-
887
- /**
888
- * <p>Start the continuous flow of agent's discovered data into Amazon Athena.</p>
889
- */
890
- public startContinuousExport(
891
- args: StartContinuousExportCommandInput,
892
- options?: __HttpHandlerOptions
893
- ): Promise<StartContinuousExportCommandOutput>;
894
- public startContinuousExport(
895
- args: StartContinuousExportCommandInput,
896
- cb: (err: any, data?: StartContinuousExportCommandOutput) => void
897
- ): void;
898
- public startContinuousExport(
899
- args: StartContinuousExportCommandInput,
900
- options: __HttpHandlerOptions,
901
- cb: (err: any, data?: StartContinuousExportCommandOutput) => void
902
- ): void;
903
- public startContinuousExport(
904
- args: StartContinuousExportCommandInput,
905
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: StartContinuousExportCommandOutput) => void),
906
- cb?: (err: any, data?: StartContinuousExportCommandOutput) => void
907
- ): Promise<StartContinuousExportCommandOutput> | void {
908
- const command = new StartContinuousExportCommand(args);
909
- if (typeof optionsOrCb === "function") {
910
- this.send(command, optionsOrCb);
911
- } else if (typeof cb === "function") {
912
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
913
- this.send(command, optionsOrCb || {}, cb);
914
- } else {
915
- return this.send(command, optionsOrCb);
916
- }
917
- }
918
-
919
- /**
920
- * <p>Instructs the specified agents or connectors to start collecting data.</p>
921
- */
922
- public startDataCollectionByAgentIds(
923
- args: StartDataCollectionByAgentIdsCommandInput,
924
- options?: __HttpHandlerOptions
925
- ): Promise<StartDataCollectionByAgentIdsCommandOutput>;
926
- public startDataCollectionByAgentIds(
927
- args: StartDataCollectionByAgentIdsCommandInput,
928
- cb: (err: any, data?: StartDataCollectionByAgentIdsCommandOutput) => void
929
- ): void;
930
- public startDataCollectionByAgentIds(
931
- args: StartDataCollectionByAgentIdsCommandInput,
932
- options: __HttpHandlerOptions,
933
- cb: (err: any, data?: StartDataCollectionByAgentIdsCommandOutput) => void
934
- ): void;
935
- public startDataCollectionByAgentIds(
936
- args: StartDataCollectionByAgentIdsCommandInput,
937
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: StartDataCollectionByAgentIdsCommandOutput) => void),
938
- cb?: (err: any, data?: StartDataCollectionByAgentIdsCommandOutput) => void
939
- ): Promise<StartDataCollectionByAgentIdsCommandOutput> | void {
940
- const command = new StartDataCollectionByAgentIdsCommand(args);
941
- if (typeof optionsOrCb === "function") {
942
- this.send(command, optionsOrCb);
943
- } else if (typeof cb === "function") {
944
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
945
- this.send(command, optionsOrCb || {}, cb);
946
- } else {
947
- return this.send(command, optionsOrCb);
948
- }
949
- }
950
-
951
- /**
952
- * <p> Begins the export of discovered data to an S3 bucket.</p>
953
- * <p> If you specify <code>agentIds</code> in a filter, the task exports up to 72 hours of
954
- * detailed data collected by the identified Application Discovery Agent, including network,
955
- * process, and performance details. A time range for exported agent data may be set by using
956
- * <code>startTime</code> and <code>endTime</code>. Export of detailed agent data is limited to
957
- * five concurrently running exports. </p>
958
- * <p> If you do not include an <code>agentIds</code> filter, summary data is exported that
959
- * includes both AWS Agentless Discovery Connector data and summary data from AWS Discovery
960
- * Agents. Export of summary data is limited to two exports per day. </p>
961
- */
962
- public startExportTask(
963
- args: StartExportTaskCommandInput,
964
- options?: __HttpHandlerOptions
965
- ): Promise<StartExportTaskCommandOutput>;
966
- public startExportTask(
967
- args: StartExportTaskCommandInput,
968
- cb: (err: any, data?: StartExportTaskCommandOutput) => void
969
- ): void;
970
- public startExportTask(
971
- args: StartExportTaskCommandInput,
972
- options: __HttpHandlerOptions,
973
- cb: (err: any, data?: StartExportTaskCommandOutput) => void
974
- ): void;
975
- public startExportTask(
976
- args: StartExportTaskCommandInput,
977
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: StartExportTaskCommandOutput) => void),
978
- cb?: (err: any, data?: StartExportTaskCommandOutput) => void
979
- ): Promise<StartExportTaskCommandOutput> | void {
980
- const command = new StartExportTaskCommand(args);
981
- if (typeof optionsOrCb === "function") {
982
- this.send(command, optionsOrCb);
983
- } else if (typeof cb === "function") {
984
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
985
- this.send(command, optionsOrCb || {}, cb);
986
- } else {
987
- return this.send(command, optionsOrCb);
988
- }
989
- }
990
-
991
- /**
992
- * <p>Starts an import task, which allows you to import details of your on-premises environment
993
- * directly into AWS Migration Hub without having to use the Application Discovery Service (ADS)
994
- * tools such as the Discovery Connector or Discovery Agent. This gives you the option to perform
995
- * migration assessment and planning directly from your imported data, including the ability to
996
- * group your devices as applications and track their migration status.</p>
997
- *
998
- * <p>To start an import request, do this:</p>
999
- *
1000
- * <ol>
1001
- * <li>
1002
- * <p>Download the specially formatted comma separated value (CSV) import template, which
1003
- * you can find here: <a href="https://s3-us-west-2.amazonaws.com/templates-7cffcf56-bd96-4b1c-b45b-a5b42f282e46/import_template.csv">https://s3-us-west-2.amazonaws.com/templates-7cffcf56-bd96-4b1c-b45b-a5b42f282e46/import_template.csv</a>.</p>
1004
- * </li>
1005
- * <li>
1006
- * <p>Fill out the template with your server and application data.</p>
1007
- * </li>
1008
- * <li>
1009
- * <p>Upload your import file to an Amazon S3 bucket, and make a note of it's Object URL.
1010
- * Your import file must be in the CSV format.</p>
1011
- * </li>
1012
- * <li>
1013
- * <p>Use the console or the <code>StartImportTask</code> command with the AWS CLI or one of
1014
- * the AWS SDKs to import the records from your file.</p>
1015
- * </li>
1016
- * </ol>
1017
- *
1018
- * <p>For more information, including step-by-step procedures, see <a href="https://docs.aws.amazon.com/application-discovery/latest/userguide/discovery-import.html">Migration Hub
1019
- * Import</a> in the <i>AWS Application Discovery Service User
1020
- * Guide</i>.</p>
1021
- *
1022
- * <note>
1023
- * <p>There are limits to the number of import tasks you can create (and delete) in an AWS
1024
- * account. For more information, see <a href="https://docs.aws.amazon.com/application-discovery/latest/userguide/ads_service_limits.html">AWS Application
1025
- * Discovery Service Limits</a> in the <i>AWS Application Discovery Service User
1026
- * Guide</i>.</p>
1027
- * </note>
1028
- */
1029
- public startImportTask(
1030
- args: StartImportTaskCommandInput,
1031
- options?: __HttpHandlerOptions
1032
- ): Promise<StartImportTaskCommandOutput>;
1033
- public startImportTask(
1034
- args: StartImportTaskCommandInput,
1035
- cb: (err: any, data?: StartImportTaskCommandOutput) => void
1036
- ): void;
1037
- public startImportTask(
1038
- args: StartImportTaskCommandInput,
1039
- options: __HttpHandlerOptions,
1040
- cb: (err: any, data?: StartImportTaskCommandOutput) => void
1041
- ): void;
1042
- public startImportTask(
1043
- args: StartImportTaskCommandInput,
1044
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: StartImportTaskCommandOutput) => void),
1045
- cb?: (err: any, data?: StartImportTaskCommandOutput) => void
1046
- ): Promise<StartImportTaskCommandOutput> | void {
1047
- const command = new StartImportTaskCommand(args);
1048
- if (typeof optionsOrCb === "function") {
1049
- this.send(command, optionsOrCb);
1050
- } else if (typeof cb === "function") {
1051
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1052
- this.send(command, optionsOrCb || {}, cb);
1053
- } else {
1054
- return this.send(command, optionsOrCb);
1055
- }
1056
- }
1057
-
1058
- /**
1059
- * <p>Stop the continuous flow of agent's discovered data into Amazon Athena.</p>
1060
- */
1061
- public stopContinuousExport(
1062
- args: StopContinuousExportCommandInput,
1063
- options?: __HttpHandlerOptions
1064
- ): Promise<StopContinuousExportCommandOutput>;
1065
- public stopContinuousExport(
1066
- args: StopContinuousExportCommandInput,
1067
- cb: (err: any, data?: StopContinuousExportCommandOutput) => void
1068
- ): void;
1069
- public stopContinuousExport(
1070
- args: StopContinuousExportCommandInput,
1071
- options: __HttpHandlerOptions,
1072
- cb: (err: any, data?: StopContinuousExportCommandOutput) => void
1073
- ): void;
1074
- public stopContinuousExport(
1075
- args: StopContinuousExportCommandInput,
1076
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: StopContinuousExportCommandOutput) => void),
1077
- cb?: (err: any, data?: StopContinuousExportCommandOutput) => void
1078
- ): Promise<StopContinuousExportCommandOutput> | void {
1079
- const command = new StopContinuousExportCommand(args);
1080
- if (typeof optionsOrCb === "function") {
1081
- this.send(command, optionsOrCb);
1082
- } else if (typeof cb === "function") {
1083
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1084
- this.send(command, optionsOrCb || {}, cb);
1085
- } else {
1086
- return this.send(command, optionsOrCb);
1087
- }
1088
- }
1089
-
1090
- /**
1091
- * <p>Instructs the specified agents or connectors to stop collecting data.</p>
1092
- */
1093
- public stopDataCollectionByAgentIds(
1094
- args: StopDataCollectionByAgentIdsCommandInput,
1095
- options?: __HttpHandlerOptions
1096
- ): Promise<StopDataCollectionByAgentIdsCommandOutput>;
1097
- public stopDataCollectionByAgentIds(
1098
- args: StopDataCollectionByAgentIdsCommandInput,
1099
- cb: (err: any, data?: StopDataCollectionByAgentIdsCommandOutput) => void
1100
- ): void;
1101
- public stopDataCollectionByAgentIds(
1102
- args: StopDataCollectionByAgentIdsCommandInput,
1103
- options: __HttpHandlerOptions,
1104
- cb: (err: any, data?: StopDataCollectionByAgentIdsCommandOutput) => void
1105
- ): void;
1106
- public stopDataCollectionByAgentIds(
1107
- args: StopDataCollectionByAgentIdsCommandInput,
1108
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: StopDataCollectionByAgentIdsCommandOutput) => void),
1109
- cb?: (err: any, data?: StopDataCollectionByAgentIdsCommandOutput) => void
1110
- ): Promise<StopDataCollectionByAgentIdsCommandOutput> | void {
1111
- const command = new StopDataCollectionByAgentIdsCommand(args);
1112
- if (typeof optionsOrCb === "function") {
1113
- this.send(command, optionsOrCb);
1114
- } else if (typeof cb === "function") {
1115
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1116
- this.send(command, optionsOrCb || {}, cb);
1117
- } else {
1118
- return this.send(command, optionsOrCb);
1119
- }
1120
- }
1121
-
1122
- /**
1123
- * <p>Updates metadata about an application.</p>
1124
- */
1125
- public updateApplication(
1126
- args: UpdateApplicationCommandInput,
1127
- options?: __HttpHandlerOptions
1128
- ): Promise<UpdateApplicationCommandOutput>;
1129
- public updateApplication(
1130
- args: UpdateApplicationCommandInput,
1131
- cb: (err: any, data?: UpdateApplicationCommandOutput) => void
1132
- ): void;
1133
- public updateApplication(
1134
- args: UpdateApplicationCommandInput,
1135
- options: __HttpHandlerOptions,
1136
- cb: (err: any, data?: UpdateApplicationCommandOutput) => void
1137
- ): void;
1138
- public updateApplication(
1139
- args: UpdateApplicationCommandInput,
1140
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: UpdateApplicationCommandOutput) => void),
1141
- cb?: (err: any, data?: UpdateApplicationCommandOutput) => void
1142
- ): Promise<UpdateApplicationCommandOutput> | void {
1143
- const command = new UpdateApplicationCommand(args);
1144
- if (typeof optionsOrCb === "function") {
1145
- this.send(command, optionsOrCb);
1146
- } else if (typeof cb === "function") {
1147
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1148
- this.send(command, optionsOrCb || {}, cb);
1149
- } else {
1150
- return this.send(command, optionsOrCb);
1151
- }
1152
- }
1153
- }