@aws-sdk/client-cloudwatch-events 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/CloudWatchEvents.d.ts +164 -202
- package/dist-types/ts3.4/CloudWatchEventsClient.d.ts +15 -55
- 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/ActivateEventSourceCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/CancelReplayCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/CreateApiDestinationCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateArchiveCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateConnectionCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateEventBusCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreatePartnerEventSourceCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeactivateEventSourceCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/DeauthorizeConnectionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteApiDestinationCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteArchiveCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteConnectionCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteEventBusCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/DeletePartnerEventSourceCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteRuleCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/DescribeApiDestinationCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeArchiveCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeConnectionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeEventBusCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/DescribeEventSourceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribePartnerEventSourceCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeReplayCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeRuleCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DisableRuleCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/EnableRuleCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/ListApiDestinationsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListArchivesCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListConnectionsCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/ListEventBusesCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/ListEventSourcesCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/ListPartnerEventSourceAccountsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListPartnerEventSourcesCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListReplaysCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListRuleNamesByTargetCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListRulesCommand.d.ts +4 -4
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListTargetsByRuleCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/PutEventsCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/PutPartnerEventsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/PutPermissionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutRuleCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/PutTargetsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/RemovePermissionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RemoveTargetsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/StartReplayCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/TestEventPatternCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateApiDestinationCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateArchiveCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateConnectionCommand.d.ts +4 -9
- 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 +4 -8
- package/dist-types/ts3.4/models/errors.d.ts +10 -33
- package/dist-types/ts3.4/models/models_0.d.ts +2 -6
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +10 -25
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -19
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +10 -25
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -4
- package/dist-types/ts3.4/runtimeExtensions.d.ts +2 -4
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
- 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 {
|
|
@@ -92,10 +89,7 @@ import {
|
|
|
92
89
|
DeletePartnerEventSourceCommandInput,
|
|
93
90
|
DeletePartnerEventSourceCommandOutput,
|
|
94
91
|
} from "./commands/DeletePartnerEventSourceCommand";
|
|
95
|
-
import {
|
|
96
|
-
DeleteRuleCommandInput,
|
|
97
|
-
DeleteRuleCommandOutput,
|
|
98
|
-
} from "./commands/DeleteRuleCommand";
|
|
92
|
+
import { DeleteRuleCommandInput, DeleteRuleCommandOutput } from "./commands/DeleteRuleCommand";
|
|
99
93
|
import {
|
|
100
94
|
DescribeApiDestinationCommandInput,
|
|
101
95
|
DescribeApiDestinationCommandOutput,
|
|
@@ -128,14 +122,8 @@ import {
|
|
|
128
122
|
DescribeRuleCommandInput,
|
|
129
123
|
DescribeRuleCommandOutput,
|
|
130
124
|
} from "./commands/DescribeRuleCommand";
|
|
131
|
-
import {
|
|
132
|
-
|
|
133
|
-
DisableRuleCommandOutput,
|
|
134
|
-
} from "./commands/DisableRuleCommand";
|
|
135
|
-
import {
|
|
136
|
-
EnableRuleCommandInput,
|
|
137
|
-
EnableRuleCommandOutput,
|
|
138
|
-
} from "./commands/EnableRuleCommand";
|
|
125
|
+
import { DisableRuleCommandInput, DisableRuleCommandOutput } from "./commands/DisableRuleCommand";
|
|
126
|
+
import { EnableRuleCommandInput, EnableRuleCommandOutput } from "./commands/EnableRuleCommand";
|
|
139
127
|
import {
|
|
140
128
|
ListApiDestinationsCommandInput,
|
|
141
129
|
ListApiDestinationsCommandOutput,
|
|
@@ -164,18 +152,12 @@ import {
|
|
|
164
152
|
ListPartnerEventSourcesCommandInput,
|
|
165
153
|
ListPartnerEventSourcesCommandOutput,
|
|
166
154
|
} from "./commands/ListPartnerEventSourcesCommand";
|
|
167
|
-
import {
|
|
168
|
-
ListReplaysCommandInput,
|
|
169
|
-
ListReplaysCommandOutput,
|
|
170
|
-
} from "./commands/ListReplaysCommand";
|
|
155
|
+
import { ListReplaysCommandInput, ListReplaysCommandOutput } from "./commands/ListReplaysCommand";
|
|
171
156
|
import {
|
|
172
157
|
ListRuleNamesByTargetCommandInput,
|
|
173
158
|
ListRuleNamesByTargetCommandOutput,
|
|
174
159
|
} from "./commands/ListRuleNamesByTargetCommand";
|
|
175
|
-
import {
|
|
176
|
-
ListRulesCommandInput,
|
|
177
|
-
ListRulesCommandOutput,
|
|
178
|
-
} from "./commands/ListRulesCommand";
|
|
160
|
+
import { ListRulesCommandInput, ListRulesCommandOutput } from "./commands/ListRulesCommand";
|
|
179
161
|
import {
|
|
180
162
|
ListTagsForResourceCommandInput,
|
|
181
163
|
ListTagsForResourceCommandOutput,
|
|
@@ -184,10 +166,7 @@ import {
|
|
|
184
166
|
ListTargetsByRuleCommandInput,
|
|
185
167
|
ListTargetsByRuleCommandOutput,
|
|
186
168
|
} from "./commands/ListTargetsByRuleCommand";
|
|
187
|
-
import {
|
|
188
|
-
PutEventsCommandInput,
|
|
189
|
-
PutEventsCommandOutput,
|
|
190
|
-
} from "./commands/PutEventsCommand";
|
|
169
|
+
import { PutEventsCommandInput, PutEventsCommandOutput } from "./commands/PutEventsCommand";
|
|
191
170
|
import {
|
|
192
171
|
PutPartnerEventsCommandInput,
|
|
193
172
|
PutPartnerEventsCommandOutput,
|
|
@@ -196,14 +175,8 @@ import {
|
|
|
196
175
|
PutPermissionCommandInput,
|
|
197
176
|
PutPermissionCommandOutput,
|
|
198
177
|
} from "./commands/PutPermissionCommand";
|
|
199
|
-
import {
|
|
200
|
-
|
|
201
|
-
PutRuleCommandOutput,
|
|
202
|
-
} from "./commands/PutRuleCommand";
|
|
203
|
-
import {
|
|
204
|
-
PutTargetsCommandInput,
|
|
205
|
-
PutTargetsCommandOutput,
|
|
206
|
-
} from "./commands/PutTargetsCommand";
|
|
178
|
+
import { PutRuleCommandInput, PutRuleCommandOutput } from "./commands/PutRuleCommand";
|
|
179
|
+
import { PutTargetsCommandInput, PutTargetsCommandOutput } from "./commands/PutTargetsCommand";
|
|
207
180
|
import {
|
|
208
181
|
RemovePermissionCommandInput,
|
|
209
182
|
RemovePermissionCommandOutput,
|
|
@@ -212,14 +185,8 @@ import {
|
|
|
212
185
|
RemoveTargetsCommandInput,
|
|
213
186
|
RemoveTargetsCommandOutput,
|
|
214
187
|
} from "./commands/RemoveTargetsCommand";
|
|
215
|
-
import {
|
|
216
|
-
|
|
217
|
-
StartReplayCommandOutput,
|
|
218
|
-
} from "./commands/StartReplayCommand";
|
|
219
|
-
import {
|
|
220
|
-
TagResourceCommandInput,
|
|
221
|
-
TagResourceCommandOutput,
|
|
222
|
-
} from "./commands/TagResourceCommand";
|
|
188
|
+
import { StartReplayCommandInput, StartReplayCommandOutput } from "./commands/StartReplayCommand";
|
|
189
|
+
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
223
190
|
import {
|
|
224
191
|
TestEventPatternCommandInput,
|
|
225
192
|
TestEventPatternCommandOutput,
|
|
@@ -351,8 +318,7 @@ export type ServiceOutputTypes =
|
|
|
351
318
|
| UpdateApiDestinationCommandOutput
|
|
352
319
|
| UpdateArchiveCommandOutput
|
|
353
320
|
| UpdateConnectionCommandOutput;
|
|
354
|
-
export interface ClientDefaults
|
|
355
|
-
extends Partial<__SmithyConfiguration<__HttpHandlerOptions>> {
|
|
321
|
+
export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHandlerOptions>> {
|
|
356
322
|
requestHandler?: __HttpHandlerUserInput;
|
|
357
323
|
sha256?: __ChecksumConstructor | __HashConstructor;
|
|
358
324
|
urlParser?: __UrlParser;
|
|
@@ -388,8 +354,7 @@ export type CloudWatchEventsClientConfigType = Partial<
|
|
|
388
354
|
EndpointInputConfig<EndpointParameters> &
|
|
389
355
|
HttpAuthSchemeInputConfig &
|
|
390
356
|
ClientInputEndpointParameters;
|
|
391
|
-
export interface CloudWatchEventsClientConfig
|
|
392
|
-
extends CloudWatchEventsClientConfigType {}
|
|
357
|
+
export interface CloudWatchEventsClientConfig extends CloudWatchEventsClientConfigType {}
|
|
393
358
|
export type CloudWatchEventsClientResolvedConfigType =
|
|
394
359
|
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
395
360
|
Required<ClientDefaults> &
|
|
@@ -401,8 +366,7 @@ export type CloudWatchEventsClientResolvedConfigType =
|
|
|
401
366
|
EndpointResolvedConfig<EndpointParameters> &
|
|
402
367
|
HttpAuthSchemeResolvedConfig &
|
|
403
368
|
ClientResolvedEndpointParameters;
|
|
404
|
-
export interface CloudWatchEventsClientResolvedConfig
|
|
405
|
-
extends CloudWatchEventsClientResolvedConfigType {}
|
|
369
|
+
export interface CloudWatchEventsClientResolvedConfig extends CloudWatchEventsClientResolvedConfigType {}
|
|
406
370
|
export declare class CloudWatchEventsClient extends __Client<
|
|
407
371
|
__HttpHandlerOptions,
|
|
408
372
|
ServiceInputTypes,
|
|
@@ -410,10 +374,6 @@ export declare class CloudWatchEventsClient extends __Client<
|
|
|
410
374
|
CloudWatchEventsClientResolvedConfig
|
|
411
375
|
> {
|
|
412
376
|
readonly config: CloudWatchEventsClientResolvedConfig;
|
|
413
|
-
constructor(
|
|
414
|
-
...[
|
|
415
|
-
configuration,
|
|
416
|
-
]: __CheckOptionalClientConfig<CloudWatchEventsClientConfig>
|
|
417
|
-
);
|
|
377
|
+
constructor(...[configuration]: __CheckOptionalClientConfig<CloudWatchEventsClientConfig>);
|
|
418
378
|
destroy(): void;
|
|
419
379
|
}
|
|
@@ -7,17 +7,10 @@ import { CloudWatchEventsHttpAuthSchemeProvider } from "./httpAuthSchemeProvider
|
|
|
7
7
|
export interface HttpAuthExtensionConfiguration {
|
|
8
8
|
setHttpAuthScheme(httpAuthScheme: HttpAuthScheme): void;
|
|
9
9
|
httpAuthSchemes(): HttpAuthScheme[];
|
|
10
|
-
setHttpAuthSchemeProvider(
|
|
11
|
-
httpAuthSchemeProvider: CloudWatchEventsHttpAuthSchemeProvider
|
|
12
|
-
): void;
|
|
10
|
+
setHttpAuthSchemeProvider(httpAuthSchemeProvider: CloudWatchEventsHttpAuthSchemeProvider): void;
|
|
13
11
|
httpAuthSchemeProvider(): CloudWatchEventsHttpAuthSchemeProvider;
|
|
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 { CloudWatchEventsClientResolvedConfig } from "../CloudWatchEventsClient";
|
|
15
|
-
export interface CloudWatchEventsHttpAuthSchemeParameters
|
|
16
|
-
extends HttpAuthSchemeParameters {
|
|
15
|
+
export interface CloudWatchEventsHttpAuthSchemeParameters extends HttpAuthSchemeParameters {
|
|
17
16
|
region?: string;
|
|
18
17
|
}
|
|
19
|
-
export interface CloudWatchEventsHttpAuthSchemeParametersProvider
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
> {}
|
|
18
|
+
export interface CloudWatchEventsHttpAuthSchemeParametersProvider extends HttpAuthSchemeParametersProvider<
|
|
19
|
+
CloudWatchEventsClientResolvedConfig,
|
|
20
|
+
HandlerExecutionContext,
|
|
21
|
+
CloudWatchEventsHttpAuthSchemeParameters,
|
|
22
|
+
object
|
|
23
|
+
> {}
|
|
26
24
|
export declare const defaultCloudWatchEventsHttpAuthSchemeParametersProvider: (
|
|
27
25
|
config: CloudWatchEventsClientResolvedConfig,
|
|
28
26
|
context: HandlerExecutionContext,
|
|
29
|
-
input: object
|
|
27
|
+
input: object,
|
|
30
28
|
) => Promise<CloudWatchEventsHttpAuthSchemeParameters>;
|
|
31
|
-
export interface CloudWatchEventsHttpAuthSchemeProvider
|
|
32
|
-
extends HttpAuthSchemeProvider<CloudWatchEventsHttpAuthSchemeParameters> {}
|
|
29
|
+
export interface CloudWatchEventsHttpAuthSchemeProvider extends HttpAuthSchemeProvider<CloudWatchEventsHttpAuthSchemeParameters> {}
|
|
33
30
|
export declare const defaultCloudWatchEventsHttpAuthSchemeProvider: CloudWatchEventsHttpAuthSchemeProvider;
|
|
34
31
|
export interface HttpAuthSchemeInputConfig extends AwsSdkSigV4AuthInputConfig {
|
|
35
32
|
authSchemePreference?: string[] | Provider<string[]>;
|
|
36
33
|
httpAuthSchemes?: HttpAuthScheme[];
|
|
37
34
|
httpAuthSchemeProvider?: CloudWatchEventsHttpAuthSchemeProvider;
|
|
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: CloudWatchEventsHttpAuthSchemeProvider;
|
|
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 "./CloudWatchEventsClient";
|
|
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
|
CloudWatchEventsClientResolvedConfig,
|
|
@@ -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[];
|
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
2
|
import { ActivateEventSourceRequest } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
|
-
export interface ActivateEventSourceCommandInput
|
|
5
|
-
extends ActivateEventSourceRequest {}
|
|
4
|
+
export interface ActivateEventSourceCommandInput extends ActivateEventSourceRequest {}
|
|
6
5
|
export interface ActivateEventSourceCommandOutput extends __MetadataBearer {}
|
|
7
6
|
declare const ActivateEventSourceCommand_base: {
|
|
8
7
|
new (
|
|
9
|
-
input: ActivateEventSourceCommandInput
|
|
8
|
+
input: ActivateEventSourceCommandInput,
|
|
10
9
|
): import("@smithy/core/client").CommandImpl<
|
|
11
10
|
ActivateEventSourceCommandInput,
|
|
12
11
|
ActivateEventSourceCommandOutput,
|
|
@@ -15,7 +14,7 @@ declare const ActivateEventSourceCommand_base: {
|
|
|
15
14
|
import("..").ServiceOutputTypes
|
|
16
15
|
>;
|
|
17
16
|
new (
|
|
18
|
-
input: ActivateEventSourceCommandInput
|
|
17
|
+
input: ActivateEventSourceCommandInput,
|
|
19
18
|
): import("@smithy/core/client").CommandImpl<
|
|
20
19
|
ActivateEventSourceCommandInput,
|
|
21
20
|
ActivateEventSourceCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { CancelReplayRequest, CancelReplayResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface CancelReplayCommandInput extends CancelReplayRequest {}
|
|
5
|
-
export interface CancelReplayCommandOutput
|
|
6
|
-
extends CancelReplayResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface CancelReplayCommandOutput extends CancelReplayResponse, __MetadataBearer {}
|
|
8
6
|
declare const CancelReplayCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: CancelReplayCommandInput
|
|
8
|
+
input: CancelReplayCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
CancelReplayCommandInput,
|
|
13
11
|
CancelReplayCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const CancelReplayCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: CancelReplayCommandInput
|
|
17
|
+
input: CancelReplayCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
CancelReplayCommandInput,
|
|
22
20
|
CancelReplayCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
CreateApiDestinationRequest,
|
|
4
|
-
CreateApiDestinationResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { CreateApiDestinationRequest, CreateApiDestinationResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface CreateApiDestinationCommandInput
|
|
8
|
-
extends CreateApiDestinationRequest {}
|
|
4
|
+
export interface CreateApiDestinationCommandInput extends CreateApiDestinationRequest {}
|
|
9
5
|
export interface CreateApiDestinationCommandOutput
|
|
10
|
-
extends CreateApiDestinationResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends CreateApiDestinationResponse, __MetadataBearer {}
|
|
12
7
|
declare const CreateApiDestinationCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: CreateApiDestinationCommandInput
|
|
9
|
+
input: CreateApiDestinationCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
CreateApiDestinationCommandInput,
|
|
17
12
|
CreateApiDestinationCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const CreateApiDestinationCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: CreateApiDestinationCommandInput
|
|
18
|
+
input: CreateApiDestinationCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
CreateApiDestinationCommandInput,
|
|
26
21
|
CreateApiDestinationCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
CreateArchiveRequest,
|
|
4
|
-
CreateArchiveResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { CreateArchiveRequest, CreateArchiveResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface CreateArchiveCommandInput extends CreateArchiveRequest {}
|
|
8
|
-
export interface CreateArchiveCommandOutput
|
|
9
|
-
extends CreateArchiveResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface CreateArchiveCommandOutput extends CreateArchiveResponse, __MetadataBearer {}
|
|
11
6
|
declare const CreateArchiveCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: CreateArchiveCommandInput
|
|
8
|
+
input: CreateArchiveCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
CreateArchiveCommandInput,
|
|
16
11
|
CreateArchiveCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const CreateArchiveCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: CreateArchiveCommandInput
|
|
17
|
+
input: CreateArchiveCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
CreateArchiveCommandInput,
|
|
25
20
|
CreateArchiveCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
CreateConnectionRequest,
|
|
4
|
-
CreateConnectionResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { CreateConnectionRequest, CreateConnectionResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface CreateConnectionCommandInput extends CreateConnectionRequest {}
|
|
8
|
-
export interface CreateConnectionCommandOutput
|
|
9
|
-
extends CreateConnectionResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface CreateConnectionCommandOutput extends CreateConnectionResponse, __MetadataBearer {}
|
|
11
6
|
declare const CreateConnectionCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: CreateConnectionCommandInput
|
|
8
|
+
input: CreateConnectionCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
CreateConnectionCommandInput,
|
|
16
11
|
CreateConnectionCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const CreateConnectionCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: CreateConnectionCommandInput
|
|
17
|
+
input: CreateConnectionCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
CreateConnectionCommandInput,
|
|
25
20
|
CreateConnectionCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
CreateEventBusRequest,
|
|
4
|
-
CreateEventBusResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { CreateEventBusRequest, CreateEventBusResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface CreateEventBusCommandInput extends CreateEventBusRequest {}
|
|
8
|
-
export interface CreateEventBusCommandOutput
|
|
9
|
-
extends CreateEventBusResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface CreateEventBusCommandOutput extends CreateEventBusResponse, __MetadataBearer {}
|
|
11
6
|
declare const CreateEventBusCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: CreateEventBusCommandInput
|
|
8
|
+
input: CreateEventBusCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
CreateEventBusCommandInput,
|
|
16
11
|
CreateEventBusCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const CreateEventBusCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: CreateEventBusCommandInput
|
|
17
|
+
input: CreateEventBusCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
CreateEventBusCommandInput,
|
|
25
20
|
CreateEventBusCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
CreatePartnerEventSourceResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface CreatePartnerEventSourceCommandInput
|
|
8
|
-
extends CreatePartnerEventSourceRequest {}
|
|
7
|
+
export interface CreatePartnerEventSourceCommandInput extends CreatePartnerEventSourceRequest {}
|
|
9
8
|
export interface CreatePartnerEventSourceCommandOutput
|
|
10
|
-
extends CreatePartnerEventSourceResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends CreatePartnerEventSourceResponse, __MetadataBearer {}
|
|
12
10
|
declare const CreatePartnerEventSourceCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: CreatePartnerEventSourceCommandInput
|
|
12
|
+
input: CreatePartnerEventSourceCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
CreatePartnerEventSourceCommandInput,
|
|
17
15
|
CreatePartnerEventSourceCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const CreatePartnerEventSourceCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: CreatePartnerEventSourceCommandInput
|
|
21
|
+
input: CreatePartnerEventSourceCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
CreatePartnerEventSourceCommandInput,
|
|
26
24
|
CreatePartnerEventSourceCommandOutput,
|
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
2
|
import { DeactivateEventSourceRequest } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
|
-
export interface DeactivateEventSourceCommandInput
|
|
5
|
-
extends DeactivateEventSourceRequest {}
|
|
4
|
+
export interface DeactivateEventSourceCommandInput extends DeactivateEventSourceRequest {}
|
|
6
5
|
export interface DeactivateEventSourceCommandOutput extends __MetadataBearer {}
|
|
7
6
|
declare const DeactivateEventSourceCommand_base: {
|
|
8
7
|
new (
|
|
9
|
-
input: DeactivateEventSourceCommandInput
|
|
8
|
+
input: DeactivateEventSourceCommandInput,
|
|
10
9
|
): import("@smithy/core/client").CommandImpl<
|
|
11
10
|
DeactivateEventSourceCommandInput,
|
|
12
11
|
DeactivateEventSourceCommandOutput,
|
|
@@ -15,7 +14,7 @@ declare const DeactivateEventSourceCommand_base: {
|
|
|
15
14
|
import("..").ServiceOutputTypes
|
|
16
15
|
>;
|
|
17
16
|
new (
|
|
18
|
-
input: DeactivateEventSourceCommandInput
|
|
17
|
+
input: DeactivateEventSourceCommandInput,
|
|
19
18
|
): import("@smithy/core/client").CommandImpl<
|
|
20
19
|
DeactivateEventSourceCommandInput,
|
|
21
20
|
DeactivateEventSourceCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DeauthorizeConnectionRequest,
|
|
4
|
-
DeauthorizeConnectionResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DeauthorizeConnectionRequest, DeauthorizeConnectionResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface DeauthorizeConnectionCommandInput
|
|
8
|
-
extends DeauthorizeConnectionRequest {}
|
|
4
|
+
export interface DeauthorizeConnectionCommandInput extends DeauthorizeConnectionRequest {}
|
|
9
5
|
export interface DeauthorizeConnectionCommandOutput
|
|
10
|
-
extends DeauthorizeConnectionResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends DeauthorizeConnectionResponse, __MetadataBearer {}
|
|
12
7
|
declare const DeauthorizeConnectionCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: DeauthorizeConnectionCommandInput
|
|
9
|
+
input: DeauthorizeConnectionCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
DeauthorizeConnectionCommandInput,
|
|
17
12
|
DeauthorizeConnectionCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const DeauthorizeConnectionCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: DeauthorizeConnectionCommandInput
|
|
18
|
+
input: DeauthorizeConnectionCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
DeauthorizeConnectionCommandInput,
|
|
26
21
|
DeauthorizeConnectionCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DeleteApiDestinationRequest,
|
|
4
|
-
DeleteApiDestinationResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DeleteApiDestinationRequest, DeleteApiDestinationResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface DeleteApiDestinationCommandInput
|
|
8
|
-
extends DeleteApiDestinationRequest {}
|
|
4
|
+
export interface DeleteApiDestinationCommandInput extends DeleteApiDestinationRequest {}
|
|
9
5
|
export interface DeleteApiDestinationCommandOutput
|
|
10
|
-
extends DeleteApiDestinationResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends DeleteApiDestinationResponse, __MetadataBearer {}
|
|
12
7
|
declare const DeleteApiDestinationCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: DeleteApiDestinationCommandInput
|
|
9
|
+
input: DeleteApiDestinationCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
DeleteApiDestinationCommandInput,
|
|
17
12
|
DeleteApiDestinationCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const DeleteApiDestinationCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: DeleteApiDestinationCommandInput
|
|
18
|
+
input: DeleteApiDestinationCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
DeleteApiDestinationCommandInput,
|
|
26
21
|
DeleteApiDestinationCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DeleteArchiveRequest,
|
|
4
|
-
DeleteArchiveResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DeleteArchiveRequest, DeleteArchiveResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface DeleteArchiveCommandInput extends DeleteArchiveRequest {}
|
|
8
|
-
export interface DeleteArchiveCommandOutput
|
|
9
|
-
extends DeleteArchiveResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface DeleteArchiveCommandOutput extends DeleteArchiveResponse, __MetadataBearer {}
|
|
11
6
|
declare const DeleteArchiveCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: DeleteArchiveCommandInput
|
|
8
|
+
input: DeleteArchiveCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
DeleteArchiveCommandInput,
|
|
16
11
|
DeleteArchiveCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const DeleteArchiveCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: DeleteArchiveCommandInput
|
|
17
|
+
input: DeleteArchiveCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
DeleteArchiveCommandInput,
|
|
25
20
|
DeleteArchiveCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DeleteConnectionRequest,
|
|
4
|
-
DeleteConnectionResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DeleteConnectionRequest, DeleteConnectionResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface DeleteConnectionCommandInput extends DeleteConnectionRequest {}
|
|
8
|
-
export interface DeleteConnectionCommandOutput
|
|
9
|
-
extends DeleteConnectionResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface DeleteConnectionCommandOutput extends DeleteConnectionResponse, __MetadataBearer {}
|
|
11
6
|
declare const DeleteConnectionCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: DeleteConnectionCommandInput
|
|
8
|
+
input: DeleteConnectionCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
DeleteConnectionCommandInput,
|
|
16
11
|
DeleteConnectionCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const DeleteConnectionCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: DeleteConnectionCommandInput
|
|
17
|
+
input: DeleteConnectionCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
DeleteConnectionCommandInput,
|
|
25
20
|
DeleteConnectionCommandOutput,
|
|
@@ -5,7 +5,7 @@ export interface DeleteEventBusCommandInput extends DeleteEventBusRequest {}
|
|
|
5
5
|
export interface DeleteEventBusCommandOutput extends __MetadataBearer {}
|
|
6
6
|
declare const DeleteEventBusCommand_base: {
|
|
7
7
|
new (
|
|
8
|
-
input: DeleteEventBusCommandInput
|
|
8
|
+
input: DeleteEventBusCommandInput,
|
|
9
9
|
): import("@smithy/core/client").CommandImpl<
|
|
10
10
|
DeleteEventBusCommandInput,
|
|
11
11
|
DeleteEventBusCommandOutput,
|
|
@@ -14,7 +14,7 @@ declare const DeleteEventBusCommand_base: {
|
|
|
14
14
|
import("..").ServiceOutputTypes
|
|
15
15
|
>;
|
|
16
16
|
new (
|
|
17
|
-
input: DeleteEventBusCommandInput
|
|
17
|
+
input: DeleteEventBusCommandInput,
|
|
18
18
|
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
DeleteEventBusCommandInput,
|
|
20
20
|
DeleteEventBusCommandOutput,
|
|
@@ -1,13 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
2
|
import { DeletePartnerEventSourceRequest } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
|
-
export interface DeletePartnerEventSourceCommandInput
|
|
5
|
-
|
|
6
|
-
export interface DeletePartnerEventSourceCommandOutput
|
|
7
|
-
extends __MetadataBearer {}
|
|
4
|
+
export interface DeletePartnerEventSourceCommandInput extends DeletePartnerEventSourceRequest {}
|
|
5
|
+
export interface DeletePartnerEventSourceCommandOutput extends __MetadataBearer {}
|
|
8
6
|
declare const DeletePartnerEventSourceCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: DeletePartnerEventSourceCommandInput
|
|
8
|
+
input: DeletePartnerEventSourceCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
DeletePartnerEventSourceCommandInput,
|
|
13
11
|
DeletePartnerEventSourceCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const DeletePartnerEventSourceCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: DeletePartnerEventSourceCommandInput
|
|
17
|
+
input: DeletePartnerEventSourceCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
DeletePartnerEventSourceCommandInput,
|
|
22
20
|
DeletePartnerEventSourceCommandOutput,
|