@aws-sdk/client-kafka 3.928.0 → 3.930.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.
Files changed (74) hide show
  1. package/dist-cjs/index.js +6421 -3170
  2. package/dist-cjs/runtimeConfig.shared.js +2 -0
  3. package/dist-es/KafkaClient.js +2 -0
  4. package/dist-es/commands/BatchAssociateScramSecretCommand.js +3 -9
  5. package/dist-es/commands/BatchDisassociateScramSecretCommand.js +3 -9
  6. package/dist-es/commands/CreateClusterCommand.js +3 -9
  7. package/dist-es/commands/CreateClusterV2Command.js +3 -9
  8. package/dist-es/commands/CreateConfigurationCommand.js +3 -9
  9. package/dist-es/commands/CreateReplicatorCommand.js +3 -9
  10. package/dist-es/commands/CreateVpcConnectionCommand.js +3 -9
  11. package/dist-es/commands/DeleteClusterCommand.js +3 -9
  12. package/dist-es/commands/DeleteClusterPolicyCommand.js +3 -9
  13. package/dist-es/commands/DeleteConfigurationCommand.js +3 -9
  14. package/dist-es/commands/DeleteReplicatorCommand.js +3 -9
  15. package/dist-es/commands/DeleteVpcConnectionCommand.js +3 -9
  16. package/dist-es/commands/DescribeClusterCommand.js +3 -9
  17. package/dist-es/commands/DescribeClusterOperationCommand.js +3 -9
  18. package/dist-es/commands/DescribeClusterOperationV2Command.js +3 -9
  19. package/dist-es/commands/DescribeClusterV2Command.js +3 -9
  20. package/dist-es/commands/DescribeConfigurationCommand.js +3 -9
  21. package/dist-es/commands/DescribeConfigurationRevisionCommand.js +3 -9
  22. package/dist-es/commands/DescribeReplicatorCommand.js +3 -9
  23. package/dist-es/commands/DescribeVpcConnectionCommand.js +3 -9
  24. package/dist-es/commands/GetBootstrapBrokersCommand.js +3 -9
  25. package/dist-es/commands/GetClusterPolicyCommand.js +3 -9
  26. package/dist-es/commands/GetCompatibleKafkaVersionsCommand.js +3 -9
  27. package/dist-es/commands/ListClientVpcConnectionsCommand.js +3 -9
  28. package/dist-es/commands/ListClusterOperationsCommand.js +3 -9
  29. package/dist-es/commands/ListClusterOperationsV2Command.js +3 -9
  30. package/dist-es/commands/ListClustersCommand.js +3 -9
  31. package/dist-es/commands/ListClustersV2Command.js +3 -9
  32. package/dist-es/commands/ListConfigurationRevisionsCommand.js +3 -9
  33. package/dist-es/commands/ListConfigurationsCommand.js +3 -9
  34. package/dist-es/commands/ListKafkaVersionsCommand.js +3 -9
  35. package/dist-es/commands/ListNodesCommand.js +3 -9
  36. package/dist-es/commands/ListReplicatorsCommand.js +3 -9
  37. package/dist-es/commands/ListScramSecretsCommand.js +3 -9
  38. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  39. package/dist-es/commands/ListVpcConnectionsCommand.js +3 -9
  40. package/dist-es/commands/PutClusterPolicyCommand.js +3 -9
  41. package/dist-es/commands/RebootBrokerCommand.js +3 -9
  42. package/dist-es/commands/RejectClientVpcConnectionCommand.js +3 -9
  43. package/dist-es/commands/TagResourceCommand.js +3 -9
  44. package/dist-es/commands/UntagResourceCommand.js +3 -9
  45. package/dist-es/commands/UpdateBrokerCountCommand.js +3 -9
  46. package/dist-es/commands/UpdateBrokerStorageCommand.js +3 -9
  47. package/dist-es/commands/UpdateBrokerTypeCommand.js +3 -9
  48. package/dist-es/commands/UpdateClusterConfigurationCommand.js +3 -9
  49. package/dist-es/commands/UpdateClusterKafkaVersionCommand.js +3 -9
  50. package/dist-es/commands/UpdateConfigurationCommand.js +3 -9
  51. package/dist-es/commands/UpdateConnectivityCommand.js +3 -9
  52. package/dist-es/commands/UpdateMonitoringCommand.js +3 -9
  53. package/dist-es/commands/UpdateRebalancingCommand.js +3 -9
  54. package/dist-es/commands/UpdateReplicationInfoCommand.js +3 -9
  55. package/dist-es/commands/UpdateSecurityCommand.js +3 -9
  56. package/dist-es/commands/UpdateStorageCommand.js +3 -9
  57. package/dist-es/runtimeConfig.shared.js +2 -0
  58. package/dist-es/schemas/schemas_0.js +6310 -0
  59. package/dist-types/KafkaClient.d.ts +10 -1
  60. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  61. package/dist-types/runtimeConfig.d.ts +1 -0
  62. package/dist-types/runtimeConfig.native.d.ts +1 -0
  63. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  64. package/dist-types/schemas/schemas_0.d.ts +283 -0
  65. package/dist-types/ts3.4/KafkaClient.d.ts +4 -0
  66. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  67. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  68. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  69. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  70. package/dist-types/ts3.4/schemas/schemas_0.d.ts +288 -0
  71. package/package.json +33 -33
  72. package/dist-es/protocols/Aws_restJson1.js +0 -2792
  73. package/dist-types/protocols/Aws_restJson1.d.ts +0 -479
  74. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -641
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_GetCompatibleKafkaVersionsCommand, se_GetCompatibleKafkaVersionsCommand } from "../protocols/Aws_restJson1";
4
+ import { GetCompatibleKafkaVersions } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetCompatibleKafkaVersionsCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("Kafka", "GetCompatibleKafkaVersions", {})
17
13
  .n("KafkaClient", "GetCompatibleKafkaVersionsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetCompatibleKafkaVersionsCommand)
20
- .de(de_GetCompatibleKafkaVersionsCommand)
14
+ .sc(GetCompatibleKafkaVersions)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ListClientVpcConnectionsCommand, se_ListClientVpcConnectionsCommand } from "../protocols/Aws_restJson1";
4
+ import { ListClientVpcConnections } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListClientVpcConnectionsCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("Kafka", "ListClientVpcConnections", {})
17
13
  .n("KafkaClient", "ListClientVpcConnectionsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListClientVpcConnectionsCommand)
20
- .de(de_ListClientVpcConnectionsCommand)
14
+ .sc(ListClientVpcConnections)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ListClusterOperationsCommand, se_ListClusterOperationsCommand } from "../protocols/Aws_restJson1";
4
+ import { ListClusterOperations } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListClusterOperationsCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("Kafka", "ListClusterOperations", {})
17
13
  .n("KafkaClient", "ListClusterOperationsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListClusterOperationsCommand)
20
- .de(de_ListClusterOperationsCommand)
14
+ .sc(ListClusterOperations)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ListClusterOperationsV2Command, se_ListClusterOperationsV2Command } from "../protocols/Aws_restJson1";
4
+ import { ListClusterOperationsV2 } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListClusterOperationsV2Command extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("Kafka", "ListClusterOperationsV2", {})
17
13
  .n("KafkaClient", "ListClusterOperationsV2Command")
