Smaws_Client_CodePipelineCodePipeline client library built on EIO.
module Types : sig ... endval make_webhook_filter_rule :
?match_equals:Types.match_equals ->
json_path:Types.json_path ->
unit ->
Types.webhook_filter_ruleval make_webhook_auth_configuration :
?secret_token:Types.webhook_auth_configuration_secret_token ->
?allowed_ip_range:Types.webhook_auth_configuration_allowed_ip_range ->
unit ->
Types.webhook_auth_configurationval make_webhook_definition :
authentication_configuration:Types.webhook_auth_configuration ->
authentication:Types.webhook_authentication_type ->
filters:Types.webhook_filters ->
target_action:Types.action_name ->
target_pipeline:Types.pipeline_name ->
name:Types.webhook_name ->
unit ->
Types.webhook_definitionval make_tag : value:Types.tag_value -> key:Types.tag_key -> unit -> Types.tagval make_list_webhook_item :
?tags:Types.tag_list ->
?arn:Types.webhook_arn ->
?last_triggered:Types.webhook_last_triggered ->
?error_code:Types.webhook_error_code ->
?error_message:Types.webhook_error_message ->
url:Types.webhook_url ->
definition:Types.webhook_definition ->
unit ->
Types.list_webhook_itemval make_encryption_key :
type_:Types.encryption_key_type ->
id:Types.encryption_key_id ->
unit ->
Types.encryption_keyval make_artifact_store :
?encryption_key:Types.encryption_key ->
location:Types.artifact_store_location ->
type_:Types.artifact_store_type ->
unit ->
Types.artifact_storeval make_blocker_declaration :
type_:Types.blocker_type ->
name:Types.blocker_name ->
unit ->
Types.blocker_declarationval make_action_type_id :
version:Types.version ->
provider:Types.action_provider ->
owner:Types.action_owner ->
category:Types.action_category ->
unit ->
Types.action_type_idval make_output_artifact :
?files:Types.file_path_list ->
name:Types.artifact_name ->
unit ->
Types.output_artifactval make_input_artifact :
name:Types.artifact_name ->
unit ->
Types.input_artifactval make_environment_variable :
?type_:Types.environment_variable_type ->
value:Types.environment_variable_value ->
name:Types.environment_variable_name ->
unit ->
Types.environment_variableval make_action_declaration :
?environment_variables:Types.environment_variable_list ->
?timeout_in_minutes:Types.action_timeout ->
?namespace:Types.action_namespace ->
?region:Types.aws_region_name ->
?role_arn:Types.role_arn ->
?output_variables:Types.output_variable_list ->
?input_artifacts:Types.input_artifact_list ->
?output_artifacts:Types.output_artifact_list ->
?commands:Types.command_list ->
?configuration:Types.action_configuration_map ->
?run_order:Types.action_run_order ->
action_type_id:Types.action_type_id ->
name:Types.action_name ->
unit ->
Types.action_declarationval make_retry_configuration :
?retry_mode:Types.stage_retry_mode ->
unit ->
Types.retry_configurationval make_rule_type_id :
?version:Types.version ->
?owner:Types.rule_owner ->
provider:Types.rule_provider ->
category:Types.rule_category ->
unit ->
Types.rule_type_idval make_rule_declaration :
?timeout_in_minutes:Types.rule_timeout ->
?region:Types.aws_region_name ->
?role_arn:Types.role_arn ->
?input_artifacts:Types.input_artifact_list ->
?commands:Types.command_list ->
?configuration:Types.rule_configuration_map ->
rule_type_id:Types.rule_type_id ->
name:Types.rule_name ->
unit ->
Types.rule_declarationval make_condition :
?rules:Types.rule_declaration_list ->
?result_:Types.result_ ->
unit ->
Types.conditionval make_failure_conditions :
?conditions:Types.condition_list ->
?retry_configuration:Types.retry_configuration ->
?result_:Types.result_ ->
unit ->
Types.failure_conditionsval make_success_conditions :
conditions:Types.condition_list ->
unit ->
Types.success_conditionsval make_before_entry_conditions :
conditions:Types.condition_list ->
unit ->
Types.before_entry_conditionsval make_stage_declaration :
?before_entry:Types.before_entry_conditions ->
?on_success:Types.success_conditions ->
?on_failure:Types.failure_conditions ->
?blockers:Types.stage_blocker_declaration_list ->
actions:Types.stage_action_declaration_list ->
name:Types.stage_name ->
unit ->
Types.stage_declarationval make_pipeline_variable_declaration :
?description:Types.pipeline_variable_description ->
?default_value:Types.pipeline_variable_value ->
name:Types.pipeline_variable_name ->
unit ->
Types.pipeline_variable_declarationval make_git_tag_filter_criteria :
?excludes:Types.git_tag_pattern_list ->
?includes:Types.git_tag_pattern_list ->
unit ->
Types.git_tag_filter_criteriaval make_git_branch_filter_criteria :
?excludes:Types.git_branch_pattern_list ->
?includes:Types.git_branch_pattern_list ->
unit ->
Types.git_branch_filter_criteriaval make_git_file_path_filter_criteria :
?excludes:Types.git_file_path_pattern_list ->
?includes:Types.git_file_path_pattern_list ->
unit ->
Types.git_file_path_filter_criteriaval make_git_push_filter :
?file_paths:Types.git_file_path_filter_criteria ->
?branches:Types.git_branch_filter_criteria ->
?tags:Types.git_tag_filter_criteria ->
unit ->
Types.git_push_filterval make_git_pull_request_filter :
?file_paths:Types.git_file_path_filter_criteria ->
?branches:Types.git_branch_filter_criteria ->
?events:Types.git_pull_request_event_type_list ->
unit ->
Types.git_pull_request_filterval make_git_configuration :
?pull_request:Types.git_pull_request_filter_list ->
?push:Types.git_push_filter_list ->
source_action_name:Types.action_name ->
unit ->
Types.git_configurationval make_pipeline_trigger_declaration :
git_configuration:Types.git_configuration ->
provider_type:Types.pipeline_trigger_provider_type ->
unit ->
Types.pipeline_trigger_declarationval make_pipeline_declaration :
?triggers:Types.pipeline_trigger_declaration_list ->
?variables:Types.pipeline_variable_declaration_list ->
?pipeline_type:Types.pipeline_type ->
?execution_mode:Types.execution_mode ->
?version:Types.pipeline_version ->
?artifact_stores:Types.artifact_store_map ->
?artifact_store:Types.artifact_store ->
stages:Types.pipeline_stage_declaration_list ->
role_arn:Types.role_arn ->
name:Types.pipeline_name ->
unit ->
Types.pipeline_declarationval make_update_pipeline_output :
?pipeline:Types.pipeline_declaration ->
unit ->
Types.update_pipeline_outputval make_update_pipeline_input :
pipeline:Types.pipeline_declaration ->
unit ->
Types.update_pipeline_inputval make_lambda_executor_configuration :
lambda_function_arn:Types.lambda_function_arn ->
unit ->
Types.lambda_executor_configurationval make_job_worker_executor_configuration :
?polling_service_principals:Types.polling_service_principal_list ->
?polling_accounts:Types.polling_account_list ->
unit ->
Types.job_worker_executor_configurationval make_executor_configuration :
?job_worker_executor_configuration:Types.job_worker_executor_configuration ->
?lambda_executor_configuration:Types.lambda_executor_configuration ->
unit ->
Types.executor_configurationval make_action_type_executor :
?job_timeout:Types.job_timeout ->
?policy_statements_template:Types.policy_statements_template ->
type_:Types.executor_type ->
configuration:Types.executor_configuration ->
unit ->
Types.action_type_executorval make_action_type_identifier :
version:Types.version ->
provider:Types.action_provider ->
owner:Types.action_type_owner ->
category:Types.action_category ->
unit ->
Types.action_type_identifierval make_action_type_artifact_details :
maximum_count:Types.maximum_action_type_artifact_count ->
minimum_count:Types.minimum_action_type_artifact_count ->
unit ->
Types.action_type_artifact_detailsval make_action_type_permissions :
allowed_accounts:Types.allowed_accounts ->
unit ->
Types.action_type_permissionsval make_action_type_property :
?description:Types.property_description ->
?queryable:Types.boolean_ ->
no_echo:Types.boolean_ ->
key:Types.boolean_ ->
optional:Types.boolean_ ->
name:Types.action_configuration_key ->
unit ->
Types.action_type_propertyval make_action_type_urls :
?revision_url_template:Types.url_template ->
?execution_url_template:Types.url_template ->
?entity_url_template:Types.url_template ->
?configuration_url:Types.url ->
unit ->
Types.action_type_urlsval make_action_type_declaration :
?urls:Types.action_type_urls ->
?properties:Types.action_type_properties ->
?permissions:Types.action_type_permissions ->
?description:Types.action_type_description ->
output_artifact_details:Types.action_type_artifact_details ->
input_artifact_details:Types.action_type_artifact_details ->
id:Types.action_type_identifier ->
executor:Types.action_type_executor ->
unit ->
Types.action_type_declarationval make_update_action_type_input :
action_type:Types.action_type_declaration ->
unit ->
Types.update_action_type_inputval make_untag_resource_input :
tag_keys:Types.tag_key_list ->
resource_arn:Types.resource_arn ->
unit ->
Types.untag_resource_inputval make_transition_state :
?disabled_reason:Types.disabled_reason ->
?last_changed_at:Types.last_changed_at ->
?last_changed_by:Types.last_changed_by ->
?enabled:Types.enabled ->
unit ->
Types.transition_stateval make_third_party_job :
?job_id:Types.job_id ->
?client_id:Types.client_id ->
unit ->
Types.third_party_jobval make_action_configuration :
?configuration:Types.action_configuration_map ->
unit ->
Types.action_configurationval make_stage_context : ?name:Types.stage_name -> unit -> Types.stage_contextval make_action_context :
?action_execution_id:Types.action_execution_id ->
?name:Types.action_name ->
unit ->
Types.action_contextval make_pipeline_context :
?pipeline_execution_id:Types.pipeline_execution_id ->
?pipeline_arn:Types.pipeline_arn ->
?action:Types.action_context ->
?stage:Types.stage_context ->
?pipeline_name:Types.pipeline_name ->
unit ->
Types.pipeline_contextval make_s3_artifact_location :
object_key:Types.s3_object_key ->
bucket_name:Types.s3_bucket_name ->
unit ->
Types.s3_artifact_locationval make_artifact_location :
?s3_location:Types.s3_artifact_location ->
?type_:Types.artifact_location_type ->
unit ->
Types.artifact_locationval make_artifact :
?location:Types.artifact_location ->
?revision:Types.revision ->
?name:Types.artifact_name ->
unit ->
Types.artifactval make_aws_session_credentials :
session_token:Types.session_token ->
secret_access_key:Types.secret_access_key ->
access_key_id:Types.access_key_id ->
unit ->
Types.aws_session_credentialsval make_third_party_job_data :
?encryption_key:Types.encryption_key ->
?continuation_token:Types.continuation_token ->
?artifact_credentials:Types.aws_session_credentials ->
?output_artifacts:Types.artifact_list ->
?input_artifacts:Types.artifact_list ->
?pipeline_context:Types.pipeline_context ->
?action_configuration:Types.action_configuration ->
?action_type_id:Types.action_type_id ->
unit ->
Types.third_party_job_dataval make_third_party_job_details :
?nonce:Types.nonce ->
?data:Types.third_party_job_data ->
?id:Types.third_party_job_id ->
unit ->
Types.third_party_job_detailsval make_target_filter :
?values:Types.target_filter_value_list ->
?name:Types.target_filter_name ->
unit ->
Types.target_filterval make_tag_resource_input :
tags:Types.tag_list ->
resource_arn:Types.resource_arn ->
unit ->
Types.tag_resource_inputval make_succeeded_in_stage_filter :
?stage_name:Types.stage_name ->
unit ->
Types.succeeded_in_stage_filterval make_stop_pipeline_execution_output :
?pipeline_execution_id:Types.pipeline_execution_id ->
unit ->
Types.stop_pipeline_execution_outputval make_stop_pipeline_execution_input :
?reason:Types.stop_pipeline_execution_reason ->
?abandon:Types.boolean_ ->
pipeline_execution_id:Types.pipeline_execution_id ->
pipeline_name:Types.pipeline_name ->
unit ->
Types.stop_pipeline_execution_inputval make_stop_execution_trigger :
?reason:Types.stop_pipeline_execution_reason ->
unit ->
Types.stop_execution_triggerval make_start_pipeline_execution_output :
?pipeline_execution_id:Types.pipeline_execution_id ->
unit ->
Types.start_pipeline_execution_outputval make_pipeline_variable :
value:Types.pipeline_variable_value ->
name:Types.pipeline_variable_name ->
unit ->
Types.pipeline_variableval make_source_revision_override :
revision_value:Types.revision ->
revision_type:Types.source_revision_type ->
action_name:Types.action_name ->
unit ->
Types.source_revision_overrideval make_start_pipeline_execution_input :
?source_revisions:Types.source_revision_override_list ->
?client_request_token:Types.client_request_token ->
?variables:Types.pipeline_variable_list ->
name:Types.pipeline_name ->
unit ->
Types.start_pipeline_execution_inputval make_stage_execution :
?type_:Types.execution_type ->
status:Types.stage_execution_status ->
pipeline_execution_id:Types.pipeline_execution_id ->
unit ->
Types.stage_executionval make_action_revision :
created:Types.timestamp ->
revision_change_id:Types.revision_change_identifier ->
revision_id:Types.revision ->
unit ->
Types.action_revisionval make_error_details :
?message:Types.message ->
?code:Types.code ->
unit ->
Types.error_detailsval make_action_execution :
?log_stream_ar_n:Types.log_stream_ar_n ->
?error_details:Types.error_details ->
?percent_complete:Types.percentage ->
?external_execution_url:Types.url ->
?external_execution_id:Types.execution_id ->
?last_updated_by:Types.last_updated_by ->
?token:Types.action_execution_token ->
?last_status_change:Types.timestamp ->
?summary:Types.execution_summary ->
?status:Types.action_execution_status ->
?action_execution_id:Types.action_execution_id ->
unit ->
Types.action_executionval make_action_state :
?revision_url:Types.url ->
?entity_url:Types.url ->
?latest_execution:Types.action_execution ->
?current_revision:Types.action_revision ->
?action_name:Types.action_name ->
unit ->
Types.action_stateval make_stage_conditions_execution :
?summary:Types.execution_summary ->
?status:Types.condition_execution_status ->
unit ->
Types.stage_conditions_executionval make_condition_execution :
?last_status_change:Types.timestamp ->
?summary:Types.execution_summary ->
?status:Types.condition_execution_status ->
unit ->
Types.condition_executionval make_rule_revision :
created:Types.timestamp ->
revision_change_id:Types.revision_change_identifier ->
revision_id:Types.revision ->
unit ->
Types.rule_revisionval make_rule_execution :
?error_details:Types.error_details ->
?external_execution_url:Types.url ->
?external_execution_id:Types.execution_id ->
?last_updated_by:Types.last_updated_by ->
?token:Types.rule_execution_token ->
?last_status_change:Types.timestamp ->
?summary:Types.execution_summary ->
?status:Types.rule_execution_status ->
?rule_execution_id:Types.rule_execution_id ->
unit ->
Types.rule_executionval make_rule_state :
?revision_url:Types.url ->
?entity_url:Types.url ->
?latest_execution:Types.rule_execution ->
?current_revision:Types.rule_revision ->
?rule_name:Types.rule_name ->
unit ->
Types.rule_stateval make_condition_state :
?rule_states:Types.rule_state_list ->
?latest_execution:Types.condition_execution ->
unit ->
Types.condition_stateval make_stage_condition_state :
?condition_states:Types.condition_state_list ->
?latest_execution:Types.stage_conditions_execution ->
unit ->
Types.stage_condition_stateval make_retry_stage_metadata :
?latest_retry_trigger:Types.retry_trigger ->
?manual_stage_retry_attempt:Types.retry_attempt ->
?auto_stage_retry_attempt:Types.retry_attempt ->
unit ->
Types.retry_stage_metadataval make_stage_state :
?retry_stage_metadata:Types.retry_stage_metadata ->
?on_failure_condition_state:Types.stage_condition_state ->
?on_success_condition_state:Types.stage_condition_state ->
?before_entry_condition_state:Types.stage_condition_state ->
?latest_execution:Types.stage_execution ->
?action_states:Types.action_state_list ->
?inbound_transition_state:Types.transition_state ->
?inbound_executions:Types.stage_execution_list ->
?inbound_execution:Types.stage_execution ->
?stage_name:Types.stage_name ->
unit ->
Types.stage_stateval make_source_revision :
?revision_url:Types.url ->
?revision_summary:Types.revision_summary ->
?revision_id:Types.revision ->
action_name:Types.action_name ->
unit ->
Types.source_revisionval make_s3_location :
?key:Types.s3_key ->
?bucket:Types.s3_bucket ->
unit ->
Types.s3_locationval make_rule_type_settings :
?revision_url_template:Types.url_template ->
?execution_url_template:Types.url_template ->
?entity_url_template:Types.url_template ->
?third_party_configuration_url:Types.url ->
unit ->
Types.rule_type_settingsval make_rule_configuration_property :
?type_:Types.rule_configuration_property_type ->
?description:Types.description ->
?queryable:Types.boolean_ ->
secret:Types.boolean_ ->
key:Types.boolean_ ->
required:Types.boolean_ ->
name:Types.rule_configuration_key ->
unit ->
Types.rule_configuration_propertyval make_artifact_details :
maximum_count:Types.maximum_artifact_count ->
minimum_count:Types.minimum_artifact_count ->
unit ->
Types.artifact_detailsval make_rule_type :
?rule_configuration_properties:Types.rule_configuration_property_list ->
?settings:Types.rule_type_settings ->
input_artifact_details:Types.artifact_details ->
id:Types.rule_type_id ->
unit ->
Types.rule_typeval make_rule_execution_output :
?execution_result:Types.rule_execution_result ->
unit ->
Types.rule_execution_outputval make_artifact_detail :
?s3location:Types.s3_location ->
?name:Types.artifact_name ->
unit ->
Types.artifact_detailval make_rule_execution_input :
?input_artifacts:Types.artifact_detail_list ->
?region:Types.aws_region_name ->
?role_arn:Types.role_arn ->
?resolved_configuration:Types.resolved_rule_configuration_map ->
?configuration:Types.rule_configuration_map ->
?rule_type_id:Types.rule_type_id ->
unit ->
Types.rule_execution_inputval make_latest_in_pipeline_execution_filter :
start_time_range:Types.start_time_range ->
pipeline_execution_id:Types.pipeline_execution_id ->
unit ->
Types.latest_in_pipeline_execution_filterval make_rule_execution_filter :
?latest_in_pipeline_execution:Types.latest_in_pipeline_execution_filter ->
?pipeline_execution_id:Types.pipeline_execution_id ->
unit ->
Types.rule_execution_filterval make_rule_execution_detail :
?output:Types.rule_execution_output ->
?input:Types.rule_execution_input ->
?status:Types.rule_execution_status ->
?updated_by:Types.last_updated_by ->
?last_update_time:Types.timestamp ->
?start_time:Types.timestamp ->
?rule_name:Types.rule_name ->
?stage_name:Types.stage_name ->
?pipeline_version:Types.pipeline_version ->
?rule_execution_id:Types.rule_execution_id ->
?pipeline_execution_id:Types.pipeline_execution_id ->
unit ->
Types.rule_execution_detailval make_rollback_stage_output :
pipeline_execution_id:Types.pipeline_execution_id ->
unit ->
Types.rollback_stage_outputval make_rollback_stage_input :
target_pipeline_execution_id:Types.pipeline_execution_id ->
stage_name:Types.stage_name ->
pipeline_name:Types.pipeline_name ->
unit ->
Types.rollback_stage_inputval make_retry_stage_execution_output :
?pipeline_execution_id:Types.pipeline_execution_id ->
unit ->
Types.retry_stage_execution_outputval make_retry_stage_execution_input :
retry_mode:Types.stage_retry_mode ->
pipeline_execution_id:Types.pipeline_execution_id ->
stage_name:Types.stage_name ->
pipeline_name:Types.pipeline_name ->
unit ->
Types.retry_stage_execution_inputval make_resolved_pipeline_variable :
?resolved_value:Types.string_ ->
?name:Types.string_ ->
unit ->
Types.resolved_pipeline_variableval make_register_webhook_with_third_party_input :
?webhook_name:Types.webhook_name ->
unit ->
Types.register_webhook_with_third_party_inputval make_put_webhook_output :
?webhook:Types.list_webhook_item ->
unit ->
Types.put_webhook_outputval make_put_webhook_input :
?tags:Types.tag_list ->
webhook:Types.webhook_definition ->
unit ->
Types.put_webhook_inputval make_current_revision :
?revision_summary:Types.revision_summary ->
?created:Types.time ->
change_identifier:Types.revision_change_identifier ->
revision:Types.revision ->
unit ->
Types.current_revisionval make_execution_details :
?percent_complete:Types.percentage ->
?external_execution_id:Types.execution_id ->
?summary:Types.execution_summary ->
unit ->
Types.execution_detailsval make_put_third_party_job_success_result_input :
?execution_details:Types.execution_details ->
?continuation_token:Types.continuation_token ->
?current_revision:Types.current_revision ->
client_token:Types.client_token ->
job_id:Types.third_party_job_id ->
unit ->
Types.put_third_party_job_success_result_inputval make_failure_details :
?external_execution_id:Types.execution_id ->
message:Types.message ->
type_:Types.failure_type ->
unit ->
Types.failure_detailsval make_put_third_party_job_failure_result_input :
failure_details:Types.failure_details ->
client_token:Types.client_token ->
job_id:Types.third_party_job_id ->
unit ->
Types.put_third_party_job_failure_result_inputval make_put_job_success_result_input :
?output_variables:Types.output_variables_map ->
?execution_details:Types.execution_details ->
?continuation_token:Types.continuation_token ->
?current_revision:Types.current_revision ->
job_id:Types.job_id ->
unit ->
Types.put_job_success_result_inputval make_put_job_failure_result_input :
failure_details:Types.failure_details ->
job_id:Types.job_id ->
unit ->
Types.put_job_failure_result_inputval make_put_approval_result_output :
?approved_at:Types.timestamp ->
unit ->
Types.put_approval_result_outputval make_put_approval_result_input :
token:Types.approval_token ->
result_:Types.approval_result ->
action_name:Types.action_name ->
stage_name:Types.stage_name ->
pipeline_name:Types.pipeline_name ->
unit ->
Types.put_approval_result_inputval make_put_action_revision_output :
?pipeline_execution_id:Types.pipeline_execution_id ->
?new_revision:Types.boolean_ ->
unit ->
Types.put_action_revision_outputval make_put_action_revision_input :
action_revision:Types.action_revision ->
action_name:Types.action_name ->
stage_name:Types.stage_name ->
pipeline_name:Types.pipeline_name ->
unit ->
Types.put_action_revision_inputval make_poll_for_third_party_jobs_output :
?jobs:Types.third_party_job_list ->
unit ->
Types.poll_for_third_party_jobs_outputval make_poll_for_third_party_jobs_input :
?max_batch_size:Types.max_batch_size ->
action_type_id:Types.action_type_id ->
unit ->
Types.poll_for_third_party_jobs_inputval make_job_data :
?encryption_key:Types.encryption_key ->
?continuation_token:Types.continuation_token ->
?artifact_credentials:Types.aws_session_credentials ->
?output_artifacts:Types.artifact_list ->
?input_artifacts:Types.artifact_list ->
?pipeline_context:Types.pipeline_context ->
?action_configuration:Types.action_configuration ->
?action_type_id:Types.action_type_id ->
unit ->
Types.job_dataval make_job :
?account_id:Types.account_id ->
?nonce:Types.nonce ->
?data:Types.job_data ->
?id:Types.job_id ->
unit ->
Types.jobval make_poll_for_jobs_output :
?jobs:Types.job_list ->
unit ->
Types.poll_for_jobs_outputval make_poll_for_jobs_input :
?query_param:Types.query_param_map ->
?max_batch_size:Types.max_batch_size ->
action_type_id:Types.action_type_id ->
unit ->
Types.poll_for_jobs_inputval make_pipeline_summary :
?updated:Types.timestamp ->
?created:Types.timestamp ->
?execution_mode:Types.execution_mode ->
?pipeline_type:Types.pipeline_type ->
?version:Types.pipeline_version ->
?name:Types.pipeline_name ->
unit ->
Types.pipeline_summaryval make_pipeline_rollback_metadata :
?rollback_target_pipeline_execution_id:Types.pipeline_execution_id ->
unit ->
Types.pipeline_rollback_metadataval make_pipeline_metadata :
?polling_disabled_at:Types.timestamp ->
?updated:Types.timestamp ->
?created:Types.timestamp ->
?pipeline_arn:Types.pipeline_arn ->
unit ->
Types.pipeline_metadataval make_execution_trigger :
?trigger_detail:Types.trigger_detail ->
?trigger_type:Types.trigger_type ->
unit ->
Types.execution_triggerval make_pipeline_execution_summary :
?rollback_metadata:Types.pipeline_rollback_metadata ->
?execution_type:Types.execution_type ->
?execution_mode:Types.execution_mode ->
?stop_trigger:Types.stop_execution_trigger ->
?trigger:Types.execution_trigger ->
?source_revisions:Types.source_revision_list ->
?last_update_time:Types.timestamp ->
?start_time:Types.timestamp ->
?status_summary:Types.pipeline_execution_status_summary ->
?status:Types.pipeline_execution_status ->
?pipeline_execution_id:Types.pipeline_execution_id ->
unit ->
Types.pipeline_execution_summaryval make_pipeline_execution_filter :
?succeeded_in_stage:Types.succeeded_in_stage_filter ->
unit ->
Types.pipeline_execution_filterval make_artifact_revision :
?revision_url:Types.url ->
?created:Types.timestamp ->
?revision_summary:Types.revision_summary ->
?revision_change_identifier:Types.revision_change_identifier ->
?revision_id:Types.revision ->
?name:Types.artifact_name ->
unit ->
Types.artifact_revisionval make_pipeline_execution :
?rollback_metadata:Types.pipeline_rollback_metadata ->
?execution_type:Types.execution_type ->
?execution_mode:Types.execution_mode ->
?trigger:Types.execution_trigger ->
?variables:Types.resolved_pipeline_variable_list ->
?artifact_revisions:Types.artifact_revision_list ->
?status_summary:Types.pipeline_execution_status_summary ->
?status:Types.pipeline_execution_status ->
?pipeline_execution_id:Types.pipeline_execution_id ->
?pipeline_version:Types.pipeline_version ->
?pipeline_name:Types.pipeline_name ->
unit ->
Types.pipeline_executionval make_override_stage_condition_input :
condition_type:Types.condition_type ->
pipeline_execution_id:Types.pipeline_execution_id ->
stage_name:Types.stage_name ->
pipeline_name:Types.pipeline_name ->
unit ->
Types.override_stage_condition_inputval make_list_webhooks_output :
?next_token:Types.next_token ->
?webhooks:Types.webhook_list ->
unit ->
Types.list_webhooks_outputval make_list_webhooks_input :
?max_results:Types.max_results ->
?next_token:Types.next_token ->
unit ->
Types.list_webhooks_inputval make_list_tags_for_resource_output :
?next_token:Types.next_token ->
?tags:Types.tag_list ->
unit ->
Types.list_tags_for_resource_outputval make_list_tags_for_resource_input :
?max_results:Types.max_results ->
?next_token:Types.next_token ->
resource_arn:Types.resource_arn ->
unit ->
Types.list_tags_for_resource_inputval make_list_rule_types_output :
rule_types:Types.rule_type_list ->
unit ->
Types.list_rule_types_outputval make_list_rule_types_input :
?region_filter:Types.aws_region_name ->
?rule_owner_filter:Types.rule_owner ->
unit ->
Types.list_rule_types_inputval make_list_rule_executions_output :
?next_token:Types.next_token ->
?rule_execution_details:Types.rule_execution_detail_list ->
unit ->
Types.list_rule_executions_outputval make_list_rule_executions_input :
?next_token:Types.next_token ->
?max_results:Types.max_results ->
?filter:Types.rule_execution_filter ->
pipeline_name:Types.pipeline_name ->
unit ->
Types.list_rule_executions_inputval make_list_pipelines_output :
?next_token:Types.next_token ->
?pipelines:Types.pipeline_list ->
unit ->
Types.list_pipelines_outputval make_list_pipelines_input :
?max_results:Types.max_pipelines ->
?next_token:Types.next_token ->
unit ->
Types.list_pipelines_inputval make_list_pipeline_executions_output :
?next_token:Types.next_token ->
?pipeline_execution_summaries:Types.pipeline_execution_summary_list ->
unit ->
Types.list_pipeline_executions_outputval make_list_pipeline_executions_input :
?next_token:Types.next_token ->
?filter:Types.pipeline_execution_filter ->
?max_results:Types.max_results ->
pipeline_name:Types.pipeline_name ->
unit ->
Types.list_pipeline_executions_inputval make_deploy_target_event_context :
?message:Types.string_ ->
?ssm_command_id:Types.string_ ->
unit ->
Types.deploy_target_event_contextval make_deploy_target_event :
?context:Types.deploy_target_event_context ->
?end_time:Types.timestamp ->
?start_time:Types.timestamp ->
?status:Types.string_ ->
?name:Types.string_ ->
unit ->
Types.deploy_target_eventval make_deploy_action_execution_target :
?events:Types.deploy_target_event_list ->
?end_time:Types.timestamp ->
?start_time:Types.timestamp ->
?status:Types.string_ ->
?target_type:Types.string_ ->
?target_id:Types.string_ ->
unit ->
Types.deploy_action_execution_targetval make_list_deploy_action_execution_targets_output :
?next_token:Types.next_token ->
?targets:Types.deploy_action_execution_target_list ->
unit ->
Types.list_deploy_action_execution_targets_outputval make_list_deploy_action_execution_targets_input :
?next_token:Types.next_token ->
?max_results:Types.max_results ->
?filters:Types.target_filter_list ->
?pipeline_name:Types.pipeline_name ->
action_execution_id:Types.action_execution_id ->
unit ->
Types.list_deploy_action_execution_targets_inputval make_action_type_settings :
?revision_url_template:Types.url_template ->
?execution_url_template:Types.url_template ->
?entity_url_template:Types.url_template ->
?third_party_configuration_url:Types.url ->
unit ->
Types.action_type_settingsval make_action_configuration_property :
?type_:Types.action_configuration_property_type ->
?description:Types.description ->
?queryable:Types.boolean_ ->
secret:Types.boolean_ ->
key:Types.boolean_ ->
required:Types.boolean_ ->
name:Types.action_configuration_key ->
unit ->
Types.action_configuration_propertyval make_action_type :
?action_configuration_properties:Types.action_configuration_property_list ->
?settings:Types.action_type_settings ->
output_artifact_details:Types.artifact_details ->
input_artifact_details:Types.artifact_details ->
id:Types.action_type_id ->
unit ->
Types.action_typeval make_list_action_types_output :
?next_token:Types.next_token ->
action_types:Types.action_type_list ->
unit ->
Types.list_action_types_outputval make_list_action_types_input :
?region_filter:Types.aws_region_name ->
?next_token:Types.next_token ->
?action_owner_filter:Types.action_owner ->
unit ->
Types.list_action_types_inputval make_action_execution_input :
?namespace:Types.action_namespace ->
?input_artifacts:Types.artifact_detail_list ->
?region:Types.aws_region_name ->
?role_arn:Types.role_arn ->
?resolved_configuration:Types.resolved_action_configuration_map ->
?configuration:Types.action_configuration_map ->
?action_type_id:Types.action_type_id ->
unit ->
Types.action_execution_inputval make_action_execution_output :
?output_variables:Types.output_variables_map ->
?execution_result:Types.action_execution_result ->
?output_artifacts:Types.artifact_detail_list ->
unit ->
Types.action_execution_outputval make_action_execution_detail :
?output:Types.action_execution_output ->
?input:Types.action_execution_input ->
?status:Types.action_execution_status ->
?updated_by:Types.last_updated_by ->
?last_update_time:Types.timestamp ->
?start_time:Types.timestamp ->
?action_name:Types.action_name ->
?stage_name:Types.stage_name ->
?pipeline_version:Types.pipeline_version ->
?action_execution_id:Types.action_execution_id ->
?pipeline_execution_id:Types.pipeline_execution_id ->
unit ->
Types.action_execution_detailval make_list_action_executions_output :
?next_token:Types.next_token ->
?action_execution_details:Types.action_execution_detail_list ->
unit ->
Types.list_action_executions_outputval make_action_execution_filter :
?latest_in_pipeline_execution:Types.latest_in_pipeline_execution_filter ->
?pipeline_execution_id:Types.pipeline_execution_id ->
unit ->
Types.action_execution_filterval make_list_action_executions_input :
?next_token:Types.next_token ->
?max_results:Types.max_results ->
?filter:Types.action_execution_filter ->
pipeline_name:Types.pipeline_name ->
unit ->
Types.list_action_executions_inputval make_job_details :
?account_id:Types.account_id ->
?data:Types.job_data ->
?id:Types.job_id ->
unit ->
Types.job_detailsval make_get_third_party_job_details_output :
?job_details:Types.third_party_job_details ->
unit ->
Types.get_third_party_job_details_outputval make_get_third_party_job_details_input :
client_token:Types.client_token ->
job_id:Types.third_party_job_id ->
unit ->
Types.get_third_party_job_details_inputval make_get_pipeline_state_output :
?updated:Types.timestamp ->
?created:Types.timestamp ->
?stage_states:Types.stage_state_list ->
?pipeline_version:Types.pipeline_version ->
?pipeline_name:Types.pipeline_name ->
unit ->
Types.get_pipeline_state_outputval make_get_pipeline_state_input :
name:Types.pipeline_name ->
unit ->
Types.get_pipeline_state_inputval make_get_pipeline_output :
?metadata:Types.pipeline_metadata ->
?pipeline:Types.pipeline_declaration ->
unit ->
Types.get_pipeline_outputval make_get_pipeline_input :
?version:Types.pipeline_version ->
name:Types.pipeline_name ->
unit ->
Types.get_pipeline_inputval make_get_pipeline_execution_output :
?pipeline_execution:Types.pipeline_execution ->
unit ->
Types.get_pipeline_execution_outputval make_get_pipeline_execution_input :
pipeline_execution_id:Types.pipeline_execution_id ->
pipeline_name:Types.pipeline_name ->
unit ->
Types.get_pipeline_execution_inputval make_get_job_details_output :
?job_details:Types.job_details ->
unit ->
Types.get_job_details_outputval make_get_job_details_input :
job_id:Types.job_id ->
unit ->
Types.get_job_details_inputval make_get_action_type_output :
?action_type:Types.action_type_declaration ->
unit ->
Types.get_action_type_outputval make_get_action_type_input :
version:Types.version ->
provider:Types.action_provider ->
owner:Types.action_type_owner ->
category:Types.action_category ->
unit ->
Types.get_action_type_inputval make_enable_stage_transition_input :
transition_type:Types.stage_transition_type ->
stage_name:Types.stage_name ->
pipeline_name:Types.pipeline_name ->
unit ->
Types.enable_stage_transition_inputval make_disable_stage_transition_input :
reason:Types.disabled_reason ->
transition_type:Types.stage_transition_type ->
stage_name:Types.stage_name ->
pipeline_name:Types.pipeline_name ->
unit ->
Types.disable_stage_transition_inputval make_deregister_webhook_with_third_party_input :
?webhook_name:Types.webhook_name ->
unit ->
Types.deregister_webhook_with_third_party_inputval make_delete_webhook_input :
name:Types.webhook_name ->
unit ->
Types.delete_webhook_inputval make_delete_pipeline_input :
name:Types.pipeline_name ->
unit ->
Types.delete_pipeline_inputval make_delete_custom_action_type_input :
version:Types.version ->
provider:Types.action_provider ->
category:Types.action_category ->
unit ->
Types.delete_custom_action_type_inputval make_create_pipeline_output :
?tags:Types.tag_list ->
?pipeline:Types.pipeline_declaration ->
unit ->
Types.create_pipeline_outputval make_create_pipeline_input :
?tags:Types.tag_list ->
pipeline:Types.pipeline_declaration ->
unit ->
Types.create_pipeline_inputval make_create_custom_action_type_output :
?tags:Types.tag_list ->
action_type:Types.action_type ->
unit ->
Types.create_custom_action_type_outputval make_create_custom_action_type_input :
?tags:Types.tag_list ->
?configuration_properties:Types.action_configuration_property_list ->
?settings:Types.action_type_settings ->
output_artifact_details:Types.artifact_details ->
input_artifact_details:Types.artifact_details ->
version:Types.version ->
provider:Types.action_provider ->
category:Types.action_category ->
unit ->
Types.create_custom_action_type_inputval make_acknowledge_third_party_job_output :
?status:Types.job_status ->
unit ->
Types.acknowledge_third_party_job_outputval make_acknowledge_third_party_job_input :
client_token:Types.client_token ->
nonce:Types.nonce ->
job_id:Types.third_party_job_id ->
unit ->
Types.acknowledge_third_party_job_inputval make_acknowledge_job_output :
?status:Types.job_status ->
unit ->
Types.acknowledge_job_outputval make_acknowledge_job_input :
nonce:Types.nonce ->
job_id:Types.job_id ->
unit ->
Types.acknowledge_job_inputOperations
module AcknowledgeJob : sig ... endReturns information about a specified job and whether that job has been received by the job worker. Used for custom actions only.
module AcknowledgeThirdPartyJob : sig ... endConfirms a job worker has received the specified job. Used for partner actions only.
module CreateCustomActionType : sig ... endCreates a new custom action that can be used in all pipelines associated with the Amazon Web Services account. Only used for custom actions.
module CreatePipeline : sig ... endCreates a pipeline.
module DeleteCustomActionType : sig ... endMarks a custom action as deleted. PollForJobs for the custom action fails after the action is marked for deletion. Used for custom actions only.
module DeletePipeline : sig ... endDeletes the specified pipeline.
module DeleteWebhook : sig ... endDeletes a previously created webhook by name. Deleting the webhook stops CodePipeline from starting a pipeline every time an external event occurs. The API returns successfully when trying to delete a webhook that is already deleted. If a deleted webhook is re-created by calling PutWebhook with the same name, it will have a different URL.
module DeregisterWebhookWithThirdParty : sig ... endRemoves the connection between the webhook that was created by CodePipeline and the external tool with events to be detected. Currently supported only for webhooks that target an action type of GitHub.
module DisableStageTransition : sig ... endPrevents artifacts in a pipeline from transitioning to the next stage in the pipeline.
module EnableStageTransition : sig ... endEnables artifacts in a pipeline to transition to a stage in a pipeline.
module GetActionType : sig ... endReturns information about an action type created for an external provider, where the action is to be used by customers of the external provider. The action can be created with any supported integration model.
module GetJobDetails : sig ... endReturns information about a job. Used for custom actions only.
module GetPipeline : sig ... endReturns the metadata, structure, stages, and actions of a pipeline. Can be used to return the entire structure of a pipeline in JSON format, which can then be modified and used to update the pipeline structure with UpdatePipeline.
module GetPipelineExecution : sig ... endReturns information about an execution of a pipeline, including details about artifacts, the pipeline execution ID, and the name, version, and status of the pipeline.
module GetPipelineState : sig ... endReturns information about the state of a pipeline, including the stages and actions.
module GetThirdPartyJobDetails : sig ... endRequests the details of a job for a third party action. Used for partner actions only.
module ListActionExecutions : sig ... endLists the action executions that have occurred in a pipeline.
module ListActionTypes : sig ... endGets a summary of all CodePipeline action types associated with your account.
module ListDeployActionExecutionTargets : sig ... endLists the targets for the deploy action.
module ListPipelineExecutions : sig ... endGets a summary of the most recent executions for a pipeline.
module ListPipelines : sig ... endGets a summary of all of the pipelines associated with your account.
module ListRuleExecutions : sig ... endLists the rule executions that have occurred in a pipeline configured for conditions with rules.
module ListRuleTypes : sig ... endLists the rules for the condition. For more information about conditions, see Stage conditions and How do stage conditions work?.For more information about rules, see the CodePipeline rule reference.
module ListTagsForResource : sig ... endGets the set of key-value pairs (metadata) that are used to manage the resource.
module ListWebhooks : sig ... endGets a listing of all the webhooks in this Amazon Web Services Region for this account. The output lists all webhooks and includes the webhook URL and ARN and the configuration for each webhook.
module OverrideStageCondition : sig ... endUsed to override a stage condition. For more information about conditions, see Stage conditions and How do stage conditions work?.
module PollForJobs : sig ... endReturns information about any jobs for CodePipeline to act on. PollForJobs is valid only for action types with "Custom" in the owner field. If the action type contains AWS or ThirdParty in the owner field, the PollForJobs action returns an error.
module PollForThirdPartyJobs : sig ... endDetermines whether there are any third party jobs for a job worker to act on. Used for partner actions only.
module PutActionRevision : sig ... endProvides information to CodePipeline about new revisions to a source.
module PutApprovalResult : sig ... endProvides the response to a manual approval request to CodePipeline. Valid responses include Approved and Rejected.
module PutJobFailureResult : sig ... endRepresents the failure of a job as returned to the pipeline by a job worker. Used for custom actions only.
module PutJobSuccessResult : sig ... endRepresents the success of a job as returned to the pipeline by a job worker. Used for custom actions only.
module PutThirdPartyJobFailureResult : sig ... endRepresents the failure of a third party job as returned to the pipeline by a job worker. Used for partner actions only.
module PutThirdPartyJobSuccessResult : sig ... endRepresents the success of a third party job as returned to the pipeline by a job worker. Used for partner actions only.
module PutWebhook : sig ... endDefines a webhook and returns a unique webhook URL generated by CodePipeline. This URL can be supplied to third party source hosting providers to call every time there's a code change. When CodePipeline receives a POST request on this URL, the pipeline defined in the webhook is started as long as the POST request satisfied the authentication and filtering requirements supplied when defining the webhook. RegisterWebhookWithThirdParty and DeregisterWebhookWithThirdParty APIs can be used to automatically configure supported third parties to call the generated webhook URL.
module RegisterWebhookWithThirdParty : sig ... endConfigures a connection between the webhook that was created and the external tool with events to be detected.
module RetryStageExecution : sig ... endYou can retry a stage that has failed without having to run a pipeline again from the beginning. You do this by either retrying the failed actions in a stage or by retrying all actions in the stage starting from the first action in the stage. When you retry the failed actions in a stage, all actions that are still in progress continue working, and failed actions are triggered again. When you retry a failed stage from the first action in the stage, the stage cannot have any actions in progress. Before a stage can be retried, it must either have all actions failed or some actions failed and some succeeded.
module RollbackStage : sig ... endRolls back a stage execution.
module StartPipelineExecution : sig ... endStarts the specified pipeline. Specifically, it begins processing the latest commit to the source location specified as part of the pipeline.
module StopPipelineExecution : sig ... endStops the specified pipeline execution. You choose to either stop the pipeline execution by completing in-progress actions without starting subsequent actions, or by abandoning in-progress actions. While completing or abandoning in-progress actions, the pipeline execution is in a Stopping state. After all in-progress actions are completed or abandoned, the pipeline execution is in a Stopped state.
module TagResource : sig ... endAdds to or modifies the tags of the given resource. Tags are metadata that can be used to manage a resource.
module UntagResource : sig ... endRemoves tags from an Amazon Web Services resource.
module UpdateActionType : sig ... endUpdates an action type that was created with any supported integration model, where the action type is to be used by customers of the action type provider. Use a JSON file with the action definition and UpdateActionType to provide the full structure.
module UpdatePipeline : sig ... endmodule Json_serializers : sig ... endmodule Json_deserializers : sig ... end