@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
@@ -0,0 +1,7 @@
1
+ export * from "./Interfaces";
2
+ export * from "./ListConfigsPaginator";
3
+ export * from "./ListContactsPaginator";
4
+ export * from "./ListDataflowEndpointGroupsPaginator";
5
+ export * from "./ListGroundStationsPaginator";
6
+ export * from "./ListMissionProfilesPaginator";
7
+ export * from "./ListSatellitesPaginator";
@@ -3688,4 +3688,3 @@ var loadRestJsonErrorCode = function (output, data) {
3688
3688
  }
3689
3689
  return "";
3690
3690
  };
3691
- //# sourceMappingURL=Aws_restJson1.js.map
@@ -1,4 +1,5 @@
1
1
  import { __assign } from "tslib";
2
+ import packageInfo from "../package.json";
2
3
  import { Sha256 } from "@aws-crypto/sha256-browser";
3
4
  import { FetchHttpHandler, streamCollector } from "@aws-sdk/fetch-http-handler";
4
5
  import { invalidProvider } from "@aws-sdk/invalid-dependency";
@@ -7,11 +8,9 @@ import { fromBase64, toBase64 } from "@aws-sdk/util-base64-browser";
7
8
  import { calculateBodyLength } from "@aws-sdk/util-body-length-browser";
8
9
  import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser";
9
10
  import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8-browser";
10
- import packageInfo from "../package.json";
11
11
  import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
12
12
  export var getRuntimeConfig = function (config) {
13
13
  var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o;
14
14
  var clientSharedValues = getSharedRuntimeConfig(config);
15
15
  return __assign(__assign(__assign({}, clientSharedValues), config), { runtime: "browser", base64Decoder: (_a = config === null || config === void 0 ? void 0 : config.base64Decoder) !== null && _a !== void 0 ? _a : fromBase64, base64Encoder: (_b = config === null || config === void 0 ? void 0 : config.base64Encoder) !== null && _b !== void 0 ? _b : toBase64, bodyLengthChecker: (_c = config === null || config === void 0 ? void 0 : config.bodyLengthChecker) !== null && _c !== void 0 ? _c : calculateBodyLength, credentialDefaultProvider: (_d = config === null || config === void 0 ? void 0 : config.credentialDefaultProvider) !== null && _d !== void 0 ? _d : (function (_) { return function () { return Promise.reject(new Error("Credential is missing")); }; }), defaultUserAgentProvider: (_e = config === null || config === void 0 ? void 0 : config.defaultUserAgentProvider) !== null && _e !== void 0 ? _e : defaultUserAgent({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }), maxAttempts: (_f = config === null || config === void 0 ? void 0 : config.maxAttempts) !== null && _f !== void 0 ? _f : DEFAULT_MAX_ATTEMPTS, region: (_g = config === null || config === void 0 ? void 0 : config.region) !== null && _g !== void 0 ? _g : invalidProvider("Region is missing"), requestHandler: (_h = config === null || config === void 0 ? void 0 : config.requestHandler) !== null && _h !== void 0 ? _h : new FetchHttpHandler(), retryMode: (_j = config === null || config === void 0 ? void 0 : config.retryMode) !== null && _j !== void 0 ? _j : (function () { return Promise.resolve(DEFAULT_RETRY_MODE); }), sha256: (_k = config === null || config === void 0 ? void 0 : config.sha256) !== null && _k !== void 0 ? _k : Sha256, streamCollector: (_l = config === null || config === void 0 ? void 0 : config.streamCollector) !== null && _l !== void 0 ? _l : streamCollector, utf8Decoder: (_m = config === null || config === void 0 ? void 0 : config.utf8Decoder) !== null && _m !== void 0 ? _m : fromUtf8, utf8Encoder: (_o = config === null || config === void 0 ? void 0 : config.utf8Encoder) !== null && _o !== void 0 ? _o : toUtf8 });
16
16
  };
17
- //# sourceMappingURL=runtimeConfig.browser.js.map
@@ -1,4 +1,5 @@
1
1
  import { __assign } from "tslib";
2
+ import packageInfo from "../package.json";
2
3
  import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts";
3
4
  import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS } from "@aws-sdk/config-resolver";
4
5
  import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node";
@@ -6,17 +7,15 @@ import { Hash } from "@aws-sdk/hash-node";
6
7
  import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry";
7
8
  import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider";
8
9
  import { NodeHttpHandler, streamCollector } from "@aws-sdk/node-http-handler";
9
- import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client";
10
10
  import { fromBase64, toBase64 } from "@aws-sdk/util-base64-node";
11
11
  import { calculateBodyLength } from "@aws-sdk/util-body-length-node";
12
12
  import { defaultUserAgent } from "@aws-sdk/util-user-agent-node";
13
13
  import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8-node";
14
- import packageInfo from "../package.json";
15
14
  import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