18
- .f(void 0, void 0)
19
- .ser(se_ListClusterOperationsV2Command)
20
- .de(de_ListClusterOperationsV2Command)
14
+ .sc(ListClusterOperationsV2)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ListClustersCommand, se_ListClustersCommand } from "../protocols/Aws_restJson1";
4
+ import { ListClusters } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListClustersCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("Kafka", "ListClusters", {})
17
13
  .n("KafkaClient", "ListClustersCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListClustersCommand)
20
- .de(de_ListClustersCommand)
14
+ .sc(ListClusters)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ListClustersV2Command, se_ListClustersV2Command } from "../protocols/Aws_restJson1";
4
+ import { ListClustersV2 } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListClustersV2Command extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("Kafka", "ListClustersV2", {})
17
13
  .n("KafkaClient", "ListClustersV2Command")
18
- .f(void 0, void 0)
19
- .ser(se_ListClustersV2Command)
20
- .de(de_ListClustersV2Command)
14
+ .sc(ListClustersV2)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ListConfigurationRevisionsCommand, se_ListConfigurationRevisionsCommand } from "../protocols/Aws_restJson1";
4
+ import { ListConfigurationRevisions } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListConfigurationRevisionsCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("Kafka", "ListConfigurationRevisions", {})
17
13
  .n("KafkaClient", "ListConfigurationRevisionsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListConfigurationRevisionsCommand)
20
- .de(de_ListConfigurationRevisionsCommand)
14
+ .sc(ListConfigurationRevisions)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ListConfigurationsCommand, se_ListConfigurationsCommand } from "../protocols/Aws_restJson1";
4
+ import { ListConfigurations } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListConfigurationsCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("Kafka", "ListConfigurations", {})
17
13
  .n("KafkaClient", "ListConfigurationsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListConfigurationsCommand)
20
- .de(de_ListConfigurationsCommand)
14
+ .sc(ListConfigurations)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ListKafkaVersionsCommand, se_ListKafkaVersionsCommand } from "../protocols/Aws_restJson1";
4
+ import { ListKafkaVersions } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListKafkaVersionsCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("Kafka", "ListKafkaVersions", {})
17
13
  .n("KafkaClient", "ListKafkaVersionsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListKafkaVersionsCommand)
20
- .de(de_ListKafkaVersionsCommand)
14
+ .sc(ListKafkaVersions)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ListNodesCommand, se_ListNodesCommand } from "../protocols/Aws_restJson1";
4
+ import { ListNodes } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListNodesCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("Kafka", "ListNodes", {})
17
13
  .n("KafkaClient", "ListNodesCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListNodesCommand)
20
- .de(de_ListNodesCommand)
14
+ .sc(ListNodes)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ListReplicatorsCommand, se_ListReplicatorsCommand } from "../protocols/Aws_restJson1";
4
+ import { ListReplicators } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListReplicatorsCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("Kafka", "ListReplicators", {})
17
13
  .n("KafkaClient", "ListReplicatorsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListReplicatorsCommand)
20
- .de(de_ListReplicatorsCommand)
14
+ .sc(ListReplicators)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ListScramSecretsCommand, se_ListScramSecretsCommand } from "../protocols/Aws_restJson1";
4
+ import { ListScramSecrets } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListScramSecretsCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("Kafka", "ListScramSecrets", {})
17
13
  .n("KafkaClient", "ListScramSecretsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListScramSecretsCommand)
20
- .de(de_ListScramSecretsCommand)
14
+ .sc(ListScramSecrets)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_restJson1";
4
+ import { ListTagsForResource } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListTagsForResourceCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("Kafka", "ListTagsForResource", {})
17
13
  .n("KafkaClient", "ListTagsForResourceCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListTagsForResourceCommand)
20
- .de(de_ListTagsForResourceCommand)
14
+ .sc(ListTagsForResource)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ListVpcConnectionsCommand, se_ListVpcConnectionsCommand } from "../protocols/Aws_restJson1";
4
+ import { ListVpcConnections } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListVpcConnectionsCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("Kafka", "ListVpcConnections", {})
17
13
  .n("KafkaClient", "ListVpcConnectionsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListVpcConnectionsCommand)
20
- .de(de_ListVpcConnectionsCommand)
14
+ .sc(ListVpcConnections)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_PutClusterPolicyCommand, se_PutClusterPolicyCommand } from "../protocols/Aws_restJson1";
4
+ import { PutClusterPolicy } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class PutClusterPolicyCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("Kafka", "PutClusterPolicy", {})
17
13
  .n("KafkaClient", "PutClusterPolicyCommand")
18
- .f(void 0, void 0)
19
- .ser(se_PutClusterPolicyCommand)
20
- .de(de_PutClusterPolicyCommand)
14
+ .sc(PutClusterPolicy)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_RebootBrokerCommand, se_RebootBrokerCommand } from "../protocols/Aws_restJson1";
4
+ import { RebootBroker } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class RebootBrokerCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("Kafka", "RebootBroker", {})
17
13
  .n("KafkaClient", "RebootBrokerCommand")
