@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,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.paginateListDataflowEndpointGroups = void 0;
4
+ const ListDataflowEndpointGroupsCommand_1 = require("../commands/ListDataflowEndpointGroupsCommand");
4
5
  const GroundStation_1 = require("../GroundStation");
5
6
  const GroundStationClient_1 = require("../GroundStationClient");
6
- const ListDataflowEndpointGroupsCommand_1 = require("../commands/ListDataflowEndpointGroupsCommand");
7
7
  /**
8
8
  * @private
9
9
  */
@@ -43,4 +43,3 @@ async function* paginateListDataflowEndpointGroups(config, input, ...additionalA
43
43
  return undefined;
44
44
  }
45
45
  exports.paginateListDataflowEndpointGroups = paginateListDataflowEndpointGroups;
46
- //# sourceMappingURL=ListDataflowEndpointGroupsPaginator.js.map
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.paginateListGroundStations = void 0;
4
+ const ListGroundStationsCommand_1 = require("../commands/ListGroundStationsCommand");
4
5
  const GroundStation_1 = require("../GroundStation");
5
6
  const GroundStationClient_1 = require("../GroundStationClient");
6
- const ListGroundStationsCommand_1 = require("../commands/ListGroundStationsCommand");
7
7
  /**
8
8
  * @private
9
9
  */
@@ -43,4 +43,3 @@ async function* paginateListGroundStations(config, input, ...additionalArguments
43
43
  return undefined;
44
44
  }
45
45
  exports.paginateListGroundStations = paginateListGroundStations;
46
- //# sourceMappingURL=ListGroundStationsPaginator.js.map
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.paginateListMissionProfiles = void 0;
4
+ const ListMissionProfilesCommand_1 = require("../commands/ListMissionProfilesCommand");
4
5
  const GroundStation_1 = require("../GroundStation");
5
6
  const GroundStationClient_1 = require("../GroundStationClient");
6
- const ListMissionProfilesCommand_1 = require("../commands/ListMissionProfilesCommand");
7
7
  /**
8
8
  * @private
9
9
  */
@@ -43,4 +43,3 @@ async function* paginateListMissionProfiles(config, input, ...additionalArgument
43
43
  return undefined;
44
44
  }
45
45
  exports.paginateListMissionProfiles = paginateListMissionProfiles;
46
- //# sourceMappingURL=ListMissionProfilesPaginator.js.map
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.paginateListSatellites = void 0;
4
+ const ListSatellitesCommand_1 = require("../commands/ListSatellitesCommand");
4
5
  const GroundStation_1 = require("../GroundStation");
5
6
  const GroundStationClient_1 = require("../GroundStationClient");
6
- const ListSatellitesCommand_1 = require("../commands/ListSatellitesCommand");
7
7
  /**
8
8
  * @private
9
9
  */
@@ -43,4 +43,3 @@ async function* paginateListSatellites(config, input, ...additionalArguments) {
43
43
  return undefined;
44
44
  }
45
45
  exports.paginateListSatellites = paginateListSatellites;
