BedrockAgentCoreControlPlaneFrontingLayer / Client / delete_gateway

delete_gateway

BedrockAgentCoreControlPlaneFrontingLayer.Client.delete_gateway(**kwargs)

Deletes a Gateway.

See also: AWS API Documentation

Request Syntax

response = client.delete_gateway(
    gatewayIdentifier='string'
)
Parameters:

gatewayIdentifier (string) –

[REQUIRED]

The identifier of the gateway to delete. This can be either the gateway ID or the gateway ARN.

Return type:

dict

Returns:

Response Syntax

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

Response Structure

  • (dict) –

    • gatewayId (string) –

      The unique identifier of the deleted Gateway.

    • status (string) –

      The current status of the Gateway deletion.

    • statusReasons (list) –

      The reasons for the current status of the Gateway deletion.

      • (string) –

Exceptions