Skip to content

v2.1.0

Compare
Choose a tag to compare
@americk0 americk0 released this 06 May 19:13
· 0 commits to 9570ed96b97873a3e2c82edf148ec2578d8710f3 since this release

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:

  1. npm test
  2. 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.