@@ -110,12 +110,11 @@ def get_aggregated(
110110 /v1/`reservation_cost_report`/totals, as the results from this report will not
111111 be accurate.
112112
113- Receiving data from the past hour might lead to incomplete statistics. For the
114- most accurate data, we recommend accessing the statistics after at least one
115- hour. Typically, updates are available within a 24-hour period, although the
116- frequency can vary. Maintenance periods or other exceptions may cause delays,
117- potentially extending beyond 24 hours until the servers are back online and the
118- missing data is filled in.
113+ Data from the past hour may not reflect the full set of statistics. For the most
114+ complete and accurate results, we recommend accessing the data at least one hour
115+ after the relevant time period. Updates are generally available within a 24-hour
116+ window, though timing can vary. Scheduled maintenance or other exceptions may
117+ occasionally cause delays beyond 24 hours.
119118
120119 Args:
121120 time_from: The start date of the report period (ISO 8601). The report starts from the
@@ -226,12 +225,11 @@ def get_aggregated_monthly(
226225 spent billing units (e.g., hours or GB) for resources. The "`time_to`" parameter
227226 represents all days in the specified month.
228227
229- Receiving data from the past hour might lead to incomplete statistics. For the
230- most accurate data, we recommend accessing the statistics after at least one
231- hour. Typically, updates are available within a 24-hour period, although the
232- frequency can vary. Maintenance periods or other exceptions may cause delays,
233- potentially extending beyond 24 hours until the servers are back online and the
234- missing data is filled in.
228+ Data from the past hour may not reflect the full set of statistics. For the most
229+ complete and accurate results, we recommend accessing the data at least one hour
230+ after the relevant time period. Updates are generally available within a 24-hour
231+ window, though timing can vary. Scheduled maintenance or other exceptions may
232+ occasionally cause delays beyond 24 hours.
235233
236234 Args:
237235 regions: List of region IDs.
@@ -344,12 +342,11 @@ def get_detailed(
344342 /v1/`reservation_cost_report`/totals, as the results from this report will not
345343 be accurate.
346344
347- Receiving data from the past hour might lead to incomplete statistics. For the
348- most accurate data, we recommend accessing the statistics after at least one
349- hour. Typically, updates are available within a 24-hour period, although the
350- frequency can vary. Maintenance periods or other exceptions may cause delays,
351- potentially extending beyond 24 hours until the servers are back online and the
352- missing data is filled in.
345+ Data from the past hour may not reflect the full set of statistics. For the most
346+ complete and accurate results, we recommend accessing the data at least one hour
347+ after the relevant time period. Updates are generally available within a 24-hour
348+ window, though timing can vary. Scheduled maintenance or other exceptions may
349+ occasionally cause delays beyond 24 hours.
353350
354351 Args:
355352 time_from: The start date of the report period (ISO 8601). The report starts from the
@@ -495,12 +492,11 @@ async def get_aggregated(
495492 /v1/`reservation_cost_report`/totals, as the results from this report will not
496493 be accurate.
497494
498- Receiving data from the past hour might lead to incomplete statistics. For the
499- most accurate data, we recommend accessing the statistics after at least one
500- hour. Typically, updates are available within a 24-hour period, although the
501- frequency can vary. Maintenance periods or other exceptions may cause delays,
502- potentially extending beyond 24 hours until the servers are back online and the
503- missing data is filled in.
495+ Data from the past hour may not reflect the full set of statistics. For the most
496+ complete and accurate results, we recommend accessing the data at least one hour
497+ after the relevant time period. Updates are generally available within a 24-hour
498+ window, though timing can vary. Scheduled maintenance or other exceptions may
499+ occasionally cause delays beyond 24 hours.
504500
505501 Args:
506502 time_from: The start date of the report period (ISO 8601). The report starts from the
@@ -611,12 +607,11 @@ async def get_aggregated_monthly(
611607 spent billing units (e.g., hours or GB) for resources. The "`time_to`" parameter
612608 represents all days in the specified month.
613609
614- Receiving data from the past hour might lead to incomplete statistics. For the
615- most accurate data, we recommend accessing the statistics after at least one
616- hour. Typically, updates are available within a 24-hour period, although the
617- frequency can vary. Maintenance periods or other exceptions may cause delays,
618- potentially extending beyond 24 hours until the servers are back online and the
619- missing data is filled in.
610+ Data from the past hour may not reflect the full set of statistics. For the most
611+ complete and accurate results, we recommend accessing the data at least one hour
612+ after the relevant time period. Updates are generally available within a 24-hour
613+ window, though timing can vary. Scheduled maintenance or other exceptions may
614+ occasionally cause delays beyond 24 hours.
620615
621616 Args:
622617 regions: List of region IDs.
@@ -729,12 +724,11 @@ async def get_detailed(
729724 /v1/`reservation_cost_report`/totals, as the results from this report will not
730725 be accurate.
731726
732- Receiving data from the past hour might lead to incomplete statistics. For the
733- most accurate data, we recommend accessing the statistics after at least one
734- hour. Typically, updates are available within a 24-hour period, although the
735- frequency can vary. Maintenance periods or other exceptions may cause delays,
736- potentially extending beyond 24 hours until the servers are back online and the
737- missing data is filled in.
727+ Data from the past hour may not reflect the full set of statistics. For the most
728+ complete and accurate results, we recommend accessing the data at least one hour
729+ after the relevant time period. Updates are generally available within a 24-hour
730+ window, though timing can vary. Scheduled maintenance or other exceptions may
731+ occasionally cause delays beyond 24 hours.
738732
739733 Args:
740734 time_from: The start date of the report period (ISO 8601). The report starts from the
0 commit comments