@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
@@ -33,7 +33,7 @@ var partitionHash = {
33
33
  hostname: "discovery.{region}.amazonaws.com.cn",
34
34
  },
35
35
  "aws-iso": {
36
- regions: ["us-iso-east-1"],
36
+ regions: ["us-iso-east-1", "us-iso-west-1"],
37
37
  hostname: "discovery.{region}.c2s.ic.gov",
38
38
  },
39
39
  "aws-iso-b": {
@@ -50,4 +50,3 @@ export var defaultRegionInfoProvider = function (region, options) { return __awa
50
50
  return [2, getRegionInfo(region, __assign(__assign({}, options), { signingService: "discovery", regionHash: regionHash, partitionHash: partitionHash }))];
51
51
  });
52
52
  }); };
53
- //# sourceMappingURL=endpoints.js.map
File without changes
@@ -371,4 +371,3 @@ export var UpdateApplicationResponse;
371
371
  (function (UpdateApplicationResponse) {
372
372
  UpdateApplicationResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
373
373
  })(UpdateApplicationResponse || (UpdateApplicationResponse = {}));
374
- //# sourceMappingURL=models_0.js.map
@@ -72,4 +72,3 @@ export function paginateDescribeContinuousExports(config, input) {
72
72
  });
73
73
  });
74
74
  }
75
- //# sourceMappingURL=DescribeContinuousExportsPaginator.js.map
@@ -72,4 +72,3 @@ export function paginateDescribeImportTasks(config, input) {
72
72
  });
73
73
  });
74
74
  }
75
- //# sourceMappingURL=DescribeImportTasksPaginator.js.map
@@ -0,0 +1 @@
1
+ export {};
@@ -3547,4 +3547,3 @@ var loadRestJsonErrorCode = function (output, data) {
3547
3547
  }
3548
3548
  return "";
3549
3549
  };
3550
- //# sourceMappingURL=Aws_json1_1.js.map
@@ -1,5 +1,5 @@
1
1
  import { __assign } from "tslib";
2
- import packageInfo from "./package.json";
2
+ import packageInfo from "../package.json";
3
3
  import { Sha256 } from "@aws-crypto/sha256-browser";
4
4
  import { FetchHttpHandler, streamCollector } from "@aws-sdk/fetch-http-handler";
5
5
  import { invalidProvider } from "@aws-sdk/invalid-dependency";
@@ -14,4 +14,3 @@ export var getRuntimeConfig = function (config) {
14
14
  var clientSharedValues = getSharedRuntimeConfig(config);
15
15
  return __assign(__assign(__assign({}, clientSharedValues), config), { runtime: "browser", base64Decoder: (_a = config === null || config === void 0 ? void 0 : config.base64Decoder) !== null && _a !== void 0 ? _a : fromBase64, base64Encoder: (_b = config === null || config === void 0 ? void 0 : config.base64Encoder) !== null && _b !== void 0 ? _b : toBase64, bodyLengthChecker: (_c = config === null || config === void 0 ? void 0 : config.bodyLengthChecker) !== null && _c !== void 0 ? _c : calculateBodyLength, credentialDefaultProvider: (_d = config === null || config === void 0 ? void 0 : config.credentialDefaultProvider) !== null && _d !== void 0 ? _d : (function (_) { return function () { return Promise.reject(new Error("Credential is missing")); }; }), defaultUserAgentProvider: (_e = config === null || config === void 0 ? void 0 : config.defaultUserAgentProvider) !== null && _e !== void 0 ? _e : defaultUserAgent({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }), maxAttempts: (_f = config === null || config === void 0 ? void 0 : config.maxAttempts) !== null && _f !== void 0 ? _f : DEFAULT_MAX_ATTEMPTS, region: (_g = config === null || config === void 0 ? void 0 : config.region) !== null && _g !== void 0 ? _g : invalidProvider("Region is missing"), requestHandler: (_h = config === null || config === void 0 ? void 0 : config.requestHandler) !== null && _h !== void 0 ? _h : new FetchHttpHandler(), retryMode: (_j = config === null || config === void 0 ? void 0 : config.retryMode) !== null && _j !== void 0 ? _j : (function () { return Promise.resolve(DEFAULT_RETRY_MODE); }), sha256: (_k = config === null || config === void 0 ? void 0 : config.sha256) !== null && _k !== void 0 ? _k : Sha256, streamCollector: (_l = config === null || config === void 0 ? void 0 : config.streamCollector) !== null && _l !== void 0 ? _l : streamCollector, utf8Decoder: (_m = config === null || config === void 0 ? void 0 : config.utf8Decoder) !== null && _m !== void 0 ? _m : fromUtf8, utf8Encoder: (_o = config === null || config === void 0 ? void 0 : config.utf8Encoder) !== null && _o !== void 0 ? _o : toUtf8 });
16
16
  };
