lib/aws/core/configuration.rb in aws-sdk-1.7.1 vs lib/aws/core/configuration.rb in aws-sdk-1.8.0

- old
+ new

@@ -67,10 +67,13 @@ # The service endpoint for Auto Scaling. # # @attr_reader [String] cloud_formation_endpoint ('cloudformation.us-east-1.amazonaws.com') # The service endpoint for AWS CloudFormation. # + # @attr_reader [String] cloud_front_endpoint ('cloudfront.amazonaws.com') + # The service endpoint for Amazon CloudFront. + # # @attr_reader [String] cloud_search ('cloudsearch.us-east-1.amazonaws.com') # The service endpoint for Amazon CloudSearch. # # @attr_reader [String] cloud_watch_endpoint ('monitoring.us-east-1.amazonaws.com') # The service endpoint for Amazon CloudWatch. @@ -97,10 +100,13 @@ # The service endpoint for AWS Elastic Beanstalk. # # @attr_reader [String] elb_endpoint ('elasticloadbalancing.us-east-1.amazonaws.com') # The service endpoint for Elastic Load Balancing. # + # @attr_reader [String] glacier_endpoint ('glacier.us-east-1.amazonaws.com') + # The service endpoint for Amazon Glacier. + # # @attr_reader [Object] http_handler The http handler that sends requests # to AWS. Defaults to an HTTP handler built on net/http. # # @attr_reader [Integer] http_idle_timeout The number of seconds a # persistent connection is allowed to sit idle before it should no @@ -119,10 +125,13 @@ # configured, then wire traces will be sent to standard out. # # @attr_reader [String] iam_endpoint ('iam.amazonaws.com') # The service endpoint for AWS Idenity Access Management (IAM). # + # @attr_reader [String] import_export_endpoint ('importexport.amazonaws.com') + # The service endpoint for AWS Import/Export. + # # @attr_reader [Logger,nil] logger (nil) The logging interface. # # @attr_reader [Symbol] log_level (:info) The log level. # # @attr_reader [LogFormatter] log_formatter The log message formatter. @@ -236,9 +245,12 @@ # @attr_reader [String] sns_endpoint ('sns.us-east-1.amazonaws.com') # The service endpoint for Amazon SNS. # # @attr_reader [String] sqs_endpoint ('sqs.us-east-1.amazonaws.com') # The service endpoint for Amazon SQS. + # + # @attr_reader [String] :storage_gateway_endpoint ('storagegateway.us-east-1.amazonaws.com') + # The service endpoint for AWS Storage Gateway. # # @attr_reader [String] sts_endpoint ('sts.amazonaws.com') # The service endpoint for AWS Security Token Service. # # @attr_reader [Boolean] use_ssl (true) When +true+, all requests