@aws-sdk/client-groundstation 3.278.0 → 3.281.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.
Files changed (35) hide show
  1. package/README.md +267 -0
  2. package/dist-types/commands/CancelContactCommand.d.ts +6 -0
  3. package/dist-types/commands/CreateConfigCommand.d.ts +6 -0
  4. package/dist-types/commands/CreateDataflowEndpointGroupCommand.d.ts +6 -0
  5. package/dist-types/commands/CreateEphemerisCommand.d.ts +6 -0
  6. package/dist-types/commands/CreateMissionProfileCommand.d.ts +6 -0
  7. package/dist-types/commands/DeleteConfigCommand.d.ts +6 -0
  8. package/dist-types/commands/DeleteDataflowEndpointGroupCommand.d.ts +6 -0
  9. package/dist-types/commands/DeleteEphemerisCommand.d.ts +6 -0
  10. package/dist-types/commands/DeleteMissionProfileCommand.d.ts +6 -0
  11. package/dist-types/commands/DescribeContactCommand.d.ts +6 -0
  12. package/dist-types/commands/DescribeEphemerisCommand.d.ts +6 -0
  13. package/dist-types/commands/GetAgentConfigurationCommand.d.ts +6 -0
  14. package/dist-types/commands/GetConfigCommand.d.ts +6 -0
  15. package/dist-types/commands/GetDataflowEndpointGroupCommand.d.ts +6 -0
  16. package/dist-types/commands/GetMinuteUsageCommand.d.ts +6 -0
  17. package/dist-types/commands/GetMissionProfileCommand.d.ts +6 -0
  18. package/dist-types/commands/GetSatelliteCommand.d.ts +6 -0
  19. package/dist-types/commands/ListConfigsCommand.d.ts +6 -0
  20. package/dist-types/commands/ListContactsCommand.d.ts +6 -0
  21. package/dist-types/commands/ListDataflowEndpointGroupsCommand.d.ts +6 -0
  22. package/dist-types/commands/ListEphemeridesCommand.d.ts +6 -0
  23. package/dist-types/commands/ListGroundStationsCommand.d.ts +6 -0
  24. package/dist-types/commands/ListMissionProfilesCommand.d.ts +6 -0
  25. package/dist-types/commands/ListSatellitesCommand.d.ts +6 -0
  26. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -0
  27. package/dist-types/commands/RegisterAgentCommand.d.ts +6 -0
  28. package/dist-types/commands/ReserveContactCommand.d.ts +6 -0
  29. package/dist-types/commands/TagResourceCommand.d.ts +6 -0
  30. package/dist-types/commands/UntagResourceCommand.d.ts +6 -0
  31. package/dist-types/commands/UpdateAgentStatusCommand.d.ts +6 -0
  32. package/dist-types/commands/UpdateConfigCommand.d.ts +6 -0
  33. package/dist-types/commands/UpdateEphemerisCommand.d.ts +6 -0
  34. package/dist-types/commands/UpdateMissionProfileCommand.d.ts +6 -0
  35. package/package.json +6 -6
