Module Smaws_Client_CloudFormation

CloudFormation client library built on EIO.

Types

module Types : sig ... end

Builders

val make_warnings : ?unrecognized_resource_types:Types.resource_types -> unit -> Types.warnings
val make_warning_property : ?description:Types.property_description -> ?required:Types.required_property -> ?property_path:Types.property_path -> unit -> Types.warning_property
val make_warning_detail : ?properties:Types.warning_properties -> ?type_:Types.warning_type -> unit -> Types.warning_detail
val make_template_parameter : ?description:Types.description -> ?no_echo:Types.no_echo -> ?default_value:Types.parameter_value -> ?parameter_key:Types.parameter_key -> unit -> Types.template_parameter
val make_validate_template_output : ?declared_transforms:Types.transforms_list -> ?capabilities_reason:Types.capabilities_reason -> ?capabilities:Types.capabilities -> ?description:Types.description -> ?parameters:Types.template_parameters -> unit -> Types.validate_template_output
val make_validate_template_input : ?template_ur_l:Types.template_ur_l -> ?template_body:Types.template_body -> unit -> Types.validate_template_input
val make_update_termination_protection_output : ?stack_id:Types.stack_id -> unit -> Types.update_termination_protection_output
val make_update_termination_protection_input : stack_name:Types.stack_name_or_id -> enable_termination_protection:Types.enable_termination_protection -> unit -> Types.update_termination_protection_input
val make_update_stack_set_output : ?operation_id:Types.client_request_token -> unit -> Types.update_stack_set_output
val make_parameter : ?resolved_value:Types.parameter_value -> ?use_previous_value:Types.use_previous_value -> ?parameter_value:Types.parameter_value -> ?parameter_key:Types.parameter_key -> unit -> Types.parameter
val make_tag : value:Types.tag_value -> key:Types.tag_key -> unit -> Types.tag
val make_stack_set_operation_preferences : ?concurrency_mode:Types.concurrency_mode -> ?max_concurrent_percentage:Types.max_concurrent_percentage -> ?max_concurrent_count:Types.max_concurrent_count -> ?failure_tolerance_percentage:Types.failure_tolerance_percentage -> ?failure_tolerance_count:Types.failure_tolerance_count -> ?region_order:Types.region_list -> ?region_concurrency_type:Types.region_concurrency_type -> unit -> Types.stack_set_operation_preferences
val make_deployment_targets : ?account_filter_type:Types.account_filter_type -> ?organizational_unit_ids:Types.organizational_unit_id_list -> ?accounts_url:Types.accounts_url -> ?accounts:Types.account_list -> unit -> Types.deployment_targets
val make_auto_deployment : ?depends_on:Types.stack_set_arn_list -> ?retain_stacks_on_account_removal: Types.retain_stacks_on_account_removal_nullable -> ?enabled:Types.auto_deployment_nullable -> unit -> Types.auto_deployment
val make_managed_execution : ?active:Types.managed_execution_nullable -> unit -> Types.managed_execution
val make_update_stack_set_input : ?managed_execution:Types.managed_execution -> ?call_as:Types.call_as -> ?regions:Types.region_list -> ?accounts:Types.account_list -> ?operation_id:Types.client_request_token -> ?auto_deployment:Types.auto_deployment -> ?permission_model:Types.permission_models -> ?deployment_targets:Types.deployment_targets -> ?execution_role_name:Types.execution_role_name -> ?administration_role_ar_n:Types.role_ar_n -> ?operation_preferences:Types.stack_set_operation_preferences -> ?tags:Types.tags -> ?capabilities:Types.capabilities -> ?parameters:Types.parameters -> ?use_previous_template:Types.use_previous_template -> ?template_ur_l:Types.template_ur_l -> ?template_body:Types.template_body -> ?description:Types.description -> stack_set_name:Types.stack_set_name -> unit -> Types.update_stack_set_input
val make_update_stack_output : ?operation_id:Types.operation_id -> ?stack_id:Types.stack_id -> unit -> Types.update_stack_output
val make_update_stack_instances_output : ?operation_id:Types.client_request_token -> unit -> Types.update_stack_instances_output
val make_update_stack_instances_input : ?call_as:Types.call_as -> ?operation_id:Types.client_request_token -> ?operation_preferences:Types.stack_set_operation_preferences -> ?parameter_overrides:Types.parameters -> ?deployment_targets:Types.deployment_targets -> ?accounts:Types.account_list -> regions:Types.region_list -> stack_set_name:Types.stack_set_name_or_id -> unit -> Types.update_stack_instances_input
val make_rollback_trigger : type_:Types.type_ -> arn:Types.arn -> unit -> Types.rollback_trigger
val make_rollback_configuration : ?monitoring_time_in_minutes:Types.monitoring_time_in_minutes -> ?rollback_triggers:Types.rollback_triggers -> unit -> Types.rollback_configuration
val make_deployment_config : ?disable_rollback:Types.disable_rollback -> ?mode:Types.deployment_config_mode -> unit -> Types.deployment_config
val make_update_stack_input : ?disable_validation:Types.disable_validation -> ?deployment_config:Types.deployment_config -> ?retain_except_on_create:Types.retain_except_on_create -> ?client_request_token:Types.client_request_token -> ?disable_rollback:Types.disable_rollback -> ?tags:Types.tags -> ?notification_ar_ns:Types.notification_ar_ns -> ?stack_policy_ur_l:Types.stack_policy_ur_l -> ?stack_policy_body:Types.stack_policy_body -> ?rollback_configuration:Types.rollback_configuration -> ?role_ar_n:Types.role_ar_n -> ?resource_types:Types.resource_types -> ?capabilities:Types.capabilities -> ?parameters:Types.parameters -> ?stack_policy_during_update_ur_l:Types.stack_policy_during_update_ur_l -> ?stack_policy_during_update_body:Types.stack_policy_during_update_body -> ?use_previous_template:Types.use_previous_template -> ?template_ur_l:Types.template_ur_l -> ?template_body:Types.template_body -> stack_name:Types.stack_name -> unit -> Types.update_stack_input
val make_update_generated_template_output : ?generated_template_id:Types.generated_template_id -> unit -> Types.update_generated_template_output
val make_resource_definition : ?logical_resource_id:Types.logical_resource_id -> resource_identifier:Types.resource_identifier_properties -> resource_type:Types.resource_type -> unit -> Types.resource_definition
val make_template_configuration : ?update_replace_policy:Types.generated_template_update_replace_policy -> ?deletion_policy:Types.generated_template_deletion_policy -> unit -> Types.template_configuration
val make_update_generated_template_input : ?template_configuration:Types.template_configuration -> ?refresh_all_resources:Types.refresh_all_resources -> ?remove_resources:Types.jazz_logical_resource_ids -> ?add_resources:Types.resource_definitions -> ?new_generated_template_name:Types.generated_template_name -> generated_template_name:Types.generated_template_name -> unit -> Types.update_generated_template_input
val make_type_configuration_identifier : ?type_name:Types.type_name -> ?type_:Types.third_party_type -> ?type_configuration_arn:Types.type_configuration_arn -> ?type_configuration_alias:Types.type_configuration_alias -> ?type_arn:Types.type_arn -> unit -> Types.type_configuration_identifier
val make_type_version_summary : ?public_version_number:Types.public_version_number -> ?description:Types.description -> ?time_created:Types.timestamp -> ?arn:Types.type_arn -> ?is_default_version:Types.is_default_version -> ?version_id:Types.type_version_id -> ?type_name:Types.type_name -> ?type_:Types.registry_type -> unit -> Types.type_version_summary
val make_type_summary : ?is_activated:Types.is_activated -> ?publisher_name:Types.publisher_name -> ?publisher_identity:Types.identity_provider -> ?latest_public_version:Types.public_version_number -> ?public_version_number:Types.public_version_number -> ?original_type_name:Types.type_name -> ?publisher_id:Types.publisher_id -> ?description:Types.description -> ?last_updated:Types.timestamp -> ?type_arn:Types.type_arn -> ?default_version_id:Types.type_version_id -> ?type_name:Types.type_name -> ?type_:Types.registry_type -> unit -> Types.type_summary
val make_type_filters : ?type_name_prefix:Types.type_name_prefix -> ?publisher_id:Types.publisher_id -> ?category:Types.category -> unit -> Types.type_filters
val make_type_configuration_details : ?is_default_configuration:Types.is_default_configuration -> ?type_name:Types.type_name -> ?type_arn:Types.type_arn -> ?last_updated:Types.timestamp -> ?configuration:Types.type_configuration -> ?alias:Types.type_configuration_alias -> ?arn:Types.type_configuration_arn -> unit -> Types.type_configuration_details
val make_test_type_output : ?type_version_arn:Types.type_arn -> unit -> Types.test_type_output
val make_test_type_input : ?log_delivery_bucket:Types.s3_bucket -> ?version_id:Types.type_version_id -> ?type_name:Types.type_name -> ?type_:Types.third_party_type -> ?arn:Types.type_arn -> unit -> Types.test_type_input
val make_template_summary_config : ?treat_unrecognized_resource_types_as_warnings: Types.treat_unrecognized_resource_types_as_warnings -> unit -> Types.template_summary_config
val make_template_summary : ?number_of_resources:Types.number_of_resources -> ?last_updated_time:Types.last_updated_time -> ?creation_time:Types.creation_time -> ?status_reason:Types.template_status_reason -> ?status:Types.generated_template_status -> ?generated_template_name:Types.generated_template_name -> ?generated_template_id:Types.generated_template_id -> unit -> Types.template_summary
val make_template_progress : ?resources_pending:Types.resources_pending -> ?resources_processing:Types.resources_processing -> ?resources_failed:Types.resources_failed -> ?resources_succeeded:Types.resources_succeeded -> unit -> Types.template_progress
val make_stop_stack_set_operation_output : unit -> unit
val make_stop_stack_set_operation_input : ?call_as:Types.call_as -> operation_id:Types.client_request_token -> stack_set_name:Types.stack_set_name -> unit -> Types.stop_stack_set_operation_input
val make_start_resource_scan_output : ?resource_scan_id:Types.resource_scan_id -> unit -> Types.start_resource_scan_output
val make_scan_filter : ?types:Types.resource_type_filters -> unit -> Types.scan_filter
val make_start_resource_scan_input : ?scan_filters:Types.scan_filters -> ?client_request_token:Types.client_request_token -> unit -> Types.start_resource_scan_input
val make_output : ?export_name:Types.export_name -> ?description:Types.description -> ?output_value:Types.output_value -> ?output_key:Types.output_key -> unit -> Types.output
val make_stack_drift_information : ?last_check_timestamp:Types.timestamp -> stack_drift_status:Types.stack_drift_status -> unit -> Types.stack_drift_information
val make_operation_entry : ?operation_id:Types.operation_id -> ?operation_type:Types.operation_type -> unit -> Types.operation_entry
val make_stack : ?last_operations:Types.last_operations -> ?detailed_status:Types.detailed_status -> ?deletion_mode:Types.deletion_mode -> ?retain_except_on_create:Types.retain_except_on_create -> ?drift_information:Types.stack_drift_information -> ?root_id:Types.stack_id -> ?parent_id:Types.stack_id -> ?enable_termination_protection:Types.enable_termination_protection -> ?tags:Types.tags -> ?role_ar_n:Types.role_ar_n -> ?outputs:Types.outputs -> ?capabilities:Types.capabilities -> ?timeout_in_minutes:Types.timeout_minutes -> ?notification_ar_ns:Types.notification_ar_ns -> ?deployment_config:Types.deployment_config -> ?disable_rollback:Types.disable_rollback -> ?stack_status_reason:Types.stack_status_reason -> ?rollback_configuration:Types.rollback_configuration -> ?last_updated_time:Types.last_updated_time -> ?deletion_time:Types.deletion_time -> ?parameters:Types.parameters -> ?description:Types.description -> ?change_set_id:Types.change_set_id -> ?stack_id:Types.stack_id -> stack_status:Types.stack_status -> creation_time:Types.creation_time -> stack_name:Types.stack_name -> unit -> Types.stack
val make_stack_drift_information_summary : ?last_check_timestamp:Types.timestamp -> stack_drift_status:Types.stack_drift_status -> unit -> Types.stack_drift_information_summary
val make_stack_summary : ?last_operations:Types.last_operations -> ?drift_information:Types.stack_drift_information_summary -> ?root_id:Types.stack_id -> ?parent_id:Types.stack_id -> ?stack_status_reason:Types.stack_status_reason -> ?deletion_time:Types.deletion_time -> ?last_updated_time:Types.last_updated_time -> ?template_description:Types.template_description -> ?stack_id:Types.stack_id -> stack_status:Types.stack_status -> creation_time:Types.creation_time -> stack_name:Types.stack_name -> unit -> Types.stack_summary
val make_stack_set_summary : ?managed_execution:Types.managed_execution -> ?last_drift_check_timestamp:Types.timestamp -> ?drift_status:Types.stack_drift_status -> ?permission_model:Types.permission_models -> ?auto_deployment:Types.auto_deployment -> ?status:Types.stack_set_status -> ?description:Types.description -> ?stack_set_id:Types.stack_set_id -> ?stack_set_name:Types.stack_set_name -> unit -> Types.stack_set_summary
val make_stack_set_operation_status_details : ?failed_stack_instances_count:Types.failed_stack_instances_count -> unit -> Types.stack_set_operation_status_details
val make_stack_set_operation_summary : ?operation_preferences:Types.stack_set_operation_preferences -> ?status_details:Types.stack_set_operation_status_details -> ?status_reason:Types.stack_set_operation_status_reason -> ?end_timestamp:Types.timestamp -> ?creation_timestamp:Types.timestamp -> ?status:Types.stack_set_operation_status -> ?action:Types.stack_set_operation_action -> ?operation_id:Types.client_request_token -> unit -> Types.stack_set_operation_summary
val make_stack_set_operation_result_summary : ?organizational_unit_id:Types.organizational_unit_id -> ?account_gate_result:Types.account_gate_result -> ?status_reason:Types.reason -> ?status:Types.stack_set_operation_result_status -> ?region:Types.region -> ?account:Types.account -> unit -> Types.stack_set_operation_result_summary
val make_stack_set_drift_detection_details : ?failed_stack_instances_count:Types.failed_stack_instances_count -> ?in_progress_stack_instances_count:Types.in_progress_stack_instances_count -> ?in_sync_stack_instances_count:Types.in_sync_stack_instances_count -> ?drifted_stack_instances_count:Types.drifted_stack_instances_count -> ?total_stack_instances_count:Types.total_stack_instances_count -> ?last_drift_check_timestamp:Types.timestamp -> ?drift_detection_status:Types.stack_set_drift_detection_status -> ?drift_status:Types.stack_set_drift_status -> unit -> Types.stack_set_drift_detection_details
val make_stack_set_operation : ?status_details:Types.stack_set_operation_status_details -> ?status_reason:Types.stack_set_operation_status_reason -> ?stack_set_drift_detection_details:Types.stack_set_drift_detection_details -> ?deployment_targets:Types.deployment_targets -> ?end_timestamp:Types.timestamp -> ?creation_timestamp:Types.timestamp -> ?execution_role_name:Types.execution_role_name -> ?administration_role_ar_n:Types.role_ar_n -> ?retain_stacks:Types.retain_stacks_nullable -> ?operation_preferences:Types.stack_set_operation_preferences -> ?status:Types.stack_set_operation_status -> ?action:Types.stack_set_operation_action -> ?stack_set_id:Types.stack_set_id -> ?operation_id:Types.client_request_token -> unit -> Types.stack_set_operation
val make_stack_set_auto_deployment_target_summary : ?regions:Types.region_list -> ?organizational_unit_id:Types.organizational_unit_id -> unit -> Types.stack_set_auto_deployment_target_summary
val make_stack_set : ?regions:Types.region_list -> ?managed_execution:Types.managed_execution -> ?organizational_unit_ids:Types.organizational_unit_id_list -> ?permission_model:Types.permission_models -> ?auto_deployment:Types.auto_deployment -> ?stack_set_drift_detection_details:Types.stack_set_drift_detection_details -> ?execution_role_name:Types.execution_role_name -> ?administration_role_ar_n:Types.role_ar_n -> ?stack_set_ar_n:Types.stack_set_ar_n -> ?tags:Types.tags -> ?capabilities:Types.capabilities -> ?parameters:Types.parameters -> ?template_body:Types.template_body -> ?status:Types.stack_set_status -> ?description:Types.description -> ?stack_set_id:Types.stack_set_id -> ?stack_set_name:Types.stack_set_name -> unit -> Types.stack_set
val make_stack_resource_drift_information : ?last_check_timestamp:Types.timestamp -> stack_resource_drift_status:Types.stack_resource_drift_status -> unit -> Types.stack_resource_drift_information
val make_module_info : ?logical_id_hierarchy:Types.logical_id_hierarchy -> ?type_hierarchy:Types.type_hierarchy -> unit -> Types.module_info
val make_stack_resource : ?module_info:Types.module_info -> ?drift_information:Types.stack_resource_drift_information -> ?description:Types.description -> ?resource_status_reason:Types.resource_status_reason -> ?physical_resource_id:Types.physical_resource_id -> ?stack_id:Types.stack_id -> ?stack_name:Types.stack_name -> resource_status:Types.resource_status -> timestamp:Types.timestamp -> resource_type:Types.resource_type -> logical_resource_id:Types.logical_resource_id -> unit -> Types.stack_resource
val make_stack_resource_drift_information_summary : ?last_check_timestamp:Types.timestamp -> stack_resource_drift_status:Types.stack_resource_drift_status -> unit -> Types.stack_resource_drift_information_summary
val make_stack_resource_summary : ?module_info:Types.module_info -> ?drift_information:Types.stack_resource_drift_information_summary -> ?resource_status_reason:Types.resource_status_reason -> ?physical_resource_id:Types.physical_resource_id -> resource_status:Types.resource_status -> last_updated_timestamp:Types.timestamp -> resource_type:Types.resource_type -> logical_resource_id:Types.logical_resource_id -> unit -> Types.stack_resource_summary
val make_physical_resource_id_context_key_value_pair : value:Types.value -> key:Types.key -> unit -> Types.physical_resource_id_context_key_value_pair
val make_property_difference : difference_type:Types.difference_type -> actual_value:Types.property_value -> expected_value:Types.property_value -> property_path:Types.property_path -> unit -> Types.property_difference
val make_stack_resource_drift : ?drift_status_reason:Types.stack_resource_drift_status_reason -> ?module_info:Types.module_info -> ?property_differences:Types.property_differences -> ?actual_properties:Types.properties -> ?expected_properties:Types.properties -> ?physical_resource_id_context:Types.physical_resource_id_context -> ?physical_resource_id:Types.physical_resource_id -> timestamp:Types.timestamp -> stack_resource_drift_status:Types.stack_resource_drift_status -> resource_type:Types.resource_type -> logical_resource_id:Types.logical_resource_id -> stack_id:Types.stack_id -> unit -> Types.stack_resource_drift
val make_stack_resource_detail : ?module_info:Types.module_info -> ?drift_information:Types.stack_resource_drift_information -> ?metadata:Types.metadata -> ?description:Types.description -> ?resource_status_reason:Types.resource_status_reason -> ?physical_resource_id:Types.physical_resource_id -> ?stack_id:Types.stack_id -> ?stack_name:Types.stack_name -> resource_status:Types.resource_status -> last_updated_timestamp:Types.timestamp -> resource_type:Types.resource_type -> logical_resource_id:Types.logical_resource_id -> unit -> Types.stack_resource_detail
val make_stack_refactor_summary : ?status_reason:Types.stack_refactor_status_reason -> ?status:Types.stack_refactor_status -> ?execution_status_reason:Types.execution_status_reason -> ?execution_status:Types.stack_refactor_execution_status -> ?description:Types.description -> ?stack_refactor_id:Types.stack_refactor_id -> unit -> Types.stack_refactor_summary
val make_resource_location : logical_resource_id:Types.logical_resource_id -> stack_name:Types.stack_name -> unit -> Types.resource_location
val make_resource_mapping : destination:Types.resource_location -> source:Types.resource_location -> unit -> Types.resource_mapping
val make_stack_refactor_action : ?resource_mapping:Types.resource_mapping -> ?untag_resources:Types.stack_refactor_untag_resources -> ?tag_resources:Types.stack_refactor_tag_resources -> ?detection_reason:Types.detection_reason -> ?detection:Types.stack_refactor_detection -> ?description:Types.description -> ?resource_identifier:Types.stack_refactor_resource_identifier -> ?physical_resource_id:Types.physical_resource_id -> ?entity:Types.stack_refactor_action_entity -> ?action:Types.stack_refactor_action_type -> unit -> Types.stack_refactor_action
val make_stack_instance_comprehensive_status : ?detailed_status:Types.stack_instance_detailed_status -> unit -> Types.stack_instance_comprehensive_status
val make_stack_instance_summary : ?last_operation_id:Types.client_request_token -> ?last_drift_check_timestamp:Types.timestamp -> ?drift_status:Types.stack_drift_status -> ?organizational_unit_id:Types.organizational_unit_id -> ?stack_instance_status:Types.stack_instance_comprehensive_status -> ?status_reason:Types.reason -> ?status:Types.stack_instance_status -> ?stack_id:Types.stack_id -> ?account:Types.account -> ?region:Types.region -> ?stack_set_id:Types.stack_set_id -> unit -> Types.stack_instance_summary
val make_stack_instance_resource_drifts_summary : ?property_differences:Types.property_differences -> ?physical_resource_id_context:Types.physical_resource_id_context -> ?physical_resource_id:Types.physical_resource_id -> timestamp:Types.timestamp -> stack_resource_drift_status:Types.stack_resource_drift_status -> resource_type:Types.resource_type -> logical_resource_id:Types.logical_resource_id -> stack_id:Types.stack_id -> unit -> Types.stack_instance_resource_drifts_summary
val make_stack_instance_filter : ?values:Types.stack_instance_filter_values -> ?name:Types.stack_instance_filter_name -> unit -> Types.stack_instance_filter
val make_stack_instance : ?last_operation_id:Types.client_request_token -> ?last_drift_check_timestamp:Types.timestamp -> ?drift_status:Types.stack_drift_status -> ?organizational_unit_id:Types.organizational_unit_id -> ?status_reason:Types.reason -> ?stack_instance_status:Types.stack_instance_comprehensive_status -> ?status:Types.stack_instance_status -> ?parameter_overrides:Types.parameters -> ?stack_id:Types.stack_id -> ?account:Types.account -> ?region:Types.region -> ?stack_set_id:Types.stack_set_id -> unit -> Types.stack_instance
val make_stack_event : ?detailed_status:Types.detailed_status -> ?hook_failure_mode:Types.hook_failure_mode -> ?hook_invocation_id:Types.hook_invocation_id -> ?hook_invocation_point:Types.hook_invocation_point -> ?hook_status_reason:Types.hook_status_reason -> ?hook_status:Types.hook_status -> ?hook_type:Types.hook_type -> ?client_request_token:Types.client_request_token -> ?resource_properties:Types.resource_properties -> ?resource_status_reason:Types.resource_status_reason -> ?resource_status:Types.resource_status -> ?resource_type:Types.resource_type -> ?physical_resource_id:Types.physical_resource_id -> ?logical_resource_id:Types.logical_resource_id -> ?operation_id:Types.operation_id -> timestamp:Types.timestamp -> stack_name:Types.stack_name -> event_id:Types.event_id -> stack_id:Types.stack_id -> unit -> Types.stack_event
val make_stack_definition : ?template_ur_l:Types.template_ur_l -> ?template_body:Types.template_body -> ?stack_name:Types.stack_name -> unit -> Types.stack_definition
val make_signal_resource_input : status:Types.resource_signal_status -> unique_id:Types.resource_signal_unique_id -> logical_resource_id:Types.logical_resource_id -> stack_name:Types.stack_name_or_id -> unit -> Types.signal_resource_input
val make_set_type_default_version_output : unit -> unit
val make_set_type_default_version_input : ?version_id:Types.type_version_id -> ?type_name:Types.type_name -> ?type_:Types.registry_type -> ?arn:Types.private_type_arn -> unit -> Types.set_type_default_version_input
val make_set_type_configuration_output : ?configuration_arn:Types.type_configuration_arn -> unit -> Types.set_type_configuration_output
val make_set_type_configuration_input : ?type_:Types.third_party_type -> ?type_name:Types.type_name -> ?configuration_alias:Types.type_configuration_alias -> ?type_arn:Types.type_arn -> configuration:Types.type_configuration -> unit -> Types.set_type_configuration_input
val make_set_stack_policy_input : ?stack_policy_ur_l:Types.stack_policy_ur_l -> ?stack_policy_body:Types.stack_policy_body -> stack_name:Types.stack_name -> unit -> Types.set_stack_policy_input
val make_scanned_resource : ?managed_by_stack:Types.managed_by_stack -> ?resource_identifier:Types.jazz_resource_identifier_properties -> ?resource_type:Types.resource_type -> unit -> Types.scanned_resource
val make_scanned_resource_identifier : resource_identifier:Types.jazz_resource_identifier_properties -> resource_type:Types.resource_type -> unit -> Types.scanned_resource_identifier
val make_rollback_stack_output : ?operation_id:Types.operation_id -> ?stack_id:Types.stack_id -> unit -> Types.rollback_stack_output
val make_rollback_stack_input : ?deployment_config:Types.deployment_config -> ?retain_except_on_create:Types.retain_except_on_create -> ?client_request_token:Types.client_request_token -> ?role_ar_n:Types.role_ar_n -> stack_name:Types.stack_name_or_id -> unit -> Types.rollback_stack_input
val make_resource_to_import : resource_identifier:Types.resource_identifier_properties -> logical_resource_id:Types.logical_resource_id -> resource_type:Types.resource_type -> unit -> Types.resource_to_import
val make_live_resource_drift : ?drift_detection_timestamp:Types.timestamp -> ?actual_value:Types.resource_drift_actual_value -> ?previous_value:Types.resource_drift_previous_value -> unit -> Types.live_resource_drift
val make_resource_target_definition : ?attribute_change_type:Types.attribute_change_type -> ?drift:Types.live_resource_drift -> ?after_value_from:Types.after_value_from -> ?before_value_from:Types.before_value_from -> ?after_value:Types.after_value -> ?before_value:Types.before_value -> ?path:Types.resource_property_path -> ?requires_recreation:Types.requires_recreation -> ?name:Types.property_name -> ?attribute:Types.resource_attribute -> unit -> Types.resource_target_definition
val make_resource_scan_summary : ?scan_type:Types.scan_type -> ?percentage_completed:Types.percentage_completed -> ?end_time:Types.timestamp -> ?start_time:Types.timestamp -> ?status_reason:Types.resource_scan_status_reason -> ?status:Types.resource_scan_status -> ?resource_scan_id:Types.resource_scan_id -> unit -> Types.resource_scan_summary
val make_resource_identifier_summary : ?resource_identifiers:Types.resource_identifiers -> ?logical_resource_ids:Types.logical_resource_ids -> ?resource_type:Types.resource_type -> unit -> Types.resource_identifier_summary
val make_resource_drift_ignored_attribute : ?reason:Types.drift_ignored_reason -> ?path:Types.resource_property_path -> unit -> Types.resource_drift_ignored_attribute
val make_resource_detail : ?warnings:Types.warning_details -> ?resource_status_reason:Types.resource_status_reason -> ?resource_status:Types.generated_template_resource_status -> ?resource_identifier:Types.resource_identifier_properties -> ?logical_resource_id:Types.logical_resource_id -> ?resource_type:Types.resource_type -> unit -> Types.resource_detail
val make_resource_change_detail : ?causing_entity:Types.causing_entity -> ?change_source:Types.change_source -> ?evaluation:Types.evaluation_type -> ?target:Types.resource_target_definition -> unit -> Types.resource_change_detail
val make_resource_change : ?previous_deployment_context:Types.previous_deployment_context -> ?after_context:Types.after_context -> ?before_context:Types.before_context -> ?module_info:Types.module_info -> ?change_set_id:Types.change_set_id -> ?details:Types.resource_change_details -> ?resource_drift_ignored_attributes:Types.resource_drift_ignored_attributes -> ?resource_drift_status:Types.stack_resource_drift_status -> ?scope:Types.scope -> ?replacement:Types.replacement -> ?resource_type:Types.resource_type -> ?physical_resource_id:Types.physical_resource_id -> ?logical_resource_id:Types.logical_resource_id -> ?action:Types.change_action -> ?policy_action:Types.policy_action -> unit -> Types.resource_change
val make_required_activated_type : ?supported_major_versions:Types.supported_major_versions -> ?publisher_id:Types.publisher_id -> ?original_type_name:Types.type_name -> ?type_name_alias:Types.type_name -> unit -> Types.required_activated_type
val make_register_type_output : ?registration_token:Types.registration_token -> unit -> Types.register_type_output
val make_logging_config : log_group_name:Types.log_group_name -> log_role_arn:Types.role_ar_n2 -> unit -> Types.logging_config
val make_register_type_input : ?client_request_token:Types.request_token -> ?execution_role_arn:Types.role_ar_n2 -> ?logging_config:Types.logging_config -> ?type_:Types.registry_type -> schema_handler_package:Types.s3_url -> type_name:Types.type_name -> unit -> Types.register_type_input
val make_register_publisher_output : ?publisher_id:Types.publisher_id -> unit -> Types.register_publisher_output
val make_register_publisher_input : ?connection_arn:Types.connection_arn -> ?accept_terms_and_conditions:Types.accept_terms_and_conditions -> unit -> Types.register_publisher_input
val make_record_handler_progress_output : unit -> unit
val make_record_handler_progress_input : ?client_request_token:Types.client_request_token -> ?resource_model:Types.resource_model -> ?error_code:Types.handler_error_code -> ?status_message:Types.status_message -> ?current_operation_status:Types.operation_status -> operation_status:Types.operation_status -> bearer_token:Types.client_token -> unit -> Types.record_handler_progress_input
val make_publish_type_output : ?public_type_arn:Types.type_arn -> unit -> Types.publish_type_output
val make_publish_type_input : ?public_version_number:Types.public_version_number -> ?type_name:Types.type_name -> ?arn:Types.private_type_arn -> ?type_:Types.third_party_type -> unit -> Types.publish_type_input
val make_parameter_constraints : ?allowed_values:Types.allowed_values -> unit -> Types.parameter_constraints
val make_parameter_declaration : ?parameter_constraints:Types.parameter_constraints -> ?description:Types.description -> ?no_echo:Types.no_echo -> ?parameter_type:Types.parameter_type -> ?default_value:Types.parameter_value -> ?parameter_key:Types.parameter_key -> unit -> Types.parameter_declaration
val make_operation_event : ?validation_path:Types.validation_path -> ?validation_status_reason:Types.validation_status_reason -> ?validation_status:Types.validation_status -> ?validation_name:Types.validation_name -> ?validation_failure_mode:Types.hook_failure_mode -> ?detailed_status:Types.detailed_status -> ?hook_failure_mode:Types.hook_failure_mode -> ?hook_invocation_point:Types.hook_invocation_point -> ?hook_status_reason:Types.hook_status_reason -> ?hook_status:Types.hook_status -> ?hook_type:Types.hook_type -> ?client_request_token:Types.client_request_token -> ?resource_properties:Types.resource_properties -> ?resource_status_reason:Types.resource_status_reason -> ?resource_status:Types.resource_status -> ?end_time:Types.timestamp -> ?start_time:Types.timestamp -> ?timestamp:Types.timestamp -> ?resource_type:Types.resource_type -> ?physical_resource_id:Types.physical_resource_id -> ?logical_resource_id:Types.logical_resource_id -> ?event_type:Types.event_type -> ?operation_status:Types.beacon_stack_operation_status -> ?operation_type:Types.operation_type -> ?operation_id:Types.operation_id -> ?stack_id:Types.stack_id -> ?event_id:Types.event_id -> unit -> Types.operation_event
val make_list_types_output : ?next_token:Types.next_token -> ?type_summaries:Types.type_summaries -> unit -> Types.list_types_output
val make_list_types_input : ?next_token:Types.next_token -> ?max_results:Types.max_results -> ?filters:Types.type_filters -> ?type_:Types.registry_type -> ?deprecated_status:Types.deprecated_status -> ?provisioning_type:Types.provisioning_type -> ?visibility:Types.visibility -> unit -> Types.list_types_input
val make_list_type_versions_output : ?next_token:Types.next_token -> ?type_version_summaries:Types.type_version_summaries -> unit -> Types.list_type_versions_output
val make_list_type_versions_input : ?publisher_id:Types.publisher_id -> ?deprecated_status:Types.deprecated_status -> ?next_token:Types.next_token -> ?max_results:Types.max_results -> ?arn:Types.type_arn -> ?type_name:Types.type_name -> ?type_:Types.registry_type -> unit -> Types.list_type_versions_input
val make_list_type_registrations_output : ?next_token:Types.next_token -> ?registration_token_list:Types.registration_token_list -> unit -> Types.list_type_registrations_output
val make_list_type_registrations_input : ?next_token:Types.next_token -> ?max_results:Types.max_results -> ?registration_status_filter:Types.registration_status -> ?type_arn:Types.type_arn -> ?type_name:Types.type_name -> ?type_:Types.registry_type -> unit -> Types.list_type_registrations_input
val make_list_stacks_output : ?next_token:Types.next_token -> ?stack_summaries:Types.stack_summaries -> unit -> Types.list_stacks_output
val make_list_stacks_input : ?stack_status_filter:Types.stack_status_filter -> ?next_token:Types.next_token -> unit -> Types.list_stacks_input
val make_list_stack_sets_output : ?next_token:Types.next_token -> ?summaries:Types.stack_set_summaries -> unit -> Types.list_stack_sets_output
val make_list_stack_sets_input : ?call_as:Types.call_as -> ?status:Types.stack_set_status -> ?max_results:Types.max_results -> ?next_token:Types.next_token -> unit -> Types.list_stack_sets_input
val make_list_stack_set_operations_output : ?next_token:Types.next_token -> ?summaries:Types.stack_set_operation_summaries -> unit -> Types.list_stack_set_operations_output
val make_list_stack_set_operations_input : ?call_as:Types.call_as -> ?max_results:Types.max_results -> ?next_token:Types.next_token -> stack_set_name:Types.stack_set_name -> unit -> Types.list_stack_set_operations_input
val make_list_stack_set_operation_results_output : ?next_token:Types.next_token -> ?summaries:Types.stack_set_operation_result_summaries -> unit -> Types.list_stack_set_operation_results_output
val make_list_stack_set_operation_results_input : ?filters:Types.operation_result_filters -> ?call_as:Types.call_as -> ?max_results:Types.max_results -> ?next_token:Types.next_token -> operation_id:Types.client_request_token -> stack_set_name:Types.stack_set_name -> unit -> Types.list_stack_set_operation_results_input
val make_list_stack_set_auto_deployment_targets_output : ?next_token:Types.next_token -> ?summaries:Types.stack_set_auto_deployment_target_summaries -> unit -> Types.list_stack_set_auto_deployment_targets_output
val make_list_stack_set_auto_deployment_targets_input : ?call_as:Types.call_as -> ?max_results:Types.max_results -> ?next_token:Types.next_token -> stack_set_name:Types.stack_set_name_or_id -> unit -> Types.list_stack_set_auto_deployment_targets_input
val make_list_stack_resources_output : ?next_token:Types.next_token -> ?stack_resource_summaries:Types.stack_resource_summaries -> unit -> Types.list_stack_resources_output
val make_list_stack_resources_input : ?next_token:Types.next_token -> stack_name:Types.stack_name -> unit -> Types.list_stack_resources_input
val make_list_stack_refactors_output : ?next_token:Types.next_token -> stack_refactor_summaries:Types.stack_refactor_summaries -> unit -> Types.list_stack_refactors_output
val make_list_stack_refactors_input : ?max_results:Types.max_results -> ?next_token:Types.next_token -> ?execution_status_filter:Types.stack_refactor_execution_status_filter -> unit -> Types.list_stack_refactors_input
val make_list_stack_refactor_actions_output : ?next_token:Types.next_token -> stack_refactor_actions:Types.stack_refactor_actions -> unit -> Types.list_stack_refactor_actions_output
val make_list_stack_refactor_actions_input : ?max_results:Types.max_results -> ?next_token:Types.next_token -> stack_refactor_id:Types.stack_refactor_id -> unit -> Types.list_stack_refactor_actions_input
val make_list_stack_instances_output : ?next_token:Types.next_token -> ?summaries:Types.stack_instance_summaries -> unit -> Types.list_stack_instances_output
val make_list_stack_instances_input : ?call_as:Types.call_as -> ?stack_instance_region:Types.region -> ?stack_instance_account:Types.account -> ?filters:Types.stack_instance_filters -> ?max_results:Types.max_results -> ?next_token:Types.next_token -> stack_set_name:Types.stack_set_name -> unit -> Types.list_stack_instances_input
val make_list_stack_instance_resource_drifts_output : ?next_token:Types.next_token -> ?summaries:Types.stack_instance_resource_drifts_summaries -> unit -> Types.list_stack_instance_resource_drifts_output
val make_list_stack_instance_resource_drifts_input : ?call_as:Types.call_as -> ?stack_instance_resource_drift_statuses: Types.stack_resource_drift_status_filters -> ?max_results:Types.max_results -> ?next_token:Types.next_token -> operation_id:Types.client_request_token -> stack_instance_region:Types.region -> stack_instance_account:Types.account -> stack_set_name:Types.stack_set_name_or_id -> unit -> Types.list_stack_instance_resource_drifts_input
val make_list_resource_scans_output : ?next_token:Types.next_token -> ?resource_scan_summaries:Types.resource_scan_summaries -> unit -> Types.list_resource_scans_output
val make_list_resource_scans_input : ?scan_type_filter:Types.scan_type -> ?max_results:Types.resource_scanner_max_results -> ?next_token:Types.next_token -> unit -> Types.list_resource_scans_input
val make_list_resource_scan_resources_output : ?next_token:Types.next_token -> ?resources:Types.scanned_resources -> unit -> Types.list_resource_scan_resources_output
val make_list_resource_scan_resources_input : ?max_results:Types.resource_scanner_max_results -> ?next_token:Types.next_token -> ?tag_value:Types.tag_value -> ?tag_key:Types.tag_key -> ?resource_type_prefix:Types.resource_type_prefix -> ?resource_identifier:Types.resource_identifier -> resource_scan_id:Types.resource_scan_id -> unit -> Types.list_resource_scan_resources_input
val make_list_imports_output : ?next_token:Types.next_token -> ?imports:Types.imports -> unit -> Types.list_imports_output
val make_list_imports_input : ?next_token:Types.next_token -> export_name:Types.export_name -> unit -> Types.list_imports_input
val make_hook_result_summary : ?hook_execution_target:Types.hook_result_id -> ?type_arn:Types.hook_type_arn -> ?target_id:Types.hook_result_id -> ?target_type:Types.list_hook_results_target_type -> ?invoked_at:Types.timestamp -> ?hook_status_reason:Types.hook_status_reason -> ?status:Types.hook_status -> ?type_configuration_version_id:Types.hook_type_configuration_version_id -> ?type_version_id:Types.hook_type_version_id -> ?type_name:Types.hook_type_name -> ?failure_mode:Types.hook_failure_mode -> ?invocation_point:Types.hook_invocation_point -> ?hook_result_id:Types.hook_invocation_id -> unit -> Types.hook_result_summary
val make_list_hook_results_output : ?next_token:Types.next_token -> ?hook_results:Types.hook_result_summaries -> ?target_id:Types.hook_result_id -> ?target_type:Types.list_hook_results_target_type -> unit -> Types.list_hook_results_output
val make_list_hook_results_input : ?next_token:Types.next_token -> ?status:Types.hook_status -> ?type_arn:Types.hook_type_arn -> ?target_id:Types.hook_result_id -> ?target_type:Types.list_hook_results_target_type -> unit -> Types.list_hook_results_input
val make_list_generated_templates_output : ?next_token:Types.next_token -> ?summaries:Types.template_summaries -> unit -> Types.list_generated_templates_output
val make_list_generated_templates_input : ?max_results:Types.max_results -> ?next_token:Types.next_token -> unit -> Types.list_generated_templates_input
val make_export_ : ?value:Types.export_value -> ?name:Types.export_name -> ?exporting_stack_id:Types.stack_id -> unit -> Types.export_
val make_list_exports_output : ?next_token:Types.next_token -> ?exports:Types.exports -> unit -> Types.list_exports_output
val make_list_exports_input : ?next_token:Types.next_token -> unit -> Types.list_exports_input
val make_change_set_summary : ?import_existing_resources:Types.import_existing_resources -> ?root_change_set_id:Types.change_set_id -> ?parent_change_set_id:Types.change_set_id -> ?include_nested_stacks:Types.include_nested_stacks -> ?description:Types.description -> ?creation_time:Types.creation_time -> ?status_reason:Types.change_set_status_reason -> ?status:Types.change_set_status -> ?execution_status:Types.execution_status -> ?change_set_name:Types.change_set_name -> ?change_set_id:Types.change_set_id -> ?stack_name:Types.stack_name -> ?stack_id:Types.stack_id -> unit -> Types.change_set_summary
val make_list_change_sets_output : ?next_token:Types.next_token -> ?summaries:Types.change_set_summaries -> unit -> Types.list_change_sets_output
val make_list_change_sets_input : ?next_token:Types.next_token -> stack_name:Types.stack_name_or_id -> unit -> Types.list_change_sets_input
val make_import_stacks_to_stack_set_output : ?operation_id:Types.client_request_token -> unit -> Types.import_stacks_to_stack_set_output
val make_import_stacks_to_stack_set_input : ?call_as:Types.call_as -> ?operation_id:Types.client_request_token -> ?operation_preferences:Types.stack_set_operation_preferences -> ?organizational_unit_ids:Types.organizational_unit_id_list -> ?stack_ids_url:Types.stack_ids_url -> ?stack_ids:Types.stack_id_list -> stack_set_name:Types.stack_set_name_or_id -> unit -> Types.import_stacks_to_stack_set_input
val make_hook_target : action:Types.hook_target_action -> target_id:Types.hook_target_id -> target_type_name:Types.hook_target_type_name -> target_type:Types.hook_target_type -> unit -> Types.hook_target
val make_get_template_summary_output : ?warnings:Types.warnings -> ?resource_identifier_summaries:Types.resource_identifier_summaries -> ?declared_transforms:Types.transforms_list -> ?metadata:Types.metadata -> ?version:Types.version -> ?resource_types:Types.resource_types -> ?capabilities_reason:Types.capabilities_reason -> ?capabilities:Types.capabilities -> ?description:Types.description -> ?parameters:Types.parameter_declarations -> unit -> Types.get_template_summary_output
val make_get_template_summary_input : ?template_summary_config:Types.template_summary_config -> ?call_as:Types.call_as -> ?stack_set_name:Types.stack_set_name_or_id -> ?stack_name:Types.stack_name_or_id -> ?template_ur_l:Types.template_ur_l -> ?template_body:Types.template_body -> unit -> Types.get_template_summary_input
val make_get_template_output : ?stages_available:Types.stage_list -> ?template_body:Types.template_body -> unit -> Types.get_template_output
val make_get_template_input : ?template_stage:Types.template_stage -> ?change_set_name:Types.change_set_name_or_id -> ?stack_name:Types.stack_name -> unit -> Types.get_template_input
val make_get_stack_policy_output : ?stack_policy_body:Types.stack_policy_body -> unit -> Types.get_stack_policy_output
val make_get_stack_policy_input : stack_name:Types.stack_name -> unit -> Types.get_stack_policy_input
val make_annotation : ?severity_level:Types.annotation_severity_level -> ?remediation_link:Types.annotation_remediation_link -> ?remediation_message:Types.remediation_message_remediation_message -> ?status_message:Types.remediation_message_status_message -> ?status:Types.annotation_status -> ?annotation_name:Types.annotation_name -> unit -> Types.annotation
val make_get_hook_result_output : ?annotations:Types.annotation_list -> ?target:Types.hook_target -> ?invoked_at:Types.timestamp -> ?hook_status_reason:Types.hook_status_reason -> ?status:Types.hook_status -> ?type_arn:Types.hook_type_arn -> ?type_configuration_version_id:Types.hook_type_configuration_version_id -> ?type_version_id:Types.hook_type_version_id -> ?original_type_name:Types.hook_type_name -> ?type_name:Types.hook_type_name -> ?failure_mode:Types.hook_failure_mode -> ?invocation_point:Types.hook_invocation_point -> ?hook_result_id:Types.hook_invocation_id -> unit -> Types.get_hook_result_output
val make_get_hook_result_input : ?hook_result_id:Types.hook_invocation_id -> unit -> Types.get_hook_result_input
val make_get_generated_template_output : ?template_body:Types.template_body -> ?status:Types.generated_template_status -> unit -> Types.get_generated_template_output
val make_get_generated_template_input : ?format:Types.template_format -> generated_template_name:Types.generated_template_name -> unit -> Types.get_generated_template_input
val make_execute_stack_refactor_input : stack_refactor_id:Types.stack_refactor_id -> unit -> Types.execute_stack_refactor_input
val make_execute_change_set_output : unit -> unit
val make_execute_change_set_input : ?retain_except_on_create:Types.retain_except_on_create -> ?disable_rollback:Types.disable_rollback -> ?client_request_token:Types.client_request_token -> ?stack_name:Types.stack_name_or_id -> change_set_name:Types.change_set_name_or_id -> unit -> Types.execute_change_set_input
val make_event_filter : ?failed_events:Types.failed_events_filter -> unit -> Types.event_filter
val make_estimate_template_cost_output : ?url:Types.url -> unit -> Types.estimate_template_cost_output
val make_estimate_template_cost_input : ?parameters:Types.parameters -> ?template_ur_l:Types.template_ur_l -> ?template_body:Types.template_body -> unit -> Types.estimate_template_cost_input
val make_detect_stack_set_drift_output : ?operation_id:Types.client_request_token -> unit -> Types.detect_stack_set_drift_output
val make_detect_stack_set_drift_input : ?call_as:Types.call_as -> ?operation_id:Types.client_request_token -> ?operation_preferences:Types.stack_set_operation_preferences -> stack_set_name:Types.stack_set_name_or_id -> unit -> Types.detect_stack_set_drift_input
val make_detect_stack_resource_drift_output : stack_resource_drift:Types.stack_resource_drift -> unit -> Types.detect_stack_resource_drift_output
val make_detect_stack_resource_drift_input : logical_resource_id:Types.logical_resource_id -> stack_name:Types.stack_name_or_id -> unit -> Types.detect_stack_resource_drift_input
val make_detect_stack_drift_output : stack_drift_detection_id:Types.stack_drift_detection_id -> unit -> Types.detect_stack_drift_output
val make_detect_stack_drift_input : ?logical_resource_ids:Types.logical_resource_ids -> stack_name:Types.stack_name_or_id -> unit -> Types.detect_stack_drift_input
val make_describe_type_registration_output : ?type_version_arn:Types.type_arn -> ?type_arn:Types.type_arn -> ?description:Types.description -> ?progress_status:Types.registration_status -> unit -> Types.describe_type_registration_output
val make_describe_type_registration_input : registration_token:Types.registration_token -> unit -> Types.describe_type_registration_input
val make_describe_type_output : ?auto_update:Types.auto_update -> ?is_activated:Types.is_activated -> ?latest_public_version:Types.public_version_number -> ?public_version_number:Types.public_version_number -> ?original_type_arn:Types.type_arn -> ?original_type_name:Types.type_name -> ?publisher_id:Types.publisher_id -> ?configuration_schema:Types.configuration_schema -> ?time_created:Types.timestamp -> ?last_updated:Types.timestamp -> ?documentation_url:Types.optional_secure_url -> ?source_url:Types.optional_secure_url -> ?visibility:Types.visibility -> ?execution_role_arn:Types.role_ar_n2 -> ?required_activated_types:Types.required_activated_types -> ?logging_config:Types.logging_config -> ?deprecated_status:Types.deprecated_status -> ?provisioning_type:Types.provisioning_type -> ?schema:Types.type_schema -> ?description:Types.description -> ?type_tests_status_description:Types.type_tests_status_description -> ?type_tests_status:Types.type_tests_status -> ?is_default_version:Types.is_default_version -> ?default_version_id:Types.type_version_id -> ?type_name:Types.type_name -> ?type_:Types.registry_type -> ?arn:Types.type_arn -> unit -> Types.describe_type_output
val make_describe_type_input : ?public_version_number:Types.public_version_number -> ?publisher_id:Types.publisher_id -> ?version_id:Types.type_version_id -> ?arn:Types.type_arn -> ?type_name:Types.type_name -> ?type_:Types.registry_type -> unit -> Types.describe_type_input
val make_describe_stacks_output : ?next_token:Types.next_token -> ?stacks:Types.stacks -> unit -> Types.describe_stacks_output
val make_describe_stacks_input : ?next_token:Types.next_token -> ?stack_name:Types.stack_name -> unit -> Types.describe_stacks_input
val make_describe_stack_set_output : ?stack_set:Types.stack_set -> unit -> Types.describe_stack_set_output
val make_describe_stack_set_operation_output : ?stack_set_operation:Types.stack_set_operation -> unit -> Types.describe_stack_set_operation_output
val make_describe_stack_set_operation_input : ?call_as:Types.call_as -> operation_id:Types.client_request_token -> stack_set_name:Types.stack_set_name -> unit -> Types.describe_stack_set_operation_input
val make_describe_stack_set_input : ?call_as:Types.call_as -> stack_set_name:Types.stack_set_name -> unit -> Types.describe_stack_set_input
val make_describe_stack_resources_output : ?stack_resources:Types.stack_resources -> unit -> Types.describe_stack_resources_output
val make_describe_stack_resources_input : ?physical_resource_id:Types.physical_resource_id -> ?logical_resource_id:Types.logical_resource_id -> ?stack_name:Types.stack_name -> unit -> Types.describe_stack_resources_input
val make_describe_stack_resource_output : ?stack_resource_detail:Types.stack_resource_detail -> unit -> Types.describe_stack_resource_output
val make_describe_stack_resource_input : logical_resource_id:Types.logical_resource_id -> stack_name:Types.stack_name -> unit -> Types.describe_stack_resource_input
val make_describe_stack_resource_drifts_output : ?next_token:Types.next_token -> stack_resource_drifts:Types.stack_resource_drifts -> unit -> Types.describe_stack_resource_drifts_output
val make_describe_stack_resource_drifts_input : ?max_results:Types.boxed_max_results -> ?next_token:Types.next_token -> ?stack_resource_drift_status_filters: Types.stack_resource_drift_status_filters -> stack_name:Types.stack_name_or_id -> unit -> Types.describe_stack_resource_drifts_input
val make_describe_stack_refactor_output : ?status_reason:Types.stack_refactor_status_reason -> ?status:Types.stack_refactor_status -> ?execution_status_reason:Types.execution_status_reason -> ?execution_status:Types.stack_refactor_execution_status -> ?stack_ids:Types.stack_ids -> ?stack_refactor_id:Types.stack_refactor_id -> ?description:Types.description -> unit -> Types.describe_stack_refactor_output
val make_describe_stack_refactor_input : stack_refactor_id:Types.stack_refactor_id -> unit -> Types.describe_stack_refactor_input
val make_describe_stack_instance_output : ?stack_instance:Types.stack_instance -> unit -> Types.describe_stack_instance_output
val make_describe_stack_instance_input : ?call_as:Types.call_as -> stack_instance_region:Types.region -> stack_instance_account:Types.account -> stack_set_name:Types.stack_set_name -> unit -> Types.describe_stack_instance_input
val make_describe_stack_events_output : ?next_token:Types.next_token -> ?stack_events:Types.stack_events -> unit -> Types.describe_stack_events_output
val make_describe_stack_events_input : ?next_token:Types.next_token -> stack_name:Types.stack_name -> unit -> Types.describe_stack_events_input
val make_describe_stack_drift_detection_status_output : ?drifted_stack_resource_count:Types.boxed_integer -> ?detection_status_reason:Types.stack_drift_detection_status_reason -> ?stack_drift_status:Types.stack_drift_status -> timestamp:Types.timestamp -> detection_status:Types.stack_drift_detection_status -> stack_drift_detection_id:Types.stack_drift_detection_id -> stack_id:Types.stack_id -> unit -> Types.describe_stack_drift_detection_status_output
val make_describe_stack_drift_detection_status_input : stack_drift_detection_id:Types.stack_drift_detection_id -> unit -> Types.describe_stack_drift_detection_status_input
val make_describe_resource_scan_output : ?scan_filters:Types.scan_filters -> ?resources_read:Types.resources_read -> ?resources_scanned:Types.resources_scanned -> ?resource_types:Types.resource_types -> ?percentage_completed:Types.percentage_completed -> ?end_time:Types.timestamp -> ?start_time:Types.timestamp -> ?status_reason:Types.resource_scan_status_reason -> ?status:Types.resource_scan_status -> ?resource_scan_id:Types.resource_scan_id -> unit -> Types.describe_resource_scan_output
val make_describe_resource_scan_input : resource_scan_id:Types.resource_scan_id -> unit -> Types.describe_resource_scan_input
val make_describe_publisher_output : ?publisher_profile:Types.publisher_profile -> ?identity_provider:Types.identity_provider -> ?publisher_status:Types.publisher_status -> ?publisher_id:Types.publisher_id -> unit -> Types.describe_publisher_output
val make_describe_publisher_input : ?publisher_id:Types.publisher_id -> unit -> Types.describe_publisher_input
val make_describe_organizations_access_output : ?status:Types.organization_status -> unit -> Types.describe_organizations_access_output
val make_describe_organizations_access_input : ?call_as:Types.call_as -> unit -> Types.describe_organizations_access_input
val make_describe_generated_template_output : ?total_warnings:Types.total_warnings -> ?template_configuration:Types.template_configuration -> ?stack_id:Types.stack_id -> ?progress:Types.template_progress -> ?last_updated_time:Types.last_updated_time -> ?creation_time:Types.creation_time -> ?status_reason:Types.template_status_reason -> ?status:Types.generated_template_status -> ?resources:Types.resource_details -> ?generated_template_name:Types.generated_template_name -> ?generated_template_id:Types.generated_template_id -> unit -> Types.describe_generated_template_output
val make_describe_generated_template_input : generated_template_name:Types.generated_template_name -> unit -> Types.describe_generated_template_input
val make_describe_events_output : ?next_token:Types.next_token -> ?operation_events:Types.operation_events -> unit -> Types.describe_events_output
val make_describe_events_input : ?next_token:Types.next_token -> ?filters:Types.event_filter -> ?operation_id:Types.operation_id -> ?change_set_name:Types.change_set_name_or_id -> ?stack_name:Types.stack_name_or_id -> unit -> Types.describe_events_input
val make_change : ?resource_change:Types.resource_change -> ?hook_invocation_count:Types.hook_invocation_count -> ?type_:Types.change_type -> unit -> Types.change
val make_describe_change_set_output : ?deployment_config:Types.deployment_config -> ?deployment_mode:Types.deployment_mode -> ?import_existing_resources:Types.import_existing_resources -> ?on_stack_failure:Types.on_stack_failure -> ?root_change_set_id:Types.change_set_id -> ?parent_change_set_id:Types.change_set_id -> ?include_nested_stacks:Types.include_nested_stacks -> ?next_token:Types.next_token -> ?changes:Types.changes -> ?tags:Types.tags -> ?capabilities:Types.capabilities -> ?rollback_configuration:Types.rollback_configuration -> ?notification_ar_ns:Types.notification_ar_ns -> ?stack_drift_status:Types.stack_drift_status -> ?status_reason:Types.change_set_status_reason -> ?status:Types.change_set_status -> ?execution_status:Types.execution_status -> ?creation_time:Types.creation_time -> ?parameters:Types.parameters -> ?description:Types.description -> ?stack_name:Types.stack_name -> ?stack_id:Types.stack_id -> ?change_set_id:Types.change_set_id -> ?change_set_name:Types.change_set_name -> unit -> Types.describe_change_set_output
val make_describe_change_set_input : ?include_property_values:Types.include_property_values -> ?next_token:Types.next_token -> ?stack_name:Types.stack_name_or_id -> change_set_name:Types.change_set_name_or_id -> unit -> Types.describe_change_set_input
val make_change_set_hook_resource_target_details : ?resource_action:Types.change_action -> ?resource_type:Types.hook_target_type_name -> ?logical_resource_id:Types.logical_resource_id -> unit -> Types.change_set_hook_resource_target_details
val make_change_set_hook_target_details : ?resource_target_details:Types.change_set_hook_resource_target_details -> ?target_type:Types.hook_target_type -> unit -> Types.change_set_hook_target_details
val make_change_set_hook : ?target_details:Types.change_set_hook_target_details -> ?type_configuration_version_id:Types.hook_type_configuration_version_id -> ?type_version_id:Types.hook_type_version_id -> ?type_name:Types.hook_type_name -> ?failure_mode:Types.hook_failure_mode -> ?invocation_point:Types.hook_invocation_point -> unit -> Types.change_set_hook
val make_describe_change_set_hooks_output : ?stack_name:Types.stack_name -> ?stack_id:Types.stack_id -> ?next_token:Types.next_token -> ?status:Types.change_set_hooks_status -> ?hooks:Types.change_set_hooks -> ?change_set_name:Types.change_set_name -> ?change_set_id:Types.change_set_id -> unit -> Types.describe_change_set_hooks_output
val make_describe_change_set_hooks_input : ?logical_resource_id:Types.logical_resource_id -> ?next_token:Types.next_token -> ?stack_name:Types.stack_name_or_id -> change_set_name:Types.change_set_name_or_id -> unit -> Types.describe_change_set_hooks_input
val make_account_limit : ?value:Types.limit_value -> ?name:Types.limit_name -> unit -> Types.account_limit
val make_describe_account_limits_output : ?next_token:Types.next_token -> ?account_limits:Types.account_limit_list -> unit -> Types.describe_account_limits_output
val make_describe_account_limits_input : ?next_token:Types.next_token -> unit -> Types.describe_account_limits_input
val make_deregister_type_output : unit -> unit
val make_deregister_type_input : ?version_id:Types.type_version_id -> ?type_name:Types.type_name -> ?type_:Types.registry_type -> ?arn:Types.private_type_arn -> unit -> Types.deregister_type_input
val make_delete_stack_set_output : unit -> unit
val make_delete_stack_set_input : ?call_as:Types.call_as -> stack_set_name:Types.stack_set_name -> unit -> Types.delete_stack_set_input
val make_delete_stack_instances_output : ?operation_id:Types.client_request_token -> unit -> Types.delete_stack_instances_output
val make_delete_stack_instances_input : ?call_as:Types.call_as -> ?operation_id:Types.client_request_token -> ?operation_preferences:Types.stack_set_operation_preferences -> ?deployment_targets:Types.deployment_targets -> ?accounts:Types.account_list -> retain_stacks:Types.retain_stacks -> regions:Types.region_list -> stack_set_name:Types.stack_set_name -> unit -> Types.delete_stack_instances_input
val make_delete_stack_input : ?deployment_config:Types.deployment_config -> ?deletion_mode:Types.deletion_mode -> ?client_request_token:Types.client_request_token -> ?role_ar_n:Types.role_ar_n -> ?retain_resources:Types.retain_resources -> stack_name:Types.stack_name -> unit -> Types.delete_stack_input
val make_delete_generated_template_input : generated_template_name:Types.generated_template_name -> unit -> Types.delete_generated_template_input
val make_delete_change_set_output : unit -> unit
val make_delete_change_set_input : ?stack_name:Types.stack_name_or_id -> change_set_name:Types.change_set_name_or_id -> unit -> Types.delete_change_set_input
val make_deactivate_type_output : unit -> unit
val make_deactivate_type_input : ?arn:Types.private_type_arn -> ?type_:Types.third_party_type -> ?type_name:Types.type_name -> unit -> Types.deactivate_type_input
val make_deactivate_organizations_access_output : unit -> unit
val make_deactivate_organizations_access_input : unit -> unit
val make_create_stack_set_output : ?stack_set_id:Types.stack_set_id -> unit -> Types.create_stack_set_output
val make_create_stack_set_input : ?managed_execution:Types.managed_execution -> ?client_request_token:Types.client_request_token -> ?call_as:Types.call_as -> ?auto_deployment:Types.auto_deployment -> ?permission_model:Types.permission_models -> ?execution_role_name:Types.execution_role_name -> ?administration_role_ar_n:Types.role_ar_n -> ?tags:Types.tags -> ?capabilities:Types.capabilities -> ?parameters:Types.parameters -> ?stack_id:Types.stack_id -> ?template_ur_l:Types.template_ur_l -> ?template_body:Types.template_body -> ?description:Types.description -> stack_set_name:Types.stack_set_name -> unit -> Types.create_stack_set_input
val make_create_stack_refactor_output : stack_refactor_id:Types.stack_refactor_id -> unit -> Types.create_stack_refactor_output
val make_create_stack_refactor_input : ?resource_mappings:Types.resource_mappings -> ?enable_stack_creation:Types.enable_stack_creation -> ?description:Types.description -> stack_definitions:Types.stack_definitions -> unit -> Types.create_stack_refactor_input
val make_create_stack_output : ?operation_id:Types.operation_id -> ?stack_id:Types.stack_id -> unit -> Types.create_stack_output
val make_create_stack_instances_output : ?operation_id:Types.client_request_token -> unit -> Types.create_stack_instances_output
val make_create_stack_instances_input : ?call_as:Types.call_as -> ?operation_id:Types.client_request_token -> ?operation_preferences:Types.stack_set_operation_preferences -> ?parameter_overrides:Types.parameters -> ?deployment_targets:Types.deployment_targets -> ?accounts:Types.account_list -> regions:Types.region_list -> stack_set_name:Types.stack_set_name -> unit -> Types.create_stack_instances_input
val make_create_stack_input : ?disable_validation:Types.disable_validation -> ?deployment_config:Types.deployment_config -> ?retain_except_on_create:Types.retain_except_on_create -> ?enable_termination_protection:Types.enable_termination_protection -> ?client_request_token:Types.client_request_token -> ?tags:Types.tags -> ?stack_policy_ur_l:Types.stack_policy_ur_l -> ?stack_policy_body:Types.stack_policy_body -> ?on_failure:Types.on_failure -> ?role_ar_n:Types.role_ar_n -> ?resource_types:Types.resource_types -> ?capabilities:Types.capabilities -> ?notification_ar_ns:Types.notification_ar_ns -> ?timeout_in_minutes:Types.timeout_minutes -> ?rollback_configuration:Types.rollback_configuration -> ?disable_rollback:Types.disable_rollback -> ?parameters:Types.parameters -> ?template_ur_l:Types.template_ur_l -> ?template_body:Types.template_body -> stack_name:Types.stack_name -> unit -> Types.create_stack_input
val make_create_generated_template_output : ?generated_template_id:Types.generated_template_id -> unit -> Types.create_generated_template_output
val make_create_generated_template_input : ?template_configuration:Types.template_configuration -> ?stack_name:Types.stack_name -> ?resources:Types.resource_definitions -> generated_template_name:Types.generated_template_name -> unit -> Types.create_generated_template_input
val make_create_change_set_output : ?stack_id:Types.stack_id -> ?id:Types.change_set_id -> unit -> Types.create_change_set_output
val make_create_change_set_input : ?disable_validation:Types.disable_validation -> ?deployment_config:Types.deployment_config -> ?deployment_mode:Types.deployment_mode -> ?import_existing_resources:Types.import_existing_resources -> ?on_stack_failure:Types.on_stack_failure -> ?include_nested_stacks:Types.include_nested_stacks -> ?resources_to_import:Types.resources_to_import -> ?change_set_type:Types.change_set_type -> ?description:Types.description -> ?client_token:Types.client_token -> ?tags:Types.tags -> ?notification_ar_ns:Types.notification_ar_ns -> ?rollback_configuration:Types.rollback_configuration -> ?role_ar_n:Types.role_ar_n -> ?resource_types:Types.resource_types -> ?capabilities:Types.capabilities -> ?parameters:Types.parameters -> ?use_previous_template:Types.use_previous_template -> ?template_ur_l:Types.template_ur_l -> ?template_body:Types.template_body -> change_set_name:Types.change_set_name -> stack_name:Types.stack_name_or_id -> unit -> Types.create_change_set_input
val make_continue_update_rollback_output : unit -> unit
val make_continue_update_rollback_input : ?client_request_token:Types.client_request_token -> ?resources_to_skip:Types.resources_to_skip -> ?role_ar_n:Types.role_ar_n -> stack_name:Types.stack_name_or_id -> unit -> Types.continue_update_rollback_input
val make_cancel_update_stack_input : ?client_request_token:Types.client_request_token -> stack_name:Types.stack_name -> unit -> Types.cancel_update_stack_input
val make_batch_describe_type_configurations_error : ?type_configuration_identifier:Types.type_configuration_identifier -> ?error_message:Types.error_message -> ?error_code:Types.error_code -> unit -> Types.batch_describe_type_configurations_error
val make_batch_describe_type_configurations_output : ?type_configurations:Types.type_configuration_details_list -> ?unprocessed_type_configurations:Types.unprocessed_type_configurations -> ?errors:Types.batch_describe_type_configurations_errors -> unit -> Types.batch_describe_type_configurations_output
val make_batch_describe_type_configurations_input : type_configuration_identifiers:Types.type_configuration_identifiers -> unit -> Types.batch_describe_type_configurations_input
val make_activate_type_output : ?arn:Types.private_type_arn -> unit -> Types.activate_type_output
val make_activate_type_input : ?major_version:Types.major_version -> ?version_bump:Types.version_bump -> ?execution_role_arn:Types.role_ar_n2 -> ?logging_config:Types.logging_config -> ?auto_update:Types.auto_update -> ?type_name_alias:Types.type_name -> ?type_name:Types.type_name -> ?publisher_id:Types.publisher_id -> ?public_type_arn:Types.third_party_type_arn -> ?type_:Types.third_party_type -> unit -> Types.activate_type_input
val make_activate_organizations_access_output : unit -> unit
val make_activate_organizations_access_input : unit -> unit