15
+ import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client";
16
16
  export var getRuntimeConfig = function (config) {
17
17
  var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o;
18
18
  emitWarningIfUnsupportedVersion(process.version);
19
19
  var clientSharedValues = getSharedRuntimeConfig(config);
20
20
  return __assign(__assign(__assign({}, clientSharedValues), config), { runtime: "node", base64Decoder: (_a = config === null || config === void 0 ? void 0 : config.base64Decoder) !== null && _a !== void 0 ? _a : fromBase64, base64Encoder: (_b = config === null || config === void 0 ? void 0 : config.base64Encoder) !== null && _b !== void 0 ? _b : toBase64, bodyLengthChecker: (_c = config === null || config === void 0 ? void 0 : config.bodyLengthChecker) !== null && _c !== void 0 ? _c : calculateBodyLength, credentialDefaultProvider: (_d = config === null || config === void 0 ? void 0 : config.credentialDefaultProvider) !== null && _d !== void 0 ? _d : decorateDefaultCredentialProvider(credentialDefaultProvider), defaultUserAgentProvider: (_e = config === null || config === void 0 ? void 0 : config.defaultUserAgentProvider) !== null && _e !== void 0 ? _e : defaultUserAgent({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }), maxAttempts: (_f = config === null || config === void 0 ? void 0 : config.maxAttempts) !== null && _f !== void 0 ? _f : loadNodeConfig(NODE_MAX_ATTEMPT_CONFIG_OPTIONS), region: (_g = config === null || config === void 0 ? void 0 : config.region) !== null && _g !== void 0 ? _g : loadNodeConfig(NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS), requestHandler: (_h = config === null || config === void 0 ? void 0 : config.requestHandler) !== null && _h !== void 0 ? _h : new NodeHttpHandler(), retryMode: (_j = config === null || config === void 0 ? void 0 : config.retryMode) !== null && _j !== void 0 ? _j : loadNodeConfig(NODE_RETRY_MODE_CONFIG_OPTIONS), sha256: (_k = config === null || config === void 0 ? void 0 : config.sha256) !== null && _k !== void 0 ? _k : Hash.bind(null, "sha256"), streamCollector: (_l = config === null || config === void 0 ? void 0 : config.streamCollector) !== null && _l !== void 0 ? _l : streamCollector, utf8Decoder: (_m = config === null || config === void 0 ? void 0 : config.utf8Decoder) !== null && _m !== void 0 ? _m : fromUtf8, utf8Encoder: (_o = config === null || config === void 0 ? void 0 : config.utf8Encoder) !== null && _o !== void 0 ? _o : toUtf8 });
21
21
  };
22
- //# sourceMappingURL=runtimeConfig.js.map
@@ -6,4 +6,3 @@ export var getRuntimeConfig = function (config) {
6
6
  var browserDefaults = getBrowserRuntimeConfig(config);
7
7
  return __assign(__assign(__assign({}, browserDefaults), config), { runtime: "react-native", sha256: (_a = config === null || config === void 0 ? void 0 : config.sha256) !== null && _a !== void 0 ? _a : Sha256 });
8
8
  };
9
- //# sourceMappingURL=runtimeConfig.native.js.map
@@ -11,4 +11,3 @@ export var getRuntimeConfig = function (config) {
11
11
  urlParser: (_e = config === null || config === void 0 ? void 0 : config.urlParser) !== null && _e !== void 0 ? _e : parseUrl,
12
12
  });
13
13
  };
14
- //# sourceMappingURL=runtimeConfig.shared.js.map
@@ -0,0 +1,25 @@
1
+ export * from "./CancelContactCommand";
2
+ export * from "./CreateConfigCommand";
3
+ export * from "./CreateDataflowEndpointGroupCommand";
4
+ export * from "./CreateMissionProfileCommand";
5
+ export * from "./DeleteConfigCommand";
6
+ export * from "./DeleteDataflowEndpointGroupCommand";
7
+ export * from "./DeleteMissionProfileCommand";
8
+ export * from "./DescribeContactCommand";
9
+ export * from "./GetConfigCommand";
10
+ export * from "./GetDataflowEndpointGroupCommand";
11
+ export * from "./GetMinuteUsageCommand";
12
+ export * from "./GetMissionProfileCommand";
13
+ export * from "./GetSatelliteCommand";
14
+ export * from "./ListConfigsCommand";
15
+ export * from "./ListContactsCommand";
16
+ export * from "./ListDataflowEndpointGroupsCommand";
17
+ export * from "./ListGroundStationsCommand";
18
+ export * from "./ListMissionProfilesCommand";
19
+ export * from "./ListSatellitesCommand";
20
+ export * from "./ListTagsForResourceCommand";
21
+ export * from "./ReserveContactCommand";
22
+ export * from "./TagResourceCommand";
23
+ export * from "./UntagResourceCommand";
24
+ export * from "./UpdateConfigCommand";
25
+ export * from "./UpdateMissionProfileCommand";
@@ -1,35 +1,5 @@
1
- export * from "./GroundStationClient";
2
1
  export * from "./GroundStation";
