@aws-sdk/client-groundstation 3.952.0 → 3.953.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 (55) hide show
  1. package/dist-cjs/index.js +589 -382
  2. package/dist-cjs/runtimeConfig.shared.js +6 -1
  3. package/dist-es/commands/CancelContactCommand.js +2 -2
  4. package/dist-es/commands/CreateConfigCommand.js +2 -2
  5. package/dist-es/commands/CreateDataflowEndpointGroupCommand.js +2 -2
  6. package/dist-es/commands/CreateDataflowEndpointGroupV2Command.js +2 -2
  7. package/dist-es/commands/CreateEphemerisCommand.js +2 -2
  8. package/dist-es/commands/CreateMissionProfileCommand.js +2 -2
  9. package/dist-es/commands/DeleteConfigCommand.js +2 -2
  10. package/dist-es/commands/DeleteDataflowEndpointGroupCommand.js +2 -2
  11. package/dist-es/commands/DeleteEphemerisCommand.js +2 -2
  12. package/dist-es/commands/DeleteMissionProfileCommand.js +2 -2
  13. package/dist-es/commands/DescribeContactCommand.js +2 -2
  14. package/dist-es/commands/DescribeEphemerisCommand.js +2 -2
  15. package/dist-es/commands/GetAgentConfigurationCommand.js +2 -2
  16. package/dist-es/commands/GetAgentTaskResponseUrlCommand.js +2 -2
  17. package/dist-es/commands/GetConfigCommand.js +2 -2
  18. package/dist-es/commands/GetDataflowEndpointGroupCommand.js +2 -2
  19. package/dist-es/commands/GetMinuteUsageCommand.js +2 -2
  20. package/dist-es/commands/GetMissionProfileCommand.js +2 -2
  21. package/dist-es/commands/GetSatelliteCommand.js +2 -2
  22. package/dist-es/commands/ListConfigsCommand.js +2 -2
  23. package/dist-es/commands/ListContactsCommand.js +2 -2
  24. package/dist-es/commands/ListDataflowEndpointGroupsCommand.js +2 -2
  25. package/dist-es/commands/ListEphemeridesCommand.js +2 -2
  26. package/dist-es/commands/ListGroundStationsCommand.js +2 -2
  27. package/dist-es/commands/ListMissionProfilesCommand.js +2 -2
  28. package/dist-es/commands/ListSatellitesCommand.js +2 -2
  29. package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
  30. package/dist-es/commands/RegisterAgentCommand.js +2 -2
  31. package/dist-es/commands/ReserveContactCommand.js +2 -2
  32. package/dist-es/commands/TagResourceCommand.js +2 -2
  33. package/dist-es/commands/UntagResourceCommand.js +2 -2
  34. package/dist-es/commands/UpdateAgentStatusCommand.js +2 -2
  35. package/dist-es/commands/UpdateConfigCommand.js +2 -2
  36. package/dist-es/commands/UpdateEphemerisCommand.js +2 -2
  37. package/dist-es/commands/UpdateMissionProfileCommand.js +2 -2
  38. package/dist-es/index.js +1 -0
  39. package/dist-es/runtimeConfig.shared.js +6 -1
  40. package/dist-es/schemas/schemas_0.js +371 -343
  41. package/dist-types/GroundStationClient.d.ts +1 -10
  42. package/dist-types/index.d.ts +1 -0
  43. package/dist-types/runtimeConfig.browser.d.ts +6 -2
  44. package/dist-types/runtimeConfig.d.ts +6 -2
  45. package/dist-types/runtimeConfig.native.d.ts +6 -2
  46. package/dist-types/runtimeConfig.shared.d.ts +6 -1
  47. package/dist-types/schemas/schemas_0.d.ts +180 -211
  48. package/dist-types/ts3.4/GroundStationClient.d.ts +0 -4
  49. package/dist-types/ts3.4/index.d.ts +1 -0
  50. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
  51. package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
  52. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
  53. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
  54. package/dist-types/ts3.4/schemas/schemas_0.d.ts +179 -211
  55. package/package.json +35 -35
package/dist-cjs/index.js CHANGED
@@ -111,14 +111,14 @@ class GroundStationClient extends smithyClient.Client {
111
111
  }
112
112
  }
113
113
 
114
- let GroundStationServiceException$1 = class GroundStationServiceException extends smithyClient.ServiceException {
114
+ class GroundStationServiceException extends smithyClient.ServiceException {
115
115
  constructor(options) {
116
116
  super(options);
117
117
  Object.setPrototypeOf(this, GroundStationServiceException.prototype);
118
118
  }
119
- };
119
+ }
120
120
 
121
- let DependencyException$1 = class DependencyException extends GroundStationServiceException$1 {
121
+ class DependencyException extends GroundStationServiceException {
122
122
  name = "DependencyException";
123
123
  $fault = "server";
124
124
  parameterName;
@@ -131,8 +131,8 @@ let DependencyException$1 = class DependencyException extends GroundStationServi
131
131
  Object.setPrototypeOf(this, DependencyException.prototype);
132
132
  this.parameterName = opts.parameterName;
133
133
  }
134
- };
135
- let InvalidParameterException$1 = class InvalidParameterException extends GroundStationServiceException$1 {
134
+ }
135
+ class InvalidParameterException extends GroundStationServiceException {
136
136
  name = "InvalidParameterException";
137
137
  $fault = "client";
138
138
  parameterName;
@@ -145,8 +145,8 @@ let InvalidParameterException$1 = class InvalidParameterException extends Ground
145
145
  Object.setPrototypeOf(this, InvalidParameterException.prototype);
146
146
  this.parameterName = opts.parameterName;
147
147
  }
148
- };
149
- let ResourceNotFoundException$1 = class ResourceNotFoundException extends GroundStationServiceException$1 {
148
+ }
149
+ class ResourceNotFoundException extends GroundStationServiceException {
150
150
  name = "ResourceNotFoundException";
151
151
  $fault = "client";
152
152
  constructor(opts) {
@@ -157,8 +157,8 @@ let ResourceNotFoundException$1 = class ResourceNotFoundException extends Ground
157
157
  });
158
158
  Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
159
159
  }
160
- };
161
- let ResourceLimitExceededException$1 = class ResourceLimitExceededException extends GroundStationServiceException$1 {
160
+ }
161
+ class ResourceLimitExceededException extends GroundStationServiceException {
162
162
  name = "ResourceLimitExceededException";
163
163
  $fault = "client";
164
164
  parameterName;
@@ -171,8 +171,8 @@ let ResourceLimitExceededException$1 = class ResourceLimitExceededException exte
171
171
  Object.setPrototypeOf(this, ResourceLimitExceededException.prototype);
172
172
  this.parameterName = opts.parameterName;
173
173
  }
174
- };
175
- let ServiceQuotaExceededException$1 = class ServiceQuotaExceededException extends GroundStationServiceException$1 {
174
+ }
175
+ class ServiceQuotaExceededException extends GroundStationServiceException {
176
176
  name = "ServiceQuotaExceededException";
177
177
  $fault = "client";
178
178
  parameterName;
@@ -185,8 +185,8 @@ let ServiceQuotaExceededException$1 = class ServiceQuotaExceededException extend
185
185
  Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype);
186
186
  this.parameterName = opts.parameterName;
187
187
  }
188
- };
189
- let ResourceInUseException$1 = class ResourceInUseException extends GroundStationServiceException$1 {
188
+ }
189
+ class ResourceInUseException extends GroundStationServiceException {
190
190
  name = "ResourceInUseException";
191
191
  $fault = "client";
192
192
  constructor(opts) {
@@ -197,7 +197,7 @@ let ResourceInUseException$1 = class ResourceInUseException extends GroundStatio
197
197
  });
198
198
  Object.setPrototypeOf(this, ResourceInUseException.prototype);
199
199
  }
200
- };
200
+ }
201
201
 
202
202
  const _AD = "AgentDetails";
203
203
  const _ADC = "AntennaDownlinkConfig";
@@ -590,7 +590,7 @@ const _va = "value";
590
590
  const _ve = "version";
591
591
  const _y = "year";
592
592
  const n0 = "com.amazonaws.groundstation";
