AppIntegrationsService.Client.
update_data_integration
(**kwargs)¶Updates the description of a DataIntegration.
Note
You cannot create a DataIntegration association for a DataIntegration that has been previously associated. Use a different DataIntegration, or recreate the DataIntegration using the CreateDataIntegration API.
See also: AWS API Documentation
Request Syntax
response = client.update_data_integration(
Identifier='string',
Name='string',
Description='string'
)
[REQUIRED]
A unique identifier for the DataIntegration.
dict
Response Syntax
{}
Response Structure
Exceptions
AppIntegrationsService.Client.exceptions.InternalServiceError
AppIntegrationsService.Client.exceptions.ThrottlingException
AppIntegrationsService.Client.exceptions.ResourceNotFoundException
AppIntegrationsService.Client.exceptions.InvalidRequestException
AppIntegrationsService.Client.exceptions.AccessDeniedException