Skip to content

Commit 30ce6d9

Browse files
author
AWS
committed
Updated endpoints.json and partitions.json.
1 parent aaa38b6 commit 30ce6d9

File tree

2 files changed

+12
-27
lines changed

2 files changed

+12
-27
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: 6 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -28523,31 +28523,17 @@
2852328523
},
2852428524
"redshift" : {
2852528525
"endpoints" : {
28526-
"fips-us-iso-east-1" : {
28526+
"us-iso-east-1" : {
2852728527
"credentialScope" : {
2852828528
"region" : "us-iso-east-1"
2852928529
},
28530-
"deprecated" : true,
28531-
"hostname" : "redshift-fips.us-iso-east-1.c2s.ic.gov"
28530+
"hostname" : "redshift.us-iso-east-1.c2s.ic.gov"
2853228531
},
28533-
"fips-us-iso-west-1" : {
28532+
"us-iso-west-1" : {
2853428533
"credentialScope" : {
2853528534
"region" : "us-iso-west-1"
2853628535
},
28537-
"deprecated" : true,
28538-
"hostname" : "redshift-fips.us-iso-west-1.c2s.ic.gov"
28539-
},
28540-
"us-iso-east-1" : {
28541-
"variants" : [ {
28542-
"hostname" : "redshift-fips.us-iso-east-1.c2s.ic.gov",
28543-
"tags" : [ "fips" ]
28544-
} ]
28545-
},
28546-
"us-iso-west-1" : {
28547-
"variants" : [ {
28548-
"hostname" : "redshift-fips.us-iso-west-1.c2s.ic.gov",
28549-
"tags" : [ "fips" ]
28550-
} ]
28536+
"hostname" : "redshift.us-iso-west-1.c2s.ic.gov"
2855128537
}
2855228538
}
2855328539
},
@@ -29211,18 +29197,11 @@
2921129197
},
2921229198
"redshift" : {
2921329199
"endpoints" : {
29214-
"fips-us-isob-east-1" : {
29200+
"us-isob-east-1" : {
2921529201
"credentialScope" : {
2921629202
"region" : "us-isob-east-1"
2921729203
},
29218-
"deprecated" : true,
29219-
"hostname" : "redshift-fips.us-isob-east-1.sc2s.sgov.gov"
29220-
},
29221-
"us-isob-east-1" : {
29222-
"variants" : [ {
29223-
"hostname" : "redshift-fips.us-isob-east-1.sc2s.sgov.gov",
29224-
"tags" : [ "fips" ]
29225-
} ]
29204+
"hostname" : "redshift.us-isob-east-1.sc2s.sgov.gov"
2922629205
}
2922729206
}
2922829207
},

0 commit comments

Comments
 (0)