@aws-sdk/client-groundstation 3.1045.0 → 3.1047.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/auth/httpAuthSchemeProvider.js +4 -4
- package/dist-cjs/endpoint/bdd.js +2 -2
- package/dist-cjs/endpoint/endpointResolver.js +4 -4
- package/dist-cjs/index.js +112 -114
- package/dist-cjs/models/GroundStationServiceException.js +3 -3
- package/dist-cjs/runtimeConfig.browser.js +12 -14
- package/dist-cjs/runtimeConfig.js +18 -22
- package/dist-cjs/runtimeConfig.shared.js +9 -10
- package/dist-es/GroundStation.js +1 -1
- package/dist-es/GroundStationClient.js +5 -5
- package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
- package/dist-es/commands/CancelContactCommand.js +2 -2
- package/dist-es/commands/CreateConfigCommand.js +2 -2
- package/dist-es/commands/CreateDataflowEndpointGroupCommand.js +2 -2
- package/dist-es/commands/CreateDataflowEndpointGroupV2Command.js +2 -2
- package/dist-es/commands/CreateEphemerisCommand.js +2 -2
- package/dist-es/commands/CreateMissionProfileCommand.js +2 -2
- package/dist-es/commands/DeleteConfigCommand.js +2 -2
- package/dist-es/commands/DeleteDataflowEndpointGroupCommand.js +2 -2
- package/dist-es/commands/DeleteEphemerisCommand.js +2 -2
- package/dist-es/commands/DeleteMissionProfileCommand.js +2 -2
- package/dist-es/commands/DescribeContactCommand.js +2 -2
- package/dist-es/commands/DescribeContactVersionCommand.js +2 -2
- package/dist-es/commands/DescribeEphemerisCommand.js +2 -2
- package/dist-es/commands/GetAgentConfigurationCommand.js +2 -2
- package/dist-es/commands/GetAgentTaskResponseUrlCommand.js +2 -2
- package/dist-es/commands/GetConfigCommand.js +2 -2
- package/dist-es/commands/GetDataflowEndpointGroupCommand.js +2 -2
- package/dist-es/commands/GetMinuteUsageCommand.js +2 -2
- package/dist-es/commands/GetMissionProfileCommand.js +2 -2
- package/dist-es/commands/GetSatelliteCommand.js +2 -2
- package/dist-es/commands/ListAntennasCommand.js +2 -2
- package/dist-es/commands/ListConfigsCommand.js +2 -2
- package/dist-es/commands/ListContactVersionsCommand.js +2 -2
- package/dist-es/commands/ListContactsCommand.js +2 -2
- package/dist-es/commands/ListDataflowEndpointGroupsCommand.js +2 -2
- package/dist-es/commands/ListEphemeridesCommand.js +2 -2
- package/dist-es/commands/ListGroundStationReservationsCommand.js +2 -2
- package/dist-es/commands/ListGroundStationsCommand.js +2 -2
- package/dist-es/commands/ListMissionProfilesCommand.js +2 -2
- package/dist-es/commands/ListSatellitesCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/RegisterAgentCommand.js +2 -2
- package/dist-es/commands/ReserveContactCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateAgentStatusCommand.js +2 -2
- package/dist-es/commands/UpdateConfigCommand.js +2 -2
- package/dist-es/commands/UpdateContactCommand.js +2 -2
- package/dist-es/commands/UpdateEphemerisCommand.js +2 -2
- package/dist-es/commands/UpdateMissionProfileCommand.js +2 -2
- package/dist-es/endpoint/bdd.js +1 -1
- package/dist-es/endpoint/endpointResolver.js +1 -1
- package/dist-es/models/GroundStationServiceException.js +1 -1
- package/dist-es/runtimeConfig.browser.js +4 -6
- package/dist-es/runtimeConfig.js +4 -8
- package/dist-es/runtimeConfig.shared.js +3 -4
- package/dist-es/runtimeExtensions.js +2 -2
- package/dist-es/waiters/waitForContactScheduled.js +1 -1
- package/dist-es/waiters/waitForContactUpdated.js +1 -1
- package/dist-types/GroundStation.d.ts +1 -1
- package/dist-types/GroundStationClient.d.ts +5 -5
- package/dist-types/commands/CancelContactCommand.d.ts +6 -4
- package/dist-types/commands/CreateConfigCommand.d.ts +6 -4
- package/dist-types/commands/CreateDataflowEndpointGroupCommand.d.ts +6 -4
- package/dist-types/commands/CreateDataflowEndpointGroupV2Command.d.ts +6 -4
- package/dist-types/commands/CreateEphemerisCommand.d.ts +6 -4
- package/dist-types/commands/CreateMissionProfileCommand.d.ts +6 -4
- package/dist-types/commands/DeleteConfigCommand.d.ts +6 -4
- package/dist-types/commands/DeleteDataflowEndpointGroupCommand.d.ts +6 -4
- package/dist-types/commands/DeleteEphemerisCommand.d.ts +6 -4
- package/dist-types/commands/DeleteMissionProfileCommand.d.ts +6 -4
- package/dist-types/commands/DescribeContactCommand.d.ts +6 -4
- package/dist-types/commands/DescribeContactVersionCommand.d.ts +6 -4
- package/dist-types/commands/DescribeEphemerisCommand.d.ts +6 -4
- package/dist-types/commands/GetAgentConfigurationCommand.d.ts +6 -4
- package/dist-types/commands/GetAgentTaskResponseUrlCommand.d.ts +6 -4
- package/dist-types/commands/GetConfigCommand.d.ts +6 -4
- package/dist-types/commands/GetDataflowEndpointGroupCommand.d.ts +6 -4
- package/dist-types/commands/GetMinuteUsageCommand.d.ts +6 -4
- package/dist-types/commands/GetMissionProfileCommand.d.ts +6 -4
- package/dist-types/commands/GetSatelliteCommand.d.ts +6 -4
- package/dist-types/commands/ListAntennasCommand.d.ts +6 -4
- package/dist-types/commands/ListConfigsCommand.d.ts +6 -4
- package/dist-types/commands/ListContactVersionsCommand.d.ts +6 -4
- package/dist-types/commands/ListContactsCommand.d.ts +6 -4
- package/dist-types/commands/ListDataflowEndpointGroupsCommand.d.ts +6 -4
- package/dist-types/commands/ListEphemeridesCommand.d.ts +6 -4
- package/dist-types/commands/ListGroundStationReservationsCommand.d.ts +6 -4
- package/dist-types/commands/ListGroundStationsCommand.d.ts +6 -4
- package/dist-types/commands/ListMissionProfilesCommand.d.ts +6 -4
- package/dist-types/commands/ListSatellitesCommand.d.ts +6 -4
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/commands/RegisterAgentCommand.d.ts +6 -4
- package/dist-types/commands/ReserveContactCommand.d.ts +6 -4
- package/dist-types/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -4
- package/dist-types/commands/UpdateAgentStatusCommand.d.ts +6 -4
- package/dist-types/commands/UpdateConfigCommand.d.ts +6 -4
- package/dist-types/commands/UpdateContactCommand.d.ts +6 -4
- package/dist-types/commands/UpdateEphemerisCommand.d.ts +6 -4
- package/dist-types/commands/UpdateMissionProfileCommand.d.ts +6 -4
- package/dist-types/endpoint/bdd.d.ts +1 -1
- package/dist-types/extensionConfiguration.d.ts +1 -1
- package/dist-types/models/GroundStationServiceException.d.ts +1 -1
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/GroundStation.d.ts +1 -1
- package/dist-types/ts3.4/GroundStationClient.d.ts +8 -14
- package/dist-types/ts3.4/commands/CancelContactCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateConfigCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateDataflowEndpointGroupCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateDataflowEndpointGroupV2Command.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateEphemerisCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateMissionProfileCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteConfigCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteDataflowEndpointGroupCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteEphemerisCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteMissionProfileCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeContactCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeContactVersionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeEphemerisCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetAgentConfigurationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetAgentTaskResponseUrlCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetConfigCommand.d.ts +6 -8
- package/dist-types/ts3.4/commands/GetDataflowEndpointGroupCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetMinuteUsageCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetMissionProfileCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetSatelliteCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListAntennasCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListConfigsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListContactVersionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListContactsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListDataflowEndpointGroupsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListEphemeridesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListGroundStationReservationsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListGroundStationsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListMissionProfilesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListSatellitesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/RegisterAgentCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ReserveContactCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateAgentStatusCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateConfigCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateContactCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateEphemerisCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateMissionProfileCommand.d.ts +6 -4
- package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/models/GroundStationServiceException.d.ts +1 -1
- package/dist-types/ts3.4/models/errors.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
- package/dist-types/ts3.4/waiters/waitForContactScheduled.d.ts +1 -1
- package/dist-types/ts3.4/waiters/waitForContactUpdated.d.ts +1 -1
- package/dist-types/waiters/waitForContactScheduled.d.ts +1 -1
- package/dist-types/waiters/waitForContactUpdated.d.ts +1 -1
- package/package.json +13 -35
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { awsEndpointFunctions } from "@aws-sdk/util-endpoints";
|
|
2
|
-
import { customEndpointFunctions, decideEndpoint, EndpointCache } from "@smithy/
|
|
2
|
+
import { customEndpointFunctions, decideEndpoint, EndpointCache } from "@smithy/core/endpoints";
|
|
3
3
|
import { bdd } from "./bdd";
|
|
4
4
|
const cache = new EndpointCache({
|
|
5
5
|
size: 50,
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ServiceException as __ServiceException, } from "@smithy/
|
|
1
|
+
import { ServiceException as __ServiceException, } from "@smithy/core/client";
|
|
2
2
|
export { __ServiceException };
|
|
3
3
|
export class GroundStationServiceException extends __ServiceException {
|
|
4
4
|
constructor(options) {
|
|
@@ -1,13 +1,11 @@
|
|
|
1
1
|
import packageInfo from "../package.json";
|
|
2
2
|
import { Sha256 } from "@aws-crypto/sha256-browser";
|
|
3
3
|
import { createDefaultUserAgentProvider } from "@aws-sdk/util-user-agent-browser";
|
|
4
|
-
import {
|
|
4
|
+
import { invalidProvider, loadConfigsForDefaultMode } from "@smithy/core/client";
|
|
5
|
+
import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT, resolveDefaultsModeConfig, } from "@smithy/core/config";
|
|
6
|
+
import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/core/retry";
|
|
7
|
+
import { calculateBodyLength } from "@smithy/core/serde";
|
|
5
8
|
import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler";
|
|
6
|
-
import { invalidProvider } from "@smithy/invalid-dependency";
|
|
7
|
-
import { loadConfigsForDefaultMode } from "@smithy/smithy-client";
|
|
8
|
-
import { calculateBodyLength } from "@smithy/util-body-length-browser";
|
|
9
|
-
import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser";
|
|
10
|
-
import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry";
|
|
11
9
|
import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
|
|
12
10
|
export const getRuntimeConfig = (config) => {
|
|
13
11
|
const defaultsMode = resolveDefaultsModeConfig(config);
|
package/dist-es/runtimeConfig.js
CHANGED
|
@@ -3,15 +3,11 @@ import { emitWarningIfUnsupportedVersion as awsCheckVersion } from "@aws-sdk/cor
|
|
|
3
3
|
import { NODE_AUTH_SCHEME_PREFERENCE_OPTIONS } from "@aws-sdk/core/httpAuthSchemes";
|
|
4
4
|
import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node";
|
|
5
5
|
import { createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS } from "@aws-sdk/util-user-agent-node";
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/
|
|
9
|
-
import {
|
|
6
|
+
import { emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode } from "@smithy/core/client";
|
|
7
|
+
import { loadConfig as loadNodeConfig, NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, resolveDefaultsModeConfig, } from "@smithy/core/config";
|
|
8
|
+
import { DEFAULT_RETRY_MODE, NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS, } from "@smithy/core/retry";
|
|
9
|
+
import { calculateBodyLength, Hash } from "@smithy/core/serde";
|
|
10
10
|
import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler";
|
|
11
|
-
import { emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode } from "@smithy/smithy-client";
|
|
12
|
-
import { calculateBodyLength } from "@smithy/util-body-length-node";
|
|
13
|
-
import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node";
|
|
14
|
-
import { DEFAULT_RETRY_MODE } from "@smithy/util-retry";
|
|
15
11
|
import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
|
|
16
12
|
export const getRuntimeConfig = (config) => {
|
|
17
13
|
emitWarningIfUnsupportedVersion(process.version);
|
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
import { AwsSdkSigV4Signer } from "@aws-sdk/core/httpAuthSchemes";
|
|
2
2
|
import { AwsRestJsonProtocol } from "@aws-sdk/core/protocols";
|
|
3
|
-
import { NoOpLogger } from "@smithy/
|
|
4
|
-
import { parseUrl } from "@smithy/
|
|
5
|
-
import { fromBase64, toBase64 } from "@smithy/
|
|
6
|
-
import { fromUtf8, toUtf8 } from "@smithy/util-utf8";
|
|
3
|
+
import { NoOpLogger } from "@smithy/core/client";
|
|
4
|
+
import { parseUrl } from "@smithy/core/protocols";
|
|
5
|
+
import { fromBase64, fromUtf8, toBase64, toUtf8 } from "@smithy/core/serde";
|
|
7
6
|
import { defaultGroundStationHttpAuthSchemeProvider } from "./auth/httpAuthSchemeProvider";
|
|
8
7
|
import { defaultEndpointResolver } from "./endpoint/endpointResolver";
|
|
9
8
|
import { errorTypeRegistries } from "./schemas/schemas_0";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, } from "@aws-sdk/region-config-resolver";
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
2
|
+
import { getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig } from "@smithy/core/client";
|
|
3
|
+
import { getHttpHandlerExtensionConfiguration, resolveHttpHandlerRuntimeConfig } from "@smithy/core/protocols";
|
|
4
4
|
import { getHttpAuthExtensionConfiguration, resolveHttpAuthRuntimeConfig } from "./auth/httpAuthExtensionConfiguration";
|
|
5
5
|
export const resolveRuntimeExtensions = (runtimeConfig, extensions) => {
|
|
6
6
|
const extensionConfiguration = Object.assign(getAwsRegionExtensionConfiguration(runtimeConfig), getDefaultExtensionConfiguration(runtimeConfig), getHttpHandlerExtensionConfiguration(runtimeConfig), getHttpAuthExtensionConfiguration(runtimeConfig));
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { checkExceptions, createWaiter, WaiterState, } from "@smithy/
|
|
1
|
+
import { checkExceptions, createWaiter, WaiterState, } from "@smithy/core/client";
|
|
2
2
|
import { DescribeContactCommand, } from "../commands/DescribeContactCommand";
|
|
3
3
|
const checkState = async (client, input) => {
|
|
4
4
|
let reason;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { checkExceptions, createWaiter, WaiterState, } from "@smithy/
|
|
1
|
+
import { checkExceptions, createWaiter, WaiterState, } from "@smithy/core/client";
|
|
2
2
|
import { DescribeContactVersionCommand, } from "../commands/DescribeContactVersionCommand";
|
|
3
3
|
const checkState = async (client, input) => {
|
|
4
4
|
let reason;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
+
import { type WaiterResult } from "@smithy/core/client";
|
|
1
2
|
import type { HttpHandlerOptions as __HttpHandlerOptions, PaginationConfiguration, Paginator, WaiterConfiguration } from "@smithy/types";
|
|
2
|
-
import type { WaiterResult } from "@smithy/util-waiter";
|
|
3
3
|
import { type CancelContactCommandInput, type CancelContactCommandOutput } from "./commands/CancelContactCommand";
|
|
4
4
|
import { type CreateConfigCommandInput, type CreateConfigCommandOutput } from "./commands/CreateConfigCommand";
|
|
5
5
|
import { type CreateDataflowEndpointGroupCommandInput, type CreateDataflowEndpointGroupCommandOutput } from "./commands/CreateDataflowEndpointGroupCommand";
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { type HostHeaderInputConfig, type HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
|
|
2
2
|
import { type UserAgentInputConfig, type UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
|
|
3
|
-
import { type
|
|
4
|
-
import { type
|
|
5
|
-
import { type
|
|
6
|
-
import type
|
|
7
|
-
import { type
|
|
3
|
+
import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/core/client";
|
|
4
|
+
import { type RegionInputConfig, type RegionResolvedConfig } from "@smithy/core/config";
|
|
5
|
+
import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/core/endpoints";
|
|
6
|
+
import { type HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/core/protocols";
|
|
7
|
+
import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/core/retry";
|
|
8
8
|
import type { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
|
|
9
9
|
import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
|
|
10
10
|
import type { CancelContactCommandInput, CancelContactCommandOutput } from "./commands/CancelContactCommand";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GroundStationClient";
|
|
4
4
|
import type { CancelContactRequest, ContactIdResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface CancelContactCommandInput extends CancelContactRequest {
|
|
|
22
22
|
export interface CancelContactCommandOutput extends ContactIdResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CancelContactCommand_base: {
|
|
25
|
-
new (input: CancelContactCommandInput): import("@smithy/
|
|
26
|
-
new (input: CancelContactCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CancelContactCommandInput): import("@smithy/core/client").CommandImpl<CancelContactCommandInput, CancelContactCommandOutput, GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CancelContactCommandInput): import("@smithy/core/client").CommandImpl<CancelContactCommandInput, CancelContactCommandOutput, GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Cancels or stops a contact with a specified contact ID based on its position in the <a href="https://docs.aws.amazon.com/ground-station/latest/ug/contacts.lifecycle.html">contact lifecycle</a>.</p> <p>For contacts that:</p> <ul> <li> <p>Have yet to start, the contact will be cancelled.</p> </li> <li> <p>Have started but have yet to finish, the contact will be stopped.</p> </li> </ul>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GroundStationClient";
|
|
4
4
|
import type { ConfigIdResponse, CreateConfigRequest } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface CreateConfigCommandInput extends CreateConfigRequest {
|
|
|
22
22
|
export interface CreateConfigCommandOutput extends ConfigIdResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateConfigCommand_base: {
|
|
25
|
-
new (input: CreateConfigCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreateConfigCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreateConfigCommandInput): import("@smithy/core/client").CommandImpl<CreateConfigCommandInput, CreateConfigCommandOutput, GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreateConfigCommandInput): import("@smithy/core/client").CommandImpl<CreateConfigCommandInput, CreateConfigCommandOutput, GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Creates a <code>Config</code> with the specified <code>configData</code> parameters.</p> <p>Only one type of <code>configData</code> can be specified.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GroundStationClient";
|
|
4
4
|
import type { CreateDataflowEndpointGroupRequest, DataflowEndpointGroupIdResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface CreateDataflowEndpointGroupCommandInput extends CreateDataflowE
|
|
|
22
22
|
export interface CreateDataflowEndpointGroupCommandOutput extends DataflowEndpointGroupIdResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateDataflowEndpointGroupCommand_base: {
|
|
25
|
-
new (input: CreateDataflowEndpointGroupCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreateDataflowEndpointGroupCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreateDataflowEndpointGroupCommandInput): import("@smithy/core/client").CommandImpl<CreateDataflowEndpointGroupCommandInput, CreateDataflowEndpointGroupCommandOutput, GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreateDataflowEndpointGroupCommandInput): import("@smithy/core/client").CommandImpl<CreateDataflowEndpointGroupCommandInput, CreateDataflowEndpointGroupCommandOutput, GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Creates a <code>DataflowEndpoint</code> group containing the specified list of <code> DataflowEndpoint</code> objects.</p> <p>The <code>name</code> field in each endpoint is used in your mission profile <code> DataflowEndpointConfig</code> to specify which endpoints to use during a contact.</p> <p>When a contact uses multiple <code>DataflowEndpointConfig</code> objects, each <code> Config</code> must match a <code>DataflowEndpoint</code> in the same group.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GroundStationClient";
|
|
4
4
|
import type { CreateDataflowEndpointGroupV2Request, CreateDataflowEndpointGroupV2Response } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface CreateDataflowEndpointGroupV2CommandInput extends CreateDataflo
|
|
|
22
22
|
export interface CreateDataflowEndpointGroupV2CommandOutput extends CreateDataflowEndpointGroupV2Response, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateDataflowEndpointGroupV2Command_base: {
|
|
25
|
-
new (input: CreateDataflowEndpointGroupV2CommandInput): import("@smithy/
|
|
26
|
-
new (input: CreateDataflowEndpointGroupV2CommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreateDataflowEndpointGroupV2CommandInput): import("@smithy/core/client").CommandImpl<CreateDataflowEndpointGroupV2CommandInput, CreateDataflowEndpointGroupV2CommandOutput, GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreateDataflowEndpointGroupV2CommandInput): import("@smithy/core/client").CommandImpl<CreateDataflowEndpointGroupV2CommandInput, CreateDataflowEndpointGroupV2CommandOutput, GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Creates a <code>DataflowEndpoint</code> group containing the specified list of Ground Station Agent based endpoints.</p> <p>The <code>name</code> field in each endpoint is used in your mission profile <code> DataflowEndpointConfig</code> to specify which endpoints to use during a contact.</p> <p>When a contact uses multiple <code>DataflowEndpointConfig</code> objects, each <code> Config</code> must match a <code>DataflowEndpoint</code> in the same group.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GroundStationClient";
|
|
4
4
|
import type { CreateEphemerisRequest, EphemerisIdResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface CreateEphemerisCommandInput extends CreateEphemerisRequest {
|
|
|
22
22
|
export interface CreateEphemerisCommandOutput extends EphemerisIdResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateEphemerisCommand_base: {
|
|
25
|
-
new (input: CreateEphemerisCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreateEphemerisCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreateEphemerisCommandInput): import("@smithy/core/client").CommandImpl<CreateEphemerisCommandInput, CreateEphemerisCommandOutput, GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreateEphemerisCommandInput): import("@smithy/core/client").CommandImpl<CreateEphemerisCommandInput, CreateEphemerisCommandOutput, GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Create an ephemeris with your specified <a>EphemerisData</a>.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GroundStationClient";
|
|
4
4
|
import type { CreateMissionProfileRequest, MissionProfileIdResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface CreateMissionProfileCommandInput extends CreateMissionProfileRe
|
|
|
22
22
|
export interface CreateMissionProfileCommandOutput extends MissionProfileIdResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateMissionProfileCommand_base: {
|
|
25
|
-
new (input: CreateMissionProfileCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreateMissionProfileCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreateMissionProfileCommandInput): import("@smithy/core/client").CommandImpl<CreateMissionProfileCommandInput, CreateMissionProfileCommandOutput, GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreateMissionProfileCommandInput): import("@smithy/core/client").CommandImpl<CreateMissionProfileCommandInput, CreateMissionProfileCommandOutput, GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Creates a mission profile.</p> <p> <code>dataflowEdges</code> is a list of lists of strings. Each lower level list of strings has two elements: a <i>from</i> ARN and a <i>to</i> ARN.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GroundStationClient";
|
|
4
4
|
import type { ConfigIdResponse, DeleteConfigRequest } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DeleteConfigCommandInput extends DeleteConfigRequest {
|
|
|
22
22
|
export interface DeleteConfigCommandOutput extends ConfigIdResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteConfigCommand_base: {
|
|
25
|
-
new (input: DeleteConfigCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteConfigCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteConfigCommandInput): import("@smithy/core/client").CommandImpl<DeleteConfigCommandInput, DeleteConfigCommandOutput, GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteConfigCommandInput): import("@smithy/core/client").CommandImpl<DeleteConfigCommandInput, DeleteConfigCommandOutput, GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deletes a <code>Config</code>.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GroundStationClient";
|
|
4
4
|
import type { DataflowEndpointGroupIdResponse, DeleteDataflowEndpointGroupRequest } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DeleteDataflowEndpointGroupCommandInput extends DeleteDataflowE
|
|
|
22
22
|
export interface DeleteDataflowEndpointGroupCommandOutput extends DataflowEndpointGroupIdResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteDataflowEndpointGroupCommand_base: {
|
|
25
|
-
new (input: DeleteDataflowEndpointGroupCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteDataflowEndpointGroupCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteDataflowEndpointGroupCommandInput): import("@smithy/core/client").CommandImpl<DeleteDataflowEndpointGroupCommandInput, DeleteDataflowEndpointGroupCommandOutput, GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteDataflowEndpointGroupCommandInput): import("@smithy/core/client").CommandImpl<DeleteDataflowEndpointGroupCommandInput, DeleteDataflowEndpointGroupCommandOutput, GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deletes a dataflow endpoint group.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GroundStationClient";
|
|
4
4
|
import type { DeleteEphemerisRequest, EphemerisIdResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DeleteEphemerisCommandInput extends DeleteEphemerisRequest {
|
|
|
22
22
|
export interface DeleteEphemerisCommandOutput extends EphemerisIdResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteEphemerisCommand_base: {
|
|
25
|
-
new (input: DeleteEphemerisCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteEphemerisCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteEphemerisCommandInput): import("@smithy/core/client").CommandImpl<DeleteEphemerisCommandInput, DeleteEphemerisCommandOutput, GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteEphemerisCommandInput): import("@smithy/core/client").CommandImpl<DeleteEphemerisCommandInput, DeleteEphemerisCommandOutput, GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Delete an ephemeris.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GroundStationClient";
|
|
4
4
|
import type { DeleteMissionProfileRequest, MissionProfileIdResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DeleteMissionProfileCommandInput extends DeleteMissionProfileRe
|
|
|
22
22
|
export interface DeleteMissionProfileCommandOutput extends MissionProfileIdResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteMissionProfileCommand_base: {
|
|
25
|
-
new (input: DeleteMissionProfileCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteMissionProfileCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteMissionProfileCommandInput): import("@smithy/core/client").CommandImpl<DeleteMissionProfileCommandInput, DeleteMissionProfileCommandOutput, GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteMissionProfileCommandInput): import("@smithy/core/client").CommandImpl<DeleteMissionProfileCommandInput, DeleteMissionProfileCommandOutput, GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deletes a mission profile.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GroundStationClient";
|
|
4
4
|
import type { DescribeContactRequest, DescribeContactResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DescribeContactCommandInput extends DescribeContactRequest {
|
|
|
22
22
|
export interface DescribeContactCommandOutput extends DescribeContactResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DescribeContactCommand_base: {
|
|
25
|
-
new (input: DescribeContactCommandInput): import("@smithy/
|
|
26
|
-
new (input: DescribeContactCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DescribeContactCommandInput): import("@smithy/core/client").CommandImpl<DescribeContactCommandInput, DescribeContactCommandOutput, GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DescribeContactCommandInput): import("@smithy/core/client").CommandImpl<DescribeContactCommandInput, DescribeContactCommandOutput, GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Describes an existing contact.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GroundStationClient";
|
|
4
4
|
import type { DescribeContactVersionRequest, DescribeContactVersionResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DescribeContactVersionCommandInput extends DescribeContactVersi
|
|
|
22
22
|
export interface DescribeContactVersionCommandOutput extends DescribeContactVersionResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DescribeContactVersionCommand_base: {
|
|
25
|
-
new (input: DescribeContactVersionCommandInput): import("@smithy/
|
|
26
|
-
new (input: DescribeContactVersionCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DescribeContactVersionCommandInput): import("@smithy/core/client").CommandImpl<DescribeContactVersionCommandInput, DescribeContactVersionCommandOutput, GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DescribeContactVersionCommandInput): import("@smithy/core/client").CommandImpl<DescribeContactVersionCommandInput, DescribeContactVersionCommandOutput, GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Describes a specific version of a contact.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GroundStationClient";
|
|
4
4
|
import type { DescribeEphemerisRequest, DescribeEphemerisResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DescribeEphemerisCommandInput extends DescribeEphemerisRequest
|
|
|
22
22
|
export interface DescribeEphemerisCommandOutput extends DescribeEphemerisResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DescribeEphemerisCommand_base: {
|
|
25
|
-
new (input: DescribeEphemerisCommandInput): import("@smithy/
|
|
26
|
-
new (input: DescribeEphemerisCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DescribeEphemerisCommandInput): import("@smithy/core/client").CommandImpl<DescribeEphemerisCommandInput, DescribeEphemerisCommandOutput, GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DescribeEphemerisCommandInput): import("@smithy/core/client").CommandImpl<DescribeEphemerisCommandInput, DescribeEphemerisCommandOutput, GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Retrieve information about an existing ephemeris.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GroundStationClient";
|
|
4
4
|
import type { GetAgentConfigurationRequest, GetAgentConfigurationResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetAgentConfigurationCommandInput extends GetAgentConfiguration
|
|
|
22
22
|
export interface GetAgentConfigurationCommandOutput extends GetAgentConfigurationResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetAgentConfigurationCommand_base: {
|
|
25
|
-
new (input: GetAgentConfigurationCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetAgentConfigurationCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetAgentConfigurationCommandInput): import("@smithy/core/client").CommandImpl<GetAgentConfigurationCommandInput, GetAgentConfigurationCommandOutput, GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetAgentConfigurationCommandInput): import("@smithy/core/client").CommandImpl<GetAgentConfigurationCommandInput, GetAgentConfigurationCommandOutput, GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <note> <p> For use by AWS Ground Station Agent and shouldn't be called directly.</p> </note> <p>Gets the latest configuration information for a registered agent.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GroundStationClient";
|
|
4
4
|
import type { GetAgentTaskResponseUrlRequest, GetAgentTaskResponseUrlResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetAgentTaskResponseUrlCommandInput extends GetAgentTaskRespons
|
|
|
22
22
|
export interface GetAgentTaskResponseUrlCommandOutput extends GetAgentTaskResponseUrlResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetAgentTaskResponseUrlCommand_base: {
|
|
25
|
-
new (input: GetAgentTaskResponseUrlCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetAgentTaskResponseUrlCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetAgentTaskResponseUrlCommandInput): import("@smithy/core/client").CommandImpl<GetAgentTaskResponseUrlCommandInput, GetAgentTaskResponseUrlCommandOutput, GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetAgentTaskResponseUrlCommandInput): import("@smithy/core/client").CommandImpl<GetAgentTaskResponseUrlCommandInput, GetAgentTaskResponseUrlCommandOutput, GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <note> <p> For use by AWS Ground Station Agent and shouldn't be called directly.</p> </note> <p>Gets a presigned URL for uploading agent task response logs.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GroundStationClient";
|
|
4
4
|
import type { GetConfigRequest, GetConfigResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetConfigCommandInput extends GetConfigRequest {
|
|
|
22
22
|
export interface GetConfigCommandOutput extends GetConfigResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetConfigCommand_base: {
|
|
25
|
-
new (input: GetConfigCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetConfigCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetConfigCommandInput): import("@smithy/core/client").CommandImpl<GetConfigCommandInput, GetConfigCommandOutput, GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetConfigCommandInput): import("@smithy/core/client").CommandImpl<GetConfigCommandInput, GetConfigCommandOutput, GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns <code>Config</code> information.</p> <p>Only one <code>Config</code> response can be returned.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GroundStationClient";
|
|
4
4
|
import type { GetDataflowEndpointGroupRequest, GetDataflowEndpointGroupResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetDataflowEndpointGroupCommandInput extends GetDataflowEndpoin
|
|
|
22
22
|
export interface GetDataflowEndpointGroupCommandOutput extends GetDataflowEndpointGroupResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetDataflowEndpointGroupCommand_base: {
|
|
25
|
-
new (input: GetDataflowEndpointGroupCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetDataflowEndpointGroupCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetDataflowEndpointGroupCommandInput): import("@smithy/core/client").CommandImpl<GetDataflowEndpointGroupCommandInput, GetDataflowEndpointGroupCommandOutput, GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetDataflowEndpointGroupCommandInput): import("@smithy/core/client").CommandImpl<GetDataflowEndpointGroupCommandInput, GetDataflowEndpointGroupCommandOutput, GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns the dataflow endpoint group.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GroundStationClient";
|
|
4
4
|
import type { GetMinuteUsageRequest, GetMinuteUsageResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetMinuteUsageCommandInput extends GetMinuteUsageRequest {
|
|
|
22
22
|
export interface GetMinuteUsageCommandOutput extends GetMinuteUsageResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetMinuteUsageCommand_base: {
|
|
25
|
-
new (input: GetMinuteUsageCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetMinuteUsageCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetMinuteUsageCommandInput): import("@smithy/core/client").CommandImpl<GetMinuteUsageCommandInput, GetMinuteUsageCommandOutput, GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetMinuteUsageCommandInput): import("@smithy/core/client").CommandImpl<GetMinuteUsageCommandInput, GetMinuteUsageCommandOutput, GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns the number of reserved minutes used by account.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GroundStationClient";
|
|
4
4
|
import type { GetMissionProfileRequest, GetMissionProfileResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetMissionProfileCommandInput extends GetMissionProfileRequest
|
|
|
22
22
|
export interface GetMissionProfileCommandOutput extends GetMissionProfileResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetMissionProfileCommand_base: {
|
|
25
|
-
new (input: GetMissionProfileCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetMissionProfileCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetMissionProfileCommandInput): import("@smithy/core/client").CommandImpl<GetMissionProfileCommandInput, GetMissionProfileCommandOutput, GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetMissionProfileCommandInput): import("@smithy/core/client").CommandImpl<GetMissionProfileCommandInput, GetMissionProfileCommandOutput, GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns a mission profile.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GroundStationClient";
|
|
4
4
|
import type { GetSatelliteRequest, GetSatelliteResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetSatelliteCommandInput extends GetSatelliteRequest {
|
|
|
22
22
|
export interface GetSatelliteCommandOutput extends GetSatelliteResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetSatelliteCommand_base: {
|
|
25
|
-
new (input: GetSatelliteCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetSatelliteCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetSatelliteCommandInput): import("@smithy/core/client").CommandImpl<GetSatelliteCommandInput, GetSatelliteCommandOutput, GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetSatelliteCommandInput): import("@smithy/core/client").CommandImpl<GetSatelliteCommandInput, GetSatelliteCommandOutput, GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns a satellite.</p>
|