codepipelinestub

package
v0.6.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 31, 2022 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AcknowledgeJobFuture

type AcknowledgeJobFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*AcknowledgeJobFuture) Get

type AcknowledgeThirdPartyJobFuture

type AcknowledgeThirdPartyJobFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*AcknowledgeThirdPartyJobFuture) Get

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
}

func NewClient

func NewClient() Client

type CreateCustomActionTypeFuture

type CreateCustomActionTypeFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*CreateCustomActionTypeFuture) Get

type CreatePipelineFuture

type CreatePipelineFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*CreatePipelineFuture) Get

type DeleteCustomActionTypeFuture

type DeleteCustomActionTypeFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*DeleteCustomActionTypeFuture) Get

type DeletePipelineFuture

type DeletePipelineFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*DeletePipelineFuture) Get

type DeleteWebhookFuture

type DeleteWebhookFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*DeleteWebhookFuture) Get

type DeregisterWebhookWithThirdPartyFuture

type DeregisterWebhookWithThirdPartyFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*DeregisterWebhookWithThirdPartyFuture) Get

type DisableStageTransitionFuture

type DisableStageTransitionFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*DisableStageTransitionFuture) Get

type EnableStageTransitionFuture

type EnableStageTransitionFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*EnableStageTransitionFuture) Get

type GetJobDetailsFuture

type GetJobDetailsFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*GetJobDetailsFuture) Get

type GetPipelineExecutionFuture

type GetPipelineExecutionFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*GetPipelineExecutionFuture) Get

type GetPipelineFuture

type GetPipelineFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*GetPipelineFuture) Get

type GetPipelineStateFuture

type GetPipelineStateFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*GetPipelineStateFuture) Get

type GetThirdPartyJobDetailsFuture

type GetThirdPartyJobDetailsFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*GetThirdPartyJobDetailsFuture) Get

type ListActionExecutionsFuture

type ListActionExecutionsFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*ListActionExecutionsFuture) Get

type ListActionTypesFuture

type ListActionTypesFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*ListActionTypesFuture) Get

type ListPipelineExecutionsFuture

type ListPipelineExecutionsFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*ListPipelineExecutionsFuture) Get

type ListPipelinesFuture

type ListPipelinesFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*ListPipelinesFuture) Get

type ListTagsForResourceFuture

type ListTagsForResourceFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*ListTagsForResourceFuture) Get

type ListWebhooksFuture

type ListWebhooksFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*ListWebhooksFuture) Get

type PollForJobsFuture

type PollForJobsFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*PollForJobsFuture) Get

type PollForThirdPartyJobsFuture

type PollForThirdPartyJobsFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*PollForThirdPartyJobsFuture) Get

type PutActionRevisionFuture

type PutActionRevisionFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*PutActionRevisionFuture) Get

type PutApprovalResultFuture

type PutApprovalResultFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*PutApprovalResultFuture) Get

type PutJobFailureResultFuture

type PutJobFailureResultFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*PutJobFailureResultFuture) Get

type PutJobSuccessResultFuture

type PutJobSuccessResultFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*PutJobSuccessResultFuture) Get

type PutThirdPartyJobFailureResultFuture

type PutThirdPartyJobFailureResultFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*PutThirdPartyJobFailureResultFuture) Get

type PutThirdPartyJobSuccessResultFuture

type PutThirdPartyJobSuccessResultFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*PutThirdPartyJobSuccessResultFuture) Get

type PutWebhookFuture

type PutWebhookFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*PutWebhookFuture) Get

type RegisterWebhookWithThirdPartyFuture

type RegisterWebhookWithThirdPartyFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*RegisterWebhookWithThirdPartyFuture) Get

type RetryStageExecutionFuture

type RetryStageExecutionFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*RetryStageExecutionFuture) Get

type StartPipelineExecutionFuture

type StartPipelineExecutionFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*StartPipelineExecutionFuture) Get

type StopPipelineExecutionFuture

type StopPipelineExecutionFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*StopPipelineExecutionFuture) Get

type TagResourceFuture

type TagResourceFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*TagResourceFuture) Get

type UntagResourceFuture

type UntagResourceFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*UntagResourceFuture) Get

type UpdatePipelineFuture

type UpdatePipelineFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*UpdatePipelineFuture) Get

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL