@aws-sdk/client-groundstation 3.32.0 → 3.36.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 (309) hide show
  1. package/CHANGELOG.md +44 -0
  2. package/{dist/cjs → dist-cjs}/GroundStation.js +1 -2
  3. package/{dist/cjs → dist-cjs}/GroundStationClient.js +8 -9
  4. package/{dist/cjs → dist-cjs}/commands/CancelContactCommand.js +2 -3
  5. package/{dist/cjs → dist-cjs}/commands/CreateConfigCommand.js +2 -3
  6. package/{dist/cjs → dist-cjs}/commands/CreateDataflowEndpointGroupCommand.js +2 -3
  7. package/{dist/cjs → dist-cjs}/commands/CreateMissionProfileCommand.js +2 -3
  8. package/{dist/cjs → dist-cjs}/commands/DeleteConfigCommand.js +2 -3
  9. package/{dist/cjs → dist-cjs}/commands/DeleteDataflowEndpointGroupCommand.js +2 -3
  10. package/{dist/cjs → dist-cjs}/commands/DeleteMissionProfileCommand.js +2 -3
  11. package/{dist/cjs → dist-cjs}/commands/DescribeContactCommand.js +2 -3
  12. package/{dist/cjs → dist-cjs}/commands/GetConfigCommand.js +2 -3
  13. package/{dist/cjs → dist-cjs}/commands/GetDataflowEndpointGroupCommand.js +2 -3
  14. package/{dist/cjs → dist-cjs}/commands/GetMinuteUsageCommand.js +2 -3
  15. package/{dist/cjs → dist-cjs}/commands/GetMissionProfileCommand.js +2 -3
  16. package/{dist/cjs → dist-cjs}/commands/GetSatelliteCommand.js +2 -3
  17. package/{dist/cjs → dist-cjs}/commands/ListConfigsCommand.js +2 -3
  18. package/{dist/cjs → dist-cjs}/commands/ListContactsCommand.js +2 -3
  19. package/{dist/cjs → dist-cjs}/commands/ListDataflowEndpointGroupsCommand.js +2 -3
  20. package/{dist/cjs → dist-cjs}/commands/ListGroundStationsCommand.js +2 -3
  21. package/{dist/cjs → dist-cjs}/commands/ListMissionProfilesCommand.js +2 -3
  22. package/{dist/cjs → dist-cjs}/commands/ListSatellitesCommand.js +2 -3
  23. package/{dist/cjs → dist-cjs}/commands/ListTagsForResourceCommand.js +2 -3
  24. package/{dist/cjs → dist-cjs}/commands/ReserveContactCommand.js +2 -3
  25. package/{dist/cjs → dist-cjs}/commands/TagResourceCommand.js +2 -3
  26. package/{dist/cjs → dist-cjs}/commands/UntagResourceCommand.js +2 -3
  27. package/{dist/cjs → dist-cjs}/commands/UpdateConfigCommand.js +2 -3
  28. package/{dist/cjs → dist-cjs}/commands/UpdateMissionProfileCommand.js +2 -3
  29. package/{dist/cjs → dist-cjs}/endpoints.js +0 -1
  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 -1
  33. package/{dist/cjs → dist-cjs}/pagination/Interfaces.js +0 -1
  34. package/{dist/cjs → dist-cjs}/pagination/ListConfigsPaginator.js +1 -2
  35. package/{dist/cjs → dist-cjs}/pagination/ListContactsPaginator.js +1 -2
  36. package/{dist/cjs → dist-cjs}/pagination/ListDataflowEndpointGroupsPaginator.js +1 -2
  37. package/{dist/cjs → dist-cjs}/pagination/ListGroundStationsPaginator.js +1 -2
  38. package/{dist/cjs → dist-cjs}/pagination/ListMissionProfilesPaginator.js +1 -2
  39. package/{dist/cjs → dist-cjs}/pagination/ListSatellitesPaginator.js +1 -2
  40. package/{dist/cjs → dist-cjs}/protocols/Aws_restJson1.js +12 -13
  41. package/{dist/cjs → dist-cjs}/runtimeConfig.browser.js +2 -2
  42. package/{dist/cjs → dist-cjs}/runtimeConfig.js +2 -2
  43. package/{dist/cjs → dist-cjs}/runtimeConfig.native.js +0 -1
  44. package/{dist/cjs → dist-cjs}/runtimeConfig.shared.js +1 -2
  45. package/{dist/es → dist-es}/GroundStation.js +2 -9
  46. package/{dist/es → dist-es}/GroundStationClient.js +2 -14
  47. package/{dist/es → dist-es}/commands/CancelContactCommand.js +4 -30
  48. package/{dist/es → dist-es}/commands/CreateConfigCommand.js +4 -31
  49. package/{dist/es → dist-es}/commands/CreateDataflowEndpointGroupCommand.js +4 -34
  50. package/{dist/es → dist-es}/commands/CreateMissionProfileCommand.js +4 -33
  51. package/{dist/es → dist-es}/commands/DeleteConfigCommand.js +4 -30
  52. package/{dist/es → dist-es}/commands/DeleteDataflowEndpointGroupCommand.js +4 -30
  53. package/{dist/es → dist-es}/commands/DeleteMissionProfileCommand.js +4 -30
  54. package/{dist/es → dist-es}/commands/DescribeContactCommand.js +4 -30
  55. package/{dist/es → dist-es}/commands/GetConfigCommand.js +4 -31
  56. package/{dist/es → dist-es}/commands/GetDataflowEndpointGroupCommand.js +4 -30
  57. package/{dist/es → dist-es}/commands/GetMinuteUsageCommand.js +4 -30
  58. package/{dist/es → dist-es}/commands/GetMissionProfileCommand.js +4 -30
  59. package/{dist/es → dist-es}/commands/GetSatelliteCommand.js +4 -30
  60. package/{dist/es → dist-es}/commands/ListConfigsCommand.js +4 -30
  61. package/{dist/es → dist-es}/commands/ListContactsCommand.js +4 -33
  62. package/{dist/es → dist-es}/commands/ListDataflowEndpointGroupsCommand.js +4 -30
  63. package/{dist/es → dist-es}/commands/ListGroundStationsCommand.js +4 -30
  64. package/{dist/es → dist-es}/commands/ListMissionProfilesCommand.js +4 -30
  65. package/{dist/es → dist-es}/commands/ListSatellitesCommand.js +4 -30
  66. package/{dist/es → dist-es}/commands/ListTagsForResourceCommand.js +4 -30
  67. package/{dist/es → dist-es}/commands/ReserveContactCommand.js +4 -30
  68. package/{dist/es → dist-es}/commands/TagResourceCommand.js +4 -30
  69. package/{dist/es → dist-es}/commands/UntagResourceCommand.js +4 -30
  70. package/{dist/es → dist-es}/commands/UpdateConfigCommand.js +4 -32
  71. package/{dist/es → dist-es}/commands/UpdateMissionProfileCommand.js +4 -32
  72. package/{dist/es → dist-es}/endpoints.js +1 -2
  73. package/{dist/types/index.d.ts → dist-es/index.js} +0 -0
  74. package/{dist/types/models/index.d.ts → dist-es/models/index.js} +0 -0
  75. package/{dist/es → dist-es}/models/models_0.js +0 -241
  76. package/dist-es/pagination/Interfaces.js +1 -0
  77. package/{dist/es → dist-es}/pagination/ListConfigsPaginator.js +17 -30
  78. package/{dist/es → dist-es}/pagination/ListContactsPaginator.js +17 -30
  79. package/{dist/es → dist-es}/pagination/ListDataflowEndpointGroupsPaginator.js +17 -30
  80. package/{dist/es → dist-es}/pagination/ListGroundStationsPaginator.js +17 -30
  81. package/{dist/es → dist-es}/pagination/ListMissionProfilesPaginator.js +17 -30
  82. package/{dist/es → dist-es}/pagination/ListSatellitesPaginator.js +17 -30
  83. package/{dist/es → dist-es}/protocols/Aws_restJson1.js +534 -540
  84. package/{dist/es → dist-es}/runtimeConfig.browser.js +1 -5
  85. package/{dist/es → dist-es}/runtimeConfig.js +1 -5
  86. package/{dist/es → dist-es}/runtimeConfig.native.js +0 -4
  87. package/{dist/es → dist-es}/runtimeConfig.shared.js +1 -5
  88. package/{dist/types → dist-types}/GroundStation.d.ts +2 -2
  89. package/{dist/types → dist-types}/GroundStationClient.d.ts +8 -8
  90. package/{dist/types → dist-types}/commands/CancelContactCommand.d.ts +2 -2
  91. package/{dist/types → dist-types}/commands/CreateConfigCommand.d.ts +2 -2
  92. package/{dist/types → dist-types}/commands/CreateDataflowEndpointGroupCommand.d.ts +2 -2
  93. package/{dist/types → dist-types}/commands/CreateMissionProfileCommand.d.ts +2 -2
  94. package/{dist/types → dist-types}/commands/DeleteConfigCommand.d.ts +2 -2
  95. package/{dist/types → dist-types}/commands/DeleteDataflowEndpointGroupCommand.d.ts +2 -2
  96. package/{dist/types → dist-types}/commands/DeleteMissionProfileCommand.d.ts +2 -2
  97. package/{dist/types → dist-types}/commands/DescribeContactCommand.d.ts +2 -2
  98. package/{dist/types → dist-types}/commands/GetConfigCommand.d.ts +2 -2
  99. package/{dist/types → dist-types}/commands/GetDataflowEndpointGroupCommand.d.ts +2 -2
  100. package/{dist/types → dist-types}/commands/GetMinuteUsageCommand.d.ts +2 -2
  101. package/{dist/types → dist-types}/commands/GetMissionProfileCommand.d.ts +2 -2
  102. package/{dist/types → dist-types}/commands/GetSatelliteCommand.d.ts +2 -2
  103. package/{dist/types → dist-types}/commands/ListConfigsCommand.d.ts +2 -2
  104. package/{dist/types → dist-types}/commands/ListContactsCommand.d.ts +2 -2
  105. package/{dist/types → dist-types}/commands/ListDataflowEndpointGroupsCommand.d.ts +2 -2
  106. package/{dist/types → dist-types}/commands/ListGroundStationsCommand.d.ts +2 -2
  107. package/{dist/types → dist-types}/commands/ListMissionProfilesCommand.d.ts +2 -2
  108. package/{dist/types → dist-types}/commands/ListSatellitesCommand.d.ts +2 -2
  109. package/{dist/types → dist-types}/commands/ListTagsForResourceCommand.d.ts +2 -2
  110. package/{dist/types → dist-types}/commands/ReserveContactCommand.d.ts +2 -2
  111. package/{dist/types → dist-types}/commands/TagResourceCommand.d.ts +2 -2
  112. package/{dist/types → dist-types}/commands/UntagResourceCommand.d.ts +2 -2
  113. package/{dist/types → dist-types}/commands/UpdateConfigCommand.d.ts +2 -2
  114. package/{dist/types → dist-types}/commands/UpdateMissionProfileCommand.d.ts +2 -2
  115. package/{dist/types → dist-types}/endpoints.d.ts +0 -0
  116. package/{index.ts → dist-types/index.d.ts} +0 -0
  117. package/{models/index.ts → dist-types/models/index.d.ts} +0 -0
  118. package/{dist/types → dist-types}/models/models_0.d.ts +0 -0
  119. package/{dist/types → dist-types}/pagination/Interfaces.d.ts +1 -1
  120. package/{dist/types → dist-types}/pagination/ListConfigsPaginator.d.ts +1 -1
  121. package/{dist/types → dist-types}/pagination/ListContactsPaginator.d.ts +1 -1
  122. package/{dist/types → dist-types}/pagination/ListDataflowEndpointGroupsPaginator.d.ts +1 -1
  123. package/{dist/types → dist-types}/pagination/ListGroundStationsPaginator.d.ts +1 -1
  124. package/{dist/types → dist-types}/pagination/ListMissionProfilesPaginator.d.ts +1 -1
  125. package/{dist/types → dist-types}/pagination/ListSatellitesPaginator.d.ts +1 -1
  126. package/{dist/types → dist-types}/protocols/Aws_restJson1.d.ts +2 -2
  127. package/{dist/types/ts3.4 → dist-types}/runtimeConfig.browser.d.ts +37 -36
  128. package/{dist/types/ts3.4 → dist-types}/runtimeConfig.d.ts +37 -36
  129. package/{dist/types/ts3.4 → dist-types}/runtimeConfig.native.d.ts +36 -35
  130. package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
  131. package/{dist/types → dist-types}/ts3.4/GroundStation.d.ts +2 -2
  132. package/{dist/types → dist-types}/ts3.4/GroundStationClient.d.ts +8 -8
  133. package/{dist/types → dist-types}/ts3.4/commands/CancelContactCommand.d.ts +2 -2
  134. package/{dist/types → dist-types}/ts3.4/commands/CreateConfigCommand.d.ts +2 -2
  135. package/{dist/types → dist-types}/ts3.4/commands/CreateDataflowEndpointGroupCommand.d.ts +2 -2
  136. package/{dist/types → dist-types}/ts3.4/commands/CreateMissionProfileCommand.d.ts +2 -2
  137. package/{dist/types → dist-types}/ts3.4/commands/DeleteConfigCommand.d.ts +2 -2
  138. package/{dist/types → dist-types}/ts3.4/commands/DeleteDataflowEndpointGroupCommand.d.ts +2 -2
  139. package/{dist/types → dist-types}/ts3.4/commands/DeleteMissionProfileCommand.d.ts +2 -2
  140. package/{dist/types → dist-types}/ts3.4/commands/DescribeContactCommand.d.ts +2 -2
  141. package/{dist/types → dist-types}/ts3.4/commands/GetConfigCommand.d.ts +2 -2
  142. package/{dist/types → dist-types}/ts3.4/commands/GetDataflowEndpointGroupCommand.d.ts +2 -2
  143. package/{dist/types → dist-types}/ts3.4/commands/GetMinuteUsageCommand.d.ts +2 -2
  144. package/{dist/types → dist-types}/ts3.4/commands/GetMissionProfileCommand.d.ts +2 -2
  145. package/{dist/types → dist-types}/ts3.4/commands/GetSatelliteCommand.d.ts +2 -2
  146. package/{dist/types → dist-types}/ts3.4/commands/ListConfigsCommand.d.ts +2 -2
  147. package/{dist/types → dist-types}/ts3.4/commands/ListContactsCommand.d.ts +2 -2
  148. package/{dist/types → dist-types}/ts3.4/commands/ListDataflowEndpointGroupsCommand.d.ts +2 -2
  149. package/{dist/types → dist-types}/ts3.4/commands/ListGroundStationsCommand.d.ts +2 -2
  150. package/{dist/types → dist-types}/ts3.4/commands/ListMissionProfilesCommand.d.ts +2 -2
  151. package/{dist/types → dist-types}/ts3.4/commands/ListSatellitesCommand.d.ts +2 -2
  152. package/{dist/types → dist-types}/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -2
  153. package/{dist/types → dist-types}/ts3.4/commands/ReserveContactCommand.d.ts +2 -2
  154. package/{dist/types → dist-types}/ts3.4/commands/TagResourceCommand.d.ts +2 -2
  155. package/{dist/types → dist-types}/ts3.4/commands/UntagResourceCommand.d.ts +2 -2
  156. package/{dist/types → dist-types}/ts3.4/commands/UpdateConfigCommand.d.ts +2 -2
  157. package/{dist/types → dist-types}/ts3.4/commands/UpdateMissionProfileCommand.d.ts +2 -2
  158. package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
  159. package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
  160. package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
  161. package/{dist/types → dist-types}/ts3.4/models/models_0.d.ts +0 -0
  162. package/{dist/types → dist-types}/ts3.4/pagination/Interfaces.d.ts +1 -1
  163. package/{dist/types → dist-types}/ts3.4/pagination/ListConfigsPaginator.d.ts +1 -1
  164. package/{dist/types → dist-types}/ts3.4/pagination/ListContactsPaginator.d.ts +1 -1
  165. package/{dist/types → dist-types}/ts3.4/pagination/ListDataflowEndpointGroupsPaginator.d.ts +1 -1
  166. package/{dist/types → dist-types}/ts3.4/pagination/ListGroundStationsPaginator.d.ts +1 -1
  167. package/{dist/types → dist-types}/ts3.4/pagination/ListMissionProfilesPaginator.d.ts +1 -1
  168. package/{dist/types → dist-types}/ts3.4/pagination/ListSatellitesPaginator.d.ts +1 -1
  169. package/{dist/types → dist-types}/ts3.4/protocols/Aws_restJson1.d.ts +2 -2
  170. package/{dist/types → dist-types/ts3.4}/runtimeConfig.browser.d.ts +37 -36
  171. package/{dist/types → dist-types/ts3.4}/runtimeConfig.d.ts +37 -36
  172. package/{dist/types → dist-types/ts3.4}/runtimeConfig.native.d.ts +36 -35
  173. package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +0 -0
  174. package/package.json +52 -49
  175. package/GroundStation.ts +0 -906
  176. package/GroundStationClient.ts +0 -340
  177. package/commands/CancelContactCommand.ts +0 -94
  178. package/commands/CreateConfigCommand.ts +0 -95
  179. package/commands/CreateDataflowEndpointGroupCommand.ts +0 -101
  180. package/commands/CreateMissionProfileCommand.ts +0 -97
  181. package/commands/DeleteConfigCommand.ts +0 -94
  182. package/commands/DeleteDataflowEndpointGroupCommand.ts +0 -97
  183. package/commands/DeleteMissionProfileCommand.ts +0 -94
  184. package/commands/DescribeContactCommand.ts +0 -94
  185. package/commands/GetConfigCommand.ts +0 -95
  186. package/commands/GetDataflowEndpointGroupCommand.ts +0 -94
  187. package/commands/GetMinuteUsageCommand.ts +0 -94
  188. package/commands/GetMissionProfileCommand.ts +0 -94
  189. package/commands/GetSatelliteCommand.ts +0 -94
  190. package/commands/ListConfigsCommand.ts +0 -94
  191. package/commands/ListContactsCommand.ts +0 -97
  192. package/commands/ListDataflowEndpointGroupsCommand.ts +0 -97
  193. package/commands/ListGroundStationsCommand.ts +0 -94
  194. package/commands/ListMissionProfilesCommand.ts +0 -94
  195. package/commands/ListSatellitesCommand.ts +0 -94
  196. package/commands/ListTagsForResourceCommand.ts +0 -94
  197. package/commands/ReserveContactCommand.ts +0 -94
  198. package/commands/TagResourceCommand.ts +0 -94
  199. package/commands/UntagResourceCommand.ts +0 -94
  200. package/commands/UpdateConfigCommand.ts +0 -96
  201. package/commands/UpdateMissionProfileCommand.ts +0 -96
  202. package/dist/cjs/GroundStation.js.map +0 -1
  203. package/dist/cjs/GroundStationClient.js.map +0 -1
  204. package/dist/cjs/commands/CancelContactCommand.js.map +0 -1
  205. package/dist/cjs/commands/CreateConfigCommand.js.map +0 -1
  206. package/dist/cjs/commands/CreateDataflowEndpointGroupCommand.js.map +0 -1
  207. package/dist/cjs/commands/CreateMissionProfileCommand.js.map +0 -1
  208. package/dist/cjs/commands/DeleteConfigCommand.js.map +0 -1
  209. package/dist/cjs/commands/DeleteDataflowEndpointGroupCommand.js.map +0 -1
  210. package/dist/cjs/commands/DeleteMissionProfileCommand.js.map +0 -1
  211. package/dist/cjs/commands/DescribeContactCommand.js.map +0 -1
  212. package/dist/cjs/commands/GetConfigCommand.js.map +0 -1
  213. package/dist/cjs/commands/GetDataflowEndpointGroupCommand.js.map +0 -1
  214. package/dist/cjs/commands/GetMinuteUsageCommand.js.map +0 -1
  215. package/dist/cjs/commands/GetMissionProfileCommand.js.map +0 -1
  216. package/dist/cjs/commands/GetSatelliteCommand.js.map +0 -1
  217. package/dist/cjs/commands/ListConfigsCommand.js.map +0 -1
  218. package/dist/cjs/commands/ListContactsCommand.js.map +0 -1
  219. package/dist/cjs/commands/ListDataflowEndpointGroupsCommand.js.map +0 -1
  220. package/dist/cjs/commands/ListGroundStationsCommand.js.map +0 -1
  221. package/dist/cjs/commands/ListMissionProfilesCommand.js.map +0 -1
  222. package/dist/cjs/commands/ListSatellitesCommand.js.map +0 -1
  223. package/dist/cjs/commands/ListTagsForResourceCommand.js.map +0 -1
  224. package/dist/cjs/commands/ReserveContactCommand.js.map +0 -1
  225. package/dist/cjs/commands/TagResourceCommand.js.map +0 -1
  226. package/dist/cjs/commands/UntagResourceCommand.js.map +0 -1
  227. package/dist/cjs/commands/UpdateConfigCommand.js.map +0 -1
  228. package/dist/cjs/commands/UpdateMissionProfileCommand.js.map +0 -1
  229. package/dist/cjs/endpoints.js.map +0 -1
  230. package/dist/cjs/index.js.map +0 -1
  231. package/dist/cjs/models/index.js.map +0 -1
  232. package/dist/cjs/models/models_0.js.map +0 -1
  233. package/dist/cjs/package.json +0 -91
  234. package/dist/cjs/pagination/Interfaces.js.map +0 -1
  235. package/dist/cjs/pagination/ListConfigsPaginator.js.map +0 -1
  236. package/dist/cjs/pagination/ListContactsPaginator.js.map +0 -1
  237. package/dist/cjs/pagination/ListDataflowEndpointGroupsPaginator.js.map +0 -1
  238. package/dist/cjs/pagination/ListGroundStationsPaginator.js.map +0 -1
  239. package/dist/cjs/pagination/ListMissionProfilesPaginator.js.map +0 -1
  240. package/dist/cjs/pagination/ListSatellitesPaginator.js.map +0 -1
  241. package/dist/cjs/protocols/Aws_restJson1.js.map +0 -1
  242. package/dist/cjs/runtimeConfig.browser.js.map +0 -1
  243. package/dist/cjs/runtimeConfig.js.map +0 -1
  244. package/dist/cjs/runtimeConfig.native.js.map +0 -1
  245. package/dist/cjs/runtimeConfig.shared.js.map +0 -1
  246. package/dist/es/GroundStation.js.map +0 -1
  247. package/dist/es/GroundStationClient.js.map +0 -1
  248. package/dist/es/commands/CancelContactCommand.js.map +0 -1
  249. package/dist/es/commands/CreateConfigCommand.js.map +0 -1
  250. package/dist/es/commands/CreateDataflowEndpointGroupCommand.js.map +0 -1
  251. package/dist/es/commands/CreateMissionProfileCommand.js.map +0 -1
  252. package/dist/es/commands/DeleteConfigCommand.js.map +0 -1
  253. package/dist/es/commands/DeleteDataflowEndpointGroupCommand.js.map +0 -1
  254. package/dist/es/commands/DeleteMissionProfileCommand.js.map +0 -1
  255. package/dist/es/commands/DescribeContactCommand.js.map +0 -1
  256. package/dist/es/commands/GetConfigCommand.js.map +0 -1
  257. package/dist/es/commands/GetDataflowEndpointGroupCommand.js.map +0 -1
  258. package/dist/es/commands/GetMinuteUsageCommand.js.map +0 -1
  259. package/dist/es/commands/GetMissionProfileCommand.js.map +0 -1
  260. package/dist/es/commands/GetSatelliteCommand.js.map +0 -1
  261. package/dist/es/commands/ListConfigsCommand.js.map +0 -1
  262. package/dist/es/commands/ListContactsCommand.js.map +0 -1
  263. package/dist/es/commands/ListDataflowEndpointGroupsCommand.js.map +0 -1
  264. package/dist/es/commands/ListGroundStationsCommand.js.map +0 -1
  265. package/dist/es/commands/ListMissionProfilesCommand.js.map +0 -1
  266. package/dist/es/commands/ListSatellitesCommand.js.map +0 -1
  267. package/dist/es/commands/ListTagsForResourceCommand.js.map +0 -1
  268. package/dist/es/commands/ReserveContactCommand.js.map +0 -1
  269. package/dist/es/commands/TagResourceCommand.js.map +0 -1
  270. package/dist/es/commands/UntagResourceCommand.js.map +0 -1
  271. package/dist/es/commands/UpdateConfigCommand.js.map +0 -1
  272. package/dist/es/commands/UpdateMissionProfileCommand.js.map +0 -1
  273. package/dist/es/endpoints.js.map +0 -1
  274. package/dist/es/index.js +0 -36
  275. package/dist/es/index.js.map +0 -1
  276. package/dist/es/models/index.js +0 -2
  277. package/dist/es/models/index.js.map +0 -1
  278. package/dist/es/models/models_0.js.map +0 -1
  279. package/dist/es/package.json +0 -91
  280. package/dist/es/pagination/Interfaces.js +0 -2
  281. package/dist/es/pagination/Interfaces.js.map +0 -1
  282. package/dist/es/pagination/ListConfigsPaginator.js.map +0 -1
  283. package/dist/es/pagination/ListContactsPaginator.js.map +0 -1
  284. package/dist/es/pagination/ListDataflowEndpointGroupsPaginator.js.map +0 -1
  285. package/dist/es/pagination/ListGroundStationsPaginator.js.map +0 -1
  286. package/dist/es/pagination/ListMissionProfilesPaginator.js.map +0 -1
  287. package/dist/es/pagination/ListSatellitesPaginator.js.map +0 -1
  288. package/dist/es/protocols/Aws_restJson1.js.map +0 -1
  289. package/dist/es/runtimeConfig.browser.js.map +0 -1
  290. package/dist/es/runtimeConfig.js.map +0 -1
  291. package/dist/es/runtimeConfig.native.js.map +0 -1
  292. package/dist/es/runtimeConfig.shared.js.map +0 -1
  293. package/endpoints.ts +0 -73
  294. package/jest.config.js +0 -4
  295. package/models/models_0.ts +0 -2545
  296. package/pagination/Interfaces.ts +0 -7
  297. package/pagination/ListConfigsPaginator.ts +0 -54
  298. package/pagination/ListContactsPaginator.ts +0 -58
  299. package/pagination/ListDataflowEndpointGroupsPaginator.ts +0 -58
  300. package/pagination/ListGroundStationsPaginator.ts +0 -58
  301. package/pagination/ListMissionProfilesPaginator.ts +0 -58
  302. package/pagination/ListSatellitesPaginator.ts +0 -58
  303. package/protocols/Aws_restJson1.ts +0 -3831
  304. package/runtimeConfig.browser.ts +0 -40
  305. package/runtimeConfig.native.ts +0 -16
  306. package/runtimeConfig.shared.ts +0 -16
  307. package/runtimeConfig.ts +0 -45
  308. package/tsconfig.es.json +0 -12
  309. package/tsconfig.json +0 -32
