Skip to content

Commit

Permalink
Updated endpoints.json.
Browse files Browse the repository at this point in the history
  • Loading branch information
AWS committed Oct 16, 2020
1 parent e5db1df commit 16af2fa
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 5 deletions.
5 changes: 5 additions & 0 deletions .changes/next-release/feature-AWSSDKforJavav2-e97801d.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "feature",
"category": "AWS SDK for Java v2",
"description": "Updated service endpoint metadata."
}
Original file line number Diff line number Diff line change
Expand Up @@ -2951,7 +2951,12 @@
},
"health" : {
"endpoints" : {
"us-east-1" : { }
"fips-us-east-2" : {
"credentialScope" : {
"region" : "us-east-2"
},
"hostname" : "health-fips.us-east-2.amazonaws.com"
}
}
},
"honeycode" : {
Expand Down Expand Up @@ -6841,6 +6846,11 @@
"cn-northwest-1" : { }
}
},
"lakeformation" : {
"endpoints" : {
"cn-north-1" : { }
}
},
"lambda" : {
"endpoints" : {
"cn-north-1" : { },
Expand Down Expand Up @@ -7174,8 +7184,18 @@
},
"acm" : {
"endpoints" : {
"us-gov-east-1" : { },
"us-gov-west-1" : { }
"us-gov-east-1" : {
"credentialScope" : {
"region" : "us-gov-east-1"
},
"hostname" : "acm.us-gov-east-1.amazonaws.com"
},
"us-gov-west-1" : {
"credentialScope" : {
"region" : "us-gov-west-1"
},
"hostname" : "acm.us-gov-west-1.amazonaws.com"
}
}
},
"acm-pca" : {
Expand Down Expand Up @@ -8123,9 +8143,14 @@
"credentialScope" : {
"region" : "us-gov-west-1"
},
"hostname" : "pinpoint.us-gov-west-1.amazonaws.com"
"hostname" : "pinpoint-fips.us-gov-west-1.amazonaws.com"
},
"us-gov-west-1" : { }
"us-gov-west-1" : {
"credentialScope" : {
"region" : "us-gov-west-1"
},
"hostname" : "pinpoint.us-gov-west-1.amazonaws.com"
}
}
},
"polly" : {
Expand Down

0 comments on commit 16af2fa

Please sign in to comment.