Documentation ¶
Index ¶
- type AssociateApprovalRuleTemplateWithRepositoryFuture
- type BatchAssociateApprovalRuleTemplateWithRepositoriesFuture
- type BatchDescribeMergeConflictsFuture
- type BatchDisassociateApprovalRuleTemplateFromRepositoriesFuture
- type BatchGetCommitsFuture
- type BatchGetRepositoriesFuture
- type Client
- type CreateApprovalRuleTemplateFuture
- type CreateBranchFuture
- type CreateCommitFuture
- type CreatePullRequestApprovalRuleFuture
- type CreateRepositoryFuture
- type CreateUnreferencedMergeCommitFuture
- type DeleteApprovalRuleTemplateFuture
- type DeleteBranchFuture
- type DeleteCommentContentFuture
- type DeleteFileFuture
- type DeletePullRequestApprovalRuleFuture
- type DeleteRepositoryFuture
- type DescribeMergeConflictsFuture
- type DescribePullRequestEventsFuture
- type DisassociateApprovalRuleTemplateFromRepositoryFuture
- type EvaluatePullRequestApprovalRulesFuture
- type GetApprovalRuleTemplateFuture
- type GetBlobFuture
- type GetBranchFuture
- type GetCommentFuture
- type GetCommentReactionsFuture
- type GetCommentsForComparedCommitFuture
- type GetCommitFuture
- type GetDifferencesFuture
- type GetFileFuture
- type GetFolderFuture
- type GetMergeCommitFuture
- type GetMergeConflictsFuture
- type GetMergeOptionsFuture
- type GetPullRequestApprovalStatesFuture
- type GetPullRequestOverrideStateFuture
- type GetRepositoryFuture
- type GetRepositoryTriggersFuture
- type ListApprovalRuleTemplatesFuture
- type ListAssociatedApprovalRuleTemplatesForRepositoryFuture
- type ListBranchesFuture
- type ListPullRequestsFuture
- type ListRepositoriesForApprovalRuleTemplateFuture
- type ListRepositoriesFuture
- type ListTagsForResourceFuture
- type MergeBranchesByFastForwardFuture
- type MergeBranchesBySquashFuture
- type MergeBranchesByThreeWayFuture
- type MergePullRequestByFastForwardFuture
- type MergePullRequestBySquashFuture
- type MergePullRequestByThreeWayFuture
- type OverridePullRequestApprovalRulesFuture
- type PostCommentForComparedCommitFuture
- type PostCommentReplyFuture
- type PutCommentReactionFuture
- type PutFileFuture
- type PutRepositoryTriggersFuture
- type TagResourceFuture
- type TestRepositoryTriggersFuture
- type UntagResourceFuture
- type UpdateApprovalRuleTemplateContentFuture
- type UpdateApprovalRuleTemplateDescriptionFuture
- type UpdateApprovalRuleTemplateNameFuture
- type UpdateCommentFuture
- type UpdateDefaultBranchFuture
- type UpdatePullRequestApprovalRuleContentFuture
- type UpdatePullRequestApprovalStateFuture
- type UpdatePullRequestDescriptionFuture
- type UpdatePullRequestStatusFuture
- type UpdatePullRequestTitleFuture
- type UpdateRepositoryDescriptionFuture
- type UpdateRepositoryNameFuture
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AssociateApprovalRuleTemplateWithRepositoryFuture ¶
type AssociateApprovalRuleTemplateWithRepositoryFuture struct { // public to support Selector.addFuture Future workflow.Future }
type BatchAssociateApprovalRuleTemplateWithRepositoriesFuture ¶
type BatchAssociateApprovalRuleTemplateWithRepositoriesFuture struct { // public to support Selector.addFuture Future workflow.Future }
type BatchDescribeMergeConflictsFuture ¶
type BatchDescribeMergeConflictsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*BatchDescribeMergeConflictsFuture) Get ¶
func (r *BatchDescribeMergeConflictsFuture) Get(ctx workflow.Context) (*codecommit.BatchDescribeMergeConflictsOutput, error)
type BatchDisassociateApprovalRuleTemplateFromRepositoriesFuture ¶
type BatchDisassociateApprovalRuleTemplateFromRepositoriesFuture struct { // public to support Selector.addFuture Future workflow.Future }
type BatchGetCommitsFuture ¶
type BatchGetCommitsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*BatchGetCommitsFuture) Get ¶
func (r *BatchGetCommitsFuture) Get(ctx workflow.Context) (*codecommit.BatchGetCommitsOutput, error)
type BatchGetRepositoriesFuture ¶
type BatchGetRepositoriesFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*BatchGetRepositoriesFuture) Get ¶
func (r *BatchGetRepositoriesFuture) Get(ctx workflow.Context) (*codecommit.BatchGetRepositoriesOutput, error)
type Client ¶
type Client interface { AssociateApprovalRuleTemplateWithRepository(ctx workflow.Context, input *codecommit.AssociateApprovalRuleTemplateWithRepositoryInput) (*codecommit.AssociateApprovalRuleTemplateWithRepositoryOutput, error) AssociateApprovalRuleTemplateWithRepositoryAsync(ctx workflow.Context, input *codecommit.AssociateApprovalRuleTemplateWithRepositoryInput) *AssociateApprovalRuleTemplateWithRepositoryFuture BatchAssociateApprovalRuleTemplateWithRepositories(ctx workflow.Context, input *codecommit.BatchAssociateApprovalRuleTemplateWithRepositoriesInput) (*codecommit.BatchAssociateApprovalRuleTemplateWithRepositoriesOutput, error) BatchAssociateApprovalRuleTemplateWithRepositoriesAsync(ctx workflow.Context, input *codecommit.BatchAssociateApprovalRuleTemplateWithRepositoriesInput) *BatchAssociateApprovalRuleTemplateWithRepositoriesFuture BatchDescribeMergeConflicts(ctx workflow.Context, input *codecommit.BatchDescribeMergeConflictsInput) (*codecommit.BatchDescribeMergeConflictsOutput, error) BatchDescribeMergeConflictsAsync(ctx workflow.Context, input *codecommit.BatchDescribeMergeConflictsInput) *BatchDescribeMergeConflictsFuture BatchDisassociateApprovalRuleTemplateFromRepositories(ctx workflow.Context, input *codecommit.BatchDisassociateApprovalRuleTemplateFromRepositoriesInput) (*codecommit.BatchDisassociateApprovalRuleTemplateFromRepositoriesOutput, error) BatchDisassociateApprovalRuleTemplateFromRepositoriesAsync(ctx workflow.Context, input *codecommit.BatchDisassociateApprovalRuleTemplateFromRepositoriesInput) *BatchDisassociateApprovalRuleTemplateFromRepositoriesFuture BatchGetCommits(ctx workflow.Context, input *codecommit.BatchGetCommitsInput) (*codecommit.BatchGetCommitsOutput, error) BatchGetCommitsAsync(ctx workflow.Context, input *codecommit.BatchGetCommitsInput) *BatchGetCommitsFuture BatchGetRepositories(ctx workflow.Context, input *codecommit.BatchGetRepositoriesInput) (*codecommit.BatchGetRepositoriesOutput, error) BatchGetRepositoriesAsync(ctx workflow.Context, input *codecommit.BatchGetRepositoriesInput) *BatchGetRepositoriesFuture CreateApprovalRuleTemplate(ctx workflow.Context, input *codecommit.CreateApprovalRuleTemplateInput) (*codecommit.CreateApprovalRuleTemplateOutput, error) CreateApprovalRuleTemplateAsync(ctx workflow.Context, input *codecommit.CreateApprovalRuleTemplateInput) *CreateApprovalRuleTemplateFuture CreateBranch(ctx workflow.Context, input *codecommit.CreateBranchInput) (*codecommit.CreateBranchOutput, error) CreateBranchAsync(ctx workflow.Context, input *codecommit.CreateBranchInput) *CreateBranchFuture CreateCommit(ctx workflow.Context, input *codecommit.CreateCommitInput) (*codecommit.CreateCommitOutput, error) CreateCommitAsync(ctx workflow.Context, input *codecommit.CreateCommitInput) *CreateCommitFuture CreatePullRequestApprovalRule(ctx workflow.Context, input *codecommit.CreatePullRequestApprovalRuleInput) (*codecommit.CreatePullRequestApprovalRuleOutput, error) CreatePullRequestApprovalRuleAsync(ctx workflow.Context, input *codecommit.CreatePullRequestApprovalRuleInput) *CreatePullRequestApprovalRuleFuture CreateRepository(ctx workflow.Context, input *codecommit.CreateRepositoryInput) (*codecommit.CreateRepositoryOutput, error) CreateRepositoryAsync(ctx workflow.Context, input *codecommit.CreateRepositoryInput) *CreateRepositoryFuture CreateUnreferencedMergeCommit(ctx workflow.Context, input *codecommit.CreateUnreferencedMergeCommitInput) (*codecommit.CreateUnreferencedMergeCommitOutput, error) CreateUnreferencedMergeCommitAsync(ctx workflow.Context, input *codecommit.CreateUnreferencedMergeCommitInput) *CreateUnreferencedMergeCommitFuture DeleteApprovalRuleTemplate(ctx workflow.Context, input *codecommit.DeleteApprovalRuleTemplateInput) (*codecommit.DeleteApprovalRuleTemplateOutput, error) DeleteApprovalRuleTemplateAsync(ctx workflow.Context, input *codecommit.DeleteApprovalRuleTemplateInput) *DeleteApprovalRuleTemplateFuture DeleteBranch(ctx workflow.Context, input *codecommit.DeleteBranchInput) (*codecommit.DeleteBranchOutput, error) DeleteBranchAsync(ctx workflow.Context, input *codecommit.DeleteBranchInput) *DeleteBranchFuture DeleteCommentContent(ctx workflow.Context, input *codecommit.DeleteCommentContentInput) (*codecommit.DeleteCommentContentOutput, error) DeleteCommentContentAsync(ctx workflow.Context, input *codecommit.DeleteCommentContentInput) *DeleteCommentContentFuture DeleteFile(ctx workflow.Context, input *codecommit.DeleteFileInput) (*codecommit.DeleteFileOutput, error) DeleteFileAsync(ctx workflow.Context, input *codecommit.DeleteFileInput) *DeleteFileFuture DeletePullRequestApprovalRule(ctx workflow.Context, input *codecommit.DeletePullRequestApprovalRuleInput) (*codecommit.DeletePullRequestApprovalRuleOutput, error) DeletePullRequestApprovalRuleAsync(ctx workflow.Context, input *codecommit.DeletePullRequestApprovalRuleInput) *DeletePullRequestApprovalRuleFuture DeleteRepository(ctx workflow.Context, input *codecommit.DeleteRepositoryInput) (*codecommit.DeleteRepositoryOutput, error) DeleteRepositoryAsync(ctx workflow.Context, input *codecommit.DeleteRepositoryInput) *DeleteRepositoryFuture DescribeMergeConflicts(ctx workflow.Context, input *codecommit.DescribeMergeConflictsInput) (*codecommit.DescribeMergeConflictsOutput, error) DescribeMergeConflictsAsync(ctx workflow.Context, input *codecommit.DescribeMergeConflictsInput) *DescribeMergeConflictsFuture DescribePullRequestEvents(ctx workflow.Context, input *codecommit.DescribePullRequestEventsInput) (*codecommit.DescribePullRequestEventsOutput, error) DescribePullRequestEventsAsync(ctx workflow.Context, input *codecommit.DescribePullRequestEventsInput) *DescribePullRequestEventsFuture DisassociateApprovalRuleTemplateFromRepository(ctx workflow.Context, input *codecommit.DisassociateApprovalRuleTemplateFromRepositoryInput) (*codecommit.DisassociateApprovalRuleTemplateFromRepositoryOutput, error) DisassociateApprovalRuleTemplateFromRepositoryAsync(ctx workflow.Context, input *codecommit.DisassociateApprovalRuleTemplateFromRepositoryInput) *DisassociateApprovalRuleTemplateFromRepositoryFuture EvaluatePullRequestApprovalRules(ctx workflow.Context, input *codecommit.EvaluatePullRequestApprovalRulesInput) (*codecommit.EvaluatePullRequestApprovalRulesOutput, error) EvaluatePullRequestApprovalRulesAsync(ctx workflow.Context, input *codecommit.EvaluatePullRequestApprovalRulesInput) *EvaluatePullRequestApprovalRulesFuture GetApprovalRuleTemplate(ctx workflow.Context, input *codecommit.GetApprovalRuleTemplateInput) (*codecommit.GetApprovalRuleTemplateOutput, error) GetApprovalRuleTemplateAsync(ctx workflow.Context, input *codecommit.GetApprovalRuleTemplateInput) *GetApprovalRuleTemplateFuture GetBlob(ctx workflow.Context, input *codecommit.GetBlobInput) (*codecommit.GetBlobOutput, error) GetBlobAsync(ctx workflow.Context, input *codecommit.GetBlobInput) *GetBlobFuture GetBranch(ctx workflow.Context, input *codecommit.GetBranchInput) (*codecommit.GetBranchOutput, error) GetBranchAsync(ctx workflow.Context, input *codecommit.GetBranchInput) *GetBranchFuture GetComment(ctx workflow.Context, input *codecommit.GetCommentInput) (*codecommit.GetCommentOutput, error) GetCommentAsync(ctx workflow.Context, input *codecommit.GetCommentInput) *GetCommentFuture GetCommentReactions(ctx workflow.Context, input *codecommit.GetCommentReactionsInput) (*codecommit.GetCommentReactionsOutput, error) GetCommentReactionsAsync(ctx workflow.Context, input *codecommit.GetCommentReactionsInput) *GetCommentReactionsFuture GetCommentsForComparedCommit(ctx workflow.Context, input *codecommit.GetCommentsForComparedCommitInput) (*codecommit.GetCommentsForComparedCommitOutput, error) GetCommentsForComparedCommitAsync(ctx workflow.Context, input *codecommit.GetCommentsForComparedCommitInput) *GetCommentsForComparedCommitFuture GetCommit(ctx workflow.Context, input *codecommit.GetCommitInput) (*codecommit.GetCommitOutput, error) GetCommitAsync(ctx workflow.Context, input *codecommit.GetCommitInput) *GetCommitFuture GetDifferences(ctx workflow.Context, input *codecommit.GetDifferencesInput) (*codecommit.GetDifferencesOutput, error) GetDifferencesAsync(ctx workflow.Context, input *codecommit.GetDifferencesInput) *GetDifferencesFuture GetFile(ctx workflow.Context, input *codecommit.GetFileInput) (*codecommit.GetFileOutput, error) GetFileAsync(ctx workflow.Context, input *codecommit.GetFileInput) *GetFileFuture GetFolder(ctx workflow.Context, input *codecommit.GetFolderInput) (*codecommit.GetFolderOutput, error) GetFolderAsync(ctx workflow.Context, input *codecommit.GetFolderInput) *GetFolderFuture GetMergeCommit(ctx workflow.Context, input *codecommit.GetMergeCommitInput) (*codecommit.GetMergeCommitOutput, error) GetMergeCommitAsync(ctx workflow.Context, input *codecommit.GetMergeCommitInput) *GetMergeCommitFuture GetMergeConflicts(ctx workflow.Context, input *codecommit.GetMergeConflictsInput) (*codecommit.GetMergeConflictsOutput, error) GetMergeConflictsAsync(ctx workflow.Context, input *codecommit.GetMergeConflictsInput) *GetMergeConflictsFuture GetMergeOptions(ctx workflow.Context, input *codecommit.GetMergeOptionsInput) (*codecommit.GetMergeOptionsOutput, error) GetMergeOptionsAsync(ctx workflow.Context, input *codecommit.GetMergeOptionsInput) *GetMergeOptionsFuture GetPullRequestApprovalStates(ctx workflow.Context, input *codecommit.GetPullRequestApprovalStatesInput) (*codecommit.GetPullRequestApprovalStatesOutput, error) GetPullRequestApprovalStatesAsync(ctx workflow.Context, input *codecommit.GetPullRequestApprovalStatesInput) *GetPullRequestApprovalStatesFuture GetPullRequestOverrideState(ctx workflow.Context, input *codecommit.GetPullRequestOverrideStateInput) (*codecommit.GetPullRequestOverrideStateOutput, error) GetPullRequestOverrideStateAsync(ctx workflow.Context, input *codecommit.GetPullRequestOverrideStateInput) *GetPullRequestOverrideStateFuture GetRepository(ctx workflow.Context, input *codecommit.GetRepositoryInput) (*codecommit.GetRepositoryOutput, error) GetRepositoryAsync(ctx workflow.Context, input *codecommit.GetRepositoryInput) *GetRepositoryFuture GetRepositoryTriggers(ctx workflow.Context, input *codecommit.GetRepositoryTriggersInput) (*codecommit.GetRepositoryTriggersOutput, error) GetRepositoryTriggersAsync(ctx workflow.Context, input *codecommit.GetRepositoryTriggersInput) *GetRepositoryTriggersFuture ListApprovalRuleTemplates(ctx workflow.Context, input *codecommit.ListApprovalRuleTemplatesInput) (*codecommit.ListApprovalRuleTemplatesOutput, error) ListApprovalRuleTemplatesAsync(ctx workflow.Context, input *codecommit.ListApprovalRuleTemplatesInput) *ListApprovalRuleTemplatesFuture ListAssociatedApprovalRuleTemplatesForRepository(ctx workflow.Context, input *codecommit.ListAssociatedApprovalRuleTemplatesForRepositoryInput) (*codecommit.ListAssociatedApprovalRuleTemplatesForRepositoryOutput, error) ListAssociatedApprovalRuleTemplatesForRepositoryAsync(ctx workflow.Context, input *codecommit.ListAssociatedApprovalRuleTemplatesForRepositoryInput) *ListAssociatedApprovalRuleTemplatesForRepositoryFuture ListBranches(ctx workflow.Context, input *codecommit.ListBranchesInput) (*codecommit.ListBranchesOutput, error) ListBranchesAsync(ctx workflow.Context, input *codecommit.ListBranchesInput) *ListBranchesFuture ListPullRequests(ctx workflow.Context, input *codecommit.ListPullRequestsInput) (*codecommit.ListPullRequestsOutput, error) ListPullRequestsAsync(ctx workflow.Context, input *codecommit.ListPullRequestsInput) *ListPullRequestsFuture ListRepositories(ctx workflow.Context, input *codecommit.ListRepositoriesInput) (*codecommit.ListRepositoriesOutput, error) ListRepositoriesAsync(ctx workflow.Context, input *codecommit.ListRepositoriesInput) *ListRepositoriesFuture ListRepositoriesForApprovalRuleTemplate(ctx workflow.Context, input *codecommit.ListRepositoriesForApprovalRuleTemplateInput) (*codecommit.ListRepositoriesForApprovalRuleTemplateOutput, error) ListRepositoriesForApprovalRuleTemplateAsync(ctx workflow.Context, input *codecommit.ListRepositoriesForApprovalRuleTemplateInput) *ListRepositoriesForApprovalRuleTemplateFuture ListTagsForResource(ctx workflow.Context, input *codecommit.ListTagsForResourceInput) (*codecommit.ListTagsForResourceOutput, error) ListTagsForResourceAsync(ctx workflow.Context, input *codecommit.ListTagsForResourceInput) *ListTagsForResourceFuture MergeBranchesByFastForward(ctx workflow.Context, input *codecommit.MergeBranchesByFastForwardInput) (*codecommit.MergeBranchesByFastForwardOutput, error) MergeBranchesByFastForwardAsync(ctx workflow.Context, input *codecommit.MergeBranchesByFastForwardInput) *MergeBranchesByFastForwardFuture MergeBranchesBySquash(ctx workflow.Context, input *codecommit.MergeBranchesBySquashInput) (*codecommit.MergeBranchesBySquashOutput, error) MergeBranchesBySquashAsync(ctx workflow.Context, input *codecommit.MergeBranchesBySquashInput) *MergeBranchesBySquashFuture MergeBranchesByThreeWay(ctx workflow.Context, input *codecommit.MergeBranchesByThreeWayInput) (*codecommit.MergeBranchesByThreeWayOutput, error) MergeBranchesByThreeWayAsync(ctx workflow.Context, input *codecommit.MergeBranchesByThreeWayInput) *MergeBranchesByThreeWayFuture MergePullRequestByFastForward(ctx workflow.Context, input *codecommit.MergePullRequestByFastForwardInput) (*codecommit.MergePullRequestByFastForwardOutput, error) MergePullRequestByFastForwardAsync(ctx workflow.Context, input *codecommit.MergePullRequestByFastForwardInput) *MergePullRequestByFastForwardFuture MergePullRequestBySquash(ctx workflow.Context, input *codecommit.MergePullRequestBySquashInput) (*codecommit.MergePullRequestBySquashOutput, error) MergePullRequestBySquashAsync(ctx workflow.Context, input *codecommit.MergePullRequestBySquashInput) *MergePullRequestBySquashFuture MergePullRequestByThreeWay(ctx workflow.Context, input *codecommit.MergePullRequestByThreeWayInput) (*codecommit.MergePullRequestByThreeWayOutput, error) MergePullRequestByThreeWayAsync(ctx workflow.Context, input *codecommit.MergePullRequestByThreeWayInput) *MergePullRequestByThreeWayFuture OverridePullRequestApprovalRules(ctx workflow.Context, input *codecommit.OverridePullRequestApprovalRulesInput) (*codecommit.OverridePullRequestApprovalRulesOutput, error) OverridePullRequestApprovalRulesAsync(ctx workflow.Context, input *codecommit.OverridePullRequestApprovalRulesInput) *OverridePullRequestApprovalRulesFuture PostCommentForComparedCommit(ctx workflow.Context, input *codecommit.PostCommentForComparedCommitInput) (*codecommit.PostCommentForComparedCommitOutput, error) PostCommentForComparedCommitAsync(ctx workflow.Context, input *codecommit.PostCommentForComparedCommitInput) *PostCommentForComparedCommitFuture PostCommentReply(ctx workflow.Context, input *codecommit.PostCommentReplyInput) (*codecommit.PostCommentReplyOutput, error) PostCommentReplyAsync(ctx workflow.Context, input *codecommit.PostCommentReplyInput) *PostCommentReplyFuture PutCommentReaction(ctx workflow.Context, input *codecommit.PutCommentReactionInput) (*codecommit.PutCommentReactionOutput, error) PutCommentReactionAsync(ctx workflow.Context, input *codecommit.PutCommentReactionInput) *PutCommentReactionFuture PutFile(ctx workflow.Context, input *codecommit.PutFileInput) (*codecommit.PutFileOutput, error) PutFileAsync(ctx workflow.Context, input *codecommit.PutFileInput) *PutFileFuture PutRepositoryTriggers(ctx workflow.Context, input *codecommit.PutRepositoryTriggersInput) (*codecommit.PutRepositoryTriggersOutput, error) PutRepositoryTriggersAsync(ctx workflow.Context, input *codecommit.PutRepositoryTriggersInput) *PutRepositoryTriggersFuture TagResource(ctx workflow.Context, input *codecommit.TagResourceInput) (*codecommit.TagResourceOutput, error) TagResourceAsync(ctx workflow.Context, input *codecommit.TagResourceInput) *TagResourceFuture TestRepositoryTriggers(ctx workflow.Context, input *codecommit.TestRepositoryTriggersInput) (*codecommit.TestRepositoryTriggersOutput, error) TestRepositoryTriggersAsync(ctx workflow.Context, input *codecommit.TestRepositoryTriggersInput) *TestRepositoryTriggersFuture UntagResource(ctx workflow.Context, input *codecommit.UntagResourceInput) (*codecommit.UntagResourceOutput, error) UntagResourceAsync(ctx workflow.Context, input *codecommit.UntagResourceInput) *UntagResourceFuture UpdateApprovalRuleTemplateContent(ctx workflow.Context, input *codecommit.UpdateApprovalRuleTemplateContentInput) (*codecommit.UpdateApprovalRuleTemplateContentOutput, error) UpdateApprovalRuleTemplateContentAsync(ctx workflow.Context, input *codecommit.UpdateApprovalRuleTemplateContentInput) *UpdateApprovalRuleTemplateContentFuture UpdateApprovalRuleTemplateDescription(ctx workflow.Context, input *codecommit.UpdateApprovalRuleTemplateDescriptionInput) (*codecommit.UpdateApprovalRuleTemplateDescriptionOutput, error) UpdateApprovalRuleTemplateDescriptionAsync(ctx workflow.Context, input *codecommit.UpdateApprovalRuleTemplateDescriptionInput) *UpdateApprovalRuleTemplateDescriptionFuture UpdateApprovalRuleTemplateName(ctx workflow.Context, input *codecommit.UpdateApprovalRuleTemplateNameInput) (*codecommit.UpdateApprovalRuleTemplateNameOutput, error) UpdateApprovalRuleTemplateNameAsync(ctx workflow.Context, input *codecommit.UpdateApprovalRuleTemplateNameInput) *UpdateApprovalRuleTemplateNameFuture UpdateComment(ctx workflow.Context, input *codecommit.UpdateCommentInput) (*codecommit.UpdateCommentOutput, error) UpdateCommentAsync(ctx workflow.Context, input *codecommit.UpdateCommentInput) *UpdateCommentFuture UpdateDefaultBranch(ctx workflow.Context, input *codecommit.UpdateDefaultBranchInput) (*codecommit.UpdateDefaultBranchOutput, error) UpdateDefaultBranchAsync(ctx workflow.Context, input *codecommit.UpdateDefaultBranchInput) *UpdateDefaultBranchFuture UpdatePullRequestApprovalRuleContent(ctx workflow.Context, input *codecommit.UpdatePullRequestApprovalRuleContentInput) (*codecommit.UpdatePullRequestApprovalRuleContentOutput, error) UpdatePullRequestApprovalRuleContentAsync(ctx workflow.Context, input *codecommit.UpdatePullRequestApprovalRuleContentInput) *UpdatePullRequestApprovalRuleContentFuture UpdatePullRequestApprovalState(ctx workflow.Context, input *codecommit.UpdatePullRequestApprovalStateInput) (*codecommit.UpdatePullRequestApprovalStateOutput, error) UpdatePullRequestApprovalStateAsync(ctx workflow.Context, input *codecommit.UpdatePullRequestApprovalStateInput) *UpdatePullRequestApprovalStateFuture UpdatePullRequestDescription(ctx workflow.Context, input *codecommit.UpdatePullRequestDescriptionInput) (*codecommit.UpdatePullRequestDescriptionOutput, error) UpdatePullRequestDescriptionAsync(ctx workflow.Context, input *codecommit.UpdatePullRequestDescriptionInput) *UpdatePullRequestDescriptionFuture UpdatePullRequestStatus(ctx workflow.Context, input *codecommit.UpdatePullRequestStatusInput) (*codecommit.UpdatePullRequestStatusOutput, error) UpdatePullRequestStatusAsync(ctx workflow.Context, input *codecommit.UpdatePullRequestStatusInput) *UpdatePullRequestStatusFuture UpdatePullRequestTitle(ctx workflow.Context, input *codecommit.UpdatePullRequestTitleInput) (*codecommit.UpdatePullRequestTitleOutput, error) UpdatePullRequestTitleAsync(ctx workflow.Context, input *codecommit.UpdatePullRequestTitleInput) *UpdatePullRequestTitleFuture UpdateRepositoryDescription(ctx workflow.Context, input *codecommit.UpdateRepositoryDescriptionInput) (*codecommit.UpdateRepositoryDescriptionOutput, error) UpdateRepositoryDescriptionAsync(ctx workflow.Context, input *codecommit.UpdateRepositoryDescriptionInput) *UpdateRepositoryDescriptionFuture UpdateRepositoryName(ctx workflow.Context, input *codecommit.UpdateRepositoryNameInput) (*codecommit.UpdateRepositoryNameOutput, error) UpdateRepositoryNameAsync(ctx workflow.Context, input *codecommit.UpdateRepositoryNameInput) *UpdateRepositoryNameFuture }
type CreateApprovalRuleTemplateFuture ¶
type CreateApprovalRuleTemplateFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*CreateApprovalRuleTemplateFuture) Get ¶
func (r *CreateApprovalRuleTemplateFuture) Get(ctx workflow.Context) (*codecommit.CreateApprovalRuleTemplateOutput, error)
type CreateBranchFuture ¶
func (*CreateBranchFuture) Get ¶
func (r *CreateBranchFuture) Get(ctx workflow.Context) (*codecommit.CreateBranchOutput, error)
type CreateCommitFuture ¶
func (*CreateCommitFuture) Get ¶
func (r *CreateCommitFuture) Get(ctx workflow.Context) (*codecommit.CreateCommitOutput, error)
type CreatePullRequestApprovalRuleFuture ¶
type CreatePullRequestApprovalRuleFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*CreatePullRequestApprovalRuleFuture) Get ¶
func (r *CreatePullRequestApprovalRuleFuture) Get(ctx workflow.Context) (*codecommit.CreatePullRequestApprovalRuleOutput, error)
type CreateRepositoryFuture ¶
type CreateRepositoryFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*CreateRepositoryFuture) Get ¶
func (r *CreateRepositoryFuture) Get(ctx workflow.Context) (*codecommit.CreateRepositoryOutput, error)
type CreateUnreferencedMergeCommitFuture ¶
type CreateUnreferencedMergeCommitFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*CreateUnreferencedMergeCommitFuture) Get ¶
func (r *CreateUnreferencedMergeCommitFuture) Get(ctx workflow.Context) (*codecommit.CreateUnreferencedMergeCommitOutput, error)
type DeleteApprovalRuleTemplateFuture ¶
type DeleteApprovalRuleTemplateFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteApprovalRuleTemplateFuture) Get ¶
func (r *DeleteApprovalRuleTemplateFuture) Get(ctx workflow.Context) (*codecommit.DeleteApprovalRuleTemplateOutput, error)
type DeleteBranchFuture ¶
func (*DeleteBranchFuture) Get ¶
func (r *DeleteBranchFuture) Get(ctx workflow.Context) (*codecommit.DeleteBranchOutput, error)
type DeleteCommentContentFuture ¶
type DeleteCommentContentFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteCommentContentFuture) Get ¶
func (r *DeleteCommentContentFuture) Get(ctx workflow.Context) (*codecommit.DeleteCommentContentOutput, error)
type DeleteFileFuture ¶
func (*DeleteFileFuture) Get ¶
func (r *DeleteFileFuture) Get(ctx workflow.Context) (*codecommit.DeleteFileOutput, error)
type DeletePullRequestApprovalRuleFuture ¶
type DeletePullRequestApprovalRuleFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeletePullRequestApprovalRuleFuture) Get ¶
func (r *DeletePullRequestApprovalRuleFuture) Get(ctx workflow.Context) (*codecommit.DeletePullRequestApprovalRuleOutput, error)
type DeleteRepositoryFuture ¶
type DeleteRepositoryFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteRepositoryFuture) Get ¶
func (r *DeleteRepositoryFuture) Get(ctx workflow.Context) (*codecommit.DeleteRepositoryOutput, error)
type DescribeMergeConflictsFuture ¶
type DescribeMergeConflictsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeMergeConflictsFuture) Get ¶
func (r *DescribeMergeConflictsFuture) Get(ctx workflow.Context) (*codecommit.DescribeMergeConflictsOutput, error)
type DescribePullRequestEventsFuture ¶
type DescribePullRequestEventsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribePullRequestEventsFuture) Get ¶
func (r *DescribePullRequestEventsFuture) Get(ctx workflow.Context) (*codecommit.DescribePullRequestEventsOutput, error)
type DisassociateApprovalRuleTemplateFromRepositoryFuture ¶
type DisassociateApprovalRuleTemplateFromRepositoryFuture struct { // public to support Selector.addFuture Future workflow.Future }
type EvaluatePullRequestApprovalRulesFuture ¶
type EvaluatePullRequestApprovalRulesFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*EvaluatePullRequestApprovalRulesFuture) Get ¶
func (r *EvaluatePullRequestApprovalRulesFuture) Get(ctx workflow.Context) (*codecommit.EvaluatePullRequestApprovalRulesOutput, error)
type GetApprovalRuleTemplateFuture ¶
type GetApprovalRuleTemplateFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetApprovalRuleTemplateFuture) Get ¶
func (r *GetApprovalRuleTemplateFuture) Get(ctx workflow.Context) (*codecommit.GetApprovalRuleTemplateOutput, error)
type GetBlobFuture ¶
func (*GetBlobFuture) Get ¶
func (r *GetBlobFuture) Get(ctx workflow.Context) (*codecommit.GetBlobOutput, error)
type GetBranchFuture ¶
func (*GetBranchFuture) Get ¶
func (r *GetBranchFuture) Get(ctx workflow.Context) (*codecommit.GetBranchOutput, error)
type GetCommentFuture ¶
func (*GetCommentFuture) Get ¶
func (r *GetCommentFuture) Get(ctx workflow.Context) (*codecommit.GetCommentOutput, error)
type GetCommentReactionsFuture ¶
type GetCommentReactionsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetCommentReactionsFuture) Get ¶
func (r *GetCommentReactionsFuture) Get(ctx workflow.Context) (*codecommit.GetCommentReactionsOutput, error)
type GetCommentsForComparedCommitFuture ¶
type GetCommentsForComparedCommitFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetCommentsForComparedCommitFuture) Get ¶
func (r *GetCommentsForComparedCommitFuture) Get(ctx workflow.Context) (*codecommit.GetCommentsForComparedCommitOutput, error)
type GetCommitFuture ¶
func (*GetCommitFuture) Get ¶
func (r *GetCommitFuture) Get(ctx workflow.Context) (*codecommit.GetCommitOutput, error)
type GetDifferencesFuture ¶
func (*GetDifferencesFuture) Get ¶
func (r *GetDifferencesFuture) Get(ctx workflow.Context) (*codecommit.GetDifferencesOutput, error)
type GetFileFuture ¶
func (*GetFileFuture) Get ¶
func (r *GetFileFuture) Get(ctx workflow.Context) (*codecommit.GetFileOutput, error)
type GetFolderFuture ¶
func (*GetFolderFuture) Get ¶
func (r *GetFolderFuture) Get(ctx workflow.Context) (*codecommit.GetFolderOutput, error)
type GetMergeCommitFuture ¶
func (*GetMergeCommitFuture) Get ¶
func (r *GetMergeCommitFuture) Get(ctx workflow.Context) (*codecommit.GetMergeCommitOutput, error)
type GetMergeConflictsFuture ¶
type GetMergeConflictsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetMergeConflictsFuture) Get ¶
func (r *GetMergeConflictsFuture) Get(ctx workflow.Context) (*codecommit.GetMergeConflictsOutput, error)
type GetMergeOptionsFuture ¶
type GetMergeOptionsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetMergeOptionsFuture) Get ¶
func (r *GetMergeOptionsFuture) Get(ctx workflow.Context) (*codecommit.GetMergeOptionsOutput, error)
type GetPullRequestApprovalStatesFuture ¶
type GetPullRequestApprovalStatesFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetPullRequestApprovalStatesFuture) Get ¶
func (r *GetPullRequestApprovalStatesFuture) Get(ctx workflow.Context) (*codecommit.GetPullRequestApprovalStatesOutput, error)
type GetPullRequestOverrideStateFuture ¶
type GetPullRequestOverrideStateFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetPullRequestOverrideStateFuture) Get ¶
func (r *GetPullRequestOverrideStateFuture) Get(ctx workflow.Context) (*codecommit.GetPullRequestOverrideStateOutput, error)
type GetRepositoryFuture ¶
func (*GetRepositoryFuture) Get ¶
func (r *GetRepositoryFuture) Get(ctx workflow.Context) (*codecommit.GetRepositoryOutput, error)
type GetRepositoryTriggersFuture ¶
type GetRepositoryTriggersFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetRepositoryTriggersFuture) Get ¶
func (r *GetRepositoryTriggersFuture) Get(ctx workflow.Context) (*codecommit.GetRepositoryTriggersOutput, error)
type ListApprovalRuleTemplatesFuture ¶
type ListApprovalRuleTemplatesFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListApprovalRuleTemplatesFuture) Get ¶
func (r *ListApprovalRuleTemplatesFuture) Get(ctx workflow.Context) (*codecommit.ListApprovalRuleTemplatesOutput, error)
type ListAssociatedApprovalRuleTemplatesForRepositoryFuture ¶
type ListAssociatedApprovalRuleTemplatesForRepositoryFuture struct { // public to support Selector.addFuture Future workflow.Future }
type ListBranchesFuture ¶
func (*ListBranchesFuture) Get ¶
func (r *ListBranchesFuture) Get(ctx workflow.Context) (*codecommit.ListBranchesOutput, error)
type ListPullRequestsFuture ¶
type ListPullRequestsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListPullRequestsFuture) Get ¶
func (r *ListPullRequestsFuture) Get(ctx workflow.Context) (*codecommit.ListPullRequestsOutput, error)
type ListRepositoriesForApprovalRuleTemplateFuture ¶
type ListRepositoriesForApprovalRuleTemplateFuture struct { // public to support Selector.addFuture Future workflow.Future }
type ListRepositoriesFuture ¶
type ListRepositoriesFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListRepositoriesFuture) Get ¶
func (r *ListRepositoriesFuture) Get(ctx workflow.Context) (*codecommit.ListRepositoriesOutput, error)
type ListTagsForResourceFuture ¶
type ListTagsForResourceFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListTagsForResourceFuture) Get ¶
func (r *ListTagsForResourceFuture) Get(ctx workflow.Context) (*codecommit.ListTagsForResourceOutput, error)
type MergeBranchesByFastForwardFuture ¶
type MergeBranchesByFastForwardFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*MergeBranchesByFastForwardFuture) Get ¶
func (r *MergeBranchesByFastForwardFuture) Get(ctx workflow.Context) (*codecommit.MergeBranchesByFastForwardOutput, error)
type MergeBranchesBySquashFuture ¶
type MergeBranchesBySquashFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*MergeBranchesBySquashFuture) Get ¶
func (r *MergeBranchesBySquashFuture) Get(ctx workflow.Context) (*codecommit.MergeBranchesBySquashOutput, error)
type MergeBranchesByThreeWayFuture ¶
type MergeBranchesByThreeWayFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*MergeBranchesByThreeWayFuture) Get ¶
func (r *MergeBranchesByThreeWayFuture) Get(ctx workflow.Context) (*codecommit.MergeBranchesByThreeWayOutput, error)
type MergePullRequestByFastForwardFuture ¶
type MergePullRequestByFastForwardFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*MergePullRequestByFastForwardFuture) Get ¶
func (r *MergePullRequestByFastForwardFuture) Get(ctx workflow.Context) (*codecommit.MergePullRequestByFastForwardOutput, error)
type MergePullRequestBySquashFuture ¶
type MergePullRequestBySquashFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*MergePullRequestBySquashFuture) Get ¶
func (r *MergePullRequestBySquashFuture) Get(ctx workflow.Context) (*codecommit.MergePullRequestBySquashOutput, error)
type MergePullRequestByThreeWayFuture ¶
type MergePullRequestByThreeWayFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*MergePullRequestByThreeWayFuture) Get ¶
func (r *MergePullRequestByThreeWayFuture) Get(ctx workflow.Context) (*codecommit.MergePullRequestByThreeWayOutput, error)
type OverridePullRequestApprovalRulesFuture ¶
type OverridePullRequestApprovalRulesFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*OverridePullRequestApprovalRulesFuture) Get ¶
func (r *OverridePullRequestApprovalRulesFuture) Get(ctx workflow.Context) (*codecommit.OverridePullRequestApprovalRulesOutput, error)
type PostCommentForComparedCommitFuture ¶
type PostCommentForComparedCommitFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*PostCommentForComparedCommitFuture) Get ¶
func (r *PostCommentForComparedCommitFuture) Get(ctx workflow.Context) (*codecommit.PostCommentForComparedCommitOutput, error)
type PostCommentReplyFuture ¶
type PostCommentReplyFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*PostCommentReplyFuture) Get ¶
func (r *PostCommentReplyFuture) Get(ctx workflow.Context) (*codecommit.PostCommentReplyOutput, error)
type PutCommentReactionFuture ¶
type PutCommentReactionFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*PutCommentReactionFuture) Get ¶
func (r *PutCommentReactionFuture) Get(ctx workflow.Context) (*codecommit.PutCommentReactionOutput, error)
type PutFileFuture ¶
func (*PutFileFuture) Get ¶
func (r *PutFileFuture) Get(ctx workflow.Context) (*codecommit.PutFileOutput, error)
type PutRepositoryTriggersFuture ¶
type PutRepositoryTriggersFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*PutRepositoryTriggersFuture) Get ¶
func (r *PutRepositoryTriggersFuture) Get(ctx workflow.Context) (*codecommit.PutRepositoryTriggersOutput, error)
type TagResourceFuture ¶
func (*TagResourceFuture) Get ¶
func (r *TagResourceFuture) Get(ctx workflow.Context) (*codecommit.TagResourceOutput, error)
type TestRepositoryTriggersFuture ¶
type TestRepositoryTriggersFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*TestRepositoryTriggersFuture) Get ¶
func (r *TestRepositoryTriggersFuture) Get(ctx workflow.Context) (*codecommit.TestRepositoryTriggersOutput, error)
type UntagResourceFuture ¶
func (*UntagResourceFuture) Get ¶
func (r *UntagResourceFuture) Get(ctx workflow.Context) (*codecommit.UntagResourceOutput, error)
type UpdateApprovalRuleTemplateContentFuture ¶
type UpdateApprovalRuleTemplateContentFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*UpdateApprovalRuleTemplateContentFuture) Get ¶
func (r *UpdateApprovalRuleTemplateContentFuture) Get(ctx workflow.Context) (*codecommit.UpdateApprovalRuleTemplateContentOutput, error)
type UpdateApprovalRuleTemplateDescriptionFuture ¶
type UpdateApprovalRuleTemplateDescriptionFuture struct { // public to support Selector.addFuture Future workflow.Future }
type UpdateApprovalRuleTemplateNameFuture ¶
type UpdateApprovalRuleTemplateNameFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*UpdateApprovalRuleTemplateNameFuture) Get ¶
func (r *UpdateApprovalRuleTemplateNameFuture) Get(ctx workflow.Context) (*codecommit.UpdateApprovalRuleTemplateNameOutput, error)
type UpdateCommentFuture ¶
func (*UpdateCommentFuture) Get ¶
func (r *UpdateCommentFuture) Get(ctx workflow.Context) (*codecommit.UpdateCommentOutput, error)
type UpdateDefaultBranchFuture ¶
type UpdateDefaultBranchFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*UpdateDefaultBranchFuture) Get ¶
func (r *UpdateDefaultBranchFuture) Get(ctx workflow.Context) (*codecommit.UpdateDefaultBranchOutput, error)
type UpdatePullRequestApprovalRuleContentFuture ¶
type UpdatePullRequestApprovalRuleContentFuture struct { // public to support Selector.addFuture Future workflow.Future }
type UpdatePullRequestApprovalStateFuture ¶
type UpdatePullRequestApprovalStateFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*UpdatePullRequestApprovalStateFuture) Get ¶
func (r *UpdatePullRequestApprovalStateFuture) Get(ctx workflow.Context) (*codecommit.UpdatePullRequestApprovalStateOutput, error)
type UpdatePullRequestDescriptionFuture ¶
type UpdatePullRequestDescriptionFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*UpdatePullRequestDescriptionFuture) Get ¶
func (r *UpdatePullRequestDescriptionFuture) Get(ctx workflow.Context) (*codecommit.UpdatePullRequestDescriptionOutput, error)
type UpdatePullRequestStatusFuture ¶
type UpdatePullRequestStatusFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*UpdatePullRequestStatusFuture) Get ¶
func (r *UpdatePullRequestStatusFuture) Get(ctx workflow.Context) (*codecommit.UpdatePullRequestStatusOutput, error)
type UpdatePullRequestTitleFuture ¶
type UpdatePullRequestTitleFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*UpdatePullRequestTitleFuture) Get ¶
func (r *UpdatePullRequestTitleFuture) Get(ctx workflow.Context) (*codecommit.UpdatePullRequestTitleOutput, error)
type UpdateRepositoryDescriptionFuture ¶
type UpdateRepositoryDescriptionFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*UpdateRepositoryDescriptionFuture) Get ¶
func (r *UpdateRepositoryDescriptionFuture) Get(ctx workflow.Context) (*codecommit.UpdateRepositoryDescriptionOutput, error)
type UpdateRepositoryNameFuture ¶
type UpdateRepositoryNameFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*UpdateRepositoryNameFuture) Get ¶
func (r *UpdateRepositoryNameFuture) Get(ctx workflow.Context) (*codecommit.UpdateRepositoryNameOutput, error)
Click to show internal directories.
Click to hide internal directories.