BedrockAgentCoreControlPlaneFrontingLayer / Client / create_agent_runtime_endpoint

create_agent_runtime_endpoint

BedrockAgentCoreControlPlaneFrontingLayer.Client.create_agent_runtime_endpoint(**kwargs)

Creates an Amazon Secure AgentEndpoint.

See also: AWS API Documentation

Request Syntax

response = client.create_agent_runtime_endpoint(
    agentRuntimeId='string',
    name='string',
    agentRuntimeVersion='string',
    description='string',
    clientToken='string'
)
Parameters:
  • agentRuntimeId (string) –

    [REQUIRED]

    The unique identifier of the agent runtime to create an endpoint for.

  • name (string) –

    [REQUIRED]

    The name of the agent runtime endpoint.

  • agentRuntimeVersion (string) – The version of the agent runtime to use for the endpoint.

  • description (string) – The description of the agent runtime endpoint.

  • clientToken (string) –

    A unique, case-sensitive identifier to ensure idempotency of the request.

    This field is autopopulated if not provided.

Return type:

dict

Returns:

Response Syntax

{
    'targetVersion': 'string',
    'agentRuntimeEndpointArn': 'string',
    'agentRuntimeArn': 'string',
    'status': 'CREATING'|'CREATE_FAILED'|'UPDATING'|'UPDATE_FAILED'|'READY'|'DELETING',
    'createdAt': datetime(2015, 1, 1)
}

Response Structure

  • (dict) –

    • targetVersion (string) –

      The target version of the agent runtime for the endpoint.

    • agentRuntimeEndpointArn (string) –

      The Amazon Resource Name (ARN) of the agent runtime endpoint.

    • agentRuntimeArn (string) –

      The Amazon Resource Name (ARN) of the agent runtime.

    • status (string) –

      The current status of the agent runtime endpoint.

    • createdAt (datetime) –

      The timestamp when the agent runtime endpoint was created.

Exceptions

  • BedrockAgentCoreControlPlaneFrontingLayer.Client.exceptions.ServiceQuotaExceededException

  • BedrockAgentCoreControlPlaneFrontingLayer.Client.exceptions.AccessDeniedException

  • BedrockAgentCoreControlPlaneFrontingLayer.Client.exceptions.ConflictException

  • BedrockAgentCoreControlPlaneFrontingLayer.Client.exceptions.ValidationException

  • BedrockAgentCoreControlPlaneFrontingLayer.Client.exceptions.ResourceNotFoundException

  • BedrockAgentCoreControlPlaneFrontingLayer.Client.exceptions.ThrottlingException

  • BedrockAgentCoreControlPlaneFrontingLayer.Client.exceptions.InternalServerException