593
- var AgentDetails = [
593
+ var AgentDetails$ = [
594
594
  3,
595
595
  n0,
596
596
  _AD,
@@ -598,47 +598,47 @@ var AgentDetails = [
598
598
  [_aV, _iI, _iT, _rCC, _aCC, _cV],
599
599
  [0, 0, 0, 64 | 1, 64 | 1, () => ComponentVersionList],
600
600
  ];
601
- var AggregateStatus = [3, n0, _AS, 0, [_s, _sM], [0, 128 | 2]];
602
- var AntennaDemodDecodeDetails = [3, n0, _ADDD, 0, [_oN], [0]];
603
- var AntennaDownlinkConfig = [3, n0, _ADC, 0, [_sC], [() => SpectrumConfig]];
604
- var AntennaDownlinkDemodDecodeConfig = [
601
+ var AggregateStatus$ = [3, n0, _AS, 0, [_s, _sM], [0, 128 | 2]];
602
+ var AntennaDemodDecodeDetails$ = [3, n0, _ADDD, 0, [_oN], [0]];
603
+ var AntennaDownlinkConfig$ = [3, n0, _ADC, 0, [_sC], [() => SpectrumConfig$]];
604
+ var AntennaDownlinkDemodDecodeConfig$ = [
605
605
  3,
606
606
  n0,
607
607
  _ADDDC,
608
608
  0,
609
609
  [_sC, _dC, _dCe],
610
- [() => SpectrumConfig, () => DemodulationConfig, () => DecodeConfig],
610
+ [() => SpectrumConfig$, () => DemodulationConfig$, () => DecodeConfig$],
611
611
  ];
612
- var AntennaUplinkConfig = [
612
+ var AntennaUplinkConfig$ = [
613
613
  3,
614
614
  n0,
615
615
  _AUC,
616
616
  0,
617
617
  [_tD, _sC, _tE],
618
- [2, () => UplinkSpectrumConfig, () => Eirp],
618
+ [2, () => UplinkSpectrumConfig$, () => Eirp$],
619
619
  ];
620
- var AwsGroundStationAgentEndpoint = [
620
+ var AwsGroundStationAgentEndpoint$ = [
621
621
  3,
622
622
  n0,
623
623
  _AGSAE,
624
624
  0,
625
625
  [_n, _eA, _iA, _aS, _aR],
626
- [0, () => ConnectionDetails, () => RangedConnectionDetails, 0, 0],
626
+ [0, () => ConnectionDetails$, () => RangedConnectionDetails$, 0, 0],
627
627
  ];
628
- var AzElEphemeris = [3, n0, _AEE, 0, [_gS, _d], [0, () => AzElSegmentsData]];
629
- var AzElEphemerisFilter = [3, n0, _AEEF, 0, [_i], [0]];
630
- var AzElProgramTrackSettings = [3, n0, _AEPTS, 0, [_eI], [0]];
631
- var AzElSegment = [
628
+ var AzElEphemeris$ = [3, n0, _AEE, 0, [_gS, _d], [0, () => AzElSegmentsData$]];
629
+ var AzElEphemerisFilter$ = [3, n0, _AEEF, 0, [_i], [0]];
630
+ var AzElProgramTrackSettings$ = [3, n0, _AEPTS, 0, [_eI], [0]];
631
+ var AzElSegment$ = [
632
632
  3,
633
633
  n0,
634
634
  _AES,
635
635
  0,
636
636
  [_rE, _vTR, _aEL],
637
- [5, () => ISO8601TimeRange, () => TimeAzElList],
637
+ [5, () => ISO8601TimeRange$, () => TimeAzElList],
638
638
  ];
639
- var AzElSegments = [3, n0, _AESz, 0, [_aU, _aESL], [0, () => AzElSegmentList]];
640
- var CancelContactRequest = [3, n0, _CCR, 0, [_cI], [[0, 1]]];
641
- var ComponentStatusData = [
639
+ var AzElSegments$ = [3, n0, _AESz, 0, [_aU, _aESL], [0, () => AzElSegmentList]];
640
+ var CancelContactRequest$ = [3, n0, _CCR, 0, [_cI], [[0, 1]]];
641
+ var ComponentStatusData$ = [
642
642
  3,
643
643
  n0,
644
644
  _CSD,
@@ -646,28 +646,28 @@ var ComponentStatusData = [
646
646
  [_cT, _cA, _s, _bS, _bR, _pD, _dI],
647
647
  [0, 0, 0, 1, 1, 1, 0],
648
648
  ];
649
- var ComponentVersion = [3, n0, _CV, 0, [_cT, _v], [0, 64 | 0]];
650
- var ConfigIdResponse = [3, n0, _CIR, 0, [_cIo, _cTo, _cAo], [0, 0, 0]];
651
- var ConfigListItem = [3, n0, _CLI, 0, [_cIo, _cTo, _cAo, _n], [0, 0, 0, 0]];
652
- var ConnectionDetails = [3, n0, _CD, 0, [_sA, _m], [() => SocketAddress, 1]];
653
- var ContactData = [
649
+ var ComponentVersion$ = [3, n0, _CV, 0, [_cT, _v], [0, 64 | 0]];
650
+ var ConfigIdResponse$ = [3, n0, _CIR, 0, [_cIo, _cTo, _cAo], [0, 0, 0]];
651
+ var ConfigListItem$ = [3, n0, _CLI, 0, [_cIo, _cTo, _cAo, _n], [0, 0, 0, 0]];
652
+ var ConnectionDetails$ = [3, n0, _CD, 0, [_sA, _m], [() => SocketAddress$, 1]];
653
+ var ContactData$ = [
654
654
  3,
655
655
  n0,
656
656
  _CDo,
657
657
  0,
658
658
  [_cI, _mPA, _sAa, _sT, _eT, _pPST, _pPET, _gS, _cS, _eM, _mE, _r, _t, _vST, _vET, _e],
659
- [0, 0, 0, 4, 4, 4, 4, 0, 0, 0, () => Elevation, 0, 128 | 0, 4, 4, () => EphemerisResponseData],
659
+ [0, 0, 0, 4, 4, 4, 4, 0, 0, 0, () => Elevation$, 0, 128 | 0, 4, 4, () => EphemerisResponseData$],
660
660
  ];
661
- var ContactIdResponse = [3, n0, _CIRo, 0, [_cI], [0]];
662
- var CreateConfigRequest = [
661
+ var ContactIdResponse$ = [3, n0, _CIRo, 0, [_cI], [0]];
662
+ var CreateConfigRequest$ = [
663
663
  3,
664
664
  n0,
665
665
  _CCRr,
666
666
  0,
667
667
  [_n, _cD, _t],
668
- [0, () => ConfigTypeData, 128 | 0],
668
+ [0, () => ConfigTypeData$, 128 | 0],
669
669
  ];
670
- var CreateDataflowEndpointGroupRequest = [
670
+ var CreateDataflowEndpointGroupRequest$ = [
671
671
  3,
672
672
  n0,
673
673
  _CDEGR,
@@ -675,7 +675,7 @@ var CreateDataflowEndpointGroupRequest = [
675
675
  [_eD, _t, _cPPDS, _cPPDSo],
676
676
  [() => EndpointDetailsList, 128 | 0, 1, 1],
677
677
  ];
678
- var CreateDataflowEndpointGroupV2Request = [
678
+ var CreateDataflowEndpointGroupV2Request$ = [
679
679
  3,
680
680
  n0,
681
681
  _CDEGVR,
@@ -683,37 +683,44 @@ var CreateDataflowEndpointGroupV2Request = [
683
683
  [_en, _cPPDS, _cPPDSo, _t],
684
684
  [() => CreateEndpointDetailsList, 1, 1, 128 | 0],
685
685
  ];
686
- var CreateDataflowEndpointGroupV2Response = [3, n0, _CDEGVRr, 0, [_dEGI], [0]];
687
- var CreateEphemerisRequest = [
686
+ var CreateDataflowEndpointGroupV2Response$ = [3, n0, _CDEGVRr, 0, [_dEGI], [0]];
687
+ var CreateEphemerisRequest$ = [
688
688
  3,
689
689
  n0,
690
690
  _CER,
691
691
  0,
692
692
  [_sI, _ena, _p, _eTx, _n, _kKA, _e, _t],
693
- [0, 2, 1, 4, 0, 0, () => EphemerisData, 128 | 0],
693
+ [0, 2, 1, 4, 0, 0, () => EphemerisData$, 128 | 0],
694
694
  ];
695
- var CreateMissionProfileRequest = [
695
+ var CreateMissionProfileRequest$ = [
696
696
  3,
697
697
  n0,
698
698
  _CMPR,
699
699
  0,
700
700
  [_n, _cPPDS, _cPPDSo, _mVCDS, _dE, _tCA, _t, _sKK, _sKR],
701
- [0, 1, 1, 1, [1, n0, _DEL, 0, 64 | 0], 0, 128 | 0, () => KmsKey, 0],
701
+ [0, 1, 1, 1, [1, n0, _DEL, 0, 64 | 0], 0, 128 | 0, () => KmsKey$, 0],
702
702
  ];
703
- var DataflowDetail = [
703
+ var DataflowDetail$ = [
704
704
  3,
705
705
  n0,
706
706
  _DD,
707
707
  0,
708
708
  [_so, _de, _eM],
709
- [() => Source, () => Destination, 0],
710
- ];
711
- var DataflowEndpoint = [3, n0, _DE, 0, [_n, _a, _s, _m], [0, () => SocketAddress, 0, 1]];
712
- var DataflowEndpointConfig = [3, n0, _DEC, 0, [_dEN, _dER], [0, 0]];
713
- var DataflowEndpointGroupIdResponse = [3, n0, _DEGIR, 0, [_dEGI], [0]];
714
- var DataflowEndpointListItem = [3, n0, _DELI, 0, [_dEGI, _dEGA], [0, 0]];
715
- var DecodeConfig = [3, n0, _DC, 0, [_uJSON], [0]];
716
- var DeleteConfigRequest = [
709
+ [() => Source$, () => Destination$, 0],
710
+ ];
711
+ var DataflowEndpoint$ = [
712
+ 3,
713
+ n0,
714
+ _DE,
715
+ 0,
716
+ [_n, _a, _s, _m],
717
+ [0, () => SocketAddress$, 0, 1],
718
+ ];
719
+ var DataflowEndpointConfig$ = [3, n0, _DEC, 0, [_dEN, _dER], [0, 0]];
720
+ var DataflowEndpointGroupIdResponse$ = [3, n0, _DEGIR, 0, [_dEGI], [0]];
721
+ var DataflowEndpointListItem$ = [3, n0, _DELI, 0, [_dEGI, _dEGA], [0, 0]];
722
+ var DecodeConfig$ = [3, n0, _DC, 0, [_uJSON], [0]];
723
+ var DeleteConfigRequest$ = [
717
724
  3,
718
725
  n0,
719
726
  _DCR,
@@ -724,14 +731,14 @@ var DeleteConfigRequest = [
724
731
  [0, 1],
725
732
  ],
726
733
  ];
727
- var DeleteDataflowEndpointGroupRequest = [3, n0, _DDEGR, 0, [_dEGI], [[0, 1]]];
728
- var DeleteEphemerisRequest = [3, n0, _DER, 0, [_eI], [[0, 1]]];
729
- var DeleteMissionProfileRequest = [3, n0, _DMPR, 0, [_mPI], [[0, 1]]];
730
- var DemodulationConfig = [3, n0, _DCe, 0, [_uJSON], [0]];
731
- var DependencyException = [-3, n0, _DEe, { [_er]: _se, [_hE]: 531 }, [_me, _pN], [0, 0]];
732
- schema.TypeRegistry.for(n0).registerError(DependencyException, DependencyException$1);
733
- var DescribeContactRequest = [3, n0, _DCRe, 0, [_cI], [[0, 1]]];
734
- var DescribeContactResponse = [
734
+ var DeleteDataflowEndpointGroupRequest$ = [3, n0, _DDEGR, 0, [_dEGI], [[0, 1]]];
735
+ var DeleteEphemerisRequest$ = [3, n0, _DER, 0, [_eI], [[0, 1]]];
736
+ var DeleteMissionProfileRequest$ = [3, n0, _DMPR, 0, [_mPI], [[0, 1]]];
737
+ var DemodulationConfig$ = [3, n0, _DCe, 0, [_uJSON], [0]];
738
+ var DependencyException$ = [-3, n0, _DEe, { [_er]: _se, [_hE]: 531 }, [_me, _pN], [0, 0]];
739
+ schema.TypeRegistry.for(n0).registerError(DependencyException$, DependencyException);
740
+ var DescribeContactRequest$ = [3, n0, _DCRe, 0, [_cI], [[0, 1]]];
741
+ var DescribeContactResponse$ = [
735
742
  3,
736
743
  n0,
737
744
  _DCRes,
@@ -748,94 +755,94 @@ var DescribeContactResponse = [
748
755
  0,
749
756
  0,
750
757
  0,
751
- () => Elevation,
758
+ () => Elevation$,
752
759
  128 | 0,
753
760
  0,
754
761
  () => DataflowList,
755
762
  4,
756
763
  4,
757
- () => TrackingOverrides,
758
- () => EphemerisResponseData,
764
+ () => TrackingOverrides$,
765
+ () => EphemerisResponseData$,
759
766
  ],
760
767
  ];
761
- var DescribeEphemerisRequest = [3, n0, _DERe, 0, [_eI], [[0, 1]]];
762
- var DescribeEphemerisResponse = [
768
+ var DescribeEphemerisRequest$ = [3, n0, _DERe, 0, [_eI], [[0, 1]]];
769
+ var DescribeEphemerisResponse$ = [
763
770
  3,
764
771
  n0,
765
772
  _DERes,
766
773
  0,
767
774
  [_eI, _sI, _s, _p, _cTr, _ena, _n, _t, _sD, _iR, _eR],
768
- [0, 0, 0, 1, 4, 2, 0, 128 | 0, () => EphemerisTypeDescription, 0, () => EphemerisErrorReasonList],
775
+ [0, 0, 0, 1, 4, 2, 0, 128 | 0, () => EphemerisTypeDescription$, 0, () => EphemerisErrorReasonList],
769
776
  ];
770
- var Destination = [
777
+ var Destination$ = [
771
778
  3,
772
779
  n0,
773
780
  _D,
774
781
  0,
775
782
  [_cTo, _cIo, _cDo, _dDR],
776
- [0, 0, () => ConfigDetails, 0],
783
+ [0, 0, () => ConfigDetails$, 0],
777
784
  ];
778
- var DiscoveryData = [3, n0, _DDi, 0, [_pIA, _pIAr, _cAa], [64 | 0, 64 | 0, 64 | 0]];
779
- var DownlinkAwsGroundStationAgentEndpoint = [
785
+ var DiscoveryData$ = [3, n0, _DDi, 0, [_pIA, _pIAr, _cAa], [64 | 0, 64 | 0, 64 | 0]];
786
+ var DownlinkAwsGroundStationAgentEndpoint$ = [
780
787
  3,
781
788
  n0,
782
789
  _DAGSAE,
783
790
  0,
784
791
  [_n, _dD],
785
- [0, () => DownlinkDataflowDetails],
792
+ [0, () => DownlinkDataflowDetails$],
786
793
  ];
787
- var DownlinkAwsGroundStationAgentEndpointDetails = [
794
+ var DownlinkAwsGroundStationAgentEndpointDetails$ = [
788
795
  3,
789
796
  n0,
790
797
  _DAGSAED,
791
798
  0,
792
799
  [_n, _dD, _aS, _aR],
793
- [0, () => DownlinkDataflowDetails, 0, 0],
800
+ [0, () => DownlinkDataflowDetails$, 0, 0],
794
801
  ];
795
- var DownlinkConnectionDetails = [
802
+ var DownlinkConnectionDetails$ = [
796
803
  3,
797
804
  n0,
798
805
  _DCD,
799
806
  0,
800
807
  [_aIAPA, _eAAP],
801
- [() => RangedConnectionDetails, () => ConnectionDetails],
808
+ [() => RangedConnectionDetails$, () => ConnectionDetails$],
802
809
  ];
803
- var Eirp = [3, n0, _E, 0, [_va, _u], [1, 0]];
804
- var Elevation = [3, n0, _El, 0, [_va, _un], [1, 0]];
805
- var EndpointDetails = [
810
+ var Eirp$ = [3, n0, _E, 0, [_va, _u], [1, 0]];
811
+ var Elevation$ = [3, n0, _El, 0, [_va, _un], [1, 0]];
812
+ var EndpointDetails$ = [
806
813
  3,
807
814
  n0,
808
815
  _ED,
809
816
  0,
810
817
  [_sDe, _end, _aGSAE, _uAGSAE, _dAGSAE, _hS, _hR],
811
818
  [
812
- () => SecurityDetails,
813
- () => DataflowEndpoint,
814
- () => AwsGroundStationAgentEndpoint,
815
- () => UplinkAwsGroundStationAgentEndpointDetails,
816
- () => DownlinkAwsGroundStationAgentEndpointDetails,
819
+ () => SecurityDetails$,
820
+ () => DataflowEndpoint$,
821
+ () => AwsGroundStationAgentEndpoint$,
822
+ () => UplinkAwsGroundStationAgentEndpointDetails$,
823
+ () => DownlinkAwsGroundStationAgentEndpointDetails$,
817
824
  0,
818
825
  64 | 0,
819
826
  ],
820
827
  ];
821
- var EphemerisDescription = [3, n0, _EDp, 0, [_sSO, _eDp], [() => S3Object, 0]];
822
- var EphemerisErrorReason = [3, n0, _EER, 0, [_eC, _eM], [0, 0]];
823
- var EphemerisIdResponse = [3, n0, _EIR, 0, [_eI], [0]];
824
- var EphemerisItem = [
828
+ var EphemerisDescription$ = [3, n0, _EDp, 0, [_sSO, _eDp], [() => S3Object$, 0]];
829
+ var EphemerisErrorReason$ = [3, n0, _EER, 0, [_eC, _eM], [0, 0]];
830
+ var EphemerisIdResponse$ = [3, n0, _EIR, 0, [_eI], [0]];
831
+ var EphemerisItem$ = [
825
832
  3,
826
833
  n0,
827
834
  _EI,
828
835
  0,
829
836
  [_eI, _eTp, _s, _p, _ena, _cTr, _n, _sSO],
830
- [0, 0, 0, 1, 2, 4, 0, () => S3Object],
831
- ];
832
- var EphemerisMetaData = [3, n0, _EMD, 0, [_so, _eI, _ep, _n], [0, 0, 4, 0]];
833
- var EphemerisResponseData = [3, n0, _ERD, 0, [_eI, _eTp], [0, 0]];
834
- var Frequency = [3, n0, _F, 0, [_va, _u], [1, 0]];
835
- var FrequencyBandwidth = [3, n0, _FB, 0, [_va, _u], [1, 0]];
836
- var GetAgentConfigurationRequest = [3, n0, _GACR, 0, [_aI], [[0, 1]]];
837
- var GetAgentConfigurationResponse = [3, n0, _GACRe, 0, [_aI, _tDa], [0, 0]];
838
- var GetAgentTaskResponseUrlRequest = [
837
+ [0, 0, 0, 1, 2, 4, 0, () => S3Object$],
838
+ ];
839
+ var EphemerisMetaData$ = [3, n0, _EMD, 0, [_so, _eI, _ep, _n], [0, 0, 4, 0]];
840
+ var EphemerisResponseData$ = [3, n0, _ERD, 0, [_eI, _eTp], [0, 0]];
841
+ var Frequency$ = [3, n0, _F, 0, [_va, _u], [1, 0]];
842
+ var FrequencyBandwidth$ = [3, n0, _FB, 0, [_va, _u], [1, 0]];
843
+ var GetAgentConfigurationRequest$ = [3, n0, _GACR, 0, [_aI], [[0, 1]]];
844
+ var GetAgentConfigurationResponse$ = [3, n0, _GACRe, 0, [_aI, _tDa], [0, 0]];
845
+ var GetAgentTaskResponseUrlRequest$ = [
839
846
  3,
840
847
  n0,
841
848
  _GATRUR,
@@ -846,8 +853,8 @@ var GetAgentTaskResponseUrlRequest = [
846
853
  [0, 1],
847
854
  ],
848
855
  ];
849
- var GetAgentTaskResponseUrlResponse = [3, n0, _GATRURe, 0, [_aI, _tI, _pLU], [0, 0, 0]];
850
- var GetConfigRequest = [
856
+ var GetAgentTaskResponseUrlResponse$ = [3, n0, _GATRURe, 0, [_aI, _tI, _pLU], [0, 0, 0]];
857
+ var GetConfigRequest$ = [
851
858
  3,
852
859
  n0,
853
860
  _GCR,
@@ -858,16 +865,16 @@ var GetConfigRequest = [
858
865
  [0, 1],
859
866
  ],
860
867
  ];
861
- var GetConfigResponse = [
868
+ var GetConfigResponse$ = [
862
869
  3,
863
870
  n0,
864
871
  _GCRe,
865
872
  0,
866
873
  [_cIo, _cAo, _n, _cTo, _cD, _t],
867
- [0, 0, 0, 0, () => ConfigTypeData, 128 | 0],
874
+ [0, 0, 0, 0, () => ConfigTypeData$, 128 | 0],
868
875
  ];
869
- var GetDataflowEndpointGroupRequest = [3, n0, _GDEGR, 0, [_dEGI], [[0, 1]]];
870
- var GetDataflowEndpointGroupResponse = [
876
+ var GetDataflowEndpointGroupRequest$ = [3, n0, _GDEGR, 0, [_dEGI], [[0, 1]]];
877
+ var GetDataflowEndpointGroupResponse$ = [
871
878
  3,
872
879
  n0,
873
880
  _GDEGRe,
@@ -875,8 +882,8 @@ var GetDataflowEndpointGroupResponse = [
875
882
  [_dEGI, _dEGA, _eDn, _t, _cPPDS, _cPPDSo],
876
883
  [0, 0, () => EndpointDetailsList, 128 | 0, 1, 1],
877
884
  ];
878
- var GetMinuteUsageRequest = [3, n0, _GMUR, 0, [_mo, _y], [1, 1]];
879
- var GetMinuteUsageResponse = [
885
+ var GetMinuteUsageRequest$ = [3, n0, _GMUR, 0, [_mo, _y], [1, 1]];
886
+ var GetMinuteUsageResponse$ = [
880
887
  3,
881
888
  n0,
882
889
  _GMURe,
@@ -884,30 +891,37 @@ var GetMinuteUsageResponse = [
884
891
  [_iRMC, _tRMA, _uMS, _tSM, _eMR],
885
892
  [2, 1, 1, 1, 1],
886
893
  ];
887
- var GetMissionProfileRequest = [3, n0, _GMPR, 0, [_mPI], [[0, 1]]];
888
- var GetMissionProfileResponse = [
894
+ var GetMissionProfileRequest$ = [3, n0, _GMPR, 0, [_mPI], [[0, 1]]];
895
+ var GetMissionProfileResponse$ = [
889
896
  3,
890
897
  n0,
891
898
  _GMPRe,
892
899
  0,
893
900
  [_mPI, _mPA, _n, _r, _cPPDS, _cPPDSo, _mVCDS, _dE, _tCA, _t, _sKK, _sKR],
894
- [0, 0, 0, 0, 1, 1, 1, [1, n0, _DEL, 0, 64 | 0], 0, 128 | 0, () => KmsKey, 0],
901
+ [0, 0, 0, 0, 1, 1, 1, [1, n0, _DEL, 0, 64 | 0], 0, 128 | 0, () => KmsKey$, 0],
895
902
  ];
896
- var GetSatelliteRequest = [3, n0, _GSR, 0, [_sI], [[0, 1]]];
897
- var GetSatelliteResponse = [
903
+ var GetSatelliteRequest$ = [3, n0, _GSR, 0, [_sI], [[0, 1]]];
904
+ var GetSatelliteResponse$ = [
898
905
  3,
899
906
  n0,
900
907
  _GSRe,
901
908
  0,
902
909
  [_sI, _sAa, _nSID, _gSr, _cE],
903
- [0, 0, 1, 64 | 0, () => EphemerisMetaData],
904
- ];
905
- var GroundStationData = [3, n0, _GSD, 0, [_gSI, _gSN, _r], [0, 0, 0]];
906
- var IntegerRange = [3, n0, _IR, 0, [_mi, _ma], [1, 1]];
907
- var InvalidParameterException = [-3, n0, _IPE, { [_er]: _c, [_hE]: 431 }, [_me, _pN], [0, 0]];
908
- schema.TypeRegistry.for(n0).registerError(InvalidParameterException, InvalidParameterException$1);
909
- var ISO8601TimeRange = [3, n0, _ISOTR, 0, [_sT, _eT], [5, 5]];
910
- var ListConfigsRequest = [
910
+ [0, 0, 1, 64 | 0, () => EphemerisMetaData$],
911
+ ];
912
+ var GroundStationData$ = [3, n0, _GSD, 0, [_gSI, _gSN, _r], [0, 0, 0]];
913
+ var IntegerRange$ = [3, n0, _IR, 0, [_mi, _ma], [1, 1]];
914
+ var InvalidParameterException$ = [
915
+ -3,
916
+ n0,
917
+ _IPE,
918
+ { [_er]: _c, [_hE]: 431 },
919
+ [_me, _pN],
920
+ [0, 0],
921
+ ];
922
+ schema.TypeRegistry.for(n0).registerError(InvalidParameterException$, InvalidParameterException);
923
+ var ISO8601TimeRange$ = [3, n0, _ISOTR, 0, [_sT, _eT], [5, 5]];
924
+ var ListConfigsRequest$ = [
911
925
  3,
912
926
  n0,
913
927
  _LCR,
@@ -918,17 +932,17 @@ var ListConfigsRequest = [
918
932
  [0, { [_hQ]: _nT }],
919
933
  ],
920
934
  ];
921
- var ListConfigsResponse = [3, n0, _LCRi, 0, [_nT, _cL], [0, () => ConfigList]];
922
- var ListContactsRequest = [
935
+ var ListConfigsResponse$ = [3, n0, _LCRi, 0, [_nT, _cL], [0, () => ConfigList]];
936
+ var ListContactsRequest$ = [
923
937
  3,
924
938
  n0,
925
939
  _LCRis,
926
940
  0,
927
941
  [_mR, _nT, _sL, _sT, _eT, _gS, _sAa, _mPA, _e],
928
- [1, 0, 64 | 0, 4, 4, 0, 0, 0, () => EphemerisFilter],
942
+ [1, 0, 64 | 0, 4, 4, 0, 0, 0, () => EphemerisFilter$],
929
943
  ];
930
- var ListContactsResponse = [3, n0, _LCRist, 0, [_nT, _cLo], [0, () => ContactList]];
931
- var ListDataflowEndpointGroupsRequest = [
944
+ var ListContactsResponse$ = [3, n0, _LCRist, 0, [_nT, _cLo], [0, () => ContactList]];
945
+ var ListDataflowEndpointGroupsRequest$ = [
932
946
  3,
933
947
  n0,
934
948
  _LDEGR,
@@ -939,7 +953,7 @@ var ListDataflowEndpointGroupsRequest = [
939
953
  [0, { [_hQ]: _nT }],
940
954
  ],
941
955
  ];
942
- var ListDataflowEndpointGroupsResponse = [
956
+ var ListDataflowEndpointGroupsResponse$ = [
943
957
  3,
944
958
  n0,
945
959
  _LDEGRi,
@@ -947,7 +961,7 @@ var ListDataflowEndpointGroupsResponse = [
947
961
  [_nT, _dEGL],
948
962
  [0, () => DataflowEndpointGroupList],
949
963
  ];
950
- var ListEphemeridesRequest = [
964
+ var ListEphemeridesRequest$ = [
951
965
  3,
952
966
  n0,
953
967
  _LER,
@@ -955,8 +969,8 @@ var ListEphemeridesRequest = [
955
969
  [_sI, _eTp, _sT, _eT, _sL, _mR, _nT],
956
970
  [0, 0, 4, 4, 64 | 0, [1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]],
957
971
  ];
958
- var ListEphemeridesResponse = [3, n0, _LERi, 0, [_nT, _eph], [0, () => EphemeridesList]];
959
- var ListGroundStationsRequest = [
972
+ var ListEphemeridesResponse$ = [3, n0, _LERi, 0, [_nT, _eph], [0, () => EphemeridesList]];
973
+ var ListGroundStationsRequest$ = [
960
974
  3,
961
975
  n0,
962
976
  _LGSR,
@@ -968,7 +982,7 @@ var ListGroundStationsRequest = [
968
982
  [0, { [_hQ]: _nT }],
969
983
  ],
970
984
  ];
971
- var ListGroundStationsResponse = [
985
+ var ListGroundStationsResponse$ = [
972
986
  3,
973
987
  n0,
974
988
  _LGSRi,
@@ -976,7 +990,7 @@ var ListGroundStationsResponse = [
976
990
  [_nT, _gSL],
977
991
  [0, () => GroundStationList],
978
992
  ];
979
- var ListMissionProfilesRequest = [
993
+ var ListMissionProfilesRequest$ = [
980
994
  3,
981
995
  n0,
982
996
  _LMPR,
@@ -987,7 +1001,7 @@ var ListMissionProfilesRequest = [
987
1001
  [0, { [_hQ]: _nT }],
988
1002
  ],
989
1003
  ];
990
- var ListMissionProfilesResponse = [
1004
+ var ListMissionProfilesResponse$ = [
991
1005
  3,
992
1006
  n0,
993
1007
  _LMPRi,
@@ -995,7 +1009,7 @@ var ListMissionProfilesResponse = [
995
1009
  [_nT, _mPL],
996
1010
  [0, () => MissionProfileList],
997
1011
  ];
998
- var ListSatellitesRequest = [
1012
+ var ListSatellitesRequest$ = [
999
1013
  3,
1000
1014
  n0,
1001
1015
  _LSR,
@@ -1006,34 +1020,41 @@ var ListSatellitesRequest = [
1006
1020
  [0, { [_hQ]: _nT }],
1007
1021
  ],
1008
1022
  ];
1009
- var ListSatellitesResponse = [3, n0, _LSRi, 0, [_nT, _sa], [0, () => SatelliteList]];
1010
- var ListTagsForResourceRequest = [3, n0, _LTFRR, 0, [_rA], [[0, 1]]];
1011
- var ListTagsForResourceResponse = [3, n0, _LTFRRi, 0, [_t], [128 | 0]];
1012
- var MissionProfileIdResponse = [3, n0, _MPIR, 0, [_mPI], [0]];
1013
- var MissionProfileListItem = [3, n0, _MPLI, 0, [_mPI, _mPA, _r, _n], [0, 0, 0, 0]];
1014
- var OEMEphemeris = [3, n0, _OEME, 0, [_sO, _oD], [() => S3Object, 0]];
1015
- var RangedConnectionDetails = [3, n0, _RCD, 0, [_sA, _m], [() => RangedSocketAddress, 1]];
1016
- var RangedSocketAddress = [3, n0, _RSA, 0, [_n, _pR], [0, () => IntegerRange]];
1017
- var RegisterAgentRequest = [
1023
+ var ListSatellitesResponse$ = [3, n0, _LSRi, 0, [_nT, _sa], [0, () => SatelliteList]];
1024
+ var ListTagsForResourceRequest$ = [3, n0, _LTFRR, 0, [_rA], [[0, 1]]];
1025
+ var ListTagsForResourceResponse$ = [3, n0, _LTFRRi, 0, [_t], [128 | 0]];
1026
+ var MissionProfileIdResponse$ = [3, n0, _MPIR, 0, [_mPI], [0]];
1027
+ var MissionProfileListItem$ = [3, n0, _MPLI, 0, [_mPI, _mPA, _r, _n], [0, 0, 0, 0]];
1028
+ var OEMEphemeris$ = [3, n0, _OEME, 0, [_sO, _oD], [() => S3Object$, 0]];
1029
+ var RangedConnectionDetails$ = [
1030
+ 3,
1031
+ n0,
1032
+ _RCD,
1033
+ 0,
1034
+ [_sA, _m],
1035
+ [() => RangedSocketAddress$, 1],
1036
+ ];
1037
+ var RangedSocketAddress$ = [3, n0, _RSA, 0, [_n, _pR], [0, () => IntegerRange$]];
1038
+ var RegisterAgentRequest$ = [
1018
1039
  3,
1019
1040
  n0,
1020
1041
  _RAR,
1021
1042
  0,
1022
1043
  [_dDi, _aD, _t],
1023
- [() => DiscoveryData, () => AgentDetails, 128 | 0],
1044
+ [() => DiscoveryData$, () => AgentDetails$, 128 | 0],
1024
1045
  ];
1025
- var RegisterAgentResponse = [3, n0, _RARe, 0, [_aI], [0]];
1026
- var ReserveContactRequest = [
1046
+ var RegisterAgentResponse$ = [3, n0, _RARe, 0, [_aI], [0]];
1047
+ var ReserveContactRequest$ = [
1027
1048
  3,
1028
1049
  n0,
1029
1050
  _RCR,
1030
1051
  0,
1031
1052
  [_mPA, _sAa, _sT, _eT, _gS, _t, _tO],
1032
- [0, 0, 4, 4, 0, 128 | 0, () => TrackingOverrides],
1053
+ [0, 0, 4, 4, 0, 128 | 0, () => TrackingOverrides$],
1033
1054
  ];
1034
- var ResourceInUseException = [-3, n0, _RIUE, { [_er]: _c, [_hE]: 409 }, [_me], [0]];
1035
- schema.TypeRegistry.for(n0).registerError(ResourceInUseException, ResourceInUseException$1);
1036
- var ResourceLimitExceededException = [
1055
+ var ResourceInUseException$ = [-3, n0, _RIUE, { [_er]: _c, [_hE]: 409 }, [_me], [0]];
1056
+ schema.TypeRegistry.for(n0).registerError(ResourceInUseException$, ResourceInUseException);
1057
+ var ResourceLimitExceededException$ = [
1037
1058
  -3,
1038
1059
  n0,
1039
1060
  _RLEE,
@@ -1041,22 +1062,22 @@ var ResourceLimitExceededException = [
1041
1062
  [_me, _pN],
1042
1063
  [0, 0],
1043
1064
  ];
1044
- schema.TypeRegistry.for(n0).registerError(ResourceLimitExceededException, ResourceLimitExceededException$1);
1045
- var ResourceNotFoundException = [-3, n0, _RNFE, { [_er]: _c, [_hE]: 434 }, [_me], [0]];
1046
- schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException, ResourceNotFoundException$1);
1047
- var S3Object = [3, n0, _SO, 0, [_b, _k, _ve], [0, 0, 0]];
1048
- var S3RecordingConfig = [3, n0, _SRC, 0, [_bA, _rAo, _pr], [0, 0, 0]];
1049
- var S3RecordingDetails = [3, n0, _SRD, 0, [_bA, _kT], [0, 0]];
1050
- var SatelliteListItem = [
1065
+ schema.TypeRegistry.for(n0).registerError(ResourceLimitExceededException$, ResourceLimitExceededException);
1066
+ var ResourceNotFoundException$ = [-3, n0, _RNFE, { [_er]: _c, [_hE]: 434 }, [_me], [0]];
1067
+ schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
1068
+ var S3Object$ = [3, n0, _SO, 0, [_b, _k, _ve], [0, 0, 0]];
1069
+ var S3RecordingConfig$ = [3, n0, _SRC, 0, [_bA, _rAo, _pr], [0, 0, 0]];
1070
+ var S3RecordingDetails$ = [3, n0, _SRD, 0, [_bA, _kT], [0, 0]];
1071
+ var SatelliteListItem$ = [
1051
1072
  3,
1052
1073
  n0,
1053
1074
  _SLI,
1054
1075
  0,
1055
1076
  [_sI, _sAa, _nSID, _gSr, _cE],
1056
- [0, 0, 1, 64 | 0, () => EphemerisMetaData],
1077
+ [0, 0, 1, 64 | 0, () => EphemerisMetaData$],
1057
1078
  ];
1058
- var SecurityDetails = [3, n0, _SD, 0, [_sIu, _sGI, _rAo], [64 | 0, 64 | 0, 0]];
1059
- var ServiceQuotaExceededException = [
1079
+ var SecurityDetails$ = [3, n0, _SD, 0, [_sIu, _sGI, _rAo], [64 | 0, 64 | 0, 0]];
1080
+ var ServiceQuotaExceededException$ = [
1060
1081
  -3,
1061
1082
  n0,
1062
1083
  _SQEE,
@@ -1064,26 +1085,26 @@ var ServiceQuotaExceededException = [
1064
1085
  [_me, _pN],
1065
1086
  [0, 0],
1066
1087
  ];
1067
- schema.TypeRegistry.for(n0).registerError(ServiceQuotaExceededException, ServiceQuotaExceededException$1);
1068
- var SocketAddress = [3, n0, _SA, 0, [_n, _po], [0, 1]];
1069
- var Source = [3, n0, _S, 0, [_cTo, _cIo, _cDo, _dSR], [0, 0, () => ConfigDetails, 0]];
1070
- var SpectrumConfig = [
1088
+ schema.TypeRegistry.for(n0).registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
1089
+ var SocketAddress$ = [3, n0, _SA, 0, [_n, _po], [0, 1]];
1090
+ var Source$ = [3, n0, _S, 0, [_cTo, _cIo, _cDo, _dSR], [0, 0, () => ConfigDetails$, 0]];
1091
+ var SpectrumConfig$ = [
1071
1092
  3,
1072
1093
  n0,
1073
1094
  _SC,
1074
1095
  0,
1075
1096
  [_cF, _ba, _pol],
1076
- [() => Frequency, () => FrequencyBandwidth, 0],
1077
- ];
1078
- var TagResourceRequest = [3, n0, _TRR, 0, [_rA, _t], [[0, 1], 128 | 0]];
1079
- var TagResourceResponse = [3, n0, _TRRa, 0, [], []];
1080
- var TimeAzEl = [3, n0, _TAE, 0, [_dt, _az, _el], [1, 1, 1]];
1081
- var TimeRange = [3, n0, _TR, 0, [_sT, _eT], [4, 4]];
1082
- var TLEData = [3, n0, _TLED, 0, [_tL, _tLl, _vTR], [0, 0, () => TimeRange]];
1083
- var TLEEphemeris = [3, n0, _TLEE, 0, [_sO, _tDl], [() => S3Object, () => TLEDataList]];
1084
- var TrackingConfig = [3, n0, _TC, 0, [_au], [0]];
1085
- var TrackingOverrides = [3, n0, _TO, 0, [_pTS], [() => ProgramTrackSettings]];
1086
- var UntagResourceRequest = [
1097
+ [() => Frequency$, () => FrequencyBandwidth$, 0],
1098
+ ];
1099
+ var TagResourceRequest$ = [3, n0, _TRR, 0, [_rA, _t], [[0, 1], 128 | 0]];
1100
+ var TagResourceResponse$ = [3, n0, _TRRa, 0, [], []];
1101
+ var TimeAzEl$ = [3, n0, _TAE, 0, [_dt, _az, _el], [1, 1, 1]];
1102
+ var TimeRange$ = [3, n0, _TR, 0, [_sT, _eT], [4, 4]];
1103
+ var TLEData$ = [3, n0, _TLED, 0, [_tL, _tLl, _vTR], [0, 0, () => TimeRange$]];
1104
+ var TLEEphemeris$ = [3, n0, _TLEE, 0, [_sO, _tDl], [() => S3Object$, () => TLEDataList]];
1105
+ var TrackingConfig$ = [3, n0, _TC, 0, [_au], [0]];
1106
+ var TrackingOverrides$ = [3, n0, _TO, 0, [_pTS], [() => ProgramTrackSettings$]];
1107
+ var UntagResourceRequest$ = [
1087
1108
  3,
1088
1109
  n0,
1089
1110
  _URR,
@@ -1094,417 +1115,424 @@ var UntagResourceRequest = [
1094
1115
  [64 | 0, { [_hQ]: _tK }],
1095
1116
  ],
1096
1117
  ];
1097
- var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
1098
- var UpdateAgentStatusRequest = [
1118
+ var UntagResourceResponse$ = [3, n0, _URRn, 0, [], []];
1119
+ var UpdateAgentStatusRequest$ = [
1099
1120
  3,
1100
1121
  n0,
1101
1122
  _UASR,
1102
1123
  0,
1103
1124
  [_aI, _tI, _aSg, _cSo],
1104
- [[0, 1], 0, () => AggregateStatus, () => ComponentStatusList],
1125
+ [[0, 1], 0, () => AggregateStatus$, () => ComponentStatusList],
1105
1126
  ];
1106
- var UpdateAgentStatusResponse = [3, n0, _UASRp, 0, [_aI], [0]];
1107
- var UpdateConfigRequest = [
1127
+ var UpdateAgentStatusResponse$ = [3, n0, _UASRp, 0, [_aI], [0]];
1128
+ var UpdateConfigRequest$ = [
1108
1129
  3,
1109
1130
  n0,
1110
1131
  _UCR,
1111
1132
  0,
1112
1133
  [_cIo, _n, _cTo, _cD],
1113
- [[0, 1], 0, [0, 1], () => ConfigTypeData],
1134
+ [[0, 1], 0, [0, 1], () => ConfigTypeData$],
1114
1135
  ];
1115
- var UpdateEphemerisRequest = [3, n0, _UER, 0, [_eI, _ena, _n, _p], [[0, 1], 2, 0, 1]];
1116
- var UpdateMissionProfileRequest = [
1136
+ var UpdateEphemerisRequest$ = [3, n0, _UER, 0, [_eI, _ena, _n, _p], [[0, 1], 2, 0, 1]];
1137
+ var UpdateMissionProfileRequest$ = [
1117
1138
  3,
1118
1139
  n0,
1119
1140
  _UMPR,
1120
1141
  0,
1121
1142
  [_mPI, _n, _cPPDS, _cPPDSo, _mVCDS, _dE, _tCA, _sKK, _sKR],
1122
- [[0, 1], 0, 1, 1, 1, [1, n0, _DEL, 0, 64 | 0], 0, () => KmsKey, 0],
1143
+ [[0, 1], 0, 1, 1, 1, [1, n0, _DEL, 0, 64 | 0], 0, () => KmsKey$, 0],
1123
1144
  ];
1124
- var UplinkAwsGroundStationAgentEndpoint = [
1145
+ var UplinkAwsGroundStationAgentEndpoint$ = [
1125
1146
  3,
1126
1147
  n0,
1127
1148
  _UAGSAE,
1128
1149
  0,
1129
1150
  [_n, _dD],
1130
- [0, () => UplinkDataflowDetails],
1151
+ [0, () => UplinkDataflowDetails$],
1131
1152
  ];
1132
- var UplinkAwsGroundStationAgentEndpointDetails = [
1153
+ var UplinkAwsGroundStationAgentEndpointDetails$ = [
1133
1154
  3,
1134
1155
  n0,
1135
1156
  _UAGSAED,
1136
1157
  0,
1137
1158
  [_n, _dD, _aS, _aR],
1138
- [0, () => UplinkDataflowDetails, 0, 0],
1159
+ [0, () => UplinkDataflowDetails$, 0, 0],
1139
1160
  ];
1140
- var UplinkConnectionDetails = [
1161
+ var UplinkConnectionDetails$ = [
1141
1162
  3,
1142
1163
  n0,
1143
1164
  _UCD,
1144
1165
  0,
1145
1166
  [_iAAP, _aIAPA],
1146
- [() => ConnectionDetails, () => RangedConnectionDetails],
1147
- ];
1148
- var UplinkEchoConfig = [3, n0, _UEC, 0, [_ena, _aUCA], [2, 0]];
1149
- var UplinkSpectrumConfig = [3, n0, _USC, 0, [_cF, _pol], [() => Frequency, 0]];
1150
- var GroundStationServiceException = [-3, _sm, "GroundStationServiceException", 0, [], []];
1151
- schema.TypeRegistry.for(_sm).registerError(GroundStationServiceException, GroundStationServiceException$1);
1152
- var AzElSegmentList = [1, n0, _AESL, 0, () => AzElSegment];
1153
- var ComponentStatusList = [1, n0, _CSL, 0, () => ComponentStatusData];
1154
- var ComponentVersionList = [1, n0, _CVL, 0, () => ComponentVersion];
1155
- var ConfigList = [1, n0, _CL, 0, () => ConfigListItem];
1156
- var ContactList = [1, n0, _CLo, 0, () => ContactData];
1157
- var CreateEndpointDetailsList = [1, n0, _CEDL, 0, () => CreateEndpointDetails];
1158
- var DataflowEndpointGroupList = [1, n0, _DEGL, 0, () => DataflowEndpointListItem];
1159
- var DataflowList = [1, n0, _DL, 0, () => DataflowDetail];
1160
- var EndpointDetailsList = [1, n0, _EDL, 0, () => EndpointDetails];
1161
- var EphemeridesList = [1, n0, _EL, 0, () => EphemerisItem];
1162
- var EphemerisErrorReasonList = [1, n0, _EERL, 0, () => EphemerisErrorReason];
1163
- var GroundStationList = [1, n0, _GSL, 0, () => GroundStationData];
1164
- var MissionProfileList = [1, n0, _MPL, 0, () => MissionProfileListItem];
1165
- var SatelliteList = [1, n0, _SL, 0, () => SatelliteListItem];
1166
- var TimeAzElList = [1, n0, _TAEL, 0, () => TimeAzEl];
1167
- var TLEDataList = [1, n0, _TLEDL, 0, () => TLEData];
1168
- var AzElSegmentsData = [
1167
+ [() => ConnectionDetails$, () => RangedConnectionDetails$],
1168
+ ];
1169
+ var UplinkEchoConfig$ = [3, n0, _UEC, 0, [_ena, _aUCA], [2, 0]];
1170
+ var UplinkSpectrumConfig$ = [3, n0, _USC, 0, [_cF, _pol], [() => Frequency$, 0]];
1171
+ var GroundStationServiceException$ = [-3, _sm, "GroundStationServiceException", 0, [], []];
1172
+ schema.TypeRegistry.for(_sm).registerError(GroundStationServiceException$, GroundStationServiceException);
1173
+ var AzElSegmentList = [1, n0, _AESL, 0, () => AzElSegment$];
1174
+ var ComponentStatusList = [1, n0, _CSL, 0, () => ComponentStatusData$];
1175
+ var ComponentVersionList = [1, n0, _CVL, 0, () => ComponentVersion$];
1176
+ var ConfigList = [1, n0, _CL, 0, () => ConfigListItem$];
1177
+ var ContactList = [1, n0, _CLo, 0, () => ContactData$];
1178
+ var CreateEndpointDetailsList = [1, n0, _CEDL, 0, () => CreateEndpointDetails$];
1179
+ var DataflowEndpointGroupList = [1, n0, _DEGL, 0, () => DataflowEndpointListItem$];
1180
+ var DataflowList = [1, n0, _DL, 0, () => DataflowDetail$];
1181
+ var EndpointDetailsList = [1, n0, _EDL, 0, () => EndpointDetails$];
1182
+ var EphemeridesList = [1, n0, _EL, 0, () => EphemerisItem$];
1183
+ var EphemerisErrorReasonList = [1, n0, _EERL, 0, () => EphemerisErrorReason$];
1184
+ var GroundStationList = [1, n0, _GSL, 0, () => GroundStationData$];
1185
+ var MissionProfileList = [1, n0, _MPL, 0, () => MissionProfileListItem$];
1186
+ var SatelliteList = [1, n0, _SL, 0, () => SatelliteListItem$];
1187
+ var TimeAzElList = [1, n0, _TAEL, 0, () => TimeAzEl$];
1188
+ var TLEDataList = [1, n0, _TLEDL, 0, () => TLEData$];
1189
+ var AzElSegmentsData$ = [
1169
1190
  3,
1170
1191
  n0,
1171
1192
  _AESD,
1172
1193
  0,
1173
1194
  [_sO, _aED],
1174
- [() => S3Object, () => AzElSegments],
1195
+ [() => S3Object$, () => AzElSegments$],
1175
1196
  ];
1176
- var ConfigDetails = [
1197
+ var ConfigDetails$ = [
1177
1198
  3,
1178
1199
  n0,
1179
1200
  _CDon,
1180
1201
  0,
1181
1202
  [_eD, _aDDD, _sRD],
1182
- [() => EndpointDetails, () => AntennaDemodDecodeDetails, () => S3RecordingDetails],
1203
+ [() => EndpointDetails$, () => AntennaDemodDecodeDetails$, () => S3RecordingDetails$],
1183
1204
  ];
1184
- var ConfigTypeData = [
1205
+ var ConfigTypeData$ = [
1185
1206
  3,
1186
1207
  n0,
1187
1208
  _CTD,
1188
1209
  0,
1189
1210
  [_aDC, _tC, _dEC, _aDDDC, _aUC, _uEC, _sRC],
1190
1211
  [
1191
- () => AntennaDownlinkConfig,
1192
- () => TrackingConfig,
1193
- () => DataflowEndpointConfig,
1194
- () => AntennaDownlinkDemodDecodeConfig,
1195
- () => AntennaUplinkConfig,
1196
- () => UplinkEchoConfig,
1197
- () => S3RecordingConfig,
1212
+ () => AntennaDownlinkConfig$,
1213
+ () => TrackingConfig$,
1214
+ () => DataflowEndpointConfig$,
1215
+ () => AntennaDownlinkDemodDecodeConfig$,
1216
+ () => AntennaUplinkConfig$,
1217
+ () => UplinkEchoConfig$,
1218
+ () => S3RecordingConfig$,
1198
1219
  ],
1199
1220
  ];
1200
- var CreateEndpointDetails = [
1221
+ var CreateEndpointDetails$ = [
1201
1222
  3,
1202
1223
  n0,
1203
1224
  _CED,
1204
1225
  0,
1205
1226
  [_uAGSAE, _dAGSAE],
1206
- [() => UplinkAwsGroundStationAgentEndpoint, () => DownlinkAwsGroundStationAgentEndpoint],
1227
+ [() => UplinkAwsGroundStationAgentEndpoint$, () => DownlinkAwsGroundStationAgentEndpoint$],
1228
+ ];
1229
+ var DownlinkDataflowDetails$ = [
1230
+ 3,
1231
+ n0,
1232
+ _DDD,
1233
+ 0,
1234
+ [_aCD],
1235
+ [() => DownlinkConnectionDetails$],
1207
1236
  ];
1208
- var DownlinkDataflowDetails = [3, n0, _DDD, 0, [_aCD], [() => DownlinkConnectionDetails]];
1209
- var EphemerisData = [
1237
+ var EphemerisData$ = [
1210
1238
  3,
1211
1239
  n0,
1212
1240
  _EDph,
1213
1241
  0,
1214
1242
  [_tl, _o, _aE],
1215
- [() => TLEEphemeris, () => OEMEphemeris, () => AzElEphemeris],
1243
+ [() => TLEEphemeris$, () => OEMEphemeris$, () => AzElEphemeris$],
1216
1244
  ];
1217
- var EphemerisFilter = [3, n0, _EF, 0, [_aE], [() => AzElEphemerisFilter]];
1218
- var EphemerisTypeDescription = [
1245
+ var EphemerisFilter$ = [3, n0, _EF, 0, [_aE], [() => AzElEphemerisFilter$]];
1246
+ var EphemerisTypeDescription$ = [
1219
1247
  3,
1220
1248
  n0,
1221
1249
  _ETD,
1222
1250
  0,
1223
1251
  [_tl, _o, _aE],
1224
- [() => EphemerisDescription, () => EphemerisDescription, () => EphemerisDescription],
1252
+ [() => EphemerisDescription$, () => EphemerisDescription$, () => EphemerisDescription$],
1225
1253
  ];
1226
- var KmsKey = [3, n0, _KK, 0, [_kKA, _kAA, _kAN], [0, 0, 0]];
1227
- var ProgramTrackSettings = [3, n0, _PTS, 0, [_aE], [() => AzElProgramTrackSettings]];
1228
- var UplinkDataflowDetails = [3, n0, _UDD, 0, [_aCD], [() => UplinkConnectionDetails]];
1229
- var CancelContact = [
1254
+ var KmsKey$ = [3, n0, _KK, 0, [_kKA, _kAA, _kAN], [0, 0, 0]];
1255
+ var ProgramTrackSettings$ = [3, n0, _PTS, 0, [_aE], [() => AzElProgramTrackSettings$]];
1256
+ var UplinkDataflowDetails$ = [3, n0, _UDD, 0, [_aCD], [() => UplinkConnectionDetails$]];
1257
+ var CancelContact$ = [
1230
1258
  9,
1231
1259
  n0,
1232
1260
  _CC,
1233
1261
  { [_h]: ["DELETE", "/contact/{contactId}", 200] },
1234
- () => CancelContactRequest,
1235
- () => ContactIdResponse,
1262
+ () => CancelContactRequest$,
1263
+ () => ContactIdResponse$,
1236
1264
  ];
1237
- var CreateConfig = [
1265
+ var CreateConfig$ = [
1238
1266
  9,
1239
1267
  n0,
1240
1268
  _CCr,
1241
1269
  { [_h]: ["POST", "/config", 200] },
1242
- () => CreateConfigRequest,
1243
- () => ConfigIdResponse,
1270
+ () => CreateConfigRequest$,
1271
+ () => ConfigIdResponse$,
1244
1272
  ];
1245
- var CreateDataflowEndpointGroup = [
1273
+ var CreateDataflowEndpointGroup$ = [
1246
1274
  9,
1247
1275
  n0,
1248
1276
  _CDEG,
1249
1277
  { [_h]: ["POST", "/dataflowEndpointGroup", 200] },
1250
- () => CreateDataflowEndpointGroupRequest,
1251
- () => DataflowEndpointGroupIdResponse,
1278
+ () => CreateDataflowEndpointGroupRequest$,
1279
+ () => DataflowEndpointGroupIdResponse$,
1252
1280
  ];
1253
- var CreateDataflowEndpointGroupV2 = [
1281
+ var CreateDataflowEndpointGroupV2$ = [
1254
1282
  9,
1255
1283
  n0,
1256
1284
  _CDEGV,
1257
1285
  { [_h]: ["POST", "/dataflowEndpointGroupV2", 200] },
1258
- () => CreateDataflowEndpointGroupV2Request,
1259
- () => CreateDataflowEndpointGroupV2Response,
1286
+ () => CreateDataflowEndpointGroupV2Request$,
1287
+ () => CreateDataflowEndpointGroupV2Response$,
1260
1288
  ];
1261
- var CreateEphemeris = [
1289
+ var CreateEphemeris$ = [
1262
1290
  9,
1263
1291
  n0,
1264
1292
  _CE,
1265
1293
  { [_h]: ["POST", "/ephemeris", 200] },
1266
- () => CreateEphemerisRequest,
1267
- () => EphemerisIdResponse,
1294
+ () => CreateEphemerisRequest$,
1295
+ () => EphemerisIdResponse$,
1268
1296
  ];
1269
- var CreateMissionProfile = [
1297
+ var CreateMissionProfile$ = [
1270
1298
  9,
1271
1299
  n0,
1272
1300
  _CMP,
1273
1301
  { [_h]: ["POST", "/missionprofile", 200] },
1274
- () => CreateMissionProfileRequest,
1275
- () => MissionProfileIdResponse,
1302
+ () => CreateMissionProfileRequest$,
1303
+ () => MissionProfileIdResponse$,
1276
1304
  ];
1277
- var DeleteConfig = [
1305
+ var DeleteConfig$ = [
1278
1306
  9,
1279
1307
  n0,
1280
1308
  _DCel,
1281
1309
  { [_h]: ["DELETE", "/config/{configType}/{configId}", 200] },
1282
- () => DeleteConfigRequest,
1283
- () => ConfigIdResponse,
1310
+ () => DeleteConfigRequest$,
1311
+ () => ConfigIdResponse$,
1284
1312
  ];
1285
- var DeleteDataflowEndpointGroup = [
1313
+ var DeleteDataflowEndpointGroup$ = [
1286
1314
  9,
1287
1315
  n0,
1288
1316
  _DDEG,
1289
1317
  { [_h]: ["DELETE", "/dataflowEndpointGroup/{dataflowEndpointGroupId}", 200] },
1290
- () => DeleteDataflowEndpointGroupRequest,
1291
- () => DataflowEndpointGroupIdResponse,
1318
+ () => DeleteDataflowEndpointGroupRequest$,
1319
+ () => DataflowEndpointGroupIdResponse$,
1292
1320
  ];
1293
- var DeleteEphemeris = [
1321
+ var DeleteEphemeris$ = [
1294
1322
  9,
1295
1323
  n0,
1296
1324
  _DEel,
1297
1325
  { [_h]: ["DELETE", "/ephemeris/{ephemerisId}", 200] },
1298
- () => DeleteEphemerisRequest,
1299
- () => EphemerisIdResponse,
1326
+ () => DeleteEphemerisRequest$,
1327
+ () => EphemerisIdResponse$,
1300
1328
  ];
1301
- var DeleteMissionProfile = [
1329
+ var DeleteMissionProfile$ = [
1302
1330
  9,
1303
1331
  n0,
1304
1332
  _DMP,
1305
1333
  { [_h]: ["DELETE", "/missionprofile/{missionProfileId}", 200] },
1306
- () => DeleteMissionProfileRequest,
1307
- () => MissionProfileIdResponse,
1334
+ () => DeleteMissionProfileRequest$,
1335
+ () => MissionProfileIdResponse$,
1308
1336
  ];
1309
- var DescribeContact = [
1337
+ var DescribeContact$ = [
1310
1338
  9,
1311
1339
  n0,
1312
1340
  _DCes,
1313
1341
  { [_h]: ["GET", "/contact/{contactId}", 200] },
1314
- () => DescribeContactRequest,
1315
- () => DescribeContactResponse,
1342
+ () => DescribeContactRequest$,
1343
+ () => DescribeContactResponse$,
1316
1344
  ];
1317
- var DescribeEphemeris = [
1345
+ var DescribeEphemeris$ = [
1318
1346
  9,
1319
1347
  n0,
1320
1348
  _DEes,
1321
1349
  { [_h]: ["GET", "/ephemeris/{ephemerisId}", 200] },
1322
- () => DescribeEphemerisRequest,
1323
- () => DescribeEphemerisResponse,
1350
+ () => DescribeEphemerisRequest$,
1351
+ () => DescribeEphemerisResponse$,
1324
1352
  ];
1325
- var GetAgentConfiguration = [
1353
+ var GetAgentConfiguration$ = [
1326
1354
  9,
1327
1355
  n0,
1328
1356
  _GAC,
1329
1357
  { [_h]: ["GET", "/agent/{agentId}/configuration", 200] },
1330
- () => GetAgentConfigurationRequest,
1331
- () => GetAgentConfigurationResponse,
1358
+ () => GetAgentConfigurationRequest$,
1359
+ () => GetAgentConfigurationResponse$,
1332
1360
  ];
1333
- var GetAgentTaskResponseUrl = [
1361
+ var GetAgentTaskResponseUrl$ = [
1334
1362
  9,
1335
1363
  n0,
1336
1364
  _GATRU,
1337
1365
  { [_h]: ["GET", "/agentResponseUrl/{agentId}/{taskId}", 200] },
1338
- () => GetAgentTaskResponseUrlRequest,
1339
- () => GetAgentTaskResponseUrlResponse,
1366
+ () => GetAgentTaskResponseUrlRequest$,
1367
+ () => GetAgentTaskResponseUrlResponse$,
1340
1368
  ];
1341
- var GetConfig = [
1369
+ var GetConfig$ = [
1342
1370
  9,
1343
1371
  n0,
1344
1372
  _GC,
1345
1373
  { [_h]: ["GET", "/config/{configType}/{configId}", 200] },
1346
- () => GetConfigRequest,
1347
- () => GetConfigResponse,
1374
+ () => GetConfigRequest$,
1375
+ () => GetConfigResponse$,
1348
1376
  ];
1349
- var GetDataflowEndpointGroup = [
1377
+ var GetDataflowEndpointGroup$ = [
1350
1378
  9,
1351
1379
  n0,
1352
1380
  _GDEG,
1353
1381
  { [_h]: ["GET", "/dataflowEndpointGroup/{dataflowEndpointGroupId}", 200] },
1354
- () => GetDataflowEndpointGroupRequest,
1355
- () => GetDataflowEndpointGroupResponse,
1382
+ () => GetDataflowEndpointGroupRequest$,
1383
+ () => GetDataflowEndpointGroupResponse$,
1356
1384
  ];
1357
- var GetMinuteUsage = [
1385
+ var GetMinuteUsage$ = [
1358
1386
  9,
1359
1387
  n0,
1360
1388
  _GMU,
1361
1389
  { [_h]: ["POST", "/minute-usage", 200] },
1362
- () => GetMinuteUsageRequest,
1363
- () => GetMinuteUsageResponse,
1390
+ () => GetMinuteUsageRequest$,
1391
+ () => GetMinuteUsageResponse$,
1364
1392
  ];
1365
- var GetMissionProfile = [
1393
+ var GetMissionProfile$ = [
1366
1394
  9,
1367
1395
  n0,
1368
1396
  _GMP,
1369
1397
  { [_h]: ["GET", "/missionprofile/{missionProfileId}", 200] },
1370
- () => GetMissionProfileRequest,
1371
- () => GetMissionProfileResponse,
1398
+ () => GetMissionProfileRequest$,
1399
+ () => GetMissionProfileResponse$,
1372
1400
  ];
1373
- var GetSatellite = [
1401
+ var GetSatellite$ = [
1374
1402
  9,
1375
1403
  n0,
1376
1404
  _GS,
1377
1405
  { [_h]: ["GET", "/satellite/{satelliteId}", 200] },
1378
- () => GetSatelliteRequest,
1379
- () => GetSatelliteResponse,
1406
+ () => GetSatelliteRequest$,
1407
+ () => GetSatelliteResponse$,
1380
1408
  ];
1381
- var ListConfigs = [
1409
+ var ListConfigs$ = [
1382
1410
  9,
1383
1411
  n0,
1384
1412
  _LC,
1385
1413
  { [_h]: ["GET", "/config", 200] },
1386
- () => ListConfigsRequest,
1387
- () => ListConfigsResponse,
1414
+ () => ListConfigsRequest$,
1415
+ () => ListConfigsResponse$,
1388
1416
  ];
1389
- var ListContacts = [
1417
+ var ListContacts$ = [
1390
1418
  9,
1391
1419
  n0,
1392
1420
  _LCi,
1393
1421
  { [_h]: ["POST", "/contacts", 200] },
1394
- () => ListContactsRequest,
1395
- () => ListContactsResponse,
1422
+ () => ListContactsRequest$,
1423
+ () => ListContactsResponse$,
1396
1424
  ];
1397
- var ListDataflowEndpointGroups = [
1425
+ var ListDataflowEndpointGroups$ = [
1398
1426
  9,
1399
1427
  n0,
1400
1428
  _LDEG,
1401
1429
  { [_h]: ["GET", "/dataflowEndpointGroup", 200] },
1402
- () => ListDataflowEndpointGroupsRequest,
1403
- () => ListDataflowEndpointGroupsResponse,
1430
+ () => ListDataflowEndpointGroupsRequest$,
1431
+ () => ListDataflowEndpointGroupsResponse$,
1404
1432
  ];
1405
- var ListEphemerides = [
1433
+ var ListEphemerides$ = [
1406
1434
  9,
1407
1435
  n0,
1408
1436
  _LE,
1409
1437
  { [_h]: ["POST", "/ephemerides", 200] },
1410
- () => ListEphemeridesRequest,
1411
- () => ListEphemeridesResponse,
1438
+ () => ListEphemeridesRequest$,
1439
+ () => ListEphemeridesResponse$,
1412
1440
  ];
1413
- var ListGroundStations = [
1441
+ var ListGroundStations$ = [
1414
1442
  9,
1415
1443
  n0,
1416
1444
  _LGS,
1417
1445
  { [_h]: ["GET", "/groundstation", 200] },
1418
- () => ListGroundStationsRequest,
1419
- () => ListGroundStationsResponse,
1446
+ () => ListGroundStationsRequest$,
1447
+ () => ListGroundStationsResponse$,
1420
1448
  ];
1421
- var ListMissionProfiles = [
1449
+ var ListMissionProfiles$ = [
1422
1450
  9,
1423
1451
  n0,
1424
1452
  _LMP,
1425
1453
  { [_h]: ["GET", "/missionprofile", 200] },
1426
- () => ListMissionProfilesRequest,
1427
- () => ListMissionProfilesResponse,
1454
+ () => ListMissionProfilesRequest$,
1455
+ () => ListMissionProfilesResponse$,
1428
1456
  ];
1429
- var ListSatellites = [
1457
+ var ListSatellites$ = [
1430
1458
  9,
1431
1459
  n0,
1432
1460
  _LS,
1433
1461
  { [_h]: ["GET", "/satellite", 200] },
1434
- () => ListSatellitesRequest,
1435
- () => ListSatellitesResponse,
1462
+ () => ListSatellitesRequest$,
1463
+ () => ListSatellitesResponse$,
1436
1464
  ];
1437
- var ListTagsForResource = [
1465
+ var ListTagsForResource$ = [
1438
1466
  9,
1439
1467
  n0,
1440
1468
  _LTFR,
1441
1469
  { [_h]: ["GET", "/tags/{resourceArn}", 200] },
1442
- () => ListTagsForResourceRequest,
1443
- () => ListTagsForResourceResponse,
1470
+ () => ListTagsForResourceRequest$,
1471
+ () => ListTagsForResourceResponse$,
1444
1472
  ];
1445
- var RegisterAgent = [
1473
+ var RegisterAgent$ = [
1446
1474
  9,
1447
1475
  n0,
1448
1476
  _RA,
1449
1477
  { [_h]: ["POST", "/agent", 200] },
1450
- () => RegisterAgentRequest,
1451
- () => RegisterAgentResponse,
1478
+ () => RegisterAgentRequest$,
1479
+ () => RegisterAgentResponse$,
1452
1480
  ];
1453
- var ReserveContact = [
1481
+ var ReserveContact$ = [
1454
1482
  9,
1455
1483
  n0,
1456
1484
  _RC,
1457
1485
  { [_h]: ["POST", "/contact", 200] },
1458
- () => ReserveContactRequest,
1459
- () => ContactIdResponse,
1486
+ () => ReserveContactRequest$,
1487
+ () => ContactIdResponse$,
1460
1488
  ];
1461
- var TagResource = [
1489
+ var TagResource$ = [
1462
1490
  9,
1463
1491
  n0,
1464
1492
  _TRa,
1465
1493
  { [_h]: ["POST", "/tags/{resourceArn}", 200] },
1466
- () => TagResourceRequest,
1467
- () => TagResourceResponse,
1494
+ () => TagResourceRequest$,
1495
+ () => TagResourceResponse$,
1468
1496
  ];
1469
- var UntagResource = [
1497
+ var UntagResource$ = [
1470
1498
  9,
1471
1499
  n0,
1472
1500
  _UR,
1473
1501
  { [_h]: ["DELETE", "/tags/{resourceArn}", 200] },
1474
- () => UntagResourceRequest,
1475
- () => UntagResourceResponse,
1502
+ () => UntagResourceRequest$,
1503
+ () => UntagResourceResponse$,
1476
1504
  ];
1477
- var UpdateAgentStatus = [
1505
+ var UpdateAgentStatus$ = [
1478
1506
  9,
1479
1507
  n0,
1480
1508
  _UAS,
1481
1509
  { [_h]: ["PUT", "/agent/{agentId}", 200] },
1482
- () => UpdateAgentStatusRequest,
1483
- () => UpdateAgentStatusResponse,
1510
+ () => UpdateAgentStatusRequest$,
1511
+ () => UpdateAgentStatusResponse$,
1484
1512
  ];
1485
- var UpdateConfig = [
1513
+ var UpdateConfig$ = [
1486
1514
  9,
1487
1515
  n0,
1488
1516
  _UC,
1489
1517
  { [_h]: ["PUT", "/config/{configType}/{configId}", 200] },
1490
- () => UpdateConfigRequest,
1491
- () => ConfigIdResponse,
1518
+ () => UpdateConfigRequest$,
1519
+ () => ConfigIdResponse$,
1492
1520
  ];
1493
- var UpdateEphemeris = [
1521
+ var UpdateEphemeris$ = [
1494
1522
  9,
1495
1523
  n0,
1496
1524
  _UE,
1497
1525
  { [_h]: ["PUT", "/ephemeris/{ephemerisId}", 200] },
1498
- () => UpdateEphemerisRequest,
1499
- () => EphemerisIdResponse,
1526
+ () => UpdateEphemerisRequest$,
1527
+ () => EphemerisIdResponse$,
1500
1528
  ];
1501
- var UpdateMissionProfile = [
1529
+ var UpdateMissionProfile$ = [
1502
1530
  9,
1503
1531
  n0,
1504
1532
  _UMP,
1505
1533
  { [_h]: ["PUT", "/missionprofile/{missionProfileId}", 200] },
1506
- () => UpdateMissionProfileRequest,
1507
- () => MissionProfileIdResponse,
1534
+ () => UpdateMissionProfileRequest$,
1535
+ () => MissionProfileIdResponse$,
1508
1536
  ];
1509
1537
 
1510
1538
  class CancelContactCommand extends smithyClient.Command
@@ -1515,7 +1543,7 @@ class CancelContactCommand extends smithyClient.Command
1515
1543
  })
1516
1544
  .s("GroundStation", "CancelContact", {})
1517
1545
  .n("GroundStationClient", "CancelContactCommand")
1518
- .sc(CancelContact)
1546
+ .sc(CancelContact$)
1519
1547
  .build() {
1520
1548
  }
1521
1549
 
@@ -1527,7 +1555,7 @@ class CreateConfigCommand extends smithyClient.Command
1527
1555
  })
1528
1556
  .s("GroundStation", "CreateConfig", {})
1529
1557
  .n("GroundStationClient", "CreateConfigCommand")
1530
- .sc(CreateConfig)
1558
+ .sc(CreateConfig$)
1531
1559
  .build() {
1532
1560
  }
1533
1561
 
@@ -1539,7 +1567,7 @@ class CreateDataflowEndpointGroupCommand extends smithyClient.Command
1539
1567
  })
1540
1568
  .s("GroundStation", "CreateDataflowEndpointGroup", {})
1541
1569
  .n("GroundStationClient", "CreateDataflowEndpointGroupCommand")
1542
- .sc(CreateDataflowEndpointGroup)
1570
+ .sc(CreateDataflowEndpointGroup$)
1543
1571
  .build() {
1544
1572
  }
1545
1573
 
@@ -1551,7 +1579,7 @@ class CreateDataflowEndpointGroupV2Command extends smithyClient.Command
1551
1579
  })
1552
1580
  .s("GroundStation", "CreateDataflowEndpointGroupV2", {})
1553
1581
  .n("GroundStationClient", "CreateDataflowEndpointGroupV2Command")
1554
- .sc(CreateDataflowEndpointGroupV2)
1582
+ .sc(CreateDataflowEndpointGroupV2$)
1555
1583
  .build() {
1556
1584
  }
1557
1585
 
@@ -1563,7 +1591,7 @@ class CreateEphemerisCommand extends smithyClient.Command
1563
1591
  })
1564
1592
  .s("GroundStation", "CreateEphemeris", {})
1565
1593
  .n("GroundStationClient", "CreateEphemerisCommand")
1566
- .sc(CreateEphemeris)
1594
+ .sc(CreateEphemeris$)
1567
1595
  .build() {
1568
1596
  }
1569
1597
 
@@ -1575,7 +1603,7 @@ class CreateMissionProfileCommand extends smithyClient.Command
1575
1603
  })
1576
1604
  .s("GroundStation", "CreateMissionProfile", {})
1577
1605
  .n("GroundStationClient", "CreateMissionProfileCommand")
1578
- .sc(CreateMissionProfile)
1606
+ .sc(CreateMissionProfile$)
1579
1607
  .build() {
1580
1608
  }
1581
1609
 
@@ -1587,7 +1615,7 @@ class DeleteConfigCommand extends smithyClient.Command
1587
1615
  })
1588
1616
  .s("GroundStation", "DeleteConfig", {})
1589
1617
  .n("GroundStationClient", "DeleteConfigCommand")
1590
- .sc(DeleteConfig)
1618
+ .sc(DeleteConfig$)
1591
1619
  .build() {
1592
1620
  }
1593
1621
 
@@ -1599,7 +1627,7 @@ class DeleteDataflowEndpointGroupCommand extends smithyClient.Command
1599
1627
  })
1600
1628
  .s("GroundStation", "DeleteDataflowEndpointGroup", {})
1601
1629
  .n("GroundStationClient", "DeleteDataflowEndpointGroupCommand")
1602
- .sc(DeleteDataflowEndpointGroup)
1630
+ .sc(DeleteDataflowEndpointGroup$)
1603
1631
  .build() {
1604
1632
  }
1605
1633
 
@@ -1611,7 +1639,7 @@ class DeleteEphemerisCommand extends smithyClient.Command
1611
1639
  })
1612
1640
  .s("GroundStation", "DeleteEphemeris", {})
1613
1641
  .n("GroundStationClient", "DeleteEphemerisCommand")
1614
- .sc(DeleteEphemeris)
1642
+ .sc(DeleteEphemeris$)
1615
1643
  .build() {
1616
1644
  }
1617
1645
 
@@ -1623,7 +1651,7 @@ class DeleteMissionProfileCommand extends smithyClient.Command
1623
1651
  })
1624
1652
  .s("GroundStation", "DeleteMissionProfile", {})
1625
1653
  .n("GroundStationClient", "DeleteMissionProfileCommand")
1626
- .sc(DeleteMissionProfile)
1654
+ .sc(DeleteMissionProfile$)
1627
1655
  .build() {
1628
1656
  }
1629
1657
 
@@ -1635,7 +1663,7 @@ class DescribeContactCommand extends smithyClient.Command
1635
1663
  })
1636
1664
  .s("GroundStation", "DescribeContact", {})
1637
1665
  .n("GroundStationClient", "DescribeContactCommand")
1638
- .sc(DescribeContact)
1666
+ .sc(DescribeContact$)
1639
1667
  .build() {
1640
1668
  }
1641
1669
 
@@ -1647,7 +1675,7 @@ class DescribeEphemerisCommand extends smithyClient.Command
1647
1675
  })
1648
1676
  .s("GroundStation", "DescribeEphemeris", {})
1649
1677
  .n("GroundStationClient", "DescribeEphemerisCommand")
1650
- .sc(DescribeEphemeris)
1678
+ .sc(DescribeEphemeris$)
1651
1679
  .build() {
1652
1680
  }
1653
1681
 
@@ -1659,7 +1687,7 @@ class GetAgentConfigurationCommand extends smithyClient.Command
1659
1687
  })
1660
1688
  .s("GroundStation", "GetAgentConfiguration", {})
1661
1689
  .n("GroundStationClient", "GetAgentConfigurationCommand")
1662
- .sc(GetAgentConfiguration)
1690
+ .sc(GetAgentConfiguration$)
1663
1691
  .build() {
1664
1692
  }
1665
1693
 
@@ -1671,7 +1699,7 @@ class GetAgentTaskResponseUrlCommand extends smithyClient.Command
1671
1699
  })
1672
1700
  .s("GroundStation", "GetAgentTaskResponseUrl", {})
1673
1701
  .n("GroundStationClient", "GetAgentTaskResponseUrlCommand")
1674
- .sc(GetAgentTaskResponseUrl)
1702
+ .sc(GetAgentTaskResponseUrl$)
1675
1703
  .build() {
1676
1704
  }
1677
1705
 
@@ -1683,7 +1711,7 @@ class GetConfigCommand extends smithyClient.Command
1683
1711
  })
1684
1712
  .s("GroundStation", "GetConfig", {})
1685
1713
  .n("GroundStationClient", "GetConfigCommand")
1686
- .sc(GetConfig)
1714
+ .sc(GetConfig$)
1687
1715
  .build() {
1688
1716
  }
1689
1717
 
@@ -1695,7 +1723,7 @@ class GetDataflowEndpointGroupCommand extends smithyClient.Command
1695
1723
  })
1696
1724
  .s("GroundStation", "GetDataflowEndpointGroup", {})
1697
1725
  .n("GroundStationClient", "GetDataflowEndpointGroupCommand")
1698
- .sc(GetDataflowEndpointGroup)
1726
+ .sc(GetDataflowEndpointGroup$)
1699
1727
  .build() {
1700
1728
  }
1701
1729
 
@@ -1707,7 +1735,7 @@ class GetMinuteUsageCommand extends smithyClient.Command
1707
1735
  })
1708
1736
  .s("GroundStation", "GetMinuteUsage", {})
1709
1737
  .n("GroundStationClient", "GetMinuteUsageCommand")
1710
- .sc(GetMinuteUsage)
1738
+ .sc(GetMinuteUsage$)
1711
1739
  .build() {
1712
1740
  }
1713
1741
 
@@ -1719,7 +1747,7 @@ class GetMissionProfileCommand extends smithyClient.Command
1719
1747
  })
1720
1748
  .s("GroundStation", "GetMissionProfile", {})
1721
1749
  .n("GroundStationClient", "GetMissionProfileCommand")
1722
- .sc(GetMissionProfile)
1750
+ .sc(GetMissionProfile$)
1723
1751
  .build() {
1724
1752
  }
1725
1753
 
@@ -1731,7 +1759,7 @@ class GetSatelliteCommand extends smithyClient.Command
1731
1759
  })
1732
1760
  .s("GroundStation", "GetSatellite", {})
1733
1761
  .n("GroundStationClient", "GetSatelliteCommand")
1734
- .sc(GetSatellite)
1762
+ .sc(GetSatellite$)
1735
1763
  .build() {
1736
1764
  }
1737
1765
 
@@ -1743,7 +1771,7 @@ class ListConfigsCommand extends smithyClient.Command
1743
1771
  })
1744
1772
  .s("GroundStation", "ListConfigs", {})
1745
1773
  .n("GroundStationClient", "ListConfigsCommand")
1746
- .sc(ListConfigs)
1774
+ .sc(ListConfigs$)
1747
1775
  .build() {
1748
1776
  }
1749
1777
 
@@ -1755,7 +1783,7 @@ class ListContactsCommand extends smithyClient.Command
1755
1783
  })
1756
1784
  .s("GroundStation", "ListContacts", {})
1757
1785
  .n("GroundStationClient", "ListContactsCommand")
1758
- .sc(ListContacts)
1786
+ .sc(ListContacts$)
1759
1787
  .build() {
1760
1788
  }
1761
1789
 
@@ -1767,7 +1795,7 @@ class ListDataflowEndpointGroupsCommand extends smithyClient.Command
1767
1795
  })
1768
1796
  .s("GroundStation", "ListDataflowEndpointGroups", {})
1769
1797
  .n("GroundStationClient", "ListDataflowEndpointGroupsCommand")
1770
- .sc(ListDataflowEndpointGroups)
1798
+ .sc(ListDataflowEndpointGroups$)
1771
1799
  .build() {
1772
1800
  }
1773
1801
 
@@ -1779,7 +1807,7 @@ class ListEphemeridesCommand extends smithyClient.Command
1779
1807
  })
1780
1808
  .s("GroundStation", "ListEphemerides", {})
1781
1809
  .n("GroundStationClient", "ListEphemeridesCommand")
1782
- .sc(ListEphemerides)
1810
+ .sc(ListEphemerides$)
1783
1811
  .build() {
1784
1812
  }
1785
1813
 
@@ -1791,7 +1819,7 @@ class ListGroundStationsCommand extends smithyClient.Command
1791
1819
  })
1792
1820
  .s("GroundStation", "ListGroundStations", {})
1793
1821
  .n("GroundStationClient", "ListGroundStationsCommand")
1794
- .sc(ListGroundStations)
1822
+ .sc(ListGroundStations$)
1795
1823
  .build() {
1796
1824
  }
1797
1825
 
@@ -1803,7 +1831,7 @@ class ListMissionProfilesCommand extends smithyClient.Command
1803
1831
  })
1804
1832
  .s("GroundStation", "ListMissionProfiles", {})
1805
1833
  .n("GroundStationClient", "ListMissionProfilesCommand")
1806
- .sc(ListMissionProfiles)
1834
+ .sc(ListMissionProfiles$)
1807
1835
  .build() {
1808
1836
  }
1809
1837
 
@@ -1815,7 +1843,7 @@ class ListSatellitesCommand extends smithyClient.Command
1815
1843
  })
1816
1844
  .s("GroundStation", "ListSatellites", {})
1817
1845
  .n("GroundStationClient", "ListSatellitesCommand")
1818
- .sc(ListSatellites)
1846
+ .sc(ListSatellites$)
1819
1847
  .build() {
1820
1848
  }
1821
1849
 
@@ -1827,7 +1855,7 @@ class ListTagsForResourceCommand extends smithyClient.Command
1827
1855
  })
1828
1856
  .s("GroundStation", "ListTagsForResource", {})
1829
1857
  .n("GroundStationClient", "ListTagsForResourceCommand")
1830
- .sc(ListTagsForResource)
1858
+ .sc(ListTagsForResource$)
1831
1859
  .build() {
1832
1860
  }
1833
1861
 
@@ -1839,7 +1867,7 @@ class RegisterAgentCommand extends smithyClient.Command
1839
1867
  })
1840
1868
  .s("GroundStation", "RegisterAgent", {})
1841
1869
  .n("GroundStationClient", "RegisterAgentCommand")
1842
- .sc(RegisterAgent)
1870
+ .sc(RegisterAgent$)
1843
1871
  .build() {
1844
1872
  }
1845
1873
 
@@ -1851,7 +1879,7 @@ class ReserveContactCommand extends smithyClient.Command
1851
1879
  })
1852
1880
  .s("GroundStation", "ReserveContact", {})
1853
1881
  .n("GroundStationClient", "ReserveContactCommand")
1854
- .sc(ReserveContact)
1882
+ .sc(ReserveContact$)
1855
1883
  .build() {
1856
1884
  }
1857
1885
 
@@ -1863,7 +1891,7 @@ class TagResourceCommand extends smithyClient.Command
1863
1891
  })
1864
1892
  .s("GroundStation", "TagResource", {})
1865
1893
  .n("GroundStationClient", "TagResourceCommand")
1866
- .sc(TagResource)
1894
+ .sc(TagResource$)
1867
1895
  .build() {
1868
1896
  }
1869
1897
 
@@ -1875,7 +1903,7 @@ class UntagResourceCommand extends smithyClient.Command
1875
1903
  })
1876
1904
  .s("GroundStation", "UntagResource", {})
1877
1905
  .n("GroundStationClient", "UntagResourceCommand")
1878
- .sc(UntagResource)
1906
+ .sc(UntagResource$)
1879
1907
  .build() {
1880
1908
  }
1881
1909
 
@@ -1887,7 +1915,7 @@ class UpdateAgentStatusCommand extends smithyClient.Command
1887
1915
  })
1888
1916
  .s("GroundStation", "UpdateAgentStatus", {})
1889
1917
  .n("GroundStationClient", "UpdateAgentStatusCommand")
1890
- .sc(UpdateAgentStatus)
1918
+ .sc(UpdateAgentStatus$)
1891
1919
  .build() {
1892
1920
  }
1893
1921
 
@@ -1899,7 +1927,7 @@ class UpdateConfigCommand extends smithyClient.Command
1899
1927
  })
1900
1928
  .s("GroundStation", "UpdateConfig", {})
1901
1929
  .n("GroundStationClient", "UpdateConfigCommand")
1902
- .sc(UpdateConfig)
1930
+ .sc(UpdateConfig$)
1903
1931
  .build() {
1904
1932
  }
1905
1933
 
@@ -1911,7 +1939,7 @@ class UpdateEphemerisCommand extends smithyClient.Command
1911
1939
  })
1912
1940
  .s("GroundStation", "UpdateEphemeris", {})
1913
1941
  .n("GroundStationClient", "UpdateEphemerisCommand")
1914
- .sc(UpdateEphemeris)
1942
+ .sc(UpdateEphemeris$)
1915
1943
  .build() {
1916
1944
  }
1917
1945
 
@@ -1923,7 +1951,7 @@ class UpdateMissionProfileCommand extends smithyClient.Command
1923
1951
  })
1924
1952
  .s("GroundStation", "UpdateMissionProfile", {})
1925
1953
  .n("GroundStationClient", "UpdateMissionProfileCommand")
1926
- .sc(UpdateMissionProfile)
1954
+ .sc(UpdateMissionProfile$)
1927
1955
  .build() {
1928
1956
  }
1929
1957
 
@@ -2176,68 +2204,247 @@ Object.defineProperty(exports, "__Client", {
2176
2204
  enumerable: true,
2177
2205
  get: function () { return smithyClient.Client; }
2178
2206
  });
2207
+ exports.AgentDetails$ = AgentDetails$;
2179
2208
  exports.AgentStatus = AgentStatus;
2209
+ exports.AggregateStatus$ = AggregateStatus$;
2180
2210
  exports.AngleUnits = AngleUnits;
2211
+ exports.AntennaDemodDecodeDetails$ = AntennaDemodDecodeDetails$;
2212
+ exports.AntennaDownlinkConfig$ = AntennaDownlinkConfig$;
2213
+ exports.AntennaDownlinkDemodDecodeConfig$ = AntennaDownlinkDemodDecodeConfig$;
2214
+ exports.AntennaUplinkConfig$ = AntennaUplinkConfig$;
2181
2215
  exports.AuditResults = AuditResults;
2216
+ exports.AwsGroundStationAgentEndpoint$ = AwsGroundStationAgentEndpoint$;
2217
+ exports.AzElEphemeris$ = AzElEphemeris$;
2218
+ exports.AzElEphemerisFilter$ = AzElEphemerisFilter$;
2219
+ exports.AzElProgramTrackSettings$ = AzElProgramTrackSettings$;
2220
+ exports.AzElSegment$ = AzElSegment$;
2221
+ exports.AzElSegments$ = AzElSegments$;
2222
+ exports.AzElSegmentsData$ = AzElSegmentsData$;
2182
2223
  exports.BandwidthUnits = BandwidthUnits;
2224
+ exports.CancelContact$ = CancelContact$;
2183
2225
  exports.CancelContactCommand = CancelContactCommand;
2226
+ exports.CancelContactRequest$ = CancelContactRequest$;
2184
2227
  exports.CapabilityHealth = CapabilityHealth;
2185
2228
  exports.CapabilityHealthReason = CapabilityHealthReason;
2229
+ exports.ComponentStatusData$ = ComponentStatusData$;
2230
+ exports.ComponentVersion$ = ComponentVersion$;
2186
2231
  exports.ConfigCapabilityType = ConfigCapabilityType;
2232
+ exports.ConfigDetails$ = ConfigDetails$;
2233
+ exports.ConfigIdResponse$ = ConfigIdResponse$;
2234
+ exports.ConfigListItem$ = ConfigListItem$;
2235
+ exports.ConfigTypeData$ = ConfigTypeData$;
2236
+ exports.ConnectionDetails$ = ConnectionDetails$;
2237
+ exports.ContactData$ = ContactData$;
2238
+ exports.ContactIdResponse$ = ContactIdResponse$;
2187
2239
  exports.ContactStatus = ContactStatus;
2240
+ exports.CreateConfig$ = CreateConfig$;
2188
2241
  exports.CreateConfigCommand = CreateConfigCommand;
2242
+ exports.CreateConfigRequest$ = CreateConfigRequest$;
2243
+ exports.CreateDataflowEndpointGroup$ = CreateDataflowEndpointGroup$;
2189
2244
  exports.CreateDataflowEndpointGroupCommand = CreateDataflowEndpointGroupCommand;
2245
+ exports.CreateDataflowEndpointGroupRequest$ = CreateDataflowEndpointGroupRequest$;
2246
+ exports.CreateDataflowEndpointGroupV2$ = CreateDataflowEndpointGroupV2$;
2190
2247
  exports.CreateDataflowEndpointGroupV2Command = CreateDataflowEndpointGroupV2Command;
2248
+ exports.CreateDataflowEndpointGroupV2Request$ = CreateDataflowEndpointGroupV2Request$;
2249
+ exports.CreateDataflowEndpointGroupV2Response$ = CreateDataflowEndpointGroupV2Response$;
2250
+ exports.CreateEndpointDetails$ = CreateEndpointDetails$;
2251
+ exports.CreateEphemeris$ = CreateEphemeris$;
2191
2252
  exports.CreateEphemerisCommand = CreateEphemerisCommand;
2253
+ exports.CreateEphemerisRequest$ = CreateEphemerisRequest$;
2254
+ exports.CreateMissionProfile$ = CreateMissionProfile$;
2192
2255
  exports.CreateMissionProfileCommand = CreateMissionProfileCommand;
2256
+ exports.CreateMissionProfileRequest$ = CreateMissionProfileRequest$;
2193
2257
  exports.Criticality = Criticality;
2258
+ exports.DataflowDetail$ = DataflowDetail$;
2259
+ exports.DataflowEndpoint$ = DataflowEndpoint$;
2260
+ exports.DataflowEndpointConfig$ = DataflowEndpointConfig$;
2261
+ exports.DataflowEndpointGroupIdResponse$ = DataflowEndpointGroupIdResponse$;
2262
+ exports.DataflowEndpointListItem$ = DataflowEndpointListItem$;
2263
+ exports.DecodeConfig$ = DecodeConfig$;
2264
+ exports.DeleteConfig$ = DeleteConfig$;
2194
2265
  exports.DeleteConfigCommand = DeleteConfigCommand;
2266
+ exports.DeleteConfigRequest$ = DeleteConfigRequest$;
2267
+ exports.DeleteDataflowEndpointGroup$ = DeleteDataflowEndpointGroup$;
2195
2268
  exports.DeleteDataflowEndpointGroupCommand = DeleteDataflowEndpointGroupCommand;
2269
+ exports.DeleteDataflowEndpointGroupRequest$ = DeleteDataflowEndpointGroupRequest$;
2270
+ exports.DeleteEphemeris$ = DeleteEphemeris$;
2196
2271
  exports.DeleteEphemerisCommand = DeleteEphemerisCommand;
2272
+ exports.DeleteEphemerisRequest$ = DeleteEphemerisRequest$;
2273
+ exports.DeleteMissionProfile$ = DeleteMissionProfile$;
2197
2274
  exports.DeleteMissionProfileCommand = DeleteMissionProfileCommand;
2198
- exports.DependencyException = DependencyException$1;
2275
+ exports.DeleteMissionProfileRequest$ = DeleteMissionProfileRequest$;
2276
+ exports.DemodulationConfig$ = DemodulationConfig$;
2277
+ exports.DependencyException = DependencyException;
2278
+ exports.DependencyException$ = DependencyException$;
2279
+ exports.DescribeContact$ = DescribeContact$;
2199
2280
  exports.DescribeContactCommand = DescribeContactCommand;
2281
+ exports.DescribeContactRequest$ = DescribeContactRequest$;
2282
+ exports.DescribeContactResponse$ = DescribeContactResponse$;
2283
+ exports.DescribeEphemeris$ = DescribeEphemeris$;
2200
2284
  exports.DescribeEphemerisCommand = DescribeEphemerisCommand;
2285
+ exports.DescribeEphemerisRequest$ = DescribeEphemerisRequest$;
2286
+ exports.DescribeEphemerisResponse$ = DescribeEphemerisResponse$;
2287
+ exports.Destination$ = Destination$;
2288
+ exports.DiscoveryData$ = DiscoveryData$;
2289
+ exports.DownlinkAwsGroundStationAgentEndpoint$ = DownlinkAwsGroundStationAgentEndpoint$;
2290
+ exports.DownlinkAwsGroundStationAgentEndpointDetails$ = DownlinkAwsGroundStationAgentEndpointDetails$;
2291
+ exports.DownlinkConnectionDetails$ = DownlinkConnectionDetails$;
2292
+ exports.DownlinkDataflowDetails$ = DownlinkDataflowDetails$;
2293
+ exports.Eirp$ = Eirp$;
2201
2294
  exports.EirpUnits = EirpUnits;
2295
+ exports.Elevation$ = Elevation$;
2296
+ exports.EndpointDetails$ = EndpointDetails$;
2202
2297
  exports.EndpointStatus = EndpointStatus;
2298
+ exports.EphemerisData$ = EphemerisData$;
2299
+ exports.EphemerisDescription$ = EphemerisDescription$;
2203
2300
  exports.EphemerisErrorCode = EphemerisErrorCode;
2301
+ exports.EphemerisErrorReason$ = EphemerisErrorReason$;
2302
+ exports.EphemerisFilter$ = EphemerisFilter$;
2303
+ exports.EphemerisIdResponse$ = EphemerisIdResponse$;
2204
2304
  exports.EphemerisInvalidReason = EphemerisInvalidReason;
2305
+ exports.EphemerisItem$ = EphemerisItem$;
2306
+ exports.EphemerisMetaData$ = EphemerisMetaData$;
2307
+ exports.EphemerisResponseData$ = EphemerisResponseData$;
2205
2308
  exports.EphemerisSource = EphemerisSource;
2206
2309
  exports.EphemerisStatus = EphemerisStatus;
2207
2310
  exports.EphemerisType = EphemerisType;
2311
+ exports.EphemerisTypeDescription$ = EphemerisTypeDescription$;
2312
+ exports.Frequency$ = Frequency$;
2313
+ exports.FrequencyBandwidth$ = FrequencyBandwidth$;
2208
2314
  exports.FrequencyUnits = FrequencyUnits;
2315
+ exports.GetAgentConfiguration$ = GetAgentConfiguration$;
2209
2316
  exports.GetAgentConfigurationCommand = GetAgentConfigurationCommand;
2317
+ exports.GetAgentConfigurationRequest$ = GetAgentConfigurationRequest$;
2318
+ exports.GetAgentConfigurationResponse$ = GetAgentConfigurationResponse$;
2319
+ exports.GetAgentTaskResponseUrl$ = GetAgentTaskResponseUrl$;
2210
2320
  exports.GetAgentTaskResponseUrlCommand = GetAgentTaskResponseUrlCommand;
2321
+ exports.GetAgentTaskResponseUrlRequest$ = GetAgentTaskResponseUrlRequest$;
2322
+ exports.GetAgentTaskResponseUrlResponse$ = GetAgentTaskResponseUrlResponse$;
2323
+ exports.GetConfig$ = GetConfig$;
2211
2324
  exports.GetConfigCommand = GetConfigCommand;
2325
+ exports.GetConfigRequest$ = GetConfigRequest$;
2326
+ exports.GetConfigResponse$ = GetConfigResponse$;
2327
+ exports.GetDataflowEndpointGroup$ = GetDataflowEndpointGroup$;
2212
2328
  exports.GetDataflowEndpointGroupCommand = GetDataflowEndpointGroupCommand;
2329
+ exports.GetDataflowEndpointGroupRequest$ = GetDataflowEndpointGroupRequest$;
2330
+ exports.GetDataflowEndpointGroupResponse$ = GetDataflowEndpointGroupResponse$;
2331
+ exports.GetMinuteUsage$ = GetMinuteUsage$;
2213
2332
  exports.GetMinuteUsageCommand = GetMinuteUsageCommand;
2333
+ exports.GetMinuteUsageRequest$ = GetMinuteUsageRequest$;
2334
+ exports.GetMinuteUsageResponse$ = GetMinuteUsageResponse$;
2335
+ exports.GetMissionProfile$ = GetMissionProfile$;
2214
2336
  exports.GetMissionProfileCommand = GetMissionProfileCommand;
2337
+ exports.GetMissionProfileRequest$ = GetMissionProfileRequest$;
2338
+ exports.GetMissionProfileResponse$ = GetMissionProfileResponse$;
2339
+ exports.GetSatellite$ = GetSatellite$;
2215
2340
  exports.GetSatelliteCommand = GetSatelliteCommand;
2341
+ exports.GetSatelliteRequest$ = GetSatelliteRequest$;
2342
+ exports.GetSatelliteResponse$ = GetSatelliteResponse$;
2216
2343
  exports.GroundStation = GroundStation;
2217
2344
  exports.GroundStationClient = GroundStationClient;
2218
- exports.GroundStationServiceException = GroundStationServiceException$1;
2219
- exports.InvalidParameterException = InvalidParameterException$1;
2345
+ exports.GroundStationData$ = GroundStationData$;
2346
+ exports.GroundStationServiceException = GroundStationServiceException;
2347
+ exports.GroundStationServiceException$ = GroundStationServiceException$;
2348
+ exports.ISO8601TimeRange$ = ISO8601TimeRange$;
2349
+ exports.IntegerRange$ = IntegerRange$;
2350
+ exports.InvalidParameterException = InvalidParameterException;
2351
+ exports.InvalidParameterException$ = InvalidParameterException$;
2352
+ exports.KmsKey$ = KmsKey$;
2353
+ exports.ListConfigs$ = ListConfigs$;
2220
2354
  exports.ListConfigsCommand = ListConfigsCommand;
2355
+ exports.ListConfigsRequest$ = ListConfigsRequest$;
2356
+ exports.ListConfigsResponse$ = ListConfigsResponse$;
2357
+ exports.ListContacts$ = ListContacts$;
2221
2358
  exports.ListContactsCommand = ListContactsCommand;
2359
+ exports.ListContactsRequest$ = ListContactsRequest$;
2360
+ exports.ListContactsResponse$ = ListContactsResponse$;
2361
+ exports.ListDataflowEndpointGroups$ = ListDataflowEndpointGroups$;
2222
2362
  exports.ListDataflowEndpointGroupsCommand = ListDataflowEndpointGroupsCommand;
2363
+ exports.ListDataflowEndpointGroupsRequest$ = ListDataflowEndpointGroupsRequest$;
2364
+ exports.ListDataflowEndpointGroupsResponse$ = ListDataflowEndpointGroupsResponse$;
2365
+ exports.ListEphemerides$ = ListEphemerides$;
2223
2366
  exports.ListEphemeridesCommand = ListEphemeridesCommand;
2367
+ exports.ListEphemeridesRequest$ = ListEphemeridesRequest$;
2368
+ exports.ListEphemeridesResponse$ = ListEphemeridesResponse$;
2369
+ exports.ListGroundStations$ = ListGroundStations$;
2224
2370
  exports.ListGroundStationsCommand = ListGroundStationsCommand;
2371
+ exports.ListGroundStationsRequest$ = ListGroundStationsRequest$;
2372
+ exports.ListGroundStationsResponse$ = ListGroundStationsResponse$;
2373
+ exports.ListMissionProfiles$ = ListMissionProfiles$;
2225
2374
  exports.ListMissionProfilesCommand = ListMissionProfilesCommand;
2375
+ exports.ListMissionProfilesRequest$ = ListMissionProfilesRequest$;
2376
+ exports.ListMissionProfilesResponse$ = ListMissionProfilesResponse$;
2377
+ exports.ListSatellites$ = ListSatellites$;
2226
2378
  exports.ListSatellitesCommand = ListSatellitesCommand;
2379
+ exports.ListSatellitesRequest$ = ListSatellitesRequest$;
2380
+ exports.ListSatellitesResponse$ = ListSatellitesResponse$;
2381
+ exports.ListTagsForResource$ = ListTagsForResource$;
2227
2382
  exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
2383
+ exports.ListTagsForResourceRequest$ = ListTagsForResourceRequest$;
2384
+ exports.ListTagsForResourceResponse$ = ListTagsForResourceResponse$;
2385
+ exports.MissionProfileIdResponse$ = MissionProfileIdResponse$;
2386
+ exports.MissionProfileListItem$ = MissionProfileListItem$;
2387
+ exports.OEMEphemeris$ = OEMEphemeris$;
2228
2388
  exports.Polarization = Polarization;
2389
+ exports.ProgramTrackSettings$ = ProgramTrackSettings$;
2390
+ exports.RangedConnectionDetails$ = RangedConnectionDetails$;
2391
+ exports.RangedSocketAddress$ = RangedSocketAddress$;
2392
+ exports.RegisterAgent$ = RegisterAgent$;
2229
2393
  exports.RegisterAgentCommand = RegisterAgentCommand;
2394
+ exports.RegisterAgentRequest$ = RegisterAgentRequest$;
2395
+ exports.RegisterAgentResponse$ = RegisterAgentResponse$;
2396
+ exports.ReserveContact$ = ReserveContact$;
2230
2397
  exports.ReserveContactCommand = ReserveContactCommand;
2231
- exports.ResourceInUseException = ResourceInUseException$1;
2232
- exports.ResourceLimitExceededException = ResourceLimitExceededException$1;
2233
- exports.ResourceNotFoundException = ResourceNotFoundException$1;
2234
- exports.ServiceQuotaExceededException = ServiceQuotaExceededException$1;
2398
+ exports.ReserveContactRequest$ = ReserveContactRequest$;
2399
+ exports.ResourceInUseException = ResourceInUseException;
2400
+ exports.ResourceInUseException$ = ResourceInUseException$;
2401
+ exports.ResourceLimitExceededException = ResourceLimitExceededException;
2402
+ exports.ResourceLimitExceededException$ = ResourceLimitExceededException$;
2403
+ exports.ResourceNotFoundException = ResourceNotFoundException;
2404
+ exports.ResourceNotFoundException$ = ResourceNotFoundException$;
2405
+ exports.S3Object$ = S3Object$;
2406
+ exports.S3RecordingConfig$ = S3RecordingConfig$;
2407
+ exports.S3RecordingDetails$ = S3RecordingDetails$;
2408
+ exports.SatelliteListItem$ = SatelliteListItem$;
2409
+ exports.SecurityDetails$ = SecurityDetails$;
2410
+ exports.ServiceQuotaExceededException = ServiceQuotaExceededException;
2411
+ exports.ServiceQuotaExceededException$ = ServiceQuotaExceededException$;
2412
+ exports.SocketAddress$ = SocketAddress$;
2413
+ exports.Source$ = Source$;
2414
+ exports.SpectrumConfig$ = SpectrumConfig$;
2415
+ exports.TLEData$ = TLEData$;
2416
+ exports.TLEEphemeris$ = TLEEphemeris$;
2417
+ exports.TagResource$ = TagResource$;
2235
2418
  exports.TagResourceCommand = TagResourceCommand;
2419
+ exports.TagResourceRequest$ = TagResourceRequest$;
2420
+ exports.TagResourceResponse$ = TagResourceResponse$;
2421
+ exports.TimeAzEl$ = TimeAzEl$;
2422
+ exports.TimeRange$ = TimeRange$;
2423
+ exports.TrackingConfig$ = TrackingConfig$;
2424
+ exports.TrackingOverrides$ = TrackingOverrides$;
2425
+ exports.UntagResource$ = UntagResource$;
2236
2426
  exports.UntagResourceCommand = UntagResourceCommand;
2427
+ exports.UntagResourceRequest$ = UntagResourceRequest$;
2428
+ exports.UntagResourceResponse$ = UntagResourceResponse$;
2429
+ exports.UpdateAgentStatus$ = UpdateAgentStatus$;
2237
2430
  exports.UpdateAgentStatusCommand = UpdateAgentStatusCommand;
2431
+ exports.UpdateAgentStatusRequest$ = UpdateAgentStatusRequest$;
2432
+ exports.UpdateAgentStatusResponse$ = UpdateAgentStatusResponse$;
2433
+ exports.UpdateConfig$ = UpdateConfig$;
2238
2434
  exports.UpdateConfigCommand = UpdateConfigCommand;
2435
+ exports.UpdateConfigRequest$ = UpdateConfigRequest$;
2436
+ exports.UpdateEphemeris$ = UpdateEphemeris$;
2239
2437
  exports.UpdateEphemerisCommand = UpdateEphemerisCommand;
2438
+ exports.UpdateEphemerisRequest$ = UpdateEphemerisRequest$;
2439
+ exports.UpdateMissionProfile$ = UpdateMissionProfile$;
2240
2440
  exports.UpdateMissionProfileCommand = UpdateMissionProfileCommand;
2441
+ exports.UpdateMissionProfileRequest$ = UpdateMissionProfileRequest$;
2442
+ exports.UplinkAwsGroundStationAgentEndpoint$ = UplinkAwsGroundStationAgentEndpoint$;
2443
+ exports.UplinkAwsGroundStationAgentEndpointDetails$ = UplinkAwsGroundStationAgentEndpointDetails$;
2444
+ exports.UplinkConnectionDetails$ = UplinkConnectionDetails$;
2445
+ exports.UplinkDataflowDetails$ = UplinkDataflowDetails$;
2446
+ exports.UplinkEchoConfig$ = UplinkEchoConfig$;
2447
+ exports.UplinkSpectrumConfig$ = UplinkSpectrumConfig$;
2241
2448
  exports.paginateListConfigs = paginateListConfigs;
2242
2449
  exports.paginateListContacts = paginateListContacts;
2243
2450
  exports.paginateListDataflowEndpointGroups = paginateListDataflowEndpointGroups;