@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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pulumi/aiven",
3
- "version": "v6.10.1",
3
+ "version": "v6.11.0-alpha.1704428276+82c07282",
4
4
  "description": "A Pulumi package for creating and managing Aiven cloud resources.",
5
5
  "keywords": [
6
6
  "pulumi",
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. This field is temporarily disabled.
1476
+ * local.retention.bytes value
1477
1477
  */
1478
1478
  localRetentionBytes?: pulumi.Input<string>;
1479
1479
  /**
1480
- * local.retention.ms value. This field is temporarily disabled.
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. This field is temporarily disabled.
3193
+ * local.retention.bytes value
3194
3194
  */
3195
3195
  localRetentionBytes?: string;
3196
3196
  /**
3197
- * local.retention.ms value. This field is temporarily disabled.
3197
+ * local.retention.ms value
3198
3198
  */
3199
3199
  localRetentionMs?: string;
3200
3200
  /**