@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,2545 +0,0 @@
1
- import { MetadataBearer as $MetadataBearer, SmithyException as __SmithyException } from "@aws-sdk/types";
2
-
3
- export enum AngleUnits {
4
- DEGREE_ANGLE = "DEGREE_ANGLE",
5
- RADIAN = "RADIAN",
6
- }
7
-
8
- /**
9
- * <p>Details about an antenna demod decode <code>Config</code> used in a contact.</p>
10
- */
11
- export interface AntennaDemodDecodeDetails {
12
- /**
13
- * <p>Name of an antenna demod decode output node used in a contact.</p>
14
- */
15
- outputNode?: string;
16
- }
17
-
18
- export namespace AntennaDemodDecodeDetails {
19
- /**
20
- * @internal
21
- */
22
- export const filterSensitiveLog = (obj: AntennaDemodDecodeDetails): any => ({
23
- ...obj,
24
- });
25
- }
26
-
27
- export enum BandwidthUnits {
28
- GHZ = "GHz",
29
- KHZ = "kHz",
30
- MHZ = "MHz",
31
- }
32
-
33
- /**
34
- * <p>Object that describes the frequency bandwidth. </p>
35
- */
36
- export interface FrequencyBandwidth {
37
- /**
38
- * <p>Frequency bandwidth value. AWS Ground Station currently has the following bandwidth limitations:</p>
39
- * <ul>
40
- * <li>
41
- * <p>For <code>AntennaDownlinkDemodDecodeconfig</code>, valid values are between 125 kHz to 650 MHz.</p>
42
- * </li>
43
- * <li>
44
- * <p>For <code>AntennaDownlinkconfig</code>, valid values are between 10 kHz to 54 MHz.</p>
45
- * </li>
46
- * <li>
47
- * <p>For <code>AntennaUplinkConfig</code>, valid values are between 10 kHz to 54 MHz.</p>
48
- * </li>
49
- * </ul>
50
- */
51
- value: number | undefined;
52
-
53
- /**
54
- * <p>Frequency bandwidth units.</p>
55
- */
56
- units: BandwidthUnits | string | undefined;
57
- }
58
-
59
- export namespace FrequencyBandwidth {
60
- /**
61
- * @internal
62
- */
63
- export const filterSensitiveLog = (obj: FrequencyBandwidth): any => ({
64
- ...obj,
65
- });
66
- }
67
-
68
- export enum FrequencyUnits {
69
- GHZ = "GHz",
70
- KHZ = "kHz",
71
- MHZ = "MHz",
72
- }
73
-
74
- /**
75
- * <p>Object that describes the frequency.</p>
76
- */
77
- export interface Frequency {
78
- /**
79
- * <p>Frequency value. Valid values are between 2200 to 2300 MHz and 7750 to 8400 MHz for downlink and 2025 to 2120 MHz for uplink.</p>
80
- */
81
- value: number | undefined;
82
-
83
- /**
84
- * <p>Frequency units.</p>
85
- */
86
- units: FrequencyUnits | string | undefined;
87
- }
88
-
89
- export namespace Frequency {
90
- /**
91
- * @internal
92
- */
93
- export const filterSensitiveLog = (obj: Frequency): any => ({
94
- ...obj,
95
- });
96
- }
97
-
98
- export enum Polarization {
99
- LEFT_HAND = "LEFT_HAND",
100
- NONE = "NONE",
101
- RIGHT_HAND = "RIGHT_HAND",
102
- }
103
-
104
- /**
105
- * <p>Object that describes a spectral <code>Config</code>.</p>
106
- */
107
- export interface SpectrumConfig {
108
- /**
109
- * <p>Center frequency of a spectral <code>Config</code>. Valid values are between 2200 to 2300 MHz and 7750 to 8400 MHz for downlink and 2025 to 2120 MHz for uplink.</p>
110
- */
111
- centerFrequency: Frequency | undefined;
112
-
113
- /**
114
- * <p>Bandwidth of a spectral <code>Config</code>. AWS Ground Station currently has the following bandwidth limitations:</p>
115
- * <ul>
116
- * <li>
117
- * <p>For <code>AntennaDownlinkDemodDecodeconfig</code>, valid values are between 125 kHz to 650 MHz.</p>
118
- * </li>
119
- * <li>
120
- * <p>For <code>AntennaDownlinkconfig</code> valid values are between 10 kHz to 54 MHz.</p>
121
- * </li>
122
- * <li>
123
- * <p>For <code>AntennaUplinkConfig</code>, valid values are between 10 kHz to 54 MHz.</p>
124
- * </li>
125
- * </ul>
126
- */
127
- bandwidth: FrequencyBandwidth | undefined;
128
-
129
- /**
130
- * <p>Polarization of a spectral <code>Config</code>. Capturing both <code>"RIGHT_HAND"</code> and <code>"LEFT_HAND"</code> polarization requires two separate configs.</p>
131
- */
132
- polarization?: Polarization | string;
133
- }
134
-
135
- export namespace SpectrumConfig {
136
- /**
137
- * @internal
138
- */
139
- export const filterSensitiveLog = (obj: SpectrumConfig): any => ({
140
- ...obj,
141
- });
142
- }
143
-
144
- /**
145
- * <p>Information about how AWS Ground Station should configure an
146
- * antenna for downlink during a contact.</p>
147
- */
148
- export interface AntennaDownlinkConfig {
149
- /**
150
- * <p>Object that describes a spectral <code>Config</code>.</p>
151
- */
152
- spectrumConfig: SpectrumConfig | undefined;
153
- }
154
-
155
- export namespace AntennaDownlinkConfig {
156
- /**
157
- * @internal
158
- */
159
- export const filterSensitiveLog = (obj: AntennaDownlinkConfig): any => ({
160
- ...obj,
161
- });
162
- }
163
-
164
- /**
165
- * <p>Information about the decode <code>Config</code>.</p>
166
- */
167
- export interface DecodeConfig {
168
- /**
169
- * <p>Unvalidated JSON of a decode <code>Config</code>.</p>
170
- */
171
- unvalidatedJSON: string | undefined;
172
- }
173
-
174
- export namespace DecodeConfig {
175
- /**
176
- * @internal
177
- */
178
- export const filterSensitiveLog = (obj: DecodeConfig): any => ({
179
- ...obj,
180
- });
181
- }
182
-
183
- /**
184
- * <p>Information about the demodulation <code>Config</code>.</p>
185
- */
186
- export interface DemodulationConfig {
187
- /**
188
- * <p>Unvalidated JSON of a demodulation <code>Config</code>.</p>
189
- */
190
- unvalidatedJSON: string | undefined;
191
- }
192
-
193
- export namespace DemodulationConfig {
194
- /**
195
- * @internal
196
- */
197
- export const filterSensitiveLog = (obj: DemodulationConfig): any => ({
198
- ...obj,
199
- });
200
- }
201
-
202
- /**
203
- * <p>Information about how AWS Ground Station should configure an antenna for downlink demod decode during a contact.</p>
204
- */
205
- export interface AntennaDownlinkDemodDecodeConfig {
206
- /**
207
- * <p>Information about the spectral <code>Config</code>.</p>
208
- */
209
- spectrumConfig: SpectrumConfig | undefined;
210
-
211
- /**
212
- * <p>Information about the demodulation <code>Config</code>.</p>
213
- */
214
- demodulationConfig: DemodulationConfig | undefined;
215
-
216
- /**
217
- * <p>Information about the decode <code>Config</code>.</p>
218
- */
219
- decodeConfig: DecodeConfig | undefined;
220
- }
221
-
222
- export namespace AntennaDownlinkDemodDecodeConfig {
223
- /**
224
- * @internal
225
- */
226
- export const filterSensitiveLog = (obj: AntennaDownlinkDemodDecodeConfig): any => ({
227
- ...obj,
228
- });
229
- }
230
-
231
- /**
232
- * <p>Information about the uplink spectral <code>Config</code>.</p>
233
- */
234
- export interface UplinkSpectrumConfig {
235
- /**
236
- * <p>Center frequency of an uplink spectral <code>Config</code>. Valid values are between 2025 to 2120 MHz.</p>
237
- */
238
- centerFrequency: Frequency | undefined;
239
-
240
- /**
241
- * <p>Polarization of an uplink spectral <code>Config</code>. Capturing both <code>"RIGHT_HAND"</code> and <code>"LEFT_HAND"</code> polarization requires two separate configs.</p>
242
- */
243
- polarization?: Polarization | string;
244
- }
245
-
246
- export namespace UplinkSpectrumConfig {
247
- /**
248
- * @internal
249
- */
250
- export const filterSensitiveLog = (obj: UplinkSpectrumConfig): any => ({
251
- ...obj,
252
- });
253
- }
254
-
255
- export enum EirpUnits {
256
- DBW = "dBW",
257
- }
258
-
259
- /**
260
- * <p>Object that represents EIRP.</p>
261
- */
262
- export interface Eirp {
263
- /**
264
- * <p>Value of an EIRP. Valid values are between 20.0 to 50.0 dBW.</p>
265
- */
266
- value: number | undefined;
267
-
268
- /**
269
- * <p>Units of an EIRP.</p>
270
- */
271
- units: EirpUnits | string | undefined;
272
- }
273
-
274
- export namespace Eirp {
275
- /**
276
- * @internal
277
- */
278
- export const filterSensitiveLog = (obj: Eirp): any => ({
279
- ...obj,
280
- });
281
- }
282
-
283
- /**
284
- * <p>Information about the uplink <code>Config</code> of an antenna.</p>
285
- */
286
- export interface AntennaUplinkConfig {
287
- /**
288
- * <p>Whether or not uplink transmit is disabled.</p>
289
- */
290
- transmitDisabled?: boolean;
291
-
292
- /**
293
- * <p>Information about the uplink spectral <code>Config</code>.</p>
294
- */
295
- spectrumConfig: UplinkSpectrumConfig | undefined;
296
-
297
- /**
298
- * <p>EIRP of the target.</p>
299
- */
300
- targetEirp: Eirp | undefined;
301
- }
302
-
303
- export namespace AntennaUplinkConfig {
304
- /**
305
- * @internal
306
- */
307
- export const filterSensitiveLog = (obj: AntennaUplinkConfig): any => ({
308
- ...obj,
309
- });
310
- }
311
-
312
- /**
313
- * <p/>
314
- */
315
- export interface CancelContactRequest {
316
- /**
317
- * <p>UUID of a contact.</p>
318
- */
319
- contactId: string | undefined;
320
- }
321
-
322
- export namespace CancelContactRequest {
323
- /**
324
- * @internal
325
- */
326
- export const filterSensitiveLog = (obj: CancelContactRequest): any => ({
327
- ...obj,
328
- });
329
- }
330
-
331
- /**
332
- * <p/>
333
- */
334
- export interface ContactIdResponse {
335
- /**
336
- * <p>UUID of a contact.</p>
337
- */
338
- contactId?: string;
339
- }
340
-
341
- export namespace ContactIdResponse {
342
- /**
343
- * @internal
344
- */
345
- export const filterSensitiveLog = (obj: ContactIdResponse): any => ({
346
- ...obj,
347
- });
348
- }
349
-
350
- /**
351
- * <p>Dependency encountered an error.</p>
352
- */
353
- export interface DependencyException extends __SmithyException, $MetadataBearer {
354
- name: "DependencyException";
355
- $fault: "server";
356
- message?: string;
357
- /**
358
- * <p/>
359
- */
360
- parameterName?: string;
361
- }
362
-
363
- export namespace DependencyException {
364
- /**
365
- * @internal
366
- */
367
- export const filterSensitiveLog = (obj: DependencyException): any => ({
368
- ...obj,
369
- });
370
- }
371
-
372
- /**
373
- * <p>One or more parameters are not valid.</p>
374
- */
375
- export interface InvalidParameterException extends __SmithyException, $MetadataBearer {
376
- name: "InvalidParameterException";
377
- $fault: "client";
378
- message?: string;
379
- /**
380
- * <p/>
381
- */
382
- parameterName?: string;
383
- }
384
-
385
- export namespace InvalidParameterException {
386
- /**
387
- * @internal
388
- */
389
- export const filterSensitiveLog = (obj: InvalidParameterException): any => ({
390
- ...obj,
391
- });
392
- }
393
-
394
- /**
395
- * <p>Resource was not found.</p>
396
- */
397
- export interface ResourceNotFoundException extends __SmithyException, $MetadataBearer {
398
- name: "ResourceNotFoundException";
399
- $fault: "client";
400
- message?: string;
401
- }
402
-
403
- export namespace ResourceNotFoundException {
404
- /**
405
- * @internal
406
- */
407
- export const filterSensitiveLog = (obj: ResourceNotFoundException): any => ({
408
- ...obj,
409
- });
410
- }
411
-
412
- export enum ConfigCapabilityType {
413
- ANTENNA_DOWNLINK = "antenna-downlink",
414
- ANTENNA_DOWNLINK_DEMOD_DECODE = "antenna-downlink-demod-decode",
415
- ANTENNA_UPLINK = "antenna-uplink",
416
- DATAFLOW_ENDPOINT = "dataflow-endpoint",
417
- S3_RECORDING = "s3-recording",
418
- TRACKING = "tracking",
419
- UPLINK_ECHO = "uplink-echo",
420
- }
421
-
422
- /**
423
- * <p/>
424
- */
425
- export interface ConfigIdResponse {
426
- /**
427
- * <p>UUID of a <code>Config</code>.</p>
428
- */
429
- configId?: string;
430
-
431
- /**
432
- * <p>Type of a <code>Config</code>.</p>
433
- */
434
- configType?: ConfigCapabilityType | string;
435
-
436
- /**
437
- * <p>ARN of a <code>Config</code>.</p>
438
- */
439
- configArn?: string;
440
- }
441
-
442
- export namespace ConfigIdResponse {
443
- /**
444
- * @internal
445
- */
446
- export const filterSensitiveLog = (obj: ConfigIdResponse): any => ({
447
- ...obj,
448
- });
449
- }
450
-
451
- /**
452
- * <p>Information about the dataflow endpoint <code>Config</code>.</p>
453
- */
454
- export interface DataflowEndpointConfig {
455
- /**
456
- * <p>Name of a dataflow endpoint.</p>
457
- */
458
- dataflowEndpointName: string | undefined;
459
-
460
- /**
461
- * <p>Region of a dataflow endpoint.</p>
462
- */
463
- dataflowEndpointRegion?: string;
464
- }
465
-
466
- export namespace DataflowEndpointConfig {
467
- /**
468
- * @internal
469
- */
470
- export const filterSensitiveLog = (obj: DataflowEndpointConfig): any => ({
471
- ...obj,
472
- });
473
- }
474
-
475
- /**
476
- * <p>Information about an S3 recording <code>Config</code>.</p>
477
- */
478
- export interface S3RecordingConfig {
479
- /**
480
- * <p>ARN of the bucket to record to.</p>
481
- */
482
- bucketArn: string | undefined;
483
-
484
- /**
485
- * <p>ARN of the role Ground Station assumes to write data to the bucket.</p>
486
- */
487
- roleArn: string | undefined;
488
-
489
- /**
490
- * <p>S3 Key prefix to prefice data files.</p>
491
- */
492
- prefix?: string;
493
- }
494
-
495
- export namespace S3RecordingConfig {
496
- /**
497
- * @internal
498
- */
499
- export const filterSensitiveLog = (obj: S3RecordingConfig): any => ({
500
- ...obj,
501
- });
502
- }
503
-
504
- export enum Criticality {
505
- PREFERRED = "PREFERRED",
506
- REMOVED = "REMOVED",
507
- REQUIRED = "REQUIRED",
508
- }
509
-
510
- /**
511
- * <p>Object that determines whether tracking should be used during a contact
512
- * executed with this <code>Config</code> in the mission profile.</p>
513
- */
514
- export interface TrackingConfig {
515
- /**
516
- * <p>Current setting for autotrack.</p>
517
- */
518
- autotrack: Criticality | string | undefined;
519
- }
520
-
521
- export namespace TrackingConfig {
522
- /**
523
- * @internal
524
- */
525
- export const filterSensitiveLog = (obj: TrackingConfig): any => ({
526
- ...obj,
527
- });
528
- }
529
-
530
- /**
531
- * <p>Information about an uplink echo <code>Config</code>.</p>
532
- * <p>Parameters from the <code>AntennaUplinkConfig</code>, corresponding to the
533
- * specified <code>AntennaUplinkConfigArn</code>, are used when this <code>UplinkEchoConfig</code>
534
- * is used in a contact.</p>
535
- */
536
- export interface UplinkEchoConfig {
537
- /**
538
- * <p>Whether or not an uplink <code>Config</code> is enabled.</p>
539
- */
540
- enabled: boolean | undefined;
541
-
542
- /**
543
- * <p>ARN of an uplink <code>Config</code>.</p>
544
- */
545
- antennaUplinkConfigArn: string | undefined;
546
- }
547
-
548
- export namespace UplinkEchoConfig {
549
- /**
550
- * @internal
551
- */
552
- export const filterSensitiveLog = (obj: UplinkEchoConfig): any => ({
553
- ...obj,
554
- });
555
- }
556
-
557
- /**
558
- * <p>Object containing the parameters of a <code>Config</code>.</p>
559
- * <p>See the subtype definitions for what each type of <code>Config</code> contains.</p>
560
- */
561
- export type ConfigTypeData =
562
- | ConfigTypeData.AntennaDownlinkConfigMember
563
- | ConfigTypeData.AntennaDownlinkDemodDecodeConfigMember
564
- | ConfigTypeData.AntennaUplinkConfigMember
565
- | ConfigTypeData.DataflowEndpointConfigMember
566
- | ConfigTypeData.S3RecordingConfigMember
567
- | ConfigTypeData.TrackingConfigMember
568
- | ConfigTypeData.UplinkEchoConfigMember
569
- | ConfigTypeData.$UnknownMember;
570
-
571
- export namespace ConfigTypeData {
572
- /**
573
- * <p>Information about how AWS Ground Station should configure an antenna for downlink during a contact.</p>
574
- */
575
- export interface AntennaDownlinkConfigMember {
576
- antennaDownlinkConfig: AntennaDownlinkConfig;
577
- trackingConfig?: never;
578
- dataflowEndpointConfig?: never;
579
- antennaDownlinkDemodDecodeConfig?: never;
580
- antennaUplinkConfig?: never;
581
- uplinkEchoConfig?: never;
582
- s3RecordingConfig?: never;
583
- $unknown?: never;
584
- }
585
-
586
- /**
587
- * <p>Object that determines whether tracking should be used during a contact executed with this <code>Config</code> in the mission profile. </p>
588
- */
589
- export interface TrackingConfigMember {
590
- antennaDownlinkConfig?: never;
591
- trackingConfig: TrackingConfig;
592
- dataflowEndpointConfig?: never;
593
- antennaDownlinkDemodDecodeConfig?: never;
594
- antennaUplinkConfig?: never;
595
- uplinkEchoConfig?: never;
596
- s3RecordingConfig?: never;
597
- $unknown?: never;
598
- }
599
-
600
- /**
601
- * <p>Information about the dataflow endpoint <code>Config</code>.</p>
602
- */
603
- export interface DataflowEndpointConfigMember {
604
- antennaDownlinkConfig?: never;
605
- trackingConfig?: never;
606
- dataflowEndpointConfig: DataflowEndpointConfig;
607
- antennaDownlinkDemodDecodeConfig?: never;
608
- antennaUplinkConfig?: never;
609
- uplinkEchoConfig?: never;
610
- s3RecordingConfig?: never;
611
- $unknown?: never;
612
- }
613
-
614
- /**
615
- * <p>Information about how AWS Ground Station should configure an antenna for downlink demod decode during a contact.</p>
616
- */
617
- export interface AntennaDownlinkDemodDecodeConfigMember {
618
- antennaDownlinkConfig?: never;
619
- trackingConfig?: never;
620
- dataflowEndpointConfig?: never;
621
- antennaDownlinkDemodDecodeConfig: AntennaDownlinkDemodDecodeConfig;
622
- antennaUplinkConfig?: never;
623
- uplinkEchoConfig?: never;
624
- s3RecordingConfig?: never;
625
- $unknown?: never;
626
- }
627
-
628
- /**
629
- * <p>Information about how AWS Ground Station should configure an antenna for uplink during a contact.</p>
630
- */
631
- export interface AntennaUplinkConfigMember {
632
- antennaDownlinkConfig?: never;
633
- trackingConfig?: never;
634
- dataflowEndpointConfig?: never;
635
- antennaDownlinkDemodDecodeConfig?: never;
636
- antennaUplinkConfig: AntennaUplinkConfig;
637
- uplinkEchoConfig?: never;
638
- s3RecordingConfig?: never;
639
- $unknown?: never;
640
- }
641
-
642
- /**
643
- * <p>Information about an uplink echo <code>Config</code>.</p>
644
- * <p>Parameters from the <code>AntennaUplinkConfig</code>, corresponding to the specified <code>AntennaUplinkConfigArn</code>, are used when this <code>UplinkEchoConfig</code> is used in a contact.</p>
645
- */
646
- export interface UplinkEchoConfigMember {
647
- antennaDownlinkConfig?: never;
648
- trackingConfig?: never;
649
- dataflowEndpointConfig?: never;
650
- antennaDownlinkDemodDecodeConfig?: never;
651
- antennaUplinkConfig?: never;
652
- uplinkEchoConfig: UplinkEchoConfig;
653
- s3RecordingConfig?: never;
654
- $unknown?: never;
655
- }
656
-
657
- /**
658
- * <p>Information about an S3 recording <code>Config</code>.</p>
659
- */
660
- export interface S3RecordingConfigMember {
661
- antennaDownlinkConfig?: never;
662
- trackingConfig?: never;
663
- dataflowEndpointConfig?: never;
664
- antennaDownlinkDemodDecodeConfig?: never;
665
- antennaUplinkConfig?: never;
666
- uplinkEchoConfig?: never;
667
- s3RecordingConfig: S3RecordingConfig;
668
- $unknown?: never;
669
- }
670
-
671
- export interface $UnknownMember {
672
- antennaDownlinkConfig?: never;
673
- trackingConfig?: never;
674
- dataflowEndpointConfig?: never;
675
- antennaDownlinkDemodDecodeConfig?: never;
676
- antennaUplinkConfig?: never;
677
- uplinkEchoConfig?: never;
678
- s3RecordingConfig?: never;
679
- $unknown: [string, any];
680
- }
681
-
682
- export interface Visitor<T> {
683
- antennaDownlinkConfig: (value: AntennaDownlinkConfig) => T;
684
- trackingConfig: (value: TrackingConfig) => T;
685
- dataflowEndpointConfig: (value: DataflowEndpointConfig) => T;
686
- antennaDownlinkDemodDecodeConfig: (value: AntennaDownlinkDemodDecodeConfig) => T;
687
- antennaUplinkConfig: (value: AntennaUplinkConfig) => T;
688
- uplinkEchoConfig: (value: UplinkEchoConfig) => T;
689
- s3RecordingConfig: (value: S3RecordingConfig) => T;
690
- _: (name: string, value: any) => T;
691
- }
692
-
693
- export const visit = <T>(value: ConfigTypeData, visitor: Visitor<T>): T => {
694
- if (value.antennaDownlinkConfig !== undefined) return visitor.antennaDownlinkConfig(value.antennaDownlinkConfig);
695
- if (value.trackingConfig !== undefined) return visitor.trackingConfig(value.trackingConfig);
696
- if (value.dataflowEndpointConfig !== undefined) return visitor.dataflowEndpointConfig(value.dataflowEndpointConfig);
697
- if (value.antennaDownlinkDemodDecodeConfig !== undefined)
698
- return visitor.antennaDownlinkDemodDecodeConfig(value.antennaDownlinkDemodDecodeConfig);
699
- if (value.antennaUplinkConfig !== undefined) return visitor.antennaUplinkConfig(value.antennaUplinkConfig);
700
- if (value.uplinkEchoConfig !== undefined) return visitor.uplinkEchoConfig(value.uplinkEchoConfig);
701
- if (value.s3RecordingConfig !== undefined) return visitor.s3RecordingConfig(value.s3RecordingConfig);
702
- return visitor._(value.$unknown[0], value.$unknown[1]);
703
- };
704
-
705
- /**
706
- * @internal
707
- */
708
- export const filterSensitiveLog = (obj: ConfigTypeData): any => {
709
- if (obj.antennaDownlinkConfig !== undefined)
710
- return { antennaDownlinkConfig: AntennaDownlinkConfig.filterSensitiveLog(obj.antennaDownlinkConfig) };
711
- if (obj.trackingConfig !== undefined)
712
- return { trackingConfig: TrackingConfig.filterSensitiveLog(obj.trackingConfig) };
713
- if (obj.dataflowEndpointConfig !== undefined)
714
- return { dataflowEndpointConfig: DataflowEndpointConfig.filterSensitiveLog(obj.dataflowEndpointConfig) };
715
- if (obj.antennaDownlinkDemodDecodeConfig !== undefined)
716
- return {
717
- antennaDownlinkDemodDecodeConfig: AntennaDownlinkDemodDecodeConfig.filterSensitiveLog(
718
- obj.antennaDownlinkDemodDecodeConfig
719
- ),
720
- };
721
- if (obj.antennaUplinkConfig !== undefined)
722
- return { antennaUplinkConfig: AntennaUplinkConfig.filterSensitiveLog(obj.antennaUplinkConfig) };
723
- if (obj.uplinkEchoConfig !== undefined)
724
- return { uplinkEchoConfig: UplinkEchoConfig.filterSensitiveLog(obj.uplinkEchoConfig) };
725
- if (obj.s3RecordingConfig !== undefined)
726
- return { s3RecordingConfig: S3RecordingConfig.filterSensitiveLog(obj.s3RecordingConfig) };
727
- if (obj.$unknown !== undefined) return { [obj.$unknown[0]]: "UNKNOWN" };
728
- };
729
- }
730
-
731
- /**
732
- * <p/>
733
- */
734
- export interface CreateConfigRequest {
735
- /**
736
- * <p>Name of a <code>Config</code>.</p>
737
- */
738
- name: string | undefined;
739
-
740
- /**
741
- * <p>Parameters of a <code>Config</code>.</p>
742
- */
743
- configData: ConfigTypeData | undefined;
744
-
745
- /**
746
- * <p>Tags assigned to a <code>Config</code>.</p>
747
- */
748
- tags?: { [key: string]: string };
749
- }
750
-
751
- export namespace CreateConfigRequest {
752
- /**
753
- * @internal
754
- */
755
- export const filterSensitiveLog = (obj: CreateConfigRequest): any => ({
756
- ...obj,
757
- ...(obj.configData && { configData: ConfigTypeData.filterSensitiveLog(obj.configData) }),
758
- });
759
- }
760
-
761
- /**
762
- * <p>Account limits for this resource have been exceeded.</p>
763
- */
764
- export interface ResourceLimitExceededException extends __SmithyException, $MetadataBearer {
765
- name: "ResourceLimitExceededException";
766
- $fault: "client";
767
- message?: string;
768
- /**
769
- * <p/>
770
- */
771
- parameterName?: string;
772
- }
773
-
774
- export namespace ResourceLimitExceededException {
775
- /**
776
- * @internal
777
- */
778
- export const filterSensitiveLog = (obj: ResourceLimitExceededException): any => ({
779
- ...obj,
780
- });
781
- }
782
-
783
- /**
784
- * <p/>
785
- */
786
- export interface DeleteConfigRequest {
787
- /**
788
- * <p>UUID of a <code>Config</code>.</p>
789
- */
790
- configId: string | undefined;
791
-
792
- /**
793
- * <p>Type of a <code>Config</code>.</p>
794
- */
795
- configType: ConfigCapabilityType | string | undefined;
796
- }
797
-
798
- export namespace DeleteConfigRequest {
799
- /**
800
- * @internal
801
- */
802
- export const filterSensitiveLog = (obj: DeleteConfigRequest): any => ({
803
- ...obj,
804
- });
805
- }
806
-
807
- /**
808
- * <p/>
809
- */
810
- export interface GetConfigRequest {
811
- /**
812
- * <p>UUID of a <code>Config</code>.</p>
813
- */
814
- configId: string | undefined;
815
-
816
- /**
817
- * <p>Type of a <code>Config</code>.</p>
818
- */
819
- configType: ConfigCapabilityType | string | undefined;
820
- }
821
-
822
- export namespace GetConfigRequest {
823
- /**
824
- * @internal
825
- */
826
- export const filterSensitiveLog = (obj: GetConfigRequest): any => ({
827
- ...obj,
828
- });
829
- }
830
-
831
- /**
832
- * <p/>
833
- */
834
- export interface GetConfigResponse {
835
- /**
836
- * <p>UUID of a <code>Config</code>.</p>
837
- */
838
- configId: string | undefined;
839
-
840
- /**
841
- * <p>ARN of a <code>Config</code>
842
- * </p>
843
- */
844
- configArn: string | undefined;
845
-
846
- /**
847
- * <p>Name of a <code>Config</code>.</p>
848
- */
849
- name: string | undefined;
850
-
851
- /**
852
- * <p>Type of a <code>Config</code>.</p>
853
- */
854
- configType?: ConfigCapabilityType | string;
855
-
856
- /**
857
- * <p>Data elements in a <code>Config</code>.</p>
858
- */
859
- configData: ConfigTypeData | undefined;
860
-
861
- /**
862
- * <p>Tags assigned to a <code>Config</code>.</p>
863
- */
864
- tags?: { [key: string]: string };
865
- }
866
-
867
- export namespace GetConfigResponse {
868
- /**
869
- * @internal
870
- */
871
- export const filterSensitiveLog = (obj: GetConfigResponse): any => ({
872
- ...obj,
873
- ...(obj.configData && { configData: ConfigTypeData.filterSensitiveLog(obj.configData) }),
874
- });
875
- }
876
-
877
- /**
878
- * <p/>
879
- */
880
- export interface ListConfigsRequest {
881
- /**
882
- * <p>Maximum number of <code>Configs</code> returned.</p>
883
- */
884
- maxResults?: number;
885
-
886
- /**
887
- * <p>Next token returned in the request of a previous <code>ListConfigs</code> call. Used to get the next page of results.</p>
888
- */
889
- nextToken?: string;
890
- }
891
-
892
- export namespace ListConfigsRequest {
893
- /**
894
- * @internal
895
- */
896
- export const filterSensitiveLog = (obj: ListConfigsRequest): any => ({
897
- ...obj,
898
- });
899
- }
900
-
901
- /**
902
- * <p>An item in a list of <code>Config</code> objects.</p>
903
- */
904
- export interface ConfigListItem {
905
- /**
906
- * <p>UUID of a <code>Config</code>.</p>
907
- */
908
- configId?: string;
909
-
910
- /**
911
- * <p>Type of a <code>Config</code>.</p>
912
- */
913
- configType?: ConfigCapabilityType | string;
914
-
915
- /**
916
- * <p>ARN of a <code>Config</code>.</p>
917
- */
918
- configArn?: string;
919
-
920
- /**
921
- * <p>Name of a <code>Config</code>.</p>
922
- */
923
- name?: string;
924
- }
925
-
926
- export namespace ConfigListItem {
927
- /**
928
- * @internal
929
- */
930
- export const filterSensitiveLog = (obj: ConfigListItem): any => ({
931
- ...obj,
932
- });
933
- }
934
-
935
- /**
936
- * <p/>
937
- */
938
- export interface ListConfigsResponse {
939
- /**
940
- * <p>Next token returned in the response of a previous <code>ListConfigs</code> call. Used to get the next page of results.</p>
941
- */
942
- nextToken?: string;
943
-
944
- /**
945
- * <p>List of <code>Config</code> items.</p>
946
- */
947
- configList?: ConfigListItem[];
948
- }
949
-
950
- export namespace ListConfigsResponse {
951
- /**
952
- * @internal
953
- */
954
- export const filterSensitiveLog = (obj: ListConfigsResponse): any => ({
955
- ...obj,
956
- });
957
- }
958
-
959
- /**
960
- * <p/>
961
- */
962
- export interface UpdateConfigRequest {
963
- /**
964
- * <p>UUID of a <code>Config</code>.</p>
965
- */
966
- configId: string | undefined;
967
-
968
- /**
969
- * <p>Name of a <code>Config</code>.</p>
970
- */
971
- name: string | undefined;
972
-
973
- /**
974
- * <p>Type of a <code>Config</code>.</p>
975
- */
976
- configType: ConfigCapabilityType | string | undefined;
977
-
978
- /**
979
- * <p>Parameters of a <code>Config</code>.</p>
980
- */
981
- configData: ConfigTypeData | undefined;
982
- }
983
-
984
- export namespace UpdateConfigRequest {
985
- /**
986
- * @internal
987
- */
988
- export const filterSensitiveLog = (obj: UpdateConfigRequest): any => ({
989
- ...obj,
990
- ...(obj.configData && { configData: ConfigTypeData.filterSensitiveLog(obj.configData) }),
991
- });
992
- }
993
-
994
- /**
995
- * <p>Information about the socket address.</p>
996
- */
997
- export interface SocketAddress {
998
- /**
999
- * <p>Name of a socket address.</p>
1000
- */
1001
- name: string | undefined;
1002
-
1003
- /**
1004
- * <p>Port of a socket address.</p>
1005
- */
1006
- port: number | undefined;
1007
- }
1008
-
1009
- export namespace SocketAddress {
1010
- /**
1011
- * @internal
1012
- */
1013
- export const filterSensitiveLog = (obj: SocketAddress): any => ({
1014
- ...obj,
1015
- });
1016
- }
1017
-
1018
- export enum EndpointStatus {
1019
- created = "created",
1020
- creating = "creating",
1021
- deleted = "deleted",
1022
- deleting = "deleting",
1023
- failed = "failed",
1024
- }
1025
-
1026
- /**
1027
- * <p>Information about a dataflow endpoint.</p>
1028
- */
1029
- export interface DataflowEndpoint {
1030
- /**
1031
- * <p>Name of a dataflow endpoint.</p>
1032
- */
1033
- name?: string;
1034
-
1035
- /**
1036
- * <p>Socket address of a dataflow endpoint.</p>
1037
- */
1038
- address?: SocketAddress;
1039
-
1040
- /**
1041
- * <p>Status of a dataflow endpoint.</p>
1042
- */
1043
- status?: EndpointStatus | string;
1044
-
1045
- /**
1046
- * <p>Maximum transmission unit (MTU) size in bytes of a dataflow endpoint.</p>
1047
- */
1048
- mtu?: number;
1049
- }
1050
-
1051
- export namespace DataflowEndpoint {
1052
- /**
1053
- * @internal
1054
- */
1055
- export const filterSensitiveLog = (obj: DataflowEndpoint): any => ({
1056
- ...obj,
1057
- });
1058
- }
1059
-
1060
- /**
1061
- * <p>Information about endpoints.</p>
1062
- */
1063
- export interface SecurityDetails {
1064
- /**
1065
- * <p>A list of subnets where AWS Ground Station places elastic network interfaces to send streams to your instances.</p>
1066
- */
1067
- subnetIds: string[] | undefined;
1068
-
1069
- /**
1070
- * <p>The security groups to attach to the elastic network interfaces.</p>
1071
- */
1072
- securityGroupIds: string[] | undefined;
1073
-
1074
- /**
1075
- * <p>ARN to a role needed for connecting streams to your instances. </p>
1076
- */
1077
- roleArn: string | undefined;
1078
- }
1079
-
1080
- export namespace SecurityDetails {
1081
- /**
1082
- * @internal
1083
- */
1084
- export const filterSensitiveLog = (obj: SecurityDetails): any => ({
1085
- ...obj,
1086
- });
1087
- }
1088
-
1089
- /**
1090
- * <p>Information about the endpoint details.</p>
1091
- */
1092
- export interface EndpointDetails {
1093
- /**
1094
- * <p>Endpoint security details.</p>
1095
- */
1096
- securityDetails?: SecurityDetails;
1097
-
1098
- /**
1099
- * <p>A dataflow endpoint.</p>
1100
- */
1101
- endpoint?: DataflowEndpoint;
1102
- }
1103
-
1104
- export namespace EndpointDetails {
1105
- /**
1106
- * @internal
1107
- */
1108
- export const filterSensitiveLog = (obj: EndpointDetails): any => ({
1109
- ...obj,
1110
- });
1111
- }
1112
-
1113
- /**
1114
- * <p>Details about an S3 recording <code>Config</code> used in a contact.</p>
1115
- */
1116
- export interface S3RecordingDetails {
1117
- /**
1118
- * <p>ARN of the bucket used.</p>
1119
- */
1120
- bucketArn?: string;
1121
-
1122
- /**
1123
- * <p>Template of the S3 key used.</p>
1124
- */
1125
- keyTemplate?: string;
1126
- }
1127
-
1128
- export namespace S3RecordingDetails {
1129
- /**
1130
- * @internal
1131
- */
1132
- export const filterSensitiveLog = (obj: S3RecordingDetails): any => ({
1133
- ...obj,
1134
- });
1135
- }
1136
-
1137
- /**
1138
- * <p>Details for certain <code>Config</code> object types in a contact.</p>
1139
- */
1140
- export type ConfigDetails =
1141
- | ConfigDetails.AntennaDemodDecodeDetailsMember
1142
- | ConfigDetails.EndpointDetailsMember
1143
- | ConfigDetails.S3RecordingDetailsMember
1144
- | ConfigDetails.$UnknownMember;
1145
-
1146
- export namespace ConfigDetails {
1147
- /**
1148
- * <p>Information about the endpoint details.</p>
1149
- */
1150
- export interface EndpointDetailsMember {
1151
- endpointDetails: EndpointDetails;
1152
- antennaDemodDecodeDetails?: never;
1153
- s3RecordingDetails?: never;
1154
- $unknown?: never;
1155
- }
1156
-
1157
- /**
1158
- * <p>Details for antenna demod decode <code>Config</code> in a contact.</p>
1159
- */
1160
- export interface AntennaDemodDecodeDetailsMember {
1161
- endpointDetails?: never;
1162
- antennaDemodDecodeDetails: AntennaDemodDecodeDetails;
1163
- s3RecordingDetails?: never;
1164
- $unknown?: never;
1165
- }
1166
-
1167
- /**
1168
- * <p>Details for an S3 recording <code>Config</code> in a contact.</p>
1169
- */
1170
- export interface S3RecordingDetailsMember {
1171
- endpointDetails?: never;
1172
- antennaDemodDecodeDetails?: never;
1173
- s3RecordingDetails: S3RecordingDetails;
1174
- $unknown?: never;
1175
- }
1176
-
1177
- export interface $UnknownMember {
1178
- endpointDetails?: never;
1179
- antennaDemodDecodeDetails?: never;
1180
- s3RecordingDetails?: never;
1181
- $unknown: [string, any];
1182
- }
1183
-
1184
- export interface Visitor<T> {
1185
- endpointDetails: (value: EndpointDetails) => T;
1186
- antennaDemodDecodeDetails: (value: AntennaDemodDecodeDetails) => T;
1187
- s3RecordingDetails: (value: S3RecordingDetails) => T;
1188
- _: (name: string, value: any) => T;
1189
- }
1190
-
1191
- export const visit = <T>(value: ConfigDetails, visitor: Visitor<T>): T => {
1192
- if (value.endpointDetails !== undefined) return visitor.endpointDetails(value.endpointDetails);
1193
- if (value.antennaDemodDecodeDetails !== undefined)
1194
- return visitor.antennaDemodDecodeDetails(value.antennaDemodDecodeDetails);
1195
- if (value.s3RecordingDetails !== undefined) return visitor.s3RecordingDetails(value.s3RecordingDetails);
1196
- return visitor._(value.$unknown[0], value.$unknown[1]);
1197
- };
1198
-
1199
- /**
1200
- * @internal
1201
- */
1202
- export const filterSensitiveLog = (obj: ConfigDetails): any => {
1203
- if (obj.endpointDetails !== undefined)
1204
- return { endpointDetails: EndpointDetails.filterSensitiveLog(obj.endpointDetails) };
1205
- if (obj.antennaDemodDecodeDetails !== undefined)
1206
- return { antennaDemodDecodeDetails: AntennaDemodDecodeDetails.filterSensitiveLog(obj.antennaDemodDecodeDetails) };
1207
- if (obj.s3RecordingDetails !== undefined)
1208
- return { s3RecordingDetails: S3RecordingDetails.filterSensitiveLog(obj.s3RecordingDetails) };
1209
- if (obj.$unknown !== undefined) return { [obj.$unknown[0]]: "UNKNOWN" };
1210
- };
1211
- }
1212
-
1213
- /**
1214
- * <p/>
1215
- */
1216
- export interface DescribeContactRequest {
1217
- /**
1218
- * <p>UUID of a contact.</p>
1219
- */
1220
- contactId: string | undefined;
1221
- }
1222
-
1223
- export namespace DescribeContactRequest {
1224
- /**
1225
- * @internal
1226
- */
1227
- export const filterSensitiveLog = (obj: DescribeContactRequest): any => ({
1228
- ...obj,
1229
- });
1230
- }
1231
-
1232
- export enum ContactStatus {
1233
- AVAILABLE = "AVAILABLE",
1234
- AWS_CANCELLED = "AWS_CANCELLED",
1235
- AWS_FAILED = "AWS_FAILED",
1236
- CANCELLED = "CANCELLED",
1237
- CANCELLING = "CANCELLING",
1238
- COMPLETED = "COMPLETED",
1239
- FAILED = "FAILED",
1240
- FAILED_TO_SCHEDULE = "FAILED_TO_SCHEDULE",
1241
- PASS = "PASS",
1242
- POSTPASS = "POSTPASS",
1243
- PREPASS = "PREPASS",
1244
- SCHEDULED = "SCHEDULED",
1245
- SCHEDULING = "SCHEDULING",
1246
- }
1247
-
1248
- /**
1249
- * <p>Dataflow details for the destination side.</p>
1250
- */
1251
- export interface Destination {
1252
- /**
1253
- * <p>Type of a <code>Config</code>.</p>
1254
- */
1255
- configType?: ConfigCapabilityType | string;
1256
-
1257
- /**
1258
- * <p>UUID of a <code>Config</code>.</p>
1259
- */
1260
- configId?: string;
1261
-
1262
- /**
1263
- * <p>Additional details for a <code>Config</code>, if type is dataflow endpoint or antenna demod decode.</p>
1264
- */
1265
- configDetails?: ConfigDetails;
1266
-
1267
- /**
1268
- * <p>Region of a dataflow destination.</p>
1269
- */
1270
- dataflowDestinationRegion?: string;
1271
- }
1272
-
1273
- export namespace Destination {
1274
- /**
1275
- * @internal
1276
- */
1277
- export const filterSensitiveLog = (obj: Destination): any => ({
1278
- ...obj,
1279
- ...(obj.configDetails && { configDetails: ConfigDetails.filterSensitiveLog(obj.configDetails) }),
1280
- });
1281
- }
1282
-
1283
- /**
1284
- * <p>Dataflow details for the source side.</p>
1285
- */
1286
- export interface Source {
1287
- /**
1288
- * <p>Type of a <code>Config</code>.</p>
1289
- */
1290
- configType?: ConfigCapabilityType | string;
1291
-
1292
- /**
1293
- * <p>UUID of a <code>Config</code>.</p>
1294
- */
1295
- configId?: string;
1296
-
1297
- /**
1298
- * <p>Additional details for a <code>Config</code>, if type is dataflow endpoint or antenna demod decode.</p>
1299
- */
1300
- configDetails?: ConfigDetails;
1301
-
1302
- /**
1303
- * <p>Region of a dataflow source.</p>
1304
- */
1305
- dataflowSourceRegion?: string;
1306
- }
1307
-
1308
- export namespace Source {
1309
- /**
1310
- * @internal
1311
- */
1312
- export const filterSensitiveLog = (obj: Source): any => ({
1313
- ...obj,
1314
- ...(obj.configDetails && { configDetails: ConfigDetails.filterSensitiveLog(obj.configDetails) }),
1315
- });
1316
- }
1317
-
1318
- /**
1319
- * <p>Information about a dataflow edge used in a contact.</p>
1320
- */
1321
- export interface DataflowDetail {
1322
- /**
1323
- * <p>Dataflow details for the source side.</p>
1324
- */
1325
- source?: Source;
1326
-
1327
- /**
1328
- * <p>Dataflow details for the destination side.</p>
1329
- */
1330
- destination?: Destination;
1331
-
1332
- /**
1333
- * <p>Error message for a dataflow.</p>
1334
- */
1335
- errorMessage?: string;
1336
- }
1337
-
1338
- export namespace DataflowDetail {
1339
- /**
1340
- * @internal
1341
- */
1342
- export const filterSensitiveLog = (obj: DataflowDetail): any => ({
1343
- ...obj,
1344
- ...(obj.source && { source: Source.filterSensitiveLog(obj.source) }),
1345
- ...(obj.destination && { destination: Destination.filterSensitiveLog(obj.destination) }),
1346
- });
1347
- }
1348
-
1349
- /**
1350
- * <p>Elevation angle of the satellite in the sky during a contact.</p>
1351
- */
1352
- export interface Elevation {
1353
- /**
1354
- * <p>Elevation angle value.</p>
1355
- */
1356
- value: number | undefined;
1357
-
1358
- /**
1359
- * <p>Elevation angle units.</p>
1360
- */
1361
- unit: AngleUnits | string | undefined;
1362
- }
1363
-
1364
- export namespace Elevation {
1365
- /**
1366
- * @internal
1367
- */
1368
- export const filterSensitiveLog = (obj: Elevation): any => ({
1369
- ...obj,
1370
- });
1371
- }
1372
-
1373
- /**
1374
- * <p/>
1375
- */
1376
- export interface DescribeContactResponse {
1377
- /**
1378
- * <p>UUID of a contact.</p>
1379
- */
1380
- contactId?: string;
1381
-
1382
- /**
1383
- * <p>ARN of a mission profile.</p>
1384
- */
1385
- missionProfileArn?: string;
1386
-
1387
- /**
1388
- * <p>ARN of a satellite.</p>
1389
- */
1390
- satelliteArn?: string;
1391
-
1392
- /**
1393
- * <p>Start time of a contact.</p>
1394
- */
1395
- startTime?: Date;
1396
-
1397
- /**
1398
- * <p>End time of a contact.</p>
1399
- */
1400
- endTime?: Date;
1401
-
1402
- /**
1403
- * <p>Amount of time prior to contact start you’d like to receive a CloudWatch event indicating an upcoming pass.</p>
1404
- */
1405
- prePassStartTime?: Date;
1406
-
1407
- /**
1408
- * <p>Amount of time after a contact ends that you’d like to receive a CloudWatch event indicating the pass has finished.</p>
1409
- */
1410
- postPassEndTime?: Date;
1411
-
1412
- /**
1413
- * <p>Ground station for a contact.</p>
1414
- */
1415
- groundStation?: string;
1416
-
1417
- /**
1418
- * <p>Status of a contact.</p>
1419
- */
1420
- contactStatus?: ContactStatus | string;
1421
-
1422
- /**
1423
- * <p>Error message for a contact.</p>
1424
- */
1425
- errorMessage?: string;
1426
-
1427
- /**
1428
- * <p>Maximum elevation angle of a contact.</p>
1429
- */
1430
- maximumElevation?: Elevation;
1431
-
1432
- /**
1433
- * <p>Tags assigned to a contact.</p>
1434
- */
1435
- tags?: { [key: string]: string };
1436
-
1437
- /**
1438
- * <p>Region of a contact.</p>
1439
- */
1440
- region?: string;
1441
-
1442
- /**
1443
- * <p>List describing source and destination details for each dataflow edge.</p>
1444
- */
1445
- dataflowList?: DataflowDetail[];
1446
- }
1447
-
1448
- export namespace DescribeContactResponse {
1449
- /**
1450
- * @internal
1451
- */
1452
- export const filterSensitiveLog = (obj: DescribeContactResponse): any => ({
1453
- ...obj,
1454
- ...(obj.dataflowList && { dataflowList: obj.dataflowList.map((item) => DataflowDetail.filterSensitiveLog(item)) }),
1455
- });
1456
- }
1457
-
1458
- /**
1459
- * <p/>
1460
- */
1461
- export interface ListContactsRequest {
1462
- /**
1463
- * <p>Maximum number of contacts returned.</p>
1464
- */
1465
- maxResults?: number;
1466
-
1467
- /**
1468
- * <p>Next token returned in the request of a previous <code>ListContacts</code> call. Used to get the next page of results.</p>
1469
- */
1470
- nextToken?: string;
1471
-
1472
- /**
1473
- * <p>Status of a contact reservation.</p>
1474
- */
1475
- statusList: (ContactStatus | string)[] | undefined;
1476
-
1477
- /**
1478
- * <p>Start time of a contact.</p>
1479
- */
1480
- startTime: Date | undefined;
1481
-
1482
- /**
1483
- * <p>End time of a contact.</p>
1484
- */
1485
- endTime: Date | undefined;
1486
-
1487
- /**
1488
- * <p>Name of a ground station.</p>
1489
- */
1490
- groundStation?: string;
1491
-
1492
- /**
1493
- * <p>ARN of a satellite.</p>
1494
- */
1495
- satelliteArn?: string;
1496
-
1497
- /**
1498
- * <p>ARN of a mission profile.</p>
1499
- */
1500
- missionProfileArn?: string;
1501
- }
1502
-
1503
- export namespace ListContactsRequest {
1504
- /**
1505
- * @internal
1506
- */
1507
- export const filterSensitiveLog = (obj: ListContactsRequest): any => ({
1508
- ...obj,
1509
- });
1510
- }
1511
-
1512
- /**
1513
- * <p>Data describing a contact.</p>
1514
- */
1515
- export interface ContactData {
1516
- /**
1517
- * <p>UUID of a contact.</p>
1518
- */
1519
- contactId?: string;
1520
-
1521
- /**
1522
- * <p>ARN of a mission profile.</p>
1523
- */
1524
- missionProfileArn?: string;
1525
-
1526
- /**
1527
- * <p>ARN of a satellite.</p>
1528
- */
1529
- satelliteArn?: string;
1530
-
1531
- /**
1532
- * <p>Start time of a contact.</p>
1533
- */
1534
- startTime?: Date;
1535
-
1536
- /**
1537
- * <p>End time of a contact.</p>
1538
- */
1539
- endTime?: Date;
1540
-
1541
- /**
1542
- * <p>Amount of time prior to contact start you’d like to receive a CloudWatch event indicating an upcoming pass.</p>
1543
- */
1544
- prePassStartTime?: Date;
1545
-
1546
- /**
1547
- * <p>Amount of time after a contact ends that you’d like to receive a CloudWatch event indicating the pass has finished.</p>
1548
- */
1549
- postPassEndTime?: Date;
1550
-
1551
- /**
1552
- * <p>Name of a ground station.</p>
1553
- */
1554
- groundStation?: string;
1555
-
1556
- /**
1557
- * <p>Status of a contact.</p>
1558
- */
1559
- contactStatus?: ContactStatus | string;
1560
-
1561
- /**
1562
- * <p>Error message of a contact.</p>
1563
- */
1564
- errorMessage?: string;
1565
-
1566
- /**
1567
- * <p>Maximum elevation angle of a contact.</p>
1568
- */
1569
- maximumElevation?: Elevation;
1570
-
1571
- /**
1572
- * <p>Region of a contact.</p>
1573
- */
1574
- region?: string;
1575
-
1576
- /**
1577
- * <p>Tags assigned to a contact.</p>
1578
- */
1579
- tags?: { [key: string]: string };
1580
- }
1581
-
1582
- export namespace ContactData {
1583
- /**
1584
- * @internal
1585
- */
1586
- export const filterSensitiveLog = (obj: ContactData): any => ({
1587
- ...obj,
1588
- });
1589
- }
1590
-
1591
- /**
1592
- * <p/>
1593
- */
1594
- export interface ListContactsResponse {
1595
- /**
1596
- * <p>Next token returned in the response of a previous <code>ListContacts</code> call. Used to get the next page of results.</p>
1597
- */
1598
- nextToken?: string;
1599
-
1600
- /**
1601
- * <p>List of contacts.</p>
1602
- */
1603
- contactList?: ContactData[];
1604
- }
1605
-
1606
- export namespace ListContactsResponse {
1607
- /**
1608
- * @internal
1609
- */
1610
- export const filterSensitiveLog = (obj: ListContactsResponse): any => ({
1611
- ...obj,
1612
- });
1613
- }
1614
-
1615
- /**
1616
- * <p/>
1617
- */
1618
- export interface ReserveContactRequest {
1619
- /**
1620
- * <p>ARN of a mission profile.</p>
1621
- */
1622
- missionProfileArn: string | undefined;
1623
-
1624
- /**
1625
- * <p>ARN of a satellite</p>
1626
- */
1627
- satelliteArn: string | undefined;
1628
-
1629
- /**
1630
- * <p>Start time of a contact.</p>
1631
- */
1632
- startTime: Date | undefined;
1633
-
1634
- /**
1635
- * <p>End time of a contact.</p>
1636
- */
1637
- endTime: Date | undefined;
1638
-
1639
- /**
1640
- * <p>Name of a ground station.</p>
1641
- */
1642
- groundStation: string | undefined;
1643
-
1644
- /**
1645
- * <p>Tags assigned to a contact.</p>
1646
- */
1647
- tags?: { [key: string]: string };
1648
- }
1649
-
1650
- export namespace ReserveContactRequest {
1651
- /**
1652
- * @internal
1653
- */
1654
- export const filterSensitiveLog = (obj: ReserveContactRequest): any => ({
1655
- ...obj,
1656
- });
1657
- }
1658
-
1659
- /**
1660
- * <p/>
1661
- */
1662
- export interface CreateDataflowEndpointGroupRequest {
1663
- /**
1664
- * <p>Endpoint details of each endpoint in the dataflow endpoint group.</p>
1665
- */
1666
- endpointDetails: EndpointDetails[] | undefined;
1667
-
1668
- /**
1669
- * <p>Tags of a dataflow endpoint group.</p>
1670
- */
1671
- tags?: { [key: string]: string };
1672
- }
1673
-
1674
- export namespace CreateDataflowEndpointGroupRequest {
1675
- /**
1676
- * @internal
1677
- */
1678
- export const filterSensitiveLog = (obj: CreateDataflowEndpointGroupRequest): any => ({
1679
- ...obj,
1680
- });
1681
- }
1682
-
1683
- /**
1684
- * <p/>
1685
- */
1686
- export interface DataflowEndpointGroupIdResponse {
1687
- /**
1688
- * <p>UUID of a dataflow endpoint group.</p>
1689
- */
1690
- dataflowEndpointGroupId?: string;
1691
- }
1692
-
1693
- export namespace DataflowEndpointGroupIdResponse {
1694
- /**
1695
- * @internal
1696
- */
1697
- export const filterSensitiveLog = (obj: DataflowEndpointGroupIdResponse): any => ({
1698
- ...obj,
1699
- });
1700
- }
1701
-
1702
- /**
1703
- * <p/>
1704
- */
1705
- export interface CreateMissionProfileRequest {
1706
- /**
1707
- * <p>Name of a mission profile.</p>
1708
- */
1709
- name: string | undefined;
1710
-
1711
- /**
1712
- * <p>Amount of time prior to contact start you’d like to receive a CloudWatch event indicating an upcoming pass.</p>
1713
- */
1714
- contactPrePassDurationSeconds?: number;
1715
-
1716
- /**
1717
- * <p>Amount of time after a contact ends that you’d like to receive a CloudWatch event indicating the pass has finished.</p>
1718
- */
1719
- contactPostPassDurationSeconds?: number;
1720
-
1721
- /**
1722
- * <p>Smallest amount of time in seconds that you’d like to see for an available contact. AWS Ground Station will not present you with contacts shorter than this duration.</p>
1723
- */
1724
- minimumViableContactDurationSeconds: number | undefined;
1725
-
1726
- /**
1727
- * <p>A list of lists of ARNs. Each list of ARNs is an edge, with a <i>from</i>
1728
- * <code>Config</code> and a <i>to</i>
1729
- * <code>Config</code>.</p>
1730
- */
1731
- dataflowEdges: string[][] | undefined;
1732
-
1733
- /**
1734
- * <p>ARN of a tracking <code>Config</code>.</p>
1735
- */
1736
- trackingConfigArn: string | undefined;
1737
-
1738
- /**
1739
- * <p>Tags assigned to a mission profile.</p>
1740
- */
1741
- tags?: { [key: string]: string };
1742
- }
1743
-
1744
- export namespace CreateMissionProfileRequest {
1745
- /**
1746
- * @internal
1747
- */
1748
- export const filterSensitiveLog = (obj: CreateMissionProfileRequest): any => ({
1749
- ...obj,
1750
- });
1751
- }
1752
-
1753
- /**
1754
- * <p/>
1755
- */
1756
- export interface MissionProfileIdResponse {
1757
- /**
1758
- * <p>UUID of a mission profile.</p>
1759
- */
1760
- missionProfileId?: string;
1761
- }
1762
-
1763
- export namespace MissionProfileIdResponse {
1764
- /**
1765
- * @internal
1766
- */
1767
- export const filterSensitiveLog = (obj: MissionProfileIdResponse): any => ({
1768
- ...obj,
1769
- });
1770
- }
1771
-
1772
- /**
1773
- * <p/>
1774
- */
1775
- export interface DeleteDataflowEndpointGroupRequest {
1776
- /**
1777
- * <p>UUID of a dataflow endpoint group.</p>
1778
- */
1779
- dataflowEndpointGroupId: string | undefined;
1780
- }
1781
-
1782
- export namespace DeleteDataflowEndpointGroupRequest {
1783
- /**
1784
- * @internal
1785
- */
1786
- export const filterSensitiveLog = (obj: DeleteDataflowEndpointGroupRequest): any => ({
1787
- ...obj,
1788
- });
1789
- }
1790
-
1791
- /**
1792
- * <p/>
1793
- */
1794
- export interface GetDataflowEndpointGroupRequest {
1795
- /**
1796
- * <p>UUID of a dataflow endpoint group.</p>
1797
- */
1798
- dataflowEndpointGroupId: string | undefined;
1799
- }
1800
-
1801
- export namespace GetDataflowEndpointGroupRequest {
1802
- /**
1803
- * @internal
1804
- */
1805
- export const filterSensitiveLog = (obj: GetDataflowEndpointGroupRequest): any => ({
1806
- ...obj,
1807
- });
1808
- }
1809
-
1810
- /**
1811
- * <p/>
1812
- */
1813
- export interface GetDataflowEndpointGroupResponse {
1814
- /**
1815
- * <p>UUID of a dataflow endpoint group.</p>
1816
- */
1817
- dataflowEndpointGroupId?: string;
1818
-
1819
- /**
1820
- * <p>ARN of a dataflow endpoint group.</p>
1821
- */
1822
- dataflowEndpointGroupArn?: string;
1823
-
1824
- /**
1825
- * <p>Details of a dataflow endpoint.</p>
1826
- */
1827
- endpointsDetails?: EndpointDetails[];
1828
-
1829
- /**
1830
- * <p>Tags assigned to a dataflow endpoint group.</p>
1831
- */
1832
- tags?: { [key: string]: string };
1833
- }
1834
-
1835
- export namespace GetDataflowEndpointGroupResponse {
1836
- /**
1837
- * @internal
1838
- */
1839
- export const filterSensitiveLog = (obj: GetDataflowEndpointGroupResponse): any => ({
1840
- ...obj,
1841
- });
1842
- }
1843
-
1844
- /**
1845
- * <p/>
1846
- */
1847
- export interface ListDataflowEndpointGroupsRequest {
1848
- /**
1849
- * <p>Maximum number of dataflow endpoint groups returned.</p>
1850
- */
1851
- maxResults?: number;
1852
-
1853
- /**
1854
- * <p>Next token returned in the request of a previous <code>ListDataflowEndpointGroups</code> call. Used to get the next page of results.</p>
1855
- */
1856
- nextToken?: string;
1857
- }
1858
-
1859
- export namespace ListDataflowEndpointGroupsRequest {
1860
- /**
1861
- * @internal
1862
- */
1863
- export const filterSensitiveLog = (obj: ListDataflowEndpointGroupsRequest): any => ({
1864
- ...obj,
1865
- });
1866
- }
1867
-
1868
- /**
1869
- * <p>Item in a list of <code>DataflowEndpoint</code> groups.</p>
1870
- */
1871
- export interface DataflowEndpointListItem {
1872
- /**
1873
- * <p>UUID of a dataflow endpoint group.</p>
1874
- */
1875
- dataflowEndpointGroupId?: string;
1876
-
1877
- /**
1878
- * <p>ARN of a dataflow endpoint group.</p>
1879
- */
1880
- dataflowEndpointGroupArn?: string;
1881
- }
1882
-
1883
- export namespace DataflowEndpointListItem {
1884
- /**
1885
- * @internal
1886
- */
1887
- export const filterSensitiveLog = (obj: DataflowEndpointListItem): any => ({
1888
- ...obj,
1889
- });
1890
- }
1891
-
1892
- /**
1893
- * <p/>
1894
- */
1895
- export interface ListDataflowEndpointGroupsResponse {
1896
- /**
1897
- * <p>Next token returned in the response of a previous <code>ListDataflowEndpointGroups</code> call. Used to get the next page of results.</p>
1898
- */
1899
- nextToken?: string;
1900
-
1901
- /**
1902
- * <p>A list of dataflow endpoint groups.</p>
1903
- */
1904
- dataflowEndpointGroupList?: DataflowEndpointListItem[];
1905
- }
1906
-
1907
- export namespace ListDataflowEndpointGroupsResponse {
1908
- /**
1909
- * @internal
1910
- */
1911
- export const filterSensitiveLog = (obj: ListDataflowEndpointGroupsResponse): any => ({
1912
- ...obj,
1913
- });
1914
- }
1915
-
1916
- /**
1917
- * <p/>
1918
- */
1919
- export interface DeleteMissionProfileRequest {
1920
- /**
1921
- * <p>UUID of a mission profile.</p>
1922
- */
1923
- missionProfileId: string | undefined;
1924
- }
1925
-
1926
- export namespace DeleteMissionProfileRequest {
1927
- /**
1928
- * @internal
1929
- */
1930
- export const filterSensitiveLog = (obj: DeleteMissionProfileRequest): any => ({
1931
- ...obj,
1932
- });
1933
- }
1934
-
1935
- /**
1936
- * <p/>
1937
- */
1938
- export interface GetMinuteUsageRequest {
1939
- /**
1940
- * <p>The month being requested, with a value of 1-12.</p>
1941
- */
1942
- month: number | undefined;
1943
-
1944
- /**
1945
- * <p>The year being requested, in the format of YYYY.</p>
1946
- */
1947
- year: number | undefined;
1948
- }
1949
-
1950
- export namespace GetMinuteUsageRequest {
1951
- /**
1952
- * @internal
1953
- */
1954
- export const filterSensitiveLog = (obj: GetMinuteUsageRequest): any => ({
1955
- ...obj,
1956
- });
1957
- }
1958
-
1959
- /**
1960
- * <p/>
1961
- */
1962
- export interface GetMinuteUsageResponse {
1963
- /**
1964
- * <p>Returns whether or not an account has signed up for the reserved minutes pricing plan, specific to the month being requested.</p>
1965
- */
1966
- isReservedMinutesCustomer?: boolean;
1967
-
1968
- /**
1969
- * <p>Total number of reserved minutes allocated, specific to the month being requested.</p>
1970
- */
1971
- totalReservedMinuteAllocation?: number;
1972
-
1973
- /**
1974
- * <p>Upcoming minutes scheduled for an account, specific to the month being requested.</p>
1975
- */
1976
- upcomingMinutesScheduled?: number;
1977
-
1978
- /**
1979
- * <p>Total scheduled minutes for an account, specific to the month being requested.</p>
1980
- */
1981
- totalScheduledMinutes?: number;
1982
-
1983
- /**
1984
- * <p>Estimated number of minutes remaining for an account, specific to the month being requested.</p>
1985
- */
1986
- estimatedMinutesRemaining?: number;
1987
- }
1988
-
1989
- export namespace GetMinuteUsageResponse {
1990
- /**
1991
- * @internal
1992
- */
1993
- export const filterSensitiveLog = (obj: GetMinuteUsageResponse): any => ({
1994
- ...obj,
1995
- });
1996
- }
1997
-
1998
- /**
1999
- * <p/>
2000
- */
2001
- export interface GetMissionProfileRequest {
2002
- /**
2003
- * <p>UUID of a mission profile.</p>
2004
- */
2005
- missionProfileId: string | undefined;
2006
- }
2007
-
2008
- export namespace GetMissionProfileRequest {
2009
- /**
2010
- * @internal
2011
- */
2012
- export const filterSensitiveLog = (obj: GetMissionProfileRequest): any => ({
2013
- ...obj,
2014
- });
2015
- }
2016
-
2017
- /**
2018
- * <p/>
2019
- */
2020
- export interface GetMissionProfileResponse {
2021
- /**
2022
- * <p>UUID of a mission profile.</p>
2023
- */
2024
- missionProfileId?: string;
2025
-
2026
- /**
2027
- * <p>ARN of a mission profile.</p>
2028
- */
2029
- missionProfileArn?: string;
2030
-
2031
- /**
2032
- * <p>Name of a mission profile.</p>
2033
- */
2034
- name?: string;
2035
-
2036
- /**
2037
- * <p>Region of a mission profile.</p>
2038
- */
2039
- region?: string;
2040
-
2041
- /**
2042
- * <p>Amount of time prior to contact start you’d like to receive a CloudWatch event indicating an upcoming pass.</p>
2043
- */
2044
- contactPrePassDurationSeconds?: number;
2045
-
2046
- /**
2047
- * <p>Amount of time after a contact ends that you’d like to receive a CloudWatch event indicating the pass has finished.</p>
2048
- */
2049
- contactPostPassDurationSeconds?: number;
2050
-
2051
- /**
2052
- * <p>Smallest amount of time in seconds that you’d like to see for an available contact. AWS Ground Station will not present you with contacts shorter than this duration.</p>
2053
- */
2054
- minimumViableContactDurationSeconds?: number;
2055
-
2056
- /**
2057
- * <p>A list of lists of ARNs. Each list of ARNs is an edge, with a <i>from</i>
2058
- * <code>Config</code> and a <i>to</i>
2059
- * <code>Config</code>.</p>
2060
- */
2061
- dataflowEdges?: string[][];
2062
-
2063
- /**
2064
- * <p>ARN of a tracking <code>Config</code>.</p>
2065
- */
2066
- trackingConfigArn?: string;
2067
-
2068
- /**
2069
- * <p>Tags assigned to a mission profile.</p>
2070
- */
2071
- tags?: { [key: string]: string };
2072
- }
2073
-
2074
- export namespace GetMissionProfileResponse {
2075
- /**
2076
- * @internal
2077
- */
2078
- export const filterSensitiveLog = (obj: GetMissionProfileResponse): any => ({
2079
- ...obj,
2080
- });
2081
- }
2082
-
2083
- /**
2084
- * <p/>
2085
- */
2086
- export interface GetSatelliteRequest {
2087
- /**
2088
- * <p>UUID of a satellite.</p>
2089
- */
2090
- satelliteId: string | undefined;
2091
- }
2092
-
2093
- export namespace GetSatelliteRequest {
2094
- /**
2095
- * @internal
2096
- */
2097
- export const filterSensitiveLog = (obj: GetSatelliteRequest): any => ({
2098
- ...obj,
2099
- });
2100
- }
2101
-
2102
- /**
2103
- * <p/>
2104
- */
2105
- export interface GetSatelliteResponse {
2106
- /**
2107
- * <p>UUID of a satellite.</p>
2108
- */
2109
- satelliteId?: string;
2110
-
2111
- /**
2112
- * <p>ARN of a satellite.</p>
2113
- */
2114
- satelliteArn?: string;
2115
-
2116
- /**
2117
- * <p>NORAD satellite ID number.</p>
2118
- */
2119
- noradSatelliteID?: number;
2120
-
2121
- /**
2122
- * <p>A list of ground stations to which the satellite is on-boarded.</p>
2123
- */
2124
- groundStations?: string[];
2125
- }
2126
-
2127
- export namespace GetSatelliteResponse {
2128
- /**
2129
- * @internal
2130
- */
2131
- export const filterSensitiveLog = (obj: GetSatelliteResponse): any => ({
2132
- ...obj,
2133
- });
2134
- }
2135
-
2136
- /**
2137
- * <p/>
2138
- */
2139
- export interface ListGroundStationsRequest {
2140
- /**
2141
- * <p>Satellite ID to retrieve on-boarded ground stations.</p>
2142
- */
2143
- satelliteId?: string;
2144
-
2145
- /**
2146
- * <p>Maximum number of ground stations returned.</p>
2147
- */
2148
- maxResults?: number;
2149
-
2150
- /**
2151
- * <p>Next token that can be supplied in the next call to get the next page of ground stations.</p>
2152
- */
2153
- nextToken?: string;
2154
- }
2155
-
2156
- export namespace ListGroundStationsRequest {
2157
- /**
2158
- * @internal
2159
- */
2160
- export const filterSensitiveLog = (obj: ListGroundStationsRequest): any => ({
2161
- ...obj,
2162
- });
2163
- }
2164
-
2165
- /**
2166
- * <p>Information about the ground station data.</p>
2167
- */
2168
- export interface GroundStationData {
2169
- /**
2170
- * <p>UUID of a ground station.</p>
2171
- */
2172
- groundStationId?: string;
2173
-
2174
- /**
2175
- * <p>Name of a ground station.</p>
2176
- */
2177
- groundStationName?: string;
2178
-
2179
- /**
2180
- * <p>Ground station Region.</p>
2181
- */
2182
- region?: string;
2183
- }
2184
-
2185
- export namespace GroundStationData {
2186
- /**
2187
- * @internal
2188
- */
2189
- export const filterSensitiveLog = (obj: GroundStationData): any => ({
2190
- ...obj,
2191
- });
2192
- }
2193
-
2194
- /**
2195
- * <p/>
2196
- */
2197
- export interface ListGroundStationsResponse {
2198
- /**
2199
- * <p>Next token that can be supplied in the next call to get the next page of ground stations.</p>
2200
- */
2201
- nextToken?: string;
2202
-
2203
- /**
2204
- * <p>List of ground stations.</p>
2205
- */
2206
- groundStationList?: GroundStationData[];
2207
- }
2208
-
2209
- export namespace ListGroundStationsResponse {
2210
- /**
2211
- * @internal
2212
- */
2213
- export const filterSensitiveLog = (obj: ListGroundStationsResponse): any => ({
2214
- ...obj,
2215
- });
2216
- }
2217
-
2218
- /**
2219
- * <p/>
2220
- */
2221
- export interface ListTagsForResourceRequest {
2222
- /**
2223
- * <p>ARN of a resource.</p>
2224
- */
2225
- resourceArn: string | undefined;
2226
- }
2227
-
2228
- export namespace ListTagsForResourceRequest {
2229
- /**
2230
- * @internal
2231
- */
2232
- export const filterSensitiveLog = (obj: ListTagsForResourceRequest): any => ({
2233
- ...obj,
2234
- });
2235
- }
2236
-
2237
- /**
2238
- * <p/>
2239
- */
2240
- export interface ListTagsForResourceResponse {
2241
- /**
2242
- * <p>Tags assigned to a resource.</p>
2243
- */
2244
- tags?: { [key: string]: string };
2245
- }
2246
-
2247
- export namespace ListTagsForResourceResponse {
2248
- /**
2249
- * @internal
2250
- */
2251
- export const filterSensitiveLog = (obj: ListTagsForResourceResponse): any => ({
2252
- ...obj,
2253
- });
2254
- }
2255
-
2256
- /**
2257
- * <p/>
2258
- */
2259
- export interface ListMissionProfilesRequest {
2260
- /**
2261
- * <p>Maximum number of mission profiles returned.</p>
2262
- */
2263
- maxResults?: number;
2264
-
2265
- /**
2266
- * <p>Next token returned in the request of a previous <code>ListMissionProfiles</code> call. Used to get the next page of results.</p>
2267
- */
2268
- nextToken?: string;
2269
- }
2270
-
2271
- export namespace ListMissionProfilesRequest {
2272
- /**
2273
- * @internal
2274
- */
2275
- export const filterSensitiveLog = (obj: ListMissionProfilesRequest): any => ({
2276
- ...obj,
2277
- });
2278
- }
2279
-
2280
- /**
2281
- * <p>Item in a list of mission profiles.</p>
2282
- */
2283
- export interface MissionProfileListItem {
2284
- /**
2285
- * <p>UUID of a mission profile.</p>
2286
- */
2287
- missionProfileId?: string;
2288
-
2289
- /**
2290
- * <p>ARN of a mission profile.</p>
2291
- */
2292
- missionProfileArn?: string;
2293
-
2294
- /**
2295
- * <p>Region of a mission profile.</p>
2296
- */
2297
- region?: string;
2298
-
2299
- /**
2300
- * <p>Name of a mission profile.</p>
2301
- */
2302
- name?: string;
2303
- }
2304
-
2305
- export namespace MissionProfileListItem {
2306
- /**
2307
- * @internal
2308
- */
2309
- export const filterSensitiveLog = (obj: MissionProfileListItem): any => ({
2310
- ...obj,
2311
- });
2312
- }
2313
-
2314
- /**
2315
- * <p/>
2316
- */
2317
- export interface ListMissionProfilesResponse {
2318
- /**
2319
- * <p>Next token returned in the response of a previous <code>ListMissionProfiles</code> call. Used to get the next page of results.</p>
2320
- */
2321
- nextToken?: string;
2322
-
2323
- /**
2324
- * <p>List of mission profiles.</p>
2325
- */
2326
- missionProfileList?: MissionProfileListItem[];
2327
- }
2328
-
2329
- export namespace ListMissionProfilesResponse {
2330
- /**
2331
- * @internal
2332
- */
2333
- export const filterSensitiveLog = (obj: ListMissionProfilesResponse): any => ({
2334
- ...obj,
2335
- });
2336
- }
2337
-
2338
- /**
2339
- * <p/>
2340
- */
2341
- export interface UpdateMissionProfileRequest {
2342
- /**
2343
- * <p>UUID of a mission profile.</p>
2344
- */
2345
- missionProfileId: string | undefined;
2346
-
2347
- /**
2348
- * <p>Name of a mission profile.</p>
2349
- */
2350
- name?: string;
2351
-
2352
- /**
2353
- * <p>Amount of time after a contact ends that you’d like to receive a CloudWatch event indicating the pass has finished.</p>
2354
- */
2355
- contactPrePassDurationSeconds?: number;
2356
-
2357
- /**
2358
- * <p>Amount of time after a contact ends that you’d like to receive a CloudWatch event indicating the pass has finished.</p>
2359
- */
2360
- contactPostPassDurationSeconds?: number;
2361
-
2362
- /**
2363
- * <p>Smallest amount of time in seconds that you’d like to see for an available contact. AWS Ground Station will not present you with contacts shorter than this duration.</p>
2364
- */
2365
- minimumViableContactDurationSeconds?: number;
2366
-
2367
- /**
2368
- * <p>A list of lists of ARNs. Each list of ARNs is an edge, with a <i>from</i>
2369
- * <code>Config</code> and a <i>to</i>
2370
- * <code>Config</code>.</p>
2371
- */
2372
- dataflowEdges?: string[][];
2373
-
2374
- /**
2375
- * <p>ARN of a tracking <code>Config</code>.</p>
2376
- */
2377
- trackingConfigArn?: string;
2378
- }
2379
-
2380
- export namespace UpdateMissionProfileRequest {
2381
- /**
2382
- * @internal
2383
- */
2384
- export const filterSensitiveLog = (obj: UpdateMissionProfileRequest): any => ({
2385
- ...obj,
2386
- });
2387
- }
2388
-
2389
- /**
2390
- * <p/>
2391
- */
2392
- export interface ListSatellitesRequest {
2393
- /**
2394
- * <p>Maximum number of satellites returned.</p>
2395
- */
2396
- maxResults?: number;
2397
-
2398
- /**
2399
- * <p>Next token that can be supplied in the next call to get the next page of satellites.</p>
2400
- */
2401
- nextToken?: string;
2402
- }
2403
-
2404
- export namespace ListSatellitesRequest {
2405
- /**
2406
- * @internal
2407
- */
2408
- export const filterSensitiveLog = (obj: ListSatellitesRequest): any => ({
2409
- ...obj,
2410
- });
2411
- }
2412
-
2413
- /**
2414
- * <p>Item in a list of satellites.</p>
2415
- */
2416
- export interface SatelliteListItem {
2417
- /**
2418
- * <p>UUID of a satellite.</p>
2419
- */
2420
- satelliteId?: string;
2421
-
2422
- /**
2423
- * <p>ARN of a satellite.</p>
2424
- */
2425
- satelliteArn?: string;
2426
-
2427
- /**
2428
- * <p>NORAD satellite ID number.</p>
2429
- */
2430
- noradSatelliteID?: number;
2431
-
2432
- /**
2433
- * <p>A list of ground stations to which the satellite is on-boarded.</p>
2434
- */
2435
- groundStations?: string[];
2436
- }
2437
-
2438
- export namespace SatelliteListItem {
2439
- /**
2440
- * @internal
2441
- */
2442
- export const filterSensitiveLog = (obj: SatelliteListItem): any => ({
2443
- ...obj,
2444
- });
2445
- }
2446
-
2447
- /**
2448
- * <p/>
2449
- */
2450
- export interface ListSatellitesResponse {
2451
- /**
2452
- * <p>Next token that can be supplied in the next call to get the next page of satellites.</p>
2453
- */
2454
- nextToken?: string;
2455
-
2456
- /**
2457
- * <p>List of satellites.</p>
2458
- */
2459
- satellites?: SatelliteListItem[];
2460
- }
2461
-
2462
- export namespace ListSatellitesResponse {
2463
- /**
2464
- * @internal
2465
- */
2466
- export const filterSensitiveLog = (obj: ListSatellitesResponse): any => ({
2467
- ...obj,
2468
- });
2469
- }
2470
-
2471
- /**
2472
- * <p/>
2473
- */
2474
- export interface TagResourceRequest {
2475
- /**
2476
- * <p>ARN of a resource tag.</p>
2477
- */
2478
- resourceArn: string | undefined;
2479
-
2480
- /**
2481
- * <p>Tags assigned to a resource.</p>
2482
- */
2483
- tags: { [key: string]: string } | undefined;
2484
- }
2485
-
2486
- export namespace TagResourceRequest {
2487
- /**
2488
- * @internal
2489
- */
2490
- export const filterSensitiveLog = (obj: TagResourceRequest): any => ({
2491
- ...obj,
2492
- });
2493
- }
2494
-
2495
- /**
2496
- * <p/>
2497
- */
2498
- export interface TagResourceResponse {}
2499
-
2500
- export namespace TagResourceResponse {
2501
- /**
2502
- * @internal
2503
- */
2504
- export const filterSensitiveLog = (obj: TagResourceResponse): any => ({
2505
- ...obj,
2506
- });
2507
- }
2508
-
2509
- /**
2510
- * <p/>
2511
- */
2512
- export interface UntagResourceRequest {
2513
- /**
2514
- * <p>ARN of a resource.</p>
2515
- */
2516
- resourceArn: string | undefined;
2517
-
2518
- /**
2519
- * <p>Keys of a resource tag.</p>
2520
- */
2521
- tagKeys: string[] | undefined;
2522
- }
2523
-
2524
- export namespace UntagResourceRequest {
2525
- /**
2526
- * @internal
2527
- */
2528
- export const filterSensitiveLog = (obj: UntagResourceRequest): any => ({
2529
- ...obj,
2530
- });
2531
- }
2532
-
2533
- /**
2534
- * <p/>
2535
- */
2536
- export interface UntagResourceResponse {}
2537
-
2538
- export namespace UntagResourceResponse {
2539
- /**
2540
- * @internal
2541
- */
2542
- export const filterSensitiveLog = (obj: UntagResourceResponse): any => ({
2543
- ...obj,
2544
- });
2545
- }