@aws-sdk/client-groundstation 3.170.0 → 3.178.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 +16 -0
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/GroundStation.d.ts +0 -25
- package/dist-types/ts3.4/GroundStationClient.d.ts +0 -25
- package/dist-types/ts3.4/commands/CancelContactCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateConfigCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateDataflowEndpointGroupCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateMissionProfileCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteConfigCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteDataflowEndpointGroupCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteMissionProfileCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeContactCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetConfigCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetDataflowEndpointGroupCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetMinuteUsageCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetMissionProfileCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetSatelliteCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListConfigsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListContactsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListDataflowEndpointGroupsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListGroundStationsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListMissionProfilesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListSatellitesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ReserveContactCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateConfigCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateMissionProfileCommand.d.ts +0 -2
- package/dist-types/ts3.4/models/GroundStationServiceException.d.ts +0 -1
- package/dist-types/ts3.4/models/models_0.d.ts +0 -312
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
- package/package.json +26 -26
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,22 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.178.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.177.0...v3.178.0) (2022-09-23)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @aws-sdk/client-groundstation
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
# [3.171.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.170.0...v3.171.0) (2022-09-14)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @aws-sdk/client-groundstation
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
6
22
|
# [3.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13)
|
|
7
23
|
|
|
8
24
|
**Note:** Version bump only for package @aws-sdk/client-groundstation
|
|
@@ -31,7 +31,7 @@ export declare const getRuntimeConfig: (config: GroundStationClientConfig) => {
|
|
|
31
31
|
tls?: boolean | undefined;
|
|
32
32
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
33
33
|
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
34
|
-
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").
|
|
34
|
+
signer?: import("@aws-sdk/types").RequestSigner | ((authScheme?: import("@aws-sdk/types").AuthScheme | undefined) => Promise<import("@aws-sdk/types").RequestSigner>) | undefined;
|
|
35
35
|
signingEscapePath?: boolean | undefined;
|
|
36
36
|
systemClockOffset?: number | undefined;
|
|
37
37
|
signingRegion?: string | undefined;
|
|
@@ -31,7 +31,7 @@ export declare const getRuntimeConfig: (config: GroundStationClientConfig) => {
|
|
|
31
31
|
tls?: boolean | undefined;
|
|
32
32
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
33
33
|
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
34
|
-
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").
|
|
34
|
+
signer?: import("@aws-sdk/types").RequestSigner | ((authScheme?: import("@aws-sdk/types").AuthScheme | undefined) => Promise<import("@aws-sdk/types").RequestSigner>) | undefined;
|
|
35
35
|
signingEscapePath?: boolean | undefined;
|
|
36
36
|
systemClockOffset?: number | undefined;
|
|
37
37
|
signingRegion?: string | undefined;
|
|
@@ -30,7 +30,7 @@ export declare const getRuntimeConfig: (config: GroundStationClientConfig) => {
|
|
|
30
30
|
tls?: boolean | undefined;
|
|
31
31
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
32
32
|
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
33
|
-
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").
|
|
33
|
+
signer?: import("@aws-sdk/types").RequestSigner | ((authScheme?: import("@aws-sdk/types").AuthScheme | undefined) => Promise<import("@aws-sdk/types").RequestSigner>) | undefined;
|
|
34
34
|
signingEscapePath?: boolean | undefined;
|
|
35
35
|
systemClockOffset?: number | undefined;
|
|
36
36
|
signingRegion?: string | undefined;
|
|
@@ -100,7 +100,6 @@ import {
|
|
|
100
100
|
UpdateMissionProfileCommandOutput,
|
|
101
101
|
} from "./commands/UpdateMissionProfileCommand";
|
|
102
102
|
import { GroundStationClient } from "./GroundStationClient";
|
|
103
|
-
|
|
104
103
|
export declare class GroundStation extends GroundStationClient {
|
|
105
104
|
cancelContact(
|
|
106
105
|
args: CancelContactCommandInput,
|
|
@@ -115,7 +114,6 @@ export declare class GroundStation extends GroundStationClient {
|
|
|
115
114
|
options: __HttpHandlerOptions,
|
|
116
115
|
cb: (err: any, data?: CancelContactCommandOutput) => void
|
|
117
116
|
): void;
|
|
118
|
-
|
|
119
117
|
createConfig(
|
|
120
118
|
args: CreateConfigCommandInput,
|
|
121
119
|
options?: __HttpHandlerOptions
|
|
@@ -129,7 +127,6 @@ export declare class GroundStation extends GroundStationClient {
|
|
|
129
127
|
options: __HttpHandlerOptions,
|
|
130
128
|
cb: (err: any, data?: CreateConfigCommandOutput) => void
|
|
131
129
|
): void;
|
|
132
|
-
|
|
133
130
|
createDataflowEndpointGroup(
|
|
134
131
|
args: CreateDataflowEndpointGroupCommandInput,
|
|
135
132
|
options?: __HttpHandlerOptions
|
|
@@ -143,7 +140,6 @@ export declare class GroundStation extends GroundStationClient {
|
|
|
143
140
|
options: __HttpHandlerOptions,
|
|
144
141
|
cb: (err: any, data?: CreateDataflowEndpointGroupCommandOutput) => void
|
|
145
142
|
): void;
|
|
146
|
-
|
|
147
143
|
createMissionProfile(
|
|
148
144
|
args: CreateMissionProfileCommandInput,
|
|
149
145
|
options?: __HttpHandlerOptions
|
|
@@ -157,7 +153,6 @@ export declare class GroundStation extends GroundStationClient {
|
|
|
157
153
|
options: __HttpHandlerOptions,
|
|
158
154
|
cb: (err: any, data?: CreateMissionProfileCommandOutput) => void
|
|
159
155
|
): void;
|
|
160
|
-
|
|
161
156
|
deleteConfig(
|
|
162
157
|
args: DeleteConfigCommandInput,
|
|
163
158
|
options?: __HttpHandlerOptions
|
|
@@ -171,7 +166,6 @@ export declare class GroundStation extends GroundStationClient {
|
|
|
171
166
|
options: __HttpHandlerOptions,
|
|
172
167
|
cb: (err: any, data?: DeleteConfigCommandOutput) => void
|
|
173
168
|
): void;
|
|
174
|
-
|
|
175
169
|
deleteDataflowEndpointGroup(
|
|
176
170
|
args: DeleteDataflowEndpointGroupCommandInput,
|
|
177
171
|
options?: __HttpHandlerOptions
|
|
@@ -185,7 +179,6 @@ export declare class GroundStation extends GroundStationClient {
|
|
|
185
179
|
options: __HttpHandlerOptions,
|
|
186
180
|
cb: (err: any, data?: DeleteDataflowEndpointGroupCommandOutput) => void
|
|
187
181
|
): void;
|
|
188
|
-
|
|
189
182
|
deleteMissionProfile(
|
|
190
183
|
args: DeleteMissionProfileCommandInput,
|
|
191
184
|
options?: __HttpHandlerOptions
|
|
@@ -199,7 +192,6 @@ export declare class GroundStation extends GroundStationClient {
|
|
|
199
192
|
options: __HttpHandlerOptions,
|
|
200
193
|
cb: (err: any, data?: DeleteMissionProfileCommandOutput) => void
|
|
201
194
|
): void;
|
|
202
|
-
|
|
203
195
|
describeContact(
|
|
204
196
|
args: DescribeContactCommandInput,
|
|
205
197
|
options?: __HttpHandlerOptions
|
|
@@ -213,7 +205,6 @@ export declare class GroundStation extends GroundStationClient {
|
|
|
213
205
|
options: __HttpHandlerOptions,
|
|
214
206
|
cb: (err: any, data?: DescribeContactCommandOutput) => void
|
|
215
207
|
): void;
|
|
216
|
-
|
|
217
208
|
getConfig(
|
|
218
209
|
args: GetConfigCommandInput,
|
|
219
210
|
options?: __HttpHandlerOptions
|
|
@@ -227,7 +218,6 @@ export declare class GroundStation extends GroundStationClient {
|
|
|
227
218
|
options: __HttpHandlerOptions,
|
|
228
219
|
cb: (err: any, data?: GetConfigCommandOutput) => void
|
|
229
220
|
): void;
|
|
230
|
-
|
|
231
221
|
getDataflowEndpointGroup(
|
|
232
222
|
args: GetDataflowEndpointGroupCommandInput,
|
|
233
223
|
options?: __HttpHandlerOptions
|
|
@@ -241,7 +231,6 @@ export declare class GroundStation extends GroundStationClient {
|
|
|
241
231
|
options: __HttpHandlerOptions,
|
|
242
232
|
cb: (err: any, data?: GetDataflowEndpointGroupCommandOutput) => void
|
|
243
233
|
): void;
|
|
244
|
-
|
|
245
234
|
getMinuteUsage(
|
|
246
235
|
args: GetMinuteUsageCommandInput,
|
|
247
236
|
options?: __HttpHandlerOptions
|
|
@@ -255,7 +244,6 @@ export declare class GroundStation extends GroundStationClient {
|
|
|
255
244
|
options: __HttpHandlerOptions,
|
|
256
245
|
cb: (err: any, data?: GetMinuteUsageCommandOutput) => void
|
|
257
246
|
): void;
|
|
258
|
-
|
|
259
247
|
getMissionProfile(
|
|
260
248
|
args: GetMissionProfileCommandInput,
|
|
261
249
|
options?: __HttpHandlerOptions
|
|
@@ -269,7 +257,6 @@ export declare class GroundStation extends GroundStationClient {
|
|
|
269
257
|
options: __HttpHandlerOptions,
|
|
270
258
|
cb: (err: any, data?: GetMissionProfileCommandOutput) => void
|
|
271
259
|
): void;
|
|
272
|
-
|
|
273
260
|
getSatellite(
|
|
274
261
|
args: GetSatelliteCommandInput,
|
|
275
262
|
options?: __HttpHandlerOptions
|
|
@@ -283,7 +270,6 @@ export declare class GroundStation extends GroundStationClient {
|
|
|
283
270
|
options: __HttpHandlerOptions,
|
|
284
271
|
cb: (err: any, data?: GetSatelliteCommandOutput) => void
|
|
285
272
|
): void;
|
|
286
|
-
|
|
287
273
|
listConfigs(
|
|
288
274
|
args: ListConfigsCommandInput,
|
|
289
275
|
options?: __HttpHandlerOptions
|
|
@@ -297,7 +283,6 @@ export declare class GroundStation extends GroundStationClient {
|
|
|
297
283
|
options: __HttpHandlerOptions,
|
|
298
284
|
cb: (err: any, data?: ListConfigsCommandOutput) => void
|
|
299
285
|
): void;
|
|
300
|
-
|
|
301
286
|
listContacts(
|
|
302
287
|
args: ListContactsCommandInput,
|
|
303
288
|
options?: __HttpHandlerOptions
|
|
@@ -311,7 +296,6 @@ export declare class GroundStation extends GroundStationClient {
|
|
|
311
296
|
options: __HttpHandlerOptions,
|
|
312
297
|
cb: (err: any, data?: ListContactsCommandOutput) => void
|
|
313
298
|
): void;
|
|
314
|
-
|
|
315
299
|
listDataflowEndpointGroups(
|
|
316
300
|
args: ListDataflowEndpointGroupsCommandInput,
|
|
317
301
|
options?: __HttpHandlerOptions
|
|
@@ -325,7 +309,6 @@ export declare class GroundStation extends GroundStationClient {
|
|
|
325
309
|
options: __HttpHandlerOptions,
|
|
326
310
|
cb: (err: any, data?: ListDataflowEndpointGroupsCommandOutput) => void
|
|
327
311
|
): void;
|
|
328
|
-
|
|
329
312
|
listGroundStations(
|
|
330
313
|
args: ListGroundStationsCommandInput,
|
|
331
314
|
options?: __HttpHandlerOptions
|
|
@@ -339,7 +322,6 @@ export declare class GroundStation extends GroundStationClient {
|
|
|
339
322
|
options: __HttpHandlerOptions,
|
|
340
323
|
cb: (err: any, data?: ListGroundStationsCommandOutput) => void
|
|
341
324
|
): void;
|
|
342
|
-
|
|
343
325
|
listMissionProfiles(
|
|
344
326
|
args: ListMissionProfilesCommandInput,
|
|
345
327
|
options?: __HttpHandlerOptions
|
|
@@ -353,7 +335,6 @@ export declare class GroundStation extends GroundStationClient {
|
|
|
353
335
|
options: __HttpHandlerOptions,
|
|
354
336
|
cb: (err: any, data?: ListMissionProfilesCommandOutput) => void
|
|
355
337
|
): void;
|
|
356
|
-
|
|
357
338
|
listSatellites(
|
|
358
339
|
args: ListSatellitesCommandInput,
|
|
359
340
|
options?: __HttpHandlerOptions
|
|
@@ -367,7 +348,6 @@ export declare class GroundStation extends GroundStationClient {
|
|
|
367
348
|
options: __HttpHandlerOptions,
|
|
368
349
|
cb: (err: any, data?: ListSatellitesCommandOutput) => void
|
|
369
350
|
): void;
|
|
370
|
-
|
|
371
351
|
listTagsForResource(
|
|
372
352
|
args: ListTagsForResourceCommandInput,
|
|
373
353
|
options?: __HttpHandlerOptions
|
|
@@ -381,7 +361,6 @@ export declare class GroundStation extends GroundStationClient {
|
|
|
381
361
|
options: __HttpHandlerOptions,
|
|
382
362
|
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
383
363
|
): void;
|
|
384
|
-
|
|
385
364
|
reserveContact(
|
|
386
365
|
args: ReserveContactCommandInput,
|
|
387
366
|
options?: __HttpHandlerOptions
|
|
@@ -395,7 +374,6 @@ export declare class GroundStation extends GroundStationClient {
|
|
|
395
374
|
options: __HttpHandlerOptions,
|
|
396
375
|
cb: (err: any, data?: ReserveContactCommandOutput) => void
|
|
397
376
|
): void;
|
|
398
|
-
|
|
399
377
|
tagResource(
|
|
400
378
|
args: TagResourceCommandInput,
|
|
401
379
|
options?: __HttpHandlerOptions
|
|
@@ -409,7 +387,6 @@ export declare class GroundStation extends GroundStationClient {
|
|
|
409
387
|
options: __HttpHandlerOptions,
|
|
410
388
|
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
411
389
|
): void;
|
|
412
|
-
|
|
413
390
|
untagResource(
|
|
414
391
|
args: UntagResourceCommandInput,
|
|
415
392
|
options?: __HttpHandlerOptions
|
|
@@ -423,7 +400,6 @@ export declare class GroundStation extends GroundStationClient {
|
|
|
423
400
|
options: __HttpHandlerOptions,
|
|
424
401
|
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
425
402
|
): void;
|
|
426
|
-
|
|
427
403
|
updateConfig(
|
|
428
404
|
args: UpdateConfigCommandInput,
|
|
429
405
|
options?: __HttpHandlerOptions
|
|
@@ -437,7 +413,6 @@ export declare class GroundStation extends GroundStationClient {
|
|
|
437
413
|
options: __HttpHandlerOptions,
|
|
438
414
|
cb: (err: any, data?: UpdateConfigCommandOutput) => void
|
|
439
415
|
): void;
|
|
440
|
-
|
|
441
416
|
updateMissionProfile(
|
|
442
417
|
args: UpdateMissionProfileCommandInput,
|
|
443
418
|
options?: __HttpHandlerOptions
|
|
@@ -197,47 +197,26 @@ export declare type ServiceOutputTypes =
|
|
|
197
197
|
export interface ClientDefaults
|
|
198
198
|
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
199
199
|
requestHandler?: __HttpHandler;
|
|
200
|
-
|
|
201
200
|
sha256?: __HashConstructor;
|
|
202
|
-
|
|
203
201
|
urlParser?: __UrlParser;
|
|
204
|
-
|
|
205
202
|
bodyLengthChecker?: __BodyLengthCalculator;
|
|
206
|
-
|
|
207
203
|
streamCollector?: __StreamCollector;
|
|
208
|
-
|
|
209
204
|
base64Decoder?: __Decoder;
|
|
210
|
-
|
|
211
205
|
base64Encoder?: __Encoder;
|
|
212
|
-
|
|
213
206
|
utf8Decoder?: __Decoder;
|
|
214
|
-
|
|
215
207
|
utf8Encoder?: __Encoder;
|
|
216
|
-
|
|
217
208
|
runtime?: string;
|
|
218
|
-
|
|
219
209
|
disableHostPrefix?: boolean;
|
|
220
|
-
|
|
221
210
|
maxAttempts?: number | __Provider<number>;
|
|
222
|
-
|
|
223
211
|
retryMode?: string | __Provider<string>;
|
|
224
|
-
|
|
225
212
|
logger?: __Logger;
|
|
226
|
-
|
|
227
213
|
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
228
|
-
|
|
229
214
|
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
230
|
-
|
|
231
215
|
serviceId?: string;
|
|
232
|
-
|
|
233
216
|
region?: string | __Provider<string>;
|
|
234
|
-
|
|
235
217
|
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
236
|
-
|
|
237
218
|
regionInfoProvider?: RegionInfoProvider;
|
|
238
|
-
|
|
239
219
|
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
240
|
-
|
|
241
220
|
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
242
221
|
}
|
|
243
222
|
declare type GroundStationClientConfigType = Partial<
|
|
@@ -250,7 +229,6 @@ declare type GroundStationClientConfigType = Partial<
|
|
|
250
229
|
HostHeaderInputConfig &
|
|
251
230
|
AwsAuthInputConfig &
|
|
252
231
|
UserAgentInputConfig;
|
|
253
|
-
|
|
254
232
|
export interface GroundStationClientConfig
|
|
255
233
|
extends GroundStationClientConfigType {}
|
|
256
234
|
declare type GroundStationClientResolvedConfigType =
|
|
@@ -262,10 +240,8 @@ declare type GroundStationClientResolvedConfigType =
|
|
|
262
240
|
HostHeaderResolvedConfig &
|
|
263
241
|
AwsAuthResolvedConfig &
|
|
264
242
|
UserAgentResolvedConfig;
|
|
265
|
-
|
|
266
243
|
export interface GroundStationClientResolvedConfig
|
|
267
244
|
extends GroundStationClientResolvedConfigType {}
|
|
268
|
-
|
|
269
245
|
export declare class GroundStationClient extends __Client<
|
|
270
246
|
__HttpHandlerOptions,
|
|
271
247
|
ServiceInputTypes,
|
|
@@ -274,7 +250,6 @@ export declare class GroundStationClient extends __Client<
|
|
|
274
250
|
> {
|
|
275
251
|
readonly config: GroundStationClientResolvedConfig;
|
|
276
252
|
constructor(configuration: GroundStationClientConfig);
|
|
277
|
-
|
|
278
253
|
destroy(): void;
|
|
279
254
|
}
|
|
280
255
|
export {};
|
|
@@ -15,7 +15,6 @@ export interface CancelContactCommandInput extends CancelContactRequest {}
|
|
|
15
15
|
export interface CancelContactCommandOutput
|
|
16
16
|
extends ContactIdResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class CancelContactCommand extends $Command<
|
|
20
19
|
CancelContactCommandInput,
|
|
21
20
|
CancelContactCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class CancelContactCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: CancelContactCommandInput;
|
|
25
24
|
constructor(input: CancelContactCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: GroundStationClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface CreateConfigCommandInput extends CreateConfigRequest {}
|
|
|
15
15
|
export interface CreateConfigCommandOutput
|
|
16
16
|
extends ConfigIdResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class CreateConfigCommand extends $Command<
|
|
20
19
|
CreateConfigCommandInput,
|
|
21
20
|
CreateConfigCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class CreateConfigCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: CreateConfigCommandInput;
|
|
25
24
|
constructor(input: CreateConfigCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: GroundStationClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface CreateDataflowEndpointGroupCommandInput
|
|
|
19
19
|
export interface CreateDataflowEndpointGroupCommandOutput
|
|
20
20
|
extends DataflowEndpointGroupIdResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class CreateDataflowEndpointGroupCommand extends $Command<
|
|
24
23
|
CreateDataflowEndpointGroupCommandInput,
|
|
25
24
|
CreateDataflowEndpointGroupCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class CreateDataflowEndpointGroupCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: CreateDataflowEndpointGroupCommandInput;
|
|
29
28
|
constructor(input: CreateDataflowEndpointGroupCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: GroundStationClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface CreateMissionProfileCommandInput
|
|
|
19
19
|
export interface CreateMissionProfileCommandOutput
|
|
20
20
|
extends MissionProfileIdResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class CreateMissionProfileCommand extends $Command<
|
|
24
23
|
CreateMissionProfileCommandInput,
|
|
25
24
|
CreateMissionProfileCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class CreateMissionProfileCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: CreateMissionProfileCommandInput;
|
|
29
28
|
constructor(input: CreateMissionProfileCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: GroundStationClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface DeleteConfigCommandInput extends DeleteConfigRequest {}
|
|
|
15
15
|
export interface DeleteConfigCommandOutput
|
|
16
16
|
extends ConfigIdResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class DeleteConfigCommand extends $Command<
|
|
20
19
|
DeleteConfigCommandInput,
|
|
21
20
|
DeleteConfigCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class DeleteConfigCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: DeleteConfigCommandInput;
|
|
25
24
|
constructor(input: DeleteConfigCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: GroundStationClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DeleteDataflowEndpointGroupCommandInput
|
|
|
19
19
|
export interface DeleteDataflowEndpointGroupCommandOutput
|
|
20
20
|
extends DataflowEndpointGroupIdResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DeleteDataflowEndpointGroupCommand extends $Command<
|
|
24
23
|
DeleteDataflowEndpointGroupCommandInput,
|
|
25
24
|
DeleteDataflowEndpointGroupCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DeleteDataflowEndpointGroupCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DeleteDataflowEndpointGroupCommandInput;
|
|
29
28
|
constructor(input: DeleteDataflowEndpointGroupCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: GroundStationClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DeleteMissionProfileCommandInput
|
|
|
19
19
|
export interface DeleteMissionProfileCommandOutput
|
|
20
20
|
extends MissionProfileIdResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DeleteMissionProfileCommand extends $Command<
|
|
24
23
|
DeleteMissionProfileCommandInput,
|
|
25
24
|
DeleteMissionProfileCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DeleteMissionProfileCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DeleteMissionProfileCommandInput;
|
|
29
28
|
constructor(input: DeleteMissionProfileCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: GroundStationClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface DescribeContactCommandInput extends DescribeContactRequest {}
|
|
|
18
18
|
export interface DescribeContactCommandOutput
|
|
19
19
|
extends DescribeContactResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class DescribeContactCommand extends $Command<
|
|
23
22
|
DescribeContactCommandInput,
|
|
24
23
|
DescribeContactCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class DescribeContactCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: DescribeContactCommandInput;
|
|
28
27
|
constructor(input: DescribeContactCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: GroundStationClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface GetConfigCommandInput extends GetConfigRequest {}
|
|
|
15
15
|
export interface GetConfigCommandOutput
|
|
16
16
|
extends GetConfigResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class GetConfigCommand extends $Command<
|
|
20
19
|
GetConfigCommandInput,
|
|
21
20
|
GetConfigCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class GetConfigCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: GetConfigCommandInput;
|
|
25
24
|
constructor(input: GetConfigCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: GroundStationClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface GetDataflowEndpointGroupCommandInput
|
|
|
19
19
|
export interface GetDataflowEndpointGroupCommandOutput
|
|
20
20
|
extends GetDataflowEndpointGroupResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class GetDataflowEndpointGroupCommand extends $Command<
|
|
24
23
|
GetDataflowEndpointGroupCommandInput,
|
|
25
24
|
GetDataflowEndpointGroupCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class GetDataflowEndpointGroupCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: GetDataflowEndpointGroupCommandInput;
|
|
29
28
|
constructor(input: GetDataflowEndpointGroupCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: GroundStationClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface GetMinuteUsageCommandInput extends GetMinuteUsageRequest {}
|
|
|
18
18
|
export interface GetMinuteUsageCommandOutput
|
|
19
19
|
extends GetMinuteUsageResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class GetMinuteUsageCommand extends $Command<
|
|
23
22
|
GetMinuteUsageCommandInput,
|
|
24
23
|
GetMinuteUsageCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class GetMinuteUsageCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: GetMinuteUsageCommandInput;
|
|
28
27
|
constructor(input: GetMinuteUsageCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: GroundStationClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface GetMissionProfileCommandInput
|
|
|
19
19
|
export interface GetMissionProfileCommandOutput
|
|
20
20
|
extends GetMissionProfileResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class GetMissionProfileCommand extends $Command<
|
|
24
23
|
GetMissionProfileCommandInput,
|
|
25
24
|
GetMissionProfileCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class GetMissionProfileCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: GetMissionProfileCommandInput;
|
|
29
28
|
constructor(input: GetMissionProfileCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: GroundStationClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface GetSatelliteCommandInput extends GetSatelliteRequest {}
|
|
|
15
15
|
export interface GetSatelliteCommandOutput
|
|
16
16
|
extends GetSatelliteResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class GetSatelliteCommand extends $Command<
|
|
20
19
|
GetSatelliteCommandInput,
|
|
21
20
|
GetSatelliteCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class GetSatelliteCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: GetSatelliteCommandInput;
|
|
25
24
|
constructor(input: GetSatelliteCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: GroundStationClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface ListConfigsCommandInput extends ListConfigsRequest {}
|
|
|
15
15
|
export interface ListConfigsCommandOutput
|
|
16
16
|
extends ListConfigsResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class ListConfigsCommand extends $Command<
|
|
20
19
|
ListConfigsCommandInput,
|
|
21
20
|
ListConfigsCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class ListConfigsCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: ListConfigsCommandInput;
|
|
25
24
|
constructor(input: ListConfigsCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: GroundStationClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface ListContactsCommandInput extends ListContactsRequest {}
|
|
|
15
15
|
export interface ListContactsCommandOutput
|
|
16
16
|
extends ListContactsResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class ListContactsCommand extends $Command<
|
|
20
19
|
ListContactsCommandInput,
|
|
21
20
|
ListContactsCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class ListContactsCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: ListContactsCommandInput;
|
|
25
24
|
constructor(input: ListContactsCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: GroundStationClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListDataflowEndpointGroupsCommandInput
|
|
|
19
19
|
export interface ListDataflowEndpointGroupsCommandOutput
|
|
20
20
|
extends ListDataflowEndpointGroupsResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListDataflowEndpointGroupsCommand extends $Command<
|
|
24
23
|
ListDataflowEndpointGroupsCommandInput,
|
|
25
24
|
ListDataflowEndpointGroupsCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListDataflowEndpointGroupsCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListDataflowEndpointGroupsCommandInput;
|
|
29
28
|
constructor(input: ListDataflowEndpointGroupsCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: GroundStationClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListGroundStationsCommandInput
|
|
|
19
19
|
export interface ListGroundStationsCommandOutput
|
|
20
20
|
extends ListGroundStationsResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListGroundStationsCommand extends $Command<
|
|
24
23
|
ListGroundStationsCommandInput,
|
|
25
24
|
ListGroundStationsCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListGroundStationsCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListGroundStationsCommandInput;
|
|
29
28
|
constructor(input: ListGroundStationsCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: GroundStationClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListMissionProfilesCommandInput
|
|
|
19
19
|
export interface ListMissionProfilesCommandOutput
|
|
20
20
|
extends ListMissionProfilesResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListMissionProfilesCommand extends $Command<
|
|
24
23
|
ListMissionProfilesCommandInput,
|
|
25
24
|
ListMissionProfilesCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListMissionProfilesCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListMissionProfilesCommandInput;
|
|
29
28
|
constructor(input: ListMissionProfilesCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: GroundStationClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface ListSatellitesCommandInput extends ListSatellitesRequest {}
|
|
|
18
18
|
export interface ListSatellitesCommandOutput
|
|
19
19
|
extends ListSatellitesResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class ListSatellitesCommand extends $Command<
|
|
23
22
|
ListSatellitesCommandInput,
|
|
24
23
|
ListSatellitesCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class ListSatellitesCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: ListSatellitesCommandInput;
|
|
28
27
|
constructor(input: ListSatellitesCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: GroundStationClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListTagsForResourceCommandInput
|
|
|
19
19
|
export interface ListTagsForResourceCommandOutput
|
|
20
20
|
extends ListTagsForResourceResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListTagsForResourceCommand extends $Command<
|
|
24
23
|
ListTagsForResourceCommandInput,
|
|
25
24
|
ListTagsForResourceCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListTagsForResourceCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListTagsForResourceCommandInput;
|
|
29
28
|
constructor(input: ListTagsForResourceCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: GroundStationClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface ReserveContactCommandInput extends ReserveContactRequest {}
|
|
|
15
15
|
export interface ReserveContactCommandOutput
|
|
16
16
|
extends ContactIdResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class ReserveContactCommand extends $Command<
|
|
20
19
|
ReserveContactCommandInput,
|
|
21
20
|
ReserveContactCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class ReserveContactCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: ReserveContactCommandInput;
|
|
25
24
|
constructor(input: ReserveContactCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: GroundStationClientResolvedConfig,
|