Skip to content

Commit 6ff65a3

Browse files
author
AWS
committed
Updated endpoints.json.
1 parent 240d415 commit 6ff65a3

File tree

2 files changed

+29
-2
lines changed

2 files changed

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

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

+23-2
Original file line numberDiff line numberDiff line change
@@ -6821,6 +6821,7 @@
68216821
"eu-west-1" : { },
68226822
"eu-west-2" : { },
68236823
"eu-west-3" : { },
6824+
"me-central-1" : { },
68246825
"me-south-1" : { },
68256826
"sa-east-1" : { },
68266827
"us-east-1" : {
@@ -14966,8 +14967,22 @@
1496614967
"ap-southeast-2" : { },
1496714968
"eu-central-1" : { },
1496814969
"eu-west-2" : { },
14969-
"us-east-1" : { },
14970-
"us-west-2" : { }
14970+
"fips-us-east-1" : {
14971+
"deprecated" : true
14972+
},
14973+
"fips-us-west-2" : {
14974+
"deprecated" : true
14975+
},
14976+
"us-east-1" : {
14977+
"variants" : [ {
14978+
"tags" : [ "fips" ]
14979+
} ]
14980+
},
14981+
"us-west-2" : {
14982+
"variants" : [ {
14983+
"tags" : [ "fips" ]
14984+
} ]
14985+
}
1497114986
}
1497214987
},
1497314988
"workdocs" : {
@@ -16883,6 +16898,12 @@
1688316898
}
1688416899
},
1688516900
"cloudtrail" : {
16901+
"defaults" : {
16902+
"variants" : [ {
16903+
"hostname" : "cloudtrail.us-gov-west-1.amazonaws.com",
16904+
"tags" : [ "fips" ]
16905+
} ]
16906+
},
1688616907
"endpoints" : {
1688716908
"fips-us-gov-east-1" : {
1688816909
"credentialScope" : {

0 commit comments

Comments
 (0)