@@ -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";
@@ -9,12 +9,8 @@ import { calculateBodyLength } from "@aws-sdk/util-body-length-browser";
9
9
  import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser";
10
10
  import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8-browser";
11
11
  import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
12
- /**
13
- * @internal
14
- */
15
12
  export var getRuntimeConfig = function (config) {
16
13
  var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o;
17
14
  var clientSharedValues = getSharedRuntimeConfig(config);
18
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 });
19
16
  };
20
- //# 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";
@@ -13,13 +13,9 @@ import { defaultUserAgent } from "@aws-sdk/util-user-agent-node";
13
13
  import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8-node";
14
14
  import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
15
15
  import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client";
16
- /**
17
- * @internal
18
- */
19
16
  export var getRuntimeConfig = function (config) {
20
17
  var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o;
21
18
  emitWarningIfUnsupportedVersion(process.version);
22
19
  var clientSharedValues = getSharedRuntimeConfig(config);
23
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 });
24
21
  };
25
- //# sourceMappingURL=runtimeConfig.js.map
@@ -1,12 +1,8 @@
1
1
  import { __assign } from "tslib";
2
2
  import { Sha256 } from "@aws-crypto/sha256-js";
3
3
  import { getRuntimeConfig as getBrowserRuntimeConfig } from "./runtimeConfig.browser";
