Skip to content

Commit c7e0d72

Browse files
author
AWS
committed
Updated endpoints.json.
1 parent 2adab48 commit c7e0d72

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"type": "feature",
3+
"category": "AWS SDK for Java v2",
4+
"description": "Updated service endpoint metadata."
5+
}

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

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6628,7 +6628,19 @@
66286628
},
66296629
"api.sagemaker" : {
66306630
"endpoints" : {
6631-
"us-gov-west-1" : { }
6631+
"us-gov-west-1" : { },
6632+
"us-gov-west-1-fips" : {
6633+
"credentialScope" : {
6634+
"region" : "us-gov-west-1"
6635+
},
6636+
"hostname" : "api-fips.sagemaker.us-gov-west-1.amazonaws.com"
6637+
},
6638+
"us-gov-west-1-fips-secondary" : {
6639+
"credentialScope" : {
6640+
"region" : "us-gov-west-1"
6641+
},
6642+
"hostname" : "api.sagemaker.us-gov-west-1.amazonaws.com"
6643+
}
66326644
}
66336645
},
66346646
"apigateway" : {

0 commit comments

Comments
 (0)