Versions in this module Expand all Collapse all v1 v1.11.0 Dec 6, 2022 Changes in this version + const ChangeTypeEnumA + const ChangeTypeEnumD + const ChangeTypeEnumM + const EndpointsID + const ErrCodeBlobIdDoesNotExistException + const ErrCodeBlobIdRequiredException + const ErrCodeBranchDoesNotExistException + const ErrCodeBranchNameExistsException + const ErrCodeBranchNameRequiredException + const ErrCodeCommitDoesNotExistException + const ErrCodeCommitIdDoesNotExistException + const ErrCodeCommitIdRequiredException + const ErrCodeCommitRequiredException + const ErrCodeEncryptionIntegrityChecksFailedException + const ErrCodeEncryptionKeyAccessDeniedException + const ErrCodeEncryptionKeyDisabledException + const ErrCodeEncryptionKeyNotFoundException + const ErrCodeEncryptionKeyUnavailableException + const ErrCodeFileTooLargeException + const ErrCodeInvalidBlobIdException + const ErrCodeInvalidBranchNameException + const ErrCodeInvalidCommitException + const ErrCodeInvalidCommitIdException + const ErrCodeInvalidContinuationTokenException + const ErrCodeInvalidMaxResultsException + const ErrCodeInvalidOrderException + const ErrCodeInvalidPathException + const ErrCodeInvalidRepositoryDescriptionException + const ErrCodeInvalidRepositoryNameException + const ErrCodeInvalidRepositoryTriggerBranchNameException + const ErrCodeInvalidRepositoryTriggerCustomDataException + const ErrCodeInvalidRepositoryTriggerDestinationArnException + const ErrCodeInvalidRepositoryTriggerEventsException + const ErrCodeInvalidRepositoryTriggerNameException + const ErrCodeInvalidRepositoryTriggerRegionException + const ErrCodeInvalidSortByException + const ErrCodeMaximumBranchesExceededException + const ErrCodeMaximumRepositoryNamesExceededException + const ErrCodeMaximumRepositoryTriggersExceededException + const ErrCodePathDoesNotExistException + const ErrCodeRepositoryDoesNotExistException + const ErrCodeRepositoryLimitExceededException + const ErrCodeRepositoryNameExistsException + const ErrCodeRepositoryNameRequiredException + const ErrCodeRepositoryNamesRequiredException + const ErrCodeRepositoryTriggerBranchNameListRequiredException + const ErrCodeRepositoryTriggerDestinationArnRequiredException + const ErrCodeRepositoryTriggerEventsListRequiredException + const ErrCodeRepositoryTriggerNameRequiredException + const ErrCodeRepositoryTriggersListRequiredException + 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) SetRepositoryNames(v []*string) *BatchGetRepositoriesInput + func (s *BatchGetRepositoriesInput) Validate() error + func (s BatchGetRepositoriesInput) GoString() string + func (s BatchGetRepositoriesInput) String() string + type BatchGetRepositoriesOutput struct + Repositories []*RepositoryMetadata + RepositoriesNotFound []*string + func (s *BatchGetRepositoriesOutput) SetRepositories(v []*RepositoryMetadata) *BatchGetRepositoriesOutput + func (s *BatchGetRepositoriesOutput) SetRepositoriesNotFound(v []*string) *BatchGetRepositoriesOutput + func (s BatchGetRepositoriesOutput) GoString() string + func (s BatchGetRepositoriesOutput) String() string + type BlobMetadata struct + BlobId *string + Mode *string + Path *string + func (s *BlobMetadata) SetBlobId(v string) *BlobMetadata + func (s *BlobMetadata) SetMode(v string) *BlobMetadata + func (s *BlobMetadata) SetPath(v string) *BlobMetadata + func (s BlobMetadata) GoString() string + func (s BlobMetadata) String() string + type BranchInfo struct + BranchName *string + CommitId *string + func (s *BranchInfo) SetBranchName(v string) *BranchInfo + func (s *BranchInfo) SetCommitId(v string) *BranchInfo + 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) BatchGetRepositoriesWithContext(ctx aws.Context, input *BatchGetRepositoriesInput, opts ...request.Option) (*BatchGetRepositoriesOutput, error) + func (c *CodeCommit) CreateBranch(input *CreateBranchInput) (*CreateBranchOutput, error) + func (c *CodeCommit) CreateBranchRequest(input *CreateBranchInput) (req *request.Request, output *CreateBranchOutput) + func (c *CodeCommit) CreateBranchWithContext(ctx aws.Context, input *CreateBranchInput, opts ...request.Option) (*CreateBranchOutput, error) + func (c *CodeCommit) CreateRepository(input *CreateRepositoryInput) (*CreateRepositoryOutput, error) + func (c *CodeCommit) CreateRepositoryRequest(input *CreateRepositoryInput) (req *request.Request, output *CreateRepositoryOutput) + func (c *CodeCommit) CreateRepositoryWithContext(ctx aws.Context, input *CreateRepositoryInput, opts ...request.Option) (*CreateRepositoryOutput, error) + func (c *CodeCommit) DeleteRepository(input *DeleteRepositoryInput) (*DeleteRepositoryOutput, error) + func (c *CodeCommit) DeleteRepositoryRequest(input *DeleteRepositoryInput) (req *request.Request, output *DeleteRepositoryOutput) + func (c *CodeCommit) DeleteRepositoryWithContext(ctx aws.Context, input *DeleteRepositoryInput, opts ...request.Option) (*DeleteRepositoryOutput, error) + func (c *CodeCommit) GetBlob(input *GetBlobInput) (*GetBlobOutput, error) + func (c *CodeCommit) GetBlobRequest(input *GetBlobInput) (req *request.Request, output *GetBlobOutput) + func (c *CodeCommit) GetBlobWithContext(ctx aws.Context, input *GetBlobInput, opts ...request.Option) (*GetBlobOutput, error) + func (c *CodeCommit) GetBranch(input *GetBranchInput) (*GetBranchOutput, error) + func (c *CodeCommit) GetBranchRequest(input *GetBranchInput) (req *request.Request, output *GetBranchOutput) + func (c *CodeCommit) GetBranchWithContext(ctx aws.Context, input *GetBranchInput, opts ...request.Option) (*GetBranchOutput, error) + func (c *CodeCommit) GetCommit(input *GetCommitInput) (*GetCommitOutput, error) + func (c *CodeCommit) GetCommitRequest(input *GetCommitInput) (req *request.Request, output *GetCommitOutput) + func (c *CodeCommit) GetCommitWithContext(ctx aws.Context, input *GetCommitInput, opts ...request.Option) (*GetCommitOutput, error) + func (c *CodeCommit) GetDifferences(input *GetDifferencesInput) (*GetDifferencesOutput, error) + func (c *CodeCommit) GetDifferencesPages(input *GetDifferencesInput, fn func(*GetDifferencesOutput, bool) bool) error + func (c *CodeCommit) GetDifferencesPagesWithContext(ctx aws.Context, input *GetDifferencesInput, ...) error + func (c *CodeCommit) GetDifferencesRequest(input *GetDifferencesInput) (req *request.Request, output *GetDifferencesOutput) + func (c *CodeCommit) GetDifferencesWithContext(ctx aws.Context, input *GetDifferencesInput, opts ...request.Option) (*GetDifferencesOutput, error) + 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) GetRepositoryTriggersWithContext(ctx aws.Context, input *GetRepositoryTriggersInput, opts ...request.Option) (*GetRepositoryTriggersOutput, error) + func (c *CodeCommit) GetRepositoryWithContext(ctx aws.Context, input *GetRepositoryInput, opts ...request.Option) (*GetRepositoryOutput, error) + func (c *CodeCommit) ListBranches(input *ListBranchesInput) (*ListBranchesOutput, error) + func (c *CodeCommit) ListBranchesPages(input *ListBranchesInput, fn func(*ListBranchesOutput, bool) bool) error + func (c *CodeCommit) ListBranchesPagesWithContext(ctx aws.Context, input *ListBranchesInput, ...) error + func (c *CodeCommit) ListBranchesRequest(input *ListBranchesInput) (req *request.Request, output *ListBranchesOutput) + func (c *CodeCommit) ListBranchesWithContext(ctx aws.Context, input *ListBranchesInput, opts ...request.Option) (*ListBranchesOutput, error) + func (c *CodeCommit) ListRepositories(input *ListRepositoriesInput) (*ListRepositoriesOutput, error) + func (c *CodeCommit) ListRepositoriesPages(input *ListRepositoriesInput, fn func(*ListRepositoriesOutput, bool) bool) error + func (c *CodeCommit) ListRepositoriesPagesWithContext(ctx aws.Context, input *ListRepositoriesInput, ...) error + func (c *CodeCommit) ListRepositoriesRequest(input *ListRepositoriesInput) (req *request.Request, output *ListRepositoriesOutput) + func (c *CodeCommit) ListRepositoriesWithContext(ctx aws.Context, input *ListRepositoriesInput, opts ...request.Option) (*ListRepositoriesOutput, error) + func (c *CodeCommit) PutRepositoryTriggers(input *PutRepositoryTriggersInput) (*PutRepositoryTriggersOutput, error) + func (c *CodeCommit) PutRepositoryTriggersRequest(input *PutRepositoryTriggersInput) (req *request.Request, output *PutRepositoryTriggersOutput) + func (c *CodeCommit) PutRepositoryTriggersWithContext(ctx aws.Context, input *PutRepositoryTriggersInput, opts ...request.Option) (*PutRepositoryTriggersOutput, error) + func (c *CodeCommit) TestRepositoryTriggers(input *TestRepositoryTriggersInput) (*TestRepositoryTriggersOutput, error) + func (c *CodeCommit) TestRepositoryTriggersRequest(input *TestRepositoryTriggersInput) (req *request.Request, output *TestRepositoryTriggersOutput) + func (c *CodeCommit) TestRepositoryTriggersWithContext(ctx aws.Context, input *TestRepositoryTriggersInput, opts ...request.Option) (*TestRepositoryTriggersOutput, error) + func (c *CodeCommit) UpdateDefaultBranch(input *UpdateDefaultBranchInput) (*UpdateDefaultBranchOutput, error) + func (c *CodeCommit) UpdateDefaultBranchRequest(input *UpdateDefaultBranchInput) (req *request.Request, output *UpdateDefaultBranchOutput) + func (c *CodeCommit) UpdateDefaultBranchWithContext(ctx aws.Context, input *UpdateDefaultBranchInput, opts ...request.Option) (*UpdateDefaultBranchOutput, error) + func (c *CodeCommit) UpdateRepositoryDescription(input *UpdateRepositoryDescriptionInput) (*UpdateRepositoryDescriptionOutput, error) + func (c *CodeCommit) UpdateRepositoryDescriptionRequest(input *UpdateRepositoryDescriptionInput) (req *request.Request, output *UpdateRepositoryDescriptionOutput) + func (c *CodeCommit) UpdateRepositoryDescriptionWithContext(ctx aws.Context, input *UpdateRepositoryDescriptionInput, ...) (*UpdateRepositoryDescriptionOutput, error) + func (c *CodeCommit) UpdateRepositoryName(input *UpdateRepositoryNameInput) (*UpdateRepositoryNameOutput, error) + func (c *CodeCommit) UpdateRepositoryNameRequest(input *UpdateRepositoryNameInput) (req *request.Request, output *UpdateRepositoryNameOutput) + func (c *CodeCommit) UpdateRepositoryNameWithContext(ctx aws.Context, input *UpdateRepositoryNameInput, opts ...request.Option) (*UpdateRepositoryNameOutput, error) + type Commit struct + AdditionalData *string + Author *UserInfo + Committer *UserInfo + Message *string + Parents []*string + TreeId *string + func (s *Commit) SetAdditionalData(v string) *Commit + func (s *Commit) SetAuthor(v *UserInfo) *Commit + func (s *Commit) SetCommitter(v *UserInfo) *Commit + func (s *Commit) SetMessage(v string) *Commit + func (s *Commit) SetParents(v []*string) *Commit + func (s *Commit) SetTreeId(v string) *Commit + func (s Commit) GoString() string + func (s Commit) String() string + type CreateBranchInput struct + BranchName *string + CommitId *string + RepositoryName *string + func (s *CreateBranchInput) SetBranchName(v string) *CreateBranchInput + func (s *CreateBranchInput) SetCommitId(v string) *CreateBranchInput + func (s *CreateBranchInput) SetRepositoryName(v string) *CreateBranchInput + func (s *CreateBranchInput) Validate() error + 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) SetRepositoryDescription(v string) *CreateRepositoryInput + func (s *CreateRepositoryInput) SetRepositoryName(v string) *CreateRepositoryInput + func (s *CreateRepositoryInput) Validate() error + func (s CreateRepositoryInput) GoString() string + func (s CreateRepositoryInput) String() string + type CreateRepositoryOutput struct + RepositoryMetadata *RepositoryMetadata + func (s *CreateRepositoryOutput) SetRepositoryMetadata(v *RepositoryMetadata) *CreateRepositoryOutput + func (s CreateRepositoryOutput) GoString() string + func (s CreateRepositoryOutput) String() string + type DeleteRepositoryInput struct + RepositoryName *string + func (s *DeleteRepositoryInput) SetRepositoryName(v string) *DeleteRepositoryInput + func (s *DeleteRepositoryInput) Validate() error + func (s DeleteRepositoryInput) GoString() string + func (s DeleteRepositoryInput) String() string + type DeleteRepositoryOutput struct + RepositoryId *string + func (s *DeleteRepositoryOutput) SetRepositoryId(v string) *DeleteRepositoryOutput + func (s DeleteRepositoryOutput) GoString() string + func (s DeleteRepositoryOutput) String() string + type Difference struct + AfterBlob *BlobMetadata + BeforeBlob *BlobMetadata + ChangeType *string + func (s *Difference) SetAfterBlob(v *BlobMetadata) *Difference + func (s *Difference) SetBeforeBlob(v *BlobMetadata) *Difference + func (s *Difference) SetChangeType(v string) *Difference + func (s Difference) GoString() string + func (s Difference) String() string + type GetBlobInput struct + BlobId *string + RepositoryName *string + func (s *GetBlobInput) SetBlobId(v string) *GetBlobInput + func (s *GetBlobInput) SetRepositoryName(v string) *GetBlobInput + func (s *GetBlobInput) Validate() error + func (s GetBlobInput) GoString() string + func (s GetBlobInput) String() string + type GetBlobOutput struct + Content []byte + func (s *GetBlobOutput) SetContent(v []byte) *GetBlobOutput + func (s GetBlobOutput) GoString() string + func (s GetBlobOutput) String() string + type GetBranchInput struct + BranchName *string + RepositoryName *string + func (s *GetBranchInput) SetBranchName(v string) *GetBranchInput + func (s *GetBranchInput) SetRepositoryName(v string) *GetBranchInput + func (s *GetBranchInput) Validate() error + func (s GetBranchInput) GoString() string + func (s GetBranchInput) String() string + type GetBranchOutput struct + Branch *BranchInfo + func (s *GetBranchOutput) SetBranch(v *BranchInfo) *GetBranchOutput + func (s GetBranchOutput) GoString() string + func (s GetBranchOutput) String() string + type GetCommitInput struct + CommitId *string + RepositoryName *string + func (s *GetCommitInput) SetCommitId(v string) *GetCommitInput + func (s *GetCommitInput) SetRepositoryName(v string) *GetCommitInput + func (s *GetCommitInput) Validate() error + func (s GetCommitInput) GoString() string + func (s GetCommitInput) String() string + type GetCommitOutput struct + Commit *Commit + func (s *GetCommitOutput) SetCommit(v *Commit) *GetCommitOutput + func (s GetCommitOutput) GoString() string + func (s GetCommitOutput) String() string + type GetDifferencesInput struct + AfterCommitSpecifier *string + AfterPath *string + BeforeCommitSpecifier *string + BeforePath *string + MaxResults *int64 + NextToken *string + RepositoryName *string + func (s *GetDifferencesInput) SetAfterCommitSpecifier(v string) *GetDifferencesInput + func (s *GetDifferencesInput) SetAfterPath(v string) *GetDifferencesInput + func (s *GetDifferencesInput) SetBeforeCommitSpecifier(v string) *GetDifferencesInput + func (s *GetDifferencesInput) SetBeforePath(v string) *GetDifferencesInput + func (s *GetDifferencesInput) SetMaxResults(v int64) *GetDifferencesInput + func (s *GetDifferencesInput) SetNextToken(v string) *GetDifferencesInput + func (s *GetDifferencesInput) SetRepositoryName(v string) *GetDifferencesInput + func (s *GetDifferencesInput) Validate() error + func (s GetDifferencesInput) GoString() string + func (s GetDifferencesInput) String() string + type GetDifferencesOutput struct + Differences []*Difference + NextToken *string + func (s *GetDifferencesOutput) SetDifferences(v []*Difference) *GetDifferencesOutput + func (s *GetDifferencesOutput) SetNextToken(v string) *GetDifferencesOutput + func (s GetDifferencesOutput) GoString() string + func (s GetDifferencesOutput) String() string + type GetRepositoryInput struct + RepositoryName *string + func (s *GetRepositoryInput) SetRepositoryName(v string) *GetRepositoryInput + func (s *GetRepositoryInput) Validate() error + func (s GetRepositoryInput) GoString() string + func (s GetRepositoryInput) String() string + type GetRepositoryOutput struct + RepositoryMetadata *RepositoryMetadata + func (s *GetRepositoryOutput) SetRepositoryMetadata(v *RepositoryMetadata) *GetRepositoryOutput + func (s GetRepositoryOutput) GoString() string + func (s GetRepositoryOutput) String() string + type GetRepositoryTriggersInput struct + RepositoryName *string + func (s *GetRepositoryTriggersInput) SetRepositoryName(v string) *GetRepositoryTriggersInput + func (s *GetRepositoryTriggersInput) Validate() error + func (s GetRepositoryTriggersInput) GoString() string + func (s GetRepositoryTriggersInput) String() string + type GetRepositoryTriggersOutput struct + ConfigurationId *string + Triggers []*RepositoryTrigger + func (s *GetRepositoryTriggersOutput) SetConfigurationId(v string) *GetRepositoryTriggersOutput + func (s *GetRepositoryTriggersOutput) SetTriggers(v []*RepositoryTrigger) *GetRepositoryTriggersOutput + func (s GetRepositoryTriggersOutput) GoString() string + func (s GetRepositoryTriggersOutput) String() string + type ListBranchesInput struct + NextToken *string + RepositoryName *string + func (s *ListBranchesInput) SetNextToken(v string) *ListBranchesInput + func (s *ListBranchesInput) SetRepositoryName(v string) *ListBranchesInput + func (s *ListBranchesInput) Validate() error + func (s ListBranchesInput) GoString() string + func (s ListBranchesInput) String() string + type ListBranchesOutput struct + Branches []*string + NextToken *string + func (s *ListBranchesOutput) SetBranches(v []*string) *ListBranchesOutput + func (s *ListBranchesOutput) SetNextToken(v string) *ListBranchesOutput + func (s ListBranchesOutput) GoString() string + func (s ListBranchesOutput) String() string + type ListRepositoriesInput struct + NextToken *string + Order *string + SortBy *string + func (s *ListRepositoriesInput) SetNextToken(v string) *ListRepositoriesInput + func (s *ListRepositoriesInput) SetOrder(v string) *ListRepositoriesInput + func (s *ListRepositoriesInput) SetSortBy(v string) *ListRepositoriesInput + func (s ListRepositoriesInput) GoString() string + func (s ListRepositoriesInput) String() string + type ListRepositoriesOutput struct + NextToken *string + Repositories []*RepositoryNameIdPair + func (s *ListRepositoriesOutput) SetNextToken(v string) *ListRepositoriesOutput + func (s *ListRepositoriesOutput) SetRepositories(v []*RepositoryNameIdPair) *ListRepositoriesOutput + func (s ListRepositoriesOutput) GoString() string + func (s ListRepositoriesOutput) String() string + type PutRepositoryTriggersInput struct + RepositoryName *string + Triggers []*RepositoryTrigger + func (s *PutRepositoryTriggersInput) SetRepositoryName(v string) *PutRepositoryTriggersInput + func (s *PutRepositoryTriggersInput) SetTriggers(v []*RepositoryTrigger) *PutRepositoryTriggersInput + func (s *PutRepositoryTriggersInput) Validate() error + func (s PutRepositoryTriggersInput) GoString() string + func (s PutRepositoryTriggersInput) String() string + type PutRepositoryTriggersOutput struct + ConfigurationId *string + func (s *PutRepositoryTriggersOutput) SetConfigurationId(v string) *PutRepositoryTriggersOutput + 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) SetAccountId(v string) *RepositoryMetadata + func (s *RepositoryMetadata) SetArn(v string) *RepositoryMetadata + func (s *RepositoryMetadata) SetCloneUrlHttp(v string) *RepositoryMetadata + func (s *RepositoryMetadata) SetCloneUrlSsh(v string) *RepositoryMetadata + func (s *RepositoryMetadata) SetCreationDate(v time.Time) *RepositoryMetadata + func (s *RepositoryMetadata) SetDefaultBranch(v string) *RepositoryMetadata + func (s *RepositoryMetadata) SetLastModifiedDate(v time.Time) *RepositoryMetadata + func (s *RepositoryMetadata) SetRepositoryDescription(v string) *RepositoryMetadata + func (s *RepositoryMetadata) SetRepositoryId(v string) *RepositoryMetadata + func (s *RepositoryMetadata) SetRepositoryName(v string) *RepositoryMetadata + func (s RepositoryMetadata) GoString() string + func (s RepositoryMetadata) String() string + type RepositoryNameIdPair struct + RepositoryId *string + RepositoryName *string + func (s *RepositoryNameIdPair) SetRepositoryId(v string) *RepositoryNameIdPair + func (s *RepositoryNameIdPair) SetRepositoryName(v string) *RepositoryNameIdPair + 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) SetBranches(v []*string) *RepositoryTrigger + func (s *RepositoryTrigger) SetCustomData(v string) *RepositoryTrigger + func (s *RepositoryTrigger) SetDestinationArn(v string) *RepositoryTrigger + func (s *RepositoryTrigger) SetEvents(v []*string) *RepositoryTrigger + func (s *RepositoryTrigger) SetName(v string) *RepositoryTrigger + func (s *RepositoryTrigger) Validate() error + func (s RepositoryTrigger) GoString() string + func (s RepositoryTrigger) String() string + type RepositoryTriggerExecutionFailure struct + FailureMessage *string + Trigger *string + func (s *RepositoryTriggerExecutionFailure) SetFailureMessage(v string) *RepositoryTriggerExecutionFailure + func (s *RepositoryTriggerExecutionFailure) SetTrigger(v string) *RepositoryTriggerExecutionFailure + func (s RepositoryTriggerExecutionFailure) GoString() string + func (s RepositoryTriggerExecutionFailure) String() string + type TestRepositoryTriggersInput struct + RepositoryName *string + Triggers []*RepositoryTrigger + func (s *TestRepositoryTriggersInput) SetRepositoryName(v string) *TestRepositoryTriggersInput + func (s *TestRepositoryTriggersInput) SetTriggers(v []*RepositoryTrigger) *TestRepositoryTriggersInput + func (s *TestRepositoryTriggersInput) Validate() error + func (s TestRepositoryTriggersInput) GoString() string + func (s TestRepositoryTriggersInput) String() string + type TestRepositoryTriggersOutput struct + FailedExecutions []*RepositoryTriggerExecutionFailure + SuccessfulExecutions []*string + func (s *TestRepositoryTriggersOutput) SetFailedExecutions(v []*RepositoryTriggerExecutionFailure) *TestRepositoryTriggersOutput + func (s *TestRepositoryTriggersOutput) SetSuccessfulExecutions(v []*string) *TestRepositoryTriggersOutput + func (s TestRepositoryTriggersOutput) GoString() string + func (s TestRepositoryTriggersOutput) String() string + type UpdateDefaultBranchInput struct + DefaultBranchName *string + RepositoryName *string + func (s *UpdateDefaultBranchInput) SetDefaultBranchName(v string) *UpdateDefaultBranchInput + func (s *UpdateDefaultBranchInput) SetRepositoryName(v string) *UpdateDefaultBranchInput + func (s *UpdateDefaultBranchInput) Validate() error + 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) SetRepositoryDescription(v string) *UpdateRepositoryDescriptionInput + func (s *UpdateRepositoryDescriptionInput) SetRepositoryName(v string) *UpdateRepositoryDescriptionInput + func (s *UpdateRepositoryDescriptionInput) Validate() error + 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) SetNewName(v string) *UpdateRepositoryNameInput + func (s *UpdateRepositoryNameInput) SetOldName(v string) *UpdateRepositoryNameInput + func (s *UpdateRepositoryNameInput) Validate() error + 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) SetDate(v string) *UserInfo + func (s *UserInfo) SetEmail(v string) *UserInfo + func (s *UserInfo) SetName(v string) *UserInfo + func (s UserInfo) GoString() string + func (s UserInfo) String() string