Skip to content

Commit d0a217b

Browse files
Updating endpoints.json file.
1 parent b6da6ac commit d0a217b

File tree

3 files changed

+63
-5
lines changed

3 files changed

+63
-5
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: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10122,6 +10122,7 @@
1012210122
"tags" : [ "fips" ]
1012310123
} ]
1012410124
},
10125+
"ca-west-1" : { },
1012510126
"eu-central-1" : { },
1012610127
"eu-north-1" : { },
1012710128
"eu-south-1" : { },
@@ -17848,6 +17849,7 @@
1784817849
"ca-central-1" : { },
1784917850
"eu-central-1" : { },
1785017851
"eu-north-1" : { },
17852+
"eu-south-2" : { },
1785117853
"eu-west-1" : { },
1785217854
"eu-west-2" : { },
1785317855
"sa-east-1" : { },
@@ -29354,7 +29356,11 @@
2935429356
"region" : "cn-northwest-1"
2935529357
},
2935629358
"hostname" : "entitlement-marketplace.cn-northwest-1.amazonaws.com.cn",
29357-
"protocols" : [ "https" ]
29359+
"protocols" : [ "https" ],
29360+
"variants" : [ {
29361+
"hostname" : "entitlement-marketplace.cn-northwest-1.api.amazonwebservices.com.cn",
29362+
"tags" : [ "dualstack" ]
29363+
} ]
2935829364
}
2935929365
}
2936029366
},
@@ -33774,8 +33780,18 @@
3377433780
}
3377533781
},
3377633782
"endpoints" : {
33777-
"us-gov-east-1" : { },
33778-
"us-gov-west-1" : { }
33783+
"us-gov-east-1" : {
33784+
"variants" : [ {
33785+
"hostname" : "metering-marketplace.us-gov-east-1.api.aws",
33786+
"tags" : [ "dualstack" ]
33787+
} ]
33788+
},
33789+
"us-gov-west-1" : {
33790+
"variants" : [ {
33791+
"hostname" : "metering-marketplace.us-gov-west-1.api.aws",
33792+
"tags" : [ "dualstack" ]
33793+
} ]
33794+
}
3377933795
}
3378033796
},
3378133797
"metrics.sagemaker" : {

sdk/src/Core/endpoints.json

Lines changed: 30 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13701,6 +13701,7 @@
1370113701
}
1370213702
]
1370313703
},
13704+
"ca-west-1": {},
1370413705
"eu-central-1": {},
1370513706
"eu-north-1": {},
1370613707
"eu-south-1": {},
@@ -23929,6 +23930,7 @@
2392923930
"ca-central-1": {},
2393023931
"eu-central-1": {},
2393123932
"eu-north-1": {},
23933+
"eu-south-2": {},
2393223934
"eu-west-1": {},
2393323935
"eu-west-2": {},
2393423936
"sa-east-1": {},
@@ -40157,6 +40159,14 @@
4015740159
"hostname": "entitlement-marketplace.cn-northwest-1.amazonaws.com.cn",
4015840160
"protocols": [
4015940161
"https"
40162+
],
40163+
"variants": [
40164+
{
40165+
"hostname": "entitlement-marketplace.cn-northwest-1.api.amazonwebservices.com.cn",
40166+
"tags": [
40167+
"dualstack"
40168+
]
40169+
}
4016040170
]
4016140171
}
4016240172
}
@@ -45902,8 +45912,26 @@
4590245912
}
4590345913
},
4590445914
"endpoints": {
45905-
"us-gov-east-1": {},
45906-
"us-gov-west-1": {}
45915+
"us-gov-east-1": {
45916+
"variants": [
45917+
{
45918+
"hostname": "metering-marketplace.us-gov-east-1.api.aws",
45919+
"tags": [
45920+
"dualstack"
45921+
]
45922+
}
45923+
]
45924+
},
45925+
"us-gov-west-1": {
45926+
"variants": [
45927+
{
45928+
"hostname": "metering-marketplace.us-gov-west-1.api.aws",
45929+
"tags": [
45930+
"dualstack"
45931+
]
45932+
}
45933+
]
45934+
}
4590745935
}
4590845936
},
4590945937
"metrics.sagemaker": {

0 commit comments

Comments
 (0)