Skip to content

Commit e041315

Browse files
author
AWS
committed
Updated endpoints.json.
1 parent f06e8e5 commit e041315

File tree

2 files changed

+107
-0
lines changed

2 files changed

+107
-0
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: 101 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,18 @@
135135
"us-west-2" : { }
136136
}
137137
},
138+
"account" : {
139+
"endpoints" : {
140+
"aws-global" : {
141+
"credentialScope" : {
142+
"region" : "us-east-1"
143+
},
144+
"hostname" : "account.us-east-1.amazonaws.com"
145+
}
146+
},
147+
"isRegionalized" : false,
148+
"partitionEndpoint" : "aws-global"
149+
},
138150
"acm" : {
139151
"endpoints" : {
140152
"af-south-1" : { },
@@ -842,7 +854,11 @@
842854
"protocols" : [ "https" ]
843855
},
844856
"endpoints" : {
857+
"ap-northeast-1" : { },
858+
"ap-southeast-1" : { },
859+
"ap-southeast-2" : { },
845860
"eu-central-1" : { },
861+
"eu-north-1" : { },
846862
"eu-west-1" : { },
847863
"us-east-1" : { },
848864
"us-east-2" : { },
@@ -1116,6 +1132,61 @@
11161132
"us-west-2" : { }
11171133
}
11181134
},
1135+
"cloudcontrol" : {
1136+
"endpoints" : {
1137+
"af-south-1" : { },
1138+
"ap-east-1" : { },
1139+
"ap-northeast-1" : { },
1140+
"ap-northeast-2" : { },
1141+
"ap-northeast-3" : { },
1142+
"ap-south-1" : { },
1143+
"ap-southeast-1" : { },
1144+
"ap-southeast-2" : { },
1145+
"ca-central-1" : { },
1146+
"eu-central-1" : { },
1147+
"eu-north-1" : { },
1148+
"eu-south-1" : { },
1149+
"eu-west-1" : { },
1150+
"eu-west-2" : { },
1151+
"eu-west-3" : { },
1152+
"fips-ca-central-1" : {
1153+
"credentialScope" : {
1154+
"region" : "ca-central-1"
1155+
},
1156+
"hostname" : "cloudcontrolapi-fips.ca-central-1.amazonaws.com"
1157+
},
1158+
"fips-us-east-1" : {
1159+
"credentialScope" : {
1160+
"region" : "us-east-1"
1161+
},
1162+
"hostname" : "cloudcontrolapi-fips.us-east-1.amazonaws.com"
1163+
},
1164+
"fips-us-east-2" : {
1165+
"credentialScope" : {
1166+
"region" : "us-east-2"
1167+
},
1168+
"hostname" : "cloudcontrolapi-fips.us-east-2.amazonaws.com"
1169+
},
1170+
"fips-us-west-1" : {
1171+
"credentialScope" : {
1172+
"region" : "us-west-1"
1173+
},
1174+
"hostname" : "cloudcontrolapi-fips.us-west-1.amazonaws.com"
1175+
},
1176+
"fips-us-west-2" : {
1177+
"credentialScope" : {
1178+
"region" : "us-west-2"
1179+
},
1180+
"hostname" : "cloudcontrolapi-fips.us-west-2.amazonaws.com"
1181+
},
1182+
"me-south-1" : { },
1183+
"sa-east-1" : { },
1184+
"us-east-1" : { },
1185+
"us-east-2" : { },
1186+
"us-west-1" : { },
1187+
"us-west-2" : { }
1188+
}
1189+
},
11191190
"clouddirectory" : {
11201191
"endpoints" : {
11211192
"ap-southeast-1" : { },
@@ -7845,6 +7916,18 @@
78457916
"cn-northwest-1" : { }
78467917
}
78477918
},
7919+
"account" : {
7920+
"endpoints" : {
7921+
"aws-cn-global" : {
7922+
"credentialScope" : {
7923+
"region" : "cn-northwest-1"
7924+
},
7925+
"hostname" : "account.cn-northwest-1.amazonaws.com.cn"
7926+
}
7927+
},
7928+
"isRegionalized" : false,
7929+
"partitionEndpoint" : "aws-cn-global"
7930+
},
78487931
"acm" : {
78497932
"endpoints" : {
78507933
"cn-north-1" : { },
@@ -8955,6 +9038,24 @@
89559038
"us-gov-west-1" : { }
89569039
}
89579040
},
9041+
"cloudcontrol" : {
9042+
"endpoints" : {
9043+
"fips-us-gov-east-1" : {
9044+
"credentialScope" : {
9045+
"region" : "us-gov-east-1"
9046+
},
9047+
"hostname" : "cloudcontrolapi-fips.us-gov-east-1.amazonaws.com"
9048+
},
9049+
"fips-us-gov-west-1" : {
9050+
"credentialScope" : {
9051+
"region" : "us-gov-west-1"
9052+
},
9053+
"hostname" : "cloudcontrolapi-fips.us-gov-west-1.amazonaws.com"
9054+
},
9055+
"us-gov-east-1" : { },
9056+
"us-gov-west-1" : { }
9057+
}
9058+
},
89589059
"clouddirectory" : {
89599060
"endpoints" : {
89609061
"us-gov-west-1" : { }

0 commit comments

Comments
 (0)