# File lib/fog/aws/models/cdn/streaming_distributions.rb, line 18defget_distribution(dist_id)
service.get_streaming_distribution(dist_id)
end
list_distributions(options = {})click to toggle source
# File lib/fog/aws/models/cdn/streaming_distributions.rb, line 22deflist_distributions(options = {})
service.get_streaming_distribution_list(options)
end