aws-sdk-v1 1.62.0 → 1.63.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -16,7 +16,7 @@ module AWS
16
16
 
17
17
  class Client < Core::RESTXMLClient
18
18
 
19
- API_VERSION = '2014-10-21'
19
+ API_VERSION = '2014-11-06'
20
20
 
21
21
  signature_version :Version4, 'cloudfront'
22
22
 
@@ -57,5 +57,9 @@ module AWS
57
57
  define_client_methods('2014-10-21')
58
58
  end
59
59
 
60
+ class Client::V20141106 < Client
61
+ define_client_methods('2014-11-06')
62
+ end
63
+
60
64
  end
61
65
  end
@@ -13,5 +13,5 @@
13
13
 
14
14
  module AWS
15
15
  # Current version of the AWS SDK for Ruby
16
- VERSION = '1.62.0'
16
+ VERSION = '1.63.0'
17
17
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.62.0
4
+ version: 1.63.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-02-12 00:00:00.000000000 Z
11
+ date: 2015-02-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: nokogiri
@@ -66,6 +66,7 @@ files:
66
66
  - lib/aws/api_config/CloudFront-2014-01-31.yml
67
67
  - lib/aws/api_config/CloudFront-2014-05-31.yml
68
68
  - lib/aws/api_config/CloudFront-2014-10-21.yml
69
+ - lib/aws/api_config/CloudFront-2014-11-06.yml
69
70
  - lib/aws/api_config/CloudSearch-2011-02-01.yml
70
71
  - lib/aws/api_config/CloudSearch-2013-01-01.yml
71
72
  - lib/aws/api_config/CloudTrail-2013-11-01.yml