Skip to content

Commit f05b61f

Browse files
author
AWS
committed
Updated endpoints.json and partitions.json.
1 parent 0d12ff7 commit f05b61f

File tree

2 files changed

+108
-7
lines changed

2 files changed

+108
-7
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: 102 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6139,6 +6139,7 @@
61396139
},
61406140
"emr-serverless" : {
61416141
"endpoints" : {
6142+
"ap-east-1" : { },
61426143
"ap-northeast-1" : { },
61436144
"ap-northeast-2" : { },
61446145
"ap-south-1" : { },
@@ -6190,6 +6191,7 @@
61906191
"deprecated" : true,
61916192
"hostname" : "emr-serverless-fips.us-west-2.amazonaws.com"
61926193
},
6194+
"me-south-1" : { },
61936195
"sa-east-1" : { },
61946196
"us-east-1" : {
61956197
"variants" : [ {
@@ -8508,7 +8510,12 @@
85088510
"ap-southeast-1" : { },
85098511
"ap-southeast-2" : { },
85108512
"ap-southeast-3" : { },
8511-
"ca-central-1" : { },
8513+
"ca-central-1" : {
8514+
"variants" : [ {
8515+
"hostname" : "kafka-fips.ca-central-1.amazonaws.com",
8516+
"tags" : [ "fips" ]
8517+
} ]
8518+
},
85128519
"eu-central-1" : { },
85138520
"eu-central-2" : { },
85148521
"eu-north-1" : { },
@@ -8517,13 +8524,68 @@
85178524
"eu-west-1" : { },
85188525
"eu-west-2" : { },
85198526
"eu-west-3" : { },
8527+
"fips-ca-central-1" : {
8528+
"credentialScope" : {
8529+
"region" : "ca-central-1"
8530+
},
8531+
"deprecated" : true,
8532+
"hostname" : "kafka-fips.ca-central-1.amazonaws.com"
8533+
},
8534+
"fips-us-east-1" : {
8535+
"credentialScope" : {
8536+
"region" : "us-east-1"
8537+
},
8538+
"deprecated" : true,
8539+
"hostname" : "kafka-fips.us-east-1.amazonaws.com"
8540+
},
8541+
"fips-us-east-2" : {
8542+
"credentialScope" : {
8543+
"region" : "us-east-2"
8544+
},
8545+
"deprecated" : true,
8546+
"hostname" : "kafka-fips.us-east-2.amazonaws.com"
8547+
},
8548+
"fips-us-west-1" : {
8549+
"credentialScope" : {
8550+
"region" : "us-west-1"
8551+
},
8552+
"deprecated" : true,
8553+
"hostname" : "kafka-fips.us-west-1.amazonaws.com"
8554+
},
8555+
"fips-us-west-2" : {
8556+
"credentialScope" : {
8557+
"region" : "us-west-2"
8558+
},
8559+
"deprecated" : true,
8560+
"hostname" : "kafka-fips.us-west-2.amazonaws.com"
8561+
},
85208562
"me-central-1" : { },
85218563
"me-south-1" : { },
85228564
"sa-east-1" : { },
8523-
"us-east-1" : { },
8524-
"us-east-2" : { },
8525-
"us-west-1" : { },
8526-
"us-west-2" : { }
8565+
"us-east-1" : {
8566+
"variants" : [ {
8567+
"hostname" : "kafka-fips.us-east-1.amazonaws.com",
8568+
"tags" : [ "fips" ]
8569+
} ]
8570+
},
8571+
"us-east-2" : {
8572+
"variants" : [ {
8573+
"hostname" : "kafka-fips.us-east-2.amazonaws.com",
8574+
"tags" : [ "fips" ]
8575+
} ]
8576+
},
8577+
"us-west-1" : {
8578+
"variants" : [ {
8579+
"hostname" : "kafka-fips.us-west-1.amazonaws.com",
8580+
"tags" : [ "fips" ]
8581+
} ]
8582+
},
8583+
"us-west-2" : {
8584+
"variants" : [ {
8585+
"hostname" : "kafka-fips.us-west-2.amazonaws.com",
8586+
"tags" : [ "fips" ]
8587+
} ]
8588+
}
85278589
}
85288590
},
85298591
"kafkaconnect" : {
@@ -12807,6 +12869,7 @@
1280712869
"ap-southeast-1" : { },
1280812870
"ap-southeast-2" : { },
1280912871
"ap-southeast-3" : { },
12872+
"ap-southeast-4" : { },
1281012873
"ca-central-1" : { },
1281112874
"eu-central-1" : { },
1281212875
"eu-central-2" : { },
@@ -20951,8 +21014,40 @@
2095121014
},
2095221015
"kafka" : {
2095321016
"endpoints" : {
20954-
"us-gov-east-1" : { },
20955-
"us-gov-west-1" : { }
21017+
"us-gov-east-1" : {
21018+
"credentialScope" : {
21019+
"region" : "us-gov-east-1"
21020+
},
21021+
"hostname" : "kafka.us-gov-east-1.amazonaws.com",
21022+
"variants" : [ {
21023+
"hostname" : "kafka.us-gov-east-1.amazonaws.com",
21024+
"tags" : [ "fips" ]
21025+
} ]
21026+
},
21027+
"us-gov-east-1-fips" : {
21028+
"credentialScope" : {
21029+
"region" : "us-gov-east-1"
21030+
},
21031+
"deprecated" : true,
21032+
"hostname" : "kafka.us-gov-east-1.amazonaws.com"
21033+
},
21034+
"us-gov-west-1" : {
21035+
"credentialScope" : {
21036+
"region" : "us-gov-west-1"
21037+
},
21038+
"hostname" : "kafka.us-gov-west-1.amazonaws.com",
21039+
"variants" : [ {
21040+
"hostname" : "kafka.us-gov-west-1.amazonaws.com",
21041+
"tags" : [ "fips" ]
21042+
} ]
21043+
},
21044+
"us-gov-west-1-fips" : {
21045+
"credentialScope" : {
21046+
"region" : "us-gov-west-1"
21047+
},
21048+
"deprecated" : true,
21049+
"hostname" : "kafka.us-gov-west-1.amazonaws.com"
21050+
}
2095621051
}
2095721052
},
2095821053
"kendra" : {

0 commit comments

Comments
 (0)