Skip to content

Commit b6482a8

Browse files
author
AWS
committed
Updated endpoints.json and partitions.json.
1 parent 8d9753a commit b6482a8

File tree

2 files changed

+35
-1
lines changed

2 files changed

+35
-1
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: 29 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18744,6 +18744,22 @@
1874418744
}
1874518745
}
1874618746
},
18747+
"compute-optimizer" : {
18748+
"endpoints" : {
18749+
"us-gov-east-1" : {
18750+
"credentialScope" : {
18751+
"region" : "us-gov-east-1"
18752+
},
18753+
"hostname" : "compute-optimizer-fips.us-gov-east-1.amazonaws.com"
18754+
},
18755+
"us-gov-west-1" : {
18756+
"credentialScope" : {
18757+
"region" : "us-gov-west-1"
18758+
},
18759+
"hostname" : "compute-optimizer-fips.us-gov-west-1.amazonaws.com"
18760+
}
18761+
}
18762+
},
1874718763
"config" : {
1874818764
"defaults" : {
1874918765
"variants" : [ {
@@ -19783,7 +19799,19 @@
1978319799
},
1978419800
"ingest.timestream" : {
1978519801
"endpoints" : {
19786-
"us-gov-west-1" : { }
19802+
"us-gov-west-1" : {
19803+
"variants" : [ {
19804+
"hostname" : "ingest.timestream.us-gov-west-1.amazonaws.com",
19805+
"tags" : [ "fips" ]
19806+
} ]
19807+
},
19808+
"us-gov-west-1-fips" : {
19809+
"credentialScope" : {
19810+
"region" : "us-gov-west-1"
19811+
},
19812+
"deprecated" : true,
19813+
"hostname" : "ingest.timestream.us-gov-west-1.amazonaws.com"
19814+
}
1978719815
}
1978819816
},
1978919817
"inspector" : {

0 commit comments

Comments
 (0)