Module Smaws_Client_SSM

SSM client library built on EIO.

Types

module Types : sig ... end

Builders

val make_update_service_setting_request : setting_value:Types.service_setting_value -> setting_id:Types.service_setting_id -> unit -> Types.update_service_setting_request
val make_resource_data_sync_organizational_unit : ?organizational_unit_id:Types.resource_data_sync_organizational_unit_id -> unit -> Types.resource_data_sync_organizational_unit
val make_resource_data_sync_aws_organizations_source : ?organizational_units:Types.resource_data_sync_organizational_unit_list -> organization_source_type:Types.resource_data_sync_organization_source_type -> unit -> Types.resource_data_sync_aws_organizations_source
val make_resource_data_sync_source : ?enable_all_ops_data_sources: Types.resource_data_sync_enable_all_ops_data_sources -> ?include_future_regions:Types.resource_data_sync_include_future_regions -> ?aws_organizations_source:Types.resource_data_sync_aws_organizations_source -> source_regions:Types.resource_data_sync_source_region_list -> source_type:Types.resource_data_sync_source_type -> unit -> Types.resource_data_sync_source
val make_update_resource_data_sync_request : sync_source:Types.resource_data_sync_source -> sync_type:Types.resource_data_sync_type -> sync_name:Types.resource_data_sync_name -> unit -> Types.update_resource_data_sync_request
val make_patch_filter : values:Types.patch_filter_value_list -> key:Types.patch_filter_key -> unit -> Types.patch_filter
val make_patch_filter_group : patch_filters:Types.patch_filter_list -> unit -> Types.patch_filter_group
val make_patch_rule : ?enable_non_security:Types.boolean_ -> ?approve_until_date:Types.patch_string_date_time -> ?approve_after_days:Types.approve_after_days -> ?compliance_level:Types.patch_compliance_level -> patch_filter_group:Types.patch_filter_group -> unit -> Types.patch_rule
val make_patch_rule_group : patch_rules:Types.patch_rule_list -> unit -> Types.patch_rule_group
val make_patch_source : configuration:Types.patch_source_configuration -> products:Types.patch_source_product_list -> name:Types.patch_source_name -> unit -> Types.patch_source
val make_update_patch_baseline_request : ?replace:Types.boolean_ -> ?available_security_updates_compliance_status:Types.patch_compliance_status -> ?sources:Types.patch_source_list -> ?description:Types.baseline_description -> ?rejected_patches_action:Types.patch_action -> ?rejected_patches:Types.patch_id_list -> ?approved_patches_enable_non_security:Types.boolean_ -> ?approved_patches_compliance_level:Types.patch_compliance_level -> ?approved_patches:Types.patch_id_list -> ?approval_rules:Types.patch_rule_group -> ?global_filters:Types.patch_filter_group -> ?name:Types.baseline_name -> baseline_id:Types.baseline_id -> unit -> Types.update_patch_baseline_request
val make_metadata_value : ?value:Types.metadata_value_string -> unit -> Types.metadata_value
val make_update_ops_metadata_request : ?keys_to_delete:Types.metadata_keys_to_delete_list -> ?metadata_to_update:Types.metadata_map -> ops_metadata_arn:Types.ops_metadata_arn -> unit -> Types.update_ops_metadata_request
val make_update_ops_item_response : unit -> unit
val make_ops_item_data_value : ?type_:Types.ops_item_data_type -> ?value:Types.ops_item_data_value_string -> unit -> Types.ops_item_data_value
val make_ops_item_notification : ?arn:Types.string_ -> unit -> Types.ops_item_notification
val make_update_ops_item_request : ?ops_item_arn:Types.ops_item_arn -> ?planned_end_time:Types.date_time -> ?planned_start_time:Types.date_time -> ?actual_end_time:Types.date_time -> ?actual_start_time:Types.date_time -> ?severity:Types.ops_item_severity -> ?category:Types.ops_item_category -> ?title:Types.ops_item_title -> ?status:Types.ops_item_status -> ?related_ops_items:Types.related_ops_items -> ?priority:Types.ops_item_priority -> ?notifications:Types.ops_item_notifications -> ?operational_data_to_delete:Types.ops_item_ops_data_keys_list -> ?operational_data:Types.ops_item_operational_data -> ?description:Types.ops_item_description -> ops_item_id:Types.ops_item_id -> unit -> Types.update_ops_item_request
val make_update_managed_instance_role_request : iam_role:Types.iam_role -> instance_id:Types.managed_instance_id -> unit -> Types.update_managed_instance_role_request
val make_target : ?values:Types.target_values -> ?key:Types.target_key -> unit -> Types.target
val make_maintenance_window_task_parameter_value_expression : ?values:Types.maintenance_window_task_parameter_value_list -> unit -> Types.maintenance_window_task_parameter_value_expression
val make_cloud_watch_output_config : ?cloud_watch_output_enabled:Types.cloud_watch_output_enabled -> ?cloud_watch_log_group_name:Types.cloud_watch_log_group_name -> unit -> Types.cloud_watch_output_config
val make_notification_config : ?notification_type:Types.notification_type -> ?notification_events:Types.notification_event_list -> ?notification_arn:Types.notification_arn -> unit -> Types.notification_config
val make_maintenance_window_run_command_parameters : ?timeout_seconds:Types.timeout_seconds -> ?service_role_arn:Types.service_role -> ?parameters:Types.parameters -> ?output_s3_key_prefix:Types.s3_key_prefix -> ?output_s3_bucket_name:Types.s3_bucket_name -> ?notification_config:Types.notification_config -> ?document_version:Types.document_version -> ?document_hash_type:Types.document_hash_type -> ?document_hash:Types.document_hash -> ?cloud_watch_output_config:Types.cloud_watch_output_config -> ?comment:Types.comment -> unit -> Types.maintenance_window_run_command_parameters
val make_maintenance_window_automation_parameters : ?parameters:Types.automation_parameter_map -> ?document_version:Types.document_version -> unit -> Types.maintenance_window_automation_parameters
val make_logging_info : ?s3_key_prefix:Types.s3_key_prefix -> s3_region:Types.s3_region -> s3_bucket_name:Types.s3_bucket_name -> unit -> Types.logging_info
val make_alarm : name:Types.alarm_name -> unit -> Types.alarm
val make_alarm_configuration : ?ignore_poll_alarm_failure:Types.boolean_ -> alarms:Types.alarm_list -> unit -> Types.alarm_configuration
val make_update_maintenance_window_task_request : ?alarm_configuration:Types.alarm_configuration -> ?cutoff_behavior:Types.maintenance_window_task_cutoff_behavior -> ?replace:Types.boolean_ -> ?description:Types.maintenance_window_description -> ?name:Types.maintenance_window_name -> ?logging_info:Types.logging_info -> ?max_errors:Types.max_errors -> ?max_concurrency:Types.max_concurrency -> ?priority:Types.maintenance_window_task_priority -> ?task_invocation_parameters: Types.maintenance_window_task_invocation_parameters -> ?task_parameters:Types.maintenance_window_task_parameters -> ?service_role_arn:Types.service_role -> ?task_arn:Types.maintenance_window_task_arn -> ?targets:Types.targets -> window_task_id:Types.maintenance_window_task_id -> window_id:Types.maintenance_window_id -> unit -> Types.update_maintenance_window_task_request
val make_update_maintenance_window_target_request : ?replace:Types.boolean_ -> ?description:Types.maintenance_window_description -> ?name:Types.maintenance_window_name -> ?owner_information:Types.owner_information -> ?targets:Types.targets -> window_target_id:Types.maintenance_window_target_id -> window_id:Types.maintenance_window_id -> unit -> Types.update_maintenance_window_target_request
val make_tag : value:Types.tag_value -> key:Types.tag_key -> unit -> Types.tag
val make_attachment_information : ?name:Types.attachment_name -> unit -> Types.attachment_information
val make_document_requires : ?version_name:Types.document_version_name -> ?require_type:Types.require_type -> ?version:Types.document_version -> name:Types.document_ar_n -> unit -> Types.document_requires
val make_review_information : ?reviewer:Types.reviewer -> ?status:Types.review_status -> ?reviewed_time:Types.date_time -> unit -> Types.review_information
val make_document_description : ?category_enum:Types.category_enum_list -> ?category:Types.category_list -> ?review_status:Types.review_status -> ?pending_review_version:Types.document_version -> ?approved_version:Types.document_version -> ?review_information:Types.review_information_list -> ?author:Types.document_author -> ?requires:Types.document_requires_list -> ?attachments_information:Types.attachment_information_list -> ?tags:Types.tag_list -> ?target_type:Types.target_type -> ?document_format:Types.document_format -> ?default_version:Types.document_version -> ?latest_version:Types.document_version -> ?schema_version:Types.document_schema_version -> ?document_type:Types.document_type -> ?platform_types:Types.platform_type_list -> ?parameters:Types.document_parameter_list -> ?description:Types.description_in_document -> ?document_version:Types.document_version -> ?status_information:Types.document_status_information -> ?status:Types.document_status -> ?created_date:Types.date_time -> ?owner:Types.document_owner -> ?version_name:Types.document_version_name -> ?display_name:Types.document_display_name -> ?name:Types.document_ar_n -> ?hash_type:Types.document_hash_type -> ?hash:Types.document_hash -> ?sha1:Types.document_sha1 -> unit -> Types.document_description
val make_update_document_request : ?target_type:Types.target_type -> ?document_format:Types.document_format -> ?document_version:Types.document_version -> ?version_name:Types.document_version_name -> ?display_name:Types.document_display_name -> ?attachments:Types.attachments_source_list -> name:Types.document_name -> content:Types.document_content -> unit -> Types.update_document_request
val make_update_document_metadata_response : unit -> unit
val make_document_review_comment_source : ?content:Types.document_review_comment -> ?type_:Types.document_review_comment_type -> unit -> Types.document_review_comment_source
val make_document_reviews : ?comment:Types.document_review_comment_list -> action:Types.document_review_action -> unit -> Types.document_reviews
val make_update_document_metadata_request : ?document_version:Types.document_version -> document_reviews:Types.document_reviews -> name:Types.document_name -> unit -> Types.update_document_metadata_request
val make_document_default_version_description : ?default_version_name:Types.document_version_name -> ?default_version:Types.document_version -> ?name:Types.document_name -> unit -> Types.document_default_version_description
val make_update_document_default_version_request : document_version:Types.document_version_number -> name:Types.document_name -> unit -> Types.update_document_default_version_request
val make_association_status : ?additional_info:Types.status_additional_info -> message:Types.status_message -> name:Types.association_status_name -> date:Types.date_time -> unit -> Types.association_status
val make_association_overview : ?association_status_aggregated_count: Types.association_status_aggregated_count -> ?detailed_status:Types.status_name -> ?status:Types.status_name -> unit -> Types.association_overview
val make_s3_output_location : ?output_s3_key_prefix:Types.s3_key_prefix -> ?output_s3_bucket_name:Types.s3_bucket_name -> ?output_s3_region:Types.s3_region -> unit -> Types.s3_output_location
val make_instance_association_output_location : ?s3_location:Types.s3_output_location -> unit -> Types.instance_association_output_location
val make_target_location : ?targets_max_errors:Types.max_errors -> ?targets_max_concurrency:Types.max_concurrency -> ?targets:Types.targets -> ?exclude_accounts:Types.exclude_accounts -> ?include_child_organization_units:Types.boolean_ -> ?target_location_alarm_configuration:Types.alarm_configuration -> ?execution_role_name:Types.execution_role_name -> ?target_location_max_errors:Types.max_errors -> ?target_location_max_concurrency:Types.max_concurrency -> ?regions:Types.regions -> ?accounts:Types.accounts -> unit -> Types.target_location
val make_alarm_state_information : state:Types.external_alarm_state -> name:Types.alarm_name -> unit -> Types.alarm_state_information
val make_association_description : ?triggered_alarms:Types.alarm_state_information_list -> ?alarm_configuration:Types.alarm_configuration -> ?target_maps:Types.target_maps -> ?duration:Types.duration -> ?schedule_offset:Types.schedule_offset -> ?target_locations:Types.target_locations -> ?calendar_names:Types.calendar_name_or_arn_list -> ?apply_only_at_cron_interval:Types.apply_only_at_cron_interval -> ?sync_compliance:Types.association_sync_compliance -> ?compliance_severity:Types.association_compliance_severity -> ?max_concurrency:Types.max_concurrency -> ?max_errors:Types.max_errors -> ?association_name:Types.association_name -> ?last_successful_execution_date:Types.date_time -> ?last_execution_date:Types.date_time -> ?output_location:Types.instance_association_output_location -> ?schedule_expression:Types.schedule_expression -> ?targets:Types.targets -> ?association_id:Types.association_id -> ?parameters:Types.parameters -> ?automation_target_parameter_name:Types.automation_target_parameter_name -> ?document_version:Types.document_version -> ?overview:Types.association_overview -> ?status:Types.association_status -> ?last_update_association_date:Types.date_time -> ?date:Types.date_time -> ?association_version:Types.association_version -> ?instance_id:Types.instance_id -> ?name:Types.document_ar_n -> unit -> Types.association_description
val make_update_association_status_request : association_status:Types.association_status -> instance_id:Types.instance_id -> name:Types.document_ar_n -> unit -> Types.update_association_status_request
val make_update_association_request : ?alarm_configuration:Types.alarm_configuration -> ?target_maps:Types.target_maps -> ?duration:Types.duration -> ?schedule_offset:Types.schedule_offset -> ?target_locations:Types.target_locations -> ?calendar_names:Types.calendar_name_or_arn_list -> ?apply_only_at_cron_interval:Types.apply_only_at_cron_interval -> ?sync_compliance:Types.association_sync_compliance -> ?compliance_severity:Types.association_compliance_severity -> ?max_concurrency:Types.max_concurrency -> ?max_errors:Types.max_errors -> ?automation_target_parameter_name:Types.automation_target_parameter_name -> ?association_version:Types.association_version -> ?association_name:Types.association_name -> ?targets:Types.targets -> ?name:Types.document_ar_n -> ?output_location:Types.instance_association_output_location -> ?schedule_expression:Types.schedule_expression -> ?document_version:Types.document_version -> ?parameters:Types.parameters -> association_id:Types.association_id -> unit -> Types.update_association_request
val make_unlabel_parameter_version_request : labels:Types.parameter_label_list -> parameter_version:Types.ps_parameter_version -> name:Types.ps_parameter_name -> unit -> Types.unlabel_parameter_version_request
val make_terminate_session_response : ?session_id:Types.session_id -> unit -> Types.terminate_session_response
val make_terminate_session_request : session_id:Types.session_id -> unit -> Types.terminate_session_request
val make_target_preview : ?target_type:Types.string_ -> ?count:Types.integer -> unit -> Types.target_preview
val make_stop_automation_execution_request : ?type_:Types.stop_type -> automation_execution_id:Types.automation_execution_id -> unit -> Types.stop_automation_execution_request
val make_failure_details : ?details:Types.automation_parameter_map -> ?failure_type:Types.string_ -> ?failure_stage:Types.string_ -> unit -> Types.failure_details
val make_parent_step_details : ?iterator_value:Types.string_ -> ?iteration:Types.integer -> ?action:Types.automation_action_name -> ?step_name:Types.string_ -> ?step_execution_id:Types.string_ -> unit -> Types.parent_step_details
val make_step_execution : ?parent_step_details:Types.parent_step_details -> ?triggered_alarms:Types.alarm_state_information_list -> ?target_location:Types.target_location -> ?targets:Types.targets -> ?valid_next_steps:Types.valid_next_step_list -> ?is_critical:Types.boolean_ -> ?next_step:Types.string_ -> ?is_end:Types.boolean_ -> ?overridden_parameters:Types.automation_parameter_map -> ?step_execution_id:Types.string_ -> ?failure_details:Types.failure_details -> ?failure_message:Types.string_ -> ?response:Types.string_ -> ?outputs:Types.automation_parameter_map -> ?inputs:Types.normal_string_map -> ?response_code:Types.string_ -> ?step_status:Types.automation_execution_status -> ?execution_end_time:Types.date_time -> ?execution_start_time:Types.date_time -> ?max_attempts:Types.integer -> ?on_failure:Types.string_ -> ?timeout_seconds:Types.long -> ?action:Types.automation_action_name -> ?step_name:Types.string_ -> unit -> Types.step_execution
val make_start_session_response : ?stream_url:Types.stream_url -> ?token_value:Types.token_value -> ?session_id:Types.session_id -> unit -> Types.start_session_response
val make_start_session_request : ?parameters:Types.session_manager_parameters -> ?reason:Types.session_reason -> ?document_name:Types.document_ar_n -> target:Types.session_target -> unit -> Types.start_session_request
val make_start_execution_preview_response : ?execution_preview_id:Types.execution_preview_id -> unit -> Types.start_execution_preview_response
val make_automation_execution_inputs : ?target_locations_ur_l:Types.target_locations_ur_l -> ?target_locations:Types.target_locations -> ?target_maps:Types.target_maps -> ?targets:Types.targets -> ?target_parameter_name:Types.automation_parameter_key -> ?parameters:Types.automation_parameter_map -> unit -> Types.automation_execution_inputs
val make_start_execution_preview_request : ?execution_inputs:Types.execution_inputs -> ?document_version:Types.document_version -> document_name:Types.document_name -> unit -> Types.start_execution_preview_request
val make_runbook : ?target_locations:Types.target_locations -> ?max_errors:Types.max_errors -> ?max_concurrency:Types.max_concurrency -> ?target_maps:Types.target_maps -> ?targets:Types.targets -> ?target_parameter_name:Types.automation_parameter_key -> ?parameters:Types.automation_parameter_map -> ?document_version:Types.document_version -> document_name:Types.document_ar_n -> unit -> Types.runbook
val make_start_change_request_execution_request : ?change_details:Types.change_details_value -> ?scheduled_end_time:Types.date_time -> ?tags:Types.tag_list -> ?auto_approve:Types.boolean_ -> ?client_token:Types.idempotency_token -> ?change_request_name:Types.change_request_name -> ?parameters:Types.automation_parameter_map -> ?document_version:Types.document_version -> ?scheduled_time:Types.date_time -> runbooks:Types.runbooks -> document_name:Types.document_ar_n -> unit -> Types.start_change_request_execution_request
val make_start_automation_execution_request : ?target_locations_ur_l:Types.target_locations_ur_l -> ?alarm_configuration:Types.alarm_configuration -> ?tags:Types.tag_list -> ?target_locations:Types.target_locations -> ?max_errors:Types.max_errors -> ?max_concurrency:Types.max_concurrency -> ?target_maps:Types.target_maps -> ?targets:Types.targets -> ?target_parameter_name:Types.automation_parameter_key -> ?mode:Types.execution_mode -> ?client_token:Types.idempotency_token -> ?parameters:Types.automation_parameter_map -> ?document_version:Types.document_version -> document_name:Types.document_ar_n -> unit -> Types.start_automation_execution_request
val make_start_associations_once_request : association_ids:Types.association_id_list -> unit -> Types.start_associations_once_request
val make_start_access_request_response : ?access_request_id:Types.access_request_id -> unit -> Types.start_access_request_response
val make_start_access_request_request : ?tags:Types.tag_list -> targets:Types.targets -> reason:Types.string1to256 -> unit -> Types.start_access_request_request
val make_severity_summary : ?unspecified_count:Types.compliance_summary_count -> ?informational_count:Types.compliance_summary_count -> ?low_count:Types.compliance_summary_count -> ?medium_count:Types.compliance_summary_count -> ?high_count:Types.compliance_summary_count -> ?critical_count:Types.compliance_summary_count -> unit -> Types.severity_summary
val make_session_manager_output_url : ?cloud_watch_output_url:Types.session_manager_cloud_watch_output_url -> ?s3_output_url:Types.session_manager_s3_output_url -> unit -> Types.session_manager_output_url
val make_session : ?access_type:Types.access_type -> ?max_session_duration:Types.max_session_duration -> ?output_url:Types.session_manager_output_url -> ?details:Types.session_details -> ?reason:Types.session_reason -> ?owner:Types.session_owner -> ?document_name:Types.document_name -> ?end_date:Types.date_time -> ?start_date:Types.date_time -> ?status:Types.session_status -> ?target:Types.session_target -> ?session_id:Types.session_id -> unit -> Types.session
val make_session_filter : value:Types.session_filter_value -> key:Types.session_filter_key -> unit -> Types.session_filter
val make_service_setting : ?status:Types.string_ -> ?ar_n:Types.string_ -> ?last_modified_user:Types.string_ -> ?last_modified_date:Types.date_time -> ?setting_value:Types.service_setting_value -> ?setting_id:Types.service_setting_id -> unit -> Types.service_setting
val make_command : ?triggered_alarms:Types.alarm_state_information_list -> ?alarm_configuration:Types.alarm_configuration -> ?timeout_seconds:Types.timeout_seconds -> ?cloud_watch_output_config:Types.cloud_watch_output_config -> ?notification_config:Types.notification_config -> ?service_role:Types.service_role -> ?delivery_timed_out_count:Types.delivery_timed_out_count -> ?error_count:Types.error_count -> ?completed_count:Types.completed_count -> ?target_count:Types.target_count -> ?max_errors:Types.max_errors -> ?max_concurrency:Types.max_concurrency -> ?output_s3_key_prefix:Types.s3_key_prefix -> ?output_s3_bucket_name:Types.s3_bucket_name -> ?output_s3_region:Types.s3_region -> ?status_details:Types.status_details -> ?status:Types.command_status -> ?requested_date_time:Types.date_time -> ?targets:Types.targets -> ?instance_ids:Types.instance_id_list -> ?parameters:Types.parameters -> ?expires_after:Types.date_time -> ?comment:Types.comment -> ?document_version:Types.document_version -> ?document_name:Types.document_name -> ?command_id:Types.command_id -> unit -> Types.command
val make_send_command_request : ?alarm_configuration:Types.alarm_configuration -> ?cloud_watch_output_config:Types.cloud_watch_output_config -> ?notification_config:Types.notification_config -> ?service_role_arn:Types.service_role -> ?max_errors:Types.max_errors -> ?max_concurrency:Types.max_concurrency -> ?output_s3_key_prefix:Types.s3_key_prefix -> ?output_s3_bucket_name:Types.s3_bucket_name -> ?output_s3_region:Types.s3_region -> ?parameters:Types.parameters -> ?comment:Types.comment -> ?timeout_seconds:Types.timeout_seconds -> ?document_hash_type:Types.document_hash_type -> ?document_hash:Types.document_hash -> ?document_version:Types.document_version -> ?targets:Types.targets -> ?instance_ids:Types.instance_id_list -> document_name:Types.document_ar_n -> unit -> Types.send_command_request
val make_send_automation_signal_request : ?payload:Types.automation_parameter_map -> signal_type:Types.signal_type -> automation_execution_id:Types.automation_execution_id -> unit -> Types.send_automation_signal_request
val make_scheduled_window_execution : ?execution_time:Types.maintenance_window_string_date_time -> ?name:Types.maintenance_window_name -> ?window_id:Types.maintenance_window_id -> unit -> Types.scheduled_window_execution
val make_s3_output_url : ?output_url:Types.url -> unit -> Types.s3_output_url
val make_resume_session_response : ?stream_url:Types.stream_url -> ?token_value:Types.token_value -> ?session_id:Types.session_id -> unit -> Types.resume_session_response
val make_resume_session_request : session_id:Types.session_id -> unit -> Types.resume_session_request
val make_result_attribute : type_name:Types.inventory_item_type_name -> unit -> Types.result_attribute
val make_resource_data_sync_destination_data_sharing : ?destination_data_sharing_type: Types.resource_data_sync_destination_data_sharing_type -> unit -> Types.resource_data_sync_destination_data_sharing
val make_compliance_execution_summary : ?execution_type:Types.compliance_execution_type -> ?execution_id:Types.compliance_execution_id -> execution_time:Types.date_time -> unit -> Types.compliance_execution_summary
val make_compliant_summary : ?severity_summary:Types.severity_summary -> ?compliant_count:Types.compliance_summary_count -> unit -> Types.compliant_summary
val make_non_compliant_summary : ?severity_summary:Types.severity_summary -> ?non_compliant_count:Types.compliance_summary_count -> unit -> Types.non_compliant_summary
val make_resource_compliance_summary_item : ?non_compliant_summary:Types.non_compliant_summary -> ?compliant_summary:Types.compliant_summary -> ?execution_summary:Types.compliance_execution_summary -> ?overall_severity:Types.compliance_severity -> ?status:Types.compliance_status -> ?resource_id:Types.compliance_resource_id -> ?resource_type:Types.compliance_resource_type -> ?compliance_type:Types.compliance_type_name -> unit -> Types.resource_compliance_summary_item
val make_resolved_targets : ?truncated:Types.boolean_ -> ?parameter_values:Types.target_parameter_list -> unit -> Types.resolved_targets
val make_reset_service_setting_request : setting_id:Types.service_setting_id -> unit -> Types.reset_service_setting_request
val make_remove_tags_from_resource_request : tag_keys:Types.key_list -> resource_id:Types.resource_id -> resource_type:Types.resource_type_for_tagging -> unit -> Types.remove_tags_from_resource_request
val make_registration_metadata_item : value:Types.registration_metadata_value -> key:Types.registration_metadata_key -> unit -> Types.registration_metadata_item
val make_register_task_with_maintenance_window_request : ?alarm_configuration:Types.alarm_configuration -> ?cutoff_behavior:Types.maintenance_window_task_cutoff_behavior -> ?client_token:Types.client_token -> ?description:Types.maintenance_window_description -> ?name:Types.maintenance_window_name -> ?logging_info:Types.logging_info -> ?max_errors:Types.max_errors -> ?max_concurrency:Types.max_concurrency -> ?priority:Types.maintenance_window_task_priority -> ?task_invocation_parameters: Types.maintenance_window_task_invocation_parameters -> ?task_parameters:Types.maintenance_window_task_parameters -> ?service_role_arn:Types.service_role -> ?targets:Types.targets -> task_type:Types.maintenance_window_task_type -> task_arn:Types.maintenance_window_task_arn -> window_id:Types.maintenance_window_id -> unit -> Types.register_task_with_maintenance_window_request
val make_register_target_with_maintenance_window_request : ?client_token:Types.client_token -> ?description:Types.maintenance_window_description -> ?name:Types.maintenance_window_name -> ?owner_information:Types.owner_information -> targets:Types.targets -> resource_type:Types.maintenance_window_resource_type -> window_id:Types.maintenance_window_id -> unit -> Types.register_target_with_maintenance_window_request
val make_register_patch_baseline_for_patch_group_request : patch_group:Types.patch_group -> baseline_id:Types.baseline_id -> unit -> Types.register_patch_baseline_for_patch_group_request
val make_register_default_patch_baseline_request : baseline_id:Types.baseline_id -> unit -> Types.register_default_patch_baseline_request
val make_put_resource_policy_response : ?policy_hash:Types.policy_hash -> ?policy_id:Types.policy_id -> unit -> Types.put_resource_policy_response
val make_put_resource_policy_request : ?policy_hash:Types.policy_hash -> ?policy_id:Types.policy_id -> policy:Types.policy -> resource_arn:Types.resource_arn_string -> unit -> Types.put_resource_policy_request
val make_put_parameter_request : ?data_type:Types.parameter_data_type -> ?policies:Types.parameter_policies -> ?tier:Types.parameter_tier -> ?tags:Types.tag_list -> ?allowed_pattern:Types.allowed_pattern -> ?overwrite:Types.boolean_ -> ?key_id:Types.parameter_key_id -> ?type_:Types.parameter_type -> ?description:Types.parameter_description -> value:Types.ps_parameter_value -> name:Types.ps_parameter_name -> unit -> Types.put_parameter_request
val make_put_inventory_request : items:Types.inventory_item_list -> instance_id:Types.instance_id -> unit -> Types.put_inventory_request
val make_compliance_item_entry : ?details:Types.compliance_item_details -> ?title:Types.compliance_item_title -> ?id:Types.compliance_item_id -> status:Types.compliance_status -> severity:Types.compliance_severity -> unit -> Types.compliance_item_entry
val make_put_compliance_items_request : ?upload_type:Types.compliance_upload_type -> ?item_content_hash:Types.compliance_item_content_hash -> items:Types.compliance_item_entry_list -> execution_summary:Types.compliance_execution_summary -> compliance_type:Types.compliance_type_name -> resource_type:Types.compliance_resource_type -> resource_id:Types.compliance_resource_id -> unit -> Types.put_compliance_items_request
val make_progress_counters : ?timed_out_steps:Types.integer -> ?cancelled_steps:Types.integer -> ?failed_steps:Types.integer -> ?success_steps:Types.integer -> ?total_steps:Types.integer -> unit -> Types.progress_counters
val make_patch_status : ?approval_date:Types.date_time -> ?compliance_level:Types.patch_compliance_level -> ?deployment_status:Types.patch_deployment_status -> unit -> Types.patch_status
val make_patch : ?repository:Types.patch_repository -> ?severity:Types.patch_severity -> ?arch:Types.patch_arch -> ?release:Types.patch_release -> ?version:Types.patch_version -> ?epoch:Types.patch_epoch -> ?name:Types.patch_name -> ?cve_ids:Types.patch_cve_id_list -> ?bugzilla_ids:Types.patch_bugzilla_id_list -> ?advisory_ids:Types.patch_advisory_id_list -> ?language:Types.patch_language -> ?msrc_number:Types.patch_msrc_number -> ?kb_number:Types.patch_kb_number -> ?msrc_severity:Types.patch_msrc_severity -> ?classification:Types.patch_classification -> ?product:Types.patch_product -> ?product_family:Types.patch_product_family -> ?vendor:Types.patch_vendor -> ?content_url:Types.patch_content_url -> ?description:Types.patch_description -> ?title:Types.patch_title -> ?release_date:Types.date_time -> ?id:Types.patch_id -> unit -> Types.patch
val make_patch_baseline_identity : ?default_baseline:Types.default_baseline -> ?baseline_description:Types.baseline_description -> ?operating_system:Types.operating_system -> ?baseline_name:Types.baseline_name -> ?baseline_id:Types.baseline_id -> unit -> Types.patch_baseline_identity
val make_patch_group_patch_baseline_mapping : ?baseline_identity:Types.patch_baseline_identity -> ?patch_group:Types.patch_group -> unit -> Types.patch_group_patch_baseline_mapping
val make_patch_compliance_data : ?cve_ids:Types.patch_cve_ids -> installed_time:Types.date_time -> state:Types.patch_compliance_data_state -> severity:Types.patch_severity -> classification:Types.patch_classification -> kb_id:Types.patch_kb_number -> title:Types.patch_title -> unit -> Types.patch_compliance_data
val make_parameters_filter : values:Types.parameters_filter_value_list -> key:Types.parameters_filter_key -> unit -> Types.parameters_filter
val make_parameter_inline_policy : ?policy_status:Types.string_ -> ?policy_type:Types.string_ -> ?policy_text:Types.string_ -> unit -> Types.parameter_inline_policy
val make_parameter_metadata : ?data_type:Types.parameter_data_type -> ?policies:Types.parameter_policy_list -> ?tier:Types.parameter_tier -> ?version:Types.ps_parameter_version -> ?allowed_pattern:Types.allowed_pattern -> ?description:Types.parameter_description -> ?last_modified_user:Types.string_ -> ?last_modified_date:Types.date_time -> ?key_id:Types.parameter_key_id -> ?type_:Types.parameter_type -> ?ar_n:Types.string_ -> ?name:Types.ps_parameter_name -> unit -> Types.parameter_metadata
val make_parameter : ?data_type:Types.parameter_data_type -> ?ar_n:Types.string_ -> ?last_modified_date:Types.date_time -> ?source_result:Types.string_ -> ?selector:Types.ps_parameter_selector -> ?version:Types.ps_parameter_version -> ?value:Types.ps_parameter_value -> ?type_:Types.parameter_type -> ?name:Types.ps_parameter_name -> unit -> Types.parameter
val make_parameter_history : ?data_type:Types.parameter_data_type -> ?policies:Types.parameter_policy_list -> ?tier:Types.parameter_tier -> ?labels:Types.parameter_label_list -> ?version:Types.ps_parameter_version -> ?allowed_pattern:Types.allowed_pattern -> ?value:Types.ps_parameter_value -> ?description:Types.parameter_description -> ?last_modified_user:Types.string_ -> ?last_modified_date:Types.date_time -> ?key_id:Types.parameter_key_id -> ?type_:Types.parameter_type -> ?name:Types.ps_parameter_name -> unit -> Types.parameter_history
val make_output_source : ?output_source_type:Types.output_source_type -> ?output_source_id:Types.output_source_id -> unit -> Types.output_source
val make_ops_result_attribute : type_name:Types.ops_data_type_name -> unit -> Types.ops_result_attribute
val make_ops_metadata : ?creation_date:Types.date_time -> ?last_modified_user:Types.string_ -> ?last_modified_date:Types.date_time -> ?ops_metadata_arn:Types.ops_metadata_arn -> ?resource_id:Types.ops_metadata_resource_id -> unit -> Types.ops_metadata
val make_ops_item_summary : ?planned_end_time:Types.date_time -> ?planned_start_time:Types.date_time -> ?actual_end_time:Types.date_time -> ?actual_start_time:Types.date_time -> ?ops_item_type:Types.ops_item_type -> ?severity:Types.ops_item_severity -> ?category:Types.ops_item_category -> ?operational_data:Types.ops_item_operational_data -> ?title:Types.ops_item_title -> ?ops_item_id:Types.ops_item_id -> ?status:Types.ops_item_status -> ?source:Types.ops_item_source -> ?priority:Types.ops_item_priority -> ?last_modified_time:Types.date_time -> ?last_modified_by:Types.string_ -> ?created_time:Types.date_time -> ?created_by:Types.string_ -> unit -> Types.ops_item_summary
val make_ops_item_identity : ?arn:Types.string_ -> unit -> Types.ops_item_identity
val make_ops_item_event_summary : ?created_time:Types.date_time -> ?created_by:Types.ops_item_identity -> ?detail:Types.string_ -> ?detail_type:Types.string_ -> ?source:Types.string_ -> ?event_id:Types.string_ -> ?ops_item_id:Types.string_ -> unit -> Types.ops_item_event_summary
val make_ops_item : ?ops_item_arn:Types.ops_item_arn -> ?planned_end_time:Types.date_time -> ?planned_start_time:Types.date_time -> ?actual_end_time:Types.date_time -> ?actual_start_time:Types.date_time -> ?severity:Types.ops_item_severity -> ?category:Types.ops_item_category -> ?operational_data:Types.ops_item_operational_data -> ?source:Types.ops_item_source -> ?title:Types.ops_item_title -> ?version:Types.string_ -> ?ops_item_id:Types.ops_item_id -> ?status:Types.ops_item_status -> ?related_ops_items:Types.related_ops_items -> ?priority:Types.ops_item_priority -> ?notifications:Types.ops_item_notifications -> ?last_modified_time:Types.date_time -> ?last_modified_by:Types.string_ -> ?description:Types.ops_item_description -> ?created_time:Types.date_time -> ?ops_item_type:Types.ops_item_type -> ?created_by:Types.string_ -> unit -> Types.ops_item
val make_ops_entity_item : ?content:Types.ops_entity_item_entry_list -> ?capture_time:Types.ops_entity_item_capture_time -> unit -> Types.ops_entity_item
val make_ops_entity : ?data:Types.ops_entity_item_map -> ?id:Types.ops_entity_id -> unit -> Types.ops_entity
val make_ops_aggregator : ?aggregators:Types.ops_aggregator_list -> ?filters:Types.ops_filter_list -> ?values:Types.ops_aggregator_value_map -> ?attribute_name:Types.ops_data_attribute_name -> ?type_name:Types.ops_data_type_name -> ?aggregator_type:Types.ops_aggregator_type -> unit -> Types.ops_aggregator
val make_instance_info : ?resource_type:Types.resource_type -> ?platform_version:Types.platform_version -> ?platform_name:Types.platform_name -> ?platform_type:Types.platform_type -> ?managed_status:Types.managed_status -> ?ip_address:Types.ip_address -> ?instance_status:Types.instance_status -> ?computer_name:Types.computer_name -> ?agent_version:Types.agent_version -> ?agent_type:Types.agent_type -> unit -> Types.instance_info
val make_node_owner_info : ?organizational_unit_path:Types.node_organizational_unit_path -> ?organizational_unit_id:Types.node_organizational_unit_id -> ?account_id:Types.node_account_id -> unit -> Types.node_owner_info
val make_node : ?node_type:Types.node_type -> ?region:Types.node_region -> ?owner:Types.node_owner_info -> ?id:Types.node_id -> ?capture_time:Types.node_capture_time -> unit -> Types.node
val make_node_aggregator : ?aggregators:Types.node_aggregator_list -> attribute_name:Types.node_attribute_name -> type_name:Types.node_type_name -> aggregator_type:Types.node_aggregator_type -> unit -> Types.node_aggregator
val make_modify_document_permission_response : unit -> unit
val make_modify_document_permission_request : ?shared_document_version:Types.shared_document_version -> ?account_ids_to_remove:Types.account_id_list -> ?account_ids_to_add:Types.account_id_list -> permission_type:Types.document_permission_type -> name:Types.document_name -> unit -> Types.modify_document_permission_request
val make_maintenance_window_identity_for_target : ?name:Types.maintenance_window_name -> ?window_id:Types.maintenance_window_id -> unit -> Types.maintenance_window_identity_for_target
val make_maintenance_window_target : ?description:Types.maintenance_window_description -> ?name:Types.maintenance_window_name -> ?owner_information:Types.owner_information -> ?targets:Types.targets -> ?resource_type:Types.maintenance_window_resource_type -> ?window_target_id:Types.maintenance_window_target_id -> ?window_id:Types.maintenance_window_id -> unit -> Types.maintenance_window_target
val make_maintenance_window_execution : ?end_time:Types.date_time -> ?start_time:Types.date_time -> ?status_details:Types.maintenance_window_execution_status_details -> ?status:Types.maintenance_window_execution_status -> ?window_execution_id:Types.maintenance_window_execution_id -> ?window_id:Types.maintenance_window_id -> unit -> Types.maintenance_window_execution
val make_list_tags_for_resource_request : resource_id:Types.resource_id -> resource_type:Types.resource_type_for_tagging -> unit -> Types.list_tags_for_resource_request
val make_list_resource_data_sync_request : ?max_results:Types.max_results -> ?next_token:Types.next_token -> ?sync_type:Types.resource_data_sync_type -> unit -> Types.list_resource_data_sync_request
val make_list_resource_compliance_summaries_request : ?max_results:Types.max_results -> ?next_token:Types.next_token -> ?filters:Types.compliance_string_filter_list -> unit -> Types.list_resource_compliance_summaries_request
val make_list_ops_metadata_request : ?next_token:Types.next_token -> ?max_results:Types.list_ops_metadata_max_results -> ?filters:Types.ops_metadata_filter_list -> unit -> Types.list_ops_metadata_request
val make_list_ops_item_events_response : ?summaries:Types.ops_item_event_summaries -> ?next_token:Types.string_ -> unit -> Types.list_ops_item_events_response
val make_list_ops_item_events_request : ?next_token:Types.string_ -> ?max_results:Types.ops_item_event_max_results -> ?filters:Types.ops_item_event_filters -> unit -> Types.list_ops_item_events_request
val make_list_nodes_summary_request : ?max_results:Types.max_results -> ?next_token:Types.next_token -> ?filters:Types.node_filter_list -> ?sync_name:Types.resource_data_sync_name -> aggregators:Types.node_aggregator_list -> unit -> Types.list_nodes_summary_request
val make_list_nodes_request : ?max_results:Types.max_results -> ?next_token:Types.next_token -> ?filters:Types.node_filter_list -> ?sync_name:Types.resource_data_sync_name -> unit -> Types.list_nodes_request
val make_list_inventory_entries_request : ?max_results:Types.max_results -> ?next_token:Types.next_token -> ?filters:Types.inventory_filter_list -> type_name:Types.inventory_item_type_name -> instance_id:Types.instance_id -> unit -> Types.list_inventory_entries_request
val make_document_identifier : ?author:Types.document_author -> ?review_status:Types.review_status -> ?requires:Types.document_requires_list -> ?tags:Types.tag_list -> ?target_type:Types.target_type -> ?document_format:Types.document_format -> ?schema_version:Types.document_schema_version -> ?document_type:Types.document_type -> ?document_version:Types.document_version -> ?platform_types:Types.platform_type_list -> ?version_name:Types.document_version_name -> ?owner:Types.document_owner -> ?display_name:Types.document_display_name -> ?created_date:Types.date_time -> ?name:Types.document_ar_n -> unit -> Types.document_identifier
val make_document_filter : value:Types.document_filter_value -> key:Types.document_filter_key -> unit -> Types.document_filter
val make_list_documents_request : ?next_token:Types.next_token -> ?max_results:Types.max_results -> ?filters:Types.document_key_values_filter_list -> ?document_filter_list:Types.document_filter_list -> unit -> Types.list_documents_request
val make_document_version_info : ?review_status:Types.review_status -> ?status_information:Types.document_status_information -> ?status:Types.document_status -> ?document_format:Types.document_format -> ?is_default_version:Types.boolean_ -> ?created_date:Types.date_time -> ?version_name:Types.document_version_name -> ?document_version:Types.document_version -> ?display_name:Types.document_display_name -> ?name:Types.document_name -> unit -> Types.document_version_info
val make_list_document_versions_request : ?next_token:Types.next_token -> ?max_results:Types.max_results -> name:Types.document_ar_n -> unit -> Types.list_document_versions_request
val make_document_reviewer_response_source : ?reviewer:Types.reviewer -> ?comment:Types.document_review_comment_list -> ?review_status:Types.review_status -> ?updated_time:Types.date_time -> ?create_time:Types.date_time -> unit -> Types.document_reviewer_response_source
val make_document_metadata_response_info : ?reviewer_response:Types.document_reviewer_response_list -> unit -> Types.document_metadata_response_info
val make_list_document_metadata_history_response : ?next_token:Types.next_token -> ?metadata:Types.document_metadata_response_info -> ?author:Types.document_author -> ?document_version:Types.document_version -> ?name:Types.document_name -> unit -> Types.list_document_metadata_history_response
val make_list_document_metadata_history_request : ?max_results:Types.max_results -> ?next_token:Types.next_token -> ?document_version:Types.document_version -> metadata:Types.document_metadata_enum -> name:Types.document_name -> unit -> Types.list_document_metadata_history_request
val make_compliance_summary_item : ?non_compliant_summary:Types.non_compliant_summary -> ?compliant_summary:Types.compliant_summary -> ?compliance_type:Types.compliance_type_name -> unit -> Types.compliance_summary_item
val make_list_compliance_summaries_request : ?max_results:Types.max_results -> ?next_token:Types.next_token -> ?filters:Types.compliance_string_filter_list -> unit -> Types.list_compliance_summaries_request
val make_list_compliance_items_request : ?max_results:Types.max_results -> ?next_token:Types.next_token -> ?resource_types:Types.compliance_resource_type_list -> ?resource_ids:Types.compliance_resource_id_list -> ?filters:Types.compliance_string_filter_list -> unit -> Types.list_compliance_items_request
val make_command_filter : value:Types.command_filter_value -> key:Types.command_filter_key -> unit -> Types.command_filter
val make_list_commands_request : ?filters:Types.command_filter_list -> ?next_token:Types.next_token -> ?max_results:Types.command_max_results -> ?instance_id:Types.instance_id -> ?command_id:Types.command_id -> unit -> Types.list_commands_request
val make_command_plugin : ?output_s3_key_prefix:Types.s3_key_prefix -> ?output_s3_bucket_name:Types.s3_bucket_name -> ?output_s3_region:Types.s3_region -> ?standard_error_url:Types.url -> ?standard_output_url:Types.url -> ?output:Types.command_plugin_output -> ?response_finish_date_time:Types.date_time -> ?response_start_date_time:Types.date_time -> ?response_code:Types.response_code -> ?status_details:Types.status_details -> ?status:Types.command_plugin_status -> ?name:Types.command_plugin_name -> unit -> Types.command_plugin
val make_command_invocation : ?cloud_watch_output_config:Types.cloud_watch_output_config -> ?notification_config:Types.notification_config -> ?service_role:Types.service_role -> ?command_plugins:Types.command_plugin_list -> ?standard_error_url:Types.url -> ?standard_output_url:Types.url -> ?trace_output:Types.invocation_trace_output -> ?status_details:Types.status_details -> ?status:Types.command_invocation_status -> ?requested_date_time:Types.date_time -> ?document_version:Types.document_version -> ?document_name:Types.document_name -> ?comment:Types.comment -> ?instance_name:Types.instance_tag_name -> ?instance_id:Types.instance_id -> ?command_id:Types.command_id -> unit -> Types.command_invocation
val make_list_command_invocations_request : ?details:Types.boolean_ -> ?filters:Types.command_filter_list -> ?next_token:Types.next_token -> ?max_results:Types.command_max_results -> ?instance_id:Types.instance_id -> ?command_id:Types.command_id -> unit -> Types.list_command_invocations_request
val make_association : ?target_maps:Types.target_maps -> ?duration:Types.duration -> ?schedule_offset:Types.schedule_offset -> ?association_name:Types.association_name -> ?schedule_expression:Types.schedule_expression -> ?overview:Types.association_overview -> ?last_execution_date:Types.date_time -> ?targets:Types.targets -> ?document_version:Types.document_version -> ?association_version:Types.association_version -> ?association_id:Types.association_id -> ?instance_id:Types.instance_id -> ?name:Types.document_ar_n -> unit -> Types.association
val make_association_filter : value:Types.association_filter_value -> key:Types.association_filter_key -> unit -> Types.association_filter
val make_list_associations_request : ?next_token:Types.next_token -> ?max_results:Types.max_results -> ?association_filter_list:Types.association_filter_list -> unit -> Types.list_associations_request
val make_association_version_info : ?target_maps:Types.target_maps -> ?duration:Types.duration -> ?schedule_offset:Types.schedule_offset -> ?target_locations:Types.target_locations -> ?calendar_names:Types.calendar_name_or_arn_list -> ?apply_only_at_cron_interval:Types.apply_only_at_cron_interval -> ?sync_compliance:Types.association_sync_compliance -> ?compliance_severity:Types.association_compliance_severity -> ?max_concurrency:Types.max_concurrency -> ?max_errors:Types.max_errors -> ?association_name:Types.association_name -> ?output_location:Types.instance_association_output_location -> ?schedule_expression:Types.schedule_expression -> ?targets:Types.targets -> ?parameters:Types.parameters -> ?document_version:Types.document_version -> ?name:Types.document_ar_n -> ?created_date:Types.date_time -> ?association_version:Types.association_version -> ?association_id:Types.association_id -> unit -> Types.association_version_info
val make_list_association_versions_request : ?next_token:Types.next_token -> ?max_results:Types.max_results -> association_id:Types.association_id -> unit -> Types.list_association_versions_request
val make_label_parameter_version_request : ?parameter_version:Types.ps_parameter_version -> labels:Types.parameter_label_list -> name:Types.ps_parameter_name -> unit -> Types.label_parameter_version_request
val make_inventory_item_attribute : data_type:Types.inventory_attribute_data_type -> name:Types.inventory_item_attribute_name -> unit -> Types.inventory_item_attribute
val make_inventory_group : filters:Types.inventory_filter_list -> name:Types.inventory_group_name -> unit -> Types.inventory_group
val make_inventory_deletion_summary_item : ?remaining_count:Types.remaining_count -> ?count:Types.resource_count -> ?version:Types.inventory_item_schema_version -> unit -> Types.inventory_deletion_summary_item
val make_inventory_deletion_summary : ?summary_items:Types.inventory_deletion_summary_items -> ?remaining_count:Types.remaining_count -> ?total_count:Types.total_count -> unit -> Types.inventory_deletion_summary
val make_inventory_deletion_status_item : ?last_status_update_time:Types.inventory_deletion_last_status_update_time -> ?deletion_summary:Types.inventory_deletion_summary -> ?last_status_message:Types.inventory_deletion_last_status_message -> ?last_status:Types.inventory_deletion_status -> ?deletion_start_time:Types.inventory_deletion_start_time -> ?type_name:Types.inventory_item_type_name -> ?deletion_id:Types.uui_d -> unit -> Types.inventory_deletion_status_item
val make_inventory_aggregator : ?groups:Types.inventory_group_list -> ?aggregators:Types.inventory_aggregator_list -> ?expression:Types.inventory_aggregator_expression -> unit -> Types.inventory_aggregator
val make_instance_aggregated_association_overview : ?instance_association_status_aggregated_count: Types.instance_association_status_aggregated_count -> ?detailed_status:Types.status_name -> unit -> Types.instance_aggregated_association_overview
val make_instance_property : ?source_type:Types.source_type -> ?source_id:Types.source_id -> ?association_overview:Types.instance_aggregated_association_overview -> ?last_successful_association_execution_date:Types.date_time -> ?last_association_execution_date:Types.date_time -> ?association_status:Types.status_name -> ?computer_name:Types.computer_name -> ?resource_type:Types.string_ -> ?registration_date:Types.date_time -> ?iam_role:Types.iam_role -> ?activation_id:Types.activation_id -> ?platform_version:Types.platform_version -> ?platform_name:Types.platform_name -> ?platform_type:Types.platform_type -> ?agent_version:Types.version -> ?last_ping_date_time:Types.date_time -> ?ping_status:Types.ping_status -> ?launch_time:Types.date_time -> ?ip_address:Types.ip_address -> ?architecture:Types.architecture -> ?instance_state:Types.instance_state -> ?key_name:Types.key_name -> ?instance_role:Types.instance_role -> ?instance_type:Types.instance_type -> ?instance_id:Types.instance_id -> ?name:Types.instance_name -> unit -> Types.instance_property
val make_instance_patch_state : ?other_non_compliant_count:Types.patch_other_non_compliant_count -> ?security_non_compliant_count:Types.patch_security_non_compliant_count -> ?critical_non_compliant_count:Types.patch_critical_non_compliant_count -> ?reboot_option:Types.reboot_option -> ?last_no_reboot_install_operation_time:Types.date_time -> ?available_security_update_count:Types.patch_available_security_update_count -> ?not_applicable_count:Types.patch_not_applicable_count -> ?unreported_not_applicable_count:Types.patch_unreported_not_applicable_count -> ?failed_count:Types.patch_failed_count -> ?missing_count:Types.patch_missing_count -> ?installed_rejected_count:Types.patch_installed_rejected_count -> ?installed_pending_reboot_count:Types.patch_installed_pending_reboot_count -> ?installed_other_count:Types.patch_installed_other_count -> ?installed_count:Types.patch_installed_count -> ?owner_information:Types.owner_information -> ?install_override_list:Types.install_override_list -> ?snapshot_id:Types.snapshot_id -> operation:Types.patch_operation_type -> operation_end_time:Types.date_time -> operation_start_time:Types.date_time -> baseline_id:Types.baseline_id -> patch_group:Types.patch_group -> instance_id:Types.instance_id -> unit -> Types.instance_patch_state
val make_instance_information : ?source_type:Types.source_type -> ?source_id:Types.source_id -> ?association_overview:Types.instance_aggregated_association_overview -> ?last_successful_association_execution_date:Types.date_time -> ?last_association_execution_date:Types.date_time -> ?association_status:Types.status_name -> ?computer_name:Types.computer_name -> ?ip_address:Types.ip_address -> ?name:Types.string_ -> ?resource_type:Types.resource_type -> ?registration_date:Types.date_time -> ?iam_role:Types.iam_role -> ?activation_id:Types.activation_id -> ?platform_version:Types.string_ -> ?platform_name:Types.string_ -> ?platform_type:Types.platform_type -> ?is_latest_version:Types.boolean_ -> ?agent_version:Types.version -> ?last_ping_date_time:Types.date_time -> ?ping_status:Types.ping_status -> ?instance_id:Types.instance_id -> unit -> Types.instance_information
val make_instance_association_output_url : ?s3_output_url:Types.s3_output_url -> unit -> Types.instance_association_output_url
val make_instance_association_status_info : ?association_name:Types.association_name -> ?output_url:Types.instance_association_output_url -> ?error_code:Types.agent_error_code -> ?execution_summary:Types.instance_association_execution_summary -> ?detailed_status:Types.status_name -> ?status:Types.status_name -> ?execution_date:Types.date_time -> ?instance_id:Types.instance_id -> ?association_version:Types.association_version -> ?document_version:Types.document_version -> ?name:Types.document_ar_n -> ?association_id:Types.association_id -> unit -> Types.instance_association_status_info
val make_instance_association : ?association_version:Types.association_version -> ?content:Types.document_content -> ?instance_id:Types.instance_id -> ?association_id:Types.association_id -> unit -> Types.instance_association
val make_get_service_setting_request : setting_id:Types.service_setting_id -> unit -> Types.get_service_setting_request
val make_get_resource_policies_response_entry : ?policy:Types.policy -> ?policy_hash:Types.policy_hash -> ?policy_id:Types.policy_id -> unit -> Types.get_resource_policies_response_entry
val make_get_resource_policies_response : ?policies:Types.get_resource_policies_response_entries -> ?next_token:Types.string_ -> unit -> Types.get_resource_policies_response
val make_get_resource_policies_request : ?max_results:Types.resource_policy_max_results -> ?next_token:Types.string_ -> resource_arn:Types.resource_arn_string -> unit -> Types.get_resource_policies_request
val make_get_patch_baseline_request : baseline_id:Types.baseline_id -> unit -> Types.get_patch_baseline_request
val make_get_patch_baseline_for_patch_group_request : ?operating_system:Types.operating_system -> patch_group:Types.patch_group -> unit -> Types.get_patch_baseline_for_patch_group_request
val make_get_parameters_request : ?with_decryption:Types.boolean_ -> names:Types.parameter_name_list -> unit -> Types.get_parameters_request
val make_get_parameters_by_path_request : ?next_token:Types.next_token -> ?max_results:Types.get_parameters_by_path_max_results -> ?with_decryption:Types.boolean_ -> ?parameter_filters:Types.parameter_string_filter_list -> ?recursive:Types.boolean_ -> path:Types.ps_parameter_name -> unit -> Types.get_parameters_by_path_request
val make_get_parameter_request : ?with_decryption:Types.boolean_ -> name:Types.ps_parameter_name -> unit -> Types.get_parameter_request
val make_get_parameter_history_request : ?next_token:Types.next_token -> ?max_results:Types.max_results -> ?with_decryption:Types.boolean_ -> name:Types.ps_parameter_name -> unit -> Types.get_parameter_history_request
val make_get_ops_summary_request : ?max_results:Types.max_results -> ?next_token:Types.next_token -> ?result_attributes:Types.ops_result_attribute_list -> ?aggregators:Types.ops_aggregator_list -> ?filters:Types.ops_filter_list -> ?sync_name:Types.resource_data_sync_name -> unit -> Types.get_ops_summary_request
val make_get_ops_metadata_request : ?next_token:Types.next_token -> ?max_results:Types.get_ops_metadata_max_results -> ops_metadata_arn:Types.ops_metadata_arn -> unit -> Types.get_ops_metadata_request
val make_get_ops_item_response : ?ops_item:Types.ops_item -> unit -> Types.get_ops_item_response
val make_get_ops_item_request : ?ops_item_arn:Types.ops_item_arn -> ops_item_id:Types.ops_item_id -> unit -> Types.get_ops_item_request
val make_get_maintenance_window_task_request : window_task_id:Types.maintenance_window_task_id -> window_id:Types.maintenance_window_id -> unit -> Types.get_maintenance_window_task_request
val make_get_maintenance_window_request : window_id:Types.maintenance_window_id -> unit -> Types.get_maintenance_window_request
val make_get_maintenance_window_execution_task_request : task_id:Types.maintenance_window_execution_task_id -> window_execution_id:Types.maintenance_window_execution_id -> unit -> Types.get_maintenance_window_execution_task_request
val make_get_maintenance_window_execution_task_invocation_request : invocation_id:Types.maintenance_window_execution_task_invocation_id -> task_id:Types.maintenance_window_execution_task_id -> window_execution_id:Types.maintenance_window_execution_id -> unit -> Types.get_maintenance_window_execution_task_invocation_request
val make_get_maintenance_window_execution_request : window_execution_id:Types.maintenance_window_execution_id -> unit -> Types.get_maintenance_window_execution_request
val make_get_inventory_schema_request : ?sub_type:Types.is_sub_type_schema -> ?aggregator:Types.aggregator_schema_only -> ?max_results:Types.get_inventory_schema_max_results -> ?next_token:Types.next_token -> ?type_name:Types.inventory_item_type_name_filter -> unit -> Types.get_inventory_schema_request
val make_get_inventory_request : ?max_results:Types.max_results -> ?next_token:Types.next_token -> ?result_attributes:Types.result_attribute_list -> ?aggregators:Types.inventory_aggregator_list -> ?filters:Types.inventory_filter_list -> unit -> Types.get_inventory_request
val make_automation_execution_preview : ?total_accounts:Types.integer -> ?target_previews:Types.target_preview_list -> ?regions:Types.region_list -> ?step_previews:Types.step_preview_map -> unit -> Types.automation_execution_preview
val make_get_execution_preview_response : ?execution_preview:Types.execution_preview -> ?status_message:Types.string_ -> ?status:Types.execution_preview_status -> ?ended_at:Types.date_time -> ?execution_preview_id:Types.execution_preview_id -> unit -> Types.get_execution_preview_response
val make_get_execution_preview_request : execution_preview_id:Types.execution_preview_id -> unit -> Types.get_execution_preview_request
val make_attachment_content : ?url:Types.attachment_url -> ?hash_type:Types.attachment_hash_type -> ?hash:Types.attachment_hash -> ?size:Types.content_length -> ?name:Types.attachment_name -> unit -> Types.attachment_content
val make_get_document_request : ?document_format:Types.document_format -> ?document_version:Types.document_version -> ?version_name:Types.document_version_name -> name:Types.document_ar_n -> unit -> Types.get_document_request
val make_baseline_override : ?available_security_updates_compliance_status:Types.patch_compliance_status -> ?sources:Types.patch_source_list -> ?approved_patches_enable_non_security:Types.boolean_ -> ?rejected_patches_action:Types.patch_action -> ?rejected_patches:Types.patch_id_list -> ?approved_patches_compliance_level:Types.patch_compliance_level -> ?approved_patches:Types.patch_id_list -> ?approval_rules:Types.patch_rule_group -> ?global_filters:Types.patch_filter_group -> ?operating_system:Types.operating_system -> unit -> Types.baseline_override
val make_get_deployable_patch_snapshot_for_instance_request : ?baseline_override:Types.baseline_override -> snapshot_id:Types.snapshot_id -> instance_id:Types.instance_id -> unit -> Types.get_deployable_patch_snapshot_for_instance_request
val make_get_default_patch_baseline_request : ?operating_system:Types.operating_system -> unit -> Types.get_default_patch_baseline_request
val make_get_connection_status_response : ?status:Types.connection_status -> ?target:Types.session_target -> unit -> Types.get_connection_status_response
val make_get_connection_status_request : target:Types.session_target -> unit -> Types.get_connection_status_request
val make_get_command_invocation_request : ?plugin_name:Types.command_plugin_name -> instance_id:Types.instance_id -> command_id:Types.command_id -> unit -> Types.get_command_invocation_request
val make_get_calendar_state_response : ?next_transition_time:Types.iso8601_string -> ?at_time:Types.iso8601_string -> ?state:Types.calendar_state -> unit -> Types.get_calendar_state_response
val make_get_calendar_state_request : ?at_time:Types.iso8601_string -> calendar_names:Types.calendar_name_or_arn_list -> unit -> Types.get_calendar_state_request
val make_automation_execution : ?variables:Types.automation_parameter_map -> ?change_request_name:Types.change_request_name -> ?association_id:Types.string_ -> ?ops_item_id:Types.string_ -> ?runbooks:Types.runbooks -> ?scheduled_time:Types.date_time -> ?automation_subtype:Types.automation_subtype -> ?target_locations_ur_l:Types.target_locations_ur_l -> ?triggered_alarms:Types.alarm_state_information_list -> ?alarm_configuration:Types.alarm_configuration -> ?progress_counters:Types.progress_counters -> ?target_locations:Types.target_locations -> ?target:Types.string_ -> ?max_errors:Types.max_errors -> ?max_concurrency:Types.max_concurrency -> ?resolved_targets:Types.resolved_targets -> ?target_maps:Types.target_maps -> ?targets:Types.targets -> ?target_parameter_name:Types.automation_parameter_key -> ?current_action:Types.string_ -> ?current_step_name:Types.string_ -> ?executed_by:Types.string_ -> ?parent_automation_execution_id:Types.automation_execution_id -> ?mode:Types.execution_mode -> ?failure_message:Types.string_ -> ?outputs:Types.automation_parameter_map -> ?parameters:Types.automation_parameter_map -> ?step_executions_truncated:Types.boolean_ -> ?step_executions:Types.step_execution_list -> ?automation_execution_status:Types.automation_execution_status -> ?execution_end_time:Types.date_time -> ?execution_start_time:Types.date_time -> ?document_version:Types.document_version -> ?document_name:Types.document_name -> ?automation_execution_id:Types.automation_execution_id -> unit -> Types.automation_execution
val make_get_automation_execution_request : automation_execution_id:Types.automation_execution_id -> unit -> Types.get_automation_execution_request
val make_credentials : expiration_time:Types.date_time -> session_token:Types.session_token_type -> secret_access_key:Types.access_key_secret_type -> access_key_id:Types.access_key_id_type -> unit -> Types.credentials
val make_get_access_token_response : ?access_request_status:Types.access_request_status -> ?credentials:Types.credentials -> unit -> Types.get_access_token_response
val make_get_access_token_request : access_request_id:Types.access_request_id -> unit -> Types.get_access_token_request
val make_create_association_batch_request_entry : ?alarm_configuration:Types.alarm_configuration -> ?target_maps:Types.target_maps -> ?duration:Types.duration -> ?schedule_offset:Types.schedule_offset -> ?target_locations:Types.target_locations -> ?calendar_names:Types.calendar_name_or_arn_list -> ?apply_only_at_cron_interval:Types.apply_only_at_cron_interval -> ?sync_compliance:Types.association_sync_compliance -> ?compliance_severity:Types.association_compliance_severity -> ?max_concurrency:Types.max_concurrency -> ?max_errors:Types.max_errors -> ?association_name:Types.association_name -> ?output_location:Types.instance_association_output_location -> ?schedule_expression:Types.schedule_expression -> ?targets:Types.targets -> ?document_version:Types.document_version -> ?automation_target_parameter_name:Types.automation_target_parameter_name -> ?parameters:Types.parameters -> ?instance_id:Types.instance_id -> name:Types.document_ar_n -> unit -> Types.create_association_batch_request_entry
val make_failed_create_association : ?fault:Types.fault -> ?message:Types.batch_error_message -> ?entry:Types.create_association_batch_request_entry -> unit -> Types.failed_create_association
val make_effective_patch : ?patch_status:Types.patch_status -> ?patch:Types.patch -> unit -> Types.effective_patch
val make_describe_sessions_response : ?next_token:Types.next_token -> ?sessions:Types.session_list -> unit -> Types.describe_sessions_response
val make_describe_sessions_request : ?filters:Types.session_filter_list -> ?next_token:Types.next_token -> ?max_results:Types.session_max_results -> state:Types.session_state -> unit -> Types.describe_sessions_request
val make_describe_patch_properties_request : ?next_token:Types.next_token -> ?max_results:Types.max_results -> ?patch_set:Types.patch_set -> property:Types.patch_property -> operating_system:Types.operating_system -> unit -> Types.describe_patch_properties_request
val make_describe_patch_groups_request : ?next_token:Types.next_token -> ?filters:Types.patch_orchestrator_filter_list -> ?max_results:Types.patch_baseline_max_results -> unit -> Types.describe_patch_groups_request
val make_describe_patch_group_state_request : patch_group:Types.patch_group -> unit -> Types.describe_patch_group_state_request
val make_describe_patch_baselines_request : ?next_token:Types.next_token -> ?max_results:Types.patch_baseline_max_results -> ?filters:Types.patch_orchestrator_filter_list -> unit -> Types.describe_patch_baselines_request
val make_describe_parameters_request : ?shared:Types.boolean_ -> ?next_token:Types.next_token -> ?max_results:Types.max_results -> ?parameter_filters:Types.parameter_string_filter_list -> ?filters:Types.parameters_filter_list -> unit -> Types.describe_parameters_request
val make_describe_ops_items_response : ?ops_item_summaries:Types.ops_item_summaries -> ?next_token:Types.string_ -> unit -> Types.describe_ops_items_response
val make_describe_ops_items_request : ?next_token:Types.string_ -> ?max_results:Types.ops_item_max_results -> ?ops_item_filters:Types.ops_item_filters -> unit -> Types.describe_ops_items_request
val make_describe_maintenance_windows_request : ?next_token:Types.next_token -> ?max_results:Types.maintenance_window_max_results -> ?filters:Types.maintenance_window_filter_list -> unit -> Types.describe_maintenance_windows_request
val make_describe_maintenance_windows_for_target_request : ?next_token:Types.next_token -> ?max_results:Types.maintenance_window_search_max_results -> resource_type:Types.maintenance_window_resource_type -> targets:Types.targets -> unit -> Types.describe_maintenance_windows_for_target_request
val make_describe_maintenance_window_tasks_request : ?next_token:Types.next_token -> ?max_results:Types.maintenance_window_max_results -> ?filters:Types.maintenance_window_filter_list -> window_id:Types.maintenance_window_id -> unit -> Types.describe_maintenance_window_tasks_request
val make_describe_maintenance_window_targets_request : ?next_token:Types.next_token -> ?max_results:Types.maintenance_window_max_results -> ?filters:Types.maintenance_window_filter_list -> window_id:Types.maintenance_window_id -> unit -> Types.describe_maintenance_window_targets_request
val make_describe_maintenance_window_schedule_request : ?next_token:Types.next_token -> ?max_results:Types.maintenance_window_search_max_results -> ?filters:Types.patch_orchestrator_filter_list -> ?resource_type:Types.maintenance_window_resource_type -> ?targets:Types.targets -> ?window_id:Types.maintenance_window_id -> unit -> Types.describe_maintenance_window_schedule_request
val make_describe_maintenance_window_executions_request : ?next_token:Types.next_token -> ?max_results:Types.maintenance_window_max_results -> ?filters:Types.maintenance_window_filter_list -> window_id:Types.maintenance_window_id -> unit -> Types.describe_maintenance_window_executions_request
val make_describe_maintenance_window_execution_tasks_request : ?next_token:Types.next_token -> ?max_results:Types.maintenance_window_max_results -> ?filters:Types.maintenance_window_filter_list -> window_execution_id:Types.maintenance_window_execution_id -> unit -> Types.describe_maintenance_window_execution_tasks_request
val make_describe_maintenance_window_execution_task_invocations_request : ?next_token:Types.next_token -> ?max_results:Types.maintenance_window_max_results -> ?filters:Types.maintenance_window_filter_list -> task_id:Types.maintenance_window_execution_task_id -> window_execution_id:Types.maintenance_window_execution_id -> unit -> Types.describe_maintenance_window_execution_task_invocations_request
val make_describe_inventory_deletions_request : ?max_results:Types.max_results -> ?next_token:Types.next_token -> ?deletion_id:Types.uui_d -> unit -> Types.describe_inventory_deletions_request
val make_describe_instance_properties_request : ?next_token:Types.next_token -> ?max_results:Types.describe_instance_properties_max_results -> ?filters_with_operator:Types.instance_property_string_filter_list -> ?instance_property_filter_list:Types.instance_property_filter_list -> unit -> Types.describe_instance_properties_request
val make_describe_instance_patches_request : ?max_results:Types.patch_compliance_max_results -> ?next_token:Types.next_token -> ?filters:Types.patch_orchestrator_filter_list -> instance_id:Types.instance_id -> unit -> Types.describe_instance_patches_request
val make_describe_instance_patch_states_request : ?max_results:Types.patch_compliance_max_results -> ?next_token:Types.next_token -> instance_ids:Types.instance_id_list -> unit -> Types.describe_instance_patch_states_request
val make_describe_instance_patch_states_for_patch_group_request : ?max_results:Types.patch_compliance_max_results -> ?next_token:Types.next_token -> ?filters:Types.instance_patch_state_filter_list -> patch_group:Types.patch_group -> unit -> Types.describe_instance_patch_states_for_patch_group_request
val make_describe_instance_information_request : ?next_token:Types.next_token -> ?max_results:Types.max_results_ec2_compatible -> ?filters:Types.instance_information_string_filter_list -> ?instance_information_filter_list:Types.instance_information_filter_list -> unit -> Types.describe_instance_information_request
val make_describe_instance_associations_status_request : ?next_token:Types.next_token -> ?max_results:Types.max_results -> instance_id:Types.instance_id -> unit -> Types.describe_instance_associations_status_request
val make_describe_effective_patches_for_patch_baseline_request : ?next_token:Types.next_token -> ?max_results:Types.patch_baseline_max_results -> baseline_id:Types.baseline_id -> unit -> Types.describe_effective_patches_for_patch_baseline_request
val make_describe_effective_instance_associations_request : ?next_token:Types.next_token -> ?max_results:Types.effective_instance_association_max_results -> instance_id:Types.instance_id -> unit -> Types.describe_effective_instance_associations_request
val make_describe_document_request : ?version_name:Types.document_version_name -> ?document_version:Types.document_version -> name:Types.document_ar_n -> unit -> Types.describe_document_request
val make_account_sharing_info : ?shared_document_version:Types.shared_document_version -> ?account_id:Types.account_id -> unit -> Types.account_sharing_info
val make_describe_document_permission_response : ?next_token:Types.next_token -> ?account_sharing_info_list:Types.account_sharing_info_list -> ?account_ids:Types.account_id_list -> unit -> Types.describe_document_permission_response
val make_describe_document_permission_request : ?next_token:Types.next_token -> ?max_results:Types.document_permission_max_results -> permission_type:Types.document_permission_type -> name:Types.document_name -> unit -> Types.describe_document_permission_request
val make_describe_available_patches_request : ?next_token:Types.next_token -> ?max_results:Types.patch_baseline_max_results -> ?filters:Types.patch_orchestrator_filter_list -> unit -> Types.describe_available_patches_request
val make_describe_automation_step_executions_request : ?reverse_order:Types.boolean_ -> ?max_results:Types.max_results -> ?next_token:Types.next_token -> ?filters:Types.step_execution_filter_list -> automation_execution_id:Types.automation_execution_id -> unit -> Types.describe_automation_step_executions_request
val make_automation_execution_metadata : ?change_request_name:Types.change_request_name -> ?association_id:Types.string_ -> ?ops_item_id:Types.string_ -> ?runbooks:Types.runbooks -> ?scheduled_time:Types.date_time -> ?automation_subtype:Types.automation_subtype -> ?target_locations_ur_l:Types.target_locations_ur_l -> ?triggered_alarms:Types.alarm_state_information_list -> ?alarm_configuration:Types.alarm_configuration -> ?automation_type:Types.automation_type -> ?target:Types.string_ -> ?max_errors:Types.max_errors -> ?max_concurrency:Types.max_concurrency -> ?resolved_targets:Types.resolved_targets -> ?target_maps:Types.target_maps -> ?targets:Types.targets -> ?target_parameter_name:Types.automation_parameter_key -> ?failure_message:Types.string_ -> ?current_action:Types.string_ -> ?current_step_name:Types.string_ -> ?parent_automation_execution_id:Types.automation_execution_id -> ?mode:Types.execution_mode -> ?outputs:Types.automation_parameter_map -> ?log_file:Types.string_ -> ?executed_by:Types.string_ -> ?execution_end_time:Types.date_time -> ?execution_start_time:Types.date_time -> ?automation_execution_status:Types.automation_execution_status -> ?document_version:Types.document_version -> ?document_name:Types.document_name -> ?automation_execution_id:Types.automation_execution_id -> unit -> Types.automation_execution_metadata
val make_describe_automation_executions_request : ?next_token:Types.next_token -> ?max_results:Types.max_results -> ?filters:Types.automation_execution_filter_list -> unit -> Types.describe_automation_executions_request
val make_describe_association_request : ?association_version:Types.association_version -> ?association_id:Types.association_id -> ?instance_id:Types.instance_id -> ?name:Types.document_ar_n -> unit -> Types.describe_association_request
val make_association_execution : ?triggered_alarms:Types.alarm_state_information_list -> ?alarm_configuration:Types.alarm_configuration -> ?resource_count_by_status:Types.resource_count_by_status -> ?last_execution_date:Types.date_time -> ?created_time:Types.date_time -> ?detailed_status:Types.status_name -> ?status:Types.status_name -> ?execution_id:Types.association_execution_id -> ?association_version:Types.association_version -> ?association_id:Types.association_id -> unit -> Types.association_execution
val make_describe_association_executions_request : ?next_token:Types.next_token -> ?max_results:Types.max_results -> ?filters:Types.association_execution_filter_list -> association_id:Types.association_id -> unit -> Types.describe_association_executions_request
val make_association_execution_target : ?output_source:Types.output_source -> ?last_execution_date:Types.date_time -> ?detailed_status:Types.status_name -> ?status:Types.status_name -> ?resource_type:Types.association_resource_type -> ?resource_id:Types.association_resource_id -> ?execution_id:Types.association_execution_id -> ?association_version:Types.association_version -> ?association_id:Types.association_id -> unit -> Types.association_execution_target
val make_describe_association_execution_targets_request : ?next_token:Types.next_token -> ?max_results:Types.max_results -> ?filters:Types.association_execution_targets_filter_list -> execution_id:Types.association_execution_id -> association_id:Types.association_id -> unit -> Types.describe_association_execution_targets_request
val make_activation : ?tags:Types.tag_list -> ?created_date:Types.created_date -> ?expired:Types.boolean_ -> ?expiration_date:Types.expiration_date -> ?registrations_count:Types.registrations_count -> ?registration_limit:Types.registration_limit -> ?iam_role:Types.iam_role -> ?default_instance_name:Types.default_instance_name -> ?description:Types.activation_description -> ?activation_id:Types.activation_id -> unit -> Types.activation
val make_describe_activations_filter : ?filter_values:Types.string_list -> ?filter_key:Types.describe_activations_filter_keys -> unit -> Types.describe_activations_filter
val make_describe_activations_request : ?next_token:Types.next_token -> ?max_results:Types.max_results -> ?filters:Types.describe_activations_filter_list -> unit -> Types.describe_activations_request
val make_deregister_task_from_maintenance_window_request : window_task_id:Types.maintenance_window_task_id -> window_id:Types.maintenance_window_id -> unit -> Types.deregister_task_from_maintenance_window_request
val make_deregister_target_from_maintenance_window_request : ?safe:Types.boolean_ -> window_target_id:Types.maintenance_window_target_id -> window_id:Types.maintenance_window_id -> unit -> Types.deregister_target_from_maintenance_window_request
val make_deregister_patch_baseline_for_patch_group_request : patch_group:Types.patch_group -> baseline_id:Types.baseline_id -> unit -> Types.deregister_patch_baseline_for_patch_group_request
val make_deregister_managed_instance_request : instance_id:Types.managed_instance_id -> unit -> Types.deregister_managed_instance_request
val make_delete_resource_policy_response : unit -> unit
val make_delete_resource_policy_request : policy_hash:Types.policy_hash -> policy_id:Types.policy_id -> resource_arn:Types.resource_arn_string -> unit -> Types.delete_resource_policy_request
val make_delete_resource_data_sync_request : ?sync_type:Types.resource_data_sync_type -> sync_name:Types.resource_data_sync_name -> unit -> Types.delete_resource_data_sync_request
val make_delete_patch_baseline_request : baseline_id:Types.baseline_id -> unit -> Types.delete_patch_baseline_request
val make_delete_parameters_request : names:Types.parameter_name_list -> unit -> Types.delete_parameters_request
val make_delete_parameter_request : name:Types.ps_parameter_name -> unit -> Types.delete_parameter_request
val make_delete_ops_metadata_request : ops_metadata_arn:Types.ops_metadata_arn -> unit -> Types.delete_ops_metadata_request
val make_delete_ops_item_response : unit -> unit
val make_delete_ops_item_request : ops_item_id:Types.ops_item_id -> unit -> Types.delete_ops_item_request
val make_delete_maintenance_window_request : window_id:Types.maintenance_window_id -> unit -> Types.delete_maintenance_window_request
val make_delete_inventory_request : ?client_token:Types.uui_d -> ?dry_run:Types.dry_run -> ?schema_delete_option:Types.inventory_schema_delete_option -> type_name:Types.inventory_item_type_name -> unit -> Types.delete_inventory_request
val make_delete_document_request : ?force:Types.boolean_ -> ?version_name:Types.document_version_name -> ?document_version:Types.document_version -> name:Types.document_name -> unit -> Types.delete_document_request
val make_delete_association_request : ?association_id:Types.association_id -> ?instance_id:Types.instance_id -> ?name:Types.document_ar_n -> unit -> Types.delete_association_request
val make_delete_activation_request : activation_id:Types.activation_id -> unit -> Types.delete_activation_request
val make_create_resource_data_sync_request : ?sync_source:Types.resource_data_sync_source -> ?sync_type:Types.resource_data_sync_type -> ?s3_destination:Types.resource_data_sync_s3_destination -> sync_name:Types.resource_data_sync_name -> unit -> Types.create_resource_data_sync_request
val make_create_patch_baseline_request : ?tags:Types.tag_list -> ?client_token:Types.client_token -> ?available_security_updates_compliance_status:Types.patch_compliance_status -> ?sources:Types.patch_source_list -> ?description:Types.baseline_description -> ?rejected_patches_action:Types.patch_action -> ?rejected_patches:Types.patch_id_list -> ?approved_patches_enable_non_security:Types.boolean_ -> ?approved_patches_compliance_level:Types.patch_compliance_level -> ?approved_patches:Types.patch_id_list -> ?approval_rules:Types.patch_rule_group -> ?global_filters:Types.patch_filter_group -> ?operating_system:Types.operating_system -> name:Types.baseline_name -> unit -> Types.create_patch_baseline_request
val make_create_ops_metadata_request : ?tags:Types.tag_list -> ?metadata:Types.metadata_map -> resource_id:Types.ops_metadata_resource_id -> unit -> Types.create_ops_metadata_request
val make_create_ops_item_response : ?ops_item_arn:Types.ops_item_arn -> ?ops_item_id:Types.string_ -> unit -> Types.create_ops_item_response
val make_create_ops_item_request : ?account_id:Types.ops_item_account_id -> ?planned_end_time:Types.date_time -> ?planned_start_time:Types.date_time -> ?actual_end_time:Types.date_time -> ?actual_start_time:Types.date_time -> ?severity:Types.ops_item_severity -> ?category:Types.ops_item_category -> ?tags:Types.tag_list -> ?related_ops_items:Types.related_ops_items -> ?priority:Types.ops_item_priority -> ?notifications:Types.ops_item_notifications -> ?operational_data:Types.ops_item_operational_data -> ?ops_item_type:Types.ops_item_type -> title:Types.ops_item_title -> source:Types.ops_item_source -> description:Types.ops_item_description -> unit -> Types.create_ops_item_request
val make_create_document_request : ?tags:Types.tag_list -> ?target_type:Types.target_type -> ?document_format:Types.document_format -> ?document_type:Types.document_type -> ?version_name:Types.document_version_name -> ?display_name:Types.document_display_name -> ?attachments:Types.attachments_source_list -> ?requires:Types.document_requires_list -> name:Types.document_name -> content:Types.document_content -> unit -> Types.create_document_request
val make_create_association_request : ?alarm_configuration:Types.alarm_configuration -> ?tags:Types.tag_list -> ?target_maps:Types.target_maps -> ?duration:Types.duration -> ?schedule_offset:Types.schedule_offset -> ?target_locations:Types.target_locations -> ?calendar_names:Types.calendar_name_or_arn_list -> ?apply_only_at_cron_interval:Types.apply_only_at_cron_interval -> ?sync_compliance:Types.association_sync_compliance -> ?compliance_severity:Types.association_compliance_severity -> ?max_concurrency:Types.max_concurrency -> ?max_errors:Types.max_errors -> ?automation_target_parameter_name:Types.automation_target_parameter_name -> ?association_name:Types.association_name -> ?output_location:Types.instance_association_output_location -> ?schedule_expression:Types.schedule_expression -> ?targets:Types.targets -> ?parameters:Types.parameters -> ?instance_id:Types.instance_id -> ?document_version:Types.document_version -> name:Types.document_ar_n -> unit -> Types.create_association_request
val make_create_association_batch_request : entries:Types.create_association_batch_request_entries -> unit -> Types.create_association_batch_request
val make_create_activation_request : ?registration_metadata:Types.registration_metadata_list -> ?tags:Types.tag_list -> ?expiration_date:Types.expiration_date -> ?registration_limit:Types.registration_limit -> ?default_instance_name:Types.default_instance_name -> ?description:Types.activation_description -> iam_role:Types.iam_role -> unit -> Types.create_activation_request
val make_cancel_maintenance_window_execution_request : window_execution_id:Types.maintenance_window_execution_id -> unit -> Types.cancel_maintenance_window_execution_request
val make_cancel_command_request : ?instance_ids:Types.instance_id_list -> command_id:Types.command_id -> unit -> Types.cancel_command_request
val make_add_tags_to_resource_request : tags:Types.tag_list -> resource_id:Types.resource_id -> resource_type:Types.resource_type_for_tagging -> unit -> Types.add_tags_to_resource_request

