@aws-sdk/client-kafka 3.429.0 → 3.430.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/README.md +40 -0
- package/dist-cjs/Kafka.js +10 -0
- package/dist-cjs/commands/CreateReplicatorCommand.js +51 -0
- package/dist-cjs/commands/DeleteReplicatorCommand.js +51 -0
- package/dist-cjs/commands/DescribeReplicatorCommand.js +51 -0
- package/dist-cjs/commands/ListReplicatorsCommand.js +51 -0
- package/dist-cjs/commands/UpdateReplicationInfoCommand.js +51 -0
- package/dist-cjs/commands/index.js +5 -0
- package/dist-cjs/endpoint/ruleset.js +3 -3
- package/dist-cjs/models/models_0.js +15 -1
- package/dist-cjs/pagination/ListReplicatorsPaginator.js +29 -0
- package/dist-cjs/pagination/index.js +1 -0
- package/dist-cjs/protocols/Aws_restJson1.js +591 -2
- package/dist-es/Kafka.js +10 -0
- package/dist-es/commands/CreateReplicatorCommand.js +47 -0
- package/dist-es/commands/DeleteReplicatorCommand.js +47 -0
- package/dist-es/commands/DescribeReplicatorCommand.js +47 -0
- package/dist-es/commands/ListReplicatorsCommand.js +47 -0
- package/dist-es/commands/UpdateReplicationInfoCommand.js +47 -0
- package/dist-es/commands/index.js +5 -0
- package/dist-es/endpoint/ruleset.js +3 -3
- package/dist-es/models/models_0.js +14 -0
- package/dist-es/pagination/ListReplicatorsPaginator.js +25 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/protocols/Aws_restJson1.js +578 -0
- package/dist-types/Kafka.d.ts +35 -0
- package/dist-types/KafkaClient.d.ts +7 -2
- package/dist-types/commands/CreateReplicatorCommand.d.ts +147 -0
- package/dist-types/commands/DeleteReplicatorCommand.d.ts +96 -0
- package/dist-types/commands/DescribeReplicatorCommand.d.ts +153 -0
- package/dist-types/commands/ListReplicatorsCommand.d.ts +121 -0
- package/dist-types/commands/UpdateReplicationInfoCommand.d.ts +119 -0
- package/dist-types/commands/index.d.ts +5 -0
- package/dist-types/models/models_0.d.ts +621 -0
- package/dist-types/pagination/ListReplicatorsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +45 -0
- package/dist-types/ts3.4/Kafka.d.ts +85 -0
- package/dist-types/ts3.4/KafkaClient.d.ts +30 -0
- package/dist-types/ts3.4/commands/CreateReplicatorCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/DeleteReplicatorCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/DescribeReplicatorCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/ListReplicatorsCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/UpdateReplicationInfoCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/index.d.ts +5 -0
- package/dist-types/ts3.4/models/models_0.d.ts +157 -0
- package/dist-types/ts3.4/pagination/ListReplicatorsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +60 -0
- package/package.json +10 -10
package/dist-types/Kafka.d.ts
CHANGED
|
@@ -4,10 +4,12 @@ import { BatchDisassociateScramSecretCommandInput, BatchDisassociateScramSecretC
|
|
|
4
4
|
import { CreateClusterCommandInput, CreateClusterCommandOutput } from "./commands/CreateClusterCommand";
|
|
5
5
|
import { CreateClusterV2CommandInput, CreateClusterV2CommandOutput } from "./commands/CreateClusterV2Command";
|
|
6
6
|
import { CreateConfigurationCommandInput, CreateConfigurationCommandOutput } from "./commands/CreateConfigurationCommand";
|
|
7
|
+
import { CreateReplicatorCommandInput, CreateReplicatorCommandOutput } from "./commands/CreateReplicatorCommand";
|
|
7
8
|
import { CreateVpcConnectionCommandInput, CreateVpcConnectionCommandOutput } from "./commands/CreateVpcConnectionCommand";
|
|
8
9
|
import { DeleteClusterCommandInput, DeleteClusterCommandOutput } from "./commands/DeleteClusterCommand";
|
|
9
10
|
import { DeleteClusterPolicyCommandInput, DeleteClusterPolicyCommandOutput } from "./commands/DeleteClusterPolicyCommand";
|
|
10
11
|
import { DeleteConfigurationCommandInput, DeleteConfigurationCommandOutput } from "./commands/DeleteConfigurationCommand";
|
|
12
|
+
import { DeleteReplicatorCommandInput, DeleteReplicatorCommandOutput } from "./commands/DeleteReplicatorCommand";
|
|
11
13
|
import { DeleteVpcConnectionCommandInput, DeleteVpcConnectionCommandOutput } from "./commands/DeleteVpcConnectionCommand";
|
|
12
14
|
import { DescribeClusterCommandInput, DescribeClusterCommandOutput } from "./commands/DescribeClusterCommand";
|
|
13
15
|
import { DescribeClusterOperationCommandInput, DescribeClusterOperationCommandOutput } from "./commands/DescribeClusterOperationCommand";
|
|
@@ -15,6 +17,7 @@ import { DescribeClusterOperationV2CommandInput, DescribeClusterOperationV2Comma
|
|
|
15
17
|
import { DescribeClusterV2CommandInput, DescribeClusterV2CommandOutput } from "./commands/DescribeClusterV2Command";
|
|
16
18
|
import { DescribeConfigurationCommandInput, DescribeConfigurationCommandOutput } from "./commands/DescribeConfigurationCommand";
|
|
17
19
|
import { DescribeConfigurationRevisionCommandInput, DescribeConfigurationRevisionCommandOutput } from "./commands/DescribeConfigurationRevisionCommand";
|
|
20
|
+
import { DescribeReplicatorCommandInput, DescribeReplicatorCommandOutput } from "./commands/DescribeReplicatorCommand";
|
|
18
21
|
import { DescribeVpcConnectionCommandInput, DescribeVpcConnectionCommandOutput } from "./commands/DescribeVpcConnectionCommand";
|
|
19
22
|
import { GetBootstrapBrokersCommandInput, GetBootstrapBrokersCommandOutput } from "./commands/GetBootstrapBrokersCommand";
|
|
20
23
|
import { GetClusterPolicyCommandInput, GetClusterPolicyCommandOutput } from "./commands/GetClusterPolicyCommand";
|
|
@@ -28,6 +31,7 @@ import { ListConfigurationRevisionsCommandInput, ListConfigurationRevisionsComma
|
|
|
28
31
|
import { ListConfigurationsCommandInput, ListConfigurationsCommandOutput } from "./commands/ListConfigurationsCommand";
|
|
29
32
|
import { ListKafkaVersionsCommandInput, ListKafkaVersionsCommandOutput } from "./commands/ListKafkaVersionsCommand";
|
|
30
33
|
import { ListNodesCommandInput, ListNodesCommandOutput } from "./commands/ListNodesCommand";
|
|
34
|
+
import { ListReplicatorsCommandInput, ListReplicatorsCommandOutput } from "./commands/ListReplicatorsCommand";
|
|
31
35
|
import { ListScramSecretsCommandInput, ListScramSecretsCommandOutput } from "./commands/ListScramSecretsCommand";
|
|
32
36
|
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
|
|
33
37
|
import { ListVpcConnectionsCommandInput, ListVpcConnectionsCommandOutput } from "./commands/ListVpcConnectionsCommand";
|
|
@@ -44,6 +48,7 @@ import { UpdateClusterKafkaVersionCommandInput, UpdateClusterKafkaVersionCommand
|
|
|
44
48
|
import { UpdateConfigurationCommandInput, UpdateConfigurationCommandOutput } from "./commands/UpdateConfigurationCommand";
|
|
45
49
|
import { UpdateConnectivityCommandInput, UpdateConnectivityCommandOutput } from "./commands/UpdateConnectivityCommand";
|
|
46
50
|
import { UpdateMonitoringCommandInput, UpdateMonitoringCommandOutput } from "./commands/UpdateMonitoringCommand";
|
|
51
|
+
import { UpdateReplicationInfoCommandInput, UpdateReplicationInfoCommandOutput } from "./commands/UpdateReplicationInfoCommand";
|
|
47
52
|
import { UpdateSecurityCommandInput, UpdateSecurityCommandOutput } from "./commands/UpdateSecurityCommand";
|
|
48
53
|
import { UpdateStorageCommandInput, UpdateStorageCommandOutput } from "./commands/UpdateStorageCommand";
|
|
49
54
|
import { KafkaClient } from "./KafkaClient";
|
|
@@ -78,6 +83,12 @@ export interface Kafka {
|
|
|
78
83
|
createConfiguration(args: CreateConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<CreateConfigurationCommandOutput>;
|
|
79
84
|
createConfiguration(args: CreateConfigurationCommandInput, cb: (err: any, data?: CreateConfigurationCommandOutput) => void): void;
|
|
80
85
|
createConfiguration(args: CreateConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateConfigurationCommandOutput) => void): void;
|
|
86
|
+
/**
|
|
87
|
+
* @see {@link CreateReplicatorCommand}
|
|
88
|
+
*/
|
|
89
|
+
createReplicator(args: CreateReplicatorCommandInput, options?: __HttpHandlerOptions): Promise<CreateReplicatorCommandOutput>;
|
|
90
|
+
createReplicator(args: CreateReplicatorCommandInput, cb: (err: any, data?: CreateReplicatorCommandOutput) => void): void;
|
|
91
|
+
createReplicator(args: CreateReplicatorCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateReplicatorCommandOutput) => void): void;
|
|
81
92
|
/**
|
|
82
93
|
* @see {@link CreateVpcConnectionCommand}
|
|
83
94
|
*/
|
|
@@ -102,6 +113,12 @@ export interface Kafka {
|
|
|
102
113
|
deleteConfiguration(args: DeleteConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<DeleteConfigurationCommandOutput>;
|
|
103
114
|
deleteConfiguration(args: DeleteConfigurationCommandInput, cb: (err: any, data?: DeleteConfigurationCommandOutput) => void): void;
|
|
104
115
|
deleteConfiguration(args: DeleteConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteConfigurationCommandOutput) => void): void;
|
|
116
|
+
/**
|
|
117
|
+
* @see {@link DeleteReplicatorCommand}
|
|
118
|
+
*/
|
|
119
|
+
deleteReplicator(args: DeleteReplicatorCommandInput, options?: __HttpHandlerOptions): Promise<DeleteReplicatorCommandOutput>;
|
|
120
|
+
deleteReplicator(args: DeleteReplicatorCommandInput, cb: (err: any, data?: DeleteReplicatorCommandOutput) => void): void;
|
|
121
|
+
deleteReplicator(args: DeleteReplicatorCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteReplicatorCommandOutput) => void): void;
|
|
105
122
|
/**
|
|
106
123
|
* @see {@link DeleteVpcConnectionCommand}
|
|
107
124
|
*/
|
|
@@ -144,6 +161,12 @@ export interface Kafka {
|
|
|
144
161
|
describeConfigurationRevision(args: DescribeConfigurationRevisionCommandInput, options?: __HttpHandlerOptions): Promise<DescribeConfigurationRevisionCommandOutput>;
|
|
145
162
|
describeConfigurationRevision(args: DescribeConfigurationRevisionCommandInput, cb: (err: any, data?: DescribeConfigurationRevisionCommandOutput) => void): void;
|
|
146
163
|
describeConfigurationRevision(args: DescribeConfigurationRevisionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeConfigurationRevisionCommandOutput) => void): void;
|
|
164
|
+
/**
|
|
165
|
+
* @see {@link DescribeReplicatorCommand}
|
|
166
|
+
*/
|
|
167
|
+
describeReplicator(args: DescribeReplicatorCommandInput, options?: __HttpHandlerOptions): Promise<DescribeReplicatorCommandOutput>;
|
|
168
|
+
describeReplicator(args: DescribeReplicatorCommandInput, cb: (err: any, data?: DescribeReplicatorCommandOutput) => void): void;
|
|
169
|
+
describeReplicator(args: DescribeReplicatorCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeReplicatorCommandOutput) => void): void;
|
|
147
170
|
/**
|
|
148
171
|
* @see {@link DescribeVpcConnectionCommand}
|
|
149
172
|
*/
|
|
@@ -222,6 +245,12 @@ export interface Kafka {
|
|
|
222
245
|
listNodes(args: ListNodesCommandInput, options?: __HttpHandlerOptions): Promise<ListNodesCommandOutput>;
|
|
223
246
|
listNodes(args: ListNodesCommandInput, cb: (err: any, data?: ListNodesCommandOutput) => void): void;
|
|
224
247
|
listNodes(args: ListNodesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListNodesCommandOutput) => void): void;
|
|
248
|
+
/**
|
|
249
|
+
* @see {@link ListReplicatorsCommand}
|
|
250
|
+
*/
|
|
251
|
+
listReplicators(args: ListReplicatorsCommandInput, options?: __HttpHandlerOptions): Promise<ListReplicatorsCommandOutput>;
|
|
252
|
+
listReplicators(args: ListReplicatorsCommandInput, cb: (err: any, data?: ListReplicatorsCommandOutput) => void): void;
|
|
253
|
+
listReplicators(args: ListReplicatorsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListReplicatorsCommandOutput) => void): void;
|
|
225
254
|
/**
|
|
226
255
|
* @see {@link ListScramSecretsCommand}
|
|
227
256
|
*/
|
|
@@ -318,6 +347,12 @@ export interface Kafka {
|
|
|
318
347
|
updateMonitoring(args: UpdateMonitoringCommandInput, options?: __HttpHandlerOptions): Promise<UpdateMonitoringCommandOutput>;
|
|
319
348
|
updateMonitoring(args: UpdateMonitoringCommandInput, cb: (err: any, data?: UpdateMonitoringCommandOutput) => void): void;
|
|
320
349
|
updateMonitoring(args: UpdateMonitoringCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateMonitoringCommandOutput) => void): void;
|
|
350
|
+
/**
|
|
351
|
+
* @see {@link UpdateReplicationInfoCommand}
|
|
352
|
+
*/
|
|
353
|
+
updateReplicationInfo(args: UpdateReplicationInfoCommandInput, options?: __HttpHandlerOptions): Promise<UpdateReplicationInfoCommandOutput>;
|
|
354
|
+
updateReplicationInfo(args: UpdateReplicationInfoCommandInput, cb: (err: any, data?: UpdateReplicationInfoCommandOutput) => void): void;
|
|
355
|
+
updateReplicationInfo(args: UpdateReplicationInfoCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateReplicationInfoCommandOutput) => void): void;
|
|
321
356
|
/**
|
|
322
357
|
* @see {@link UpdateSecurityCommand}
|
|
323
358
|
*/
|
|
@@ -13,10 +13,12 @@ import { BatchDisassociateScramSecretCommandInput, BatchDisassociateScramSecretC
|
|
|
13
13
|
import { CreateClusterCommandInput, CreateClusterCommandOutput } from "./commands/CreateClusterCommand";
|
|
14
14
|
import { CreateClusterV2CommandInput, CreateClusterV2CommandOutput } from "./commands/CreateClusterV2Command";
|
|
15
15
|
import { CreateConfigurationCommandInput, CreateConfigurationCommandOutput } from "./commands/CreateConfigurationCommand";
|
|
16
|
+
import { CreateReplicatorCommandInput, CreateReplicatorCommandOutput } from "./commands/CreateReplicatorCommand";
|
|
16
17
|
import { CreateVpcConnectionCommandInput, CreateVpcConnectionCommandOutput } from "./commands/CreateVpcConnectionCommand";
|
|
17
18
|
import { DeleteClusterCommandInput, DeleteClusterCommandOutput } from "./commands/DeleteClusterCommand";
|
|
18
19
|
import { DeleteClusterPolicyCommandInput, DeleteClusterPolicyCommandOutput } from "./commands/DeleteClusterPolicyCommand";
|
|
19
20
|
import { DeleteConfigurationCommandInput, DeleteConfigurationCommandOutput } from "./commands/DeleteConfigurationCommand";
|
|
21
|
+
import { DeleteReplicatorCommandInput, DeleteReplicatorCommandOutput } from "./commands/DeleteReplicatorCommand";
|
|
20
22
|
import { DeleteVpcConnectionCommandInput, DeleteVpcConnectionCommandOutput } from "./commands/DeleteVpcConnectionCommand";
|
|
21
23
|
import { DescribeClusterCommandInput, DescribeClusterCommandOutput } from "./commands/DescribeClusterCommand";
|
|
22
24
|
import { DescribeClusterOperationCommandInput, DescribeClusterOperationCommandOutput } from "./commands/DescribeClusterOperationCommand";
|
|
@@ -24,6 +26,7 @@ import { DescribeClusterOperationV2CommandInput, DescribeClusterOperationV2Comma
|
|
|
24
26
|
import { DescribeClusterV2CommandInput, DescribeClusterV2CommandOutput } from "./commands/DescribeClusterV2Command";
|
|
25
27
|
import { DescribeConfigurationCommandInput, DescribeConfigurationCommandOutput } from "./commands/DescribeConfigurationCommand";
|
|
26
28
|
import { DescribeConfigurationRevisionCommandInput, DescribeConfigurationRevisionCommandOutput } from "./commands/DescribeConfigurationRevisionCommand";
|
|
29
|
+
import { DescribeReplicatorCommandInput, DescribeReplicatorCommandOutput } from "./commands/DescribeReplicatorCommand";
|
|
27
30
|
import { DescribeVpcConnectionCommandInput, DescribeVpcConnectionCommandOutput } from "./commands/DescribeVpcConnectionCommand";
|
|
28
31
|
import { GetBootstrapBrokersCommandInput, GetBootstrapBrokersCommandOutput } from "./commands/GetBootstrapBrokersCommand";
|
|
29
32
|
import { GetClusterPolicyCommandInput, GetClusterPolicyCommandOutput } from "./commands/GetClusterPolicyCommand";
|
|
@@ -37,6 +40,7 @@ import { ListConfigurationRevisionsCommandInput, ListConfigurationRevisionsComma
|
|
|
37
40
|
import { ListConfigurationsCommandInput, ListConfigurationsCommandOutput } from "./commands/ListConfigurationsCommand";
|
|
38
41
|
import { ListKafkaVersionsCommandInput, ListKafkaVersionsCommandOutput } from "./commands/ListKafkaVersionsCommand";
|
|
39
42
|
import { ListNodesCommandInput, ListNodesCommandOutput } from "./commands/ListNodesCommand";
|
|
43
|
+
import { ListReplicatorsCommandInput, ListReplicatorsCommandOutput } from "./commands/ListReplicatorsCommand";
|
|
40
44
|
import { ListScramSecretsCommandInput, ListScramSecretsCommandOutput } from "./commands/ListScramSecretsCommand";
|
|
41
45
|
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
|
|
42
46
|
import { ListVpcConnectionsCommandInput, ListVpcConnectionsCommandOutput } from "./commands/ListVpcConnectionsCommand";
|
|
@@ -53,6 +57,7 @@ import { UpdateClusterKafkaVersionCommandInput, UpdateClusterKafkaVersionCommand
|
|
|
53
57
|
import { UpdateConfigurationCommandInput, UpdateConfigurationCommandOutput } from "./commands/UpdateConfigurationCommand";
|
|
54
58
|
import { UpdateConnectivityCommandInput, UpdateConnectivityCommandOutput } from "./commands/UpdateConnectivityCommand";
|
|
55
59
|
import { UpdateMonitoringCommandInput, UpdateMonitoringCommandOutput } from "./commands/UpdateMonitoringCommand";
|
|
60
|
+
import { UpdateReplicationInfoCommandInput, UpdateReplicationInfoCommandOutput } from "./commands/UpdateReplicationInfoCommand";
|
|
56
61
|
import { UpdateSecurityCommandInput, UpdateSecurityCommandOutput } from "./commands/UpdateSecurityCommand";
|
|
57
62
|
import { UpdateStorageCommandInput, UpdateStorageCommandOutput } from "./commands/UpdateStorageCommand";
|
|
58
63
|
import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
|
|
@@ -61,11 +66,11 @@ export { __Client };
|
|
|
61
66
|
/**
|
|
62
67
|
* @public
|
|
63
68
|
*/
|
|
64
|
-
export type ServiceInputTypes = BatchAssociateScramSecretCommandInput | BatchDisassociateScramSecretCommandInput | CreateClusterCommandInput | CreateClusterV2CommandInput | CreateConfigurationCommandInput | CreateVpcConnectionCommandInput | DeleteClusterCommandInput | DeleteClusterPolicyCommandInput | DeleteConfigurationCommandInput | DeleteVpcConnectionCommandInput | DescribeClusterCommandInput | DescribeClusterOperationCommandInput | DescribeClusterOperationV2CommandInput | DescribeClusterV2CommandInput | DescribeConfigurationCommandInput | DescribeConfigurationRevisionCommandInput | DescribeVpcConnectionCommandInput | GetBootstrapBrokersCommandInput | GetClusterPolicyCommandInput | GetCompatibleKafkaVersionsCommandInput | ListClientVpcConnectionsCommandInput | ListClusterOperationsCommandInput | ListClusterOperationsV2CommandInput | ListClustersCommandInput | ListClustersV2CommandInput | ListConfigurationRevisionsCommandInput | ListConfigurationsCommandInput | ListKafkaVersionsCommandInput | ListNodesCommandInput | ListScramSecretsCommandInput | ListTagsForResourceCommandInput | ListVpcConnectionsCommandInput | PutClusterPolicyCommandInput | RebootBrokerCommandInput | RejectClientVpcConnectionCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateBrokerCountCommandInput | UpdateBrokerStorageCommandInput | UpdateBrokerTypeCommandInput | UpdateClusterConfigurationCommandInput | UpdateClusterKafkaVersionCommandInput | UpdateConfigurationCommandInput | UpdateConnectivityCommandInput | UpdateMonitoringCommandInput | UpdateSecurityCommandInput | UpdateStorageCommandInput;
|
|
69
|
+
export type ServiceInputTypes = BatchAssociateScramSecretCommandInput | BatchDisassociateScramSecretCommandInput | CreateClusterCommandInput | CreateClusterV2CommandInput | CreateConfigurationCommandInput | CreateReplicatorCommandInput | CreateVpcConnectionCommandInput | DeleteClusterCommandInput | DeleteClusterPolicyCommandInput | DeleteConfigurationCommandInput | DeleteReplicatorCommandInput | DeleteVpcConnectionCommandInput | DescribeClusterCommandInput | DescribeClusterOperationCommandInput | DescribeClusterOperationV2CommandInput | DescribeClusterV2CommandInput | DescribeConfigurationCommandInput | DescribeConfigurationRevisionCommandInput | DescribeReplicatorCommandInput | DescribeVpcConnectionCommandInput | GetBootstrapBrokersCommandInput | GetClusterPolicyCommandInput | GetCompatibleKafkaVersionsCommandInput | ListClientVpcConnectionsCommandInput | ListClusterOperationsCommandInput | ListClusterOperationsV2CommandInput | ListClustersCommandInput | ListClustersV2CommandInput | ListConfigurationRevisionsCommandInput | ListConfigurationsCommandInput | ListKafkaVersionsCommandInput | ListNodesCommandInput | ListReplicatorsCommandInput | ListScramSecretsCommandInput | ListTagsForResourceCommandInput | ListVpcConnectionsCommandInput | PutClusterPolicyCommandInput | RebootBrokerCommandInput | RejectClientVpcConnectionCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateBrokerCountCommandInput | UpdateBrokerStorageCommandInput | UpdateBrokerTypeCommandInput | UpdateClusterConfigurationCommandInput | UpdateClusterKafkaVersionCommandInput | UpdateConfigurationCommandInput | UpdateConnectivityCommandInput | UpdateMonitoringCommandInput | UpdateReplicationInfoCommandInput | UpdateSecurityCommandInput | UpdateStorageCommandInput;
|
|
65
70
|
/**
|
|
66
71
|
* @public
|
|
67
72
|
*/
|
|
68
|
-
export type ServiceOutputTypes = BatchAssociateScramSecretCommandOutput | BatchDisassociateScramSecretCommandOutput | CreateClusterCommandOutput | CreateClusterV2CommandOutput | CreateConfigurationCommandOutput | CreateVpcConnectionCommandOutput | DeleteClusterCommandOutput | DeleteClusterPolicyCommandOutput | DeleteConfigurationCommandOutput | DeleteVpcConnectionCommandOutput | DescribeClusterCommandOutput | DescribeClusterOperationCommandOutput | DescribeClusterOperationV2CommandOutput | DescribeClusterV2CommandOutput | DescribeConfigurationCommandOutput | DescribeConfigurationRevisionCommandOutput | DescribeVpcConnectionCommandOutput | GetBootstrapBrokersCommandOutput | GetClusterPolicyCommandOutput | GetCompatibleKafkaVersionsCommandOutput | ListClientVpcConnectionsCommandOutput | ListClusterOperationsCommandOutput | ListClusterOperationsV2CommandOutput | ListClustersCommandOutput | ListClustersV2CommandOutput | ListConfigurationRevisionsCommandOutput | ListConfigurationsCommandOutput | ListKafkaVersionsCommandOutput | ListNodesCommandOutput | ListScramSecretsCommandOutput | ListTagsForResourceCommandOutput | ListVpcConnectionsCommandOutput | PutClusterPolicyCommandOutput | RebootBrokerCommandOutput | RejectClientVpcConnectionCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateBrokerCountCommandOutput | UpdateBrokerStorageCommandOutput | UpdateBrokerTypeCommandOutput | UpdateClusterConfigurationCommandOutput | UpdateClusterKafkaVersionCommandOutput | UpdateConfigurationCommandOutput | UpdateConnectivityCommandOutput | UpdateMonitoringCommandOutput | UpdateSecurityCommandOutput | UpdateStorageCommandOutput;
|
|
73
|
+
export type ServiceOutputTypes = BatchAssociateScramSecretCommandOutput | BatchDisassociateScramSecretCommandOutput | CreateClusterCommandOutput | CreateClusterV2CommandOutput | CreateConfigurationCommandOutput | CreateReplicatorCommandOutput | CreateVpcConnectionCommandOutput | DeleteClusterCommandOutput | DeleteClusterPolicyCommandOutput | DeleteConfigurationCommandOutput | DeleteReplicatorCommandOutput | DeleteVpcConnectionCommandOutput | DescribeClusterCommandOutput | DescribeClusterOperationCommandOutput | DescribeClusterOperationV2CommandOutput | DescribeClusterV2CommandOutput | DescribeConfigurationCommandOutput | DescribeConfigurationRevisionCommandOutput | DescribeReplicatorCommandOutput | DescribeVpcConnectionCommandOutput | GetBootstrapBrokersCommandOutput | GetClusterPolicyCommandOutput | GetCompatibleKafkaVersionsCommandOutput | ListClientVpcConnectionsCommandOutput | ListClusterOperationsCommandOutput | ListClusterOperationsV2CommandOutput | ListClustersCommandOutput | ListClustersV2CommandOutput | ListConfigurationRevisionsCommandOutput | ListConfigurationsCommandOutput | ListKafkaVersionsCommandOutput | ListNodesCommandOutput | ListReplicatorsCommandOutput | ListScramSecretsCommandOutput | ListTagsForResourceCommandOutput | ListVpcConnectionsCommandOutput | PutClusterPolicyCommandOutput | RebootBrokerCommandOutput | RejectClientVpcConnectionCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateBrokerCountCommandOutput | UpdateBrokerStorageCommandOutput | UpdateBrokerTypeCommandOutput | UpdateClusterConfigurationCommandOutput | UpdateClusterKafkaVersionCommandOutput | UpdateConfigurationCommandOutput | UpdateConnectivityCommandOutput | UpdateMonitoringCommandOutput | UpdateReplicationInfoCommandOutput | UpdateSecurityCommandOutput | UpdateStorageCommandOutput;
|
|
69
74
|
/**
|
|
70
75
|
* @public
|
|
71
76
|
*/
|
|
@@ -0,0 +1,147 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
|
|
4
|
+
import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient";
|
|
5
|
+
import { CreateReplicatorRequest, CreateReplicatorResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link CreateReplicatorCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface CreateReplicatorCommandInput extends CreateReplicatorRequest {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link CreateReplicatorCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface CreateReplicatorCommandOutput extends CreateReplicatorResponse, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* @public
|
|
26
|
+
* <p>Creates the replicator.</p>
|
|
27
|
+
* @example
|
|
28
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
29
|
+
* ```javascript
|
|
30
|
+
* import { KafkaClient, CreateReplicatorCommand } from "@aws-sdk/client-kafka"; // ES Modules import
|
|
31
|
+
* // const { KafkaClient, CreateReplicatorCommand } = require("@aws-sdk/client-kafka"); // CommonJS import
|
|
32
|
+
* const client = new KafkaClient(config);
|
|
33
|
+
* const input = { // CreateReplicatorRequest
|
|
34
|
+
* Description: "STRING_VALUE",
|
|
35
|
+
* KafkaClusters: [ // __listOfKafkaCluster // required
|
|
36
|
+
* { // KafkaCluster
|
|
37
|
+
* AmazonMskCluster: { // AmazonMskCluster
|
|
38
|
+
* MskClusterArn: "STRING_VALUE", // required
|
|
39
|
+
* },
|
|
40
|
+
* VpcConfig: { // KafkaClusterClientVpcConfig
|
|
41
|
+
* SecurityGroupIds: [ // __listOf__string
|
|
42
|
+
* "STRING_VALUE",
|
|
43
|
+
* ],
|
|
44
|
+
* SubnetIds: [ // required
|
|
45
|
+
* "STRING_VALUE",
|
|
46
|
+
* ],
|
|
47
|
+
* },
|
|
48
|
+
* },
|
|
49
|
+
* ],
|
|
50
|
+
* ReplicationInfoList: [ // __listOfReplicationInfo // required
|
|
51
|
+
* { // ReplicationInfo
|
|
52
|
+
* ConsumerGroupReplication: { // ConsumerGroupReplication
|
|
53
|
+
* ConsumerGroupsToExclude: [ // __listOf__stringMax256
|
|
54
|
+
* "STRING_VALUE",
|
|
55
|
+
* ],
|
|
56
|
+
* ConsumerGroupsToReplicate: [ // required
|
|
57
|
+
* "STRING_VALUE",
|
|
58
|
+
* ],
|
|
59
|
+
* DetectAndCopyNewConsumerGroups: true || false,
|
|
60
|
+
* SynchroniseConsumerGroupOffsets: true || false,
|
|
61
|
+
* },
|
|
62
|
+
* SourceKafkaClusterArn: "STRING_VALUE", // required
|
|
63
|
+
* TargetCompressionType: "NONE" || "GZIP" || "SNAPPY" || "LZ4" || "ZSTD", // required
|
|
64
|
+
* TargetKafkaClusterArn: "STRING_VALUE", // required
|
|
65
|
+
* TopicReplication: { // TopicReplication
|
|
66
|
+
* CopyAccessControlListsForTopics: true || false,
|
|
67
|
+
* CopyTopicConfigurations: true || false,
|
|
68
|
+
* DetectAndCopyNewTopics: true || false,
|
|
69
|
+
* TopicsToExclude: [ // __listOf__stringMax249
|
|
70
|
+
* "STRING_VALUE",
|
|
71
|
+
* ],
|
|
72
|
+
* TopicsToReplicate: [ // required
|
|
73
|
+
* "STRING_VALUE",
|
|
74
|
+
* ],
|
|
75
|
+
* },
|
|
76
|
+
* },
|
|
77
|
+
* ],
|
|
78
|
+
* ReplicatorName: "STRING_VALUE", // required
|
|
79
|
+
* ServiceExecutionRoleArn: "STRING_VALUE", // required
|
|
80
|
+
* Tags: { // __mapOf__string
|
|
81
|
+
* "<keys>": "STRING_VALUE",
|
|
82
|
+
* },
|
|
83
|
+
* };
|
|
84
|
+
* const command = new CreateReplicatorCommand(input);
|
|
85
|
+
* const response = await client.send(command);
|
|
86
|
+
* // { // CreateReplicatorResponse
|
|
87
|
+
* // ReplicatorArn: "STRING_VALUE",
|
|
88
|
+
* // ReplicatorName: "STRING_VALUE",
|
|
89
|
+
* // ReplicatorState: "RUNNING" || "CREATING" || "UPDATING" || "DELETING" || "FAILED",
|
|
90
|
+
* // };
|
|
91
|
+
*
|
|
92
|
+
* ```
|
|
93
|
+
*
|
|
94
|
+
* @param CreateReplicatorCommandInput - {@link CreateReplicatorCommandInput}
|
|
95
|
+
* @returns {@link CreateReplicatorCommandOutput}
|
|
96
|
+
* @see {@link CreateReplicatorCommandInput} for command's `input` shape.
|
|
97
|
+
* @see {@link CreateReplicatorCommandOutput} for command's `response` shape.
|
|
98
|
+
* @see {@link KafkaClientResolvedConfig | config} for KafkaClient's `config` shape.
|
|
99
|
+
*
|
|
100
|
+
* @throws {@link BadRequestException} (client fault)
|
|
101
|
+
* <p>Returns information about an error.</p>
|
|
102
|
+
*
|
|
103
|
+
* @throws {@link ConflictException} (client fault)
|
|
104
|
+
* <p>Returns information about an error.</p>
|
|
105
|
+
*
|
|
106
|
+
* @throws {@link ForbiddenException} (client fault)
|
|
107
|
+
* <p>Returns information about an error.</p>
|
|
108
|
+
*
|
|
109
|
+
* @throws {@link InternalServerErrorException} (server fault)
|
|
110
|
+
* <p>Returns information about an error.</p>
|
|
111
|
+
*
|
|
112
|
+
* @throws {@link NotFoundException} (client fault)
|
|
113
|
+
* <p>Returns information about an error.</p>
|
|
114
|
+
*
|
|
115
|
+
* @throws {@link ServiceUnavailableException} (server fault)
|
|
116
|
+
* <p>Returns information about an error.</p>
|
|
117
|
+
*
|
|
118
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
119
|
+
* <p>Returns information about an error.</p>
|
|
120
|
+
*
|
|
121
|
+
* @throws {@link UnauthorizedException} (client fault)
|
|
122
|
+
* <p>Returns information about an error.</p>
|
|
123
|
+
*
|
|
124
|
+
* @throws {@link KafkaServiceException}
|
|
125
|
+
* <p>Base exception class for all service exceptions from Kafka service.</p>
|
|
126
|
+
*
|
|
127
|
+
*/
|
|
128
|
+
export declare class CreateReplicatorCommand extends $Command<CreateReplicatorCommandInput, CreateReplicatorCommandOutput, KafkaClientResolvedConfig> {
|
|
129
|
+
readonly input: CreateReplicatorCommandInput;
|
|
130
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
131
|
+
/**
|
|
132
|
+
* @public
|
|
133
|
+
*/
|
|
134
|
+
constructor(input: CreateReplicatorCommandInput);
|
|
135
|
+
/**
|
|
136
|
+
* @internal
|
|
137
|
+
*/
|
|
138
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KafkaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateReplicatorCommandInput, CreateReplicatorCommandOutput>;
|
|
139
|
+
/**
|
|
140
|
+
* @internal
|
|
141
|
+
*/
|
|
142
|
+
private serialize;
|
|
143
|
+
/**
|
|
144
|
+
* @internal
|
|
145
|
+
*/
|
|
146
|
+
private deserialize;
|
|
147
|
+
}
|
|
@@ -0,0 +1,96 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
|
|
4
|
+
import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient";
|
|
5
|
+
import { DeleteReplicatorRequest, DeleteReplicatorResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link DeleteReplicatorCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface DeleteReplicatorCommandInput extends DeleteReplicatorRequest {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link DeleteReplicatorCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface DeleteReplicatorCommandOutput extends DeleteReplicatorResponse, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* @public
|
|
26
|
+
* <p>Deletes a replicator.</p>
|
|
27
|
+
* @example
|
|
28
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
29
|
+
* ```javascript
|
|
30
|
+
* import { KafkaClient, DeleteReplicatorCommand } from "@aws-sdk/client-kafka"; // ES Modules import
|
|
31
|
+
* // const { KafkaClient, DeleteReplicatorCommand } = require("@aws-sdk/client-kafka"); // CommonJS import
|
|
32
|
+
* const client = new KafkaClient(config);
|
|
33
|
+
* const input = { // DeleteReplicatorRequest
|
|
34
|
+
* CurrentVersion: "STRING_VALUE",
|
|
35
|
+
* ReplicatorArn: "STRING_VALUE", // required
|
|
36
|
+
* };
|
|
37
|
+
* const command = new DeleteReplicatorCommand(input);
|
|
38
|
+
* const response = await client.send(command);
|
|
39
|
+
* // { // DeleteReplicatorResponse
|
|
40
|
+
* // ReplicatorArn: "STRING_VALUE",
|
|
41
|
+
* // ReplicatorState: "RUNNING" || "CREATING" || "UPDATING" || "DELETING" || "FAILED",
|
|
42
|
+
* // };
|
|
43
|
+
*
|
|
44
|
+
* ```
|
|
45
|
+
*
|
|
46
|
+
* @param DeleteReplicatorCommandInput - {@link DeleteReplicatorCommandInput}
|
|
47
|
+
* @returns {@link DeleteReplicatorCommandOutput}
|
|
48
|
+
* @see {@link DeleteReplicatorCommandInput} for command's `input` shape.
|
|
49
|
+
* @see {@link DeleteReplicatorCommandOutput} for command's `response` shape.
|
|
50
|
+
* @see {@link KafkaClientResolvedConfig | config} for KafkaClient's `config` shape.
|
|
51
|
+
*
|
|
52
|
+
* @throws {@link BadRequestException} (client fault)
|
|
53
|
+
* <p>Returns information about an error.</p>
|
|
54
|
+
*
|
|
55
|
+
* @throws {@link ForbiddenException} (client fault)
|
|
56
|
+
* <p>Returns information about an error.</p>
|
|
57
|
+
*
|
|
58
|
+
* @throws {@link InternalServerErrorException} (server fault)
|
|
59
|
+
* <p>Returns information about an error.</p>
|
|
60
|
+
*
|
|
61
|
+
* @throws {@link NotFoundException} (client fault)
|
|
62
|
+
* <p>Returns information about an error.</p>
|
|
63
|
+
*
|
|
64
|
+
* @throws {@link ServiceUnavailableException} (server fault)
|
|
65
|
+
* <p>Returns information about an error.</p>
|
|
66
|
+
*
|
|
67
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
68
|
+
* <p>Returns information about an error.</p>
|
|
69
|
+
*
|
|
70
|
+
* @throws {@link UnauthorizedException} (client fault)
|
|
71
|
+
* <p>Returns information about an error.</p>
|
|
72
|
+
*
|
|
73
|
+
* @throws {@link KafkaServiceException}
|
|
74
|
+
* <p>Base exception class for all service exceptions from Kafka service.</p>
|
|
75
|
+
*
|
|
76
|
+
*/
|
|
77
|
+
export declare class DeleteReplicatorCommand extends $Command<DeleteReplicatorCommandInput, DeleteReplicatorCommandOutput, KafkaClientResolvedConfig> {
|
|
78
|
+
readonly input: DeleteReplicatorCommandInput;
|
|
79
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
80
|
+
/**
|
|
81
|
+
* @public
|
|
82
|
+
*/
|
|
83
|
+
constructor(input: DeleteReplicatorCommandInput);
|
|
84
|
+
/**
|
|
85
|
+
* @internal
|
|
86
|
+
*/
|
|
87
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KafkaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteReplicatorCommandInput, DeleteReplicatorCommandOutput>;
|
|
88
|
+
/**
|
|
89
|
+
* @internal
|
|
90
|
+
*/
|
|
91
|
+
private serialize;
|
|
92
|
+
/**
|
|
93
|
+
* @internal
|
|
94
|
+
*/
|
|
95
|
+
private deserialize;
|
|
96
|
+
}
|
|
@@ -0,0 +1,153 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
|
|
4
|
+
import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient";
|
|
5
|
+
import { DescribeReplicatorRequest, DescribeReplicatorResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link DescribeReplicatorCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface DescribeReplicatorCommandInput extends DescribeReplicatorRequest {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link DescribeReplicatorCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface DescribeReplicatorCommandOutput extends DescribeReplicatorResponse, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* @public
|
|
26
|
+
* <p>Describes a replicator.</p>
|
|
27
|
+
* @example
|
|
28
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
29
|
+
* ```javascript
|
|
30
|
+
* import { KafkaClient, DescribeReplicatorCommand } from "@aws-sdk/client-kafka"; // ES Modules import
|
|
31
|
+
* // const { KafkaClient, DescribeReplicatorCommand } = require("@aws-sdk/client-kafka"); // CommonJS import
|
|
32
|
+
* const client = new KafkaClient(config);
|
|
33
|
+
* const input = { // DescribeReplicatorRequest
|
|
34
|
+
* ReplicatorArn: "STRING_VALUE", // required
|
|
35
|
+
* };
|
|
36
|
+
* const command = new DescribeReplicatorCommand(input);
|
|
37
|
+
* const response = await client.send(command);
|
|
38
|
+
* // { // DescribeReplicatorResponse
|
|
39
|
+
* // CreationTime: new Date("TIMESTAMP"),
|
|
40
|
+
* // CurrentVersion: "STRING_VALUE",
|
|
41
|
+
* // IsReplicatorReference: true || false,
|
|
42
|
+
* // KafkaClusters: [ // __listOfKafkaClusterDescription
|
|
43
|
+
* // { // KafkaClusterDescription
|
|
44
|
+
* // AmazonMskCluster: { // AmazonMskCluster
|
|
45
|
+
* // MskClusterArn: "STRING_VALUE", // required
|
|
46
|
+
* // },
|
|
47
|
+
* // KafkaClusterAlias: "STRING_VALUE",
|
|
48
|
+
* // VpcConfig: { // KafkaClusterClientVpcConfig
|
|
49
|
+
* // SecurityGroupIds: [ // __listOf__string
|
|
50
|
+
* // "STRING_VALUE",
|
|
51
|
+
* // ],
|
|
52
|
+
* // SubnetIds: [ // required
|
|
53
|
+
* // "STRING_VALUE",
|
|
54
|
+
* // ],
|
|
55
|
+
* // },
|
|
56
|
+
* // },
|
|
57
|
+
* // ],
|
|
58
|
+
* // ReplicationInfoList: [ // __listOfReplicationInfoDescription
|
|
59
|
+
* // { // ReplicationInfoDescription
|
|
60
|
+
* // ConsumerGroupReplication: { // ConsumerGroupReplication
|
|
61
|
+
* // ConsumerGroupsToExclude: [ // __listOf__stringMax256
|
|
62
|
+
* // "STRING_VALUE",
|
|
63
|
+
* // ],
|
|
64
|
+
* // ConsumerGroupsToReplicate: [ // required
|
|
65
|
+
* // "STRING_VALUE",
|
|
66
|
+
* // ],
|
|
67
|
+
* // DetectAndCopyNewConsumerGroups: true || false,
|
|
68
|
+
* // SynchroniseConsumerGroupOffsets: true || false,
|
|
69
|
+
* // },
|
|
70
|
+
* // SourceKafkaClusterAlias: "STRING_VALUE",
|
|
71
|
+
* // TargetCompressionType: "NONE" || "GZIP" || "SNAPPY" || "LZ4" || "ZSTD",
|
|
72
|
+
* // TargetKafkaClusterAlias: "STRING_VALUE",
|
|
73
|
+
* // TopicReplication: { // TopicReplication
|
|
74
|
+
* // CopyAccessControlListsForTopics: true || false,
|
|
75
|
+
* // CopyTopicConfigurations: true || false,
|
|
76
|
+
* // DetectAndCopyNewTopics: true || false,
|
|
77
|
+
* // TopicsToExclude: [ // __listOf__stringMax249
|
|
78
|
+
* // "STRING_VALUE",
|
|
79
|
+
* // ],
|
|
80
|
+
* // TopicsToReplicate: [ // required
|
|
81
|
+
* // "STRING_VALUE",
|
|
82
|
+
* // ],
|
|
83
|
+
* // },
|
|
84
|
+
* // },
|
|
85
|
+
* // ],
|
|
86
|
+
* // ReplicatorArn: "STRING_VALUE",
|
|
87
|
+
* // ReplicatorDescription: "STRING_VALUE",
|
|
88
|
+
* // ReplicatorName: "STRING_VALUE",
|
|
89
|
+
* // ReplicatorResourceArn: "STRING_VALUE",
|
|
90
|
+
* // ReplicatorState: "RUNNING" || "CREATING" || "UPDATING" || "DELETING" || "FAILED",
|
|
91
|
+
* // ServiceExecutionRoleArn: "STRING_VALUE",
|
|
92
|
+
* // StateInfo: { // ReplicationStateInfo
|
|
93
|
+
* // Code: "STRING_VALUE",
|
|
94
|
+
* // Message: "STRING_VALUE",
|
|
95
|
+
* // },
|
|
96
|
+
* // Tags: { // __mapOf__string
|
|
97
|
+
* // "<keys>": "STRING_VALUE",
|
|
98
|
+
* // },
|
|
99
|
+
* // };
|
|
100
|
+
*
|
|
101
|
+
* ```
|
|
102
|
+
*
|
|
103
|
+
* @param DescribeReplicatorCommandInput - {@link DescribeReplicatorCommandInput}
|
|
104
|
+
* @returns {@link DescribeReplicatorCommandOutput}
|
|
105
|
+
* @see {@link DescribeReplicatorCommandInput} for command's `input` shape.
|
|
106
|
+
* @see {@link DescribeReplicatorCommandOutput} for command's `response` shape.
|
|
107
|
+
* @see {@link KafkaClientResolvedConfig | config} for KafkaClient's `config` shape.
|
|
108
|
+
*
|
|
109
|
+
* @throws {@link BadRequestException} (client fault)
|
|
110
|
+
* <p>Returns information about an error.</p>
|
|
111
|
+
*
|
|
112
|
+
* @throws {@link ForbiddenException} (client fault)
|
|
113
|
+
* <p>Returns information about an error.</p>
|
|
114
|
+
*
|
|
115
|
+
* @throws {@link InternalServerErrorException} (server fault)
|
|
116
|
+
* <p>Returns information about an error.</p>
|
|
117
|
+
*
|
|
118
|
+
* @throws {@link NotFoundException} (client fault)
|
|
119
|
+
* <p>Returns information about an error.</p>
|
|
120
|
+
*
|
|
121
|
+
* @throws {@link ServiceUnavailableException} (server fault)
|
|
122
|
+
* <p>Returns information about an error.</p>
|
|
123
|
+
*
|
|
124
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
125
|
+
* <p>Returns information about an error.</p>
|
|
126
|
+
*
|
|
127
|
+
* @throws {@link UnauthorizedException} (client fault)
|
|
128
|
+
* <p>Returns information about an error.</p>
|
|
129
|
+
*
|
|
130
|
+
* @throws {@link KafkaServiceException}
|
|
131
|
+
* <p>Base exception class for all service exceptions from Kafka service.</p>
|
|
132
|
+
*
|
|
133
|
+
*/
|
|
134
|
+
export declare class DescribeReplicatorCommand extends $Command<DescribeReplicatorCommandInput, DescribeReplicatorCommandOutput, KafkaClientResolvedConfig> {
|
|
135
|
+
readonly input: DescribeReplicatorCommandInput;
|
|
136
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
137
|
+
/**
|
|
138
|
+
* @public
|
|
139
|
+
*/
|
|
140
|
+
constructor(input: DescribeReplicatorCommandInput);
|
|
141
|
+
/**
|
|
142
|
+
* @internal
|
|
143
|
+
*/
|
|
144
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KafkaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeReplicatorCommandInput, DescribeReplicatorCommandOutput>;
|
|
145
|
+
/**
|
|
146
|
+
* @internal
|
|
147
|
+
*/
|
|
148
|
+
private serialize;
|
|
149
|
+
/**
|
|
150
|
+
* @internal
|
|
151
|
+
*/
|
|
152
|
+
private deserialize;
|
|
153
|
+
}
|