@aws-sdk/client-groundstation 3.478.0 → 3.481.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 (137) hide show
  1. package/dist-cjs/commands/CancelContactCommand.js +18 -41
  2. package/dist-cjs/commands/CreateConfigCommand.js +18 -41
  3. package/dist-cjs/commands/CreateDataflowEndpointGroupCommand.js +18 -41
  4. package/dist-cjs/commands/CreateEphemerisCommand.js +18 -41
  5. package/dist-cjs/commands/CreateMissionProfileCommand.js +18 -41
  6. package/dist-cjs/commands/DeleteConfigCommand.js +18 -41
  7. package/dist-cjs/commands/DeleteDataflowEndpointGroupCommand.js +18 -41
  8. package/dist-cjs/commands/DeleteEphemerisCommand.js +18 -41
  9. package/dist-cjs/commands/DeleteMissionProfileCommand.js +18 -41
  10. package/dist-cjs/commands/DescribeContactCommand.js +18 -41
  11. package/dist-cjs/commands/DescribeEphemerisCommand.js +18 -41
  12. package/dist-cjs/commands/GetAgentConfigurationCommand.js +18 -41
  13. package/dist-cjs/commands/GetConfigCommand.js +18 -41
  14. package/dist-cjs/commands/GetDataflowEndpointGroupCommand.js +18 -41
  15. package/dist-cjs/commands/GetMinuteUsageCommand.js +18 -41
  16. package/dist-cjs/commands/GetMissionProfileCommand.js +18 -41
  17. package/dist-cjs/commands/GetSatelliteCommand.js +18 -41
  18. package/dist-cjs/commands/ListConfigsCommand.js +18 -41
  19. package/dist-cjs/commands/ListContactsCommand.js +18 -41
  20. package/dist-cjs/commands/ListDataflowEndpointGroupsCommand.js +18 -41
  21. package/dist-cjs/commands/ListEphemeridesCommand.js +18 -41
  22. package/dist-cjs/commands/ListGroundStationsCommand.js +18 -41
  23. package/dist-cjs/commands/ListMissionProfilesCommand.js +18 -41
  24. package/dist-cjs/commands/ListSatellitesCommand.js +18 -41
  25. package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
  26. package/dist-cjs/commands/RegisterAgentCommand.js +18 -41
  27. package/dist-cjs/commands/ReserveContactCommand.js +18 -41
  28. package/dist-cjs/commands/TagResourceCommand.js +18 -41
  29. package/dist-cjs/commands/UntagResourceCommand.js +18 -41
  30. package/dist-cjs/commands/UpdateAgentStatusCommand.js +18 -41
  31. package/dist-cjs/commands/UpdateConfigCommand.js +18 -41
  32. package/dist-cjs/commands/UpdateEphemerisCommand.js +18 -41
  33. package/dist-cjs/commands/UpdateMissionProfileCommand.js +18 -41
  34. package/dist-cjs/endpoint/EndpointParameters.js +7 -1
  35. package/dist-es/commands/CancelContactCommand.js +18 -41
  36. package/dist-es/commands/CreateConfigCommand.js +18 -41
  37. package/dist-es/commands/CreateDataflowEndpointGroupCommand.js +18 -41
  38. package/dist-es/commands/CreateEphemerisCommand.js +18 -41
  39. package/dist-es/commands/CreateMissionProfileCommand.js +18 -41
  40. package/dist-es/commands/DeleteConfigCommand.js +18 -41
  41. package/dist-es/commands/DeleteDataflowEndpointGroupCommand.js +18 -41
  42. package/dist-es/commands/DeleteEphemerisCommand.js +18 -41
  43. package/dist-es/commands/DeleteMissionProfileCommand.js +18 -41
  44. package/dist-es/commands/DescribeContactCommand.js +18 -41
  45. package/dist-es/commands/DescribeEphemerisCommand.js +18 -41
  46. package/dist-es/commands/GetAgentConfigurationCommand.js +18 -41
  47. package/dist-es/commands/GetConfigCommand.js +18 -41
  48. package/dist-es/commands/GetDataflowEndpointGroupCommand.js +18 -41
  49. package/dist-es/commands/GetMinuteUsageCommand.js +18 -41
  50. package/dist-es/commands/GetMissionProfileCommand.js +18 -41
  51. package/dist-es/commands/GetSatelliteCommand.js +18 -41
  52. package/dist-es/commands/ListConfigsCommand.js +18 -41
  53. package/dist-es/commands/ListContactsCommand.js +18 -41
  54. package/dist-es/commands/ListDataflowEndpointGroupsCommand.js +18 -41
  55. package/dist-es/commands/ListEphemeridesCommand.js +18 -41
  56. package/dist-es/commands/ListGroundStationsCommand.js +18 -41
  57. package/dist-es/commands/ListMissionProfilesCommand.js +18 -41
  58. package/dist-es/commands/ListSatellitesCommand.js +18 -41
  59. package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
  60. package/dist-es/commands/RegisterAgentCommand.js +18 -41
  61. package/dist-es/commands/ReserveContactCommand.js +18 -41
  62. package/dist-es/commands/TagResourceCommand.js +18 -41
  63. package/dist-es/commands/UntagResourceCommand.js +18 -41
  64. package/dist-es/commands/UpdateAgentStatusCommand.js +18 -41
  65. package/dist-es/commands/UpdateConfigCommand.js +18 -41
  66. package/dist-es/commands/UpdateEphemerisCommand.js +18 -41
  67. package/dist-es/commands/UpdateMissionProfileCommand.js +18 -41
  68. package/dist-es/endpoint/EndpointParameters.js +6 -0
  69. package/dist-types/commands/CancelContactCommand.d.ts +6 -21
  70. package/dist-types/commands/CreateConfigCommand.d.ts +6 -21
  71. package/dist-types/commands/CreateDataflowEndpointGroupCommand.d.ts +6 -21
  72. package/dist-types/commands/CreateEphemerisCommand.d.ts +6 -21
  73. package/dist-types/commands/CreateMissionProfileCommand.d.ts +6 -21
  74. package/dist-types/commands/DeleteConfigCommand.d.ts +6 -21
  75. package/dist-types/commands/DeleteDataflowEndpointGroupCommand.d.ts +6 -21
  76. package/dist-types/commands/DeleteEphemerisCommand.d.ts +6 -21
  77. package/dist-types/commands/DeleteMissionProfileCommand.d.ts +6 -21
  78. package/dist-types/commands/DescribeContactCommand.d.ts +6 -21
  79. package/dist-types/commands/DescribeEphemerisCommand.d.ts +6 -21
  80. package/dist-types/commands/GetAgentConfigurationCommand.d.ts +6 -21
  81. package/dist-types/commands/GetConfigCommand.d.ts +6 -21
  82. package/dist-types/commands/GetDataflowEndpointGroupCommand.d.ts +6 -21
  83. package/dist-types/commands/GetMinuteUsageCommand.d.ts +6 -21
  84. package/dist-types/commands/GetMissionProfileCommand.d.ts +6 -21
  85. package/dist-types/commands/GetSatelliteCommand.d.ts +6 -21
  86. package/dist-types/commands/ListConfigsCommand.d.ts +6 -21
  87. package/dist-types/commands/ListContactsCommand.d.ts +6 -21
  88. package/dist-types/commands/ListDataflowEndpointGroupsCommand.d.ts +6 -21
  89. package/dist-types/commands/ListEphemeridesCommand.d.ts +6 -21
  90. package/dist-types/commands/ListGroundStationsCommand.d.ts +6 -21
  91. package/dist-types/commands/ListMissionProfilesCommand.d.ts +6 -21
  92. package/dist-types/commands/ListSatellitesCommand.d.ts +6 -21
  93. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
  94. package/dist-types/commands/RegisterAgentCommand.d.ts +6 -21
  95. package/dist-types/commands/ReserveContactCommand.d.ts +6 -21
  96. package/dist-types/commands/TagResourceCommand.d.ts +6 -21
  97. package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
  98. package/dist-types/commands/UpdateAgentStatusCommand.d.ts +6 -21
  99. package/dist-types/commands/UpdateConfigCommand.d.ts +6 -21
  100. package/dist-types/commands/UpdateEphemerisCommand.d.ts +6 -21
  101. package/dist-types/commands/UpdateMissionProfileCommand.d.ts +6 -21
  102. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  103. package/dist-types/ts3.4/commands/CancelContactCommand.d.ts +14 -23
  104. package/dist-types/ts3.4/commands/CreateConfigCommand.d.ts +14 -23
  105. package/dist-types/ts3.4/commands/CreateDataflowEndpointGroupCommand.d.ts +12 -24
  106. package/dist-types/ts3.4/commands/CreateEphemerisCommand.d.ts +14 -23
  107. package/dist-types/ts3.4/commands/CreateMissionProfileCommand.d.ts +12 -24
  108. package/dist-types/ts3.4/commands/DeleteConfigCommand.d.ts +14 -23
  109. package/dist-types/ts3.4/commands/DeleteDataflowEndpointGroupCommand.d.ts +12 -24
  110. package/dist-types/ts3.4/commands/DeleteEphemerisCommand.d.ts +14 -23
  111. package/dist-types/ts3.4/commands/DeleteMissionProfileCommand.d.ts +12 -24
  112. package/dist-types/ts3.4/commands/DescribeContactCommand.d.ts +14 -23
  113. package/dist-types/ts3.4/commands/DescribeEphemerisCommand.d.ts +14 -23
  114. package/dist-types/ts3.4/commands/GetAgentConfigurationCommand.d.ts +12 -24
  115. package/dist-types/ts3.4/commands/GetConfigCommand.d.ts +14 -23
  116. package/dist-types/ts3.4/commands/GetDataflowEndpointGroupCommand.d.ts +12 -24
  117. package/dist-types/ts3.4/commands/GetMinuteUsageCommand.d.ts +14 -23
  118. package/dist-types/ts3.4/commands/GetMissionProfileCommand.d.ts +14 -23
  119. package/dist-types/ts3.4/commands/GetSatelliteCommand.d.ts +14 -23
  120. package/dist-types/ts3.4/commands/ListConfigsCommand.d.ts +14 -23
  121. package/dist-types/ts3.4/commands/ListContactsCommand.d.ts +14 -23
  122. package/dist-types/ts3.4/commands/ListDataflowEndpointGroupsCommand.d.ts +12 -24
  123. package/dist-types/ts3.4/commands/ListEphemeridesCommand.d.ts +14 -23
  124. package/dist-types/ts3.4/commands/ListGroundStationsCommand.d.ts +14 -23
  125. package/dist-types/ts3.4/commands/ListMissionProfilesCommand.d.ts +14 -23
  126. package/dist-types/ts3.4/commands/ListSatellitesCommand.d.ts +14 -23
  127. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
  128. package/dist-types/ts3.4/commands/RegisterAgentCommand.d.ts +14 -23
  129. package/dist-types/ts3.4/commands/ReserveContactCommand.d.ts +14 -23
  130. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
  131. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
  132. package/dist-types/ts3.4/commands/UpdateAgentStatusCommand.d.ts +14 -23
  133. package/dist-types/ts3.4/commands/UpdateConfigCommand.d.ts +14 -23
  134. package/dist-types/ts3.4/commands/UpdateEphemerisCommand.d.ts +14 -23
  135. package/dist-types/ts3.4/commands/UpdateMissionProfileCommand.d.ts +12 -24
  136. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  137. package/package.json +9 -9
