Skip to content

Commit 853a791

Browse files
author
AWS
committed
Updated endpoints.json and partitions.json.
1 parent ede5e46 commit 853a791

File tree

2 files changed

+177
-3
lines changed

2 files changed

+177
-3
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: 171 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5885,6 +5885,102 @@
58855885
}
58865886
}
58875887
},
5888+
"eks-auth" : {
5889+
"defaults" : {
5890+
"dnsSuffix" : "api.aws",
5891+
"variants" : [ {
5892+
"dnsSuffix" : "api.aws",
5893+
"hostname" : "{service}-fips.{region}.{dnsSuffix}",
5894+
"tags" : [ "fips" ]
5895+
} ]
5896+
},
5897+
"endpoints" : {
5898+
"af-south-1" : {
5899+
"hostname" : "eks-auth.af-south-1.api.aws"
5900+
},
5901+
"ap-east-1" : {
5902+
"hostname" : "eks-auth.ap-east-1.api.aws"
5903+
},
5904+
"ap-northeast-1" : {
5905+
"hostname" : "eks-auth.ap-northeast-1.api.aws"
5906+
},
5907+
"ap-northeast-2" : {
5908+
"hostname" : "eks-auth.ap-northeast-2.api.aws"
5909+
},
5910+
"ap-northeast-3" : {
5911+
"hostname" : "eks-auth.ap-northeast-3.api.aws"
5912+
},
5913+
"ap-south-1" : {
5914+
"hostname" : "eks-auth.ap-south-1.api.aws"
5915+
},
5916+
"ap-south-2" : {
5917+
"hostname" : "eks-auth.ap-south-2.api.aws"
5918+
},
5919+
"ap-southeast-1" : {
5920+
"hostname" : "eks-auth.ap-southeast-1.api.aws"
5921+
},
5922+
"ap-southeast-2" : {
5923+
"hostname" : "eks-auth.ap-southeast-2.api.aws"
5924+
},
5925+
"ap-southeast-3" : {
5926+
"hostname" : "eks-auth.ap-southeast-3.api.aws"
5927+
},
5928+
"ap-southeast-4" : {
5929+
"hostname" : "eks-auth.ap-southeast-4.api.aws"
5930+
},
5931+
"ca-central-1" : {
5932+
"hostname" : "eks-auth.ca-central-1.api.aws"
5933+
},
5934+
"eu-central-1" : {
5935+
"hostname" : "eks-auth.eu-central-1.api.aws"
5936+
},
5937+
"eu-central-2" : {
5938+
"hostname" : "eks-auth.eu-central-2.api.aws"
5939+
},
5940+
"eu-north-1" : {
5941+
"hostname" : "eks-auth.eu-north-1.api.aws"
5942+
},
5943+
"eu-south-1" : {
5944+
"hostname" : "eks-auth.eu-south-1.api.aws"
5945+
},
5946+
"eu-south-2" : {
5947+
"hostname" : "eks-auth.eu-south-2.api.aws"
5948+
},
5949+
"eu-west-1" : {
5950+
"hostname" : "eks-auth.eu-west-1.api.aws"
5951+
},
5952+
"eu-west-2" : {
5953+
"hostname" : "eks-auth.eu-west-2.api.aws"
5954+
},
5955+
"eu-west-3" : {
5956+
"hostname" : "eks-auth.eu-west-3.api.aws"
5957+
},
5958+
"il-central-1" : {
5959+
"hostname" : "eks-auth.il-central-1.api.aws"
5960+
},
5961+
"me-central-1" : {
5962+
"hostname" : "eks-auth.me-central-1.api.aws"
5963+
},
5964+
"me-south-1" : {
5965+
"hostname" : "eks-auth.me-south-1.api.aws"
5966+
},
5967+
"sa-east-1" : {
5968+
"hostname" : "eks-auth.sa-east-1.api.aws"
5969+
},
5970+
"us-east-1" : {
5971+
"hostname" : "eks-auth.us-east-1.api.aws"
5972+
},
5973+
"us-east-2" : {
5974+
"hostname" : "eks-auth.us-east-2.api.aws"
5975+
},
5976+
"us-west-1" : {
5977+
"hostname" : "eks-auth.us-west-1.api.aws"
5978+
},
5979+
"us-west-2" : {
5980+
"hostname" : "eks-auth.us-west-2.api.aws"
5981+
}
5982+
}
5983+
},
58885984
"elasticache" : {
58895985
"endpoints" : {
58905986
"af-south-1" : { },
@@ -19837,6 +19933,24 @@
1983719933
"cn-northwest-1" : { }
1983819934
}
1983919935
},
19936+
"eks-auth" : {
19937+
"defaults" : {
19938+
"dnsSuffix" : "api.amazonwebservices.com.cn",
19939+
"variants" : [ {
19940+
"dnsSuffix" : "api.amazonwebservices.com.cn",
19941+
"hostname" : "{service}-fips.{region}.{dnsSuffix}",
19942+
"tags" : [ "fips" ]
19943+
} ]
19944+
},
19945+
"endpoints" : {
19946+
"cn-north-1" : {
19947+
"hostname" : "eks-auth.cn-north-1.api.amazonwebservices.com.cn"
19948+
},
19949+
"cn-northwest-1" : {
19950+
"hostname" : "eks-auth.cn-northwest-1.api.amazonwebservices.com.cn"
19951+
}
19952+
}
19953+
},
1984019954
"elasticache" : {
1984119955
"endpoints" : {
1984219956
"cn-north-1" : { },
@@ -22370,6 +22484,24 @@
2237022484
}
2237122485
}
2237222486
},
22487+
"eks-auth" : {
22488+
"defaults" : {
22489+
"dnsSuffix" : "api.aws",
22490+
"variants" : [ {
22491+
"dnsSuffix" : "api.aws",
22492+
"hostname" : "{service}-fips.{region}.{dnsSuffix}",
22493+
"tags" : [ "fips" ]
22494+
} ]
22495+
},
22496+
"endpoints" : {
22497+
"us-gov-east-1" : {
22498+
"hostname" : "eks-auth.us-gov-east-1.api.aws"
22499+
},
22500+
"us-gov-west-1" : {
22501+
"hostname" : "eks-auth.us-gov-west-1.api.aws"
22502+
}
22503+
}
22504+
},
2237322505
"elasticache" : {
2237422506
"defaults" : {
2237522507
"variants" : [ {
@@ -25990,8 +26122,32 @@
2599026122
},
2599126123
"ram" : {
2599226124
"endpoints" : {
25993-
"us-iso-east-1" : { },
25994-
"us-iso-west-1" : { }
26125+
"fips-us-iso-east-1" : {
26126+
"credentialScope" : {
26127+
"region" : "us-iso-east-1"
26128+
},
26129+
"deprecated" : true,
26130+
"hostname" : "ram-fips.us-iso-east-1.c2s.ic.gov"
26131+
},
26132+
"fips-us-iso-west-1" : {
26133+
"credentialScope" : {
26134+
"region" : "us-iso-west-1"
26135+
},
26136+
"deprecated" : true,
26137+
"hostname" : "ram-fips.us-iso-west-1.c2s.ic.gov"
26138+
},
26139+
"us-iso-east-1" : {
26140+
"variants" : [ {
26141+
"hostname" : "ram-fips.us-iso-east-1.c2s.ic.gov",
26142+
"tags" : [ "fips" ]
26143+
} ]
26144+
},
26145+
"us-iso-west-1" : {
26146+
"variants" : [ {
26147+
"hostname" : "ram-fips.us-iso-west-1.c2s.ic.gov",
26148+
"tags" : [ "fips" ]
26149+
} ]
26150+
}
2599526151
}
2599626152
},
2599726153
"rbin" : {
@@ -26597,7 +26753,19 @@
2659726753
},
2659826754
"ram" : {
2659926755
"endpoints" : {
26600-
"us-isob-east-1" : { }
26756+
"fips-us-isob-east-1" : {
26757+
"credentialScope" : {
26758+
"region" : "us-isob-east-1"
26759+
},
26760+
"deprecated" : true,
26761+
"hostname" : "ram-fips.us-isob-east-1.sc2s.sgov.gov"
26762+
},
26763+
"us-isob-east-1" : {
26764+
"variants" : [ {
26765+
"hostname" : "ram-fips.us-isob-east-1.sc2s.sgov.gov",
26766+
"tags" : [ "fips" ]
26767+
} ]
26768+
}
2660126769
}
2660226770
},
2660326771
"rbin" : {

0 commit comments

Comments
 (0)