package/README.md CHANGED
@@ -206,3 +206,270 @@ To contribute to client you can check our [generate clients scripts](https://git
206
206
  This SDK is distributed under the
207
207
  [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0),
208
208
  see LICENSE for more information.
209
+
210
+ ## Client Commands (Operations List)
211
+
212
+ <details>
213
+ <summary>
214
+ CancelContact
215
+ </summary>
216
+
217
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-groundstation/classes/cancelcontactcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-groundstation/interfaces/cancelcontactcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-groundstation/interfaces/cancelcontactcommandoutput.html)
218
+
219
+ </details>
220
+ <details>
221
+ <summary>
222
+ CreateConfig
223
+ </summary>
224
+
225
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-groundstation/classes/createconfigcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-groundstation/interfaces/createconfigcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-groundstation/interfaces/createconfigcommandoutput.html)
226
+
227
+ </details>
228
+ <details>
229
+ <summary>
230
+ CreateDataflowEndpointGroup
231
+ </summary>
232
+
233
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-groundstation/classes/createdataflowendpointgroupcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-groundstation/interfaces/createdataflowendpointgroupcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-groundstation/interfaces/createdataflowendpointgroupcommandoutput.html)
234
+
235
+ </details>
236
+ <details>
237
+ <summary>
238
+ CreateEphemeris
239
+ </summary>
240
+
241
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-groundstation/classes/createephemeriscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-groundstation/interfaces/createephemeriscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-groundstation/interfaces/createephemeriscommandoutput.html)
242
+
243
+ </details>
244
+ <details>
245
+ <summary>
246
+ CreateMissionProfile
247
+ </summary>
248
+
249
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-groundstation/classes/createmissionprofilecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-groundstation/interfaces/createmissionprofilecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-groundstation/interfaces/createmissionprofilecommandoutput.html)
250
+
251
+ </details>
252
+ <details>
253
+ <summary>
254
+ DeleteConfig
255
+ </summary>
256
+
257
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-groundstation/classes/deleteconfigcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-groundstation/interfaces/deleteconfigcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-groundstation/interfaces/deleteconfigcommandoutput.html)
258
+
259
+ </details>
260
+ <details>
261
+ <summary>
262
+ DeleteDataflowEndpointGroup
263
+ </summary>
264
+
265
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-groundstation/classes/deletedataflowendpointgroupcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-groundstation/interfaces/deletedataflowendpointgroupcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-groundstation/interfaces/deletedataflowendpointgroupcommandoutput.html)
266
+
267
+ </details>
268
+ <details>
269
+ <summary>
270
+ DeleteEphemeris
271
+ </summary>
272
+
273
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-groundstation/classes/deleteephemeriscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-groundstation/interfaces/deleteephemeriscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-groundstation/interfaces/deleteephemeriscommandoutput.html)
274
+
275
+ </details>
276
+ <details>
277
+ <summary>
278
+ DeleteMissionProfile
279
+ </summary>
280
+
281
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-groundstation/classes/deletemissionprofilecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-groundstation/interfaces/deletemissionprofilecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-groundstation/interfaces/deletemissionprofilecommandoutput.html)
282
+
283
+ </details>
284
+ <details>
285
+ <summary>
286
+ DescribeContact
287
+ </summary>
288
+
289
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-groundstation/classes/describecontactcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-groundstation/interfaces/describecontactcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-groundstation/interfaces/describecontactcommandoutput.html)
290
+
291
+ </details>
292
+ <details>
293
+ <summary>
294
+ DescribeEphemeris
295
+ </summary>
296
+
297
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-groundstation/classes/describeephemeriscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-groundstation/interfaces/describeephemeriscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-groundstation/interfaces/describeephemeriscommandoutput.html)
298
+
299
+ </details>
300
+ <details>
301
+ <summary>
302
+ GetAgentConfiguration
303
+ </summary>
304
+
305
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-groundstation/classes/getagentconfigurationcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-groundstation/interfaces/getagentconfigurationcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-groundstation/interfaces/getagentconfigurationcommandoutput.html)
306
+
307
+ </details>
308
+ <details>
309
+ <summary>
310
+ GetConfig
311
+ </summary>
312
+
313
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-groundstation/classes/getconfigcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-groundstation/interfaces/getconfigcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-groundstation/interfaces/getconfigcommandoutput.html)
314
+
315
+ </details>
316
+ <details>
317
+ <summary>
318
+ GetDataflowEndpointGroup
319
+ </summary>
320
+
321
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-groundstation/classes/getdataflowendpointgroupcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-groundstation/interfaces/getdataflowendpointgroupcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-groundstation/interfaces/getdataflowendpointgroupcommandoutput.html)
322
+
323
+ </details>
324
+ <details>
325
+ <summary>
326
+ GetMinuteUsage
327
+ </summary>
328
+
329
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-groundstation/classes/getminuteusagecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-groundstation/interfaces/getminuteusagecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-groundstation/interfaces/getminuteusagecommandoutput.html)
330
+
331
+ </details>
332
+ <details>
333
+ <summary>
334
+ GetMissionProfile
335
+ </summary>
336
+
337
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-groundstation/classes/getmissionprofilecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-groundstation/interfaces/getmissionprofilecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-groundstation/interfaces/getmissionprofilecommandoutput.html)
338
+
339
+ </details>
340
+ <details>
341
+ <summary>
342
+ GetSatellite
343
+ </summary>
344
+
345
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-groundstation/classes/getsatellitecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-groundstation/interfaces/getsatellitecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-groundstation/interfaces/getsatellitecommandoutput.html)
346
+
347
+ </details>
348
+ <details>
349
+ <summary>
350
+ ListConfigs
351
+ </summary>
352
+
353
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-groundstation/classes/listconfigscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-groundstation/interfaces/listconfigscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-groundstation/interfaces/listconfigscommandoutput.html)
354
+
355
+ </details>
356
+ <details>
357
+ <summary>
358
+ ListContacts
359
+ </summary>
360
+
361
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-groundstation/classes/listcontactscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-groundstation/interfaces/listcontactscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-groundstation/interfaces/listcontactscommandoutput.html)
362
+
363
+ </details>
364
+ <details>
365
+ <summary>
366
+ ListDataflowEndpointGroups
367
+ </summary>
368
+
369
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-groundstation/classes/listdataflowendpointgroupscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-groundstation/interfaces/listdataflowendpointgroupscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-groundstation/interfaces/listdataflowendpointgroupscommandoutput.html)
370
+
371
+ </details>
372
+ <details>
373
+ <summary>
374
+ ListEphemerides
375
+ </summary>
376
+
377
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-groundstation/classes/listephemeridescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-groundstation/interfaces/listephemeridescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-groundstation/interfaces/listephemeridescommandoutput.html)
378
+
379
+ </details>
380
+ <details>
381
+ <summary>
382
+ ListGroundStations
383
+ </summary>
384
+
385
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-groundstation/classes/listgroundstationscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-groundstation/interfaces/listgroundstationscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-groundstation/interfaces/listgroundstationscommandoutput.html)
386
+
387
+ </details>
388
+ <details>
389
+ <summary>
390
+ ListMissionProfiles
391
+ </summary>
392
+
393
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-groundstation/classes/listmissionprofilescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-groundstation/interfaces/listmissionprofilescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-groundstation/interfaces/listmissionprofilescommandoutput.html)
394
+
395
+ </details>
396
+ <details>
397
+ <summary>
398
+ ListSatellites
399
+ </summary>
400
+
401
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-groundstation/classes/listsatellitescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-groundstation/interfaces/listsatellitescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-groundstation/interfaces/listsatellitescommandoutput.html)
402
+
403
+ </details>
404
+ <details>
405
+ <summary>
406
+ ListTagsForResource
407
+ </summary>
408
+
409
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-groundstation/classes/listtagsforresourcecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-groundstation/interfaces/listtagsforresourcecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-groundstation/interfaces/listtagsforresourcecommandoutput.html)
410
+
411
+ </details>
412
+ <details>
413
+ <summary>
414
+ RegisterAgent
415
+ </summary>
416
+
417
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-groundstation/classes/registeragentcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-groundstation/interfaces/registeragentcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-groundstation/interfaces/registeragentcommandoutput.html)
418
+
419
+ </details>
420
+ <details>
421
+ <summary>
422
+ ReserveContact
423
+ </summary>
424
+
425
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-groundstation/classes/reservecontactcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-groundstation/interfaces/reservecontactcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-groundstation/interfaces/reservecontactcommandoutput.html)
426
+
427
+ </details>
428
+ <details>
429
+ <summary>
430
+ TagResource
431
+ </summary>
432
+
433
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-groundstation/classes/tagresourcecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-groundstation/interfaces/tagresourcecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-groundstation/interfaces/tagresourcecommandoutput.html)
434
+
435
+ </details>
436
+ <details>
437
+ <summary>
438
+ UntagResource
439
+ </summary>
440
+
441
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-groundstation/classes/untagresourcecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-groundstation/interfaces/untagresourcecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-groundstation/interfaces/untagresourcecommandoutput.html)
442
+
443
+ </details>
444
+ <details>
445
+ <summary>
446
+ UpdateAgentStatus
447
+ </summary>
448
+
449
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-groundstation/classes/updateagentstatuscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-groundstation/interfaces/updateagentstatuscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-groundstation/interfaces/updateagentstatuscommandoutput.html)
450
+
451
+ </details>
452
+ <details>
453
+ <summary>
454
+ UpdateConfig
455
+ </summary>
456
+
457
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-groundstation/classes/updateconfigcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-groundstation/interfaces/updateconfigcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-groundstation/interfaces/updateconfigcommandoutput.html)
458
+
459
+ </details>
460
+ <details>
461
+ <summary>
462
+ UpdateEphemeris
463
+ </summary>
464
+
465
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-groundstation/classes/updateephemeriscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-groundstation/interfaces/updateephemeriscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-groundstation/interfaces/updateephemeriscommandoutput.html)
466
+
467
+ </details>
468
+ <details>
469
+ <summary>
470
+ UpdateMissionProfile
471
+ </summary>
472
+
473
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-groundstation/classes/updatemissionprofilecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-groundstation/interfaces/updatemissionprofilecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-groundstation/interfaces/updatemissionprofilecommandoutput.html)
474
+
475
+ </details>
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GroundStationClient";
5
5
  import { CancelContactRequest, ContactIdResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link CancelContactCommand}.
