File tree Expand file tree Collapse file tree 2 files changed +24
-1
lines changed
core/regions/src/main/resources/software/amazon/awssdk/regions/internal/region Expand file tree Collapse file tree 2 files changed +24
-1
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 1186
1186
"ap-southeast-2" : { },
1187
1187
"eu-central-1" : { },
1188
1188
"eu-north-1" : { },
1189
+ "eu-south-1" : { },
1189
1190
"eu-west-1" : { },
1191
+ "eu-west-2" : { },
1192
+ "eu-west-3" : { },
1190
1193
"us-east-1" : { },
1191
1194
"us-east-2" : { },
1192
1195
"us-west-2" : { }
6201
6204
},
6202
6205
"me-south-1" : { },
6203
6206
"sa-east-1" : { },
6204
- "us-east-1" : { },
6207
+ "us-east-1" : {
6208
+ "sslCommonName" : " queue.{dnsSuffix}"
6209
+ },
6205
6210
"us-east-2" : { },
6206
6211
"us-west-1" : { },
6207
6212
"us-west-2" : { }
8104
8109
},
8105
8110
"batch" : {
8106
8111
"endpoints" : {
8112
+ "fips-us-gov-east-1" : {
8113
+ "credentialScope" : {
8114
+ "region" : " us-gov-east-1"
8115
+ },
8116
+ "hostname" : " batch.us-gov-east-1.amazonaws.com"
8117
+ },
8118
+ "fips-us-gov-west-1" : {
8119
+ "credentialScope" : {
8120
+ "region" : " us-gov-west-1"
8121
+ },
8122
+ "hostname" : " batch.us-gov-west-1.amazonaws.com"
8123
+ },
8107
8124
"us-gov-east-1" : { },
8108
8125
"us-gov-west-1" : { }
8109
8126
}
You can’t perform that action at this time.
0 commit comments