# Functions
NewCreateTagCommand constructs new commmand of this type.
NewDeleteTagCommand constructs new commmand of this type.
NewGetTagCommand constructs new commmand of this type.
NewGetTagsCommand constructs new commmand of this type.
NewUpdateTagCommand constructs new commmand of this type.
# Structs
CreateTagCommand represents command that adds a new tag to the account.
DeleteTagCommand represents command that deletes a specific tag belonging to the account.
GetTagCommand represents command that retrieves a specific tag belonging to the account.
GetTagsCommand represents command that retrieves all tags beloging to the account.
UpdateTagCommand represents command that updates a specific tag for the account.