Operations

module ActivateOrganizationsAccess : sig ... end

Activate trusted access with Organizations. With trusted access between StackSets and Organizations activated, the management account has permissions to create and manage StackSets for your organization.

module ActivateType : sig ... end

Activates a public third-party extension, such as a resource or module, to make it available for use in stack templates in your current account and Region. It can also create CloudFormation Hooks, which allow you to evaluate resource configurations before CloudFormation provisions them. Hooks integrate with both CloudFormation and Cloud Control API operations.

module BatchDescribeTypeConfigurations : sig ... end

Returns configuration data for the specified CloudFormation extensions, from the CloudFormation registry in your current account and Region.

module CancelUpdateStack : sig ... end

Cancels an update on the specified stack. If the call completes successfully, the stack rolls back the update and reverts to the previous stack configuration.

module ContinueUpdateRollback : sig ... end

Continues rolling back a stack from UPDATE_ROLLBACK_FAILED to UPDATE_ROLLBACK_COMPLETE state. Depending on the cause of the failure, you can manually fix the error and continue the rollback. By continuing the rollback, you can return your stack to a working state (the UPDATE_ROLLBACK_COMPLETE state) and then try to update the stack again.

module CreateChangeSet : sig ... end

Creates a list of changes that will be applied to a stack so that you can review the changes before executing them. You can create a change set for a stack that doesn't exist or an existing stack. If you create a change set for a stack that doesn't exist, the change set shows all of the resources that CloudFormation will create. If you create a change set for an existing stack, CloudFormation compares the stack's information with the information that you submit in the change set and lists the differences. Use change sets to understand which resources CloudFormation will create or change, and how it will change resources in an existing stack, before you create or update a stack.

