# Functions
TakeRole gets temporary security credentials to access resources Inputs: svc is an AWS STS service client roleARN is the Amazon Resource Name (ARN) of the role to assume sessionName is a unique identifier for the session Output: If success, information about the assumed role and nil Otherwise, nil and an error from the call to AssumeRole.