-
Notifications
You must be signed in to change notification settings - Fork 578
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(codegen): general data mapping function (#3830)
* feat(codegen): create object mapper * feat(codegen): use object mapper to assign fields * feat(codegen): add object mapping test cases * feat(codegen): restore __ prefix on XmlNode, XmlText
- Loading branch information
Showing
337 changed files
with
129,455 additions
and
220,724 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -43,6 +43,7 @@ dist | |
dist-* | ||
|
||
/verdaccio/* | ||
/storage/.verdaccio-db.json | ||
!/verdaccio/config.yaml | ||
|
||
*.tsbuildinfo | ||
|
1,062 changes: 428 additions & 634 deletions
1,062
clients/client-accessanalyzer/src/protocols/Aws_restJson1.ts
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.