@@ -1,47 +1,24 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
- import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
5
  import { de_UpdateConfigCommand, se_UpdateConfigCommand } from "../protocols/Aws_restJson1";
6
6
  export { $Command };
7
- export class UpdateConfigCommand extends $Command {
8
- static getEndpointParameterInstructions() {
9
- return {
10
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
11
- Endpoint: { type: "builtInParams", name: "endpoint" },
12
- Region: { type: "builtInParams", name: "region" },
13
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
14
- };
15
- }
16
- constructor(input) {
17
- super();
18
- this.input = input;
19
- }
20
- resolveMiddleware(clientStack, configuration, options) {
21
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
22
- this.middlewareStack.use(getEndpointPlugin(configuration, UpdateConfigCommand.getEndpointParameterInstructions()));
23
- const stack = clientStack.concat(this.middlewareStack);
24
- const { logger } = configuration;
25
- const clientName = "GroundStationClient";
26
- const commandName = "UpdateConfigCommand";
27
- const handlerExecutionContext = {
28
- logger,
29
- clientName,
30
- commandName,
31
- inputFilterSensitiveLog: (_) => _,
32
- outputFilterSensitiveLog: (_) => _,
33
- [SMITHY_CONTEXT_KEY]: {
34
- service: "GroundStation",
35
- operation: "UpdateConfig",
36
- },
37
- };
38
- const { requestHandler } = configuration;
39
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
40
- }
41
- serialize(input, context) {
42
- return se_UpdateConfigCommand(input, context);
43
- }
44
- deserialize(output, context) {
45
- return de_UpdateConfigCommand(output, context);
46
- }
7
+ export class UpdateConfigCommand extends $Command
8
+ .classBuilder()
9
+ .ep({
10
+ ...commonParams,
11
+ })
12
+ .m(function (Command, cs, config, o) {
13
+ return [
14
+ getSerdePlugin(config, this.serialize, this.deserialize),
15
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
16
+ ];
17
+ })
18
+ .s("GroundStation", "UpdateConfig", {})
19
+ .n("GroundStationClient", "UpdateConfigCommand")
20
+ .f(void 0, void 0)
21
+ .ser(se_UpdateConfigCommand)
22
+ .de(de_UpdateConfigCommand)
23
+ .build() {
47
24
  }
@@ -1,47 +1,24 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
- import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
5
  import { de_UpdateEphemerisCommand, se_UpdateEphemerisCommand } from "../protocols/Aws_restJson1";
6
6
  export { $Command };
7
- export class UpdateEphemerisCommand extends $Command {
8
- static getEndpointParameterInstructions() {
9
- return {
10
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
11
- Endpoint: { type: "builtInParams", name: "endpoint" },
12
- Region: { type: "builtInParams", name: "region" },
13
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
14
- };
15
- }
16
- constructor(input) {
17
- super();
18
- this.input = input;
19
- }
20
- resolveMiddleware(clientStack, configuration, options) {
21
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
22
- this.middlewareStack.use(getEndpointPlugin(configuration, UpdateEphemerisCommand.getEndpointParameterInstructions()));
23
- const stack = clientStack.concat(this.middlewareStack);
24
- const { logger } = configuration;
25
- const clientName = "GroundStationClient";
26
- const commandName = "UpdateEphemerisCommand";
27
- const handlerExecutionContext = {
28
- logger,
29
- clientName,
30
- commandName,
31
- inputFilterSensitiveLog: (_) => _,
32
- outputFilterSensitiveLog: (_) => _,
33
- [SMITHY_CONTEXT_KEY]: {
34
- service: "GroundStation",
35
- operation: "UpdateEphemeris",
36
- },
37
- };
38
- const { requestHandler } = configuration;
39
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
40
- }
41
- serialize(input, context) {
42
- return se_UpdateEphemerisCommand(input, context);
43
- }
44
- deserialize(output, context) {
45
- return de_UpdateEphemerisCommand(output, context);
46
- }
7
+ export class UpdateEphemerisCommand extends $Command
8
+ .classBuilder()
9
+ .ep({
10
+ ...commonParams,
11
+ })
12
+ .m(function (Command, cs, config, o) {
13
+ return [
14
+ getSerdePlugin(config, this.serialize, this.deserialize),
15
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
16
+ ];
17
+ })
18
+ .s("GroundStation", "UpdateEphemeris", {})
19
+ .n("GroundStationClient", "UpdateEphemerisCommand")
20
+ .f(void 0, void 0)
21
+ .ser(se_UpdateEphemerisCommand)
22
+ .de(de_UpdateEphemerisCommand)
23
+ .build() {
47
24
  }
@@ -1,47 +1,24 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
- import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
5
  import { de_UpdateMissionProfileCommand, se_UpdateMissionProfileCommand } from "../protocols/Aws_restJson1";
6
6
  export { $Command };
7
- export class UpdateMissionProfileCommand extends $Command {
8
- static getEndpointParameterInstructions() {
9
- return {
10
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
11
- Endpoint: { type: "builtInParams", name: "endpoint" },
12
- Region: { type: "builtInParams", name: "region" },
13
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
14
- };
15
- }
16
- constructor(input) {
17
- super();
18
- this.input = input;
19
- }
20
- resolveMiddleware(clientStack, configuration, options) {
21
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
22
- this.middlewareStack.use(getEndpointPlugin(configuration, UpdateMissionProfileCommand.getEndpointParameterInstructions()));
23
- const stack = clientStack.concat(this.middlewareStack);
24
- const { logger } = configuration;
25
- const clientName = "GroundStationClient";
26
- const commandName = "UpdateMissionProfileCommand";
27
- const handlerExecutionContext = {
28
- logger,
29
- clientName,
30
- commandName,
31
- inputFilterSensitiveLog: (_) => _,
32
- outputFilterSensitiveLog: (_) => _,
33
- [SMITHY_CONTEXT_KEY]: {
34
- service: "GroundStation",
35
- operation: "UpdateMissionProfile",
36
- },
37
- };
38
- const { requestHandler } = configuration;
39
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
40
- }
41
- serialize(input, context) {
42
- return se_UpdateMissionProfileCommand(input, context);
43
- }
44
- deserialize(output, context) {
45
- return de_UpdateMissionProfileCommand(output, context);
46
- }
7
+ export class UpdateMissionProfileCommand extends $Command
8
+ .classBuilder()
9
+ .ep({
10
+ ...commonParams,
11
+ })
12
+ .m(function (Command, cs, config, o) {
13
+ return [
14
+ getSerdePlugin(config, this.serialize, this.deserialize),
15
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
16
+ ];
17
+ })
18
+ .s("GroundStation", "UpdateMissionProfile", {})
19
+ .n("GroundStationClient", "UpdateMissionProfileCommand")
20
+ .f(void 0, void 0)
21
+ .ser(se_UpdateMissionProfileCommand)
22
+ .de(de_UpdateMissionProfileCommand)
23
+ .build() {
47
24
  }
@@ -6,3 +6,9 @@ export const resolveClientEndpointParameters = (options) => {
6
6
  defaultSigningName: "groundstation",
7
7
  };
8
8
  };
9
+ export const commonParams = {
10
+ UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
11
+ Endpoint: { type: "builtInParams", name: "endpoint" },
12
+ Region: { type: "builtInParams", name: "region" },
13
+ UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
14
+ };
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GroundStationClient";
5
4
  import { CancelContactRequest, ContactIdResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface CancelContactCommandInput extends CancelContactRequest {
21
20
  */
22
21
  export interface CancelContactCommandOutput extends ContactIdResponse, __MetadataBearer {
23
22
  }
23
+ declare const CancelContactCommand_base: {
24
+ new (input: CancelContactCommandInput): import("@smithy/smithy-client").CommandImpl<CancelContactCommandInput, CancelContactCommandOutput, GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Cancels a contact with a specified contact ID.</p>
@@ -60,23 +63,5 @@ export interface CancelContactCommandOutput extends ContactIdResponse, __Metadat
60
63
  * <p>Base exception class for all service exceptions from GroundStation service.</p>
61
64
  *
62
65
  */
63
- export declare class CancelContactCommand extends $Command<CancelContactCommandInput, CancelContactCommandOutput, GroundStationClientResolvedConfig> {
64
- readonly input: CancelContactCommandInput;
65
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
66
- /**
67
- * @public
68
- */
69
- constructor(input: CancelContactCommandInput);
70
- /**
71
- * @internal
72
- */
73
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GroundStationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CancelContactCommandInput, CancelContactCommandOutput>;
74
- /**
75
- * @internal
76
- */
77
- private serialize;
78
- /**
79
- * @internal
80
- */
81
- private deserialize;
66
+ export declare class CancelContactCommand extends CancelContactCommand_base {
82
67
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GroundStationClient";
5
4
  import { ConfigIdResponse, CreateConfigRequest } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface CreateConfigCommandInput extends CreateConfigRequest {
21
20
  */
22
21
  export interface CreateConfigCommandOutput extends ConfigIdResponse, __MetadataBearer {
23
22
  }
23
+ declare const CreateConfigCommand_base: {
24
+ new (input: CreateConfigCommandInput): import("@smithy/smithy-client").CommandImpl<CreateConfigCommandInput, CreateConfigCommandOutput, GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Creates a <code>Config</code> with the specified <code>configData</code> parameters.</p>
@@ -133,23 +136,5 @@ export interface CreateConfigCommandOutput extends ConfigIdResponse, __MetadataB
133
136
  * <p>Base exception class for all service exceptions from GroundStation service.</p>
134
137
  *
135
138
  */
136
- export declare class CreateConfigCommand extends $Command<CreateConfigCommandInput, CreateConfigCommandOutput, GroundStationClientResolvedConfig> {
137
- readonly input: CreateConfigCommandInput;
138
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
139
- /**
140
- * @public
141
- */
142
- constructor(input: CreateConfigCommandInput);
143
- /**
144
- * @internal
145
- */
146
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GroundStationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateConfigCommandInput, CreateConfigCommandOutput>;
147
- /**
148
- * @internal
149
- */
150
- private serialize;
151
- /**
152
- * @internal
153
- */
154
- private deserialize;
139
+ export declare class CreateConfigCommand extends CreateConfigCommand_base {
155
140
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GroundStationClient";
5
4
  import { CreateDataflowEndpointGroupRequest, DataflowEndpointGroupIdResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface CreateDataflowEndpointGroupCommandInput extends CreateDataflowE
21
20
  */
22
21
  export interface CreateDataflowEndpointGroupCommandOutput extends DataflowEndpointGroupIdResponse, __MetadataBearer {
23
22
  }
23
+ declare const CreateDataflowEndpointGroupCommand_base: {
24
+ new (input: CreateDataflowEndpointGroupCommandInput): import("@smithy/smithy-client").CommandImpl<CreateDataflowEndpointGroupCommandInput, CreateDataflowEndpointGroupCommandOutput, GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Creates a <code>DataflowEndpoint</code> group containing the specified list of <code>DataflowEndpoint</code> objects.</p>
@@ -116,23 +119,5 @@ export interface CreateDataflowEndpointGroupCommandOutput extends DataflowEndpoi
116
119
  * <p>Base exception class for all service exceptions from GroundStation service.</p>
117
120
  *
118
121
  */
119
- export declare class CreateDataflowEndpointGroupCommand extends $Command<CreateDataflowEndpointGroupCommandInput, CreateDataflowEndpointGroupCommandOutput, GroundStationClientResolvedConfig> {
120
- readonly input: CreateDataflowEndpointGroupCommandInput;
121
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
122
- /**
123
- * @public
124
- */
125
- constructor(input: CreateDataflowEndpointGroupCommandInput);
126
- /**
127
- * @internal
128
- */
129
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GroundStationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateDataflowEndpointGroupCommandInput, CreateDataflowEndpointGroupCommandOutput>;
130
- /**
131
- * @internal
132
- */
133
- private serialize;
134
- /**
135
- * @internal
136
- */
137
- private deserialize;
122
+ export declare class CreateDataflowEndpointGroupCommand extends CreateDataflowEndpointGroupCommand_base {
138
123
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GroundStationClient";
5
4
  import { CreateEphemerisRequest, EphemerisIdResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface CreateEphemerisCommandInput extends CreateEphemerisRequest {
21
20
  */
22
21
  export interface CreateEphemerisCommandOutput extends EphemerisIdResponse, __MetadataBearer {
23
22
  }
23
+ declare const CreateEphemerisCommand_base: {
24
+ new (input: CreateEphemerisCommandInput): import("@smithy/smithy-client").CommandImpl<CreateEphemerisCommandInput, CreateEphemerisCommandOutput, GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Creates an Ephemeris with the specified <code>EphemerisData</code>.</p>
@@ -95,23 +98,5 @@ export interface CreateEphemerisCommandOutput extends EphemerisIdResponse, __Met
95
98
  * <p>Base exception class for all service exceptions from GroundStation service.</p>
96
99
  *
97
100
  */
98
- export declare class CreateEphemerisCommand extends $Command<CreateEphemerisCommandInput, CreateEphemerisCommandOutput, GroundStationClientResolvedConfig> {
99
- readonly input: CreateEphemerisCommandInput;
100
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
101
- /**
102
- * @public
103
- */
104
- constructor(input: CreateEphemerisCommandInput);
105
- /**
106
- * @internal
107
- */
108
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GroundStationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateEphemerisCommandInput, CreateEphemerisCommandOutput>;
109
- /**
110
- * @internal
111
- */
112
- private serialize;
113
- /**
114
- * @internal
115
- */
116
- private deserialize;
101
+ export declare class CreateEphemerisCommand extends CreateEphemerisCommand_base {
117
102
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GroundStationClient";
5
4
  import { CreateMissionProfileRequest, MissionProfileIdResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface CreateMissionProfileCommandInput extends CreateMissionProfileRe
21
20
  */
22
21
  export interface CreateMissionProfileCommandOutput extends MissionProfileIdResponse, __MetadataBearer {
23
22
  }
23
+ declare const CreateMissionProfileCommand_base: {
24
+ new (input: CreateMissionProfileCommandInput): import("@smithy/smithy-client").CommandImpl<CreateMissionProfileCommandInput, CreateMissionProfileCommandOutput, GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Creates a mission profile.</p>
@@ -81,23 +84,5 @@ export interface CreateMissionProfileCommandOutput extends MissionProfileIdRespo
81
84
  * <p>Base exception class for all service exceptions from GroundStation service.</p>
82
85
  *
83
86
  */
84
- export declare class CreateMissionProfileCommand extends $Command<CreateMissionProfileCommandInput, CreateMissionProfileCommandOutput, GroundStationClientResolvedConfig> {
85
- readonly input: CreateMissionProfileCommandInput;
86
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
87
- /**
88
- * @public
89
- */
90
- constructor(input: CreateMissionProfileCommandInput);
91
- /**
92
- * @internal
93
- */
94
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GroundStationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateMissionProfileCommandInput, CreateMissionProfileCommandOutput>;
95
- /**
96
- * @internal
97
- */
98
- private serialize;
99
- /**
100
- * @internal
101
- */
102
- private deserialize;
87
+ export declare class CreateMissionProfileCommand extends CreateMissionProfileCommand_base {
103
88
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GroundStationClient";
5
4
  import { ConfigIdResponse, DeleteConfigRequest } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteConfigCommandInput extends DeleteConfigRequest {
21
20
  */
22
21
  export interface DeleteConfigCommandOutput extends ConfigIdResponse, __MetadataBearer {
23
22
  }
23
+ declare const DeleteConfigCommand_base: {
24
+ new (input: DeleteConfigCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteConfigCommandInput, DeleteConfigCommandOutput, GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Deletes a <code>Config</code>.</p>
@@ -63,23 +66,5 @@ export interface DeleteConfigCommandOutput extends ConfigIdResponse, __MetadataB
63
66
  * <p>Base exception class for all service exceptions from GroundStation service.</p>
64
67
  *
65
68
  */
66
- export declare class DeleteConfigCommand extends $Command<DeleteConfigCommandInput, DeleteConfigCommandOutput, GroundStationClientResolvedConfig> {
67
- readonly input: DeleteConfigCommandInput;
68
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
69
- /**
70
- * @public
71
- */
72
- constructor(input: DeleteConfigCommandInput);
73
- /**
74
- * @internal
75
- */
76
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GroundStationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteConfigCommandInput, DeleteConfigCommandOutput>;
77
- /**
78
- * @internal
79
- */
80
- private serialize;
81
- /**
82
- * @internal
83
- */
84
- private deserialize;
69
+ export declare class DeleteConfigCommand extends DeleteConfigCommand_base {
85
70
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GroundStationClient";
5
4
  import { DataflowEndpointGroupIdResponse, DeleteDataflowEndpointGroupRequest } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteDataflowEndpointGroupCommandInput extends DeleteDataflowE
21
20
  */
22
21
  export interface DeleteDataflowEndpointGroupCommandOutput extends DataflowEndpointGroupIdResponse, __MetadataBearer {
23
22
  }
23
+ declare const DeleteDataflowEndpointGroupCommand_base: {
24
+ new (input: DeleteDataflowEndpointGroupCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteDataflowEndpointGroupCommandInput, DeleteDataflowEndpointGroupCommandOutput, GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Deletes a dataflow endpoint group.</p>
@@ -60,23 +63,5 @@ export interface DeleteDataflowEndpointGroupCommandOutput extends DataflowEndpoi
60
63
  * <p>Base exception class for all service exceptions from GroundStation service.</p>
61
64
  *
62
65
  */
63
- export declare class DeleteDataflowEndpointGroupCommand extends $Command<DeleteDataflowEndpointGroupCommandInput, DeleteDataflowEndpointGroupCommandOutput, GroundStationClientResolvedConfig> {
64
- readonly input: DeleteDataflowEndpointGroupCommandInput;
65
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
66
- /**
67
- * @public
68
- */
69
- constructor(input: DeleteDataflowEndpointGroupCommandInput);
70
- /**
71
- * @internal
72
- */
73
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GroundStationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteDataflowEndpointGroupCommandInput, DeleteDataflowEndpointGroupCommandOutput>;
74
- /**
75
- * @internal
76
- */
77
- private serialize;
78
- /**
79
- * @internal
80
- */
81
- private deserialize;
66
+ export declare class DeleteDataflowEndpointGroupCommand extends DeleteDataflowEndpointGroupCommand_base {
82
67
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GroundStationClient";
5
4
  import { DeleteEphemerisRequest, EphemerisIdResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteEphemerisCommandInput extends DeleteEphemerisRequest {
21
20
  */
22
21
  export interface DeleteEphemerisCommandOutput extends EphemerisIdResponse, __MetadataBearer {
23
22
  }
23
+ declare const DeleteEphemerisCommand_base: {
24
+ new (input: DeleteEphemerisCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteEphemerisCommandInput, DeleteEphemerisCommandOutput, GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Deletes an ephemeris</p>
@@ -60,23 +63,5 @@ export interface DeleteEphemerisCommandOutput extends EphemerisIdResponse, __Met
60
63
  * <p>Base exception class for all service exceptions from GroundStation service.</p>
61
64
  *
62
65
  */
63
- export declare class DeleteEphemerisCommand extends $Command<DeleteEphemerisCommandInput, DeleteEphemerisCommandOutput, GroundStationClientResolvedConfig> {
64
- readonly input: DeleteEphemerisCommandInput;
65
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
66
- /**
67
- * @public
68
- */
69
- constructor(input: DeleteEphemerisCommandInput);
70
- /**
71
- * @internal
72
- */
73
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GroundStationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteEphemerisCommandInput, DeleteEphemerisCommandOutput>;
74
- /**
75
- * @internal
76
- */
77
- private serialize;
78
- /**
79
- * @internal
80
- */
81
- private deserialize;
66
+ export declare class DeleteEphemerisCommand extends DeleteEphemerisCommand_base {
82
67
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GroundStationClient";
5
4
  import { DeleteMissionProfileRequest, MissionProfileIdResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteMissionProfileCommandInput extends DeleteMissionProfileRe
21
20
  */
22
21
  export interface DeleteMissionProfileCommandOutput extends MissionProfileIdResponse, __MetadataBearer {
23
22
  }
23
+ declare const DeleteMissionProfileCommand_base: {
24
+ new (input: DeleteMissionProfileCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteMissionProfileCommandInput, DeleteMissionProfileCommandOutput, GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Deletes a mission profile.</p>
@@ -60,23 +63,5 @@ export interface DeleteMissionProfileCommandOutput extends MissionProfileIdRespo
60
63
  * <p>Base exception class for all service exceptions from GroundStation service.</p>
61
64
  *
62
65
  */
63
- export declare class DeleteMissionProfileCommand extends $Command<DeleteMissionProfileCommandInput, DeleteMissionProfileCommandOutput, GroundStationClientResolvedConfig> {
64
- readonly input: DeleteMissionProfileCommandInput;
65
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
66
- /**
67
- * @public
68
- */
69
- constructor(input: DeleteMissionProfileCommandInput);
70
- /**
71
- * @internal
72
- */
73
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GroundStationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteMissionProfileCommandInput, DeleteMissionProfileCommandOutput>;
74
- /**
75
- * @internal
76
- */
77
- private serialize;
78
- /**
79
- * @internal
80
- */
81
- private deserialize;
66
+ export declare class DeleteMissionProfileCommand extends DeleteMissionProfileCommand_base {
82
67
  }