Skip to content

Commit 609b80f

Browse files
author
AWS
committed
Updated endpoints.json.
1 parent b409332 commit 609b80f

File tree

2 files changed

+23
-0
lines changed

2 files changed

+23
-0
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: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3264,6 +3264,24 @@
32643264
"us-east-1" : { }
32653265
}
32663266
},
3267+
"macie" : {
3268+
"endpoints" : {
3269+
"fips-us-east-1" : {
3270+
"credentialScope" : {
3271+
"region" : "us-east-1"
3272+
},
3273+
"hostname" : "macie-fips.us-east-1.amazonaws.com"
3274+
},
3275+
"fips-us-west-2" : {
3276+
"credentialScope" : {
3277+
"region" : "us-west-2"
3278+
},
3279+
"hostname" : "macie-fips.us-west-2.amazonaws.com"
3280+
},
3281+
"us-east-1" : { },
3282+
"us-west-2" : { }
3283+
}
3284+
},
32673285
"managedblockchain" : {
32683286
"endpoints" : {
32693287
"ap-northeast-1" : { },

0 commit comments

Comments
 (0)