Skip to content

Commit 5df1485

Browse files
Updating endpoints.json file.
1 parent c4121b1 commit 5df1485

File tree

3 files changed

+169
-16
lines changed

3 files changed

+169
-16
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: 57 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3974,14 +3974,54 @@
39743974
},
39753975
"cleanrooms" : {
39763976
"endpoints" : {
3977-
"ap-northeast-1" : { },
3978-
"ap-northeast-2" : { },
3979-
"ap-southeast-1" : { },
3980-
"ap-southeast-2" : { },
3981-
"eu-central-1" : { },
3982-
"eu-north-1" : { },
3983-
"eu-west-1" : { },
3984-
"eu-west-2" : { },
3977+
"ap-northeast-1" : {
3978+
"variants" : [ {
3979+
"hostname" : "cleanrooms.ap-northeast-1.api.aws",
3980+
"tags" : [ "dualstack" ]
3981+
} ]
3982+
},
3983+
"ap-northeast-2" : {
3984+
"variants" : [ {
3985+
"hostname" : "cleanrooms.ap-northeast-2.api.aws",
3986+
"tags" : [ "dualstack" ]
3987+
} ]
3988+
},
3989+
"ap-southeast-1" : {
3990+
"variants" : [ {
3991+
"hostname" : "cleanrooms.ap-southeast-1.api.aws",
3992+
"tags" : [ "dualstack" ]
3993+
} ]
3994+
},
3995+
"ap-southeast-2" : {
3996+
"variants" : [ {
3997+
"hostname" : "cleanrooms.ap-southeast-2.api.aws",
3998+
"tags" : [ "dualstack" ]
3999+
} ]
4000+
},
4001+
"eu-central-1" : {
4002+
"variants" : [ {
4003+
"hostname" : "cleanrooms.eu-central-1.api.aws",
4004+
"tags" : [ "dualstack" ]
4005+
} ]
4006+
},
4007+
"eu-north-1" : {
4008+
"variants" : [ {
4009+
"hostname" : "cleanrooms.eu-north-1.api.aws",
4010+
"tags" : [ "dualstack" ]
4011+
} ]
4012+
},
4013+
"eu-west-1" : {
4014+
"variants" : [ {
4015+
"hostname" : "cleanrooms.eu-west-1.api.aws",
4016+
"tags" : [ "dualstack" ]
4017+
} ]
4018+
},
4019+
"eu-west-2" : {
4020+
"variants" : [ {
4021+
"hostname" : "cleanrooms.eu-west-2.api.aws",
4022+
"tags" : [ "dualstack" ]
4023+
} ]
4024+
},
39854025
"fips-us-east-1" : {
39864026
"credentialScope" : {
39874027
"region" : "us-east-1"
@@ -4007,18 +4047,27 @@
40074047
"variants" : [ {
40084048
"hostname" : "cleanrooms-fips.us-east-1.amazonaws.com",
40094049
"tags" : [ "fips" ]
4050+
}, {
4051+
"hostname" : "cleanrooms.us-east-1.api.aws",
4052+
"tags" : [ "dualstack" ]
40104053
} ]
40114054
},
40124055
"us-east-2" : {
40134056
"variants" : [ {
40144057
"hostname" : "cleanrooms-fips.us-east-2.amazonaws.com",
40154058
"tags" : [ "fips" ]
4059+
}, {
4060+
"hostname" : "cleanrooms.us-east-2.api.aws",
4061+
"tags" : [ "dualstack" ]
40164062
} ]
40174063
},
40184064
"us-west-2" : {
40194065
"variants" : [ {
40204066
"hostname" : "cleanrooms-fips.us-west-2.amazonaws.com",
40214067
"tags" : [ "fips" ]
4068+
}, {
4069+
"hostname" : "cleanrooms.us-west-2.api.aws",
4070+
"tags" : [ "dualstack" ]
40224071
} ]
40234072
}
40244073
}

sdk/src/Core/endpoints.json

Lines changed: 98 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5211,14 +5211,86 @@
52115211
},
52125212
"cleanrooms": {
52135213
"endpoints": {
5214-
"ap-northeast-1": {},
5215-
"ap-northeast-2": {},
5216-
"ap-southeast-1": {},
5217-
"ap-southeast-2": {},
5218-
"eu-central-1": {},
5219-
"eu-north-1": {},
5220-
"eu-west-1": {},
5221-
"eu-west-2": {},
5214+
"ap-northeast-1": {
5215+
"variants": [
5216+
{
5217+
"hostname": "cleanrooms.ap-northeast-1.api.aws",
5218+
"tags": [
5219+
"dualstack"
5220+
]
5221+
}
5222+
]
5223+
},
5224+
"ap-northeast-2": {
5225+
"variants": [
5226+
{
5227+
"hostname": "cleanrooms.ap-northeast-2.api.aws",
5228+
"tags": [
5229+
"dualstack"
5230+
]
5231+
}
5232+
]
5233+
},
5234+
"ap-southeast-1": {
5235+
"variants": [
5236+
{
5237+
"hostname": "cleanrooms.ap-southeast-1.api.aws",
5238+
"tags": [
5239+
"dualstack"
5240+
]
5241+
}
5242+
]
5243+
},
5244+
"ap-southeast-2": {
5245+
"variants": [
5246+
{
5247+
"hostname": "cleanrooms.ap-southeast-2.api.aws",
5248+
"tags": [
5249+
"dualstack"
5250+
]
5251+
}
5252+
]
5253+
},
5254+
"eu-central-1": {
5255+
"variants": [
5256+
{
5257+
"hostname": "cleanrooms.eu-central-1.api.aws",
5258+
"tags": [
5259+
"dualstack"
5260+
]
5261+
}
5262+
]
5263+
},
5264+
"eu-north-1": {
5265+
"variants": [
5266+
{
5267+
"hostname": "cleanrooms.eu-north-1.api.aws",
5268+
"tags": [
5269+
"dualstack"
5270+
]
5271+
}
5272+
]
5273+
},
5274+
"eu-west-1": {
5275+
"variants": [
5276+
{
5277+
"hostname": "cleanrooms.eu-west-1.api.aws",
5278+
"tags": [
5279+
"dualstack"
5280+
]
5281+
}
5282+
]
5283+
},
5284+
"eu-west-2": {
5285+
"variants": [
5286+
{
5287+
"hostname": "cleanrooms.eu-west-2.api.aws",
5288+
"tags": [
5289+
"dualstack"
5290+
]
5291+
}
5292+
]
5293+
},
52225294
"fips-us-east-1": {
52235295
"credentialScope": {
52245296
"region": "us-east-1"
@@ -5247,6 +5319,12 @@
52475319
"tags": [
52485320
"fips"
52495321
]
5322+
},
5323+
{
5324+
"hostname": "cleanrooms.us-east-1.api.aws",
5325+
"tags": [
5326+
"dualstack"
5327+
]
52505328
}
52515329
]
52525330
},
@@ -5257,6 +5335,12 @@
52575335
"tags": [
52585336
"fips"
52595337
]
5338+
},
5339+
{
5340+
"hostname": "cleanrooms.us-east-2.api.aws",
5341+
"tags": [
5342+
"dualstack"
5343+
]
52605344
}
52615345
]
52625346
},
@@ -5267,6 +5351,12 @@
52675351
"tags": [
52685352
"fips"
52695353
]
5354+
},
5355+
{
5356+
"hostname": "cleanrooms.us-west-2.api.aws",
5357+
"tags": [
5358+
"dualstack"
5359+
]
52705360
}
52715361
]
52725362
}

0 commit comments

Comments
 (0)