@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
@@ -5,35 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
6
  const models_0_1 = require("../models/models_0");
7
7
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
- /**
9
- * <p>Returns a list of <code>Config</code> objects.</p>
10
- * @example
11
- * Use a bare-bones client and the command you need to make an API call.
12
- * ```javascript
13
- * import { GroundStationClient, ListConfigsCommand } from "@aws-sdk/client-groundstation"; // ES Modules import
14
- * // const { GroundStationClient, ListConfigsCommand } = require("@aws-sdk/client-groundstation"); // CommonJS import
15
- * const client = new GroundStationClient(config);
16
- * const command = new ListConfigsCommand(input);
17
- * const response = await client.send(command);
18
- * ```
19
- *
20
- * @see {@link ListConfigsCommandInput} for command's `input` shape.
21
- * @see {@link ListConfigsCommandOutput} for command's `response` shape.
22
- * @see {@link GroundStationClientResolvedConfig | config} for command's `input` shape.
23
- *
24
- */
25
8
  class ListConfigsCommand extends smithy_client_1.Command {
26
- // Start section: command_properties
27
- // End section: command_properties
28
9
  constructor(input) {
29
- // Start section: command_constructor
30
10
  super();
31
11
  this.input = input;
32
- // End section: command_constructor
33
12
  }
34
- /**
35
- * @internal
36
- */
37
13
  resolveMiddleware(clientStack, configuration, options) {
38
14
  this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
39
15
  const stack = clientStack.concat(this.middlewareStack);
@@ -58,4 +34,3 @@ class ListConfigsCommand extends smithy_client_1.Command {
58
34
  }
59
35
  }
60
36
  exports.ListConfigsCommand = ListConfigsCommand;
61
- //# sourceMappingURL=ListConfigsCommand.js.map
@@ -5,38 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
6
  const models_0_1 = require("../models/models_0");
7
7
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
- /**
9
- * <p>Returns a list of contacts.</p>
10
- * <p>If <code>statusList</code> contains AVAILABLE, the request must include
11
- * <code>groundStation</code>, <code>missionprofileArn</code>, and <code>satelliteArn</code>.
12
- * </p>
13
- * @example
14
- * Use a bare-bones client and the command you need to make an API call.
15
- * ```javascript
16
- * import { GroundStationClient, ListContactsCommand } from "@aws-sdk/client-groundstation"; // ES Modules import
17
- * // const { GroundStationClient, ListContactsCommand } = require("@aws-sdk/client-groundstation"); // CommonJS import
18
- * const client = new GroundStationClient(config);
19
- * const command = new ListContactsCommand(input);
20
- * const response = await client.send(command);
21
- * ```
22
- *
23
- * @see {@link ListContactsCommandInput} for command's `input` shape.
24
- * @see {@link ListContactsCommandOutput} for command's `response` shape.
25
- * @see {@link GroundStationClientResolvedConfig | config} for command's `input` shape.
26
- *
27
- */
28
8
  class ListContactsCommand extends smithy_client_1.Command {
29
- // Start section: command_properties
30
- // End section: command_properties
31
9
  constructor(input) {
32
- // Start section: command_constructor
33
10
  super();
34
11
  this.input = input;
35
- // End section: command_constructor
36
12
  }
37
- /**
38
- * @internal
39
- */
40
13
  resolveMiddleware(clientStack, configuration, options) {
41
14
  this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
42
15
  const stack = clientStack.concat(this.middlewareStack);
@@ -61,4 +34,3 @@ class ListContactsCommand extends smithy_client_1.Command {
61
34
  }
62
35
  }
63
36
  exports.ListContactsCommand = ListContactsCommand;
64
- //# sourceMappingURL=ListContactsCommand.js.map
@@ -5,35 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
6
  const models_0_1 = require("../models/models_0");
7
7
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
- /**
9
- * <p>Returns a list of <code>DataflowEndpoint</code> groups.</p>
10
- * @example
11
- * Use a bare-bones client and the command you need to make an API call.
12
- * ```javascript
13
- * import { GroundStationClient, ListDataflowEndpointGroupsCommand } from "@aws-sdk/client-groundstation"; // ES Modules import
14
- * // const { GroundStationClient, ListDataflowEndpointGroupsCommand } = require("@aws-sdk/client-groundstation"); // CommonJS import
15
- * const client = new GroundStationClient(config);
16
- * const command = new ListDataflowEndpointGroupsCommand(input);
17
- * const response = await client.send(command);
18
- * ```
19
- *
20
- * @see {@link ListDataflowEndpointGroupsCommandInput} for command's `input` shape.
21
- * @see {@link ListDataflowEndpointGroupsCommandOutput} for command's `response` shape.
22
- * @see {@link GroundStationClientResolvedConfig | config} for command's `input` shape.
23
- *
24
- */
25
8
  class ListDataflowEndpointGroupsCommand extends smithy_client_1.Command {
26
- // Start section: command_properties
27
- // End section: command_properties
28
9
  constructor(input) {
29
- // Start section: command_constructor
30
10
  super();
31
11
  this.input = input;
32
- // End section: command_constructor
33
12
  }
34
- /**
35
- * @internal
36
- */
37
13
  resolveMiddleware(clientStack, configuration, options) {
38
14
  this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
39
15
  const stack = clientStack.concat(this.middlewareStack);
@@ -58,4 +34,3 @@ class ListDataflowEndpointGroupsCommand extends smithy_client_1.Command {
58
34
  }
59
35
  }
60
36
  exports.ListDataflowEndpointGroupsCommand = ListDataflowEndpointGroupsCommand;
61
- //# sourceMappingURL=ListDataflowEndpointGroupsCommand.js.map
@@ -5,35 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
6
  const models_0_1 = require("../models/models_0");
7
7
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
- /**
9
- * <p>Returns a list of ground stations. </p>
10
- * @example
11
- * Use a bare-bones client and the command you need to make an API call.
12
- * ```javascript
13
- * import { GroundStationClient, ListGroundStationsCommand } from "@aws-sdk/client-groundstation"; // ES Modules import
14
- * // const { GroundStationClient, ListGroundStationsCommand } = require("@aws-sdk/client-groundstation"); // CommonJS import
15
- * const client = new GroundStationClient(config);
16
- * const command = new ListGroundStationsCommand(input);
17
- * const response = await client.send(command);
18
- * ```
19
- *
20
- * @see {@link ListGroundStationsCommandInput} for command's `input` shape.
21
- * @see {@link ListGroundStationsCommandOutput} for command's `response` shape.
22
- * @see {@link GroundStationClientResolvedConfig | config} for command's `input` shape.
23
- *
24
- */
25
8
  class ListGroundStationsCommand extends smithy_client_1.Command {
26
- // Start section: command_properties
27
- // End section: command_properties
28
9
  constructor(input) {
29
- // Start section: command_constructor
30
10
  super();
31
11
  this.input = input;
32
- // End section: command_constructor
33
12
  }
34
- /**
35
- * @internal
36
- */
37
13
  resolveMiddleware(clientStack, configuration, options) {
38
14
  this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
39
15
  const stack = clientStack.concat(this.middlewareStack);
@@ -58,4 +34,3 @@ class ListGroundStationsCommand extends smithy_client_1.Command {
58
34
  }
59
35
  }
60
36
  exports.ListGroundStationsCommand = ListGroundStationsCommand;
61
- //# sourceMappingURL=ListGroundStationsCommand.js.map
@@ -5,35 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
6
  const models_0_1 = require("../models/models_0");
7
7
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
- /**
9
- * <p>Returns a list of mission profiles.</p>
10
- * @example
11
- * Use a bare-bones client and the command you need to make an API call.
12
- * ```javascript
13
- * import { GroundStationClient, ListMissionProfilesCommand } from "@aws-sdk/client-groundstation"; // ES Modules import
14
- * // const { GroundStationClient, ListMissionProfilesCommand } = require("@aws-sdk/client-groundstation"); // CommonJS import
15
- * const client = new GroundStationClient(config);
16
- * const command = new ListMissionProfilesCommand(input);
17
- * const response = await client.send(command);
18
- * ```
19
- *
20
- * @see {@link ListMissionProfilesCommandInput} for command's `input` shape.
21
- * @see {@link ListMissionProfilesCommandOutput} for command's `response` shape.
22
- * @see {@link GroundStationClientResolvedConfig | config} for command's `input` shape.
23
- *
24
- */
25
8
  class ListMissionProfilesCommand extends smithy_client_1.Command {
26
- // Start section: command_properties
27
- // End section: command_properties
28
9
  constructor(input) {
29
- // Start section: command_constructor
30
10
  super();
31
11
  this.input = input;
32
- // End section: command_constructor
33
12
  }
34
- /**
35
- * @internal
36
- */
37
13
  resolveMiddleware(clientStack, configuration, options) {
38
14
  this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
39
15
  const stack = clientStack.concat(this.middlewareStack);
@@ -58,4 +34,3 @@ class ListMissionProfilesCommand extends smithy_client_1.Command {
58
34
  }
59
35
  }
60
36
  exports.ListMissionProfilesCommand = ListMissionProfilesCommand;
61
- //# sourceMappingURL=ListMissionProfilesCommand.js.map
@@ -5,35 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
6
  const models_0_1 = require("../models/models_0");
7
7
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
- /**
9
- * <p>Returns a list of satellites.</p>
10
- * @example
11
- * Use a bare-bones client and the command you need to make an API call.
12
- * ```javascript
13
- * import { GroundStationClient, ListSatellitesCommand } from "@aws-sdk/client-groundstation"; // ES Modules import
14
- * // const { GroundStationClient, ListSatellitesCommand } = require("@aws-sdk/client-groundstation"); // CommonJS import
15
- * const client = new GroundStationClient(config);
16
- * const command = new ListSatellitesCommand(input);
17
- * const response = await client.send(command);
18
- * ```
19
- *
20
- * @see {@link ListSatellitesCommandInput} for command's `input` shape.
21
- * @see {@link ListSatellitesCommandOutput} for command's `response` shape.
22
- * @see {@link GroundStationClientResolvedConfig | config} for command's `input` shape.
23
- *
24
- */
25
8
  class ListSatellitesCommand extends smithy_client_1.Command {
26
- // Start section: command_properties
27
- // End section: command_properties
28
9
  constructor(input) {
29
- // Start section: command_constructor
30
10
  super();
31
11
  this.input = input;
32
- // End section: command_constructor
33
12
  }
34
- /**
35
- * @internal
36
- */
37
13
  resolveMiddleware(clientStack, configuration, options) {
38
14
  this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
39
15
  const stack = clientStack.concat(this.middlewareStack);
@@ -58,4 +34,3 @@ class ListSatellitesCommand extends smithy_client_1.Command {
58
34
  }
59
35
  }
60
36
  exports.ListSatellitesCommand = ListSatellitesCommand;
61
- //# sourceMappingURL=ListSatellitesCommand.js.map
@@ -5,35 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
6
  const models_0_1 = require("../models/models_0");
7
7
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
- /**
9
- * <p>Returns a list of tags for a specified resource.</p>
10
- * @example
11
- * Use a bare-bones client and the command you need to make an API call.
12
- * ```javascript
13
- * import { GroundStationClient, ListTagsForResourceCommand } from "@aws-sdk/client-groundstation"; // ES Modules import
14
- * // const { GroundStationClient, ListTagsForResourceCommand } = require("@aws-sdk/client-groundstation"); // CommonJS import
15
- * const client = new GroundStationClient(config);
16
- * const command = new ListTagsForResourceCommand(input);
17
- * const response = await client.send(command);
18
- * ```
19
- *
20
- * @see {@link ListTagsForResourceCommandInput} for command's `input` shape.
21
- * @see {@link ListTagsForResourceCommandOutput} for command's `response` shape.
22
- * @see {@link GroundStationClientResolvedConfig | config} for command's `input` shape.
23
- *
24
- */
25
8
  class ListTagsForResourceCommand extends smithy_client_1.Command {
26
- // Start section: command_properties
27
- // End section: command_properties
28
9
  constructor(input) {
29
- // Start section: command_constructor
30
10
  super();
31
11
  this.input = input;
32
- // End section: command_constructor
33
12
  }
34
- /**
35
- * @internal
36
- */
37
13
  resolveMiddleware(clientStack, configuration, options) {
38
14
  this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
39
15
  const stack = clientStack.concat(this.middlewareStack);
@@ -58,4 +34,3 @@ class ListTagsForResourceCommand extends smithy_client_1.Command {
58
34
  }
59
35
  }
60
36
  exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
61
- //# sourceMappingURL=ListTagsForResourceCommand.js.map
@@ -5,35 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
6
  const models_0_1 = require("../models/models_0");
7
7
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
- /**
9
- * <p>Reserves a contact using specified parameters.</p>
10
- * @example
11
- * Use a bare-bones client and the command you need to make an API call.
12
- * ```javascript
13
- * import { GroundStationClient, ReserveContactCommand } from "@aws-sdk/client-groundstation"; // ES Modules import
14
- * // const { GroundStationClient, ReserveContactCommand } = require("@aws-sdk/client-groundstation"); // CommonJS import
15
- * const client = new GroundStationClient(config);
16
- * const command = new ReserveContactCommand(input);
17
- * const response = await client.send(command);
18
- * ```
19
- *
20
- * @see {@link ReserveContactCommandInput} for command's `input` shape.
21
- * @see {@link ReserveContactCommandOutput} for command's `response` shape.
22
- * @see {@link GroundStationClientResolvedConfig | config} for command's `input` shape.
23
- *
24
- */
25
8
  class ReserveContactCommand extends smithy_client_1.Command {
26
- // Start section: command_properties
27
- // End section: command_properties
28
9
  constructor(input) {
29
- // Start section: command_constructor
30
10
  super();
31
11
  this.input = input;
32
- // End section: command_constructor
33
12
  }
34
- /**
35
- * @internal
36
- */
37
13
  resolveMiddleware(clientStack, configuration, options) {
38
14
  this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
39
15
  const stack = clientStack.concat(this.middlewareStack);
@@ -58,4 +34,3 @@ class ReserveContactCommand extends smithy_client_1.Command {
58
34
  }
59
35
  }
60
36
  exports.ReserveContactCommand = ReserveContactCommand;
61
- //# sourceMappingURL=ReserveContactCommand.js.map
@@ -5,35 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
6
  const models_0_1 = require("../models/models_0");
7
7
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
- /**
9
- * <p>Assigns a tag to a resource.</p>
10
- * @example
11
- * Use a bare-bones client and the command you need to make an API call.
12
- * ```javascript
13
- * import { GroundStationClient, TagResourceCommand } from "@aws-sdk/client-groundstation"; // ES Modules import
14
- * // const { GroundStationClient, TagResourceCommand } = require("@aws-sdk/client-groundstation"); // CommonJS import
15
- * const client = new GroundStationClient(config);
16
- * const command = new TagResourceCommand(input);
17
- * const response = await client.send(command);
18
- * ```
19
- *
20
- * @see {@link TagResourceCommandInput} for command's `input` shape.
21
- * @see {@link TagResourceCommandOutput} for command's `response` shape.
22
- * @see {@link GroundStationClientResolvedConfig | config} for command's `input` shape.
23
- *
24
- */
25
8
  class TagResourceCommand extends smithy_client_1.Command {
26
- // Start section: command_properties
27
- // End section: command_properties
28
9
  constructor(input) {
29
- // Start section: command_constructor
30
10
  super();
31
11
  this.input = input;
32
- // End section: command_constructor
33
12
  }
34
- /**
35
- * @internal
36
- */
37
13
  resolveMiddleware(clientStack, configuration, options) {
38
14
  this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
39
15
  const stack = clientStack.concat(this.middlewareStack);
@@ -58,4 +34,3 @@ class TagResourceCommand extends smithy_client_1.Command {
58
34
  }
59
35
  }
60
36
  exports.TagResourceCommand = TagResourceCommand;
61
- //# sourceMappingURL=TagResourceCommand.js.map
@@ -5,35 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
6
  const models_0_1 = require("../models/models_0");
7
7
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
- /**
9
- * <p>Deassigns a resource tag.</p>
10
- * @example
11
- * Use a bare-bones client and the command you need to make an API call.
12
- * ```javascript
13
- * import { GroundStationClient, UntagResourceCommand } from "@aws-sdk/client-groundstation"; // ES Modules import
14
- * // const { GroundStationClient, UntagResourceCommand } = require("@aws-sdk/client-groundstation"); // CommonJS import
15
- * const client = new GroundStationClient(config);
16
- * const command = new UntagResourceCommand(input);
17
- * const response = await client.send(command);
18
- * ```
19
- *
20
- * @see {@link UntagResourceCommandInput} for command's `input` shape.
21
- * @see {@link UntagResourceCommandOutput} for command's `response` shape.
22
- * @see {@link GroundStationClientResolvedConfig | config} for command's `input` shape.
23
- *
24
- */
25
8
  class UntagResourceCommand extends smithy_client_1.Command {
26
- // Start section: command_properties
27
- // End section: command_properties
28
9
  constructor(input) {
29
- // Start section: command_constructor
30
10
  super();
31
11
  this.input = input;
32
- // End section: command_constructor
33
12
  }
34
- /**
35
- * @internal
36
- */
37
13
  resolveMiddleware(clientStack, configuration, options) {
38
14
  this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
39
15
  const stack = clientStack.concat(this.middlewareStack);
@@ -58,4 +34,3 @@ class UntagResourceCommand extends smithy_client_1.Command {
58
34
  }
59
35
  }
60
36
  exports.UntagResourceCommand = UntagResourceCommand;
61
- //# sourceMappingURL=UntagResourceCommand.js.map
@@ -5,37 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
6
  const models_0_1 = require("../models/models_0");
7
7
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
- /**
9
- * <p>Updates the <code>Config</code> used when scheduling contacts.</p>
10
- * <p>Updating a <code>Config</code> will not update the execution parameters
11
- * for existing future contacts scheduled with this <code>Config</code>.</p>
12
- * @example
13
- * Use a bare-bones client and the command you need to make an API call.
14
- * ```javascript
15
- * import { GroundStationClient, UpdateConfigCommand } from "@aws-sdk/client-groundstation"; // ES Modules import
16
- * // const { GroundStationClient, UpdateConfigCommand } = require("@aws-sdk/client-groundstation"); // CommonJS import
17
- * const client = new GroundStationClient(config);
18
- * const command = new UpdateConfigCommand(input);
19
- * const response = await client.send(command);
20
- * ```
21
- *
22
- * @see {@link UpdateConfigCommandInput} for command's `input` shape.
23
- * @see {@link UpdateConfigCommandOutput} for command's `response` shape.
24
- * @see {@link GroundStationClientResolvedConfig | config} for command's `input` shape.
25
- *
26
- */
27
8
  class UpdateConfigCommand extends smithy_client_1.Command {
28
- // Start section: command_properties
29
- // End section: command_properties
30
9
  constructor(input) {
31
- // Start section: command_constructor
32
10
  super();
33
11
  this.input = input;
34
- // End section: command_constructor
35
12
  }
36
- /**
37
- * @internal
38
- */
39
13
  resolveMiddleware(clientStack, configuration, options) {
40
14
  this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
41
15
  const stack = clientStack.concat(this.middlewareStack);
@@ -60,4 +34,3 @@ class UpdateConfigCommand extends smithy_client_1.Command {
60
34
  }
61
35
  }
62
36
  exports.UpdateConfigCommand = UpdateConfigCommand;
63
- //# sourceMappingURL=UpdateConfigCommand.js.map
@@ -5,37 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
6
  const models_0_1 = require("../models/models_0");
7
7
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
- /**
9
- * <p>Updates a mission profile.</p>
10
- * <p>Updating a mission profile will not update the execution parameters
11
- * for existing future contacts.</p>
12
- * @example
13
- * Use a bare-bones client and the command you need to make an API call.
14
- * ```javascript
15
- * import { GroundStationClient, UpdateMissionProfileCommand } from "@aws-sdk/client-groundstation"; // ES Modules import
16
- * // const { GroundStationClient, UpdateMissionProfileCommand } = require("@aws-sdk/client-groundstation"); // CommonJS import
17
- * const client = new GroundStationClient(config);
18
- * const command = new UpdateMissionProfileCommand(input);
19
- * const response = await client.send(command);
20
- * ```
21
- *
22
- * @see {@link UpdateMissionProfileCommandInput} for command's `input` shape.
23
- * @see {@link UpdateMissionProfileCommandOutput} for command's `response` shape.
24
- * @see {@link GroundStationClientResolvedConfig | config} for command's `input` shape.
25
- *
26
- */
27
8
  class UpdateMissionProfileCommand extends smithy_client_1.Command {
28
- // Start section: command_properties
29
- // End section: command_properties
30
9
  constructor(input) {
31
- // Start section: command_constructor
32
10
  super();
33
11
  this.input = input;
34
- // End section: command_constructor
35
12
  }
36
- /**
37
- * @internal
38
- */
39
13
  resolveMiddleware(clientStack, configuration, options) {
40
14
  this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
41
15
  const stack = clientStack.concat(this.middlewareStack);
@@ -60,4 +34,3 @@ class UpdateMissionProfileCommand extends smithy_client_1.Command {
60
34
  }
61
35
  }
62
36
  exports.UpdateMissionProfileCommand = UpdateMissionProfileCommand;
63
- //# sourceMappingURL=UpdateMissionProfileCommand.js.map
@@ -0,0 +1,28 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const tslib_1 = require("tslib");
4
+ tslib_1.__exportStar(require("./CancelContactCommand"), exports);
5
+ tslib_1.__exportStar(require("./CreateConfigCommand"), exports);
6
+ tslib_1.__exportStar(require("./CreateDataflowEndpointGroupCommand"), exports);
7
+ tslib_1.__exportStar(require("./CreateMissionProfileCommand"), exports);
8
+ tslib_1.__exportStar(require("./DeleteConfigCommand"), exports);
9
+ tslib_1.__exportStar(require("./DeleteDataflowEndpointGroupCommand"), exports);
10
+ tslib_1.__exportStar(require("./DeleteMissionProfileCommand"), exports);
11
+ tslib_1.__exportStar(require("./DescribeContactCommand"), exports);
12
+ tslib_1.__exportStar(require("./GetConfigCommand"), exports);
13
+ tslib_1.__exportStar(require("./GetDataflowEndpointGroupCommand"), exports);
14
+ tslib_1.__exportStar(require("./GetMinuteUsageCommand"), exports);
15
+ tslib_1.__exportStar(require("./GetMissionProfileCommand"), exports);
16
+ tslib_1.__exportStar(require("./GetSatelliteCommand"), exports);
17
+ tslib_1.__exportStar(require("./ListConfigsCommand"), exports);
18
+ tslib_1.__exportStar(require("./ListContactsCommand"), exports);
19
+ tslib_1.__exportStar(require("./ListDataflowEndpointGroupsCommand"), exports);
20
+ tslib_1.__exportStar(require("./ListGroundStationsCommand"), exports);
21
+ tslib_1.__exportStar(require("./ListMissionProfilesCommand"), exports);
22
+ tslib_1.__exportStar(require("./ListSatellitesCommand"), exports);
23
+ tslib_1.__exportStar(require("./ListTagsForResourceCommand"), exports);
24
+ tslib_1.__exportStar(require("./ReserveContactCommand"), exports);
25
+ tslib_1.__exportStar(require("./TagResourceCommand"), exports);
26
+ tslib_1.__exportStar(require("./UntagResourceCommand"), exports);
27
+ tslib_1.__exportStar(require("./UpdateConfigCommand"), exports);
28
+ tslib_1.__exportStar(require("./UpdateMissionProfileCommand"), exports);
@@ -51,7 +51,7 @@ const partitionHash = {
51
51
  hostname: "groundstation.{region}.amazonaws.com.cn",
52
52
  },
53
53
  "aws-iso": {
54
- regions: ["us-iso-east-1"],
54
+ regions: ["us-iso-east-1", "us-iso-west-1"],
55
55
  hostname: "groundstation.{region}.c2s.ic.gov",
56
56
  },
57
57
  "aws-iso-b": {
@@ -70,4 +70,3 @@ const defaultRegionInfoProvider = async (region, options) => config_resolver_1.g
70
70
  partitionHash,
71
71
  });
72
72
  exports.defaultRegionInfoProvider = defaultRegionInfoProvider;
73
- //# sourceMappingURL=endpoints.js.map
package/dist-cjs/index.js CHANGED
@@ -1,39 +1,8 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  const tslib_1 = require("tslib");
4
- tslib_1.__exportStar(require("./GroundStationClient"), exports);
5
4
  tslib_1.__exportStar(require("./GroundStation"), exports);
6
- tslib_1.__exportStar(require("./commands/CancelContactCommand"), exports);
7
- tslib_1.__exportStar(require("./commands/CreateConfigCommand"), exports);
8
- tslib_1.__exportStar(require("./commands/CreateDataflowEndpointGroupCommand"), exports);
9
- tslib_1.__exportStar(require("./commands/CreateMissionProfileCommand"), exports);
10
- tslib_1.__exportStar(require("./commands/DeleteConfigCommand"), exports);
11
- tslib_1.__exportStar(require("./commands/DeleteDataflowEndpointGroupCommand"), exports);
12
- tslib_1.__exportStar(require("./commands/DeleteMissionProfileCommand"), exports);
13
- tslib_1.__exportStar(require("./commands/DescribeContactCommand"), exports);
14
- tslib_1.__exportStar(require("./commands/GetConfigCommand"), exports);
15
- tslib_1.__exportStar(require("./commands/GetDataflowEndpointGroupCommand"), exports);
16
- tslib_1.__exportStar(require("./commands/GetMinuteUsageCommand"), exports);
17
- tslib_1.__exportStar(require("./commands/GetMissionProfileCommand"), exports);
18
- tslib_1.__exportStar(require("./commands/GetSatelliteCommand"), exports);
19
- tslib_1.__exportStar(require("./commands/ListConfigsCommand"), exports);
20
- tslib_1.__exportStar(require("./pagination/ListConfigsPaginator"), exports);
21
- tslib_1.__exportStar(require("./commands/ListContactsCommand"), exports);
22
- tslib_1.__exportStar(require("./pagination/ListContactsPaginator"), exports);
23
- tslib_1.__exportStar(require("./commands/ListDataflowEndpointGroupsCommand"), exports);
24
- tslib_1.__exportStar(require("./pagination/ListDataflowEndpointGroupsPaginator"), exports);
25
- tslib_1.__exportStar(require("./commands/ListGroundStationsCommand"), exports);
26
- tslib_1.__exportStar(require("./pagination/ListGroundStationsPaginator"), exports);
27
- tslib_1.__exportStar(require("./commands/ListMissionProfilesCommand"), exports);
28
- tslib_1.__exportStar(require("./pagination/ListMissionProfilesPaginator"), exports);
29
- tslib_1.__exportStar(require("./commands/ListSatellitesCommand"), exports);
30
- tslib_1.__exportStar(require("./pagination/ListSatellitesPaginator"), exports);
31
- tslib_1.__exportStar(require("./commands/ListTagsForResourceCommand"), exports);
32
- tslib_1.__exportStar(require("./commands/ReserveContactCommand"), exports);
33
- tslib_1.__exportStar(require("./commands/TagResourceCommand"), exports);
34
- tslib_1.__exportStar(require("./commands/UntagResourceCommand"), exports);
35
- tslib_1.__exportStar(require("./commands/UpdateConfigCommand"), exports);
36
- tslib_1.__exportStar(require("./commands/UpdateMissionProfileCommand"), exports);
37
- tslib_1.__exportStar(require("./pagination/Interfaces"), exports);
38
- tslib_1.__exportStar(require("./models/index"), exports);
39
- //# sourceMappingURL=index.js.map
5
+ tslib_1.__exportStar(require("./GroundStationClient"), exports);
6
+ tslib_1.__exportStar(require("./commands"), exports);
7
+ tslib_1.__exportStar(require("./models"), exports);
8
+ tslib_1.__exportStar(require("./pagination"), exports);
@@ -2,4 +2,3 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  const tslib_1 = require("tslib");
4
4
  tslib_1.__exportStar(require("./models_0"), exports);
5
- //# sourceMappingURL=index.js.map