@aws-sdk/client-groundstation 3.1087.0 → 3.1088.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/index.js +1 -1
- package/dist-types/ts3.4/GroundStation.d.ts +136 -147
- package/dist-types/ts3.4/GroundStationClient.d.ts +9 -28
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
- package/dist-types/ts3.4/commandBuilder.d.ts +7 -13
- package/dist-types/ts3.4/commands/CancelContactCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/CreateConfigCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/CreateDataflowEndpointGroupCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateDataflowEndpointGroupV2Command.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateEphemerisCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateMissionProfileCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteConfigCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DeleteDataflowEndpointGroupCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteEphemerisCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteMissionProfileCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeContactCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeContactVersionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeEphemerisCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetAgentConfigurationCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetAgentTaskResponseUrlCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetConfigCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/GetDataflowEndpointGroupCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetMinuteUsageCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetMissionProfileCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetSatelliteCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListAntennasCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListConfigsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListContactVersionsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListContactsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListDataflowEndpointGroupsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListEphemeridesCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListGroundStationReservationsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListGroundStationsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListMissionProfilesCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListSatellitesCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/RegisterAgentCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ReserveContactCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateAgentStatusCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateConfigCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UpdateContactCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateEphemerisCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateMissionProfileCommand.d.ts +5 -10
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
- package/dist-types/ts3.4/models/enums.d.ts +11 -22
- package/dist-types/ts3.4/models/errors.d.ts +6 -18
- package/dist-types/ts3.4/models/models_0.d.ts +6 -18
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
- package/dist-types/ts3.4/pagination/ListConfigsPaginator.d.ts +1 -4
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
- package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
- package/dist-types/ts3.4/waiters/waitForContactScheduled.d.ts +3 -5
- package/dist-types/ts3.4/waiters/waitForContactUpdated.d.ts +3 -7
- package/package.json +38 -38
|
@@ -11,10 +11,7 @@ import {
|
|
|
11
11
|
Client as __Client,
|
|
12
12
|
} from "@smithy/core/client";
|
|
13
13
|
import { RegionInputConfig, RegionResolvedConfig } from "@smithy/core/config";
|
|
14
|
-
import {
|
|
15
|
-
EndpointInputConfig,
|
|
16
|
-
EndpointResolvedConfig,
|
|
17
|
-
} from "@smithy/core/endpoints";
|
|
14
|
+
import { EndpointInputConfig, EndpointResolvedConfig } from "@smithy/core/endpoints";
|
|
18
15
|
import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/core/protocols";
|
|
19
16
|
import { RetryInputConfig, RetryResolvedConfig } from "@smithy/core/retry";
|
|
20
17
|
import {
|
|
@@ -96,10 +93,7 @@ import {
|
|
|
96
93
|
GetAgentTaskResponseUrlCommandInput,
|
|
97
94
|
GetAgentTaskResponseUrlCommandOutput,
|
|
98
95
|
} from "./commands/GetAgentTaskResponseUrlCommand";
|
|
99
|
-
import {
|
|
100
|
-
GetConfigCommandInput,
|
|
101
|
-
GetConfigCommandOutput,
|
|
102
|
-
} from "./commands/GetConfigCommand";
|
|
96
|
+
import { GetConfigCommandInput, GetConfigCommandOutput } from "./commands/GetConfigCommand";
|
|
103
97
|
import {
|
|
104
98
|
GetDataflowEndpointGroupCommandInput,
|
|
105
99
|
GetDataflowEndpointGroupCommandOutput,
|
|
@@ -120,10 +114,7 @@ import {
|
|
|
120
114
|
ListAntennasCommandInput,
|
|
121
115
|
ListAntennasCommandOutput,
|
|
122
116
|
} from "./commands/ListAntennasCommand";
|
|
123
|
-
import {
|
|
124
|
-
ListConfigsCommandInput,
|
|
125
|
-
ListConfigsCommandOutput,
|
|
126
|
-
} from "./commands/ListConfigsCommand";
|
|
117
|
+
import { ListConfigsCommandInput, ListConfigsCommandOutput } from "./commands/ListConfigsCommand";
|
|
127
118
|
import {
|
|
128
119
|
ListContactsCommandInput,
|
|
129
120
|
ListContactsCommandOutput,
|
|
@@ -168,10 +159,7 @@ import {
|
|
|
168
159
|
ReserveContactCommandInput,
|
|
169
160
|
ReserveContactCommandOutput,
|
|
170
161
|
} from "./commands/ReserveContactCommand";
|
|
171
|
-
import {
|
|
172
|
-
TagResourceCommandInput,
|
|
173
|
-
TagResourceCommandOutput,
|
|
174
|
-
} from "./commands/TagResourceCommand";
|
|
162
|
+
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
175
163
|
import {
|
|
176
164
|
UntagResourceCommandInput,
|
|
177
165
|
UntagResourceCommandOutput,
|
|
@@ -285,8 +273,7 @@ export type ServiceOutputTypes =
|
|
|
285
273
|
| UpdateContactCommandOutput
|
|
286
274
|
| UpdateEphemerisCommandOutput
|
|
287
275
|
| UpdateMissionProfileCommandOutput;
|
|
288
|
-
export interface ClientDefaults
|
|
289
|
-
extends Partial<__SmithyConfiguration<__HttpHandlerOptions>> {
|
|
276
|
+
export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHandlerOptions>> {
|
|
290
277
|
requestHandler?: __HttpHandlerUserInput;
|
|
291
278
|
sha256?: __ChecksumConstructor | __HashConstructor;
|
|
292
279
|
urlParser?: __UrlParser;
|
|
@@ -311,9 +298,7 @@ export interface ClientDefaults
|
|
|
311
298
|
extensions?: RuntimeExtension[];
|
|
312
299
|
defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
|
|
313
300
|
}
|
|
314
|
-
export type GroundStationClientConfigType = Partial<
|
|
315
|
-
__SmithyConfiguration<__HttpHandlerOptions>
|
|
316
|
-
> &
|
|
301
|
+
export type GroundStationClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> &
|
|
317
302
|
ClientDefaults &
|
|
318
303
|
UserAgentInputConfig &
|
|
319
304
|
RetryInputConfig &
|
|
@@ -322,8 +307,7 @@ export type GroundStationClientConfigType = Partial<
|
|
|
322
307
|
EndpointInputConfig<EndpointParameters> &
|
|
323
308
|
HttpAuthSchemeInputConfig &
|
|
324
309
|
ClientInputEndpointParameters;
|
|
325
|
-
export interface GroundStationClientConfig
|
|
326
|
-
extends GroundStationClientConfigType {}
|
|
310
|
+
export interface GroundStationClientConfig extends GroundStationClientConfigType {}
|
|
327
311
|
export type GroundStationClientResolvedConfigType =
|
|
328
312
|
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
329
313
|
Required<ClientDefaults> &
|
|
@@ -335,8 +319,7 @@ export type GroundStationClientResolvedConfigType =
|
|
|
335
319
|
EndpointResolvedConfig<EndpointParameters> &
|
|
336
320
|
HttpAuthSchemeResolvedConfig &
|
|
337
321
|
ClientResolvedEndpointParameters;
|
|
338
|
-
export interface GroundStationClientResolvedConfig
|
|
339
|
-
extends GroundStationClientResolvedConfigType {}
|
|
322
|
+
export interface GroundStationClientResolvedConfig extends GroundStationClientResolvedConfigType {}
|
|
340
323
|
export declare class GroundStationClient extends __Client<
|
|
341
324
|
__HttpHandlerOptions,
|
|
342
325
|
ServiceInputTypes,
|
|
@@ -344,8 +327,6 @@ export declare class GroundStationClient extends __Client<
|
|
|
344
327
|
GroundStationClientResolvedConfig
|
|
345
328
|
> {
|
|
346
329
|
readonly config: GroundStationClientResolvedConfig;
|
|
347
|
-
constructor(
|
|
348
|
-
...[configuration]: __CheckOptionalClientConfig<GroundStationClientConfig>
|
|
349
|
-
);
|
|
330
|
+
constructor(...[configuration]: __CheckOptionalClientConfig<GroundStationClientConfig>);
|
|
350
331
|
destroy(): void;
|
|
351
332
|
}
|
|
@@ -7,17 +7,10 @@ import { GroundStationHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
|
|
|
7
7
|
export interface HttpAuthExtensionConfiguration {
|
|
8
8
|
setHttpAuthScheme(httpAuthScheme: HttpAuthScheme): void;
|
|
9
9
|
httpAuthSchemes(): HttpAuthScheme[];
|
|
10
|
-
setHttpAuthSchemeProvider(
|
|
11
|
-
httpAuthSchemeProvider: GroundStationHttpAuthSchemeProvider
|
|
12
|
-
): void;
|
|
10
|
+
setHttpAuthSchemeProvider(httpAuthSchemeProvider: GroundStationHttpAuthSchemeProvider): void;
|
|
13
11
|
httpAuthSchemeProvider(): GroundStationHttpAuthSchemeProvider;
|
|
14
|
-
setCredentials(
|
|
15
|
-
|
|
16
|
-
): void;
|
|
17
|
-
credentials():
|
|
18
|
-
| AwsCredentialIdentity
|
|
19
|
-
| AwsCredentialIdentityProvider
|
|
20
|
-
| undefined;
|
|
12
|
+
setCredentials(credentials: AwsCredentialIdentity | AwsCredentialIdentityProvider): void;
|
|
13
|
+
credentials(): AwsCredentialIdentity | AwsCredentialIdentityProvider | undefined;
|
|
21
14
|
}
|
|
22
15
|
export type HttpAuthRuntimeConfig = Partial<{
|
|
23
16
|
httpAuthSchemes: HttpAuthScheme[];
|
|
@@ -25,8 +18,8 @@ export type HttpAuthRuntimeConfig = Partial<{
|
|
|
25
18
|
credentials: AwsCredentialIdentity | AwsCredentialIdentityProvider;
|
|
26
19
|
}>;
|
|
27
20
|
export declare const getHttpAuthExtensionConfiguration: (
|
|
28
|
-
runtimeConfig: HttpAuthRuntimeConfig
|
|
21
|
+
runtimeConfig: HttpAuthRuntimeConfig,
|
|
29
22
|
) => HttpAuthExtensionConfiguration;
|
|
30
23
|
export declare const resolveHttpAuthRuntimeConfig: (
|
|
31
|
-
config: HttpAuthExtensionConfiguration
|
|
24
|
+
config: HttpAuthExtensionConfiguration,
|
|
32
25
|
) => HttpAuthRuntimeConfig;
|
|
@@ -12,36 +12,32 @@ import {
|
|
|
12
12
|
Provider,
|
|
13
13
|
} from "@smithy/types";
|
|
14
14
|
import { GroundStationClientResolvedConfig } from "../GroundStationClient";
|
|
15
|
-
export interface GroundStationHttpAuthSchemeParameters
|
|
16
|
-
extends HttpAuthSchemeParameters {
|
|
15
|
+
export interface GroundStationHttpAuthSchemeParameters extends HttpAuthSchemeParameters {
|
|
17
16
|
region?: string;
|
|
18
17
|
}
|
|
19
|
-
export interface GroundStationHttpAuthSchemeParametersProvider
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
> {}
|
|
18
|
+
export interface GroundStationHttpAuthSchemeParametersProvider extends HttpAuthSchemeParametersProvider<
|
|
19
|
+
GroundStationClientResolvedConfig,
|
|
20
|
+
HandlerExecutionContext,
|
|
21
|
+
GroundStationHttpAuthSchemeParameters,
|
|
22
|
+
object
|
|
23
|
+
> {}
|
|
26
24
|
export declare const defaultGroundStationHttpAuthSchemeParametersProvider: (
|
|
27
25
|
config: GroundStationClientResolvedConfig,
|
|
28
26
|
context: HandlerExecutionContext,
|
|
29
|
-
input: object
|
|
27
|
+
input: object,
|
|
30
28
|
) => Promise<GroundStationHttpAuthSchemeParameters>;
|
|
31
|
-
export interface GroundStationHttpAuthSchemeProvider
|
|
32
|
-
extends HttpAuthSchemeProvider<GroundStationHttpAuthSchemeParameters> {}
|
|
29
|
+
export interface GroundStationHttpAuthSchemeProvider extends HttpAuthSchemeProvider<GroundStationHttpAuthSchemeParameters> {}
|
|
33
30
|
export declare const defaultGroundStationHttpAuthSchemeProvider: GroundStationHttpAuthSchemeProvider;
|
|
34
31
|
export interface HttpAuthSchemeInputConfig extends AwsSdkSigV4AuthInputConfig {
|
|
35
32
|
authSchemePreference?: string[] | Provider<string[]>;
|
|
36
33
|
httpAuthSchemes?: HttpAuthScheme[];
|
|
37
34
|
httpAuthSchemeProvider?: GroundStationHttpAuthSchemeProvider;
|
|
38
35
|
}
|
|
39
|
-
export interface HttpAuthSchemeResolvedConfig
|
|
40
|
-
extends AwsSdkSigV4AuthResolvedConfig {
|
|
36
|
+
export interface HttpAuthSchemeResolvedConfig extends AwsSdkSigV4AuthResolvedConfig {
|
|
41
37
|
readonly authSchemePreference: Provider<string[]>;
|
|
42
38
|
readonly httpAuthSchemes: HttpAuthScheme[];
|
|
43
39
|
readonly httpAuthSchemeProvider: GroundStationHttpAuthSchemeProvider;
|
|
44
40
|
}
|
|
45
41
|
export declare const resolveHttpAuthSchemeConfig: <T>(
|
|
46
|
-
config: T & HttpAuthSchemeInputConfig & AwsSdkSigV4PreviouslyResolved
|
|
42
|
+
config: T & HttpAuthSchemeInputConfig & AwsSdkSigV4PreviouslyResolved,
|
|
47
43
|
) => T & HttpAuthSchemeResolvedConfig;
|
|
@@ -4,22 +4,21 @@ import {
|
|
|
4
4
|
ServiceInputTypes,
|
|
5
5
|
ServiceOutputTypes,
|
|
6
6
|
} from "./GroundStationClient";
|
|
7
|
-
export declare const command: <
|
|
8
|
-
I extends ServiceInputTypes,
|
|
9
|
-
O extends ServiceOutputTypes
|
|
10
|
-
>(
|
|
7
|
+
export declare const command: <I extends ServiceInputTypes, O extends ServiceOutputTypes>(
|
|
11
8
|
added: EndpointParameterInstructions,
|
|
12
9
|
plugins: (
|
|
13
10
|
CommandCtor: any,
|
|
14
11
|
clientStack: any,
|
|
15
12
|
config: any,
|
|
16
|
-
options: any
|
|
13
|
+
options: any,
|
|
17
14
|
) => import("@smithy/types").Pluggable<any, any>[],
|
|
18
15
|
op: string,
|
|
19
16
|
$: import("@smithy/types").StaticOperationSchema,
|
|
20
|
-
smithyContext?: Record<string, unknown
|
|
17
|
+
smithyContext?: Record<string, unknown>,
|
|
21
18
|
) => {
|
|
22
|
-
new (
|
|
19
|
+
new (
|
|
20
|
+
input: I,
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
22
|
I,
|
|
24
23
|
O,
|
|
25
24
|
GroundStationClientResolvedConfig,
|
|
@@ -38,9 +37,4 @@ export declare const command: <
|
|
|
38
37
|
getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
39
38
|
};
|
|
40
39
|
export declare const _ep0: EndpointParameterInstructions;
|
|
41
|
-
export declare const _mw0: (
|
|
42
|
-
Command: any,
|
|
43
|
-
cs: any,
|
|
44
|
-
config: any,
|
|
45
|
-
o: any
|
|
46
|
-
) => never[];
|
|
40
|
+
export declare const _mw0: (Command: any, cs: any, config: any, o: any) => never[];
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { CancelContactRequest, ContactIdResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface CancelContactCommandInput extends CancelContactRequest {}
|
|
5
|
-
export interface CancelContactCommandOutput
|
|
6
|
-
extends ContactIdResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface CancelContactCommandOutput extends ContactIdResponse, __MetadataBearer {}
|
|
8
6
|
declare const CancelContactCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: CancelContactCommandInput
|
|
8
|
+
input: CancelContactCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
CancelContactCommandInput,
|
|
13
11
|
CancelContactCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const CancelContactCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: CancelContactCommandInput
|
|
17
|
+
input: CancelContactCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
CancelContactCommandInput,
|
|
22
20
|
CancelContactCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { ConfigIdResponse, CreateConfigRequest } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface CreateConfigCommandInput extends CreateConfigRequest {}
|
|
5
|
-
export interface CreateConfigCommandOutput
|
|
6
|
-
extends ConfigIdResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface CreateConfigCommandOutput extends ConfigIdResponse, __MetadataBearer {}
|
|
8
6
|
declare const CreateConfigCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: CreateConfigCommandInput
|
|
8
|
+
input: CreateConfigCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
CreateConfigCommandInput,
|
|
13
11
|
CreateConfigCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const CreateConfigCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: CreateConfigCommandInput
|
|
17
|
+
input: CreateConfigCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
CreateConfigCommandInput,
|
|
22
20
|
CreateConfigCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
DataflowEndpointGroupIdResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface CreateDataflowEndpointGroupCommandInput
|
|
8
|
-
extends CreateDataflowEndpointGroupRequest {}
|
|
7
|
+
export interface CreateDataflowEndpointGroupCommandInput extends CreateDataflowEndpointGroupRequest {}
|
|
9
8
|
export interface CreateDataflowEndpointGroupCommandOutput
|
|
10
|
-
extends DataflowEndpointGroupIdResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends DataflowEndpointGroupIdResponse, __MetadataBearer {}
|
|
12
10
|
declare const CreateDataflowEndpointGroupCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: CreateDataflowEndpointGroupCommandInput
|
|
12
|
+
input: CreateDataflowEndpointGroupCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
CreateDataflowEndpointGroupCommandInput,
|
|
17
15
|
CreateDataflowEndpointGroupCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const CreateDataflowEndpointGroupCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: CreateDataflowEndpointGroupCommandInput
|
|
21
|
+
input: CreateDataflowEndpointGroupCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
CreateDataflowEndpointGroupCommandInput,
|
|
26
24
|
CreateDataflowEndpointGroupCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
CreateDataflowEndpointGroupV2Response,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface CreateDataflowEndpointGroupV2CommandInput
|
|
8
|
-
extends CreateDataflowEndpointGroupV2Request {}
|
|
7
|
+
export interface CreateDataflowEndpointGroupV2CommandInput extends CreateDataflowEndpointGroupV2Request {}
|
|
9
8
|
export interface CreateDataflowEndpointGroupV2CommandOutput
|
|
10
|
-
extends CreateDataflowEndpointGroupV2Response,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends CreateDataflowEndpointGroupV2Response, __MetadataBearer {}
|
|
12
10
|
declare const CreateDataflowEndpointGroupV2Command_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: CreateDataflowEndpointGroupV2CommandInput
|
|
12
|
+
input: CreateDataflowEndpointGroupV2CommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
CreateDataflowEndpointGroupV2CommandInput,
|
|
17
15
|
CreateDataflowEndpointGroupV2CommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const CreateDataflowEndpointGroupV2Command_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: CreateDataflowEndpointGroupV2CommandInput
|
|
21
|
+
input: CreateDataflowEndpointGroupV2CommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
CreateDataflowEndpointGroupV2CommandInput,
|
|
26
24
|
CreateDataflowEndpointGroupV2CommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
CreateEphemerisRequest,
|
|
4
|
-
EphemerisIdResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { CreateEphemerisRequest, EphemerisIdResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface CreateEphemerisCommandInput extends CreateEphemerisRequest {}
|
|
8
|
-
export interface CreateEphemerisCommandOutput
|
|
9
|
-
extends EphemerisIdResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface CreateEphemerisCommandOutput extends EphemerisIdResponse, __MetadataBearer {}
|
|
11
6
|
declare const CreateEphemerisCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: CreateEphemerisCommandInput
|
|
8
|
+
input: CreateEphemerisCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
CreateEphemerisCommandInput,
|
|
16
11
|
CreateEphemerisCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const CreateEphemerisCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: CreateEphemerisCommandInput
|
|
17
|
+
input: CreateEphemerisCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
CreateEphemerisCommandInput,
|
|
25
20
|
CreateEphemerisCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
CreateMissionProfileRequest,
|
|
4
|
-
MissionProfileIdResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { CreateMissionProfileRequest, MissionProfileIdResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface CreateMissionProfileCommandInput
|
|
8
|
-
extends CreateMissionProfileRequest {}
|
|
4
|
+
export interface CreateMissionProfileCommandInput extends CreateMissionProfileRequest {}
|
|
9
5
|
export interface CreateMissionProfileCommandOutput
|
|
10
|
-
extends MissionProfileIdResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends MissionProfileIdResponse, __MetadataBearer {}
|
|
12
7
|
declare const CreateMissionProfileCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: CreateMissionProfileCommandInput
|
|
9
|
+
input: CreateMissionProfileCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
CreateMissionProfileCommandInput,
|
|
17
12
|
CreateMissionProfileCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const CreateMissionProfileCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: CreateMissionProfileCommandInput
|
|
18
|
+
input: CreateMissionProfileCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
CreateMissionProfileCommandInput,
|
|
26
21
|
CreateMissionProfileCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { ConfigIdResponse, DeleteConfigRequest } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface DeleteConfigCommandInput extends DeleteConfigRequest {}
|
|
5
|
-
export interface DeleteConfigCommandOutput
|
|
6
|
-
extends ConfigIdResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface DeleteConfigCommandOutput extends ConfigIdResponse, __MetadataBearer {}
|
|
8
6
|
declare const DeleteConfigCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: DeleteConfigCommandInput
|
|
8
|
+
input: DeleteConfigCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
DeleteConfigCommandInput,
|
|
13
11
|
DeleteConfigCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const DeleteConfigCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: DeleteConfigCommandInput
|
|
17
|
+
input: DeleteConfigCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
DeleteConfigCommandInput,
|
|
22
20
|
DeleteConfigCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
DeleteDataflowEndpointGroupRequest,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface DeleteDataflowEndpointGroupCommandInput
|
|
8
|
-
extends DeleteDataflowEndpointGroupRequest {}
|
|
7
|
+
export interface DeleteDataflowEndpointGroupCommandInput extends DeleteDataflowEndpointGroupRequest {}
|
|
9
8
|
export interface DeleteDataflowEndpointGroupCommandOutput
|
|
10
|
-
extends DataflowEndpointGroupIdResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends DataflowEndpointGroupIdResponse, __MetadataBearer {}
|
|
12
10
|
declare const DeleteDataflowEndpointGroupCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: DeleteDataflowEndpointGroupCommandInput
|
|
12
|
+
input: DeleteDataflowEndpointGroupCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
DeleteDataflowEndpointGroupCommandInput,
|
|
17
15
|
DeleteDataflowEndpointGroupCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const DeleteDataflowEndpointGroupCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: DeleteDataflowEndpointGroupCommandInput
|
|
21
|
+
input: DeleteDataflowEndpointGroupCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
DeleteDataflowEndpointGroupCommandInput,
|
|
26
24
|
DeleteDataflowEndpointGroupCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DeleteEphemerisRequest,
|
|
4
|
-
EphemerisIdResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DeleteEphemerisRequest, EphemerisIdResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface DeleteEphemerisCommandInput extends DeleteEphemerisRequest {}
|
|
8
|
-
export interface DeleteEphemerisCommandOutput
|
|
9
|
-
extends EphemerisIdResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface DeleteEphemerisCommandOutput extends EphemerisIdResponse, __MetadataBearer {}
|
|
11
6
|
declare const DeleteEphemerisCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: DeleteEphemerisCommandInput
|
|
8
|
+
input: DeleteEphemerisCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
DeleteEphemerisCommandInput,
|
|
16
11
|
DeleteEphemerisCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const DeleteEphemerisCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: DeleteEphemerisCommandInput
|
|
17
|
+
input: DeleteEphemerisCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
DeleteEphemerisCommandInput,
|
|
25
20
|
DeleteEphemerisCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DeleteMissionProfileRequest,
|
|
4
|
-
MissionProfileIdResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DeleteMissionProfileRequest, MissionProfileIdResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface DeleteMissionProfileCommandInput
|
|
8
|
-
extends DeleteMissionProfileRequest {}
|
|
4
|
+
export interface DeleteMissionProfileCommandInput extends DeleteMissionProfileRequest {}
|
|
9
5
|
export interface DeleteMissionProfileCommandOutput
|
|
10
|
-
extends MissionProfileIdResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends MissionProfileIdResponse, __MetadataBearer {}
|
|
12
7
|
declare const DeleteMissionProfileCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: DeleteMissionProfileCommandInput
|
|
9
|
+
input: DeleteMissionProfileCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
DeleteMissionProfileCommandInput,
|
|
17
12
|
DeleteMissionProfileCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const DeleteMissionProfileCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: DeleteMissionProfileCommandInput
|
|
18
|
+
input: DeleteMissionProfileCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
DeleteMissionProfileCommandInput,
|
|
26
21
|
DeleteMissionProfileCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DescribeContactRequest,
|
|
4
|
-
DescribeContactResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DescribeContactRequest, DescribeContactResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface DescribeContactCommandInput extends DescribeContactRequest {}
|
|
8
|
-
export interface DescribeContactCommandOutput
|
|
9
|
-
extends DescribeContactResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface DescribeContactCommandOutput extends DescribeContactResponse, __MetadataBearer {}
|
|
11
6
|
declare const DescribeContactCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: DescribeContactCommandInput
|
|
8
|
+
input: DescribeContactCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
DescribeContactCommandInput,
|
|
16
11
|
DescribeContactCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const DescribeContactCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: DescribeContactCommandInput
|
|
17
|
+
input: DescribeContactCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
DescribeContactCommandInput,
|
|
25
20
|
DescribeContactCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DescribeContactVersionRequest,
|
|
4
|
-
DescribeContactVersionResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DescribeContactVersionRequest, DescribeContactVersionResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface DescribeContactVersionCommandInput
|
|
8
|
-
extends DescribeContactVersionRequest {}
|
|
4
|
+
export interface DescribeContactVersionCommandInput extends DescribeContactVersionRequest {}
|
|
9
5
|
export interface DescribeContactVersionCommandOutput
|
|
10
|
-
extends DescribeContactVersionResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends DescribeContactVersionResponse, __MetadataBearer {}
|
|
12
7
|
declare const DescribeContactVersionCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: DescribeContactVersionCommandInput
|
|
9
|
+
input: DescribeContactVersionCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
DescribeContactVersionCommandInput,
|
|
17
12
|
DescribeContactVersionCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const DescribeContactVersionCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: DescribeContactVersionCommandInput
|
|
18
|
+
input: DescribeContactVersionCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
DescribeContactVersionCommandInput,
|
|
26
21
|
DescribeContactVersionCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DescribeEphemerisRequest,
|
|
4
|
-
DescribeEphemerisResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DescribeEphemerisRequest, DescribeEphemerisResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface DescribeEphemerisCommandInput
|
|
8
|
-
extends DescribeEphemerisRequest {}
|
|
4
|
+
export interface DescribeEphemerisCommandInput extends DescribeEphemerisRequest {}
|
|
9
5
|
export interface DescribeEphemerisCommandOutput
|
|
10
|
-
extends DescribeEphemerisResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends DescribeEphemerisResponse, __MetadataBearer {}
|
|
12
7
|
declare const DescribeEphemerisCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: DescribeEphemerisCommandInput
|
|
9
|
+
input: DescribeEphemerisCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
DescribeEphemerisCommandInput,
|
|
17
12
|
DescribeEphemerisCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const DescribeEphemerisCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: DescribeEphemerisCommandInput
|
|
18
|
+
input: DescribeEphemerisCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
DescribeEphemerisCommandInput,
|
|
26
21
|
DescribeEphemerisCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
GetAgentConfigurationRequest,
|
|
4
|
-
GetAgentConfigurationResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { GetAgentConfigurationRequest, GetAgentConfigurationResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetAgentConfigurationCommandInput
|
|
8
|
-
extends GetAgentConfigurationRequest {}
|
|
4
|
+
export interface GetAgentConfigurationCommandInput extends GetAgentConfigurationRequest {}
|
|
9
5
|
export interface GetAgentConfigurationCommandOutput
|
|
10
|
-
extends GetAgentConfigurationResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends GetAgentConfigurationResponse, __MetadataBearer {}
|
|
12
7
|
declare const GetAgentConfigurationCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: GetAgentConfigurationCommandInput
|
|
9
|
+
input: GetAgentConfigurationCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
GetAgentConfigurationCommandInput,
|
|
17
12
|
GetAgentConfigurationCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const GetAgentConfigurationCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: GetAgentConfigurationCommandInput
|
|
18
|
+
input: GetAgentConfigurationCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
GetAgentConfigurationCommandInput,
|
|
26
21
|
GetAgentConfigurationCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
GetAgentTaskResponseUrlResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetAgentTaskResponseUrlCommandInput
|
|
8
|
-
extends GetAgentTaskResponseUrlRequest {}
|
|
7
|
+
export interface GetAgentTaskResponseUrlCommandInput extends GetAgentTaskResponseUrlRequest {}
|
|
9
8
|
export interface GetAgentTaskResponseUrlCommandOutput
|
|
10
|
-
extends GetAgentTaskResponseUrlResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends GetAgentTaskResponseUrlResponse, __MetadataBearer {}
|
|
12
10
|
declare const GetAgentTaskResponseUrlCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: GetAgentTaskResponseUrlCommandInput
|
|
12
|
+
input: GetAgentTaskResponseUrlCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
GetAgentTaskResponseUrlCommandInput,
|
|
17
15
|
GetAgentTaskResponseUrlCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const GetAgentTaskResponseUrlCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: GetAgentTaskResponseUrlCommandInput
|
|
21
|
+
input: GetAgentTaskResponseUrlCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
GetAgentTaskResponseUrlCommandInput,
|
|
26
24
|
GetAgentTaskResponseUrlCommandOutput,
|