@aws-sdk/client-groundstation 3.928.0 → 3.930.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 +1590 -1854
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-es/GroundStationClient.js +2 -0
- package/dist-es/commands/CancelContactCommand.js +3 -9
- package/dist-es/commands/CreateConfigCommand.js +3 -9
- package/dist-es/commands/CreateDataflowEndpointGroupCommand.js +3 -9
- package/dist-es/commands/CreateDataflowEndpointGroupV2Command.js +3 -9
- package/dist-es/commands/CreateEphemerisCommand.js +3 -9
- package/dist-es/commands/CreateMissionProfileCommand.js +3 -9
- package/dist-es/commands/DeleteConfigCommand.js +3 -9
- package/dist-es/commands/DeleteDataflowEndpointGroupCommand.js +3 -9
- package/dist-es/commands/DeleteEphemerisCommand.js +3 -9
- package/dist-es/commands/DeleteMissionProfileCommand.js +3 -9
- package/dist-es/commands/DescribeContactCommand.js +3 -9
- package/dist-es/commands/DescribeEphemerisCommand.js +3 -9
- package/dist-es/commands/GetAgentConfigurationCommand.js +3 -9
- package/dist-es/commands/GetAgentTaskResponseUrlCommand.js +3 -9
- package/dist-es/commands/GetConfigCommand.js +3 -9
- package/dist-es/commands/GetDataflowEndpointGroupCommand.js +3 -9
- package/dist-es/commands/GetMinuteUsageCommand.js +3 -9
- package/dist-es/commands/GetMissionProfileCommand.js +3 -9
- package/dist-es/commands/GetSatelliteCommand.js +3 -9
- package/dist-es/commands/ListConfigsCommand.js +3 -9
- package/dist-es/commands/ListContactsCommand.js +3 -9
- package/dist-es/commands/ListDataflowEndpointGroupsCommand.js +3 -9
- package/dist-es/commands/ListEphemeridesCommand.js +3 -9
- package/dist-es/commands/ListGroundStationsCommand.js +3 -9
- package/dist-es/commands/ListMissionProfilesCommand.js +3 -9
- package/dist-es/commands/ListSatellitesCommand.js +3 -9
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
- package/dist-es/commands/RegisterAgentCommand.js +3 -9
- package/dist-es/commands/ReserveContactCommand.js +3 -9
- package/dist-es/commands/TagResourceCommand.js +3 -9
- package/dist-es/commands/UntagResourceCommand.js +3 -9
- package/dist-es/commands/UpdateAgentStatusCommand.js +3 -9
- package/dist-es/commands/UpdateConfigCommand.js +3 -9
- package/dist-es/commands/UpdateEphemerisCommand.js +3 -9
- package/dist-es/commands/UpdateMissionProfileCommand.js +3 -9
- package/dist-es/models/models_0.js +0 -120
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +1520 -0
- package/dist-types/GroundStationClient.d.ts +10 -1
- package/dist-types/models/models_0.d.ts +44 -11
- package/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/dist-types/runtimeConfig.d.ts +1 -0
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +212 -0
- package/dist-types/ts3.4/GroundStationClient.d.ts +4 -0
- package/dist-types/ts3.4/models/models_0.d.ts +0 -11
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +217 -0
- package/package.json +34 -34
- package/dist-es/protocols/Aws_restJson1.js +0 -1476
- package/dist-types/protocols/Aws_restJson1.d.ts +0 -317
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -425
|
@@ -5,7 +5,7 @@ import { EndpointInputConfig, EndpointResolvedConfig } from "@smithy/middleware-
|
|
|
5
5
|
import { RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry";
|
|
6
6
|
import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
|
|
7
7
|
import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@smithy/smithy-client";
|
|
8
|
-
import { 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, Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
|
|
8
|
+
import { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, ClientProtocol, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, HttpRequest, HttpResponse, Logger as __Logger, Provider as __Provider, Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
|
|
9
9
|
import { HttpAuthSchemeInputConfig, HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
|
|
10
10
|
import { CancelContactCommandInput, CancelContactCommandOutput } from "./commands/CancelContactCommand";
|
|
11
11
|
import { CreateConfigCommandInput, CreateConfigCommandOutput } from "./commands/CreateConfigCommand";
|
|
@@ -176,6 +176,15 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
|
|
|
176
176
|
* Optional extensions
|
|
177
177
|
*/
|
|
178
178
|
extensions?: RuntimeExtension[];
|
|
179
|
+
/**
|
|
180
|
+
* The protocol controlling the message type (e.g. HTTP) and format (e.g. JSON)
|
|
181
|
+
* may be overridden. A default will always be set by the client.
|
|
182
|
+
* Available options depend on the service's supported protocols and will not be validated by
|
|
183
|
+
* the client.
|
|
184
|
+
* @alpha
|
|
185
|
+
*
|
|
186
|
+
*/
|
|
187
|
+
protocol?: ClientProtocol<HttpRequest, HttpResponse>;
|
|
179
188
|
/**
|
|
180
189
|
* The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
|
|
181
190
|
*/
|
|
@@ -766,12 +766,15 @@ export declare namespace AzElSegmentsData {
|
|
|
766
766
|
azElData?: never;
|
|
767
767
|
$unknown: [string, any];
|
|
768
768
|
}
|
|
769
|
+
/**
|
|
770
|
+
* @deprecated unused in schema-serde mode.
|
|
771
|
+
*
|
|
772
|
+
*/
|
|
769
773
|
interface Visitor<T> {
|
|
770
774
|
s3Object: (value: S3Object) => T;
|
|
771
775
|
azElData: (value: AzElSegments) => T;
|
|
772
776
|
_: (name: string, value: any) => T;
|
|
773
777
|
}
|
|
774
|
-
const visit: <T>(value: AzElSegmentsData, visitor: Visitor<T>) => T;
|
|
775
778
|
}
|
|
776
779
|
/**
|
|
777
780
|
* <p>Azimuth elevation ephemeris data.</p> <p> Use this ephemeris type to provide pointing angles directly, rather than satellite orbital elements. Use this when you need precise antenna pointing but have imprecise or unknown satellite trajectory information. </p> <p> The azimuth elevation data specifies the antenna pointing direction at specific times relative to a ground station location. AWS Ground Station uses 4th order Lagrange interpolation to compute pointing angles between the provided data points. </p> <p> AWS Ground Station automatically filters interpolated pointing angles, including only those that are above the site mask elevation of the specified ground station. </p> <p> For more detail about providing azimuth elevation ephemerides to AWS Ground Station, see the <a href="https://docs.aws.amazon.com/ground-station/latest/ug/providing-azimuth-elevation-ephemeris-data.html">azimuth elevation ephemeris section</a> of the AWS Ground Station User Guide. </p>
|
|
@@ -1097,6 +1100,10 @@ export declare namespace ConfigTypeData {
|
|
|
1097
1100
|
s3RecordingConfig?: never;
|
|
1098
1101
|
$unknown: [string, any];
|
|
1099
1102
|
}
|
|
1103
|
+
/**
|
|
1104
|
+
* @deprecated unused in schema-serde mode.
|
|
1105
|
+
*
|
|
1106
|
+
*/
|
|
1100
1107
|
interface Visitor<T> {
|
|
1101
1108
|
antennaDownlinkConfig: (value: AntennaDownlinkConfig) => T;
|
|
1102
1109
|
trackingConfig: (value: TrackingConfig) => T;
|
|
@@ -1107,7 +1114,6 @@ export declare namespace ConfigTypeData {
|
|
|
1107
1114
|
s3RecordingConfig: (value: S3RecordingConfig) => T;
|
|
1108
1115
|
_: (name: string, value: any) => T;
|
|
1109
1116
|
}
|
|
1110
|
-
const visit: <T>(value: ConfigTypeData, visitor: Visitor<T>) => T;
|
|
1111
1117
|
}
|
|
1112
1118
|
/**
|
|
1113
1119
|
* <p/>
|
|
@@ -1339,11 +1345,14 @@ export declare namespace DownlinkDataflowDetails {
|
|
|
1339
1345
|
agentConnectionDetails?: never;
|
|
1340
1346
|
$unknown: [string, any];
|
|
1341
1347
|
}
|
|
1348
|
+
/**
|
|
1349
|
+
* @deprecated unused in schema-serde mode.
|
|
1350
|
+
*
|
|
1351
|
+
*/
|
|
1342
1352
|
interface Visitor<T> {
|
|
1343
1353
|
agentConnectionDetails: (value: DownlinkConnectionDetails) => T;
|
|
1344
1354
|
_: (name: string, value: any) => T;
|
|
1345
1355
|
}
|
|
1346
|
-
const visit: <T>(value: DownlinkDataflowDetails, visitor: Visitor<T>) => T;
|
|
1347
1356
|
}
|
|
1348
1357
|
/**
|
|
1349
1358
|
* <p>Details for a downlink agent endpoint</p>
|
|
@@ -1473,11 +1482,14 @@ export declare namespace UplinkDataflowDetails {
|
|
|
1473
1482
|
agentConnectionDetails?: never;
|
|
1474
1483
|
$unknown: [string, any];
|
|
1475
1484
|
}
|
|
1485
|
+
/**
|
|
1486
|
+
* @deprecated unused in schema-serde mode.
|
|
1487
|
+
*
|
|
1488
|
+
*/
|
|
1476
1489
|
interface Visitor<T> {
|
|
1477
1490
|
agentConnectionDetails: (value: UplinkConnectionDetails) => T;
|
|
1478
1491
|
_: (name: string, value: any) => T;
|
|
1479
1492
|
}
|
|
1480
|
-
const visit: <T>(value: UplinkDataflowDetails, visitor: Visitor<T>) => T;
|
|
1481
1493
|
}
|
|
1482
1494
|
/**
|
|
1483
1495
|
* <p>Details for an uplink agent endpoint</p>
|
|
@@ -1610,13 +1622,16 @@ export declare namespace ConfigDetails {
|
|
|
1610
1622
|
s3RecordingDetails?: never;
|
|
1611
1623
|
$unknown: [string, any];
|
|
1612
1624
|
}
|
|
1625
|
+
/**
|
|
1626
|
+
* @deprecated unused in schema-serde mode.
|
|
1627
|
+
*
|
|
1628
|
+
*/
|
|
1613
1629
|
interface Visitor<T> {
|
|
1614
1630
|
endpointDetails: (value: EndpointDetails) => T;
|
|
1615
1631
|
antennaDemodDecodeDetails: (value: AntennaDemodDecodeDetails) => T;
|
|
1616
1632
|
s3RecordingDetails: (value: S3RecordingDetails) => T;
|
|
1617
1633
|
_: (name: string, value: any) => T;
|
|
1618
1634
|
}
|
|
1619
|
-
const visit: <T>(value: ConfigDetails, visitor: Visitor<T>) => T;
|
|
1620
1635
|
}
|
|
1621
1636
|
/**
|
|
1622
1637
|
* <p/>
|
|
@@ -1795,11 +1810,14 @@ export declare namespace ProgramTrackSettings {
|
|
|
1795
1810
|
azEl?: never;
|
|
1796
1811
|
$unknown: [string, any];
|
|
1797
1812
|
}
|
|
1813
|
+
/**
|
|
1814
|
+
* @deprecated unused in schema-serde mode.
|
|
1815
|
+
*
|
|
1816
|
+
*/
|
|
1798
1817
|
interface Visitor<T> {
|
|
1799
1818
|
azEl: (value: AzElProgramTrackSettings) => T;
|
|
1800
1819
|
_: (name: string, value: any) => T;
|
|
1801
1820
|
}
|
|
1802
|
-
const visit: <T>(value: ProgramTrackSettings, visitor: Visitor<T>) => T;
|
|
1803
1821
|
}
|
|
1804
1822
|
/**
|
|
1805
1823
|
* <p>Overrides the default tracking configuration on an antenna during a contact.</p>
|
|
@@ -1932,11 +1950,14 @@ export declare namespace EphemerisFilter {
|
|
|
1932
1950
|
azEl?: never;
|
|
1933
1951
|
$unknown: [string, any];
|
|
1934
1952
|
}
|
|
1953
|
+
/**
|
|
1954
|
+
* @deprecated unused in schema-serde mode.
|
|
1955
|
+
*
|
|
1956
|
+
*/
|
|
1935
1957
|
interface Visitor<T> {
|
|
1936
1958
|
azEl: (value: AzElEphemerisFilter) => T;
|
|
1937
1959
|
_: (name: string, value: any) => T;
|
|
1938
1960
|
}
|
|
1939
|
-
const visit: <T>(value: EphemerisFilter, visitor: Visitor<T>) => T;
|
|
1940
1961
|
}
|
|
1941
1962
|
/**
|
|
1942
1963
|
* <p/>
|
|
@@ -2236,12 +2257,15 @@ export declare namespace CreateEndpointDetails {
|
|
|
2236
2257
|
downlinkAwsGroundStationAgentEndpoint?: never;
|
|
2237
2258
|
$unknown: [string, any];
|
|
2238
2259
|
}
|
|
2260
|
+
/**
|
|
2261
|
+
* @deprecated unused in schema-serde mode.
|
|
2262
|
+
*
|
|
2263
|
+
*/
|
|
2239
2264
|
interface Visitor<T> {
|
|
2240
2265
|
uplinkAwsGroundStationAgentEndpoint: (value: UplinkAwsGroundStationAgentEndpoint) => T;
|
|
2241
2266
|
downlinkAwsGroundStationAgentEndpoint: (value: DownlinkAwsGroundStationAgentEndpoint) => T;
|
|
2242
2267
|
_: (name: string, value: any) => T;
|
|
2243
2268
|
}
|
|
2244
|
-
const visit: <T>(value: CreateEndpointDetails, visitor: Visitor<T>) => T;
|
|
2245
2269
|
}
|
|
2246
2270
|
/**
|
|
2247
2271
|
* @public
|
|
@@ -2412,13 +2436,16 @@ export declare namespace EphemerisData {
|
|
|
2412
2436
|
azEl?: never;
|
|
2413
2437
|
$unknown: [string, any];
|
|
2414
2438
|
}
|
|
2439
|
+
/**
|
|
2440
|
+
* @deprecated unused in schema-serde mode.
|
|
2441
|
+
*
|
|
2442
|
+
*/
|
|
2415
2443
|
interface Visitor<T> {
|
|
2416
2444
|
tle: (value: TLEEphemeris) => T;
|
|
2417
2445
|
oem: (value: OEMEphemeris) => T;
|
|
2418
2446
|
azEl: (value: AzElEphemeris) => T;
|
|
2419
2447
|
_: (name: string, value: any) => T;
|
|
2420
2448
|
}
|
|
2421
|
-
const visit: <T>(value: EphemerisData, visitor: Visitor<T>) => T;
|
|
2422
2449
|
}
|
|
2423
2450
|
/**
|
|
2424
2451
|
* @public
|
|
@@ -2523,13 +2550,16 @@ export declare namespace KmsKey {
|
|
|
2523
2550
|
kmsAliasName?: never;
|
|
2524
2551
|
$unknown: [string, any];
|
|
2525
2552
|
}
|
|
2553
|
+
/**
|
|
2554
|
+
* @deprecated unused in schema-serde mode.
|
|
2555
|
+
*
|
|
2556
|
+
*/
|
|
2526
2557
|
interface Visitor<T> {
|
|
2527
2558
|
kmsKeyArn: (value: string) => T;
|
|
2528
2559
|
kmsAliasArn: (value: string) => T;
|
|
2529
2560
|
kmsAliasName: (value: string) => T;
|
|
2530
2561
|
_: (name: string, value: any) => T;
|
|
2531
2562
|
}
|
|
2532
|
-
const visit: <T>(value: KmsKey, visitor: Visitor<T>) => T;
|
|
2533
2563
|
}
|
|
2534
2564
|
/**
|
|
2535
2565
|
* <p/>
|
|
@@ -2916,13 +2946,16 @@ export declare namespace EphemerisTypeDescription {
|
|
|
2916
2946
|
azEl?: never;
|
|
2917
2947
|
$unknown: [string, any];
|
|
2918
2948
|
}
|
|
2949
|
+
/**
|
|
2950
|
+
* @deprecated unused in schema-serde mode.
|
|
2951
|
+
*
|
|
2952
|
+
*/
|
|
2919
2953
|
interface Visitor<T> {
|
|
2920
2954
|
tle: (value: EphemerisDescription) => T;
|
|
2921
2955
|
oem: (value: EphemerisDescription) => T;
|
|
2922
2956
|
azEl: (value: EphemerisDescription) => T;
|
|
2923
2957
|
_: (name: string, value: any) => T;
|
|
2924
2958
|
}
|
|
2925
|
-
const visit: <T>(value: EphemerisTypeDescription, visitor: Visitor<T>) => T;
|
|
2926
2959
|
}
|
|
2927
2960
|
/**
|
|
2928
2961
|
* @public
|
|
@@ -29,6 +29,7 @@ export declare const getRuntimeConfig: (config: GroundStationClientConfig) => {
|
|
|
29
29
|
profile?: string;
|
|
30
30
|
logger: import("@smithy/types").Logger;
|
|
31
31
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
32
|
+
protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
|
|
32
33
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
33
34
|
userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
|
|
34
35
|
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
|
|
@@ -31,6 +31,7 @@ export declare const getRuntimeConfig: (config: GroundStationClientConfig) => {
|
|
|
31
31
|
profile?: string;
|
|
32
32
|
logger: import("@smithy/types").Logger;
|
|
33
33
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
34
|
+
protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
|
|
34
35
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
35
36
|
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
|
|
36
37
|
endpoint?: ((string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>) & (string | import("@smithy/types").Provider<string> | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>)) | undefined;
|
|
@@ -27,6 +27,7 @@ export declare const getRuntimeConfig: (config: GroundStationClientConfig) => {
|
|
|
27
27
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
28
28
|
logger: import("@smithy/types").Logger;
|
|
29
29
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
30
|
+
protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
|
|
30
31
|
defaultsMode: import("@smithy/smithy-client").DefaultsMode | import("@smithy/types").Provider<import("@smithy/smithy-client").DefaultsMode>;
|
|
31
32
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
32
33
|
userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
|
|
@@ -14,6 +14,7 @@ export declare const getRuntimeConfig: (config: GroundStationClientConfig) => {
|
|
|
14
14
|
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").GroundStationHttpAuthSchemeProvider;
|
|
15
15
|
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
|
|
16
16
|
logger: import("@smithy/types").Logger;
|
|
17
|
+
protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
|
|
17
18
|
serviceId: string;
|
|
18
19
|
urlParser: import("@smithy/types").UrlParser;
|
|
19
20
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
@@ -0,0 +1,212 @@
|
|
|
1
|
+
import { StaticErrorSchema, StaticListSchema, StaticOperationSchema, StaticStructureSchema } from "@smithy/types";
|
|
2
|
+
export declare var AgentDetails: StaticStructureSchema;
|
|
3
|
+
export declare var AggregateStatus: StaticStructureSchema;
|
|
4
|
+
export declare var AntennaDemodDecodeDetails: StaticStructureSchema;
|
|
5
|
+
export declare var AntennaDownlinkConfig: StaticStructureSchema;
|
|
6
|
+
export declare var AntennaDownlinkDemodDecodeConfig: StaticStructureSchema;
|
|
7
|
+
export declare var AntennaUplinkConfig: StaticStructureSchema;
|
|
8
|
+
export declare var AwsGroundStationAgentEndpoint: StaticStructureSchema;
|
|
9
|
+
export declare var AzElEphemeris: StaticStructureSchema;
|
|
10
|
+
export declare var AzElEphemerisFilter: StaticStructureSchema;
|
|
11
|
+
export declare var AzElProgramTrackSettings: StaticStructureSchema;
|
|
12
|
+
export declare var AzElSegment: StaticStructureSchema;
|
|
13
|
+
export declare var AzElSegments: StaticStructureSchema;
|
|
14
|
+
export declare var CancelContactRequest: StaticStructureSchema;
|
|
15
|
+
export declare var ComponentStatusData: StaticStructureSchema;
|
|
16
|
+
export declare var ComponentVersion: StaticStructureSchema;
|
|
17
|
+
export declare var ConfigIdResponse: StaticStructureSchema;
|
|
18
|
+
export declare var ConfigListItem: StaticStructureSchema;
|
|
19
|
+
export declare var ConnectionDetails: StaticStructureSchema;
|
|
20
|
+
export declare var ContactData: StaticStructureSchema;
|
|
21
|
+
export declare var ContactIdResponse: StaticStructureSchema;
|
|
22
|
+
export declare var CreateConfigRequest: StaticStructureSchema;
|
|
23
|
+
export declare var CreateDataflowEndpointGroupRequest: StaticStructureSchema;
|
|
24
|
+
export declare var CreateDataflowEndpointGroupV2Request: StaticStructureSchema;
|
|
25
|
+
export declare var CreateDataflowEndpointGroupV2Response: StaticStructureSchema;
|
|
26
|
+
export declare var CreateEphemerisRequest: StaticStructureSchema;
|
|
27
|
+
export declare var CreateMissionProfileRequest: StaticStructureSchema;
|
|
28
|
+
export declare var DataflowDetail: StaticStructureSchema;
|
|
29
|
+
export declare var DataflowEndpoint: StaticStructureSchema;
|
|
30
|
+
export declare var DataflowEndpointConfig: StaticStructureSchema;
|
|
31
|
+
export declare var DataflowEndpointGroupIdResponse: StaticStructureSchema;
|
|
32
|
+
export declare var DataflowEndpointListItem: StaticStructureSchema;
|
|
33
|
+
export declare var DecodeConfig: StaticStructureSchema;
|
|
34
|
+
export declare var DeleteConfigRequest: StaticStructureSchema;
|
|
35
|
+
export declare var DeleteDataflowEndpointGroupRequest: StaticStructureSchema;
|
|
36
|
+
export declare var DeleteEphemerisRequest: StaticStructureSchema;
|
|
37
|
+
export declare var DeleteMissionProfileRequest: StaticStructureSchema;
|
|
38
|
+
export declare var DemodulationConfig: StaticStructureSchema;
|
|
39
|
+
export declare var DependencyException: StaticErrorSchema;
|
|
40
|
+
export declare var DescribeContactRequest: StaticStructureSchema;
|
|
41
|
+
export declare var DescribeContactResponse: StaticStructureSchema;
|
|
42
|
+
export declare var DescribeEphemerisRequest: StaticStructureSchema;
|
|
43
|
+
export declare var DescribeEphemerisResponse: StaticStructureSchema;
|
|
44
|
+
export declare var Destination: StaticStructureSchema;
|
|
45
|
+
export declare var DiscoveryData: StaticStructureSchema;
|
|
46
|
+
export declare var DownlinkAwsGroundStationAgentEndpoint: StaticStructureSchema;
|
|
47
|
+
export declare var DownlinkAwsGroundStationAgentEndpointDetails: StaticStructureSchema;
|
|
48
|
+
export declare var DownlinkConnectionDetails: StaticStructureSchema;
|
|
49
|
+
export declare var Eirp: StaticStructureSchema;
|
|
50
|
+
export declare var Elevation: StaticStructureSchema;
|
|
51
|
+
export declare var EndpointDetails: StaticStructureSchema;
|
|
52
|
+
export declare var EphemerisDescription: StaticStructureSchema;
|
|
53
|
+
export declare var EphemerisErrorReason: StaticStructureSchema;
|
|
54
|
+
export declare var EphemerisIdResponse: StaticStructureSchema;
|
|
55
|
+
export declare var EphemerisItem: StaticStructureSchema;
|
|
56
|
+
export declare var EphemerisMetaData: StaticStructureSchema;
|
|
57
|
+
export declare var EphemerisResponseData: StaticStructureSchema;
|
|
58
|
+
export declare var Frequency: StaticStructureSchema;
|
|
59
|
+
export declare var FrequencyBandwidth: StaticStructureSchema;
|
|
60
|
+
export declare var GetAgentConfigurationRequest: StaticStructureSchema;
|
|
61
|
+
export declare var GetAgentConfigurationResponse: StaticStructureSchema;
|
|
62
|
+
export declare var GetAgentTaskResponseUrlRequest: StaticStructureSchema;
|
|
63
|
+
export declare var GetAgentTaskResponseUrlResponse: StaticStructureSchema;
|
|
64
|
+
export declare var GetConfigRequest: StaticStructureSchema;
|
|
65
|
+
export declare var GetConfigResponse: StaticStructureSchema;
|
|
66
|
+
export declare var GetDataflowEndpointGroupRequest: StaticStructureSchema;
|
|
67
|
+
export declare var GetDataflowEndpointGroupResponse: StaticStructureSchema;
|
|
68
|
+
export declare var GetMinuteUsageRequest: StaticStructureSchema;
|
|
69
|
+
export declare var GetMinuteUsageResponse: StaticStructureSchema;
|
|
70
|
+
export declare var GetMissionProfileRequest: StaticStructureSchema;
|
|
71
|
+
export declare var GetMissionProfileResponse: StaticStructureSchema;
|
|
72
|
+
export declare var GetSatelliteRequest: StaticStructureSchema;
|
|
73
|
+
export declare var GetSatelliteResponse: StaticStructureSchema;
|
|
74
|
+
export declare var GroundStationData: StaticStructureSchema;
|
|
75
|
+
export declare var IntegerRange: StaticStructureSchema;
|
|
76
|
+
export declare var InvalidParameterException: StaticErrorSchema;
|
|
77
|
+
export declare var ISO8601TimeRange: StaticStructureSchema;
|
|
78
|
+
export declare var ListConfigsRequest: StaticStructureSchema;
|
|
79
|
+
export declare var ListConfigsResponse: StaticStructureSchema;
|
|
80
|
+
export declare var ListContactsRequest: StaticStructureSchema;
|
|
81
|
+
export declare var ListContactsResponse: StaticStructureSchema;
|
|
82
|
+
export declare var ListDataflowEndpointGroupsRequest: StaticStructureSchema;
|
|
83
|
+
export declare var ListDataflowEndpointGroupsResponse: StaticStructureSchema;
|
|
84
|
+
export declare var ListEphemeridesRequest: StaticStructureSchema;
|
|
85
|
+
export declare var ListEphemeridesResponse: StaticStructureSchema;
|
|
86
|
+
export declare var ListGroundStationsRequest: StaticStructureSchema;
|
|
87
|
+
export declare var ListGroundStationsResponse: StaticStructureSchema;
|
|
88
|
+
export declare var ListMissionProfilesRequest: StaticStructureSchema;
|
|
89
|
+
export declare var ListMissionProfilesResponse: StaticStructureSchema;
|
|
90
|
+
export declare var ListSatellitesRequest: StaticStructureSchema;
|
|
91
|
+
export declare var ListSatellitesResponse: StaticStructureSchema;
|
|
92
|
+
export declare var ListTagsForResourceRequest: StaticStructureSchema;
|
|
93
|
+
export declare var ListTagsForResourceResponse: StaticStructureSchema;
|
|
94
|
+
export declare var MissionProfileIdResponse: StaticStructureSchema;
|
|
95
|
+
export declare var MissionProfileListItem: StaticStructureSchema;
|
|
96
|
+
export declare var OEMEphemeris: StaticStructureSchema;
|
|
97
|
+
export declare var RangedConnectionDetails: StaticStructureSchema;
|
|
98
|
+
export declare var RangedSocketAddress: StaticStructureSchema;
|
|
99
|
+
export declare var RegisterAgentRequest: StaticStructureSchema;
|
|
100
|
+
export declare var RegisterAgentResponse: StaticStructureSchema;
|
|
101
|
+
export declare var ReserveContactRequest: StaticStructureSchema;
|
|
102
|
+
export declare var ResourceInUseException: StaticErrorSchema;
|
|
103
|
+
export declare var ResourceLimitExceededException: StaticErrorSchema;
|
|
104
|
+
export declare var ResourceNotFoundException: StaticErrorSchema;
|
|
105
|
+
export declare var S3Object: StaticStructureSchema;
|
|
106
|
+
export declare var S3RecordingConfig: StaticStructureSchema;
|
|
107
|
+
export declare var S3RecordingDetails: StaticStructureSchema;
|
|
108
|
+
export declare var SatelliteListItem: StaticStructureSchema;
|
|
109
|
+
export declare var SecurityDetails: StaticStructureSchema;
|
|
110
|
+
export declare var ServiceQuotaExceededException: StaticErrorSchema;
|
|
111
|
+
export declare var SocketAddress: StaticStructureSchema;
|
|
112
|
+
export declare var Source: StaticStructureSchema;
|
|
113
|
+
export declare var SpectrumConfig: StaticStructureSchema;
|
|
114
|
+
export declare var TagResourceRequest: StaticStructureSchema;
|
|
115
|
+
export declare var TagResourceResponse: StaticStructureSchema;
|
|
116
|
+
export declare var TimeAzEl: StaticStructureSchema;
|
|
117
|
+
export declare var TimeRange: StaticStructureSchema;
|
|
118
|
+
export declare var TLEData: StaticStructureSchema;
|
|
119
|
+
export declare var TLEEphemeris: StaticStructureSchema;
|
|
120
|
+
export declare var TrackingConfig: StaticStructureSchema;
|
|
121
|
+
export declare var TrackingOverrides: StaticStructureSchema;
|
|
122
|
+
export declare var UntagResourceRequest: StaticStructureSchema;
|
|
123
|
+
export declare var UntagResourceResponse: StaticStructureSchema;
|
|
124
|
+
export declare var UpdateAgentStatusRequest: StaticStructureSchema;
|
|
125
|
+
export declare var UpdateAgentStatusResponse: StaticStructureSchema;
|
|
126
|
+
export declare var UpdateConfigRequest: StaticStructureSchema;
|
|
127
|
+
export declare var UpdateEphemerisRequest: StaticStructureSchema;
|
|
128
|
+
export declare var UpdateMissionProfileRequest: StaticStructureSchema;
|
|
129
|
+
export declare var UplinkAwsGroundStationAgentEndpoint: StaticStructureSchema;
|
|
130
|
+
export declare var UplinkAwsGroundStationAgentEndpointDetails: StaticStructureSchema;
|
|
131
|
+
export declare var UplinkConnectionDetails: StaticStructureSchema;
|
|
132
|
+
export declare var UplinkEchoConfig: StaticStructureSchema;
|
|
133
|
+
export declare var UplinkSpectrumConfig: StaticStructureSchema;
|
|
134
|
+
export declare var __Unit: "unit";
|
|
135
|
+
export declare var GroundStationServiceException: StaticErrorSchema;
|
|
136
|
+
export declare var AgentCpuCoresList: number;
|
|
137
|
+
export declare var AzElSegmentList: StaticListSchema;
|
|
138
|
+
export declare var CapabilityArnList: number;
|
|
139
|
+
export declare var CapabilityHealthReasonList: number;
|
|
140
|
+
export declare var ComponentStatusList: StaticListSchema;
|
|
141
|
+
export declare var ComponentVersionList: StaticListSchema;
|
|
142
|
+
export declare var ConfigList: StaticListSchema;
|
|
143
|
+
export declare var ContactList: StaticListSchema;
|
|
144
|
+
export declare var CreateEndpointDetailsList: StaticListSchema;
|
|
145
|
+
export declare var DataflowEdge: number;
|
|
146
|
+
export declare var DataflowEdgeList: StaticListSchema;
|
|
147
|
+
export declare var DataflowEndpointGroupList: StaticListSchema;
|
|
148
|
+
export declare var DataflowList: StaticListSchema;
|
|
149
|
+
export declare var EndpointDetailsList: StaticListSchema;
|
|
150
|
+
export declare var EphemeridesList: StaticListSchema;
|
|
151
|
+
export declare var EphemerisErrorReasonList: StaticListSchema;
|
|
152
|
+
export declare var EphemerisStatusList: number;
|
|
153
|
+
export declare var GroundStationIdList: number;
|
|
154
|
+
export declare var GroundStationList: StaticListSchema;
|
|
155
|
+
export declare var IpAddressList: number;
|
|
156
|
+
export declare var MissionProfileList: StaticListSchema;
|
|
157
|
+
export declare var SatelliteList: StaticListSchema;
|
|
158
|
+
export declare var SecurityGroupIdList: number;
|
|
159
|
+
export declare var StatusList: number;
|
|
160
|
+
export declare var SubnetList: number;
|
|
161
|
+
export declare var TagKeys: number;
|
|
162
|
+
export declare var TimeAzElList: StaticListSchema;
|
|
163
|
+
export declare var TLEDataList: StaticListSchema;
|
|
164
|
+
export declare var VersionStringList: number;
|
|
165
|
+
export declare var SignatureMap: number;
|
|
166
|
+
export declare var TagsMap: number;
|
|
167
|
+
export declare var AzElSegmentsData: StaticStructureSchema;
|
|
168
|
+
export declare var ConfigDetails: StaticStructureSchema;
|
|
169
|
+
export declare var ConfigTypeData: StaticStructureSchema;
|
|
170
|
+
export declare var CreateEndpointDetails: StaticStructureSchema;
|
|
171
|
+
export declare var DownlinkDataflowDetails: StaticStructureSchema;
|
|
172
|
+
export declare var EphemerisData: StaticStructureSchema;
|
|
173
|
+
export declare var EphemerisFilter: StaticStructureSchema;
|
|
174
|
+
export declare var EphemerisTypeDescription: StaticStructureSchema;
|
|
175
|
+
export declare var KmsKey: StaticStructureSchema;
|
|
176
|
+
export declare var ProgramTrackSettings: StaticStructureSchema;
|
|
177
|
+
export declare var UplinkDataflowDetails: StaticStructureSchema;
|
|
178
|
+
export declare var CancelContact: StaticOperationSchema;
|
|
179
|
+
export declare var CreateConfig: StaticOperationSchema;
|
|
180
|
+
export declare var CreateDataflowEndpointGroup: StaticOperationSchema;
|
|
181
|
+
export declare var CreateDataflowEndpointGroupV2: StaticOperationSchema;
|
|
182
|
+
export declare var CreateEphemeris: StaticOperationSchema;
|
|
183
|
+
export declare var CreateMissionProfile: StaticOperationSchema;
|
|
184
|
+
export declare var DeleteConfig: StaticOperationSchema;
|
|
185
|
+
export declare var DeleteDataflowEndpointGroup: StaticOperationSchema;
|
|
186
|
+
export declare var DeleteEphemeris: StaticOperationSchema;
|
|
187
|
+
export declare var DeleteMissionProfile: StaticOperationSchema;
|
|
188
|
+
export declare var DescribeContact: StaticOperationSchema;
|
|
189
|
+
export declare var DescribeEphemeris: StaticOperationSchema;
|
|
190
|
+
export declare var GetAgentConfiguration: StaticOperationSchema;
|
|
191
|
+
export declare var GetAgentTaskResponseUrl: StaticOperationSchema;
|
|
192
|
+
export declare var GetConfig: StaticOperationSchema;
|
|
193
|
+
export declare var GetDataflowEndpointGroup: StaticOperationSchema;
|
|
194
|
+
export declare var GetMinuteUsage: StaticOperationSchema;
|
|
195
|
+
export declare var GetMissionProfile: StaticOperationSchema;
|
|
196
|
+
export declare var GetSatellite: StaticOperationSchema;
|
|
197
|
+
export declare var ListConfigs: StaticOperationSchema;
|
|
198
|
+
export declare var ListContacts: StaticOperationSchema;
|
|
199
|
+
export declare var ListDataflowEndpointGroups: StaticOperationSchema;
|
|
200
|
+
export declare var ListEphemerides: StaticOperationSchema;
|
|
201
|
+
export declare var ListGroundStations: StaticOperationSchema;
|
|
202
|
+
export declare var ListMissionProfiles: StaticOperationSchema;
|
|
203
|
+
export declare var ListSatellites: StaticOperationSchema;
|
|
204
|
+
export declare var ListTagsForResource: StaticOperationSchema;
|
|
205
|
+
export declare var RegisterAgent: StaticOperationSchema;
|
|
206
|
+
export declare var ReserveContact: StaticOperationSchema;
|
|
207
|
+
export declare var TagResource: StaticOperationSchema;
|
|
208
|
+
export declare var UntagResource: StaticOperationSchema;
|
|
209
|
+
export declare var UpdateAgentStatus: StaticOperationSchema;
|
|
210
|
+
export declare var UpdateConfig: StaticOperationSchema;
|
|
211
|
+
export declare var UpdateEphemeris: StaticOperationSchema;
|
|
212
|
+
export declare var UpdateMissionProfile: StaticOperationSchema;
|
|
@@ -30,10 +30,13 @@ import {
|
|
|
30
30
|
BodyLengthCalculator as __BodyLengthCalculator,
|
|
31
31
|
CheckOptionalClientConfig as __CheckOptionalClientConfig,
|
|
32
32
|
ChecksumConstructor as __ChecksumConstructor,
|
|
33
|
+
ClientProtocol,
|
|
33
34
|
Decoder as __Decoder,
|
|
34
35
|
Encoder as __Encoder,
|
|
35
36
|
HashConstructor as __HashConstructor,
|
|
36
37
|
HttpHandlerOptions as __HttpHandlerOptions,
|
|
38
|
+
HttpRequest,
|
|
39
|
+
HttpResponse,
|
|
37
40
|
Logger as __Logger,
|
|
38
41
|
Provider as __Provider,
|
|
39
42
|
Provider,
|
|
@@ -288,6 +291,7 @@ export interface ClientDefaults
|
|
|
288
291
|
retryMode?: string | __Provider<string>;
|
|
289
292
|
logger?: __Logger;
|
|
290
293
|
extensions?: RuntimeExtension[];
|
|
294
|
+
protocol?: ClientProtocol<HttpRequest, HttpResponse>;
|
|
291
295
|
defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
|
|
292
296
|
}
|
|
293
297
|
export type GroundStationClientConfigType = Partial<
|
|
@@ -236,7 +236,6 @@ export declare namespace AzElSegmentsData {
|
|
|
236
236
|
azElData: (value: AzElSegments) => T;
|
|
237
237
|
_: (name: string, value: any) => T;
|
|
238
238
|
}
|
|
239
|
-
const visit: <T>(value: AzElSegmentsData, visitor: Visitor<T>) => T;
|
|
240
239
|
}
|
|
241
240
|
export interface AzElEphemeris {
|
|
242
241
|
groundStation: string | undefined;
|
|
@@ -411,7 +410,6 @@ export declare namespace ConfigTypeData {
|
|
|
411
410
|
s3RecordingConfig: (value: S3RecordingConfig) => T;
|
|
412
411
|
_: (name: string, value: any) => T;
|
|
413
412
|
}
|
|
414
|
-
const visit: <T>(value: ConfigTypeData, visitor: Visitor<T>) => T;
|
|
415
413
|
}
|
|
416
414
|
export interface CreateConfigRequest {
|
|
417
415
|
name: string | undefined;
|
|
@@ -482,7 +480,6 @@ export declare namespace DownlinkDataflowDetails {
|
|
|
482
480
|
agentConnectionDetails: (value: DownlinkConnectionDetails) => T;
|
|
483
481
|
_: (name: string, value: any) => T;
|
|
484
482
|
}
|
|
485
|
-
const visit: <T>(value: DownlinkDataflowDetails, visitor: Visitor<T>) => T;
|
|
486
483
|
}
|
|
487
484
|
export interface DownlinkAwsGroundStationAgentEndpointDetails {
|
|
488
485
|
name: string | undefined;
|
|
@@ -530,7 +527,6 @@ export declare namespace UplinkDataflowDetails {
|
|
|
530
527
|
agentConnectionDetails: (value: UplinkConnectionDetails) => T;
|
|
531
528
|
_: (name: string, value: any) => T;
|
|
532
529
|
}
|
|
533
|
-
const visit: <T>(value: UplinkDataflowDetails, visitor: Visitor<T>) => T;
|
|
534
530
|
}
|
|
535
531
|
export interface UplinkAwsGroundStationAgentEndpointDetails {
|
|
536
532
|
name: string | undefined;
|
|
@@ -591,7 +587,6 @@ export declare namespace ConfigDetails {
|
|
|
591
587
|
s3RecordingDetails: (value: S3RecordingDetails) => T;
|
|
592
588
|
_: (name: string, value: any) => T;
|
|
593
589
|
}
|
|
594
|
-
const visit: <T>(value: ConfigDetails, visitor: Visitor<T>) => T;
|
|
595
590
|
}
|
|
596
591
|
export interface DescribeContactRequest {
|
|
597
592
|
contactId: string | undefined;
|
|
@@ -660,7 +655,6 @@ export declare namespace ProgramTrackSettings {
|
|
|
660
655
|
azEl: (value: AzElProgramTrackSettings) => T;
|
|
661
656
|
_: (name: string, value: any) => T;
|
|
662
657
|
}
|
|
663
|
-
const visit: <T>(value: ProgramTrackSettings, visitor: Visitor<T>) => T;
|
|
664
658
|
}
|
|
665
659
|
export interface TrackingOverrides {
|
|
666
660
|
programTrackSettings: ProgramTrackSettings | undefined;
|
|
@@ -701,7 +695,6 @@ export declare namespace EphemerisFilter {
|
|
|
701
695
|
azEl: (value: AzElEphemerisFilter) => T;
|
|
702
696
|
_: (name: string, value: any) => T;
|
|
703
697
|
}
|
|
704
|
-
const visit: <T>(value: EphemerisFilter, visitor: Visitor<T>) => T;
|
|
705
698
|
}
|
|
706
699
|
export interface ListContactsRequest {
|
|
707
700
|
maxResults?: number | undefined;
|
|
@@ -791,7 +784,6 @@ export declare namespace CreateEndpointDetails {
|
|
|
791
784
|
) => T;
|
|
792
785
|
_: (name: string, value: any) => T;
|
|
793
786
|
}
|
|
794
|
-
const visit: <T>(value: CreateEndpointDetails, visitor: Visitor<T>) => T;
|
|
795
787
|
}
|
|
796
788
|
export interface CreateDataflowEndpointGroupV2Request {
|
|
797
789
|
endpoints: CreateEndpointDetails[] | undefined;
|
|
@@ -863,7 +855,6 @@ export declare namespace EphemerisData {
|
|
|
863
855
|
azEl: (value: AzElEphemeris) => T;
|
|
864
856
|
_: (name: string, value: any) => T;
|
|
865
857
|
}
|
|
866
|
-
const visit: <T>(value: EphemerisData, visitor: Visitor<T>) => T;
|
|
867
858
|
}
|
|
868
859
|
export interface CreateEphemerisRequest {
|
|
869
860
|
satelliteId?: string | undefined;
|
|
@@ -914,7 +905,6 @@ export declare namespace KmsKey {
|
|
|
914
905
|
kmsAliasName: (value: string) => T;
|
|
915
906
|
_: (name: string, value: any) => T;
|
|
916
907
|
}
|
|
917
|
-
const visit: <T>(value: KmsKey, visitor: Visitor<T>) => T;
|
|
918
908
|
}
|
|
919
909
|
export interface CreateMissionProfileRequest {
|
|
920
910
|
name: string | undefined;
|
|
@@ -1077,7 +1067,6 @@ export declare namespace EphemerisTypeDescription {
|
|
|
1077
1067
|
azEl: (value: EphemerisDescription) => T;
|
|
1078
1068
|
_: (name: string, value: any) => T;
|
|
1079
1069
|
}
|
|
1080
|
-
const visit: <T>(value: EphemerisTypeDescription, visitor: Visitor<T>) => T;
|
|
1081
1070
|
}
|
|
1082
1071
|
export interface DescribeEphemerisResponse {
|
|
1083
1072
|
ephemerisId?: string | undefined;
|
|
@@ -38,6 +38,10 @@ export declare const getRuntimeConfig: (config: GroundStationClientConfig) => {
|
|
|
38
38
|
profile?: string;
|
|
39
39
|
logger: import("@smithy/types").Logger;
|
|
40
40
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
41
|
+
protocol: import("@smithy/types").ClientProtocol<
|
|
42
|
+
import("@smithy/types").HttpRequest,
|
|
43
|
+
import("@smithy/types").HttpResponse
|
|
44
|
+
>;
|
|
41
45
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
42
46
|
userAgentAppId?:
|
|
43
47
|
| string
|
|
@@ -38,6 +38,10 @@ export declare const getRuntimeConfig: (config: GroundStationClientConfig) => {
|
|
|
38
38
|
profile?: string;
|
|
39
39
|
logger: import("@smithy/types").Logger;
|
|
40
40
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
41
|
+
protocol: import("@smithy/types").ClientProtocol<
|
|
42
|
+
import("@smithy/types").HttpRequest,
|
|
43
|
+
import("@smithy/types").HttpResponse
|
|
44
|
+
>;
|
|
41
45
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
42
46
|
retryStrategy?:
|
|
43
47
|
| import("@smithy/types").RetryStrategy
|
|
@@ -37,6 +37,10 @@ export declare const getRuntimeConfig: (config: GroundStationClientConfig) => {
|
|
|
37
37
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
38
38
|
logger: import("@smithy/types").Logger;
|
|
39
39
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
40
|
+
protocol: import("@smithy/types").ClientProtocol<
|
|
41
|
+
import("@smithy/types").HttpRequest,
|
|
42
|
+
import("@smithy/types").HttpResponse
|
|
43
|
+
>;
|
|
40
44
|
defaultsMode:
|
|
41
45
|
| import("@smithy/smithy-client").DefaultsMode
|
|
42
46
|
| import("@smithy/types").Provider<
|
|
@@ -14,6 +14,10 @@ export declare const getRuntimeConfig: (config: GroundStationClientConfig) => {
|
|
|
14
14
|
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").GroundStationHttpAuthSchemeProvider;
|
|
15
15
|
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
|
|
16
16
|
logger: import("@smithy/types").Logger;
|
|
17
|
+
protocol: import("@smithy/types").ClientProtocol<
|
|
18
|
+
import("@smithy/types").HttpRequest,
|
|
19
|
+
import("@smithy/types").HttpResponse
|
|
20
|
+
>;
|
|
17
21
|
serviceId: string;
|
|
18
22
|
urlParser: import("@smithy/types").UrlParser;
|
|
19
23
|
utf8Decoder: import("@smithy/types").Decoder;
|