@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,47 +1,24 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { de_DescribeClusterOperationV2Command, se_DescribeClusterOperationV2Command } from "../protocols/Aws_restJson1";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class DescribeClusterOperationV2Command extends $Command
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
const { logger } = configuration;
|
|
25
|
-
const clientName = "KafkaClient";
|
|
26
|
-
const commandName = "DescribeClusterOperationV2Command";
|
|
27
|
-
const handlerExecutionContext = {
|
|
28
|
-
logger,
|
|
29
|
-
clientName,
|
|
30
|
-
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog: (_) => _,
|
|
33
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
-
service: "Kafka",
|
|
35
|
-
operation: "DescribeClusterOperationV2",
|
|
36
|
-
},
|
|
37
|
-
};
|
|
38
|
-
const { requestHandler } = configuration;
|
|
39
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
|
-
}
|
|
41
|
-
serialize(input, context) {
|
|
42
|
-
return se_DescribeClusterOperationV2Command(input, context);
|
|
43
|
-
}
|
|
44
|
-
deserialize(output, context) {
|
|
45
|
-
return de_DescribeClusterOperationV2Command(output, context);
|
|
46
|
-
}
|
|
7
|
+
export class DescribeClusterOperationV2Command extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("Kafka", "DescribeClusterOperationV2", {})
|
|
19
|
+
.n("KafkaClient", "DescribeClusterOperationV2Command")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_DescribeClusterOperationV2Command)
|
|
22
|
+
.de(de_DescribeClusterOperationV2Command)
|
|
23
|
+
.build() {
|
|
47
24
|
}
|
|
@@ -1,47 +1,24 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { de_DescribeClusterV2Command, se_DescribeClusterV2Command } from "../protocols/Aws_restJson1";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class DescribeClusterV2Command extends $Command
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
const { logger } = configuration;
|
|
25
|
-
const clientName = "KafkaClient";
|
|
26
|
-
const commandName = "DescribeClusterV2Command";
|
|
27
|
-
const handlerExecutionContext = {
|
|
28
|
-
logger,
|
|
29
|
-
clientName,
|
|
30
|
-
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog: (_) => _,
|
|
33
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
-
service: "Kafka",
|
|
35
|
-
operation: "DescribeClusterV2",
|
|
36
|
-
},
|
|
37
|
-
};
|
|
38
|
-
const { requestHandler } = configuration;
|
|
39
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
|
-
}
|
|
41
|
-
serialize(input, context) {
|
|
42
|
-
return se_DescribeClusterV2Command(input, context);
|
|
43
|
-
}
|
|
44
|
-
deserialize(output, context) {
|
|
45
|
-
return de_DescribeClusterV2Command(output, context);
|
|
46
|
-
}
|
|
7
|
+
export class DescribeClusterV2Command extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("Kafka", "DescribeClusterV2", {})
|
|
19
|
+
.n("KafkaClient", "DescribeClusterV2Command")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_DescribeClusterV2Command)
|
|
22
|
+
.de(de_DescribeClusterV2Command)
|
|
23
|
+
.build() {
|
|
47
24
|
}
|
|
@@ -1,47 +1,24 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { de_DescribeConfigurationCommand, se_DescribeConfigurationCommand } from "../protocols/Aws_restJson1";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class DescribeConfigurationCommand extends $Command
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
const { logger } = configuration;
|
|
25
|
-
const clientName = "KafkaClient";
|
|
26
|
-
const commandName = "DescribeConfigurationCommand";
|
|
27
|
-
const handlerExecutionContext = {
|
|
28
|
-
logger,
|
|
29
|
-
clientName,
|
|
30
|
-
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog: (_) => _,
|
|
33
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
-
service: "Kafka",
|
|
35
|
-
operation: "DescribeConfiguration",
|
|
36
|
-
},
|
|
37
|
-
};
|
|
38
|
-
const { requestHandler } = configuration;
|
|
39
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
|
-
}
|
|
41
|
-
serialize(input, context) {
|
|
42
|
-
return se_DescribeConfigurationCommand(input, context);
|
|
43
|
-
}
|
|
44
|
-
deserialize(output, context) {
|
|
45
|
-
return de_DescribeConfigurationCommand(output, context);
|
|
46
|
-
}
|
|
7
|
+
export class DescribeConfigurationCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("Kafka", "DescribeConfiguration", {})
|
|
19
|
+
.n("KafkaClient", "DescribeConfigurationCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_DescribeConfigurationCommand)
|
|
22
|
+
.de(de_DescribeConfigurationCommand)
|
|
23
|
+
.build() {
|
|
47
24
|
}
|
|
@@ -1,47 +1,24 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { de_DescribeConfigurationRevisionCommand, se_DescribeConfigurationRevisionCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class DescribeConfigurationRevisionCommand extends $Command
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
const { logger } = configuration;
|
|
25
|
-
const clientName = "KafkaClient";
|
|
26
|
-
const commandName = "DescribeConfigurationRevisionCommand";
|
|
27
|
-
const handlerExecutionContext = {
|
|
28
|
-
logger,
|
|
29
|
-
clientName,
|
|
30
|
-
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog: (_) => _,
|
|
33
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
-
service: "Kafka",
|
|
35
|
-
operation: "DescribeConfigurationRevision",
|
|
36
|
-
},
|
|
37
|
-
};
|
|
38
|
-
const { requestHandler } = configuration;
|
|
39
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
|
-
}
|
|
41
|
-
serialize(input, context) {
|
|
42
|
-
return se_DescribeConfigurationRevisionCommand(input, context);
|
|
43
|
-
}
|
|
44
|
-
deserialize(output, context) {
|
|
45
|
-
return de_DescribeConfigurationRevisionCommand(output, context);
|
|
46
|
-
}
|
|
7
|
+
export class DescribeConfigurationRevisionCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("Kafka", "DescribeConfigurationRevision", {})
|
|
19
|
+
.n("KafkaClient", "DescribeConfigurationRevisionCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_DescribeConfigurationRevisionCommand)
|
|
22
|
+
.de(de_DescribeConfigurationRevisionCommand)
|
|
23
|
+
.build() {
|
|
47
24
|
}
|
|
@@ -1,47 +1,24 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { de_DescribeReplicatorCommand, se_DescribeReplicatorCommand } from "../protocols/Aws_restJson1";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class DescribeReplicatorCommand extends $Command
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
const { logger } = configuration;
|
|
25
|
-
const clientName = "KafkaClient";
|
|
26
|
-
const commandName = "DescribeReplicatorCommand";
|
|
27
|
-
const handlerExecutionContext = {
|
|
28
|
-
logger,
|
|
29
|
-
clientName,
|
|
30
|
-
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog: (_) => _,
|
|
33
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
-
service: "Kafka",
|
|
35
|
-
operation: "DescribeReplicator",
|
|
36
|
-
},
|
|
37
|
-
};
|
|
38
|
-
const { requestHandler } = configuration;
|
|
39
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
|
-
}
|
|
41
|
-
serialize(input, context) {
|
|
42
|
-
return se_DescribeReplicatorCommand(input, context);
|
|
43
|
-
}
|
|
44
|
-
deserialize(output, context) {
|
|
45
|
-
return de_DescribeReplicatorCommand(output, context);
|
|
46
|
-
}
|
|
7
|
+
export class DescribeReplicatorCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("Kafka", "DescribeReplicator", {})
|
|
19
|
+
.n("KafkaClient", "DescribeReplicatorCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_DescribeReplicatorCommand)
|
|
22
|
+
.de(de_DescribeReplicatorCommand)
|
|
23
|
+
.build() {
|
|
47
24
|
}
|
|
@@ -1,47 +1,24 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { de_DescribeVpcConnectionCommand, se_DescribeVpcConnectionCommand } from "../protocols/Aws_restJson1";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class DescribeVpcConnectionCommand extends $Command
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
const { logger } = configuration;
|
|
25
|
-
const clientName = "KafkaClient";
|
|
26
|
-
const commandName = "DescribeVpcConnectionCommand";
|
|
27
|
-
const handlerExecutionContext = {
|
|
28
|
-
logger,
|
|
29
|
-
clientName,
|
|
30
|
-
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog: (_) => _,
|
|
33
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
-
service: "Kafka",
|
|
35
|
-
operation: "DescribeVpcConnection",
|
|
36
|
-
},
|
|
37
|
-
};
|
|
38
|
-
const { requestHandler } = configuration;
|
|
39
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
|
-
}
|
|
41
|
-
serialize(input, context) {
|
|
42
|
-
return se_DescribeVpcConnectionCommand(input, context);
|
|
43
|
-
}
|
|
44
|
-
deserialize(output, context) {
|
|
45
|
-
return de_DescribeVpcConnectionCommand(output, context);
|
|
46
|
-
}
|
|
7
|
+
export class DescribeVpcConnectionCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("Kafka", "DescribeVpcConnection", {})
|
|
19
|
+
.n("KafkaClient", "DescribeVpcConnectionCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_DescribeVpcConnectionCommand)
|
|
22
|
+
.de(de_DescribeVpcConnectionCommand)
|
|
23
|
+
.build() {
|
|
47
24
|
}
|
|
@@ -1,47 +1,24 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { de_GetBootstrapBrokersCommand, se_GetBootstrapBrokersCommand } from "../protocols/Aws_restJson1";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class GetBootstrapBrokersCommand extends $Command
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
const { logger } = configuration;
|
|
25
|
-
const clientName = "KafkaClient";
|
|
26
|
-
const commandName = "GetBootstrapBrokersCommand";
|
|
27
|
-
const handlerExecutionContext = {
|
|
28
|
-
logger,
|
|
29
|
-
clientName,
|
|
30
|
-
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog: (_) => _,
|
|
33
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
-
service: "Kafka",
|
|
35
|
-
operation: "GetBootstrapBrokers",
|
|
36
|
-
},
|
|
37
|
-
};
|
|
38
|
-
const { requestHandler } = configuration;
|
|
39
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
|
-
}
|
|
41
|
-
serialize(input, context) {
|
|
42
|
-
return se_GetBootstrapBrokersCommand(input, context);
|
|
43
|
-
}
|
|
44
|
-
deserialize(output, context) {
|
|
45
|
-
return de_GetBootstrapBrokersCommand(output, context);
|
|
46
|
-
}
|
|
7
|
+
export class GetBootstrapBrokersCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("Kafka", "GetBootstrapBrokers", {})
|
|
19
|
+
.n("KafkaClient", "GetBootstrapBrokersCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_GetBootstrapBrokersCommand)
|
|
22
|
+
.de(de_GetBootstrapBrokersCommand)
|
|
23
|
+
.build() {
|
|
47
24
|
}
|
|
@@ -1,47 +1,24 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { de_GetClusterPolicyCommand, se_GetClusterPolicyCommand } from "../protocols/Aws_restJson1";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class GetClusterPolicyCommand extends $Command
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
const { logger } = configuration;
|
|
25
|
-
const clientName = "KafkaClient";
|
|
26
|
-
const commandName = "GetClusterPolicyCommand";
|
|
27
|
-
const handlerExecutionContext = {
|
|
28
|
-
logger,
|
|
29
|
-
clientName,
|
|
30
|
-
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog: (_) => _,
|
|
33
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
-
service: "Kafka",
|
|
35
|
-
operation: "GetClusterPolicy",
|
|
36
|
-
},
|
|
37
|
-
};
|
|
38
|
-
const { requestHandler } = configuration;
|
|
39
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
|
-
}
|
|
41
|
-
serialize(input, context) {
|
|
42
|
-
return se_GetClusterPolicyCommand(input, context);
|
|
43
|
-
}
|
|
44
|
-
deserialize(output, context) {
|
|
45
|
-
return de_GetClusterPolicyCommand(output, context);
|
|
46
|
-
}
|
|
7
|
+
export class GetClusterPolicyCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("Kafka", "GetClusterPolicy", {})
|
|
19
|
+
.n("KafkaClient", "GetClusterPolicyCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_GetClusterPolicyCommand)
|
|
22
|
+
.de(de_GetClusterPolicyCommand)
|
|
23
|
+
.build() {
|
|
47
24
|
}
|
|
@@ -1,47 +1,24 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { de_GetCompatibleKafkaVersionsCommand, se_GetCompatibleKafkaVersionsCommand } from "../protocols/Aws_restJson1";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class GetCompatibleKafkaVersionsCommand extends $Command
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
const { logger } = configuration;
|
|
25
|
-
const clientName = "KafkaClient";
|
|
26
|
-
const commandName = "GetCompatibleKafkaVersionsCommand";
|
|
27
|
-
const handlerExecutionContext = {
|
|
28
|
-
logger,
|
|
29
|
-
clientName,
|
|
30
|
-
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog: (_) => _,
|
|
33
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
-
service: "Kafka",
|
|
35
|
-
operation: "GetCompatibleKafkaVersions",
|
|
36
|
-
},
|
|
37
|
-
};
|
|
38
|
-
const { requestHandler } = configuration;
|
|
39
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
|
-
}
|
|
41
|
-
serialize(input, context) {
|
|
42
|
-
return se_GetCompatibleKafkaVersionsCommand(input, context);
|
|
43
|
-
}
|
|
44
|
-
deserialize(output, context) {
|
|
45
|
-
return de_GetCompatibleKafkaVersionsCommand(output, context);
|
|
46
|
-
}
|
|
7
|
+
export class GetCompatibleKafkaVersionsCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("Kafka", "GetCompatibleKafkaVersions", {})
|
|
19
|
+
.n("KafkaClient", "GetCompatibleKafkaVersionsCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_GetCompatibleKafkaVersionsCommand)
|
|
22
|
+
.de(de_GetCompatibleKafkaVersionsCommand)
|
|
23
|
+
.build() {
|
|
47
24
|
}
|