Skip to content

Commit 503ce29

Browse files
author
AWS
committed
Updated endpoints.json.
1 parent e1850bb commit 503ce29

File tree

2 files changed

+32
-2
lines changed

2 files changed

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

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

+26-2
Original file line numberDiff line numberDiff line change
@@ -3228,8 +3228,32 @@
32283228
"endpoints" : {
32293229
"ap-southeast-2" : { },
32303230
"eu-west-2" : { },
3231-
"us-east-1" : { },
3232-
"us-west-2" : { }
3231+
"fips-us-east-1" : {
3232+
"credentialScope" : {
3233+
"region" : "us-east-1"
3234+
},
3235+
"deprecated" : true,
3236+
"hostname" : "connect-campaigns-fips.us-east-1.amazonaws.com"
3237+
},
3238+
"fips-us-west-2" : {
3239+
"credentialScope" : {
3240+
"region" : "us-west-2"
3241+
},
3242+
"deprecated" : true,
3243+
"hostname" : "connect-campaigns-fips.us-west-2.amazonaws.com"
3244+
},
3245+
"us-east-1" : {
3246+
"variants" : [ {
3247+
"hostname" : "connect-campaigns-fips.us-east-1.amazonaws.com",
3248+
"tags" : [ "fips" ]
3249+
} ]
3250+
},
3251+
"us-west-2" : {
3252+
"variants" : [ {
3253+
"hostname" : "connect-campaigns-fips.us-west-2.amazonaws.com",
3254+
"tags" : [ "fips" ]
3255+
} ]
3256+
}
32333257
}
32343258
},
32353259
"contact-lens" : {

0 commit comments

Comments
 (0)