# Functions
UpdateMovie updates the year and rating of a movie in a table Inputs: sess is the current session, which provides configuration for the SDK's service clients tableName is the name of the table movieName is the name of the movie movieYear is the year the movie was released movieRating is the rating, from 0.0 to 1.0, of the movie Output: If success, nil Otherwise, an error from the call to UpdateItem.