Skip to content

Commit 9630d92

Browse files
committed
update generated code
1 parent d867569 commit 9630d92

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
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.351.3"
3+
"${LATEST}": "3.351.5"
44
},
55
"endpoints": "https://raw.githubusercontent.com/aws/aws-sdk-php/${LATEST}/src/data/endpoints.json",
66
"services": {

src/Service/Lambda/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
### Added
66

77
- AWS api-change: Rework regions configuration
8+
- AWS api-change: This release migrated the model to Smithy keeping all features unchanged.
89

910
### Changed
1011

src/Service/Lambda/src/Input/ListFunctionsRequest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ public function request(): Request
126126
}
127127

128128
// Prepare URI
129-
$uriString = '/2015-03-31/functions/';
129+
$uriString = '/2015-03-31/functions';
130130

131131
// Prepare Body
132132
$body = '';

0 commit comments

Comments
 (0)