@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
package/GroundStation.ts DELETED
@@ -1,906 +0,0 @@
1
- import { GroundStationClient } from "./GroundStationClient";
2
- import {
3
- CancelContactCommand,
4
- CancelContactCommandInput,
5
- CancelContactCommandOutput,
6
- } from "./commands/CancelContactCommand";
7
- import {
8
- CreateConfigCommand,
9
- CreateConfigCommandInput,
10
- CreateConfigCommandOutput,
11
- } from "./commands/CreateConfigCommand";
12
- import {
13
- CreateDataflowEndpointGroupCommand,
14
- CreateDataflowEndpointGroupCommandInput,
15
- CreateDataflowEndpointGroupCommandOutput,
16
- } from "./commands/CreateDataflowEndpointGroupCommand";
17
- import {
18
- CreateMissionProfileCommand,
19
- CreateMissionProfileCommandInput,
20
- CreateMissionProfileCommandOutput,
21
- } from "./commands/CreateMissionProfileCommand";
22
- import {
23
- DeleteConfigCommand,
24
- DeleteConfigCommandInput,
25
- DeleteConfigCommandOutput,
26
- } from "./commands/DeleteConfigCommand";
27
- import {
28
- DeleteDataflowEndpointGroupCommand,
29
- DeleteDataflowEndpointGroupCommandInput,
30
- DeleteDataflowEndpointGroupCommandOutput,
31
- } from "./commands/DeleteDataflowEndpointGroupCommand";
32
- import {
33
- DeleteMissionProfileCommand,
34
- DeleteMissionProfileCommandInput,
35
- DeleteMissionProfileCommandOutput,
36
- } from "./commands/DeleteMissionProfileCommand";
37
- import {
38
- DescribeContactCommand,
39
- DescribeContactCommandInput,
40
- DescribeContactCommandOutput,
41
- } from "./commands/DescribeContactCommand";
42
- import { GetConfigCommand, GetConfigCommandInput, GetConfigCommandOutput } from "./commands/GetConfigCommand";
43
- import {
44
- GetDataflowEndpointGroupCommand,
45
- GetDataflowEndpointGroupCommandInput,
46
- GetDataflowEndpointGroupCommandOutput,
47
- } from "./commands/GetDataflowEndpointGroupCommand";
48
- import {
49
- GetMinuteUsageCommand,
50
- GetMinuteUsageCommandInput,
51
- GetMinuteUsageCommandOutput,
52
- } from "./commands/GetMinuteUsageCommand";
53
- import {
54
- GetMissionProfileCommand,
55
- GetMissionProfileCommandInput,
56
- GetMissionProfileCommandOutput,
57
- } from "./commands/GetMissionProfileCommand";
58
- import {
59
- GetSatelliteCommand,
60
- GetSatelliteCommandInput,
61
- GetSatelliteCommandOutput,
62
- } from "./commands/GetSatelliteCommand";
63
- import { ListConfigsCommand, ListConfigsCommandInput, ListConfigsCommandOutput } from "./commands/ListConfigsCommand";
64
- import {
65
- ListContactsCommand,
66
- ListContactsCommandInput,
67
- ListContactsCommandOutput,
68
- } from "./commands/ListContactsCommand";
69
- import {
70
- ListDataflowEndpointGroupsCommand,
71
- ListDataflowEndpointGroupsCommandInput,
72
- ListDataflowEndpointGroupsCommandOutput,
73
- } from "./commands/ListDataflowEndpointGroupsCommand";
74
- import {
75
- ListGroundStationsCommand,
76
- ListGroundStationsCommandInput,
77
- ListGroundStationsCommandOutput,
78
- } from "./commands/ListGroundStationsCommand";
79
- import {
80
- ListMissionProfilesCommand,
81
- ListMissionProfilesCommandInput,
82
- ListMissionProfilesCommandOutput,
83
- } from "./commands/ListMissionProfilesCommand";
84
- import {
85
- ListSatellitesCommand,
86
- ListSatellitesCommandInput,
87
- ListSatellitesCommandOutput,
88
- } from "./commands/ListSatellitesCommand";
89
- import {
90
- ListTagsForResourceCommand,
91
- ListTagsForResourceCommandInput,
92
- ListTagsForResourceCommandOutput,
93
- } from "./commands/ListTagsForResourceCommand";
94
- import {
95
- ReserveContactCommand,
96
- ReserveContactCommandInput,
97
- ReserveContactCommandOutput,
98
- } from "./commands/ReserveContactCommand";
99
- import { TagResourceCommand, TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
100
- import {
101
- UntagResourceCommand,
102
- UntagResourceCommandInput,
103
- UntagResourceCommandOutput,
104
- } from "./commands/UntagResourceCommand";
105
- import {
106
- UpdateConfigCommand,
107
- UpdateConfigCommandInput,
108
- UpdateConfigCommandOutput,
109
- } from "./commands/UpdateConfigCommand";
110
- import {
111
- UpdateMissionProfileCommand,
112
- UpdateMissionProfileCommandInput,
113
- UpdateMissionProfileCommandOutput,
114
- } from "./commands/UpdateMissionProfileCommand";
115
- import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
116
-
117
- /**
118
- * <p>Welcome to the AWS Ground Station API Reference. AWS Ground Station is a fully managed service that
119
- * enables you to control satellite communications, downlink and process satellite data, and
120
- * scale your satellite operations efficiently and cost-effectively without having
121
- * to build or manage your own ground station infrastructure.</p>
122
- */
123
- export class GroundStation extends GroundStationClient {
124
- /**
125
- * <p>Cancels a contact with a specified contact ID.</p>
126
- */
127
- public cancelContact(
128
- args: CancelContactCommandInput,
129
- options?: __HttpHandlerOptions
130
- ): Promise<CancelContactCommandOutput>;
131
- public cancelContact(
132
- args: CancelContactCommandInput,
133
- cb: (err: any, data?: CancelContactCommandOutput) => void
134
- ): void;
135
- public cancelContact(
136
- args: CancelContactCommandInput,
137
- options: __HttpHandlerOptions,
138
- cb: (err: any, data?: CancelContactCommandOutput) => void
139
- ): void;
140
- public cancelContact(
141
- args: CancelContactCommandInput,
142
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: CancelContactCommandOutput) => void),
143
- cb?: (err: any, data?: CancelContactCommandOutput) => void
144
- ): Promise<CancelContactCommandOutput> | void {
145
- const command = new CancelContactCommand(args);
146
- if (typeof optionsOrCb === "function") {
147
- this.send(command, optionsOrCb);
148
- } else if (typeof cb === "function") {
149
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
150
- this.send(command, optionsOrCb || {}, cb);
151
- } else {
152
- return this.send(command, optionsOrCb);
153
- }
154
- }
155
-
156
- /**
157
- * <p>Creates a <code>Config</code> with the specified <code>configData</code> parameters.</p>
158
- * <p>Only one type of <code>configData</code> can be specified.</p>
159
- */
160
- public createConfig(
161
- args: CreateConfigCommandInput,
162
- options?: __HttpHandlerOptions
163
- ): Promise<CreateConfigCommandOutput>;
164
- public createConfig(args: CreateConfigCommandInput, cb: (err: any, data?: CreateConfigCommandOutput) => void): void;
165
- public createConfig(
166
- args: CreateConfigCommandInput,
167
- options: __HttpHandlerOptions,
168
- cb: (err: any, data?: CreateConfigCommandOutput) => void
169
- ): void;
170
- public createConfig(
171
- args: CreateConfigCommandInput,
172
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: CreateConfigCommandOutput) => void),
173
- cb?: (err: any, data?: CreateConfigCommandOutput) => void
174
- ): Promise<CreateConfigCommandOutput> | void {
175
- const command = new CreateConfigCommand(args);
176
- if (typeof optionsOrCb === "function") {
177
- this.send(command, optionsOrCb);
178
- } else if (typeof cb === "function") {
179
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
180
- this.send(command, optionsOrCb || {}, cb);
181
- } else {
182
- return this.send(command, optionsOrCb);
183
- }
184
- }
185
-
186
- /**
187
- * <p>Creates a <code>DataflowEndpoint</code> group containing the specified list of <code>DataflowEndpoint</code> objects.</p>
188
- * <p>The <code>name</code> field in each endpoint is used in your mission profile <code>DataflowEndpointConfig</code>
189
- * to specify which endpoints to use during a contact.</p>
190
- * <p>When a contact uses multiple <code>DataflowEndpointConfig</code> objects, each <code>Config</code>
191
- * must match a <code>DataflowEndpoint</code> in the same group.</p>
192
- */
193
- public createDataflowEndpointGroup(
194
- args: CreateDataflowEndpointGroupCommandInput,
195
- options?: __HttpHandlerOptions
196
- ): Promise<CreateDataflowEndpointGroupCommandOutput>;
197
- public createDataflowEndpointGroup(
198
- args: CreateDataflowEndpointGroupCommandInput,
199
- cb: (err: any, data?: CreateDataflowEndpointGroupCommandOutput) => void
200
- ): void;
201
- public createDataflowEndpointGroup(
202
- args: CreateDataflowEndpointGroupCommandInput,
203
- options: __HttpHandlerOptions,
204
- cb: (err: any, data?: CreateDataflowEndpointGroupCommandOutput) => void
205
- ): void;
206
- public createDataflowEndpointGroup(
207
- args: CreateDataflowEndpointGroupCommandInput,
208
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: CreateDataflowEndpointGroupCommandOutput) => void),
209
- cb?: (err: any, data?: CreateDataflowEndpointGroupCommandOutput) => void
210
- ): Promise<CreateDataflowEndpointGroupCommandOutput> | void {
211
- const command = new CreateDataflowEndpointGroupCommand(args);
212
- if (typeof optionsOrCb === "function") {
213
- this.send(command, optionsOrCb);
214
- } else if (typeof cb === "function") {
215
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
216
- this.send(command, optionsOrCb || {}, cb);
217
- } else {
218
- return this.send(command, optionsOrCb);
219
- }
220
- }
221
-
222
- /**
223
- * <p>Creates a mission profile.</p>
224
- * <p>
225
- * <code>dataflowEdges</code> is a list of lists of strings. Each lower level list of strings
226
- * has two elements: a <i>from</i> ARN and a <i>to</i> ARN.</p>
227
- */
228
- public createMissionProfile(
229
- args: CreateMissionProfileCommandInput,
230
- options?: __HttpHandlerOptions
231
- ): Promise<CreateMissionProfileCommandOutput>;
232
- public createMissionProfile(
233
- args: CreateMissionProfileCommandInput,
234
- cb: (err: any, data?: CreateMissionProfileCommandOutput) => void
235
- ): void;
236
- public createMissionProfile(
237
- args: CreateMissionProfileCommandInput,
238
- options: __HttpHandlerOptions,
239
- cb: (err: any, data?: CreateMissionProfileCommandOutput) => void
240
- ): void;
241
- public createMissionProfile(
242
- args: CreateMissionProfileCommandInput,
243
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: CreateMissionProfileCommandOutput) => void),
244
- cb?: (err: any, data?: CreateMissionProfileCommandOutput) => void
245
- ): Promise<CreateMissionProfileCommandOutput> | void {
246
- const command = new CreateMissionProfileCommand(args);
247
- if (typeof optionsOrCb === "function") {
248
- this.send(command, optionsOrCb);
249
- } else if (typeof cb === "function") {
250
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
251
- this.send(command, optionsOrCb || {}, cb);
252
- } else {
253
- return this.send(command, optionsOrCb);
254
- }
255
- }
256
-
257
- /**
258
- * <p>Deletes a <code>Config</code>.</p>
259
- */
260
- public deleteConfig(
261
- args: DeleteConfigCommandInput,
262
- options?: __HttpHandlerOptions
263
- ): Promise<DeleteConfigCommandOutput>;
264
- public deleteConfig(args: DeleteConfigCommandInput, cb: (err: any, data?: DeleteConfigCommandOutput) => void): void;
265
- public deleteConfig(
266
- args: DeleteConfigCommandInput,
267
- options: __HttpHandlerOptions,
268
- cb: (err: any, data?: DeleteConfigCommandOutput) => void
269
- ): void;
270
- public deleteConfig(
271
- args: DeleteConfigCommandInput,
272
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DeleteConfigCommandOutput) => void),
273
- cb?: (err: any, data?: DeleteConfigCommandOutput) => void
274
- ): Promise<DeleteConfigCommandOutput> | void {
275
- const command = new DeleteConfigCommand(args);
276
- if (typeof optionsOrCb === "function") {
277
- this.send(command, optionsOrCb);
278
- } else if (typeof cb === "function") {
279
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
280
- this.send(command, optionsOrCb || {}, cb);
281
- } else {
282
- return this.send(command, optionsOrCb);
283
- }
284
- }
285
-
286
- /**
287
- * <p>Deletes a dataflow endpoint group.</p>
288
- */
289
- public deleteDataflowEndpointGroup(
290
- args: DeleteDataflowEndpointGroupCommandInput,
291
- options?: __HttpHandlerOptions
292
- ): Promise<DeleteDataflowEndpointGroupCommandOutput>;
293
- public deleteDataflowEndpointGroup(
294
- args: DeleteDataflowEndpointGroupCommandInput,
295
- cb: (err: any, data?: DeleteDataflowEndpointGroupCommandOutput) => void
296
- ): void;
297
- public deleteDataflowEndpointGroup(
298
- args: DeleteDataflowEndpointGroupCommandInput,
299
- options: __HttpHandlerOptions,
300
- cb: (err: any, data?: DeleteDataflowEndpointGroupCommandOutput) => void
301
- ): void;
302
- public deleteDataflowEndpointGroup(
303
- args: DeleteDataflowEndpointGroupCommandInput,
304
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DeleteDataflowEndpointGroupCommandOutput) => void),
305
- cb?: (err: any, data?: DeleteDataflowEndpointGroupCommandOutput) => void
306
- ): Promise<DeleteDataflowEndpointGroupCommandOutput> | void {
307
- const command = new DeleteDataflowEndpointGroupCommand(args);
308
- if (typeof optionsOrCb === "function") {
309
- this.send(command, optionsOrCb);
310
- } else if (typeof cb === "function") {
311
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
312
- this.send(command, optionsOrCb || {}, cb);
313
- } else {
314
- return this.send(command, optionsOrCb);
315
- }
316
- }
317
-
318
- /**
319
- * <p>Deletes a mission profile.</p>
320
- */
321
- public deleteMissionProfile(
322
- args: DeleteMissionProfileCommandInput,
323
- options?: __HttpHandlerOptions
324
- ): Promise<DeleteMissionProfileCommandOutput>;
325
- public deleteMissionProfile(
326
- args: DeleteMissionProfileCommandInput,
327
- cb: (err: any, data?: DeleteMissionProfileCommandOutput) => void
328
- ): void;
329
- public deleteMissionProfile(
330
- args: DeleteMissionProfileCommandInput,
331
- options: __HttpHandlerOptions,
332
- cb: (err: any, data?: DeleteMissionProfileCommandOutput) => void
333
- ): void;
334
- public deleteMissionProfile(
335
- args: DeleteMissionProfileCommandInput,
336
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DeleteMissionProfileCommandOutput) => void),
337
- cb?: (err: any, data?: DeleteMissionProfileCommandOutput) => void
338
- ): Promise<DeleteMissionProfileCommandOutput> | void {
339
- const command = new DeleteMissionProfileCommand(args);
340
- if (typeof optionsOrCb === "function") {
341
- this.send(command, optionsOrCb);
342
- } else if (typeof cb === "function") {
343
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
344
- this.send(command, optionsOrCb || {}, cb);
345
- } else {
346
- return this.send(command, optionsOrCb);
347
- }
348
- }
349
-
350
- /**
351
- * <p>Describes an existing contact.</p>
352
- */
353
- public describeContact(
354
- args: DescribeContactCommandInput,
355
- options?: __HttpHandlerOptions
356
- ): Promise<DescribeContactCommandOutput>;
357
- public describeContact(
358
- args: DescribeContactCommandInput,
359
- cb: (err: any, data?: DescribeContactCommandOutput) => void
360
- ): void;
361
- public describeContact(
362
- args: DescribeContactCommandInput,
363
- options: __HttpHandlerOptions,
364
- cb: (err: any, data?: DescribeContactCommandOutput) => void
365
- ): void;
366
- public describeContact(
367
- args: DescribeContactCommandInput,
368
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribeContactCommandOutput) => void),
369
- cb?: (err: any, data?: DescribeContactCommandOutput) => void
370
- ): Promise<DescribeContactCommandOutput> | void {
371
- const command = new DescribeContactCommand(args);
372
- if (typeof optionsOrCb === "function") {
373
- this.send(command, optionsOrCb);
374
- } else if (typeof cb === "function") {
375
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
376
- this.send(command, optionsOrCb || {}, cb);
377
- } else {
378
- return this.send(command, optionsOrCb);
379
- }
380
- }
381
-
382
- /**
383
- * <p>Returns <code>Config</code> information.</p>
384
- * <p>Only one <code>Config</code> response can be returned.</p>
385
- */
386
- public getConfig(args: GetConfigCommandInput, options?: __HttpHandlerOptions): Promise<GetConfigCommandOutput>;
387
- public getConfig(args: GetConfigCommandInput, cb: (err: any, data?: GetConfigCommandOutput) => void): void;
388
- public getConfig(
389
- args: GetConfigCommandInput,
390
- options: __HttpHandlerOptions,
391
- cb: (err: any, data?: GetConfigCommandOutput) => void
392
- ): void;
393
- public getConfig(
394
- args: GetConfigCommandInput,
395
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: GetConfigCommandOutput) => void),
396
- cb?: (err: any, data?: GetConfigCommandOutput) => void
397
- ): Promise<GetConfigCommandOutput> | void {
398
- const command = new GetConfigCommand(args);
399
- if (typeof optionsOrCb === "function") {
400
- this.send(command, optionsOrCb);
401
- } else if (typeof cb === "function") {
402
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
403
- this.send(command, optionsOrCb || {}, cb);
404
- } else {
405
- return this.send(command, optionsOrCb);
406
- }
407
- }
408
-
409
- /**
410
- * <p>Returns the dataflow endpoint group.</p>
411
- */
412
- public getDataflowEndpointGroup(
413
- args: GetDataflowEndpointGroupCommandInput,
414
- options?: __HttpHandlerOptions
415
- ): Promise<GetDataflowEndpointGroupCommandOutput>;
416
- public getDataflowEndpointGroup(
417
- args: GetDataflowEndpointGroupCommandInput,
418
- cb: (err: any, data?: GetDataflowEndpointGroupCommandOutput) => void
419
- ): void;
420
- public getDataflowEndpointGroup(
421
- args: GetDataflowEndpointGroupCommandInput,
422
- options: __HttpHandlerOptions,
423
- cb: (err: any, data?: GetDataflowEndpointGroupCommandOutput) => void
424
- ): void;
425
- public getDataflowEndpointGroup(
426
- args: GetDataflowEndpointGroupCommandInput,
427
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: GetDataflowEndpointGroupCommandOutput) => void),
428
- cb?: (err: any, data?: GetDataflowEndpointGroupCommandOutput) => void
429
- ): Promise<GetDataflowEndpointGroupCommandOutput> | void {
430
- const command = new GetDataflowEndpointGroupCommand(args);
431
- if (typeof optionsOrCb === "function") {
432
- this.send(command, optionsOrCb);
433
- } else if (typeof cb === "function") {
434
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
435
- this.send(command, optionsOrCb || {}, cb);
436
- } else {
437
- return this.send(command, optionsOrCb);
438
- }
439
- }
440
-
441
- /**
442
- * <p>Returns the number of minutes used by account.</p>
443
- */
444
- public getMinuteUsage(
445
- args: GetMinuteUsageCommandInput,
446
- options?: __HttpHandlerOptions
447
- ): Promise<GetMinuteUsageCommandOutput>;
448
- public getMinuteUsage(
449
- args: GetMinuteUsageCommandInput,
450
- cb: (err: any, data?: GetMinuteUsageCommandOutput) => void
451
- ): void;
452
- public getMinuteUsage(
453
- args: GetMinuteUsageCommandInput,
454
- options: __HttpHandlerOptions,
455
- cb: (err: any, data?: GetMinuteUsageCommandOutput) => void
456
- ): void;
457
- public getMinuteUsage(
458
- args: GetMinuteUsageCommandInput,
459
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: GetMinuteUsageCommandOutput) => void),
460
- cb?: (err: any, data?: GetMinuteUsageCommandOutput) => void
461
- ): Promise<GetMinuteUsageCommandOutput> | void {
462
- const command = new GetMinuteUsageCommand(args);
463
- if (typeof optionsOrCb === "function") {
464
- this.send(command, optionsOrCb);
465
- } else if (typeof cb === "function") {
466
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
467
- this.send(command, optionsOrCb || {}, cb);
468
- } else {
469
- return this.send(command, optionsOrCb);
470
- }
471
- }
472
-
473
- /**
474
- * <p>Returns a mission profile.</p>
475
- */
476
- public getMissionProfile(
477
- args: GetMissionProfileCommandInput,
478
- options?: __HttpHandlerOptions
479
- ): Promise<GetMissionProfileCommandOutput>;
480
- public getMissionProfile(
481
- args: GetMissionProfileCommandInput,
482
- cb: (err: any, data?: GetMissionProfileCommandOutput) => void
483
- ): void;
484
- public getMissionProfile(
485
- args: GetMissionProfileCommandInput,
486
- options: __HttpHandlerOptions,
487
- cb: (err: any, data?: GetMissionProfileCommandOutput) => void
488
- ): void;
489
- public getMissionProfile(
490
- args: GetMissionProfileCommandInput,
491
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: GetMissionProfileCommandOutput) => void),
492
- cb?: (err: any, data?: GetMissionProfileCommandOutput) => void
493
- ): Promise<GetMissionProfileCommandOutput> | void {
494
- const command = new GetMissionProfileCommand(args);
495
- if (typeof optionsOrCb === "function") {
496
- this.send(command, optionsOrCb);
497
- } else if (typeof cb === "function") {
498
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
499
- this.send(command, optionsOrCb || {}, cb);
500
- } else {
501
- return this.send(command, optionsOrCb);
502
- }
503
- }
504
-
505
- /**
506
- * <p>Returns a satellite.</p>
507
- */
508
- public getSatellite(
509
- args: GetSatelliteCommandInput,
510
- options?: __HttpHandlerOptions
511
- ): Promise<GetSatelliteCommandOutput>;
512
- public getSatellite(args: GetSatelliteCommandInput, cb: (err: any, data?: GetSatelliteCommandOutput) => void): void;
513
- public getSatellite(
514
- args: GetSatelliteCommandInput,
515
- options: __HttpHandlerOptions,
516
- cb: (err: any, data?: GetSatelliteCommandOutput) => void
517
- ): void;
518
- public getSatellite(
519
- args: GetSatelliteCommandInput,
520
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: GetSatelliteCommandOutput) => void),
521
- cb?: (err: any, data?: GetSatelliteCommandOutput) => void
522
- ): Promise<GetSatelliteCommandOutput> | void {
523
- const command = new GetSatelliteCommand(args);
524
- if (typeof optionsOrCb === "function") {
525
- this.send(command, optionsOrCb);
526
- } else if (typeof cb === "function") {
527
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
528
- this.send(command, optionsOrCb || {}, cb);
529
- } else {
530
- return this.send(command, optionsOrCb);
531
- }
532
- }
533
-
534
- /**
535
- * <p>Returns a list of <code>Config</code> objects.</p>
536
- */
537
- public listConfigs(args: ListConfigsCommandInput, options?: __HttpHandlerOptions): Promise<ListConfigsCommandOutput>;
538
- public listConfigs(args: ListConfigsCommandInput, cb: (err: any, data?: ListConfigsCommandOutput) => void): void;
539
- public listConfigs(
540
- args: ListConfigsCommandInput,
541
- options: __HttpHandlerOptions,
542
- cb: (err: any, data?: ListConfigsCommandOutput) => void
543
- ): void;
544
- public listConfigs(
545
- args: ListConfigsCommandInput,
546
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ListConfigsCommandOutput) => void),
547
- cb?: (err: any, data?: ListConfigsCommandOutput) => void
548
- ): Promise<ListConfigsCommandOutput> | void {
549
- const command = new ListConfigsCommand(args);
550
- if (typeof optionsOrCb === "function") {
551
- this.send(command, optionsOrCb);
552
- } else if (typeof cb === "function") {
553
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
554
- this.send(command, optionsOrCb || {}, cb);
555
- } else {
556
- return this.send(command, optionsOrCb);
557
- }
558
- }
559
-
560
- /**
561
- * <p>Returns a list of contacts.</p>
562
- * <p>If <code>statusList</code> contains AVAILABLE, the request must include
563
- * <code>groundStation</code>, <code>missionprofileArn</code>, and <code>satelliteArn</code>.
564
- * </p>
565
- */
566
- public listContacts(
567
- args: ListContactsCommandInput,
568
- options?: __HttpHandlerOptions
569
- ): Promise<ListContactsCommandOutput>;
570
- public listContacts(args: ListContactsCommandInput, cb: (err: any, data?: ListContactsCommandOutput) => void): void;
571
- public listContacts(
572
- args: ListContactsCommandInput,
573
- options: __HttpHandlerOptions,
574
- cb: (err: any, data?: ListContactsCommandOutput) => void
575
- ): void;
576
- public listContacts(
577
- args: ListContactsCommandInput,
578
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ListContactsCommandOutput) => void),
579
- cb?: (err: any, data?: ListContactsCommandOutput) => void
580
- ): Promise<ListContactsCommandOutput> | void {
581
- const command = new ListContactsCommand(args);
582
- if (typeof optionsOrCb === "function") {
583
- this.send(command, optionsOrCb);
584
- } else if (typeof cb === "function") {
585
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
586
- this.send(command, optionsOrCb || {}, cb);
587
- } else {
588
- return this.send(command, optionsOrCb);
589
- }
590
- }
591
-
592
- /**
593
- * <p>Returns a list of <code>DataflowEndpoint</code> groups.</p>
594
- */
595
- public listDataflowEndpointGroups(
596
- args: ListDataflowEndpointGroupsCommandInput,
597
- options?: __HttpHandlerOptions
598
- ): Promise<ListDataflowEndpointGroupsCommandOutput>;
599
- public listDataflowEndpointGroups(
600
- args: ListDataflowEndpointGroupsCommandInput,
601
- cb: (err: any, data?: ListDataflowEndpointGroupsCommandOutput) => void
602
- ): void;
603
- public listDataflowEndpointGroups(
604
- args: ListDataflowEndpointGroupsCommandInput,
605
- options: __HttpHandlerOptions,
606
- cb: (err: any, data?: ListDataflowEndpointGroupsCommandOutput) => void
607
- ): void;
608
- public listDataflowEndpointGroups(
609
- args: ListDataflowEndpointGroupsCommandInput,
610
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ListDataflowEndpointGroupsCommandOutput) => void),
611
- cb?: (err: any, data?: ListDataflowEndpointGroupsCommandOutput) => void
612
- ): Promise<ListDataflowEndpointGroupsCommandOutput> | void {
613
- const command = new ListDataflowEndpointGroupsCommand(args);
614
- if (typeof optionsOrCb === "function") {
615
- this.send(command, optionsOrCb);
616
- } else if (typeof cb === "function") {
617
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
618
- this.send(command, optionsOrCb || {}, cb);
619
- } else {
620
- return this.send(command, optionsOrCb);
621
- }
622
- }
623
-
624
- /**
625
- * <p>Returns a list of ground stations. </p>
626
- */
627
- public listGroundStations(
628
- args: ListGroundStationsCommandInput,
629
- options?: __HttpHandlerOptions
630
- ): Promise<ListGroundStationsCommandOutput>;
631
- public listGroundStations(
632
- args: ListGroundStationsCommandInput,
633
- cb: (err: any, data?: ListGroundStationsCommandOutput) => void
634
- ): void;
635
- public listGroundStations(
636
- args: ListGroundStationsCommandInput,
637
- options: __HttpHandlerOptions,
638
- cb: (err: any, data?: ListGroundStationsCommandOutput) => void
639
- ): void;
640
- public listGroundStations(
641
- args: ListGroundStationsCommandInput,
642
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ListGroundStationsCommandOutput) => void),
643
- cb?: (err: any, data?: ListGroundStationsCommandOutput) => void
644
- ): Promise<ListGroundStationsCommandOutput> | void {
645
- const command = new ListGroundStationsCommand(args);
646
- if (typeof optionsOrCb === "function") {
647
- this.send(command, optionsOrCb);
648
- } else if (typeof cb === "function") {
649
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
650
- this.send(command, optionsOrCb || {}, cb);
651
- } else {
652
- return this.send(command, optionsOrCb);
653
- }
654
- }
655
-
656
- /**
657
- * <p>Returns a list of mission profiles.</p>
658
- */
659
- public listMissionProfiles(
660
- args: ListMissionProfilesCommandInput,
661
- options?: __HttpHandlerOptions
662
- ): Promise<ListMissionProfilesCommandOutput>;
663
- public listMissionProfiles(
664
- args: ListMissionProfilesCommandInput,
665
- cb: (err: any, data?: ListMissionProfilesCommandOutput) => void
666
- ): void;
667
- public listMissionProfiles(
668
- args: ListMissionProfilesCommandInput,
669
- options: __HttpHandlerOptions,
670
- cb: (err: any, data?: ListMissionProfilesCommandOutput) => void
671
- ): void;
672
- public listMissionProfiles(
673
- args: ListMissionProfilesCommandInput,
674
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ListMissionProfilesCommandOutput) => void),
675
- cb?: (err: any, data?: ListMissionProfilesCommandOutput) => void
676
- ): Promise<ListMissionProfilesCommandOutput> | void {
677
- const command = new ListMissionProfilesCommand(args);
678
- if (typeof optionsOrCb === "function") {
679
- this.send(command, optionsOrCb);
680
- } else if (typeof cb === "function") {
681
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
682
- this.send(command, optionsOrCb || {}, cb);
683
- } else {
684
- return this.send(command, optionsOrCb);
685
- }
686
- }
687
-
688
- /**
689
- * <p>Returns a list of satellites.</p>
690
- */
691
- public listSatellites(
692
- args: ListSatellitesCommandInput,
693
- options?: __HttpHandlerOptions
694
- ): Promise<ListSatellitesCommandOutput>;
695
- public listSatellites(
696
- args: ListSatellitesCommandInput,
697
- cb: (err: any, data?: ListSatellitesCommandOutput) => void
698
- ): void;
699
- public listSatellites(
700
- args: ListSatellitesCommandInput,
701
- options: __HttpHandlerOptions,
702
- cb: (err: any, data?: ListSatellitesCommandOutput) => void
703
- ): void;
704
- public listSatellites(
705
- args: ListSatellitesCommandInput,
706
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ListSatellitesCommandOutput) => void),
707
- cb?: (err: any, data?: ListSatellitesCommandOutput) => void
708
- ): Promise<ListSatellitesCommandOutput> | void {
709
- const command = new ListSatellitesCommand(args);
710
- if (typeof optionsOrCb === "function") {
711
- this.send(command, optionsOrCb);
712
- } else if (typeof cb === "function") {
713
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
714
- this.send(command, optionsOrCb || {}, cb);
715
- } else {
716
- return this.send(command, optionsOrCb);
717
- }
718
- }
719
-
720
- /**
721
- * <p>Returns a list of tags for a specified resource.</p>
722
- */
723
- public listTagsForResource(
724
- args: ListTagsForResourceCommandInput,
725
- options?: __HttpHandlerOptions
726
- ): Promise<ListTagsForResourceCommandOutput>;
727
- public listTagsForResource(
728
- args: ListTagsForResourceCommandInput,
729
- cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
730
- ): void;
731
- public listTagsForResource(
732
- args: ListTagsForResourceCommandInput,
733
- options: __HttpHandlerOptions,
734
- cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
735
- ): void;
736
- public listTagsForResource(
737
- args: ListTagsForResourceCommandInput,
738
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ListTagsForResourceCommandOutput) => void),
739
- cb?: (err: any, data?: ListTagsForResourceCommandOutput) => void
740
- ): Promise<ListTagsForResourceCommandOutput> | void {
741
- const command = new ListTagsForResourceCommand(args);
742
- if (typeof optionsOrCb === "function") {
743
- this.send(command, optionsOrCb);
744
- } else if (typeof cb === "function") {
745
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
746
- this.send(command, optionsOrCb || {}, cb);
747
- } else {
748
- return this.send(command, optionsOrCb);
749
- }
750
- }
751
-
752
- /**
753
- * <p>Reserves a contact using specified parameters.</p>
754
- */
755
- public reserveContact(
756
- args: ReserveContactCommandInput,
757
- options?: __HttpHandlerOptions
758
- ): Promise<ReserveContactCommandOutput>;
759
- public reserveContact(
760
- args: ReserveContactCommandInput,
761
- cb: (err: any, data?: ReserveContactCommandOutput) => void
762
- ): void;
763
- public reserveContact(
764
- args: ReserveContactCommandInput,
765
- options: __HttpHandlerOptions,
766
- cb: (err: any, data?: ReserveContactCommandOutput) => void
767
- ): void;
768
- public reserveContact(
769
- args: ReserveContactCommandInput,
770
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ReserveContactCommandOutput) => void),
771
- cb?: (err: any, data?: ReserveContactCommandOutput) => void
772
- ): Promise<ReserveContactCommandOutput> | void {
773
- const command = new ReserveContactCommand(args);
774
- if (typeof optionsOrCb === "function") {
775
- this.send(command, optionsOrCb);
776
- } else if (typeof cb === "function") {
777
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
778
- this.send(command, optionsOrCb || {}, cb);
779
- } else {
780
- return this.send(command, optionsOrCb);
781
- }
782
- }
783
-
784
- /**
785
- * <p>Assigns a tag to a resource.</p>
786
- */
787
- public tagResource(args: TagResourceCommandInput, options?: __HttpHandlerOptions): Promise<TagResourceCommandOutput>;
788
- public tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
789
- public tagResource(
790
- args: TagResourceCommandInput,
791
- options: __HttpHandlerOptions,
792
- cb: (err: any, data?: TagResourceCommandOutput) => void
793
- ): void;
794
- public tagResource(
795
- args: TagResourceCommandInput,
796
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: TagResourceCommandOutput) => void),
797
- cb?: (err: any, data?: TagResourceCommandOutput) => void
798
- ): Promise<TagResourceCommandOutput> | void {
799
- const command = new TagResourceCommand(args);
800
- if (typeof optionsOrCb === "function") {
801
- this.send(command, optionsOrCb);
802
- } else if (typeof cb === "function") {
803
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
804
- this.send(command, optionsOrCb || {}, cb);
805
- } else {
806
- return this.send(command, optionsOrCb);
807
- }
808
- }
809
-
810
- /**
811
- * <p>Deassigns a resource tag.</p>
812
- */
813
- public untagResource(
814
- args: UntagResourceCommandInput,
815
- options?: __HttpHandlerOptions
816
- ): Promise<UntagResourceCommandOutput>;
817
- public untagResource(
818
- args: UntagResourceCommandInput,
819
- cb: (err: any, data?: UntagResourceCommandOutput) => void
820
- ): void;
821
- public untagResource(
822
- args: UntagResourceCommandInput,
823
- options: __HttpHandlerOptions,
824
- cb: (err: any, data?: UntagResourceCommandOutput) => void
825
- ): void;
826
- public untagResource(
827
- args: UntagResourceCommandInput,
828
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: UntagResourceCommandOutput) => void),
829
- cb?: (err: any, data?: UntagResourceCommandOutput) => void
830
- ): Promise<UntagResourceCommandOutput> | void {
831
- const command = new UntagResourceCommand(args);
832
- if (typeof optionsOrCb === "function") {
833
- this.send(command, optionsOrCb);
834
- } else if (typeof cb === "function") {
835
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
836
- this.send(command, optionsOrCb || {}, cb);
837
- } else {
838
- return this.send(command, optionsOrCb);
839
- }
840
- }
841
-
842
- /**
843
- * <p>Updates the <code>Config</code> used when scheduling contacts.</p>
844
- * <p>Updating a <code>Config</code> will not update the execution parameters
845
- * for existing future contacts scheduled with this <code>Config</code>.</p>
846
- */
847
- public updateConfig(
848
- args: UpdateConfigCommandInput,
849
- options?: __HttpHandlerOptions
850
- ): Promise<UpdateConfigCommandOutput>;
851
- public updateConfig(args: UpdateConfigCommandInput, cb: (err: any, data?: UpdateConfigCommandOutput) => void): void;
852
- public updateConfig(
853
- args: UpdateConfigCommandInput,
854
- options: __HttpHandlerOptions,
855
- cb: (err: any, data?: UpdateConfigCommandOutput) => void
856
- ): void;
857
- public updateConfig(
858
- args: UpdateConfigCommandInput,
859
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: UpdateConfigCommandOutput) => void),
860
- cb?: (err: any, data?: UpdateConfigCommandOutput) => void
861
- ): Promise<UpdateConfigCommandOutput> | void {
862
- const command = new UpdateConfigCommand(args);
863
- if (typeof optionsOrCb === "function") {
864
- this.send(command, optionsOrCb);
865
- } else if (typeof cb === "function") {
866
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
867
- this.send(command, optionsOrCb || {}, cb);
868
- } else {
869
- return this.send(command, optionsOrCb);
870
- }
871
- }
872
-
873
- /**
874
- * <p>Updates a mission profile.</p>
875
- * <p>Updating a mission profile will not update the execution parameters
876
- * for existing future contacts.</p>
877
- */
878
- public updateMissionProfile(
879
- args: UpdateMissionProfileCommandInput,
880
- options?: __HttpHandlerOptions
881
- ): Promise<UpdateMissionProfileCommandOutput>;
882
- public updateMissionProfile(
883
- args: UpdateMissionProfileCommandInput,
884
- cb: (err: any, data?: UpdateMissionProfileCommandOutput) => void
885
- ): void;
886
- public updateMissionProfile(
887
- args: UpdateMissionProfileCommandInput,
888
- options: __HttpHandlerOptions,
889
- cb: (err: any, data?: UpdateMissionProfileCommandOutput) => void
890
- ): void;
891
- public updateMissionProfile(
892
- args: UpdateMissionProfileCommandInput,
893
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: UpdateMissionProfileCommandOutput) => void),
894
- cb?: (err: any, data?: UpdateMissionProfileCommandOutput) => void
895
- ): Promise<UpdateMissionProfileCommandOutput> | void {
896
- const command = new UpdateMissionProfileCommand(args);
897
- if (typeof optionsOrCb === "function") {
898
- this.send(command, optionsOrCb);
899
- } else if (typeof cb === "function") {
900
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
901
- this.send(command, optionsOrCb || {}, cb);
902
- } else {
903
- return this.send(command, optionsOrCb);
904
- }
905
- }
906
- }