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 Mar 3, 2023
1 parent cbf5a32 commit a7d292c
Show file tree
Hide file tree
Showing 2 changed files with 15 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 @@ -10590,6 +10590,7 @@
"deprecated" : true,
"hostname" : "network-firewall-fips.us-west-2.amazonaws.com"
},
"me-central-1" : { },
"me-south-1" : { },
"sa-east-1" : { },
"us-east-1" : {
Expand Down Expand Up @@ -11461,7 +11462,6 @@
"ap-south-1" : { },
"ap-southeast-1" : { },
"ap-southeast-2" : { },
"api" : { },
"ca-central-1" : { },
"eu-central-1" : { },
"eu-north-1" : { },
Expand Down Expand Up @@ -20416,11 +20416,18 @@
},
"mediaconvert" : {
"endpoints" : {
"us-gov-west-1" : {
"fips-us-gov-west-1" : {
"credentialScope" : {
"region" : "us-gov-west-1"
},
"deprecated" : true,
"hostname" : "mediaconvert.us-gov-west-1.amazonaws.com"
},
"us-gov-west-1" : {
"variants" : [ {
"hostname" : "mediaconvert.us-gov-west-1.amazonaws.com",
"tags" : [ "fips" ]
} ]
}
}
},
Expand Down

0 comments on commit a7d292c

Please sign in to comment.