@aws-sdk/client-groundstation 3.204.0 → 3.207.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (47) hide show
  1. package/dist-cjs/GroundStation.js +75 -0
  2. package/dist-cjs/commands/CreateEphemerisCommand.js +46 -0
  3. package/dist-cjs/commands/DeleteEphemerisCommand.js +46 -0
  4. package/dist-cjs/commands/DescribeEphemerisCommand.js +46 -0
  5. package/dist-cjs/commands/ListEphemeridesCommand.js +46 -0
  6. package/dist-cjs/commands/UpdateEphemerisCommand.js +46 -0
  7. package/dist-cjs/commands/index.js +5 -0
  8. package/dist-cjs/models/models_0.js +129 -2
  9. package/dist-cjs/pagination/ListEphemeridesPaginator.js +36 -0
  10. package/dist-cjs/pagination/index.js +1 -0
  11. package/dist-cjs/protocols/Aws_restJson1.js +468 -1
  12. package/dist-es/GroundStation.js +75 -0
  13. package/dist-es/commands/CreateEphemerisCommand.js +42 -0
  14. package/dist-es/commands/DeleteEphemerisCommand.js +42 -0
  15. package/dist-es/commands/DescribeEphemerisCommand.js +42 -0
  16. package/dist-es/commands/ListEphemeridesCommand.js +42 -0
  17. package/dist-es/commands/UpdateEphemerisCommand.js +42 -0
  18. package/dist-es/commands/index.js +5 -0
  19. package/dist-es/models/models_0.js +108 -0
  20. package/dist-es/pagination/ListEphemeridesPaginator.js +32 -0
  21. package/dist-es/pagination/index.js +1 -0
  22. package/dist-es/protocols/Aws_restJson1.js +457 -1
  23. package/dist-types/GroundStation.d.ts +35 -0
  24. package/dist-types/GroundStationClient.d.ts +7 -2
  25. package/dist-types/commands/CreateEphemerisCommand.d.ts +37 -0
  26. package/dist-types/commands/DeleteEphemerisCommand.d.ts +37 -0
  27. package/dist-types/commands/DescribeEphemerisCommand.d.ts +37 -0
  28. package/dist-types/commands/ListEphemeridesCommand.d.ts +37 -0
  29. package/dist-types/commands/UpdateEphemerisCommand.d.ts +37 -0
  30. package/dist-types/commands/index.d.ts +5 -0
  31. package/dist-types/models/models_0.d.ts +492 -11
  32. package/dist-types/pagination/ListEphemeridesPaginator.d.ts +4 -0
  33. package/dist-types/pagination/index.d.ts +1 -0
  34. package/dist-types/protocols/Aws_restJson1.d.ts +15 -0
  35. package/dist-types/ts3.4/GroundStation.d.ts +85 -0
  36. package/dist-types/ts3.4/GroundStationClient.d.ts +30 -0
  37. package/dist-types/ts3.4/commands/CreateEphemerisCommand.d.ts +37 -0
  38. package/dist-types/ts3.4/commands/DeleteEphemerisCommand.d.ts +37 -0
  39. package/dist-types/ts3.4/commands/DescribeEphemerisCommand.d.ts +38 -0
  40. package/dist-types/ts3.4/commands/ListEphemeridesCommand.d.ts +37 -0
  41. package/dist-types/ts3.4/commands/UpdateEphemerisCommand.d.ts +37 -0
  42. package/dist-types/ts3.4/commands/index.d.ts +5 -0
  43. package/dist-types/ts3.4/models/models_0.d.ts +209 -0
  44. package/dist-types/ts3.4/pagination/ListEphemeridesPaginator.d.ts +11 -0
  45. package/dist-types/ts3.4/pagination/index.d.ts +1 -0
  46. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +60 -0
  47. package/package.json +1 -1
