pulumi-aiven 6.29.0__py3-none-any.whl → 6.29.0a1732277141__py3-none-any.whl
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.
Potentially problematic release.
This version of pulumi-aiven might be problematic. Click here for more details.
- pulumi_aiven/__init__.py +0 -9
- pulumi_aiven/_inputs.py +36 -513
- pulumi_aiven/billing_group.py +7 -7
- pulumi_aiven/get_billing_group.py +1 -1
- pulumi_aiven/get_mirror_maker_replication_flow.py +1 -15
- pulumi_aiven/get_valkey_user.py +9 -9
- pulumi_aiven/mirror_maker_replication_flow.py +0 -47
- pulumi_aiven/outputs.py +48 -719
- pulumi_aiven/pulumi-plugin.json +1 -1
- pulumi_aiven/valkey.py +2 -2
- pulumi_aiven/valkey_user.py +48 -142
- {pulumi_aiven-6.29.0.dist-info → pulumi_aiven-6.29.0a1732277141.dist-info}/METADATA +1 -1
- {pulumi_aiven-6.29.0.dist-info → pulumi_aiven-6.29.0a1732277141.dist-info}/RECORD +15 -16
- pulumi_aiven/kafka_native_acl.py +0 -534
- {pulumi_aiven-6.29.0.dist-info → pulumi_aiven-6.29.0a1732277141.dist-info}/WHEEL +0 -0
- {pulumi_aiven-6.29.0.dist-info → pulumi_aiven-6.29.0a1732277141.dist-info}/top_level.txt +0 -0
pulumi_aiven/__init__.py
CHANGED
|
@@ -112,7 +112,6 @@ from .kafka_acl import *
|
|
|
112
112
|
from .kafka_connect import *
|
|
113
113
|
from .kafka_connector import *
|
|
114
114
|
from .kafka_mirror_maker import *
|
|
115
|
-
from .kafka_native_acl import *
|
|
116
115
|
from .kafka_schema import *
|
|
117
116
|
from .kafka_schema_configuration import *
|
|
118
117
|
from .kafka_schema_registry_acl import *
|
|
@@ -456,14 +455,6 @@ _utilities.register(
|
|
|
456
455
|
"aiven:index/kafkaMirrorMaker:KafkaMirrorMaker": "KafkaMirrorMaker"
|
|
457
456
|
}
|
|
458
457
|
},
|
|
459
|
-
{
|
|
460
|
-
"pkg": "aiven",
|
|
461
|
-
"mod": "index/kafkaNativeAcl",
|
|
462
|
-
"fqn": "pulumi_aiven",
|
|
463
|
-
"classes": {
|
|
464
|
-
"aiven:index/kafkaNativeAcl:KafkaNativeAcl": "KafkaNativeAcl"
|
|
465
|
-
}
|
|
466
|
-
},
|
|
467
458
|
{
|
|
468
459
|
"pkg": "aiven",
|
|
469
460
|
"mod": "index/kafkaSchema",
|