4
- /**
5
- * @internal
6
- */
7
4
  export var getRuntimeConfig = function (config) {
8
5
  var _a;
9
6
  var browserDefaults = getBrowserRuntimeConfig(config);
10
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 });
11
8
  };
12
- //# sourceMappingURL=runtimeConfig.native.js.map
@@ -1,8 +1,5 @@
1
- import { defaultRegionInfoProvider } from "./endpoints";
2
1
  import { parseUrl } from "@aws-sdk/url-parser";
3
- /**
4
- * @internal
5
- */
2
+ import { defaultRegionInfoProvider } from "./endpoints";
6
3
  export var getRuntimeConfig = function (config) {
7
4
  var _a, _b, _c, _d, _e;
8
5
  return ({
@@ -14,4 +11,3 @@ export var getRuntimeConfig = function (config) {
14
11
  urlParser: (_e = config === null || config === void 0 ? void 0 : config.urlParser) !== null && _e !== void 0 ? _e : parseUrl,
15
12
  });
16
13
  };
17
- //# sourceMappingURL=runtimeConfig.shared.js.map
@@ -1,4 +1,4 @@
1
- import { GroundStationClient } from "./GroundStationClient";
1
+ import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
2
  import { CancelContactCommandInput, CancelContactCommandOutput } from "./commands/CancelContactCommand";
3
3
  import { CreateConfigCommandInput, CreateConfigCommandOutput } from "./commands/CreateConfigCommand";
4
4
  import { CreateDataflowEndpointGroupCommandInput, CreateDataflowEndpointGroupCommandOutput } from "./commands/CreateDataflowEndpointGroupCommand";
@@ -24,7 +24,7 @@ import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/Ta
24
24
  import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
25
25
  import { UpdateConfigCommandInput, UpdateConfigCommandOutput } from "./commands/UpdateConfigCommand";
26
26
  import { UpdateMissionProfileCommandInput, UpdateMissionProfileCommandOutput } from "./commands/UpdateMissionProfileCommand";
27
- import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
27
+ import { GroundStationClient } from "./GroundStationClient";
28
28
  /**
29
29
  * <p>Welcome to the AWS Ground Station API Reference. AWS Ground Station is a fully managed service that
30
30
  * enables you to control satellite communications, downlink and process satellite data, and
@@ -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 { CancelContactCommandInput, CancelContactCommandOutput } from "./commands/CancelContactCommand";
2
10
  import { CreateConfigCommandInput, CreateConfigCommandOutput } from "./commands/CreateConfigCommand";
3
11
  import { CreateDataflowEndpointGroupCommandInput, CreateDataflowEndpointGroupCommandOutput } from "./commands/CreateDataflowEndpointGroupCommand";
@@ -23,14 +31,6 @@ import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/Ta
23
31
  import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
24
32
  import { UpdateConfigCommandInput, UpdateConfigCommandOutput } from "./commands/UpdateConfigCommand";
25
33
  import { UpdateMissionProfileCommandInput, UpdateMissionProfileCommandOutput } from "./commands/UpdateMissionProfileCommand";
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 = CancelContactCommandInput | CreateConfigCommandInput | CreateDataflowEndpointGroupCommandInput | CreateMissionProfileCommandInput | DeleteConfigCommandInput | DeleteDataflowEndpointGroupCommandInput | DeleteMissionProfileCommandInput | DescribeContactCommandInput | GetConfigCommandInput | GetDataflowEndpointGroupCommandInput | GetMinuteUsageCommandInput | GetMissionProfileCommandInput | GetSatelliteCommandInput | ListConfigsCommandInput | ListContactsCommandInput | ListDataflowEndpointGroupsCommandInput | ListGroundStationsCommandInput | ListMissionProfilesCommandInput | ListSatellitesCommandInput | ListTagsForResourceCommandInput | ReserveContactCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateConfigCommandInput | UpdateMissionProfileCommandInput;
35
35
  export declare type ServiceOutputTypes = CancelContactCommandOutput | CreateConfigCommandOutput | CreateDataflowEndpointGroupCommandOutput | CreateMissionProfileCommandOutput | DeleteConfigCommandOutput | DeleteDataflowEndpointGroupCommandOutput | DeleteMissionProfileCommandOutput | DescribeContactCommandOutput | GetConfigCommandOutput | GetDataflowEndpointGroupCommandOutput | GetMinuteUsageCommandOutput | GetMissionProfileCommandOutput | GetSatelliteCommandOutput | ListConfigsCommandOutput | ListContactsCommandOutput | ListDataflowEndpointGroupsCommandOutput | ListGroundStationsCommandOutput | ListMissionProfilesCommandOutput | ListSatellitesCommandOutput | ListTagsForResourceCommandOutput | ReserveContactCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateConfigCommandOutput | UpdateMissionProfileCommandOutput;
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 { GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GroundStationClient";
2
4
  import { CancelContactRequest, ContactIdResponse } 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 CancelContactCommandInput extends CancelContactRequest {
6
6
  }
7
7
  export interface CancelContactCommandOutput extends ContactIdResponse, __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 { GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GroundStationClient";
2
4
  import { ConfigIdResponse, CreateConfigRequest } 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 CreateConfigCommandInput extends CreateConfigRequest {
6
6
  }
7
7
  export interface CreateConfigCommandOutput extends ConfigIdResponse, __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 { GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GroundStationClient";
2
4
  import { CreateDataflowEndpointGroupRequest, DataflowEndpointGroupIdResponse } 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 CreateDataflowEndpointGroupCommandInput extends CreateDataflowEndpointGroupRequest {
6
6
  }
7
7
  export interface CreateDataflowEndpointGroupCommandOutput extends DataflowEndpointGroupIdResponse, __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 { GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GroundStationClient";
2
4
  import { CreateMissionProfileRequest, MissionProfileIdResponse } 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 CreateMissionProfileCommandInput extends CreateMissionProfileRequest {
6
6
  }
7
7
  export interface CreateMissionProfileCommandOutput extends MissionProfileIdResponse, __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 { GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GroundStationClient";
2
4
  import { ConfigIdResponse, DeleteConfigRequest } 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 DeleteConfigCommandInput extends DeleteConfigRequest {
6
6
  }
7
7
  export interface DeleteConfigCommandOutput extends ConfigIdResponse, __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 { GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GroundStationClient";
2
4
  import { DataflowEndpointGroupIdResponse, DeleteDataflowEndpointGroupRequest } 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 DeleteDataflowEndpointGroupCommandInput extends DeleteDataflowEndpointGroupRequest {
6
6
  }
7
7
  export interface DeleteDataflowEndpointGroupCommandOutput extends DataflowEndpointGroupIdResponse, __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 { GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GroundStationClient";
2
4
  import { DeleteMissionProfileRequest, MissionProfileIdResponse } 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 DeleteMissionProfileCommandInput extends DeleteMissionProfileRequest {
6
6
  }
7
7
  export interface DeleteMissionProfileCommandOutput extends MissionProfileIdResponse, __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 { GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GroundStationClient";
2
4
  import { DescribeContactRequest, DescribeContactResponse } 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 DescribeContactCommandInput extends DescribeContactRequest {
6
6
  }
7
7
  export interface DescribeContactCommandOutput extends DescribeContactResponse, __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 { GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GroundStationClient";
2
4
  import { GetConfigRequest, GetConfigResponse } 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 GetConfigCommandInput extends GetConfigRequest {
6
6
  }
7
7
  export interface GetConfigCommandOutput extends GetConfigResponse, __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 { GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GroundStationClient";
2
4
  import { GetDataflowEndpointGroupRequest, GetDataflowEndpointGroupResponse } 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 GetDataflowEndpointGroupCommandInput extends GetDataflowEndpointGroupRequest {
6
6
  }
7
7
  export interface GetDataflowEndpointGroupCommandOutput extends GetDataflowEndpointGroupResponse, __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 { GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GroundStationClient";
2
4
  import { GetMinuteUsageRequest, GetMinuteUsageResponse } 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 GetMinuteUsageCommandInput extends GetMinuteUsageRequest {
6
6
  }
7
7
  export interface GetMinuteUsageCommandOutput extends GetMinuteUsageResponse, __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 { GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GroundStationClient";
2
4
  import { GetMissionProfileRequest, GetMissionProfileResponse } 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 GetMissionProfileCommandInput extends GetMissionProfileRequest {
6
6
  }
7
7
  export interface GetMissionProfileCommandOutput extends GetMissionProfileResponse, __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 { GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GroundStationClient";
2
4
  import { GetSatelliteRequest, GetSatelliteResponse } 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 GetSatelliteCommandInput extends GetSatelliteRequest {
6
6
  }
7
7
  export interface GetSatelliteCommandOutput extends GetSatelliteResponse, __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 { GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GroundStationClient";
2
4
  import { ListConfigsRequest, ListConfigsResponse } 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 ListConfigsCommandInput extends ListConfigsRequest {
6
6
  }
7
7
  export interface ListConfigsCommandOutput extends ListConfigsResponse, __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 { GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GroundStationClient";
2
4
  import { ListContactsRequest, ListContactsResponse } 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 ListContactsCommandInput extends ListContactsRequest {
6
6
  }
7
7
  export interface ListContactsCommandOutput extends ListContactsResponse, __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 { GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GroundStationClient";
2
4
  import { ListDataflowEndpointGroupsRequest, ListDataflowEndpointGroupsResponse } 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 ListDataflowEndpointGroupsCommandInput extends ListDataflowEndpointGroupsRequest {
6
6
  }
7
7
  export interface ListDataflowEndpointGroupsCommandOutput extends ListDataflowEndpointGroupsResponse, __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 { GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GroundStationClient";
2
4
  import { ListGroundStationsRequest, ListGroundStationsResponse } 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 ListGroundStationsCommandInput extends ListGroundStationsRequest {
6
6
  }
7
7
  export interface ListGroundStationsCommandOutput extends ListGroundStationsResponse, __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 { GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GroundStationClient";
2
4
  import { ListMissionProfilesRequest, ListMissionProfilesResponse } 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 ListMissionProfilesCommandInput extends ListMissionProfilesRequest {
6
6
  }
7
7
  export interface ListMissionProfilesCommandOutput extends ListMissionProfilesResponse, __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 { GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GroundStationClient";
2
4
  import { ListSatellitesRequest, ListSatellitesResponse } 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 ListSatellitesCommandInput extends ListSatellitesRequest {
6
6
  }
7
7
  export interface ListSatellitesCommandOutput extends ListSatellitesResponse, __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 { GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GroundStationClient";
2
4
  import { ListTagsForResourceRequest, ListTagsForResourceResponse } 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 ListTagsForResourceCommandInput extends ListTagsForResourceRequest {
6
6
  }
7
7
  export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __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 { GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GroundStationClient";
2
4
  import { ContactIdResponse, ReserveContactRequest } 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 ReserveContactCommandInput extends ReserveContactRequest {
6
6
  }
7
7
  export interface ReserveContactCommandOutput extends ContactIdResponse, __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 { GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GroundStationClient";
2
4
  import { TagResourceRequest, TagResourceResponse } 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 TagResourceCommandInput extends TagResourceRequest {
6
6
  }
7
7
  export interface TagResourceCommandOutput extends TagResourceResponse, __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 { GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GroundStationClient";
2
4
  import { UntagResourceRequest, UntagResourceResponse } 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 UntagResourceCommandInput extends UntagResourceRequest {
6
6
  }
7
7
  export interface UntagResourceCommandOutput extends UntagResourceResponse, __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 { GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GroundStationClient";
2
4
  import { ConfigIdResponse, UpdateConfigRequest } 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 UpdateConfigCommandInput extends UpdateConfigRequest {
6
6
  }
7
7
  export interface UpdateConfigCommandOutput extends ConfigIdResponse, __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 { GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GroundStationClient";
2
4
  import { MissionProfileIdResponse, UpdateMissionProfileRequest } 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 UpdateMissionProfileCommandInput extends UpdateMissionProfileRequest {
6
6
  }
7
7
  export interface UpdateMissionProfileCommandOutput extends MissionProfileIdResponse, __MetadataBearer {
File without changes
File without changes
File without changes
@@ -1,6 +1,6 @@
1
+ import { PaginationConfiguration } from "@aws-sdk/types";
1
2
  import { GroundStation } from "../GroundStation";
2
3
  import { GroundStationClient } from "../GroundStationClient";
3
- import { PaginationConfiguration } from "@aws-sdk/types";
4
4
  export interface GroundStationPaginationConfiguration extends PaginationConfiguration {
5
5
  client: GroundStation | GroundStationClient;
6
6
  }
@@ -1,4 +1,4 @@
1
+ import { Paginator } from "@aws-sdk/types";
1
2
  import { ListConfigsCommandInput, ListConfigsCommandOutput } from "../commands/ListConfigsCommand";
2
3
  import { GroundStationPaginationConfiguration } from "./Interfaces";
3
- import { Paginator } from "@aws-sdk/types";
4
4
  export declare function paginateListConfigs(config: GroundStationPaginationConfiguration, input: ListConfigsCommandInput, ...additionalArguments: any): Paginator<ListConfigsCommandOutput>;
@@ -1,4 +1,4 @@
1
+ import { Paginator } from "@aws-sdk/types";
1
2
  import { ListContactsCommandInput, ListContactsCommandOutput } from "../commands/ListContactsCommand";
2
3
  import { GroundStationPaginationConfiguration } from "./Interfaces";
3
- import { Paginator } from "@aws-sdk/types";
4
4
  export declare function paginateListContacts(config: GroundStationPaginationConfiguration, input: ListContactsCommandInput, ...additionalArguments: any): Paginator<ListContactsCommandOutput>;
@@ -1,4 +1,4 @@
1
+ import { Paginator } from "@aws-sdk/types";
1
2
  import { ListDataflowEndpointGroupsCommandInput, ListDataflowEndpointGroupsCommandOutput } from "../commands/ListDataflowEndpointGroupsCommand";
2
3
  import { GroundStationPaginationConfiguration } from "./Interfaces";
3
- import { Paginator } from "@aws-sdk/types";
4
4
  export declare function paginateListDataflowEndpointGroups(config: GroundStationPaginationConfiguration, input: ListDataflowEndpointGroupsCommandInput, ...additionalArguments: any): Paginator<ListDataflowEndpointGroupsCommandOutput>;
@@ -1,4 +1,4 @@
1
+ import { Paginator } from "@aws-sdk/types";
1
2
  import { ListGroundStationsCommandInput, ListGroundStationsCommandOutput } from "../commands/ListGroundStationsCommand";
2
3
  import { GroundStationPaginationConfiguration } from "./Interfaces";
3
- import { Paginator } from "@aws-sdk/types";
4
4
  export declare function paginateListGroundStations(config: GroundStationPaginationConfiguration, input: ListGroundStationsCommandInput, ...additionalArguments: any): Paginator<ListGroundStationsCommandOutput>;
@@ -1,4 +1,4 @@
1
+ import { Paginator } from "@aws-sdk/types";
1
2
  import { ListMissionProfilesCommandInput, ListMissionProfilesCommandOutput } from "../commands/ListMissionProfilesCommand";
2
3
  import { GroundStationPaginationConfiguration } from "./Interfaces";
3
- import { Paginator } from "@aws-sdk/types";
4
4
  export declare function paginateListMissionProfiles(config: GroundStationPaginationConfiguration, input: ListMissionProfilesCommandInput, ...additionalArguments: any): Paginator<ListMissionProfilesCommandOutput>;
@@ -1,4 +1,4 @@
1
+ import { Paginator } from "@aws-sdk/types";
1
2
  import { ListSatellitesCommandInput, ListSatellitesCommandOutput } from "../commands/ListSatellitesCommand";
2
3
  import { GroundStationPaginationConfiguration } from "./Interfaces";
3
- import { Paginator } from "@aws-sdk/types";
4
4
  export declare function paginateListSatellites(config: GroundStationPaginationConfiguration, input: ListSatellitesCommandInput, ...additionalArguments: any): Paginator<ListSatellitesCommandOutput>;
@@ -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 { CancelContactCommandInput, CancelContactCommandOutput } from "../commands/CancelContactCommand";
2
4
  import { CreateConfigCommandInput, CreateConfigCommandOutput } from "../commands/CreateConfigCommand";
3
5
  import { CreateDataflowEndpointGroupCommandInput, CreateDataflowEndpointGroupCommandOutput } from "../commands/CreateDataflowEndpointGroupCommand";
@@ -23,8 +25,6 @@ import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/T
23
25
  import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
24
26
  import { UpdateConfigCommandInput, UpdateConfigCommandOutput } from "../commands/UpdateConfigCommand";
25
27
  import { UpdateMissionProfileCommandInput, UpdateMissionProfileCommandOutput } from "../commands/UpdateMissionProfileCommand";
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_restJson1CancelContactCommand: (input: CancelContactCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
29
29
  export declare const serializeAws_restJson1CreateConfigCommand: (input: CreateConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
30
30
  export declare const serializeAws_restJson1CreateDataflowEndpointGroupCommand: (input: CreateDataflowEndpointGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
@@ -1,36 +1,37 @@
1
- import { FetchHttpHandler } from "@aws-sdk/fetch-http-handler";
2
- import { GroundStationClientConfig } from "./GroundStationClient";
3
- /**
4
- * @internal
5
- */
6
- export declare const getRuntimeConfig: (config: GroundStationClientConfig) => {
7
- runtime: string;
8
- base64Decoder: import("@aws-sdk/types").Decoder;
9
- base64Encoder: import("@aws-sdk/types").Encoder;
10
- bodyLengthChecker: (body: any) => number | undefined;
11
- credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
12
- defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
13
- maxAttempts: number | import("@aws-sdk/types").Provider<number>;
14
- region: string | import("@aws-sdk/types").Provider<any>;
15
- requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | FetchHttpHandler;
16
- retryMode: string | import("@aws-sdk/types").Provider<string>;
17
- sha256: import("@aws-sdk/types").HashConstructor;
18
- streamCollector: import("@aws-sdk/types").StreamCollector;
19
- utf8Decoder: import("@aws-sdk/types").Decoder;
20
- utf8Encoder: import("@aws-sdk/types").Encoder;
21
- apiVersion: string;
22
- urlParser: import("@aws-sdk/types").UrlParser;
23
- disableHostPrefix: boolean;
24
- logger: import("@aws-sdk/types").Logger;
25
- serviceId: string;
26
- regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
27
- endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
28
- tls?: boolean | undefined;
29
- retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
30
- credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
31
- signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
32
- signingEscapePath?: boolean | undefined;
33
- systemClockOffset?: number | undefined;
34
- signingRegion?: string | undefined;
35
- customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
36
- };
1
+ import { FetchHttpHandler } from "@aws-sdk/fetch-http-handler";
2
+ import { GroundStationClientConfig } from "./GroundStationClient";
3
+ /**
4
+ * @internal
5
+ */
6
+ export declare const getRuntimeConfig: (config: GroundStationClientConfig) => {
7
+ runtime: string;
8
+ base64Decoder: import("@aws-sdk/types").Decoder;
9
+ base64Encoder: import("@aws-sdk/types").Encoder;
10
+ bodyLengthChecker: (body: any) => number | undefined;
11
+ credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
12
+ defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
13
+ maxAttempts: number | import("@aws-sdk/types").Provider<number>;
14
+ region: string | import("@aws-sdk/types").Provider<any>;
15
+ requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | FetchHttpHandler;
16
+ retryMode: string | import("@aws-sdk/types").Provider<string>;
17
+ sha256: import("@aws-sdk/types").HashConstructor;
18
+ streamCollector: import("@aws-sdk/types").StreamCollector;
19
+ utf8Decoder: import("@aws-sdk/types").Decoder;
20
+ utf8Encoder: import("@aws-sdk/types").Encoder;
21
+ apiVersion: string;
22
+ urlParser: import("@aws-sdk/types").UrlParser;
23
+ disableHostPrefix: boolean;
24
+ logger: import("@aws-sdk/types").Logger;
25
+ serviceId: string;
26
+ regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
27
+ endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
28
+ tls?: boolean | undefined;
29
+ retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
30
+ credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
31
+ signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
32
+ signingEscapePath?: boolean | undefined;
33
+ systemClockOffset?: number | undefined;
34
+ signingRegion?: string | undefined;
35
+ signerConstructor?: (new (options: import("@aws-sdk/signature-v4").SignatureV4Init & import("@aws-sdk/signature-v4").SignatureV4CryptoInit) => import("@aws-sdk/types").RequestSigner) | undefined;
36
+ customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
37
+ };