Skip to content

Commit 7b5ab2f

Browse files
author
AWS
committed
Timestream InfluxDB Update: Timestream for InfluxDB now supports compute scaling and deployment type conversion. This release adds the DbInstanceType and DeploymentType parameters to the UpdateDbInstance API.
1 parent 7538955 commit 7b5ab2f

File tree

2 files changed

+22
-3
lines changed

2 files changed

+22
-3
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": "Timestream for InfluxDB now supports compute scaling and deployment type conversion. This release adds the DbInstanceType and DeploymentType parameters to the UpdateDbInstance API."
6+
}

services/timestreaminfluxdb/src/main/resources/codegen-resources/service-2.json

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@
231231
"type":"string",
232232
"max":64,
233233
"min":2,
234-
"pattern":"[^_][^\"]*"
234+
"pattern":"[^_\"][^\"]*"
235235
},
236236
"ConflictException":{
237237
"type":"structure",
@@ -986,7 +986,10 @@
986986
"max":100,
987987
"min":1
988988
},
989-
"NextToken":{"type":"string"},
989+
"NextToken":{
990+
"type":"string",
991+
"min":1
992+
},
990993
"Organization":{
991994
"type":"string",
992995
"max":64,
@@ -1087,7 +1090,9 @@
10871090
"MODIFYING",
10881091
"UPDATING",
10891092
"DELETED",
1090-
"FAILED"
1093+
"FAILED",
1094+
"UPDATING_DEPLOYMENT_TYPE",
1095+
"UPDATING_INSTANCE_TYPE"
10911096
]
10921097
},
10931098
"String":{"type":"string"},
@@ -1177,6 +1182,14 @@
11771182
"dbParameterGroupIdentifier":{
11781183
"shape":"DbParameterGroupIdentifier",
11791184
"documentation":"<p>The id of the DB parameter group to assign to your DB instance. DB parameter groups specify how the database is configured. For example, DB parameter groups can specify the limit for query concurrency.</p>"
1185+
},
1186+
"dbInstanceType":{
1187+
"shape":"DbInstanceType",
1188+
"documentation":"<p>The Timestream for InfluxDB DB instance type to run InfluxDB on.</p>"
1189+
},
1190+
"deploymentType":{
1191+
"shape":"DeploymentType",
1192+
"documentation":"<p>Specifies whether the DB instance will be deployed as a standalone instance or with a Multi-AZ standby for high availability.</p>"
11801193
}
11811194
}
11821195
},

0 commit comments

Comments
 (0)