aws-sdk-core 2.11.16 → 2.11.17

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 7e4ce1f2a000d4c6a40029f381f14f83fd8192a9
4
- data.tar.gz: af51e0a1c9bf4cc848b3901d0638c97d1bc1789a
3
+ metadata.gz: afc6a6fbc4193cb7024cd1dc42c443349d3e8517
4
+ data.tar.gz: 00d29f4cd6286bc2423ea030d0bbefcdbe19bc28
5
5
  SHA512:
6
- metadata.gz: d44d299fdbeda4b5873dc54e5683e03b4990830fa0b315fb9f282d1bcc1d4a5b9a515f415292a84e4e137607635eddce0bffd83cba1260ae35b4eb99482b2413
7
- data.tar.gz: cba4cb722ef38f17283e656483ecd2477654633a10653042a0d32d8bb6975b2841a5d468e482e6933fe3cf3a4c00bd57bef4428f4a692b9e84e31775160a208c
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":{
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.16'
2
+ VERSION = '2.11.17'
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.11.16
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-15 00:00:00.000000000 Z
11
+ date: 2018-03-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath