@aws-sdk/client-groundstation 3.1087.0 → 3.1089.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 +1 -1
- package/dist-types/ts3.4/GroundStation.d.ts +136 -147
- package/dist-types/ts3.4/GroundStationClient.d.ts +9 -28
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
- package/dist-types/ts3.4/commandBuilder.d.ts +7 -13
- package/dist-types/ts3.4/commands/CancelContactCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/CreateConfigCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/CreateDataflowEndpointGroupCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateDataflowEndpointGroupV2Command.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateEphemerisCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateMissionProfileCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteConfigCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DeleteDataflowEndpointGroupCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteEphemerisCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteMissionProfileCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeContactCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeContactVersionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeEphemerisCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetAgentConfigurationCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetAgentTaskResponseUrlCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetConfigCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/GetDataflowEndpointGroupCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetMinuteUsageCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetMissionProfileCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetSatelliteCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListAntennasCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListConfigsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListContactVersionsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListContactsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListDataflowEndpointGroupsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListEphemeridesCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListGroundStationReservationsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListGroundStationsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListMissionProfilesCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListSatellitesCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/RegisterAgentCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ReserveContactCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateAgentStatusCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateConfigCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UpdateContactCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateEphemerisCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateMissionProfileCommand.d.ts +5 -10
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
- package/dist-types/ts3.4/models/enums.d.ts +11 -22
- package/dist-types/ts3.4/models/errors.d.ts +6 -18
- package/dist-types/ts3.4/models/models_0.d.ts +6 -18
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
- package/dist-types/ts3.4/pagination/ListConfigsPaginator.d.ts +1 -4
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
- package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
- package/dist-types/ts3.4/waiters/waitForContactScheduled.d.ts +3 -5
- package/dist-types/ts3.4/waiters/waitForContactUpdated.d.ts +3 -7
- package/package.json +38 -38
|
@@ -2,18 +2,20 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { GetConfigRequest, GetConfigResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface GetConfigCommandInput extends GetConfigRequest {}
|
|
5
|
-
export interface GetConfigCommandOutput
|
|
6
|
-
extends GetConfigResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface GetConfigCommandOutput extends GetConfigResponse, __MetadataBearer {}
|
|
8
6
|
declare const GetConfigCommand_base: {
|
|
9
|
-
new (
|
|
7
|
+
new (
|
|
8
|
+
input: GetConfigCommandInput,
|
|
9
|
+
): import("@smithy/core/client").CommandImpl<
|
|
10
10
|
GetConfigCommandInput,
|
|
11
11
|
GetConfigCommandOutput,
|
|
12
12
|
import("..").GroundStationClientResolvedConfig,
|
|
13
13
|
import("..").ServiceInputTypes,
|
|
14
14
|
import("..").ServiceOutputTypes
|
|
15
15
|
>;
|
|
16
|
-
new (
|
|
16
|
+
new (
|
|
17
|
+
input: GetConfigCommandInput,
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
17
19
|
GetConfigCommandInput,
|
|
18
20
|
GetConfigCommandOutput,
|
|
19
21
|
import("..").GroundStationClientResolvedConfig,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
GetDataflowEndpointGroupResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetDataflowEndpointGroupCommandInput
|
|
8
|
-
extends GetDataflowEndpointGroupRequest {}
|
|
7
|
+
export interface GetDataflowEndpointGroupCommandInput extends GetDataflowEndpointGroupRequest {}
|
|
9
8
|
export interface GetDataflowEndpointGroupCommandOutput
|
|
10
|
-
extends GetDataflowEndpointGroupResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends GetDataflowEndpointGroupResponse, __MetadataBearer {}
|
|
12
10
|
declare const GetDataflowEndpointGroupCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: GetDataflowEndpointGroupCommandInput
|
|
12
|
+
input: GetDataflowEndpointGroupCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
GetDataflowEndpointGroupCommandInput,
|
|
17
15
|
GetDataflowEndpointGroupCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const GetDataflowEndpointGroupCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: GetDataflowEndpointGroupCommandInput
|
|
21
|
+
input: GetDataflowEndpointGroupCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
GetDataflowEndpointGroupCommandInput,
|
|
26
24
|
GetDataflowEndpointGroupCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
GetMinuteUsageRequest,
|
|
4
|
-
GetMinuteUsageResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { GetMinuteUsageRequest, GetMinuteUsageResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface GetMinuteUsageCommandInput extends GetMinuteUsageRequest {}
|
|
8
|
-
export interface GetMinuteUsageCommandOutput
|
|
9
|
-
extends GetMinuteUsageResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface GetMinuteUsageCommandOutput extends GetMinuteUsageResponse, __MetadataBearer {}
|
|
11
6
|
declare const GetMinuteUsageCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: GetMinuteUsageCommandInput
|
|
8
|
+
input: GetMinuteUsageCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
GetMinuteUsageCommandInput,
|
|
16
11
|
GetMinuteUsageCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const GetMinuteUsageCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: GetMinuteUsageCommandInput
|
|
17
|
+
input: GetMinuteUsageCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
GetMinuteUsageCommandInput,
|
|
25
20
|
GetMinuteUsageCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
GetMissionProfileRequest,
|
|
4
|
-
GetMissionProfileResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { GetMissionProfileRequest, GetMissionProfileResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetMissionProfileCommandInput
|
|
8
|
-
extends GetMissionProfileRequest {}
|
|
4
|
+
export interface GetMissionProfileCommandInput extends GetMissionProfileRequest {}
|
|
9
5
|
export interface GetMissionProfileCommandOutput
|
|
10
|
-
extends GetMissionProfileResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends GetMissionProfileResponse, __MetadataBearer {}
|
|
12
7
|
declare const GetMissionProfileCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: GetMissionProfileCommandInput
|
|
9
|
+
input: GetMissionProfileCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
GetMissionProfileCommandInput,
|
|
17
12
|
GetMissionProfileCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const GetMissionProfileCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: GetMissionProfileCommandInput
|
|
18
|
+
input: GetMissionProfileCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
GetMissionProfileCommandInput,
|
|
26
21
|
GetMissionProfileCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { GetSatelliteRequest, GetSatelliteResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface GetSatelliteCommandInput extends GetSatelliteRequest {}
|
|
5
|
-
export interface GetSatelliteCommandOutput
|
|
6
|
-
extends GetSatelliteResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface GetSatelliteCommandOutput extends GetSatelliteResponse, __MetadataBearer {}
|
|
8
6
|
declare const GetSatelliteCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: GetSatelliteCommandInput
|
|
8
|
+
input: GetSatelliteCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
GetSatelliteCommandInput,
|
|
13
11
|
GetSatelliteCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const GetSatelliteCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: GetSatelliteCommandInput
|
|
17
|
+
input: GetSatelliteCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
GetSatelliteCommandInput,
|
|
22
20
|
GetSatelliteCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { ListAntennasRequest, ListAntennasResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface ListAntennasCommandInput extends ListAntennasRequest {}
|
|
5
|
-
export interface ListAntennasCommandOutput
|
|
6
|
-
extends ListAntennasResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface ListAntennasCommandOutput extends ListAntennasResponse, __MetadataBearer {}
|
|
8
6
|
declare const ListAntennasCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: ListAntennasCommandInput
|
|
8
|
+
input: ListAntennasCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
ListAntennasCommandInput,
|
|
13
11
|
ListAntennasCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const ListAntennasCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: ListAntennasCommandInput
|
|
17
|
+
input: ListAntennasCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
ListAntennasCommandInput,
|
|
22
20
|
ListAntennasCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { ListConfigsRequest, ListConfigsResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface ListConfigsCommandInput extends ListConfigsRequest {}
|
|
5
|
-
export interface ListConfigsCommandOutput
|
|
6
|
-
extends ListConfigsResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface ListConfigsCommandOutput extends ListConfigsResponse, __MetadataBearer {}
|
|
8
6
|
declare const ListConfigsCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: ListConfigsCommandInput
|
|
8
|
+
input: ListConfigsCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
ListConfigsCommandInput,
|
|
13
11
|
ListConfigsCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListContactVersionsRequest,
|
|
4
|
-
ListContactVersionsResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListContactVersionsRequest, ListContactVersionsResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListContactVersionsCommandInput
|
|
8
|
-
extends ListContactVersionsRequest {}
|
|
4
|
+
export interface ListContactVersionsCommandInput extends ListContactVersionsRequest {}
|
|
9
5
|
export interface ListContactVersionsCommandOutput
|
|
10
|
-
extends ListContactVersionsResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends ListContactVersionsResponse, __MetadataBearer {}
|
|
12
7
|
declare const ListContactVersionsCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: ListContactVersionsCommandInput
|
|
9
|
+
input: ListContactVersionsCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
ListContactVersionsCommandInput,
|
|
17
12
|
ListContactVersionsCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const ListContactVersionsCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: ListContactVersionsCommandInput
|
|
18
|
+
input: ListContactVersionsCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
ListContactVersionsCommandInput,
|
|
26
21
|
ListContactVersionsCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { ListContactsRequest, ListContactsResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface ListContactsCommandInput extends ListContactsRequest {}
|
|
5
|
-
export interface ListContactsCommandOutput
|
|
6
|
-
extends ListContactsResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface ListContactsCommandOutput extends ListContactsResponse, __MetadataBearer {}
|
|
8
6
|
declare const ListContactsCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: ListContactsCommandInput
|
|
8
|
+
input: ListContactsCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
ListContactsCommandInput,
|
|
13
11
|
ListContactsCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const ListContactsCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: ListContactsCommandInput
|
|
17
|
+
input: ListContactsCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
ListContactsCommandInput,
|
|
22
20
|
ListContactsCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
ListDataflowEndpointGroupsResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListDataflowEndpointGroupsCommandInput
|
|
8
|
-
extends ListDataflowEndpointGroupsRequest {}
|
|
7
|
+
export interface ListDataflowEndpointGroupsCommandInput extends ListDataflowEndpointGroupsRequest {}
|
|
9
8
|
export interface ListDataflowEndpointGroupsCommandOutput
|
|
10
|
-
extends ListDataflowEndpointGroupsResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends ListDataflowEndpointGroupsResponse, __MetadataBearer {}
|
|
12
10
|
declare const ListDataflowEndpointGroupsCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: ListDataflowEndpointGroupsCommandInput
|
|
12
|
+
input: ListDataflowEndpointGroupsCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
ListDataflowEndpointGroupsCommandInput,
|
|
17
15
|
ListDataflowEndpointGroupsCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListEphemeridesRequest,
|
|
4
|
-
ListEphemeridesResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListEphemeridesRequest, ListEphemeridesResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface ListEphemeridesCommandInput extends ListEphemeridesRequest {}
|
|
8
|
-
export interface ListEphemeridesCommandOutput
|
|
9
|
-
extends ListEphemeridesResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface ListEphemeridesCommandOutput extends ListEphemeridesResponse, __MetadataBearer {}
|
|
11
6
|
declare const ListEphemeridesCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: ListEphemeridesCommandInput
|
|
8
|
+
input: ListEphemeridesCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
ListEphemeridesCommandInput,
|
|
16
11
|
ListEphemeridesCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const ListEphemeridesCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: ListEphemeridesCommandInput
|
|
17
|
+
input: ListEphemeridesCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
ListEphemeridesCommandInput,
|
|
25
20
|
ListEphemeridesCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
ListGroundStationReservationsResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListGroundStationReservationsCommandInput
|
|
8
|
-
extends ListGroundStationReservationsRequest {}
|
|
7
|
+
export interface ListGroundStationReservationsCommandInput extends ListGroundStationReservationsRequest {}
|
|
9
8
|
export interface ListGroundStationReservationsCommandOutput
|
|
10
|
-
extends ListGroundStationReservationsResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends ListGroundStationReservationsResponse, __MetadataBearer {}
|
|
12
10
|
declare const ListGroundStationReservationsCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: ListGroundStationReservationsCommandInput
|
|
12
|
+
input: ListGroundStationReservationsCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
ListGroundStationReservationsCommandInput,
|
|
17
15
|
ListGroundStationReservationsCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const ListGroundStationReservationsCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: ListGroundStationReservationsCommandInput
|
|
21
|
+
input: ListGroundStationReservationsCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
ListGroundStationReservationsCommandInput,
|
|
26
24
|
ListGroundStationReservationsCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListGroundStationsRequest,
|
|
4
|
-
ListGroundStationsResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListGroundStationsRequest, ListGroundStationsResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListGroundStationsCommandInput
|
|
8
|
-
extends ListGroundStationsRequest {}
|
|
4
|
+
export interface ListGroundStationsCommandInput extends ListGroundStationsRequest {}
|
|
9
5
|
export interface ListGroundStationsCommandOutput
|
|
10
|
-
extends ListGroundStationsResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends ListGroundStationsResponse, __MetadataBearer {}
|
|
12
7
|
declare const ListGroundStationsCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: ListGroundStationsCommandInput
|
|
9
|
+
input: ListGroundStationsCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
ListGroundStationsCommandInput,
|
|
17
12
|
ListGroundStationsCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListMissionProfilesRequest,
|
|
4
|
-
ListMissionProfilesResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListMissionProfilesRequest, ListMissionProfilesResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListMissionProfilesCommandInput
|
|
8
|
-
extends ListMissionProfilesRequest {}
|
|
4
|
+
export interface ListMissionProfilesCommandInput extends ListMissionProfilesRequest {}
|
|
9
5
|
export interface ListMissionProfilesCommandOutput
|
|
10
|
-
extends ListMissionProfilesResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends ListMissionProfilesResponse, __MetadataBearer {}
|
|
12
7
|
declare const ListMissionProfilesCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: ListMissionProfilesCommandInput
|
|
9
|
+
input: ListMissionProfilesCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
ListMissionProfilesCommandInput,
|
|
17
12
|
ListMissionProfilesCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListSatellitesRequest,
|
|
4
|
-
ListSatellitesResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListSatellitesRequest, ListSatellitesResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface ListSatellitesCommandInput extends ListSatellitesRequest {}
|
|
8
|
-
export interface ListSatellitesCommandOutput
|
|
9
|
-
extends ListSatellitesResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface ListSatellitesCommandOutput extends ListSatellitesResponse, __MetadataBearer {}
|
|
11
6
|
declare const ListSatellitesCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: ListSatellitesCommandInput
|
|
8
|
+
input: ListSatellitesCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
ListSatellitesCommandInput,
|
|
16
11
|
ListSatellitesCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListTagsForResourceRequest,
|
|
4
|
-
ListTagsForResourceResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListTagsForResourceCommandInput
|
|
8
|
-
extends ListTagsForResourceRequest {}
|
|
4
|
+
export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequest {}
|
|
9
5
|
export interface ListTagsForResourceCommandOutput
|
|
10
|
-
extends ListTagsForResourceResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends ListTagsForResourceResponse, __MetadataBearer {}
|
|
12
7
|
declare const ListTagsForResourceCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: ListTagsForResourceCommandInput
|
|
9
|
+
input: ListTagsForResourceCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
ListTagsForResourceCommandInput,
|
|
17
12
|
ListTagsForResourceCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: ListTagsForResourceCommandInput
|
|
18
|
+
input: ListTagsForResourceCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
ListTagsForResourceCommandInput,
|
|
26
21
|
ListTagsForResourceCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
RegisterAgentRequest,
|
|
4
|
-
RegisterAgentResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { RegisterAgentRequest, RegisterAgentResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface RegisterAgentCommandInput extends RegisterAgentRequest {}
|
|
8
|
-
export interface RegisterAgentCommandOutput
|
|
9
|
-
extends RegisterAgentResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface RegisterAgentCommandOutput extends RegisterAgentResponse, __MetadataBearer {}
|
|
11
6
|
declare const RegisterAgentCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: RegisterAgentCommandInput
|
|
8
|
+
input: RegisterAgentCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
RegisterAgentCommandInput,
|
|
16
11
|
RegisterAgentCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const RegisterAgentCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: RegisterAgentCommandInput
|
|
17
|
+
input: RegisterAgentCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
RegisterAgentCommandInput,
|
|
25
20
|
RegisterAgentCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { ContactIdResponse, ReserveContactRequest } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface ReserveContactCommandInput extends ReserveContactRequest {}
|
|
5
|
-
export interface ReserveContactCommandOutput
|
|
6
|
-
extends ContactIdResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface ReserveContactCommandOutput extends ContactIdResponse, __MetadataBearer {}
|
|
8
6
|
declare const ReserveContactCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: ReserveContactCommandInput
|
|
8
|
+
input: ReserveContactCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
ReserveContactCommandInput,
|
|
13
11
|
ReserveContactCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const ReserveContactCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: ReserveContactCommandInput
|
|
17
|
+
input: ReserveContactCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
ReserveContactCommandInput,
|
|
22
20
|
ReserveContactCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface TagResourceCommandInput extends TagResourceRequest {}
|
|
5
|
-
export interface TagResourceCommandOutput
|
|
6
|
-
extends TagResourceResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {}
|
|
8
6
|
declare const TagResourceCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: TagResourceCommandInput
|
|
8
|
+
input: TagResourceCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
TagResourceCommandInput,
|
|
13
11
|
TagResourceCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const TagResourceCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: TagResourceCommandInput
|
|
17
|
+
input: TagResourceCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
TagResourceCommandInput,
|
|
22
20
|
TagResourceCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
UntagResourceRequest,
|
|
4
|
-
UntagResourceResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface UntagResourceCommandInput extends UntagResourceRequest {}
|
|
8
|
-
export interface UntagResourceCommandOutput
|
|
9
|
-
extends UntagResourceResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {}
|
|
11
6
|
declare const UntagResourceCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: UntagResourceCommandInput
|
|
8
|
+
input: UntagResourceCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
UntagResourceCommandInput,
|
|
16
11
|
UntagResourceCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const UntagResourceCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: UntagResourceCommandInput
|
|
17
|
+
input: UntagResourceCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
UntagResourceCommandInput,
|
|
25
20
|
UntagResourceCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
UpdateAgentStatusRequest,
|
|
4
|
-
UpdateAgentStatusResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { UpdateAgentStatusRequest, UpdateAgentStatusResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface UpdateAgentStatusCommandInput
|
|
8
|
-
extends UpdateAgentStatusRequest {}
|
|
4
|
+
export interface UpdateAgentStatusCommandInput extends UpdateAgentStatusRequest {}
|
|
9
5
|
export interface UpdateAgentStatusCommandOutput
|
|
10
|
-
extends UpdateAgentStatusResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends UpdateAgentStatusResponse, __MetadataBearer {}
|
|
12
7
|
declare const UpdateAgentStatusCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: UpdateAgentStatusCommandInput
|
|
9
|
+
input: UpdateAgentStatusCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
UpdateAgentStatusCommandInput,
|
|
17
12
|
UpdateAgentStatusCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const UpdateAgentStatusCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: UpdateAgentStatusCommandInput
|
|
18
|
+
input: UpdateAgentStatusCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
UpdateAgentStatusCommandInput,
|
|
26
21
|
UpdateAgentStatusCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { ConfigIdResponse, UpdateConfigRequest } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface UpdateConfigCommandInput extends UpdateConfigRequest {}
|
|
5
|
-
export interface UpdateConfigCommandOutput
|
|
6
|
-
extends ConfigIdResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface UpdateConfigCommandOutput extends ConfigIdResponse, __MetadataBearer {}
|
|
8
6
|
declare const UpdateConfigCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: UpdateConfigCommandInput
|
|
8
|
+
input: UpdateConfigCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
UpdateConfigCommandInput,
|
|
13
11
|
UpdateConfigCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const UpdateConfigCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: UpdateConfigCommandInput
|
|
17
|
+
input: UpdateConfigCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
UpdateConfigCommandInput,
|
|
22
20
|
UpdateConfigCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
UpdateContactRequest,
|
|
4
|
-
UpdateContactResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { UpdateContactRequest, UpdateContactResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface UpdateContactCommandInput extends UpdateContactRequest {}
|
|
8
|
-
export interface UpdateContactCommandOutput
|
|
9
|
-
extends UpdateContactResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface UpdateContactCommandOutput extends UpdateContactResponse, __MetadataBearer {}
|
|
11
6
|
declare const UpdateContactCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: UpdateContactCommandInput
|
|
8
|
+
input: UpdateContactCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
UpdateContactCommandInput,
|
|
16
11
|
UpdateContactCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const UpdateContactCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: UpdateContactCommandInput
|
|
17
|
+
input: UpdateContactCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
UpdateContactCommandInput,
|
|
25
20
|
UpdateContactCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
EphemerisIdResponse,
|
|
4
|
-
UpdateEphemerisRequest,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { EphemerisIdResponse, UpdateEphemerisRequest } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface UpdateEphemerisCommandInput extends UpdateEphemerisRequest {}
|
|
8
|
-
export interface UpdateEphemerisCommandOutput
|
|
9
|
-
extends EphemerisIdResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface UpdateEphemerisCommandOutput extends EphemerisIdResponse, __MetadataBearer {}
|
|
11
6
|
declare const UpdateEphemerisCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: UpdateEphemerisCommandInput
|
|
8
|
+
input: UpdateEphemerisCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
UpdateEphemerisCommandInput,
|
|
16
11
|
UpdateEphemerisCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const UpdateEphemerisCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: UpdateEphemerisCommandInput
|
|
17
|
+
input: UpdateEphemerisCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
UpdateEphemerisCommandInput,
|
|
25
20
|
UpdateEphemerisCommandOutput,
|