Skip to content

Commit 13764a2

Browse files
author
AWS
committed
Updated endpoints.json.
1 parent d6e0cd4 commit 13764a2

File tree

2 files changed

+69
-0
lines changed

2 files changed

+69
-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: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -864,6 +864,34 @@
864864
}
865865
}
866866
},
867+
"api.iotdeviceadvisor" : {
868+
"endpoints" : {
869+
"ap-northeast-1" : {
870+
"credentialScope" : {
871+
"region" : "ap-northeast-1"
872+
},
873+
"hostname" : "api.iotdeviceadvisor.ap-northeast-1.amazonaws.com"
874+
},
875+
"eu-west-1" : {
876+
"credentialScope" : {
877+
"region" : "eu-west-1"
878+
},
879+
"hostname" : "api.iotdeviceadvisor.eu-west-1.amazonaws.com"
880+
},
881+
"us-east-1" : {
882+
"credentialScope" : {
883+
"region" : "us-east-1"
884+
},
885+
"hostname" : "api.iotdeviceadvisor.us-east-1.amazonaws.com"
886+
},
887+
"us-west-2" : {
888+
"credentialScope" : {
889+
"region" : "us-west-2"
890+
},
891+
"hostname" : "api.iotdeviceadvisor.us-west-2.amazonaws.com"
892+
}
893+
}
894+
},
867895
"api.iotwireless" : {
868896
"endpoints" : {
869897
"ap-northeast-1" : {
@@ -2191,6 +2219,7 @@
21912219
"ap-south-1" : { },
21922220
"ap-southeast-1" : { },
21932221
"ap-southeast-2" : { },
2222+
"ap-southeast-3" : { },
21942223
"ca-central-1" : { },
21952224
"eu-central-1" : { },
21962225
"eu-north-1" : { },
@@ -8878,6 +8907,12 @@
88788907
},
88798908
"hostname" : "oidc.eu-north-1.amazonaws.com"
88808909
},
8910+
"eu-south-1" : {
8911+
"credentialScope" : {
8912+
"region" : "eu-south-1"
8913+
},
8914+
"hostname" : "oidc.eu-south-1.amazonaws.com"
8915+
},
88818916
"eu-west-1" : {
88828917
"credentialScope" : {
88838918
"region" : "eu-west-1"
@@ -9815,6 +9850,21 @@
98159850
}
98169851
}
98179852
},
9853+
"redshift-serverless" : {
9854+
"endpoints" : {
9855+
"ap-northeast-1" : { },
9856+
"ap-northeast-2" : { },
9857+
"ap-southeast-1" : { },
9858+
"ap-southeast-2" : { },
9859+
"eu-central-1" : { },
9860+
"eu-north-1" : { },
9861+
"eu-west-1" : { },
9862+
"eu-west-2" : { },
9863+
"us-east-1" : { },
9864+
"us-east-2" : { },
9865+
"us-west-2" : { }
9866+
}
9867+
},
98189868
"rekognition" : {
98199869
"endpoints" : {
98209870
"ap-northeast-1" : { },
@@ -17045,13 +17095,26 @@
1704517095
},
1704617096
"lakeformation" : {
1704717097
"endpoints" : {
17098+
"fips-us-gov-east-1" : {
17099+
"credentialScope" : {
17100+
"region" : "us-gov-east-1"
17101+
},
17102+
"deprecated" : true,
17103+
"hostname" : "lakeformation-fips.us-gov-east-1.amazonaws.com"
17104+
},
1704817105
"fips-us-gov-west-1" : {
1704917106
"credentialScope" : {
1705017107
"region" : "us-gov-west-1"
1705117108
},
1705217109
"deprecated" : true,
1705317110
"hostname" : "lakeformation-fips.us-gov-west-1.amazonaws.com"
1705417111
},
17112+
"us-gov-east-1" : {
17113+
"variants" : [ {
17114+
"hostname" : "lakeformation-fips.us-gov-east-1.amazonaws.com",
17115+
"tags" : [ "fips" ]
17116+
} ]
17117+
},
1705517118
"us-gov-west-1" : {
1705617119
"variants" : [ {
1705717120
"hostname" : "lakeformation-fips.us-gov-west-1.amazonaws.com",

0 commit comments

Comments
 (0)