v2.1.0
Description
Adds functionality to update the list of tags associate with a given IAM role. By calling updateRole with a list of tags (Note: the list must contain all tags previously defined along with the new tags to be added), the associated tags for an IAM resource will update to reflect the tags list passed to the function.
Rally # US808583: ALKS JS - Add update role method
Type of change
- Feature (non-breaking change which adds functionality)
- Documentation
How has this been tested?
Unit tests have been added to cover all new functionality
Steps:
- npm test
- rejoice
Checklist / To Do:
- When updating roles expands to more than just tags, we may want to break-out updateTags as a solo function to handle IAM role tagging manipulation.