@aws-sdk/client-groundstation 3.1030.0 → 3.1032.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +35 -0
- package/dist-cjs/index.js +158 -2
- package/dist-cjs/schemas/schemas_0.js +174 -13
- package/dist-es/GroundStation.js +18 -0
- package/dist-es/commands/DescribeContactVersionCommand.js +16 -0
- package/dist-es/commands/ListAntennasCommand.js +16 -0
- package/dist-es/commands/ListContactVersionsCommand.js +16 -0
- package/dist-es/commands/ListGroundStationReservationsCommand.js +16 -0
- package/dist-es/commands/UpdateContactCommand.js +16 -0
- package/dist-es/commands/index.js +5 -0
- package/dist-es/models/enums.js +28 -0
- package/dist-es/pagination/ListAntennasPaginator.js +4 -0
- package/dist-es/pagination/ListContactVersionsPaginator.js +4 -0
- package/dist-es/pagination/ListGroundStationReservationsPaginator.js +4 -0
- package/dist-es/pagination/index.js +3 -0
- package/dist-es/schemas/schemas_0.js +169 -9
- package/dist-es/waiters/index.js +1 -0
- package/dist-es/waiters/waitForContactUpdated.js +40 -0
- package/dist-types/GroundStation.d.ts +62 -0
- package/dist-types/GroundStationClient.d.ts +7 -2
- package/dist-types/commands/CancelContactCommand.d.ts +1 -0
- package/dist-types/commands/DescribeContactCommand.d.ts +18 -0
- package/dist-types/commands/DescribeContactVersionCommand.d.ts +331 -0
- package/dist-types/commands/ListAntennasCommand.d.ts +89 -0
- package/dist-types/commands/ListContactVersionsCommand.d.ts +99 -0
- package/dist-types/commands/ListContactsCommand.d.ts +12 -0
- package/dist-types/commands/ListGroundStationReservationsCommand.d.ts +104 -0
- package/dist-types/commands/ReserveContactCommand.d.ts +7 -0
- package/dist-types/commands/UpdateContactCommand.d.ts +102 -0
- package/dist-types/commands/index.d.ts +5 -0
- package/dist-types/models/enums.d.ts +77 -5
- package/dist-types/models/errors.d.ts +3 -3
- package/dist-types/models/models_0.d.ts +572 -64
- package/dist-types/pagination/ListAntennasPaginator.d.ts +7 -0
- package/dist-types/pagination/ListContactVersionsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListGroundStationReservationsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +3 -0
- package/dist-types/schemas/schemas_0.d.ts +23 -0
- package/dist-types/ts3.4/GroundStation.d.ts +115 -0
- package/dist-types/ts3.4/GroundStationClient.d.ts +30 -0
- package/dist-types/ts3.4/commands/DescribeContactVersionCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListAntennasCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/ListContactVersionsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListGroundStationReservationsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateContactCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/index.d.ts +5 -0
- package/dist-types/ts3.4/models/enums.d.ts +35 -0
- package/dist-types/ts3.4/models/models_0.d.ts +154 -1
- package/dist-types/ts3.4/pagination/ListAntennasPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListContactVersionsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListGroundStationReservationsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +3 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +23 -0
- package/dist-types/ts3.4/waiters/index.d.ts +1 -0
- package/dist-types/ts3.4/waiters/waitForContactUpdated.d.ts +11 -0
- package/dist-types/waiters/index.d.ts +1 -0
- package/dist-types/waiters/waitForContactUpdated.d.ts +14 -0
- package/package.json +34 -34
|
@@ -11,6 +11,7 @@ import { type DeleteDataflowEndpointGroupCommandInput, type DeleteDataflowEndpoi
|
|
|
11
11
|
import { type DeleteEphemerisCommandInput, type DeleteEphemerisCommandOutput } from "./commands/DeleteEphemerisCommand";
|
|
12
12
|
import { type DeleteMissionProfileCommandInput, type DeleteMissionProfileCommandOutput } from "./commands/DeleteMissionProfileCommand";
|
|
13
13
|
import { type DescribeContactCommandInput, type DescribeContactCommandOutput } from "./commands/DescribeContactCommand";
|
|
14
|
+
import { type DescribeContactVersionCommandInput, type DescribeContactVersionCommandOutput } from "./commands/DescribeContactVersionCommand";
|
|
14
15
|
import { type DescribeEphemerisCommandInput, type DescribeEphemerisCommandOutput } from "./commands/DescribeEphemerisCommand";
|
|
15
16
|
import { type GetAgentConfigurationCommandInput, type GetAgentConfigurationCommandOutput } from "./commands/GetAgentConfigurationCommand";
|
|
16
17
|
import { type GetAgentTaskResponseUrlCommandInput, type GetAgentTaskResponseUrlCommandOutput } from "./commands/GetAgentTaskResponseUrlCommand";
|
|
@@ -19,10 +20,13 @@ import { type GetDataflowEndpointGroupCommandInput, type GetDataflowEndpointGrou
|
|
|
19
20
|
import { type GetMinuteUsageCommandInput, type GetMinuteUsageCommandOutput } from "./commands/GetMinuteUsageCommand";
|
|
20
21
|
import { type GetMissionProfileCommandInput, type GetMissionProfileCommandOutput } from "./commands/GetMissionProfileCommand";
|
|
21
22
|
import { type GetSatelliteCommandInput, type GetSatelliteCommandOutput } from "./commands/GetSatelliteCommand";
|
|
23
|
+
import { type ListAntennasCommandInput, type ListAntennasCommandOutput } from "./commands/ListAntennasCommand";
|
|
22
24
|
import { type ListConfigsCommandInput, type ListConfigsCommandOutput } from "./commands/ListConfigsCommand";
|
|
23
25
|
import { type ListContactsCommandInput, type ListContactsCommandOutput } from "./commands/ListContactsCommand";
|
|
26
|
+
import { type ListContactVersionsCommandInput, type ListContactVersionsCommandOutput } from "./commands/ListContactVersionsCommand";
|
|
24
27
|
import { type ListDataflowEndpointGroupsCommandInput, type ListDataflowEndpointGroupsCommandOutput } from "./commands/ListDataflowEndpointGroupsCommand";
|
|
25
28
|
import { type ListEphemeridesCommandInput, type ListEphemeridesCommandOutput } from "./commands/ListEphemeridesCommand";
|
|
29
|
+
import { type ListGroundStationReservationsCommandInput, type ListGroundStationReservationsCommandOutput } from "./commands/ListGroundStationReservationsCommand";
|
|
26
30
|
import { type ListGroundStationsCommandInput, type ListGroundStationsCommandOutput } from "./commands/ListGroundStationsCommand";
|
|
27
31
|
import { type ListMissionProfilesCommandInput, type ListMissionProfilesCommandOutput } from "./commands/ListMissionProfilesCommand";
|
|
28
32
|
import { type ListSatellitesCommandInput, type ListSatellitesCommandOutput } from "./commands/ListSatellitesCommand";
|
|
@@ -33,6 +37,7 @@ import { type TagResourceCommandInput, type TagResourceCommandOutput } from "./c
|
|
|
33
37
|
import { type UntagResourceCommandInput, type UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
34
38
|
import { type UpdateAgentStatusCommandInput, type UpdateAgentStatusCommandOutput } from "./commands/UpdateAgentStatusCommand";
|
|
35
39
|
import { type UpdateConfigCommandInput, type UpdateConfigCommandOutput } from "./commands/UpdateConfigCommand";
|
|
40
|
+
import { type UpdateContactCommandInput, type UpdateContactCommandOutput } from "./commands/UpdateContactCommand";
|
|
36
41
|
import { type UpdateEphemerisCommandInput, type UpdateEphemerisCommandOutput } from "./commands/UpdateEphemerisCommand";
|
|
37
42
|
import { type UpdateMissionProfileCommandInput, type UpdateMissionProfileCommandOutput } from "./commands/UpdateMissionProfileCommand";
|
|
38
43
|
import { GroundStationClient } from "./GroundStationClient";
|
|
@@ -103,6 +108,12 @@ export interface GroundStation {
|
|
|
103
108
|
describeContact(args: DescribeContactCommandInput, options?: __HttpHandlerOptions): Promise<DescribeContactCommandOutput>;
|
|
104
109
|
describeContact(args: DescribeContactCommandInput, cb: (err: any, data?: DescribeContactCommandOutput) => void): void;
|
|
105
110
|
describeContact(args: DescribeContactCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeContactCommandOutput) => void): void;
|
|
111
|
+
/**
|
|
112
|
+
* @see {@link DescribeContactVersionCommand}
|
|
113
|
+
*/
|
|
114
|
+
describeContactVersion(args: DescribeContactVersionCommandInput, options?: __HttpHandlerOptions): Promise<DescribeContactVersionCommandOutput>;
|
|
115
|
+
describeContactVersion(args: DescribeContactVersionCommandInput, cb: (err: any, data?: DescribeContactVersionCommandOutput) => void): void;
|
|
116
|
+
describeContactVersion(args: DescribeContactVersionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeContactVersionCommandOutput) => void): void;
|
|
106
117
|
/**
|
|
107
118
|
* @see {@link DescribeEphemerisCommand}
|
|
108
119
|
*/
|
|
@@ -151,6 +162,12 @@ export interface GroundStation {
|
|
|
151
162
|
getSatellite(args: GetSatelliteCommandInput, options?: __HttpHandlerOptions): Promise<GetSatelliteCommandOutput>;
|
|
152
163
|
getSatellite(args: GetSatelliteCommandInput, cb: (err: any, data?: GetSatelliteCommandOutput) => void): void;
|
|
153
164
|
getSatellite(args: GetSatelliteCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetSatelliteCommandOutput) => void): void;
|
|
165
|
+
/**
|
|
166
|
+
* @see {@link ListAntennasCommand}
|
|
167
|
+
*/
|
|
168
|
+
listAntennas(args: ListAntennasCommandInput, options?: __HttpHandlerOptions): Promise<ListAntennasCommandOutput>;
|
|
169
|
+
listAntennas(args: ListAntennasCommandInput, cb: (err: any, data?: ListAntennasCommandOutput) => void): void;
|
|
170
|
+
listAntennas(args: ListAntennasCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAntennasCommandOutput) => void): void;
|
|
154
171
|
/**
|
|
155
172
|
* @see {@link ListConfigsCommand}
|
|
156
173
|
*/
|
|
@@ -164,6 +181,12 @@ export interface GroundStation {
|
|
|
164
181
|
listContacts(args: ListContactsCommandInput, options?: __HttpHandlerOptions): Promise<ListContactsCommandOutput>;
|
|
165
182
|
listContacts(args: ListContactsCommandInput, cb: (err: any, data?: ListContactsCommandOutput) => void): void;
|
|
166
183
|
listContacts(args: ListContactsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListContactsCommandOutput) => void): void;
|
|
184
|
+
/**
|
|
185
|
+
* @see {@link ListContactVersionsCommand}
|
|
186
|
+
*/
|
|
187
|
+
listContactVersions(args: ListContactVersionsCommandInput, options?: __HttpHandlerOptions): Promise<ListContactVersionsCommandOutput>;
|
|
188
|
+
listContactVersions(args: ListContactVersionsCommandInput, cb: (err: any, data?: ListContactVersionsCommandOutput) => void): void;
|
|
189
|
+
listContactVersions(args: ListContactVersionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListContactVersionsCommandOutput) => void): void;
|
|
167
190
|
/**
|
|
168
191
|
* @see {@link ListDataflowEndpointGroupsCommand}
|
|
169
192
|
*/
|
|
@@ -177,6 +200,12 @@ export interface GroundStation {
|
|
|
177
200
|
listEphemerides(args: ListEphemeridesCommandInput, options?: __HttpHandlerOptions): Promise<ListEphemeridesCommandOutput>;
|
|
178
201
|
listEphemerides(args: ListEphemeridesCommandInput, cb: (err: any, data?: ListEphemeridesCommandOutput) => void): void;
|
|
179
202
|
listEphemerides(args: ListEphemeridesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListEphemeridesCommandOutput) => void): void;
|
|
203
|
+
/**
|
|
204
|
+
* @see {@link ListGroundStationReservationsCommand}
|
|
205
|
+
*/
|
|
206
|
+
listGroundStationReservations(args: ListGroundStationReservationsCommandInput, options?: __HttpHandlerOptions): Promise<ListGroundStationReservationsCommandOutput>;
|
|
207
|
+
listGroundStationReservations(args: ListGroundStationReservationsCommandInput, cb: (err: any, data?: ListGroundStationReservationsCommandOutput) => void): void;
|
|
208
|
+
listGroundStationReservations(args: ListGroundStationReservationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListGroundStationReservationsCommandOutput) => void): void;
|
|
180
209
|
/**
|
|
181
210
|
* @see {@link ListGroundStationsCommand}
|
|
182
211
|
*/
|
|
@@ -240,6 +269,12 @@ export interface GroundStation {
|
|
|
240
269
|
updateConfig(args: UpdateConfigCommandInput, options?: __HttpHandlerOptions): Promise<UpdateConfigCommandOutput>;
|
|
241
270
|
updateConfig(args: UpdateConfigCommandInput, cb: (err: any, data?: UpdateConfigCommandOutput) => void): void;
|
|
242
271
|
updateConfig(args: UpdateConfigCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateConfigCommandOutput) => void): void;
|
|
272
|
+
/**
|
|
273
|
+
* @see {@link UpdateContactCommand}
|
|
274
|
+
*/
|
|
275
|
+
updateContact(args: UpdateContactCommandInput, options?: __HttpHandlerOptions): Promise<UpdateContactCommandOutput>;
|
|
276
|
+
updateContact(args: UpdateContactCommandInput, cb: (err: any, data?: UpdateContactCommandOutput) => void): void;
|
|
277
|
+
updateContact(args: UpdateContactCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateContactCommandOutput) => void): void;
|
|
243
278
|
/**
|
|
244
279
|
* @see {@link UpdateEphemerisCommand}
|
|
245
280
|
*/
|
|
@@ -252,6 +287,13 @@ export interface GroundStation {
|
|
|
252
287
|
updateMissionProfile(args: UpdateMissionProfileCommandInput, options?: __HttpHandlerOptions): Promise<UpdateMissionProfileCommandOutput>;
|
|
253
288
|
updateMissionProfile(args: UpdateMissionProfileCommandInput, cb: (err: any, data?: UpdateMissionProfileCommandOutput) => void): void;
|
|
254
289
|
updateMissionProfile(args: UpdateMissionProfileCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateMissionProfileCommandOutput) => void): void;
|
|
290
|
+
/**
|
|
291
|
+
* @see {@link ListAntennasCommand}
|
|
292
|
+
* @param args - command input.
|
|
293
|
+
* @param paginationConfig - optional pagination config.
|
|
294
|
+
* @returns AsyncIterable of {@link ListAntennasCommandOutput}.
|
|
295
|
+
*/
|
|
296
|
+
paginateListAntennas(args: ListAntennasCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListAntennasCommandOutput>;
|
|
255
297
|
/**
|
|
256
298
|
* @see {@link ListConfigsCommand}
|
|
257
299
|
* @param args - command input.
|
|
@@ -266,6 +308,13 @@ export interface GroundStation {
|
|
|
266
308
|
* @returns AsyncIterable of {@link ListContactsCommandOutput}.
|
|
267
309
|
*/
|
|
268
310
|
paginateListContacts(args: ListContactsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListContactsCommandOutput>;
|
|
311
|
+
/**
|
|
312
|
+
* @see {@link ListContactVersionsCommand}
|
|
313
|
+
* @param args - command input.
|
|
314
|
+
* @param paginationConfig - optional pagination config.
|
|
315
|
+
* @returns AsyncIterable of {@link ListContactVersionsCommandOutput}.
|
|
316
|
+
*/
|
|
317
|
+
paginateListContactVersions(args: ListContactVersionsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListContactVersionsCommandOutput>;
|
|
269
318
|
/**
|
|
270
319
|
* @see {@link ListDataflowEndpointGroupsCommand}
|
|
271
320
|
* @param args - command input.
|
|
@@ -280,6 +329,13 @@ export interface GroundStation {
|
|
|
280
329
|
* @returns AsyncIterable of {@link ListEphemeridesCommandOutput}.
|
|
281
330
|
*/
|
|
282
331
|
paginateListEphemerides(args: ListEphemeridesCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListEphemeridesCommandOutput>;
|
|
332
|
+
/**
|
|
333
|
+
* @see {@link ListGroundStationReservationsCommand}
|
|
334
|
+
* @param args - command input.
|
|
335
|
+
* @param paginationConfig - optional pagination config.
|
|
336
|
+
* @returns AsyncIterable of {@link ListGroundStationReservationsCommandOutput}.
|
|
337
|
+
*/
|
|
338
|
+
paginateListGroundStationReservations(args: ListGroundStationReservationsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListGroundStationReservationsCommandOutput>;
|
|
283
339
|
/**
|
|
284
340
|
* @see {@link ListGroundStationsCommand}
|
|
285
341
|
* @param args - command input.
|
|
@@ -307,6 +363,12 @@ export interface GroundStation {
|
|
|
307
363
|
* @param waiterConfig - `maxWaitTime` in seconds or waiter config object.
|
|
308
364
|
*/
|
|
309
365
|
waitUntilContactScheduled(args: DescribeContactCommandInput, waiterConfig: number | Omit<WaiterConfiguration<GroundStation>, "client">): Promise<WaiterResult>;
|
|
366
|
+
/**
|
|
367
|
+
* @see {@link DescribeContactVersionCommand}
|
|
368
|
+
* @param args - command input.
|
|
369
|
+
* @param waiterConfig - `maxWaitTime` in seconds or waiter config object.
|
|
370
|
+
*/
|
|
371
|
+
waitUntilContactUpdated(args: DescribeContactVersionCommandInput, waiterConfig: number | Omit<WaiterConfiguration<GroundStation>, "client">): Promise<WaiterResult>;
|
|
310
372
|
}
|
|
311
373
|
/**
|
|
312
374
|
* <p>Welcome to the AWS Ground Station API Reference. AWS Ground Station is a fully managed service that enables you to control satellite communications, downlink and process satellite data, and scale your satellite operations efficiently and cost-effectively without having to build or manage your own ground station infrastructure.</p>
|
|
@@ -18,6 +18,7 @@ import type { DeleteDataflowEndpointGroupCommandInput, DeleteDataflowEndpointGro
|
|
|
18
18
|
import type { DeleteEphemerisCommandInput, DeleteEphemerisCommandOutput } from "./commands/DeleteEphemerisCommand";
|
|
19
19
|
import type { DeleteMissionProfileCommandInput, DeleteMissionProfileCommandOutput } from "./commands/DeleteMissionProfileCommand";
|
|
20
20
|
import type { DescribeContactCommandInput, DescribeContactCommandOutput } from "./commands/DescribeContactCommand";
|
|
21
|
+
import type { DescribeContactVersionCommandInput, DescribeContactVersionCommandOutput } from "./commands/DescribeContactVersionCommand";
|
|
21
22
|
import type { DescribeEphemerisCommandInput, DescribeEphemerisCommandOutput } from "./commands/DescribeEphemerisCommand";
|
|
22
23
|
import type { GetAgentConfigurationCommandInput, GetAgentConfigurationCommandOutput } from "./commands/GetAgentConfigurationCommand";
|
|
23
24
|
import type { GetAgentTaskResponseUrlCommandInput, GetAgentTaskResponseUrlCommandOutput } from "./commands/GetAgentTaskResponseUrlCommand";
|
|
@@ -26,10 +27,13 @@ import type { GetDataflowEndpointGroupCommandInput, GetDataflowEndpointGroupComm
|
|
|
26
27
|
import type { GetMinuteUsageCommandInput, GetMinuteUsageCommandOutput } from "./commands/GetMinuteUsageCommand";
|
|
27
28
|
import type { GetMissionProfileCommandInput, GetMissionProfileCommandOutput } from "./commands/GetMissionProfileCommand";
|
|
28
29
|
import type { GetSatelliteCommandInput, GetSatelliteCommandOutput } from "./commands/GetSatelliteCommand";
|
|
30
|
+
import type { ListAntennasCommandInput, ListAntennasCommandOutput } from "./commands/ListAntennasCommand";
|
|
29
31
|
import type { ListConfigsCommandInput, ListConfigsCommandOutput } from "./commands/ListConfigsCommand";
|
|
30
32
|
import type { ListContactsCommandInput, ListContactsCommandOutput } from "./commands/ListContactsCommand";
|
|
33
|
+
import type { ListContactVersionsCommandInput, ListContactVersionsCommandOutput } from "./commands/ListContactVersionsCommand";
|
|
31
34
|
import type { ListDataflowEndpointGroupsCommandInput, ListDataflowEndpointGroupsCommandOutput } from "./commands/ListDataflowEndpointGroupsCommand";
|
|
32
35
|
import type { ListEphemeridesCommandInput, ListEphemeridesCommandOutput } from "./commands/ListEphemeridesCommand";
|
|
36
|
+
import type { ListGroundStationReservationsCommandInput, ListGroundStationReservationsCommandOutput } from "./commands/ListGroundStationReservationsCommand";
|
|
33
37
|
import type { ListGroundStationsCommandInput, ListGroundStationsCommandOutput } from "./commands/ListGroundStationsCommand";
|
|
34
38
|
import type { ListMissionProfilesCommandInput, ListMissionProfilesCommandOutput } from "./commands/ListMissionProfilesCommand";
|
|
35
39
|
import type { ListSatellitesCommandInput, ListSatellitesCommandOutput } from "./commands/ListSatellitesCommand";
|
|
@@ -40,6 +44,7 @@ import type { TagResourceCommandInput, TagResourceCommandOutput } from "./comman
|
|
|
40
44
|
import type { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
41
45
|
import type { UpdateAgentStatusCommandInput, UpdateAgentStatusCommandOutput } from "./commands/UpdateAgentStatusCommand";
|
|
42
46
|
import type { UpdateConfigCommandInput, UpdateConfigCommandOutput } from "./commands/UpdateConfigCommand";
|
|
47
|
+
import type { UpdateContactCommandInput, UpdateContactCommandOutput } from "./commands/UpdateContactCommand";
|
|
43
48
|
import type { UpdateEphemerisCommandInput, UpdateEphemerisCommandOutput } from "./commands/UpdateEphemerisCommand";
|
|
44
49
|
import type { UpdateMissionProfileCommandInput, UpdateMissionProfileCommandOutput } from "./commands/UpdateMissionProfileCommand";
|
|
45
50
|
import { type ClientInputEndpointParameters, type ClientResolvedEndpointParameters, type EndpointParameters } from "./endpoint/EndpointParameters";
|
|
@@ -48,11 +53,11 @@ export { __Client };
|
|
|
48
53
|
/**
|
|
49
54
|
* @public
|
|
50
55
|
*/
|
|
51
|
-
export type ServiceInputTypes = CancelContactCommandInput | CreateConfigCommandInput | CreateDataflowEndpointGroupCommandInput | CreateDataflowEndpointGroupV2CommandInput | CreateEphemerisCommandInput | CreateMissionProfileCommandInput | DeleteConfigCommandInput | DeleteDataflowEndpointGroupCommandInput | DeleteEphemerisCommandInput | DeleteMissionProfileCommandInput | DescribeContactCommandInput | DescribeEphemerisCommandInput | GetAgentConfigurationCommandInput | GetAgentTaskResponseUrlCommandInput | GetConfigCommandInput | GetDataflowEndpointGroupCommandInput | GetMinuteUsageCommandInput | GetMissionProfileCommandInput | GetSatelliteCommandInput | ListConfigsCommandInput | ListContactsCommandInput | ListDataflowEndpointGroupsCommandInput | ListEphemeridesCommandInput | ListGroundStationsCommandInput | ListMissionProfilesCommandInput | ListSatellitesCommandInput | ListTagsForResourceCommandInput | RegisterAgentCommandInput | ReserveContactCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateAgentStatusCommandInput | UpdateConfigCommandInput | UpdateEphemerisCommandInput | UpdateMissionProfileCommandInput;
|
|
56
|
+
export type ServiceInputTypes = CancelContactCommandInput | CreateConfigCommandInput | CreateDataflowEndpointGroupCommandInput | CreateDataflowEndpointGroupV2CommandInput | CreateEphemerisCommandInput | CreateMissionProfileCommandInput | DeleteConfigCommandInput | DeleteDataflowEndpointGroupCommandInput | DeleteEphemerisCommandInput | DeleteMissionProfileCommandInput | DescribeContactCommandInput | DescribeContactVersionCommandInput | DescribeEphemerisCommandInput | GetAgentConfigurationCommandInput | GetAgentTaskResponseUrlCommandInput | GetConfigCommandInput | GetDataflowEndpointGroupCommandInput | GetMinuteUsageCommandInput | GetMissionProfileCommandInput | GetSatelliteCommandInput | ListAntennasCommandInput | ListConfigsCommandInput | ListContactVersionsCommandInput | ListContactsCommandInput | ListDataflowEndpointGroupsCommandInput | ListEphemeridesCommandInput | ListGroundStationReservationsCommandInput | ListGroundStationsCommandInput | ListMissionProfilesCommandInput | ListSatellitesCommandInput | ListTagsForResourceCommandInput | RegisterAgentCommandInput | ReserveContactCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateAgentStatusCommandInput | UpdateConfigCommandInput | UpdateContactCommandInput | UpdateEphemerisCommandInput | UpdateMissionProfileCommandInput;
|
|
52
57
|
/**
|
|
53
58
|
* @public
|
|
54
59
|
*/
|
|
55
|
-
export type ServiceOutputTypes = CancelContactCommandOutput | CreateConfigCommandOutput | CreateDataflowEndpointGroupCommandOutput | CreateDataflowEndpointGroupV2CommandOutput | CreateEphemerisCommandOutput | CreateMissionProfileCommandOutput | DeleteConfigCommandOutput | DeleteDataflowEndpointGroupCommandOutput | DeleteEphemerisCommandOutput | DeleteMissionProfileCommandOutput | DescribeContactCommandOutput | DescribeEphemerisCommandOutput | GetAgentConfigurationCommandOutput | GetAgentTaskResponseUrlCommandOutput | GetConfigCommandOutput | GetDataflowEndpointGroupCommandOutput | GetMinuteUsageCommandOutput | GetMissionProfileCommandOutput | GetSatelliteCommandOutput | ListConfigsCommandOutput | ListContactsCommandOutput | ListDataflowEndpointGroupsCommandOutput | ListEphemeridesCommandOutput | ListGroundStationsCommandOutput | ListMissionProfilesCommandOutput | ListSatellitesCommandOutput | ListTagsForResourceCommandOutput | RegisterAgentCommandOutput | ReserveContactCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateAgentStatusCommandOutput | UpdateConfigCommandOutput | UpdateEphemerisCommandOutput | UpdateMissionProfileCommandOutput;
|
|
60
|
+
export type ServiceOutputTypes = CancelContactCommandOutput | CreateConfigCommandOutput | CreateDataflowEndpointGroupCommandOutput | CreateDataflowEndpointGroupV2CommandOutput | CreateEphemerisCommandOutput | CreateMissionProfileCommandOutput | DeleteConfigCommandOutput | DeleteDataflowEndpointGroupCommandOutput | DeleteEphemerisCommandOutput | DeleteMissionProfileCommandOutput | DescribeContactCommandOutput | DescribeContactVersionCommandOutput | DescribeEphemerisCommandOutput | GetAgentConfigurationCommandOutput | GetAgentTaskResponseUrlCommandOutput | GetConfigCommandOutput | GetDataflowEndpointGroupCommandOutput | GetMinuteUsageCommandOutput | GetMissionProfileCommandOutput | GetSatelliteCommandOutput | ListAntennasCommandOutput | ListConfigsCommandOutput | ListContactVersionsCommandOutput | ListContactsCommandOutput | ListDataflowEndpointGroupsCommandOutput | ListEphemeridesCommandOutput | ListGroundStationReservationsCommandOutput | ListGroundStationsCommandOutput | ListMissionProfilesCommandOutput | ListSatellitesCommandOutput | ListTagsForResourceCommandOutput | RegisterAgentCommandOutput | ReserveContactCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateAgentStatusCommandOutput | UpdateConfigCommandOutput | UpdateContactCommandOutput | UpdateEphemerisCommandOutput | UpdateMissionProfileCommandOutput;
|
|
56
61
|
/**
|
|
57
62
|
* @public
|
|
58
63
|
*/
|
|
@@ -266,12 +266,30 @@ declare const DescribeContactCommand_base: {
|
|
|
266
266
|
* // azEl: { // AzElProgramTrackSettings
|
|
267
267
|
* // ephemerisId: "STRING_VALUE", // required
|
|
268
268
|
* // },
|
|
269
|
+
* // oem: { // OemProgramTrackSettings
|
|
270
|
+
* // ephemerisId: "STRING_VALUE", // required
|
|
271
|
+
* // },
|
|
272
|
+
* // tle: { // TleProgramTrackSettings
|
|
273
|
+
* // ephemerisId: "STRING_VALUE", // required
|
|
274
|
+
* // },
|
|
269
275
|
* // },
|
|
270
276
|
* // },
|
|
271
277
|
* // ephemeris: { // EphemerisResponseData
|
|
272
278
|
* // ephemerisId: "STRING_VALUE",
|
|
273
279
|
* // ephemerisType: "TLE" || "OEM" || "AZ_EL" || "SERVICE_MANAGED", // required
|
|
274
280
|
* // },
|
|
281
|
+
* // version: { // ContactVersion
|
|
282
|
+
* // versionId: Number("int"),
|
|
283
|
+
* // created: new Date("TIMESTAMP"),
|
|
284
|
+
* // activated: new Date("TIMESTAMP"),
|
|
285
|
+
* // superseded: new Date("TIMESTAMP"),
|
|
286
|
+
* // lastUpdated: new Date("TIMESTAMP"),
|
|
287
|
+
* // status: "UPDATING" || "ACTIVE" || "SUPERSEDED" || "FAILED_TO_UPDATE",
|
|
288
|
+
* // failureCodes: [ // VersionFailureReasonCodes
|
|
289
|
+
* // "INTERNAL_ERROR" || "INVALID_SATELLITE_ARN" || "INVALID_UPDATE_CONTACT_REQUEST" || "EPHEMERIS_NOT_FOUND" || "EPHEMERIS_TIME_RANGE_INVALID" || "EPHEMERIS_NOT_ENABLED" || "SATELLITE_DOES_NOT_MATCH_EPHEMERIS" || "NOT_ONBOARDED_TO_AZEL_EPHEMERIS" || "AZEL_EPHEMERIS_NOT_FOUND" || "AZEL_EPHEMERIS_WRONG_GROUND_STATION" || "AZEL_EPHEMERIS_INVALID_STATUS" || "AZEL_EPHEMERIS_TIME_RANGE_INVALID",
|
|
290
|
+
* // ],
|
|
291
|
+
* // failureMessage: "STRING_VALUE",
|
|
292
|
+
* // },
|
|
275
293
|
* // };
|
|
276
294
|
*
|
|
277
295
|
* ```
|
|
@@ -0,0 +1,331 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GroundStationClient";
|
|
4
|
+
import type { DescribeContactVersionRequest, DescribeContactVersionResponse } from "../models/models_0";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link DescribeContactVersionCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface DescribeContactVersionCommandInput extends DescribeContactVersionRequest {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link DescribeContactVersionCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface DescribeContactVersionCommandOutput extends DescribeContactVersionResponse, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const DescribeContactVersionCommand_base: {
|
|
25
|
+
new (input: DescribeContactVersionCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeContactVersionCommandInput, DescribeContactVersionCommandOutput, GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DescribeContactVersionCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeContactVersionCommandInput, DescribeContactVersionCommandOutput, GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* <p>Describes a specific version of a contact.</p>
|
|
31
|
+
* @example
|
|
32
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
33
|
+
* ```javascript
|
|
34
|
+
* import { GroundStationClient, DescribeContactVersionCommand } from "@aws-sdk/client-groundstation"; // ES Modules import
|
|
35
|
+
* // const { GroundStationClient, DescribeContactVersionCommand } = require("@aws-sdk/client-groundstation"); // CommonJS import
|
|
36
|
+
* // import type { GroundStationClientConfig } from "@aws-sdk/client-groundstation";
|
|
37
|
+
* const config = {}; // type is GroundStationClientConfig
|
|
38
|
+
* const client = new GroundStationClient(config);
|
|
39
|
+
* const input = { // DescribeContactVersionRequest
|
|
40
|
+
* contactId: "STRING_VALUE", // required
|
|
41
|
+
* versionId: Number("int"), // required
|
|
42
|
+
* };
|
|
43
|
+
* const command = new DescribeContactVersionCommand(input);
|
|
44
|
+
* const response = await client.send(command);
|
|
45
|
+
* // { // DescribeContactVersionResponse
|
|
46
|
+
* // contactId: "STRING_VALUE",
|
|
47
|
+
* // missionProfileArn: "STRING_VALUE",
|
|
48
|
+
* // satelliteArn: "STRING_VALUE",
|
|
49
|
+
* // startTime: new Date("TIMESTAMP"),
|
|
50
|
+
* // endTime: new Date("TIMESTAMP"),
|
|
51
|
+
* // prePassStartTime: new Date("TIMESTAMP"),
|
|
52
|
+
* // postPassEndTime: new Date("TIMESTAMP"),
|
|
53
|
+
* // groundStation: "STRING_VALUE",
|
|
54
|
+
* // contactStatus: "SCHEDULING" || "FAILED_TO_SCHEDULE" || "SCHEDULED" || "CANCELLED" || "AWS_CANCELLED" || "PREPASS" || "PASS" || "POSTPASS" || "COMPLETED" || "FAILED" || "AVAILABLE" || "CANCELLING" || "AWS_FAILED",
|
|
55
|
+
* // errorMessage: "STRING_VALUE",
|
|
56
|
+
* // maximumElevation: { // Elevation
|
|
57
|
+
* // value: Number("double"), // required
|
|
58
|
+
* // unit: "DEGREE_ANGLE" || "RADIAN", // required
|
|
59
|
+
* // },
|
|
60
|
+
* // tags: { // TagsMap
|
|
61
|
+
* // "<keys>": "STRING_VALUE",
|
|
62
|
+
* // },
|
|
63
|
+
* // region: "STRING_VALUE",
|
|
64
|
+
* // dataflowList: [ // DataflowList
|
|
65
|
+
* // { // DataflowDetail
|
|
66
|
+
* // source: { // Source
|
|
67
|
+
* // configType: "antenna-downlink" || "antenna-downlink-demod-decode" || "tracking" || "dataflow-endpoint" || "antenna-uplink" || "uplink-echo" || "s3-recording" || "telemetry-sink",
|
|
68
|
+
* // configId: "STRING_VALUE",
|
|
69
|
+
* // configDetails: { // ConfigDetails Union: only one key present
|
|
70
|
+
* // endpointDetails: { // EndpointDetails
|
|
71
|
+
* // securityDetails: { // SecurityDetails
|
|
72
|
+
* // subnetIds: [ // SubnetList // required
|
|
73
|
+
* // "STRING_VALUE",
|
|
74
|
+
* // ],
|
|
75
|
+
* // securityGroupIds: [ // SecurityGroupIdList // required
|
|
76
|
+
* // "STRING_VALUE",
|
|
77
|
+
* // ],
|
|
78
|
+
* // roleArn: "STRING_VALUE", // required
|
|
79
|
+
* // },
|
|
80
|
+
* // endpoint: { // DataflowEndpoint
|
|
81
|
+
* // name: "STRING_VALUE",
|
|
82
|
+
* // address: { // SocketAddress
|
|
83
|
+
* // name: "STRING_VALUE", // required
|
|
84
|
+
* // port: Number("int"), // required
|
|
85
|
+
* // },
|
|
86
|
+
* // status: "created" || "creating" || "deleted" || "deleting" || "failed",
|
|
87
|
+
* // mtu: Number("int"),
|
|
88
|
+
* // },
|
|
89
|
+
* // awsGroundStationAgentEndpoint: { // AwsGroundStationAgentEndpoint
|
|
90
|
+
* // name: "STRING_VALUE", // required
|
|
91
|
+
* // egressAddress: { // ConnectionDetails
|
|
92
|
+
* // socketAddress: {
|
|
93
|
+
* // name: "STRING_VALUE", // required
|
|
94
|
+
* // port: Number("int"), // required
|
|
95
|
+
* // },
|
|
96
|
+
* // mtu: Number("int"),
|
|
97
|
+
* // },
|
|
98
|
+
* // ingressAddress: { // RangedConnectionDetails
|
|
99
|
+
* // socketAddress: { // RangedSocketAddress
|
|
100
|
+
* // name: "STRING_VALUE", // required
|
|
101
|
+
* // portRange: { // IntegerRange
|
|
102
|
+
* // minimum: Number("int"), // required
|
|
103
|
+
* // maximum: Number("int"), // required
|
|
104
|
+
* // },
|
|
105
|
+
* // },
|
|
106
|
+
* // mtu: Number("int"),
|
|
107
|
+
* // },
|
|
108
|
+
* // agentStatus: "SUCCESS" || "FAILED" || "ACTIVE" || "INACTIVE",
|
|
109
|
+
* // auditResults: "HEALTHY" || "UNHEALTHY",
|
|
110
|
+
* // },
|
|
111
|
+
* // uplinkAwsGroundStationAgentEndpoint: { // UplinkAwsGroundStationAgentEndpointDetails
|
|
112
|
+
* // name: "STRING_VALUE", // required
|
|
113
|
+
* // dataflowDetails: { // UplinkDataflowDetails Union: only one key present
|
|
114
|
+
* // agentConnectionDetails: { // UplinkConnectionDetails
|
|
115
|
+
* // ingressAddressAndPort: {
|
|
116
|
+
* // socketAddress: "<SocketAddress>", // required
|
|
117
|
+
* // mtu: Number("int"),
|
|
118
|
+
* // },
|
|
119
|
+
* // agentIpAndPortAddress: {
|
|
120
|
+
* // socketAddress: {
|
|
121
|
+
* // name: "STRING_VALUE", // required
|
|
122
|
+
* // portRange: {
|
|
123
|
+
* // minimum: Number("int"), // required
|
|
124
|
+
* // maximum: Number("int"), // required
|
|
125
|
+
* // },
|
|
126
|
+
* // },
|
|
127
|
+
* // mtu: Number("int"),
|
|
128
|
+
* // },
|
|
129
|
+
* // },
|
|
130
|
+
* // },
|
|
131
|
+
* // agentStatus: "SUCCESS" || "FAILED" || "ACTIVE" || "INACTIVE",
|
|
132
|
+
* // auditResults: "HEALTHY" || "UNHEALTHY",
|
|
133
|
+
* // },
|
|
134
|
+
* // downlinkAwsGroundStationAgentEndpoint: { // DownlinkAwsGroundStationAgentEndpointDetails
|
|
135
|
+
* // name: "STRING_VALUE", // required
|
|
136
|
+
* // dataflowDetails: { // DownlinkDataflowDetails Union: only one key present
|
|
137
|
+
* // agentConnectionDetails: { // DownlinkConnectionDetails
|
|
138
|
+
* // agentIpAndPortAddress: {
|
|
139
|
+
* // socketAddress: {
|
|
140
|
+
* // name: "STRING_VALUE", // required
|
|
141
|
+
* // portRange: {
|
|
142
|
+
* // minimum: Number("int"), // required
|
|
143
|
+
* // maximum: Number("int"), // required
|
|
144
|
+
* // },
|
|
145
|
+
* // },
|
|
146
|
+
* // mtu: Number("int"),
|
|
147
|
+
* // },
|
|
148
|
+
* // egressAddressAndPort: {
|
|
149
|
+
* // socketAddress: "<SocketAddress>", // required
|
|
150
|
+
* // mtu: Number("int"),
|
|
151
|
+
* // },
|
|
152
|
+
* // },
|
|
153
|
+
* // },
|
|
154
|
+
* // agentStatus: "SUCCESS" || "FAILED" || "ACTIVE" || "INACTIVE",
|
|
155
|
+
* // auditResults: "HEALTHY" || "UNHEALTHY",
|
|
156
|
+
* // },
|
|
157
|
+
* // healthStatus: "HEALTHY" || "UNHEALTHY",
|
|
158
|
+
* // healthReasons: [ // CapabilityHealthReasonList
|
|
159
|
+
* // "NO_REGISTERED_AGENT" || "INVALID_IP_OWNERSHIP" || "NOT_AUTHORIZED_TO_CREATE_SLR" || "UNVERIFIED_IP_OWNERSHIP" || "INITIALIZING_DATAPLANE" || "DATAPLANE_FAILURE" || "HEALTHY",
|
|
160
|
+
* // ],
|
|
161
|
+
* // },
|
|
162
|
+
* // antennaDemodDecodeDetails: { // AntennaDemodDecodeDetails
|
|
163
|
+
* // outputNode: "STRING_VALUE",
|
|
164
|
+
* // },
|
|
165
|
+
* // s3RecordingDetails: { // S3RecordingDetails
|
|
166
|
+
* // bucketArn: "STRING_VALUE",
|
|
167
|
+
* // keyTemplate: "STRING_VALUE",
|
|
168
|
+
* // },
|
|
169
|
+
* // },
|
|
170
|
+
* // dataflowSourceRegion: "STRING_VALUE",
|
|
171
|
+
* // },
|
|
172
|
+
* // destination: { // Destination
|
|
173
|
+
* // configType: "antenna-downlink" || "antenna-downlink-demod-decode" || "tracking" || "dataflow-endpoint" || "antenna-uplink" || "uplink-echo" || "s3-recording" || "telemetry-sink",
|
|
174
|
+
* // configId: "STRING_VALUE",
|
|
175
|
+
* // configDetails: {// Union: only one key present
|
|
176
|
+
* // endpointDetails: {
|
|
177
|
+
* // securityDetails: {
|
|
178
|
+
* // subnetIds: [ // required
|
|
179
|
+
* // "STRING_VALUE",
|
|
180
|
+
* // ],
|
|
181
|
+
* // securityGroupIds: [ // required
|
|
182
|
+
* // "STRING_VALUE",
|
|
183
|
+
* // ],
|
|
184
|
+
* // roleArn: "STRING_VALUE", // required
|
|
185
|
+
* // },
|
|
186
|
+
* // endpoint: {
|
|
187
|
+
* // name: "STRING_VALUE",
|
|
188
|
+
* // address: "<SocketAddress>",
|
|
189
|
+
* // status: "created" || "creating" || "deleted" || "deleting" || "failed",
|
|
190
|
+
* // mtu: Number("int"),
|
|
191
|
+
* // },
|
|
192
|
+
* // awsGroundStationAgentEndpoint: {
|
|
193
|
+
* // name: "STRING_VALUE", // required
|
|
194
|
+
* // egressAddress: {
|
|
195
|
+
* // socketAddress: "<SocketAddress>", // required
|
|
196
|
+
* // mtu: Number("int"),
|
|
197
|
+
* // },
|
|
198
|
+
* // ingressAddress: {
|
|
199
|
+
* // socketAddress: {
|
|
200
|
+
* // name: "STRING_VALUE", // required
|
|
201
|
+
* // portRange: {
|
|
202
|
+
* // minimum: Number("int"), // required
|
|
203
|
+
* // maximum: Number("int"), // required
|
|
204
|
+
* // },
|
|
205
|
+
* // },
|
|
206
|
+
* // mtu: Number("int"),
|
|
207
|
+
* // },
|
|
208
|
+
* // agentStatus: "SUCCESS" || "FAILED" || "ACTIVE" || "INACTIVE",
|
|
209
|
+
* // auditResults: "HEALTHY" || "UNHEALTHY",
|
|
210
|
+
* // },
|
|
211
|
+
* // uplinkAwsGroundStationAgentEndpoint: {
|
|
212
|
+
* // name: "STRING_VALUE", // required
|
|
213
|
+
* // dataflowDetails: {// Union: only one key present
|
|
214
|
+
* // agentConnectionDetails: {
|
|
215
|
+
* // ingressAddressAndPort: {
|
|
216
|
+
* // socketAddress: "<SocketAddress>", // required
|
|
217
|
+
* // mtu: Number("int"),
|
|
218
|
+
* // },
|
|
219
|
+
* // agentIpAndPortAddress: {
|
|
220
|
+
* // socketAddress: {
|
|
221
|
+
* // name: "STRING_VALUE", // required
|
|
222
|
+
* // portRange: {
|
|
223
|
+
* // minimum: Number("int"), // required
|
|
224
|
+
* // maximum: Number("int"), // required
|
|
225
|
+
* // },
|
|
226
|
+
* // },
|
|
227
|
+
* // mtu: Number("int"),
|
|
228
|
+
* // },
|
|
229
|
+
* // },
|
|
230
|
+
* // },
|
|
231
|
+
* // agentStatus: "SUCCESS" || "FAILED" || "ACTIVE" || "INACTIVE",
|
|
232
|
+
* // auditResults: "HEALTHY" || "UNHEALTHY",
|
|
233
|
+
* // },
|
|
234
|
+
* // downlinkAwsGroundStationAgentEndpoint: {
|
|
235
|
+
* // name: "STRING_VALUE", // required
|
|
236
|
+
* // dataflowDetails: {// Union: only one key present
|
|
237
|
+
* // agentConnectionDetails: {
|
|
238
|
+
* // agentIpAndPortAddress: "<RangedConnectionDetails>", // required
|
|
239
|
+
* // egressAddressAndPort: "<ConnectionDetails>", // required
|
|
240
|
+
* // },
|
|
241
|
+
* // },
|
|
242
|
+
* // agentStatus: "SUCCESS" || "FAILED" || "ACTIVE" || "INACTIVE",
|
|
243
|
+
* // auditResults: "HEALTHY" || "UNHEALTHY",
|
|
244
|
+
* // },
|
|
245
|
+
* // healthStatus: "HEALTHY" || "UNHEALTHY",
|
|
246
|
+
* // healthReasons: [
|
|
247
|
+
* // "NO_REGISTERED_AGENT" || "INVALID_IP_OWNERSHIP" || "NOT_AUTHORIZED_TO_CREATE_SLR" || "UNVERIFIED_IP_OWNERSHIP" || "INITIALIZING_DATAPLANE" || "DATAPLANE_FAILURE" || "HEALTHY",
|
|
248
|
+
* // ],
|
|
249
|
+
* // },
|
|
250
|
+
* // antennaDemodDecodeDetails: {
|
|
251
|
+
* // outputNode: "STRING_VALUE",
|
|
252
|
+
* // },
|
|
253
|
+
* // s3RecordingDetails: {
|
|
254
|
+
* // bucketArn: "STRING_VALUE",
|
|
255
|
+
* // keyTemplate: "STRING_VALUE",
|
|
256
|
+
* // },
|
|
257
|
+
* // },
|
|
258
|
+
* // dataflowDestinationRegion: "STRING_VALUE",
|
|
259
|
+
* // },
|
|
260
|
+
* // errorMessage: "STRING_VALUE",
|
|
261
|
+
* // },
|
|
262
|
+
* // ],
|
|
263
|
+
* // visibilityStartTime: new Date("TIMESTAMP"),
|
|
264
|
+
* // visibilityEndTime: new Date("TIMESTAMP"),
|
|
265
|
+
* // trackingOverrides: { // TrackingOverrides
|
|
266
|
+
* // programTrackSettings: { // ProgramTrackSettings Union: only one key present
|
|
267
|
+
* // azEl: { // AzElProgramTrackSettings
|
|
268
|
+
* // ephemerisId: "STRING_VALUE", // required
|
|
269
|
+
* // },
|
|
270
|
+
* // oem: { // OemProgramTrackSettings
|
|
271
|
+
* // ephemerisId: "STRING_VALUE", // required
|
|
272
|
+
* // },
|
|
273
|
+
* // tle: { // TleProgramTrackSettings
|
|
274
|
+
* // ephemerisId: "STRING_VALUE", // required
|
|
275
|
+
* // },
|
|
276
|
+
* // },
|
|
277
|
+
* // },
|
|
278
|
+
* // ephemeris: { // EphemerisResponseData
|
|
279
|
+
* // ephemerisId: "STRING_VALUE",
|
|
280
|
+
* // ephemerisType: "TLE" || "OEM" || "AZ_EL" || "SERVICE_MANAGED", // required
|
|
281
|
+
* // },
|
|
282
|
+
* // version: { // ContactVersion
|
|
283
|
+
* // versionId: Number("int"),
|
|
284
|
+
* // created: new Date("TIMESTAMP"),
|
|
285
|
+
* // activated: new Date("TIMESTAMP"),
|
|
286
|
+
* // superseded: new Date("TIMESTAMP"),
|
|
287
|
+
* // lastUpdated: new Date("TIMESTAMP"),
|
|
288
|
+
* // status: "UPDATING" || "ACTIVE" || "SUPERSEDED" || "FAILED_TO_UPDATE",
|
|
289
|
+
* // failureCodes: [ // VersionFailureReasonCodes
|
|
290
|
+
* // "INTERNAL_ERROR" || "INVALID_SATELLITE_ARN" || "INVALID_UPDATE_CONTACT_REQUEST" || "EPHEMERIS_NOT_FOUND" || "EPHEMERIS_TIME_RANGE_INVALID" || "EPHEMERIS_NOT_ENABLED" || "SATELLITE_DOES_NOT_MATCH_EPHEMERIS" || "NOT_ONBOARDED_TO_AZEL_EPHEMERIS" || "AZEL_EPHEMERIS_NOT_FOUND" || "AZEL_EPHEMERIS_WRONG_GROUND_STATION" || "AZEL_EPHEMERIS_INVALID_STATUS" || "AZEL_EPHEMERIS_TIME_RANGE_INVALID",
|
|
291
|
+
* // ],
|
|
292
|
+
* // failureMessage: "STRING_VALUE",
|
|
293
|
+
* // },
|
|
294
|
+
* // };
|
|
295
|
+
*
|
|
296
|
+
* ```
|
|
297
|
+
*
|
|
298
|
+
* @param DescribeContactVersionCommandInput - {@link DescribeContactVersionCommandInput}
|
|
299
|
+
* @returns {@link DescribeContactVersionCommandOutput}
|
|
300
|
+
* @see {@link DescribeContactVersionCommandInput} for command's `input` shape.
|
|
301
|
+
* @see {@link DescribeContactVersionCommandOutput} for command's `response` shape.
|
|
302
|
+
* @see {@link GroundStationClientResolvedConfig | config} for GroundStationClient's `config` shape.
|
|
303
|
+
*
|
|
304
|
+
* @throws {@link DependencyException} (server fault)
|
|
305
|
+
* <p>Dependency encountered an error.</p>
|
|
306
|
+
*
|
|
307
|
+
* @throws {@link InvalidParameterException} (client fault)
|
|
308
|
+
* <p>One or more parameters are not valid.</p>
|
|
309
|
+
*
|
|
310
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
311
|
+
* <p>Resource was not found.</p>
|
|
312
|
+
*
|
|
313
|
+
* @throws {@link GroundStationServiceException}
|
|
314
|
+
* <p>Base exception class for all service exceptions from GroundStation service.</p>
|
|
315
|
+
*
|
|
316
|
+
*
|
|
317
|
+
* @public
|
|
318
|
+
*/
|
|
319
|
+
export declare class DescribeContactVersionCommand extends DescribeContactVersionCommand_base {
|
|
320
|
+
/** @internal type navigation helper, not in runtime. */
|
|
321
|
+
protected static __types: {
|
|
322
|
+
api: {
|
|
323
|
+
input: DescribeContactVersionRequest;
|
|
324
|
+
output: DescribeContactVersionResponse;
|
|
325
|
+
};
|
|
326
|
+
sdk: {
|
|
327
|
+
input: DescribeContactVersionCommandInput;
|
|
328
|
+
output: DescribeContactVersionCommandOutput;
|
|
329
|
+
};
|
|
330
|
+
};
|
|
331
|
+
}
|