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