delete_automated_reasoning_policy_test_case¶
Operation¶
delete_automated_reasoning_policy_test_case
async
¶
delete_automated_reasoning_policy_test_case(input: DeleteAutomatedReasoningPolicyTestCaseInput, plugins: list[Plugin] | None = None) -> DeleteAutomatedReasoningPolicyTestCaseOutput
Deletes an Automated Reasoning policy test. This operation is idempotent; if you delete a test more than once, each call succeeds.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
input
|
DeleteAutomatedReasoningPolicyTestCaseInput
|
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 |
|---|---|
DeleteAutomatedReasoningPolicyTestCaseOutput
|
An instance of |
Input¶
DeleteAutomatedReasoningPolicyTestCaseInput
dataclass
¶
Dataclass for DeleteAutomatedReasoningPolicyTestCaseInput structure.
Attributes¶
last_updated_at
class-attribute
instance-attribute
¶
last_updated_at: datetime | None = None
The timestamp when the test was last updated. This is used as a concurrency token to prevent conflicting modifications.
policy_arn
class-attribute
instance-attribute
¶
policy_arn: str | None = None
The Amazon Resource Name (ARN) of the Automated Reasoning policy that contains the test.
test_case_id
class-attribute
instance-attribute
¶
test_case_id: str | None = None
The unique identifier of the test to delete.
Output¶
DeleteAutomatedReasoningPolicyTestCaseOutput
dataclass
¶
Dataclass for DeleteAutomatedReasoningPolicyTestCaseOutput structure.