Sha256: ae459230f4dfc564d42aac874855fece7baf537c4680fa213fe20cf54e08fbaf
Contents?: true
Size: 753 Bytes
Versions: 98
Compression:
Stored size: 753 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
98 entries across 96 versions & 6 rubygems