Skip to content

Commit

Permalink
Updated endpoints.json and partitions.json.
Browse files Browse the repository at this point in the history
  • Loading branch information
AWS committed Jan 26, 2023
1 parent 0afede2 commit 02c0d78
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 2 deletions.
6 changes: 6 additions & 0 deletions .changes/next-release/feature-AWSSDKforJavav2-0443982.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"type": "feature",
"category": "AWS SDK for Java v2",
"contributor": "",
"description": "Updated endpoint and partition metadata."
}
Original file line number Diff line number Diff line change
Expand Up @@ -2247,8 +2247,22 @@
},
"cases" : {
"endpoints" : {
"us-east-1" : { },
"us-west-2" : { }
"fips-us-east-1" : {
"deprecated" : true
},
"fips-us-west-2" : {
"deprecated" : true
},
"us-east-1" : {
"variants" : [ {
"tags" : [ "fips" ]
} ]
},
"us-west-2" : {
"variants" : [ {
"tags" : [ "fips" ]
} ]
}
}
},
"cassandra" : {
Expand Down Expand Up @@ -14680,8 +14694,10 @@
"hostname" : "storagegateway-fips.ca-central-1.amazonaws.com"
},
"eu-central-1" : { },
"eu-central-2" : { },
"eu-north-1" : { },
"eu-south-1" : { },
"eu-south-2" : { },
"eu-west-1" : { },
"eu-west-2" : { },
"eu-west-3" : { },
Expand Down Expand Up @@ -22388,6 +22404,11 @@
"us-isob-east-1" : { }
}
},
"dlm" : {
"endpoints" : {
"us-isob-east-1" : { }
}
},
"dms" : {
"defaults" : {
"variants" : [ {
Expand Down

0 comments on commit 02c0d78

Please sign in to comment.