pulumi-digitalocean 4.48.0a1750226023__py3-none-any.whl → 4.49.0__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-digitalocean might be problematic. Click here for more details.

@@ -34,6 +34,7 @@ from .droplet_snapshot import *
34
34
  from .firewall import *
35
35
  from .floating_ip import *
36
36
  from .floating_ip_assignment import *
37
+ from .genai_agent import *
37
38
  from .get_account import *
38
39
  from .get_app import *
39
40
  from .get_certificate import *
@@ -51,12 +52,15 @@ from .get_droplet_snapshot import *
51
52
  from .get_droplets import *
52
53
  from .get_firewall import *
53
54
  from .get_floating_ip import *
55
+ from .get_genai_agent import *
56
+ from .get_genai_agents import *
54
57
  from .get_image import *
55
58
  from .get_images import *
56
59
  from .get_kubernetes_cluster import *
57
60
  from .get_kubernetes_versions import *
58
61
  from .get_load_balancer import *
59
62
  from .get_partner_attachment import *
63
+ from .get_partner_attachment_service_key import *
60
64
  from .get_project import *
61
65
  from .get_projects import *
62
66
  from .get_record import *
@@ -337,6 +341,14 @@ _utilities.register(
337
341
  "digitalocean:index/floatingIpAssignment:FloatingIpAssignment": "FloatingIpAssignment"
338
342
  }
339
343
  },
344
+ {
345
+ "pkg": "digitalocean",
346
+ "mod": "index/genaiAgent",
347
+ "fqn": "pulumi_digitalocean",
348
+ "classes": {
349
+ "digitalocean:index/genaiAgent:GenaiAgent": "GenaiAgent"
350
+ }
351
+ },
340
352
  {
341
353
  "pkg": "digitalocean",
342
354
  "mod": "index/kubernetesCluster",