File tree Expand file tree Collapse file tree 2 files changed +29
-1
lines changed
core/regions/src/main/resources/software/amazon/awssdk/regions/internal/region Expand file tree Collapse file tree 2 files changed +29
-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 6582
6582
"us-west-2" : { }
6583
6583
}
6584
6584
},
6585
+ "iottwinmaker" : {
6586
+ "endpoints" : {
6587
+ "ap-southeast-1" : { },
6588
+ "ap-southeast-2" : { },
6589
+ "eu-central-1" : { },
6590
+ "eu-west-1" : { },
6591
+ "us-east-1" : { },
6592
+ "us-west-2" : { }
6593
+ }
6594
+ },
6585
6595
"iotwireless" : {
6586
6596
"endpoints" : {
6587
6597
"ap-northeast-1" : {
8993
9003
"ap-northeast-2" : { },
8994
9004
"ap-southeast-1" : { },
8995
9005
"ap-southeast-2" : { },
8996
- "ca-central-1" : { },
9006
+ "ca-central-1" : {
9007
+ "variants" : [ {
9008
+ "hostname" : "qldb-fips.ca-central-1.amazonaws.com",
9009
+ "tags" : [ "fips" ]
9010
+ } ]
9011
+ },
8997
9012
"eu-central-1" : { },
8998
9013
"eu-west-1" : { },
8999
9014
"eu-west-2" : { },
9015
+ "fips-ca-central-1" : {
9016
+ "credentialScope" : {
9017
+ "region" : "ca-central-1"
9018
+ },
9019
+ "deprecated" : true,
9020
+ "hostname" : "qldb-fips.ca-central-1.amazonaws.com"
9021
+ },
9000
9022
"fips-us-east-1" : {
9001
9023
"credentialScope" : {
9002
9024
"region" : "us-east-1"
You can’t perform that action at this time.
0 commit comments