AppFabric / Client / delete_ingestion_destination
delete_ingestion_destination#
- AppFabric.Client.delete_ingestion_destination(**kwargs)#
Deletes an ingestion destination.
This deletes the association between an ingestion and it’s destination. It doesn’t delete previously ingested data or the storage destination, such as the Amazon S3 bucket where the data is delivered. If the ingestion destination is deleted while the associated ingestion is enabled, the ingestion will fail and is eventually disabled.
See also: AWS API Documentation
Request Syntax
response = client.delete_ingestion_destination( appBundleIdentifier='string', ingestionIdentifier='string', ingestionDestinationIdentifier='string' )
- Parameters:
appBundleIdentifier (string) –
[REQUIRED]
The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app bundle to use for the request.
ingestionIdentifier (string) –
[REQUIRED]
The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the ingestion to use for the request.
ingestionDestinationIdentifier (string) –
[REQUIRED]
The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the ingestion destination to use for the request.
- Return type:
dict
- Returns:
Response Syntax
{}
Response Structure
(dict) –
Exceptions
AppFabric.Client.exceptions.InternalServerException
AppFabric.Client.exceptions.ThrottlingException
AppFabric.Client.exceptions.ValidationException
AppFabric.Client.exceptions.ResourceNotFoundException
AppFabric.Client.exceptions.AccessDeniedException