Versions in this module Expand all Collapse all v1 v1.1.9 Mar 8, 2016 Changes in this version + const OrderEnumAscending + const OrderEnumDescending + const RepositoryTriggerEventEnumAll + const RepositoryTriggerEventEnumCreateReference + const RepositoryTriggerEventEnumDeleteReference + const RepositoryTriggerEventEnumUpdateReference + const ServiceName + const SortByEnumLastModifiedDate + const SortByEnumRepositoryName + type BatchGetRepositoriesInput struct + RepositoryNames []*string + func (s BatchGetRepositoriesInput) GoString() string + func (s BatchGetRepositoriesInput) String() string + type BatchGetRepositoriesOutput struct + Repositories []*RepositoryMetadata + RepositoriesNotFound []*string + func (s BatchGetRepositoriesOutput) GoString() string + func (s BatchGetRepositoriesOutput) String() string + type BranchInfo struct + BranchName *string + CommitId *string + func (s BranchInfo) GoString() string + func (s BranchInfo) String() string + type CodeCommit struct + func New(p client.ConfigProvider, cfgs ...*aws.Config) *CodeCommit + func (c *CodeCommit) BatchGetRepositories(input *BatchGetRepositoriesInput) (*BatchGetRepositoriesOutput, error) + func (c *CodeCommit) BatchGetRepositoriesRequest(input *BatchGetRepositoriesInput) (req *request.Request, output *BatchGetRepositoriesOutput) + func (c *CodeCommit) CreateBranch(input *CreateBranchInput) (*CreateBranchOutput, error) + func (c *CodeCommit) CreateBranchRequest(input *CreateBranchInput) (req *request.Request, output *CreateBranchOutput) + func (c *CodeCommit) CreateRepository(input *CreateRepositoryInput) (*CreateRepositoryOutput, error) + func (c *CodeCommit) CreateRepositoryRequest(input *CreateRepositoryInput) (req *request.Request, output *CreateRepositoryOutput) + func (c *CodeCommit) DeleteRepository(input *DeleteRepositoryInput) (*DeleteRepositoryOutput, error) + func (c *CodeCommit) DeleteRepositoryRequest(input *DeleteRepositoryInput) (req *request.Request, output *DeleteRepositoryOutput) + func (c *CodeCommit) GetBranch(input *GetBranchInput) (*GetBranchOutput, error) + func (c *CodeCommit) GetBranchRequest(input *GetBranchInput) (req *request.Request, output *GetBranchOutput) + func (c *CodeCommit) GetCommit(input *GetCommitInput) (*GetCommitOutput, error) + func (c *CodeCommit) GetCommitRequest(input *GetCommitInput) (req *request.Request, output *GetCommitOutput) + func (c *CodeCommit) GetRepository(input *GetRepositoryInput) (*GetRepositoryOutput, error) + func (c *CodeCommit) GetRepositoryRequest(input *GetRepositoryInput) (req *request.Request, output *GetRepositoryOutput) + func (c *CodeCommit) GetRepositoryTriggers(input *GetRepositoryTriggersInput) (*GetRepositoryTriggersOutput, error) + func (c *CodeCommit) GetRepositoryTriggersRequest(input *GetRepositoryTriggersInput) (req *request.Request, output *GetRepositoryTriggersOutput) + func (c *CodeCommit) ListBranches(input *ListBranchesInput) (*ListBranchesOutput, error) + func (c *CodeCommit) ListBranchesPages(input *ListBranchesInput, ...) error + func (c *CodeCommit) ListBranchesRequest(input *ListBranchesInput) (req *request.Request, output *ListBranchesOutput) + func (c *CodeCommit) ListRepositories(input *ListRepositoriesInput) (*ListRepositoriesOutput, error) + func (c *CodeCommit) ListRepositoriesPages(input *ListRepositoriesInput, ...) error + func (c *CodeCommit) ListRepositoriesRequest(input *ListRepositoriesInput) (req *request.Request, output *ListRepositoriesOutput) + func (c *CodeCommit) PutRepositoryTriggers(input *PutRepositoryTriggersInput) (*PutRepositoryTriggersOutput, error) + func (c *CodeCommit) PutRepositoryTriggersRequest(input *PutRepositoryTriggersInput) (req *request.Request, output *PutRepositoryTriggersOutput) + func (c *CodeCommit) TestRepositoryTriggers(input *TestRepositoryTriggersInput) (*TestRepositoryTriggersOutput, error) + func (c *CodeCommit) TestRepositoryTriggersRequest(input *TestRepositoryTriggersInput) (req *request.Request, output *TestRepositoryTriggersOutput) + func (c *CodeCommit) UpdateDefaultBranch(input *UpdateDefaultBranchInput) (*UpdateDefaultBranchOutput, error) + func (c *CodeCommit) UpdateDefaultBranchRequest(input *UpdateDefaultBranchInput) (req *request.Request, output *UpdateDefaultBranchOutput) + func (c *CodeCommit) UpdateRepositoryDescription(input *UpdateRepositoryDescriptionInput) (*UpdateRepositoryDescriptionOutput, error) + func (c *CodeCommit) UpdateRepositoryDescriptionRequest(input *UpdateRepositoryDescriptionInput) (req *request.Request, output *UpdateRepositoryDescriptionOutput) + func (c *CodeCommit) UpdateRepositoryName(input *UpdateRepositoryNameInput) (*UpdateRepositoryNameOutput, error) + func (c *CodeCommit) UpdateRepositoryNameRequest(input *UpdateRepositoryNameInput) (req *request.Request, output *UpdateRepositoryNameOutput) + type Commit struct + AdditionalData *string + Author *UserInfo + Committer *UserInfo + Message *string + Parents []*string + TreeId *string + func (s Commit) GoString() string + func (s Commit) String() string + type CreateBranchInput struct + BranchName *string + CommitId *string + RepositoryName *string + func (s CreateBranchInput) GoString() string + func (s CreateBranchInput) String() string + type CreateBranchOutput struct + func (s CreateBranchOutput) GoString() string + func (s CreateBranchOutput) String() string + type CreateRepositoryInput struct + RepositoryDescription *string + RepositoryName *string + func (s CreateRepositoryInput) GoString() string + func (s CreateRepositoryInput) String() string + type CreateRepositoryOutput struct + RepositoryMetadata *RepositoryMetadata + func (s CreateRepositoryOutput) GoString() string + func (s CreateRepositoryOutput) String() string + type DeleteRepositoryInput struct + RepositoryName *string + func (s DeleteRepositoryInput) GoString() string + func (s DeleteRepositoryInput) String() string + type DeleteRepositoryOutput struct + RepositoryId *string + func (s DeleteRepositoryOutput) GoString() string + func (s DeleteRepositoryOutput) String() string + type GetBranchInput struct + BranchName *string + RepositoryName *string + func (s GetBranchInput) GoString() string + func (s GetBranchInput) String() string + type GetBranchOutput struct + Branch *BranchInfo + func (s GetBranchOutput) GoString() string + func (s GetBranchOutput) String() string + type GetCommitInput struct + CommitId *string + RepositoryName *string + func (s GetCommitInput) GoString() string + func (s GetCommitInput) String() string + type GetCommitOutput struct + Commit *Commit + func (s GetCommitOutput) GoString() string + func (s GetCommitOutput) String() string + type GetRepositoryInput struct + RepositoryName *string + func (s GetRepositoryInput) GoString() string + func (s GetRepositoryInput) String() string + type GetRepositoryOutput struct + RepositoryMetadata *RepositoryMetadata + func (s GetRepositoryOutput) GoString() string + func (s GetRepositoryOutput) String() string + type GetRepositoryTriggersInput struct + RepositoryName *string + func (s GetRepositoryTriggersInput) GoString() string + func (s GetRepositoryTriggersInput) String() string + type GetRepositoryTriggersOutput struct + ConfigurationId *string + Triggers []*RepositoryTrigger + func (s GetRepositoryTriggersOutput) GoString() string + func (s GetRepositoryTriggersOutput) String() string + type ListBranchesInput struct + NextToken *string + RepositoryName *string + func (s ListBranchesInput) GoString() string + func (s ListBranchesInput) String() string + type ListBranchesOutput struct + Branches []*string + NextToken *string + func (s ListBranchesOutput) GoString() string + func (s ListBranchesOutput) String() string + type ListRepositoriesInput struct + NextToken *string + Order *string + SortBy *string + func (s ListRepositoriesInput) GoString() string + func (s ListRepositoriesInput) String() string + type ListRepositoriesOutput struct + NextToken *string + Repositories []*RepositoryNameIdPair + func (s ListRepositoriesOutput) GoString() string + func (s ListRepositoriesOutput) String() string + type PutRepositoryTriggersInput struct + RepositoryName *string + Triggers []*RepositoryTrigger + func (s PutRepositoryTriggersInput) GoString() string + func (s PutRepositoryTriggersInput) String() string + type PutRepositoryTriggersOutput struct + ConfigurationId *string + func (s PutRepositoryTriggersOutput) GoString() string + func (s PutRepositoryTriggersOutput) String() string + type RepositoryMetadata struct + AccountId *string + Arn *string + CloneUrlHttp *string + CloneUrlSsh *string + CreationDate *time.Time + DefaultBranch *string + LastModifiedDate *time.Time + RepositoryDescription *string + RepositoryId *string + RepositoryName *string + func (s RepositoryMetadata) GoString() string + func (s RepositoryMetadata) String() string + type RepositoryNameIdPair struct + RepositoryId *string + RepositoryName *string + func (s RepositoryNameIdPair) GoString() string + func (s RepositoryNameIdPair) String() string + type RepositoryTrigger struct + Branches []*string + CustomData *string + DestinationArn *string + Events []*string + Name *string + func (s RepositoryTrigger) GoString() string + func (s RepositoryTrigger) String() string + type RepositoryTriggerExecutionFailure struct + FailureMessage *string + Trigger *string + func (s RepositoryTriggerExecutionFailure) GoString() string + func (s RepositoryTriggerExecutionFailure) String() string + type TestRepositoryTriggersInput struct + RepositoryName *string + Triggers []*RepositoryTrigger + func (s TestRepositoryTriggersInput) GoString() string + func (s TestRepositoryTriggersInput) String() string + type TestRepositoryTriggersOutput struct + FailedExecutions []*RepositoryTriggerExecutionFailure + SuccessfulExecutions []*string + func (s TestRepositoryTriggersOutput) GoString() string + func (s TestRepositoryTriggersOutput) String() string + type UpdateDefaultBranchInput struct + DefaultBranchName *string + RepositoryName *string + func (s UpdateDefaultBranchInput) GoString() string + func (s UpdateDefaultBranchInput) String() string + type UpdateDefaultBranchOutput struct + func (s UpdateDefaultBranchOutput) GoString() string + func (s UpdateDefaultBranchOutput) String() string + type UpdateRepositoryDescriptionInput struct + RepositoryDescription *string + RepositoryName *string + func (s UpdateRepositoryDescriptionInput) GoString() string + func (s UpdateRepositoryDescriptionInput) String() string + type UpdateRepositoryDescriptionOutput struct + func (s UpdateRepositoryDescriptionOutput) GoString() string + func (s UpdateRepositoryDescriptionOutput) String() string + type UpdateRepositoryNameInput struct + NewName *string + OldName *string + func (s UpdateRepositoryNameInput) GoString() string + func (s UpdateRepositoryNameInput) String() string + type UpdateRepositoryNameOutput struct + func (s UpdateRepositoryNameOutput) GoString() string + func (s UpdateRepositoryNameOutput) String() string + type UserInfo struct + Date *string + Email *string + Name *string + func (s UserInfo) GoString() string + func (s UserInfo) String() string