@aws-sdk/client-groundstation 3.169.0 → 3.171.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.
Files changed (48) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/GroundStation.d.ts +429 -130
  3. package/dist-types/ts3.4/GroundStationClient.d.ts +255 -98
  4. package/dist-types/ts3.4/commands/CancelContactCommand.d.ts +32 -17
  5. package/dist-types/ts3.4/commands/CreateConfigCommand.d.ts +32 -17
  6. package/dist-types/ts3.4/commands/CreateDataflowEndpointGroupCommand.d.ts +39 -17
  7. package/dist-types/ts3.4/commands/CreateMissionProfileCommand.d.ts +39 -17
  8. package/dist-types/ts3.4/commands/DeleteConfigCommand.d.ts +32 -17
  9. package/dist-types/ts3.4/commands/DeleteDataflowEndpointGroupCommand.d.ts +39 -17
  10. package/dist-types/ts3.4/commands/DeleteMissionProfileCommand.d.ts +39 -17
  11. package/dist-types/ts3.4/commands/DescribeContactCommand.d.ts +35 -17
  12. package/dist-types/ts3.4/commands/GetConfigCommand.d.ts +32 -17
  13. package/dist-types/ts3.4/commands/GetDataflowEndpointGroupCommand.d.ts +39 -17
  14. package/dist-types/ts3.4/commands/GetMinuteUsageCommand.d.ts +35 -17
  15. package/dist-types/ts3.4/commands/GetMissionProfileCommand.d.ts +36 -17
  16. package/dist-types/ts3.4/commands/GetSatelliteCommand.d.ts +32 -17
  17. package/dist-types/ts3.4/commands/ListConfigsCommand.d.ts +32 -17
  18. package/dist-types/ts3.4/commands/ListContactsCommand.d.ts +32 -17
  19. package/dist-types/ts3.4/commands/ListDataflowEndpointGroupsCommand.d.ts +39 -17
  20. package/dist-types/ts3.4/commands/ListGroundStationsCommand.d.ts +36 -17
  21. package/dist-types/ts3.4/commands/ListMissionProfilesCommand.d.ts +36 -17
  22. package/dist-types/ts3.4/commands/ListSatellitesCommand.d.ts +35 -17
  23. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
  24. package/dist-types/ts3.4/commands/ReserveContactCommand.d.ts +32 -17
  25. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
  26. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -17
  27. package/dist-types/ts3.4/commands/UpdateConfigCommand.d.ts +32 -17
  28. package/dist-types/ts3.4/commands/UpdateMissionProfileCommand.d.ts +39 -17
  29. package/dist-types/ts3.4/commands/index.d.ts +25 -25
  30. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  31. package/dist-types/ts3.4/index.d.ts +6 -6
  32. package/dist-types/ts3.4/models/GroundStationServiceException.d.ts +7 -6
  33. package/dist-types/ts3.4/models/index.d.ts +1 -1
  34. package/dist-types/ts3.4/models/models_0.d.ts +806 -1040
  35. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  36. package/dist-types/ts3.4/pagination/ListConfigsPaginator.d.ts +11 -4
  37. package/dist-types/ts3.4/pagination/ListContactsPaginator.d.ts +11 -4
  38. package/dist-types/ts3.4/pagination/ListDataflowEndpointGroupsPaginator.d.ts +11 -4
  39. package/dist-types/ts3.4/pagination/ListGroundStationsPaginator.d.ts +11 -4
  40. package/dist-types/ts3.4/pagination/ListMissionProfilesPaginator.d.ts +11 -4
  41. package/dist-types/ts3.4/pagination/ListSatellitesPaginator.d.ts +11 -4
  42. package/dist-types/ts3.4/pagination/index.d.ts +7 -7
  43. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +305 -77
  44. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
  45. package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
  46. package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
  47. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
  48. package/package.json +34 -34
