Skip to content

Commit 7251828

Browse files
author
AWS
committed
Updated endpoints.json.
1 parent 4abff11 commit 7251828

File tree

2 files changed

+50
-2
lines changed

2 files changed

+50
-2
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: 44 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -886,9 +886,11 @@
886886
},
887887
"batch" : {
888888
"endpoints" : {
889+
"af-south-1" : { },
889890
"ap-east-1" : { },
890891
"ap-northeast-1" : { },
891892
"ap-northeast-2" : { },
893+
"ap-northeast-3" : { },
892894
"ap-south-1" : { },
893895
"ap-southeast-1" : { },
894896
"ap-southeast-2" : { },
@@ -4817,6 +4819,36 @@
48174819
"eu-west-1" : { },
48184820
"eu-west-2" : { },
48194821
"eu-west-3" : { },
4822+
"fips-ca-central-1" : {
4823+
"credentialScope" : {
4824+
"region" : "ca-central-1"
4825+
},
4826+
"hostname" : "ram-fips.ca-central-1.amazonaws.com"
4827+
},
4828+
"fips-us-east-1" : {
4829+
"credentialScope" : {
4830+
"region" : "us-east-1"
4831+
},
4832+
"hostname" : "ram-fips.us-east-1.amazonaws.com"
4833+
},
4834+
"fips-us-east-2" : {
4835+
"credentialScope" : {
4836+
"region" : "us-east-2"
4837+
},
4838+
"hostname" : "ram-fips.us-east-2.amazonaws.com"
4839+
},
4840+
"fips-us-west-1" : {
4841+
"credentialScope" : {
4842+
"region" : "us-west-1"
4843+
},
4844+
"hostname" : "ram-fips.us-west-1.amazonaws.com"
4845+
},
4846+
"fips-us-west-2" : {
4847+
"credentialScope" : {
4848+
"region" : "us-west-2"
4849+
},
4850+
"hostname" : "ram-fips.us-west-2.amazonaws.com"
4851+
},
48204852
"me-south-1" : { },
48214853
"sa-east-1" : { },
48224854
"us-east-1" : { },
@@ -8807,8 +8839,18 @@
88078839
},
88088840
"ram" : {
88098841
"endpoints" : {
8810-
"us-gov-east-1" : { },
8811-
"us-gov-west-1" : { }
8842+
"us-gov-east-1" : {
8843+
"credentialScope" : {
8844+
"region" : "us-gov-east-1"
8845+
},
8846+
"hostname" : "ram.us-gov-east-1.amazonaws.com"
8847+
},
8848+
"us-gov-west-1" : {
8849+
"credentialScope" : {
8850+
"region" : "us-gov-west-1"
8851+
},
8852+
"hostname" : "ram.us-gov-west-1.amazonaws.com"
8853+
}
88128854
}
88138855
},
88148856
"rds" : {

0 commit comments

Comments
 (0)