@aws-sdk/client-groundstation 3.1031.0 → 3.1032.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/README.md +35 -0
- package/dist-cjs/index.js +158 -2
- package/dist-cjs/schemas/schemas_0.js +174 -13
- package/dist-es/GroundStation.js +18 -0
- package/dist-es/commands/DescribeContactVersionCommand.js +16 -0
- package/dist-es/commands/ListAntennasCommand.js +16 -0
- package/dist-es/commands/ListContactVersionsCommand.js +16 -0
- package/dist-es/commands/ListGroundStationReservationsCommand.js +16 -0
- package/dist-es/commands/UpdateContactCommand.js +16 -0
- package/dist-es/commands/index.js +5 -0
- package/dist-es/models/enums.js +28 -0
- package/dist-es/pagination/ListAntennasPaginator.js +4 -0
- package/dist-es/pagination/ListContactVersionsPaginator.js +4 -0
- package/dist-es/pagination/ListGroundStationReservationsPaginator.js +4 -0
- package/dist-es/pagination/index.js +3 -0
- package/dist-es/schemas/schemas_0.js +169 -9
- package/dist-es/waiters/index.js +1 -0
- package/dist-es/waiters/waitForContactUpdated.js +40 -0
- package/dist-types/GroundStation.d.ts +62 -0
- package/dist-types/GroundStationClient.d.ts +7 -2
- package/dist-types/commands/CancelContactCommand.d.ts +1 -0
- package/dist-types/commands/DescribeContactCommand.d.ts +18 -0
- package/dist-types/commands/DescribeContactVersionCommand.d.ts +331 -0
- package/dist-types/commands/ListAntennasCommand.d.ts +89 -0
- package/dist-types/commands/ListContactVersionsCommand.d.ts +99 -0
- package/dist-types/commands/ListContactsCommand.d.ts +12 -0
- package/dist-types/commands/ListGroundStationReservationsCommand.d.ts +104 -0
- package/dist-types/commands/ReserveContactCommand.d.ts +7 -0
- package/dist-types/commands/UpdateContactCommand.d.ts +102 -0
- package/dist-types/commands/index.d.ts +5 -0
- package/dist-types/models/enums.d.ts +77 -5
- package/dist-types/models/errors.d.ts +3 -3
- package/dist-types/models/models_0.d.ts +572 -64
- package/dist-types/pagination/ListAntennasPaginator.d.ts +7 -0
- package/dist-types/pagination/ListContactVersionsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListGroundStationReservationsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +3 -0
- package/dist-types/schemas/schemas_0.d.ts +23 -0
- package/dist-types/ts3.4/GroundStation.d.ts +115 -0
- package/dist-types/ts3.4/GroundStationClient.d.ts +30 -0
- package/dist-types/ts3.4/commands/DescribeContactVersionCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListAntennasCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/ListContactVersionsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListGroundStationReservationsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateContactCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/index.d.ts +5 -0
- package/dist-types/ts3.4/models/enums.d.ts +35 -0
- package/dist-types/ts3.4/models/models_0.d.ts +154 -1
- package/dist-types/ts3.4/pagination/ListAntennasPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListContactVersionsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListGroundStationReservationsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +3 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +23 -0
- package/dist-types/ts3.4/waiters/index.d.ts +1 -0
- package/dist-types/ts3.4/waiters/waitForContactUpdated.d.ts +11 -0
- package/dist-types/waiters/index.d.ts +1 -0
- package/dist-types/waiters/waitForContactUpdated.d.ts +14 -0
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -258,6 +258,13 @@ DescribeContact
|
|
|
258
258
|
</details>
|
|
259
259
|
<details>
|
|
260
260
|
<summary>
|
|
261
|
+
DescribeContactVersion
|
|
262
|
+
</summary>
|
|
263
|
+
|
|
264
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/groundstation/command/DescribeContactVersionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-groundstation/Interface/DescribeContactVersionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-groundstation/Interface/DescribeContactVersionCommandOutput/)
|
|
265
|
+
</details>
|
|
266
|
+
<details>
|
|
267
|
+
<summary>
|
|
261
268
|
DescribeEphemeris
|
|
262
269
|
</summary>
|
|
263
270
|
|
|
@@ -314,6 +321,13 @@ GetSatellite
|
|
|
314
321
|
</details>
|
|
315
322
|
<details>
|
|
316
323
|
<summary>
|
|
324
|
+
ListAntennas
|
|
325
|
+
</summary>
|
|
326
|
+
|
|
327
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/groundstation/command/ListAntennasCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-groundstation/Interface/ListAntennasCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-groundstation/Interface/ListAntennasCommandOutput/)
|
|
328
|
+
</details>
|
|
329
|
+
<details>
|
|
330
|
+
<summary>
|
|
317
331
|
ListConfigs
|
|
318
332
|
</summary>
|
|
319
333
|
|
|
@@ -328,6 +342,13 @@ ListContacts
|
|
|
328
342
|
</details>
|
|
329
343
|
<details>
|
|
330
344
|
<summary>
|
|
345
|
+
ListContactVersions
|
|
346
|
+
</summary>
|
|
347
|
+
|
|
348
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/groundstation/command/ListContactVersionsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-groundstation/Interface/ListContactVersionsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-groundstation/Interface/ListContactVersionsCommandOutput/)
|
|
349
|
+
</details>
|
|
350
|
+
<details>
|
|
351
|
+
<summary>
|
|
331
352
|
ListDataflowEndpointGroups
|
|
332
353
|
</summary>
|
|
333
354
|
|
|
@@ -342,6 +363,13 @@ ListEphemerides
|
|
|
342
363
|
</details>
|
|
343
364
|
<details>
|
|
344
365
|
<summary>
|
|
366
|
+
ListGroundStationReservations
|
|
367
|
+
</summary>
|
|
368
|
+
|
|
369
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/groundstation/command/ListGroundStationReservationsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-groundstation/Interface/ListGroundStationReservationsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-groundstation/Interface/ListGroundStationReservationsCommandOutput/)
|
|
370
|
+
</details>
|
|
371
|
+
<details>
|
|
372
|
+
<summary>
|
|
345
373
|
ListGroundStations
|
|
346
374
|
</summary>
|
|
347
375
|
|
|
@@ -412,6 +440,13 @@ UpdateConfig
|
|
|
412
440
|
</details>
|
|
413
441
|
<details>
|
|
414
442
|
<summary>
|
|
443
|
+
UpdateContact
|
|
444
|
+
</summary>
|
|
445
|
+
|
|
446
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/groundstation/command/UpdateContactCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-groundstation/Interface/UpdateContactCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-groundstation/Interface/UpdateContactCommandOutput/)
|
|
447
|
+
</details>
|
|
448
|
+
<details>
|
|
449
|
+
<summary>
|
|
415
450
|
UpdateEphemeris
|
|
416
451
|
</summary>
|
|
417
452
|
|
package/dist-cjs/index.js
CHANGED
|
@@ -246,6 +246,18 @@ class DescribeContactCommand extends smithyClient.Command
|
|
|
246
246
|
.build() {
|
|
247
247
|
}
|
|
248
248
|
|
|
249
|
+
class DescribeContactVersionCommand extends smithyClient.Command
|
|
250
|
+
.classBuilder()
|
|
251
|
+
.ep(commonParams)
|
|
252
|
+
.m(function (Command, cs, config, o) {
|
|
253
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
254
|
+
})
|
|
255
|
+
.s("GroundStation", "DescribeContactVersion", {})
|
|
256
|
+
.n("GroundStationClient", "DescribeContactVersionCommand")
|
|
257
|
+
.sc(schemas_0.DescribeContactVersion$)
|
|
258
|
+
.build() {
|
|
259
|
+
}
|
|
260
|
+
|
|
249
261
|
class DescribeEphemerisCommand extends smithyClient.Command
|
|
250
262
|
.classBuilder()
|
|
251
263
|
.ep(commonParams)
|
|
@@ -342,6 +354,18 @@ class GetSatelliteCommand extends smithyClient.Command
|
|
|
342
354
|
.build() {
|
|
343
355
|
}
|
|
344
356
|
|
|
357
|
+
class ListAntennasCommand extends smithyClient.Command
|
|
358
|
+
.classBuilder()
|
|
359
|
+
.ep(commonParams)
|
|
360
|
+
.m(function (Command, cs, config, o) {
|
|
361
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
362
|
+
})
|
|
363
|
+
.s("GroundStation", "ListAntennas", {})
|
|
364
|
+
.n("GroundStationClient", "ListAntennasCommand")
|
|
365
|
+
.sc(schemas_0.ListAntennas$)
|
|
366
|
+
.build() {
|
|
367
|
+
}
|
|
368
|
+
|
|
345
369
|
class ListConfigsCommand extends smithyClient.Command
|
|
346
370
|
.classBuilder()
|
|
347
371
|
.ep(commonParams)
|
|
@@ -366,6 +390,18 @@ class ListContactsCommand extends smithyClient.Command
|
|
|
366
390
|
.build() {
|
|
367
391
|
}
|
|
368
392
|
|
|
393
|
+
class ListContactVersionsCommand extends smithyClient.Command
|
|
394
|
+
.classBuilder()
|
|
395
|
+
.ep(commonParams)
|
|
396
|
+
.m(function (Command, cs, config, o) {
|
|
397
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
398
|
+
})
|
|
399
|
+
.s("GroundStation", "ListContactVersions", {})
|
|
400
|
+
.n("GroundStationClient", "ListContactVersionsCommand")
|
|
401
|
+
.sc(schemas_0.ListContactVersions$)
|
|
402
|
+
.build() {
|
|
403
|
+
}
|
|
404
|
+
|
|
369
405
|
class ListDataflowEndpointGroupsCommand extends smithyClient.Command
|
|
370
406
|
.classBuilder()
|
|
371
407
|
.ep(commonParams)
|
|
@@ -390,6 +426,18 @@ class ListEphemeridesCommand extends smithyClient.Command
|
|
|
390
426
|
.build() {
|
|
391
427
|
}
|
|
392
428
|
|
|
429
|
+
class ListGroundStationReservationsCommand extends smithyClient.Command
|
|
430
|
+
.classBuilder()
|
|
431
|
+
.ep(commonParams)
|
|
432
|
+
.m(function (Command, cs, config, o) {
|
|
433
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
434
|
+
})
|
|
435
|
+
.s("GroundStation", "ListGroundStationReservations", {})
|
|
436
|
+
.n("GroundStationClient", "ListGroundStationReservationsCommand")
|
|
437
|
+
.sc(schemas_0.ListGroundStationReservations$)
|
|
438
|
+
.build() {
|
|
439
|
+
}
|
|
440
|
+
|
|
393
441
|
class ListGroundStationsCommand extends smithyClient.Command
|
|
394
442
|
.classBuilder()
|
|
395
443
|
.ep(commonParams)
|
|
@@ -510,6 +558,18 @@ class UpdateConfigCommand extends smithyClient.Command
|
|
|
510
558
|
.build() {
|
|
511
559
|
}
|
|
512
560
|
|
|
561
|
+
class UpdateContactCommand extends smithyClient.Command
|
|
562
|
+
.classBuilder()
|
|
563
|
+
.ep(commonParams)
|
|
564
|
+
.m(function (Command, cs, config, o) {
|
|
565
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
566
|
+
})
|
|
567
|
+
.s("GroundStation", "UpdateContact", {})
|
|
568
|
+
.n("GroundStationClient", "UpdateContactCommand")
|
|
569
|
+
.sc(schemas_0.UpdateContact$)
|
|
570
|
+
.build() {
|
|
571
|
+
}
|
|
572
|
+
|
|
513
573
|
class UpdateEphemerisCommand extends smithyClient.Command
|
|
514
574
|
.classBuilder()
|
|
515
575
|
.ep(commonParams)
|
|
@@ -534,21 +594,27 @@ class UpdateMissionProfileCommand extends smithyClient.Command
|
|
|
534
594
|
.build() {
|
|
535
595
|
}
|
|
536
596
|
|
|
597
|
+
const paginateListAntennas = core.createPaginator(GroundStationClient, ListAntennasCommand, "nextToken", "nextToken", "maxResults");
|
|
598
|
+
|
|
537
599
|
const paginateListConfigs = core.createPaginator(GroundStationClient, ListConfigsCommand, "nextToken", "nextToken", "maxResults");
|
|
538
600
|
|
|
539
601
|
const paginateListContacts = core.createPaginator(GroundStationClient, ListContactsCommand, "nextToken", "nextToken", "maxResults");
|
|
540
602
|
|
|
603
|
+
const paginateListContactVersions = core.createPaginator(GroundStationClient, ListContactVersionsCommand, "nextToken", "nextToken", "maxResults");
|
|
604
|
+
|
|
541
605
|
const paginateListDataflowEndpointGroups = core.createPaginator(GroundStationClient, ListDataflowEndpointGroupsCommand, "nextToken", "nextToken", "maxResults");
|
|
542
606
|
|
|
543
607
|
const paginateListEphemerides = core.createPaginator(GroundStationClient, ListEphemeridesCommand, "nextToken", "nextToken", "maxResults");
|
|
544
608
|
|
|
609
|
+
const paginateListGroundStationReservations = core.createPaginator(GroundStationClient, ListGroundStationReservationsCommand, "nextToken", "nextToken", "maxResults");
|
|
610
|
+
|
|
545
611
|
const paginateListGroundStations = core.createPaginator(GroundStationClient, ListGroundStationsCommand, "nextToken", "nextToken", "maxResults");
|
|
546
612
|
|
|
547
613
|
const paginateListMissionProfiles = core.createPaginator(GroundStationClient, ListMissionProfilesCommand, "nextToken", "nextToken", "maxResults");
|
|
548
614
|
|
|
549
615
|
const paginateListSatellites = core.createPaginator(GroundStationClient, ListSatellitesCommand, "nextToken", "nextToken", "maxResults");
|
|
550
616
|
|
|
551
|
-
const checkState = async (client, input) => {
|
|
617
|
+
const checkState$1 = async (client, input) => {
|
|
552
618
|
let reason;
|
|
553
619
|
try {
|
|
554
620
|
let result = await client.send(new DescribeContactCommand(input));
|
|
@@ -579,9 +645,48 @@ const checkState = async (client, input) => {
|
|
|
579
645
|
};
|
|
580
646
|
const waitForContactScheduled = async (params, input) => {
|
|
581
647
|
const serviceDefaults = { minDelay: 5, maxDelay: 900 };
|
|
582
|
-
return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState);
|
|
648
|
+
return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$1);
|
|
583
649
|
};
|
|
584
650
|
const waitUntilContactScheduled = async (params, input) => {
|
|
651
|
+
const serviceDefaults = { minDelay: 5, maxDelay: 900 };
|
|
652
|
+
const result = await utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$1);
|
|
653
|
+
return utilWaiter.checkExceptions(result);
|
|
654
|
+
};
|
|
655
|
+
|
|
656
|
+
const checkState = async (client, input) => {
|
|
657
|
+
let reason;
|
|
658
|
+
try {
|
|
659
|
+
let result = await client.send(new DescribeContactVersionCommand(input));
|
|
660
|
+
reason = result;
|
|
661
|
+
try {
|
|
662
|
+
const returnComparator = () => {
|
|
663
|
+
return result.version.status;
|
|
664
|
+
};
|
|
665
|
+
if (returnComparator() === "FAILED_TO_UPDATE") {
|
|
666
|
+
return { state: utilWaiter.WaiterState.FAILURE, reason };
|
|
667
|
+
}
|
|
668
|
+
}
|
|
669
|
+
catch (e) { }
|
|
670
|
+
try {
|
|
671
|
+
const returnComparator = () => {
|
|
672
|
+
return result.version.status;
|
|
673
|
+
};
|
|
674
|
+
if (returnComparator() === "ACTIVE") {
|
|
675
|
+
return { state: utilWaiter.WaiterState.SUCCESS, reason };
|
|
676
|
+
}
|
|
677
|
+
}
|
|
678
|
+
catch (e) { }
|
|
679
|
+
}
|
|
680
|
+
catch (exception) {
|
|
681
|
+
reason = exception;
|
|
682
|
+
}
|
|
683
|
+
return { state: utilWaiter.WaiterState.RETRY, reason };
|
|
684
|
+
};
|
|
685
|
+
const waitForContactUpdated = async (params, input) => {
|
|
686
|
+
const serviceDefaults = { minDelay: 5, maxDelay: 900 };
|
|
687
|
+
return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState);
|
|
688
|
+
};
|
|
689
|
+
const waitUntilContactUpdated = async (params, input) => {
|
|
585
690
|
const serviceDefaults = { minDelay: 5, maxDelay: 900 };
|
|
586
691
|
const result = await utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState);
|
|
587
692
|
return utilWaiter.checkExceptions(result);
|
|
@@ -599,6 +704,7 @@ const commands = {
|
|
|
599
704
|
DeleteEphemerisCommand,
|
|
600
705
|
DeleteMissionProfileCommand,
|
|
601
706
|
DescribeContactCommand,
|
|
707
|
+
DescribeContactVersionCommand,
|
|
602
708
|
DescribeEphemerisCommand,
|
|
603
709
|
GetAgentConfigurationCommand,
|
|
604
710
|
GetAgentTaskResponseUrlCommand,
|
|
@@ -607,10 +713,13 @@ const commands = {
|
|
|
607
713
|
GetMinuteUsageCommand,
|
|
608
714
|
GetMissionProfileCommand,
|
|
609
715
|
GetSatelliteCommand,
|
|
716
|
+
ListAntennasCommand,
|
|
610
717
|
ListConfigsCommand,
|
|
611
718
|
ListContactsCommand,
|
|
719
|
+
ListContactVersionsCommand,
|
|
612
720
|
ListDataflowEndpointGroupsCommand,
|
|
613
721
|
ListEphemeridesCommand,
|
|
722
|
+
ListGroundStationReservationsCommand,
|
|
614
723
|
ListGroundStationsCommand,
|
|
615
724
|
ListMissionProfilesCommand,
|
|
616
725
|
ListSatellitesCommand,
|
|
@@ -621,20 +730,25 @@ const commands = {
|
|
|
621
730
|
UntagResourceCommand,
|
|
622
731
|
UpdateAgentStatusCommand,
|
|
623
732
|
UpdateConfigCommand,
|
|
733
|
+
UpdateContactCommand,
|
|
624
734
|
UpdateEphemerisCommand,
|
|
625
735
|
UpdateMissionProfileCommand,
|
|
626
736
|
};
|
|
627
737
|
const paginators = {
|
|
738
|
+
paginateListAntennas,
|
|
628
739
|
paginateListConfigs,
|
|
629
740
|
paginateListContacts,
|
|
741
|
+
paginateListContactVersions,
|
|
630
742
|
paginateListDataflowEndpointGroups,
|
|
631
743
|
paginateListEphemerides,
|
|
744
|
+
paginateListGroundStationReservations,
|
|
632
745
|
paginateListGroundStations,
|
|
633
746
|
paginateListMissionProfiles,
|
|
634
747
|
paginateListSatellites,
|
|
635
748
|
};
|
|
636
749
|
const waiters = {
|
|
637
750
|
waitUntilContactScheduled,
|
|
751
|
+
waitUntilContactUpdated,
|
|
638
752
|
};
|
|
639
753
|
class GroundStation extends GroundStationClient {
|
|
640
754
|
}
|
|
@@ -731,6 +845,26 @@ const EphemerisType = {
|
|
|
731
845
|
SERVICE_MANAGED: "SERVICE_MANAGED",
|
|
732
846
|
TLE: "TLE",
|
|
733
847
|
};
|
|
848
|
+
const VersionFailureReasonCode = {
|
|
849
|
+
AZEL_EPHEMERIS_INVALID_STATUS: "AZEL_EPHEMERIS_INVALID_STATUS",
|
|
850
|
+
AZEL_EPHEMERIS_NOT_FOUND: "AZEL_EPHEMERIS_NOT_FOUND",
|
|
851
|
+
AZEL_EPHEMERIS_TIME_RANGE_INVALID: "AZEL_EPHEMERIS_TIME_RANGE_INVALID",
|
|
852
|
+
AZEL_EPHEMERIS_WRONG_GROUND_STATION: "AZEL_EPHEMERIS_WRONG_GROUND_STATION",
|
|
853
|
+
EPHEMERIS_NOT_ENABLED: "EPHEMERIS_NOT_ENABLED",
|
|
854
|
+
EPHEMERIS_NOT_FOUND: "EPHEMERIS_NOT_FOUND",
|
|
855
|
+
EPHEMERIS_TIME_RANGE_INVALID: "EPHEMERIS_TIME_RANGE_INVALID",
|
|
856
|
+
INTERNAL_ERROR: "INTERNAL_ERROR",
|
|
857
|
+
INVALID_SATELLITE_ARN: "INVALID_SATELLITE_ARN",
|
|
858
|
+
INVALID_UPDATE_CONTACT_REQUEST: "INVALID_UPDATE_CONTACT_REQUEST",
|
|
859
|
+
NOT_ONBOARDED_TO_AZEL_EPHEMERIS: "NOT_ONBOARDED_TO_AZEL_EPHEMERIS",
|
|
860
|
+
SATELLITE_DOES_NOT_MATCH_EPHEMERIS: "SATELLITE_DOES_NOT_MATCH_EPHEMERIS",
|
|
861
|
+
};
|
|
862
|
+
const VersionStatus = {
|
|
863
|
+
ACTIVE: "ACTIVE",
|
|
864
|
+
FAILED_TO_UPDATE: "FAILED_TO_UPDATE",
|
|
865
|
+
SUPERSEDED: "SUPERSEDED",
|
|
866
|
+
UPDATING: "UPDATING",
|
|
867
|
+
};
|
|
734
868
|
const EphemerisErrorCode = {
|
|
735
869
|
AZ_EL_SEGMENTS_OUT_OF_ORDER: "AZ_EL_SEGMENTS_OUT_OF_ORDER",
|
|
736
870
|
AZ_EL_SEGMENT_END_TIME_BEFORE_START_TIME: "AZ_EL_SEGMENT_END_TIME_BEFORE_START_TIME",
|
|
@@ -790,6 +924,14 @@ const EphemerisSource = {
|
|
|
790
924
|
CUSTOMER_PROVIDED: "CUSTOMER_PROVIDED",
|
|
791
925
|
SPACE_TRACK: "SPACE_TRACK",
|
|
792
926
|
};
|
|
927
|
+
const ReservationType = {
|
|
928
|
+
CONTACT: "CONTACT",
|
|
929
|
+
MAINTENANCE: "MAINTENANCE",
|
|
930
|
+
};
|
|
931
|
+
const MaintenanceType = {
|
|
932
|
+
PLANNED: "PLANNED",
|
|
933
|
+
UNPLANNED: "UNPLANNED",
|
|
934
|
+
};
|
|
793
935
|
|
|
794
936
|
exports.$Command = smithyClient.Command;
|
|
795
937
|
exports.__Client = smithyClient.Client;
|
|
@@ -814,6 +956,7 @@ exports.DeleteDataflowEndpointGroupCommand = DeleteDataflowEndpointGroupCommand;
|
|
|
814
956
|
exports.DeleteEphemerisCommand = DeleteEphemerisCommand;
|
|
815
957
|
exports.DeleteMissionProfileCommand = DeleteMissionProfileCommand;
|
|
816
958
|
exports.DescribeContactCommand = DescribeContactCommand;
|
|
959
|
+
exports.DescribeContactVersionCommand = DescribeContactVersionCommand;
|
|
817
960
|
exports.DescribeEphemerisCommand = DescribeEphemerisCommand;
|
|
818
961
|
exports.EirpUnits = EirpUnits;
|
|
819
962
|
exports.EndpointStatus = EndpointStatus;
|
|
@@ -832,33 +975,46 @@ exports.GetMissionProfileCommand = GetMissionProfileCommand;
|
|
|
832
975
|
exports.GetSatelliteCommand = GetSatelliteCommand;
|
|
833
976
|
exports.GroundStation = GroundStation;
|
|
834
977
|
exports.GroundStationClient = GroundStationClient;
|
|
978
|
+
exports.ListAntennasCommand = ListAntennasCommand;
|
|
835
979
|
exports.ListConfigsCommand = ListConfigsCommand;
|
|
980
|
+
exports.ListContactVersionsCommand = ListContactVersionsCommand;
|
|
836
981
|
exports.ListContactsCommand = ListContactsCommand;
|
|
837
982
|
exports.ListDataflowEndpointGroupsCommand = ListDataflowEndpointGroupsCommand;
|
|
838
983
|
exports.ListEphemeridesCommand = ListEphemeridesCommand;
|
|
984
|
+
exports.ListGroundStationReservationsCommand = ListGroundStationReservationsCommand;
|
|
839
985
|
exports.ListGroundStationsCommand = ListGroundStationsCommand;
|
|
840
986
|
exports.ListMissionProfilesCommand = ListMissionProfilesCommand;
|
|
841
987
|
exports.ListSatellitesCommand = ListSatellitesCommand;
|
|
842
988
|
exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
|
|
989
|
+
exports.MaintenanceType = MaintenanceType;
|
|
843
990
|
exports.Polarization = Polarization;
|
|
844
991
|
exports.RegisterAgentCommand = RegisterAgentCommand;
|
|
992
|
+
exports.ReservationType = ReservationType;
|
|
845
993
|
exports.ReserveContactCommand = ReserveContactCommand;
|
|
846
994
|
exports.TagResourceCommand = TagResourceCommand;
|
|
847
995
|
exports.TelemetrySinkType = TelemetrySinkType;
|
|
848
996
|
exports.UntagResourceCommand = UntagResourceCommand;
|
|
849
997
|
exports.UpdateAgentStatusCommand = UpdateAgentStatusCommand;
|
|
850
998
|
exports.UpdateConfigCommand = UpdateConfigCommand;
|
|
999
|
+
exports.UpdateContactCommand = UpdateContactCommand;
|
|
851
1000
|
exports.UpdateEphemerisCommand = UpdateEphemerisCommand;
|
|
852
1001
|
exports.UpdateMissionProfileCommand = UpdateMissionProfileCommand;
|
|
1002
|
+
exports.VersionFailureReasonCode = VersionFailureReasonCode;
|
|
1003
|
+
exports.VersionStatus = VersionStatus;
|
|
1004
|
+
exports.paginateListAntennas = paginateListAntennas;
|
|
853
1005
|
exports.paginateListConfigs = paginateListConfigs;
|
|
1006
|
+
exports.paginateListContactVersions = paginateListContactVersions;
|
|
854
1007
|
exports.paginateListContacts = paginateListContacts;
|
|
855
1008
|
exports.paginateListDataflowEndpointGroups = paginateListDataflowEndpointGroups;
|
|
856
1009
|
exports.paginateListEphemerides = paginateListEphemerides;
|
|
1010
|
+
exports.paginateListGroundStationReservations = paginateListGroundStationReservations;
|
|
857
1011
|
exports.paginateListGroundStations = paginateListGroundStations;
|
|
858
1012
|
exports.paginateListMissionProfiles = paginateListMissionProfiles;
|
|
859
1013
|
exports.paginateListSatellites = paginateListSatellites;
|
|
860
1014
|
exports.waitForContactScheduled = waitForContactScheduled;
|
|
1015
|
+
exports.waitForContactUpdated = waitForContactUpdated;
|
|
861
1016
|
exports.waitUntilContactScheduled = waitUntilContactScheduled;
|
|
1017
|
+
exports.waitUntilContactUpdated = waitUntilContactUpdated;
|
|
862
1018
|
Object.prototype.hasOwnProperty.call(schemas_0, '__proto__') &&
|
|
863
1019
|
!Object.prototype.hasOwnProperty.call(exports, '__proto__') &&
|
|
864
1020
|
Object.defineProperty(exports, '__proto__', {
|