From 2221c90d5a60054937f9e3fa4a8f7f58b94b3546 Mon Sep 17 00:00:00 2001 From: scaleway-bot Date: Fri, 20 Dec 2024 15:26:33 +0000 Subject: [PATCH] feat: update generated APIs --- .../scaleway_async/edge_services/v1alpha1/types.py | 8 ++++---- scaleway/scaleway/edge_services/v1alpha1/types.py | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/scaleway-async/scaleway_async/edge_services/v1alpha1/types.py b/scaleway-async/scaleway_async/edge_services/v1alpha1/types.py index bb8a3736f..1df8f4c27 100644 --- a/scaleway-async/scaleway_async/edge_services/v1alpha1/types.py +++ b/scaleway-async/scaleway_async/edge_services/v1alpha1/types.py @@ -765,12 +765,12 @@ class GetBillingResponse: current_plan_cache_usage: int """ - Total amount of data egressed from the cache in gigabytes from the beginning of the month, included in the active subscription plan. + Total amount of data egressed from the cache in gigabytes from the beginning of the month, for the active subscription plan. """ extra_cache_usage: int """ - Total amount of extra data egressed from cache in gigabytes from the beginning of the month, not included in the active subscription plan. + Total amount of extra data egressed from cache in gigabytes from the beginning of the month, not included in the subscription plans. """ current_plan: Optional[PlanDetails] @@ -785,12 +785,12 @@ class GetBillingResponse: extra_pipelines_cost: Optional[Money] """ - Cost to date (this month) of pipelines not included in the subscription plan. + Cost to date (this month) of pipelines not included in the subscription plans. """ extra_cache_cost: Optional[Money] """ - Cost to date (this month) of the data egressed from the cache that is not included in the active subscription plan. + Cost to date (this month) of the data egressed from the cache that is not included in the subscription plans. """ total_cost: Optional[Money] diff --git a/scaleway/scaleway/edge_services/v1alpha1/types.py b/scaleway/scaleway/edge_services/v1alpha1/types.py index bb8a3736f..1df8f4c27 100644 --- a/scaleway/scaleway/edge_services/v1alpha1/types.py +++ b/scaleway/scaleway/edge_services/v1alpha1/types.py @@ -765,12 +765,12 @@ class GetBillingResponse: current_plan_cache_usage: int """ - Total amount of data egressed from the cache in gigabytes from the beginning of the month, included in the active subscription plan. + Total amount of data egressed from the cache in gigabytes from the beginning of the month, for the active subscription plan. """ extra_cache_usage: int """ - Total amount of extra data egressed from cache in gigabytes from the beginning of the month, not included in the active subscription plan. + Total amount of extra data egressed from cache in gigabytes from the beginning of the month, not included in the subscription plans. """ current_plan: Optional[PlanDetails] @@ -785,12 +785,12 @@ class GetBillingResponse: extra_pipelines_cost: Optional[Money] """ - Cost to date (this month) of pipelines not included in the subscription plan. + Cost to date (this month) of pipelines not included in the subscription plans. """ extra_cache_cost: Optional[Money] """ - Cost to date (this month) of the data egressed from the cache that is not included in the active subscription plan. + Cost to date (this month) of the data egressed from the cache that is not included in the subscription plans. """ total_cost: Optional[Money]