@aws-sdk/client-groundstation 3.1045.0 → 3.1047.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/auth/httpAuthSchemeProvider.js +4 -4
- package/dist-cjs/endpoint/bdd.js +2 -2
- package/dist-cjs/endpoint/endpointResolver.js +4 -4
- package/dist-cjs/index.js +112 -114
- package/dist-cjs/models/GroundStationServiceException.js +3 -3
- package/dist-cjs/runtimeConfig.browser.js +12 -14
- package/dist-cjs/runtimeConfig.js +18 -22
- package/dist-cjs/runtimeConfig.shared.js +9 -10
- package/dist-es/GroundStation.js +1 -1
- package/dist-es/GroundStationClient.js +5 -5
- package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
- package/dist-es/commands/CancelContactCommand.js +2 -2
- package/dist-es/commands/CreateConfigCommand.js +2 -2
- package/dist-es/commands/CreateDataflowEndpointGroupCommand.js +2 -2
- package/dist-es/commands/CreateDataflowEndpointGroupV2Command.js +2 -2
- package/dist-es/commands/CreateEphemerisCommand.js +2 -2
- package/dist-es/commands/CreateMissionProfileCommand.js +2 -2
- package/dist-es/commands/DeleteConfigCommand.js +2 -2
- package/dist-es/commands/DeleteDataflowEndpointGroupCommand.js +2 -2
- package/dist-es/commands/DeleteEphemerisCommand.js +2 -2
- package/dist-es/commands/DeleteMissionProfileCommand.js +2 -2
- package/dist-es/commands/DescribeContactCommand.js +2 -2
- package/dist-es/commands/DescribeContactVersionCommand.js +2 -2
- package/dist-es/commands/DescribeEphemerisCommand.js +2 -2
- package/dist-es/commands/GetAgentConfigurationCommand.js +2 -2
- package/dist-es/commands/GetAgentTaskResponseUrlCommand.js +2 -2
- package/dist-es/commands/GetConfigCommand.js +2 -2
- package/dist-es/commands/GetDataflowEndpointGroupCommand.js +2 -2
- package/dist-es/commands/GetMinuteUsageCommand.js +2 -2
- package/dist-es/commands/GetMissionProfileCommand.js +2 -2
- package/dist-es/commands/GetSatelliteCommand.js +2 -2
- package/dist-es/commands/ListAntennasCommand.js +2 -2
- package/dist-es/commands/ListConfigsCommand.js +2 -2
- package/dist-es/commands/ListContactVersionsCommand.js +2 -2
- package/dist-es/commands/ListContactsCommand.js +2 -2
- package/dist-es/commands/ListDataflowEndpointGroupsCommand.js +2 -2
- package/dist-es/commands/ListEphemeridesCommand.js +2 -2
- package/dist-es/commands/ListGroundStationReservationsCommand.js +2 -2
- package/dist-es/commands/ListGroundStationsCommand.js +2 -2
- package/dist-es/commands/ListMissionProfilesCommand.js +2 -2
- package/dist-es/commands/ListSatellitesCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/RegisterAgentCommand.js +2 -2
- package/dist-es/commands/ReserveContactCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateAgentStatusCommand.js +2 -2
- package/dist-es/commands/UpdateConfigCommand.js +2 -2
- package/dist-es/commands/UpdateContactCommand.js +2 -2
- package/dist-es/commands/UpdateEphemerisCommand.js +2 -2
- package/dist-es/commands/UpdateMissionProfileCommand.js +2 -2
- package/dist-es/endpoint/bdd.js +1 -1
- package/dist-es/endpoint/endpointResolver.js +1 -1
- package/dist-es/models/GroundStationServiceException.js +1 -1
- package/dist-es/runtimeConfig.browser.js +4 -6
- package/dist-es/runtimeConfig.js +4 -8
- package/dist-es/runtimeConfig.shared.js +3 -4
- package/dist-es/runtimeExtensions.js +2 -2
- package/dist-es/waiters/waitForContactScheduled.js +1 -1
- package/dist-es/waiters/waitForContactUpdated.js +1 -1
- package/dist-types/GroundStation.d.ts +1 -1
- package/dist-types/GroundStationClient.d.ts +5 -5
- package/dist-types/commands/CancelContactCommand.d.ts +6 -4
- package/dist-types/commands/CreateConfigCommand.d.ts +6 -4
- package/dist-types/commands/CreateDataflowEndpointGroupCommand.d.ts +6 -4
- package/dist-types/commands/CreateDataflowEndpointGroupV2Command.d.ts +6 -4
- package/dist-types/commands/CreateEphemerisCommand.d.ts +6 -4
- package/dist-types/commands/CreateMissionProfileCommand.d.ts +6 -4
- package/dist-types/commands/DeleteConfigCommand.d.ts +6 -4
- package/dist-types/commands/DeleteDataflowEndpointGroupCommand.d.ts +6 -4
- package/dist-types/commands/DeleteEphemerisCommand.d.ts +6 -4
- package/dist-types/commands/DeleteMissionProfileCommand.d.ts +6 -4
- package/dist-types/commands/DescribeContactCommand.d.ts +6 -4
- package/dist-types/commands/DescribeContactVersionCommand.d.ts +6 -4
- package/dist-types/commands/DescribeEphemerisCommand.d.ts +6 -4
- package/dist-types/commands/GetAgentConfigurationCommand.d.ts +6 -4
- package/dist-types/commands/GetAgentTaskResponseUrlCommand.d.ts +6 -4
- package/dist-types/commands/GetConfigCommand.d.ts +6 -4
- package/dist-types/commands/GetDataflowEndpointGroupCommand.d.ts +6 -4
- package/dist-types/commands/GetMinuteUsageCommand.d.ts +6 -4
- package/dist-types/commands/GetMissionProfileCommand.d.ts +6 -4
- package/dist-types/commands/GetSatelliteCommand.d.ts +6 -4
- package/dist-types/commands/ListAntennasCommand.d.ts +6 -4
- package/dist-types/commands/ListConfigsCommand.d.ts +6 -4
- package/dist-types/commands/ListContactVersionsCommand.d.ts +6 -4
- package/dist-types/commands/ListContactsCommand.d.ts +6 -4
- package/dist-types/commands/ListDataflowEndpointGroupsCommand.d.ts +6 -4
- package/dist-types/commands/ListEphemeridesCommand.d.ts +6 -4
- package/dist-types/commands/ListGroundStationReservationsCommand.d.ts +6 -4
- package/dist-types/commands/ListGroundStationsCommand.d.ts +6 -4
- package/dist-types/commands/ListMissionProfilesCommand.d.ts +6 -4
- package/dist-types/commands/ListSatellitesCommand.d.ts +6 -4
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/commands/RegisterAgentCommand.d.ts +6 -4
- package/dist-types/commands/ReserveContactCommand.d.ts +6 -4
- package/dist-types/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -4
- package/dist-types/commands/UpdateAgentStatusCommand.d.ts +6 -4
- package/dist-types/commands/UpdateConfigCommand.d.ts +6 -4
- package/dist-types/commands/UpdateContactCommand.d.ts +6 -4
- package/dist-types/commands/UpdateEphemerisCommand.d.ts +6 -4
- package/dist-types/commands/UpdateMissionProfileCommand.d.ts +6 -4
- package/dist-types/endpoint/bdd.d.ts +1 -1
- package/dist-types/extensionConfiguration.d.ts +1 -1
- package/dist-types/models/GroundStationServiceException.d.ts +1 -1
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/GroundStation.d.ts +1 -1
- package/dist-types/ts3.4/GroundStationClient.d.ts +8 -14
- package/dist-types/ts3.4/commands/CancelContactCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateConfigCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateDataflowEndpointGroupCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateDataflowEndpointGroupV2Command.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateEphemerisCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateMissionProfileCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteConfigCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteDataflowEndpointGroupCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteEphemerisCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteMissionProfileCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeContactCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeContactVersionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeEphemerisCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetAgentConfigurationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetAgentTaskResponseUrlCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetConfigCommand.d.ts +6 -8
- package/dist-types/ts3.4/commands/GetDataflowEndpointGroupCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetMinuteUsageCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetMissionProfileCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetSatelliteCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListAntennasCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListConfigsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListContactVersionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListContactsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListDataflowEndpointGroupsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListEphemeridesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListGroundStationReservationsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListGroundStationsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListMissionProfilesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListSatellitesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/RegisterAgentCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ReserveContactCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateAgentStatusCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateConfigCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateContactCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateEphemerisCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateMissionProfileCommand.d.ts +6 -4
- package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/models/GroundStationServiceException.d.ts +1 -1
- package/dist-types/ts3.4/models/errors.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
- package/dist-types/ts3.4/waiters/waitForContactScheduled.d.ts +1 -1
- package/dist-types/ts3.4/waiters/waitForContactUpdated.d.ts +1 -1
- package/dist-types/waiters/waitForContactScheduled.d.ts +1 -1
- package/dist-types/waiters/waitForContactUpdated.d.ts +1 -1
- package/package.json +13 -35
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GroundStationClient";
|
|
4
4
|
import type { ListAntennasRequest, ListAntennasResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListAntennasCommandInput extends ListAntennasRequest {
|
|
|
22
22
|
export interface ListAntennasCommandOutput extends ListAntennasResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListAntennasCommand_base: {
|
|
25
|
-
new (input: ListAntennasCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListAntennasCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListAntennasCommandInput): import("@smithy/core/client").CommandImpl<ListAntennasCommandInput, ListAntennasCommandOutput, GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ListAntennasCommandInput): import("@smithy/core/client").CommandImpl<ListAntennasCommandInput, ListAntennasCommandOutput, GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns a list of antennas at a specified ground station.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GroundStationClient";
|
|
4
4
|
import type { ListConfigsRequest, ListConfigsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListConfigsCommandInput extends ListConfigsRequest {
|
|
|
22
22
|
export interface ListConfigsCommandOutput extends ListConfigsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListConfigsCommand_base: {
|
|
25
|
-
new (input: ListConfigsCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [ListConfigsCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListConfigsCommandInput): import("@smithy/core/client").CommandImpl<ListConfigsCommandInput, ListConfigsCommandOutput, GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [ListConfigsCommandInput]): import("@smithy/core/client").CommandImpl<ListConfigsCommandInput, ListConfigsCommandOutput, GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns a list of <code>Config</code> objects.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GroundStationClient";
|
|
4
4
|
import type { ListContactVersionsRequest, ListContactVersionsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListContactVersionsCommandInput extends ListContactVersionsRequ
|
|
|
22
22
|
export interface ListContactVersionsCommandOutput extends ListContactVersionsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListContactVersionsCommand_base: {
|
|
25
|
-
new (input: ListContactVersionsCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListContactVersionsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListContactVersionsCommandInput): import("@smithy/core/client").CommandImpl<ListContactVersionsCommandInput, ListContactVersionsCommandOutput, GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ListContactVersionsCommandInput): import("@smithy/core/client").CommandImpl<ListContactVersionsCommandInput, ListContactVersionsCommandOutput, GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns a list of versions for a specified contact.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GroundStationClient";
|
|
4
4
|
import type { ListContactsRequest, ListContactsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListContactsCommandInput extends ListContactsRequest {
|
|
|
22
22
|
export interface ListContactsCommandOutput extends ListContactsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListContactsCommand_base: {
|
|
25
|
-
new (input: ListContactsCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListContactsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListContactsCommandInput): import("@smithy/core/client").CommandImpl<ListContactsCommandInput, ListContactsCommandOutput, GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ListContactsCommandInput): import("@smithy/core/client").CommandImpl<ListContactsCommandInput, ListContactsCommandOutput, GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns a list of contacts.</p> <p>If <code>statusList</code> contains AVAILABLE, the request must include <code> groundStation</code>, <code>missionprofileArn</code>, and <code>satelliteArn</code>. </p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GroundStationClient";
|
|
4
4
|
import type { ListDataflowEndpointGroupsRequest, ListDataflowEndpointGroupsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListDataflowEndpointGroupsCommandInput extends ListDataflowEndp
|
|
|
22
22
|
export interface ListDataflowEndpointGroupsCommandOutput extends ListDataflowEndpointGroupsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListDataflowEndpointGroupsCommand_base: {
|
|
25
|
-
new (input: ListDataflowEndpointGroupsCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [ListDataflowEndpointGroupsCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListDataflowEndpointGroupsCommandInput): import("@smithy/core/client").CommandImpl<ListDataflowEndpointGroupsCommandInput, ListDataflowEndpointGroupsCommandOutput, GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [ListDataflowEndpointGroupsCommandInput]): import("@smithy/core/client").CommandImpl<ListDataflowEndpointGroupsCommandInput, ListDataflowEndpointGroupsCommandOutput, GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns a list of <code>DataflowEndpoint</code> groups.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GroundStationClient";
|
|
4
4
|
import type { ListEphemeridesRequest, ListEphemeridesResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListEphemeridesCommandInput extends ListEphemeridesRequest {
|
|
|
22
22
|
export interface ListEphemeridesCommandOutput extends ListEphemeridesResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListEphemeridesCommand_base: {
|
|
25
|
-
new (input: ListEphemeridesCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListEphemeridesCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListEphemeridesCommandInput): import("@smithy/core/client").CommandImpl<ListEphemeridesCommandInput, ListEphemeridesCommandOutput, GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ListEphemeridesCommandInput): import("@smithy/core/client").CommandImpl<ListEphemeridesCommandInput, ListEphemeridesCommandOutput, GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>List your existing ephemerides.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GroundStationClient";
|
|
4
4
|
import type { ListGroundStationReservationsRequest, ListGroundStationReservationsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListGroundStationReservationsCommandInput extends ListGroundSta
|
|
|
22
22
|
export interface ListGroundStationReservationsCommandOutput extends ListGroundStationReservationsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListGroundStationReservationsCommand_base: {
|
|
25
|
-
new (input: ListGroundStationReservationsCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListGroundStationReservationsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListGroundStationReservationsCommandInput): import("@smithy/core/client").CommandImpl<ListGroundStationReservationsCommandInput, ListGroundStationReservationsCommandOutput, GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ListGroundStationReservationsCommandInput): import("@smithy/core/client").CommandImpl<ListGroundStationReservationsCommandInput, ListGroundStationReservationsCommandOutput, GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns a list of reservations for a specified ground station.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GroundStationClient";
|
|
4
4
|
import type { ListGroundStationsRequest, ListGroundStationsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListGroundStationsCommandInput extends ListGroundStationsReques
|
|
|
22
22
|
export interface ListGroundStationsCommandOutput extends ListGroundStationsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListGroundStationsCommand_base: {
|
|
25
|
-
new (input: ListGroundStationsCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [ListGroundStationsCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListGroundStationsCommandInput): import("@smithy/core/client").CommandImpl<ListGroundStationsCommandInput, ListGroundStationsCommandOutput, GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [ListGroundStationsCommandInput]): import("@smithy/core/client").CommandImpl<ListGroundStationsCommandInput, ListGroundStationsCommandOutput, GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns a list of ground stations. </p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GroundStationClient";
|
|
4
4
|
import type { ListMissionProfilesRequest, ListMissionProfilesResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListMissionProfilesCommandInput extends ListMissionProfilesRequ
|
|
|
22
22
|
export interface ListMissionProfilesCommandOutput extends ListMissionProfilesResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListMissionProfilesCommand_base: {
|
|
25
|
-
new (input: ListMissionProfilesCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [ListMissionProfilesCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListMissionProfilesCommandInput): import("@smithy/core/client").CommandImpl<ListMissionProfilesCommandInput, ListMissionProfilesCommandOutput, GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [ListMissionProfilesCommandInput]): import("@smithy/core/client").CommandImpl<ListMissionProfilesCommandInput, ListMissionProfilesCommandOutput, GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns a list of mission profiles.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GroundStationClient";
|
|
4
4
|
import type { ListSatellitesRequest, ListSatellitesResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListSatellitesCommandInput extends ListSatellitesRequest {
|
|
|
22
22
|
export interface ListSatellitesCommandOutput extends ListSatellitesResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListSatellitesCommand_base: {
|
|
25
|
-
new (input: ListSatellitesCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [ListSatellitesCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListSatellitesCommandInput): import("@smithy/core/client").CommandImpl<ListSatellitesCommandInput, ListSatellitesCommandOutput, GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [ListSatellitesCommandInput]): import("@smithy/core/client").CommandImpl<ListSatellitesCommandInput, ListSatellitesCommandOutput, GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns a list of satellites.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GroundStationClient";
|
|
4
4
|
import type { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequ
|
|
|
22
22
|
export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListTagsForResourceCommand_base: {
|
|
25
|
-
new (input: ListTagsForResourceCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListTagsForResourceCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns a list of tags for a specified resource.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GroundStationClient";
|
|
4
4
|
import type { RegisterAgentRequest, RegisterAgentResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface RegisterAgentCommandInput extends RegisterAgentRequest {
|
|
|
22
22
|
export interface RegisterAgentCommandOutput extends RegisterAgentResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const RegisterAgentCommand_base: {
|
|
25
|
-
new (input: RegisterAgentCommandInput): import("@smithy/
|
|
26
|
-
new (input: RegisterAgentCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: RegisterAgentCommandInput): import("@smithy/core/client").CommandImpl<RegisterAgentCommandInput, RegisterAgentCommandOutput, GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: RegisterAgentCommandInput): import("@smithy/core/client").CommandImpl<RegisterAgentCommandInput, RegisterAgentCommandOutput, GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <note> <p> For use by AWS Ground Station Agent and shouldn't be called directly.</p> </note> <p> Registers a new agent with AWS Ground Station. </p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GroundStationClient";
|
|
4
4
|
import type { ContactIdResponse, ReserveContactRequest } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ReserveContactCommandInput extends ReserveContactRequest {
|
|
|
22
22
|
export interface ReserveContactCommandOutput extends ContactIdResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ReserveContactCommand_base: {
|
|
25
|
-
new (input: ReserveContactCommandInput): import("@smithy/
|
|
26
|
-
new (input: ReserveContactCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ReserveContactCommandInput): import("@smithy/core/client").CommandImpl<ReserveContactCommandInput, ReserveContactCommandOutput, GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ReserveContactCommandInput): import("@smithy/core/client").CommandImpl<ReserveContactCommandInput, ReserveContactCommandOutput, GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Reserves a contact using specified parameters.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GroundStationClient";
|
|
4
4
|
import type { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface TagResourceCommandInput extends TagResourceRequest {
|
|
|
22
22
|
export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const TagResourceCommand_base: {
|
|
25
|
-
new (input: TagResourceCommandInput): import("@smithy/
|
|
26
|
-
new (input: TagResourceCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Assigns a tag to a resource.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GroundStationClient";
|
|
4
4
|
import type { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {
|
|
|
22
22
|
export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const UntagResourceCommand_base: {
|
|
25
|
-
new (input: UntagResourceCommandInput): import("@smithy/
|
|
26
|
-
new (input: UntagResourceCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deassigns a resource tag.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GroundStationClient";
|
|
4
4
|
import type { UpdateAgentStatusRequest, UpdateAgentStatusResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface UpdateAgentStatusCommandInput extends UpdateAgentStatusRequest
|
|
|
22
22
|
export interface UpdateAgentStatusCommandOutput extends UpdateAgentStatusResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const UpdateAgentStatusCommand_base: {
|
|
25
|
-
new (input: UpdateAgentStatusCommandInput): import("@smithy/
|
|
26
|
-
new (input: UpdateAgentStatusCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: UpdateAgentStatusCommandInput): import("@smithy/core/client").CommandImpl<UpdateAgentStatusCommandInput, UpdateAgentStatusCommandOutput, GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: UpdateAgentStatusCommandInput): import("@smithy/core/client").CommandImpl<UpdateAgentStatusCommandInput, UpdateAgentStatusCommandOutput, GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <note> <p> For use by AWS Ground Station Agent and shouldn't be called directly.</p> </note> <p>Update the status of the agent.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GroundStationClient";
|
|
4
4
|
import type { ConfigIdResponse, UpdateConfigRequest } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface UpdateConfigCommandInput extends UpdateConfigRequest {
|
|
|
22
22
|
export interface UpdateConfigCommandOutput extends ConfigIdResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const UpdateConfigCommand_base: {
|
|
25
|
-
new (input: UpdateConfigCommandInput): import("@smithy/
|
|
26
|
-
new (input: UpdateConfigCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: UpdateConfigCommandInput): import("@smithy/core/client").CommandImpl<UpdateConfigCommandInput, UpdateConfigCommandOutput, GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: UpdateConfigCommandInput): import("@smithy/core/client").CommandImpl<UpdateConfigCommandInput, UpdateConfigCommandOutput, GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Updates the <code>Config</code> used when scheduling contacts.</p> <p>Updating a <code>Config</code> will not update the execution parameters for existing future contacts scheduled with this <code>Config</code>.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GroundStationClient";
|
|
4
4
|
import type { UpdateContactRequest, UpdateContactResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface UpdateContactCommandInput extends UpdateContactRequest {
|
|
|
22
22
|
export interface UpdateContactCommandOutput extends UpdateContactResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const UpdateContactCommand_base: {
|
|
25
|
-
new (input: UpdateContactCommandInput): import("@smithy/
|
|
26
|
-
new (input: UpdateContactCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: UpdateContactCommandInput): import("@smithy/core/client").CommandImpl<UpdateContactCommandInput, UpdateContactCommandOutput, GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: UpdateContactCommandInput): import("@smithy/core/client").CommandImpl<UpdateContactCommandInput, UpdateContactCommandOutput, GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Updates a specific contact.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GroundStationClient";
|
|
4
4
|
import type { EphemerisIdResponse, UpdateEphemerisRequest } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface UpdateEphemerisCommandInput extends UpdateEphemerisRequest {
|
|
|
22
22
|
export interface UpdateEphemerisCommandOutput extends EphemerisIdResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const UpdateEphemerisCommand_base: {
|
|
25
|
-
new (input: UpdateEphemerisCommandInput): import("@smithy/
|
|
26
|
-
new (input: UpdateEphemerisCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: UpdateEphemerisCommandInput): import("@smithy/core/client").CommandImpl<UpdateEphemerisCommandInput, UpdateEphemerisCommandOutput, GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: UpdateEphemerisCommandInput): import("@smithy/core/client").CommandImpl<UpdateEphemerisCommandInput, UpdateEphemerisCommandOutput, GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Update an existing ephemeris.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GroundStationClient";
|
|
4
4
|
import type { MissionProfileIdResponse, UpdateMissionProfileRequest } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface UpdateMissionProfileCommandInput extends UpdateMissionProfileRe
|
|
|
22
22
|
export interface UpdateMissionProfileCommandOutput extends MissionProfileIdResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const UpdateMissionProfileCommand_base: {
|
|
25
|
-
new (input: UpdateMissionProfileCommandInput): import("@smithy/
|
|
26
|
-
new (input: UpdateMissionProfileCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: UpdateMissionProfileCommandInput): import("@smithy/core/client").CommandImpl<UpdateMissionProfileCommandInput, UpdateMissionProfileCommandOutput, GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: UpdateMissionProfileCommandInput): import("@smithy/core/client").CommandImpl<UpdateMissionProfileCommandInput, UpdateMissionProfileCommandOutput, GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Updates a mission profile.</p> <p>Updating a mission profile will not update the execution parameters for existing future contacts.</p>
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { BinaryDecisionDiagram } from "@smithy/
|
|
1
|
+
import { BinaryDecisionDiagram } from "@smithy/core/endpoints";
|
|
2
2
|
export declare const bdd: BinaryDecisionDiagram;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { AwsRegionExtensionConfiguration } from "@aws-sdk/types";
|
|
2
|
-
import type { HttpHandlerExtensionConfiguration } from "@smithy/
|
|
2
|
+
import type { HttpHandlerExtensionConfiguration } from "@smithy/core/protocols";
|
|
3
3
|
import type { DefaultExtensionConfiguration } from "@smithy/types";
|
|
4
4
|
import type { HttpAuthExtensionConfiguration } from "./auth/httpAuthExtensionConfiguration";
|
|
5
5
|
/**
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { type ServiceExceptionOptions as __ServiceExceptionOptions, ServiceException as __ServiceException } from "@smithy/
|
|
1
|
+
import { type ServiceExceptionOptions as __ServiceExceptionOptions, ServiceException as __ServiceException } from "@smithy/core/client";
|
|
2
2
|
export type { __ServiceExceptionOptions };
|
|
3
3
|
export { __ServiceException };
|
|
4
4
|
/**
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { ExceptionOptionType as __ExceptionOptionType } from "@smithy/
|
|
1
|
+
import type { ExceptionOptionType as __ExceptionOptionType } from "@smithy/core/client";
|
|
2
2
|
import { GroundStationServiceException as __BaseException } from "./GroundStationServiceException";
|
|
3
3
|
/**
|
|
4
4
|
* <p>Dependency encountered an error.</p>
|
|
@@ -5,13 +5,13 @@ import type { GroundStationClientConfig } from "./GroundStationClient";
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const getRuntimeConfig: (config: GroundStationClientConfig) => {
|
|
7
7
|
runtime: string;
|
|
8
|
-
defaultsMode: import("@smithy/types").Provider<import("@smithy/
|
|
8
|
+
defaultsMode: import("@smithy/types").Provider<import("@smithy/core/client").ResolvedDefaultsMode>;
|
|
9
9
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
10
10
|
credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
|
|
11
11
|
defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-browser").PreviouslyResolved) => Promise<import("@smithy/types").UserAgent>;
|
|
12
12
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
13
13
|
region: string | import("@smithy/types").Provider<any>;
|
|
14
|
-
requestHandler: import("@smithy/
|
|
14
|
+
requestHandler: import("@smithy/core/protocols").HttpHandler<any> | RequestHandler;
|
|
15
15
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
16
16
|
sha256: import("@smithy/types").HashConstructor;
|
|
17
17
|
streamCollector: import("@smithy/types").StreamCollector;
|
|
@@ -5,14 +5,14 @@ import type { GroundStationClientConfig } from "./GroundStationClient";
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const getRuntimeConfig: (config: GroundStationClientConfig) => {
|
|
7
7
|
runtime: string;
|
|
8
|
-
defaultsMode: import("@smithy/types").Provider<import("@smithy/
|
|
8
|
+
defaultsMode: import("@smithy/types").Provider<import("@smithy/core/client").ResolvedDefaultsMode>;
|
|
9
9
|
authSchemePreference: string[] | import("@smithy/types").Provider<string[]>;
|
|
10
10
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
11
11
|
credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit) => import("@aws-sdk/credential-provider-node/dist-types/runtime/memoize-chain").MemoizedRuntimeConfigAwsCredentialIdentityProvider);
|
|
12
12
|
defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-node").PreviouslyResolved) => Promise<import("@smithy/types").UserAgent>;
|
|
13
13
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
14
14
|
region: string | import("@smithy/types").Provider<string>;
|
|
15
|
-
requestHandler: RequestHandler | import("@smithy/
|
|
15
|
+
requestHandler: RequestHandler | import("@smithy/core/protocols").HttpHandler<any>;
|
|
16
16
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
17
17
|
sha256: import("@smithy/types").HashConstructor;
|
|
18
18
|
streamCollector: import("@smithy/types").StreamCollector;
|
|
@@ -5,7 +5,7 @@ import type { GroundStationClientConfig } from "./GroundStationClient";
|
|
|
5
5
|
export declare const getRuntimeConfig: (config: GroundStationClientConfig) => {
|
|
6
6
|
runtime: string;
|
|
7
7
|
sha256: import("@smithy/types").HashConstructor;
|
|
8
|
-
requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/
|
|
8
|
+
requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/core/protocols").HttpHandler<any> | import("@smithy/fetch-http-handler").FetchHttpHandler;
|
|
9
9
|
cacheMiddleware?: boolean;
|
|
10
10
|
protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core/protocols").AwsRestJsonProtocol;
|
|
11
11
|
protocolSettings: {
|
|
@@ -32,7 +32,7 @@ export declare const getRuntimeConfig: (config: GroundStationClientConfig) => {
|
|
|
32
32
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
33
33
|
logger: import("@smithy/types").Logger;
|
|
34
34
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
35
|
-
defaultsMode: import("@smithy/
|
|
35
|
+
defaultsMode: import("@smithy/core/client").DefaultsMode | import("@smithy/types").Provider<import("@smithy/core/client").DefaultsMode>;
|
|
36
36
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
37
37
|
userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
|
|
38
38
|
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
+
import { WaiterResult } from "@smithy/core/client";
|
|
1
2
|
import {
|
|
2
3
|
HttpHandlerOptions as __HttpHandlerOptions,
|
|
3
4
|
PaginationConfiguration,
|
|
4
5
|
Paginator,
|
|
5
6
|
WaiterConfiguration,
|
|
6
7
|
} from "@smithy/types";
|
|
7
|
-
import { WaiterResult } from "@smithy/util-waiter";
|
|
8
8
|
import {
|
|
9
9
|
CancelContactCommandInput,
|
|
10
10
|
CancelContactCommandOutput,
|
|
@@ -6,25 +6,19 @@ import {
|
|
|
6
6
|
UserAgentInputConfig,
|
|
7
7
|
UserAgentResolvedConfig,
|
|
8
8
|
} from "@aws-sdk/middleware-user-agent";
|
|
9
|
-
import {
|
|
10
|
-
RegionInputConfig,
|
|
11
|
-
RegionResolvedConfig,
|
|
12
|
-
} from "@smithy/config-resolver";
|
|
13
|
-
import {
|
|
14
|
-
EndpointInputConfig,
|
|
15
|
-
EndpointResolvedConfig,
|
|
16
|
-
} from "@smithy/middleware-endpoint";
|
|
17
|
-
import {
|
|
18
|
-
RetryInputConfig,
|
|
19
|
-
RetryResolvedConfig,
|
|
20
|
-
} from "@smithy/middleware-retry";
|
|
21
|
-
import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
|
|
22
9
|
import {
|
|
23
10
|
DefaultsMode as __DefaultsMode,
|
|
24
11
|
SmithyConfiguration as __SmithyConfiguration,
|
|
25
12
|
SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
|
|
26
13
|
Client as __Client,
|
|
27
|
-
} from "@smithy/
|
|
14
|
+
} from "@smithy/core/client";
|
|
15
|
+
import { RegionInputConfig, RegionResolvedConfig } from "@smithy/core/config";
|
|
16
|
+
import {
|
|
17
|
+
EndpointInputConfig,
|
|
18
|
+
EndpointResolvedConfig,
|
|
19
|
+
} from "@smithy/core/endpoints";
|
|
20
|
+
import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/core/protocols";
|
|
21
|
+
import { RetryInputConfig, RetryResolvedConfig } from "@smithy/core/retry";
|
|
28
22
|
import {
|
|
29
23
|
AwsCredentialIdentityProvider,
|
|
30
24
|
BodyLengthCalculator as __BodyLengthCalculator,
|