Skip to content

Commit

Permalink
docs(client-timestream-query): Doc-only update for TimestreamQuery. A…
Browse files Browse the repository at this point in the history
…dded guidance about the accepted valid value for the QueryPricingModel parameter.
  • Loading branch information
awstools committed Jul 18, 2024
1 parent 9a36c7e commit e17e8ba
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ function createAwsAuthSigv4HttpAuthOption(authParameters: TimestreamQueryHttpAut
name: "timestream",
region: authParameters.region,
},
propertiesExtractor: (config: TimestreamQueryClientConfig, context) => ({
propertiesExtractor: (config: Partial<TimestreamQueryClientConfig>, context) => ({
/**
* @internal
*/
Expand Down
3 changes: 3 additions & 0 deletions clients/client-timestream-query/src/models/models_0.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1464,6 +1464,9 @@ export interface UpdateAccountSettingsRequest {

/**
* <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>
* @public
*/
QueryPricingModel?: QueryPricingModel;
Expand Down
2 changes: 1 addition & 1 deletion codegen/sdk-codegen/aws-models/timestream-query.json
Original file line number Diff line number Diff line change
Expand Up @@ -3238,7 +3238,7 @@
"QueryPricingModel": {
"target": "com.amazonaws.timestreamquery#QueryPricingModel",
"traits": {
"smithy.api#documentation": "<p>The pricing model for queries in an account.</p>"
"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>"
}
}
},
Expand Down

0 comments on commit e17e8ba

Please sign in to comment.