Smaws_Client_PI.DeletePerformanceAnalysisReport
Deletes a performance analysis report.
val error_to_string :
[ Smaws_Lib.Protocols.AwsJson.error
| `InternalServiceError of Types.internal_service_error
| `InvalidArgumentException of Types.invalid_argument_exception
| `NotAuthorizedException of Types.not_authorized_exception ] ->
string
val request :
'http_type Smaws_Lib.Context.t ->
Types.delete_performance_analysis_report_request ->
(Types.delete_performance_analysis_report_response,
[> Smaws_Lib.Protocols.AwsJson.error
| `InternalServiceError of Types.internal_service_error
| `InvalidArgumentException of Types.invalid_argument_exception
| `NotAuthorizedException of Types.not_authorized_exception ])
Stdlib.result