@aws-sdk/client-groundstation 3.490.0 → 3.496.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 (56) hide show
  1. package/dist-cjs/GroundStation.js +1 -77
  2. package/dist-cjs/GroundStationClient.js +1 -43
  3. package/dist-cjs/commands/CancelContactCommand.js +1 -28
  4. package/dist-cjs/commands/CreateConfigCommand.js +1 -28
  5. package/dist-cjs/commands/CreateDataflowEndpointGroupCommand.js +1 -28
  6. package/dist-cjs/commands/CreateEphemerisCommand.js +1 -28
  7. package/dist-cjs/commands/CreateMissionProfileCommand.js +1 -28
  8. package/dist-cjs/commands/DeleteConfigCommand.js +1 -28
  9. package/dist-cjs/commands/DeleteDataflowEndpointGroupCommand.js +1 -28
  10. package/dist-cjs/commands/DeleteEphemerisCommand.js +1 -28
  11. package/dist-cjs/commands/DeleteMissionProfileCommand.js +1 -28
  12. package/dist-cjs/commands/DescribeContactCommand.js +1 -28
  13. package/dist-cjs/commands/DescribeEphemerisCommand.js +1 -28
  14. package/dist-cjs/commands/GetAgentConfigurationCommand.js +1 -28
  15. package/dist-cjs/commands/GetConfigCommand.js +1 -28
  16. package/dist-cjs/commands/GetDataflowEndpointGroupCommand.js +1 -28
  17. package/dist-cjs/commands/GetMinuteUsageCommand.js +1 -28
  18. package/dist-cjs/commands/GetMissionProfileCommand.js +1 -28
  19. package/dist-cjs/commands/GetSatelliteCommand.js +1 -28
  20. package/dist-cjs/commands/ListConfigsCommand.js +1 -28
  21. package/dist-cjs/commands/ListContactsCommand.js +1 -28
  22. package/dist-cjs/commands/ListDataflowEndpointGroupsCommand.js +1 -28
  23. package/dist-cjs/commands/ListEphemeridesCommand.js +1 -28
  24. package/dist-cjs/commands/ListGroundStationsCommand.js +1 -28
  25. package/dist-cjs/commands/ListMissionProfilesCommand.js +1 -28
  26. package/dist-cjs/commands/ListSatellitesCommand.js +1 -28
  27. package/dist-cjs/commands/ListTagsForResourceCommand.js +1 -28
  28. package/dist-cjs/commands/RegisterAgentCommand.js +1 -28
  29. package/dist-cjs/commands/ReserveContactCommand.js +1 -28
  30. package/dist-cjs/commands/TagResourceCommand.js +1 -28
  31. package/dist-cjs/commands/UntagResourceCommand.js +1 -28
  32. package/dist-cjs/commands/UpdateAgentStatusCommand.js +1 -28
  33. package/dist-cjs/commands/UpdateConfigCommand.js +1 -28
  34. package/dist-cjs/commands/UpdateEphemerisCommand.js +1 -28
  35. package/dist-cjs/commands/UpdateMissionProfileCommand.js +1 -28
  36. package/dist-cjs/commands/index.js +1 -36
  37. package/dist-cjs/endpoint/EndpointParameters.js +1 -18
  38. package/dist-cjs/extensionConfiguration.js +1 -2
  39. package/dist-cjs/index.js +3381 -12
  40. package/dist-cjs/models/GroundStationServiceException.js +1 -12
  41. package/dist-cjs/models/index.js +1 -4
  42. package/dist-cjs/models/models_0.js +1 -223
  43. package/dist-cjs/pagination/Interfaces.js +1 -2
  44. package/dist-cjs/pagination/ListConfigsPaginator.js +1 -7
  45. package/dist-cjs/pagination/ListContactsPaginator.js +1 -7
  46. package/dist-cjs/pagination/ListDataflowEndpointGroupsPaginator.js +1 -7
  47. package/dist-cjs/pagination/ListEphemeridesPaginator.js +1 -7
  48. package/dist-cjs/pagination/ListGroundStationsPaginator.js +1 -7
  49. package/dist-cjs/pagination/ListMissionProfilesPaginator.js +1 -7
  50. package/dist-cjs/pagination/ListSatellitesPaginator.js +1 -7
  51. package/dist-cjs/pagination/index.js +1 -11
  52. package/dist-cjs/protocols/Aws_restJson1.js +1 -2230
  53. package/dist-cjs/runtimeExtensions.js +1 -22
  54. package/dist-cjs/waiters/index.js +1 -4
  55. package/dist-cjs/waiters/waitForContactScheduled.js +1 -45
  56. package/package.json +41 -41
