@aws-sdk/client-groundstation 3.928.0 → 3.930.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 (59) hide show
  1. package/dist-cjs/index.js +1590 -1854
  2. package/dist-cjs/runtimeConfig.shared.js +2 -0
  3. package/dist-es/GroundStationClient.js +2 -0
  4. package/dist-es/commands/CancelContactCommand.js +3 -9
  5. package/dist-es/commands/CreateConfigCommand.js +3 -9
  6. package/dist-es/commands/CreateDataflowEndpointGroupCommand.js +3 -9
  7. package/dist-es/commands/CreateDataflowEndpointGroupV2Command.js +3 -9
  8. package/dist-es/commands/CreateEphemerisCommand.js +3 -9
  9. package/dist-es/commands/CreateMissionProfileCommand.js +3 -9
  10. package/dist-es/commands/DeleteConfigCommand.js +3 -9
  11. package/dist-es/commands/DeleteDataflowEndpointGroupCommand.js +3 -9
  12. package/dist-es/commands/DeleteEphemerisCommand.js +3 -9
  13. package/dist-es/commands/DeleteMissionProfileCommand.js +3 -9
  14. package/dist-es/commands/DescribeContactCommand.js +3 -9
  15. package/dist-es/commands/DescribeEphemerisCommand.js +3 -9
  16. package/dist-es/commands/GetAgentConfigurationCommand.js +3 -9
  17. package/dist-es/commands/GetAgentTaskResponseUrlCommand.js +3 -9
  18. package/dist-es/commands/GetConfigCommand.js +3 -9
  19. package/dist-es/commands/GetDataflowEndpointGroupCommand.js +3 -9
  20. package/dist-es/commands/GetMinuteUsageCommand.js +3 -9
  21. package/dist-es/commands/GetMissionProfileCommand.js +3 -9
  22. package/dist-es/commands/GetSatelliteCommand.js +3 -9
  23. package/dist-es/commands/ListConfigsCommand.js +3 -9
  24. package/dist-es/commands/ListContactsCommand.js +3 -9
  25. package/dist-es/commands/ListDataflowEndpointGroupsCommand.js +3 -9
  26. package/dist-es/commands/ListEphemeridesCommand.js +3 -9
  27. package/dist-es/commands/ListGroundStationsCommand.js +3 -9
  28. package/dist-es/commands/ListMissionProfilesCommand.js +3 -9
  29. package/dist-es/commands/ListSatellitesCommand.js +3 -9
  30. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  31. package/dist-es/commands/RegisterAgentCommand.js +3 -9
  32. package/dist-es/commands/ReserveContactCommand.js +3 -9
  33. package/dist-es/commands/TagResourceCommand.js +3 -9
  34. package/dist-es/commands/UntagResourceCommand.js +3 -9
  35. package/dist-es/commands/UpdateAgentStatusCommand.js +3 -9
  36. package/dist-es/commands/UpdateConfigCommand.js +3 -9
  37. package/dist-es/commands/UpdateEphemerisCommand.js +3 -9
  38. package/dist-es/commands/UpdateMissionProfileCommand.js +3 -9
  39. package/dist-es/models/models_0.js +0 -120
  40. package/dist-es/runtimeConfig.shared.js +2 -0
  41. package/dist-es/schemas/schemas_0.js +1520 -0
  42. package/dist-types/GroundStationClient.d.ts +10 -1
  43. package/dist-types/models/models_0.d.ts +44 -11
  44. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  45. package/dist-types/runtimeConfig.d.ts +1 -0
  46. package/dist-types/runtimeConfig.native.d.ts +1 -0
  47. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  48. package/dist-types/schemas/schemas_0.d.ts +212 -0
  49. package/dist-types/ts3.4/GroundStationClient.d.ts +4 -0
  50. package/dist-types/ts3.4/models/models_0.d.ts +0 -11
  51. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  52. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  53. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  54. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  55. package/dist-types/ts3.4/schemas/schemas_0.d.ts +217 -0
  56. package/package.json +34 -34
  57. package/dist-es/protocols/Aws_restJson1.js +0 -1476
  58. package/dist-types/protocols/Aws_restJson1.d.ts +0 -317
  59. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -425
