@aws-sdk/client-groundstation 3.1077.0 → 3.1079.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
package/dist-cjs/index.js CHANGED
@@ -1,7 +1,8 @@
1
1
  const { awsEndpointFunctions, emitWarningIfUnsupportedVersion: emitWarningIfUnsupportedVersion$1, createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS, getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, resolveUserAgentConfig, resolveHostHeaderConfig, getUserAgentPlugin, getHostHeaderPlugin, getLoggerPlugin, getRecursionDetectionPlugin } = require("@aws-sdk/core/client");
2
2
  const { getHttpAuthSchemeEndpointRuleSetPlugin, DefaultIdentityProviderConfig, getHttpSigningPlugin, createPaginator } = require("@smithy/core");
3
- const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, Command, createWaiter, checkExceptions, WaiterState, createAggregatedClient } = require("@smithy/core/client");
4
- exports.$Command = Command;
3
+ const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, makeBuilder, createWaiter, checkExceptions, WaiterState, createAggregatedClient } = require("@smithy/core/client");
4
+ const { Command: $Command } = require("@smithy/core/client");
5
+ exports.$Command = $Command;
5
6
  exports.__Client = Client;
6
7
  const { resolveDefaultsModeConfig, loadConfig, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS, resolveRegionConfig } = require("@smithy/core/config");
7
8
  const { BinaryDecisionDiagram, EndpointCache, decideEndpoint, customEndpointFunctions, resolveEndpointConfig, getEndpointPlugin } = require("@smithy/core/endpoints");
@@ -68,7 +69,7 @@ const commonParams = {
68
69
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
69
70
  };
70
71
 
71
- var version = "3.1076.0";
72
+ var version = "3.1078.0";
72
73
  var packageInfo = {
73
74
  version: version};
74
75
 
@@ -1821,484 +1822,128 @@ class GroundStationClient extends Client {
1821
1822
  }
1822
1823
  }
1823
1824
 
