@aws-sdk/client-groundstation 3.478.0 → 3.484.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 +11 -11
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const types_1 = require("@smithy/types");
8
+ const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class DescribeContactCommand extends smithy_client_1.Command {
11
- static getEndpointParameterInstructions() {
12
- return {
13
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
14
- Endpoint: { type: "builtInParams", name: "endpoint" },
15
- Region: { type: "builtInParams", name: "region" },
16
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
- };
18
- }
19
- constructor(input) {
20
- super();
21
- this.input = input;
22
- }
23
- resolveMiddleware(clientStack, configuration, options) {
24
- this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
25
- this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, DescribeContactCommand.getEndpointParameterInstructions()));
26
- const stack = clientStack.concat(this.middlewareStack);
27
- const { logger } = configuration;
28
- const clientName = "GroundStationClient";
29
- const commandName = "DescribeContactCommand";
30
- const handlerExecutionContext = {
31
- logger,
32
- clientName,
33
- commandName,
34
- inputFilterSensitiveLog: (_) => _,
35
- outputFilterSensitiveLog: (_) => _,
36
- [types_1.SMITHY_CONTEXT_KEY]: {
37
- service: "GroundStation",
38
- operation: "DescribeContact",
39
- },
40
- };
41
- const { requestHandler } = configuration;
42
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
43
- }
44
- serialize(input, context) {
45
- return (0, Aws_restJson1_1.se_DescribeContactCommand)(input, context);
46
- }
47
- deserialize(output, context) {
48
- return (0, Aws_restJson1_1.de_DescribeContactCommand)(output, context);
49
- }
10
+ class DescribeContactCommand extends smithy_client_1.Command
11
+ .classBuilder()
12
+ .ep({
13
+ ...EndpointParameters_1.commonParams,
14
+ })
15
+ .m(function (Command, cs, config, o) {
16
+ return [
17
+ (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
+ (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
+ ];
20
+ })
21
+ .s("GroundStation", "DescribeContact", {})
22
+ .n("GroundStationClient", "DescribeContactCommand")
23
+ .f(void 0, void 0)
24
+ .ser(Aws_restJson1_1.se_DescribeContactCommand)
25
+ .de(Aws_restJson1_1.de_DescribeContactCommand)
26
+ .build() {
50
27
  }
51
28
  exports.DescribeContactCommand = DescribeContactCommand;
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const types_1 = require("@smithy/types");
8
+ const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class DescribeEphemerisCommand extends smithy_client_1.Command {
11
- static getEndpointParameterInstructions() {
12
- return {
13
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
14
- Endpoint: { type: "builtInParams", name: "endpoint" },
15
- Region: { type: "builtInParams", name: "region" },
16
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
- };
18
- }
19
- constructor(input) {
20
- super();
21
- this.input = input;
22
- }
23
- resolveMiddleware(clientStack, configuration, options) {
24
- this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
25
- this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, DescribeEphemerisCommand.getEndpointParameterInstructions()));
26
- const stack = clientStack.concat(this.middlewareStack);
27
- const { logger } = configuration;
28
- const clientName = "GroundStationClient";
29
- const commandName = "DescribeEphemerisCommand";
30
- const handlerExecutionContext = {
31
- logger,
32
- clientName,
33
- commandName,
34
- inputFilterSensitiveLog: (_) => _,
35
- outputFilterSensitiveLog: (_) => _,
36
- [types_1.SMITHY_CONTEXT_KEY]: {
37
- service: "GroundStation",
38
- operation: "DescribeEphemeris",
39
- },
40
- };
41
- const { requestHandler } = configuration;
42
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
43
- }
44
- serialize(input, context) {
45
- return (0, Aws_restJson1_1.se_DescribeEphemerisCommand)(input, context);
46
- }
47
- deserialize(output, context) {
48
- return (0, Aws_restJson1_1.de_DescribeEphemerisCommand)(output, context);
49
- }
10
+ class DescribeEphemerisCommand extends smithy_client_1.Command
11
+ .classBuilder()
12
+ .ep({
13
+ ...EndpointParameters_1.commonParams,
14
+ })
15
+ .m(function (Command, cs, config, o) {
16
+ return [
17
+ (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
+ (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
+ ];
20
+ })
21
+ .s("GroundStation", "DescribeEphemeris", {})
22
+ .n("GroundStationClient", "DescribeEphemerisCommand")
23
+ .f(void 0, void 0)
24
+ .ser(Aws_restJson1_1.se_DescribeEphemerisCommand)
25
+ .de(Aws_restJson1_1.de_DescribeEphemerisCommand)
26
+ .build() {
50
27
  }
51
28
  exports.DescribeEphemerisCommand = DescribeEphemerisCommand;
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const types_1 = require("@smithy/types");
8
+ const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class GetAgentConfigurationCommand extends smithy_client_1.Command {
11
- static getEndpointParameterInstructions() {
12
- return {
13
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
14
- Endpoint: { type: "builtInParams", name: "endpoint" },
15
- Region: { type: "builtInParams", name: "region" },
16
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
- };
18
- }
19
- constructor(input) {
20
- super();
21
- this.input = input;
22
- }
23
- resolveMiddleware(clientStack, configuration, options) {
24
- this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
25
- this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, GetAgentConfigurationCommand.getEndpointParameterInstructions()));
26
- const stack = clientStack.concat(this.middlewareStack);
27
- const { logger } = configuration;
28
- const clientName = "GroundStationClient";
29
- const commandName = "GetAgentConfigurationCommand";
30
- const handlerExecutionContext = {
31
- logger,
32
- clientName,
33
- commandName,
34
- inputFilterSensitiveLog: (_) => _,
35
- outputFilterSensitiveLog: (_) => _,
36
- [types_1.SMITHY_CONTEXT_KEY]: {
37
- service: "GroundStation",
38
- operation: "GetAgentConfiguration",
39
- },
40
- };
41
- const { requestHandler } = configuration;
42
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
43
- }
44
- serialize(input, context) {
45
- return (0, Aws_restJson1_1.se_GetAgentConfigurationCommand)(input, context);
46
- }
47
- deserialize(output, context) {
48
- return (0, Aws_restJson1_1.de_GetAgentConfigurationCommand)(output, context);
49
- }
10
+ class GetAgentConfigurationCommand extends smithy_client_1.Command
11
+ .classBuilder()
12
+ .ep({
13
+ ...EndpointParameters_1.commonParams,
14
+ })
15
+ .m(function (Command, cs, config, o) {
16
+ return [
17
+ (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
+ (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
+ ];
20
+ })
21
+ .s("GroundStation", "GetAgentConfiguration", {})
22
+ .n("GroundStationClient", "GetAgentConfigurationCommand")
23
+ .f(void 0, void 0)
24
+ .ser(Aws_restJson1_1.se_GetAgentConfigurationCommand)
25
+ .de(Aws_restJson1_1.de_GetAgentConfigurationCommand)
26
+ .build() {
50
27
  }
51
28
  exports.GetAgentConfigurationCommand = GetAgentConfigurationCommand;
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const types_1 = require("@smithy/types");
8
+ const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class GetConfigCommand extends smithy_client_1.Command {
11
- static getEndpointParameterInstructions() {
12
- return {
13
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
14
- Endpoint: { type: "builtInParams", name: "endpoint" },
15
- Region: { type: "builtInParams", name: "region" },
16
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
- };
18
- }
19
- constructor(input) {
20
- super();
21
- this.input = input;
22
- }
23
- resolveMiddleware(clientStack, configuration, options) {
24
- this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
25
- this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, GetConfigCommand.getEndpointParameterInstructions()));
26
- const stack = clientStack.concat(this.middlewareStack);
27
- const { logger } = configuration;
28
- const clientName = "GroundStationClient";
29
- const commandName = "GetConfigCommand";
30
- const handlerExecutionContext = {
31
- logger,
32
- clientName,
33
- commandName,
34
- inputFilterSensitiveLog: (_) => _,
35
- outputFilterSensitiveLog: (_) => _,
36
- [types_1.SMITHY_CONTEXT_KEY]: {
37
- service: "GroundStation",
38
- operation: "GetConfig",
39
- },
40
- };
41
- const { requestHandler } = configuration;
42
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
43
- }
44
- serialize(input, context) {
45
- return (0, Aws_restJson1_1.se_GetConfigCommand)(input, context);
46
- }
47
- deserialize(output, context) {
48
- return (0, Aws_restJson1_1.de_GetConfigCommand)(output, context);
49
- }
10
+ class GetConfigCommand extends smithy_client_1.Command
11
+ .classBuilder()
12
+ .ep({
13
+ ...EndpointParameters_1.commonParams,
14
+ })
15
+ .m(function (Command, cs, config, o) {
16
+ return [
17
+ (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
+ (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
+ ];
20
+ })
21
+ .s("GroundStation", "GetConfig", {})
22
+ .n("GroundStationClient", "GetConfigCommand")
23
+ .f(void 0, void 0)
24
+ .ser(Aws_restJson1_1.se_GetConfigCommand)
25
+ .de(Aws_restJson1_1.de_GetConfigCommand)
26
+ .build() {
50
27
  }
51
28
  exports.GetConfigCommand = GetConfigCommand;
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const types_1 = require("@smithy/types");
8
+ const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class GetDataflowEndpointGroupCommand extends smithy_client_1.Command {
11
- static getEndpointParameterInstructions() {
12
- return {
13
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
14
- Endpoint: { type: "builtInParams", name: "endpoint" },
15
- Region: { type: "builtInParams", name: "region" },
16
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
- };
18
- }
19
- constructor(input) {
20
- super();
21
- this.input = input;
22
- }
23
- resolveMiddleware(clientStack, configuration, options) {
24
- this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
25
- this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, GetDataflowEndpointGroupCommand.getEndpointParameterInstructions()));
26
- const stack = clientStack.concat(this.middlewareStack);
27
- const { logger } = configuration;
28
- const clientName = "GroundStationClient";
29
- const commandName = "GetDataflowEndpointGroupCommand";
30
- const handlerExecutionContext = {
31
- logger,
32
- clientName,
33
- commandName,
34
- inputFilterSensitiveLog: (_) => _,
35
- outputFilterSensitiveLog: (_) => _,
36
- [types_1.SMITHY_CONTEXT_KEY]: {
37
- service: "GroundStation",
38
- operation: "GetDataflowEndpointGroup",
39
- },
40
- };
41
- const { requestHandler } = configuration;
42
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
43
- }
44
- serialize(input, context) {
45
- return (0, Aws_restJson1_1.se_GetDataflowEndpointGroupCommand)(input, context);
46
- }
47
- deserialize(output, context) {
48
- return (0, Aws_restJson1_1.de_GetDataflowEndpointGroupCommand)(output, context);
49
- }
10
+ class GetDataflowEndpointGroupCommand extends smithy_client_1.Command
11
+ .classBuilder()
12
+ .ep({
13
+ ...EndpointParameters_1.commonParams,
14
+ })
15
+ .m(function (Command, cs, config, o) {
16
+ return [
17
+ (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
+ (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
+ ];
20
+ })
21
+ .s("GroundStation", "GetDataflowEndpointGroup", {})
22
+ .n("GroundStationClient", "GetDataflowEndpointGroupCommand")
23
+ .f(void 0, void 0)
24
+ .ser(Aws_restJson1_1.se_GetDataflowEndpointGroupCommand)
25
+ .de(Aws_restJson1_1.de_GetDataflowEndpointGroupCommand)
26
+ .build() {
50
27
  }
51
28
  exports.GetDataflowEndpointGroupCommand = GetDataflowEndpointGroupCommand;
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const types_1 = require("@smithy/types");
8
+ const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class GetMinuteUsageCommand extends smithy_client_1.Command {
11
- static getEndpointParameterInstructions() {
12
- return {
13
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
14
- Endpoint: { type: "builtInParams", name: "endpoint" },
15
- Region: { type: "builtInParams", name: "region" },
16
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
- };
18
- }
19
- constructor(input) {
20
- super();
21
- this.input = input;
22
- }
23
- resolveMiddleware(clientStack, configuration, options) {
24
- this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
25
- this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, GetMinuteUsageCommand.getEndpointParameterInstructions()));
26
- const stack = clientStack.concat(this.middlewareStack);
27
- const { logger } = configuration;
28
- const clientName = "GroundStationClient";
29
- const commandName = "GetMinuteUsageCommand";
30
- const handlerExecutionContext = {
31
- logger,
32
- clientName,
33
- commandName,
34
- inputFilterSensitiveLog: (_) => _,
35
- outputFilterSensitiveLog: (_) => _,
36
- [types_1.SMITHY_CONTEXT_KEY]: {
37
- service: "GroundStation",
38
- operation: "GetMinuteUsage",
39
- },
40
- };
41
- const { requestHandler } = configuration;
42
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
43
- }
44
- serialize(input, context) {
45
- return (0, Aws_restJson1_1.se_GetMinuteUsageCommand)(input, context);
46
- }
47
- deserialize(output, context) {
48
- return (0, Aws_restJson1_1.de_GetMinuteUsageCommand)(output, context);
49
- }
10
+ class GetMinuteUsageCommand extends smithy_client_1.Command
11
+ .classBuilder()
12
+ .ep({
13
+ ...EndpointParameters_1.commonParams,
14
+ })
15
+ .m(function (Command, cs, config, o) {
16
+ return [
17
+ (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
+ (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
+ ];
20
+ })
21
+ .s("GroundStation", "GetMinuteUsage", {})
22
+ .n("GroundStationClient", "GetMinuteUsageCommand")
23
+ .f(void 0, void 0)
24
+ .ser(Aws_restJson1_1.se_GetMinuteUsageCommand)
25
+ .de(Aws_restJson1_1.de_GetMinuteUsageCommand)
26
+ .build() {
50
27
  }
51
28
  exports.GetMinuteUsageCommand = GetMinuteUsageCommand;
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const types_1 = require("@smithy/types");
8
+ const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class GetMissionProfileCommand extends smithy_client_1.Command {
11
- static getEndpointParameterInstructions() {
12
- return {
13
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
14
- Endpoint: { type: "builtInParams", name: "endpoint" },
15
- Region: { type: "builtInParams", name: "region" },
16
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
- };
18
- }
19
- constructor(input) {
20
- super();
21
- this.input = input;
22
- }
23
- resolveMiddleware(clientStack, configuration, options) {
24
- this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
25
- this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, GetMissionProfileCommand.getEndpointParameterInstructions()));
26
- const stack = clientStack.concat(this.middlewareStack);
27
- const { logger } = configuration;
28
- const clientName = "GroundStationClient";
29
- const commandName = "GetMissionProfileCommand";
30
- const handlerExecutionContext = {
31
- logger,
32
- clientName,
33
- commandName,
34
- inputFilterSensitiveLog: (_) => _,
35
- outputFilterSensitiveLog: (_) => _,
36
- [types_1.SMITHY_CONTEXT_KEY]: {
37
- service: "GroundStation",
38
- operation: "GetMissionProfile",
39
- },
40
- };
41
- const { requestHandler } = configuration;
42
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
43
- }
44
- serialize(input, context) {
45
- return (0, Aws_restJson1_1.se_GetMissionProfileCommand)(input, context);
46
- }
47
- deserialize(output, context) {
48
- return (0, Aws_restJson1_1.de_GetMissionProfileCommand)(output, context);
49
- }
10
+ class GetMissionProfileCommand extends smithy_client_1.Command
11
+ .classBuilder()
12
+ .ep({
13
+ ...EndpointParameters_1.commonParams,
14
+ })
15
+ .m(function (Command, cs, config, o) {
16
+ return [
17
+ (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
+ (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
+ ];
20
+ })
21
+ .s("GroundStation", "GetMissionProfile", {})
22
+ .n("GroundStationClient", "GetMissionProfileCommand")
23
+ .f(void 0, void 0)
24
+ .ser(Aws_restJson1_1.se_GetMissionProfileCommand)
25
+ .de(Aws_restJson1_1.de_GetMissionProfileCommand)
26
+ .build() {
50
27
  }
51
28
  exports.GetMissionProfileCommand = GetMissionProfileCommand;
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const types_1 = require("@smithy/types");
8
+ const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class GetSatelliteCommand extends smithy_client_1.Command {
11
- static getEndpointParameterInstructions() {
12
- return {
13
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
14
- Endpoint: { type: "builtInParams", name: "endpoint" },
15
- Region: { type: "builtInParams", name: "region" },
16
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
- };
18
- }
19
- constructor(input) {
20
- super();
21
- this.input = input;
22
- }
23
- resolveMiddleware(clientStack, configuration, options) {
24
- this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
25
- this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, GetSatelliteCommand.getEndpointParameterInstructions()));
26
- const stack = clientStack.concat(this.middlewareStack);
27
- const { logger } = configuration;
28
- const clientName = "GroundStationClient";
29
- const commandName = "GetSatelliteCommand";
30
- const handlerExecutionContext = {
31
- logger,
32
- clientName,
33
- commandName,
34
- inputFilterSensitiveLog: (_) => _,
35
- outputFilterSensitiveLog: (_) => _,
36
- [types_1.SMITHY_CONTEXT_KEY]: {
37
- service: "GroundStation",
38
- operation: "GetSatellite",
39
- },
40
- };
41
- const { requestHandler } = configuration;
42
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
43
- }
44
- serialize(input, context) {
45
- return (0, Aws_restJson1_1.se_GetSatelliteCommand)(input, context);
46
- }
47
- deserialize(output, context) {
48
- return (0, Aws_restJson1_1.de_GetSatelliteCommand)(output, context);
49
- }
10
+ class GetSatelliteCommand extends smithy_client_1.Command
11
+ .classBuilder()
12
+ .ep({
13
+ ...EndpointParameters_1.commonParams,
14
+ })
15
+ .m(function (Command, cs, config, o) {
16
+ return [
17
+ (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
+ (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
+ ];
20
+ })
21
+ .s("GroundStation", "GetSatellite", {})
22
+ .n("GroundStationClient", "GetSatelliteCommand")
23
+ .f(void 0, void 0)
24
+ .ser(Aws_restJson1_1.se_GetSatelliteCommand)
25
+ .de(Aws_restJson1_1.de_GetSatelliteCommand)
26
+ .build() {
50
27
  }
51
28
  exports.GetSatelliteCommand = GetSatelliteCommand;
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const types_1 = require("@smithy/types");
8
+ const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class ListConfigsCommand extends smithy_client_1.Command {
11
- static getEndpointParameterInstructions() {
12
- return {
13
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
14
- Endpoint: { type: "builtInParams", name: "endpoint" },
15
- Region: { type: "builtInParams", name: "region" },
16
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
- };
18
- }
19
- constructor(input) {
20
- super();
21
- this.input = input;
22
- }
23
- resolveMiddleware(clientStack, configuration, options) {
24
- this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
25
- this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, ListConfigsCommand.getEndpointParameterInstructions()));
26
- const stack = clientStack.concat(this.middlewareStack);
27
- const { logger } = configuration;
28
- const clientName = "GroundStationClient";
29
- const commandName = "ListConfigsCommand";
30
- const handlerExecutionContext = {
31
- logger,
32
- clientName,
33
- commandName,
34
- inputFilterSensitiveLog: (_) => _,
35
- outputFilterSensitiveLog: (_) => _,
36
- [types_1.SMITHY_CONTEXT_KEY]: {
37
- service: "GroundStation",
38
- operation: "ListConfigs",
39
- },
40
- };
41
- const { requestHandler } = configuration;
42
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
43
- }
44
- serialize(input, context) {
45
- return (0, Aws_restJson1_1.se_ListConfigsCommand)(input, context);
46
- }
47
- deserialize(output, context) {
48
- return (0, Aws_restJson1_1.de_ListConfigsCommand)(output, context);
49
- }
10
+ class ListConfigsCommand extends smithy_client_1.Command
11
+ .classBuilder()
12
+ .ep({
13
+ ...EndpointParameters_1.commonParams,
14
+ })
15
+ .m(function (Command, cs, config, o) {
16
+ return [
17
+ (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
+ (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
+ ];
20
+ })
21
+ .s("GroundStation", "ListConfigs", {})
22
+ .n("GroundStationClient", "ListConfigsCommand")
23
+ .f(void 0, void 0)
24
+ .ser(Aws_restJson1_1.se_ListConfigsCommand)
25
+ .de(Aws_restJson1_1.de_ListConfigsCommand)
26
+ .build() {
50
27
  }
51
28
  exports.ListConfigsCommand = ListConfigsCommand;