Skip to content

Commit 0525cf4

Browse files
author
AWS
committed
Updated endpoints.json and partitions.json.
1 parent a2ea068 commit 0525cf4

File tree

2 files changed

+26
-36
lines changed

2 files changed

+26
-36
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: 20 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -7956,11 +7956,6 @@
79567956
}
79577957
},
79587958
"iot" : {
7959-
"defaults" : {
7960-
"credentialScope" : {
7961-
"service" : "execute-api"
7962-
}
7963-
},
79647959
"endpoints" : {
79657960
"ap-east-1" : { },
79667961
"ap-northeast-1" : { },
@@ -7980,37 +7975,22 @@
79807975
"eu-west-2" : { },
79817976
"eu-west-3" : { },
79827977
"fips-ca-central-1" : {
7983-
"credentialScope" : {
7984-
"service" : "execute-api"
7985-
},
79867978
"deprecated" : true,
79877979
"hostname" : "iot-fips.ca-central-1.amazonaws.com"
79887980
},
79897981
"fips-us-east-1" : {
7990-
"credentialScope" : {
7991-
"service" : "execute-api"
7992-
},
79937982
"deprecated" : true,
79947983
"hostname" : "iot-fips.us-east-1.amazonaws.com"
79957984
},
79967985
"fips-us-east-2" : {
7997-
"credentialScope" : {
7998-
"service" : "execute-api"
7999-
},
80007986
"deprecated" : true,
80017987
"hostname" : "iot-fips.us-east-2.amazonaws.com"
80027988
},
80037989
"fips-us-west-1" : {
8004-
"credentialScope" : {
8005-
"service" : "execute-api"
8006-
},
80077990
"deprecated" : true,
80087991
"hostname" : "iot-fips.us-west-1.amazonaws.com"
80097992
},
80107993
"fips-us-west-2" : {
8011-
"credentialScope" : {
8012-
"service" : "execute-api"
8013-
},
80147994
"deprecated" : true,
80157995
"hostname" : "iot-fips.us-west-2.amazonaws.com"
80167996
},
@@ -10302,6 +10282,25 @@
1030210282
"us-west-2" : { }
1030310283
}
1030410284
},
10285+
"mediapackagev2" : {
10286+
"endpoints" : {
10287+
"ap-northeast-1" : { },
10288+
"ap-northeast-2" : { },
10289+
"ap-south-1" : { },
10290+
"ap-southeast-1" : { },
10291+
"ap-southeast-2" : { },
10292+
"eu-central-1" : { },
10293+
"eu-north-1" : { },
10294+
"eu-west-1" : { },
10295+
"eu-west-2" : { },
10296+
"eu-west-3" : { },
10297+
"sa-east-1" : { },
10298+
"us-east-1" : { },
10299+
"us-east-2" : { },
10300+
"us-west-1" : { },
10301+
"us-west-2" : { }
10302+
}
10303+
},
1030510304
"mediastore" : {
1030610305
"endpoints" : {
1030710306
"ap-northeast-1" : { },
@@ -13042,6 +13041,7 @@
1304213041
"ap-southeast-1" : { },
1304313042
"ap-southeast-2" : { },
1304413043
"ap-southeast-3" : { },
13044+
"ap-southeast-4" : { },
1304513045
"ca-central-1" : { },
1304613046
"eu-central-1" : { },
1304713047
"eu-central-2" : { },
@@ -18235,11 +18235,6 @@
1823518235
}
1823618236
},
1823718237
"iot" : {
18238-
"defaults" : {
18239-
"credentialScope" : {
18240-
"service" : "execute-api"
18241-
}
18242-
},
1824318238
"endpoints" : {
1824418239
"cn-north-1" : { },
1824518240
"cn-northwest-1" : { }
@@ -21029,23 +21024,12 @@
2102921024
}
2103021025
},
2103121026
"iot" : {
21032-
"defaults" : {
21033-
"credentialScope" : {
21034-
"service" : "execute-api"
21035-
}
21036-
},
2103721027
"endpoints" : {
2103821028
"fips-us-gov-east-1" : {
21039-
"credentialScope" : {
21040-
"service" : "execute-api"
21041-
},
2104221029
"deprecated" : true,
2104321030
"hostname" : "iot-fips.us-gov-east-1.amazonaws.com"
2104421031
},
2104521032
"fips-us-gov-west-1" : {
21046-
"credentialScope" : {
21047-
"service" : "execute-api"
21048-
},
2104921033
"deprecated" : true,
2105021034
"hostname" : "iot-fips.us-gov-west-1.amazonaws.com"
2105121035
},

0 commit comments

Comments
 (0)