diff --git a/scaleway-async/scaleway_async/ipam/v1/types.py b/scaleway-async/scaleway_async/ipam/v1/types.py index 6f0599897..00e4a2ae6 100644 --- a/scaleway-async/scaleway_async/ipam/v1/types.py +++ b/scaleway-async/scaleway_async/ipam/v1/types.py @@ -59,6 +59,7 @@ class ResourceType(str, Enum, metaclass=StrEnumMeta): KAFKA_CLUSTER = "kafka_cluster" BGP_ENDPOINT = "bgp_endpoint" SCBL_SEDB_CLUSTER = "scbl_sedb_cluster" + DTWH_DEPLOYMENT = "dtwh_deployment" def __str__(self) -> str: return str(self.value) diff --git a/scaleway/scaleway/ipam/v1/types.py b/scaleway/scaleway/ipam/v1/types.py index 6f0599897..00e4a2ae6 100644 --- a/scaleway/scaleway/ipam/v1/types.py +++ b/scaleway/scaleway/ipam/v1/types.py @@ -59,6 +59,7 @@ class ResourceType(str, Enum, metaclass=StrEnumMeta): KAFKA_CLUSTER = "kafka_cluster" BGP_ENDPOINT = "bgp_endpoint" SCBL_SEDB_CLUSTER = "scbl_sedb_cluster" + DTWH_DEPLOYMENT = "dtwh_deployment" def __str__(self) -> str: return str(self.value)