Skip to content

Commit 3cb7e39

Browse files
author
AWS
committed
Updated endpoints.json.
1 parent e63e91c commit 3cb7e39

File tree

2 files changed

+29
-1
lines changed

2 files changed

+29
-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: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6582,6 +6582,16 @@
65826582
"us-west-2" : { }
65836583
}
65846584
},
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+
},
65856595
"iotwireless" : {
65866596
"endpoints" : {
65876597
"ap-northeast-1" : {
@@ -8993,10 +9003,22 @@
89939003
"ap-northeast-2" : { },
89949004
"ap-southeast-1" : { },
89959005
"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+
},
89979012
"eu-central-1" : { },
89989013
"eu-west-1" : { },
89999014
"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+
},
90009022
"fips-us-east-1" : {
90019023
"credentialScope" : {
90029024
"region" : "us-east-1"

0 commit comments

Comments
 (0)