Sha256: b9cb7092da09b9ea7462a8b6698bf3c4812e92018933739cdfcee9841ad3e678
Contents?: true
Size: 676 Bytes
Versions: 4
Compression:
Stored size: 676 Bytes
Contents
require 'aws/api' require 'aws/call_types/action_param' require 'aws/signing/version2' module AWS ## # Amazon's Elastic Beanstalk # # http://docs.amazonwebservices.com/elasticbeanstalk/latest/api/ # # All requests are POST and always through HTTPS. Use the third parameter to # #initialize if you need to talk to a region other than us-east-1. # # @see AWS::CallTypes::ActionParam Calling rules # @see AWS::Response Response handling ## class ElasticBeanstalk < API endpoint "elasticbeanstalk" use_https true version "2010-12-01" default_region "us-east-1" include CallTypes::ActionParam include Signing::Version2 end end
Version data entries
4 entries across 4 versions & 1 rubygems