3
- export * from "./commands/CancelContactCommand";
4
- export * from "./commands/CreateConfigCommand";
5
- export * from "./commands/CreateDataflowEndpointGroupCommand";
6
- export * from "./commands/CreateMissionProfileCommand";
7
- export * from "./commands/DeleteConfigCommand";
8
- export * from "./commands/DeleteDataflowEndpointGroupCommand";
9
- export * from "./commands/DeleteMissionProfileCommand";
10
- export * from "./commands/DescribeContactCommand";
11
- export * from "./commands/GetConfigCommand";
12
- export * from "./commands/GetDataflowEndpointGroupCommand";
13
- export * from "./commands/GetMinuteUsageCommand";
14
- export * from "./commands/GetMissionProfileCommand";
15
- export * from "./commands/GetSatelliteCommand";
16
- export * from "./commands/ListConfigsCommand";
17
- export * from "./pagination/ListConfigsPaginator";
18
- export * from "./commands/ListContactsCommand";
19
- export * from "./pagination/ListContactsPaginator";
20
- export * from "./commands/ListDataflowEndpointGroupsCommand";
21
- export * from "./pagination/ListDataflowEndpointGroupsPaginator";
22
- export * from "./commands/ListGroundStationsCommand";
23
- export * from "./pagination/ListGroundStationsPaginator";
24
- export * from "./commands/ListMissionProfilesCommand";
25
- export * from "./pagination/ListMissionProfilesPaginator";
26
- export * from "./commands/ListSatellitesCommand";
27
- export * from "./pagination/ListSatellitesPaginator";
28
- export * from "./commands/ListTagsForResourceCommand";
29
- export * from "./commands/ReserveContactCommand";
30
- export * from "./commands/TagResourceCommand";
31
- export * from "./commands/UntagResourceCommand";
32
- export * from "./commands/UpdateConfigCommand";
33
- export * from "./commands/UpdateMissionProfileCommand";
34
- export * from "./pagination/Interfaces";
35
- export * from "./models/index";
2
+ export * from "./GroundStationClient";
3
+ export * from "./commands";
4
+ export * from "./models";
5
+ export * from "./pagination";
@@ -0,0 +1,7 @@
1
+ export * from "./Interfaces";
2
+ export * from "./ListConfigsPaginator";
3
+ export * from "./ListContactsPaginator";
4
+ export * from "./ListDataflowEndpointGroupsPaginator";
5
+ export * from "./ListGroundStationsPaginator";
6
+ export * from "./ListMissionProfilesPaginator";
7
+ export * from "./ListSatellitesPaginator";
@@ -25,176 +25,105 @@ import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./command
25
25
  import { UpdateConfigCommandInput, UpdateConfigCommandOutput } from "./commands/UpdateConfigCommand";
26
26
  import { UpdateMissionProfileCommandInput, UpdateMissionProfileCommandOutput } from "./commands/UpdateMissionProfileCommand";
27
27
  import { GroundStationClient } from "./GroundStationClient";
28
- /**
29
- * <p>Welcome to the AWS Ground Station API Reference. AWS Ground Station is a fully managed service that
30
- * enables you to control satellite communications, downlink and process satellite data, and
31
- * scale your satellite operations efficiently and cost-effectively without having
32
- * to build or manage your own ground station infrastructure.</p>
33
- */
28
+
34
29
  export declare class GroundStation extends GroundStationClient {
35
- /**
36
- * <p>Cancels a contact with a specified contact ID.</p>
37
- */
30
+
38
31
  cancelContact(args: CancelContactCommandInput, options?: __HttpHandlerOptions): Promise<CancelContactCommandOutput>;
39
32
  cancelContact(args: CancelContactCommandInput, cb: (err: any, data?: CancelContactCommandOutput) => void): void;
40
33
  cancelContact(args: CancelContactCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CancelContactCommandOutput) => void): void;
41
- /**
42
- * <p>Creates a <code>Config</code> with the specified <code>configData</code> parameters.</p>
43
- * <p>Only one type of <code>configData</code> can be specified.</p>
44
- */
34
+
45
35
  createConfig(args: CreateConfigCommandInput, options?: __HttpHandlerOptions): Promise<CreateConfigCommandOutput>;
46
36
  createConfig(args: CreateConfigCommandInput, cb: (err: any, data?: CreateConfigCommandOutput) => void): void;
47
37
  createConfig(args: CreateConfigCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateConfigCommandOutput) => void): void;
48
- /**
49
- * <p>Creates a <code>DataflowEndpoint</code> group containing the specified list of <code>DataflowEndpoint</code> objects.</p>
50
- * <p>The <code>name</code> field in each endpoint is used in your mission profile <code>DataflowEndpointConfig</code>
51
- * to specify which endpoints to use during a contact.</p>
52
- * <p>When a contact uses multiple <code>DataflowEndpointConfig</code> objects, each <code>Config</code>
53
- * must match a <code>DataflowEndpoint</code> in the same group.</p>
54
- */
38
+
55
39
  createDataflowEndpointGroup(args: CreateDataflowEndpointGroupCommandInput, options?: __HttpHandlerOptions): Promise<CreateDataflowEndpointGroupCommandOutput>;
