@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
|
ListContactVersionsRequest,
|
|
10
4
|
ListContactVersionsResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface ListContactVersionsCommandInput
|
|
15
8
|
extends ListContactVersionsRequest {}
|
|
16
9
|
export interface ListContactVersionsCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const ListContactVersionsCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
ListContactVersionsCommandInput,
|
|
24
17
|
ListContactVersionsCommandOutput,
|
|
25
|
-
GroundStationClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").GroundStationClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: ListContactVersionsCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
ListContactVersionsCommandInput,
|
|
33
26
|
ListContactVersionsCommandOutput,
|
|
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 ListContactVersionsCommand extends ListContactVersionsCommand_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 { ListContactsRequest, ListContactsResponse } from "../models/models_0";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface ListContactsCommandInput extends ListContactsRequest {}
|
|
12
5
|
export interface ListContactsCommandOutput
|
|
13
6
|
extends ListContactsResponse,
|
|
@@ -18,22 +11,20 @@ declare const ListContactsCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
ListContactsCommandInput,
|
|
20
13
|
ListContactsCommandOutput,
|
|
21
|
-
GroundStationClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").GroundStationClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
input: ListContactsCommandInput
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
ListContactsCommandInput,
|
|
29
22
|
ListContactsCommandOutput,
|
|
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 ListContactsCommand extends ListContactsCommand_base {
|
|
39
30
|
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
|
ListDataflowEndpointGroupsRequest,
|
|
10
4
|
ListDataflowEndpointGroupsResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface ListDataflowEndpointGroupsCommandInput
|
|
15
8
|
extends ListDataflowEndpointGroupsRequest {}
|
|
16
9
|
export interface ListDataflowEndpointGroupsCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const ListDataflowEndpointGroupsCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
ListDataflowEndpointGroupsCommandInput,
|
|
24
17
|
ListDataflowEndpointGroupsCommandOutput,
|
|
25
|
-
GroundStationClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").GroundStationClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
...[input]: [] | [ListDataflowEndpointGroupsCommandInput]
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
ListDataflowEndpointGroupsCommandInput,
|
|
33
26
|
ListDataflowEndpointGroupsCommandOutput,
|
|
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 ListDataflowEndpointGroupsCommand extends ListDataflowEndpointGroupsCommand_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
|
ListEphemeridesRequest,
|
|
10
4
|
ListEphemeridesResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface ListEphemeridesCommandInput extends ListEphemeridesRequest {}
|
|
15
8
|
export interface ListEphemeridesCommandOutput
|
|
16
9
|
extends ListEphemeridesResponse,
|
|
@@ -21,22 +14,20 @@ declare const ListEphemeridesCommand_base: {
|
|
|
21
14
|
): import("@smithy/core/client").CommandImpl<
|
|
22
15
|
ListEphemeridesCommandInput,
|
|
23
16
|
ListEphemeridesCommandOutput,
|
|
24
|
-
GroundStationClientResolvedConfig,
|
|
25
|
-
ServiceInputTypes,
|
|
26
|
-
ServiceOutputTypes
|
|
17
|
+
import("..").GroundStationClientResolvedConfig,
|
|
18
|
+
import("..").ServiceInputTypes,
|
|
19
|
+
import("..").ServiceOutputTypes
|
|
27
20
|
>;
|
|
28
21
|
new (
|
|
29
22
|
input: ListEphemeridesCommandInput
|
|
30
23
|
): import("@smithy/core/client").CommandImpl<
|
|
31
24
|
ListEphemeridesCommandInput,
|
|
32
25
|
ListEphemeridesCommandOutput,
|
|
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 ListEphemeridesCommand extends ListEphemeridesCommand_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
|
ListGroundStationReservationsRequest,
|
|
10
4
|
ListGroundStationReservationsResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface ListGroundStationReservationsCommandInput
|
|
15
8
|
extends ListGroundStationReservationsRequest {}
|
|
16
9
|
export interface ListGroundStationReservationsCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const ListGroundStationReservationsCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
ListGroundStationReservationsCommandInput,
|
|
24
17
|
ListGroundStationReservationsCommandOutput,
|
|
25
|
-
GroundStationClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").GroundStationClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: ListGroundStationReservationsCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
ListGroundStationReservationsCommandInput,
|
|
33
26
|
ListGroundStationReservationsCommandOutput,
|
|
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 ListGroundStationReservationsCommand extends ListGroundStationReservationsCommand_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
|
ListGroundStationsRequest,
|
|
10
4
|
ListGroundStationsResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface ListGroundStationsCommandInput
|
|
15
8
|
extends ListGroundStationsRequest {}
|
|
16
9
|
export interface ListGroundStationsCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const ListGroundStationsCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
ListGroundStationsCommandInput,
|
|
24
17
|
ListGroundStationsCommandOutput,
|
|
25
|
-
GroundStationClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").GroundStationClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
...[input]: [] | [ListGroundStationsCommandInput]
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
ListGroundStationsCommandInput,
|
|
33
26
|
ListGroundStationsCommandOutput,
|
|
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 ListGroundStationsCommand extends ListGroundStationsCommand_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
|
ListMissionProfilesRequest,
|
|
10
4
|
ListMissionProfilesResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface ListMissionProfilesCommandInput
|
|
15
8
|
extends ListMissionProfilesRequest {}
|
|
16
9
|
export interface ListMissionProfilesCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const ListMissionProfilesCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
ListMissionProfilesCommandInput,
|
|
24
17
|
ListMissionProfilesCommandOutput,
|
|
25
|
-
GroundStationClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").GroundStationClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
...[input]: [] | [ListMissionProfilesCommandInput]
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
ListMissionProfilesCommandInput,
|
|
33
26
|
ListMissionProfilesCommandOutput,
|
|
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 ListMissionProfilesCommand extends ListMissionProfilesCommand_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
|
ListSatellitesRequest,
|
|
10
4
|
ListSatellitesResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface ListSatellitesCommandInput extends ListSatellitesRequest {}
|
|
15
8
|
export interface ListSatellitesCommandOutput
|
|
16
9
|
extends ListSatellitesResponse,
|
|
@@ -21,22 +14,20 @@ declare const ListSatellitesCommand_base: {
|
|
|
21
14
|
): import("@smithy/core/client").CommandImpl<
|
|
22
15
|
ListSatellitesCommandInput,
|
|
23
16
|
ListSatellitesCommandOutput,
|
|
24
|
-
GroundStationClientResolvedConfig,
|
|
25
|
-
ServiceInputTypes,
|
|
26
|
-
ServiceOutputTypes
|
|
17
|
+
import("..").GroundStationClientResolvedConfig,
|
|
18
|
+
import("..").ServiceInputTypes,
|
|
19
|
+
import("..").ServiceOutputTypes
|
|
27
20
|
>;
|
|
28
21
|
new (
|
|
29
22
|
...[input]: [] | [ListSatellitesCommandInput]
|
|
30
23
|
): import("@smithy/core/client").CommandImpl<
|
|
31
24
|
ListSatellitesCommandInput,
|
|
32
25
|
ListSatellitesCommandOutput,
|
|
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 ListSatellitesCommand extends ListSatellitesCommand_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
|
ListTagsForResourceRequest,
|
|
10
4
|
ListTagsForResourceResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface ListTagsForResourceCommandInput
|
|
15
8
|
extends ListTagsForResourceRequest {}
|
|
16
9
|
export interface ListTagsForResourceCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
ListTagsForResourceCommandInput,
|
|
24
17
|
ListTagsForResourceCommandOutput,
|
|
25
|
-
GroundStationClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").GroundStationClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: ListTagsForResourceCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
ListTagsForResourceCommandInput,
|
|
33
26
|
ListTagsForResourceCommandOutput,
|
|
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 ListTagsForResourceCommand extends ListTagsForResourceCommand_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
|
RegisterAgentRequest,
|
|
10
4
|
RegisterAgentResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface RegisterAgentCommandInput extends RegisterAgentRequest {}
|
|
15
8
|
export interface RegisterAgentCommandOutput
|
|
16
9
|
extends RegisterAgentResponse,
|
|
@@ -21,22 +14,20 @@ declare const RegisterAgentCommand_base: {
|
|
|
21
14
|
): import("@smithy/core/client").CommandImpl<
|
|
22
15
|
RegisterAgentCommandInput,
|
|
23
16
|
RegisterAgentCommandOutput,
|
|
24
|
-
GroundStationClientResolvedConfig,
|
|
25
|
-
ServiceInputTypes,
|
|
26
|
-
ServiceOutputTypes
|
|
17
|
+
import("..").GroundStationClientResolvedConfig,
|
|
18
|
+
import("..").ServiceInputTypes,
|
|
19
|
+
import("..").ServiceOutputTypes
|
|
27
20
|
>;
|
|
28
21
|
new (
|
|
29
22
|
input: RegisterAgentCommandInput
|
|
30
23
|
): import("@smithy/core/client").CommandImpl<
|
|
31
24
|
RegisterAgentCommandInput,
|
|
32
25
|
RegisterAgentCommandOutput,
|
|
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 RegisterAgentCommand extends RegisterAgentCommand_base {
|
|
42
33
|
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 { ContactIdResponse, ReserveContactRequest } from "../models/models_0";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface ReserveContactCommandInput extends ReserveContactRequest {}
|
|
12
5
|
export interface ReserveContactCommandOutput
|
|
13
6
|
extends ContactIdResponse,
|
|
@@ -18,22 +11,20 @@ declare const ReserveContactCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
ReserveContactCommandInput,
|
|
20
13
|
ReserveContactCommandOutput,
|
|
21
|
-
GroundStationClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").GroundStationClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
input: ReserveContactCommandInput
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
ReserveContactCommandInput,
|
|
29
22
|
ReserveContactCommandOutput,
|
|
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 ReserveContactCommand extends ReserveContactCommand_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 { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface TagResourceCommandInput extends TagResourceRequest {}
|
|
12
5
|
export interface TagResourceCommandOutput
|
|
13
6
|
extends TagResourceResponse,
|
|
@@ -18,22 +11,20 @@ declare const TagResourceCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
TagResourceCommandInput,
|
|
20
13
|
TagResourceCommandOutput,
|
|
21
|
-
GroundStationClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").GroundStationClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
input: TagResourceCommandInput
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
TagResourceCommandInput,
|
|
29
22
|
TagResourceCommandOutput,
|
|
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 TagResourceCommand extends TagResourceCommand_base {
|
|
39
30
|
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
|
UntagResourceRequest,
|
|
10
4
|
UntagResourceResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface UntagResourceCommandInput extends UntagResourceRequest {}
|
|
15
8
|
export interface UntagResourceCommandOutput
|
|
16
9
|
extends UntagResourceResponse,
|
|
@@ -21,22 +14,20 @@ declare const UntagResourceCommand_base: {
|
|
|
21
14
|
): import("@smithy/core/client").CommandImpl<
|
|
22
15
|
UntagResourceCommandInput,
|
|
23
16
|
UntagResourceCommandOutput,
|
|
24
|
-
GroundStationClientResolvedConfig,
|
|
25
|
-
ServiceInputTypes,
|
|
26
|
-
ServiceOutputTypes
|
|
17
|
+
import("..").GroundStationClientResolvedConfig,
|
|
18
|
+
import("..").ServiceInputTypes,
|
|
19
|
+
import("..").ServiceOutputTypes
|
|
27
20
|
>;
|
|
28
21
|
new (
|
|
29
22
|
input: UntagResourceCommandInput
|
|
30
23
|
): import("@smithy/core/client").CommandImpl<
|
|
31
24
|
UntagResourceCommandInput,
|
|
32
25
|
UntagResourceCommandOutput,
|
|
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 UntagResourceCommand extends UntagResourceCommand_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
|
UpdateAgentStatusRequest,
|
|
10
4
|
UpdateAgentStatusResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface UpdateAgentStatusCommandInput
|
|
15
8
|
extends UpdateAgentStatusRequest {}
|
|
16
9
|
export interface UpdateAgentStatusCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const UpdateAgentStatusCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
UpdateAgentStatusCommandInput,
|
|
24
17
|
UpdateAgentStatusCommandOutput,
|
|
25
|
-
GroundStationClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").GroundStationClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: UpdateAgentStatusCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
UpdateAgentStatusCommandInput,
|
|
33
26
|
UpdateAgentStatusCommandOutput,
|
|
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 UpdateAgentStatusCommand extends UpdateAgentStatusCommand_base {
|
|
43
34
|
protected static __types: {
|