@aws-sdk/client-groundstation 3.529.1 → 3.535.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-types/GroundStation.d.ts +6 -1
- package/dist-types/GroundStationClient.d.ts +1 -1
- package/dist-types/commands/CancelContactCommand.d.ts +2 -1
- package/dist-types/commands/CreateConfigCommand.d.ts +2 -1
- package/dist-types/commands/CreateDataflowEndpointGroupCommand.d.ts +2 -1
- package/dist-types/commands/CreateEphemerisCommand.d.ts +2 -1
- package/dist-types/commands/CreateMissionProfileCommand.d.ts +2 -1
- package/dist-types/commands/DeleteConfigCommand.d.ts +2 -1
- package/dist-types/commands/DeleteDataflowEndpointGroupCommand.d.ts +2 -1
- package/dist-types/commands/DeleteEphemerisCommand.d.ts +2 -1
- package/dist-types/commands/DeleteMissionProfileCommand.d.ts +2 -1
- package/dist-types/commands/DescribeContactCommand.d.ts +2 -1
- package/dist-types/commands/DescribeEphemerisCommand.d.ts +2 -1
- package/dist-types/commands/GetAgentConfigurationCommand.d.ts +2 -1
- package/dist-types/commands/GetConfigCommand.d.ts +2 -1
- package/dist-types/commands/GetDataflowEndpointGroupCommand.d.ts +2 -1
- package/dist-types/commands/GetMinuteUsageCommand.d.ts +2 -1
- package/dist-types/commands/GetMissionProfileCommand.d.ts +2 -1
- package/dist-types/commands/GetSatelliteCommand.d.ts +2 -1
- package/dist-types/commands/ListConfigsCommand.d.ts +2 -1
- package/dist-types/commands/ListContactsCommand.d.ts +2 -1
- package/dist-types/commands/ListDataflowEndpointGroupsCommand.d.ts +2 -1
- package/dist-types/commands/ListEphemeridesCommand.d.ts +2 -1
- package/dist-types/commands/ListGroundStationsCommand.d.ts +2 -1
- package/dist-types/commands/ListMissionProfilesCommand.d.ts +2 -1
- package/dist-types/commands/ListSatellitesCommand.d.ts +2 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/commands/RegisterAgentCommand.d.ts +2 -1
- package/dist-types/commands/ReserveContactCommand.d.ts +2 -1
- package/dist-types/commands/TagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UpdateAgentStatusCommand.d.ts +2 -1
- package/dist-types/commands/UpdateConfigCommand.d.ts +2 -1
- package/dist-types/commands/UpdateEphemerisCommand.d.ts +2 -1
- package/dist-types/commands/UpdateMissionProfileCommand.d.ts +2 -1
- package/dist-types/models/models_0.d.ts +451 -451
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/runtimeConfig.shared.d.ts +2 -2
- package/dist-types/ts3.4/GroundStation.d.ts +5 -0
- package/dist-types/ts3.4/commands/CancelContactCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateConfigCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateDataflowEndpointGroupCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateEphemerisCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateMissionProfileCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteConfigCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteDataflowEndpointGroupCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteEphemerisCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteMissionProfileCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeContactCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeEphemerisCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetAgentConfigurationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetConfigCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetDataflowEndpointGroupCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetMinuteUsageCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetMissionProfileCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetSatelliteCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListConfigsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListContactsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListDataflowEndpointGroupsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListEphemeridesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListGroundStationsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListMissionProfilesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListSatellitesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RegisterAgentCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ReserveContactCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateAgentStatusCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateConfigCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateEphemerisCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateMissionProfileCommand.d.ts +9 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -2
- package/package.json +41 -41
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
|
|
2
2
|
import { GroundStationServiceException as __BaseException } from "./GroundStationServiceException";
|
|
3
3
|
/**
|
|
4
|
-
* @public
|
|
5
4
|
* <p>Dependency encountered an error.</p>
|
|
5
|
+
* @public
|
|
6
6
|
*/
|
|
7
7
|
export declare class DependencyException extends __BaseException {
|
|
8
8
|
readonly name: "DependencyException";
|
|
9
9
|
readonly $fault: "server";
|
|
10
10
|
/**
|
|
11
|
-
* @public
|
|
12
11
|
* <p/>
|
|
12
|
+
* @public
|
|
13
13
|
*/
|
|
14
14
|
parameterName?: string;
|
|
15
15
|
/**
|
|
@@ -22,8 +22,8 @@ export declare class DependencyException extends __BaseException {
|
|
|
22
22
|
*/
|
|
23
23
|
export interface GetAgentConfigurationRequest {
|
|
24
24
|
/**
|
|
25
|
-
* @public
|
|
26
25
|
* <p>UUID of agent to get configuration information for.</p>
|
|
26
|
+
* @public
|
|
27
27
|
*/
|
|
28
28
|
agentId: string | undefined;
|
|
29
29
|
}
|
|
@@ -32,26 +32,26 @@ export interface GetAgentConfigurationRequest {
|
|
|
32
32
|
*/
|
|
33
33
|
export interface GetAgentConfigurationResponse {
|
|
34
34
|
/**
|
|
35
|
-
* @public
|
|
36
35
|
* <p>UUID of agent.</p>
|
|
36
|
+
* @public
|
|
37
37
|
*/
|
|
38
38
|
agentId?: string;
|
|
39
39
|
/**
|
|
40
|
-
* @public
|
|
41
40
|
* <p>Tasking document for agent.</p>
|
|
41
|
+
* @public
|
|
42
42
|
*/
|
|
43
43
|
taskingDocument?: string;
|
|
44
44
|
}
|
|
45
45
|
/**
|
|
46
|
-
* @public
|
|
47
46
|
* <p>One or more parameters are not valid.</p>
|
|
47
|
+
* @public
|
|
48
48
|
*/
|
|
49
49
|
export declare class InvalidParameterException extends __BaseException {
|
|
50
50
|
readonly name: "InvalidParameterException";
|
|
51
51
|
readonly $fault: "client";
|
|
52
52
|
/**
|
|
53
|
-
* @public
|
|
54
53
|
* <p/>
|
|
54
|
+
* @public
|
|
55
55
|
*/
|
|
56
56
|
parameterName?: string;
|
|
57
57
|
/**
|
|
@@ -60,8 +60,8 @@ export declare class InvalidParameterException extends __BaseException {
|
|
|
60
60
|
constructor(opts: __ExceptionOptionType<InvalidParameterException, __BaseException>);
|
|
61
61
|
}
|
|
62
62
|
/**
|
|
63
|
-
* @public
|
|
64
63
|
* <p>Resource was not found.</p>
|
|
64
|
+
* @public
|
|
65
65
|
*/
|
|
66
66
|
export declare class ResourceNotFoundException extends __BaseException {
|
|
67
67
|
readonly name: "ResourceNotFoundException";
|
|
@@ -72,78 +72,78 @@ export declare class ResourceNotFoundException extends __BaseException {
|
|
|
72
72
|
constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
|
|
73
73
|
}
|
|
74
74
|
/**
|
|
75
|
-
* @public
|
|
76
75
|
* <p>Version information for agent components.</p>
|
|
76
|
+
* @public
|
|
77
77
|
*/
|
|
78
78
|
export interface ComponentVersion {
|
|
79
79
|
/**
|
|
80
|
-
* @public
|
|
81
80
|
* <p>Component type.</p>
|
|
81
|
+
* @public
|
|
82
82
|
*/
|
|
83
83
|
componentType: string | undefined;
|
|
84
84
|
/**
|
|
85
|
-
* @public
|
|
86
85
|
* <p>List of versions.</p>
|
|
86
|
+
* @public
|
|
87
87
|
*/
|
|
88
88
|
versions: string[] | undefined;
|
|
89
89
|
}
|
|
90
90
|
/**
|
|
91
|
-
* @public
|
|
92
91
|
* <p>Detailed information about the agent.</p>
|
|
92
|
+
* @public
|
|
93
93
|
*/
|
|
94
94
|
export interface AgentDetails {
|
|
95
95
|
/**
|
|
96
|
-
* @public
|
|
97
96
|
* <p>Current agent version.</p>
|
|
97
|
+
* @public
|
|
98
98
|
*/
|
|
99
99
|
agentVersion: string | undefined;
|
|
100
100
|
/**
|
|
101
|
-
* @public
|
|
102
101
|
* <p>ID of EC2 instance agent is running on.</p>
|
|
102
|
+
* @public
|
|
103
103
|
*/
|
|
104
104
|
instanceId: string | undefined;
|
|
105
105
|
/**
|
|
106
|
-
* @public
|
|
107
106
|
* <p>Type of EC2 instance agent is running on.</p>
|
|
107
|
+
* @public
|
|
108
108
|
*/
|
|
109
109
|
instanceType: string | undefined;
|
|
110
110
|
/**
|
|
111
|
-
* @public
|
|
112
111
|
* <note>
|
|
113
112
|
* <p>This field should not be used. Use agentCpuCores instead.</p>
|
|
114
113
|
* </note>
|
|
115
114
|
* <p>List of CPU cores reserved for processes other than the agent running on the EC2 instance.</p>
|
|
115
|
+
* @public
|
|
116
116
|
*/
|
|
117
117
|
reservedCpuCores?: number[];
|
|
118
118
|
/**
|
|
119
|
-
* @public
|
|
120
119
|
* <p>List of CPU cores reserved for the agent.</p>
|
|
120
|
+
* @public
|
|
121
121
|
*/
|
|
122
122
|
agentCpuCores?: number[];
|
|
123
123
|
/**
|
|
124
|
-
* @public
|
|
125
124
|
* <p>List of versions being used by agent components.</p>
|
|
125
|
+
* @public
|
|
126
126
|
*/
|
|
127
127
|
componentVersions: ComponentVersion[] | undefined;
|
|
128
128
|
}
|
|
129
129
|
/**
|
|
130
|
-
* @public
|
|
131
130
|
* <p>Data for agent discovery.</p>
|
|
131
|
+
* @public
|
|
132
132
|
*/
|
|
133
133
|
export interface DiscoveryData {
|
|
134
134
|
/**
|
|
135
|
-
* @public
|
|
136
135
|
* <p>List of public IP addresses to associate with agent.</p>
|
|
136
|
+
* @public
|
|
137
137
|
*/
|
|
138
138
|
publicIpAddresses: string[] | undefined;
|
|
139
139
|
/**
|
|
140
|
-
* @public
|
|
141
140
|
* <p>List of private IP addresses to associate with agent.</p>
|
|
141
|
+
* @public
|
|
142
142
|
*/
|
|
143
143
|
privateIpAddresses: string[] | undefined;
|
|
144
144
|
/**
|
|
145
|
-
* @public
|
|
146
145
|
* <p>List of capabilities to associate with agent.</p>
|
|
146
|
+
* @public
|
|
147
147
|
*/
|
|
148
148
|
capabilityArns: string[] | undefined;
|
|
149
149
|
}
|
|
@@ -152,13 +152,13 @@ export interface DiscoveryData {
|
|
|
152
152
|
*/
|
|
153
153
|
export interface RegisterAgentRequest {
|
|
154
154
|
/**
|
|
155
|
-
* @public
|
|
156
155
|
* <p>Data for associating an agent with the capabilities it is managing.</p>
|
|
156
|
+
* @public
|
|
157
157
|
*/
|
|
158
158
|
discoveryData: DiscoveryData | undefined;
|
|
159
159
|
/**
|
|
160
|
-
* @public
|
|
161
160
|
* <p>Detailed information about the agent being registered.</p>
|
|
161
|
+
* @public
|
|
162
162
|
*/
|
|
163
163
|
agentDetails: AgentDetails | undefined;
|
|
164
164
|
}
|
|
@@ -167,8 +167,8 @@ export interface RegisterAgentRequest {
|
|
|
167
167
|
*/
|
|
168
168
|
export interface RegisterAgentResponse {
|
|
169
169
|
/**
|
|
170
|
-
* @public
|
|
171
170
|
* <p>UUID of registered agent.</p>
|
|
171
|
+
* @public
|
|
172
172
|
*/
|
|
173
173
|
agentId?: string;
|
|
174
174
|
}
|
|
@@ -187,59 +187,59 @@ export declare const AgentStatus: {
|
|
|
187
187
|
*/
|
|
188
188
|
export type AgentStatus = (typeof AgentStatus)[keyof typeof AgentStatus];
|
|
189
189
|
/**
|
|
190
|
-
* @public
|
|
191
190
|
* <p>Aggregate status of Agent components.</p>
|
|
191
|
+
* @public
|
|
192
192
|
*/
|
|
193
193
|
export interface AggregateStatus {
|
|
194
194
|
/**
|
|
195
|
-
* @public
|
|
196
195
|
* <p>Aggregate status.</p>
|
|
196
|
+
* @public
|
|
197
197
|
*/
|
|
198
198
|
status: AgentStatus | undefined;
|
|
199
199
|
/**
|
|
200
|
-
* @public
|
|
201
200
|
* <p>Sparse map of failure signatures.</p>
|
|
201
|
+
* @public
|
|
202
202
|
*/
|
|
203
203
|
signatureMap?: Record<string, boolean>;
|
|
204
204
|
}
|
|
205
205
|
/**
|
|
206
|
-
* @public
|
|
207
206
|
* <p>Data on the status of agent components.</p>
|
|
207
|
+
* @public
|
|
208
208
|
*/
|
|
209
209
|
export interface ComponentStatusData {
|
|
210
210
|
/**
|
|
211
|
-
* @public
|
|
212
211
|
* <p>The Component type.</p>
|
|
212
|
+
* @public
|
|
213
213
|
*/
|
|
214
214
|
componentType: string | undefined;
|
|
215
215
|
/**
|
|
216
|
-
* @public
|
|
217
216
|
* <p>Capability ARN of the component.</p>
|
|
217
|
+
* @public
|
|
218
218
|
*/
|
|
219
219
|
capabilityArn: string | undefined;
|
|
220
220
|
/**
|
|
221
|
-
* @public
|
|
222
221
|
* <p>Component status.</p>
|
|
222
|
+
* @public
|
|
223
223
|
*/
|
|
224
224
|
status: AgentStatus | undefined;
|
|
225
225
|
/**
|
|
226
|
-
* @public
|
|
227
226
|
* <p>Bytes sent by the component.</p>
|
|
227
|
+
* @public
|
|
228
228
|
*/
|
|
229
229
|
bytesSent?: number;
|
|
230
230
|
/**
|
|
231
|
-
* @public
|
|
232
231
|
* <p>Bytes received by the component.</p>
|
|
232
|
+
* @public
|
|
233
233
|
*/
|
|
234
234
|
bytesReceived?: number;
|
|
235
235
|
/**
|
|
236
|
-
* @public
|
|
237
236
|
* <p>Packets dropped by component.</p>
|
|
237
|
+
* @public
|
|
238
238
|
*/
|
|
239
239
|
packetsDropped?: number;
|
|
240
240
|
/**
|
|
241
|
-
* @public
|
|
242
241
|
* <p>Dataflow UUID associated with the component.</p>
|
|
242
|
+
* @public
|
|
243
243
|
*/
|
|
244
244
|
dataflowId: string | undefined;
|
|
245
245
|
}
|
|
@@ -248,23 +248,23 @@ export interface ComponentStatusData {
|
|
|
248
248
|
*/
|
|
249
249
|
export interface UpdateAgentStatusRequest {
|
|
250
250
|
/**
|
|
251
|
-
* @public
|
|
252
251
|
* <p>UUID of agent to update.</p>
|
|
252
|
+
* @public
|
|
253
253
|
*/
|
|
254
254
|
agentId: string | undefined;
|
|
255
255
|
/**
|
|
256
|
-
* @public
|
|
257
256
|
* <p>GUID of agent task.</p>
|
|
257
|
+
* @public
|
|
258
258
|
*/
|
|
259
259
|
taskId: string | undefined;
|
|
260
260
|
/**
|
|
261
|
-
* @public
|
|
262
261
|
* <p>Aggregate status for agent.</p>
|
|
262
|
+
* @public
|
|
263
263
|
*/
|
|
264
264
|
aggregateStatus: AggregateStatus | undefined;
|
|
265
265
|
/**
|
|
266
|
-
* @public
|
|
267
266
|
* <p>List of component statuses for agent.</p>
|
|
267
|
+
* @public
|
|
268
268
|
*/
|
|
269
269
|
componentStatuses: ComponentStatusData[] | undefined;
|
|
270
270
|
}
|
|
@@ -273,8 +273,8 @@ export interface UpdateAgentStatusRequest {
|
|
|
273
273
|
*/
|
|
274
274
|
export interface UpdateAgentStatusResponse {
|
|
275
275
|
/**
|
|
276
|
-
* @public
|
|
277
276
|
* <p>UUID of updated agent.</p>
|
|
277
|
+
* @public
|
|
278
278
|
*/
|
|
279
279
|
agentId: string | undefined;
|
|
280
280
|
}
|
|
@@ -291,13 +291,13 @@ export declare const AngleUnits: {
|
|
|
291
291
|
*/
|
|
292
292
|
export type AngleUnits = (typeof AngleUnits)[keyof typeof AngleUnits];
|
|
293
293
|
/**
|
|
294
|
-
* @public
|
|
295
294
|
* <p>Details about an antenna demod decode <code>Config</code> used in a contact.</p>
|
|
295
|
+
* @public
|
|
296
296
|
*/
|
|
297
297
|
export interface AntennaDemodDecodeDetails {
|
|
298
298
|
/**
|
|
299
|
-
* @public
|
|
300
299
|
* <p>Name of an antenna demod decode output node used in a contact.</p>
|
|
300
|
+
* @public
|
|
301
301
|
*/
|
|
302
302
|
outputNode?: string;
|
|
303
303
|
}
|
|
@@ -315,12 +315,11 @@ export declare const BandwidthUnits: {
|
|
|
315
315
|
*/
|
|
316
316
|
export type BandwidthUnits = (typeof BandwidthUnits)[keyof typeof BandwidthUnits];
|
|
317
317
|
/**
|
|
318
|
-
* @public
|
|
319
318
|
* <p>Object that describes the frequency bandwidth. </p>
|
|
319
|
+
* @public
|
|
320
320
|
*/
|
|
321
321
|
export interface FrequencyBandwidth {
|
|
322
322
|
/**
|
|
323
|
-
* @public
|
|
324
323
|
* <p>Frequency bandwidth value. AWS Ground Station currently has the following bandwidth limitations:</p>
|
|
325
324
|
* <ul>
|
|
326
325
|
* <li>
|
|
@@ -333,11 +332,12 @@ export interface FrequencyBandwidth {
|
|
|
333
332
|
* <p>For <code>AntennaUplinkConfig</code>, valid values are between 10 kHz to 54 MHz.</p>
|
|
334
333
|
* </li>
|
|
335
334
|
* </ul>
|
|
335
|
+
* @public
|
|
336
336
|
*/
|
|
337
337
|
value: number | undefined;
|
|
338
338
|
/**
|
|
339
|
-
* @public
|
|
340
339
|
* <p>Frequency bandwidth units.</p>
|
|
340
|
+
* @public
|
|
341
341
|
*/
|
|
342
342
|
units: BandwidthUnits | undefined;
|
|
343
343
|
}
|
|
@@ -355,18 +355,18 @@ export declare const FrequencyUnits: {
|
|
|
355
355
|
*/
|
|
356
356
|
export type FrequencyUnits = (typeof FrequencyUnits)[keyof typeof FrequencyUnits];
|
|
357
357
|
/**
|
|
358
|
-
* @public
|
|
359
358
|
* <p>Object that describes the frequency.</p>
|
|
359
|
+
* @public
|
|
360
360
|
*/
|
|
361
361
|
export interface Frequency {
|
|
362
362
|
/**
|
|
363
|
-
* @public
|
|
364
363
|
* <p>Frequency value. Valid values are between 2200 to 2300 MHz and 7750 to 8400 MHz for downlink and 2025 to 2120 MHz for uplink.</p>
|
|
364
|
+
* @public
|
|
365
365
|
*/
|
|
366
366
|
value: number | undefined;
|
|
367
367
|
/**
|
|
368
|
-
* @public
|
|
369
368
|
* <p>Frequency units.</p>
|
|
369
|
+
* @public
|
|
370
370
|
*/
|
|
371
371
|
units: FrequencyUnits | undefined;
|
|
372
372
|
}
|
|
@@ -384,17 +384,16 @@ export declare const Polarization: {
|
|
|
384
384
|
*/
|
|
385
385
|
export type Polarization = (typeof Polarization)[keyof typeof Polarization];
|
|
386
386
|
/**
|
|
387
|
-
* @public
|
|
388
387
|
* <p>Object that describes a spectral <code>Config</code>.</p>
|
|
388
|
+
* @public
|
|
389
389
|
*/
|
|
390
390
|
export interface SpectrumConfig {
|
|
391
391
|
/**
|
|
392
|
-
* @public
|
|
393
392
|
* <p>Center frequency of a spectral <code>Config</code>. Valid values are between 2200 to 2300 MHz and 7750 to 8400 MHz for downlink and 2025 to 2120 MHz for uplink.</p>
|
|
393
|
+
* @public
|
|
394
394
|
*/
|
|
395
395
|
centerFrequency: Frequency | undefined;
|
|
396
396
|
/**
|
|
397
|
-
* @public
|
|
398
397
|
* <p>Bandwidth of a spectral <code>Config</code>. AWS Ground Station currently has the following bandwidth limitations:</p>
|
|
399
398
|
* <ul>
|
|
400
399
|
* <li>
|
|
@@ -407,82 +406,83 @@ export interface SpectrumConfig {
|
|
|
407
406
|
* <p>For <code>AntennaUplinkConfig</code>, valid values are between 10 kHz to 54 MHz.</p>
|
|
408
407
|
* </li>
|
|
409
408
|
* </ul>
|
|
409
|
+
* @public
|
|
410
410
|
*/
|
|
411
411
|
bandwidth: FrequencyBandwidth | undefined;
|
|
412
412
|
/**
|
|
413
|
-
* @public
|
|
414
413
|
* <p>Polarization of a spectral <code>Config</code>. Capturing both <code>"RIGHT_HAND"</code> and <code>"LEFT_HAND"</code> polarization requires two separate configs.</p>
|
|
414
|
+
* @public
|
|
415
415
|
*/
|
|
416
416
|
polarization?: Polarization;
|
|
417
417
|
}
|
|
418
418
|
/**
|
|
419
|
-
* @public
|
|
420
419
|
* <p>Information about how AWS Ground Station should configure an
|
|
421
420
|
* antenna for downlink during a contact.</p>
|
|
421
|
+
* @public
|
|
422
422
|
*/
|
|
423
423
|
export interface AntennaDownlinkConfig {
|
|
424
424
|
/**
|
|
425
|
-
* @public
|
|
426
425
|
* <p>Object that describes a spectral <code>Config</code>.</p>
|
|
426
|
+
* @public
|
|
427
427
|
*/
|
|
428
428
|
spectrumConfig: SpectrumConfig | undefined;
|
|
429
429
|
}
|
|
430
430
|
/**
|
|
431
|
-
* @public
|
|
432
431
|
* <p>Information about the decode <code>Config</code>.</p>
|
|
432
|
+
* @public
|
|
433
433
|
*/
|
|
434
434
|
export interface DecodeConfig {
|
|
435
435
|
/**
|
|
436
|
-
* @public
|
|
437
436
|
* <p>Unvalidated JSON of a decode <code>Config</code>.</p>
|
|
437
|
+
* @public
|
|
438
438
|
*/
|
|
439
439
|
unvalidatedJSON: string | undefined;
|
|
440
440
|
}
|
|
441
441
|
/**
|
|
442
|
-
* @public
|
|
443
442
|
* <p>Information about the demodulation <code>Config</code>.</p>
|
|
443
|
+
* @public
|
|
444
444
|
*/
|
|
445
445
|
export interface DemodulationConfig {
|
|
446
446
|
/**
|
|
447
|
-
* @public
|
|
448
447
|
* <p>Unvalidated JSON of a demodulation <code>Config</code>.</p>
|
|
448
|
+
* @public
|
|
449
449
|
*/
|
|
450
450
|
unvalidatedJSON: string | undefined;
|
|
451
451
|
}
|
|
452
452
|
/**
|
|
453
|
-
* @public
|
|
454
453
|
* <p>Information about how AWS Ground Station should configure an antenna for downlink demod decode during a contact.</p>
|
|
454
|
+
* @public
|
|
455
455
|
*/
|
|
456
456
|
export interface AntennaDownlinkDemodDecodeConfig {
|
|
457
457
|
/**
|
|
458
|
-
* @public
|
|
459
458
|
* <p>Information about the spectral <code>Config</code>.</p>
|
|
459
|
+
* @public
|
|
460
460
|
*/
|
|
461
461
|
spectrumConfig: SpectrumConfig | undefined;
|
|
462
462
|
/**
|
|
463
|
-
* @public
|
|
464
463
|
* <p>Information about the demodulation <code>Config</code>.</p>
|
|
464
|
+
* @public
|
|
465
465
|
*/
|
|
466
466
|
demodulationConfig: DemodulationConfig | undefined;
|
|
467
467
|
/**
|
|
468
|
-
* @public
|
|
469
468
|
* <p>Information about the decode <code>Config</code>.</p>
|
|
469
|
+
* @public
|
|
470
470
|
*/
|
|
471
471
|
decodeConfig: DecodeConfig | undefined;
|
|
472
472
|
}
|
|
473
473
|
/**
|
|
474
|
-
* @public
|
|
475
474
|
* <p>Information about the uplink spectral <code>Config</code>.</p>
|
|
475
|
+
* @public
|
|
476
476
|
*/
|
|
477
477
|
export interface UplinkSpectrumConfig {
|
|
478
478
|
/**
|
|
479
|
-
* @public
|
|
480
479
|
* <p>Center frequency of an uplink spectral <code>Config</code>. Valid values are between 2025 to 2120 MHz.</p>
|
|
480
|
+
* @public
|
|
481
481
|
*/
|
|
482
482
|
centerFrequency: Frequency | undefined;
|
|
483
483
|
/**
|
|
484
|
-
* @public
|
|
485
484
|
* <p>Polarization of an uplink spectral <code>Config</code>. Capturing both <code>"RIGHT_HAND"</code> and <code>"LEFT_HAND"</code> polarization requires two separate configs.</p>
|
|
485
|
+
* @public
|
|
486
486
|
*/
|
|
487
487
|
polarization?: Polarization;
|
|
488
488
|
}
|
|
@@ -498,39 +498,39 @@ export declare const EirpUnits: {
|
|
|
498
498
|
*/
|
|
499
499
|
export type EirpUnits = (typeof EirpUnits)[keyof typeof EirpUnits];
|
|
500
500
|
/**
|
|
501
|
-
* @public
|
|
502
501
|
* <p>Object that represents EIRP.</p>
|
|
502
|
+
* @public
|
|
503
503
|
*/
|
|
504
504
|
export interface Eirp {
|
|
505
505
|
/**
|
|
506
|
-
* @public
|
|
507
506
|
* <p>Value of an EIRP. Valid values are between 20.0 to 50.0 dBW.</p>
|
|
507
|
+
* @public
|
|
508
508
|
*/
|
|
509
509
|
value: number | undefined;
|
|
510
510
|
/**
|
|
511
|
-
* @public
|
|
512
511
|
* <p>Units of an EIRP.</p>
|
|
512
|
+
* @public
|
|
513
513
|
*/
|
|
514
514
|
units: EirpUnits | undefined;
|
|
515
515
|
}
|
|
516
516
|
/**
|
|
517
|
-
* @public
|
|
518
517
|
* <p>Information about the uplink <code>Config</code> of an antenna.</p>
|
|
518
|
+
* @public
|
|
519
519
|
*/
|
|
520
520
|
export interface AntennaUplinkConfig {
|
|
521
521
|
/**
|
|
522
|
-
* @public
|
|
523
522
|
* <p>Whether or not uplink transmit is disabled.</p>
|
|
523
|
+
* @public
|
|
524
524
|
*/
|
|
525
525
|
transmitDisabled?: boolean;
|
|
526
526
|
/**
|
|
527
|
-
* @public
|
|
528
527
|
* <p>Information about the uplink spectral <code>Config</code>.</p>
|
|
528
|
+
* @public
|
|
529
529
|
*/
|
|
530
530
|
spectrumConfig: UplinkSpectrumConfig | undefined;
|
|
531
531
|
/**
|
|
532
|
-
* @public
|
|
533
532
|
* <p>EIRP of the target.</p>
|
|
533
|
+
* @public
|
|
534
534
|
*/
|
|
535
535
|
targetEirp: Eirp | undefined;
|
|
536
536
|
}
|
|
@@ -547,135 +547,135 @@ export declare const AuditResults: {
|
|
|
547
547
|
*/
|
|
548
548
|
export type AuditResults = (typeof AuditResults)[keyof typeof AuditResults];
|
|
549
549
|
/**
|
|
550
|
-
* @public
|
|
551
550
|
* <p>Information about the socket address.</p>
|
|
551
|
+
* @public
|
|
552
552
|
*/
|
|
553
553
|
export interface SocketAddress {
|
|
554
554
|
/**
|
|
555
|
-
* @public
|
|
556
555
|
* <p>Name of a socket address.</p>
|
|
556
|
+
* @public
|
|
557
557
|
*/
|
|
558
558
|
name: string | undefined;
|
|
559
559
|
/**
|
|
560
|
-
* @public
|
|
561
560
|
* <p>Port of a socket address.</p>
|
|
561
|
+
* @public
|
|
562
562
|
*/
|
|
563
563
|
port: number | undefined;
|
|
564
564
|
}
|
|
565
565
|
/**
|
|
566
|
-
* @public
|
|
567
566
|
* <p>Egress address of AgentEndpoint with an optional mtu.</p>
|
|
567
|
+
* @public
|
|
568
568
|
*/
|
|
569
569
|
export interface ConnectionDetails {
|
|
570
570
|
/**
|
|
571
|
-
* @public
|
|
572
571
|
* <p>A socket address.</p>
|
|
572
|
+
* @public
|
|
573
573
|
*/
|
|
574
574
|
socketAddress: SocketAddress | undefined;
|
|
575
575
|
/**
|
|
576
|
-
* @public
|
|
577
576
|
* <p>Maximum transmission unit (MTU) size in bytes of a dataflow endpoint.</p>
|
|
577
|
+
* @public
|
|
578
578
|
*/
|
|
579
579
|
mtu?: number;
|
|
580
580
|
}
|
|
581
581
|
/**
|
|
582
|
-
* @public
|
|
583
582
|
* <p>An integer range that has a minimum and maximum value.</p>
|
|
583
|
+
* @public
|
|
584
584
|
*/
|
|
585
585
|
export interface IntegerRange {
|
|
586
586
|
/**
|
|
587
|
-
* @public
|
|
588
587
|
* <p>A minimum value.</p>
|
|
588
|
+
* @public
|
|
589
589
|
*/
|
|
590
590
|
minimum: number | undefined;
|
|
591
591
|
/**
|
|
592
|
-
* @public
|
|
593
592
|
* <p>A maximum value.</p>
|
|
593
|
+
* @public
|
|
594
594
|
*/
|
|
595
595
|
maximum: number | undefined;
|
|
596
596
|
}
|
|
597
597
|
/**
|
|
598
|
-
* @public
|
|
599
598
|
* <p>A socket address with a port range.</p>
|
|
599
|
+
* @public
|
|
600
600
|
*/
|
|
601
601
|
export interface RangedSocketAddress {
|
|
602
602
|
/**
|
|
603
|
-
* @public
|
|
604
603
|
* <p>IPv4 socket address.</p>
|
|
604
|
+
* @public
|
|
605
605
|
*/
|
|
606
606
|
name: string | undefined;
|
|
607
607
|
/**
|
|
608
|
-
* @public
|
|
609
608
|
* <p>Port range of a socket address.</p>
|
|
609
|
+
* @public
|
|
610
610
|
*/
|
|
611
611
|
portRange: IntegerRange | undefined;
|
|
612
612
|
}
|
|
613
613
|
/**
|
|
614
|
-
* @public
|
|
615
614
|
* <p>Ingress address of AgentEndpoint with a port range and an optional mtu.</p>
|
|
615
|
+
* @public
|
|
616
616
|
*/
|
|
617
617
|
export interface RangedConnectionDetails {
|
|
618
618
|
/**
|
|
619
|
-
* @public
|
|
620
619
|
* <p>A ranged socket address.</p>
|
|
620
|
+
* @public
|
|
621
621
|
*/
|
|
622
622
|
socketAddress: RangedSocketAddress | undefined;
|
|
623
623
|
/**
|
|
624
|
-
* @public
|
|
625
624
|
* <p>Maximum transmission unit (MTU) size in bytes of a dataflow endpoint.</p>
|
|
625
|
+
* @public
|
|
626
626
|
*/
|
|
627
627
|
mtu?: number;
|
|
628
628
|
}
|
|
629
629
|
/**
|
|
630
|
-
* @public
|
|
631
630
|
* <p>Information about AwsGroundStationAgentEndpoint.</p>
|
|
631
|
+
* @public
|
|
632
632
|
*/
|
|
633
633
|
export interface AwsGroundStationAgentEndpoint {
|
|
634
634
|
/**
|
|
635
|
-
* @public
|
|
636
635
|
* <p>Name string associated with AgentEndpoint. Used as a human-readable identifier for AgentEndpoint.</p>
|
|
636
|
+
* @public
|
|
637
637
|
*/
|
|
638
638
|
name: string | undefined;
|
|
639
639
|
/**
|
|
640
|
-
* @public
|
|
641
640
|
* <p>The egress address of AgentEndpoint.</p>
|
|
641
|
+
* @public
|
|
642
642
|
*/
|
|
643
643
|
egressAddress: ConnectionDetails | undefined;
|
|
644
644
|
/**
|
|
645
|
-
* @public
|
|
646
645
|
* <p>The ingress address of AgentEndpoint.</p>
|
|
646
|
+
* @public
|
|
647
647
|
*/
|
|
648
648
|
ingressAddress: RangedConnectionDetails | undefined;
|
|
649
649
|
/**
|
|
650
|
-
* @public
|
|
651
650
|
* <p>The status of AgentEndpoint.</p>
|
|
651
|
+
* @public
|
|
652
652
|
*/
|
|
653
653
|
agentStatus?: AgentStatus;
|
|
654
654
|
/**
|
|
655
|
-
* @public
|
|
656
655
|
* <p>The results of the audit.</p>
|
|
656
|
+
* @public
|
|
657
657
|
*/
|
|
658
658
|
auditResults?: AuditResults;
|
|
659
659
|
}
|
|
660
660
|
/**
|
|
661
|
-
* @public
|
|
662
661
|
* <p/>
|
|
662
|
+
* @public
|
|
663
663
|
*/
|
|
664
664
|
export interface CancelContactRequest {
|
|
665
665
|
/**
|
|
666
|
-
* @public
|
|
667
666
|
* <p>UUID of a contact.</p>
|
|
667
|
+
* @public
|
|
668
668
|
*/
|
|
669
669
|
contactId: string | undefined;
|
|
670
670
|
}
|
|
671
671
|
/**
|
|
672
|
-
* @public
|
|
673
672
|
* <p/>
|
|
673
|
+
* @public
|
|
674
674
|
*/
|
|
675
675
|
export interface ContactIdResponse {
|
|
676
676
|
/**
|
|
677
|
-
* @public
|
|
678
677
|
* <p>UUID of a contact.</p>
|
|
678
|
+
* @public
|
|
679
679
|
*/
|
|
680
680
|
contactId?: string;
|
|
681
681
|
}
|
|
@@ -726,60 +726,60 @@ export declare const ConfigCapabilityType: {
|
|
|
726
726
|
*/
|
|
727
727
|
export type ConfigCapabilityType = (typeof ConfigCapabilityType)[keyof typeof ConfigCapabilityType];
|
|
728
728
|
/**
|
|
729
|
-
* @public
|
|
730
729
|
* <p/>
|
|
730
|
+
* @public
|
|
731
731
|
*/
|
|
732
732
|
export interface ConfigIdResponse {
|
|
733
733
|
/**
|
|
734
|
-
* @public
|
|
735
734
|
* <p>UUID of a <code>Config</code>.</p>
|
|
735
|
+
* @public
|
|
736
736
|
*/
|
|
737
737
|
configId?: string;
|
|
738
738
|
/**
|
|
739
|
-
* @public
|
|
740
739
|
* <p>Type of a <code>Config</code>.</p>
|
|
740
|
+
* @public
|
|
741
741
|
*/
|
|
742
742
|
configType?: ConfigCapabilityType;
|
|
743
743
|
/**
|
|
744
|
-
* @public
|
|
745
744
|
* <p>ARN of a <code>Config</code>.</p>
|
|
745
|
+
* @public
|
|
746
746
|
*/
|
|
747
747
|
configArn?: string;
|
|
748
748
|
}
|
|
749
749
|
/**
|
|
750
|
-
* @public
|
|
751
750
|
* <p>Information about the dataflow endpoint <code>Config</code>.</p>
|
|
751
|
+
* @public
|
|
752
752
|
*/
|
|
753
753
|
export interface DataflowEndpointConfig {
|
|
754
754
|
/**
|
|
755
|
-
* @public
|
|
756
755
|
* <p>Name of a dataflow endpoint.</p>
|
|
756
|
+
* @public
|
|
757
757
|
*/
|
|
758
758
|
dataflowEndpointName: string | undefined;
|
|
759
759
|
/**
|
|
760
|
-
* @public
|
|
761
760
|
* <p>Region of a dataflow endpoint.</p>
|
|
761
|
+
* @public
|
|
762
762
|
*/
|
|
763
763
|
dataflowEndpointRegion?: string;
|
|
764
764
|
}
|
|
765
765
|
/**
|
|
766
|
-
* @public
|
|
767
766
|
* <p>Information about an S3 recording <code>Config</code>.</p>
|
|
767
|
+
* @public
|
|
768
768
|
*/
|
|
769
769
|
export interface S3RecordingConfig {
|
|
770
770
|
/**
|
|
771
|
-
* @public
|
|
772
771
|
* <p>ARN of the bucket to record to.</p>
|
|
772
|
+
* @public
|
|
773
773
|
*/
|
|
774
774
|
bucketArn: string | undefined;
|
|
775
775
|
/**
|
|
776
|
-
* @public
|
|
777
776
|
* <p>ARN of the role Ground Station assumes to write data to the bucket.</p>
|
|
777
|
+
* @public
|
|
778
778
|
*/
|
|
779
779
|
roleArn: string | undefined;
|
|
780
780
|
/**
|
|
781
|
-
* @public
|
|
782
781
|
* <p>S3 Key prefix to prefice data files.</p>
|
|
782
|
+
* @public
|
|
783
783
|
*/
|
|
784
784
|
prefix?: string;
|
|
785
785
|
}
|
|
@@ -797,40 +797,40 @@ export declare const Criticality: {
|
|
|
797
797
|
*/
|
|
798
798
|
export type Criticality = (typeof Criticality)[keyof typeof Criticality];
|
|
799
799
|
/**
|
|
800
|
-
* @public
|
|
801
800
|
* <p>Object that determines whether tracking should be used during a contact
|
|
802
801
|
* executed with this <code>Config</code> in the mission profile.</p>
|
|
802
|
+
* @public
|
|
803
803
|
*/
|
|
804
804
|
export interface TrackingConfig {
|
|
805
805
|
/**
|
|
806
|
-
* @public
|
|
807
806
|
* <p>Current setting for autotrack.</p>
|
|
807
|
+
* @public
|
|
808
808
|
*/
|
|
809
809
|
autotrack: Criticality | undefined;
|
|
810
810
|
}
|
|
811
811
|
/**
|
|
812
|
-
* @public
|
|
813
812
|
* <p>Information about an uplink echo <code>Config</code>.</p>
|
|
814
813
|
* <p>Parameters from the <code>AntennaUplinkConfig</code>, corresponding to the
|
|
815
814
|
* specified <code>AntennaUplinkConfigArn</code>, are used when this <code>UplinkEchoConfig</code>
|
|
816
815
|
* is used in a contact.</p>
|
|
816
|
+
* @public
|
|
817
817
|
*/
|
|
818
818
|
export interface UplinkEchoConfig {
|
|
819
819
|
/**
|
|
820
|
-
* @public
|
|
821
820
|
* <p>Whether or not an uplink <code>Config</code> is enabled.</p>
|
|
821
|
+
* @public
|
|
822
822
|
*/
|
|
823
823
|
enabled: boolean | undefined;
|
|
824
824
|
/**
|
|
825
|
-
* @public
|
|
826
825
|
* <p>ARN of an uplink <code>Config</code>.</p>
|
|
826
|
+
* @public
|
|
827
827
|
*/
|
|
828
828
|
antennaUplinkConfigArn: string | undefined;
|
|
829
829
|
}
|
|
830
830
|
/**
|
|
831
|
-
* @public
|
|
832
831
|
* <p>Object containing the parameters of a <code>Config</code>.</p>
|
|
833
832
|
* <p>See the subtype definitions for what each type of <code>Config</code> contains.</p>
|
|
833
|
+
* @public
|
|
834
834
|
*/
|
|
835
835
|
export type ConfigTypeData = ConfigTypeData.AntennaDownlinkConfigMember | ConfigTypeData.AntennaDownlinkDemodDecodeConfigMember | ConfigTypeData.AntennaUplinkConfigMember | ConfigTypeData.DataflowEndpointConfigMember | ConfigTypeData.S3RecordingConfigMember | ConfigTypeData.TrackingConfigMember | ConfigTypeData.UplinkEchoConfigMember | ConfigTypeData.$UnknownMember;
|
|
836
836
|
/**
|
|
@@ -838,8 +838,8 @@ export type ConfigTypeData = ConfigTypeData.AntennaDownlinkConfigMember | Config
|
|
|
838
838
|
*/
|
|
839
839
|
export declare namespace ConfigTypeData {
|
|
840
840
|
/**
|
|
841
|
-
* @public
|
|
842
841
|
* <p>Information about how AWS Ground Station should configure an antenna for downlink during a contact.</p>
|
|
842
|
+
* @public
|
|
843
843
|
*/
|
|
844
844
|
interface AntennaDownlinkConfigMember {
|
|
845
845
|
antennaDownlinkConfig: AntennaDownlinkConfig;
|
|
@@ -852,8 +852,8 @@ export declare namespace ConfigTypeData {
|
|
|
852
852
|
$unknown?: never;
|
|
853
853
|
}
|
|
854
854
|
/**
|
|
855
|
-
* @public
|
|
856
855
|
* <p>Object that determines whether tracking should be used during a contact executed with this <code>Config</code> in the mission profile. </p>
|
|
856
|
+
* @public
|
|
857
857
|
*/
|
|
858
858
|
interface TrackingConfigMember {
|
|
859
859
|
antennaDownlinkConfig?: never;
|
|
@@ -866,8 +866,8 @@ export declare namespace ConfigTypeData {
|
|
|
866
866
|
$unknown?: never;
|
|
867
867
|
}
|
|
868
868
|
/**
|
|
869
|
-
* @public
|
|
870
869
|
* <p>Information about the dataflow endpoint <code>Config</code>.</p>
|
|
870
|
+
* @public
|
|
871
871
|
*/
|
|
872
872
|
interface DataflowEndpointConfigMember {
|
|
873
873
|
antennaDownlinkConfig?: never;
|
|
@@ -880,8 +880,8 @@ export declare namespace ConfigTypeData {
|
|
|
880
880
|
$unknown?: never;
|
|
881
881
|
}
|
|
882
882
|
/**
|
|
883
|
-
* @public
|
|
884
883
|
* <p>Information about how AWS Ground Station should configure an antenna for downlink demod decode during a contact.</p>
|
|
884
|
+
* @public
|
|
885
885
|
*/
|
|
886
886
|
interface AntennaDownlinkDemodDecodeConfigMember {
|
|
887
887
|
antennaDownlinkConfig?: never;
|
|
@@ -894,8 +894,8 @@ export declare namespace ConfigTypeData {
|
|
|
894
894
|
$unknown?: never;
|
|
895
895
|
}
|
|
896
896
|
/**
|
|
897
|
-
* @public
|
|
898
897
|
* <p>Information about how AWS Ground Station should configure an antenna for uplink during a contact.</p>
|
|
898
|
+
* @public
|
|
899
899
|
*/
|
|
900
900
|
interface AntennaUplinkConfigMember {
|
|
901
901
|
antennaDownlinkConfig?: never;
|
|
@@ -908,9 +908,9 @@ export declare namespace ConfigTypeData {
|
|
|
908
908
|
$unknown?: never;
|
|
909
909
|
}
|
|
910
910
|
/**
|
|
911
|
-
* @public
|
|
912
911
|
* <p>Information about an uplink echo <code>Config</code>.</p>
|
|
913
912
|
* <p>Parameters from the <code>AntennaUplinkConfig</code>, corresponding to the specified <code>AntennaUplinkConfigArn</code>, are used when this <code>UplinkEchoConfig</code> is used in a contact.</p>
|
|
913
|
+
* @public
|
|
914
914
|
*/
|
|
915
915
|
interface UplinkEchoConfigMember {
|
|
916
916
|
antennaDownlinkConfig?: never;
|
|
@@ -923,8 +923,8 @@ export declare namespace ConfigTypeData {
|
|
|
923
923
|
$unknown?: never;
|
|
924
924
|
}
|
|
925
925
|
/**
|
|
926
|
-
* @public
|
|
927
926
|
* <p>Information about an S3 recording <code>Config</code>.</p>
|
|
927
|
+
* @public
|
|
928
928
|
*/
|
|
929
929
|
interface S3RecordingConfigMember {
|
|
930
930
|
antennaDownlinkConfig?: never;
|
|
@@ -962,36 +962,36 @@ export declare namespace ConfigTypeData {
|
|
|
962
962
|
const visit: <T>(value: ConfigTypeData, visitor: Visitor<T>) => T;
|
|
963
963
|
}
|
|
964
964
|
/**
|
|
965
|
-
* @public
|
|
966
965
|
* <p/>
|
|
966
|
+
* @public
|
|
967
967
|
*/
|
|
968
968
|
export interface CreateConfigRequest {
|
|
969
969
|
/**
|
|
970
|
-
* @public
|
|
971
970
|
* <p>Name of a <code>Config</code>.</p>
|
|
971
|
+
* @public
|
|
972
972
|
*/
|
|
973
973
|
name: string | undefined;
|
|
974
974
|
/**
|
|
975
|
-
* @public
|
|
976
975
|
* <p>Parameters of a <code>Config</code>.</p>
|
|
976
|
+
* @public
|
|
977
977
|
*/
|
|
978
978
|
configData: ConfigTypeData | undefined;
|
|
979
979
|
/**
|
|
980
|
-
* @public
|
|
981
980
|
* <p>Tags assigned to a <code>Config</code>.</p>
|
|
981
|
+
* @public
|
|
982
982
|
*/
|
|
983
983
|
tags?: Record<string, string>;
|
|
984
984
|
}
|
|
985
985
|
/**
|
|
986
|
-
* @public
|
|
987
986
|
* <p>Account limits for this resource have been exceeded.</p>
|
|
987
|
+
* @public
|
|
988
988
|
*/
|
|
989
989
|
export declare class ResourceLimitExceededException extends __BaseException {
|
|
990
990
|
readonly name: "ResourceLimitExceededException";
|
|
991
991
|
readonly $fault: "client";
|
|
992
992
|
/**
|
|
993
|
-
* @public
|
|
994
993
|
* <p/>
|
|
994
|
+
* @public
|
|
995
995
|
*/
|
|
996
996
|
parameterName?: string;
|
|
997
997
|
/**
|
|
@@ -1000,155 +1000,155 @@ export declare class ResourceLimitExceededException extends __BaseException {
|
|
|
1000
1000
|
constructor(opts: __ExceptionOptionType<ResourceLimitExceededException, __BaseException>);
|
|
1001
1001
|
}
|
|
1002
1002
|
/**
|
|
1003
|
-
* @public
|
|
1004
1003
|
* <p/>
|
|
1004
|
+
* @public
|
|
1005
1005
|
*/
|
|
1006
1006
|
export interface DeleteConfigRequest {
|
|
1007
1007
|
/**
|
|
1008
|
-
* @public
|
|
1009
1008
|
* <p>UUID of a <code>Config</code>.</p>
|
|
1009
|
+
* @public
|
|
1010
1010
|
*/
|
|
1011
1011
|
configId: string | undefined;
|
|
1012
1012
|
/**
|
|
1013
|
-
* @public
|
|
1014
1013
|
* <p>Type of a <code>Config</code>.</p>
|
|
1014
|
+
* @public
|
|
1015
1015
|
*/
|
|
1016
1016
|
configType: ConfigCapabilityType | undefined;
|
|
1017
1017
|
}
|
|
1018
1018
|
/**
|
|
1019
|
-
* @public
|
|
1020
1019
|
* <p/>
|
|
1020
|
+
* @public
|
|
1021
1021
|
*/
|
|
1022
1022
|
export interface GetConfigRequest {
|
|
1023
1023
|
/**
|
|
1024
|
-
* @public
|
|
1025
1024
|
* <p>UUID of a <code>Config</code>.</p>
|
|
1025
|
+
* @public
|
|
1026
1026
|
*/
|
|
1027
1027
|
configId: string | undefined;
|
|
1028
1028
|
/**
|
|
1029
|
-
* @public
|
|
1030
1029
|
* <p>Type of a <code>Config</code>.</p>
|
|
1030
|
+
* @public
|
|
1031
1031
|
*/
|
|
1032
1032
|
configType: ConfigCapabilityType | undefined;
|
|
1033
1033
|
}
|
|
1034
1034
|
/**
|
|
1035
|
-
* @public
|
|
1036
1035
|
* <p/>
|
|
1036
|
+
* @public
|
|
1037
1037
|
*/
|
|
1038
1038
|
export interface GetConfigResponse {
|
|
1039
1039
|
/**
|
|
1040
|
-
* @public
|
|
1041
1040
|
* <p>UUID of a <code>Config</code>.</p>
|
|
1041
|
+
* @public
|
|
1042
1042
|
*/
|
|
1043
1043
|
configId: string | undefined;
|
|
1044
1044
|
/**
|
|
1045
|
-
* @public
|
|
1046
1045
|
* <p>ARN of a <code>Config</code>
|
|
1047
1046
|
* </p>
|
|
1047
|
+
* @public
|
|
1048
1048
|
*/
|
|
1049
1049
|
configArn: string | undefined;
|
|
1050
1050
|
/**
|
|
1051
|
-
* @public
|
|
1052
1051
|
* <p>Name of a <code>Config</code>.</p>
|
|
1052
|
+
* @public
|
|
1053
1053
|
*/
|
|
1054
1054
|
name: string | undefined;
|
|
1055
1055
|
/**
|
|
1056
|
-
* @public
|
|
1057
1056
|
* <p>Type of a <code>Config</code>.</p>
|
|
1057
|
+
* @public
|
|
1058
1058
|
*/
|
|
1059
1059
|
configType?: ConfigCapabilityType;
|
|
1060
1060
|
/**
|
|
1061
|
-
* @public
|
|
1062
1061
|
* <p>Data elements in a <code>Config</code>.</p>
|
|
1062
|
+
* @public
|
|
1063
1063
|
*/
|
|
1064
1064
|
configData: ConfigTypeData | undefined;
|
|
1065
1065
|
/**
|
|
1066
|
-
* @public
|
|
1067
1066
|
* <p>Tags assigned to a <code>Config</code>.</p>
|
|
1067
|
+
* @public
|
|
1068
1068
|
*/
|
|
1069
1069
|
tags?: Record<string, string>;
|
|
1070
1070
|
}
|
|
1071
1071
|
/**
|
|
1072
|
-
* @public
|
|
1073
1072
|
* <p/>
|
|
1073
|
+
* @public
|
|
1074
1074
|
*/
|
|
1075
1075
|
export interface ListConfigsRequest {
|
|
1076
1076
|
/**
|
|
1077
|
-
* @public
|
|
1078
1077
|
* <p>Maximum number of <code>Configs</code> returned.</p>
|
|
1078
|
+
* @public
|
|
1079
1079
|
*/
|
|
1080
1080
|
maxResults?: number;
|
|
1081
1081
|
/**
|
|
1082
|
-
* @public
|
|
1083
1082
|
* <p>Next token returned in the request of a previous <code>ListConfigs</code> call. Used to get the next page of results.</p>
|
|
1083
|
+
* @public
|
|
1084
1084
|
*/
|
|
1085
1085
|
nextToken?: string;
|
|
1086
1086
|
}
|
|
1087
1087
|
/**
|
|
1088
|
-
* @public
|
|
1089
1088
|
* <p>An item in a list of <code>Config</code> objects.</p>
|
|
1089
|
+
* @public
|
|
1090
1090
|
*/
|
|
1091
1091
|
export interface ConfigListItem {
|
|
1092
1092
|
/**
|
|
1093
|
-
* @public
|
|
1094
1093
|
* <p>UUID of a <code>Config</code>.</p>
|
|
1094
|
+
* @public
|
|
1095
1095
|
*/
|
|
1096
1096
|
configId?: string;
|
|
1097
1097
|
/**
|
|
1098
|
-
* @public
|
|
1099
1098
|
* <p>Type of a <code>Config</code>.</p>
|
|
1099
|
+
* @public
|
|
1100
1100
|
*/
|
|
1101
1101
|
configType?: ConfigCapabilityType;
|
|
1102
1102
|
/**
|
|
1103
|
-
* @public
|
|
1104
1103
|
* <p>ARN of a <code>Config</code>.</p>
|
|
1104
|
+
* @public
|
|
1105
1105
|
*/
|
|
1106
1106
|
configArn?: string;
|
|
1107
1107
|
/**
|
|
1108
|
-
* @public
|
|
1109
1108
|
* <p>Name of a <code>Config</code>.</p>
|
|
1109
|
+
* @public
|
|
1110
1110
|
*/
|
|
1111
1111
|
name?: string;
|
|
1112
1112
|
}
|
|
1113
1113
|
/**
|
|
1114
|
-
* @public
|
|
1115
1114
|
* <p/>
|
|
1115
|
+
* @public
|
|
1116
1116
|
*/
|
|
1117
1117
|
export interface ListConfigsResponse {
|
|
1118
1118
|
/**
|
|
1119
|
-
* @public
|
|
1120
1119
|
* <p>Next token returned in the response of a previous <code>ListConfigs</code> call. Used to get the next page of results.</p>
|
|
1120
|
+
* @public
|
|
1121
1121
|
*/
|
|
1122
1122
|
nextToken?: string;
|
|
1123
1123
|
/**
|
|
1124
|
-
* @public
|
|
1125
1124
|
* <p>List of <code>Config</code> items.</p>
|
|
1125
|
+
* @public
|
|
1126
1126
|
*/
|
|
1127
1127
|
configList?: ConfigListItem[];
|
|
1128
1128
|
}
|
|
1129
1129
|
/**
|
|
1130
|
-
* @public
|
|
1131
1130
|
* <p/>
|
|
1131
|
+
* @public
|
|
1132
1132
|
*/
|
|
1133
1133
|
export interface UpdateConfigRequest {
|
|
1134
1134
|
/**
|
|
1135
|
-
* @public
|
|
1136
1135
|
* <p>UUID of a <code>Config</code>.</p>
|
|
1136
|
+
* @public
|
|
1137
1137
|
*/
|
|
1138
1138
|
configId: string | undefined;
|
|
1139
1139
|
/**
|
|
1140
|
-
* @public
|
|
1141
1140
|
* <p>Name of a <code>Config</code>.</p>
|
|
1141
|
+
* @public
|
|
1142
1142
|
*/
|
|
1143
1143
|
name: string | undefined;
|
|
1144
1144
|
/**
|
|
1145
|
-
* @public
|
|
1146
1145
|
* <p>Type of a <code>Config</code>.</p>
|
|
1146
|
+
* @public
|
|
1147
1147
|
*/
|
|
1148
1148
|
configType: ConfigCapabilityType | undefined;
|
|
1149
1149
|
/**
|
|
1150
|
-
* @public
|
|
1151
1150
|
* <p>Parameters of a <code>Config</code>.</p>
|
|
1151
|
+
* @public
|
|
1152
1152
|
*/
|
|
1153
1153
|
configData: ConfigTypeData | undefined;
|
|
1154
1154
|
}
|
|
@@ -1168,102 +1168,102 @@ export declare const EndpointStatus: {
|
|
|
1168
1168
|
*/
|
|
1169
1169
|
export type EndpointStatus = (typeof EndpointStatus)[keyof typeof EndpointStatus];
|
|
1170
1170
|
/**
|
|
1171
|
-
* @public
|
|
1172
1171
|
* <p>Information about a dataflow endpoint.</p>
|
|
1172
|
+
* @public
|
|
1173
1173
|
*/
|
|
1174
1174
|
export interface DataflowEndpoint {
|
|
1175
1175
|
/**
|
|
1176
|
-
* @public
|
|
1177
1176
|
* <p>Name of a dataflow endpoint.</p>
|
|
1177
|
+
* @public
|
|
1178
1178
|
*/
|
|
1179
1179
|
name?: string;
|
|
1180
1180
|
/**
|
|
1181
|
-
* @public
|
|
1182
1181
|
* <p>Socket address of a dataflow endpoint.</p>
|
|
1182
|
+
* @public
|
|
1183
1183
|
*/
|
|
1184
1184
|
address?: SocketAddress;
|
|
1185
1185
|
/**
|
|
1186
|
-
* @public
|
|
1187
1186
|
* <p>Status of a dataflow endpoint.</p>
|
|
1187
|
+
* @public
|
|
1188
1188
|
*/
|
|
1189
1189
|
status?: EndpointStatus;
|
|
1190
1190
|
/**
|
|
1191
|
-
* @public
|
|
1192
1191
|
* <p>Maximum transmission unit (MTU) size in bytes of a dataflow endpoint.</p>
|
|
1192
|
+
* @public
|
|
1193
1193
|
*/
|
|
1194
1194
|
mtu?: number;
|
|
1195
1195
|
}
|
|
1196
1196
|
/**
|
|
1197
|
-
* @public
|
|
1198
1197
|
* <p>Information about endpoints.</p>
|
|
1198
|
+
* @public
|
|
1199
1199
|
*/
|
|
1200
1200
|
export interface SecurityDetails {
|
|
1201
1201
|
/**
|
|
1202
|
-
* @public
|
|
1203
1202
|
* <p>A list of subnets where AWS Ground Station places elastic network interfaces to send streams to your instances.</p>
|
|
1203
|
+
* @public
|
|
1204
1204
|
*/
|
|
1205
1205
|
subnetIds: string[] | undefined;
|
|
1206
1206
|
/**
|
|
1207
|
-
* @public
|
|
1208
1207
|
* <p>The security groups to attach to the elastic network interfaces.</p>
|
|
1208
|
+
* @public
|
|
1209
1209
|
*/
|
|
1210
1210
|
securityGroupIds: string[] | undefined;
|
|
1211
1211
|
/**
|
|
1212
|
-
* @public
|
|
1213
1212
|
* <p>ARN to a role needed for connecting streams to your instances. </p>
|
|
1213
|
+
* @public
|
|
1214
1214
|
*/
|
|
1215
1215
|
roleArn: string | undefined;
|
|
1216
1216
|
}
|
|
1217
1217
|
/**
|
|
1218
|
-
* @public
|
|
1219
1218
|
* <p>Information about the endpoint details.</p>
|
|
1219
|
+
* @public
|
|
1220
1220
|
*/
|
|
1221
1221
|
export interface EndpointDetails {
|
|
1222
1222
|
/**
|
|
1223
|
-
* @public
|
|
1224
1223
|
* <p>Endpoint security details including a list of subnets, a list of security groups and a role to connect streams to instances.</p>
|
|
1224
|
+
* @public
|
|
1225
1225
|
*/
|
|
1226
1226
|
securityDetails?: SecurityDetails;
|
|
1227
1227
|
/**
|
|
1228
|
-
* @public
|
|
1229
1228
|
* <p>A dataflow endpoint.</p>
|
|
1229
|
+
* @public
|
|
1230
1230
|
*/
|
|
1231
1231
|
endpoint?: DataflowEndpoint;
|
|
1232
1232
|
/**
|
|
1233
|
-
* @public
|
|
1234
1233
|
* <p>An agent endpoint.</p>
|
|
1234
|
+
* @public
|
|
1235
1235
|
*/
|
|
1236
1236
|
awsGroundStationAgentEndpoint?: AwsGroundStationAgentEndpoint;
|
|
1237
1237
|
/**
|
|
1238
|
-
* @public
|
|
1239
1238
|
* <p>A dataflow endpoint health status. This field is ignored when calling <code>CreateDataflowEndpointGroup</code>.</p>
|
|
1239
|
+
* @public
|
|
1240
1240
|
*/
|
|
1241
1241
|
healthStatus?: CapabilityHealth;
|
|
1242
1242
|
/**
|
|
1243
|
-
* @public
|
|
1244
1243
|
* <p>Health reasons for a dataflow endpoint. This field is ignored when calling <code>CreateDataflowEndpointGroup</code>.</p>
|
|
1244
|
+
* @public
|
|
1245
1245
|
*/
|
|
1246
1246
|
healthReasons?: CapabilityHealthReason[];
|
|
1247
1247
|
}
|
|
1248
1248
|
/**
|
|
1249
|
-
* @public
|
|
1250
1249
|
* <p>Details about an S3 recording <code>Config</code> used in a contact.</p>
|
|
1250
|
+
* @public
|
|
1251
1251
|
*/
|
|
1252
1252
|
export interface S3RecordingDetails {
|
|
1253
1253
|
/**
|
|
1254
|
-
* @public
|
|
1255
1254
|
* <p>ARN of the bucket used.</p>
|
|
1255
|
+
* @public
|
|
1256
1256
|
*/
|
|
1257
1257
|
bucketArn?: string;
|
|
1258
1258
|
/**
|
|
1259
|
-
* @public
|
|
1260
1259
|
* <p>Key template used for the S3 Recording Configuration</p>
|
|
1260
|
+
* @public
|
|
1261
1261
|
*/
|
|
1262
1262
|
keyTemplate?: string;
|
|
1263
1263
|
}
|
|
1264
1264
|
/**
|
|
1265
|
-
* @public
|
|
1266
1265
|
* <p>Details for certain <code>Config</code> object types in a contact.</p>
|
|
1266
|
+
* @public
|
|
1267
1267
|
*/
|
|
1268
1268
|
export type ConfigDetails = ConfigDetails.AntennaDemodDecodeDetailsMember | ConfigDetails.EndpointDetailsMember | ConfigDetails.S3RecordingDetailsMember | ConfigDetails.$UnknownMember;
|
|
1269
1269
|
/**
|
|
@@ -1271,8 +1271,8 @@ export type ConfigDetails = ConfigDetails.AntennaDemodDecodeDetailsMember | Conf
|
|
|
1271
1271
|
*/
|
|
1272
1272
|
export declare namespace ConfigDetails {
|
|
1273
1273
|
/**
|
|
1274
|
-
* @public
|
|
1275
1274
|
* <p>Information about the endpoint details.</p>
|
|
1275
|
+
* @public
|
|
1276
1276
|
*/
|
|
1277
1277
|
interface EndpointDetailsMember {
|
|
1278
1278
|
endpointDetails: EndpointDetails;
|
|
@@ -1281,8 +1281,8 @@ export declare namespace ConfigDetails {
|
|
|
1281
1281
|
$unknown?: never;
|
|
1282
1282
|
}
|
|
1283
1283
|
/**
|
|
1284
|
-
* @public
|
|
1285
1284
|
* <p>Details for antenna demod decode <code>Config</code> in a contact.</p>
|
|
1285
|
+
* @public
|
|
1286
1286
|
*/
|
|
1287
1287
|
interface AntennaDemodDecodeDetailsMember {
|
|
1288
1288
|
endpointDetails?: never;
|
|
@@ -1291,8 +1291,8 @@ export declare namespace ConfigDetails {
|
|
|
1291
1291
|
$unknown?: never;
|
|
1292
1292
|
}
|
|
1293
1293
|
/**
|
|
1294
|
-
* @public
|
|
1295
1294
|
* <p>Details for an S3 recording <code>Config</code> in a contact.</p>
|
|
1295
|
+
* @public
|
|
1296
1296
|
*/
|
|
1297
1297
|
interface S3RecordingDetailsMember {
|
|
1298
1298
|
endpointDetails?: never;
|
|
@@ -1318,13 +1318,13 @@ export declare namespace ConfigDetails {
|
|
|
1318
1318
|
const visit: <T>(value: ConfigDetails, visitor: Visitor<T>) => T;
|
|
1319
1319
|
}
|
|
1320
1320
|
/**
|
|
1321
|
-
* @public
|
|
1322
1321
|
* <p/>
|
|
1322
|
+
* @public
|
|
1323
1323
|
*/
|
|
1324
1324
|
export interface DescribeContactRequest {
|
|
1325
1325
|
/**
|
|
1326
|
-
* @public
|
|
1327
1326
|
* <p>UUID of a contact.</p>
|
|
1327
|
+
* @public
|
|
1328
1328
|
*/
|
|
1329
1329
|
contactId: string | undefined;
|
|
1330
1330
|
}
|
|
@@ -1352,470 +1352,470 @@ export declare const ContactStatus: {
|
|
|
1352
1352
|
*/
|
|
1353
1353
|
export type ContactStatus = (typeof ContactStatus)[keyof typeof ContactStatus];
|
|
1354
1354
|
/**
|
|
1355
|
-
* @public
|
|
1356
1355
|
* <p>Dataflow details for the destination side.</p>
|
|
1356
|
+
* @public
|
|
1357
1357
|
*/
|
|
1358
1358
|
export interface Destination {
|
|
1359
1359
|
/**
|
|
1360
|
-
* @public
|
|
1361
1360
|
* <p>Type of a <code>Config</code>.</p>
|
|
1361
|
+
* @public
|
|
1362
1362
|
*/
|
|
1363
1363
|
configType?: ConfigCapabilityType;
|
|
1364
1364
|
/**
|
|
1365
|
-
* @public
|
|
1366
1365
|
* <p>UUID of a <code>Config</code>.</p>
|
|
1366
|
+
* @public
|
|
1367
1367
|
*/
|
|
1368
1368
|
configId?: string;
|
|
1369
1369
|
/**
|
|
1370
|
-
* @public
|
|
1371
1370
|
* <p>Additional details for a <code>Config</code>, if type is dataflow endpoint or antenna demod decode.</p>
|
|
1371
|
+
* @public
|
|
1372
1372
|
*/
|
|
1373
1373
|
configDetails?: ConfigDetails;
|
|
1374
1374
|
/**
|
|
1375
|
-
* @public
|
|
1376
1375
|
* <p>Region of a dataflow destination.</p>
|
|
1376
|
+
* @public
|
|
1377
1377
|
*/
|
|
1378
1378
|
dataflowDestinationRegion?: string;
|
|
1379
1379
|
}
|
|
1380
1380
|
/**
|
|
1381
|
-
* @public
|
|
1382
1381
|
* <p>Dataflow details for the source side.</p>
|
|
1382
|
+
* @public
|
|
1383
1383
|
*/
|
|
1384
1384
|
export interface Source {
|
|
1385
1385
|
/**
|
|
1386
|
-
* @public
|
|
1387
1386
|
* <p>Type of a <code>Config</code>.</p>
|
|
1387
|
+
* @public
|
|
1388
1388
|
*/
|
|
1389
1389
|
configType?: ConfigCapabilityType;
|
|
1390
1390
|
/**
|
|
1391
|
-
* @public
|
|
1392
1391
|
* <p>UUID of a <code>Config</code>.</p>
|
|
1392
|
+
* @public
|
|
1393
1393
|
*/
|
|
1394
1394
|
configId?: string;
|
|
1395
1395
|
/**
|
|
1396
|
-
* @public
|
|
1397
1396
|
* <p>Additional details for a <code>Config</code>, if type is <code>dataflow-endpoint</code> or <code>antenna-downlink-demod-decode</code>
|
|
1398
1397
|
* </p>
|
|
1398
|
+
* @public
|
|
1399
1399
|
*/
|
|
1400
1400
|
configDetails?: ConfigDetails;
|
|
1401
1401
|
/**
|
|
1402
|
-
* @public
|
|
1403
1402
|
* <p>Region of a dataflow source.</p>
|
|
1403
|
+
* @public
|
|
1404
1404
|
*/
|
|
1405
1405
|
dataflowSourceRegion?: string;
|
|
1406
1406
|
}
|
|
1407
1407
|
/**
|
|
1408
|
-
* @public
|
|
1409
1408
|
* <p>Information about a dataflow edge used in a contact.</p>
|
|
1409
|
+
* @public
|
|
1410
1410
|
*/
|
|
1411
1411
|
export interface DataflowDetail {
|
|
1412
1412
|
/**
|
|
1413
|
-
* @public
|
|
1414
1413
|
* <p>Dataflow details for the source side.</p>
|
|
1414
|
+
* @public
|
|
1415
1415
|
*/
|
|
1416
1416
|
source?: Source;
|
|
1417
1417
|
/**
|
|
1418
|
-
* @public
|
|
1419
1418
|
* <p>Dataflow details for the destination side.</p>
|
|
1419
|
+
* @public
|
|
1420
1420
|
*/
|
|
1421
1421
|
destination?: Destination;
|
|
1422
1422
|
/**
|
|
1423
|
-
* @public
|
|
1424
1423
|
* <p>Error message for a dataflow.</p>
|
|
1424
|
+
* @public
|
|
1425
1425
|
*/
|
|
1426
1426
|
errorMessage?: string;
|
|
1427
1427
|
}
|
|
1428
1428
|
/**
|
|
1429
|
-
* @public
|
|
1430
1429
|
* <p>Elevation angle of the satellite in the sky during a contact.</p>
|
|
1430
|
+
* @public
|
|
1431
1431
|
*/
|
|
1432
1432
|
export interface Elevation {
|
|
1433
1433
|
/**
|
|
1434
|
-
* @public
|
|
1435
1434
|
* <p>Elevation angle value.</p>
|
|
1435
|
+
* @public
|
|
1436
1436
|
*/
|
|
1437
1437
|
value: number | undefined;
|
|
1438
1438
|
/**
|
|
1439
|
-
* @public
|
|
1440
1439
|
* <p>Elevation angle units.</p>
|
|
1440
|
+
* @public
|
|
1441
1441
|
*/
|
|
1442
1442
|
unit: AngleUnits | undefined;
|
|
1443
1443
|
}
|
|
1444
1444
|
/**
|
|
1445
|
-
* @public
|
|
1446
1445
|
* <p/>
|
|
1446
|
+
* @public
|
|
1447
1447
|
*/
|
|
1448
1448
|
export interface DescribeContactResponse {
|
|
1449
1449
|
/**
|
|
1450
|
-
* @public
|
|
1451
1450
|
* <p>UUID of a contact.</p>
|
|
1451
|
+
* @public
|
|
1452
1452
|
*/
|
|
1453
1453
|
contactId?: string;
|
|
1454
1454
|
/**
|
|
1455
|
-
* @public
|
|
1456
1455
|
* <p>ARN of a mission profile.</p>
|
|
1456
|
+
* @public
|
|
1457
1457
|
*/
|
|
1458
1458
|
missionProfileArn?: string;
|
|
1459
1459
|
/**
|
|
1460
|
-
* @public
|
|
1461
1460
|
* <p>ARN of a satellite.</p>
|
|
1461
|
+
* @public
|
|
1462
1462
|
*/
|
|
1463
1463
|
satelliteArn?: string;
|
|
1464
1464
|
/**
|
|
1465
|
-
* @public
|
|
1466
1465
|
* <p>Start time of a contact in UTC.</p>
|
|
1466
|
+
* @public
|
|
1467
1467
|
*/
|
|
1468
1468
|
startTime?: Date;
|
|
1469
1469
|
/**
|
|
1470
|
-
* @public
|
|
1471
1470
|
* <p>End time of a contact in UTC.</p>
|
|
1471
|
+
* @public
|
|
1472
1472
|
*/
|
|
1473
1473
|
endTime?: Date;
|
|
1474
1474
|
/**
|
|
1475
|
-
* @public
|
|
1476
1475
|
* <p>Amount of time prior to contact start you’d like to receive a CloudWatch event indicating an upcoming pass.</p>
|
|
1476
|
+
* @public
|
|
1477
1477
|
*/
|
|
1478
1478
|
prePassStartTime?: Date;
|
|
1479
1479
|
/**
|
|
1480
|
-
* @public
|
|
1481
1480
|
* <p>Amount of time after a contact ends that you’d like to receive a CloudWatch event indicating the pass has finished.</p>
|
|
1481
|
+
* @public
|
|
1482
1482
|
*/
|
|
1483
1483
|
postPassEndTime?: Date;
|
|
1484
1484
|
/**
|
|
1485
|
-
* @public
|
|
1486
1485
|
* <p>Ground station for a contact.</p>
|
|
1486
|
+
* @public
|
|
1487
1487
|
*/
|
|
1488
1488
|
groundStation?: string;
|
|
1489
1489
|
/**
|
|
1490
|
-
* @public
|
|
1491
1490
|
* <p>Status of a contact.</p>
|
|
1491
|
+
* @public
|
|
1492
1492
|
*/
|
|
1493
1493
|
contactStatus?: ContactStatus;
|
|
1494
1494
|
/**
|
|
1495
|
-
* @public
|
|
1496
1495
|
* <p>Error message for a contact.</p>
|
|
1496
|
+
* @public
|
|
1497
1497
|
*/
|
|
1498
1498
|
errorMessage?: string;
|
|
1499
1499
|
/**
|
|
1500
|
-
* @public
|
|
1501
1500
|
* <p>Maximum elevation angle of a contact.</p>
|
|
1501
|
+
* @public
|
|
1502
1502
|
*/
|
|
1503
1503
|
maximumElevation?: Elevation;
|
|
1504
1504
|
/**
|
|
1505
|
-
* @public
|
|
1506
1505
|
* <p>Tags assigned to a contact.</p>
|
|
1506
|
+
* @public
|
|
1507
1507
|
*/
|
|
1508
1508
|
tags?: Record<string, string>;
|
|
1509
1509
|
/**
|
|
1510
|
-
* @public
|
|
1511
1510
|
* <p>Region of a contact.</p>
|
|
1511
|
+
* @public
|
|
1512
1512
|
*/
|
|
1513
1513
|
region?: string;
|
|
1514
1514
|
/**
|
|
1515
|
-
* @public
|
|
1516
1515
|
* <p>List describing source and destination details for each dataflow edge.</p>
|
|
1516
|
+
* @public
|
|
1517
1517
|
*/
|
|
1518
1518
|
dataflowList?: DataflowDetail[];
|
|
1519
1519
|
}
|
|
1520
1520
|
/**
|
|
1521
|
-
* @public
|
|
1522
1521
|
* <p/>
|
|
1522
|
+
* @public
|
|
1523
1523
|
*/
|
|
1524
1524
|
export interface ListContactsRequest {
|
|
1525
1525
|
/**
|
|
1526
|
-
* @public
|
|
1527
1526
|
* <p>Maximum number of contacts returned.</p>
|
|
1527
|
+
* @public
|
|
1528
1528
|
*/
|
|
1529
1529
|
maxResults?: number;
|
|
1530
1530
|
/**
|
|
1531
|
-
* @public
|
|
1532
1531
|
* <p>Next token returned in the request of a previous <code>ListContacts</code> call. Used to get the next page of results.</p>
|
|
1532
|
+
* @public
|
|
1533
1533
|
*/
|
|
1534
1534
|
nextToken?: string;
|
|
1535
1535
|
/**
|
|
1536
|
-
* @public
|
|
1537
1536
|
* <p>Status of a contact reservation.</p>
|
|
1537
|
+
* @public
|
|
1538
1538
|
*/
|
|
1539
1539
|
statusList: ContactStatus[] | undefined;
|
|
1540
1540
|
/**
|
|
1541
|
-
* @public
|
|
1542
1541
|
* <p>Start time of a contact in UTC.</p>
|
|
1542
|
+
* @public
|
|
1543
1543
|
*/
|
|
1544
1544
|
startTime: Date | undefined;
|
|
1545
1545
|
/**
|
|
1546
|
-
* @public
|
|
1547
1546
|
* <p>End time of a contact in UTC.</p>
|
|
1547
|
+
* @public
|
|
1548
1548
|
*/
|
|
1549
1549
|
endTime: Date | undefined;
|
|
1550
1550
|
/**
|
|
1551
|
-
* @public
|
|
1552
1551
|
* <p>Name of a ground station.</p>
|
|
1552
|
+
* @public
|
|
1553
1553
|
*/
|
|
1554
1554
|
groundStation?: string;
|
|
1555
1555
|
/**
|
|
1556
|
-
* @public
|
|
1557
1556
|
* <p>ARN of a satellite.</p>
|
|
1557
|
+
* @public
|
|
1558
1558
|
*/
|
|
1559
1559
|
satelliteArn?: string;
|
|
1560
1560
|
/**
|
|
1561
|
-
* @public
|
|
1562
1561
|
* <p>ARN of a mission profile.</p>
|
|
1562
|
+
* @public
|
|
1563
1563
|
*/
|
|
1564
1564
|
missionProfileArn?: string;
|
|
1565
1565
|
}
|
|
1566
1566
|
/**
|
|
1567
|
-
* @public
|
|
1568
1567
|
* <p>Data describing a contact.</p>
|
|
1568
|
+
* @public
|
|
1569
1569
|
*/
|
|
1570
1570
|
export interface ContactData {
|
|
1571
1571
|
/**
|
|
1572
|
-
* @public
|
|
1573
1572
|
* <p>UUID of a contact.</p>
|
|
1573
|
+
* @public
|
|
1574
1574
|
*/
|
|
1575
1575
|
contactId?: string;
|
|
1576
1576
|
/**
|
|
1577
|
-
* @public
|
|
1578
1577
|
* <p>ARN of a mission profile.</p>
|
|
1578
|
+
* @public
|
|
1579
1579
|
*/
|
|
1580
1580
|
missionProfileArn?: string;
|
|
1581
1581
|
/**
|
|
1582
|
-
* @public
|
|
1583
1582
|
* <p>ARN of a satellite.</p>
|
|
1583
|
+
* @public
|
|
1584
1584
|
*/
|
|
1585
1585
|
satelliteArn?: string;
|
|
1586
1586
|
/**
|
|
1587
|
-
* @public
|
|
1588
1587
|
* <p>Start time of a contact in UTC.</p>
|
|
1588
|
+
* @public
|
|
1589
1589
|
*/
|
|
1590
1590
|
startTime?: Date;
|
|
1591
1591
|
/**
|
|
1592
|
-
* @public
|
|
1593
1592
|
* <p>End time of a contact in UTC.</p>
|
|
1593
|
+
* @public
|
|
1594
1594
|
*/
|
|
1595
1595
|
endTime?: Date;
|
|
1596
1596
|
/**
|
|
1597
|
-
* @public
|
|
1598
1597
|
* <p>Amount of time prior to contact start you’d like to receive a CloudWatch event indicating an upcoming pass.</p>
|
|
1598
|
+
* @public
|
|
1599
1599
|
*/
|
|
1600
1600
|
prePassStartTime?: Date;
|
|
1601
1601
|
/**
|
|
1602
|
-
* @public
|
|
1603
1602
|
* <p>Amount of time after a contact ends that you’d like to receive a CloudWatch event indicating the pass has finished.</p>
|
|
1603
|
+
* @public
|
|
1604
1604
|
*/
|
|
1605
1605
|
postPassEndTime?: Date;
|
|
1606
1606
|
/**
|
|
1607
|
-
* @public
|
|
1608
1607
|
* <p>Name of a ground station.</p>
|
|
1608
|
+
* @public
|
|
1609
1609
|
*/
|
|
1610
1610
|
groundStation?: string;
|
|
1611
1611
|
/**
|
|
1612
|
-
* @public
|
|
1613
1612
|
* <p>Status of a contact.</p>
|
|
1613
|
+
* @public
|
|
1614
1614
|
*/
|
|
1615
1615
|
contactStatus?: ContactStatus;
|
|
1616
1616
|
/**
|
|
1617
|
-
* @public
|
|
1618
1617
|
* <p>Error message of a contact.</p>
|
|
1618
|
+
* @public
|
|
1619
1619
|
*/
|
|
1620
1620
|
errorMessage?: string;
|
|
1621
1621
|
/**
|
|
1622
|
-
* @public
|
|
1623
1622
|
* <p>Maximum elevation angle of a contact.</p>
|
|
1623
|
+
* @public
|
|
1624
1624
|
*/
|
|
1625
1625
|
maximumElevation?: Elevation;
|
|
1626
1626
|
/**
|
|
1627
|
-
* @public
|
|
1628
1627
|
* <p>Region of a contact.</p>
|
|
1628
|
+
* @public
|
|
1629
1629
|
*/
|
|
1630
1630
|
region?: string;
|
|
1631
1631
|
/**
|
|
1632
|
-
* @public
|
|
1633
1632
|
* <p>Tags assigned to a contact.</p>
|
|
1633
|
+
* @public
|
|
1634
1634
|
*/
|
|
1635
1635
|
tags?: Record<string, string>;
|
|
1636
1636
|
}
|
|
1637
1637
|
/**
|
|
1638
|
-
* @public
|
|
1639
1638
|
* <p/>
|
|
1639
|
+
* @public
|
|
1640
1640
|
*/
|
|
1641
1641
|
export interface ListContactsResponse {
|
|
1642
1642
|
/**
|
|
1643
|
-
* @public
|
|
1644
1643
|
* <p>Next token returned in the response of a previous <code>ListContacts</code> call. Used to get the next page of results.</p>
|
|
1644
|
+
* @public
|
|
1645
1645
|
*/
|
|
1646
1646
|
nextToken?: string;
|
|
1647
1647
|
/**
|
|
1648
|
-
* @public
|
|
1649
1648
|
* <p>List of contacts.</p>
|
|
1649
|
+
* @public
|
|
1650
1650
|
*/
|
|
1651
1651
|
contactList?: ContactData[];
|
|
1652
1652
|
}
|
|
1653
1653
|
/**
|
|
1654
|
-
* @public
|
|
1655
1654
|
* <p/>
|
|
1655
|
+
* @public
|
|
1656
1656
|
*/
|
|
1657
1657
|
export interface ReserveContactRequest {
|
|
1658
1658
|
/**
|
|
1659
|
-
* @public
|
|
1660
1659
|
* <p>ARN of a mission profile.</p>
|
|
1660
|
+
* @public
|
|
1661
1661
|
*/
|
|
1662
1662
|
missionProfileArn: string | undefined;
|
|
1663
1663
|
/**
|
|
1664
|
-
* @public
|
|
1665
1664
|
* <p>ARN of a satellite</p>
|
|
1665
|
+
* @public
|
|
1666
1666
|
*/
|
|
1667
1667
|
satelliteArn: string | undefined;
|
|
1668
1668
|
/**
|
|
1669
|
-
* @public
|
|
1670
1669
|
* <p>Start time of a contact in UTC.</p>
|
|
1670
|
+
* @public
|
|
1671
1671
|
*/
|
|
1672
1672
|
startTime: Date | undefined;
|
|
1673
1673
|
/**
|
|
1674
|
-
* @public
|
|
1675
1674
|
* <p>End time of a contact in UTC.</p>
|
|
1675
|
+
* @public
|
|
1676
1676
|
*/
|
|
1677
1677
|
endTime: Date | undefined;
|
|
1678
1678
|
/**
|
|
1679
|
-
* @public
|
|
1680
1679
|
* <p>Name of a ground station.</p>
|
|
1680
|
+
* @public
|
|
1681
1681
|
*/
|
|
1682
1682
|
groundStation: string | undefined;
|
|
1683
1683
|
/**
|
|
1684
|
-
* @public
|
|
1685
1684
|
* <p>Tags assigned to a contact.</p>
|
|
1685
|
+
* @public
|
|
1686
1686
|
*/
|
|
1687
1687
|
tags?: Record<string, string>;
|
|
1688
1688
|
}
|
|
1689
1689
|
/**
|
|
1690
|
-
* @public
|
|
1691
1690
|
* <p/>
|
|
1691
|
+
* @public
|
|
1692
1692
|
*/
|
|
1693
1693
|
export interface CreateDataflowEndpointGroupRequest {
|
|
1694
1694
|
/**
|
|
1695
|
-
* @public
|
|
1696
1695
|
* <p>Endpoint details of each endpoint in the dataflow endpoint group.</p>
|
|
1696
|
+
* @public
|
|
1697
1697
|
*/
|
|
1698
1698
|
endpointDetails: EndpointDetails[] | undefined;
|
|
1699
1699
|
/**
|
|
1700
|
-
* @public
|
|
1701
1700
|
* <p>Tags of a dataflow endpoint group.</p>
|
|
1701
|
+
* @public
|
|
1702
1702
|
*/
|
|
1703
1703
|
tags?: Record<string, string>;
|
|
1704
1704
|
/**
|
|
1705
|
-
* @public
|
|
1706
1705
|
* <p>Amount of time, in seconds, before a contact starts that the Ground Station Dataflow Endpoint Group will be in a <code>PREPASS</code> state. A Ground Station Dataflow Endpoint Group State Change event will be emitted when the Dataflow Endpoint Group enters and exits the <code>PREPASS</code> state.</p>
|
|
1706
|
+
* @public
|
|
1707
1707
|
*/
|
|
1708
1708
|
contactPrePassDurationSeconds?: number;
|
|
1709
1709
|
/**
|
|
1710
|
-
* @public
|
|
1711
1710
|
* <p>Amount of time, in seconds, after a contact ends that the Ground Station Dataflow Endpoint Group will be in a <code>POSTPASS</code> state. A Ground Station Dataflow Endpoint Group State Change event will be emitted when the Dataflow Endpoint Group enters and exits the <code>POSTPASS</code> state.</p>
|
|
1711
|
+
* @public
|
|
1712
1712
|
*/
|
|
1713
1713
|
contactPostPassDurationSeconds?: number;
|
|
1714
1714
|
}
|
|
1715
1715
|
/**
|
|
1716
|
-
* @public
|
|
1717
1716
|
* <p/>
|
|
1717
|
+
* @public
|
|
1718
1718
|
*/
|
|
1719
1719
|
export interface DataflowEndpointGroupIdResponse {
|
|
1720
1720
|
/**
|
|
1721
|
-
* @public
|
|
1722
1721
|
* <p>UUID of a dataflow endpoint group.</p>
|
|
1722
|
+
* @public
|
|
1723
1723
|
*/
|
|
1724
1724
|
dataflowEndpointGroupId?: string;
|
|
1725
1725
|
}
|
|
1726
1726
|
/**
|
|
1727
|
-
* @public
|
|
1728
1727
|
* <p>Object stored in S3 containing ephemeris data.</p>
|
|
1728
|
+
* @public
|
|
1729
1729
|
*/
|
|
1730
1730
|
export interface S3Object {
|
|
1731
1731
|
/**
|
|
1732
|
-
* @public
|
|
1733
1732
|
* <p>An Amazon S3 Bucket name.</p>
|
|
1733
|
+
* @public
|
|
1734
1734
|
*/
|
|
1735
1735
|
bucket?: string;
|
|
1736
1736
|
/**
|
|
1737
|
-
* @public
|
|
1738
1737
|
* <p>An Amazon S3 key for the ephemeris.</p>
|
|
1738
|
+
* @public
|
|
1739
1739
|
*/
|
|
1740
1740
|
key?: string;
|
|
1741
1741
|
/**
|
|
1742
|
-
* @public
|
|
1743
1742
|
* <p>For versioned S3 objects, the version to use for the ephemeris.</p>
|
|
1743
|
+
* @public
|
|
1744
1744
|
*/
|
|
1745
1745
|
version?: string;
|
|
1746
1746
|
}
|
|
1747
1747
|
/**
|
|
1748
|
-
* @public
|
|
1749
1748
|
* <p>Ephemeris data in Orbit Ephemeris Message (OEM) format.</p>
|
|
1749
|
+
* @public
|
|
1750
1750
|
*/
|
|
1751
1751
|
export interface OEMEphemeris {
|
|
1752
1752
|
/**
|
|
1753
|
-
* @public
|
|
1754
1753
|
* <p>Identifies the S3 object to be used as the ephemeris.</p>
|
|
1754
|
+
* @public
|
|
1755
1755
|
*/
|
|
1756
1756
|
s3Object?: S3Object;
|
|
1757
1757
|
/**
|
|
1758
|
-
* @public
|
|
1759
1758
|
* <p>The data for an OEM ephemeris, supplied directly in the request rather than through an S3 object.</p>
|
|
1759
|
+
* @public
|
|
1760
1760
|
*/
|
|
1761
1761
|
oemData?: string;
|
|
1762
1762
|
}
|
|
1763
1763
|
/**
|
|
1764
|
-
* @public
|
|
1765
1764
|
* <p>A time range with a start and end time.</p>
|
|
1765
|
+
* @public
|
|
1766
1766
|
*/
|
|
1767
1767
|
export interface TimeRange {
|
|
1768
1768
|
/**
|
|
1769
|
-
* @public
|
|
1770
1769
|
* <p>Time in UTC at which the time range starts.</p>
|
|
1770
|
+
* @public
|
|
1771
1771
|
*/
|
|
1772
1772
|
startTime: Date | undefined;
|
|
1773
1773
|
/**
|
|
1774
|
-
* @public
|
|
1775
1774
|
* <p>Time in UTC at which the time range ends.</p>
|
|
1775
|
+
* @public
|
|
1776
1776
|
*/
|
|
1777
1777
|
endTime: Date | undefined;
|
|
1778
1778
|
}
|
|
1779
1779
|
/**
|
|
1780
|
-
* @public
|
|
1781
1780
|
* <p>Two-line element set (TLE) data.</p>
|
|
1781
|
+
* @public
|
|
1782
1782
|
*/
|
|
1783
1783
|
export interface TLEData {
|
|
1784
1784
|
/**
|
|
1785
|
-
* @public
|
|
1786
1785
|
* <p>First line of two-line element set (TLE) data.</p>
|
|
1786
|
+
* @public
|
|
1787
1787
|
*/
|
|
1788
1788
|
tleLine1: string | undefined;
|
|
1789
1789
|
/**
|
|
1790
|
-
* @public
|
|
1791
1790
|
* <p>Second line of two-line element set (TLE) data.</p>
|
|
1791
|
+
* @public
|
|
1792
1792
|
*/
|
|
1793
1793
|
tleLine2: string | undefined;
|
|
1794
1794
|
/**
|
|
1795
|
-
* @public
|
|
1796
1795
|
* <p>The valid time range for the TLE. Gaps or overlap are not permitted.</p>
|
|
1796
|
+
* @public
|
|
1797
1797
|
*/
|
|
1798
1798
|
validTimeRange: TimeRange | undefined;
|
|
1799
1799
|
}
|
|
1800
1800
|
/**
|
|
1801
|
-
* @public
|
|
1802
1801
|
* <p>Two-line element set (TLE) ephemeris.</p>
|
|
1802
|
+
* @public
|
|
1803
1803
|
*/
|
|
1804
1804
|
export interface TLEEphemeris {
|
|
1805
1805
|
/**
|
|
1806
|
-
* @public
|
|
1807
1806
|
* <p>Identifies the S3 object to be used as the ephemeris.</p>
|
|
1807
|
+
* @public
|
|
1808
1808
|
*/
|
|
1809
1809
|
s3Object?: S3Object;
|
|
1810
1810
|
/**
|
|
1811
|
-
* @public
|
|
1812
1811
|
* <p>The data for a TLE ephemeris, supplied directly in the request rather than through an S3 object.</p>
|
|
1812
|
+
* @public
|
|
1813
1813
|
*/
|
|
1814
1814
|
tleData?: TLEData[];
|
|
1815
1815
|
}
|
|
1816
1816
|
/**
|
|
1817
|
-
* @public
|
|
1818
1817
|
* <p>Ephemeris data.</p>
|
|
1818
|
+
* @public
|
|
1819
1819
|
*/
|
|
1820
1820
|
export type EphemerisData = EphemerisData.OemMember | EphemerisData.TleMember | EphemerisData.$UnknownMember;
|
|
1821
1821
|
/**
|
|
@@ -1823,8 +1823,8 @@ export type EphemerisData = EphemerisData.OemMember | EphemerisData.TleMember |
|
|
|
1823
1823
|
*/
|
|
1824
1824
|
export declare namespace EphemerisData {
|
|
1825
1825
|
/**
|
|
1826
|
-
* @public
|
|
1827
1826
|
* <p>Two-line element set (TLE) ephemeris.</p>
|
|
1827
|
+
* @public
|
|
1828
1828
|
*/
|
|
1829
1829
|
interface TleMember {
|
|
1830
1830
|
tle: TLEEphemeris;
|
|
@@ -1832,8 +1832,8 @@ export declare namespace EphemerisData {
|
|
|
1832
1832
|
$unknown?: never;
|
|
1833
1833
|
}
|
|
1834
1834
|
/**
|
|
1835
|
-
* @public
|
|
1836
1835
|
* <p>Ephemeris data in Orbit Ephemeris Message (OEM) format.</p>
|
|
1836
|
+
* @public
|
|
1837
1837
|
*/
|
|
1838
1838
|
interface OemMember {
|
|
1839
1839
|
tle?: never;
|
|
@@ -1860,46 +1860,46 @@ export declare namespace EphemerisData {
|
|
|
1860
1860
|
*/
|
|
1861
1861
|
export interface CreateEphemerisRequest {
|
|
1862
1862
|
/**
|
|
1863
|
-
* @public
|
|
1864
1863
|
* <p>AWS Ground Station satellite ID for this ephemeris.</p>
|
|
1864
|
+
* @public
|
|
1865
1865
|
*/
|
|
1866
1866
|
satelliteId: string | undefined;
|
|
1867
1867
|
/**
|
|
1868
|
-
* @public
|
|
1869
1868
|
* <p>Whether to set the ephemeris status to <code>ENABLED</code> after validation.</p>
|
|
1870
1869
|
* <p>Setting this to false will set the ephemeris status to <code>DISABLED</code> after validation.</p>
|
|
1870
|
+
* @public
|
|
1871
1871
|
*/
|
|
1872
1872
|
enabled?: boolean;
|
|
1873
1873
|
/**
|
|
1874
|
-
* @public
|
|
1875
1874
|
* <p>Customer-provided priority score to establish the order in which overlapping ephemerides should be used.</p>
|
|
1876
1875
|
* <p>The default for customer-provided ephemeris priority is 1, and higher numbers take precedence.</p>
|
|
1877
1876
|
* <p>Priority must be 1 or greater</p>
|
|
1877
|
+
* @public
|
|
1878
1878
|
*/
|
|
1879
1879
|
priority?: number;
|
|
1880
1880
|
/**
|
|
1881
|
-
* @public
|
|
1882
1881
|
* <p>An overall expiration time for the ephemeris in UTC, after which it will become <code>EXPIRED</code>.</p>
|
|
1882
|
+
* @public
|
|
1883
1883
|
*/
|
|
1884
1884
|
expirationTime?: Date;
|
|
1885
1885
|
/**
|
|
1886
|
-
* @public
|
|
1887
1886
|
* <p>A name string associated with the ephemeris. Used as a human-readable identifier for the ephemeris.</p>
|
|
1887
|
+
* @public
|
|
1888
1888
|
*/
|
|
1889
1889
|
name: string | undefined;
|
|
1890
1890
|
/**
|
|
1891
|
-
* @public
|
|
1892
1891
|
* <p>The ARN of a KMS key used to encrypt the ephemeris in Ground Station.</p>
|
|
1892
|
+
* @public
|
|
1893
1893
|
*/
|
|
1894
1894
|
kmsKeyArn?: string;
|
|
1895
1895
|
/**
|
|
1896
|
-
* @public
|
|
1897
1896
|
* <p>Ephemeris data.</p>
|
|
1897
|
+
* @public
|
|
1898
1898
|
*/
|
|
1899
1899
|
ephemeris?: EphemerisData;
|
|
1900
1900
|
/**
|
|
1901
|
-
* @public
|
|
1902
1901
|
* <p>Tags assigned to an ephemeris.</p>
|
|
1902
|
+
* @public
|
|
1903
1903
|
*/
|
|
1904
1904
|
tags?: Record<string, string>;
|
|
1905
1905
|
}
|
|
@@ -1908,14 +1908,14 @@ export interface CreateEphemerisRequest {
|
|
|
1908
1908
|
*/
|
|
1909
1909
|
export interface EphemerisIdResponse {
|
|
1910
1910
|
/**
|
|
1911
|
-
* @public
|
|
1912
1911
|
* <p>The AWS Ground Station ephemeris ID.</p>
|
|
1912
|
+
* @public
|
|
1913
1913
|
*/
|
|
1914
1914
|
ephemerisId?: string;
|
|
1915
1915
|
}
|
|
1916
1916
|
/**
|
|
1917
|
-
* @public
|
|
1918
1917
|
* <p>AWS Key Management Service (KMS) Key.</p>
|
|
1918
|
+
* @public
|
|
1919
1919
|
*/
|
|
1920
1920
|
export type KmsKey = KmsKey.KmsAliasArnMember | KmsKey.KmsAliasNameMember | KmsKey.KmsKeyArnMember | KmsKey.$UnknownMember;
|
|
1921
1921
|
/**
|
|
@@ -1923,8 +1923,8 @@ export type KmsKey = KmsKey.KmsAliasArnMember | KmsKey.KmsAliasNameMember | KmsK
|
|
|
1923
1923
|
*/
|
|
1924
1924
|
export declare namespace KmsKey {
|
|
1925
1925
|
/**
|
|
1926
|
-
* @public
|
|
1927
1926
|
* <p>KMS Key Arn.</p>
|
|
1927
|
+
* @public
|
|
1928
1928
|
*/
|
|
1929
1929
|
interface KmsKeyArnMember {
|
|
1930
1930
|
kmsKeyArn: string;
|
|
@@ -1933,8 +1933,8 @@ export declare namespace KmsKey {
|
|
|
1933
1933
|
$unknown?: never;
|
|
1934
1934
|
}
|
|
1935
1935
|
/**
|
|
1936
|
-
* @public
|
|
1937
1936
|
* <p>KMS Alias Arn.</p>
|
|
1937
|
+
* @public
|
|
1938
1938
|
*/
|
|
1939
1939
|
interface KmsAliasArnMember {
|
|
1940
1940
|
kmsKeyArn?: never;
|
|
@@ -1943,8 +1943,8 @@ export declare namespace KmsKey {
|
|
|
1943
1943
|
$unknown?: never;
|
|
1944
1944
|
}
|
|
1945
1945
|
/**
|
|
1946
|
-
* @public
|
|
1947
1946
|
* <p>KMS Alias Name.</p>
|
|
1947
|
+
* @public
|
|
1948
1948
|
*/
|
|
1949
1949
|
interface KmsAliasNameMember {
|
|
1950
1950
|
kmsKeyArn?: never;
|
|
@@ -1970,172 +1970,172 @@ export declare namespace KmsKey {
|
|
|
1970
1970
|
const visit: <T>(value: KmsKey, visitor: Visitor<T>) => T;
|
|
1971
1971
|
}
|
|
1972
1972
|
/**
|
|
1973
|
-
* @public
|
|
1974
1973
|
* <p/>
|
|
1974
|
+
* @public
|
|
1975
1975
|
*/
|
|
1976
1976
|
export interface CreateMissionProfileRequest {
|
|
1977
1977
|
/**
|
|
1978
|
-
* @public
|
|
1979
1978
|
* <p>Name of a mission profile.</p>
|
|
1979
|
+
* @public
|
|
1980
1980
|
*/
|
|
1981
1981
|
name: string | undefined;
|
|
1982
1982
|
/**
|
|
1983
|
-
* @public
|
|
1984
1983
|
* <p>Amount of time prior to contact start you’d like to receive a CloudWatch event indicating an upcoming pass.</p>
|
|
1984
|
+
* @public
|
|
1985
1985
|
*/
|
|
1986
1986
|
contactPrePassDurationSeconds?: number;
|
|
1987
1987
|
/**
|
|
1988
|
-
* @public
|
|
1989
1988
|
* <p>Amount of time after a contact ends that you’d like to receive a CloudWatch event indicating the pass has finished.</p>
|
|
1989
|
+
* @public
|
|
1990
1990
|
*/
|
|
1991
1991
|
contactPostPassDurationSeconds?: number;
|
|
1992
1992
|
/**
|
|
1993
|
-
* @public
|
|
1994
1993
|
* <p>Smallest amount of time in seconds that you’d like to see for an available contact. AWS Ground Station will not present you with contacts shorter than this duration.</p>
|
|
1994
|
+
* @public
|
|
1995
1995
|
*/
|
|
1996
1996
|
minimumViableContactDurationSeconds: number | undefined;
|
|
1997
1997
|
/**
|
|
1998
|
-
* @public
|
|
1999
1998
|
* <p>A list of lists of ARNs. Each list of ARNs is an edge, with a <i>from</i>
|
|
2000
1999
|
* <code>Config</code> and a <i>to</i>
|
|
2001
2000
|
* <code>Config</code>.</p>
|
|
2001
|
+
* @public
|
|
2002
2002
|
*/
|
|
2003
2003
|
dataflowEdges: string[][] | undefined;
|
|
2004
2004
|
/**
|
|
2005
|
-
* @public
|
|
2006
2005
|
* <p>ARN of a tracking <code>Config</code>.</p>
|
|
2006
|
+
* @public
|
|
2007
2007
|
*/
|
|
2008
2008
|
trackingConfigArn: string | undefined;
|
|
2009
2009
|
/**
|
|
2010
|
-
* @public
|
|
2011
2010
|
* <p>Tags assigned to a mission profile.</p>
|
|
2011
|
+
* @public
|
|
2012
2012
|
*/
|
|
2013
2013
|
tags?: Record<string, string>;
|
|
2014
2014
|
/**
|
|
2015
|
-
* @public
|
|
2016
2015
|
* <p>KMS key to use for encrypting streams.</p>
|
|
2016
|
+
* @public
|
|
2017
2017
|
*/
|
|
2018
2018
|
streamsKmsKey?: KmsKey;
|
|
2019
2019
|
/**
|
|
2020
|
-
* @public
|
|
2021
2020
|
* <p>Role to use for encrypting streams with KMS key.</p>
|
|
2021
|
+
* @public
|
|
2022
2022
|
*/
|
|
2023
2023
|
streamsKmsRole?: string;
|
|
2024
2024
|
}
|
|
2025
2025
|
/**
|
|
2026
|
-
* @public
|
|
2027
2026
|
* <p/>
|
|
2027
|
+
* @public
|
|
2028
2028
|
*/
|
|
2029
2029
|
export interface MissionProfileIdResponse {
|
|
2030
2030
|
/**
|
|
2031
|
-
* @public
|
|
2032
2031
|
* <p>UUID of a mission profile.</p>
|
|
2032
|
+
* @public
|
|
2033
2033
|
*/
|
|
2034
2034
|
missionProfileId?: string;
|
|
2035
2035
|
}
|
|
2036
2036
|
/**
|
|
2037
|
-
* @public
|
|
2038
2037
|
* <p/>
|
|
2038
|
+
* @public
|
|
2039
2039
|
*/
|
|
2040
2040
|
export interface DeleteDataflowEndpointGroupRequest {
|
|
2041
2041
|
/**
|
|
2042
|
-
* @public
|
|
2043
2042
|
* <p>UUID of a dataflow endpoint group.</p>
|
|
2043
|
+
* @public
|
|
2044
2044
|
*/
|
|
2045
2045
|
dataflowEndpointGroupId: string | undefined;
|
|
2046
2046
|
}
|
|
2047
2047
|
/**
|
|
2048
|
-
* @public
|
|
2049
2048
|
* <p/>
|
|
2049
|
+
* @public
|
|
2050
2050
|
*/
|
|
2051
2051
|
export interface GetDataflowEndpointGroupRequest {
|
|
2052
2052
|
/**
|
|
2053
|
-
* @public
|
|
2054
2053
|
* <p>UUID of a dataflow endpoint group.</p>
|
|
2054
|
+
* @public
|
|
2055
2055
|
*/
|
|
2056
2056
|
dataflowEndpointGroupId: string | undefined;
|
|
2057
2057
|
}
|
|
2058
2058
|
/**
|
|
2059
|
-
* @public
|
|
2060
2059
|
* <p/>
|
|
2060
|
+
* @public
|
|
2061
2061
|
*/
|
|
2062
2062
|
export interface GetDataflowEndpointGroupResponse {
|
|
2063
2063
|
/**
|
|
2064
|
-
* @public
|
|
2065
2064
|
* <p>UUID of a dataflow endpoint group.</p>
|
|
2065
|
+
* @public
|
|
2066
2066
|
*/
|
|
2067
2067
|
dataflowEndpointGroupId?: string;
|
|
2068
2068
|
/**
|
|
2069
|
-
* @public
|
|
2070
2069
|
* <p>ARN of a dataflow endpoint group.</p>
|
|
2070
|
+
* @public
|
|
2071
2071
|
*/
|
|
2072
2072
|
dataflowEndpointGroupArn?: string;
|
|
2073
2073
|
/**
|
|
2074
|
-
* @public
|
|
2075
2074
|
* <p>Details of a dataflow endpoint.</p>
|
|
2075
|
+
* @public
|
|
2076
2076
|
*/
|
|
2077
2077
|
endpointsDetails?: EndpointDetails[];
|
|
2078
2078
|
/**
|
|
2079
|
-
* @public
|
|
2080
2079
|
* <p>Tags assigned to a dataflow endpoint group.</p>
|
|
2080
|
+
* @public
|
|
2081
2081
|
*/
|
|
2082
2082
|
tags?: Record<string, string>;
|
|
2083
2083
|
/**
|
|
2084
|
-
* @public
|
|
2085
2084
|
* <p>Amount of time, in seconds, before a contact starts that the Ground Station Dataflow Endpoint Group will be in a <code>PREPASS</code> state. A Ground Station Dataflow Endpoint Group State Change event will be emitted when the Dataflow Endpoint Group enters and exits the <code>PREPASS</code> state.</p>
|
|
2085
|
+
* @public
|
|
2086
2086
|
*/
|
|
2087
2087
|
contactPrePassDurationSeconds?: number;
|
|
2088
2088
|
/**
|
|
2089
|
-
* @public
|
|
2090
2089
|
* <p>Amount of time, in seconds, after a contact ends that the Ground Station Dataflow Endpoint Group will be in a <code>POSTPASS</code> state. A Ground Station Dataflow Endpoint Group State Change event will be emitted when the Dataflow Endpoint Group enters and exits the <code>POSTPASS</code> state.</p>
|
|
2090
|
+
* @public
|
|
2091
2091
|
*/
|
|
2092
2092
|
contactPostPassDurationSeconds?: number;
|
|
2093
2093
|
}
|
|
2094
2094
|
/**
|
|
2095
|
-
* @public
|
|
2096
2095
|
* <p/>
|
|
2096
|
+
* @public
|
|
2097
2097
|
*/
|
|
2098
2098
|
export interface ListDataflowEndpointGroupsRequest {
|
|
2099
2099
|
/**
|
|
2100
|
-
* @public
|
|
2101
2100
|
* <p>Maximum number of dataflow endpoint groups returned.</p>
|
|
2101
|
+
* @public
|
|
2102
2102
|
*/
|
|
2103
2103
|
maxResults?: number;
|
|
2104
2104
|
/**
|
|
2105
|
-
* @public
|
|
2106
2105
|
* <p>Next token returned in the request of a previous <code>ListDataflowEndpointGroups</code> call. Used to get the next page of results.</p>
|
|
2106
|
+
* @public
|
|
2107
2107
|
*/
|
|
2108
2108
|
nextToken?: string;
|
|
2109
2109
|
}
|
|
2110
2110
|
/**
|
|
2111
|
-
* @public
|
|
2112
2111
|
* <p>Item in a list of <code>DataflowEndpoint</code> groups.</p>
|
|
2112
|
+
* @public
|
|
2113
2113
|
*/
|
|
2114
2114
|
export interface DataflowEndpointListItem {
|
|
2115
2115
|
/**
|
|
2116
|
-
* @public
|
|
2117
2116
|
* <p>UUID of a dataflow endpoint group.</p>
|
|
2117
|
+
* @public
|
|
2118
2118
|
*/
|
|
2119
2119
|
dataflowEndpointGroupId?: string;
|
|
2120
2120
|
/**
|
|
2121
|
-
* @public
|
|
2122
2121
|
* <p>ARN of a dataflow endpoint group.</p>
|
|
2122
|
+
* @public
|
|
2123
2123
|
*/
|
|
2124
2124
|
dataflowEndpointGroupArn?: string;
|
|
2125
2125
|
}
|
|
2126
2126
|
/**
|
|
2127
|
-
* @public
|
|
2128
2127
|
* <p/>
|
|
2128
|
+
* @public
|
|
2129
2129
|
*/
|
|
2130
2130
|
export interface ListDataflowEndpointGroupsResponse {
|
|
2131
2131
|
/**
|
|
2132
|
-
* @public
|
|
2133
2132
|
* <p>Next token returned in the response of a previous <code>ListDataflowEndpointGroups</code> call. Used to get the next page of results.</p>
|
|
2133
|
+
* @public
|
|
2134
2134
|
*/
|
|
2135
2135
|
nextToken?: string;
|
|
2136
2136
|
/**
|
|
2137
|
-
* @public
|
|
2138
2137
|
* <p>A list of dataflow endpoint groups.</p>
|
|
2138
|
+
* @public
|
|
2139
2139
|
*/
|
|
2140
2140
|
dataflowEndpointGroupList?: DataflowEndpointListItem[];
|
|
2141
2141
|
}
|
|
@@ -2144,19 +2144,19 @@ export interface ListDataflowEndpointGroupsResponse {
|
|
|
2144
2144
|
*/
|
|
2145
2145
|
export interface DeleteEphemerisRequest {
|
|
2146
2146
|
/**
|
|
2147
|
-
* @public
|
|
2148
2147
|
* <p>The AWS Ground Station ephemeris ID.</p>
|
|
2148
|
+
* @public
|
|
2149
2149
|
*/
|
|
2150
2150
|
ephemerisId: string | undefined;
|
|
2151
2151
|
}
|
|
2152
2152
|
/**
|
|
2153
|
-
* @public
|
|
2154
2153
|
* <p/>
|
|
2154
|
+
* @public
|
|
2155
2155
|
*/
|
|
2156
2156
|
export interface DeleteMissionProfileRequest {
|
|
2157
2157
|
/**
|
|
2158
|
-
* @public
|
|
2159
2158
|
* <p>UUID of a mission profile.</p>
|
|
2159
|
+
* @public
|
|
2160
2160
|
*/
|
|
2161
2161
|
missionProfileId: string | undefined;
|
|
2162
2162
|
}
|
|
@@ -2165,8 +2165,8 @@ export interface DeleteMissionProfileRequest {
|
|
|
2165
2165
|
*/
|
|
2166
2166
|
export interface DescribeEphemerisRequest {
|
|
2167
2167
|
/**
|
|
2168
|
-
* @public
|
|
2169
2168
|
* <p>The AWS Ground Station ephemeris ID.</p>
|
|
2169
|
+
* @public
|
|
2170
2170
|
*/
|
|
2171
2171
|
ephemerisId: string | undefined;
|
|
2172
2172
|
}
|
|
@@ -2217,24 +2217,24 @@ export declare const EphemerisStatus: {
|
|
|
2217
2217
|
*/
|
|
2218
2218
|
export type EphemerisStatus = (typeof EphemerisStatus)[keyof typeof EphemerisStatus];
|
|
2219
2219
|
/**
|
|
2220
|
-
* @public
|
|
2221
2220
|
* <p>Description of ephemeris.</p>
|
|
2221
|
+
* @public
|
|
2222
2222
|
*/
|
|
2223
2223
|
export interface EphemerisDescription {
|
|
2224
2224
|
/**
|
|
2225
|
-
* @public
|
|
2226
2225
|
* <p>Source S3 object used for the ephemeris.</p>
|
|
2226
|
+
* @public
|
|
2227
2227
|
*/
|
|
2228
2228
|
sourceS3Object?: S3Object;
|
|
2229
2229
|
/**
|
|
2230
|
-
* @public
|
|
2231
2230
|
* <p>Supplied ephemeris data.</p>
|
|
2231
|
+
* @public
|
|
2232
2232
|
*/
|
|
2233
2233
|
ephemerisData?: string;
|
|
2234
2234
|
}
|
|
2235
2235
|
/**
|
|
2236
|
-
* @public
|
|
2237
2236
|
* <p/>
|
|
2237
|
+
* @public
|
|
2238
2238
|
*/
|
|
2239
2239
|
export type EphemerisTypeDescription = EphemerisTypeDescription.OemMember | EphemerisTypeDescription.TleMember | EphemerisTypeDescription.$UnknownMember;
|
|
2240
2240
|
/**
|
|
@@ -2242,8 +2242,8 @@ export type EphemerisTypeDescription = EphemerisTypeDescription.OemMember | Ephe
|
|
|
2242
2242
|
*/
|
|
2243
2243
|
export declare namespace EphemerisTypeDescription {
|
|
2244
2244
|
/**
|
|
2245
|
-
* @public
|
|
2246
2245
|
* <p>Description of ephemeris.</p>
|
|
2246
|
+
* @public
|
|
2247
2247
|
*/
|
|
2248
2248
|
interface TleMember {
|
|
2249
2249
|
tle: EphemerisDescription;
|
|
@@ -2251,8 +2251,8 @@ export declare namespace EphemerisTypeDescription {
|
|
|
2251
2251
|
$unknown?: never;
|
|
2252
2252
|
}
|
|
2253
2253
|
/**
|
|
2254
|
-
* @public
|
|
2255
2254
|
* <p>Description of ephemeris.</p>
|
|
2255
|
+
* @public
|
|
2256
2256
|
*/
|
|
2257
2257
|
interface OemMember {
|
|
2258
2258
|
tle?: never;
|
|
@@ -2279,98 +2279,98 @@ export declare namespace EphemerisTypeDescription {
|
|
|
2279
2279
|
*/
|
|
2280
2280
|
export interface DescribeEphemerisResponse {
|
|
2281
2281
|
/**
|
|
2282
|
-
* @public
|
|
2283
2282
|
* <p>The AWS Ground Station ephemeris ID.</p>
|
|
2283
|
+
* @public
|
|
2284
2284
|
*/
|
|
2285
2285
|
ephemerisId?: string;
|
|
2286
2286
|
/**
|
|
2287
|
-
* @public
|
|
2288
2287
|
* <p>The AWS Ground Station satellite ID associated with ephemeris.</p>
|
|
2288
|
+
* @public
|
|
2289
2289
|
*/
|
|
2290
2290
|
satelliteId?: string;
|
|
2291
2291
|
/**
|
|
2292
|
-
* @public
|
|
2293
2292
|
* <p>The status of the ephemeris.</p>
|
|
2293
|
+
* @public
|
|
2294
2294
|
*/
|
|
2295
2295
|
status?: EphemerisStatus;
|
|
2296
2296
|
/**
|
|
2297
|
-
* @public
|
|
2298
2297
|
* <p>Customer-provided priority score to establish the order in which overlapping ephemerides should be used.</p>
|
|
2299
2298
|
* <p>The default for customer-provided ephemeris priority is 1, and higher numbers take precedence.</p>
|
|
2300
2299
|
* <p>Priority must be 1 or greater</p>
|
|
2300
|
+
* @public
|
|
2301
2301
|
*/
|
|
2302
2302
|
priority?: number;
|
|
2303
2303
|
/**
|
|
2304
|
-
* @public
|
|
2305
2304
|
* <p>The time the ephemeris was uploaded in UTC.</p>
|
|
2305
|
+
* @public
|
|
2306
2306
|
*/
|
|
2307
2307
|
creationTime?: Date;
|
|
2308
2308
|
/**
|
|
2309
|
-
* @public
|
|
2310
2309
|
* <p>Whether or not the ephemeris is enabled.</p>
|
|
2310
|
+
* @public
|
|
2311
2311
|
*/
|
|
2312
2312
|
enabled?: boolean;
|
|
2313
2313
|
/**
|
|
2314
|
-
* @public
|
|
2315
2314
|
* <p>A name string associated with the ephemeris. Used as a human-readable identifier for the ephemeris.</p>
|
|
2315
|
+
* @public
|
|
2316
2316
|
*/
|
|
2317
2317
|
name?: string;
|
|
2318
2318
|
/**
|
|
2319
|
-
* @public
|
|
2320
2319
|
* <p>Tags assigned to an ephemeris.</p>
|
|
2320
|
+
* @public
|
|
2321
2321
|
*/
|
|
2322
2322
|
tags?: Record<string, string>;
|
|
2323
2323
|
/**
|
|
2324
|
-
* @public
|
|
2325
2324
|
* <p>Supplied ephemeris data.</p>
|
|
2325
|
+
* @public
|
|
2326
2326
|
*/
|
|
2327
2327
|
suppliedData?: EphemerisTypeDescription;
|
|
2328
2328
|
/**
|
|
2329
|
-
* @public
|
|
2330
2329
|
* <p>Reason that an ephemeris failed validation. Only provided for ephemerides with <code>INVALID</code> status.</p>
|
|
2330
|
+
* @public
|
|
2331
2331
|
*/
|
|
2332
2332
|
invalidReason?: EphemerisInvalidReason;
|
|
2333
2333
|
}
|
|
2334
2334
|
/**
|
|
2335
|
-
* @public
|
|
2336
2335
|
* <p>Ephemeris item.</p>
|
|
2336
|
+
* @public
|
|
2337
2337
|
*/
|
|
2338
2338
|
export interface EphemerisItem {
|
|
2339
2339
|
/**
|
|
2340
|
-
* @public
|
|
2341
2340
|
* <p>The AWS Ground Station ephemeris ID.</p>
|
|
2341
|
+
* @public
|
|
2342
2342
|
*/
|
|
2343
2343
|
ephemerisId?: string;
|
|
2344
2344
|
/**
|
|
2345
|
-
* @public
|
|
2346
2345
|
* <p>The status of the ephemeris.</p>
|
|
2346
|
+
* @public
|
|
2347
2347
|
*/
|
|
2348
2348
|
status?: EphemerisStatus;
|
|
2349
2349
|
/**
|
|
2350
|
-
* @public
|
|
2351
2350
|
* <p>Customer-provided priority score to establish the order in which overlapping ephemerides should be used.</p>
|
|
2352
2351
|
* <p>The default for customer-provided ephemeris priority is 1, and higher numbers take precedence.</p>
|
|
2353
2352
|
* <p>Priority must be 1 or greater</p>
|
|
2353
|
+
* @public
|
|
2354
2354
|
*/
|
|
2355
2355
|
priority?: number;
|
|
2356
2356
|
/**
|
|
2357
|
-
* @public
|
|
2358
2357
|
* <p>Whether or not the ephemeris is enabled.</p>
|
|
2358
|
+
* @public
|
|
2359
2359
|
*/
|
|
2360
2360
|
enabled?: boolean;
|
|
2361
2361
|
/**
|
|
2362
|
-
* @public
|
|
2363
2362
|
* <p>The time the ephemeris was uploaded in UTC.</p>
|
|
2363
|
+
* @public
|
|
2364
2364
|
*/
|
|
2365
2365
|
creationTime?: Date;
|
|
2366
2366
|
/**
|
|
2367
|
-
* @public
|
|
2368
2367
|
* <p>A name string associated with the ephemeris. Used as a human-readable identifier for the ephemeris.</p>
|
|
2368
|
+
* @public
|
|
2369
2369
|
*/
|
|
2370
2370
|
name?: string;
|
|
2371
2371
|
/**
|
|
2372
|
-
* @public
|
|
2373
2372
|
* <p>Source S3 object used for the ephemeris.</p>
|
|
2373
|
+
* @public
|
|
2374
2374
|
*/
|
|
2375
2375
|
sourceS3Object?: S3Object;
|
|
2376
2376
|
}
|
|
@@ -2379,33 +2379,33 @@ export interface EphemerisItem {
|
|
|
2379
2379
|
*/
|
|
2380
2380
|
export interface ListEphemeridesRequest {
|
|
2381
2381
|
/**
|
|
2382
|
-
* @public
|
|
2383
2382
|
* <p>The AWS Ground Station satellite ID to list ephemeris for.</p>
|
|
2383
|
+
* @public
|
|
2384
2384
|
*/
|
|
2385
2385
|
satelliteId: string | undefined;
|
|
2386
2386
|
/**
|
|
2387
|
-
* @public
|
|
2388
2387
|
* <p>The start time to list in UTC. The operation will return an ephemeris if its expiration time is within the time range defined by the <code>startTime</code> and <code>endTime</code>.</p>
|
|
2388
|
+
* @public
|
|
2389
2389
|
*/
|
|
2390
2390
|
startTime: Date | undefined;
|
|
2391
2391
|
/**
|
|
2392
|
-
* @public
|
|
2393
2392
|
* <p>The end time to list in UTC. The operation will return an ephemeris if its expiration time is within the time range defined by the <code>startTime</code> and <code>endTime</code>.</p>
|
|
2393
|
+
* @public
|
|
2394
2394
|
*/
|
|
2395
2395
|
endTime: Date | undefined;
|
|
2396
2396
|
/**
|
|
2397
|
-
* @public
|
|
2398
2397
|
* <p>The list of ephemeris status to return.</p>
|
|
2398
|
+
* @public
|
|
2399
2399
|
*/
|
|
2400
2400
|
statusList?: EphemerisStatus[];
|
|
2401
2401
|
/**
|
|
2402
|
-
* @public
|
|
2403
2402
|
* <p>Maximum number of ephemerides to return.</p>
|
|
2403
|
+
* @public
|
|
2404
2404
|
*/
|
|
2405
2405
|
maxResults?: number;
|
|
2406
2406
|
/**
|
|
2407
|
-
* @public
|
|
2408
2407
|
* <p>Pagination token.</p>
|
|
2408
|
+
* @public
|
|
2409
2409
|
*/
|
|
2410
2410
|
nextToken?: string;
|
|
2411
2411
|
}
|
|
@@ -2414,13 +2414,13 @@ export interface ListEphemeridesRequest {
|
|
|
2414
2414
|
*/
|
|
2415
2415
|
export interface ListEphemeridesResponse {
|
|
2416
2416
|
/**
|
|
2417
|
-
* @public
|
|
2418
2417
|
* <p>Pagination token.</p>
|
|
2418
|
+
* @public
|
|
2419
2419
|
*/
|
|
2420
2420
|
nextToken?: string;
|
|
2421
2421
|
/**
|
|
2422
|
-
* @public
|
|
2423
2422
|
* <p>List of ephemerides.</p>
|
|
2423
|
+
* @public
|
|
2424
2424
|
*/
|
|
2425
2425
|
ephemerides?: EphemerisItem[];
|
|
2426
2426
|
}
|
|
@@ -2429,25 +2429,25 @@ export interface ListEphemeridesResponse {
|
|
|
2429
2429
|
*/
|
|
2430
2430
|
export interface UpdateEphemerisRequest {
|
|
2431
2431
|
/**
|
|
2432
|
-
* @public
|
|
2433
2432
|
* <p>The AWS Ground Station ephemeris ID.</p>
|
|
2433
|
+
* @public
|
|
2434
2434
|
*/
|
|
2435
2435
|
ephemerisId: string | undefined;
|
|
2436
2436
|
/**
|
|
2437
|
-
* @public
|
|
2438
2437
|
* <p>Whether the ephemeris is enabled or not. Changing this value will not require the ephemeris to be re-validated.</p>
|
|
2438
|
+
* @public
|
|
2439
2439
|
*/
|
|
2440
2440
|
enabled: boolean | undefined;
|
|
2441
2441
|
/**
|
|
2442
|
-
* @public
|
|
2443
2442
|
* <p>A name string associated with the ephemeris. Used as a human-readable identifier for the ephemeris.</p>
|
|
2443
|
+
* @public
|
|
2444
2444
|
*/
|
|
2445
2445
|
name?: string;
|
|
2446
2446
|
/**
|
|
2447
|
-
* @public
|
|
2448
2447
|
* <p>Customer-provided priority score to establish the order in which overlapping ephemerides should be used.</p>
|
|
2449
2448
|
* <p>The default for customer-provided ephemeris priority is 1, and higher numbers take precedence.</p>
|
|
2450
2449
|
* <p>Priority must be 1 or greater</p>
|
|
2450
|
+
* @public
|
|
2451
2451
|
*/
|
|
2452
2452
|
priority?: number;
|
|
2453
2453
|
}
|
|
@@ -2464,497 +2464,497 @@ export declare const EphemerisSource: {
|
|
|
2464
2464
|
*/
|
|
2465
2465
|
export type EphemerisSource = (typeof EphemerisSource)[keyof typeof EphemerisSource];
|
|
2466
2466
|
/**
|
|
2467
|
-
* @public
|
|
2468
2467
|
* <p>Metadata describing a particular ephemeris.</p>
|
|
2468
|
+
* @public
|
|
2469
2469
|
*/
|
|
2470
2470
|
export interface EphemerisMetaData {
|
|
2471
2471
|
/**
|
|
2472
|
-
* @public
|
|
2473
2472
|
* <p>The <code>EphemerisSource</code> that generated a given ephemeris.</p>
|
|
2473
|
+
* @public
|
|
2474
2474
|
*/
|
|
2475
2475
|
source: EphemerisSource | undefined;
|
|
2476
2476
|
/**
|
|
2477
|
-
* @public
|
|
2478
2477
|
* <p>UUID of a customer-provided ephemeris.</p>
|
|
2479
2478
|
* <p>This field is not populated for default ephemerides from Space Track.</p>
|
|
2479
|
+
* @public
|
|
2480
2480
|
*/
|
|
2481
2481
|
ephemerisId?: string;
|
|
2482
2482
|
/**
|
|
2483
|
-
* @public
|
|
2484
2483
|
* <p>The epoch of a default, ephemeris from Space Track in UTC.</p>
|
|
2485
2484
|
* <p>This field is not populated for customer-provided ephemerides.</p>
|
|
2485
|
+
* @public
|
|
2486
2486
|
*/
|
|
2487
2487
|
epoch?: Date;
|
|
2488
2488
|
/**
|
|
2489
|
-
* @public
|
|
2490
2489
|
* <p>A name string associated with the ephemeris. Used as a human-readable identifier for the ephemeris.</p>
|
|
2491
2490
|
* <p>A name is only returned for customer-provider ephemerides that have a name associated.</p>
|
|
2491
|
+
* @public
|
|
2492
2492
|
*/
|
|
2493
2493
|
name?: string;
|
|
2494
2494
|
}
|
|
2495
2495
|
/**
|
|
2496
|
-
* @public
|
|
2497
2496
|
* <p/>
|
|
2497
|
+
* @public
|
|
2498
2498
|
*/
|
|
2499
2499
|
export interface GetMinuteUsageRequest {
|
|
2500
2500
|
/**
|
|
2501
|
-
* @public
|
|
2502
2501
|
* <p>The month being requested, with a value of 1-12.</p>
|
|
2502
|
+
* @public
|
|
2503
2503
|
*/
|
|
2504
2504
|
month: number | undefined;
|
|
2505
2505
|
/**
|
|
2506
|
-
* @public
|
|
2507
2506
|
* <p>The year being requested, in the format of YYYY.</p>
|
|
2507
|
+
* @public
|
|
2508
2508
|
*/
|
|
2509
2509
|
year: number | undefined;
|
|
2510
2510
|
}
|
|
2511
2511
|
/**
|
|
2512
|
-
* @public
|
|
2513
2512
|
* <p/>
|
|
2513
|
+
* @public
|
|
2514
2514
|
*/
|
|
2515
2515
|
export interface GetMinuteUsageResponse {
|
|
2516
2516
|
/**
|
|
2517
|
-
* @public
|
|
2518
2517
|
* <p>Returns whether or not an account has signed up for the reserved minutes pricing plan, specific to the month being requested.</p>
|
|
2518
|
+
* @public
|
|
2519
2519
|
*/
|
|
2520
2520
|
isReservedMinutesCustomer?: boolean;
|
|
2521
2521
|
/**
|
|
2522
|
-
* @public
|
|
2523
2522
|
* <p>Total number of reserved minutes allocated, specific to the month being requested.</p>
|
|
2523
|
+
* @public
|
|
2524
2524
|
*/
|
|
2525
2525
|
totalReservedMinuteAllocation?: number;
|
|
2526
2526
|
/**
|
|
2527
|
-
* @public
|
|
2528
2527
|
* <p>Upcoming minutes scheduled for an account, specific to the month being requested.</p>
|
|
2528
|
+
* @public
|
|
2529
2529
|
*/
|
|
2530
2530
|
upcomingMinutesScheduled?: number;
|
|
2531
2531
|
/**
|
|
2532
|
-
* @public
|
|
2533
2532
|
* <p>Total scheduled minutes for an account, specific to the month being requested.</p>
|
|
2533
|
+
* @public
|
|
2534
2534
|
*/
|
|
2535
2535
|
totalScheduledMinutes?: number;
|
|
2536
2536
|
/**
|
|
2537
|
-
* @public
|
|
2538
2537
|
* <p>Estimated number of minutes remaining for an account, specific to the month being requested.</p>
|
|
2538
|
+
* @public
|
|
2539
2539
|
*/
|
|
2540
2540
|
estimatedMinutesRemaining?: number;
|
|
2541
2541
|
}
|
|
2542
2542
|
/**
|
|
2543
|
-
* @public
|
|
2544
2543
|
* <p/>
|
|
2544
|
+
* @public
|
|
2545
2545
|
*/
|
|
2546
2546
|
export interface GetMissionProfileRequest {
|
|
2547
2547
|
/**
|
|
2548
|
-
* @public
|
|
2549
2548
|
* <p>UUID of a mission profile.</p>
|
|
2549
|
+
* @public
|
|
2550
2550
|
*/
|
|
2551
2551
|
missionProfileId: string | undefined;
|
|
2552
2552
|
}
|
|
2553
2553
|
/**
|
|
2554
|
-
* @public
|
|
2555
2554
|
* <p/>
|
|
2555
|
+
* @public
|
|
2556
2556
|
*/
|
|
2557
2557
|
export interface GetMissionProfileResponse {
|
|
2558
2558
|
/**
|
|
2559
|
-
* @public
|
|
2560
2559
|
* <p>UUID of a mission profile.</p>
|
|
2560
|
+
* @public
|
|
2561
2561
|
*/
|
|
2562
2562
|
missionProfileId?: string;
|
|
2563
2563
|
/**
|
|
2564
|
-
* @public
|
|
2565
2564
|
* <p>ARN of a mission profile.</p>
|
|
2565
|
+
* @public
|
|
2566
2566
|
*/
|
|
2567
2567
|
missionProfileArn?: string;
|
|
2568
2568
|
/**
|
|
2569
|
-
* @public
|
|
2570
2569
|
* <p>Name of a mission profile.</p>
|
|
2570
|
+
* @public
|
|
2571
2571
|
*/
|
|
2572
2572
|
name?: string;
|
|
2573
2573
|
/**
|
|
2574
|
-
* @public
|
|
2575
2574
|
* <p>Region of a mission profile.</p>
|
|
2575
|
+
* @public
|
|
2576
2576
|
*/
|
|
2577
2577
|
region?: string;
|
|
2578
2578
|
/**
|
|
2579
|
-
* @public
|
|
2580
2579
|
* <p>Amount of time prior to contact start you’d like to receive a CloudWatch event indicating an upcoming pass.</p>
|
|
2580
|
+
* @public
|
|
2581
2581
|
*/
|
|
2582
2582
|
contactPrePassDurationSeconds?: number;
|
|
2583
2583
|
/**
|
|
2584
|
-
* @public
|
|
2585
2584
|
* <p>Amount of time after a contact ends that you’d like to receive a CloudWatch event indicating the pass has finished.</p>
|
|
2585
|
+
* @public
|
|
2586
2586
|
*/
|
|
2587
2587
|
contactPostPassDurationSeconds?: number;
|
|
2588
2588
|
/**
|
|
2589
|
-
* @public
|
|
2590
2589
|
* <p>Smallest amount of time in seconds that you’d like to see for an available contact. AWS Ground Station will not present you with contacts shorter than this duration.</p>
|
|
2590
|
+
* @public
|
|
2591
2591
|
*/
|
|
2592
2592
|
minimumViableContactDurationSeconds?: number;
|
|
2593
2593
|
/**
|
|
2594
|
-
* @public
|
|
2595
2594
|
* <p>A list of lists of ARNs. Each list of ARNs is an edge, with a <i>from</i>
|
|
2596
2595
|
* <code>Config</code> and a <i>to</i>
|
|
2597
2596
|
* <code>Config</code>.</p>
|
|
2597
|
+
* @public
|
|
2598
2598
|
*/
|
|
2599
2599
|
dataflowEdges?: string[][];
|
|
2600
2600
|
/**
|
|
2601
|
-
* @public
|
|
2602
2601
|
* <p>ARN of a tracking <code>Config</code>.</p>
|
|
2602
|
+
* @public
|
|
2603
2603
|
*/
|
|
2604
2604
|
trackingConfigArn?: string;
|
|
2605
2605
|
/**
|
|
2606
|
-
* @public
|
|
2607
2606
|
* <p>Tags assigned to a mission profile.</p>
|
|
2607
|
+
* @public
|
|
2608
2608
|
*/
|
|
2609
2609
|
tags?: Record<string, string>;
|
|
2610
2610
|
/**
|
|
2611
|
-
* @public
|
|
2612
2611
|
* <p>KMS key to use for encrypting streams.</p>
|
|
2612
|
+
* @public
|
|
2613
2613
|
*/
|
|
2614
2614
|
streamsKmsKey?: KmsKey;
|
|
2615
2615
|
/**
|
|
2616
|
-
* @public
|
|
2617
2616
|
* <p>Role to use for encrypting streams with KMS key.</p>
|
|
2617
|
+
* @public
|
|
2618
2618
|
*/
|
|
2619
2619
|
streamsKmsRole?: string;
|
|
2620
2620
|
}
|
|
2621
2621
|
/**
|
|
2622
|
-
* @public
|
|
2623
2622
|
* <p/>
|
|
2623
|
+
* @public
|
|
2624
2624
|
*/
|
|
2625
2625
|
export interface GetSatelliteRequest {
|
|
2626
2626
|
/**
|
|
2627
|
-
* @public
|
|
2628
2627
|
* <p>UUID of a satellite.</p>
|
|
2628
|
+
* @public
|
|
2629
2629
|
*/
|
|
2630
2630
|
satelliteId: string | undefined;
|
|
2631
2631
|
}
|
|
2632
2632
|
/**
|
|
2633
|
-
* @public
|
|
2634
2633
|
* <p/>
|
|
2634
|
+
* @public
|
|
2635
2635
|
*/
|
|
2636
2636
|
export interface GetSatelliteResponse {
|
|
2637
2637
|
/**
|
|
2638
|
-
* @public
|
|
2639
2638
|
* <p>UUID of a satellite.</p>
|
|
2639
|
+
* @public
|
|
2640
2640
|
*/
|
|
2641
2641
|
satelliteId?: string;
|
|
2642
2642
|
/**
|
|
2643
|
-
* @public
|
|
2644
2643
|
* <p>ARN of a satellite.</p>
|
|
2644
|
+
* @public
|
|
2645
2645
|
*/
|
|
2646
2646
|
satelliteArn?: string;
|
|
2647
2647
|
/**
|
|
2648
|
-
* @public
|
|
2649
2648
|
* <p>NORAD satellite ID number.</p>
|
|
2649
|
+
* @public
|
|
2650
2650
|
*/
|
|
2651
2651
|
noradSatelliteID?: number;
|
|
2652
2652
|
/**
|
|
2653
|
-
* @public
|
|
2654
2653
|
* <p>A list of ground stations to which the satellite is on-boarded.</p>
|
|
2654
|
+
* @public
|
|
2655
2655
|
*/
|
|
2656
2656
|
groundStations?: string[];
|
|
2657
2657
|
/**
|
|
2658
|
-
* @public
|
|
2659
2658
|
* <p>The current ephemeris being used to compute the trajectory of the satellite.</p>
|
|
2659
|
+
* @public
|
|
2660
2660
|
*/
|
|
2661
2661
|
currentEphemeris?: EphemerisMetaData;
|
|
2662
2662
|
}
|
|
2663
2663
|
/**
|
|
2664
|
-
* @public
|
|
2665
2664
|
* <p/>
|
|
2665
|
+
* @public
|
|
2666
2666
|
*/
|
|
2667
2667
|
export interface ListGroundStationsRequest {
|
|
2668
2668
|
/**
|
|
2669
|
-
* @public
|
|
2670
2669
|
* <p>Satellite ID to retrieve on-boarded ground stations.</p>
|
|
2670
|
+
* @public
|
|
2671
2671
|
*/
|
|
2672
2672
|
satelliteId?: string;
|
|
2673
2673
|
/**
|
|
2674
|
-
* @public
|
|
2675
2674
|
* <p>Maximum number of ground stations returned.</p>
|
|
2675
|
+
* @public
|
|
2676
2676
|
*/
|
|
2677
2677
|
maxResults?: number;
|
|
2678
2678
|
/**
|
|
2679
|
-
* @public
|
|
2680
2679
|
* <p>Next token that can be supplied in the next call to get the next page of ground stations.</p>
|
|
2680
|
+
* @public
|
|
2681
2681
|
*/
|
|
2682
2682
|
nextToken?: string;
|
|
2683
2683
|
}
|
|
2684
2684
|
/**
|
|
2685
|
-
* @public
|
|
2686
2685
|
* <p>Information about the ground station data.</p>
|
|
2686
|
+
* @public
|
|
2687
2687
|
*/
|
|
2688
2688
|
export interface GroundStationData {
|
|
2689
2689
|
/**
|
|
2690
|
-
* @public
|
|
2691
2690
|
* <p>UUID of a ground station.</p>
|
|
2691
|
+
* @public
|
|
2692
2692
|
*/
|
|
2693
2693
|
groundStationId?: string;
|
|
2694
2694
|
/**
|
|
2695
|
-
* @public
|
|
2696
2695
|
* <p>Name of a ground station.</p>
|
|
2696
|
+
* @public
|
|
2697
2697
|
*/
|
|
2698
2698
|
groundStationName?: string;
|
|
2699
2699
|
/**
|
|
2700
|
-
* @public
|
|
2701
2700
|
* <p>Ground station Region.</p>
|
|
2701
|
+
* @public
|
|
2702
2702
|
*/
|
|
2703
2703
|
region?: string;
|
|
2704
2704
|
}
|
|
2705
2705
|
/**
|
|
2706
|
-
* @public
|
|
2707
2706
|
* <p/>
|
|
2707
|
+
* @public
|
|
2708
2708
|
*/
|
|
2709
2709
|
export interface ListGroundStationsResponse {
|
|
2710
2710
|
/**
|
|
2711
|
-
* @public
|
|
2712
2711
|
* <p>Next token that can be supplied in the next call to get the next page of ground stations.</p>
|
|
2712
|
+
* @public
|
|
2713
2713
|
*/
|
|
2714
2714
|
nextToken?: string;
|
|
2715
2715
|
/**
|
|
2716
|
-
* @public
|
|
2717
2716
|
* <p>List of ground stations.</p>
|
|
2717
|
+
* @public
|
|
2718
2718
|
*/
|
|
2719
2719
|
groundStationList?: GroundStationData[];
|
|
2720
2720
|
}
|
|
2721
2721
|
/**
|
|
2722
|
-
* @public
|
|
2723
2722
|
* <p/>
|
|
2723
|
+
* @public
|
|
2724
2724
|
*/
|
|
2725
2725
|
export interface ListTagsForResourceRequest {
|
|
2726
2726
|
/**
|
|
2727
|
-
* @public
|
|
2728
2727
|
* <p>ARN of a resource.</p>
|
|
2728
|
+
* @public
|
|
2729
2729
|
*/
|
|
2730
2730
|
resourceArn: string | undefined;
|
|
2731
2731
|
}
|
|
2732
2732
|
/**
|
|
2733
|
-
* @public
|
|
2734
2733
|
* <p/>
|
|
2734
|
+
* @public
|
|
2735
2735
|
*/
|
|
2736
2736
|
export interface ListTagsForResourceResponse {
|
|
2737
2737
|
/**
|
|
2738
|
-
* @public
|
|
2739
2738
|
* <p>Tags assigned to a resource.</p>
|
|
2739
|
+
* @public
|
|
2740
2740
|
*/
|
|
2741
2741
|
tags?: Record<string, string>;
|
|
2742
2742
|
}
|
|
2743
2743
|
/**
|
|
2744
|
-
* @public
|
|
2745
2744
|
* <p/>
|
|
2745
|
+
* @public
|
|
2746
2746
|
*/
|
|
2747
2747
|
export interface ListMissionProfilesRequest {
|
|
2748
2748
|
/**
|
|
2749
|
-
* @public
|
|
2750
2749
|
* <p>Maximum number of mission profiles returned.</p>
|
|
2750
|
+
* @public
|
|
2751
2751
|
*/
|
|
2752
2752
|
maxResults?: number;
|
|
2753
2753
|
/**
|
|
2754
|
-
* @public
|
|
2755
2754
|
* <p>Next token returned in the request of a previous <code>ListMissionProfiles</code> call. Used to get the next page of results.</p>
|
|
2755
|
+
* @public
|
|
2756
2756
|
*/
|
|
2757
2757
|
nextToken?: string;
|
|
2758
2758
|
}
|
|
2759
2759
|
/**
|
|
2760
|
-
* @public
|
|
2761
2760
|
* <p>Item in a list of mission profiles.</p>
|
|
2761
|
+
* @public
|
|
2762
2762
|
*/
|
|
2763
2763
|
export interface MissionProfileListItem {
|
|
2764
2764
|
/**
|
|
2765
|
-
* @public
|
|
2766
2765
|
* <p>UUID of a mission profile.</p>
|
|
2766
|
+
* @public
|
|
2767
2767
|
*/
|
|
2768
2768
|
missionProfileId?: string;
|
|
2769
2769
|
/**
|
|
2770
|
-
* @public
|
|
2771
2770
|
* <p>ARN of a mission profile.</p>
|
|
2771
|
+
* @public
|
|
2772
2772
|
*/
|
|
2773
2773
|
missionProfileArn?: string;
|
|
2774
2774
|
/**
|
|
2775
|
-
* @public
|
|
2776
2775
|
* <p>Region of a mission profile.</p>
|
|
2776
|
+
* @public
|
|
2777
2777
|
*/
|
|
2778
2778
|
region?: string;
|
|
2779
2779
|
/**
|
|
2780
|
-
* @public
|
|
2781
2780
|
* <p>Name of a mission profile.</p>
|
|
2781
|
+
* @public
|
|
2782
2782
|
*/
|
|
2783
2783
|
name?: string;
|
|
2784
2784
|
}
|
|
2785
2785
|
/**
|
|
2786
|
-
* @public
|
|
2787
2786
|
* <p/>
|
|
2787
|
+
* @public
|
|
2788
2788
|
*/
|
|
2789
2789
|
export interface ListMissionProfilesResponse {
|
|
2790
2790
|
/**
|
|
2791
|
-
* @public
|
|
2792
2791
|
* <p>Next token returned in the response of a previous <code>ListMissionProfiles</code> call. Used to get the next page of results.</p>
|
|
2792
|
+
* @public
|
|
2793
2793
|
*/
|
|
2794
2794
|
nextToken?: string;
|
|
2795
2795
|
/**
|
|
2796
|
-
* @public
|
|
2797
2796
|
* <p>List of mission profiles.</p>
|
|
2797
|
+
* @public
|
|
2798
2798
|
*/
|
|
2799
2799
|
missionProfileList?: MissionProfileListItem[];
|
|
2800
2800
|
}
|
|
2801
2801
|
/**
|
|
2802
|
-
* @public
|
|
2803
2802
|
* <p/>
|
|
2803
|
+
* @public
|
|
2804
2804
|
*/
|
|
2805
2805
|
export interface UpdateMissionProfileRequest {
|
|
2806
2806
|
/**
|
|
2807
|
-
* @public
|
|
2808
2807
|
* <p>UUID of a mission profile.</p>
|
|
2808
|
+
* @public
|
|
2809
2809
|
*/
|
|
2810
2810
|
missionProfileId: string | undefined;
|
|
2811
2811
|
/**
|
|
2812
|
-
* @public
|
|
2813
2812
|
* <p>Name of a mission profile.</p>
|
|
2813
|
+
* @public
|
|
2814
2814
|
*/
|
|
2815
2815
|
name?: string;
|
|
2816
2816
|
/**
|
|
2817
|
-
* @public
|
|
2818
2817
|
* <p>Amount of time after a contact ends that you’d like to receive a CloudWatch event indicating the pass has finished.</p>
|
|
2818
|
+
* @public
|
|
2819
2819
|
*/
|
|
2820
2820
|
contactPrePassDurationSeconds?: number;
|
|
2821
2821
|
/**
|
|
2822
|
-
* @public
|
|
2823
2822
|
* <p>Amount of time after a contact ends that you’d like to receive a CloudWatch event indicating the pass has finished.</p>
|
|
2823
|
+
* @public
|
|
2824
2824
|
*/
|
|
2825
2825
|
contactPostPassDurationSeconds?: number;
|
|
2826
2826
|
/**
|
|
2827
|
-
* @public
|
|
2828
2827
|
* <p>Smallest amount of time in seconds that you’d like to see for an available contact. AWS Ground Station will not present you with contacts shorter than this duration.</p>
|
|
2828
|
+
* @public
|
|
2829
2829
|
*/
|
|
2830
2830
|
minimumViableContactDurationSeconds?: number;
|
|
2831
2831
|
/**
|
|
2832
|
-
* @public
|
|
2833
2832
|
* <p>A list of lists of ARNs. Each list of ARNs is an edge, with a <i>from</i>
|
|
2834
2833
|
* <code>Config</code> and a <i>to</i>
|
|
2835
2834
|
* <code>Config</code>.</p>
|
|
2835
|
+
* @public
|
|
2836
2836
|
*/
|
|
2837
2837
|
dataflowEdges?: string[][];
|
|
2838
2838
|
/**
|
|
2839
|
-
* @public
|
|
2840
2839
|
* <p>ARN of a tracking <code>Config</code>.</p>
|
|
2840
|
+
* @public
|
|
2841
2841
|
*/
|
|
2842
2842
|
trackingConfigArn?: string;
|
|
2843
2843
|
/**
|
|
2844
|
-
* @public
|
|
2845
2844
|
* <p>KMS key to use for encrypting streams.</p>
|
|
2845
|
+
* @public
|
|
2846
2846
|
*/
|
|
2847
2847
|
streamsKmsKey?: KmsKey;
|
|
2848
2848
|
/**
|
|
2849
|
-
* @public
|
|
2850
2849
|
* <p>Role to use for encrypting streams with KMS key.</p>
|
|
2850
|
+
* @public
|
|
2851
2851
|
*/
|
|
2852
2852
|
streamsKmsRole?: string;
|
|
2853
2853
|
}
|
|
2854
2854
|
/**
|
|
2855
|
-
* @public
|
|
2856
2855
|
* <p/>
|
|
2856
|
+
* @public
|
|
2857
2857
|
*/
|
|
2858
2858
|
export interface ListSatellitesRequest {
|
|
2859
2859
|
/**
|
|
2860
|
-
* @public
|
|
2861
2860
|
* <p>Maximum number of satellites returned.</p>
|
|
2861
|
+
* @public
|
|
2862
2862
|
*/
|
|
2863
2863
|
maxResults?: number;
|
|
2864
2864
|
/**
|
|
2865
|
-
* @public
|
|
2866
2865
|
* <p>Next token that can be supplied in the next call to get the next page of satellites.</p>
|
|
2866
|
+
* @public
|
|
2867
2867
|
*/
|
|
2868
2868
|
nextToken?: string;
|
|
2869
2869
|
}
|
|
2870
2870
|
/**
|
|
2871
|
-
* @public
|
|
2872
2871
|
* <p>Item in a list of satellites.</p>
|
|
2872
|
+
* @public
|
|
2873
2873
|
*/
|
|
2874
2874
|
export interface SatelliteListItem {
|
|
2875
2875
|
/**
|
|
2876
|
-
* @public
|
|
2877
2876
|
* <p>UUID of a satellite.</p>
|
|
2877
|
+
* @public
|
|
2878
2878
|
*/
|
|
2879
2879
|
satelliteId?: string;
|
|
2880
2880
|
/**
|
|
2881
|
-
* @public
|
|
2882
2881
|
* <p>ARN of a satellite.</p>
|
|
2882
|
+
* @public
|
|
2883
2883
|
*/
|
|
2884
2884
|
satelliteArn?: string;
|
|
2885
2885
|
/**
|
|
2886
|
-
* @public
|
|
2887
2886
|
* <p>NORAD satellite ID number.</p>
|
|
2887
|
+
* @public
|
|
2888
2888
|
*/
|
|
2889
2889
|
noradSatelliteID?: number;
|
|
2890
2890
|
/**
|
|
2891
|
-
* @public
|
|
2892
2891
|
* <p>A list of ground stations to which the satellite is on-boarded.</p>
|
|
2892
|
+
* @public
|
|
2893
2893
|
*/
|
|
2894
2894
|
groundStations?: string[];
|
|
2895
2895
|
/**
|
|
2896
|
-
* @public
|
|
2897
2896
|
* <p>The current ephemeris being used to compute the trajectory of the satellite.</p>
|
|
2897
|
+
* @public
|
|
2898
2898
|
*/
|
|
2899
2899
|
currentEphemeris?: EphemerisMetaData;
|
|
2900
2900
|
}
|
|
2901
2901
|
/**
|
|
2902
|
-
* @public
|
|
2903
2902
|
* <p/>
|
|
2903
|
+
* @public
|
|
2904
2904
|
*/
|
|
2905
2905
|
export interface ListSatellitesResponse {
|
|
2906
2906
|
/**
|
|
2907
|
-
* @public
|
|
2908
2907
|
* <p>Next token that can be supplied in the next call to get the next page of satellites.</p>
|
|
2908
|
+
* @public
|
|
2909
2909
|
*/
|
|
2910
2910
|
nextToken?: string;
|
|
2911
2911
|
/**
|
|
2912
|
-
* @public
|
|
2913
2912
|
* <p>List of satellites.</p>
|
|
2913
|
+
* @public
|
|
2914
2914
|
*/
|
|
2915
2915
|
satellites?: SatelliteListItem[];
|
|
2916
2916
|
}
|
|
2917
2917
|
/**
|
|
2918
|
-
* @public
|
|
2919
2918
|
* <p/>
|
|
2919
|
+
* @public
|
|
2920
2920
|
*/
|
|
2921
2921
|
export interface TagResourceRequest {
|
|
2922
2922
|
/**
|
|
2923
|
-
* @public
|
|
2924
2923
|
* <p>ARN of a resource tag.</p>
|
|
2924
|
+
* @public
|
|
2925
2925
|
*/
|
|
2926
2926
|
resourceArn: string | undefined;
|
|
2927
2927
|
/**
|
|
2928
|
-
* @public
|
|
2929
2928
|
* <p>Tags assigned to a resource.</p>
|
|
2929
|
+
* @public
|
|
2930
2930
|
*/
|
|
2931
2931
|
tags: Record<string, string> | undefined;
|
|
2932
2932
|
}
|
|
2933
2933
|
/**
|
|
2934
|
-
* @public
|
|
2935
2934
|
* <p/>
|
|
2935
|
+
* @public
|
|
2936
2936
|
*/
|
|
2937
2937
|
export interface TagResourceResponse {
|
|
2938
2938
|
}
|
|
2939
2939
|
/**
|
|
2940
|
-
* @public
|
|
2941
2940
|
* <p/>
|
|
2941
|
+
* @public
|
|
2942
2942
|
*/
|
|
2943
2943
|
export interface UntagResourceRequest {
|
|
2944
2944
|
/**
|
|
2945
|
-
* @public
|
|
2946
2945
|
* <p>ARN of a resource.</p>
|
|
2946
|
+
* @public
|
|
2947
2947
|
*/
|
|
2948
2948
|
resourceArn: string | undefined;
|
|
2949
2949
|
/**
|
|
2950
|
-
* @public
|
|
2951
2950
|
* <p>Keys of a resource tag.</p>
|
|
2951
|
+
* @public
|
|
2952
2952
|
*/
|
|
2953
2953
|
tagKeys: string[] | undefined;
|
|
2954
2954
|
}
|
|
2955
2955
|
/**
|
|
2956
|
-
* @public
|
|
2957
2956
|
* <p/>
|
|
2957
|
+
* @public
|
|
2958
2958
|
*/
|
|
2959
2959
|
export interface UntagResourceResponse {
|
|
2960
2960
|
}
|