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