module CreateGeneratedTemplate : sig ... end

Creates a template from existing resources that are not already managed with CloudFormation. You can check the status of the template generation using the DescribeGeneratedTemplate API action.

module CreateStack : sig ... end

Creates a stack as specified in the template. After the call completes successfully, the stack creation starts. You can check the status of the stack through the DescribeStacks operation.

module CreateStackInstances : sig ... end

Creates stack instances for the specified accounts, within the specified Amazon Web Services Regions. A stack instance refers to a stack in a specific account and Region. You must specify at least one value for either Accounts or DeploymentTargets, and you must specify at least one value for Regions.

module CreateStackRefactor : sig ... end

Creates a refactor across multiple stacks, with the list of stacks and resources that are affected.

module CreateStackSet : sig ... end

Creates a StackSet.

module DeactivateOrganizationsAccess : sig ... end

Deactivates trusted access with Organizations. If trusted access is deactivated, the management account does not have permissions to create and manage service-managed StackSets for your organization.

module DeactivateType : sig ... end

Deactivates a public third-party extension, such as a resource or module, or a CloudFormation Hook when you no longer use it.

module DeleteChangeSet : sig ... end

Deletes the specified change set. Deleting change sets ensures that no one executes the wrong change set.

module DeleteGeneratedTemplate : sig ... end

