@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 { DescribeClusterRequest, DescribeClusterResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DescribeClusterCommandInput extends DescribeClusterRequest {
|
|
|
22
22
|
export interface DescribeClusterCommandOutput extends DescribeClusterResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DescribeClusterCommand_base: {
|
|
25
|
-
new (input: DescribeClusterCommandInput): import("@smithy/
|
|
26
|
-
new (input: DescribeClusterCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DescribeClusterCommandInput): import("@smithy/core/client").CommandImpl<DescribeClusterCommandInput, DescribeClusterCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DescribeClusterCommandInput): import("@smithy/core/client").CommandImpl<DescribeClusterCommandInput, DescribeClusterCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns a description of the MSK cluster whose Amazon Resource Name (ARN) is specified 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 { DescribeClusterOperationRequest, DescribeClusterOperationResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DescribeClusterOperationCommandInput extends DescribeClusterOpe
|
|
|
22
22
|
export interface DescribeClusterOperationCommandOutput extends DescribeClusterOperationResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DescribeClusterOperationCommand_base: {
|
|
25
|
-
new (input: DescribeClusterOperationCommandInput): import("@smithy/
|
|
26
|
-
new (input: DescribeClusterOperationCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DescribeClusterOperationCommandInput): import("@smithy/core/client").CommandImpl<DescribeClusterOperationCommandInput, DescribeClusterOperationCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DescribeClusterOperationCommandInput): import("@smithy/core/client").CommandImpl<DescribeClusterOperationCommandInput, DescribeClusterOperationCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns a description of the cluster operation specified by the ARN.</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 { DescribeClusterOperationV2Request, DescribeClusterOperationV2Response } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DescribeClusterOperationV2CommandInput extends DescribeClusterO
|
|
|
22
22
|
export interface DescribeClusterOperationV2CommandOutput extends DescribeClusterOperationV2Response, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DescribeClusterOperationV2Command_base: {
|
|
25
|
-
new (input: DescribeClusterOperationV2CommandInput): import("@smithy/
|
|
26
|
-
new (input: DescribeClusterOperationV2CommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DescribeClusterOperationV2CommandInput): import("@smithy/core/client").CommandImpl<DescribeClusterOperationV2CommandInput, DescribeClusterOperationV2CommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DescribeClusterOperationV2CommandInput): import("@smithy/core/client").CommandImpl<DescribeClusterOperationV2CommandInput, DescribeClusterOperationV2CommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns a description of the cluster operation specified by the ARN.</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 { DescribeClusterV2Request, DescribeClusterV2Response } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DescribeClusterV2CommandInput extends DescribeClusterV2Request
|
|
|
22
22
|
export interface DescribeClusterV2CommandOutput extends DescribeClusterV2Response, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DescribeClusterV2Command_base: {
|
|
25
|
-
new (input: DescribeClusterV2CommandInput): import("@smithy/
|
|
26
|
-
new (input: DescribeClusterV2CommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DescribeClusterV2CommandInput): import("@smithy/core/client").CommandImpl<DescribeClusterV2CommandInput, DescribeClusterV2CommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DescribeClusterV2CommandInput): import("@smithy/core/client").CommandImpl<DescribeClusterV2CommandInput, DescribeClusterV2CommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns a description of the MSK cluster whose Amazon Resource Name (ARN) is specified 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 { DescribeConfigurationRequest, DescribeConfigurationResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DescribeConfigurationCommandInput extends DescribeConfiguration
|
|
|
22
22
|
export interface DescribeConfigurationCommandOutput extends DescribeConfigurationResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DescribeConfigurationCommand_base: {
|
|
25
|
-
new (input: DescribeConfigurationCommandInput): import("@smithy/
|
|
26
|
-
new (input: DescribeConfigurationCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DescribeConfigurationCommandInput): import("@smithy/core/client").CommandImpl<DescribeConfigurationCommandInput, DescribeConfigurationCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DescribeConfigurationCommandInput): import("@smithy/core/client").CommandImpl<DescribeConfigurationCommandInput, DescribeConfigurationCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns a description of this 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 { DescribeConfigurationRevisionRequest, DescribeConfigurationRevisionResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DescribeConfigurationRevisionCommandInput extends DescribeConfi
|
|
|
22
22
|
export interface DescribeConfigurationRevisionCommandOutput extends DescribeConfigurationRevisionResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DescribeConfigurationRevisionCommand_base: {
|
|
25
|
-
new (input: DescribeConfigurationRevisionCommandInput): import("@smithy/
|
|
26
|
-
new (input: DescribeConfigurationRevisionCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DescribeConfigurationRevisionCommandInput): import("@smithy/core/client").CommandImpl<DescribeConfigurationRevisionCommandInput, DescribeConfigurationRevisionCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DescribeConfigurationRevisionCommandInput): import("@smithy/core/client").CommandImpl<DescribeConfigurationRevisionCommandInput, DescribeConfigurationRevisionCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns a description of this revision of the 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 { DescribeReplicatorRequest, DescribeReplicatorResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DescribeReplicatorCommandInput extends DescribeReplicatorReques
|
|
|
22
22
|
export interface DescribeReplicatorCommandOutput extends DescribeReplicatorResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DescribeReplicatorCommand_base: {
|
|
25
|
-
new (input: DescribeReplicatorCommandInput): import("@smithy/
|
|
26
|
-
new (input: DescribeReplicatorCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DescribeReplicatorCommandInput): import("@smithy/core/client").CommandImpl<DescribeReplicatorCommandInput, DescribeReplicatorCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DescribeReplicatorCommandInput): import("@smithy/core/client").CommandImpl<DescribeReplicatorCommandInput, DescribeReplicatorCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Describes 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 { DescribeTopicRequest, DescribeTopicResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DescribeTopicCommandInput extends DescribeTopicRequest {
|
|
|
22
22
|
export interface DescribeTopicCommandOutput extends DescribeTopicResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DescribeTopicCommand_base: {
|
|
25
|
-
new (input: DescribeTopicCommandInput): import("@smithy/
|
|
26
|
-
new (input: DescribeTopicCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DescribeTopicCommandInput): import("@smithy/core/client").CommandImpl<DescribeTopicCommandInput, DescribeTopicCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DescribeTopicCommandInput): import("@smithy/core/client").CommandImpl<DescribeTopicCommandInput, DescribeTopicCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns topic details of this topic on a MSK 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 { DescribeTopicPartitionsRequest, DescribeTopicPartitionsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DescribeTopicPartitionsCommandInput extends DescribeTopicPartit
|
|
|
22
22
|
export interface DescribeTopicPartitionsCommandOutput extends DescribeTopicPartitionsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DescribeTopicPartitionsCommand_base: {
|
|
25
|
-
new (input: DescribeTopicPartitionsCommandInput): import("@smithy/
|
|
26
|
-
new (input: DescribeTopicPartitionsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DescribeTopicPartitionsCommandInput): import("@smithy/core/client").CommandImpl<DescribeTopicPartitionsCommandInput, DescribeTopicPartitionsCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DescribeTopicPartitionsCommandInput): import("@smithy/core/client").CommandImpl<DescribeTopicPartitionsCommandInput, DescribeTopicPartitionsCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns partition details of this topic on a MSK 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 { DescribeVpcConnectionRequest, DescribeVpcConnectionResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DescribeVpcConnectionCommandInput extends DescribeVpcConnection
|
|
|
22
22
|
export interface DescribeVpcConnectionCommandOutput extends DescribeVpcConnectionResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DescribeVpcConnectionCommand_base: {
|
|
25
|
-
new (input: DescribeVpcConnectionCommandInput): import("@smithy/
|
|
26
|
-
new (input: DescribeVpcConnectionCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DescribeVpcConnectionCommandInput): import("@smithy/core/client").CommandImpl<DescribeVpcConnectionCommandInput, DescribeVpcConnectionCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DescribeVpcConnectionCommandInput): import("@smithy/core/client").CommandImpl<DescribeVpcConnectionCommandInput, DescribeVpcConnectionCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns a description of this MSK VPC connection.</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 { GetBootstrapBrokersRequest, GetBootstrapBrokersResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetBootstrapBrokersCommandInput extends GetBootstrapBrokersRequ
|
|
|
22
22
|
export interface GetBootstrapBrokersCommandOutput extends GetBootstrapBrokersResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetBootstrapBrokersCommand_base: {
|
|
25
|
-
new (input: GetBootstrapBrokersCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetBootstrapBrokersCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetBootstrapBrokersCommandInput): import("@smithy/core/client").CommandImpl<GetBootstrapBrokersCommandInput, GetBootstrapBrokersCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetBootstrapBrokersCommandInput): import("@smithy/core/client").CommandImpl<GetBootstrapBrokersCommandInput, GetBootstrapBrokersCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>A list of brokers that a client application can use to bootstrap. This list doesn't necessarily include all of the brokers in the cluster. The following Python 3.6 example shows how you can use the Amazon Resource Name (ARN) of a cluster to get its bootstrap brokers. If you don't know the ARN of your cluster, you can use the <code>ListClusters</code> operation to get the ARNs of all the clusters in this account and 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 { GetClusterPolicyRequest, GetClusterPolicyResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetClusterPolicyCommandInput extends GetClusterPolicyRequest {
|
|
|
22
22
|
export interface GetClusterPolicyCommandOutput extends GetClusterPolicyResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetClusterPolicyCommand_base: {
|
|
25
|
-
new (input: GetClusterPolicyCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetClusterPolicyCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetClusterPolicyCommandInput): import("@smithy/core/client").CommandImpl<GetClusterPolicyCommandInput, GetClusterPolicyCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetClusterPolicyCommandInput): import("@smithy/core/client").CommandImpl<GetClusterPolicyCommandInput, GetClusterPolicyCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Get the MSK cluster policy specified by the 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 { GetCompatibleKafkaVersionsRequest, GetCompatibleKafkaVersionsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetCompatibleKafkaVersionsCommandInput extends GetCompatibleKaf
|
|
|
22
22
|
export interface GetCompatibleKafkaVersionsCommandOutput extends GetCompatibleKafkaVersionsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetCompatibleKafkaVersionsCommand_base: {
|
|
25
|
-
new (input: GetCompatibleKafkaVersionsCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [GetCompatibleKafkaVersionsCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetCompatibleKafkaVersionsCommandInput): import("@smithy/core/client").CommandImpl<GetCompatibleKafkaVersionsCommandInput, GetCompatibleKafkaVersionsCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [GetCompatibleKafkaVersionsCommandInput]): import("@smithy/core/client").CommandImpl<GetCompatibleKafkaVersionsCommandInput, GetCompatibleKafkaVersionsCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Gets the Apache Kafka versions to which you can update the MSK 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 { ListClientVpcConnectionsRequest, ListClientVpcConnectionsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListClientVpcConnectionsCommandInput extends ListClientVpcConne
|
|
|
22
22
|
export interface ListClientVpcConnectionsCommandOutput extends ListClientVpcConnectionsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListClientVpcConnectionsCommand_base: {
|
|
25
|
-
new (input: ListClientVpcConnectionsCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListClientVpcConnectionsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListClientVpcConnectionsCommandInput): import("@smithy/core/client").CommandImpl<ListClientVpcConnectionsCommandInput, ListClientVpcConnectionsCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ListClientVpcConnectionsCommandInput): import("@smithy/core/client").CommandImpl<ListClientVpcConnectionsCommandInput, ListClientVpcConnectionsCommandOutput, 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 { ListClusterOperationsRequest, ListClusterOperationsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListClusterOperationsCommandInput extends ListClusterOperations
|
|
|
22
22
|
export interface ListClusterOperationsCommandOutput extends ListClusterOperationsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListClusterOperationsCommand_base: {
|
|
25
|
-
new (input: ListClusterOperationsCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListClusterOperationsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListClusterOperationsCommandInput): import("@smithy/core/client").CommandImpl<ListClusterOperationsCommandInput, ListClusterOperationsCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ListClusterOperationsCommandInput): import("@smithy/core/client").CommandImpl<ListClusterOperationsCommandInput, ListClusterOperationsCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns a list of all the operations that have been performed on the specified MSK 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 { ListClusterOperationsV2Request, ListClusterOperationsV2Response } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListClusterOperationsV2CommandInput extends ListClusterOperatio
|
|
|
22
22
|
export interface ListClusterOperationsV2CommandOutput extends ListClusterOperationsV2Response, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListClusterOperationsV2Command_base: {
|
|
25
|
-
new (input: ListClusterOperationsV2CommandInput): import("@smithy/
|
|
26
|
-
new (input: ListClusterOperationsV2CommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListClusterOperationsV2CommandInput): import("@smithy/core/client").CommandImpl<ListClusterOperationsV2CommandInput, ListClusterOperationsV2CommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ListClusterOperationsV2CommandInput): import("@smithy/core/client").CommandImpl<ListClusterOperationsV2CommandInput, ListClusterOperationsV2CommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns a list of all the operations that have been performed on the specified MSK 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 { ListClustersRequest, ListClustersResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListClustersCommandInput extends ListClustersRequest {
|
|
|
22
22
|
export interface ListClustersCommandOutput extends ListClustersResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListClustersCommand_base: {
|
|
25
|
-
new (input: ListClustersCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [ListClustersCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListClustersCommandInput): import("@smithy/core/client").CommandImpl<ListClustersCommandInput, ListClustersCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [ListClustersCommandInput]): import("@smithy/core/client").CommandImpl<ListClustersCommandInput, ListClustersCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns a list of all the MSK clusters in the current 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 { ListClustersV2Request, ListClustersV2Response } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListClustersV2CommandInput extends ListClustersV2Request {
|
|
|
22
22
|
export interface ListClustersV2CommandOutput extends ListClustersV2Response, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListClustersV2Command_base: {
|
|
25
|
-
new (input: ListClustersV2CommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [ListClustersV2CommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListClustersV2CommandInput): import("@smithy/core/client").CommandImpl<ListClustersV2CommandInput, ListClustersV2CommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [ListClustersV2CommandInput]): import("@smithy/core/client").CommandImpl<ListClustersV2CommandInput, ListClustersV2CommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns a list of all the MSK clusters in the current 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 { ListConfigurationRevisionsRequest, ListConfigurationRevisionsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListConfigurationRevisionsCommandInput extends ListConfiguratio
|
|
|
22
22
|
export interface ListConfigurationRevisionsCommandOutput extends ListConfigurationRevisionsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListConfigurationRevisionsCommand_base: {
|
|
25
|
-
new (input: ListConfigurationRevisionsCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListConfigurationRevisionsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListConfigurationRevisionsCommandInput): import("@smithy/core/client").CommandImpl<ListConfigurationRevisionsCommandInput, ListConfigurationRevisionsCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ListConfigurationRevisionsCommandInput): import("@smithy/core/client").CommandImpl<ListConfigurationRevisionsCommandInput, ListConfigurationRevisionsCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns a list of all the MSK configurations 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 { ListConfigurationsRequest, ListConfigurationsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListConfigurationsCommandInput extends ListConfigurationsReques
|
|
|
22
22
|
export interface ListConfigurationsCommandOutput extends ListConfigurationsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListConfigurationsCommand_base: {
|
|
25
|
-
new (input: ListConfigurationsCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [ListConfigurationsCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListConfigurationsCommandInput): import("@smithy/core/client").CommandImpl<ListConfigurationsCommandInput, ListConfigurationsCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [ListConfigurationsCommandInput]): import("@smithy/core/client").CommandImpl<ListConfigurationsCommandInput, ListConfigurationsCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns a list of all the MSK configurations 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 { ListKafkaVersionsRequest, ListKafkaVersionsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListKafkaVersionsCommandInput extends ListKafkaVersionsRequest
|
|
|
22
22
|
export interface ListKafkaVersionsCommandOutput extends ListKafkaVersionsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListKafkaVersionsCommand_base: {
|
|
25
|
-
new (input: ListKafkaVersionsCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [ListKafkaVersionsCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListKafkaVersionsCommandInput): import("@smithy/core/client").CommandImpl<ListKafkaVersionsCommandInput, ListKafkaVersionsCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [ListKafkaVersionsCommandInput]): import("@smithy/core/client").CommandImpl<ListKafkaVersionsCommandInput, ListKafkaVersionsCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns a list of Apache Kafka versions.</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 { ListNodesRequest, ListNodesResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListNodesCommandInput extends ListNodesRequest {
|
|
|
22
22
|
export interface ListNodesCommandOutput extends ListNodesResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListNodesCommand_base: {
|
|
25
|
-
new (input: ListNodesCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListNodesCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListNodesCommandInput): import("@smithy/core/client").CommandImpl<ListNodesCommandInput, ListNodesCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ListNodesCommandInput): import("@smithy/core/client").CommandImpl<ListNodesCommandInput, ListNodesCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns a list of the 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 { ListReplicatorsRequest, ListReplicatorsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListReplicatorsCommandInput extends ListReplicatorsRequest {
|
|
|
22
22
|
export interface ListReplicatorsCommandOutput extends ListReplicatorsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListReplicatorsCommand_base: {
|
|
25
|
-
new (input: ListReplicatorsCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [ListReplicatorsCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListReplicatorsCommandInput): import("@smithy/core/client").CommandImpl<ListReplicatorsCommandInput, ListReplicatorsCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [ListReplicatorsCommandInput]): import("@smithy/core/client").CommandImpl<ListReplicatorsCommandInput, ListReplicatorsCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Lists the replicators.</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 { ListScramSecretsRequest, ListScramSecretsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListScramSecretsCommandInput extends ListScramSecretsRequest {
|
|
|
22
22
|
export interface ListScramSecretsCommandOutput extends ListScramSecretsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListScramSecretsCommand_base: {
|
|
25
|
-
new (input: ListScramSecretsCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListScramSecretsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListScramSecretsCommandInput): import("@smithy/core/client").CommandImpl<ListScramSecretsCommandInput, ListScramSecretsCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ListScramSecretsCommandInput): import("@smithy/core/client").CommandImpl<ListScramSecretsCommandInput, ListScramSecretsCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns a list of the Scram Secrets associated with an Amazon MSK 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 { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequ
|
|
|
22
22
|
export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListTagsForResourceCommand_base: {
|
|
25
|
-
new (input: ListTagsForResourceCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListTagsForResourceCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns a list of the tags associated with the specified 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 { ListTopicsRequest, ListTopicsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListTopicsCommandInput extends ListTopicsRequest {
|
|
|
22
22
|
export interface ListTopicsCommandOutput extends ListTopicsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListTopicsCommand_base: {
|
|
25
|
-
new (input: ListTopicsCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListTopicsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListTopicsCommandInput): import("@smithy/core/client").CommandImpl<ListTopicsCommandInput, ListTopicsCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ListTopicsCommandInput): import("@smithy/core/client").CommandImpl<ListTopicsCommandInput, ListTopicsCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>List topics in a MSK cluster.</p>
|