@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,1777 +0,0 @@
1
- import { MetadataBearer as $MetadataBearer, SmithyException as __SmithyException } from "@aws-sdk/types";
2
- /**
3
- * <p>Information about agents or connectors that were instructed to start collecting data.
4
- * Information includes the agent/connector ID, a description of the operation, and whether the
5
- * agent/connector configuration was updated.</p>
6
- */
7
- export interface AgentConfigurationStatus {
8
- /**
9
- * <p>The agent/connector ID.</p>
10
- */
11
- agentId?: string;
12
- /**
13
- * <p>Information about the status of the <code>StartDataCollection</code> and
14
- * <code>StopDataCollection</code> operations. The system has recorded the data collection
15
- * operation. The agent/connector receives this command the next time it polls for a new command.
16
- * </p>
17
- */
18
- operationSucceeded?: boolean;
19
- /**
20
- * <p>A description of the operation performed.</p>
21
- */
22
- description?: string;
23
- }
24
- export declare namespace AgentConfigurationStatus {
25
- /**
26
- * @internal
27
- */
28
- const filterSensitiveLog: (obj: AgentConfigurationStatus) => any;
29
- }
30
- /**
31
- * <p>Network details about the host where the agent/connector resides.</p>
32
- */
33
- export interface AgentNetworkInfo {
34
- /**
35
- * <p>The IP address for the host where the agent/connector resides.</p>
36
- */
37
- ipAddress?: string;
38
- /**
39
- * <p>The MAC address for the host where the agent/connector resides.</p>
40
- */
41
- macAddress?: string;
42
- }
43
- export declare namespace AgentNetworkInfo {
44
- /**
45
- * @internal
46
- */
47
- const filterSensitiveLog: (obj: AgentNetworkInfo) => any;
48
- }
49
- export declare enum AgentStatus {
50
- BLACKLISTED = "BLACKLISTED",
51
- HEALTHY = "HEALTHY",
52
- RUNNING = "RUNNING",
53
- SHUTDOWN = "SHUTDOWN",
54
- UNHEALTHY = "UNHEALTHY",
55
- UNKNOWN = "UNKNOWN"
56
- }
57
- /**
58
- * <p>Information about agents or connectors associated with the user’s AWS account.
59
- * Information includes agent or connector IDs, IP addresses, media access control (MAC)
60
- * addresses, agent or connector health, hostname where the agent or connector resides, and agent
61
- * version for each agent.</p>
62
- */
63
- export interface AgentInfo {
64
- /**
65
- * <p>The agent or connector ID.</p>
66
- */
67
- agentId?: string;
68
- /**
69
- * <p>The name of the host where the agent or connector resides. The host can be a server or
70
- * virtual machine.</p>
71
- */
72
- hostName?: string;
73
- /**
74
- * <p>Network details about the host where the agent or connector resides.</p>
75
- */
76
- agentNetworkInfoList?: AgentNetworkInfo[];
77
- /**
78
- * <p>The ID of the connector.</p>
79
- */
80
- connectorId?: string;
81
- /**
82
- * <p>The agent or connector version.</p>
83
- */
84
- version?: string;
85
- /**
86
- * <p>The health of the agent or connector.</p>
87
- */
88
- health?: AgentStatus | string;
89
- /**
90
- * <p>Time since agent or connector health was reported.</p>
91
- */
92
- lastHealthPingTime?: string;
93
- /**
94
- * <p>Status of the collection process for an agent or connector.</p>
95
- */
96
- collectionStatus?: string;
97
- /**
98
- * <p>Type of agent.</p>
99
- */
100
- agentType?: string;
101
- /**
102
- * <p>Agent's first registration timestamp in UTC.</p>
103
- */
104
- registeredTime?: string;
105
- }
106
- export declare namespace AgentInfo {
107
- /**
108
- * @internal
109
- */
110
- const filterSensitiveLog: (obj: AgentInfo) => any;
111
- }
112
- export interface AssociateConfigurationItemsToApplicationRequest {
113
- /**
114
- * <p>The configuration ID of an application with which items are to be associated.</p>
115
- */
116
- applicationConfigurationId: string | undefined;
117
- /**
118
- * <p>The ID of each configuration item to be associated with an application.</p>
119
- */
120
- configurationIds: string[] | undefined;
121
- }
122
- export declare namespace AssociateConfigurationItemsToApplicationRequest {
123
- /**
124
- * @internal
125
- */
126
- const filterSensitiveLog: (obj: AssociateConfigurationItemsToApplicationRequest) => any;
127
- }
128
- export interface AssociateConfigurationItemsToApplicationResponse {
129
- }
130
- export declare namespace AssociateConfigurationItemsToApplicationResponse {
131
- /**
132
- * @internal
133
- */
134
- const filterSensitiveLog: (obj: AssociateConfigurationItemsToApplicationResponse) => any;
135
- }
136
- /**
137
- * <p>The AWS user account does not have permission to perform the action. Check the IAM
138
- * policy associated with this account.</p>
139
- */
140
- export interface AuthorizationErrorException extends __SmithyException, $MetadataBearer {
141
- name: "AuthorizationErrorException";
142
- $fault: "client";
143
- message?: string;
144
- }
145
- export declare namespace AuthorizationErrorException {
146
- /**
147
- * @internal
148
- */
149
- const filterSensitiveLog: (obj: AuthorizationErrorException) => any;
150
- }
151
- /**
152
- * <p>The home region is not set. Set the home region to continue.</p>
153
- */
154
- export interface HomeRegionNotSetException extends __SmithyException, $MetadataBearer {
155
- name: "HomeRegionNotSetException";
156
- $fault: "client";
157
- message?: string;
158
- }
159
- export declare namespace HomeRegionNotSetException {
160
- /**
161
- * @internal
162
- */
163
- const filterSensitiveLog: (obj: HomeRegionNotSetException) => any;
164
- }
165
- /**
166
- * <p>One or more parameters are not valid. Verify the parameters and try again.</p>
167
- */
168
- export interface InvalidParameterException extends __SmithyException, $MetadataBearer {
169
- name: "InvalidParameterException";
170
- $fault: "client";
171
- message?: string;
172
- }
173
- export declare namespace InvalidParameterException {
174
- /**
175
- * @internal
176
- */
177
- const filterSensitiveLog: (obj: InvalidParameterException) => any;
178
- }
179
- /**
180
- * <p>The value of one or more parameters are either invalid or out of range. Verify the
181
- * parameter values and try again.</p>
182
- */
183
- export interface InvalidParameterValueException extends __SmithyException, $MetadataBearer {
184
- name: "InvalidParameterValueException";
185
- $fault: "client";
186
- message?: string;
187
- }
188
- export declare namespace InvalidParameterValueException {
189
- /**
190
- * @internal
191
- */
192
- const filterSensitiveLog: (obj: InvalidParameterValueException) => any;
193
- }
194
- /**
195
- * <p>The server experienced an internal error. Try again.</p>
196
- */
197
- export interface ServerInternalErrorException extends __SmithyException, $MetadataBearer {
198
- name: "ServerInternalErrorException";
199
- $fault: "server";
200
- message?: string;
201
- }
202
- export declare namespace ServerInternalErrorException {
203
- /**
204
- * @internal
205
- */
206
- const filterSensitiveLog: (obj: ServerInternalErrorException) => any;
207
- }
208
- export interface BatchDeleteImportDataRequest {
209
- /**
210
- * <p>The IDs for the import tasks that you want to delete.</p>
211
- */
212
- importTaskIds: string[] | undefined;
213
- }
214
- export declare namespace BatchDeleteImportDataRequest {
215
- /**
216
- * @internal
217
- */
218
- const filterSensitiveLog: (obj: BatchDeleteImportDataRequest) => any;
219
- }
220
- export declare enum BatchDeleteImportDataErrorCode {
221
- INTERNAL_SERVER_ERROR = "INTERNAL_SERVER_ERROR",
222
- NOT_FOUND = "NOT_FOUND",
223
- OVER_LIMIT = "OVER_LIMIT"
224
- }
225
- /**
226
- * <p>Error messages returned for each import task that you deleted as a response for this
227
- * command.</p>
228
- */
229
- export interface BatchDeleteImportDataError {
230
- /**
231
- * <p>The unique import ID associated with the error that occurred.</p>
232
- */
233
- importTaskId?: string;
234
- /**
235
- * <p>The type of error that occurred for a specific import task.</p>
236
- */
237
- errorCode?: BatchDeleteImportDataErrorCode | string;
238
- /**
239
- * <p>The description of the error that occurred for a specific import task.</p>
240
- */
241
- errorDescription?: string;
242
- }
243
- export declare namespace BatchDeleteImportDataError {
244
- /**
245
- * @internal
246
- */
247
- const filterSensitiveLog: (obj: BatchDeleteImportDataError) => any;
248
- }
249
- export interface BatchDeleteImportDataResponse {
250
- /**
251
- * <p>Error messages returned for each import task that you deleted as a response for this
252
- * command.</p>
253
- */
254
- errors?: BatchDeleteImportDataError[];
255
- }
256
- export declare namespace BatchDeleteImportDataResponse {
257
- /**
258
- * @internal
259
- */
260
- const filterSensitiveLog: (obj: BatchDeleteImportDataResponse) => any;
261
- }
262
- export interface CreateApplicationRequest {
263
- /**
264
- * <p>Name of the application to be created.</p>
265
- */
266
- name: string | undefined;
267
- /**
268
- * <p>Description of the application to be created.</p>
269
- */
270
- description?: string;
271
- }
272
- export declare namespace CreateApplicationRequest {
273
- /**
274
- * @internal
275
- */
276
- const filterSensitiveLog: (obj: CreateApplicationRequest) => any;
277
- }
278
- export interface CreateApplicationResponse {
279
- /**
280
- * <p>Configuration ID of an application to be created.</p>
281
- */
282
- configurationId?: string;
283
- }
284
- export declare namespace CreateApplicationResponse {
285
- /**
286
- * @internal
287
- */
288
- const filterSensitiveLog: (obj: CreateApplicationResponse) => any;
289
- }
290
- /**
291
- * <p>Metadata that help you categorize IT assets.</p>
292
- */
293
- export interface Tag {
294
- /**
295
- * <p>The type of tag on which to filter.</p>
296
- */
297
- key: string | undefined;
298
- /**
299
- * <p>A value for a tag key on which to filter.</p>
300
- */
301
- value: string | undefined;
302
- }
303
- export declare namespace Tag {
304
- /**
305
- * @internal
306
- */
307
- const filterSensitiveLog: (obj: Tag) => any;
308
- }
309
- export interface CreateTagsRequest {
310
- /**
311
- * <p>A list of configuration items that you want to tag.</p>
312
- */
313
- configurationIds: string[] | undefined;
314
- /**
315
- * <p>Tags that you want to associate with one or more configuration items. Specify the tags
316
- * that you want to create in a <i>key</i>-<i>value</i> format. For
317
- * example:</p>
318
- * <p>
319
- * <code>{"key": "serverType", "value": "webServer"}</code>
320
- * </p>
321
- */
322
- tags: Tag[] | undefined;
323
- }
324
- export declare namespace CreateTagsRequest {
325
- /**
326
- * @internal
327
- */
328
- const filterSensitiveLog: (obj: CreateTagsRequest) => any;
329
- }
330
- export interface CreateTagsResponse {
331
- }
332
- export declare namespace CreateTagsResponse {
333
- /**
334
- * @internal
335
- */
336
- const filterSensitiveLog: (obj: CreateTagsResponse) => any;
337
- }
338
- /**
339
- * <p>The specified configuration ID was not located. Verify the configuration ID and try
340
- * again.</p>
341
- */
342
- export interface ResourceNotFoundException extends __SmithyException, $MetadataBearer {
343
- name: "ResourceNotFoundException";
344
- $fault: "client";
345
- message?: string;
346
- }
347
- export declare namespace ResourceNotFoundException {
348
- /**
349
- * @internal
350
- */
351
- const filterSensitiveLog: (obj: ResourceNotFoundException) => any;
352
- }
353
- export interface DeleteApplicationsRequest {
354
- /**
355
- * <p>Configuration ID of an application to be deleted.</p>
356
- */
357
- configurationIds: string[] | undefined;
358
- }
359
- export declare namespace DeleteApplicationsRequest {
360
- /**
361
- * @internal
362
- */
363
- const filterSensitiveLog: (obj: DeleteApplicationsRequest) => any;
364
- }
365
- export interface DeleteApplicationsResponse {
366
- }
367
- export declare namespace DeleteApplicationsResponse {
368
- /**
369
- * @internal
370
- */
371
- const filterSensitiveLog: (obj: DeleteApplicationsResponse) => any;
372
- }
373
- export interface DeleteTagsRequest {
374
- /**
375
- * <p>A list of configuration items with tags that you want to delete.</p>
376
- */
377
- configurationIds: string[] | undefined;
378
- /**
379
- * <p>Tags that you want to delete from one or more configuration items. Specify the tags
380
- * that you want to delete in a <i>key</i>-<i>value</i> format. For
381
- * example:</p>
382
- * <p>
383
- * <code>{"key": "serverType", "value": "webServer"}</code>
384
- * </p>
385
- */
386
- tags?: Tag[];
387
- }
388
- export declare namespace DeleteTagsRequest {
389
- /**
390
- * @internal
391
- */
392
- const filterSensitiveLog: (obj: DeleteTagsRequest) => any;
393
- }
394
- export interface DeleteTagsResponse {
395
- }
396
- export declare namespace DeleteTagsResponse {
397
- /**
398
- * @internal
399
- */
400
- const filterSensitiveLog: (obj: DeleteTagsResponse) => any;
401
- }
402
- /**
403
- * <p>A filter that can use conditional operators.</p>
404
- * <p>For more information about filters, see <a href="https://docs.aws.amazon.com/application-discovery/latest/userguide/discovery-api-queries.html">Querying Discovered
405
- * Configuration Items</a> in the <i>AWS Application Discovery Service User
406
- * Guide</i>. </p>
407
- */
408
- export interface Filter {
409
- /**
410
- * <p>The name of the filter.</p>
411
- */
412
- name: string | undefined;
413
- /**
414
- * <p>A string value on which to filter. For example, if you choose the
415
- * <code>destinationServer.osVersion</code> filter name, you could specify <code>Ubuntu</code>
416
- * for the value.</p>
417
- */
418
- values: string[] | undefined;
419
- /**
420
- * <p>A conditional operator. The following operators are valid: EQUALS, NOT_EQUALS,
421
- * CONTAINS, NOT_CONTAINS. If you specify multiple filters, the system utilizes all filters as
422
- * though concatenated by <i>AND</i>. If you specify multiple values for a
423
- * particular filter, the system differentiates the values using <i>OR</i>. Calling
424
- * either <i>DescribeConfigurations</i> or <i>ListConfigurations</i>
425
- * returns attributes of matching configuration items.</p>
426
- */
427
- condition: string | undefined;
428
- }
429
- export declare namespace Filter {
430
- /**
431
- * @internal
432
- */
433
- const filterSensitiveLog: (obj: Filter) => any;
434
- }
435
- export interface DescribeAgentsRequest {
436
- /**
437
- * <p>The agent or the Connector IDs for which you want information. If you specify no IDs,
438
- * the system returns information about all agents/Connectors associated with your AWS user
439
- * account.</p>
440
- */
441
- agentIds?: string[];
442
- /**
443
- * <p>You can filter the request using various logical operators and a
444
- * <i>key</i>-<i>value</i> format. For example: </p>
445
- * <p>
446
- * <code>{"key": "collectionStatus", "value": "STARTED"}</code>
447
- * </p>
448
- */
449
- filters?: Filter[];
450
- /**
451
- * <p>The total number of agents/Connectors to return in a single page of output. The maximum
452
- * value is 100.</p>
453
- */
454
- maxResults?: number;
455
- /**
456
- * <p>Token to retrieve the next set of results. For example, if you previously specified 100
457
- * IDs for <code>DescribeAgentsRequest$agentIds</code> but set
458
- * <code>DescribeAgentsRequest$maxResults</code> to 10, you received a set of 10 results along
459
- * with a token. Use that token in this query to get the next set of 10.</p>
460
- */
461
- nextToken?: string;
462
- }
463
- export declare namespace DescribeAgentsRequest {
464
- /**
465
- * @internal
466
- */
467
- const filterSensitiveLog: (obj: DescribeAgentsRequest) => any;
468
- }
469
- export interface DescribeAgentsResponse {
470
- /**
471
- * <p>Lists agents or the Connector by ID or lists all agents/Connectors associated with your
472
- * user account if you did not specify an agent/Connector ID. The output includes agent/Connector
473
- * IDs, IP addresses, media access control (MAC) addresses, agent/Connector health, host name
474
- * where the agent/Connector resides, and the version number of each agent/Connector.</p>
475
- */
476
- agentsInfo?: AgentInfo[];
477
- /**
478
- * <p>Token to retrieve the next set of results. For example, if you specified 100 IDs for
479
- * <code>DescribeAgentsRequest$agentIds</code> but set
480
- * <code>DescribeAgentsRequest$maxResults</code> to 10, you received a set of 10 results along
481
- * with this token. Use this token in the next query to retrieve the next set of 10.</p>
482
- */
483
- nextToken?: string;
484
- }
485
- export declare namespace DescribeAgentsResponse {
486
- /**
487
- * @internal
488
- */
489
- const filterSensitiveLog: (obj: DescribeAgentsResponse) => any;
490
- }
491
- export interface DescribeConfigurationsRequest {
492
- /**
493
- * <p>One or more configuration IDs.</p>
494
- */
495
- configurationIds: string[] | undefined;
496
- }
497
- export declare namespace DescribeConfigurationsRequest {
498
- /**
499
- * @internal
500
- */
501
- const filterSensitiveLog: (obj: DescribeConfigurationsRequest) => any;
502
- }
503
- export interface DescribeConfigurationsResponse {
504
- /**
505
- * <p>A key in the response map. The value is an array of data.</p>
506
- */
507
- configurations?: {
508
- [key: string]: string;
509
- }[];
510
- }
511
- export declare namespace DescribeConfigurationsResponse {
512
- /**
513
- * @internal
514
- */
515
- const filterSensitiveLog: (obj: DescribeConfigurationsResponse) => any;
516
- }
517
- export interface DescribeContinuousExportsRequest {
518
- /**
519
- * <p>The unique IDs assigned to the exports.</p>
520
- */
521
- exportIds?: string[];
522
- /**
523
- * <p>A number between 1 and 100 specifying the maximum number of continuous export
524
- * descriptions returned.</p>
525
- */
526
- maxResults?: number;
527
- /**
528
- * <p>The token from the previous call to <code>DescribeExportTasks</code>.</p>
529
- */
530
- nextToken?: string;
531
- }
532
- export declare namespace DescribeContinuousExportsRequest {
533
- /**
534
- * @internal
535
- */
536
- const filterSensitiveLog: (obj: DescribeContinuousExportsRequest) => any;
537
- }
538
- export declare enum DataSource {
539
- AGENT = "AGENT"
540
- }
541
- export declare enum ContinuousExportStatus {
542
- ACTIVE = "ACTIVE",
543
- ERROR = "ERROR",
544
- INACTIVE = "INACTIVE",
545
- START_FAILED = "START_FAILED",
546
- START_IN_PROGRESS = "START_IN_PROGRESS",
547
- STOP_FAILED = "STOP_FAILED",
548
- STOP_IN_PROGRESS = "STOP_IN_PROGRESS"
549
- }
550
- /**
551
- * <p>A list of continuous export descriptions.</p>
552
- */
553
- export interface ContinuousExportDescription {
554
- /**
555
- * <p>The unique ID assigned to this export.</p>
556
- */
557
- exportId?: string;
558
- /**
559
- * <p>Describes the status of the export. Can be one of the following values:</p>
560
- * <ul>
561
- * <li>
562
- * <p>START_IN_PROGRESS - setting up resources to start continuous export.</p>
563
- * </li>
564
- * <li>
565
- * <p>START_FAILED - an error occurred setting up continuous export. To recover, call
566
- * start-continuous-export again.</p>
567
- * </li>
568
- * <li>
569
- * <p>ACTIVE - data is being exported to the customer bucket.</p>
570
- * </li>
571
- * <li>
572
- * <p>ERROR - an error occurred during export. To fix the issue, call
573
- * stop-continuous-export and start-continuous-export.</p>
574
- * </li>
575
- * <li>
576
- * <p>STOP_IN_PROGRESS - stopping the export.</p>
577
- * </li>
578
- * <li>
579
- * <p>STOP_FAILED - an error occurred stopping the export. To recover, call
580
- * stop-continuous-export again.</p>
581
- * </li>
582
- * <li>
583
- * <p>INACTIVE - the continuous export has been stopped. Data is no longer being exported
584
- * to the customer bucket.</p>
585
- * </li>
586
- * </ul>
587
- */
588
- status?: ContinuousExportStatus | string;
589
- /**
590
- * <p>Contains information about any errors that have occurred. This data type can have the
591
- * following values:</p>
592
- *
593
- * <ul>
594
- * <li>
595
- * <p>ACCESS_DENIED - You don’t have permission to start Data Exploration in Amazon
596
- * Athena. Contact your AWS administrator for help. For more information, see <a href="http://docs.aws.amazon.com/application-discovery/latest/userguide/setting-up.html">Setting Up AWS Application Discovery Service</a> in the Application Discovery
597
- * Service User Guide.</p>
598
- * </li>
599
- * <li>
600
- * <p>DELIVERY_STREAM_LIMIT_FAILURE - You reached the limit for Amazon Kinesis Data
601
- * Firehose delivery streams. Reduce the number of streams or request a limit increase and
602
- * try again. For more information, see <a href="http://docs.aws.amazon.com/streams/latest/dev/service-sizes-and-limits.html">Kinesis Data Streams Limits</a> in the Amazon Kinesis Data Streams Developer
603
- * Guide.</p>
604
- * </li>
605
- * <li>
606
- * <p>FIREHOSE_ROLE_MISSING - The Data Exploration feature is in an error state because
607
- * your IAM User is missing the AWSApplicationDiscoveryServiceFirehose role. Turn on Data
608
- * Exploration in Amazon Athena and try again. For more information, see <a href="http://docs.aws.amazon.com/application-discovery/latest/userguide/setting-up.html#setting-up-user-policy">Step 3: Provide Application Discovery Service Access to Non-Administrator Users by
609
- * Attaching Policies</a> in the Application Discovery Service User Guide.</p>
610
- * </li>
611
- * <li>
612
- * <p>FIREHOSE_STREAM_DOES_NOT_EXIST - The Data Exploration feature is in an error state
613
- * because your IAM User is missing one or more of the Kinesis data delivery
614
- * streams.</p>
615
- * </li>
616
- * <li>
617
- * <p>INTERNAL_FAILURE - The Data Exploration feature is in an error state because of an
618
- * internal failure. Try again later. If this problem persists, contact AWS
619
- * Support.</p>
620
- * </li>
621
- * <li>
622
- * <p>S3_BUCKET_LIMIT_FAILURE - You reached the limit for Amazon S3 buckets. Reduce the
623
- * number of Amazon S3 buckets or request a limit increase and try again. For more
624
- * information, see <a href="http://docs.aws.amazon.com/AmazonS3/latest/dev/BucketRestrictions.html">Bucket
625
- * Restrictions and Limitations</a> in the Amazon Simple Storage Service Developer
626
- * Guide.</p>
627
- * </li>
628
- * <li>
629
- * <p>S3_NOT_SIGNED_UP - Your account is not signed up for the Amazon S3 service. You
630
- * must sign up before you can use Amazon S3. You can sign up at the following URL: <a href="https://aws.amazon.com/s3">https://aws.amazon.com/s3</a>.</p>
631
- * </li>
632
- * </ul>
633
- */
634
- statusDetail?: string;
635
- /**
636
- * <p>The name of the s3 bucket where the export data parquet files are stored.</p>
637
- */
638
- s3Bucket?: string;
639
- /**
640
- * <p>The timestamp representing when the continuous export was started.</p>
641
- */
642
- startTime?: Date;
643
- /**
644
- * <p>The timestamp that represents when this continuous export was stopped.</p>
645
- */
646
- stopTime?: Date;
647
- /**
648
- * <p>The type of data collector used to gather this data (currently only offered for
649
- * AGENT).</p>
650
- */
651
- dataSource?: DataSource | string;
652
- /**
653
- * <p>An object which describes how the data is stored.</p>
654
- * <ul>
655
- * <li>
656
- * <p>
657
- * <code>databaseName</code> - the name of the Glue database used to store the
658
- * schema.</p>
659
- * </li>
660
- * </ul>
661
- */
662
- schemaStorageConfig?: {
663
- [key: string]: string;
664
- };
665
- }
666
- export declare namespace ContinuousExportDescription {
667
- /**
668
- * @internal
669
- */
670
- const filterSensitiveLog: (obj: ContinuousExportDescription) => any;
671
- }
672
- export interface DescribeContinuousExportsResponse {
673
- /**
674
- * <p>A list of continuous export descriptions.</p>
675
- */
676
- descriptions?: ContinuousExportDescription[];
677
- /**
678
- * <p>The token from the previous call to <code>DescribeExportTasks</code>.</p>
679
- */
680
- nextToken?: string;
681
- }
682
- export declare namespace DescribeContinuousExportsResponse {
683
- /**
684
- * @internal
685
- */
686
- const filterSensitiveLog: (obj: DescribeContinuousExportsResponse) => any;
687
- }
688
- /**
689
- * <p>This operation is not permitted.</p>
690
- */
691
- export interface OperationNotPermittedException extends __SmithyException, $MetadataBearer {
692
- name: "OperationNotPermittedException";
693
- $fault: "client";
694
- message?: string;
695
- }
696
- export declare namespace OperationNotPermittedException {
697
- /**
698
- * @internal
699
- */
700
- const filterSensitiveLog: (obj: OperationNotPermittedException) => any;
701
- }
702
- export interface DescribeExportConfigurationsRequest {
703
- /**
704
- * <p>A list of continuous export IDs to search for.</p>
705
- */
706
- exportIds?: string[];
707
- /**
708
- * <p>A number between 1 and 100 specifying the maximum number of continuous export
709
- * descriptions returned.</p>
710
- */
711
- maxResults?: number;
712
- /**
713
- * <p>The token from the previous call to describe-export-tasks.</p>
714
- */
715
- nextToken?: string;
716
- }
717
- export declare namespace DescribeExportConfigurationsRequest {
718
- /**
719
- * @internal
720
- */
721
- const filterSensitiveLog: (obj: DescribeExportConfigurationsRequest) => any;
722
- }
723
- export declare enum ExportStatus {
724
- FAILED = "FAILED",
725
- IN_PROGRESS = "IN_PROGRESS",
726
- SUCCEEDED = "SUCCEEDED"
727
- }
728
- /**
729
- * <p>Information regarding the export status of discovered data. The value is an array of
730
- * objects.</p>
731
- */
732
- export interface ExportInfo {
733
- /**
734
- * <p>A unique identifier used to query an export.</p>
735
- */
736
- exportId: string | undefined;
737
- /**
738
- * <p>The status of the data export job.</p>
739
- */
740
- exportStatus: ExportStatus | string | undefined;
741
- /**
742
- * <p>A status message provided for API callers.</p>
743
- */
744
- statusMessage: string | undefined;
745
- /**
746
- * <p>A URL for an Amazon S3 bucket where you can review the exported data. The URL is
747
- * displayed only if the export succeeded.</p>
748
- */
749
- configurationsDownloadUrl?: string;
750
- /**
751
- * <p>The time that the data export was initiated.</p>
752
- */
753
- exportRequestTime: Date | undefined;
754
- /**
755
- * <p>If true, the export of agent information exceeded the size limit for a single export
756
- * and the exported data is incomplete for the requested time range. To address this, select a
757
- * smaller time range for the export by using <code>startDate</code> and
758
- * <code>endDate</code>.</p>
759
- */
760
- isTruncated?: boolean;
761
- /**
762
- * <p>The value of <code>startTime</code> parameter in the <code>StartExportTask</code>
763
- * request. If no <code>startTime</code> was requested, this result does not appear in
764
- * <code>ExportInfo</code>.</p>
765
- */
766
- requestedStartTime?: Date;
767
- /**
768
- * <p>The <code>endTime</code> used in the <code>StartExportTask</code> request. If no
769
- * <code>endTime</code> was requested, this result does not appear in
770
- * <code>ExportInfo</code>.</p>
771
- */
772
- requestedEndTime?: Date;
773
- }
774
- export declare namespace ExportInfo {
775
- /**
776
- * @internal
777
- */
778
- const filterSensitiveLog: (obj: ExportInfo) => any;
779
- }
780
- export interface DescribeExportConfigurationsResponse {
781
- /**
782
- * <p></p>
783
- */
784
- exportsInfo?: ExportInfo[];
785
- /**
786
- * <p>The token from the previous call to describe-export-tasks.</p>
787
- */
788
- nextToken?: string;
789
- }
790
- export declare namespace DescribeExportConfigurationsResponse {
791
- /**
792
- * @internal
793
- */
794
- const filterSensitiveLog: (obj: DescribeExportConfigurationsResponse) => any;
795
- }
796
- /**
797
- * <p>Used to select which agent's data is to be exported. A single agent ID may be selected
798
- * for export using the <a href="http://docs.aws.amazon.com/application-discovery/latest/APIReference/API_StartExportTask.html">StartExportTask</a> action.</p>
799
- */
800
- export interface ExportFilter {
801
- /**
802
- * <p>A single <code>ExportFilter</code> name. Supported filters:
803
- * <code>agentId</code>.</p>
804
- */
805
- name: string | undefined;
806
- /**
807
- * <p>A single <code>agentId</code> for a Discovery Agent. An <code>agentId</code> can be
808
- * found using the <a href="http://docs.aws.amazon.com/application-discovery/latest/APIReference/API_DescribeExportTasks.html">DescribeAgents</a> action. Typically an ADS <code>agentId</code> is in the form
809
- * <code>o-0123456789abcdef0</code>.</p>
810
- */
811
- values: string[] | undefined;
812
- /**
813
- * <p>Supported condition: <code>EQUALS</code>
814
- * </p>
815
- */
816
- condition: string | undefined;
817
- }
818
- export declare namespace ExportFilter {
819
- /**
820
- * @internal
821
- */
822
- const filterSensitiveLog: (obj: ExportFilter) => any;
823
- }
824
- export interface DescribeExportTasksRequest {
825
- /**
826
- * <p>One or more unique identifiers used to query the status of an export request.</p>
827
- */
828
- exportIds?: string[];
829
- /**
830
- * <p>One or more filters.</p>
831
- * <ul>
832
- * <li>
833
- * <p>
834
- * <code>AgentId</code> - ID of the agent whose collected data will be
835
- * exported</p>
836
- * </li>
837
- * </ul>
838
- */
839
- filters?: ExportFilter[];
840
- /**
841
- * <p>The maximum number of volume results returned by <code>DescribeExportTasks</code> in
842
- * paginated output. When this parameter is used, <code>DescribeExportTasks</code> only returns
843
- * <code>maxResults</code> results in a single page along with a <code>nextToken</code>
844
- * response element.</p>
845
- */
846
- maxResults?: number;
847
- /**
848
- * <p>The <code>nextToken</code> value returned from a previous paginated
849
- * <code>DescribeExportTasks</code> request where <code>maxResults</code> was used and the
850
- * results exceeded the value of that parameter. Pagination continues from the end of the
851
- * previous results that returned the <code>nextToken</code> value. This value is null when there
852
- * are no more results to return.</p>
853
- */
854
- nextToken?: string;
855
- }
856
- export declare namespace DescribeExportTasksRequest {
857
- /**
858
- * @internal
859
- */
860
- const filterSensitiveLog: (obj: DescribeExportTasksRequest) => any;
861
- }
862
- export interface DescribeExportTasksResponse {
863
- /**
864
- * <p>Contains one or more sets of export request details. When the status of a request is
865
- * <code>SUCCEEDED</code>, the response includes a URL for an Amazon S3 bucket where you can
866
- * view the data in a CSV file.</p>
867
- */
868
- exportsInfo?: ExportInfo[];
869
- /**
870
- * <p>The <code>nextToken</code> value to include in a future
871
- * <code>DescribeExportTasks</code> request. When the results of a
872
- * <code>DescribeExportTasks</code> request exceed <code>maxResults</code>, this value can be
873
- * used to retrieve the next page of results. This value is null when there are no more results
874
- * to return.</p>
875
- */
876
- nextToken?: string;
877
- }
878
- export declare namespace DescribeExportTasksResponse {
879
- /**
880
- * @internal
881
- */
882
- const filterSensitiveLog: (obj: DescribeExportTasksResponse) => any;
883
- }
884
- export declare enum ImportTaskFilterName {
885
- IMPORT_TASK_ID = "IMPORT_TASK_ID",
886
- NAME = "NAME",
887
- STATUS = "STATUS"
888
- }
889
- /**
890
- * <p>A name-values pair of elements you can use to filter the results when querying your import
891
- * tasks. Currently, wildcards are not supported for filters.</p>
892
- *
893
- * <note>
894
- * <p>When filtering by import status, all other filter values are ignored.</p>
895
- * </note>
896
- */
897
- export interface ImportTaskFilter {
898
- /**
899
- * <p>The name, status, or import task ID for a specific import task.</p>
900
- */
901
- name?: ImportTaskFilterName | string;
902
- /**
903
- * <p>An array of strings that you can provide to match against a specific name, status, or
904
- * import task ID to filter the results for your import task queries.</p>
905
- */
906
- values?: string[];
907
- }
908
- export declare namespace ImportTaskFilter {
909
- /**
910
- * @internal
911
- */
912
- const filterSensitiveLog: (obj: ImportTaskFilter) => any;
913
- }
914
- export interface DescribeImportTasksRequest {
915
- /**
916
- * <p>An array of name-value pairs that you provide to filter the results for the
917
- * <code>DescribeImportTask</code> request to a specific subset of results. Currently, wildcard
918
- * values aren't supported for filters.</p>
919
- */
920
- filters?: ImportTaskFilter[];
921
- /**
922
- * <p>The maximum number of results that you want this request to return, up to 100.</p>
923
- */
924
- maxResults?: number;
925
- /**
926
- * <p>The token to request a specific page of results.</p>
927
- */
928
- nextToken?: string;
929
- }
930
- export declare namespace DescribeImportTasksRequest {
931
- /**
932
- * @internal
933
- */
934
- const filterSensitiveLog: (obj: DescribeImportTasksRequest) => any;
935
- }
936
- export declare enum ImportStatus {
937
- DELETE_COMPLETE = "DELETE_COMPLETE",
938
- DELETE_FAILED = "DELETE_FAILED",
939
- DELETE_FAILED_LIMIT_EXCEEDED = "DELETE_FAILED_LIMIT_EXCEEDED",
940
- DELETE_IN_PROGRESS = "DELETE_IN_PROGRESS",
941
- IMPORT_COMPLETE = "IMPORT_COMPLETE",
942
- IMPORT_COMPLETE_WITH_ERRORS = "IMPORT_COMPLETE_WITH_ERRORS",
943
- IMPORT_FAILED = "IMPORT_FAILED",
944
- IMPORT_FAILED_RECORD_LIMIT_EXCEEDED = "IMPORT_FAILED_RECORD_LIMIT_EXCEEDED",
945
- IMPORT_FAILED_SERVER_LIMIT_EXCEEDED = "IMPORT_FAILED_SERVER_LIMIT_EXCEEDED",
946
- IMPORT_IN_PROGRESS = "IMPORT_IN_PROGRESS",
947
- INTERNAL_ERROR = "INTERNAL_ERROR"
948
- }
949
- /**
950
- * <p>An array of information related to the import task request that includes status
951
- * information, times, IDs, the Amazon S3 Object URL for the import file, and more.</p>
952
- */
953
- export interface ImportTask {
954
- /**
955
- * <p>The unique ID for a specific import task. These IDs aren't globally unique, but they are
956
- * unique within an AWS account.</p>
957
- */
958
- importTaskId?: string;
959
- /**
960
- * <p>A unique token used to prevent the same import request from occurring more than once. If
961
- * you didn't provide a token, a token was automatically generated when the import task request
962
- * was sent.</p>
963
- */
964
- clientRequestToken?: string;
965
- /**
966
- * <p>A descriptive name for an import task. You can use this name to filter future requests
967
- * related to this import task, such as identifying applications and servers that were included
968
- * in this import task. We recommend that you use a meaningful name for each import task.</p>
969
- */
970
- name?: string;
971
- /**
972
- * <p>The URL for your import file that you've uploaded to Amazon S3.</p>
973
- */
974
- importUrl?: string;
975
- /**
976
- * <p>The status of the import task. An import can have the status of
977
- * <code>IMPORT_COMPLETE</code> and still have some records fail to import from the overall
978
- * request. More information can be found in the downloadable archive defined in the
979
- * <code>errorsAndFailedEntriesZip</code> field, or in the Migration Hub management
980
- * console.</p>
981
- */
982
- status?: ImportStatus | string;
983
- /**
984
- * <p>The time that the import task request was made, presented in the Unix time stamp
985
- * format.</p>
986
- */
987
- importRequestTime?: Date;
988
- /**
989
- * <p>The time that the import task request finished, presented in the Unix time stamp
990
- * format.</p>
991
- */
992
- importCompletionTime?: Date;
993
- /**
994
- * <p>The time that the import task request was deleted, presented in the Unix time stamp
995
- * format.</p>
996
- */
997
- importDeletedTime?: Date;
998
- /**
999
- * <p>The total number of server records in the import file that were successfully
1000
- * imported.</p>
1001
- */
1002
- serverImportSuccess?: number;
1003
- /**
1004
- * <p>The total number of server records in the import file that failed to be imported.</p>
1005
- */
1006
- serverImportFailure?: number;
1007
- /**
1008
- * <p>The total number of application records in the import file that were successfully
1009
- * imported.</p>
1010
- */
1011
- applicationImportSuccess?: number;
1012
- /**
1013
- * <p>The total number of application records in the import file that failed to be
1014
- * imported.</p>
1015
- */
1016
- applicationImportFailure?: number;
1017
- /**
1018
- * <p>A link to a compressed archive folder (in the ZIP format) that contains an error log and a
1019
- * file of failed records. You can use these two files to quickly identify records that failed,
1020
- * why they failed, and correct those records. Afterward, you can upload the corrected file to
1021
- * your Amazon S3 bucket and create another import task request.</p>
1022
- *
1023
- * <p>This field also includes authorization information so you can confirm the authenticity of
1024
- * the compressed archive before you download it.</p>
1025
- *
1026
- * <p>If some records failed to be imported we recommend that you correct the records in the
1027
- * failed entries file and then imports that failed entries file. This prevents you from having
1028
- * to correct and update the larger original file and attempt importing it again.</p>
1029
- */
1030
- errorsAndFailedEntriesZip?: string;
1031
- }
1032
- export declare namespace ImportTask {
1033
- /**
1034
- * @internal
1035
- */
1036
- const filterSensitiveLog: (obj: ImportTask) => any;
1037
- }
1038
- export interface DescribeImportTasksResponse {
1039
- /**
1040
- * <p>The token to request the next page of results.</p>
1041
- */
1042
- nextToken?: string;
1043
- /**
1044
- * <p>A returned array of import tasks that match any applied filters, up to the specified
1045
- * number of maximum results.</p>
1046
- */
1047
- tasks?: ImportTask[];
1048
- }
1049
- export declare namespace DescribeImportTasksResponse {
1050
- /**
1051
- * @internal
1052
- */
1053
- const filterSensitiveLog: (obj: DescribeImportTasksResponse) => any;
1054
- }
1055
- /**
1056
- * <p>The tag filter. Valid names are: <code>tagKey</code>, <code>tagValue</code>,
1057
- * <code>configurationId</code>.</p>
1058
- */
1059
- export interface TagFilter {
1060
- /**
1061
- * <p>A name of the tag filter.</p>
1062
- */
1063
- name: string | undefined;
1064
- /**
1065
- * <p>Values for the tag filter.</p>
1066
- */
1067
- values: string[] | undefined;
1068
- }
1069
- export declare namespace TagFilter {
1070
- /**
1071
- * @internal
1072
- */
1073
- const filterSensitiveLog: (obj: TagFilter) => any;
1074
- }
1075
- export interface DescribeTagsRequest {
1076
- /**
1077
- * <p>You can filter the list using a <i>key</i>-<i>value</i>
1078
- * format. You can separate these items by using logical operators. Allowed filters include
1079
- * <code>tagKey</code>, <code>tagValue</code>, and <code>configurationId</code>. </p>
1080
- */
1081
- filters?: TagFilter[];
1082
- /**
1083
- * <p>The total number of items to return in a single page of output. The maximum value is
1084
- * 100.</p>
1085
- */
1086
- maxResults?: number;
1087
- /**
1088
- * <p>A token to start the list. Use this token to get the next set of results.</p>
1089
- */
1090
- nextToken?: string;
1091
- }
1092
- export declare namespace DescribeTagsRequest {
1093
- /**
1094
- * @internal
1095
- */
1096
- const filterSensitiveLog: (obj: DescribeTagsRequest) => any;
1097
- }
1098
- export declare enum ConfigurationItemType {
1099
- APPLICATION = "APPLICATION",
1100
- CONNECTIONS = "CONNECTION",
1101
- PROCESS = "PROCESS",
1102
- SERVER = "SERVER"
1103
- }
1104
- /**
1105
- * <p>Tags for a configuration item. Tags are metadata that help you categorize IT
1106
- * assets.</p>
1107
- */
1108
- export interface ConfigurationTag {
1109
- /**
1110
- * <p>A type of IT asset to tag.</p>
1111
- */
1112
- configurationType?: ConfigurationItemType | string;
1113
- /**
1114
- * <p>The configuration ID for the item to tag. You can specify a list of keys and
1115
- * values.</p>
1116
- */
1117
- configurationId?: string;
1118
- /**
1119
- * <p>A type of tag on which to filter. For example,
1120
- * <i>serverType</i>.</p>
1121
- */
1122
- key?: string;
1123
- /**
1124
- * <p>A value on which to filter. For example <i>key = serverType</i> and
1125
- * <i>value = web server</i>.</p>
1126
- */
1127
- value?: string;
1128
- /**
1129
- * <p>The time the configuration tag was created in Coordinated Universal Time
1130
- * (UTC).</p>
1131
- */
1132
- timeOfCreation?: Date;
1133
- }
1134
- export declare namespace ConfigurationTag {
1135
- /**
1136
- * @internal
1137
- */
1138
- const filterSensitiveLog: (obj: ConfigurationTag) => any;
1139
- }
1140
- export interface DescribeTagsResponse {
1141
- /**
1142
- * <p>Depending on the input, this is a list of configuration items tagged with a specific
1143
- * tag, or a list of tags for a specific configuration item.</p>
1144
- */
1145
- tags?: ConfigurationTag[];
1146
- /**
1147
- * <p>The call returns a token. Use this token to get the next set of results.</p>
1148
- */
1149
- nextToken?: string;
1150
- }
1151
- export declare namespace DescribeTagsResponse {
1152
- /**
1153
- * @internal
1154
- */
1155
- const filterSensitiveLog: (obj: DescribeTagsResponse) => any;
1156
- }
1157
- export interface DisassociateConfigurationItemsFromApplicationRequest {
1158
- /**
1159
- * <p>Configuration ID of an application from which each item is disassociated.</p>
1160
- */
1161
- applicationConfigurationId: string | undefined;
1162
- /**
1163
- * <p>Configuration ID of each item to be disassociated from an application.</p>
1164
- */
1165
- configurationIds: string[] | undefined;
1166
- }
1167
- export declare namespace DisassociateConfigurationItemsFromApplicationRequest {
1168
- /**
1169
- * @internal
1170
- */
1171
- const filterSensitiveLog: (obj: DisassociateConfigurationItemsFromApplicationRequest) => any;
1172
- }
1173
- export interface DisassociateConfigurationItemsFromApplicationResponse {
1174
- }
1175
- export declare namespace DisassociateConfigurationItemsFromApplicationResponse {
1176
- /**
1177
- * @internal
1178
- */
1179
- const filterSensitiveLog: (obj: DisassociateConfigurationItemsFromApplicationResponse) => any;
1180
- }
1181
- export interface ExportConfigurationsResponse {
1182
- /**
1183
- * <p>A unique identifier that you can use to query the export status.</p>
1184
- */
1185
- exportId?: string;
1186
- }
1187
- export declare namespace ExportConfigurationsResponse {
1188
- /**
1189
- * @internal
1190
- */
1191
- const filterSensitiveLog: (obj: ExportConfigurationsResponse) => any;
1192
- }
1193
- export interface GetDiscoverySummaryRequest {
1194
- }
1195
- export declare namespace GetDiscoverySummaryRequest {
1196
- /**
1197
- * @internal
1198
- */
1199
- const filterSensitiveLog: (obj: GetDiscoverySummaryRequest) => any;
1200
- }
1201
- /**
1202
- * <p>Inventory data for installed discovery agents.</p>
1203
- */
1204
- export interface CustomerAgentInfo {
1205
- /**
1206
- * <p>Number of active discovery agents.</p>
1207
- */
1208
- activeAgents: number | undefined;
1209
- /**
1210
- * <p>Number of healthy discovery agents</p>
1211
- */
1212
- healthyAgents: number | undefined;
1213
- /**
1214
- * <p>Number of blacklisted discovery agents.</p>
1215
- */
1216
- blackListedAgents: number | undefined;
1217
- /**
1218
- * <p>Number of discovery agents with status SHUTDOWN.</p>
1219
- */
1220
- shutdownAgents: number | undefined;
1221
- /**
1222
- * <p>Number of unhealthy discovery agents.</p>
1223
- */
1224
- unhealthyAgents: number | undefined;
1225
- /**
1226
- * <p>Total number of discovery agents.</p>
1227
- */
1228
- totalAgents: number | undefined;
1229
- /**
1230
- * <p>Number of unknown discovery agents.</p>
1231
- */
1232
- unknownAgents: number | undefined;
1233
- }
1234
- export declare namespace CustomerAgentInfo {
1235
- /**
1236
- * @internal
1237
- */
1238
- const filterSensitiveLog: (obj: CustomerAgentInfo) => any;
1239
- }
1240
- /**
1241
- * <p>Inventory data for installed discovery connectors.</p>
1242
- */
1243
- export interface CustomerConnectorInfo {
1244
- /**
1245
- * <p>Number of active discovery connectors.</p>
1246
- */
1247
- activeConnectors: number | undefined;
1248
- /**
1249
- * <p>Number of healthy discovery connectors.</p>
1250
- */
1251
- healthyConnectors: number | undefined;
1252
- /**
1253
- * <p>Number of blacklisted discovery connectors.</p>
1254
- */
1255
- blackListedConnectors: number | undefined;
1256
- /**
1257
- * <p>Number of discovery connectors with status SHUTDOWN,</p>
1258
- */
1259
- shutdownConnectors: number | undefined;
1260
- /**
1261
- * <p>Number of unhealthy discovery connectors.</p>
1262
- */
1263
- unhealthyConnectors: number | undefined;
1264
- /**
1265
- * <p>Total number of discovery connectors.</p>
1266
- */
1267
- totalConnectors: number | undefined;
1268
- /**
1269
- * <p>Number of unknown discovery connectors.</p>
1270
- */
1271
- unknownConnectors: number | undefined;
1272
- }
1273
- export declare namespace CustomerConnectorInfo {
1274
- /**
1275
- * @internal
1276
- */
1277
- const filterSensitiveLog: (obj: CustomerConnectorInfo) => any;
1278
- }
1279
- export interface GetDiscoverySummaryResponse {
1280
- /**
1281
- * <p>The number of servers discovered.</p>
1282
- */
1283
- servers?: number;
1284
- /**
1285
- * <p>The number of applications discovered.</p>
1286
- */
1287
- applications?: number;
1288
- /**
1289
- * <p>The number of servers mapped to applications.</p>
1290
- */
1291
- serversMappedToApplications?: number;
1292
- /**
1293
- * <p>The number of servers mapped to tags.</p>
1294
- */
1295
- serversMappedtoTags?: number;
1296
- /**
1297
- * <p>Details about discovered agents, including agent status and health.</p>
1298
- */
1299
- agentSummary?: CustomerAgentInfo;
1300
- /**
1301
- * <p>Details about discovered connectors, including connector status and health.</p>
1302
- */
1303
- connectorSummary?: CustomerConnectorInfo;
1304
- }
1305
- export declare namespace GetDiscoverySummaryResponse {
1306
- /**
1307
- * @internal
1308
- */
1309
- const filterSensitiveLog: (obj: GetDiscoverySummaryResponse) => any;
1310
- }
1311
- export declare enum OrderString {
1312
- ASC = "ASC",
1313
- DESC = "DESC"
1314
- }
1315
- /**
1316
- * <p>A field and direction for ordered output.</p>
1317
- */
1318
- export interface OrderByElement {
1319
- /**
1320
- * <p>The field on which to order.</p>
1321
- */
1322
- fieldName: string | undefined;
1323
- /**
1324
- * <p>Ordering direction.</p>
1325
- */
1326
- sortOrder?: OrderString | string;
1327
- }
1328
- export declare namespace OrderByElement {
1329
- /**
1330
- * @internal
1331
- */
1332
- const filterSensitiveLog: (obj: OrderByElement) => any;
1333
- }
1334
- export interface ListConfigurationsRequest {
1335
- /**
1336
- * <p>A valid configuration identified by Application Discovery Service. </p>
1337
- */
1338
- configurationType: ConfigurationItemType | string | undefined;
1339
- /**
1340
- * <p>You can filter the request using various logical operators and a
1341
- * <i>key</i>-<i>value</i> format. For example: </p>
1342
- * <p>
1343
- * <code>{"key": "serverType", "value": "webServer"}</code>
1344
- * </p>
1345
- * <p>For a complete list of filter options and guidance about using them with this action,
1346
- * see <a href="https://docs.aws.amazon.com/application-discovery/latest/userguide/discovery-api-queries.html#ListConfigurations">Using the ListConfigurations Action</a> in the <i>AWS Application Discovery
1347
- * Service User Guide</i>.</p>
1348
- */
1349
- filters?: Filter[];
1350
- /**
1351
- * <p>The total number of items to return. The maximum value is 100.</p>
1352
- */
1353
- maxResults?: number;
1354
- /**
1355
- * <p>Token to retrieve the next set of results. For example, if a previous call to
1356
- * ListConfigurations returned 100 items, but you set
1357
- * <code>ListConfigurationsRequest$maxResults</code> to 10, you received a set of 10 results
1358
- * along with a token. Use that token in this query to get the next set of 10.</p>
1359
- */
1360
- nextToken?: string;
1361
- /**
1362
- * <p>Certain filter criteria return output that can be sorted in ascending or descending
1363
- * order. For a list of output characteristics for each filter, see <a href="https://docs.aws.amazon.com/application-discovery/latest/userguide/discovery-api-queries.html#ListConfigurations">Using the ListConfigurations Action</a> in the <i>AWS Application Discovery
1364
- * Service User Guide</i>.</p>
1365
- */
1366
- orderBy?: OrderByElement[];
1367
- }
1368
- export declare namespace ListConfigurationsRequest {
1369
- /**
1370
- * @internal
1371
- */
1372
- const filterSensitiveLog: (obj: ListConfigurationsRequest) => any;
1373
- }
1374
- export interface ListConfigurationsResponse {
1375
- /**
1376
- * <p>Returns configuration details, including the configuration ID, attribute names, and
1377
- * attribute values.</p>
1378
- */
1379
- configurations?: {
1380
- [key: string]: string;
1381
- }[];
1382
- /**
1383
- * <p>Token to retrieve the next set of results. For example, if your call to
1384
- * ListConfigurations returned 100 items, but you set
1385
- * <code>ListConfigurationsRequest$maxResults</code> to 10, you received a set of 10 results
1386
- * along with this token. Use this token in the next query to retrieve the next set of
1387
- * 10.</p>
1388
- */
1389
- nextToken?: string;
1390
- }
1391
- export declare namespace ListConfigurationsResponse {
1392
- /**
1393
- * @internal
1394
- */
1395
- const filterSensitiveLog: (obj: ListConfigurationsResponse) => any;
1396
- }
1397
- export interface ListServerNeighborsRequest {
1398
- /**
1399
- * <p>Configuration ID of the server for which neighbors are being listed.</p>
1400
- */
1401
- configurationId: string | undefined;
1402
- /**
1403
- * <p>Flag to indicate if port and protocol information is needed as part of the
1404
- * response.</p>
1405
- */
1406
- portInformationNeeded?: boolean;
1407
- /**
1408
- * <p>List of configuration IDs to test for one-hop-away.</p>
1409
- */
1410
- neighborConfigurationIds?: string[];
1411
- /**
1412
- * <p>Maximum number of results to return in a single page of output.</p>
1413
- */
1414
- maxResults?: number;
1415
- /**
1416
- * <p>Token to retrieve the next set of results. For example, if you previously specified 100
1417
- * IDs for <code>ListServerNeighborsRequest$neighborConfigurationIds</code> but set
1418
- * <code>ListServerNeighborsRequest$maxResults</code> to 10, you received a set of 10 results
1419
- * along with a token. Use that token in this query to get the next set of 10.</p>
1420
- */
1421
- nextToken?: string;
1422
- }
1423
- export declare namespace ListServerNeighborsRequest {
1424
- /**
1425
- * @internal
1426
- */
1427
- const filterSensitiveLog: (obj: ListServerNeighborsRequest) => any;
1428
- }
1429
- /**
1430
- * <p>Details about neighboring servers.</p>
1431
- */
1432
- export interface NeighborConnectionDetail {
1433
- /**
1434
- * <p>The ID of the server that opened the network connection.</p>
1435
- */
1436
- sourceServerId: string | undefined;
1437
- /**
1438
- * <p>The ID of the server that accepted the network connection.</p>
1439
- */
1440
- destinationServerId: string | undefined;
1441
- /**
1442
- * <p>The destination network port for the connection.</p>
1443
- */
1444
- destinationPort?: number;
1445
- /**
1446
- * <p>The network protocol used for the connection.</p>
1447
- */
1448
- transportProtocol?: string;
1449
- /**
1450
- * <p>The number of open network connections with the neighboring server.</p>
1451
- */
1452
- connectionsCount: number | undefined;
1453
- }
1454
- export declare namespace NeighborConnectionDetail {
1455
- /**
1456
- * @internal
1457
- */
1458
- const filterSensitiveLog: (obj: NeighborConnectionDetail) => any;
1459
- }
1460
- export interface ListServerNeighborsResponse {
1461
- /**
1462
- * <p>List of distinct servers that are one hop away from the given server.</p>
1463
- */
1464
- neighbors: NeighborConnectionDetail[] | undefined;
1465
- /**
1466
- * <p>Token to retrieve the next set of results. For example, if you specified 100 IDs for
1467
- * <code>ListServerNeighborsRequest$neighborConfigurationIds</code> but set
1468
- * <code>ListServerNeighborsRequest$maxResults</code> to 10, you received a set of 10 results
1469
- * along with this token. Use this token in the next query to retrieve the next set of
1470
- * 10.</p>
1471
- */
1472
- nextToken?: string;
1473
- /**
1474
- * <p>Count of distinct servers that are one hop away from the given server.</p>
1475
- */
1476
- knownDependencyCount?: number;
1477
- }
1478
- export declare namespace ListServerNeighborsResponse {
1479
- /**
1480
- * @internal
1481
- */
1482
- const filterSensitiveLog: (obj: ListServerNeighborsResponse) => any;
1483
- }
1484
- /**
1485
- * <p></p>
1486
- */
1487
- export interface ConflictErrorException extends __SmithyException, $MetadataBearer {
1488
- name: "ConflictErrorException";
1489
- $fault: "client";
1490
- message?: string;
1491
- }
1492
- export declare namespace ConflictErrorException {
1493
- /**
1494
- * @internal
1495
- */
1496
- const filterSensitiveLog: (obj: ConflictErrorException) => any;
1497
- }
1498
- /**
1499
- * <p>This issue occurs when the same <code>clientRequestToken</code> is used with the
1500
- * <code>StartImportTask</code> action, but with different parameters. For example, you use the
1501
- * same request token but have two different import URLs, you can encounter this issue. If the
1502
- * import tasks are meant to be different, use a different <code>clientRequestToken</code>, and
1503
- * try again.</p>
1504
- */
1505
- export interface ResourceInUseException extends __SmithyException, $MetadataBearer {
1506
- name: "ResourceInUseException";
1507
- $fault: "client";
1508
- message?: string;
1509
- }
1510
- export declare namespace ResourceInUseException {
1511
- /**
1512
- * @internal
1513
- */
1514
- const filterSensitiveLog: (obj: ResourceInUseException) => any;
1515
- }
1516
- export interface StartContinuousExportRequest {
1517
- }
1518
- export declare namespace StartContinuousExportRequest {
1519
- /**
1520
- * @internal
1521
- */
1522
- const filterSensitiveLog: (obj: StartContinuousExportRequest) => any;
1523
- }
1524
- export interface StartContinuousExportResponse {
1525
- /**
1526
- * <p>The unique ID assigned to this export.</p>
1527
- */
1528
- exportId?: string;
1529
- /**
1530
- * <p>The name of the s3 bucket where the export data parquet files are stored.</p>
1531
- */
1532
- s3Bucket?: string;
1533
- /**
1534
- * <p>The timestamp representing when the continuous export was started.</p>
1535
- */
1536
- startTime?: Date;
1537
- /**
1538
- * <p>The type of data collector used to gather this data (currently only offered for
1539
- * AGENT).</p>
1540
- */
1541
- dataSource?: DataSource | string;
1542
- /**
1543
- * <p>A dictionary which describes how the data is stored.</p>
1544
- * <ul>
1545
- * <li>
1546
- * <p>
1547
- * <code>databaseName</code> - the name of the Glue database used to store the
1548
- * schema.</p>
1549
- * </li>
1550
- * </ul>
1551
- */
1552
- schemaStorageConfig?: {
1553
- [key: string]: string;
1554
- };
1555
- }
1556
- export declare namespace StartContinuousExportResponse {
1557
- /**
1558
- * @internal
1559
- */
1560
- const filterSensitiveLog: (obj: StartContinuousExportResponse) => any;
1561
- }
1562
- export interface StartDataCollectionByAgentIdsRequest {
1563
- /**
1564
- * <p>The IDs of the agents or connectors from which to start collecting data. If you send a
1565
- * request to an agent/connector ID that you do not have permission to contact, according to your
1566
- * AWS account, the service does not throw an exception. Instead, it returns the error in the
1567
- * <i>Description</i> field. If you send a request to multiple agents/connectors
1568
- * and you do not have permission to contact some of those agents/connectors, the system does not
1569
- * throw an exception. Instead, the system shows <code>Failed</code> in the
1570
- * <i>Description</i> field.</p>
1571
- */
1572
- agentIds: string[] | undefined;
1573
- }
1574
- export declare namespace StartDataCollectionByAgentIdsRequest {
1575
- /**
1576
- * @internal
1577
- */
1578
- const filterSensitiveLog: (obj: StartDataCollectionByAgentIdsRequest) => any;
1579
- }
1580
- export interface StartDataCollectionByAgentIdsResponse {
1581
- /**
1582
- * <p>Information about agents or the connector that were instructed to start collecting
1583
- * data. Information includes the agent/connector ID, a description of the operation performed,
1584
- * and whether the agent/connector configuration was updated.</p>
1585
- */
1586
- agentsConfigurationStatus?: AgentConfigurationStatus[];
1587
- }
1588
- export declare namespace StartDataCollectionByAgentIdsResponse {
1589
- /**
1590
- * @internal
1591
- */
1592
- const filterSensitiveLog: (obj: StartDataCollectionByAgentIdsResponse) => any;
1593
- }
1594
- export declare enum ExportDataFormat {
1595
- CSV = "CSV",
1596
- GRAPHML = "GRAPHML"
1597
- }
1598
- export interface StartExportTaskRequest {
1599
- /**
1600
- * <p>The file format for the returned export data. Default value is <code>CSV</code>.
1601
- * <b>Note:</b>
1602
- * <i>The</i>
1603
- * <code>GRAPHML</code>
1604
- * <i>option has been deprecated.</i>
1605
- * </p>
1606
- */
1607
- exportDataFormat?: (ExportDataFormat | string)[];
1608
- /**
1609
- * <p>If a filter is present, it selects the single <code>agentId</code> of the Application
1610
- * Discovery Agent for which data is exported. The <code>agentId</code> can be found in the
1611
- * results of the <code>DescribeAgents</code> API or CLI. If no filter is present,
1612
- * <code>startTime</code> and <code>endTime</code> are ignored and exported data includes both
1613
- * Agentless Discovery Connector data and summary data from Application Discovery agents.
1614
- * </p>
1615
- */
1616
- filters?: ExportFilter[];
1617
- /**
1618
- * <p>The start timestamp for exported data from the single Application Discovery Agent
1619
- * selected in the filters. If no value is specified, data is exported starting from the first
1620
- * data collected by the agent.</p>
1621
- */
1622
- startTime?: Date;
1623
- /**
1624
- * <p>The end timestamp for exported data from the single Application Discovery Agent
1625
- * selected in the filters. If no value is specified, exported data includes the most recent data
1626
- * collected by the agent.</p>
1627
- */
1628
- endTime?: Date;
1629
- }
1630
- export declare namespace StartExportTaskRequest {
1631
- /**
1632
- * @internal
1633
- */
1634
- const filterSensitiveLog: (obj: StartExportTaskRequest) => any;
1635
- }
1636
- export interface StartExportTaskResponse {
1637
- /**
1638
- * <p>A unique identifier used to query the status of an export request.</p>
1639
- */
1640
- exportId?: string;
1641
- }
1642
- export declare namespace StartExportTaskResponse {
1643
- /**
1644
- * @internal
1645
- */
1646
- const filterSensitiveLog: (obj: StartExportTaskResponse) => any;
1647
- }
1648
- export interface StartImportTaskRequest {
1649
- /**
1650
- * <p>Optional. A unique token that you can provide to prevent the same import request from
1651
- * occurring more than once. If you don't provide a token, a token is automatically
1652
- * generated.</p>
1653
- *
1654
- * <p>Sending more than one <code>StartImportTask</code> request with the same client request
1655
- * token will return information about the original import task with that client request
1656
- * token.</p>
1657
- */
1658
- clientRequestToken?: string;
1659
- /**
1660
- * <p>A descriptive name for this request. You can use this name to filter future requests
1661
- * related to this import task, such as identifying applications and servers that were included
1662
- * in this import task. We recommend that you use a meaningful name for each import task.</p>
1663
- */
1664
- name: string | undefined;
1665
- /**
1666
- * <p>The URL for your import file that you've uploaded to Amazon S3.</p>
1667
- *
1668
- * <note>
1669
- * <p>If you're using the AWS CLI, this URL is structured as follows:
1670
- * <code>s3://BucketName/ImportFileName.CSV</code>
1671
- * </p>
1672
- * </note>
1673
- */
1674
- importUrl: string | undefined;
1675
- }
1676
- export declare namespace StartImportTaskRequest {
1677
- /**
1678
- * @internal
1679
- */
1680
- const filterSensitiveLog: (obj: StartImportTaskRequest) => any;
1681
- }
1682
- export interface StartImportTaskResponse {
1683
- /**
1684
- * <p>An array of information related to the import task request including status information,
1685
- * times, IDs, the Amazon S3 Object URL for the import file, and more. </p>
1686
- */
1687
- task?: ImportTask;
1688
- }
1689
- export declare namespace StartImportTaskResponse {
1690
- /**
1691
- * @internal
1692
- */
1693
- const filterSensitiveLog: (obj: StartImportTaskResponse) => any;
1694
- }
1695
- export interface StopContinuousExportRequest {
1696
- /**
1697
- * <p>The unique ID assigned to this export.</p>
1698
- */
1699
- exportId: string | undefined;
1700
- }
1701
- export declare namespace StopContinuousExportRequest {
1702
- /**
1703
- * @internal
1704
- */
1705
- const filterSensitiveLog: (obj: StopContinuousExportRequest) => any;
1706
- }
1707
- export interface StopContinuousExportResponse {
1708
- /**
1709
- * <p>Timestamp that represents when this continuous export started collecting
1710
- * data.</p>
1711
- */
1712
- startTime?: Date;
1713
- /**
1714
- * <p>Timestamp that represents when this continuous export was stopped.</p>
1715
- */
1716
- stopTime?: Date;
1717
- }
1718
- export declare namespace StopContinuousExportResponse {
1719
- /**
1720
- * @internal
1721
- */
1722
- const filterSensitiveLog: (obj: StopContinuousExportResponse) => any;
1723
- }
1724
- export interface StopDataCollectionByAgentIdsRequest {
1725
- /**
1726
- * <p>The IDs of the agents or connectors from which to stop collecting data.</p>
1727
- */
1728
- agentIds: string[] | undefined;
1729
- }
1730
- export declare namespace StopDataCollectionByAgentIdsRequest {
1731
- /**
1732
- * @internal
1733
- */
1734
- const filterSensitiveLog: (obj: StopDataCollectionByAgentIdsRequest) => any;
1735
- }
1736
- export interface StopDataCollectionByAgentIdsResponse {
1737
- /**
1738
- * <p>Information about the agents or connector that were instructed to stop collecting data.
1739
- * Information includes the agent/connector ID, a description of the operation performed, and
1740
- * whether the agent/connector configuration was updated.</p>
1741
- */
1742
- agentsConfigurationStatus?: AgentConfigurationStatus[];
1743
- }
1744
- export declare namespace StopDataCollectionByAgentIdsResponse {
1745
- /**
1746
- * @internal
1747
- */
1748
- const filterSensitiveLog: (obj: StopDataCollectionByAgentIdsResponse) => any;
1749
- }
1750
- export interface UpdateApplicationRequest {
1751
- /**
1752
- * <p>Configuration ID of the application to be updated.</p>
1753
- */
1754
- configurationId: string | undefined;
1755
- /**
1756
- * <p>New name of the application to be updated.</p>
1757
- */
1758
- name?: string;
1759
- /**
1760
- * <p>New description of the application to be updated.</p>
1761
- */
1762
- description?: string;
1763
- }
1764
- export declare namespace UpdateApplicationRequest {
1765
- /**
1766
- * @internal
1767
- */
1768
- const filterSensitiveLog: (obj: UpdateApplicationRequest) => any;
1769
- }
1770
- export interface UpdateApplicationResponse {
1771
- }
1772
- export declare namespace UpdateApplicationResponse {
1773
- /**
1774
- * @internal
1775
- */
1776
- const filterSensitiveLog: (obj: UpdateApplicationResponse) => any;
1777
- }