Skip to content

Commit f77c72b

Browse files
author
AWS
committed
Updated endpoints.json.
1 parent 17f3e0b commit f77c72b

File tree

2 files changed

+44
-0
lines changed

2 files changed

+44
-0
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: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6358,6 +6358,18 @@
63586358
"eu-central-1" : { },
63596359
"eu-west-1" : { },
63606360
"eu-west-2" : { },
6361+
"fips-us-east-1" : {
6362+
"credentialScope" : {
6363+
"region" : "us-east-1"
6364+
},
6365+
"hostname" : "workspaces-fips.us-east-1.amazonaws.com"
6366+
},
6367+
"fips-us-west-2" : {
6368+
"credentialScope" : {
6369+
"region" : "us-west-2"
6370+
},
6371+
"hostname" : "workspaces-fips.us-west-2.amazonaws.com"
6372+
},
63616373
"sa-east-1" : { },
63626374
"us-east-1" : { },
63636375
"us-west-2" : { }
@@ -6778,6 +6790,21 @@
67786790
"cn-northwest-1" : { }
67796791
}
67806792
},
6793+
"iotevents" : {
6794+
"endpoints" : {
6795+
"cn-north-1" : { }
6796+
}
6797+
},
6798+
"ioteventsdata" : {
6799+
"endpoints" : {
6800+
"cn-north-1" : {
6801+
"credentialScope" : {
6802+
"region" : "cn-north-1"
6803+
},
6804+
"hostname" : "data.iotevents.cn-north-1.amazonaws.com.cn"
6805+
}
6806+
}
6807+
},
67816808
"iotsecuredtunneling" : {
67826809
"endpoints" : {
67836810
"cn-north-1" : { },
@@ -8544,6 +8571,12 @@
85448571
"us-gov-west-1" : { }
85458572
}
85468573
},
8574+
"transfer" : {
8575+
"endpoints" : {
8576+
"us-gov-east-1" : { },
8577+
"us-gov-west-1" : { }
8578+
}
8579+
},
85478580
"translate" : {
85488581
"defaults" : {
85498582
"protocols" : [ "https" ]
@@ -8576,6 +8609,12 @@
85768609
},
85778610
"workspaces" : {
85788611
"endpoints" : {
8612+
"fips-us-gov-west-1" : {
8613+
"credentialScope" : {
8614+
"region" : "us-gov-west-1"
8615+
},
8616+
"hostname" : "workspaces-fips.us-gov-west-1.amazonaws.com"
8617+
},
85798618
"us-gov-west-1" : { }
85808619
}
85818620
},

0 commit comments

Comments
 (0)