Skip to content

Commit 96c3904

Browse files
author
AWS
committed
Timestream InfluxDB Update: This release introduces APIs to manage DbClusters and adds support for read replicas
1 parent 8a3d9af commit 96c3904

File tree

3 files changed

+641
-2
lines changed

3 files changed

+641
-2
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": "Timestream InfluxDB",
4+
"contributor": "",
5+
"description": "This release introduces APIs to manage DbClusters and adds support for read replicas"
6+
}

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

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,23 @@
11
{
22
"pagination": {
3+
"ListDbClusters": {
4+
"input_token": "nextToken",
5+
"output_token": "nextToken",
6+
"limit_key": "maxResults",
7+
"result_key": "items"
8+
},
39
"ListDbInstances": {
410
"input_token": "nextToken",
511
"output_token": "nextToken",
612
"limit_key": "maxResults",
713
"result_key": "items"
814
},
15+
"ListDbInstancesForCluster": {
16+
"input_token": "nextToken",
17+
"output_token": "nextToken",
18+
"limit_key": "maxResults",
19+
"result_key": "items"
20+
},
921
"ListDbParameterGroups": {
1022
"input_token": "nextToken",
1123
"output_token": "nextToken",

0 commit comments

Comments
 (0)