Delete Automated Reasoning Policy Build Workflow
| bedrock_delete_automated_reasoning_policy_build_workflow | R Documentation |
Deletes an Automated Reasoning policy build workflow and its associated artifacts¶
Description¶
Deletes an Automated Reasoning policy build workflow and its associated artifacts. This permanently removes the workflow history and any generated assets.
Usage¶
bedrock_delete_automated_reasoning_policy_build_workflow(policyArn,
buildWorkflowId, lastUpdatedAt)
Arguments¶
policyArn |
[required] The Amazon Resource Name (ARN) of the Automated Reasoning policy whose build workflow you want to delete. |
buildWorkflowId |
[required] The unique identifier of the build workflow to delete. |
lastUpdatedAt |
[required] The timestamp when the build workflow was last updated. This is used for optimistic concurrency control to prevent accidental deletion of workflows that have been modified. |
Value¶
An empty list.
Request syntax¶
svc$delete_automated_reasoning_policy_build_workflow(
policyArn = "string",
buildWorkflowId = "string",
lastUpdatedAt = as.POSIXct(
"2015-01-01"
)
)