@aws-sdk/client-groundstation 3.1077.0 → 3.1078.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 (128) hide show
  1. package/dist-cjs/index.js +48 -403
  2. package/dist-es/commandBuilder.js +6 -0
  3. package/dist-es/commands/CancelContactCommand.js +2 -14
  4. package/dist-es/commands/CreateConfigCommand.js +2 -14
  5. package/dist-es/commands/CreateDataflowEndpointGroupCommand.js +2 -14
  6. package/dist-es/commands/CreateDataflowEndpointGroupV2Command.js +2 -14
  7. package/dist-es/commands/CreateEphemerisCommand.js +2 -14
  8. package/dist-es/commands/CreateMissionProfileCommand.js +2 -14
  9. package/dist-es/commands/DeleteConfigCommand.js +2 -14
  10. package/dist-es/commands/DeleteDataflowEndpointGroupCommand.js +2 -14
  11. package/dist-es/commands/DeleteEphemerisCommand.js +2 -14
  12. package/dist-es/commands/DeleteMissionProfileCommand.js +2 -14
  13. package/dist-es/commands/DescribeContactCommand.js +2 -14
  14. package/dist-es/commands/DescribeContactVersionCommand.js +2 -14
  15. package/dist-es/commands/DescribeEphemerisCommand.js +2 -14
  16. package/dist-es/commands/GetAgentConfigurationCommand.js +2 -14
  17. package/dist-es/commands/GetAgentTaskResponseUrlCommand.js +2 -14
  18. package/dist-es/commands/GetConfigCommand.js +2 -14
  19. package/dist-es/commands/GetDataflowEndpointGroupCommand.js +2 -14
  20. package/dist-es/commands/GetMinuteUsageCommand.js +2 -14
  21. package/dist-es/commands/GetMissionProfileCommand.js +2 -14
  22. package/dist-es/commands/GetSatelliteCommand.js +2 -14
  23. package/dist-es/commands/ListAntennasCommand.js +2 -14
  24. package/dist-es/commands/ListConfigsCommand.js +2 -14
  25. package/dist-es/commands/ListContactVersionsCommand.js +2 -14
  26. package/dist-es/commands/ListContactsCommand.js +2 -14
  27. package/dist-es/commands/ListDataflowEndpointGroupsCommand.js +2 -14
  28. package/dist-es/commands/ListEphemeridesCommand.js +2 -14
  29. package/dist-es/commands/ListGroundStationReservationsCommand.js +2 -14
  30. package/dist-es/commands/ListGroundStationsCommand.js +2 -14
  31. package/dist-es/commands/ListMissionProfilesCommand.js +2 -14
  32. package/dist-es/commands/ListSatellitesCommand.js +2 -14
  33. package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
  34. package/dist-es/commands/RegisterAgentCommand.js +2 -14
  35. package/dist-es/commands/ReserveContactCommand.js +2 -14
  36. package/dist-es/commands/TagResourceCommand.js +2 -14
  37. package/dist-es/commands/UntagResourceCommand.js +2 -14
  38. package/dist-es/commands/UpdateAgentStatusCommand.js +2 -14
  39. package/dist-es/commands/UpdateConfigCommand.js +2 -14
  40. package/dist-es/commands/UpdateContactCommand.js +2 -14
  41. package/dist-es/commands/UpdateEphemerisCommand.js +2 -14
  42. package/dist-es/commands/UpdateMissionProfileCommand.js +2 -14
  43. package/dist-es/index.js +1 -0
  44. package/dist-types/commandBuilder.d.ts +18 -0
  45. package/dist-types/commands/CancelContactCommand.d.ts +3 -8
  46. package/dist-types/commands/CreateConfigCommand.d.ts +3 -8
  47. package/dist-types/commands/CreateDataflowEndpointGroupCommand.d.ts +3 -8
  48. package/dist-types/commands/CreateDataflowEndpointGroupV2Command.d.ts +3 -8
  49. package/dist-types/commands/CreateEphemerisCommand.d.ts +3 -8
  50. package/dist-types/commands/CreateMissionProfileCommand.d.ts +3 -8
  51. package/dist-types/commands/DeleteConfigCommand.d.ts +3 -8
  52. package/dist-types/commands/DeleteDataflowEndpointGroupCommand.d.ts +3 -8
  53. package/dist-types/commands/DeleteEphemerisCommand.d.ts +3 -8
  54. package/dist-types/commands/DeleteMissionProfileCommand.d.ts +3 -8
  55. package/dist-types/commands/DescribeContactCommand.d.ts +3 -8
  56. package/dist-types/commands/DescribeContactVersionCommand.d.ts +3 -8
  57. package/dist-types/commands/DescribeEphemerisCommand.d.ts +3 -8
  58. package/dist-types/commands/GetAgentConfigurationCommand.d.ts +3 -8
  59. package/dist-types/commands/GetAgentTaskResponseUrlCommand.d.ts +3 -8
  60. package/dist-types/commands/GetConfigCommand.d.ts +3 -8
  61. package/dist-types/commands/GetDataflowEndpointGroupCommand.d.ts +3 -8
  62. package/dist-types/commands/GetMinuteUsageCommand.d.ts +3 -8
  63. package/dist-types/commands/GetMissionProfileCommand.d.ts +3 -8
  64. package/dist-types/commands/GetSatelliteCommand.d.ts +3 -8
  65. package/dist-types/commands/ListAntennasCommand.d.ts +3 -8
  66. package/dist-types/commands/ListConfigsCommand.d.ts +3 -8
  67. package/dist-types/commands/ListContactVersionsCommand.d.ts +3 -8
  68. package/dist-types/commands/ListContactsCommand.d.ts +3 -8
  69. package/dist-types/commands/ListDataflowEndpointGroupsCommand.d.ts +3 -8
  70. package/dist-types/commands/ListEphemeridesCommand.d.ts +3 -8
  71. package/dist-types/commands/ListGroundStationReservationsCommand.d.ts +3 -8
  72. package/dist-types/commands/ListGroundStationsCommand.d.ts +3 -8
  73. package/dist-types/commands/ListMissionProfilesCommand.d.ts +3 -8
  74. package/dist-types/commands/ListSatellitesCommand.d.ts +3 -8
  75. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  76. package/dist-types/commands/RegisterAgentCommand.d.ts +3 -8
  77. package/dist-types/commands/ReserveContactCommand.d.ts +3 -8
  78. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  79. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  80. package/dist-types/commands/UpdateAgentStatusCommand.d.ts +3 -8
  81. package/dist-types/commands/UpdateConfigCommand.d.ts +3 -8
  82. package/dist-types/commands/UpdateContactCommand.d.ts +3 -8
  83. package/dist-types/commands/UpdateEphemerisCommand.d.ts +3 -8
  84. package/dist-types/commands/UpdateMissionProfileCommand.d.ts +3 -8
  85. package/dist-types/index.d.ts +1 -0
  86. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  87. package/dist-types/ts3.4/commands/CancelContactCommand.d.ts +7 -16
  88. package/dist-types/ts3.4/commands/CreateConfigCommand.d.ts +7 -16
  89. package/dist-types/ts3.4/commands/CreateDataflowEndpointGroupCommand.d.ts +7 -16
  90. package/dist-types/ts3.4/commands/CreateDataflowEndpointGroupV2Command.d.ts +7 -16
  91. package/dist-types/ts3.4/commands/CreateEphemerisCommand.d.ts +7 -16
  92. package/dist-types/ts3.4/commands/CreateMissionProfileCommand.d.ts +7 -16
  93. package/dist-types/ts3.4/commands/DeleteConfigCommand.d.ts +7 -16
  94. package/dist-types/ts3.4/commands/DeleteDataflowEndpointGroupCommand.d.ts +7 -16
  95. package/dist-types/ts3.4/commands/DeleteEphemerisCommand.d.ts +7 -16
  96. package/dist-types/ts3.4/commands/DeleteMissionProfileCommand.d.ts +7 -16
  97. package/dist-types/ts3.4/commands/DescribeContactCommand.d.ts +7 -16
  98. package/dist-types/ts3.4/commands/DescribeContactVersionCommand.d.ts +7 -16
  99. package/dist-types/ts3.4/commands/DescribeEphemerisCommand.d.ts +7 -16
  100. package/dist-types/ts3.4/commands/GetAgentConfigurationCommand.d.ts +7 -16
  101. package/dist-types/ts3.4/commands/GetAgentTaskResponseUrlCommand.d.ts +7 -16
  102. package/dist-types/ts3.4/commands/GetConfigCommand.d.ts +7 -16
  103. package/dist-types/ts3.4/commands/GetDataflowEndpointGroupCommand.d.ts +7 -16
  104. package/dist-types/ts3.4/commands/GetMinuteUsageCommand.d.ts +7 -16
  105. package/dist-types/ts3.4/commands/GetMissionProfileCommand.d.ts +7 -16
  106. package/dist-types/ts3.4/commands/GetSatelliteCommand.d.ts +7 -16
  107. package/dist-types/ts3.4/commands/ListAntennasCommand.d.ts +7 -16
  108. package/dist-types/ts3.4/commands/ListConfigsCommand.d.ts +7 -16
  109. package/dist-types/ts3.4/commands/ListContactVersionsCommand.d.ts +7 -16
  110. package/dist-types/ts3.4/commands/ListContactsCommand.d.ts +7 -16
  111. package/dist-types/ts3.4/commands/ListDataflowEndpointGroupsCommand.d.ts +7 -16
  112. package/dist-types/ts3.4/commands/ListEphemeridesCommand.d.ts +7 -16
  113. package/dist-types/ts3.4/commands/ListGroundStationReservationsCommand.d.ts +7 -16
  114. package/dist-types/ts3.4/commands/ListGroundStationsCommand.d.ts +7 -16
  115. package/dist-types/ts3.4/commands/ListMissionProfilesCommand.d.ts +7 -16
  116. package/dist-types/ts3.4/commands/ListSatellitesCommand.d.ts +7 -16
  117. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  118. package/dist-types/ts3.4/commands/RegisterAgentCommand.d.ts +7 -16
  119. package/dist-types/ts3.4/commands/ReserveContactCommand.d.ts +7 -16
  120. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  121. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  122. package/dist-types/ts3.4/commands/UpdateAgentStatusCommand.d.ts +7 -16
  123. package/dist-types/ts3.4/commands/UpdateConfigCommand.d.ts +7 -16
  124. package/dist-types/ts3.4/commands/UpdateContactCommand.d.ts +7 -16
  125. package/dist-types/ts3.4/commands/UpdateEphemerisCommand.d.ts +7 -16
  126. package/dist-types/ts3.4/commands/UpdateMissionProfileCommand.d.ts +7 -16
  127. package/dist-types/ts3.4/index.d.ts +1 -0
  128. package/package.json +8 -8
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { DeleteConfig$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DeleteConfigCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("GroundStation", "DeleteConfig", {})
13
- .n("GroundStationClient", "DeleteConfigCommand")
14
- .sc(DeleteConfig$)
15
- .build() {
3
+ export class DeleteConfigCommand extends command(_ep0, _mw0, "DeleteConfig", DeleteConfig$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { DeleteDataflowEndpointGroup$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DeleteDataflowEndpointGroupCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("GroundStation", "DeleteDataflowEndpointGroup", {})
13
- .n("GroundStationClient", "DeleteDataflowEndpointGroupCommand")
14
- .sc(DeleteDataflowEndpointGroup$)
15
- .build() {
3
+ export class DeleteDataflowEndpointGroupCommand extends command(_ep0, _mw0, "DeleteDataflowEndpointGroup", DeleteDataflowEndpointGroup$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { DeleteEphemeris$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DeleteEphemerisCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("GroundStation", "DeleteEphemeris", {})
13
- .n("GroundStationClient", "DeleteEphemerisCommand")
14
- .sc(DeleteEphemeris$)
15
- .build() {
3
+ export class DeleteEphemerisCommand extends command(_ep0, _mw0, "DeleteEphemeris", DeleteEphemeris$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { DeleteMissionProfile$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DeleteMissionProfileCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("GroundStation", "DeleteMissionProfile", {})
13
- .n("GroundStationClient", "DeleteMissionProfileCommand")
14
- .sc(DeleteMissionProfile$)
15
- .build() {
3
+ export class DeleteMissionProfileCommand extends command(_ep0, _mw0, "DeleteMissionProfile", DeleteMissionProfile$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { DescribeContact$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DescribeContactCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("GroundStation", "DescribeContact", {})
13
- .n("GroundStationClient", "DescribeContactCommand")
14
- .sc(DescribeContact$)
15
- .build() {
3
+ export class DescribeContactCommand extends command(_ep0, _mw0, "DescribeContact", DescribeContact$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { DescribeContactVersion$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DescribeContactVersionCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("GroundStation", "DescribeContactVersion", {})
13
- .n("GroundStationClient", "DescribeContactVersionCommand")
14
- .sc(DescribeContactVersion$)
15
- .build() {
3
+ export class DescribeContactVersionCommand extends command(_ep0, _mw0, "DescribeContactVersion", DescribeContactVersion$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { DescribeEphemeris$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DescribeEphemerisCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("GroundStation", "DescribeEphemeris", {})
13
- .n("GroundStationClient", "DescribeEphemerisCommand")
14
- .sc(DescribeEphemeris$)
15
- .build() {
3
+ export class DescribeEphemerisCommand extends command(_ep0, _mw0, "DescribeEphemeris", DescribeEphemeris$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { GetAgentConfiguration$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class GetAgentConfigurationCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("GroundStation", "GetAgentConfiguration", {})
13
- .n("GroundStationClient", "GetAgentConfigurationCommand")
14
- .sc(GetAgentConfiguration$)
15
- .build() {
3
+ export class GetAgentConfigurationCommand extends command(_ep0, _mw0, "GetAgentConfiguration", GetAgentConfiguration$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { GetAgentTaskResponseUrl$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class GetAgentTaskResponseUrlCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("GroundStation", "GetAgentTaskResponseUrl", {})
13
- .n("GroundStationClient", "GetAgentTaskResponseUrlCommand")
14
- .sc(GetAgentTaskResponseUrl$)
15
- .build() {
3
+ export class GetAgentTaskResponseUrlCommand extends command(_ep0, _mw0, "GetAgentTaskResponseUrl", GetAgentTaskResponseUrl$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { GetConfig$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class GetConfigCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("GroundStation", "GetConfig", {})
13
- .n("GroundStationClient", "GetConfigCommand")
14
- .sc(GetConfig$)
15
- .build() {
3
+ export class GetConfigCommand extends command(_ep0, _mw0, "GetConfig", GetConfig$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { GetDataflowEndpointGroup$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class GetDataflowEndpointGroupCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("GroundStation", "GetDataflowEndpointGroup", {})
13
- .n("GroundStationClient", "GetDataflowEndpointGroupCommand")
14
- .sc(GetDataflowEndpointGroup$)
15
- .build() {
3
+ export class GetDataflowEndpointGroupCommand extends command(_ep0, _mw0, "GetDataflowEndpointGroup", GetDataflowEndpointGroup$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { GetMinuteUsage$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class GetMinuteUsageCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("GroundStation", "GetMinuteUsage", {})
13
- .n("GroundStationClient", "GetMinuteUsageCommand")
14
- .sc(GetMinuteUsage$)
15
- .build() {
3
+ export class GetMinuteUsageCommand extends command(_ep0, _mw0, "GetMinuteUsage", GetMinuteUsage$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { GetMissionProfile$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class GetMissionProfileCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("GroundStation", "GetMissionProfile", {})
13
- .n("GroundStationClient", "GetMissionProfileCommand")
14
- .sc(GetMissionProfile$)
15
- .build() {
3
+ export class GetMissionProfileCommand extends command(_ep0, _mw0, "GetMissionProfile", GetMissionProfile$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { GetSatellite$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class GetSatelliteCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("GroundStation", "GetSatellite", {})
13
- .n("GroundStationClient", "GetSatelliteCommand")
14
- .sc(GetSatellite$)
15
- .build() {
3
+ export class GetSatelliteCommand extends command(_ep0, _mw0, "GetSatellite", GetSatellite$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ListAntennas$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListAntennasCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("GroundStation", "ListAntennas", {})
13
- .n("GroundStationClient", "ListAntennasCommand")
14
- .sc(ListAntennas$)
15
- .build() {
3
+ export class ListAntennasCommand extends command(_ep0, _mw0, "ListAntennas", ListAntennas$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ListConfigs$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListConfigsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("GroundStation", "ListConfigs", {})
13
- .n("GroundStationClient", "ListConfigsCommand")
14
- .sc(ListConfigs$)
15
- .build() {
3
+ export class ListConfigsCommand extends command(_ep0, _mw0, "ListConfigs", ListConfigs$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ListContactVersions$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListContactVersionsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("GroundStation", "ListContactVersions", {})
13
- .n("GroundStationClient", "ListContactVersionsCommand")
14
- .sc(ListContactVersions$)
15
- .build() {
3
+ export class ListContactVersionsCommand extends command(_ep0, _mw0, "ListContactVersions", ListContactVersions$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ListContacts$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListContactsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("GroundStation", "ListContacts", {})
13
- .n("GroundStationClient", "ListContactsCommand")
14
- .sc(ListContacts$)
15
- .build() {
3
+ export class ListContactsCommand extends command(_ep0, _mw0, "ListContacts", ListContacts$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ListDataflowEndpointGroups$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListDataflowEndpointGroupsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("GroundStation", "ListDataflowEndpointGroups", {})
13
- .n("GroundStationClient", "ListDataflowEndpointGroupsCommand")
14
- .sc(ListDataflowEndpointGroups$)
15
- .build() {
3
+ export class ListDataflowEndpointGroupsCommand extends command(_ep0, _mw0, "ListDataflowEndpointGroups", ListDataflowEndpointGroups$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ListEphemerides$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListEphemeridesCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("GroundStation", "ListEphemerides", {})
13
- .n("GroundStationClient", "ListEphemeridesCommand")
14
- .sc(ListEphemerides$)
15
- .build() {
3
+ export class ListEphemeridesCommand extends command(_ep0, _mw0, "ListEphemerides", ListEphemerides$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ListGroundStationReservations$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListGroundStationReservationsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("GroundStation", "ListGroundStationReservations", {})
13
- .n("GroundStationClient", "ListGroundStationReservationsCommand")
14
- .sc(ListGroundStationReservations$)
15
- .build() {
3
+ export class ListGroundStationReservationsCommand extends command(_ep0, _mw0, "ListGroundStationReservations", ListGroundStationReservations$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ListGroundStations$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListGroundStationsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("GroundStation", "ListGroundStations", {})
13
- .n("GroundStationClient", "ListGroundStationsCommand")
14
- .sc(ListGroundStations$)
15
- .build() {
3
+ export class ListGroundStationsCommand extends command(_ep0, _mw0, "ListGroundStations", ListGroundStations$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ListMissionProfiles$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListMissionProfilesCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("GroundStation", "ListMissionProfiles", {})
13
- .n("GroundStationClient", "ListMissionProfilesCommand")
14
- .sc(ListMissionProfiles$)
15
- .build() {
3
+ export class ListMissionProfilesCommand extends command(_ep0, _mw0, "ListMissionProfiles", ListMissionProfiles$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ListSatellites$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListSatellitesCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("GroundStation", "ListSatellites", {})
13
- .n("GroundStationClient", "ListSatellitesCommand")
14
- .sc(ListSatellites$)
15
- .build() {
3
+ export class ListSatellitesCommand extends command(_ep0, _mw0, "ListSatellites", ListSatellites$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ListTagsForResource$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListTagsForResourceCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("GroundStation", "ListTagsForResource", {})
13
- .n("GroundStationClient", "ListTagsForResourceCommand")
14
- .sc(ListTagsForResource$)
15
- .build() {
3
+ export class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { RegisterAgent$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class RegisterAgentCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("GroundStation", "RegisterAgent", {})
13
- .n("GroundStationClient", "RegisterAgentCommand")
14
- .sc(RegisterAgent$)
15
- .build() {
3
+ export class RegisterAgentCommand extends command(_ep0, _mw0, "RegisterAgent", RegisterAgent$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ReserveContact$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ReserveContactCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("GroundStation", "ReserveContact", {})
13
- .n("GroundStationClient", "ReserveContactCommand")
14
- .sc(ReserveContact$)
15
- .build() {
3
+ export class ReserveContactCommand extends command(_ep0, _mw0, "ReserveContact", ReserveContact$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { TagResource$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class TagResourceCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("GroundStation", "TagResource", {})
13
- .n("GroundStationClient", "TagResourceCommand")
14
- .sc(TagResource$)
15
- .build() {
3
+ export class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { UntagResource$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class UntagResourceCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("GroundStation", "UntagResource", {})
13
- .n("GroundStationClient", "UntagResourceCommand")
14
- .sc(UntagResource$)
15
- .build() {
3
+ export class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { UpdateAgentStatus$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class UpdateAgentStatusCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("GroundStation", "UpdateAgentStatus", {})
13
- .n("GroundStationClient", "UpdateAgentStatusCommand")
14
- .sc(UpdateAgentStatus$)
15
- .build() {
3
+ export class UpdateAgentStatusCommand extends command(_ep0, _mw0, "UpdateAgentStatus", UpdateAgentStatus$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { UpdateConfig$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class UpdateConfigCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("GroundStation", "UpdateConfig", {})
13
- .n("GroundStationClient", "UpdateConfigCommand")
14
- .sc(UpdateConfig$)
15
- .build() {
3
+ export class UpdateConfigCommand extends command(_ep0, _mw0, "UpdateConfig", UpdateConfig$) {
16
4
  }