Skip to content

Commit e17e8ba

Browse files
author
awstools
committed
docs(client-timestream-query): Doc-only update for TimestreamQuery. Added guidance about the accepted valid value for the QueryPricingModel parameter.
1 parent 9a36c7e commit e17e8ba

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

clients/client-timestream-query/src/auth/httpAuthSchemeProvider.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ function createAwsAuthSigv4HttpAuthOption(authParameters: TimestreamQueryHttpAut
6060
name: "timestream",
6161
region: authParameters.region,
6262
},
63-
propertiesExtractor: (config: TimestreamQueryClientConfig, context) => ({
63+
propertiesExtractor: (config: Partial<TimestreamQueryClientConfig>, context) => ({
6464
/**
6565
* @internal
6666
*/

clients/client-timestream-query/src/models/models_0.ts

+3
Original file line numberDiff line numberDiff line change
@@ -1464,6 +1464,9 @@ export interface UpdateAccountSettingsRequest {
14641464

14651465
/**
14661466
* <p>The pricing model for queries in an account.</p>
1467+
* <note>
1468+
* <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>
1469+
* </note>
14671470
* @public
14681471
*/
14691472
QueryPricingModel?: QueryPricingModel;

codegen/sdk-codegen/aws-models/timestream-query.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3238,7 +3238,7 @@
32383238
"QueryPricingModel": {
32393239
"target": "com.amazonaws.timestreamquery#QueryPricingModel",
32403240
"traits": {
3241-
"smithy.api#documentation": "<p>The pricing model for queries in an account.</p>"
3241+
"smithy.api#documentation": "<p>The pricing model for queries in an account.</p>\n <note>\n <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>\n </note>"
32423242
}
32433243
}
32443244
},

0 commit comments

Comments
 (0)