Skip to content

Commit 8ac0cc8

Browse files
author
AWS
committed
Updated endpoints.json.
1 parent 80d97b6 commit 8ac0cc8

File tree

2 files changed

+74
-0
lines changed

2 files changed

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

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

Lines changed: 68 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1878,6 +1878,52 @@
18781878
"isRegionalized" : false,
18791879
"partitionEndpoint" : "aws-global"
18801880
},
1881+
"cassandra" : {
1882+
"endpoints" : {
1883+
"ap-east-1" : { },
1884+
"ap-northeast-1" : { },
1885+
"ap-northeast-2" : { },
1886+
"ap-south-1" : { },
1887+
"ap-southeast-1" : { },
1888+
"ap-southeast-2" : { },
1889+
"ca-central-1" : { },
1890+
"eu-central-1" : { },
1891+
"eu-north-1" : { },
1892+
"eu-west-1" : { },
1893+
"eu-west-2" : { },
1894+
"eu-west-3" : { },
1895+
"fips-us-east-1" : {
1896+
"credentialScope" : {
1897+
"region" : "us-east-1"
1898+
},
1899+
"deprecated" : true,
1900+
"hostname" : "cassandra-fips.us-east-1.amazonaws.com"
1901+
},
1902+
"fips-us-west-2" : {
1903+
"credentialScope" : {
1904+
"region" : "us-west-2"
1905+
},
1906+
"deprecated" : true,
1907+
"hostname" : "cassandra-fips.us-west-2.amazonaws.com"
1908+
},
1909+
"me-south-1" : { },
1910+
"sa-east-1" : { },
1911+
"us-east-1" : {
1912+
"variants" : [ {
1913+
"hostname" : "cassandra-fips.us-east-1.amazonaws.com",
1914+
"tags" : [ "fips" ]
1915+
} ]
1916+
},
1917+
"us-east-2" : { },
1918+
"us-west-1" : { },
1919+
"us-west-2" : {
1920+
"variants" : [ {
1921+
"hostname" : "cassandra-fips.us-west-2.amazonaws.com",
1922+
"tags" : [ "fips" ]
1923+
} ]
1924+
}
1925+
}
1926+
},
18811927
"catalog.marketplace" : {
18821928
"endpoints" : {
18831929
"us-east-1" : { }
@@ -14727,6 +14773,12 @@
1472714773
"isRegionalized" : false,
1472814774
"partitionEndpoint" : "aws-cn-global"
1472914775
},
14776+
"cassandra" : {
14777+
"endpoints" : {
14778+
"cn-north-1" : { },
14779+
"cn-northwest-1" : { }
14780+
}
14781+
},
1473014782
"ce" : {
1473114783
"endpoints" : {
1473214784
"aws-cn-global" : {
@@ -16182,6 +16234,22 @@
1618216234
}
1618316235
}
1618416236
},
16237+
"cassandra" : {
16238+
"endpoints" : {
16239+
"us-gov-east-1" : {
16240+
"credentialScope" : {
16241+
"region" : "us-gov-east-1"
16242+
},
16243+
"hostname" : "cassandra.us-gov-east-1.amazonaws.com"
16244+
},
16245+
"us-gov-west-1" : {
16246+
"credentialScope" : {
16247+
"region" : "us-gov-west-1"
16248+
},
16249+
"hostname" : "cassandra.us-gov-west-1.amazonaws.com"
16250+
}
16251+
}
16252+
},
1618516253
"cloudcontrolapi" : {
1618616254
"endpoints" : {
1618716255
"fips-us-gov-east-1" : {

0 commit comments

Comments
 (0)