File tree Expand file tree Collapse file tree 2 files changed +37
-1
lines changed
core/regions/src/main/resources/software/amazon/awssdk/regions/internal/region Expand file tree Collapse file tree 2 files changed +37
-1
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "type" : " feature" ,
3
+ "category" : " AWS SDK for Java v2" ,
4
+ "contributor" : " " ,
5
+ "description" : " Updated service endpoint metadata."
6
+ }
Original file line number Diff line number Diff line change @@ -11378,12 +11378,24 @@
11378
11378
"ap-south-1" : { },
11379
11379
"ap-southeast-1" : { },
11380
11380
"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
+ },
11382
11387
"eu-central-1" : { },
11383
11388
"eu-north-1" : { },
11384
11389
"eu-west-1" : { },
11385
11390
"eu-west-2" : { },
11386
11391
"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
+ },
11387
11399
"fips-us-east-1" : {
11388
11400
"credentialScope" : {
11389
11401
"region" : "us-east-1"
14836
14848
"partitionEndpoint" : "aws-us-gov-global"
14837
14849
},
14838
14850
"identitystore" : {
14851
+ "defaults" : {
14852
+ "variants" : [ {
14853
+ "hostname" : "identitystore.{region}.{dnsSuffix}",
14854
+ "tags" : [ "fips" ]
14855
+ } ]
14856
+ },
14839
14857
"endpoints" : {
14840
14858
"fips-us-gov-west-1" : {
14841
14859
"credentialScope" : {
15444
15462
}
15445
15463
},
15446
15464
"rds" : {
15465
+ "defaults" : {
15466
+ "variants" : [ {
15467
+ "hostname" : "rds.{region}.{dnsSuffix}",
15468
+ "tags" : [ "fips" ]
15469
+ } ]
15470
+ },
15447
15471
"endpoints" : {
15448
15472
"rds.us-gov-east-1" : {
15449
15473
"credentialScope" : {
15629
15653
}
15630
15654
},
15631
15655
"runtime.sagemaker" : {
15656
+ "defaults" : {
15657
+ "variants" : [ {
15658
+ "hostname" : "runtime.sagemaker.{region}.{dnsSuffix}",
15659
+ "tags" : [ "fips" ]
15660
+ } ]
15661
+ },
15632
15662
"endpoints" : {
15633
15663
"us-gov-west-1" : {
15634
15664
"variants" : [ {
You can’t perform that action at this time.
0 commit comments