@aws-sdk/client-kafka 3.1044.0 → 3.1046.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/auth/httpAuthSchemeProvider.js +4 -4
- package/dist-cjs/endpoint/bdd.js +2 -2
- package/dist-cjs/endpoint/endpointResolver.js +4 -4
- package/dist-cjs/index.js +134 -135
- package/dist-cjs/models/KafkaServiceException.js +3 -3
- package/dist-cjs/runtimeConfig.browser.js +12 -14
- package/dist-cjs/runtimeConfig.js +18 -22
- package/dist-cjs/runtimeConfig.shared.js +9 -10
- package/dist-es/Kafka.js +1 -1
- package/dist-es/KafkaClient.js +5 -5
- package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
- package/dist-es/commands/BatchAssociateScramSecretCommand.js +2 -2
- package/dist-es/commands/BatchDisassociateScramSecretCommand.js +2 -2
- package/dist-es/commands/CreateClusterCommand.js +2 -2
- package/dist-es/commands/CreateClusterV2Command.js +2 -2
- package/dist-es/commands/CreateConfigurationCommand.js +2 -2
- package/dist-es/commands/CreateReplicatorCommand.js +2 -2
- package/dist-es/commands/CreateTopicCommand.js +2 -2
- package/dist-es/commands/CreateVpcConnectionCommand.js +2 -2
- package/dist-es/commands/DeleteClusterCommand.js +2 -2
- package/dist-es/commands/DeleteClusterPolicyCommand.js +2 -2
- package/dist-es/commands/DeleteConfigurationCommand.js +2 -2
- package/dist-es/commands/DeleteReplicatorCommand.js +2 -2
- package/dist-es/commands/DeleteTopicCommand.js +2 -2
- package/dist-es/commands/DeleteVpcConnectionCommand.js +2 -2
- package/dist-es/commands/DescribeClusterCommand.js +2 -2
- package/dist-es/commands/DescribeClusterOperationCommand.js +2 -2
- package/dist-es/commands/DescribeClusterOperationV2Command.js +2 -2
- package/dist-es/commands/DescribeClusterV2Command.js +2 -2
- package/dist-es/commands/DescribeConfigurationCommand.js +2 -2
- package/dist-es/commands/DescribeConfigurationRevisionCommand.js +2 -2
- package/dist-es/commands/DescribeReplicatorCommand.js +2 -2
- package/dist-es/commands/DescribeTopicCommand.js +2 -2
- package/dist-es/commands/DescribeTopicPartitionsCommand.js +2 -2
- package/dist-es/commands/DescribeVpcConnectionCommand.js +2 -2
- package/dist-es/commands/GetBootstrapBrokersCommand.js +2 -2
- package/dist-es/commands/GetClusterPolicyCommand.js +2 -2
- package/dist-es/commands/GetCompatibleKafkaVersionsCommand.js +2 -2
- package/dist-es/commands/ListClientVpcConnectionsCommand.js +2 -2
- package/dist-es/commands/ListClusterOperationsCommand.js +2 -2
- package/dist-es/commands/ListClusterOperationsV2Command.js +2 -2
- package/dist-es/commands/ListClustersCommand.js +2 -2
- package/dist-es/commands/ListClustersV2Command.js +2 -2
- package/dist-es/commands/ListConfigurationRevisionsCommand.js +2 -2
- package/dist-es/commands/ListConfigurationsCommand.js +2 -2
- package/dist-es/commands/ListKafkaVersionsCommand.js +2 -2
- package/dist-es/commands/ListNodesCommand.js +2 -2
- package/dist-es/commands/ListReplicatorsCommand.js +2 -2
- package/dist-es/commands/ListScramSecretsCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/ListTopicsCommand.js +2 -2
- package/dist-es/commands/ListVpcConnectionsCommand.js +2 -2
- package/dist-es/commands/PutClusterPolicyCommand.js +2 -2
- package/dist-es/commands/RebootBrokerCommand.js +2 -2
- package/dist-es/commands/RejectClientVpcConnectionCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateBrokerCountCommand.js +2 -2
- package/dist-es/commands/UpdateBrokerStorageCommand.js +2 -2
- package/dist-es/commands/UpdateBrokerTypeCommand.js +2 -2
- package/dist-es/commands/UpdateClusterConfigurationCommand.js +2 -2
- package/dist-es/commands/UpdateClusterKafkaVersionCommand.js +2 -2
- package/dist-es/commands/UpdateConfigurationCommand.js +2 -2
- package/dist-es/commands/UpdateConnectivityCommand.js +2 -2
- package/dist-es/commands/UpdateMonitoringCommand.js +2 -2
- package/dist-es/commands/UpdateRebalancingCommand.js +2 -2
- package/dist-es/commands/UpdateReplicationInfoCommand.js +2 -2
- package/dist-es/commands/UpdateSecurityCommand.js +2 -2
- package/dist-es/commands/UpdateStorageCommand.js +2 -2
- package/dist-es/commands/UpdateTopicCommand.js +2 -2
- package/dist-es/endpoint/bdd.js +1 -1
- package/dist-es/endpoint/endpointResolver.js +1 -1
- package/dist-es/models/KafkaServiceException.js +1 -1
- package/dist-es/runtimeConfig.browser.js +4 -6
- package/dist-es/runtimeConfig.js +4 -8
- package/dist-es/runtimeConfig.shared.js +3 -4
- package/dist-es/runtimeExtensions.js +2 -2
- package/dist-types/KafkaClient.d.ts +5 -5
- package/dist-types/commands/BatchAssociateScramSecretCommand.d.ts +6 -4
- package/dist-types/commands/BatchDisassociateScramSecretCommand.d.ts +6 -4
- package/dist-types/commands/CreateClusterCommand.d.ts +6 -4
- package/dist-types/commands/CreateClusterV2Command.d.ts +6 -4
- package/dist-types/commands/CreateConfigurationCommand.d.ts +6 -4
- package/dist-types/commands/CreateReplicatorCommand.d.ts +6 -4
- package/dist-types/commands/CreateTopicCommand.d.ts +6 -4
- package/dist-types/commands/CreateVpcConnectionCommand.d.ts +6 -4
- package/dist-types/commands/DeleteClusterCommand.d.ts +6 -4
- package/dist-types/commands/DeleteClusterPolicyCommand.d.ts +6 -4
- package/dist-types/commands/DeleteConfigurationCommand.d.ts +6 -4
- package/dist-types/commands/DeleteReplicatorCommand.d.ts +6 -4
- package/dist-types/commands/DeleteTopicCommand.d.ts +6 -4
- package/dist-types/commands/DeleteVpcConnectionCommand.d.ts +6 -4
- package/dist-types/commands/DescribeClusterCommand.d.ts +6 -4
- package/dist-types/commands/DescribeClusterOperationCommand.d.ts +6 -4
- package/dist-types/commands/DescribeClusterOperationV2Command.d.ts +6 -4
- package/dist-types/commands/DescribeClusterV2Command.d.ts +6 -4
- package/dist-types/commands/DescribeConfigurationCommand.d.ts +6 -4
- package/dist-types/commands/DescribeConfigurationRevisionCommand.d.ts +6 -4
- package/dist-types/commands/DescribeReplicatorCommand.d.ts +6 -4
- package/dist-types/commands/DescribeTopicCommand.d.ts +6 -4
- package/dist-types/commands/DescribeTopicPartitionsCommand.d.ts +6 -4
- package/dist-types/commands/DescribeVpcConnectionCommand.d.ts +6 -4
- package/dist-types/commands/GetBootstrapBrokersCommand.d.ts +6 -4
- package/dist-types/commands/GetClusterPolicyCommand.d.ts +6 -4
- package/dist-types/commands/GetCompatibleKafkaVersionsCommand.d.ts +6 -4
- package/dist-types/commands/ListClientVpcConnectionsCommand.d.ts +6 -4
- package/dist-types/commands/ListClusterOperationsCommand.d.ts +6 -4
- package/dist-types/commands/ListClusterOperationsV2Command.d.ts +6 -4
- package/dist-types/commands/ListClustersCommand.d.ts +6 -4
- package/dist-types/commands/ListClustersV2Command.d.ts +6 -4
- package/dist-types/commands/ListConfigurationRevisionsCommand.d.ts +6 -4
- package/dist-types/commands/ListConfigurationsCommand.d.ts +6 -4
- package/dist-types/commands/ListKafkaVersionsCommand.d.ts +6 -4
- package/dist-types/commands/ListNodesCommand.d.ts +6 -4
- package/dist-types/commands/ListReplicatorsCommand.d.ts +6 -4
- package/dist-types/commands/ListScramSecretsCommand.d.ts +6 -4
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/commands/ListTopicsCommand.d.ts +6 -4
- package/dist-types/commands/ListVpcConnectionsCommand.d.ts +6 -4
- package/dist-types/commands/PutClusterPolicyCommand.d.ts +6 -4
- package/dist-types/commands/RebootBrokerCommand.d.ts +6 -4
- package/dist-types/commands/RejectClientVpcConnectionCommand.d.ts +6 -4
- package/dist-types/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -4
- package/dist-types/commands/UpdateBrokerCountCommand.d.ts +6 -4
- package/dist-types/commands/UpdateBrokerStorageCommand.d.ts +6 -4
- package/dist-types/commands/UpdateBrokerTypeCommand.d.ts +6 -4
- package/dist-types/commands/UpdateClusterConfigurationCommand.d.ts +6 -4
- package/dist-types/commands/UpdateClusterKafkaVersionCommand.d.ts +6 -4
- package/dist-types/commands/UpdateConfigurationCommand.d.ts +6 -4
- package/dist-types/commands/UpdateConnectivityCommand.d.ts +6 -4
- package/dist-types/commands/UpdateMonitoringCommand.d.ts +6 -4
- package/dist-types/commands/UpdateRebalancingCommand.d.ts +6 -4
- package/dist-types/commands/UpdateReplicationInfoCommand.d.ts +6 -4
- package/dist-types/commands/UpdateSecurityCommand.d.ts +6 -4
- package/dist-types/commands/UpdateStorageCommand.d.ts +6 -4
- package/dist-types/commands/UpdateTopicCommand.d.ts +6 -4
- package/dist-types/endpoint/bdd.d.ts +1 -1
- package/dist-types/extensionConfiguration.d.ts +1 -1
- package/dist-types/models/KafkaServiceException.d.ts +1 -1
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/KafkaClient.d.ts +8 -14
- package/dist-types/ts3.4/commands/BatchAssociateScramSecretCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/BatchDisassociateScramSecretCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateClusterCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateClusterV2Command.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateConfigurationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateReplicatorCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateTopicCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateVpcConnectionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteClusterCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteClusterPolicyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteConfigurationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteReplicatorCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteTopicCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteVpcConnectionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeClusterCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeClusterOperationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeClusterOperationV2Command.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeClusterV2Command.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeConfigurationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeConfigurationRevisionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeReplicatorCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeTopicCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeTopicPartitionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeVpcConnectionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetBootstrapBrokersCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetClusterPolicyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetCompatibleKafkaVersionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListClientVpcConnectionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListClusterOperationsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListClusterOperationsV2Command.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListClustersCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListClustersV2Command.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListConfigurationRevisionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListConfigurationsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListKafkaVersionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListNodesCommand.d.ts +6 -8
- package/dist-types/ts3.4/commands/ListReplicatorsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListScramSecretsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListTopicsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListVpcConnectionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutClusterPolicyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/RebootBrokerCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/RejectClientVpcConnectionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateBrokerCountCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateBrokerStorageCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateBrokerTypeCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateClusterConfigurationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateClusterKafkaVersionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateConfigurationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateConnectivityCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateMonitoringCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateRebalancingCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateReplicationInfoCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateSecurityCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateStorageCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateTopicCommand.d.ts +6 -4
- package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/models/KafkaServiceException.d.ts +1 -1
- package/dist-types/ts3.4/models/errors.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
- package/package.json +13 -34
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient";
|
|
4
4
|
import type { ListVpcConnectionsRequest, ListVpcConnectionsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListVpcConnectionsCommandInput extends ListVpcConnectionsReques
|
|
|
22
22
|
export interface ListVpcConnectionsCommandOutput extends ListVpcConnectionsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListVpcConnectionsCommand_base: {
|
|
25
|
-
new (input: ListVpcConnectionsCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [ListVpcConnectionsCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListVpcConnectionsCommandInput): import("@smithy/core/client").CommandImpl<ListVpcConnectionsCommandInput, ListVpcConnectionsCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [ListVpcConnectionsCommandInput]): import("@smithy/core/client").CommandImpl<ListVpcConnectionsCommandInput, ListVpcConnectionsCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns a list of all the VPC connections in this Region.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient";
|
|
4
4
|
import type { PutClusterPolicyRequest, PutClusterPolicyResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface PutClusterPolicyCommandInput extends PutClusterPolicyRequest {
|
|
|
22
22
|
export interface PutClusterPolicyCommandOutput extends PutClusterPolicyResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const PutClusterPolicyCommand_base: {
|
|
25
|
-
new (input: PutClusterPolicyCommandInput): import("@smithy/
|
|
26
|
-
new (input: PutClusterPolicyCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: PutClusterPolicyCommandInput): import("@smithy/core/client").CommandImpl<PutClusterPolicyCommandInput, PutClusterPolicyCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: PutClusterPolicyCommandInput): import("@smithy/core/client").CommandImpl<PutClusterPolicyCommandInput, PutClusterPolicyCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Creates or updates the MSK cluster policy specified by the cluster Amazon Resource Name (ARN) in the request.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient";
|
|
4
4
|
import type { RebootBrokerRequest, RebootBrokerResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface RebootBrokerCommandInput extends RebootBrokerRequest {
|
|
|
22
22
|
export interface RebootBrokerCommandOutput extends RebootBrokerResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const RebootBrokerCommand_base: {
|
|
25
|
-
new (input: RebootBrokerCommandInput): import("@smithy/
|
|
26
|
-
new (input: RebootBrokerCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: RebootBrokerCommandInput): import("@smithy/core/client").CommandImpl<RebootBrokerCommandInput, RebootBrokerCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: RebootBrokerCommandInput): import("@smithy/core/client").CommandImpl<RebootBrokerCommandInput, RebootBrokerCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* Reboots brokers.
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient";
|
|
4
4
|
import type { RejectClientVpcConnectionRequest, RejectClientVpcConnectionResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface RejectClientVpcConnectionCommandInput extends RejectClientVpcCo
|
|
|
22
22
|
export interface RejectClientVpcConnectionCommandOutput extends RejectClientVpcConnectionResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const RejectClientVpcConnectionCommand_base: {
|
|
25
|
-
new (input: RejectClientVpcConnectionCommandInput): import("@smithy/
|
|
26
|
-
new (input: RejectClientVpcConnectionCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns empty response.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient";
|
|
4
4
|
import type { TagResourceRequest } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface TagResourceCommandInput extends TagResourceRequest {
|
|
|
22
22
|
export interface TagResourceCommandOutput extends __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const TagResourceCommand_base: {
|
|
25
|
-
new (input: TagResourceCommandInput): import("@smithy/
|
|
26
|
-
new (input: TagResourceCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Adds tags to the specified MSK resource.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient";
|
|
4
4
|
import type { UntagResourceRequest } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {
|
|
|
22
22
|
export interface UntagResourceCommandOutput extends __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const UntagResourceCommand_base: {
|
|
25
|
-
new (input: UntagResourceCommandInput): import("@smithy/
|
|
26
|
-
new (input: UntagResourceCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Removes the tags associated with the keys that are provided in the query.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient";
|
|
4
4
|
import type { UpdateBrokerCountRequest, UpdateBrokerCountResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface UpdateBrokerCountCommandInput extends UpdateBrokerCountRequest
|
|
|
22
22
|
export interface UpdateBrokerCountCommandOutput extends UpdateBrokerCountResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const UpdateBrokerCountCommand_base: {
|
|
25
|
-
new (input: UpdateBrokerCountCommandInput): import("@smithy/
|
|
26
|
-
new (input: UpdateBrokerCountCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Updates the number of broker nodes in the cluster.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient";
|
|
4
4
|
import type { UpdateBrokerStorageRequest, UpdateBrokerStorageResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface UpdateBrokerStorageCommandInput extends UpdateBrokerStorageRequ
|
|
|
22
22
|
export interface UpdateBrokerStorageCommandOutput extends UpdateBrokerStorageResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const UpdateBrokerStorageCommand_base: {
|
|
25
|
-
new (input: UpdateBrokerStorageCommandInput): import("@smithy/
|
|
26
|
-
new (input: UpdateBrokerStorageCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Updates the EBS storage associated with MSK brokers.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient";
|
|
4
4
|
import type { UpdateBrokerTypeRequest, UpdateBrokerTypeResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface UpdateBrokerTypeCommandInput extends UpdateBrokerTypeRequest {
|
|
|
22
22
|
export interface UpdateBrokerTypeCommandOutput extends UpdateBrokerTypeResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const UpdateBrokerTypeCommand_base: {
|
|
25
|
-
new (input: UpdateBrokerTypeCommandInput): import("@smithy/
|
|
26
|
-
new (input: UpdateBrokerTypeCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Updates EC2 instance type.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient";
|
|
4
4
|
import type { UpdateClusterConfigurationRequest, UpdateClusterConfigurationResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface UpdateClusterConfigurationCommandInput extends UpdateClusterCon
|
|
|
22
22
|
export interface UpdateClusterConfigurationCommandOutput extends UpdateClusterConfigurationResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const UpdateClusterConfigurationCommand_base: {
|
|
25
|
-
new (input: UpdateClusterConfigurationCommandInput): import("@smithy/
|
|
26
|
-
new (input: UpdateClusterConfigurationCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Updates the cluster with the configuration that is specified in the request body.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient";
|
|
4
4
|
import type { UpdateClusterKafkaVersionRequest, UpdateClusterKafkaVersionResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface UpdateClusterKafkaVersionCommandInput extends UpdateClusterKafk
|
|
|
22
22
|
export interface UpdateClusterKafkaVersionCommandOutput extends UpdateClusterKafkaVersionResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const UpdateClusterKafkaVersionCommand_base: {
|
|
25
|
-
new (input: UpdateClusterKafkaVersionCommandInput): import("@smithy/
|
|
26
|
-
new (input: UpdateClusterKafkaVersionCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Updates the Apache Kafka version for the cluster.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient";
|
|
4
4
|
import type { UpdateConfigurationRequest, UpdateConfigurationResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface UpdateConfigurationCommandInput extends UpdateConfigurationRequ
|
|
|
22
22
|
export interface UpdateConfigurationCommandOutput extends UpdateConfigurationResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const UpdateConfigurationCommand_base: {
|
|
25
|
-
new (input: UpdateConfigurationCommandInput): import("@smithy/
|
|
26
|
-
new (input: UpdateConfigurationCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Updates an MSK configuration.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient";
|
|
4
4
|
import type { UpdateConnectivityRequest, UpdateConnectivityResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface UpdateConnectivityCommandInput extends UpdateConnectivityReques
|
|
|
22
22
|
export interface UpdateConnectivityCommandOutput extends UpdateConnectivityResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const UpdateConnectivityCommand_base: {
|
|
25
|
-
new (input: UpdateConnectivityCommandInput): import("@smithy/
|
|
26
|
-
new (input: UpdateConnectivityCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Updates the cluster's connectivity configuration.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient";
|
|
4
4
|
import type { UpdateMonitoringRequest, UpdateMonitoringResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface UpdateMonitoringCommandInput extends UpdateMonitoringRequest {
|
|
|
22
22
|
export interface UpdateMonitoringCommandOutput extends UpdateMonitoringResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const UpdateMonitoringCommand_base: {
|
|
25
|
-
new (input: UpdateMonitoringCommandInput): import("@smithy/
|
|
26
|
-
new (input: UpdateMonitoringCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <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,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient";
|
|
4
4
|
import type { UpdateRebalancingRequest, UpdateRebalancingResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface UpdateRebalancingCommandInput extends UpdateRebalancingRequest
|
|
|
22
22
|
export interface UpdateRebalancingCommandOutput extends UpdateRebalancingResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const UpdateRebalancingCommand_base: {
|
|
25
|
-
new (input: UpdateRebalancingCommandInput): import("@smithy/
|
|
26
|
-
new (input: UpdateRebalancingCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Use this resource to update the intelligent rebalancing status of an Amazon MSK Provisioned cluster with Express brokers.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient";
|
|
4
4
|
import type { UpdateReplicationInfoRequest, UpdateReplicationInfoResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface UpdateReplicationInfoCommandInput extends UpdateReplicationInfo
|
|
|
22
22
|
export interface UpdateReplicationInfoCommandOutput extends UpdateReplicationInfoResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const UpdateReplicationInfoCommand_base: {
|
|
25
|
-
new (input: UpdateReplicationInfoCommandInput): import("@smithy/
|
|
26
|
-
new (input: UpdateReplicationInfoCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Updates replication info of a replicator.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient";
|
|
4
4
|
import type { UpdateSecurityRequest, UpdateSecurityResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface UpdateSecurityCommandInput extends UpdateSecurityRequest {
|
|
|
22
22
|
export interface UpdateSecurityCommandOutput extends UpdateSecurityResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const UpdateSecurityCommand_base: {
|
|
25
|
-
new (input: UpdateSecurityCommandInput): import("@smithy/
|
|
26
|
-
new (input: UpdateSecurityCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Updates the security settings for the cluster. You can use this operation to specify encryption and authentication on existing clusters.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient";
|
|
4
4
|
import type { UpdateStorageRequest, UpdateStorageResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface UpdateStorageCommandInput extends UpdateStorageRequest {
|
|
|
22
22
|
export interface UpdateStorageCommandOutput extends UpdateStorageResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const UpdateStorageCommand_base: {
|
|
25
|
-
new (input: UpdateStorageCommandInput): import("@smithy/
|
|
26
|
-
new (input: UpdateStorageCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* Updates cluster broker volume size (or) sets cluster storage mode to TIERED.
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient";
|
|
4
4
|
import type { UpdateTopicRequest, UpdateTopicResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface UpdateTopicCommandInput extends UpdateTopicRequest {
|
|
|
22
22
|
export interface UpdateTopicCommandOutput extends UpdateTopicResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const UpdateTopicCommand_base: {
|
|
25
|
-
new (input: UpdateTopicCommandInput): import("@smithy/
|
|
26
|
-
new (input: UpdateTopicCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Updates the configuration of the specified topic.</p>
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { BinaryDecisionDiagram } from "@smithy/
|
|
1
|
+
import { BinaryDecisionDiagram } from "@smithy/core/endpoints";
|
|
2
2
|
export declare const bdd: BinaryDecisionDiagram;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { AwsRegionExtensionConfiguration } from "@aws-sdk/types";
|
|
2
|
-
import type { HttpHandlerExtensionConfiguration } from "@smithy/
|
|
2
|
+
import type { HttpHandlerExtensionConfiguration } from "@smithy/core/protocols";
|
|
3
3
|
import type { DefaultExtensionConfiguration } from "@smithy/types";
|
|
4
4
|
import type { HttpAuthExtensionConfiguration } from "./auth/httpAuthExtensionConfiguration";
|
|
5
5
|
/**
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { type ServiceExceptionOptions as __ServiceExceptionOptions, ServiceException as __ServiceException } from "@smithy/
|
|
1
|
+
import { type ServiceExceptionOptions as __ServiceExceptionOptions, ServiceException as __ServiceException } from "@smithy/core/client";
|
|
2
2
|
export type { __ServiceExceptionOptions };
|
|
3
3
|
export { __ServiceException };
|
|
4
4
|
/**
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { ExceptionOptionType as __ExceptionOptionType } from "@smithy/
|
|
1
|
+
import type { ExceptionOptionType as __ExceptionOptionType } from "@smithy/core/client";
|
|
2
2
|
import { KafkaServiceException as __BaseException } from "./KafkaServiceException";
|
|
3
3
|
/**
|
|
4
4
|
* <p>Returns information about an error.</p>
|
|
@@ -5,13 +5,13 @@ import type { KafkaClientConfig } from "./KafkaClient";
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const getRuntimeConfig: (config: KafkaClientConfig) => {
|
|
7
7
|
runtime: string;
|
|
8
|
-
defaultsMode: import("@smithy/types").Provider<import("@smithy/
|
|
8
|
+
defaultsMode: import("@smithy/types").Provider<import("@smithy/core/client").ResolvedDefaultsMode>;
|
|
9
9
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
10
10
|
credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
|
|
11
11
|
defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-browser").PreviouslyResolved) => Promise<import("@smithy/types").UserAgent>;
|
|
12
12
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
13
13
|
region: string | import("@smithy/types").Provider<any>;
|
|
14
|
-
requestHandler: import("@smithy/
|
|
14
|
+
requestHandler: import("@smithy/core/protocols").HttpHandler<any> | RequestHandler;
|
|
15
15
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
16
16
|
sha256: import("@smithy/types").HashConstructor;
|
|
17
17
|
streamCollector: import("@smithy/types").StreamCollector;
|
|
@@ -5,14 +5,14 @@ import type { KafkaClientConfig } from "./KafkaClient";
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const getRuntimeConfig: (config: KafkaClientConfig) => {
|
|
7
7
|
runtime: string;
|
|
8
|
-
defaultsMode: import("@smithy/types").Provider<import("@smithy/
|
|
8
|
+
defaultsMode: import("@smithy/types").Provider<import("@smithy/core/client").ResolvedDefaultsMode>;
|
|
9
9
|
authSchemePreference: string[] | import("@smithy/types").Provider<string[]>;
|
|
10
10
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
11
11
|
credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit) => import("@aws-sdk/credential-provider-node/dist-types/runtime/memoize-chain").MemoizedRuntimeConfigAwsCredentialIdentityProvider);
|
|
12
12
|
defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-node").PreviouslyResolved) => Promise<import("@smithy/types").UserAgent>;
|
|
13
13
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
14
14
|
region: string | import("@smithy/types").Provider<string>;
|
|
15
|
-
requestHandler: RequestHandler | import("@smithy/
|
|
15
|
+
requestHandler: RequestHandler | import("@smithy/core/protocols").HttpHandler<any>;
|
|
16
16
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
17
17
|
sha256: import("@smithy/types").HashConstructor;
|
|
18
18
|
streamCollector: import("@smithy/types").StreamCollector;
|
|
@@ -5,7 +5,7 @@ import type { KafkaClientConfig } from "./KafkaClient";
|
|
|
5
5
|
export declare const getRuntimeConfig: (config: KafkaClientConfig) => {
|
|
6
6
|
runtime: string;
|
|
7
7
|
sha256: import("@smithy/types").HashConstructor;
|
|
8
|
-
requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/
|
|
8
|
+
requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/core/protocols").HttpHandler<any> | import("@smithy/fetch-http-handler").FetchHttpHandler;
|
|
9
9
|
cacheMiddleware?: boolean;
|
|
10
10
|
protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core/protocols").AwsRestJsonProtocol;
|
|
11
11
|
protocolSettings: {
|
|
@@ -32,7 +32,7 @@ export declare const getRuntimeConfig: (config: KafkaClientConfig) => {
|
|
|
32
32
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
33
33
|
logger: import("@smithy/types").Logger;
|
|
34
34
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
35
|
-
defaultsMode: import("@smithy/
|
|
35
|
+
defaultsMode: import("@smithy/core/client").DefaultsMode | import("@smithy/types").Provider<import("@smithy/core/client").DefaultsMode>;
|
|
36
36
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
37
37
|
userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
|
|
38
38
|
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
|
|
@@ -6,25 +6,19 @@ import {
|
|
|
6
6
|
UserAgentInputConfig,
|
|
7
7
|
UserAgentResolvedConfig,
|
|
8
8
|
} from "@aws-sdk/middleware-user-agent";
|
|
9
|
-
import {
|
|
10
|
-
RegionInputConfig,
|
|
11
|
-
RegionResolvedConfig,
|
|
12
|
-
} from "@smithy/config-resolver";
|
|
13
|
-
import {
|
|
14
|
-
EndpointInputConfig,
|
|
15
|
-
EndpointResolvedConfig,
|
|
16
|
-
} from "@smithy/middleware-endpoint";
|
|
17
|
-
import {
|
|
18
|
-
RetryInputConfig,
|
|
19
|
-
RetryResolvedConfig,
|
|
20
|
-
} from "@smithy/middleware-retry";
|
|
21
|
-
import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
|
|
22
9
|
import {
|
|
23
10
|
DefaultsMode as __DefaultsMode,
|
|
24
11
|
SmithyConfiguration as __SmithyConfiguration,
|
|
25
12
|
SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
|
|
26
13
|
Client as __Client,
|
|
27
|
-
} from "@smithy/
|
|
14
|
+
} from "@smithy/core/client";
|
|
15
|
+
import { RegionInputConfig, RegionResolvedConfig } from "@smithy/core/config";
|
|
16
|
+
import {
|
|
17
|
+
EndpointInputConfig,
|
|
18
|
+
EndpointResolvedConfig,
|
|
19
|
+
} from "@smithy/core/endpoints";
|
|
20
|
+
import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/core/protocols";
|
|
21
|
+
import { RetryInputConfig, RetryResolvedConfig } from "@smithy/core/retry";
|
|
28
22
|
import {
|
|
29
23
|
AwsCredentialIdentityProvider,
|
|
30
24
|
BodyLengthCalculator as __BodyLengthCalculator,
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
KafkaClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface BatchAssociateScramSecretCommandOutput
|
|
|
19
19
|
declare const BatchAssociateScramSecretCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: BatchAssociateScramSecretCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
BatchAssociateScramSecretCommandInput,
|
|
24
24
|
BatchAssociateScramSecretCommandOutput,
|
|
25
25
|
KafkaClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const BatchAssociateScramSecretCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: BatchAssociateScramSecretCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
BatchAssociateScramSecretCommandInput,
|
|
33
33
|
BatchAssociateScramSecretCommandOutput,
|
|
34
34
|
KafkaClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class BatchAssociateScramSecretCommand extends BatchAssociateScramSecretCommand_base {
|
|
41
43
|
protected static __types: {
|