@aws-sdk/client-groundstation 3.1076.0 → 3.1078.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +51 -405
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/CancelContactCommand.js +2 -14
- package/dist-es/commands/CreateConfigCommand.js +2 -14
- package/dist-es/commands/CreateDataflowEndpointGroupCommand.js +2 -14
- package/dist-es/commands/CreateDataflowEndpointGroupV2Command.js +2 -14
- package/dist-es/commands/CreateEphemerisCommand.js +2 -14
- package/dist-es/commands/CreateMissionProfileCommand.js +2 -14
- package/dist-es/commands/DeleteConfigCommand.js +2 -14
- package/dist-es/commands/DeleteDataflowEndpointGroupCommand.js +2 -14
- package/dist-es/commands/DeleteEphemerisCommand.js +2 -14
- package/dist-es/commands/DeleteMissionProfileCommand.js +2 -14
- package/dist-es/commands/DescribeContactCommand.js +2 -14
- package/dist-es/commands/DescribeContactVersionCommand.js +2 -14
- package/dist-es/commands/DescribeEphemerisCommand.js +2 -14
- package/dist-es/commands/GetAgentConfigurationCommand.js +2 -14
- package/dist-es/commands/GetAgentTaskResponseUrlCommand.js +2 -14
- package/dist-es/commands/GetConfigCommand.js +2 -14
- package/dist-es/commands/GetDataflowEndpointGroupCommand.js +2 -14
- package/dist-es/commands/GetMinuteUsageCommand.js +2 -14
- package/dist-es/commands/GetMissionProfileCommand.js +2 -14
- package/dist-es/commands/GetSatelliteCommand.js +2 -14
- package/dist-es/commands/ListAntennasCommand.js +2 -14
- package/dist-es/commands/ListConfigsCommand.js +2 -14
- package/dist-es/commands/ListContactVersionsCommand.js +2 -14
- package/dist-es/commands/ListContactsCommand.js +2 -14
- package/dist-es/commands/ListDataflowEndpointGroupsCommand.js +2 -14
- package/dist-es/commands/ListEphemeridesCommand.js +2 -14
- package/dist-es/commands/ListGroundStationReservationsCommand.js +2 -14
- package/dist-es/commands/ListGroundStationsCommand.js +2 -14
- package/dist-es/commands/ListMissionProfilesCommand.js +2 -14
- package/dist-es/commands/ListSatellitesCommand.js +2 -14
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
- package/dist-es/commands/RegisterAgentCommand.js +2 -14
- package/dist-es/commands/ReserveContactCommand.js +2 -14
- package/dist-es/commands/TagResourceCommand.js +2 -14
- package/dist-es/commands/UntagResourceCommand.js +2 -14
- package/dist-es/commands/UpdateAgentStatusCommand.js +2 -14
- package/dist-es/commands/UpdateConfigCommand.js +2 -14
- package/dist-es/commands/UpdateContactCommand.js +2 -14
- package/dist-es/commands/UpdateEphemerisCommand.js +2 -14
- package/dist-es/commands/UpdateMissionProfileCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-es/runtimeConfig.browser.js +0 -2
- package/dist-es/runtimeConfig.js +1 -2
- package/dist-es/runtimeConfig.native.js +0 -2
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/CancelContactCommand.d.ts +3 -8
- package/dist-types/commands/CreateConfigCommand.d.ts +3 -8
- package/dist-types/commands/CreateDataflowEndpointGroupCommand.d.ts +3 -8
- package/dist-types/commands/CreateDataflowEndpointGroupV2Command.d.ts +3 -8
- package/dist-types/commands/CreateEphemerisCommand.d.ts +3 -8
- package/dist-types/commands/CreateMissionProfileCommand.d.ts +3 -8
- package/dist-types/commands/DeleteConfigCommand.d.ts +3 -8
- package/dist-types/commands/DeleteDataflowEndpointGroupCommand.d.ts +3 -8
- package/dist-types/commands/DeleteEphemerisCommand.d.ts +3 -8
- package/dist-types/commands/DeleteMissionProfileCommand.d.ts +3 -8
- package/dist-types/commands/DescribeContactCommand.d.ts +3 -8
- package/dist-types/commands/DescribeContactVersionCommand.d.ts +3 -8
- package/dist-types/commands/DescribeEphemerisCommand.d.ts +3 -8
- package/dist-types/commands/GetAgentConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/GetAgentTaskResponseUrlCommand.d.ts +3 -8
- package/dist-types/commands/GetConfigCommand.d.ts +3 -8
- package/dist-types/commands/GetDataflowEndpointGroupCommand.d.ts +3 -8
- package/dist-types/commands/GetMinuteUsageCommand.d.ts +3 -8
- package/dist-types/commands/GetMissionProfileCommand.d.ts +3 -8
- package/dist-types/commands/GetSatelliteCommand.d.ts +3 -8
- package/dist-types/commands/ListAntennasCommand.d.ts +3 -8
- package/dist-types/commands/ListConfigsCommand.d.ts +3 -8
- package/dist-types/commands/ListContactVersionsCommand.d.ts +3 -8
- package/dist-types/commands/ListContactsCommand.d.ts +3 -8
- package/dist-types/commands/ListDataflowEndpointGroupsCommand.d.ts +3 -8
- package/dist-types/commands/ListEphemeridesCommand.d.ts +3 -8
- package/dist-types/commands/ListGroundStationReservationsCommand.d.ts +3 -8
- package/dist-types/commands/ListGroundStationsCommand.d.ts +3 -8
- package/dist-types/commands/ListMissionProfilesCommand.d.ts +3 -8
- package/dist-types/commands/ListSatellitesCommand.d.ts +3 -8
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
- package/dist-types/commands/RegisterAgentCommand.d.ts +3 -8
- package/dist-types/commands/ReserveContactCommand.d.ts +3 -8
- package/dist-types/commands/TagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UpdateAgentStatusCommand.d.ts +3 -8
- package/dist-types/commands/UpdateConfigCommand.d.ts +3 -8
- package/dist-types/commands/UpdateContactCommand.d.ts +3 -8
- package/dist-types/commands/UpdateEphemerisCommand.d.ts +3 -8
- package/dist-types/commands/UpdateMissionProfileCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
- package/dist-types/ts3.4/commands/CancelContactCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateConfigCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateDataflowEndpointGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateDataflowEndpointGroupV2Command.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateEphemerisCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateMissionProfileCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteConfigCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteDataflowEndpointGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteEphemerisCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteMissionProfileCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeContactCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeContactVersionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeEphemerisCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetAgentConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetAgentTaskResponseUrlCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetConfigCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetDataflowEndpointGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetMinuteUsageCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetMissionProfileCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetSatelliteCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListAntennasCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListConfigsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListContactVersionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListContactsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListDataflowEndpointGroupsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListEphemeridesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListGroundStationReservationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListGroundStationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListMissionProfilesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListSatellitesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RegisterAgentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ReserveContactCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateAgentStatusCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateConfigCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateContactCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateEphemerisCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateMissionProfileCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
- package/package.json +8 -10
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
GroundStationClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../GroundStationClient";
|
|
8
2
|
import {
|
|
9
3
|
DeleteEphemerisRequest,
|
|
10
4
|
EphemerisIdResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface DeleteEphemerisCommandInput extends DeleteEphemerisRequest {}
|
|
15
8
|
export interface DeleteEphemerisCommandOutput
|
|
16
9
|
extends EphemerisIdResponse,
|
|
@@ -21,22 +14,20 @@ declare const DeleteEphemerisCommand_base: {
|
|
|
21
14
|
): import("@smithy/core/client").CommandImpl<
|
|
22
15
|
DeleteEphemerisCommandInput,
|
|
23
16
|
DeleteEphemerisCommandOutput,
|
|
24
|
-
GroundStationClientResolvedConfig,
|
|
25
|
-
ServiceInputTypes,
|
|
26
|
-
ServiceOutputTypes
|
|
17
|
+
import("..").GroundStationClientResolvedConfig,
|
|
18
|
+
import("..").ServiceInputTypes,
|
|
19
|
+
import("..").ServiceOutputTypes
|
|
27
20
|
>;
|
|
28
21
|
new (
|
|
29
22
|
input: DeleteEphemerisCommandInput
|
|
30
23
|
): import("@smithy/core/client").CommandImpl<
|
|
31
24
|
DeleteEphemerisCommandInput,
|
|
32
25
|
DeleteEphemerisCommandOutput,
|
|
33
|
-
GroundStationClientResolvedConfig,
|
|
34
|
-
ServiceInputTypes,
|
|
35
|
-
ServiceOutputTypes
|
|
26
|
+
import("..").GroundStationClientResolvedConfig,
|
|
27
|
+
import("..").ServiceInputTypes,
|
|
28
|
+
import("..").ServiceOutputTypes
|
|
36
29
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
38
|
-
[x: string]: unknown;
|
|
39
|
-
};
|
|
30
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
40
31
|
};
|
|
41
32
|
export declare class DeleteEphemerisCommand extends DeleteEphemerisCommand_base {
|
|
42
33
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
GroundStationClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../GroundStationClient";
|
|
8
2
|
import {
|
|
9
3
|
DeleteMissionProfileRequest,
|
|
10
4
|
MissionProfileIdResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface DeleteMissionProfileCommandInput
|
|
15
8
|
extends DeleteMissionProfileRequest {}
|
|
16
9
|
export interface DeleteMissionProfileCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const DeleteMissionProfileCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
DeleteMissionProfileCommandInput,
|
|
24
17
|
DeleteMissionProfileCommandOutput,
|
|
25
|
-
GroundStationClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").GroundStationClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: DeleteMissionProfileCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
DeleteMissionProfileCommandInput,
|
|
33
26
|
DeleteMissionProfileCommandOutput,
|
|
34
|
-
GroundStationClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").GroundStationClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class DeleteMissionProfileCommand extends DeleteMissionProfileCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
GroundStationClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../GroundStationClient";
|
|
8
2
|
import {
|
|
9
3
|
DescribeContactRequest,
|
|
10
4
|
DescribeContactResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface DescribeContactCommandInput extends DescribeContactRequest {}
|
|
15
8
|
export interface DescribeContactCommandOutput
|
|
16
9
|
extends DescribeContactResponse,
|
|
@@ -21,22 +14,20 @@ declare const DescribeContactCommand_base: {
|
|
|
21
14
|
): import("@smithy/core/client").CommandImpl<
|
|
22
15
|
DescribeContactCommandInput,
|
|
23
16
|
DescribeContactCommandOutput,
|
|
24
|
-
GroundStationClientResolvedConfig,
|
|
25
|
-
ServiceInputTypes,
|
|
26
|
-
ServiceOutputTypes
|
|
17
|
+
import("..").GroundStationClientResolvedConfig,
|
|
18
|
+
import("..").ServiceInputTypes,
|
|
19
|
+
import("..").ServiceOutputTypes
|
|
27
20
|
>;
|
|
28
21
|
new (
|
|
29
22
|
input: DescribeContactCommandInput
|
|
30
23
|
): import("@smithy/core/client").CommandImpl<
|
|
31
24
|
DescribeContactCommandInput,
|
|
32
25
|
DescribeContactCommandOutput,
|
|
33
|
-
GroundStationClientResolvedConfig,
|
|
34
|
-
ServiceInputTypes,
|
|
35
|
-
ServiceOutputTypes
|
|
26
|
+
import("..").GroundStationClientResolvedConfig,
|
|
27
|
+
import("..").ServiceInputTypes,
|
|
28
|
+
import("..").ServiceOutputTypes
|
|
36
29
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
38
|
-
[x: string]: unknown;
|
|
39
|
-
};
|
|
30
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
40
31
|
};
|
|
41
32
|
export declare class DescribeContactCommand extends DescribeContactCommand_base {
|
|
42
33
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
GroundStationClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../GroundStationClient";
|
|
8
2
|
import {
|
|
9
3
|
DescribeContactVersionRequest,
|
|
10
4
|
DescribeContactVersionResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface DescribeContactVersionCommandInput
|
|
15
8
|
extends DescribeContactVersionRequest {}
|
|
16
9
|
export interface DescribeContactVersionCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const DescribeContactVersionCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
DescribeContactVersionCommandInput,
|
|
24
17
|
DescribeContactVersionCommandOutput,
|
|
25
|
-
GroundStationClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").GroundStationClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: DescribeContactVersionCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
DescribeContactVersionCommandInput,
|
|
33
26
|
DescribeContactVersionCommandOutput,
|
|
34
|
-
GroundStationClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").GroundStationClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class DescribeContactVersionCommand extends DescribeContactVersionCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
GroundStationClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../GroundStationClient";
|
|
8
2
|
import {
|
|
9
3
|
DescribeEphemerisRequest,
|
|
10
4
|
DescribeEphemerisResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface DescribeEphemerisCommandInput
|
|
15
8
|
extends DescribeEphemerisRequest {}
|
|
16
9
|
export interface DescribeEphemerisCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const DescribeEphemerisCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
DescribeEphemerisCommandInput,
|
|
24
17
|
DescribeEphemerisCommandOutput,
|
|
25
|
-
GroundStationClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").GroundStationClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: DescribeEphemerisCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
DescribeEphemerisCommandInput,
|
|
33
26
|
DescribeEphemerisCommandOutput,
|
|
34
|
-
GroundStationClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").GroundStationClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class DescribeEphemerisCommand extends DescribeEphemerisCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
GroundStationClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../GroundStationClient";
|
|
8
2
|
import {
|
|
9
3
|
GetAgentConfigurationRequest,
|
|
10
4
|
GetAgentConfigurationResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface GetAgentConfigurationCommandInput
|
|
15
8
|
extends GetAgentConfigurationRequest {}
|
|
16
9
|
export interface GetAgentConfigurationCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const GetAgentConfigurationCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
GetAgentConfigurationCommandInput,
|
|
24
17
|
GetAgentConfigurationCommandOutput,
|
|
25
|
-
GroundStationClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").GroundStationClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: GetAgentConfigurationCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
GetAgentConfigurationCommandInput,
|
|
33
26
|
GetAgentConfigurationCommandOutput,
|
|
34
|
-
GroundStationClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").GroundStationClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class GetAgentConfigurationCommand extends GetAgentConfigurationCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
GroundStationClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../GroundStationClient";
|
|
8
2
|
import {
|
|
9
3
|
GetAgentTaskResponseUrlRequest,
|
|
10
4
|
GetAgentTaskResponseUrlResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface GetAgentTaskResponseUrlCommandInput
|
|
15
8
|
extends GetAgentTaskResponseUrlRequest {}
|
|
16
9
|
export interface GetAgentTaskResponseUrlCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const GetAgentTaskResponseUrlCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
GetAgentTaskResponseUrlCommandInput,
|
|
24
17
|
GetAgentTaskResponseUrlCommandOutput,
|
|
25
|
-
GroundStationClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").GroundStationClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: GetAgentTaskResponseUrlCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
GetAgentTaskResponseUrlCommandInput,
|
|
33
26
|
GetAgentTaskResponseUrlCommandOutput,
|
|
34
|
-
GroundStationClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").GroundStationClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class GetAgentTaskResponseUrlCommand extends GetAgentTaskResponseUrlCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
GroundStationClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../GroundStationClient";
|
|
8
2
|
import { GetConfigRequest, GetConfigResponse } from "../models/models_0";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface GetConfigCommandInput extends GetConfigRequest {}
|
|
12
5
|
export interface GetConfigCommandOutput
|
|
13
6
|
extends GetConfigResponse,
|
|
@@ -16,20 +9,18 @@ declare const GetConfigCommand_base: {
|
|
|
16
9
|
new (input: GetConfigCommandInput): import("@smithy/core/client").CommandImpl<
|
|
17
10
|
GetConfigCommandInput,
|
|
18
11
|
GetConfigCommandOutput,
|
|
19
|
-
GroundStationClientResolvedConfig,
|
|
20
|
-
ServiceInputTypes,
|
|
21
|
-
ServiceOutputTypes
|
|
12
|
+
import("..").GroundStationClientResolvedConfig,
|
|
13
|
+
import("..").ServiceInputTypes,
|
|
14
|
+
import("..").ServiceOutputTypes
|
|
22
15
|
>;
|
|
23
16
|
new (input: GetConfigCommandInput): import("@smithy/core/client").CommandImpl<
|
|
24
17
|
GetConfigCommandInput,
|
|
25
18
|
GetConfigCommandOutput,
|
|
26
|
-
GroundStationClientResolvedConfig,
|
|
27
|
-
ServiceInputTypes,
|
|
28
|
-
ServiceOutputTypes
|
|
19
|
+
import("..").GroundStationClientResolvedConfig,
|
|
20
|
+
import("..").ServiceInputTypes,
|
|
21
|
+
import("..").ServiceOutputTypes
|
|
29
22
|
>;
|
|
30
|
-
getEndpointParameterInstructions():
|
|
31
|
-
[x: string]: unknown;
|
|
32
|
-
};
|
|
23
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
33
24
|
};
|
|
34
25
|
export declare class GetConfigCommand extends GetConfigCommand_base {
|
|
35
26
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
GroundStationClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../GroundStationClient";
|
|
8
2
|
import {
|
|
9
3
|
GetDataflowEndpointGroupRequest,
|
|
10
4
|
GetDataflowEndpointGroupResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface GetDataflowEndpointGroupCommandInput
|
|
15
8
|
extends GetDataflowEndpointGroupRequest {}
|
|
16
9
|
export interface GetDataflowEndpointGroupCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const GetDataflowEndpointGroupCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
GetDataflowEndpointGroupCommandInput,
|
|
24
17
|
GetDataflowEndpointGroupCommandOutput,
|
|
25
|
-
GroundStationClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").GroundStationClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: GetDataflowEndpointGroupCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
GetDataflowEndpointGroupCommandInput,
|
|
33
26
|
GetDataflowEndpointGroupCommandOutput,
|
|
34
|
-
GroundStationClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").GroundStationClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class GetDataflowEndpointGroupCommand extends GetDataflowEndpointGroupCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
GroundStationClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../GroundStationClient";
|
|
8
2
|
import {
|
|
9
3
|
GetMinuteUsageRequest,
|
|
10
4
|
GetMinuteUsageResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface GetMinuteUsageCommandInput extends GetMinuteUsageRequest {}
|
|
15
8
|
export interface GetMinuteUsageCommandOutput
|
|
16
9
|
extends GetMinuteUsageResponse,
|
|
@@ -21,22 +14,20 @@ declare const GetMinuteUsageCommand_base: {
|
|
|
21
14
|
): import("@smithy/core/client").CommandImpl<
|
|
22
15
|
GetMinuteUsageCommandInput,
|
|
23
16
|
GetMinuteUsageCommandOutput,
|
|
24
|
-
GroundStationClientResolvedConfig,
|
|
25
|
-
ServiceInputTypes,
|
|
26
|
-
ServiceOutputTypes
|
|
17
|
+
import("..").GroundStationClientResolvedConfig,
|
|
18
|
+
import("..").ServiceInputTypes,
|
|
19
|
+
import("..").ServiceOutputTypes
|
|
27
20
|
>;
|
|
28
21
|
new (
|
|
29
22
|
input: GetMinuteUsageCommandInput
|
|
30
23
|
): import("@smithy/core/client").CommandImpl<
|
|
31
24
|
GetMinuteUsageCommandInput,
|
|
32
25
|
GetMinuteUsageCommandOutput,
|
|
33
|
-
GroundStationClientResolvedConfig,
|
|
34
|
-
ServiceInputTypes,
|
|
35
|
-
ServiceOutputTypes
|
|
26
|
+
import("..").GroundStationClientResolvedConfig,
|
|
27
|
+
import("..").ServiceInputTypes,
|
|
28
|
+
import("..").ServiceOutputTypes
|
|
36
29
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
38
|
-
[x: string]: unknown;
|
|
39
|
-
};
|
|
30
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
40
31
|
};
|
|
41
32
|
export declare class GetMinuteUsageCommand extends GetMinuteUsageCommand_base {
|
|
42
33
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
GroundStationClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../GroundStationClient";
|
|
8
2
|
import {
|
|
9
3
|
GetMissionProfileRequest,
|
|
10
4
|
GetMissionProfileResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface GetMissionProfileCommandInput
|
|
15
8
|
extends GetMissionProfileRequest {}
|
|
16
9
|
export interface GetMissionProfileCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const GetMissionProfileCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
GetMissionProfileCommandInput,
|
|
24
17
|
GetMissionProfileCommandOutput,
|
|
25
|
-
GroundStationClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").GroundStationClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: GetMissionProfileCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
GetMissionProfileCommandInput,
|
|
33
26
|
GetMissionProfileCommandOutput,
|
|
34
|
-
GroundStationClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").GroundStationClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class GetMissionProfileCommand extends GetMissionProfileCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
GroundStationClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../GroundStationClient";
|
|
8
2
|
import { GetSatelliteRequest, GetSatelliteResponse } from "../models/models_0";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface GetSatelliteCommandInput extends GetSatelliteRequest {}
|
|
12
5
|
export interface GetSatelliteCommandOutput
|
|
13
6
|
extends GetSatelliteResponse,
|
|
@@ -18,22 +11,20 @@ declare const GetSatelliteCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
GetSatelliteCommandInput,
|
|
20
13
|
GetSatelliteCommandOutput,
|
|
21
|
-
GroundStationClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").GroundStationClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
input: GetSatelliteCommandInput
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
GetSatelliteCommandInput,
|
|
29
22
|
GetSatelliteCommandOutput,
|
|
30
|
-
GroundStationClientResolvedConfig,
|
|
31
|
-
ServiceInputTypes,
|
|
32
|
-
ServiceOutputTypes
|
|
23
|
+
import("..").GroundStationClientResolvedConfig,
|
|
24
|
+
import("..").ServiceInputTypes,
|
|
25
|
+
import("..").ServiceOutputTypes
|
|
33
26
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
35
|
-
[x: string]: unknown;
|
|
36
|
-
};
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
37
28
|
};
|
|
38
29
|
export declare class GetSatelliteCommand extends GetSatelliteCommand_base {
|
|
39
30
|
protected static __types: {
|
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
GroundStationClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../GroundStationClient";
|
|
8
2
|
import { ListAntennasRequest, ListAntennasResponse } from "../models/models_0";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface ListAntennasCommandInput extends ListAntennasRequest {}
|
|
12
5
|
export interface ListAntennasCommandOutput
|
|
13
6
|
extends ListAntennasResponse,
|
|
@@ -18,22 +11,20 @@ declare const ListAntennasCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
ListAntennasCommandInput,
|
|
20
13
|
ListAntennasCommandOutput,
|
|
21
|
-
GroundStationClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").GroundStationClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
input: ListAntennasCommandInput
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
ListAntennasCommandInput,
|
|
29
22
|
ListAntennasCommandOutput,
|
|
30
|
-
GroundStationClientResolvedConfig,
|
|
31
|
-
ServiceInputTypes,
|
|
32
|
-
ServiceOutputTypes
|
|
23
|
+
import("..").GroundStationClientResolvedConfig,
|
|
24
|
+
import("..").ServiceInputTypes,
|
|
25
|
+
import("..").ServiceOutputTypes
|
|
33
26
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
35
|
-
[x: string]: unknown;
|
|
36
|
-
};
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
37
28
|
};
|
|
38
29
|
export declare class ListAntennasCommand extends ListAntennasCommand_base {
|
|
39
30
|
protected static __types: {
|
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
GroundStationClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../GroundStationClient";
|
|
8
2
|
import { ListConfigsRequest, ListConfigsResponse } from "../models/models_0";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface ListConfigsCommandInput extends ListConfigsRequest {}
|
|
12
5
|
export interface ListConfigsCommandOutput
|
|
13
6
|
extends ListConfigsResponse,
|
|
@@ -18,22 +11,20 @@ declare const ListConfigsCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
ListConfigsCommandInput,
|
|
20
13
|
ListConfigsCommandOutput,
|
|
21
|
-
GroundStationClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").GroundStationClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
...[input]: [] | [ListConfigsCommandInput]
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
ListConfigsCommandInput,
|
|
29
22
|
ListConfigsCommandOutput,
|
|
30
|
-
GroundStationClientResolvedConfig,
|
|
31
|
-
ServiceInputTypes,
|
|
32
|
-
ServiceOutputTypes
|
|
23
|
+
import("..").GroundStationClientResolvedConfig,
|
|
24
|
+
import("..").ServiceInputTypes,
|
|
25
|
+
import("..").ServiceOutputTypes
|
|
33
26
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
35
|
-
[x: string]: unknown;
|
|
36
|
-
};
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
37
28
|
};
|
|
38
29
|
export declare class ListConfigsCommand extends ListConfigsCommand_base {
|
|
39
30
|
protected static __types: {
|