@@ -1,77 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GroundStation = void 0;
4
- const smithy_client_1 = require("@smithy/smithy-client");
5
- const CancelContactCommand_1 = require("./commands/CancelContactCommand");
6
- const CreateConfigCommand_1 = require("./commands/CreateConfigCommand");
7
- const CreateDataflowEndpointGroupCommand_1 = require("./commands/CreateDataflowEndpointGroupCommand");
8
- const CreateEphemerisCommand_1 = require("./commands/CreateEphemerisCommand");
9
- const CreateMissionProfileCommand_1 = require("./commands/CreateMissionProfileCommand");
10
- const DeleteConfigCommand_1 = require("./commands/DeleteConfigCommand");
11
- const DeleteDataflowEndpointGroupCommand_1 = require("./commands/DeleteDataflowEndpointGroupCommand");
12
- const DeleteEphemerisCommand_1 = require("./commands/DeleteEphemerisCommand");
13
- const DeleteMissionProfileCommand_1 = require("./commands/DeleteMissionProfileCommand");
14
- const DescribeContactCommand_1 = require("./commands/DescribeContactCommand");
15
- const DescribeEphemerisCommand_1 = require("./commands/DescribeEphemerisCommand");
16
- const GetAgentConfigurationCommand_1 = require("./commands/GetAgentConfigurationCommand");
17
- const GetConfigCommand_1 = require("./commands/GetConfigCommand");
18
- const GetDataflowEndpointGroupCommand_1 = require("./commands/GetDataflowEndpointGroupCommand");
19
- const GetMinuteUsageCommand_1 = require("./commands/GetMinuteUsageCommand");
20
- const GetMissionProfileCommand_1 = require("./commands/GetMissionProfileCommand");
21
- const GetSatelliteCommand_1 = require("./commands/GetSatelliteCommand");
22
- const ListConfigsCommand_1 = require("./commands/ListConfigsCommand");
23
- const ListContactsCommand_1 = require("./commands/ListContactsCommand");
24
- const ListDataflowEndpointGroupsCommand_1 = require("./commands/ListDataflowEndpointGroupsCommand");
25
- const ListEphemeridesCommand_1 = require("./commands/ListEphemeridesCommand");
26
- const ListGroundStationsCommand_1 = require("./commands/ListGroundStationsCommand");
27
- const ListMissionProfilesCommand_1 = require("./commands/ListMissionProfilesCommand");
28
- const ListSatellitesCommand_1 = require("./commands/ListSatellitesCommand");
29
- const ListTagsForResourceCommand_1 = require("./commands/ListTagsForResourceCommand");
30
- const RegisterAgentCommand_1 = require("./commands/RegisterAgentCommand");
31
- const ReserveContactCommand_1 = require("./commands/ReserveContactCommand");
32
- const TagResourceCommand_1 = require("./commands/TagResourceCommand");
33
- const UntagResourceCommand_1 = require("./commands/UntagResourceCommand");
34
- const UpdateAgentStatusCommand_1 = require("./commands/UpdateAgentStatusCommand");
35
- const UpdateConfigCommand_1 = require("./commands/UpdateConfigCommand");
36
- const UpdateEphemerisCommand_1 = require("./commands/UpdateEphemerisCommand");
37
- const UpdateMissionProfileCommand_1 = require("./commands/UpdateMissionProfileCommand");
38
- const GroundStationClient_1 = require("./GroundStationClient");
39
- const commands = {
40
- CancelContactCommand: CancelContactCommand_1.CancelContactCommand,
41
- CreateConfigCommand: CreateConfigCommand_1.CreateConfigCommand,
42
- CreateDataflowEndpointGroupCommand: CreateDataflowEndpointGroupCommand_1.CreateDataflowEndpointGroupCommand,
43
- CreateEphemerisCommand: CreateEphemerisCommand_1.CreateEphemerisCommand,
44
- CreateMissionProfileCommand: CreateMissionProfileCommand_1.CreateMissionProfileCommand,
45
- DeleteConfigCommand: DeleteConfigCommand_1.DeleteConfigCommand,
46
- DeleteDataflowEndpointGroupCommand: DeleteDataflowEndpointGroupCommand_1.DeleteDataflowEndpointGroupCommand,
47
- DeleteEphemerisCommand: DeleteEphemerisCommand_1.DeleteEphemerisCommand,
48
- DeleteMissionProfileCommand: DeleteMissionProfileCommand_1.DeleteMissionProfileCommand,
49
- DescribeContactCommand: DescribeContactCommand_1.DescribeContactCommand,
50
- DescribeEphemerisCommand: DescribeEphemerisCommand_1.DescribeEphemerisCommand,
51
- GetAgentConfigurationCommand: GetAgentConfigurationCommand_1.GetAgentConfigurationCommand,
52
- GetConfigCommand: GetConfigCommand_1.GetConfigCommand,
53
- GetDataflowEndpointGroupCommand: GetDataflowEndpointGroupCommand_1.GetDataflowEndpointGroupCommand,
54
- GetMinuteUsageCommand: GetMinuteUsageCommand_1.GetMinuteUsageCommand,
55
- GetMissionProfileCommand: GetMissionProfileCommand_1.GetMissionProfileCommand,
56
- GetSatelliteCommand: GetSatelliteCommand_1.GetSatelliteCommand,
57
- ListConfigsCommand: ListConfigsCommand_1.ListConfigsCommand,
58
- ListContactsCommand: ListContactsCommand_1.ListContactsCommand,
59
- ListDataflowEndpointGroupsCommand: ListDataflowEndpointGroupsCommand_1.ListDataflowEndpointGroupsCommand,
60
- ListEphemeridesCommand: ListEphemeridesCommand_1.ListEphemeridesCommand,
61
- ListGroundStationsCommand: ListGroundStationsCommand_1.ListGroundStationsCommand,
62
- ListMissionProfilesCommand: ListMissionProfilesCommand_1.ListMissionProfilesCommand,
63
- ListSatellitesCommand: ListSatellitesCommand_1.ListSatellitesCommand,
64
- ListTagsForResourceCommand: ListTagsForResourceCommand_1.ListTagsForResourceCommand,
65
- RegisterAgentCommand: RegisterAgentCommand_1.RegisterAgentCommand,
66
- ReserveContactCommand: ReserveContactCommand_1.ReserveContactCommand,
67
- TagResourceCommand: TagResourceCommand_1.TagResourceCommand,
68
- UntagResourceCommand: UntagResourceCommand_1.UntagResourceCommand,
69
- UpdateAgentStatusCommand: UpdateAgentStatusCommand_1.UpdateAgentStatusCommand,
70
- UpdateConfigCommand: UpdateConfigCommand_1.UpdateConfigCommand,
71
- UpdateEphemerisCommand: UpdateEphemerisCommand_1.UpdateEphemerisCommand,
72
- UpdateMissionProfileCommand: UpdateMissionProfileCommand_1.UpdateMissionProfileCommand,
73
- };
74
- class GroundStation extends GroundStationClient_1.GroundStationClient {
75
- }
76
- exports.GroundStation = GroundStation;
77
- (0, smithy_client_1.createAggregatedClient)(commands, GroundStation);
1
+ module.exports = require("./index.js");
@@ -1,43 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GroundStationClient = exports.__Client = void 0;
4
- const middleware_host_header_1 = require("@aws-sdk/middleware-host-header");
5
- const middleware_logger_1 = require("@aws-sdk/middleware-logger");
6
- const middleware_recursion_detection_1 = require("@aws-sdk/middleware-recursion-detection");
7
- const middleware_signing_1 = require("@aws-sdk/middleware-signing");
8
- const middleware_user_agent_1 = require("@aws-sdk/middleware-user-agent");
9
- const config_resolver_1 = require("@smithy/config-resolver");
10
- const middleware_content_length_1 = require("@smithy/middleware-content-length");
11
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
12
- const middleware_retry_1 = require("@smithy/middleware-retry");
13
- const smithy_client_1 = require("@smithy/smithy-client");
14
- Object.defineProperty(exports, "__Client", { enumerable: true, get: function () { return smithy_client_1.Client; } });
15
- const EndpointParameters_1 = require("./endpoint/EndpointParameters");
16
- const runtimeConfig_1 = require("./runtimeConfig");
17
- const runtimeExtensions_1 = require("./runtimeExtensions");
18
- class GroundStationClient extends smithy_client_1.Client {
19
- constructor(...[configuration]) {
20
- const _config_0 = (0, runtimeConfig_1.getRuntimeConfig)(configuration || {});
21
- const _config_1 = (0, EndpointParameters_1.resolveClientEndpointParameters)(_config_0);
22
- const _config_2 = (0, config_resolver_1.resolveRegionConfig)(_config_1);
23
- const _config_3 = (0, middleware_endpoint_1.resolveEndpointConfig)(_config_2);
24
- const _config_4 = (0, middleware_retry_1.resolveRetryConfig)(_config_3);
25
- const _config_5 = (0, middleware_host_header_1.resolveHostHeaderConfig)(_config_4);
26
- const _config_6 = (0, middleware_signing_1.resolveAwsAuthConfig)(_config_5);
27
- const _config_7 = (0, middleware_user_agent_1.resolveUserAgentConfig)(_config_6);
28
- const _config_8 = (0, runtimeExtensions_1.resolveRuntimeExtensions)(_config_7, configuration?.extensions || []);
29
- super(_config_8);
30
- this.config = _config_8;
31
- this.middlewareStack.use((0, middleware_retry_1.getRetryPlugin)(this.config));
32
- this.middlewareStack.use((0, middleware_content_length_1.getContentLengthPlugin)(this.config));
33
- this.middlewareStack.use((0, middleware_host_header_1.getHostHeaderPlugin)(this.config));
34
- this.middlewareStack.use((0, middleware_logger_1.getLoggerPlugin)(this.config));
35
- this.middlewareStack.use((0, middleware_recursion_detection_1.getRecursionDetectionPlugin)(this.config));
36
- this.middlewareStack.use((0, middleware_signing_1.getAwsAuthPlugin)(this.config));
37
- this.middlewareStack.use((0, middleware_user_agent_1.getUserAgentPlugin)(this.config));
38
- }
39
- destroy() {
40
- super.destroy();
41
- }
42
- }
43
- exports.GroundStationClient = GroundStationClient;
1
+ module.exports = require("./index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CancelContactCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class CancelContactCommand 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", "CancelContact", {})
22
- .n("GroundStationClient", "CancelContactCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_CancelContactCommand)
25
- .de(Aws_restJson1_1.de_CancelContactCommand)
26
- .build() {
27
- }
28
- exports.CancelContactCommand = CancelContactCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateConfigCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class CreateConfigCommand 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", "CreateConfig", {})
22
- .n("GroundStationClient", "CreateConfigCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_CreateConfigCommand)
25
- .de(Aws_restJson1_1.de_CreateConfigCommand)
26
- .build() {
27
- }
28
- exports.CreateConfigCommand = CreateConfigCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateDataflowEndpointGroupCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class CreateDataflowEndpointGroupCommand 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", "CreateDataflowEndpointGroup", {})
22
- .n("GroundStationClient", "CreateDataflowEndpointGroupCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_CreateDataflowEndpointGroupCommand)
25
- .de(Aws_restJson1_1.de_CreateDataflowEndpointGroupCommand)
26
- .build() {
27
- }
28
- exports.CreateDataflowEndpointGroupCommand = CreateDataflowEndpointGroupCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateEphemerisCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class CreateEphemerisCommand 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", "CreateEphemeris", {})
22
- .n("GroundStationClient", "CreateEphemerisCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_CreateEphemerisCommand)
25
- .de(Aws_restJson1_1.de_CreateEphemerisCommand)
26
- .build() {
27
- }
28
- exports.CreateEphemerisCommand = CreateEphemerisCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateMissionProfileCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class CreateMissionProfileCommand 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", "CreateMissionProfile", {})
22
- .n("GroundStationClient", "CreateMissionProfileCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_CreateMissionProfileCommand)
25
- .de(Aws_restJson1_1.de_CreateMissionProfileCommand)
26
- .build() {
27
- }
28
- exports.CreateMissionProfileCommand = CreateMissionProfileCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteConfigCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class DeleteConfigCommand 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", "DeleteConfig", {})
22
- .n("GroundStationClient", "DeleteConfigCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_DeleteConfigCommand)
25
- .de(Aws_restJson1_1.de_DeleteConfigCommand)
26
- .build() {
27
- }
28
- exports.DeleteConfigCommand = DeleteConfigCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteDataflowEndpointGroupCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class DeleteDataflowEndpointGroupCommand 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", "DeleteDataflowEndpointGroup", {})
22
- .n("GroundStationClient", "DeleteDataflowEndpointGroupCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_DeleteDataflowEndpointGroupCommand)
25
- .de(Aws_restJson1_1.de_DeleteDataflowEndpointGroupCommand)
26
- .build() {
27
- }
28
- exports.DeleteDataflowEndpointGroupCommand = DeleteDataflowEndpointGroupCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteEphemerisCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class DeleteEphemerisCommand 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", "DeleteEphemeris", {})
22
- .n("GroundStationClient", "DeleteEphemerisCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_DeleteEphemerisCommand)
25
- .de(Aws_restJson1_1.de_DeleteEphemerisCommand)
26
- .build() {
27
- }
28
- exports.DeleteEphemerisCommand = DeleteEphemerisCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteMissionProfileCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class DeleteMissionProfileCommand 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", "DeleteMissionProfile", {})
22
- .n("GroundStationClient", "DeleteMissionProfileCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_DeleteMissionProfileCommand)
25
- .de(Aws_restJson1_1.de_DeleteMissionProfileCommand)
26
- .build() {
27
- }
28
- exports.DeleteMissionProfileCommand = DeleteMissionProfileCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeContactCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
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() {
27
- }
28
- exports.DescribeContactCommand = DescribeContactCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeEphemerisCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
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() {
27
- }
28
- exports.DescribeEphemerisCommand = DescribeEphemerisCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetAgentConfigurationCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
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() {
27
- }
28
- exports.GetAgentConfigurationCommand = GetAgentConfigurationCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetConfigCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
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() {
27
- }
28
- exports.GetConfigCommand = GetConfigCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetDataflowEndpointGroupCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
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() {
27
- }
28
- exports.GetDataflowEndpointGroupCommand = GetDataflowEndpointGroupCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetMinuteUsageCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
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() {
27
- }
28
- exports.GetMinuteUsageCommand = GetMinuteUsageCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetMissionProfileCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
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() {
27
- }
28
- exports.GetMissionProfileCommand = GetMissionProfileCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetSatelliteCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
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() {
27
- }
28
- exports.GetSatelliteCommand = GetSatelliteCommand;
1
+ module.exports = require("../index.js");