@aws-sdk/client-groundstation 3.169.0 → 3.170.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +8 -0
- package/dist-types/ts3.4/GroundStation.d.ts +454 -130
- package/dist-types/ts3.4/GroundStationClient.d.ts +280 -98
- package/dist-types/ts3.4/commands/CancelContactCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateConfigCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateDataflowEndpointGroupCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateMissionProfileCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteConfigCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteDataflowEndpointGroupCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteMissionProfileCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeContactCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetConfigCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetDataflowEndpointGroupCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetMinuteUsageCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetMissionProfileCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetSatelliteCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListConfigsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListContactsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListDataflowEndpointGroupsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListGroundStationsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListMissionProfilesCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListSatellitesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ReserveContactCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateConfigCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UpdateMissionProfileCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/index.d.ts +25 -25
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/GroundStationServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +1118 -1040
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListConfigsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListContactsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListDataflowEndpointGroupsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListGroundStationsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListMissionProfilesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListSatellitesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +7 -7
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +305 -77
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- package/package.json +34 -34
|
@@ -1,98 +1,280 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
import {
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
import {
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
import {
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
import {
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
import {
|
|
24
|
-
import {
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
import {
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
1
|
+
import {
|
|
2
|
+
EndpointsInputConfig,
|
|
3
|
+
EndpointsResolvedConfig,
|
|
4
|
+
RegionInputConfig,
|
|
5
|
+
RegionResolvedConfig,
|
|
6
|
+
} from "@aws-sdk/config-resolver";
|
|
7
|
+
import {
|
|
8
|
+
HostHeaderInputConfig,
|
|
9
|
+
HostHeaderResolvedConfig,
|
|
10
|
+
} from "@aws-sdk/middleware-host-header";
|
|
11
|
+
import {
|
|
12
|
+
RetryInputConfig,
|
|
13
|
+
RetryResolvedConfig,
|
|
14
|
+
} from "@aws-sdk/middleware-retry";
|
|
15
|
+
import {
|
|
16
|
+
AwsAuthInputConfig,
|
|
17
|
+
AwsAuthResolvedConfig,
|
|
18
|
+
} from "@aws-sdk/middleware-signing";
|
|
19
|
+
import {
|
|
20
|
+
UserAgentInputConfig,
|
|
21
|
+
UserAgentResolvedConfig,
|
|
22
|
+
} from "@aws-sdk/middleware-user-agent";
|
|
23
|
+
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
24
|
+
import {
|
|
25
|
+
Client as __Client,
|
|
26
|
+
DefaultsMode,
|
|
27
|
+
SmithyConfiguration as __SmithyConfiguration,
|
|
28
|
+
SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
|
|
29
|
+
} from "@aws-sdk/smithy-client";
|
|
30
|
+
import {
|
|
31
|
+
BodyLengthCalculator as __BodyLengthCalculator,
|
|
32
|
+
Credentials as __Credentials,
|
|
33
|
+
Decoder as __Decoder,
|
|
34
|
+
Encoder as __Encoder,
|
|
35
|
+
HashConstructor as __HashConstructor,
|
|
36
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
37
|
+
Logger as __Logger,
|
|
38
|
+
Provider as __Provider,
|
|
39
|
+
Provider,
|
|
40
|
+
RegionInfoProvider,
|
|
41
|
+
StreamCollector as __StreamCollector,
|
|
42
|
+
UrlParser as __UrlParser,
|
|
43
|
+
UserAgent as __UserAgent,
|
|
44
|
+
} from "@aws-sdk/types";
|
|
45
|
+
import {
|
|
46
|
+
CancelContactCommandInput,
|
|
47
|
+
CancelContactCommandOutput,
|
|
48
|
+
} from "./commands/CancelContactCommand";
|
|
49
|
+
import {
|
|
50
|
+
CreateConfigCommandInput,
|
|
51
|
+
CreateConfigCommandOutput,
|
|
52
|
+
} from "./commands/CreateConfigCommand";
|
|
53
|
+
import {
|
|
54
|
+
CreateDataflowEndpointGroupCommandInput,
|
|
55
|
+
CreateDataflowEndpointGroupCommandOutput,
|
|
56
|
+
} from "./commands/CreateDataflowEndpointGroupCommand";
|
|
57
|
+
import {
|
|
58
|
+
CreateMissionProfileCommandInput,
|
|
59
|
+
CreateMissionProfileCommandOutput,
|
|
60
|
+
} from "./commands/CreateMissionProfileCommand";
|
|
61
|
+
import {
|
|
62
|
+
DeleteConfigCommandInput,
|
|
63
|
+
DeleteConfigCommandOutput,
|
|
64
|
+
} from "./commands/DeleteConfigCommand";
|
|
65
|
+
import {
|
|
66
|
+
DeleteDataflowEndpointGroupCommandInput,
|
|
67
|
+
DeleteDataflowEndpointGroupCommandOutput,
|
|
68
|
+
} from "./commands/DeleteDataflowEndpointGroupCommand";
|
|
69
|
+
import {
|
|
70
|
+
DeleteMissionProfileCommandInput,
|
|
71
|
+
DeleteMissionProfileCommandOutput,
|
|
72
|
+
} from "./commands/DeleteMissionProfileCommand";
|
|
73
|
+
import {
|
|
74
|
+
DescribeContactCommandInput,
|
|
75
|
+
DescribeContactCommandOutput,
|
|
76
|
+
} from "./commands/DescribeContactCommand";
|
|
77
|
+
import {
|
|
78
|
+
GetConfigCommandInput,
|
|
79
|
+
GetConfigCommandOutput,
|
|
80
|
+
} from "./commands/GetConfigCommand";
|
|
81
|
+
import {
|
|
82
|
+
GetDataflowEndpointGroupCommandInput,
|
|
83
|
+
GetDataflowEndpointGroupCommandOutput,
|
|
84
|
+
} from "./commands/GetDataflowEndpointGroupCommand";
|
|
85
|
+
import {
|
|
86
|
+
GetMinuteUsageCommandInput,
|
|
87
|
+
GetMinuteUsageCommandOutput,
|
|
88
|
+
} from "./commands/GetMinuteUsageCommand";
|
|
89
|
+
import {
|
|
90
|
+
GetMissionProfileCommandInput,
|
|
91
|
+
GetMissionProfileCommandOutput,
|
|
92
|
+
} from "./commands/GetMissionProfileCommand";
|
|
93
|
+
import {
|
|
94
|
+
GetSatelliteCommandInput,
|
|
95
|
+
GetSatelliteCommandOutput,
|
|
96
|
+
} from "./commands/GetSatelliteCommand";
|
|
97
|
+
import {
|
|
98
|
+
ListConfigsCommandInput,
|
|
99
|
+
ListConfigsCommandOutput,
|
|
100
|
+
} from "./commands/ListConfigsCommand";
|
|
101
|
+
import {
|
|
102
|
+
ListContactsCommandInput,
|
|
103
|
+
ListContactsCommandOutput,
|
|
104
|
+
} from "./commands/ListContactsCommand";
|
|
105
|
+
import {
|
|
106
|
+
ListDataflowEndpointGroupsCommandInput,
|
|
107
|
+
ListDataflowEndpointGroupsCommandOutput,
|
|
108
|
+
} from "./commands/ListDataflowEndpointGroupsCommand";
|
|
109
|
+
import {
|
|
110
|
+
ListGroundStationsCommandInput,
|
|
111
|
+
ListGroundStationsCommandOutput,
|
|
112
|
+
} from "./commands/ListGroundStationsCommand";
|
|
113
|
+
import {
|
|
114
|
+
ListMissionProfilesCommandInput,
|
|
115
|
+
ListMissionProfilesCommandOutput,
|
|
116
|
+
} from "./commands/ListMissionProfilesCommand";
|
|
117
|
+
import {
|
|
118
|
+
ListSatellitesCommandInput,
|
|
119
|
+
ListSatellitesCommandOutput,
|
|
120
|
+
} from "./commands/ListSatellitesCommand";
|
|
121
|
+
import {
|
|
122
|
+
ListTagsForResourceCommandInput,
|
|
123
|
+
ListTagsForResourceCommandOutput,
|
|
124
|
+
} from "./commands/ListTagsForResourceCommand";
|
|
125
|
+
import {
|
|
126
|
+
ReserveContactCommandInput,
|
|
127
|
+
ReserveContactCommandOutput,
|
|
128
|
+
} from "./commands/ReserveContactCommand";
|
|
129
|
+
import {
|
|
130
|
+
TagResourceCommandInput,
|
|
131
|
+
TagResourceCommandOutput,
|
|
132
|
+
} from "./commands/TagResourceCommand";
|
|
133
|
+
import {
|
|
134
|
+
UntagResourceCommandInput,
|
|
135
|
+
UntagResourceCommandOutput,
|
|
136
|
+
} from "./commands/UntagResourceCommand";
|
|
137
|
+
import {
|
|
138
|
+
UpdateConfigCommandInput,
|
|
139
|
+
UpdateConfigCommandOutput,
|
|
140
|
+
} from "./commands/UpdateConfigCommand";
|
|
141
|
+
import {
|
|
142
|
+
UpdateMissionProfileCommandInput,
|
|
143
|
+
UpdateMissionProfileCommandOutput,
|
|
144
|
+
} from "./commands/UpdateMissionProfileCommand";
|
|
145
|
+
export declare type ServiceInputTypes =
|
|
146
|
+
| CancelContactCommandInput
|
|
147
|
+
| CreateConfigCommandInput
|
|
148
|
+
| CreateDataflowEndpointGroupCommandInput
|
|
149
|
+
| CreateMissionProfileCommandInput
|
|
150
|
+
| DeleteConfigCommandInput
|
|
151
|
+
| DeleteDataflowEndpointGroupCommandInput
|
|
152
|
+
| DeleteMissionProfileCommandInput
|
|
153
|
+
| DescribeContactCommandInput
|
|
154
|
+
| GetConfigCommandInput
|
|
155
|
+
| GetDataflowEndpointGroupCommandInput
|
|
156
|
+
| GetMinuteUsageCommandInput
|
|
157
|
+
| GetMissionProfileCommandInput
|
|
158
|
+
| GetSatelliteCommandInput
|
|
159
|
+
| ListConfigsCommandInput
|
|
160
|
+
| ListContactsCommandInput
|
|
161
|
+
| ListDataflowEndpointGroupsCommandInput
|
|
162
|
+
| ListGroundStationsCommandInput
|
|
163
|
+
| ListMissionProfilesCommandInput
|
|
164
|
+
| ListSatellitesCommandInput
|
|
165
|
+
| ListTagsForResourceCommandInput
|
|
166
|
+
| ReserveContactCommandInput
|
|
167
|
+
| TagResourceCommandInput
|
|
168
|
+
| UntagResourceCommandInput
|
|
169
|
+
| UpdateConfigCommandInput
|
|
170
|
+
| UpdateMissionProfileCommandInput;
|
|
171
|
+
export declare type ServiceOutputTypes =
|
|
172
|
+
| CancelContactCommandOutput
|
|
173
|
+
| CreateConfigCommandOutput
|
|
174
|
+
| CreateDataflowEndpointGroupCommandOutput
|
|
175
|
+
| CreateMissionProfileCommandOutput
|
|
176
|
+
| DeleteConfigCommandOutput
|
|
177
|
+
| DeleteDataflowEndpointGroupCommandOutput
|
|
178
|
+
| DeleteMissionProfileCommandOutput
|
|
179
|
+
| DescribeContactCommandOutput
|
|
180
|
+
| GetConfigCommandOutput
|
|
181
|
+
| GetDataflowEndpointGroupCommandOutput
|
|
182
|
+
| GetMinuteUsageCommandOutput
|
|
183
|
+
| GetMissionProfileCommandOutput
|
|
184
|
+
| GetSatelliteCommandOutput
|
|
185
|
+
| ListConfigsCommandOutput
|
|
186
|
+
| ListContactsCommandOutput
|
|
187
|
+
| ListDataflowEndpointGroupsCommandOutput
|
|
188
|
+
| ListGroundStationsCommandOutput
|
|
189
|
+
| ListMissionProfilesCommandOutput
|
|
190
|
+
| ListSatellitesCommandOutput
|
|
191
|
+
| ListTagsForResourceCommandOutput
|
|
192
|
+
| ReserveContactCommandOutput
|
|
193
|
+
| TagResourceCommandOutput
|
|
194
|
+
| UntagResourceCommandOutput
|
|
195
|
+
| UpdateConfigCommandOutput
|
|
196
|
+
| UpdateMissionProfileCommandOutput;
|
|
197
|
+
export interface ClientDefaults
|
|
198
|
+
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
199
|
+
requestHandler?: __HttpHandler;
|
|
200
|
+
|
|
201
|
+
sha256?: __HashConstructor;
|
|
202
|
+
|
|
203
|
+
urlParser?: __UrlParser;
|
|
204
|
+
|
|
205
|
+
bodyLengthChecker?: __BodyLengthCalculator;
|
|
206
|
+
|
|
207
|
+
streamCollector?: __StreamCollector;
|
|
208
|
+
|
|
209
|
+
base64Decoder?: __Decoder;
|
|
210
|
+
|
|
211
|
+
base64Encoder?: __Encoder;
|
|
212
|
+
|
|
213
|
+
utf8Decoder?: __Decoder;
|
|
214
|
+
|
|
215
|
+
utf8Encoder?: __Encoder;
|
|
216
|
+
|
|
217
|
+
runtime?: string;
|
|
218
|
+
|
|
219
|
+
disableHostPrefix?: boolean;
|
|
220
|
+
|
|
221
|
+
maxAttempts?: number | __Provider<number>;
|
|
222
|
+
|
|
223
|
+
retryMode?: string | __Provider<string>;
|
|
224
|
+
|
|
225
|
+
logger?: __Logger;
|
|
226
|
+
|
|
227
|
+
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
228
|
+
|
|
229
|
+
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
230
|
+
|
|
231
|
+
serviceId?: string;
|
|
232
|
+
|
|
233
|
+
region?: string | __Provider<string>;
|
|
234
|
+
|
|
235
|
+
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
236
|
+
|
|
237
|
+
regionInfoProvider?: RegionInfoProvider;
|
|
238
|
+
|
|
239
|
+
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
240
|
+
|
|
241
|
+
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
242
|
+
}
|
|
243
|
+
declare type GroundStationClientConfigType = Partial<
|
|
244
|
+
__SmithyConfiguration<__HttpHandlerOptions>
|
|
245
|
+
> &
|
|
246
|
+
ClientDefaults &
|
|
247
|
+
RegionInputConfig &
|
|
248
|
+
EndpointsInputConfig &
|
|
249
|
+
RetryInputConfig &
|
|
250
|
+
HostHeaderInputConfig &
|
|
251
|
+
AwsAuthInputConfig &
|
|
252
|
+
UserAgentInputConfig;
|
|
253
|
+
|
|
254
|
+
export interface GroundStationClientConfig
|
|
255
|
+
extends GroundStationClientConfigType {}
|
|
256
|
+
declare type GroundStationClientResolvedConfigType =
|
|
257
|
+
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
258
|
+
Required<ClientDefaults> &
|
|
259
|
+
RegionResolvedConfig &
|
|
260
|
+
EndpointsResolvedConfig &
|
|
261
|
+
RetryResolvedConfig &
|
|
262
|
+
HostHeaderResolvedConfig &
|
|
263
|
+
AwsAuthResolvedConfig &
|
|
264
|
+
UserAgentResolvedConfig;
|
|
265
|
+
|
|
266
|
+
export interface GroundStationClientResolvedConfig
|
|
267
|
+
extends GroundStationClientResolvedConfigType {}
|
|
268
|
+
|
|
269
|
+
export declare class GroundStationClient extends __Client<
|
|
270
|
+
__HttpHandlerOptions,
|
|
271
|
+
ServiceInputTypes,
|
|
272
|
+
ServiceOutputTypes,
|
|
273
|
+
GroundStationClientResolvedConfig
|
|
274
|
+
> {
|
|
275
|
+
readonly config: GroundStationClientResolvedConfig;
|
|
276
|
+
constructor(configuration: GroundStationClientConfig);
|
|
277
|
+
|
|
278
|
+
destroy(): void;
|
|
279
|
+
}
|
|
280
|
+
export {};
|
|
@@ -1,17 +1,34 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
GroundStationClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../GroundStationClient";
|
|
13
|
+
import { CancelContactRequest, ContactIdResponse } from "../models/models_0";
|
|
14
|
+
export interface CancelContactCommandInput extends CancelContactRequest {}
|
|
15
|
+
export interface CancelContactCommandOutput
|
|
16
|
+
extends ContactIdResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class CancelContactCommand extends $Command<
|
|
20
|
+
CancelContactCommandInput,
|
|
21
|
+
CancelContactCommandOutput,
|
|
22
|
+
GroundStationClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: CancelContactCommandInput;
|
|
25
|
+
constructor(input: CancelContactCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: GroundStationClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<CancelContactCommandInput, CancelContactCommandOutput>;
|
|
32
|
+
private serialize;
|
|
33
|
+
private deserialize;
|
|
34
|
+
}
|
|
@@ -1,17 +1,34 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
GroundStationClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../GroundStationClient";
|
|
13
|
+
import { ConfigIdResponse, CreateConfigRequest } from "../models/models_0";
|
|
14
|
+
export interface CreateConfigCommandInput extends CreateConfigRequest {}
|
|
15
|
+
export interface CreateConfigCommandOutput
|
|
16
|
+
extends ConfigIdResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class CreateConfigCommand extends $Command<
|
|
20
|
+
CreateConfigCommandInput,
|
|
21
|
+
CreateConfigCommandOutput,
|
|
22
|
+
GroundStationClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: CreateConfigCommandInput;
|
|
25
|
+
constructor(input: CreateConfigCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: GroundStationClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<CreateConfigCommandInput, CreateConfigCommandOutput>;
|
|
32
|
+
private serialize;
|
|
33
|
+
private deserialize;
|
|
34
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
GroundStationClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../GroundStationClient";
|
|
13
|
+
import {
|
|
14
|
+
CreateDataflowEndpointGroupRequest,
|
|
15
|
+
DataflowEndpointGroupIdResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface CreateDataflowEndpointGroupCommandInput
|
|
18
|
+
extends CreateDataflowEndpointGroupRequest {}
|
|
19
|
+
export interface CreateDataflowEndpointGroupCommandOutput
|
|
20
|
+
extends DataflowEndpointGroupIdResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class CreateDataflowEndpointGroupCommand extends $Command<
|
|
24
|
+
CreateDataflowEndpointGroupCommandInput,
|
|
25
|
+
CreateDataflowEndpointGroupCommandOutput,
|
|
26
|
+
GroundStationClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: CreateDataflowEndpointGroupCommandInput;
|
|
29
|
+
constructor(input: CreateDataflowEndpointGroupCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: GroundStationClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
CreateDataflowEndpointGroupCommandInput,
|
|
37
|
+
CreateDataflowEndpointGroupCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
GroundStationClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../GroundStationClient";
|
|
13
|
+
import {
|
|
14
|
+
CreateMissionProfileRequest,
|
|
15
|
+
MissionProfileIdResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface CreateMissionProfileCommandInput
|
|
18
|
+
extends CreateMissionProfileRequest {}
|
|
19
|
+
export interface CreateMissionProfileCommandOutput
|
|
20
|
+
extends MissionProfileIdResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class CreateMissionProfileCommand extends $Command<
|
|
24
|
+
CreateMissionProfileCommandInput,
|
|
25
|
+
CreateMissionProfileCommandOutput,
|
|
26
|
+
GroundStationClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: CreateMissionProfileCommandInput;
|
|
29
|
+
constructor(input: CreateMissionProfileCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: GroundStationClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
CreateMissionProfileCommandInput,
|
|
37
|
+
CreateMissionProfileCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|