Skip to content

Commit 4e95d5d

Browse files
author
AWS
committed
Updated endpoints.json and partitions.json.
1 parent 7f43bfc commit 4e95d5d

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
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 endpoint and partition metadata."
6+
}

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

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12055,6 +12055,7 @@
1205512055
"endpoints" : {
1205612056
"ap-northeast-1" : { },
1205712057
"ap-northeast-2" : { },
12058+
"ap-south-1" : { },
1205812059
"ap-southeast-1" : { },
1205912060
"ap-southeast-2" : { },
1206012061
"ca-central-1" : { },
@@ -20769,11 +20770,18 @@
2076920770
},
2077020771
"participant.connect" : {
2077120772
"endpoints" : {
20772-
"us-gov-west-1" : {
20773+
"fips-us-gov-west-1" : {
2077320774
"credentialScope" : {
2077420775
"region" : "us-gov-west-1"
2077520776
},
20777+
"deprecated" : true,
2077620778
"hostname" : "participant.connect.us-gov-west-1.amazonaws.com"
20779+
},
20780+
"us-gov-west-1" : {
20781+
"variants" : [ {
20782+
"hostname" : "participant.connect.us-gov-west-1.amazonaws.com",
20783+
"tags" : [ "fips" ]
20784+
} ]
2077720785
}
2077820786
}
2077920787
},

0 commit comments

Comments
 (0)