8
+ */
6
9
  export interface CancelContactCommandInput extends CancelContactRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CancelContactCommand}.
13
+ */
8
14
  export interface CancelContactCommandOutput extends ContactIdResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GroundStationClient";
5
5
  import { ConfigIdResponse, CreateConfigRequest } from "../models/models_0";
6
+ /**
7
+ * The input for {@link CreateConfigCommand}.
8
+ */
6
9
  export interface CreateConfigCommandInput extends CreateConfigRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateConfigCommand}.
13
+ */
8
14
  export interface CreateConfigCommandOutput extends ConfigIdResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GroundStationClient";
5
5
  import { CreateDataflowEndpointGroupRequest, DataflowEndpointGroupIdResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link CreateDataflowEndpointGroupCommand}.
8
+ */
6
9
  export interface CreateDataflowEndpointGroupCommandInput extends CreateDataflowEndpointGroupRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateDataflowEndpointGroupCommand}.
13
+ */
8
14
  export interface CreateDataflowEndpointGroupCommandOutput extends DataflowEndpointGroupIdResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GroundStationClient";
5
5
  import { CreateEphemerisRequest, EphemerisIdResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link CreateEphemerisCommand}.
8
+ */
6
9
  export interface CreateEphemerisCommandInput extends CreateEphemerisRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateEphemerisCommand}.