18
- .f(void 0, void 0)
19
- .ser(se_RebootBrokerCommand)
20
- .de(de_RebootBrokerCommand)
14
+ .sc(RebootBroker)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_RejectClientVpcConnectionCommand, se_RejectClientVpcConnectionCommand } from "../protocols/Aws_restJson1";
4
+ import { RejectClientVpcConnection } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class RejectClientVpcConnectionCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("Kafka", "RejectClientVpcConnection", {})
17
13
  .n("KafkaClient", "RejectClientVpcConnectionCommand")
18
- .f(void 0, void 0)
19
- .ser(se_RejectClientVpcConnectionCommand)
20
- .de(de_RejectClientVpcConnectionCommand)
14
+ .sc(RejectClientVpcConnection)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_restJson1";
4
+ import { TagResource } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class TagResourceCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("Kafka", "TagResource", {})
17
13
  .n("KafkaClient", "TagResourceCommand")
18
- .f(void 0, void 0)
19
- .ser(se_TagResourceCommand)
20
- .de(de_TagResourceCommand)
14
+ .sc(TagResource)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_restJson1";
4
+ import { UntagResource } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class UntagResourceCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("Kafka", "UntagResource", {})
17
13
  .n("KafkaClient", "UntagResourceCommand")
18
- .f(void 0, void 0)
19
- .ser(se_UntagResourceCommand)
20
- .de(de_UntagResourceCommand)
14
+ .sc(UntagResource)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_UpdateBrokerCountCommand, se_UpdateBrokerCountCommand } from "../protocols/Aws_restJson1";
4
+ import { UpdateBrokerCount } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class UpdateBrokerCountCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("Kafka", "UpdateBrokerCount", {})
17
13
  .n("KafkaClient", "UpdateBrokerCountCommand")