46
- //# sourceMappingURL=ListSatellitesPaginator.js.map
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.deserializeAws_restJson1UpdateMissionProfileCommand = exports.deserializeAws_restJson1UpdateConfigCommand = exports.deserializeAws_restJson1UntagResourceCommand = exports.deserializeAws_restJson1TagResourceCommand = exports.deserializeAws_restJson1ReserveContactCommand = exports.deserializeAws_restJson1ListTagsForResourceCommand = exports.deserializeAws_restJson1ListSatellitesCommand = exports.deserializeAws_restJson1ListMissionProfilesCommand = exports.deserializeAws_restJson1ListGroundStationsCommand = exports.deserializeAws_restJson1ListDataflowEndpointGroupsCommand = exports.deserializeAws_restJson1ListContactsCommand = exports.deserializeAws_restJson1ListConfigsCommand = exports.deserializeAws_restJson1GetSatelliteCommand = exports.deserializeAws_restJson1GetMissionProfileCommand = exports.deserializeAws_restJson1GetMinuteUsageCommand = exports.deserializeAws_restJson1GetDataflowEndpointGroupCommand = exports.deserializeAws_restJson1GetConfigCommand = exports.deserializeAws_restJson1DescribeContactCommand = exports.deserializeAws_restJson1DeleteMissionProfileCommand = exports.deserializeAws_restJson1DeleteDataflowEndpointGroupCommand = exports.deserializeAws_restJson1DeleteConfigCommand = exports.deserializeAws_restJson1CreateMissionProfileCommand = exports.deserializeAws_restJson1CreateDataflowEndpointGroupCommand = exports.deserializeAws_restJson1CreateConfigCommand = exports.deserializeAws_restJson1CancelContactCommand = exports.serializeAws_restJson1UpdateMissionProfileCommand = exports.serializeAws_restJson1UpdateConfigCommand = exports.serializeAws_restJson1UntagResourceCommand = exports.serializeAws_restJson1TagResourceCommand = exports.serializeAws_restJson1ReserveContactCommand = exports.serializeAws_restJson1ListTagsForResourceCommand = exports.serializeAws_restJson1ListSatellitesCommand = exports.serializeAws_restJson1ListMissionProfilesCommand = exports.serializeAws_restJson1ListGroundStationsCommand = exports.serializeAws_restJson1ListDataflowEndpointGroupsCommand = exports.serializeAws_restJson1ListContactsCommand = exports.serializeAws_restJson1ListConfigsCommand = exports.serializeAws_restJson1GetSatelliteCommand = exports.serializeAws_restJson1GetMissionProfileCommand = exports.serializeAws_restJson1GetMinuteUsageCommand = exports.serializeAws_restJson1GetDataflowEndpointGroupCommand = exports.serializeAws_restJson1GetConfigCommand = exports.serializeAws_restJson1DescribeContactCommand = exports.serializeAws_restJson1DeleteMissionProfileCommand = exports.serializeAws_restJson1DeleteDataflowEndpointGroupCommand = exports.serializeAws_restJson1DeleteConfigCommand = exports.serializeAws_restJson1CreateMissionProfileCommand = exports.serializeAws_restJson1CreateDataflowEndpointGroupCommand = exports.serializeAws_restJson1CreateConfigCommand = exports.serializeAws_restJson1CancelContactCommand = void 0;
4
- const models_0_1 = require("../models/models_0");
5
4
  const protocol_http_1 = require("@aws-sdk/protocol-http");
