AppFabric / Client / start_ingestion
start_ingestion#
- AppFabric.Client.start_ingestion(**kwargs)#
Starts (enables) an ingestion, which collects data from an application.
See also: AWS API Documentation
Request Syntax
response = client.start_ingestion( ingestionIdentifier='string', appBundleIdentifier='string' )
- Parameters:
ingestionIdentifier (string) –
[REQUIRED]
The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the ingestion to use for the request.
appBundleIdentifier (string) –
[REQUIRED]
The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app bundle 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.ConflictException
AppFabric.Client.exceptions.ValidationException
AppFabric.Client.exceptions.ResourceNotFoundException
AppFabric.Client.exceptions.AccessDeniedException