Skip to content

Commit 16af2fa

Browse files
author
AWS
committed
Updated endpoints.json.
1 parent e5db1df commit 16af2fa

File tree

2 files changed

+35
-5
lines changed

2 files changed

+35
-5
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"type": "feature",
3+
"category": "AWS SDK for Java v2",
4+
"description": "Updated service endpoint metadata."
5+
}

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

Lines changed: 30 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2951,7 +2951,12 @@
29512951
},
29522952
"health" : {
29532953
"endpoints" : {
2954-
"us-east-1" : { }
2954+
"fips-us-east-2" : {
2955+
"credentialScope" : {
2956+
"region" : "us-east-2"
2957+
},
2958+
"hostname" : "health-fips.us-east-2.amazonaws.com"
2959+
}
29552960
}
29562961
},
29572962
"honeycode" : {
@@ -6841,6 +6846,11 @@
68416846
"cn-northwest-1" : { }
68426847
}
68436848
},
6849+
"lakeformation" : {
6850+
"endpoints" : {
6851+
"cn-north-1" : { }
6852+
}
6853+
},
68446854
"lambda" : {
68456855
"endpoints" : {
68466856
"cn-north-1" : { },
@@ -7174,8 +7184,18 @@
71747184
},
71757185
"acm" : {
71767186
"endpoints" : {
7177-
"us-gov-east-1" : { },
7178-
"us-gov-west-1" : { }
7187+
"us-gov-east-1" : {
7188+
"credentialScope" : {
7189+
"region" : "us-gov-east-1"
7190+
},
7191+
"hostname" : "acm.us-gov-east-1.amazonaws.com"
7192+
},
7193+
"us-gov-west-1" : {
7194+
"credentialScope" : {
7195+
"region" : "us-gov-west-1"
7196+
},
7197+
"hostname" : "acm.us-gov-west-1.amazonaws.com"
7198+
}
71797199
}
71807200
},
71817201
"acm-pca" : {
@@ -8123,9 +8143,14 @@
81238143
"credentialScope" : {
81248144
"region" : "us-gov-west-1"
81258145
},
8126-
"hostname" : "pinpoint.us-gov-west-1.amazonaws.com"
8146+
"hostname" : "pinpoint-fips.us-gov-west-1.amazonaws.com"
81278147
},
8128-
"us-gov-west-1" : { }
8148+
"us-gov-west-1" : {
8149+
"credentialScope" : {
8150+
"region" : "us-gov-west-1"
8151+
},
8152+
"hostname" : "pinpoint.us-gov-west-1.amazonaws.com"
8153+
}
81298154
}
81308155
},
81318156
"polly" : {

0 commit comments

Comments
 (0)