aws-sdk-core 2.2.13 → 2.2.14

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,5 @@
1
+ {
2
+ "version": "1.0",
3
+ "examples": {
4
+ }
5
+ }
@@ -49,7 +49,9 @@ module Aws
49
49
 
50
50
  option(:sigv4_region) do |cfg|
51
51
  prefix = cfg.api.metadata['endpointPrefix']
52
- if cfg.endpoint.to_s.match(/#{prefix}\.amazonaws\.com/)
52
+ if prefix.nil?
53
+ cfg.region
54
+ elsif cfg.endpoint.to_s.match(/#{prefix}\.amazonaws\.com/)
53
55
  'us-east-1'
54
56
  else
55
57
  cfg.region
@@ -2,4 +2,5 @@ Aws.add_service(:SSM, {
2
2
  api: "#{Aws::API_DIR}/ssm/2014-11-06/api-2.json",
3
3
  docs: "#{Aws::API_DIR}/ssm/2014-11-06/docs-2.json",
4
4
  examples: "#{Aws::API_DIR}/ssm/2014-11-06/examples-1.json",
5
+ paginators: "#{Aws::API_DIR}/ssm/2014-11-06/paginators-1.json",
5
6
  })
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.2.13'
2
+ VERSION = '2.2.14'
3
3
  end
@@ -1,4 +1,5 @@
1
1
  Aws.add_service(:WAF, {
2
2
  api: "#{Aws::API_DIR}/waf/2015-08-24/api-2.json",
3
3
  docs: "#{Aws::API_DIR}/waf/2015-08-24/docs-2.json",
4
+ examples: "#{Aws::API_DIR}/waf/2015-08-24/examples-1.json",
4
5
  })
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.2.13
4
+ version: 2.2.14
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: 2016-01-21 00:00:00.000000000 Z
11
+ date: 2016-01-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath
@@ -181,6 +181,7 @@ files:
181
181
  - apis/sqs/2012-11-05/paginators-1.json
182
182
  - apis/ssm/2014-11-06/api-2.json
183
183
  - apis/ssm/2014-11-06/examples-1.json
184
+ - apis/ssm/2014-11-06/paginators-1.json
184
185
  - apis/storagegateway/2013-06-30/api-2.json
185
186
  - apis/storagegateway/2013-06-30/paginators-1.json
186
187
  - apis/streams.dynamodb/2012-08-10/api-2.json
@@ -191,6 +192,7 @@ files:
191
192
  - apis/swf/2012-01-25/api-2.json
192
193
  - apis/swf/2012-01-25/paginators-1.json
193
194
  - apis/waf/2015-08-24/api-2.json
195
+ - apis/waf/2015-08-24/examples-1.json
194
196
  - apis/workspaces/2015-04-08/api-2.json
195
197
  - apis/workspaces/2015-04-08/paginators-1.json
196
198
  - bin/aws.rb