Packages

class CodeCommit extends Object

Annotations
@RawJSType() @native() @JSImport( "aws-sdk" , "CodeCommit" )
Linear Supertypes
Object, Any, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CodeCommit
  2. Object
  3. Any
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new CodeCommit(config: AWSConfig)
  2. new CodeCommit()

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def batchGetRepositories(params: BatchGetRepositoriesInput): Request[BatchGetRepositoriesOutput]
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  7. def createBranch(params: CreateBranchInput): Request[Object]
  8. def createCommit(params: CreateCommitInput): Request[CreateCommitOutput]
  9. def createPullRequest(params: CreatePullRequestInput): Request[CreatePullRequestOutput]
  10. def createRepository(params: CreateRepositoryInput): Request[CreateRepositoryOutput]
  11. def deleteBranch(params: DeleteBranchInput): Request[DeleteBranchOutput]
  12. def deleteCommentContent(params: DeleteCommentContentInput): Request[DeleteCommentContentOutput]
  13. def deleteFile(params: DeleteFileInput): Request[DeleteFileOutput]
  14. def deleteRepository(params: DeleteRepositoryInput): Request[DeleteRepositoryOutput]
  15. def describePullRequestEvents(params: DescribePullRequestEventsInput): Request[DescribePullRequestEventsOutput]
  16. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  18. def getBlob(params: GetBlobInput): Request[GetBlobOutput]
  19. def getBranch(params: GetBranchInput): Request[GetBranchOutput]
  20. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  21. def getComment(params: GetCommentInput): Request[GetCommentOutput]
  22. def getCommentsForComparedCommit(params: GetCommentsForComparedCommitInput): Request[GetCommentsForComparedCommitOutput]
  23. def getCommentsForPullRequest(params: GetCommentsForPullRequestInput): Request[GetCommentsForPullRequestOutput]
  24. def getCommit(params: GetCommitInput): Request[GetCommitOutput]
  25. def getDifferences(params: GetDifferencesInput): Request[GetDifferencesOutput]
  26. def getFile(params: GetFileInput): Request[GetFileOutput]
  27. def getFolder(params: GetFolderInput): Request[GetFolderOutput]
  28. def getMergeConflicts(params: GetMergeConflictsInput): Request[GetMergeConflictsOutput]
  29. def getPullRequest(params: GetPullRequestInput): Request[GetPullRequestOutput]
  30. def getRepository(params: GetRepositoryInput): Request[GetRepositoryOutput]
  31. def getRepositoryTriggers(params: GetRepositoryTriggersInput): Request[GetRepositoryTriggersOutput]
  32. def hasOwnProperty(v: String): Boolean
    Definition Classes
    Object
  33. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  34. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  35. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  36. def listBranches(params: ListBranchesInput): Request[ListBranchesOutput]
  37. def listPullRequests(params: ListPullRequestsInput): Request[ListPullRequestsOutput]
  38. def listRepositories(params: ListRepositoriesInput): Request[ListRepositoriesOutput]
  39. def mergePullRequestByFastForward(params: MergePullRequestByFastForwardInput): Request[MergePullRequestByFastForwardOutput]
  40. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  41. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  42. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  43. def postCommentForComparedCommit(params: PostCommentForComparedCommitInput): Request[PostCommentForComparedCommitOutput]
  44. def postCommentForPullRequest(params: PostCommentForPullRequestInput): Request[PostCommentForPullRequestOutput]
  45. def postCommentReply(params: PostCommentReplyInput): Request[PostCommentReplyOutput]
  46. def propertyIsEnumerable(v: String): Boolean
    Definition Classes
    Object
  47. def putFile(params: PutFileInput): Request[PutFileOutput]
  48. def putRepositoryTriggers(params: PutRepositoryTriggersInput): Request[PutRepositoryTriggersOutput]
  49. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  50. def testRepositoryTriggers(params: TestRepositoryTriggersInput): Request[TestRepositoryTriggersOutput]
  51. def toLocaleString(): String
    Definition Classes
    Object
  52. def toString(): String
    Definition Classes
    AnyRef → Any
  53. def updateComment(params: UpdateCommentInput): Request[UpdateCommentOutput]
  54. def updateDefaultBranch(params: UpdateDefaultBranchInput): Request[Object]
  55. def updatePullRequestDescription(params: UpdatePullRequestDescriptionInput): Request[UpdatePullRequestDescriptionOutput]
  56. def updatePullRequestStatus(params: UpdatePullRequestStatusInput): Request[UpdatePullRequestStatusOutput]
  57. def updatePullRequestTitle(params: UpdatePullRequestTitleInput): Request[UpdatePullRequestTitleOutput]
  58. def updateRepositoryDescription(params: UpdateRepositoryDescriptionInput): Request[Object]
  59. def updateRepositoryName(params: UpdateRepositoryNameInput): Request[Object]
  60. def valueOf(): Any
    Definition Classes
    Object
  61. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  62. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  63. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from Object

Inherited from Any

Inherited from AnyRef

Inherited from Any

Ungrouped