Skip to content

Commit 2c6cf1c

Browse files
author
AWS
committed
Updated endpoints.json.
1 parent 921ebfd commit 2c6cf1c

File tree

2 files changed

+22
-2
lines changed

2 files changed

+22
-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 service endpoint metadata."
6+
}

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

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14496,17 +14496,31 @@
1449614496
},
1449714497
"cloudtrail" : {
1449814498
"endpoints" : {
14499-
"us-gov-east-1" : {
14499+
"fips-us-gov-east-1" : {
1450014500
"credentialScope" : {
1450114501
"region" : "us-gov-east-1"
1450214502
},
14503+
"deprecated" : true,
1450314504
"hostname" : "cloudtrail.us-gov-east-1.amazonaws.com"
1450414505
},
14505-
"us-gov-west-1" : {
14506+
"fips-us-gov-west-1" : {
1450614507
"credentialScope" : {
1450714508
"region" : "us-gov-west-1"
1450814509
},
14510+
"deprecated" : true,
1450914511
"hostname" : "cloudtrail.us-gov-west-1.amazonaws.com"
14512+
},
14513+
"us-gov-east-1" : {
14514+
"variants" : [ {
14515+
"hostname" : "cloudtrail.us-gov-east-1.amazonaws.com",
14516+
"tags" : [ "fips" ]
14517+
} ]
14518+
},
14519+
"us-gov-west-1" : {
14520+
"variants" : [ {
14521+
"hostname" : "cloudtrail.us-gov-west-1.amazonaws.com",
14522+
"tags" : [ "fips" ]
14523+
} ]
1451014524
}
1451114525
}
1451214526
},

0 commit comments

Comments
 (0)