13
+ */
8
14
  export interface CreateEphemerisCommandOutput extends EphemerisIdResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GroundStationClient";
5
5
  import { CreateMissionProfileRequest, MissionProfileIdResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link CreateMissionProfileCommand}.
8
+ */
6
9
  export interface CreateMissionProfileCommandInput extends CreateMissionProfileRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateMissionProfileCommand}.
13
+ */
8
14
  export interface CreateMissionProfileCommandOutput extends MissionProfileIdResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GroundStationClient";
5
5
  import { ConfigIdResponse, DeleteConfigRequest } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DeleteConfigCommand}.
8
+ */
6
9
  export interface DeleteConfigCommandInput extends DeleteConfigRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteConfigCommand}.
13
+ */
8
14
  export interface DeleteConfigCommandOutput extends ConfigIdResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GroundStationClient";
5
5
  import { DataflowEndpointGroupIdResponse, DeleteDataflowEndpointGroupRequest } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DeleteDataflowEndpointGroupCommand}.
8
+ */
6
9
  export interface DeleteDataflowEndpointGroupCommandInput extends DeleteDataflowEndpointGroupRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteDataflowEndpointGroupCommand}.
13
+ */
8
14
  export interface DeleteDataflowEndpointGroupCommandOutput extends DataflowEndpointGroupIdResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GroundStationClient";
