@aws-sdk/client-groundstation 3.296.0 → 3.298.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.
- package/dist-cjs/commands/CancelContactCommand.js +2 -3
- package/dist-cjs/commands/CreateConfigCommand.js +2 -3
- package/dist-cjs/commands/CreateDataflowEndpointGroupCommand.js +2 -3
- package/dist-cjs/commands/CreateEphemerisCommand.js +2 -3
- package/dist-cjs/commands/CreateMissionProfileCommand.js +2 -3
- package/dist-cjs/commands/DeleteConfigCommand.js +2 -3
- package/dist-cjs/commands/DeleteDataflowEndpointGroupCommand.js +2 -3
- package/dist-cjs/commands/DeleteEphemerisCommand.js +2 -3
- package/dist-cjs/commands/DeleteMissionProfileCommand.js +2 -3
- package/dist-cjs/commands/DescribeContactCommand.js +2 -3
- package/dist-cjs/commands/DescribeEphemerisCommand.js +2 -3
- package/dist-cjs/commands/GetAgentConfigurationCommand.js +2 -3
- package/dist-cjs/commands/GetConfigCommand.js +2 -3
- package/dist-cjs/commands/GetDataflowEndpointGroupCommand.js +2 -3
- package/dist-cjs/commands/GetMinuteUsageCommand.js +2 -3
- package/dist-cjs/commands/GetMissionProfileCommand.js +2 -3
- package/dist-cjs/commands/GetSatelliteCommand.js +2 -3
- package/dist-cjs/commands/ListConfigsCommand.js +2 -3
- package/dist-cjs/commands/ListContactsCommand.js +2 -3
- package/dist-cjs/commands/ListDataflowEndpointGroupsCommand.js +2 -3
- package/dist-cjs/commands/ListEphemeridesCommand.js +2 -3
- package/dist-cjs/commands/ListGroundStationsCommand.js +2 -3
- package/dist-cjs/commands/ListMissionProfilesCommand.js +2 -3
- package/dist-cjs/commands/ListSatellitesCommand.js +2 -3
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -3
- package/dist-cjs/commands/RegisterAgentCommand.js +2 -3
- package/dist-cjs/commands/ReserveContactCommand.js +2 -3
- package/dist-cjs/commands/TagResourceCommand.js +2 -3
- package/dist-cjs/commands/UntagResourceCommand.js +2 -3
- package/dist-cjs/commands/UpdateAgentStatusCommand.js +2 -3
- package/dist-cjs/commands/UpdateConfigCommand.js +2 -3
- package/dist-cjs/commands/UpdateEphemerisCommand.js +2 -3
- package/dist-cjs/commands/UpdateMissionProfileCommand.js +2 -3
- package/dist-cjs/models/models_0.js +1 -499
- package/dist-es/commands/CancelContactCommand.js +2 -3
- package/dist-es/commands/CreateConfigCommand.js +2 -3
- package/dist-es/commands/CreateDataflowEndpointGroupCommand.js +2 -3
- package/dist-es/commands/CreateEphemerisCommand.js +2 -3
- package/dist-es/commands/CreateMissionProfileCommand.js +2 -3
- package/dist-es/commands/DeleteConfigCommand.js +2 -3
- package/dist-es/commands/DeleteDataflowEndpointGroupCommand.js +2 -3
- package/dist-es/commands/DeleteEphemerisCommand.js +2 -3
- package/dist-es/commands/DeleteMissionProfileCommand.js +2 -3
- package/dist-es/commands/DescribeContactCommand.js +2 -3
- package/dist-es/commands/DescribeEphemerisCommand.js +2 -3
- package/dist-es/commands/GetAgentConfigurationCommand.js +2 -3
- package/dist-es/commands/GetConfigCommand.js +2 -3
- package/dist-es/commands/GetDataflowEndpointGroupCommand.js +2 -3
- package/dist-es/commands/GetMinuteUsageCommand.js +2 -3
- package/dist-es/commands/GetMissionProfileCommand.js +2 -3
- package/dist-es/commands/GetSatelliteCommand.js +2 -3
- package/dist-es/commands/ListConfigsCommand.js +2 -3
- package/dist-es/commands/ListContactsCommand.js +2 -3
- package/dist-es/commands/ListDataflowEndpointGroupsCommand.js +2 -3
- package/dist-es/commands/ListEphemeridesCommand.js +2 -3
- package/dist-es/commands/ListGroundStationsCommand.js +2 -3
- package/dist-es/commands/ListMissionProfilesCommand.js +2 -3
- package/dist-es/commands/ListSatellitesCommand.js +2 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -3
- package/dist-es/commands/RegisterAgentCommand.js +2 -3
- package/dist-es/commands/ReserveContactCommand.js +2 -3
- package/dist-es/commands/TagResourceCommand.js +2 -3
- package/dist-es/commands/UntagResourceCommand.js +2 -3
- package/dist-es/commands/UpdateAgentStatusCommand.js +2 -3
- package/dist-es/commands/UpdateConfigCommand.js +2 -3
- package/dist-es/commands/UpdateEphemerisCommand.js +2 -3
- package/dist-es/commands/UpdateMissionProfileCommand.js +2 -3
- package/dist-es/models/models_0.js +0 -385
- package/dist-types/GroundStation.d.ts +34 -0
- package/dist-types/GroundStationClient.d.ts +24 -4
- package/dist-types/commands/CancelContactCommand.d.ts +16 -0
- package/dist-types/commands/CreateConfigCommand.d.ts +16 -0
- package/dist-types/commands/CreateDataflowEndpointGroupCommand.d.ts +16 -0
- package/dist-types/commands/CreateEphemerisCommand.d.ts +16 -0
- package/dist-types/commands/CreateMissionProfileCommand.d.ts +16 -0
- package/dist-types/commands/DeleteConfigCommand.d.ts +16 -0
- package/dist-types/commands/DeleteDataflowEndpointGroupCommand.d.ts +16 -0
- package/dist-types/commands/DeleteEphemerisCommand.d.ts +16 -0
- package/dist-types/commands/DeleteMissionProfileCommand.d.ts +16 -0
- package/dist-types/commands/DescribeContactCommand.d.ts +16 -0
- package/dist-types/commands/DescribeEphemerisCommand.d.ts +16 -0
- package/dist-types/commands/GetAgentConfigurationCommand.d.ts +16 -0
- package/dist-types/commands/GetConfigCommand.d.ts +16 -0
- package/dist-types/commands/GetDataflowEndpointGroupCommand.d.ts +16 -0
- package/dist-types/commands/GetMinuteUsageCommand.d.ts +16 -0
- package/dist-types/commands/GetMissionProfileCommand.d.ts +16 -0
- package/dist-types/commands/GetSatelliteCommand.d.ts +16 -0
- package/dist-types/commands/ListConfigsCommand.d.ts +16 -0
- package/dist-types/commands/ListContactsCommand.d.ts +16 -0
- package/dist-types/commands/ListDataflowEndpointGroupsCommand.d.ts +16 -0
- package/dist-types/commands/ListEphemeridesCommand.d.ts +16 -0
- package/dist-types/commands/ListGroundStationsCommand.d.ts +16 -0
- package/dist-types/commands/ListMissionProfilesCommand.d.ts +16 -0
- package/dist-types/commands/ListSatellitesCommand.d.ts +16 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
- package/dist-types/commands/RegisterAgentCommand.d.ts +16 -0
- package/dist-types/commands/ReserveContactCommand.d.ts +16 -0
- package/dist-types/commands/TagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UpdateAgentStatusCommand.d.ts +16 -0
- package/dist-types/commands/UpdateConfigCommand.d.ts +16 -0
- package/dist-types/commands/UpdateEphemerisCommand.d.ts +16 -0
- package/dist-types/commands/UpdateMissionProfileCommand.d.ts +16 -0
- package/dist-types/models/GroundStationServiceException.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +203 -444
- package/dist-types/pagination/Interfaces.d.ts +3 -0
- package/dist-types/pagination/ListConfigsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListContactsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListDataflowEndpointGroupsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListEphemeridesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListGroundStationsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListMissionProfilesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListSatellitesPaginator.d.ts +3 -0
- package/dist-types/ts3.4/models/models_0.d.ts +0 -303
- package/package.json +4 -3
|
@@ -219,388 +219,3 @@ export var EphemerisSource;
|
|
|
219
219
|
EphemerisSource["CUSTOMER_PROVIDED"] = "CUSTOMER_PROVIDED";
|
|
220
220
|
EphemerisSource["SPACE_TRACK"] = "SPACE_TRACK";
|
|
221
221
|
})(EphemerisSource || (EphemerisSource = {}));
|
|
222
|
-
export const GetAgentConfigurationRequestFilterSensitiveLog = (obj) => ({
|
|
223
|
-
...obj,
|
|
224
|
-
});
|
|
225
|
-
export const GetAgentConfigurationResponseFilterSensitiveLog = (obj) => ({
|
|
226
|
-
...obj,
|
|
227
|
-
});
|
|
228
|
-
export const ComponentVersionFilterSensitiveLog = (obj) => ({
|
|
229
|
-
...obj,
|
|
230
|
-
});
|
|
231
|
-
export const AgentDetailsFilterSensitiveLog = (obj) => ({
|
|
232
|
-
...obj,
|
|
233
|
-
});
|
|
234
|
-
export const DiscoveryDataFilterSensitiveLog = (obj) => ({
|
|
235
|
-
...obj,
|
|
236
|
-
});
|
|
237
|
-
export const RegisterAgentRequestFilterSensitiveLog = (obj) => ({
|
|
238
|
-
...obj,
|
|
239
|
-
});
|
|
240
|
-
export const RegisterAgentResponseFilterSensitiveLog = (obj) => ({
|
|
241
|
-
...obj,
|
|
242
|
-
});
|
|
243
|
-
export const AggregateStatusFilterSensitiveLog = (obj) => ({
|
|
244
|
-
...obj,
|
|
245
|
-
});
|
|
246
|
-
export const ComponentStatusDataFilterSensitiveLog = (obj) => ({
|
|
247
|
-
...obj,
|
|
248
|
-
});
|
|
249
|
-
export const UpdateAgentStatusRequestFilterSensitiveLog = (obj) => ({
|
|
250
|
-
...obj,
|
|
251
|
-
});
|
|
252
|
-
export const UpdateAgentStatusResponseFilterSensitiveLog = (obj) => ({
|
|
253
|
-
...obj,
|
|
254
|
-
});
|
|
255
|
-
export const AntennaDemodDecodeDetailsFilterSensitiveLog = (obj) => ({
|
|
256
|
-
...obj,
|
|
257
|
-
});
|
|
258
|
-
export const FrequencyBandwidthFilterSensitiveLog = (obj) => ({
|
|
259
|
-
...obj,
|
|
260
|
-
});
|
|
261
|
-
export const FrequencyFilterSensitiveLog = (obj) => ({
|
|
262
|
-
...obj,
|
|
263
|
-
});
|
|
264
|
-
export const SpectrumConfigFilterSensitiveLog = (obj) => ({
|
|
265
|
-
...obj,
|
|
266
|
-
});
|
|
267
|
-
export const AntennaDownlinkConfigFilterSensitiveLog = (obj) => ({
|
|
268
|
-
...obj,
|
|
269
|
-
});
|
|
270
|
-
export const DecodeConfigFilterSensitiveLog = (obj) => ({
|
|
271
|
-
...obj,
|
|
272
|
-
});
|
|
273
|
-
export const DemodulationConfigFilterSensitiveLog = (obj) => ({
|
|
274
|
-
...obj,
|
|
275
|
-
});
|
|
276
|
-
export const AntennaDownlinkDemodDecodeConfigFilterSensitiveLog = (obj) => ({
|
|
277
|
-
...obj,
|
|
278
|
-
});
|
|
279
|
-
export const UplinkSpectrumConfigFilterSensitiveLog = (obj) => ({
|
|
280
|
-
...obj,
|
|
281
|
-
});
|
|
282
|
-
export const EirpFilterSensitiveLog = (obj) => ({
|
|
283
|
-
...obj,
|
|
284
|
-
});
|
|
285
|
-
export const AntennaUplinkConfigFilterSensitiveLog = (obj) => ({
|
|
286
|
-
...obj,
|
|
287
|
-
});
|
|
288
|
-
export const SocketAddressFilterSensitiveLog = (obj) => ({
|
|
289
|
-
...obj,
|
|
290
|
-
});
|
|
291
|
-
export const ConnectionDetailsFilterSensitiveLog = (obj) => ({
|
|
292
|
-
...obj,
|
|
293
|
-
});
|
|
294
|
-
export const IntegerRangeFilterSensitiveLog = (obj) => ({
|
|
295
|
-
...obj,
|
|
296
|
-
});
|
|
297
|
-
export const RangedSocketAddressFilterSensitiveLog = (obj) => ({
|
|
298
|
-
...obj,
|
|
299
|
-
});
|
|
300
|
-
export const RangedConnectionDetailsFilterSensitiveLog = (obj) => ({
|
|
301
|
-
...obj,
|
|
302
|
-
});
|
|
303
|
-
export const AwsGroundStationAgentEndpointFilterSensitiveLog = (obj) => ({
|
|
304
|
-
...obj,
|
|
305
|
-
});
|
|
306
|
-
export const CancelContactRequestFilterSensitiveLog = (obj) => ({
|
|
307
|
-
...obj,
|
|
308
|
-
});
|
|
309
|
-
export const ContactIdResponseFilterSensitiveLog = (obj) => ({
|
|
310
|
-
...obj,
|
|
311
|
-
});
|
|
312
|
-
export const ConfigIdResponseFilterSensitiveLog = (obj) => ({
|
|
313
|
-
...obj,
|
|
314
|
-
});
|
|
315
|
-
export const DataflowEndpointConfigFilterSensitiveLog = (obj) => ({
|
|
316
|
-
...obj,
|
|
317
|
-
});
|
|
318
|
-
export const S3RecordingConfigFilterSensitiveLog = (obj) => ({
|
|
319
|
-
...obj,
|
|
320
|
-
});
|
|
321
|
-
export const TrackingConfigFilterSensitiveLog = (obj) => ({
|
|
322
|
-
...obj,
|
|
323
|
-
});
|
|
324
|
-
export const UplinkEchoConfigFilterSensitiveLog = (obj) => ({
|
|
325
|
-
...obj,
|
|
326
|
-
});
|
|
327
|
-
export const ConfigTypeDataFilterSensitiveLog = (obj) => {
|
|
328
|
-
if (obj.antennaDownlinkConfig !== undefined)
|
|
329
|
-
return { antennaDownlinkConfig: AntennaDownlinkConfigFilterSensitiveLog(obj.antennaDownlinkConfig) };
|
|
330
|
-
if (obj.trackingConfig !== undefined)
|
|
331
|
-
return { trackingConfig: TrackingConfigFilterSensitiveLog(obj.trackingConfig) };
|
|
332
|
-
if (obj.dataflowEndpointConfig !== undefined)
|
|
333
|
-
return { dataflowEndpointConfig: DataflowEndpointConfigFilterSensitiveLog(obj.dataflowEndpointConfig) };
|
|
334
|
-
if (obj.antennaDownlinkDemodDecodeConfig !== undefined)
|
|
335
|
-
return {
|
|
336
|
-
antennaDownlinkDemodDecodeConfig: AntennaDownlinkDemodDecodeConfigFilterSensitiveLog(obj.antennaDownlinkDemodDecodeConfig),
|
|
337
|
-
};
|
|
338
|
-
if (obj.antennaUplinkConfig !== undefined)
|
|
339
|
-
return { antennaUplinkConfig: AntennaUplinkConfigFilterSensitiveLog(obj.antennaUplinkConfig) };
|
|
340
|
-
if (obj.uplinkEchoConfig !== undefined)
|
|
341
|
-
return { uplinkEchoConfig: UplinkEchoConfigFilterSensitiveLog(obj.uplinkEchoConfig) };
|
|
342
|
-
if (obj.s3RecordingConfig !== undefined)
|
|
343
|
-
return { s3RecordingConfig: S3RecordingConfigFilterSensitiveLog(obj.s3RecordingConfig) };
|
|
344
|
-
if (obj.$unknown !== undefined)
|
|
345
|
-
return { [obj.$unknown[0]]: "UNKNOWN" };
|
|
346
|
-
};
|
|
347
|
-
export const CreateConfigRequestFilterSensitiveLog = (obj) => ({
|
|
348
|
-
...obj,
|
|
349
|
-
...(obj.configData && { configData: ConfigTypeDataFilterSensitiveLog(obj.configData) }),
|
|
350
|
-
});
|
|
351
|
-
export const DeleteConfigRequestFilterSensitiveLog = (obj) => ({
|
|
352
|
-
...obj,
|
|
353
|
-
});
|
|
354
|
-
export const GetConfigRequestFilterSensitiveLog = (obj) => ({
|
|
355
|
-
...obj,
|
|
356
|
-
});
|
|
357
|
-
export const GetConfigResponseFilterSensitiveLog = (obj) => ({
|
|
358
|
-
...obj,
|
|
359
|
-
...(obj.configData && { configData: ConfigTypeDataFilterSensitiveLog(obj.configData) }),
|
|
360
|
-
});
|
|
361
|
-
export const ListConfigsRequestFilterSensitiveLog = (obj) => ({
|
|
362
|
-
...obj,
|
|
363
|
-
});
|
|
364
|
-
export const ConfigListItemFilterSensitiveLog = (obj) => ({
|
|
365
|
-
...obj,
|
|
366
|
-
});
|
|
367
|
-
export const ListConfigsResponseFilterSensitiveLog = (obj) => ({
|
|
368
|
-
...obj,
|
|
369
|
-
});
|
|
370
|
-
export const UpdateConfigRequestFilterSensitiveLog = (obj) => ({
|
|
371
|
-
...obj,
|
|
372
|
-
...(obj.configData && { configData: ConfigTypeDataFilterSensitiveLog(obj.configData) }),
|
|
373
|
-
});
|
|
374
|
-
export const DataflowEndpointFilterSensitiveLog = (obj) => ({
|
|
375
|
-
...obj,
|
|
376
|
-
});
|
|
377
|
-
export const SecurityDetailsFilterSensitiveLog = (obj) => ({
|
|
378
|
-
...obj,
|
|
379
|
-
});
|
|
380
|
-
export const EndpointDetailsFilterSensitiveLog = (obj) => ({
|
|
381
|
-
...obj,
|
|
382
|
-
});
|
|
383
|
-
export const S3RecordingDetailsFilterSensitiveLog = (obj) => ({
|
|
384
|
-
...obj,
|
|
385
|
-
});
|
|
386
|
-
export const ConfigDetailsFilterSensitiveLog = (obj) => {
|
|
387
|
-
if (obj.endpointDetails !== undefined)
|
|
388
|
-
return { endpointDetails: EndpointDetailsFilterSensitiveLog(obj.endpointDetails) };
|
|
389
|
-
if (obj.antennaDemodDecodeDetails !== undefined)
|
|
390
|
-
return { antennaDemodDecodeDetails: AntennaDemodDecodeDetailsFilterSensitiveLog(obj.antennaDemodDecodeDetails) };
|
|
391
|
-
if (obj.s3RecordingDetails !== undefined)
|
|
392
|
-
return { s3RecordingDetails: S3RecordingDetailsFilterSensitiveLog(obj.s3RecordingDetails) };
|
|
393
|
-
if (obj.$unknown !== undefined)
|
|
394
|
-
return { [obj.$unknown[0]]: "UNKNOWN" };
|
|
395
|
-
};
|
|
396
|
-
export const DescribeContactRequestFilterSensitiveLog = (obj) => ({
|
|
397
|
-
...obj,
|
|
398
|
-
});
|
|
399
|
-
export const DestinationFilterSensitiveLog = (obj) => ({
|
|
400
|
-
...obj,
|
|
401
|
-
...(obj.configDetails && { configDetails: ConfigDetailsFilterSensitiveLog(obj.configDetails) }),
|
|
402
|
-
});
|
|
403
|
-
export const SourceFilterSensitiveLog = (obj) => ({
|
|
404
|
-
...obj,
|
|
405
|
-
...(obj.configDetails && { configDetails: ConfigDetailsFilterSensitiveLog(obj.configDetails) }),
|
|
406
|
-
});
|
|
407
|
-
export const DataflowDetailFilterSensitiveLog = (obj) => ({
|
|
408
|
-
...obj,
|
|
409
|
-
...(obj.source && { source: SourceFilterSensitiveLog(obj.source) }),
|
|
410
|
-
...(obj.destination && { destination: DestinationFilterSensitiveLog(obj.destination) }),
|
|
411
|
-
});
|
|
412
|
-
export const ElevationFilterSensitiveLog = (obj) => ({
|
|
413
|
-
...obj,
|
|
414
|
-
});
|
|
415
|
-
export const DescribeContactResponseFilterSensitiveLog = (obj) => ({
|
|
416
|
-
...obj,
|
|
417
|
-
...(obj.dataflowList && { dataflowList: obj.dataflowList.map((item) => DataflowDetailFilterSensitiveLog(item)) }),
|
|
418
|
-
});
|
|
419
|
-
export const ListContactsRequestFilterSensitiveLog = (obj) => ({
|
|
420
|
-
...obj,
|
|
421
|
-
});
|
|
422
|
-
export const ContactDataFilterSensitiveLog = (obj) => ({
|
|
423
|
-
...obj,
|
|
424
|
-
});
|
|
425
|
-
export const ListContactsResponseFilterSensitiveLog = (obj) => ({
|
|
426
|
-
...obj,
|
|
427
|
-
});
|
|
428
|
-
export const ReserveContactRequestFilterSensitiveLog = (obj) => ({
|
|
429
|
-
...obj,
|
|
430
|
-
});
|
|
431
|
-
export const CreateDataflowEndpointGroupRequestFilterSensitiveLog = (obj) => ({
|
|
432
|
-
...obj,
|
|
433
|
-
});
|
|
434
|
-
export const DataflowEndpointGroupIdResponseFilterSensitiveLog = (obj) => ({
|
|
435
|
-
...obj,
|
|
436
|
-
});
|
|
437
|
-
export const S3ObjectFilterSensitiveLog = (obj) => ({
|
|
438
|
-
...obj,
|
|
439
|
-
});
|
|
440
|
-
export const OEMEphemerisFilterSensitiveLog = (obj) => ({
|
|
441
|
-
...obj,
|
|
442
|
-
});
|
|
443
|
-
export const TimeRangeFilterSensitiveLog = (obj) => ({
|
|
444
|
-
...obj,
|
|
445
|
-
});
|
|
446
|
-
export const TLEDataFilterSensitiveLog = (obj) => ({
|
|
447
|
-
...obj,
|
|
448
|
-
});
|
|
449
|
-
export const TLEEphemerisFilterSensitiveLog = (obj) => ({
|
|
450
|
-
...obj,
|
|
451
|
-
});
|
|
452
|
-
export const EphemerisDataFilterSensitiveLog = (obj) => {
|
|
453
|
-
if (obj.tle !== undefined)
|
|
454
|
-
return { tle: TLEEphemerisFilterSensitiveLog(obj.tle) };
|
|
455
|
-
if (obj.oem !== undefined)
|
|
456
|
-
return { oem: OEMEphemerisFilterSensitiveLog(obj.oem) };
|
|
457
|
-
if (obj.$unknown !== undefined)
|
|
458
|
-
return { [obj.$unknown[0]]: "UNKNOWN" };
|
|
459
|
-
};
|
|
460
|
-
export const CreateEphemerisRequestFilterSensitiveLog = (obj) => ({
|
|
461
|
-
...obj,
|
|
462
|
-
...(obj.ephemeris && { ephemeris: EphemerisDataFilterSensitiveLog(obj.ephemeris) }),
|
|
463
|
-
});
|
|
464
|
-
export const EphemerisIdResponseFilterSensitiveLog = (obj) => ({
|
|
465
|
-
...obj,
|
|
466
|
-
});
|
|
467
|
-
export const KmsKeyFilterSensitiveLog = (obj) => {
|
|
468
|
-
if (obj.kmsKeyArn !== undefined)
|
|
469
|
-
return { kmsKeyArn: obj.kmsKeyArn };
|
|
470
|
-
if (obj.kmsAliasArn !== undefined)
|
|
471
|
-
return { kmsAliasArn: obj.kmsAliasArn };
|
|
472
|
-
if (obj.$unknown !== undefined)
|
|
473
|
-
return { [obj.$unknown[0]]: "UNKNOWN" };
|
|
474
|
-
};
|
|
475
|
-
export const CreateMissionProfileRequestFilterSensitiveLog = (obj) => ({
|
|
476
|
-
...obj,
|
|
477
|
-
...(obj.streamsKmsKey && { streamsKmsKey: KmsKeyFilterSensitiveLog(obj.streamsKmsKey) }),
|
|
478
|
-
});
|
|
479
|
-
export const MissionProfileIdResponseFilterSensitiveLog = (obj) => ({
|
|
480
|
-
...obj,
|
|
481
|
-
});
|
|
482
|
-
export const DeleteDataflowEndpointGroupRequestFilterSensitiveLog = (obj) => ({
|
|
483
|
-
...obj,
|
|
484
|
-
});
|
|
485
|
-
export const GetDataflowEndpointGroupRequestFilterSensitiveLog = (obj) => ({
|
|
486
|
-
...obj,
|
|
487
|
-
});
|
|
488
|
-
export const GetDataflowEndpointGroupResponseFilterSensitiveLog = (obj) => ({
|
|
489
|
-
...obj,
|
|
490
|
-
});
|
|
491
|
-
export const ListDataflowEndpointGroupsRequestFilterSensitiveLog = (obj) => ({
|
|
492
|
-
...obj,
|
|
493
|
-
});
|
|
494
|
-
export const DataflowEndpointListItemFilterSensitiveLog = (obj) => ({
|
|
495
|
-
...obj,
|
|
496
|
-
});
|
|
497
|
-
export const ListDataflowEndpointGroupsResponseFilterSensitiveLog = (obj) => ({
|
|
498
|
-
...obj,
|
|
499
|
-
});
|
|
500
|
-
export const DeleteEphemerisRequestFilterSensitiveLog = (obj) => ({
|
|
501
|
-
...obj,
|
|
502
|
-
});
|
|
503
|
-
export const DeleteMissionProfileRequestFilterSensitiveLog = (obj) => ({
|
|
504
|
-
...obj,
|
|
505
|
-
});
|
|
506
|
-
export const DescribeEphemerisRequestFilterSensitiveLog = (obj) => ({
|
|
507
|
-
...obj,
|
|
508
|
-
});
|
|
509
|
-
export const EphemerisDescriptionFilterSensitiveLog = (obj) => ({
|
|
510
|
-
...obj,
|
|
511
|
-
});
|
|
512
|
-
export const EphemerisTypeDescriptionFilterSensitiveLog = (obj) => {
|
|
513
|
-
if (obj.tle !== undefined)
|
|
514
|
-
return { tle: EphemerisDescriptionFilterSensitiveLog(obj.tle) };
|
|
515
|
-
if (obj.oem !== undefined)
|
|
516
|
-
return { oem: EphemerisDescriptionFilterSensitiveLog(obj.oem) };
|
|
517
|
-
if (obj.$unknown !== undefined)
|
|
518
|
-
return { [obj.$unknown[0]]: "UNKNOWN" };
|
|
519
|
-
};
|
|
520
|
-
export const DescribeEphemerisResponseFilterSensitiveLog = (obj) => ({
|
|
521
|
-
...obj,
|
|
522
|
-
...(obj.suppliedData && { suppliedData: EphemerisTypeDescriptionFilterSensitiveLog(obj.suppliedData) }),
|
|
523
|
-
});
|
|
524
|
-
export const EphemerisItemFilterSensitiveLog = (obj) => ({
|
|
525
|
-
...obj,
|
|
526
|
-
});
|
|
527
|
-
export const ListEphemeridesRequestFilterSensitiveLog = (obj) => ({
|
|
528
|
-
...obj,
|
|
529
|
-
});
|
|
530
|
-
export const ListEphemeridesResponseFilterSensitiveLog = (obj) => ({
|
|
531
|
-
...obj,
|
|
532
|
-
});
|
|
533
|
-
export const UpdateEphemerisRequestFilterSensitiveLog = (obj) => ({
|
|
534
|
-
...obj,
|
|
535
|
-
});
|
|
536
|
-
export const EphemerisMetaDataFilterSensitiveLog = (obj) => ({
|
|
537
|
-
...obj,
|
|
538
|
-
});
|
|
539
|
-
export const GetMinuteUsageRequestFilterSensitiveLog = (obj) => ({
|
|
540
|
-
...obj,
|
|
541
|
-
});
|
|
542
|
-
export const GetMinuteUsageResponseFilterSensitiveLog = (obj) => ({
|
|
543
|
-
...obj,
|
|
544
|
-
});
|
|
545
|
-
export const GetMissionProfileRequestFilterSensitiveLog = (obj) => ({
|
|
546
|
-
...obj,
|
|
547
|
-
});
|
|
548
|
-
export const GetMissionProfileResponseFilterSensitiveLog = (obj) => ({
|
|
549
|
-
...obj,
|
|
550
|
-
...(obj.streamsKmsKey && { streamsKmsKey: KmsKeyFilterSensitiveLog(obj.streamsKmsKey) }),
|
|
551
|
-
});
|
|
552
|
-
export const GetSatelliteRequestFilterSensitiveLog = (obj) => ({
|
|
553
|
-
...obj,
|
|
554
|
-
});
|
|
555
|
-
export const GetSatelliteResponseFilterSensitiveLog = (obj) => ({
|
|
556
|
-
...obj,
|
|
557
|
-
});
|
|
558
|
-
export const ListGroundStationsRequestFilterSensitiveLog = (obj) => ({
|
|
559
|
-
...obj,
|
|
560
|
-
});
|
|
561
|
-
export const GroundStationDataFilterSensitiveLog = (obj) => ({
|
|
562
|
-
...obj,
|
|
563
|
-
});
|
|
564
|
-
export const ListGroundStationsResponseFilterSensitiveLog = (obj) => ({
|
|
565
|
-
...obj,
|
|
566
|
-
});
|
|
567
|
-
export const ListTagsForResourceRequestFilterSensitiveLog = (obj) => ({
|
|
568
|
-
...obj,
|
|
569
|
-
});
|
|
570
|
-
export const ListTagsForResourceResponseFilterSensitiveLog = (obj) => ({
|
|
571
|
-
...obj,
|
|
572
|
-
});
|
|
573
|
-
export const ListMissionProfilesRequestFilterSensitiveLog = (obj) => ({
|
|
574
|
-
...obj,
|
|
575
|
-
});
|
|
576
|
-
export const MissionProfileListItemFilterSensitiveLog = (obj) => ({
|
|
577
|
-
...obj,
|
|
578
|
-
});
|
|
579
|
-
export const ListMissionProfilesResponseFilterSensitiveLog = (obj) => ({
|
|
580
|
-
...obj,
|
|
581
|
-
});
|
|
582
|
-
export const UpdateMissionProfileRequestFilterSensitiveLog = (obj) => ({
|
|
583
|
-
...obj,
|
|
584
|
-
...(obj.streamsKmsKey && { streamsKmsKey: KmsKeyFilterSensitiveLog(obj.streamsKmsKey) }),
|
|
585
|
-
});
|
|
586
|
-
export const ListSatellitesRequestFilterSensitiveLog = (obj) => ({
|
|
587
|
-
...obj,
|
|
588
|
-
});
|
|
589
|
-
export const SatelliteListItemFilterSensitiveLog = (obj) => ({
|
|
590
|
-
...obj,
|
|
591
|
-
});
|
|
592
|
-
export const ListSatellitesResponseFilterSensitiveLog = (obj) => ({
|
|
593
|
-
...obj,
|
|
594
|
-
});
|
|
595
|
-
export const TagResourceRequestFilterSensitiveLog = (obj) => ({
|
|
596
|
-
...obj,
|
|
597
|
-
});
|
|
598
|
-
export const TagResourceResponseFilterSensitiveLog = (obj) => ({
|
|
599
|
-
...obj,
|
|
600
|
-
});
|
|
601
|
-
export const UntagResourceRequestFilterSensitiveLog = (obj) => ({
|
|
602
|
-
...obj,
|
|
603
|
-
});
|
|
604
|
-
export const UntagResourceResponseFilterSensitiveLog = (obj) => ({
|
|
605
|
-
...obj,
|
|
606
|
-
});
|
|
@@ -34,6 +34,7 @@ import { UpdateEphemerisCommandInput, UpdateEphemerisCommandOutput } from "./com
|
|
|
34
34
|
import { UpdateMissionProfileCommandInput, UpdateMissionProfileCommandOutput } from "./commands/UpdateMissionProfileCommand";
|
|
35
35
|
import { GroundStationClient } from "./GroundStationClient";
|
|
36
36
|
/**
|
|
37
|
+
* @public
|
|
37
38
|
* <p>Welcome to the AWS Ground Station API Reference. AWS Ground Station is a fully managed service that
|
|
38
39
|
* enables you to control satellite communications, downlink and process satellite data, and
|
|
39
40
|
* scale your satellite operations efficiently and cost-effectively without having
|
|
@@ -41,12 +42,14 @@ import { GroundStationClient } from "./GroundStationClient";
|
|
|
41
42
|
*/
|
|
42
43
|
export declare class GroundStation extends GroundStationClient {
|
|
43
44
|
/**
|
|
45
|
+
* @public
|
|
44
46
|
* <p>Cancels a contact with a specified contact ID.</p>
|
|
45
47
|
*/
|
|
46
48
|
cancelContact(args: CancelContactCommandInput, options?: __HttpHandlerOptions): Promise<CancelContactCommandOutput>;
|
|
47
49
|
cancelContact(args: CancelContactCommandInput, cb: (err: any, data?: CancelContactCommandOutput) => void): void;
|
|
48
50
|
cancelContact(args: CancelContactCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CancelContactCommandOutput) => void): void;
|
|
49
51
|
/**
|
|
52
|
+
* @public
|
|
50
53
|
* <p>Creates a <code>Config</code> with the specified <code>configData</code> parameters.</p>
|
|
51
54
|
* <p>Only one type of <code>configData</code> can be specified.</p>
|
|
52
55
|
*/
|
|
@@ -54,6 +57,7 @@ export declare class GroundStation extends GroundStationClient {
|
|
|
54
57
|
createConfig(args: CreateConfigCommandInput, cb: (err: any, data?: CreateConfigCommandOutput) => void): void;
|
|
55
58
|
createConfig(args: CreateConfigCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateConfigCommandOutput) => void): void;
|
|
56
59
|
/**
|
|
60
|
+
* @public
|
|
57
61
|
* <p>Creates a <code>DataflowEndpoint</code> group containing the specified list of <code>DataflowEndpoint</code> objects.</p>
|
|
58
62
|
* <p>The <code>name</code> field in each endpoint is used in your mission profile <code>DataflowEndpointConfig</code>
|
|
59
63
|
* to specify which endpoints to use during a contact.</p>
|
|
@@ -64,12 +68,14 @@ export declare class GroundStation extends GroundStationClient {
|
|
|
64
68
|
createDataflowEndpointGroup(args: CreateDataflowEndpointGroupCommandInput, cb: (err: any, data?: CreateDataflowEndpointGroupCommandOutput) => void): void;
|
|
65
69
|
createDataflowEndpointGroup(args: CreateDataflowEndpointGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateDataflowEndpointGroupCommandOutput) => void): void;
|
|
66
70
|
/**
|
|
71
|
+
* @public
|
|
67
72
|
* <p>Creates an Ephemeris with the specified <code>EphemerisData</code>.</p>
|
|
68
73
|
*/
|
|
69
74
|
createEphemeris(args: CreateEphemerisCommandInput, options?: __HttpHandlerOptions): Promise<CreateEphemerisCommandOutput>;
|
|
70
75
|
createEphemeris(args: CreateEphemerisCommandInput, cb: (err: any, data?: CreateEphemerisCommandOutput) => void): void;
|
|
71
76
|
createEphemeris(args: CreateEphemerisCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateEphemerisCommandOutput) => void): void;
|
|
72
77
|
/**
|
|
78
|
+
* @public
|
|
73
79
|
* <p>Creates a mission profile.</p>
|
|
74
80
|
* <p>
|
|
75
81
|
* <code>dataflowEdges</code> is a list of lists of strings. Each lower level list of strings
|
|
@@ -79,48 +85,56 @@ export declare class GroundStation extends GroundStationClient {
|
|
|
79
85
|
createMissionProfile(args: CreateMissionProfileCommandInput, cb: (err: any, data?: CreateMissionProfileCommandOutput) => void): void;
|
|
80
86
|
createMissionProfile(args: CreateMissionProfileCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateMissionProfileCommandOutput) => void): void;
|
|
81
87
|
/**
|
|
88
|
+
* @public
|
|
82
89
|
* <p>Deletes a <code>Config</code>.</p>
|
|
83
90
|
*/
|
|
84
91
|
deleteConfig(args: DeleteConfigCommandInput, options?: __HttpHandlerOptions): Promise<DeleteConfigCommandOutput>;
|
|
85
92
|
deleteConfig(args: DeleteConfigCommandInput, cb: (err: any, data?: DeleteConfigCommandOutput) => void): void;
|
|
86
93
|
deleteConfig(args: DeleteConfigCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteConfigCommandOutput) => void): void;
|
|
87
94
|
/**
|
|
95
|
+
* @public
|
|
88
96
|
* <p>Deletes a dataflow endpoint group.</p>
|
|
89
97
|
*/
|
|
90
98
|
deleteDataflowEndpointGroup(args: DeleteDataflowEndpointGroupCommandInput, options?: __HttpHandlerOptions): Promise<DeleteDataflowEndpointGroupCommandOutput>;
|
|
91
99
|
deleteDataflowEndpointGroup(args: DeleteDataflowEndpointGroupCommandInput, cb: (err: any, data?: DeleteDataflowEndpointGroupCommandOutput) => void): void;
|
|
92
100
|
deleteDataflowEndpointGroup(args: DeleteDataflowEndpointGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteDataflowEndpointGroupCommandOutput) => void): void;
|
|
93
101
|
/**
|
|
102
|
+
* @public
|
|
94
103
|
* <p>Deletes an ephemeris</p>
|
|
95
104
|
*/
|
|
96
105
|
deleteEphemeris(args: DeleteEphemerisCommandInput, options?: __HttpHandlerOptions): Promise<DeleteEphemerisCommandOutput>;
|
|
97
106
|
deleteEphemeris(args: DeleteEphemerisCommandInput, cb: (err: any, data?: DeleteEphemerisCommandOutput) => void): void;
|
|
98
107
|
deleteEphemeris(args: DeleteEphemerisCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteEphemerisCommandOutput) => void): void;
|
|
99
108
|
/**
|
|
109
|
+
* @public
|
|
100
110
|
* <p>Deletes a mission profile.</p>
|
|
101
111
|
*/
|
|
102
112
|
deleteMissionProfile(args: DeleteMissionProfileCommandInput, options?: __HttpHandlerOptions): Promise<DeleteMissionProfileCommandOutput>;
|
|
103
113
|
deleteMissionProfile(args: DeleteMissionProfileCommandInput, cb: (err: any, data?: DeleteMissionProfileCommandOutput) => void): void;
|
|
104
114
|
deleteMissionProfile(args: DeleteMissionProfileCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteMissionProfileCommandOutput) => void): void;
|
|
105
115
|
/**
|
|
116
|
+
* @public
|
|
106
117
|
* <p>Describes an existing contact.</p>
|
|
107
118
|
*/
|
|
108
119
|
describeContact(args: DescribeContactCommandInput, options?: __HttpHandlerOptions): Promise<DescribeContactCommandOutput>;
|
|
109
120
|
describeContact(args: DescribeContactCommandInput, cb: (err: any, data?: DescribeContactCommandOutput) => void): void;
|
|
110
121
|
describeContact(args: DescribeContactCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeContactCommandOutput) => void): void;
|
|
111
122
|
/**
|
|
123
|
+
* @public
|
|
112
124
|
* <p>Describes an existing ephemeris.</p>
|
|
113
125
|
*/
|
|
114
126
|
describeEphemeris(args: DescribeEphemerisCommandInput, options?: __HttpHandlerOptions): Promise<DescribeEphemerisCommandOutput>;
|
|
115
127
|
describeEphemeris(args: DescribeEphemerisCommandInput, cb: (err: any, data?: DescribeEphemerisCommandOutput) => void): void;
|
|
116
128
|
describeEphemeris(args: DescribeEphemerisCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeEphemerisCommandOutput) => void): void;
|
|
117
129
|
/**
|
|
130
|
+
* @public
|
|
118
131
|
* <p>Gets the latest configuration information for a registered agent.</p>
|
|
119
132
|
*/
|
|
120
133
|
getAgentConfiguration(args: GetAgentConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<GetAgentConfigurationCommandOutput>;
|
|
121
134
|
getAgentConfiguration(args: GetAgentConfigurationCommandInput, cb: (err: any, data?: GetAgentConfigurationCommandOutput) => void): void;
|
|
122
135
|
getAgentConfiguration(args: GetAgentConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetAgentConfigurationCommandOutput) => void): void;
|
|
123
136
|
/**
|
|
137
|
+
* @public
|
|
124
138
|
* <p>Returns <code>Config</code> information.</p>
|
|
125
139
|
* <p>Only one <code>Config</code> response can be returned.</p>
|
|
126
140
|
*/
|
|
@@ -128,36 +142,42 @@ export declare class GroundStation extends GroundStationClient {
|
|
|
128
142
|
getConfig(args: GetConfigCommandInput, cb: (err: any, data?: GetConfigCommandOutput) => void): void;
|
|
129
143
|
getConfig(args: GetConfigCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetConfigCommandOutput) => void): void;
|
|
130
144
|
/**
|
|
145
|
+
* @public
|
|
131
146
|
* <p>Returns the dataflow endpoint group.</p>
|
|
132
147
|
*/
|
|
133
148
|
getDataflowEndpointGroup(args: GetDataflowEndpointGroupCommandInput, options?: __HttpHandlerOptions): Promise<GetDataflowEndpointGroupCommandOutput>;
|
|
134
149
|
getDataflowEndpointGroup(args: GetDataflowEndpointGroupCommandInput, cb: (err: any, data?: GetDataflowEndpointGroupCommandOutput) => void): void;
|
|
135
150
|
getDataflowEndpointGroup(args: GetDataflowEndpointGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetDataflowEndpointGroupCommandOutput) => void): void;
|
|
136
151
|
/**
|
|
152
|
+
* @public
|
|
137
153
|
* <p>Returns the number of minutes used by account.</p>
|
|
138
154
|
*/
|
|
139
155
|
getMinuteUsage(args: GetMinuteUsageCommandInput, options?: __HttpHandlerOptions): Promise<GetMinuteUsageCommandOutput>;
|
|
140
156
|
getMinuteUsage(args: GetMinuteUsageCommandInput, cb: (err: any, data?: GetMinuteUsageCommandOutput) => void): void;
|
|
141
157
|
getMinuteUsage(args: GetMinuteUsageCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetMinuteUsageCommandOutput) => void): void;
|
|
142
158
|
/**
|
|
159
|
+
* @public
|
|
143
160
|
* <p>Returns a mission profile.</p>
|
|
144
161
|
*/
|
|
145
162
|
getMissionProfile(args: GetMissionProfileCommandInput, options?: __HttpHandlerOptions): Promise<GetMissionProfileCommandOutput>;
|
|
146
163
|
getMissionProfile(args: GetMissionProfileCommandInput, cb: (err: any, data?: GetMissionProfileCommandOutput) => void): void;
|
|
147
164
|
getMissionProfile(args: GetMissionProfileCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetMissionProfileCommandOutput) => void): void;
|
|
148
165
|
/**
|
|
166
|
+
* @public
|
|
149
167
|
* <p>Returns a satellite.</p>
|
|
150
168
|
*/
|
|
151
169
|
getSatellite(args: GetSatelliteCommandInput, options?: __HttpHandlerOptions): Promise<GetSatelliteCommandOutput>;
|
|
152
170
|
getSatellite(args: GetSatelliteCommandInput, cb: (err: any, data?: GetSatelliteCommandOutput) => void): void;
|
|
153
171
|
getSatellite(args: GetSatelliteCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetSatelliteCommandOutput) => void): void;
|
|
154
172
|
/**
|
|
173
|
+
* @public
|
|
155
174
|
* <p>Returns a list of <code>Config</code> objects.</p>
|
|
156
175
|
*/
|
|
157
176
|
listConfigs(args: ListConfigsCommandInput, options?: __HttpHandlerOptions): Promise<ListConfigsCommandOutput>;
|
|
158
177
|
listConfigs(args: ListConfigsCommandInput, cb: (err: any, data?: ListConfigsCommandOutput) => void): void;
|
|
159
178
|
listConfigs(args: ListConfigsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListConfigsCommandOutput) => void): void;
|
|
160
179
|
/**
|
|
180
|
+
* @public
|
|
161
181
|
* <p>Returns a list of contacts.</p>
|
|
162
182
|
* <p>If <code>statusList</code> contains AVAILABLE, the request must include
|
|
163
183
|
* <code>groundStation</code>, <code>missionprofileArn</code>, and <code>satelliteArn</code>.
|
|
@@ -167,72 +187,84 @@ export declare class GroundStation extends GroundStationClient {
|
|
|
167
187
|
listContacts(args: ListContactsCommandInput, cb: (err: any, data?: ListContactsCommandOutput) => void): void;
|
|
168
188
|
listContacts(args: ListContactsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListContactsCommandOutput) => void): void;
|
|
169
189
|
/**
|
|
190
|
+
* @public
|
|
170
191
|
* <p>Returns a list of <code>DataflowEndpoint</code> groups.</p>
|
|
171
192
|
*/
|
|
172
193
|
listDataflowEndpointGroups(args: ListDataflowEndpointGroupsCommandInput, options?: __HttpHandlerOptions): Promise<ListDataflowEndpointGroupsCommandOutput>;
|
|
173
194
|
listDataflowEndpointGroups(args: ListDataflowEndpointGroupsCommandInput, cb: (err: any, data?: ListDataflowEndpointGroupsCommandOutput) => void): void;
|
|
174
195
|
listDataflowEndpointGroups(args: ListDataflowEndpointGroupsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDataflowEndpointGroupsCommandOutput) => void): void;
|
|
175
196
|
/**
|
|
197
|
+
* @public
|
|
176
198
|
* <p>List existing ephemerides.</p>
|
|
177
199
|
*/
|
|
178
200
|
listEphemerides(args: ListEphemeridesCommandInput, options?: __HttpHandlerOptions): Promise<ListEphemeridesCommandOutput>;
|
|
179
201
|
listEphemerides(args: ListEphemeridesCommandInput, cb: (err: any, data?: ListEphemeridesCommandOutput) => void): void;
|
|
180
202
|
listEphemerides(args: ListEphemeridesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListEphemeridesCommandOutput) => void): void;
|
|
181
203
|
/**
|
|
204
|
+
* @public
|
|
182
205
|
* <p>Returns a list of ground stations. </p>
|
|
183
206
|
*/
|
|
184
207
|
listGroundStations(args: ListGroundStationsCommandInput, options?: __HttpHandlerOptions): Promise<ListGroundStationsCommandOutput>;
|
|
185
208
|
listGroundStations(args: ListGroundStationsCommandInput, cb: (err: any, data?: ListGroundStationsCommandOutput) => void): void;
|
|
186
209
|
listGroundStations(args: ListGroundStationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListGroundStationsCommandOutput) => void): void;
|
|
187
210
|
/**
|
|
211
|
+
* @public
|
|
188
212
|
* <p>Returns a list of mission profiles.</p>
|
|
189
213
|
*/
|
|
190
214
|
listMissionProfiles(args: ListMissionProfilesCommandInput, options?: __HttpHandlerOptions): Promise<ListMissionProfilesCommandOutput>;
|
|
191
215
|
listMissionProfiles(args: ListMissionProfilesCommandInput, cb: (err: any, data?: ListMissionProfilesCommandOutput) => void): void;
|
|
192
216
|
listMissionProfiles(args: ListMissionProfilesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListMissionProfilesCommandOutput) => void): void;
|
|
193
217
|
/**
|
|
218
|
+
* @public
|
|
194
219
|
* <p>Returns a list of satellites.</p>
|
|
195
220
|
*/
|
|
196
221
|
listSatellites(args: ListSatellitesCommandInput, options?: __HttpHandlerOptions): Promise<ListSatellitesCommandOutput>;
|
|
197
222
|
listSatellites(args: ListSatellitesCommandInput, cb: (err: any, data?: ListSatellitesCommandOutput) => void): void;
|
|
198
223
|
listSatellites(args: ListSatellitesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListSatellitesCommandOutput) => void): void;
|
|
199
224
|
/**
|
|
225
|
+
* @public
|
|
200
226
|
* <p>Returns a list of tags for a specified resource.</p>
|
|
201
227
|
*/
|
|
202
228
|
listTagsForResource(args: ListTagsForResourceCommandInput, options?: __HttpHandlerOptions): Promise<ListTagsForResourceCommandOutput>;
|
|
203
229
|
listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
|
|
204
230
|
listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
|
|
205
231
|
/**
|
|
232
|
+
* @public
|
|
206
233
|
* <p>Registers a new agent with AWS Groundstation.</p>
|
|
207
234
|
*/
|
|
208
235
|
registerAgent(args: RegisterAgentCommandInput, options?: __HttpHandlerOptions): Promise<RegisterAgentCommandOutput>;
|
|
209
236
|
registerAgent(args: RegisterAgentCommandInput, cb: (err: any, data?: RegisterAgentCommandOutput) => void): void;
|
|
210
237
|
registerAgent(args: RegisterAgentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RegisterAgentCommandOutput) => void): void;
|
|
211
238
|
/**
|
|
239
|
+
* @public
|
|
212
240
|
* <p>Reserves a contact using specified parameters.</p>
|
|
213
241
|
*/
|
|
214
242
|
reserveContact(args: ReserveContactCommandInput, options?: __HttpHandlerOptions): Promise<ReserveContactCommandOutput>;
|
|
215
243
|
reserveContact(args: ReserveContactCommandInput, cb: (err: any, data?: ReserveContactCommandOutput) => void): void;
|
|
216
244
|
reserveContact(args: ReserveContactCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ReserveContactCommandOutput) => void): void;
|
|
217
245
|
/**
|
|
246
|
+
* @public
|
|
218
247
|
* <p>Assigns a tag to a resource.</p>
|
|
219
248
|
*/
|
|
220
249
|
tagResource(args: TagResourceCommandInput, options?: __HttpHandlerOptions): Promise<TagResourceCommandOutput>;
|
|
221
250
|
tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
|
|
222
251
|
tagResource(args: TagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
|
|
223
252
|
/**
|
|
253
|
+
* @public
|
|
224
254
|
* <p>Deassigns a resource tag.</p>
|
|
225
255
|
*/
|
|
226
256
|
untagResource(args: UntagResourceCommandInput, options?: __HttpHandlerOptions): Promise<UntagResourceCommandOutput>;
|
|
227
257
|
untagResource(args: UntagResourceCommandInput, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
|
|
228
258
|
untagResource(args: UntagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
|
|
229
259
|
/**
|
|
260
|
+
* @public
|
|
230
261
|
* <p>Update the status of the agent.</p>
|
|
231
262
|
*/
|
|
232
263
|
updateAgentStatus(args: UpdateAgentStatusCommandInput, options?: __HttpHandlerOptions): Promise<UpdateAgentStatusCommandOutput>;
|
|
233
264
|
updateAgentStatus(args: UpdateAgentStatusCommandInput, cb: (err: any, data?: UpdateAgentStatusCommandOutput) => void): void;
|
|
234
265
|
updateAgentStatus(args: UpdateAgentStatusCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateAgentStatusCommandOutput) => void): void;
|
|
235
266
|
/**
|
|
267
|
+
* @public
|
|
236
268
|
* <p>Updates the <code>Config</code> used when scheduling contacts.</p>
|
|
237
269
|
* <p>Updating a <code>Config</code> will not update the execution parameters
|
|
238
270
|
* for existing future contacts scheduled with this <code>Config</code>.</p>
|
|
@@ -241,12 +273,14 @@ export declare class GroundStation extends GroundStationClient {
|
|
|
241
273
|
updateConfig(args: UpdateConfigCommandInput, cb: (err: any, data?: UpdateConfigCommandOutput) => void): void;
|
|
242
274
|
updateConfig(args: UpdateConfigCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateConfigCommandOutput) => void): void;
|
|
243
275
|
/**
|
|
276
|
+
* @public
|
|
244
277
|
* <p>Updates an existing ephemeris</p>
|
|
245
278
|
*/
|
|
246
279
|
updateEphemeris(args: UpdateEphemerisCommandInput, options?: __HttpHandlerOptions): Promise<UpdateEphemerisCommandOutput>;
|
|
247
280
|
updateEphemeris(args: UpdateEphemerisCommandInput, cb: (err: any, data?: UpdateEphemerisCommandOutput) => void): void;
|
|
248
281
|
updateEphemeris(args: UpdateEphemerisCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateEphemerisCommandOutput) => void): void;
|
|
249
282
|
/**
|
|
283
|
+
* @public
|
|
250
284
|
* <p>Updates a mission profile.</p>
|
|
251
285
|
* <p>Updating a mission profile will not update the execution parameters
|
|
252
286
|
* for existing future contacts.</p>
|