lib/aws/storage_gateway/client.rb in aws-sdk-1.12.0 vs lib/aws/storage_gateway/client.rb in aws-sdk-1.13.0
- old
+ new
@@ -15,11 +15,17 @@
class StorageGateway
# Client class for AWS Storage Gateway.
class Client < Core::JSONClient
+ API_VERSION = '2012-06-30'
+
# @api private
CACHEABLE_REQUESTS = Set[]
+
+ end
+
+ class Client::V20120630 < Client
# client methods #
# @!method activate_gateway(options = {})
# Calls the ActivateGateway API operation.