5
5
  import { DeleteEphemerisRequest, EphemerisIdResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DeleteEphemerisCommand}.
8
+ */
6
9
  export interface DeleteEphemerisCommandInput extends DeleteEphemerisRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteEphemerisCommand}.
13
+ */
8
14
  export interface DeleteEphemerisCommandOutput extends EphemerisIdResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GroundStationClient";
5
5
  import { DeleteMissionProfileRequest, MissionProfileIdResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DeleteMissionProfileCommand}.
8
+ */
6
9
  export interface DeleteMissionProfileCommandInput extends DeleteMissionProfileRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteMissionProfileCommand}.
13
+ */
8
14
  export interface DeleteMissionProfileCommandOutput extends MissionProfileIdResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GroundStationClient";
5
5
  import { DescribeContactRequest, DescribeContactResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DescribeContactCommand}.
8
+ */
6
9
  export interface DescribeContactCommandInput extends DescribeContactRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DescribeContactCommand}.
13
+ */
8
14
  export interface DescribeContactCommandOutput extends DescribeContactResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GroundStationClient";
5
5
  import { DescribeEphemerisRequest, DescribeEphemerisResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DescribeEphemerisCommand}.
8
+ */
6
9
  export interface DescribeEphemerisCommandInput extends DescribeEphemerisRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DescribeEphemerisCommand}.
13
+ */
8
14
  export interface DescribeEphemerisCommandOutput extends DescribeEphemerisResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GroundStationClient";
5
5
  import { GetAgentConfigurationRequest, GetAgentConfigurationResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetAgentConfigurationCommand}.
8
+ */
6
9
  export interface GetAgentConfigurationCommandInput extends GetAgentConfigurationRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetAgentConfigurationCommand}.
13
+ */
8
14
  export interface GetAgentConfigurationCommandOutput extends GetAgentConfigurationResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GroundStationClient";
5
5
  import { GetConfigRequest, GetConfigResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetConfigCommand}.
8
+ */
6
9
  export interface GetConfigCommandInput extends GetConfigRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetConfigCommand}.
13
+ */
8
14
  export interface GetConfigCommandOutput extends GetConfigResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GroundStationClient";
5
5
  import { GetDataflowEndpointGroupRequest, GetDataflowEndpointGroupResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetDataflowEndpointGroupCommand}.
8
+ */
6
9
  export interface GetDataflowEndpointGroupCommandInput extends GetDataflowEndpointGroupRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetDataflowEndpointGroupCommand}.
13
+ */
8
14
  export interface GetDataflowEndpointGroupCommandOutput extends GetDataflowEndpointGroupResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GroundStationClient";
5
5
  import { GetMinuteUsageRequest, GetMinuteUsageResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetMinuteUsageCommand}.
8
+ */
6
9
  export interface GetMinuteUsageCommandInput extends GetMinuteUsageRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetMinuteUsageCommand}.
13
+ */
8
14
  export interface GetMinuteUsageCommandOutput extends GetMinuteUsageResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GroundStationClient";
5
5
  import { GetMissionProfileRequest, GetMissionProfileResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetMissionProfileCommand}.
8
+ */
6
9
  export interface GetMissionProfileCommandInput extends GetMissionProfileRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetMissionProfileCommand}.
13
+ */
8
14
  export interface GetMissionProfileCommandOutput extends GetMissionProfileResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GroundStationClient";
5
5
  import { GetSatelliteRequest, GetSatelliteResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetSatelliteCommand}.
