Skip to content

Commit 1ef47cf

Browse files
author
AWS
committed
Updated endpoints.json and partitions.json.
1 parent c86d77a commit 1ef47cf

File tree

2 files changed

+19
-8
lines changed

2 files changed

+19
-8
lines changed
Lines changed: 6 additions & 0 deletions
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

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -23178,13 +23178,13 @@
2317823178
},
2317923179
"us-gov-east-1" : {
2318023180
"variants" : [ {
23181-
"hostname" : "servicediscovery-fips.us-gov-east-1.amazonaws.com",
23182-
"tags" : [ "dualstack", "fips" ]
23183-
}, {
2318423181
"hostname" : "servicediscovery-fips.us-gov-east-1.amazonaws.com",
2318523182
"tags" : [ "fips" ]
2318623183
}, {
23187-
"hostname" : "servicediscovery.us-gov-east-1.amazonaws.com",
23184+
"hostname" : "servicediscovery-fips.us-gov-east-1.api.aws",
23185+
"tags" : [ "dualstack", "fips" ]
23186+
}, {
23187+
"hostname" : "servicediscovery.us-gov-east-1.api.aws",
2318823188
"tags" : [ "dualstack" ]
2318923189
} ]
2319023190
},
@@ -23197,13 +23197,13 @@
2319723197
},
2319823198
"us-gov-west-1" : {
2319923199
"variants" : [ {
23200-
"hostname" : "servicediscovery-fips.us-gov-west-1.amazonaws.com",
23201-
"tags" : [ "dualstack", "fips" ]
23202-
}, {
2320323200
"hostname" : "servicediscovery-fips.us-gov-west-1.amazonaws.com",
2320423201
"tags" : [ "fips" ]
2320523202
}, {
23206-
"hostname" : "servicediscovery.us-gov-west-1.amazonaws.com",
23203+
"hostname" : "servicediscovery-fips.us-gov-west-1.api.aws",
23204+
"tags" : [ "dualstack", "fips" ]
23205+
}, {
23206+
"hostname" : "servicediscovery.us-gov-west-1.api.aws",
2320723207
"tags" : [ "dualstack" ]
2320823208
} ]
2320923209
},
@@ -24857,6 +24857,11 @@
2485724857
"us-isob-east-1" : { }
2485824858
}
2485924859
},
24860+
"outposts" : {
24861+
"endpoints" : {
24862+
"us-isob-east-1" : { }
24863+
}
24864+
},
2486024865
"ram" : {
2486124866
"endpoints" : {
2486224867
"us-isob-east-1" : { }

0 commit comments

Comments
 (0)