aws-sdk-core 2.10.2 → 2.10.3

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: 16a74ee274b99fc6955194f8a44d84d6de0028dc
4
- data.tar.gz: a1dcebf3b22dd5fe2f8a2e963d03701c5a5850e3
3
+ metadata.gz: 51b43b989cbc23b28e5a93263ed9ac60c968e5db
4
+ data.tar.gz: a70b91618e14fe6045683cb5fac561f5373a05a2
5
5
  SHA512:
6
- metadata.gz: f2e80a9ed1befb39e2f0f82e9d78b5e333da001b38d7047a89ab017d91f5324d979484bca51b8d6734857afd9c24dc9eecb7e809b1874d3a8384b6f519186ae6
7
- data.tar.gz: 427047e0f5772fb69590a4338a7e081267085ec97e3d6ab8aa06e9e403e91b0f1e967cbfe59cd8ad7003712c894571227df2c0924d9072b9cb2f0ae4d693b88e
6
+ metadata.gz: f314d6f65d93bf21fa47302089cc4f0b5f21292abbece2b16dc22908dc96a9486c06ae718bc8cffbf7e15b3bd9eccd2e65e386f2832cab87e079a0b82f15a548
7
+ data.tar.gz: b08c9be33f5bff64a47dccbfb9a9795b00eb86b1e2efaa994f118a8de0bad6496bd2929e19e04763a9bc68c77f40c7e4a1f62ef585201190fdafe811ee3b1db8
@@ -246,7 +246,8 @@
246
246
  {"shape":"KMSDisabledException"},
247
247
  {"shape":"KMSInvalidStateException"},
248
248
  {"shape":"KMSAccessDeniedException"},
249
- {"shape":"KMSNotFoundException"}
249
+ {"shape":"KMSNotFoundException"},
250
+ {"shape":"InvalidRuntimeException"}
250
251
  ]
251
252
  },
252
253
  "InvokeAsync":{
@@ -261,7 +262,8 @@
261
262
  "errors":[
262
263
  {"shape":"ServiceException"},
263
264
  {"shape":"ResourceNotFoundException"},
264
- {"shape":"InvalidRequestContentException"}
265
+ {"shape":"InvalidRequestContentException"},
266
+ {"shape":"InvalidRuntimeException"}
265
267
  ],
266
268
  "deprecated":true
267
269
  },
@@ -467,7 +469,8 @@
467
469
  {"shape":"ServiceException"},
468
470
  {"shape":"ResourceNotFoundException"},
469
471
  {"shape":"InvalidParameterValueException"},
470
- {"shape":"TooManyRequestsException"}
472
+ {"shape":"TooManyRequestsException"},
473
+ {"shape":"ResourceConflictException"}
471
474
  ]
472
475
  }
473
476
  },
@@ -975,6 +978,15 @@
975
978
  "error":{"httpStatusCode":400},
976
979
  "exception":true
977
980
  },
981
+ "InvalidRuntimeException":{
982
+ "type":"structure",
983
+ "members":{
984
+ "Type":{"shape":"String"},
985
+ "Message":{"shape":"String"}
986
+ },
987
+ "error":{"httpStatusCode":502},
988
+ "exception":true
989
+ },
978
990
  "InvalidSecurityGroupIDException":{
979
991
  "type":"structure",
980
992
  "members":{
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.10.2'
2
+ VERSION = '2.10.3'
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.10.2
4
+ version: 2.10.3
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: 2017-06-22 00:00:00.000000000 Z
11
+ date: 2017-06-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath