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.
- checksums.yaml +4 -4
- data/apis/autoscaling/2011-01-01/resources-1.json +1613 -0
- data/apis/autoscaling/2011-01-01/waiters-2.json +62 -0
- data/apis/codedeploy/2014-10-06/api-2.json +328 -663
- data/apis/codedeploy/2014-10-06/examples-1.json +5 -0
- data/apis/marketplacecommerceanalytics/2015-07-01/api-2.json +1 -0
- data/apis/monitoring/2010-08-01/api-2.json +57 -184
- data/apis/monitoring/2010-08-01/examples-1.json +5 -0
- data/apis/monitoring/2010-08-01/resources-1.json +334 -0
- data/apis/rds/2014-10-31/resources-1.json +3255 -65
- data/apis/rds/2014-10-31/waiters-2.json +6 -0
- data/apis/storagegateway/2013-06-30/api-2.json +221 -610
- data/apis/storagegateway/2013-06-30/examples-1.json +5 -0
- data/lib/aws-sdk-core/autoscaling.rb +2 -0
- data/lib/aws-sdk-core/cloudwatch.rb +2 -0
- data/lib/aws-sdk-core/codedeploy.rb +1 -0
- data/lib/aws-sdk-core/storagegateway.rb +1 -0
- data/lib/aws-sdk-core/version.rb +1 -1
- data/lib/aws-sdk-core/xml/builder.rb +6 -1
- metadata +8 -2
@@ -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
|
})
|
data/lib/aws-sdk-core/version.rb
CHANGED
@@ -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
|
-
|
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.
|
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-
|
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
|