Skip to content

Commit 9715dfd

Browse files
author
AWS
committed
Updated endpoints.json.
1 parent 7c8de84 commit 9715dfd

File tree

2 files changed

+59
-0
lines changed

2 files changed

+59
-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: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1569,6 +1569,7 @@
15691569
"ap-south-1" : { },
15701570
"ap-southeast-1" : { },
15711571
"ap-southeast-2" : { },
1572+
"ap-southeast-3" : { },
15721573
"ca-central-1" : {
15731574
"variants" : [ {
15741575
"hostname" : "cloudcontrolapi-fips.ca-central-1.amazonaws.com",
@@ -5675,6 +5676,7 @@
56755676
"hostname" : "groundstation-fips.us-west-2.amazonaws.com"
56765677
},
56775678
"me-south-1" : { },
5679+
"sa-east-1" : { },
56785680
"us-east-1" : {
56795681
"variants" : [ {
56805682
"hostname" : "groundstation-fips.us-east-1.amazonaws.com",
@@ -7141,6 +7143,19 @@
71417143
"us-east-1" : { }
71427144
}
71437145
},
7146+
"lookoutmetrics" : {
7147+
"endpoints" : {
7148+
"ap-northeast-1" : { },
7149+
"ap-southeast-1" : { },
7150+
"ap-southeast-2" : { },
7151+
"eu-central-1" : { },
7152+
"eu-north-1" : { },
7153+
"eu-west-1" : { },
7154+
"us-east-1" : { },
7155+
"us-east-2" : { },
7156+
"us-west-2" : { }
7157+
}
7158+
},
71447159
"lookoutvision" : {
71457160
"endpoints" : {
71467161
"ap-northeast-1" : { },
@@ -7481,6 +7496,38 @@
74817496
"us-west-2" : { }
74827497
}
74837498
},
7499+
"meetings-chime" : {
7500+
"endpoints" : {
7501+
"ap-southeast-1" : { },
7502+
"eu-central-1" : { },
7503+
"us-east-1" : {
7504+
"variants" : [ {
7505+
"hostname" : "meetings-chime-fips.us-east-1.amazonaws.com",
7506+
"tags" : [ "fips" ]
7507+
} ]
7508+
},
7509+
"us-east-1-fips" : {
7510+
"credentialScope" : {
7511+
"region" : "us-east-1"
7512+
},
7513+
"deprecated" : true,
7514+
"hostname" : "meetings-chime-fips.us-east-1.amazonaws.com"
7515+
},
7516+
"us-west-2" : {
7517+
"variants" : [ {
7518+
"hostname" : "meetings-chime-fips.us-west-2.amazonaws.com",
7519+
"tags" : [ "fips" ]
7520+
} ]
7521+
},
7522+
"us-west-2-fips" : {
7523+
"credentialScope" : {
7524+
"region" : "us-west-2"
7525+
},
7526+
"deprecated" : true,
7527+
"hostname" : "meetings-chime-fips.us-west-2.amazonaws.com"
7528+
}
7529+
}
7530+
},
74847531
"messaging-chime" : {
74857532
"endpoints" : {
74867533
"us-east-1" : {
@@ -9502,6 +9549,12 @@
95029549
"tags" : [ "dualstack" ]
95039550
} ]
95049551
},
9552+
"ap-southeast-3" : {
9553+
"variants" : [ {
9554+
"hostname" : "s3.dualstack.ap-southeast-3.amazonaws.com",
9555+
"tags" : [ "dualstack" ]
9556+
} ]
9557+
},
95059558
"aws-global" : {
95069559
"credentialScope" : {
95079560
"region" : "us-east-1"

0 commit comments

Comments
 (0)