BedrockAgentCoreControlPlaneFrontingLayer / Client / delete_gateway_target

delete_gateway_target

BedrockAgentCoreControlPlaneFrontingLayer.Client.delete_gateway_target(**kwargs)

Deletes a Gateway Target.

See also: AWS API Documentation

Request Syntax

response = client.delete_gateway_target(
    gatewayIdentifier='string',
    targetId='string'
)
Parameters:
  • gatewayIdentifier (string) –

    [REQUIRED]

    The unique identifier of the Gateway associated with the target.

  • targetId (string) –

    [REQUIRED]

    The unique identifier of the Gateway Target to delete.

Return type:

dict

Returns:

Response Syntax

{
    'gatewayArn': 'string',
    'targetId': 'string',
    'status': 'CREATING'|'UPDATING'|'UPDATE_UNSUCCESSFUL'|'DELETING'|'READY'|'FAILED',
    'statusReasons': [
        'string',
    ]
}

Response Structure

  • (dict) –

    • gatewayArn (string) –

      The Amazon Resource Name (ARN) of the Gateway.

    • targetId (string) –

      The unique identifier of the deleted Gateway Target.

    • status (string) –

      The current status of the Gateway Target deletion.

    • statusReasons (list) –

      The reasons for the current status of the Gateway Target deletion.

      • (string) –

Exceptions