aws_resource_status
Poll an async AWS Cloud Control API request by requestToken to track create, update, or delete progress and return its current OperationStatus.
Instructions
Poll the status of an async Cloud Control API request (create/update/delete). Pass the requestToken returned by those tools. Returns the current ProgressEvent with OperationStatus: PENDING | IN_PROGRESS | SUCCESS | FAILED | CANCEL_IN_PROGRESS | CANCEL_COMPLETE.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| region | No | Override session region for this call. | |
| profile | No | Override session profile for this call. | |
| timeoutMs | No | Timeout in milliseconds. Default 60000. | |
| requestToken | Yes | RequestToken from a previous create/update/delete call. |