# File lib/fog/aws/requests/cloud_formation/describe_change_set.rb, line 33
        def describe_change_set(change_set_name, options = {})
          options['ChangeSetName'] = change_set_name
          request({
            'Action'    => 'DescribeChangeSet',
            :parser     => Fog::Parsers::AWS::CloudFormation::DescribeChangeSet.new
          }.merge!(options))
        end