@aws-sdk/client-groundstation 3.1031.0 → 3.1033.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 (68) hide show
  1. package/README.md +35 -0
  2. package/dist-cjs/endpoint/bdd.js +49 -0
  3. package/dist-cjs/endpoint/endpointResolver.js +2 -2
  4. package/dist-cjs/index.js +158 -2
  5. package/dist-cjs/schemas/schemas_0.js +174 -13
  6. package/dist-es/GroundStation.js +18 -0
  7. package/dist-es/commands/DescribeContactVersionCommand.js +16 -0
  8. package/dist-es/commands/ListAntennasCommand.js +16 -0
  9. package/dist-es/commands/ListContactVersionsCommand.js +16 -0
  10. package/dist-es/commands/ListGroundStationReservationsCommand.js +16 -0
  11. package/dist-es/commands/UpdateContactCommand.js +16 -0
  12. package/dist-es/commands/index.js +5 -0
  13. package/dist-es/endpoint/bdd.js +46 -0
  14. package/dist-es/endpoint/endpointResolver.js +3 -3
  15. package/dist-es/models/enums.js +28 -0
  16. package/dist-es/pagination/ListAntennasPaginator.js +4 -0
  17. package/dist-es/pagination/ListContactVersionsPaginator.js +4 -0
  18. package/dist-es/pagination/ListGroundStationReservationsPaginator.js +4 -0
  19. package/dist-es/pagination/index.js +3 -0
  20. package/dist-es/schemas/schemas_0.js +169 -9
  21. package/dist-es/waiters/index.js +1 -0
  22. package/dist-es/waiters/waitForContactUpdated.js +40 -0
  23. package/dist-types/GroundStation.d.ts +62 -0
  24. package/dist-types/GroundStationClient.d.ts +7 -2
  25. package/dist-types/commands/CancelContactCommand.d.ts +1 -0
  26. package/dist-types/commands/DescribeContactCommand.d.ts +18 -0
  27. package/dist-types/commands/DescribeContactVersionCommand.d.ts +331 -0
  28. package/dist-types/commands/ListAntennasCommand.d.ts +89 -0
  29. package/dist-types/commands/ListContactVersionsCommand.d.ts +99 -0
  30. package/dist-types/commands/ListContactsCommand.d.ts +12 -0
  31. package/dist-types/commands/ListGroundStationReservationsCommand.d.ts +104 -0
  32. package/dist-types/commands/ReserveContactCommand.d.ts +7 -0
  33. package/dist-types/commands/UpdateContactCommand.d.ts +102 -0
  34. package/dist-types/commands/index.d.ts +5 -0
  35. package/dist-types/endpoint/bdd.d.ts +2 -0
  36. package/dist-types/models/enums.d.ts +77 -5
  37. package/dist-types/models/errors.d.ts +3 -3
  38. package/dist-types/models/models_0.d.ts +572 -64
  39. package/dist-types/pagination/ListAntennasPaginator.d.ts +7 -0
  40. package/dist-types/pagination/ListContactVersionsPaginator.d.ts +7 -0
  41. package/dist-types/pagination/ListGroundStationReservationsPaginator.d.ts +7 -0
  42. package/dist-types/pagination/index.d.ts +3 -0
  43. package/dist-types/schemas/schemas_0.d.ts +23 -0
  44. package/dist-types/ts3.4/GroundStation.d.ts +115 -0
  45. package/dist-types/ts3.4/GroundStationClient.d.ts +30 -0
  46. package/dist-types/ts3.4/commands/DescribeContactVersionCommand.d.ts +51 -0
  47. package/dist-types/ts3.4/commands/ListAntennasCommand.d.ts +47 -0
  48. package/dist-types/ts3.4/commands/ListContactVersionsCommand.d.ts +51 -0
  49. package/dist-types/ts3.4/commands/ListGroundStationReservationsCommand.d.ts +51 -0
  50. package/dist-types/ts3.4/commands/UpdateContactCommand.d.ts +50 -0
  51. package/dist-types/ts3.4/commands/index.d.ts +5 -0
  52. package/dist-types/ts3.4/endpoint/bdd.d.ts +2 -0
  53. package/dist-types/ts3.4/models/enums.d.ts +35 -0
  54. package/dist-types/ts3.4/models/models_0.d.ts +154 -1
  55. package/dist-types/ts3.4/pagination/ListAntennasPaginator.d.ts +11 -0
  56. package/dist-types/ts3.4/pagination/ListContactVersionsPaginator.d.ts +11 -0
  57. package/dist-types/ts3.4/pagination/ListGroundStationReservationsPaginator.d.ts +11 -0
  58. package/dist-types/ts3.4/pagination/index.d.ts +3 -0
  59. package/dist-types/ts3.4/schemas/schemas_0.d.ts +23 -0
  60. package/dist-types/ts3.4/waiters/index.d.ts +1 -0
  61. package/dist-types/ts3.4/waiters/waitForContactUpdated.d.ts +11 -0
  62. package/dist-types/waiters/index.d.ts +1 -0
  63. package/dist-types/waiters/waitForContactUpdated.d.ts +14 -0
  64. package/package.json +5 -5
  65. package/dist-cjs/endpoint/ruleset.js +0 -7
  66. package/dist-es/endpoint/ruleset.js +0 -4
  67. package/dist-types/endpoint/ruleset.d.ts +0 -2
  68. package/dist-types/ts3.4/endpoint/ruleset.d.ts +0 -2
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
 
