Skip to content

Commit 7aa05c1

Browse files
author
AWS
committed
Updated endpoints.json and partitions.json.
1 parent 1891c7b commit 7aa05c1

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed
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 endpoint and partition metadata."
6+
}

core/regions/src/main/resources/software/amazon/awssdk/regions/internal/region/endpoints.json

+6-1
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" : {

0 commit comments

Comments
 (0)