Skip to content

Commit 3bb4cbd

Browse files
author
AWS
committed
Updated endpoints.json.
1 parent 2065aa7 commit 3bb4cbd

File tree

2 files changed

+37
-1
lines changed

2 files changed

+37
-1
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: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11378,12 +11378,24 @@
1137811378
"ap-south-1" : { },
1137911379
"ap-southeast-1" : { },
1138011380
"ap-southeast-2" : { },
11381-
"ca-central-1" : { },
11381+
"ca-central-1" : {
11382+
"variants" : [ {
11383+
"hostname" : "fips.transcribe.ca-central-1.amazonaws.com",
11384+
"tags" : [ "fips" ]
11385+
} ]
11386+
},
1138211387
"eu-central-1" : { },
1138311388
"eu-north-1" : { },
1138411389
"eu-west-1" : { },
1138511390
"eu-west-2" : { },
1138611391
"eu-west-3" : { },
11392+
"fips-ca-central-1" : {
11393+
"credentialScope" : {
11394+
"region" : "ca-central-1"
11395+
},
11396+
"deprecated" : true,
11397+
"hostname" : "fips.transcribe.ca-central-1.amazonaws.com"
11398+
},
1138711399
"fips-us-east-1" : {
1138811400
"credentialScope" : {
1138911401
"region" : "us-east-1"
@@ -14836,6 +14848,12 @@
1483614848
"partitionEndpoint" : "aws-us-gov-global"
1483714849
},
1483814850
"identitystore" : {
14851+
"defaults" : {
14852+
"variants" : [ {
14853+
"hostname" : "identitystore.{region}.{dnsSuffix}",
14854+
"tags" : [ "fips" ]
14855+
} ]
14856+
},
1483914857
"endpoints" : {
1484014858
"fips-us-gov-west-1" : {
1484114859
"credentialScope" : {
@@ -15444,6 +15462,12 @@
1544415462
}
1544515463
},
1544615464
"rds" : {
15465+
"defaults" : {
15466+
"variants" : [ {
15467+
"hostname" : "rds.{region}.{dnsSuffix}",
15468+
"tags" : [ "fips" ]
15469+
} ]
15470+
},
1544715471
"endpoints" : {
1544815472
"rds.us-gov-east-1" : {
1544915473
"credentialScope" : {
@@ -15629,6 +15653,12 @@
1562915653
}
1563015654
},
1563115655
"runtime.sagemaker" : {
15656+
"defaults" : {
15657+
"variants" : [ {
15658+
"hostname" : "runtime.sagemaker.{region}.{dnsSuffix}",
15659+
"tags" : [ "fips" ]
15660+
} ]
15661+
},
1563215662
"endpoints" : {
1563315663
"us-gov-west-1" : {
1563415664
"variants" : [ {

0 commit comments

Comments
 (0)