8
+ */
6
9
  export interface GetSatelliteCommandInput extends GetSatelliteRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetSatelliteCommand}.
13
+ */
8
14
  export interface GetSatelliteCommandOutput extends GetSatelliteResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GroundStationClient";
5
5
  import { ListConfigsRequest, ListConfigsResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListConfigsCommand}.
8
+ */
6
9
  export interface ListConfigsCommandInput extends ListConfigsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListConfigsCommand}.
13
+ */
8
14
  export interface ListConfigsCommandOutput extends ListConfigsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GroundStationClient";
5
5
  import { ListContactsRequest, ListContactsResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListContactsCommand}.
8
+ */
6
9
  export interface ListContactsCommandInput extends ListContactsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListContactsCommand}.
13
+ */
8
14
  export interface ListContactsCommandOutput extends ListContactsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GroundStationClient";
5
5
  import { ListDataflowEndpointGroupsRequest, ListDataflowEndpointGroupsResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListDataflowEndpointGroupsCommand}.
8
+ */
6
9
  export interface ListDataflowEndpointGroupsCommandInput extends ListDataflowEndpointGroupsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListDataflowEndpointGroupsCommand}.
13
+ */
8
14
  export interface ListDataflowEndpointGroupsCommandOutput extends ListDataflowEndpointGroupsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GroundStationClient";
5
5
  import { ListEphemeridesRequest, ListEphemeridesResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListEphemeridesCommand}.
8
+ */
6
9
  export interface ListEphemeridesCommandInput extends ListEphemeridesRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListEphemeridesCommand}.
13
+ */
8
14
  export interface ListEphemeridesCommandOutput extends ListEphemeridesResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GroundStationClient";
5
5
  import { ListGroundStationsRequest, ListGroundStationsResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListGroundStationsCommand}.
8
+ */
6
9
  export interface ListGroundStationsCommandInput extends ListGroundStationsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListGroundStationsCommand}.
13
+ */
8
14
  export interface ListGroundStationsCommandOutput extends ListGroundStationsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GroundStationClient";
5
5
  import { ListMissionProfilesRequest, ListMissionProfilesResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListMissionProfilesCommand}.
8
+ */
6
9
  export interface ListMissionProfilesCommandInput extends ListMissionProfilesRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListMissionProfilesCommand}.
13
+ */
8
14
  export interface ListMissionProfilesCommandOutput extends ListMissionProfilesResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GroundStationClient";
5
5
  import { ListSatellitesRequest, ListSatellitesResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListSatellitesCommand}.
8
+ */
6
9
  export interface ListSatellitesCommandInput extends ListSatellitesRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListSatellitesCommand}.
13
+ */
8
14
  export interface ListSatellitesCommandOutput extends ListSatellitesResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GroundStationClient";
5
5
  import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListTagsForResourceCommand}.
8
+ */
6
9
  export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListTagsForResourceCommand}.
13
+ */
8
14
  export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GroundStationClient";
5
5
  import { RegisterAgentRequest, RegisterAgentResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link RegisterAgentCommand}.
8
+ */
6
9
  export interface RegisterAgentCommandInput extends RegisterAgentRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link RegisterAgentCommand}.
13
+ */
8
14
  export interface RegisterAgentCommandOutput extends RegisterAgentResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GroundStationClient";
5
5
  import { ContactIdResponse, ReserveContactRequest } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ReserveContactCommand}.
8
+ */
6
9
  export interface ReserveContactCommandInput extends ReserveContactRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ReserveContactCommand}.
13
+ */
8
14
  export interface ReserveContactCommandOutput extends ContactIdResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GroundStationClient";
5
5
  import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link TagResourceCommand}.
8
+ */
6
9
  export interface TagResourceCommandInput extends TagResourceRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link TagResourceCommand}.
13
+ */
8
14
  export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GroundStationClient";
5
5
  import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link UntagResourceCommand}.
