@aws-sdk/client-kafka 3.533.0 → 3.540.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/endpoint/endpointResolver.js +4 -2
- package/dist-cjs/index.js +0 -3
- package/dist-es/endpoint/endpointResolver.js +3 -1
- package/dist-es/index.js +0 -1
- 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 +2 -1
- 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 +2 -1
- 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 +2 -1
- 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/index.d.ts +0 -1
- package/dist-types/models/models_0.d.ts +655 -655
- 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/index.d.ts +0 -1
- package/package.json +40 -40
|
@@ -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
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListClustersCommandOutput extends ListClustersResponse, __Metad
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListClustersCommand_base: {
|
|
24
24
|
new (input: ListClustersCommandInput): import("@smithy/smithy-client").CommandImpl<ListClustersCommandInput, ListClustersCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [ListClustersCommandInput]): import("@smithy/smithy-client").CommandImpl<ListClustersCommandInput, ListClustersCommandOutput, 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 MSK clusters in the current Region.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -192,6 +192,7 @@ declare const ListClustersCommand_base: {
|
|
|
192
192
|
* @throws {@link KafkaServiceException}
|
|
193
193
|
* <p>Base exception class for all service exceptions from Kafka service.</p>
|
|
194
194
|
*
|
|
195
|
+
* @public
|
|
195
196
|
*/
|
|
196
197
|
export declare class ListClustersCommand extends ListClustersCommand_base {
|
|
197
198
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListClustersV2CommandOutput extends ListClustersV2Response, __M
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListClustersV2Command_base: {
|
|
24
24
|
new (input: ListClustersV2CommandInput): import("@smithy/smithy-client").CommandImpl<ListClustersV2CommandInput, ListClustersV2CommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [ListClustersV2CommandInput]): import("@smithy/smithy-client").CommandImpl<ListClustersV2CommandInput, ListClustersV2CommandOutput, 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 MSK clusters in the current Region.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -213,6 +213,7 @@ declare const ListClustersV2Command_base: {
|
|
|
213
213
|
* @throws {@link KafkaServiceException}
|
|
214
214
|
* <p>Base exception class for all service exceptions from Kafka service.</p>
|
|
215
215
|
*
|
|
216
|
+
* @public
|
|
216
217
|
*/
|
|
217
218
|
export declare class ListClustersV2Command extends ListClustersV2Command_base {
|
|
218
219
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListConfigurationRevisionsCommandOutput extends ListConfigurati
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListConfigurationRevisionsCommand_base: {
|
|
24
24
|
new (input: ListConfigurationRevisionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListConfigurationRevisionsCommandInput, ListConfigurationRevisionsCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ListConfigurationRevisionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListConfigurationRevisionsCommandInput, ListConfigurationRevisionsCommandOutput, 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 MSK configurations in this Region.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -80,6 +80,7 @@ declare const ListConfigurationRevisionsCommand_base: {
|
|
|
80
80
|
* @throws {@link KafkaServiceException}
|
|
81
81
|
* <p>Base exception class for all service exceptions from Kafka service.</p>
|
|
82
82
|
*
|
|
83
|
+
* @public
|
|
83
84
|
*/
|
|
84
85
|
export declare class ListConfigurationRevisionsCommand extends ListConfigurationRevisionsCommand_base {
|
|
85
86
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListConfigurationsCommandOutput extends ListConfigurationsRespo
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListConfigurationsCommand_base: {
|
|
24
24
|
new (input: ListConfigurationsCommandInput): import("@smithy/smithy-client").CommandImpl<ListConfigurationsCommandInput, ListConfigurationsCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [ListConfigurationsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListConfigurationsCommandInput, ListConfigurationsCommandOutput, 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 MSK configurations in this Region.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -86,6 +86,7 @@ declare const ListConfigurationsCommand_base: {
|
|
|
86
86
|
* @throws {@link KafkaServiceException}
|
|
87
87
|
* <p>Base exception class for all service exceptions from Kafka service.</p>
|
|
88
88
|
*
|
|
89
|
+
* @public
|
|
89
90
|
*/
|
|
90
91
|
export declare class ListConfigurationsCommand extends ListConfigurationsCommand_base {
|
|
91
92
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListKafkaVersionsCommandOutput extends ListKafkaVersionsRespons
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListKafkaVersionsCommand_base: {
|
|
24
24
|
new (input: ListKafkaVersionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListKafkaVersionsCommandInput, ListKafkaVersionsCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [ListKafkaVersionsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListKafkaVersionsCommandInput, ListKafkaVersionsCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns a list of Apache Kafka versions.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -72,6 +72,7 @@ declare const ListKafkaVersionsCommand_base: {
|
|
|
72
72
|
* @throws {@link KafkaServiceException}
|
|
73
73
|
* <p>Base exception class for all service exceptions from Kafka service.</p>
|
|
74
74
|
*
|
|
75
|
+
* @public
|
|
75
76
|
*/
|
|
76
77
|
export declare class ListKafkaVersionsCommand extends ListKafkaVersionsCommand_base {
|
|
77
78
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListNodesCommandOutput extends ListNodesResponse, __MetadataBea
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListNodesCommand_base: {
|
|
24
24
|
new (input: ListNodesCommandInput): import("@smithy/smithy-client").CommandImpl<ListNodesCommandInput, ListNodesCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ListNodesCommandInput): import("@smithy/smithy-client").CommandImpl<ListNodesCommandInput, ListNodesCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns a list of the broker nodes in the cluster.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -98,6 +98,7 @@ declare const ListNodesCommand_base: {
|
|
|
98
98
|
* @throws {@link KafkaServiceException}
|
|
99
99
|
* <p>Base exception class for all service exceptions from Kafka service.</p>
|
|
100
100
|
*
|
|
101
|
+
* @public
|
|
101
102
|
*/
|
|
102
103
|
export declare class ListNodesCommand extends ListNodesCommand_base {
|
|
103
104
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListReplicatorsCommandOutput extends ListReplicatorsResponse, _
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListReplicatorsCommand_base: {
|
|
24
24
|
new (input: ListReplicatorsCommandInput): import("@smithy/smithy-client").CommandImpl<ListReplicatorsCommandInput, ListReplicatorsCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [ListReplicatorsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListReplicatorsCommandInput, ListReplicatorsCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Lists the replicators.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -101,6 +101,7 @@ declare const ListReplicatorsCommand_base: {
|
|
|
101
101
|
* @throws {@link KafkaServiceException}
|
|
102
102
|
* <p>Base exception class for all service exceptions from Kafka service.</p>
|
|
103
103
|
*
|
|
104
|
+
* @public
|
|
104
105
|
*/
|
|
105
106
|
export declare class ListReplicatorsCommand extends ListReplicatorsCommand_base {
|
|
106
107
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListScramSecretsCommandOutput extends ListScramSecretsResponse,
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListScramSecretsCommand_base: {
|
|
24
24
|
new (input: ListScramSecretsCommandInput): import("@smithy/smithy-client").CommandImpl<ListScramSecretsCommandInput, ListScramSecretsCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ListScramSecretsCommandInput): import("@smithy/smithy-client").CommandImpl<ListScramSecretsCommandInput, ListScramSecretsCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns a list of the Scram Secrets associated 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.
|
|
@@ -79,6 +79,7 @@ declare const ListScramSecretsCommand_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 ListScramSecretsCommand extends ListScramSecretsCommand_base {
|
|
84
85
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListTagsForResourceCommand_base: {
|
|
24
24
|
new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns a list of the tags associated with the specified resource.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -64,6 +64,7 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
64
64
|
* @throws {@link KafkaServiceException}
|
|
65
65
|
* <p>Base exception class for all service exceptions from Kafka service.</p>
|
|
66
66
|
*
|
|
67
|
+
* @public
|
|
67
68
|
*/
|
|
68
69
|
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
69
70
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListVpcConnectionsCommandOutput extends ListVpcConnectionsRespo
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListVpcConnectionsCommand_base: {
|
|
24
24
|
new (input: ListVpcConnectionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListVpcConnectionsCommandInput, ListVpcConnectionsCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [ListVpcConnectionsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListVpcConnectionsCommandInput, ListVpcConnectionsCommandOutput, 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 ListVpcConnectionsCommand_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 ListVpcConnectionsCommand extends ListVpcConnectionsCommand_base {
|
|
84
85
|
}
|
|
@@ -22,10 +22,10 @@ export interface PutClusterPolicyCommandOutput extends PutClusterPolicyResponse,
|
|
|
22
22
|
}
|
|
23
23
|
declare const PutClusterPolicyCommand_base: {
|
|
24
24
|
new (input: PutClusterPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<PutClusterPolicyCommandInput, PutClusterPolicyCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: PutClusterPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<PutClusterPolicyCommandInput, PutClusterPolicyCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Creates or updates the MSK cluster policy specified by the cluster 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.
|
|
@@ -64,6 +64,7 @@ declare const PutClusterPolicyCommand_base: {
|
|
|
64
64
|
* @throws {@link KafkaServiceException}
|
|
65
65
|
* <p>Base exception class for all service exceptions from Kafka service.</p>
|
|
66
66
|
*
|
|
67
|
+
* @public
|
|
67
68
|
*/
|
|
68
69
|
export declare class PutClusterPolicyCommand extends PutClusterPolicyCommand_base {
|
|
69
70
|
}
|
|
@@ -22,10 +22,10 @@ export interface RebootBrokerCommandOutput extends RebootBrokerResponse, __Metad
|
|
|
22
22
|
}
|
|
23
23
|
declare const RebootBrokerCommand_base: {
|
|
24
24
|
new (input: RebootBrokerCommandInput): import("@smithy/smithy-client").CommandImpl<RebootBrokerCommandInput, RebootBrokerCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: RebootBrokerCommandInput): import("@smithy/smithy-client").CommandImpl<RebootBrokerCommandInput, RebootBrokerCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* Reboots brokers.
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -78,6 +78,7 @@ declare const RebootBrokerCommand_base: {
|
|
|
78
78
|
* @throws {@link KafkaServiceException}
|
|
79
79
|
* <p>Base exception class for all service exceptions from Kafka service.</p>
|
|
80
80
|
*
|
|
81
|
+
* @public
|
|
81
82
|
*/
|
|
82
83
|
export declare class RebootBrokerCommand extends RebootBrokerCommand_base {
|
|
83
84
|
}
|
|
@@ -22,10 +22,10 @@ export interface RejectClientVpcConnectionCommandOutput extends RejectClientVpcC
|
|
|
22
22
|
}
|
|
23
23
|
declare const RejectClientVpcConnectionCommand_base: {
|
|
24
24
|
new (input: RejectClientVpcConnectionCommandInput): import("@smithy/smithy-client").CommandImpl<RejectClientVpcConnectionCommandInput, RejectClientVpcConnectionCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: RejectClientVpcConnectionCommandInput): import("@smithy/smithy-client").CommandImpl<RejectClientVpcConnectionCommandInput, RejectClientVpcConnectionCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns empty response.</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 RejectClientVpcConnectionCommand_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 RejectClientVpcConnectionCommand extends RejectClientVpcConnectionCommand_base {
|
|
72
73
|
}
|
|
@@ -22,10 +22,10 @@ export interface TagResourceCommandOutput extends __MetadataBearer {
|
|
|
22
22
|
}
|
|
23
23
|
declare const TagResourceCommand_base: {
|
|
24
24
|
new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Adds tags to the specified MSK resource.</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 TagResourceCommand_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 TagResourceCommand extends TagResourceCommand_base {
|
|
68
69
|
}
|
|
@@ -22,10 +22,10 @@ export interface UntagResourceCommandOutput extends __MetadataBearer {
|
|
|
22
22
|
}
|
|
23
23
|
declare const UntagResourceCommand_base: {
|
|
24
24
|
new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Removes the tags associated with the keys that are provided in the query.</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 UntagResourceCommand_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 UntagResourceCommand extends UntagResourceCommand_base {
|
|
68
69
|
}
|
|
@@ -22,10 +22,10 @@ export interface UpdateBrokerCountCommandOutput extends UpdateBrokerCountRespons
|
|
|
22
22
|
}
|
|
23
23
|
declare const UpdateBrokerCountCommand_base: {
|
|
24
24
|
new (input: UpdateBrokerCountCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateBrokerCountCommandInput, UpdateBrokerCountCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UpdateBrokerCountCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateBrokerCountCommandInput, UpdateBrokerCountCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Updates the number of broker nodes in the cluster.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -71,6 +71,7 @@ declare const UpdateBrokerCountCommand_base: {
|
|
|
71
71
|
* @throws {@link KafkaServiceException}
|
|
72
72
|
* <p>Base exception class for all service exceptions from Kafka service.</p>
|
|
73
73
|
*
|
|
74
|
+
* @public
|
|
74
75
|
*/
|
|
75
76
|
export declare class UpdateBrokerCountCommand extends UpdateBrokerCountCommand_base {
|
|
76
77
|
}
|
|
@@ -22,10 +22,10 @@ export interface UpdateBrokerStorageCommandOutput extends UpdateBrokerStorageRes
|
|
|
22
22
|
}
|
|
23
23
|
declare const UpdateBrokerStorageCommand_base: {
|
|
24
24
|
new (input: UpdateBrokerStorageCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateBrokerStorageCommandInput, UpdateBrokerStorageCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UpdateBrokerStorageCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateBrokerStorageCommandInput, UpdateBrokerStorageCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Updates the EBS storage associated with MSK brokers.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -80,6 +80,7 @@ declare const UpdateBrokerStorageCommand_base: {
|
|
|
80
80
|
* @throws {@link KafkaServiceException}
|
|
81
81
|
* <p>Base exception class for all service exceptions from Kafka service.</p>
|
|
82
82
|
*
|
|
83
|
+
* @public
|
|
83
84
|
*/
|
|
84
85
|
export declare class UpdateBrokerStorageCommand extends UpdateBrokerStorageCommand_base {
|
|
85
86
|
}
|
|
@@ -22,10 +22,10 @@ export interface UpdateBrokerTypeCommandOutput extends UpdateBrokerTypeResponse,
|
|
|
22
22
|
}
|
|
23
23
|
declare const UpdateBrokerTypeCommand_base: {
|
|
24
24
|
new (input: UpdateBrokerTypeCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateBrokerTypeCommandInput, UpdateBrokerTypeCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UpdateBrokerTypeCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateBrokerTypeCommandInput, UpdateBrokerTypeCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Updates EC2 instance type.</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 UpdateBrokerTypeCommand_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 UpdateBrokerTypeCommand extends UpdateBrokerTypeCommand_base {
|
|
82
83
|
}
|
|
@@ -22,10 +22,10 @@ export interface UpdateClusterConfigurationCommandOutput extends UpdateClusterCo
|
|
|
22
22
|
}
|
|
23
23
|
declare const UpdateClusterConfigurationCommand_base: {
|
|
24
24
|
new (input: UpdateClusterConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateClusterConfigurationCommandInput, UpdateClusterConfigurationCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UpdateClusterConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateClusterConfigurationCommandInput, UpdateClusterConfigurationCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Updates the cluster with the configuration that is specified in the request body.</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 UpdateClusterConfigurationCommand_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 UpdateClusterConfigurationCommand extends UpdateClusterConfigurationCommand_base {
|
|
82
83
|
}
|
|
@@ -22,10 +22,10 @@ export interface UpdateClusterKafkaVersionCommandOutput extends UpdateClusterKaf
|
|
|
22
22
|
}
|
|
23
23
|
declare const UpdateClusterKafkaVersionCommand_base: {
|
|
24
24
|
new (input: UpdateClusterKafkaVersionCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateClusterKafkaVersionCommandInput, UpdateClusterKafkaVersionCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UpdateClusterKafkaVersionCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateClusterKafkaVersionCommandInput, UpdateClusterKafkaVersionCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Updates the Apache Kafka version for the 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 UpdateClusterKafkaVersionCommand_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 UpdateClusterKafkaVersionCommand extends UpdateClusterKafkaVersionCommand_base {
|
|
86
87
|
}
|
|
@@ -22,10 +22,10 @@ export interface UpdateConfigurationCommandOutput extends UpdateConfigurationRes
|
|
|
22
22
|
}
|
|
23
23
|
declare const UpdateConfigurationCommand_base: {
|
|
24
24
|
new (input: UpdateConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateConfigurationCommandInput, UpdateConfigurationCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UpdateConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateConfigurationCommandInput, UpdateConfigurationCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Updates an MSK configuration.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -78,6 +78,7 @@ declare const UpdateConfigurationCommand_base: {
|
|
|
78
78
|
* @throws {@link KafkaServiceException}
|
|
79
79
|
* <p>Base exception class for all service exceptions from Kafka service.</p>
|
|
80
80
|
*
|
|
81
|
+
* @public
|
|
81
82
|
*/
|
|
82
83
|
export declare class UpdateConfigurationCommand extends UpdateConfigurationCommand_base {
|
|
83
84
|
}
|
|
@@ -22,10 +22,10 @@ export interface UpdateConnectivityCommandOutput extends UpdateConnectivityRespo
|
|
|
22
22
|
}
|
|
23
23
|
declare const UpdateConnectivityCommand_base: {
|
|
24
24
|
new (input: UpdateConnectivityCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateConnectivityCommandInput, UpdateConnectivityCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UpdateConnectivityCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateConnectivityCommandInput, UpdateConnectivityCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Updates the cluster's connectivity configuration.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -93,6 +93,7 @@ declare const UpdateConnectivityCommand_base: {
|
|
|
93
93
|
* @throws {@link KafkaServiceException}
|
|
94
94
|
* <p>Base exception class for all service exceptions from Kafka service.</p>
|
|
95
95
|
*
|
|
96
|
+
* @public
|
|
96
97
|
*/
|
|
97
98
|
export declare class UpdateConnectivityCommand extends UpdateConnectivityCommand_base {
|
|
98
99
|
}
|
|
@@ -22,10 +22,10 @@ export interface UpdateMonitoringCommandOutput extends UpdateMonitoringResponse,
|
|
|
22
22
|
}
|
|
23
23
|
declare const UpdateMonitoringCommand_base: {
|
|
24
24
|
new (input: UpdateMonitoringCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateMonitoringCommandInput, UpdateMonitoringCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UpdateMonitoringCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateMonitoringCommandInput, UpdateMonitoringCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Updates the monitoring settings for the cluster. You can use this operation to specify which Apache Kafka metrics you want Amazon MSK to send to Amazon CloudWatch. You can also specify settings for open monitoring with Prometheus.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -98,6 +98,7 @@ declare const UpdateMonitoringCommand_base: {
|
|
|
98
98
|
* @throws {@link KafkaServiceException}
|
|
99
99
|
* <p>Base exception class for all service exceptions from Kafka service.</p>
|
|
100
100
|
*
|
|
101
|
+
* @public
|
|
101
102
|
*/
|
|
102
103
|
export declare class UpdateMonitoringCommand extends UpdateMonitoringCommand_base {
|
|
103
104
|
}
|
|
@@ -22,10 +22,10 @@ export interface UpdateReplicationInfoCommandOutput extends UpdateReplicationInf
|
|
|
22
22
|
}
|
|
23
23
|
declare const UpdateReplicationInfoCommand_base: {
|
|
24
24
|
new (input: UpdateReplicationInfoCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateReplicationInfoCommandInput, UpdateReplicationInfoCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UpdateReplicationInfoCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateReplicationInfoCommandInput, UpdateReplicationInfoCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Updates replication info of a replicator.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -99,6 +99,7 @@ declare const UpdateReplicationInfoCommand_base: {
|
|
|
99
99
|
* @throws {@link KafkaServiceException}
|
|
100
100
|
* <p>Base exception class for all service exceptions from Kafka service.</p>
|
|
101
101
|
*
|
|
102
|
+
* @public
|
|
102
103
|
*/
|
|
103
104
|
export declare class UpdateReplicationInfoCommand extends UpdateReplicationInfoCommand_base {
|
|
104
105
|
}
|
|
@@ -22,10 +22,10 @@ export interface UpdateSecurityCommandOutput extends UpdateSecurityResponse, __M
|
|
|
22
22
|
}
|
|
23
23
|
declare const UpdateSecurityCommand_base: {
|
|
24
24
|
new (input: UpdateSecurityCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateSecurityCommandInput, UpdateSecurityCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UpdateSecurityCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateSecurityCommandInput, UpdateSecurityCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Updates the security settings for the cluster. You can use this operation to specify encryption and authentication on existing clusters.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -104,6 +104,7 @@ declare const UpdateSecurityCommand_base: {
|
|
|
104
104
|
* @throws {@link KafkaServiceException}
|
|
105
105
|
* <p>Base exception class for all service exceptions from Kafka service.</p>
|
|
106
106
|
*
|
|
107
|
+
* @public
|
|
107
108
|
*/
|
|
108
109
|
export declare class UpdateSecurityCommand extends UpdateSecurityCommand_base {
|
|
109
110
|
}
|
|
@@ -22,10 +22,10 @@ export interface UpdateStorageCommandOutput extends UpdateStorageResponse, __Met
|
|
|
22
22
|
}
|
|
23
23
|
declare const UpdateStorageCommand_base: {
|
|
24
24
|
new (input: UpdateStorageCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateStorageCommandInput, UpdateStorageCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UpdateStorageCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateStorageCommandInput, UpdateStorageCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* Updates cluster broker volume size (or) sets cluster storage mode to TIERED.
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -82,6 +82,7 @@ declare const UpdateStorageCommand_base: {
|
|
|
82
82
|
* @throws {@link KafkaServiceException}
|
|
83
83
|
* <p>Base exception class for all service exceptions from Kafka service.</p>
|
|
84
84
|
*
|
|
85
|
+
* @public
|
|
85
86
|
*/
|
|
86
87
|
export declare class UpdateStorageCommand extends UpdateStorageCommand_base {
|
|
87
88
|
}
|
package/dist-types/index.d.ts
CHANGED
|
@@ -11,5 +11,4 @@ export { KafkaExtensionConfiguration } from "./extensionConfiguration";
|
|
|
11
11
|
export * from "./commands";
|
|
12
12
|
export * from "./pagination";
|
|
13
13
|
export * from "./models";
|
|
14
|
-
import "@aws-sdk/util-endpoints";
|
|
15
14
|
export { KafkaServiceException } from "./models/KafkaServiceException";
|