Operations

module AddTagsToResource : sig ... end

Adds or overwrites one or more tags for the specified resource. Tags are metadata that you can assign to your automations, documents, managed nodes, maintenance windows, Parameter Store parameters, and patch baselines. Tags enable you to categorize your resources in different ways, for example, by purpose, owner, or environment. Each tag consists of a key and an optional value, both of which you define. For example, you could define a set of tags for your account's managed nodes that helps you track each node's owner and stack level. For example:

module AssociateOpsItemRelatedItem : sig ... end

Associates a related item to a Systems Manager OpsCenter OpsItem. For example, you can associate an Incident Manager incident or analysis with an OpsItem. Incident Manager and OpsCenter are tools in Amazon Web Services Systems Manager.

module CancelCommand : sig ... end

Attempts to cancel the command specified by the Command ID. There is no guarantee that the command will be terminated and the underlying process stopped.

Stops a maintenance window execution that is already in progress and cancels any tasks in the window that haven't already starting running. Tasks already in progress will continue to completion.

module CreateActivation : sig ... end

Generates an activation code and activation ID you can use to register your on-premises servers, edge devices, or virtual machine (VM) with Amazon Web Services Systems Manager. Registering these machines with Systems Manager makes it possible to manage them using Systems Manager tools. You use the activation code and ID when installing SSM Agent on machines in your hybrid environment. For more information about requirements for managing on-premises machines using Systems Manager, see Using Amazon Web Services Systems Manager in hybrid and multicloud environments in the Amazon Web Services Systems Manager User Guide.

