Skip to content

Commit

Permalink
Merge pull request #251 from Cox-Automotive/update-role-with-tags
Browse files Browse the repository at this point in the history
Update role with tags
  • Loading branch information
americk0 committed May 6, 2022
2 parents 4446693 + 36d19bb commit 9570ed9
Show file tree
Hide file tree
Showing 15 changed files with 503 additions and 105 deletions.
4 changes: 2 additions & 2 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
dist/ linguist-generated=true
docs/ linguist-generated=true
dist/** linguist-generated=true
docs/** linguist-generated=true
9 changes: 3 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
# Changelog
All breaking changes to ALKS.js will be noted here
All changes to ALKS.js for this version will be noted here


## [unreleased]

### Changed
- getAccountRole API return type changed from the role ARN of type string to an object of type Role
## Changed
- adds updateRole method for modifying roles (currently only supports setting tags on roles)
39 changes: 39 additions & 0 deletions dist/alks.cjs.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

39 changes: 39 additions & 0 deletions dist/alks.esm.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/alks.min.js

Large diffs are not rendered by default.

39 changes: 39 additions & 0 deletions dist/alks.umd.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

30 changes: 30 additions & 0 deletions dist/src/alks.d.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/assets/js/search.js

Large diffs are not rendered by default.

Loading

0 comments on commit 9570ed9

Please sign in to comment.