Skip to content

Commit c73463c

Browse files
author
AWS
committed
Updated endpoints.json and partitions.json.
1 parent 1e0dcae commit c73463c

File tree

2 files changed

+47
-1
lines changed

2 files changed

+47
-1
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: 41 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,6 +375,7 @@
375375
"deprecated" : true,
376376
"hostname" : "acm-pca-fips.us-west-2.amazonaws.com"
377377
},
378+
"il-central-1" : { },
378379
"me-central-1" : { },
379380
"me-south-1" : { },
380381
"sa-east-1" : { },
@@ -11349,7 +11350,18 @@
1134911350
"credentialScope" : {
1135011351
"region" : "us-west-2"
1135111352
},
11352-
"hostname" : "networkmanager.us-west-2.amazonaws.com"
11353+
"hostname" : "networkmanager.us-west-2.amazonaws.com",
11354+
"variants" : [ {
11355+
"hostname" : "networkmanager-fips.us-west-2.amazonaws.com",
11356+
"tags" : [ "fips" ]
11357+
} ]
11358+
},
11359+
"fips-aws-global" : {
11360+
"credentialScope" : {
11361+
"region" : "us-west-2"
11362+
},
11363+
"deprecated" : true,
11364+
"hostname" : "networkmanager-fips.us-west-2.amazonaws.com"
1135311365
}
1135411366
},
1135511367
"isRegionalized" : false,
@@ -14135,18 +14147,26 @@
1413514147
},
1413614148
"schemas" : {
1413714149
"endpoints" : {
14150+
"af-south-1" : { },
1413814151
"ap-east-1" : { },
1413914152
"ap-northeast-1" : { },
1414014153
"ap-northeast-2" : { },
14154+
"ap-northeast-3" : { },
1414114155
"ap-south-1" : { },
1414214156
"ap-southeast-1" : { },
1414314157
"ap-southeast-2" : { },
14158+
"ap-southeast-3" : { },
1414414159
"ca-central-1" : { },
1414514160
"eu-central-1" : { },
14161+
"eu-central-2" : { },
1414614162
"eu-north-1" : { },
14163+
"eu-south-1" : { },
14164+
"eu-south-2" : { },
1414714165
"eu-west-1" : { },
1414814166
"eu-west-2" : { },
1414914167
"eu-west-3" : { },
14168+
"me-central-1" : { },
14169+
"me-south-1" : { },
1415014170
"sa-east-1" : { },
1415114171
"us-east-1" : { },
1415214172
"us-east-2" : { },
@@ -16890,7 +16910,10 @@
1689016910
"ap-southeast-1" : { },
1689116911
"ap-southeast-2" : { },
1689216912
"ca-central-1" : { },
16913+
"eu-central-1" : { },
16914+
"eu-north-1" : { },
1689316915
"eu-west-1" : { },
16916+
"eu-west-2" : { },
1689416917
"us-east-1" : { },
1689516918
"us-east-2" : { },
1689616919
"us-west-2" : { }
@@ -19142,6 +19165,12 @@
1914219165
},
1914319166
"isRegionalized" : true
1914419167
},
19168+
"schemas" : {
19169+
"endpoints" : {
19170+
"cn-north-1" : { },
19171+
"cn-northwest-1" : { }
19172+
}
19173+
},
1914519174
"secretsmanager" : {
1914619175
"endpoints" : {
1914719176
"cn-north-1" : { },
@@ -22281,6 +22310,17 @@
2228122310
"credentialScope" : {
2228222311
"region" : "us-gov-west-1"
2228322312
},
22313+
"hostname" : "networkmanager.us-gov-west-1.amazonaws.com",
22314+
"variants" : [ {
22315+
"hostname" : "networkmanager.us-gov-west-1.amazonaws.com",
22316+
"tags" : [ "fips" ]
22317+
} ]
22318+
},
22319+
"fips-aws-us-gov-global" : {
22320+
"credentialScope" : {
22321+
"region" : "us-gov-west-1"
22322+
},
22323+
"deprecated" : true,
2228422324
"hostname" : "networkmanager.us-gov-west-1.amazonaws.com"
2228522325
}
2228622326
},

0 commit comments

Comments
 (0)