Sha256: 556663a98354f488cef736e1a3f2888b703d45850ae0500d9cdd51266f491356
Contents?: true
Size: 628 Bytes
Versions: 4
Compression:
Stored size: 628 Bytes
Contents
require 'aws/api' require 'aws/call_types/action_param' require 'aws/signing/version2' module AWS ## # Amazon's Identity and Access Management # # http://docs.amazonwebservices.com/IAM/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 IAM < API endpoint "iam" use_https true version "2010-05-08" include CallTypes::ActionParam include Signing::Version2 end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
simple_aws-1.0.0 | lib/aws/iam.rb |
simple_aws-1.0.0.pre3 | lib/aws/iam.rb |
simple_aws-1.0.0.pre2 | lib/aws/iam.rb |
simple_aws-1.0.0.pre1 | lib/aws/iam.rb |