From 5499c6d109a0f014bde31be03af5ca957333d40a Mon Sep 17 00:00:00 2001 From: Kit Ewbank Date: Tue, 27 Aug 2024 11:31:20 -0400 Subject: [PATCH] Add ap-southeast-5 to 'IsOptInRegion' and 'Regions'. --- names/names.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/names/names.go b/names/names.go index f76345d32d67..42b7234b05e4 100644 --- a/names/names.go +++ b/names/names.go @@ -219,6 +219,7 @@ var allRegionIDs = []string{ APSoutheast2RegionID, APSoutheast3RegionID, APSoutheast4RegionID, + APSoutheast5RegionID, CACentral1RegionID, CAWest1RegionID, EUCentral1RegionID, @@ -319,7 +320,7 @@ func IsOptInRegion(region string) bool { switch region { case AFSouth1RegionID, APEast1RegionID, APSouth2RegionID, - APSoutheast3RegionID, APSoutheast4RegionID, + APSoutheast3RegionID, APSoutheast4RegionID, APSoutheast5RegionID, CAWest1RegionID, EUCentral2RegionID, EUSouth1RegionID, EUSouth2RegionID,