File tree Expand file tree Collapse file tree 2 files changed +38
-0
lines changed
core/regions/src/main/resources/software/amazon/awssdk/regions/internal/region Expand file tree Collapse file tree 2 files changed +38
-0
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 endpoint and partition metadata."
6
+ }
Original file line number Diff line number Diff line change 13262
13262
"ap-northeast-2" : { },
13263
13263
"ap-northeast-3" : { },
13264
13264
"ap-south-1" : { },
13265
+ "ap-south-2" : { },
13265
13266
"ap-southeast-1" : { },
13266
13267
"ap-southeast-2" : { },
13267
13268
"ap-southeast-4" : { },
13271
13272
"eu-west-1" : { },
13272
13273
"eu-west-2" : { },
13273
13274
"eu-west-3" : { },
13275
+ "me-central-1" : { },
13274
13276
"sa-east-1" : { },
13275
13277
"us-east-1" : { },
13276
13278
"us-east-2" : { },
28113
28115
}
28114
28116
}
28115
28117
},
28118
+ "redshift-serverless" : {
28119
+ "endpoints" : {
28120
+ "fips-us-gov-east-1" : {
28121
+ "credentialScope" : {
28122
+ "region" : "us-gov-east-1"
28123
+ },
28124
+ "deprecated" : true,
28125
+ "hostname" : "redshift-serverless-fips.us-gov-east-1.amazonaws.com"
28126
+ },
28127
+ "fips-us-gov-west-1" : {
28128
+ "credentialScope" : {
28129
+ "region" : "us-gov-west-1"
28130
+ },
28131
+ "deprecated" : true,
28132
+ "hostname" : "redshift-serverless-fips.us-gov-west-1.amazonaws.com"
28133
+ },
28134
+ "us-gov-east-1" : {
28135
+ "variants" : [ {
28136
+ "hostname" : "redshift-serverless-fips.us-gov-east-1.amazonaws.com",
28137
+ "tags" : [ "fips" ]
28138
+ } ]
28139
+ },
28140
+ "us-gov-west-1" : {
28141
+ "variants" : [ {
28142
+ "hostname" : "redshift-serverless-fips.us-gov-west-1.amazonaws.com",
28143
+ "tags" : [ "fips" ]
28144
+ } ]
28145
+ }
28146
+ }
28147
+ },
28116
28148
"rekognition" : {
28117
28149
"endpoints" : {
28118
28150
"rekognition-fips.us-gov-west-1" : {
You can’t perform that action at this time.
0 commit comments