# File lib/fog/aws/models/cdn/streaming_distributions.rb, line 16 def get_distribution(dist_id) service.get_streaming_distribution(dist_id) end
# File lib/fog/aws/models/cdn/streaming_distributions.rb, line 20 def list_distributions(options = {}) service.get_streaming_distribution_list(options) end