Deleted a generated template.

module DeleteStack : sig ... end

Deletes a specified stack. Once the call completes successfully, stack deletion starts. Deleted stacks don't show up in the DescribeStacks operation if the deletion has been completed successfully.

module DeleteStackInstances : sig ... end

Deletes stack instances for the specified accounts, in the specified Amazon Web Services Regions.

module DeleteStackSet : sig ... end

Deletes a StackSet. Before you can delete a StackSet, all its member stack instances must be deleted. For more information about how to complete this, see DeleteStackInstances.

module DeregisterType : sig ... end

Marks an extension or extension version as DEPRECATED in the CloudFormation registry, removing it from active use. Deprecated extensions or extension versions cannot be used in CloudFormation operations.

module DescribeAccountLimits : sig ... end

Retrieves your account's CloudFormation limits, such as the maximum number of stacks that you can create in your account. For more information about account limits, see Understand CloudFormation quotas in the CloudFormation User Guide.

module DescribeChangeSet : sig ... end

Returns the inputs for the change set and a list of changes that CloudFormation will make if you execute the change set. For more information, see Update CloudFormation stacks using change sets in the CloudFormation User Guide.

module DescribeChangeSetHooks : sig ... end

Returns Hook-related information for the change set and a list of changes that CloudFormation makes when you run the change set.

