@aws-sdk/client-groundstation 3.1087.0 → 3.1088.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/index.js +1 -1
- package/dist-types/ts3.4/GroundStation.d.ts +136 -147
- package/dist-types/ts3.4/GroundStationClient.d.ts +9 -28
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
- package/dist-types/ts3.4/commandBuilder.d.ts +7 -13
- package/dist-types/ts3.4/commands/CancelContactCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/CreateConfigCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/CreateDataflowEndpointGroupCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateDataflowEndpointGroupV2Command.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateEphemerisCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateMissionProfileCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteConfigCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DeleteDataflowEndpointGroupCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteEphemerisCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteMissionProfileCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeContactCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeContactVersionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeEphemerisCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetAgentConfigurationCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetAgentTaskResponseUrlCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetConfigCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/GetDataflowEndpointGroupCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetMinuteUsageCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetMissionProfileCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetSatelliteCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListAntennasCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListConfigsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListContactVersionsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListContactsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListDataflowEndpointGroupsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListEphemeridesCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListGroundStationReservationsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListGroundStationsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListMissionProfilesCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListSatellitesCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/RegisterAgentCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ReserveContactCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateAgentStatusCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateConfigCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UpdateContactCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateEphemerisCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateMissionProfileCommand.d.ts +5 -10
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
- package/dist-types/ts3.4/models/enums.d.ts +11 -22
- package/dist-types/ts3.4/models/errors.d.ts +6 -18
- package/dist-types/ts3.4/models/models_0.d.ts +6 -18
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
- package/dist-types/ts3.4/pagination/ListConfigsPaginator.d.ts +1 -4
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
- package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
- package/dist-types/ts3.4/waiters/waitForContactScheduled.d.ts +3 -5
- package/dist-types/ts3.4/waiters/waitForContactUpdated.d.ts +3 -7
- package/package.json +38 -38
|
@@ -65,10 +65,7 @@ import {
|
|
|
65
65
|
GetAgentTaskResponseUrlCommandInput,
|
|
66
66
|
GetAgentTaskResponseUrlCommandOutput,
|
|
67
67
|
} from "./commands/GetAgentTaskResponseUrlCommand";
|
|
68
|
-
import {
|
|
69
|
-
GetConfigCommandInput,
|
|
70
|
-
GetConfigCommandOutput,
|
|
71
|
-
} from "./commands/GetConfigCommand";
|
|
68
|
+
import { GetConfigCommandInput, GetConfigCommandOutput } from "./commands/GetConfigCommand";
|
|
72
69
|
import {
|
|
73
70
|
GetDataflowEndpointGroupCommandInput,
|
|
74
71
|
GetDataflowEndpointGroupCommandOutput,
|
|
@@ -89,10 +86,7 @@ import {
|
|
|
89
86
|
ListAntennasCommandInput,
|
|
90
87
|
ListAntennasCommandOutput,
|
|
91
88
|
} from "./commands/ListAntennasCommand";
|
|
92
|
-
import {
|
|
93
|
-
ListConfigsCommandInput,
|
|
94
|
-
ListConfigsCommandOutput,
|
|
95
|
-
} from "./commands/ListConfigsCommand";
|
|
89
|
+
import { ListConfigsCommandInput, ListConfigsCommandOutput } from "./commands/ListConfigsCommand";
|
|
96
90
|
import {
|
|
97
91
|
ListContactsCommandInput,
|
|
98
92
|
ListContactsCommandOutput,
|
|
@@ -137,10 +131,7 @@ import {
|
|
|
137
131
|
ReserveContactCommandInput,
|
|
138
132
|
ReserveContactCommandOutput,
|
|
139
133
|
} from "./commands/ReserveContactCommand";
|
|
140
|
-
import {
|
|
141
|
-
TagResourceCommandInput,
|
|
142
|
-
TagResourceCommandOutput,
|
|
143
|
-
} from "./commands/TagResourceCommand";
|
|
134
|
+
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
144
135
|
import {
|
|
145
136
|
UntagResourceCommandInput,
|
|
146
137
|
UntagResourceCommandOutput,
|
|
@@ -169,598 +160,598 @@ import { GroundStationClient } from "./GroundStationClient";
|
|
|
169
160
|
export interface GroundStation {
|
|
170
161
|
cancelContact(
|
|
171
162
|
args: CancelContactCommandInput,
|
|
172
|
-
options?: __HttpHandlerOptions
|
|
163
|
+
options?: __HttpHandlerOptions,
|
|
173
164
|
): Promise<CancelContactCommandOutput>;
|
|
174
165
|
cancelContact(
|
|
175
166
|
args: CancelContactCommandInput,
|
|
176
|
-
cb: (err: any, data?: CancelContactCommandOutput) => void
|
|
167
|
+
cb: (err: any, data?: CancelContactCommandOutput) => void,
|
|
177
168
|
): void;
|
|
178
169
|
cancelContact(
|
|
179
170
|
args: CancelContactCommandInput,
|
|
180
171
|
options: __HttpHandlerOptions,
|
|
181
|
-
cb: (err: any, data?: CancelContactCommandOutput) => void
|
|
172
|
+
cb: (err: any, data?: CancelContactCommandOutput) => void,
|
|
182
173
|
): void;
|
|
183
174
|
createConfig(
|
|
184
175
|
args: CreateConfigCommandInput,
|
|
185
|
-
options?: __HttpHandlerOptions
|
|
176
|
+
options?: __HttpHandlerOptions,
|
|
186
177
|
): Promise<CreateConfigCommandOutput>;
|
|
187
178
|
createConfig(
|
|
188
179
|
args: CreateConfigCommandInput,
|
|
189
|
-
cb: (err: any, data?: CreateConfigCommandOutput) => void
|
|
180
|
+
cb: (err: any, data?: CreateConfigCommandOutput) => void,
|
|
190
181
|
): void;
|
|
191
182
|
createConfig(
|
|
192
183
|
args: CreateConfigCommandInput,
|
|
193
184
|
options: __HttpHandlerOptions,
|
|
194
|
-
cb: (err: any, data?: CreateConfigCommandOutput) => void
|
|
185
|
+
cb: (err: any, data?: CreateConfigCommandOutput) => void,
|
|
195
186
|
): void;
|
|
196
187
|
createDataflowEndpointGroup(
|
|
197
188
|
args: CreateDataflowEndpointGroupCommandInput,
|
|
198
|
-
options?: __HttpHandlerOptions
|
|
189
|
+
options?: __HttpHandlerOptions,
|
|
199
190
|
): Promise<CreateDataflowEndpointGroupCommandOutput>;
|
|
200
191
|
createDataflowEndpointGroup(
|
|
201
192
|
args: CreateDataflowEndpointGroupCommandInput,
|
|
202
|
-
cb: (err: any, data?: CreateDataflowEndpointGroupCommandOutput) => void
|
|
193
|
+
cb: (err: any, data?: CreateDataflowEndpointGroupCommandOutput) => void,
|
|
203
194
|
): void;
|
|
204
195
|
createDataflowEndpointGroup(
|
|
205
196
|
args: CreateDataflowEndpointGroupCommandInput,
|
|
206
197
|
options: __HttpHandlerOptions,
|
|
207
|
-
cb: (err: any, data?: CreateDataflowEndpointGroupCommandOutput) => void
|
|
198
|
+
cb: (err: any, data?: CreateDataflowEndpointGroupCommandOutput) => void,
|
|
208
199
|
): void;
|
|
209
200
|
createDataflowEndpointGroupV2(
|
|
210
201
|
args: CreateDataflowEndpointGroupV2CommandInput,
|
|
211
|
-
options?: __HttpHandlerOptions
|
|
202
|
+
options?: __HttpHandlerOptions,
|
|
212
203
|
): Promise<CreateDataflowEndpointGroupV2CommandOutput>;
|
|
213
204
|
createDataflowEndpointGroupV2(
|
|
214
205
|
args: CreateDataflowEndpointGroupV2CommandInput,
|
|
215
|
-
cb: (err: any, data?: CreateDataflowEndpointGroupV2CommandOutput) => void
|
|
206
|
+
cb: (err: any, data?: CreateDataflowEndpointGroupV2CommandOutput) => void,
|
|
216
207
|
): void;
|
|
217
208
|
createDataflowEndpointGroupV2(
|
|
218
209
|
args: CreateDataflowEndpointGroupV2CommandInput,
|
|
219
210
|
options: __HttpHandlerOptions,
|
|
220
|
-
cb: (err: any, data?: CreateDataflowEndpointGroupV2CommandOutput) => void
|
|
211
|
+
cb: (err: any, data?: CreateDataflowEndpointGroupV2CommandOutput) => void,
|
|
221
212
|
): void;
|
|
222
213
|
createEphemeris(
|
|
223
214
|
args: CreateEphemerisCommandInput,
|
|
224
|
-
options?: __HttpHandlerOptions
|
|
215
|
+
options?: __HttpHandlerOptions,
|
|
225
216
|
): Promise<CreateEphemerisCommandOutput>;
|
|
226
217
|
createEphemeris(
|
|
227
218
|
args: CreateEphemerisCommandInput,
|
|
228
|
-
cb: (err: any, data?: CreateEphemerisCommandOutput) => void
|
|
219
|
+
cb: (err: any, data?: CreateEphemerisCommandOutput) => void,
|
|
229
220
|
): void;
|
|
230
221
|
createEphemeris(
|
|
231
222
|
args: CreateEphemerisCommandInput,
|
|
232
223
|
options: __HttpHandlerOptions,
|
|
233
|
-
cb: (err: any, data?: CreateEphemerisCommandOutput) => void
|
|
224
|
+
cb: (err: any, data?: CreateEphemerisCommandOutput) => void,
|
|
234
225
|
): void;
|
|
235
226
|
createMissionProfile(
|
|
236
227
|
args: CreateMissionProfileCommandInput,
|
|
237
|
-
options?: __HttpHandlerOptions
|
|
228
|
+
options?: __HttpHandlerOptions,
|
|
238
229
|
): Promise<CreateMissionProfileCommandOutput>;
|
|
239
230
|
createMissionProfile(
|
|
240
231
|
args: CreateMissionProfileCommandInput,
|
|
241
|
-
cb: (err: any, data?: CreateMissionProfileCommandOutput) => void
|
|
232
|
+
cb: (err: any, data?: CreateMissionProfileCommandOutput) => void,
|
|
242
233
|
): void;
|
|
243
234
|
createMissionProfile(
|
|
244
235
|
args: CreateMissionProfileCommandInput,
|
|
245
236
|
options: __HttpHandlerOptions,
|
|
246
|
-
cb: (err: any, data?: CreateMissionProfileCommandOutput) => void
|
|
237
|
+
cb: (err: any, data?: CreateMissionProfileCommandOutput) => void,
|
|
247
238
|
): void;
|
|
248
239
|
deleteConfig(
|
|
249
240
|
args: DeleteConfigCommandInput,
|
|
250
|
-
options?: __HttpHandlerOptions
|
|
241
|
+
options?: __HttpHandlerOptions,
|
|
251
242
|
): Promise<DeleteConfigCommandOutput>;
|
|
252
243
|
deleteConfig(
|
|
253
244
|
args: DeleteConfigCommandInput,
|
|
254
|
-
cb: (err: any, data?: DeleteConfigCommandOutput) => void
|
|
245
|
+
cb: (err: any, data?: DeleteConfigCommandOutput) => void,
|
|
255
246
|
): void;
|
|
256
247
|
deleteConfig(
|
|
257
248
|
args: DeleteConfigCommandInput,
|
|
258
249
|
options: __HttpHandlerOptions,
|
|
259
|
-
cb: (err: any, data?: DeleteConfigCommandOutput) => void
|
|
250
|
+
cb: (err: any, data?: DeleteConfigCommandOutput) => void,
|
|
260
251
|
): void;
|
|
261
252
|
deleteDataflowEndpointGroup(
|
|
262
253
|
args: DeleteDataflowEndpointGroupCommandInput,
|
|
263
|
-
options?: __HttpHandlerOptions
|
|
254
|
+
options?: __HttpHandlerOptions,
|
|
264
255
|
): Promise<DeleteDataflowEndpointGroupCommandOutput>;
|
|
265
256
|
deleteDataflowEndpointGroup(
|
|
266
257
|
args: DeleteDataflowEndpointGroupCommandInput,
|
|
267
|
-
cb: (err: any, data?: DeleteDataflowEndpointGroupCommandOutput) => void
|
|
258
|
+
cb: (err: any, data?: DeleteDataflowEndpointGroupCommandOutput) => void,
|
|
268
259
|
): void;
|
|
269
260
|
deleteDataflowEndpointGroup(
|
|
270
261
|
args: DeleteDataflowEndpointGroupCommandInput,
|
|
271
262
|
options: __HttpHandlerOptions,
|
|
272
|
-
cb: (err: any, data?: DeleteDataflowEndpointGroupCommandOutput) => void
|
|
263
|
+
cb: (err: any, data?: DeleteDataflowEndpointGroupCommandOutput) => void,
|
|
273
264
|
): void;
|
|
274
265
|
deleteEphemeris(
|
|
275
266
|
args: DeleteEphemerisCommandInput,
|
|
276
|
-
options?: __HttpHandlerOptions
|
|
267
|
+
options?: __HttpHandlerOptions,
|
|
277
268
|
): Promise<DeleteEphemerisCommandOutput>;
|
|
278
269
|
deleteEphemeris(
|
|
279
270
|
args: DeleteEphemerisCommandInput,
|
|
280
|
-
cb: (err: any, data?: DeleteEphemerisCommandOutput) => void
|
|
271
|
+
cb: (err: any, data?: DeleteEphemerisCommandOutput) => void,
|
|
281
272
|
): void;
|
|
282
273
|
deleteEphemeris(
|
|
283
274
|
args: DeleteEphemerisCommandInput,
|
|
284
275
|
options: __HttpHandlerOptions,
|
|
285
|
-
cb: (err: any, data?: DeleteEphemerisCommandOutput) => void
|
|
276
|
+
cb: (err: any, data?: DeleteEphemerisCommandOutput) => void,
|
|
286
277
|
): void;
|
|
287
278
|
deleteMissionProfile(
|
|
288
279
|
args: DeleteMissionProfileCommandInput,
|
|
289
|
-
options?: __HttpHandlerOptions
|
|
280
|
+
options?: __HttpHandlerOptions,
|
|
290
281
|
): Promise<DeleteMissionProfileCommandOutput>;
|
|
291
282
|
deleteMissionProfile(
|
|
292
283
|
args: DeleteMissionProfileCommandInput,
|
|
293
|
-
cb: (err: any, data?: DeleteMissionProfileCommandOutput) => void
|
|
284
|
+
cb: (err: any, data?: DeleteMissionProfileCommandOutput) => void,
|
|
294
285
|
): void;
|
|
295
286
|
deleteMissionProfile(
|
|
296
287
|
args: DeleteMissionProfileCommandInput,
|
|
297
288
|
options: __HttpHandlerOptions,
|
|
298
|
-
cb: (err: any, data?: DeleteMissionProfileCommandOutput) => void
|
|
289
|
+
cb: (err: any, data?: DeleteMissionProfileCommandOutput) => void,
|
|
299
290
|
): void;
|
|
300
291
|
describeContact(
|
|
301
292
|
args: DescribeContactCommandInput,
|
|
302
|
-
options?: __HttpHandlerOptions
|
|
293
|
+
options?: __HttpHandlerOptions,
|
|
303
294
|
): Promise<DescribeContactCommandOutput>;
|
|
304
295
|
describeContact(
|
|
305
296
|
args: DescribeContactCommandInput,
|
|
306
|
-
cb: (err: any, data?: DescribeContactCommandOutput) => void
|
|
297
|
+
cb: (err: any, data?: DescribeContactCommandOutput) => void,
|
|
307
298
|
): void;
|
|
308
299
|
describeContact(
|
|
309
300
|
args: DescribeContactCommandInput,
|
|
310
301
|
options: __HttpHandlerOptions,
|
|
311
|
-
cb: (err: any, data?: DescribeContactCommandOutput) => void
|
|
302
|
+
cb: (err: any, data?: DescribeContactCommandOutput) => void,
|
|
312
303
|
): void;
|
|
313
304
|
describeContactVersion(
|
|
314
305
|
args: DescribeContactVersionCommandInput,
|
|
315
|
-
options?: __HttpHandlerOptions
|
|
306
|
+
options?: __HttpHandlerOptions,
|
|
316
307
|
): Promise<DescribeContactVersionCommandOutput>;
|
|
317
308
|
describeContactVersion(
|
|
318
309
|
args: DescribeContactVersionCommandInput,
|
|
319
|
-
cb: (err: any, data?: DescribeContactVersionCommandOutput) => void
|
|
310
|
+
cb: (err: any, data?: DescribeContactVersionCommandOutput) => void,
|
|
320
311
|
): void;
|
|
321
312
|
describeContactVersion(
|
|
322
313
|
args: DescribeContactVersionCommandInput,
|
|
323
314
|
options: __HttpHandlerOptions,
|
|
324
|
-
cb: (err: any, data?: DescribeContactVersionCommandOutput) => void
|
|
315
|
+
cb: (err: any, data?: DescribeContactVersionCommandOutput) => void,
|
|
325
316
|
): void;
|
|
326
317
|
describeEphemeris(
|
|
327
318
|
args: DescribeEphemerisCommandInput,
|
|
328
|
-
options?: __HttpHandlerOptions
|
|
319
|
+
options?: __HttpHandlerOptions,
|
|
329
320
|
): Promise<DescribeEphemerisCommandOutput>;
|
|
330
321
|
describeEphemeris(
|
|
331
322
|
args: DescribeEphemerisCommandInput,
|
|
332
|
-
cb: (err: any, data?: DescribeEphemerisCommandOutput) => void
|
|
323
|
+
cb: (err: any, data?: DescribeEphemerisCommandOutput) => void,
|
|
333
324
|
): void;
|
|
334
325
|
describeEphemeris(
|
|
335
326
|
args: DescribeEphemerisCommandInput,
|
|
336
327
|
options: __HttpHandlerOptions,
|
|
337
|
-
cb: (err: any, data?: DescribeEphemerisCommandOutput) => void
|
|
328
|
+
cb: (err: any, data?: DescribeEphemerisCommandOutput) => void,
|
|
338
329
|
): void;
|
|
339
330
|
getAgentConfiguration(
|
|
340
331
|
args: GetAgentConfigurationCommandInput,
|
|
341
|
-
options?: __HttpHandlerOptions
|
|
332
|
+
options?: __HttpHandlerOptions,
|
|
342
333
|
): Promise<GetAgentConfigurationCommandOutput>;
|
|
343
334
|
getAgentConfiguration(
|
|
344
335
|
args: GetAgentConfigurationCommandInput,
|
|
345
|
-
cb: (err: any, data?: GetAgentConfigurationCommandOutput) => void
|
|
336
|
+
cb: (err: any, data?: GetAgentConfigurationCommandOutput) => void,
|
|
346
337
|
): void;
|
|
347
338
|
getAgentConfiguration(
|
|
348
339
|
args: GetAgentConfigurationCommandInput,
|
|
349
340
|
options: __HttpHandlerOptions,
|
|
350
|
-
cb: (err: any, data?: GetAgentConfigurationCommandOutput) => void
|
|
341
|
+
cb: (err: any, data?: GetAgentConfigurationCommandOutput) => void,
|
|
351
342
|
): void;
|
|
352
343
|
getAgentTaskResponseUrl(
|
|
353
344
|
args: GetAgentTaskResponseUrlCommandInput,
|
|
354
|
-
options?: __HttpHandlerOptions
|
|
345
|
+
options?: __HttpHandlerOptions,
|
|
355
346
|
): Promise<GetAgentTaskResponseUrlCommandOutput>;
|
|
356
347
|
getAgentTaskResponseUrl(
|
|
357
348
|
args: GetAgentTaskResponseUrlCommandInput,
|
|
358
|
-
cb: (err: any, data?: GetAgentTaskResponseUrlCommandOutput) => void
|
|
349
|
+
cb: (err: any, data?: GetAgentTaskResponseUrlCommandOutput) => void,
|
|
359
350
|
): void;
|
|
360
351
|
getAgentTaskResponseUrl(
|
|
361
352
|
args: GetAgentTaskResponseUrlCommandInput,
|
|
362
353
|
options: __HttpHandlerOptions,
|
|
363
|
-
cb: (err: any, data?: GetAgentTaskResponseUrlCommandOutput) => void
|
|
354
|
+
cb: (err: any, data?: GetAgentTaskResponseUrlCommandOutput) => void,
|
|
364
355
|
): void;
|
|
365
356
|
getConfig(
|
|
366
357
|
args: GetConfigCommandInput,
|
|
367
|
-
options?: __HttpHandlerOptions
|
|
358
|
+
options?: __HttpHandlerOptions,
|
|
368
359
|
): Promise<GetConfigCommandOutput>;
|
|
369
360
|
getConfig(
|
|
370
361
|
args: GetConfigCommandInput,
|
|
371
|
-
cb: (err: any, data?: GetConfigCommandOutput) => void
|
|
362
|
+
cb: (err: any, data?: GetConfigCommandOutput) => void,
|
|
372
363
|
): void;
|
|
373
364
|
getConfig(
|
|
374
365
|
args: GetConfigCommandInput,
|
|
375
366
|
options: __HttpHandlerOptions,
|
|
376
|
-
cb: (err: any, data?: GetConfigCommandOutput) => void
|
|
367
|
+
cb: (err: any, data?: GetConfigCommandOutput) => void,
|
|
377
368
|
): void;
|
|
378
369
|
getDataflowEndpointGroup(
|
|
379
370
|
args: GetDataflowEndpointGroupCommandInput,
|
|
380
|
-
options?: __HttpHandlerOptions
|
|
371
|
+
options?: __HttpHandlerOptions,
|
|
381
372
|
): Promise<GetDataflowEndpointGroupCommandOutput>;
|
|
382
373
|
getDataflowEndpointGroup(
|
|
383
374
|
args: GetDataflowEndpointGroupCommandInput,
|
|
384
|
-
cb: (err: any, data?: GetDataflowEndpointGroupCommandOutput) => void
|
|
375
|
+
cb: (err: any, data?: GetDataflowEndpointGroupCommandOutput) => void,
|
|
385
376
|
): void;
|
|
386
377
|
getDataflowEndpointGroup(
|
|
387
378
|
args: GetDataflowEndpointGroupCommandInput,
|
|
388
379
|
options: __HttpHandlerOptions,
|
|
389
|
-
cb: (err: any, data?: GetDataflowEndpointGroupCommandOutput) => void
|
|
380
|
+
cb: (err: any, data?: GetDataflowEndpointGroupCommandOutput) => void,
|
|
390
381
|
): void;
|
|
391
382
|
getMinuteUsage(
|
|
392
383
|
args: GetMinuteUsageCommandInput,
|
|
393
|
-
options?: __HttpHandlerOptions
|
|
384
|
+
options?: __HttpHandlerOptions,
|
|
394
385
|
): Promise<GetMinuteUsageCommandOutput>;
|
|
395
386
|
getMinuteUsage(
|
|
396
387
|
args: GetMinuteUsageCommandInput,
|
|
397
|
-
cb: (err: any, data?: GetMinuteUsageCommandOutput) => void
|
|
388
|
+
cb: (err: any, data?: GetMinuteUsageCommandOutput) => void,
|
|
398
389
|
): void;
|
|
399
390
|
getMinuteUsage(
|
|
400
391
|
args: GetMinuteUsageCommandInput,
|
|
401
392
|
options: __HttpHandlerOptions,
|
|
402
|
-
cb: (err: any, data?: GetMinuteUsageCommandOutput) => void
|
|
393
|
+
cb: (err: any, data?: GetMinuteUsageCommandOutput) => void,
|
|
403
394
|
): void;
|
|
404
395
|
getMissionProfile(
|
|
405
396
|
args: GetMissionProfileCommandInput,
|
|
406
|
-
options?: __HttpHandlerOptions
|
|
397
|
+
options?: __HttpHandlerOptions,
|
|
407
398
|
): Promise<GetMissionProfileCommandOutput>;
|
|
408
399
|
getMissionProfile(
|
|
409
400
|
args: GetMissionProfileCommandInput,
|
|
410
|
-
cb: (err: any, data?: GetMissionProfileCommandOutput) => void
|
|
401
|
+
cb: (err: any, data?: GetMissionProfileCommandOutput) => void,
|
|
411
402
|
): void;
|
|
412
403
|
getMissionProfile(
|
|
413
404
|
args: GetMissionProfileCommandInput,
|
|
414
405
|
options: __HttpHandlerOptions,
|
|
415
|
-
cb: (err: any, data?: GetMissionProfileCommandOutput) => void
|
|
406
|
+
cb: (err: any, data?: GetMissionProfileCommandOutput) => void,
|
|
416
407
|
): void;
|
|
417
408
|
getSatellite(
|
|
418
409
|
args: GetSatelliteCommandInput,
|
|
419
|
-
options?: __HttpHandlerOptions
|
|
410
|
+
options?: __HttpHandlerOptions,
|
|
420
411
|
): Promise<GetSatelliteCommandOutput>;
|
|
421
412
|
getSatellite(
|
|
422
413
|
args: GetSatelliteCommandInput,
|
|
423
|
-
cb: (err: any, data?: GetSatelliteCommandOutput) => void
|
|
414
|
+
cb: (err: any, data?: GetSatelliteCommandOutput) => void,
|
|
424
415
|
): void;
|
|
425
416
|
getSatellite(
|
|
426
417
|
args: GetSatelliteCommandInput,
|
|
427
418
|
options: __HttpHandlerOptions,
|
|
428
|
-
cb: (err: any, data?: GetSatelliteCommandOutput) => void
|
|
419
|
+
cb: (err: any, data?: GetSatelliteCommandOutput) => void,
|
|
429
420
|
): void;
|
|
430
421
|
listAntennas(
|
|
431
422
|
args: ListAntennasCommandInput,
|
|
432
|
-
options?: __HttpHandlerOptions
|
|
423
|
+
options?: __HttpHandlerOptions,
|
|
433
424
|
): Promise<ListAntennasCommandOutput>;
|
|
434
425
|
listAntennas(
|
|
435
426
|
args: ListAntennasCommandInput,
|
|
436
|
-
cb: (err: any, data?: ListAntennasCommandOutput) => void
|
|
427
|
+
cb: (err: any, data?: ListAntennasCommandOutput) => void,
|
|
437
428
|
): void;
|
|
438
429
|
listAntennas(
|
|
439
430
|
args: ListAntennasCommandInput,
|
|
440
431
|
options: __HttpHandlerOptions,
|
|
441
|
-
cb: (err: any, data?: ListAntennasCommandOutput) => void
|
|
432
|
+
cb: (err: any, data?: ListAntennasCommandOutput) => void,
|
|
442
433
|
): void;
|
|
443
434
|
listConfigs(): Promise<ListConfigsCommandOutput>;
|
|
444
435
|
listConfigs(
|
|
445
436
|
args: ListConfigsCommandInput,
|
|
446
|
-
options?: __HttpHandlerOptions
|
|
437
|
+
options?: __HttpHandlerOptions,
|
|
447
438
|
): Promise<ListConfigsCommandOutput>;
|
|
448
439
|
listConfigs(
|
|
449
440
|
args: ListConfigsCommandInput,
|
|
450
|
-
cb: (err: any, data?: ListConfigsCommandOutput) => void
|
|
441
|
+
cb: (err: any, data?: ListConfigsCommandOutput) => void,
|
|
451
442
|
): void;
|
|
452
443
|
listConfigs(
|
|
453
444
|
args: ListConfigsCommandInput,
|
|
454
445
|
options: __HttpHandlerOptions,
|
|
455
|
-
cb: (err: any, data?: ListConfigsCommandOutput) => void
|
|
446
|
+
cb: (err: any, data?: ListConfigsCommandOutput) => void,
|
|
456
447
|
): void;
|
|
457
448
|
listContacts(
|
|
458
449
|
args: ListContactsCommandInput,
|
|
459
|
-
options?: __HttpHandlerOptions
|
|
450
|
+
options?: __HttpHandlerOptions,
|
|
460
451
|
): Promise<ListContactsCommandOutput>;
|
|
461
452
|
listContacts(
|
|
462
453
|
args: ListContactsCommandInput,
|
|
463
|
-
cb: (err: any, data?: ListContactsCommandOutput) => void
|
|
454
|
+
cb: (err: any, data?: ListContactsCommandOutput) => void,
|
|
464
455
|
): void;
|
|
465
456
|
listContacts(
|
|
466
457
|
args: ListContactsCommandInput,
|
|
467
458
|
options: __HttpHandlerOptions,
|
|
468
|
-
cb: (err: any, data?: ListContactsCommandOutput) => void
|
|
459
|
+
cb: (err: any, data?: ListContactsCommandOutput) => void,
|
|
469
460
|
): void;
|
|
470
461
|
listContactVersions(
|
|
471
462
|
args: ListContactVersionsCommandInput,
|
|
472
|
-
options?: __HttpHandlerOptions
|
|
463
|
+
options?: __HttpHandlerOptions,
|
|
473
464
|
): Promise<ListContactVersionsCommandOutput>;
|
|
474
465
|
listContactVersions(
|
|
475
466
|
args: ListContactVersionsCommandInput,
|
|
476
|
-
cb: (err: any, data?: ListContactVersionsCommandOutput) => void
|
|
467
|
+
cb: (err: any, data?: ListContactVersionsCommandOutput) => void,
|
|
477
468
|
): void;
|
|
478
469
|
listContactVersions(
|
|
479
470
|
args: ListContactVersionsCommandInput,
|
|
480
471
|
options: __HttpHandlerOptions,
|
|
481
|
-
cb: (err: any, data?: ListContactVersionsCommandOutput) => void
|
|
472
|
+
cb: (err: any, data?: ListContactVersionsCommandOutput) => void,
|
|
482
473
|
): void;
|
|
483
474
|
listDataflowEndpointGroups(): Promise<ListDataflowEndpointGroupsCommandOutput>;
|
|
484
475
|
listDataflowEndpointGroups(
|
|
485
476
|
args: ListDataflowEndpointGroupsCommandInput,
|
|
486
|
-
options?: __HttpHandlerOptions
|
|
477
|
+
options?: __HttpHandlerOptions,
|
|
487
478
|
): Promise<ListDataflowEndpointGroupsCommandOutput>;
|
|
488
479
|
listDataflowEndpointGroups(
|
|
489
480
|
args: ListDataflowEndpointGroupsCommandInput,
|
|
490
|
-
cb: (err: any, data?: ListDataflowEndpointGroupsCommandOutput) => void
|
|
481
|
+
cb: (err: any, data?: ListDataflowEndpointGroupsCommandOutput) => void,
|
|
491
482
|
): void;
|
|
492
483
|
listDataflowEndpointGroups(
|
|
493
484
|
args: ListDataflowEndpointGroupsCommandInput,
|
|
494
485
|
options: __HttpHandlerOptions,
|
|
495
|
-
cb: (err: any, data?: ListDataflowEndpointGroupsCommandOutput) => void
|
|
486
|
+
cb: (err: any, data?: ListDataflowEndpointGroupsCommandOutput) => void,
|
|
496
487
|
): void;
|
|
497
488
|
listEphemerides(
|
|
498
489
|
args: ListEphemeridesCommandInput,
|
|
499
|
-
options?: __HttpHandlerOptions
|
|
490
|
+
options?: __HttpHandlerOptions,
|
|
500
491
|
): Promise<ListEphemeridesCommandOutput>;
|
|
501
492
|
listEphemerides(
|
|
502
493
|
args: ListEphemeridesCommandInput,
|
|
503
|
-
cb: (err: any, data?: ListEphemeridesCommandOutput) => void
|
|
494
|
+
cb: (err: any, data?: ListEphemeridesCommandOutput) => void,
|
|
504
495
|
): void;
|
|
505
496
|
listEphemerides(
|
|
506
497
|
args: ListEphemeridesCommandInput,
|
|
507
498
|
options: __HttpHandlerOptions,
|
|
508
|
-
cb: (err: any, data?: ListEphemeridesCommandOutput) => void
|
|
499
|
+
cb: (err: any, data?: ListEphemeridesCommandOutput) => void,
|
|
509
500
|
): void;
|
|
510
501
|
listGroundStationReservations(
|
|
511
502
|
args: ListGroundStationReservationsCommandInput,
|
|
512
|
-
options?: __HttpHandlerOptions
|
|
503
|
+
options?: __HttpHandlerOptions,
|
|
513
504
|
): Promise<ListGroundStationReservationsCommandOutput>;
|
|
514
505
|
listGroundStationReservations(
|
|
515
506
|
args: ListGroundStationReservationsCommandInput,
|
|
516
|
-
cb: (err: any, data?: ListGroundStationReservationsCommandOutput) => void
|
|
507
|
+
cb: (err: any, data?: ListGroundStationReservationsCommandOutput) => void,
|
|
517
508
|
): void;
|
|
518
509
|
listGroundStationReservations(
|
|
519
510
|
args: ListGroundStationReservationsCommandInput,
|
|
520
511
|
options: __HttpHandlerOptions,
|
|
521
|
-
cb: (err: any, data?: ListGroundStationReservationsCommandOutput) => void
|
|
512
|
+
cb: (err: any, data?: ListGroundStationReservationsCommandOutput) => void,
|
|
522
513
|
): void;
|
|
523
514
|
listGroundStations(): Promise<ListGroundStationsCommandOutput>;
|
|
524
515
|
listGroundStations(
|
|
525
516
|
args: ListGroundStationsCommandInput,
|
|
526
|
-
options?: __HttpHandlerOptions
|
|
517
|
+
options?: __HttpHandlerOptions,
|
|
527
518
|
): Promise<ListGroundStationsCommandOutput>;
|
|
528
519
|
listGroundStations(
|
|
529
520
|
args: ListGroundStationsCommandInput,
|
|
530
|
-
cb: (err: any, data?: ListGroundStationsCommandOutput) => void
|
|
521
|
+
cb: (err: any, data?: ListGroundStationsCommandOutput) => void,
|
|
531
522
|
): void;
|
|
532
523
|
listGroundStations(
|
|
533
524
|
args: ListGroundStationsCommandInput,
|
|
534
525
|
options: __HttpHandlerOptions,
|
|
535
|
-
cb: (err: any, data?: ListGroundStationsCommandOutput) => void
|
|
526
|
+
cb: (err: any, data?: ListGroundStationsCommandOutput) => void,
|
|
536
527
|
): void;
|
|
537
528
|
listMissionProfiles(): Promise<ListMissionProfilesCommandOutput>;
|
|
538
529
|
listMissionProfiles(
|
|
539
530
|
args: ListMissionProfilesCommandInput,
|
|
540
|
-
options?: __HttpHandlerOptions
|
|
531
|
+
options?: __HttpHandlerOptions,
|
|
541
532
|
): Promise<ListMissionProfilesCommandOutput>;
|
|
542
533
|
listMissionProfiles(
|
|
543
534
|
args: ListMissionProfilesCommandInput,
|
|
544
|
-
cb: (err: any, data?: ListMissionProfilesCommandOutput) => void
|
|
535
|
+
cb: (err: any, data?: ListMissionProfilesCommandOutput) => void,
|
|
545
536
|
): void;
|
|
546
537
|
listMissionProfiles(
|
|
547
538
|
args: ListMissionProfilesCommandInput,
|
|
548
539
|
options: __HttpHandlerOptions,
|
|
549
|
-
cb: (err: any, data?: ListMissionProfilesCommandOutput) => void
|
|
540
|
+
cb: (err: any, data?: ListMissionProfilesCommandOutput) => void,
|
|
550
541
|
): void;
|
|
551
542
|
listSatellites(): Promise<ListSatellitesCommandOutput>;
|
|
552
543
|
listSatellites(
|
|
553
544
|
args: ListSatellitesCommandInput,
|
|
554
|
-
options?: __HttpHandlerOptions
|
|
545
|
+
options?: __HttpHandlerOptions,
|
|
555
546
|
): Promise<ListSatellitesCommandOutput>;
|
|
556
547
|
listSatellites(
|
|
557
548
|
args: ListSatellitesCommandInput,
|
|
558
|
-
cb: (err: any, data?: ListSatellitesCommandOutput) => void
|
|
549
|
+
cb: (err: any, data?: ListSatellitesCommandOutput) => void,
|
|
559
550
|
): void;
|
|
560
551
|
listSatellites(
|
|
561
552
|
args: ListSatellitesCommandInput,
|
|
562
553
|
options: __HttpHandlerOptions,
|
|
563
|
-
cb: (err: any, data?: ListSatellitesCommandOutput) => void
|
|
554
|
+
cb: (err: any, data?: ListSatellitesCommandOutput) => void,
|
|
564
555
|
): void;
|
|
565
556
|
listTagsForResource(
|
|
566
557
|
args: ListTagsForResourceCommandInput,
|
|
567
|
-
options?: __HttpHandlerOptions
|
|
558
|
+
options?: __HttpHandlerOptions,
|
|
568
559
|
): Promise<ListTagsForResourceCommandOutput>;
|
|
569
560
|
listTagsForResource(
|
|
570
561
|
args: ListTagsForResourceCommandInput,
|
|
571
|
-
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
562
|
+
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void,
|
|
572
563
|
): void;
|
|
573
564
|
listTagsForResource(
|
|
574
565
|
args: ListTagsForResourceCommandInput,
|
|
575
566
|
options: __HttpHandlerOptions,
|
|
576
|
-
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
567
|
+
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void,
|
|
577
568
|
): void;
|
|
578
569
|
registerAgent(
|
|
579
570
|
args: RegisterAgentCommandInput,
|
|
580
|
-
options?: __HttpHandlerOptions
|
|
571
|
+
options?: __HttpHandlerOptions,
|
|
581
572
|
): Promise<RegisterAgentCommandOutput>;
|
|
582
573
|
registerAgent(
|
|
583
574
|
args: RegisterAgentCommandInput,
|
|
584
|
-
cb: (err: any, data?: RegisterAgentCommandOutput) => void
|
|
575
|
+
cb: (err: any, data?: RegisterAgentCommandOutput) => void,
|
|
585
576
|
): void;
|
|
586
577
|
registerAgent(
|
|
587
578
|
args: RegisterAgentCommandInput,
|
|
588
579
|
options: __HttpHandlerOptions,
|
|
589
|
-
cb: (err: any, data?: RegisterAgentCommandOutput) => void
|
|
580
|
+
cb: (err: any, data?: RegisterAgentCommandOutput) => void,
|
|
590
581
|
): void;
|
|
591
582
|
reserveContact(
|
|
592
583
|
args: ReserveContactCommandInput,
|
|
593
|
-
options?: __HttpHandlerOptions
|
|
584
|
+
options?: __HttpHandlerOptions,
|
|
594
585
|
): Promise<ReserveContactCommandOutput>;
|
|
595
586
|
reserveContact(
|
|
596
587
|
args: ReserveContactCommandInput,
|
|
597
|
-
cb: (err: any, data?: ReserveContactCommandOutput) => void
|
|
588
|
+
cb: (err: any, data?: ReserveContactCommandOutput) => void,
|
|
598
589
|
): void;
|
|
599
590
|
reserveContact(
|
|
600
591
|
args: ReserveContactCommandInput,
|
|
601
592
|
options: __HttpHandlerOptions,
|
|
602
|
-
cb: (err: any, data?: ReserveContactCommandOutput) => void
|
|
593
|
+
cb: (err: any, data?: ReserveContactCommandOutput) => void,
|
|
603
594
|
): void;
|
|
604
595
|
tagResource(
|
|
605
596
|
args: TagResourceCommandInput,
|
|
606
|
-
options?: __HttpHandlerOptions
|
|
597
|
+
options?: __HttpHandlerOptions,
|
|
607
598
|
): Promise<TagResourceCommandOutput>;
|
|
608
599
|
tagResource(
|
|
609
600
|
args: TagResourceCommandInput,
|
|
610
|
-
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
601
|
+
cb: (err: any, data?: TagResourceCommandOutput) => void,
|
|
611
602
|
): void;
|
|
612
603
|
tagResource(
|
|
613
604
|
args: TagResourceCommandInput,
|
|
614
605
|
options: __HttpHandlerOptions,
|
|
615
|
-
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
606
|
+
cb: (err: any, data?: TagResourceCommandOutput) => void,
|
|
616
607
|
): void;
|
|
617
608
|
untagResource(
|
|
618
609
|
args: UntagResourceCommandInput,
|
|
619
|
-
options?: __HttpHandlerOptions
|
|
610
|
+
options?: __HttpHandlerOptions,
|
|
620
611
|
): Promise<UntagResourceCommandOutput>;
|
|
621
612
|
untagResource(
|
|
622
613
|
args: UntagResourceCommandInput,
|
|
623
|
-
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
614
|
+
cb: (err: any, data?: UntagResourceCommandOutput) => void,
|
|
624
615
|
): void;
|
|
625
616
|
untagResource(
|
|
626
617
|
args: UntagResourceCommandInput,
|
|
627
618
|
options: __HttpHandlerOptions,
|
|
628
|
-
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
619
|
+
cb: (err: any, data?: UntagResourceCommandOutput) => void,
|
|
629
620
|
): void;
|
|
630
621
|
updateAgentStatus(
|
|
631
622
|
args: UpdateAgentStatusCommandInput,
|
|
632
|
-
options?: __HttpHandlerOptions
|
|
623
|
+
options?: __HttpHandlerOptions,
|
|
633
624
|
): Promise<UpdateAgentStatusCommandOutput>;
|
|
634
625
|
updateAgentStatus(
|
|
635
626
|
args: UpdateAgentStatusCommandInput,
|
|
636
|
-
cb: (err: any, data?: UpdateAgentStatusCommandOutput) => void
|
|
627
|
+
cb: (err: any, data?: UpdateAgentStatusCommandOutput) => void,
|
|
637
628
|
): void;
|
|
638
629
|
updateAgentStatus(
|
|
639
630
|
args: UpdateAgentStatusCommandInput,
|
|
640
631
|
options: __HttpHandlerOptions,
|
|
641
|
-
cb: (err: any, data?: UpdateAgentStatusCommandOutput) => void
|
|
632
|
+
cb: (err: any, data?: UpdateAgentStatusCommandOutput) => void,
|
|
642
633
|
): void;
|
|
643
634
|
updateConfig(
|
|
644
635
|
args: UpdateConfigCommandInput,
|
|
645
|
-
options?: __HttpHandlerOptions
|
|
636
|
+
options?: __HttpHandlerOptions,
|
|
646
637
|
): Promise<UpdateConfigCommandOutput>;
|
|
647
638
|
updateConfig(
|
|
648
639
|
args: UpdateConfigCommandInput,
|
|
649
|
-
cb: (err: any, data?: UpdateConfigCommandOutput) => void
|
|
640
|
+
cb: (err: any, data?: UpdateConfigCommandOutput) => void,
|
|
650
641
|
): void;
|
|
651
642
|
updateConfig(
|
|
652
643
|
args: UpdateConfigCommandInput,
|
|
653
644
|
options: __HttpHandlerOptions,
|
|
654
|
-
cb: (err: any, data?: UpdateConfigCommandOutput) => void
|
|
645
|
+
cb: (err: any, data?: UpdateConfigCommandOutput) => void,
|
|
655
646
|
): void;
|
|
656
647
|
updateContact(
|
|
657
648
|
args: UpdateContactCommandInput,
|
|
658
|
-
options?: __HttpHandlerOptions
|
|
649
|
+
options?: __HttpHandlerOptions,
|
|
659
650
|
): Promise<UpdateContactCommandOutput>;
|
|
660
651
|
updateContact(
|
|
661
652
|
args: UpdateContactCommandInput,
|
|
662
|
-
cb: (err: any, data?: UpdateContactCommandOutput) => void
|
|
653
|
+
cb: (err: any, data?: UpdateContactCommandOutput) => void,
|
|
663
654
|
): void;
|
|
664
655
|
updateContact(
|
|
665
656
|
args: UpdateContactCommandInput,
|
|
666
657
|
options: __HttpHandlerOptions,
|
|
667
|
-
cb: (err: any, data?: UpdateContactCommandOutput) => void
|
|
658
|
+
cb: (err: any, data?: UpdateContactCommandOutput) => void,
|
|
668
659
|
): void;
|
|
669
660
|
updateEphemeris(
|
|
670
661
|
args: UpdateEphemerisCommandInput,
|
|
671
|
-
options?: __HttpHandlerOptions
|
|
662
|
+
options?: __HttpHandlerOptions,
|
|
672
663
|
): Promise<UpdateEphemerisCommandOutput>;
|
|
673
664
|
updateEphemeris(
|
|
674
665
|
args: UpdateEphemerisCommandInput,
|
|
675
|
-
cb: (err: any, data?: UpdateEphemerisCommandOutput) => void
|
|
666
|
+
cb: (err: any, data?: UpdateEphemerisCommandOutput) => void,
|
|
676
667
|
): void;
|
|
677
668
|
updateEphemeris(
|
|
678
669
|
args: UpdateEphemerisCommandInput,
|
|
679
670
|
options: __HttpHandlerOptions,
|
|
680
|
-
cb: (err: any, data?: UpdateEphemerisCommandOutput) => void
|
|
671
|
+
cb: (err: any, data?: UpdateEphemerisCommandOutput) => void,
|
|
681
672
|
): void;
|
|
682
673
|
updateMissionProfile(
|
|
683
674
|
args: UpdateMissionProfileCommandInput,
|
|
684
|
-
options?: __HttpHandlerOptions
|
|
675
|
+
options?: __HttpHandlerOptions,
|
|
685
676
|
): Promise<UpdateMissionProfileCommandOutput>;
|
|
686
677
|
updateMissionProfile(
|
|
687
678
|
args: UpdateMissionProfileCommandInput,
|
|
688
|
-
cb: (err: any, data?: UpdateMissionProfileCommandOutput) => void
|
|
679
|
+
cb: (err: any, data?: UpdateMissionProfileCommandOutput) => void,
|
|
689
680
|
): void;
|
|
690
681
|
updateMissionProfile(
|
|
691
682
|
args: UpdateMissionProfileCommandInput,
|
|
692
683
|
options: __HttpHandlerOptions,
|
|
693
|
-
cb: (err: any, data?: UpdateMissionProfileCommandOutput) => void
|
|
684
|
+
cb: (err: any, data?: UpdateMissionProfileCommandOutput) => void,
|
|
694
685
|
): void;
|
|
695
686
|
paginateListAntennas(
|
|
696
687
|
args: ListAntennasCommandInput,
|
|
697
688
|
paginationConfig?: Pick<
|
|
698
689
|
PaginationConfiguration,
|
|
699
690
|
Exclude<keyof PaginationConfiguration, "client">
|
|
700
|
-
|
|
691
|
+
>,
|
|
701
692
|
): Paginator<ListAntennasCommandOutput>;
|
|
702
693
|
paginateListConfigs(
|
|
703
694
|
args?: ListConfigsCommandInput,
|
|
704
695
|
paginationConfig?: Pick<
|
|
705
696
|
PaginationConfiguration,
|
|
706
697
|
Exclude<keyof PaginationConfiguration, "client">
|
|
707
|
-
|
|
698
|
+
>,
|
|
708
699
|
): Paginator<ListConfigsCommandOutput>;
|
|
709
700
|
paginateListContacts(
|
|
710
701
|
args: ListContactsCommandInput,
|
|
711
702
|
paginationConfig?: Pick<
|
|
712
703
|
PaginationConfiguration,
|
|
713
704
|
Exclude<keyof PaginationConfiguration, "client">
|
|
714
|
-
|
|
705
|
+
>,
|
|
715
706
|
): Paginator<ListContactsCommandOutput>;
|
|
716
707
|
paginateListContactVersions(
|
|
717
708
|
args: ListContactVersionsCommandInput,
|
|
718
709
|
paginationConfig?: Pick<
|
|
719
710
|
PaginationConfiguration,
|
|
720
711
|
Exclude<keyof PaginationConfiguration, "client">
|
|
721
|
-
|
|
712
|
+
>,
|
|
722
713
|
): Paginator<ListContactVersionsCommandOutput>;
|
|
723
714
|
paginateListDataflowEndpointGroups(
|
|
724
715
|
args?: ListDataflowEndpointGroupsCommandInput,
|
|
725
716
|
paginationConfig?: Pick<
|
|
726
717
|
PaginationConfiguration,
|
|
727
718
|
Exclude<keyof PaginationConfiguration, "client">
|
|
728
|
-
|
|
719
|
+
>,
|
|
729
720
|
): Paginator<ListDataflowEndpointGroupsCommandOutput>;
|
|
730
721
|
paginateListEphemerides(
|
|
731
722
|
args: ListEphemeridesCommandInput,
|
|
732
723
|
paginationConfig?: Pick<
|
|
733
724
|
PaginationConfiguration,
|
|
734
725
|
Exclude<keyof PaginationConfiguration, "client">
|
|
735
|
-
|
|
726
|
+
>,
|
|
736
727
|
): Paginator<ListEphemeridesCommandOutput>;
|
|
737
728
|
paginateListGroundStationReservations(
|
|
738
729
|
args: ListGroundStationReservationsCommandInput,
|
|
739
730
|
paginationConfig?: Pick<
|
|
740
731
|
PaginationConfiguration,
|
|
741
732
|
Exclude<keyof PaginationConfiguration, "client">
|
|
742
|
-
|
|
733
|
+
>,
|
|
743
734
|
): Paginator<ListGroundStationReservationsCommandOutput>;
|
|
744
735
|
paginateListGroundStations(
|
|
745
736
|
args?: ListGroundStationsCommandInput,
|
|
746
737
|
paginationConfig?: Pick<
|
|
747
738
|
PaginationConfiguration,
|
|
748
739
|
Exclude<keyof PaginationConfiguration, "client">
|
|
749
|
-
|
|
740
|
+
>,
|
|
750
741
|
): Paginator<ListGroundStationsCommandOutput>;
|
|
751
742
|
paginateListMissionProfiles(
|
|
752
743
|
args?: ListMissionProfilesCommandInput,
|
|
753
744
|
paginationConfig?: Pick<
|
|
754
745
|
PaginationConfiguration,
|
|
755
746
|
Exclude<keyof PaginationConfiguration, "client">
|
|
756
|
-
|
|
747
|
+
>,
|
|
757
748
|
): Paginator<ListMissionProfilesCommandOutput>;
|
|
758
749
|
paginateListSatellites(
|
|
759
750
|
args?: ListSatellitesCommandInput,
|
|
760
751
|
paginationConfig?: Pick<
|
|
761
752
|
PaginationConfiguration,
|
|
762
753
|
Exclude<keyof PaginationConfiguration, "client">
|
|
763
|
-
|
|
754
|
+
>,
|
|
764
755
|
): Paginator<ListSatellitesCommandOutput>;
|
|
765
756
|
waitUntilContactScheduled(
|
|
766
757
|
args: DescribeContactCommandInput,
|
|
@@ -769,7 +760,7 @@ export interface GroundStation {
|
|
|
769
760
|
| Pick<
|
|
770
761
|
WaiterConfiguration<GroundStation>,
|
|
771
762
|
Exclude<keyof WaiterConfiguration<GroundStation>, "client">
|
|
772
|
-
|
|
763
|
+
>,
|
|
773
764
|
): Promise<WaiterResult<DescribeContactCommandOutput>>;
|
|
774
765
|
waitUntilContactUpdated(
|
|
775
766
|
args: DescribeContactVersionCommandInput,
|
|
@@ -778,9 +769,7 @@ export interface GroundStation {
|
|
|
778
769
|
| Pick<
|
|
779
770
|
WaiterConfiguration<GroundStation>,
|
|
780
771
|
Exclude<keyof WaiterConfiguration<GroundStation>, "client">
|
|
781
|
-
|
|
772
|
+
>,
|
|
782
773
|
): Promise<WaiterResult<DescribeContactVersionCommandOutput>>;
|
|
783
774
|
}
|
|
784
|
-
export declare class GroundStation
|
|
785
|
-
extends GroundStationClient
|
|
786
|
-
implements GroundStation {}
|
|
775
|
+
export declare class GroundStation extends GroundStationClient implements GroundStation {}
|