Skip to content

Commit

Permalink
Merge pull request #759 from endgame/sso-remove-maybe
Browse files Browse the repository at this point in the history
sso: GetRoleCredentialsResponse_roleCredentials is required
  • Loading branch information
endgame authored Jun 19, 2022
2 parents 3219840 + a2f71f2 commit ff11536
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 8 additions & 1 deletion configs/services/sso.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
{
"libraryName": "amazonka-sso"
"libraryName": "amazonka-sso",
"typeOverrides": {
"GetRoleCredentialsResponse": {
"requiredFields": [
"roleCredentials"
]
}
}
}
2 changes: 2 additions & 0 deletions lib/amazonka/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ Released: **?**, Compare: [2.0.0-rc1](https://github.com/brendanhay/amazonka/com
[\#775](https://github.com/brendanhay/amazonka/pull/775)
- `amazonka`: Add a public interface to send unsigned requests. Sending functions are now defined in `Amazonka.Send`, but are re-exported from `Amazonka`.
[\#769](https://github.com/brendanhay/amazonka/pull/769)
- `amazonka-sso`: Mark `GetRoleCredentialsResponse_roleCredentials` as required
[\#759](https://github.com/brendanhay/amazonka/pull/759)
- `amazonka-dynamodb`: Mark various fields as required
[\#724](https://github.com/brendanhay/amazonka/pull/724)
- `amazonka-dynamodb`: Provide a sum type for `AttributeValue`
Expand Down

0 comments on commit ff11536

Please sign in to comment.