@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
@@ -6,32 +6,11 @@ export interface CreateMissionProfileCommandInput extends CreateMissionProfileRe
6
6
  }
7
7
  export interface CreateMissionProfileCommandOutput extends MissionProfileIdResponse, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>Creates a mission profile.</p>
11
- * <p>
12
- * <code>dataflowEdges</code> is a list of lists of strings. Each lower level list of strings
13
- * has two elements: a <i>from</i> ARN and a <i>to</i> ARN.</p>
14
- * @example
15
- * Use a bare-bones client and the command you need to make an API call.
16
- * ```javascript
17
- * import { GroundStationClient, CreateMissionProfileCommand } from "@aws-sdk/client-groundstation"; // ES Modules import
18
- * // const { GroundStationClient, CreateMissionProfileCommand } = require("@aws-sdk/client-groundstation"); // CommonJS import
19
- * const client = new GroundStationClient(config);
20
- * const command = new CreateMissionProfileCommand(input);
21
- * const response = await client.send(command);
22
- * ```
23
- *
24
- * @see {@link CreateMissionProfileCommandInput} for command's `input` shape.
25
- * @see {@link CreateMissionProfileCommandOutput} for command's `response` shape.
26
- * @see {@link GroundStationClientResolvedConfig | config} for command's `input` shape.
27
- *
28
- */
9
+
29
10
  export declare class CreateMissionProfileCommand extends $Command<CreateMissionProfileCommandInput, CreateMissionProfileCommandOutput, GroundStationClientResolvedConfig> {
30
11
  readonly input: CreateMissionProfileCommandInput;
31
12
  constructor(input: CreateMissionProfileCommandInput);
32
- /**
33
- * @internal
34
- */
13
+
35
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GroundStationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateMissionProfileCommandInput, CreateMissionProfileCommandOutput>;
36
15
  private serialize;
37
16
  private deserialize;
@@ -6,29 +6,11 @@ export interface DeleteConfigCommandInput extends DeleteConfigRequest {
6
6
  }
7
7
  export interface DeleteConfigCommandOutput extends ConfigIdResponse, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>Deletes a <code>Config</code>.</p>
11
- * @example
12
- * Use a bare-bones client and the command you need to make an API call.
13
- * ```javascript
14
- * import { GroundStationClient, DeleteConfigCommand } from "@aws-sdk/client-groundstation"; // ES Modules import
15
- * // const { GroundStationClient, DeleteConfigCommand } = require("@aws-sdk/client-groundstation"); // CommonJS import
16
- * const client = new GroundStationClient(config);
17
- * const command = new DeleteConfigCommand(input);
18
- * const response = await client.send(command);
19
- * ```
20
- *
21
- * @see {@link DeleteConfigCommandInput} for command's `input` shape.
22
- * @see {@link DeleteConfigCommandOutput} for command's `response` shape.
23
- * @see {@link GroundStationClientResolvedConfig | config} for command's `input` shape.
24
- *
25
- */
9
+
26
10
  export declare class DeleteConfigCommand extends $Command<DeleteConfigCommandInput, DeleteConfigCommandOutput, GroundStationClientResolvedConfig> {
27
11
  readonly input: DeleteConfigCommandInput;
28
12
  constructor(input: DeleteConfigCommandInput);
29
- /**
30
- * @internal
31
- */
13
+
32
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GroundStationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteConfigCommandInput, DeleteConfigCommandOutput>;
33
15
  private serialize;
34
16
  private deserialize;
@@ -6,29 +6,11 @@ export interface DeleteDataflowEndpointGroupCommandInput extends DeleteDataflowE
6
6
  }
7
7
  export interface DeleteDataflowEndpointGroupCommandOutput extends DataflowEndpointGroupIdResponse, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>Deletes a dataflow endpoint group.</p>
11
- * @example
12
- * Use a bare-bones client and the command you need to make an API call.
13
- * ```javascript
14
- * import { GroundStationClient, DeleteDataflowEndpointGroupCommand } from "@aws-sdk/client-groundstation"; // ES Modules import
15
- * // const { GroundStationClient, DeleteDataflowEndpointGroupCommand } = require("@aws-sdk/client-groundstation"); // CommonJS import
16
- * const client = new GroundStationClient(config);
17
- * const command = new DeleteDataflowEndpointGroupCommand(input);
18
- * const response = await client.send(command);
19
- * ```
20
- *
21
- * @see {@link DeleteDataflowEndpointGroupCommandInput} for command's `input` shape.
22
- * @see {@link DeleteDataflowEndpointGroupCommandOutput} for command's `response` shape.
23
- * @see {@link GroundStationClientResolvedConfig | config} for command's `input` shape.
24
- *
25
- */
9
+
26
10
  export declare class DeleteDataflowEndpointGroupCommand extends $Command<DeleteDataflowEndpointGroupCommandInput, DeleteDataflowEndpointGroupCommandOutput, GroundStationClientResolvedConfig> {
27
11
  readonly input: DeleteDataflowEndpointGroupCommandInput;
28
12
  constructor(input: DeleteDataflowEndpointGroupCommandInput);
29
- /**
30
- * @internal
31
- */
13
+
32
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GroundStationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteDataflowEndpointGroupCommandInput, DeleteDataflowEndpointGroupCommandOutput>;
33
15
  private serialize;
34
16
  private deserialize;
@@ -6,29 +6,11 @@ export interface DeleteMissionProfileCommandInput extends DeleteMissionProfileRe
6
6
  }
7
7
  export interface DeleteMissionProfileCommandOutput extends MissionProfileIdResponse, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>Deletes a mission profile.</p>
11
- * @example
12
- * Use a bare-bones client and the command you need to make an API call.
13
- * ```javascript
14
- * import { GroundStationClient, DeleteMissionProfileCommand } from "@aws-sdk/client-groundstation"; // ES Modules import
15
- * // const { GroundStationClient, DeleteMissionProfileCommand } = require("@aws-sdk/client-groundstation"); // CommonJS import
16
- * const client = new GroundStationClient(config);
17
- * const command = new DeleteMissionProfileCommand(input);
18
- * const response = await client.send(command);
19
- * ```
20
- *
21
- * @see {@link DeleteMissionProfileCommandInput} for command's `input` shape.
22
- * @see {@link DeleteMissionProfileCommandOutput} for command's `response` shape.
23
- * @see {@link GroundStationClientResolvedConfig | config} for command's `input` shape.
24
- *
25
- */
9
+
26
10
  export declare class DeleteMissionProfileCommand extends $Command<DeleteMissionProfileCommandInput, DeleteMissionProfileCommandOutput, GroundStationClientResolvedConfig> {
27
11
  readonly input: DeleteMissionProfileCommandInput;
28
12
  constructor(input: DeleteMissionProfileCommandInput);
29
- /**
30
- * @internal
31
- */
13
+
32
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GroundStationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteMissionProfileCommandInput, DeleteMissionProfileCommandOutput>;
33
15
  private serialize;
34
16
  private deserialize;
@@ -6,29 +6,11 @@ export interface DescribeContactCommandInput extends DescribeContactRequest {
6
6
  }
7
7
  export interface DescribeContactCommandOutput extends DescribeContactResponse, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>Describes an existing contact.</p>
11
- * @example
12
- * Use a bare-bones client and the command you need to make an API call.
13
- * ```javascript
14
- * import { GroundStationClient, DescribeContactCommand } from "@aws-sdk/client-groundstation"; // ES Modules import
15
- * // const { GroundStationClient, DescribeContactCommand } = require("@aws-sdk/client-groundstation"); // CommonJS import
16
- * const client = new GroundStationClient(config);
17
- * const command = new DescribeContactCommand(input);
18
- * const response = await client.send(command);
19
- * ```
20
- *
21
- * @see {@link DescribeContactCommandInput} for command's `input` shape.
22
- * @see {@link DescribeContactCommandOutput} for command's `response` shape.
23
- * @see {@link GroundStationClientResolvedConfig | config} for command's `input` shape.
24
- *
25
- */
9
+
26
10
  export declare class DescribeContactCommand extends $Command<DescribeContactCommandInput, DescribeContactCommandOutput, GroundStationClientResolvedConfig> {
27
11
  readonly input: DescribeContactCommandInput;
28
12
  constructor(input: DescribeContactCommandInput);
29
- /**
30
- * @internal
31
- */
13
+
32
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GroundStationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeContactCommandInput, DescribeContactCommandOutput>;
33
15
  private serialize;
34
16
  private deserialize;
@@ -6,30 +6,11 @@ export interface GetConfigCommandInput extends GetConfigRequest {
6
6
  }
7
7
  export interface GetConfigCommandOutput extends GetConfigResponse, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>Returns <code>Config</code> information.</p>
11
- * <p>Only one <code>Config</code> response can be returned.</p>
12
- * @example
13
- * Use a bare-bones client and the command you need to make an API call.
14
- * ```javascript
15
- * import { GroundStationClient, GetConfigCommand } from "@aws-sdk/client-groundstation"; // ES Modules import
16
- * // const { GroundStationClient, GetConfigCommand } = require("@aws-sdk/client-groundstation"); // CommonJS import
17
- * const client = new GroundStationClient(config);
18
- * const command = new GetConfigCommand(input);
19
- * const response = await client.send(command);
20
- * ```
21
- *
22
- * @see {@link GetConfigCommandInput} for command's `input` shape.
23
- * @see {@link GetConfigCommandOutput} for command's `response` shape.
24
- * @see {@link GroundStationClientResolvedConfig | config} for command's `input` shape.
25
- *
26
- */
9
+
27
10
  export declare class GetConfigCommand extends $Command<GetConfigCommandInput, GetConfigCommandOutput, GroundStationClientResolvedConfig> {
28
11
  readonly input: GetConfigCommandInput;
29
12
  constructor(input: GetConfigCommandInput);
30
- /**
31
- * @internal
32
- */
13
+
33
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GroundStationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetConfigCommandInput, GetConfigCommandOutput>;
34
15
  private serialize;
35
16
  private deserialize;
@@ -6,29 +6,11 @@ export interface GetDataflowEndpointGroupCommandInput extends GetDataflowEndpoin
6
6
  }
7
7
  export interface GetDataflowEndpointGroupCommandOutput extends GetDataflowEndpointGroupResponse, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>Returns the dataflow endpoint group.</p>
11
- * @example
12
- * Use a bare-bones client and the command you need to make an API call.
13
- * ```javascript
14
- * import { GroundStationClient, GetDataflowEndpointGroupCommand } from "@aws-sdk/client-groundstation"; // ES Modules import
15
- * // const { GroundStationClient, GetDataflowEndpointGroupCommand } = require("@aws-sdk/client-groundstation"); // CommonJS import
16
- * const client = new GroundStationClient(config);
17
- * const command = new GetDataflowEndpointGroupCommand(input);
18
- * const response = await client.send(command);
19
- * ```
20
- *
21
- * @see {@link GetDataflowEndpointGroupCommandInput} for command's `input` shape.
22
- * @see {@link GetDataflowEndpointGroupCommandOutput} for command's `response` shape.
23
- * @see {@link GroundStationClientResolvedConfig | config} for command's `input` shape.
24
- *
25
- */
9
+
26
10
  export declare class GetDataflowEndpointGroupCommand extends $Command<GetDataflowEndpointGroupCommandInput, GetDataflowEndpointGroupCommandOutput, GroundStationClientResolvedConfig> {
27
11
  readonly input: GetDataflowEndpointGroupCommandInput;
28
12
  constructor(input: GetDataflowEndpointGroupCommandInput);
29
- /**
30
- * @internal
31
- */
13
+
32
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GroundStationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetDataflowEndpointGroupCommandInput, GetDataflowEndpointGroupCommandOutput>;
33
15
  private serialize;
34
16
  private deserialize;
@@ -6,29 +6,11 @@ export interface GetMinuteUsageCommandInput extends GetMinuteUsageRequest {
6
6
  }
7
7
  export interface GetMinuteUsageCommandOutput extends GetMinuteUsageResponse, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>Returns the number of minutes used by account.</p>
11
- * @example
12
- * Use a bare-bones client and the command you need to make an API call.
13
- * ```javascript
14
- * import { GroundStationClient, GetMinuteUsageCommand } from "@aws-sdk/client-groundstation"; // ES Modules import
15
- * // const { GroundStationClient, GetMinuteUsageCommand } = require("@aws-sdk/client-groundstation"); // CommonJS import
16
- * const client = new GroundStationClient(config);
17
- * const command = new GetMinuteUsageCommand(input);
18
- * const response = await client.send(command);
19
- * ```
20
- *
21
- * @see {@link GetMinuteUsageCommandInput} for command's `input` shape.
22
- * @see {@link GetMinuteUsageCommandOutput} for command's `response` shape.
23
- * @see {@link GroundStationClientResolvedConfig | config} for command's `input` shape.
24
- *
25
- */
9
+
26
10
  export declare class GetMinuteUsageCommand extends $Command<GetMinuteUsageCommandInput, GetMinuteUsageCommandOutput, GroundStationClientResolvedConfig> {
27
11
  readonly input: GetMinuteUsageCommandInput;
28
12
  constructor(input: GetMinuteUsageCommandInput);
29
- /**
30
- * @internal
31
- */
13
+
32
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GroundStationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetMinuteUsageCommandInput, GetMinuteUsageCommandOutput>;
33
15
  private serialize;
34
16
  private deserialize;
@@ -6,29 +6,11 @@ export interface GetMissionProfileCommandInput extends GetMissionProfileRequest
6
6
  }
7
7
  export interface GetMissionProfileCommandOutput extends GetMissionProfileResponse, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>Returns a mission profile.</p>
11
- * @example
12
- * Use a bare-bones client and the command you need to make an API call.
13
- * ```javascript
14
- * import { GroundStationClient, GetMissionProfileCommand } from "@aws-sdk/client-groundstation"; // ES Modules import
15
- * // const { GroundStationClient, GetMissionProfileCommand } = require("@aws-sdk/client-groundstation"); // CommonJS import
16
- * const client = new GroundStationClient(config);
17
- * const command = new GetMissionProfileCommand(input);
18
- * const response = await client.send(command);
19
- * ```
20
- *
21
- * @see {@link GetMissionProfileCommandInput} for command's `input` shape.
22
- * @see {@link GetMissionProfileCommandOutput} for command's `response` shape.
23
- * @see {@link GroundStationClientResolvedConfig | config} for command's `input` shape.
24
- *
25
- */
9
+
26
10
  export declare class GetMissionProfileCommand extends $Command<GetMissionProfileCommandInput, GetMissionProfileCommandOutput, GroundStationClientResolvedConfig> {
27
11
  readonly input: GetMissionProfileCommandInput;
28
12
  constructor(input: GetMissionProfileCommandInput);
29
- /**
30
- * @internal
31
- */
13
+
32
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GroundStationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetMissionProfileCommandInput, GetMissionProfileCommandOutput>;
33
15
  private serialize;
34
16
  private deserialize;
@@ -6,29 +6,11 @@ export interface GetSatelliteCommandInput extends GetSatelliteRequest {
6
6
  }
7
7
  export interface GetSatelliteCommandOutput extends GetSatelliteResponse, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>Returns a satellite.</p>
11
- * @example
12
- * Use a bare-bones client and the command you need to make an API call.
13
- * ```javascript
14
- * import { GroundStationClient, GetSatelliteCommand } from "@aws-sdk/client-groundstation"; // ES Modules import
15
- * // const { GroundStationClient, GetSatelliteCommand } = require("@aws-sdk/client-groundstation"); // CommonJS import
16
- * const client = new GroundStationClient(config);
17
- * const command = new GetSatelliteCommand(input);
18
- * const response = await client.send(command);
19
- * ```
20
- *
21
- * @see {@link GetSatelliteCommandInput} for command's `input` shape.
22
- * @see {@link GetSatelliteCommandOutput} for command's `response` shape.
23
- * @see {@link GroundStationClientResolvedConfig | config} for command's `input` shape.
24
- *
25
- */
9
+
26
10
  export declare class GetSatelliteCommand extends $Command<GetSatelliteCommandInput, GetSatelliteCommandOutput, GroundStationClientResolvedConfig> {
27
11
  readonly input: GetSatelliteCommandInput;
28
12
  constructor(input: GetSatelliteCommandInput);
29
- /**
30
- * @internal
31
- */
13
+
32
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GroundStationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetSatelliteCommandInput, GetSatelliteCommandOutput>;
33
15
  private serialize;
34
16
  private deserialize;
@@ -6,29 +6,11 @@ export interface ListConfigsCommandInput extends ListConfigsRequest {
6
6
  }
7
7
  export interface ListConfigsCommandOutput extends ListConfigsResponse, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>Returns a list of <code>Config</code> objects.</p>
11
- * @example
12
- * Use a bare-bones client and the command you need to make an API call.
13
- * ```javascript
14
- * import { GroundStationClient, ListConfigsCommand } from "@aws-sdk/client-groundstation"; // ES Modules import
15
- * // const { GroundStationClient, ListConfigsCommand } = require("@aws-sdk/client-groundstation"); // CommonJS import
16
- * const client = new GroundStationClient(config);
17
- * const command = new ListConfigsCommand(input);
18
- * const response = await client.send(command);
19
- * ```
20
- *
21
- * @see {@link ListConfigsCommandInput} for command's `input` shape.
22
- * @see {@link ListConfigsCommandOutput} for command's `response` shape.
23
- * @see {@link GroundStationClientResolvedConfig | config} for command's `input` shape.
24
- *
25
- */
9
+
26
10
  export declare class ListConfigsCommand extends $Command<ListConfigsCommandInput, ListConfigsCommandOutput, GroundStationClientResolvedConfig> {
27
11
  readonly input: ListConfigsCommandInput;
28
12
  constructor(input: ListConfigsCommandInput);
29
- /**
30
- * @internal
31
- */
13
+
32
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GroundStationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListConfigsCommandInput, ListConfigsCommandOutput>;
33
15
  private serialize;
34
16
  private deserialize;
@@ -6,32 +6,11 @@ export interface ListContactsCommandInput extends ListContactsRequest {
6
6
  }
7
7
  export interface ListContactsCommandOutput extends ListContactsResponse, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>Returns a list of contacts.</p>
11
- * <p>If <code>statusList</code> contains AVAILABLE, the request must include
12
- * <code>groundStation</code>, <code>missionprofileArn</code>, and <code>satelliteArn</code>.
13
- * </p>
14
- * @example
15
- * Use a bare-bones client and the command you need to make an API call.
16
- * ```javascript
17
- * import { GroundStationClient, ListContactsCommand } from "@aws-sdk/client-groundstation"; // ES Modules import
18
- * // const { GroundStationClient, ListContactsCommand } = require("@aws-sdk/client-groundstation"); // CommonJS import
19
- * const client = new GroundStationClient(config);
20
- * const command = new ListContactsCommand(input);
21
- * const response = await client.send(command);
22
- * ```
23
- *
24
- * @see {@link ListContactsCommandInput} for command's `input` shape.
25
- * @see {@link ListContactsCommandOutput} for command's `response` shape.
26
- * @see {@link GroundStationClientResolvedConfig | config} for command's `input` shape.
27
- *
28
- */
9
+
29
10
  export declare class ListContactsCommand extends $Command<ListContactsCommandInput, ListContactsCommandOutput, GroundStationClientResolvedConfig> {
30
11
  readonly input: ListContactsCommandInput;
31
12
  constructor(input: ListContactsCommandInput);
32
- /**
33
- * @internal
34
- */
13
+
35
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GroundStationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListContactsCommandInput, ListContactsCommandOutput>;
36
15
  private serialize;
37
16
  private deserialize;
@@ -6,29 +6,11 @@ export interface ListDataflowEndpointGroupsCommandInput extends ListDataflowEndp
6
6
  }
7
7
  export interface ListDataflowEndpointGroupsCommandOutput extends ListDataflowEndpointGroupsResponse, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>Returns a list of <code>DataflowEndpoint</code> groups.</p>
11
- * @example
12
- * Use a bare-bones client and the command you need to make an API call.
13
- * ```javascript
14
- * import { GroundStationClient, ListDataflowEndpointGroupsCommand } from "@aws-sdk/client-groundstation"; // ES Modules import
15
- * // const { GroundStationClient, ListDataflowEndpointGroupsCommand } = require("@aws-sdk/client-groundstation"); // CommonJS import
16
- * const client = new GroundStationClient(config);
17
- * const command = new ListDataflowEndpointGroupsCommand(input);
18
- * const response = await client.send(command);
19
- * ```
20
- *
21
- * @see {@link ListDataflowEndpointGroupsCommandInput} for command's `input` shape.
22
- * @see {@link ListDataflowEndpointGroupsCommandOutput} for command's `response` shape.
23
- * @see {@link GroundStationClientResolvedConfig | config} for command's `input` shape.
24
- *
25
- */
9
+
26
10
  export declare class ListDataflowEndpointGroupsCommand extends $Command<ListDataflowEndpointGroupsCommandInput, ListDataflowEndpointGroupsCommandOutput, GroundStationClientResolvedConfig> {
27
11
  readonly input: ListDataflowEndpointGroupsCommandInput;
28
12
  constructor(input: ListDataflowEndpointGroupsCommandInput);
29
- /**
30
- * @internal
31
- */
13
+
32
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GroundStationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListDataflowEndpointGroupsCommandInput, ListDataflowEndpointGroupsCommandOutput>;
33
15
  private serialize;
34
16
  private deserialize;
@@ -6,29 +6,11 @@ export interface ListGroundStationsCommandInput extends ListGroundStationsReques
6
6
  }
7
7
  export interface ListGroundStationsCommandOutput extends ListGroundStationsResponse, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>Returns a list of ground stations. </p>
11
- * @example
12
- * Use a bare-bones client and the command you need to make an API call.
13
- * ```javascript
14
- * import { GroundStationClient, ListGroundStationsCommand } from "@aws-sdk/client-groundstation"; // ES Modules import
15
- * // const { GroundStationClient, ListGroundStationsCommand } = require("@aws-sdk/client-groundstation"); // CommonJS import
16
- * const client = new GroundStationClient(config);
17
- * const command = new ListGroundStationsCommand(input);
18
- * const response = await client.send(command);
19
- * ```
20
- *
21
- * @see {@link ListGroundStationsCommandInput} for command's `input` shape.
22
- * @see {@link ListGroundStationsCommandOutput} for command's `response` shape.
23
- * @see {@link GroundStationClientResolvedConfig | config} for command's `input` shape.
24
- *
25
- */
9
+
26
10
  export declare class ListGroundStationsCommand extends $Command<ListGroundStationsCommandInput, ListGroundStationsCommandOutput, GroundStationClientResolvedConfig> {
27
11
  readonly input: ListGroundStationsCommandInput;
28
12
  constructor(input: ListGroundStationsCommandInput);
29
- /**
30
- * @internal
31
- */
13
+
32
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GroundStationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListGroundStationsCommandInput, ListGroundStationsCommandOutput>;
33
15
  private serialize;
34
16
  private deserialize;
@@ -6,29 +6,11 @@ export interface ListMissionProfilesCommandInput extends ListMissionProfilesRequ
6
6
  }
7
7
  export interface ListMissionProfilesCommandOutput extends ListMissionProfilesResponse, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>Returns a list of mission profiles.</p>
11
- * @example
12
- * Use a bare-bones client and the command you need to make an API call.
13
- * ```javascript
14
- * import { GroundStationClient, ListMissionProfilesCommand } from "@aws-sdk/client-groundstation"; // ES Modules import
15
- * // const { GroundStationClient, ListMissionProfilesCommand } = require("@aws-sdk/client-groundstation"); // CommonJS import
16
- * const client = new GroundStationClient(config);
17
- * const command = new ListMissionProfilesCommand(input);
18
- * const response = await client.send(command);
19
- * ```
20
- *
21
- * @see {@link ListMissionProfilesCommandInput} for command's `input` shape.
22
- * @see {@link ListMissionProfilesCommandOutput} for command's `response` shape.
23
- * @see {@link GroundStationClientResolvedConfig | config} for command's `input` shape.
24
- *
25
- */
9
+
26
10
  export declare class ListMissionProfilesCommand extends $Command<ListMissionProfilesCommandInput, ListMissionProfilesCommandOutput, GroundStationClientResolvedConfig> {
27
11
  readonly input: ListMissionProfilesCommandInput;
28
12
  constructor(input: ListMissionProfilesCommandInput);
29
- /**
30
- * @internal
31
- */
13
+
32
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GroundStationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListMissionProfilesCommandInput, ListMissionProfilesCommandOutput>;
33
15
  private serialize;
34
16
  private deserialize;
@@ -6,29 +6,11 @@ export interface ListSatellitesCommandInput extends ListSatellitesRequest {
6
6
  }
7
7
  export interface ListSatellitesCommandOutput extends ListSatellitesResponse, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>Returns a list of satellites.</p>
11
- * @example
12
- * Use a bare-bones client and the command you need to make an API call.
13
- * ```javascript
14
- * import { GroundStationClient, ListSatellitesCommand } from "@aws-sdk/client-groundstation"; // ES Modules import
15
- * // const { GroundStationClient, ListSatellitesCommand } = require("@aws-sdk/client-groundstation"); // CommonJS import
16
- * const client = new GroundStationClient(config);
17
- * const command = new ListSatellitesCommand(input);
18
- * const response = await client.send(command);
19
- * ```
20
- *
21
- * @see {@link ListSatellitesCommandInput} for command's `input` shape.
22
- * @see {@link ListSatellitesCommandOutput} for command's `response` shape.
23
- * @see {@link GroundStationClientResolvedConfig | config} for command's `input` shape.
24
- *
25
- */
9
+
26
10
  export declare class ListSatellitesCommand extends $Command<ListSatellitesCommandInput, ListSatellitesCommandOutput, GroundStationClientResolvedConfig> {
27
11
  readonly input: ListSatellitesCommandInput;
28
12
  constructor(input: ListSatellitesCommandInput);
29
- /**
30
- * @internal
31
- */
13
+
32
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GroundStationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListSatellitesCommandInput, ListSatellitesCommandOutput>;
33
15
  private serialize;
34
16
  private deserialize;
@@ -6,29 +6,11 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequ
6
6
  }
7
7
  export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>Returns a list of tags for a specified resource.</p>
11
- * @example
12
- * Use a bare-bones client and the command you need to make an API call.
13
- * ```javascript
14
- * import { GroundStationClient, ListTagsForResourceCommand } from "@aws-sdk/client-groundstation"; // ES Modules import
15
- * // const { GroundStationClient, ListTagsForResourceCommand } = require("@aws-sdk/client-groundstation"); // CommonJS import
16
- * const client = new GroundStationClient(config);
17
- * const command = new ListTagsForResourceCommand(input);
18
- * const response = await client.send(command);
19
- * ```
20
- *
21
- * @see {@link ListTagsForResourceCommandInput} for command's `input` shape.
22
- * @see {@link ListTagsForResourceCommandOutput} for command's `response` shape.
23
- * @see {@link GroundStationClientResolvedConfig | config} for command's `input` shape.
24
- *
25
- */
9
+
26
10
  export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, GroundStationClientResolvedConfig> {
27
11
  readonly input: ListTagsForResourceCommandInput;
28
12
  constructor(input: ListTagsForResourceCommandInput);
29
- /**
30
- * @internal
31
- */
13
+
32
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GroundStationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
33
15
  private serialize;
34
16
  private deserialize;
@@ -6,29 +6,11 @@ export interface ReserveContactCommandInput extends ReserveContactRequest {
6
6
  }
7
7
  export interface ReserveContactCommandOutput extends ContactIdResponse, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>Reserves a contact using specified parameters.</p>
11
- * @example
12
- * Use a bare-bones client and the command you need to make an API call.
13
- * ```javascript
14
- * import { GroundStationClient, ReserveContactCommand } from "@aws-sdk/client-groundstation"; // ES Modules import
15
- * // const { GroundStationClient, ReserveContactCommand } = require("@aws-sdk/client-groundstation"); // CommonJS import
16
- * const client = new GroundStationClient(config);
17
- * const command = new ReserveContactCommand(input);
18
- * const response = await client.send(command);
19
- * ```
20
- *
21
- * @see {@link ReserveContactCommandInput} for command's `input` shape.
22
- * @see {@link ReserveContactCommandOutput} for command's `response` shape.
23
- * @see {@link GroundStationClientResolvedConfig | config} for command's `input` shape.
24
- *
25
- */
9
+
26
10
  export declare class ReserveContactCommand extends $Command<ReserveContactCommandInput, ReserveContactCommandOutput, GroundStationClientResolvedConfig> {
27
11
  readonly input: ReserveContactCommandInput;
28
12
  constructor(input: ReserveContactCommandInput);
29
- /**
30
- * @internal
31
- */
13
+
32
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GroundStationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ReserveContactCommandInput, ReserveContactCommandOutput>;
33
15
  private serialize;
34
16
  private deserialize;
@@ -6,29 +6,11 @@ export interface TagResourceCommandInput extends TagResourceRequest {
6
6
  }
7
7
  export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>Assigns a tag to a resource.</p>
11
- * @example
12
- * Use a bare-bones client and the command you need to make an API call.
13
- * ```javascript
14
- * import { GroundStationClient, TagResourceCommand } from "@aws-sdk/client-groundstation"; // ES Modules import
15
- * // const { GroundStationClient, TagResourceCommand } = require("@aws-sdk/client-groundstation"); // CommonJS import
16
- * const client = new GroundStationClient(config);
17
- * const command = new TagResourceCommand(input);
18
- * const response = await client.send(command);
19
- * ```
20
- *
21
- * @see {@link TagResourceCommandInput} for command's `input` shape.
22
- * @see {@link TagResourceCommandOutput} for command's `response` shape.
23
- * @see {@link GroundStationClientResolvedConfig | config} for command's `input` shape.
24
- *
25
- */
9
+
26
10
  export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, GroundStationClientResolvedConfig> {
27
11
  readonly input: TagResourceCommandInput;
28
12
  constructor(input: TagResourceCommandInput);
29
- /**
30
- * @internal
31
- */
13
+
32
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GroundStationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
33
15
  private serialize;
34
16
  private deserialize;