@aws-sdk/client-kafka 3.1077.0 → 3.1079.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +67 -593
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/BatchAssociateScramSecretCommand.js +2 -14
- package/dist-es/commands/BatchDisassociateScramSecretCommand.js +2 -14
- package/dist-es/commands/CreateClusterCommand.js +2 -14
- package/dist-es/commands/CreateClusterV2Command.js +2 -14
- package/dist-es/commands/CreateConfigurationCommand.js +2 -14
- package/dist-es/commands/CreateReplicatorCommand.js +2 -14
- package/dist-es/commands/CreateTopicCommand.js +2 -14
- package/dist-es/commands/CreateVpcConnectionCommand.js +2 -14
- package/dist-es/commands/DeleteClusterCommand.js +2 -14
- package/dist-es/commands/DeleteClusterPolicyCommand.js +2 -14
- package/dist-es/commands/DeleteConfigurationCommand.js +2 -14
- package/dist-es/commands/DeleteReplicatorCommand.js +2 -14
- package/dist-es/commands/DeleteTopicCommand.js +2 -14
- package/dist-es/commands/DeleteVpcConnectionCommand.js +2 -14
- package/dist-es/commands/DescribeClusterCommand.js +2 -14
- package/dist-es/commands/DescribeClusterOperationCommand.js +2 -14
- package/dist-es/commands/DescribeClusterOperationV2Command.js +2 -14
- package/dist-es/commands/DescribeClusterV2Command.js +2 -14
- package/dist-es/commands/DescribeConfigurationCommand.js +2 -14
- package/dist-es/commands/DescribeConfigurationRevisionCommand.js +2 -14
- package/dist-es/commands/DescribeReplicatorCommand.js +2 -14
- package/dist-es/commands/DescribeTopicCommand.js +2 -14
- package/dist-es/commands/DescribeTopicPartitionsCommand.js +2 -14
- package/dist-es/commands/DescribeVpcConnectionCommand.js +2 -14
- package/dist-es/commands/GetBootstrapBrokersCommand.js +2 -14
- package/dist-es/commands/GetClusterPolicyCommand.js +2 -14
- package/dist-es/commands/GetCompatibleKafkaVersionsCommand.js +2 -14
- package/dist-es/commands/ListClientVpcConnectionsCommand.js +2 -14
- package/dist-es/commands/ListClusterOperationsCommand.js +2 -14
- package/dist-es/commands/ListClusterOperationsV2Command.js +2 -14
- package/dist-es/commands/ListClustersCommand.js +2 -14
- package/dist-es/commands/ListClustersV2Command.js +2 -14
- package/dist-es/commands/ListConfigurationRevisionsCommand.js +2 -14
- package/dist-es/commands/ListConfigurationsCommand.js +2 -14
- package/dist-es/commands/ListKafkaVersionsCommand.js +2 -14
- package/dist-es/commands/ListNodesCommand.js +2 -14
- package/dist-es/commands/ListReplicatorsCommand.js +2 -14
- package/dist-es/commands/ListScramSecretsCommand.js +2 -14
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
- package/dist-es/commands/ListTopicsCommand.js +2 -14
- package/dist-es/commands/ListVpcConnectionsCommand.js +2 -14
- package/dist-es/commands/PutClusterPolicyCommand.js +2 -14
- package/dist-es/commands/RebootBrokerCommand.js +2 -14
- package/dist-es/commands/RejectClientVpcConnectionCommand.js +2 -14
- package/dist-es/commands/TagResourceCommand.js +2 -14
- package/dist-es/commands/UntagResourceCommand.js +2 -14
- package/dist-es/commands/UpdateBrokerCountCommand.js +2 -14
- package/dist-es/commands/UpdateBrokerStorageCommand.js +2 -14
- package/dist-es/commands/UpdateBrokerTypeCommand.js +2 -14
- package/dist-es/commands/UpdateClusterConfigurationCommand.js +2 -14
- package/dist-es/commands/UpdateClusterKafkaVersionCommand.js +2 -14
- package/dist-es/commands/UpdateConfigurationCommand.js +2 -14
- package/dist-es/commands/UpdateConnectivityCommand.js +2 -14
- package/dist-es/commands/UpdateMonitoringCommand.js +2 -14
- package/dist-es/commands/UpdateRebalancingCommand.js +2 -14
- package/dist-es/commands/UpdateReplicationInfoCommand.js +2 -14
- package/dist-es/commands/UpdateSecurityCommand.js +2 -14
- package/dist-es/commands/UpdateStorageCommand.js +2 -14
- package/dist-es/commands/UpdateTopicCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/BatchAssociateScramSecretCommand.d.ts +3 -8
- package/dist-types/commands/BatchDisassociateScramSecretCommand.d.ts +3 -8
- package/dist-types/commands/CreateClusterCommand.d.ts +3 -8
- package/dist-types/commands/CreateClusterV2Command.d.ts +3 -8
- package/dist-types/commands/CreateConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/CreateReplicatorCommand.d.ts +3 -8
- package/dist-types/commands/CreateTopicCommand.d.ts +3 -8
- package/dist-types/commands/CreateVpcConnectionCommand.d.ts +3 -8
- package/dist-types/commands/DeleteClusterCommand.d.ts +3 -8
- package/dist-types/commands/DeleteClusterPolicyCommand.d.ts +3 -8
- package/dist-types/commands/DeleteConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/DeleteReplicatorCommand.d.ts +3 -8
- package/dist-types/commands/DeleteTopicCommand.d.ts +3 -8
- package/dist-types/commands/DeleteVpcConnectionCommand.d.ts +3 -8
- package/dist-types/commands/DescribeClusterCommand.d.ts +3 -8
- package/dist-types/commands/DescribeClusterOperationCommand.d.ts +3 -8
- package/dist-types/commands/DescribeClusterOperationV2Command.d.ts +3 -8
- package/dist-types/commands/DescribeClusterV2Command.d.ts +3 -8
- package/dist-types/commands/DescribeConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/DescribeConfigurationRevisionCommand.d.ts +3 -8
- package/dist-types/commands/DescribeReplicatorCommand.d.ts +3 -8
- package/dist-types/commands/DescribeTopicCommand.d.ts +3 -8
- package/dist-types/commands/DescribeTopicPartitionsCommand.d.ts +3 -8
- package/dist-types/commands/DescribeVpcConnectionCommand.d.ts +3 -8
- package/dist-types/commands/GetBootstrapBrokersCommand.d.ts +3 -8
- package/dist-types/commands/GetClusterPolicyCommand.d.ts +3 -8
- package/dist-types/commands/GetCompatibleKafkaVersionsCommand.d.ts +3 -8
- package/dist-types/commands/ListClientVpcConnectionsCommand.d.ts +3 -8
- package/dist-types/commands/ListClusterOperationsCommand.d.ts +3 -8
- package/dist-types/commands/ListClusterOperationsV2Command.d.ts +3 -8
- package/dist-types/commands/ListClustersCommand.d.ts +3 -8
- package/dist-types/commands/ListClustersV2Command.d.ts +3 -8
- package/dist-types/commands/ListConfigurationRevisionsCommand.d.ts +3 -8
- package/dist-types/commands/ListConfigurationsCommand.d.ts +3 -8
- package/dist-types/commands/ListKafkaVersionsCommand.d.ts +3 -8
- package/dist-types/commands/ListNodesCommand.d.ts +3 -8
- package/dist-types/commands/ListReplicatorsCommand.d.ts +3 -8
- package/dist-types/commands/ListScramSecretsCommand.d.ts +3 -8
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
- package/dist-types/commands/ListTopicsCommand.d.ts +3 -8
- package/dist-types/commands/ListVpcConnectionsCommand.d.ts +3 -8
- package/dist-types/commands/PutClusterPolicyCommand.d.ts +3 -8
- package/dist-types/commands/RebootBrokerCommand.d.ts +3 -8
- package/dist-types/commands/RejectClientVpcConnectionCommand.d.ts +3 -8
- package/dist-types/commands/TagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UpdateBrokerCountCommand.d.ts +3 -8
- package/dist-types/commands/UpdateBrokerStorageCommand.d.ts +3 -8
- package/dist-types/commands/UpdateBrokerTypeCommand.d.ts +3 -8
- package/dist-types/commands/UpdateClusterConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/UpdateClusterKafkaVersionCommand.d.ts +3 -8
- package/dist-types/commands/UpdateConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/UpdateConnectivityCommand.d.ts +3 -8
- package/dist-types/commands/UpdateMonitoringCommand.d.ts +3 -8
- package/dist-types/commands/UpdateRebalancingCommand.d.ts +3 -8
- package/dist-types/commands/UpdateReplicationInfoCommand.d.ts +3 -8
- package/dist-types/commands/UpdateSecurityCommand.d.ts +3 -8
- package/dist-types/commands/UpdateStorageCommand.d.ts +3 -8
- package/dist-types/commands/UpdateTopicCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
- package/dist-types/ts3.4/commands/BatchAssociateScramSecretCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/BatchDisassociateScramSecretCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateClusterCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateClusterV2Command.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateReplicatorCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateTopicCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateVpcConnectionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteClusterCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteClusterPolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteReplicatorCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteTopicCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteVpcConnectionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeClusterCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeClusterOperationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeClusterOperationV2Command.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeClusterV2Command.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeConfigurationRevisionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeReplicatorCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeTopicCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeTopicPartitionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeVpcConnectionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetBootstrapBrokersCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetClusterPolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetCompatibleKafkaVersionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListClientVpcConnectionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListClusterOperationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListClusterOperationsV2Command.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListClustersCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListClustersV2Command.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListConfigurationRevisionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListConfigurationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListKafkaVersionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListNodesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListReplicatorsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListScramSecretsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTopicsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListVpcConnectionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutClusterPolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RebootBrokerCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RejectClientVpcConnectionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateBrokerCountCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateBrokerStorageCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateBrokerTypeCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateClusterConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateClusterKafkaVersionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateConnectivityCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateMonitoringCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateRebalancingCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateReplicationInfoCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateSecurityCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateStorageCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateTopicCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/package.json +8 -8
package/dist-cjs/index.js
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
const { awsEndpointFunctions, emitWarningIfUnsupportedVersion: emitWarningIfUnsupportedVersion$1, createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS, getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, resolveUserAgentConfig, resolveHostHeaderConfig, getUserAgentPlugin, getHostHeaderPlugin, getLoggerPlugin, getRecursionDetectionPlugin } = require("@aws-sdk/core/client");
|
|
2
2
|
const { getHttpAuthSchemeEndpointRuleSetPlugin, DefaultIdentityProviderConfig, getHttpSigningPlugin, createPaginator } = require("@smithy/core");
|
|
3
|
-
const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client,
|
|
4
|
-
|
|
3
|
+
const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, makeBuilder, createAggregatedClient } = require("@smithy/core/client");
|
|
4
|
+
const { Command: $Command } = require("@smithy/core/client");
|
|
5
|
+
exports.$Command = $Command;
|
|
5
6
|
exports.__Client = Client;
|
|
6
7
|
const { resolveDefaultsModeConfig, loadConfig, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS, resolveRegionConfig } = require("@smithy/core/config");
|
|
7
8
|
const { BinaryDecisionDiagram, EndpointCache, decideEndpoint, customEndpointFunctions, resolveEndpointConfig, getEndpointPlugin } = require("@smithy/core/endpoints");
|
|
@@ -68,7 +69,7 @@ const commonParams = {
|
|
|
68
69
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
69
70
|
};
|
|
70
71
|
|
|
71
|
-
var version = "3.
|
|
72
|
+
var version = "3.1078.0";
|
|
72
73
|
var packageInfo = {
|
|
73
74
|
version: version};
|
|
74
75
|
|
|
@@ -2779,712 +2780,185 @@ class KafkaClient extends Client {
|
|
|
2779
2780
|
}
|
|
2780
2781
|
}
|
|
2781
2782
|
|
|
2782
|
-
|
|
2783
|
-
|
|
2784
|
-
|
|
2785
|
-
|
|
2786
|
-
|
|
2787
|
-
})
|
|
2788
|
-
.s("Kafka", "BatchAssociateScramSecret", {})
|
|
2789
|
-
.n("KafkaClient", "BatchAssociateScramSecretCommand")
|
|
2790
|
-
.sc(BatchAssociateScramSecret$)
|
|
2791
|
-
.build() {
|
|
2783
|
+
const command = makeBuilder(commonParams, "Kafka", "KafkaClient", getEndpointPlugin);
|
|
2784
|
+
const _ep0 = {};
|
|
2785
|
+
const _mw0 = (Command, cs, config, o) => [];
|
|
2786
|
+
|
|
2787
|
+
class BatchAssociateScramSecretCommand extends command(_ep0, _mw0, "BatchAssociateScramSecret", BatchAssociateScramSecret$) {
|
|
2792
2788
|
}
|
|
2793
2789
|
|
|
2794
|
-
class BatchDisassociateScramSecretCommand extends
|
|
2795
|
-
.classBuilder()
|
|
2796
|
-
.ep(commonParams)
|
|
2797
|
-
.m(function (Command, cs, config, o) {
|
|
2798
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2799
|
-
})
|
|
2800
|
-
.s("Kafka", "BatchDisassociateScramSecret", {})
|
|
2801
|
-
.n("KafkaClient", "BatchDisassociateScramSecretCommand")
|
|
2802
|
-
.sc(BatchDisassociateScramSecret$)
|
|
2803
|
-
.build() {
|
|
2790
|
+
class BatchDisassociateScramSecretCommand extends command(_ep0, _mw0, "BatchDisassociateScramSecret", BatchDisassociateScramSecret$) {
|
|
2804
2791
|
}
|
|
2805
2792
|
|
|
2806
|
-
class CreateClusterCommand extends
|
|
2807
|
-
.classBuilder()
|
|
2808
|
-
.ep(commonParams)
|
|
2809
|
-
.m(function (Command, cs, config, o) {
|
|
2810
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2811
|
-
})
|
|
2812
|
-
.s("Kafka", "CreateCluster", {})
|
|
2813
|
-
.n("KafkaClient", "CreateClusterCommand")
|
|
2814
|
-
.sc(CreateCluster$)
|
|
2815
|
-
.build() {
|
|
2793
|
+
class CreateClusterCommand extends command(_ep0, _mw0, "CreateCluster", CreateCluster$) {
|
|
2816
2794
|
}
|
|
2817
2795
|
|
|
2818
|
-
class CreateClusterV2Command extends
|
|
2819
|
-
.classBuilder()
|
|
2820
|
-
.ep(commonParams)
|
|
2821
|
-
.m(function (Command, cs, config, o) {
|
|
2822
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2823
|
-
})
|
|
2824
|
-
.s("Kafka", "CreateClusterV2", {})
|
|
2825
|
-
.n("KafkaClient", "CreateClusterV2Command")
|
|
2826
|
-
.sc(CreateClusterV2$)
|
|
2827
|
-
.build() {
|
|
2796
|
+
class CreateClusterV2Command extends command(_ep0, _mw0, "CreateClusterV2", CreateClusterV2$) {
|
|
2828
2797
|
}
|
|
2829
2798
|
|
|
2830
|
-
class CreateConfigurationCommand extends
|
|
2831
|
-
.classBuilder()
|
|
2832
|
-
.ep(commonParams)
|
|
2833
|
-
.m(function (Command, cs, config, o) {
|
|
2834
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2835
|
-
})
|
|
2836
|
-
.s("Kafka", "CreateConfiguration", {})
|
|
2837
|
-
.n("KafkaClient", "CreateConfigurationCommand")
|
|
2838
|
-
.sc(CreateConfiguration$)
|
|
2839
|
-
.build() {
|
|
2799
|
+
class CreateConfigurationCommand extends command(_ep0, _mw0, "CreateConfiguration", CreateConfiguration$) {
|
|
2840
2800
|
}
|
|
2841
2801
|
|
|
2842
|
-
class CreateReplicatorCommand extends
|
|
2843
|
-
.classBuilder()
|
|
2844
|
-
.ep(commonParams)
|
|
2845
|
-
.m(function (Command, cs, config, o) {
|
|
2846
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2847
|
-
})
|
|
2848
|
-
.s("Kafka", "CreateReplicator", {})
|
|
2849
|
-
.n("KafkaClient", "CreateReplicatorCommand")
|
|
2850
|
-
.sc(CreateReplicator$)
|
|
2851
|
-
.build() {
|
|
2802
|
+
class CreateReplicatorCommand extends command(_ep0, _mw0, "CreateReplicator", CreateReplicator$) {
|
|
2852
2803
|
}
|
|
2853
2804
|
|
|
2854
|
-
class CreateTopicCommand extends
|
|
2855
|
-
.classBuilder()
|
|
2856
|
-
.ep(commonParams)
|
|
2857
|
-
.m(function (Command, cs, config, o) {
|
|
2858
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2859
|
-
})
|
|
2860
|
-
.s("Kafka", "CreateTopic", {})
|
|
2861
|
-
.n("KafkaClient", "CreateTopicCommand")
|
|
2862
|
-
.sc(CreateTopic$)
|
|
2863
|
-
.build() {
|
|
2805
|
+
class CreateTopicCommand extends command(_ep0, _mw0, "CreateTopic", CreateTopic$) {
|
|
2864
2806
|
}
|
|
2865
2807
|
|
|
2866
|
-
class CreateVpcConnectionCommand extends
|
|
2867
|
-
.classBuilder()
|
|
2868
|
-
.ep(commonParams)
|
|
2869
|
-
.m(function (Command, cs, config, o) {
|
|
2870
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2871
|
-
})
|
|
2872
|
-
.s("Kafka", "CreateVpcConnection", {})
|
|
2873
|
-
.n("KafkaClient", "CreateVpcConnectionCommand")
|
|
2874
|
-
.sc(CreateVpcConnection$)
|
|
2875
|
-
.build() {
|
|
2808
|
+
class CreateVpcConnectionCommand extends command(_ep0, _mw0, "CreateVpcConnection", CreateVpcConnection$) {
|
|
2876
2809
|
}
|
|
2877
2810
|
|
|
2878
|
-
class DeleteClusterCommand extends
|
|
2879
|
-
.classBuilder()
|
|
2880
|
-
.ep(commonParams)
|
|
2881
|
-
.m(function (Command, cs, config, o) {
|
|
2882
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2883
|
-
})
|
|
2884
|
-
.s("Kafka", "DeleteCluster", {})
|
|
2885
|
-
.n("KafkaClient", "DeleteClusterCommand")
|
|
2886
|
-
.sc(DeleteCluster$)
|
|
2887
|
-
.build() {
|
|
2811
|
+
class DeleteClusterCommand extends command(_ep0, _mw0, "DeleteCluster", DeleteCluster$) {
|
|
2888
2812
|
}
|
|
2889
2813
|
|
|
2890
|
-
class DeleteClusterPolicyCommand extends
|
|
2891
|
-
.classBuilder()
|
|
2892
|
-
.ep(commonParams)
|
|
2893
|
-
.m(function (Command, cs, config, o) {
|
|
2894
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2895
|
-
})
|
|
2896
|
-
.s("Kafka", "DeleteClusterPolicy", {})
|
|
2897
|
-
.n("KafkaClient", "DeleteClusterPolicyCommand")
|
|
2898
|
-
.sc(DeleteClusterPolicy$)
|
|
2899
|
-
.build() {
|
|
2814
|
+
class DeleteClusterPolicyCommand extends command(_ep0, _mw0, "DeleteClusterPolicy", DeleteClusterPolicy$) {
|
|
2900
2815
|
}
|
|
2901
2816
|
|
|
2902
|
-
class DeleteConfigurationCommand extends
|
|
2903
|
-
.classBuilder()
|
|
2904
|
-
.ep(commonParams)
|
|
2905
|
-
.m(function (Command, cs, config, o) {
|
|
2906
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2907
|
-
})
|
|
2908
|
-
.s("Kafka", "DeleteConfiguration", {})
|
|
2909
|
-
.n("KafkaClient", "DeleteConfigurationCommand")
|
|
2910
|
-
.sc(DeleteConfiguration$)
|
|
2911
|
-
.build() {
|
|
2817
|
+
class DeleteConfigurationCommand extends command(_ep0, _mw0, "DeleteConfiguration", DeleteConfiguration$) {
|
|
2912
2818
|
}
|
|
2913
2819
|
|
|
2914
|
-
class DeleteReplicatorCommand extends
|
|
2915
|
-
.classBuilder()
|
|
2916
|
-
.ep(commonParams)
|
|
2917
|
-
.m(function (Command, cs, config, o) {
|
|
2918
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2919
|
-
})
|
|
2920
|
-
.s("Kafka", "DeleteReplicator", {})
|
|
2921
|
-
.n("KafkaClient", "DeleteReplicatorCommand")
|
|
2922
|
-
.sc(DeleteReplicator$)
|
|
2923
|
-
.build() {
|
|
2820
|
+
class DeleteReplicatorCommand extends command(_ep0, _mw0, "DeleteReplicator", DeleteReplicator$) {
|
|
2924
2821
|
}
|
|
2925
2822
|
|
|
2926
|
-
class DeleteTopicCommand extends
|
|
2927
|
-
.classBuilder()
|
|
2928
|
-
.ep(commonParams)
|
|
2929
|
-
.m(function (Command, cs, config, o) {
|
|
2930
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2931
|
-
})
|
|
2932
|
-
.s("Kafka", "DeleteTopic", {})
|
|
2933
|
-
.n("KafkaClient", "DeleteTopicCommand")
|
|
2934
|
-
.sc(DeleteTopic$)
|
|
2935
|
-
.build() {
|
|
2823
|
+
class DeleteTopicCommand extends command(_ep0, _mw0, "DeleteTopic", DeleteTopic$) {
|
|
2936
2824
|
}
|
|
2937
2825
|
|
|
2938
|
-
class DeleteVpcConnectionCommand extends
|
|
2939
|
-
.classBuilder()
|
|
2940
|
-
.ep(commonParams)
|
|
2941
|
-
.m(function (Command, cs, config, o) {
|
|
2942
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2943
|
-
})
|
|
2944
|
-
.s("Kafka", "DeleteVpcConnection", {})
|
|
2945
|
-
.n("KafkaClient", "DeleteVpcConnectionCommand")
|
|
2946
|
-
.sc(DeleteVpcConnection$)
|
|
2947
|
-
.build() {
|
|
2826
|
+
class DeleteVpcConnectionCommand extends command(_ep0, _mw0, "DeleteVpcConnection", DeleteVpcConnection$) {
|
|
2948
2827
|
}
|
|
2949
2828
|
|
|
2950
|
-
class DescribeClusterCommand extends
|
|
2951
|
-
.classBuilder()
|
|
2952
|
-
.ep(commonParams)
|
|
2953
|
-
.m(function (Command, cs, config, o) {
|
|
2954
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2955
|
-
})
|
|
2956
|
-
.s("Kafka", "DescribeCluster", {})
|
|
2957
|
-
.n("KafkaClient", "DescribeClusterCommand")
|
|
2958
|
-
.sc(DescribeCluster$)
|
|
2959
|
-
.build() {
|
|
2829
|
+
class DescribeClusterCommand extends command(_ep0, _mw0, "DescribeCluster", DescribeCluster$) {
|
|
2960
2830
|
}
|
|
2961
2831
|
|
|
2962
|
-
class DescribeClusterOperationCommand extends
|
|
2963
|
-
.classBuilder()
|
|
2964
|
-
.ep(commonParams)
|
|
2965
|
-
.m(function (Command, cs, config, o) {
|
|
2966
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2967
|
-
})
|
|
2968
|
-
.s("Kafka", "DescribeClusterOperation", {})
|
|
2969
|
-
.n("KafkaClient", "DescribeClusterOperationCommand")
|
|
2970
|
-
.sc(DescribeClusterOperation$)
|
|
2971
|
-
.build() {
|
|
2832
|
+
class DescribeClusterOperationCommand extends command(_ep0, _mw0, "DescribeClusterOperation", DescribeClusterOperation$) {
|
|
2972
2833
|
}
|
|
2973
2834
|
|
|
2974
|
-
class DescribeClusterOperationV2Command extends
|
|
2975
|
-
.classBuilder()
|
|
2976
|
-
.ep(commonParams)
|
|
2977
|
-
.m(function (Command, cs, config, o) {
|
|
2978
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2979
|
-
})
|
|
2980
|
-
.s("Kafka", "DescribeClusterOperationV2", {})
|
|
2981
|
-
.n("KafkaClient", "DescribeClusterOperationV2Command")
|
|
2982
|
-
.sc(DescribeClusterOperationV2$)
|
|
2983
|
-
.build() {
|
|
2835
|
+
class DescribeClusterOperationV2Command extends command(_ep0, _mw0, "DescribeClusterOperationV2", DescribeClusterOperationV2$) {
|
|
2984
2836
|
}
|
|
2985
2837
|
|
|
2986
|
-
class DescribeClusterV2Command extends
|
|
2987
|
-
.classBuilder()
|
|
2988
|
-
.ep(commonParams)
|
|
2989
|
-
.m(function (Command, cs, config, o) {
|
|
2990
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2991
|
-
})
|
|
2992
|
-
.s("Kafka", "DescribeClusterV2", {})
|
|
2993
|
-
.n("KafkaClient", "DescribeClusterV2Command")
|
|
2994
|
-
.sc(DescribeClusterV2$)
|
|
2995
|
-
.build() {
|
|
2838
|
+
class DescribeClusterV2Command extends command(_ep0, _mw0, "DescribeClusterV2", DescribeClusterV2$) {
|
|
2996
2839
|
}
|
|
2997
2840
|
|
|
2998
|
-
class DescribeConfigurationCommand extends
|
|
2999
|
-
.classBuilder()
|
|
3000
|
-
.ep(commonParams)
|
|
3001
|
-
.m(function (Command, cs, config, o) {
|
|
3002
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3003
|
-
})
|
|
3004
|
-
.s("Kafka", "DescribeConfiguration", {})
|
|
3005
|
-
.n("KafkaClient", "DescribeConfigurationCommand")
|
|
3006
|
-
.sc(DescribeConfiguration$)
|
|
3007
|
-
.build() {
|
|
2841
|
+
class DescribeConfigurationCommand extends command(_ep0, _mw0, "DescribeConfiguration", DescribeConfiguration$) {
|
|
3008
2842
|
}
|
|
3009
2843
|
|
|
3010
|
-
class DescribeConfigurationRevisionCommand extends
|
|
3011
|
-
.classBuilder()
|
|
3012
|
-
.ep(commonParams)
|
|
3013
|
-
.m(function (Command, cs, config, o) {
|
|
3014
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3015
|
-
})
|
|
3016
|
-
.s("Kafka", "DescribeConfigurationRevision", {})
|
|
3017
|
-
.n("KafkaClient", "DescribeConfigurationRevisionCommand")
|
|
3018
|
-
.sc(DescribeConfigurationRevision$)
|
|
3019
|
-
.build() {
|
|
2844
|
+
class DescribeConfigurationRevisionCommand extends command(_ep0, _mw0, "DescribeConfigurationRevision", DescribeConfigurationRevision$) {
|
|
3020
2845
|
}
|
|
3021
2846
|
|
|
3022
|
-
class DescribeReplicatorCommand extends
|
|
3023
|
-
.classBuilder()
|
|
3024
|
-
.ep(commonParams)
|
|
3025
|
-
.m(function (Command, cs, config, o) {
|
|
3026
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3027
|
-
})
|
|
3028
|
-
.s("Kafka", "DescribeReplicator", {})
|
|
3029
|
-
.n("KafkaClient", "DescribeReplicatorCommand")
|
|
3030
|
-
.sc(DescribeReplicator$)
|
|
3031
|
-
.build() {
|
|
2847
|
+
class DescribeReplicatorCommand extends command(_ep0, _mw0, "DescribeReplicator", DescribeReplicator$) {
|
|
3032
2848
|
}
|
|
3033
2849
|
|
|
3034
|
-
class DescribeTopicCommand extends
|
|
3035
|
-
.classBuilder()
|
|
3036
|
-
.ep(commonParams)
|
|
3037
|
-
.m(function (Command, cs, config, o) {
|
|
3038
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3039
|
-
})
|
|
3040
|
-
.s("Kafka", "DescribeTopic", {})
|
|
3041
|
-
.n("KafkaClient", "DescribeTopicCommand")
|
|
3042
|
-
.sc(DescribeTopic$)
|
|
3043
|
-
.build() {
|
|
2850
|
+
class DescribeTopicCommand extends command(_ep0, _mw0, "DescribeTopic", DescribeTopic$) {
|
|
3044
2851
|
}
|
|
3045
2852
|
|
|
3046
|
-
class DescribeTopicPartitionsCommand extends
|
|
3047
|
-
.classBuilder()
|
|
3048
|
-
.ep(commonParams)
|
|
3049
|
-
.m(function (Command, cs, config, o) {
|
|
3050
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3051
|
-
})
|
|
3052
|
-
.s("Kafka", "DescribeTopicPartitions", {})
|
|
3053
|
-
.n("KafkaClient", "DescribeTopicPartitionsCommand")
|
|
3054
|
-
.sc(DescribeTopicPartitions$)
|
|
3055
|
-
.build() {
|
|
2853
|
+
class DescribeTopicPartitionsCommand extends command(_ep0, _mw0, "DescribeTopicPartitions", DescribeTopicPartitions$) {
|
|
3056
2854
|
}
|
|
3057
2855
|
|
|
3058
|
-
class DescribeVpcConnectionCommand extends
|
|
3059
|
-
.classBuilder()
|
|
3060
|
-
.ep(commonParams)
|
|
3061
|
-
.m(function (Command, cs, config, o) {
|
|
3062
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3063
|
-
})
|
|
3064
|
-
.s("Kafka", "DescribeVpcConnection", {})
|
|
3065
|
-
.n("KafkaClient", "DescribeVpcConnectionCommand")
|
|
3066
|
-
.sc(DescribeVpcConnection$)
|
|
3067
|
-
.build() {
|
|
2856
|
+
class DescribeVpcConnectionCommand extends command(_ep0, _mw0, "DescribeVpcConnection", DescribeVpcConnection$) {
|
|
3068
2857
|
}
|
|
3069
2858
|
|
|
3070
|
-
class GetBootstrapBrokersCommand extends
|
|
3071
|
-
.classBuilder()
|
|
3072
|
-
.ep(commonParams)
|
|
3073
|
-
.m(function (Command, cs, config, o) {
|
|
3074
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3075
|
-
})
|
|
3076
|
-
.s("Kafka", "GetBootstrapBrokers", {})
|
|
3077
|
-
.n("KafkaClient", "GetBootstrapBrokersCommand")
|
|
3078
|
-
.sc(GetBootstrapBrokers$)
|
|
3079
|
-
.build() {
|
|
2859
|
+
class GetBootstrapBrokersCommand extends command(_ep0, _mw0, "GetBootstrapBrokers", GetBootstrapBrokers$) {
|
|
3080
2860
|
}
|
|
3081
2861
|
|
|
3082
|
-
class GetClusterPolicyCommand extends
|
|
3083
|
-
.classBuilder()
|
|
3084
|
-
.ep(commonParams)
|
|
3085
|
-
.m(function (Command, cs, config, o) {
|
|
3086
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3087
|
-
})
|
|
3088
|
-
.s("Kafka", "GetClusterPolicy", {})
|
|
3089
|
-
.n("KafkaClient", "GetClusterPolicyCommand")
|
|
3090
|
-
.sc(GetClusterPolicy$)
|
|
3091
|
-
.build() {
|
|
2862
|
+
class GetClusterPolicyCommand extends command(_ep0, _mw0, "GetClusterPolicy", GetClusterPolicy$) {
|
|
3092
2863
|
}
|
|
3093
2864
|
|
|
3094
|
-
class GetCompatibleKafkaVersionsCommand extends
|
|
3095
|
-
.classBuilder()
|
|
3096
|
-
.ep(commonParams)
|
|
3097
|
-
.m(function (Command, cs, config, o) {
|
|
3098
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3099
|
-
})
|
|
3100
|
-
.s("Kafka", "GetCompatibleKafkaVersions", {})
|
|
3101
|
-
.n("KafkaClient", "GetCompatibleKafkaVersionsCommand")
|
|
3102
|
-
.sc(GetCompatibleKafkaVersions$)
|
|
3103
|
-
.build() {
|
|
2865
|
+
class GetCompatibleKafkaVersionsCommand extends command(_ep0, _mw0, "GetCompatibleKafkaVersions", GetCompatibleKafkaVersions$) {
|
|
3104
2866
|
}
|
|
3105
2867
|
|
|
3106
|
-
class ListClientVpcConnectionsCommand extends
|
|
3107
|
-
.classBuilder()
|
|
3108
|
-
.ep(commonParams)
|
|
3109
|
-
.m(function (Command, cs, config, o) {
|
|
3110
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3111
|
-
})
|
|
3112
|
-
.s("Kafka", "ListClientVpcConnections", {})
|
|
3113
|
-
.n("KafkaClient", "ListClientVpcConnectionsCommand")
|
|
3114
|
-
.sc(ListClientVpcConnections$)
|
|
3115
|
-
.build() {
|
|
2868
|
+
class ListClientVpcConnectionsCommand extends command(_ep0, _mw0, "ListClientVpcConnections", ListClientVpcConnections$) {
|
|
3116
2869
|
}
|
|
3117
2870
|
|
|
3118
|
-
class ListClusterOperationsCommand extends
|
|
3119
|
-
.classBuilder()
|
|
3120
|
-
.ep(commonParams)
|
|
3121
|
-
.m(function (Command, cs, config, o) {
|
|
3122
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3123
|
-
})
|
|
3124
|
-
.s("Kafka", "ListClusterOperations", {})
|
|
3125
|
-
.n("KafkaClient", "ListClusterOperationsCommand")
|
|
3126
|
-
.sc(ListClusterOperations$)
|
|
3127
|
-
.build() {
|
|
2871
|
+
class ListClusterOperationsCommand extends command(_ep0, _mw0, "ListClusterOperations", ListClusterOperations$) {
|
|
3128
2872
|
}
|
|
3129
2873
|
|
|
3130
|
-
class ListClusterOperationsV2Command extends
|
|
3131
|
-
.classBuilder()
|
|
3132
|
-
.ep(commonParams)
|
|
3133
|
-
.m(function (Command, cs, config, o) {
|
|
3134
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3135
|
-
})
|
|
3136
|
-
.s("Kafka", "ListClusterOperationsV2", {})
|
|
3137
|
-
.n("KafkaClient", "ListClusterOperationsV2Command")
|
|
3138
|
-
.sc(ListClusterOperationsV2$)
|
|
3139
|
-
.build() {
|
|
2874
|
+
class ListClusterOperationsV2Command extends command(_ep0, _mw0, "ListClusterOperationsV2", ListClusterOperationsV2$) {
|
|
3140
2875
|
}
|
|
3141
2876
|
|
|
3142
|
-
class ListClustersCommand extends
|
|
3143
|
-
.classBuilder()
|
|
3144
|
-
.ep(commonParams)
|
|
3145
|
-
.m(function (Command, cs, config, o) {
|
|
3146
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3147
|
-
})
|
|
3148
|
-
.s("Kafka", "ListClusters", {})
|
|
3149
|
-
.n("KafkaClient", "ListClustersCommand")
|
|
3150
|
-
.sc(ListClusters$)
|
|
3151
|
-
.build() {
|
|
2877
|
+
class ListClustersCommand extends command(_ep0, _mw0, "ListClusters", ListClusters$) {
|
|
3152
2878
|
}
|
|
3153
2879
|
|
|
3154
|
-
class ListClustersV2Command extends
|
|
3155
|
-
.classBuilder()
|
|
3156
|
-
.ep(commonParams)
|
|
3157
|
-
.m(function (Command, cs, config, o) {
|
|
3158
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3159
|
-
})
|
|
3160
|
-
.s("Kafka", "ListClustersV2", {})
|
|
3161
|
-
.n("KafkaClient", "ListClustersV2Command")
|
|
3162
|
-
.sc(ListClustersV2$)
|
|
3163
|
-
.build() {
|
|
2880
|
+
class ListClustersV2Command extends command(_ep0, _mw0, "ListClustersV2", ListClustersV2$) {
|
|
3164
2881
|
}
|
|
3165
2882
|
|
|
3166
|
-
class ListConfigurationRevisionsCommand extends
|
|
3167
|
-
.classBuilder()
|
|
3168
|
-
.ep(commonParams)
|
|
3169
|
-
.m(function (Command, cs, config, o) {
|
|
3170
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3171
|
-
})
|
|
3172
|
-
.s("Kafka", "ListConfigurationRevisions", {})
|
|
3173
|
-
.n("KafkaClient", "ListConfigurationRevisionsCommand")
|
|
3174
|
-
.sc(ListConfigurationRevisions$)
|
|
3175
|
-
.build() {
|
|
2883
|
+
class ListConfigurationRevisionsCommand extends command(_ep0, _mw0, "ListConfigurationRevisions", ListConfigurationRevisions$) {
|
|
3176
2884
|
}
|
|
3177
2885
|
|
|
3178
|
-
class ListConfigurationsCommand extends
|
|
3179
|
-
.classBuilder()
|
|
3180
|
-
.ep(commonParams)
|
|
3181
|
-
.m(function (Command, cs, config, o) {
|
|
3182
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3183
|
-
})
|
|
3184
|
-
.s("Kafka", "ListConfigurations", {})
|
|
3185
|
-
.n("KafkaClient", "ListConfigurationsCommand")
|
|
3186
|
-
.sc(ListConfigurations$)
|
|
3187
|
-
.build() {
|
|
2886
|
+
class ListConfigurationsCommand extends command(_ep0, _mw0, "ListConfigurations", ListConfigurations$) {
|
|
3188
2887
|
}
|
|
3189
2888
|
|
|
3190
|
-
class ListKafkaVersionsCommand extends
|
|
3191
|
-
.classBuilder()
|
|
3192
|
-
.ep(commonParams)
|
|
3193
|
-
.m(function (Command, cs, config, o) {
|
|
3194
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3195
|
-
})
|
|
3196
|
-
.s("Kafka", "ListKafkaVersions", {})
|
|
3197
|
-
.n("KafkaClient", "ListKafkaVersionsCommand")
|
|
3198
|
-
.sc(ListKafkaVersions$)
|
|
3199
|
-
.build() {
|
|
2889
|
+
class ListKafkaVersionsCommand extends command(_ep0, _mw0, "ListKafkaVersions", ListKafkaVersions$) {
|
|
3200
2890
|
}
|
|
3201
2891
|
|
|
3202
|
-
class ListNodesCommand extends
|
|
3203
|
-
.classBuilder()
|
|
3204
|
-
.ep(commonParams)
|
|
3205
|
-
.m(function (Command, cs, config, o) {
|
|
3206
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3207
|
-
})
|
|
3208
|
-
.s("Kafka", "ListNodes", {})
|
|
3209
|
-
.n("KafkaClient", "ListNodesCommand")
|
|
3210
|
-
.sc(ListNodes$)
|
|
3211
|
-
.build() {
|
|
2892
|
+
class ListNodesCommand extends command(_ep0, _mw0, "ListNodes", ListNodes$) {
|
|
3212
2893
|
}
|
|
3213
2894
|
|
|
3214
|
-
class ListReplicatorsCommand extends
|
|
3215
|
-
.classBuilder()
|
|
3216
|
-
.ep(commonParams)
|
|
3217
|
-
.m(function (Command, cs, config, o) {
|
|
3218
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3219
|
-
})
|
|
3220
|
-
.s("Kafka", "ListReplicators", {})
|
|
3221
|
-
.n("KafkaClient", "ListReplicatorsCommand")
|
|
3222
|
-
.sc(ListReplicators$)
|
|
3223
|
-
.build() {
|
|
2895
|
+
class ListReplicatorsCommand extends command(_ep0, _mw0, "ListReplicators", ListReplicators$) {
|
|
3224
2896
|
}
|
|
3225
2897
|
|
|
3226
|
-
class ListScramSecretsCommand extends
|
|
3227
|
-
.classBuilder()
|
|
3228
|
-
.ep(commonParams)
|
|
3229
|
-
.m(function (Command, cs, config, o) {
|
|
3230
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3231
|
-
})
|
|
3232
|
-
.s("Kafka", "ListScramSecrets", {})
|
|
3233
|
-
.n("KafkaClient", "ListScramSecretsCommand")
|
|
3234
|
-
.sc(ListScramSecrets$)
|
|
3235
|
-
.build() {
|
|
2898
|
+
class ListScramSecretsCommand extends command(_ep0, _mw0, "ListScramSecrets", ListScramSecrets$) {
|
|
3236
2899
|
}
|
|
3237
2900
|
|
|
3238
|
-
class ListTagsForResourceCommand extends
|
|
3239
|
-
.classBuilder()
|
|
3240
|
-
.ep(commonParams)
|
|
3241
|
-
.m(function (Command, cs, config, o) {
|
|
3242
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3243
|
-
})
|
|
3244
|
-
.s("Kafka", "ListTagsForResource", {})
|
|
3245
|
-
.n("KafkaClient", "ListTagsForResourceCommand")
|
|
3246
|
-
.sc(ListTagsForResource$)
|
|
3247
|
-
.build() {
|
|
2901
|
+
class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
|
|
3248
2902
|
}
|
|
3249
2903
|
|
|
3250
|
-
class ListTopicsCommand extends
|
|
3251
|
-
.classBuilder()
|
|
3252
|
-
.ep(commonParams)
|
|
3253
|
-
.m(function (Command, cs, config, o) {
|
|
3254
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3255
|
-
})
|
|
3256
|
-
.s("Kafka", "ListTopics", {})
|
|
3257
|
-
.n("KafkaClient", "ListTopicsCommand")
|
|
3258
|
-
.sc(ListTopics$)
|
|
3259
|
-
.build() {
|
|
2904
|
+
class ListTopicsCommand extends command(_ep0, _mw0, "ListTopics", ListTopics$) {
|
|
3260
2905
|
}
|
|
3261
2906
|
|
|
3262
|
-
class ListVpcConnectionsCommand extends
|
|
3263
|
-
.classBuilder()
|
|
3264
|
-
.ep(commonParams)
|
|
3265
|
-
.m(function (Command, cs, config, o) {
|
|
3266
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3267
|
-
})
|
|
3268
|
-
.s("Kafka", "ListVpcConnections", {})
|
|
3269
|
-
.n("KafkaClient", "ListVpcConnectionsCommand")
|
|
3270
|
-
.sc(ListVpcConnections$)
|
|
3271
|
-
.build() {
|
|
2907
|
+
class ListVpcConnectionsCommand extends command(_ep0, _mw0, "ListVpcConnections", ListVpcConnections$) {
|
|
3272
2908
|
}
|
|
3273
2909
|
|
|
3274
|
-
class PutClusterPolicyCommand extends
|
|
3275
|
-
.classBuilder()
|
|
3276
|
-
.ep(commonParams)
|
|
3277
|
-
.m(function (Command, cs, config, o) {
|
|
3278
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3279
|
-
})
|
|
3280
|
-
.s("Kafka", "PutClusterPolicy", {})
|
|
3281
|
-
.n("KafkaClient", "PutClusterPolicyCommand")
|
|
3282
|
-
.sc(PutClusterPolicy$)
|
|
3283
|
-
.build() {
|
|
2910
|
+
class PutClusterPolicyCommand extends command(_ep0, _mw0, "PutClusterPolicy", PutClusterPolicy$) {
|
|
3284
2911
|
}
|
|
3285
2912
|
|
|
3286
|
-
class RebootBrokerCommand extends
|
|
3287
|
-
.classBuilder()
|
|
3288
|
-
.ep(commonParams)
|
|
3289
|
-
.m(function (Command, cs, config, o) {
|
|
3290
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3291
|
-
})
|
|
3292
|
-
.s("Kafka", "RebootBroker", {})
|
|
3293
|
-
.n("KafkaClient", "RebootBrokerCommand")
|
|
3294
|
-
.sc(RebootBroker$)
|
|
3295
|
-
.build() {
|
|
2913
|
+
class RebootBrokerCommand extends command(_ep0, _mw0, "RebootBroker", RebootBroker$) {
|
|
3296
2914
|
}
|
|
3297
2915
|
|
|
3298
|
-
class RejectClientVpcConnectionCommand extends
|
|
3299
|
-
.classBuilder()
|
|
3300
|
-
.ep(commonParams)
|
|
3301
|
-
.m(function (Command, cs, config, o) {
|
|
3302
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3303
|
-
})
|
|
3304
|
-
.s("Kafka", "RejectClientVpcConnection", {})
|
|
3305
|
-
.n("KafkaClient", "RejectClientVpcConnectionCommand")
|
|
3306
|
-
.sc(RejectClientVpcConnection$)
|
|
3307
|
-
.build() {
|
|
2916
|
+
class RejectClientVpcConnectionCommand extends command(_ep0, _mw0, "RejectClientVpcConnection", RejectClientVpcConnection$) {
|
|
3308
2917
|
}
|
|
3309
2918
|
|
|
3310
|
-
class TagResourceCommand extends
|
|
3311
|
-
.classBuilder()
|
|
3312
|
-
.ep(commonParams)
|
|
3313
|
-
.m(function (Command, cs, config, o) {
|
|
3314
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3315
|
-
})
|
|
3316
|
-
.s("Kafka", "TagResource", {})
|
|
3317
|
-
.n("KafkaClient", "TagResourceCommand")
|
|
3318
|
-
.sc(TagResource$)
|
|
3319
|
-
.build() {
|
|
2919
|
+
class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
|
|
3320
2920
|
}
|
|
3321
2921
|
|
|
3322
|
-
class UntagResourceCommand extends
|
|
3323
|
-
.classBuilder()
|
|
3324
|
-
.ep(commonParams)
|
|
3325
|
-
.m(function (Command, cs, config, o) {
|
|
3326
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3327
|
-
})
|
|
3328
|
-
.s("Kafka", "UntagResource", {})
|
|
3329
|
-
.n("KafkaClient", "UntagResourceCommand")
|
|
3330
|
-
.sc(UntagResource$)
|
|
3331
|
-
.build() {
|
|
2922
|
+
class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
|
|
3332
2923
|
}
|
|
3333
2924
|
|
|
3334
|
-
class UpdateBrokerCountCommand extends
|
|
3335
|
-
.classBuilder()
|
|
3336
|
-
.ep(commonParams)
|
|
3337
|
-
.m(function (Command, cs, config, o) {
|
|
3338
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3339
|
-
})
|
|
3340
|
-
.s("Kafka", "UpdateBrokerCount", {})
|
|
3341
|
-
.n("KafkaClient", "UpdateBrokerCountCommand")
|
|
3342
|
-
.sc(UpdateBrokerCount$)
|
|
3343
|
-
.build() {
|
|
2925
|
+
class UpdateBrokerCountCommand extends command(_ep0, _mw0, "UpdateBrokerCount", UpdateBrokerCount$) {
|
|
3344
2926
|
}
|
|
3345
2927
|
|
|
3346
|
-
class UpdateBrokerStorageCommand extends
|
|
3347
|
-
.classBuilder()
|
|
3348
|
-
.ep(commonParams)
|
|
3349
|
-
.m(function (Command, cs, config, o) {
|
|
3350
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3351
|
-
})
|
|
3352
|
-
.s("Kafka", "UpdateBrokerStorage", {})
|
|
3353
|
-
.n("KafkaClient", "UpdateBrokerStorageCommand")
|
|
3354
|
-
.sc(UpdateBrokerStorage$)
|
|
3355
|
-
.build() {
|
|
2928
|
+
class UpdateBrokerStorageCommand extends command(_ep0, _mw0, "UpdateBrokerStorage", UpdateBrokerStorage$) {
|
|
3356
2929
|
}
|
|
3357
2930
|
|
|
3358
|
-
class UpdateBrokerTypeCommand extends
|
|
3359
|
-
.classBuilder()
|
|
3360
|
-
.ep(commonParams)
|
|
3361
|
-
.m(function (Command, cs, config, o) {
|
|
3362
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3363
|
-
})
|
|
3364
|
-
.s("Kafka", "UpdateBrokerType", {})
|
|
3365
|
-
.n("KafkaClient", "UpdateBrokerTypeCommand")
|
|
3366
|
-
.sc(UpdateBrokerType$)
|
|
3367
|
-
.build() {
|
|
2931
|
+
class UpdateBrokerTypeCommand extends command(_ep0, _mw0, "UpdateBrokerType", UpdateBrokerType$) {
|
|
3368
2932
|
}
|
|
3369
2933
|
|
|
3370
|
-
class UpdateClusterConfigurationCommand extends
|
|
3371
|
-
.classBuilder()
|
|
3372
|
-
.ep(commonParams)
|
|
3373
|
-
.m(function (Command, cs, config, o) {
|
|
3374
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3375
|
-
})
|
|
3376
|
-
.s("Kafka", "UpdateClusterConfiguration", {})
|
|
3377
|
-
.n("KafkaClient", "UpdateClusterConfigurationCommand")
|
|
3378
|
-
.sc(UpdateClusterConfiguration$)
|
|
3379
|
-
.build() {
|
|
2934
|
+
class UpdateClusterConfigurationCommand extends command(_ep0, _mw0, "UpdateClusterConfiguration", UpdateClusterConfiguration$) {
|
|
3380
2935
|
}
|
|
3381
2936
|
|
|
3382
|
-
class UpdateClusterKafkaVersionCommand extends
|
|
3383
|
-
.classBuilder()
|
|
3384
|
-
.ep(commonParams)
|
|
3385
|
-
.m(function (Command, cs, config, o) {
|
|
3386
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3387
|
-
})
|
|
3388
|
-
.s("Kafka", "UpdateClusterKafkaVersion", {})
|
|
3389
|
-
.n("KafkaClient", "UpdateClusterKafkaVersionCommand")
|
|
3390
|
-
.sc(UpdateClusterKafkaVersion$)
|
|
3391
|
-
.build() {
|
|
2937
|
+
class UpdateClusterKafkaVersionCommand extends command(_ep0, _mw0, "UpdateClusterKafkaVersion", UpdateClusterKafkaVersion$) {
|
|
3392
2938
|
}
|
|
3393
2939
|
|
|
3394
|
-
class UpdateConfigurationCommand extends
|
|
3395
|
-
.classBuilder()
|
|
3396
|
-
.ep(commonParams)
|
|
3397
|
-
.m(function (Command, cs, config, o) {
|
|
3398
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3399
|
-
})
|
|
3400
|
-
.s("Kafka", "UpdateConfiguration", {})
|
|
3401
|
-
.n("KafkaClient", "UpdateConfigurationCommand")
|
|
3402
|
-
.sc(UpdateConfiguration$)
|
|
3403
|
-
.build() {
|
|
2940
|
+
class UpdateConfigurationCommand extends command(_ep0, _mw0, "UpdateConfiguration", UpdateConfiguration$) {
|
|
3404
2941
|
}
|
|
3405
2942
|
|
|
3406
|
-
class UpdateConnectivityCommand extends
|
|
3407
|
-
.classBuilder()
|
|
3408
|
-
.ep(commonParams)
|
|
3409
|
-
.m(function (Command, cs, config, o) {
|
|
3410
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3411
|
-
})
|
|
3412
|
-
.s("Kafka", "UpdateConnectivity", {})
|
|
3413
|
-
.n("KafkaClient", "UpdateConnectivityCommand")
|
|
3414
|
-
.sc(UpdateConnectivity$)
|
|
3415
|
-
.build() {
|
|
2943
|
+
class UpdateConnectivityCommand extends command(_ep0, _mw0, "UpdateConnectivity", UpdateConnectivity$) {
|
|
3416
2944
|
}
|
|
3417
2945
|
|
|
3418
|
-
class UpdateMonitoringCommand extends
|
|
3419
|
-
.classBuilder()
|
|
3420
|
-
.ep(commonParams)
|
|
3421
|
-
.m(function (Command, cs, config, o) {
|
|
3422
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3423
|
-
})
|
|
3424
|
-
.s("Kafka", "UpdateMonitoring", {})
|
|
3425
|
-
.n("KafkaClient", "UpdateMonitoringCommand")
|
|
3426
|
-
.sc(UpdateMonitoring$)
|
|
3427
|
-
.build() {
|
|
2946
|
+
class UpdateMonitoringCommand extends command(_ep0, _mw0, "UpdateMonitoring", UpdateMonitoring$) {
|
|
3428
2947
|
}
|
|
3429
2948
|
|
|
3430
|
-
class UpdateRebalancingCommand extends
|
|
3431
|
-
.classBuilder()
|
|
3432
|
-
.ep(commonParams)
|
|
3433
|
-
.m(function (Command, cs, config, o) {
|
|
3434
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3435
|
-
})
|
|
3436
|
-
.s("Kafka", "UpdateRebalancing", {})
|
|
3437
|
-
.n("KafkaClient", "UpdateRebalancingCommand")
|
|
3438
|
-
.sc(UpdateRebalancing$)
|
|
3439
|
-
.build() {
|
|
2949
|
+
class UpdateRebalancingCommand extends command(_ep0, _mw0, "UpdateRebalancing", UpdateRebalancing$) {
|
|
3440
2950
|
}
|
|
3441
2951
|
|
|
3442
|
-
class UpdateReplicationInfoCommand extends
|
|
3443
|
-
.classBuilder()
|
|
3444
|
-
.ep(commonParams)
|
|
3445
|
-
.m(function (Command, cs, config, o) {
|
|
3446
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3447
|
-
})
|
|
3448
|
-
.s("Kafka", "UpdateReplicationInfo", {})
|
|
3449
|
-
.n("KafkaClient", "UpdateReplicationInfoCommand")
|
|
3450
|
-
.sc(UpdateReplicationInfo$)
|
|
3451
|
-
.build() {
|
|
2952
|
+
class UpdateReplicationInfoCommand extends command(_ep0, _mw0, "UpdateReplicationInfo", UpdateReplicationInfo$) {
|
|
3452
2953
|
}
|
|
3453
2954
|
|
|
3454
|
-
class UpdateSecurityCommand extends
|
|
3455
|
-
.classBuilder()
|
|
3456
|
-
.ep(commonParams)
|
|
3457
|
-
.m(function (Command, cs, config, o) {
|
|
3458
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3459
|
-
})
|
|
3460
|
-
.s("Kafka", "UpdateSecurity", {})
|
|
3461
|
-
.n("KafkaClient", "UpdateSecurityCommand")
|
|
3462
|
-
.sc(UpdateSecurity$)
|
|
3463
|
-
.build() {
|
|
2955
|
+
class UpdateSecurityCommand extends command(_ep0, _mw0, "UpdateSecurity", UpdateSecurity$) {
|
|
3464
2956
|
}
|
|
3465
2957
|
|
|
3466
|
-
class UpdateStorageCommand extends
|
|
3467
|
-
.classBuilder()
|
|
3468
|
-
.ep(commonParams)
|
|
3469
|
-
.m(function (Command, cs, config, o) {
|
|
3470
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3471
|
-
})
|
|
3472
|
-
.s("Kafka", "UpdateStorage", {})
|
|
3473
|
-
.n("KafkaClient", "UpdateStorageCommand")
|
|
3474
|
-
.sc(UpdateStorage$)
|
|
3475
|
-
.build() {
|
|
2958
|
+
class UpdateStorageCommand extends command(_ep0, _mw0, "UpdateStorage", UpdateStorage$) {
|
|
3476
2959
|
}
|
|
3477
2960
|
|
|
3478
|
-
class UpdateTopicCommand extends
|
|
3479
|
-
.classBuilder()
|
|
3480
|
-
.ep(commonParams)
|
|
3481
|
-
.m(function (Command, cs, config, o) {
|
|
3482
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3483
|
-
})
|
|
3484
|
-
.s("Kafka", "UpdateTopic", {})
|
|
3485
|
-
.n("KafkaClient", "UpdateTopicCommand")
|
|
3486
|
-
.sc(UpdateTopic$)
|
|
3487
|
-
.build() {
|
|
2961
|
+
class UpdateTopicCommand extends command(_ep0, _mw0, "UpdateTopic", UpdateTopic$) {
|
|
3488
2962
|
}
|
|
3489
2963
|
|
|
3490
2964
|
const paginateDescribeTopicPartitions = createPaginator(KafkaClient, DescribeTopicPartitionsCommand, "NextToken", "NextToken", "MaxResults");
|