Skip to content

Commit aac25d8

Browse files
author
AWS
committed
Updated endpoints.json.
1 parent fad431e commit aac25d8

File tree

2 files changed

+42
-0
lines changed

2 files changed

+42
-0
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: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1649,6 +1649,7 @@
16491649
"endpoints" : {
16501650
"ap-northeast-1" : { },
16511651
"ap-southeast-2" : { },
1652+
"ca-central-1" : { },
16521653
"eu-central-1" : { },
16531654
"eu-west-2" : { },
16541655
"us-east-1" : { },
@@ -3244,6 +3245,7 @@
32443245
"ap-east-1" : { },
32453246
"ap-northeast-1" : { },
32463247
"ap-northeast-2" : { },
3248+
"ap-northeast-3" : { },
32473249
"ap-south-1" : { },
32483250
"ap-southeast-1" : { },
32493251
"ap-southeast-2" : { },
@@ -3918,6 +3920,13 @@
39183920
"us-west-2" : { }
39193921
}
39203922
},
3923+
"lookoutequipment" : {
3924+
"endpoints" : {
3925+
"ap-northeast-2" : { },
3926+
"eu-west-1" : { },
3927+
"us-east-1" : { }
3928+
}
3929+
},
39213930
"lookoutvision" : {
39223931
"endpoints" : {
39233932
"ap-northeast-1" : { },
@@ -7569,6 +7578,12 @@
75697578
"cn-northwest-1" : { }
75707579
}
75717580
},
7581+
"mq" : {
7582+
"endpoints" : {
7583+
"cn-north-1" : { },
7584+
"cn-northwest-1" : { }
7585+
}
7586+
},
75727587
"neptune" : {
75737588
"endpoints" : {
75747589
"cn-northwest-1" : {
@@ -8576,6 +8591,27 @@
85768591
"us-gov-west-1" : { }
85778592
}
85788593
},
8594+
"fms" : {
8595+
"defaults" : {
8596+
"protocols" : [ "https" ]
8597+
},
8598+
"endpoints" : {
8599+
"fips-us-gov-east-1" : {
8600+
"credentialScope" : {
8601+
"region" : "us-gov-east-1"
8602+
},
8603+
"hostname" : "fms-fips.us-gov-east-1.amazonaws.com"
8604+
},
8605+
"fips-us-gov-west-1" : {
8606+
"credentialScope" : {
8607+
"region" : "us-gov-west-1"
8608+
},
8609+
"hostname" : "fms-fips.us-gov-west-1.amazonaws.com"
8610+
},
8611+
"us-gov-east-1" : { },
8612+
"us-gov-west-1" : { }
8613+
}
8614+
},
85798615
"fsx" : {
85808616
"endpoints" : {
85818617
"fips-prod-us-gov-east-1" : {

0 commit comments

Comments
 (0)