@aws-sdk/client-groundstation 3.47.1 → 3.50.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/CHANGELOG.md +32 -0
- package/package.json +39 -33
- package/dist-types/ts3.4/GroundStation.d.ts +0 -130
- package/dist-types/ts3.4/GroundStationClient.d.ts +0 -98
- package/dist-types/ts3.4/commands/CancelContactCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateConfigCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateDataflowEndpointGroupCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateMissionProfileCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteConfigCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteDataflowEndpointGroupCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteMissionProfileCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeContactCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetConfigCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetDataflowEndpointGroupCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetMinuteUsageCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetMissionProfileCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetSatelliteCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListConfigsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListContactsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListDataflowEndpointGroupsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListGroundStationsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListMissionProfilesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListSatellitesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ReserveContactCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UpdateConfigCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UpdateMissionProfileCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/index.d.ts +0 -25
- package/dist-types/ts3.4/endpoints.d.ts +0 -2
- package/dist-types/ts3.4/index.d.ts +0 -5
- package/dist-types/ts3.4/models/index.d.ts +0 -1
- package/dist-types/ts3.4/models/models_0.d.ts +0 -1205
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +0 -6
- package/dist-types/ts3.4/pagination/ListConfigsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/ListContactsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/ListDataflowEndpointGroupsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/ListGroundStationsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/ListMissionProfilesPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/ListSatellitesPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/index.d.ts +0 -7
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -77
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +0 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -11
|
@@ -1,1205 +0,0 @@
|
|
|
1
|
-
import { MetadataBearer as $MetadataBearer, SmithyException as __SmithyException } from "@aws-sdk/types";
|
|
2
|
-
export declare enum AngleUnits {
|
|
3
|
-
DEGREE_ANGLE = "DEGREE_ANGLE",
|
|
4
|
-
RADIAN = "RADIAN"
|
|
5
|
-
}
|
|
6
|
-
|
|
7
|
-
export interface AntennaDemodDecodeDetails {
|
|
8
|
-
|
|
9
|
-
outputNode?: string;
|
|
10
|
-
}
|
|
11
|
-
export declare namespace AntennaDemodDecodeDetails {
|
|
12
|
-
|
|
13
|
-
const filterSensitiveLog: (obj: AntennaDemodDecodeDetails) => any;
|
|
14
|
-
}
|
|
15
|
-
export declare enum BandwidthUnits {
|
|
16
|
-
GHZ = "GHz",
|
|
17
|
-
KHZ = "kHz",
|
|
18
|
-
MHZ = "MHz"
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
export interface FrequencyBandwidth {
|
|
22
|
-
|
|
23
|
-
value: number | undefined;
|
|
24
|
-
|
|
25
|
-
units: BandwidthUnits | string | undefined;
|
|
26
|
-
}
|
|
27
|
-
export declare namespace FrequencyBandwidth {
|
|
28
|
-
|
|
29
|
-
const filterSensitiveLog: (obj: FrequencyBandwidth) => any;
|
|
30
|
-
}
|
|
31
|
-
export declare enum FrequencyUnits {
|
|
32
|
-
GHZ = "GHz",
|
|
33
|
-
KHZ = "kHz",
|
|
34
|
-
MHZ = "MHz"
|
|
35
|
-
}
|
|
36
|
-
|
|
37
|
-
export interface Frequency {
|
|
38
|
-
|
|
39
|
-
value: number | undefined;
|
|
40
|
-
|
|
41
|
-
units: FrequencyUnits | string | undefined;
|
|
42
|
-
}
|
|
43
|
-
export declare namespace Frequency {
|
|
44
|
-
|
|
45
|
-
const filterSensitiveLog: (obj: Frequency) => any;
|
|
46
|
-
}
|
|
47
|
-
export declare enum Polarization {
|
|
48
|
-
LEFT_HAND = "LEFT_HAND",
|
|
49
|
-
NONE = "NONE",
|
|
50
|
-
RIGHT_HAND = "RIGHT_HAND"
|
|
51
|
-
}
|
|
52
|
-
|
|
53
|
-
export interface SpectrumConfig {
|
|
54
|
-
|
|
55
|
-
centerFrequency: Frequency | undefined;
|
|
56
|
-
|
|
57
|
-
bandwidth: FrequencyBandwidth | undefined;
|
|
58
|
-
|
|
59
|
-
polarization?: Polarization | string;
|
|
60
|
-
}
|
|
61
|
-
export declare namespace SpectrumConfig {
|
|
62
|
-
|
|
63
|
-
const filterSensitiveLog: (obj: SpectrumConfig) => any;
|
|
64
|
-
}
|
|
65
|
-
|
|
66
|
-
export interface AntennaDownlinkConfig {
|
|
67
|
-
|
|
68
|
-
spectrumConfig: SpectrumConfig | undefined;
|
|
69
|
-
}
|
|
70
|
-
export declare namespace AntennaDownlinkConfig {
|
|
71
|
-
|
|
72
|
-
const filterSensitiveLog: (obj: AntennaDownlinkConfig) => any;
|
|
73
|
-
}
|
|
74
|
-
|
|
75
|
-
export interface DecodeConfig {
|
|
76
|
-
|
|
77
|
-
unvalidatedJSON: string | undefined;
|
|
78
|
-
}
|
|
79
|
-
export declare namespace DecodeConfig {
|
|
80
|
-
|
|
81
|
-
const filterSensitiveLog: (obj: DecodeConfig) => any;
|
|
82
|
-
}
|
|
83
|
-
|
|
84
|
-
export interface DemodulationConfig {
|
|
85
|
-
|
|
86
|
-
unvalidatedJSON: string | undefined;
|
|
87
|
-
}
|
|
88
|
-
export declare namespace DemodulationConfig {
|
|
89
|
-
|
|
90
|
-
const filterSensitiveLog: (obj: DemodulationConfig) => any;
|
|
91
|
-
}
|
|
92
|
-
|
|
93
|
-
export interface AntennaDownlinkDemodDecodeConfig {
|
|
94
|
-
|
|
95
|
-
spectrumConfig: SpectrumConfig | undefined;
|
|
96
|
-
|
|
97
|
-
demodulationConfig: DemodulationConfig | undefined;
|
|
98
|
-
|
|
99
|
-
decodeConfig: DecodeConfig | undefined;
|
|
100
|
-
}
|
|
101
|
-
export declare namespace AntennaDownlinkDemodDecodeConfig {
|
|
102
|
-
|
|
103
|
-
const filterSensitiveLog: (obj: AntennaDownlinkDemodDecodeConfig) => any;
|
|
104
|
-
}
|
|
105
|
-
|
|
106
|
-
export interface UplinkSpectrumConfig {
|
|
107
|
-
|
|
108
|
-
centerFrequency: Frequency | undefined;
|
|
109
|
-
|
|
110
|
-
polarization?: Polarization | string;
|
|
111
|
-
}
|
|
112
|
-
export declare namespace UplinkSpectrumConfig {
|
|
113
|
-
|
|
114
|
-
const filterSensitiveLog: (obj: UplinkSpectrumConfig) => any;
|
|
115
|
-
}
|
|
116
|
-
export declare enum EirpUnits {
|
|
117
|
-
DBW = "dBW"
|
|
118
|
-
}
|
|
119
|
-
|
|
120
|
-
export interface Eirp {
|
|
121
|
-
|
|
122
|
-
value: number | undefined;
|
|
123
|
-
|
|
124
|
-
units: EirpUnits | string | undefined;
|
|
125
|
-
}
|
|
126
|
-
export declare namespace Eirp {
|
|
127
|
-
|
|
128
|
-
const filterSensitiveLog: (obj: Eirp) => any;
|
|
129
|
-
}
|
|
130
|
-
|
|
131
|
-
export interface AntennaUplinkConfig {
|
|
132
|
-
|
|
133
|
-
transmitDisabled?: boolean;
|
|
134
|
-
|
|
135
|
-
spectrumConfig: UplinkSpectrumConfig | undefined;
|
|
136
|
-
|
|
137
|
-
targetEirp: Eirp | undefined;
|
|
138
|
-
}
|
|
139
|
-
export declare namespace AntennaUplinkConfig {
|
|
140
|
-
|
|
141
|
-
const filterSensitiveLog: (obj: AntennaUplinkConfig) => any;
|
|
142
|
-
}
|
|
143
|
-
|
|
144
|
-
export interface CancelContactRequest {
|
|
145
|
-
|
|
146
|
-
contactId: string | undefined;
|
|
147
|
-
}
|
|
148
|
-
export declare namespace CancelContactRequest {
|
|
149
|
-
|
|
150
|
-
const filterSensitiveLog: (obj: CancelContactRequest) => any;
|
|
151
|
-
}
|
|
152
|
-
|
|
153
|
-
export interface ContactIdResponse {
|
|
154
|
-
|
|
155
|
-
contactId?: string;
|
|
156
|
-
}
|
|
157
|
-
export declare namespace ContactIdResponse {
|
|
158
|
-
|
|
159
|
-
const filterSensitiveLog: (obj: ContactIdResponse) => any;
|
|
160
|
-
}
|
|
161
|
-
|
|
162
|
-
export interface DependencyException extends __SmithyException, $MetadataBearer {
|
|
163
|
-
name: "DependencyException";
|
|
164
|
-
$fault: "server";
|
|
165
|
-
message?: string;
|
|
166
|
-
|
|
167
|
-
parameterName?: string;
|
|
168
|
-
}
|
|
169
|
-
|
|
170
|
-
export interface InvalidParameterException extends __SmithyException, $MetadataBearer {
|
|
171
|
-
name: "InvalidParameterException";
|
|
172
|
-
$fault: "client";
|
|
173
|
-
message?: string;
|
|
174
|
-
|
|
175
|
-
parameterName?: string;
|
|
176
|
-
}
|
|
177
|
-
|
|
178
|
-
export interface ResourceNotFoundException extends __SmithyException, $MetadataBearer {
|
|
179
|
-
name: "ResourceNotFoundException";
|
|
180
|
-
$fault: "client";
|
|
181
|
-
message?: string;
|
|
182
|
-
}
|
|
183
|
-
export declare enum ConfigCapabilityType {
|
|
184
|
-
ANTENNA_DOWNLINK = "antenna-downlink",
|
|
185
|
-
ANTENNA_DOWNLINK_DEMOD_DECODE = "antenna-downlink-demod-decode",
|
|
186
|
-
ANTENNA_UPLINK = "antenna-uplink",
|
|
187
|
-
DATAFLOW_ENDPOINT = "dataflow-endpoint",
|
|
188
|
-
S3_RECORDING = "s3-recording",
|
|
189
|
-
TRACKING = "tracking",
|
|
190
|
-
UPLINK_ECHO = "uplink-echo"
|
|
191
|
-
}
|
|
192
|
-
|
|
193
|
-
export interface ConfigIdResponse {
|
|
194
|
-
|
|
195
|
-
configId?: string;
|
|
196
|
-
|
|
197
|
-
configType?: ConfigCapabilityType | string;
|
|
198
|
-
|
|
199
|
-
configArn?: string;
|
|
200
|
-
}
|
|
201
|
-
export declare namespace ConfigIdResponse {
|
|
202
|
-
|
|
203
|
-
const filterSensitiveLog: (obj: ConfigIdResponse) => any;
|
|
204
|
-
}
|
|
205
|
-
|
|
206
|
-
export interface DataflowEndpointConfig {
|
|
207
|
-
|
|
208
|
-
dataflowEndpointName: string | undefined;
|
|
209
|
-
|
|
210
|
-
dataflowEndpointRegion?: string;
|
|
211
|
-
}
|
|
212
|
-
export declare namespace DataflowEndpointConfig {
|
|
213
|
-
|
|
214
|
-
const filterSensitiveLog: (obj: DataflowEndpointConfig) => any;
|
|
215
|
-
}
|
|
216
|
-
|
|
217
|
-
export interface S3RecordingConfig {
|
|
218
|
-
|
|
219
|
-
bucketArn: string | undefined;
|
|
220
|
-
|
|
221
|
-
roleArn: string | undefined;
|
|
222
|
-
|
|
223
|
-
prefix?: string;
|
|
224
|
-
}
|
|
225
|
-
export declare namespace S3RecordingConfig {
|
|
226
|
-
|
|
227
|
-
const filterSensitiveLog: (obj: S3RecordingConfig) => any;
|
|
228
|
-
}
|
|
229
|
-
export declare enum Criticality {
|
|
230
|
-
PREFERRED = "PREFERRED",
|
|
231
|
-
REMOVED = "REMOVED",
|
|
232
|
-
REQUIRED = "REQUIRED"
|
|
233
|
-
}
|
|
234
|
-
|
|
235
|
-
export interface TrackingConfig {
|
|
236
|
-
|
|
237
|
-
autotrack: Criticality | string | undefined;
|
|
238
|
-
}
|
|
239
|
-
export declare namespace TrackingConfig {
|
|
240
|
-
|
|
241
|
-
const filterSensitiveLog: (obj: TrackingConfig) => any;
|
|
242
|
-
}
|
|
243
|
-
|
|
244
|
-
export interface UplinkEchoConfig {
|
|
245
|
-
|
|
246
|
-
enabled: boolean | undefined;
|
|
247
|
-
|
|
248
|
-
antennaUplinkConfigArn: string | undefined;
|
|
249
|
-
}
|
|
250
|
-
export declare namespace UplinkEchoConfig {
|
|
251
|
-
|
|
252
|
-
const filterSensitiveLog: (obj: UplinkEchoConfig) => any;
|
|
253
|
-
}
|
|
254
|
-
|
|
255
|
-
export declare type ConfigTypeData = ConfigTypeData.AntennaDownlinkConfigMember | ConfigTypeData.AntennaDownlinkDemodDecodeConfigMember | ConfigTypeData.AntennaUplinkConfigMember | ConfigTypeData.DataflowEndpointConfigMember | ConfigTypeData.S3RecordingConfigMember | ConfigTypeData.TrackingConfigMember | ConfigTypeData.UplinkEchoConfigMember | ConfigTypeData.$UnknownMember;
|
|
256
|
-
export declare namespace ConfigTypeData {
|
|
257
|
-
|
|
258
|
-
interface AntennaDownlinkConfigMember {
|
|
259
|
-
antennaDownlinkConfig: AntennaDownlinkConfig;
|
|
260
|
-
trackingConfig?: never;
|
|
261
|
-
dataflowEndpointConfig?: never;
|
|
262
|
-
antennaDownlinkDemodDecodeConfig?: never;
|
|
263
|
-
antennaUplinkConfig?: never;
|
|
264
|
-
uplinkEchoConfig?: never;
|
|
265
|
-
s3RecordingConfig?: never;
|
|
266
|
-
$unknown?: never;
|
|
267
|
-
}
|
|
268
|
-
|
|
269
|
-
interface TrackingConfigMember {
|
|
270
|
-
antennaDownlinkConfig?: never;
|
|
271
|
-
trackingConfig: TrackingConfig;
|
|
272
|
-
dataflowEndpointConfig?: never;
|
|
273
|
-
antennaDownlinkDemodDecodeConfig?: never;
|
|
274
|
-
antennaUplinkConfig?: never;
|
|
275
|
-
uplinkEchoConfig?: never;
|
|
276
|
-
s3RecordingConfig?: never;
|
|
277
|
-
$unknown?: never;
|
|
278
|
-
}
|
|
279
|
-
|
|
280
|
-
interface DataflowEndpointConfigMember {
|
|
281
|
-
antennaDownlinkConfig?: never;
|
|
282
|
-
trackingConfig?: never;
|
|
283
|
-
dataflowEndpointConfig: DataflowEndpointConfig;
|
|
284
|
-
antennaDownlinkDemodDecodeConfig?: never;
|
|
285
|
-
antennaUplinkConfig?: never;
|
|
286
|
-
uplinkEchoConfig?: never;
|
|
287
|
-
s3RecordingConfig?: never;
|
|
288
|
-
$unknown?: never;
|
|
289
|
-
}
|
|
290
|
-
|
|
291
|
-
interface AntennaDownlinkDemodDecodeConfigMember {
|
|
292
|
-
antennaDownlinkConfig?: never;
|
|
293
|
-
trackingConfig?: never;
|
|
294
|
-
dataflowEndpointConfig?: never;
|
|
295
|
-
antennaDownlinkDemodDecodeConfig: AntennaDownlinkDemodDecodeConfig;
|
|
296
|
-
antennaUplinkConfig?: never;
|
|
297
|
-
uplinkEchoConfig?: never;
|
|
298
|
-
s3RecordingConfig?: never;
|
|
299
|
-
$unknown?: never;
|
|
300
|
-
}
|
|
301
|
-
|
|
302
|
-
interface AntennaUplinkConfigMember {
|
|
303
|
-
antennaDownlinkConfig?: never;
|
|
304
|
-
trackingConfig?: never;
|
|
305
|
-
dataflowEndpointConfig?: never;
|
|
306
|
-
antennaDownlinkDemodDecodeConfig?: never;
|
|
307
|
-
antennaUplinkConfig: AntennaUplinkConfig;
|
|
308
|
-
uplinkEchoConfig?: never;
|
|
309
|
-
s3RecordingConfig?: never;
|
|
310
|
-
$unknown?: never;
|
|
311
|
-
}
|
|
312
|
-
|
|
313
|
-
interface UplinkEchoConfigMember {
|
|
314
|
-
antennaDownlinkConfig?: never;
|
|
315
|
-
trackingConfig?: never;
|
|
316
|
-
dataflowEndpointConfig?: never;
|
|
317
|
-
antennaDownlinkDemodDecodeConfig?: never;
|
|
318
|
-
antennaUplinkConfig?: never;
|
|
319
|
-
uplinkEchoConfig: UplinkEchoConfig;
|
|
320
|
-
s3RecordingConfig?: never;
|
|
321
|
-
$unknown?: never;
|
|
322
|
-
}
|
|
323
|
-
|
|
324
|
-
interface S3RecordingConfigMember {
|
|
325
|
-
antennaDownlinkConfig?: never;
|
|
326
|
-
trackingConfig?: never;
|
|
327
|
-
dataflowEndpointConfig?: never;
|
|
328
|
-
antennaDownlinkDemodDecodeConfig?: never;
|
|
329
|
-
antennaUplinkConfig?: never;
|
|
330
|
-
uplinkEchoConfig?: never;
|
|
331
|
-
s3RecordingConfig: S3RecordingConfig;
|
|
332
|
-
$unknown?: never;
|
|
333
|
-
}
|
|
334
|
-
interface $UnknownMember {
|
|
335
|
-
antennaDownlinkConfig?: never;
|
|
336
|
-
trackingConfig?: never;
|
|
337
|
-
dataflowEndpointConfig?: never;
|
|
338
|
-
antennaDownlinkDemodDecodeConfig?: never;
|
|
339
|
-
antennaUplinkConfig?: never;
|
|
340
|
-
uplinkEchoConfig?: never;
|
|
341
|
-
s3RecordingConfig?: never;
|
|
342
|
-
$unknown: [
|
|
343
|
-
string,
|
|
344
|
-
any
|
|
345
|
-
];
|
|
346
|
-
}
|
|
347
|
-
interface Visitor<T> {
|
|
348
|
-
antennaDownlinkConfig: (value: AntennaDownlinkConfig) => T;
|
|
349
|
-
trackingConfig: (value: TrackingConfig) => T;
|
|
350
|
-
dataflowEndpointConfig: (value: DataflowEndpointConfig) => T;
|
|
351
|
-
antennaDownlinkDemodDecodeConfig: (value: AntennaDownlinkDemodDecodeConfig) => T;
|
|
352
|
-
antennaUplinkConfig: (value: AntennaUplinkConfig) => T;
|
|
353
|
-
uplinkEchoConfig: (value: UplinkEchoConfig) => T;
|
|
354
|
-
s3RecordingConfig: (value: S3RecordingConfig) => T;
|
|
355
|
-
_: (name: string, value: any) => T;
|
|
356
|
-
}
|
|
357
|
-
const visit: <T>(value: ConfigTypeData, visitor: Visitor<T>) => T;
|
|
358
|
-
|
|
359
|
-
const filterSensitiveLog: (obj: ConfigTypeData) => any;
|
|
360
|
-
}
|
|
361
|
-
|
|
362
|
-
export interface CreateConfigRequest {
|
|
363
|
-
|
|
364
|
-
name: string | undefined;
|
|
365
|
-
|
|
366
|
-
configData: ConfigTypeData | undefined;
|
|
367
|
-
|
|
368
|
-
tags?: {
|
|
369
|
-
[key: string]: string;
|
|
370
|
-
};
|
|
371
|
-
}
|
|
372
|
-
export declare namespace CreateConfigRequest {
|
|
373
|
-
|
|
374
|
-
const filterSensitiveLog: (obj: CreateConfigRequest) => any;
|
|
375
|
-
}
|
|
376
|
-
|
|
377
|
-
export interface ResourceLimitExceededException extends __SmithyException, $MetadataBearer {
|
|
378
|
-
name: "ResourceLimitExceededException";
|
|
379
|
-
$fault: "client";
|
|
380
|
-
message?: string;
|
|
381
|
-
|
|
382
|
-
parameterName?: string;
|
|
383
|
-
}
|
|
384
|
-
|
|
385
|
-
export interface DeleteConfigRequest {
|
|
386
|
-
|
|
387
|
-
configId: string | undefined;
|
|
388
|
-
|
|
389
|
-
configType: ConfigCapabilityType | string | undefined;
|
|
390
|
-
}
|
|
391
|
-
export declare namespace DeleteConfigRequest {
|
|
392
|
-
|
|
393
|
-
const filterSensitiveLog: (obj: DeleteConfigRequest) => any;
|
|
394
|
-
}
|
|
395
|
-
|
|
396
|
-
export interface GetConfigRequest {
|
|
397
|
-
|
|
398
|
-
configId: string | undefined;
|
|
399
|
-
|
|
400
|
-
configType: ConfigCapabilityType | string | undefined;
|
|
401
|
-
}
|
|
402
|
-
export declare namespace GetConfigRequest {
|
|
403
|
-
|
|
404
|
-
const filterSensitiveLog: (obj: GetConfigRequest) => any;
|
|
405
|
-
}
|
|
406
|
-
|
|
407
|
-
export interface GetConfigResponse {
|
|
408
|
-
|
|
409
|
-
configId: string | undefined;
|
|
410
|
-
|
|
411
|
-
configArn: string | undefined;
|
|
412
|
-
|
|
413
|
-
name: string | undefined;
|
|
414
|
-
|
|
415
|
-
configType?: ConfigCapabilityType | string;
|
|
416
|
-
|
|
417
|
-
configData: ConfigTypeData | undefined;
|
|
418
|
-
|
|
419
|
-
tags?: {
|
|
420
|
-
[key: string]: string;
|
|
421
|
-
};
|
|
422
|
-
}
|
|
423
|
-
export declare namespace GetConfigResponse {
|
|
424
|
-
|
|
425
|
-
const filterSensitiveLog: (obj: GetConfigResponse) => any;
|
|
426
|
-
}
|
|
427
|
-
|
|
428
|
-
export interface ListConfigsRequest {
|
|
429
|
-
|
|
430
|
-
maxResults?: number;
|
|
431
|
-
|
|
432
|
-
nextToken?: string;
|
|
433
|
-
}
|
|
434
|
-
export declare namespace ListConfigsRequest {
|
|
435
|
-
|
|
436
|
-
const filterSensitiveLog: (obj: ListConfigsRequest) => any;
|
|
437
|
-
}
|
|
438
|
-
|
|
439
|
-
export interface ConfigListItem {
|
|
440
|
-
|
|
441
|
-
configId?: string;
|
|
442
|
-
|
|
443
|
-
configType?: ConfigCapabilityType | string;
|
|
444
|
-
|
|
445
|
-
configArn?: string;
|
|
446
|
-
|
|
447
|
-
name?: string;
|
|
448
|
-
}
|
|
449
|
-
export declare namespace ConfigListItem {
|
|
450
|
-
|
|
451
|
-
const filterSensitiveLog: (obj: ConfigListItem) => any;
|
|
452
|
-
}
|
|
453
|
-
|
|
454
|
-
export interface ListConfigsResponse {
|
|
455
|
-
|
|
456
|
-
nextToken?: string;
|
|
457
|
-
|
|
458
|
-
configList?: ConfigListItem[];
|
|
459
|
-
}
|
|
460
|
-
export declare namespace ListConfigsResponse {
|
|
461
|
-
|
|
462
|
-
const filterSensitiveLog: (obj: ListConfigsResponse) => any;
|
|
463
|
-
}
|
|
464
|
-
|
|
465
|
-
export interface UpdateConfigRequest {
|
|
466
|
-
|
|
467
|
-
configId: string | undefined;
|
|
468
|
-
|
|
469
|
-
name: string | undefined;
|
|
470
|
-
|
|
471
|
-
configType: ConfigCapabilityType | string | undefined;
|
|
472
|
-
|
|
473
|
-
configData: ConfigTypeData | undefined;
|
|
474
|
-
}
|
|
475
|
-
export declare namespace UpdateConfigRequest {
|
|
476
|
-
|
|
477
|
-
const filterSensitiveLog: (obj: UpdateConfigRequest) => any;
|
|
478
|
-
}
|
|
479
|
-
|
|
480
|
-
export interface SocketAddress {
|
|
481
|
-
|
|
482
|
-
name: string | undefined;
|
|
483
|
-
|
|
484
|
-
port: number | undefined;
|
|
485
|
-
}
|
|
486
|
-
export declare namespace SocketAddress {
|
|
487
|
-
|
|
488
|
-
const filterSensitiveLog: (obj: SocketAddress) => any;
|
|
489
|
-
}
|
|
490
|
-
export declare enum EndpointStatus {
|
|
491
|
-
created = "created",
|
|
492
|
-
creating = "creating",
|
|
493
|
-
deleted = "deleted",
|
|
494
|
-
deleting = "deleting",
|
|
495
|
-
failed = "failed"
|
|
496
|
-
}
|
|
497
|
-
|
|
498
|
-
export interface DataflowEndpoint {
|
|
499
|
-
|
|
500
|
-
name?: string;
|
|
501
|
-
|
|
502
|
-
address?: SocketAddress;
|
|
503
|
-
|
|
504
|
-
status?: EndpointStatus | string;
|
|
505
|
-
|
|
506
|
-
mtu?: number;
|
|
507
|
-
}
|
|
508
|
-
export declare namespace DataflowEndpoint {
|
|
509
|
-
|
|
510
|
-
const filterSensitiveLog: (obj: DataflowEndpoint) => any;
|
|
511
|
-
}
|
|
512
|
-
|
|
513
|
-
export interface SecurityDetails {
|
|
514
|
-
|
|
515
|
-
subnetIds: string[] | undefined;
|
|
516
|
-
|
|
517
|
-
securityGroupIds: string[] | undefined;
|
|
518
|
-
|
|
519
|
-
roleArn: string | undefined;
|
|
520
|
-
}
|
|
521
|
-
export declare namespace SecurityDetails {
|
|
522
|
-
|
|
523
|
-
const filterSensitiveLog: (obj: SecurityDetails) => any;
|
|
524
|
-
}
|
|
525
|
-
|
|
526
|
-
export interface EndpointDetails {
|
|
527
|
-
|
|
528
|
-
securityDetails?: SecurityDetails;
|
|
529
|
-
|
|
530
|
-
endpoint?: DataflowEndpoint;
|
|
531
|
-
}
|
|
532
|
-
export declare namespace EndpointDetails {
|
|
533
|
-
|
|
534
|
-
const filterSensitiveLog: (obj: EndpointDetails) => any;
|
|
535
|
-
}
|
|
536
|
-
|
|
537
|
-
export interface S3RecordingDetails {
|
|
538
|
-
|
|
539
|
-
bucketArn?: string;
|
|
540
|
-
|
|
541
|
-
keyTemplate?: string;
|
|
542
|
-
}
|
|
543
|
-
export declare namespace S3RecordingDetails {
|
|
544
|
-
|
|
545
|
-
const filterSensitiveLog: (obj: S3RecordingDetails) => any;
|
|
546
|
-
}
|
|
547
|
-
|
|
548
|
-
export declare type ConfigDetails = ConfigDetails.AntennaDemodDecodeDetailsMember | ConfigDetails.EndpointDetailsMember | ConfigDetails.S3RecordingDetailsMember | ConfigDetails.$UnknownMember;
|
|
549
|
-
export declare namespace ConfigDetails {
|
|
550
|
-
|
|
551
|
-
interface EndpointDetailsMember {
|
|
552
|
-
endpointDetails: EndpointDetails;
|
|
553
|
-
antennaDemodDecodeDetails?: never;
|
|
554
|
-
s3RecordingDetails?: never;
|
|
555
|
-
$unknown?: never;
|
|
556
|
-
}
|
|
557
|
-
|
|
558
|
-
interface AntennaDemodDecodeDetailsMember {
|
|
559
|
-
endpointDetails?: never;
|
|
560
|
-
antennaDemodDecodeDetails: AntennaDemodDecodeDetails;
|
|
561
|
-
s3RecordingDetails?: never;
|
|
562
|
-
$unknown?: never;
|
|
563
|
-
}
|
|
564
|
-
|
|
565
|
-
interface S3RecordingDetailsMember {
|
|
566
|
-
endpointDetails?: never;
|
|
567
|
-
antennaDemodDecodeDetails?: never;
|
|
568
|
-
s3RecordingDetails: S3RecordingDetails;
|
|
569
|
-
$unknown?: never;
|
|
570
|
-
}
|
|
571
|
-
interface $UnknownMember {
|
|
572
|
-
endpointDetails?: never;
|
|
573
|
-
antennaDemodDecodeDetails?: never;
|
|
574
|
-
s3RecordingDetails?: never;
|
|
575
|
-
$unknown: [
|
|
576
|
-
string,
|
|
577
|
-
any
|
|
578
|
-
];
|
|
579
|
-
}
|
|
580
|
-
interface Visitor<T> {
|
|
581
|
-
endpointDetails: (value: EndpointDetails) => T;
|
|
582
|
-
antennaDemodDecodeDetails: (value: AntennaDemodDecodeDetails) => T;
|
|
583
|
-
s3RecordingDetails: (value: S3RecordingDetails) => T;
|
|
584
|
-
_: (name: string, value: any) => T;
|
|
585
|
-
}
|
|
586
|
-
const visit: <T>(value: ConfigDetails, visitor: Visitor<T>) => T;
|
|
587
|
-
|
|
588
|
-
const filterSensitiveLog: (obj: ConfigDetails) => any;
|
|
589
|
-
}
|
|
590
|
-
|
|
591
|
-
export interface DescribeContactRequest {
|
|
592
|
-
|
|
593
|
-
contactId: string | undefined;
|
|
594
|
-
}
|
|
595
|
-
export declare namespace DescribeContactRequest {
|
|
596
|
-
|
|
597
|
-
const filterSensitiveLog: (obj: DescribeContactRequest) => any;
|
|
598
|
-
}
|
|
599
|
-
export declare enum ContactStatus {
|
|
600
|
-
AVAILABLE = "AVAILABLE",
|
|
601
|
-
AWS_CANCELLED = "AWS_CANCELLED",
|
|
602
|
-
AWS_FAILED = "AWS_FAILED",
|
|
603
|
-
CANCELLED = "CANCELLED",
|
|
604
|
-
CANCELLING = "CANCELLING",
|
|
605
|
-
COMPLETED = "COMPLETED",
|
|
606
|
-
FAILED = "FAILED",
|
|
607
|
-
FAILED_TO_SCHEDULE = "FAILED_TO_SCHEDULE",
|
|
608
|
-
PASS = "PASS",
|
|
609
|
-
POSTPASS = "POSTPASS",
|
|
610
|
-
PREPASS = "PREPASS",
|
|
611
|
-
SCHEDULED = "SCHEDULED",
|
|
612
|
-
SCHEDULING = "SCHEDULING"
|
|
613
|
-
}
|
|
614
|
-
|
|
615
|
-
export interface Destination {
|
|
616
|
-
|
|
617
|
-
configType?: ConfigCapabilityType | string;
|
|
618
|
-
|
|
619
|
-
configId?: string;
|
|
620
|
-
|
|
621
|
-
configDetails?: ConfigDetails;
|
|
622
|
-
|
|
623
|
-
dataflowDestinationRegion?: string;
|
|
624
|
-
}
|
|
625
|
-
export declare namespace Destination {
|
|
626
|
-
|
|
627
|
-
const filterSensitiveLog: (obj: Destination) => any;
|
|
628
|
-
}
|
|
629
|
-
|
|
630
|
-
export interface Source {
|
|
631
|
-
|
|
632
|
-
configType?: ConfigCapabilityType | string;
|
|
633
|
-
|
|
634
|
-
configId?: string;
|
|
635
|
-
|
|
636
|
-
configDetails?: ConfigDetails;
|
|
637
|
-
|
|
638
|
-
dataflowSourceRegion?: string;
|
|
639
|
-
}
|
|
640
|
-
export declare namespace Source {
|
|
641
|
-
|
|
642
|
-
const filterSensitiveLog: (obj: Source) => any;
|
|
643
|
-
}
|
|
644
|
-
|
|
645
|
-
export interface DataflowDetail {
|
|
646
|
-
|
|
647
|
-
source?: Source;
|
|
648
|
-
|
|
649
|
-
destination?: Destination;
|
|
650
|
-
|
|
651
|
-
errorMessage?: string;
|
|
652
|
-
}
|
|
653
|
-
export declare namespace DataflowDetail {
|
|
654
|
-
|
|
655
|
-
const filterSensitiveLog: (obj: DataflowDetail) => any;
|
|
656
|
-
}
|
|
657
|
-
|
|
658
|
-
export interface Elevation {
|
|
659
|
-
|
|
660
|
-
value: number | undefined;
|
|
661
|
-
|
|
662
|
-
unit: AngleUnits | string | undefined;
|
|
663
|
-
}
|
|
664
|
-
export declare namespace Elevation {
|
|
665
|
-
|
|
666
|
-
const filterSensitiveLog: (obj: Elevation) => any;
|
|
667
|
-
}
|
|
668
|
-
|
|
669
|
-
export interface DescribeContactResponse {
|
|
670
|
-
|
|
671
|
-
contactId?: string;
|
|
672
|
-
|
|
673
|
-
missionProfileArn?: string;
|
|
674
|
-
|
|
675
|
-
satelliteArn?: string;
|
|
676
|
-
|
|
677
|
-
startTime?: Date;
|
|
678
|
-
|
|
679
|
-
endTime?: Date;
|
|
680
|
-
|
|
681
|
-
prePassStartTime?: Date;
|
|
682
|
-
|
|
683
|
-
postPassEndTime?: Date;
|
|
684
|
-
|
|
685
|
-
groundStation?: string;
|
|
686
|
-
|
|
687
|
-
contactStatus?: ContactStatus | string;
|
|
688
|
-
|
|
689
|
-
errorMessage?: string;
|
|
690
|
-
|
|
691
|
-
maximumElevation?: Elevation;
|
|
692
|
-
|
|
693
|
-
tags?: {
|
|
694
|
-
[key: string]: string;
|
|
695
|
-
};
|
|
696
|
-
|
|
697
|
-
region?: string;
|
|
698
|
-
|
|
699
|
-
dataflowList?: DataflowDetail[];
|
|
700
|
-
}
|
|
701
|
-
export declare namespace DescribeContactResponse {
|
|
702
|
-
|
|
703
|
-
const filterSensitiveLog: (obj: DescribeContactResponse) => any;
|
|
704
|
-
}
|
|
705
|
-
|
|
706
|
-
export interface ListContactsRequest {
|
|
707
|
-
|
|
708
|
-
maxResults?: number;
|
|
709
|
-
|
|
710
|
-
nextToken?: string;
|
|
711
|
-
|
|
712
|
-
statusList: (ContactStatus | string)[] | undefined;
|
|
713
|
-
|
|
714
|
-
startTime: Date | undefined;
|
|
715
|
-
|
|
716
|
-
endTime: Date | undefined;
|
|
717
|
-
|
|
718
|
-
groundStation?: string;
|
|
719
|
-
|
|
720
|
-
satelliteArn?: string;
|
|
721
|
-
|
|
722
|
-
missionProfileArn?: string;
|
|
723
|
-
}
|
|
724
|
-
export declare namespace ListContactsRequest {
|
|
725
|
-
|
|
726
|
-
const filterSensitiveLog: (obj: ListContactsRequest) => any;
|
|
727
|
-
}
|
|
728
|
-
|
|
729
|
-
export interface ContactData {
|
|
730
|
-
|
|
731
|
-
contactId?: string;
|
|
732
|
-
|
|
733
|
-
missionProfileArn?: string;
|
|
734
|
-
|
|
735
|
-
satelliteArn?: string;
|
|
736
|
-
|
|
737
|
-
startTime?: Date;
|
|
738
|
-
|
|
739
|
-
endTime?: Date;
|
|
740
|
-
|
|
741
|
-
prePassStartTime?: Date;
|
|
742
|
-
|
|
743
|
-
postPassEndTime?: Date;
|
|
744
|
-
|
|
745
|
-
groundStation?: string;
|
|
746
|
-
|
|
747
|
-
contactStatus?: ContactStatus | string;
|
|
748
|
-
|
|
749
|
-
errorMessage?: string;
|
|
750
|
-
|
|
751
|
-
maximumElevation?: Elevation;
|
|
752
|
-
|
|
753
|
-
region?: string;
|
|
754
|
-
|
|
755
|
-
tags?: {
|
|
756
|
-
[key: string]: string;
|
|
757
|
-
};
|
|
758
|
-
}
|
|
759
|
-
export declare namespace ContactData {
|
|
760
|
-
|
|
761
|
-
const filterSensitiveLog: (obj: ContactData) => any;
|
|
762
|
-
}
|
|
763
|
-
|
|
764
|
-
export interface ListContactsResponse {
|
|
765
|
-
|
|
766
|
-
nextToken?: string;
|
|
767
|
-
|
|
768
|
-
contactList?: ContactData[];
|
|
769
|
-
}
|
|
770
|
-
export declare namespace ListContactsResponse {
|
|
771
|
-
|
|
772
|
-
const filterSensitiveLog: (obj: ListContactsResponse) => any;
|
|
773
|
-
}
|
|
774
|
-
|
|
775
|
-
export interface ReserveContactRequest {
|
|
776
|
-
|
|
777
|
-
missionProfileArn: string | undefined;
|
|
778
|
-
|
|
779
|
-
satelliteArn: string | undefined;
|
|
780
|
-
|
|
781
|
-
startTime: Date | undefined;
|
|
782
|
-
|
|
783
|
-
endTime: Date | undefined;
|
|
784
|
-
|
|
785
|
-
groundStation: string | undefined;
|
|
786
|
-
|
|
787
|
-
tags?: {
|
|
788
|
-
[key: string]: string;
|
|
789
|
-
};
|
|
790
|
-
}
|
|
791
|
-
export declare namespace ReserveContactRequest {
|
|
792
|
-
|
|
793
|
-
const filterSensitiveLog: (obj: ReserveContactRequest) => any;
|
|
794
|
-
}
|
|
795
|
-
|
|
796
|
-
export interface CreateDataflowEndpointGroupRequest {
|
|
797
|
-
|
|
798
|
-
endpointDetails: EndpointDetails[] | undefined;
|
|
799
|
-
|
|
800
|
-
tags?: {
|
|
801
|
-
[key: string]: string;
|
|
802
|
-
};
|
|
803
|
-
}
|
|
804
|
-
export declare namespace CreateDataflowEndpointGroupRequest {
|
|
805
|
-
|
|
806
|
-
const filterSensitiveLog: (obj: CreateDataflowEndpointGroupRequest) => any;
|
|
807
|
-
}
|
|
808
|
-
|
|
809
|
-
export interface DataflowEndpointGroupIdResponse {
|
|
810
|
-
|
|
811
|
-
dataflowEndpointGroupId?: string;
|
|
812
|
-
}
|
|
813
|
-
export declare namespace DataflowEndpointGroupIdResponse {
|
|
814
|
-
|
|
815
|
-
const filterSensitiveLog: (obj: DataflowEndpointGroupIdResponse) => any;
|
|
816
|
-
}
|
|
817
|
-
|
|
818
|
-
export interface CreateMissionProfileRequest {
|
|
819
|
-
|
|
820
|
-
name: string | undefined;
|
|
821
|
-
|
|
822
|
-
contactPrePassDurationSeconds?: number;
|
|
823
|
-
|
|
824
|
-
contactPostPassDurationSeconds?: number;
|
|
825
|
-
|
|
826
|
-
minimumViableContactDurationSeconds: number | undefined;
|
|
827
|
-
|
|
828
|
-
dataflowEdges: string[][] | undefined;
|
|
829
|
-
|
|
830
|
-
trackingConfigArn: string | undefined;
|
|
831
|
-
|
|
832
|
-
tags?: {
|
|
833
|
-
[key: string]: string;
|
|
834
|
-
};
|
|
835
|
-
}
|
|
836
|
-
export declare namespace CreateMissionProfileRequest {
|
|
837
|
-
|
|
838
|
-
const filterSensitiveLog: (obj: CreateMissionProfileRequest) => any;
|
|
839
|
-
}
|
|
840
|
-
|
|
841
|
-
export interface MissionProfileIdResponse {
|
|
842
|
-
|
|
843
|
-
missionProfileId?: string;
|
|
844
|
-
}
|
|
845
|
-
export declare namespace MissionProfileIdResponse {
|
|
846
|
-
|
|
847
|
-
const filterSensitiveLog: (obj: MissionProfileIdResponse) => any;
|
|
848
|
-
}
|
|
849
|
-
|
|
850
|
-
export interface DeleteDataflowEndpointGroupRequest {
|
|
851
|
-
|
|
852
|
-
dataflowEndpointGroupId: string | undefined;
|
|
853
|
-
}
|
|
854
|
-
export declare namespace DeleteDataflowEndpointGroupRequest {
|
|
855
|
-
|
|
856
|
-
const filterSensitiveLog: (obj: DeleteDataflowEndpointGroupRequest) => any;
|
|
857
|
-
}
|
|
858
|
-
|
|
859
|
-
export interface GetDataflowEndpointGroupRequest {
|
|
860
|
-
|
|
861
|
-
dataflowEndpointGroupId: string | undefined;
|
|
862
|
-
}
|
|
863
|
-
export declare namespace GetDataflowEndpointGroupRequest {
|
|
864
|
-
|
|
865
|
-
const filterSensitiveLog: (obj: GetDataflowEndpointGroupRequest) => any;
|
|
866
|
-
}
|
|
867
|
-
|
|
868
|
-
export interface GetDataflowEndpointGroupResponse {
|
|
869
|
-
|
|
870
|
-
dataflowEndpointGroupId?: string;
|
|
871
|
-
|
|
872
|
-
dataflowEndpointGroupArn?: string;
|
|
873
|
-
|
|
874
|
-
endpointsDetails?: EndpointDetails[];
|
|
875
|
-
|
|
876
|
-
tags?: {
|
|
877
|
-
[key: string]: string;
|
|
878
|
-
};
|
|
879
|
-
}
|
|
880
|
-
export declare namespace GetDataflowEndpointGroupResponse {
|
|
881
|
-
|
|
882
|
-
const filterSensitiveLog: (obj: GetDataflowEndpointGroupResponse) => any;
|
|
883
|
-
}
|
|
884
|
-
|
|
885
|
-
export interface ListDataflowEndpointGroupsRequest {
|
|
886
|
-
|
|
887
|
-
maxResults?: number;
|
|
888
|
-
|
|
889
|
-
nextToken?: string;
|
|
890
|
-
}
|
|
891
|
-
export declare namespace ListDataflowEndpointGroupsRequest {
|
|
892
|
-
|
|
893
|
-
const filterSensitiveLog: (obj: ListDataflowEndpointGroupsRequest) => any;
|
|
894
|
-
}
|
|
895
|
-
|
|
896
|
-
export interface DataflowEndpointListItem {
|
|
897
|
-
|
|
898
|
-
dataflowEndpointGroupId?: string;
|
|
899
|
-
|
|
900
|
-
dataflowEndpointGroupArn?: string;
|
|
901
|
-
}
|
|
902
|
-
export declare namespace DataflowEndpointListItem {
|
|
903
|
-
|
|
904
|
-
const filterSensitiveLog: (obj: DataflowEndpointListItem) => any;
|
|
905
|
-
}
|
|
906
|
-
|
|
907
|
-
export interface ListDataflowEndpointGroupsResponse {
|
|
908
|
-
|
|
909
|
-
nextToken?: string;
|
|
910
|
-
|
|
911
|
-
dataflowEndpointGroupList?: DataflowEndpointListItem[];
|
|
912
|
-
}
|
|
913
|
-
export declare namespace ListDataflowEndpointGroupsResponse {
|
|
914
|
-
|
|
915
|
-
const filterSensitiveLog: (obj: ListDataflowEndpointGroupsResponse) => any;
|
|
916
|
-
}
|
|
917
|
-
|
|
918
|
-
export interface DeleteMissionProfileRequest {
|
|
919
|
-
|
|
920
|
-
missionProfileId: string | undefined;
|
|
921
|
-
}
|
|
922
|
-
export declare namespace DeleteMissionProfileRequest {
|
|
923
|
-
|
|
924
|
-
const filterSensitiveLog: (obj: DeleteMissionProfileRequest) => any;
|
|
925
|
-
}
|
|
926
|
-
|
|
927
|
-
export interface GetMinuteUsageRequest {
|
|
928
|
-
|
|
929
|
-
month: number | undefined;
|
|
930
|
-
|
|
931
|
-
year: number | undefined;
|
|
932
|
-
}
|
|
933
|
-
export declare namespace GetMinuteUsageRequest {
|
|
934
|
-
|
|
935
|
-
const filterSensitiveLog: (obj: GetMinuteUsageRequest) => any;
|
|
936
|
-
}
|
|
937
|
-
|
|
938
|
-
export interface GetMinuteUsageResponse {
|
|
939
|
-
|
|
940
|
-
isReservedMinutesCustomer?: boolean;
|
|
941
|
-
|
|
942
|
-
totalReservedMinuteAllocation?: number;
|
|
943
|
-
|
|
944
|
-
upcomingMinutesScheduled?: number;
|
|
945
|
-
|
|
946
|
-
totalScheduledMinutes?: number;
|
|
947
|
-
|
|
948
|
-
estimatedMinutesRemaining?: number;
|
|
949
|
-
}
|
|
950
|
-
export declare namespace GetMinuteUsageResponse {
|
|
951
|
-
|
|
952
|
-
const filterSensitiveLog: (obj: GetMinuteUsageResponse) => any;
|
|
953
|
-
}
|
|
954
|
-
|
|
955
|
-
export interface GetMissionProfileRequest {
|
|
956
|
-
|
|
957
|
-
missionProfileId: string | undefined;
|
|
958
|
-
}
|
|
959
|
-
export declare namespace GetMissionProfileRequest {
|
|
960
|
-
|
|
961
|
-
const filterSensitiveLog: (obj: GetMissionProfileRequest) => any;
|
|
962
|
-
}
|
|
963
|
-
|
|
964
|
-
export interface GetMissionProfileResponse {
|
|
965
|
-
|
|
966
|
-
missionProfileId?: string;
|
|
967
|
-
|
|
968
|
-
missionProfileArn?: string;
|
|
969
|
-
|
|
970
|
-
name?: string;
|
|
971
|
-
|
|
972
|
-
region?: string;
|
|
973
|
-
|
|
974
|
-
contactPrePassDurationSeconds?: number;
|
|
975
|
-
|
|
976
|
-
contactPostPassDurationSeconds?: number;
|
|
977
|
-
|
|
978
|
-
minimumViableContactDurationSeconds?: number;
|
|
979
|
-
|
|
980
|
-
dataflowEdges?: string[][];
|
|
981
|
-
|
|
982
|
-
trackingConfigArn?: string;
|
|
983
|
-
|
|
984
|
-
tags?: {
|
|
985
|
-
[key: string]: string;
|
|
986
|
-
};
|
|
987
|
-
}
|
|
988
|
-
export declare namespace GetMissionProfileResponse {
|
|
989
|
-
|
|
990
|
-
const filterSensitiveLog: (obj: GetMissionProfileResponse) => any;
|
|
991
|
-
}
|
|
992
|
-
|
|
993
|
-
export interface GetSatelliteRequest {
|
|
994
|
-
|
|
995
|
-
satelliteId: string | undefined;
|
|
996
|
-
}
|
|
997
|
-
export declare namespace GetSatelliteRequest {
|
|
998
|
-
|
|
999
|
-
const filterSensitiveLog: (obj: GetSatelliteRequest) => any;
|
|
1000
|
-
}
|
|
1001
|
-
|
|
1002
|
-
export interface GetSatelliteResponse {
|
|
1003
|
-
|
|
1004
|
-
satelliteId?: string;
|
|
1005
|
-
|
|
1006
|
-
satelliteArn?: string;
|
|
1007
|
-
|
|
1008
|
-
noradSatelliteID?: number;
|
|
1009
|
-
|
|
1010
|
-
groundStations?: string[];
|
|
1011
|
-
}
|
|
1012
|
-
export declare namespace GetSatelliteResponse {
|
|
1013
|
-
|
|
1014
|
-
const filterSensitiveLog: (obj: GetSatelliteResponse) => any;
|
|
1015
|
-
}
|
|
1016
|
-
|
|
1017
|
-
export interface ListGroundStationsRequest {
|
|
1018
|
-
|
|
1019
|
-
satelliteId?: string;
|
|
1020
|
-
|
|
1021
|
-
maxResults?: number;
|
|
1022
|
-
|
|
1023
|
-
nextToken?: string;
|
|
1024
|
-
}
|
|
1025
|
-
export declare namespace ListGroundStationsRequest {
|
|
1026
|
-
|
|
1027
|
-
const filterSensitiveLog: (obj: ListGroundStationsRequest) => any;
|
|
1028
|
-
}
|
|
1029
|
-
|
|
1030
|
-
export interface GroundStationData {
|
|
1031
|
-
|
|
1032
|
-
groundStationId?: string;
|
|
1033
|
-
|
|
1034
|
-
groundStationName?: string;
|
|
1035
|
-
|
|
1036
|
-
region?: string;
|
|
1037
|
-
}
|
|
1038
|
-
export declare namespace GroundStationData {
|
|
1039
|
-
|
|
1040
|
-
const filterSensitiveLog: (obj: GroundStationData) => any;
|
|
1041
|
-
}
|
|
1042
|
-
|
|
1043
|
-
export interface ListGroundStationsResponse {
|
|
1044
|
-
|
|
1045
|
-
nextToken?: string;
|
|
1046
|
-
|
|
1047
|
-
groundStationList?: GroundStationData[];
|
|
1048
|
-
}
|
|
1049
|
-
export declare namespace ListGroundStationsResponse {
|
|
1050
|
-
|
|
1051
|
-
const filterSensitiveLog: (obj: ListGroundStationsResponse) => any;
|
|
1052
|
-
}
|
|
1053
|
-
|
|
1054
|
-
export interface ListTagsForResourceRequest {
|
|
1055
|
-
|
|
1056
|
-
resourceArn: string | undefined;
|
|
1057
|
-
}
|
|
1058
|
-
export declare namespace ListTagsForResourceRequest {
|
|
1059
|
-
|
|
1060
|
-
const filterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
|
|
1061
|
-
}
|
|
1062
|
-
|
|
1063
|
-
export interface ListTagsForResourceResponse {
|
|
1064
|
-
|
|
1065
|
-
tags?: {
|
|
1066
|
-
[key: string]: string;
|
|
1067
|
-
};
|
|
1068
|
-
}
|
|
1069
|
-
export declare namespace ListTagsForResourceResponse {
|
|
1070
|
-
|
|
1071
|
-
const filterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
|
|
1072
|
-
}
|
|
1073
|
-
|
|
1074
|
-
export interface ListMissionProfilesRequest {
|
|
1075
|
-
|
|
1076
|
-
maxResults?: number;
|
|
1077
|
-
|
|
1078
|
-
nextToken?: string;
|
|
1079
|
-
}
|
|
1080
|
-
export declare namespace ListMissionProfilesRequest {
|
|
1081
|
-
|
|
1082
|
-
const filterSensitiveLog: (obj: ListMissionProfilesRequest) => any;
|
|
1083
|
-
}
|
|
1084
|
-
|
|
1085
|
-
export interface MissionProfileListItem {
|
|
1086
|
-
|
|
1087
|
-
missionProfileId?: string;
|
|
1088
|
-
|
|
1089
|
-
missionProfileArn?: string;
|
|
1090
|
-
|
|
1091
|
-
region?: string;
|
|
1092
|
-
|
|
1093
|
-
name?: string;
|
|
1094
|
-
}
|
|
1095
|
-
export declare namespace MissionProfileListItem {
|
|
1096
|
-
|
|
1097
|
-
const filterSensitiveLog: (obj: MissionProfileListItem) => any;
|
|
1098
|
-
}
|
|
1099
|
-
|
|
1100
|
-
export interface ListMissionProfilesResponse {
|
|
1101
|
-
|
|
1102
|
-
nextToken?: string;
|
|
1103
|
-
|
|
1104
|
-
missionProfileList?: MissionProfileListItem[];
|
|
1105
|
-
}
|
|
1106
|
-
export declare namespace ListMissionProfilesResponse {
|
|
1107
|
-
|
|
1108
|
-
const filterSensitiveLog: (obj: ListMissionProfilesResponse) => any;
|
|
1109
|
-
}
|
|
1110
|
-
|
|
1111
|
-
export interface UpdateMissionProfileRequest {
|
|
1112
|
-
|
|
1113
|
-
missionProfileId: string | undefined;
|
|
1114
|
-
|
|
1115
|
-
name?: string;
|
|
1116
|
-
|
|
1117
|
-
contactPrePassDurationSeconds?: number;
|
|
1118
|
-
|
|
1119
|
-
contactPostPassDurationSeconds?: number;
|
|
1120
|
-
|
|
1121
|
-
minimumViableContactDurationSeconds?: number;
|
|
1122
|
-
|
|
1123
|
-
dataflowEdges?: string[][];
|
|
1124
|
-
|
|
1125
|
-
trackingConfigArn?: string;
|
|
1126
|
-
}
|
|
1127
|
-
export declare namespace UpdateMissionProfileRequest {
|
|
1128
|
-
|
|
1129
|
-
const filterSensitiveLog: (obj: UpdateMissionProfileRequest) => any;
|
|
1130
|
-
}
|
|
1131
|
-
|
|
1132
|
-
export interface ListSatellitesRequest {
|
|
1133
|
-
|
|
1134
|
-
maxResults?: number;
|
|
1135
|
-
|
|
1136
|
-
nextToken?: string;
|
|
1137
|
-
}
|
|
1138
|
-
export declare namespace ListSatellitesRequest {
|
|
1139
|
-
|
|
1140
|
-
const filterSensitiveLog: (obj: ListSatellitesRequest) => any;
|
|
1141
|
-
}
|
|
1142
|
-
|
|
1143
|
-
export interface SatelliteListItem {
|
|
1144
|
-
|
|
1145
|
-
satelliteId?: string;
|
|
1146
|
-
|
|
1147
|
-
satelliteArn?: string;
|
|
1148
|
-
|
|
1149
|
-
noradSatelliteID?: number;
|
|
1150
|
-
|
|
1151
|
-
groundStations?: string[];
|
|
1152
|
-
}
|
|
1153
|
-
export declare namespace SatelliteListItem {
|
|
1154
|
-
|
|
1155
|
-
const filterSensitiveLog: (obj: SatelliteListItem) => any;
|
|
1156
|
-
}
|
|
1157
|
-
|
|
1158
|
-
export interface ListSatellitesResponse {
|
|
1159
|
-
|
|
1160
|
-
nextToken?: string;
|
|
1161
|
-
|
|
1162
|
-
satellites?: SatelliteListItem[];
|
|
1163
|
-
}
|
|
1164
|
-
export declare namespace ListSatellitesResponse {
|
|
1165
|
-
|
|
1166
|
-
const filterSensitiveLog: (obj: ListSatellitesResponse) => any;
|
|
1167
|
-
}
|
|
1168
|
-
|
|
1169
|
-
export interface TagResourceRequest {
|
|
1170
|
-
|
|
1171
|
-
resourceArn: string | undefined;
|
|
1172
|
-
|
|
1173
|
-
tags: {
|
|
1174
|
-
[key: string]: string;
|
|
1175
|
-
} | undefined;
|
|
1176
|
-
}
|
|
1177
|
-
export declare namespace TagResourceRequest {
|
|
1178
|
-
|
|
1179
|
-
const filterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
1180
|
-
}
|
|
1181
|
-
|
|
1182
|
-
export interface TagResourceResponse {
|
|
1183
|
-
}
|
|
1184
|
-
export declare namespace TagResourceResponse {
|
|
1185
|
-
|
|
1186
|
-
const filterSensitiveLog: (obj: TagResourceResponse) => any;
|
|
1187
|
-
}
|
|
1188
|
-
|
|
1189
|
-
export interface UntagResourceRequest {
|
|
1190
|
-
|
|
1191
|
-
resourceArn: string | undefined;
|
|
1192
|
-
|
|
1193
|
-
tagKeys: string[] | undefined;
|
|
1194
|
-
}
|
|
1195
|
-
export declare namespace UntagResourceRequest {
|
|
1196
|
-
|
|
1197
|
-
const filterSensitiveLog: (obj: UntagResourceRequest) => any;
|
|
1198
|
-
}
|
|
1199
|
-
|
|
1200
|
-
export interface UntagResourceResponse {
|
|
1201
|
-
}
|
|
1202
|
-
export declare namespace UntagResourceResponse {
|
|
1203
|
-
|
|
1204
|
-
const filterSensitiveLog: (obj: UntagResourceResponse) => any;
|
|
1205
|
-
}
|