@aws-sdk/client-groundstation 3.943.0 → 3.947.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 (70) hide show
  1. package/dist-cjs/index.js +54 -248
  2. package/dist-cjs/runtimeConfig.browser.js +2 -2
  3. package/dist-cjs/runtimeConfig.js +3 -4
  4. package/dist-es/GroundStationClient.js +2 -2
  5. package/dist-es/runtimeConfig.browser.js +2 -2
  6. package/dist-es/runtimeConfig.js +2 -3
  7. package/dist-es/schemas/schemas_0.js +54 -249
  8. package/dist-types/GroundStation.d.ts +1 -1
  9. package/dist-types/GroundStationClient.d.ts +10 -10
  10. package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +2 -2
  11. package/dist-types/auth/httpAuthSchemeProvider.d.ts +2 -2
  12. package/dist-types/commands/CancelContactCommand.d.ts +3 -3
  13. package/dist-types/commands/CreateConfigCommand.d.ts +3 -3
  14. package/dist-types/commands/CreateDataflowEndpointGroupCommand.d.ts +3 -3
  15. package/dist-types/commands/CreateDataflowEndpointGroupV2Command.d.ts +3 -3
  16. package/dist-types/commands/CreateEphemerisCommand.d.ts +3 -3
  17. package/dist-types/commands/CreateMissionProfileCommand.d.ts +3 -3
  18. package/dist-types/commands/DeleteConfigCommand.d.ts +3 -3
  19. package/dist-types/commands/DeleteDataflowEndpointGroupCommand.d.ts +3 -3
  20. package/dist-types/commands/DeleteEphemerisCommand.d.ts +3 -3
  21. package/dist-types/commands/DeleteMissionProfileCommand.d.ts +3 -3
  22. package/dist-types/commands/DescribeContactCommand.d.ts +3 -3
  23. package/dist-types/commands/DescribeEphemerisCommand.d.ts +3 -3
  24. package/dist-types/commands/GetAgentConfigurationCommand.d.ts +3 -3
  25. package/dist-types/commands/GetAgentTaskResponseUrlCommand.d.ts +3 -3
  26. package/dist-types/commands/GetConfigCommand.d.ts +3 -3
  27. package/dist-types/commands/GetDataflowEndpointGroupCommand.d.ts +3 -3
  28. package/dist-types/commands/GetMinuteUsageCommand.d.ts +3 -3
  29. package/dist-types/commands/GetMissionProfileCommand.d.ts +3 -3
  30. package/dist-types/commands/GetSatelliteCommand.d.ts +3 -3
  31. package/dist-types/commands/ListConfigsCommand.d.ts +3 -3
  32. package/dist-types/commands/ListContactsCommand.d.ts +3 -3
  33. package/dist-types/commands/ListDataflowEndpointGroupsCommand.d.ts +3 -3
  34. package/dist-types/commands/ListEphemeridesCommand.d.ts +3 -3
  35. package/dist-types/commands/ListGroundStationsCommand.d.ts +3 -3
  36. package/dist-types/commands/ListMissionProfilesCommand.d.ts +3 -3
  37. package/dist-types/commands/ListSatellitesCommand.d.ts +3 -3
  38. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -3
  39. package/dist-types/commands/RegisterAgentCommand.d.ts +3 -3
  40. package/dist-types/commands/ReserveContactCommand.d.ts +3 -3
  41. package/dist-types/commands/TagResourceCommand.d.ts +3 -3
  42. package/dist-types/commands/UntagResourceCommand.d.ts +3 -3
  43. package/dist-types/commands/UpdateAgentStatusCommand.d.ts +3 -3
  44. package/dist-types/commands/UpdateConfigCommand.d.ts +3 -3
  45. package/dist-types/commands/UpdateEphemerisCommand.d.ts +3 -3
  46. package/dist-types/commands/UpdateMissionProfileCommand.d.ts +3 -3
  47. package/dist-types/endpoint/EndpointParameters.d.ts +13 -1
  48. package/dist-types/endpoint/endpointResolver.d.ts +5 -2
  49. package/dist-types/extensionConfiguration.d.ts +4 -4
  50. package/dist-types/models/GroundStationServiceException.d.ts +1 -1
  51. package/dist-types/models/errors.d.ts +1 -1
  52. package/dist-types/pagination/Interfaces.d.ts +1 -1
  53. package/dist-types/pagination/ListConfigsPaginator.d.ts +1 -1
  54. package/dist-types/pagination/ListContactsPaginator.d.ts +1 -1
  55. package/dist-types/pagination/ListDataflowEndpointGroupsPaginator.d.ts +1 -1
  56. package/dist-types/pagination/ListEphemeridesPaginator.d.ts +1 -1
  57. package/dist-types/pagination/ListGroundStationsPaginator.d.ts +1 -1
  58. package/dist-types/pagination/ListMissionProfilesPaginator.d.ts +1 -1
  59. package/dist-types/pagination/ListSatellitesPaginator.d.ts +1 -1
  60. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  61. package/dist-types/runtimeConfig.d.ts +1 -1
  62. package/dist-types/runtimeConfig.native.d.ts +1 -1
  63. package/dist-types/runtimeConfig.shared.d.ts +1 -1
  64. package/dist-types/runtimeExtensions.d.ts +1 -1
  65. package/dist-types/schemas/schemas_0.d.ts +1 -2
  66. package/dist-types/ts3.4/GroundStationClient.d.ts +3 -3
  67. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  68. package/dist-types/ts3.4/models/GroundStationServiceException.d.ts +1 -1
  69. package/dist-types/ts3.4/schemas/schemas_0.d.ts +0 -1
  70. package/package.json +13 -12