module DescribeEvents : sig ... end

Returns CloudFormation events based on flexible query criteria. Groups events by operation ID, enabling you to focus on individual stack operations during deployment.

module DescribeGeneratedTemplate : sig ... end

Describes a generated template. The output includes details about the progress of the creation of a generated template started by a CreateGeneratedTemplate API action or the update of a generated template started with an UpdateGeneratedTemplate API action.

module DescribeOrganizationsAccess : sig ... end

Retrieves information about the account's OrganizationAccess status. This API can be called either by the management account or the delegated administrator by using the CallAs parameter. This API can also be called without the CallAs parameter by the management account.

module DescribePublisher : sig ... end

Returns information about a CloudFormation extension publisher.

module DescribeResourceScan : sig ... end

Describes details of a resource scan.

Returns information about a stack drift detection operation. A stack drift detection operation detects whether a stack's actual configuration differs, or has drifted, from its expected configuration, as defined in the stack template and any values specified as template parameters. A stack is considered to have drifted if one or more of its resources have drifted. For more information about stack and resource drift, see Detect unmanaged configuration changes to stacks and resources with drift detection.

module DescribeStackEvents : sig ... end

Returns all stack related events for a specified stack in reverse chronological order. For more information about a stack's event history, see Understand CloudFormation stack creation events in the CloudFormation User Guide.