56
40
  createDataflowEndpointGroup(args: CreateDataflowEndpointGroupCommandInput, cb: (err: any, data?: CreateDataflowEndpointGroupCommandOutput) => void): void;
57
41
  createDataflowEndpointGroup(args: CreateDataflowEndpointGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateDataflowEndpointGroupCommandOutput) => void): void;
58
- /**
59
- * <p>Creates a mission profile.</p>
60
- * <p>
61
- * <code>dataflowEdges</code> is a list of lists of strings. Each lower level list of strings
62
- * has two elements: a <i>from</i> ARN and a <i>to</i> ARN.</p>
63
- */
42
+
64
43
  createMissionProfile(args: CreateMissionProfileCommandInput, options?: __HttpHandlerOptions): Promise<CreateMissionProfileCommandOutput>;
65
44
  createMissionProfile(args: CreateMissionProfileCommandInput, cb: (err: any, data?: CreateMissionProfileCommandOutput) => void): void;
66
45
  createMissionProfile(args: CreateMissionProfileCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateMissionProfileCommandOutput) => void): void;
67
- /**
68
- * <p>Deletes a <code>Config</code>.</p>
69
- */
46
+
70
47
  deleteConfig(args: DeleteConfigCommandInput, options?: __HttpHandlerOptions): Promise<DeleteConfigCommandOutput>;
71
48
  deleteConfig(args: DeleteConfigCommandInput, cb: (err: any, data?: DeleteConfigCommandOutput) => void): void;
72
49
  deleteConfig(args: DeleteConfigCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteConfigCommandOutput) => void): void;
73
- /**
74
- * <p>Deletes a dataflow endpoint group.</p>
75
- */
50
+
76
51
  deleteDataflowEndpointGroup(args: DeleteDataflowEndpointGroupCommandInput, options?: __HttpHandlerOptions): Promise<DeleteDataflowEndpointGroupCommandOutput>;
77
52
  deleteDataflowEndpointGroup(args: DeleteDataflowEndpointGroupCommandInput, cb: (err: any, data?: DeleteDataflowEndpointGroupCommandOutput) => void): void;
78
53
  deleteDataflowEndpointGroup(args: DeleteDataflowEndpointGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteDataflowEndpointGroupCommandOutput) => void): void;
79
- /**
80
- * <p>Deletes a mission profile.</p>
81
- */
54
+
82
55
  deleteMissionProfile(args: DeleteMissionProfileCommandInput, options?: __HttpHandlerOptions): Promise<DeleteMissionProfileCommandOutput>;
83
56
  deleteMissionProfile(args: DeleteMissionProfileCommandInput, cb: (err: any, data?: DeleteMissionProfileCommandOutput) => void): void;
84
57
  deleteMissionProfile(args: DeleteMissionProfileCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteMissionProfileCommandOutput) => void): void;
85
- /**
86
- * <p>Describes an existing contact.</p>
87
- */
58
+
88
59
  describeContact(args: DescribeContactCommandInput, options?: __HttpHandlerOptions): Promise<DescribeContactCommandOutput>;
89
60
  describeContact(args: DescribeContactCommandInput, cb: (err: any, data?: DescribeContactCommandOutput) => void): void;
90
61
  describeContact(args: DescribeContactCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeContactCommandOutput) => void): void;
91
- /**
92
- * <p>Returns <code>Config</code> information.</p>
93
- * <p>Only one <code>Config</code> response can be returned.</p>
94
- */
62
+
95
63
  getConfig(args: GetConfigCommandInput, options?: __HttpHandlerOptions): Promise<GetConfigCommandOutput>;
96
64
  getConfig(args: GetConfigCommandInput, cb: (err: any, data?: GetConfigCommandOutput) => void): void;
97
65
  getConfig(args: GetConfigCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetConfigCommandOutput) => void): void;
98
- /**
99
- * <p>Returns the dataflow endpoint group.</p>
100
- */
66
+
101
67
  getDataflowEndpointGroup(args: GetDataflowEndpointGroupCommandInput, options?: __HttpHandlerOptions): Promise<GetDataflowEndpointGroupCommandOutput>;
102
68
  getDataflowEndpointGroup(args: GetDataflowEndpointGroupCommandInput, cb: (err: any, data?: GetDataflowEndpointGroupCommandOutput) => void): void;
103
69
  getDataflowEndpointGroup(args: GetDataflowEndpointGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetDataflowEndpointGroupCommandOutput) => void): void;
104
- /**
105
- * <p>Returns the number of minutes used by account.</p>
106
- */
70
+
107
71
  getMinuteUsage(args: GetMinuteUsageCommandInput, options?: __HttpHandlerOptions): Promise<GetMinuteUsageCommandOutput>;
