Skip to content

Commit 634bf7c

Browse files
author
AWS
committed
Amazon Timestream Query Update: Amazon Timestream Scheduled Queries now support Timestamp datatype in a multi-measure record.
1 parent e4abd35 commit 634bf7c

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
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": "Amazon Timestream Query",
4+
"contributor": "",
5+
"description": "Amazon Timestream Scheduled Queries now support Timestamp datatype in a multi-measure record."
6+
}

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1020,7 +1020,8 @@
10201020
"BIGINT",
10211021
"BOOLEAN",
10221022
"DOUBLE",
1023-
"VARCHAR"
1023+
"VARCHAR",
1024+
"TIMESTAMP"
10241025
]
10251026
},
10261027
"ScalarType":{

0 commit comments

Comments
 (0)