Skip to content

Commit

Permalink
Update generated code (#1832)
Browse files Browse the repository at this point in the history
* update generated code

* Apply suggestions from code review

---------

Co-authored-by: Jérémy Derussé <jeremy@derusse.com>
  • Loading branch information
async-aws-bot and jderusse authored Jan 15, 2025
1 parent 6cf8aeb commit f8acf96
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
### Added

- AWS api-change: Amazon Route 53 now supports the Asia Pacific (Thailand) Region (ap-southeast-7) for latency records, geoproximity records, and private DNS for Amazon VPCs in that region
- AWS api-change: Amazon Route 53 now supports the Mexico (Central) Region (mx-central-1) for latency records, geoproximity records, and private DNS for Amazon VPCs in that region

## 2.5.0

Expand Down
2 changes: 2 additions & 0 deletions src/Enum/ResourceRecordSetRegion.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ final class ResourceRecordSetRegion
public const IL_CENTRAL_1 = 'il-central-1';
public const ME_CENTRAL_1 = 'me-central-1';
public const ME_SOUTH_1 = 'me-south-1';
public const MX_CENTRAL_1 = 'mx-central-1';
public const SA_EAST_1 = 'sa-east-1';
public const US_EAST_1 = 'us-east-1';
public const US_EAST_2 = 'us-east-2';
Expand Down Expand Up @@ -69,6 +70,7 @@ public static function exists(string $value): bool
self::IL_CENTRAL_1 => true,
self::ME_CENTRAL_1 => true,
self::ME_SOUTH_1 => true,
self::MX_CENTRAL_1 => true,
self::SA_EAST_1 => true,
self::US_EAST_1 => true,
self::US_EAST_2 => true,
Expand Down
2 changes: 2 additions & 0 deletions src/Enum/VPCRegion.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ final class VPCRegion
public const IL_CENTRAL_1 = 'il-central-1';
public const ME_CENTRAL_1 = 'me-central-1';
public const ME_SOUTH_1 = 'me-south-1';
public const MX_CENTRAL_1 = 'mx-central-1';
public const SA_EAST_1 = 'sa-east-1';
public const US_EAST_1 = 'us-east-1';
public const US_EAST_2 = 'us-east-2';
Expand Down Expand Up @@ -74,6 +75,7 @@ public static function exists(string $value): bool
self::IL_CENTRAL_1 => true,
self::ME_CENTRAL_1 => true,
self::ME_SOUTH_1 => true,
self::MX_CENTRAL_1 => true,
self::SA_EAST_1 => true,
self::US_EAST_1 => true,
self::US_EAST_2 => true,
Expand Down

0 comments on commit f8acf96

Please sign in to comment.