# NOT RUN {
# This example shows a request and response made with the credentials for
# a user named Alice in the AWS account 123456789012.
# }
# NOT RUN {
svc$get_caller_identity()
# }
# NOT RUN {
# This example shows a request and response made with temporary
# credentials created by AssumeRole. The name of the assumed role is
# my-role-name, and the RoleSessionName is set to my-role-session-name.
# }
# NOT RUN {
svc$get_caller_identity()
# }
# NOT RUN {
# This example shows a request and response made with temporary
# credentials created by using GetFederationToken. The Name parameter is
# set to my-federated-user-name.
# }
# NOT RUN {
svc$get_caller_identity()
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab