@aws-sdk/client-groundstation 3.337.0 → 3.338.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/GroundStationClient.js +2 -1
- package/dist-cjs/commands/CancelContactCommand.js +2 -1
- package/dist-cjs/commands/CreateConfigCommand.js +2 -1
- package/dist-cjs/commands/CreateDataflowEndpointGroupCommand.js +2 -1
- package/dist-cjs/commands/CreateEphemerisCommand.js +2 -1
- package/dist-cjs/commands/CreateMissionProfileCommand.js +2 -1
- package/dist-cjs/commands/DeleteConfigCommand.js +2 -1
- package/dist-cjs/commands/DeleteDataflowEndpointGroupCommand.js +2 -1
- package/dist-cjs/commands/DeleteEphemerisCommand.js +2 -1
- package/dist-cjs/commands/DeleteMissionProfileCommand.js +2 -1
- package/dist-cjs/commands/DescribeContactCommand.js +2 -1
- package/dist-cjs/commands/DescribeEphemerisCommand.js +2 -1
- package/dist-cjs/commands/GetAgentConfigurationCommand.js +2 -1
- package/dist-cjs/commands/GetConfigCommand.js +2 -1
- package/dist-cjs/commands/GetDataflowEndpointGroupCommand.js +2 -1
- package/dist-cjs/commands/GetMinuteUsageCommand.js +2 -1
- package/dist-cjs/commands/GetMissionProfileCommand.js +2 -1
- package/dist-cjs/commands/GetSatelliteCommand.js +2 -1
- package/dist-cjs/commands/ListConfigsCommand.js +2 -1
- package/dist-cjs/commands/ListContactsCommand.js +2 -1
- package/dist-cjs/commands/ListDataflowEndpointGroupsCommand.js +2 -1
- package/dist-cjs/commands/ListEphemeridesCommand.js +2 -1
- package/dist-cjs/commands/ListGroundStationsCommand.js +2 -1
- package/dist-cjs/commands/ListMissionProfilesCommand.js +2 -1
- package/dist-cjs/commands/ListSatellitesCommand.js +2 -1
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -1
- package/dist-cjs/commands/RegisterAgentCommand.js +2 -1
- package/dist-cjs/commands/ReserveContactCommand.js +2 -1
- package/dist-cjs/commands/TagResourceCommand.js +2 -1
- package/dist-cjs/commands/UntagResourceCommand.js +2 -1
- package/dist-cjs/commands/UpdateAgentStatusCommand.js +2 -1
- package/dist-cjs/commands/UpdateConfigCommand.js +2 -1
- package/dist-cjs/commands/UpdateEphemerisCommand.js +2 -1
- package/dist-cjs/commands/UpdateMissionProfileCommand.js +2 -1
- package/dist-cjs/index.js +2 -2
- package/dist-cjs/models/GroundStationServiceException.js +2 -1
- package/dist-es/GroundStationClient.js +1 -0
- package/dist-es/commands/CancelContactCommand.js +1 -0
- package/dist-es/commands/CreateConfigCommand.js +1 -0
- package/dist-es/commands/CreateDataflowEndpointGroupCommand.js +1 -0
- package/dist-es/commands/CreateEphemerisCommand.js +1 -0
- package/dist-es/commands/CreateMissionProfileCommand.js +1 -0
- package/dist-es/commands/DeleteConfigCommand.js +1 -0
- package/dist-es/commands/DeleteDataflowEndpointGroupCommand.js +1 -0
- package/dist-es/commands/DeleteEphemerisCommand.js +1 -0
- package/dist-es/commands/DeleteMissionProfileCommand.js +1 -0
- package/dist-es/commands/DescribeContactCommand.js +1 -0
- package/dist-es/commands/DescribeEphemerisCommand.js +1 -0
- package/dist-es/commands/GetAgentConfigurationCommand.js +1 -0
- package/dist-es/commands/GetConfigCommand.js +1 -0
- package/dist-es/commands/GetDataflowEndpointGroupCommand.js +1 -0
- package/dist-es/commands/GetMinuteUsageCommand.js +1 -0
- package/dist-es/commands/GetMissionProfileCommand.js +1 -0
- package/dist-es/commands/GetSatelliteCommand.js +1 -0
- package/dist-es/commands/ListConfigsCommand.js +1 -0
- package/dist-es/commands/ListContactsCommand.js +1 -0
- package/dist-es/commands/ListDataflowEndpointGroupsCommand.js +1 -0
- package/dist-es/commands/ListEphemeridesCommand.js +1 -0
- package/dist-es/commands/ListGroundStationsCommand.js +1 -0
- package/dist-es/commands/ListMissionProfilesCommand.js +1 -0
- package/dist-es/commands/ListSatellitesCommand.js +1 -0
- package/dist-es/commands/ListTagsForResourceCommand.js +1 -0
- package/dist-es/commands/RegisterAgentCommand.js +1 -0
- package/dist-es/commands/ReserveContactCommand.js +1 -0
- package/dist-es/commands/TagResourceCommand.js +1 -0
- package/dist-es/commands/UntagResourceCommand.js +1 -0
- package/dist-es/commands/UpdateAgentStatusCommand.js +1 -0
- package/dist-es/commands/UpdateConfigCommand.js +1 -0
- package/dist-es/commands/UpdateEphemerisCommand.js +1 -0
- package/dist-es/commands/UpdateMissionProfileCommand.js +1 -0
- package/dist-es/index.js +2 -2
- package/dist-es/models/GroundStationServiceException.js +1 -0
- package/dist-types/GroundStationClient.d.ts +3 -3
- package/dist-types/commands/CancelContactCommand.d.ts +4 -0
- package/dist-types/commands/CreateConfigCommand.d.ts +4 -0
- package/dist-types/commands/CreateDataflowEndpointGroupCommand.d.ts +4 -0
- package/dist-types/commands/CreateEphemerisCommand.d.ts +4 -0
- package/dist-types/commands/CreateMissionProfileCommand.d.ts +4 -0
- package/dist-types/commands/DeleteConfigCommand.d.ts +4 -0
- package/dist-types/commands/DeleteDataflowEndpointGroupCommand.d.ts +4 -0
- package/dist-types/commands/DeleteEphemerisCommand.d.ts +4 -0
- package/dist-types/commands/DeleteMissionProfileCommand.d.ts +4 -0
- package/dist-types/commands/DescribeContactCommand.d.ts +4 -0
- package/dist-types/commands/DescribeEphemerisCommand.d.ts +4 -0
- package/dist-types/commands/GetAgentConfigurationCommand.d.ts +4 -0
- package/dist-types/commands/GetConfigCommand.d.ts +4 -0
- package/dist-types/commands/GetDataflowEndpointGroupCommand.d.ts +4 -0
- package/dist-types/commands/GetMinuteUsageCommand.d.ts +4 -0
- package/dist-types/commands/GetMissionProfileCommand.d.ts +4 -0
- package/dist-types/commands/GetSatelliteCommand.d.ts +4 -0
- package/dist-types/commands/ListConfigsCommand.d.ts +4 -0
- package/dist-types/commands/ListContactsCommand.d.ts +4 -0
- package/dist-types/commands/ListDataflowEndpointGroupsCommand.d.ts +4 -0
- package/dist-types/commands/ListEphemeridesCommand.d.ts +4 -0
- package/dist-types/commands/ListGroundStationsCommand.d.ts +4 -0
- package/dist-types/commands/ListMissionProfilesCommand.d.ts +4 -0
- package/dist-types/commands/ListSatellitesCommand.d.ts +4 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +4 -0
- package/dist-types/commands/RegisterAgentCommand.d.ts +4 -0
- package/dist-types/commands/ReserveContactCommand.d.ts +4 -0
- package/dist-types/commands/TagResourceCommand.d.ts +4 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +4 -0
- package/dist-types/commands/UpdateAgentStatusCommand.d.ts +4 -0
- package/dist-types/commands/UpdateConfigCommand.d.ts +4 -0
- package/dist-types/commands/UpdateEphemerisCommand.d.ts +4 -0
- package/dist-types/commands/UpdateMissionProfileCommand.d.ts +4 -0
- package/dist-types/index.d.ts +10 -2
- package/dist-types/models/GroundStationServiceException.d.ts +1 -0
- package/dist-types/ts3.4/GroundStationClient.d.ts +3 -3
- package/dist-types/ts3.4/commands/CancelContactCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateConfigCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateDataflowEndpointGroupCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateEphemerisCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateMissionProfileCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteConfigCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteDataflowEndpointGroupCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteEphemerisCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteMissionProfileCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeContactCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeEphemerisCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetAgentConfigurationCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetConfigCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetDataflowEndpointGroupCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetMinuteUsageCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetMissionProfileCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetSatelliteCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListConfigsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListContactsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListDataflowEndpointGroupsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListEphemeridesCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListGroundStationsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListMissionProfilesCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListSatellitesCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/RegisterAgentCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ReserveContactCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdateAgentStatusCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdateConfigCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdateEphemerisCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdateMissionProfileCommand.d.ts +1 -0
- package/dist-types/ts3.4/index.d.ts +2 -2
- package/dist-types/ts3.4/models/GroundStationServiceException.d.ts +1 -0
- package/package.json +29 -29
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GroundStationClient";
|
|
5
5
|
import { MissionProfileIdResponse, UpdateMissionProfileRequest } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
package/dist-types/index.d.ts
CHANGED
|
@@ -1,7 +1,15 @@
|
|
|
1
|
-
|
|
1
|
+
/**
|
|
2
|
+
* <p>Welcome to the AWS Ground Station API Reference. AWS Ground Station is a fully managed service that
|
|
3
|
+
* enables you to control satellite communications, downlink and process satellite data, and
|
|
4
|
+
* scale your satellite operations efficiently and cost-effectively without having
|
|
5
|
+
* to build or manage your own ground station infrastructure.</p>
|
|
6
|
+
*
|
|
7
|
+
* @packageDocumentation
|
|
8
|
+
*/
|
|
2
9
|
export * from "./GroundStationClient";
|
|
10
|
+
export * from "./GroundStation";
|
|
3
11
|
export * from "./commands";
|
|
4
|
-
export * from "./models";
|
|
5
12
|
export * from "./pagination";
|
|
6
13
|
export * from "./waiters";
|
|
14
|
+
export * from "./models";
|
|
7
15
|
export { GroundStationServiceException } from "./models/GroundStationServiceException";
|
|
@@ -183,6 +183,7 @@ import {
|
|
|
183
183
|
ClientResolvedEndpointParameters,
|
|
184
184
|
EndpointParameters,
|
|
185
185
|
} from "./endpoint/EndpointParameters";
|
|
186
|
+
export { __Client };
|
|
186
187
|
export type ServiceInputTypes =
|
|
187
188
|
| CancelContactCommandInput
|
|
188
189
|
| CreateConfigCommandInput
|
|
@@ -275,7 +276,7 @@ export interface ClientDefaults
|
|
|
275
276
|
logger?: __Logger;
|
|
276
277
|
defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
|
|
277
278
|
}
|
|
278
|
-
type GroundStationClientConfigType = Partial<
|
|
279
|
+
export type GroundStationClientConfigType = Partial<
|
|
279
280
|
__SmithyConfiguration<__HttpHandlerOptions>
|
|
280
281
|
> &
|
|
281
282
|
ClientDefaults &
|
|
@@ -288,7 +289,7 @@ type GroundStationClientConfigType = Partial<
|
|
|
288
289
|
ClientInputEndpointParameters;
|
|
289
290
|
export interface GroundStationClientConfig
|
|
290
291
|
extends GroundStationClientConfigType {}
|
|
291
|
-
type GroundStationClientResolvedConfigType =
|
|
292
|
+
export type GroundStationClientResolvedConfigType =
|
|
292
293
|
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
293
294
|
Required<ClientDefaults> &
|
|
294
295
|
RegionResolvedConfig &
|
|
@@ -310,4 +311,3 @@ export declare class GroundStationClient extends __Client<
|
|
|
310
311
|
constructor(configuration: GroundStationClientConfig);
|
|
311
312
|
destroy(): void;
|
|
312
313
|
}
|
|
313
|
-
export {};
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../GroundStationClient";
|
|
14
14
|
import { CancelContactRequest, ContactIdResponse } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface CancelContactCommandInput extends CancelContactRequest {}
|
|
16
17
|
export interface CancelContactCommandOutput
|
|
17
18
|
extends ContactIdResponse,
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../GroundStationClient";
|
|
14
14
|
import { ConfigIdResponse, CreateConfigRequest } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface CreateConfigCommandInput extends CreateConfigRequest {}
|
|
16
17
|
export interface CreateConfigCommandOutput
|
|
17
18
|
extends ConfigIdResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
CreateDataflowEndpointGroupRequest,
|
|
16
16
|
DataflowEndpointGroupIdResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface CreateDataflowEndpointGroupCommandInput
|
|
19
20
|
extends CreateDataflowEndpointGroupRequest {}
|
|
20
21
|
export interface CreateDataflowEndpointGroupCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
CreateEphemerisRequest,
|
|
16
16
|
EphemerisIdResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface CreateEphemerisCommandInput extends CreateEphemerisRequest {}
|
|
19
20
|
export interface CreateEphemerisCommandOutput
|
|
20
21
|
extends EphemerisIdResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
CreateMissionProfileRequest,
|
|
16
16
|
MissionProfileIdResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface CreateMissionProfileCommandInput
|
|
19
20
|
extends CreateMissionProfileRequest {}
|
|
20
21
|
export interface CreateMissionProfileCommandOutput
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../GroundStationClient";
|
|
14
14
|
import { ConfigIdResponse, DeleteConfigRequest } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface DeleteConfigCommandInput extends DeleteConfigRequest {}
|
|
16
17
|
export interface DeleteConfigCommandOutput
|
|
17
18
|
extends ConfigIdResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
DataflowEndpointGroupIdResponse,
|
|
16
16
|
DeleteDataflowEndpointGroupRequest,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DeleteDataflowEndpointGroupCommandInput
|
|
19
20
|
extends DeleteDataflowEndpointGroupRequest {}
|
|
20
21
|
export interface DeleteDataflowEndpointGroupCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
DeleteEphemerisRequest,
|
|
16
16
|
EphemerisIdResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DeleteEphemerisCommandInput extends DeleteEphemerisRequest {}
|
|
19
20
|
export interface DeleteEphemerisCommandOutput
|
|
20
21
|
extends EphemerisIdResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
DeleteMissionProfileRequest,
|
|
16
16
|
MissionProfileIdResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DeleteMissionProfileCommandInput
|
|
19
20
|
extends DeleteMissionProfileRequest {}
|
|
20
21
|
export interface DeleteMissionProfileCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
DescribeContactRequest,
|
|
16
16
|
DescribeContactResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DescribeContactCommandInput extends DescribeContactRequest {}
|
|
19
20
|
export interface DescribeContactCommandOutput
|
|
20
21
|
extends DescribeContactResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
DescribeEphemerisRequest,
|
|
16
16
|
DescribeEphemerisResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DescribeEphemerisCommandInput
|
|
19
20
|
extends DescribeEphemerisRequest {}
|
|
20
21
|
export interface DescribeEphemerisCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
GetAgentConfigurationRequest,
|
|
16
16
|
GetAgentConfigurationResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface GetAgentConfigurationCommandInput
|
|
19
20
|
extends GetAgentConfigurationRequest {}
|
|
20
21
|
export interface GetAgentConfigurationCommandOutput
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../GroundStationClient";
|
|
14
14
|
import { GetConfigRequest, GetConfigResponse } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface GetConfigCommandInput extends GetConfigRequest {}
|
|
16
17
|
export interface GetConfigCommandOutput
|
|
17
18
|
extends GetConfigResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
GetDataflowEndpointGroupRequest,
|
|
16
16
|
GetDataflowEndpointGroupResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface GetDataflowEndpointGroupCommandInput
|
|
19
20
|
extends GetDataflowEndpointGroupRequest {}
|
|
20
21
|
export interface GetDataflowEndpointGroupCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
GetMinuteUsageRequest,
|
|
16
16
|
GetMinuteUsageResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface GetMinuteUsageCommandInput extends GetMinuteUsageRequest {}
|
|
19
20
|
export interface GetMinuteUsageCommandOutput
|
|
20
21
|
extends GetMinuteUsageResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
GetMissionProfileRequest,
|
|
16
16
|
GetMissionProfileResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface GetMissionProfileCommandInput
|
|
19
20
|
extends GetMissionProfileRequest {}
|
|
20
21
|
export interface GetMissionProfileCommandOutput
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../GroundStationClient";
|
|
14
14
|
import { GetSatelliteRequest, GetSatelliteResponse } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface GetSatelliteCommandInput extends GetSatelliteRequest {}
|
|
16
17
|
export interface GetSatelliteCommandOutput
|
|
17
18
|
extends GetSatelliteResponse,
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../GroundStationClient";
|
|
14
14
|
import { ListConfigsRequest, ListConfigsResponse } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface ListConfigsCommandInput extends ListConfigsRequest {}
|
|
16
17
|
export interface ListConfigsCommandOutput
|
|
17
18
|
extends ListConfigsResponse,
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../GroundStationClient";
|
|
14
14
|
import { ListContactsRequest, ListContactsResponse } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface ListContactsCommandInput extends ListContactsRequest {}
|
|
16
17
|
export interface ListContactsCommandOutput
|
|
17
18
|
extends ListContactsResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ListDataflowEndpointGroupsRequest,
|
|
16
16
|
ListDataflowEndpointGroupsResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListDataflowEndpointGroupsCommandInput
|
|
19
20
|
extends ListDataflowEndpointGroupsRequest {}
|
|
20
21
|
export interface ListDataflowEndpointGroupsCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ListEphemeridesRequest,
|
|
16
16
|
ListEphemeridesResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListEphemeridesCommandInput extends ListEphemeridesRequest {}
|
|
19
20
|
export interface ListEphemeridesCommandOutput
|
|
20
21
|
extends ListEphemeridesResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ListGroundStationsRequest,
|
|
16
16
|
ListGroundStationsResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListGroundStationsCommandInput
|
|
19
20
|
extends ListGroundStationsRequest {}
|
|
20
21
|
export interface ListGroundStationsCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ListMissionProfilesRequest,
|
|
16
16
|
ListMissionProfilesResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListMissionProfilesCommandInput
|
|
19
20
|
extends ListMissionProfilesRequest {}
|
|
20
21
|
export interface ListMissionProfilesCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ListSatellitesRequest,
|
|
16
16
|
ListSatellitesResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListSatellitesCommandInput extends ListSatellitesRequest {}
|
|
19
20
|
export interface ListSatellitesCommandOutput
|
|
20
21
|
extends ListSatellitesResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ListTagsForResourceRequest,
|
|
16
16
|
ListTagsForResourceResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListTagsForResourceCommandInput
|
|
19
20
|
extends ListTagsForResourceRequest {}
|
|
20
21
|
export interface ListTagsForResourceCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
RegisterAgentRequest,
|
|
16
16
|
RegisterAgentResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface RegisterAgentCommandInput extends RegisterAgentRequest {}
|
|
19
20
|
export interface RegisterAgentCommandOutput
|
|
20
21
|
extends RegisterAgentResponse,
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../GroundStationClient";
|
|
14
14
|
import { ContactIdResponse, ReserveContactRequest } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface ReserveContactCommandInput extends ReserveContactRequest {}
|
|
16
17
|
export interface ReserveContactCommandOutput
|
|
17
18
|
extends ContactIdResponse,
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../GroundStationClient";
|
|
14
14
|
import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface TagResourceCommandInput extends TagResourceRequest {}
|
|
16
17
|
export interface TagResourceCommandOutput
|
|
17
18
|
extends TagResourceResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
UntagResourceRequest,
|
|
16
16
|
UntagResourceResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface UntagResourceCommandInput extends UntagResourceRequest {}
|
|
19
20
|
export interface UntagResourceCommandOutput
|
|
20
21
|
extends UntagResourceResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
UpdateAgentStatusRequest,
|
|
16
16
|
UpdateAgentStatusResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface UpdateAgentStatusCommandInput
|
|
19
20
|
extends UpdateAgentStatusRequest {}
|
|
20
21
|
export interface UpdateAgentStatusCommandOutput
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../GroundStationClient";
|
|
14
14
|
import { ConfigIdResponse, UpdateConfigRequest } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface UpdateConfigCommandInput extends UpdateConfigRequest {}
|
|
16
17
|
export interface UpdateConfigCommandOutput
|
|
17
18
|
extends ConfigIdResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
EphemerisIdResponse,
|
|
16
16
|
UpdateEphemerisRequest,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface UpdateEphemerisCommandInput extends UpdateEphemerisRequest {}
|
|
19
20
|
export interface UpdateEphemerisCommandOutput
|
|
20
21
|
extends EphemerisIdResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
MissionProfileIdResponse,
|
|
16
16
|
UpdateMissionProfileRequest,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface UpdateMissionProfileCommandInput
|
|
19
20
|
extends UpdateMissionProfileRequest {}
|
|
20
21
|
export interface UpdateMissionProfileCommandOutput
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
export * from "./GroundStation";
|
|
2
1
|
export * from "./GroundStationClient";
|
|
2
|
+
export * from "./GroundStation";
|
|
3
3
|
export * from "./commands";
|
|
4
|
-
export * from "./models";
|
|
5
4
|
export * from "./pagination";
|
|
6
5
|
export * from "./waiters";
|
|
6
|
+
export * from "./models";
|
|
7
7
|
export { GroundStationServiceException } from "./models/GroundStationServiceException";
|
|
@@ -2,6 +2,7 @@ import {
|
|
|
2
2
|
ServiceException as __ServiceException,
|
|
3
3
|
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
4
|
} from "@aws-sdk/smithy-client";
|
|
5
|
+
export { __ServiceException, __ServiceExceptionOptions };
|
|
5
6
|
export declare class GroundStationServiceException extends __ServiceException {
|
|
6
7
|
constructor(options: __ServiceExceptionOptions);
|
|
7
8
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-groundstation",
|
|
3
3
|
"description": "AWS SDK for JavaScript Groundstation Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.338.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -21,38 +21,38 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/config-resolver": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
27
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
28
|
-
"@aws-sdk/hash-node": "3.
|
|
29
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
30
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
31
|
-
"@aws-sdk/middleware-endpoint": "3.
|
|
32
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
33
|
-
"@aws-sdk/middleware-logger": "3.
|
|
34
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
35
|
-
"@aws-sdk/middleware-retry": "3.
|
|
36
|
-
"@aws-sdk/middleware-serde": "3.
|
|
37
|
-
"@aws-sdk/middleware-signing": "3.
|
|
38
|
-
"@aws-sdk/middleware-stack": "3.
|
|
39
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
40
|
-
"@aws-sdk/node-config-provider": "3.
|
|
41
|
-
"@aws-sdk/node-http-handler": "3.
|
|
42
|
-
"@aws-sdk/smithy-client": "3.
|
|
43
|
-
"@aws-sdk/types": "3.
|
|
44
|
-
"@aws-sdk/url-parser": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.338.0",
|
|
25
|
+
"@aws-sdk/config-resolver": "3.338.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.338.0",
|
|
27
|
+
"@aws-sdk/fetch-http-handler": "3.338.0",
|
|
28
|
+
"@aws-sdk/hash-node": "3.338.0",
|
|
29
|
+
"@aws-sdk/invalid-dependency": "3.338.0",
|
|
30
|
+
"@aws-sdk/middleware-content-length": "3.338.0",
|
|
31
|
+
"@aws-sdk/middleware-endpoint": "3.338.0",
|
|
32
|
+
"@aws-sdk/middleware-host-header": "3.338.0",
|
|
33
|
+
"@aws-sdk/middleware-logger": "3.338.0",
|
|
34
|
+
"@aws-sdk/middleware-recursion-detection": "3.338.0",
|
|
35
|
+
"@aws-sdk/middleware-retry": "3.338.0",
|
|
36
|
+
"@aws-sdk/middleware-serde": "3.338.0",
|
|
37
|
+
"@aws-sdk/middleware-signing": "3.338.0",
|
|
38
|
+
"@aws-sdk/middleware-stack": "3.338.0",
|
|
39
|
+
"@aws-sdk/middleware-user-agent": "3.338.0",
|
|
40
|
+
"@aws-sdk/node-config-provider": "3.338.0",
|
|
41
|
+
"@aws-sdk/node-http-handler": "3.338.0",
|
|
42
|
+
"@aws-sdk/smithy-client": "3.338.0",
|
|
43
|
+
"@aws-sdk/types": "3.338.0",
|
|
44
|
+
"@aws-sdk/url-parser": "3.338.0",
|
|
45
45
|
"@aws-sdk/util-base64": "3.310.0",
|
|
46
46
|
"@aws-sdk/util-body-length-browser": "3.310.0",
|
|
47
47
|
"@aws-sdk/util-body-length-node": "3.310.0",
|
|
48
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
49
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
50
|
-
"@aws-sdk/util-endpoints": "3.
|
|
51
|
-
"@aws-sdk/util-retry": "3.
|
|
52
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
53
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
48
|
+
"@aws-sdk/util-defaults-mode-browser": "3.338.0",
|
|
49
|
+
"@aws-sdk/util-defaults-mode-node": "3.338.0",
|
|
50
|
+
"@aws-sdk/util-endpoints": "3.338.0",
|
|
51
|
+
"@aws-sdk/util-retry": "3.338.0",
|
|
52
|
+
"@aws-sdk/util-user-agent-browser": "3.338.0",
|
|
53
|
+
"@aws-sdk/util-user-agent-node": "3.338.0",
|
|
54
54
|
"@aws-sdk/util-utf8": "3.310.0",
|
|
55
|
-
"@aws-sdk/util-waiter": "3.
|
|
55
|
+
"@aws-sdk/util-waiter": "3.338.0",
|
|
56
56
|
"@smithy/protocol-http": "^1.0.1",
|
|
57
57
|
"@smithy/types": "^1.0.0",
|
|
58
58
|
"tslib": "^2.5.0"
|