Skip to content

Commit fd63efa

Browse files
author
AWS
committed
Updated endpoints.json.
1 parent 608c95e commit fd63efa

File tree

2 files changed

+55
-0
lines changed

2 files changed

+55
-0
lines changed
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

+49
Original file line numberDiff line numberDiff line change
@@ -9755,6 +9755,44 @@
97559755
}
97569756
}
97579757
},
9758+
"participant.connect" : {
9759+
"endpoints" : {
9760+
"af-south-1" : { },
9761+
"ap-northeast-1" : { },
9762+
"ap-northeast-2" : { },
9763+
"ap-southeast-1" : { },
9764+
"ap-southeast-2" : { },
9765+
"ca-central-1" : { },
9766+
"eu-central-1" : { },
9767+
"eu-west-2" : { },
9768+
"fips-us-east-1" : {
9769+
"credentialScope" : {
9770+
"region" : "us-east-1"
9771+
},
9772+
"deprecated" : true,
9773+
"hostname" : "participant.connect-fips.us-east-1.amazonaws.com"
9774+
},
9775+
"fips-us-west-2" : {
9776+
"credentialScope" : {
9777+
"region" : "us-west-2"
9778+
},
9779+
"deprecated" : true,
9780+
"hostname" : "participant.connect-fips.us-west-2.amazonaws.com"
9781+
},
9782+
"us-east-1" : {
9783+
"variants" : [ {
9784+
"hostname" : "participant.connect-fips.us-east-1.amazonaws.com",
9785+
"tags" : [ "fips" ]
9786+
} ]
9787+
},
9788+
"us-west-2" : {
9789+
"variants" : [ {
9790+
"hostname" : "participant.connect-fips.us-west-2.amazonaws.com",
9791+
"tags" : [ "fips" ]
9792+
} ]
9793+
}
9794+
}
9795+
},
97589796
"personalize" : {
97599797
"endpoints" : {
97609798
"ap-northeast-1" : { },
@@ -12539,6 +12577,7 @@
1253912577
"tags" : [ "fips" ]
1254012578
} ]
1254112579
},
12580+
"ap-southeast-3" : { },
1254212581
"ca-central-1" : {
1254312582
"variants" : [ {
1254412583
"hostname" : "snowball-fips.ca-central-1.amazonaws.com",
@@ -18492,6 +18531,16 @@
1849218531
}
1849318532
}
1849418533
},
18534+
"participant.connect" : {
18535+
"endpoints" : {
18536+
"us-gov-west-1" : {
18537+
"credentialScope" : {
18538+
"region" : "us-gov-west-1"
18539+
},
18540+
"hostname" : "participant.connect.us-gov-west-1.amazonaws.com"
18541+
}
18542+
}
18543+
},
1849518544
"pinpoint" : {
1849618545
"defaults" : {
1849718546
"credentialScope" : {

0 commit comments

Comments
 (0)