package smaws-clients
Amazon Web Services SDK clients using EIO
Install
Dune Dependency
Authors
Maintainers
Sources
0.1.preview1.tar.gz
md5=18fb70dbc45e8d81a341b9bed6871bab
sha512=7607dc98acaeed5803b44c9ca32d90c88e7813d4b3e3ae4ec661a0bad16c88dc1476bc780877527ea4cd5a4b7398453c1bb600ce0db14d39afa05dc4762b5ba5
doc/smaws-clients.cloudtrail/Smaws_Client_CloudTrail/index.html
Module Smaws_Client_CloudTrail
Source
Source
type update_trail_response = {
is_organization_trail : bool option;
kms_key_id : string option;
cloud_watch_logs_role_arn : string option;
cloud_watch_logs_log_group_arn : string option;
log_file_validation_enabled : bool option;
trail_ar_n : string option;
is_multi_region_trail : bool option;
include_global_service_events : bool option;
sns_topic_ar_n : string option;
sns_topic_name : string option;
s3_key_prefix : string option;
s3_bucket_name : string option;
name : string option;
}
Source
type update_trail_request = {
is_organization_trail : bool option;
kms_key_id : string option;
cloud_watch_logs_role_arn : string option;
cloud_watch_logs_log_group_arn : string option;
enable_log_file_validation : bool option;
is_multi_region_trail : bool option;
include_global_service_events : bool option;
sns_topic_name : string option;
s3_key_prefix : string option;
s3_bucket_name : string option;
name : string;
}
Source
type advanced_field_selector = {
not_ends_with : string list option;
not_starts_with : string list option;
not_equals : string list option;
ends_with : string list option;
starts_with : string list option;
equals : string list option;
field : string;
}
Source
type advanced_event_selector = {
field_selectors : advanced_field_selector list;
name : string option;
}
Source
type update_event_data_store_response = {
federation_role_arn : string option;
federation_status : federation_status option;
billing_mode : billing_mode option;
kms_key_id : string option;
updated_timestamp : float option;
created_timestamp : float option;
termination_protection_enabled : bool option;
retention_period : int option;
organization_enabled : bool option;
multi_region_enabled : bool option;
advanced_event_selectors : advanced_event_selector list option;
status : event_data_store_status option;
name : string option;
event_data_store_arn : string option;
}
Source
type update_event_data_store_request = {
billing_mode : billing_mode option;
kms_key_id : string option;
termination_protection_enabled : bool option;
retention_period : int option;
organization_enabled : bool option;
multi_region_enabled : bool option;
advanced_event_selectors : advanced_event_selector list option;
name : string option;
event_data_store : string;
}
Source
type update_channel_response = {
destinations : destination list option;
source : string option;
name : string option;
channel_arn : string option;
}
Source
type update_channel_request = {
name : string option;
destinations : destination list option;
channel : string;
}
Source
type trail = {
is_organization_trail : bool option;
has_insight_selectors : bool option;
has_custom_event_selectors : bool option;
kms_key_id : string option;
cloud_watch_logs_role_arn : string option;
cloud_watch_logs_log_group_arn : string option;
log_file_validation_enabled : bool option;
trail_ar_n : string option;
home_region : string option;
is_multi_region_trail : bool option;
include_global_service_events : bool option;
sns_topic_ar_n : string option;
sns_topic_name : string option;
s3_key_prefix : string option;
s3_bucket_name : string option;
name : string option;
}
Source
type import_statistics = {
failed_entries : int option;
events_completed : int option;
files_completed : int option;
prefixes_completed : int option;
prefixes_found : int option;
}
Source
type stop_import_response = {
import_statistics : import_statistics option;
end_event_time : float option;
start_event_time : float option;
updated_timestamp : float option;
created_timestamp : float option;
import_status : import_status option;
destinations : string list option;
import_source : import_source option;
import_id : string option;
}
Source
type start_query_request = {
query_parameters : string list option;
query_alias : string option;
delivery_s3_uri : string option;
query_statement : string option;
}
Source
type start_import_response = {
updated_timestamp : float option;
created_timestamp : float option;
import_status : import_status option;
end_event_time : float option;
start_event_time : float option;
import_source : import_source option;
destinations : string list option;
import_id : string option;
}
Source
type start_import_request = {
import_id : string option;
end_event_time : float option;
start_event_time : float option;
import_source : import_source option;
destinations : string list option;
}
Source
type source_config = {
advanced_event_selectors : advanced_event_selector list option;
apply_to_all_regions : bool option;
}
Source
type restore_event_data_store_response = {
billing_mode : billing_mode option;
kms_key_id : string option;
updated_timestamp : float option;
created_timestamp : float option;
termination_protection_enabled : bool option;
retention_period : int option;
organization_enabled : bool option;
multi_region_enabled : bool option;
advanced_event_selectors : advanced_event_selector list option;
status : event_data_store_status option;
name : string option;
event_data_store_arn : string option;
}
Source
type query_statistics_for_describe_query = {
creation_time : float option;
execution_time_in_millis : int option;
bytes_scanned : int option;
events_scanned : int option;
events_matched : int option;
}
Source
type query = {
creation_time : float option;
query_status : query_status option;
query_id : string option;
}
Source
type put_insight_selectors_response = {
insights_destination : string option;
event_data_store_arn : string option;
insight_selectors : insight_selector list option;
trail_ar_n : string option;
}
Source
type put_insight_selectors_request = {
insights_destination : string option;
event_data_store : string option;
insight_selectors : insight_selector list;
trail_name : string option;
}
Source
type event_selector = {
exclude_management_event_sources : string list option;
data_resources : data_resource list option;
include_management_events : bool option;
read_write_type : read_write_type option;
}
Source
type put_event_selectors_response = {
advanced_event_selectors : advanced_event_selector list option;
event_selectors : event_selector list option;
trail_ar_n : string option;
}
Source
type put_event_selectors_request = {
advanced_event_selectors : advanced_event_selector list option;
event_selectors : event_selector list option;
trail_name : string;
}
Source
type public_key = {
fingerprint : string option;
validity_end_time : float option;
validity_start_time : float option;
value : bytes option;
}
Source
type lookup_events_request = {
next_token : string option;
max_results : int option;
event_category : event_category option;
end_time : float option;
start_time : float option;
lookup_attributes : lookup_attribute list option;
}
Source
type list_queries_request = {
query_status : query_status option;
end_time : float option;
start_time : float option;
max_results : int option;
next_token : string option;
event_data_store : string;
}
Source
type list_public_keys_response = {
next_token : string option;
public_key_list : public_key list option;
}
Source
type list_insights_metric_data_response = {
next_token : string option;
values : float list option;
timestamps : float list option;
error_code : string option;
insight_type : insight_type option;
event_name : string option;
event_source : string option;
}
Source
type list_insights_metric_data_request = {
next_token : string option;
max_results : int option;
data_type : insights_metric_data_type option;
period : int option;
end_time : float option;
start_time : float option;
error_code : string option;
insight_type : insight_type;
event_name : string;
event_source : string;
}
Source
type imports_list_item = {
updated_timestamp : float option;
created_timestamp : float option;
destinations : string list option;
import_status : import_status option;
import_id : string option;
}
Source
type list_imports_response = {
next_token : string option;
imports : imports_list_item list option;
}
Source
type list_imports_request = {
next_token : string option;
import_status : import_status option;
destination : string option;
max_results : int option;
}
Source
type import_failure_list_item = {
last_updated_time : float option;
error_message : string option;
error_type : string option;
status : import_failure_status option;
location : string option;
}
Source
type list_import_failures_response = {
next_token : string option;
failures : import_failure_list_item list option;
}
Source
type event_data_store = {
updated_timestamp : float option;
created_timestamp : float option;
retention_period : int option;
organization_enabled : bool option;
multi_region_enabled : bool option;
advanced_event_selectors : advanced_event_selector list option;
status : event_data_store_status option;
termination_protection_enabled : bool option;
name : string option;
event_data_store_arn : string option;
}
Source
type list_event_data_stores_response = {
next_token : string option;
event_data_stores : event_data_store list option;
}
Source
type ingestion_status = {
latest_ingestion_attempt_event_i_d : string option;
latest_ingestion_attempt_time : float option;
latest_ingestion_error_code : string option;
latest_ingestion_success_event_i_d : string option;
latest_ingestion_success_time : float option;
}
Source
type get_trail_status_response = {
time_logging_stopped : string option;
time_logging_started : string option;
latest_delivery_attempt_succeeded : string option;
latest_notification_attempt_succeeded : string option;
latest_notification_attempt_time : string option;
latest_delivery_attempt_time : string option;
latest_digest_delivery_error : string option;
latest_digest_delivery_time : float option;
latest_cloud_watch_logs_delivery_time : float option;
latest_cloud_watch_logs_delivery_error : string option;
stop_logging_time : float option;
start_logging_time : float option;
latest_notification_time : float option;
latest_delivery_time : float option;
latest_notification_error : string option;
latest_delivery_error : string option;
is_logging : bool option;
}
Source
type get_query_results_response = {
error_message : string option;
next_token : string option;
query_result_rows : (string * string) list list list option;
query_statistics : query_statistics option;
query_status : query_status option;
}
Source
type get_query_results_request = {
max_query_results : int option;
next_token : string option;
query_id : string;
event_data_store : string option;
}
Source
type get_insight_selectors_response = {
insights_destination : string option;
event_data_store_arn : string option;
insight_selectors : insight_selector list option;
trail_ar_n : string option;
}
Source
type get_import_response = {
import_statistics : import_statistics option;
updated_timestamp : float option;
created_timestamp : float option;
import_status : import_status option;
end_event_time : float option;
start_event_time : float option;
import_source : import_source option;
destinations : string list option;
import_id : string option;
}
Source
type get_event_selectors_response = {
advanced_event_selectors : advanced_event_selector list option;
event_selectors : event_selector list option;
trail_ar_n : string option;
}
Source
type get_event_data_store_response = {
partition_keys : partition_key list option;
federation_role_arn : string option;
federation_status : federation_status option;
billing_mode : billing_mode option;
kms_key_id : string option;
updated_timestamp : float option;
created_timestamp : float option;
termination_protection_enabled : bool option;
retention_period : int option;
organization_enabled : bool option;
multi_region_enabled : bool option;
advanced_event_selectors : advanced_event_selector list option;
status : event_data_store_status option;
name : string option;
event_data_store_arn : string option;
}
Source
type get_channel_response = {
ingestion_status : ingestion_status option;
destinations : destination list option;
source_config : source_config option;
source : string option;
name : string option;
channel_arn : string option;
}
Source
type enable_federation_response = {
federation_role_arn : string option;
federation_status : federation_status option;
event_data_store_arn : string option;
}
Source
type disable_federation_response = {
federation_status : federation_status option;
event_data_store_arn : string option;
}
Source
type describe_query_response = {
delivery_status : delivery_status option;
delivery_s3_uri : string option;
error_message : string option;
query_statistics : query_statistics_for_describe_query option;
query_status : query_status option;
query_string : string option;
query_id : string option;
}
Source
type create_trail_response = {
is_organization_trail : bool option;
kms_key_id : string option;
cloud_watch_logs_role_arn : string option;
cloud_watch_logs_log_group_arn : string option;
log_file_validation_enabled : bool option;
trail_ar_n : string option;
is_multi_region_trail : bool option;
include_global_service_events : bool option;
sns_topic_ar_n : string option;
sns_topic_name : string option;
s3_key_prefix : string option;
s3_bucket_name : string option;
name : string option;
}
Source
type create_trail_request = {
is_organization_trail : bool option;
kms_key_id : string option;
cloud_watch_logs_role_arn : string option;
cloud_watch_logs_log_group_arn : string option;
enable_log_file_validation : bool option;
is_multi_region_trail : bool option;
include_global_service_events : bool option;
sns_topic_name : string option;
s3_key_prefix : string option;
s3_bucket_name : string;
name : string;
}
Source
type create_event_data_store_response = {
billing_mode : billing_mode option;
kms_key_id : string option;
updated_timestamp : float option;
created_timestamp : float option;
termination_protection_enabled : bool option;
retention_period : int option;
organization_enabled : bool option;
multi_region_enabled : bool option;
advanced_event_selectors : advanced_event_selector list option;
status : event_data_store_status option;
name : string option;
event_data_store_arn : string option;
}
Source
type create_event_data_store_request = {
billing_mode : billing_mode option;
start_ingestion : bool option;
kms_key_id : string option;
termination_protection_enabled : bool option;
retention_period : int option;
organization_enabled : bool option;
multi_region_enabled : bool option;
advanced_event_selectors : advanced_event_selector list option;
name : string;
}
Source
type create_channel_response = {
destinations : destination list option;
source : string option;
name : string option;
channel_arn : string option;
}
Source
type create_channel_request = {
destinations : destination list;
source : string;
name : string;
}
Source
val make_update_trail_response :
?is_organization_trail:bool ->
?kms_key_id:string ->
?cloud_watch_logs_role_arn:string ->
?cloud_watch_logs_log_group_arn:string ->
?log_file_validation_enabled:bool ->
?trail_ar_n:string ->
?is_multi_region_trail:bool ->
?include_global_service_events:bool ->
?sns_topic_ar_n:string ->
?sns_topic_name:string ->
?s3_key_prefix:string ->
?s3_bucket_name:string ->
?name:string ->
unit ->
update_trail_response
Source
val make_update_trail_request :
?is_organization_trail:bool ->
?kms_key_id:string ->
?cloud_watch_logs_role_arn:string ->
?cloud_watch_logs_log_group_arn:string ->
?enable_log_file_validation:bool ->
?is_multi_region_trail:bool ->
?include_global_service_events:bool ->
?sns_topic_name:string ->
?s3_key_prefix:string ->
?s3_bucket_name:string ->
name:string ->
unit ->
update_trail_request
Source
val make_advanced_field_selector :
?not_ends_with:string list ->
?not_starts_with:string list ->
?not_equals:string list ->
?ends_with:string list ->
?starts_with:string list ->
?equals:string list ->
field:string ->
unit ->
advanced_field_selector
Source
val make_advanced_event_selector :
?name:string ->
field_selectors:advanced_field_selector list ->
unit ->
advanced_event_selector
Source
val make_update_event_data_store_response :
?federation_role_arn:string ->
?federation_status:federation_status ->
?billing_mode:billing_mode ->
?kms_key_id:string ->
?updated_timestamp:float ->
?created_timestamp:float ->
?termination_protection_enabled:bool ->
?retention_period:int ->
?organization_enabled:bool ->
?multi_region_enabled:bool ->
?advanced_event_selectors:advanced_event_selector list ->
?status:event_data_store_status ->
?name:string ->
?event_data_store_arn:string ->
unit ->
update_event_data_store_response
Source
val make_update_event_data_store_request :
?billing_mode:billing_mode ->
?kms_key_id:string ->
?termination_protection_enabled:bool ->
?retention_period:int ->
?organization_enabled:bool ->
?multi_region_enabled:bool ->
?advanced_event_selectors:advanced_event_selector list ->
?name:string ->
event_data_store:string ->
unit ->
update_event_data_store_request
Source
val make_update_channel_response :
?destinations:destination list ->
?source:string ->
?name:string ->
?channel_arn:string ->
unit ->
update_channel_response
Source
val make_update_channel_request :
?name:string ->
?destinations:destination list ->
channel:string ->
unit ->
update_channel_request
Source
val make_trail_info :
?home_region:string ->
?name:string ->
?trail_ar_n:string ->
unit ->
trail_info
Source
val make_trail :
?is_organization_trail:bool ->
?has_insight_selectors:bool ->
?has_custom_event_selectors:bool ->
?kms_key_id:string ->
?cloud_watch_logs_role_arn:string ->
?cloud_watch_logs_log_group_arn:string ->
?log_file_validation_enabled:bool ->
?trail_ar_n:string ->
?home_region:string ->
?is_multi_region_trail:bool ->
?include_global_service_events:bool ->
?sns_topic_ar_n:string ->
?sns_topic_name:string ->
?s3_key_prefix:string ->
?s3_bucket_name:string ->
?name:string ->
unit ->
trail
Source
val make_s3_import_source :
s3_bucket_access_role_arn:string ->
s3_bucket_region:string ->
s3_location_uri:string ->
unit ->
s3_import_source
Source
val make_import_statistics :
?failed_entries:int ->
?events_completed:int ->
?files_completed:int ->
?prefixes_completed:int ->
?prefixes_found:int ->
unit ->
import_statistics
Source
val make_stop_import_response :
?import_statistics:import_statistics ->
?end_event_time:float ->
?start_event_time:float ->
?updated_timestamp:float ->
?created_timestamp:float ->
?import_status:import_status ->
?destinations:string list ->
?import_source:import_source ->
?import_id:string ->
unit ->
stop_import_response
Source
val make_stop_event_data_store_ingestion_response :
unit ->
stop_event_data_store_ingestion_response
Source
val make_stop_event_data_store_ingestion_request :
event_data_store:string ->
unit ->
stop_event_data_store_ingestion_request
Source
val make_start_query_request :
?query_parameters:string list ->
?query_alias:string ->
?delivery_s3_uri:string ->
?query_statement:string ->
unit ->
start_query_request
Source
val make_start_import_response :
?updated_timestamp:float ->
?created_timestamp:float ->
?import_status:import_status ->
?end_event_time:float ->
?start_event_time:float ->
?import_source:import_source ->
?destinations:string list ->
?import_id:string ->
unit ->
start_import_response
Source
val make_start_import_request :
?import_id:string ->
?end_event_time:float ->
?start_event_time:float ->
?import_source:import_source ->
?destinations:string list ->
unit ->
start_import_request
Source
val make_start_event_data_store_ingestion_response :
unit ->
start_event_data_store_ingestion_response
Source
val make_start_event_data_store_ingestion_request :
event_data_store:string ->
unit ->
start_event_data_store_ingestion_request
Source
val make_source_config :
?advanced_event_selectors:advanced_event_selector list ->
?apply_to_all_regions:bool ->
unit ->
source_config
Source
val make_restore_event_data_store_response :
?billing_mode:billing_mode ->
?kms_key_id:string ->
?updated_timestamp:float ->
?created_timestamp:float ->
?termination_protection_enabled:bool ->
?retention_period:int ->
?organization_enabled:bool ->
?multi_region_enabled:bool ->
?advanced_event_selectors:advanced_event_selector list ->
?status:event_data_store_status ->
?name:string ->
?event_data_store_arn:string ->
unit ->
restore_event_data_store_response
Source
val make_restore_event_data_store_request :
event_data_store:string ->
unit ->
restore_event_data_store_request
Source
val make_remove_tags_request :
tags_list:tag list ->
resource_id:string ->
unit ->
remove_tags_request
Source
val make_register_organization_delegated_admin_response :
unit ->
register_organization_delegated_admin_response
Source
val make_register_organization_delegated_admin_request :
member_account_id:string ->
unit ->
register_organization_delegated_admin_request
Source
val make_query_statistics_for_describe_query :
?creation_time:float ->
?execution_time_in_millis:int ->
?bytes_scanned:int ->
?events_scanned:int ->
?events_matched:int ->
unit ->
query_statistics_for_describe_query
Source
val make_query_statistics :
?bytes_scanned:int ->
?total_results_count:int ->
?results_count:int ->
unit ->
query_statistics
Source
val make_query :
?creation_time:float ->
?query_status:query_status ->
?query_id:string ->
unit ->
query
Source
val make_put_resource_policy_response :
?resource_policy:string ->
?resource_arn:string ->
unit ->
put_resource_policy_response
Source
val make_put_resource_policy_request :
resource_policy:string ->
resource_arn:string ->
unit ->
put_resource_policy_request
Source
val make_put_insight_selectors_response :
?insights_destination:string ->
?event_data_store_arn:string ->
?insight_selectors:insight_selector list ->
?trail_ar_n:string ->
unit ->
put_insight_selectors_response
Source
val make_put_insight_selectors_request :
?insights_destination:string ->
?event_data_store:string ->
?trail_name:string ->
insight_selectors:insight_selector list ->
unit ->
put_insight_selectors_request
Source
val make_event_selector :
?exclude_management_event_sources:string list ->
?data_resources:data_resource list ->
?include_management_events:bool ->
?read_write_type:read_write_type ->
unit ->
event_selector
Source
val make_put_event_selectors_response :
?advanced_event_selectors:advanced_event_selector list ->
?event_selectors:event_selector list ->
?trail_ar_n:string ->
unit ->
put_event_selectors_response
Source
val make_put_event_selectors_request :
?advanced_event_selectors:advanced_event_selector list ->
?event_selectors:event_selector list ->
trail_name:string ->
unit ->
put_event_selectors_request
Source
val make_public_key :
?fingerprint:string ->
?validity_end_time:float ->
?validity_start_time:float ->
?value:bytes ->
unit ->
public_key
Source
val make_lookup_events_response :
?next_token:string ->
?events:event list ->
unit ->
lookup_events_response
Source
val make_lookup_attribute :
attribute_value:string ->
attribute_key:lookup_attribute_key ->
unit ->
lookup_attribute
Source
val make_lookup_events_request :
?next_token:string ->
?max_results:int ->
?event_category:event_category ->
?end_time:float ->
?start_time:float ->
?lookup_attributes:lookup_attribute list ->
unit ->
lookup_events_request
Source
val make_list_trails_response :
?next_token:string ->
?trails:trail_info list ->
unit ->
list_trails_response
Source
val make_list_tags_response :
?next_token:string ->
?resource_tag_list:resource_tag list ->
unit ->
list_tags_response
Source
val make_list_tags_request :
?next_token:string ->
resource_id_list:string list ->
unit ->
list_tags_request
Source
val make_list_queries_response :
?next_token:string ->
?queries:query list ->
unit ->
list_queries_response
Source
val make_list_queries_request :
?query_status:query_status ->
?end_time:float ->
?start_time:float ->
?max_results:int ->
?next_token:string ->
event_data_store:string ->
unit ->
list_queries_request
Source
val make_list_public_keys_response :
?next_token:string ->
?public_key_list:public_key list ->
unit ->
list_public_keys_response
Source
val make_list_public_keys_request :
?next_token:string ->
?end_time:float ->
?start_time:float ->
unit ->
list_public_keys_request
Source
val make_list_insights_metric_data_response :
?next_token:string ->
?values:float list ->
?timestamps:float list ->
?error_code:string ->
?insight_type:insight_type ->
?event_name:string ->
?event_source:string ->
unit ->
list_insights_metric_data_response
Source
val make_list_insights_metric_data_request :
?next_token:string ->
?max_results:int ->
?data_type:insights_metric_data_type ->
?period:int ->
?end_time:float ->
?start_time:float ->
?error_code:string ->
insight_type:insight_type ->
event_name:string ->
event_source:string ->
unit ->
list_insights_metric_data_request
Source
val make_imports_list_item :
?updated_timestamp:float ->
?created_timestamp:float ->
?destinations:string list ->
?import_status:import_status ->
?import_id:string ->
unit ->
imports_list_item
Source
val make_list_imports_response :
?next_token:string ->
?imports:imports_list_item list ->
unit ->
list_imports_response
Source
val make_list_imports_request :
?next_token:string ->
?import_status:import_status ->
?destination:string ->
?max_results:int ->
unit ->
list_imports_request
Source
val make_import_failure_list_item :
?last_updated_time:float ->
?error_message:string ->
?error_type:string ->
?status:import_failure_status ->
?location:string ->
unit ->
import_failure_list_item
Source
val make_list_import_failures_response :
?next_token:string ->
?failures:import_failure_list_item list ->
unit ->
list_import_failures_response
Source
val make_list_import_failures_request :
?next_token:string ->
?max_results:int ->
import_id:string ->
unit ->
list_import_failures_request
Source
val make_event_data_store :
?updated_timestamp:float ->
?created_timestamp:float ->
?retention_period:int ->
?organization_enabled:bool ->
?multi_region_enabled:bool ->
?advanced_event_selectors:advanced_event_selector list ->
?status:event_data_store_status ->
?termination_protection_enabled:bool ->
?name:string ->
?event_data_store_arn:string ->
unit ->
event_data_store
Source
val make_list_event_data_stores_response :
?next_token:string ->
?event_data_stores:event_data_store list ->
unit ->
list_event_data_stores_response
Source
val make_list_event_data_stores_request :
?max_results:int ->
?next_token:string ->
unit ->
list_event_data_stores_request
Source
val make_list_channels_response :
?next_token:string ->
?channels:channel list ->
unit ->
list_channels_response
Source
val make_list_channels_request :
?next_token:string ->
?max_results:int ->
unit ->
list_channels_request
Source
val make_ingestion_status :
?latest_ingestion_attempt_event_i_d:string ->
?latest_ingestion_attempt_time:float ->
?latest_ingestion_error_code:string ->
?latest_ingestion_success_event_i_d:string ->
?latest_ingestion_success_time:float ->
unit ->
ingestion_status
Source
val make_get_trail_status_response :
?time_logging_stopped:string ->
?time_logging_started:string ->
?latest_delivery_attempt_succeeded:string ->
?latest_notification_attempt_succeeded:string ->
?latest_notification_attempt_time:string ->
?latest_delivery_attempt_time:string ->
?latest_digest_delivery_error:string ->
?latest_digest_delivery_time:float ->
?latest_cloud_watch_logs_delivery_time:float ->
?latest_cloud_watch_logs_delivery_error:string ->
?stop_logging_time:float ->
?start_logging_time:float ->
?latest_notification_time:float ->
?latest_delivery_time:float ->
?latest_notification_error:string ->
?latest_delivery_error:string ->
?is_logging:bool ->
unit ->
get_trail_status_response
Source
val make_get_resource_policy_response :
?resource_policy:string ->
?resource_arn:string ->
unit ->
get_resource_policy_response
Source
val make_get_resource_policy_request :
resource_arn:string ->
unit ->
get_resource_policy_request
Source
val make_get_query_results_response :
?error_message:string ->
?next_token:string ->
?query_result_rows:(string * string) list list list ->
?query_statistics:query_statistics ->
?query_status:query_status ->
unit ->
get_query_results_response
Source
val make_get_query_results_request :
?max_query_results:int ->
?next_token:string ->
?event_data_store:string ->
query_id:string ->
unit ->
get_query_results_request
Source
val make_get_insight_selectors_response :
?insights_destination:string ->
?event_data_store_arn:string ->
?insight_selectors:insight_selector list ->
?trail_ar_n:string ->
unit ->
get_insight_selectors_response
Source
val make_get_insight_selectors_request :
?event_data_store:string ->
?trail_name:string ->
unit ->
get_insight_selectors_request
Source
val make_get_import_response :
?import_statistics:import_statistics ->
?updated_timestamp:float ->
?created_timestamp:float ->
?import_status:import_status ->
?end_event_time:float ->
?start_event_time:float ->
?import_source:import_source ->
?destinations:string list ->
?import_id:string ->
unit ->
get_import_response
Source
val make_get_event_selectors_response :
?advanced_event_selectors:advanced_event_selector list ->
?event_selectors:event_selector list ->
?trail_ar_n:string ->
unit ->
get_event_selectors_response
Source
val make_get_event_selectors_request :
trail_name:string ->
unit ->
get_event_selectors_request
Source
val make_get_event_data_store_response :
?partition_keys:partition_key list ->
?federation_role_arn:string ->
?federation_status:federation_status ->
?billing_mode:billing_mode ->
?kms_key_id:string ->
?updated_timestamp:float ->
?created_timestamp:float ->
?termination_protection_enabled:bool ->
?retention_period:int ->
?organization_enabled:bool ->
?multi_region_enabled:bool ->
?advanced_event_selectors:advanced_event_selector list ->
?status:event_data_store_status ->
?name:string ->
?event_data_store_arn:string ->
unit ->
get_event_data_store_response
Source
val make_get_event_data_store_request :
event_data_store:string ->
unit ->
get_event_data_store_request
Source
val make_get_channel_response :
?ingestion_status:ingestion_status ->
?destinations:destination list ->
?source_config:source_config ->
?source:string ->
?name:string ->
?channel_arn:string ->
unit ->
get_channel_response
Source
val make_enable_federation_response :
?federation_role_arn:string ->
?federation_status:federation_status ->
?event_data_store_arn:string ->
unit ->
enable_federation_response
Source
val make_enable_federation_request :
federation_role_arn:string ->
event_data_store:string ->
unit ->
enable_federation_request
Source
val make_disable_federation_response :
?federation_status:federation_status ->
?event_data_store_arn:string ->
unit ->
disable_federation_response
Source
val make_disable_federation_request :
event_data_store:string ->
unit ->
disable_federation_request
Source
val make_describe_trails_response :
?trail_list:trail list ->
unit ->
describe_trails_response
Source
val make_describe_trails_request :
?include_shadow_trails:bool ->
?trail_name_list:string list ->
unit ->
describe_trails_request
Source
val make_describe_query_response :
?delivery_status:delivery_status ->
?delivery_s3_uri:string ->
?error_message:string ->
?query_statistics:query_statistics_for_describe_query ->
?query_status:query_status ->
?query_string:string ->
?query_id:string ->
unit ->
describe_query_response
Source
val make_describe_query_request :
?query_alias:string ->
?query_id:string ->
?event_data_store:string ->
unit ->
describe_query_request
Source
val make_deregister_organization_delegated_admin_response :
unit ->
deregister_organization_delegated_admin_response
Source
val make_deregister_organization_delegated_admin_request :
delegated_admin_account_id:string ->
unit ->
deregister_organization_delegated_admin_request
Source
val make_delete_resource_policy_request :
resource_arn:string ->
unit ->
delete_resource_policy_request
Source
val make_delete_event_data_store_request :
event_data_store:string ->
unit ->
delete_event_data_store_request
Source
val make_create_trail_response :
?is_organization_trail:bool ->
?kms_key_id:string ->
?cloud_watch_logs_role_arn:string ->
?cloud_watch_logs_log_group_arn:string ->
?log_file_validation_enabled:bool ->
?trail_ar_n:string ->
?is_multi_region_trail:bool ->
?include_global_service_events:bool ->
?sns_topic_ar_n:string ->
?sns_topic_name:string ->
?s3_key_prefix:string ->
?s3_bucket_name:string ->
?name:string ->
unit ->
create_trail_response
Source
val make_create_trail_request :
?tags_list:tag list ->
?is_organization_trail:bool ->
?kms_key_id:string ->
?cloud_watch_logs_role_arn:string ->
?cloud_watch_logs_log_group_arn:string ->
?enable_log_file_validation:bool ->
?is_multi_region_trail:bool ->
?include_global_service_events:bool ->
?sns_topic_name:string ->
?s3_key_prefix:string ->
s3_bucket_name:string ->
name:string ->
unit ->
create_trail_request
Source
val make_create_event_data_store_response :
?billing_mode:billing_mode ->
?kms_key_id:string ->
?updated_timestamp:float ->
?created_timestamp:float ->
?tags_list:tag list ->
?termination_protection_enabled:bool ->
?retention_period:int ->
?organization_enabled:bool ->
?multi_region_enabled:bool ->
?advanced_event_selectors:advanced_event_selector list ->
?status:event_data_store_status ->
?name:string ->
?event_data_store_arn:string ->
unit ->
create_event_data_store_response
Source
val make_create_event_data_store_request :
?billing_mode:billing_mode ->
?start_ingestion:bool ->
?kms_key_id:string ->
?tags_list:tag list ->
?termination_protection_enabled:bool ->
?retention_period:int ->
?organization_enabled:bool ->
?multi_region_enabled:bool ->
?advanced_event_selectors:advanced_event_selector list ->
name:string ->
unit ->
create_event_data_store_request
Source
val make_create_channel_response :
?tags:tag list ->
?destinations:destination list ->
?source:string ->
?name:string ->
?channel_arn:string ->
unit ->
create_channel_response
Source
val make_create_channel_request :
?tags:tag list ->
destinations:destination list ->
source:string ->
name:string ->
unit ->
create_channel_request
Source
val make_cancel_query_response :
query_status:query_status ->
query_id:string ->
unit ->
cancel_query_response
Source
val make_cancel_query_request :
?event_data_store:string ->
query_id:string ->
unit ->
cancel_query_request
Source
val make_add_tags_request :
tags_list:tag list ->
resource_id:string ->
unit ->
add_tags_request
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>