CloudWatchObservabilityAdminService / Client / delete_telemetry_pipeline
delete_telemetry_pipeline¶
- CloudWatchObservabilityAdminService.Client.delete_telemetry_pipeline(**kwargs)¶
Deletes a telemetry pipeline and its associated resources. This operation stops data processing and removes the pipeline configuration.
See also: AWS API Documentation
Request Syntax
response = client.delete_telemetry_pipeline( PipelineIdentifier='string' )
- Parameters:
PipelineIdentifier (string) –
[REQUIRED]
The ARN of the telemetry pipeline to delete.
- Return type:
dict
- Returns:
Response Syntax
{}Response Structure
(dict) –
Exceptions
CloudWatchObservabilityAdminService.Client.exceptions.ResourceNotFoundExceptionCloudWatchObservabilityAdminService.Client.exceptions.ConflictExceptionCloudWatchObservabilityAdminService.Client.exceptions.AccessDeniedExceptionCloudWatchObservabilityAdminService.Client.exceptions.InternalServerExceptionCloudWatchObservabilityAdminService.Client.exceptions.ValidationExceptionCloudWatchObservabilityAdminService.Client.exceptions.TooManyRequestsException