Skip to content

Commit a7d292c

Browse files
author
AWS
committed
Updated endpoints.json and partitions.json.
1 parent cbf5a32 commit a7d292c

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
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: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10590,6 +10590,7 @@
1059010590
"deprecated" : true,
1059110591
"hostname" : "network-firewall-fips.us-west-2.amazonaws.com"
1059210592
},
10593+
"me-central-1" : { },
1059310594
"me-south-1" : { },
1059410595
"sa-east-1" : { },
1059510596
"us-east-1" : {
@@ -11461,7 +11462,6 @@
1146111462
"ap-south-1" : { },
1146211463
"ap-southeast-1" : { },
1146311464
"ap-southeast-2" : { },
11464-
"api" : { },
1146511465
"ca-central-1" : { },
1146611466
"eu-central-1" : { },
1146711467
"eu-north-1" : { },
@@ -20416,11 +20416,18 @@
2041620416
},
2041720417
"mediaconvert" : {
2041820418
"endpoints" : {
20419-
"us-gov-west-1" : {
20419+
"fips-us-gov-west-1" : {
2042020420
"credentialScope" : {
2042120421
"region" : "us-gov-west-1"
2042220422
},
20423+
"deprecated" : true,
2042320424
"hostname" : "mediaconvert.us-gov-west-1.amazonaws.com"
20425+
},
20426+
"us-gov-west-1" : {
20427+
"variants" : [ {
20428+
"hostname" : "mediaconvert.us-gov-west-1.amazonaws.com",
20429+
"tags" : [ "fips" ]
20430+
} ]
2042420431
}
2042520432
}
2042620433
},

0 commit comments

Comments
 (0)