Module Awso_codepipeline.EndpointsSource
Sourcetype ('i, 'o, 'e) t = | AcknowledgeJob : (Values.AcknowledgeJobInput.t,
Values.AcknowledgeJobOutput.t,
Values.AcknowledgeJobOutput.error)
t| AcknowledgeThirdPartyJob : (Values.AcknowledgeThirdPartyJobInput.t,
Values.AcknowledgeThirdPartyJobOutput.t,
Values.AcknowledgeThirdPartyJobOutput.error)
t| CreateCustomActionType : (Values.CreateCustomActionTypeInput.t,
Values.CreateCustomActionTypeOutput.t,
Values.CreateCustomActionTypeOutput.error)
t| CreatePipeline : (Values.CreatePipelineInput.t,
Values.CreatePipelineOutput.t,
Values.CreatePipelineOutput.error)
t| DeleteCustomActionType : (Values.DeleteCustomActionTypeInput.t, unit, unit) t| DeletePipeline : (Values.DeletePipelineInput.t, unit, unit) t| DeleteWebhook : (Values.DeleteWebhookInput.t,
Values.DeleteWebhookOutput.t,
Values.DeleteWebhookOutput.error)
t| DeregisterWebhookWithThirdParty : (Values.DeregisterWebhookWithThirdPartyInput.t,
Values.DeregisterWebhookWithThirdPartyOutput.t,
Values.DeregisterWebhookWithThirdPartyOutput.error)
t| DisableStageTransition : (Values.DisableStageTransitionInput.t, unit, unit) t| EnableStageTransition : (Values.EnableStageTransitionInput.t, unit, unit) t| GetActionType : (Values.GetActionTypeInput.t,
Values.GetActionTypeOutput.t,
Values.GetActionTypeOutput.error)
t| GetJobDetails : (Values.GetJobDetailsInput.t,
Values.GetJobDetailsOutput.t,
Values.GetJobDetailsOutput.error)
t| GetPipeline : (Values.GetPipelineInput.t,
Values.GetPipelineOutput.t,
Values.GetPipelineOutput.error)
t| GetPipelineExecution : (Values.GetPipelineExecutionInput.t,
Values.GetPipelineExecutionOutput.t,
Values.GetPipelineExecutionOutput.error)
t| GetPipelineState : (Values.GetPipelineStateInput.t,
Values.GetPipelineStateOutput.t,
Values.GetPipelineStateOutput.error)
t| GetThirdPartyJobDetails : (Values.GetThirdPartyJobDetailsInput.t,
Values.GetThirdPartyJobDetailsOutput.t,
Values.GetThirdPartyJobDetailsOutput.error)
t| ListActionExecutions : (Values.ListActionExecutionsInput.t,
Values.ListActionExecutionsOutput.t,
Values.ListActionExecutionsOutput.error)
t| ListActionTypes : (Values.ListActionTypesInput.t,
Values.ListActionTypesOutput.t,
Values.ListActionTypesOutput.error)
t| ListDeployActionExecutionTargets : (Values.ListDeployActionExecutionTargetsInput.t,
Values.ListDeployActionExecutionTargetsOutput.t,
Values.ListDeployActionExecutionTargetsOutput.error)
t| ListPipelineExecutions : (Values.ListPipelineExecutionsInput.t,
Values.ListPipelineExecutionsOutput.t,
Values.ListPipelineExecutionsOutput.error)
t| ListPipelines : (Values.ListPipelinesInput.t,
Values.ListPipelinesOutput.t,
Values.ListPipelinesOutput.error)
t| ListRuleExecutions : (Values.ListRuleExecutionsInput.t,
Values.ListRuleExecutionsOutput.t,
Values.ListRuleExecutionsOutput.error)
t| ListRuleTypes : (Values.ListRuleTypesInput.t,
Values.ListRuleTypesOutput.t,
Values.ListRuleTypesOutput.error)
t| ListTagsForResource : (Values.ListTagsForResourceInput.t,
Values.ListTagsForResourceOutput.t,
Values.ListTagsForResourceOutput.error)
t| ListWebhooks : (Values.ListWebhooksInput.t,
Values.ListWebhooksOutput.t,
Values.ListWebhooksOutput.error)
t| OverrideStageCondition : (Values.OverrideStageConditionInput.t, unit, unit) t| PollForJobs : (Values.PollForJobsInput.t,
Values.PollForJobsOutput.t,
Values.PollForJobsOutput.error)
t| PollForThirdPartyJobs : (Values.PollForThirdPartyJobsInput.t,
Values.PollForThirdPartyJobsOutput.t,
Values.PollForThirdPartyJobsOutput.error)
t| PutActionRevision : (Values.PutActionRevisionInput.t,
Values.PutActionRevisionOutput.t,
Values.PutActionRevisionOutput.error)
t| PutApprovalResult : (Values.PutApprovalResultInput.t,
Values.PutApprovalResultOutput.t,
Values.PutApprovalResultOutput.error)
t| PutJobFailureResult : (Values.PutJobFailureResultInput.t, unit, unit) t| PutJobSuccessResult : (Values.PutJobSuccessResultInput.t, unit, unit) t| PutThirdPartyJobFailureResult : (Values.PutThirdPartyJobFailureResultInput.t,
unit,
unit)
t| PutThirdPartyJobSuccessResult : (Values.PutThirdPartyJobSuccessResultInput.t,
unit,
unit)
t| PutWebhook : (Values.PutWebhookInput.t,
Values.PutWebhookOutput.t,
Values.PutWebhookOutput.error)
t| RegisterWebhookWithThirdParty : (Values.RegisterWebhookWithThirdPartyInput.t,
Values.RegisterWebhookWithThirdPartyOutput.t,
Values.RegisterWebhookWithThirdPartyOutput.error)
t| RetryStageExecution : (Values.RetryStageExecutionInput.t,
Values.RetryStageExecutionOutput.t,
Values.RetryStageExecutionOutput.error)
t| RollbackStage : (Values.RollbackStageInput.t,
Values.RollbackStageOutput.t,
Values.RollbackStageOutput.error)
t| StartPipelineExecution : (Values.StartPipelineExecutionInput.t,
Values.StartPipelineExecutionOutput.t,
Values.StartPipelineExecutionOutput.error)
t| StopPipelineExecution : (Values.StopPipelineExecutionInput.t,
Values.StopPipelineExecutionOutput.t,
Values.StopPipelineExecutionOutput.error)
t| TagResource : (Values.TagResourceInput.t,
Values.TagResourceOutput.t,
Values.TagResourceOutput.error)
t| UntagResource : (Values.UntagResourceInput.t,
Values.UntagResourceOutput.t,
Values.UntagResourceOutput.error)
t| UpdateActionType : (Values.UpdateActionTypeInput.t, unit, unit) t| UpdatePipeline : (Values.UpdatePipelineInput.t,
Values.UpdatePipelineOutput.t,
Values.UpdatePipelineOutput.error)
t
Sourceval method_of_endpoint : 'i 'o 'e. ('i, 'o, 'e) t -> [> `POST ] Sourceval uri_of_endpoint : 'i 'o 'e. ('i, 'o, 'e) t -> 'i -> Uri.t