Skip to content

Commit 7cfe483

Browse files
Update generated code (#1573)
* update generated code * Apply suggestions from code review --------- Co-authored-by: Jérémy Derussé <jeremy@derusse.com>
1 parent 8c7267a commit 7cfe483

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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": {

src/Service/Sns/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
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

src/Service/Sns/src/SnsClient.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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);

0 commit comments

Comments
 (0)