108
72
  getMinuteUsage(args: GetMinuteUsageCommandInput, cb: (err: any, data?: GetMinuteUsageCommandOutput) => void): void;
109
73
  getMinuteUsage(args: GetMinuteUsageCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetMinuteUsageCommandOutput) => void): void;
110
- /**
111
- * <p>Returns a mission profile.</p>
112
- */
74
+
113
75
  getMissionProfile(args: GetMissionProfileCommandInput, options?: __HttpHandlerOptions): Promise<GetMissionProfileCommandOutput>;
114
76
  getMissionProfile(args: GetMissionProfileCommandInput, cb: (err: any, data?: GetMissionProfileCommandOutput) => void): void;
115
77
  getMissionProfile(args: GetMissionProfileCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetMissionProfileCommandOutput) => void): void;
116
- /**
117
- * <p>Returns a satellite.</p>
118
- */
78
+
119
79
  getSatellite(args: GetSatelliteCommandInput, options?: __HttpHandlerOptions): Promise<GetSatelliteCommandOutput>;
120
80
  getSatellite(args: GetSatelliteCommandInput, cb: (err: any, data?: GetSatelliteCommandOutput) => void): void;
121
81
  getSatellite(args: GetSatelliteCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetSatelliteCommandOutput) => void): void;
122
- /**
123
- * <p>Returns a list of <code>Config</code> objects.</p>
124
- */
82
+
125
83
  listConfigs(args: ListConfigsCommandInput, options?: __HttpHandlerOptions): Promise<ListConfigsCommandOutput>;
126
84
  listConfigs(args: ListConfigsCommandInput, cb: (err: any, data?: ListConfigsCommandOutput) => void): void;
127
85
  listConfigs(args: ListConfigsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListConfigsCommandOutput) => void): void;
128
- /**
129
- * <p>Returns a list of contacts.</p>
130
- * <p>If <code>statusList</code> contains AVAILABLE, the request must include
131
- * <code>groundStation</code>, <code>missionprofileArn</code>, and <code>satelliteArn</code>.
132
- * </p>
133
- */
86
+
134
87
  listContacts(args: ListContactsCommandInput, options?: __HttpHandlerOptions): Promise<ListContactsCommandOutput>;
135
88
  listContacts(args: ListContactsCommandInput, cb: (err: any, data?: ListContactsCommandOutput) => void): void;
136
89
  listContacts(args: ListContactsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListContactsCommandOutput) => void): void;
137
- /**
138
- * <p>Returns a list of <code>DataflowEndpoint</code> groups.</p>
139
- */
90
+
140
91
  listDataflowEndpointGroups(args: ListDataflowEndpointGroupsCommandInput, options?: __HttpHandlerOptions): Promise<ListDataflowEndpointGroupsCommandOutput>;
141
92
  listDataflowEndpointGroups(args: ListDataflowEndpointGroupsCommandInput, cb: (err: any, data?: ListDataflowEndpointGroupsCommandOutput) => void): void;
142
93
  listDataflowEndpointGroups(args: ListDataflowEndpointGroupsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDataflowEndpointGroupsCommandOutput) => void): void;
143
- /**
144
- * <p>Returns a list of ground stations. </p>
145
- */
94
+
146
95
  listGroundStations(args: ListGroundStationsCommandInput, options?: __HttpHandlerOptions): Promise<ListGroundStationsCommandOutput>;
147
96
  listGroundStations(args: ListGroundStationsCommandInput, cb: (err: any, data?: ListGroundStationsCommandOutput) => void): void;
148
97
  listGroundStations(args: ListGroundStationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListGroundStationsCommandOutput) => void): void;
149
- /**
150
- * <p>Returns a list of mission profiles.</p>
151
- */
98
+
152
99
  listMissionProfiles(args: ListMissionProfilesCommandInput, options?: __HttpHandlerOptions): Promise<ListMissionProfilesCommandOutput>;
153
100
  listMissionProfiles(args: ListMissionProfilesCommandInput, cb: (err: any, data?: ListMissionProfilesCommandOutput) => void): void;
154
101
  listMissionProfiles(args: ListMissionProfilesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListMissionProfilesCommandOutput) => void): void;
155
- /**
156
- * <p>Returns a list of satellites.</p>
157
- */
102
+
158
103
  listSatellites(args: ListSatellitesCommandInput, options?: __HttpHandlerOptions): Promise<ListSatellitesCommandOutput>;
159
104
  listSatellites(args: ListSatellitesCommandInput, cb: (err: any, data?: ListSatellitesCommandOutput) => void): void;
160
105
  listSatellites(args: ListSatellitesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListSatellitesCommandOutput) => void): void;
161
- /**
162
- * <p>Returns a list of tags for a specified resource.</p>
163
- */
106
+
164
107
  listTagsForResource(args: ListTagsForResourceCommandInput, options?: __HttpHandlerOptions): Promise<ListTagsForResourceCommandOutput>;
