File tree 2 files changed +32
-2
lines changed
core/regions/src/main/resources/software/amazon/awssdk/regions/internal/region
2 files changed +32
-2
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "type" : " feature" ,
3
+ "category" : " AWS SDK for Java v2" ,
4
+ "contributor" : " " ,
5
+ "description" : " Updated service endpoint metadata."
6
+ }
Original file line number Diff line number Diff line change 3228
3228
"endpoints" : {
3229
3229
"ap-southeast-2" : { },
3230
3230
"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
+ }
3233
3257
}
3234
3258
},
3235
3259
"contact-lens" : {
You can’t perform that action at this time.
0 commit comments