@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,482 +0,0 @@
1
- import {
2
- AssociateConfigurationItemsToApplicationCommandInput,
3
- AssociateConfigurationItemsToApplicationCommandOutput,
4
- } from "./commands/AssociateConfigurationItemsToApplicationCommand";
5
- import {
6
- BatchDeleteImportDataCommandInput,
7
- BatchDeleteImportDataCommandOutput,
8
- } from "./commands/BatchDeleteImportDataCommand";
9
- import { CreateApplicationCommandInput, CreateApplicationCommandOutput } from "./commands/CreateApplicationCommand";
10
- import { CreateTagsCommandInput, CreateTagsCommandOutput } from "./commands/CreateTagsCommand";
11
- import { DeleteApplicationsCommandInput, DeleteApplicationsCommandOutput } from "./commands/DeleteApplicationsCommand";
12
- import { DeleteTagsCommandInput, DeleteTagsCommandOutput } from "./commands/DeleteTagsCommand";
13
- import { DescribeAgentsCommandInput, DescribeAgentsCommandOutput } from "./commands/DescribeAgentsCommand";
14
- import {
15
- DescribeConfigurationsCommandInput,
16
- DescribeConfigurationsCommandOutput,
17
- } from "./commands/DescribeConfigurationsCommand";
18
- import {
19
- DescribeContinuousExportsCommandInput,
20
- DescribeContinuousExportsCommandOutput,
21
- } from "./commands/DescribeContinuousExportsCommand";
22
- import {
23
- DescribeExportConfigurationsCommandInput,
24
- DescribeExportConfigurationsCommandOutput,
25
- } from "./commands/DescribeExportConfigurationsCommand";
26
- import {
27
- DescribeExportTasksCommandInput,
28
- DescribeExportTasksCommandOutput,
29
- } from "./commands/DescribeExportTasksCommand";
30
- import {
31
- DescribeImportTasksCommandInput,
32
- DescribeImportTasksCommandOutput,
33
- } from "./commands/DescribeImportTasksCommand";
34
- import { DescribeTagsCommandInput, DescribeTagsCommandOutput } from "./commands/DescribeTagsCommand";
35
- import {
36
- DisassociateConfigurationItemsFromApplicationCommandInput,
37
- DisassociateConfigurationItemsFromApplicationCommandOutput,
38
- } from "./commands/DisassociateConfigurationItemsFromApplicationCommand";
39
- import {
40
- ExportConfigurationsCommandInput,
41
- ExportConfigurationsCommandOutput,
42
- } from "./commands/ExportConfigurationsCommand";
43
- import {
44
- GetDiscoverySummaryCommandInput,
45
- GetDiscoverySummaryCommandOutput,
46
- } from "./commands/GetDiscoverySummaryCommand";
47
- import { ListConfigurationsCommandInput, ListConfigurationsCommandOutput } from "./commands/ListConfigurationsCommand";
48
- import {
49
- ListServerNeighborsCommandInput,
50
- ListServerNeighborsCommandOutput,
51
- } from "./commands/ListServerNeighborsCommand";
52
- import {
53
- StartContinuousExportCommandInput,
54
- StartContinuousExportCommandOutput,
55
- } from "./commands/StartContinuousExportCommand";
56
- import {
57
- StartDataCollectionByAgentIdsCommandInput,
58
- StartDataCollectionByAgentIdsCommandOutput,
59
- } from "./commands/StartDataCollectionByAgentIdsCommand";
60
- import { StartExportTaskCommandInput, StartExportTaskCommandOutput } from "./commands/StartExportTaskCommand";
61
- import { StartImportTaskCommandInput, StartImportTaskCommandOutput } from "./commands/StartImportTaskCommand";
62
- import {
63
- StopContinuousExportCommandInput,
64
- StopContinuousExportCommandOutput,
65
- } from "./commands/StopContinuousExportCommand";
66
- import {
67
- StopDataCollectionByAgentIdsCommandInput,
68
- StopDataCollectionByAgentIdsCommandOutput,
69
- } from "./commands/StopDataCollectionByAgentIdsCommand";
70
- import { UpdateApplicationCommandInput, UpdateApplicationCommandOutput } from "./commands/UpdateApplicationCommand";
71
- import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig";
72
- import {
73
- EndpointsInputConfig,
74
- EndpointsResolvedConfig,
75
- RegionInputConfig,
76
- RegionResolvedConfig,
77
- resolveEndpointsConfig,
78
- resolveRegionConfig,
79
- } from "@aws-sdk/config-resolver";
80
- import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length";
81
- import {
82
- HostHeaderInputConfig,
83
- HostHeaderResolvedConfig,
84
- getHostHeaderPlugin,
85
- resolveHostHeaderConfig,
86
- } from "@aws-sdk/middleware-host-header";
87
- import { getLoggerPlugin } from "@aws-sdk/middleware-logger";
88
- import { RetryInputConfig, RetryResolvedConfig, getRetryPlugin, resolveRetryConfig } from "@aws-sdk/middleware-retry";
89
- import {
90
- AwsAuthInputConfig,
91
- AwsAuthResolvedConfig,
92
- getAwsAuthPlugin,
93
- resolveAwsAuthConfig,
94
- } from "@aws-sdk/middleware-signing";
95
- import {
96
- UserAgentInputConfig,
97
- UserAgentResolvedConfig,
98
- getUserAgentPlugin,
99
- resolveUserAgentConfig,
100
- } from "@aws-sdk/middleware-user-agent";
101
- import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
102
- import {
103
- Client as __Client,
104
- SmithyConfiguration as __SmithyConfiguration,
105
- SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
106
- } from "@aws-sdk/smithy-client";
107
- import {
108
- Provider,
109
- RegionInfoProvider,
110
- Credentials as __Credentials,
111
- Decoder as __Decoder,
112
- Encoder as __Encoder,
113
- Hash as __Hash,
114
- HashConstructor as __HashConstructor,
115
- HttpHandlerOptions as __HttpHandlerOptions,
116
- Logger as __Logger,
117
- Provider as __Provider,
118
- StreamCollector as __StreamCollector,
119
- UrlParser as __UrlParser,
120
- UserAgent as __UserAgent,
121
- } from "@aws-sdk/types";
122
-
123
- export type ServiceInputTypes =
124
- | AssociateConfigurationItemsToApplicationCommandInput
125
- | BatchDeleteImportDataCommandInput
126
- | CreateApplicationCommandInput
127
- | CreateTagsCommandInput
128
- | DeleteApplicationsCommandInput
129
- | DeleteTagsCommandInput
130
- | DescribeAgentsCommandInput
131
- | DescribeConfigurationsCommandInput
132
- | DescribeContinuousExportsCommandInput
133
- | DescribeExportConfigurationsCommandInput
134
- | DescribeExportTasksCommandInput
135
- | DescribeImportTasksCommandInput
136
- | DescribeTagsCommandInput
137
- | DisassociateConfigurationItemsFromApplicationCommandInput
138
- | ExportConfigurationsCommandInput
139
- | GetDiscoverySummaryCommandInput
140
- | ListConfigurationsCommandInput
141
- | ListServerNeighborsCommandInput
142
- | StartContinuousExportCommandInput
143
- | StartDataCollectionByAgentIdsCommandInput
144
- | StartExportTaskCommandInput
145
- | StartImportTaskCommandInput
146
- | StopContinuousExportCommandInput
147
- | StopDataCollectionByAgentIdsCommandInput
148
- | UpdateApplicationCommandInput;
149
-
150
- export type ServiceOutputTypes =
151
- | AssociateConfigurationItemsToApplicationCommandOutput
152
- | BatchDeleteImportDataCommandOutput
153
- | CreateApplicationCommandOutput
154
- | CreateTagsCommandOutput
155
- | DeleteApplicationsCommandOutput
156
- | DeleteTagsCommandOutput
157
- | DescribeAgentsCommandOutput
158
- | DescribeConfigurationsCommandOutput
159
- | DescribeContinuousExportsCommandOutput
160
- | DescribeExportConfigurationsCommandOutput
161
- | DescribeExportTasksCommandOutput
162
- | DescribeImportTasksCommandOutput
163
- | DescribeTagsCommandOutput
164
- | DisassociateConfigurationItemsFromApplicationCommandOutput
165
- | ExportConfigurationsCommandOutput
166
- | GetDiscoverySummaryCommandOutput
167
- | ListConfigurationsCommandOutput
168
- | ListServerNeighborsCommandOutput
169
- | StartContinuousExportCommandOutput
170
- | StartDataCollectionByAgentIdsCommandOutput
171
- | StartExportTaskCommandOutput
172
- | StartImportTaskCommandOutput
173
- | StopContinuousExportCommandOutput
174
- | StopDataCollectionByAgentIdsCommandOutput
175
- | UpdateApplicationCommandOutput;
176
-
177
- export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
178
- /**
179
- * The HTTP handler to use. Fetch in browser and Https in Nodejs.
180
- */
181
- requestHandler?: __HttpHandler;
182
-
183
- /**
184
- * A constructor for a class implementing the {@link __Hash} interface
185
- * that computes the SHA-256 HMAC or checksum of a string or binary buffer.
186
- * @internal
187
- */
188
- sha256?: __HashConstructor;
189
-
190
- /**
191
- * The function that will be used to convert strings into HTTP endpoints.
192
- * @internal
193
- */
194
- urlParser?: __UrlParser;
195
-
196
- /**
197
- * A function that can calculate the length of a request body.
198
- * @internal
199
- */
200
- bodyLengthChecker?: (body: any) => number | undefined;
201
-
202
- /**
203
- * A function that converts a stream into an array of bytes.
204
- * @internal
205
- */
206
- streamCollector?: __StreamCollector;
207
-
208
- /**
209
- * The function that will be used to convert a base64-encoded string to a byte array.
210
- * @internal
211
- */
212
- base64Decoder?: __Decoder;
213
-
214
- /**
215
- * The function that will be used to convert binary data to a base64-encoded string.
216
- * @internal
217
- */
218
- base64Encoder?: __Encoder;
219
-
220
- /**
221
- * The function that will be used to convert a UTF8-encoded string to a byte array.
222
- * @internal
223
- */
224
- utf8Decoder?: __Decoder;
225
-
226
- /**
227
- * The function that will be used to convert binary data to a UTF-8 encoded string.
228
- * @internal
229
- */
230
- utf8Encoder?: __Encoder;
231
-
232
- /**
233
- * The runtime environment.
234
- * @internal
235
- */
236
- runtime?: string;
237
-
238
- /**
239
- * Disable dyanamically changing the endpoint of the client based on the hostPrefix
240
- * trait of an operation.
241
- */
242
- disableHostPrefix?: boolean;
243
-
244
- /**
245
- * Value for how many times a request will be made at most in case of retry.
246
- */
247
- maxAttempts?: number | __Provider<number>;
248
-
249
- /**
250
- * Specifies which retry algorithm to use.
251
- */
252
- retryMode?: string | __Provider<string>;
253
-
254
- /**
255
- * Optional logger for logging debug/info/warn/error.
256
- */
257
- logger?: __Logger;
258
-
259
- /**
260
- * Unique service identifier.
261
- * @internal
262
- */
263
- serviceId?: string;
264
-
265
- /**
266
- * The AWS region to which this client will send requests
267
- */
268
- region?: string | __Provider<string>;
269
-
270
- /**
271
- * Default credentials provider; Not available in browser runtime.
272
- * @internal
273
- */
274
- credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
275
-
276
- /**
277
- * Fetch related hostname, signing name or signing region with given region.
278
- * @internal
279
- */
280
- regionInfoProvider?: RegionInfoProvider;
281
-
282
- /**
283
- * The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header
284
- * @internal
285
- */
286
- defaultUserAgentProvider?: Provider<__UserAgent>;
287
- }
288
-
289
- type ApplicationDiscoveryServiceClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> &
290
- ClientDefaults &
291
- RegionInputConfig &
292
- EndpointsInputConfig &
293
- RetryInputConfig &
294
- HostHeaderInputConfig &
295
- AwsAuthInputConfig &
296
- UserAgentInputConfig;
297
- /**
298
- * The configuration interface of ApplicationDiscoveryServiceClient class constructor that set the region, credentials and other options.
299
- */
300
- export interface ApplicationDiscoveryServiceClientConfig extends ApplicationDiscoveryServiceClientConfigType {}
301
-
302
- type ApplicationDiscoveryServiceClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> &
303
- Required<ClientDefaults> &
304
- RegionResolvedConfig &
305
- EndpointsResolvedConfig &
306
- RetryResolvedConfig &
307
- HostHeaderResolvedConfig &
308
- AwsAuthResolvedConfig &
309
- UserAgentResolvedConfig;
310
- /**
311
- * The resolved configuration interface of ApplicationDiscoveryServiceClient class. This is resolved and normalized from the {@link ApplicationDiscoveryServiceClientConfig | constructor configuration interface}.
312
- */
313
- export interface ApplicationDiscoveryServiceClientResolvedConfig
314
- extends ApplicationDiscoveryServiceClientResolvedConfigType {}
315
-
316
- /**
317
- * <fullname>AWS Application Discovery Service</fullname>
318
- *
319
- * <p>AWS Application Discovery Service helps you plan application migration projects. It
320
- * automatically identifies servers, virtual machines (VMs), and network dependencies in your
321
- * on-premises data centers. For more information, see the <a href="http://aws.amazon.com/application-discovery/faqs/">AWS Application Discovery Service
322
- * FAQ</a>. Application Discovery Service offers three ways of performing discovery and
323
- * collecting data about your on-premises servers:</p>
324
- *
325
- * <ul>
326
- * <li>
327
- * <p>
328
- * <b>Agentless discovery</b> is recommended for environments
329
- * that use VMware vCenter Server. This mode doesn't require you to install an agent on each
330
- * host. It does not work in non-VMware environments.</p>
331
- *
332
- * <ul>
333
- * <li>
334
- * <p>Agentless discovery gathers server information regardless of the operating
335
- * systems, which minimizes the time required for initial on-premises infrastructure
336
- * assessment.</p>
337
- * </li>
338
- * <li>
339
- * <p>Agentless discovery doesn't collect information about network dependencies, only
340
- * agent-based discovery collects that information.</p>
341
- * </li>
342
- * </ul>
343
- * </li>
344
- * </ul>
345
- *
346
- * <ul>
347
- * <li>
348
- * <p>
349
- * <b>Agent-based discovery</b> collects a richer set of data
350
- * than agentless discovery by using the AWS Application Discovery Agent, which you install
351
- * on one or more hosts in your data center.</p>
352
- *
353
- * <ul>
354
- * <li>
355
- * <p> The agent captures infrastructure and application information, including an
356
- * inventory of running processes, system performance information, resource utilization,
357
- * and network dependencies.</p>
358
- * </li>
359
- * <li>
360
- * <p>The information collected by agents is secured at rest and in transit to the
361
- * Application Discovery Service database in the cloud. </p>
362
- * </li>
363
- * </ul>
364
- * </li>
365
- * </ul>
366
- *
367
- * <ul>
368
- * <li>
369
- * <p>
370
- * <b>AWS Partner Network (APN) solutions</b> integrate with
371
- * Application Discovery Service, enabling you to import details of your on-premises
372
- * environment directly into Migration Hub without using the discovery connector or discovery
373
- * agent.</p>
374
- *
375
- * <ul>
376
- * <li>
377
- * <p>Third-party application discovery tools can query AWS Application Discovery
378
- * Service, and they can write to the Application Discovery Service database using the
379
- * public API.</p>
380
- * </li>
381
- * <li>
382
- * <p>In this way, you can import data into Migration Hub and view it, so that you can
383
- * associate applications with servers and track migrations.</p>
384
- * </li>
385
- * </ul>
386
- * </li>
387
- * </ul>
388
- *
389
- *
390
- * <p>
391
- * <b>Recommendations</b>
392
- * </p>
393
- * <p>We recommend that you use agent-based discovery for non-VMware environments, and
394
- * whenever you want to collect information about network dependencies. You can run agent-based
395
- * and agentless discovery simultaneously. Use agentless discovery to complete the initial
396
- * infrastructure assessment quickly, and then install agents on select hosts to collect
397
- * additional information.</p>
398
- *
399
- * <p>
400
- * <b>Working With This Guide</b>
401
- * </p>
402
- *
403
- * <p>This API reference provides descriptions, syntax, and usage examples for each of the
404
- * actions and data types for Application Discovery Service. The topic for each action shows the
405
- * API request parameters and the response. Alternatively, you can use one of the AWS SDKs to
406
- * access an API that is tailored to the programming language or platform that you're using. For
407
- * more information, see <a href="http://aws.amazon.com/tools/#SDKs">AWS
408
- * SDKs</a>.</p>
409
- *
410
- * <note>
411
- * <ul>
412
- * <li>
413
- * <p>Remember that you must set your Migration Hub home region before you call any of
414
- * these APIs.</p>
415
- * </li>
416
- * <li>
417
- * <p>You must make API calls for write actions (create, notify, associate, disassociate,
418
- * import, or put) while in your home region, or a <code>HomeRegionNotSetException</code>
419
- * error is returned.</p>
420
- * </li>
421
- * <li>
422
- * <p>API calls for read actions (list, describe, stop, and delete) are permitted outside
423
- * of your home region.</p>
424
- * </li>
425
- * <li>
426
- * <p>Although it is unlikely, the Migration Hub home region could change. If you call
427
- * APIs outside the home region, an <code>InvalidInputException</code> is returned.</p>
428
- * </li>
429
- * <li>
430
- * <p>You must call <code>GetHomeRegion</code> to obtain the latest Migration Hub home
431
- * region.</p>
432
- * </li>
433
- * </ul>
434
- * </note>
435
- *
436
- * <p>This guide is intended for use with the <a href="http://docs.aws.amazon.com/application-discovery/latest/userguide/">AWS Application
437
- * Discovery Service User Guide</a>.</p>
438
- *
439
- * <important>
440
- * <p>All data is handled according to the <a href="http://aws.amazon.com/privacy/">AWS
441
- * Privacy Policy</a>. You can operate Application Discovery Service offline to inspect
442
- * collected data before it is shared with the service.</p>
443
- * </important>
444
- */
445
- export class ApplicationDiscoveryServiceClient extends __Client<
446
- __HttpHandlerOptions,
447
- ServiceInputTypes,
448
- ServiceOutputTypes,
449
- ApplicationDiscoveryServiceClientResolvedConfig
450
- > {
451
- /**
452
- * The resolved configuration of ApplicationDiscoveryServiceClient class. This is resolved and normalized from the {@link ApplicationDiscoveryServiceClientConfig | constructor configuration interface}.
453
- */
454
- readonly config: ApplicationDiscoveryServiceClientResolvedConfig;
455
-
456
- constructor(configuration: ApplicationDiscoveryServiceClientConfig) {
457
- let _config_0 = __getRuntimeConfig(configuration);
458
- let _config_1 = resolveRegionConfig(_config_0);
459
- let _config_2 = resolveEndpointsConfig(_config_1);
460
- let _config_3 = resolveRetryConfig(_config_2);
461
- let _config_4 = resolveHostHeaderConfig(_config_3);
462
- let _config_5 = resolveAwsAuthConfig(_config_4);
463
- let _config_6 = resolveUserAgentConfig(_config_5);
464
- super(_config_6);
465
- this.config = _config_6;
466
- this.middlewareStack.use(getRetryPlugin(this.config));
467
- this.middlewareStack.use(getContentLengthPlugin(this.config));
468
- this.middlewareStack.use(getHostHeaderPlugin(this.config));
469
- this.middlewareStack.use(getLoggerPlugin(this.config));
470
- this.middlewareStack.use(getAwsAuthPlugin(this.config));
471
- this.middlewareStack.use(getUserAgentPlugin(this.config));
472
- }
473
-
474
- /**
475
- * Destroy underlying resources, like sockets. It's usually not necessary to do this.
476
- * However in Node.js, it's best to explicitly shut down the client's agent when it is no longer needed.
477
- * Otherwise, sockets might stay open for quite a long time before the server terminates them.
478
- */
479
- destroy(): void {
480
- super.destroy();
481
- }
482
- }
@@ -1,113 +0,0 @@
1
- import {
2
- ApplicationDiscoveryServiceClientResolvedConfig,
3
- ServiceInputTypes,
4
- ServiceOutputTypes,
5
- } from "../ApplicationDiscoveryServiceClient";
6
- import {
7
- AssociateConfigurationItemsToApplicationRequest,
8
- AssociateConfigurationItemsToApplicationResponse,
9
- } from "../models/models_0";
10
- import {
11
- deserializeAws_json1_1AssociateConfigurationItemsToApplicationCommand,
12
- serializeAws_json1_1AssociateConfigurationItemsToApplicationCommand,
13
- } from "../protocols/Aws_json1_1";
14
- import { getSerdePlugin } from "@aws-sdk/middleware-serde";
15
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
16
- import { Command as $Command } from "@aws-sdk/smithy-client";
17
- import {
18
- FinalizeHandlerArguments,
19
- Handler,
20
- HandlerExecutionContext,
21
- MiddlewareStack,
22
- HttpHandlerOptions as __HttpHandlerOptions,
23
- MetadataBearer as __MetadataBearer,
24
- SerdeContext as __SerdeContext,
25
- } from "@aws-sdk/types";
26
-
27
- export interface AssociateConfigurationItemsToApplicationCommandInput
28
- extends AssociateConfigurationItemsToApplicationRequest {}
29
- export interface AssociateConfigurationItemsToApplicationCommandOutput
30
- extends AssociateConfigurationItemsToApplicationResponse,
31
- __MetadataBearer {}
32
-
33
- /**
34
- * <p>Associates one or more configuration items with an application.</p>
35
- * @example
36
- * Use a bare-bones client and the command you need to make an API call.
37
- * ```javascript
38
- * import { ApplicationDiscoveryServiceClient, AssociateConfigurationItemsToApplicationCommand } from "@aws-sdk/client-application-discovery-service"; // ES Modules import
39
- * // const { ApplicationDiscoveryServiceClient, AssociateConfigurationItemsToApplicationCommand } = require("@aws-sdk/client-application-discovery-service"); // CommonJS import
40
- * const client = new ApplicationDiscoveryServiceClient(config);
41
- * const command = new AssociateConfigurationItemsToApplicationCommand(input);
42
- * const response = await client.send(command);
43
- * ```
44
- *
45
- * @see {@link AssociateConfigurationItemsToApplicationCommandInput} for command's `input` shape.
46
- * @see {@link AssociateConfigurationItemsToApplicationCommandOutput} for command's `response` shape.
47
- * @see {@link ApplicationDiscoveryServiceClientResolvedConfig | config} for command's `input` shape.
48
- *
49
- */
50
- export class AssociateConfigurationItemsToApplicationCommand extends $Command<
51
- AssociateConfigurationItemsToApplicationCommandInput,
52
- AssociateConfigurationItemsToApplicationCommandOutput,
53
- ApplicationDiscoveryServiceClientResolvedConfig
54
- > {
55
- // Start section: command_properties
56
- // End section: command_properties
57
-
58
- constructor(readonly input: AssociateConfigurationItemsToApplicationCommandInput) {
59
- // Start section: command_constructor
60
- super();
61
- // End section: command_constructor
62
- }
63
-
64
- /**
65
- * @internal
66
- */
67
- resolveMiddleware(
68
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
69
- configuration: ApplicationDiscoveryServiceClientResolvedConfig,
70
- options?: __HttpHandlerOptions
71
- ): Handler<
72
- AssociateConfigurationItemsToApplicationCommandInput,
73
- AssociateConfigurationItemsToApplicationCommandOutput
74
- > {
75
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
76
-
77
- const stack = clientStack.concat(this.middlewareStack);
78
-
79
- const { logger } = configuration;
80
- const clientName = "ApplicationDiscoveryServiceClient";
81
- const commandName = "AssociateConfigurationItemsToApplicationCommand";
82
- const handlerExecutionContext: HandlerExecutionContext = {
83
- logger,
84
- clientName,
85
- commandName,
86
- inputFilterSensitiveLog: AssociateConfigurationItemsToApplicationRequest.filterSensitiveLog,
87
- outputFilterSensitiveLog: AssociateConfigurationItemsToApplicationResponse.filterSensitiveLog,
88
- };
89
- const { requestHandler } = configuration;
90
- return stack.resolve(
91
- (request: FinalizeHandlerArguments<any>) =>
92
- requestHandler.handle(request.request as __HttpRequest, options || {}),
93
- handlerExecutionContext
94
- );
95
- }
96
-
97
- private serialize(
98
- input: AssociateConfigurationItemsToApplicationCommandInput,
99
- context: __SerdeContext
100
- ): Promise<__HttpRequest> {
101
- return serializeAws_json1_1AssociateConfigurationItemsToApplicationCommand(input, context);
102
- }
103
-
104
- private deserialize(
105
- output: __HttpResponse,
106
- context: __SerdeContext
107
- ): Promise<AssociateConfigurationItemsToApplicationCommandOutput> {
108
- return deserializeAws_json1_1AssociateConfigurationItemsToApplicationCommand(output, context);
109
- }
110
-
111
- // Start section: command_body_extra
112
- // End section: command_body_extra
113
- }