aws-sdk-core 2.1.26 → 2.1.27

Sign up to get free protection for your applications and to get access to all the features.
@@ -20,6 +20,9 @@
20
20
  "*/iam": {
21
21
  "endpoint": "iam.amazonaws.com"
22
22
  },
23
+ "*/waf": {
24
+ "endpoint": "waf.amazonaws.com"
25
+ },
23
26
  "us-gov-west-1/sts": {
24
27
  "endpoint": "sts.us-gov-west-1.amazonaws.com"
25
28
  },
@@ -72,6 +72,7 @@ module Aws
72
72
  STS
73
73
  Support
74
74
  SWF
75
+ WAF
75
76
  WorkSpaces
76
77
  )
77
78
 
@@ -1,6 +1,6 @@
1
1
  Aws.add_service(:CloudFront, {
2
- api: "#{Aws::API_DIR}/cloudfront/2015-04-17/api-2.json",
3
- docs: "#{Aws::API_DIR}/cloudfront/2015-04-17/docs-2.json",
4
- paginators: "#{Aws::API_DIR}/cloudfront/2015-04-17/paginators-1.json",
5
- waiters: "#{Aws::API_DIR}/cloudfront/2015-04-17/waiters-2.json",
2
+ api: "#{Aws::API_DIR}/cloudfront/2015-07-27/api-2.json",
3
+ docs: "#{Aws::API_DIR}/cloudfront/2015-07-27/docs-2.json",
4
+ paginators: "#{Aws::API_DIR}/cloudfront/2015-07-27/paginators-1.json",
5
+ waiters: "#{Aws::API_DIR}/cloudfront/2015-07-27/waiters-2.json",
6
6
  })
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.1.26'
2
+ VERSION = '2.1.27'
3
3
  end
@@ -0,0 +1,4 @@
1
+ Aws.add_service(:WAF, {
2
+ api: "#{Aws::API_DIR}/waf/2015-08-24/api-2.json",
3
+ docs: "#{Aws::API_DIR}/waf/2015-08-24/docs-2.json",
4
+ })
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-core
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.26
4
+ version: 2.1.27
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-10-01 00:00:00.000000000 Z
11
+ date: 2015-10-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath
@@ -39,9 +39,9 @@ files:
39
39
  - apis/cloudformation/2010-05-15/paginators-1.json
40
40
  - apis/cloudformation/2010-05-15/resources-1.json
41
41
  - apis/cloudformation/2010-05-15/waiters-2.json
42
- - apis/cloudfront/2015-04-17/api-2.json
43
- - apis/cloudfront/2015-04-17/paginators-1.json
44
- - apis/cloudfront/2015-04-17/waiters-2.json
42
+ - apis/cloudfront/2015-07-27/api-2.json
43
+ - apis/cloudfront/2015-07-27/paginators-1.json
44
+ - apis/cloudfront/2015-07-27/waiters-2.json
45
45
  - apis/cloudhsm/2014-05-30/api-2.json
46
46
  - apis/cloudsearch/2013-01-01/api-2.json
47
47
  - apis/cloudsearch/2013-01-01/paginators-1.json
@@ -154,6 +154,7 @@ files:
154
154
  - apis/support/2013-04-15/paginators-1.json
155
155
  - apis/swf/2012-01-25/api-2.json
156
156
  - apis/swf/2012-01-25/paginators-1.json
157
+ - apis/waf/2015-08-24/api-2.json
157
158
  - apis/workspaces/2015-04-08/api-2.json
158
159
  - apis/workspaces/2015-04-08/paginators-1.json
159
160
  - bin/aws.rb
@@ -329,6 +330,7 @@ files:
329
330
  - lib/aws-sdk-core/tree_hash.rb
330
331
  - lib/aws-sdk-core/type_builder.rb
331
332
  - lib/aws-sdk-core/version.rb
333
+ - lib/aws-sdk-core/waf.rb
332
334
  - lib/aws-sdk-core/waiters/errors.rb
333
335
  - lib/aws-sdk-core/waiters/null_provider.rb
334
336
  - lib/aws-sdk-core/waiters/poller.rb
@@ -406,7 +408,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
406
408
  version: '0'
407
409
  requirements: []
408
410
  rubyforge_project:
409
- rubygems_version: 2.5.0
411
+ rubygems_version: 2.4.6
410
412
  signing_key:
411
413
  specification_version: 4
412
414
  summary: AWS SDK for Ruby - Core