@@ -758,8 +758,7 @@ def list_tag_configurations(
758758 :param filter_include_percentiles: Filter distributions with additional percentile
759759 aggregations enabled or disabled.
760760 :type filter_include_percentiles: bool, optional
761- :param filter_queried: (Preview) Filter custom metrics that have or have not been queried in the specified window[seconds].
762- If no window is provided or the window is less than 2 hours, a default of 2 hours will be applied.
761+ :param filter_queried: (Preview) Filter custom metrics that have or have not been queried in the past 30 days.
763762 :type filter_queried: bool, optional
764763 :param filter_tags: Filter metrics that have been submitted with the given tags. Supports boolean and wildcard expressions.
765764 Can only be combined with the filter[queried] filter.
@@ -837,8 +836,7 @@ def list_tag_configurations_with_pagination(
837836 :param filter_include_percentiles: Filter distributions with additional percentile
838837 aggregations enabled or disabled.
839838 :type filter_include_percentiles: bool, optional
840- :param filter_queried: (Preview) Filter custom metrics that have or have not been queried in the specified window[seconds].
841- If no window is provided or the window is less than 2 hours, a default of 2 hours will be applied.
839+ :param filter_queried: (Preview) Filter custom metrics that have or have not been queried in the past 30 days.
842840 :type filter_queried: bool, optional
843841 :param filter_tags: Filter metrics that have been submitted with the given tags. Supports boolean and wildcard expressions.
844842 Can only be combined with the filter[queried] filter.
0 commit comments