lib/aws/storage_gateway/client.rb in aws-sdk-1.8.0 vs lib/aws/storage_gateway/client.rb in aws-sdk-1.8.1

- old
+ new

@@ -1,6 +1,6 @@ -# Copyright 2011-2012 Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright 2011-2013 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 # @@ -15,16 +15,14 @@ class StorageGateway # Client class for AWS Storage Gateway. class Client < Core::JSONClient - define_client_methods('2012-06-30') - # @private CACHEABLE_REQUESTS = Set[] - ## client methods ## + # client methods # # @!method activate_gateway(options = {}) # Calls the ActivateGateway API operation. # @param [Hash] options # * +:activation_key+ - *required* - (String) @@ -463,10 +461,12 @@ # @return [Core::Response] # The #data method of the response object returns # a hash with the following structure: # * +VolumeARN+ - (String) - ## end client methods ## + # end client methods # + + define_client_methods('2012-06-30') end end end