Module Smaws_Client_CloudTrail.GetQueryResults

Gets event data results of a query. You must specify the QueryID value returned by the StartQuery operation.

val request : Smaws_Lib.Context.t -> Types.get_query_results_request -> (Types.get_query_results_response, [> Smaws_Lib.Protocols.AwsJson.error | `EventDataStoreARNInvalidException of Types.event_data_store_arn_invalid_exception | `EventDataStoreNotFoundException of Types.event_data_store_not_found_exception | `InactiveEventDataStoreException of Types.inactive_event_data_store_exception | `InsufficientEncryptionPolicyException of Types.insufficient_encryption_policy_exception | `InvalidMaxResultsException of Types.invalid_max_results_exception | `InvalidNextTokenException of Types.invalid_next_token_exception | `InvalidParameterException of Types.invalid_parameter_exception | `NoManagementAccountSLRExistsException of Types.no_management_account_slr_exists_exception | `OperationNotPermittedException of Types.operation_not_permitted_exception | `QueryIdNotFoundException of Types.query_id_not_found_exception | `UnsupportedOperationException of Types.unsupported_operation_exception ]) Stdlib.result