@pulumi/aiven 6.10.1 → 6.11.0-alpha.1704428276
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/types/input.d.ts +2 -2
- package/types/output.d.ts +2 -2
package/package.json
CHANGED
package/types/input.d.ts
CHANGED
|
@@ -1473,11 +1473,11 @@ export interface KafkaTopicConfig {
|
|
|
1473
1473
|
*/
|
|
1474
1474
|
indexIntervalBytes?: pulumi.Input<string>;
|
|
1475
1475
|
/**
|
|
1476
|
-
* local.retention.bytes value
|
|
1476
|
+
* local.retention.bytes value
|
|
1477
1477
|
*/
|
|
1478
1478
|
localRetentionBytes?: pulumi.Input<string>;
|
|
1479
1479
|
/**
|
|
1480
|
-
* local.retention.ms value
|
|
1480
|
+
* local.retention.ms value
|
|
1481
1481
|
*/
|
|
1482
1482
|
localRetentionMs?: pulumi.Input<string>;
|
|
1483
1483
|
/**
|
package/types/output.d.ts
CHANGED
|
@@ -3190,11 +3190,11 @@ export interface KafkaTopicConfig {
|
|
|
3190
3190
|
*/
|
|
3191
3191
|
indexIntervalBytes?: string;
|
|
3192
3192
|
/**
|
|
3193
|
-
* local.retention.bytes value
|
|
3193
|
+
* local.retention.bytes value
|
|
3194
3194
|
*/
|
|
3195
3195
|
localRetentionBytes?: string;
|
|
3196
3196
|
/**
|
|
3197
|
-
* local.retention.ms value
|
|
3197
|
+
* local.retention.ms value
|
|
3198
3198
|
*/
|
|
3199
3199
|
localRetentionMs?: string;
|
|
3200
3200
|
/**
|