Skip to content

Commit ee683a0

Browse files
Update generated code (#1912)
update generated code
1 parent db25f33 commit ee683a0

File tree

3 files changed

+4
-1
lines changed

3 files changed

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

src/Service/Route53/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: Amazon Route 53 now supports the Asia Pacific (Taipei) Region (ap-east-2) for latency records, geoproximity records, and private DNS for Amazon VPCs in that region.
8+
- AWS api-change: Amazon Route 53 now supports the iso-e regions for private DNS Amazon VPCs and cloudwatch healthchecks.
89

910
## 2.9.0
1011

src/Service/Route53/src/Enum/VPCRegion.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ final class VPCRegion
2424
public const CN_NORTH_1 = 'cn-north-1';
2525
public const EU_CENTRAL_1 = 'eu-central-1';
2626
public const EU_CENTRAL_2 = 'eu-central-2';
27+
public const EU_ISOE_WEST_1 = 'eu-isoe-west-1';
2728
public const EU_NORTH_1 = 'eu-north-1';
2829
public const EU_SOUTH_1 = 'eu-south-1';
2930
public const EU_SOUTH_2 = 'eu-south-2';
@@ -70,6 +71,7 @@ public static function exists(string $value): bool
7071
self::CN_NORTH_1 => true,
7172
self::EU_CENTRAL_1 => true,
7273
self::EU_CENTRAL_2 => true,
74+
self::EU_ISOE_WEST_1 => true,
7375
self::EU_NORTH_1 => true,
7476
self::EU_SOUTH_1 => true,
7577
self::EU_SOUTH_2 => true,

0 commit comments

Comments
 (0)