@@ -1,98 +1,255 @@
1
- import { EndpointsInputConfig, EndpointsResolvedConfig, RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
2
- import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
3
- import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
4
- import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
5
- import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
6
- import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
7
- import { Client as __Client, DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
8
- import { BodyLengthCalculator as __BodyLengthCalculator, Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
9
- import { CancelContactCommandInput, CancelContactCommandOutput } from "./commands/CancelContactCommand";
10
- import { CreateConfigCommandInput, CreateConfigCommandOutput } from "./commands/CreateConfigCommand";
11
- import { CreateDataflowEndpointGroupCommandInput, CreateDataflowEndpointGroupCommandOutput } from "./commands/CreateDataflowEndpointGroupCommand";
12
- import { CreateMissionProfileCommandInput, CreateMissionProfileCommandOutput } from "./commands/CreateMissionProfileCommand";
13
- import { DeleteConfigCommandInput, DeleteConfigCommandOutput } from "./commands/DeleteConfigCommand";
14
- import { DeleteDataflowEndpointGroupCommandInput, DeleteDataflowEndpointGroupCommandOutput } from "./commands/DeleteDataflowEndpointGroupCommand";
15
- import { DeleteMissionProfileCommandInput, DeleteMissionProfileCommandOutput } from "./commands/DeleteMissionProfileCommand";
16
- import { DescribeContactCommandInput, DescribeContactCommandOutput } from "./commands/DescribeContactCommand";
17
- import { GetConfigCommandInput, GetConfigCommandOutput } from "./commands/GetConfigCommand";
18
- import { GetDataflowEndpointGroupCommandInput, GetDataflowEndpointGroupCommandOutput } from "./commands/GetDataflowEndpointGroupCommand";
19
- import { GetMinuteUsageCommandInput, GetMinuteUsageCommandOutput } from "./commands/GetMinuteUsageCommand";
20
- import { GetMissionProfileCommandInput, GetMissionProfileCommandOutput } from "./commands/GetMissionProfileCommand";
21
- import { GetSatelliteCommandInput, GetSatelliteCommandOutput } from "./commands/GetSatelliteCommand";
22
- import { ListConfigsCommandInput, ListConfigsCommandOutput } from "./commands/ListConfigsCommand";
23
- import { ListContactsCommandInput, ListContactsCommandOutput } from "./commands/ListContactsCommand";
24
- import { ListDataflowEndpointGroupsCommandInput, ListDataflowEndpointGroupsCommandOutput } from "./commands/ListDataflowEndpointGroupsCommand";
25
- import { ListGroundStationsCommandInput, ListGroundStationsCommandOutput } from "./commands/ListGroundStationsCommand";
26
- import { ListMissionProfilesCommandInput, ListMissionProfilesCommandOutput } from "./commands/ListMissionProfilesCommand";
27
- import { ListSatellitesCommandInput, ListSatellitesCommandOutput } from "./commands/ListSatellitesCommand";
28
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
29
- import { ReserveContactCommandInput, ReserveContactCommandOutput } from "./commands/ReserveContactCommand";
30
- import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
31
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
32
- import { UpdateConfigCommandInput, UpdateConfigCommandOutput } from "./commands/UpdateConfigCommand";
33
- import { UpdateMissionProfileCommandInput, UpdateMissionProfileCommandOutput } from "./commands/UpdateMissionProfileCommand";
34
- export declare type ServiceInputTypes = CancelContactCommandInput | CreateConfigCommandInput | CreateDataflowEndpointGroupCommandInput | CreateMissionProfileCommandInput | DeleteConfigCommandInput | DeleteDataflowEndpointGroupCommandInput | DeleteMissionProfileCommandInput | DescribeContactCommandInput | GetConfigCommandInput | GetDataflowEndpointGroupCommandInput | GetMinuteUsageCommandInput | GetMissionProfileCommandInput | GetSatelliteCommandInput | ListConfigsCommandInput | ListContactsCommandInput | ListDataflowEndpointGroupsCommandInput | ListGroundStationsCommandInput | ListMissionProfilesCommandInput | ListSatellitesCommandInput | ListTagsForResourceCommandInput | ReserveContactCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateConfigCommandInput | UpdateMissionProfileCommandInput;
35
- export declare type ServiceOutputTypes = CancelContactCommandOutput | CreateConfigCommandOutput | CreateDataflowEndpointGroupCommandOutput | CreateMissionProfileCommandOutput | DeleteConfigCommandOutput | DeleteDataflowEndpointGroupCommandOutput | DeleteMissionProfileCommandOutput | DescribeContactCommandOutput | GetConfigCommandOutput | GetDataflowEndpointGroupCommandOutput | GetMinuteUsageCommandOutput | GetMissionProfileCommandOutput | GetSatelliteCommandOutput | ListConfigsCommandOutput | ListContactsCommandOutput | ListDataflowEndpointGroupsCommandOutput | ListGroundStationsCommandOutput | ListMissionProfilesCommandOutput | ListSatellitesCommandOutput | ListTagsForResourceCommandOutput | ReserveContactCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateConfigCommandOutput | UpdateMissionProfileCommandOutput;
36
- export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
37
-
38
- requestHandler?: __HttpHandler;
39
-
40
- sha256?: __HashConstructor;
41
-
42
- urlParser?: __UrlParser;
43
-
44
- bodyLengthChecker?: __BodyLengthCalculator;
45
-
46
- streamCollector?: __StreamCollector;
47
-
48
- base64Decoder?: __Decoder;
49
-
50
- base64Encoder?: __Encoder;
51
-
52
- utf8Decoder?: __Decoder;
53
-
54
- utf8Encoder?: __Encoder;
55
-
56
- runtime?: string;
57
-
58
- disableHostPrefix?: boolean;
59
-
60
- maxAttempts?: number | __Provider<number>;
61
-
62
- retryMode?: string | __Provider<string>;
63
-
64
- logger?: __Logger;
65
-
66
- useDualstackEndpoint?: boolean | __Provider<boolean>;
67
-
68
- useFipsEndpoint?: boolean | __Provider<boolean>;
69
-
70
- serviceId?: string;
71
-
72
- region?: string | __Provider<string>;
73
-
74
- credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
75
-
76
- regionInfoProvider?: RegionInfoProvider;
77
-
78
- defaultUserAgentProvider?: Provider<__UserAgent>;
79
-
80
- defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
81
- }
82
- declare type GroundStationClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig;
83
-
84
- export interface GroundStationClientConfig extends GroundStationClientConfigType {
85
- }
86
- declare type GroundStationClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointsResolvedConfig & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig;
87
-
88
- export interface GroundStationClientResolvedConfig extends GroundStationClientResolvedConfigType {
89
- }
90
-
91
- export declare class GroundStationClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, GroundStationClientResolvedConfig> {
92
-
93
- readonly config: GroundStationClientResolvedConfig;
94
- constructor(configuration: GroundStationClientConfig);
95
-
96
- destroy(): void;
97
- }
98
- export {};
1
+ import {
2
+ EndpointsInputConfig,
3
+ EndpointsResolvedConfig,
4
+ RegionInputConfig,
5
+ RegionResolvedConfig,
6
+ } from "@aws-sdk/config-resolver";
7
+ import {
8
+ HostHeaderInputConfig,
9
+ HostHeaderResolvedConfig,
10
+ } from "@aws-sdk/middleware-host-header";
11
+ import {
12
+ RetryInputConfig,
13
+ RetryResolvedConfig,
14
+ } from "@aws-sdk/middleware-retry";
15
+ import {
16
+ AwsAuthInputConfig,
17
+ AwsAuthResolvedConfig,
18
+ } from "@aws-sdk/middleware-signing";
19
+ import {
20
+ UserAgentInputConfig,
21
+ UserAgentResolvedConfig,
22
+ } from "@aws-sdk/middleware-user-agent";
23
+ import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
24
+ import {
25
+ Client as __Client,
26
+ DefaultsMode,
27
+ SmithyConfiguration as __SmithyConfiguration,
28
+ SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
29
+ } from "@aws-sdk/smithy-client";
30
+ import {
31
+ BodyLengthCalculator as __BodyLengthCalculator,
32
+ Credentials as __Credentials,
33
+ Decoder as __Decoder,
34
+ Encoder as __Encoder,
35
+ HashConstructor as __HashConstructor,
36
+ HttpHandlerOptions as __HttpHandlerOptions,
37
+ Logger as __Logger,
38
+ Provider as __Provider,
39
+ Provider,
40
+ RegionInfoProvider,
41
+ StreamCollector as __StreamCollector,
42
+ UrlParser as __UrlParser,
43
+ UserAgent as __UserAgent,
44
+ } from "@aws-sdk/types";
45
+ import {
46
+ CancelContactCommandInput,
47
+ CancelContactCommandOutput,
48
+ } from "./commands/CancelContactCommand";
49
+ import {
50
+ CreateConfigCommandInput,
51
+ CreateConfigCommandOutput,
52
+ } from "./commands/CreateConfigCommand";
53
+ import {
54
+ CreateDataflowEndpointGroupCommandInput,
55
+ CreateDataflowEndpointGroupCommandOutput,
56
+ } from "./commands/CreateDataflowEndpointGroupCommand";
57
+ import {
58
+ CreateMissionProfileCommandInput,
59
+ CreateMissionProfileCommandOutput,
60
+ } from "./commands/CreateMissionProfileCommand";
61
+ import {
62
+ DeleteConfigCommandInput,
63
+ DeleteConfigCommandOutput,
64
+ } from "./commands/DeleteConfigCommand";
65
+ import {
66
+ DeleteDataflowEndpointGroupCommandInput,
67
+ DeleteDataflowEndpointGroupCommandOutput,
68
+ } from "./commands/DeleteDataflowEndpointGroupCommand";
69
+ import {
70
+ DeleteMissionProfileCommandInput,
71
+ DeleteMissionProfileCommandOutput,
72
+ } from "./commands/DeleteMissionProfileCommand";
73
+ import {
74
+ DescribeContactCommandInput,
75
+ DescribeContactCommandOutput,
76
+ } from "./commands/DescribeContactCommand";
77
+ import {
78
+ GetConfigCommandInput,
79
+ GetConfigCommandOutput,
80
+ } from "./commands/GetConfigCommand";
81
+ import {
82
+ GetDataflowEndpointGroupCommandInput,
83
+ GetDataflowEndpointGroupCommandOutput,
84
+ } from "./commands/GetDataflowEndpointGroupCommand";
85
+ import {
86
+ GetMinuteUsageCommandInput,
87
+ GetMinuteUsageCommandOutput,
88
+ } from "./commands/GetMinuteUsageCommand";
89
+ import {
90
+ GetMissionProfileCommandInput,
91
+ GetMissionProfileCommandOutput,
92
+ } from "./commands/GetMissionProfileCommand";
93
+ import {
94
+ GetSatelliteCommandInput,
95
+ GetSatelliteCommandOutput,
96
+ } from "./commands/GetSatelliteCommand";
97
+ import {
98
+ ListConfigsCommandInput,
99
+ ListConfigsCommandOutput,
100
+ } from "./commands/ListConfigsCommand";
101
+ import {
102
+ ListContactsCommandInput,
103
+ ListContactsCommandOutput,
104
+ } from "./commands/ListContactsCommand";
105
+ import {
106
+ ListDataflowEndpointGroupsCommandInput,
107
+ ListDataflowEndpointGroupsCommandOutput,
108
+ } from "./commands/ListDataflowEndpointGroupsCommand";
109
+ import {
110
+ ListGroundStationsCommandInput,
111
+ ListGroundStationsCommandOutput,
112
+ } from "./commands/ListGroundStationsCommand";
113
+ import {
114
+ ListMissionProfilesCommandInput,
115
+ ListMissionProfilesCommandOutput,
116
+ } from "./commands/ListMissionProfilesCommand";
117
+ import {
118
+ ListSatellitesCommandInput,
119
+ ListSatellitesCommandOutput,
120
+ } from "./commands/ListSatellitesCommand";
121
+ import {
122
+ ListTagsForResourceCommandInput,
123
+ ListTagsForResourceCommandOutput,
124
+ } from "./commands/ListTagsForResourceCommand";
125
+ import {
126
+ ReserveContactCommandInput,
127
+ ReserveContactCommandOutput,
128
+ } from "./commands/ReserveContactCommand";
129
+ import {
130
+ TagResourceCommandInput,
131
+ TagResourceCommandOutput,
132
+ } from "./commands/TagResourceCommand";
133
+ import {
134
+ UntagResourceCommandInput,
135
+ UntagResourceCommandOutput,
136
+ } from "./commands/UntagResourceCommand";
137
+ import {
138
+ UpdateConfigCommandInput,
139
+ UpdateConfigCommandOutput,
140
+ } from "./commands/UpdateConfigCommand";
141
+ import {
142
+ UpdateMissionProfileCommandInput,
143
+ UpdateMissionProfileCommandOutput,
144
+ } from "./commands/UpdateMissionProfileCommand";
145
+ export declare type ServiceInputTypes =
146
+ | CancelContactCommandInput
147
+ | CreateConfigCommandInput
148
+ | CreateDataflowEndpointGroupCommandInput
149
+ | CreateMissionProfileCommandInput
150
+ | DeleteConfigCommandInput
151
+ | DeleteDataflowEndpointGroupCommandInput
152
+ | DeleteMissionProfileCommandInput
153
+ | DescribeContactCommandInput
154
+ | GetConfigCommandInput
155
+ | GetDataflowEndpointGroupCommandInput
156
+ | GetMinuteUsageCommandInput
157
+ | GetMissionProfileCommandInput
158
+ | GetSatelliteCommandInput
159
+ | ListConfigsCommandInput
160
+ | ListContactsCommandInput
161
+ | ListDataflowEndpointGroupsCommandInput
162
+ | ListGroundStationsCommandInput
163
+ | ListMissionProfilesCommandInput
164
+ | ListSatellitesCommandInput
165
+ | ListTagsForResourceCommandInput
166
+ | ReserveContactCommandInput
167
+ | TagResourceCommandInput
168
+ | UntagResourceCommandInput
169
+ | UpdateConfigCommandInput
170
+ | UpdateMissionProfileCommandInput;
171
+ export declare type ServiceOutputTypes =
172
+ | CancelContactCommandOutput
173
+ | CreateConfigCommandOutput
174
+ | CreateDataflowEndpointGroupCommandOutput
175
+ | CreateMissionProfileCommandOutput
176
+ | DeleteConfigCommandOutput
177
+ | DeleteDataflowEndpointGroupCommandOutput
178
+ | DeleteMissionProfileCommandOutput
179
+ | DescribeContactCommandOutput
180
+ | GetConfigCommandOutput
181
+ | GetDataflowEndpointGroupCommandOutput
182
+ | GetMinuteUsageCommandOutput
183
+ | GetMissionProfileCommandOutput
184
+ | GetSatelliteCommandOutput
185
+ | ListConfigsCommandOutput
186
+ | ListContactsCommandOutput
187
+ | ListDataflowEndpointGroupsCommandOutput
188
+ | ListGroundStationsCommandOutput
189
+ | ListMissionProfilesCommandOutput
190
+ | ListSatellitesCommandOutput
191
+ | ListTagsForResourceCommandOutput
192
+ | ReserveContactCommandOutput
193
+ | TagResourceCommandOutput
194
+ | UntagResourceCommandOutput
195
+ | UpdateConfigCommandOutput
196
+ | UpdateMissionProfileCommandOutput;
197
+ export interface ClientDefaults
198
+ extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
199
+ requestHandler?: __HttpHandler;
200
+ sha256?: __HashConstructor;
201
+ urlParser?: __UrlParser;
202
+ bodyLengthChecker?: __BodyLengthCalculator;
203
+ streamCollector?: __StreamCollector;
204
+ base64Decoder?: __Decoder;
205
+ base64Encoder?: __Encoder;
206
+ utf8Decoder?: __Decoder;
207
+ utf8Encoder?: __Encoder;
208
+ runtime?: string;
209
+ disableHostPrefix?: boolean;
210
+ maxAttempts?: number | __Provider<number>;
211
+ retryMode?: string | __Provider<string>;
212
+ logger?: __Logger;
213
+ useDualstackEndpoint?: boolean | __Provider<boolean>;
214
+ useFipsEndpoint?: boolean | __Provider<boolean>;
215
+ serviceId?: string;
216
+ region?: string | __Provider<string>;
217
+ credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
218
+ regionInfoProvider?: RegionInfoProvider;
219
+ defaultUserAgentProvider?: Provider<__UserAgent>;
220
+ defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
221
+ }
222
+ declare type GroundStationClientConfigType = Partial<
223
+ __SmithyConfiguration<__HttpHandlerOptions>
224
+ > &
225
+ ClientDefaults &
226
+ RegionInputConfig &
227
+ EndpointsInputConfig &
228
+ RetryInputConfig &
229
+ HostHeaderInputConfig &
230
+ AwsAuthInputConfig &
231
+ UserAgentInputConfig;
232
+ export interface GroundStationClientConfig
233
+ extends GroundStationClientConfigType {}
234
+ declare type GroundStationClientResolvedConfigType =
235
+ __SmithyResolvedConfiguration<__HttpHandlerOptions> &
236
+ Required<ClientDefaults> &
237
+ RegionResolvedConfig &
238
+ EndpointsResolvedConfig &
239
+ RetryResolvedConfig &
240
+ HostHeaderResolvedConfig &
241
+ AwsAuthResolvedConfig &
242
+ UserAgentResolvedConfig;
243
+ export interface GroundStationClientResolvedConfig
244
+ extends GroundStationClientResolvedConfigType {}
245
+ export declare class GroundStationClient extends __Client<
246
+ __HttpHandlerOptions,
247
+ ServiceInputTypes,
248
+ ServiceOutputTypes,
249
+ GroundStationClientResolvedConfig
250
+ > {
251
+ readonly config: GroundStationClientResolvedConfig;
252
+ constructor(configuration: GroundStationClientConfig);
253
+ destroy(): void;
254
+ }
255
+ export {};
@@ -1,17 +1,32 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GroundStationClient";
4
- import { CancelContactRequest, ContactIdResponse } from "../models/models_0";
5
- export interface CancelContactCommandInput extends CancelContactRequest {
6
- }
7
- export interface CancelContactCommandOutput extends ContactIdResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CancelContactCommand extends $Command<CancelContactCommandInput, CancelContactCommandOutput, GroundStationClientResolvedConfig> {
11
- readonly input: CancelContactCommandInput;
12
- constructor(input: CancelContactCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GroundStationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CancelContactCommandInput, CancelContactCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ GroundStationClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../GroundStationClient";
13
+ import { CancelContactRequest, ContactIdResponse } from "../models/models_0";
14
+ export interface CancelContactCommandInput extends CancelContactRequest {}
15
+ export interface CancelContactCommandOutput
16
+ extends ContactIdResponse,
17
+ __MetadataBearer {}
18
+ export declare class CancelContactCommand extends $Command<
19
+ CancelContactCommandInput,
20
+ CancelContactCommandOutput,
21
+ GroundStationClientResolvedConfig
22
+ > {
23
+ readonly input: CancelContactCommandInput;
24
+ constructor(input: CancelContactCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: GroundStationClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<CancelContactCommandInput, CancelContactCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -1,17 +1,32 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GroundStationClient";
4
- import { ConfigIdResponse, CreateConfigRequest } from "../models/models_0";
5
- export interface CreateConfigCommandInput extends CreateConfigRequest {
6
- }
7
- export interface CreateConfigCommandOutput extends ConfigIdResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateConfigCommand extends $Command<CreateConfigCommandInput, CreateConfigCommandOutput, GroundStationClientResolvedConfig> {
11
- readonly input: CreateConfigCommandInput;
12
- constructor(input: CreateConfigCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GroundStationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateConfigCommandInput, CreateConfigCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ GroundStationClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../GroundStationClient";
13
+ import { ConfigIdResponse, CreateConfigRequest } from "../models/models_0";
14
+ export interface CreateConfigCommandInput extends CreateConfigRequest {}
15
+ export interface CreateConfigCommandOutput
16
+ extends ConfigIdResponse,
17
+ __MetadataBearer {}
18
+ export declare class CreateConfigCommand extends $Command<
19
+ CreateConfigCommandInput,
20
+ CreateConfigCommandOutput,
21
+ GroundStationClientResolvedConfig
22
+ > {
23
+ readonly input: CreateConfigCommandInput;
24
+ constructor(input: CreateConfigCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: GroundStationClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<CreateConfigCommandInput, CreateConfigCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -1,17 +1,39 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GroundStationClient";
4
- import { CreateDataflowEndpointGroupRequest, DataflowEndpointGroupIdResponse } from "../models/models_0";
5
- export interface CreateDataflowEndpointGroupCommandInput extends CreateDataflowEndpointGroupRequest {
6
- }
7
- export interface CreateDataflowEndpointGroupCommandOutput extends DataflowEndpointGroupIdResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateDataflowEndpointGroupCommand extends $Command<CreateDataflowEndpointGroupCommandInput, CreateDataflowEndpointGroupCommandOutput, GroundStationClientResolvedConfig> {
11
- readonly input: CreateDataflowEndpointGroupCommandInput;
12
- constructor(input: CreateDataflowEndpointGroupCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GroundStationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateDataflowEndpointGroupCommandInput, CreateDataflowEndpointGroupCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ GroundStationClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../GroundStationClient";
13
+ import {
14
+ CreateDataflowEndpointGroupRequest,
15
+ DataflowEndpointGroupIdResponse,
16
+ } from "../models/models_0";
17
+ export interface CreateDataflowEndpointGroupCommandInput
18
+ extends CreateDataflowEndpointGroupRequest {}
19
+ export interface CreateDataflowEndpointGroupCommandOutput
20
+ extends DataflowEndpointGroupIdResponse,
21
+ __MetadataBearer {}
22
+ export declare class CreateDataflowEndpointGroupCommand extends $Command<
23
+ CreateDataflowEndpointGroupCommandInput,
24
+ CreateDataflowEndpointGroupCommandOutput,
25
+ GroundStationClientResolvedConfig
26
+ > {
27
+ readonly input: CreateDataflowEndpointGroupCommandInput;
28
+ constructor(input: CreateDataflowEndpointGroupCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: GroundStationClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ CreateDataflowEndpointGroupCommandInput,
35
+ CreateDataflowEndpointGroupCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,39 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GroundStationClient";
4
- import { CreateMissionProfileRequest, MissionProfileIdResponse } from "../models/models_0";
5
- export interface CreateMissionProfileCommandInput extends CreateMissionProfileRequest {
6
- }
7
- export interface CreateMissionProfileCommandOutput extends MissionProfileIdResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateMissionProfileCommand extends $Command<CreateMissionProfileCommandInput, CreateMissionProfileCommandOutput, GroundStationClientResolvedConfig> {
11
- readonly input: CreateMissionProfileCommandInput;
12
- constructor(input: CreateMissionProfileCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GroundStationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateMissionProfileCommandInput, CreateMissionProfileCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ GroundStationClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../GroundStationClient";
13
+ import {
14
+ CreateMissionProfileRequest,
15
+ MissionProfileIdResponse,
16
+ } from "../models/models_0";
17
+ export interface CreateMissionProfileCommandInput
18
+ extends CreateMissionProfileRequest {}
19
+ export interface CreateMissionProfileCommandOutput
20
+ extends MissionProfileIdResponse,
21
+ __MetadataBearer {}
22
+ export declare class CreateMissionProfileCommand extends $Command<
23
+ CreateMissionProfileCommandInput,
24
+ CreateMissionProfileCommandOutput,
25
+ GroundStationClientResolvedConfig
26
+ > {
27
+ readonly input: CreateMissionProfileCommandInput;
28
+ constructor(input: CreateMissionProfileCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: GroundStationClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ CreateMissionProfileCommandInput,
35
+ CreateMissionProfileCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,32 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GroundStationClient";
4
- import { ConfigIdResponse, DeleteConfigRequest } from "../models/models_0";
5
- export interface DeleteConfigCommandInput extends DeleteConfigRequest {
6
- }
7
- export interface DeleteConfigCommandOutput extends ConfigIdResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteConfigCommand extends $Command<DeleteConfigCommandInput, DeleteConfigCommandOutput, GroundStationClientResolvedConfig> {
11
- readonly input: DeleteConfigCommandInput;
12
- constructor(input: DeleteConfigCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GroundStationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteConfigCommandInput, DeleteConfigCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ GroundStationClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../GroundStationClient";
13
+ import { ConfigIdResponse, DeleteConfigRequest } from "../models/models_0";
14
+ export interface DeleteConfigCommandInput extends DeleteConfigRequest {}
15
+ export interface DeleteConfigCommandOutput
16
+ extends ConfigIdResponse,
17
+ __MetadataBearer {}
18
+ export declare class DeleteConfigCommand extends $Command<
19
+ DeleteConfigCommandInput,
20
+ DeleteConfigCommandOutput,
21
+ GroundStationClientResolvedConfig
22
+ > {
23
+ readonly input: DeleteConfigCommandInput;
24
+ constructor(input: DeleteConfigCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: GroundStationClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<DeleteConfigCommandInput, DeleteConfigCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }