Skip to content

Commit d2456d2

Browse files
feat: update AWS service endpoints metadata
1 parent 55b5062 commit d2456d2

File tree

1 file changed

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

1 file changed

+7
-1
lines changed

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

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28325,7 +28325,8 @@
2832528325
},
2832628326
"apigateway" : {
2832728327
"endpoints" : {
28328-
"us-iso-east-1" : { }
28328+
"us-iso-east-1" : { },
28329+
"us-iso-west-1" : { }
2832928330
}
2833028331
},
2833128332
"appconfig" : {
@@ -29201,6 +29202,11 @@
2920129202
"us-isob-east-1" : { }
2920229203
}
2920329204
},
29205+
"apigateway" : {
29206+
"endpoints" : {
29207+
"us-isob-east-1" : { }
29208+
}
29209+
},
2920429210
"appconfig" : {
2920529211
"endpoints" : {
2920629212
"us-isob-east-1" : { }

0 commit comments

Comments
 (0)