8
+ */
6
9
  export interface UntagResourceCommandInput extends UntagResourceRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link UntagResourceCommand}.
13
+ */
8
14
  export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GroundStationClient";
5
5
  import { UpdateAgentStatusRequest, UpdateAgentStatusResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link UpdateAgentStatusCommand}.
8
+ */
6
9
  export interface UpdateAgentStatusCommandInput extends UpdateAgentStatusRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link UpdateAgentStatusCommand}.
13
+ */
8
14
  export interface UpdateAgentStatusCommandOutput extends UpdateAgentStatusResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GroundStationClient";
5
5
  import { ConfigIdResponse, UpdateConfigRequest } from "../models/models_0";
6
+ /**
7
+ * The input for {@link UpdateConfigCommand}.
8
+ */
6
9
  export interface UpdateConfigCommandInput extends UpdateConfigRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link UpdateConfigCommand}.
13
+ */
8
14
  export interface UpdateConfigCommandOutput extends ConfigIdResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GroundStationClient";
5
5
  import { EphemerisIdResponse, UpdateEphemerisRequest } from "../models/models_0";
6
+ /**
7
+ * The input for {@link UpdateEphemerisCommand}.
8
+ */
6
9
  export interface UpdateEphemerisCommandInput extends UpdateEphemerisRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link UpdateEphemerisCommand}.
13
+ */
8
14
  export interface UpdateEphemerisCommandOutput extends EphemerisIdResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GroundStationClient";
5
5
  import { MissionProfileIdResponse, UpdateMissionProfileRequest } from "../models/models_0";
6
+ /**
7
+ * The input for {@link UpdateMissionProfileCommand}.
8
+ */
6
9
  export interface UpdateMissionProfileCommandInput extends UpdateMissionProfileRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link UpdateMissionProfileCommand}.
13
+ */
8
14
  export interface UpdateMissionProfileCommandOutput extends MissionProfileIdResponse, __MetadataBearer {
9
15
  }
10
16
  /**
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-groundstation",
3
3
  "description": "AWS SDK for JavaScript Groundstation Client for Node.js, Browser and React Native",
4
- "version": "3.278.0",
4
+ "version": "3.281.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -20,9 +20,9 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sts": "3.278.0",
23
+ "@aws-sdk/client-sts": "3.281.0",
24
24
  "@aws-sdk/config-resolver": "3.272.0",
25
- "@aws-sdk/credential-provider-node": "3.278.0",
25
+ "@aws-sdk/credential-provider-node": "3.281.0",
26
26
  "@aws-sdk/fetch-http-handler": "3.272.0",
27
27
  "@aws-sdk/hash-node": "3.272.0",
28
28
  "@aws-sdk/invalid-dependency": "3.272.0",
@@ -39,14 +39,14 @@
39
39
  "@aws-sdk/node-config-provider": "3.272.0",
40
40
  "@aws-sdk/node-http-handler": "3.272.0",
41
41
  "@aws-sdk/protocol-http": "3.272.0",
42
- "@aws-sdk/smithy-client": "3.272.0",
42
+ "@aws-sdk/smithy-client": "3.279.0",
43
43
  "@aws-sdk/types": "3.272.0",
44
44
  "@aws-sdk/url-parser": "3.272.0",
45
45
  "@aws-sdk/util-base64": "3.208.0",
46
46
  "@aws-sdk/util-body-length-browser": "3.188.0",
47
47
  "@aws-sdk/util-body-length-node": "3.208.0",
48
- "@aws-sdk/util-defaults-mode-browser": "3.272.0",
49
- "@aws-sdk/util-defaults-mode-node": "3.272.0",
48
+ "@aws-sdk/util-defaults-mode-browser": "3.279.0",
49
+ "@aws-sdk/util-defaults-mode-node": "3.279.0",
50
50
  "@aws-sdk/util-endpoints": "3.272.0",
51
51
  "@aws-sdk/util-retry": "3.272.0",
52
52
  "@aws-sdk/util-user-agent-browser": "3.272.0",