Documentation ¶
Index ¶
- type AcknowledgeJobFuture
- type AcknowledgeThirdPartyJobFuture
- type Client
- type CreateCustomActionTypeFuture
- type CreatePipelineFuture
- type DeleteCustomActionTypeFuture
- type DeletePipelineFuture
- type DeleteWebhookFuture
- type DeregisterWebhookWithThirdPartyFuture
- type DisableStageTransitionFuture
- type EnableStageTransitionFuture
- type GetJobDetailsFuture
- type GetPipelineExecutionFuture
- type GetPipelineFuture
- type GetPipelineStateFuture
- type GetThirdPartyJobDetailsFuture
- type ListActionExecutionsFuture
- type ListActionTypesFuture
- type ListPipelineExecutionsFuture
- type ListPipelinesFuture
- type ListTagsForResourceFuture
- type ListWebhooksFuture
- type PollForJobsFuture
- type PollForThirdPartyJobsFuture
- type PutActionRevisionFuture
- type PutApprovalResultFuture
- type PutJobFailureResultFuture
- type PutJobSuccessResultFuture
- type PutThirdPartyJobFailureResultFuture
- type PutThirdPartyJobSuccessResultFuture
- type PutWebhookFuture
- type RegisterWebhookWithThirdPartyFuture
- type RetryStageExecutionFuture
- type StartPipelineExecutionFuture
- type StopPipelineExecutionFuture
- type TagResourceFuture
- type UntagResourceFuture
- type UpdatePipelineFuture
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AcknowledgeJobFuture ¶
func (*AcknowledgeJobFuture) Get ¶
func (r *AcknowledgeJobFuture) Get(ctx workflow.Context) (*codepipeline.AcknowledgeJobOutput, error)
type AcknowledgeThirdPartyJobFuture ¶
type AcknowledgeThirdPartyJobFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*AcknowledgeThirdPartyJobFuture) Get ¶
func (r *AcknowledgeThirdPartyJobFuture) Get(ctx workflow.Context) (*codepipeline.AcknowledgeThirdPartyJobOutput, error)
type Client ¶
type Client interface { AcknowledgeJob(ctx workflow.Context, input *codepipeline.AcknowledgeJobInput) (*codepipeline.AcknowledgeJobOutput, error) AcknowledgeJobAsync(ctx workflow.Context, input *codepipeline.AcknowledgeJobInput) *AcknowledgeJobFuture AcknowledgeThirdPartyJob(ctx workflow.Context, input *codepipeline.AcknowledgeThirdPartyJobInput) (*codepipeline.AcknowledgeThirdPartyJobOutput, error) AcknowledgeThirdPartyJobAsync(ctx workflow.Context, input *codepipeline.AcknowledgeThirdPartyJobInput) *AcknowledgeThirdPartyJobFuture CreateCustomActionType(ctx workflow.Context, input *codepipeline.CreateCustomActionTypeInput) (*codepipeline.CreateCustomActionTypeOutput, error) CreateCustomActionTypeAsync(ctx workflow.Context, input *codepipeline.CreateCustomActionTypeInput) *CreateCustomActionTypeFuture CreatePipeline(ctx workflow.Context, input *codepipeline.CreatePipelineInput) (*codepipeline.CreatePipelineOutput, error) CreatePipelineAsync(ctx workflow.Context, input *codepipeline.CreatePipelineInput) *CreatePipelineFuture DeleteCustomActionType(ctx workflow.Context, input *codepipeline.DeleteCustomActionTypeInput) (*codepipeline.DeleteCustomActionTypeOutput, error) DeleteCustomActionTypeAsync(ctx workflow.Context, input *codepipeline.DeleteCustomActionTypeInput) *DeleteCustomActionTypeFuture DeletePipeline(ctx workflow.Context, input *codepipeline.DeletePipelineInput) (*codepipeline.DeletePipelineOutput, error) DeletePipelineAsync(ctx workflow.Context, input *codepipeline.DeletePipelineInput) *DeletePipelineFuture DeleteWebhook(ctx workflow.Context, input *codepipeline.DeleteWebhookInput) (*codepipeline.DeleteWebhookOutput, error) DeleteWebhookAsync(ctx workflow.Context, input *codepipeline.DeleteWebhookInput) *DeleteWebhookFuture DeregisterWebhookWithThirdParty(ctx workflow.Context, input *codepipeline.DeregisterWebhookWithThirdPartyInput) (*codepipeline.DeregisterWebhookWithThirdPartyOutput, error) DeregisterWebhookWithThirdPartyAsync(ctx workflow.Context, input *codepipeline.DeregisterWebhookWithThirdPartyInput) *DeregisterWebhookWithThirdPartyFuture DisableStageTransition(ctx workflow.Context, input *codepipeline.DisableStageTransitionInput) (*codepipeline.DisableStageTransitionOutput, error) DisableStageTransitionAsync(ctx workflow.Context, input *codepipeline.DisableStageTransitionInput) *DisableStageTransitionFuture EnableStageTransition(ctx workflow.Context, input *codepipeline.EnableStageTransitionInput) (*codepipeline.EnableStageTransitionOutput, error) EnableStageTransitionAsync(ctx workflow.Context, input *codepipeline.EnableStageTransitionInput) *EnableStageTransitionFuture GetJobDetails(ctx workflow.Context, input *codepipeline.GetJobDetailsInput) (*codepipeline.GetJobDetailsOutput, error) GetJobDetailsAsync(ctx workflow.Context, input *codepipeline.GetJobDetailsInput) *GetJobDetailsFuture GetPipeline(ctx workflow.Context, input *codepipeline.GetPipelineInput) (*codepipeline.GetPipelineOutput, error) GetPipelineAsync(ctx workflow.Context, input *codepipeline.GetPipelineInput) *GetPipelineFuture GetPipelineExecution(ctx workflow.Context, input *codepipeline.GetPipelineExecutionInput) (*codepipeline.GetPipelineExecutionOutput, error) GetPipelineExecutionAsync(ctx workflow.Context, input *codepipeline.GetPipelineExecutionInput) *GetPipelineExecutionFuture GetPipelineState(ctx workflow.Context, input *codepipeline.GetPipelineStateInput) (*codepipeline.GetPipelineStateOutput, error) GetPipelineStateAsync(ctx workflow.Context, input *codepipeline.GetPipelineStateInput) *GetPipelineStateFuture GetThirdPartyJobDetails(ctx workflow.Context, input *codepipeline.GetThirdPartyJobDetailsInput) (*codepipeline.GetThirdPartyJobDetailsOutput, error) GetThirdPartyJobDetailsAsync(ctx workflow.Context, input *codepipeline.GetThirdPartyJobDetailsInput) *GetThirdPartyJobDetailsFuture ListActionExecutions(ctx workflow.Context, input *codepipeline.ListActionExecutionsInput) (*codepipeline.ListActionExecutionsOutput, error) ListActionExecutionsAsync(ctx workflow.Context, input *codepipeline.ListActionExecutionsInput) *ListActionExecutionsFuture ListActionTypes(ctx workflow.Context, input *codepipeline.ListActionTypesInput) (*codepipeline.ListActionTypesOutput, error) ListActionTypesAsync(ctx workflow.Context, input *codepipeline.ListActionTypesInput) *ListActionTypesFuture ListPipelineExecutions(ctx workflow.Context, input *codepipeline.ListPipelineExecutionsInput) (*codepipeline.ListPipelineExecutionsOutput, error) ListPipelineExecutionsAsync(ctx workflow.Context, input *codepipeline.ListPipelineExecutionsInput) *ListPipelineExecutionsFuture ListPipelines(ctx workflow.Context, input *codepipeline.ListPipelinesInput) (*codepipeline.ListPipelinesOutput, error) ListPipelinesAsync(ctx workflow.Context, input *codepipeline.ListPipelinesInput) *ListPipelinesFuture ListTagsForResource(ctx workflow.Context, input *codepipeline.ListTagsForResourceInput) (*codepipeline.ListTagsForResourceOutput, error) ListTagsForResourceAsync(ctx workflow.Context, input *codepipeline.ListTagsForResourceInput) *ListTagsForResourceFuture ListWebhooks(ctx workflow.Context, input *codepipeline.ListWebhooksInput) (*codepipeline.ListWebhooksOutput, error) ListWebhooksAsync(ctx workflow.Context, input *codepipeline.ListWebhooksInput) *ListWebhooksFuture PollForJobs(ctx workflow.Context, input *codepipeline.PollForJobsInput) (*codepipeline.PollForJobsOutput, error) PollForJobsAsync(ctx workflow.Context, input *codepipeline.PollForJobsInput) *PollForJobsFuture PollForThirdPartyJobs(ctx workflow.Context, input *codepipeline.PollForThirdPartyJobsInput) (*codepipeline.PollForThirdPartyJobsOutput, error) PollForThirdPartyJobsAsync(ctx workflow.Context, input *codepipeline.PollForThirdPartyJobsInput) *PollForThirdPartyJobsFuture PutActionRevision(ctx workflow.Context, input *codepipeline.PutActionRevisionInput) (*codepipeline.PutActionRevisionOutput, error) PutActionRevisionAsync(ctx workflow.Context, input *codepipeline.PutActionRevisionInput) *PutActionRevisionFuture PutApprovalResult(ctx workflow.Context, input *codepipeline.PutApprovalResultInput) (*codepipeline.PutApprovalResultOutput, error) PutApprovalResultAsync(ctx workflow.Context, input *codepipeline.PutApprovalResultInput) *PutApprovalResultFuture PutJobFailureResult(ctx workflow.Context, input *codepipeline.PutJobFailureResultInput) (*codepipeline.PutJobFailureResultOutput, error) PutJobFailureResultAsync(ctx workflow.Context, input *codepipeline.PutJobFailureResultInput) *PutJobFailureResultFuture PutJobSuccessResult(ctx workflow.Context, input *codepipeline.PutJobSuccessResultInput) (*codepipeline.PutJobSuccessResultOutput, error) PutJobSuccessResultAsync(ctx workflow.Context, input *codepipeline.PutJobSuccessResultInput) *PutJobSuccessResultFuture PutThirdPartyJobFailureResult(ctx workflow.Context, input *codepipeline.PutThirdPartyJobFailureResultInput) (*codepipeline.PutThirdPartyJobFailureResultOutput, error) PutThirdPartyJobFailureResultAsync(ctx workflow.Context, input *codepipeline.PutThirdPartyJobFailureResultInput) *PutThirdPartyJobFailureResultFuture PutThirdPartyJobSuccessResult(ctx workflow.Context, input *codepipeline.PutThirdPartyJobSuccessResultInput) (*codepipeline.PutThirdPartyJobSuccessResultOutput, error) PutThirdPartyJobSuccessResultAsync(ctx workflow.Context, input *codepipeline.PutThirdPartyJobSuccessResultInput) *PutThirdPartyJobSuccessResultFuture PutWebhook(ctx workflow.Context, input *codepipeline.PutWebhookInput) (*codepipeline.PutWebhookOutput, error) PutWebhookAsync(ctx workflow.Context, input *codepipeline.PutWebhookInput) *PutWebhookFuture RegisterWebhookWithThirdParty(ctx workflow.Context, input *codepipeline.RegisterWebhookWithThirdPartyInput) (*codepipeline.RegisterWebhookWithThirdPartyOutput, error) RegisterWebhookWithThirdPartyAsync(ctx workflow.Context, input *codepipeline.RegisterWebhookWithThirdPartyInput) *RegisterWebhookWithThirdPartyFuture RetryStageExecution(ctx workflow.Context, input *codepipeline.RetryStageExecutionInput) (*codepipeline.RetryStageExecutionOutput, error) RetryStageExecutionAsync(ctx workflow.Context, input *codepipeline.RetryStageExecutionInput) *RetryStageExecutionFuture StartPipelineExecution(ctx workflow.Context, input *codepipeline.StartPipelineExecutionInput) (*codepipeline.StartPipelineExecutionOutput, error) StartPipelineExecutionAsync(ctx workflow.Context, input *codepipeline.StartPipelineExecutionInput) *StartPipelineExecutionFuture StopPipelineExecution(ctx workflow.Context, input *codepipeline.StopPipelineExecutionInput) (*codepipeline.StopPipelineExecutionOutput, error) StopPipelineExecutionAsync(ctx workflow.Context, input *codepipeline.StopPipelineExecutionInput) *StopPipelineExecutionFuture TagResource(ctx workflow.Context, input *codepipeline.TagResourceInput) (*codepipeline.TagResourceOutput, error) TagResourceAsync(ctx workflow.Context, input *codepipeline.TagResourceInput) *TagResourceFuture UntagResource(ctx workflow.Context, input *codepipeline.UntagResourceInput) (*codepipeline.UntagResourceOutput, error) UntagResourceAsync(ctx workflow.Context, input *codepipeline.UntagResourceInput) *UntagResourceFuture UpdatePipeline(ctx workflow.Context, input *codepipeline.UpdatePipelineInput) (*codepipeline.UpdatePipelineOutput, error) UpdatePipelineAsync(ctx workflow.Context, input *codepipeline.UpdatePipelineInput) *UpdatePipelineFuture }
type CreateCustomActionTypeFuture ¶
type CreateCustomActionTypeFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*CreateCustomActionTypeFuture) Get ¶
func (r *CreateCustomActionTypeFuture) Get(ctx workflow.Context) (*codepipeline.CreateCustomActionTypeOutput, error)
type CreatePipelineFuture ¶
func (*CreatePipelineFuture) Get ¶
func (r *CreatePipelineFuture) Get(ctx workflow.Context) (*codepipeline.CreatePipelineOutput, error)
type DeleteCustomActionTypeFuture ¶
type DeleteCustomActionTypeFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteCustomActionTypeFuture) Get ¶
func (r *DeleteCustomActionTypeFuture) Get(ctx workflow.Context) (*codepipeline.DeleteCustomActionTypeOutput, error)
type DeletePipelineFuture ¶
func (*DeletePipelineFuture) Get ¶
func (r *DeletePipelineFuture) Get(ctx workflow.Context) (*codepipeline.DeletePipelineOutput, error)
type DeleteWebhookFuture ¶
func (*DeleteWebhookFuture) Get ¶
func (r *DeleteWebhookFuture) Get(ctx workflow.Context) (*codepipeline.DeleteWebhookOutput, error)
type DeregisterWebhookWithThirdPartyFuture ¶
type DeregisterWebhookWithThirdPartyFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeregisterWebhookWithThirdPartyFuture) Get ¶
func (r *DeregisterWebhookWithThirdPartyFuture) Get(ctx workflow.Context) (*codepipeline.DeregisterWebhookWithThirdPartyOutput, error)
type DisableStageTransitionFuture ¶
type DisableStageTransitionFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DisableStageTransitionFuture) Get ¶
func (r *DisableStageTransitionFuture) Get(ctx workflow.Context) (*codepipeline.DisableStageTransitionOutput, error)
type EnableStageTransitionFuture ¶
type EnableStageTransitionFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*EnableStageTransitionFuture) Get ¶
func (r *EnableStageTransitionFuture) Get(ctx workflow.Context) (*codepipeline.EnableStageTransitionOutput, error)
type GetJobDetailsFuture ¶
func (*GetJobDetailsFuture) Get ¶
func (r *GetJobDetailsFuture) Get(ctx workflow.Context) (*codepipeline.GetJobDetailsOutput, error)
type GetPipelineExecutionFuture ¶
type GetPipelineExecutionFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetPipelineExecutionFuture) Get ¶
func (r *GetPipelineExecutionFuture) Get(ctx workflow.Context) (*codepipeline.GetPipelineExecutionOutput, error)
type GetPipelineFuture ¶
func (*GetPipelineFuture) Get ¶
func (r *GetPipelineFuture) Get(ctx workflow.Context) (*codepipeline.GetPipelineOutput, error)
type GetPipelineStateFuture ¶
type GetPipelineStateFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetPipelineStateFuture) Get ¶
func (r *GetPipelineStateFuture) Get(ctx workflow.Context) (*codepipeline.GetPipelineStateOutput, error)
type GetThirdPartyJobDetailsFuture ¶
type GetThirdPartyJobDetailsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetThirdPartyJobDetailsFuture) Get ¶
func (r *GetThirdPartyJobDetailsFuture) Get(ctx workflow.Context) (*codepipeline.GetThirdPartyJobDetailsOutput, error)
type ListActionExecutionsFuture ¶
type ListActionExecutionsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListActionExecutionsFuture) Get ¶
func (r *ListActionExecutionsFuture) Get(ctx workflow.Context) (*codepipeline.ListActionExecutionsOutput, error)
type ListActionTypesFuture ¶
type ListActionTypesFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListActionTypesFuture) Get ¶
func (r *ListActionTypesFuture) Get(ctx workflow.Context) (*codepipeline.ListActionTypesOutput, error)
type ListPipelineExecutionsFuture ¶
type ListPipelineExecutionsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListPipelineExecutionsFuture) Get ¶
func (r *ListPipelineExecutionsFuture) Get(ctx workflow.Context) (*codepipeline.ListPipelineExecutionsOutput, error)
type ListPipelinesFuture ¶
func (*ListPipelinesFuture) Get ¶
func (r *ListPipelinesFuture) Get(ctx workflow.Context) (*codepipeline.ListPipelinesOutput, error)
type ListTagsForResourceFuture ¶
type ListTagsForResourceFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListTagsForResourceFuture) Get ¶
func (r *ListTagsForResourceFuture) Get(ctx workflow.Context) (*codepipeline.ListTagsForResourceOutput, error)
type ListWebhooksFuture ¶
func (*ListWebhooksFuture) Get ¶
func (r *ListWebhooksFuture) Get(ctx workflow.Context) (*codepipeline.ListWebhooksOutput, error)
type PollForJobsFuture ¶
func (*PollForJobsFuture) Get ¶
func (r *PollForJobsFuture) Get(ctx workflow.Context) (*codepipeline.PollForJobsOutput, error)
type PollForThirdPartyJobsFuture ¶
type PollForThirdPartyJobsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*PollForThirdPartyJobsFuture) Get ¶
func (r *PollForThirdPartyJobsFuture) Get(ctx workflow.Context) (*codepipeline.PollForThirdPartyJobsOutput, error)
type PutActionRevisionFuture ¶
type PutActionRevisionFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*PutActionRevisionFuture) Get ¶
func (r *PutActionRevisionFuture) Get(ctx workflow.Context) (*codepipeline.PutActionRevisionOutput, error)
type PutApprovalResultFuture ¶
type PutApprovalResultFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*PutApprovalResultFuture) Get ¶
func (r *PutApprovalResultFuture) Get(ctx workflow.Context) (*codepipeline.PutApprovalResultOutput, error)
type PutJobFailureResultFuture ¶
type PutJobFailureResultFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*PutJobFailureResultFuture) Get ¶
func (r *PutJobFailureResultFuture) Get(ctx workflow.Context) (*codepipeline.PutJobFailureResultOutput, error)
type PutJobSuccessResultFuture ¶
type PutJobSuccessResultFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*PutJobSuccessResultFuture) Get ¶
func (r *PutJobSuccessResultFuture) Get(ctx workflow.Context) (*codepipeline.PutJobSuccessResultOutput, error)
type PutThirdPartyJobFailureResultFuture ¶
type PutThirdPartyJobFailureResultFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*PutThirdPartyJobFailureResultFuture) Get ¶
func (r *PutThirdPartyJobFailureResultFuture) Get(ctx workflow.Context) (*codepipeline.PutThirdPartyJobFailureResultOutput, error)
type PutThirdPartyJobSuccessResultFuture ¶
type PutThirdPartyJobSuccessResultFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*PutThirdPartyJobSuccessResultFuture) Get ¶
func (r *PutThirdPartyJobSuccessResultFuture) Get(ctx workflow.Context) (*codepipeline.PutThirdPartyJobSuccessResultOutput, error)
type PutWebhookFuture ¶
func (*PutWebhookFuture) Get ¶
func (r *PutWebhookFuture) Get(ctx workflow.Context) (*codepipeline.PutWebhookOutput, error)
type RegisterWebhookWithThirdPartyFuture ¶
type RegisterWebhookWithThirdPartyFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*RegisterWebhookWithThirdPartyFuture) Get ¶
func (r *RegisterWebhookWithThirdPartyFuture) Get(ctx workflow.Context) (*codepipeline.RegisterWebhookWithThirdPartyOutput, error)
type RetryStageExecutionFuture ¶
type RetryStageExecutionFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*RetryStageExecutionFuture) Get ¶
func (r *RetryStageExecutionFuture) Get(ctx workflow.Context) (*codepipeline.RetryStageExecutionOutput, error)
type StartPipelineExecutionFuture ¶
type StartPipelineExecutionFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*StartPipelineExecutionFuture) Get ¶
func (r *StartPipelineExecutionFuture) Get(ctx workflow.Context) (*codepipeline.StartPipelineExecutionOutput, error)
type StopPipelineExecutionFuture ¶
type StopPipelineExecutionFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*StopPipelineExecutionFuture) Get ¶
func (r *StopPipelineExecutionFuture) Get(ctx workflow.Context) (*codepipeline.StopPipelineExecutionOutput, error)
type TagResourceFuture ¶
func (*TagResourceFuture) Get ¶
func (r *TagResourceFuture) Get(ctx workflow.Context) (*codepipeline.TagResourceOutput, error)
type UntagResourceFuture ¶
func (*UntagResourceFuture) Get ¶
func (r *UntagResourceFuture) Get(ctx workflow.Context) (*codepipeline.UntagResourceOutput, error)
type UpdatePipelineFuture ¶
func (*UpdatePipelineFuture) Get ¶
func (r *UpdatePipelineFuture) Get(ctx workflow.Context) (*codepipeline.UpdatePipelineOutput, error)
Click to show internal directories.
Click to hide internal directories.