Skip to content

Commit 3405dcb

Browse files
Update generated code (#2005)
* update generated code * Apply suggestions from code review --------- Co-authored-by: Jérémy Derussé <jeremy@derusse.com>
1 parent 1558f5a commit 3405dcb

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
- AWS api-change: Launching Lambda durable functions - a new feature to build reliable multi-step applications and AI workflows natively within the Lambda developer experience.
1313
- AWS api-change: Launching Lambda Managed Instances - a new feature to run Lambda on EC2.
1414
- AWS api-change: Add DisallowedByVpcEncryptionControl to the LastUpdateStatusReasonCode and StateReasonCode enums to represent failures caused by VPC Encryption Controls.
15+
- AWS api-change: Added `eusc-de-east-1` region
1516

1617
### Dependency bumped
1718

src/LambdaClient.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -583,6 +583,13 @@ protected function getEndpointMetadata(?string $region): array
583583
'signService' => 'lambda',
584584
'signVersions' => ['v4'],
585585
];
586+
case 'eusc-de-east-1':
587+
return [
588+
'endpoint' => 'https://lambda.eusc-de-east-1.amazonaws.eu',
589+
'signRegion' => 'eusc-de-east-1',
590+
'signService' => 'lambda',
591+
'signVersions' => ['v4'],
592+
];
586593
case 'fips-us-east-1':
587594
return [
588595
'endpoint' => 'https://lambda-fips.us-east-1.amazonaws.com',

0 commit comments

Comments
 (0)