|
397 | 397 | },
|
398 | 398 | "username":{
|
399 | 399 | "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>" |
401 | 401 | },
|
402 | 402 | "password":{
|
403 | 403 | "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>" |
405 | 405 | },
|
406 | 406 | "organization":{
|
407 | 407 | "shape":"Organization",
|
|
499 | 499 | },
|
500 | 500 | "password":{
|
501 | 501 | "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>" |
503 | 503 | },
|
504 | 504 | "organization":{
|
505 | 505 | "shape":"Organization",
|
|
642 | 642 | },
|
643 | 643 | "influxAuthParametersSecretArn":{
|
644 | 644 | "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>" |
646 | 646 | },
|
647 | 647 | "dbClusterId":{
|
648 | 648 | "shape":"DbClusterId",
|
|
881 | 881 | },
|
882 | 882 | "name":{
|
883 | 883 | "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>" |
885 | 885 | },
|
886 | 886 | "arn":{
|
887 | 887 | "shape":"Arn",
|
|
1108 | 1108 | },
|
1109 | 1109 | "influxAuthParametersSecretArn":{
|
1110 | 1110 | "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>" |
1112 | 1112 | },
|
1113 | 1113 | "dbClusterId":{
|
1114 | 1114 | "shape":"DbClusterId",
|
|
1246 | 1246 | },
|
1247 | 1247 | "influxAuthParametersSecretArn":{
|
1248 | 1248 | "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>" |
1250 | 1250 | },
|
1251 | 1251 | "vpcSubnetIds":{
|
1252 | 1252 | "shape":"VpcSubnetIdList",
|
|
1355 | 1355 | },
|
1356 | 1356 | "influxAuthParametersSecretArn":{
|
1357 | 1357 | "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>" |
1359 | 1359 | },
|
1360 | 1360 | "dbClusterId":{
|
1361 | 1361 | "shape":"DbClusterId",
|
|
1468 | 1468 | },
|
1469 | 1469 | "pprofDisabled":{
|
1470 | 1470 | "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>" |
1472 | 1472 | },
|
1473 | 1473 | "queryInitialMemoryBytes":{
|
1474 | 1474 | "shape":"InfluxDBv2ParametersQueryInitialMemoryBytesLong",
|
|
2117 | 2117 | },
|
2118 | 2118 | "name":{
|
2119 | 2119 | "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>" |
2121 | 2121 | },
|
2122 | 2122 | "arn":{
|
2123 | 2123 | "shape":"Arn",
|
|
2185 | 2185 | },
|
2186 | 2186 | "influxAuthParametersSecretArn":{
|
2187 | 2187 | "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>" |
2189 | 2189 | },
|
2190 | 2190 | "dbClusterId":{
|
2191 | 2191 | "shape":"DbClusterId",
|
|
0 commit comments