File tree Expand file tree Collapse file tree 2 files changed +83
-14
lines changed
core/regions/src/main/resources/software/amazon/awssdk/regions/internal/region Expand file tree Collapse file tree 2 files changed +83
-14
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 endpoint and partition metadata."
6
+ }
Original file line number Diff line number Diff line change 2055
2055
"protocols" : [ "https" ]
2056
2056
},
2057
2057
"endpoints" : {
2058
- "ap-northeast-1" : { },
2059
- "ap-northeast-2" : { },
2060
- "ap-south-1" : { },
2061
- "ap-southeast-1" : { },
2062
- "ap-southeast-2" : { },
2063
- "eu-central-1" : { },
2064
- "eu-north-1" : { },
2065
- "eu-west-1" : { },
2066
- "eu-west-2" : { },
2067
- "eu-west-3" : { },
2068
- "sa-east-1" : { },
2069
- "us-east-1" : { },
2070
- "us-east-2" : { },
2071
- "us-west-2" : { }
2058
+ "ap-northeast-1" : {
2059
+ "variants" : [ {
2060
+ "tags" : [ "dualstack" ]
2061
+ } ]
2062
+ },
2063
+ "ap-northeast-2" : {
2064
+ "variants" : [ {
2065
+ "tags" : [ "dualstack" ]
2066
+ } ]
2067
+ },
2068
+ "ap-south-1" : {
2069
+ "variants" : [ {
2070
+ "tags" : [ "dualstack" ]
2071
+ } ]
2072
+ },
2073
+ "ap-southeast-1" : {
2074
+ "variants" : [ {
2075
+ "tags" : [ "dualstack" ]
2076
+ } ]
2077
+ },
2078
+ "ap-southeast-2" : {
2079
+ "variants" : [ {
2080
+ "tags" : [ "dualstack" ]
2081
+ } ]
2082
+ },
2083
+ "eu-central-1" : {
2084
+ "variants" : [ {
2085
+ "tags" : [ "dualstack" ]
2086
+ } ]
2087
+ },
2088
+ "eu-north-1" : {
2089
+ "variants" : [ {
2090
+ "tags" : [ "dualstack" ]
2091
+ } ]
2092
+ },
2093
+ "eu-west-1" : {
2094
+ "variants" : [ {
2095
+ "tags" : [ "dualstack" ]
2096
+ } ]
2097
+ },
2098
+ "eu-west-2" : {
2099
+ "variants" : [ {
2100
+ "tags" : [ "dualstack" ]
2101
+ } ]
2102
+ },
2103
+ "eu-west-3" : {
2104
+ "variants" : [ {
2105
+ "tags" : [ "dualstack" ]
2106
+ } ]
2107
+ },
2108
+ "sa-east-1" : {
2109
+ "variants" : [ {
2110
+ "tags" : [ "dualstack" ]
2111
+ } ]
2112
+ },
2113
+ "us-east-1" : {
2114
+ "variants" : [ {
2115
+ "tags" : [ "dualstack" ]
2116
+ } ]
2117
+ },
2118
+ "us-east-2" : {
2119
+ "variants" : [ {
2120
+ "tags" : [ "dualstack" ]
2121
+ } ]
2122
+ },
2123
+ "us-west-2" : {
2124
+ "variants" : [ {
2125
+ "tags" : [ "dualstack" ]
2126
+ } ]
2127
+ }
2072
2128
}
2073
2129
},
2074
2130
"arc-zonal-shift" : {
2576
2632
"ap-southeast-2" : { },
2577
2633
"ap-southeast-3" : { },
2578
2634
"ap-southeast-4" : { },
2635
+ "ap-southeast-5" : { },
2579
2636
"ca-central-1" : { },
2580
2637
"ca-west-1" : { },
2581
2638
"eu-central-1" : { },
28092
28149
}
28093
28150
}
28094
28151
},
28152
+ "schemas" : {
28153
+ "endpoints" : {
28154
+ "us-gov-east-1" : { },
28155
+ "us-gov-west-1" : { }
28156
+ }
28157
+ },
28095
28158
"secretsmanager" : {
28096
28159
"endpoints" : {
28097
28160
"us-gov-east-1" : {
You can’t perform that action at this time.
0 commit comments