|
1423 | 1423 | "locationName": "kafkaBrokerNodeId",
|
1424 | 1424 | "documentation": "\n <p>The ID of the broker to update.</p>\n "
|
1425 | 1425 | },
|
| 1426 | + "ProvisionedThroughput" : { |
| 1427 | + "shape" : "ProvisionedThroughput", |
| 1428 | + "locationName" : "provisionedThroughput", |
| 1429 | + "documentation" : "EBS volume provisioned throughput information." |
| 1430 | + }, |
1426 | 1431 | "VolumeSizeGB": {
|
1427 | 1432 | "shape": "__integer",
|
1428 | 1433 | "locationName": "volumeSizeGB",
|
|
1431 | 1436 | },
|
1432 | 1437 | "documentation": "\n <p>Specifies the EBS volume upgrade information. The broker identifier must be set to the keyword ALL. This means the changes apply to all the brokers in the cluster.</p>\n ",
|
1433 | 1438 | "required": [
|
1434 |
| - "VolumeSizeGB", |
1435 | 1439 | "KafkaBrokerNodeId"
|
1436 | 1440 | ]
|
1437 | 1441 | },
|
|
2667 | 2671 | "EBSStorageInfo": {
|
2668 | 2672 | "type": "structure",
|
2669 | 2673 | "members": {
|
| 2674 | + "ProvisionedThroughput" : { |
| 2675 | + "shape" : "ProvisionedThroughput", |
| 2676 | + "locationName" : "provisionedThroughput", |
| 2677 | + "documentation" : "EBS volume provisioned throughput information." |
| 2678 | + }, |
2670 | 2679 | "VolumeSize": {
|
2671 | 2680 | "shape": "__integerMin1Max16384",
|
2672 | 2681 | "locationName": "volumeSize",
|
|
3422 | 3431 | },
|
3423 | 3432 | "documentation" : "\n <p>Prometheus settings.</p>\n "
|
3424 | 3433 | },
|
| 3434 | + "ProvisionedThroughput" : { |
| 3435 | + "type" : "structure", |
| 3436 | + "members" : { |
| 3437 | + "Enabled" : { |
| 3438 | + "shape" : "__boolean", |
| 3439 | + "locationName" : "enabled", |
| 3440 | + "documentation" : "Provisioned throughput is enabled or not." |
| 3441 | + }, |
| 3442 | + "VolumeThroughput" : { |
| 3443 | + "shape" : "__integer", |
| 3444 | + "locationName" : "volumeThroughput", |
| 3445 | + "documentation" : "Throughput value of the EBS volumes for the data drive on each kafka broker node in MiB per second." |
| 3446 | + } |
| 3447 | + }, |
| 3448 | + "documentation" : "Contains information about provisioned throughput for EBS storage volumes attached to kafka broker nodes." |
| 3449 | + }, |
3425 | 3450 | "PublicAccess" : {
|
3426 | 3451 | "type" : "structure",
|
3427 | 3452 | "members" : {
|
|
0 commit comments