Skip to content

Commit dfec1d6

Browse files
author
AWS
committed
Updated endpoints.json and partitions.json.
1 parent b13456c commit dfec1d6

File tree

2 files changed

+25
-0
lines changed

2 files changed

+25
-0
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: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17118,6 +17118,12 @@
1711817118
"tags" : [ "dualstack" ]
1711917119
} ]
1712017120
},
17121+
"eu-south-2" : {
17122+
"variants" : [ {
17123+
"hostname" : "polly.eu-south-2.api.aws",
17124+
"tags" : [ "dualstack" ]
17125+
} ]
17126+
},
1712117127
"eu-west-1" : {
1712217128
"variants" : [ {
1712317129
"hostname" : "polly.eu-west-1.api.aws",
@@ -17751,6 +17757,12 @@
1775117757
"ca-west-1" : {
1775217758
"variants" : [ {
1775317759
"tags" : [ "dualstack" ]
17760+
}, {
17761+
"hostname" : "ram-fips.ca-west-1.amazonaws.com",
17762+
"tags" : [ "fips" ]
17763+
}, {
17764+
"hostname" : "ram-fips.ca-west-1.api.aws",
17765+
"tags" : [ "dualstack", "fips" ]
1775417766
} ]
1775517767
},
1775617768
"eu-central-1" : {
@@ -17800,6 +17812,13 @@
1780017812
"deprecated" : true,
1780117813
"hostname" : "ram-fips.ca-central-1.amazonaws.com"
1780217814
},
17815+
"fips-ca-west-1" : {
17816+
"credentialScope" : {
17817+
"region" : "ca-west-1"
17818+
},
17819+
"deprecated" : true,
17820+
"hostname" : "ram-fips.ca-west-1.amazonaws.com"
17821+
},
1780317822
"fips-us-east-1" : {
1780417823
"credentialScope" : {
1780517824
"region" : "us-east-1"

0 commit comments

Comments
 (0)