Sha256: dd8d5ac9d3c7aa48c553d53b41bccc31974554312d08ec7cd113a832927adf9f
Contents?: true
Size: 754 Bytes
Versions: 83
Compression:
Stored size: 754 Bytes
Contents
module Fog module AWS class ElasticBeanstalk class Real require 'fog/aws/parsers/beanstalk/list_available_solution_stacks' # Checks if the specified CNAME is available. # # ==== Options # # ==== Returns # * response<~Excon::Response>: # # ==== See Also # http://docs.amazonwebservices.com/elasticbeanstalk/latest/api/API_CheckDNSAvailability.html # def list_available_solution_stacks() request({ 'Operation' => 'ListAvailableSolutionStacks', :parser => Fog::Parsers::AWS::ElasticBeanstalk::ListAvailableSolutionStacks.new }) end end end end end
Version data entries
83 entries across 83 versions & 13 rubygems