package codecommit
- Alphabetic
- By Inheritance
- codecommit
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Type Members
- type AccountId = String
- type AdditionalData = String
- type Arn = String
-
trait
BatchGetRepositoriesInput extends Object
Represents the input of a batch get repositories operation.
Represents the input of a batch get repositories operation.
- Annotations
- @RawJSType() @native()
-
trait
BatchGetRepositoriesOutput extends Object
Represents the output of a batch get repositories operation.
Represents the output of a batch get repositories operation.
- Annotations
- @RawJSType() @native()
-
trait
BlobMetadata extends Object
Returns information about a specific Git blob object.
Returns information about a specific Git blob object.
- Annotations
- @RawJSType() @native()
-
trait
BranchInfo extends Object
Returns information about a branch.
Returns information about a branch.
- Annotations
- @RawJSType() @native()
- type BranchName = String
- type BranchNameList = Array[BranchName]
- type ChangeTypeEnum = String
- type ClientRequestToken = String
- type CloneUrlHttp = String
- type CloneUrlSsh = String
-
class
CodeCommit extends Object
- Annotations
- @RawJSType() @native() @JSImport( "aws-sdk" , "CodeCommit" )
- implicit final class CodeCommitOps extends AnyVal
-
trait
Comment extends Object
Returns information about a specific comment.
Returns information about a specific comment.
- Annotations
- @RawJSType() @native()
- type CommentId = String
- type Comments = Array[Comment]
-
trait
CommentsForComparedCommit extends Object
Returns information about comments on the comparison between two commits.
Returns information about comments on the comparison between two commits.
- Annotations
- @RawJSType() @native()
- type CommentsForComparedCommitData = Array[CommentsForComparedCommit]
-
trait
CommentsForPullRequest extends Object
Returns information about comments on a pull request.
Returns information about comments on a pull request.
- Annotations
- @RawJSType() @native()
- type CommentsForPullRequestData = Array[CommentsForPullRequest]
-
trait
Commit extends Object
Returns information about a specific commit.
Returns information about a specific commit.
- Annotations
- @RawJSType() @native()
- type CommitId = String
- type CommitName = String
- type Content = String
-
trait
CreateBranchInput extends Object
Represents the input of a create branch operation.
Represents the input of a create branch operation.
- Annotations
- @RawJSType() @native()
-
trait
CreateCommitInput extends Object
- Annotations
- @RawJSType() @native()
-
trait
CreateCommitOutput extends Object
- Annotations
- @RawJSType() @native()
-
trait
CreatePullRequestInput extends Object
- Annotations
- @RawJSType() @native()
-
trait
CreatePullRequestOutput extends Object
- Annotations
- @RawJSType() @native()
-
trait
CreateRepositoryInput extends Object
Represents the input of a create repository operation.
Represents the input of a create repository operation.
- Annotations
- @RawJSType() @native()
-
trait
CreateRepositoryOutput extends Object
Represents the output of a create repository operation.
Represents the output of a create repository operation.
- Annotations
- @RawJSType() @native()
- type CreationDate = scala.scalajs.js.Date
- type Date = String
-
trait
DeleteBranchInput extends Object
Represents the input of a delete branch operation.
Represents the input of a delete branch operation.
- Annotations
- @RawJSType() @native()
-
trait
DeleteBranchOutput extends Object
Represents the output of a delete branch operation.
Represents the output of a delete branch operation.
- Annotations
- @RawJSType() @native()
-
trait
DeleteCommentContentInput extends Object
- Annotations
- @RawJSType() @native()
-
trait
DeleteCommentContentOutput extends Object
- Annotations
- @RawJSType() @native()
- type DeleteFileEntries = Array[DeleteFileEntry]
-
trait
DeleteFileEntry extends Object
A file that will be deleted as part of a commit.
A file that will be deleted as part of a commit.
- Annotations
- @RawJSType() @native()
-
trait
DeleteFileInput extends Object
- Annotations
- @RawJSType() @native()
-
trait
DeleteFileOutput extends Object
- Annotations
- @RawJSType() @native()
-
trait
DeleteRepositoryInput extends Object
Represents the input of a delete repository operation.
Represents the input of a delete repository operation.
- Annotations
- @RawJSType() @native()
-
trait
DeleteRepositoryOutput extends Object
Represents the output of a delete repository operation.
Represents the output of a delete repository operation.
- Annotations
- @RawJSType() @native()
-
trait
DescribePullRequestEventsInput extends Object
- Annotations
- @RawJSType() @native()
-
trait
DescribePullRequestEventsOutput extends Object
- Annotations
- @RawJSType() @native()
- type Description = String
-
trait
Difference extends Object
Returns information about a set of differences for a commit specifier.
Returns information about a set of differences for a commit specifier.
- Annotations
- @RawJSType() @native()
- type DifferenceList = Array[Difference]
- type Email = String
- type EventDate = scala.scalajs.js.Date
-
trait
File extends Object
Returns information about a file in a repository.
Returns information about a file in a repository.
- Annotations
- @RawJSType() @native()
- type FileContent = |[|[|[|[Buffer, Readable], TypedArray[_, _]], Array[Byte]], String]
- type FileList = Array[File]
-
trait
FileMetadata extends Object
A file that will be added, updated, or deleted as part of a commit.
A file that will be added, updated, or deleted as part of a commit.
- Annotations
- @RawJSType() @native()
- type FileModeTypeEnum = String
- type FilesMetadata = Array[FileMetadata]
-
trait
Folder extends Object
Returns information about a folder in a repository.
Returns information about a folder in a repository.
- Annotations
- @RawJSType() @native()
- type FolderList = Array[Folder]
-
trait
GetBlobInput extends Object
Represents the input of a get blob operation.
Represents the input of a get blob operation.
- Annotations
- @RawJSType() @native()
-
trait
GetBlobOutput extends Object
Represents the output of a get blob operation.
Represents the output of a get blob operation.
- Annotations
- @RawJSType() @native()
-
trait
GetBranchInput extends Object
Represents the input of a get branch operation.
Represents the input of a get branch operation.
- Annotations
- @RawJSType() @native()
-
trait
GetBranchOutput extends Object
Represents the output of a get branch operation.
Represents the output of a get branch operation.
- Annotations
- @RawJSType() @native()
-
trait
GetCommentInput extends Object
- Annotations
- @RawJSType() @native()
-
trait
GetCommentOutput extends Object
- Annotations
- @RawJSType() @native()
-
trait
GetCommentsForComparedCommitInput extends Object
- Annotations
- @RawJSType() @native()
-
trait
GetCommentsForComparedCommitOutput extends Object
- Annotations
- @RawJSType() @native()
-
trait
GetCommentsForPullRequestInput extends Object
- Annotations
- @RawJSType() @native()
-
trait
GetCommentsForPullRequestOutput extends Object
- Annotations
- @RawJSType() @native()
-
trait
GetCommitInput extends Object
Represents the input of a get commit operation.
Represents the input of a get commit operation.
- Annotations
- @RawJSType() @native()
-
trait
GetCommitOutput extends Object
Represents the output of a get commit operation.
Represents the output of a get commit operation.
- Annotations
- @RawJSType() @native()
-
trait
GetDifferencesInput extends Object
- Annotations
- @RawJSType() @native()
-
trait
GetDifferencesOutput extends Object
- Annotations
- @RawJSType() @native()
-
trait
GetFileInput extends Object
- Annotations
- @RawJSType() @native()
-
trait
GetFileOutput extends Object
- Annotations
- @RawJSType() @native()
-
trait
GetFolderInput extends Object
- Annotations
- @RawJSType() @native()
-
trait
GetFolderOutput extends Object
- Annotations
- @RawJSType() @native()
-
trait
GetMergeConflictsInput extends Object
- Annotations
- @RawJSType() @native()
-
trait
GetMergeConflictsOutput extends Object
- Annotations
- @RawJSType() @native()
-
trait
GetPullRequestInput extends Object
- Annotations
- @RawJSType() @native()
-
trait
GetPullRequestOutput extends Object
- Annotations
- @RawJSType() @native()
-
trait
GetRepositoryInput extends Object
Represents the input of a get repository operation.
Represents the input of a get repository operation.
- Annotations
- @RawJSType() @native()
-
trait
GetRepositoryOutput extends Object
Represents the output of a get repository operation.
Represents the output of a get repository operation.
- Annotations
- @RawJSType() @native()
-
trait
GetRepositoryTriggersInput extends Object
Represents the input of a get repository triggers operation.
Represents the input of a get repository triggers operation.
- Annotations
- @RawJSType() @native()
-
trait
GetRepositoryTriggersOutput extends Object
Represents the output of a get repository triggers operation.
Represents the output of a get repository triggers operation.
- Annotations
- @RawJSType() @native()
- type IsCommentDeleted = Boolean
- type IsMergeable = Boolean
- type IsMerged = Boolean
- type IsMove = Boolean
- type KeepEmptyFolders = Boolean
- type LastModifiedDate = scala.scalajs.js.Date
- type Limit = Int
-
trait
ListBranchesInput extends Object
Represents the input of a list branches operation.
Represents the input of a list branches operation.
- Annotations
- @RawJSType() @native()
-
trait
ListBranchesOutput extends Object
Represents the output of a list branches operation.
Represents the output of a list branches operation.
- Annotations
- @RawJSType() @native()
-
trait
ListPullRequestsInput extends Object
- Annotations
- @RawJSType() @native()
-
trait
ListPullRequestsOutput extends Object
- Annotations
- @RawJSType() @native()
-
trait
ListRepositoriesInput extends Object
Represents the input of a list repositories operation.
Represents the input of a list repositories operation.
- Annotations
- @RawJSType() @native()
-
trait
ListRepositoriesOutput extends Object
Represents the output of a list repositories operation.
Represents the output of a list repositories operation.
- Annotations
- @RawJSType() @native()
-
trait
Location extends Object
Returns information about the location of a change or comment in the comparison between two commits or a pull request.
Returns information about the location of a change or comment in the comparison between two commits or a pull request.
- Annotations
- @RawJSType() @native()
- type MaxResults = Int
-
trait
MergeMetadata extends Object
Returns information about a merge or potential merge between a source reference and a destination reference in a pull request.
Returns information about a merge or potential merge between a source reference and a destination reference in a pull request.
- Annotations
- @RawJSType() @native()
- type MergeOptionTypeEnum = String
-
trait
MergePullRequestByFastForwardInput extends Object
- Annotations
- @RawJSType() @native()
-
trait
MergePullRequestByFastForwardOutput extends Object
- Annotations
- @RawJSType() @native()
- type Message = String
- type Mode = String
- type Name = String
- type NextToken = String
- type ObjectId = String
- type ObjectSize = Double
- type OrderEnum = String
- type ParentList = Array[ObjectId]
- type Path = String
- type Position = Double
-
trait
PostCommentForComparedCommitInput extends Object
- Annotations
- @RawJSType() @native()
-
trait
PostCommentForComparedCommitOutput extends Object
- Annotations
- @RawJSType() @native()
-
trait
PostCommentForPullRequestInput extends Object
- Annotations
- @RawJSType() @native()
-
trait
PostCommentForPullRequestOutput extends Object
- Annotations
- @RawJSType() @native()
-
trait
PostCommentReplyInput extends Object
- Annotations
- @RawJSType() @native()
-
trait
PostCommentReplyOutput extends Object
- Annotations
- @RawJSType() @native()
-
trait
PullRequest extends Object
Returns information about a pull request.
Returns information about a pull request.
- Annotations
- @RawJSType() @native()
-
trait
PullRequestCreatedEventMetadata extends Object
Metadata about the pull request that is used when comparing the pull request source with its destination.
Metadata about the pull request that is used when comparing the pull request source with its destination.
- Annotations
- @RawJSType() @native()
-
trait
PullRequestEvent extends Object
Returns information about a pull request event.
Returns information about a pull request event.
- Annotations
- @RawJSType() @native()
- type PullRequestEventList = Array[PullRequestEvent]
- type PullRequestEventType = String
- type PullRequestId = String
- type PullRequestIdList = Array[PullRequestId]
-
trait
PullRequestMergedStateChangedEventMetadata extends Object
Returns information about the change in the merge state for a pull request event.
Returns information about the change in the merge state for a pull request event.
- Annotations
- @RawJSType() @native()
-
trait
PullRequestSourceReferenceUpdatedEventMetadata extends Object
Information about an update to the source branch of a pull request.
Information about an update to the source branch of a pull request.
- Annotations
- @RawJSType() @native()
-
trait
PullRequestStatusChangedEventMetadata extends Object
Information about a change to the status of a pull request.
Information about a change to the status of a pull request.
- Annotations
- @RawJSType() @native()
- type PullRequestStatusEnum = String
-
trait
PullRequestTarget extends Object
Returns information about a pull request target.
Returns information about a pull request target.
- Annotations
- @RawJSType() @native()
- type PullRequestTargetList = Array[PullRequestTarget]
- type PutFileEntries = Array[PutFileEntry]
-
trait
PutFileEntry extends Object
Information about a file that will be added or updated as part of a commit.
Information about a file that will be added or updated as part of a commit.
- Annotations
- @RawJSType() @native()
-
trait
PutFileInput extends Object
- Annotations
- @RawJSType() @native()
-
trait
PutFileOutput extends Object
- Annotations
- @RawJSType() @native()
-
trait
PutRepositoryTriggersInput extends Object
Represents the input ofa put repository triggers operation.
Represents the input ofa put repository triggers operation.
- Annotations
- @RawJSType() @native()
-
trait
PutRepositoryTriggersOutput extends Object
Represents the output of a put repository triggers operation.
Represents the output of a put repository triggers operation.
- Annotations
- @RawJSType() @native()
- type ReferenceName = String
- type RelativeFileVersionEnum = String
- type RepositoryDescription = String
- type RepositoryId = String
-
trait
RepositoryMetadata extends Object
Information about a repository.
Information about a repository.
- Annotations
- @RawJSType() @native()
- type RepositoryMetadataList = Array[RepositoryMetadata]
- type RepositoryName = String
-
trait
RepositoryNameIdPair extends Object
Information about a repository name and ID.
Information about a repository name and ID.
- Annotations
- @RawJSType() @native()
- type RepositoryNameIdPairList = Array[RepositoryNameIdPair]
- type RepositoryNameList = Array[RepositoryName]
- type RepositoryNotFoundList = Array[RepositoryName]
-
trait
RepositoryTrigger extends Object
Information about a trigger for a repository.
Information about a trigger for a repository.
- Annotations
- @RawJSType() @native()
- type RepositoryTriggerCustomData = String
- type RepositoryTriggerEventEnum = String
- type RepositoryTriggerEventList = Array[RepositoryTriggerEventEnum]
-
trait
RepositoryTriggerExecutionFailure extends Object
A trigger failed to run.
A trigger failed to run.
- Annotations
- @RawJSType() @native()
- type RepositoryTriggerExecutionFailureList = Array[RepositoryTriggerExecutionFailure]
- type RepositoryTriggerExecutionFailureMessage = String
- type RepositoryTriggerName = String
- type RepositoryTriggerNameList = Array[RepositoryTriggerName]
- type RepositoryTriggersConfigurationId = String
- type RepositoryTriggersList = Array[RepositoryTrigger]
- type SetFileModeEntries = Array[SetFileModeEntry]
-
trait
SetFileModeEntry extends Object
Information about the file mode changes.
Information about the file mode changes.
- Annotations
- @RawJSType() @native()
- type SortByEnum = String
-
trait
SourceFileSpecifier extends Object
Information about a source file that is part of changes made in a commit.
Information about a source file that is part of changes made in a commit.
- Annotations
- @RawJSType() @native()
-
trait
SubModule extends Object
Returns information about a submodule reference in a repository folder.
Returns information about a submodule reference in a repository folder.
- Annotations
- @RawJSType() @native()
- type SubModuleList = Array[SubModule]
-
trait
SymbolicLink extends Object
Returns information about a symbolic link in a repository folder.
Returns information about a symbolic link in a repository folder.
- Annotations
- @RawJSType() @native()
- type SymbolicLinkList = Array[SymbolicLink]
-
trait
Target extends Object
Returns information about a target for a pull request.
Returns information about a target for a pull request.
- Annotations
- @RawJSType() @native()
- type TargetList = Array[Target]
-
trait
TestRepositoryTriggersInput extends Object
Represents the input of a test repository triggers operation.
Represents the input of a test repository triggers operation.
- Annotations
- @RawJSType() @native()
-
trait
TestRepositoryTriggersOutput extends Object
Represents the output of a test repository triggers operation.
Represents the output of a test repository triggers operation.
- Annotations
- @RawJSType() @native()
- type Title = String
-
trait
UpdateCommentInput extends Object
- Annotations
- @RawJSType() @native()
-
trait
UpdateCommentOutput extends Object
- Annotations
- @RawJSType() @native()
-
trait
UpdateDefaultBranchInput extends Object
Represents the input of an update default branch operation.
Represents the input of an update default branch operation.
- Annotations
- @RawJSType() @native()
-
trait
UpdatePullRequestDescriptionInput extends Object
- Annotations
- @RawJSType() @native()
-
trait
UpdatePullRequestDescriptionOutput extends Object
- Annotations
- @RawJSType() @native()
-
trait
UpdatePullRequestStatusInput extends Object
- Annotations
- @RawJSType() @native()
-
trait
UpdatePullRequestStatusOutput extends Object
- Annotations
- @RawJSType() @native()
-
trait
UpdatePullRequestTitleInput extends Object
- Annotations
- @RawJSType() @native()
-
trait
UpdatePullRequestTitleOutput extends Object
- Annotations
- @RawJSType() @native()
-
trait
UpdateRepositoryDescriptionInput extends Object
Represents the input of an update repository description operation.
Represents the input of an update repository description operation.
- Annotations
- @RawJSType() @native()
-
trait
UpdateRepositoryNameInput extends Object
Represents the input of an update repository description operation.
Represents the input of an update repository description operation.
- Annotations
- @RawJSType() @native()
-
trait
UserInfo extends Object
Information about the user who made a specified commit.
Information about the user who made a specified commit.
- Annotations
- @RawJSType() @native()
- type blob = |[|[|[|[Buffer, Readable], TypedArray[_, _]], Array[Byte]], String]
Value Members
- object BatchGetRepositoriesInput
- object BatchGetRepositoriesOutput
- object BlobMetadata
- object BranchInfo
- object ChangeTypeEnumEnum
- object Comment
- object CommentsForComparedCommit
- object CommentsForPullRequest
- object Commit
- object CreateBranchInput
- object CreateCommitInput
- object CreateCommitOutput
- object CreatePullRequestInput
- object CreatePullRequestOutput
- object CreateRepositoryInput
- object CreateRepositoryOutput
- object DeleteBranchInput
- object DeleteBranchOutput
- object DeleteCommentContentInput
- object DeleteCommentContentOutput
- object DeleteFileEntry
- object DeleteFileInput
- object DeleteFileOutput
- object DeleteRepositoryInput
- object DeleteRepositoryOutput
- object DescribePullRequestEventsInput
- object DescribePullRequestEventsOutput
- object Difference
- object File
- object FileMetadata
- object FileModeTypeEnumEnum
- object Folder
- object GetBlobInput
- object GetBlobOutput
- object GetBranchInput
- object GetBranchOutput
- object GetCommentInput
- object GetCommentOutput
- object GetCommentsForComparedCommitInput
- object GetCommentsForComparedCommitOutput
- object GetCommentsForPullRequestInput
- object GetCommentsForPullRequestOutput
- object GetCommitInput
- object GetCommitOutput
- object GetDifferencesInput
- object GetDifferencesOutput
- object GetFileInput
- object GetFileOutput
- object GetFolderInput
- object GetFolderOutput
- object GetMergeConflictsInput
- object GetMergeConflictsOutput
- object GetPullRequestInput
- object GetPullRequestOutput
- object GetRepositoryInput
- object GetRepositoryOutput
- object GetRepositoryTriggersInput
- object GetRepositoryTriggersOutput
- object ListBranchesInput
- object ListBranchesOutput
- object ListPullRequestsInput
- object ListPullRequestsOutput
- object ListRepositoriesInput
- object ListRepositoriesOutput
- object Location
- object MergeMetadata
- object MergeOptionTypeEnumEnum
- object MergePullRequestByFastForwardInput
- object MergePullRequestByFastForwardOutput
- object OrderEnumEnum
- object PostCommentForComparedCommitInput
- object PostCommentForComparedCommitOutput
- object PostCommentForPullRequestInput
- object PostCommentForPullRequestOutput
- object PostCommentReplyInput
- object PostCommentReplyOutput
- object PullRequest
- object PullRequestCreatedEventMetadata
- object PullRequestEvent
- object PullRequestEventTypeEnum
- object PullRequestMergedStateChangedEventMetadata
- object PullRequestSourceReferenceUpdatedEventMetadata
- object PullRequestStatusChangedEventMetadata
- object PullRequestStatusEnumEnum
- object PullRequestTarget
- object PutFileEntry
- object PutFileInput
- object PutFileOutput
- object PutRepositoryTriggersInput
- object PutRepositoryTriggersOutput
- object RelativeFileVersionEnumEnum
- object RepositoryMetadata
- object RepositoryNameIdPair
- object RepositoryTrigger
- object RepositoryTriggerEventEnumEnum
- object RepositoryTriggerExecutionFailure
- object SetFileModeEntry
- object SortByEnumEnum
- object SourceFileSpecifier
- object SubModule
- object SymbolicLink
- object Target
- object TestRepositoryTriggersInput
- object TestRepositoryTriggersOutput
- object UpdateCommentInput
- object UpdateCommentOutput
- object UpdateDefaultBranchInput
- object UpdatePullRequestDescriptionInput
- object UpdatePullRequestDescriptionOutput
- object UpdatePullRequestStatusInput
- object UpdatePullRequestStatusOutput
- object UpdatePullRequestTitleInput
- object UpdatePullRequestTitleOutput
- object UpdateRepositoryDescriptionInput
- object UpdateRepositoryNameInput
- object UserInfo