CodeConnections / Client / delete_sync_configuration
delete_sync_configuration#
- CodeConnections.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
CodeConnections.Client.exceptions.AccessDeniedException
CodeConnections.Client.exceptions.ConcurrentModificationException
CodeConnections.Client.exceptions.InternalServerException
CodeConnections.Client.exceptions.InvalidInputException
CodeConnections.Client.exceptions.LimitExceededException
CodeConnections.Client.exceptions.ThrottlingException