Skip to content

Commit 234c771

Browse files
author
AWS
committed
Updated endpoints.json.
1 parent e0641c2 commit 234c771

File tree

2 files changed

+65
-3
lines changed

2 files changed

+65
-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 service endpoint metadata."
6+
}

core/regions/src/main/resources/software/amazon/awssdk/regions/internal/region/endpoints.json

Lines changed: 59 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2345,6 +2345,7 @@
23452345
"eu-west-1" : { },
23462346
"eu-west-2" : { },
23472347
"eu-west-3" : { },
2348+
"me-central-1" : { },
23482349
"me-south-1" : { },
23492350
"sa-east-1" : { },
23502351
"us-east-1" : { },
@@ -7014,6 +7015,35 @@
70147015
"isRegionalized" : false,
70157016
"partitionEndpoint" : "aws-global"
70167017
},
7018+
"ingest.timestream" : {
7019+
"endpoints" : {
7020+
"ap-northeast-1" : { },
7021+
"ap-southeast-2" : { },
7022+
"eu-central-1" : { },
7023+
"eu-west-1" : { },
7024+
"ingest-fips-us-east-1" : {
7025+
"credentialScope" : {
7026+
"region" : "us-east-1"
7027+
},
7028+
"hostname" : "ingest.timestream-fips.us-east-1.amazonaws.com"
7029+
},
7030+
"ingest-fips-us-east-2" : {
7031+
"credentialScope" : {
7032+
"region" : "us-east-2"
7033+
},
7034+
"hostname" : "ingest.timestream-fips.us-east-2.amazonaws.com"
7035+
},
7036+
"ingest-fips-us-west-2" : {
7037+
"credentialScope" : {
7038+
"region" : "us-west-2"
7039+
},
7040+
"hostname" : "ingest.timestream-fips.us-west-2.amazonaws.com"
7041+
},
7042+
"us-east-1" : { },
7043+
"us-east-2" : { },
7044+
"us-west-2" : { }
7045+
}
7046+
},
70177047
"inspector" : {
70187048
"endpoints" : {
70197049
"ap-northeast-1" : { },
@@ -10006,6 +10036,13 @@
1000610036
"deprecated" : true,
1000710037
"hostname" : "pinpoint-fips.us-east-1.amazonaws.com"
1000810038
},
10039+
"fips-us-east-2" : {
10040+
"credentialScope" : {
10041+
"region" : "us-east-2"
10042+
},
10043+
"deprecated" : true,
10044+
"hostname" : "pinpoint-fips.us-east-2.amazonaws.com"
10045+
},
1000910046
"fips-us-west-2" : {
1001010047
"credentialScope" : {
1001110048
"region" : "us-west-2"
@@ -10023,6 +10060,16 @@
1002310060
"tags" : [ "fips" ]
1002410061
} ]
1002510062
},
10063+
"us-east-2" : {
10064+
"credentialScope" : {
10065+
"region" : "us-east-2"
10066+
},
10067+
"hostname" : "pinpoint.us-east-2.amazonaws.com",
10068+
"variants" : [ {
10069+
"hostname" : "pinpoint-fips.us-east-2.amazonaws.com",
10070+
"tags" : [ "fips" ]
10071+
} ]
10072+
},
1002610073
"us-west-2" : {
1002710074
"credentialScope" : {
1002810075
"region" : "us-west-2"
@@ -17397,13 +17444,21 @@
1739717444
"credentialScope" : {
1739817445
"region" : "us-gov-east-1"
1739917446
},
17400-
"hostname" : "ec2.us-gov-east-1.amazonaws.com"
17447+
"hostname" : "ec2.us-gov-east-1.amazonaws.com",
17448+
"variants" : [ {
17449+
"hostname" : "ec2.us-gov-east-1.api.aws",
17450+
"tags" : [ "dualstack" ]
17451+
} ]
1740117452
},
1740217453
"us-gov-west-1" : {
1740317454
"credentialScope" : {
1740417455
"region" : "us-gov-west-1"
1740517456
},
17406-
"hostname" : "ec2.us-gov-west-1.amazonaws.com"
17457+
"hostname" : "ec2.us-gov-west-1.amazonaws.com",
17458+
"variants" : [ {
17459+
"hostname" : "ec2.us-gov-west-1.api.aws",
17460+
"tags" : [ "dualstack" ]
17461+
} ]
1740717462
}
1740817463
}
1740917464
},
@@ -20519,7 +20574,8 @@
2051920574
},
2052020575
"synthetics" : {
2052120576
"endpoints" : {
20522-
"us-iso-east-1" : { }
20577+
"us-iso-east-1" : { },
20578+
"us-iso-west-1" : { }
2052320579
}
2052420580
},
2052520581
"tagging" : {

0 commit comments

Comments
 (0)