From 131c281128e756b8844ecd6d8856bb48060a3ffe Mon Sep 17 00:00:00 2001 From: scaleway-bot Date: Tue, 15 Oct 2024 09:37:10 +0000 Subject: [PATCH] feat: update generated APIs --- .../scaleway_async/edge_services/v1alpha1/api.py | 2 +- .../edge_services/v1alpha1/types.py | 16 ++++++++-------- scaleway/scaleway/edge_services/v1alpha1/api.py | 2 +- .../scaleway/edge_services/v1alpha1/types.py | 16 ++++++++-------- 4 files changed, 18 insertions(+), 18 deletions(-) diff --git a/scaleway-async/scaleway_async/edge_services/v1alpha1/api.py b/scaleway-async/scaleway_async/edge_services/v1alpha1/api.py index ad75550bf..64a9648b9 100644 --- a/scaleway-async/scaleway_async/edge_services/v1alpha1/api.py +++ b/scaleway-async/scaleway_async/edge_services/v1alpha1/api.py @@ -1719,7 +1719,7 @@ async def get_billing( project_id: Optional[str] = None, ) -> GetBillingResponse: """ - Gives information on current edge-services subscription plan and used resources with associated price. + Gives information on the currently selected Edge Services subscription plan, resource usage and associated billing information for this calendar month (including whether consumption falls within or exceeds the currently selected subscription plan.). :param project_id: :return: :class:`GetBillingResponse ` diff --git a/scaleway-async/scaleway_async/edge_services/v1alpha1/types.py b/scaleway-async/scaleway_async/edge_services/v1alpha1/types.py index b77f4d1f8..8c2cb76e0 100644 --- a/scaleway-async/scaleway_async/edge_services/v1alpha1/types.py +++ b/scaleway-async/scaleway_async/edge_services/v1alpha1/types.py @@ -484,7 +484,7 @@ class PlanDetails: pipeline_limit: int """ - Number of pipeline included in subscription plan. + Number of pipelines included in subscription plan. """ @@ -732,22 +732,22 @@ class GetBillingRequest: class GetBillingResponse: pipeline_number: int """ - Total number of pipeline currently configured. + Total number of pipelines currently configured. """ current_plan_cache_usage: int """ - Total amount of data egressed from cache in current subscription plan. + Total amount of data egressed from the cache (this month), included in the active subscription plan. """ extra_cache_usage: int """ - Total amount of data egressed from cache not included in the plans. + Total amount of data egressed from cache (this month), not included in the active subscription plan. """ current_plan: Optional[PlanDetails] """ - Information on the current edge-service subscription plan. + Information on the currently-selected, active Edge Services subscription plan. """ plan_cost: Optional[Money] @@ -757,17 +757,17 @@ class GetBillingResponse: extra_pipelines_cost: Optional[Money] """ - Cost to date of the pipelines not included in the plans. + Cost to date (this month) of pipelines not included in the subscription plan. """ extra_cache_cost: Optional[Money] """ - Cost to date of the data egressed from cache not included in the plans. + Cost to date (this month) of the data egressed from the cache that is not included in the active subscription plan. """ total_cost: Optional[Money] """ - Total cost to date of edge-service product for the month including current plan, previous plans, extra pipelines and extra egress cache data. + Total cost to date (this month) of all Edge Services resources including active subscription plan, previously active plans, extra pipelines and extra egress cache data. """ diff --git a/scaleway/scaleway/edge_services/v1alpha1/api.py b/scaleway/scaleway/edge_services/v1alpha1/api.py index 2865c2b83..3ea0fff33 100644 --- a/scaleway/scaleway/edge_services/v1alpha1/api.py +++ b/scaleway/scaleway/edge_services/v1alpha1/api.py @@ -1715,7 +1715,7 @@ def get_billing( project_id: Optional[str] = None, ) -> GetBillingResponse: """ - Gives information on current edge-services subscription plan and used resources with associated price. + Gives information on the currently selected Edge Services subscription plan, resource usage and associated billing information for this calendar month (including whether consumption falls within or exceeds the currently selected subscription plan.). :param project_id: :return: :class:`GetBillingResponse ` diff --git a/scaleway/scaleway/edge_services/v1alpha1/types.py b/scaleway/scaleway/edge_services/v1alpha1/types.py index b77f4d1f8..8c2cb76e0 100644 --- a/scaleway/scaleway/edge_services/v1alpha1/types.py +++ b/scaleway/scaleway/edge_services/v1alpha1/types.py @@ -484,7 +484,7 @@ class PlanDetails: pipeline_limit: int """ - Number of pipeline included in subscription plan. + Number of pipelines included in subscription plan. """ @@ -732,22 +732,22 @@ class GetBillingRequest: class GetBillingResponse: pipeline_number: int """ - Total number of pipeline currently configured. + Total number of pipelines currently configured. """ current_plan_cache_usage: int """ - Total amount of data egressed from cache in current subscription plan. + Total amount of data egressed from the cache (this month), included in the active subscription plan. """ extra_cache_usage: int """ - Total amount of data egressed from cache not included in the plans. + Total amount of data egressed from cache (this month), not included in the active subscription plan. """ current_plan: Optional[PlanDetails] """ - Information on the current edge-service subscription plan. + Information on the currently-selected, active Edge Services subscription plan. """ plan_cost: Optional[Money] @@ -757,17 +757,17 @@ class GetBillingResponse: extra_pipelines_cost: Optional[Money] """ - Cost to date of the pipelines not included in the plans. + Cost to date (this month) of pipelines not included in the subscription plan. """ extra_cache_cost: Optional[Money] """ - Cost to date of the data egressed from cache not included in the plans. + Cost to date (this month) of the data egressed from the cache that is not included in the active subscription plan. """ total_cost: Optional[Money] """ - Total cost to date of edge-service product for the month including current plan, previous plans, extra pipelines and extra egress cache data. + Total cost to date (this month) of all Edge Services resources including active subscription plan, previously active plans, extra pipelines and extra egress cache data. """