165
108
  listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
166
109
  listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
167
- /**
168
- * <p>Reserves a contact using specified parameters.</p>
169
- */
110
+
170
111
  reserveContact(args: ReserveContactCommandInput, options?: __HttpHandlerOptions): Promise<ReserveContactCommandOutput>;
171
112
  reserveContact(args: ReserveContactCommandInput, cb: (err: any, data?: ReserveContactCommandOutput) => void): void;
172
113
  reserveContact(args: ReserveContactCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ReserveContactCommandOutput) => void): void;
173
- /**
174
- * <p>Assigns a tag to a resource.</p>
175
- */
114
+
176
115
  tagResource(args: TagResourceCommandInput, options?: __HttpHandlerOptions): Promise<TagResourceCommandOutput>;
177
116
  tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
178
117
  tagResource(args: TagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
179
- /**
180
- * <p>Deassigns a resource tag.</p>
181
- */
118
+
182
119
  untagResource(args: UntagResourceCommandInput, options?: __HttpHandlerOptions): Promise<UntagResourceCommandOutput>;
183
120
  untagResource(args: UntagResourceCommandInput, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
184
121
  untagResource(args: UntagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
185
- /**
186
- * <p>Updates the <code>Config</code> used when scheduling contacts.</p>
187
- * <p>Updating a <code>Config</code> will not update the execution parameters
188
- * for existing future contacts scheduled with this <code>Config</code>.</p>
189
- */
122
+
190
123
  updateConfig(args: UpdateConfigCommandInput, options?: __HttpHandlerOptions): Promise<UpdateConfigCommandOutput>;
191
124
  updateConfig(args: UpdateConfigCommandInput, cb: (err: any, data?: UpdateConfigCommandOutput) => void): void;
192
125
  updateConfig(args: UpdateConfigCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateConfigCommandOutput) => void): void;
193
- /**
194
- * <p>Updates a mission profile.</p>
195
- * <p>Updating a mission profile will not update the execution parameters
196
- * for existing future contacts.</p>
197
- */
126
+
198
127
  updateMissionProfile(args: UpdateMissionProfileCommandInput, options?: __HttpHandlerOptions): Promise<UpdateMissionProfileCommandOutput>;
199
128
  updateMissionProfile(args: UpdateMissionProfileCommandInput, cb: (err: any, data?: UpdateMissionProfileCommandOutput) => void): void;
200
129
  updateMissionProfile(args: UpdateMissionProfileCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateMissionProfileCommandOutput) => void): void;
@@ -34,127 +34,59 @@ import { UpdateMissionProfileCommandInput, UpdateMissionProfileCommandOutput } f
34
34
  export declare type ServiceInputTypes = CancelContactCommandInput | CreateConfigCommandInput | CreateDataflowEndpointGroupCommandInput | CreateMissionProfileCommandInput | DeleteConfigCommandInput | DeleteDataflowEndpointGroupCommandInput | DeleteMissionProfileCommandInput | DescribeContactCommandInput | GetConfigCommandInput | GetDataflowEndpointGroupCommandInput | GetMinuteUsageCommandInput | GetMissionProfileCommandInput | GetSatelliteCommandInput | ListConfigsCommandInput | ListContactsCommandInput | ListDataflowEndpointGroupsCommandInput | ListGroundStationsCommandInput | ListMissionProfilesCommandInput | ListSatellitesCommandInput | ListTagsForResourceCommandInput | ReserveContactCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateConfigCommandInput | UpdateMissionProfileCommandInput;
35
35
  export declare type ServiceOutputTypes = CancelContactCommandOutput | CreateConfigCommandOutput | CreateDataflowEndpointGroupCommandOutput | CreateMissionProfileCommandOutput | DeleteConfigCommandOutput | DeleteDataflowEndpointGroupCommandOutput | DeleteMissionProfileCommandOutput | DescribeContactCommandOutput | GetConfigCommandOutput | GetDataflowEndpointGroupCommandOutput | GetMinuteUsageCommandOutput | GetMissionProfileCommandOutput | GetSatelliteCommandOutput | ListConfigsCommandOutput | ListContactsCommandOutput | ListDataflowEndpointGroupsCommandOutput | ListGroundStationsCommandOutput | ListMissionProfilesCommandOutput | ListSatellitesCommandOutput | ListTagsForResourceCommandOutput | ReserveContactCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateConfigCommandOutput | UpdateMissionProfileCommandOutput;
36
36
  export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
37
- /**
38
- * The HTTP handler to use. Fetch in browser and Https in Nodejs.
39
- */
37
+
40
38
  requestHandler?: __HttpHandler;
41
- /**
42
- * A constructor for a class implementing the {@link __Hash} interface
43
- * that computes the SHA-256 HMAC or checksum of a string or binary buffer.
44
- * @internal
45
- */
39
+
46
40
  sha256?: __HashConstructor;
47
- /**
48
- * The function that will be used to convert strings into HTTP endpoints.
49
- * @internal
50
- */
41
+
51
42
  urlParser?: __UrlParser;
52
- /**
53
- * A function that can calculate the length of a request body.
54
- * @internal
55
- */
43
+
56
44
  bodyLengthChecker?: (body: any) => number | undefined;
57
- /**
58
- * A function that converts a stream into an array of bytes.
59
- * @internal
60
- */
45
+
61
46
  streamCollector?: __StreamCollector;
62
- /**
63
- * The function that will be used to convert a base64-encoded string to a byte array.
64
- * @internal
65
- */
47
+
66
48
  base64Decoder?: __Decoder;
67
- /**
68
- * The function that will be used to convert binary data to a base64-encoded string.
69
- * @internal
70
- */
49
+
71
50
  base64Encoder?: __Encoder;
72
- /**
73
- * The function that will be used to convert a UTF8-encoded string to a byte array.
74
- * @internal
75
- */
51
+
76
52
  utf8Decoder?: __Decoder;
77
- /**
78
- * The function that will be used to convert binary data to a UTF-8 encoded string.
79
- * @internal
80
- */
53
+
81
54
  utf8Encoder?: __Encoder;
82
- /**
83
- * The runtime environment.
84
- * @internal
85
- */
55
+
86
56
  runtime?: string;
87
- /**
88
- * Disable dyanamically changing the endpoint of the client based on the hostPrefix
89
- * trait of an operation.
90
- */
57
+
91
58
  disableHostPrefix?: boolean;
92
- /**
93
- * Value for how many times a request will be made at most in case of retry.
94
- */
59
+
95
60
  maxAttempts?: number | __Provider<number>;
96
- /**
97
- * Specifies which retry algorithm to use.
98
- */
61
+
99
62
  retryMode?: string | __Provider<string>;
100
- /**
101
- * Optional logger for logging debug/info/warn/error.
102
- */
63
+
103
64
  logger?: __Logger;
104
- /**
105
- * Unique service identifier.
106
- * @internal
107
- */
65
+
108
66
  serviceId?: string;
109
- /**
110
- * The AWS region to which this client will send requests
111
- */
67
+
112
68
  region?: string | __Provider<string>;
113
- /**
114
- * Default credentials provider; Not available in browser runtime.
115
- * @internal
116
- */
69
+
117
70
  credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
118
- /**
119
- * Fetch related hostname, signing name or signing region with given region.
120
- * @internal
121
- */
71
+
122
72
  regionInfoProvider?: RegionInfoProvider;
123
- /**
124
- * The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header
125
- * @internal
126
- */
73
+
127
74
  defaultUserAgentProvider?: Provider<__UserAgent>;
128
75
  }
