@aws-sdk/client-groundstation 3.751.0 → 3.772.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +102 -117
- package/package.json +13 -13
package/dist-cjs/index.js
CHANGED
|
@@ -19,8 +19,8 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
19
19
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
20
20
|
|
|
21
21
|
// src/index.ts
|
|
22
|
-
var
|
|
23
|
-
__export(
|
|
22
|
+
var index_exports = {};
|
|
23
|
+
__export(index_exports, {
|
|
24
24
|
AgentStatus: () => AgentStatus,
|
|
25
25
|
AngleUnits: () => AngleUnits,
|
|
26
26
|
AuditResults: () => AuditResults,
|
|
@@ -93,7 +93,7 @@ __export(src_exports, {
|
|
|
93
93
|
waitForContactScheduled: () => waitForContactScheduled,
|
|
94
94
|
waitUntilContactScheduled: () => waitUntilContactScheduled
|
|
95
95
|
});
|
|
96
|
-
module.exports = __toCommonJS(
|
|
96
|
+
module.exports = __toCommonJS(index_exports);
|
|
97
97
|
|
|
98
98
|
// src/GroundStationClient.ts
|
|
99
99
|
var import_middleware_host_header = require("@aws-sdk/middleware-host-header");
|
|
@@ -220,9 +220,9 @@ var GroundStationClient = class extends import_smithy_client.Client {
|
|
|
220
220
|
this.middlewareStack.use(
|
|
221
221
|
(0, import_core.getHttpAuthSchemeEndpointRuleSetPlugin)(this.config, {
|
|
222
222
|
httpAuthSchemeParametersProvider: import_httpAuthSchemeProvider.defaultGroundStationHttpAuthSchemeParametersProvider,
|
|
223
|
-
identityProviderConfigProvider: async (config) => new import_core.DefaultIdentityProviderConfig({
|
|
223
|
+
identityProviderConfigProvider: /* @__PURE__ */ __name(async (config) => new import_core.DefaultIdentityProviderConfig({
|
|
224
224
|
"aws.auth#sigv4": config.credentials
|
|
225
|
-
})
|
|
225
|
+
}), "identityProviderConfigProvider")
|
|
226
226
|
})
|
|
227
227
|
);
|
|
228
228
|
this.middlewareStack.use((0, import_core.getHttpSigningPlugin)(this.config));
|
|
@@ -394,20 +394,14 @@ var Criticality = {
|
|
|
394
394
|
var ConfigTypeData;
|
|
395
395
|
((ConfigTypeData2) => {
|
|
396
396
|
ConfigTypeData2.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
397
|
-
if (value.antennaDownlinkConfig !== void 0)
|
|
398
|
-
|
|
399
|
-
if (value.
|
|
400
|
-
return visitor.trackingConfig(value.trackingConfig);
|
|
401
|
-
if (value.dataflowEndpointConfig !== void 0)
|
|
402
|
-
return visitor.dataflowEndpointConfig(value.dataflowEndpointConfig);
|
|
397
|
+
if (value.antennaDownlinkConfig !== void 0) return visitor.antennaDownlinkConfig(value.antennaDownlinkConfig);
|
|
398
|
+
if (value.trackingConfig !== void 0) return visitor.trackingConfig(value.trackingConfig);
|
|
399
|
+
if (value.dataflowEndpointConfig !== void 0) return visitor.dataflowEndpointConfig(value.dataflowEndpointConfig);
|
|
403
400
|
if (value.antennaDownlinkDemodDecodeConfig !== void 0)
|
|
404
401
|
return visitor.antennaDownlinkDemodDecodeConfig(value.antennaDownlinkDemodDecodeConfig);
|
|
405
|
-
if (value.antennaUplinkConfig !== void 0)
|
|
406
|
-
|
|
407
|
-
if (value.
|
|
408
|
-
return visitor.uplinkEchoConfig(value.uplinkEchoConfig);
|
|
409
|
-
if (value.s3RecordingConfig !== void 0)
|
|
410
|
-
return visitor.s3RecordingConfig(value.s3RecordingConfig);
|
|
402
|
+
if (value.antennaUplinkConfig !== void 0) return visitor.antennaUplinkConfig(value.antennaUplinkConfig);
|
|
403
|
+
if (value.uplinkEchoConfig !== void 0) return visitor.uplinkEchoConfig(value.uplinkEchoConfig);
|
|
404
|
+
if (value.s3RecordingConfig !== void 0) return visitor.s3RecordingConfig(value.s3RecordingConfig);
|
|
411
405
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
412
406
|
}, "visit");
|
|
413
407
|
})(ConfigTypeData || (ConfigTypeData = {}));
|
|
@@ -445,12 +439,10 @@ var EndpointStatus = {
|
|
|
445
439
|
var ConfigDetails;
|
|
446
440
|
((ConfigDetails2) => {
|
|
447
441
|
ConfigDetails2.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
448
|
-
if (value.endpointDetails !== void 0)
|
|
449
|
-
return visitor.endpointDetails(value.endpointDetails);
|
|
442
|
+
if (value.endpointDetails !== void 0) return visitor.endpointDetails(value.endpointDetails);
|
|
450
443
|
if (value.antennaDemodDecodeDetails !== void 0)
|
|
451
444
|
return visitor.antennaDemodDecodeDetails(value.antennaDemodDecodeDetails);
|
|
452
|
-
if (value.s3RecordingDetails !== void 0)
|
|
453
|
-
return visitor.s3RecordingDetails(value.s3RecordingDetails);
|
|
445
|
+
if (value.s3RecordingDetails !== void 0) return visitor.s3RecordingDetails(value.s3RecordingDetails);
|
|
454
446
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
455
447
|
}, "visit");
|
|
456
448
|
})(ConfigDetails || (ConfigDetails = {}));
|
|
@@ -472,22 +464,17 @@ var ContactStatus = {
|
|
|
472
464
|
var EphemerisData;
|
|
473
465
|
((EphemerisData2) => {
|
|
474
466
|
EphemerisData2.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
475
|
-
if (value.tle !== void 0)
|
|
476
|
-
|
|
477
|
-
if (value.oem !== void 0)
|
|
478
|
-
return visitor.oem(value.oem);
|
|
467
|
+
if (value.tle !== void 0) return visitor.tle(value.tle);
|
|
468
|
+
if (value.oem !== void 0) return visitor.oem(value.oem);
|
|
479
469
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
480
470
|
}, "visit");
|
|
481
471
|
})(EphemerisData || (EphemerisData = {}));
|
|
482
472
|
var KmsKey;
|
|
483
473
|
((KmsKey3) => {
|
|
484
474
|
KmsKey3.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
485
|
-
if (value.kmsKeyArn !== void 0)
|
|
486
|
-
|
|
487
|
-
if (value.
|
|
488
|
-
return visitor.kmsAliasArn(value.kmsAliasArn);
|
|
489
|
-
if (value.kmsAliasName !== void 0)
|
|
490
|
-
return visitor.kmsAliasName(value.kmsAliasName);
|
|
475
|
+
if (value.kmsKeyArn !== void 0) return visitor.kmsKeyArn(value.kmsKeyArn);
|
|
476
|
+
if (value.kmsAliasArn !== void 0) return visitor.kmsAliasArn(value.kmsAliasArn);
|
|
477
|
+
if (value.kmsAliasName !== void 0) return visitor.kmsAliasName(value.kmsAliasName);
|
|
491
478
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
492
479
|
}, "visit");
|
|
493
480
|
})(KmsKey || (KmsKey = {}));
|
|
@@ -524,10 +511,8 @@ var EphemerisStatus = {
|
|
|
524
511
|
var EphemerisTypeDescription;
|
|
525
512
|
((EphemerisTypeDescription2) => {
|
|
526
513
|
EphemerisTypeDescription2.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
527
|
-
if (value.tle !== void 0)
|
|
528
|
-
|
|
529
|
-
if (value.oem !== void 0)
|
|
530
|
-
return visitor.oem(value.oem);
|
|
514
|
+
if (value.tle !== void 0) return visitor.tle(value.tle);
|
|
515
|
+
if (value.oem !== void 0) return visitor.oem(value.oem);
|
|
531
516
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
532
517
|
}, "visit");
|
|
533
518
|
})(EphemerisTypeDescription || (EphemerisTypeDescription = {}));
|
|
@@ -555,9 +540,9 @@ var se_CreateConfigCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
555
540
|
let body;
|
|
556
541
|
body = JSON.stringify(
|
|
557
542
|
(0, import_smithy_client.take)(input, {
|
|
558
|
-
configData: (_) => se_ConfigTypeData(_, context),
|
|
543
|
+
configData: /* @__PURE__ */ __name((_) => se_ConfigTypeData(_, context), "configData"),
|
|
559
544
|
name: [],
|
|
560
|
-
tags: (_) => (0, import_smithy_client._json)(_)
|
|
545
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags")
|
|
561
546
|
})
|
|
562
547
|
);
|
|
563
548
|
b.m("POST").h(headers).b(body);
|
|
@@ -574,8 +559,8 @@ var se_CreateDataflowEndpointGroupCommand = /* @__PURE__ */ __name(async (input,
|
|
|
574
559
|
(0, import_smithy_client.take)(input, {
|
|
575
560
|
contactPostPassDurationSeconds: [],
|
|
576
561
|
contactPrePassDurationSeconds: [],
|
|
577
|
-
endpointDetails: (_) => (0, import_smithy_client._json)(_),
|
|
578
|
-
tags: (_) => (0, import_smithy_client._json)(_)
|
|
562
|
+
endpointDetails: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "endpointDetails"),
|
|
563
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags")
|
|
579
564
|
})
|
|
580
565
|
);
|
|
581
566
|
b.m("POST").h(headers).b(body);
|
|
@@ -591,13 +576,13 @@ var se_CreateEphemerisCommand = /* @__PURE__ */ __name(async (input, context) =>
|
|
|
591
576
|
body = JSON.stringify(
|
|
592
577
|
(0, import_smithy_client.take)(input, {
|
|
593
578
|
enabled: [],
|
|
594
|
-
ephemeris: (_) => se_EphemerisData(_, context),
|
|
595
|
-
expirationTime: (_) => _.getTime() / 1e3,
|
|
579
|
+
ephemeris: /* @__PURE__ */ __name((_) => se_EphemerisData(_, context), "ephemeris"),
|
|
580
|
+
expirationTime: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "expirationTime"),
|
|
596
581
|
kmsKeyArn: [],
|
|
597
582
|
name: [],
|
|
598
583
|
priority: [],
|
|
599
584
|
satelliteId: [],
|
|
600
|
-
tags: (_) => (0, import_smithy_client._json)(_)
|
|
585
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags")
|
|
601
586
|
})
|
|
602
587
|
);
|
|
603
588
|
b.m("POST").h(headers).b(body);
|
|
@@ -614,12 +599,12 @@ var se_CreateMissionProfileCommand = /* @__PURE__ */ __name(async (input, contex
|
|
|
614
599
|
(0, import_smithy_client.take)(input, {
|
|
615
600
|
contactPostPassDurationSeconds: [],
|
|
616
601
|
contactPrePassDurationSeconds: [],
|
|
617
|
-
dataflowEdges: (_) => (0, import_smithy_client._json)(_),
|
|
602
|
+
dataflowEdges: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "dataflowEdges"),
|
|
618
603
|
minimumViableContactDurationSeconds: [],
|
|
619
604
|
name: [],
|
|
620
|
-
streamsKmsKey: (_) => (0, import_smithy_client._json)(_),
|
|
605
|
+
streamsKmsKey: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "streamsKmsKey"),
|
|
621
606
|
streamsKmsRole: [],
|
|
622
|
-
tags: (_) => (0, import_smithy_client._json)(_),
|
|
607
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags"),
|
|
623
608
|
trackingConfigArn: []
|
|
624
609
|
})
|
|
625
610
|
);
|
|
@@ -764,14 +749,14 @@ var se_ListContactsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
764
749
|
let body;
|
|
765
750
|
body = JSON.stringify(
|
|
766
751
|
(0, import_smithy_client.take)(input, {
|
|
767
|
-
endTime: (_) => _.getTime() / 1e3,
|
|
752
|
+
endTime: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "endTime"),
|
|
768
753
|
groundStation: [],
|
|
769
754
|
maxResults: [],
|
|
770
755
|
missionProfileArn: [],
|
|
771
756
|
nextToken: [],
|
|
772
757
|
satelliteArn: [],
|
|
773
|
-
startTime: (_) => _.getTime() / 1e3,
|
|
774
|
-
statusList: (_) => (0, import_smithy_client._json)(_)
|
|
758
|
+
startTime: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "startTime"),
|
|
759
|
+
statusList: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "statusList")
|
|
775
760
|
})
|
|
776
761
|
);
|
|
777
762
|
b.m("POST").h(headers).b(body);
|
|
@@ -802,10 +787,10 @@ var se_ListEphemeridesCommand = /* @__PURE__ */ __name(async (input, context) =>
|
|
|
802
787
|
let body;
|
|
803
788
|
body = JSON.stringify(
|
|
804
789
|
(0, import_smithy_client.take)(input, {
|
|
805
|
-
endTime: (_) => _.getTime() / 1e3,
|
|
790
|
+
endTime: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "endTime"),
|
|
806
791
|
satelliteId: [],
|
|
807
|
-
startTime: (_) => _.getTime() / 1e3,
|
|
808
|
-
statusList: (_) => (0, import_smithy_client._json)(_)
|
|
792
|
+
startTime: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "startTime"),
|
|
793
|
+
statusList: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "statusList")
|
|
809
794
|
})
|
|
810
795
|
);
|
|
811
796
|
b.m("POST").h(headers).q(query).b(body);
|
|
@@ -866,8 +851,8 @@ var se_RegisterAgentCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
866
851
|
let body;
|
|
867
852
|
body = JSON.stringify(
|
|
868
853
|
(0, import_smithy_client.take)(input, {
|
|
869
|
-
agentDetails: (_) => (0, import_smithy_client._json)(_),
|
|
870
|
-
discoveryData: (_) => (0, import_smithy_client._json)(_)
|
|
854
|
+
agentDetails: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "agentDetails"),
|
|
855
|
+
discoveryData: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "discoveryData")
|
|
871
856
|
})
|
|
872
857
|
);
|
|
873
858
|
b.m("POST").h(headers).b(body);
|
|
@@ -882,12 +867,12 @@ var se_ReserveContactCommand = /* @__PURE__ */ __name(async (input, context) =>
|
|
|
882
867
|
let body;
|
|
883
868
|
body = JSON.stringify(
|
|
884
869
|
(0, import_smithy_client.take)(input, {
|
|
885
|
-
endTime: (_) => _.getTime() / 1e3,
|
|
870
|
+
endTime: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "endTime"),
|
|
886
871
|
groundStation: [],
|
|
887
872
|
missionProfileArn: [],
|
|
888
873
|
satelliteArn: [],
|
|
889
|
-
startTime: (_) => _.getTime() / 1e3,
|
|
890
|
-
tags: (_) => (0, import_smithy_client._json)(_)
|
|
874
|
+
startTime: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "startTime"),
|
|
875
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags")
|
|
891
876
|
})
|
|
892
877
|
);
|
|
893
878
|
b.m("POST").h(headers).b(body);
|
|
@@ -903,7 +888,7 @@ var se_TagResourceCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
903
888
|
let body;
|
|
904
889
|
body = JSON.stringify(
|
|
905
890
|
(0, import_smithy_client.take)(input, {
|
|
906
|
-
tags: (_) => (0, import_smithy_client._json)(_)
|
|
891
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags")
|
|
907
892
|
})
|
|
908
893
|
);
|
|
909
894
|
b.m("POST").h(headers).b(body);
|
|
@@ -931,8 +916,8 @@ var se_UpdateAgentStatusCommand = /* @__PURE__ */ __name(async (input, context)
|
|
|
931
916
|
let body;
|
|
932
917
|
body = JSON.stringify(
|
|
933
918
|
(0, import_smithy_client.take)(input, {
|
|
934
|
-
aggregateStatus: (_) => (0, import_smithy_client._json)(_),
|
|
935
|
-
componentStatuses: (_) => (0, import_smithy_client._json)(_),
|
|
919
|
+
aggregateStatus: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "aggregateStatus"),
|
|
920
|
+
componentStatuses: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "componentStatuses"),
|
|
936
921
|
taskId: []
|
|
937
922
|
})
|
|
938
923
|
);
|
|
@@ -950,7 +935,7 @@ var se_UpdateConfigCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
950
935
|
let body;
|
|
951
936
|
body = JSON.stringify(
|
|
952
937
|
(0, import_smithy_client.take)(input, {
|
|
953
|
-
configData: (_) => se_ConfigTypeData(_, context),
|
|
938
|
+
configData: /* @__PURE__ */ __name((_) => se_ConfigTypeData(_, context), "configData"),
|
|
954
939
|
name: []
|
|
955
940
|
})
|
|
956
941
|
);
|
|
@@ -987,10 +972,10 @@ var se_UpdateMissionProfileCommand = /* @__PURE__ */ __name(async (input, contex
|
|
|
987
972
|
(0, import_smithy_client.take)(input, {
|
|
988
973
|
contactPostPassDurationSeconds: [],
|
|
989
974
|
contactPrePassDurationSeconds: [],
|
|
990
|
-
dataflowEdges: (_) => (0, import_smithy_client._json)(_),
|
|
975
|
+
dataflowEdges: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "dataflowEdges"),
|
|
991
976
|
minimumViableContactDurationSeconds: [],
|
|
992
977
|
name: [],
|
|
993
|
-
streamsKmsKey: (_) => (0, import_smithy_client._json)(_),
|
|
978
|
+
streamsKmsKey: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "streamsKmsKey"),
|
|
994
979
|
streamsKmsRole: [],
|
|
995
980
|
trackingConfigArn: []
|
|
996
981
|
})
|
|
@@ -1140,19 +1125,19 @@ var de_DescribeContactCommand = /* @__PURE__ */ __name(async (output, context) =
|
|
|
1140
1125
|
contactId: import_smithy_client.expectString,
|
|
1141
1126
|
contactStatus: import_smithy_client.expectString,
|
|
1142
1127
|
dataflowList: import_smithy_client._json,
|
|
1143
|
-
endTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1128
|
+
endTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "endTime"),
|
|
1144
1129
|
errorMessage: import_smithy_client.expectString,
|
|
1145
1130
|
groundStation: import_smithy_client.expectString,
|
|
1146
|
-
maximumElevation: (_) => de_Elevation(_, context),
|
|
1131
|
+
maximumElevation: /* @__PURE__ */ __name((_) => de_Elevation(_, context), "maximumElevation"),
|
|
1147
1132
|
missionProfileArn: import_smithy_client.expectString,
|
|
1148
|
-
postPassEndTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1149
|
-
prePassStartTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1133
|
+
postPassEndTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "postPassEndTime"),
|
|
1134
|
+
prePassStartTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "prePassStartTime"),
|
|
1150
1135
|
region: import_smithy_client.expectString,
|
|
1151
1136
|
satelliteArn: import_smithy_client.expectString,
|
|
1152
|
-
startTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1137
|
+
startTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "startTime"),
|
|
1153
1138
|
tags: import_smithy_client._json,
|
|
1154
|
-
visibilityEndTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1155
|
-
visibilityStartTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
1139
|
+
visibilityEndTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "visibilityEndTime"),
|
|
1140
|
+
visibilityStartTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "visibilityStartTime")
|
|
1156
1141
|
});
|
|
1157
1142
|
Object.assign(contents, doc);
|
|
1158
1143
|
return contents;
|
|
@@ -1166,7 +1151,7 @@ var de_DescribeEphemerisCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
1166
1151
|
});
|
|
1167
1152
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1168
1153
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1169
|
-
creationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1154
|
+
creationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationTime"),
|
|
1170
1155
|
enabled: import_smithy_client.expectBoolean,
|
|
1171
1156
|
ephemerisId: import_smithy_client.expectString,
|
|
1172
1157
|
invalidReason: import_smithy_client.expectString,
|
|
@@ -1174,7 +1159,7 @@ var de_DescribeEphemerisCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
1174
1159
|
priority: import_smithy_client.expectInt32,
|
|
1175
1160
|
satelliteId: import_smithy_client.expectString,
|
|
1176
1161
|
status: import_smithy_client.expectString,
|
|
1177
|
-
suppliedData: (_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)),
|
|
1162
|
+
suppliedData: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)), "suppliedData"),
|
|
1178
1163
|
tags: import_smithy_client._json
|
|
1179
1164
|
});
|
|
1180
1165
|
Object.assign(contents, doc);
|
|
@@ -1205,7 +1190,7 @@ var de_GetConfigCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
1205
1190
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1206
1191
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1207
1192
|
configArn: import_smithy_client.expectString,
|
|
1208
|
-
configData: (_) => de_ConfigTypeData((0, import_core2.awsExpectUnion)(_), context),
|
|
1193
|
+
configData: /* @__PURE__ */ __name((_) => de_ConfigTypeData((0, import_core2.awsExpectUnion)(_), context), "configData"),
|
|
1209
1194
|
configId: import_smithy_client.expectString,
|
|
1210
1195
|
configType: import_smithy_client.expectString,
|
|
1211
1196
|
name: import_smithy_client.expectString,
|
|
@@ -1268,7 +1253,7 @@ var de_GetMissionProfileCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
1268
1253
|
missionProfileId: import_smithy_client.expectString,
|
|
1269
1254
|
name: import_smithy_client.expectString,
|
|
1270
1255
|
region: import_smithy_client.expectString,
|
|
1271
|
-
streamsKmsKey: (_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)),
|
|
1256
|
+
streamsKmsKey: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)), "streamsKmsKey"),
|
|
1272
1257
|
streamsKmsRole: import_smithy_client.expectString,
|
|
1273
1258
|
tags: import_smithy_client._json,
|
|
1274
1259
|
trackingConfigArn: import_smithy_client.expectString
|
|
@@ -1285,7 +1270,7 @@ var de_GetSatelliteCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
1285
1270
|
});
|
|
1286
1271
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1287
1272
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1288
|
-
currentEphemeris: (_) => de_EphemerisMetaData(_, context),
|
|
1273
|
+
currentEphemeris: /* @__PURE__ */ __name((_) => de_EphemerisMetaData(_, context), "currentEphemeris"),
|
|
1289
1274
|
groundStations: import_smithy_client._json,
|
|
1290
1275
|
noradSatelliteID: import_smithy_client.expectInt32,
|
|
1291
1276
|
satelliteArn: import_smithy_client.expectString,
|
|
@@ -1318,7 +1303,7 @@ var de_ListContactsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
1318
1303
|
});
|
|
1319
1304
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1320
1305
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1321
|
-
contactList: (_) => de_ContactList(_, context),
|
|
1306
|
+
contactList: /* @__PURE__ */ __name((_) => de_ContactList(_, context), "contactList"),
|
|
1322
1307
|
nextToken: import_smithy_client.expectString
|
|
1323
1308
|
});
|
|
1324
1309
|
Object.assign(contents, doc);
|
|
@@ -1348,7 +1333,7 @@ var de_ListEphemeridesCommand = /* @__PURE__ */ __name(async (output, context) =
|
|
|
1348
1333
|
});
|
|
1349
1334
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1350
1335
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1351
|
-
ephemerides: (_) => de_EphemeridesList(_, context),
|
|
1336
|
+
ephemerides: /* @__PURE__ */ __name((_) => de_EphemeridesList(_, context), "ephemerides"),
|
|
1352
1337
|
nextToken: import_smithy_client.expectString
|
|
1353
1338
|
});
|
|
1354
1339
|
Object.assign(contents, doc);
|
|
@@ -1394,7 +1379,7 @@ var de_ListSatellitesCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
1394
1379
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1395
1380
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1396
1381
|
nextToken: import_smithy_client.expectString,
|
|
1397
|
-
satellites: (_) => de_SatelliteList(_, context)
|
|
1382
|
+
satellites: /* @__PURE__ */ __name((_) => de_SatelliteList(_, context), "satellites")
|
|
1398
1383
|
});
|
|
1399
1384
|
Object.assign(contents, doc);
|
|
1400
1385
|
return contents;
|
|
@@ -1605,35 +1590,35 @@ var de_ResourceNotFoundExceptionRes = /* @__PURE__ */ __name(async (parsedOutput
|
|
|
1605
1590
|
}, "de_ResourceNotFoundExceptionRes");
|
|
1606
1591
|
var se_AntennaDownlinkConfig = /* @__PURE__ */ __name((input, context) => {
|
|
1607
1592
|
return (0, import_smithy_client.take)(input, {
|
|
1608
|
-
spectrumConfig: (_) => se_SpectrumConfig(_, context)
|
|
1593
|
+
spectrumConfig: /* @__PURE__ */ __name((_) => se_SpectrumConfig(_, context), "spectrumConfig")
|
|
1609
1594
|
});
|
|
1610
1595
|
}, "se_AntennaDownlinkConfig");
|
|
1611
1596
|
var se_AntennaDownlinkDemodDecodeConfig = /* @__PURE__ */ __name((input, context) => {
|
|
1612
1597
|
return (0, import_smithy_client.take)(input, {
|
|
1613
1598
|
decodeConfig: import_smithy_client._json,
|
|
1614
1599
|
demodulationConfig: import_smithy_client._json,
|
|
1615
|
-
spectrumConfig: (_) => se_SpectrumConfig(_, context)
|
|
1600
|
+
spectrumConfig: /* @__PURE__ */ __name((_) => se_SpectrumConfig(_, context), "spectrumConfig")
|
|
1616
1601
|
});
|
|
1617
1602
|
}, "se_AntennaDownlinkDemodDecodeConfig");
|
|
1618
1603
|
var se_AntennaUplinkConfig = /* @__PURE__ */ __name((input, context) => {
|
|
1619
1604
|
return (0, import_smithy_client.take)(input, {
|
|
1620
|
-
spectrumConfig: (_) => se_UplinkSpectrumConfig(_, context),
|
|
1621
|
-
targetEirp: (_) => se_Eirp(_, context),
|
|
1605
|
+
spectrumConfig: /* @__PURE__ */ __name((_) => se_UplinkSpectrumConfig(_, context), "spectrumConfig"),
|
|
1606
|
+
targetEirp: /* @__PURE__ */ __name((_) => se_Eirp(_, context), "targetEirp"),
|
|
1622
1607
|
transmitDisabled: []
|
|
1623
1608
|
});
|
|
1624
1609
|
}, "se_AntennaUplinkConfig");
|
|
1625
1610
|
var se_ConfigTypeData = /* @__PURE__ */ __name((input, context) => {
|
|
1626
1611
|
return ConfigTypeData.visit(input, {
|
|
1627
|
-
antennaDownlinkConfig: (value) => ({ antennaDownlinkConfig: se_AntennaDownlinkConfig(value, context) }),
|
|
1628
|
-
antennaDownlinkDemodDecodeConfig: (value) => ({
|
|
1612
|
+
antennaDownlinkConfig: /* @__PURE__ */ __name((value) => ({ antennaDownlinkConfig: se_AntennaDownlinkConfig(value, context) }), "antennaDownlinkConfig"),
|
|
1613
|
+
antennaDownlinkDemodDecodeConfig: /* @__PURE__ */ __name((value) => ({
|
|
1629
1614
|
antennaDownlinkDemodDecodeConfig: se_AntennaDownlinkDemodDecodeConfig(value, context)
|
|
1630
|
-
}),
|
|
1631
|
-
antennaUplinkConfig: (value) => ({ antennaUplinkConfig: se_AntennaUplinkConfig(value, context) }),
|
|
1632
|
-
dataflowEndpointConfig: (value) => ({ dataflowEndpointConfig: (0, import_smithy_client._json)(value) }),
|
|
1633
|
-
s3RecordingConfig: (value) => ({ s3RecordingConfig: (0, import_smithy_client._json)(value) }),
|
|
1634
|
-
trackingConfig: (value) => ({ trackingConfig: (0, import_smithy_client._json)(value) }),
|
|
1635
|
-
uplinkEchoConfig: (value) => ({ uplinkEchoConfig: (0, import_smithy_client._json)(value) }),
|
|
1636
|
-
_: (name, value) => ({ [name]: value })
|
|
1615
|
+
}), "antennaDownlinkDemodDecodeConfig"),
|
|
1616
|
+
antennaUplinkConfig: /* @__PURE__ */ __name((value) => ({ antennaUplinkConfig: se_AntennaUplinkConfig(value, context) }), "antennaUplinkConfig"),
|
|
1617
|
+
dataflowEndpointConfig: /* @__PURE__ */ __name((value) => ({ dataflowEndpointConfig: (0, import_smithy_client._json)(value) }), "dataflowEndpointConfig"),
|
|
1618
|
+
s3RecordingConfig: /* @__PURE__ */ __name((value) => ({ s3RecordingConfig: (0, import_smithy_client._json)(value) }), "s3RecordingConfig"),
|
|
1619
|
+
trackingConfig: /* @__PURE__ */ __name((value) => ({ trackingConfig: (0, import_smithy_client._json)(value) }), "trackingConfig"),
|
|
1620
|
+
uplinkEchoConfig: /* @__PURE__ */ __name((value) => ({ uplinkEchoConfig: (0, import_smithy_client._json)(value) }), "uplinkEchoConfig"),
|
|
1621
|
+
_: /* @__PURE__ */ __name((name, value) => ({ [name]: value }), "_")
|
|
1637
1622
|
});
|
|
1638
1623
|
}, "se_ConfigTypeData");
|
|
1639
1624
|
var se_Eirp = /* @__PURE__ */ __name((input, context) => {
|
|
@@ -1644,9 +1629,9 @@ var se_Eirp = /* @__PURE__ */ __name((input, context) => {
|
|
|
1644
1629
|
}, "se_Eirp");
|
|
1645
1630
|
var se_EphemerisData = /* @__PURE__ */ __name((input, context) => {
|
|
1646
1631
|
return EphemerisData.visit(input, {
|
|
1647
|
-
oem: (value) => ({ oem: (0, import_smithy_client._json)(value) }),
|
|
1648
|
-
tle: (value) => ({ tle: se_TLEEphemeris(value, context) }),
|
|
1649
|
-
_: (name, value) => ({ [name]: value })
|
|
1632
|
+
oem: /* @__PURE__ */ __name((value) => ({ oem: (0, import_smithy_client._json)(value) }), "oem"),
|
|
1633
|
+
tle: /* @__PURE__ */ __name((value) => ({ tle: se_TLEEphemeris(value, context) }), "tle"),
|
|
1634
|
+
_: /* @__PURE__ */ __name((name, value) => ({ [name]: value }), "_")
|
|
1650
1635
|
});
|
|
1651
1636
|
}, "se_EphemerisData");
|
|
1652
1637
|
var se_Frequency = /* @__PURE__ */ __name((input, context) => {
|
|
@@ -1663,22 +1648,22 @@ var se_FrequencyBandwidth = /* @__PURE__ */ __name((input, context) => {
|
|
|
1663
1648
|
}, "se_FrequencyBandwidth");
|
|
1664
1649
|
var se_SpectrumConfig = /* @__PURE__ */ __name((input, context) => {
|
|
1665
1650
|
return (0, import_smithy_client.take)(input, {
|
|
1666
|
-
bandwidth: (_) => se_FrequencyBandwidth(_, context),
|
|
1667
|
-
centerFrequency: (_) => se_Frequency(_, context),
|
|
1651
|
+
bandwidth: /* @__PURE__ */ __name((_) => se_FrequencyBandwidth(_, context), "bandwidth"),
|
|
1652
|
+
centerFrequency: /* @__PURE__ */ __name((_) => se_Frequency(_, context), "centerFrequency"),
|
|
1668
1653
|
polarization: []
|
|
1669
1654
|
});
|
|
1670
1655
|
}, "se_SpectrumConfig");
|
|
1671
1656
|
var se_TimeRange = /* @__PURE__ */ __name((input, context) => {
|
|
1672
1657
|
return (0, import_smithy_client.take)(input, {
|
|
1673
|
-
endTime: (_) => _.getTime() / 1e3,
|
|
1674
|
-
startTime: (_) => _.getTime() / 1e3
|
|
1658
|
+
endTime: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "endTime"),
|
|
1659
|
+
startTime: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "startTime")
|
|
1675
1660
|
});
|
|
1676
1661
|
}, "se_TimeRange");
|
|
1677
1662
|
var se_TLEData = /* @__PURE__ */ __name((input, context) => {
|
|
1678
1663
|
return (0, import_smithy_client.take)(input, {
|
|
1679
1664
|
tleLine1: [],
|
|
1680
1665
|
tleLine2: [],
|
|
1681
|
-
validTimeRange: (_) => se_TimeRange(_, context)
|
|
1666
|
+
validTimeRange: /* @__PURE__ */ __name((_) => se_TimeRange(_, context), "validTimeRange")
|
|
1682
1667
|
});
|
|
1683
1668
|
}, "se_TLEData");
|
|
1684
1669
|
var se_TLEDataList = /* @__PURE__ */ __name((input, context) => {
|
|
@@ -1689,31 +1674,31 @@ var se_TLEDataList = /* @__PURE__ */ __name((input, context) => {
|
|
|
1689
1674
|
var se_TLEEphemeris = /* @__PURE__ */ __name((input, context) => {
|
|
1690
1675
|
return (0, import_smithy_client.take)(input, {
|
|
1691
1676
|
s3Object: import_smithy_client._json,
|
|
1692
|
-
tleData: (_) => se_TLEDataList(_, context)
|
|
1677
|
+
tleData: /* @__PURE__ */ __name((_) => se_TLEDataList(_, context), "tleData")
|
|
1693
1678
|
});
|
|
1694
1679
|
}, "se_TLEEphemeris");
|
|
1695
1680
|
var se_UplinkSpectrumConfig = /* @__PURE__ */ __name((input, context) => {
|
|
1696
1681
|
return (0, import_smithy_client.take)(input, {
|
|
1697
|
-
centerFrequency: (_) => se_Frequency(_, context),
|
|
1682
|
+
centerFrequency: /* @__PURE__ */ __name((_) => se_Frequency(_, context), "centerFrequency"),
|
|
1698
1683
|
polarization: []
|
|
1699
1684
|
});
|
|
1700
1685
|
}, "se_UplinkSpectrumConfig");
|
|
1701
1686
|
var de_AntennaDownlinkConfig = /* @__PURE__ */ __name((output, context) => {
|
|
1702
1687
|
return (0, import_smithy_client.take)(output, {
|
|
1703
|
-
spectrumConfig: (_) => de_SpectrumConfig(_, context)
|
|
1688
|
+
spectrumConfig: /* @__PURE__ */ __name((_) => de_SpectrumConfig(_, context), "spectrumConfig")
|
|
1704
1689
|
});
|
|
1705
1690
|
}, "de_AntennaDownlinkConfig");
|
|
1706
1691
|
var de_AntennaDownlinkDemodDecodeConfig = /* @__PURE__ */ __name((output, context) => {
|
|
1707
1692
|
return (0, import_smithy_client.take)(output, {
|
|
1708
1693
|
decodeConfig: import_smithy_client._json,
|
|
1709
1694
|
demodulationConfig: import_smithy_client._json,
|
|
1710
|
-
spectrumConfig: (_) => de_SpectrumConfig(_, context)
|
|
1695
|
+
spectrumConfig: /* @__PURE__ */ __name((_) => de_SpectrumConfig(_, context), "spectrumConfig")
|
|
1711
1696
|
});
|
|
1712
1697
|
}, "de_AntennaDownlinkDemodDecodeConfig");
|
|
1713
1698
|
var de_AntennaUplinkConfig = /* @__PURE__ */ __name((output, context) => {
|
|
1714
1699
|
return (0, import_smithy_client.take)(output, {
|
|
1715
|
-
spectrumConfig: (_) => de_UplinkSpectrumConfig(_, context),
|
|
1716
|
-
targetEirp: (_) => de_Eirp(_, context),
|
|
1700
|
+
spectrumConfig: /* @__PURE__ */ __name((_) => de_UplinkSpectrumConfig(_, context), "spectrumConfig"),
|
|
1701
|
+
targetEirp: /* @__PURE__ */ __name((_) => de_Eirp(_, context), "targetEirp"),
|
|
1717
1702
|
transmitDisabled: import_smithy_client.expectBoolean
|
|
1718
1703
|
});
|
|
1719
1704
|
}, "de_AntennaUplinkConfig");
|
|
@@ -1762,19 +1747,19 @@ var de_ContactData = /* @__PURE__ */ __name((output, context) => {
|
|
|
1762
1747
|
return (0, import_smithy_client.take)(output, {
|
|
1763
1748
|
contactId: import_smithy_client.expectString,
|
|
1764
1749
|
contactStatus: import_smithy_client.expectString,
|
|
1765
|
-
endTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1750
|
+
endTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "endTime"),
|
|
1766
1751
|
errorMessage: import_smithy_client.expectString,
|
|
1767
1752
|
groundStation: import_smithy_client.expectString,
|
|
1768
|
-
maximumElevation: (_) => de_Elevation(_, context),
|
|
1753
|
+
maximumElevation: /* @__PURE__ */ __name((_) => de_Elevation(_, context), "maximumElevation"),
|
|
1769
1754
|
missionProfileArn: import_smithy_client.expectString,
|
|
1770
|
-
postPassEndTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1771
|
-
prePassStartTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1755
|
+
postPassEndTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "postPassEndTime"),
|
|
1756
|
+
prePassStartTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "prePassStartTime"),
|
|
1772
1757
|
region: import_smithy_client.expectString,
|
|
1773
1758
|
satelliteArn: import_smithy_client.expectString,
|
|
1774
|
-
startTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1759
|
+
startTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "startTime"),
|
|
1775
1760
|
tags: import_smithy_client._json,
|
|
1776
|
-
visibilityEndTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1777
|
-
visibilityStartTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
1761
|
+
visibilityEndTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "visibilityEndTime"),
|
|
1762
|
+
visibilityStartTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "visibilityStartTime")
|
|
1778
1763
|
});
|
|
1779
1764
|
}, "de_ContactData");
|
|
1780
1765
|
var de_ContactList = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -1803,7 +1788,7 @@ var de_EphemeridesList = /* @__PURE__ */ __name((output, context) => {
|
|
|
1803
1788
|
}, "de_EphemeridesList");
|
|
1804
1789
|
var de_EphemerisItem = /* @__PURE__ */ __name((output, context) => {
|
|
1805
1790
|
return (0, import_smithy_client.take)(output, {
|
|
1806
|
-
creationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1791
|
+
creationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationTime"),
|
|
1807
1792
|
enabled: import_smithy_client.expectBoolean,
|
|
1808
1793
|
ephemerisId: import_smithy_client.expectString,
|
|
1809
1794
|
name: import_smithy_client.expectString,
|
|
@@ -1815,7 +1800,7 @@ var de_EphemerisItem = /* @__PURE__ */ __name((output, context) => {
|
|
|
1815
1800
|
var de_EphemerisMetaData = /* @__PURE__ */ __name((output, context) => {
|
|
1816
1801
|
return (0, import_smithy_client.take)(output, {
|
|
1817
1802
|
ephemerisId: import_smithy_client.expectString,
|
|
1818
|
-
epoch: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1803
|
+
epoch: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "epoch"),
|
|
1819
1804
|
name: import_smithy_client.expectString,
|
|
1820
1805
|
source: import_smithy_client.expectString
|
|
1821
1806
|
});
|
|
@@ -1840,7 +1825,7 @@ var de_SatelliteList = /* @__PURE__ */ __name((output, context) => {
|
|
|
1840
1825
|
}, "de_SatelliteList");
|
|
1841
1826
|
var de_SatelliteListItem = /* @__PURE__ */ __name((output, context) => {
|
|
1842
1827
|
return (0, import_smithy_client.take)(output, {
|
|
1843
|
-
currentEphemeris: (_) => de_EphemerisMetaData(_, context),
|
|
1828
|
+
currentEphemeris: /* @__PURE__ */ __name((_) => de_EphemerisMetaData(_, context), "currentEphemeris"),
|
|
1844
1829
|
groundStations: import_smithy_client._json,
|
|
1845
1830
|
noradSatelliteID: import_smithy_client.expectInt32,
|
|
1846
1831
|
satelliteArn: import_smithy_client.expectString,
|
|
@@ -1849,14 +1834,14 @@ var de_SatelliteListItem = /* @__PURE__ */ __name((output, context) => {
|
|
|
1849
1834
|
}, "de_SatelliteListItem");
|
|
1850
1835
|
var de_SpectrumConfig = /* @__PURE__ */ __name((output, context) => {
|
|
1851
1836
|
return (0, import_smithy_client.take)(output, {
|
|
1852
|
-
bandwidth: (_) => de_FrequencyBandwidth(_, context),
|
|
1853
|
-
centerFrequency: (_) => de_Frequency(_, context),
|
|
1837
|
+
bandwidth: /* @__PURE__ */ __name((_) => de_FrequencyBandwidth(_, context), "bandwidth"),
|
|
1838
|
+
centerFrequency: /* @__PURE__ */ __name((_) => de_Frequency(_, context), "centerFrequency"),
|
|
1854
1839
|
polarization: import_smithy_client.expectString
|
|
1855
1840
|
});
|
|
1856
1841
|
}, "de_SpectrumConfig");
|
|
1857
1842
|
var de_UplinkSpectrumConfig = /* @__PURE__ */ __name((output, context) => {
|
|
1858
1843
|
return (0, import_smithy_client.take)(output, {
|
|
1859
|
-
centerFrequency: (_) => de_Frequency(_, context),
|
|
1844
|
+
centerFrequency: /* @__PURE__ */ __name((_) => de_Frequency(_, context), "centerFrequency"),
|
|
1860
1845
|
polarization: import_smithy_client.expectString
|
|
1861
1846
|
});
|
|
1862
1847
|
}, "de_UplinkSpectrumConfig");
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-groundstation",
|
|
3
3
|
"description": "AWS SDK for JavaScript Groundstation Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.772.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-groundstation",
|
|
@@ -20,38 +20,38 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/core": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/core": "3.758.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.772.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.734.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.734.0",
|
|
27
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
27
|
+
"@aws-sdk/middleware-recursion-detection": "3.772.0",
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.758.0",
|
|
29
29
|
"@aws-sdk/region-config-resolver": "3.734.0",
|
|
30
30
|
"@aws-sdk/types": "3.734.0",
|
|
31
31
|
"@aws-sdk/util-endpoints": "3.743.0",
|
|
32
32
|
"@aws-sdk/util-user-agent-browser": "3.734.0",
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.758.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.0.1",
|
|
35
|
-
"@smithy/core": "^3.1.
|
|
35
|
+
"@smithy/core": "^3.1.5",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.0.1",
|
|
37
37
|
"@smithy/hash-node": "^4.0.1",
|
|
38
38
|
"@smithy/invalid-dependency": "^4.0.1",
|
|
39
39
|
"@smithy/middleware-content-length": "^4.0.1",
|
|
40
|
-
"@smithy/middleware-endpoint": "^4.0.
|
|
41
|
-
"@smithy/middleware-retry": "^4.0.
|
|
40
|
+
"@smithy/middleware-endpoint": "^4.0.6",
|
|
41
|
+
"@smithy/middleware-retry": "^4.0.7",
|
|
42
42
|
"@smithy/middleware-serde": "^4.0.2",
|
|
43
43
|
"@smithy/middleware-stack": "^4.0.1",
|
|
44
44
|
"@smithy/node-config-provider": "^4.0.1",
|
|
45
|
-
"@smithy/node-http-handler": "^4.0.
|
|
45
|
+
"@smithy/node-http-handler": "^4.0.3",
|
|
46
46
|
"@smithy/protocol-http": "^5.0.1",
|
|
47
|
-
"@smithy/smithy-client": "^4.1.
|
|
47
|
+
"@smithy/smithy-client": "^4.1.6",
|
|
48
48
|
"@smithy/types": "^4.1.0",
|
|
49
49
|
"@smithy/url-parser": "^4.0.1",
|
|
50
50
|
"@smithy/util-base64": "^4.0.0",
|
|
51
51
|
"@smithy/util-body-length-browser": "^4.0.0",
|
|
52
52
|
"@smithy/util-body-length-node": "^4.0.0",
|
|
53
|
-
"@smithy/util-defaults-mode-browser": "^4.0.
|
|
54
|
-
"@smithy/util-defaults-mode-node": "^4.0.
|
|
53
|
+
"@smithy/util-defaults-mode-browser": "^4.0.7",
|
|
54
|
+
"@smithy/util-defaults-mode-node": "^4.0.7",
|
|
55
55
|
"@smithy/util-endpoints": "^3.0.1",
|
|
56
56
|
"@smithy/util-middleware": "^4.0.1",
|
|
57
57
|
"@smithy/util-retry": "^4.0.1",
|