CodeStarconnections / Client / delete_sync_configuration
delete_sync_configuration#
- CodeStarconnections.Client.delete_sync_configuration(**kwargs)#
- Deletes the sync configuration for a specified repository and connection. - See also: AWS API Documentation - Request Syntax- response = client.delete_sync_configuration( SyncType='CFN_STACK_SYNC', ResourceName='string' ) - Parameters:
- SyncType (string) – - [REQUIRED] - The type of sync configuration to be deleted. 
- ResourceName (string) – - [REQUIRED] - The name of the Amazon Web Services resource associated with the sync configuration to be deleted. 
 
- Return type:
- dict 
- Returns:
- Response Syntax- {}- Response Structure- (dict) – 
 
 - Exceptions- CodeStarconnections.Client.exceptions.AccessDeniedException
- CodeStarconnections.Client.exceptions.ConcurrentModificationException
- CodeStarconnections.Client.exceptions.InternalServerException
- CodeStarconnections.Client.exceptions.InvalidInputException
- CodeStarconnections.Client.exceptions.LimitExceededException
- CodeStarconnections.Client.exceptions.ThrottlingException