@aws-sdk/client-groundstation 3.477.0 → 3.481.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 +18 -41
- package/dist-cjs/commands/CreateConfigCommand.js +18 -41
- package/dist-cjs/commands/CreateDataflowEndpointGroupCommand.js +18 -41
- package/dist-cjs/commands/CreateEphemerisCommand.js +18 -41
- package/dist-cjs/commands/CreateMissionProfileCommand.js +18 -41
- package/dist-cjs/commands/DeleteConfigCommand.js +18 -41
- package/dist-cjs/commands/DeleteDataflowEndpointGroupCommand.js +18 -41
- package/dist-cjs/commands/DeleteEphemerisCommand.js +18 -41
- package/dist-cjs/commands/DeleteMissionProfileCommand.js +18 -41
- package/dist-cjs/commands/DescribeContactCommand.js +18 -41
- package/dist-cjs/commands/DescribeEphemerisCommand.js +18 -41
- package/dist-cjs/commands/GetAgentConfigurationCommand.js +18 -41
- package/dist-cjs/commands/GetConfigCommand.js +18 -41
- package/dist-cjs/commands/GetDataflowEndpointGroupCommand.js +18 -41
- package/dist-cjs/commands/GetMinuteUsageCommand.js +18 -41
- package/dist-cjs/commands/GetMissionProfileCommand.js +18 -41
- package/dist-cjs/commands/GetSatelliteCommand.js +18 -41
- package/dist-cjs/commands/ListConfigsCommand.js +18 -41
- package/dist-cjs/commands/ListContactsCommand.js +18 -41
- package/dist-cjs/commands/ListDataflowEndpointGroupsCommand.js +18 -41
- package/dist-cjs/commands/ListEphemeridesCommand.js +18 -41
- package/dist-cjs/commands/ListGroundStationsCommand.js +18 -41
- package/dist-cjs/commands/ListMissionProfilesCommand.js +18 -41
- package/dist-cjs/commands/ListSatellitesCommand.js +18 -41
- package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
- package/dist-cjs/commands/RegisterAgentCommand.js +18 -41
- package/dist-cjs/commands/ReserveContactCommand.js +18 -41
- package/dist-cjs/commands/TagResourceCommand.js +18 -41
- package/dist-cjs/commands/UntagResourceCommand.js +18 -41
- package/dist-cjs/commands/UpdateAgentStatusCommand.js +18 -41
- package/dist-cjs/commands/UpdateConfigCommand.js +18 -41
- package/dist-cjs/commands/UpdateEphemerisCommand.js +18 -41
- package/dist-cjs/commands/UpdateMissionProfileCommand.js +18 -41
- package/dist-cjs/endpoint/EndpointParameters.js +7 -1
- package/dist-cjs/pagination/ListConfigsPaginator.js +2 -24
- package/dist-cjs/pagination/ListContactsPaginator.js +2 -24
- package/dist-cjs/pagination/ListDataflowEndpointGroupsPaginator.js +2 -24
- package/dist-cjs/pagination/ListEphemeridesPaginator.js +2 -24
- package/dist-cjs/pagination/ListGroundStationsPaginator.js +2 -24
- package/dist-cjs/pagination/ListMissionProfilesPaginator.js +2 -24
- package/dist-cjs/pagination/ListSatellitesPaginator.js +2 -24
- package/dist-es/commands/CancelContactCommand.js +18 -41
- package/dist-es/commands/CreateConfigCommand.js +18 -41
- package/dist-es/commands/CreateDataflowEndpointGroupCommand.js +18 -41
- package/dist-es/commands/CreateEphemerisCommand.js +18 -41
- package/dist-es/commands/CreateMissionProfileCommand.js +18 -41
- package/dist-es/commands/DeleteConfigCommand.js +18 -41
- package/dist-es/commands/DeleteDataflowEndpointGroupCommand.js +18 -41
- package/dist-es/commands/DeleteEphemerisCommand.js +18 -41
- package/dist-es/commands/DeleteMissionProfileCommand.js +18 -41
- package/dist-es/commands/DescribeContactCommand.js +18 -41
- package/dist-es/commands/DescribeEphemerisCommand.js +18 -41
- package/dist-es/commands/GetAgentConfigurationCommand.js +18 -41
- package/dist-es/commands/GetConfigCommand.js +18 -41
- package/dist-es/commands/GetDataflowEndpointGroupCommand.js +18 -41
- package/dist-es/commands/GetMinuteUsageCommand.js +18 -41
- package/dist-es/commands/GetMissionProfileCommand.js +18 -41
- package/dist-es/commands/GetSatelliteCommand.js +18 -41
- package/dist-es/commands/ListConfigsCommand.js +18 -41
- package/dist-es/commands/ListContactsCommand.js +18 -41
- package/dist-es/commands/ListDataflowEndpointGroupsCommand.js +18 -41
- package/dist-es/commands/ListEphemeridesCommand.js +18 -41
- package/dist-es/commands/ListGroundStationsCommand.js +18 -41
- package/dist-es/commands/ListMissionProfilesCommand.js +18 -41
- package/dist-es/commands/ListSatellitesCommand.js +18 -41
- package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
- package/dist-es/commands/RegisterAgentCommand.js +18 -41
- package/dist-es/commands/ReserveContactCommand.js +18 -41
- package/dist-es/commands/TagResourceCommand.js +18 -41
- package/dist-es/commands/UntagResourceCommand.js +18 -41
- package/dist-es/commands/UpdateAgentStatusCommand.js +18 -41
- package/dist-es/commands/UpdateConfigCommand.js +18 -41
- package/dist-es/commands/UpdateEphemerisCommand.js +18 -41
- package/dist-es/commands/UpdateMissionProfileCommand.js +18 -41
- package/dist-es/endpoint/EndpointParameters.js +6 -0
- package/dist-es/pagination/ListConfigsPaginator.js +2 -23
- package/dist-es/pagination/ListContactsPaginator.js +2 -23
- package/dist-es/pagination/ListDataflowEndpointGroupsPaginator.js +2 -23
- package/dist-es/pagination/ListEphemeridesPaginator.js +2 -23
- package/dist-es/pagination/ListGroundStationsPaginator.js +2 -23
- package/dist-es/pagination/ListMissionProfilesPaginator.js +2 -23
- package/dist-es/pagination/ListSatellitesPaginator.js +2 -23
- package/dist-types/commands/CancelContactCommand.d.ts +6 -21
- package/dist-types/commands/CreateConfigCommand.d.ts +6 -21
- package/dist-types/commands/CreateDataflowEndpointGroupCommand.d.ts +6 -21
- package/dist-types/commands/CreateEphemerisCommand.d.ts +6 -21
- package/dist-types/commands/CreateMissionProfileCommand.d.ts +6 -21
- package/dist-types/commands/DeleteConfigCommand.d.ts +6 -21
- package/dist-types/commands/DeleteDataflowEndpointGroupCommand.d.ts +6 -21
- package/dist-types/commands/DeleteEphemerisCommand.d.ts +6 -21
- package/dist-types/commands/DeleteMissionProfileCommand.d.ts +6 -21
- package/dist-types/commands/DescribeContactCommand.d.ts +6 -21
- package/dist-types/commands/DescribeEphemerisCommand.d.ts +6 -21
- package/dist-types/commands/GetAgentConfigurationCommand.d.ts +6 -21
- package/dist-types/commands/GetConfigCommand.d.ts +6 -21
- package/dist-types/commands/GetDataflowEndpointGroupCommand.d.ts +6 -21
- package/dist-types/commands/GetMinuteUsageCommand.d.ts +6 -21
- package/dist-types/commands/GetMissionProfileCommand.d.ts +6 -21
- package/dist-types/commands/GetSatelliteCommand.d.ts +6 -21
- package/dist-types/commands/ListConfigsCommand.d.ts +6 -21
- package/dist-types/commands/ListContactsCommand.d.ts +6 -21
- package/dist-types/commands/ListDataflowEndpointGroupsCommand.d.ts +6 -21
- package/dist-types/commands/ListEphemeridesCommand.d.ts +6 -21
- package/dist-types/commands/ListGroundStationsCommand.d.ts +6 -21
- package/dist-types/commands/ListMissionProfilesCommand.d.ts +6 -21
- package/dist-types/commands/ListSatellitesCommand.d.ts +6 -21
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
- package/dist-types/commands/RegisterAgentCommand.d.ts +6 -21
- package/dist-types/commands/ReserveContactCommand.d.ts +6 -21
- package/dist-types/commands/TagResourceCommand.d.ts +6 -21
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
- package/dist-types/commands/UpdateAgentStatusCommand.d.ts +6 -21
- package/dist-types/commands/UpdateConfigCommand.d.ts +6 -21
- package/dist-types/commands/UpdateEphemerisCommand.d.ts +6 -21
- package/dist-types/commands/UpdateMissionProfileCommand.d.ts +6 -21
- package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
- package/dist-types/pagination/ListConfigsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListContactsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListDataflowEndpointGroupsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListEphemeridesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListGroundStationsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListMissionProfilesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListSatellitesPaginator.d.ts +1 -1
- package/dist-types/ts3.4/commands/CancelContactCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateConfigCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateDataflowEndpointGroupCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateEphemerisCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateMissionProfileCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteConfigCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteDataflowEndpointGroupCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteEphemerisCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteMissionProfileCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeContactCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DescribeEphemerisCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetAgentConfigurationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetConfigCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetDataflowEndpointGroupCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetMinuteUsageCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetMissionProfileCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetSatelliteCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListConfigsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListContactsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListDataflowEndpointGroupsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListEphemeridesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListGroundStationsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListMissionProfilesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListSatellitesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/RegisterAgentCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ReserveContactCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateAgentStatusCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateConfigCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateEphemerisCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateMissionProfileCommand.d.ts +12 -24
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
- package/dist-types/ts3.4/pagination/ListConfigsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListContactsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListDataflowEndpointGroupsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListEphemeridesPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListGroundStationsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListMissionProfilesPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListSatellitesPaginator.d.ts +3 -3
- package/package.json +11 -11
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GroundStationClient";
|
|
5
4
|
import { CancelContactRequest, ContactIdResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface CancelContactCommandInput extends CancelContactRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface CancelContactCommandOutput extends ContactIdResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const CancelContactCommand_base: {
|
|
24
|
+
new (input: CancelContactCommandInput): import("@smithy/smithy-client").CommandImpl<CancelContactCommandInput, CancelContactCommandOutput, GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Cancels a contact with a specified contact ID.</p>
|
|
@@ -60,23 +63,5 @@ export interface CancelContactCommandOutput extends ContactIdResponse, __Metadat
|
|
|
60
63
|
* <p>Base exception class for all service exceptions from GroundStation service.</p>
|
|
61
64
|
*
|
|
62
65
|
*/
|
|
63
|
-
export declare class CancelContactCommand extends
|
|
64
|
-
readonly input: CancelContactCommandInput;
|
|
65
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
66
|
-
/**
|
|
67
|
-
* @public
|
|
68
|
-
*/
|
|
69
|
-
constructor(input: CancelContactCommandInput);
|
|
70
|
-
/**
|
|
71
|
-
* @internal
|
|
72
|
-
*/
|
|
73
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GroundStationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CancelContactCommandInput, CancelContactCommandOutput>;
|
|
74
|
-
/**
|
|
75
|
-
* @internal
|
|
76
|
-
*/
|
|
77
|
-
private serialize;
|
|
78
|
-
/**
|
|
79
|
-
* @internal
|
|
80
|
-
*/
|
|
81
|
-
private deserialize;
|
|
66
|
+
export declare class CancelContactCommand extends CancelContactCommand_base {
|
|
82
67
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GroundStationClient";
|
|
5
4
|
import { ConfigIdResponse, CreateConfigRequest } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface CreateConfigCommandInput extends CreateConfigRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface CreateConfigCommandOutput extends ConfigIdResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const CreateConfigCommand_base: {
|
|
24
|
+
new (input: CreateConfigCommandInput): import("@smithy/smithy-client").CommandImpl<CreateConfigCommandInput, CreateConfigCommandOutput, GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Creates a <code>Config</code> with the specified <code>configData</code> parameters.</p>
|
|
@@ -133,23 +136,5 @@ export interface CreateConfigCommandOutput extends ConfigIdResponse, __MetadataB
|
|
|
133
136
|
* <p>Base exception class for all service exceptions from GroundStation service.</p>
|
|
134
137
|
*
|
|
135
138
|
*/
|
|
136
|
-
export declare class CreateConfigCommand extends
|
|
137
|
-
readonly input: CreateConfigCommandInput;
|
|
138
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
139
|
-
/**
|
|
140
|
-
* @public
|
|
141
|
-
*/
|
|
142
|
-
constructor(input: CreateConfigCommandInput);
|
|
143
|
-
/**
|
|
144
|
-
* @internal
|
|
145
|
-
*/
|
|
146
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GroundStationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateConfigCommandInput, CreateConfigCommandOutput>;
|
|
147
|
-
/**
|
|
148
|
-
* @internal
|
|
149
|
-
*/
|
|
150
|
-
private serialize;
|
|
151
|
-
/**
|
|
152
|
-
* @internal
|
|
153
|
-
*/
|
|
154
|
-
private deserialize;
|
|
139
|
+
export declare class CreateConfigCommand extends CreateConfigCommand_base {
|
|
155
140
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GroundStationClient";
|
|
5
4
|
import { CreateDataflowEndpointGroupRequest, DataflowEndpointGroupIdResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface CreateDataflowEndpointGroupCommandInput extends CreateDataflowE
|
|
|
21
20
|
*/
|
|
22
21
|
export interface CreateDataflowEndpointGroupCommandOutput extends DataflowEndpointGroupIdResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const CreateDataflowEndpointGroupCommand_base: {
|
|
24
|
+
new (input: CreateDataflowEndpointGroupCommandInput): import("@smithy/smithy-client").CommandImpl<CreateDataflowEndpointGroupCommandInput, CreateDataflowEndpointGroupCommandOutput, GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Creates a <code>DataflowEndpoint</code> group containing the specified list of <code>DataflowEndpoint</code> objects.</p>
|
|
@@ -116,23 +119,5 @@ export interface CreateDataflowEndpointGroupCommandOutput extends DataflowEndpoi
|
|
|
116
119
|
* <p>Base exception class for all service exceptions from GroundStation service.</p>
|
|
117
120
|
*
|
|
118
121
|
*/
|
|
119
|
-
export declare class CreateDataflowEndpointGroupCommand extends
|
|
120
|
-
readonly input: CreateDataflowEndpointGroupCommandInput;
|
|
121
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
122
|
-
/**
|
|
123
|
-
* @public
|
|
124
|
-
*/
|
|
125
|
-
constructor(input: CreateDataflowEndpointGroupCommandInput);
|
|
126
|
-
/**
|
|
127
|
-
* @internal
|
|
128
|
-
*/
|
|
129
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GroundStationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateDataflowEndpointGroupCommandInput, CreateDataflowEndpointGroupCommandOutput>;
|
|
130
|
-
/**
|
|
131
|
-
* @internal
|
|
132
|
-
*/
|
|
133
|
-
private serialize;
|
|
134
|
-
/**
|
|
135
|
-
* @internal
|
|
136
|
-
*/
|
|
137
|
-
private deserialize;
|
|
122
|
+
export declare class CreateDataflowEndpointGroupCommand extends CreateDataflowEndpointGroupCommand_base {
|
|
138
123
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GroundStationClient";
|
|
5
4
|
import { CreateEphemerisRequest, EphemerisIdResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface CreateEphemerisCommandInput extends CreateEphemerisRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface CreateEphemerisCommandOutput extends EphemerisIdResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const CreateEphemerisCommand_base: {
|
|
24
|
+
new (input: CreateEphemerisCommandInput): import("@smithy/smithy-client").CommandImpl<CreateEphemerisCommandInput, CreateEphemerisCommandOutput, GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Creates an Ephemeris with the specified <code>EphemerisData</code>.</p>
|
|
@@ -95,23 +98,5 @@ export interface CreateEphemerisCommandOutput extends EphemerisIdResponse, __Met
|
|
|
95
98
|
* <p>Base exception class for all service exceptions from GroundStation service.</p>
|
|
96
99
|
*
|
|
97
100
|
*/
|
|
98
|
-
export declare class CreateEphemerisCommand extends
|
|
99
|
-
readonly input: CreateEphemerisCommandInput;
|
|
100
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
101
|
-
/**
|
|
102
|
-
* @public
|
|
103
|
-
*/
|
|
104
|
-
constructor(input: CreateEphemerisCommandInput);
|
|
105
|
-
/**
|
|
106
|
-
* @internal
|
|
107
|
-
*/
|
|
108
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GroundStationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateEphemerisCommandInput, CreateEphemerisCommandOutput>;
|
|
109
|
-
/**
|
|
110
|
-
* @internal
|
|
111
|
-
*/
|
|
112
|
-
private serialize;
|
|
113
|
-
/**
|
|
114
|
-
* @internal
|
|
115
|
-
*/
|
|
116
|
-
private deserialize;
|
|
101
|
+
export declare class CreateEphemerisCommand extends CreateEphemerisCommand_base {
|
|
117
102
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GroundStationClient";
|
|
5
4
|
import { CreateMissionProfileRequest, MissionProfileIdResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface CreateMissionProfileCommandInput extends CreateMissionProfileRe
|
|
|
21
20
|
*/
|
|
22
21
|
export interface CreateMissionProfileCommandOutput extends MissionProfileIdResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const CreateMissionProfileCommand_base: {
|
|
24
|
+
new (input: CreateMissionProfileCommandInput): import("@smithy/smithy-client").CommandImpl<CreateMissionProfileCommandInput, CreateMissionProfileCommandOutput, GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Creates a mission profile.</p>
|
|
@@ -81,23 +84,5 @@ export interface CreateMissionProfileCommandOutput extends MissionProfileIdRespo
|
|
|
81
84
|
* <p>Base exception class for all service exceptions from GroundStation service.</p>
|
|
82
85
|
*
|
|
83
86
|
*/
|
|
84
|
-
export declare class CreateMissionProfileCommand extends
|
|
85
|
-
readonly input: CreateMissionProfileCommandInput;
|
|
86
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
87
|
-
/**
|
|
88
|
-
* @public
|
|
89
|
-
*/
|
|
90
|
-
constructor(input: CreateMissionProfileCommandInput);
|
|
91
|
-
/**
|
|
92
|
-
* @internal
|
|
93
|
-
*/
|
|
94
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GroundStationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateMissionProfileCommandInput, CreateMissionProfileCommandOutput>;
|
|
95
|
-
/**
|
|
96
|
-
* @internal
|
|
97
|
-
*/
|
|
98
|
-
private serialize;
|
|
99
|
-
/**
|
|
100
|
-
* @internal
|
|
101
|
-
*/
|
|
102
|
-
private deserialize;
|
|
87
|
+
export declare class CreateMissionProfileCommand extends CreateMissionProfileCommand_base {
|
|
103
88
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GroundStationClient";
|
|
5
4
|
import { ConfigIdResponse, DeleteConfigRequest } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DeleteConfigCommandInput extends DeleteConfigRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DeleteConfigCommandOutput extends ConfigIdResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DeleteConfigCommand_base: {
|
|
24
|
+
new (input: DeleteConfigCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteConfigCommandInput, DeleteConfigCommandOutput, GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Deletes a <code>Config</code>.</p>
|
|
@@ -63,23 +66,5 @@ export interface DeleteConfigCommandOutput extends ConfigIdResponse, __MetadataB
|
|
|
63
66
|
* <p>Base exception class for all service exceptions from GroundStation service.</p>
|
|
64
67
|
*
|
|
65
68
|
*/
|
|
66
|
-
export declare class DeleteConfigCommand extends
|
|
67
|
-
readonly input: DeleteConfigCommandInput;
|
|
68
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
69
|
-
/**
|
|
70
|
-
* @public
|
|
71
|
-
*/
|
|
72
|
-
constructor(input: DeleteConfigCommandInput);
|
|
73
|
-
/**
|
|
74
|
-
* @internal
|
|
75
|
-
*/
|
|
76
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GroundStationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteConfigCommandInput, DeleteConfigCommandOutput>;
|
|
77
|
-
/**
|
|
78
|
-
* @internal
|
|
79
|
-
*/
|
|
80
|
-
private serialize;
|
|
81
|
-
/**
|
|
82
|
-
* @internal
|
|
83
|
-
*/
|
|
84
|
-
private deserialize;
|
|
69
|
+
export declare class DeleteConfigCommand extends DeleteConfigCommand_base {
|
|
85
70
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GroundStationClient";
|
|
5
4
|
import { DataflowEndpointGroupIdResponse, DeleteDataflowEndpointGroupRequest } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DeleteDataflowEndpointGroupCommandInput extends DeleteDataflowE
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DeleteDataflowEndpointGroupCommandOutput extends DataflowEndpointGroupIdResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DeleteDataflowEndpointGroupCommand_base: {
|
|
24
|
+
new (input: DeleteDataflowEndpointGroupCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteDataflowEndpointGroupCommandInput, DeleteDataflowEndpointGroupCommandOutput, GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Deletes a dataflow endpoint group.</p>
|
|
@@ -60,23 +63,5 @@ export interface DeleteDataflowEndpointGroupCommandOutput extends DataflowEndpoi
|
|
|
60
63
|
* <p>Base exception class for all service exceptions from GroundStation service.</p>
|
|
61
64
|
*
|
|
62
65
|
*/
|
|
63
|
-
export declare class DeleteDataflowEndpointGroupCommand extends
|
|
64
|
-
readonly input: DeleteDataflowEndpointGroupCommandInput;
|
|
65
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
66
|
-
/**
|
|
67
|
-
* @public
|
|
68
|
-
*/
|
|
69
|
-
constructor(input: DeleteDataflowEndpointGroupCommandInput);
|
|
70
|
-
/**
|
|
71
|
-
* @internal
|
|
72
|
-
*/
|
|
73
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GroundStationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteDataflowEndpointGroupCommandInput, DeleteDataflowEndpointGroupCommandOutput>;
|
|
74
|
-
/**
|
|
75
|
-
* @internal
|
|
76
|
-
*/
|
|
77
|
-
private serialize;
|
|
78
|
-
/**
|
|
79
|
-
* @internal
|
|
80
|
-
*/
|
|
81
|
-
private deserialize;
|
|
66
|
+
export declare class DeleteDataflowEndpointGroupCommand extends DeleteDataflowEndpointGroupCommand_base {
|
|
82
67
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GroundStationClient";
|
|
5
4
|
import { DeleteEphemerisRequest, EphemerisIdResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DeleteEphemerisCommandInput extends DeleteEphemerisRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DeleteEphemerisCommandOutput extends EphemerisIdResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DeleteEphemerisCommand_base: {
|
|
24
|
+
new (input: DeleteEphemerisCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteEphemerisCommandInput, DeleteEphemerisCommandOutput, GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Deletes an ephemeris</p>
|
|
@@ -60,23 +63,5 @@ export interface DeleteEphemerisCommandOutput extends EphemerisIdResponse, __Met
|
|
|
60
63
|
* <p>Base exception class for all service exceptions from GroundStation service.</p>
|
|
61
64
|
*
|
|
62
65
|
*/
|
|
63
|
-
export declare class DeleteEphemerisCommand extends
|
|
64
|
-
readonly input: DeleteEphemerisCommandInput;
|
|
65
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
66
|
-
/**
|
|
67
|
-
* @public
|
|
68
|
-
*/
|
|
69
|
-
constructor(input: DeleteEphemerisCommandInput);
|
|
70
|
-
/**
|
|
71
|
-
* @internal
|
|
72
|
-
*/
|
|
73
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GroundStationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteEphemerisCommandInput, DeleteEphemerisCommandOutput>;
|
|
74
|
-
/**
|
|
75
|
-
* @internal
|
|
76
|
-
*/
|
|
77
|
-
private serialize;
|
|
78
|
-
/**
|
|
79
|
-
* @internal
|
|
80
|
-
*/
|
|
81
|
-
private deserialize;
|
|
66
|
+
export declare class DeleteEphemerisCommand extends DeleteEphemerisCommand_base {
|
|
82
67
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GroundStationClient";
|
|
5
4
|
import { DeleteMissionProfileRequest, MissionProfileIdResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DeleteMissionProfileCommandInput extends DeleteMissionProfileRe
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DeleteMissionProfileCommandOutput extends MissionProfileIdResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DeleteMissionProfileCommand_base: {
|
|
24
|
+
new (input: DeleteMissionProfileCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteMissionProfileCommandInput, DeleteMissionProfileCommandOutput, GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Deletes a mission profile.</p>
|
|
@@ -60,23 +63,5 @@ export interface DeleteMissionProfileCommandOutput extends MissionProfileIdRespo
|
|
|
60
63
|
* <p>Base exception class for all service exceptions from GroundStation service.</p>
|
|
61
64
|
*
|
|
62
65
|
*/
|
|
63
|
-
export declare class DeleteMissionProfileCommand extends
|
|
64
|
-
readonly input: DeleteMissionProfileCommandInput;
|
|
65
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
66
|
-
/**
|
|
67
|
-
* @public
|
|
68
|
-
*/
|
|
69
|
-
constructor(input: DeleteMissionProfileCommandInput);
|
|
70
|
-
/**
|
|
71
|
-
* @internal
|
|
72
|
-
*/
|
|
73
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GroundStationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteMissionProfileCommandInput, DeleteMissionProfileCommandOutput>;
|
|
74
|
-
/**
|
|
75
|
-
* @internal
|
|
76
|
-
*/
|
|
77
|
-
private serialize;
|
|
78
|
-
/**
|
|
79
|
-
* @internal
|
|
80
|
-
*/
|
|
81
|
-
private deserialize;
|
|
66
|
+
export declare class DeleteMissionProfileCommand extends DeleteMissionProfileCommand_base {
|
|
82
67
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GroundStationClient";
|
|
5
4
|
import { DescribeContactRequest, DescribeContactResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DescribeContactCommandInput extends DescribeContactRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DescribeContactCommandOutput extends DescribeContactResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DescribeContactCommand_base: {
|
|
24
|
+
new (input: DescribeContactCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeContactCommandInput, DescribeContactCommandOutput, GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Describes an existing contact.</p>
|
|
@@ -202,23 +205,5 @@ export interface DescribeContactCommandOutput extends DescribeContactResponse, _
|
|
|
202
205
|
* <p>Base exception class for all service exceptions from GroundStation service.</p>
|
|
203
206
|
*
|
|
204
207
|
*/
|
|
205
|
-
export declare class DescribeContactCommand extends
|
|
206
|
-
readonly input: DescribeContactCommandInput;
|
|
207
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
208
|
-
/**
|
|
209
|
-
* @public
|
|
210
|
-
*/
|
|
211
|
-
constructor(input: DescribeContactCommandInput);
|
|
212
|
-
/**
|
|
213
|
-
* @internal
|
|
214
|
-
*/
|
|
215
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GroundStationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeContactCommandInput, DescribeContactCommandOutput>;
|
|
216
|
-
/**
|
|
217
|
-
* @internal
|
|
218
|
-
*/
|
|
219
|
-
private serialize;
|
|
220
|
-
/**
|
|
221
|
-
* @internal
|
|
222
|
-
*/
|
|
223
|
-
private deserialize;
|
|
208
|
+
export declare class DescribeContactCommand extends DescribeContactCommand_base {
|
|
224
209
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GroundStationClient";
|
|
5
4
|
import { DescribeEphemerisRequest, DescribeEphemerisResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DescribeEphemerisCommandInput extends DescribeEphemerisRequest
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DescribeEphemerisCommandOutput extends DescribeEphemerisResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DescribeEphemerisCommand_base: {
|
|
24
|
+
new (input: DescribeEphemerisCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeEphemerisCommandInput, DescribeEphemerisCommandOutput, GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Describes an existing ephemeris.</p>
|
|
@@ -88,23 +91,5 @@ export interface DescribeEphemerisCommandOutput extends DescribeEphemerisRespons
|
|
|
88
91
|
* <p>Base exception class for all service exceptions from GroundStation service.</p>
|
|
89
92
|
*
|
|
90
93
|
*/
|
|
91
|
-
export declare class DescribeEphemerisCommand extends
|
|
92
|
-
readonly input: DescribeEphemerisCommandInput;
|
|
93
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
94
|
-
/**
|
|
95
|
-
* @public
|
|
96
|
-
*/
|
|
97
|
-
constructor(input: DescribeEphemerisCommandInput);
|
|
98
|
-
/**
|
|
99
|
-
* @internal
|
|
100
|
-
*/
|
|
101
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GroundStationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeEphemerisCommandInput, DescribeEphemerisCommandOutput>;
|
|
102
|
-
/**
|
|
103
|
-
* @internal
|
|
104
|
-
*/
|
|
105
|
-
private serialize;
|
|
106
|
-
/**
|
|
107
|
-
* @internal
|
|
108
|
-
*/
|
|
109
|
-
private deserialize;
|
|
94
|
+
export declare class DescribeEphemerisCommand extends DescribeEphemerisCommand_base {
|
|
110
95
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GroundStationClient";
|
|
5
4
|
import { GetAgentConfigurationRequest, GetAgentConfigurationResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetAgentConfigurationCommandInput extends GetAgentConfiguration
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetAgentConfigurationCommandOutput extends GetAgentConfigurationResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetAgentConfigurationCommand_base: {
|
|
24
|
+
new (input: GetAgentConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<GetAgentConfigurationCommandInput, GetAgentConfigurationCommandOutput, GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <note>
|
|
@@ -64,23 +67,5 @@ export interface GetAgentConfigurationCommandOutput extends GetAgentConfiguratio
|
|
|
64
67
|
* <p>Base exception class for all service exceptions from GroundStation service.</p>
|
|
65
68
|
*
|
|
66
69
|
*/
|
|
67
|
-
export declare class GetAgentConfigurationCommand extends
|
|
68
|
-
readonly input: GetAgentConfigurationCommandInput;
|
|
69
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
70
|
-
/**
|
|
71
|
-
* @public
|
|
72
|
-
*/
|
|
73
|
-
constructor(input: GetAgentConfigurationCommandInput);
|
|
74
|
-
/**
|
|
75
|
-
* @internal
|
|
76
|
-
*/
|
|
77
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GroundStationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetAgentConfigurationCommandInput, GetAgentConfigurationCommandOutput>;
|
|
78
|
-
/**
|
|
79
|
-
* @internal
|
|
80
|
-
*/
|
|
81
|
-
private serialize;
|
|
82
|
-
/**
|
|
83
|
-
* @internal
|
|
84
|
-
*/
|
|
85
|
-
private deserialize;
|
|
70
|
+
export declare class GetAgentConfigurationCommand extends GetAgentConfigurationCommand_base {
|
|
86
71
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GroundStationClient";
|
|
5
4
|
import { GetConfigRequest, GetConfigResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetConfigCommandInput extends GetConfigRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetConfigCommandOutput extends GetConfigResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetConfigCommand_base: {
|
|
24
|
+
new (input: GetConfigCommandInput): import("@smithy/smithy-client").CommandImpl<GetConfigCommandInput, GetConfigCommandOutput, GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Returns <code>Config</code> information.</p>
|
|
@@ -132,23 +135,5 @@ export interface GetConfigCommandOutput extends GetConfigResponse, __MetadataBea
|
|
|
132
135
|
* <p>Base exception class for all service exceptions from GroundStation service.</p>
|
|
133
136
|
*
|
|
134
137
|
*/
|
|
135
|
-
export declare class GetConfigCommand extends
|
|
136
|
-
readonly input: GetConfigCommandInput;
|
|
137
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
138
|
-
/**
|
|
139
|
-
* @public
|
|
140
|
-
*/
|
|
141
|
-
constructor(input: GetConfigCommandInput);
|
|
142
|
-
/**
|
|
143
|
-
* @internal
|
|
144
|
-
*/
|
|
145
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GroundStationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetConfigCommandInput, GetConfigCommandOutput>;
|
|
146
|
-
/**
|
|
147
|
-
* @internal
|
|
148
|
-
*/
|
|
149
|
-
private serialize;
|
|
150
|
-
/**
|
|
151
|
-
* @internal
|
|
152
|
-
*/
|
|
153
|
-
private deserialize;
|
|
138
|
+
export declare class GetConfigCommand extends GetConfigCommand_base {
|
|
154
139
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GroundStationClient";
|
|
5
4
|
import { GetDataflowEndpointGroupRequest, GetDataflowEndpointGroupResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetDataflowEndpointGroupCommandInput extends GetDataflowEndpoin
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetDataflowEndpointGroupCommandOutput extends GetDataflowEndpointGroupResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetDataflowEndpointGroupCommand_base: {
|
|
24
|
+
new (input: GetDataflowEndpointGroupCommandInput): import("@smithy/smithy-client").CommandImpl<GetDataflowEndpointGroupCommandInput, GetDataflowEndpointGroupCommandOutput, GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Returns the dataflow endpoint group.</p>
|
|
@@ -114,23 +117,5 @@ export interface GetDataflowEndpointGroupCommandOutput extends GetDataflowEndpoi
|
|
|
114
117
|
* <p>Base exception class for all service exceptions from GroundStation service.</p>
|
|
115
118
|
*
|
|
116
119
|
*/
|
|
117
|
-
export declare class GetDataflowEndpointGroupCommand extends
|
|
118
|
-
readonly input: GetDataflowEndpointGroupCommandInput;
|
|
119
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
120
|
-
/**
|
|
121
|
-
* @public
|
|
122
|
-
*/
|
|
123
|
-
constructor(input: GetDataflowEndpointGroupCommandInput);
|
|
124
|
-
/**
|
|
125
|
-
* @internal
|
|
126
|
-
*/
|
|
127
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GroundStationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetDataflowEndpointGroupCommandInput, GetDataflowEndpointGroupCommandOutput>;
|
|
128
|
-
/**
|
|
129
|
-
* @internal
|
|
130
|
-
*/
|
|
131
|
-
private serialize;
|
|
132
|
-
/**
|
|
133
|
-
* @internal
|
|
134
|
-
*/
|
|
135
|
-
private deserialize;
|
|
120
|
+
export declare class GetDataflowEndpointGroupCommand extends GetDataflowEndpointGroupCommand_base {
|
|
136
121
|
}
|