@@ -10,11 +10,14 @@ import { BodyLengthCalculator as __BodyLengthCalculator, Credentials as __Creden
10
10
  import { CancelContactCommandInput, CancelContactCommandOutput } from "./commands/CancelContactCommand";
11
11
  import { CreateConfigCommandInput, CreateConfigCommandOutput } from "./commands/CreateConfigCommand";
12
12
  import { CreateDataflowEndpointGroupCommandInput, CreateDataflowEndpointGroupCommandOutput } from "./commands/CreateDataflowEndpointGroupCommand";
13
+ import { CreateEphemerisCommandInput, CreateEphemerisCommandOutput } from "./commands/CreateEphemerisCommand";
13
14
  import { CreateMissionProfileCommandInput, CreateMissionProfileCommandOutput } from "./commands/CreateMissionProfileCommand";
14
15
  import { DeleteConfigCommandInput, DeleteConfigCommandOutput } from "./commands/DeleteConfigCommand";
15
16
  import { DeleteDataflowEndpointGroupCommandInput, DeleteDataflowEndpointGroupCommandOutput } from "./commands/DeleteDataflowEndpointGroupCommand";
17
+ import { DeleteEphemerisCommandInput, DeleteEphemerisCommandOutput } from "./commands/DeleteEphemerisCommand";
16
18
  import { DeleteMissionProfileCommandInput, DeleteMissionProfileCommandOutput } from "./commands/DeleteMissionProfileCommand";
17
19
  import { DescribeContactCommandInput, DescribeContactCommandOutput } from "./commands/DescribeContactCommand";
20
+ import { DescribeEphemerisCommandInput, DescribeEphemerisCommandOutput } from "./commands/DescribeEphemerisCommand";
18
21
  import { GetConfigCommandInput, GetConfigCommandOutput } from "./commands/GetConfigCommand";
19
22
  import { GetDataflowEndpointGroupCommandInput, GetDataflowEndpointGroupCommandOutput } from "./commands/GetDataflowEndpointGroupCommand";
20
23
  import { GetMinuteUsageCommandInput, GetMinuteUsageCommandOutput } from "./commands/GetMinuteUsageCommand";
@@ -23,6 +26,7 @@ import { GetSatelliteCommandInput, GetSatelliteCommandOutput } from "./commands/
23
26
  import { ListConfigsCommandInput, ListConfigsCommandOutput } from "./commands/ListConfigsCommand";
24
27
  import { ListContactsCommandInput, ListContactsCommandOutput } from "./commands/ListContactsCommand";
25
28
  import { ListDataflowEndpointGroupsCommandInput, ListDataflowEndpointGroupsCommandOutput } from "./commands/ListDataflowEndpointGroupsCommand";
29
+ import { ListEphemeridesCommandInput, ListEphemeridesCommandOutput } from "./commands/ListEphemeridesCommand";
26
30
  import { ListGroundStationsCommandInput, ListGroundStationsCommandOutput } from "./commands/ListGroundStationsCommand";
27
31
  import { ListMissionProfilesCommandInput, ListMissionProfilesCommandOutput } from "./commands/ListMissionProfilesCommand";
28
32
  import { ListSatellitesCommandInput, ListSatellitesCommandOutput } from "./commands/ListSatellitesCommand";
@@ -31,10 +35,11 @@ import { ReserveContactCommandInput, ReserveContactCommandOutput } from "./comma
31
35
  import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
32
36
  import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
33
37
  import { UpdateConfigCommandInput, UpdateConfigCommandOutput } from "./commands/UpdateConfigCommand";
38
+ import { UpdateEphemerisCommandInput, UpdateEphemerisCommandOutput } from "./commands/UpdateEphemerisCommand";
34
39
  import { UpdateMissionProfileCommandInput, UpdateMissionProfileCommandOutput } from "./commands/UpdateMissionProfileCommand";
35
40
  import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
36
- export declare type ServiceInputTypes = CancelContactCommandInput | CreateConfigCommandInput | CreateDataflowEndpointGroupCommandInput | CreateMissionProfileCommandInput | DeleteConfigCommandInput | DeleteDataflowEndpointGroupCommandInput | DeleteMissionProfileCommandInput | DescribeContactCommandInput | GetConfigCommandInput | GetDataflowEndpointGroupCommandInput | GetMinuteUsageCommandInput | GetMissionProfileCommandInput | GetSatelliteCommandInput | ListConfigsCommandInput | ListContactsCommandInput | ListDataflowEndpointGroupsCommandInput | ListGroundStationsCommandInput | ListMissionProfilesCommandInput | ListSatellitesCommandInput | ListTagsForResourceCommandInput | ReserveContactCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateConfigCommandInput | UpdateMissionProfileCommandInput;
37
- export declare type ServiceOutputTypes = CancelContactCommandOutput | CreateConfigCommandOutput | CreateDataflowEndpointGroupCommandOutput | CreateMissionProfileCommandOutput | DeleteConfigCommandOutput | DeleteDataflowEndpointGroupCommandOutput | DeleteMissionProfileCommandOutput | DescribeContactCommandOutput | GetConfigCommandOutput | GetDataflowEndpointGroupCommandOutput | GetMinuteUsageCommandOutput | GetMissionProfileCommandOutput | GetSatelliteCommandOutput | ListConfigsCommandOutput | ListContactsCommandOutput | ListDataflowEndpointGroupsCommandOutput | ListGroundStationsCommandOutput | ListMissionProfilesCommandOutput | ListSatellitesCommandOutput | ListTagsForResourceCommandOutput | ReserveContactCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateConfigCommandOutput | UpdateMissionProfileCommandOutput;
41
+ export declare type ServiceInputTypes = CancelContactCommandInput | CreateConfigCommandInput | CreateDataflowEndpointGroupCommandInput | CreateEphemerisCommandInput | CreateMissionProfileCommandInput | DeleteConfigCommandInput | DeleteDataflowEndpointGroupCommandInput | DeleteEphemerisCommandInput | DeleteMissionProfileCommandInput | DescribeContactCommandInput | DescribeEphemerisCommandInput | GetConfigCommandInput | GetDataflowEndpointGroupCommandInput | GetMinuteUsageCommandInput | GetMissionProfileCommandInput | GetSatelliteCommandInput | ListConfigsCommandInput | ListContactsCommandInput | ListDataflowEndpointGroupsCommandInput | ListEphemeridesCommandInput | ListGroundStationsCommandInput | ListMissionProfilesCommandInput | ListSatellitesCommandInput | ListTagsForResourceCommandInput | ReserveContactCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateConfigCommandInput | UpdateEphemerisCommandInput | UpdateMissionProfileCommandInput;
42
+ export declare type ServiceOutputTypes = CancelContactCommandOutput | CreateConfigCommandOutput | CreateDataflowEndpointGroupCommandOutput | CreateEphemerisCommandOutput | CreateMissionProfileCommandOutput | DeleteConfigCommandOutput | DeleteDataflowEndpointGroupCommandOutput | DeleteEphemerisCommandOutput | DeleteMissionProfileCommandOutput | DescribeContactCommandOutput | DescribeEphemerisCommandOutput | GetConfigCommandOutput | GetDataflowEndpointGroupCommandOutput | GetMinuteUsageCommandOutput | GetMissionProfileCommandOutput | GetSatelliteCommandOutput | ListConfigsCommandOutput | ListContactsCommandOutput | ListDataflowEndpointGroupsCommandOutput | ListEphemeridesCommandOutput | ListGroundStationsCommandOutput | ListMissionProfilesCommandOutput | ListSatellitesCommandOutput | ListTagsForResourceCommandOutput | ReserveContactCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateConfigCommandOutput | UpdateEphemerisCommandOutput | UpdateMissionProfileCommandOutput;
38
43
  export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
39
44
  /**
40
45
  * The HTTP handler to use. Fetch in browser and Https in Nodejs.
@@ -0,0 +1,37 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
+ import { Command as $Command } from "@aws-sdk/smithy-client";
3
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
+ import { GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GroundStationClient";
5
+ import { CreateEphemerisRequest, EphemerisIdResponse } from "../models/models_0";
6
+ export interface CreateEphemerisCommandInput extends CreateEphemerisRequest {
7
+ }
8
+ export interface CreateEphemerisCommandOutput extends EphemerisIdResponse, __MetadataBearer {
9
+ }
10
+ /**
11
+ * <p>Creates an Ephemeris with the specified <code>EphemerisData</code>.</p>
12
+ * @example
13
+ * Use a bare-bones client and the command you need to make an API call.
14
+ * ```javascript
15
+ * import { GroundStationClient, CreateEphemerisCommand } from "@aws-sdk/client-groundstation"; // ES Modules import
16
+ * // const { GroundStationClient, CreateEphemerisCommand } = require("@aws-sdk/client-groundstation"); // CommonJS import
17
+ * const client = new GroundStationClient(config);
18
+ * const command = new CreateEphemerisCommand(input);
19
+ * const response = await client.send(command);
20
+ * ```
21
+ *
22
+ * @see {@link CreateEphemerisCommandInput} for command's `input` shape.
23
+ * @see {@link CreateEphemerisCommandOutput} for command's `response` shape.
24
+ * @see {@link GroundStationClientResolvedConfig | config} for GroundStationClient's `config` shape.
25
+ *
26
+ */
27
+ export declare class CreateEphemerisCommand extends $Command<CreateEphemerisCommandInput, CreateEphemerisCommandOutput, GroundStationClientResolvedConfig> {
28
+ readonly input: CreateEphemerisCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
+ constructor(input: CreateEphemerisCommandInput);
31
+ /**
32
+ * @internal
33
+ */
34
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GroundStationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateEphemerisCommandInput, CreateEphemerisCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -0,0 +1,37 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
+ import { Command as $Command } from "@aws-sdk/smithy-client";
3
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
+ import { GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GroundStationClient";
5
+ import { DeleteEphemerisRequest, EphemerisIdResponse } from "../models/models_0";
6
+ export interface DeleteEphemerisCommandInput extends DeleteEphemerisRequest {
7
+ }
8
+ export interface DeleteEphemerisCommandOutput extends EphemerisIdResponse, __MetadataBearer {
9
+ }
10
+ /**
11
+ * <p>Deletes an ephemeris</p>
12
+ * @example
13
+ * Use a bare-bones client and the command you need to make an API call.
14
+ * ```javascript
15
+ * import { GroundStationClient, DeleteEphemerisCommand } from "@aws-sdk/client-groundstation"; // ES Modules import
16
+ * // const { GroundStationClient, DeleteEphemerisCommand } = require("@aws-sdk/client-groundstation"); // CommonJS import
17
+ * const client = new GroundStationClient(config);
18
+ * const command = new DeleteEphemerisCommand(input);
19
+ * const response = await client.send(command);
20
+ * ```
21
+ *
22
+ * @see {@link DeleteEphemerisCommandInput} for command's `input` shape.
23
+ * @see {@link DeleteEphemerisCommandOutput} for command's `response` shape.
24
+ * @see {@link GroundStationClientResolvedConfig | config} for GroundStationClient's `config` shape.
25
+ *
26
+ */
27
+ export declare class DeleteEphemerisCommand extends $Command<DeleteEphemerisCommandInput, DeleteEphemerisCommandOutput, GroundStationClientResolvedConfig> {
28
+ readonly input: DeleteEphemerisCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
+ constructor(input: DeleteEphemerisCommandInput);
31
+ /**
32
+ * @internal
33
+ */
34
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GroundStationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteEphemerisCommandInput, DeleteEphemerisCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -0,0 +1,37 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
+ import { Command as $Command } from "@aws-sdk/smithy-client";
3
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
+ import { GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GroundStationClient";
5
+ import { DescribeEphemerisRequest, DescribeEphemerisResponse } from "../models/models_0";
6
+ export interface DescribeEphemerisCommandInput extends DescribeEphemerisRequest {
7
+ }
8
+ export interface DescribeEphemerisCommandOutput extends DescribeEphemerisResponse, __MetadataBearer {
9
+ }
10
+ /**
11
+ * <p>Describes an existing ephemeris.</p>
12
+ * @example
13
+ * Use a bare-bones client and the command you need to make an API call.
14
+ * ```javascript
15
+ * import { GroundStationClient, DescribeEphemerisCommand } from "@aws-sdk/client-groundstation"; // ES Modules import
16
+ * // const { GroundStationClient, DescribeEphemerisCommand } = require("@aws-sdk/client-groundstation"); // CommonJS import
17
+ * const client = new GroundStationClient(config);
18
+ * const command = new DescribeEphemerisCommand(input);
19
+ * const response = await client.send(command);
20
+ * ```
21
+ *
22
+ * @see {@link DescribeEphemerisCommandInput} for command's `input` shape.
23
+ * @see {@link DescribeEphemerisCommandOutput} for command's `response` shape.
24
+ * @see {@link GroundStationClientResolvedConfig | config} for GroundStationClient's `config` shape.
25
+ *
26
+ */
27
+ export declare class DescribeEphemerisCommand extends $Command<DescribeEphemerisCommandInput, DescribeEphemerisCommandOutput, GroundStationClientResolvedConfig> {
28
+ readonly input: DescribeEphemerisCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
+ constructor(input: DescribeEphemerisCommandInput);
31
+ /**
32
+ * @internal
33
+ */
34
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GroundStationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeEphemerisCommandInput, DescribeEphemerisCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -0,0 +1,37 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
+ import { Command as $Command } from "@aws-sdk/smithy-client";
3
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
+ import { GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GroundStationClient";
5
+ import { ListEphemeridesRequest, ListEphemeridesResponse } from "../models/models_0";
6
+ export interface ListEphemeridesCommandInput extends ListEphemeridesRequest {
7
+ }
8
+ export interface ListEphemeridesCommandOutput extends ListEphemeridesResponse, __MetadataBearer {
9
+ }
10
+ /**
11
+ * <p>List existing ephemerides.</p>
12
+ * @example
13
+ * Use a bare-bones client and the command you need to make an API call.
14
+ * ```javascript
15
+ * import { GroundStationClient, ListEphemeridesCommand } from "@aws-sdk/client-groundstation"; // ES Modules import
16
+ * // const { GroundStationClient, ListEphemeridesCommand } = require("@aws-sdk/client-groundstation"); // CommonJS import
17
+ * const client = new GroundStationClient(config);
18
+ * const command = new ListEphemeridesCommand(input);
19
+ * const response = await client.send(command);
20
+ * ```
21
+ *
22
+ * @see {@link ListEphemeridesCommandInput} for command's `input` shape.
23
+ * @see {@link ListEphemeridesCommandOutput} for command's `response` shape.
24
+ * @see {@link GroundStationClientResolvedConfig | config} for GroundStationClient's `config` shape.
25
+ *
26
+ */
27
+ export declare class ListEphemeridesCommand extends $Command<ListEphemeridesCommandInput, ListEphemeridesCommandOutput, GroundStationClientResolvedConfig> {
28
+ readonly input: ListEphemeridesCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
+ constructor(input: ListEphemeridesCommandInput);
31
+ /**
32
+ * @internal
33
+ */
34
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GroundStationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListEphemeridesCommandInput, ListEphemeridesCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -0,0 +1,37 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
+ import { Command as $Command } from "@aws-sdk/smithy-client";
3
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
+ import { GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GroundStationClient";
5
+ import { EphemerisIdResponse, UpdateEphemerisRequest } from "../models/models_0";
6
+ export interface UpdateEphemerisCommandInput extends UpdateEphemerisRequest {
7
+ }
8
+ export interface UpdateEphemerisCommandOutput extends EphemerisIdResponse, __MetadataBearer {
9
+ }
10
+ /**
11
+ * <p>Updates an existing ephemeris</p>
12
+ * @example
13
+ * Use a bare-bones client and the command you need to make an API call.
14
+ * ```javascript
15
+ * import { GroundStationClient, UpdateEphemerisCommand } from "@aws-sdk/client-groundstation"; // ES Modules import
16
+ * // const { GroundStationClient, UpdateEphemerisCommand } = require("@aws-sdk/client-groundstation"); // CommonJS import
17
+ * const client = new GroundStationClient(config);
18
+ * const command = new UpdateEphemerisCommand(input);
19
+ * const response = await client.send(command);
20
+ * ```
21
+ *
22
+ * @see {@link UpdateEphemerisCommandInput} for command's `input` shape.
23
+ * @see {@link UpdateEphemerisCommandOutput} for command's `response` shape.
24
+ * @see {@link GroundStationClientResolvedConfig | config} for GroundStationClient's `config` shape.
25
+ *
26
+ */
27
+ export declare class UpdateEphemerisCommand extends $Command<UpdateEphemerisCommandInput, UpdateEphemerisCommandOutput, GroundStationClientResolvedConfig> {
28
+ readonly input: UpdateEphemerisCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
+ constructor(input: UpdateEphemerisCommandInput);
31
+ /**
32
+ * @internal
33
+ */
34
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GroundStationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateEphemerisCommandInput, UpdateEphemerisCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -1,11 +1,14 @@
1
1
  export * from "./CancelContactCommand";
2
2
  export * from "./CreateConfigCommand";
3
3
  export * from "./CreateDataflowEndpointGroupCommand";
4
+ export * from "./CreateEphemerisCommand";
4
5
  export * from "./CreateMissionProfileCommand";
5
6
  export * from "./DeleteConfigCommand";
6
7
  export * from "./DeleteDataflowEndpointGroupCommand";
8
+ export * from "./DeleteEphemerisCommand";
7
9
  export * from "./DeleteMissionProfileCommand";
8
10
  export * from "./DescribeContactCommand";
11
+ export * from "./DescribeEphemerisCommand";
9
12
  export * from "./GetConfigCommand";
10
13
  export * from "./GetDataflowEndpointGroupCommand";
11
14
  export * from "./GetMinuteUsageCommand";
@@ -14,6 +17,7 @@ export * from "./GetSatelliteCommand";
14
17
  export * from "./ListConfigsCommand";
15
18
  export * from "./ListContactsCommand";
16
19
  export * from "./ListDataflowEndpointGroupsCommand";
20
+ export * from "./ListEphemeridesCommand";
17
21
  export * from "./ListGroundStationsCommand";
18
22
  export * from "./ListMissionProfilesCommand";
19
23
  export * from "./ListSatellitesCommand";
@@ -22,4 +26,5 @@ export * from "./ReserveContactCommand";
22
26
  export * from "./TagResourceCommand";
23
27
  export * from "./UntagResourceCommand";
24
28
  export * from "./UpdateConfigCommand";
29
+ export * from "./UpdateEphemerisCommand";
25
30
  export * from "./UpdateMissionProfileCommand";