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