# File lib/aws/cloud_watch/alarm_history_item_collection.rb, line 52
      def with_end_date date
        date = date.iso8601 if date.respond_to?(:iso8601)
        filter(:end_date, date)
      end