Skip to content

Commit de1e9de

Browse files
author
AWS
committed
Updated endpoints.json and partitions.json.
1 parent 5c8ac84 commit de1e9de

File tree

3 files changed

+12
-1
lines changed

3 files changed

+12
-1
lines changed
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+
}

codegen/src/main/resources/software/amazon/awssdk/codegen/rules/partitions.json.resource

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
"description" : "Middle East (Bahrain)"
7878
},
7979
"sa-east-1" : {
80-
"description" : "South America (Sao Paulo)"
80+
"description" : "South America (São Paulo)"
8181
},
8282
"us-east-1" : {
8383
"description" : "US East (N. Virginia)"

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

+5
Original file line numberDiff line numberDiff line change
@@ -19998,6 +19998,11 @@
1999819998
}
1999919999
}
2000020000
},
20001+
"pi" : {
20002+
"endpoints" : {
20003+
"us-gov-east-1" : { }
20004+
}
20005+
},
2000120006
"pinpoint" : {
2000220007
"defaults" : {
2000320008
"credentialScope" : {

0 commit comments

Comments
 (0)