Module Smaws_Client_TimestreamInfluxDB

Timestream InfluxDB client library built on EIO.

Types

module Types : sig ... end

Builders

val make_s3_configuration : enabled:Smaws_Lib.Smithy_api.Types.boolean_ -> bucket_name:Smaws_Lib.Smithy_api.Types.string_ -> unit -> Types.s3_configuration
val make_log_delivery_configuration : s3_configuration:Types.s3_configuration -> unit -> Types.log_delivery_configuration
val make_maintenance_schedule : preferred_maintenance_window:Types.maintenance_window -> timezone:Types.iana_timezone -> unit -> Types.maintenance_schedule
val make_update_db_instance_output : ?next_maintenance_time:Smaws_Lib.Smithy_api.Types.timestamp -> ?last_maintenance_time:Smaws_Lib.Smithy_api.Types.timestamp -> ?maintenance_schedule:Types.maintenance_schedule -> ?instance_modes:Types.instance_mode_list -> ?instance_mode:Types.instance_mode -> ?db_cluster_id:Types.db_cluster_id -> ?influx_auth_parameters_secret_arn:Smaws_Lib.Smithy_api.Types.string_ -> ?log_delivery_configuration:Types.log_delivery_configuration -> ?secondary_availability_zone:Smaws_Lib.Smithy_api.Types.string_ -> ?availability_zone:Smaws_Lib.Smithy_api.Types.string_ -> ?db_parameter_group_identifier:Types.db_parameter_group_identifier -> ?vpc_security_group_ids:Types.vpc_security_group_id_list -> ?publicly_accessible:Smaws_Lib.Smithy_api.Types.boolean_ -> ?deployment_type:Types.deployment_type -> ?allocated_storage:Types.allocated_storage -> ?db_storage_type:Types.db_storage_type -> ?db_instance_type:Types.db_instance_type -> ?network_type:Types.network_type -> ?port:Types.port -> ?endpoint:Smaws_Lib.Smithy_api.Types.string_ -> ?status:Types.status -> vpc_subnet_ids:Types.vpc_subnet_id_list -> arn:Types.arn -> name:Types.db_instance_name -> id:Types.db_instance_id -> unit -> Types.update_db_instance_output
val make_update_db_instance_input : ?maintenance_schedule:Types.maintenance_schedule -> ?allocated_storage:Types.allocated_storage -> ?db_storage_type:Types.db_storage_type -> ?deployment_type:Types.deployment_type -> ?db_instance_type:Types.db_instance_type -> ?port:Types.port -> ?db_parameter_group_identifier:Types.db_parameter_group_identifier -> ?log_delivery_configuration:Types.log_delivery_configuration -> identifier:Types.db_instance_identifier -> unit -> Types.update_db_instance_input
val make_update_db_cluster_output : ?db_cluster_status:Types.cluster_status -> unit -> Types.update_db_cluster_output
val make_update_db_cluster_input : ?maintenance_schedule:Types.maintenance_schedule -> ?failover_mode:Types.failover_mode -> ?db_instance_type:Types.db_instance_type -> ?port:Types.port -> ?db_parameter_group_identifier:Types.db_parameter_group_identifier -> ?log_delivery_configuration:Types.log_delivery_configuration -> db_cluster_id:Types.db_cluster_id -> unit -> Types.update_db_cluster_input
val make_untag_resource_request : tag_keys:Types.tag_keys -> resource_arn:Types.arn -> unit -> Types.untag_resource_request
val make_tag_resource_request : tags:Types.request_tag_map -> resource_arn:Types.arn -> unit -> Types.tag_resource_request
val make_reboot_db_instance_output : ?next_maintenance_time:Smaws_Lib.Smithy_api.Types.timestamp -> ?last_maintenance_time:Smaws_Lib.Smithy_api.Types.timestamp -> ?maintenance_schedule:Types.maintenance_schedule -> ?instance_modes:Types.instance_mode_list -> ?instance_mode:Types.instance_mode -> ?db_cluster_id:Types.db_cluster_id -> ?influx_auth_parameters_secret_arn:Smaws_Lib.Smithy_api.Types.string_ -> ?log_delivery_configuration:Types.log_delivery_configuration -> ?secondary_availability_zone:Smaws_Lib.Smithy_api.Types.string_ -> ?availability_zone:Smaws_Lib.Smithy_api.Types.string_ -> ?db_parameter_group_identifier:Types.db_parameter_group_identifier -> ?vpc_security_group_ids:Types.vpc_security_group_id_list -> ?publicly_accessible:Smaws_Lib.Smithy_api.Types.boolean_ -> ?deployment_type:Types.deployment_type -> ?allocated_storage:Types.allocated_storage -> ?db_storage_type:Types.db_storage_type -> ?db_instance_type:Types.db_instance_type -> ?network_type:Types.network_type -> ?port:Types.port -> ?endpoint:Smaws_Lib.Smithy_api.Types.string_ -> ?status:Types.status -> vpc_subnet_ids:Types.vpc_subnet_id_list -> arn:Types.arn -> name:Types.db_instance_name -> id:Types.db_instance_id -> unit -> Types.reboot_db_instance_output
val make_reboot_db_instance_input : identifier:Types.db_instance_identifier -> unit -> Types.reboot_db_instance_input
val make_reboot_db_cluster_output : ?db_cluster_status:Types.cluster_status -> unit -> Types.reboot_db_cluster_output
val make_reboot_db_cluster_input : ?instance_ids:Types.db_instance_id_list -> db_cluster_id:Types.db_cluster_id -> unit -> Types.reboot_db_cluster_input
val make_duration : value:Smaws_Lib.Smithy_api.Types.long -> duration_type:Types.duration_type -> unit -> Types.duration
val make_influx_d_bv2_parameters : ?ui_disabled:Smaws_Lib.Smithy_api.Types.boolean_ -> ?storage_wal_max_write_delay:Types.duration -> ?storage_wal_max_concurrent_writes:Smaws_Lib.Smithy_api.Types.integer -> ?storage_series_id_set_cache_size:Smaws_Lib.Smithy_api.Types.long -> ?storage_series_file_max_concurrent_snapshot_compactions: Smaws_Lib.Smithy_api.Types.integer -> ?storage_retention_check_interval:Types.duration -> ?storage_no_validate_field_size:Smaws_Lib.Smithy_api.Types.boolean_ -> ?storage_max_index_log_file_size:Smaws_Lib.Smithy_api.Types.long -> ?storage_max_concurrent_compactions:Smaws_Lib.Smithy_api.Types.integer -> ?storage_compact_throughput_burst:Smaws_Lib.Smithy_api.Types.long -> ?storage_compact_full_write_cold_duration:Types.duration -> ?storage_cache_snapshot_write_cold_duration:Types.duration -> ?storage_cache_snapshot_memory_size:Smaws_Lib.Smithy_api.Types.long -> ?storage_cache_max_memory_size:Smaws_Lib.Smithy_api.Types.long -> ?session_renew_disabled:Smaws_Lib.Smithy_api.Types.boolean_ -> ?session_length:Smaws_Lib.Smithy_api.Types.integer -> ?query_memory_bytes:Smaws_Lib.Smithy_api.Types.long -> ?query_max_memory_bytes:Smaws_Lib.Smithy_api.Types.long -> ?query_initial_memory_bytes:Smaws_Lib.Smithy_api.Types.long -> ?pprof_disabled:Smaws_Lib.Smithy_api.Types.boolean_ -> ?influxql_max_select_series:Smaws_Lib.Smithy_api.Types.long -> ?influxql_max_select_point:Smaws_Lib.Smithy_api.Types.long -> ?influxql_max_select_buckets:Smaws_Lib.Smithy_api.Types.long -> ?http_write_timeout:Types.duration -> ?http_read_timeout:Types.duration -> ?http_read_header_timeout:Types.duration -> ?http_idle_timeout:Types.duration -> ?metrics_disabled:Smaws_Lib.Smithy_api.Types.boolean_ -> ?tracing_type:Types.tracing_type -> ?query_queue_size:Smaws_Lib.Smithy_api.Types.integer -> ?query_concurrency:Smaws_Lib.Smithy_api.Types.integer -> ?no_tasks:Smaws_Lib.Smithy_api.Types.boolean_ -> ?log_level:Types.log_level -> ?flux_log_enabled:Smaws_Lib.Smithy_api.Types.boolean_ -> unit -> Types.influx_d_bv2_parameters
val make_influx_d_bv3_core_parameters : ?hard_delete_default_duration:Types.duration -> ?delete_grace_period:Types.duration -> ?retention_check_interval:Types.duration -> ?gen1_lookback_duration:Types.duration -> ?table_index_cache_concurrency_limit:Smaws_Lib.Smithy_api.Types.integer -> ?table_index_cache_max_entries:Smaws_Lib.Smithy_api.Types.integer -> ?wal_replay_concurrency_limit:Smaws_Lib.Smithy_api.Types.integer -> ?wal_replay_fail_on_error:Smaws_Lib.Smithy_api.Types.boolean_ -> ?parquet_mem_cache_size:Types.percent_or_absolute_long -> ?exec_mem_pool_bytes:Types.percent_or_absolute_long -> ?gen1_duration:Types.duration -> ?distinct_cache_eviction_interval:Types.duration -> ?last_cache_eviction_interval:Types.duration -> ?parquet_mem_cache_query_path_duration:Types.duration -> ?disable_parquet_mem_cache:Smaws_Lib.Smithy_api.Types.boolean_ -> ?parquet_mem_cache_prune_interval:Types.duration -> ?parquet_mem_cache_prune_percentage:Smaws_Lib.Smithy_api.Types.float_ -> ?preemptive_cache_age:Types.duration -> ?snapshotted_wal_files_to_keep:Smaws_Lib.Smithy_api.Types.integer -> ?wal_max_write_buffer_size:Smaws_Lib.Smithy_api.Types.integer -> ?wal_snapshot_size:Smaws_Lib.Smithy_api.Types.integer -> ?force_snapshot_mem_threshold:Types.percent_or_absolute_long -> ?max_http_request_size:Smaws_Lib.Smithy_api.Types.long -> ?data_fusion_config:Smaws_Lib.Smithy_api.Types.string_ -> ?data_fusion_use_cached_parquet_loader:Smaws_Lib.Smithy_api.Types.boolean_ -> ?data_fusion_max_parquet_fanout:Smaws_Lib.Smithy_api.Types.integer -> ?data_fusion_runtime_thread_priority:Smaws_Lib.Smithy_api.Types.integer -> ?data_fusion_runtime_thread_keep_alive:Types.duration -> ?data_fusion_runtime_max_io_events_per_tick: Smaws_Lib.Smithy_api.Types.integer -> ?data_fusion_runtime_max_blocking_threads:Smaws_Lib.Smithy_api.Types.integer -> ?data_fusion_runtime_global_queue_interval:Smaws_Lib.Smithy_api.Types.integer -> ?data_fusion_runtime_event_interval:Smaws_Lib.Smithy_api.Types.integer -> ?data_fusion_runtime_disable_lifo_slot:Smaws_Lib.Smithy_api.Types.boolean_ -> ?data_fusion_runtime_type:Types.data_fusion_runtime_type -> ?data_fusion_num_threads:Smaws_Lib.Smithy_api.Types.integer -> ?log_format:Types.log_formats -> ?log_filter:Smaws_Lib.Smithy_api.Types.string_ -> ?query_log_size:Smaws_Lib.Smithy_api.Types.integer -> ?query_file_limit:Smaws_Lib.Smithy_api.Types.integer -> unit -> Types.influx_d_bv3_core_parameters
val make_influx_d_bv3_enterprise_parameters : ?catalog_sync_interval:Types.duration -> ?replication_interval:Types.duration -> ?distinct_value_cache_disable_from_history: Smaws_Lib.Smithy_api.Types.boolean_ -> ?last_value_cache_disable_from_history:Smaws_Lib.Smithy_api.Types.boolean_ -> ?compaction_check_interval:Types.duration -> ?compaction_cleanup_wait:Types.duration -> ?compaction_multipliers:Smaws_Lib.Smithy_api.Types.string_ -> ?compaction_gen2_duration:Types.duration -> ?compaction_max_num_files_per_plan:Smaws_Lib.Smithy_api.Types.integer -> ?compaction_row_limit:Smaws_Lib.Smithy_api.Types.integer -> ?hard_delete_default_duration:Types.duration -> ?delete_grace_period:Types.duration -> ?retention_check_interval:Types.duration -> ?gen1_lookback_duration:Types.duration -> ?table_index_cache_concurrency_limit:Smaws_Lib.Smithy_api.Types.integer -> ?table_index_cache_max_entries:Smaws_Lib.Smithy_api.Types.integer -> ?wal_replay_concurrency_limit:Smaws_Lib.Smithy_api.Types.integer -> ?wal_replay_fail_on_error:Smaws_Lib.Smithy_api.Types.boolean_ -> ?parquet_mem_cache_size:Types.percent_or_absolute_long -> ?exec_mem_pool_bytes:Types.percent_or_absolute_long -> ?gen1_duration:Types.duration -> ?distinct_cache_eviction_interval:Types.duration -> ?last_cache_eviction_interval:Types.duration -> ?parquet_mem_cache_query_path_duration:Types.duration -> ?disable_parquet_mem_cache:Smaws_Lib.Smithy_api.Types.boolean_ -> ?parquet_mem_cache_prune_interval:Types.duration -> ?parquet_mem_cache_prune_percentage:Smaws_Lib.Smithy_api.Types.float_ -> ?preemptive_cache_age:Types.duration -> ?snapshotted_wal_files_to_keep:Smaws_Lib.Smithy_api.Types.integer -> ?wal_max_write_buffer_size:Smaws_Lib.Smithy_api.Types.integer -> ?wal_snapshot_size:Smaws_Lib.Smithy_api.Types.integer -> ?force_snapshot_mem_threshold:Types.percent_or_absolute_long -> ?max_http_request_size:Smaws_Lib.Smithy_api.Types.long -> ?data_fusion_config:Smaws_Lib.Smithy_api.Types.string_ -> ?data_fusion_use_cached_parquet_loader:Smaws_Lib.Smithy_api.Types.boolean_ -> ?data_fusion_max_parquet_fanout:Smaws_Lib.Smithy_api.Types.integer -> ?data_fusion_runtime_thread_priority:Smaws_Lib.Smithy_api.Types.integer -> ?data_fusion_runtime_thread_keep_alive:Types.duration -> ?data_fusion_runtime_max_io_events_per_tick: Smaws_Lib.Smithy_api.Types.integer -> ?data_fusion_runtime_max_blocking_threads:Smaws_Lib.Smithy_api.Types.integer -> ?data_fusion_runtime_global_queue_interval:Smaws_Lib.Smithy_api.Types.integer -> ?data_fusion_runtime_event_interval:Smaws_Lib.Smithy_api.Types.integer -> ?data_fusion_runtime_disable_lifo_slot:Smaws_Lib.Smithy_api.Types.boolean_ -> ?data_fusion_runtime_type:Types.data_fusion_runtime_type -> ?data_fusion_num_threads:Smaws_Lib.Smithy_api.Types.integer -> ?log_format:Types.log_formats -> ?log_filter:Smaws_Lib.Smithy_api.Types.string_ -> ?query_log_size:Smaws_Lib.Smithy_api.Types.integer -> ?query_file_limit:Smaws_Lib.Smithy_api.Types.integer -> dedicated_compactor:Smaws_Lib.Smithy_api.Types.boolean_ -> query_only_instances:Smaws_Lib.Smithy_api.Types.integer -> ingest_query_instances:Smaws_Lib.Smithy_api.Types.integer -> unit -> Types.influx_d_bv3_enterprise_parameters
val make_list_tags_for_resource_response : ?tags:Types.response_tag_map -> unit -> Types.list_tags_for_resource_response
val make_list_tags_for_resource_request : resource_arn:Types.arn -> unit -> Types.list_tags_for_resource_request
val make_list_db_parameter_groups_output : ?next_token:Types.next_token -> items:Types.db_parameter_group_summary_list -> unit -> Types.list_db_parameter_groups_output
val make_list_db_parameter_groups_input : ?max_results:Types.max_results -> ?next_token:Types.next_token -> unit -> Types.list_db_parameter_groups_input
val make_db_instance_summary : ?deployment_type:Types.deployment_type -> ?allocated_storage:Types.allocated_storage -> ?db_storage_type:Types.db_storage_type -> ?db_instance_type:Types.db_instance_type -> ?network_type:Types.network_type -> ?port:Types.port -> ?endpoint:Smaws_Lib.Smithy_api.Types.string_ -> ?status:Types.status -> arn:Types.arn -> name:Types.db_instance_name -> id:Types.db_instance_id -> unit -> Types.db_instance_summary
val make_list_db_instances_output : ?next_token:Types.next_token -> items:Types.db_instance_summary_list -> unit -> Types.list_db_instances_output
val make_list_db_instances_input : ?max_results:Types.max_results -> ?next_token:Types.next_token -> unit -> Types.list_db_instances_input
val make_db_instance_for_cluster_summary : ?instance_modes:Types.instance_mode_list -> ?instance_mode:Types.instance_mode -> ?deployment_type:Types.deployment_type -> ?allocated_storage:Types.allocated_storage -> ?db_storage_type:Types.db_storage_type -> ?db_instance_type:Types.db_instance_type -> ?network_type:Types.network_type -> ?port:Types.port -> ?endpoint:Smaws_Lib.Smithy_api.Types.string_ -> ?status:Types.status -> arn:Types.arn -> name:Types.db_instance_name -> id:Types.db_instance_id -> unit -> Types.db_instance_for_cluster_summary
val make_list_db_instances_for_cluster_output : ?next_token:Types.next_token -> items:Types.db_instance_for_cluster_summary_list -> unit -> Types.list_db_instances_for_cluster_output
val make_list_db_instances_for_cluster_input : ?max_results:Types.max_results -> ?next_token:Types.next_token -> db_cluster_id:Types.db_cluster_id -> unit -> Types.list_db_instances_for_cluster_input
val make_db_cluster_summary : ?engine_type:Types.engine_type -> ?allocated_storage:Types.allocated_storage -> ?db_storage_type:Types.db_storage_type -> ?network_type:Types.network_type -> ?db_instance_type:Types.db_instance_type -> ?deployment_type:Types.cluster_deployment_type -> ?port:Types.port -> ?reader_endpoint:Smaws_Lib.Smithy_api.Types.string_ -> ?endpoint:Smaws_Lib.Smithy_api.Types.string_ -> ?status:Types.cluster_status -> arn:Types.arn -> name:Types.db_cluster_name -> id:Types.db_cluster_id -> unit -> Types.db_cluster_summary
val make_list_db_clusters_output : ?next_token:Types.next_token -> items:Types.db_cluster_summary_list -> unit -> Types.list_db_clusters_output
val make_list_db_clusters_input : ?max_results:Types.max_results -> ?next_token:Types.next_token -> unit -> Types.list_db_clusters_input
val make_get_db_parameter_group_output : ?parameters:Types.parameters -> ?description:Smaws_Lib.Smithy_api.Types.string_ -> arn:Types.arn -> name:Types.db_parameter_group_name -> id:Types.db_parameter_group_id -> unit -> Types.get_db_parameter_group_output
val make_get_db_parameter_group_input : identifier:Types.db_parameter_group_identifier -> unit -> Types.get_db_parameter_group_input
val make_get_db_instance_output : ?next_maintenance_time:Smaws_Lib.Smithy_api.Types.timestamp -> ?last_maintenance_time:Smaws_Lib.Smithy_api.Types.timestamp -> ?maintenance_schedule:Types.maintenance_schedule -> ?instance_modes:Types.instance_mode_list -> ?instance_mode:Types.instance_mode -> ?db_cluster_id:Types.db_cluster_id -> ?influx_auth_parameters_secret_arn:Smaws_Lib.Smithy_api.Types.string_ -> ?log_delivery_configuration:Types.log_delivery_configuration -> ?secondary_availability_zone:Smaws_Lib.Smithy_api.Types.string_ -> ?availability_zone:Smaws_Lib.Smithy_api.Types.string_ -> ?db_parameter_group_identifier:Types.db_parameter_group_identifier -> ?vpc_security_group_ids:Types.vpc_security_group_id_list -> ?publicly_accessible:Smaws_Lib.Smithy_api.Types.boolean_ -> ?deployment_type:Types.deployment_type -> ?allocated_storage:Types.allocated_storage -> ?db_storage_type:Types.db_storage_type -> ?db_instance_type:Types.db_instance_type -> ?network_type:Types.network_type -> ?port:Types.port -> ?endpoint:Smaws_Lib.Smithy_api.Types.string_ -> ?status:Types.status -> vpc_subnet_ids:Types.vpc_subnet_id_list -> arn:Types.arn -> name:Types.db_instance_name -> id:Types.db_instance_id -> unit -> Types.get_db_instance_output
val make_get_db_instance_input : identifier:Types.db_instance_identifier -> unit -> Types.get_db_instance_input
val make_cluster_configuration : ?dedicated_compactor:Smaws_Lib.Smithy_api.Types.boolean_ -> ?query_only_instances:Smaws_Lib.Smithy_api.Types.integer -> ?ingest_query_instances:Smaws_Lib.Smithy_api.Types.integer -> unit -> Types.cluster_configuration
val make_get_db_cluster_output : ?cluster_configuration:Types.cluster_configuration -> ?failover_mode:Types.failover_mode -> ?vpc_security_group_ids:Types.vpc_security_group_id_list -> ?vpc_subnet_ids:Types.vpc_subnet_id_list -> ?influx_auth_parameters_secret_arn:Smaws_Lib.Smithy_api.Types.string_ -> ?next_maintenance_time:Smaws_Lib.Smithy_api.Types.timestamp -> ?last_maintenance_time:Smaws_Lib.Smithy_api.Types.timestamp -> ?maintenance_schedule:Types.maintenance_schedule -> ?log_delivery_configuration:Types.log_delivery_configuration -> ?db_parameter_group_identifier:Types.db_parameter_group_identifier -> ?publicly_accessible:Smaws_Lib.Smithy_api.Types.boolean_ -> ?engine_type:Types.engine_type -> ?allocated_storage:Types.allocated_storage -> ?db_storage_type:Types.db_storage_type -> ?network_type:Types.network_type -> ?db_instance_type:Types.db_instance_type -> ?deployment_type:Types.cluster_deployment_type -> ?port:Types.port -> ?reader_endpoint:Smaws_Lib.Smithy_api.Types.string_ -> ?endpoint:Smaws_Lib.Smithy_api.Types.string_ -> ?status:Types.cluster_status -> arn:Types.arn -> name:Types.db_cluster_name -> id:Types.db_cluster_id -> unit -> Types.get_db_cluster_output
val make_get_db_cluster_input : db_cluster_id:Types.db_cluster_id -> unit -> Types.get_db_cluster_input
val make_delete_db_instance_output : ?next_maintenance_time:Smaws_Lib.Smithy_api.Types.timestamp -> ?last_maintenance_time:Smaws_Lib.Smithy_api.Types.timestamp -> ?maintenance_schedule:Types.maintenance_schedule -> ?instance_modes:Types.instance_mode_list -> ?instance_mode:Types.instance_mode -> ?db_cluster_id:Types.db_cluster_id -> ?influx_auth_parameters_secret_arn:Smaws_Lib.Smithy_api.Types.string_ -> ?log_delivery_configuration:Types.log_delivery_configuration -> ?secondary_availability_zone:Smaws_Lib.Smithy_api.Types.string_ -> ?availability_zone:Smaws_Lib.Smithy_api.Types.string_ -> ?db_parameter_group_identifier:Types.db_parameter_group_identifier -> ?vpc_security_group_ids:Types.vpc_security_group_id_list -> ?publicly_accessible:Smaws_Lib.Smithy_api.Types.boolean_ -> ?deployment_type:Types.deployment_type -> ?allocated_storage:Types.allocated_storage -> ?db_storage_type:Types.db_storage_type -> ?db_instance_type:Types.db_instance_type -> ?network_type:Types.network_type -> ?port:Types.port -> ?endpoint:Smaws_Lib.Smithy_api.Types.string_ -> ?status:Types.status -> vpc_subnet_ids:Types.vpc_subnet_id_list -> arn:Types.arn -> name:Types.db_instance_name -> id:Types.db_instance_id -> unit -> Types.delete_db_instance_output
val make_delete_db_instance_input : identifier:Types.db_instance_identifier -> unit -> Types.delete_db_instance_input
val make_delete_db_cluster_output : ?db_cluster_status:Types.cluster_status -> unit -> Types.delete_db_cluster_output
val make_delete_db_cluster_input : db_cluster_id:Types.db_cluster_id -> unit -> Types.delete_db_cluster_input
val make_create_db_parameter_group_output : ?parameters:Types.parameters -> ?description:Smaws_Lib.Smithy_api.Types.string_ -> arn:Types.arn -> name:Types.db_parameter_group_name -> id:Types.db_parameter_group_id -> unit -> Types.create_db_parameter_group_output
val make_create_db_parameter_group_input : ?tags:Types.request_tag_map -> ?parameters:Types.parameters -> ?description:Smaws_Lib.Smithy_api.Types.string_ -> name:Types.db_parameter_group_name -> unit -> Types.create_db_parameter_group_input
val make_create_db_instance_output : ?next_maintenance_time:Smaws_Lib.Smithy_api.Types.timestamp -> ?last_maintenance_time:Smaws_Lib.Smithy_api.Types.timestamp -> ?maintenance_schedule:Types.maintenance_schedule -> ?instance_modes:Types.instance_mode_list -> ?instance_mode:Types.instance_mode -> ?db_cluster_id:Types.db_cluster_id -> ?influx_auth_parameters_secret_arn:Smaws_Lib.Smithy_api.Types.string_ -> ?log_delivery_configuration:Types.log_delivery_configuration -> ?secondary_availability_zone:Smaws_Lib.Smithy_api.Types.string_ -> ?availability_zone:Smaws_Lib.Smithy_api.Types.string_ -> ?db_parameter_group_identifier:Types.db_parameter_group_identifier -> ?vpc_security_group_ids:Types.vpc_security_group_id_list -> ?publicly_accessible:Smaws_Lib.Smithy_api.Types.boolean_ -> ?deployment_type:Types.deployment_type -> ?allocated_storage:Types.allocated_storage -> ?db_storage_type:Types.db_storage_type -> ?db_instance_type:Types.db_instance_type -> ?network_type:Types.network_type -> ?port:Types.port -> ?endpoint:Smaws_Lib.Smithy_api.Types.string_ -> ?status:Types.status -> vpc_subnet_ids:Types.vpc_subnet_id_list -> arn:Types.arn -> name:Types.db_instance_name -> id:Types.db_instance_id -> unit -> Types.create_db_instance_output
val make_create_db_instance_input : ?network_type:Types.network_type -> ?port:Types.port -> ?tags:Types.request_tag_map -> ?maintenance_schedule:Types.maintenance_schedule -> ?log_delivery_configuration:Types.log_delivery_configuration -> ?deployment_type:Types.deployment_type -> ?db_parameter_group_identifier:Types.db_parameter_group_identifier -> ?db_storage_type:Types.db_storage_type -> ?publicly_accessible:Smaws_Lib.Smithy_api.Types.boolean_ -> ?bucket:Types.bucket -> ?organization:Types.organization -> ?username:Types.username -> allocated_storage:Types.allocated_storage -> vpc_security_group_ids:Types.vpc_security_group_id_list -> vpc_subnet_ids:Types.vpc_subnet_id_list -> db_instance_type:Types.db_instance_type -> password:Types.password -> name:Types.db_instance_name -> unit -> Types.create_db_instance_input
val make_create_db_cluster_output : ?db_cluster_status:Types.cluster_status -> ?db_cluster_id:Types.db_cluster_id -> unit -> Types.create_db_cluster_output
val make_create_db_cluster_input : ?tags:Types.request_tag_map -> ?maintenance_schedule:Types.maintenance_schedule -> ?log_delivery_configuration:Types.log_delivery_configuration -> ?failover_mode:Types.failover_mode -> ?deployment_type:Types.cluster_deployment_type -> ?publicly_accessible:Smaws_Lib.Smithy_api.Types.boolean_ -> ?network_type:Types.network_type -> ?allocated_storage:Types.allocated_storage -> ?db_storage_type:Types.db_storage_type -> ?db_parameter_group_identifier:Types.db_parameter_group_identifier -> ?port:Types.port -> ?bucket:Types.bucket -> ?organization:Types.organization -> ?password:Types.password -> ?username:Types.username -> vpc_security_group_ids:Types.vpc_security_group_id_list -> vpc_subnet_ids:Types.vpc_subnet_id_list -> db_instance_type:Types.db_instance_type -> name:Types.db_cluster_name -> unit -> Types.create_db_cluster_input

Operations

module CreateDbCluster : sig ... end

Creates a new Timestream for InfluxDB cluster.

module CreateDbInstance : sig ... end

Creates a new Timestream for InfluxDB DB instance.

module CreateDbParameterGroup : sig ... end

Creates a new Timestream for InfluxDB DB parameter group to associate with DB instances.

module DeleteDbCluster : sig ... end

Deletes a Timestream for InfluxDB cluster.

module DeleteDbInstance : sig ... end

Deletes a Timestream for InfluxDB DB instance.

module GetDbCluster : sig ... end

Retrieves information about a Timestream for InfluxDB cluster.

module GetDbInstance : sig ... end

Returns a Timestream for InfluxDB DB instance.

module GetDbParameterGroup : sig ... end

Returns a Timestream for InfluxDB DB parameter group.

module ListDbClusters : sig ... end

Returns a list of Timestream for InfluxDB DB clusters.

module ListDbInstances : sig ... end

Returns a list of Timestream for InfluxDB DB instances.

module ListDbInstancesForCluster : sig ... end

Returns a list of Timestream for InfluxDB clusters.

module ListDbParameterGroups : sig ... end

Returns a list of Timestream for InfluxDB DB parameter groups.

module ListTagsForResource : sig ... end

A list of tags applied to the resource.

module RebootDbCluster : sig ... end

Reboots a Timestream for InfluxDB cluster.

module RebootDbInstance : sig ... end

Reboots a Timestream for InfluxDB instance.

module TagResource : sig ... end

Tags are composed of a Key/Value pairs. You can use tags to categorize and track your Timestream for InfluxDB resources.

module UntagResource : sig ... end

Removes the tag from the specified resource.

module UpdateDbCluster : sig ... end

Updates a Timestream for InfluxDB cluster.

module UpdateDbInstance : sig ... end
module Json_serializers : sig ... end
module Json_deserializers : sig ... end