18
- .f(void 0, void 0)
19
- .ser(se_UpdateBrokerCountCommand)
20
- .de(de_UpdateBrokerCountCommand)
14
+ .sc(UpdateBrokerCount)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_UpdateBrokerStorageCommand, se_UpdateBrokerStorageCommand } from "../protocols/Aws_restJson1";
4
+ import { UpdateBrokerStorage } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class UpdateBrokerStorageCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("Kafka", "UpdateBrokerStorage", {})
17
13
  .n("KafkaClient", "UpdateBrokerStorageCommand")
18
- .f(void 0, void 0)
19
- .ser(se_UpdateBrokerStorageCommand)
20
- .de(de_UpdateBrokerStorageCommand)
14
+ .sc(UpdateBrokerStorage)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_UpdateBrokerTypeCommand, se_UpdateBrokerTypeCommand } from "../protocols/Aws_restJson1";
4
+ import { UpdateBrokerType } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class UpdateBrokerTypeCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("Kafka", "UpdateBrokerType", {})
17
13
  .n("KafkaClient", "UpdateBrokerTypeCommand")
18
- .f(void 0, void 0)
19
- .ser(se_UpdateBrokerTypeCommand)
20
- .de(de_UpdateBrokerTypeCommand)
14
+ .sc(UpdateBrokerType)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_UpdateClusterConfigurationCommand, se_UpdateClusterConfigurationCommand } from "../protocols/Aws_restJson1";
4
+ import { UpdateClusterConfiguration } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class UpdateClusterConfigurationCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("Kafka", "UpdateClusterConfiguration", {})
17
13
  .n("KafkaClient", "UpdateClusterConfigurationCommand")
18
- .f(void 0, void 0)
19
- .ser(se_UpdateClusterConfigurationCommand)
20
- .de(de_UpdateClusterConfigurationCommand)
14
+ .sc(UpdateClusterConfiguration)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_UpdateClusterKafkaVersionCommand, se_UpdateClusterKafkaVersionCommand } from "../protocols/Aws_restJson1";
4
+ import { UpdateClusterKafkaVersion } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class UpdateClusterKafkaVersionCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("Kafka", "UpdateClusterKafkaVersion", {})
17
13
  .n("KafkaClient", "UpdateClusterKafkaVersionCommand")
18
- .f(void 0, void 0)
19
- .ser(se_UpdateClusterKafkaVersionCommand)
20
- .de(de_UpdateClusterKafkaVersionCommand)
14
+ .sc(UpdateClusterKafkaVersion)
21
15
  .build() {
22
16
  }