@@ -16,6 +16,7 @@ const Translate = {
1616 'eu-west-3' : 'eu-west-3' ,
1717 'eu-central-1' : 'eu-central-1' ,
1818 'eu-north-1' : 'eu-north-1' ,
19+ 'eu-south-1' : 'eu-central-1' ,
1920 'ap-northeast-1' : 'ap-northeast-1' ,
2021 'ap-northeast-2' : 'ap-northeast-2' ,
2122 'ap-southeast-1' : 'ap-southeast-1' ,
@@ -36,6 +37,7 @@ const Polly = {
3637 'eu-west-3' : 'eu-west-3' ,
3738 'eu-central-1' : 'eu-central-1' ,
3839 'eu-north-1' : 'eu-north-1' ,
40+ 'eu-south-1' : 'eu-central-1' ,
3941 'ap-northeast-1' : 'ap-northeast-1' ,
4042 'ap-northeast-2' : 'ap-northeast-2' ,
4143 'ap-southeast-1' : 'ap-southeast-1' ,
@@ -56,6 +58,7 @@ const Transcribe = {
5658 'eu-west-3' : 'eu-west-3' ,
5759 'eu-central-1' : 'eu-central-1' ,
5860 'eu-north-1' : 'eu-central-1' ,
61+ 'eu-south-1' : 'eu-central-1' ,
5962 'ap-northeast-1' : latestTranscribeRegions >= 1 ? 'ap-northeast-1' : 'ap-northeast-2' ,
6063 'ap-northeast-2' : 'ap-northeast-2' ,
6164 'ap-southeast-1' : 'ap-southeast-1' ,
@@ -76,6 +79,7 @@ const Rekognition = {
7679 'eu-west-3' : 'eu-west-1' ,
7780 'eu-central-1' : 'eu-central-1' ,
7881 'eu-north-1' : 'eu-central-1' ,
82+ 'eu-south-1' : 'eu-central-1' ,
7983 'ap-northeast-1' : 'ap-northeast-1' ,
8084 'ap-northeast-2' : 'ap-northeast-2' ,
8185 'ap-southeast-1' : 'ap-southeast-1' ,
@@ -96,6 +100,7 @@ const RekognitionAndTextract = {
96100 'eu-west-3' : 'eu-west-1' ,
97101 'eu-central-1' : latestTextractRegions >= 1 ? 'eu-central-1' : 'us-east-1' ,
98102 'eu-north-1' : 'eu-central-1' ,
103+ 'eu-south-1' : 'eu-central-1' ,
99104 'ap-northeast-1' : 'us-east-1' ,
100105 'ap-northeast-2' : latestTextractRegions >= 1 ? 'ap-northeast-2' : 'us-east-1' ,
101106 'ap-southeast-1' : latestTextractRegions >= 1 ? 'ap-southeast-1' : 'us-east-1' ,
@@ -116,6 +121,7 @@ const Comprehend = {
116121 'eu-west-3' : 'eu-west-1' ,
117122 'eu-central-1' : 'eu-central-1' ,
118123 'eu-north-1' : 'eu-central-1' ,
124+ 'eu-south-1' : 'eu-central-1' ,
119125 'ap-northeast-1' : latestComprehendRegions >= 1 ? 'ap-northeast-1' : 'us-east-1' ,
120126 'ap-northeast-2' : latestComprehendRegions >= 1 ? 'ap-northeast-2' : 'us-east-1' ,
121127 'ap-southeast-1' : 'ap-southeast-1' ,
@@ -136,6 +142,7 @@ const SageMaker = {
136142 'eu-west-3' : 'eu-west-3' ,
137143 'eu-central-1' : 'eu-central-1' ,
138144 'eu-north-1' : 'eu-north-1' ,
145+ 'eu-south-1' : 'eu-south-1' ,
139146 'ap-northeast-1' : 'ap-northeast-1' ,
140147 'ap-northeast-2' : 'ap-northeast-2' ,
141148 'ap-southeast-1' : 'ap-southeast-1' ,
0 commit comments