delete_automated_reasoning_policy_build_workflow¶
Operation¶
delete_automated_reasoning_policy_build_workflow
async
¶
delete_automated_reasoning_policy_build_workflow(input: DeleteAutomatedReasoningPolicyBuildWorkflowInput, plugins: list[Plugin] | None = None) -> DeleteAutomatedReasoningPolicyBuildWorkflowOutput
Deletes an Automated Reasoning policy build workflow and its associated artifacts. This permanently removes the workflow history and any generated assets.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
input
|
DeleteAutomatedReasoningPolicyBuildWorkflowInput
|
An instance of |
required |
plugins
|
list[Plugin] | None
|
A list of callables that modify the configuration dynamically. Changes made by these plugins only apply for the duration of the operation execution and will not affect any other operation invocations. |
None
|
Returns:
| Type | Description |
|---|---|
DeleteAutomatedReasoningPolicyBuildWorkflowOutput
|
An instance of |
Input¶
DeleteAutomatedReasoningPolicyBuildWorkflowInput
dataclass
¶
Dataclass for DeleteAutomatedReasoningPolicyBuildWorkflowInput structure.
Attributes¶
build_workflow_id
class-attribute
instance-attribute
¶
build_workflow_id: str | None = None
The unique identifier of the build workflow to delete.
last_updated_at
class-attribute
instance-attribute
¶
last_updated_at: datetime | None = None
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.
policy_arn
class-attribute
instance-attribute
¶
policy_arn: str | None = None
The Amazon Resource Name (ARN) of the Automated Reasoning policy whose build workflow you want to delete.
Output¶
DeleteAutomatedReasoningPolicyBuildWorkflowOutput
dataclass
¶
Dataclass for DeleteAutomatedReasoningPolicyBuildWorkflowOutput structure.