Skip to content

Commit 382626f

Browse files
author
AWS
committed
Updated endpoints.json and partitions.json.
1 parent f73d542 commit 382626f

File tree

2 files changed

+198
-41
lines changed

2 files changed

+198
-41
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: 192 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -17672,53 +17672,134 @@
1767217672
},
1767317673
"ram" : {
1767417674
"endpoints" : {
17675-
"af-south-1" : { },
17676-
"ap-east-1" : { },
17677-
"ap-northeast-1" : { },
17678-
"ap-northeast-2" : { },
17679-
"ap-northeast-3" : { },
17680-
"ap-south-1" : { },
17681-
"ap-south-2" : { },
17682-
"ap-southeast-1" : { },
17683-
"ap-southeast-2" : { },
17684-
"ap-southeast-3" : { },
17685-
"ap-southeast-4" : { },
17686-
"ap-southeast-5" : { },
17687-
"ap-southeast-7" : { },
17675+
"af-south-1" : {
17676+
"variants" : [ {
17677+
"tags" : [ "dualstack" ]
17678+
} ]
17679+
},
17680+
"ap-east-1" : {
17681+
"variants" : [ {
17682+
"tags" : [ "dualstack" ]
17683+
} ]
17684+
},
17685+
"ap-northeast-1" : {
17686+
"variants" : [ {
17687+
"tags" : [ "dualstack" ]
17688+
} ]
17689+
},
17690+
"ap-northeast-2" : {
17691+
"variants" : [ {
17692+
"tags" : [ "dualstack" ]
17693+
} ]
17694+
},
17695+
"ap-northeast-3" : {
17696+
"variants" : [ {
17697+
"tags" : [ "dualstack" ]
17698+
} ]
17699+
},
17700+
"ap-south-1" : {
17701+
"variants" : [ {
17702+
"tags" : [ "dualstack" ]
17703+
} ]
17704+
},
17705+
"ap-south-2" : {
17706+
"variants" : [ {
17707+
"tags" : [ "dualstack" ]
17708+
} ]
17709+
},
17710+
"ap-southeast-1" : {
17711+
"variants" : [ {
17712+
"tags" : [ "dualstack" ]
17713+
} ]
17714+
},
17715+
"ap-southeast-2" : {
17716+
"variants" : [ {
17717+
"tags" : [ "dualstack" ]
17718+
} ]
17719+
},
17720+
"ap-southeast-3" : {
17721+
"variants" : [ {
17722+
"tags" : [ "dualstack" ]
17723+
} ]
17724+
},
17725+
"ap-southeast-4" : {
17726+
"variants" : [ {
17727+
"tags" : [ "dualstack" ]
17728+
} ]
17729+
},
17730+
"ap-southeast-5" : {
17731+
"variants" : [ {
17732+
"tags" : [ "dualstack" ]
17733+
} ]
17734+
},
17735+
"ap-southeast-7" : {
17736+
"variants" : [ {
17737+
"tags" : [ "dualstack" ]
17738+
} ]
17739+
},
1768817740
"ca-central-1" : {
1768917741
"variants" : [ {
17742+
"tags" : [ "dualstack" ]
17743+
}, {
1769017744
"hostname" : "ram-fips.ca-central-1.amazonaws.com",
1769117745
"tags" : [ "fips" ]
17746+
}, {
17747+
"hostname" : "ram-fips.ca-central-1.api.aws",
17748+
"tags" : [ "dualstack", "fips" ]
1769217749
} ]
1769317750
},
1769417751
"ca-west-1" : {
1769517752
"variants" : [ {
17696-
"hostname" : "ram-fips.ca-west-1.amazonaws.com",
17697-
"tags" : [ "fips" ]
17753+
"tags" : [ "dualstack" ]
17754+
} ]
17755+
},
17756+
"eu-central-1" : {
17757+
"variants" : [ {
17758+
"tags" : [ "dualstack" ]
17759+
} ]
17760+
},
17761+
"eu-central-2" : {
17762+
"variants" : [ {
17763+
"tags" : [ "dualstack" ]
17764+
} ]
17765+
},
17766+
"eu-north-1" : {
17767+
"variants" : [ {
17768+
"tags" : [ "dualstack" ]
17769+
} ]
17770+
},
17771+
"eu-south-1" : {
17772+
"variants" : [ {
17773+
"tags" : [ "dualstack" ]
17774+
} ]
17775+
},
17776+
"eu-south-2" : {
17777+
"variants" : [ {
17778+
"tags" : [ "dualstack" ]
17779+
} ]
17780+
},
17781+
"eu-west-1" : {
17782+
"variants" : [ {
17783+
"tags" : [ "dualstack" ]
17784+
} ]
17785+
},
17786+
"eu-west-2" : {
17787+
"variants" : [ {
17788+
"tags" : [ "dualstack" ]
17789+
} ]
17790+
},
17791+
"eu-west-3" : {
17792+
"variants" : [ {
17793+
"tags" : [ "dualstack" ]
1769817794
} ]
1769917795
},
17700-
"eu-central-1" : { },
17701-
"eu-central-2" : { },
17702-
"eu-north-1" : { },
17703-
"eu-south-1" : { },
17704-
"eu-south-2" : { },
17705-
"eu-west-1" : { },
17706-
"eu-west-2" : { },
17707-
"eu-west-3" : { },
1770817796
"fips-ca-central-1" : {
1770917797
"credentialScope" : {
1771017798
"region" : "ca-central-1"
1771117799
},
1771217800
"deprecated" : true,
1771317801
"hostname" : "ram-fips.ca-central-1.amazonaws.com"
1771417802
},
17715-
"fips-ca-west-1" : {
17716-
"credentialScope" : {
17717-
"region" : "ca-west-1"
17718-
},
17719-
"deprecated" : true,
17720-
"hostname" : "ram-fips.ca-west-1.amazonaws.com"
17721-
},
1772217803
"fips-us-east-1" : {
1772317804
"credentialScope" : {
1772417805
"region" : "us-east-1"
@@ -17747,33 +17828,73 @@
1774717828
"deprecated" : true,
1774817829
"hostname" : "ram-fips.us-west-2.amazonaws.com"
1774917830
},
17750-
"il-central-1" : { },
17751-
"me-central-1" : { },
17752-
"me-south-1" : { },
17753-
"mx-central-1" : { },
17754-
"sa-east-1" : { },
17831+
"il-central-1" : {
17832+
"variants" : [ {
17833+
"tags" : [ "dualstack" ]
17834+
} ]
17835+
},
17836+
"me-central-1" : {
17837+
"variants" : [ {
17838+
"tags" : [ "dualstack" ]
17839+
} ]
17840+
},
17841+
"me-south-1" : {
17842+
"variants" : [ {
17843+
"tags" : [ "dualstack" ]
17844+
} ]
17845+
},
17846+
"mx-central-1" : {
17847+
"variants" : [ {
17848+
"tags" : [ "dualstack" ]
17849+
} ]
17850+
},
17851+
"sa-east-1" : {
17852+
"variants" : [ {
17853+
"tags" : [ "dualstack" ]
17854+
} ]
17855+
},
1775517856
"us-east-1" : {
1775617857
"variants" : [ {
17858+
"tags" : [ "dualstack" ]
17859+
}, {
1775717860
"hostname" : "ram-fips.us-east-1.amazonaws.com",
1775817861
"tags" : [ "fips" ]
17862+
}, {
17863+
"hostname" : "ram-fips.us-east-1.api.aws",
17864+
"tags" : [ "dualstack", "fips" ]
1775917865
} ]
1776017866
},
1776117867
"us-east-2" : {
1776217868
"variants" : [ {
17869+
"tags" : [ "dualstack" ]
17870+
}, {
1776317871
"hostname" : "ram-fips.us-east-2.amazonaws.com",
1776417872
"tags" : [ "fips" ]
17873+
}, {
17874+
"hostname" : "ram-fips.us-east-2.api.aws",
17875+
"tags" : [ "dualstack", "fips" ]
1776517876
} ]
1776617877
},
1776717878
"us-west-1" : {
1776817879
"variants" : [ {
17880+
"tags" : [ "dualstack" ]
17881+
}, {
1776917882
"hostname" : "ram-fips.us-west-1.amazonaws.com",
1777017883
"tags" : [ "fips" ]
17884+
}, {
17885+
"hostname" : "ram-fips.us-west-1.api.aws",
17886+
"tags" : [ "dualstack", "fips" ]
1777117887
} ]
1777217888
},
1777317889
"us-west-2" : {
1777417890
"variants" : [ {
17891+
"tags" : [ "dualstack" ]
17892+
}, {
1777517893
"hostname" : "ram-fips.us-west-2.amazonaws.com",
1777617894
"tags" : [ "fips" ]
17895+
}, {
17896+
"hostname" : "ram-fips.us-west-2.api.aws",
17897+
"tags" : [ "dualstack", "fips" ]
1777717898
} ]
1777817899
}
1777917900
}
@@ -27213,8 +27334,16 @@
2721327334
},
2721427335
"ram" : {
2721527336
"endpoints" : {
27216-
"cn-north-1" : { },
27217-
"cn-northwest-1" : { }
27337+
"cn-north-1" : {
27338+
"variants" : [ {
27339+
"tags" : [ "dualstack" ]
27340+
} ]
27341+
},
27342+
"cn-northwest-1" : {
27343+
"variants" : [ {
27344+
"tags" : [ "dualstack" ]
27345+
} ]
27346+
}
2721827347
}
2721927348
},
2722027349
"rbin" : {
@@ -29311,7 +29440,7 @@
2931129440
"endpoints" : {
2931229441
"us-gov-east-1" : {
2931329442
"variants" : [ {
29314-
"hostname" : "dynamodb.us-gov-east-1.amazonaws.com",
29443+
"hostname" : "dynamodb-fips.us-gov-east-1.amazonaws.com",
2931529444
"tags" : [ "fips" ]
2931629445
} ]
2931729446
},
@@ -29320,11 +29449,11 @@
2932029449
"region" : "us-gov-east-1"
2932129450
},
2932229451
"deprecated" : true,
29323-
"hostname" : "dynamodb.us-gov-east-1.amazonaws.com"
29452+
"hostname" : "dynamodb-fips.us-gov-east-1.amazonaws.com"
2932429453
},
2932529454
"us-gov-west-1" : {
2932629455
"variants" : [ {
29327-
"hostname" : "dynamodb.us-gov-west-1.amazonaws.com",
29456+
"hostname" : "dynamodb-fips.us-gov-west-1.amazonaws.com",
2932829457
"tags" : [ "fips" ]
2932929458
} ]
2933029459
},
@@ -29333,7 +29462,7 @@
2933329462
"region" : "us-gov-west-1"
2933429463
},
2933529464
"deprecated" : true,
29336-
"hostname" : "dynamodb.us-gov-west-1.amazonaws.com"
29465+
"hostname" : "dynamodb-fips.us-gov-west-1.amazonaws.com"
2933729466
}
2933829467
}
2933929468
},
@@ -31378,8 +31507,13 @@
3137831507
},
3137931508
"hostname" : "ram.us-gov-east-1.amazonaws.com",
3138031509
"variants" : [ {
31510+
"tags" : [ "dualstack" ]
31511+
}, {
3138131512
"hostname" : "ram.us-gov-east-1.amazonaws.com",
3138231513
"tags" : [ "fips" ]
31514+
}, {
31515+
"hostname" : "ramus-gov-east-1.api.aws",
31516+
"tags" : [ "dualstack", "fips" ]
3138331517
} ]
3138431518
},
3138531519
"us-gov-east-1-fips" : {
@@ -31395,8 +31529,13 @@
3139531529
},
3139631530
"hostname" : "ram.us-gov-west-1.amazonaws.com",
3139731531
"variants" : [ {
31532+
"tags" : [ "dualstack" ]
31533+
}, {
3139831534
"hostname" : "ram.us-gov-west-1.amazonaws.com",
3139931535
"tags" : [ "fips" ]
31536+
}, {
31537+
"hostname" : "ramus-gov-west-1.api.aws",
31538+
"tags" : [ "dualstack", "fips" ]
3140031539
} ]
3140131540
},
3140231541
"us-gov-west-1-fips" : {
@@ -32709,12 +32848,24 @@
3270932848
"variants" : [ {
3271032849
"hostname" : "synthetics-fips.us-gov-east-1.amazonaws.com",
3271132850
"tags" : [ "fips" ]
32851+
}, {
32852+
"hostname" : "synthetics-fips.us-gov-east-1.api.aws",
32853+
"tags" : [ "dualstack", "fips" ]
32854+
}, {
32855+
"hostname" : "synthetics.us-gov-east-1.api.aws",
32856+
"tags" : [ "dualstack" ]
3271232857
} ]
3271332858
},
3271432859
"us-gov-west-1" : {
3271532860
"variants" : [ {
3271632861
"hostname" : "synthetics-fips.us-gov-west-1.amazonaws.com",
3271732862
"tags" : [ "fips" ]
32863+
}, {
32864+
"hostname" : "synthetics-fips.us-gov-west-1.api.aws",
32865+
"tags" : [ "dualstack", "fips" ]
32866+
}, {
32867+
"hostname" : "synthetics.us-gov-west-1.api.aws",
32868+
"tags" : [ "dualstack" ]
3271832869
} ]
3271932870
}
3272032871
}

0 commit comments

Comments
 (0)