Skip to content

Commit fc3388a

Browse files
Updating endpoints.json file.
1 parent 5266e31 commit fc3388a

File tree

3 files changed

+50
-2
lines changed

3 files changed

+50
-2
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
2+
{
3+
"services" : null,
4+
"core" : {
5+
"updateMinimum" : true,
6+
"backwardIncompatibilitiesToIgnore" : [
7+
],
8+
"type" : "Patch",
9+
"changeLogMessages" : [
10+
"Updating endpoints.json file."
11+
]
12+
},
13+
"overrideVersion" : null
14+
}

sdk/src/Core/endpoints-original.json

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3779,6 +3779,7 @@
37793779
"ap-south-2" : { },
37803780
"ap-southeast-1" : { },
37813781
"ap-southeast-2" : { },
3782+
"ap-southeast-4" : { },
37823783
"bedrock-ap-northeast-1" : {
37833784
"credentialScope" : {
37843785
"region" : "ap-northeast-1"
@@ -5506,6 +5507,20 @@
55065507
}
55075508
}
55085509
},
5510+
"codeguru-profiler" : {
5511+
"endpoints" : {
5512+
"ap-northeast-1" : { },
5513+
"ap-southeast-1" : { },
5514+
"ap-southeast-2" : { },
5515+
"eu-central-1" : { },
5516+
"eu-north-1" : { },
5517+
"eu-west-1" : { },
5518+
"eu-west-2" : { },
5519+
"us-east-1" : { },
5520+
"us-east-2" : { },
5521+
"us-west-2" : { }
5522+
}
5523+
},
55095524
"codeguru-reviewer" : {
55105525
"endpoints" : {
55115526
"ap-northeast-1" : { },
@@ -27285,6 +27300,7 @@
2728527300
"ap-southeast-3" : { },
2728627301
"ap-southeast-4" : { },
2728727302
"ap-southeast-5" : { },
27303+
"ap-southeast-7" : { },
2728827304
"ca-central-1" : {
2728927305
"variants" : [ {
2729027306
"hostname" : "transfer-fips.ca-central-1.amazonaws.com",
@@ -36707,7 +36723,8 @@
3670736723
},
3670836724
"batch" : {
3670936725
"endpoints" : {
36710-
"us-iso-east-1" : { }
36726+
"us-iso-east-1" : { },
36727+
"us-iso-west-1" : { }
3671136728
}
3671236729
},
3671336730
"bedrock" : {

sdk/src/Core/endpoints.json

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5267,6 +5267,7 @@
52675267
"ap-south-2": {},
52685268
"ap-southeast-1": {},
52695269
"ap-southeast-2": {},
5270+
"ap-southeast-4": {},
52705271
"bedrock-ap-northeast-1": {
52715272
"credentialScope": {
52725273
"region": "ap-northeast-1"
@@ -7583,6 +7584,20 @@
75837584
}
75847585
}
75857586
},
7587+
"codeguru-profiler": {
7588+
"endpoints": {
7589+
"ap-northeast-1": {},
7590+
"ap-southeast-1": {},
7591+
"ap-southeast-2": {},
7592+
"eu-central-1": {},
7593+
"eu-north-1": {},
7594+
"eu-west-1": {},
7595+
"eu-west-2": {},
7596+
"us-east-1": {},
7597+
"us-east-2": {},
7598+
"us-west-2": {}
7599+
}
7600+
},
75867601
"codeguru-reviewer": {
75877602
"endpoints": {
75887603
"ap-northeast-1": {},
@@ -37712,6 +37727,7 @@
3771237727
"ap-southeast-3": {},
3771337728
"ap-southeast-4": {},
3771437729
"ap-southeast-5": {},
37730+
"ap-southeast-7": {},
3771537731
"ca-central-1": {
3771637732
"variants": [
3771737733
{
@@ -49971,7 +49987,8 @@
4997149987
},
4997249988
"batch": {
4997349989
"endpoints": {
49974-
"us-iso-east-1": {}
49990+
"us-iso-east-1": {},
49991+
"us-iso-west-1": {}
4997549992
}
4997649993
},
4997749994
"bedrock": {

0 commit comments

Comments
 (0)