@@ -0,0 +1,49 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.bdd = void 0;
4
+ const util_endpoints_1 = require("@smithy/util-endpoints");
5
+ const k = "ref";
6
+ const a = -1, b = true, c = "isSet", d = "PartitionResult", e = "booleanEquals", f = "getAttr", g = { [k]: "Endpoint" }, h = { [k]: d }, i = {}, j = [{ [k]: "Region" }];
7
+ const _data = {
8
+ conditions: [
9
+ [c, [g]],
10
+ [c, j],
11
+ ["aws.partition", j, d],
12
+ [e, [{ [k]: "UseFIPS" }, b]],
13
+ [e, [{ [k]: "UseDualStack" }, b]],
14
+ [e, [{ fn: f, argv: [h, "supportsDualStack"] }, b]],
15
+ [e, [{ fn: f, argv: [h, "supportsFIPS"] }, b]]
16
+ ],
17
+ results: [
18
+ [a],
19
+ [a, "Invalid Configuration: FIPS and custom endpoint are not supported"],
20
+ [a, "Invalid Configuration: Dualstack and custom endpoint are not supported"],
21
+ [g, i],
22
+ ["https://groundstation-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", i],
23
+ [a, "FIPS and DualStack are enabled, but this partition does not support one or both"],
24
+ ["https://groundstation-fips.{Region}.{PartitionResult#dnsSuffix}", i],
25
+ [a, "FIPS is enabled but this partition does not support FIPS"],
26
+ ["https://groundstation.{Region}.{PartitionResult#dualStackDnsSuffix}", i],
27
+ [a, "DualStack is enabled but this partition does not support DualStack"],
28
+ ["https://groundstation.{Region}.{PartitionResult#dnsSuffix}", i],
29
+ [a, "Invalid Configuration: Missing Region"]
30
+ ]
31
+ };
32
+ const root = 2;
33
+ const r = 100_000_000;
34
+ const nodes = new Int32Array([
35
+ -1, 1, -1,
36
+ 0, 12, 3,
37
+ 1, 4, r + 11,
38
+ 2, 5, r + 11,
39
+ 3, 8, 6,
40
+ 4, 7, r + 10,
41
+ 5, r + 8, r + 9,
42
+ 4, 10, 9,
43
+ 6, r + 6, r + 7,
44
+ 5, 11, r + 5,
45
+ 6, r + 4, r + 5,
46
+ 3, r + 1, 13,
47
+ 4, r + 2, r + 3,
48
+ ]);
49
+ exports.bdd = util_endpoints_1.BinaryDecisionDiagram.from(nodes, root, _data.conditions, _data.results);
@@ -3,13 +3,13 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.defaultEndpointResolver = void 0;
4
4
  const util_endpoints_1 = require("@aws-sdk/util-endpoints");
5
5
  const util_endpoints_2 = require("@smithy/util-endpoints");
6
- const ruleset_1 = require("./ruleset");
6
+ const bdd_1 = require("./bdd");
7
7
  const cache = new util_endpoints_2.EndpointCache({
8
8
  size: 50,
9
9
  params: ["Endpoint", "Region", "UseDualStack", "UseFIPS"],
10
10
  });
11
11
  const defaultEndpointResolver = (endpointParams, context = {}) => {
12
- return cache.get(endpointParams, () => (0, util_endpoints_2.resolveEndpoint)(ruleset_1.ruleSet, {
12
+ return cache.get(endpointParams, () => (0, util_endpoints_2.decideEndpoint)(bdd_1.bdd, {
13
13
  endpointParams: endpointParams,
14
14
  logger: context.logger,
15
15
  }));
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__', {