From ff19198ef4247523f8a9b6ddc3c6b7856bd52727 Mon Sep 17 00:00:00 2001 From: Scaleway Bot Date: Tue, 24 Dec 2024 14:59:44 +0100 Subject: [PATCH] docs(edge_services): update description for billing endpoint (#803) --- .../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 bb8a3736..1df8f4c2 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 bb8a3736..1df8f4c2 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]