AppSync / Client / delete_data_source
delete_data_source¶
- AppSync.Client.delete_data_source(**kwargs)¶
- Deletes a - DataSourceobject.- 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- AppSync.Client.exceptions.BadRequestException
- AppSync.Client.exceptions.ConcurrentModificationException
- AppSync.Client.exceptions.NotFoundException
- AppSync.Client.exceptions.UnauthorizedException
- AppSync.Client.exceptions.InternalFailureException