module DescribeStackInstance : sig ... end

Returns the stack instance that's associated with the specified StackSet, Amazon Web Services account, and Amazon Web Services Region.

module DescribeStackRefactor : sig ... end

Describes the stack refactor status.

module DescribeStackResource : sig ... end

Returns a description of the specified resource in the specified stack.

module DescribeStackResourceDrifts : sig ... end

Returns drift information for the resources that have been checked for drift in the specified stack. This includes actual and expected configuration values for resources where CloudFormation detects configuration drift.

module DescribeStackResources : sig ... end

Returns Amazon Web Services resource descriptions for running and deleted stacks. If StackName is specified, all the associated resources that are part of the stack are returned. If PhysicalResourceId is specified, the associated resources of the stack that the resource belongs to are returned.

module DescribeStackSet : sig ... end

Returns the description of the specified StackSet.

module DescribeStackSetOperation : sig ... end

Returns the description of the specified StackSet operation.

module DescribeStacks : sig ... end

Returns the description for the specified stack; if no stack name was specified, then it returns the description for all the stacks created. For more information about a stack's event history, see Understand CloudFormation stack creation events in the CloudFormation User Guide.

module DescribeType : sig ... end

Returns detailed information about an extension from the CloudFormation registry in your current account and Region.

module DescribeTypeRegistration : sig ... end

