@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,425 +0,0 @@
1
- import {
2
- HttpRequest as __HttpRequest,
3
- HttpResponse as __HttpResponse,
4
- } from "@smithy/protocol-http";
5
- import { SerdeContext as __SerdeContext } from "@smithy/types";
6
- import {
7
- CancelContactCommandInput,
8
- CancelContactCommandOutput,
9
- } from "../commands/CancelContactCommand";
10
- import {
11
- CreateConfigCommandInput,
12
- CreateConfigCommandOutput,
13
- } from "../commands/CreateConfigCommand";
14
- import {
15
- CreateDataflowEndpointGroupCommandInput,
16
- CreateDataflowEndpointGroupCommandOutput,
17
- } from "../commands/CreateDataflowEndpointGroupCommand";
18
- import {
19
- CreateDataflowEndpointGroupV2CommandInput,
20
- CreateDataflowEndpointGroupV2CommandOutput,
21
- } from "../commands/CreateDataflowEndpointGroupV2Command";
22
- import {
23
- CreateEphemerisCommandInput,
24
- CreateEphemerisCommandOutput,
25
- } from "../commands/CreateEphemerisCommand";
26
- import {
27
- CreateMissionProfileCommandInput,
28
- CreateMissionProfileCommandOutput,
29
- } from "../commands/CreateMissionProfileCommand";
30
- import {
31
- DeleteConfigCommandInput,
32
- DeleteConfigCommandOutput,
33
- } from "../commands/DeleteConfigCommand";
34
- import {
35
- DeleteDataflowEndpointGroupCommandInput,
36
- DeleteDataflowEndpointGroupCommandOutput,
37
- } from "../commands/DeleteDataflowEndpointGroupCommand";
38
- import {
39
- DeleteEphemerisCommandInput,
40
- DeleteEphemerisCommandOutput,
41
- } from "../commands/DeleteEphemerisCommand";
42
- import {
43
- DeleteMissionProfileCommandInput,
44
- DeleteMissionProfileCommandOutput,
45
- } from "../commands/DeleteMissionProfileCommand";
46
- import {
47
- DescribeContactCommandInput,
48
- DescribeContactCommandOutput,
49
- } from "../commands/DescribeContactCommand";
50
- import {
51
- DescribeEphemerisCommandInput,
52
- DescribeEphemerisCommandOutput,
53
- } from "../commands/DescribeEphemerisCommand";
54
- import {
55
- GetAgentConfigurationCommandInput,
56
- GetAgentConfigurationCommandOutput,
57
- } from "../commands/GetAgentConfigurationCommand";
58
- import {
59
- GetAgentTaskResponseUrlCommandInput,
60
- GetAgentTaskResponseUrlCommandOutput,
61
- } from "../commands/GetAgentTaskResponseUrlCommand";
62
- import {
63
- GetConfigCommandInput,
64
- GetConfigCommandOutput,
65
- } from "../commands/GetConfigCommand";
66
- import {
67
- GetDataflowEndpointGroupCommandInput,
68
- GetDataflowEndpointGroupCommandOutput,
69
- } from "../commands/GetDataflowEndpointGroupCommand";
70
- import {
71
- GetMinuteUsageCommandInput,
72
- GetMinuteUsageCommandOutput,
73
- } from "../commands/GetMinuteUsageCommand";
74
- import {
75
- GetMissionProfileCommandInput,
76
- GetMissionProfileCommandOutput,
77
- } from "../commands/GetMissionProfileCommand";
78
- import {
79
- GetSatelliteCommandInput,
80
- GetSatelliteCommandOutput,
81
- } from "../commands/GetSatelliteCommand";
82
- import {
83
- ListConfigsCommandInput,
84
- ListConfigsCommandOutput,
85
- } from "../commands/ListConfigsCommand";
86
- import {
87
- ListContactsCommandInput,
88
- ListContactsCommandOutput,
89
- } from "../commands/ListContactsCommand";
90
- import {
91
- ListDataflowEndpointGroupsCommandInput,
92
- ListDataflowEndpointGroupsCommandOutput,
93
- } from "../commands/ListDataflowEndpointGroupsCommand";
94
- import {
95
- ListEphemeridesCommandInput,
96
- ListEphemeridesCommandOutput,
97
- } from "../commands/ListEphemeridesCommand";
98
- import {
99
- ListGroundStationsCommandInput,
100
- ListGroundStationsCommandOutput,
101
- } from "../commands/ListGroundStationsCommand";
102
- import {
103
- ListMissionProfilesCommandInput,
104
- ListMissionProfilesCommandOutput,
105
- } from "../commands/ListMissionProfilesCommand";
106
- import {
107
- ListSatellitesCommandInput,
108
- ListSatellitesCommandOutput,
109
- } from "../commands/ListSatellitesCommand";
110
- import {
111
- ListTagsForResourceCommandInput,
112
- ListTagsForResourceCommandOutput,
113
- } from "../commands/ListTagsForResourceCommand";
114
- import {
115
- RegisterAgentCommandInput,
116
- RegisterAgentCommandOutput,
117
- } from "../commands/RegisterAgentCommand";
118
- import {
119
- ReserveContactCommandInput,
120
- ReserveContactCommandOutput,
121
- } from "../commands/ReserveContactCommand";
122
- import {
123
- TagResourceCommandInput,
124
- TagResourceCommandOutput,
125
- } from "../commands/TagResourceCommand";
126
- import {
127
- UntagResourceCommandInput,
128
- UntagResourceCommandOutput,
129
- } from "../commands/UntagResourceCommand";
130
- import {
131
- UpdateAgentStatusCommandInput,
132
- UpdateAgentStatusCommandOutput,
133
- } from "../commands/UpdateAgentStatusCommand";
134
- import {
135
- UpdateConfigCommandInput,
136
- UpdateConfigCommandOutput,
137
- } from "../commands/UpdateConfigCommand";
138
- import {
139
- UpdateEphemerisCommandInput,
140
- UpdateEphemerisCommandOutput,
141
- } from "../commands/UpdateEphemerisCommand";
142
- import {
143
- UpdateMissionProfileCommandInput,
144
- UpdateMissionProfileCommandOutput,
145
- } from "../commands/UpdateMissionProfileCommand";
146
- export declare const se_CancelContactCommand: (
147
- input: CancelContactCommandInput,
148
- context: __SerdeContext
149
- ) => Promise<__HttpRequest>;
150
- export declare const se_CreateConfigCommand: (
151
- input: CreateConfigCommandInput,
152
- context: __SerdeContext
153
- ) => Promise<__HttpRequest>;
154
- export declare const se_CreateDataflowEndpointGroupCommand: (
155
- input: CreateDataflowEndpointGroupCommandInput,
156
- context: __SerdeContext
157
- ) => Promise<__HttpRequest>;
158
- export declare const se_CreateDataflowEndpointGroupV2Command: (
159
- input: CreateDataflowEndpointGroupV2CommandInput,
160
- context: __SerdeContext
161
- ) => Promise<__HttpRequest>;
162
- export declare const se_CreateEphemerisCommand: (
163
- input: CreateEphemerisCommandInput,
164
- context: __SerdeContext
165
- ) => Promise<__HttpRequest>;
166
- export declare const se_CreateMissionProfileCommand: (
167
- input: CreateMissionProfileCommandInput,
168
- context: __SerdeContext
169
- ) => Promise<__HttpRequest>;
170
- export declare const se_DeleteConfigCommand: (
171
- input: DeleteConfigCommandInput,
172
- context: __SerdeContext
173
- ) => Promise<__HttpRequest>;
174
- export declare const se_DeleteDataflowEndpointGroupCommand: (
175
- input: DeleteDataflowEndpointGroupCommandInput,
176
- context: __SerdeContext
177
- ) => Promise<__HttpRequest>;
178
- export declare const se_DeleteEphemerisCommand: (
179
- input: DeleteEphemerisCommandInput,
180
- context: __SerdeContext
181
- ) => Promise<__HttpRequest>;
182
- export declare const se_DeleteMissionProfileCommand: (
183
- input: DeleteMissionProfileCommandInput,
184
- context: __SerdeContext
185
- ) => Promise<__HttpRequest>;
186
- export declare const se_DescribeContactCommand: (
187
- input: DescribeContactCommandInput,
188
- context: __SerdeContext
189
- ) => Promise<__HttpRequest>;
190
- export declare const se_DescribeEphemerisCommand: (
191
- input: DescribeEphemerisCommandInput,
192
- context: __SerdeContext
193
- ) => Promise<__HttpRequest>;
194
- export declare const se_GetAgentConfigurationCommand: (
195
- input: GetAgentConfigurationCommandInput,
196
- context: __SerdeContext
197
- ) => Promise<__HttpRequest>;
198
- export declare const se_GetAgentTaskResponseUrlCommand: (
199
- input: GetAgentTaskResponseUrlCommandInput,
200
- context: __SerdeContext
201
- ) => Promise<__HttpRequest>;
202
- export declare const se_GetConfigCommand: (
203
- input: GetConfigCommandInput,
204
- context: __SerdeContext
205
- ) => Promise<__HttpRequest>;
206
- export declare const se_GetDataflowEndpointGroupCommand: (
207
- input: GetDataflowEndpointGroupCommandInput,
208
- context: __SerdeContext
209
- ) => Promise<__HttpRequest>;
210
- export declare const se_GetMinuteUsageCommand: (
211
- input: GetMinuteUsageCommandInput,
212
- context: __SerdeContext
213
- ) => Promise<__HttpRequest>;
214
- export declare const se_GetMissionProfileCommand: (
215
- input: GetMissionProfileCommandInput,
216
- context: __SerdeContext
217
- ) => Promise<__HttpRequest>;
218
- export declare const se_GetSatelliteCommand: (
219
- input: GetSatelliteCommandInput,
220
- context: __SerdeContext
221
- ) => Promise<__HttpRequest>;
222
- export declare const se_ListConfigsCommand: (
223
- input: ListConfigsCommandInput,
224
- context: __SerdeContext
225
- ) => Promise<__HttpRequest>;
226
- export declare const se_ListContactsCommand: (
227
- input: ListContactsCommandInput,
228
- context: __SerdeContext
229
- ) => Promise<__HttpRequest>;
230
- export declare const se_ListDataflowEndpointGroupsCommand: (
231
- input: ListDataflowEndpointGroupsCommandInput,
232
- context: __SerdeContext
233
- ) => Promise<__HttpRequest>;
234
- export declare const se_ListEphemeridesCommand: (
235
- input: ListEphemeridesCommandInput,
236
- context: __SerdeContext
237
- ) => Promise<__HttpRequest>;
238
- export declare const se_ListGroundStationsCommand: (
239
- input: ListGroundStationsCommandInput,
240
- context: __SerdeContext
241
- ) => Promise<__HttpRequest>;
242
- export declare const se_ListMissionProfilesCommand: (
243
- input: ListMissionProfilesCommandInput,
244
- context: __SerdeContext
245
- ) => Promise<__HttpRequest>;
246
- export declare const se_ListSatellitesCommand: (
247
- input: ListSatellitesCommandInput,
248
- context: __SerdeContext
249
- ) => Promise<__HttpRequest>;
250
- export declare const se_ListTagsForResourceCommand: (
251
- input: ListTagsForResourceCommandInput,
252
- context: __SerdeContext
253
- ) => Promise<__HttpRequest>;
254
- export declare const se_RegisterAgentCommand: (
255
- input: RegisterAgentCommandInput,
256
- context: __SerdeContext
257
- ) => Promise<__HttpRequest>;
258
- export declare const se_ReserveContactCommand: (
259
- input: ReserveContactCommandInput,
260
- context: __SerdeContext
261
- ) => Promise<__HttpRequest>;
262
- export declare const se_TagResourceCommand: (
263
- input: TagResourceCommandInput,
264
- context: __SerdeContext
265
- ) => Promise<__HttpRequest>;
266
- export declare const se_UntagResourceCommand: (
267
- input: UntagResourceCommandInput,
268
- context: __SerdeContext
269
- ) => Promise<__HttpRequest>;
270
- export declare const se_UpdateAgentStatusCommand: (
271
- input: UpdateAgentStatusCommandInput,
272
- context: __SerdeContext
273
- ) => Promise<__HttpRequest>;
274
- export declare const se_UpdateConfigCommand: (
275
- input: UpdateConfigCommandInput,
276
- context: __SerdeContext
277
- ) => Promise<__HttpRequest>;
278
- export declare const se_UpdateEphemerisCommand: (
279
- input: UpdateEphemerisCommandInput,
280
- context: __SerdeContext
281
- ) => Promise<__HttpRequest>;
282
- export declare const se_UpdateMissionProfileCommand: (
283
- input: UpdateMissionProfileCommandInput,
284
- context: __SerdeContext
285
- ) => Promise<__HttpRequest>;
286
- export declare const de_CancelContactCommand: (
287
- output: __HttpResponse,
288
- context: __SerdeContext
289
- ) => Promise<CancelContactCommandOutput>;
290
- export declare const de_CreateConfigCommand: (
291
- output: __HttpResponse,
292
- context: __SerdeContext
293
- ) => Promise<CreateConfigCommandOutput>;
294
- export declare const de_CreateDataflowEndpointGroupCommand: (
295
- output: __HttpResponse,
296
- context: __SerdeContext
297
- ) => Promise<CreateDataflowEndpointGroupCommandOutput>;
298
- export declare const de_CreateDataflowEndpointGroupV2Command: (
299
- output: __HttpResponse,
300
- context: __SerdeContext
301
- ) => Promise<CreateDataflowEndpointGroupV2CommandOutput>;
302
- export declare const de_CreateEphemerisCommand: (
303
- output: __HttpResponse,
304
- context: __SerdeContext
305
- ) => Promise<CreateEphemerisCommandOutput>;
306
- export declare const de_CreateMissionProfileCommand: (
307
- output: __HttpResponse,
308
- context: __SerdeContext
309
- ) => Promise<CreateMissionProfileCommandOutput>;
310
- export declare const de_DeleteConfigCommand: (
311
- output: __HttpResponse,
312
- context: __SerdeContext
313
- ) => Promise<DeleteConfigCommandOutput>;
314
- export declare const de_DeleteDataflowEndpointGroupCommand: (
315
- output: __HttpResponse,
316
- context: __SerdeContext
317
- ) => Promise<DeleteDataflowEndpointGroupCommandOutput>;
318
- export declare const de_DeleteEphemerisCommand: (
319
- output: __HttpResponse,
320
- context: __SerdeContext
321
- ) => Promise<DeleteEphemerisCommandOutput>;
322
- export declare const de_DeleteMissionProfileCommand: (
323
- output: __HttpResponse,
324
- context: __SerdeContext
325
- ) => Promise<DeleteMissionProfileCommandOutput>;
326
- export declare const de_DescribeContactCommand: (
327
- output: __HttpResponse,
328
- context: __SerdeContext
329
- ) => Promise<DescribeContactCommandOutput>;
330
- export declare const de_DescribeEphemerisCommand: (
331
- output: __HttpResponse,
332
- context: __SerdeContext
333
- ) => Promise<DescribeEphemerisCommandOutput>;
334
- export declare const de_GetAgentConfigurationCommand: (
335
- output: __HttpResponse,
336
- context: __SerdeContext
337
- ) => Promise<GetAgentConfigurationCommandOutput>;
338
- export declare const de_GetAgentTaskResponseUrlCommand: (
339
- output: __HttpResponse,
340
- context: __SerdeContext
341
- ) => Promise<GetAgentTaskResponseUrlCommandOutput>;
342
- export declare const de_GetConfigCommand: (
343
- output: __HttpResponse,
344
- context: __SerdeContext
345
- ) => Promise<GetConfigCommandOutput>;
346
- export declare const de_GetDataflowEndpointGroupCommand: (
347
- output: __HttpResponse,
348
- context: __SerdeContext
349
- ) => Promise<GetDataflowEndpointGroupCommandOutput>;
350
- export declare const de_GetMinuteUsageCommand: (
351
- output: __HttpResponse,
352
- context: __SerdeContext
353
- ) => Promise<GetMinuteUsageCommandOutput>;
354
- export declare const de_GetMissionProfileCommand: (
355
- output: __HttpResponse,
356
- context: __SerdeContext
357
- ) => Promise<GetMissionProfileCommandOutput>;
358
- export declare const de_GetSatelliteCommand: (
359
- output: __HttpResponse,
360
- context: __SerdeContext
361
- ) => Promise<GetSatelliteCommandOutput>;
362
- export declare const de_ListConfigsCommand: (
363
- output: __HttpResponse,
364
- context: __SerdeContext
365
- ) => Promise<ListConfigsCommandOutput>;
366
- export declare const de_ListContactsCommand: (
367
- output: __HttpResponse,
368
- context: __SerdeContext
369
- ) => Promise<ListContactsCommandOutput>;
370
- export declare const de_ListDataflowEndpointGroupsCommand: (
371
- output: __HttpResponse,
372
- context: __SerdeContext
373
- ) => Promise<ListDataflowEndpointGroupsCommandOutput>;
374
- export declare const de_ListEphemeridesCommand: (
375
- output: __HttpResponse,
376
- context: __SerdeContext
377
- ) => Promise<ListEphemeridesCommandOutput>;
378
- export declare const de_ListGroundStationsCommand: (
379
- output: __HttpResponse,
380
- context: __SerdeContext
381
- ) => Promise<ListGroundStationsCommandOutput>;
382
- export declare const de_ListMissionProfilesCommand: (
383
- output: __HttpResponse,
384
- context: __SerdeContext
385
- ) => Promise<ListMissionProfilesCommandOutput>;
386
- export declare const de_ListSatellitesCommand: (
387
- output: __HttpResponse,
388
- context: __SerdeContext
389
- ) => Promise<ListSatellitesCommandOutput>;
390
- export declare const de_ListTagsForResourceCommand: (
391
- output: __HttpResponse,
392
- context: __SerdeContext
393
- ) => Promise<ListTagsForResourceCommandOutput>;
394
- export declare const de_RegisterAgentCommand: (
395
- output: __HttpResponse,
396
- context: __SerdeContext
397
- ) => Promise<RegisterAgentCommandOutput>;
398
- export declare const de_ReserveContactCommand: (
399
- output: __HttpResponse,
400
- context: __SerdeContext
401
- ) => Promise<ReserveContactCommandOutput>;
402
- export declare const de_TagResourceCommand: (
403
- output: __HttpResponse,
404
- context: __SerdeContext
405
- ) => Promise<TagResourceCommandOutput>;
406
- export declare const de_UntagResourceCommand: (
407
- output: __HttpResponse,
408
- context: __SerdeContext
409
- ) => Promise<UntagResourceCommandOutput>;
410
- export declare const de_UpdateAgentStatusCommand: (
411
- output: __HttpResponse,
412
- context: __SerdeContext
413
- ) => Promise<UpdateAgentStatusCommandOutput>;
414
- export declare const de_UpdateConfigCommand: (
415
- output: __HttpResponse,
416
- context: __SerdeContext
417
- ) => Promise<UpdateConfigCommandOutput>;
418
- export declare const de_UpdateEphemerisCommand: (
419
- output: __HttpResponse,
420
- context: __SerdeContext
421
- ) => Promise<UpdateEphemerisCommandOutput>;
422
- export declare const de_UpdateMissionProfileCommand: (
423
- output: __HttpResponse,
424
- context: __SerdeContext
425
- ) => Promise<UpdateMissionProfileCommandOutput>;