Skip to content

Commit 5c8d6ed

Browse files
author
AWS
committed
Managed Streaming for Kafka Connect Update: Support updating connector configuration via UpdateConnector API. Release Operations API to monitor the status of the connector operation.
1 parent d2c5b68 commit 5c8d6ed

File tree

4 files changed

+303
-41
lines changed

4 files changed

+303
-41
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "Managed Streaming for Kafka Connect",
4+
"contributor": "",
5+
"description": "Support updating connector configuration via UpdateConnector API. Release Operations API to monitor the status of the connector operation."
6+
}

services/kafkaconnect/src/main/resources/codegen-resources/paginators-1.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
{
22
"pagination": {
3+
"ListConnectorOperations": {
4+
"input_token": "nextToken",
5+
"output_token": "nextToken",
6+
"limit_key": "maxResults",
7+
"result_key": "connectorOperations"
8+
},
39
"ListConnectors": {
410
"input_token": "nextToken",
511
"output_token": "nextToken",

0 commit comments

Comments
 (0)