Skip to content

Commit 4e95678

Browse files
author
AWS
committed
Updated endpoints.json and partitions.json.
1 parent a50df7a commit 4e95678

File tree

2 files changed

+29
-0
lines changed

2 files changed

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

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

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5138,6 +5138,7 @@
51385138
"ap-southeast-1" : { },
51395139
"ap-southeast-2" : { },
51405140
"ap-southeast-3" : { },
5141+
"ap-southeast-4" : { },
51415142
"ca-central-1" : { },
51425143
"eu-central-1" : { },
51435144
"eu-central-2" : { },
@@ -18129,12 +18130,34 @@
1812918130
"credentialScope" : {
1813018131
"region" : "us-gov-east-1"
1813118132
},
18133+
"hostname" : "access-analyzer.us-gov-east-1.amazonaws.com",
18134+
"variants" : [ {
18135+
"hostname" : "access-analyzer.us-gov-east-1.amazonaws.com",
18136+
"tags" : [ "fips" ]
18137+
} ]
18138+
},
18139+
"us-gov-east-1-fips" : {
18140+
"credentialScope" : {
18141+
"region" : "us-gov-east-1"
18142+
},
18143+
"deprecated" : true,
1813218144
"hostname" : "access-analyzer.us-gov-east-1.amazonaws.com"
1813318145
},
1813418146
"us-gov-west-1" : {
1813518147
"credentialScope" : {
1813618148
"region" : "us-gov-west-1"
1813718149
},
18150+
"hostname" : "access-analyzer.us-gov-west-1.amazonaws.com",
18151+
"variants" : [ {
18152+
"hostname" : "access-analyzer.us-gov-west-1.amazonaws.com",
18153+
"tags" : [ "fips" ]
18154+
} ]
18155+
},
18156+
"us-gov-west-1-fips" : {
18157+
"credentialScope" : {
18158+
"region" : "us-gov-west-1"
18159+
},
18160+
"deprecated" : true,
1813818161
"hostname" : "access-analyzer.us-gov-west-1.amazonaws.com"
1813918162
}
1814018163
}

0 commit comments

Comments
 (0)