Skip to content

Commit 18a4d8b

Browse files
author
AWS
committed
Updated endpoints.json and partitions.json.
1 parent 21dd6d9 commit 18a4d8b

File tree

2 files changed

+71
-5
lines changed

2 files changed

+71
-5
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: 65 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21084,8 +21084,18 @@
2108421084
"ap-southeast-3" : { },
2108521085
"ap-southeast-4" : { },
2108621086
"ap-southeast-5" : { },
21087-
"ca-central-1" : { },
21088-
"ca-west-1" : { },
21087+
"ca-central-1" : {
21088+
"variants" : [ {
21089+
"hostname" : "swf-fips.ca-central-1.amazonaws.com",
21090+
"tags" : [ "fips" ]
21091+
} ]
21092+
},
21093+
"ca-west-1" : {
21094+
"variants" : [ {
21095+
"hostname" : "swf-fips.ca-west-1.amazonaws.com",
21096+
"tags" : [ "fips" ]
21097+
} ]
21098+
},
2108921099
"eu-central-1" : { },
2109021100
"eu-central-2" : { },
2109121101
"eu-north-1" : { },
@@ -21094,6 +21104,20 @@
2109421104
"eu-west-1" : { },
2109521105
"eu-west-2" : { },
2109621106
"eu-west-3" : { },
21107+
"fips-ca-central-1" : {
21108+
"credentialScope" : {
21109+
"region" : "ca-central-1"
21110+
},
21111+
"deprecated" : true,
21112+
"hostname" : "swf-fips.ca-central-1.amazonaws.com"
21113+
},
21114+
"fips-ca-west-1" : {
21115+
"credentialScope" : {
21116+
"region" : "ca-west-1"
21117+
},
21118+
"deprecated" : true,
21119+
"hostname" : "swf-fips.ca-west-1.amazonaws.com"
21120+
},
2109721121
"fips-us-east-1" : {
2109821122
"credentialScope" : {
2109921123
"region" : "us-east-1"
@@ -31086,8 +31110,32 @@
3108631110
},
3108731111
"swf" : {
3108831112
"endpoints" : {
31089-
"us-iso-east-1" : { },
31090-
"us-iso-west-1" : { }
31113+
"fips-us-iso-east-1" : {
31114+
"credentialScope" : {
31115+
"region" : "us-iso-east-1"
31116+
},
31117+
"deprecated" : true,
31118+
"hostname" : "swf-fips.us-iso-east-1.c2s.ic.gov"
31119+
},
31120+
"fips-us-iso-west-1" : {
31121+
"credentialScope" : {
31122+
"region" : "us-iso-west-1"
31123+
},
31124+
"deprecated" : true,
31125+
"hostname" : "swf-fips.us-iso-west-1.c2s.ic.gov"
31126+
},
31127+
"us-iso-east-1" : {
31128+
"variants" : [ {
31129+
"hostname" : "swf-fips.us-iso-east-1.c2s.ic.gov",
31130+
"tags" : [ "fips" ]
31131+
} ]
31132+
},
31133+
"us-iso-west-1" : {
31134+
"variants" : [ {
31135+
"hostname" : "swf-fips.us-iso-west-1.c2s.ic.gov",
31136+
"tags" : [ "fips" ]
31137+
} ]
31138+
}
3109131139
}
3109231140
},
3109331141
"synthetics" : {
@@ -31774,7 +31822,19 @@
3177431822
},
3177531823
"swf" : {
3177631824
"endpoints" : {
31777-
"us-isob-east-1" : { }
31825+
"fips-us-isob-east-1" : {
31826+
"credentialScope" : {
31827+
"region" : "us-isob-east-1"
31828+
},
31829+
"deprecated" : true,
31830+
"hostname" : "swf-fips.us-isob-east-1.sc2s.sgov.gov"
31831+
},
31832+
"us-isob-east-1" : {
31833+
"variants" : [ {
31834+
"hostname" : "swf-fips.us-isob-east-1.sc2s.sgov.gov",
31835+
"tags" : [ "fips" ]
31836+
} ]
31837+
}
3177831838
}
3177931839
},
3178031840
"synthetics" : {

0 commit comments

Comments
 (0)