# File lib/acf/acf_interface.rb, line 327
    def set_streaming_distribution_config(aws_id, config)
      body         = distribution_config_for(config[:origin], config[:comment], config[:enabled], config[:cnames], config[:caller_reference], true)
      request_hash = generate_request('PUT', "streaming-distribution/#{aws_id}/config", body.strip,
                                      'If-Match' => config[:e_tag])
      request_info(request_hash, RightHttp2xxParser.new)
    end