File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 11{
22 "variables" : {
3- "${LATEST}" : " 3.281.12 "
3+ "${LATEST}" : " 3.281.13 "
44 },
55 "endpoints" : " https://raw.githubusercontent.com/aws/aws-sdk-php/${LATEST}/src/data/endpoints.json" ,
66 "services" : {
Original file line number Diff line number Diff line change 66
77- Allow passing explicit null values for optional fields of input objects
88
9+ ### Added
10+
11+ - AWS api-change: Remove ` ValidationException `
12+
913## 1.5.0
1014
1115### Added
Original file line number Diff line number Diff line change @@ -412,7 +412,6 @@ public function publish($input): PublishResponse
412412 * @throws KMSThrottlingException
413413 * @throws KMSAccessDeniedException
414414 * @throws InvalidSecurityException
415- * @throws ValidationException
416415 */
417416 public function publishBatch ($ input ): PublishBatchResponse
418417 {
@@ -437,7 +436,6 @@ public function publishBatch($input): PublishBatchResponse
437436 'KMSThrottling ' => KMSThrottlingException::class,
438437 'KMSAccessDenied ' => KMSAccessDeniedException::class,
439438 'InvalidSecurity ' => InvalidSecurityException::class,
440- 'ValidationException ' => ValidationException::class,
441439 ]]));
442440
443441 return new PublishBatchResponse ($ response );
You can’t perform that action at this time.
0 commit comments