Sha256: b67e5d30a3eddac89475fd6da94f9947af8feaf3b267762c97fffba57e092669
Contents?: true
Size: 1.49 KB
Versions: 10
Compression:
Stored size: 1.49 KB
Contents
# Copyright 2011-2012 Amazon.com, Inc. or its affiliates. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"). You # may not use this file except in compliance with the License. A copy of # the License is located at # # http://aws.amazon.com/apache2.0/ # # or in the "license" file accompanying this file. This file is # distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF # ANY KIND, either express or implied. See the License for the specific # language governing permissions and limitations under the License. require 'aws/core' require 'aws/auto_scaling/config' require 'aws/cloud_formation/config' require 'aws/dynamo_db/config' require 'aws/ec2/config' require 'aws/elb/config' require 'aws/iam/config' require 'aws/s3/config' require 'aws/simple_db/config' require 'aws/simple_email_service/config' require 'aws/simple_workflow/config' require 'aws/sns/config' require 'aws/sqs/config' require 'aws/sts/config' module AWS register_autoloads(self) do autoload :AutoScaling, 'auto_scaling' autoload :CloudFormation, 'cloud_formation' autoload :DynamoDB, 'dynamo_db' autoload :EC2, 'ec2' autoload :ELB, 'elb' autoload :IAM, 'iam' autoload :S3, 's3' autoload :SimpleDB, 'simple_db' autoload :SimpleEmailService, 'simple_email_service' autoload :SimpleWorkflow, 'simple_workflow' autoload :SNS, 'sns' autoload :SQS, 'sqs' autoload :STS, 'sts' autoload :Record, 'record' end end require 'aws/rails'
Version data entries
10 entries across 10 versions & 2 rubygems