diff --git a/scaleway-async/scaleway_async/ipam/v1/types.py b/scaleway-async/scaleway_async/ipam/v1/types.py index 2cbe1eb24..c5e7cbf5e 100644 --- a/scaleway-async/scaleway_async/ipam/v1/types.py +++ b/scaleway-async/scaleway_async/ipam/v1/types.py @@ -62,6 +62,7 @@ class ResourceType(str, Enum, metaclass=StrEnumMeta): DTWH_DEPLOYMENT = "dtwh_deployment" SEDB_CLUSTER = "sedb_cluster" MSGQ_CLUSTER = "msgq_cluster" + EDGE_VPC_ENDPOINT = "edge_vpc_endpoint" 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 2cbe1eb24..c5e7cbf5e 100644 --- a/scaleway/scaleway/ipam/v1/types.py +++ b/scaleway/scaleway/ipam/v1/types.py @@ -62,6 +62,7 @@ class ResourceType(str, Enum, metaclass=StrEnumMeta): DTWH_DEPLOYMENT = "dtwh_deployment" SEDB_CLUSTER = "sedb_cluster" MSGQ_CLUSTER = "msgq_cluster" + EDGE_VPC_ENDPOINT = "edge_vpc_endpoint" def __str__(self) -> str: return str(self.value)