aws-sdk-core 2.2.11 → 2.2.12

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.
@@ -19,7 +19,7 @@ module Aws
19
19
  data[@rules[:payload]] = body
20
20
  elsif @rules[:payload]
21
21
  data[@rules[:payload]] = parse(body.read, @rules[:payload_member])
22
- else
22
+ elsif !@rules.shape.member_names.empty?
23
23
  parse(body.read, @rules, data)
24
24
  end
25
25
  end
@@ -1,4 +1,5 @@
1
1
  Aws.add_service(:STS, {
2
2
  api: "#{Aws::API_DIR}/sts/2011-06-15/api-2.json",
3
3
  docs: "#{Aws::API_DIR}/sts/2011-06-15/docs-2.json",
4
+ examples: "#{Aws::API_DIR}/sts/2011-06-15/examples-1.json",
4
5
  })
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.2.11'
2
+ VERSION = '2.2.12'
3
3
  end
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.11
4
+ version: 2.2.12
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-14 00:00:00.000000000 Z
11
+ date: 2016-01-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath
@@ -146,6 +146,7 @@ files:
146
146
  - apis/monitoring/2010-08-01/api-2.json
147
147
  - apis/monitoring/2010-08-01/paginators-1.json
148
148
  - apis/opsworks/2013-02-18/api-2.json
149
+ - apis/opsworks/2013-02-18/examples-1.json
149
150
  - apis/opsworks/2013-02-18/paginators-1.json
150
151
  - apis/opsworks/2013-02-18/resources-1.json
151
152
  - apis/opsworks/2013-02-18/waiters-2.json
@@ -180,6 +181,7 @@ files:
180
181
  - apis/storagegateway/2013-06-30/paginators-1.json
181
182
  - apis/streams.dynamodb/2012-08-10/api-2.json
182
183
  - apis/sts/2011-06-15/api-2.json
184
+ - apis/sts/2011-06-15/examples-1.json
183
185
  - apis/support/2013-04-15/api-2.json
184
186
  - apis/support/2013-04-15/paginators-1.json
185
187
  - apis/swf/2012-01-25/api-2.json