Skip to content

Commit 14ab9e3

Browse files
Update partitions file
1 parent 0341bab commit 14ab9e3

File tree

1 file changed

+4
-4
lines changed
  • codegen/aws-sdk-codegen/src/main/resources/aws/sdk/kotlin/codegen

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@
162162
"dualStackDnsSuffix" : "api.aws.ic.gov",
163163
"implicitGlobalRegion" : "us-iso-east-1",
164164
"name" : "aws-iso",
165-
"supportsDualStack" : false,
165+
"supportsDualStack" : true,
166166
"supportsFIPS" : true
167167
},
168168
"regionRegex" : "^us\\-iso\\-\\w+\\-\\d+$",
@@ -184,7 +184,7 @@
184184
"dualStackDnsSuffix" : "api.aws.scloud",
185185
"implicitGlobalRegion" : "us-isob-east-1",
186186
"name" : "aws-iso-b",
187-
"supportsDualStack" : false,
187+
"supportsDualStack" : true,
188188
"supportsFIPS" : true
189189
},
190190
"regionRegex" : "^us\\-isob\\-\\w+\\-\\d+$",
@@ -203,7 +203,7 @@
203203
"dualStackDnsSuffix" : "api.cloud-aws.adc-e.uk",
204204
"implicitGlobalRegion" : "eu-isoe-west-1",
205205
"name" : "aws-iso-e",
206-
"supportsDualStack" : false,
206+
"supportsDualStack" : true,
207207
"supportsFIPS" : true
208208
},
209209
"regionRegex" : "^eu\\-isoe\\-\\w+\\-\\d+$",
@@ -222,7 +222,7 @@
222222
"dualStackDnsSuffix" : "api.aws.hci.ic.gov",
223223
"implicitGlobalRegion" : "us-isof-south-1",
224224
"name" : "aws-iso-f",
225-
"supportsDualStack" : false,
225+
"supportsDualStack" : true,
226226
"supportsFIPS" : true
227227
},
228228
"regionRegex" : "^us\\-isof\\-\\w+\\-\\d+$",

0 commit comments

Comments
 (0)