module CreateAssociation : sig ... end

A State Manager association defines the state that you want to maintain on your managed nodes. For example, an association can specify that anti-virus software must be installed and running on your managed nodes, or that certain ports must be closed. For static targets, the association specifies a schedule for when the configuration is reapplied. For dynamic targets, such as an Amazon Web Services resource group or an Amazon Web Services autoscaling group, State Manager, a tool in Amazon Web Services Systems Manager applies the configuration when new managed nodes are added to the group. The association also specifies actions to take when applying the configuration. For example, an association for anti-virus software might run once a day. If the software isn't installed, then State Manager installs it. If the software is installed, but the service isn't running, then the association might instruct State Manager to start the service.

module CreateAssociationBatch : sig ... end

Associates the specified Amazon Web Services Systems Manager document (SSM document) with the specified managed nodes or targets.

module CreateDocument : sig ... end

Creates a Amazon Web Services Systems Manager (SSM document). An SSM document defines the actions that Systems Manager performs on your managed nodes. For more information about SSM documents, including information about supported schemas, features, and syntax, see Amazon Web Services Systems Manager Documents in the Amazon Web Services Systems Manager User Guide.

module CreateMaintenanceWindow : sig ... end

Creates a new maintenance window.

module CreateOpsItem : sig ... end

Creates a new OpsItem. You must have permission in Identity and Access Management (IAM) to create a new OpsItem. For more information, see Set up OpsCenter in the Amazon Web Services Systems Manager User Guide.

module CreateOpsMetadata : sig ... end

If you create a new application in Application Manager, Amazon Web Services Systems Manager calls this API operation to specify information about the new application, including the application type.

module CreatePatchBaseline : sig ... end

Creates a patch baseline.

module CreateResourceDataSync : sig ... end

A resource data sync helps you view data from multiple sources in a single location. Amazon Web Services Systems Manager offers two types of resource data sync: SyncToDestination and SyncFromSource.

module DeleteActivation : sig ... end

Deletes an activation. You aren't required to delete an activation. If you delete an activation, you can no longer use it to register additional managed nodes. Deleting an activation doesn't de-register managed nodes. You must manually de-register managed nodes.

module DeleteAssociation : sig ... end

Disassociates the specified Amazon Web Services Systems Manager document (SSM document) from the specified managed node. If you created the association by using the Targets parameter, then you must delete the association by using the association ID.

module DeleteDocument : sig ... end

Deletes the Amazon Web Services Systems Manager document (SSM document) and all managed node associations to the document.

module DeleteInventory : sig ... end

Delete a custom inventory type or the data associated with a custom Inventory type. Deleting a custom inventory type is also referred to as deleting a custom inventory schema.

module DeleteMaintenanceWindow : sig ... end

Deletes a maintenance window.

module DeleteOpsItem : sig ... end

Delete an OpsItem. You must have permission in Identity and Access Management (IAM) to delete an OpsItem.

module DeleteOpsMetadata : sig ... end

Delete OpsMetadata related to an application.

module DeleteParameter : sig ... end

Delete a parameter from the system. After deleting a parameter, wait for at least 30 seconds to create a parameter with the same name.

module DeleteParameters : sig ... end

Delete a list of parameters. After deleting a parameter, wait for at least 30 seconds to create a parameter with the same name.

module DeletePatchBaseline : sig ... end

Deletes a patch baseline.

module DeleteResourceDataSync : sig ... end

Deletes a resource data sync configuration. After the configuration is deleted, changes to data on managed nodes are no longer synced to or from the target. Deleting a sync configuration doesn't delete data.

module DeleteResourcePolicy : sig ... end

Deletes a Systems Manager resource policy. A resource policy helps you to define the IAM entity (for example, an Amazon Web Services account) that can manage your Systems Manager resources. The following resources support Systems Manager resource policies.

module DeregisterManagedInstance : sig ... end

Removes the server or virtual machine from the list of registered servers.

Removes a patch group from a patch baseline.

Removes a target from a maintenance window.

Removes a task from a maintenance window.

module DescribeActivations : sig ... end

Describes details about the activation, such as the date and time the activation was created, its expiration date, the Identity and Access Management (IAM) role assigned to the managed nodes in the activation, and the number of nodes registered by using this activation.

module DescribeAssociation : sig ... end

Describes the association for the specified target or managed node. If you created the association by using the Targets parameter, then you must retrieve the association by using the association ID.

Views information about a specific execution of a specific association.

module DescribeAssociationExecutions : sig ... end

Views all executions for a specific association ID.

module DescribeAutomationExecutions : sig ... end

Provides details about all active and terminated Automation executions.

Information about all active and terminated step executions in an Automation workflow.

module DescribeAvailablePatches : sig ... end

Lists all patches eligible to be included in a patch baseline.

module DescribeDocument : sig ... end

Describes the specified Amazon Web Services Systems Manager document (SSM document).

module DescribeDocumentPermission : sig ... end

Describes the permissions for a Amazon Web Services Systems Manager document (SSM document). If you created the document, you are the owner. If a document is shared, it can either be shared privately (by specifying a user's Amazon Web Services account ID) or publicly (All).

All associations for the managed nodes.

Retrieves the current effective patches (the patch and the approval state) for the specified patch baseline. Applies to patch baselines for Windows only.

The status of the associations for the managed nodes.

module DescribeInstanceInformation : sig ... end

Provides information about one or more of your managed nodes, including the operating system platform, SSM Agent version, association status, and IP address. This operation does not return information for nodes that are either Stopped or Terminated.

module DescribeInstancePatchStates : sig ... end

Retrieves the high-level patch state of one or more managed nodes.

Retrieves the high-level patch state for the managed nodes in the specified patch group.

module DescribeInstancePatches : sig ... end

Retrieves information about the patches on the specified managed node and their state relative to the patch baseline being used for the node.

module DescribeInstanceProperties : sig ... end

An API operation used by the Systems Manager console to display information about Systems Manager managed nodes.

module DescribeInventoryDeletions : sig ... end

Describes a specific delete inventory operation.

Retrieves the individual task executions (one per target) for a particular task run as part of a maintenance window execution.

For a given maintenance window execution, lists the tasks that were run.

Lists the executions of a maintenance window. This includes information about when the maintenance window was scheduled to be active, and information about tasks registered and run with the maintenance window.

Retrieves information about upcoming executions of a maintenance window.

Lists the targets registered with the maintenance window.

module DescribeMaintenanceWindowTasks : sig ... end

Lists the tasks in a maintenance window.

module DescribeMaintenanceWindows : sig ... end

Retrieves the maintenance windows in an Amazon Web Services account.

Retrieves information about the maintenance window targets or tasks that a managed node is associated with.

module DescribeOpsItems : sig ... end

Query a set of OpsItems. You must have permission in Identity and Access Management (IAM) to query a list of OpsItems. For more information, see Set up OpsCenter in the Amazon Web Services Systems Manager User Guide.

module DescribeParameters : sig ... end

Lists the parameters in your Amazon Web Services account or the parameters shared with you when you enable the Shared option.

module DescribePatchBaselines : sig ... end

Lists the patch baselines in your Amazon Web Services account.

module DescribePatchGroupState : sig ... end

Returns high-level aggregated patch compliance state information for a patch group.

module DescribePatchGroups : sig ... end

Lists all patch groups that have been registered with patch baselines.

module DescribePatchProperties : sig ... end

Lists the properties of available patches organized by product, product family, classification, severity, and other properties of available patches. You can use the reported properties in the filters you specify in requests for operations such as CreatePatchBaseline, UpdatePatchBaseline, DescribeAvailablePatches, and DescribePatchBaselines.

module DescribeSessions : sig ... end

Retrieves a list of all active sessions (both connected and disconnected) or terminated sessions from the past 30 days.

module DisassociateOpsItemRelatedItem : sig ... end

Deletes the association between an OpsItem and a related item. For example, this API operation can delete an Incident Manager incident from an OpsItem. Incident Manager is a tool in Amazon Web Services Systems Manager.

module GetAccessToken : sig ... end

Returns a credentials set to be used with just-in-time node access.

module GetAutomationExecution : sig ... end

Get detailed information about a particular Automation execution.

module GetCalendarState : sig ... end

Gets the state of a Amazon Web Services Systems Manager change calendar at the current time or a specified time. If you specify a time, GetCalendarState returns the state of the calendar at that specific time, and returns the next time that the change calendar state will transition. If you don't specify a time, GetCalendarState uses the current time. Change Calendar entries have two possible states: OPEN or CLOSED.

module GetCommandInvocation : sig ... end

Returns detailed information about command execution for an invocation or plugin. The Run Command API follows an eventual consistency model, due to the distributed nature of the system supporting the API. This means that the result of an API command you run that affects your resources might not be immediately visible to all subsequent commands you run. You should keep this in mind when you carry out an API command that immediately follows a previous API command.

module GetConnectionStatus : sig ... end

Retrieves the Session Manager connection status for a managed node to determine whether it is running and ready to receive Session Manager connections.

module GetDefaultPatchBaseline : sig ... end

Retrieves the default patch baseline. Amazon Web Services Systems Manager supports creating multiple default patch baselines. For example, you can create a default patch baseline for each operating system.

Retrieves the current snapshot for the patch baseline the managed node uses. This API is primarily used by the AWS-RunPatchBaseline Systems Manager document (SSM document).

module GetDocument : sig ... end

Gets the contents of the specified Amazon Web Services Systems Manager document (SSM document).

module GetExecutionPreview : sig ... end

Initiates the process of retrieving an existing preview that shows the effects that running a specified Automation runbook would have on the targeted resources.

module GetInventory : sig ... end

Query inventory information. This includes managed node status, such as Stopped or Terminated.

module GetInventorySchema : sig ... end

Return a list of inventory type names for the account, or return a list of attribute names for a specific Inventory item type.

module GetMaintenanceWindow : sig ... end

Retrieves a maintenance window.

module GetMaintenanceWindowExecution : sig ... end

Retrieves details about a specific a maintenance window execution.

Retrieves the details about a specific task run as part of a maintenance window execution.

Retrieves information about a specific task running on a specific target.

module GetMaintenanceWindowTask : sig ... end

Retrieves the details of a maintenance window task.

module GetOpsItem : sig ... end

Get information about an OpsItem by using the ID. You must have permission in Identity and Access Management (IAM) to view information about an OpsItem. For more information, see Set up OpsCenter in the Amazon Web Services Systems Manager User Guide.

module GetOpsMetadata : sig ... end

View operational metadata related to an application in Application Manager.

module GetOpsSummary : sig ... end

View a summary of operations metadata (OpsData) based on specified filters and aggregators. OpsData can include information about Amazon Web Services Systems Manager OpsCenter operational workitems (OpsItems) as well as information about any Amazon Web Services resource or service configured to report OpsData to Amazon Web Services Systems Manager Explorer.

module GetParameter : sig ... end

Get information about a single parameter by specifying the parameter name.

module GetParameterHistory : sig ... end

Retrieves the history of all changes to a parameter.

module GetParameters : sig ... end

Get information about one or more parameters by specifying multiple parameter names.

module GetParametersByPath : sig ... end

Retrieve information about one or more parameters under a specified level in a hierarchy.

module GetPatchBaseline : sig ... end

Retrieves information about a patch baseline.

module GetPatchBaselineForPatchGroup : sig ... end

Retrieves the patch baseline that should be used for the specified patch group.

module GetResourcePolicies : sig ... end

Returns an array of the Policy object.

module GetServiceSetting : sig ... end

ServiceSetting is an account-level setting for an Amazon Web Services service. This setting defines how a user interacts with or uses a service or a feature of a service. For example, if an Amazon Web Services service charges money to the account based on feature or service usage, then the Amazon Web Services service team might create a default setting of false. This means the user can't use this feature unless they change the setting to true and intentionally opt in for a paid feature.

module LabelParameterVersion : sig ... end

A parameter label is a user-defined alias to help you manage different versions of a parameter. When you modify a parameter, Amazon Web Services Systems Manager automatically saves a new version and increments the version number by one. A label can help you remember the purpose of a parameter when there are multiple versions.

module ListAssociationVersions : sig ... end

Retrieves all versions of an association for a specific association ID.

module ListAssociations : sig ... end

Returns all State Manager associations in the current Amazon Web Services account and Amazon Web Services Region. You can limit the results to a specific State Manager association document or managed node by specifying a filter. State Manager is a tool in Amazon Web Services Systems Manager.

module ListCommandInvocations : sig ... end

An invocation is copy of a command sent to a specific managed node. A command can apply to one or more managed nodes. A command invocation applies to one managed node. For example, if a user runs SendCommand against three managed nodes, then a command invocation is created for each requested managed node ID. ListCommandInvocations provide status about command execution.

module ListCommands : sig ... end

Lists the commands requested by users of the Amazon Web Services account.

module ListComplianceItems : sig ... end

For a specified resource ID, this API operation returns a list of compliance statuses for different resource types. Currently, you can only specify one resource ID per call. List results depend on the criteria specified in the filter.

module ListComplianceSummaries : sig ... end

Returns a summary count of compliant and non-compliant resources for a compliance type. For example, this call can return State Manager associations, patches, or custom compliance types according to the filter criteria that you specify.

module ListDocumentMetadataHistory : sig ... end

Information about approval reviews for a version of a change template in Change Manager.

module ListDocumentVersions : sig ... end

List all versions for a document.

module ListDocuments : sig ... end

Returns all Systems Manager (SSM) documents in the current Amazon Web Services account and Amazon Web Services Region. You can limit the results of this request by using a filter.

module ListInventoryEntries : sig ... end

A list of inventory items returned by the request.

module ListNodes : sig ... end

Takes in filters and returns a list of managed nodes matching the filter criteria.

module ListNodesSummary : sig ... end

Generates a summary of managed instance/node metadata based on the filters and aggregators you specify. Results are grouped by the input aggregator you specify.

module ListOpsItemEvents : sig ... end

Returns a list of all OpsItem events in the current Amazon Web Services Region and Amazon Web Services account. You can limit the results to events associated with specific OpsItems by specifying a filter.

module ListOpsItemRelatedItems : sig ... end

Lists all related-item resources associated with a Systems Manager OpsCenter OpsItem. OpsCenter is a tool in Amazon Web Services Systems Manager.

module ListOpsMetadata : sig ... end

Amazon Web Services Systems Manager calls this API operation when displaying all Application Manager OpsMetadata objects or blobs.

module ListResourceComplianceSummaries : sig ... end

Returns a resource-level summary count. The summary includes information about compliant and non-compliant statuses and detailed compliance-item severity counts, according to the filter criteria you specify.

module ListResourceDataSync : sig ... end

Lists your resource data sync configurations. Includes information about the last time a sync attempted to start, the last sync status, and the last time a sync successfully completed.

module ListTagsForResource : sig ... end

Returns a list of the tags assigned to the specified resource.

module ModifyDocumentPermission : sig ... end

Shares a Amazon Web Services Systems Manager document (SSM document)publicly or privately. If you share a document privately, you must specify the Amazon Web Services user IDs for those people who can use the document. If you share a document publicly, you must specify All as the account ID.

module PutComplianceItems : sig ... end

Registers a compliance type and other compliance details on a designated resource. This operation lets you register custom compliance details with a resource. This call overwrites existing compliance information on the resource, so you must provide a full list of compliance items each time that you send the request.

module PutInventory : sig ... end

Bulk update custom inventory items on one or more managed nodes. The request adds an inventory item, if it doesn't already exist, or updates an inventory item, if it does exist.

module PutParameter : sig ... end

Create or update a parameter in Parameter Store.

module PutResourcePolicy : sig ... end

Creates or updates a Systems Manager resource policy. A resource policy helps you to define the IAM entity (for example, an Amazon Web Services account) that can manage your Systems Manager resources. The following resources support Systems Manager resource policies.

module RegisterDefaultPatchBaseline : sig ... end

Defines the default patch baseline for the relevant operating system.

Registers a patch baseline for a patch group.

Registers a target with a maintenance window.

Adds a new task to a maintenance window.

module RemoveTagsFromResource : sig ... end

Removes tag keys from the specified resource.

module ResetServiceSetting : sig ... end

ServiceSetting is an account-level setting for an Amazon Web Services service. This setting defines how a user interacts with or uses a service or a feature of a service. For example, if an Amazon Web Services service charges money to the account based on feature or service usage, then the Amazon Web Services service team might create a default setting of "false". This means the user can't use this feature unless they change the setting to "true" and intentionally opt in for a paid feature.

module ResumeSession : sig ... end

Reconnects a session to a managed node after it has been disconnected. Connections can be resumed for disconnected sessions, but not terminated sessions.

module SendAutomationSignal : sig ... end

Sends a signal to an Automation execution to change the current behavior or status of the execution.

module SendCommand : sig ... end

Runs commands on one or more managed nodes.

module StartAccessRequest : sig ... end

Starts the workflow for just-in-time node access sessions.

module StartAssociationsOnce : sig ... end

Runs an association immediately and only one time. This operation can be helpful when troubleshooting associations.

module StartAutomationExecution : sig ... end

Initiates execution of an Automation runbook.

module StartChangeRequestExecution : sig ... end

Creates a change request for Change Manager. The Automation runbooks specified in the change request run only after all required approvals for the change request have been received.

module StartExecutionPreview : sig ... end

Initiates the process of creating a preview showing the effects that running a specified Automation runbook would have on the targeted resources.

module StartSession : sig ... end

Initiates a connection to a target (for example, a managed node) for a Session Manager session. Returns a URL and token that can be used to open a WebSocket connection for sending input and receiving outputs.

module StopAutomationExecution : sig ... end

Stop an Automation that is currently running.

module TerminateSession : sig ... end

Permanently ends a session and closes the data connection between the Session Manager client and SSM Agent on the managed node. A terminated session can't be resumed.

module UnlabelParameterVersion : sig ... end

Remove a label or labels from a parameter.

module UpdateAssociation : sig ... end

Updates an association. You can update the association name and version, the document version, schedule, parameters, and Amazon Simple Storage Service (Amazon S3) output. When you call UpdateAssociation, the system removes all optional parameters from the request and overwrites the association with null values for those parameters. This is by design. You must specify all optional parameters in the call, even if you are not changing the parameters. This includes the Name parameter. Before calling this API action, we recommend that you call the DescribeAssociation API operation and make a note of all optional parameters required for your UpdateAssociation call.

module UpdateAssociationStatus : sig ... end

Updates the status of the Amazon Web Services Systems Manager document (SSM document) associated with the specified managed node.

module UpdateDocument : sig ... end

Updates one or more values for an SSM document.

module UpdateDocumentDefaultVersion : sig ... end

Set the default version of a document.

module UpdateDocumentMetadata : sig ... end

Updates information related to approval reviews for a specific version of a change template in Change Manager.

module UpdateMaintenanceWindow : sig ... end

Updates an existing maintenance window. Only specified parameters are modified.

module UpdateMaintenanceWindowTarget : sig ... end

Modifies the target of an existing maintenance window. You can change the following:

module UpdateMaintenanceWindowTask : sig ... end

Modifies a task assigned to a maintenance window. You can't change the task type, but you can change the following values:

module UpdateManagedInstanceRole : sig ... end

Changes the Identity and Access Management (IAM) role that is assigned to the on-premises server, edge device, or virtual machines (VM). IAM roles are first assigned to these hybrid nodes during the activation process. For more information, see CreateActivation.

module UpdateOpsItem : sig ... end

Edit or change an OpsItem. You must have permission in Identity and Access Management (IAM) to update an OpsItem. For more information, see Set up OpsCenter in the Amazon Web Services Systems Manager User Guide.

module UpdateOpsMetadata : sig ... end

Amazon Web Services Systems Manager calls this API operation when you edit OpsMetadata in Application Manager.

module UpdatePatchBaseline : sig ... end

Modifies an existing patch baseline. Fields not specified in the request are left unchanged.

module UpdateResourceDataSync : sig ... end

Update a resource data sync. After you create a resource data sync for a Region, you can't change the account options for that sync. For example, if you create a sync in the us-east-2 (Ohio) Region and you choose the Include only the current account option, you can't edit that sync later and choose the Include all accounts from my Organizations configuration option. Instead, you must delete the first resource data sync, and create a new one.

module UpdateServiceSetting : sig ... end

ServiceSetting is an account-level setting for an Amazon Web Services service. This setting defines how a user interacts with or uses a service or a feature of a service. For example, if an Amazon Web Services service charges money to the account based on feature or service usage, then the Amazon Web Services service team might create a default setting of "false". This means the user can't use this feature unless they change the setting to "true" and intentionally opt in for a paid feature.

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