Skip to content

Commit d50030e

Browse files
Updating endpoints.json file.
1 parent e24f55a commit d50030e

File tree

3 files changed

+30
-2
lines changed

3 files changed

+30
-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: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -628,7 +628,12 @@
628628
},
629629
"agreement-marketplace" : {
630630
"endpoints" : {
631-
"us-east-1" : { }
631+
"us-east-1" : {
632+
"variants" : [ {
633+
"hostname" : "agreement-marketplace.us-east-1.api.aws",
634+
"tags" : [ "dualstack" ]
635+
} ]
636+
}
632637
}
633638
},
634639
"airflow" : {

sdk/src/Core/endpoints.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -864,7 +864,16 @@
864864
},
865865
"agreement-marketplace": {
866866
"endpoints": {
867-
"us-east-1": {}
867+
"us-east-1": {
868+
"variants": [
869+
{
870+
"hostname": "agreement-marketplace.us-east-1.api.aws",
871+
"tags": [
872+
"dualstack"
873+
]
874+
}
875+
]
876+
}
868877
}
869878
},
870879
"airflow": {

0 commit comments

Comments
 (0)