Skip to content

Commit 559d2c8

Browse files
author
awstools
committed
docs(client-timestream-influxdb): This release updates the default value of pprof-disabled from false to true.
1 parent 96cc346 commit 559d2c8

File tree

6 files changed

+38
-27
lines changed

6 files changed

+38
-27
lines changed

clients/client-timestream-influxdb/README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66

77
AWS SDK for JavaScript TimestreamInfluxDB Client for Node.js, Browser and React Native.
88

9-
<p>Amazon Timestream for InfluxDB is a managed time-series database engine that makes it easy for application developers and DevOps teams to run InfluxDB databases on Amazon Web Services for near real-time time-series applications using open-source APIs. With Amazon Timestream for InfluxDB, it is easy to set up, operate, and scale time-series workloads that can answer queries with single-digit millisecond query response time.</p>
9+
<p>Amazon Timestream for InfluxDB is a managed time-series database engine that makes it
10+
easy for application developers and DevOps teams to run InfluxDB databases on Amazon Web Services for near real-time time-series applications using open-source APIs. With Amazon Timestream for InfluxDB, it is easy to set up, operate, and scale time-series workloads that can answer queries with single-digit millisecond query response time.</p>
1011

1112
## Installing
1213

clients/client-timestream-influxdb/src/TimestreamInfluxDB.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,8 @@ export interface TimestreamInfluxDB {
361361
}
362362

363363
/**
364-
* <p>Amazon Timestream for InfluxDB is a managed time-series database engine that makes it easy for application developers and DevOps teams to run InfluxDB databases on Amazon Web Services for near real-time time-series applications using open-source APIs. With Amazon Timestream for InfluxDB, it is easy to set up, operate, and scale time-series workloads that can answer queries with single-digit millisecond query response time.</p>
364+
* <p>Amazon Timestream for InfluxDB is a managed time-series database engine that makes it
365+
* easy for application developers and DevOps teams to run InfluxDB databases on Amazon Web Services for near real-time time-series applications using open-source APIs. With Amazon Timestream for InfluxDB, it is easy to set up, operate, and scale time-series workloads that can answer queries with single-digit millisecond query response time.</p>
365366
* @public
366367
*/
367368
export class TimestreamInfluxDB extends TimestreamInfluxDBClient implements TimestreamInfluxDB {}

clients/client-timestream-influxdb/src/TimestreamInfluxDBClient.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,8 @@ export type TimestreamInfluxDBClientResolvedConfigType = __SmithyResolvedConfigu
331331
export interface TimestreamInfluxDBClientResolvedConfig extends TimestreamInfluxDBClientResolvedConfigType {}
332332

333333
/**
334-
* <p>Amazon Timestream for InfluxDB is a managed time-series database engine that makes it easy for application developers and DevOps teams to run InfluxDB databases on Amazon Web Services for near real-time time-series applications using open-source APIs. With Amazon Timestream for InfluxDB, it is easy to set up, operate, and scale time-series workloads that can answer queries with single-digit millisecond query response time.</p>
334+
* <p>Amazon Timestream for InfluxDB is a managed time-series database engine that makes it
335+
* easy for application developers and DevOps teams to run InfluxDB databases on Amazon Web Services for near real-time time-series applications using open-source APIs. With Amazon Timestream for InfluxDB, it is easy to set up, operate, and scale time-series workloads that can answer queries with single-digit millisecond query response time.</p>
335336
* @public
336337
*/
337338
export class TimestreamInfluxDBClient extends __Client<

clients/client-timestream-influxdb/src/index.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
// smithy-typescript generated code
22
/* eslint-disable */
33
/**
4-
* <p>Amazon Timestream for InfluxDB is a managed time-series database engine that makes it easy for application developers and DevOps teams to run InfluxDB databases on Amazon Web Services for near real-time time-series applications using open-source APIs. With Amazon Timestream for InfluxDB, it is easy to set up, operate, and scale time-series workloads that can answer queries with single-digit millisecond query response time.</p>
4+
* <p>Amazon Timestream for InfluxDB is a managed time-series database engine that makes it
5+
* easy for application developers and DevOps teams to run InfluxDB databases on Amazon Web Services for near real-time time-series applications using open-source APIs. With Amazon Timestream for InfluxDB, it is easy to set up, operate, and scale time-series workloads that can answer queries with single-digit millisecond query response time.</p>
56
*
67
* @packageDocumentation
78
*/

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

+18-11
Original file line numberDiff line numberDiff line change
@@ -174,13 +174,15 @@ export interface CreateDbClusterInput {
174174
name: string | undefined;
175175

176176
/**
177-
* <p>The username of the initial admin user created in InfluxDB. Must start with a letter and can't end with a hyphen or contain two consecutive hyphens. For example, my-user1. This username will allow you to access the InfluxDB UI to perform various administrative tasks and also use the InfluxDB CLI to create an operator token. These attributes will be stored in a secret created in Amazon Web Services Secrets Manager in your account.</p>
177+
* <p>The username of the initial admin user created in InfluxDB. Must start with a letter and can't end with a hyphen or contain two consecutive hyphens. For example, my-user1. This username will allow you to access the InfluxDB UI to perform various administrative tasks and also use the InfluxDB CLI to create an operator token. These attributes will be stored in a secret created in Secrets Manager in your account.</p>
178178
* @public
179179
*/
180180
username?: string | undefined;
181181

182182
/**
183-
* <p>The password of the initial admin user created in InfluxDB. This password will allow you to access the InfluxDB UI to perform various administrative tasks and also use the InfluxDB CLI to create an operator token. These attributes will be stored in a secret created in Amazon Web Services Secrets Manager in your account.</p>
183+
* <p>The password of the initial admin user created in InfluxDB. This password will allow
184+
* you to access the InfluxDB UI to perform various administrative tasks and also use the
185+
* InfluxDB CLI to create an operator token. These attributes will be stored in a secret created in Secrets Manager in your account.</p>
184186
* @public
185187
*/
186188
password: string | undefined;
@@ -598,7 +600,7 @@ export interface GetDbClusterOutput {
598600
logDeliveryConfiguration?: LogDeliveryConfiguration | undefined;
599601

600602
/**
601-
* <p>The Amazon Resource Name (ARN) of the Amazon Web Services Secrets Manager secret containing the initial InfluxDB authorization parameters. The secret value is a JSON formatted key-value pair holding InfluxDB authorization values: organization, bucket, username, and password.</p>
603+
* <p>The Amazon Resource Name (ARN) of the Secrets Manager secret containing the initial InfluxDB authorization parameters. The secret value is a JSON formatted key-value pair holding InfluxDB authorization values: organization, bucket, username, and password.</p>
602604
* @public
603605
*/
604606
influxAuthParametersSecretArn?: string | undefined;
@@ -973,7 +975,10 @@ export interface CreateDbInstanceInput {
973975
username?: string | undefined;
974976

975977
/**
976-
* <p>The password of the initial admin user created in InfluxDB. This password will allow you to access the InfluxDB UI to perform various administrative tasks and also use the InfluxDB CLI to create an operator token. These attributes will be stored in a Secret created in Amazon Web Services SecretManager in your account.</p>
978+
* <p>The password of the initial admin user created in InfluxDB. This password will allow
979+
* you to access the InfluxDB UI to perform various administrative tasks and also use the
980+
* InfluxDB CLI to create an operator token. These attributes will be stored in a Secret
981+
* created in Secrets Manager in your account.</p>
977982
* @public
978983
*/
979984
password: string | undefined;
@@ -1191,7 +1196,7 @@ export interface CreateDbInstanceOutput {
11911196
logDeliveryConfiguration?: LogDeliveryConfiguration | undefined;
11921197

11931198
/**
1194-
* <p>The Amazon Resource Name (ARN) of the Amazon Web Services Secrets Manager secret containing the initial InfluxDB authorization parameters. The secret value is a JSON formatted key-value pair holding InfluxDB authorization values: organization, bucket, username, and password.</p>
1199+
* <p>The Amazon Resource Name (ARN) of the Secrets Manager secret containing the initial InfluxDB authorization parameters. The secret value is a JSON formatted key-value pair holding InfluxDB authorization values: organization, bucket, username, and password.</p>
11951200
* @public
11961201
*/
11971202
influxAuthParametersSecretArn?: string | undefined;
@@ -1333,7 +1338,7 @@ export interface DeleteDbInstanceOutput {
13331338
logDeliveryConfiguration?: LogDeliveryConfiguration | undefined;
13341339

13351340
/**
1336-
* <p>The Amazon Resource Name (ARN) of the Amazon Web Services Secrets Manager secret containing the initial InfluxDB authorization parameters. The secret value is a JSON formatted key-value pair holding InfluxDB authorization values: organization, bucket, username, and password.</p>
1341+
* <p>The Amazon Resource Name (ARN) of the Secrets Manager secret containing the initial InfluxDB authorization parameters. The secret value is a JSON formatted key-value pair holding InfluxDB authorization values: organization, bucket, username, and password.</p>
13371342
* @public
13381343
*/
13391344
influxAuthParametersSecretArn?: string | undefined;
@@ -1475,7 +1480,7 @@ export interface GetDbInstanceOutput {
14751480
logDeliveryConfiguration?: LogDeliveryConfiguration | undefined;
14761481

14771482
/**
1478-
* <p>The Amazon Resource Name (ARN) of the Amazon Web Services Secrets Manager secret containing the initial InfluxDB authorization parameters. The secret value is a JSON formatted key-value pair holding InfluxDB authorization values: organization, bucket, username, and password.</p>
1483+
* <p>The Amazon Resource Name (ARN) of the Secrets Manager secret containing the initial InfluxDB authorization parameters. The secret value is a JSON formatted key-value pair holding InfluxDB authorization values: organization, bucket, username, and password.</p>
14791484
* @public
14801485
*/
14811486
influxAuthParametersSecretArn?: string | undefined;
@@ -1522,7 +1527,8 @@ export interface DbInstanceSummary {
15221527
id: string | undefined;
15231528

15241529
/**
1525-
* <p>This customer-supplied name uniquely identifies the DB instance when interacting with the Amazon Timestream for InfluxDB API and Amazon Web Services CLI commands.</p>
1530+
* <p>This customer-supplied name uniquely identifies the DB instance when interacting with
1531+
* the Amazon Timestream for InfluxDB API and CLI commands.</p>
15261532
* @public
15271533
*/
15281534
name: string | undefined;
@@ -1668,7 +1674,8 @@ export interface UpdateDbInstanceOutput {
16681674
id: string | undefined;
16691675

16701676
/**
1671-
* <p>This customer-supplied name uniquely identifies the DB instance when interacting with the Amazon Timestream for InfluxDB API and Amazon Web Services CLI commands.</p>
1677+
* <p>This customer-supplied name uniquely identifies the DB instance when interacting with
1678+
* the Amazon Timestream for InfluxDB API and CLI commands.</p>
16721679
* @public
16731680
*/
16741681
name: string | undefined;
@@ -1770,7 +1777,7 @@ export interface UpdateDbInstanceOutput {
17701777
logDeliveryConfiguration?: LogDeliveryConfiguration | undefined;
17711778

17721779
/**
1773-
* <p>The Amazon Resource Name (ARN) of the Amazon Web Services Secrets Manager secret containing the initial InfluxDB authorization parameters. The secret value is a JSON formatted key-value pair holding InfluxDB authorization values: organization, bucket, username, and password.</p>
1780+
* <p>The Amazon Resource Name (ARN) of the Secrets Manager secret containing the initial InfluxDB authorization parameters. The secret value is a JSON formatted key-value pair holding InfluxDB authorization values: organization, bucket, username, and password.</p>
17741781
* @public
17751782
*/
17761783
influxAuthParametersSecretArn?: string | undefined;
@@ -1955,7 +1962,7 @@ export interface InfluxDBv2Parameters {
19551962

19561963
/**
19571964
* <p>Disable the /debug/pprof HTTP endpoint. This endpoint provides runtime profiling data and can be helpful when debugging.</p>
1958-
* <p>Default: false</p>
1965+
* <p>Default: true</p>
19591966
* @public
19601967
*/
19611968
pprofDisabled?: boolean | undefined;

0 commit comments

Comments
 (0)