@aws-sdk/client-groundstation 3.1031.0 → 3.1033.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +35 -0
- package/dist-cjs/endpoint/bdd.js +49 -0
- package/dist-cjs/endpoint/endpointResolver.js +2 -2
- package/dist-cjs/index.js +158 -2
- package/dist-cjs/schemas/schemas_0.js +174 -13
- package/dist-es/GroundStation.js +18 -0
- package/dist-es/commands/DescribeContactVersionCommand.js +16 -0
- package/dist-es/commands/ListAntennasCommand.js +16 -0
- package/dist-es/commands/ListContactVersionsCommand.js +16 -0
- package/dist-es/commands/ListGroundStationReservationsCommand.js +16 -0
- package/dist-es/commands/UpdateContactCommand.js +16 -0
- package/dist-es/commands/index.js +5 -0
- package/dist-es/endpoint/bdd.js +46 -0
- package/dist-es/endpoint/endpointResolver.js +3 -3
- package/dist-es/models/enums.js +28 -0
- package/dist-es/pagination/ListAntennasPaginator.js +4 -0
- package/dist-es/pagination/ListContactVersionsPaginator.js +4 -0
- package/dist-es/pagination/ListGroundStationReservationsPaginator.js +4 -0
- package/dist-es/pagination/index.js +3 -0
- package/dist-es/schemas/schemas_0.js +169 -9
- package/dist-es/waiters/index.js +1 -0
- package/dist-es/waiters/waitForContactUpdated.js +40 -0
- package/dist-types/GroundStation.d.ts +62 -0
- package/dist-types/GroundStationClient.d.ts +7 -2
- package/dist-types/commands/CancelContactCommand.d.ts +1 -0
- package/dist-types/commands/DescribeContactCommand.d.ts +18 -0
- package/dist-types/commands/DescribeContactVersionCommand.d.ts +331 -0
- package/dist-types/commands/ListAntennasCommand.d.ts +89 -0
- package/dist-types/commands/ListContactVersionsCommand.d.ts +99 -0
- package/dist-types/commands/ListContactsCommand.d.ts +12 -0
- package/dist-types/commands/ListGroundStationReservationsCommand.d.ts +104 -0
- package/dist-types/commands/ReserveContactCommand.d.ts +7 -0
- package/dist-types/commands/UpdateContactCommand.d.ts +102 -0
- package/dist-types/commands/index.d.ts +5 -0
- package/dist-types/endpoint/bdd.d.ts +2 -0
- package/dist-types/models/enums.d.ts +77 -5
- package/dist-types/models/errors.d.ts +3 -3
- package/dist-types/models/models_0.d.ts +572 -64
- package/dist-types/pagination/ListAntennasPaginator.d.ts +7 -0
- package/dist-types/pagination/ListContactVersionsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListGroundStationReservationsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +3 -0
- package/dist-types/schemas/schemas_0.d.ts +23 -0
- package/dist-types/ts3.4/GroundStation.d.ts +115 -0
- package/dist-types/ts3.4/GroundStationClient.d.ts +30 -0
- package/dist-types/ts3.4/commands/DescribeContactVersionCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListAntennasCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/ListContactVersionsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListGroundStationReservationsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateContactCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/index.d.ts +5 -0
- package/dist-types/ts3.4/endpoint/bdd.d.ts +2 -0
- package/dist-types/ts3.4/models/enums.d.ts +35 -0
- package/dist-types/ts3.4/models/models_0.d.ts +154 -1
- package/dist-types/ts3.4/pagination/ListAntennasPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListContactVersionsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListGroundStationReservationsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +3 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +23 -0
- package/dist-types/ts3.4/waiters/index.d.ts +1 -0
- package/dist-types/ts3.4/waiters/waitForContactUpdated.d.ts +11 -0
- package/dist-types/waiters/index.d.ts +1 -0
- package/dist-types/waiters/waitForContactUpdated.d.ts +14 -0
- package/package.json +5 -5
- package/dist-cjs/endpoint/ruleset.js +0 -7
- package/dist-es/endpoint/ruleset.js +0 -4
- package/dist-types/endpoint/ruleset.d.ts +0 -2
- package/dist-types/ts3.4/endpoint/ruleset.d.ts +0 -2
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
exports.
|
|
5
|
-
exports.
|
|
6
|
-
exports.
|
|
3
|
+
exports.DescribeContactResponse$ = exports.DescribeContactRequest$ = exports.DemodulationConfig$ = exports.DeleteMissionProfileRequest$ = exports.DeleteEphemerisRequest$ = exports.DeleteDataflowEndpointGroupRequest$ = exports.DeleteConfigRequest$ = exports.DecodeConfig$ = exports.DataflowEndpointListItem$ = exports.DataflowEndpointGroupIdResponse$ = exports.DataflowEndpointConfig$ = exports.DataflowEndpoint$ = exports.DataflowDetail$ = exports.CreateMissionProfileRequest$ = exports.CreateEphemerisRequest$ = exports.CreateDataflowEndpointGroupV2Response$ = exports.CreateDataflowEndpointGroupV2Request$ = exports.CreateDataflowEndpointGroupRequest$ = exports.CreateConfigRequest$ = exports.ContactVersion$ = exports.ContactReservationDetails$ = exports.ContactIdResponse$ = exports.ContactData$ = exports.ConnectionDetails$ = exports.ConfigListItem$ = exports.ConfigIdResponse$ = exports.ComponentVersion$ = exports.ComponentStatusData$ = exports.CancelContactRequest$ = exports.AzElSegments$ = exports.AzElSegment$ = exports.AzElProgramTrackSettings$ = exports.AzElEphemerisFilter$ = exports.AzElEphemeris$ = exports.AwsGroundStationAgentEndpoint$ = exports.AntennaUplinkConfig$ = exports.AntennaListItem$ = exports.AntennaDownlinkDemodDecodeConfig$ = exports.AntennaDownlinkConfig$ = exports.AntennaDemodDecodeDetails$ = exports.AggregateStatus$ = exports.AgentDetails$ = exports.errorTypeRegistries = exports.ServiceQuotaExceededException$ = exports.ResourceNotFoundException$ = exports.ResourceLimitExceededException$ = exports.ResourceInUseException$ = exports.InvalidParameterException$ = exports.DependencyException$ = exports.GroundStationServiceException$ = void 0;
|
|
4
|
+
exports.ListEphemeridesRequest$ = exports.ListDataflowEndpointGroupsResponse$ = exports.ListDataflowEndpointGroupsRequest$ = exports.ListContactVersionsResponse$ = exports.ListContactVersionsRequest$ = exports.ListContactsResponse$ = exports.ListContactsRequest$ = exports.ListConfigsResponse$ = exports.ListConfigsRequest$ = exports.ListAntennasResponse$ = exports.ListAntennasRequest$ = exports.KinesisDataStreamData$ = exports.ISO8601TimeRange$ = exports.IntegerRange$ = exports.GroundStationReservationListItem$ = exports.GroundStationData$ = exports.GetSatelliteResponse$ = exports.GetSatelliteRequest$ = exports.GetMissionProfileResponse$ = exports.GetMissionProfileRequest$ = exports.GetMinuteUsageResponse$ = exports.GetMinuteUsageRequest$ = exports.GetDataflowEndpointGroupResponse$ = exports.GetDataflowEndpointGroupRequest$ = exports.GetConfigResponse$ = exports.GetConfigRequest$ = exports.GetAgentTaskResponseUrlResponse$ = exports.GetAgentTaskResponseUrlRequest$ = exports.GetAgentConfigurationResponse$ = exports.GetAgentConfigurationRequest$ = exports.FrequencyBandwidth$ = exports.Frequency$ = exports.EphemerisResponseData$ = exports.EphemerisMetaData$ = exports.EphemerisItem$ = exports.EphemerisIdResponse$ = exports.EphemerisErrorReason$ = exports.EphemerisDescription$ = exports.EndpointDetails$ = exports.Elevation$ = exports.Eirp$ = exports.DownlinkConnectionDetails$ = exports.DownlinkAwsGroundStationAgentEndpointDetails$ = exports.DownlinkAwsGroundStationAgentEndpoint$ = exports.DiscoveryData$ = exports.Destination$ = exports.DescribeEphemerisResponse$ = exports.DescribeEphemerisRequest$ = exports.DescribeContactVersionResponse$ = exports.DescribeContactVersionRequest$ = void 0;
|
|
5
|
+
exports.UplinkAwsGroundStationAgentEndpointDetails$ = exports.UplinkAwsGroundStationAgentEndpoint$ = exports.UpdateMissionProfileRequest$ = exports.UpdateEphemerisRequest$ = exports.UpdateContactResponse$ = exports.UpdateContactRequest$ = exports.UpdateConfigRequest$ = exports.UpdateAgentStatusResponse$ = exports.UpdateAgentStatusRequest$ = exports.UntagResourceResponse$ = exports.UntagResourceRequest$ = exports.TrackingOverrides$ = exports.TrackingConfig$ = exports.TleProgramTrackSettings$ = exports.TLEEphemeris$ = exports.TLEData$ = exports.TimeRange$ = exports.TimeAzEl$ = exports.TelemetrySinkConfig$ = exports.TagResourceResponse$ = exports.TagResourceRequest$ = exports.SpectrumConfig$ = exports.Source$ = exports.SocketAddress$ = exports.SecurityDetails$ = exports.SatelliteListItem$ = exports.S3RecordingDetails$ = exports.S3RecordingConfig$ = exports.S3Object$ = exports.ReserveContactRequest$ = exports.RegisterAgentResponse$ = exports.RegisterAgentRequest$ = exports.RangedSocketAddress$ = exports.RangedConnectionDetails$ = exports.OemProgramTrackSettings$ = exports.OEMEphemeris$ = exports.MissionProfileListItem$ = exports.MissionProfileIdResponse$ = exports.MaintenanceReservationDetails$ = exports.ListTagsForResourceResponse$ = exports.ListTagsForResourceRequest$ = exports.ListSatellitesResponse$ = exports.ListSatellitesRequest$ = exports.ListMissionProfilesResponse$ = exports.ListMissionProfilesRequest$ = exports.ListGroundStationsResponse$ = exports.ListGroundStationsRequest$ = exports.ListGroundStationReservationsResponse$ = exports.ListGroundStationReservationsRequest$ = exports.ListEphemeridesResponse$ = void 0;
|
|
6
|
+
exports.TagResource$ = exports.ReserveContact$ = exports.RegisterAgent$ = exports.ListTagsForResource$ = exports.ListSatellites$ = exports.ListMissionProfiles$ = exports.ListGroundStations$ = exports.ListGroundStationReservations$ = exports.ListEphemerides$ = exports.ListDataflowEndpointGroups$ = exports.ListContactVersions$ = exports.ListContacts$ = exports.ListConfigs$ = exports.ListAntennas$ = exports.GetSatellite$ = exports.GetMissionProfile$ = exports.GetMinuteUsage$ = exports.GetDataflowEndpointGroup$ = exports.GetConfig$ = exports.GetAgentTaskResponseUrl$ = exports.GetAgentConfiguration$ = exports.DescribeEphemeris$ = exports.DescribeContactVersion$ = exports.DescribeContact$ = exports.DeleteMissionProfile$ = exports.DeleteEphemeris$ = exports.DeleteDataflowEndpointGroup$ = exports.DeleteConfig$ = exports.CreateMissionProfile$ = exports.CreateEphemeris$ = exports.CreateDataflowEndpointGroupV2$ = exports.CreateDataflowEndpointGroup$ = exports.CreateConfig$ = exports.CancelContact$ = exports.UplinkDataflowDetails$ = exports.TelemetrySinkData$ = exports.ReservationDetails$ = exports.ProgramTrackSettings$ = exports.KmsKey$ = exports.EphemerisTypeDescription$ = exports.EphemerisFilter$ = exports.EphemerisData$ = exports.DownlinkDataflowDetails$ = exports.CreateEndpointDetails$ = exports.ConfigTypeData$ = exports.ConfigDetails$ = exports.AzElSegmentsData$ = exports.UplinkSpectrumConfig$ = exports.UplinkEchoConfig$ = exports.UplinkConnectionDetails$ = void 0;
|
|
7
|
+
exports.UpdateMissionProfile$ = exports.UpdateEphemeris$ = exports.UpdateContact$ = exports.UpdateConfig$ = exports.UpdateAgentStatus$ = exports.UntagResource$ = void 0;
|
|
7
8
|
const _AD = "AgentDetails";
|
|
8
9
|
const _ADC = "AntennaDownlinkConfig";
|
|
9
10
|
const _ADDD = "AntennaDemodDecodeDetails";
|
|
@@ -16,6 +17,8 @@ const _AESD = "AzElSegmentsData";
|
|
|
16
17
|
const _AESL = "AzElSegmentList";
|
|
17
18
|
const _AESz = "AzElSegments";
|
|
18
19
|
const _AGSAE = "AwsGroundStationAgentEndpoint";
|
|
20
|
+
const _AL = "AntennaList";
|
|
21
|
+
const _ALI = "AntennaListItem";
|
|
19
22
|
const _AS = "AggregateStatus";
|
|
20
23
|
const _AUC = "AntennaUplinkConfig";
|
|
21
24
|
const _CC = "CancelContact";
|
|
@@ -41,11 +44,14 @@ const _CLI = "ConfigListItem";
|
|
|
41
44
|
const _CLo = "ContactList";
|
|
42
45
|
const _CMP = "CreateMissionProfile";
|
|
43
46
|
const _CMPR = "CreateMissionProfileRequest";
|
|
47
|
+
const _CRD = "ContactReservationDetails";
|
|
44
48
|
const _CSD = "ComponentStatusData";
|
|
45
49
|
const _CSL = "ComponentStatusList";
|
|
46
50
|
const _CTD = "ConfigTypeData";
|
|
47
51
|
const _CV = "ComponentVersion";
|
|
48
52
|
const _CVL = "ComponentVersionList";
|
|
53
|
+
const _CVLo = "ContactVersionsList";
|
|
54
|
+
const _CVo = "ContactVersion";
|
|
49
55
|
const _D = "Destination";
|
|
50
56
|
const _DAGSAE = "DownlinkAwsGroundStationAgentEndpoint";
|
|
51
57
|
const _DAGSAED = "DownlinkAwsGroundStationAgentEndpointDetails";
|
|
@@ -54,6 +60,9 @@ const _DCD = "DownlinkConnectionDetails";
|
|
|
54
60
|
const _DCR = "DeleteConfigRequest";
|
|
55
61
|
const _DCRe = "DescribeContactRequest";
|
|
56
62
|
const _DCRes = "DescribeContactResponse";
|
|
63
|
+
const _DCV = "DescribeContactVersion";
|
|
64
|
+
const _DCVR = "DescribeContactVersionRequest";
|
|
65
|
+
const _DCVRe = "DescribeContactVersionResponse";
|
|
57
66
|
const _DCe = "DemodulationConfig";
|
|
58
67
|
const _DCel = "DeleteConfig";
|
|
59
68
|
const _DCes = "DescribeContact";
|
|
@@ -116,17 +125,25 @@ const _GS = "GetSatellite";
|
|
|
116
125
|
const _GSD = "GroundStationData";
|
|
117
126
|
const _GSL = "GroundStationList";
|
|
118
127
|
const _GSR = "GetSatelliteRequest";
|
|
128
|
+
const _GSRL = "GroundStationReservationList";
|
|
129
|
+
const _GSRLI = "GroundStationReservationListItem";
|
|
119
130
|
const _GSRe = "GetSatelliteResponse";
|
|
120
131
|
const _IPE = "InvalidParameterException";
|
|
121
132
|
const _IR = "IntegerRange";
|
|
122
133
|
const _ISOTR = "ISO8601TimeRange";
|
|
123
134
|
const _KDSD = "KinesisDataStreamData";
|
|
124
135
|
const _KK = "KmsKey";
|
|
136
|
+
const _LA = "ListAntennas";
|
|
137
|
+
const _LAR = "ListAntennasRequest";
|
|
138
|
+
const _LARi = "ListAntennasResponse";
|
|
125
139
|
const _LC = "ListConfigs";
|
|
126
140
|
const _LCR = "ListConfigsRequest";
|
|
127
141
|
const _LCRi = "ListConfigsResponse";
|
|
128
142
|
const _LCRis = "ListContactsRequest";
|
|
129
143
|
const _LCRist = "ListContactsResponse";
|
|
144
|
+
const _LCV = "ListContactVersions";
|
|
145
|
+
const _LCVR = "ListContactVersionsRequest";
|
|
146
|
+
const _LCVRi = "ListContactVersionsResponse";
|
|
130
147
|
const _LCi = "ListContacts";
|
|
131
148
|
const _LDEG = "ListDataflowEndpointGroups";
|
|
132
149
|
const _LDEGR = "ListDataflowEndpointGroupsRequest";
|
|
@@ -136,7 +153,10 @@ const _LER = "ListEphemeridesRequest";
|
|
|
136
153
|
const _LERi = "ListEphemeridesResponse";
|
|
137
154
|
const _LGS = "ListGroundStations";
|
|
138
155
|
const _LGSR = "ListGroundStationsRequest";
|
|
156
|
+
const _LGSRR = "ListGroundStationReservationsRequest";
|
|
157
|
+
const _LGSRRi = "ListGroundStationReservationsResponse";
|
|
139
158
|
const _LGSRi = "ListGroundStationsResponse";
|
|
159
|
+
const _LGSRis = "ListGroundStationReservations";
|
|
140
160
|
const _LMP = "ListMissionProfiles";
|
|
141
161
|
const _LMPR = "ListMissionProfilesRequest";
|
|
142
162
|
const _LMPRi = "ListMissionProfilesResponse";
|
|
@@ -149,7 +169,9 @@ const _LTFRRi = "ListTagsForResourceResponse";
|
|
|
149
169
|
const _MPIR = "MissionProfileIdResponse";
|
|
150
170
|
const _MPL = "MissionProfileList";
|
|
151
171
|
const _MPLI = "MissionProfileListItem";
|
|
172
|
+
const _MRD = "MaintenanceReservationDetails";
|
|
152
173
|
const _OEME = "OEMEphemeris";
|
|
174
|
+
const _OPTS = "OemProgramTrackSettings";
|
|
153
175
|
const _PTS = "ProgramTrackSettings";
|
|
154
176
|
const _RA = "RegisterAgent";
|
|
155
177
|
const _RAR = "RegisterAgentRequest";
|
|
@@ -157,6 +179,7 @@ const _RARe = "RegisterAgentResponse";
|
|
|
157
179
|
const _RC = "ReserveContact";
|
|
158
180
|
const _RCD = "RangedConnectionDetails";
|
|
159
181
|
const _RCR = "ReserveContactRequest";
|
|
182
|
+
const _RD = "ReservationDetails";
|
|
160
183
|
const _RIUE = "ResourceInUseException";
|
|
161
184
|
const _RLEE = "ResourceLimitExceededException";
|
|
162
185
|
const _RNFE = "ResourceNotFoundException";
|
|
@@ -178,6 +201,7 @@ const _TLED = "TLEData";
|
|
|
178
201
|
const _TLEDL = "TLEDataList";
|
|
179
202
|
const _TLEE = "TLEEphemeris";
|
|
180
203
|
const _TO = "TrackingOverrides";
|
|
204
|
+
const _TPTS = "TleProgramTrackSettings";
|
|
181
205
|
const _TR = "TimeRange";
|
|
182
206
|
const _TRR = "TagResourceRequest";
|
|
183
207
|
const _TRRa = "TagResourceResponse";
|
|
@@ -192,6 +216,9 @@ const _UASRp = "UpdateAgentStatusResponse";
|
|
|
192
216
|
const _UC = "UpdateConfig";
|
|
193
217
|
const _UCD = "UplinkConnectionDetails";
|
|
194
218
|
const _UCR = "UpdateConfigRequest";
|
|
219
|
+
const _UCRp = "UpdateContactRequest";
|
|
220
|
+
const _UCRpd = "UpdateContactResponse";
|
|
221
|
+
const _UCp = "UpdateContact";
|
|
195
222
|
const _UDD = "UplinkDataflowDetails";
|
|
196
223
|
const _UE = "UpdateEphemeris";
|
|
197
224
|
const _UEC = "UplinkEchoConfig";
|
|
@@ -202,7 +229,7 @@ const _UR = "UntagResource";
|
|
|
202
229
|
const _URR = "UntagResourceRequest";
|
|
203
230
|
const _URRn = "UntagResourceResponse";
|
|
204
231
|
const _USC = "UplinkSpectrumConfig";
|
|
205
|
-
const _a = "
|
|
232
|
+
const _a = "activated";
|
|
206
233
|
const _aCC = "agentCpuCores";
|
|
207
234
|
const _aCD = "agentConnectionDetails";
|
|
208
235
|
const _aD = "agentDetails";
|
|
@@ -216,6 +243,8 @@ const _aESL = "azElSegmentList";
|
|
|
216
243
|
const _aGSAE = "awsGroundStationAgentEndpoint";
|
|
217
244
|
const _aI = "agentId";
|
|
218
245
|
const _aIAPA = "agentIpAndPortAddress";
|
|
246
|
+
const _aL = "antennaList";
|
|
247
|
+
const _aN = "antennaName";
|
|
219
248
|
const _aR = "auditResults";
|
|
220
249
|
const _aS = "agentStatus";
|
|
221
250
|
const _aSg = "aggregateStatus";
|
|
@@ -223,6 +252,7 @@ const _aU = "angleUnit";
|
|
|
223
252
|
const _aUC = "antennaUplinkConfig";
|
|
224
253
|
const _aUCA = "antennaUplinkConfigArn";
|
|
225
254
|
const _aV = "agentVersion";
|
|
255
|
+
const _ad = "address";
|
|
226
256
|
const _au = "autotrack";
|
|
227
257
|
const _az = "az";
|
|
228
258
|
const _b = "bucket";
|
|
@@ -247,9 +277,13 @@ const _cPPDSo = "contactPostPassDurationSeconds";
|
|
|
247
277
|
const _cS = "contactStatus";
|
|
248
278
|
const _cSo = "componentStatuses";
|
|
249
279
|
const _cT = "componentType";
|
|
280
|
+
const _cTl = "clientToken";
|
|
250
281
|
const _cTo = "configType";
|
|
251
282
|
const _cTr = "creationTime";
|
|
252
283
|
const _cV = "componentVersions";
|
|
284
|
+
const _cVL = "contactVersionsList";
|
|
285
|
+
const _co = "contact";
|
|
286
|
+
const _cr = "created";
|
|
253
287
|
const _d = "data";
|
|
254
288
|
const _dAGSAE = "downlinkAwsGroundStationAgentEndpoint";
|
|
255
289
|
const _dC = "demodulationConfig";
|
|
@@ -290,6 +324,8 @@ const _end = "endpoint";
|
|
|
290
324
|
const _ep = "ephemeris";
|
|
291
325
|
const _eph = "ephemerides";
|
|
292
326
|
const _epo = "epoch";
|
|
327
|
+
const _fC = "failureCodes";
|
|
328
|
+
const _fM = "failureMessage";
|
|
293
329
|
const _gS = "groundStation";
|
|
294
330
|
const _gSI = "groundStationId";
|
|
295
331
|
const _gSL = "groundStationList";
|
|
@@ -315,14 +351,17 @@ const _kDSD = "kinesisDataStreamData";
|
|
|
315
351
|
const _kKA = "kmsKeyArn";
|
|
316
352
|
const _kRA = "kinesisRoleArn";
|
|
317
353
|
const _kT = "keyTemplate";
|
|
354
|
+
const _lU = "lastUpdated";
|
|
318
355
|
const _m = "message";
|
|
319
356
|
const _mE = "maximumElevation";
|
|
320
357
|
const _mPA = "missionProfileArn";
|
|
321
358
|
const _mPI = "missionProfileId";
|
|
322
359
|
const _mPL = "missionProfileList";
|
|
323
360
|
const _mR = "maxResults";
|
|
361
|
+
const _mT = "maintenanceType";
|
|
324
362
|
const _mVCDS = "minimumViableContactDurationSeconds";
|
|
325
363
|
const _ma = "maximum";
|
|
364
|
+
const _mai = "maintenance";
|
|
326
365
|
const _mi = "minimum";
|
|
327
366
|
const _mo = "month";
|
|
328
367
|
const _mt = "mtu";
|
|
@@ -349,7 +388,11 @@ const _r = "region";
|
|
|
349
388
|
const _rA = "resourceArn";
|
|
350
389
|
const _rAo = "roleArn";
|
|
351
390
|
const _rCC = "reservedCpuCores";
|
|
391
|
+
const _rD = "reservationDetails";
|
|
352
392
|
const _rE = "referenceEpoch";
|
|
393
|
+
const _rL = "reservationList";
|
|
394
|
+
const _rT = "reservationType";
|
|
395
|
+
const _rTe = "reservationTypes";
|
|
353
396
|
const _s = "smithy.ts.sdk.synthetic.com.amazonaws.groundstation";
|
|
354
397
|
const _sA = "socketAddress";
|
|
355
398
|
const _sAa = "satelliteArn";
|
|
@@ -372,6 +415,7 @@ const _sa = "satellites";
|
|
|
372
415
|
const _se = "server";
|
|
373
416
|
const _so = "source";
|
|
374
417
|
const _st = "status";
|
|
418
|
+
const _su = "superseded";
|
|
375
419
|
const _t = "tags";
|
|
376
420
|
const _tC = "trackingConfig";
|
|
377
421
|
const _tCA = "trackingConfigArn";
|
|
@@ -399,6 +443,7 @@ const _uMS = "upcomingMinutesScheduled";
|
|
|
399
443
|
const _un = "unit";
|
|
400
444
|
const _v = "versions";
|
|
401
445
|
const _vET = "visibilityEndTime";
|
|
446
|
+
const _vI = "versionId";
|
|
402
447
|
const _vST = "visibilityStartTime";
|
|
403
448
|
const _vTR = "validTimeRange";
|
|
404
449
|
const _va = "value";
|
|
@@ -477,6 +522,11 @@ exports.AntennaDownlinkDemodDecodeConfig$ = [3, n0, _ADDDC,
|
|
|
477
522
|
[_sC, _dC, _dCe],
|
|
478
523
|
[() => exports.SpectrumConfig$, () => exports.DemodulationConfig$, () => exports.DecodeConfig$], 3
|
|
479
524
|
];
|
|
525
|
+
exports.AntennaListItem$ = [3, n0, _ALI,
|
|
526
|
+
0,
|
|
527
|
+
[_gSN, _aN, _r],
|
|
528
|
+
[0, 0, 0], 3
|
|
529
|
+
];
|
|
480
530
|
exports.AntennaUplinkConfig$ = [3, n0, _AUC,
|
|
481
531
|
0,
|
|
482
532
|
[_sC, _tE, _tD],
|
|
@@ -544,14 +594,24 @@ exports.ConnectionDetails$ = [3, n0, _CD,
|
|
|
544
594
|
];
|
|
545
595
|
exports.ContactData$ = [3, n0, _CDo,
|
|
546
596
|
0,
|
|
547
|
-
[_cI, _mPA, _sAa, _sT, _eT, _pPST, _pPET, _gS, _cS, _eM, _mE, _r, _t, _vST, _vET, _ep],
|
|
548
|
-
[0, 0, 0, 4, 4, 4, 4, 0, 0, 0, () => exports.Elevation$, 0, 128 | 0, 4, 4, () => exports.EphemerisResponseData$]
|
|
597
|
+
[_cI, _mPA, _sAa, _sT, _eT, _pPST, _pPET, _gS, _cS, _eM, _mE, _r, _t, _vST, _vET, _ep, _ve],
|
|
598
|
+
[0, 0, 0, 4, 4, 4, 4, 0, 0, 0, () => exports.Elevation$, 0, 128 | 0, 4, 4, () => exports.EphemerisResponseData$, () => exports.ContactVersion$]
|
|
549
599
|
];
|
|
550
600
|
exports.ContactIdResponse$ = [3, n0, _CIRo,
|
|
601
|
+
0,
|
|
602
|
+
[_cI, _vI],
|
|
603
|
+
[0, 1]
|
|
604
|
+
];
|
|
605
|
+
exports.ContactReservationDetails$ = [3, n0, _CRD,
|
|
551
606
|
0,
|
|
552
607
|
[_cI],
|
|
553
608
|
[0]
|
|
554
609
|
];
|
|
610
|
+
exports.ContactVersion$ = [3, n0, _CVo,
|
|
611
|
+
0,
|
|
612
|
+
[_vI, _cr, _a, _su, _lU, _st, _fC, _fM],
|
|
613
|
+
[1, 4, 4, 4, 4, 0, 64 | 0, 0]
|
|
614
|
+
];
|
|
555
615
|
exports.CreateConfigRequest$ = [3, n0, _CCRr,
|
|
556
616
|
0,
|
|
557
617
|
[_n, _cD, _t],
|
|
@@ -589,7 +649,7 @@ exports.DataflowDetail$ = [3, n0, _DD,
|
|
|
589
649
|
];
|
|
590
650
|
exports.DataflowEndpoint$ = [3, n0, _DEa,
|
|
591
651
|
0,
|
|
592
|
-
[_n,
|
|
652
|
+
[_n, _ad, _st, _mt],
|
|
593
653
|
[0, () => exports.SocketAddress$, 0, 1]
|
|
594
654
|
];
|
|
595
655
|
exports.DataflowEndpointConfig$ = [3, n0, _DEC,
|
|
@@ -644,8 +704,18 @@ exports.DescribeContactRequest$ = [3, n0, _DCRe,
|
|
|
644
704
|
];
|
|
645
705
|
exports.DescribeContactResponse$ = [3, n0, _DCRes,
|
|
646
706
|
0,
|
|
647
|
-
[_cI, _mPA, _sAa, _sT, _eT, _pPST, _pPET, _gS, _cS, _eM, _mE, _t, _r, _dL, _vST, _vET, _tO, _ep],
|
|
648
|
-
[0, 0, 0, 4, 4, 4, 4, 0, 0, 0, () => exports.Elevation$, 128 | 0, 0, () => DataflowList, 4, 4, () => exports.TrackingOverrides$, () => exports.EphemerisResponseData$]
|
|
707
|
+
[_cI, _mPA, _sAa, _sT, _eT, _pPST, _pPET, _gS, _cS, _eM, _mE, _t, _r, _dL, _vST, _vET, _tO, _ep, _ve],
|
|
708
|
+
[0, 0, 0, 4, 4, 4, 4, 0, 0, 0, () => exports.Elevation$, 128 | 0, 0, () => DataflowList, 4, 4, () => exports.TrackingOverrides$, () => exports.EphemerisResponseData$, () => exports.ContactVersion$]
|
|
709
|
+
];
|
|
710
|
+
exports.DescribeContactVersionRequest$ = [3, n0, _DCVR,
|
|
711
|
+
0,
|
|
712
|
+
[_cI, _vI],
|
|
713
|
+
[[0, 1], [1, 1]], 2
|
|
714
|
+
];
|
|
715
|
+
exports.DescribeContactVersionResponse$ = [3, n0, _DCVRe,
|
|
716
|
+
0,
|
|
717
|
+
[_cI, _mPA, _sAa, _sT, _eT, _pPST, _pPET, _gS, _cS, _eM, _mE, _t, _r, _dL, _vST, _vET, _tO, _ep, _ve],
|
|
718
|
+
[0, 0, 0, 4, 4, 4, 4, 0, 0, 0, () => exports.Elevation$, 128 | 0, 0, () => DataflowList, 4, 4, () => exports.TrackingOverrides$, () => exports.EphemerisResponseData$, () => exports.ContactVersion$]
|
|
649
719
|
];
|
|
650
720
|
exports.DescribeEphemerisRequest$ = [3, n0, _DERe,
|
|
651
721
|
0,
|
|
@@ -812,6 +882,11 @@ exports.GroundStationData$ = [3, n0, _GSD,
|
|
|
812
882
|
[_gSI, _gSN, _r],
|
|
813
883
|
[0, 0, 0]
|
|
814
884
|
];
|
|
885
|
+
exports.GroundStationReservationListItem$ = [3, n0, _GSRLI,
|
|
886
|
+
0,
|
|
887
|
+
[_rT, _gSI, _aN, _sT, _eT, _rD],
|
|
888
|
+
[0, 0, 0, 4, 4, () => exports.ReservationDetails$], 6
|
|
889
|
+
];
|
|
815
890
|
exports.IntegerRange$ = [3, n0, _IR,
|
|
816
891
|
0,
|
|
817
892
|
[_mi, _ma],
|
|
@@ -827,6 +902,16 @@ exports.KinesisDataStreamData$ = [3, n0, _KDSD,
|
|
|
827
902
|
[_kRA, _kDSA],
|
|
828
903
|
[0, 0], 2
|
|
829
904
|
];
|
|
905
|
+
exports.ListAntennasRequest$ = [3, n0, _LAR,
|
|
906
|
+
0,
|
|
907
|
+
[_gSI, _mR, _nT],
|
|
908
|
+
[[0, 1], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]], 1
|
|
909
|
+
];
|
|
910
|
+
exports.ListAntennasResponse$ = [3, n0, _LARi,
|
|
911
|
+
0,
|
|
912
|
+
[_aL, _nT],
|
|
913
|
+
[() => AntennaList, 0], 1
|
|
914
|
+
];
|
|
830
915
|
exports.ListConfigsRequest$ = [3, n0, _LCR,
|
|
831
916
|
0,
|
|
832
917
|
[_mR, _nT],
|
|
@@ -847,6 +932,16 @@ exports.ListContactsResponse$ = [3, n0, _LCRist,
|
|
|
847
932
|
[_nT, _cLo],
|
|
848
933
|
[0, () => ContactList]
|
|
849
934
|
];
|
|
935
|
+
exports.ListContactVersionsRequest$ = [3, n0, _LCVR,
|
|
936
|
+
0,
|
|
937
|
+
[_cI, _mR, _nT],
|
|
938
|
+
[[0, 1], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]], 1
|
|
939
|
+
];
|
|
940
|
+
exports.ListContactVersionsResponse$ = [3, n0, _LCVRi,
|
|
941
|
+
0,
|
|
942
|
+
[_nT, _cVL],
|
|
943
|
+
[0, () => ContactVersionsList]
|
|
944
|
+
];
|
|
850
945
|
exports.ListDataflowEndpointGroupsRequest$ = [3, n0, _LDEGR,
|
|
851
946
|
0,
|
|
852
947
|
[_mR, _nT],
|
|
@@ -867,6 +962,16 @@ exports.ListEphemeridesResponse$ = [3, n0, _LERi,
|
|
|
867
962
|
[_nT, _eph],
|
|
868
963
|
[0, () => EphemeridesList]
|
|
869
964
|
];
|
|
965
|
+
exports.ListGroundStationReservationsRequest$ = [3, n0, _LGSRR,
|
|
966
|
+
0,
|
|
967
|
+
[_gSI, _sT, _eT, _rTe, _mR, _nT],
|
|
968
|
+
[[0, 1], [7, { [_hQ]: _sT }], [7, { [_hQ]: _eT }], [64 | 0, { [_hQ]: _rTe }], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]], 3
|
|
969
|
+
];
|
|
970
|
+
exports.ListGroundStationReservationsResponse$ = [3, n0, _LGSRRi,
|
|
971
|
+
0,
|
|
972
|
+
[_rL, _nT],
|
|
973
|
+
[() => GroundStationReservationList, 0], 1
|
|
974
|
+
];
|
|
870
975
|
exports.ListGroundStationsRequest$ = [3, n0, _LGSR,
|
|
871
976
|
0,
|
|
872
977
|
[_sI, _mR, _nT],
|
|
@@ -907,6 +1012,11 @@ exports.ListTagsForResourceResponse$ = [3, n0, _LTFRRi,
|
|
|
907
1012
|
[_t],
|
|
908
1013
|
[128 | 0]
|
|
909
1014
|
];
|
|
1015
|
+
exports.MaintenanceReservationDetails$ = [3, n0, _MRD,
|
|
1016
|
+
0,
|
|
1017
|
+
[_mT],
|
|
1018
|
+
[0], 1
|
|
1019
|
+
];
|
|
910
1020
|
exports.MissionProfileIdResponse$ = [3, n0, _MPIR,
|
|
911
1021
|
0,
|
|
912
1022
|
[_mPI],
|
|
@@ -922,6 +1032,11 @@ exports.OEMEphemeris$ = [3, n0, _OEME,
|
|
|
922
1032
|
[_sO, _oD],
|
|
923
1033
|
[() => exports.S3Object$, 0]
|
|
924
1034
|
];
|
|
1035
|
+
exports.OemProgramTrackSettings$ = [3, n0, _OPTS,
|
|
1036
|
+
0,
|
|
1037
|
+
[_eI],
|
|
1038
|
+
[0], 1
|
|
1039
|
+
];
|
|
925
1040
|
exports.RangedConnectionDetails$ = [3, n0, _RCD,
|
|
926
1041
|
0,
|
|
927
1042
|
[_sA, _mt],
|
|
@@ -1022,6 +1137,11 @@ exports.TLEEphemeris$ = [3, n0, _TLEE,
|
|
|
1022
1137
|
[_sO, _tDl],
|
|
1023
1138
|
[() => exports.S3Object$, () => TLEDataList]
|
|
1024
1139
|
];
|
|
1140
|
+
exports.TleProgramTrackSettings$ = [3, n0, _TPTS,
|
|
1141
|
+
0,
|
|
1142
|
+
[_eI],
|
|
1143
|
+
[0], 1
|
|
1144
|
+
];
|
|
1025
1145
|
exports.TrackingConfig$ = [3, n0, _TC,
|
|
1026
1146
|
0,
|
|
1027
1147
|
[_au],
|
|
@@ -1030,7 +1150,7 @@ exports.TrackingConfig$ = [3, n0, _TC,
|
|
|
1030
1150
|
exports.TrackingOverrides$ = [3, n0, _TO,
|
|
1031
1151
|
0,
|
|
1032
1152
|
[_pTS],
|
|
1033
|
-
[() => exports.ProgramTrackSettings$]
|
|
1153
|
+
[() => exports.ProgramTrackSettings$]
|
|
1034
1154
|
];
|
|
1035
1155
|
exports.UntagResourceRequest$ = [3, n0, _URR,
|
|
1036
1156
|
0,
|
|
@@ -1057,6 +1177,16 @@ exports.UpdateConfigRequest$ = [3, n0, _UCR,
|
|
|
1057
1177
|
[_cIo, _n, _cTo, _cD],
|
|
1058
1178
|
[[0, 1], 0, [0, 1], () => exports.ConfigTypeData$], 4
|
|
1059
1179
|
];
|
|
1180
|
+
exports.UpdateContactRequest$ = [3, n0, _UCRp,
|
|
1181
|
+
0,
|
|
1182
|
+
[_cI, _cTl, _tO, _sAa],
|
|
1183
|
+
[[0, 1], [0, 4], () => exports.TrackingOverrides$, 0], 1
|
|
1184
|
+
];
|
|
1185
|
+
exports.UpdateContactResponse$ = [3, n0, _UCRpd,
|
|
1186
|
+
0,
|
|
1187
|
+
[_cI, _vI],
|
|
1188
|
+
[0, 1]
|
|
1189
|
+
];
|
|
1060
1190
|
exports.UpdateEphemerisRequest$ = [3, n0, _UER,
|
|
1061
1191
|
0,
|
|
1062
1192
|
[_eI, _ena, _n, _p],
|
|
@@ -1093,6 +1223,9 @@ exports.UplinkSpectrumConfig$ = [3, n0, _USC,
|
|
|
1093
1223
|
[() => exports.Frequency$, 0], 1
|
|
1094
1224
|
];
|
|
1095
1225
|
var AgentCpuCoresList = 64 | 1;
|
|
1226
|
+
var AntennaList = [1, n0, _AL,
|
|
1227
|
+
0, () => exports.AntennaListItem$
|
|
1228
|
+
];
|
|
1096
1229
|
var AzElSegmentList = [1, n0, _AESL,
|
|
1097
1230
|
0, () => exports.AzElSegment$
|
|
1098
1231
|
];
|
|
@@ -1110,6 +1243,9 @@ var ConfigList = [1, n0, _CL,
|
|
|
1110
1243
|
var ContactList = [1, n0, _CLo,
|
|
1111
1244
|
0, () => exports.ContactData$
|
|
1112
1245
|
];
|
|
1246
|
+
var ContactVersionsList = [1, n0, _CVLo,
|
|
1247
|
+
0, () => exports.ContactVersion$
|
|
1248
|
+
];
|
|
1113
1249
|
var CreateEndpointDetailsList = [1, n0, _CEDL,
|
|
1114
1250
|
0, () => exports.CreateEndpointDetails$
|
|
1115
1251
|
];
|
|
@@ -1137,10 +1273,14 @@ var GroundStationIdList = 64 | 0;
|
|
|
1137
1273
|
var GroundStationList = [1, n0, _GSL,
|
|
1138
1274
|
0, () => exports.GroundStationData$
|
|
1139
1275
|
];
|
|
1276
|
+
var GroundStationReservationList = [1, n0, _GSRL,
|
|
1277
|
+
0, () => exports.GroundStationReservationListItem$
|
|
1278
|
+
];
|
|
1140
1279
|
var IpAddressList = 64 | 0;
|
|
1141
1280
|
var MissionProfileList = [1, n0, _MPL,
|
|
1142
1281
|
0, () => exports.MissionProfileListItem$
|
|
1143
1282
|
];
|
|
1283
|
+
var ReservationTypeFilterList = 64 | 0;
|
|
1144
1284
|
var SatelliteList = [1, n0, _SL,
|
|
1145
1285
|
0, () => exports.SatelliteListItem$
|
|
1146
1286
|
];
|
|
@@ -1154,6 +1294,7 @@ var TimeAzElList = [1, n0, _TAEL,
|
|
|
1154
1294
|
var TLEDataList = [1, n0, _TLEDL,
|
|
1155
1295
|
0, () => exports.TLEData$
|
|
1156
1296
|
];
|
|
1297
|
+
var VersionFailureReasonCodes = 64 | 0;
|
|
1157
1298
|
var VersionStringList = 64 | 0;
|
|
1158
1299
|
var SignatureMap = 128 | 2;
|
|
1159
1300
|
var TagsMap = 128 | 0;
|
|
@@ -1204,8 +1345,13 @@ exports.KmsKey$ = [4, n0, _KK,
|
|
|
1204
1345
|
];
|
|
1205
1346
|
exports.ProgramTrackSettings$ = [4, n0, _PTS,
|
|
1206
1347
|
0,
|
|
1207
|
-
[_aE],
|
|
1208
|
-
[() => exports.AzElProgramTrackSettings$]
|
|
1348
|
+
[_aE, _o, _tl],
|
|
1349
|
+
[() => exports.AzElProgramTrackSettings$, () => exports.OemProgramTrackSettings$, () => exports.TleProgramTrackSettings$]
|
|
1350
|
+
];
|
|
1351
|
+
exports.ReservationDetails$ = [4, n0, _RD,
|
|
1352
|
+
0,
|
|
1353
|
+
[_mai, _co],
|
|
1354
|
+
[() => exports.MaintenanceReservationDetails$, () => exports.ContactReservationDetails$]
|
|
1209
1355
|
];
|
|
1210
1356
|
exports.TelemetrySinkData$ = [4, n0, _TSD,
|
|
1211
1357
|
0,
|
|
@@ -1250,6 +1396,9 @@ exports.DeleteMissionProfile$ = [9, n0, _DMP,
|
|
|
1250
1396
|
exports.DescribeContact$ = [9, n0, _DCes,
|
|
1251
1397
|
{ [_h]: ["GET", "/contact/{contactId}", 200] }, () => exports.DescribeContactRequest$, () => exports.DescribeContactResponse$
|
|
1252
1398
|
];
|
|
1399
|
+
exports.DescribeContactVersion$ = [9, n0, _DCV,
|
|
1400
|
+
{ [_h]: ["GET", "/contact/{contactId}/versions/{versionId}", 200] }, () => exports.DescribeContactVersionRequest$, () => exports.DescribeContactVersionResponse$
|
|
1401
|
+
];
|
|
1253
1402
|
exports.DescribeEphemeris$ = [9, n0, _DEes,
|
|
1254
1403
|
{ [_h]: ["GET", "/ephemeris/{ephemerisId}", 200] }, () => exports.DescribeEphemerisRequest$, () => exports.DescribeEphemerisResponse$
|
|
1255
1404
|
];
|
|
@@ -1274,18 +1423,27 @@ exports.GetMissionProfile$ = [9, n0, _GMP,
|
|
|
1274
1423
|
exports.GetSatellite$ = [9, n0, _GS,
|
|
1275
1424
|
{ [_h]: ["GET", "/satellite/{satelliteId}", 200] }, () => exports.GetSatelliteRequest$, () => exports.GetSatelliteResponse$
|
|
1276
1425
|
];
|
|
1426
|
+
exports.ListAntennas$ = [9, n0, _LA,
|
|
1427
|
+
{ [_h]: ["GET", "/groundstation/{groundStationId}/antenna", 200] }, () => exports.ListAntennasRequest$, () => exports.ListAntennasResponse$
|
|
1428
|
+
];
|
|
1277
1429
|
exports.ListConfigs$ = [9, n0, _LC,
|
|
1278
1430
|
{ [_h]: ["GET", "/config", 200] }, () => exports.ListConfigsRequest$, () => exports.ListConfigsResponse$
|
|
1279
1431
|
];
|
|
1280
1432
|
exports.ListContacts$ = [9, n0, _LCi,
|
|
1281
1433
|
{ [_h]: ["POST", "/contacts", 200] }, () => exports.ListContactsRequest$, () => exports.ListContactsResponse$
|
|
1282
1434
|
];
|
|
1435
|
+
exports.ListContactVersions$ = [9, n0, _LCV,
|
|
1436
|
+
{ [_h]: ["GET", "/contact/{contactId}/versions", 200] }, () => exports.ListContactVersionsRequest$, () => exports.ListContactVersionsResponse$
|
|
1437
|
+
];
|
|
1283
1438
|
exports.ListDataflowEndpointGroups$ = [9, n0, _LDEG,
|
|
1284
1439
|
{ [_h]: ["GET", "/dataflowEndpointGroup", 200] }, () => exports.ListDataflowEndpointGroupsRequest$, () => exports.ListDataflowEndpointGroupsResponse$
|
|
1285
1440
|
];
|
|
1286
1441
|
exports.ListEphemerides$ = [9, n0, _LE,
|
|
1287
1442
|
{ [_h]: ["POST", "/ephemerides", 200] }, () => exports.ListEphemeridesRequest$, () => exports.ListEphemeridesResponse$
|
|
1288
1443
|
];
|
|
1444
|
+
exports.ListGroundStationReservations$ = [9, n0, _LGSRis,
|
|
1445
|
+
{ [_h]: ["GET", "/groundstation/{groundStationId}/reservation", 200] }, () => exports.ListGroundStationReservationsRequest$, () => exports.ListGroundStationReservationsResponse$
|
|
1446
|
+
];
|
|
1289
1447
|
exports.ListGroundStations$ = [9, n0, _LGS,
|
|
1290
1448
|
{ [_h]: ["GET", "/groundstation", 200] }, () => exports.ListGroundStationsRequest$, () => exports.ListGroundStationsResponse$
|
|
1291
1449
|
];
|
|
@@ -1316,6 +1474,9 @@ exports.UpdateAgentStatus$ = [9, n0, _UAS,
|
|
|
1316
1474
|
exports.UpdateConfig$ = [9, n0, _UC,
|
|
1317
1475
|
{ [_h]: ["PUT", "/config/{configType}/{configId}", 200] }, () => exports.UpdateConfigRequest$, () => exports.ConfigIdResponse$
|
|
1318
1476
|
];
|
|
1477
|
+
exports.UpdateContact$ = [9, n0, _UCp,
|
|
1478
|
+
{ [_h]: ["POST", "/contact/{contactId}/versions", 200] }, () => exports.UpdateContactRequest$, () => exports.UpdateContactResponse$
|
|
1479
|
+
];
|
|
1319
1480
|
exports.UpdateEphemeris$ = [9, n0, _UE,
|
|
1320
1481
|
{ [_h]: ["PUT", "/ephemeris/{ephemerisId}", 200] }, () => exports.UpdateEphemerisRequest$, () => exports.EphemerisIdResponse$
|
|
1321
1482
|
];
|
package/dist-es/GroundStation.js
CHANGED
|
@@ -10,6 +10,7 @@ import { DeleteDataflowEndpointGroupCommand, } from "./commands/DeleteDataflowEn
|
|
|
10
10
|
import { DeleteEphemerisCommand, } from "./commands/DeleteEphemerisCommand";
|
|
11
11
|
import { DeleteMissionProfileCommand, } from "./commands/DeleteMissionProfileCommand";
|
|
12
12
|
import { DescribeContactCommand, } from "./commands/DescribeContactCommand";
|
|
13
|
+
import { DescribeContactVersionCommand, } from "./commands/DescribeContactVersionCommand";
|
|
13
14
|
import { DescribeEphemerisCommand, } from "./commands/DescribeEphemerisCommand";
|
|
14
15
|
import { GetAgentConfigurationCommand, } from "./commands/GetAgentConfigurationCommand";
|
|
15
16
|
import { GetAgentTaskResponseUrlCommand, } from "./commands/GetAgentTaskResponseUrlCommand";
|
|
@@ -18,10 +19,13 @@ import { GetDataflowEndpointGroupCommand, } from "./commands/GetDataflowEndpoint
|
|
|
18
19
|
import { GetMinuteUsageCommand, } from "./commands/GetMinuteUsageCommand";
|
|
19
20
|
import { GetMissionProfileCommand, } from "./commands/GetMissionProfileCommand";
|
|
20
21
|
import { GetSatelliteCommand, } from "./commands/GetSatelliteCommand";
|
|
22
|
+
import { ListAntennasCommand, } from "./commands/ListAntennasCommand";
|
|
21
23
|
import { ListConfigsCommand, } from "./commands/ListConfigsCommand";
|
|
22
24
|
import { ListContactsCommand, } from "./commands/ListContactsCommand";
|
|
25
|
+
import { ListContactVersionsCommand, } from "./commands/ListContactVersionsCommand";
|
|
23
26
|
import { ListDataflowEndpointGroupsCommand, } from "./commands/ListDataflowEndpointGroupsCommand";
|
|
24
27
|
import { ListEphemeridesCommand, } from "./commands/ListEphemeridesCommand";
|
|
28
|
+
import { ListGroundStationReservationsCommand, } from "./commands/ListGroundStationReservationsCommand";
|
|
25
29
|
import { ListGroundStationsCommand, } from "./commands/ListGroundStationsCommand";
|
|
26
30
|
import { ListMissionProfilesCommand, } from "./commands/ListMissionProfilesCommand";
|
|
27
31
|
import { ListSatellitesCommand, } from "./commands/ListSatellitesCommand";
|
|
@@ -32,17 +36,22 @@ import { TagResourceCommand, } from "./commands/TagResourceCommand";
|
|
|
32
36
|
import { UntagResourceCommand, } from "./commands/UntagResourceCommand";
|
|
33
37
|
import { UpdateAgentStatusCommand, } from "./commands/UpdateAgentStatusCommand";
|
|
34
38
|
import { UpdateConfigCommand, } from "./commands/UpdateConfigCommand";
|
|
39
|
+
import { UpdateContactCommand, } from "./commands/UpdateContactCommand";
|
|
35
40
|
import { UpdateEphemerisCommand, } from "./commands/UpdateEphemerisCommand";
|
|
36
41
|
import { UpdateMissionProfileCommand, } from "./commands/UpdateMissionProfileCommand";
|
|
37
42
|
import { GroundStationClient } from "./GroundStationClient";
|
|
43
|
+
import { paginateListAntennas } from "./pagination/ListAntennasPaginator";
|
|
38
44
|
import { paginateListConfigs } from "./pagination/ListConfigsPaginator";
|
|
39
45
|
import { paginateListContacts } from "./pagination/ListContactsPaginator";
|
|
46
|
+
import { paginateListContactVersions } from "./pagination/ListContactVersionsPaginator";
|
|
40
47
|
import { paginateListDataflowEndpointGroups } from "./pagination/ListDataflowEndpointGroupsPaginator";
|
|
41
48
|
import { paginateListEphemerides } from "./pagination/ListEphemeridesPaginator";
|
|
49
|
+
import { paginateListGroundStationReservations } from "./pagination/ListGroundStationReservationsPaginator";
|
|
42
50
|
import { paginateListGroundStations } from "./pagination/ListGroundStationsPaginator";
|
|
43
51
|
import { paginateListMissionProfiles } from "./pagination/ListMissionProfilesPaginator";
|
|
44
52
|
import { paginateListSatellites } from "./pagination/ListSatellitesPaginator";
|
|
45
53
|
import { waitUntilContactScheduled } from "./waiters/waitForContactScheduled";
|
|
54
|
+
import { waitUntilContactUpdated } from "./waiters/waitForContactUpdated";
|
|
46
55
|
const commands = {
|
|
47
56
|
CancelContactCommand,
|
|
48
57
|
CreateConfigCommand,
|
|
@@ -55,6 +64,7 @@ const commands = {
|
|
|
55
64
|
DeleteEphemerisCommand,
|
|
56
65
|
DeleteMissionProfileCommand,
|
|
57
66
|
DescribeContactCommand,
|
|
67
|
+
DescribeContactVersionCommand,
|
|
58
68
|
DescribeEphemerisCommand,
|
|
59
69
|
GetAgentConfigurationCommand,
|
|
60
70
|
GetAgentTaskResponseUrlCommand,
|
|
@@ -63,10 +73,13 @@ const commands = {
|
|
|
63
73
|
GetMinuteUsageCommand,
|
|
64
74
|
GetMissionProfileCommand,
|
|
65
75
|
GetSatelliteCommand,
|
|
76
|
+
ListAntennasCommand,
|
|
66
77
|
ListConfigsCommand,
|
|
67
78
|
ListContactsCommand,
|
|
79
|
+
ListContactVersionsCommand,
|
|
68
80
|
ListDataflowEndpointGroupsCommand,
|
|
69
81
|
ListEphemeridesCommand,
|
|
82
|
+
ListGroundStationReservationsCommand,
|
|
70
83
|
ListGroundStationsCommand,
|
|
71
84
|
ListMissionProfilesCommand,
|
|
72
85
|
ListSatellitesCommand,
|
|
@@ -77,20 +90,25 @@ const commands = {
|
|
|
77
90
|
UntagResourceCommand,
|
|
78
91
|
UpdateAgentStatusCommand,
|
|
79
92
|
UpdateConfigCommand,
|
|
93
|
+
UpdateContactCommand,
|
|
80
94
|
UpdateEphemerisCommand,
|
|
81
95
|
UpdateMissionProfileCommand,
|
|
82
96
|
};
|
|
83
97
|
const paginators = {
|
|
98
|
+
paginateListAntennas,
|
|
84
99
|
paginateListConfigs,
|
|
85
100
|
paginateListContacts,
|
|
101
|
+
paginateListContactVersions,
|
|
86
102
|
paginateListDataflowEndpointGroups,
|
|
87
103
|
paginateListEphemerides,
|
|
104
|
+
paginateListGroundStationReservations,
|
|
88
105
|
paginateListGroundStations,
|
|
89
106
|
paginateListMissionProfiles,
|
|
90
107
|
paginateListSatellites,
|
|
91
108
|
};
|
|
92
109
|
const waiters = {
|
|
93
110
|
waitUntilContactScheduled,
|
|
111
|
+
waitUntilContactUpdated,
|
|
94
112
|
};
|
|
95
113
|
export class GroundStation extends GroundStationClient {
|
|
96
114
|
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
+
import { DescribeContactVersion$ } from "../schemas/schemas_0";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class DescribeContactVersionCommand extends $Command
|
|
7
|
+
.classBuilder()
|
|
8
|
+
.ep(commonParams)
|
|
9
|
+
.m(function (Command, cs, config, o) {
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
+
})
|
|
12
|
+
.s("GroundStation", "DescribeContactVersion", {})
|
|
13
|
+
.n("GroundStationClient", "DescribeContactVersionCommand")
|
|
14
|
+
.sc(DescribeContactVersion$)
|
|
15
|
+
.build() {
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
+
import { ListAntennas$ } from "../schemas/schemas_0";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class ListAntennasCommand extends $Command
|
|
7
|
+
.classBuilder()
|
|
8
|
+
.ep(commonParams)
|
|
9
|
+
.m(function (Command, cs, config, o) {
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
+
})
|
|
12
|
+
.s("GroundStation", "ListAntennas", {})
|
|
13
|
+
.n("GroundStationClient", "ListAntennasCommand")
|
|
14
|
+
.sc(ListAntennas$)
|
|
15
|
+
.build() {
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
+
import { ListContactVersions$ } from "../schemas/schemas_0";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class ListContactVersionsCommand extends $Command
|
|
7
|
+
.classBuilder()
|
|
8
|
+
.ep(commonParams)
|
|
9
|
+
.m(function (Command, cs, config, o) {
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
+
})
|
|
12
|
+
.s("GroundStation", "ListContactVersions", {})
|
|
13
|
+
.n("GroundStationClient", "ListContactVersionsCommand")
|
|
14
|
+
.sc(ListContactVersions$)
|
|
15
|
+
.build() {
|
|
16
|
+
}
|