# File lib/fog/aws/parsers/cloud_watch/describe_alarm_history.rb, line 8
          def reset
            @response = { 'DescribeAlarmHistoryResult' => {'AlarmHistoryItems' => []}, 'ResponseMetadata' => {} }
            reset_alarm_history_item
          end