aws-sdk-core 2.11.16 → 2.11.17
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/apis/elasticbeanstalk/2010-12-01/api-2.json +37 -0
- data/lib/aws-sdk-core/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: afc6a6fbc4193cb7024cd1dc42c443349d3e8517
|
4
|
+
data.tar.gz: 00d29f4cd6286bc2423ea030d0bbefcdbe19bc28
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3328561db1c2f62861b41080f3d459855ef5d4a48f5080136841e84b59989841e6825fb7767ae14496f33604d07160985cd1ec0afd463b1991c082fc8c84e7c8
|
7
|
+
data.tar.gz: 2eeb5132d5c71da6c1157d4722868779529fe1b874811872371590afda45918203cd43153fc4a2c13139889c5d55ee7efb6985003718c14162ad30d799de7166
|
@@ -6,6 +6,7 @@
|
|
6
6
|
"protocol":"query",
|
7
7
|
"serviceAbbreviation":"Elastic Beanstalk",
|
8
8
|
"serviceFullName":"AWS Elastic Beanstalk",
|
9
|
+
"serviceId":"Elastic Beanstalk",
|
9
10
|
"signatureVersion":"v4",
|
10
11
|
"uid":"elasticbeanstalk-2010-12-01",
|
11
12
|
"xmlNamespace":"http://elasticbeanstalk.amazonaws.com/docs/2010-12-01/"
|
@@ -228,6 +229,20 @@
|
|
228
229
|
{"shape":"PlatformVersionStillReferencedException"}
|
229
230
|
]
|
230
231
|
},
|
232
|
+
"DescribeAccountAttributes":{
|
233
|
+
"name":"DescribeAccountAttributes",
|
234
|
+
"http":{
|
235
|
+
"method":"POST",
|
236
|
+
"requestUri":"/"
|
237
|
+
},
|
238
|
+
"output":{
|
239
|
+
"shape":"DescribeAccountAttributesResult",
|
240
|
+
"resultWrapper":"DescribeAccountAttributesResult"
|
241
|
+
},
|
242
|
+
"errors":[
|
243
|
+
{"shape":"InsufficientPrivilegesException"}
|
244
|
+
]
|
245
|
+
},
|
231
246
|
"DescribeApplicationVersions":{
|
232
247
|
"name":"DescribeApplicationVersions",
|
233
248
|
"http":{
|
@@ -1156,6 +1171,12 @@
|
|
1156
1171
|
}
|
1157
1172
|
},
|
1158
1173
|
"DeploymentTimestamp":{"type":"timestamp"},
|
1174
|
+
"DescribeAccountAttributesResult":{
|
1175
|
+
"type":"structure",
|
1176
|
+
"members":{
|
1177
|
+
"ResourceQuotas":{"shape":"ResourceQuotas"}
|
1178
|
+
}
|
1179
|
+
},
|
1159
1180
|
"DescribeApplicationVersionsMessage":{
|
1160
1181
|
"type":"structure",
|
1161
1182
|
"members":{
|
@@ -1991,6 +2012,22 @@
|
|
1991
2012
|
},
|
1992
2013
|
"exception":true
|
1993
2014
|
},
|
2015
|
+
"ResourceQuota":{
|
2016
|
+
"type":"structure",
|
2017
|
+
"members":{
|
2018
|
+
"Maximum":{"shape":"BoxedInt"}
|
2019
|
+
}
|
2020
|
+
},
|
2021
|
+
"ResourceQuotas":{
|
2022
|
+
"type":"structure",
|
2023
|
+
"members":{
|
2024
|
+
"ApplicationQuota":{"shape":"ResourceQuota"},
|
2025
|
+
"ApplicationVersionQuota":{"shape":"ResourceQuota"},
|
2026
|
+
"EnvironmentQuota":{"shape":"ResourceQuota"},
|
2027
|
+
"ConfigurationTemplateQuota":{"shape":"ResourceQuota"},
|
2028
|
+
"CustomPlatformQuota":{"shape":"ResourceQuota"}
|
2029
|
+
}
|
2030
|
+
},
|
1994
2031
|
"ResourceTagsDescriptionMessage":{
|
1995
2032
|
"type":"structure",
|
1996
2033
|
"members":{
|
data/lib/aws-sdk-core/version.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.11.
|
4
|
+
version: 2.11.17
|
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: 2018-03-
|
11
|
+
date: 2018-03-16 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jmespath
|