6
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
+ const models_0_1 = require("../models/models_0");
7
7
  const serializeAws_restJson1CancelContactCommand = async (input, context) => {
8
8
  const { hostname, protocol = "https", port, path: basePath } = await context.endpoint();
9
9
  const headers = {};
@@ -35,7 +35,7 @@ const serializeAws_restJson1CreateConfigCommand = async (input, context) => {
35
35
  const headers = {
36
36
  "content-type": "application/json",
37
37
  };
38
- let resolvedPath = `${(basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || ""}` + "/config";
38
+ const resolvedPath = `${(basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || ""}` + "/config";
39
39
  let body;
40
40
  body = JSON.stringify({
41
41
  ...(input.configData !== undefined &&
@@ -60,7 +60,7 @@ const serializeAws_restJson1CreateDataflowEndpointGroupCommand = async (input, c
60
60
  const headers = {
61
61
  "content-type": "application/json",
62
62
  };
63
- let resolvedPath = `${(basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || ""}` + "/dataflowEndpointGroup";
63
+ const resolvedPath = `${(basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || ""}` + "/dataflowEndpointGroup";
64
64
  let body;
65
65
  body = JSON.stringify({
66
66
  ...(input.endpointDetails !== undefined &&
@@ -86,7 +86,7 @@ const serializeAws_restJson1CreateMissionProfileCommand = async (input, context)
86
86
  const headers = {
87
87
  "content-type": "application/json",
88
88
  };
89
- let resolvedPath = `${(basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || ""}` + "/missionprofile";
89
+ const resolvedPath = `${(basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || ""}` + "/missionprofile";
90
90
  let body;
91
91
  body = JSON.stringify({
92
92
  ...(input.contactPostPassDurationSeconds !== undefined &&
@@ -305,7 +305,7 @@ const serializeAws_restJson1GetMinuteUsageCommand = async (input, context) => {
305
305
  const headers = {
306
306
  "content-type": "application/json",
307
307
  };
308
- let resolvedPath = `${(basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || ""}` + "/minute-usage";
308
+ const resolvedPath = `${(basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || ""}` + "/minute-usage";
309
309
  let body;
310
310
  body = JSON.stringify({
311
311
  ...(input.month !== undefined && input.month !== null && { month: input.month }),
@@ -377,7 +377,7 @@ exports.serializeAws_restJson1GetSatelliteCommand = serializeAws_restJson1GetSat
377
377
  const serializeAws_restJson1ListConfigsCommand = async (input, context) => {
378
378
  const { hostname, protocol = "https", port, path: basePath } = await context.endpoint();
379
379
  const headers = {};
380
- let resolvedPath = `${(basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || ""}` + "/config";
380
+ const resolvedPath = `${(basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || ""}` + "/config";
381
381
  const query = {
382
382
  ...(input.maxResults !== undefined && { maxResults: input.maxResults.toString() }),
383
383
  ...(input.nextToken !== undefined && { nextToken: input.nextToken }),
@@ -400,7 +400,7 @@ const serializeAws_restJson1ListContactsCommand = async (input, context) => {
400
400
  const headers = {
401
401
  "content-type": "application/json",
402
402
  };
403
- let resolvedPath = `${(basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || ""}` + "/contacts";
403
+ const resolvedPath = `${(basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || ""}` + "/contacts";
404
404
  let body;
405
405
  body = JSON.stringify({
406
406
  ...(input.endTime !== undefined &&
@@ -430,7 +430,7 @@ exports.serializeAws_restJson1ListContactsCommand = serializeAws_restJson1ListCo
430
430
  const serializeAws_restJson1ListDataflowEndpointGroupsCommand = async (input, context) => {
431
431
  const { hostname, protocol = "https", port, path: basePath } = await context.endpoint();
432
432
  const headers = {};
433
- let resolvedPath = `${(basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || ""}` + "/dataflowEndpointGroup";
433
+ const resolvedPath = `${(basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || ""}` + "/dataflowEndpointGroup";
434
434
  const query = {
435
435
  ...(input.maxResults !== undefined && { maxResults: input.maxResults.toString() }),
436
436
  ...(input.nextToken !== undefined && { nextToken: input.nextToken }),
@@ -451,7 +451,7 @@ exports.serializeAws_restJson1ListDataflowEndpointGroupsCommand = serializeAws_r
451
451
  const serializeAws_restJson1ListGroundStationsCommand = async (input, context) => {
452
452
  const { hostname, protocol = "https", port, path: basePath } = await context.endpoint();
453
453
  const headers = {};
454
- let resolvedPath = `${(basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || ""}` + "/groundstation";
454
+ const resolvedPath = `${(basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || ""}` + "/groundstation";
455
455
  const query = {
456
456
  ...(input.satelliteId !== undefined && { satelliteId: input.satelliteId }),
457
457
  ...(input.maxResults !== undefined && { maxResults: input.maxResults.toString() }),
@@ -473,7 +473,7 @@ exports.serializeAws_restJson1ListGroundStationsCommand = serializeAws_restJson1
473
473
  const serializeAws_restJson1ListMissionProfilesCommand = async (input, context) => {
474
474
  const { hostname, protocol = "https", port, path: basePath } = await context.endpoint();
475
475
  const headers = {};
476
- let resolvedPath = `${(basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || ""}` + "/missionprofile";
476
+ const resolvedPath = `${(basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || ""}` + "/missionprofile";
477
477
  const query = {
478
478
  ...(input.maxResults !== undefined && { maxResults: input.maxResults.toString() }),
479
479
  ...(input.nextToken !== undefined && { nextToken: input.nextToken }),
@@ -494,7 +494,7 @@ exports.serializeAws_restJson1ListMissionProfilesCommand = serializeAws_restJson
494
494
  const serializeAws_restJson1ListSatellitesCommand = async (input, context) => {
495
495
  const { hostname, protocol = "https", port, path: basePath } = await context.endpoint();
496
496
  const headers = {};
497
- let resolvedPath = `${(basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || ""}` + "/satellite";
497
+ const resolvedPath = `${(basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || ""}` + "/satellite";
498
498
  const query = {
499
499
  ...(input.maxResults !== undefined && { maxResults: input.maxResults.toString() }),
500
500
  ...(input.nextToken !== undefined && { nextToken: input.nextToken }),
@@ -543,7 +543,7 @@ const serializeAws_restJson1ReserveContactCommand = async (input, context) => {
543
543
  const headers = {
544
544
  "content-type": "application/json",
545
545
  };
546
- let resolvedPath = `${(basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || ""}` + "/contact";
546
+ const resolvedPath = `${(basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || ""}` + "/contact";
547
547
  let body;
548
548
  body = JSON.stringify({
549
549
  ...(input.endTime !== undefined &&
@@ -3328,4 +3328,3 @@ const loadRestJsonErrorCode = (output, data) => {
3328
3328
  }
3329
3329
  return "";
3330
3330
  };
3331
- //# sourceMappingURL=Aws_restJson1.js.map
@@ -2,7 +2,8 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.getRuntimeConfig = void 0;
4
4
  const tslib_1 = require("tslib");
5
- const package_json_1 = tslib_1.__importDefault(require("./package.json"));
5
+ // @ts-ignore: package.json will be imported from dist folders
6
+ const package_json_1 = tslib_1.__importDefault(require("../package.json")); // eslint-disable-line
6
7
  const sha256_browser_1 = require("@aws-crypto/sha256-browser");
7
8
  const fetch_http_handler_1 = require("@aws-sdk/fetch-http-handler");
8
9
  const invalid_dependency_1 = require("@aws-sdk/invalid-dependency");
@@ -38,4 +39,3 @@ const getRuntimeConfig = (config) => {
38
39
  };
39
40
  };
40
41
  exports.getRuntimeConfig = getRuntimeConfig;
41
- //# sourceMappingURL=runtimeConfig.browser.js.map
@@ -2,7 +2,8 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.getRuntimeConfig = void 0;
4
4
  const tslib_1 = require("tslib");
5
- const package_json_1 = tslib_1.__importDefault(require("./package.json"));
5
+ // @ts-ignore: package.json will be imported from dist folders
6
+ const package_json_1 = tslib_1.__importDefault(require("../package.json")); // eslint-disable-line
6
7
  const client_sts_1 = require("@aws-sdk/client-sts");
7
8
  const config_resolver_1 = require("@aws-sdk/config-resolver");
8
9
  const credential_provider_node_1 = require("@aws-sdk/credential-provider-node");
@@ -43,4 +44,3 @@ const getRuntimeConfig = (config) => {
43
44
  };
44
45
  };
45
46
  exports.getRuntimeConfig = getRuntimeConfig;
46
- //# sourceMappingURL=runtimeConfig.js.map
@@ -17,4 +17,3 @@ const getRuntimeConfig = (config) => {
17
17
  };
18
18
  };
19
19
  exports.getRuntimeConfig = getRuntimeConfig;
20
- //# sourceMappingURL=runtimeConfig.native.js.map
@@ -1,8 +1,8 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.getRuntimeConfig = void 0;
4
- const endpoints_1 = require("./endpoints");
5
4
  const url_parser_1 = require("@aws-sdk/url-parser");
5
+ const endpoints_1 = require("./endpoints");
6
6
  /**
7
7
  * @internal
8
8
  */
@@ -18,4 +18,3 @@ const getRuntimeConfig = (config) => {
18
18
  });
19
19
  };
20
20
  exports.getRuntimeConfig = getRuntimeConfig;
21
- //# sourceMappingURL=runtimeConfig.shared.js.map
@@ -1,5 +1,4 @@
1
1
  import { __extends } from "tslib";
2
- import { GroundStationClient } from "./GroundStationClient";
3
2
  import { CancelContactCommand, } from "./commands/CancelContactCommand";
4
3
  import { CreateConfigCommand, } from "./commands/CreateConfigCommand";
5
4
  import { CreateDataflowEndpointGroupCommand, } from "./commands/CreateDataflowEndpointGroupCommand";
@@ -25,13 +24,8 @@ import { TagResourceCommand } from "./commands/TagResourceCommand";
25
24
  import { UntagResourceCommand, } from "./commands/UntagResourceCommand";
26
25
  import { UpdateConfigCommand, } from "./commands/UpdateConfigCommand";
27
26
  import { UpdateMissionProfileCommand, } from "./commands/UpdateMissionProfileCommand";
28
- /**
29
- * <p>Welcome to the AWS Ground Station API Reference. AWS Ground Station is a fully managed service that
30
- * enables you to control satellite communications, downlink and process satellite data, and
31
- * scale your satellite operations efficiently and cost-effectively without having
32
- * to build or manage your own ground station infrastructure.</p>
33
- */
34
- var GroundStation = /** @class */ (function (_super) {
27
+ import { GroundStationClient } from "./GroundStationClient";
28
+ var GroundStation = (function (_super) {
35
29
  __extends(GroundStation, _super);
36
30
  function GroundStation() {
37
31
  return _super !== null && _super.apply(this, arguments) || this;
@@ -389,4 +383,3 @@ var GroundStation = /** @class */ (function (_super) {
389
383
  return GroundStation;
390
384
  }(GroundStationClient));
391
385
  export { GroundStation };
392
- //# sourceMappingURL=GroundStation.js.map
@@ -1,5 +1,4 @@
1
1
  import { __extends } from "tslib";
2
- import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig";
3
2
  import { resolveEndpointsConfig, resolveRegionConfig, } from "@aws-sdk/config-resolver";
4
3
  import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length";
5
4
  import { getHostHeaderPlugin, resolveHostHeaderConfig, } from "@aws-sdk/middleware-host-header";
@@ -8,13 +7,8 @@ import { getRetryPlugin, resolveRetryConfig } from "@aws-sdk/middleware-retry";
8
7
  import { getAwsAuthPlugin, resolveAwsAuthConfig, } from "@aws-sdk/middleware-signing";
9
8
  import { getUserAgentPlugin, resolveUserAgentConfig, } from "@aws-sdk/middleware-user-agent";
10
9
  import { Client as __Client, } from "@aws-sdk/smithy-client";
11
- /**
12
- * <p>Welcome to the AWS Ground Station API Reference. AWS Ground Station is a fully managed service that
13
- * enables you to control satellite communications, downlink and process satellite data, and
14
- * scale your satellite operations efficiently and cost-effectively without having
15
- * to build or manage your own ground station infrastructure.</p>
16
- */
17
- var GroundStationClient = /** @class */ (function (_super) {
10
+ import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig";
11
+ var GroundStationClient = (function (_super) {
18
12
  __extends(GroundStationClient, _super);
19
13
  function GroundStationClient(configuration) {
20
14
  var _this = this;
@@ -35,15 +29,9 @@ var GroundStationClient = /** @class */ (function (_super) {
35
29
  _this.middlewareStack.use(getUserAgentPlugin(_this.config));
36
30
  return _this;
37
31
  }
38
- /**
39
- * Destroy underlying resources, like sockets. It's usually not necessary to do this.
40
- * However in Node.js, it's best to explicitly shut down the client's agent when it is no longer needed.
41
- * Otherwise, sockets might stay open for quite a long time before the server terminates them.
42
- */
43
32
  GroundStationClient.prototype.destroy = function () {
44
33
  _super.prototype.destroy.call(this);
45
34
  };
46
35
  return GroundStationClient;
47
36
  }(__Client));
48
37
  export { GroundStationClient };
49
- //# sourceMappingURL=GroundStationClient.js.map
@@ -1,40 +1,15 @@
1
1
  import { __extends } from "tslib";
2
- import { CancelContactRequest, ContactIdResponse } from "../models/models_0";
3
- import { deserializeAws_restJson1CancelContactCommand, serializeAws_restJson1CancelContactCommand, } from "../protocols/Aws_restJson1";
4
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
5
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
6
- /**
7
- * <p>Cancels a contact with a specified contact ID.</p>
8
- * @example
9
- * Use a bare-bones client and the command you need to make an API call.
10
- * ```javascript
11
- * import { GroundStationClient, CancelContactCommand } from "@aws-sdk/client-groundstation"; // ES Modules import
12
- * // const { GroundStationClient, CancelContactCommand } = require("@aws-sdk/client-groundstation"); // CommonJS import
13
- * const client = new GroundStationClient(config);
14
- * const command = new CancelContactCommand(input);
15
- * const response = await client.send(command);
16
- * ```
17
- *
18
- * @see {@link CancelContactCommandInput} for command's `input` shape.
19
- * @see {@link CancelContactCommandOutput} for command's `response` shape.
20
- * @see {@link GroundStationClientResolvedConfig | config} for command's `input` shape.
21
- *
22
- */
23
- var CancelContactCommand = /** @class */ (function (_super) {
4
+ import { CancelContactRequest, ContactIdResponse } from "../models/models_0";
5
+ import { deserializeAws_restJson1CancelContactCommand, serializeAws_restJson1CancelContactCommand, } from "../protocols/Aws_restJson1";
6
+ var CancelContactCommand = (function (_super) {
24
7
  __extends(CancelContactCommand, _super);
25
- // Start section: command_properties
26
- // End section: command_properties
27
8
  function CancelContactCommand(input) {
28
- var _this =
29
- // Start section: command_constructor
30
- _super.call(this) || this;
9
+ var _this = _super.call(this) || this;
31
10
  _this.input = input;
32
11
  return _this;
33
- // End section: command_constructor
34
12
  }
35
- /**
36
- * @internal
37
- */
38
13
  CancelContactCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
39
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
40
15
  var stack = clientStack.concat(this.middlewareStack);
@@ -62,4 +37,3 @@ var CancelContactCommand = /** @class */ (function (_super) {
62
37
  return CancelContactCommand;
63
38
  }($Command));
64
39
  export { CancelContactCommand };
65
- //# sourceMappingURL=CancelContactCommand.js.map
@@ -1,41 +1,15 @@
1
1
  import { __extends } from "tslib";
2
- import { ConfigIdResponse, CreateConfigRequest } from "../models/models_0";
3
- import { deserializeAws_restJson1CreateConfigCommand, serializeAws_restJson1CreateConfigCommand, } from "../protocols/Aws_restJson1";
4
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
5
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
6
- /**
7
- * <p>Creates a <code>Config</code> with the specified <code>configData</code> parameters.</p>
8
- * <p>Only one type of <code>configData</code> can be specified.</p>
9
- * @example
10
- * Use a bare-bones client and the command you need to make an API call.
11
- * ```javascript
12
- * import { GroundStationClient, CreateConfigCommand } from "@aws-sdk/client-groundstation"; // ES Modules import
13
- * // const { GroundStationClient, CreateConfigCommand } = require("@aws-sdk/client-groundstation"); // CommonJS import
14
- * const client = new GroundStationClient(config);
15
- * const command = new CreateConfigCommand(input);
16
- * const response = await client.send(command);
17
- * ```
18
- *
19
- * @see {@link CreateConfigCommandInput} for command's `input` shape.
20
- * @see {@link CreateConfigCommandOutput} for command's `response` shape.
21
- * @see {@link GroundStationClientResolvedConfig | config} for command's `input` shape.
22
- *
23
- */
24
- var CreateConfigCommand = /** @class */ (function (_super) {
4
+ import { ConfigIdResponse, CreateConfigRequest } from "../models/models_0";
5
+ import { deserializeAws_restJson1CreateConfigCommand, serializeAws_restJson1CreateConfigCommand, } from "../protocols/Aws_restJson1";
6
+ var CreateConfigCommand = (function (_super) {
25
7
  __extends(CreateConfigCommand, _super);
26
- // Start section: command_properties
27
- // End section: command_properties
28
8
  function CreateConfigCommand(input) {
29
- var _this =
30
- // Start section: command_constructor
31
- _super.call(this) || this;
9
+ var _this = _super.call(this) || this;
32
10
  _this.input = input;
33
11
  return _this;
34
- // End section: command_constructor
35
12
  }
36
- /**
37
- * @internal
38
- */
39
13
  CreateConfigCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
40
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
41
15
  var stack = clientStack.concat(this.middlewareStack);
@@ -63,4 +37,3 @@ var CreateConfigCommand = /** @class */ (function (_super) {
63
37
  return CreateConfigCommand;
64
38
  }($Command));
65
39
  export { CreateConfigCommand };
66
- //# sourceMappingURL=CreateConfigCommand.js.map
@@ -1,44 +1,15 @@
1
1
  import { __extends } from "tslib";
2
- import { CreateDataflowEndpointGroupRequest, DataflowEndpointGroupIdResponse } from "../models/models_0";
3
- import { deserializeAws_restJson1CreateDataflowEndpointGroupCommand, serializeAws_restJson1CreateDataflowEndpointGroupCommand, } from "../protocols/Aws_restJson1";
4
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
5
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
6
- /**
7
- * <p>Creates a <code>DataflowEndpoint</code> group containing the specified list of <code>DataflowEndpoint</code> objects.</p>
8
- * <p>The <code>name</code> field in each endpoint is used in your mission profile <code>DataflowEndpointConfig</code>
9
- * to specify which endpoints to use during a contact.</p>
10
- * <p>When a contact uses multiple <code>DataflowEndpointConfig</code> objects, each <code>Config</code>
11
- * must match a <code>DataflowEndpoint</code> in the same group.</p>
12
- * @example
13
- * Use a bare-bones client and the command you need to make an API call.
14
- * ```javascript
15
- * import { GroundStationClient, CreateDataflowEndpointGroupCommand } from "@aws-sdk/client-groundstation"; // ES Modules import
16
- * // const { GroundStationClient, CreateDataflowEndpointGroupCommand } = require("@aws-sdk/client-groundstation"); // CommonJS import
17
- * const client = new GroundStationClient(config);
18
- * const command = new CreateDataflowEndpointGroupCommand(input);
19
- * const response = await client.send(command);
20
- * ```
21
- *
22
- * @see {@link CreateDataflowEndpointGroupCommandInput} for command's `input` shape.
23
- * @see {@link CreateDataflowEndpointGroupCommandOutput} for command's `response` shape.
24
- * @see {@link GroundStationClientResolvedConfig | config} for command's `input` shape.
25
- *
26
- */
27
- var CreateDataflowEndpointGroupCommand = /** @class */ (function (_super) {
4
+ import { CreateDataflowEndpointGroupRequest, DataflowEndpointGroupIdResponse } from "../models/models_0";
5
+ import { deserializeAws_restJson1CreateDataflowEndpointGroupCommand, serializeAws_restJson1CreateDataflowEndpointGroupCommand, } from "../protocols/Aws_restJson1";
6
+ var CreateDataflowEndpointGroupCommand = (function (_super) {
28
7
  __extends(CreateDataflowEndpointGroupCommand, _super);
29
- // Start section: command_properties
30
- // End section: command_properties
31
8
  function CreateDataflowEndpointGroupCommand(input) {
32
- var _this =
33
- // Start section: command_constructor
34
- _super.call(this) || this;
9
+ var _this = _super.call(this) || this;
35
10
  _this.input = input;
36
11
  return _this;
37
- // End section: command_constructor
38
12
  }
39
- /**
40
- * @internal
41
- */
42
13
  CreateDataflowEndpointGroupCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
43
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
44
15
  var stack = clientStack.concat(this.middlewareStack);
@@ -66,4 +37,3 @@ var CreateDataflowEndpointGroupCommand = /** @class */ (function (_super) {
66
37
  return CreateDataflowEndpointGroupCommand;
67
38
  }($Command));
68
39
  export { CreateDataflowEndpointGroupCommand };
69
- //# sourceMappingURL=CreateDataflowEndpointGroupCommand.js.map
@@ -1,43 +1,15 @@
1
1
  import { __extends } from "tslib";
2
- import { CreateMissionProfileRequest, MissionProfileIdResponse } from "../models/models_0";
3
- import { deserializeAws_restJson1CreateMissionProfileCommand, serializeAws_restJson1CreateMissionProfileCommand, } from "../protocols/Aws_restJson1";
4
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
5
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
6
- /**
7
- * <p>Creates a mission profile.</p>
8
- * <p>
9
- * <code>dataflowEdges</code> is a list of lists of strings. Each lower level list of strings
10
- * has two elements: a <i>from</i> ARN and a <i>to</i> ARN.</p>
11
- * @example
12
- * Use a bare-bones client and the command you need to make an API call.
13
- * ```javascript
14
- * import { GroundStationClient, CreateMissionProfileCommand } from "@aws-sdk/client-groundstation"; // ES Modules import
15
- * // const { GroundStationClient, CreateMissionProfileCommand } = require("@aws-sdk/client-groundstation"); // CommonJS import
16
- * const client = new GroundStationClient(config);
17
- * const command = new CreateMissionProfileCommand(input);
18
- * const response = await client.send(command);
19
- * ```
20
- *
21
- * @see {@link CreateMissionProfileCommandInput} for command's `input` shape.
22
- * @see {@link CreateMissionProfileCommandOutput} for command's `response` shape.
23
- * @see {@link GroundStationClientResolvedConfig | config} for command's `input` shape.
24
- *
25
- */
26
- var CreateMissionProfileCommand = /** @class */ (function (_super) {
4
+ import { CreateMissionProfileRequest, MissionProfileIdResponse } from "../models/models_0";
5
+ import { deserializeAws_restJson1CreateMissionProfileCommand, serializeAws_restJson1CreateMissionProfileCommand, } from "../protocols/Aws_restJson1";
6
+ var CreateMissionProfileCommand = (function (_super) {
27
7
  __extends(CreateMissionProfileCommand, _super);
28
- // Start section: command_properties
29
- // End section: command_properties
30
8
  function CreateMissionProfileCommand(input) {
31
- var _this =
32
- // Start section: command_constructor
33
- _super.call(this) || this;
9
+ var _this = _super.call(this) || this;
34
10
  _this.input = input;
35
11
  return _this;
36
- // End section: command_constructor
37
12
  }
38
- /**
39
- * @internal
40
- */
41
13
  CreateMissionProfileCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
42
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
43
15
  var stack = clientStack.concat(this.middlewareStack);
@@ -65,4 +37,3 @@ var CreateMissionProfileCommand = /** @class */ (function (_super) {
65
37
  return CreateMissionProfileCommand;
66
38
  }($Command));
67
39
  export { CreateMissionProfileCommand };
68
- //# sourceMappingURL=CreateMissionProfileCommand.js.map
@@ -1,40 +1,15 @@
1
1
  import { __extends } from "tslib";
2
- import { ConfigIdResponse, DeleteConfigRequest } from "../models/models_0";
3
- import { deserializeAws_restJson1DeleteConfigCommand, serializeAws_restJson1DeleteConfigCommand, } from "../protocols/Aws_restJson1";
4
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
5
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
6
- /**
7
- * <p>Deletes a <code>Config</code>.</p>
8
- * @example
9
- * Use a bare-bones client and the command you need to make an API call.
10
- * ```javascript
11
- * import { GroundStationClient, DeleteConfigCommand } from "@aws-sdk/client-groundstation"; // ES Modules import
12
- * // const { GroundStationClient, DeleteConfigCommand } = require("@aws-sdk/client-groundstation"); // CommonJS import
13
- * const client = new GroundStationClient(config);
14
- * const command = new DeleteConfigCommand(input);
15
- * const response = await client.send(command);
16
- * ```
17
- *
18
- * @see {@link DeleteConfigCommandInput} for command's `input` shape.
19
- * @see {@link DeleteConfigCommandOutput} for command's `response` shape.
20
- * @see {@link GroundStationClientResolvedConfig | config} for command's `input` shape.
21
- *
22
- */
23
- var DeleteConfigCommand = /** @class */ (function (_super) {
4
+ import { ConfigIdResponse, DeleteConfigRequest } from "../models/models_0";
5
+ import { deserializeAws_restJson1DeleteConfigCommand, serializeAws_restJson1DeleteConfigCommand, } from "../protocols/Aws_restJson1";
6
+ var DeleteConfigCommand = (function (_super) {
24
7
  __extends(DeleteConfigCommand, _super);
25
- // Start section: command_properties
26
- // End section: command_properties
27
8
  function DeleteConfigCommand(input) {
28
- var _this =
29
- // Start section: command_constructor
30
- _super.call(this) || this;
9
+ var _this = _super.call(this) || this;
31
10
  _this.input = input;
32
11
  return _this;
33
- // End section: command_constructor
34
12
  }
35
- /**
36
- * @internal
37
- */
38
13
  DeleteConfigCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
39
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
40
15
  var stack = clientStack.concat(this.middlewareStack);
@@ -62,4 +37,3 @@ var DeleteConfigCommand = /** @class */ (function (_super) {
62
37
  return DeleteConfigCommand;
63
38
  }($Command));
64
39
  export { DeleteConfigCommand };
65
- //# sourceMappingURL=DeleteConfigCommand.js.map
@@ -1,40 +1,15 @@
1
1
  import { __extends } from "tslib";
2
- import { DataflowEndpointGroupIdResponse, DeleteDataflowEndpointGroupRequest } from "../models/models_0";
3
- import { deserializeAws_restJson1DeleteDataflowEndpointGroupCommand, serializeAws_restJson1DeleteDataflowEndpointGroupCommand, } from "../protocols/Aws_restJson1";
4
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
5
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
6
- /**
7
- * <p>Deletes a dataflow endpoint group.</p>
8
- * @example
9
- * Use a bare-bones client and the command you need to make an API call.
10
- * ```javascript
11
- * import { GroundStationClient, DeleteDataflowEndpointGroupCommand } from "@aws-sdk/client-groundstation"; // ES Modules import
12
- * // const { GroundStationClient, DeleteDataflowEndpointGroupCommand } = require("@aws-sdk/client-groundstation"); // CommonJS import
13
- * const client = new GroundStationClient(config);
14
- * const command = new DeleteDataflowEndpointGroupCommand(input);
15
- * const response = await client.send(command);
16
- * ```
17
- *
18
- * @see {@link DeleteDataflowEndpointGroupCommandInput} for command's `input` shape.
19
- * @see {@link DeleteDataflowEndpointGroupCommandOutput} for command's `response` shape.
20
- * @see {@link GroundStationClientResolvedConfig | config} for command's `input` shape.
21
- *
22
- */
23
- var DeleteDataflowEndpointGroupCommand = /** @class */ (function (_super) {
4
+ import { DataflowEndpointGroupIdResponse, DeleteDataflowEndpointGroupRequest } from "../models/models_0";
5
+ import { deserializeAws_restJson1DeleteDataflowEndpointGroupCommand, serializeAws_restJson1DeleteDataflowEndpointGroupCommand, } from "../protocols/Aws_restJson1";
6
+ var DeleteDataflowEndpointGroupCommand = (function (_super) {
24
7
  __extends(DeleteDataflowEndpointGroupCommand, _super);
25
- // Start section: command_properties
26
- // End section: command_properties
27
8
  function DeleteDataflowEndpointGroupCommand(input) {
28
- var _this =
29
- // Start section: command_constructor
30
- _super.call(this) || this;
9
+ var _this = _super.call(this) || this;
31
10
  _this.input = input;
32
11
  return _this;
33
- // End section: command_constructor
34
12
  }
35
- /**
36
- * @internal
37
- */
38
13
  DeleteDataflowEndpointGroupCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
39
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
40
15
  var stack = clientStack.concat(this.middlewareStack);
@@ -62,4 +37,3 @@ var DeleteDataflowEndpointGroupCommand = /** @class */ (function (_super) {
62
37
  return DeleteDataflowEndpointGroupCommand;
63
38
  }($Command));
64
39
  export { DeleteDataflowEndpointGroupCommand };
65
- //# sourceMappingURL=DeleteDataflowEndpointGroupCommand.js.map