Skip to content

Commit fd6b856

Browse files
Update partitions file
1 parent f144d20 commit fd6b856

File tree

1 file changed

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

1 file changed

+11
-1
lines changed

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

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,17 @@
223223
"supportsFIPS" : true
224224
},
225225
"regionRegex" : "^us\\-isof\\-\\w+\\-\\d+$",
226-
"regions" : { }
226+
"regions" : {
227+
"aws-iso-f-global" : {
228+
"description" : "AWS ISOF global region"
229+
},
230+
"us-isof-east-1" : {
231+
"description" : "US ISOF EAST"
232+
},
233+
"us-isof-south-1" : {
234+
"description" : "US ISOF SOUTH"
235+
}
236+
}
227237
} ],
228238
"version" : "1.1"
229239
}

0 commit comments

Comments
 (0)