Skip to content

Commit f9e8eef

Browse files
author
AWS
committed
Amazon Timestream Query Update: Releasing Amazon Timestream Scheduled Queries. It makes real-time analytics more performant and cost-effective for customers by calculating and storing frequently accessed aggregates, and other computations, typically used in operational dashboards, business reports, and other analytics applications
1 parent 168eec2 commit f9e8eef

File tree

3 files changed

+1194
-60
lines changed

3 files changed

+1194
-60
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": "Releasing Amazon Timestream Scheduled Queries. It makes real-time analytics more performant and cost-effective for customers by calculating and storing frequently accessed aggregates, and other computations, typically used in operational dashboards, business reports, and other analytics applications"
6+
}

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

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
{
22
"pagination": {
3+
"ListScheduledQueries": {
4+
"input_token": "NextToken",
5+
"limit_key": "MaxResults",
6+
"output_token": "NextToken",
7+
"result_key": "ScheduledQueries"
8+
},
9+
"ListTagsForResource": {
10+
"input_token": "NextToken",
11+
"limit_key": "MaxResults",
12+
"output_token": "NextToken",
13+
"result_key": "Tags"
14+
},
315
"Query": {
416
"input_token": "NextToken",
517
"limit_key": "MaxRows",

0 commit comments

Comments
 (0)