Module Awso_codepipeline.EndpointsSource

Sourcetype ('i, 'o, 'e) t =
  1. | AcknowledgeJob : (Values.AcknowledgeJobInput.t, Values.AcknowledgeJobOutput.t, Values.AcknowledgeJobOutput.error) t
  2. | AcknowledgeThirdPartyJob : (Values.AcknowledgeThirdPartyJobInput.t, Values.AcknowledgeThirdPartyJobOutput.t, Values.AcknowledgeThirdPartyJobOutput.error) t
  3. | CreateCustomActionType : (Values.CreateCustomActionTypeInput.t, Values.CreateCustomActionTypeOutput.t, Values.CreateCustomActionTypeOutput.error) t
  4. | CreatePipeline : (Values.CreatePipelineInput.t, Values.CreatePipelineOutput.t, Values.CreatePipelineOutput.error) t
  5. | DeleteCustomActionType : (Values.DeleteCustomActionTypeInput.t, unit, unit) t
  6. | DeletePipeline : (Values.DeletePipelineInput.t, unit, unit) t
  7. | DeleteWebhook : (Values.DeleteWebhookInput.t, Values.DeleteWebhookOutput.t, Values.DeleteWebhookOutput.error) t
  8. | DeregisterWebhookWithThirdParty : (Values.DeregisterWebhookWithThirdPartyInput.t, Values.DeregisterWebhookWithThirdPartyOutput.t, Values.DeregisterWebhookWithThirdPartyOutput.error) t
  9. | DisableStageTransition : (Values.DisableStageTransitionInput.t, unit, unit) t
  10. | EnableStageTransition : (Values.EnableStageTransitionInput.t, unit, unit) t
  11. | GetActionType : (Values.GetActionTypeInput.t, Values.GetActionTypeOutput.t, Values.GetActionTypeOutput.error) t
  12. | GetJobDetails : (Values.GetJobDetailsInput.t, Values.GetJobDetailsOutput.t, Values.GetJobDetailsOutput.error) t
  13. | GetPipeline : (Values.GetPipelineInput.t, Values.GetPipelineOutput.t, Values.GetPipelineOutput.error) t
  14. | GetPipelineExecution : (Values.GetPipelineExecutionInput.t, Values.GetPipelineExecutionOutput.t, Values.GetPipelineExecutionOutput.error) t
  15. | GetPipelineState : (Values.GetPipelineStateInput.t, Values.GetPipelineStateOutput.t, Values.GetPipelineStateOutput.error) t
  16. | GetThirdPartyJobDetails : (Values.GetThirdPartyJobDetailsInput.t, Values.GetThirdPartyJobDetailsOutput.t, Values.GetThirdPartyJobDetailsOutput.error) t
  17. | ListActionExecutions : (Values.ListActionExecutionsInput.t, Values.ListActionExecutionsOutput.t, Values.ListActionExecutionsOutput.error) t
  18. | ListActionTypes : (Values.ListActionTypesInput.t, Values.ListActionTypesOutput.t, Values.ListActionTypesOutput.error) t
  19. | ListDeployActionExecutionTargets : (Values.ListDeployActionExecutionTargetsInput.t, Values.ListDeployActionExecutionTargetsOutput.t, Values.ListDeployActionExecutionTargetsOutput.error) t
  20. | ListPipelineExecutions : (Values.ListPipelineExecutionsInput.t, Values.ListPipelineExecutionsOutput.t, Values.ListPipelineExecutionsOutput.error) t
  21. | ListPipelines : (Values.ListPipelinesInput.t, Values.ListPipelinesOutput.t, Values.ListPipelinesOutput.error) t
  22. | ListRuleExecutions : (Values.ListRuleExecutionsInput.t, Values.ListRuleExecutionsOutput.t, Values.ListRuleExecutionsOutput.error) t
  23. | ListRuleTypes : (Values.ListRuleTypesInput.t, Values.ListRuleTypesOutput.t, Values.ListRuleTypesOutput.error) t
  24. | ListTagsForResource : (Values.ListTagsForResourceInput.t, Values.ListTagsForResourceOutput.t, Values.ListTagsForResourceOutput.error) t
  25. | ListWebhooks : (Values.ListWebhooksInput.t, Values.ListWebhooksOutput.t, Values.ListWebhooksOutput.error) t
  26. | OverrideStageCondition : (Values.OverrideStageConditionInput.t, unit, unit) t
  27. | PollForJobs : (Values.PollForJobsInput.t, Values.PollForJobsOutput.t, Values.PollForJobsOutput.error) t
  28. | PollForThirdPartyJobs : (Values.PollForThirdPartyJobsInput.t, Values.PollForThirdPartyJobsOutput.t, Values.PollForThirdPartyJobsOutput.error) t
  29. | PutActionRevision : (Values.PutActionRevisionInput.t, Values.PutActionRevisionOutput.t, Values.PutActionRevisionOutput.error) t
  30. | PutApprovalResult : (Values.PutApprovalResultInput.t, Values.PutApprovalResultOutput.t, Values.PutApprovalResultOutput.error) t
  31. | PutJobFailureResult : (Values.PutJobFailureResultInput.t, unit, unit) t
  32. | PutJobSuccessResult : (Values.PutJobSuccessResultInput.t, unit, unit) t
  33. | PutThirdPartyJobFailureResult : (Values.PutThirdPartyJobFailureResultInput.t, unit, unit) t
  34. | PutThirdPartyJobSuccessResult : (Values.PutThirdPartyJobSuccessResultInput.t, unit, unit) t
  35. | PutWebhook : (Values.PutWebhookInput.t, Values.PutWebhookOutput.t, Values.PutWebhookOutput.error) t
  36. | RegisterWebhookWithThirdParty : (Values.RegisterWebhookWithThirdPartyInput.t, Values.RegisterWebhookWithThirdPartyOutput.t, Values.RegisterWebhookWithThirdPartyOutput.error) t
  37. | RetryStageExecution : (Values.RetryStageExecutionInput.t, Values.RetryStageExecutionOutput.t, Values.RetryStageExecutionOutput.error) t
  38. | RollbackStage : (Values.RollbackStageInput.t, Values.RollbackStageOutput.t, Values.RollbackStageOutput.error) t
  39. | StartPipelineExecution : (Values.StartPipelineExecutionInput.t, Values.StartPipelineExecutionOutput.t, Values.StartPipelineExecutionOutput.error) t
  40. | StopPipelineExecution : (Values.StopPipelineExecutionInput.t, Values.StopPipelineExecutionOutput.t, Values.StopPipelineExecutionOutput.error) t
  41. | TagResource : (Values.TagResourceInput.t, Values.TagResourceOutput.t, Values.TagResourceOutput.error) t
  42. | UntagResource : (Values.UntagResourceInput.t, Values.UntagResourceOutput.t, Values.UntagResourceOutput.error) t
  43. | UpdateActionType : (Values.UpdateActionTypeInput.t, unit, unit) t
  44. | 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
Sourceval to_request : ('i, 'o, 'e) t -> 'i -> Awso.Http.Request.t
Sourceval of_response : ('i, 'o, 'e) t -> Awso.Http.Response.t -> ('o, 'e) result