@@ -530,17 +530,7 @@ export var DeleteDataflowEndpointGroupRequest = [3, n0, _DDEGR, 0, [_dEGI], [[0,
530
530
  export var DeleteEphemerisRequest = [3, n0, _DER, 0, [_eI], [[0, 1]]];
531
531
  export var DeleteMissionProfileRequest = [3, n0, _DMPR, 0, [_mPI], [[0, 1]]];
532
532
  export var DemodulationConfig = [3, n0, _DCe, 0, [_uJSON], [0]];
533
- export var DependencyException = [
534
- -3,
535
- n0,
536
- _DEe,
537
- {
538
- [_er]: _se,
539
- [_hE]: 531,
540
- },
541
- [_me, _pN],
542
- [0, 0],
543
- ];
533
+ export var DependencyException = [-3, n0, _DEe, { [_er]: _se, [_hE]: 531 }, [_me, _pN], [0, 0]];
544
534
  TypeRegistry.for(n0).registerError(DependencyException, __DependencyException);
545
535
  export var DescribeContactRequest = [3, n0, _DCRe, 0, [_cI], [[0, 1]]];
546
536
  export var DescribeContactResponse = [
@@ -716,17 +706,7 @@ export var GetSatelliteResponse = [
716
706
  ];
717
707
  export var GroundStationData = [3, n0, _GSD, 0, [_gSI, _gSN, _r], [0, 0, 0]];
718
708
  export var IntegerRange = [3, n0, _IR, 0, [_mi, _ma], [1, 1]];
719
- export var InvalidParameterException = [
720
- -3,
721
- n0,
722
- _IPE,
723
- {
724
- [_er]: _c,
725
- [_hE]: 431,
726
- },
727
- [_me, _pN],
728
- [0, 0],
729
- ];
709
+ export var InvalidParameterException = [-3, n0, _IPE, { [_er]: _c, [_hE]: 431 }, [_me, _pN], [0, 0]];
730
710
  TypeRegistry.for(n0).registerError(InvalidParameterException, __InvalidParameterException);
731
711
  export var ISO8601TimeRange = [3, n0, _ISOTR, 0, [_sT, _eT], [5, 5]];
732
712
  export var ListConfigsRequest = [
@@ -736,18 +716,8 @@ export var ListConfigsRequest = [
736
716
  0,
737
717
  [_mR, _nT],
738
718
  [
739
- [
740
- 1,
741
- {
742
- [_hQ]: _mR,
743
- },
744
- ],
745
- [
746
- 0,
747
- {
748
- [_hQ]: _nT,
749
- },
750
- ],
719
+ [1, { [_hQ]: _mR }],
720
+ [0, { [_hQ]: _nT }],
751
721
  ],
752
722
  ];
753
723
  export var ListConfigsResponse = [3, n0, _LCRi, 0, [_nT, _cL], [0, () => ConfigList]];
@@ -767,18 +737,8 @@ export var ListDataflowEndpointGroupsRequest = [
767
737
  0,
768
738
  [_mR, _nT],
769
739
  [
770
- [
771
- 1,
772
- {
773
- [_hQ]: _mR,
774
- },
775
- ],
776
- [
777
- 0,
778
- {
779
- [_hQ]: _nT,
780
- },
781
- ],
740
+ [1, { [_hQ]: _mR }],
741
+ [0, { [_hQ]: _nT }],
782
742
  ],
783
743
  ];
784
744
  export var ListDataflowEndpointGroupsResponse = [
@@ -795,25 +755,7 @@ export var ListEphemeridesRequest = [
795
755
  _LER,
796
756
  0,
797
757
  [_sI, _eTp, _sT, _eT, _sL, _mR, _nT],
798
- [
799
- 0,
800
- 0,
801
- 4,
802
- 4,
803
- 64 | 0,
804
- [
805
- 1,
806
- {
807
- [_hQ]: _mR,
808
- },
809
- ],
810
- [
811
- 0,
812
- {
813
- [_hQ]: _nT,
814
- },
815
- ],
816
- ],
758
+ [0, 0, 4, 4, 64 | 0, [1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]],
817
759
  ];
818
760
  export var ListEphemeridesResponse = [3, n0, _LERi, 0, [_nT, _eph], [0, () => EphemeridesList]];
819
761
  export var ListGroundStationsRequest = [
@@ -823,24 +765,9 @@ export var ListGroundStationsRequest = [
823
765
  0,
824
766
  [_sI, _mR, _nT],
825
767
  [
826
- [
827
- 0,
828
- {
829
- [_hQ]: _sI,
830
- },
831
- ],
832
- [
833
- 1,
834
- {
835
- [_hQ]: _mR,
836
- },
837
- ],
838
- [
839
- 0,
840
- {
841
- [_hQ]: _nT,
842
- },
843
- ],
768
+ [0, { [_hQ]: _sI }],
769
+ [1, { [_hQ]: _mR }],
770
+ [0, { [_hQ]: _nT }],
844
771
  ],
845
772
  ];
846
773
  export var ListGroundStationsResponse = [
@@ -858,18 +785,8 @@ export var ListMissionProfilesRequest = [
858
785
  0,
859
786
  [_mR, _nT],
860
787
  [
861
- [
862
- 1,
863
- {
864
- [_hQ]: _mR,
865
- },
866
- ],
867
- [
868
- 0,
869
- {
870
- [_hQ]: _nT,
871
- },
872
- ],
788
+ [1, { [_hQ]: _mR }],
789
+ [0, { [_hQ]: _nT }],
873
790
  ],
874
791
  ];
875
792
  export var ListMissionProfilesResponse = [
@@ -887,18 +804,8 @@ export var ListSatellitesRequest = [
887
804
  0,
888
805
  [_mR, _nT],
889
806
  [
890
- [
891
- 1,
892
- {
893
- [_hQ]: _mR,
894
- },
895
- ],
896
- [
897
- 0,
898
- {
899
- [_hQ]: _nT,
900
- },
901
- ],
807
+ [1, { [_hQ]: _mR }],
808
+ [0, { [_hQ]: _nT }],
902
809
  ],
903
810
  ];
904
811
  export var ListSatellitesResponse = [3, n0, _LSRi, 0, [_nT, _sa], [0, () => SatelliteList]];
@@ -926,41 +833,18 @@ export var ReserveContactRequest = [
926
833
  [_mPA, _sAa, _sT, _eT, _gS, _t, _tO],
927
834
  [0, 0, 4, 4, 0, 128 | 0, () => TrackingOverrides],
928
835
  ];
929
- export var ResourceInUseException = [
930
- -3,
931
- n0,
932
- _RIUE,
933
- {
934
- [_er]: _c,
935
- [_hE]: 409,
936
- },
937
- [_me],
938
- [0],
939
- ];
836
+ export var ResourceInUseException = [-3, n0, _RIUE, { [_er]: _c, [_hE]: 409 }, [_me], [0]];
940
837
  TypeRegistry.for(n0).registerError(ResourceInUseException, __ResourceInUseException);
941
838
  export var ResourceLimitExceededException = [
942
839
  -3,
943
840
  n0,
944
841
  _RLEE,
945
- {
946
- [_er]: _c,
947
- [_hE]: 429,
948
- },
842
+ { [_er]: _c, [_hE]: 429 },
949
843
  [_me, _pN],
950
844
  [0, 0],
951
845
  ];
952
846
  TypeRegistry.for(n0).registerError(ResourceLimitExceededException, __ResourceLimitExceededException);
953
- export var ResourceNotFoundException = [
954
- -3,
955
- n0,
956
- _RNFE,
957
- {
958
- [_er]: _c,
959
- [_hE]: 434,
960
- },
961
- [_me],
962
- [0],
963
- ];
847
+ export var ResourceNotFoundException = [-3, n0, _RNFE, { [_er]: _c, [_hE]: 434 }, [_me], [0]];
964
848
  TypeRegistry.for(n0).registerError(ResourceNotFoundException, __ResourceNotFoundException);
965
849
  export var S3Object = [3, n0, _SO, 0, [_b, _k, _ve], [0, 0, 0]];
966
850
  export var S3RecordingConfig = [3, n0, _SRC, 0, [_bA, _rAo, _pr], [0, 0, 0]];
@@ -978,10 +862,7 @@ export var ServiceQuotaExceededException = [
978
862
  -3,
979
863
  n0,
980
864
  _SQEE,
981
- {
982
- [_er]: _c,
983
- [_hE]: 402,
984
- },
865
+ { [_er]: _c, [_hE]: 402 },
985
866
  [_me, _pN],
986
867
  [0, 0],
987
868
  ];
@@ -1012,12 +893,7 @@ export var UntagResourceRequest = [
1012
893
  [_rA, _tK],
1013
894
  [
1014
895
  [0, 1],
1015
- [
1016
- 64 | 0,
1017
- {
1018
- [_hQ]: _tK,
1019
- },
1020
- ],
896
+ [64 | 0, { [_hQ]: _tK }],
1021
897
  ],
1022
898
  ];
1023
899
  export var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
@@ -1073,7 +949,6 @@ export var UplinkConnectionDetails = [
1073
949
  ];
1074
950
  export var UplinkEchoConfig = [3, n0, _UEC, 0, [_ena, _aUCA], [2, 0]];
1075
951
  export var UplinkSpectrumConfig = [3, n0, _USC, 0, [_cF, _pol], [() => Frequency, 0]];
1076
- export var __Unit = "unit";
1077
952
  export var GroundStationServiceException = [-3, _sm, "GroundStationServiceException", 0, [], []];
1078
953
  TypeRegistry.for(_sm).registerError(GroundStationServiceException, __GroundStationServiceException);
1079
954
  export var AgentCpuCoresList = 64 | 1;
@@ -1172,9 +1047,7 @@ export var CancelContact = [
1172
1047
  9,
1173
1048
  n0,
1174
1049
  _CC,
1175
- {
1176
- [_h]: ["DELETE", "/contact/{contactId}", 200],
1177
- },
1050
+ { [_h]: ["DELETE", "/contact/{contactId}", 200] },
1178
1051
  () => CancelContactRequest,
1179
1052
  () => ContactIdResponse,
1180
1053
  ];
@@ -1182,9 +1055,7 @@ export var CreateConfig = [
1182
1055
  9,
1183
1056
  n0,
1184
1057
  _CCr,
1185
- {
1186
- [_h]: ["POST", "/config", 200],
1187
- },
1058
+ { [_h]: ["POST", "/config", 200] },
1188
1059
  () => CreateConfigRequest,
1189
1060
  () => ConfigIdResponse,
1190
1061
  ];
@@ -1192,9 +1063,7 @@ export var CreateDataflowEndpointGroup = [
1192
1063
  9,
1193
1064
  n0,
1194
1065
  _CDEG,
1195
- {
1196
- [_h]: ["POST", "/dataflowEndpointGroup", 200],
1197
- },
1066
+ { [_h]: ["POST", "/dataflowEndpointGroup", 200] },
1198
1067
  () => CreateDataflowEndpointGroupRequest,
1199
1068
  () => DataflowEndpointGroupIdResponse,
1200
1069
  ];
@@ -1202,9 +1071,7 @@ export var CreateDataflowEndpointGroupV2 = [
1202
1071
  9,
1203
1072
  n0,
1204
1073
  _CDEGV,
1205
- {
1206
- [_h]: ["POST", "/dataflowEndpointGroupV2", 200],
1207
- },
1074
+ { [_h]: ["POST", "/dataflowEndpointGroupV2", 200] },
1208
1075
  () => CreateDataflowEndpointGroupV2Request,
1209
1076
  () => CreateDataflowEndpointGroupV2Response,
1210
1077
  ];
@@ -1212,9 +1079,7 @@ export var CreateEphemeris = [
1212
1079
  9,
1213
1080
  n0,
1214
1081
  _CE,
1215
- {
1216
- [_h]: ["POST", "/ephemeris", 200],
1217
- },
1082
+ { [_h]: ["POST", "/ephemeris", 200] },
1218
1083
  () => CreateEphemerisRequest,
1219
1084
  () => EphemerisIdResponse,
1220
1085
  ];
@@ -1222,9 +1087,7 @@ export var CreateMissionProfile = [
1222
1087
  9,
1223
1088
  n0,
1224
1089
  _CMP,
1225
- {
1226
- [_h]: ["POST", "/missionprofile", 200],
1227
- },
1090
+ { [_h]: ["POST", "/missionprofile", 200] },
1228
1091
  () => CreateMissionProfileRequest,
1229
1092
  () => MissionProfileIdResponse,
1230
1093
  ];
@@ -1232,9 +1095,7 @@ export var DeleteConfig = [
1232
1095
  9,
1233
1096
  n0,
1234
1097
  _DCel,
1235
- {
1236
- [_h]: ["DELETE", "/config/{configType}/{configId}", 200],
1237
- },
1098
+ { [_h]: ["DELETE", "/config/{configType}/{configId}", 200] },
1238
1099
  () => DeleteConfigRequest,
1239
1100
  () => ConfigIdResponse,
1240
1101
  ];
@@ -1242,9 +1103,7 @@ export var DeleteDataflowEndpointGroup = [
1242
1103
  9,
1243
1104
  n0,
1244
1105
  _DDEG,
1245
- {
1246
- [_h]: ["DELETE", "/dataflowEndpointGroup/{dataflowEndpointGroupId}", 200],
1247
- },
1106
+ { [_h]: ["DELETE", "/dataflowEndpointGroup/{dataflowEndpointGroupId}", 200] },
1248
1107
  () => DeleteDataflowEndpointGroupRequest,
1249
1108
  () => DataflowEndpointGroupIdResponse,
1250
1109
  ];
@@ -1252,9 +1111,7 @@ export var DeleteEphemeris = [
1252
1111
  9,
1253
1112
  n0,
1254
1113
  _DEel,
1255
- {
1256
- [_h]: ["DELETE", "/ephemeris/{ephemerisId}", 200],
1257
- },
1114
+ { [_h]: ["DELETE", "/ephemeris/{ephemerisId}", 200] },
1258
1115
  () => DeleteEphemerisRequest,
1259
1116
  () => EphemerisIdResponse,
1260
1117
  ];
@@ -1262,9 +1119,7 @@ export var DeleteMissionProfile = [
1262
1119
  9,
1263
1120
  n0,
1264
1121
  _DMP,
1265
- {
1266
- [_h]: ["DELETE", "/missionprofile/{missionProfileId}", 200],
1267
- },
1122
+ { [_h]: ["DELETE", "/missionprofile/{missionProfileId}", 200] },
1268
1123
  () => DeleteMissionProfileRequest,
1269
1124
  () => MissionProfileIdResponse,
1270
1125
  ];
@@ -1272,9 +1127,7 @@ export var DescribeContact = [
1272
1127
  9,
1273
1128
  n0,
1274
1129
  _DCes,
1275
- {
1276
- [_h]: ["GET", "/contact/{contactId}", 200],
1277
- },
1130
+ { [_h]: ["GET", "/contact/{contactId}", 200] },
1278
1131
  () => DescribeContactRequest,
1279
1132
  () => DescribeContactResponse,
1280
1133
  ];
@@ -1282,9 +1135,7 @@ export var DescribeEphemeris = [
1282
1135
  9,
1283
1136
  n0,
1284
1137
  _DEes,
1285
- {
1286
- [_h]: ["GET", "/ephemeris/{ephemerisId}", 200],
1287
- },
1138
+ { [_h]: ["GET", "/ephemeris/{ephemerisId}", 200] },
1288
1139
  () => DescribeEphemerisRequest,
1289
1140
  () => DescribeEphemerisResponse,
1290
1141
  ];
@@ -1292,9 +1143,7 @@ export var GetAgentConfiguration = [
1292
1143
  9,
1293
1144
  n0,
1294
1145
  _GAC,
1295
- {
1296
- [_h]: ["GET", "/agent/{agentId}/configuration", 200],
1297
- },
1146
+ { [_h]: ["GET", "/agent/{agentId}/configuration", 200] },
1298
1147
  () => GetAgentConfigurationRequest,
1299
1148
  () => GetAgentConfigurationResponse,
1300
1149
  ];
@@ -1302,9 +1151,7 @@ export var GetAgentTaskResponseUrl = [
1302
1151
  9,
1303
1152
  n0,
1304
1153
  _GATRU,
1305
- {
1306
- [_h]: ["GET", "/agentResponseUrl/{agentId}/{taskId}", 200],
1307
- },
1154
+ { [_h]: ["GET", "/agentResponseUrl/{agentId}/{taskId}", 200] },
1308
1155
  () => GetAgentTaskResponseUrlRequest,
1309
1156
  () => GetAgentTaskResponseUrlResponse,
1310
1157
  ];
@@ -1312,9 +1159,7 @@ export var GetConfig = [
1312
1159
  9,
1313
1160
  n0,
1314
1161
  _GC,
1315
- {
1316
- [_h]: ["GET", "/config/{configType}/{configId}", 200],
1317
- },
1162
+ { [_h]: ["GET", "/config/{configType}/{configId}", 200] },
1318
1163
  () => GetConfigRequest,
1319
1164
  () => GetConfigResponse,
1320
1165
  ];
@@ -1322,9 +1167,7 @@ export var GetDataflowEndpointGroup = [
1322
1167
  9,
1323
1168
  n0,
1324
1169
  _GDEG,
1325
- {
1326
- [_h]: ["GET", "/dataflowEndpointGroup/{dataflowEndpointGroupId}", 200],
1327
- },
1170
+ { [_h]: ["GET", "/dataflowEndpointGroup/{dataflowEndpointGroupId}", 200] },
1328
1171
  () => GetDataflowEndpointGroupRequest,
1329
1172
  () => GetDataflowEndpointGroupResponse,
1330
1173
  ];
@@ -1332,9 +1175,7 @@ export var GetMinuteUsage = [
1332
1175
  9,
1333
1176
  n0,
1334
1177
  _GMU,
1335
- {
1336
- [_h]: ["POST", "/minute-usage", 200],
1337
- },
1178
+ { [_h]: ["POST", "/minute-usage", 200] },
1338
1179
  () => GetMinuteUsageRequest,
1339
1180
  () => GetMinuteUsageResponse,
1340
1181
  ];
@@ -1342,9 +1183,7 @@ export var GetMissionProfile = [
1342
1183
  9,
1343
1184
  n0,
1344
1185
  _GMP,
1345
- {
1346
- [_h]: ["GET", "/missionprofile/{missionProfileId}", 200],
1347
- },
1186
+ { [_h]: ["GET", "/missionprofile/{missionProfileId}", 200] },
1348
1187
  () => GetMissionProfileRequest,
1349
1188
  () => GetMissionProfileResponse,
1350
1189
  ];
@@ -1352,9 +1191,7 @@ export var GetSatellite = [
1352
1191
  9,
1353
1192
  n0,
1354
1193
  _GS,
1355
- {
1356
- [_h]: ["GET", "/satellite/{satelliteId}", 200],
1357
- },
1194
+ { [_h]: ["GET", "/satellite/{satelliteId}", 200] },
1358
1195
  () => GetSatelliteRequest,
1359
1196
  () => GetSatelliteResponse,
1360
1197
  ];
@@ -1362,9 +1199,7 @@ export var ListConfigs = [
1362
1199
  9,
1363
1200
  n0,
1364
1201
  _LC,
1365
- {
1366
- [_h]: ["GET", "/config", 200],
1367
- },
1202
+ { [_h]: ["GET", "/config", 200] },
1368
1203
  () => ListConfigsRequest,
1369
1204
  () => ListConfigsResponse,
1370
1205
  ];
@@ -1372,9 +1207,7 @@ export var ListContacts = [
1372
1207
  9,
1373
1208
  n0,
1374
1209
  _LCi,
1375
- {
1376
- [_h]: ["POST", "/contacts", 200],
1377
- },
1210
+ { [_h]: ["POST", "/contacts", 200] },
1378
1211
  () => ListContactsRequest,
1379
1212
  () => ListContactsResponse,
1380
1213
  ];
@@ -1382,9 +1215,7 @@ export var ListDataflowEndpointGroups = [
1382
1215
  9,
1383
1216
  n0,
1384
1217
  _LDEG,
1385
- {
1386
- [_h]: ["GET", "/dataflowEndpointGroup", 200],
1387
- },
1218
+ { [_h]: ["GET", "/dataflowEndpointGroup", 200] },
1388
1219
  () => ListDataflowEndpointGroupsRequest,
1389
1220
  () => ListDataflowEndpointGroupsResponse,
1390
1221
  ];
@@ -1392,9 +1223,7 @@ export var ListEphemerides = [
1392
1223
  9,
1393
1224
  n0,
1394
1225
  _LE,
1395
- {
1396
- [_h]: ["POST", "/ephemerides", 200],
1397
- },
1226
+ { [_h]: ["POST", "/ephemerides", 200] },
1398
1227
  () => ListEphemeridesRequest,
1399
1228
  () => ListEphemeridesResponse,
1400
1229
  ];
@@ -1402,9 +1231,7 @@ export var ListGroundStations = [
1402
1231
  9,
1403
1232
  n0,
1404
1233
  _LGS,
1405
- {
1406
- [_h]: ["GET", "/groundstation", 200],
1407
- },
1234
+ { [_h]: ["GET", "/groundstation", 200] },
1408
1235
  () => ListGroundStationsRequest,
1409
1236
  () => ListGroundStationsResponse,
1410
1237
  ];
@@ -1412,9 +1239,7 @@ export var ListMissionProfiles = [
1412
1239
  9,
1413
1240
  n0,
1414
1241
  _LMP,
1415
- {
1416
- [_h]: ["GET", "/missionprofile", 200],
1417
- },
1242
+ { [_h]: ["GET", "/missionprofile", 200] },
1418
1243
  () => ListMissionProfilesRequest,
1419
1244
  () => ListMissionProfilesResponse,
1420
1245
  ];
@@ -1422,9 +1247,7 @@ export var ListSatellites = [
1422
1247
  9,
1423
1248
  n0,
1424
1249
  _LS,
1425
- {
1426
- [_h]: ["GET", "/satellite", 200],
1427
- },
1250
+ { [_h]: ["GET", "/satellite", 200] },
1428
1251
  () => ListSatellitesRequest,
1429
1252
  () => ListSatellitesResponse,
1430
1253
  ];
@@ -1432,9 +1255,7 @@ export var ListTagsForResource = [
1432
1255
  9,
1433
1256
  n0,
1434
1257
  _LTFR,
1435
- {
1436
- [_h]: ["GET", "/tags/{resourceArn}", 200],
1437
- },
1258
+ { [_h]: ["GET", "/tags/{resourceArn}", 200] },
1438
1259
  () => ListTagsForResourceRequest,
1439
1260
  () => ListTagsForResourceResponse,
1440
1261
  ];
@@ -1442,9 +1263,7 @@ export var RegisterAgent = [
1442
1263
  9,
1443
1264
  n0,
1444
1265
  _RA,
1445
- {
1446
- [_h]: ["POST", "/agent", 200],
1447
- },
1266
+ { [_h]: ["POST", "/agent", 200] },
1448
1267
  () => RegisterAgentRequest,
1449
1268
  () => RegisterAgentResponse,
1450
1269
  ];
@@ -1452,9 +1271,7 @@ export var ReserveContact = [
1452
1271
  9,
1453
1272
  n0,
1454
1273
  _RC,
1455
- {
1456
- [_h]: ["POST", "/contact", 200],
1457
- },
1274
+ { [_h]: ["POST", "/contact", 200] },
1458
1275
  () => ReserveContactRequest,
1459
1276
  () => ContactIdResponse,
1460
1277
  ];
@@ -1462,9 +1279,7 @@ export var TagResource = [
1462
1279
  9,
1463
1280
  n0,
1464
1281
  _TRa,
1465
- {
1466
- [_h]: ["POST", "/tags/{resourceArn}", 200],
1467
- },
1282
+ { [_h]: ["POST", "/tags/{resourceArn}", 200] },
1468
1283
  () => TagResourceRequest,
1469
1284
  () => TagResourceResponse,
1470
1285
  ];
@@ -1472,9 +1287,7 @@ export var UntagResource = [
1472
1287
  9,
1473
1288
  n0,
1474
1289
  _UR,
1475
- {
1476
- [_h]: ["DELETE", "/tags/{resourceArn}", 200],
1477
- },
1290
+ { [_h]: ["DELETE", "/tags/{resourceArn}", 200] },
1478
1291
  () => UntagResourceRequest,
1479
1292
  () => UntagResourceResponse,
1480
1293
  ];
@@ -1482,9 +1295,7 @@ export var UpdateAgentStatus = [
1482
1295
  9,
1483
1296
  n0,
1484
1297
  _UAS,
1485
- {
1486
- [_h]: ["PUT", "/agent/{agentId}", 200],
1487
- },
1298
+ { [_h]: ["PUT", "/agent/{agentId}", 200] },
1488
1299
  () => UpdateAgentStatusRequest,
1489
1300
  () => UpdateAgentStatusResponse,
1490
1301
  ];
@@ -1492,9 +1303,7 @@ export var UpdateConfig = [
1492
1303
  9,
1493
1304
  n0,
1494
1305
  _UC,
1495
- {
1496
- [_h]: ["PUT", "/config/{configType}/{configId}", 200],
1497
- },
1306
+ { [_h]: ["PUT", "/config/{configType}/{configId}", 200] },
1498
1307
  () => UpdateConfigRequest,
1499
1308
  () => ConfigIdResponse,
1500
1309
  ];
@@ -1502,9 +1311,7 @@ export var UpdateEphemeris = [
1502
1311
  9,
1503
1312
  n0,
1504
1313
  _UE,
1505
- {
1506
- [_h]: ["PUT", "/ephemeris/{ephemerisId}", 200],
1507
- },
1314
+ { [_h]: ["PUT", "/ephemeris/{ephemerisId}", 200] },
1508
1315
  () => UpdateEphemerisRequest,
1509
1316
  () => EphemerisIdResponse,
1510
1317
  ];
@@ -1512,9 +1319,7 @@ export var UpdateMissionProfile = [
1512
1319
  9,
1513
1320
  n0,
1514
1321
  _UMP,
1515
- {
1516
- [_h]: ["PUT", "/missionprofile/{missionProfileId}", 200],
1517
- },
1322
+ { [_h]: ["PUT", "/missionprofile/{missionProfileId}", 200] },
1518
1323
  () => UpdateMissionProfileRequest,
1519
1324
  () => MissionProfileIdResponse,
1520
1325
  ];
@@ -1,4 +1,4 @@
1
- import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
1
+ import type { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
2
2
  import { CancelContactCommandInput, CancelContactCommandOutput } from "./commands/CancelContactCommand";
3
3
  import { CreateConfigCommandInput, CreateConfigCommandOutput } from "./commands/CreateConfigCommand";
4
4
  import { CreateDataflowEndpointGroupCommandInput, CreateDataflowEndpointGroupCommandOutput } from "./commands/CreateDataflowEndpointGroupCommand";
@@ -1,12 +1,12 @@
1
- import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
2
- import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
3
- import { RegionInputConfig, RegionResolvedConfig } from "@smithy/config-resolver";
4
- import { EndpointInputConfig, EndpointResolvedConfig } from "@smithy/middleware-endpoint";
5
- import { RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry";
6
- import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
7
- import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@smithy/smithy-client";
8
- import { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, ClientProtocol, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, HttpRequest, HttpResponse, Logger as __Logger, Provider as __Provider, Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
9
- import { HttpAuthSchemeInputConfig, HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
1
+ import { type HostHeaderInputConfig, type HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
2
+ import { type UserAgentInputConfig, type UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
3
+ import { type RegionInputConfig, type RegionResolvedConfig } from "@smithy/config-resolver";
4
+ import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/middleware-endpoint";
5
+ import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/middleware-retry";
6
+ import type { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
7
+ import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/smithy-client";
8
+ import { type BodyLengthCalculator as __BodyLengthCalculator, type CheckOptionalClientConfig as __CheckOptionalClientConfig, type ChecksumConstructor as __ChecksumConstructor, type ClientProtocol, type Decoder as __Decoder, type Encoder as __Encoder, type HashConstructor as __HashConstructor, type HttpHandlerOptions as __HttpHandlerOptions, type HttpRequest, type HttpResponse, type Logger as __Logger, type Provider as __Provider, type StreamCollector as __StreamCollector, type UrlParser as __UrlParser, AwsCredentialIdentityProvider, Provider, UserAgent as __UserAgent } from "@smithy/types";
9
+ import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
10
10
  import { CancelContactCommandInput, CancelContactCommandOutput } from "./commands/CancelContactCommand";
11
11
  import { CreateConfigCommandInput, CreateConfigCommandOutput } from "./commands/CreateConfigCommand";
12
12
  import { CreateDataflowEndpointGroupCommandInput, CreateDataflowEndpointGroupCommandOutput } from "./commands/CreateDataflowEndpointGroupCommand";
@@ -43,7 +43,7 @@ import { UpdateConfigCommandInput, UpdateConfigCommandOutput } from "./commands/
43
43
  import { UpdateEphemerisCommandInput, UpdateEphemerisCommandOutput } from "./commands/UpdateEphemerisCommand";
44
44
  import { UpdateMissionProfileCommandInput, UpdateMissionProfileCommandOutput } from "./commands/UpdateMissionProfileCommand";
45
45
  import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
46
- import { RuntimeExtension, RuntimeExtensionsConfig } from "./runtimeExtensions";
46
+ import { type RuntimeExtension, type RuntimeExtensionsConfig } from "./runtimeExtensions";
47
47
  export { __Client };
48
48
  /**
49
49
  * @public
@@ -1,5 +1,5 @@
1
- import { AwsCredentialIdentity, AwsCredentialIdentityProvider, HttpAuthScheme } from "@smithy/types";
2
- import { GroundStationHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
1
+ import { type HttpAuthScheme, AwsCredentialIdentity, AwsCredentialIdentityProvider } from "@smithy/types";
2
+ import type { GroundStationHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
3
3
  /**
4
4
  * @internal
5
5
  */
@@ -1,6 +1,6 @@
1
1
  import { AwsSdkSigV4AuthInputConfig, AwsSdkSigV4AuthResolvedConfig, AwsSdkSigV4PreviouslyResolved } from "@aws-sdk/core";
2
- import { HandlerExecutionContext, HttpAuthScheme, HttpAuthSchemeParameters, HttpAuthSchemeParametersProvider, HttpAuthSchemeProvider, Provider } from "@smithy/types";
3
- import { GroundStationClientResolvedConfig } from "../GroundStationClient";
2
+ import type { HandlerExecutionContext, HttpAuthScheme, HttpAuthSchemeParameters, HttpAuthSchemeParametersProvider, HttpAuthSchemeProvider, Provider } from "@smithy/types";
3
+ import { type GroundStationClientResolvedConfig } from "../GroundStationClient";
4
4
  /**
5
5
  * @internal
6
6
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GroundStationClient";
4
- import { CancelContactRequest, ContactIdResponse } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GroundStationClient";
4
+ import type { CancelContactRequest, ContactIdResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */