Smaws_Client_CloudTrail.GetQueryResults
val request :
Smaws_Lib.Context.t ->
get_query_results_request ->
(get_query_results_response,
[> Smaws_Lib.Protocols.AwsJson.error
| `EventDataStoreARNInvalidException of
event_data_store_arn_invalid_exception
| `EventDataStoreNotFoundException of event_data_store_not_found_exception
| `InactiveEventDataStoreException of inactive_event_data_store_exception
| `InsufficientEncryptionPolicyException of
insufficient_encryption_policy_exception
| `InvalidMaxResultsException of invalid_max_results_exception
| `InvalidNextTokenException of invalid_next_token_exception
| `InvalidParameterException of invalid_parameter_exception
| `NoManagementAccountSLRExistsException of
no_management_account_slr_exists_exception
| `OperationNotPermittedException of operation_not_permitted_exception
| `QueryIdNotFoundException of query_id_not_found_exception
| `UnsupportedOperationException of unsupported_operation_exception ])
Stdlib.result
Gets event data results of a query. You must specify the QueryID
value returned by the StartQuery
operation.