aws-sdk-core 2.2.13 → 2.2.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/apis/ssm/2014-11-06/api-2.json +1 -3
- data/apis/ssm/2014-11-06/paginators-1.json +28 -0
- data/apis/waf/2015-08-24/api-2.json +397 -567
- data/apis/waf/2015-08-24/examples-1.json +5 -0
- data/lib/aws-sdk-core/plugins/request_signer.rb +3 -1
- data/lib/aws-sdk-core/ssm.rb +1 -0
- data/lib/aws-sdk-core/version.rb +1 -1
- data/lib/aws-sdk-core/waf.rb +1 -0
- metadata +4 -2
|
@@ -49,7 +49,9 @@ module Aws
|
|
|
49
49
|
|
|
50
50
|
option(:sigv4_region) do |cfg|
|
|
51
51
|
prefix = cfg.api.metadata['endpointPrefix']
|
|
52
|
-
if
|
|
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
|
data/lib/aws-sdk-core/ssm.rb
CHANGED
data/lib/aws-sdk-core/version.rb
CHANGED
data/lib/aws-sdk-core/waf.rb
CHANGED
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.
|
|
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-
|
|
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
|