aws_login_complete
Blocks until the AWS SSO login process finishes, then returns the updated identity or a structured error.
Instructions
Block until the SSO login started by aws_login_start finishes (user completed auth in browser, or subprocess exited with error). Returns the new identity on success, or a structured error.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sessionId | Yes | The sessionId returned by aws_login_start. | |
| profile | No | Profile to verify identity against after login. Defaults to $AWS_PROFILE or 'default'. | |
| region | No | Region for the post-login identity check. |