@@ -792,7 +792,8 @@ def list_tag_configurations(
792792 :param filter_include_percentiles: Filter distributions with additional percentile
793793 aggregations enabled or disabled.
794794 :type filter_include_percentiles: bool, optional
795- :param filter_queried: (Preview) Filter custom metrics that have or have not been queried in the past 30 days.
795+ :param filter_queried: (Preview) Filter custom metrics that have or have not been queried in the specified window[seconds].
796+ If no window is provided or the window is less than 2 hours, a default of 2 hours will be applied.
796797 :type filter_queried: bool, optional
797798 :param filter_tags: Filter metrics that have been submitted with the given tags. Supports boolean and wildcard expressions.
798799 Can only be combined with the filter[queried] filter.
@@ -870,7 +871,8 @@ def list_tag_configurations_with_pagination(
870871 :param filter_include_percentiles: Filter distributions with additional percentile
871872 aggregations enabled or disabled.
872873 :type filter_include_percentiles: bool, optional
873- :param filter_queried: (Preview) Filter custom metrics that have or have not been queried in the past 30 days.
874+ :param filter_queried: (Preview) Filter custom metrics that have or have not been queried in the specified window[seconds].
875+ If no window is provided or the window is less than 2 hours, a default of 2 hours will be applied.
874876 :type filter_queried: bool, optional
875877 :param filter_tags: Filter metrics that have been submitted with the given tags. Supports boolean and wildcard expressions.
876878 Can only be combined with the filter[queried] filter.
0 commit comments