@aws-sdk/client-groundstation 3.296.0 → 3.298.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/commands/CancelContactCommand.js +2 -3
- package/dist-cjs/commands/CreateConfigCommand.js +2 -3
- package/dist-cjs/commands/CreateDataflowEndpointGroupCommand.js +2 -3
- package/dist-cjs/commands/CreateEphemerisCommand.js +2 -3
- package/dist-cjs/commands/CreateMissionProfileCommand.js +2 -3
- package/dist-cjs/commands/DeleteConfigCommand.js +2 -3
- package/dist-cjs/commands/DeleteDataflowEndpointGroupCommand.js +2 -3
- package/dist-cjs/commands/DeleteEphemerisCommand.js +2 -3
- package/dist-cjs/commands/DeleteMissionProfileCommand.js +2 -3
- package/dist-cjs/commands/DescribeContactCommand.js +2 -3
- package/dist-cjs/commands/DescribeEphemerisCommand.js +2 -3
- package/dist-cjs/commands/GetAgentConfigurationCommand.js +2 -3
- package/dist-cjs/commands/GetConfigCommand.js +2 -3
- package/dist-cjs/commands/GetDataflowEndpointGroupCommand.js +2 -3
- package/dist-cjs/commands/GetMinuteUsageCommand.js +2 -3
- package/dist-cjs/commands/GetMissionProfileCommand.js +2 -3
- package/dist-cjs/commands/GetSatelliteCommand.js +2 -3
- package/dist-cjs/commands/ListConfigsCommand.js +2 -3
- package/dist-cjs/commands/ListContactsCommand.js +2 -3
- package/dist-cjs/commands/ListDataflowEndpointGroupsCommand.js +2 -3
- package/dist-cjs/commands/ListEphemeridesCommand.js +2 -3
- package/dist-cjs/commands/ListGroundStationsCommand.js +2 -3
- package/dist-cjs/commands/ListMissionProfilesCommand.js +2 -3
- package/dist-cjs/commands/ListSatellitesCommand.js +2 -3
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -3
- package/dist-cjs/commands/RegisterAgentCommand.js +2 -3
- package/dist-cjs/commands/ReserveContactCommand.js +2 -3
- package/dist-cjs/commands/TagResourceCommand.js +2 -3
- package/dist-cjs/commands/UntagResourceCommand.js +2 -3
- package/dist-cjs/commands/UpdateAgentStatusCommand.js +2 -3
- package/dist-cjs/commands/UpdateConfigCommand.js +2 -3
- package/dist-cjs/commands/UpdateEphemerisCommand.js +2 -3
- package/dist-cjs/commands/UpdateMissionProfileCommand.js +2 -3
- package/dist-cjs/models/models_0.js +1 -499
- package/dist-es/commands/CancelContactCommand.js +2 -3
- package/dist-es/commands/CreateConfigCommand.js +2 -3
- package/dist-es/commands/CreateDataflowEndpointGroupCommand.js +2 -3
- package/dist-es/commands/CreateEphemerisCommand.js +2 -3
- package/dist-es/commands/CreateMissionProfileCommand.js +2 -3
- package/dist-es/commands/DeleteConfigCommand.js +2 -3
- package/dist-es/commands/DeleteDataflowEndpointGroupCommand.js +2 -3
- package/dist-es/commands/DeleteEphemerisCommand.js +2 -3
- package/dist-es/commands/DeleteMissionProfileCommand.js +2 -3
- package/dist-es/commands/DescribeContactCommand.js +2 -3
- package/dist-es/commands/DescribeEphemerisCommand.js +2 -3
- package/dist-es/commands/GetAgentConfigurationCommand.js +2 -3
- package/dist-es/commands/GetConfigCommand.js +2 -3
- package/dist-es/commands/GetDataflowEndpointGroupCommand.js +2 -3
- package/dist-es/commands/GetMinuteUsageCommand.js +2 -3
- package/dist-es/commands/GetMissionProfileCommand.js +2 -3
- package/dist-es/commands/GetSatelliteCommand.js +2 -3
- package/dist-es/commands/ListConfigsCommand.js +2 -3
- package/dist-es/commands/ListContactsCommand.js +2 -3
- package/dist-es/commands/ListDataflowEndpointGroupsCommand.js +2 -3
- package/dist-es/commands/ListEphemeridesCommand.js +2 -3
- package/dist-es/commands/ListGroundStationsCommand.js +2 -3
- package/dist-es/commands/ListMissionProfilesCommand.js +2 -3
- package/dist-es/commands/ListSatellitesCommand.js +2 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -3
- package/dist-es/commands/RegisterAgentCommand.js +2 -3
- package/dist-es/commands/ReserveContactCommand.js +2 -3
- package/dist-es/commands/TagResourceCommand.js +2 -3
- package/dist-es/commands/UntagResourceCommand.js +2 -3
- package/dist-es/commands/UpdateAgentStatusCommand.js +2 -3
- package/dist-es/commands/UpdateConfigCommand.js +2 -3
- package/dist-es/commands/UpdateEphemerisCommand.js +2 -3
- package/dist-es/commands/UpdateMissionProfileCommand.js +2 -3
- package/dist-es/models/models_0.js +0 -385
- package/dist-types/GroundStation.d.ts +34 -0
- package/dist-types/GroundStationClient.d.ts +24 -4
- package/dist-types/commands/CancelContactCommand.d.ts +16 -0
- package/dist-types/commands/CreateConfigCommand.d.ts +16 -0
- package/dist-types/commands/CreateDataflowEndpointGroupCommand.d.ts +16 -0
- package/dist-types/commands/CreateEphemerisCommand.d.ts +16 -0
- package/dist-types/commands/CreateMissionProfileCommand.d.ts +16 -0
- package/dist-types/commands/DeleteConfigCommand.d.ts +16 -0
- package/dist-types/commands/DeleteDataflowEndpointGroupCommand.d.ts +16 -0
- package/dist-types/commands/DeleteEphemerisCommand.d.ts +16 -0
- package/dist-types/commands/DeleteMissionProfileCommand.d.ts +16 -0
- package/dist-types/commands/DescribeContactCommand.d.ts +16 -0
- package/dist-types/commands/DescribeEphemerisCommand.d.ts +16 -0
- package/dist-types/commands/GetAgentConfigurationCommand.d.ts +16 -0
- package/dist-types/commands/GetConfigCommand.d.ts +16 -0
- package/dist-types/commands/GetDataflowEndpointGroupCommand.d.ts +16 -0
- package/dist-types/commands/GetMinuteUsageCommand.d.ts +16 -0
- package/dist-types/commands/GetMissionProfileCommand.d.ts +16 -0
- package/dist-types/commands/GetSatelliteCommand.d.ts +16 -0
- package/dist-types/commands/ListConfigsCommand.d.ts +16 -0
- package/dist-types/commands/ListContactsCommand.d.ts +16 -0
- package/dist-types/commands/ListDataflowEndpointGroupsCommand.d.ts +16 -0
- package/dist-types/commands/ListEphemeridesCommand.d.ts +16 -0
- package/dist-types/commands/ListGroundStationsCommand.d.ts +16 -0
- package/dist-types/commands/ListMissionProfilesCommand.d.ts +16 -0
- package/dist-types/commands/ListSatellitesCommand.d.ts +16 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
- package/dist-types/commands/RegisterAgentCommand.d.ts +16 -0
- package/dist-types/commands/ReserveContactCommand.d.ts +16 -0
- package/dist-types/commands/TagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UpdateAgentStatusCommand.d.ts +16 -0
- package/dist-types/commands/UpdateConfigCommand.d.ts +16 -0
- package/dist-types/commands/UpdateEphemerisCommand.d.ts +16 -0
- package/dist-types/commands/UpdateMissionProfileCommand.d.ts +16 -0
- package/dist-types/models/GroundStationServiceException.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +203 -444
- package/dist-types/pagination/Interfaces.d.ts +3 -0
- package/dist-types/pagination/ListConfigsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListContactsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListDataflowEndpointGroupsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListEphemeridesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListGroundStationsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListMissionProfilesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListSatellitesPaginator.d.ts +3 -0
- package/dist-types/ts3.4/models/models_0.d.ts +0 -303
- package/package.json +4 -3
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GroundStationClient";
|
|
5
5
|
import { GetAgentConfigurationRequest, GetAgentConfigurationResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link GetAgentConfigurationCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface GetAgentConfigurationCommandInput extends GetAgentConfigurationRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link GetAgentConfigurationCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface GetAgentConfigurationCommandOutput extends GetAgentConfigurationResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Gets the latest configuration information for a registered agent.</p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface GetAgentConfigurationCommandOutput extends GetAgentConfiguratio
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param GetAgentConfigurationCommandInput - {@link GetAgentConfigurationCommandInput}
|
|
34
|
+
* @returns {@link GetAgentConfigurationCommandOutput}
|
|
28
35
|
* @see {@link GetAgentConfigurationCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link GetAgentConfigurationCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link GroundStationClientResolvedConfig | config} for GroundStationClient's `config` shape.
|
|
@@ -43,11 +50,20 @@ export interface GetAgentConfigurationCommandOutput extends GetAgentConfiguratio
|
|
|
43
50
|
export declare class GetAgentConfigurationCommand extends $Command<GetAgentConfigurationCommandInput, GetAgentConfigurationCommandOutput, GroundStationClientResolvedConfig> {
|
|
44
51
|
readonly input: GetAgentConfigurationCommandInput;
|
|
45
52
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
53
|
+
/**
|
|
54
|
+
* @public
|
|
55
|
+
*/
|
|
46
56
|
constructor(input: GetAgentConfigurationCommandInput);
|
|
47
57
|
/**
|
|
48
58
|
* @internal
|
|
49
59
|
*/
|
|
50
60
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GroundStationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetAgentConfigurationCommandInput, GetAgentConfigurationCommandOutput>;
|
|
61
|
+
/**
|
|
62
|
+
* @internal
|
|
63
|
+
*/
|
|
51
64
|
private serialize;
|
|
65
|
+
/**
|
|
66
|
+
* @internal
|
|
67
|
+
*/
|
|
52
68
|
private deserialize;
|
|
53
69
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GroundStationClient";
|
|
5
5
|
import { GetConfigRequest, GetConfigResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link GetConfigCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface GetConfigCommandInput extends GetConfigRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link GetConfigCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface GetConfigCommandOutput extends GetConfigResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Returns <code>Config</code> information.</p>
|
|
18
23
|
* <p>Only one <code>Config</code> response can be returned.</p>
|
|
19
24
|
* @example
|
|
@@ -26,6 +31,8 @@ export interface GetConfigCommandOutput extends GetConfigResponse, __MetadataBea
|
|
|
26
31
|
* const response = await client.send(command);
|
|
27
32
|
* ```
|
|
28
33
|
*
|
|
34
|
+
* @param GetConfigCommandInput - {@link GetConfigCommandInput}
|
|
35
|
+
* @returns {@link GetConfigCommandOutput}
|
|
29
36
|
* @see {@link GetConfigCommandInput} for command's `input` shape.
|
|
30
37
|
* @see {@link GetConfigCommandOutput} for command's `response` shape.
|
|
31
38
|
* @see {@link GroundStationClientResolvedConfig | config} for GroundStationClient's `config` shape.
|
|
@@ -44,11 +51,20 @@ export interface GetConfigCommandOutput extends GetConfigResponse, __MetadataBea
|
|
|
44
51
|
export declare class GetConfigCommand extends $Command<GetConfigCommandInput, GetConfigCommandOutput, GroundStationClientResolvedConfig> {
|
|
45
52
|
readonly input: GetConfigCommandInput;
|
|
46
53
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
54
|
+
/**
|
|
55
|
+
* @public
|
|
56
|
+
*/
|
|
47
57
|
constructor(input: GetConfigCommandInput);
|
|
48
58
|
/**
|
|
49
59
|
* @internal
|
|
50
60
|
*/
|
|
51
61
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GroundStationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetConfigCommandInput, GetConfigCommandOutput>;
|
|
62
|
+
/**
|
|
63
|
+
* @internal
|
|
64
|
+
*/
|
|
52
65
|
private serialize;
|
|
66
|
+
/**
|
|
67
|
+
* @internal
|
|
68
|
+
*/
|
|
53
69
|
private deserialize;
|
|
54
70
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GroundStationClient";
|
|
5
5
|
import { GetDataflowEndpointGroupRequest, GetDataflowEndpointGroupResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link GetDataflowEndpointGroupCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface GetDataflowEndpointGroupCommandInput extends GetDataflowEndpointGroupRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link GetDataflowEndpointGroupCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface GetDataflowEndpointGroupCommandOutput extends GetDataflowEndpointGroupResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Returns the dataflow endpoint group.</p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface GetDataflowEndpointGroupCommandOutput extends GetDataflowEndpoi
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param GetDataflowEndpointGroupCommandInput - {@link GetDataflowEndpointGroupCommandInput}
|
|
34
|
+
* @returns {@link GetDataflowEndpointGroupCommandOutput}
|
|
28
35
|
* @see {@link GetDataflowEndpointGroupCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link GetDataflowEndpointGroupCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link GroundStationClientResolvedConfig | config} for GroundStationClient's `config` shape.
|
|
@@ -43,11 +50,20 @@ export interface GetDataflowEndpointGroupCommandOutput extends GetDataflowEndpoi
|
|
|
43
50
|
export declare class GetDataflowEndpointGroupCommand extends $Command<GetDataflowEndpointGroupCommandInput, GetDataflowEndpointGroupCommandOutput, GroundStationClientResolvedConfig> {
|
|
44
51
|
readonly input: GetDataflowEndpointGroupCommandInput;
|
|
45
52
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
53
|
+
/**
|
|
54
|
+
* @public
|
|
55
|
+
*/
|
|
46
56
|
constructor(input: GetDataflowEndpointGroupCommandInput);
|
|
47
57
|
/**
|
|
48
58
|
* @internal
|
|
49
59
|
*/
|
|
50
60
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GroundStationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetDataflowEndpointGroupCommandInput, GetDataflowEndpointGroupCommandOutput>;
|
|
61
|
+
/**
|
|
62
|
+
* @internal
|
|
63
|
+
*/
|
|
51
64
|
private serialize;
|
|
65
|
+
/**
|
|
66
|
+
* @internal
|
|
67
|
+
*/
|
|
52
68
|
private deserialize;
|
|
53
69
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GroundStationClient";
|
|
5
5
|
import { GetMinuteUsageRequest, GetMinuteUsageResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link GetMinuteUsageCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface GetMinuteUsageCommandInput extends GetMinuteUsageRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link GetMinuteUsageCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface GetMinuteUsageCommandOutput extends GetMinuteUsageResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Returns the number of minutes used by account.</p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface GetMinuteUsageCommandOutput extends GetMinuteUsageResponse, __M
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param GetMinuteUsageCommandInput - {@link GetMinuteUsageCommandInput}
|
|
34
|
+
* @returns {@link GetMinuteUsageCommandOutput}
|
|
28
35
|
* @see {@link GetMinuteUsageCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link GetMinuteUsageCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link GroundStationClientResolvedConfig | config} for GroundStationClient's `config` shape.
|
|
@@ -43,11 +50,20 @@ export interface GetMinuteUsageCommandOutput extends GetMinuteUsageResponse, __M
|
|
|
43
50
|
export declare class GetMinuteUsageCommand extends $Command<GetMinuteUsageCommandInput, GetMinuteUsageCommandOutput, GroundStationClientResolvedConfig> {
|
|
44
51
|
readonly input: GetMinuteUsageCommandInput;
|
|
45
52
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
53
|
+
/**
|
|
54
|
+
* @public
|
|
55
|
+
*/
|
|
46
56
|
constructor(input: GetMinuteUsageCommandInput);
|
|
47
57
|
/**
|
|
48
58
|
* @internal
|
|
49
59
|
*/
|
|
50
60
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GroundStationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetMinuteUsageCommandInput, GetMinuteUsageCommandOutput>;
|
|
61
|
+
/**
|
|
62
|
+
* @internal
|
|
63
|
+
*/
|
|
51
64
|
private serialize;
|
|
65
|
+
/**
|
|
66
|
+
* @internal
|
|
67
|
+
*/
|
|
52
68
|
private deserialize;
|
|
53
69
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GroundStationClient";
|
|
5
5
|
import { GetMissionProfileRequest, GetMissionProfileResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link GetMissionProfileCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface GetMissionProfileCommandInput extends GetMissionProfileRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link GetMissionProfileCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface GetMissionProfileCommandOutput extends GetMissionProfileResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Returns a mission profile.</p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface GetMissionProfileCommandOutput extends GetMissionProfileRespons
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param GetMissionProfileCommandInput - {@link GetMissionProfileCommandInput}
|
|
34
|
+
* @returns {@link GetMissionProfileCommandOutput}
|
|
28
35
|
* @see {@link GetMissionProfileCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link GetMissionProfileCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link GroundStationClientResolvedConfig | config} for GroundStationClient's `config` shape.
|
|
@@ -43,11 +50,20 @@ export interface GetMissionProfileCommandOutput extends GetMissionProfileRespons
|
|
|
43
50
|
export declare class GetMissionProfileCommand extends $Command<GetMissionProfileCommandInput, GetMissionProfileCommandOutput, GroundStationClientResolvedConfig> {
|
|
44
51
|
readonly input: GetMissionProfileCommandInput;
|
|
45
52
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
53
|
+
/**
|
|
54
|
+
* @public
|
|
55
|
+
*/
|
|
46
56
|
constructor(input: GetMissionProfileCommandInput);
|
|
47
57
|
/**
|
|
48
58
|
* @internal
|
|
49
59
|
*/
|
|
50
60
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GroundStationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetMissionProfileCommandInput, GetMissionProfileCommandOutput>;
|
|
61
|
+
/**
|
|
62
|
+
* @internal
|
|
63
|
+
*/
|
|
51
64
|
private serialize;
|
|
65
|
+
/**
|
|
66
|
+
* @internal
|
|
67
|
+
*/
|
|
52
68
|
private deserialize;
|
|
53
69
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GroundStationClient";
|
|
5
5
|
import { GetSatelliteRequest, GetSatelliteResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link GetSatelliteCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface GetSatelliteCommandInput extends GetSatelliteRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link GetSatelliteCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface GetSatelliteCommandOutput extends GetSatelliteResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Returns a satellite.</p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface GetSatelliteCommandOutput extends GetSatelliteResponse, __Metad
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param GetSatelliteCommandInput - {@link GetSatelliteCommandInput}
|
|
34
|
+
* @returns {@link GetSatelliteCommandOutput}
|
|
28
35
|
* @see {@link GetSatelliteCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link GetSatelliteCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link GroundStationClientResolvedConfig | config} for GroundStationClient's `config` shape.
|
|
@@ -43,11 +50,20 @@ export interface GetSatelliteCommandOutput extends GetSatelliteResponse, __Metad
|
|
|
43
50
|
export declare class GetSatelliteCommand extends $Command<GetSatelliteCommandInput, GetSatelliteCommandOutput, GroundStationClientResolvedConfig> {
|
|
44
51
|
readonly input: GetSatelliteCommandInput;
|
|
45
52
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
53
|
+
/**
|
|
54
|
+
* @public
|
|
55
|
+
*/
|
|
46
56
|
constructor(input: GetSatelliteCommandInput);
|
|
47
57
|
/**
|
|
48
58
|
* @internal
|
|
49
59
|
*/
|
|
50
60
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GroundStationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetSatelliteCommandInput, GetSatelliteCommandOutput>;
|
|
61
|
+
/**
|
|
62
|
+
* @internal
|
|
63
|
+
*/
|
|
51
64
|
private serialize;
|
|
65
|
+
/**
|
|
66
|
+
* @internal
|
|
67
|
+
*/
|
|
52
68
|
private deserialize;
|
|
53
69
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GroundStationClient";
|
|
5
5
|
import { ListConfigsRequest, ListConfigsResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ListConfigsCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ListConfigsCommandInput extends ListConfigsRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ListConfigsCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ListConfigsCommandOutput extends ListConfigsResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Returns a list of <code>Config</code> objects.</p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface ListConfigsCommandOutput extends ListConfigsResponse, __Metadat
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param ListConfigsCommandInput - {@link ListConfigsCommandInput}
|
|
34
|
+
* @returns {@link ListConfigsCommandOutput}
|
|
28
35
|
* @see {@link ListConfigsCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link ListConfigsCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link GroundStationClientResolvedConfig | config} for GroundStationClient's `config` shape.
|
|
@@ -43,11 +50,20 @@ export interface ListConfigsCommandOutput extends ListConfigsResponse, __Metadat
|
|
|
43
50
|
export declare class ListConfigsCommand extends $Command<ListConfigsCommandInput, ListConfigsCommandOutput, GroundStationClientResolvedConfig> {
|
|
44
51
|
readonly input: ListConfigsCommandInput;
|
|
45
52
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
53
|
+
/**
|
|
54
|
+
* @public
|
|
55
|
+
*/
|
|
46
56
|
constructor(input: ListConfigsCommandInput);
|
|
47
57
|
/**
|
|
48
58
|
* @internal
|
|
49
59
|
*/
|
|
50
60
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GroundStationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListConfigsCommandInput, ListConfigsCommandOutput>;
|
|
61
|
+
/**
|
|
62
|
+
* @internal
|
|
63
|
+
*/
|
|
51
64
|
private serialize;
|
|
65
|
+
/**
|
|
66
|
+
* @internal
|
|
67
|
+
*/
|
|
52
68
|
private deserialize;
|
|
53
69
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GroundStationClient";
|
|
5
5
|
import { ListContactsRequest, ListContactsResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ListContactsCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ListContactsCommandInput extends ListContactsRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ListContactsCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ListContactsCommandOutput extends ListContactsResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Returns a list of contacts.</p>
|
|
18
23
|
* <p>If <code>statusList</code> contains AVAILABLE, the request must include
|
|
19
24
|
* <code>groundStation</code>, <code>missionprofileArn</code>, and <code>satelliteArn</code>.
|
|
@@ -28,6 +33,8 @@ export interface ListContactsCommandOutput extends ListContactsResponse, __Metad
|
|
|
28
33
|
* const response = await client.send(command);
|
|
29
34
|
* ```
|
|
30
35
|
*
|
|
36
|
+
* @param ListContactsCommandInput - {@link ListContactsCommandInput}
|
|
37
|
+
* @returns {@link ListContactsCommandOutput}
|
|
31
38
|
* @see {@link ListContactsCommandInput} for command's `input` shape.
|
|
32
39
|
* @see {@link ListContactsCommandOutput} for command's `response` shape.
|
|
33
40
|
* @see {@link GroundStationClientResolvedConfig | config} for GroundStationClient's `config` shape.
|
|
@@ -46,11 +53,20 @@ export interface ListContactsCommandOutput extends ListContactsResponse, __Metad
|
|
|
46
53
|
export declare class ListContactsCommand extends $Command<ListContactsCommandInput, ListContactsCommandOutput, GroundStationClientResolvedConfig> {
|
|
47
54
|
readonly input: ListContactsCommandInput;
|
|
48
55
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
56
|
+
/**
|
|
57
|
+
* @public
|
|
58
|
+
*/
|
|
49
59
|
constructor(input: ListContactsCommandInput);
|
|
50
60
|
/**
|
|
51
61
|
* @internal
|
|
52
62
|
*/
|
|
53
63
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GroundStationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListContactsCommandInput, ListContactsCommandOutput>;
|
|
64
|
+
/**
|
|
65
|
+
* @internal
|
|
66
|
+
*/
|
|
54
67
|
private serialize;
|
|
68
|
+
/**
|
|
69
|
+
* @internal
|
|
70
|
+
*/
|
|
55
71
|
private deserialize;
|
|
56
72
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GroundStationClient";
|
|
5
5
|
import { ListDataflowEndpointGroupsRequest, ListDataflowEndpointGroupsResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ListDataflowEndpointGroupsCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ListDataflowEndpointGroupsCommandInput extends ListDataflowEndpointGroupsRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ListDataflowEndpointGroupsCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ListDataflowEndpointGroupsCommandOutput extends ListDataflowEndpointGroupsResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Returns a list of <code>DataflowEndpoint</code> groups.</p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface ListDataflowEndpointGroupsCommandOutput extends ListDataflowEnd
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param ListDataflowEndpointGroupsCommandInput - {@link ListDataflowEndpointGroupsCommandInput}
|
|
34
|
+
* @returns {@link ListDataflowEndpointGroupsCommandOutput}
|
|
28
35
|
* @see {@link ListDataflowEndpointGroupsCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link ListDataflowEndpointGroupsCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link GroundStationClientResolvedConfig | config} for GroundStationClient's `config` shape.
|
|
@@ -43,11 +50,20 @@ export interface ListDataflowEndpointGroupsCommandOutput extends ListDataflowEnd
|
|
|
43
50
|
export declare class ListDataflowEndpointGroupsCommand extends $Command<ListDataflowEndpointGroupsCommandInput, ListDataflowEndpointGroupsCommandOutput, GroundStationClientResolvedConfig> {
|
|
44
51
|
readonly input: ListDataflowEndpointGroupsCommandInput;
|
|
45
52
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
53
|
+
/**
|
|
54
|
+
* @public
|
|
55
|
+
*/
|
|
46
56
|
constructor(input: ListDataflowEndpointGroupsCommandInput);
|
|
47
57
|
/**
|
|
48
58
|
* @internal
|
|
49
59
|
*/
|
|
50
60
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GroundStationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListDataflowEndpointGroupsCommandInput, ListDataflowEndpointGroupsCommandOutput>;
|
|
61
|
+
/**
|
|
62
|
+
* @internal
|
|
63
|
+
*/
|
|
51
64
|
private serialize;
|
|
65
|
+
/**
|
|
66
|
+
* @internal
|
|
67
|
+
*/
|
|
52
68
|
private deserialize;
|
|
53
69
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GroundStationClient";
|
|
5
5
|
import { ListEphemeridesRequest, ListEphemeridesResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ListEphemeridesCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ListEphemeridesCommandInput extends ListEphemeridesRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ListEphemeridesCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ListEphemeridesCommandOutput extends ListEphemeridesResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>List existing ephemerides.</p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface ListEphemeridesCommandOutput extends ListEphemeridesResponse, _
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param ListEphemeridesCommandInput - {@link ListEphemeridesCommandInput}
|
|
34
|
+
* @returns {@link ListEphemeridesCommandOutput}
|
|
28
35
|
* @see {@link ListEphemeridesCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link ListEphemeridesCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link GroundStationClientResolvedConfig | config} for GroundStationClient's `config` shape.
|
|
@@ -43,11 +50,20 @@ export interface ListEphemeridesCommandOutput extends ListEphemeridesResponse, _
|
|
|
43
50
|
export declare class ListEphemeridesCommand extends $Command<ListEphemeridesCommandInput, ListEphemeridesCommandOutput, GroundStationClientResolvedConfig> {
|
|
44
51
|
readonly input: ListEphemeridesCommandInput;
|
|
45
52
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
53
|
+
/**
|
|
54
|
+
* @public
|
|
55
|
+
*/
|
|
46
56
|
constructor(input: ListEphemeridesCommandInput);
|
|
47
57
|
/**
|
|
48
58
|
* @internal
|
|
49
59
|
*/
|
|
50
60
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GroundStationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListEphemeridesCommandInput, ListEphemeridesCommandOutput>;
|
|
61
|
+
/**
|
|
62
|
+
* @internal
|
|
63
|
+
*/
|
|
51
64
|
private serialize;
|
|
65
|
+
/**
|
|
66
|
+
* @internal
|
|
67
|
+
*/
|
|
52
68
|
private deserialize;
|
|
53
69
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GroundStationClient";
|
|
5
5
|
import { ListGroundStationsRequest, ListGroundStationsResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ListGroundStationsCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ListGroundStationsCommandInput extends ListGroundStationsRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ListGroundStationsCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ListGroundStationsCommandOutput extends ListGroundStationsResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Returns a list of ground stations. </p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface ListGroundStationsCommandOutput extends ListGroundStationsRespo
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param ListGroundStationsCommandInput - {@link ListGroundStationsCommandInput}
|
|
34
|
+
* @returns {@link ListGroundStationsCommandOutput}
|
|
28
35
|
* @see {@link ListGroundStationsCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link ListGroundStationsCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link GroundStationClientResolvedConfig | config} for GroundStationClient's `config` shape.
|
|
@@ -43,11 +50,20 @@ export interface ListGroundStationsCommandOutput extends ListGroundStationsRespo
|
|
|
43
50
|
export declare class ListGroundStationsCommand extends $Command<ListGroundStationsCommandInput, ListGroundStationsCommandOutput, GroundStationClientResolvedConfig> {
|
|
44
51
|
readonly input: ListGroundStationsCommandInput;
|
|
45
52
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
53
|
+
/**
|
|
54
|
+
* @public
|
|
55
|
+
*/
|
|
46
56
|
constructor(input: ListGroundStationsCommandInput);
|
|
47
57
|
/**
|
|
48
58
|
* @internal
|
|
49
59
|
*/
|
|
50
60
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GroundStationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListGroundStationsCommandInput, ListGroundStationsCommandOutput>;
|
|
61
|
+
/**
|
|
62
|
+
* @internal
|
|
63
|
+
*/
|
|
51
64
|
private serialize;
|
|
65
|
+
/**
|
|
66
|
+
* @internal
|
|
67
|
+
*/
|
|
52
68
|
private deserialize;
|
|
53
69
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GroundStationClient";
|
|
5
5
|
import { ListMissionProfilesRequest, ListMissionProfilesResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ListMissionProfilesCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ListMissionProfilesCommandInput extends ListMissionProfilesRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ListMissionProfilesCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ListMissionProfilesCommandOutput extends ListMissionProfilesResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Returns a list of mission profiles.</p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface ListMissionProfilesCommandOutput extends ListMissionProfilesRes
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param ListMissionProfilesCommandInput - {@link ListMissionProfilesCommandInput}
|
|
34
|
+
* @returns {@link ListMissionProfilesCommandOutput}
|
|
28
35
|
* @see {@link ListMissionProfilesCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link ListMissionProfilesCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link GroundStationClientResolvedConfig | config} for GroundStationClient's `config` shape.
|
|
@@ -43,11 +50,20 @@ export interface ListMissionProfilesCommandOutput extends ListMissionProfilesRes
|
|
|
43
50
|
export declare class ListMissionProfilesCommand extends $Command<ListMissionProfilesCommandInput, ListMissionProfilesCommandOutput, GroundStationClientResolvedConfig> {
|
|
44
51
|
readonly input: ListMissionProfilesCommandInput;
|
|
45
52
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
53
|
+
/**
|
|
54
|
+
* @public
|
|
55
|
+
*/
|
|
46
56
|
constructor(input: ListMissionProfilesCommandInput);
|
|
47
57
|
/**
|
|
48
58
|
* @internal
|
|
49
59
|
*/
|
|
50
60
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GroundStationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListMissionProfilesCommandInput, ListMissionProfilesCommandOutput>;
|
|
61
|
+
/**
|
|
62
|
+
* @internal
|
|
63
|
+
*/
|
|
51
64
|
private serialize;
|
|
65
|
+
/**
|
|
66
|
+
* @internal
|
|
67
|
+
*/
|
|
52
68
|
private deserialize;
|
|
53
69
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GroundStationClient";
|
|
5
5
|
import { ListSatellitesRequest, ListSatellitesResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ListSatellitesCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ListSatellitesCommandInput extends ListSatellitesRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ListSatellitesCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ListSatellitesCommandOutput extends ListSatellitesResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Returns a list of satellites.</p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface ListSatellitesCommandOutput extends ListSatellitesResponse, __M
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param ListSatellitesCommandInput - {@link ListSatellitesCommandInput}
|
|
34
|
+
* @returns {@link ListSatellitesCommandOutput}
|
|
28
35
|
* @see {@link ListSatellitesCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link ListSatellitesCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link GroundStationClientResolvedConfig | config} for GroundStationClient's `config` shape.
|
|
@@ -43,11 +50,20 @@ export interface ListSatellitesCommandOutput extends ListSatellitesResponse, __M
|
|
|
43
50
|
export declare class ListSatellitesCommand extends $Command<ListSatellitesCommandInput, ListSatellitesCommandOutput, GroundStationClientResolvedConfig> {
|
|
44
51
|
readonly input: ListSatellitesCommandInput;
|
|
45
52
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
53
|
+
/**
|
|
54
|
+
* @public
|
|
55
|
+
*/
|
|
46
56
|
constructor(input: ListSatellitesCommandInput);
|
|
47
57
|
/**
|
|
48
58
|
* @internal
|
|
49
59
|
*/
|
|
50
60
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GroundStationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListSatellitesCommandInput, ListSatellitesCommandOutput>;
|
|
61
|
+
/**
|
|
62
|
+
* @internal
|
|
63
|
+
*/
|
|
51
64
|
private serialize;
|
|
65
|
+
/**
|
|
66
|
+
* @internal
|
|
67
|
+
*/
|
|
52
68
|
private deserialize;
|
|
53
69
|
}
|