VPCLattice / Client / delete_listener

delete_listener#

VPCLattice.Client.delete_listener(**kwargs)#

Deletes the specified listener.

See also: AWS API Documentation

Request Syntax

response = client.delete_listener(
    listenerIdentifier='string',
    serviceIdentifier='string'
)
Parameters:
  • listenerIdentifier (string) –

    [REQUIRED]

    The ID or Amazon Resource Name (ARN) of the listener.

  • serviceIdentifier (string) –

    [REQUIRED]

    The ID or Amazon Resource Name (ARN) of the service.

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions