Skip to content

Commit a6176de

Browse files
author
AWS
committed
Updated endpoints.json and partitions.json.
1 parent 163ea92 commit a6176de

File tree

2 files changed

+60
-157
lines changed

2 files changed

+60
-157
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: 54 additions & 157 deletions
Original file line numberDiff line numberDiff line change
@@ -6281,12 +6281,18 @@
62816281
},
62826282
"ca-central-1" : {
62836283
"variants" : [ {
6284+
"hostname" : "dlm-fips.ca-central-1.api.aws",
6285+
"tags" : [ "dualstack", "fips" ]
6286+
}, {
62846287
"hostname" : "dlm.ca-central-1.api.aws",
62856288
"tags" : [ "dualstack" ]
62866289
} ]
62876290
},
62886291
"ca-west-1" : {
62896292
"variants" : [ {
6293+
"hostname" : "dlm-fips.ca-west-1.api.aws",
6294+
"tags" : [ "dualstack", "fips" ]
6295+
}, {
62906296
"hostname" : "dlm.ca-west-1.api.aws",
62916297
"tags" : [ "dualstack" ]
62926298
} ]
@@ -6365,24 +6371,36 @@
63656371
},
63666372
"us-east-1" : {
63676373
"variants" : [ {
6374+
"hostname" : "dlm-fips.us-east-1.api.aws",
6375+
"tags" : [ "dualstack", "fips" ]
6376+
}, {
63686377
"hostname" : "dlm.us-east-1.api.aws",
63696378
"tags" : [ "dualstack" ]
63706379
} ]
63716380
},
63726381
"us-east-2" : {
63736382
"variants" : [ {
6383+
"hostname" : "dlm-fips.us-east-2.api.aws",
6384+
"tags" : [ "dualstack", "fips" ]
6385+
}, {
63746386
"hostname" : "dlm.us-east-2.api.aws",
63756387
"tags" : [ "dualstack" ]
63766388
} ]
63776389
},
63786390
"us-west-1" : {
63796391
"variants" : [ {
6392+
"hostname" : "dlm-fips.us-west-1.api.aws",
6393+
"tags" : [ "dualstack", "fips" ]
6394+
}, {
63806395
"hostname" : "dlm.us-west-1.api.aws",
63816396
"tags" : [ "dualstack" ]
63826397
} ]
63836398
},
63846399
"us-west-2" : {
63856400
"variants" : [ {
6401+
"hostname" : "dlm-fips.us-west-2.api.aws",
6402+
"tags" : [ "dualstack", "fips" ]
6403+
}, {
63866404
"hostname" : "dlm.us-west-2.api.aws",
63876405
"tags" : [ "dualstack" ]
63886406
} ]
@@ -21157,34 +21175,8 @@
2115721175
"ap-southeast-3" : { },
2115821176
"ap-southeast-4" : { },
2115921177
"ap-southeast-5" : { },
21160-
"ca-central-1" : {
21161-
"variants" : [ {
21162-
"hostname" : "streams.dynamodb-fips.ca-central-1.amazonaws.com",
21163-
"tags" : [ "fips" ]
21164-
} ]
21165-
},
21166-
"ca-central-1-fips" : {
21167-
"credentialScope" : {
21168-
"region" : "ca-central-1"
21169-
},
21170-
"deprecated" : true,
21171-
"hostname" : "streams.dynamodb-fips.ca-central-1.amazonaws.com",
21172-
"protocols" : [ "https" ]
21173-
},
21174-
"ca-west-1" : {
21175-
"variants" : [ {
21176-
"hostname" : "streams.dynamodb-fips.ca-west-1.amazonaws.com",
21177-
"tags" : [ "fips" ]
21178-
} ]
21179-
},
21180-
"ca-west-1-fips" : {
21181-
"credentialScope" : {
21182-
"region" : "ca-west-1"
21183-
},
21184-
"deprecated" : true,
21185-
"hostname" : "streams.dynamodb-fips.ca-west-1.amazonaws.com",
21186-
"protocols" : [ "https" ]
21187-
},
21178+
"ca-central-1" : { },
21179+
"ca-west-1" : { },
2118821180
"eu-central-1" : { },
2118921181
"eu-central-2" : { },
2119021182
"eu-north-1" : { },
@@ -21204,62 +21196,10 @@
2120421196
"me-central-1" : { },
2120521197
"me-south-1" : { },
2120621198
"sa-east-1" : { },
21207-
"us-east-1" : {
21208-
"variants" : [ {
21209-
"hostname" : "streams.dynamodb-fips.us-east-1.amazonaws.com",
21210-
"tags" : [ "fips" ]
21211-
} ]
21212-
},
21213-
"us-east-1-fips" : {
21214-
"credentialScope" : {
21215-
"region" : "us-east-1"
21216-
},
21217-
"deprecated" : true,
21218-
"hostname" : "streams.dynamodb-fips.us-east-1.amazonaws.com",
21219-
"protocols" : [ "https" ]
21220-
},
21221-
"us-east-2" : {
21222-
"variants" : [ {
21223-
"hostname" : "streams.dynamodb-fips.us-east-2.amazonaws.com",
21224-
"tags" : [ "fips" ]
21225-
} ]
21226-
},
21227-
"us-east-2-fips" : {
21228-
"credentialScope" : {
21229-
"region" : "us-east-2"
21230-
},
21231-
"deprecated" : true,
21232-
"hostname" : "streams.dynamodb-fips.us-east-2.amazonaws.com",
21233-
"protocols" : [ "https" ]
21234-
},
21235-
"us-west-1" : {
21236-
"variants" : [ {
21237-
"hostname" : "streams.dynamodb-fips.us-west-1.amazonaws.com",
21238-
"tags" : [ "fips" ]
21239-
} ]
21240-
},
21241-
"us-west-1-fips" : {
21242-
"credentialScope" : {
21243-
"region" : "us-west-1"
21244-
},
21245-
"deprecated" : true,
21246-
"hostname" : "streams.dynamodb-fips.us-west-1.amazonaws.com",
21247-
"protocols" : [ "https" ]
21248-
},
21249-
"us-west-2" : {
21250-
"variants" : [ {
21251-
"hostname" : "streams.dynamodb-fips.us-west-2.amazonaws.com",
21252-
"tags" : [ "fips" ]
21253-
} ]
21254-
},
21255-
"us-west-2-fips" : {
21256-
"credentialScope" : {
21257-
"region" : "us-west-2"
21258-
},
21259-
"deprecated" : true,
21260-
"hostname" : "streams.dynamodb-fips.us-west-2.amazonaws.com",
21261-
"protocols" : [ "https" ]
21262-
}
21199+
"us-east-1" : { },
21200+
"us-east-2" : { },
21201+
"us-west-1" : { },
21202+
"us-west-2" : { }
2126321203
}
2126421204
},
2126521205
"sts" : {
@@ -22353,6 +22293,7 @@
2235322293
"ap-southeast-1" : { },
2235422294
"ap-southeast-2" : { },
2235522295
"ap-southeast-3" : { },
22296+
"ap-southeast-4" : { },
2235622297
"ca-central-1" : { },
2235722298
"eu-central-1" : { },
2235822299
"eu-central-2" : { },
@@ -26638,6 +26579,9 @@
2663826579
"endpoints" : {
2663926580
"us-gov-east-1" : {
2664026581
"variants" : [ {
26582+
"hostname" : "dlm-fips.us-gov-east-1.api.aws",
26583+
"tags" : [ "dualstack", "fips" ]
26584+
}, {
2664126585
"hostname" : "dlm.us-gov-east-1.amazonaws.com",
2664226586
"tags" : [ "fips" ]
2664326587
} ]
@@ -26651,6 +26595,9 @@
2665126595
},
2665226596
"us-gov-west-1" : {
2665326597
"variants" : [ {
26598+
"hostname" : "dlm-fips.us-gov-west-1.api.aws",
26599+
"tags" : [ "dualstack", "fips" ]
26600+
}, {
2665426601
"hostname" : "dlm.us-gov-west-1.amazonaws.com",
2665526602
"tags" : [ "fips" ]
2665626603
} ]
@@ -30040,34 +29987,8 @@
3004029987
} ]
3004129988
},
3004229989
"endpoints" : {
30043-
"us-gov-east-1" : {
30044-
"variants" : [ {
30045-
"hostname" : "streams.dynamodb-fips.us-gov-east-1.amazonaws.com",
30046-
"tags" : [ "fips" ]
30047-
} ]
30048-
},
30049-
"us-gov-east-1-fips" : {
30050-
"credentialScope" : {
30051-
"region" : "us-gov-east-1"
30052-
},
30053-
"deprecated" : true,
30054-
"hostname" : "streams.dynamodb-fips.us-gov-east-1.amazonaws.com",
30055-
"protocols" : [ "https" ]
30056-
},
30057-
"us-gov-west-1" : {
30058-
"variants" : [ {
30059-
"hostname" : "streams.dynamodb-fips.us-gov-west-1.amazonaws.com",
30060-
"tags" : [ "fips" ]
30061-
} ]
30062-
},
30063-
"us-gov-west-1-fips" : {
30064-
"credentialScope" : {
30065-
"region" : "us-gov-west-1"
30066-
},
30067-
"deprecated" : true,
30068-
"hostname" : "streams.dynamodb-fips.us-gov-west-1.amazonaws.com",
30069-
"protocols" : [ "https" ]
30070-
}
29990+
"us-gov-east-1" : { },
29991+
"us-gov-west-1" : { }
3007129992
}
3007229993
},
3007329994
"sts" : {
@@ -30780,8 +30701,18 @@
3078030701
},
3078130702
"dlm" : {
3078230703
"endpoints" : {
30783-
"us-iso-east-1" : { },
30784-
"us-iso-west-1" : { }
30704+
"us-iso-east-1" : {
30705+
"variants" : [ {
30706+
"hostname" : "dlm-fips.us-iso-east-1.api.aws.ic.gov",
30707+
"tags" : [ "dualstack", "fips" ]
30708+
} ]
30709+
},
30710+
"us-iso-west-1" : {
30711+
"variants" : [ {
30712+
"hostname" : "dlm-fips.us-iso-west-1.api.aws.ic.gov",
30713+
"tags" : [ "dualstack", "fips" ]
30714+
} ]
30715+
}
3078530716
}
3078630717
},
3078730718
"dms" : {
@@ -31443,34 +31374,8 @@
3144331374
}
3144431375
},
3144531376
"endpoints" : {
31446-
"us-iso-east-1" : {
31447-
"variants" : [ {
31448-
"hostname" : "streams.dynamodb-fips.us-iso-east-1.c2s.ic.gov",
31449-
"tags" : [ "fips" ]
31450-
} ]
31451-
},
31452-
"us-iso-east-1-fips" : {
31453-
"credentialScope" : {
31454-
"region" : "us-iso-east-1"
31455-
},
31456-
"deprecated" : true,
31457-
"hostname" : "streams.dynamodb-fips.us-iso-east-1.c2s.ic.gov",
31458-
"protocols" : [ "https" ]
31459-
},
31460-
"us-iso-west-1" : {
31461-
"variants" : [ {
31462-
"hostname" : "streams.dynamodb-fips.us-iso-west-1.c2s.ic.gov",
31463-
"tags" : [ "fips" ]
31464-
} ]
31465-
},
31466-
"us-iso-west-1-fips" : {
31467-
"credentialScope" : {
31468-
"region" : "us-iso-west-1"
31469-
},
31470-
"deprecated" : true,
31471-
"hostname" : "streams.dynamodb-fips.us-iso-west-1.c2s.ic.gov",
31472-
"protocols" : [ "https" ]
31473-
}
31377+
"us-iso-east-1" : { },
31378+
"us-iso-west-1" : { }
3147431379
}
3147531380
},
3147631381
"sts" : {
@@ -31709,7 +31614,12 @@
3170931614
},
3171031615
"dlm" : {
3171131616
"endpoints" : {
31712-
"us-isob-east-1" : { }
31617+
"us-isob-east-1" : {
31618+
"variants" : [ {
31619+
"hostname" : "dlm-fips.us-isob-east-1.api.aws.scloud",
31620+
"tags" : [ "dualstack", "fips" ]
31621+
} ]
31622+
}
3171331623
}
3171431624
},
3171531625
"dms" : {
@@ -32191,20 +32101,7 @@
3219132101
"protocols" : [ "http", "https" ]
3219232102
},
3219332103
"endpoints" : {
32194-
"us-isob-east-1" : {
32195-
"variants" : [ {
32196-
"hostname" : "streams.dynamodb-fips.us-isob-east-1.sc2s.sgov.gov",
32197-
"tags" : [ "fips" ]
32198-
} ]
32199-
},
32200-
"us-isob-east-1-fips" : {
32201-
"credentialScope" : {
32202-
"region" : "us-isob-east-1"
32203-
},
32204-
"deprecated" : true,
32205-
"hostname" : "streams.dynamodb-fips.us-isob-east-1.sc2s.sgov.gov",
32206-
"protocols" : [ "https" ]
32207-
}
32104+
"us-isob-east-1" : { }
3220832105
}
3220932106
},
3221032107
"sts" : {

0 commit comments

Comments
 (0)