From bd3b2cb7a54839291a7a288ff82b34af4b35adf4 Mon Sep 17 00:00:00 2001 From: Alpesh Jamgade Date: Sat, 22 Jun 2024 21:36:39 +0530 Subject: [PATCH] Adds ap-south-2 in endpoints.exs --- priv/endpoints.exs | 98 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 98 insertions(+) diff --git a/priv/endpoints.exs b/priv/endpoints.exs index 161c1c6e..9d47d96c 100644 --- a/priv/endpoints.exs +++ b/priv/endpoints.exs @@ -8,6 +8,7 @@ chime_identity_regions = [ chime_meeting_regions = [ "ap-south-1", + "ap-south-2", "ap-northeast-1", "ap-northeast-2", "ap-southeast-1", @@ -65,6 +66,7 @@ chime_voice_regions = [ "ap-northeast-2" => %{"description" => "Asia Pacific (Seoul)"}, "ap-east-1" => %{"description" => "Asia Pacific (Hong Kong)"}, "ap-south-1" => %{"description" => "Asia Pacific (Mumbai)"}, + "ap-south-2" => %{"description" => "Asia Pacific (Hyderabad)"}, "ap-southeast-1" => %{"description" => "Asia Pacific (Singapore)"}, "ap-southeast-2" => %{"description" => "Asia Pacific (Sydney)"}, "ap-southeast-3" => %{"description" => "Asia Pacific (Jakarta)"}, @@ -92,6 +94,7 @@ chime_voice_regions = [ "ap-northeast-1" => %{}, "ap-northeast-2" => %{}, "ap-south-1" => %{}, + "ap-south-2" => %{}, "ap-southeast-1" => %{}, "ap-southeast-2" => %{}, "ca-central-1" => %{}, @@ -107,6 +110,7 @@ chime_voice_regions = [ "ap-northeast-1" => %{}, "ap-northeast-2" => %{}, "ap-south-1" => %{}, + "ap-south-2" => %{}, "ap-southeast-1" => %{}, "ap-southeast-2" => %{}, "ca-central-1" => %{}, @@ -122,6 +126,7 @@ chime_voice_regions = [ "ap-northeast-1" => %{}, "ap-northeast-2" => %{}, "ap-south-1" => %{}, + "ap-south-2" => %{}, "ap-southeast-1" => %{}, "ap-southeast-2" => %{}, "ca-central-1" => %{}, @@ -193,6 +198,7 @@ chime_voice_regions = [ "ap-northeast-1" => %{"protocols" => ["https"]}, "ap-northeast-2" => %{"protocols" => ["https"]}, "ap-south-1" => %{"protocols" => ["https"]}, + "ap-south-2" => %{"protocols" => ["https"]}, "ap-southeast-1" => %{"protocols" => ["https"]}, "ap-southeast-2" => %{"protocols" => ["https"]}, "ca-central-1" => %{"protocols" => ["https"]}, @@ -212,6 +218,7 @@ chime_voice_regions = [ "ap-northeast-1" => %{}, "ap-northeast-2" => %{}, "ap-south-1" => %{}, + "ap-south-2" => %{}, "ap-east-1" => %{}, "ap-southeast-1" => %{}, "ap-southeast-2" => %{}, @@ -236,6 +243,7 @@ chime_voice_regions = [ "ap-northeast-2" => %{}, "ap-east-1" => %{}, "ap-south-1" => %{}, + "ap-south-2" => %{}, "ap-southeast-1" => %{}, "ap-southeast-2" => %{}, "ca-central-1" => %{}, @@ -266,6 +274,9 @@ chime_voice_regions = [ "ap-south-1" => %{ "hostname" => "pinpoint.ap-south-1.amazonaws.com" }, + "ap-south-2" => %{ + "hostname" => "pinpoint.ap-south-2.amazonaws.com" + }, "ap-northeast-1" => %{ "hostname" => "pinpoint.ap-northeast-1.amazonaws.com" }, @@ -299,6 +310,7 @@ chime_voice_regions = [ "us-east-2" => %{}, "us-west-2" => %{}, "ap-south-1" => %{}, + "ap-south-2" => %{}, "ap-northeast-1" => %{}, "ap-northeast-2" => %{}, "ap-southeast-1" => %{}, @@ -324,6 +336,7 @@ chime_voice_regions = [ "ap-northeast-1" => %{}, "ap-northeast-2" => %{}, "ap-south-1" => %{}, + "ap-south-2" => %{}, "ap-southeast-1" => %{}, "ap-southeast-2" => %{}, "ca-central-1" => %{}, @@ -342,6 +355,7 @@ chime_voice_regions = [ "af-south-1" => %{}, "ap-northeast-1" => %{}, "ap-south-1" => %{}, + "ap-south-2" => %{}, "ap-southeast-1" => %{}, "ap-southeast-2" => %{}, "ca-central-1" => %{}, @@ -363,6 +377,7 @@ chime_voice_regions = [ "ap-northeast-2" => %{}, "ap-east-1" => %{}, "ap-south-1" => %{}, + "ap-south-2" => %{}, "ap-southeast-1" => %{}, "ap-southeast-2" => %{}, "ca-central-1" => %{}, @@ -409,6 +424,7 @@ chime_voice_regions = [ "ap-northeast-2" => %{}, "ap-east-1" => %{}, "ap-south-1" => %{}, + "ap-south-2" => %{}, "ap-southeast-1" => %{}, "ap-southeast-2" => %{}, "ca-central-1" => %{}, @@ -435,6 +451,7 @@ chime_voice_regions = [ "ap-northeast-2" => %{}, "ap-east-1" => %{}, "ap-south-1" => %{}, + "ap-south-2" => %{}, "ap-southeast-1" => %{}, "ap-southeast-2" => %{}, "ca-central-1" => %{}, @@ -468,6 +485,7 @@ chime_voice_regions = [ "ap-northeast-2" => %{}, "ap-east-1" => %{}, "ap-south-1" => %{}, + "ap-south-2" => %{}, "ap-southeast-1" => %{}, "ap-southeast-2" => %{}, "ca-central-1" => %{}, @@ -490,6 +508,7 @@ chime_voice_regions = [ "ap-northeast-2" => %{}, "ap-east-1" => %{}, "ap-south-1" => %{}, + "ap-south-2" => %{}, "ap-southeast-1" => %{}, "ap-southeast-2" => %{}, "ca-central-1" => %{}, @@ -532,6 +551,7 @@ chime_voice_regions = [ "ap-northeast-2" => %{}, "ap-east-1" => %{}, "ap-south-1" => %{}, + "ap-south-2" => %{}, "ap-southeast-1" => %{}, "ap-southeast-2" => %{}, "ca-central-1" => %{}, @@ -554,6 +574,7 @@ chime_voice_regions = [ "ap-northeast-2" => %{}, "ap-east-1" => %{}, "ap-south-1" => %{}, + "ap-south-2" => %{}, "ap-southeast-1" => %{}, "ap-southeast-2" => %{}, "ca-central-1" => %{}, @@ -576,6 +597,7 @@ chime_voice_regions = [ "ap-northeast-1" => %{}, "ap-northeast-2" => %{}, "ap-south-1" => %{}, + "ap-south-2" => %{}, "ap-southeast-1" => %{}, "ap-southeast-2" => %{}, "ca-central-1" => %{}, @@ -622,6 +644,7 @@ chime_voice_regions = [ "ap-northeast-2" => %{}, "ap-east-1" => %{}, "ap-south-1" => %{}, + "ap-south-2" => %{}, "ap-southeast-1" => %{}, "ap-southeast-2" => %{}, "ca-central-1" => %{}, @@ -646,6 +669,7 @@ chime_voice_regions = [ "ap-northeast-1" => %{}, "ap-northeast-2" => %{}, "ap-south-1" => %{}, + "ap-south-2" => %{}, "ap-southeast-1" => %{}, "ap-southeast-2" => %{}, "ca-central-1" => %{}, @@ -663,6 +687,7 @@ chime_voice_regions = [ "ap-northeast-1" => %{}, "ap-northeast-2" => %{}, "ap-south-1" => %{}, + "ap-south-2" => %{}, "ap-southeast-1" => %{}, "ap-southeast-2" => %{}, "ca-central-1" => %{}, @@ -680,6 +705,7 @@ chime_voice_regions = [ "ap-northeast-1" => %{}, "ap-northeast-2" => %{}, "ap-south-1" => %{}, + "ap-south-2" => %{}, "ap-southeast-1" => %{}, "ap-southeast-2" => %{}, "ca-central-1" => %{}, @@ -702,6 +728,7 @@ chime_voice_regions = [ "ap-northeast-2" => %{}, "ap-east-1" => %{}, "ap-south-1" => %{}, + "ap-south-2" => %{}, "ap-southeast-1" => %{}, "ap-southeast-2" => %{}, "ca-central-1" => %{}, @@ -725,6 +752,7 @@ chime_voice_regions = [ "ap-northeast-2" => %{}, "ap-east-1" => %{}, "ap-south-1" => %{}, + "ap-south-2" => %{}, "ap-southeast-1" => %{}, "ap-southeast-2" => %{}, "ca-central-1" => %{}, @@ -755,6 +783,7 @@ chime_voice_regions = [ "ap-northeast-1" => %{}, "ap-northeast-2" => %{}, "ap-south-1" => %{}, + "ap-south-2" => %{}, "ap-southeast-1" => %{}, "ap-southeast-2" => %{}, "ca-central-1" => %{}, @@ -786,6 +815,7 @@ chime_voice_regions = [ "ap-northeast-2" => %{}, "ap-east-1" => %{}, "ap-south-1" => %{}, + "ap-south-2" => %{}, "ap-southeast-1" => %{}, "ap-southeast-2" => %{}, "ca-central-1" => %{}, @@ -808,6 +838,7 @@ chime_voice_regions = [ "ap-northeast-2" => %{}, "ap-east-1" => %{}, "ap-south-1" => %{}, + "ap-south-2" => %{}, "ap-southeast-1" => %{}, "ap-southeast-2" => %{}, "ca-central-1" => %{}, @@ -848,6 +879,7 @@ chime_voice_regions = [ "ap-northeast-2" => %{}, "ap-east-1" => %{}, "ap-south-1" => %{}, + "ap-south-2" => %{}, "ap-southeast-1" => %{}, "ap-southeast-2" => %{}, "ca-central-1" => %{}, @@ -898,6 +930,7 @@ chime_voice_regions = [ "ap-northeast-2" => %{}, "ap-east-1" => %{}, "ap-south-1" => %{}, + "ap-south-2" => %{}, "ap-southeast-1" => %{}, "ap-southeast-2" => %{}, "ca-central-1" => %{}, @@ -965,6 +998,7 @@ chime_voice_regions = [ "ap-northeast-1" => %{}, "ap-northeast-2" => %{}, "ap-south-1" => %{}, + "ap-south-2" => %{}, "ap-southeast-1" => %{}, "ap-southeast-2" => %{}, "ca-central-1" => %{}, @@ -984,6 +1018,7 @@ chime_voice_regions = [ "ap-northeast-2" => %{}, "ap-east-1" => %{}, "ap-south-1" => %{}, + "ap-south-2" => %{}, "ap-southeast-1" => %{}, "ap-southeast-2" => %{}, "ca-central-1" => %{}, @@ -1005,6 +1040,7 @@ chime_voice_regions = [ "ap-northeast-2" => %{}, "ap-east-1" => %{}, "ap-south-1" => %{}, + "ap-south-2" => %{}, "ap-southeast-1" => %{}, "ap-southeast-2" => %{}, "ca-central-1" => %{}, @@ -1026,6 +1062,7 @@ chime_voice_regions = [ "ap-northeast-2" => %{}, "ap-east-1" => %{}, "ap-south-1" => %{}, + "ap-south-2" => %{}, "ap-southeast-1" => %{}, "ap-southeast-2" => %{}, "ca-central-1" => %{}, @@ -1050,6 +1087,7 @@ chime_voice_regions = [ "ap-northeast-2" => %{}, "ap-east-1" => %{}, "ap-south-1" => %{}, + "ap-south-2" => %{}, "ap-southeast-1" => %{}, "ap-southeast-2" => %{}, "ca-central-1" => %{}, @@ -1118,6 +1156,7 @@ chime_voice_regions = [ "ap-northeast-1" => %{}, "ap-northeast-2" => %{}, "ap-south-1" => %{}, + "ap-south-2" => %{}, "ap-southeast-1" => %{}, "ap-southeast-2" => %{}, "ca-central-1" => %{}, @@ -1153,6 +1192,7 @@ chime_voice_regions = [ "ap-northeast-2" => %{}, "ap-east-1" => %{}, "ap-south-1" => %{}, + "ap-south-2" => %{}, "ap-southeast-1" => %{}, "ap-southeast-2" => %{}, "ca-central-1" => %{}, @@ -1186,6 +1226,7 @@ chime_voice_regions = [ "ap-northeast-2" => %{}, "ap-east-1" => %{}, "ap-south-1" => %{}, + "ap-south-2" => %{}, "ap-southeast-1" => %{}, "ap-southeast-2" => %{}, "ap-southeast-3" => %{}, @@ -1215,6 +1256,7 @@ chime_voice_regions = [ "endpoints" => %{ "ap-northeast-1" => %{}, "ap-south-1" => %{}, + "ap-south-2" => %{}, "ap-southeast-1" => %{}, "ap-southeast-2" => %{}, "eu-west-1" => %{}, @@ -1233,6 +1275,7 @@ chime_voice_regions = [ "ap-northeast-1" => %{}, "ap-northeast-2" => %{}, "ap-south-1" => %{}, + "ap-south-2" => %{}, "ap-southeast-1" => %{}, "ap-southeast-2" => %{}, "ca-central-1" => %{}, @@ -1254,6 +1297,7 @@ chime_voice_regions = [ "ap-northeast-2" => %{}, "ap-east-1" => %{}, "ap-south-1" => %{}, + "ap-south-2" => %{}, "ap-southeast-1" => %{}, "ap-southeast-2" => %{}, "ap-southeast-3" => %{}, @@ -1285,6 +1329,7 @@ chime_voice_regions = [ "ap-northeast-1" => %{}, "ap-northeast-2" => %{}, "ap-south-1" => %{}, + "ap-south-2" => %{}, "ap-southeast-1" => %{}, "ap-southeast-2" => %{}, "eu-central-1" => %{}, @@ -1310,6 +1355,7 @@ chime_voice_regions = [ "ap-northeast-1" => %{}, "ap-northeast-2" => %{}, "ap-south-1" => %{}, + "ap-south-2" => %{}, "ap-southeast-1" => %{}, "ap-southeast-2" => %{}, "ca-central-1" => %{}, @@ -1331,6 +1377,7 @@ chime_voice_regions = [ "us-east-1" => %{}, "us-west-2" => %{}, "ap-south-1" => %{}, + "ap-south-2" => %{}, "ap-northeast-2" => %{}, "ap-southeast-1" => %{}, "ap-southeast-2" => %{}, @@ -1348,6 +1395,7 @@ chime_voice_regions = [ "ap-northeast-2" => %{}, "ap-east-1" => %{}, "ap-south-1" => %{}, + "ap-south-2" => %{}, "ap-southeast-1" => %{}, "ap-southeast-2" => %{}, "ca-central-1" => %{}, @@ -1369,6 +1417,7 @@ chime_voice_regions = [ "ap-northeast-1" => %{}, "ap-northeast-2" => %{}, "ap-south-1" => %{}, + "ap-south-2" => %{}, "ap-southeast-1" => %{}, "ap-southeast-2" => %{}, "ca-central-1" => %{}, @@ -1402,6 +1451,7 @@ chime_voice_regions = [ "ap-northeast-2" => %{}, "ap-east-1" => %{}, "ap-south-1" => %{}, + "ap-south-2" => %{}, "ap-southeast-1" => %{}, "ap-southeast-2" => %{}, "ca-central-1" => %{}, @@ -1424,6 +1474,7 @@ chime_voice_regions = [ "ap-northeast-2" => %{}, "ap-east-1" => %{}, "ap-south-1" => %{}, + "ap-south-2" => %{}, "ap-southeast-1" => %{}, "ap-southeast-2" => %{}, "ca-central-1" => %{}, @@ -1445,6 +1496,7 @@ chime_voice_regions = [ "ap-northeast-2" => %{}, "ap-east-1" => %{}, "ap-south-1" => %{}, + "ap-south-2" => %{}, "ap-southeast-1" => %{}, "ap-southeast-2" => %{}, "ca-central-1" => %{}, @@ -1465,6 +1517,7 @@ chime_voice_regions = [ "ap-northeast-1" => %{}, "ap-northeast-2" => %{}, "ap-south-1" => %{}, + "ap-south-2" => %{}, "ap-southeast-1" => %{}, "ap-southeast-2" => %{}, "ca-central-1" => %{}, @@ -1484,6 +1537,7 @@ chime_voice_regions = [ "endpoints" => %{ "ap-northeast-1" => %{}, "ap-south-1" => %{}, + "ap-south-2" => %{}, "ap-southeast-1" => %{}, "ap-southeast-2" => %{}, "eu-west-1" => %{}, @@ -1500,6 +1554,7 @@ chime_voice_regions = [ "ap-northeast-2" => %{}, "ap-east-1" => %{}, "ap-south-1" => %{}, + "ap-south-2" => %{}, "ap-southeast-1" => %{}, "ap-southeast-2" => %{}, "ca-central-1" => %{}, @@ -1522,6 +1577,7 @@ chime_voice_regions = [ "ap-northeast-2" => %{}, "ap-east-1" => %{}, "ap-south-1" => %{}, + "ap-south-2" => %{}, "ap-southeast-1" => %{}, "ap-southeast-2" => %{}, "ca-central-1" => %{}, @@ -1543,6 +1599,7 @@ chime_voice_regions = [ "ap-northeast-1" => %{}, "ap-northeast-2" => %{}, "ap-south-1" => %{}, + "ap-south-2" => %{}, "ap-southeast-1" => %{}, "ap-southeast-2" => %{}, "ca-central-1" => %{}, @@ -1563,6 +1620,7 @@ chime_voice_regions = [ "ap-northeast-2" => %{}, "ap-east-1" => %{}, "ap-south-1" => %{}, + "ap-south-2" => %{}, "ap-southeast-1" => %{}, "ap-southeast-2" => %{}, "ca-central-1" => %{}, @@ -1586,6 +1644,7 @@ chime_voice_regions = [ "us-east-1" => %{}, "us-west-2" => %{}, "ap-south-1" => %{}, + "ap-south-2" => %{}, "ap-northeast-2" => %{}, "ap-southeast-1" => %{}, "ap-southeast-2" => %{}, @@ -1617,6 +1676,7 @@ chime_voice_regions = [ "ap-northeast-1" => %{}, "ap-northeast-2" => %{}, "ap-south-1" => %{}, + "ap-south-2" => %{}, "ap-southeast-1" => %{}, "ap-southeast-2" => %{}, "eu-central-1" => %{}, @@ -1642,6 +1702,7 @@ chime_voice_regions = [ "rekognition" => %{ "endpoints" => %{ "ap-south-1" => %{}, + "ap-south-2" => %{}, "ap-northeast-1" => %{}, "ap-northeast-2" => %{}, "ap-southeast-1" => %{}, @@ -1722,6 +1783,7 @@ chime_voice_regions = [ "ap-northeast-2" => %{}, "ap-east-1" => %{}, "ap-south-1" => %{}, + "ap-south-2" => %{}, "ap-southeast-1" => %{ "hostname" => "s3.ap-southeast-1.amazonaws.com", "signatureVersions" => ["s3", "s3v4"] @@ -1789,6 +1851,7 @@ chime_voice_regions = [ "ap-northeast-2" => %{}, "ap-east-1" => %{}, "ap-south-1" => %{}, + "ap-south-2" => %{}, "ap-southeast-1" => %{}, "ap-southeast-2" => %{}, "ca-central-1" => %{}, @@ -1816,6 +1879,7 @@ chime_voice_regions = [ "medialive" => %{ "endpoints" => %{ "ap-south-1" => %{}, + "ap-south-2" => %{}, "ap-northeast-1" => %{}, "ap-northeast-2" => %{}, "ap-southeast-1" => %{}, @@ -1843,6 +1907,7 @@ chime_voice_regions = [ "ap-northeast-2" => %{}, "ap-east-1" => %{}, "ap-south-1" => %{}, + "ap-south-2" => %{}, "ap-southeast-1" => %{}, "ap-southeast-2" => %{}, "ca-central-1" => %{}, @@ -1873,6 +1938,7 @@ chime_voice_regions = [ }, "ap-east-1" => %{}, "ap-south-1" => %{}, + "ap-south-2" => %{}, "ap-southeast-1" => %{}, "ap-southeast-2" => %{}, "ap-southeast-3" => %{}, @@ -1923,6 +1989,7 @@ chime_voice_regions = [ "ap-northeast-2" => %{}, "ap-east-1" => %{}, "ap-south-1" => %{}, + "ap-south-2" => %{}, "ap-southeast-1" => %{}, "ap-southeast-2" => %{}, "ca-central-1" => %{}, @@ -1955,6 +2022,7 @@ chime_voice_regions = [ "us-east-2" => %{}, "us-west-2" => %{}, "ap-south-1" => %{}, + "ap-south-2" => %{}, "ap-northeast-2" => %{}, "ap-southeast-1" => %{}, "ap-southeast-2" => %{}, @@ -1992,6 +2060,7 @@ chime_voice_regions = [ "ap-northeast-1" => %{}, "ap-northeast-2" => %{}, "ap-south-1" => %{}, + "ap-south-2" => %{}, "ap-southeast-1" => %{}, "ap-southeast-2" => %{}, "ca-central-1" => %{}, @@ -2017,6 +2086,7 @@ chime_voice_regions = [ "ap-northeast-2" => %{}, "ap-east-1" => %{}, "ap-south-1" => %{}, + "ap-south-2" => %{}, "ap-southeast-1" => %{}, "ap-southeast-2" => %{}, "ca-central-1" => %{}, @@ -2039,6 +2109,7 @@ chime_voice_regions = [ "ap-northeast-2" => %{}, "ap-east-1" => %{}, "ap-south-1" => %{}, + "ap-south-2" => %{}, "ap-southeast-1" => %{}, "ap-southeast-2" => %{}, "ca-central-1" => %{}, @@ -2061,6 +2132,7 @@ chime_voice_regions = [ "ap-northeast-1" => %{}, "ap-northeast-2" => %{}, "ap-south-1" => %{}, + "ap-south-2" => %{}, "ap-southeast-1" => %{}, "ap-southeast-2" => %{}, "eu-central-1" => %{}, @@ -2083,6 +2155,7 @@ chime_voice_regions = [ "ap-northeast-1" => %{}, "ap-northeast-2" => %{}, "ap-south-1" => %{}, + "ap-south-2" => %{}, "ap-southeast-1" => %{}, "ap-southeast-2" => %{}, "ca-central-1" => %{}, @@ -2109,6 +2182,7 @@ chime_voice_regions = [ "ap-northeast-2" => %{}, "ap-east-1" => %{}, "ap-south-1" => %{}, + "ap-south-2" => %{}, "ap-southeast-1" => %{}, "ap-southeast-2" => %{}, "ca-central-1" => %{}, @@ -2131,6 +2205,7 @@ chime_voice_regions = [ "ap-northeast-1" => %{}, "ap-east-1" => %{}, "ap-south-1" => %{}, + "ap-south-2" => %{}, "ap-southeast-1" => %{}, "ap-southeast-2" => %{}, "ca-central-1" => %{}, @@ -2165,6 +2240,7 @@ chime_voice_regions = [ "ap-northeast-1" => %{}, "ap-northeast-2" => %{}, "ap-south-1" => %{}, + "ap-south-2" => %{}, "ap-southeast-1" => %{}, "ap-southeast-2" => %{}, "eu-central-1" => %{}, @@ -2180,6 +2256,7 @@ chime_voice_regions = [ "ap-northeast-1" => %{}, "ap-northeast-2" => %{}, "ap-south-1" => %{}, + "ap-south-2" => %{}, "ap-southeast-1" => %{}, "ap-southeast-2" => %{}, "ca-central-1" => %{}, @@ -2231,6 +2308,7 @@ chime_voice_regions = [ "ap-south-2" => %{}, "ap-southeast-3" => %{}, "ap-south-1" => %{}, + "ap-south-2" => %{}, "ap-northeast-3" => %{}, "ap-northeast-2" => %{}, "ap-southeast-1" => %{}, @@ -2272,6 +2350,7 @@ chime_voice_regions = [ "ap-northeast-1" => %{}, "ap-northeast-2" => %{}, "ap-south-1" => %{}, + "ap-south-2" => %{}, "ap-southeast-1" => %{}, "ap-southeast-2" => %{}, "ca-central-1" => %{}, @@ -2302,6 +2381,7 @@ chime_voice_regions = [ "ap-northeast-1" => %{}, "ap-northeast-2" => %{}, "ap-south-1" => %{}, + "ap-south-2" => %{}, "ap-southeast-1" => %{}, "ap-southeast-2" => %{}, "ca-central-1" => %{}, @@ -2322,6 +2402,7 @@ chime_voice_regions = [ "ap-northeast-2" => %{}, "ap-east-1" => %{}, "ap-south-1" => %{}, + "ap-south-2" => %{}, "ap-southeast-1" => %{}, "ap-southeast-2" => %{}, "ca-central-1" => %{}, @@ -2344,6 +2425,7 @@ chime_voice_regions = [ "ap-northeast-2" => %{}, "ap-east-1" => %{}, "ap-south-1" => %{}, + "ap-south-2" => %{}, "ap-southeast-1" => %{}, "ap-southeast-2" => %{}, "ca-central-1" => %{}, @@ -2401,6 +2483,7 @@ chime_voice_regions = [ "ap-northeast-2" => %{}, "ap-east-1" => %{}, "ap-south-1" => %{}, + "ap-south-2" => %{}, "ap-southeast-1" => %{}, "ap-southeast-2" => %{}, "ca-central-1" => %{}, @@ -2423,6 +2506,7 @@ chime_voice_regions = [ "ap-northeast-1" => %{}, "ap-northeast-2" => %{}, "ap-south-1" => %{}, + "ap-south-2" => %{}, "ap-southeast-1" => %{}, "ap-southeast-2" => %{}, "eu-central-1" => %{}, @@ -2438,6 +2522,7 @@ chime_voice_regions = [ "ap-northeast-1" => %{}, "ap-northeast-2" => %{}, "ap-south-1" => %{}, + "ap-south-2" => %{}, "ap-southeast-1" => %{}, "ap-southeast-2" => %{}, "ca-central-1" => %{}, @@ -2459,6 +2544,7 @@ chime_voice_regions = [ "ap-northeast-1" => %{}, "ap-northeast-2" => %{}, "ap-south-1" => %{}, + "ap-south-2" => %{}, "ap-southeast-1" => %{}, "ap-southeast-2" => %{}, "ca-central-1" => %{}, @@ -2480,6 +2566,7 @@ chime_voice_regions = [ "ap-northeast-1" => %{}, "ap-northeast-2" => %{}, "ap-south-1" => %{}, + "ap-south-2" => %{}, "ap-southeast-2" => %{}, "eu-central-1" => %{}, "eu-west-1" => %{}, @@ -2508,6 +2595,7 @@ chime_voice_regions = [ "ap-northeast-1" => %{}, "ap-northeast-2" => %{}, "ap-south-1" => %{}, + "ap-south-2" => %{}, "ap-southeast-1" => %{}, "ap-southeast-2" => %{}, "ca-central-1" => %{}, @@ -2528,6 +2616,7 @@ chime_voice_regions = [ "ap-northeast-2" => %{}, "ap-east-1" => %{}, "ap-south-1" => %{}, + "ap-south-2" => %{}, "ap-southeast-1" => %{}, "ap-southeast-2" => %{}, "ca-central-1" => %{}, @@ -2551,6 +2640,7 @@ chime_voice_regions = [ "ap-northeast-1" => %{}, "ap-northeast-2" => %{}, "ap-south-1" => %{}, + "ap-south-2" => %{}, "ap-southeast-1" => %{}, "ap-southeast-2" => %{}, "ca-central-1" => %{}, @@ -2592,6 +2682,7 @@ chime_voice_regions = [ "ap-northeast-1" => %{}, "ap-northeast-2" => %{}, "ap-south-1" => %{}, + "ap-south-2" => %{}, "ap-southeast-1" => %{}, "ap-southeast-2" => %{}, "ca-central-1" => %{}, @@ -2654,6 +2745,7 @@ chime_voice_regions = [ "eu-west-2" => %{}, "ap-northeast-1" => %{}, "ap-south-1" => %{}, + "ap-south-2" => %{}, "ap-southeast-1" => %{}, "ap-southeast-2" => %{}, "ca-central-1" => %{}, @@ -2672,6 +2764,7 @@ chime_voice_regions = [ "eu-west-2" => %{}, "ap-northeast-1" => %{}, "ap-south-1" => %{}, + "ap-south-2" => %{}, "ap-southeast-1" => %{}, "ap-southeast-2" => %{}, "ca-central-1" => %{}, @@ -2690,6 +2783,7 @@ chime_voice_regions = [ "eu-west-2" => %{}, "ap-northeast-1" => %{}, "ap-south-1" => %{}, + "ap-south-2" => %{}, "ap-southeast-1" => %{}, "ap-southeast-2" => %{}, "ca-central-1" => %{}, @@ -2708,6 +2802,7 @@ chime_voice_regions = [ "eu-west-2" => %{}, "ap-northeast-1" => %{}, "ap-south-1" => %{}, + "ap-south-2" => %{}, "ap-southeast-1" => %{}, "ap-southeast-2" => %{}, "ca-central-1" => %{}, @@ -2726,6 +2821,7 @@ chime_voice_regions = [ "eu-west-2" => %{}, "ap-northeast-1" => %{}, "ap-south-1" => %{}, + "ap-south-2" => %{}, "ap-southeast-1" => %{}, "ap-southeast-2" => %{}, "ca-central-1" => %{}, @@ -2739,6 +2835,7 @@ chime_voice_regions = [ "ap-northeast-2" => %{}, "ap-east-1" => %{}, "ap-south-1" => %{}, + "ap-south-2" => %{}, "ap-southeast-1" => %{}, "ap-southeast-2" => %{}, "ca-central-1" => %{}, @@ -2761,6 +2858,7 @@ chime_voice_regions = [ "ap-northeast-2" => %{}, "ap-east-1" => %{}, "ap-south-1" => %{}, + "ap-south-2" => %{}, "ap-southeast-1" => %{}, "ap-southeast-2" => %{}, "ap-southeast-3" => %{},