Skip to content

Bedrock Agent  >  Operations  >  disassociate_agent_collaborator

disassociate_agent_collaborator

Operation

disassociate_agent_collaborator async

disassociate_agent_collaborator(input: DisassociateAgentCollaboratorInput, plugins: list[Plugin] | None = None) -> DisassociateAgentCollaboratorOutput

Disassociates an agent collaborator.

Parameters:

Name Type Description Default
input DisassociateAgentCollaboratorInput

An instance of DisassociateAgentCollaboratorInput.

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
DisassociateAgentCollaboratorOutput

An instance of DisassociateAgentCollaboratorOutput.

Input

DisassociateAgentCollaboratorInput dataclass

Dataclass for DisassociateAgentCollaboratorInput structure.

Attributes

agent_id class-attribute instance-attribute
agent_id: str | None = None

An agent ID.

agent_version class-attribute instance-attribute
agent_version: str | None = None

The agent's version.

collaborator_id class-attribute instance-attribute
collaborator_id: str | None = None

The collaborator's ID.

Output

DisassociateAgentCollaboratorOutput dataclass

Dataclass for DisassociateAgentCollaboratorOutput structure.