129
76
  declare type GroundStationClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig;
130
- /**
131
- * The configuration interface of GroundStationClient class constructor that set the region, credentials and other options.
132
- */
77
+
133
78
  export interface GroundStationClientConfig extends GroundStationClientConfigType {
134
79
  }
135
80
  declare type GroundStationClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointsResolvedConfig & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig;
136
- /**
137
- * The resolved configuration interface of GroundStationClient class. This is resolved and normalized from the {@link GroundStationClientConfig | constructor configuration interface}.
138
- */
81
+
139
82
  export interface GroundStationClientResolvedConfig extends GroundStationClientResolvedConfigType {
140
83
  }
141
- /**
142
- * <p>Welcome to the AWS Ground Station API Reference. AWS Ground Station is a fully managed service that
143
- * enables you to control satellite communications, downlink and process satellite data, and
144
- * scale your satellite operations efficiently and cost-effectively without having
145
- * to build or manage your own ground station infrastructure.</p>
146
- */
84
+
147
85
  export declare class GroundStationClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, GroundStationClientResolvedConfig> {
148
- /**
149
- * The resolved configuration of GroundStationClient class. This is resolved and normalized from the {@link GroundStationClientConfig | constructor configuration interface}.
150
- */
86
+
151
87
  readonly config: GroundStationClientResolvedConfig;
152
88
  constructor(configuration: GroundStationClientConfig);
153
- /**
154
- * Destroy underlying resources, like sockets. It's usually not necessary to do this.
155
- * However in Node.js, it's best to explicitly shut down the client's agent when it is no longer needed.
156
- * Otherwise, sockets might stay open for quite a long time before the server terminates them.
157
- */
89
+
158
90
  destroy(): void;
159
91
  }
160
92
  export {};
@@ -6,29 +6,11 @@ export interface CancelContactCommandInput extends CancelContactRequest {
6
6
  }
7
7
  export interface CancelContactCommandOutput extends ContactIdResponse, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>Cancels a contact with a specified contact ID.</p>
