@aws-sdk/client-kafka 3.1077.0 → 3.1079.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +67 -593
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/BatchAssociateScramSecretCommand.js +2 -14
- package/dist-es/commands/BatchDisassociateScramSecretCommand.js +2 -14
- package/dist-es/commands/CreateClusterCommand.js +2 -14
- package/dist-es/commands/CreateClusterV2Command.js +2 -14
- package/dist-es/commands/CreateConfigurationCommand.js +2 -14
- package/dist-es/commands/CreateReplicatorCommand.js +2 -14
- package/dist-es/commands/CreateTopicCommand.js +2 -14
- package/dist-es/commands/CreateVpcConnectionCommand.js +2 -14
- package/dist-es/commands/DeleteClusterCommand.js +2 -14
- package/dist-es/commands/DeleteClusterPolicyCommand.js +2 -14
- package/dist-es/commands/DeleteConfigurationCommand.js +2 -14
- package/dist-es/commands/DeleteReplicatorCommand.js +2 -14
- package/dist-es/commands/DeleteTopicCommand.js +2 -14
- package/dist-es/commands/DeleteVpcConnectionCommand.js +2 -14
- package/dist-es/commands/DescribeClusterCommand.js +2 -14
- package/dist-es/commands/DescribeClusterOperationCommand.js +2 -14
- package/dist-es/commands/DescribeClusterOperationV2Command.js +2 -14
- package/dist-es/commands/DescribeClusterV2Command.js +2 -14
- package/dist-es/commands/DescribeConfigurationCommand.js +2 -14
- package/dist-es/commands/DescribeConfigurationRevisionCommand.js +2 -14
- package/dist-es/commands/DescribeReplicatorCommand.js +2 -14
- package/dist-es/commands/DescribeTopicCommand.js +2 -14
- package/dist-es/commands/DescribeTopicPartitionsCommand.js +2 -14
- package/dist-es/commands/DescribeVpcConnectionCommand.js +2 -14
- package/dist-es/commands/GetBootstrapBrokersCommand.js +2 -14
- package/dist-es/commands/GetClusterPolicyCommand.js +2 -14
- package/dist-es/commands/GetCompatibleKafkaVersionsCommand.js +2 -14
- package/dist-es/commands/ListClientVpcConnectionsCommand.js +2 -14
- package/dist-es/commands/ListClusterOperationsCommand.js +2 -14
- package/dist-es/commands/ListClusterOperationsV2Command.js +2 -14
- package/dist-es/commands/ListClustersCommand.js +2 -14
- package/dist-es/commands/ListClustersV2Command.js +2 -14
- package/dist-es/commands/ListConfigurationRevisionsCommand.js +2 -14
- package/dist-es/commands/ListConfigurationsCommand.js +2 -14
- package/dist-es/commands/ListKafkaVersionsCommand.js +2 -14
- package/dist-es/commands/ListNodesCommand.js +2 -14
- package/dist-es/commands/ListReplicatorsCommand.js +2 -14
- package/dist-es/commands/ListScramSecretsCommand.js +2 -14
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
- package/dist-es/commands/ListTopicsCommand.js +2 -14
- package/dist-es/commands/ListVpcConnectionsCommand.js +2 -14
- package/dist-es/commands/PutClusterPolicyCommand.js +2 -14
- package/dist-es/commands/RebootBrokerCommand.js +2 -14
- package/dist-es/commands/RejectClientVpcConnectionCommand.js +2 -14
- package/dist-es/commands/TagResourceCommand.js +2 -14
- package/dist-es/commands/UntagResourceCommand.js +2 -14
- package/dist-es/commands/UpdateBrokerCountCommand.js +2 -14
- package/dist-es/commands/UpdateBrokerStorageCommand.js +2 -14
- package/dist-es/commands/UpdateBrokerTypeCommand.js +2 -14
- package/dist-es/commands/UpdateClusterConfigurationCommand.js +2 -14
- package/dist-es/commands/UpdateClusterKafkaVersionCommand.js +2 -14
- package/dist-es/commands/UpdateConfigurationCommand.js +2 -14
- package/dist-es/commands/UpdateConnectivityCommand.js +2 -14
- package/dist-es/commands/UpdateMonitoringCommand.js +2 -14
- package/dist-es/commands/UpdateRebalancingCommand.js +2 -14
- package/dist-es/commands/UpdateReplicationInfoCommand.js +2 -14
- package/dist-es/commands/UpdateSecurityCommand.js +2 -14
- package/dist-es/commands/UpdateStorageCommand.js +2 -14
- package/dist-es/commands/UpdateTopicCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/BatchAssociateScramSecretCommand.d.ts +3 -8
- package/dist-types/commands/BatchDisassociateScramSecretCommand.d.ts +3 -8
- package/dist-types/commands/CreateClusterCommand.d.ts +3 -8
- package/dist-types/commands/CreateClusterV2Command.d.ts +3 -8
- package/dist-types/commands/CreateConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/CreateReplicatorCommand.d.ts +3 -8
- package/dist-types/commands/CreateTopicCommand.d.ts +3 -8
- package/dist-types/commands/CreateVpcConnectionCommand.d.ts +3 -8
- package/dist-types/commands/DeleteClusterCommand.d.ts +3 -8
- package/dist-types/commands/DeleteClusterPolicyCommand.d.ts +3 -8
- package/dist-types/commands/DeleteConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/DeleteReplicatorCommand.d.ts +3 -8
- package/dist-types/commands/DeleteTopicCommand.d.ts +3 -8
- package/dist-types/commands/DeleteVpcConnectionCommand.d.ts +3 -8
- package/dist-types/commands/DescribeClusterCommand.d.ts +3 -8
- package/dist-types/commands/DescribeClusterOperationCommand.d.ts +3 -8
- package/dist-types/commands/DescribeClusterOperationV2Command.d.ts +3 -8
- package/dist-types/commands/DescribeClusterV2Command.d.ts +3 -8
- package/dist-types/commands/DescribeConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/DescribeConfigurationRevisionCommand.d.ts +3 -8
- package/dist-types/commands/DescribeReplicatorCommand.d.ts +3 -8
- package/dist-types/commands/DescribeTopicCommand.d.ts +3 -8
- package/dist-types/commands/DescribeTopicPartitionsCommand.d.ts +3 -8
- package/dist-types/commands/DescribeVpcConnectionCommand.d.ts +3 -8
- package/dist-types/commands/GetBootstrapBrokersCommand.d.ts +3 -8
- package/dist-types/commands/GetClusterPolicyCommand.d.ts +3 -8
- package/dist-types/commands/GetCompatibleKafkaVersionsCommand.d.ts +3 -8
- package/dist-types/commands/ListClientVpcConnectionsCommand.d.ts +3 -8
- package/dist-types/commands/ListClusterOperationsCommand.d.ts +3 -8
- package/dist-types/commands/ListClusterOperationsV2Command.d.ts +3 -8
- package/dist-types/commands/ListClustersCommand.d.ts +3 -8
- package/dist-types/commands/ListClustersV2Command.d.ts +3 -8
- package/dist-types/commands/ListConfigurationRevisionsCommand.d.ts +3 -8
- package/dist-types/commands/ListConfigurationsCommand.d.ts +3 -8
- package/dist-types/commands/ListKafkaVersionsCommand.d.ts +3 -8
- package/dist-types/commands/ListNodesCommand.d.ts +3 -8
- package/dist-types/commands/ListReplicatorsCommand.d.ts +3 -8
- package/dist-types/commands/ListScramSecretsCommand.d.ts +3 -8
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
- package/dist-types/commands/ListTopicsCommand.d.ts +3 -8
- package/dist-types/commands/ListVpcConnectionsCommand.d.ts +3 -8
- package/dist-types/commands/PutClusterPolicyCommand.d.ts +3 -8
- package/dist-types/commands/RebootBrokerCommand.d.ts +3 -8
- package/dist-types/commands/RejectClientVpcConnectionCommand.d.ts +3 -8
- package/dist-types/commands/TagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UpdateBrokerCountCommand.d.ts +3 -8
- package/dist-types/commands/UpdateBrokerStorageCommand.d.ts +3 -8
- package/dist-types/commands/UpdateBrokerTypeCommand.d.ts +3 -8
- package/dist-types/commands/UpdateClusterConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/UpdateClusterKafkaVersionCommand.d.ts +3 -8
- package/dist-types/commands/UpdateConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/UpdateConnectivityCommand.d.ts +3 -8
- package/dist-types/commands/UpdateMonitoringCommand.d.ts +3 -8
- package/dist-types/commands/UpdateRebalancingCommand.d.ts +3 -8
- package/dist-types/commands/UpdateReplicationInfoCommand.d.ts +3 -8
- package/dist-types/commands/UpdateSecurityCommand.d.ts +3 -8
- package/dist-types/commands/UpdateStorageCommand.d.ts +3 -8
- package/dist-types/commands/UpdateTopicCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
- package/dist-types/ts3.4/commands/BatchAssociateScramSecretCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/BatchDisassociateScramSecretCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateClusterCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateClusterV2Command.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateReplicatorCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateTopicCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateVpcConnectionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteClusterCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteClusterPolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteReplicatorCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteTopicCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteVpcConnectionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeClusterCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeClusterOperationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeClusterOperationV2Command.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeClusterV2Command.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeConfigurationRevisionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeReplicatorCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeTopicCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeTopicPartitionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeVpcConnectionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetBootstrapBrokersCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetClusterPolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetCompatibleKafkaVersionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListClientVpcConnectionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListClusterOperationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListClusterOperationsV2Command.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListClustersCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListClustersV2Command.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListConfigurationRevisionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListConfigurationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListKafkaVersionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListNodesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListReplicatorsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListScramSecretsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTopicsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListVpcConnectionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutClusterPolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RebootBrokerCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RejectClientVpcConnectionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateBrokerCountCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateBrokerStorageCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateBrokerTypeCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateClusterConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateClusterKafkaVersionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateConnectivityCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateMonitoringCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateRebalancingCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateReplicationInfoCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateSecurityCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateStorageCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateTopicCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/package.json +8 -8
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient";
|
|
4
2
|
import type { RejectClientVpcConnectionRequest, RejectClientVpcConnectionResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface RejectClientVpcConnectionCommandInput extends RejectClientVpcCo
|
|
|
22
19
|
export interface RejectClientVpcConnectionCommandOutput extends RejectClientVpcConnectionResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const RejectClientVpcConnectionCommand_base: {
|
|
25
|
-
new (input: RejectClientVpcConnectionCommandInput): import("@smithy/core/client").CommandImpl<RejectClientVpcConnectionCommandInput, RejectClientVpcConnectionCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: RejectClientVpcConnectionCommandInput): import("@smithy/core/client").CommandImpl<RejectClientVpcConnectionCommandInput, RejectClientVpcConnectionCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: RejectClientVpcConnectionCommandInput): import("@smithy/core/client").CommandImpl<RejectClientVpcConnectionCommandInput, RejectClientVpcConnectionCommandOutput, import("..").KafkaClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: RejectClientVpcConnectionCommandInput): import("@smithy/core/client").CommandImpl<RejectClientVpcConnectionCommandInput, RejectClientVpcConnectionCommandOutput, import("..").KafkaClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Returns empty response.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient";
|
|
4
2
|
import type { TagResourceRequest } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface TagResourceCommandInput extends TagResourceRequest {
|
|
|
22
19
|
export interface TagResourceCommandOutput extends __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const TagResourceCommand_base: {
|
|
25
|
-
new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, import("..").KafkaClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, import("..").KafkaClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Adds tags to the specified MSK resource.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient";
|
|
4
2
|
import type { UntagResourceRequest } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {
|
|
|
22
19
|
export interface UntagResourceCommandOutput extends __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UntagResourceCommand_base: {
|
|
25
|
-
new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, import("..").KafkaClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, import("..").KafkaClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Removes the tags associated with the keys that are provided in the query.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient";
|
|
4
2
|
import type { UpdateBrokerCountRequest, UpdateBrokerCountResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface UpdateBrokerCountCommandInput extends UpdateBrokerCountRequest
|
|
|
22
19
|
export interface UpdateBrokerCountCommandOutput extends UpdateBrokerCountResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UpdateBrokerCountCommand_base: {
|
|
25
|
-
new (input: UpdateBrokerCountCommandInput): import("@smithy/core/client").CommandImpl<UpdateBrokerCountCommandInput, UpdateBrokerCountCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: UpdateBrokerCountCommandInput): import("@smithy/core/client").CommandImpl<UpdateBrokerCountCommandInput, UpdateBrokerCountCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UpdateBrokerCountCommandInput): import("@smithy/core/client").CommandImpl<UpdateBrokerCountCommandInput, UpdateBrokerCountCommandOutput, import("..").KafkaClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UpdateBrokerCountCommandInput): import("@smithy/core/client").CommandImpl<UpdateBrokerCountCommandInput, UpdateBrokerCountCommandOutput, import("..").KafkaClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Updates the number of broker nodes in the cluster.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient";
|
|
4
2
|
import type { UpdateBrokerStorageRequest, UpdateBrokerStorageResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface UpdateBrokerStorageCommandInput extends UpdateBrokerStorageRequ
|
|
|
22
19
|
export interface UpdateBrokerStorageCommandOutput extends UpdateBrokerStorageResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UpdateBrokerStorageCommand_base: {
|
|
25
|
-
new (input: UpdateBrokerStorageCommandInput): import("@smithy/core/client").CommandImpl<UpdateBrokerStorageCommandInput, UpdateBrokerStorageCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: UpdateBrokerStorageCommandInput): import("@smithy/core/client").CommandImpl<UpdateBrokerStorageCommandInput, UpdateBrokerStorageCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UpdateBrokerStorageCommandInput): import("@smithy/core/client").CommandImpl<UpdateBrokerStorageCommandInput, UpdateBrokerStorageCommandOutput, import("..").KafkaClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UpdateBrokerStorageCommandInput): import("@smithy/core/client").CommandImpl<UpdateBrokerStorageCommandInput, UpdateBrokerStorageCommandOutput, import("..").KafkaClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Updates the EBS storage associated with MSK brokers.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient";
|
|
4
2
|
import type { UpdateBrokerTypeRequest, UpdateBrokerTypeResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface UpdateBrokerTypeCommandInput extends UpdateBrokerTypeRequest {
|
|
|
22
19
|
export interface UpdateBrokerTypeCommandOutput extends UpdateBrokerTypeResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UpdateBrokerTypeCommand_base: {
|
|
25
|
-
new (input: UpdateBrokerTypeCommandInput): import("@smithy/core/client").CommandImpl<UpdateBrokerTypeCommandInput, UpdateBrokerTypeCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: UpdateBrokerTypeCommandInput): import("@smithy/core/client").CommandImpl<UpdateBrokerTypeCommandInput, UpdateBrokerTypeCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UpdateBrokerTypeCommandInput): import("@smithy/core/client").CommandImpl<UpdateBrokerTypeCommandInput, UpdateBrokerTypeCommandOutput, import("..").KafkaClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UpdateBrokerTypeCommandInput): import("@smithy/core/client").CommandImpl<UpdateBrokerTypeCommandInput, UpdateBrokerTypeCommandOutput, import("..").KafkaClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Updates EC2 instance type.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient";
|
|
4
2
|
import type { UpdateClusterConfigurationRequest, UpdateClusterConfigurationResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface UpdateClusterConfigurationCommandInput extends UpdateClusterCon
|
|
|
22
19
|
export interface UpdateClusterConfigurationCommandOutput extends UpdateClusterConfigurationResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UpdateClusterConfigurationCommand_base: {
|
|
25
|
-
new (input: UpdateClusterConfigurationCommandInput): import("@smithy/core/client").CommandImpl<UpdateClusterConfigurationCommandInput, UpdateClusterConfigurationCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: UpdateClusterConfigurationCommandInput): import("@smithy/core/client").CommandImpl<UpdateClusterConfigurationCommandInput, UpdateClusterConfigurationCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UpdateClusterConfigurationCommandInput): import("@smithy/core/client").CommandImpl<UpdateClusterConfigurationCommandInput, UpdateClusterConfigurationCommandOutput, import("..").KafkaClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UpdateClusterConfigurationCommandInput): import("@smithy/core/client").CommandImpl<UpdateClusterConfigurationCommandInput, UpdateClusterConfigurationCommandOutput, import("..").KafkaClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Updates the cluster with the configuration that is specified in the request body.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient";
|
|
4
2
|
import type { UpdateClusterKafkaVersionRequest, UpdateClusterKafkaVersionResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface UpdateClusterKafkaVersionCommandInput extends UpdateClusterKafk
|
|
|
22
19
|
export interface UpdateClusterKafkaVersionCommandOutput extends UpdateClusterKafkaVersionResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UpdateClusterKafkaVersionCommand_base: {
|
|
25
|
-
new (input: UpdateClusterKafkaVersionCommandInput): import("@smithy/core/client").CommandImpl<UpdateClusterKafkaVersionCommandInput, UpdateClusterKafkaVersionCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: UpdateClusterKafkaVersionCommandInput): import("@smithy/core/client").CommandImpl<UpdateClusterKafkaVersionCommandInput, UpdateClusterKafkaVersionCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UpdateClusterKafkaVersionCommandInput): import("@smithy/core/client").CommandImpl<UpdateClusterKafkaVersionCommandInput, UpdateClusterKafkaVersionCommandOutput, import("..").KafkaClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UpdateClusterKafkaVersionCommandInput): import("@smithy/core/client").CommandImpl<UpdateClusterKafkaVersionCommandInput, UpdateClusterKafkaVersionCommandOutput, import("..").KafkaClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Updates the Apache Kafka version for the cluster.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient";
|
|
4
2
|
import type { UpdateConfigurationRequest, UpdateConfigurationResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface UpdateConfigurationCommandInput extends UpdateConfigurationRequ
|
|
|
22
19
|
export interface UpdateConfigurationCommandOutput extends UpdateConfigurationResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UpdateConfigurationCommand_base: {
|
|
25
|
-
new (input: UpdateConfigurationCommandInput): import("@smithy/core/client").CommandImpl<UpdateConfigurationCommandInput, UpdateConfigurationCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: UpdateConfigurationCommandInput): import("@smithy/core/client").CommandImpl<UpdateConfigurationCommandInput, UpdateConfigurationCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UpdateConfigurationCommandInput): import("@smithy/core/client").CommandImpl<UpdateConfigurationCommandInput, UpdateConfigurationCommandOutput, import("..").KafkaClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UpdateConfigurationCommandInput): import("@smithy/core/client").CommandImpl<UpdateConfigurationCommandInput, UpdateConfigurationCommandOutput, import("..").KafkaClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Updates an MSK configuration.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient";
|
|
4
2
|
import type { UpdateConnectivityRequest, UpdateConnectivityResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface UpdateConnectivityCommandInput extends UpdateConnectivityReques
|
|
|
22
19
|
export interface UpdateConnectivityCommandOutput extends UpdateConnectivityResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UpdateConnectivityCommand_base: {
|
|
25
|
-
new (input: UpdateConnectivityCommandInput): import("@smithy/core/client").CommandImpl<UpdateConnectivityCommandInput, UpdateConnectivityCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: UpdateConnectivityCommandInput): import("@smithy/core/client").CommandImpl<UpdateConnectivityCommandInput, UpdateConnectivityCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UpdateConnectivityCommandInput): import("@smithy/core/client").CommandImpl<UpdateConnectivityCommandInput, UpdateConnectivityCommandOutput, import("..").KafkaClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UpdateConnectivityCommandInput): import("@smithy/core/client").CommandImpl<UpdateConnectivityCommandInput, UpdateConnectivityCommandOutput, import("..").KafkaClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Updates the cluster's connectivity configuration.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient";
|
|
4
2
|
import type { UpdateMonitoringRequest, UpdateMonitoringResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface UpdateMonitoringCommandInput extends UpdateMonitoringRequest {
|
|
|
22
19
|
export interface UpdateMonitoringCommandOutput extends UpdateMonitoringResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UpdateMonitoringCommand_base: {
|
|
25
|
-
new (input: UpdateMonitoringCommandInput): import("@smithy/core/client").CommandImpl<UpdateMonitoringCommandInput, UpdateMonitoringCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: UpdateMonitoringCommandInput): import("@smithy/core/client").CommandImpl<UpdateMonitoringCommandInput, UpdateMonitoringCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UpdateMonitoringCommandInput): import("@smithy/core/client").CommandImpl<UpdateMonitoringCommandInput, UpdateMonitoringCommandOutput, import("..").KafkaClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UpdateMonitoringCommandInput): import("@smithy/core/client").CommandImpl<UpdateMonitoringCommandInput, UpdateMonitoringCommandOutput, import("..").KafkaClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <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>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient";
|
|
4
2
|
import type { UpdateRebalancingRequest, UpdateRebalancingResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface UpdateRebalancingCommandInput extends UpdateRebalancingRequest
|
|
|
22
19
|
export interface UpdateRebalancingCommandOutput extends UpdateRebalancingResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UpdateRebalancingCommand_base: {
|
|
25
|
-
new (input: UpdateRebalancingCommandInput): import("@smithy/core/client").CommandImpl<UpdateRebalancingCommandInput, UpdateRebalancingCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: UpdateRebalancingCommandInput): import("@smithy/core/client").CommandImpl<UpdateRebalancingCommandInput, UpdateRebalancingCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UpdateRebalancingCommandInput): import("@smithy/core/client").CommandImpl<UpdateRebalancingCommandInput, UpdateRebalancingCommandOutput, import("..").KafkaClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UpdateRebalancingCommandInput): import("@smithy/core/client").CommandImpl<UpdateRebalancingCommandInput, UpdateRebalancingCommandOutput, import("..").KafkaClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Use this resource to update the intelligent rebalancing status of an Amazon MSK Provisioned cluster with Express brokers.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient";
|
|
4
2
|
import type { UpdateReplicationInfoRequest, UpdateReplicationInfoResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface UpdateReplicationInfoCommandInput extends UpdateReplicationInfo
|
|
|
22
19
|
export interface UpdateReplicationInfoCommandOutput extends UpdateReplicationInfoResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UpdateReplicationInfoCommand_base: {
|
|
25
|
-
new (input: UpdateReplicationInfoCommandInput): import("@smithy/core/client").CommandImpl<UpdateReplicationInfoCommandInput, UpdateReplicationInfoCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: UpdateReplicationInfoCommandInput): import("@smithy/core/client").CommandImpl<UpdateReplicationInfoCommandInput, UpdateReplicationInfoCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UpdateReplicationInfoCommandInput): import("@smithy/core/client").CommandImpl<UpdateReplicationInfoCommandInput, UpdateReplicationInfoCommandOutput, import("..").KafkaClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UpdateReplicationInfoCommandInput): import("@smithy/core/client").CommandImpl<UpdateReplicationInfoCommandInput, UpdateReplicationInfoCommandOutput, import("..").KafkaClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Updates replication info of a replicator.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient";
|
|
4
2
|
import type { UpdateSecurityRequest, UpdateSecurityResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface UpdateSecurityCommandInput extends UpdateSecurityRequest {
|
|
|
22
19
|
export interface UpdateSecurityCommandOutput extends UpdateSecurityResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UpdateSecurityCommand_base: {
|
|
25
|
-
new (input: UpdateSecurityCommandInput): import("@smithy/core/client").CommandImpl<UpdateSecurityCommandInput, UpdateSecurityCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: UpdateSecurityCommandInput): import("@smithy/core/client").CommandImpl<UpdateSecurityCommandInput, UpdateSecurityCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UpdateSecurityCommandInput): import("@smithy/core/client").CommandImpl<UpdateSecurityCommandInput, UpdateSecurityCommandOutput, import("..").KafkaClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UpdateSecurityCommandInput): import("@smithy/core/client").CommandImpl<UpdateSecurityCommandInput, UpdateSecurityCommandOutput, import("..").KafkaClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Updates the security settings for the cluster. You can use this operation to specify encryption and authentication on existing clusters.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient";
|
|
4
2
|
import type { UpdateStorageRequest, UpdateStorageResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface UpdateStorageCommandInput extends UpdateStorageRequest {
|
|
|
22
19
|
export interface UpdateStorageCommandOutput extends UpdateStorageResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UpdateStorageCommand_base: {
|
|
25
|
-
new (input: UpdateStorageCommandInput): import("@smithy/core/client").CommandImpl<UpdateStorageCommandInput, UpdateStorageCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: UpdateStorageCommandInput): import("@smithy/core/client").CommandImpl<UpdateStorageCommandInput, UpdateStorageCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UpdateStorageCommandInput): import("@smithy/core/client").CommandImpl<UpdateStorageCommandInput, UpdateStorageCommandOutput, import("..").KafkaClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UpdateStorageCommandInput): import("@smithy/core/client").CommandImpl<UpdateStorageCommandInput, UpdateStorageCommandOutput, import("..").KafkaClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* Updates cluster broker volume size (or) sets cluster storage mode to TIERED.
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient";
|
|
4
2
|
import type { UpdateTopicRequest, UpdateTopicResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface UpdateTopicCommandInput extends UpdateTopicRequest {
|
|
|
22
19
|
export interface UpdateTopicCommandOutput extends UpdateTopicResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UpdateTopicCommand_base: {
|
|
25
|
-
new (input: UpdateTopicCommandInput): import("@smithy/core/client").CommandImpl<UpdateTopicCommandInput, UpdateTopicCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: UpdateTopicCommandInput): import("@smithy/core/client").CommandImpl<UpdateTopicCommandInput, UpdateTopicCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UpdateTopicCommandInput): import("@smithy/core/client").CommandImpl<UpdateTopicCommandInput, UpdateTopicCommandOutput, import("..").KafkaClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UpdateTopicCommandInput): import("@smithy/core/client").CommandImpl<UpdateTopicCommandInput, UpdateTopicCommandOutput, import("..").KafkaClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Updates the configuration of the specified topic.</p>
|
package/dist-types/index.d.ts
CHANGED
|
@@ -9,6 +9,7 @@ export type { ClientInputEndpointParameters } from "./endpoint/EndpointParameter
|
|
|
9
9
|
export type { RuntimeExtension } from "./runtimeExtensions";
|
|
10
10
|
export type { KafkaExtensionConfiguration } from "./extensionConfiguration";
|
|
11
11
|
export * from "./commands";
|
|
12
|
+
export { Command as $Command } from "@smithy/core/client";
|
|
12
13
|
export * from "./schemas/schemas_0";
|
|
13
14
|
export * from "./pagination";
|
|
14
15
|
export * from "./models/enums";
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
KafkaClientResolvedConfig,
|
|
4
|
+
ServiceInputTypes,
|
|
5
|
+
ServiceOutputTypes,
|
|
6
|
+
} from "./KafkaClient";
|
|
7
|
+
export declare const command: <
|
|
8
|
+
I extends ServiceInputTypes,
|
|
9
|
+
O extends ServiceOutputTypes
|
|
10
|
+
>(
|
|
11
|
+
added: EndpointParameterInstructions,
|
|
12
|
+
plugins: (
|
|
13
|
+
CommandCtor: any,
|
|
14
|
+
clientStack: any,
|
|
15
|
+
config: any,
|
|
16
|
+
options: any
|
|
17
|
+
) => import("@smithy/types").Pluggable<any, any>[],
|
|
18
|
+
op: string,
|
|
19
|
+
$: import("@smithy/types").StaticOperationSchema,
|
|
20
|
+
smithyContext?: Record<string, unknown>
|
|
21
|
+
) => {
|
|
22
|
+
new (input: I): import("@smithy/core/client").CommandImpl<
|
|
23
|
+
I,
|
|
24
|
+
O,
|
|
25
|
+
KafkaClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
...[input]: import("@smithy/types").OptionalParameter<I>
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
|
+
I,
|
|
33
|
+
O,
|
|
34
|
+
KafkaClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare const _ep0: EndpointParameterInstructions;
|
|
41
|
+
export declare const _mw0: (
|
|
42
|
+
Command: any,
|
|
43
|
+
cs: any,
|
|
44
|
+
config: any,
|
|
45
|
+
o: any
|
|
46
|
+
) => never[];
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
KafkaClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../KafkaClient";
|
|
8
2
|
import {
|
|
9
3
|
BatchAssociateScramSecretRequest,
|
|
10
4
|
BatchAssociateScramSecretResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface BatchAssociateScramSecretCommandInput
|
|
15
8
|
extends BatchAssociateScramSecretRequest {}
|
|
16
9
|
export interface BatchAssociateScramSecretCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const BatchAssociateScramSecretCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
BatchAssociateScramSecretCommandInput,
|
|
24
17
|
BatchAssociateScramSecretCommandOutput,
|
|
25
|
-
KafkaClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").KafkaClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: BatchAssociateScramSecretCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
BatchAssociateScramSecretCommandInput,
|
|
33
26
|
BatchAssociateScramSecretCommandOutput,
|
|
34
|
-
KafkaClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").KafkaClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class BatchAssociateScramSecretCommand extends BatchAssociateScramSecretCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
KafkaClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../KafkaClient";
|
|
8
2
|
import {
|
|
9
3
|
BatchDisassociateScramSecretRequest,
|
|
10
4
|
BatchDisassociateScramSecretResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface BatchDisassociateScramSecretCommandInput
|
|
15
8
|
extends BatchDisassociateScramSecretRequest {}
|
|
16
9
|
export interface BatchDisassociateScramSecretCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const BatchDisassociateScramSecretCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
BatchDisassociateScramSecretCommandInput,
|
|
24
17
|
BatchDisassociateScramSecretCommandOutput,
|
|
25
|
-
KafkaClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").KafkaClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: BatchDisassociateScramSecretCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
BatchDisassociateScramSecretCommandInput,
|
|
33
26
|
BatchDisassociateScramSecretCommandOutput,
|
|
34
|
-
KafkaClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").KafkaClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class BatchDisassociateScramSecretCommand extends BatchDisassociateScramSecretCommand_base {
|
|
43
34
|
protected static __types: {
|