@@ -17,9 +17,14 @@ export const DEFAULT_ATX_FES_ENDPOINT_URL = 'https://api.transform.us-east-1.on.
1717
1818export const ATX_FES_ENDPOINTS = new Map ( [
1919 [ DEFAULT_ATX_FES_REGION , DEFAULT_ATX_FES_ENDPOINT_URL ] ,
20- [ 'us-west-2' , 'https://api.transform.us-west-2.on.aws/' ] ,
21- [ 'eu-central-1' , 'https://api.transform.eu-central-1.on.aws/' ] ,
22- [ 'ap-southeast-2' , 'https://api.transform.ap-southeast-2.on.aws/' ] ,
20+ [ 'us-west-2' , 'https://api.transform.us-west-2.on.aws/' ] , //PDX
21+ [ 'eu-central-1' , 'https://api.transform.eu-central-1.on.aws/' ] , //FRA
22+ [ 'ap-southeast-2' , 'https://api.transform.ap-southeast-2.on.aws/' ] , //SYD
23+ [ 'ap-northeast-1' , 'https://api.transform.ap-northeast-1.on.aws/' ] , //NRT
24+ [ 'ap-south-1' , 'https://api.transform.ap-south-1.on.aws/' ] , //BOM
25+ [ 'ca-central-1' , 'https://api.transform.ca-central-1.on.aws/' ] , //YUL
26+ [ 'ap-northeast-2' , 'https://api.transform.ap-northeast-2.on.aws/' ] , //ICN
27+ [ 'eu-west-2' , 'https://api.transform.eu-west-2.on.aws/' ] , //LHR
2328] )
2429
2530export const ATX_FES_GAMMA_ENDPOINTS = new Map ( [
0 commit comments