aws-sdk-core 2.2.17 → 2.2.18

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
+ }
@@ -3,4 +3,6 @@ Aws.add_service(:AutoScaling, {
3
3
  docs: "#{Aws::API_DIR}/autoscaling/2011-01-01/docs-2.json",
4
4
  examples: "#{Aws::API_DIR}/autoscaling/2011-01-01/examples-1.json",
5
5
  paginators: "#{Aws::API_DIR}/autoscaling/2011-01-01/paginators-1.json",
6
+ resources: "#{Aws::API_DIR}/autoscaling/2011-01-01/resources-1.json",
7
+ waiters: "#{Aws::API_DIR}/autoscaling/2011-01-01/waiters-2.json",
6
8
  })
@@ -1,5 +1,7 @@
1
1
  Aws.add_service(:CloudWatch, {
2
2
  api: "#{Aws::API_DIR}/monitoring/2010-08-01/api-2.json",
3
3
  docs: "#{Aws::API_DIR}/monitoring/2010-08-01/docs-2.json",
4
+ examples: "#{Aws::API_DIR}/monitoring/2010-08-01/examples-1.json",
4
5
  paginators: "#{Aws::API_DIR}/monitoring/2010-08-01/paginators-1.json",
6
+ resources: "#{Aws::API_DIR}/monitoring/2010-08-01/resources-1.json",
5
7
  })
@@ -1,5 +1,6 @@
1
1
  Aws.add_service(:CodeDeploy, {
2
2
  api: "#{Aws::API_DIR}/codedeploy/2014-10-06/api-2.json",
3
3
  docs: "#{Aws::API_DIR}/codedeploy/2014-10-06/docs-2.json",
4
+ examples: "#{Aws::API_DIR}/codedeploy/2014-10-06/examples-1.json",
4
5
  paginators: "#{Aws::API_DIR}/codedeploy/2014-10-06/paginators-1.json",
5
6
  })
@@ -1,5 +1,6 @@
1
1
  Aws.add_service(:StorageGateway, {
2
2
  api: "#{Aws::API_DIR}/storagegateway/2013-06-30/api-2.json",
3
3
  docs: "#{Aws::API_DIR}/storagegateway/2013-06-30/docs-2.json",
4
+ examples: "#{Aws::API_DIR}/storagegateway/2013-06-30/examples-1.json",
4
5
  paginators: "#{Aws::API_DIR}/storagegateway/2013-06-30/paginators-1.json",
5
6
  })
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.2.17'
2
+ VERSION = '2.2.18'
3
3
  end
@@ -65,9 +65,14 @@ module Aws
65
65
  value_ref = ref.shape.value
66
66
  node(name, ref) do
67
67
  hash.each do |key, value|
68
- node('entry', ref) do
68
+ if ref['flattened']
69
69
  member(key_ref.location_name || 'key', key_ref, key)
70
70
  member(value_ref.location_name || 'value', value_ref, value)
71
+ else
72
+ node('entry', ref) do
73
+ member(key_ref.location_name || 'key', key_ref, key)
74
+ member(value_ref.location_name || 'value', value_ref, value)
75
+ end
71
76
  end
72
77
  end
73
78
  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.17
4
+ version: 2.2.18
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-02-16 00:00:00.000000000 Z
11
+ date: 2016-02-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath
@@ -42,6 +42,8 @@ files:
42
42
  - apis/autoscaling/2011-01-01/api-2.json
43
43
  - apis/autoscaling/2011-01-01/examples-1.json
44
44
  - apis/autoscaling/2011-01-01/paginators-1.json
45
+ - apis/autoscaling/2011-01-01/resources-1.json
46
+ - apis/autoscaling/2011-01-01/waiters-2.json
45
47
  - apis/cloudformation/2010-05-15/api-2.json
46
48
  - apis/cloudformation/2010-05-15/examples-1.json
47
49
  - apis/cloudformation/2010-05-15/paginators-1.json
@@ -61,6 +63,7 @@ files:
61
63
  - apis/codecommit/2015-04-13/api-2.json
62
64
  - apis/codecommit/2015-04-13/paginators-1.json
63
65
  - apis/codedeploy/2014-10-06/api-2.json
66
+ - apis/codedeploy/2014-10-06/examples-1.json
64
67
  - apis/codedeploy/2014-10-06/paginators-1.json
65
68
  - apis/codepipeline/2015-07-09/api-2.json
66
69
  - apis/cognito-identity/2014-06-30/api-2.json
@@ -153,7 +156,9 @@ files:
153
156
  - apis/marketplacecommerceanalytics/2015-07-01/api-2.json
154
157
  - apis/marketplacecommerceanalytics/2015-07-01/examples-1.json
155
158
  - apis/monitoring/2010-08-01/api-2.json
159
+ - apis/monitoring/2010-08-01/examples-1.json
156
160
  - apis/monitoring/2010-08-01/paginators-1.json
161
+ - apis/monitoring/2010-08-01/resources-1.json
157
162
  - apis/opsworks/2013-02-18/api-2.json
158
163
  - apis/opsworks/2013-02-18/examples-1.json
159
164
  - apis/opsworks/2013-02-18/paginators-1.json
@@ -188,6 +193,7 @@ files:
188
193
  - apis/ssm/2014-11-06/examples-1.json
189
194
  - apis/ssm/2014-11-06/paginators-1.json
190
195
  - apis/storagegateway/2013-06-30/api-2.json
196
+ - apis/storagegateway/2013-06-30/examples-1.json
191
197
  - apis/storagegateway/2013-06-30/paginators-1.json
192
198
  - apis/streams.dynamodb/2012-08-10/api-2.json
193
199
  - apis/sts/2011-06-15/api-2.json