Skip to content

Commit 26f2744

Browse files
author
AWS
committed
Updated endpoints.json.
1 parent 96e3f5b commit 26f2744

File tree

2 files changed

+36
-0
lines changed

2 files changed

+36
-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: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2859,6 +2859,18 @@
28592859
},
28602860
"compute-optimizer" : {
28612861
"endpoints" : {
2862+
"af-south-1" : {
2863+
"credentialScope" : {
2864+
"region" : "af-south-1"
2865+
},
2866+
"hostname" : "compute-optimizer.af-south-1.amazonaws.com"
2867+
},
2868+
"ap-east-1" : {
2869+
"credentialScope" : {
2870+
"region" : "ap-east-1"
2871+
},
2872+
"hostname" : "compute-optimizer.ap-east-1.amazonaws.com"
2873+
},
28622874
"ap-northeast-1" : {
28632875
"credentialScope" : {
28642876
"region" : "ap-northeast-1"
@@ -2871,6 +2883,12 @@
28712883
},
28722884
"hostname" : "compute-optimizer.ap-northeast-2.amazonaws.com"
28732885
},
2886+
"ap-northeast-3" : {
2887+
"credentialScope" : {
2888+
"region" : "ap-northeast-3"
2889+
},
2890+
"hostname" : "compute-optimizer.ap-northeast-3.amazonaws.com"
2891+
},
28742892
"ap-south-1" : {
28752893
"credentialScope" : {
28762894
"region" : "ap-south-1"
@@ -2907,6 +2925,12 @@
29072925
},
29082926
"hostname" : "compute-optimizer.eu-north-1.amazonaws.com"
29092927
},
2928+
"eu-south-1" : {
2929+
"credentialScope" : {
2930+
"region" : "eu-south-1"
2931+
},
2932+
"hostname" : "compute-optimizer.eu-south-1.amazonaws.com"
2933+
},
29102934
"eu-west-1" : {
29112935
"credentialScope" : {
29122936
"region" : "eu-west-1"
@@ -2925,6 +2949,12 @@
29252949
},
29262950
"hostname" : "compute-optimizer.eu-west-3.amazonaws.com"
29272951
},
2952+
"me-south-1" : {
2953+
"credentialScope" : {
2954+
"region" : "me-south-1"
2955+
},
2956+
"hostname" : "compute-optimizer.me-south-1.amazonaws.com"
2957+
},
29282958
"sa-east-1" : {
29292959
"credentialScope" : {
29302960
"region" : "sa-east-1"

0 commit comments

Comments
 (0)