Skip to content

Commit 0e04e96

Browse files
author
AWS
committed
Timestream InfluxDB Update: Adds 'allocatedStorage' parameter to UpdateDbInstance API that allows increasing the database instance storage size and 'dbStorageType' parameter to UpdateDbInstance API that allows changing the storage type of the database instance
1 parent b1b5216 commit 0e04e96

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
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": "Adds 'allocatedStorage' parameter to UpdateDbInstance API that allows increasing the database instance storage size and 'dbStorageType' parameter to UpdateDbInstance API that allows changing the storage type of the database instance"
6+
}

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1478,6 +1478,14 @@
14781478
"deploymentType":{
14791479
"shape":"DeploymentType",
14801480
"documentation":"<p>Specifies whether the DB instance will be deployed as a standalone instance or with a Multi-AZ standby for high availability.</p>"
1481+
},
1482+
"dbStorageType":{
1483+
"shape":"DbStorageType",
1484+
"documentation":"<p>The Timestream for InfluxDB DB storage type that InfluxDB stores data on.</p>"
1485+
},
1486+
"allocatedStorage":{
1487+
"shape":"AllocatedStorage",
1488+
"documentation":"<p>The amount of storage to allocate for your DB storage type (in gibibytes).</p>"
14811489
}
14821490
}
14831491
},

0 commit comments

Comments
 (0)