# File lib/aws/auto_scaling.rb, line 138
    def notification_types
      resp = client.describe_auto_scaling_notification_types
      resp.auto_scaling_notification_types
    end