@aws-sdk/client-groundstation 3.202.0 → 3.207.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/GroundStation.js +75 -0
- package/dist-cjs/commands/CreateEphemerisCommand.js +46 -0
- package/dist-cjs/commands/DeleteEphemerisCommand.js +46 -0
- package/dist-cjs/commands/DescribeEphemerisCommand.js +46 -0
- package/dist-cjs/commands/ListEphemeridesCommand.js +46 -0
- package/dist-cjs/commands/UpdateEphemerisCommand.js +46 -0
- package/dist-cjs/commands/index.js +5 -0
- package/dist-cjs/models/models_0.js +129 -2
- package/dist-cjs/pagination/ListEphemeridesPaginator.js +36 -0
- package/dist-cjs/pagination/index.js +1 -0
- package/dist-cjs/protocols/Aws_restJson1.js +468 -1
- package/dist-cjs/runtimeConfig.browser.js +0 -3
- package/dist-cjs/runtimeConfig.js +0 -3
- package/dist-cjs/runtimeConfig.shared.js +3 -0
- package/dist-es/GroundStation.js +75 -0
- package/dist-es/commands/CreateEphemerisCommand.js +42 -0
- package/dist-es/commands/DeleteEphemerisCommand.js +42 -0
- package/dist-es/commands/DescribeEphemerisCommand.js +42 -0
- package/dist-es/commands/ListEphemeridesCommand.js +42 -0
- package/dist-es/commands/UpdateEphemerisCommand.js +42 -0
- package/dist-es/commands/index.js +5 -0
- package/dist-es/models/models_0.js +108 -0
- package/dist-es/pagination/ListEphemeridesPaginator.js +32 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/protocols/Aws_restJson1.js +457 -1
- package/dist-es/runtimeConfig.browser.js +0 -3
- package/dist-es/runtimeConfig.js +0 -3
- package/dist-es/runtimeConfig.shared.js +3 -0
- package/dist-types/GroundStation.d.ts +35 -0
- package/dist-types/GroundStationClient.d.ts +7 -2
- package/dist-types/commands/CreateEphemerisCommand.d.ts +37 -0
- package/dist-types/commands/DeleteEphemerisCommand.d.ts +37 -0
- package/dist-types/commands/DescribeEphemerisCommand.d.ts +37 -0
- package/dist-types/commands/ListEphemeridesCommand.d.ts +37 -0
- package/dist-types/commands/UpdateEphemerisCommand.d.ts +37 -0
- package/dist-types/commands/index.d.ts +5 -0
- package/dist-types/models/models_0.d.ts +492 -11
- package/dist-types/pagination/ListEphemeridesPaginator.d.ts +4 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +15 -0
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.shared.d.ts +2 -0
- package/dist-types/ts3.4/GroundStation.d.ts +85 -0
- package/dist-types/ts3.4/GroundStationClient.d.ts +30 -0
- package/dist-types/ts3.4/commands/CreateEphemerisCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/DeleteEphemerisCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/DescribeEphemerisCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/ListEphemeridesCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/UpdateEphemerisCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/index.d.ts +5 -0
- package/dist-types/ts3.4/models/models_0.d.ts +209 -0
- package/dist-types/ts3.4/pagination/ListEphemeridesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +60 -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.shared.d.ts +2 -0
- package/package.json +5 -4
- package/CHANGELOG.md +0 -2817
|
@@ -3,11 +3,14 @@ import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
|
|
|
3
3
|
import { CancelContactCommandInput, CancelContactCommandOutput } from "../commands/CancelContactCommand";
|
|
4
4
|
import { CreateConfigCommandInput, CreateConfigCommandOutput } from "../commands/CreateConfigCommand";
|
|
5
5
|
import { CreateDataflowEndpointGroupCommandInput, CreateDataflowEndpointGroupCommandOutput } from "../commands/CreateDataflowEndpointGroupCommand";
|
|
6
|
+
import { CreateEphemerisCommandInput, CreateEphemerisCommandOutput } from "../commands/CreateEphemerisCommand";
|
|
6
7
|
import { CreateMissionProfileCommandInput, CreateMissionProfileCommandOutput } from "../commands/CreateMissionProfileCommand";
|
|
7
8
|
import { DeleteConfigCommandInput, DeleteConfigCommandOutput } from "../commands/DeleteConfigCommand";
|
|
8
9
|
import { DeleteDataflowEndpointGroupCommandInput, DeleteDataflowEndpointGroupCommandOutput } from "../commands/DeleteDataflowEndpointGroupCommand";
|
|
10
|
+
import { DeleteEphemerisCommandInput, DeleteEphemerisCommandOutput } from "../commands/DeleteEphemerisCommand";
|
|
9
11
|
import { DeleteMissionProfileCommandInput, DeleteMissionProfileCommandOutput } from "../commands/DeleteMissionProfileCommand";
|
|
10
12
|
import { DescribeContactCommandInput, DescribeContactCommandOutput } from "../commands/DescribeContactCommand";
|
|
13
|
+
import { DescribeEphemerisCommandInput, DescribeEphemerisCommandOutput } from "../commands/DescribeEphemerisCommand";
|
|
11
14
|
import { GetConfigCommandInput, GetConfigCommandOutput } from "../commands/GetConfigCommand";
|
|
12
15
|
import { GetDataflowEndpointGroupCommandInput, GetDataflowEndpointGroupCommandOutput } from "../commands/GetDataflowEndpointGroupCommand";
|
|
13
16
|
import { GetMinuteUsageCommandInput, GetMinuteUsageCommandOutput } from "../commands/GetMinuteUsageCommand";
|
|
@@ -16,6 +19,7 @@ import { GetSatelliteCommandInput, GetSatelliteCommandOutput } from "../commands
|
|
|
16
19
|
import { ListConfigsCommandInput, ListConfigsCommandOutput } from "../commands/ListConfigsCommand";
|
|
17
20
|
import { ListContactsCommandInput, ListContactsCommandOutput } from "../commands/ListContactsCommand";
|
|
18
21
|
import { ListDataflowEndpointGroupsCommandInput, ListDataflowEndpointGroupsCommandOutput } from "../commands/ListDataflowEndpointGroupsCommand";
|
|
22
|
+
import { ListEphemeridesCommandInput, ListEphemeridesCommandOutput } from "../commands/ListEphemeridesCommand";
|
|
19
23
|
import { ListGroundStationsCommandInput, ListGroundStationsCommandOutput } from "../commands/ListGroundStationsCommand";
|
|
20
24
|
import { ListMissionProfilesCommandInput, ListMissionProfilesCommandOutput } from "../commands/ListMissionProfilesCommand";
|
|
21
25
|
import { ListSatellitesCommandInput, ListSatellitesCommandOutput } from "../commands/ListSatellitesCommand";
|
|
@@ -24,15 +28,19 @@ import { ReserveContactCommandInput, ReserveContactCommandOutput } from "../comm
|
|
|
24
28
|
import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
|
|
25
29
|
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
|
|
26
30
|
import { UpdateConfigCommandInput, UpdateConfigCommandOutput } from "../commands/UpdateConfigCommand";
|
|
31
|
+
import { UpdateEphemerisCommandInput, UpdateEphemerisCommandOutput } from "../commands/UpdateEphemerisCommand";
|
|
27
32
|
import { UpdateMissionProfileCommandInput, UpdateMissionProfileCommandOutput } from "../commands/UpdateMissionProfileCommand";
|
|
28
33
|
export declare const serializeAws_restJson1CancelContactCommand: (input: CancelContactCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
29
34
|
export declare const serializeAws_restJson1CreateConfigCommand: (input: CreateConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
30
35
|
export declare const serializeAws_restJson1CreateDataflowEndpointGroupCommand: (input: CreateDataflowEndpointGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
36
|
+
export declare const serializeAws_restJson1CreateEphemerisCommand: (input: CreateEphemerisCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
31
37
|
export declare const serializeAws_restJson1CreateMissionProfileCommand: (input: CreateMissionProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
32
38
|
export declare const serializeAws_restJson1DeleteConfigCommand: (input: DeleteConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
33
39
|
export declare const serializeAws_restJson1DeleteDataflowEndpointGroupCommand: (input: DeleteDataflowEndpointGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
40
|
+
export declare const serializeAws_restJson1DeleteEphemerisCommand: (input: DeleteEphemerisCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
34
41
|
export declare const serializeAws_restJson1DeleteMissionProfileCommand: (input: DeleteMissionProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
35
42
|
export declare const serializeAws_restJson1DescribeContactCommand: (input: DescribeContactCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
43
|
+
export declare const serializeAws_restJson1DescribeEphemerisCommand: (input: DescribeEphemerisCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
36
44
|
export declare const serializeAws_restJson1GetConfigCommand: (input: GetConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
37
45
|
export declare const serializeAws_restJson1GetDataflowEndpointGroupCommand: (input: GetDataflowEndpointGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
38
46
|
export declare const serializeAws_restJson1GetMinuteUsageCommand: (input: GetMinuteUsageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
@@ -41,6 +49,7 @@ export declare const serializeAws_restJson1GetSatelliteCommand: (input: GetSatel
|
|
|
41
49
|
export declare const serializeAws_restJson1ListConfigsCommand: (input: ListConfigsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
42
50
|
export declare const serializeAws_restJson1ListContactsCommand: (input: ListContactsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
43
51
|
export declare const serializeAws_restJson1ListDataflowEndpointGroupsCommand: (input: ListDataflowEndpointGroupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
52
|
+
export declare const serializeAws_restJson1ListEphemeridesCommand: (input: ListEphemeridesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
44
53
|
export declare const serializeAws_restJson1ListGroundStationsCommand: (input: ListGroundStationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
45
54
|
export declare const serializeAws_restJson1ListMissionProfilesCommand: (input: ListMissionProfilesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
46
55
|
export declare const serializeAws_restJson1ListSatellitesCommand: (input: ListSatellitesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
@@ -49,15 +58,19 @@ export declare const serializeAws_restJson1ReserveContactCommand: (input: Reserv
|
|
|
49
58
|
export declare const serializeAws_restJson1TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
50
59
|
export declare const serializeAws_restJson1UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
51
60
|
export declare const serializeAws_restJson1UpdateConfigCommand: (input: UpdateConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
61
|
+
export declare const serializeAws_restJson1UpdateEphemerisCommand: (input: UpdateEphemerisCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
52
62
|
export declare const serializeAws_restJson1UpdateMissionProfileCommand: (input: UpdateMissionProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
53
63
|
export declare const deserializeAws_restJson1CancelContactCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CancelContactCommandOutput>;
|
|
54
64
|
export declare const deserializeAws_restJson1CreateConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateConfigCommandOutput>;
|
|
55
65
|
export declare const deserializeAws_restJson1CreateDataflowEndpointGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDataflowEndpointGroupCommandOutput>;
|
|
66
|
+
export declare const deserializeAws_restJson1CreateEphemerisCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateEphemerisCommandOutput>;
|
|
56
67
|
export declare const deserializeAws_restJson1CreateMissionProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateMissionProfileCommandOutput>;
|
|
57
68
|
export declare const deserializeAws_restJson1DeleteConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteConfigCommandOutput>;
|
|
58
69
|
export declare const deserializeAws_restJson1DeleteDataflowEndpointGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteDataflowEndpointGroupCommandOutput>;
|
|
70
|
+
export declare const deserializeAws_restJson1DeleteEphemerisCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteEphemerisCommandOutput>;
|
|
59
71
|
export declare const deserializeAws_restJson1DeleteMissionProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteMissionProfileCommandOutput>;
|
|
60
72
|
export declare const deserializeAws_restJson1DescribeContactCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeContactCommandOutput>;
|
|
73
|
+
export declare const deserializeAws_restJson1DescribeEphemerisCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeEphemerisCommandOutput>;
|
|
61
74
|
export declare const deserializeAws_restJson1GetConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetConfigCommandOutput>;
|
|
62
75
|
export declare const deserializeAws_restJson1GetDataflowEndpointGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDataflowEndpointGroupCommandOutput>;
|
|
63
76
|
export declare const deserializeAws_restJson1GetMinuteUsageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetMinuteUsageCommandOutput>;
|
|
@@ -66,6 +79,7 @@ export declare const deserializeAws_restJson1GetSatelliteCommand: (output: __Htt
|
|
|
66
79
|
export declare const deserializeAws_restJson1ListConfigsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListConfigsCommandOutput>;
|
|
67
80
|
export declare const deserializeAws_restJson1ListContactsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListContactsCommandOutput>;
|
|
68
81
|
export declare const deserializeAws_restJson1ListDataflowEndpointGroupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDataflowEndpointGroupsCommandOutput>;
|
|
82
|
+
export declare const deserializeAws_restJson1ListEphemeridesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListEphemeridesCommandOutput>;
|
|
69
83
|
export declare const deserializeAws_restJson1ListGroundStationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListGroundStationsCommandOutput>;
|
|
70
84
|
export declare const deserializeAws_restJson1ListMissionProfilesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListMissionProfilesCommandOutput>;
|
|
71
85
|
export declare const deserializeAws_restJson1ListSatellitesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSatellitesCommandOutput>;
|
|
@@ -74,4 +88,5 @@ export declare const deserializeAws_restJson1ReserveContactCommand: (output: __H
|
|
|
74
88
|
export declare const deserializeAws_restJson1TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
|
|
75
89
|
export declare const deserializeAws_restJson1UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
|
|
76
90
|
export declare const deserializeAws_restJson1UpdateConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateConfigCommandOutput>;
|
|
91
|
+
export declare const deserializeAws_restJson1UpdateEphemerisCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateEphemerisCommandOutput>;
|
|
77
92
|
export declare const deserializeAws_restJson1UpdateMissionProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateMissionProfileCommandOutput>;
|
|
@@ -6,8 +6,6 @@ import { GroundStationClientConfig } from "./GroundStationClient";
|
|
|
6
6
|
export declare const getRuntimeConfig: (config: GroundStationClientConfig) => {
|
|
7
7
|
runtime: string;
|
|
8
8
|
defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
|
|
9
|
-
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
10
|
-
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
11
9
|
bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
|
|
12
10
|
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
13
11
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
@@ -23,6 +21,8 @@ export declare const getRuntimeConfig: (config: GroundStationClientConfig) => {
|
|
|
23
21
|
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
24
22
|
apiVersion: string;
|
|
25
23
|
urlParser: import("@aws-sdk/types").UrlParser;
|
|
24
|
+
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
25
|
+
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
26
26
|
disableHostPrefix: boolean;
|
|
27
27
|
logger: import("@aws-sdk/types").Logger;
|
|
28
28
|
serviceId: string;
|
|
@@ -6,8 +6,6 @@ import { GroundStationClientConfig } from "./GroundStationClient";
|
|
|
6
6
|
export declare const getRuntimeConfig: (config: GroundStationClientConfig) => {
|
|
7
7
|
runtime: string;
|
|
8
8
|
defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
|
|
9
|
-
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
10
|
-
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
11
9
|
bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
|
|
12
10
|
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
13
11
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
@@ -23,6 +21,8 @@ export declare const getRuntimeConfig: (config: GroundStationClientConfig) => {
|
|
|
23
21
|
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
24
22
|
apiVersion: string;
|
|
25
23
|
urlParser: import("@aws-sdk/types").UrlParser;
|
|
24
|
+
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
25
|
+
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
26
26
|
disableHostPrefix: boolean;
|
|
27
27
|
logger: import("@aws-sdk/types").Logger;
|
|
28
28
|
serviceId: string;
|
|
@@ -5,6 +5,8 @@ import { GroundStationClientConfig } from "./GroundStationClient";
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const getRuntimeConfig: (config: GroundStationClientConfig) => {
|
|
7
7
|
apiVersion: string;
|
|
8
|
+
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
9
|
+
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
8
10
|
disableHostPrefix: boolean;
|
|
9
11
|
endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
|
|
10
12
|
logger?: __Logger | undefined;
|
|
@@ -11,6 +11,10 @@ import {
|
|
|
11
11
|
CreateDataflowEndpointGroupCommandInput,
|
|
12
12
|
CreateDataflowEndpointGroupCommandOutput,
|
|
13
13
|
} from "./commands/CreateDataflowEndpointGroupCommand";
|
|
14
|
+
import {
|
|
15
|
+
CreateEphemerisCommandInput,
|
|
16
|
+
CreateEphemerisCommandOutput,
|
|
17
|
+
} from "./commands/CreateEphemerisCommand";
|
|
14
18
|
import {
|
|
15
19
|
CreateMissionProfileCommandInput,
|
|
16
20
|
CreateMissionProfileCommandOutput,
|
|
@@ -23,6 +27,10 @@ import {
|
|
|
23
27
|
DeleteDataflowEndpointGroupCommandInput,
|
|
24
28
|
DeleteDataflowEndpointGroupCommandOutput,
|
|
25
29
|
} from "./commands/DeleteDataflowEndpointGroupCommand";
|
|
30
|
+
import {
|
|
31
|
+
DeleteEphemerisCommandInput,
|
|
32
|
+
DeleteEphemerisCommandOutput,
|
|
33
|
+
} from "./commands/DeleteEphemerisCommand";
|
|
26
34
|
import {
|
|
27
35
|
DeleteMissionProfileCommandInput,
|
|
28
36
|
DeleteMissionProfileCommandOutput,
|
|
@@ -31,6 +39,10 @@ import {
|
|
|
31
39
|
DescribeContactCommandInput,
|
|
32
40
|
DescribeContactCommandOutput,
|
|
33
41
|
} from "./commands/DescribeContactCommand";
|
|
42
|
+
import {
|
|
43
|
+
DescribeEphemerisCommandInput,
|
|
44
|
+
DescribeEphemerisCommandOutput,
|
|
45
|
+
} from "./commands/DescribeEphemerisCommand";
|
|
34
46
|
import {
|
|
35
47
|
GetConfigCommandInput,
|
|
36
48
|
GetConfigCommandOutput,
|
|
@@ -63,6 +75,10 @@ import {
|
|
|
63
75
|
ListDataflowEndpointGroupsCommandInput,
|
|
64
76
|
ListDataflowEndpointGroupsCommandOutput,
|
|
65
77
|
} from "./commands/ListDataflowEndpointGroupsCommand";
|
|
78
|
+
import {
|
|
79
|
+
ListEphemeridesCommandInput,
|
|
80
|
+
ListEphemeridesCommandOutput,
|
|
81
|
+
} from "./commands/ListEphemeridesCommand";
|
|
66
82
|
import {
|
|
67
83
|
ListGroundStationsCommandInput,
|
|
68
84
|
ListGroundStationsCommandOutput,
|
|
@@ -95,6 +111,10 @@ import {
|
|
|
95
111
|
UpdateConfigCommandInput,
|
|
96
112
|
UpdateConfigCommandOutput,
|
|
97
113
|
} from "./commands/UpdateConfigCommand";
|
|
114
|
+
import {
|
|
115
|
+
UpdateEphemerisCommandInput,
|
|
116
|
+
UpdateEphemerisCommandOutput,
|
|
117
|
+
} from "./commands/UpdateEphemerisCommand";
|
|
98
118
|
import {
|
|
99
119
|
UpdateMissionProfileCommandInput,
|
|
100
120
|
UpdateMissionProfileCommandOutput,
|
|
@@ -140,6 +160,19 @@ export declare class GroundStation extends GroundStationClient {
|
|
|
140
160
|
options: __HttpHandlerOptions,
|
|
141
161
|
cb: (err: any, data?: CreateDataflowEndpointGroupCommandOutput) => void
|
|
142
162
|
): void;
|
|
163
|
+
createEphemeris(
|
|
164
|
+
args: CreateEphemerisCommandInput,
|
|
165
|
+
options?: __HttpHandlerOptions
|
|
166
|
+
): Promise<CreateEphemerisCommandOutput>;
|
|
167
|
+
createEphemeris(
|
|
168
|
+
args: CreateEphemerisCommandInput,
|
|
169
|
+
cb: (err: any, data?: CreateEphemerisCommandOutput) => void
|
|
170
|
+
): void;
|
|
171
|
+
createEphemeris(
|
|
172
|
+
args: CreateEphemerisCommandInput,
|
|
173
|
+
options: __HttpHandlerOptions,
|
|
174
|
+
cb: (err: any, data?: CreateEphemerisCommandOutput) => void
|
|
175
|
+
): void;
|
|
143
176
|
createMissionProfile(
|
|
144
177
|
args: CreateMissionProfileCommandInput,
|
|
145
178
|
options?: __HttpHandlerOptions
|
|
@@ -179,6 +212,19 @@ export declare class GroundStation extends GroundStationClient {
|
|
|
179
212
|
options: __HttpHandlerOptions,
|
|
180
213
|
cb: (err: any, data?: DeleteDataflowEndpointGroupCommandOutput) => void
|
|
181
214
|
): void;
|
|
215
|
+
deleteEphemeris(
|
|
216
|
+
args: DeleteEphemerisCommandInput,
|
|
217
|
+
options?: __HttpHandlerOptions
|
|
218
|
+
): Promise<DeleteEphemerisCommandOutput>;
|
|
219
|
+
deleteEphemeris(
|
|
220
|
+
args: DeleteEphemerisCommandInput,
|
|
221
|
+
cb: (err: any, data?: DeleteEphemerisCommandOutput) => void
|
|
222
|
+
): void;
|
|
223
|
+
deleteEphemeris(
|
|
224
|
+
args: DeleteEphemerisCommandInput,
|
|
225
|
+
options: __HttpHandlerOptions,
|
|
226
|
+
cb: (err: any, data?: DeleteEphemerisCommandOutput) => void
|
|
227
|
+
): void;
|
|
182
228
|
deleteMissionProfile(
|
|
183
229
|
args: DeleteMissionProfileCommandInput,
|
|
184
230
|
options?: __HttpHandlerOptions
|
|
@@ -205,6 +251,19 @@ export declare class GroundStation extends GroundStationClient {
|
|
|
205
251
|
options: __HttpHandlerOptions,
|
|
206
252
|
cb: (err: any, data?: DescribeContactCommandOutput) => void
|
|
207
253
|
): void;
|
|
254
|
+
describeEphemeris(
|
|
255
|
+
args: DescribeEphemerisCommandInput,
|
|
256
|
+
options?: __HttpHandlerOptions
|
|
257
|
+
): Promise<DescribeEphemerisCommandOutput>;
|
|
258
|
+
describeEphemeris(
|
|
259
|
+
args: DescribeEphemerisCommandInput,
|
|
260
|
+
cb: (err: any, data?: DescribeEphemerisCommandOutput) => void
|
|
261
|
+
): void;
|
|
262
|
+
describeEphemeris(
|
|
263
|
+
args: DescribeEphemerisCommandInput,
|
|
264
|
+
options: __HttpHandlerOptions,
|
|
265
|
+
cb: (err: any, data?: DescribeEphemerisCommandOutput) => void
|
|
266
|
+
): void;
|
|
208
267
|
getConfig(
|
|
209
268
|
args: GetConfigCommandInput,
|
|
210
269
|
options?: __HttpHandlerOptions
|
|
@@ -309,6 +368,19 @@ export declare class GroundStation extends GroundStationClient {
|
|
|
309
368
|
options: __HttpHandlerOptions,
|
|
310
369
|
cb: (err: any, data?: ListDataflowEndpointGroupsCommandOutput) => void
|
|
311
370
|
): void;
|
|
371
|
+
listEphemerides(
|
|
372
|
+
args: ListEphemeridesCommandInput,
|
|
373
|
+
options?: __HttpHandlerOptions
|
|
374
|
+
): Promise<ListEphemeridesCommandOutput>;
|
|
375
|
+
listEphemerides(
|
|
376
|
+
args: ListEphemeridesCommandInput,
|
|
377
|
+
cb: (err: any, data?: ListEphemeridesCommandOutput) => void
|
|
378
|
+
): void;
|
|
379
|
+
listEphemerides(
|
|
380
|
+
args: ListEphemeridesCommandInput,
|
|
381
|
+
options: __HttpHandlerOptions,
|
|
382
|
+
cb: (err: any, data?: ListEphemeridesCommandOutput) => void
|
|
383
|
+
): void;
|
|
312
384
|
listGroundStations(
|
|
313
385
|
args: ListGroundStationsCommandInput,
|
|
314
386
|
options?: __HttpHandlerOptions
|
|
@@ -413,6 +485,19 @@ export declare class GroundStation extends GroundStationClient {
|
|
|
413
485
|
options: __HttpHandlerOptions,
|
|
414
486
|
cb: (err: any, data?: UpdateConfigCommandOutput) => void
|
|
415
487
|
): void;
|
|
488
|
+
updateEphemeris(
|
|
489
|
+
args: UpdateEphemerisCommandInput,
|
|
490
|
+
options?: __HttpHandlerOptions
|
|
491
|
+
): Promise<UpdateEphemerisCommandOutput>;
|
|
492
|
+
updateEphemeris(
|
|
493
|
+
args: UpdateEphemerisCommandInput,
|
|
494
|
+
cb: (err: any, data?: UpdateEphemerisCommandOutput) => void
|
|
495
|
+
): void;
|
|
496
|
+
updateEphemeris(
|
|
497
|
+
args: UpdateEphemerisCommandInput,
|
|
498
|
+
options: __HttpHandlerOptions,
|
|
499
|
+
cb: (err: any, data?: UpdateEphemerisCommandOutput) => void
|
|
500
|
+
): void;
|
|
416
501
|
updateMissionProfile(
|
|
417
502
|
args: UpdateMissionProfileCommandInput,
|
|
418
503
|
options?: __HttpHandlerOptions
|
|
@@ -55,6 +55,10 @@ import {
|
|
|
55
55
|
CreateDataflowEndpointGroupCommandInput,
|
|
56
56
|
CreateDataflowEndpointGroupCommandOutput,
|
|
57
57
|
} from "./commands/CreateDataflowEndpointGroupCommand";
|
|
58
|
+
import {
|
|
59
|
+
CreateEphemerisCommandInput,
|
|
60
|
+
CreateEphemerisCommandOutput,
|
|
61
|
+
} from "./commands/CreateEphemerisCommand";
|
|
58
62
|
import {
|
|
59
63
|
CreateMissionProfileCommandInput,
|
|
60
64
|
CreateMissionProfileCommandOutput,
|
|
@@ -67,6 +71,10 @@ import {
|
|
|
67
71
|
DeleteDataflowEndpointGroupCommandInput,
|
|
68
72
|
DeleteDataflowEndpointGroupCommandOutput,
|
|
69
73
|
} from "./commands/DeleteDataflowEndpointGroupCommand";
|
|
74
|
+
import {
|
|
75
|
+
DeleteEphemerisCommandInput,
|
|
76
|
+
DeleteEphemerisCommandOutput,
|
|
77
|
+
} from "./commands/DeleteEphemerisCommand";
|
|
70
78
|
import {
|
|
71
79
|
DeleteMissionProfileCommandInput,
|
|
72
80
|
DeleteMissionProfileCommandOutput,
|
|
@@ -75,6 +83,10 @@ import {
|
|
|
75
83
|
DescribeContactCommandInput,
|
|
76
84
|
DescribeContactCommandOutput,
|
|
77
85
|
} from "./commands/DescribeContactCommand";
|
|
86
|
+
import {
|
|
87
|
+
DescribeEphemerisCommandInput,
|
|
88
|
+
DescribeEphemerisCommandOutput,
|
|
89
|
+
} from "./commands/DescribeEphemerisCommand";
|
|
78
90
|
import {
|
|
79
91
|
GetConfigCommandInput,
|
|
80
92
|
GetConfigCommandOutput,
|
|
@@ -107,6 +119,10 @@ import {
|
|
|
107
119
|
ListDataflowEndpointGroupsCommandInput,
|
|
108
120
|
ListDataflowEndpointGroupsCommandOutput,
|
|
109
121
|
} from "./commands/ListDataflowEndpointGroupsCommand";
|
|
122
|
+
import {
|
|
123
|
+
ListEphemeridesCommandInput,
|
|
124
|
+
ListEphemeridesCommandOutput,
|
|
125
|
+
} from "./commands/ListEphemeridesCommand";
|
|
110
126
|
import {
|
|
111
127
|
ListGroundStationsCommandInput,
|
|
112
128
|
ListGroundStationsCommandOutput,
|
|
@@ -139,6 +155,10 @@ import {
|
|
|
139
155
|
UpdateConfigCommandInput,
|
|
140
156
|
UpdateConfigCommandOutput,
|
|
141
157
|
} from "./commands/UpdateConfigCommand";
|
|
158
|
+
import {
|
|
159
|
+
UpdateEphemerisCommandInput,
|
|
160
|
+
UpdateEphemerisCommandOutput,
|
|
161
|
+
} from "./commands/UpdateEphemerisCommand";
|
|
142
162
|
import {
|
|
143
163
|
UpdateMissionProfileCommandInput,
|
|
144
164
|
UpdateMissionProfileCommandOutput,
|
|
@@ -152,11 +172,14 @@ export declare type ServiceInputTypes =
|
|
|
152
172
|
| CancelContactCommandInput
|
|
153
173
|
| CreateConfigCommandInput
|
|
154
174
|
| CreateDataflowEndpointGroupCommandInput
|
|
175
|
+
| CreateEphemerisCommandInput
|
|
155
176
|
| CreateMissionProfileCommandInput
|
|
156
177
|
| DeleteConfigCommandInput
|
|
157
178
|
| DeleteDataflowEndpointGroupCommandInput
|
|
179
|
+
| DeleteEphemerisCommandInput
|
|
158
180
|
| DeleteMissionProfileCommandInput
|
|
159
181
|
| DescribeContactCommandInput
|
|
182
|
+
| DescribeEphemerisCommandInput
|
|
160
183
|
| GetConfigCommandInput
|
|
161
184
|
| GetDataflowEndpointGroupCommandInput
|
|
162
185
|
| GetMinuteUsageCommandInput
|
|
@@ -165,6 +188,7 @@ export declare type ServiceInputTypes =
|
|
|
165
188
|
| ListConfigsCommandInput
|
|
166
189
|
| ListContactsCommandInput
|
|
167
190
|
| ListDataflowEndpointGroupsCommandInput
|
|
191
|
+
| ListEphemeridesCommandInput
|
|
168
192
|
| ListGroundStationsCommandInput
|
|
169
193
|
| ListMissionProfilesCommandInput
|
|
170
194
|
| ListSatellitesCommandInput
|
|
@@ -173,16 +197,20 @@ export declare type ServiceInputTypes =
|
|
|
173
197
|
| TagResourceCommandInput
|
|
174
198
|
| UntagResourceCommandInput
|
|
175
199
|
| UpdateConfigCommandInput
|
|
200
|
+
| UpdateEphemerisCommandInput
|
|
176
201
|
| UpdateMissionProfileCommandInput;
|
|
177
202
|
export declare type ServiceOutputTypes =
|
|
178
203
|
| CancelContactCommandOutput
|
|
179
204
|
| CreateConfigCommandOutput
|
|
180
205
|
| CreateDataflowEndpointGroupCommandOutput
|
|
206
|
+
| CreateEphemerisCommandOutput
|
|
181
207
|
| CreateMissionProfileCommandOutput
|
|
182
208
|
| DeleteConfigCommandOutput
|
|
183
209
|
| DeleteDataflowEndpointGroupCommandOutput
|
|
210
|
+
| DeleteEphemerisCommandOutput
|
|
184
211
|
| DeleteMissionProfileCommandOutput
|
|
185
212
|
| DescribeContactCommandOutput
|
|
213
|
+
| DescribeEphemerisCommandOutput
|
|
186
214
|
| GetConfigCommandOutput
|
|
187
215
|
| GetDataflowEndpointGroupCommandOutput
|
|
188
216
|
| GetMinuteUsageCommandOutput
|
|
@@ -191,6 +219,7 @@ export declare type ServiceOutputTypes =
|
|
|
191
219
|
| ListConfigsCommandOutput
|
|
192
220
|
| ListContactsCommandOutput
|
|
193
221
|
| ListDataflowEndpointGroupsCommandOutput
|
|
222
|
+
| ListEphemeridesCommandOutput
|
|
194
223
|
| ListGroundStationsCommandOutput
|
|
195
224
|
| ListMissionProfilesCommandOutput
|
|
196
225
|
| ListSatellitesCommandOutput
|
|
@@ -199,6 +228,7 @@ export declare type ServiceOutputTypes =
|
|
|
199
228
|
| TagResourceCommandOutput
|
|
200
229
|
| UntagResourceCommandOutput
|
|
201
230
|
| UpdateConfigCommandOutput
|
|
231
|
+
| UpdateEphemerisCommandOutput
|
|
202
232
|
| UpdateMissionProfileCommandOutput;
|
|
203
233
|
export interface ClientDefaults
|
|
204
234
|
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@aws-sdk/types";
|
|
9
|
+
import {
|
|
10
|
+
GroundStationClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../GroundStationClient";
|
|
14
|
+
import {
|
|
15
|
+
CreateEphemerisRequest,
|
|
16
|
+
EphemerisIdResponse,
|
|
17
|
+
} from "../models/models_0";
|
|
18
|
+
export interface CreateEphemerisCommandInput extends CreateEphemerisRequest {}
|
|
19
|
+
export interface CreateEphemerisCommandOutput
|
|
20
|
+
extends EphemerisIdResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class CreateEphemerisCommand extends $Command<
|
|
23
|
+
CreateEphemerisCommandInput,
|
|
24
|
+
CreateEphemerisCommandOutput,
|
|
25
|
+
GroundStationClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: CreateEphemerisCommandInput;
|
|
28
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
29
|
+
constructor(input: CreateEphemerisCommandInput);
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: GroundStationClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<CreateEphemerisCommandInput, CreateEphemerisCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@aws-sdk/types";
|
|
9
|
+
import {
|
|
10
|
+
GroundStationClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../GroundStationClient";
|
|
14
|
+
import {
|
|
15
|
+
DeleteEphemerisRequest,
|
|
16
|
+
EphemerisIdResponse,
|
|
17
|
+
} from "../models/models_0";
|
|
18
|
+
export interface DeleteEphemerisCommandInput extends DeleteEphemerisRequest {}
|
|
19
|
+
export interface DeleteEphemerisCommandOutput
|
|
20
|
+
extends EphemerisIdResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class DeleteEphemerisCommand extends $Command<
|
|
23
|
+
DeleteEphemerisCommandInput,
|
|
24
|
+
DeleteEphemerisCommandOutput,
|
|
25
|
+
GroundStationClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: DeleteEphemerisCommandInput;
|
|
28
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
29
|
+
constructor(input: DeleteEphemerisCommandInput);
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: GroundStationClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<DeleteEphemerisCommandInput, DeleteEphemerisCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@aws-sdk/types";
|
|
9
|
+
import {
|
|
10
|
+
GroundStationClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../GroundStationClient";
|
|
14
|
+
import {
|
|
15
|
+
DescribeEphemerisRequest,
|
|
16
|
+
DescribeEphemerisResponse,
|
|
17
|
+
} from "../models/models_0";
|
|
18
|
+
export interface DescribeEphemerisCommandInput
|
|
19
|
+
extends DescribeEphemerisRequest {}
|
|
20
|
+
export interface DescribeEphemerisCommandOutput
|
|
21
|
+
extends DescribeEphemerisResponse,
|
|
22
|
+
__MetadataBearer {}
|
|
23
|
+
export declare class DescribeEphemerisCommand extends $Command<
|
|
24
|
+
DescribeEphemerisCommandInput,
|
|
25
|
+
DescribeEphemerisCommandOutput,
|
|
26
|
+
GroundStationClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DescribeEphemerisCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
|
+
constructor(input: DescribeEphemerisCommandInput);
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: GroundStationClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<DescribeEphemerisCommandInput, DescribeEphemerisCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@aws-sdk/types";
|
|
9
|
+
import {
|
|
10
|
+
GroundStationClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../GroundStationClient";
|
|
14
|
+
import {
|
|
15
|
+
ListEphemeridesRequest,
|
|
16
|
+
ListEphemeridesResponse,
|
|
17
|
+
} from "../models/models_0";
|
|
18
|
+
export interface ListEphemeridesCommandInput extends ListEphemeridesRequest {}
|
|
19
|
+
export interface ListEphemeridesCommandOutput
|
|
20
|
+
extends ListEphemeridesResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class ListEphemeridesCommand extends $Command<
|
|
23
|
+
ListEphemeridesCommandInput,
|
|
24
|
+
ListEphemeridesCommandOutput,
|
|
25
|
+
GroundStationClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: ListEphemeridesCommandInput;
|
|
28
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
29
|
+
constructor(input: ListEphemeridesCommandInput);
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: GroundStationClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<ListEphemeridesCommandInput, ListEphemeridesCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@aws-sdk/types";
|
|
9
|
+
import {
|
|
10
|
+
GroundStationClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../GroundStationClient";
|
|
14
|
+
import {
|
|
15
|
+
EphemerisIdResponse,
|
|
16
|
+
UpdateEphemerisRequest,
|
|
17
|
+
} from "../models/models_0";
|
|
18
|
+
export interface UpdateEphemerisCommandInput extends UpdateEphemerisRequest {}
|
|
19
|
+
export interface UpdateEphemerisCommandOutput
|
|
20
|
+
extends EphemerisIdResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class UpdateEphemerisCommand extends $Command<
|
|
23
|
+
UpdateEphemerisCommandInput,
|
|
24
|
+
UpdateEphemerisCommandOutput,
|
|
25
|
+
GroundStationClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: UpdateEphemerisCommandInput;
|
|
28
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
29
|
+
constructor(input: UpdateEphemerisCommandInput);
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: GroundStationClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<UpdateEphemerisCommandInput, UpdateEphemerisCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -1,11 +1,14 @@
|
|
|
1
1
|
export * from "./CancelContactCommand";
|
|
2
2
|
export * from "./CreateConfigCommand";
|
|
3
3
|
export * from "./CreateDataflowEndpointGroupCommand";
|
|
4
|
+
export * from "./CreateEphemerisCommand";
|
|
4
5
|
export * from "./CreateMissionProfileCommand";
|
|
5
6
|
export * from "./DeleteConfigCommand";
|
|
6
7
|
export * from "./DeleteDataflowEndpointGroupCommand";
|
|
8
|
+
export * from "./DeleteEphemerisCommand";
|
|
7
9
|
export * from "./DeleteMissionProfileCommand";
|
|
8
10
|
export * from "./DescribeContactCommand";
|
|
11
|
+
export * from "./DescribeEphemerisCommand";
|
|
9
12
|
export * from "./GetConfigCommand";
|
|
10
13
|
export * from "./GetDataflowEndpointGroupCommand";
|
|
11
14
|
export * from "./GetMinuteUsageCommand";
|
|
@@ -14,6 +17,7 @@ export * from "./GetSatelliteCommand";
|
|
|
14
17
|
export * from "./ListConfigsCommand";
|
|
15
18
|
export * from "./ListContactsCommand";
|
|
16
19
|
export * from "./ListDataflowEndpointGroupsCommand";
|
|
20
|
+
export * from "./ListEphemeridesCommand";
|
|
17
21
|
export * from "./ListGroundStationsCommand";
|
|
18
22
|
export * from "./ListMissionProfilesCommand";
|
|
19
23
|
export * from "./ListSatellitesCommand";
|
|
@@ -22,4 +26,5 @@ export * from "./ReserveContactCommand";
|
|
|
22
26
|
export * from "./TagResourceCommand";
|
|
23
27
|
export * from "./UntagResourceCommand";
|
|
24
28
|
export * from "./UpdateConfigCommand";
|
|
29
|
+
export * from "./UpdateEphemerisCommand";
|
|
25
30
|
export * from "./UpdateMissionProfileCommand";
|