Skip to content

Commit 97304f5

Browse files
author
AWS
committed
Amazon Timestream Query Update: Doc-only update for TimestreamQuery. Added guidance about the accepted valid value for the QueryPricingModel parameter.
1 parent a08b85a commit 97304f5

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-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": "Amazon Timestream Query",
4+
"contributor": "",
5+
"description": "Doc-only update for TimestreamQuery. Added guidance about the accepted valid value for the QueryPricingModel parameter."
6+
}

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
"signatureVersion":"v4",
1313
"signingName":"timestream",
1414
"targetPrefix":"Timestream_20181101",
15-
"uid":"timestream-query-2018-11-01"
15+
"uid":"timestream-query-2018-11-01",
16+
"auth":["aws.auth#sigv4"]
1617
},
1718
"operations":{
1819
"CancelQuery":{
@@ -1581,7 +1582,7 @@
15811582
},
15821583
"QueryPricingModel":{
15831584
"shape":"QueryPricingModel",
1584-
"documentation":"<p>The pricing model for queries in an account.</p>"
1585+
"documentation":"<p>The pricing model for queries in an account.</p> <note> <p>The <code>QueryPricingModel</code> parameter is used by several Timestream operations; however, the <code>UpdateAccountSettings</code> API operation doesn't recognize any values other than <code>COMPUTE_UNITS</code>.</p> </note>"
15851586
}
15861587
}
15871588
},

0 commit comments

Comments
 (0)