17
- //# sourceMappingURL=runtimeConfig.browser.js.map
@@ -1,5 +1,5 @@
1
1
  import { __assign } from "tslib";
2
- import packageInfo from "./package.json";
2
+ import packageInfo from "../package.json";
3
3
  import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts";
4
4
  import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS } from "@aws-sdk/config-resolver";
5
5
  import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node";
@@ -19,4 +19,3 @@ export var getRuntimeConfig = function (config) {
19
19
  var clientSharedValues = getSharedRuntimeConfig(config);
20
20
  return __assign(__assign(__assign({}, clientSharedValues), config), { runtime: "node", base64Decoder: (_a = config === null || config === void 0 ? void 0 : config.base64Decoder) !== null && _a !== void 0 ? _a : fromBase64, base64Encoder: (_b = config === null || config === void 0 ? void 0 : config.base64Encoder) !== null && _b !== void 0 ? _b : toBase64, bodyLengthChecker: (_c = config === null || config === void 0 ? void 0 : config.bodyLengthChecker) !== null && _c !== void 0 ? _c : calculateBodyLength, credentialDefaultProvider: (_d = config === null || config === void 0 ? void 0 : config.credentialDefaultProvider) !== null && _d !== void 0 ? _d : decorateDefaultCredentialProvider(credentialDefaultProvider), defaultUserAgentProvider: (_e = config === null || config === void 0 ? void 0 : config.defaultUserAgentProvider) !== null && _e !== void 0 ? _e : defaultUserAgent({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }), maxAttempts: (_f = config === null || config === void 0 ? void 0 : config.maxAttempts) !== null && _f !== void 0 ? _f : loadNodeConfig(NODE_MAX_ATTEMPT_CONFIG_OPTIONS), region: (_g = config === null || config === void 0 ? void 0 : config.region) !== null && _g !== void 0 ? _g : loadNodeConfig(NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS), requestHandler: (_h = config === null || config === void 0 ? void 0 : config.requestHandler) !== null && _h !== void 0 ? _h : new NodeHttpHandler(), retryMode: (_j = config === null || config === void 0 ? void 0 : config.retryMode) !== null && _j !== void 0 ? _j : loadNodeConfig(NODE_RETRY_MODE_CONFIG_OPTIONS), sha256: (_k = config === null || config === void 0 ? void 0 : config.sha256) !== null && _k !== void 0 ? _k : Hash.bind(null, "sha256"), streamCollector: (_l = config === null || config === void 0 ? void 0 : config.streamCollector) !== null && _l !== void 0 ? _l : streamCollector, utf8Decoder: (_m = config === null || config === void 0 ? void 0 : config.utf8Decoder) !== null && _m !== void 0 ? _m : fromUtf8, utf8Encoder: (_o = config === null || config === void 0 ? void 0 : config.utf8Encoder) !== null && _o !== void 0 ? _o : toUtf8 });
21
21
  };
22
- //# sourceMappingURL=runtimeConfig.js.map
@@ -6,4 +6,3 @@ export var getRuntimeConfig = function (config) {
6
6
  var browserDefaults = getBrowserRuntimeConfig(config);
7
7
  return __assign(__assign(__assign({}, browserDefaults), config), { runtime: "react-native", sha256: (_a = config === null || config === void 0 ? void 0 : config.sha256) !== null && _a !== void 0 ? _a : Sha256 });
8
8
  };
