Skip to content

Commit 56dac49

Browse files
author
AWS
committed
Updated endpoints.json and partitions.json.
1 parent 9a500a0 commit 56dac49

File tree

2 files changed

+38
-0
lines changed

2 files changed

+38
-0
lines changed
Lines changed: 6 additions & 0 deletions
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 endpoint and partition metadata."
6+
}

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

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13262,6 +13262,7 @@
1326213262
"ap-northeast-2" : { },
1326313263
"ap-northeast-3" : { },
1326413264
"ap-south-1" : { },
13265+
"ap-south-2" : { },
1326513266
"ap-southeast-1" : { },
1326613267
"ap-southeast-2" : { },
1326713268
"ap-southeast-4" : { },
@@ -13271,6 +13272,7 @@
1327113272
"eu-west-1" : { },
1327213273
"eu-west-2" : { },
1327313274
"eu-west-3" : { },
13275+
"me-central-1" : { },
1327413276
"sa-east-1" : { },
1327513277
"us-east-1" : { },
1327613278
"us-east-2" : { },
@@ -28113,6 +28115,36 @@
2811328115
}
2811428116
}
2811528117
},
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+
},
2811628148
"rekognition" : {
2811728149
"endpoints" : {
2811828150
"rekognition-fips.us-gov-west-1" : {

0 commit comments

Comments
 (0)