@aws-sdk/client-kafka 3.477.0 → 3.481.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/commands/BatchAssociateScramSecretCommand.js +18 -41
- package/dist-cjs/commands/BatchDisassociateScramSecretCommand.js +18 -41
- package/dist-cjs/commands/CreateClusterCommand.js +18 -41
- package/dist-cjs/commands/CreateClusterV2Command.js +18 -41
- package/dist-cjs/commands/CreateConfigurationCommand.js +18 -41
- package/dist-cjs/commands/CreateReplicatorCommand.js +18 -41
- package/dist-cjs/commands/CreateVpcConnectionCommand.js +18 -41
- package/dist-cjs/commands/DeleteClusterCommand.js +18 -41
- package/dist-cjs/commands/DeleteClusterPolicyCommand.js +18 -41
- package/dist-cjs/commands/DeleteConfigurationCommand.js +18 -41
- package/dist-cjs/commands/DeleteReplicatorCommand.js +18 -41
- package/dist-cjs/commands/DeleteVpcConnectionCommand.js +18 -41
- package/dist-cjs/commands/DescribeClusterCommand.js +18 -41
- package/dist-cjs/commands/DescribeClusterOperationCommand.js +18 -41
- package/dist-cjs/commands/DescribeClusterOperationV2Command.js +18 -41
- package/dist-cjs/commands/DescribeClusterV2Command.js +18 -41
- package/dist-cjs/commands/DescribeConfigurationCommand.js +18 -41
- package/dist-cjs/commands/DescribeConfigurationRevisionCommand.js +18 -41
- package/dist-cjs/commands/DescribeReplicatorCommand.js +18 -41
- package/dist-cjs/commands/DescribeVpcConnectionCommand.js +18 -41
- package/dist-cjs/commands/GetBootstrapBrokersCommand.js +18 -41
- package/dist-cjs/commands/GetClusterPolicyCommand.js +18 -41
- package/dist-cjs/commands/GetCompatibleKafkaVersionsCommand.js +18 -41
- package/dist-cjs/commands/ListClientVpcConnectionsCommand.js +18 -41
- package/dist-cjs/commands/ListClusterOperationsCommand.js +18 -41
- package/dist-cjs/commands/ListClusterOperationsV2Command.js +18 -41
- package/dist-cjs/commands/ListClustersCommand.js +18 -41
- package/dist-cjs/commands/ListClustersV2Command.js +18 -41
- package/dist-cjs/commands/ListConfigurationRevisionsCommand.js +18 -41
- package/dist-cjs/commands/ListConfigurationsCommand.js +18 -41
- package/dist-cjs/commands/ListKafkaVersionsCommand.js +18 -41
- package/dist-cjs/commands/ListNodesCommand.js +18 -41
- package/dist-cjs/commands/ListReplicatorsCommand.js +18 -41
- package/dist-cjs/commands/ListScramSecretsCommand.js +18 -41
- package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
- package/dist-cjs/commands/ListVpcConnectionsCommand.js +18 -41
- package/dist-cjs/commands/PutClusterPolicyCommand.js +18 -41
- package/dist-cjs/commands/RebootBrokerCommand.js +18 -41
- package/dist-cjs/commands/RejectClientVpcConnectionCommand.js +18 -41
- package/dist-cjs/commands/TagResourceCommand.js +18 -41
- package/dist-cjs/commands/UntagResourceCommand.js +18 -41
- package/dist-cjs/commands/UpdateBrokerCountCommand.js +18 -41
- package/dist-cjs/commands/UpdateBrokerStorageCommand.js +18 -41
- package/dist-cjs/commands/UpdateBrokerTypeCommand.js +18 -41
- package/dist-cjs/commands/UpdateClusterConfigurationCommand.js +18 -41
- package/dist-cjs/commands/UpdateClusterKafkaVersionCommand.js +18 -41
- package/dist-cjs/commands/UpdateConfigurationCommand.js +18 -41
- package/dist-cjs/commands/UpdateConnectivityCommand.js +18 -41
- package/dist-cjs/commands/UpdateMonitoringCommand.js +18 -41
- package/dist-cjs/commands/UpdateReplicationInfoCommand.js +18 -41
- package/dist-cjs/commands/UpdateSecurityCommand.js +18 -41
- package/dist-cjs/commands/UpdateStorageCommand.js +18 -41
- package/dist-cjs/endpoint/EndpointParameters.js +7 -1
- package/dist-cjs/pagination/ListClientVpcConnectionsPaginator.js +2 -24
- package/dist-cjs/pagination/ListClusterOperationsPaginator.js +2 -24
- package/dist-cjs/pagination/ListClusterOperationsV2Paginator.js +2 -24
- package/dist-cjs/pagination/ListClustersPaginator.js +2 -24
- package/dist-cjs/pagination/ListClustersV2Paginator.js +2 -24
- package/dist-cjs/pagination/ListConfigurationRevisionsPaginator.js +2 -24
- package/dist-cjs/pagination/ListConfigurationsPaginator.js +2 -24
- package/dist-cjs/pagination/ListKafkaVersionsPaginator.js +2 -24
- package/dist-cjs/pagination/ListNodesPaginator.js +2 -24
- package/dist-cjs/pagination/ListReplicatorsPaginator.js +2 -24
- package/dist-cjs/pagination/ListScramSecretsPaginator.js +2 -24
- package/dist-cjs/pagination/ListVpcConnectionsPaginator.js +2 -24
- package/dist-es/commands/BatchAssociateScramSecretCommand.js +18 -41
- package/dist-es/commands/BatchDisassociateScramSecretCommand.js +18 -41
- package/dist-es/commands/CreateClusterCommand.js +18 -41
- package/dist-es/commands/CreateClusterV2Command.js +18 -41
- package/dist-es/commands/CreateConfigurationCommand.js +18 -41
- package/dist-es/commands/CreateReplicatorCommand.js +18 -41
- package/dist-es/commands/CreateVpcConnectionCommand.js +18 -41
- package/dist-es/commands/DeleteClusterCommand.js +18 -41
- package/dist-es/commands/DeleteClusterPolicyCommand.js +18 -41
- package/dist-es/commands/DeleteConfigurationCommand.js +18 -41
- package/dist-es/commands/DeleteReplicatorCommand.js +18 -41
- package/dist-es/commands/DeleteVpcConnectionCommand.js +18 -41
- package/dist-es/commands/DescribeClusterCommand.js +18 -41
- package/dist-es/commands/DescribeClusterOperationCommand.js +18 -41
- package/dist-es/commands/DescribeClusterOperationV2Command.js +18 -41
- package/dist-es/commands/DescribeClusterV2Command.js +18 -41
- package/dist-es/commands/DescribeConfigurationCommand.js +18 -41
- package/dist-es/commands/DescribeConfigurationRevisionCommand.js +18 -41
- package/dist-es/commands/DescribeReplicatorCommand.js +18 -41
- package/dist-es/commands/DescribeVpcConnectionCommand.js +18 -41
- package/dist-es/commands/GetBootstrapBrokersCommand.js +18 -41
- package/dist-es/commands/GetClusterPolicyCommand.js +18 -41
- package/dist-es/commands/GetCompatibleKafkaVersionsCommand.js +18 -41
- package/dist-es/commands/ListClientVpcConnectionsCommand.js +18 -41
- package/dist-es/commands/ListClusterOperationsCommand.js +18 -41
- package/dist-es/commands/ListClusterOperationsV2Command.js +18 -41
- package/dist-es/commands/ListClustersCommand.js +18 -41
- package/dist-es/commands/ListClustersV2Command.js +18 -41
- package/dist-es/commands/ListConfigurationRevisionsCommand.js +18 -41
- package/dist-es/commands/ListConfigurationsCommand.js +18 -41
- package/dist-es/commands/ListKafkaVersionsCommand.js +18 -41
- package/dist-es/commands/ListNodesCommand.js +18 -41
- package/dist-es/commands/ListReplicatorsCommand.js +18 -41
- package/dist-es/commands/ListScramSecretsCommand.js +18 -41
- package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
- package/dist-es/commands/ListVpcConnectionsCommand.js +18 -41
- package/dist-es/commands/PutClusterPolicyCommand.js +18 -41
- package/dist-es/commands/RebootBrokerCommand.js +18 -41
- package/dist-es/commands/RejectClientVpcConnectionCommand.js +18 -41
- package/dist-es/commands/TagResourceCommand.js +18 -41
- package/dist-es/commands/UntagResourceCommand.js +18 -41
- package/dist-es/commands/UpdateBrokerCountCommand.js +18 -41
- package/dist-es/commands/UpdateBrokerStorageCommand.js +18 -41
- package/dist-es/commands/UpdateBrokerTypeCommand.js +18 -41
- package/dist-es/commands/UpdateClusterConfigurationCommand.js +18 -41
- package/dist-es/commands/UpdateClusterKafkaVersionCommand.js +18 -41
- package/dist-es/commands/UpdateConfigurationCommand.js +18 -41
- package/dist-es/commands/UpdateConnectivityCommand.js +18 -41
- package/dist-es/commands/UpdateMonitoringCommand.js +18 -41
- package/dist-es/commands/UpdateReplicationInfoCommand.js +18 -41
- package/dist-es/commands/UpdateSecurityCommand.js +18 -41
- package/dist-es/commands/UpdateStorageCommand.js +18 -41
- package/dist-es/endpoint/EndpointParameters.js +6 -0
- package/dist-es/pagination/ListClientVpcConnectionsPaginator.js +2 -23
- package/dist-es/pagination/ListClusterOperationsPaginator.js +2 -23
- package/dist-es/pagination/ListClusterOperationsV2Paginator.js +2 -23
- package/dist-es/pagination/ListClustersPaginator.js +2 -23
- package/dist-es/pagination/ListClustersV2Paginator.js +2 -23
- package/dist-es/pagination/ListConfigurationRevisionsPaginator.js +2 -23
- package/dist-es/pagination/ListConfigurationsPaginator.js +2 -23
- package/dist-es/pagination/ListKafkaVersionsPaginator.js +2 -23
- package/dist-es/pagination/ListNodesPaginator.js +2 -23
- package/dist-es/pagination/ListReplicatorsPaginator.js +2 -23
- package/dist-es/pagination/ListScramSecretsPaginator.js +2 -23
- package/dist-es/pagination/ListVpcConnectionsPaginator.js +2 -23
- package/dist-types/commands/BatchAssociateScramSecretCommand.d.ts +6 -21
- package/dist-types/commands/BatchDisassociateScramSecretCommand.d.ts +6 -21
- package/dist-types/commands/CreateClusterCommand.d.ts +6 -21
- package/dist-types/commands/CreateClusterV2Command.d.ts +6 -21
- package/dist-types/commands/CreateConfigurationCommand.d.ts +6 -21
- package/dist-types/commands/CreateReplicatorCommand.d.ts +6 -21
- package/dist-types/commands/CreateVpcConnectionCommand.d.ts +6 -21
- package/dist-types/commands/DeleteClusterCommand.d.ts +6 -21
- package/dist-types/commands/DeleteClusterPolicyCommand.d.ts +6 -21
- package/dist-types/commands/DeleteConfigurationCommand.d.ts +6 -21
- package/dist-types/commands/DeleteReplicatorCommand.d.ts +6 -21
- package/dist-types/commands/DeleteVpcConnectionCommand.d.ts +6 -21
- package/dist-types/commands/DescribeClusterCommand.d.ts +6 -21
- package/dist-types/commands/DescribeClusterOperationCommand.d.ts +6 -21
- package/dist-types/commands/DescribeClusterOperationV2Command.d.ts +6 -21
- package/dist-types/commands/DescribeClusterV2Command.d.ts +6 -21
- package/dist-types/commands/DescribeConfigurationCommand.d.ts +6 -21
- package/dist-types/commands/DescribeConfigurationRevisionCommand.d.ts +6 -21
- package/dist-types/commands/DescribeReplicatorCommand.d.ts +6 -21
- package/dist-types/commands/DescribeVpcConnectionCommand.d.ts +6 -21
- package/dist-types/commands/GetBootstrapBrokersCommand.d.ts +6 -21
- package/dist-types/commands/GetClusterPolicyCommand.d.ts +6 -21
- package/dist-types/commands/GetCompatibleKafkaVersionsCommand.d.ts +6 -21
- package/dist-types/commands/ListClientVpcConnectionsCommand.d.ts +6 -21
- package/dist-types/commands/ListClusterOperationsCommand.d.ts +6 -21
- package/dist-types/commands/ListClusterOperationsV2Command.d.ts +6 -21
- package/dist-types/commands/ListClustersCommand.d.ts +6 -21
- package/dist-types/commands/ListClustersV2Command.d.ts +6 -21
- package/dist-types/commands/ListConfigurationRevisionsCommand.d.ts +6 -21
- package/dist-types/commands/ListConfigurationsCommand.d.ts +6 -21
- package/dist-types/commands/ListKafkaVersionsCommand.d.ts +6 -21
- package/dist-types/commands/ListNodesCommand.d.ts +6 -21
- package/dist-types/commands/ListReplicatorsCommand.d.ts +6 -21
- package/dist-types/commands/ListScramSecretsCommand.d.ts +6 -21
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
- package/dist-types/commands/ListVpcConnectionsCommand.d.ts +6 -21
- package/dist-types/commands/PutClusterPolicyCommand.d.ts +6 -21
- package/dist-types/commands/RebootBrokerCommand.d.ts +6 -21
- package/dist-types/commands/RejectClientVpcConnectionCommand.d.ts +6 -21
- package/dist-types/commands/TagResourceCommand.d.ts +6 -21
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
- package/dist-types/commands/UpdateBrokerCountCommand.d.ts +6 -21
- package/dist-types/commands/UpdateBrokerStorageCommand.d.ts +6 -21
- package/dist-types/commands/UpdateBrokerTypeCommand.d.ts +6 -21
- package/dist-types/commands/UpdateClusterConfigurationCommand.d.ts +6 -21
- package/dist-types/commands/UpdateClusterKafkaVersionCommand.d.ts +6 -21
- package/dist-types/commands/UpdateConfigurationCommand.d.ts +6 -21
- package/dist-types/commands/UpdateConnectivityCommand.d.ts +6 -21
- package/dist-types/commands/UpdateMonitoringCommand.d.ts +6 -21
- package/dist-types/commands/UpdateReplicationInfoCommand.d.ts +6 -21
- package/dist-types/commands/UpdateSecurityCommand.d.ts +6 -21
- package/dist-types/commands/UpdateStorageCommand.d.ts +6 -21
- package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
- package/dist-types/pagination/ListClientVpcConnectionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListClusterOperationsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListClusterOperationsV2Paginator.d.ts +1 -1
- package/dist-types/pagination/ListClustersPaginator.d.ts +1 -1
- package/dist-types/pagination/ListClustersV2Paginator.d.ts +1 -1
- package/dist-types/pagination/ListConfigurationRevisionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListConfigurationsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListKafkaVersionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListNodesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListReplicatorsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListScramSecretsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListVpcConnectionsPaginator.d.ts +1 -1
- package/dist-types/ts3.4/commands/BatchAssociateScramSecretCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/BatchDisassociateScramSecretCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateClusterCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateClusterV2Command.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateConfigurationCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateReplicatorCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateVpcConnectionCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteClusterCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteClusterPolicyCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteConfigurationCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteReplicatorCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteVpcConnectionCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DescribeClusterCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DescribeClusterOperationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeClusterOperationV2Command.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeClusterV2Command.d.ts +14 -23
- package/dist-types/ts3.4/commands/DescribeConfigurationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeConfigurationRevisionCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeReplicatorCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DescribeVpcConnectionCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetBootstrapBrokersCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetClusterPolicyCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetCompatibleKafkaVersionsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListClientVpcConnectionsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListClusterOperationsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListClusterOperationsV2Command.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListClustersCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListClustersV2Command.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListConfigurationRevisionsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListConfigurationsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListKafkaVersionsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListNodesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListReplicatorsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListScramSecretsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListVpcConnectionsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/PutClusterPolicyCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/RebootBrokerCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/RejectClientVpcConnectionCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateBrokerCountCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateBrokerStorageCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateBrokerTypeCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateClusterConfigurationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UpdateClusterKafkaVersionCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UpdateConfigurationCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateConnectivityCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateMonitoringCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateReplicationInfoCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UpdateSecurityCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateStorageCommand.d.ts +14 -23
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
- package/dist-types/ts3.4/pagination/ListClientVpcConnectionsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListClusterOperationsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListClusterOperationsV2Paginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListClustersPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListClustersV2Paginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListConfigurationRevisionsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListConfigurationsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListKafkaVersionsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListNodesPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListReplicatorsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListScramSecretsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListVpcConnectionsPaginator.d.ts +3 -3
- package/package.json +11 -11
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient";
|
|
5
4
|
import { DescribeConfigurationRevisionRequest, DescribeConfigurationRevisionResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DescribeConfigurationRevisionCommandInput extends DescribeConfi
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DescribeConfigurationRevisionCommandOutput extends DescribeConfigurationRevisionResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DescribeConfigurationRevisionCommand_base: {
|
|
24
|
+
new (input: DescribeConfigurationRevisionCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeConfigurationRevisionCommandInput, DescribeConfigurationRevisionCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Returns a description of this revision of the configuration.</p>
|
|
@@ -74,23 +77,5 @@ export interface DescribeConfigurationRevisionCommandOutput extends DescribeConf
|
|
|
74
77
|
* <p>Base exception class for all service exceptions from Kafka service.</p>
|
|
75
78
|
*
|
|
76
79
|
*/
|
|
77
|
-
export declare class DescribeConfigurationRevisionCommand extends
|
|
78
|
-
readonly input: DescribeConfigurationRevisionCommandInput;
|
|
79
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
80
|
-
/**
|
|
81
|
-
* @public
|
|
82
|
-
*/
|
|
83
|
-
constructor(input: DescribeConfigurationRevisionCommandInput);
|
|
84
|
-
/**
|
|
85
|
-
* @internal
|
|
86
|
-
*/
|
|
87
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KafkaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeConfigurationRevisionCommandInput, DescribeConfigurationRevisionCommandOutput>;
|
|
88
|
-
/**
|
|
89
|
-
* @internal
|
|
90
|
-
*/
|
|
91
|
-
private serialize;
|
|
92
|
-
/**
|
|
93
|
-
* @internal
|
|
94
|
-
*/
|
|
95
|
-
private deserialize;
|
|
80
|
+
export declare class DescribeConfigurationRevisionCommand extends DescribeConfigurationRevisionCommand_base {
|
|
96
81
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient";
|
|
5
4
|
import { DescribeReplicatorRequest, DescribeReplicatorResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DescribeReplicatorCommandInput extends DescribeReplicatorReques
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DescribeReplicatorCommandOutput extends DescribeReplicatorResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DescribeReplicatorCommand_base: {
|
|
24
|
+
new (input: DescribeReplicatorCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeReplicatorCommandInput, DescribeReplicatorCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Describes a replicator.</p>
|
|
@@ -131,23 +134,5 @@ export interface DescribeReplicatorCommandOutput extends DescribeReplicatorRespo
|
|
|
131
134
|
* <p>Base exception class for all service exceptions from Kafka service.</p>
|
|
132
135
|
*
|
|
133
136
|
*/
|
|
134
|
-
export declare class DescribeReplicatorCommand extends
|
|
135
|
-
readonly input: DescribeReplicatorCommandInput;
|
|
136
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
137
|
-
/**
|
|
138
|
-
* @public
|
|
139
|
-
*/
|
|
140
|
-
constructor(input: DescribeReplicatorCommandInput);
|
|
141
|
-
/**
|
|
142
|
-
* @internal
|
|
143
|
-
*/
|
|
144
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KafkaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeReplicatorCommandInput, DescribeReplicatorCommandOutput>;
|
|
145
|
-
/**
|
|
146
|
-
* @internal
|
|
147
|
-
*/
|
|
148
|
-
private serialize;
|
|
149
|
-
/**
|
|
150
|
-
* @internal
|
|
151
|
-
*/
|
|
152
|
-
private deserialize;
|
|
137
|
+
export declare class DescribeReplicatorCommand extends DescribeReplicatorCommand_base {
|
|
153
138
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient";
|
|
5
4
|
import { DescribeVpcConnectionRequest, DescribeVpcConnectionResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DescribeVpcConnectionCommandInput extends DescribeVpcConnection
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DescribeVpcConnectionCommandOutput extends DescribeVpcConnectionResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DescribeVpcConnectionCommand_base: {
|
|
24
|
+
new (input: DescribeVpcConnectionCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeVpcConnectionCommandInput, DescribeVpcConnectionCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Returns a description of this MSK VPC connection.</p>
|
|
@@ -83,23 +86,5 @@ export interface DescribeVpcConnectionCommandOutput extends DescribeVpcConnectio
|
|
|
83
86
|
* <p>Base exception class for all service exceptions from Kafka service.</p>
|
|
84
87
|
*
|
|
85
88
|
*/
|
|
86
|
-
export declare class DescribeVpcConnectionCommand extends
|
|
87
|
-
readonly input: DescribeVpcConnectionCommandInput;
|
|
88
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
89
|
-
/**
|
|
90
|
-
* @public
|
|
91
|
-
*/
|
|
92
|
-
constructor(input: DescribeVpcConnectionCommandInput);
|
|
93
|
-
/**
|
|
94
|
-
* @internal
|
|
95
|
-
*/
|
|
96
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KafkaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeVpcConnectionCommandInput, DescribeVpcConnectionCommandOutput>;
|
|
97
|
-
/**
|
|
98
|
-
* @internal
|
|
99
|
-
*/
|
|
100
|
-
private serialize;
|
|
101
|
-
/**
|
|
102
|
-
* @internal
|
|
103
|
-
*/
|
|
104
|
-
private deserialize;
|
|
89
|
+
export declare class DescribeVpcConnectionCommand extends DescribeVpcConnectionCommand_base {
|
|
105
90
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient";
|
|
5
4
|
import { GetBootstrapBrokersRequest, GetBootstrapBrokersResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetBootstrapBrokersCommandInput extends GetBootstrapBrokersRequ
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetBootstrapBrokersCommandOutput extends GetBootstrapBrokersResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetBootstrapBrokersCommand_base: {
|
|
24
|
+
new (input: GetBootstrapBrokersCommandInput): import("@smithy/smithy-client").CommandImpl<GetBootstrapBrokersCommandInput, GetBootstrapBrokersCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>A list of brokers that a client application can use to bootstrap.</p>
|
|
@@ -75,23 +78,5 @@ export interface GetBootstrapBrokersCommandOutput extends GetBootstrapBrokersRes
|
|
|
75
78
|
* <p>Base exception class for all service exceptions from Kafka service.</p>
|
|
76
79
|
*
|
|
77
80
|
*/
|
|
78
|
-
export declare class GetBootstrapBrokersCommand extends
|
|
79
|
-
readonly input: GetBootstrapBrokersCommandInput;
|
|
80
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
81
|
-
/**
|
|
82
|
-
* @public
|
|
83
|
-
*/
|
|
84
|
-
constructor(input: GetBootstrapBrokersCommandInput);
|
|
85
|
-
/**
|
|
86
|
-
* @internal
|
|
87
|
-
*/
|
|
88
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KafkaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetBootstrapBrokersCommandInput, GetBootstrapBrokersCommandOutput>;
|
|
89
|
-
/**
|
|
90
|
-
* @internal
|
|
91
|
-
*/
|
|
92
|
-
private serialize;
|
|
93
|
-
/**
|
|
94
|
-
* @internal
|
|
95
|
-
*/
|
|
96
|
-
private deserialize;
|
|
81
|
+
export declare class GetBootstrapBrokersCommand extends GetBootstrapBrokersCommand_base {
|
|
97
82
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient";
|
|
5
4
|
import { GetClusterPolicyRequest, GetClusterPolicyResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetClusterPolicyCommandInput extends GetClusterPolicyRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetClusterPolicyCommandOutput extends GetClusterPolicyResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetClusterPolicyCommand_base: {
|
|
24
|
+
new (input: GetClusterPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<GetClusterPolicyCommandInput, GetClusterPolicyCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Get the MSK cluster policy specified by the Amazon Resource Name (ARN) in the request.</p>
|
|
@@ -64,23 +67,5 @@ export interface GetClusterPolicyCommandOutput extends GetClusterPolicyResponse,
|
|
|
64
67
|
* <p>Base exception class for all service exceptions from Kafka service.</p>
|
|
65
68
|
*
|
|
66
69
|
*/
|
|
67
|
-
export declare class GetClusterPolicyCommand extends
|
|
68
|
-
readonly input: GetClusterPolicyCommandInput;
|
|
69
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
70
|
-
/**
|
|
71
|
-
* @public
|
|
72
|
-
*/
|
|
73
|
-
constructor(input: GetClusterPolicyCommandInput);
|
|
74
|
-
/**
|
|
75
|
-
* @internal
|
|
76
|
-
*/
|
|
77
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KafkaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetClusterPolicyCommandInput, GetClusterPolicyCommandOutput>;
|
|
78
|
-
/**
|
|
79
|
-
* @internal
|
|
80
|
-
*/
|
|
81
|
-
private serialize;
|
|
82
|
-
/**
|
|
83
|
-
* @internal
|
|
84
|
-
*/
|
|
85
|
-
private deserialize;
|
|
70
|
+
export declare class GetClusterPolicyCommand extends GetClusterPolicyCommand_base {
|
|
86
71
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient";
|
|
5
4
|
import { GetCompatibleKafkaVersionsRequest, GetCompatibleKafkaVersionsResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetCompatibleKafkaVersionsCommandInput extends GetCompatibleKaf
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetCompatibleKafkaVersionsCommandOutput extends GetCompatibleKafkaVersionsResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetCompatibleKafkaVersionsCommand_base: {
|
|
24
|
+
new (input: GetCompatibleKafkaVersionsCommandInput): import("@smithy/smithy-client").CommandImpl<GetCompatibleKafkaVersionsCommandInput, GetCompatibleKafkaVersionsCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Gets the Apache Kafka versions to which you can update the MSK cluster.</p>
|
|
@@ -79,23 +82,5 @@ export interface GetCompatibleKafkaVersionsCommandOutput extends GetCompatibleKa
|
|
|
79
82
|
* <p>Base exception class for all service exceptions from Kafka service.</p>
|
|
80
83
|
*
|
|
81
84
|
*/
|
|
82
|
-
export declare class GetCompatibleKafkaVersionsCommand extends
|
|
83
|
-
readonly input: GetCompatibleKafkaVersionsCommandInput;
|
|
84
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
85
|
-
/**
|
|
86
|
-
* @public
|
|
87
|
-
*/
|
|
88
|
-
constructor(input: GetCompatibleKafkaVersionsCommandInput);
|
|
89
|
-
/**
|
|
90
|
-
* @internal
|
|
91
|
-
*/
|
|
92
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KafkaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetCompatibleKafkaVersionsCommandInput, GetCompatibleKafkaVersionsCommandOutput>;
|
|
93
|
-
/**
|
|
94
|
-
* @internal
|
|
95
|
-
*/
|
|
96
|
-
private serialize;
|
|
97
|
-
/**
|
|
98
|
-
* @internal
|
|
99
|
-
*/
|
|
100
|
-
private deserialize;
|
|
85
|
+
export declare class GetCompatibleKafkaVersionsCommand extends GetCompatibleKafkaVersionsCommand_base {
|
|
101
86
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient";
|
|
5
4
|
import { ListClientVpcConnectionsRequest, ListClientVpcConnectionsResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListClientVpcConnectionsCommandInput extends ListClientVpcConne
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListClientVpcConnectionsCommandOutput extends ListClientVpcConnectionsResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListClientVpcConnectionsCommand_base: {
|
|
24
|
+
new (input: ListClientVpcConnectionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListClientVpcConnectionsCommandInput, ListClientVpcConnectionsCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Returns a list of all the VPC connections in this Region.</p>
|
|
@@ -77,23 +80,5 @@ export interface ListClientVpcConnectionsCommandOutput extends ListClientVpcConn
|
|
|
77
80
|
* <p>Base exception class for all service exceptions from Kafka service.</p>
|
|
78
81
|
*
|
|
79
82
|
*/
|
|
80
|
-
export declare class ListClientVpcConnectionsCommand extends
|
|
81
|
-
readonly input: ListClientVpcConnectionsCommandInput;
|
|
82
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
83
|
-
/**
|
|
84
|
-
* @public
|
|
85
|
-
*/
|
|
86
|
-
constructor(input: ListClientVpcConnectionsCommandInput);
|
|
87
|
-
/**
|
|
88
|
-
* @internal
|
|
89
|
-
*/
|
|
90
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KafkaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListClientVpcConnectionsCommandInput, ListClientVpcConnectionsCommandOutput>;
|
|
91
|
-
/**
|
|
92
|
-
* @internal
|
|
93
|
-
*/
|
|
94
|
-
private serialize;
|
|
95
|
-
/**
|
|
96
|
-
* @internal
|
|
97
|
-
*/
|
|
98
|
-
private deserialize;
|
|
83
|
+
export declare class ListClientVpcConnectionsCommand extends ListClientVpcConnectionsCommand_base {
|
|
99
84
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient";
|
|
5
4
|
import { ListClusterOperationsRequest, ListClusterOperationsResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListClusterOperationsCommandInput extends ListClusterOperations
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListClusterOperationsCommandOutput extends ListClusterOperationsResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListClusterOperationsCommand_base: {
|
|
24
|
+
new (input: ListClusterOperationsCommandInput): import("@smithy/smithy-client").CommandImpl<ListClusterOperationsCommandInput, ListClusterOperationsCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Returns a list of all the operations that have been performed on the specified MSK cluster.</p>
|
|
@@ -289,23 +292,5 @@ export interface ListClusterOperationsCommandOutput extends ListClusterOperation
|
|
|
289
292
|
* <p>Base exception class for all service exceptions from Kafka service.</p>
|
|
290
293
|
*
|
|
291
294
|
*/
|
|
292
|
-
export declare class ListClusterOperationsCommand extends
|
|
293
|
-
readonly input: ListClusterOperationsCommandInput;
|
|
294
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
295
|
-
/**
|
|
296
|
-
* @public
|
|
297
|
-
*/
|
|
298
|
-
constructor(input: ListClusterOperationsCommandInput);
|
|
299
|
-
/**
|
|
300
|
-
* @internal
|
|
301
|
-
*/
|
|
302
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KafkaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListClusterOperationsCommandInput, ListClusterOperationsCommandOutput>;
|
|
303
|
-
/**
|
|
304
|
-
* @internal
|
|
305
|
-
*/
|
|
306
|
-
private serialize;
|
|
307
|
-
/**
|
|
308
|
-
* @internal
|
|
309
|
-
*/
|
|
310
|
-
private deserialize;
|
|
295
|
+
export declare class ListClusterOperationsCommand extends ListClusterOperationsCommand_base {
|
|
311
296
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient";
|
|
5
4
|
import { ListClusterOperationsV2Request, ListClusterOperationsV2Response } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListClusterOperationsV2CommandInput extends ListClusterOperatio
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListClusterOperationsV2CommandOutput extends ListClusterOperationsV2Response, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListClusterOperationsV2Command_base: {
|
|
24
|
+
new (input: ListClusterOperationsV2CommandInput): import("@smithy/smithy-client").CommandImpl<ListClusterOperationsV2CommandInput, ListClusterOperationsV2CommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Returns a list of all the operations that have been performed on the specified MSK cluster.</p>
|
|
@@ -85,23 +88,5 @@ export interface ListClusterOperationsV2CommandOutput extends ListClusterOperati
|
|
|
85
88
|
* <p>Base exception class for all service exceptions from Kafka service.</p>
|
|
86
89
|
*
|
|
87
90
|
*/
|
|
88
|
-
export declare class ListClusterOperationsV2Command extends
|
|
89
|
-
readonly input: ListClusterOperationsV2CommandInput;
|
|
90
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
91
|
-
/**
|
|
92
|
-
* @public
|
|
93
|
-
*/
|
|
94
|
-
constructor(input: ListClusterOperationsV2CommandInput);
|
|
95
|
-
/**
|
|
96
|
-
* @internal
|
|
97
|
-
*/
|
|
98
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KafkaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListClusterOperationsV2CommandInput, ListClusterOperationsV2CommandOutput>;
|
|
99
|
-
/**
|
|
100
|
-
* @internal
|
|
101
|
-
*/
|
|
102
|
-
private serialize;
|
|
103
|
-
/**
|
|
104
|
-
* @internal
|
|
105
|
-
*/
|
|
106
|
-
private deserialize;
|
|
91
|
+
export declare class ListClusterOperationsV2Command extends ListClusterOperationsV2Command_base {
|
|
107
92
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient";
|
|
5
4
|
import { ListClustersRequest, ListClustersResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListClustersCommandInput extends ListClustersRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListClustersCommandOutput extends ListClustersResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListClustersCommand_base: {
|
|
24
|
+
new (input: ListClustersCommandInput): import("@smithy/smithy-client").CommandImpl<ListClustersCommandInput, ListClustersCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Returns a list of all the MSK clusters in the current Region.</p>
|
|
@@ -190,23 +193,5 @@ export interface ListClustersCommandOutput extends ListClustersResponse, __Metad
|
|
|
190
193
|
* <p>Base exception class for all service exceptions from Kafka service.</p>
|
|
191
194
|
*
|
|
192
195
|
*/
|
|
193
|
-
export declare class ListClustersCommand extends
|
|
194
|
-
readonly input: ListClustersCommandInput;
|
|
195
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
196
|
-
/**
|
|
197
|
-
* @public
|
|
198
|
-
*/
|
|
199
|
-
constructor(input: ListClustersCommandInput);
|
|
200
|
-
/**
|
|
201
|
-
* @internal
|
|
202
|
-
*/
|
|
203
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KafkaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListClustersCommandInput, ListClustersCommandOutput>;
|
|
204
|
-
/**
|
|
205
|
-
* @internal
|
|
206
|
-
*/
|
|
207
|
-
private serialize;
|
|
208
|
-
/**
|
|
209
|
-
* @internal
|
|
210
|
-
*/
|
|
211
|
-
private deserialize;
|
|
196
|
+
export declare class ListClustersCommand extends ListClustersCommand_base {
|
|
212
197
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient";
|
|
5
4
|
import { ListClustersV2Request, ListClustersV2Response } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListClustersV2CommandInput extends ListClustersV2Request {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListClustersV2CommandOutput extends ListClustersV2Response, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListClustersV2Command_base: {
|
|
24
|
+
new (input: ListClustersV2CommandInput): import("@smithy/smithy-client").CommandImpl<ListClustersV2CommandInput, ListClustersV2CommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Returns a list of all the MSK clusters in the current Region.</p>
|
|
@@ -211,23 +214,5 @@ export interface ListClustersV2CommandOutput extends ListClustersV2Response, __M
|
|
|
211
214
|
* <p>Base exception class for all service exceptions from Kafka service.</p>
|
|
212
215
|
*
|
|
213
216
|
*/
|
|
214
|
-
export declare class ListClustersV2Command extends
|
|
215
|
-
readonly input: ListClustersV2CommandInput;
|
|
216
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
217
|
-
/**
|
|
218
|
-
* @public
|
|
219
|
-
*/
|
|
220
|
-
constructor(input: ListClustersV2CommandInput);
|
|
221
|
-
/**
|
|
222
|
-
* @internal
|
|
223
|
-
*/
|
|
224
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KafkaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListClustersV2CommandInput, ListClustersV2CommandOutput>;
|
|
225
|
-
/**
|
|
226
|
-
* @internal
|
|
227
|
-
*/
|
|
228
|
-
private serialize;
|
|
229
|
-
/**
|
|
230
|
-
* @internal
|
|
231
|
-
*/
|
|
232
|
-
private deserialize;
|
|
217
|
+
export declare class ListClustersV2Command extends ListClustersV2Command_base {
|
|
233
218
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient";
|
|
5
4
|
import { ListConfigurationRevisionsRequest, ListConfigurationRevisionsResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListConfigurationRevisionsCommandInput extends ListConfiguratio
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListConfigurationRevisionsCommandOutput extends ListConfigurationRevisionsResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListConfigurationRevisionsCommand_base: {
|
|
24
|
+
new (input: ListConfigurationRevisionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListConfigurationRevisionsCommandInput, ListConfigurationRevisionsCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Returns a list of all the MSK configurations in this Region.</p>
|
|
@@ -78,23 +81,5 @@ export interface ListConfigurationRevisionsCommandOutput extends ListConfigurati
|
|
|
78
81
|
* <p>Base exception class for all service exceptions from Kafka service.</p>
|
|
79
82
|
*
|
|
80
83
|
*/
|
|
81
|
-
export declare class ListConfigurationRevisionsCommand extends
|
|
82
|
-
readonly input: ListConfigurationRevisionsCommandInput;
|
|
83
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
84
|
-
/**
|
|
85
|
-
* @public
|
|
86
|
-
*/
|
|
87
|
-
constructor(input: ListConfigurationRevisionsCommandInput);
|
|
88
|
-
/**
|
|
89
|
-
* @internal
|
|
90
|
-
*/
|
|
91
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KafkaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListConfigurationRevisionsCommandInput, ListConfigurationRevisionsCommandOutput>;
|
|
92
|
-
/**
|
|
93
|
-
* @internal
|
|
94
|
-
*/
|
|
95
|
-
private serialize;
|
|
96
|
-
/**
|
|
97
|
-
* @internal
|
|
98
|
-
*/
|
|
99
|
-
private deserialize;
|
|
84
|
+
export declare class ListConfigurationRevisionsCommand extends ListConfigurationRevisionsCommand_base {
|
|
100
85
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient";
|
|
5
4
|
import { ListConfigurationsRequest, ListConfigurationsResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListConfigurationsCommandInput extends ListConfigurationsReques
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListConfigurationsCommandOutput extends ListConfigurationsResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListConfigurationsCommand_base: {
|
|
24
|
+
new (input: ListConfigurationsCommandInput): import("@smithy/smithy-client").CommandImpl<ListConfigurationsCommandInput, ListConfigurationsCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Returns a list of all the MSK configurations in this Region.</p>
|
|
@@ -84,23 +87,5 @@ export interface ListConfigurationsCommandOutput extends ListConfigurationsRespo
|
|
|
84
87
|
* <p>Base exception class for all service exceptions from Kafka service.</p>
|
|
85
88
|
*
|
|
86
89
|
*/
|
|
87
|
-
export declare class ListConfigurationsCommand extends
|
|
88
|
-
readonly input: ListConfigurationsCommandInput;
|
|
89
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
90
|
-
/**
|
|
91
|
-
* @public
|
|
92
|
-
*/
|
|
93
|
-
constructor(input: ListConfigurationsCommandInput);
|
|
94
|
-
/**
|
|
95
|
-
* @internal
|
|
96
|
-
*/
|
|
97
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KafkaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListConfigurationsCommandInput, ListConfigurationsCommandOutput>;
|
|
98
|
-
/**
|
|
99
|
-
* @internal
|
|
100
|
-
*/
|
|
101
|
-
private serialize;
|
|
102
|
-
/**
|
|
103
|
-
* @internal
|
|
104
|
-
*/
|
|
105
|
-
private deserialize;
|
|
90
|
+
export declare class ListConfigurationsCommand extends ListConfigurationsCommand_base {
|
|
106
91
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient";
|
|
5
4
|
import { ListKafkaVersionsRequest, ListKafkaVersionsResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListKafkaVersionsCommandInput extends ListKafkaVersionsRequest
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListKafkaVersionsCommandOutput extends ListKafkaVersionsResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListKafkaVersionsCommand_base: {
|
|
24
|
+
new (input: ListKafkaVersionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListKafkaVersionsCommandInput, ListKafkaVersionsCommandOutput, KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Returns a list of Apache Kafka versions.</p>
|
|
@@ -70,23 +73,5 @@ export interface ListKafkaVersionsCommandOutput extends ListKafkaVersionsRespons
|
|
|
70
73
|
* <p>Base exception class for all service exceptions from Kafka service.</p>
|
|
71
74
|
*
|
|
72
75
|
*/
|
|
73
|
-
export declare class ListKafkaVersionsCommand extends
|
|
74
|
-
readonly input: ListKafkaVersionsCommandInput;
|
|
75
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
76
|
-
/**
|
|
77
|
-
* @public
|
|
78
|
-
*/
|
|
79
|
-
constructor(input: ListKafkaVersionsCommandInput);
|
|
80
|
-
/**
|
|
81
|
-
* @internal
|
|
82
|
-
*/
|
|
83
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KafkaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListKafkaVersionsCommandInput, ListKafkaVersionsCommandOutput>;
|
|
84
|
-
/**
|
|
85
|
-
* @internal
|
|
86
|
-
*/
|
|
87
|
-
private serialize;
|
|
88
|
-
/**
|
|
89
|
-
* @internal
|
|
90
|
-
*/
|
|
91
|
-
private deserialize;
|
|
76
|
+
export declare class ListKafkaVersionsCommand extends ListKafkaVersionsCommand_base {
|
|
92
77
|
}
|