@aws-sdk/client-groundstation 3.533.0 → 3.535.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-types/GroundStation.d.ts +6 -1
- package/dist-types/GroundStationClient.d.ts +1 -1
- package/dist-types/commands/CancelContactCommand.d.ts +2 -1
- package/dist-types/commands/CreateConfigCommand.d.ts +2 -1
- package/dist-types/commands/CreateDataflowEndpointGroupCommand.d.ts +2 -1
- package/dist-types/commands/CreateEphemerisCommand.d.ts +2 -1
- package/dist-types/commands/CreateMissionProfileCommand.d.ts +2 -1
- package/dist-types/commands/DeleteConfigCommand.d.ts +2 -1
- package/dist-types/commands/DeleteDataflowEndpointGroupCommand.d.ts +2 -1
- package/dist-types/commands/DeleteEphemerisCommand.d.ts +2 -1
- package/dist-types/commands/DeleteMissionProfileCommand.d.ts +2 -1
- package/dist-types/commands/DescribeContactCommand.d.ts +2 -1
- package/dist-types/commands/DescribeEphemerisCommand.d.ts +2 -1
- package/dist-types/commands/GetAgentConfigurationCommand.d.ts +2 -1
- package/dist-types/commands/GetConfigCommand.d.ts +2 -1
- package/dist-types/commands/GetDataflowEndpointGroupCommand.d.ts +2 -1
- package/dist-types/commands/GetMinuteUsageCommand.d.ts +2 -1
- package/dist-types/commands/GetMissionProfileCommand.d.ts +2 -1
- package/dist-types/commands/GetSatelliteCommand.d.ts +2 -1
- package/dist-types/commands/ListConfigsCommand.d.ts +2 -1
- package/dist-types/commands/ListContactsCommand.d.ts +2 -1
- package/dist-types/commands/ListDataflowEndpointGroupsCommand.d.ts +2 -1
- package/dist-types/commands/ListEphemeridesCommand.d.ts +2 -1
- package/dist-types/commands/ListGroundStationsCommand.d.ts +2 -1
- package/dist-types/commands/ListMissionProfilesCommand.d.ts +2 -1
- package/dist-types/commands/ListSatellitesCommand.d.ts +2 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/commands/RegisterAgentCommand.d.ts +2 -1
- package/dist-types/commands/ReserveContactCommand.d.ts +2 -1
- package/dist-types/commands/TagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UpdateAgentStatusCommand.d.ts +2 -1
- package/dist-types/commands/UpdateConfigCommand.d.ts +2 -1
- package/dist-types/commands/UpdateEphemerisCommand.d.ts +2 -1
- package/dist-types/commands/UpdateMissionProfileCommand.d.ts +2 -1
- package/dist-types/models/models_0.d.ts +451 -451
- package/dist-types/ts3.4/GroundStation.d.ts +5 -0
- package/dist-types/ts3.4/commands/CancelContactCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateConfigCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateDataflowEndpointGroupCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateEphemerisCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateMissionProfileCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteConfigCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteDataflowEndpointGroupCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteEphemerisCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteMissionProfileCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeContactCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeEphemerisCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetAgentConfigurationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetConfigCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetDataflowEndpointGroupCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetMinuteUsageCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetMissionProfileCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetSatelliteCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListConfigsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListContactsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListDataflowEndpointGroupsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListEphemeridesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListGroundStationsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListMissionProfilesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListSatellitesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RegisterAgentCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ReserveContactCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateAgentStatusCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateConfigCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateEphemerisCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateMissionProfileCommand.d.ts +9 -0
- package/package.json +41 -41
|
@@ -139,6 +139,7 @@ export interface GroundStation {
|
|
|
139
139
|
/**
|
|
140
140
|
* @see {@link ListConfigsCommand}
|
|
141
141
|
*/
|
|
142
|
+
listConfigs(): Promise<ListConfigsCommandOutput>;
|
|
142
143
|
listConfigs(args: ListConfigsCommandInput, options?: __HttpHandlerOptions): Promise<ListConfigsCommandOutput>;
|
|
143
144
|
listConfigs(args: ListConfigsCommandInput, cb: (err: any, data?: ListConfigsCommandOutput) => void): void;
|
|
144
145
|
listConfigs(args: ListConfigsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListConfigsCommandOutput) => void): void;
|
|
@@ -151,6 +152,7 @@ export interface GroundStation {
|
|
|
151
152
|
/**
|
|
152
153
|
* @see {@link ListDataflowEndpointGroupsCommand}
|
|
153
154
|
*/
|
|
155
|
+
listDataflowEndpointGroups(): Promise<ListDataflowEndpointGroupsCommandOutput>;
|
|
154
156
|
listDataflowEndpointGroups(args: ListDataflowEndpointGroupsCommandInput, options?: __HttpHandlerOptions): Promise<ListDataflowEndpointGroupsCommandOutput>;
|
|
155
157
|
listDataflowEndpointGroups(args: ListDataflowEndpointGroupsCommandInput, cb: (err: any, data?: ListDataflowEndpointGroupsCommandOutput) => void): void;
|
|
156
158
|
listDataflowEndpointGroups(args: ListDataflowEndpointGroupsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDataflowEndpointGroupsCommandOutput) => void): void;
|
|
@@ -163,18 +165,21 @@ export interface GroundStation {
|
|
|
163
165
|
/**
|
|
164
166
|
* @see {@link ListGroundStationsCommand}
|
|
165
167
|
*/
|
|
168
|
+
listGroundStations(): Promise<ListGroundStationsCommandOutput>;
|
|
166
169
|
listGroundStations(args: ListGroundStationsCommandInput, options?: __HttpHandlerOptions): Promise<ListGroundStationsCommandOutput>;
|
|
167
170
|
listGroundStations(args: ListGroundStationsCommandInput, cb: (err: any, data?: ListGroundStationsCommandOutput) => void): void;
|
|
168
171
|
listGroundStations(args: ListGroundStationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListGroundStationsCommandOutput) => void): void;
|
|
169
172
|
/**
|
|
170
173
|
* @see {@link ListMissionProfilesCommand}
|
|
171
174
|
*/
|
|
175
|
+
listMissionProfiles(): Promise<ListMissionProfilesCommandOutput>;
|
|
172
176
|
listMissionProfiles(args: ListMissionProfilesCommandInput, options?: __HttpHandlerOptions): Promise<ListMissionProfilesCommandOutput>;
|
|
173
177
|
listMissionProfiles(args: ListMissionProfilesCommandInput, cb: (err: any, data?: ListMissionProfilesCommandOutput) => void): void;
|
|
174
178
|
listMissionProfiles(args: ListMissionProfilesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListMissionProfilesCommandOutput) => void): void;
|
|
175
179
|
/**
|
|
176
180
|
* @see {@link ListSatellitesCommand}
|
|
177
181
|
*/
|
|
182
|
+
listSatellites(): Promise<ListSatellitesCommandOutput>;
|
|
178
183
|
listSatellites(args: ListSatellitesCommandInput, options?: __HttpHandlerOptions): Promise<ListSatellitesCommandOutput>;
|
|
179
184
|
listSatellites(args: ListSatellitesCommandInput, cb: (err: any, data?: ListSatellitesCommandOutput) => void): void;
|
|
180
185
|
listSatellites(args: ListSatellitesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListSatellitesCommandOutput) => void): void;
|
|
@@ -234,11 +239,11 @@ export interface GroundStation {
|
|
|
234
239
|
updateMissionProfile(args: UpdateMissionProfileCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateMissionProfileCommandOutput) => void): void;
|
|
235
240
|
}
|
|
236
241
|
/**
|
|
237
|
-
* @public
|
|
238
242
|
* <p>Welcome to the AWS Ground Station API Reference. AWS Ground Station is a fully managed service that
|
|
239
243
|
* enables you to control satellite communications, downlink and process satellite data, and
|
|
240
244
|
* scale your satellite operations efficiently and cost-effectively without having
|
|
241
245
|
* to build or manage your own ground station infrastructure.</p>
|
|
246
|
+
* @public
|
|
242
247
|
*/
|
|
243
248
|
export declare class GroundStation extends GroundStationClient implements GroundStation {
|
|
244
249
|
}
|
|
@@ -184,11 +184,11 @@ export type GroundStationClientResolvedConfigType = __SmithyResolvedConfiguratio
|
|
|
184
184
|
export interface GroundStationClientResolvedConfig extends GroundStationClientResolvedConfigType {
|
|
185
185
|
}
|
|
186
186
|
/**
|
|
187
|
-
* @public
|
|
188
187
|
* <p>Welcome to the AWS Ground Station API Reference. AWS Ground Station is a fully managed service that
|
|
189
188
|
* enables you to control satellite communications, downlink and process satellite data, and
|
|
190
189
|
* scale your satellite operations efficiently and cost-effectively without having
|
|
191
190
|
* to build or manage your own ground station infrastructure.</p>
|
|
191
|
+
* @public
|
|
192
192
|
*/
|
|
193
193
|
export declare class GroundStationClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, GroundStationClientResolvedConfig> {
|
|
194
194
|
/**
|
|
@@ -22,10 +22,10 @@ export interface CancelContactCommandOutput extends ContactIdResponse, __Metadat
|
|
|
22
22
|
}
|
|
23
23
|
declare const CancelContactCommand_base: {
|
|
24
24
|
new (input: CancelContactCommandInput): import("@smithy/smithy-client").CommandImpl<CancelContactCommandInput, CancelContactCommandOutput, GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CancelContactCommandInput): import("@smithy/smithy-client").CommandImpl<CancelContactCommandInput, CancelContactCommandOutput, GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Cancels a contact with a specified contact ID.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -62,6 +62,7 @@ declare const CancelContactCommand_base: {
|
|
|
62
62
|
* @throws {@link GroundStationServiceException}
|
|
63
63
|
* <p>Base exception class for all service exceptions from GroundStation service.</p>
|
|
64
64
|
*
|
|
65
|
+
* @public
|
|
65
66
|
*/
|
|
66
67
|
export declare class CancelContactCommand extends CancelContactCommand_base {
|
|
67
68
|
}
|
|
@@ -22,10 +22,10 @@ export interface CreateConfigCommandOutput extends ConfigIdResponse, __MetadataB
|
|
|
22
22
|
}
|
|
23
23
|
declare const CreateConfigCommand_base: {
|
|
24
24
|
new (input: CreateConfigCommandInput): import("@smithy/smithy-client").CommandImpl<CreateConfigCommandInput, CreateConfigCommandOutput, GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CreateConfigCommandInput): import("@smithy/smithy-client").CommandImpl<CreateConfigCommandInput, CreateConfigCommandOutput, GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Creates a <code>Config</code> with the specified <code>configData</code> parameters.</p>
|
|
30
30
|
* <p>Only one type of <code>configData</code> can be specified.</p>
|
|
31
31
|
* @example
|
|
@@ -135,6 +135,7 @@ declare const CreateConfigCommand_base: {
|
|
|
135
135
|
* @throws {@link GroundStationServiceException}
|
|
136
136
|
* <p>Base exception class for all service exceptions from GroundStation service.</p>
|
|
137
137
|
*
|
|
138
|
+
* @public
|
|
138
139
|
*/
|
|
139
140
|
export declare class CreateConfigCommand extends CreateConfigCommand_base {
|
|
140
141
|
}
|
|
@@ -22,10 +22,10 @@ export interface CreateDataflowEndpointGroupCommandOutput extends DataflowEndpoi
|
|
|
22
22
|
}
|
|
23
23
|
declare const CreateDataflowEndpointGroupCommand_base: {
|
|
24
24
|
new (input: CreateDataflowEndpointGroupCommandInput): import("@smithy/smithy-client").CommandImpl<CreateDataflowEndpointGroupCommandInput, CreateDataflowEndpointGroupCommandOutput, GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CreateDataflowEndpointGroupCommandInput): import("@smithy/smithy-client").CommandImpl<CreateDataflowEndpointGroupCommandInput, CreateDataflowEndpointGroupCommandOutput, GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Creates a <code>DataflowEndpoint</code> group containing the specified list of <code>DataflowEndpoint</code> objects.</p>
|
|
30
30
|
* <p>The <code>name</code> field in each endpoint is used in your mission profile <code>DataflowEndpointConfig</code>
|
|
31
31
|
* to specify which endpoints to use during a contact.</p>
|
|
@@ -118,6 +118,7 @@ declare const CreateDataflowEndpointGroupCommand_base: {
|
|
|
118
118
|
* @throws {@link GroundStationServiceException}
|
|
119
119
|
* <p>Base exception class for all service exceptions from GroundStation service.</p>
|
|
120
120
|
*
|
|
121
|
+
* @public
|
|
121
122
|
*/
|
|
122
123
|
export declare class CreateDataflowEndpointGroupCommand extends CreateDataflowEndpointGroupCommand_base {
|
|
123
124
|
}
|
|
@@ -22,10 +22,10 @@ export interface CreateEphemerisCommandOutput extends EphemerisIdResponse, __Met
|
|
|
22
22
|
}
|
|
23
23
|
declare const CreateEphemerisCommand_base: {
|
|
24
24
|
new (input: CreateEphemerisCommandInput): import("@smithy/smithy-client").CommandImpl<CreateEphemerisCommandInput, CreateEphemerisCommandOutput, GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CreateEphemerisCommandInput): import("@smithy/smithy-client").CommandImpl<CreateEphemerisCommandInput, CreateEphemerisCommandOutput, GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Creates an Ephemeris with the specified <code>EphemerisData</code>.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -97,6 +97,7 @@ declare const CreateEphemerisCommand_base: {
|
|
|
97
97
|
* @throws {@link GroundStationServiceException}
|
|
98
98
|
* <p>Base exception class for all service exceptions from GroundStation service.</p>
|
|
99
99
|
*
|
|
100
|
+
* @public
|
|
100
101
|
*/
|
|
101
102
|
export declare class CreateEphemerisCommand extends CreateEphemerisCommand_base {
|
|
102
103
|
}
|
|
@@ -22,10 +22,10 @@ export interface CreateMissionProfileCommandOutput extends MissionProfileIdRespo
|
|
|
22
22
|
}
|
|
23
23
|
declare const CreateMissionProfileCommand_base: {
|
|
24
24
|
new (input: CreateMissionProfileCommandInput): import("@smithy/smithy-client").CommandImpl<CreateMissionProfileCommandInput, CreateMissionProfileCommandOutput, GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CreateMissionProfileCommandInput): import("@smithy/smithy-client").CommandImpl<CreateMissionProfileCommandInput, CreateMissionProfileCommandOutput, GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Creates a mission profile.</p>
|
|
30
30
|
* <p>
|
|
31
31
|
* <code>dataflowEdges</code> is a list of lists of strings. Each lower level list of strings
|
|
@@ -83,6 +83,7 @@ declare const CreateMissionProfileCommand_base: {
|
|
|
83
83
|
* @throws {@link GroundStationServiceException}
|
|
84
84
|
* <p>Base exception class for all service exceptions from GroundStation service.</p>
|
|
85
85
|
*
|
|
86
|
+
* @public
|
|
86
87
|
*/
|
|
87
88
|
export declare class CreateMissionProfileCommand extends CreateMissionProfileCommand_base {
|
|
88
89
|
}
|
|
@@ -22,10 +22,10 @@ export interface DeleteConfigCommandOutput extends ConfigIdResponse, __MetadataB
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteConfigCommand_base: {
|
|
24
24
|
new (input: DeleteConfigCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteConfigCommandInput, DeleteConfigCommandOutput, GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeleteConfigCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteConfigCommandInput, DeleteConfigCommandOutput, GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Deletes a <code>Config</code>.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -65,6 +65,7 @@ declare const DeleteConfigCommand_base: {
|
|
|
65
65
|
* @throws {@link GroundStationServiceException}
|
|
66
66
|
* <p>Base exception class for all service exceptions from GroundStation service.</p>
|
|
67
67
|
*
|
|
68
|
+
* @public
|
|
68
69
|
*/
|
|
69
70
|
export declare class DeleteConfigCommand extends DeleteConfigCommand_base {
|
|
70
71
|
}
|
|
@@ -22,10 +22,10 @@ export interface DeleteDataflowEndpointGroupCommandOutput extends DataflowEndpoi
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteDataflowEndpointGroupCommand_base: {
|
|
24
24
|
new (input: DeleteDataflowEndpointGroupCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteDataflowEndpointGroupCommandInput, DeleteDataflowEndpointGroupCommandOutput, GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeleteDataflowEndpointGroupCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteDataflowEndpointGroupCommandInput, DeleteDataflowEndpointGroupCommandOutput, GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Deletes a dataflow endpoint group.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -62,6 +62,7 @@ declare const DeleteDataflowEndpointGroupCommand_base: {
|
|
|
62
62
|
* @throws {@link GroundStationServiceException}
|
|
63
63
|
* <p>Base exception class for all service exceptions from GroundStation service.</p>
|
|
64
64
|
*
|
|
65
|
+
* @public
|
|
65
66
|
*/
|
|
66
67
|
export declare class DeleteDataflowEndpointGroupCommand extends DeleteDataflowEndpointGroupCommand_base {
|
|
67
68
|
}
|
|
@@ -22,10 +22,10 @@ export interface DeleteEphemerisCommandOutput extends EphemerisIdResponse, __Met
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteEphemerisCommand_base: {
|
|
24
24
|
new (input: DeleteEphemerisCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteEphemerisCommandInput, DeleteEphemerisCommandOutput, GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeleteEphemerisCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteEphemerisCommandInput, DeleteEphemerisCommandOutput, GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Deletes an ephemeris</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -62,6 +62,7 @@ declare const DeleteEphemerisCommand_base: {
|
|
|
62
62
|
* @throws {@link GroundStationServiceException}
|
|
63
63
|
* <p>Base exception class for all service exceptions from GroundStation service.</p>
|
|
64
64
|
*
|
|
65
|
+
* @public
|
|
65
66
|
*/
|
|
66
67
|
export declare class DeleteEphemerisCommand extends DeleteEphemerisCommand_base {
|
|
67
68
|
}
|
|
@@ -22,10 +22,10 @@ export interface DeleteMissionProfileCommandOutput extends MissionProfileIdRespo
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteMissionProfileCommand_base: {
|
|
24
24
|
new (input: DeleteMissionProfileCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteMissionProfileCommandInput, DeleteMissionProfileCommandOutput, GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeleteMissionProfileCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteMissionProfileCommandInput, DeleteMissionProfileCommandOutput, GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Deletes a mission profile.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -62,6 +62,7 @@ declare const DeleteMissionProfileCommand_base: {
|
|
|
62
62
|
* @throws {@link GroundStationServiceException}
|
|
63
63
|
* <p>Base exception class for all service exceptions from GroundStation service.</p>
|
|
64
64
|
*
|
|
65
|
+
* @public
|
|
65
66
|
*/
|
|
66
67
|
export declare class DeleteMissionProfileCommand extends DeleteMissionProfileCommand_base {
|
|
67
68
|
}
|
|
@@ -22,10 +22,10 @@ export interface DescribeContactCommandOutput extends DescribeContactResponse, _
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribeContactCommand_base: {
|
|
24
24
|
new (input: DescribeContactCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeContactCommandInput, DescribeContactCommandOutput, GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DescribeContactCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeContactCommandInput, DescribeContactCommandOutput, GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Describes an existing contact.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -204,6 +204,7 @@ declare const DescribeContactCommand_base: {
|
|
|
204
204
|
* @throws {@link GroundStationServiceException}
|
|
205
205
|
* <p>Base exception class for all service exceptions from GroundStation service.</p>
|
|
206
206
|
*
|
|
207
|
+
* @public
|
|
207
208
|
*/
|
|
208
209
|
export declare class DescribeContactCommand extends DescribeContactCommand_base {
|
|
209
210
|
}
|
|
@@ -22,10 +22,10 @@ export interface DescribeEphemerisCommandOutput extends DescribeEphemerisRespons
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribeEphemerisCommand_base: {
|
|
24
24
|
new (input: DescribeEphemerisCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeEphemerisCommandInput, DescribeEphemerisCommandOutput, GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DescribeEphemerisCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeEphemerisCommandInput, DescribeEphemerisCommandOutput, GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Describes an existing ephemeris.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -90,6 +90,7 @@ declare const DescribeEphemerisCommand_base: {
|
|
|
90
90
|
* @throws {@link GroundStationServiceException}
|
|
91
91
|
* <p>Base exception class for all service exceptions from GroundStation service.</p>
|
|
92
92
|
*
|
|
93
|
+
* @public
|
|
93
94
|
*/
|
|
94
95
|
export declare class DescribeEphemerisCommand extends DescribeEphemerisCommand_base {
|
|
95
96
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetAgentConfigurationCommandOutput extends GetAgentConfiguratio
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetAgentConfigurationCommand_base: {
|
|
24
24
|
new (input: GetAgentConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<GetAgentConfigurationCommandInput, GetAgentConfigurationCommandOutput, GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetAgentConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<GetAgentConfigurationCommandInput, GetAgentConfigurationCommandOutput, GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <note>
|
|
30
30
|
* <p> For use by AWS Ground Station Agent and shouldn't be called directly.</p>
|
|
31
31
|
* </note>
|
|
@@ -66,6 +66,7 @@ declare const GetAgentConfigurationCommand_base: {
|
|
|
66
66
|
* @throws {@link GroundStationServiceException}
|
|
67
67
|
* <p>Base exception class for all service exceptions from GroundStation service.</p>
|
|
68
68
|
*
|
|
69
|
+
* @public
|
|
69
70
|
*/
|
|
70
71
|
export declare class GetAgentConfigurationCommand extends GetAgentConfigurationCommand_base {
|
|
71
72
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetConfigCommandOutput extends GetConfigResponse, __MetadataBea
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetConfigCommand_base: {
|
|
24
24
|
new (input: GetConfigCommandInput): import("@smithy/smithy-client").CommandImpl<GetConfigCommandInput, GetConfigCommandOutput, GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetConfigCommandInput): import("@smithy/smithy-client").CommandImpl<GetConfigCommandInput, GetConfigCommandOutput, GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns <code>Config</code> information.</p>
|
|
30
30
|
* <p>Only one <code>Config</code> response can be returned.</p>
|
|
31
31
|
* @example
|
|
@@ -134,6 +134,7 @@ declare const GetConfigCommand_base: {
|
|
|
134
134
|
* @throws {@link GroundStationServiceException}
|
|
135
135
|
* <p>Base exception class for all service exceptions from GroundStation service.</p>
|
|
136
136
|
*
|
|
137
|
+
* @public
|
|
137
138
|
*/
|
|
138
139
|
export declare class GetConfigCommand extends GetConfigCommand_base {
|
|
139
140
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetDataflowEndpointGroupCommandOutput extends GetDataflowEndpoi
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetDataflowEndpointGroupCommand_base: {
|
|
24
24
|
new (input: GetDataflowEndpointGroupCommandInput): import("@smithy/smithy-client").CommandImpl<GetDataflowEndpointGroupCommandInput, GetDataflowEndpointGroupCommandOutput, GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetDataflowEndpointGroupCommandInput): import("@smithy/smithy-client").CommandImpl<GetDataflowEndpointGroupCommandInput, GetDataflowEndpointGroupCommandOutput, GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns the dataflow endpoint group.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -116,6 +116,7 @@ declare const GetDataflowEndpointGroupCommand_base: {
|
|
|
116
116
|
* @throws {@link GroundStationServiceException}
|
|
117
117
|
* <p>Base exception class for all service exceptions from GroundStation service.</p>
|
|
118
118
|
*
|
|
119
|
+
* @public
|
|
119
120
|
*/
|
|
120
121
|
export declare class GetDataflowEndpointGroupCommand extends GetDataflowEndpointGroupCommand_base {
|
|
121
122
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetMinuteUsageCommandOutput extends GetMinuteUsageResponse, __M
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetMinuteUsageCommand_base: {
|
|
24
24
|
new (input: GetMinuteUsageCommandInput): import("@smithy/smithy-client").CommandImpl<GetMinuteUsageCommandInput, GetMinuteUsageCommandOutput, GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetMinuteUsageCommandInput): import("@smithy/smithy-client").CommandImpl<GetMinuteUsageCommandInput, GetMinuteUsageCommandOutput, GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns the number of reserved minutes used by account.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -67,6 +67,7 @@ declare const GetMinuteUsageCommand_base: {
|
|
|
67
67
|
* @throws {@link GroundStationServiceException}
|
|
68
68
|
* <p>Base exception class for all service exceptions from GroundStation service.</p>
|
|
69
69
|
*
|
|
70
|
+
* @public
|
|
70
71
|
*/
|
|
71
72
|
export declare class GetMinuteUsageCommand extends GetMinuteUsageCommand_base {
|
|
72
73
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetMissionProfileCommandOutput extends GetMissionProfileRespons
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetMissionProfileCommand_base: {
|
|
24
24
|
new (input: GetMissionProfileCommandInput): import("@smithy/smithy-client").CommandImpl<GetMissionProfileCommandInput, GetMissionProfileCommandOutput, GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetMissionProfileCommandInput): import("@smithy/smithy-client").CommandImpl<GetMissionProfileCommandInput, GetMissionProfileCommandOutput, GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns a mission profile.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -83,6 +83,7 @@ declare const GetMissionProfileCommand_base: {
|
|
|
83
83
|
* @throws {@link GroundStationServiceException}
|
|
84
84
|
* <p>Base exception class for all service exceptions from GroundStation service.</p>
|
|
85
85
|
*
|
|
86
|
+
* @public
|
|
86
87
|
*/
|
|
87
88
|
export declare class GetMissionProfileCommand extends GetMissionProfileCommand_base {
|
|
88
89
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetSatelliteCommandOutput extends GetSatelliteResponse, __Metad
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetSatelliteCommand_base: {
|
|
24
24
|
new (input: GetSatelliteCommandInput): import("@smithy/smithy-client").CommandImpl<GetSatelliteCommandInput, GetSatelliteCommandOutput, GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetSatelliteCommandInput): import("@smithy/smithy-client").CommandImpl<GetSatelliteCommandInput, GetSatelliteCommandOutput, GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns a satellite.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -73,6 +73,7 @@ declare const GetSatelliteCommand_base: {
|
|
|
73
73
|
* @throws {@link GroundStationServiceException}
|
|
74
74
|
* <p>Base exception class for all service exceptions from GroundStation service.</p>
|
|
75
75
|
*
|
|
76
|
+
* @public
|
|
76
77
|
*/
|
|
77
78
|
export declare class GetSatelliteCommand extends GetSatelliteCommand_base {
|
|
78
79
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListConfigsCommandOutput extends ListConfigsResponse, __Metadat
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListConfigsCommand_base: {
|
|
24
24
|
new (input: ListConfigsCommandInput): import("@smithy/smithy-client").CommandImpl<ListConfigsCommandInput, ListConfigsCommandOutput, GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [ListConfigsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListConfigsCommandInput, ListConfigsCommandOutput, GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns a list of <code>Config</code> objects.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -71,6 +71,7 @@ declare const ListConfigsCommand_base: {
|
|
|
71
71
|
* @throws {@link GroundStationServiceException}
|
|
72
72
|
* <p>Base exception class for all service exceptions from GroundStation service.</p>
|
|
73
73
|
*
|
|
74
|
+
* @public
|
|
74
75
|
*/
|
|
75
76
|
export declare class ListConfigsCommand extends ListConfigsCommand_base {
|
|
76
77
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListContactsCommandOutput extends ListContactsResponse, __Metad
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListContactsCommand_base: {
|
|
24
24
|
new (input: ListContactsCommandInput): import("@smithy/smithy-client").CommandImpl<ListContactsCommandInput, ListContactsCommandOutput, GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ListContactsCommandInput): import("@smithy/smithy-client").CommandImpl<ListContactsCommandInput, ListContactsCommandOutput, GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns a list of contacts.</p>
|
|
30
30
|
* <p>If <code>statusList</code> contains AVAILABLE, the request must include
|
|
31
31
|
* <code>groundStation</code>, <code>missionprofileArn</code>, and <code>satelliteArn</code>.
|
|
@@ -96,6 +96,7 @@ declare const ListContactsCommand_base: {
|
|
|
96
96
|
* @throws {@link GroundStationServiceException}
|
|
97
97
|
* <p>Base exception class for all service exceptions from GroundStation service.</p>
|
|
98
98
|
*
|
|
99
|
+
* @public
|
|
99
100
|
*/
|
|
100
101
|
export declare class ListContactsCommand extends ListContactsCommand_base {
|
|
101
102
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListDataflowEndpointGroupsCommandOutput extends ListDataflowEnd
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListDataflowEndpointGroupsCommand_base: {
|
|
24
24
|
new (input: ListDataflowEndpointGroupsCommandInput): import("@smithy/smithy-client").CommandImpl<ListDataflowEndpointGroupsCommandInput, ListDataflowEndpointGroupsCommandOutput, GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [ListDataflowEndpointGroupsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListDataflowEndpointGroupsCommandInput, ListDataflowEndpointGroupsCommandOutput, GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns a list of <code>DataflowEndpoint</code> groups.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -69,6 +69,7 @@ declare const ListDataflowEndpointGroupsCommand_base: {
|
|
|
69
69
|
* @throws {@link GroundStationServiceException}
|
|
70
70
|
* <p>Base exception class for all service exceptions from GroundStation service.</p>
|
|
71
71
|
*
|
|
72
|
+
* @public
|
|
72
73
|
*/
|
|
73
74
|
export declare class ListDataflowEndpointGroupsCommand extends ListDataflowEndpointGroupsCommand_base {
|
|
74
75
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListEphemeridesCommandOutput extends ListEphemeridesResponse, _
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListEphemeridesCommand_base: {
|
|
24
24
|
new (input: ListEphemeridesCommandInput): import("@smithy/smithy-client").CommandImpl<ListEphemeridesCommandInput, ListEphemeridesCommandOutput, GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ListEphemeridesCommandInput): import("@smithy/smithy-client").CommandImpl<ListEphemeridesCommandInput, ListEphemeridesCommandOutput, GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>List existing ephemerides.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -84,6 +84,7 @@ declare const ListEphemeridesCommand_base: {
|
|
|
84
84
|
* @throws {@link GroundStationServiceException}
|
|
85
85
|
* <p>Base exception class for all service exceptions from GroundStation service.</p>
|
|
86
86
|
*
|
|
87
|
+
* @public
|
|
87
88
|
*/
|
|
88
89
|
export declare class ListEphemeridesCommand extends ListEphemeridesCommand_base {
|
|
89
90
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListGroundStationsCommandOutput extends ListGroundStationsRespo
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListGroundStationsCommand_base: {
|
|
24
24
|
new (input: ListGroundStationsCommandInput): import("@smithy/smithy-client").CommandImpl<ListGroundStationsCommandInput, ListGroundStationsCommandOutput, GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [ListGroundStationsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListGroundStationsCommandInput, ListGroundStationsCommandOutput, GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns a list of ground stations. </p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -71,6 +71,7 @@ declare const ListGroundStationsCommand_base: {
|
|
|
71
71
|
* @throws {@link GroundStationServiceException}
|
|
72
72
|
* <p>Base exception class for all service exceptions from GroundStation service.</p>
|
|
73
73
|
*
|
|
74
|
+
* @public
|
|
74
75
|
*/
|
|
75
76
|
export declare class ListGroundStationsCommand extends ListGroundStationsCommand_base {
|
|
76
77
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListMissionProfilesCommandOutput extends ListMissionProfilesRes
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListMissionProfilesCommand_base: {
|
|
24
24
|
new (input: ListMissionProfilesCommandInput): import("@smithy/smithy-client").CommandImpl<ListMissionProfilesCommandInput, ListMissionProfilesCommandOutput, GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [ListMissionProfilesCommandInput]): import("@smithy/smithy-client").CommandImpl<ListMissionProfilesCommandInput, ListMissionProfilesCommandOutput, GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns a list of mission profiles.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -71,6 +71,7 @@ declare const ListMissionProfilesCommand_base: {
|
|
|
71
71
|
* @throws {@link GroundStationServiceException}
|
|
72
72
|
* <p>Base exception class for all service exceptions from GroundStation service.</p>
|
|
73
73
|
*
|
|
74
|
+
* @public
|
|
74
75
|
*/
|
|
75
76
|
export declare class ListMissionProfilesCommand extends ListMissionProfilesCommand_base {
|
|
76
77
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListSatellitesCommandOutput extends ListSatellitesResponse, __M
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListSatellitesCommand_base: {
|
|
24
24
|
new (input: ListSatellitesCommandInput): import("@smithy/smithy-client").CommandImpl<ListSatellitesCommandInput, ListSatellitesCommandOutput, GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [ListSatellitesCommandInput]): import("@smithy/smithy-client").CommandImpl<ListSatellitesCommandInput, ListSatellitesCommandOutput, GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns a list of satellites.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -79,6 +79,7 @@ declare const ListSatellitesCommand_base: {
|
|
|
79
79
|
* @throws {@link GroundStationServiceException}
|
|
80
80
|
* <p>Base exception class for all service exceptions from GroundStation service.</p>
|
|
81
81
|
*
|
|
82
|
+
* @public
|
|
82
83
|
*/
|
|
83
84
|
export declare class ListSatellitesCommand extends ListSatellitesCommand_base {
|
|
84
85
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListTagsForResourceCommand_base: {
|
|
24
24
|
new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns a list of tags for a specified resource.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -64,6 +64,7 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
64
64
|
* @throws {@link GroundStationServiceException}
|
|
65
65
|
* <p>Base exception class for all service exceptions from GroundStation service.</p>
|
|
66
66
|
*
|
|
67
|
+
* @public
|
|
67
68
|
*/
|
|
68
69
|
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
69
70
|
}
|
|
@@ -22,10 +22,10 @@ export interface RegisterAgentCommandOutput extends RegisterAgentResponse, __Met
|
|
|
22
22
|
}
|
|
23
23
|
declare const RegisterAgentCommand_base: {
|
|
24
24
|
new (input: RegisterAgentCommandInput): import("@smithy/smithy-client").CommandImpl<RegisterAgentCommandInput, RegisterAgentCommandOutput, GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: RegisterAgentCommandInput): import("@smithy/smithy-client").CommandImpl<RegisterAgentCommandInput, RegisterAgentCommandOutput, GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <note>
|
|
30
30
|
* <p> For use by AWS Ground Station Agent and shouldn't be called directly.</p>
|
|
31
31
|
* </note>
|
|
@@ -94,6 +94,7 @@ declare const RegisterAgentCommand_base: {
|
|
|
94
94
|
* @throws {@link GroundStationServiceException}
|
|
95
95
|
* <p>Base exception class for all service exceptions from GroundStation service.</p>
|
|
96
96
|
*
|
|
97
|
+
* @public
|
|
97
98
|
*/
|
|
98
99
|
export declare class RegisterAgentCommand extends RegisterAgentCommand_base {
|
|
99
100
|
}
|
|
@@ -22,10 +22,10 @@ export interface ReserveContactCommandOutput extends ContactIdResponse, __Metada
|
|
|
22
22
|
}
|
|
23
23
|
declare const ReserveContactCommand_base: {
|
|
24
24
|
new (input: ReserveContactCommandInput): import("@smithy/smithy-client").CommandImpl<ReserveContactCommandInput, ReserveContactCommandOutput, GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ReserveContactCommandInput): import("@smithy/smithy-client").CommandImpl<ReserveContactCommandInput, ReserveContactCommandOutput, GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Reserves a contact using specified parameters.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -69,6 +69,7 @@ declare const ReserveContactCommand_base: {
|
|
|
69
69
|
* @throws {@link GroundStationServiceException}
|
|
70
70
|
* <p>Base exception class for all service exceptions from GroundStation service.</p>
|
|
71
71
|
*
|
|
72
|
+
* @public
|
|
72
73
|
*/
|
|
73
74
|
export declare class ReserveContactCommand extends ReserveContactCommand_base {
|
|
74
75
|
}
|