Returns information about an extension's registration, including its current status and type and version identifiers.

module DetectStackDrift : sig ... end

Detects whether a stack's actual configuration differs, or has drifted, from its expected configuration, as defined in the stack template and any values specified as template parameters. For each resource in the stack that supports drift detection, CloudFormation compares the actual configuration of the resource with its expected template configuration. Only resource properties explicitly defined in the stack template are checked for drift. A stack is considered to have drifted if one or more of its resources differ from their expected template configurations. For more information, see Detect unmanaged configuration changes to stacks and resources with drift detection.

module DetectStackResourceDrift : sig ... end

Returns information about whether a resource's actual configuration differs, or has drifted, from its expected configuration, as defined in the stack template and any values specified as template parameters. This information includes actual and expected property values for resources in which CloudFormation detects drift. Only resource properties explicitly defined in the stack template are checked for drift. For more information about stack and resource drift, see Detect unmanaged configuration changes to stacks and resources with drift detection.

module DetectStackSetDrift : sig ... end

Detect drift on a StackSet. When CloudFormation performs drift detection on a StackSet, it performs drift detection on the stack associated with each stack instance in the StackSet. For more information, see Performing drift detection on CloudFormation StackSets.

module EstimateTemplateCost : sig ... end

Returns the estimated monthly cost of a template. The return value is an Amazon Web Services Simple Monthly Calculator URL with a query string that describes the resources required to run the template.

