Skip to content

Commit

Permalink
fix APIGW exports nullability exceptions
Browse files Browse the repository at this point in the history
  • Loading branch information
sbiscigl committed Apr 10, 2023
1 parent fae239a commit fd69015
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .changelog/7014a714c3444164aca6a5db2306b71d.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"id": "7014a714-c344-4164-aca6-a5db2306b71d",
"type": "bugfix",
"description": "Fix APIGW exports nullability exceptions strictness.",
"modules": [
"codegen"
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -542,6 +542,7 @@
"com.amazonaws.mediaconnect#MediaConnect": [
"com.amazonaws.mediaconnect#__double",
"com.amazonaws.mediaconnect#__integer",
"com.amazonaws.mediaconnect#__listOf__integer$member",
"com.amazonaws.mediaconnect#AddMediaStreamRequest$ClockRate",
"com.amazonaws.mediaconnect#AddMediaStreamRequest$MediaStreamId",
"com.amazonaws.mediaconnect#AddOutputRequest$MaxLatency",
Expand Down

0 comments on commit fd69015

Please sign in to comment.