@aws-sdk/client-groundstation 3.929.0 → 3.930.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 +0 -120
- package/dist-es/models/models_0.js +0 -120
- package/dist-types/models/models_0.d.ts +44 -11
- package/dist-types/ts3.4/models/models_0.d.ts +0 -11
- package/package.json +34 -34
package/dist-cjs/index.js
CHANGED
|
@@ -190,16 +190,6 @@ const AuditResults = {
|
|
|
190
190
|
HEALTHY: "HEALTHY",
|
|
191
191
|
UNHEALTHY: "UNHEALTHY",
|
|
192
192
|
};
|
|
193
|
-
exports.AzElSegmentsData = void 0;
|
|
194
|
-
(function (AzElSegmentsData) {
|
|
195
|
-
AzElSegmentsData.visit = (value, visitor) => {
|
|
196
|
-
if (value.s3Object !== undefined)
|
|
197
|
-
return visitor.s3Object(value.s3Object);
|
|
198
|
-
if (value.azElData !== undefined)
|
|
199
|
-
return visitor.azElData(value.azElData);
|
|
200
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
201
|
-
};
|
|
202
|
-
})(exports.AzElSegmentsData || (exports.AzElSegmentsData = {}));
|
|
203
193
|
const CapabilityHealth = {
|
|
204
194
|
HEALTHY: "HEALTHY",
|
|
205
195
|
UNHEALTHY: "UNHEALTHY",
|
|
@@ -227,26 +217,6 @@ const Criticality = {
|
|
|
227
217
|
REMOVED: "REMOVED",
|
|
228
218
|
REQUIRED: "REQUIRED",
|
|
229
219
|
};
|
|
230
|
-
exports.ConfigTypeData = void 0;
|
|
231
|
-
(function (ConfigTypeData) {
|
|
232
|
-
ConfigTypeData.visit = (value, visitor) => {
|
|
233
|
-
if (value.antennaDownlinkConfig !== undefined)
|
|
234
|
-
return visitor.antennaDownlinkConfig(value.antennaDownlinkConfig);
|
|
235
|
-
if (value.trackingConfig !== undefined)
|
|
236
|
-
return visitor.trackingConfig(value.trackingConfig);
|
|
237
|
-
if (value.dataflowEndpointConfig !== undefined)
|
|
238
|
-
return visitor.dataflowEndpointConfig(value.dataflowEndpointConfig);
|
|
239
|
-
if (value.antennaDownlinkDemodDecodeConfig !== undefined)
|
|
240
|
-
return visitor.antennaDownlinkDemodDecodeConfig(value.antennaDownlinkDemodDecodeConfig);
|
|
241
|
-
if (value.antennaUplinkConfig !== undefined)
|
|
242
|
-
return visitor.antennaUplinkConfig(value.antennaUplinkConfig);
|
|
243
|
-
if (value.uplinkEchoConfig !== undefined)
|
|
244
|
-
return visitor.uplinkEchoConfig(value.uplinkEchoConfig);
|
|
245
|
-
if (value.s3RecordingConfig !== undefined)
|
|
246
|
-
return visitor.s3RecordingConfig(value.s3RecordingConfig);
|
|
247
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
248
|
-
};
|
|
249
|
-
})(exports.ConfigTypeData || (exports.ConfigTypeData = {}));
|
|
250
220
|
let ResourceLimitExceededException$1 = class ResourceLimitExceededException extends GroundStationServiceException$1 {
|
|
251
221
|
name = "ResourceLimitExceededException";
|
|
252
222
|
$fault = "client";
|
|
@@ -261,14 +231,6 @@ let ResourceLimitExceededException$1 = class ResourceLimitExceededException exte
|
|
|
261
231
|
this.parameterName = opts.parameterName;
|
|
262
232
|
}
|
|
263
233
|
};
|
|
264
|
-
exports.DownlinkDataflowDetails = void 0;
|
|
265
|
-
(function (DownlinkDataflowDetails) {
|
|
266
|
-
DownlinkDataflowDetails.visit = (value, visitor) => {
|
|
267
|
-
if (value.agentConnectionDetails !== undefined)
|
|
268
|
-
return visitor.agentConnectionDetails(value.agentConnectionDetails);
|
|
269
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
270
|
-
};
|
|
271
|
-
})(exports.DownlinkDataflowDetails || (exports.DownlinkDataflowDetails = {}));
|
|
272
234
|
const EndpointStatus = {
|
|
273
235
|
created: "created",
|
|
274
236
|
creating: "creating",
|
|
@@ -276,26 +238,6 @@ const EndpointStatus = {
|
|
|
276
238
|
deleting: "deleting",
|
|
277
239
|
failed: "failed",
|
|
278
240
|
};
|
|
279
|
-
exports.UplinkDataflowDetails = void 0;
|
|
280
|
-
(function (UplinkDataflowDetails) {
|
|
281
|
-
UplinkDataflowDetails.visit = (value, visitor) => {
|
|
282
|
-
if (value.agentConnectionDetails !== undefined)
|
|
283
|
-
return visitor.agentConnectionDetails(value.agentConnectionDetails);
|
|
284
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
285
|
-
};
|
|
286
|
-
})(exports.UplinkDataflowDetails || (exports.UplinkDataflowDetails = {}));
|
|
287
|
-
exports.ConfigDetails = void 0;
|
|
288
|
-
(function (ConfigDetails) {
|
|
289
|
-
ConfigDetails.visit = (value, visitor) => {
|
|
290
|
-
if (value.endpointDetails !== undefined)
|
|
291
|
-
return visitor.endpointDetails(value.endpointDetails);
|
|
292
|
-
if (value.antennaDemodDecodeDetails !== undefined)
|
|
293
|
-
return visitor.antennaDemodDecodeDetails(value.antennaDemodDecodeDetails);
|
|
294
|
-
if (value.s3RecordingDetails !== undefined)
|
|
295
|
-
return visitor.s3RecordingDetails(value.s3RecordingDetails);
|
|
296
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
297
|
-
};
|
|
298
|
-
})(exports.ConfigDetails || (exports.ConfigDetails = {}));
|
|
299
241
|
const ContactStatus = {
|
|
300
242
|
AVAILABLE: "AVAILABLE",
|
|
301
243
|
AWS_CANCELLED: "AWS_CANCELLED",
|
|
@@ -317,32 +259,6 @@ const EphemerisType = {
|
|
|
317
259
|
SERVICE_MANAGED: "SERVICE_MANAGED",
|
|
318
260
|
TLE: "TLE",
|
|
319
261
|
};
|
|
320
|
-
exports.ProgramTrackSettings = void 0;
|
|
321
|
-
(function (ProgramTrackSettings) {
|
|
322
|
-
ProgramTrackSettings.visit = (value, visitor) => {
|
|
323
|
-
if (value.azEl !== undefined)
|
|
324
|
-
return visitor.azEl(value.azEl);
|
|
325
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
326
|
-
};
|
|
327
|
-
})(exports.ProgramTrackSettings || (exports.ProgramTrackSettings = {}));
|
|
328
|
-
exports.EphemerisFilter = void 0;
|
|
329
|
-
(function (EphemerisFilter) {
|
|
330
|
-
EphemerisFilter.visit = (value, visitor) => {
|
|
331
|
-
if (value.azEl !== undefined)
|
|
332
|
-
return visitor.azEl(value.azEl);
|
|
333
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
334
|
-
};
|
|
335
|
-
})(exports.EphemerisFilter || (exports.EphemerisFilter = {}));
|
|
336
|
-
exports.CreateEndpointDetails = void 0;
|
|
337
|
-
(function (CreateEndpointDetails) {
|
|
338
|
-
CreateEndpointDetails.visit = (value, visitor) => {
|
|
339
|
-
if (value.uplinkAwsGroundStationAgentEndpoint !== undefined)
|
|
340
|
-
return visitor.uplinkAwsGroundStationAgentEndpoint(value.uplinkAwsGroundStationAgentEndpoint);
|
|
341
|
-
if (value.downlinkAwsGroundStationAgentEndpoint !== undefined)
|
|
342
|
-
return visitor.downlinkAwsGroundStationAgentEndpoint(value.downlinkAwsGroundStationAgentEndpoint);
|
|
343
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
344
|
-
};
|
|
345
|
-
})(exports.CreateEndpointDetails || (exports.CreateEndpointDetails = {}));
|
|
346
262
|
let ServiceQuotaExceededException$1 = class ServiceQuotaExceededException extends GroundStationServiceException$1 {
|
|
347
263
|
name = "ServiceQuotaExceededException";
|
|
348
264
|
$fault = "client";
|
|
@@ -357,30 +273,6 @@ let ServiceQuotaExceededException$1 = class ServiceQuotaExceededException extend
|
|
|
357
273
|
this.parameterName = opts.parameterName;
|
|
358
274
|
}
|
|
359
275
|
};
|
|
360
|
-
exports.EphemerisData = void 0;
|
|
361
|
-
(function (EphemerisData) {
|
|
362
|
-
EphemerisData.visit = (value, visitor) => {
|
|
363
|
-
if (value.tle !== undefined)
|
|
364
|
-
return visitor.tle(value.tle);
|
|
365
|
-
if (value.oem !== undefined)
|
|
366
|
-
return visitor.oem(value.oem);
|
|
367
|
-
if (value.azEl !== undefined)
|
|
368
|
-
return visitor.azEl(value.azEl);
|
|
369
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
370
|
-
};
|
|
371
|
-
})(exports.EphemerisData || (exports.EphemerisData = {}));
|
|
372
|
-
exports.KmsKey = void 0;
|
|
373
|
-
(function (KmsKey) {
|
|
374
|
-
KmsKey.visit = (value, visitor) => {
|
|
375
|
-
if (value.kmsKeyArn !== undefined)
|
|
376
|
-
return visitor.kmsKeyArn(value.kmsKeyArn);
|
|
377
|
-
if (value.kmsAliasArn !== undefined)
|
|
378
|
-
return visitor.kmsAliasArn(value.kmsAliasArn);
|
|
379
|
-
if (value.kmsAliasName !== undefined)
|
|
380
|
-
return visitor.kmsAliasName(value.kmsAliasName);
|
|
381
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
382
|
-
};
|
|
383
|
-
})(exports.KmsKey || (exports.KmsKey = {}));
|
|
384
276
|
let ResourceInUseException$1 = class ResourceInUseException extends GroundStationServiceException$1 {
|
|
385
277
|
name = "ResourceInUseException";
|
|
386
278
|
$fault = "client";
|
|
@@ -448,18 +340,6 @@ const EphemerisStatus = {
|
|
|
448
340
|
INVALID: "INVALID",
|
|
449
341
|
VALIDATING: "VALIDATING",
|
|
450
342
|
};
|
|
451
|
-
exports.EphemerisTypeDescription = void 0;
|
|
452
|
-
(function (EphemerisTypeDescription) {
|
|
453
|
-
EphemerisTypeDescription.visit = (value, visitor) => {
|
|
454
|
-
if (value.tle !== undefined)
|
|
455
|
-
return visitor.tle(value.tle);
|
|
456
|
-
if (value.oem !== undefined)
|
|
457
|
-
return visitor.oem(value.oem);
|
|
458
|
-
if (value.azEl !== undefined)
|
|
459
|
-
return visitor.azEl(value.azEl);
|
|
460
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
461
|
-
};
|
|
462
|
-
})(exports.EphemerisTypeDescription || (exports.EphemerisTypeDescription = {}));
|
|
463
343
|
const EphemerisSource = {
|
|
464
344
|
CUSTOMER_PROVIDED: "CUSTOMER_PROVIDED",
|
|
465
345
|
SPACE_TRACK: "SPACE_TRACK",
|
|
@@ -71,16 +71,6 @@ export const AuditResults = {
|
|
|
71
71
|
HEALTHY: "HEALTHY",
|
|
72
72
|
UNHEALTHY: "UNHEALTHY",
|
|
73
73
|
};
|
|
74
|
-
export var AzElSegmentsData;
|
|
75
|
-
(function (AzElSegmentsData) {
|
|
76
|
-
AzElSegmentsData.visit = (value, visitor) => {
|
|
77
|
-
if (value.s3Object !== undefined)
|
|
78
|
-
return visitor.s3Object(value.s3Object);
|
|
79
|
-
if (value.azElData !== undefined)
|
|
80
|
-
return visitor.azElData(value.azElData);
|
|
81
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
82
|
-
};
|
|
83
|
-
})(AzElSegmentsData || (AzElSegmentsData = {}));
|
|
84
74
|
export const CapabilityHealth = {
|
|
85
75
|
HEALTHY: "HEALTHY",
|
|
86
76
|
UNHEALTHY: "UNHEALTHY",
|
|
@@ -108,26 +98,6 @@ export const Criticality = {
|
|
|
108
98
|
REMOVED: "REMOVED",
|
|
109
99
|
REQUIRED: "REQUIRED",
|
|
110
100
|
};
|
|
111
|
-
export var ConfigTypeData;
|
|
112
|
-
(function (ConfigTypeData) {
|
|
113
|
-
ConfigTypeData.visit = (value, visitor) => {
|
|
114
|
-
if (value.antennaDownlinkConfig !== undefined)
|
|
115
|
-
return visitor.antennaDownlinkConfig(value.antennaDownlinkConfig);
|
|
116
|
-
if (value.trackingConfig !== undefined)
|
|
117
|
-
return visitor.trackingConfig(value.trackingConfig);
|
|
118
|
-
if (value.dataflowEndpointConfig !== undefined)
|
|
119
|
-
return visitor.dataflowEndpointConfig(value.dataflowEndpointConfig);
|
|
120
|
-
if (value.antennaDownlinkDemodDecodeConfig !== undefined)
|
|
121
|
-
return visitor.antennaDownlinkDemodDecodeConfig(value.antennaDownlinkDemodDecodeConfig);
|
|
122
|
-
if (value.antennaUplinkConfig !== undefined)
|
|
123
|
-
return visitor.antennaUplinkConfig(value.antennaUplinkConfig);
|
|
124
|
-
if (value.uplinkEchoConfig !== undefined)
|
|
125
|
-
return visitor.uplinkEchoConfig(value.uplinkEchoConfig);
|
|
126
|
-
if (value.s3RecordingConfig !== undefined)
|
|
127
|
-
return visitor.s3RecordingConfig(value.s3RecordingConfig);
|
|
128
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
129
|
-
};
|
|
130
|
-
})(ConfigTypeData || (ConfigTypeData = {}));
|
|
131
101
|
export class ResourceLimitExceededException extends __BaseException {
|
|
132
102
|
name = "ResourceLimitExceededException";
|
|
133
103
|
$fault = "client";
|
|
@@ -142,14 +112,6 @@ export class ResourceLimitExceededException extends __BaseException {
|
|
|
142
112
|
this.parameterName = opts.parameterName;
|
|
143
113
|
}
|
|
144
114
|
}
|
|
145
|
-
export var DownlinkDataflowDetails;
|
|
146
|
-
(function (DownlinkDataflowDetails) {
|
|
147
|
-
DownlinkDataflowDetails.visit = (value, visitor) => {
|
|
148
|
-
if (value.agentConnectionDetails !== undefined)
|
|
149
|
-
return visitor.agentConnectionDetails(value.agentConnectionDetails);
|
|
150
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
151
|
-
};
|
|
152
|
-
})(DownlinkDataflowDetails || (DownlinkDataflowDetails = {}));
|
|
153
115
|
export const EndpointStatus = {
|
|
154
116
|
created: "created",
|
|
155
117
|
creating: "creating",
|
|
@@ -157,26 +119,6 @@ export const EndpointStatus = {
|
|
|
157
119
|
deleting: "deleting",
|
|
158
120
|
failed: "failed",
|
|
159
121
|
};
|
|
160
|
-
export var UplinkDataflowDetails;
|
|
161
|
-
(function (UplinkDataflowDetails) {
|
|
162
|
-
UplinkDataflowDetails.visit = (value, visitor) => {
|
|
163
|
-
if (value.agentConnectionDetails !== undefined)
|
|
164
|
-
return visitor.agentConnectionDetails(value.agentConnectionDetails);
|
|
165
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
166
|
-
};
|
|
167
|
-
})(UplinkDataflowDetails || (UplinkDataflowDetails = {}));
|
|
168
|
-
export var ConfigDetails;
|
|
169
|
-
(function (ConfigDetails) {
|
|
170
|
-
ConfigDetails.visit = (value, visitor) => {
|
|
171
|
-
if (value.endpointDetails !== undefined)
|
|
172
|
-
return visitor.endpointDetails(value.endpointDetails);
|
|
173
|
-
if (value.antennaDemodDecodeDetails !== undefined)
|
|
174
|
-
return visitor.antennaDemodDecodeDetails(value.antennaDemodDecodeDetails);
|
|
175
|
-
if (value.s3RecordingDetails !== undefined)
|
|
176
|
-
return visitor.s3RecordingDetails(value.s3RecordingDetails);
|
|
177
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
178
|
-
};
|
|
179
|
-
})(ConfigDetails || (ConfigDetails = {}));
|
|
180
122
|
export const ContactStatus = {
|
|
181
123
|
AVAILABLE: "AVAILABLE",
|
|
182
124
|
AWS_CANCELLED: "AWS_CANCELLED",
|
|
@@ -198,32 +140,6 @@ export const EphemerisType = {
|
|
|
198
140
|
SERVICE_MANAGED: "SERVICE_MANAGED",
|
|
199
141
|
TLE: "TLE",
|
|
200
142
|
};
|
|
201
|
-
export var ProgramTrackSettings;
|
|
202
|
-
(function (ProgramTrackSettings) {
|
|
203
|
-
ProgramTrackSettings.visit = (value, visitor) => {
|
|
204
|
-
if (value.azEl !== undefined)
|
|
205
|
-
return visitor.azEl(value.azEl);
|
|
206
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
207
|
-
};
|
|
208
|
-
})(ProgramTrackSettings || (ProgramTrackSettings = {}));
|
|
209
|
-
export var EphemerisFilter;
|
|
210
|
-
(function (EphemerisFilter) {
|
|
211
|
-
EphemerisFilter.visit = (value, visitor) => {
|
|
212
|
-
if (value.azEl !== undefined)
|
|
213
|
-
return visitor.azEl(value.azEl);
|
|
214
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
215
|
-
};
|
|
216
|
-
})(EphemerisFilter || (EphemerisFilter = {}));
|
|
217
|
-
export var CreateEndpointDetails;
|
|
218
|
-
(function (CreateEndpointDetails) {
|
|
219
|
-
CreateEndpointDetails.visit = (value, visitor) => {
|
|
220
|
-
if (value.uplinkAwsGroundStationAgentEndpoint !== undefined)
|
|
221
|
-
return visitor.uplinkAwsGroundStationAgentEndpoint(value.uplinkAwsGroundStationAgentEndpoint);
|
|
222
|
-
if (value.downlinkAwsGroundStationAgentEndpoint !== undefined)
|
|
223
|
-
return visitor.downlinkAwsGroundStationAgentEndpoint(value.downlinkAwsGroundStationAgentEndpoint);
|
|
224
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
225
|
-
};
|
|
226
|
-
})(CreateEndpointDetails || (CreateEndpointDetails = {}));
|
|
227
143
|
export class ServiceQuotaExceededException extends __BaseException {
|
|
228
144
|
name = "ServiceQuotaExceededException";
|
|
229
145
|
$fault = "client";
|
|
@@ -238,30 +154,6 @@ export class ServiceQuotaExceededException extends __BaseException {
|
|
|
238
154
|
this.parameterName = opts.parameterName;
|
|
239
155
|
}
|
|
240
156
|
}
|
|
241
|
-
export var EphemerisData;
|
|
242
|
-
(function (EphemerisData) {
|
|
243
|
-
EphemerisData.visit = (value, visitor) => {
|
|
244
|
-
if (value.tle !== undefined)
|
|
245
|
-
return visitor.tle(value.tle);
|
|
246
|
-
if (value.oem !== undefined)
|
|
247
|
-
return visitor.oem(value.oem);
|
|
248
|
-
if (value.azEl !== undefined)
|
|
249
|
-
return visitor.azEl(value.azEl);
|
|
250
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
251
|
-
};
|
|
252
|
-
})(EphemerisData || (EphemerisData = {}));
|
|
253
|
-
export var KmsKey;
|
|
254
|
-
(function (KmsKey) {
|
|
255
|
-
KmsKey.visit = (value, visitor) => {
|
|
256
|
-
if (value.kmsKeyArn !== undefined)
|
|
257
|
-
return visitor.kmsKeyArn(value.kmsKeyArn);
|
|
258
|
-
if (value.kmsAliasArn !== undefined)
|
|
259
|
-
return visitor.kmsAliasArn(value.kmsAliasArn);
|
|
260
|
-
if (value.kmsAliasName !== undefined)
|
|
261
|
-
return visitor.kmsAliasName(value.kmsAliasName);
|
|
262
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
263
|
-
};
|
|
264
|
-
})(KmsKey || (KmsKey = {}));
|
|
265
157
|
export class ResourceInUseException extends __BaseException {
|
|
266
158
|
name = "ResourceInUseException";
|
|
267
159
|
$fault = "client";
|
|
@@ -329,18 +221,6 @@ export const EphemerisStatus = {
|
|
|
329
221
|
INVALID: "INVALID",
|
|
330
222
|
VALIDATING: "VALIDATING",
|
|
331
223
|
};
|
|
332
|
-
export var EphemerisTypeDescription;
|
|
333
|
-
(function (EphemerisTypeDescription) {
|
|
334
|
-
EphemerisTypeDescription.visit = (value, visitor) => {
|
|
335
|
-
if (value.tle !== undefined)
|
|
336
|
-
return visitor.tle(value.tle);
|
|
337
|
-
if (value.oem !== undefined)
|
|
338
|
-
return visitor.oem(value.oem);
|
|
339
|
-
if (value.azEl !== undefined)
|
|
340
|
-
return visitor.azEl(value.azEl);
|
|
341
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
342
|
-
};
|
|
343
|
-
})(EphemerisTypeDescription || (EphemerisTypeDescription = {}));
|
|
344
224
|
export const EphemerisSource = {
|
|
345
225
|
CUSTOMER_PROVIDED: "CUSTOMER_PROVIDED",
|
|
346
226
|
SPACE_TRACK: "SPACE_TRACK",
|
|
@@ -766,12 +766,15 @@ export declare namespace AzElSegmentsData {
|
|
|
766
766
|
azElData?: never;
|
|
767
767
|
$unknown: [string, any];
|
|
768
768
|
}
|
|
769
|
+
/**
|
|
770
|
+
* @deprecated unused in schema-serde mode.
|
|
771
|
+
*
|
|
772
|
+
*/
|
|
769
773
|
interface Visitor<T> {
|
|
770
774
|
s3Object: (value: S3Object) => T;
|
|
771
775
|
azElData: (value: AzElSegments) => T;
|
|
772
776
|
_: (name: string, value: any) => T;
|
|
773
777
|
}
|
|
774
|
-
const visit: <T>(value: AzElSegmentsData, visitor: Visitor<T>) => T;
|
|
775
778
|
}
|
|
776
779
|
/**
|
|
777
780
|
* <p>Azimuth elevation ephemeris data.</p> <p> Use this ephemeris type to provide pointing angles directly, rather than satellite orbital elements. Use this when you need precise antenna pointing but have imprecise or unknown satellite trajectory information. </p> <p> The azimuth elevation data specifies the antenna pointing direction at specific times relative to a ground station location. AWS Ground Station uses 4th order Lagrange interpolation to compute pointing angles between the provided data points. </p> <p> AWS Ground Station automatically filters interpolated pointing angles, including only those that are above the site mask elevation of the specified ground station. </p> <p> For more detail about providing azimuth elevation ephemerides to AWS Ground Station, see the <a href="https://docs.aws.amazon.com/ground-station/latest/ug/providing-azimuth-elevation-ephemeris-data.html">azimuth elevation ephemeris section</a> of the AWS Ground Station User Guide. </p>
|
|
@@ -1097,6 +1100,10 @@ export declare namespace ConfigTypeData {
|
|
|
1097
1100
|
s3RecordingConfig?: never;
|
|
1098
1101
|
$unknown: [string, any];
|
|
1099
1102
|
}
|
|
1103
|
+
/**
|
|
1104
|
+
* @deprecated unused in schema-serde mode.
|
|
1105
|
+
*
|
|
1106
|
+
*/
|
|
1100
1107
|
interface Visitor<T> {
|
|
1101
1108
|
antennaDownlinkConfig: (value: AntennaDownlinkConfig) => T;
|
|
1102
1109
|
trackingConfig: (value: TrackingConfig) => T;
|
|
@@ -1107,7 +1114,6 @@ export declare namespace ConfigTypeData {
|
|
|
1107
1114
|
s3RecordingConfig: (value: S3RecordingConfig) => T;
|
|
1108
1115
|
_: (name: string, value: any) => T;
|
|
1109
1116
|
}
|
|
1110
|
-
const visit: <T>(value: ConfigTypeData, visitor: Visitor<T>) => T;
|
|
1111
1117
|
}
|
|
1112
1118
|
/**
|
|
1113
1119
|
* <p/>
|
|
@@ -1339,11 +1345,14 @@ export declare namespace DownlinkDataflowDetails {
|
|
|
1339
1345
|
agentConnectionDetails?: never;
|
|
1340
1346
|
$unknown: [string, any];
|
|
1341
1347
|
}
|
|
1348
|
+
/**
|
|
1349
|
+
* @deprecated unused in schema-serde mode.
|
|
1350
|
+
*
|
|
1351
|
+
*/
|
|
1342
1352
|
interface Visitor<T> {
|
|
1343
1353
|
agentConnectionDetails: (value: DownlinkConnectionDetails) => T;
|
|
1344
1354
|
_: (name: string, value: any) => T;
|
|
1345
1355
|
}
|
|
1346
|
-
const visit: <T>(value: DownlinkDataflowDetails, visitor: Visitor<T>) => T;
|
|
1347
1356
|
}
|
|
1348
1357
|
/**
|
|
1349
1358
|
* <p>Details for a downlink agent endpoint</p>
|
|
@@ -1473,11 +1482,14 @@ export declare namespace UplinkDataflowDetails {
|
|
|
1473
1482
|
agentConnectionDetails?: never;
|
|
1474
1483
|
$unknown: [string, any];
|
|
1475
1484
|
}
|
|
1485
|
+
/**
|
|
1486
|
+
* @deprecated unused in schema-serde mode.
|
|
1487
|
+
*
|
|
1488
|
+
*/
|
|
1476
1489
|
interface Visitor<T> {
|
|
1477
1490
|
agentConnectionDetails: (value: UplinkConnectionDetails) => T;
|
|
1478
1491
|
_: (name: string, value: any) => T;
|
|
1479
1492
|
}
|
|
1480
|
-
const visit: <T>(value: UplinkDataflowDetails, visitor: Visitor<T>) => T;
|
|
1481
1493
|
}
|
|
1482
1494
|
/**
|
|
1483
1495
|
* <p>Details for an uplink agent endpoint</p>
|
|
@@ -1610,13 +1622,16 @@ export declare namespace ConfigDetails {
|
|
|
1610
1622
|
s3RecordingDetails?: never;
|
|
1611
1623
|
$unknown: [string, any];
|
|
1612
1624
|
}
|
|
1625
|
+
/**
|
|
1626
|
+
* @deprecated unused in schema-serde mode.
|
|
1627
|
+
*
|
|
1628
|
+
*/
|
|
1613
1629
|
interface Visitor<T> {
|
|
1614
1630
|
endpointDetails: (value: EndpointDetails) => T;
|
|
1615
1631
|
antennaDemodDecodeDetails: (value: AntennaDemodDecodeDetails) => T;
|
|
1616
1632
|
s3RecordingDetails: (value: S3RecordingDetails) => T;
|
|
1617
1633
|
_: (name: string, value: any) => T;
|
|
1618
1634
|
}
|
|
1619
|
-
const visit: <T>(value: ConfigDetails, visitor: Visitor<T>) => T;
|
|
1620
1635
|
}
|
|
1621
1636
|
/**
|
|
1622
1637
|
* <p/>
|
|
@@ -1795,11 +1810,14 @@ export declare namespace ProgramTrackSettings {
|
|
|
1795
1810
|
azEl?: never;
|
|
1796
1811
|
$unknown: [string, any];
|
|
1797
1812
|
}
|
|
1813
|
+
/**
|
|
1814
|
+
* @deprecated unused in schema-serde mode.
|
|
1815
|
+
*
|
|
1816
|
+
*/
|
|
1798
1817
|
interface Visitor<T> {
|
|
1799
1818
|
azEl: (value: AzElProgramTrackSettings) => T;
|
|
1800
1819
|
_: (name: string, value: any) => T;
|
|
1801
1820
|
}
|
|
1802
|
-
const visit: <T>(value: ProgramTrackSettings, visitor: Visitor<T>) => T;
|
|
1803
1821
|
}
|
|
1804
1822
|
/**
|
|
1805
1823
|
* <p>Overrides the default tracking configuration on an antenna during a contact.</p>
|
|
@@ -1932,11 +1950,14 @@ export declare namespace EphemerisFilter {
|
|
|
1932
1950
|
azEl?: never;
|
|
1933
1951
|
$unknown: [string, any];
|
|
1934
1952
|
}
|
|
1953
|
+
/**
|
|
1954
|
+
* @deprecated unused in schema-serde mode.
|
|
1955
|
+
*
|
|
1956
|
+
*/
|
|
1935
1957
|
interface Visitor<T> {
|
|
1936
1958
|
azEl: (value: AzElEphemerisFilter) => T;
|
|
1937
1959
|
_: (name: string, value: any) => T;
|
|
1938
1960
|
}
|
|
1939
|
-
const visit: <T>(value: EphemerisFilter, visitor: Visitor<T>) => T;
|
|
1940
1961
|
}
|
|
1941
1962
|
/**
|
|
1942
1963
|
* <p/>
|
|
@@ -2236,12 +2257,15 @@ export declare namespace CreateEndpointDetails {
|
|
|
2236
2257
|
downlinkAwsGroundStationAgentEndpoint?: never;
|
|
2237
2258
|
$unknown: [string, any];
|
|
2238
2259
|
}
|
|
2260
|
+
/**
|
|
2261
|
+
* @deprecated unused in schema-serde mode.
|
|
2262
|
+
*
|
|
2263
|
+
*/
|
|
2239
2264
|
interface Visitor<T> {
|
|
2240
2265
|
uplinkAwsGroundStationAgentEndpoint: (value: UplinkAwsGroundStationAgentEndpoint) => T;
|
|
2241
2266
|
downlinkAwsGroundStationAgentEndpoint: (value: DownlinkAwsGroundStationAgentEndpoint) => T;
|
|
2242
2267
|
_: (name: string, value: any) => T;
|
|
2243
2268
|
}
|
|
2244
|
-
const visit: <T>(value: CreateEndpointDetails, visitor: Visitor<T>) => T;
|
|
2245
2269
|
}
|
|
2246
2270
|
/**
|
|
2247
2271
|
* @public
|
|
@@ -2412,13 +2436,16 @@ export declare namespace EphemerisData {
|
|
|
2412
2436
|
azEl?: never;
|
|
2413
2437
|
$unknown: [string, any];
|
|
2414
2438
|
}
|
|
2439
|
+
/**
|
|
2440
|
+
* @deprecated unused in schema-serde mode.
|
|
2441
|
+
*
|
|
2442
|
+
*/
|
|
2415
2443
|
interface Visitor<T> {
|
|
2416
2444
|
tle: (value: TLEEphemeris) => T;
|
|
2417
2445
|
oem: (value: OEMEphemeris) => T;
|
|
2418
2446
|
azEl: (value: AzElEphemeris) => T;
|
|
2419
2447
|
_: (name: string, value: any) => T;
|
|
2420
2448
|
}
|
|
2421
|
-
const visit: <T>(value: EphemerisData, visitor: Visitor<T>) => T;
|
|
2422
2449
|
}
|
|
2423
2450
|
/**
|
|
2424
2451
|
* @public
|
|
@@ -2523,13 +2550,16 @@ export declare namespace KmsKey {
|
|
|
2523
2550
|
kmsAliasName?: never;
|
|
2524
2551
|
$unknown: [string, any];
|
|
2525
2552
|
}
|
|
2553
|
+
/**
|
|
2554
|
+
* @deprecated unused in schema-serde mode.
|
|
2555
|
+
*
|
|
2556
|
+
*/
|
|
2526
2557
|
interface Visitor<T> {
|
|
2527
2558
|
kmsKeyArn: (value: string) => T;
|
|
2528
2559
|
kmsAliasArn: (value: string) => T;
|
|
2529
2560
|
kmsAliasName: (value: string) => T;
|
|
2530
2561
|
_: (name: string, value: any) => T;
|
|
2531
2562
|
}
|
|
2532
|
-
const visit: <T>(value: KmsKey, visitor: Visitor<T>) => T;
|
|
2533
2563
|
}
|
|
2534
2564
|
/**
|
|
2535
2565
|
* <p/>
|
|
@@ -2916,13 +2946,16 @@ export declare namespace EphemerisTypeDescription {
|
|
|
2916
2946
|
azEl?: never;
|
|
2917
2947
|
$unknown: [string, any];
|
|
2918
2948
|
}
|
|
2949
|
+
/**
|
|
2950
|
+
* @deprecated unused in schema-serde mode.
|
|
2951
|
+
*
|
|
2952
|
+
*/
|
|
2919
2953
|
interface Visitor<T> {
|
|
2920
2954
|
tle: (value: EphemerisDescription) => T;
|
|
2921
2955
|
oem: (value: EphemerisDescription) => T;
|
|
2922
2956
|
azEl: (value: EphemerisDescription) => T;
|
|
2923
2957
|
_: (name: string, value: any) => T;
|
|
2924
2958
|
}
|
|
2925
|
-
const visit: <T>(value: EphemerisTypeDescription, visitor: Visitor<T>) => T;
|
|
2926
2959
|
}
|
|
2927
2960
|
/**
|
|
2928
2961
|
* @public
|
|
@@ -236,7 +236,6 @@ export declare namespace AzElSegmentsData {
|
|
|
236
236
|
azElData: (value: AzElSegments) => T;
|
|
237
237
|
_: (name: string, value: any) => T;
|
|
238
238
|
}
|
|
239
|
-
const visit: <T>(value: AzElSegmentsData, visitor: Visitor<T>) => T;
|
|
240
239
|
}
|
|
241
240
|
export interface AzElEphemeris {
|
|
242
241
|
groundStation: string | undefined;
|
|
@@ -411,7 +410,6 @@ export declare namespace ConfigTypeData {
|
|
|
411
410
|
s3RecordingConfig: (value: S3RecordingConfig) => T;
|
|
412
411
|
_: (name: string, value: any) => T;
|
|
413
412
|
}
|
|
414
|
-
const visit: <T>(value: ConfigTypeData, visitor: Visitor<T>) => T;
|
|
415
413
|
}
|
|
416
414
|
export interface CreateConfigRequest {
|
|
417
415
|
name: string | undefined;
|
|
@@ -482,7 +480,6 @@ export declare namespace DownlinkDataflowDetails {
|
|
|
482
480
|
agentConnectionDetails: (value: DownlinkConnectionDetails) => T;
|
|
483
481
|
_: (name: string, value: any) => T;
|
|
484
482
|
}
|
|
485
|
-
const visit: <T>(value: DownlinkDataflowDetails, visitor: Visitor<T>) => T;
|
|
486
483
|
}
|
|
487
484
|
export interface DownlinkAwsGroundStationAgentEndpointDetails {
|
|
488
485
|
name: string | undefined;
|
|
@@ -530,7 +527,6 @@ export declare namespace UplinkDataflowDetails {
|
|
|
530
527
|
agentConnectionDetails: (value: UplinkConnectionDetails) => T;
|
|
531
528
|
_: (name: string, value: any) => T;
|
|
532
529
|
}
|
|
533
|
-
const visit: <T>(value: UplinkDataflowDetails, visitor: Visitor<T>) => T;
|
|
534
530
|
}
|
|
535
531
|
export interface UplinkAwsGroundStationAgentEndpointDetails {
|
|
536
532
|
name: string | undefined;
|
|
@@ -591,7 +587,6 @@ export declare namespace ConfigDetails {
|
|
|
591
587
|
s3RecordingDetails: (value: S3RecordingDetails) => T;
|
|
592
588
|
_: (name: string, value: any) => T;
|
|
593
589
|
}
|
|
594
|
-
const visit: <T>(value: ConfigDetails, visitor: Visitor<T>) => T;
|
|
595
590
|
}
|
|
596
591
|
export interface DescribeContactRequest {
|
|
597
592
|
contactId: string | undefined;
|
|
@@ -660,7 +655,6 @@ export declare namespace ProgramTrackSettings {
|
|
|
660
655
|
azEl: (value: AzElProgramTrackSettings) => T;
|
|
661
656
|
_: (name: string, value: any) => T;
|
|
662
657
|
}
|
|
663
|
-
const visit: <T>(value: ProgramTrackSettings, visitor: Visitor<T>) => T;
|
|
664
658
|
}
|
|
665
659
|
export interface TrackingOverrides {
|
|
666
660
|
programTrackSettings: ProgramTrackSettings | undefined;
|
|
@@ -701,7 +695,6 @@ export declare namespace EphemerisFilter {
|
|
|
701
695
|
azEl: (value: AzElEphemerisFilter) => T;
|
|
702
696
|
_: (name: string, value: any) => T;
|
|
703
697
|
}
|
|
704
|
-
const visit: <T>(value: EphemerisFilter, visitor: Visitor<T>) => T;
|
|
705
698
|
}
|
|
706
699
|
export interface ListContactsRequest {
|
|
707
700
|
maxResults?: number | undefined;
|
|
@@ -791,7 +784,6 @@ export declare namespace CreateEndpointDetails {
|
|
|
791
784
|
) => T;
|
|
792
785
|
_: (name: string, value: any) => T;
|
|
793
786
|
}
|
|
794
|
-
const visit: <T>(value: CreateEndpointDetails, visitor: Visitor<T>) => T;
|
|
795
787
|
}
|
|
796
788
|
export interface CreateDataflowEndpointGroupV2Request {
|
|
797
789
|
endpoints: CreateEndpointDetails[] | undefined;
|
|
@@ -863,7 +855,6 @@ export declare namespace EphemerisData {
|
|
|
863
855
|
azEl: (value: AzElEphemeris) => T;
|
|
864
856
|
_: (name: string, value: any) => T;
|
|
865
857
|
}
|
|
866
|
-
const visit: <T>(value: EphemerisData, visitor: Visitor<T>) => T;
|
|
867
858
|
}
|
|
868
859
|
export interface CreateEphemerisRequest {
|
|
869
860
|
satelliteId?: string | undefined;
|
|
@@ -914,7 +905,6 @@ export declare namespace KmsKey {
|
|
|
914
905
|
kmsAliasName: (value: string) => T;
|
|
915
906
|
_: (name: string, value: any) => T;
|
|
916
907
|
}
|
|
917
|
-
const visit: <T>(value: KmsKey, visitor: Visitor<T>) => T;
|
|
918
908
|
}
|
|
919
909
|
export interface CreateMissionProfileRequest {
|
|
920
910
|
name: string | undefined;
|
|
@@ -1077,7 +1067,6 @@ export declare namespace EphemerisTypeDescription {
|
|
|
1077
1067
|
azEl: (value: EphemerisDescription) => T;
|
|
1078
1068
|
_: (name: string, value: any) => T;
|
|
1079
1069
|
}
|
|
1080
|
-
const visit: <T>(value: EphemerisTypeDescription, visitor: Visitor<T>) => T;
|
|
1081
1070
|
}
|
|
1082
1071
|
export interface DescribeEphemerisResponse {
|
|
1083
1072
|
ephemerisId?: string | undefined;
|
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.930.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,43 +20,43 @@
|
|
|
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.
|
|
25
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
26
|
-
"@aws-sdk/middleware-logger": "3.
|
|
27
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
29
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
30
|
-
"@aws-sdk/types": "3.
|
|
31
|
-
"@aws-sdk/util-endpoints": "3.
|
|
32
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
34
|
-
"@smithy/config-resolver": "^4.4.
|
|
35
|
-
"@smithy/core": "^3.
|
|
36
|
-
"@smithy/fetch-http-handler": "^5.3.
|
|
37
|
-
"@smithy/hash-node": "^4.2.
|
|
38
|
-
"@smithy/invalid-dependency": "^4.2.
|
|
39
|
-
"@smithy/middleware-content-length": "^4.2.
|
|
40
|
-
"@smithy/middleware-endpoint": "^4.3.
|
|
41
|
-
"@smithy/middleware-retry": "^4.4.
|
|
42
|
-
"@smithy/middleware-serde": "^4.2.
|
|
43
|
-
"@smithy/middleware-stack": "^4.2.
|
|
44
|
-
"@smithy/node-config-provider": "^4.3.
|
|
45
|
-
"@smithy/node-http-handler": "^4.4.
|
|
46
|
-
"@smithy/protocol-http": "^5.3.
|
|
47
|
-
"@smithy/smithy-client": "^4.9.
|
|
48
|
-
"@smithy/types": "^4.
|
|
49
|
-
"@smithy/url-parser": "^4.2.
|
|
23
|
+
"@aws-sdk/core": "3.930.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.930.0",
|
|
25
|
+
"@aws-sdk/middleware-host-header": "3.930.0",
|
|
26
|
+
"@aws-sdk/middleware-logger": "3.930.0",
|
|
27
|
+
"@aws-sdk/middleware-recursion-detection": "3.930.0",
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.930.0",
|
|
29
|
+
"@aws-sdk/region-config-resolver": "3.930.0",
|
|
30
|
+
"@aws-sdk/types": "3.930.0",
|
|
31
|
+
"@aws-sdk/util-endpoints": "3.930.0",
|
|
32
|
+
"@aws-sdk/util-user-agent-browser": "3.930.0",
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.930.0",
|
|
34
|
+
"@smithy/config-resolver": "^4.4.3",
|
|
35
|
+
"@smithy/core": "^3.18.2",
|
|
36
|
+
"@smithy/fetch-http-handler": "^5.3.6",
|
|
37
|
+
"@smithy/hash-node": "^4.2.5",
|
|
38
|
+
"@smithy/invalid-dependency": "^4.2.5",
|
|
39
|
+
"@smithy/middleware-content-length": "^4.2.5",
|
|
40
|
+
"@smithy/middleware-endpoint": "^4.3.9",
|
|
41
|
+
"@smithy/middleware-retry": "^4.4.9",
|
|
42
|
+
"@smithy/middleware-serde": "^4.2.5",
|
|
43
|
+
"@smithy/middleware-stack": "^4.2.5",
|
|
44
|
+
"@smithy/node-config-provider": "^4.3.5",
|
|
45
|
+
"@smithy/node-http-handler": "^4.4.5",
|
|
46
|
+
"@smithy/protocol-http": "^5.3.5",
|
|
47
|
+
"@smithy/smithy-client": "^4.9.5",
|
|
48
|
+
"@smithy/types": "^4.9.0",
|
|
49
|
+
"@smithy/url-parser": "^4.2.5",
|
|
50
50
|
"@smithy/util-base64": "^4.3.0",
|
|
51
51
|
"@smithy/util-body-length-browser": "^4.2.0",
|
|
52
52
|
"@smithy/util-body-length-node": "^4.2.1",
|
|
53
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
54
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
55
|
-
"@smithy/util-endpoints": "^3.2.
|
|
56
|
-
"@smithy/util-middleware": "^4.2.
|
|
57
|
-
"@smithy/util-retry": "^4.2.
|
|
53
|
+
"@smithy/util-defaults-mode-browser": "^4.3.8",
|
|
54
|
+
"@smithy/util-defaults-mode-node": "^4.2.11",
|
|
55
|
+
"@smithy/util-endpoints": "^3.2.5",
|
|
56
|
+
"@smithy/util-middleware": "^4.2.5",
|
|
57
|
+
"@smithy/util-retry": "^4.2.5",
|
|
58
58
|
"@smithy/util-utf8": "^4.2.0",
|
|
59
|
-
"@smithy/util-waiter": "^4.2.
|
|
59
|
+
"@smithy/util-waiter": "^4.2.5",
|
|
60
60
|
"tslib": "^2.6.2"
|
|
61
61
|
},
|
|
62
62
|
"devDependencies": {
|