Skip to content

Commit a57be7f

Browse files
Update partitions file
1 parent a2c013f commit a57be7f

File tree

1 file changed

+36
-1
lines changed
  • codegen/smithy-aws-kotlin-codegen/src/main/resources/aws/sdk/kotlin/codegen

1 file changed

+36
-1
lines changed

codegen/smithy-aws-kotlin-codegen/src/main/resources/aws/sdk/kotlin/codegen/partitions.json

Lines changed: 36 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,12 @@
44
"outputs" : {
55
"dnsSuffix" : "amazonaws.com",
66
"dualStackDnsSuffix" : "api.aws",
7+
"implicitGlobalRegion" : "us-east-1",
78
"name" : "aws",
89
"supportsDualStack" : true,
910
"supportsFIPS" : true
1011
},
11-
"regionRegex" : "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$",
12+
"regionRegex" : "^(us|eu|ap|sa|ca|me|af|il)\\-\\w+\\-\\d+$",
1213
"regions" : {
1314
"af-south-1" : {
1415
"description" : "Africa (Cape Town)"
@@ -40,6 +41,9 @@
4041
"ap-southeast-3" : {
4142
"description" : "Asia Pacific (Jakarta)"
4243
},
44+
"ap-southeast-4" : {
45+
"description" : "Asia Pacific (Melbourne)"
46+
},
4347
"aws-global" : {
4448
"description" : "AWS Standard global region"
4549
},
@@ -70,6 +74,9 @@
7074
"eu-west-3" : {
7175
"description" : "Europe (Paris)"
7276
},
77+
"il-central-1" : {
78+
"description" : "Israel (Tel Aviv)"
79+
},
7380
"me-central-1" : {
7481
"description" : "Middle East (UAE)"
7582
},
@@ -97,6 +104,7 @@
97104
"outputs" : {
98105
"dnsSuffix" : "amazonaws.com.cn",
99106
"dualStackDnsSuffix" : "api.amazonwebservices.com.cn",
107+
"implicitGlobalRegion" : "cn-northwest-1",
100108
"name" : "aws-cn",
101109
"supportsDualStack" : true,
102110
"supportsFIPS" : true
@@ -118,6 +126,7 @@
118126
"outputs" : {
119127
"dnsSuffix" : "amazonaws.com",
120128
"dualStackDnsSuffix" : "api.aws",
129+
"implicitGlobalRegion" : "us-gov-west-1",
121130
"name" : "aws-us-gov",
122131
"supportsDualStack" : true,
123132
"supportsFIPS" : true
@@ -139,6 +148,7 @@
139148
"outputs" : {
140149
"dnsSuffix" : "c2s.ic.gov",
141150
"dualStackDnsSuffix" : "c2s.ic.gov",
151+
"implicitGlobalRegion" : "us-iso-east-1",
142152
"name" : "aws-iso",
143153
"supportsDualStack" : false,
144154
"supportsFIPS" : true
@@ -160,6 +170,7 @@
160170
"outputs" : {
161171
"dnsSuffix" : "sc2s.sgov.gov",
162172
"dualStackDnsSuffix" : "sc2s.sgov.gov",
173+
"implicitGlobalRegion" : "us-isob-east-1",
163174
"name" : "aws-iso-b",
164175
"supportsDualStack" : false,
165176
"supportsFIPS" : true
@@ -173,6 +184,30 @@
173184
"description" : "US ISOB East (Ohio)"
174185
}
175186
}
187+
}, {
188+
"id" : "aws-iso-e",
189+
"outputs" : {
190+
"dnsSuffix" : "cloud.adc-e.uk",
191+
"dualStackDnsSuffix" : "cloud.adc-e.uk",
192+
"implicitGlobalRegion" : "eu-isoe-west-1",
193+
"name" : "aws-iso-e",
194+
"supportsDualStack" : false,
195+
"supportsFIPS" : true
196+
},
197+
"regionRegex" : "^eu\\-isoe\\-\\w+\\-\\d+$",
198+
"regions" : { }
199+
}, {
200+
"id" : "aws-iso-f",
201+
"outputs" : {
202+
"dnsSuffix" : "csp.hci.ic.gov",
203+
"dualStackDnsSuffix" : "csp.hci.ic.gov",
204+
"implicitGlobalRegion" : "us-isof-south-1",
205+
"name" : "aws-iso-f",
206+
"supportsDualStack" : false,
207+
"supportsFIPS" : true
208+
},
209+
"regionRegex" : "^us\\-isof\\-\\w+\\-\\d+$",
210+
"regions" : { }
176211
} ],
177212
"version" : "1.1"
178213
}

0 commit comments

Comments
 (0)