1824
- class CancelContactCommand extends Command
1825
- .classBuilder()
1826
- .ep(commonParams)
1827
- .m(function (Command, cs, config, o) {
1828
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1829
- })
1830
- .s("GroundStation", "CancelContact", {})
1831
- .n("GroundStationClient", "CancelContactCommand")
1832
- .sc(CancelContact$)
1833
- .build() {
1825
+ const command = makeBuilder(commonParams, "GroundStation", "GroundStationClient", getEndpointPlugin);
1826
+ const _ep0 = {};
1827
+ const _mw0 = (Command, cs, config, o) => [];
1828
+
1829
+ class CancelContactCommand extends command(_ep0, _mw0, "CancelContact", CancelContact$) {
1834
1830
  }
1835
1831
 
1836
- class CreateConfigCommand extends Command
1837
- .classBuilder()
1838
- .ep(commonParams)
1839
- .m(function (Command, cs, config, o) {
1840
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1841
- })
1842
- .s("GroundStation", "CreateConfig", {})
1843
- .n("GroundStationClient", "CreateConfigCommand")
1844
- .sc(CreateConfig$)
1845
- .build() {
1832
+ class CreateConfigCommand extends command(_ep0, _mw0, "CreateConfig", CreateConfig$) {
1846
1833
  }
1847
1834
 
1848
- class CreateDataflowEndpointGroupCommand extends Command
1849
- .classBuilder()
1850
- .ep(commonParams)
1851
- .m(function (Command, cs, config, o) {
1852
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1853
- })
1854
- .s("GroundStation", "CreateDataflowEndpointGroup", {})
1855
- .n("GroundStationClient", "CreateDataflowEndpointGroupCommand")
1856
- .sc(CreateDataflowEndpointGroup$)
1857
- .build() {
1835
+ class CreateDataflowEndpointGroupCommand extends command(_ep0, _mw0, "CreateDataflowEndpointGroup", CreateDataflowEndpointGroup$) {
1858
1836
  }
1859
1837
 
1860
- class CreateDataflowEndpointGroupV2Command extends Command
1861
- .classBuilder()
1862
- .ep(commonParams)
1863
- .m(function (Command, cs, config, o) {
1864
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1865
- })
1866
- .s("GroundStation", "CreateDataflowEndpointGroupV2", {})
1867
- .n("GroundStationClient", "CreateDataflowEndpointGroupV2Command")
1868
- .sc(CreateDataflowEndpointGroupV2$)
1869
- .build() {
1838
+ class CreateDataflowEndpointGroupV2Command extends command(_ep0, _mw0, "CreateDataflowEndpointGroupV2", CreateDataflowEndpointGroupV2$) {
1870
1839
  }
1871
1840
 
1872
- class CreateEphemerisCommand extends Command
1873
- .classBuilder()
1874
- .ep(commonParams)
1875
- .m(function (Command, cs, config, o) {
1876
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1877
- })
1878
- .s("GroundStation", "CreateEphemeris", {})
1879
- .n("GroundStationClient", "CreateEphemerisCommand")
1880
- .sc(CreateEphemeris$)
1881
- .build() {
1841
+ class CreateEphemerisCommand extends command(_ep0, _mw0, "CreateEphemeris", CreateEphemeris$) {
1882
1842
  }
1883
1843
 
1884
- class CreateMissionProfileCommand extends Command
1885
- .classBuilder()
1886
- .ep(commonParams)
1887
- .m(function (Command, cs, config, o) {
1888
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1889
- })
1890
- .s("GroundStation", "CreateMissionProfile", {})
1891
- .n("GroundStationClient", "CreateMissionProfileCommand")
1892
- .sc(CreateMissionProfile$)
1893
- .build() {
1844
+ class CreateMissionProfileCommand extends command(_ep0, _mw0, "CreateMissionProfile", CreateMissionProfile$) {
1894
1845
  }
1895
1846
 
1896
- class DeleteConfigCommand extends Command
1897
- .classBuilder()
1898
- .ep(commonParams)
1899
- .m(function (Command, cs, config, o) {
1900
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1901
- })
1902
- .s("GroundStation", "DeleteConfig", {})
1903
- .n("GroundStationClient", "DeleteConfigCommand")
1904
- .sc(DeleteConfig$)
1905
- .build() {
1847
+ class DeleteConfigCommand extends command(_ep0, _mw0, "DeleteConfig", DeleteConfig$) {
1906
1848
  }
1907
1849
 
1908
- class DeleteDataflowEndpointGroupCommand extends Command
1909
- .classBuilder()
1910
- .ep(commonParams)
1911
- .m(function (Command, cs, config, o) {
1912
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1913
- })
1914
- .s("GroundStation", "DeleteDataflowEndpointGroup", {})
1915
- .n("GroundStationClient", "DeleteDataflowEndpointGroupCommand")
1916
- .sc(DeleteDataflowEndpointGroup$)
1917
- .build() {
1850
+ class DeleteDataflowEndpointGroupCommand extends command(_ep0, _mw0, "DeleteDataflowEndpointGroup", DeleteDataflowEndpointGroup$) {
1918
1851
  }
1919
1852
 
1920
- class DeleteEphemerisCommand extends Command
1921
- .classBuilder()
1922
- .ep(commonParams)
1923
- .m(function (Command, cs, config, o) {
1924
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1925
- })
1926
- .s("GroundStation", "DeleteEphemeris", {})
1927
- .n("GroundStationClient", "DeleteEphemerisCommand")
1928
- .sc(DeleteEphemeris$)
1929
- .build() {
1853
+ class DeleteEphemerisCommand extends command(_ep0, _mw0, "DeleteEphemeris", DeleteEphemeris$) {
1930
1854
  }
1931
1855
 
1932
- class DeleteMissionProfileCommand extends Command
1933
- .classBuilder()
1934
- .ep(commonParams)
1935
- .m(function (Command, cs, config, o) {
1936
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1937
- })
1938
- .s("GroundStation", "DeleteMissionProfile", {})
1939
- .n("GroundStationClient", "DeleteMissionProfileCommand")
1940
- .sc(DeleteMissionProfile$)
1941
- .build() {
1856
+ class DeleteMissionProfileCommand extends command(_ep0, _mw0, "DeleteMissionProfile", DeleteMissionProfile$) {
1942
1857
  }
1943
1858
 
1944
- class DescribeContactCommand extends Command
1945
- .classBuilder()
1946
- .ep(commonParams)
1947
- .m(function (Command, cs, config, o) {
1948
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1949
- })
1950
- .s("GroundStation", "DescribeContact", {})
1951
- .n("GroundStationClient", "DescribeContactCommand")
1952
- .sc(DescribeContact$)
1953
- .build() {
1859
+ class DescribeContactCommand extends command(_ep0, _mw0, "DescribeContact", DescribeContact$) {
1954
1860
  }
1955
1861
 
1956
- class DescribeContactVersionCommand extends Command
1957
- .classBuilder()
1958
- .ep(commonParams)
1959
- .m(function (Command, cs, config, o) {
1960
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1961
- })
1962
- .s("GroundStation", "DescribeContactVersion", {})
1963
- .n("GroundStationClient", "DescribeContactVersionCommand")
1964
- .sc(DescribeContactVersion$)
1965
- .build() {
1862
+ class DescribeContactVersionCommand extends command(_ep0, _mw0, "DescribeContactVersion", DescribeContactVersion$) {
1966
1863
  }
1967
1864
 
1968
- class DescribeEphemerisCommand extends Command
1969
- .classBuilder()
1970
- .ep(commonParams)
1971
- .m(function (Command, cs, config, o) {
1972
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1973
- })
1974
- .s("GroundStation", "DescribeEphemeris", {})
1975
- .n("GroundStationClient", "DescribeEphemerisCommand")
1976
- .sc(DescribeEphemeris$)
1977
- .build() {
1865
+ class DescribeEphemerisCommand extends command(_ep0, _mw0, "DescribeEphemeris", DescribeEphemeris$) {
1978
1866
  }
1979
1867
 
1980
- class GetAgentConfigurationCommand extends Command
1981
- .classBuilder()
1982
- .ep(commonParams)
1983
- .m(function (Command, cs, config, o) {
1984
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1985
- })
1986
- .s("GroundStation", "GetAgentConfiguration", {})
1987
- .n("GroundStationClient", "GetAgentConfigurationCommand")
1988
- .sc(GetAgentConfiguration$)
1989
- .build() {
1868
+ class GetAgentConfigurationCommand extends command(_ep0, _mw0, "GetAgentConfiguration", GetAgentConfiguration$) {
1990
1869
  }
1991
1870
 
1992
- class GetAgentTaskResponseUrlCommand extends Command
1993
- .classBuilder()
1994
- .ep(commonParams)
1995
- .m(function (Command, cs, config, o) {
1996
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1997
- })
1998
- .s("GroundStation", "GetAgentTaskResponseUrl", {})
1999
- .n("GroundStationClient", "GetAgentTaskResponseUrlCommand")
2000
- .sc(GetAgentTaskResponseUrl$)
2001
- .build() {
1871
+ class GetAgentTaskResponseUrlCommand extends command(_ep0, _mw0, "GetAgentTaskResponseUrl", GetAgentTaskResponseUrl$) {
2002
1872
  }
2003
1873
 
2004
- class GetConfigCommand extends Command
2005
- .classBuilder()
2006
- .ep(commonParams)
2007
- .m(function (Command, cs, config, o) {
2008
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2009
- })
2010
- .s("GroundStation", "GetConfig", {})
2011
- .n("GroundStationClient", "GetConfigCommand")
2012
- .sc(GetConfig$)
2013
- .build() {
1874
+ class GetConfigCommand extends command(_ep0, _mw0, "GetConfig", GetConfig$) {
2014
1875
  }
2015
1876
 
2016
- class GetDataflowEndpointGroupCommand extends Command
2017
- .classBuilder()
2018
- .ep(commonParams)
2019
- .m(function (Command, cs, config, o) {
2020
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2021
- })
2022
- .s("GroundStation", "GetDataflowEndpointGroup", {})
2023
- .n("GroundStationClient", "GetDataflowEndpointGroupCommand")
2024
- .sc(GetDataflowEndpointGroup$)
2025
- .build() {
1877
+ class GetDataflowEndpointGroupCommand extends command(_ep0, _mw0, "GetDataflowEndpointGroup", GetDataflowEndpointGroup$) {
2026
1878
  }
2027
1879
 
2028
- class GetMinuteUsageCommand extends Command
2029
- .classBuilder()
2030
- .ep(commonParams)
2031
- .m(function (Command, cs, config, o) {
2032
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2033
- })
2034
- .s("GroundStation", "GetMinuteUsage", {})
2035
- .n("GroundStationClient", "GetMinuteUsageCommand")
2036
- .sc(GetMinuteUsage$)
2037
- .build() {
1880
+ class GetMinuteUsageCommand extends command(_ep0, _mw0, "GetMinuteUsage", GetMinuteUsage$) {
2038
1881
  }
2039
1882
 
2040
- class GetMissionProfileCommand extends Command
2041
- .classBuilder()
2042
- .ep(commonParams)
2043
- .m(function (Command, cs, config, o) {
2044
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2045
- })
2046
- .s("GroundStation", "GetMissionProfile", {})
2047
- .n("GroundStationClient", "GetMissionProfileCommand")
2048
- .sc(GetMissionProfile$)
2049
- .build() {
1883
+ class GetMissionProfileCommand extends command(_ep0, _mw0, "GetMissionProfile", GetMissionProfile$) {
2050
1884
  }
2051
1885
 
2052
- class GetSatelliteCommand extends Command
2053
- .classBuilder()
2054
- .ep(commonParams)
2055
- .m(function (Command, cs, config, o) {
2056
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2057
- })
2058
- .s("GroundStation", "GetSatellite", {})
2059
- .n("GroundStationClient", "GetSatelliteCommand")
2060
- .sc(GetSatellite$)
2061
- .build() {
1886
+ class GetSatelliteCommand extends command(_ep0, _mw0, "GetSatellite", GetSatellite$) {
2062
1887
  }
2063
1888
 
2064
- class ListAntennasCommand extends Command
2065
- .classBuilder()
2066
- .ep(commonParams)
2067
- .m(function (Command, cs, config, o) {
2068
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2069
- })
2070
- .s("GroundStation", "ListAntennas", {})
2071
- .n("GroundStationClient", "ListAntennasCommand")
2072
- .sc(ListAntennas$)
2073
- .build() {
1889
+ class ListAntennasCommand extends command(_ep0, _mw0, "ListAntennas", ListAntennas$) {
2074
1890
  }
2075
1891
 
2076
- class ListConfigsCommand extends Command
2077
- .classBuilder()
2078
- .ep(commonParams)
2079
- .m(function (Command, cs, config, o) {
2080
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2081
- })
2082
- .s("GroundStation", "ListConfigs", {})
2083
- .n("GroundStationClient", "ListConfigsCommand")
2084
- .sc(ListConfigs$)
2085
- .build() {
1892
+ class ListConfigsCommand extends command(_ep0, _mw0, "ListConfigs", ListConfigs$) {
2086
1893
  }
2087
1894
 
2088
- class ListContactsCommand extends Command
2089
- .classBuilder()
2090
- .ep(commonParams)
2091
- .m(function (Command, cs, config, o) {
2092
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2093
- })
2094
- .s("GroundStation", "ListContacts", {})
2095
- .n("GroundStationClient", "ListContactsCommand")
2096
- .sc(ListContacts$)
2097
- .build() {
1895
+ class ListContactsCommand extends command(_ep0, _mw0, "ListContacts", ListContacts$) {
2098
1896
  }
2099
1897
 
2100
- class ListContactVersionsCommand extends Command
2101
- .classBuilder()
2102
- .ep(commonParams)
2103
- .m(function (Command, cs, config, o) {
2104
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2105
- })
2106
- .s("GroundStation", "ListContactVersions", {})
2107
- .n("GroundStationClient", "ListContactVersionsCommand")
2108
- .sc(ListContactVersions$)
2109
- .build() {
1898
+ class ListContactVersionsCommand extends command(_ep0, _mw0, "ListContactVersions", ListContactVersions$) {
2110
1899
  }
2111
1900
 
2112
- class ListDataflowEndpointGroupsCommand extends Command
2113
- .classBuilder()
2114
- .ep(commonParams)
2115
- .m(function (Command, cs, config, o) {
2116
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2117
- })
2118
- .s("GroundStation", "ListDataflowEndpointGroups", {})
2119
- .n("GroundStationClient", "ListDataflowEndpointGroupsCommand")
2120
- .sc(ListDataflowEndpointGroups$)
2121
- .build() {
1901
+ class ListDataflowEndpointGroupsCommand extends command(_ep0, _mw0, "ListDataflowEndpointGroups", ListDataflowEndpointGroups$) {
2122
1902
  }
2123
1903
 
2124
- class ListEphemeridesCommand extends Command
2125
- .classBuilder()
2126
- .ep(commonParams)
2127
- .m(function (Command, cs, config, o) {
2128
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2129
- })
2130
- .s("GroundStation", "ListEphemerides", {})
2131
- .n("GroundStationClient", "ListEphemeridesCommand")
2132
- .sc(ListEphemerides$)
2133
- .build() {
1904
+ class ListEphemeridesCommand extends command(_ep0, _mw0, "ListEphemerides", ListEphemerides$) {
2134
1905
  }
2135
1906
 
2136
- class ListGroundStationReservationsCommand extends Command
2137
- .classBuilder()
2138
- .ep(commonParams)
2139
- .m(function (Command, cs, config, o) {
2140
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2141
- })
2142
- .s("GroundStation", "ListGroundStationReservations", {})
2143
- .n("GroundStationClient", "ListGroundStationReservationsCommand")
2144
- .sc(ListGroundStationReservations$)
2145
- .build() {
1907
+ class ListGroundStationReservationsCommand extends command(_ep0, _mw0, "ListGroundStationReservations", ListGroundStationReservations$) {
2146
1908
  }
2147
1909
 
2148
- class ListGroundStationsCommand extends Command
2149
- .classBuilder()
2150
- .ep(commonParams)
2151
- .m(function (Command, cs, config, o) {
2152
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2153
- })
2154
- .s("GroundStation", "ListGroundStations", {})
2155
- .n("GroundStationClient", "ListGroundStationsCommand")
2156
- .sc(ListGroundStations$)
2157
- .build() {
1910
+ class ListGroundStationsCommand extends command(_ep0, _mw0, "ListGroundStations", ListGroundStations$) {
2158
1911
  }
2159
1912
 
2160
- class ListMissionProfilesCommand extends Command
2161
- .classBuilder()
2162
- .ep(commonParams)
2163
- .m(function (Command, cs, config, o) {
2164
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2165
- })
2166
- .s("GroundStation", "ListMissionProfiles", {})
2167
- .n("GroundStationClient", "ListMissionProfilesCommand")
2168
- .sc(ListMissionProfiles$)
2169
- .build() {
1913
+ class ListMissionProfilesCommand extends command(_ep0, _mw0, "ListMissionProfiles", ListMissionProfiles$) {
2170
1914
  }
2171
1915
 
2172
- class ListSatellitesCommand extends Command
2173
- .classBuilder()
2174
- .ep(commonParams)
2175
- .m(function (Command, cs, config, o) {
2176
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2177
- })
2178
- .s("GroundStation", "ListSatellites", {})
2179
- .n("GroundStationClient", "ListSatellitesCommand")
2180
- .sc(ListSatellites$)
2181
- .build() {
1916
+ class ListSatellitesCommand extends command(_ep0, _mw0, "ListSatellites", ListSatellites$) {
2182
1917
  }
2183
1918
 
2184
- class ListTagsForResourceCommand extends Command
2185
- .classBuilder()
2186
- .ep(commonParams)
2187
- .m(function (Command, cs, config, o) {
2188
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2189
- })
2190
- .s("GroundStation", "ListTagsForResource", {})
2191
- .n("GroundStationClient", "ListTagsForResourceCommand")
2192
- .sc(ListTagsForResource$)
2193
- .build() {
1919
+ class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
2194
1920
  }
2195
1921
 
2196
- class RegisterAgentCommand extends Command
2197
- .classBuilder()
2198
- .ep(commonParams)
2199
- .m(function (Command, cs, config, o) {
2200
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2201
- })
2202
- .s("GroundStation", "RegisterAgent", {})
2203
- .n("GroundStationClient", "RegisterAgentCommand")
2204
- .sc(RegisterAgent$)
2205
- .build() {
1922
+ class RegisterAgentCommand extends command(_ep0, _mw0, "RegisterAgent", RegisterAgent$) {
2206
1923
  }
2207
1924
 
2208
- class ReserveContactCommand extends Command
2209
- .classBuilder()
2210
- .ep(commonParams)
2211
- .m(function (Command, cs, config, o) {
2212
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2213
- })
2214
- .s("GroundStation", "ReserveContact", {})
2215
- .n("GroundStationClient", "ReserveContactCommand")
2216
- .sc(ReserveContact$)
2217
- .build() {
1925
+ class ReserveContactCommand extends command(_ep0, _mw0, "ReserveContact", ReserveContact$) {
2218
1926
  }
2219
1927
 
2220
- class TagResourceCommand extends Command
2221
- .classBuilder()
2222
- .ep(commonParams)
2223
- .m(function (Command, cs, config, o) {
2224
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2225
- })
2226
- .s("GroundStation", "TagResource", {})
2227
- .n("GroundStationClient", "TagResourceCommand")
2228
- .sc(TagResource$)
2229
- .build() {
1928
+ class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
2230
1929
  }
2231
1930
 
2232
- class UntagResourceCommand extends Command
2233
- .classBuilder()
2234
- .ep(commonParams)
2235
- .m(function (Command, cs, config, o) {
2236
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2237
- })
2238
- .s("GroundStation", "UntagResource", {})
2239
- .n("GroundStationClient", "UntagResourceCommand")
2240
- .sc(UntagResource$)
2241
- .build() {
1931
+ class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
2242
1932
  }
2243
1933
 
2244
- class UpdateAgentStatusCommand extends Command
2245
- .classBuilder()
2246
- .ep(commonParams)
2247
- .m(function (Command, cs, config, o) {
2248
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2249
- })
2250
- .s("GroundStation", "UpdateAgentStatus", {})
2251
- .n("GroundStationClient", "UpdateAgentStatusCommand")
2252
- .sc(UpdateAgentStatus$)
2253
- .build() {
1934
+ class UpdateAgentStatusCommand extends command(_ep0, _mw0, "UpdateAgentStatus", UpdateAgentStatus$) {
2254
1935
  }
2255
1936
 
2256
- class UpdateConfigCommand extends Command
2257
- .classBuilder()
2258
- .ep(commonParams)
2259
- .m(function (Command, cs, config, o) {
2260
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2261
- })
2262
- .s("GroundStation", "UpdateConfig", {})
2263
- .n("GroundStationClient", "UpdateConfigCommand")
2264
- .sc(UpdateConfig$)
2265
- .build() {
1937
+ class UpdateConfigCommand extends command(_ep0, _mw0, "UpdateConfig", UpdateConfig$) {
2266
1938
  }
2267
1939
 
2268
- class UpdateContactCommand extends Command
2269
- .classBuilder()
2270
- .ep(commonParams)
2271
- .m(function (Command, cs, config, o) {
2272
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2273
- })
2274
- .s("GroundStation", "UpdateContact", {})
2275
- .n("GroundStationClient", "UpdateContactCommand")
2276
- .sc(UpdateContact$)
2277
- .build() {
1940
+ class UpdateContactCommand extends command(_ep0, _mw0, "UpdateContact", UpdateContact$) {
2278
1941
  }
2279
1942
 
2280
- class UpdateEphemerisCommand extends Command
2281
- .classBuilder()
2282
- .ep(commonParams)
2283
- .m(function (Command, cs, config, o) {
2284
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2285
- })
2286
- .s("GroundStation", "UpdateEphemeris", {})
2287
- .n("GroundStationClient", "UpdateEphemerisCommand")
2288
- .sc(UpdateEphemeris$)
2289
- .build() {
1943
+ class UpdateEphemerisCommand extends command(_ep0, _mw0, "UpdateEphemeris", UpdateEphemeris$) {
2290
1944
  }
2291
1945
 
2292
- class UpdateMissionProfileCommand extends Command
2293
- .classBuilder()
2294
- .ep(commonParams)
2295
- .m(function (Command, cs, config, o) {
2296
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2297
- })
2298
- .s("GroundStation", "UpdateMissionProfile", {})
2299
- .n("GroundStationClient", "UpdateMissionProfileCommand")
2300
- .sc(UpdateMissionProfile$)
2301
- .build() {
1946
+ class UpdateMissionProfileCommand extends command(_ep0, _mw0, "UpdateMissionProfile", UpdateMissionProfile$) {
2302
1947
  }
2303
1948
 
2304
1949
  const paginateListAntennas = createPaginator(GroundStationClient, ListAntennasCommand, "nextToken", "nextToken", "maxResults");
@@ -0,0 +1,6 @@
1
+ import { makeBuilder } from "@smithy/core/client";
2
+ import { getEndpointPlugin } from "@smithy/core/endpoints";
3
+ import { commonParams } from "./endpoint/EndpointParameters";
4
+ export const command = makeBuilder(commonParams, "GroundStation", "GroundStationClient", getEndpointPlugin);
5
+ export const _ep0 = {};
6
+ export const _mw0 = (Command, cs, config, o) => [];
@@ -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 { CancelContact$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class CancelContactCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("GroundStation", "CancelContact", {})
13
- .n("GroundStationClient", "CancelContactCommand")
14
- .sc(CancelContact$)
15
- .build() {
3
+ export class CancelContactCommand extends command(_ep0, _mw0, "CancelContact", CancelContact$) {
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 { CreateConfig$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class CreateConfigCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("GroundStation", "CreateConfig", {})
13
- .n("GroundStationClient", "CreateConfigCommand")
14
- .sc(CreateConfig$)
15
- .build() {
3
+ export class CreateConfigCommand extends command(_ep0, _mw0, "CreateConfig", CreateConfig$) {
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 { CreateDataflowEndpointGroup$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class CreateDataflowEndpointGroupCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("GroundStation", "CreateDataflowEndpointGroup", {})
13
- .n("GroundStationClient", "CreateDataflowEndpointGroupCommand")
14
- .sc(CreateDataflowEndpointGroup$)
15
- .build() {
3
+ export class CreateDataflowEndpointGroupCommand extends command(_ep0, _mw0, "CreateDataflowEndpointGroup", CreateDataflowEndpointGroup$) {
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 { CreateDataflowEndpointGroupV2$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class CreateDataflowEndpointGroupV2Command extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("GroundStation", "CreateDataflowEndpointGroupV2", {})
13
- .n("GroundStationClient", "CreateDataflowEndpointGroupV2Command")
14
- .sc(CreateDataflowEndpointGroupV2$)
15
- .build() {
3
+ export class CreateDataflowEndpointGroupV2Command extends command(_ep0, _mw0, "CreateDataflowEndpointGroupV2", CreateDataflowEndpointGroupV2$) {
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 { CreateEphemeris$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class CreateEphemerisCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("GroundStation", "CreateEphemeris", {})
13
- .n("GroundStationClient", "CreateEphemerisCommand")
14
- .sc(CreateEphemeris$)
15
- .build() {
3
+ export class CreateEphemerisCommand extends command(_ep0, _mw0, "CreateEphemeris", CreateEphemeris$) {
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 { CreateMissionProfile$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class CreateMissionProfileCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("GroundStation", "CreateMissionProfile", {})
13
- .n("GroundStationClient", "CreateMissionProfileCommand")
14
- .sc(CreateMissionProfile$)
15
- .build() {
3
+ export class CreateMissionProfileCommand extends command(_ep0, _mw0, "CreateMissionProfile", CreateMissionProfile$) {
16
4
  }