pulumi-aiven 6.30.0__py3-none-any.whl → 6.30.0a1733787482__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 CHANGED
@@ -10,9 +10,6 @@ from .account_authentication import *
10
10
  from .account_team import *
11
11
  from .account_team_member import *
12
12
  from .account_team_project import *
13
- from .alloydbomni import *
14
- from .alloydbomni_database import *
15
- from .alloydbomni_user import *
16
13
  from .aws_privatelink import *
17
14
  from .aws_vpc_peering_connection import *
18
15
  from .azure_privatelink import *
@@ -40,9 +37,6 @@ from .get_account_authentication import *
40
37
  from .get_account_team import *
41
38
  from .get_account_team_member import *
42
39
  from .get_account_team_project import *
43
- from .get_alloydbomni import *
44
- from .get_alloydbomni_database import *
45
- from .get_alloydbomni_user import *
46
40
  from .get_aws_privatelink import *
47
41
  from .get_aws_vpc_peering_connection import *
48
42
  from .get_azure_privatelink import *
@@ -214,30 +208,6 @@ _utilities.register(
214
208
  "aiven:index/accountTeamProject:AccountTeamProject": "AccountTeamProject"
215
209
  }
216
210
  },
217
- {
218
- "pkg": "aiven",
219
- "mod": "index/alloydbomni",
220
- "fqn": "pulumi_aiven",
221
- "classes": {
222
- "aiven:index/alloydbomni:Alloydbomni": "Alloydbomni"
223
- }
224
- },
225
- {
226
- "pkg": "aiven",
227
- "mod": "index/alloydbomniDatabase",
228
- "fqn": "pulumi_aiven",
229
- "classes": {
230
- "aiven:index/alloydbomniDatabase:AlloydbomniDatabase": "AlloydbomniDatabase"
231
- }
232
- },
233
- {
234
- "pkg": "aiven",
235
- "mod": "index/alloydbomniUser",
236
- "fqn": "pulumi_aiven",
237
- "classes": {
238
- "aiven:index/alloydbomniUser:AlloydbomniUser": "AlloydbomniUser"
239
- }
240
- },
241
211
  {
242
212
  "pkg": "aiven",
243
213
  "mod": "index/awsPrivatelink",