11
- * @example
12
- * Use a bare-bones client and the command you need to make an API call.
13
- * ```javascript
14
- * import { GroundStationClient, CancelContactCommand } from "@aws-sdk/client-groundstation"; // ES Modules import
15
- * // const { GroundStationClient, CancelContactCommand } = require("@aws-sdk/client-groundstation"); // CommonJS import
16
- * const client = new GroundStationClient(config);
17
- * const command = new CancelContactCommand(input);
18
- * const response = await client.send(command);
19
- * ```
20
- *
21
- * @see {@link CancelContactCommandInput} for command's `input` shape.
22
- * @see {@link CancelContactCommandOutput} for command's `response` shape.
23
- * @see {@link GroundStationClientResolvedConfig | config} for command's `input` shape.
24
- *
25
- */
9
+
26
10
  export declare class CancelContactCommand extends $Command<CancelContactCommandInput, CancelContactCommandOutput, GroundStationClientResolvedConfig> {
27
11
  readonly input: CancelContactCommandInput;
28
12
  constructor(input: CancelContactCommandInput);
29
- /**
30
- * @internal
31
- */
13
+
32
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GroundStationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CancelContactCommandInput, CancelContactCommandOutput>;
33
15
  private serialize;
34
16
  private deserialize;
@@ -6,30 +6,11 @@ export interface CreateConfigCommandInput extends CreateConfigRequest {
6
6
  }
7
7
  export interface CreateConfigCommandOutput extends ConfigIdResponse, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>Creates a <code>Config</code> with the specified <code>configData</code> parameters.</p>
11
- * <p>Only one type of <code>configData</code> can be specified.</p>
12
- * @example
13
- * Use a bare-bones client and the command you need to make an API call.
14
- * ```javascript
15
- * import { GroundStationClient, CreateConfigCommand } from "@aws-sdk/client-groundstation"; // ES Modules import
16
- * // const { GroundStationClient, CreateConfigCommand } = require("@aws-sdk/client-groundstation"); // CommonJS import
17
- * const client = new GroundStationClient(config);
18
- * const command = new CreateConfigCommand(input);
19
- * const response = await client.send(command);
20
- * ```
21
- *
22
- * @see {@link CreateConfigCommandInput} for command's `input` shape.
23
- * @see {@link CreateConfigCommandOutput} for command's `response` shape.
24
- * @see {@link GroundStationClientResolvedConfig | config} for command's `input` shape.
25
- *
26
- */
9
+
27
10
  export declare class CreateConfigCommand extends $Command<CreateConfigCommandInput, CreateConfigCommandOutput, GroundStationClientResolvedConfig> {
28
11
  readonly input: CreateConfigCommandInput;
29
12
  constructor(input: CreateConfigCommandInput);
30
- /**
31
- * @internal
32
- */
13
+
33
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GroundStationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateConfigCommandInput, CreateConfigCommandOutput>;
34
15
  private serialize;
35
16
  private deserialize;
@@ -6,33 +6,11 @@ export interface CreateDataflowEndpointGroupCommandInput extends CreateDataflowE
6
6
  }
7
7
  export interface CreateDataflowEndpointGroupCommandOutput extends DataflowEndpointGroupIdResponse, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>Creates a <code>DataflowEndpoint</code> group containing the specified list of <code>DataflowEndpoint</code> objects.</p>
11
- * <p>The <code>name</code> field in each endpoint is used in your mission profile <code>DataflowEndpointConfig</code>
12
- * to specify which endpoints to use during a contact.</p>
13
- * <p>When a contact uses multiple <code>DataflowEndpointConfig</code> objects, each <code>Config</code>
14
- * must match a <code>DataflowEndpoint</code> in the same group.</p>
15
- * @example
16
- * Use a bare-bones client and the command you need to make an API call.
17
- * ```javascript
18
- * import { GroundStationClient, CreateDataflowEndpointGroupCommand } from "@aws-sdk/client-groundstation"; // ES Modules import
19
- * // const { GroundStationClient, CreateDataflowEndpointGroupCommand } = require("@aws-sdk/client-groundstation"); // CommonJS import
20
- * const client = new GroundStationClient(config);
21
- * const command = new CreateDataflowEndpointGroupCommand(input);
22
- * const response = await client.send(command);
23
- * ```
24
- *
25
- * @see {@link CreateDataflowEndpointGroupCommandInput} for command's `input` shape.
26
- * @see {@link CreateDataflowEndpointGroupCommandOutput} for command's `response` shape.
27
- * @see {@link GroundStationClientResolvedConfig | config} for command's `input` shape.
28
- *
29
- */
9
+
30
10
  export declare class CreateDataflowEndpointGroupCommand extends $Command<CreateDataflowEndpointGroupCommandInput, CreateDataflowEndpointGroupCommandOutput, GroundStationClientResolvedConfig> {
31
11
  readonly input: CreateDataflowEndpointGroupCommandInput;
32
12
  constructor(input: CreateDataflowEndpointGroupCommandInput);
33
- /**
34
- * @internal
35
- */
13
+
36
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GroundStationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateDataflowEndpointGroupCommandInput, CreateDataflowEndpointGroupCommandOutput>;
37
15
  private serialize;
38
16
  private deserialize;