9
- //# sourceMappingURL=runtimeConfig.native.js.map
@@ -1,5 +1,5 @@
1
- import { defaultRegionInfoProvider } from "./endpoints";
2
1
  import { parseUrl } from "@aws-sdk/url-parser";
2
+ import { defaultRegionInfoProvider } from "./endpoints";
3
3
  export var getRuntimeConfig = function (config) {
4
4
  var _a, _b, _c, _d, _e;
5
5
  return ({
@@ -11,4 +11,3 @@ export var getRuntimeConfig = function (config) {
11
11
  urlParser: (_e = config === null || config === void 0 ? void 0 : config.urlParser) !== null && _e !== void 0 ? _e : parseUrl,
12
12
  });
13
13
  };
14
- //# sourceMappingURL=runtimeConfig.shared.js.map
@@ -1,3 +1,4 @@
1
+ import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
1
2
  import { ApplicationDiscoveryServiceClient } from "./ApplicationDiscoveryServiceClient";
2
3
  import { AssociateConfigurationItemsToApplicationCommandInput, AssociateConfigurationItemsToApplicationCommandOutput } from "./commands/AssociateConfigurationItemsToApplicationCommand";
3
4
  import { BatchDeleteImportDataCommandInput, BatchDeleteImportDataCommandOutput } from "./commands/BatchDeleteImportDataCommand";
@@ -24,7 +25,6 @@ import { StartImportTaskCommandInput, StartImportTaskCommandOutput } from "./com
24
25
  import { StopContinuousExportCommandInput, StopContinuousExportCommandOutput } from "./commands/StopContinuousExportCommand";
25
26
  import { StopDataCollectionByAgentIdsCommandInput, StopDataCollectionByAgentIdsCommandOutput } from "./commands/StopDataCollectionByAgentIdsCommand";
26
27
  import { UpdateApplicationCommandInput, UpdateApplicationCommandOutput } from "./commands/UpdateApplicationCommand";
27
- import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
28
28
  /**
29
29
  * <fullname>AWS Application Discovery Service</fullname>
30
30
  *
@@ -1,3 +1,11 @@
1
+ import { EndpointsInputConfig, EndpointsResolvedConfig, RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
2
+ import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
3
+ import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
4
+ import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
5
+ import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
6
+ import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
7
+ import { Client as __Client, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
8
+ import { Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
1
9
  import { AssociateConfigurationItemsToApplicationCommandInput, AssociateConfigurationItemsToApplicationCommandOutput } from "./commands/AssociateConfigurationItemsToApplicationCommand";
2
10
  import { BatchDeleteImportDataCommandInput, BatchDeleteImportDataCommandOutput } from "./commands/BatchDeleteImportDataCommand";
3
11
  import { CreateApplicationCommandInput, CreateApplicationCommandOutput } from "./commands/CreateApplicationCommand";
@@ -23,14 +31,6 @@ import { StartImportTaskCommandInput, StartImportTaskCommandOutput } from "./com
23
31
  import { StopContinuousExportCommandInput, StopContinuousExportCommandOutput } from "./commands/StopContinuousExportCommand";
24
32
  import { StopDataCollectionByAgentIdsCommandInput, StopDataCollectionByAgentIdsCommandOutput } from "./commands/StopDataCollectionByAgentIdsCommand";
25
33
  import { UpdateApplicationCommandInput, UpdateApplicationCommandOutput } from "./commands/UpdateApplicationCommand";
26
- import { EndpointsInputConfig, EndpointsResolvedConfig, RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
27
- import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
28
- import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
29
- import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
30
- import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
31
- import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
32
- import { Client as __Client, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
33
- import { Provider, RegionInfoProvider, Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
34
34
  export declare type ServiceInputTypes = AssociateConfigurationItemsToApplicationCommandInput | BatchDeleteImportDataCommandInput | CreateApplicationCommandInput | CreateTagsCommandInput | DeleteApplicationsCommandInput | DeleteTagsCommandInput | DescribeAgentsCommandInput | DescribeConfigurationsCommandInput | DescribeContinuousExportsCommandInput | DescribeExportConfigurationsCommandInput | DescribeExportTasksCommandInput | DescribeImportTasksCommandInput | DescribeTagsCommandInput | DisassociateConfigurationItemsFromApplicationCommandInput | ExportConfigurationsCommandInput | GetDiscoverySummaryCommandInput | ListConfigurationsCommandInput | ListServerNeighborsCommandInput | StartContinuousExportCommandInput | StartDataCollectionByAgentIdsCommandInput | StartExportTaskCommandInput | StartImportTaskCommandInput | StopContinuousExportCommandInput | StopDataCollectionByAgentIdsCommandInput | UpdateApplicationCommandInput;
35
35
  export declare type ServiceOutputTypes = AssociateConfigurationItemsToApplicationCommandOutput | BatchDeleteImportDataCommandOutput | CreateApplicationCommandOutput | CreateTagsCommandOutput | DeleteApplicationsCommandOutput | DeleteTagsCommandOutput | DescribeAgentsCommandOutput | DescribeConfigurationsCommandOutput | DescribeContinuousExportsCommandOutput | DescribeExportConfigurationsCommandOutput | DescribeExportTasksCommandOutput | DescribeImportTasksCommandOutput | DescribeTagsCommandOutput | DisassociateConfigurationItemsFromApplicationCommandOutput | ExportConfigurationsCommandOutput | GetDiscoverySummaryCommandOutput | ListConfigurationsCommandOutput | ListServerNeighborsCommandOutput | StartContinuousExportCommandOutput | StartDataCollectionByAgentIdsCommandOutput | StartExportTaskCommandOutput | StartImportTaskCommandOutput | StopContinuousExportCommandOutput | StopDataCollectionByAgentIdsCommandOutput | UpdateApplicationCommandOutput;
36
36
  export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
@@ -1,7 +1,7 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationDiscoveryServiceClient";
2
4
  import { AssociateConfigurationItemsToApplicationRequest, AssociateConfigurationItemsToApplicationResponse } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface AssociateConfigurationItemsToApplicationCommandInput extends AssociateConfigurationItemsToApplicationRequest {
6
6
  }
7
7
  export interface AssociateConfigurationItemsToApplicationCommandOutput extends AssociateConfigurationItemsToApplicationResponse, __MetadataBearer {
@@ -1,7 +1,7 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationDiscoveryServiceClient";
2
4
  import { BatchDeleteImportDataRequest, BatchDeleteImportDataResponse } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface BatchDeleteImportDataCommandInput extends BatchDeleteImportDataRequest {
6
6
  }
7
7
  export interface BatchDeleteImportDataCommandOutput extends BatchDeleteImportDataResponse, __MetadataBearer {
@@ -1,7 +1,7 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationDiscoveryServiceClient";
2
4
  import { CreateApplicationRequest, CreateApplicationResponse } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface CreateApplicationCommandInput extends CreateApplicationRequest {
6
6
  }
7
7
  export interface CreateApplicationCommandOutput extends CreateApplicationResponse, __MetadataBearer {
@@ -1,7 +1,7 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationDiscoveryServiceClient";
2
4
  import { CreateTagsRequest, CreateTagsResponse } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface CreateTagsCommandInput extends CreateTagsRequest {
6
6
  }
7
7
  export interface CreateTagsCommandOutput extends CreateTagsResponse, __MetadataBearer {
@@ -1,7 +1,7 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationDiscoveryServiceClient";
2
4
  import { DeleteApplicationsRequest, DeleteApplicationsResponse } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface DeleteApplicationsCommandInput extends DeleteApplicationsRequest {
6
6
  }
7
7
  export interface DeleteApplicationsCommandOutput extends DeleteApplicationsResponse, __MetadataBearer {
@@ -1,7 +1,7 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationDiscoveryServiceClient";
2
4
  import { DeleteTagsRequest, DeleteTagsResponse } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface DeleteTagsCommandInput extends DeleteTagsRequest {
6
6
  }
7
7
  export interface DeleteTagsCommandOutput extends DeleteTagsResponse, __MetadataBearer {
@@ -1,7 +1,7 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationDiscoveryServiceClient";
2
4
  import { DescribeAgentsRequest, DescribeAgentsResponse } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface DescribeAgentsCommandInput extends DescribeAgentsRequest {
6
6
  }
7
7
  export interface DescribeAgentsCommandOutput extends DescribeAgentsResponse, __MetadataBearer {
@@ -1,7 +1,7 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationDiscoveryServiceClient";
2
4
  import { DescribeConfigurationsRequest, DescribeConfigurationsResponse } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface DescribeConfigurationsCommandInput extends DescribeConfigurationsRequest {
6
6
  }
7
7
  export interface DescribeConfigurationsCommandOutput extends DescribeConfigurationsResponse, __MetadataBearer {
@@ -1,7 +1,7 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationDiscoveryServiceClient";
2
4
  import { DescribeContinuousExportsRequest, DescribeContinuousExportsResponse } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface DescribeContinuousExportsCommandInput extends DescribeContinuousExportsRequest {
6
6
  }
7
7
  export interface DescribeContinuousExportsCommandOutput extends DescribeContinuousExportsResponse, __MetadataBearer {
@@ -1,7 +1,7 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationDiscoveryServiceClient";
2
4
  import { DescribeExportConfigurationsRequest, DescribeExportConfigurationsResponse } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface DescribeExportConfigurationsCommandInput extends DescribeExportConfigurationsRequest {
6
6
  }
7
7
  export interface DescribeExportConfigurationsCommandOutput extends DescribeExportConfigurationsResponse, __MetadataBearer {
@@ -1,7 +1,7 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationDiscoveryServiceClient";
2
4
  import { DescribeExportTasksRequest, DescribeExportTasksResponse } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface DescribeExportTasksCommandInput extends DescribeExportTasksRequest {
6
6
  }
7
7
  export interface DescribeExportTasksCommandOutput extends DescribeExportTasksResponse, __MetadataBearer {
@@ -1,7 +1,7 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationDiscoveryServiceClient";
2
4
  import { DescribeImportTasksRequest, DescribeImportTasksResponse } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface DescribeImportTasksCommandInput extends DescribeImportTasksRequest {
6
6
  }
7
7
  export interface DescribeImportTasksCommandOutput extends DescribeImportTasksResponse, __MetadataBearer {
@@ -1,7 +1,7 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationDiscoveryServiceClient";
2
4
  import { DescribeTagsRequest, DescribeTagsResponse } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface DescribeTagsCommandInput extends DescribeTagsRequest {
6
6
  }
7
7
  export interface DescribeTagsCommandOutput extends DescribeTagsResponse, __MetadataBearer {
@@ -1,7 +1,7 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationDiscoveryServiceClient";
2
4
  import { DisassociateConfigurationItemsFromApplicationRequest, DisassociateConfigurationItemsFromApplicationResponse } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface DisassociateConfigurationItemsFromApplicationCommandInput extends DisassociateConfigurationItemsFromApplicationRequest {
6
6
  }
7
7
  export interface DisassociateConfigurationItemsFromApplicationCommandOutput extends DisassociateConfigurationItemsFromApplicationResponse, __MetadataBearer {
@@ -1,7 +1,7 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationDiscoveryServiceClient";
2
4
  import { ExportConfigurationsResponse } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface ExportConfigurationsCommandInput {
6
6
  }
7
7
  export interface ExportConfigurationsCommandOutput extends ExportConfigurationsResponse, __MetadataBearer {
@@ -1,7 +1,7 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationDiscoveryServiceClient";
2
4
  import { GetDiscoverySummaryRequest, GetDiscoverySummaryResponse } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface GetDiscoverySummaryCommandInput extends GetDiscoverySummaryRequest {
6
6
  }
7
7
  export interface GetDiscoverySummaryCommandOutput extends GetDiscoverySummaryResponse, __MetadataBearer {
@@ -1,7 +1,7 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationDiscoveryServiceClient";
2
4
  import { ListConfigurationsRequest, ListConfigurationsResponse } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface ListConfigurationsCommandInput extends ListConfigurationsRequest {
6
6
  }
7
7
  export interface ListConfigurationsCommandOutput extends ListConfigurationsResponse, __MetadataBearer {
@@ -1,7 +1,7 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationDiscoveryServiceClient";
2
4
  import { ListServerNeighborsRequest, ListServerNeighborsResponse } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface ListServerNeighborsCommandInput extends ListServerNeighborsRequest {
6
6
  }
7
7
  export interface ListServerNeighborsCommandOutput extends ListServerNeighborsResponse, __MetadataBearer {
@@ -1,7 +1,7 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationDiscoveryServiceClient";
2
4
  import { StartContinuousExportRequest, StartContinuousExportResponse } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface StartContinuousExportCommandInput extends StartContinuousExportRequest {
6
6
  }
7
7
  export interface StartContinuousExportCommandOutput extends StartContinuousExportResponse, __MetadataBearer {
@@ -1,7 +1,7 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationDiscoveryServiceClient";
2
4
  import { StartDataCollectionByAgentIdsRequest, StartDataCollectionByAgentIdsResponse } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface StartDataCollectionByAgentIdsCommandInput extends StartDataCollectionByAgentIdsRequest {
6
6
  }
7
7
  export interface StartDataCollectionByAgentIdsCommandOutput extends StartDataCollectionByAgentIdsResponse, __MetadataBearer {
@@ -1,7 +1,7 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationDiscoveryServiceClient";
2
4
  import { StartExportTaskRequest, StartExportTaskResponse } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface StartExportTaskCommandInput extends StartExportTaskRequest {
6
6
  }
7
7
  export interface StartExportTaskCommandOutput extends StartExportTaskResponse, __MetadataBearer {
@@ -1,7 +1,7 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationDiscoveryServiceClient";
2
4
  import { StartImportTaskRequest, StartImportTaskResponse } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface StartImportTaskCommandInput extends StartImportTaskRequest {
6
6
  }
7
7
  export interface StartImportTaskCommandOutput extends StartImportTaskResponse, __MetadataBearer {
@@ -1,7 +1,7 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationDiscoveryServiceClient";
2
4
  import { StopContinuousExportRequest, StopContinuousExportResponse } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface StopContinuousExportCommandInput extends StopContinuousExportRequest {
6
6
  }
7
7
  export interface StopContinuousExportCommandOutput extends StopContinuousExportResponse, __MetadataBearer {
@@ -1,7 +1,7 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationDiscoveryServiceClient";
2
4
  import { StopDataCollectionByAgentIdsRequest, StopDataCollectionByAgentIdsResponse } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface StopDataCollectionByAgentIdsCommandInput extends StopDataCollectionByAgentIdsRequest {
6
6
  }
7
7
  export interface StopDataCollectionByAgentIdsCommandOutput extends StopDataCollectionByAgentIdsResponse, __MetadataBearer {
@@ -1,7 +1,7 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationDiscoveryServiceClient";
2
4
  import { UpdateApplicationRequest, UpdateApplicationResponse } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface UpdateApplicationCommandInput extends UpdateApplicationRequest {
6
6
  }
7
7
  export interface UpdateApplicationCommandOutput extends UpdateApplicationResponse, __MetadataBearer {
File without changes
File without changes
File without changes
@@ -1,4 +1,4 @@
1
+ import { Paginator } from "@aws-sdk/types";
1
2
  import { DescribeContinuousExportsCommandInput, DescribeContinuousExportsCommandOutput } from "../commands/DescribeContinuousExportsCommand";
2
3
  import { ApplicationDiscoveryServicePaginationConfiguration } from "./Interfaces";
3
- import { Paginator } from "@aws-sdk/types";
4
4
  export declare function paginateDescribeContinuousExports(config: ApplicationDiscoveryServicePaginationConfiguration, input: DescribeContinuousExportsCommandInput, ...additionalArguments: any): Paginator<DescribeContinuousExportsCommandOutput>;
@@ -1,4 +1,4 @@
1
+ import { Paginator } from "@aws-sdk/types";
1
2
  import { DescribeImportTasksCommandInput, DescribeImportTasksCommandOutput } from "../commands/DescribeImportTasksCommand";
2
3
  import { ApplicationDiscoveryServicePaginationConfiguration } from "./Interfaces";
3
- import { Paginator } from "@aws-sdk/types";
4
4
  export declare function paginateDescribeImportTasks(config: ApplicationDiscoveryServicePaginationConfiguration, input: DescribeImportTasksCommandInput, ...additionalArguments: any): Paginator<DescribeImportTasksCommandOutput>;
@@ -1,6 +1,6 @@
1
+ import { PaginationConfiguration } from "@aws-sdk/types";
1
2
  import { ApplicationDiscoveryService } from "../ApplicationDiscoveryService";
2
3
  import { ApplicationDiscoveryServiceClient } from "../ApplicationDiscoveryServiceClient";
3
- import { PaginationConfiguration } from "@aws-sdk/types";
4
4
  export interface ApplicationDiscoveryServicePaginationConfiguration extends PaginationConfiguration {
5
5
  client: ApplicationDiscoveryService | ApplicationDiscoveryServiceClient;
6
6
  }
@@ -1,3 +1,5 @@
1
+ import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
2
+ import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
1
3
  import { AssociateConfigurationItemsToApplicationCommandInput, AssociateConfigurationItemsToApplicationCommandOutput } from "../commands/AssociateConfigurationItemsToApplicationCommand";
2
4
  import { BatchDeleteImportDataCommandInput, BatchDeleteImportDataCommandOutput } from "../commands/BatchDeleteImportDataCommand";
3
5
  import { CreateApplicationCommandInput, CreateApplicationCommandOutput } from "../commands/CreateApplicationCommand";
@@ -23,8 +25,6 @@ import { StartImportTaskCommandInput, StartImportTaskCommandOutput } from "../co
23
25
  import { StopContinuousExportCommandInput, StopContinuousExportCommandOutput } from "../commands/StopContinuousExportCommand";
24
26
  import { StopDataCollectionByAgentIdsCommandInput, StopDataCollectionByAgentIdsCommandOutput } from "../commands/StopDataCollectionByAgentIdsCommand";
25
27
  import { UpdateApplicationCommandInput, UpdateApplicationCommandOutput } from "../commands/UpdateApplicationCommand";
26
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
27
- import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
28
28
  export declare const serializeAws_json1_1AssociateConfigurationItemsToApplicationCommand: (input: AssociateConfigurationItemsToApplicationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
29
29
  export declare const serializeAws_json1_1BatchDeleteImportDataCommand: (input: BatchDeleteImportDataCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
30
30
  export declare const serializeAws_json1_1CreateApplicationCommand: (input: CreateApplicationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
@@ -8,7 +8,7 @@ export declare const getRuntimeConfig: (config: ApplicationDiscoveryServiceClien
8
8
  base64Decoder: import("@aws-sdk/types").Decoder;
9
9
  base64Encoder: import("@aws-sdk/types").Encoder;
10
10
  bodyLengthChecker: (body: any) => number | undefined;
11
- credentialDefaultProvider: import("@aws-sdk/client-sts/dist/types/defaultStsRoleAssumers").DefaultCredentialProvider;
11
+ credentialDefaultProvider: import("@aws-sdk/client-sts/dist-types/defaultStsRoleAssumers").DefaultCredentialProvider;
12
12
  defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
13
13
  maxAttempts: number | import("@aws-sdk/types").Provider<number>;
14
14
  region: string | import("@aws-sdk/types").Provider<string>;