Skip to content

Commit 083b9d2

Browse files
author
AWS
committed
Updated endpoints.json.
1 parent 1a78810 commit 083b9d2

File tree

2 files changed

+30
-0
lines changed

2 files changed

+30
-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: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2700,6 +2700,18 @@
27002700
"eu-west-1" : { },
27012701
"eu-west-2" : { },
27022702
"eu-west-3" : { },
2703+
"fips-af-south-1" : {
2704+
"credentialScope" : {
2705+
"region" : "af-south-1"
2706+
},
2707+
"hostname" : "fms-fips.af-south-1.amazonaws.com"
2708+
},
2709+
"fips-ap-east-1" : {
2710+
"credentialScope" : {
2711+
"region" : "ap-east-1"
2712+
},
2713+
"hostname" : "fms-fips.ap-east-1.amazonaws.com"
2714+
},
27032715
"fips-ap-northeast-1" : {
27042716
"credentialScope" : {
27052717
"region" : "ap-northeast-1"
@@ -2742,6 +2754,12 @@
27422754
},
27432755
"hostname" : "fms-fips.eu-central-1.amazonaws.com"
27442756
},
2757+
"fips-eu-south-1" : {
2758+
"credentialScope" : {
2759+
"region" : "eu-south-1"
2760+
},
2761+
"hostname" : "fms-fips.eu-south-1.amazonaws.com"
2762+
},
27452763
"fips-eu-west-1" : {
27462764
"credentialScope" : {
27472765
"region" : "eu-west-1"
@@ -2760,6 +2778,12 @@
27602778
},
27612779
"hostname" : "fms-fips.eu-west-3.amazonaws.com"
27622780
},
2781+
"fips-me-south-1" : {
2782+
"credentialScope" : {
2783+
"region" : "me-south-1"
2784+
},
2785+
"hostname" : "fms-fips.me-south-1.amazonaws.com"
2786+
},
27632787
"fips-sa-east-1" : {
27642788
"credentialScope" : {
27652789
"region" : "sa-east-1"

0 commit comments

Comments
 (0)