Skip to content

Commit b542d22

Browse files
author
AWS
committed
Updated endpoints.json.
1 parent fef98ff commit b542d22

File tree

2 files changed

+26
-8
lines changed

2 files changed

+26
-8
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "AWS SDK for Java v2",
4+
"contributor": "",
5+
"description": "Updated service endpoint metadata."
6+
}

core/regions/src/main/resources/software/amazon/awssdk/regions/internal/region/endpoints.json

Lines changed: 20 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,19 @@
242242
"us-west-2" : { }
243243
}
244244
},
245+
"airflow" : {
246+
"endpoints" : {
247+
"ap-northeast-1" : { },
248+
"ap-southeast-1" : { },
249+
"ap-southeast-2" : { },
250+
"eu-central-1" : { },
251+
"eu-north-1" : { },
252+
"eu-west-1" : { },
253+
"us-east-1" : { },
254+
"us-east-2" : { },
255+
"us-west-2" : { }
256+
}
257+
},
245258
"api.detective" : {
246259
"defaults" : {
247260
"protocols" : [ "https" ]
@@ -849,8 +862,7 @@
849862
},
850863
"chime" : {
851864
"defaults" : {
852-
"protocols" : [ "https" ],
853-
"sslCommonName" : "service.chime.aws.amazon.com"
865+
"protocols" : [ "https" ]
854866
},
855867
"endpoints" : {
856868
"aws-global" : {
@@ -1322,8 +1334,10 @@
13221334
},
13231335
"hostname" : "cognito-identity-fips.us-west-2.amazonaws.com"
13241336
},
1337+
"sa-east-1" : { },
13251338
"us-east-1" : { },
13261339
"us-east-2" : { },
1340+
"us-west-1" : { },
13271341
"us-west-2" : { }
13281342
}
13291343
},
@@ -1358,6 +1372,7 @@
13581372
},
13591373
"hostname" : "cognito-idp-fips.us-west-2.amazonaws.com"
13601374
},
1375+
"sa-east-1" : { },
13611376
"us-east-1" : { },
13621377
"us-east-2" : { },
13631378
"us-west-2" : { }
@@ -6068,11 +6083,14 @@
60686083
},
60696084
"transcribestreaming" : {
60706085
"endpoints" : {
6086+
"ap-northeast-1" : { },
6087+
"ap-northeast-2" : { },
60716088
"ap-southeast-2" : { },
60726089
"ca-central-1" : { },
60736090
"eu-central-1" : { },
60746091
"eu-west-1" : { },
60756092
"eu-west-2" : { },
6093+
"sa-east-1" : { },
60766094
"us-east-1" : { },
60776095
"us-east-2" : { },
60786096
"us-west-2" : { }
@@ -7031,12 +7049,6 @@
70317049
"region" : "cn-northwest-1"
70327050
},
70337051
"hostname" : "organizations.cn-northwest-1.amazonaws.com.cn"
7034-
},
7035-
"fips-aws-cn-global" : {
7036-
"credentialScope" : {
7037-
"region" : "cn-northwest-1"
7038-
},
7039-
"hostname" : "organizations.cn-northwest-1.amazonaws.com.cn"
70407052
}
70417053
},
70427054
"isRegionalized" : false,

0 commit comments

Comments
 (0)