Skip to content

Commit c0f27d8

Browse files
author
AWS
committed
Updated endpoints.json and partitions.json.
1 parent 16fff2f commit c0f27d8

File tree

2 files changed

+32
-2
lines changed

2 files changed

+32
-2
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: 26 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19194,8 +19194,32 @@
1919419194
},
1919519195
"dlm" : {
1919619196
"endpoints" : {
19197-
"us-gov-east-1" : { },
19198-
"us-gov-west-1" : { }
19197+
"us-gov-east-1" : {
19198+
"variants" : [ {
19199+
"hostname" : "dlm.us-gov-east-1.amazonaws.com",
19200+
"tags" : [ "fips" ]
19201+
} ]
19202+
},
19203+
"us-gov-east-1-fips" : {
19204+
"credentialScope" : {
19205+
"region" : "us-gov-east-1"
19206+
},
19207+
"deprecated" : true,
19208+
"hostname" : "dlm.us-gov-east-1.amazonaws.com"
19209+
},
19210+
"us-gov-west-1" : {
19211+
"variants" : [ {
19212+
"hostname" : "dlm.us-gov-west-1.amazonaws.com",
19213+
"tags" : [ "fips" ]
19214+
} ]
19215+
},
19216+
"us-gov-west-1-fips" : {
19217+
"credentialScope" : {
19218+
"region" : "us-gov-west-1"
19219+
},
19220+
"deprecated" : true,
19221+
"hostname" : "dlm.us-gov-west-1.amazonaws.com"
19222+
}
1919919223
}
1920019224
},
1920119225
"dms" : {

0 commit comments

Comments
 (0)