@aws-sdk/client-kafka 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/Kafka.d.ts +197 -215
- package/dist-types/ts3.4/KafkaClient.d.ts +21 -49
- 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 +8 -18
- package/dist-types/ts3.4/commands/BatchAssociateScramSecretCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/BatchDisassociateScramSecretCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateClusterCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateClusterV2Command.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateConfigurationCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateReplicatorCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateTopicCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/CreateVpcConnectionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteClusterCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteClusterPolicyCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteConfigurationCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteReplicatorCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteTopicCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DeleteVpcConnectionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeClusterCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeClusterOperationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeClusterOperationV2Command.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeClusterV2Command.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeConfigurationCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeConfigurationRevisionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeReplicatorCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeTopicCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeTopicPartitionsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeVpcConnectionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetBootstrapBrokersCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetClusterPolicyCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetCompatibleKafkaVersionsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListClientVpcConnectionsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListClusterOperationsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListClusterOperationsV2Command.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListClustersCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListClustersV2Command.d.ts +3 -8
- package/dist-types/ts3.4/commands/ListConfigurationRevisionsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListConfigurationsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListKafkaVersionsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListNodesCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/ListReplicatorsCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/ListScramSecretsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListTopicsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListVpcConnectionsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/PutClusterPolicyCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/RebootBrokerCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/RejectClientVpcConnectionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/UpdateBrokerCountCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateBrokerStorageCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateBrokerTypeCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateClusterConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateClusterKafkaVersionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateConfigurationCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateConnectivityCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateMonitoringCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateRebalancingCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateReplicationInfoCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateSecurityCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateStorageCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateTopicCommand.d.ts +3 -5
- 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 +9 -18
- package/dist-types/ts3.4/models/errors.d.ts +14 -51
- package/dist-types/ts3.4/pagination/ListNodesPaginator.d.ts +1 -4
- package/dist-types/ts3.4/pagination/ListTopicsPaginator.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/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 {
|
|
@@ -60,10 +57,7 @@ import {
|
|
|
60
57
|
CreateReplicatorCommandInput,
|
|
61
58
|
CreateReplicatorCommandOutput,
|
|
62
59
|
} from "./commands/CreateReplicatorCommand";
|
|
63
|
-
import {
|
|
64
|
-
CreateTopicCommandInput,
|
|
65
|
-
CreateTopicCommandOutput,
|
|
66
|
-
} from "./commands/CreateTopicCommand";
|
|
60
|
+
import { CreateTopicCommandInput, CreateTopicCommandOutput } from "./commands/CreateTopicCommand";
|
|
67
61
|
import {
|
|
68
62
|
CreateVpcConnectionCommandInput,
|
|
69
63
|
CreateVpcConnectionCommandOutput,
|
|
@@ -84,10 +78,7 @@ import {
|
|
|
84
78
|
DeleteReplicatorCommandInput,
|
|
85
79
|
DeleteReplicatorCommandOutput,
|
|
86
80
|
} from "./commands/DeleteReplicatorCommand";
|
|
87
|
-
import {
|
|
88
|
-
DeleteTopicCommandInput,
|
|
89
|
-
DeleteTopicCommandOutput,
|
|
90
|
-
} from "./commands/DeleteTopicCommand";
|
|
81
|
+
import { DeleteTopicCommandInput, DeleteTopicCommandOutput } from "./commands/DeleteTopicCommand";
|
|
91
82
|
import {
|
|
92
83
|
DeleteVpcConnectionCommandInput,
|
|
93
84
|
DeleteVpcConnectionCommandOutput,
|
|
@@ -176,10 +167,7 @@ import {
|
|
|
176
167
|
ListKafkaVersionsCommandInput,
|
|
177
168
|
ListKafkaVersionsCommandOutput,
|
|
178
169
|
} from "./commands/ListKafkaVersionsCommand";
|
|
179
|
-
import {
|
|
180
|
-
ListNodesCommandInput,
|
|
181
|
-
ListNodesCommandOutput,
|
|
182
|
-
} from "./commands/ListNodesCommand";
|
|
170
|
+
import { ListNodesCommandInput, ListNodesCommandOutput } from "./commands/ListNodesCommand";
|
|
183
171
|
import {
|
|
184
172
|
ListReplicatorsCommandInput,
|
|
185
173
|
ListReplicatorsCommandOutput,
|
|
@@ -192,10 +180,7 @@ import {
|
|
|
192
180
|
ListTagsForResourceCommandInput,
|
|
193
181
|
ListTagsForResourceCommandOutput,
|
|
194
182
|
} from "./commands/ListTagsForResourceCommand";
|
|
195
|
-
import {
|
|
196
|
-
ListTopicsCommandInput,
|
|
197
|
-
ListTopicsCommandOutput,
|
|
198
|
-
} from "./commands/ListTopicsCommand";
|
|
183
|
+
import { ListTopicsCommandInput, ListTopicsCommandOutput } from "./commands/ListTopicsCommand";
|
|
199
184
|
import {
|
|
200
185
|
ListVpcConnectionsCommandInput,
|
|
201
186
|
ListVpcConnectionsCommandOutput,
|
|
@@ -212,10 +197,7 @@ import {
|
|
|
212
197
|
RejectClientVpcConnectionCommandInput,
|
|
213
198
|
RejectClientVpcConnectionCommandOutput,
|
|
214
199
|
} from "./commands/RejectClientVpcConnectionCommand";
|
|
215
|
-
import {
|
|
216
|
-
TagResourceCommandInput,
|
|
217
|
-
TagResourceCommandOutput,
|
|
218
|
-
} from "./commands/TagResourceCommand";
|
|
200
|
+
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
219
201
|
import {
|
|
220
202
|
UntagResourceCommandInput,
|
|
221
203
|
UntagResourceCommandOutput,
|
|
@@ -268,10 +250,7 @@ import {
|
|
|
268
250
|
UpdateStorageCommandInput,
|
|
269
251
|
UpdateStorageCommandOutput,
|
|
270
252
|
} from "./commands/UpdateStorageCommand";
|
|
271
|
-
import {
|
|
272
|
-
UpdateTopicCommandInput,
|
|
273
|
-
UpdateTopicCommandOutput,
|
|
274
|
-
} from "./commands/UpdateTopicCommand";
|
|
253
|
+
import { UpdateTopicCommandInput, UpdateTopicCommandOutput } from "./commands/UpdateTopicCommand";
|
|
275
254
|
import {
|
|
276
255
|
ClientInputEndpointParameters,
|
|
277
256
|
ClientResolvedEndpointParameters,
|
|
@@ -399,8 +378,7 @@ export type ServiceOutputTypes =
|
|
|
399
378
|
| UpdateSecurityCommandOutput
|
|
400
379
|
| UpdateStorageCommandOutput
|
|
401
380
|
| UpdateTopicCommandOutput;
|
|
402
|
-
export interface ClientDefaults
|
|
403
|
-
extends Partial<__SmithyConfiguration<__HttpHandlerOptions>> {
|
|
381
|
+
export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHandlerOptions>> {
|
|
404
382
|
requestHandler?: __HttpHandlerUserInput;
|
|
405
383
|
sha256?: __ChecksumConstructor | __HashConstructor;
|
|
406
384
|
urlParser?: __UrlParser;
|
|
@@ -425,9 +403,7 @@ export interface ClientDefaults
|
|
|
425
403
|
extensions?: RuntimeExtension[];
|
|
426
404
|
defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
|
|
427
405
|
}
|
|
428
|
-
export type KafkaClientConfigType = Partial<
|
|
429
|
-
__SmithyConfiguration<__HttpHandlerOptions>
|
|
430
|
-
> &
|
|
406
|
+
export type KafkaClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> &
|
|
431
407
|
ClientDefaults &
|
|
432
408
|
UserAgentInputConfig &
|
|
433
409
|
RetryInputConfig &
|
|
@@ -437,19 +413,17 @@ export type KafkaClientConfigType = Partial<
|
|
|
437
413
|
HttpAuthSchemeInputConfig &
|
|
438
414
|
ClientInputEndpointParameters;
|
|
439
415
|
export interface KafkaClientConfig extends KafkaClientConfigType {}
|
|
440
|
-
export type KafkaClientResolvedConfigType =
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
export interface KafkaClientResolvedConfig
|
|
452
|
-
extends KafkaClientResolvedConfigType {}
|
|
416
|
+
export type KafkaClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
417
|
+
Required<ClientDefaults> &
|
|
418
|
+
RuntimeExtensionsConfig &
|
|
419
|
+
UserAgentResolvedConfig &
|
|
420
|
+
RetryResolvedConfig &
|
|
421
|
+
RegionResolvedConfig &
|
|
422
|
+
HostHeaderResolvedConfig &
|
|
423
|
+
EndpointResolvedConfig<EndpointParameters> &
|
|
424
|
+
HttpAuthSchemeResolvedConfig &
|
|
425
|
+
ClientResolvedEndpointParameters;
|
|
426
|
+
export interface KafkaClientResolvedConfig extends KafkaClientResolvedConfigType {}
|
|
453
427
|
export declare class KafkaClient extends __Client<
|
|
454
428
|
__HttpHandlerOptions,
|
|
455
429
|
ServiceInputTypes,
|
|
@@ -457,8 +431,6 @@ export declare class KafkaClient extends __Client<
|
|
|
457
431
|
KafkaClientResolvedConfig
|
|
458
432
|
> {
|
|
459
433
|
readonly config: KafkaClientResolvedConfig;
|
|
460
|
-
constructor(
|
|
461
|
-
...[configuration]: __CheckOptionalClientConfig<KafkaClientConfig>
|
|
462
|
-
);
|
|
434
|
+
constructor(...[configuration]: __CheckOptionalClientConfig<KafkaClientConfig>);
|
|
463
435
|
destroy(): void;
|
|
464
436
|
}
|
|
@@ -7,17 +7,10 @@ import { KafkaHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
|
|
|
7
7
|
export interface HttpAuthExtensionConfiguration {
|
|
8
8
|
setHttpAuthScheme(httpAuthScheme: HttpAuthScheme): void;
|
|
9
9
|
httpAuthSchemes(): HttpAuthScheme[];
|
|
10
|
-
setHttpAuthSchemeProvider(
|
|
11
|
-
httpAuthSchemeProvider: KafkaHttpAuthSchemeProvider
|
|
12
|
-
): void;
|
|
10
|
+
setHttpAuthSchemeProvider(httpAuthSchemeProvider: KafkaHttpAuthSchemeProvider): void;
|
|
13
11
|
httpAuthSchemeProvider(): KafkaHttpAuthSchemeProvider;
|
|
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 { KafkaClientResolvedConfig } from "../KafkaClient";
|
|
15
|
-
export interface KafkaHttpAuthSchemeParameters
|
|
16
|
-
extends HttpAuthSchemeParameters {
|
|
15
|
+
export interface KafkaHttpAuthSchemeParameters extends HttpAuthSchemeParameters {
|
|
17
16
|
region?: string;
|
|
18
17
|
}
|
|
19
|
-
export interface KafkaHttpAuthSchemeParametersProvider
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
> {}
|
|
18
|
+
export interface KafkaHttpAuthSchemeParametersProvider extends HttpAuthSchemeParametersProvider<
|
|
19
|
+
KafkaClientResolvedConfig,
|
|
20
|
+
HandlerExecutionContext,
|
|
21
|
+
KafkaHttpAuthSchemeParameters,
|
|
22
|
+
object
|
|
23
|
+
> {}
|
|
26
24
|
export declare const defaultKafkaHttpAuthSchemeParametersProvider: (
|
|
27
25
|
config: KafkaClientResolvedConfig,
|
|
28
26
|
context: HandlerExecutionContext,
|
|
29
|
-
input: object
|
|
27
|
+
input: object,
|
|
30
28
|
) => Promise<KafkaHttpAuthSchemeParameters>;
|
|
31
|
-
export interface KafkaHttpAuthSchemeProvider
|
|
32
|
-
extends HttpAuthSchemeProvider<KafkaHttpAuthSchemeParameters> {}
|
|
29
|
+
export interface KafkaHttpAuthSchemeProvider extends HttpAuthSchemeProvider<KafkaHttpAuthSchemeParameters> {}
|
|
33
30
|
export declare const defaultKafkaHttpAuthSchemeProvider: KafkaHttpAuthSchemeProvider;
|
|
34
31
|
export interface HttpAuthSchemeInputConfig extends AwsSdkSigV4AuthInputConfig {
|
|
35
32
|
authSchemePreference?: string[] | Provider<string[]>;
|
|
36
33
|
httpAuthSchemes?: HttpAuthScheme[];
|
|
37
34
|
httpAuthSchemeProvider?: KafkaHttpAuthSchemeProvider;
|
|
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: KafkaHttpAuthSchemeProvider;
|
|
44
40
|
}
|
|
45
41
|
export declare const resolveHttpAuthSchemeConfig: <T>(
|
|
46
|
-
config: T & HttpAuthSchemeInputConfig & AwsSdkSigV4PreviouslyResolved
|
|
42
|
+
config: T & HttpAuthSchemeInputConfig & AwsSdkSigV4PreviouslyResolved,
|
|
47
43
|
) => T & HttpAuthSchemeResolvedConfig;
|
|
@@ -1,25 +1,20 @@
|
|
|
1
1
|
import { EndpointParameterInstructions } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
ServiceInputTypes,
|
|
5
|
-
ServiceOutputTypes,
|
|
6
|
-
} from "./KafkaClient";
|
|
7
|
-
export declare const command: <
|
|
8
|
-
I extends ServiceInputTypes,
|
|
9
|
-
O extends ServiceOutputTypes
|
|
10
|
-
>(
|
|
2
|
+
import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "./KafkaClient";
|
|
3
|
+
export declare const command: <I extends ServiceInputTypes, O extends ServiceOutputTypes>(
|
|
11
4
|
added: EndpointParameterInstructions,
|
|
12
5
|
plugins: (
|
|
13
6
|
CommandCtor: any,
|
|
14
7
|
clientStack: any,
|
|
15
8
|
config: any,
|
|
16
|
-
options: any
|
|
9
|
+
options: any,
|
|
17
10
|
) => import("@smithy/types").Pluggable<any, any>[],
|
|
18
11
|
op: string,
|
|
19
12
|
$: import("@smithy/types").StaticOperationSchema,
|
|
20
|
-
smithyContext?: Record<string, unknown
|
|
13
|
+
smithyContext?: Record<string, unknown>,
|
|
21
14
|
) => {
|
|
22
|
-
new (
|
|
15
|
+
new (
|
|
16
|
+
input: I,
|
|
17
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
18
|
I,
|
|
24
19
|
O,
|
|
25
20
|
KafkaClientResolvedConfig,
|
|
@@ -38,9 +33,4 @@ export declare const command: <
|
|
|
38
33
|
getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
39
34
|
};
|
|
40
35
|
export declare const _ep0: EndpointParameterInstructions;
|
|
41
|
-
export declare const _mw0: (
|
|
42
|
-
Command: any,
|
|
43
|
-
cs: any,
|
|
44
|
-
config: any,
|
|
45
|
-
o: any
|
|
46
|
-
) => never[];
|
|
36
|
+
export declare const _mw0: (Command: any, cs: any, config: any, o: any) => never[];
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
BatchAssociateScramSecretResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface BatchAssociateScramSecretCommandInput
|
|
8
|
-
extends BatchAssociateScramSecretRequest {}
|
|
7
|
+
export interface BatchAssociateScramSecretCommandInput extends BatchAssociateScramSecretRequest {}
|
|
9
8
|
export interface BatchAssociateScramSecretCommandOutput
|
|
10
|
-
extends BatchAssociateScramSecretResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends BatchAssociateScramSecretResponse, __MetadataBearer {}
|
|
12
10
|
declare const BatchAssociateScramSecretCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: BatchAssociateScramSecretCommandInput
|
|
12
|
+
input: BatchAssociateScramSecretCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
BatchAssociateScramSecretCommandInput,
|
|
17
15
|
BatchAssociateScramSecretCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const BatchAssociateScramSecretCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: BatchAssociateScramSecretCommandInput
|
|
21
|
+
input: BatchAssociateScramSecretCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
BatchAssociateScramSecretCommandInput,
|
|
26
24
|
BatchAssociateScramSecretCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
BatchDisassociateScramSecretResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface BatchDisassociateScramSecretCommandInput
|
|
8
|
-
extends BatchDisassociateScramSecretRequest {}
|
|
7
|
+
export interface BatchDisassociateScramSecretCommandInput extends BatchDisassociateScramSecretRequest {}
|
|
9
8
|
export interface BatchDisassociateScramSecretCommandOutput
|
|
10
|
-
extends BatchDisassociateScramSecretResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends BatchDisassociateScramSecretResponse, __MetadataBearer {}
|
|
12
10
|
declare const BatchDisassociateScramSecretCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: BatchDisassociateScramSecretCommandInput
|
|
12
|
+
input: BatchDisassociateScramSecretCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
BatchDisassociateScramSecretCommandInput,
|
|
17
15
|
BatchDisassociateScramSecretCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const BatchDisassociateScramSecretCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: BatchDisassociateScramSecretCommandInput
|
|
21
|
+
input: BatchDisassociateScramSecretCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
BatchDisassociateScramSecretCommandInput,
|
|
26
24
|
BatchDisassociateScramSecretCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
CreateClusterRequest,
|
|
4
|
-
CreateClusterResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { CreateClusterRequest, CreateClusterResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface CreateClusterCommandInput extends CreateClusterRequest {}
|
|
8
|
-
export interface CreateClusterCommandOutput
|
|
9
|
-
extends CreateClusterResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface CreateClusterCommandOutput extends CreateClusterResponse, __MetadataBearer {}
|
|
11
6
|
declare const CreateClusterCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: CreateClusterCommandInput
|
|
8
|
+
input: CreateClusterCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
CreateClusterCommandInput,
|
|
16
11
|
CreateClusterCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const CreateClusterCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: CreateClusterCommandInput
|
|
17
|
+
input: CreateClusterCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
CreateClusterCommandInput,
|
|
25
20
|
CreateClusterCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
CreateClusterV2Request,
|
|
4
|
-
CreateClusterV2Response,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { CreateClusterV2Request, CreateClusterV2Response } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface CreateClusterV2CommandInput extends CreateClusterV2Request {}
|
|
8
|
-
export interface CreateClusterV2CommandOutput
|
|
9
|
-
extends CreateClusterV2Response,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface CreateClusterV2CommandOutput extends CreateClusterV2Response, __MetadataBearer {}
|
|
11
6
|
declare const CreateClusterV2Command_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: CreateClusterV2CommandInput
|
|
8
|
+
input: CreateClusterV2CommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
CreateClusterV2CommandInput,
|
|
16
11
|
CreateClusterV2CommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const CreateClusterV2Command_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: CreateClusterV2CommandInput
|
|
17
|
+
input: CreateClusterV2CommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
CreateClusterV2CommandInput,
|
|
25
20
|
CreateClusterV2CommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
CreateConfigurationRequest,
|
|
4
|
-
CreateConfigurationResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { CreateConfigurationRequest, CreateConfigurationResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface CreateConfigurationCommandInput
|
|
8
|
-
extends CreateConfigurationRequest {}
|
|
4
|
+
export interface CreateConfigurationCommandInput extends CreateConfigurationRequest {}
|
|
9
5
|
export interface CreateConfigurationCommandOutput
|
|
10
|
-
extends CreateConfigurationResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends CreateConfigurationResponse, __MetadataBearer {}
|
|
12
7
|
declare const CreateConfigurationCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: CreateConfigurationCommandInput
|
|
9
|
+
input: CreateConfigurationCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
CreateConfigurationCommandInput,
|
|
17
12
|
CreateConfigurationCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const CreateConfigurationCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: CreateConfigurationCommandInput
|
|
18
|
+
input: CreateConfigurationCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
CreateConfigurationCommandInput,
|
|
26
21
|
CreateConfigurationCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
CreateReplicatorRequest,
|
|
4
|
-
CreateReplicatorResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { CreateReplicatorRequest, CreateReplicatorResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface CreateReplicatorCommandInput extends CreateReplicatorRequest {}
|
|
8
|
-
export interface CreateReplicatorCommandOutput
|
|
9
|
-
extends CreateReplicatorResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface CreateReplicatorCommandOutput extends CreateReplicatorResponse, __MetadataBearer {}
|
|
11
6
|
declare const CreateReplicatorCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: CreateReplicatorCommandInput
|
|
8
|
+
input: CreateReplicatorCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
CreateReplicatorCommandInput,
|
|
16
11
|
CreateReplicatorCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const CreateReplicatorCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: CreateReplicatorCommandInput
|
|
17
|
+
input: CreateReplicatorCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
CreateReplicatorCommandInput,
|
|
25
20
|
CreateReplicatorCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { CreateTopicRequest, CreateTopicResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface CreateTopicCommandInput extends CreateTopicRequest {}
|
|
5
|
-
export interface CreateTopicCommandOutput
|
|
6
|
-
extends CreateTopicResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface CreateTopicCommandOutput extends CreateTopicResponse, __MetadataBearer {}
|
|
8
6
|
declare const CreateTopicCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: CreateTopicCommandInput
|
|
8
|
+
input: CreateTopicCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
CreateTopicCommandInput,
|
|
13
11
|
CreateTopicCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const CreateTopicCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: CreateTopicCommandInput
|
|
17
|
+
input: CreateTopicCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
CreateTopicCommandInput,
|
|
22
20
|
CreateTopicCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
CreateVpcConnectionRequest,
|
|
4
|
-
CreateVpcConnectionResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { CreateVpcConnectionRequest, CreateVpcConnectionResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface CreateVpcConnectionCommandInput
|
|
8
|
-
extends CreateVpcConnectionRequest {}
|
|
4
|
+
export interface CreateVpcConnectionCommandInput extends CreateVpcConnectionRequest {}
|
|
9
5
|
export interface CreateVpcConnectionCommandOutput
|
|
10
|
-
extends CreateVpcConnectionResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends CreateVpcConnectionResponse, __MetadataBearer {}
|
|
12
7
|
declare const CreateVpcConnectionCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: CreateVpcConnectionCommandInput
|
|
9
|
+
input: CreateVpcConnectionCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
CreateVpcConnectionCommandInput,
|
|
17
12
|
CreateVpcConnectionCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const CreateVpcConnectionCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: CreateVpcConnectionCommandInput
|
|
18
|
+
input: CreateVpcConnectionCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
CreateVpcConnectionCommandInput,
|
|
26
21
|
CreateVpcConnectionCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DeleteClusterRequest,
|
|
4
|
-
DeleteClusterResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DeleteClusterRequest, DeleteClusterResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface DeleteClusterCommandInput extends DeleteClusterRequest {}
|
|
8
|
-
export interface DeleteClusterCommandOutput
|
|
9
|
-
extends DeleteClusterResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface DeleteClusterCommandOutput extends DeleteClusterResponse, __MetadataBearer {}
|
|
11
6
|
declare const DeleteClusterCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: DeleteClusterCommandInput
|
|
8
|
+
input: DeleteClusterCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
DeleteClusterCommandInput,
|
|
16
11
|
DeleteClusterCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const DeleteClusterCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: DeleteClusterCommandInput
|
|
17
|
+
input: DeleteClusterCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
DeleteClusterCommandInput,
|
|
25
20
|
DeleteClusterCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DeleteClusterPolicyRequest,
|
|
4
|
-
DeleteClusterPolicyResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DeleteClusterPolicyRequest, DeleteClusterPolicyResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface DeleteClusterPolicyCommandInput
|
|
8
|
-
extends DeleteClusterPolicyRequest {}
|
|
4
|
+
export interface DeleteClusterPolicyCommandInput extends DeleteClusterPolicyRequest {}
|
|
9
5
|
export interface DeleteClusterPolicyCommandOutput
|
|
10
|
-
extends DeleteClusterPolicyResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends DeleteClusterPolicyResponse, __MetadataBearer {}
|
|
12
7
|
declare const DeleteClusterPolicyCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: DeleteClusterPolicyCommandInput
|
|
9
|
+
input: DeleteClusterPolicyCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
DeleteClusterPolicyCommandInput,
|
|
17
12
|
DeleteClusterPolicyCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const DeleteClusterPolicyCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: DeleteClusterPolicyCommandInput
|
|
18
|
+
input: DeleteClusterPolicyCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
DeleteClusterPolicyCommandInput,
|
|
26
21
|
DeleteClusterPolicyCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DeleteConfigurationRequest,
|
|
4
|
-
DeleteConfigurationResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DeleteConfigurationRequest, DeleteConfigurationResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface DeleteConfigurationCommandInput
|
|
8
|
-
extends DeleteConfigurationRequest {}
|
|
4
|
+
export interface DeleteConfigurationCommandInput extends DeleteConfigurationRequest {}
|
|
9
5
|
export interface DeleteConfigurationCommandOutput
|
|
10
|
-
extends DeleteConfigurationResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends DeleteConfigurationResponse, __MetadataBearer {}
|
|
12
7
|
declare const DeleteConfigurationCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: DeleteConfigurationCommandInput
|
|
9
|
+
input: DeleteConfigurationCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
DeleteConfigurationCommandInput,
|
|
17
12
|
DeleteConfigurationCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const DeleteConfigurationCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: DeleteConfigurationCommandInput
|
|
18
|
+
input: DeleteConfigurationCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
DeleteConfigurationCommandInput,
|
|
26
21
|
DeleteConfigurationCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DeleteReplicatorRequest,
|
|
4
|
-
DeleteReplicatorResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DeleteReplicatorRequest, DeleteReplicatorResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface DeleteReplicatorCommandInput extends DeleteReplicatorRequest {}
|
|
8
|
-
export interface DeleteReplicatorCommandOutput
|
|
9
|
-
extends DeleteReplicatorResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface DeleteReplicatorCommandOutput extends DeleteReplicatorResponse, __MetadataBearer {}
|
|
11
6
|
declare const DeleteReplicatorCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: DeleteReplicatorCommandInput
|
|
8
|
+
input: DeleteReplicatorCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
DeleteReplicatorCommandInput,
|
|
16
11
|
DeleteReplicatorCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const DeleteReplicatorCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: DeleteReplicatorCommandInput
|
|
17
|
+
input: DeleteReplicatorCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
DeleteReplicatorCommandInput,
|
|
25
20
|
DeleteReplicatorCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { DeleteTopicRequest, DeleteTopicResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface DeleteTopicCommandInput extends DeleteTopicRequest {}
|
|
5
|
-
export interface DeleteTopicCommandOutput
|
|
6
|
-
extends DeleteTopicResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface DeleteTopicCommandOutput extends DeleteTopicResponse, __MetadataBearer {}
|
|
8
6
|
declare const DeleteTopicCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: DeleteTopicCommandInput
|
|
8
|
+
input: DeleteTopicCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
DeleteTopicCommandInput,
|
|
13
11
|
DeleteTopicCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const DeleteTopicCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: DeleteTopicCommandInput
|
|
17
|
+
input: DeleteTopicCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
DeleteTopicCommandInput,
|
|
22
20
|
DeleteTopicCommandOutput,
|