@@ -1,317 +0,0 @@
1
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
2
- import { SerdeContext as __SerdeContext } from "@smithy/types";
3
- import { CancelContactCommandInput, CancelContactCommandOutput } from "../commands/CancelContactCommand";
4
- import { CreateConfigCommandInput, CreateConfigCommandOutput } from "../commands/CreateConfigCommand";
5
- import { CreateDataflowEndpointGroupCommandInput, CreateDataflowEndpointGroupCommandOutput } from "../commands/CreateDataflowEndpointGroupCommand";
6
- import { CreateDataflowEndpointGroupV2CommandInput, CreateDataflowEndpointGroupV2CommandOutput } from "../commands/CreateDataflowEndpointGroupV2Command";
7
- import { CreateEphemerisCommandInput, CreateEphemerisCommandOutput } from "../commands/CreateEphemerisCommand";
8
- import { CreateMissionProfileCommandInput, CreateMissionProfileCommandOutput } from "../commands/CreateMissionProfileCommand";
9
- import { DeleteConfigCommandInput, DeleteConfigCommandOutput } from "../commands/DeleteConfigCommand";
10
- import { DeleteDataflowEndpointGroupCommandInput, DeleteDataflowEndpointGroupCommandOutput } from "../commands/DeleteDataflowEndpointGroupCommand";
11
- import { DeleteEphemerisCommandInput, DeleteEphemerisCommandOutput } from "../commands/DeleteEphemerisCommand";
12
- import { DeleteMissionProfileCommandInput, DeleteMissionProfileCommandOutput } from "../commands/DeleteMissionProfileCommand";
13
- import { DescribeContactCommandInput, DescribeContactCommandOutput } from "../commands/DescribeContactCommand";
14
- import { DescribeEphemerisCommandInput, DescribeEphemerisCommandOutput } from "../commands/DescribeEphemerisCommand";
15
- import { GetAgentConfigurationCommandInput, GetAgentConfigurationCommandOutput } from "../commands/GetAgentConfigurationCommand";
16
- import { GetAgentTaskResponseUrlCommandInput, GetAgentTaskResponseUrlCommandOutput } from "../commands/GetAgentTaskResponseUrlCommand";
17
- import { GetConfigCommandInput, GetConfigCommandOutput } from "../commands/GetConfigCommand";
18
- import { GetDataflowEndpointGroupCommandInput, GetDataflowEndpointGroupCommandOutput } from "../commands/GetDataflowEndpointGroupCommand";
19
- import { GetMinuteUsageCommandInput, GetMinuteUsageCommandOutput } from "../commands/GetMinuteUsageCommand";
20
- import { GetMissionProfileCommandInput, GetMissionProfileCommandOutput } from "../commands/GetMissionProfileCommand";
21
- import { GetSatelliteCommandInput, GetSatelliteCommandOutput } from "../commands/GetSatelliteCommand";
22
- import { ListConfigsCommandInput, ListConfigsCommandOutput } from "../commands/ListConfigsCommand";
23
- import { ListContactsCommandInput, ListContactsCommandOutput } from "../commands/ListContactsCommand";
24
- import { ListDataflowEndpointGroupsCommandInput, ListDataflowEndpointGroupsCommandOutput } from "../commands/ListDataflowEndpointGroupsCommand";
25
- import { ListEphemeridesCommandInput, ListEphemeridesCommandOutput } from "../commands/ListEphemeridesCommand";
26
- import { ListGroundStationsCommandInput, ListGroundStationsCommandOutput } from "../commands/ListGroundStationsCommand";
27
- import { ListMissionProfilesCommandInput, ListMissionProfilesCommandOutput } from "../commands/ListMissionProfilesCommand";
28
- import { ListSatellitesCommandInput, ListSatellitesCommandOutput } from "../commands/ListSatellitesCommand";
29
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
30
- import { RegisterAgentCommandInput, RegisterAgentCommandOutput } from "../commands/RegisterAgentCommand";
31
- import { ReserveContactCommandInput, ReserveContactCommandOutput } from "../commands/ReserveContactCommand";
32
- import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
33
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
34
- import { UpdateAgentStatusCommandInput, UpdateAgentStatusCommandOutput } from "../commands/UpdateAgentStatusCommand";
35
- import { UpdateConfigCommandInput, UpdateConfigCommandOutput } from "../commands/UpdateConfigCommand";
36
- import { UpdateEphemerisCommandInput, UpdateEphemerisCommandOutput } from "../commands/UpdateEphemerisCommand";
37
- import { UpdateMissionProfileCommandInput, UpdateMissionProfileCommandOutput } from "../commands/UpdateMissionProfileCommand";
38
- /**
39
- * serializeAws_restJson1CancelContactCommand
40
- */
41
- export declare const se_CancelContactCommand: (input: CancelContactCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
42
- /**
43
- * serializeAws_restJson1CreateConfigCommand
44
- */
45
- export declare const se_CreateConfigCommand: (input: CreateConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
46
- /**
47
- * serializeAws_restJson1CreateDataflowEndpointGroupCommand
48
- */
49
- export declare const se_CreateDataflowEndpointGroupCommand: (input: CreateDataflowEndpointGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
50
- /**
51
- * serializeAws_restJson1CreateDataflowEndpointGroupV2Command
52
- */
53
- export declare const se_CreateDataflowEndpointGroupV2Command: (input: CreateDataflowEndpointGroupV2CommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
54
- /**
55
- * serializeAws_restJson1CreateEphemerisCommand
56
- */
57
- export declare const se_CreateEphemerisCommand: (input: CreateEphemerisCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
58
- /**
59
- * serializeAws_restJson1CreateMissionProfileCommand
60
- */
61
- export declare const se_CreateMissionProfileCommand: (input: CreateMissionProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
62
- /**
63
- * serializeAws_restJson1DeleteConfigCommand
64
- */
65
- export declare const se_DeleteConfigCommand: (input: DeleteConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
66
- /**
67
- * serializeAws_restJson1DeleteDataflowEndpointGroupCommand
68
- */
69
- export declare const se_DeleteDataflowEndpointGroupCommand: (input: DeleteDataflowEndpointGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
70
- /**
71
- * serializeAws_restJson1DeleteEphemerisCommand
72
- */
73
- export declare const se_DeleteEphemerisCommand: (input: DeleteEphemerisCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
74
- /**
75
- * serializeAws_restJson1DeleteMissionProfileCommand
76
- */
77
- export declare const se_DeleteMissionProfileCommand: (input: DeleteMissionProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
78
- /**
79
- * serializeAws_restJson1DescribeContactCommand
80
- */
81
- export declare const se_DescribeContactCommand: (input: DescribeContactCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
82
- /**
83
- * serializeAws_restJson1DescribeEphemerisCommand
84
- */
85
- export declare const se_DescribeEphemerisCommand: (input: DescribeEphemerisCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
86
- /**
87
- * serializeAws_restJson1GetAgentConfigurationCommand
88
- */
89
- export declare const se_GetAgentConfigurationCommand: (input: GetAgentConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
90
- /**
91
- * serializeAws_restJson1GetAgentTaskResponseUrlCommand
92
- */
93
- export declare const se_GetAgentTaskResponseUrlCommand: (input: GetAgentTaskResponseUrlCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
94
- /**
95
- * serializeAws_restJson1GetConfigCommand
96
- */
97
- export declare const se_GetConfigCommand: (input: GetConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
98
- /**
99
- * serializeAws_restJson1GetDataflowEndpointGroupCommand
100
- */
101
- export declare const se_GetDataflowEndpointGroupCommand: (input: GetDataflowEndpointGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
102
- /**
103
- * serializeAws_restJson1GetMinuteUsageCommand
104
- */
105
- export declare const se_GetMinuteUsageCommand: (input: GetMinuteUsageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
106
- /**
107
- * serializeAws_restJson1GetMissionProfileCommand
108
- */
109
- export declare const se_GetMissionProfileCommand: (input: GetMissionProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
110
- /**
111
- * serializeAws_restJson1GetSatelliteCommand
112
- */
113
- export declare const se_GetSatelliteCommand: (input: GetSatelliteCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
114
- /**
115
- * serializeAws_restJson1ListConfigsCommand
116
- */
117
- export declare const se_ListConfigsCommand: (input: ListConfigsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
118
- /**
119
- * serializeAws_restJson1ListContactsCommand
120
- */
121
- export declare const se_ListContactsCommand: (input: ListContactsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
122
- /**
123
- * serializeAws_restJson1ListDataflowEndpointGroupsCommand
124
- */
125
- export declare const se_ListDataflowEndpointGroupsCommand: (input: ListDataflowEndpointGroupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
126
- /**
127
- * serializeAws_restJson1ListEphemeridesCommand
128
- */
129
- export declare const se_ListEphemeridesCommand: (input: ListEphemeridesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
130
- /**
131
- * serializeAws_restJson1ListGroundStationsCommand
132
- */
133
- export declare const se_ListGroundStationsCommand: (input: ListGroundStationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
134
- /**
135
- * serializeAws_restJson1ListMissionProfilesCommand
136
- */
137
- export declare const se_ListMissionProfilesCommand: (input: ListMissionProfilesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
138
- /**
139
- * serializeAws_restJson1ListSatellitesCommand
140
- */
141
- export declare const se_ListSatellitesCommand: (input: ListSatellitesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
142
- /**
143
- * serializeAws_restJson1ListTagsForResourceCommand
144
- */
145
- export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
146
- /**
147
- * serializeAws_restJson1RegisterAgentCommand
148
- */
149
- export declare const se_RegisterAgentCommand: (input: RegisterAgentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
150
- /**
151
- * serializeAws_restJson1ReserveContactCommand
152
- */
153
- export declare const se_ReserveContactCommand: (input: ReserveContactCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
154
- /**
155
- * serializeAws_restJson1TagResourceCommand
156
- */
157
- export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
158
- /**
159
- * serializeAws_restJson1UntagResourceCommand
160
- */
161
- export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
162
- /**
163
- * serializeAws_restJson1UpdateAgentStatusCommand
164
- */
165
- export declare const se_UpdateAgentStatusCommand: (input: UpdateAgentStatusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
166
- /**
167
- * serializeAws_restJson1UpdateConfigCommand
168
- */
169
- export declare const se_UpdateConfigCommand: (input: UpdateConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
170
- /**
171
- * serializeAws_restJson1UpdateEphemerisCommand
172
- */
173
- export declare const se_UpdateEphemerisCommand: (input: UpdateEphemerisCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
174
- /**
175
- * serializeAws_restJson1UpdateMissionProfileCommand
176
- */
177
- export declare const se_UpdateMissionProfileCommand: (input: UpdateMissionProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
178
- /**
179
- * deserializeAws_restJson1CancelContactCommand
180
- */
181
- export declare const de_CancelContactCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CancelContactCommandOutput>;
182
- /**
183
- * deserializeAws_restJson1CreateConfigCommand
184
- */
185
- export declare const de_CreateConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateConfigCommandOutput>;
186
- /**
187
- * deserializeAws_restJson1CreateDataflowEndpointGroupCommand
188
- */
189
- export declare const de_CreateDataflowEndpointGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDataflowEndpointGroupCommandOutput>;
190
- /**
191
- * deserializeAws_restJson1CreateDataflowEndpointGroupV2Command
192
- */
193
- export declare const de_CreateDataflowEndpointGroupV2Command: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDataflowEndpointGroupV2CommandOutput>;
194
- /**
195
- * deserializeAws_restJson1CreateEphemerisCommand
196
- */
197
- export declare const de_CreateEphemerisCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateEphemerisCommandOutput>;
198
- /**
199
- * deserializeAws_restJson1CreateMissionProfileCommand
200
- */
201
- export declare const de_CreateMissionProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateMissionProfileCommandOutput>;
202
- /**
203
- * deserializeAws_restJson1DeleteConfigCommand
204
- */
205
- export declare const de_DeleteConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteConfigCommandOutput>;
206
- /**
207
- * deserializeAws_restJson1DeleteDataflowEndpointGroupCommand
208
- */
209
- export declare const de_DeleteDataflowEndpointGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteDataflowEndpointGroupCommandOutput>;
210
- /**
211
- * deserializeAws_restJson1DeleteEphemerisCommand
212
- */
213
- export declare const de_DeleteEphemerisCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteEphemerisCommandOutput>;
214
- /**
215
- * deserializeAws_restJson1DeleteMissionProfileCommand
216
- */
217
- export declare const de_DeleteMissionProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteMissionProfileCommandOutput>;
218
- /**
219
- * deserializeAws_restJson1DescribeContactCommand
220
- */
221
- export declare const de_DescribeContactCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeContactCommandOutput>;
222
- /**
223
- * deserializeAws_restJson1DescribeEphemerisCommand
224
- */
225
- export declare const de_DescribeEphemerisCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeEphemerisCommandOutput>;
226
- /**
227
- * deserializeAws_restJson1GetAgentConfigurationCommand
228
- */
229
- export declare const de_GetAgentConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAgentConfigurationCommandOutput>;
230
- /**
231
- * deserializeAws_restJson1GetAgentTaskResponseUrlCommand
232
- */
233
- export declare const de_GetAgentTaskResponseUrlCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAgentTaskResponseUrlCommandOutput>;
234
- /**
235
- * deserializeAws_restJson1GetConfigCommand
236
- */
237
- export declare const de_GetConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetConfigCommandOutput>;
238
- /**
239
- * deserializeAws_restJson1GetDataflowEndpointGroupCommand
240
- */
241
- export declare const de_GetDataflowEndpointGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDataflowEndpointGroupCommandOutput>;
242
- /**
243
- * deserializeAws_restJson1GetMinuteUsageCommand
244
- */
245
- export declare const de_GetMinuteUsageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetMinuteUsageCommandOutput>;
246
- /**
247
- * deserializeAws_restJson1GetMissionProfileCommand
248
- */
249
- export declare const de_GetMissionProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetMissionProfileCommandOutput>;
250
- /**
251
- * deserializeAws_restJson1GetSatelliteCommand
252
- */
253
- export declare const de_GetSatelliteCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSatelliteCommandOutput>;
254
- /**
255
- * deserializeAws_restJson1ListConfigsCommand
256
- */
257
- export declare const de_ListConfigsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListConfigsCommandOutput>;
258
- /**
259
- * deserializeAws_restJson1ListContactsCommand
260
- */
261
- export declare const de_ListContactsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListContactsCommandOutput>;
262
- /**
263
- * deserializeAws_restJson1ListDataflowEndpointGroupsCommand
264
- */
265
- export declare const de_ListDataflowEndpointGroupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDataflowEndpointGroupsCommandOutput>;
266
- /**
267
- * deserializeAws_restJson1ListEphemeridesCommand
268
- */
269
- export declare const de_ListEphemeridesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListEphemeridesCommandOutput>;
270
- /**
271
- * deserializeAws_restJson1ListGroundStationsCommand
272
- */
273
- export declare const de_ListGroundStationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListGroundStationsCommandOutput>;
274
- /**
275
- * deserializeAws_restJson1ListMissionProfilesCommand
276
- */
277
- export declare const de_ListMissionProfilesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListMissionProfilesCommandOutput>;
278
- /**
279
- * deserializeAws_restJson1ListSatellitesCommand
280
- */
281
- export declare const de_ListSatellitesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSatellitesCommandOutput>;
282
- /**
283
- * deserializeAws_restJson1ListTagsForResourceCommand
284
- */
285
- export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
286
- /**
287
- * deserializeAws_restJson1RegisterAgentCommand
288
- */
289
- export declare const de_RegisterAgentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RegisterAgentCommandOutput>;
290
- /**
291
- * deserializeAws_restJson1ReserveContactCommand
292
- */
293
- export declare const de_ReserveContactCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ReserveContactCommandOutput>;
294
- /**
295
- * deserializeAws_restJson1TagResourceCommand
296
- */
297
- export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
298
- /**
299
- * deserializeAws_restJson1UntagResourceCommand
300
- */
301
- export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
302
- /**
303
- * deserializeAws_restJson1UpdateAgentStatusCommand
304
- */
305
- export declare const de_UpdateAgentStatusCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateAgentStatusCommandOutput>;
306
- /**
307
- * deserializeAws_restJson1UpdateConfigCommand
308
- */
309
- export declare const de_UpdateConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateConfigCommandOutput>;
310
- /**
311
- * deserializeAws_restJson1UpdateEphemerisCommand
312
- */
313
- export declare const de_UpdateEphemerisCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateEphemerisCommandOutput>;
314
- /**
315
- * deserializeAws_restJson1UpdateMissionProfileCommand
316
- */
317
- export declare const de_UpdateMissionProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateMissionProfileCommandOutput>;