@aws-sdk/client-kafka 3.532.0 → 3.535.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-types/Kafka.d.ts +8 -1
- package/dist-types/KafkaClient.d.ts +1 -1
- package/dist-types/commands/BatchAssociateScramSecretCommand.d.ts +2 -1
- package/dist-types/commands/BatchDisassociateScramSecretCommand.d.ts +2 -1
- package/dist-types/commands/CreateClusterCommand.d.ts +2 -1
- package/dist-types/commands/CreateClusterV2Command.d.ts +2 -1
- package/dist-types/commands/CreateConfigurationCommand.d.ts +3 -2
- package/dist-types/commands/CreateReplicatorCommand.d.ts +2 -1
- package/dist-types/commands/CreateVpcConnectionCommand.d.ts +2 -1
- package/dist-types/commands/DeleteClusterCommand.d.ts +2 -1
- package/dist-types/commands/DeleteClusterPolicyCommand.d.ts +2 -1
- package/dist-types/commands/DeleteConfigurationCommand.d.ts +2 -1
- package/dist-types/commands/DeleteReplicatorCommand.d.ts +2 -1
- package/dist-types/commands/DeleteVpcConnectionCommand.d.ts +2 -1
- package/dist-types/commands/DescribeClusterCommand.d.ts +2 -1
- package/dist-types/commands/DescribeClusterOperationCommand.d.ts +2 -1
- package/dist-types/commands/DescribeClusterOperationV2Command.d.ts +2 -1
- package/dist-types/commands/DescribeClusterV2Command.d.ts +2 -1
- package/dist-types/commands/DescribeConfigurationCommand.d.ts +2 -1
- package/dist-types/commands/DescribeConfigurationRevisionCommand.d.ts +3 -2
- package/dist-types/commands/DescribeReplicatorCommand.d.ts +2 -1
- package/dist-types/commands/DescribeVpcConnectionCommand.d.ts +2 -1
- package/dist-types/commands/GetBootstrapBrokersCommand.d.ts +2 -1
- package/dist-types/commands/GetClusterPolicyCommand.d.ts +2 -1
- package/dist-types/commands/GetCompatibleKafkaVersionsCommand.d.ts +2 -1
- package/dist-types/commands/ListClientVpcConnectionsCommand.d.ts +2 -1
- package/dist-types/commands/ListClusterOperationsCommand.d.ts +2 -1
- package/dist-types/commands/ListClusterOperationsV2Command.d.ts +2 -1
- package/dist-types/commands/ListClustersCommand.d.ts +2 -1
- package/dist-types/commands/ListClustersV2Command.d.ts +2 -1
- package/dist-types/commands/ListConfigurationRevisionsCommand.d.ts +2 -1
- package/dist-types/commands/ListConfigurationsCommand.d.ts +2 -1
- package/dist-types/commands/ListKafkaVersionsCommand.d.ts +2 -1
- package/dist-types/commands/ListNodesCommand.d.ts +2 -1
- package/dist-types/commands/ListReplicatorsCommand.d.ts +2 -1
- package/dist-types/commands/ListScramSecretsCommand.d.ts +2 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/commands/ListVpcConnectionsCommand.d.ts +2 -1
- package/dist-types/commands/PutClusterPolicyCommand.d.ts +2 -1
- package/dist-types/commands/RebootBrokerCommand.d.ts +2 -1
- package/dist-types/commands/RejectClientVpcConnectionCommand.d.ts +2 -1
- package/dist-types/commands/TagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UpdateBrokerCountCommand.d.ts +2 -1
- package/dist-types/commands/UpdateBrokerStorageCommand.d.ts +2 -1
- package/dist-types/commands/UpdateBrokerTypeCommand.d.ts +2 -1
- package/dist-types/commands/UpdateClusterConfigurationCommand.d.ts +2 -1
- package/dist-types/commands/UpdateClusterKafkaVersionCommand.d.ts +2 -1
- package/dist-types/commands/UpdateConfigurationCommand.d.ts +3 -2
- package/dist-types/commands/UpdateConnectivityCommand.d.ts +2 -1
- package/dist-types/commands/UpdateMonitoringCommand.d.ts +2 -1
- package/dist-types/commands/UpdateReplicationInfoCommand.d.ts +2 -1
- package/dist-types/commands/UpdateSecurityCommand.d.ts +2 -1
- package/dist-types/commands/UpdateStorageCommand.d.ts +2 -1
- package/dist-types/models/models_0.d.ts +655 -655
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/runtimeConfig.shared.d.ts +2 -2
- package/dist-types/ts3.4/Kafka.d.ts +7 -0
- package/dist-types/ts3.4/commands/BatchAssociateScramSecretCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/BatchDisassociateScramSecretCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateClusterCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateClusterV2Command.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateConfigurationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateReplicatorCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateVpcConnectionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteClusterCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteClusterPolicyCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteConfigurationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteReplicatorCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteVpcConnectionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeClusterCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeClusterOperationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeClusterOperationV2Command.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeClusterV2Command.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeConfigurationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeConfigurationRevisionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeReplicatorCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeVpcConnectionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetBootstrapBrokersCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetClusterPolicyCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetCompatibleKafkaVersionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListClientVpcConnectionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListClusterOperationsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListClusterOperationsV2Command.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListClustersCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListClustersV2Command.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListConfigurationRevisionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListConfigurationsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListKafkaVersionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListNodesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListReplicatorsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListScramSecretsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListVpcConnectionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/PutClusterPolicyCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RebootBrokerCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RejectClientVpcConnectionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateBrokerCountCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateBrokerStorageCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateBrokerTypeCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateClusterConfigurationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateClusterKafkaVersionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateConfigurationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateConnectivityCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateMonitoringCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateReplicationInfoCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateSecurityCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateStorageCommand.d.ts +9 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -2
- package/package.json +40 -40
package/dist-types/Kafka.d.ts
CHANGED
|
@@ -188,6 +188,7 @@ export interface Kafka {
|
|
|
188
188
|
/**
|
|
189
189
|
* @see {@link GetCompatibleKafkaVersionsCommand}
|
|
190
190
|
*/
|
|
191
|
+
getCompatibleKafkaVersions(): Promise<GetCompatibleKafkaVersionsCommandOutput>;
|
|
191
192
|
getCompatibleKafkaVersions(args: GetCompatibleKafkaVersionsCommandInput, options?: __HttpHandlerOptions): Promise<GetCompatibleKafkaVersionsCommandOutput>;
|
|
192
193
|
getCompatibleKafkaVersions(args: GetCompatibleKafkaVersionsCommandInput, cb: (err: any, data?: GetCompatibleKafkaVersionsCommandOutput) => void): void;
|
|
193
194
|
getCompatibleKafkaVersions(args: GetCompatibleKafkaVersionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetCompatibleKafkaVersionsCommandOutput) => void): void;
|
|
@@ -212,12 +213,14 @@ export interface Kafka {
|
|
|
212
213
|
/**
|
|
213
214
|
* @see {@link ListClustersCommand}
|
|
214
215
|
*/
|
|
216
|
+
listClusters(): Promise<ListClustersCommandOutput>;
|
|
215
217
|
listClusters(args: ListClustersCommandInput, options?: __HttpHandlerOptions): Promise<ListClustersCommandOutput>;
|
|
216
218
|
listClusters(args: ListClustersCommandInput, cb: (err: any, data?: ListClustersCommandOutput) => void): void;
|
|
217
219
|
listClusters(args: ListClustersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListClustersCommandOutput) => void): void;
|
|
218
220
|
/**
|
|
219
221
|
* @see {@link ListClustersV2Command}
|
|
220
222
|
*/
|
|
223
|
+
listClustersV2(): Promise<ListClustersV2CommandOutput>;
|
|
221
224
|
listClustersV2(args: ListClustersV2CommandInput, options?: __HttpHandlerOptions): Promise<ListClustersV2CommandOutput>;
|
|
222
225
|
listClustersV2(args: ListClustersV2CommandInput, cb: (err: any, data?: ListClustersV2CommandOutput) => void): void;
|
|
223
226
|
listClustersV2(args: ListClustersV2CommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListClustersV2CommandOutput) => void): void;
|
|
@@ -230,12 +233,14 @@ export interface Kafka {
|
|
|
230
233
|
/**
|
|
231
234
|
* @see {@link ListConfigurationsCommand}
|
|
232
235
|
*/
|
|
236
|
+
listConfigurations(): Promise<ListConfigurationsCommandOutput>;
|
|
233
237
|
listConfigurations(args: ListConfigurationsCommandInput, options?: __HttpHandlerOptions): Promise<ListConfigurationsCommandOutput>;
|
|
234
238
|
listConfigurations(args: ListConfigurationsCommandInput, cb: (err: any, data?: ListConfigurationsCommandOutput) => void): void;
|
|
235
239
|
listConfigurations(args: ListConfigurationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListConfigurationsCommandOutput) => void): void;
|
|
236
240
|
/**
|
|
237
241
|
* @see {@link ListKafkaVersionsCommand}
|
|
238
242
|
*/
|
|
243
|
+
listKafkaVersions(): Promise<ListKafkaVersionsCommandOutput>;
|
|
239
244
|
listKafkaVersions(args: ListKafkaVersionsCommandInput, options?: __HttpHandlerOptions): Promise<ListKafkaVersionsCommandOutput>;
|
|
240
245
|
listKafkaVersions(args: ListKafkaVersionsCommandInput, cb: (err: any, data?: ListKafkaVersionsCommandOutput) => void): void;
|
|
241
246
|
listKafkaVersions(args: ListKafkaVersionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListKafkaVersionsCommandOutput) => void): void;
|
|
@@ -248,6 +253,7 @@ export interface Kafka {
|
|
|
248
253
|
/**
|
|
249
254
|
* @see {@link ListReplicatorsCommand}
|
|
250
255
|
*/
|
|
256
|
+
listReplicators(): Promise<ListReplicatorsCommandOutput>;
|
|
251
257
|
listReplicators(args: ListReplicatorsCommandInput, options?: __HttpHandlerOptions): Promise<ListReplicatorsCommandOutput>;
|
|
252
258
|
listReplicators(args: ListReplicatorsCommandInput, cb: (err: any, data?: ListReplicatorsCommandOutput) => void): void;
|
|
253
259
|
listReplicators(args: ListReplicatorsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListReplicatorsCommandOutput) => void): void;
|
|
@@ -266,6 +272,7 @@ export interface Kafka {
|
|
|
266
272
|
/**
|
|
267
273
|
* @see {@link ListVpcConnectionsCommand}
|
|
268
274
|
*/
|
|
275
|
+
listVpcConnections(): Promise<ListVpcConnectionsCommandOutput>;
|
|
269
276
|
listVpcConnections(args: ListVpcConnectionsCommandInput, options?: __HttpHandlerOptions): Promise<ListVpcConnectionsCommandOutput>;
|
|
270
277
|
listVpcConnections(args: ListVpcConnectionsCommandInput, cb: (err: any, data?: ListVpcConnectionsCommandOutput) => void): void;
|
|
271
278
|
listVpcConnections(args: ListVpcConnectionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListVpcConnectionsCommandOutput) => void): void;
|
|
@@ -367,8 +374,8 @@ export interface Kafka {
|
|
|
367
374
|
updateStorage(args: UpdateStorageCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateStorageCommandOutput) => void): void;
|
|
368
375
|
}
|
|
369
376
|
/**
|
|
370
|
-
* @public
|
|
371
377
|
* <p>The operations for managing an Amazon MSK cluster.</p>
|
|
378
|
+
* @public
|
|
372
379
|
*/
|
|
373
380
|
export declare class Kafka extends KafkaClient implements Kafka {
|
|
374
381
|
}
|
|
@@ -203,8 +203,8 @@ export type KafkaClientResolvedConfigType = __SmithyResolvedConfiguration<__Http
|
|
|
203
203
|
export interface KafkaClientResolvedConfig extends KafkaClientResolvedConfigType {
|
|
204
204
|
}
|
|
205
205
|
/**
|
|
206
|
-
* @public
|
|
207
206
|
* <p>The operations for managing an Amazon MSK cluster.</p>
|
|
207
|
+
* @public
|
|
208
208
|
*/
|
|
209
209
|
export declare class KafkaClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, KafkaClientResolvedConfig> {
|
|
210
210
|
/**
|
|
@@ -22,10 +22,10 @@ export interface BatchAssociateScramSecretCommandOutput extends BatchAssociateSc
|
|
|
22
22
|
}
|
|
23
23
|
declare const BatchAssociateScramSecretCommand_base: {
|
|
24
24
|
new (input: BatchAssociateScramSecretCommandInput): import("@smithy/smithy-client").CommandImpl<BatchAssociateScramSecretCommandInput, BatchAssociateScramSecretCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: BatchAssociateScramSecretCommandInput): import("@smithy/smithy-client").CommandImpl<BatchAssociateScramSecretCommandInput, BatchAssociateScramSecretCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Associates one or more Scram Secrets with an Amazon MSK cluster.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -84,6 +84,7 @@ declare const BatchAssociateScramSecretCommand_base: {
|
|
|
84
84
|
* @throws {@link KafkaServiceException}
|
|
85
85
|
* <p>Base exception class for all service exceptions from Kafka service.</p>
|
|
86
86
|
*
|
|
87
|
+
* @public
|
|
87
88
|
*/
|
|
88
89
|
export declare class BatchAssociateScramSecretCommand extends BatchAssociateScramSecretCommand_base {
|
|
89
90
|
}
|
|
@@ -22,10 +22,10 @@ export interface BatchDisassociateScramSecretCommandOutput extends BatchDisassoc
|
|
|
22
22
|
}
|
|
23
23
|
declare const BatchDisassociateScramSecretCommand_base: {
|
|
24
24
|
new (input: BatchDisassociateScramSecretCommandInput): import("@smithy/smithy-client").CommandImpl<BatchDisassociateScramSecretCommandInput, BatchDisassociateScramSecretCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: BatchDisassociateScramSecretCommandInput): import("@smithy/smithy-client").CommandImpl<BatchDisassociateScramSecretCommandInput, BatchDisassociateScramSecretCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Disassociates one or more Scram Secrets from an Amazon MSK cluster.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -84,6 +84,7 @@ declare const BatchDisassociateScramSecretCommand_base: {
|
|
|
84
84
|
* @throws {@link KafkaServiceException}
|
|
85
85
|
* <p>Base exception class for all service exceptions from Kafka service.</p>
|
|
86
86
|
*
|
|
87
|
+
* @public
|
|
87
88
|
*/
|
|
88
89
|
export declare class BatchDisassociateScramSecretCommand extends BatchDisassociateScramSecretCommand_base {
|
|
89
90
|
}
|
|
@@ -22,10 +22,10 @@ export interface CreateClusterCommandOutput extends CreateClusterResponse, __Met
|
|
|
22
22
|
}
|
|
23
23
|
declare const CreateClusterCommand_base: {
|
|
24
24
|
new (input: CreateClusterCommandInput): import("@smithy/smithy-client").CommandImpl<CreateClusterCommandInput, CreateClusterCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CreateClusterCommandInput): import("@smithy/smithy-client").CommandImpl<CreateClusterCommandInput, CreateClusterCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Creates a new MSK cluster.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -184,6 +184,7 @@ declare const CreateClusterCommand_base: {
|
|
|
184
184
|
* @throws {@link KafkaServiceException}
|
|
185
185
|
* <p>Base exception class for all service exceptions from Kafka service.</p>
|
|
186
186
|
*
|
|
187
|
+
* @public
|
|
187
188
|
*/
|
|
188
189
|
export declare class CreateClusterCommand extends CreateClusterCommand_base {
|
|
189
190
|
}
|
|
@@ -22,10 +22,10 @@ export interface CreateClusterV2CommandOutput extends CreateClusterV2Response, _
|
|
|
22
22
|
}
|
|
23
23
|
declare const CreateClusterV2Command_base: {
|
|
24
24
|
new (input: CreateClusterV2CommandInput): import("@smithy/smithy-client").CommandImpl<CreateClusterV2CommandInput, CreateClusterV2CommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CreateClusterV2CommandInput): import("@smithy/smithy-client").CommandImpl<CreateClusterV2CommandInput, CreateClusterV2CommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Creates a new MSK cluster.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -204,6 +204,7 @@ declare const CreateClusterV2Command_base: {
|
|
|
204
204
|
* @throws {@link KafkaServiceException}
|
|
205
205
|
* <p>Base exception class for all service exceptions from Kafka service.</p>
|
|
206
206
|
*
|
|
207
|
+
* @public
|
|
207
208
|
*/
|
|
208
209
|
export declare class CreateClusterV2Command extends CreateClusterV2Command_base {
|
|
209
210
|
}
|
|
@@ -22,10 +22,10 @@ export interface CreateConfigurationCommandOutput extends CreateConfigurationRes
|
|
|
22
22
|
}
|
|
23
23
|
declare const CreateConfigurationCommand_base: {
|
|
24
24
|
new (input: CreateConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<CreateConfigurationCommandInput, CreateConfigurationCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CreateConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<CreateConfigurationCommandInput, CreateConfigurationCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Creates a new MSK configuration.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -39,7 +39,7 @@ declare const CreateConfigurationCommand_base: {
|
|
|
39
39
|
* "STRING_VALUE",
|
|
40
40
|
* ],
|
|
41
41
|
* Name: "STRING_VALUE", // required
|
|
42
|
-
* ServerProperties: "
|
|
42
|
+
* ServerProperties: new Uint8Array(), // e.g. Buffer.from("") or new TextEncoder().encode("") // required
|
|
43
43
|
* };
|
|
44
44
|
* const command = new CreateConfigurationCommand(input);
|
|
45
45
|
* const response = await client.send(command);
|
|
@@ -87,6 +87,7 @@ declare const CreateConfigurationCommand_base: {
|
|
|
87
87
|
* @throws {@link KafkaServiceException}
|
|
88
88
|
* <p>Base exception class for all service exceptions from Kafka service.</p>
|
|
89
89
|
*
|
|
90
|
+
* @public
|
|
90
91
|
*/
|
|
91
92
|
export declare class CreateConfigurationCommand extends CreateConfigurationCommand_base {
|
|
92
93
|
}
|
|
@@ -22,10 +22,10 @@ export interface CreateReplicatorCommandOutput extends CreateReplicatorResponse,
|
|
|
22
22
|
}
|
|
23
23
|
declare const CreateReplicatorCommand_base: {
|
|
24
24
|
new (input: CreateReplicatorCommandInput): import("@smithy/smithy-client").CommandImpl<CreateReplicatorCommandInput, CreateReplicatorCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CreateReplicatorCommandInput): import("@smithy/smithy-client").CommandImpl<CreateReplicatorCommandInput, CreateReplicatorCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Creates the replicator.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -130,6 +130,7 @@ declare const CreateReplicatorCommand_base: {
|
|
|
130
130
|
* @throws {@link KafkaServiceException}
|
|
131
131
|
* <p>Base exception class for all service exceptions from Kafka service.</p>
|
|
132
132
|
*
|
|
133
|
+
* @public
|
|
133
134
|
*/
|
|
134
135
|
export declare class CreateReplicatorCommand extends CreateReplicatorCommand_base {
|
|
135
136
|
}
|
|
@@ -22,10 +22,10 @@ export interface CreateVpcConnectionCommandOutput extends CreateVpcConnectionRes
|
|
|
22
22
|
}
|
|
23
23
|
declare const CreateVpcConnectionCommand_base: {
|
|
24
24
|
new (input: CreateVpcConnectionCommandInput): import("@smithy/smithy-client").CommandImpl<CreateVpcConnectionCommandInput, CreateVpcConnectionCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CreateVpcConnectionCommandInput): import("@smithy/smithy-client").CommandImpl<CreateVpcConnectionCommandInput, CreateVpcConnectionCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Creates a new MSK VPC connection.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -95,6 +95,7 @@ declare const CreateVpcConnectionCommand_base: {
|
|
|
95
95
|
* @throws {@link KafkaServiceException}
|
|
96
96
|
* <p>Base exception class for all service exceptions from Kafka service.</p>
|
|
97
97
|
*
|
|
98
|
+
* @public
|
|
98
99
|
*/
|
|
99
100
|
export declare class CreateVpcConnectionCommand extends CreateVpcConnectionCommand_base {
|
|
100
101
|
}
|
|
@@ -22,10 +22,10 @@ export interface DeleteClusterCommandOutput extends DeleteClusterResponse, __Met
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteClusterCommand_base: {
|
|
24
24
|
new (input: DeleteClusterCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteClusterCommandInput, DeleteClusterCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeleteClusterCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteClusterCommandInput, DeleteClusterCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Deletes the MSK cluster specified by the Amazon Resource Name (ARN) in the request.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -67,6 +67,7 @@ declare const DeleteClusterCommand_base: {
|
|
|
67
67
|
* @throws {@link KafkaServiceException}
|
|
68
68
|
* <p>Base exception class for all service exceptions from Kafka service.</p>
|
|
69
69
|
*
|
|
70
|
+
* @public
|
|
70
71
|
*/
|
|
71
72
|
export declare class DeleteClusterCommand extends DeleteClusterCommand_base {
|
|
72
73
|
}
|
|
@@ -22,10 +22,10 @@ export interface DeleteClusterPolicyCommandOutput extends DeleteClusterPolicyRes
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteClusterPolicyCommand_base: {
|
|
24
24
|
new (input: DeleteClusterPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteClusterPolicyCommandInput, DeleteClusterPolicyCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeleteClusterPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteClusterPolicyCommandInput, DeleteClusterPolicyCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Deletes the MSK cluster policy specified by the Amazon Resource Name (ARN) in the request.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -63,6 +63,7 @@ declare const DeleteClusterPolicyCommand_base: {
|
|
|
63
63
|
* @throws {@link KafkaServiceException}
|
|
64
64
|
* <p>Base exception class for all service exceptions from Kafka service.</p>
|
|
65
65
|
*
|
|
66
|
+
* @public
|
|
66
67
|
*/
|
|
67
68
|
export declare class DeleteClusterPolicyCommand extends DeleteClusterPolicyCommand_base {
|
|
68
69
|
}
|
|
@@ -22,10 +22,10 @@ export interface DeleteConfigurationCommandOutput extends DeleteConfigurationRes
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteConfigurationCommand_base: {
|
|
24
24
|
new (input: DeleteConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteConfigurationCommandInput, DeleteConfigurationCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeleteConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteConfigurationCommandInput, DeleteConfigurationCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Deletes an MSK Configuration.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -66,6 +66,7 @@ declare const DeleteConfigurationCommand_base: {
|
|
|
66
66
|
* @throws {@link KafkaServiceException}
|
|
67
67
|
* <p>Base exception class for all service exceptions from Kafka service.</p>
|
|
68
68
|
*
|
|
69
|
+
* @public
|
|
69
70
|
*/
|
|
70
71
|
export declare class DeleteConfigurationCommand extends DeleteConfigurationCommand_base {
|
|
71
72
|
}
|
|
@@ -22,10 +22,10 @@ export interface DeleteReplicatorCommandOutput extends DeleteReplicatorResponse,
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteReplicatorCommand_base: {
|
|
24
24
|
new (input: DeleteReplicatorCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteReplicatorCommandInput, DeleteReplicatorCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeleteReplicatorCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteReplicatorCommandInput, DeleteReplicatorCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Deletes a replicator.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -76,6 +76,7 @@ declare const DeleteReplicatorCommand_base: {
|
|
|
76
76
|
* @throws {@link KafkaServiceException}
|
|
77
77
|
* <p>Base exception class for all service exceptions from Kafka service.</p>
|
|
78
78
|
*
|
|
79
|
+
* @public
|
|
79
80
|
*/
|
|
80
81
|
export declare class DeleteReplicatorCommand extends DeleteReplicatorCommand_base {
|
|
81
82
|
}
|
|
@@ -22,10 +22,10 @@ export interface DeleteVpcConnectionCommandOutput extends DeleteVpcConnectionRes
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteVpcConnectionCommand_base: {
|
|
24
24
|
new (input: DeleteVpcConnectionCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteVpcConnectionCommandInput, DeleteVpcConnectionCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeleteVpcConnectionCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteVpcConnectionCommandInput, DeleteVpcConnectionCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Deletes a MSK VPC connection.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -66,6 +66,7 @@ declare const DeleteVpcConnectionCommand_base: {
|
|
|
66
66
|
* @throws {@link KafkaServiceException}
|
|
67
67
|
* <p>Base exception class for all service exceptions from Kafka service.</p>
|
|
68
68
|
*
|
|
69
|
+
* @public
|
|
69
70
|
*/
|
|
70
71
|
export declare class DeleteVpcConnectionCommand extends DeleteVpcConnectionCommand_base {
|
|
71
72
|
}
|
|
@@ -22,10 +22,10 @@ export interface DescribeClusterCommandOutput extends DescribeClusterResponse, _
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribeClusterCommand_base: {
|
|
24
24
|
new (input: DescribeClusterCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeClusterCommandInput, DescribeClusterCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DescribeClusterCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeClusterCommandInput, DescribeClusterCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns a description of the MSK cluster whose Amazon Resource Name (ARN) is specified in the request.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -190,6 +190,7 @@ declare const DescribeClusterCommand_base: {
|
|
|
190
190
|
* @throws {@link KafkaServiceException}
|
|
191
191
|
* <p>Base exception class for all service exceptions from Kafka service.</p>
|
|
192
192
|
*
|
|
193
|
+
* @public
|
|
193
194
|
*/
|
|
194
195
|
export declare class DescribeClusterCommand extends DescribeClusterCommand_base {
|
|
195
196
|
}
|
|
@@ -22,10 +22,10 @@ export interface DescribeClusterOperationCommandOutput extends DescribeClusterOp
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribeClusterOperationCommand_base: {
|
|
24
24
|
new (input: DescribeClusterOperationCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeClusterOperationCommandInput, DescribeClusterOperationCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DescribeClusterOperationCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeClusterOperationCommandInput, DescribeClusterOperationCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns a description of the cluster operation specified by the ARN.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -289,6 +289,7 @@ declare const DescribeClusterOperationCommand_base: {
|
|
|
289
289
|
* @throws {@link KafkaServiceException}
|
|
290
290
|
* <p>Base exception class for all service exceptions from Kafka service.</p>
|
|
291
291
|
*
|
|
292
|
+
* @public
|
|
292
293
|
*/
|
|
293
294
|
export declare class DescribeClusterOperationCommand extends DescribeClusterOperationCommand_base {
|
|
294
295
|
}
|
|
@@ -22,10 +22,10 @@ export interface DescribeClusterOperationV2CommandOutput extends DescribeCluster
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribeClusterOperationV2Command_base: {
|
|
24
24
|
new (input: DescribeClusterOperationV2CommandInput): import("@smithy/smithy-client").CommandImpl<DescribeClusterOperationV2CommandInput, DescribeClusterOperationV2CommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DescribeClusterOperationV2CommandInput): import("@smithy/smithy-client").CommandImpl<DescribeClusterOperationV2CommandInput, DescribeClusterOperationV2CommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns a description of the cluster operation specified by the ARN.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -308,6 +308,7 @@ declare const DescribeClusterOperationV2Command_base: {
|
|
|
308
308
|
* @throws {@link KafkaServiceException}
|
|
309
309
|
* <p>Base exception class for all service exceptions from Kafka service.</p>
|
|
310
310
|
*
|
|
311
|
+
* @public
|
|
311
312
|
*/
|
|
312
313
|
export declare class DescribeClusterOperationV2Command extends DescribeClusterOperationV2Command_base {
|
|
313
314
|
}
|
|
@@ -22,10 +22,10 @@ export interface DescribeClusterV2CommandOutput extends DescribeClusterV2Respons
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribeClusterV2Command_base: {
|
|
24
24
|
new (input: DescribeClusterV2CommandInput): import("@smithy/smithy-client").CommandImpl<DescribeClusterV2CommandInput, DescribeClusterV2CommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DescribeClusterV2CommandInput): import("@smithy/smithy-client").CommandImpl<DescribeClusterV2CommandInput, DescribeClusterV2CommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns a description of the MSK cluster whose Amazon Resource Name (ARN) is specified in the request.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -210,6 +210,7 @@ declare const DescribeClusterV2Command_base: {
|
|
|
210
210
|
* @throws {@link KafkaServiceException}
|
|
211
211
|
* <p>Base exception class for all service exceptions from Kafka service.</p>
|
|
212
212
|
*
|
|
213
|
+
* @public
|
|
213
214
|
*/
|
|
214
215
|
export declare class DescribeClusterV2Command extends DescribeClusterV2Command_base {
|
|
215
216
|
}
|
|
@@ -22,10 +22,10 @@ export interface DescribeConfigurationCommandOutput extends DescribeConfiguratio
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribeConfigurationCommand_base: {
|
|
24
24
|
new (input: DescribeConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeConfigurationCommandInput, DescribeConfigurationCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DescribeConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeConfigurationCommandInput, DescribeConfigurationCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns a description of this MSK configuration.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -83,6 +83,7 @@ declare const DescribeConfigurationCommand_base: {
|
|
|
83
83
|
* @throws {@link KafkaServiceException}
|
|
84
84
|
* <p>Base exception class for all service exceptions from Kafka service.</p>
|
|
85
85
|
*
|
|
86
|
+
* @public
|
|
86
87
|
*/
|
|
87
88
|
export declare class DescribeConfigurationCommand extends DescribeConfigurationCommand_base {
|
|
88
89
|
}
|
|
@@ -22,10 +22,10 @@ export interface DescribeConfigurationRevisionCommandOutput extends DescribeConf
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribeConfigurationRevisionCommand_base: {
|
|
24
24
|
new (input: DescribeConfigurationRevisionCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeConfigurationRevisionCommandInput, DescribeConfigurationRevisionCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DescribeConfigurationRevisionCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeConfigurationRevisionCommandInput, DescribeConfigurationRevisionCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns a description of this revision of the configuration.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -44,7 +44,7 @@ declare const DescribeConfigurationRevisionCommand_base: {
|
|
|
44
44
|
* // CreationTime: new Date("TIMESTAMP"),
|
|
45
45
|
* // Description: "STRING_VALUE",
|
|
46
46
|
* // Revision: Number("long"),
|
|
47
|
-
* // ServerProperties:
|
|
47
|
+
* // ServerProperties: new Uint8Array(),
|
|
48
48
|
* // };
|
|
49
49
|
*
|
|
50
50
|
* ```
|
|
@@ -76,6 +76,7 @@ declare const DescribeConfigurationRevisionCommand_base: {
|
|
|
76
76
|
* @throws {@link KafkaServiceException}
|
|
77
77
|
* <p>Base exception class for all service exceptions from Kafka service.</p>
|
|
78
78
|
*
|
|
79
|
+
* @public
|
|
79
80
|
*/
|
|
80
81
|
export declare class DescribeConfigurationRevisionCommand extends DescribeConfigurationRevisionCommand_base {
|
|
81
82
|
}
|
|
@@ -22,10 +22,10 @@ export interface DescribeReplicatorCommandOutput extends DescribeReplicatorRespo
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribeReplicatorCommand_base: {
|
|
24
24
|
new (input: DescribeReplicatorCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeReplicatorCommandInput, DescribeReplicatorCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DescribeReplicatorCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeReplicatorCommandInput, DescribeReplicatorCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Describes a replicator.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -136,6 +136,7 @@ declare const DescribeReplicatorCommand_base: {
|
|
|
136
136
|
* @throws {@link KafkaServiceException}
|
|
137
137
|
* <p>Base exception class for all service exceptions from Kafka service.</p>
|
|
138
138
|
*
|
|
139
|
+
* @public
|
|
139
140
|
*/
|
|
140
141
|
export declare class DescribeReplicatorCommand extends DescribeReplicatorCommand_base {
|
|
141
142
|
}
|
|
@@ -22,10 +22,10 @@ export interface DescribeVpcConnectionCommandOutput extends DescribeVpcConnectio
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribeVpcConnectionCommand_base: {
|
|
24
24
|
new (input: DescribeVpcConnectionCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeVpcConnectionCommandInput, DescribeVpcConnectionCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DescribeVpcConnectionCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeVpcConnectionCommandInput, DescribeVpcConnectionCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns a description of this MSK VPC connection.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -85,6 +85,7 @@ declare const DescribeVpcConnectionCommand_base: {
|
|
|
85
85
|
* @throws {@link KafkaServiceException}
|
|
86
86
|
* <p>Base exception class for all service exceptions from Kafka service.</p>
|
|
87
87
|
*
|
|
88
|
+
* @public
|
|
88
89
|
*/
|
|
89
90
|
export declare class DescribeVpcConnectionCommand extends DescribeVpcConnectionCommand_base {
|
|
90
91
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetBootstrapBrokersCommandOutput extends GetBootstrapBrokersRes
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetBootstrapBrokersCommand_base: {
|
|
24
24
|
new (input: GetBootstrapBrokersCommandInput): import("@smithy/smithy-client").CommandImpl<GetBootstrapBrokersCommandInput, GetBootstrapBrokersCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetBootstrapBrokersCommandInput): import("@smithy/smithy-client").CommandImpl<GetBootstrapBrokersCommandInput, GetBootstrapBrokersCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>A list of brokers that a client application can use to bootstrap.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -77,6 +77,7 @@ declare const GetBootstrapBrokersCommand_base: {
|
|
|
77
77
|
* @throws {@link KafkaServiceException}
|
|
78
78
|
* <p>Base exception class for all service exceptions from Kafka service.</p>
|
|
79
79
|
*
|
|
80
|
+
* @public
|
|
80
81
|
*/
|
|
81
82
|
export declare class GetBootstrapBrokersCommand extends GetBootstrapBrokersCommand_base {
|
|
82
83
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetClusterPolicyCommandOutput extends GetClusterPolicyResponse,
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetClusterPolicyCommand_base: {
|
|
24
24
|
new (input: GetClusterPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<GetClusterPolicyCommandInput, GetClusterPolicyCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetClusterPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<GetClusterPolicyCommandInput, GetClusterPolicyCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Get the MSK cluster policy specified by the Amazon Resource Name (ARN) in the request.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -66,6 +66,7 @@ declare const GetClusterPolicyCommand_base: {
|
|
|
66
66
|
* @throws {@link KafkaServiceException}
|
|
67
67
|
* <p>Base exception class for all service exceptions from Kafka service.</p>
|
|
68
68
|
*
|
|
69
|
+
* @public
|
|
69
70
|
*/
|
|
70
71
|
export declare class GetClusterPolicyCommand extends GetClusterPolicyCommand_base {
|
|
71
72
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetCompatibleKafkaVersionsCommandOutput extends GetCompatibleKa
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetCompatibleKafkaVersionsCommand_base: {
|
|
24
24
|
new (input: GetCompatibleKafkaVersionsCommandInput): import("@smithy/smithy-client").CommandImpl<GetCompatibleKafkaVersionsCommandInput, GetCompatibleKafkaVersionsCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [GetCompatibleKafkaVersionsCommandInput]): import("@smithy/smithy-client").CommandImpl<GetCompatibleKafkaVersionsCommandInput, GetCompatibleKafkaVersionsCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Gets the Apache Kafka versions to which you can update the MSK cluster.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -81,6 +81,7 @@ declare const GetCompatibleKafkaVersionsCommand_base: {
|
|
|
81
81
|
* @throws {@link KafkaServiceException}
|
|
82
82
|
* <p>Base exception class for all service exceptions from Kafka service.</p>
|
|
83
83
|
*
|
|
84
|
+
* @public
|
|
84
85
|
*/
|
|
85
86
|
export declare class GetCompatibleKafkaVersionsCommand extends GetCompatibleKafkaVersionsCommand_base {
|
|
86
87
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListClientVpcConnectionsCommandOutput extends ListClientVpcConn
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListClientVpcConnectionsCommand_base: {
|
|
24
24
|
new (input: ListClientVpcConnectionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListClientVpcConnectionsCommandInput, ListClientVpcConnectionsCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ListClientVpcConnectionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListClientVpcConnectionsCommandInput, ListClientVpcConnectionsCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns a list of all the VPC connections in this Region.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -79,6 +79,7 @@ declare const ListClientVpcConnectionsCommand_base: {
|
|
|
79
79
|
* @throws {@link KafkaServiceException}
|
|
80
80
|
* <p>Base exception class for all service exceptions from Kafka service.</p>
|
|
81
81
|
*
|
|
82
|
+
* @public
|
|
82
83
|
*/
|
|
83
84
|
export declare class ListClientVpcConnectionsCommand extends ListClientVpcConnectionsCommand_base {
|
|
84
85
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListClusterOperationsCommandOutput extends ListClusterOperation
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListClusterOperationsCommand_base: {
|
|
24
24
|
new (input: ListClusterOperationsCommandInput): import("@smithy/smithy-client").CommandImpl<ListClusterOperationsCommandInput, ListClusterOperationsCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ListClusterOperationsCommandInput): import("@smithy/smithy-client").CommandImpl<ListClusterOperationsCommandInput, ListClusterOperationsCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns a list of all the operations that have been performed on the specified MSK cluster.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -291,6 +291,7 @@ declare const ListClusterOperationsCommand_base: {
|
|
|
291
291
|
* @throws {@link KafkaServiceException}
|
|
292
292
|
* <p>Base exception class for all service exceptions from Kafka service.</p>
|
|
293
293
|
*
|
|
294
|
+
* @public
|
|
294
295
|
*/
|
|
295
296
|
export declare class ListClusterOperationsCommand extends ListClusterOperationsCommand_base {
|
|
296
297
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListClusterOperationsV2CommandOutput extends ListClusterOperati
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListClusterOperationsV2Command_base: {
|
|
24
24
|
new (input: ListClusterOperationsV2CommandInput): import("@smithy/smithy-client").CommandImpl<ListClusterOperationsV2CommandInput, ListClusterOperationsV2CommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ListClusterOperationsV2CommandInput): import("@smithy/smithy-client").CommandImpl<ListClusterOperationsV2CommandInput, ListClusterOperationsV2CommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns a list of all the operations that have been performed on the specified MSK cluster.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -87,6 +87,7 @@ declare const ListClusterOperationsV2Command_base: {
|
|
|
87
87
|
* @throws {@link KafkaServiceException}
|
|
88
88
|
* <p>Base exception class for all service exceptions from Kafka service.</p>
|
|
89
89
|
*
|
|
90
|
+
* @public
|
|
90
91
|
*/
|
|
91
92
|
export declare class ListClusterOperationsV2Command extends ListClusterOperationsV2Command_base {
|
|
92
93
|
}
|