Sha256: b9953c4a0b885270812277c4d6b4c96fc6f41a3f3744c75397c1a8636dc4eb4a
Contents?: true
Size: 679 Bytes
Versions: 4
Compression:
Stored size: 679 Bytes
Contents
require 'aws/api' require 'aws/call_types/action_param' require 'aws/signing/version2' module AWS ## # Amazon's CloudFormation # # http://docs.amazonwebservices.com/AWSCloudFormation/latest/APIReference/ # # 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 CloudFormation < API endpoint "cloudformation" use_https true version "2010-05-15" default_region "us-east-1" include CallTypes::ActionParam include Signing::Version2 end end
Version data entries
4 entries across 4 versions & 1 rubygems