module ExecuteChangeSet : sig ... end

Updates a stack using the input information that was provided when the specified change set was created. After the call successfully completes, CloudFormation starts updating the stack. Use the DescribeStacks action to view the status of the update.

module ExecuteStackRefactor : sig ... end

Executes the stack refactor operation.

module GetGeneratedTemplate : sig ... end

Retrieves a generated template. If the template is in an InProgress or Pending status then the template returned will be the template when the template was last in a Complete status. If the template has not yet been in a Complete status then an empty template will be returned.

module GetHookResult : sig ... end

Retrieves detailed information and remediation guidance for a Hook invocation result.

module GetStackPolicy : sig ... end

Returns the stack policy for a specified stack. If a stack doesn't have a policy, a null value is returned.

module GetTemplate : sig ... end

Returns the template body for a specified stack. You can get the template for running or deleted stacks.

module GetTemplateSummary : sig ... end

Returns information about a new or existing template. The GetTemplateSummary action is useful for viewing parameter information, such as default parameter values and parameter types, before you create or update a stack or StackSet.

module ImportStacksToStackSet : sig ... end

Import existing stacks into a new StackSets. Use the stack import operation to import up to 10 stacks into a new StackSet in the same account as the source stack or in a different administrator account and Region, by specifying the stack ID of the stack you intend to import.

module ListChangeSets : sig ... end

Returns the ID and status of each active change set for a stack. For example, CloudFormation lists change sets that are in the CREATE_IN_PROGRESS or CREATE_PENDING state.

module ListExports : sig ... end

Lists all exported output values in the account and Region in which you call this action. Use this action to see the exported output values that you can import into other stacks. To import values, use the Fn::ImportValue function.

module ListGeneratedTemplates : sig ... end

Lists your generated templates in this Region.

module ListHookResults : sig ... end

Returns summaries of invoked Hooks. For more information, see View invocation summaries for CloudFormation Hooks in the CloudFormation Hooks User Guide.

module ListImports : sig ... end

Lists all stacks that are importing an exported output value. To modify or remove an exported output value, first use this action to see which stacks are using it. To see the exported output values in your account, see ListExports.

Lists the related resources for a list of resources from a resource scan. The response indicates whether each returned resource is already managed by CloudFormation.

module ListResourceScanResources : sig ... end

Lists the resources from a resource scan. The results can be filtered by resource identifier, resource type prefix, tag key, and tag value. Only resources that match all specified filters are returned. The response indicates whether each returned resource is already managed by CloudFormation.

module ListResourceScans : sig ... end

List the resource scans from newest to oldest. By default it will return up to 10 resource scans.

module ListStackInstanceResourceDrifts : sig ... end

Returns drift information for resources in a stack instance.

module ListStackInstances : sig ... end

Returns summary information about stack instances that are associated with the specified StackSet. You can filter for stack instances that are associated with a specific Amazon Web Services account name or Region, or that have a specific status.

module ListStackRefactorActions : sig ... end

Lists the stack refactor actions that will be taken after calling the ExecuteStackRefactor action.

module ListStackRefactors : sig ... end

Lists all account stack refactor operations and their statuses.

module ListStackResources : sig ... end

Returns descriptions of all resources of the specified stack.

Returns summary information about deployment targets for a StackSet.

module ListStackSetOperationResults : sig ... end

Returns summary information about the results of a StackSet operation.

module ListStackSetOperations : sig ... end

Returns summary information about operations performed on a StackSet.

module ListStackSets : sig ... end

Returns summary information about StackSets that are associated with the user.

module ListStacks : sig ... end

Returns the summary information for stacks whose status matches the specified StackStatusFilter. Summary information for stacks that have been deleted is kept for 90 days after the stack is deleted. If no StackStatusFilter is specified, summary information for all stacks is returned (including existing stacks and stacks that have been deleted).

module ListTypeRegistrations : sig ... end

Returns a list of registration tokens for the specified extension(s).

module ListTypeVersions : sig ... end

Returns summary information about the versions of an extension.

module ListTypes : sig ... end

Returns summary information about all extensions, including your private resource types, modules, and Hooks as well as all public extensions from Amazon Web Services and third-party publishers.

module PublishType : sig ... end

Publishes the specified extension to the CloudFormation registry as a public extension in this Region. Public extensions are available for use by all CloudFormation users. For more information about publishing extensions, see Publishing extensions to make them available for public use in the CloudFormation Command Line Interface (CLI) User Guide.

module RecordHandlerProgress : sig ... end

Reports progress of a resource handler to CloudFormation.

module RegisterPublisher : sig ... end

Registers your account as a publisher of public extensions in the CloudFormation registry. Public extensions are available for use by all CloudFormation users. This publisher ID applies to your account in all Amazon Web Services Regions.

module RegisterType : sig ... end

Registers an extension with the CloudFormation service. Registering an extension makes it available for use in CloudFormation templates in your Amazon Web Services account, and includes:

module RollbackStack : sig ... end

When specifying RollbackStack, you preserve the state of previously provisioned resources when an operation fails. You can check the status of the stack through the DescribeStacks operation.

module SetStackPolicy : sig ... end

Sets a stack policy for a specified stack.

module SetTypeConfiguration : sig ... end

Specifies the configuration data for a CloudFormation extension, such as a resource or Hook, in the given account and Region.

module SetTypeDefaultVersion : sig ... end

Specify the default version of an extension. The default version of an extension will be used in CloudFormation operations.

module SignalResource : sig ... end

Sends a signal to the specified resource with a success or failure status. You can use the SignalResource operation in conjunction with a creation policy or update policy. CloudFormation doesn't proceed with a stack creation or update until resources receive the required number of signals or the timeout period is exceeded. The SignalResource operation is useful in cases where you want to send signals from anywhere other than an Amazon EC2 instance.

module StartResourceScan : sig ... end

Starts a scan of the resources in this account in this Region. You can the status of a scan using the ListResourceScans API action.

module StopStackSetOperation : sig ... end

Stops an in-progress operation on a StackSet and its associated stack instances. StackSets will cancel all the unstarted stack instance deployments and wait for those are in-progress to complete.

module TestType : sig ... end

Tests a registered extension to make sure it meets all necessary requirements for being published in the CloudFormation registry.

module UpdateGeneratedTemplate : sig ... end

Updates a generated template. This can be used to change the name, add and remove resources, refresh resources, and change the DeletionPolicy and UpdateReplacePolicy settings. You can check the status of the update to the generated template using the DescribeGeneratedTemplate API action.

module UpdateStack : sig ... end

Updates a stack as specified in the template. After the call completes successfully, the stack update starts. You can check the status of the stack through the DescribeStacks action.

module UpdateStackInstances : sig ... end

Updates the parameter values for stack instances for the specified accounts, within the specified Amazon Web Services Regions. A stack instance refers to a stack in a specific account and Region.

module UpdateStackSet : sig ... end

Updates the StackSet and associated stack instances in the specified accounts and Amazon Web Services Regions.

module UpdateTerminationProtection : sig ... end

Updates termination protection for the specified stack. If a user attempts to delete a stack with termination protection enabled, the operation fails and the stack remains unchanged. For more information, see Protect a CloudFormation stack from being deleted in the CloudFormation User Guide.

module ValidateTemplate : sig ... end
module Query_serializers : sig ... end
module Query_deserializers : sig ... end