Skip to content

Commit c6a9cac

Browse files
author
AWS
committed
Updated endpoints.json.
1 parent e52ac81 commit c6a9cac

File tree

2 files changed

+36
-0
lines changed

2 files changed

+36
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"type": "feature",
3+
"category": "AWS SDK for Java v2",
4+
"description": "Updated service endpoint metadata."
5+
}

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

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1132,6 +1132,12 @@
11321132
"eu-west-1" : { },
11331133
"eu-west-2" : { },
11341134
"eu-west-3" : { },
1135+
"fips-ca-central-1" : {
1136+
"credentialScope" : {
1137+
"region" : "ca-central-1"
1138+
},
1139+
"hostname" : "datasync-fips.ca-central-1.amazonaws.com"
1140+
},
11351141
"fips-us-east-1" : {
11361142
"credentialScope" : {
11371143
"region" : "us-east-1"
@@ -1332,6 +1338,7 @@
13321338
"eu-west-1" : { },
13331339
"eu-west-2" : { },
13341340
"eu-west-3" : { },
1341+
"me-south-1" : { },
13351342
"sa-east-1" : { },
13361343
"us-east-1" : { },
13371344
"us-east-2" : { },
@@ -2293,6 +2300,7 @@
22932300
},
22942301
"managedblockchain" : {
22952302
"endpoints" : {
2303+
"ap-southeast-1" : { },
22962304
"us-east-1" : { }
22972305
}
22982306
},
@@ -2580,6 +2588,12 @@
25802588
},
25812589
"hostname" : "rds.eu-west-2.amazonaws.com"
25822590
},
2591+
"eu-west-3" : {
2592+
"credentialScope" : {
2593+
"region" : "eu-west-3"
2594+
},
2595+
"hostname" : "rds.eu-west-3.amazonaws.com"
2596+
},
25832597
"me-south-1" : {
25842598
"credentialScope" : {
25852599
"region" : "me-south-1"
@@ -4892,6 +4906,12 @@
48924906
},
48934907
"datasync" : {
48944908
"endpoints" : {
4909+
"fips-us-gov-east-1" : {
4910+
"credentialScope" : {
4911+
"region" : "us-gov-east-1"
4912+
},
4913+
"hostname" : "datasync-fips.us-gov-east-1.amazonaws.com"
4914+
},
48954915
"fips-us-gov-west-1" : {
48964916
"credentialScope" : {
48974917
"region" : "us-gov-west-1"
@@ -5079,6 +5099,11 @@
50795099
"us-gov-west-1" : { }
50805100
}
50815101
},
5102+
"iotsecuredtunneling" : {
5103+
"endpoints" : {
5104+
"us-gov-west-1" : { }
5105+
}
5106+
},
50825107
"kinesis" : {
50835108
"endpoints" : {
50845109
"us-gov-east-1" : { },
@@ -5376,6 +5401,7 @@
53765401
},
53775402
"storagegateway" : {
53785403
"endpoints" : {
5404+
"us-gov-east-1" : { },
53795405
"us-gov-west-1" : { }
53805406
}
53815407
},
@@ -5893,6 +5919,11 @@
58935919
"us-isob-east-1" : { }
58945920
}
58955921
},
5922+
"license-manager" : {
5923+
"endpoints" : {
5924+
"us-isob-east-1" : { }
5925+
}
5926+
},
58965927
"logs" : {
58975928
"endpoints" : {
58985929
"us-isob-east-1" : { }

0 commit comments

Comments
 (0)