File tree Expand file tree Collapse file tree 2 files changed +74
-0
lines changed
core/regions/src/main/resources/software/amazon/awssdk/regions/internal/region Expand file tree Collapse file tree 2 files changed +74
-0
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "type" : " feature" ,
3
+ "category" : " AWS SDK for Java v2" ,
4
+ "contributor" : " " ,
5
+ "description" : " Updated service endpoint metadata."
6
+ }
Original file line number Diff line number Diff line change 1878
1878
"isRegionalized" : false,
1879
1879
"partitionEndpoint" : "aws-global"
1880
1880
},
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
+ },
1881
1927
"catalog.marketplace" : {
1882
1928
"endpoints" : {
1883
1929
"us-east-1" : { }
14727
14773
"isRegionalized" : false,
14728
14774
"partitionEndpoint" : "aws-cn-global"
14729
14775
},
14776
+ "cassandra" : {
14777
+ "endpoints" : {
14778
+ "cn-north-1" : { },
14779
+ "cn-northwest-1" : { }
14780
+ }
14781
+ },
14730
14782
"ce" : {
14731
14783
"endpoints" : {
14732
14784
"aws-cn-global" : {
16182
16234
}
16183
16235
}
16184
16236
},
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
+ },
16185
16253
"cloudcontrolapi" : {
16186
16254
"endpoints" : {
16187
16255
"fips-us-gov-east-1" : {
You can’t perform that action at this time.
0 commit comments