AppSync / Client / delete_data_source

delete_data_source#

AppSync.Client.delete_data_source(**kwargs)#

Deletes a DataSource object.

See also: AWS API Documentation

Request Syntax

response = client.delete_data_source(
    apiId='string',
    name='string'
)
Parameters:
  • apiId (string) –

    [REQUIRED]

    The API ID.

  • name (string) –

    [REQUIRED]

    The name of the data source.

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions