Skip to content

Commit fe3683a

Browse files
author
AWS
committed
Timestream InfluxDB Update: This release updates the default value of pprof-disabled from false to true.
1 parent 3435466 commit fe3683a

File tree

2 files changed

+17
-11
lines changed

2 files changed

+17
-11
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": "Timestream InfluxDB",
4+
"contributor": "",
5+
"description": "This release updates the default value of pprof-disabled from false to true."
6+
}

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

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -397,11 +397,11 @@
397397
},
398398
"username":{
399399
"shape":"Username",
400-
"documentation":"<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>"
400+
"documentation":"<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>"
401401
},
402402
"password":{
403403
"shape":"Password",
404-
"documentation":"<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>"
404+
"documentation":"<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 Secrets Manager in your account.</p>"
405405
},
406406
"organization":{
407407
"shape":"Organization",
@@ -499,7 +499,7 @@
499499
},
500500
"password":{
501501
"shape":"Password",
502-
"documentation":"<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>"
502+
"documentation":"<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 Secrets Manager in your account.</p>"
503503
},
504504
"organization":{
505505
"shape":"Organization",
@@ -642,7 +642,7 @@
642642
},
643643
"influxAuthParametersSecretArn":{
644644
"shape":"String",
645-
"documentation":"<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>"
645+
"documentation":"<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>"
646646
},
647647
"dbClusterId":{
648648
"shape":"DbClusterId",
@@ -881,7 +881,7 @@
881881
},
882882
"name":{
883883
"shape":"DbInstanceName",
884-
"documentation":"<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>"
884+
"documentation":"<p>This customer-supplied name uniquely identifies the DB instance when interacting with the Amazon Timestream for InfluxDB API and CLI commands.</p>"
885885
},
886886
"arn":{
887887
"shape":"Arn",
@@ -1108,7 +1108,7 @@
11081108
},
11091109
"influxAuthParametersSecretArn":{
11101110
"shape":"String",
1111-
"documentation":"<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>"
1111+
"documentation":"<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>"
11121112
},
11131113
"dbClusterId":{
11141114
"shape":"DbClusterId",
@@ -1246,7 +1246,7 @@
12461246
},
12471247
"influxAuthParametersSecretArn":{
12481248
"shape":"String",
1249-
"documentation":"<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>"
1249+
"documentation":"<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>"
12501250
},
12511251
"vpcSubnetIds":{
12521252
"shape":"VpcSubnetIdList",
@@ -1355,7 +1355,7 @@
13551355
},
13561356
"influxAuthParametersSecretArn":{
13571357
"shape":"String",
1358-
"documentation":"<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>"
1358+
"documentation":"<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>"
13591359
},
13601360
"dbClusterId":{
13611361
"shape":"DbClusterId",
@@ -1468,7 +1468,7 @@
14681468
},
14691469
"pprofDisabled":{
14701470
"shape":"Boolean",
1471-
"documentation":"<p>Disable the /debug/pprof HTTP endpoint. This endpoint provides runtime profiling data and can be helpful when debugging.</p> <p>Default: false</p>"
1471+
"documentation":"<p>Disable the /debug/pprof HTTP endpoint. This endpoint provides runtime profiling data and can be helpful when debugging.</p> <p>Default: true</p>"
14721472
},
14731473
"queryInitialMemoryBytes":{
14741474
"shape":"InfluxDBv2ParametersQueryInitialMemoryBytesLong",
@@ -2117,7 +2117,7 @@
21172117
},
21182118
"name":{
21192119
"shape":"DbInstanceName",
2120-
"documentation":"<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>"
2120+
"documentation":"<p>This customer-supplied name uniquely identifies the DB instance when interacting with the Amazon Timestream for InfluxDB API and CLI commands.</p>"
21212121
},
21222122
"arn":{
21232123
"shape":"Arn",
@@ -2185,7 +2185,7 @@
21852185
},
21862186
"influxAuthParametersSecretArn":{
21872187
"shape":"String",
2188-
"documentation":"<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>"
2188+
"documentation":"<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>"
21892189
},
21902190
"dbClusterId":{
21912191
"shape":"DbClusterId",

0 commit comments

Comments
 (0)