From 1e615f536141ca77acd2a877e5aa8f24b546fa6a Mon Sep 17 00:00:00 2001 From: "ci.datadog-api-spec" Date: Thu, 15 Feb 2024 17:40:20 +0000 Subject: [PATCH] Regenerate client from commit 45fd84e5 of spec repo --- .apigentools-info | 8 ++++---- .generator/schemas/v2/openapi.yaml | 4 ++-- src/datadog_api_client/v2/api/usage_metering_api.py | 4 ++-- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.apigentools-info b/.apigentools-info index e7574bbdc8..12d4dd0c2d 100644 --- a/.apigentools-info +++ b/.apigentools-info @@ -4,13 +4,13 @@ "spec_versions": { "v1": { "apigentools_version": "1.6.6", - "regenerated": "2024-02-15 11:25:06.193150", - "spec_repo_commit": "14c48bc8" + "regenerated": "2024-02-15 17:39:49.568043", + "spec_repo_commit": "45fd84e5" }, "v2": { "apigentools_version": "1.6.6", - "regenerated": "2024-02-15 11:25:06.207734", - "spec_repo_commit": "14c48bc8" + "regenerated": "2024-02-15 17:39:49.582315", + "spec_repo_commit": "45fd84e5" } } } \ No newline at end of file diff --git a/.generator/schemas/v2/openapi.yaml b/.generator/schemas/v2/openapi.yaml index 3a7820429e..88f59f7fce 100644 --- a/.generator/schemas/v2/openapi.yaml +++ b/.generator/schemas/v2/openapi.yaml @@ -24052,7 +24052,7 @@ paths: /api/v2/cost_by_tag/active_billing_dimensions: get: description: Get active billing dimensions for cost attribution. Cost data for - a given month becomes available no later than the 17th of the following month. + a given month becomes available no later than the 19th of the following month. operationId: GetActiveBillingDimensions responses: '200': @@ -24094,7 +24094,7 @@ paths: get: description: "Get monthly cost attribution by tag across multi-org and single root-org accounts.\nCost Attribution data for a given month becomes available - no later than the 17th of the following month.\nThis API endpoint is paginated. + no later than the 19th of the following month.\nThis API endpoint is paginated. To make sure you receive all records, check if the value of `next_record_id` is\nset in the response. If it is, make another request and pass `next_record_id` as a parameter.\nPseudo code example:\n```\nresponse := GetMonthlyCostAttribution(start_month, diff --git a/src/datadog_api_client/v2/api/usage_metering_api.py b/src/datadog_api_client/v2/api/usage_metering_api.py index 81b5926f73..e38144d796 100644 --- a/src/datadog_api_client/v2/api/usage_metering_api.py +++ b/src/datadog_api_client/v2/api/usage_metering_api.py @@ -399,7 +399,7 @@ def get_active_billing_dimensions( ) -> ActiveBillingDimensionsResponse: """Get active billing dimensions for cost attribution. - Get active billing dimensions for cost attribution. Cost data for a given month becomes available no later than the 17th of the following month. + Get active billing dimensions for cost attribution. Cost data for a given month becomes available no later than the 19th of the following month. :rtype: ActiveBillingDimensionsResponse """ @@ -595,7 +595,7 @@ def get_monthly_cost_attribution( """Get Monthly Cost Attribution. Get monthly cost attribution by tag across multi-org and single root-org accounts. - Cost Attribution data for a given month becomes available no later than the 17th of the following month. + Cost Attribution data for a given month becomes available no later than the 19th of the following month. This API endpoint is paginated. To make sure you receive all records, check if the value of ``next_record_id`` is set in the response. If it is, make another request and pass ``next_record_id`` as a parameter. Pseudo code example: